body {
    background: var(--background);
}

.main-text-mobile {
    display: none;
}

.sale-mobile {
    display: none;
}

.main-container {
    background: var(--background);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10rem;
}

.main-text {
    position: relative;
}

.main-text .text {
    font-size: 2rem;
}

.main-title {
    position: relative;
}

.main-img {
    max-width: 50%;
    object-fit: contain;
}

.main-links {
    margin-top: 4rem;
    display: flex;
    position: inherit;
    z-index: 2;
}

.link:hover {
    opacity: .8;
}

.link:first-child {
    margin-right: 2.4rem;
}

.main-description {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 10rem;
    position: relative;
}

.item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.item img {
    object-fit: contain;
    max-height: 14rem;
}

.item-title {
    margin-top: 1rem;
    font-size: 3.2rem;
}

.item-text {
    font-size: 1.8rem;
    font-weight: 400;
}

/**/
.sale {
    position: relative;
    bottom: 2rem;
    border-radius: 5.4rem;
    color: var(--white);
    font-size: 1.4rem;
    padding: .8rem 1.6rem;
}

.link {
    padding: 1.6rem 2rem;
    font-size: 2rem;
    border-radius: .4rem;
    color: var(--white);
    transition: .2s;
}

.link-alt {
    background: var(--background);
}

.main-description::before {
    content: "";
    position: absolute;
    left: 0;
    top: -150px;
    width: 100%;
    height: 74rem;
    z-index: 1;
}

.form-btn {
    font-size: 2rem;
    color: var(--white);
    border: none;
    padding: 1.8rem 2rem;
    border-radius: .4rem;
    margin-right: 1rem;
    text-align: center;
}

.block-title {
    font-size: 5.6rem;
}

.info-container::before {
    content: "";
    position: absolute;
    left: -20rem;
    top: -20rem;
    width: 44rem;
    height: 77rem;
    z-index: 1;
}

.accordeon .tab.active {
    background-color: #F1F2F6;
}

.accordeon .tab-list__item-type {
    margin-left: 4rem;
    font-size: 1.4rem;
}

.swiper-button-prev {
    width: 5.8rem;
    height: 5.8rem;
}

.swiper-button-next {
    width: 5.8rem;
    height: 5.8rem;
    transform: rotate(-180deg);
}

.mentor-container {
    background: var(--background);
    padding-bottom: 10rem;
}

.slide-review {
    display: flex;
    border-radius: .8rem;
    padding: 3rem;
    background: var(--white);
    width: 60.4rem;
    height: 35rem;
    margin: 0;
}

.signUp {
    display: flex;
    flex-direction: column;
    padding: 10rem 5rem;
    border: .1rem solid var(--stroke-color);
    border-radius: 1.6rem;
    width: 48%;
}

.signUp-btn {
    color: #000000;
    box-shadow: 0 4px 0 #000000;
    padding: 1.8rem 4rem;
}

.current-price {
    font-size: 4.5rem;
    font-weight: 700;
}

.about-sale {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 2rem 9rem;
}

.more-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--background);
    padding-bottom: 10rem;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.5rem;
    height: 60rem;
}

.number-of-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    font-size: 5rem;
    font-weight: 700;
    background: var(--white);
    border-radius: 50%;
}

.mentor-avatar {
    border: 2rem solid transparent;
    border-radius: 50%;
    max-width: 35rem;
    max-height: 35rem;
    position: relative;
}

.installment .signUp-btn-secondary {
    text-align: center;
    background: transparent;
}

.email-form {
    width: 100%;
    padding: 5rem 3rem;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.email-form .form-btn {
    color: #000000;
    box-shadow: 0 4px 0 #000000;
}

.license-block {
    width: 100%;
    padding: 5rem;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/**/
.marketing-blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

.marketing-container {
    background: var(--background);
    padding-bottom: 10rem;
}

.marketing-container .title {
    z-index: 1;
    position: relative;
}

.marketing-block {
    text-align: center;
}

.marketing-block img {
    max-width: 35rem;
    width: 100%;
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--background);
    padding-bottom: 10rem;

}

.form-container .item-title {
    color: #ffffff;
    text-align: center;
}

.form-container form {
    margin-top: 3rem;
    display: flex;
}

.form-mail {
    font-size: 2rem;
    color: var(--font-color);
    padding: 1.6rem 2rem;
    margin-right: 1rem;
    border-radius: .4rem;
    border: .1rem solid var(--stroke-color);
    box-shadow: 0 4px 0 #000000;
    width: 100%;
}

.container-statistics {
    background: var(--background);
    padding-bottom: 10rem;
}

.statistics-blocks {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
    margin-top: 5rem;
    background: var(--white);
}

.statistics-blocks::after {
    content: "";
    position: absolute;
    right: -22rem;
    top: -2rem;
    width: 22rem;
    height: 101.5%;
    transform: skew(-10deg) rotate(-10deg);
    background: var(--white);
}

.statistics-blocks::before {
    content: "";
    position: absolute;
    left: -30rem;
    top: 2.5rem;
    width: 29.9rem;
    height: 101.5%;
    transform: skew(-10deg) rotate(-10deg);
    background: var(--white);
}

.block {
    text-align: center;
    padding: 2rem;
}

.block-text {
    font-size: 1.8rem;
    font-weight: 400;
}

.all-info-container iframe {
    border-radius: 1.6rem;
    margin: 5rem 0;
    width: 100%;
    height: 100%;
}

.video {
    aspect-ratio: 16 / 9;
    width: 80%;
    margin: auto;
}

.info-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 10rem;
    flex-direction: column;
}

.accordeon {
    position: relative;
    z-index: 2;
    width: 100%;
}

.accordeon .tab {
    width: 100%;
    background: #f6f6f6;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 2.4rem 3rem;
    border: 1px solid #DBDBDB;
}

.accordeon .tab .title {
    font-weight: 700;
    font-size: 2rem;
    cursor: pointer;
}

.accordeon .tab.active .title {
    font-size: 2.4rem;
    color: #1C1C1C;
}

.accordeon .tab .tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordeon .tab.active .tab-header {
    padding-bottom: 2rem;
}

.accordeon .tab-header .wrap-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 50%;
    padding: 1.4rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 1px 1px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.accordeon .tab-header .wrap-toggle img {
    transform: scale(1.2);
}

.accordeon .tab-list {
    display: none;
    list-style: none;
}

.accordeon .tab.active .tab-list {
    display: block;
}

.accordeon .tab-list__item {
    padding: 1.4rem 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordeon .tab-list__item:nth-child(odd) {
    background-color: #f7f7f7;
}

.accordeon .tab-list__item:nth-child(even) {
    background-color: #fff;
}

.accordeon .tab-list__item-title {
    color: #585757;
    line-height: 4rem;
    font-size: 1.8rem;
}

.accordeon .tab.active .tab-header .wrap-toggle {
    transform: rotateZ(180deg);
}

.swiper-button-prev::after {
    display: none;
}

.swiper-button-next::after {
    display: none;
}

.getting-container {
    background: var(--background);
    padding-bottom: 10rem;
}

.getting-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(22rem, 1fr));
    grid-template-rows: repeat(2, minmax(22rem, 1fr));
    gap: 7rem;
}

.getting-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.getting-title {
    margin-top: 2rem;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
}

.mentor {
    display: block;
    align-items: center;
}

.quote {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 5rem 0;
}

.quote-text {
    display: flex;
    align-items: flex-start;
    font-size: 2.4rem;
    color: var(--dark-blue);
    font-weight: 600;
    justify-content: center;
}

.quote-text img {
    width: 6.8rem;
    margin-right: 1.6rem;
}

.quote-text .text {
    font-size: 2.4rem;
    line-height: 1.4;
}

.mentor-text {
    color: var(--dark-blue);
    margin-left: 4rem;
    max-width: 80rem;
}

.mentor-name {
    font-size: 3.2rem;
}

.mentor-info {
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
    margin: 2rem 0;
    max-width: 60rem;
}

.mentor-text ul {
    font-size: 1.8rem;
    font-weight: 400;

}

.reviews-container {
    padding-bottom: 10rem;
}

.swiper {
    transform: translateX(-15%);
    width: 100vw;
    height: 40rem;
}

.review-text {
    margin-left: 2rem;
}

.review-text .text {
    width: 100%;
}

.name {
    font-size: 24px;
}

.avatar {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
}

.signUp-container {
    display: flex;
    justify-content: space-between;
    background: var(--background);
    padding-top: 5rem;
    padding-bottom: 10rem;
    border-top: .1rem solid var(--stroke-color);
}

.signUp-title {
    font-size: 5.6rem;
    color: var(--white);
    margin-bottom: 3.2rem;
    line-height: 110%;
}

.form-input {
    width: 100%;
    margin-bottom: 1.6rem;
}

.signUp-warning {
    margin-top: 2rem;
    font-size: 1.4rem;
    color: var(--white);
}

.sale-course {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10rem 5rem;
    border: .1rem solid var(--stroke-color);
    background: var(--light-purple);
    border-radius: 1.6rem;
    width: 48%;
}

.sale-title {
    font-size: 5.4rem;
    line-height: 110%;
    margin-bottom: 2rem;
}

.sale-text {
    font-size: 3.2rem;
    font-weight: 700;
}

.outdated-price {
    text-decoration-line: line-through;
    font-size: 3.2rem;
    opacity: .6;
    font-weight: 700;
}

.about-text {
    margin-left: 2rem;
    font-size: 1.8rem;
    color: var(--white);
}

/*.cv-container {*/
/*padding-bottom: 10rem;*/
/*}*/

.cert-container {
    padding-bottom: 10rem;
}

.info-slider {
    width: 60vw;
    transform: translateY(10%);
    margin-bottom: 8rem;
    height: 110%;
}

.more-info-slider {
    width: 98%;
}

.more-info-text {
    display: flex;
    align-items: center;
    margin-top: 5rem;
}

.text-of-slide {
    font-weight: 700;
    margin-left: 2rem;
    font-size: 3.5rem;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    display: none;
    margin: 20px auto;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.border {
    border-left: 1.1em solid var(--purple) !important;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
}

.installment .signUp-btn-secondary:hover {
    opacity: .8;
}

.info-container .accordeon {
    margin-top: 5rem;
}

.static-slide {
    display: block;
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.5rem;
    border-bottom: .3rem solid var(--dark-purple);
    border-right: .3rem solid var(--dark-purple);
}

.static-swiper {
    height: auto;
}

.more-info-slider-static {
    margin-bottom: 8rem;
}

.static-slide-borderless {
    margin-top: 8rem;
}

.marketing-block .item-title {
    min-height: 8.6rem;
}

.marketing-block .item-text {
    padding: 1rem 2rem;
    max-width: 80rem;
    text-align: left;
    line-height: 28.8px;
}

#result {
    display: none;
    padding: 5rem 0;
}

#result p {
    color: var(--purple);
    font-size: 4rem;
    text-align: center;
    margin-top: 2rem;
    font-weight: 700;
}

#pay-message {
    display: none;
    text-align: center;
    font-size: 27px;
    margin: 15px 0;
}

#pay-message a {
    text-decoration: underline;
}

#dolyame-message {
    display: none;
    font-size: 14px;
    margin: 5px 0;
    color: #b00020;
}

#trial-success-first {
    display: none;
}

#trial-success-first p {
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    padding: 1rem;
}

#trial-success-second {
    display: none;
}

#trial-success-second p {
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    padding: 1rem;
}

.tg-bot {
    display: flex;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}

.tg-bot .form-btn {
    margin: 0 3rem;
}

.installment {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.installment-title {
    font-size: 2.2rem;
    margin-top: 3rem;
}

#pay-partner-btn {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 700;
}

#partner-warning {
    display: none;
    font-weight: 700;
    text-align: center;
}

.pay-partner-block {
    display: none;
}

.pay-partner-block .signUp-warning {
    text-align: center;
}

.partner-link {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

#form-btns {
    display: inline-flex;
    margin-top: 0.3rem;
}

.cert-block {
    display: flex;
    align-items: center;
}

.email-form-main {
    padding: 0 1rem;
}

.email-form-img {
    max-width: 15rem;
}

.license-container {
    padding-bottom: 10rem;
}

.license-text-block {
    color: #ffffff;
}

.license-text-block h3 {
    font-size: 3rem;
}

.license-text {
    font-size: 1.8rem;
    width: 80%;
    line-height: 160%;
    margin: 2.2rem 0;
}

.license-img {
    max-width: 25rem;
}

.license-link {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.8rem;
}

.cv-block {
    margin-top: 5rem;
    font-size: 16px;
    border-radius: 24px;
    background-color: #E8E9F3;
    border: 1px solid #dbdbdb;

}

.cv-padding {
    padding: 64px 94px;
}

.cv-person {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}

.cv-person img {
    margin-right: 2rem;
}

.cv-person h4 {
    font-size: 32px;
}

.cv-percs h4 {
    font-size: 24px;
    margin: 2rem 0;
}

.cv-percs-row {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cv-percs-row p {
    font-size: 18px;
    justify-content: space-between;
    width: 40%;
    margin: 1rem 0;
}

.course-info {
    color: var(--white);
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.text-faq li {
    font-size: 1.8rem;
    line-height: 160%;
}

.text-faq li a {
    color: var(--tele);
}

.free-lesson-btn {
    border-radius: 0.4rem;
    padding: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}

.free-lesson-btn:hover:before {
    width: 0;
}

.footer-mobile-btns {
    display: none;
}

.tg-img {
    display: inline-block;
    vertical-align: -0.325em;
    fill: currentColor;
}

.career-container {
    overflow: hidden;
    padding-top: 7rem;
    padding-bottom: 10rem;
}

.career-block {
    width: 80%;
    margin: auto;
    line-height: 1.5;
    padding: 10rem;
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.career-row {
    display: flex;
    flex-direction: row;
}

.career-header {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.career-block-text {
    margin-bottom: 3rem;
}

.career-logo {
    margin-bottom: 3rem;
    max-width: 20%;
}

.career-author {
    font-weight: 700;
}

.career-info {
    margin-bottom: 2rem;
}

.career-number {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 4rem;
    height: 4rem;
    font-weight: 700;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 2rem;
}

.career-row div {
    max-width: 37rem;
    display: flex;
    margin-bottom: 3rem;
    margin-right: 2rem;
}

.career-headers {
    max-width: 90%;
}

.career-block-text:last-child {
    position: relative;
    display: flex;
    align-items: center;
}

.career-info-block {
    max-width: 60%;
}

.career-img {
    width: 30%;
    margin-top: -1rem;
}

.career-line-horizontal {
    width: 100%;
    background: #F1F2F6;
    opacity: 0.5;
    position: absolute;
    height: 3rem;
    top: 6rem;
    left: 0;
}

.career-line-vertical {
    width: 3rem;
    background: #F1F2F6;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    top: 0;
    right: 6rem;
}

.career-bow {
    position: absolute;
    top: -65px;
    right: -87px;
}

.study-info {
    padding-bottom: 10rem
}

.study-parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 5rem;
}

.study-div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.study-div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.study-div3 {
    grid-area: 1 / 3 / 2 / 4;
}

.study-div4 {
    grid-area: 2 / 2 / 3 / 3;
}

.study-div5 {
    grid-area: 2 / 3 / 3 / 4;
}

.study-div6 {
    grid-area: 3 / 1 / 4 / 4;
}

.study-card {
    position: relative;
    overflow: hidden;
    min-height: 25rem;
    min-width: 25rem;
    display: flex;
    flex-direction: column;
    padding: 4rem;
    border-radius: 55px;
    background-color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 700;
    aspect-ratio: 1/ 1;
}

.study-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.study-card:first-child {
    aspect-ratio: unset;
}

.study-card:last-child {
    background-image: url(../../vendor/img/courses/study-img-6-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top -125px left 119px;
    aspect-ratio: unset;
    flex-direction: row;
}

.study-subtitle {
    font-size: 1.9rem;
    font-weight: 500;
    margin-top: 3rem;
    line-height: 1.7;
}

.study-img-1 {
    position: absolute;
    bottom: 0;
    left: 40px;
    max-width: 230%;
}

.study-img-2 {
    position: absolute;
    bottom: -97px;
    left: 28px;
    max-width: 130%;
}

.study-img-3 {
    position: absolute;
    bottom: -112px;
    left: 32px;
    max-width: 142%;
}

.study-img-4 {
    position: absolute;
    bottom: 16px;
    left: 125px;
    max-width: 58%;
}

.study-img-5 {
    position: absolute;
    bottom: -40px;
    left: 171px;
    max-width: 50%;
}

.study-cert-block {
    width: 40%;
}

.study-cert-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.study-subtitle a {
    color: #ffffff;
    text-decoration: underline;
}

.mentor-text ul li {
    padding-bottom: 1rem;
}

/*media*/
@media (min-width: 1024px) and (max-width: 1530px) {
    body {
        margin-top: 13.5rem;
    }
}

@media (max-width: 1920px) {
    .statistics-blocks::after {
        width: 29.9rem;
        right: -30rem;
        top: -2.7rem;
    }
}

@media (max-width: 1730px) {
    .career-block {
        width: 100%;
    }

    .career-row div {
        max-width: 32rem;
    }
}

@media (max-width: 1440px) {
    .statistics-blocks::after {
        width: 20.9rem;
        right: -21rem;
        top: -2rem;
        /*width: 17.5rem;*/
        /*right: -17.6rem;*/
        /*top: -1.6rem;*/
    }

    .form-btns {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1580px) {
    .marketing-block img{
        max-width: 30rem;
    }
}

@media (max-width: 1335px) {
    .study-card {
        font-size: 2rem;
    }

    .study-subtitle {
        font-size: 1.5rem;
    }
}

@media (max-width: 1250px) {
    .career-row {
        flex-direction: column;
    }

    .career-row div {
        max-width: 60rem;
    }
}

@media (max-width: 1155px) {
    .study-img-1 {
        bottom: -30px;
    }

    .study-img-5 {
        left: 150px;
    }
}

@media (max-width: 1024px) {
    header {
        padding: 1.3rem 5%;
    }

    .container {
        padding: 8%;
    }

    .container-statistics {
        padding: 0 15%;
    }

    .statistics-blocks::after {
        width: 21.3%;
        right: -21.3%;
        top: -1.4rem;
    }

    .getting-items {
        grid-template-columns: repeat(2, minmax(22rem, 1fr));
        grid-template-rows: repeat(3, minmax(22rem, 1fr));
    }

    .signUp-container {
        padding: 5%;
    }

    .info-container::before {
        transform: scale(0.5);
        left: -25rem;
    }

    .swiper {
        width: auto;
        transform: translateX(0);
    }

    .sale {
        top: 4rem;
        left: 40rem;
    }

    .sale-course {
        padding: 8rem 2rem;
    }

    .sale-text {
        font-size: 2.2rem;
    }

    .form-btns {
        display: flex;
        flex-direction: column;
    }

    .getting-container {
        padding-bottom: 0;
        margin: 0;
    }

    .more-info-text {
        margin: 2rem 0;
    }

    .number-of-slide {
        font-size: 4rem;
        padding: 2rem;
        width: 6rem;
        height: 6rem;
    }

    .text-of-slide {
        font-size: 2.4rem;
    }

    .email-form-img {
        display: none;
    }

    .signUp-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .signUp {
        width: 100%;
    }

    .sale-course {
        padding: 3rem 2rem;
        padding-bottom: 10rem;
        width: 100%;
        margin-bottom: 2rem;
    }

    .cert-block {
        flex-direction: column;
        margin: 3rem 0;
    }

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

    .title {
        font-size: 4.2rem;
    }

    .footer-mobile-btns {
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px 15px;
        border-top: 1px solid #e4e4e4;
        text-align: center;
        background: #f1f2f6;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .footer-mobile-btns .free-lesson-btn {
        z-index: 100;
        font-weight: 500;
        font-size: 16px;
        width: 100%;
        margin: 0 5px;
    }

    .footer-mobile-btns .buy-btn {
        background: transparent;
        font-weight: 500;
        border: 1px solid;
    }

    footer {
        margin-bottom: 8rem;
    }

    .b24-widget-button-position-bottom-right {
        bottom: 105px !important;
    }

    .cv-padding {
        padding: 4rem;
    }

    .career-block-text:last-child {
        flex-direction: column-reverse;
    }

    .career-info-block {
        max-width: 90%;
    }

    .career-img {
        width: 60%;
        margin-left: -5rem;
    }
}

@media (max-width: 950px) {
    .study-card {
        font-size: 2.5rem;
        min-height: 35rem;
        aspect-ratio: unset;
    }

    .study-card:first-child {
        min-height: 50rem;
    }

    .study-parent {
        display: flex;
        flex-direction: column;
    }

    .study-card:last-child {
        display: flex;
        flex-direction: column;
        background-image: url(../../vendor/img/courses/study-img-6-bg-vert.png);
        background-repeat: no-repeat;
        background-size: 226%;
        background-position: top -133px left -146px;
        aspect-ratio: unset;
    }

    .study-cert-block {
        width: 100%;
    }

    .study-cert-img img {
        width: 100%;
        margin-top: 3rem;
    }

    .study-img-1 {
        position: absolute;
        bottom: -200px;
        left: 62px;
        max-width: 79rem;
    }

    .study-img-2 {
        position: absolute;
        bottom: -80px;
        left: 38px;
        max-width: 130%;
    }

    .study-img-3 {
        position: absolute;
        bottom: -112px;
        left: 57px;
        max-width: 51rem;
    }

    .study-img-4 {
        position: absolute;
        bottom: -15px;
        left: 125px;
        max-width: 58%;
    }

    .study-img-5 {
        position: absolute;
        bottom: -139px;
        left: 148px;
        max-width: 26rem;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 4.2rem;
    }

    .main-img {
        padding: 0;
        margin-bottom: 4rem;
        max-width: 35rem;
        width: 100%;
    }

    .sale {
        top: auto;
        left: auto;
        bottom: 2rem;
    }

    .container {
        padding: 5%;
    }

    .statistics-blocks::after {
        width: 5%;
        right: -5%;
        top: -0.4rem;
    }

    .quote-text img {
        display: none;
    }

    .swiper {
        width: auto;
        transform: translateX(0);
    }

    .getting-items {
        gap: 0;
        text-align: center;
        grid-template-columns: repeat(3, minmax(12rem, 1fr));
        grid-template-rows: repeat(2, minmax(12rem, 1fr));
        padding-bottom: 0;
    }

    .getting-title {
        font-size: 2.2rem;
    }

    .more-info-container {
        padding-bottom: 0;
    }

    .more-info-container .title {
        margin-top: 2rem;
    }

    .main-container {
        flex-direction: column-reverse;
    }

    .marketing-blocks {
        flex-direction: column;
    }

    .item img {
        width: 5rem;
    }

    .item {
        align-items: center;
    }

    .mentor {
        margin: 2rem 0;
        display: flex;
        flex-direction: column;
    }

    .mentor-container {
        background: var(--background);
    }

    .marketing-block .item-title {
        min-height: auto;
    }

    .video {
        width: 100%;
    }

    .license-block {
        flex-direction: column-reverse;
        text-align: center;
    }

    .license-img {
        margin-bottom: 5rem;
    }

    .license-text {
        width: 100%;
    }

    .cv-percs-row p {
        font-size: 18px;
        justify-content: space-between;
        width: 100%;
        margin: 1rem 0;
    }

    .cv-padding {
        padding: 24px 16px
    }

    .career-logo {
        max-width: 50%;
    }

    .statistics-blocks {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background-color: var(--background);
        flex-direction: column;
    }

    .statistics-blocks::before {
        display: none;
    }

    .statistics-blocks::after {
        display: none;
    }

}

@media (max-width: 520px) {
    .career-block {
        padding: 5rem;
    }

    .career-line-horizontal {
        height: 2rem;
        top: 3rem;
    }

    .career-line-vertical {
        right: 3rem;
        width: 2rem;
    }

    .career-bow {
        top: -53px;
        right: -67px;
        width: 19rem;
    }

    .career-block {
        padding-top: 7rem;
        font-size: 1.5rem;
    }

    .career-header {
        font-size: 2rem;
    }
}

@media (max-width: 426px) {
    .main-text {
        display: none;
    }

    .main-text-mobile {
        display: block;
    }

    .sale-mobile {
        display: block;
        height: 3.5rem;
        position: absolute;
        top: 13rem;
        left: 1rem;
    }

    .about-sale {
        padding: 2rem 2rem;
    }

    .getting-items {
        gap: 0;
        text-align: center;
        grid-template-columns: repeat(2, minmax(12rem, 1fr));
        grid-template-rows: repeat(3, minmax(12rem, 1fr));
    }

    .block {
        width: 19rem;
    }

    .getting-title {
        font-size: 2.6rem;
    }

    .marketing-block .item-title {
        font-size: 3rem;
    }

    .marketing-block {
        margin-bottom: 5rem;
    }

    .marketing-block:last-child {
        margin-bottom: 0;
    }

    .item {
        align-items: center;
    }

    .item-title {
        font-size: 1.8rem;
    }

    .item-text {
        font-size: 1.6rem;
    }

    form {
        flex-direction: column;
    }

    .main-links {
        display: flex;
    }

    .link {
        font-size: 1.6rem;
    }

    .slider-container {
        height: 80vh;
    }

    .swiper {
        width: 30rem;
        height: 34rem;
        /*transform: translateY(10rem);*/
    }

    .swiper-slide {
        flex-direction: column;
        padding: 1rem;
        height: 45rem;
    }

    .signUp {
        padding: 2rem;
    }

    .signUp-title {
        font-size: 3rem;
    }

    .form-btn {
        margin-top: 1rem;
        width: 50%;
    }

    .info-container::before {
        display: none;
    }

    .main-links {
        justify-content: space-between;
    }

    .link {
        text-align: center;
        padding: 1.6rem .5rem;
        width: 50%;
        font-size: 1.8rem;
    }

    .swiper-slide {
        height: 30rem;
    }

    .mentor-info {
        font-weight: 400;
        font-size: 1.8rem;
    }

    .review-text img {
        margin-top: 2rem;
    }

    .text {
        width: auto;
    }

    .signUp-title {
        font-size: 3.6rem;
    }

    .form-btns {
        display: flex;
        flex-direction: column;
    }

    .mentor-container {
        background: var(--background);
    }

    .accordeon .tab-list__item-title {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .info-slider {
        margin-bottom: 2rem;
    }

    .more-info-slider {
        position: relative;
        left: .8rem;
        bottom: .8rem;
    }

    .signUp-btn {
        width: 100%;
    }

    .review-text .text {
        font-size: 1.5rem;
    }

    .sale-title {
        font-size: 3.6rem;
    }

    .email-form .form-btn {
        width: 100%
    }

    .email-form {
        padding: 3rem;
    }

    .accordeon .tab {
        padding: 2rem 1rem;
    }
}

@media (max-width: 375px) {
    .title {
        font-size: 3.2rem;
    }

    .link {
        width: 16rem;
        padding: 1.6rem .8rem;
    }

    .slide-info-text {
        font-size: 1.8rem;
    }

    .getting-title {
        font-size: 1.8rem;
    }

    .sale-title {
        font-size: 4rem;
    }

    .link:first-child {
        margin-right: 0;
    }

    .block {
        width: 16rem;
    }

    .block-text {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .installment .signUp-btn-secondary {
        font-size: 1.5rem;
    }

}

@media (max-width: 320px) {
    .header-logo {
        padding-right: 5rem;
    }

    .link {
        width: auto;
        padding: 1.6rem .8rem;
    }

    .slide-info-text {
        font-size: 1.8rem;
    }

    .getting-title {
        font-size: 1.8rem;
    }

    .block {
        width: 13rem;
    }

    .block-text {
        font-size: 1.8rem;
        font-weight: 700;
    }

}

@media (min-width: 1024px) and (max-width: 1400px) {
    .signUp-container {
        padding: 5%;
    }

    .free-lesson-btn {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) and (max-width: 1270px) {
    .item-title {
        font-size: 2rem;
    }

    .item-text {
        font-size: 1.5rem;
    }

    .link {
        font-size: 1.8rem;
    }

}

@media (min-width: 426px) and (max-width: 1600px) {
    .more-info-slider .slide {
        height: 40rem;
    }
}

:root {
    --accent-blue: #3F67F2;
    --accent-pink: #D8C6FF;
    --not-black: #1F1F1F;
    --h-gradient: linear-gradient(114.58deg, #2067EF 0%, #7466F5 100%);
    --stroke-gray: #BDBCDB;
    --txt-disabled: #C5C0DB;
    --input-bg: #F7F7FD;
    --white: #ffffff;
    --purple: #605DEC;
    --purple-gray: #E3E4EF;
    --border-gray: #DBDBDB;
}

._wrapper {
    background: #F1F2F6;
    overflow-x: hidden;
}

._wrapper section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

._wrapper img {
    height: auto;
}

._wrapper .title {
    font-weight: bold;
}

._section {
    margin: 12rem 0;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.bold {
    font-weight: bold;
}

._f-20 {
    font-size: 2rem;
    line-height: 110%;
}

._f-27 {
    font-size: 2.7rem;
    line-height: 110%;
}

._f-38 {
    font-size: 3.8rem;
    line-height: 110%;
}

._f-56 {
    font-size: 5.6rem;
    line-height: 110%;
}

._container-lg {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 115rem;
}

._input {
    display: block;
    width: 100%;
    height: 5.6rem;
    background: var(--white);
    border: 0.1rem solid var(--border-gray);
    border-radius: 1.6rem;
    padding: 0 1.6rem;
    font-size: 1.6rem;
    line-height: 150%;
    color: var(--not-black);
    outline: none;
}

._input::-webkit-input-placeholder {
    opacity: 0.6;
}

._input::-moz-placeholder {
    opacity: 0.6;
}

._input:-ms-input-placeholder {
    opacity: 0.6;
}

._input::-ms-input-placeholder {
    opacity: 0.6;
}

._input::placeholder {
    opacity: 0.6;
}

._btn {
    width: 100%;
    height: 5.6rem;
    -webkit-box-shadow: 0px .4rem 0px #000000;
    box-shadow: 0px .4rem 0px #000000;
    border-radius: 1.6rem;
    font-size: 1.6rem;
    border: none;
    padding: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

._btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

._btn:not([disabled]) {
    cursor: pointer;
}

._outline-border {
    position: relative;
}

._outline-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-gray);
    pointer-events: none;
}

@media (max-width: 1024px) {
    ._container-lg {
        max-width: 64.2rem;
    }

    .title {
        font-size: 4.8rem;
    }

    ._section {
        margin: 6rem 0;
    }

    ._f-20 {
        font-size: 1.8rem;
    }

    ._f-27 {
        font-size: 2.4rem;
    }

    ._f-38 {
        font-size: 3.2rem;
    }

    ._f-56 {
        font-size: 4.8rem;
    }
}

@media (max-width: 767px) {
    ._container-lg {
        max-width: 36.4rem;
    }

    .title {
        font-size: 2.8rem;
    }

    ._section {
        margin: 5rem 0;
    }

    ._f-20 {
        font-size: 1.6rem;
    }

    ._f-27 {
        font-size: 2rem;
    }

    ._f-38 {
        font-size: 2.8rem;
    }

    ._f-56 {
        font-size: 3.2rem;
    }

    ._input {
        font-size: 1.4rem;
    }
}

._payment {
    font-size: 1.6rem;
}

._payment-content-mx-10 {
    margin-left: -1rem;
    margin-right: -1rem;
}

._payment-content__right {
    width: 39.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

._payment-content__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 2rem;
}

._payment-content__col {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
}

._payment-title {
    margin-bottom: 2.4rem;
}

._payment-txt {
    margin-bottom: 5rem;
    padding-top: 20px;
    line-height: 160%;
}

._payment-subtitle {
    line-height: 160%;
    margin-bottom: 3.2rem;
    text-align: center;
}

._payment-info {
    background: var(--white);
    border-radius: 3.4rem;
    padding: 7rem 5rem;
    position: relative;
    height: 100%;
}

._payment-info--gray {
    background: var(--purple-gray);
}

._payment-info::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 0.1rem solid var(--border-gray);
    border-radius: 3.4rem;
}

._payment-info__top {
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 4rem;
    margin-bottom: 4rem;
}

._payment-info__title {
    margin-bottom: 1rem;
    max-width: 340px;
}

._payment-period {
    opacity: 0.4;
    margin-bottom: 4rem;
}

._payment-qty {
    margin-bottom: 4rem;
}

._payment-qty__col {
    margin-right: 6rem;
}

._payment-qty__col:last-child {
    margin-right: 0;
}

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

._payment-qty__item-icon {
    width: 2.2rem;
    height: 2.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

._payment-qty__item-txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 0.6rem;
    opacity: 0.8;
}

._payment-price__col {
    margin-right: 6rem;
}

._payment-price__col:last-child {
    margin-right: 0;
}

._payment-price__item-title {
    opacity: 0.8;
    margin-bottom: 0.8rem;
}

._payment-price__item-value {
    min-height: 4.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.8rem;
}

._payment-price__item-value span {
    opacity: 0.4;
}

._payment-price__item-value-old {
    opacity: 0.4;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

._payment-list {
    list-style: none;
    line-height: 130%;
    opacity: 0.8;
}

._payment-list li {
    margin-bottom: 1.6rem;
    position: relative;
}

._payment-list li::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    /*background: -o-linear-gradient(188.79deg, #9C6CEF -6.58%, #F99AB8 110.84%);*/
    /*background: linear-gradient(261.21deg, #9C6CEF -6.58%, #F99AB8 110.84%);*/
    position: absolute;
    left: -1.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

._payment-list li:last-child {
    margin-bottom: 0;
}

._payment-list a {
    text-decoration: underline;
}

._payment-list a:hover {
    text-decoration: none;
}

._payment-form {
    padding: 7rem 5rem;
    height: 100%;
    border-radius: 3.4rem;
    /*background: -o-linear-gradient(188.79deg, #9C6CEF -6.58%, #F99AB8 110.84%);*/
    /*background: linear-gradient(261.21deg, #9C6CEF -6.58%, #F99AB8 110.84%); */
}

._payment-form__title {
    color: var(--white);
    margin-bottom: 3rem;
}

._payment-form__fields {
    margin-bottom: 3rem;
}

._payment-form__input {
    margin-bottom: 1.6rem;
}

._payment-form__input:last-child {
    margin-bottom: 0;
}

._payment-form__btn {
    /*background: #C2ADFF;*/
    margin-bottom: 1.8rem;
}

._payment-form__txt {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--white);
}

._payment-form__txt a {
    text-decoration: underline;
    color: inherit;
}

._payment-form__txt a:hover {
    text-decoration: none;
}

._payment-type__price {
    margin-bottom: 5rem;
}

._payment-type__price-value {
    margin-bottom: 1rem;
}

._payment-type__price-value--purple {
    color: var(--purple);
}

._payment-type__price-value span {
    font-size: 2rem;
    line-height: 1;
    font-weight: normal;
}

._payment-type__price-txt {
    opacity: 0.8;
}

._payment-type__subtitle {
    margin-bottom: 3rem;
}

._payment-type__radios {
    margin-bottom: 3.4rem;
}

._payment-type__radios-item {
    margin-right: 2.8rem;
    margin-bottom: 1.6rem;
}

/*._payment-type__radios-item:last-child {*/
    /*margin-right: 0;*/
/*}*/

.radios-payment-partner {
    margin-right: 0 !important;
}

._payment-type__radio {
    display: block;
    cursor: pointer;
    font-size: 2rem;
    line-height: 110%;
}

._payment-type__radio input {
    display: none;
}

._payment-type__radio input:checked + ._payment-type__radio-content ._payment-type__radio-icon {
    border-color: var(--purple);
    border-width: .7rem;
}

._payment-type__radio-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.4rem;
}

._payment-type__radio-icon {
    width: 2.2rem;
    height: 2.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: var(--white);
    border: 1px solid var(--border-gray);
    border-radius: 50%;
}

._payment-type__radio-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._payment-type__radio-images {
    padding: 1rem;
    border-radius: 0.8rem;
    margin-left: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._payment-type__radio-images::before {
    border-radius: 0.8rem;
}

._payment-type__radio-images-item {
    margin-right: 1rem;
    height: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

._payment-type__radio-images-item img {
    height: 100%;
}

._payment-type__radio-images-item:last-child {
    margin-right: 0;
}

._payment-type__tinkoff {
    border-radius: 0.8rem;
    padding: 0.6rem 1.2rem;
    /*width: -webkit-fit-content;*/
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
    margin-top: -3.2rem;
}

._payment-type__tinkoff::before {
    border-radius: 0.8rem;
    border-color: rgba(31, 31, 31, 0.5) !important;
}

._payment-type__btn {
    background: var(--purple);
    border: 0.1rem solid var(--purple);
    height: 5.6rem;
    width: 100%;
    color: var(--white);
    margin-bottom: 1.8rem;
    border-radius: 1.6rem;
    font-size: 2rem;
    cursor: pointer;
}

._payment-type__btn--outline {
    background: transparent;
    color: var(--purple);
}

._payment-type__txt {
    text-align: center;
    line-height: 1;
    opacity: 0.8;
}

._payment-type__txt a {
    text-decoration: underline;
}

._payment-type__txt a:hover {
    text-decoration: none;
}

._payment-sale {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 15.6rem;
    height: 9.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 2.7rem;
    color: var(--white);
    z-index: 3;
    /*background: url(../../vendor/img/payment/sale-bg.svg) 0 0 no-repeat; */
}

._payment-sale__content {
    text-align: center;
}

._payment-sale__value {
    font-size: 3.8rem;
    line-height: 1;
}

._payment-sale__value span {
    display: none;
}

._payment-sale__period {
    font-size: 1.1rem;
    line-height: 120%;
}

@media (max-width: 1024px) {
    ._payment-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._payment-content__left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
    }

    ._payment-content__right {
        width: 100%;
    }

    ._payment-content__col {
        width: 100%;
        margin-bottom: 2rem;
    }

    ._payment-content__col:last-child {
        margin-bottom: 0;
    }

    ._payment-info {
        padding: 6rem 5rem;
    }

    ._payment-qty__col {
        margin-right: 4rem;
    }

    ._payment-qty__item-icon {
        width: 2rem;
        height: 2rem;
    }

    ._payment-price__col {
        margin-right: 4rem;
    }

    ._payment-price__item-value {
        min-height: 3.5rem;
    }

    ._payment-price__item-value._f-27 {
        font-size: 2rem;
    }

    ._payment-list {
        font-size: 1.3rem;
        line-height: 130%;
    }

    ._payment-list li {
        margin-bottom: 1.4rem;
    }

    ._payment-list li::before {
        left: -2rem;
    }

    ._payment-form {
        padding: 6rem 5rem;
    }

    ._payment-txt {
        font-size: 2.7rem;
    }

    ._payment-subtitle {
        text-align: left;
        line-height: 140%;
    }

    ._payment-type__price-txt {
        font-size: 2rem;
    }

    ._payment-type__subtitle {
        font-size: 2.7rem;
    }
}

@media (max-width: 767px) {
    ._payment-content__left {
        margin-bottom: 1rem;
    }

    ._payment-info {
        padding: 4rem 3rem;
    }

    ._payment-info--sale {
        padding-top: 7rem;
    }

    ._payment-info__top {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    ._payment-sale {
        /*background: -o-linear-gradient(188.79deg, #9C6CEF -6.58%, #F99AB8 110.84%);*/
        /*background: linear-gradient(261.21deg, #9C6CEF -6.58%, #F99AB8 110.84%);*/
        top: 0.1rem;
        left: 0.1rem;
        right: 0.1rem;
        width: 100%;
        height: auto;
        padding: 1.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 3.4rem 3.4rem 0 0;
    }

    ._payment-sale__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    ._payment-sale__value {
        font-size: 1.8rem;
        line-height: 110%;
        margin-right: 0.4rem;
    }

    ._payment-sale__value span {
        display: inline;
    }

    ._payment-sale__period {
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 110%;
    }

    ._payment-period {
        margin-bottom: 3rem;
    }

    ._payment-qty {
        margin-bottom: 3rem;
    }

    ._payment-qty__col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    ._payment-qty__col:last-child {
        margin-bottom: 0;
    }

    ._payment-qty__item-icon {
        width: 1.8rem;
        height: 1.8rem;
    }

    ._payment-price__col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }

    ._payment-price__col:last-child {
        margin-bottom: 0;
    }

    ._payment-price__item-value {
        min-height: initial;
    }

    ._payment-list {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    ._payment-list li::before {
        left: -1.3rem;
        width: 0.6rem;
        height: 0.6rem;
    }

    ._payment-form {
        padding: 4rem 3rem;
    }

    ._payment-txt {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    ._payment-title {
        font-size: 3.2rem;
    }

    ._payment-subtitle {
        line-height: 120%;
    }

    ._payment-type__price {
        margin-bottom: 3rem;
    }

    ._payment-type__price-txt {
        font-size: 1.6rem;
    }

    ._payment-type__subtitle {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    ._payment-type__radios {
        margin-bottom: 1.4rem;
    }

    ._payment-type__radios-item {
        width: 100%;
        margin-right: 0;
    }

    ._payment-type__radio {
        font-size: 1.6rem;
    }

    ._payment-type__radio-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    ._payment-type__radio-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 0.3rem;
    }

    ._payment-type__radio-images {
        margin-top: 0.7rem;
        margin-left: 0;
    }

    ._payment-type__radio-images-item {
        height: 1rem;
    }

    ._payment-type__txt {
        text-align: left;
    }

    ._payment-type__tinkoff {
        margin-top: -1rem;
        margin-bottom: 3rem;
    }
}

#checkout {
    display: none;
    margin-top: 40px;
}

.no-installment {
    margin: auto !important;
    width: 50% !important;
}

.no-installment ._payment-content__col {
    width: 100% !important;
}

@media (max-width: 1024px) {
    .no-installment {
        width: 100% !important;
    }
}

.button--loading::after {
    content: "";
    display: inherit;
    position: inherit;
    width: 15px;
    height: 15px;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

._resume-container {
    max-width: 115rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

._resume-title {
    margin-bottom: 5.2rem;
}

._resume-content {
    background: #E8E9F3;
    border: 1px solid #DBDBDB;
    border-radius: 3.4rem;
    overflow: hidden;
}

._resume-content__top {
    padding: 7.6rem 9.4rem 9.4rem;
}

._resume-content__bottom {
    background: #D7D8F0;
    border-top: 1px solid #DBDBDB;
    padding: 3.6rem 19rem 3.2rem;
}

._resume-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
}

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

._resume-info__post-img {
    width: 11.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

._resume-info__post-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 3.4rem;
}

._resume-info__txt {
    font-size: 2.4rem;
    line-height: 110%;
    margin-bottom: 1.4rem;
}

._resume-info__value {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 110%;
}

._resume-info__value span {
    color: rgba(31, 31, 31, 0.6);
}

._resume-info__salary {
    text-align: right;
}

._resume-certificate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._resume-skills__title {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 110%;
    margin-bottom: 5rem;
}

._resume-skills__list {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -4rem;
}

._resume-skills__list-item {
    width: calc(100% / 3);
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4rem;
}

._resume-skills__item-decor {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}

._resume-skills__item-txt {
    font-size: 1.8rem;
    line-height: 160%;
}

@media (max-width: 1199px) {
    ._resume-container {
        max-width: 96rem;
    }

    ._resume-content__top {
        padding: 5rem;
    }

    ._resume-content__bottom {
        padding: 3rem 5rem;
    }
}

@media (max-width: 1024px) {
    ._resume-container {
        max-width: 64.2rem;
    }

    ._resume-info__left {
        width: 100%;
    }

    ._resume-info__right {
        width: 100%;
    }

    ._resume-info__post {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 4rem;
    }

    ._resume-info__post-img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.4rem;
    }

    ._resume-info__post-info {
        width: 100%;
        padding-left: 0;
    }

    ._resume-info__salary {
        text-align: center;
    }

    ._resume-skills__list-item {
        width: 50%;
    }

    ._resume-certificate {
        -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;
    }

    ._resume-certificate__logo {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    ._resume-container {
        max-width: 36.4rem;
    }

    ._resume-content__top {
        padding: 4rem 2rem;
    }

    ._resume-content__bottom {
        padding: 4rem 2rem;
    }

    ._resume-skills__list-item {
        width: 100%;
    }

    ._resume-info__txt {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    ._resume-info__value {
        font-size: 2rem;
    }

    ._resume-info__post {
        margin-bottom: 2rem;
    }
}