.main-banner {
    background: rgba(70, 30, 130, 1);
    display: flex;
    min-height: 700px;
    padding-top: 55px;
}

.banner-item {
    align-items: flex-start;
    display: flex;
    gap: 80px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1488px;
    padding: 0 30px;
    width: 100%;
}

.banner-item-left-side,
.banner-item-right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 430px;
    overflow: hidden;
    width: 50%;
}

.banner-item-btns {
    display: flex;
    gap: 16px;
}

.banner-item-btn {
    align-items: center;
    background: rgba(185, 172, 115, 1);
    border: solid 2px rgba(255, 255, 255, 0);
    border-radius: 50px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    font-size: 18px;
    font-weight: 600;
    height: 56px;
    justify-content: center;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.banner-item-btn_v2 {
    background: none;
    border: solid 2px #fff;
}

.banner-item-btn::after {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    bottom: 0;
    content: '';
    height: 56px;
    left: 0;
    position: absolute;
    transition: width 0.2s ease-in-out;
    width: 0;
}

.banner-item-btn:hover::after,
.banner-item-btn:focus::after,
.banner-item-btn:active::after {
    width: 100%;
}

.banner-item-btn:hover,
.banner-item-btn:focus,
.banner-item-btn:active {
    background: rgba(255, 255, 255, 0.1);
}

.banner-item-name {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
}

.banner-item-description {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}

.banner-item-img {
    background-position: center !important;
    background-size: cover !important;
    border-radius: 500px 500px 0 0;
    display: flex;
    height: 635px;
    width: 100%;
}

.banner-item-right-side {
    justify-content: flex-end;
    min-height: 700px;
}

.banner-item-left-side {
    gap: 60px;
    justify-content: center;
    min-height: 700px;
}

.region-mag-main-title {
    margin-bottom: 50px;
    text-align: center;
}

.region-mag-title {
    color: #000;
    display: flex;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}

.training-card__wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
    background: url("../img/academy/Frame1321314509.png") no-repeat center;
    background-size: cover;
    padding: 60px 100px;
    border-radius: 24px;
}

.mission_cards .training-item {
    background: none;
    max-width: unset;
    padding: 0;
    width: calc(50% - 8px);
}

.mission_cards {
    padding: 0!important;
    background: none!important;

}

.training-item__icon {
    position: inherit;
}

.training-container {
    align-items: center;
    display: flex;
    gap: 15px;
}

.training-text {
    background: #fff;
    border-radius: 24px;
    font-size: 18px;
    min-height: 180px;
    padding: 28px;
}

.hero-card {
    background: none;
}

.hero-card_academy_block-container {
    background: rgba(70, 30, 130, 1);
    padding: 0 0;
}

.hero-card_academy_block-container img {
    height: auto;
    width: 100%;
}

section {
    padding: 0 0px;
    width: calc(100% - 0px);
}

.hero-card__main_left .text-large {
    font-size: 32px;
    line-height: 110%;
    padding-left: 188px;
}

.hero-card__main_left .text-large-before:before {
    background: url("../img/academy/Frame1321314543.png") no-repeat center;
    background-size: cover;
    content: '';
    display: flex;
    height: 114px;
    left: 0;
    position: absolute;
    width: 143px;
}

.hero-card__main_left .text_right .text-large {
    font-size: 25px;
    line-height: 110%;
}

.hero-card.hero-card_academy_block {
    gap: 65px;
    margin: 60px auto;
    padding: 0;
}

.hero-card__main_left {
    width: calc(60%);
}

.hero-card.hero-card_academy_block .mob_wrapp {
    width: calc(40%);
}

.lectures-card_page-container {
    background: url("../img/academy/Frame1321314520222.png") no-repeat center;
    background-size: cover;
}

.lectures-card {
    background: #d5cdab;
    border-radius: 24px;
    margin-bottom: 121px;
    margin-top: 121px;
}

.lectures-card_page {
    padding: unset;
    padding-top: 60px;
    padding-bottom: 60px;
}
article {
    width: calc(100% - 60px);
}
.svedeniya-section .svedeniya {
    padding: 0;
}
.lection-icon-container {
    align-items: center;
    background: #e7e3d0;
    border-radius: 100%;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 15px;
    width: 50px;
}

.home-wrap {
    margin-top: 70px;
}

.academy-direction-container {
    background: url("../img/academy/Frame1321314659.png") no-repeat center;
    background-size: cover;
    margin-top: 60px;
}

.academy-direction {
    margin: 60px auto;
}

.academy-direction-right-side,
.academy-direction-left-side {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: calc(50% - 40px);
}

.academy-direction-sides {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    padding: 0 30px;
}

.academy-direction-item-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.academy-direction-title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.academy-direction-item-container-ico img {
    height: auto;
    width: 90px;
}

.academy-direction-item-container-text {
    background: #fff;
    border-radius: 8px;
    display: flex;
    font-size: 24px;
    padding: 20px 40px;
}

.help-result-container {
    background: url("../img/academy/Frame1321314599.png") no-repeat center;
    background-size: cover;
}

.help-result {
    display: flex;
    gap: 100px;
    margin: 60px auto 0;
}

.help-result-title {
    font-size: 64px;
    text-align: center;
    font-weight: 700;
}

.help-result-left-side {
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.help-result-left-side {
    width: calc(65% - 40px);
}

.help-result-right-side {
    width: calc(35% - 40px);
}
.help-result-right-side img {
    width: 100%;
}

.help-result-item-container {
    border-left: solid 3px #B9AC73;
    padding-left: 40px;
}

.help-result-item-container:before {
    background: url("../img/academy/circle.svg") no-repeat;
    background-size: 50px 50px;
    content: '';
    display: block;
    height: 50px;
    margin-left: -65px;
    margin-top: -8px;
    position: absolute;
    width: 50px;
}

.help-result-item-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}

.help-result-item-text {
    font-size: 24px;
    padding-bottom: 40px;
}
.cards__card__body h4 {
    padding: 0 10px;
    font-weight: 500;
    font-size: 24px;
}
.lectures-card_page .lectures-card__body {
    margin-top: 0;
    display: flex;
    gap: 40px;
    row-gap: 0;
    justify-content: space-around;
}
@media (max-width: 1687.98px) {
    
}

@media (max-width: 1379.98px) {
    .banner-item {
        max-height: unset;
        overflow: hidden;
        padding: 80px 0 0px 0;
        flex-direction: column-reverse;
    }
    .home-wrap {
        margin-top: 70px!important;
    }
    .banner-item-left-side, .banner-item-right-side {
        min-height: 430px;
        width: 100%;
    }

    .banner-item-description {
        max-width: 59%;
    }

    .banner-item-btns {
        flex-direction: column;
        padding: 0 30px;
    }

    .banner-item-btn {
        width: fit-content;
    }

    .banner-item-img {
        background-position: center !important;
        background-size: contain !important;
        border-radius: 250px 250px 0 0;
        height: 450px;
        width: 483px;
    }

    .banner-item-left-side {
        position: relative;
        z-index: 2;
    }

    .banner-item-right-side {
        display: flex;
        position: relative;
        /*right: -30px;*/
        z-index: 1;
        bottom: 0;
        align-items: center;
    }

    .banner-item-description,
    .banner-item-name {
        padding: 0 30px;
    }

}

@media (max-width: 1366.98px) {
    .mission_cards .training-card__wrap {
        padding: 40px!important;
        margin: 0;
    }
}

@media (max-width: 1240.98px) {
    .banner-item-name {
        font-size: 54px;
    }

    .banner-item-description {
        font-size: 25px;
    }

    .banner-item {
        /*max-width: 1100px;*/
    }

    .banner-item-btn {
        font-size: 14px;
        height: 46px;
    }

    .lectures-card_page .lectures-card__body {
        gap: 40px;
        display: flex;
        flex-direction: column;
    }
    .lectures-card .lectures-item {
        width: 100%;
    }
    .lectures-card_page-container {
        width: 100% !important;
    }
    .lectures-card_page {
        width: calc(100% - 20px);
        margin-bottom: 60px;
        margin-top: 60px
    }
}

@media (max-width: 1115.98px) {
    .mission_cards .training-item {
        width: 100%;
        margin-right: 0;
    }
    .mission_cards .training-card__wrap {
        padding: 14px !important;
    }
    .training-container {
        flex-direction: column;
    }
    .mission_cards .training-item__icon {
        height: 90px;
    }
    .training-item {
        margin-top: 20px;
    }
    .mission_cards {
        margin: 0;
        width: 100%;
    }
    .academy-direction-right-side {
        display: none;
    }
    .academy-direction-left-side {
        width: 100%;
    }
    .academy-direction-item-container-text {
        width: 100%;
    }
    .help-result-title {
        font-size: 43px;
    }
    .help-result-right-side {
        display: none;
    }
    .help-result-item-title {
        font-size: 28px;
    }
    .help-result-left-side {
        width: 100%;
    }
    .svedeniya-section .svedeniya .img_block {
        display: none;
    }
    .svedeniya_wrapper .text_block {
        width: 100%;
    }
    .svedeniya h2 {
        font-size: 36px;
    }
    .svedeniya h2 br {
        display: none!important;
    }
    .svedeniya-section .svedeniya {
        margin-bottom: 60px;
    }
    .hero-card.hero-card_academy_block .mob_wrapp {
        width: calc(60%);
    }
    .hero-card.hero-card_academy_block {
        flex-direction: column-reverse;
    }
    .hero-card_academy_block-container img {
        border-radius: 100%;
    }
    .hero-card__main_left {
        width: calc(100%);
    }
    .hero-card_academy_block-container {
        width: 100% !important;
    }
    .hero-card__main_left .text-large {
        font-size: 20px;
        line-height: 110%;
        padding-left: 127px;
    }
    .hero-card__main_left .text-large-before:before {
        height: 61px;
        width: 75px;
    }
    .hero-card__main_left .text_right .text-large {
        font-size: 14px;
        line-height: 110%;
    }
}

@media (max-width: 640.98px) {
    .hero-card.hero-card_academy_block .mob_wrapp {
        width: 100%;
    }
    .academy-direction-item-container {
        flex-direction: column;
        gap: 15px;
    }
    .academy-direction-title {
        font-size: 38px;
    }
    .academy-direction-item-container-text {
        text-align: center;
    }
    .help-result-title {
        font-size: 23px;
    }
    .help-result-item-title {
        font-size: 20px;
    }
    .help-result-item-text {
        font-size: 19px;
    }

    .banner-item-name {
        font-size: 32px;
    }

    .banner-item-description {
        font-size: 18px;
    }

    .banner-item {
        max-height: unset;
        padding: 34px 0 0 0;
        gap: 40px;
    }

    .main-banner {
        padding-top: 0;
        min-height: unset;
    }

    .banner-item-img {
        height: 299px;
        width: 70%;
    }

    .banner-item-right-side {
        bottom: 0;
    }

    .banner-item-left-side {
        min-height: auto;
        gap: 20px;
        padding-top: 67px;
    }
    .banner-item-right-side {
        min-height: 325px;
    }

    .numbers-card__up:first-child {
        font-size: 34px;

    }

    .banner-item-img {
        background-position: center !important;
        background-size: contain !important;
        border-radius: 250px 250px 0 0;
        height: 349px!important;
        width: 375px!important;
    }
    .hero-card__main_left .text-large {
        padding-left: 0;
        text-align: right;
    }
    .hero-card__main_left .text-large-before:before {
        display: none;
    }
    .experience-card_academy {
        width: 100%;
    }
}
