

/* Start:/local/templates/mba/components/bitrix/catalog/main/style.css?17477409936711*/
/* .mbs-programs-section .mbs-banner-bg::before {
    background-image: url("https://cdn3.mbschool.ru/mbs/pages/constructor/banner.png");
    background-color: #AC322C;
    background-size: contain;
    background-position: bottom 0px right 38%;
} */
.mbs-programs-section .mbs-banner-bg {
    height: auto;
}

/**/
.mbs-programs-banner {
    padding: calc(var(--unit) * 109) 0 calc(var(--unit) * 95) calc(var(--unit) * 90);
    color: var(--color-light);
}
.mbs-programs-banner-desc {
    font-size: calc(var(--unit) * 171.667);
    font-weight: 700;
    letter-spacing: -8.583px;
    text-transform: uppercase;
}
.mbs-programs-banner-desc_small {
    font-size: calc(var(--unit) * 94.986);
    letter-spacing: -4.749px;
}
.mbs-programs-banner .mbs-block-title {
    width: 40%;
}
/**/

.mbs-programs-article {
    padding: calc(var(--unit) * 70) 0 var(--block-padding) 0;
}
.mbs-programs-search {
    position: relative;
    margin: calc(var(--unit) * 60) 0 calc(var(--unit) * 90) 0;
}
.mbs-programs-search .mbs-search-form-icon {
    top: 20px;
    left: 32px;
}
.mbs-programs-search-input {
    width: calc(var(--unit) * 474);
    height: calc(var(--unit) * 58);
    font-size: var(--small-font-size);
    padding: calc(var(--unit) * 20) calc(var(--unit) * 20) calc(var(--unit) * 20) calc(var(--unit) * 55);
    border-radius: var(--border-radius);
    background-color: #EFEFEF;
    border: none;
}
.mbs-programs-search-input::placeholder {
    color: var(--color);
}
.mbs-programs-search-icon {
    position: absolute;
    left: calc(var(--unit) * 23);
    top: calc(var(--unit) * 18);
}
.program-search-result {
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translate(0, 100%);
    background-color: var(--color-light);
    border: var(--border-width) var(--border-type) var(--color-border);
    padding: calc(var(--unit) * 15) calc(var(--unit) * 15) calc(var(--unit) * 15) calc(var(--unit) * 30);
    border-radius: calc(var(--unit) * 15);
    z-index: 10;
}
.program-search-result li::marker {
    color: var(--color-brand);
}
.program-search-result ul li:not(:last-child) {
    margin-bottom: calc(var(--unit) * 10);
}
.program-search-result a {
    text-decoration: none;
}
.program-search-no-result {
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translate(0, 100%);
    background-color: var(--color-light);
    border: var(--border-width) var(--border-type) var(--color-border);
    padding: calc(var(--unit) * 15) calc(var(--unit) * 15) calc(var(--unit) * 15) calc(var(--unit) * 30);
    border-radius: calc(var(--unit) * 15);
    z-index: 5;
}
.program-search-btn-more {
    cursor: pointer;
    margin-top: calc(var(--unit) * 15);
}
.program-search-btn-more:hover {
    color: var(--color-brand);
}
.mbs-programs-content {
    display: flex;
}
.mbs-programs {
    width: 100%;
}
.mbs-programs-btn {
    display: block;
    font-size: var(--very-small-font-size);
    background: transparent;
    margin: calc(var(--unit) * 47) auto 0 auto;
}
.mbs-programs-btn img {
    margin-bottom: calc(var(--unit) * 7);
}
.mbs-programs-btn:hover {
    text-decoration: underline;
}
.mbs-programs-btn:hover img {
    transform: scale(1.1);
}
.mbs-card-program_order {
    order: 5;
}
.mbs-subscribe {
    display: flex;
    align-items: center;
    padding: calc(var(--unit) * 74) 0 0 0;
}
.mbs-subscribe-title {
    width: 30%;
    font-size: calc(var(--unit) * 30);
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-right: calc(var(--unit) * 28);
}
.mbs-subscribe .mbs-btn-transparent {
    border-color: var(--color);
    color: var(--color);
    padding: calc(var(--unit) * 22) calc(var(--unit) * 64);
    margin-right: calc(var(--unit) * 143);
}
.mbs-subscribe .mbs-btn-transparent a {
    color: inherit;
}
.mbs-subscribe .mbs-btn-transparent:hover a {
    color: var(--color-light);
}
.mbs-subscribe-images {
    display: flex;
    position: relative;
    align-self: flex-end;
}
.mbs-subscribe-img {
    position: absolute;
    top: calc(var(--unit) * 11);
    left: calc(var(--unit) * 15);
    z-index: 5;
    border-top-right-radius: calc(var(--unit) * 30);
    border-top-left-radius: calc(var(--unit) * 30);
}
.mbs-subscribe-img-bg {
    width: 100%;
}


@media (max-width: 1208px) {
    .mbs-subscribe {
        justify-content: space-around;
    }
    .mbs-subscribe-title {
        margin-right: 0;
    }
    .mbs-subscribe .mbs-btn-transparent {
        margin-right: 0;
    }
}
@media (max-width: 950px) {
    .mbs-subscribe {
        flex-direction: column;
        padding: calc(var(--unit) * 50) 0 0 0;
    }
    .mbs-subscribe-title {
        width: auto;
        text-align: center;
        margin-bottom: calc(var(--unit) * 30);
    }
    .mbs-subscribe .mbs-btn-transparent {
        margin-bottom: calc(var(--unit) * 30);
    }
    .mbs-subscribe-images {
        align-self: center;
    }
    .mbs-programs-section .mbs-banner-bg::before {
        background-image: none;
    }
    /**/
    .mbs-programs-banner .mbs-block-title {
        width: 70%;
        margin: 0 auto calc(var(--unit) * 50) auto;
    }
    .mbs-programs-banner .mbs-btn-transparent {
        margin: 0 auto;
    }
    .mbs-programs-banner {
        padding: calc(var(--unit) * 50) 0;
        text-align: center;
    }
    /**/
}
@media (max-width: 767px) {
        /**/
    .mbs-programs-banner-desc {
        font-size: calc(var(--unit) * 90);
        letter-spacing: -5px;
    }
    .mbs-programs-banner-desc_small {
        font-size: calc(var(--unit) * 80);
        letter-spacing: -3px;
    }

        /**/
    .mbs-programs-article {
        padding: calc(var(--unit) * 50) 0;
    }
    .mbs-programs-search {
        margin: 0 0 calc(var(--unit) * 50) 0;
    }
    .mbs-programs-search-input {
        width: 100%;
    }
    .mbs-programs-filters {
        width: auto;
        margin-bottom: calc(var(--unit) * 40);
    }
    .mbs-programs-content {
        width: 100%;
        flex-direction: column;
        margin: 0 calc(var(--unit) * -20) 0 0;
    }
    .mbs-programs-btn {
        margin: calc(var(--unit) * 20) auto 0 auto;
    }
    .mbs-subscribe-title {
        font-size: calc(var(--unit) * 25);
    }
}
@media (max-width: 600px) {
    .mbs-programs-section .mbs-banner-bg::before {
        background-size: 101%;
        background-position: bottom 0px right -119px;
    }
}
@media (max-width: 500px) {
    .mbs-programs-section .mbs-banner-bg::before {
        background-size: 117%;
        background-position: bottom 0px right -109px;
    }
}
@media (max-width: 400px) {
    .mbs-programs-section .mbs-banner-bg::before {
        background-size: 130%;
        background-position: bottom 0px right -95px;
    }
}


/* End */


/* Start:/local/templates/mba/components/bitrix/catalog.element/program/style.css?175146955011540*/
.mbs-program-banner {
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0.55) 28.17%, rgba(61, 61, 61, 0.4) 70.63%), url('https://cdn3.mbschool.ru/mbs/pages/kpk/shutterstock_681206938 1.png');
    color: white;
}
.mbs-program-banner.mbs-banner-bg {
    height: auto;
}
.mbs-program-banner-info {
    width: 55%;
    padding: 80px 0 50px var(--block-padding-left);
}
.mbs-program-banner-info .mbs-block-title {
    margin-bottom: 30px;
}
.mbs-program-banner-info .mbs-program-info-items {
    margin-bottom: 70px;
}
.mbs-program-banner-info .mbs-btn {
    margin-bottom: 30px;
}
.mbs-program-info-documents {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.4px;
}
.mbs-program-info-documents a {
    color: white;
}
.mbs-program-title_medium {
    font-size: 34px;
    line-height: 40px;
}
.mbs-program-title_smaller {
    font-size: 30px;
    line-height: 36px;
}
.mbs-program-partner {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.mbs-program-partner img {
    max-width: 170px;
    max-height: 50px;
    object-fit: contain;
}
.mbs-program-banner-info-content {
    position: relative;
}
.mbs-program-banner-info-content .mbs-globule {
    top: -6px;
    left: 0;
    bottom: auto;
    right: auto;
    border-radius: 20px 20px 20px 0px;
    transform: translate(0, -100%);
    font-size: 16px;
    line-height: 18px;
}

.mbs-program-about, .mbs-program-profit, .mbs-complex-offer-section,
.mbs-program-recommend-courses, .mbs-program-FAQ {
    padding: var(--block-padding) 0 var(--block-padding) var(--block-padding-left);
}
.mbs-program-type {
    font-size: calc(var(--unit) * 20);
    text-transform: uppercase;
    letter-spacing: -0.4px;
    margin-bottom: calc(var(--unit) * 10);
}
.mbs-program-info-text {
    position: relative;
    font-size: calc(var(--unit) * 20);
    line-height: calc(var(--unit) * 24);
    color: #fff;
    padding: 24px 30px;
    border-radius: 20px;
    border: 2px solid #fff;
}
.mbs-program-info-text::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 40px;
    height: 40px;
    background-image: url('https://cdn3.mbschool.ru/mbs/pages/icons/error.svg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px solid #fff;
}
.mbs-program-info {
    margin-bottom: calc(var(--unit) * 100);
}
.mbs-program-info-items {
    font-size: calc(var(--unit) * 20);
    line-height: calc(var(--unit) * 32);
    letter-spacing: -0.4px;
}
.mbs-program-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mbs-program-info-items .mbs-program-info-item:not(:last-child) {
    margin-bottom: 5px;
}
.mbs-program-info-item-select-date {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 10px 20px;
    background-color: #F5F5F5;
    border-radius: 20px;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
    user-select: none;
    color: black;
}
.mbs-program-info-item-select-date_active {
    margin-left: 35px;
}
.mbs-program-info-item-selector-date {
    position: absolute;
    top: -5px;
    left: -13px;
    font-size: 20px;
    display: none;
    line-height: 22px;
    background-color: #F5F5F5;
    border-radius: 25px;
    z-index: 2;
    color: black;
}
.mbs-program-info-item-selector-date_active {
    display: block;
}
.mbs-program-info-item-selector-date ul {
    list-style: none;
    padding: 10px 0;
    max-height: 145px;
    overflow-y: auto;
    overflow-x: hidden;
}
.mbs-program-info-item-selector-date ul::-webkit-scrollbar {
    width: 8px;
}
.mbs-program-info-item-selector-date ul::-webkit-scrollbar-track {
    background: transparent;
}
.mbs-program-info-item-selector-date ul::-webkit-scrollbar-thumb {
    background-color: #ACACAC;
    border-radius: 20px;
}
.mbs-program-info-item-selector-date ul li {
    padding: 0 15px;
    font-weight: bold;
    cursor: pointer;
}
.mbs-program-info-item-selector-date ul li:not(:last-child) {
    margin-bottom: 4px;
}
.mbs-program-info-item-selector-date ul li:hover {
    background-color: white;
    border-radius: 25px;
}
.mbs-program-info-item-select-date_date {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: underline;
    text-decoration-color: #D8D8D8;
    text-decoration-thickness: 2px;
    margin-left: 10px;
    font-weight: bold;
}
.mbs-program-info-item-select-date-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mbs-program-result {
    display: flex;
    align-items: center;
}

@media (min-width: 1016px) {
    .mbs-program-info-item-select-date_date:hover .mbs-program-info-item-selector-date {
        display: block;
    }
    .mbs-program-info-item-select-date_date:hover + .mbs-program-info-item-select-date {
        margin-left: 35px;
    }
}
@media (max-width: 767px) {
    .mbs-program-result {
        flex-direction: column;
        align-items: flex-start;
    }
}
.mbs-program-result-title {
    font-weight: 700;
    margin-right: calc(var(--unit) * 31);
	font-size:18px;
}
.mbs-program-result-content {
    width: 55%;
}
@media (max-width: 767px) {
    .mbs-program-result-content {
        width: auto;
    }
}
.mbs-program-result-content li a{
    text-decoration: none;
}
.mbs-program-result-content li {
    list-style-type: none;
    position: relative;
}
.mbs-program-result-content li.margin-bottom{
    margin-bottom: 10px;
}
.mbs-program-result-content.point li{
    padding-left: 18px;
}
.mbs-program-result-content.point li::before{
    content:'';
    width:8px;
    height:8px;
    border-radius: 100%;
    background: var(--color-brand);
    position: absolute;
    top:0;
	transform: translateY(150%);
    left:0;
}
.mbs-program-desc {
    width: 95%;
    font-size: calc(var(--unit) * 20);
    line-height: calc(var(--unit) * 30);
}
.mbs-program-desc ul,
.mbs-program-desc ol {
    padding-left: calc(var(--unit) * 25);
}
.mbs-program-desc *:last-child {
    margin-bottom: 0;
}
.mbs-program-desc *:first-child {
    margin-top: 0;
}

.mbs-program-profit {
    font-size: 20px;
    line-height: 24px;
}

.mbs-training-steps {
    padding: var(--block-padding) 0 calc(var(--unit) * 50) var(--block-padding-left);
}
.mbs-training-steps-bg::before {
    background-color: #3B3C3C;
    background-image: url('https://cdn3.mbschool.ru/mbs/pages/kpk/KakProhoditObuchenie.jpg');
    background-size: cover;
}
.mbs-training-steps {
    font-size: calc(var(--unit) * 20);
    color: var(--color-light);
}
.mbs-training-steps-elements {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.mbs-training-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: calc(var(--unit) * 198);
    margin-right: calc(var(--unit) * 30);
    line-height: calc(var(--unit) * 24);
    margin-bottom: calc(var(--unit) * 50);
}
.mbs-training-step-icon {
    margin-bottom: calc(var(--unit) * 30);
}
.mbs-training-step-text {
    height: 41%;
}
.mbs-training-steps .mbs-btn {
    margin-bottom: calc(var(--unit) * 50);
}
.mbs-teachers-slider-prev,
.mbs-teachers-slider-next {
    top: 40%;
}
.mbs-complex-offer {
    width: 97.5%;
    position: relative;
    display: flex;
    margin-bottom: calc(var(--unit) * 30);
}
.mbs-complex-offer .mbs-card {
    width: calc(var(--unit) * 540);
    height: calc(var(--unit) * 340);
    font-size: calc(var(--unit) * 20);
    background-blend-mode: multiply;
}
.mbs-complex-offer .mbs-card:not(:last-child) {
    margin-right: calc(var(--unit) * 30);
}
.mbs-complex-offer .mbs-card-header {
    margin-bottom: calc(var(--unit) * 35);
}
.mbs-complex-offer .mbs-card-title {
    width: 55%;
}
.mbs-offer-price {
    height: 27%;
    color: var(--color-brand);
    font-weight: 700;
}
.mbs-complex-offer-result {
    font-size: calc(var(--unit) * 20);
    font-weight: 700;
    margin-bottom: calc(var(--unit) * 50);
}
.mbs-program-recommend-courses .mbs-list {
    width: 97%;
}
.mbs-program-FAQ .mbs-accordion {
    width: 97.5%;
}
.mbs-program-FAQ .mbs-accordion-icon {
    width: calc(var(--unit) * 61);
}
.mbs-program-FAQ .mbs-accordion-body {
    padding: 0 calc(var(--unit) * 30) calc(var(--unit) * 30) calc(var(--unit) * 30);
}
.mbs-program-banner-icons {
    position: absolute;
    bottom: 110px;
    right: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.mbs-program-banner-icons img {
    width: 155.91px;
    height: 155.91px;
    border-radius: 50%;
    object-fit: cover;
}

.mbs-program-desc iframe {
    max-width: 640px;
    width: 100%;
}

@media (max-width: 1200px) {
    .mbs-program-banner-info {
        width: 80%;
    }
}
@media (max-width: 1000px) {
    .mbs-program-banner-icons {
        display: none;
    }
}
@media (max-width: 767px) {
    .mbs-program-banner-info {
        width: auto;
    }
    .mbs-program-title_medium {
        font-size: 28px;
        line-height: 34px;
    }
    .mbs-program-title_smaller {
        font-size: 24px;
        line-height: 30px;
    }
    .mbs-program-type {
        font-size: calc(var(--unit) * 18);
        text-align: center;
    }
    .mbs-program-banner-info .mbs-program-type,
    .mbs-program-banner-info .mbs-block-title {
        text-align: left;
    }
    .mbs-program-about .mbs-block-title {
        margin: 0 0 calc(var(--unit) * 30) 0;
    }
    .mbs-program-info {
        margin-bottom: calc(var(--unit) * 50);
    }
    .mbs-program-info-items {
        width: auto;
        font-size: calc(var(--unit) * 18);
        line-height: 20px;
    }
    .mbs-program-info-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .mbs-program-info-items .mbs-program-info-item:not(:last-child) {
        margin-bottom: 15px;
    }
    .mbs-program-info-item-select-date_date {
        margin-left: 0;
    }
    .mbs-program-desc {
        width: 100%;
        font-size: calc(var(--unit) * 18);
    }
    .mbs-program-about .mbs-btn {
        margin: 0 auto;
    }
    .mbs-training-steps {
        padding-bottom: calc(var(--unit) * 1);
    }
    .mbs-training-step {
        margin-right: 0;
    }
    .mbs-complex-offer {
        width: auto;
        flex-direction: column;
    }
    .mbs-complex-offer .mbs-card {
        width: auto;
        height: calc(var(--unit) * 300);
        background-size: contain;
    }
    .mbs-complex-offer .mbs-card:not(:last-child) {
        margin-right: 0;
        margin-bottom: calc(var(--unit) * 30);
    }
    .mbs-complex-offer-section .mbs-btn {
        margin: 0 auto;
    }
    .mbs-program-recommend-courses .mbs-list {
        width: 100%;
    }
    .mbs-program-FAQ .mbs-accordion-body {
        padding: 0 calc(var(--unit) * 20) calc(var(--unit) * 20) calc(var(--unit) * 20);
    }
    .mbs-program-info-text {
        font-size: calc(var(--unit) * 18);
        line-height: calc(var(--unit) * 20);
        padding: 15px 30px 15px 20px;
    }
    .mbs-program-banner-info-content .mbs-globule {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 470px) {
    .mbs-program-title_medium {
        font-size: 24px;
        line-height: 30px;
    }
    .mbs-program-title_smaller {
        font-size: 20px;
        line-height: 26px;
    }
    .mbs-training-steps-elements {
        justify-content: center;
    }
    .mbs-complex-offer .mbs-card-title {
        width: auto;
    }
}
/* End */


/* Start:/local/templates/mba/components/bitrix/news.list/reviews_slider/style.css?17352162063280*/
.mbs-reviews-slider-article {
    padding: var(--block-padding) 0 var(--block-padding) var(--block-padding-left);
}
.mbs-reviews-slider-container {
    position: relative;
}
.mbs-reviews-desc {
    font-size: calc(var(--unit) * 20);
    line-height: calc(var(--unit) * 24);
    font-weight: 700;
}
.mbs-reviews-slider-article .mbs-reviews-slider .swiper-slide {
    height: auto;
}
.mbs-review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mbs-reviews-slider .mbs-review {
    width: 90%;
    max-width: calc(var(--unit) * 350);
    height: 100%;
}
.mbs-review-body {
    display: flex;
    flex-direction: column;
}
.mbs-review-body-info {
    display: flex;
    align-items: center;
}
.mbs-review-icon {
    width: calc(var(--unit) * 68);
    height: calc(var(--unit) * 68);
    border-radius: 50%;
    margin-right: calc(var(--unit) * 10);
}
.mbs-reviews-slider .swiper-wrapper .swiper-slide:nth-child(odd) .mbs-review-icon {
    background-color: #ACACAC;
}
.mbs-reviews-slider .swiper-wrapper .swiper-slide:nth-child(even) .mbs-review-icon {
    background-color: #D43B34;
}
.mbs-review-info-author__name {
    font-size: var(--medium-font-size);
    font-weight: bold;
}
.mbs-review-text {
    line-height: calc(var(--unit) * 19);
    margin: calc(var(--unit) * 35) 0 calc(var(--unit) * 20);
}
.mbs-review-text_height {
    max-height: 95.02px;
}
.mbs-reviews-slider .swiper-wrapper {
    height: auto;
}
.mbs-review-text p {
    margin: 0;
}
.mbs-review-text_big {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: none;
}
.mbs-add-review-btn {
    margin-top: calc(var(--unit) * 50);
}
.mbs-review-text-btn {
    display: none;
    width: max-content;
    padding: 5px 10px;
    outline: none;
    border: none;
    color: var(--color-light);
    background: var(--color-brand);
    font-size: 14px;
    line-height: normal;
    border-radius: var(--border-radius);
}
.mbs-review-text-btn:hover {
    color: var(--color-light);
    background: linear-gradient(var(--color-brand), #b3282d);
}
.mbs-review-text_big ~ .mbs-review-text-btn {
    display: block;
}
.mbs-review-bottom {
    margin-top: 20px;
}

@media (max-width: 1300px) {
    .mbs-reviews-slider .mbs-review {
        width: 70%;
        margin: 0 auto;
    } 
}
@media (max-width: 900px) {
    .mbs-reviews-slider .mbs-review {
        width: 70%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .mbs-reviews-slider {
        padding-bottom: calc(var(--unit) * 67);
    }
    .mbs-review-info-author__name {
        font-size: calc(var(--unit) * 20);
        line-height: calc(var(--unit) * 25);
    }
    .mbs-review-info-author__desc {
        width: 80%;
    }
    .mbs-review-text {
        margin: calc(var(--unit) * 15) 0;
    }
    .mbs-add-review-btn {
        margin-right: auto;
        margin-left: auto;
        font-size: var(--small-font-size);
    }
    .mbs-review-text_height {
        max-height: 152px;
    }
    .mbs-review-text_big {
        -webkit-line-clamp: 8;
        line-clamp: 8;
    }
}
@media (max-width: 550px) {
    .mbs-reviews-slider .mbs-review {
        width: 90%;
        padding-left: calc(var(--unit) * 15);
    }
}
/* End */


/* Start:/local/templates/mba/components/bitrix/news.list/teachers_slider/style.css?17352176257836*/
.mbs-teachers {
    position: relative;
    padding: var(--block-padding) 0 var(--block-padding) var(--block-padding-left);
}
.mbs-teachers h2 {
    margin: 0;
}
.mbs-section .mbs-teachers-slider {
    padding-bottom: calc(var(--unit) * 77);
}
.mbs-teachers-slider .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mbs-teachers-slider a {
    text-decoration: none;
}
.mbs-teachers-slider-img-container {
    position: relative;
    width: calc(var(--unit) * 300);
    height: calc(var(--unit) * 300);
    background: var(--color-brand-dark);
    border-radius: var(--border-radius);
}
.mbs-teachers-slider-img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    object-fit: cover;
    object-position: top;
}
.mbs-teachers-slider-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: calc(var(--unit) * 68);
    max-height: calc(var(--unit) * 68);
    width: auto;
    height: auto;
    border-radius: 50%;
}
.mbs-teachers .mbs-teachers-slider-info {
    width: 75%;
    margin-top: calc(var(--unit) * 22);
    color: var(--color);
}
.mbs-teachers-slider-info__name {
    font-size: var(--medium-font-size);
    font-weight: bold;
}
.mbs-teachers-slider a:hover .mbs-teachers-slider-info__name {
    color: var(--color-brand);
}
.mbs-teachers-slider-info__desc {
    font-size: calc(var(--font-size) * 1.15);
    margin: 0;
    margin-top: calc(var(--unit) * 27);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mbs-teachers-slider a:hover .mbs-teachers-slider-info__desc {
    color: var(--color);
}
.mbs-teachers .mbs-teacher-btn {
    font-weight: normal;
    text-transform: none;
    font-size: var(--small-font-size);
    margin-top: calc(var(--unit) * 30);
    padding: calc(var(--unit) * 10) calc(var(--unit) * 35);
}
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:first-child,
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:nth-child(3),
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:nth-child(5) {
    background-color: #D43B34;
}
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:nth-child(2),
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:nth-child(4) {
    background-color: #ACACAC;
}
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:first-child {
    right: 0;
    z-index: 5;
}
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:nth-child(2) {
    right: calc(var(--unit) * 39);
    z-index: 4;
}
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:nth-child(3) {
    right: calc(var(--unit) * 78);
    z-index: 3;
}
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:nth-child(4) {
    right: calc(var(--unit) * 117);
    z-index: 2;
}
.mbs-teachers-slider-icons-container .mbs-teachers-slider-icon:nth-child(5) {
    right: calc(var(--unit) * 156);
    z-index: 1;
}
.mbs-teachers-slider-rating {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #D43B34;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--unit)* 18);
    font-weight: 700;
    color: var(--color-light);
}

/* one teacher */
.mbs-teacher-container .mbs-block-desc a {
    text-decoration: none;
}
.mbs-teacher-block {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
}
.mbs-teacher-block-img {
    width: calc(var(--unit)* 300);
    height: calc(var(--unit)* 300);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.mbs-teacher-block-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.mbs-teacher-block-info-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mbs-teacher-block-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mbs-teacher-block-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 40px;
}
.mbs-teacher-block-icons-status {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mbs-teacher-block-icons-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(var(--unit)* 68);
    height: calc(var(--unit)* 68);
    font-size: calc(var(--unit)* 18);
    font-weight: 700;
    border-radius: 50%;
    color: var(--color-light);
    background-color: #D43B34;
}
.mbs-teacher-block-icon img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}
.mbs-teacher-block-icons .mbs-teacher-block-icon:nth-child(even) img {
    background-color: #ACACAC;
}
.mbs-teacher-block-icons .mbs-teacher-block-icon:nth-child(odd) img {
    background-color: #D43B34;
}
.mbs-teacher-block-info-desc {
    font-size: calc(var(--unit)* 18);
    line-height: calc(var(--unit)* 22);
    margin: 0 0 10px 0;
}
.mbs-teacher-block-info-btn {
    text-transform: none;
    font-size: var(--small-font-size);
    font-weight: normal;
    padding: calc(var(--unit)* 13) calc(var(--unit)* 30);
}
/* one teacher */


@media (max-width: 1300px) {
    .mbs-teachers-slider .swiper-slide {
        align-items: center;
    }
    .mbs-teachers-slider-img-container,
    .mbs-teachers-slider-info {
        margin: 0 auto;
    }
}
@media (max-width: 1016px) {
    /* one teacher */
    .mbs-teacher-block {
        grid-template-columns: 1fr;
    }
    .mbs-teacher-block-info-container {
        gap: 40px;
    }
    .mbs-teacher-block-icons {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .mbs-teacher-block-icons .mbs-teacher-block-icons-status:first-child {
        order: 1;
    }
    .mbs-teacher-block-icons .mbs-teacher-block-icons-status:nth-child(2) {
        order: 2;
    }
    .mbs-teacher-block-icons .mbs-teacher-block-icons-status:nth-child(3) {
        order: 4;
    }
    .mbs-teacher-block-icons .mbs-teacher-block-icons-status:nth-child(4) {
        order: 2;
    }
    .mbs-teacher-block-icons .mbs-teacher-block-icons-status:nth-child(5) {
        order: 5;
    }
    .mbs-teacher-block-icons .mbs-teacher-block-icons-status:nth-child(6) {
        order: 6;
    }
    /* one teacher */
}
@media (max-width: 767px) {
    .mbs-teachers-slider {
        padding-bottom: calc(var(--unit) * 68);
    }
    .mbs-teachers-slider-img-container {
        max-width: calc(var(--unit) * 260);
        height: calc(var(--unit) * 260);
        width: auto;
    }
    .mbs-teachers .mbs-teachers-slider-info {
        width: 90%;
        align-self: flex-start;
        margin-top: calc(var(--unit) * 20);
        line-height: calc(var(--unit) * 20);
    }
    .mbs-teachers-slider-info__name {
        font-size: calc(var(--unit) * 18);
    }
    .mbs-teachers-slider-info__desc {
        font-size: var(--font-size);
        margin-top: calc(var(--unit) * 20);
    }
    .mbs-teachers-slider-prev,
    .mbs-teachers-slider-next {
        top: 28%;
    }

    /* one teacher */
    .mbs-teacher-container .mbs-block-title {
        text-align: left;
        margin-bottom: 30px;
    }
    .mbs-teacher-container .mbs-block-desc {
        font-size: 28px;
        line-height: 32px;
        margin-top: 10px;
    }
    .mbs-teacher-block-img {
        width: calc(var(--unit)* 260);
        height: calc(var(--unit)* 260);
    }
    .mbs-teacher-block-icons-rating,
    .mbs-teacher-block-icon img {
        width: calc(var(--unit)* 45);
        height: calc(var(--unit)* 45);
    }
    .mbs-teacher-block-icons-status {
        font-size: 14px;
    }
    /* one teacher */
}

@media (max-width: 550px) {
    .mbs-teacher-container .mbs-block-desc {
        font-size: 24px;
        line-height: 28px;
    }
}

/* End */


/* Start:/local/templates/mba/components/bitrix/news.list/photo_gallery_slider/style.css?1725223045495*/
.mbs-photo-gallery {
    padding: var(--block-padding) 0 var(--block-padding) var(--block-padding-left);
    position: relative;
}
.mbs-photo-gallery-slider .swiper-slide img {
    object-fit: cover;
    object-position: center;
    width: calc(var(--unit) * 350);
    height: calc(var(--unit) * 300);
}

@media (max-width: 1300px) {
    .mbs-photo-gallery-slider .swiper-slide {
        text-align: center;
    }
    .mbs-photo-gallery-slider .swiper-slide img {
        max-width: 90%;
    }
}
/* End */


/* Start:/local/templates/mba/components/bitrix/news.list/programs_list/style.css?1725223045523*/
.mbs-program-recommend-courses {
    padding: var(--block-padding) 0 var(--block-padding) var(--block-padding-left);
}
.mbs-list-item-title a {
    text-decoration: none;
}
.mbs-program-recommend-courses-desc {
    width: 90%;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .mbs-program-recommend-courses-desc {
        width: auto;
        font-size: 18px;
        line-height: 28px;
    }
}
/* End */


/* Start:/local/templates/mba/components/bitrix/news.detail/banner_bg/style.css?1742827020811*/
[data-type="img-mobile"] {
    display: none;
}
.mbs-banner-bg::before {
    background-image: inherit;
}
.mbs-banner_contain::before {
    background-size: contain;
    background-position: center bottom;
}
.mbs-banner_big {
    height: 660px;

    @media (max-width: 1470px) {
        height: 600px; 
    }
    @media (max-width: 1350px) {
        height: 500px; 
    }
    @media (max-width: 1090px) {
        height: 400px; 
    }
    @media (max-width: 950px) {
        height: 300px; 
    }
    @media (max-width: 650px) {
        height: 200px; 
    }
    @media (max-width: 450px) {
        height: 150px; 
    }
}

@media (max-width: 767px) {
    [data-type="img-mobile"] {
        display: block;
    }
    [data-type="img-web"] {
        display: none;
    }
}
/* End */


/* Start:/local/templates/mba/components/bitrix/news.detail/block_your_manager/style.css?17344333463264*/
.mbs-your-manager-bg-dark::before {
    background: var(--bg-dark);
}
.mbs-your-manager-bg-red::before {
    background: linear-gradient(28deg, #C63B35 2.35%, #AA1F24 56.85%);
}
.mbs-your-manager-bg-red a:hover {
    color: var(--color-light);
    text-decoration: none;
}
.mbs-your-manager {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--color-light);
    padding: var(--block-padding) 0 var(--block-padding) var(--block-padding-left);
}
.mbs-your-manager-title {
    width: 21.5%;
    font-size: calc(var(--unit) * 30);
    letter-spacing: -0.6px;
    text-transform: uppercase;
}
.mbs-your-manager-info {
    display: flex;
    align-items: center;
}
.mbs-your-manager-info_flex {
    width: auto;
    align-items: flex-start;
}
.mbs-your-manager-photo {
    width: calc(var(--unit) * 180);
    height: calc(var(--unit) * 180);
    background-color: var(--bg-light);
    border-radius: 50%;
    margin-right: calc(var(--unit) * 25);
}
.mbs-your-manager-photo img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}
.mbs-your-manager-contacts {
    display: flex;
    flex-direction: column;
    font-size: var(--middle-font-size);
    letter-spacing: -0.5px;
}
.mbs-your-manager-contacts a {
    width: max-content;
    color: var(--color-light);
    text-decoration: none;
}
.mbs-your-manager-bg-dark .mbs-your-manager-contacts a:hover {
    color: var(--color-brand);
}
.mbs-your-manager-contacts-name {
    margin-bottom: calc(var(--unit) * 5);
    font-weight: 500;
}
.mbs-your-manager-contacts .mbs-social {
    margin-top: calc(var(--unit) * 10);
}
.mbs-your-manager-btn-container {
    width: 33%;
}
.mbs-your-manager-contacts-position {
    font-size: var(--medium-font-size);
}
.mbs-your-manager-info_flex .mbs-your-manager-contacts {
    padding-top: calc(var(--unit)* 15);
}
.mbs-your-manager-contacts-email {
    margin: calc(var(--unit)* 35) 0 calc(var(--unit)* 25) 0;
}
.mbs-your-manager-contacts-email a {
    text-decoration: underline;
}
.mbs-your-manager-info_flex .mbs-your-manager-contacts-phone {
    display: none;
}
.mbs-your-manager-contacts-phone-manager {
    display: none;
    margin-right: calc(var(--unit)* 18);
}
.mbs-your-manager-info_flex .mbs-your-manager-contacts-phone-manager {
    display: inline-block;
}

@media (max-width: 1200px) {
    .mbs-your-manager-title {
        width: auto;
        margin-bottom: calc(var(--unit) * 30);
        font-size: calc(var(--unit) * 26);
    }
    .mbs-your-manager-info {
        margin-bottom: calc(var(--unit) * 30);
    }
    .mbs-your-manager-btn-container {
        width: auto;
    }
    .mbs-your-manager {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .mbs-your-manager-title {
        font-size: calc(var(--unit) * 25);
    }
    .mbs-your-manager-photo,
    .mbs-your-manager-photo img {
        width: calc(var(--unit) * 120);
        height: calc(var(--unit) * 120);
    }
    .mbs-your-manager-contacts {
        font-size: var(--font-size);
    }
    .mbs-your-manager-info_flex {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 460px) {
	.mbs-your-manager-info{
		flex-direction: column;
        gap: 10px
	}
}
/* End */


/* Start:/local/templates/mba/assets/css/feedback-form.css?1750421532721*/
.mbs-feedback-name {
    width: 60%;
}
.mbs-feedback-name .mbs-feedback-name__desc {
    font-size: 35px;
    line-height: 39px;
    text-transform: uppercase;
}
.mbs-feedback-name__title {
    font-size: 35px;
    line-height: 39px;
    margin: 0;
}

.mbs-form-input-wrapper {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1016px) {
    .mbs-feedback-name__title,
    .mbs-feedback-name .mbs-feedback-name__desc {
        font-size: 25px;
        line-height: 29px;
    }
}
@media (max-width: 820px) {
    .mbs-feedback-name {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .mbs-feedback-name {
        margin: 0 0 calc(var(--unit) * 30) 0;
    }
}
/* End */


/* Start:/local/templates/mba/assets/css/registration-form.css?17504183852640*/
.mbs-registration-forms .mbs-block-title {
    margin: 0 0 calc(var(--unit) * 40) 0;
}
.mbs-registration-forms .mbs-form-input-container {
    margin: calc(var(--unit) * 40) 0;
}
#mbs-registration-form-company .mbs-form-input-container {
    margin: calc(var(--unit) * 40) 0 10px 0;
}
.mbs-registration-form-target-container {
    display: flex;
    font-size: calc(var(--unit) * 20);
}
.mbs-registration-form-target {
    padding: calc(var(--unit) * 13) calc(var(--unit) * 30);
    border-radius: var(--border-radius);
    border: var(--border-width) var(--border-type) var(--color);
    background-color: var(--color-light);
    cursor: pointer;
}
.mbs-registration-form-target-container .mbs-registration-form-target:not(:last-child) {
    margin-right: calc(var(--unit) * 30);
}
.mbs-registration-form-target-active {
    border-color: var(--color-brand);
    color: var(--color-brand);
}
.mbs-registration-form-target:hover {
    transform: scale(1.05);
}
.mbs-registration-form-add-partner {
    display: flex;
    align-items: center;
    font-size: calc(var(--unit) * 18);
    cursor: pointer;
    margin-bottom: calc(var(--unit) * 30);
}
.mbs-registration-form-add-partner-icon {
    width: calc(var(--unit) * 9);
    height: calc(var(--unit) * 9);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: calc(var(--unit) * 22);
    background-color: var(--color-brand);
    color: var(--color-light);
    padding: calc(var(--unit) * 10);
    margin-right: calc(var(--unit) * 10);
}
.mbs-registration-form-add-partner:hover {
    color: var(--color-brand-active);
}
.mbs-registration-form-add-partner-icon:hover {
    transform: scale(1.05);
}
.mbs-registration-forms .mbs-thank-you-section {
    padding: var(--block-padding) 0 0 var(--block-padding-left);
}

@media (max-width: 1150px) {
}
@media (max-width: 1050px) {
}
@media (max-width: 880px) {
}
@media (max-width: 767px) {
    .mbs-registration-form-target-container {
        flex-direction: column;
        align-items: center;
        font-size: calc(var(--unit) * 18);
    }
    .mbs-registration-form-target {
        width: max-content;
    }
    .mbs-registration-form-target-container .mbs-registration-form-target:not(:last-child) {
        margin-right: 0;
        margin-bottom: calc(var(--unit) * 30);
    }
    .mbs-registration-forms .mbs-btn {
        font-size: var(--small-font-size);
    }
}
@media (max-width: 500px) {
    .mbs-registration-forms .mbs-btn {
        max-width: none;
        width: 90%;
    }
}
/* End */


/* Start:/local/templates/mba/assets/css/calc-form.css?175100857310566*/
.mbs-course-cost-form-article {
    padding: var(--block-padding) 0 var(--block-padding) var(--block-padding-left);
}
.mbs-cost-form {
    display: flex;
    font-size: calc(var(--unit) * 20);
    line-height: calc(var(--unit) * 24);
}
.mbs-cost-form-inputs {
    width: 55.5%;
    line-height: calc(var(--unit) * 23);
}
.mbs-cost-form .mbs-cost-form-item {
    display: flex;
    align-items: center;
    margin-bottom: calc(var(--unit) * 50);
}
.mbs-cost-form-item_promocode {
    margin-bottom: calc(var(--unit) * 50);
}
.mbs-cost-form-item-complex {
    flex-direction: column;
    align-items: flex-start;
}
.mbs-cost-form-item-flex-content {
    max-width: 380px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mbs-form-switch-discount-date-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.mbs-cost-form-item .mbs-filter-checkbox-label {
    margin-bottom: 0;
}
.mbs-cost-form-item-title {
    width: 31%;
    font-weight: 700;
    margin-right: calc(var(--unit) * 18);
}
.mbs-cost-form-item_promocode .mbs-cost-form-item-title {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
}
.mbs-cost-form-input-num {
    font-size: calc(var(--unit) * 20);
    border-radius: calc(var(--unit) * 20);
    border: var(--border-width) var(--border-type) var(--color);
    text-align: center;
    background-color: transparent;
    color: black;
    appearance: none;
    width: 50px;
    height: 53px;
}
.mbs-cost-form-quantity-discount {
    font-size: calc(var(--unit) * 18);
    color: var(--color-brand);
    margin-left: calc(var(--unit) * 40);
}
.mbs-cost-form-address {
    display: flex;
    width: 41%;
}
.mbs-cost-form-icon-address {
    width: calc(var(--unit) * 24);
    height: calc(var(--unit) * 24);
    margin-left: calc(var(--unit) * 10);
}
.mbs-cost-form-promo-code-container {
    width: max-content;
    position: relative;
    display: flex;
    border-radius: calc(var(--unit) * 20);
    background-color: var(--color-brand);
}
.mbs-cost-form-input-promo-code {
    max-width: calc(var(--unit) * 105);
    font-size: calc(var(--unit) * 20);
    border-radius: calc(var(--unit) * 20);
    padding: calc(var(--unit) * 13) calc(var(--unit) * 30);
    border: var(--border-width) dashed var(--color);
    text-transform: uppercase;
}
.mbs-cost-form-input-promo-code:focus,
.mbs-cost-form-input-promo-code:active {
    outline: none;
}
.mbs-cost-form-promo-code-btn {
    width: 50%;
    font-size: calc(var(--unit) * 20);
    font-weight: 500;
    border-radius: calc(var(--unit) * 20);
    padding: calc(var(--unit) * 12) calc(var(--unit) * 24);
    background: transparent;
    color: var(--color-light);
    background-color: var(--color-brand);
}
.mbs-cost-form-promo-code-btn:hover {
    text-decoration: underline;
}
.mbs-filter-checkboxes.mbs-cost-form-installment-container {
    display: flex;
    margin-bottom: calc(var(--unit) * 20);
}
.mbs-cost-form-calc {
    width: 42%;
}
.mbs-cost-form-total {
    border-radius: calc(var(--unit) * 20);
    padding: calc(var(--unit) * 30) calc(var(--unit) * 35) calc(var(--unit) * 37) calc(var(--unit) * 38);
    background-color: var(--bg-light);
}
.mbs-cost-form-calc-title {
    font-weight: 700;
    margin-bottom: calc(var(--unit) * 20);
}
div[data-title="total"] {
    margin-left: calc(var(--unit) * 30);
}
.mbs-cost-form-input-date {
    font-size: calc(var(--unit) * 20);
    border: none;
    margin-right: calc(var(--unit) * 20);
    padding: calc(var(--unit) * 10) calc(var(--unit) * 35) calc(var(--unit) * 10) calc(var(--unit) * 5);
    appearance: none;
    background: url('https://cdn3.mbschool.ru/mbs/pages/icons/calendar-red.svg') no-repeat right;
    color: black;
}
.mbs-cost-form-input-date:focus,
.mbs-cost-form-input-date:active {
    outline: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    width: calc(var(--unit) * 24);
    height: calc(var(--unit) * 24);
}
.mbs-cost-form-container-discount-date {
    position: relative;
    width: calc(var(--unit) * 141);
    font-size: calc(var(--unit) * 18);
    color: var(--color-brand);
}
.mbs-cost-form-discount-date-desc {
    font-size: var(--very-small-font-size);
    line-height: calc(var(--unit) * 18);
}
.mbs-cost-form-error {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 100%);
    color: var(--color-brand);
    font-size: calc(var(--unit) * 18);
}
.mbs-cost-form-course {
    border-radius: calc(var(--unit) * 20);
    background-color: var(--bg-light);
    padding: calc(var(--unit) * 34) calc(var(--unit) * 35) calc(var(--unit) * 35) calc(var(--unit) * 38);
    margin-bottom: calc(var(--unit) * 30);
}
.mbs-cost-form-calc .mbs-btn-transparent {
    font-size: var(--font-size);
    color: var(--bg-dark);
    border-color: var(--bg-dark);
    padding: calc(var(--unit) * 13) calc(var(--unit) * 39);
}
.mbs-cost-form-calc .mbs-btn-transparent:hover {
    color: var(--color-light);
}
.mbs-cost-form-calc .mbs-btn {
    margin-top: calc(var(--unit) * 30);
}
.mbs-cost-form-calc-price {
    font-size: var(--big-font-size);
    font-weight: 700;
    line-height: calc(var(--unit) * 54);
    letter-spacing: -1.35px;
    margin-left: calc(var(--unit) * 30);
}
.mbs-cost-form-calc-discount-container {
    font-weight: 700;
    margin-bottom: calc(var(--unit) * 30);
    margin-left: calc(var(--unit) * 30);
    text-indent: -32px;
}
.mbs-cost-form-calc-discount {
    font-size: var(--big-font-size);
    line-height: calc(var(--unit) * 54);
}
.mbs-cost-form-quantity-discount {
    position: relative;
    font-size: calc(var(--unit) * 18);
    color: var(--color-brand);
    margin-left: calc(var(--unit) * 40);
}
.mbs-cost-form-discount-container-limit {
    display: none;
    position: absolute;
    width: max-content;
    z-index: 5;
    bottom: calc(var(--unit) * -5);
    left: 0;
    transform: translate(0, 100%);
    background-color: var(--color-brand);
    color: var(--color-light);
    padding: calc(var(--unit) * 10);
    font-size: calc(var(--unit) * 16);
    border-radius: calc(var(--unit) * 20);
    font-weight: normal;
}
.mbs-cost-form-quantity-discount:hover .mbs-cost-form-discount-container-limit {
    display: block;
}
.mbs-cost-form-container-discount-date:hover .mbs-cost-form-discount-container-limit,
.mbs-form-switch-discount-date:hover .mbs-cost-form-discount-container-limit {
    display: block;
}
.mbs-cost-form-calc-installment {
    font-size: 30px;
    line-height: 32px;
    margin-top: 15px;
    text-indent: 0;
}
.mbs-form-switch.mbs-form-switch-discount-date {
    width: 54px;
    height: 28px;
}
.mbs-form-switch-discount-date .mbs-form-slider::before {
    width: 20px;
    height: 20px;
}
.mbs-cost-form-videocourse {
    gap: 50px;
}

@media (max-width: 1262px) {
    .mbs-cost-form-calc-price,
    .mbs-cost-form-calc-discount {
        font-size: 34px;
        line-height: calc(var(--unit) * 38);
    }
    .mbs-cost-form-calc-discount-container {
        text-indent: -26px;
    }
}
@media (max-width: 1050px) {
    .mbs-cost-form {
        flex-direction: column;
    }
    .mbs-cost-form-inputs {
        width: 90%;
        margin-bottom: calc(var(--unit) * 30);
    }
    .mbs-cost-form-calc {
        width: auto;
    }
    .mbs-cost-form-calc > div {
        max-width: calc(var(--unit) * 304);
    }
    .mbs-cost-form-inputs .mbs-filter-checkboxes {
        flex-direction: row;
    }
    .mbs-cost-form-inputs .mbs-filter-checkbox-label {
        margin-right: calc(var(--unit) * 35);
    }
    .mbs-cost-form-videocourse {
        gap: 0;
    }
}
@media (max-width: 767px) {
    .mbs-course-cost-form-article .mbs-block-title {
        text-align: left;
    }
    .mbs-cost-form {
        font-size: calc(var(--unit) * 18);
    }
    .mbs-cost-form-total {
        padding: calc(var(--unit) * 30) calc(var(--unit) * 20);
    }
    .mbs-cost-form-input-promo-code,
    .mbs-cost-form-promo-code-btn {
        font-size: calc(var(--unit) * 18);
    }
    .mbs-cost-form-calc-discount-container {
        margin-bottom: calc(var(--unit) * 20);
    }
    .mbs-cost-form-calc-price,
    .mbs-cost-form-calc-discount {
        font-size: calc(var(--unit) * 30);
        line-height: calc(var(--unit) * 34);
    }
    .mbs-cost-form-calc-title {
        margin-bottom: calc(var(--unit) * 15);
    }
    .mbs-cost-form-calc .mbs-btn {
        font-size: var(--small-font-size);
    }
    .mbs-cost-form-calc-installment {
        font-size: 24px;
        line-height: 26px;
    }
    .mbs-cost-form-calc-discount-container {
        text-indent: -23px;
    }
    .mbs-cost-form-input-num {
        width: 55px;
    }
    .mbs-cost-form-discount-container-limit {
        font-size: 14px;
    }
}
@media (max-width: 650px) {
    .mbs-cost-form-inputs .mbs-cost-form-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: calc(var(--unit) * 30);
    }
    .mbs-cost-form-item-title {
        width: auto;
        margin-right: 0;
        margin-bottom: calc(var(--unit) * 15);
    }
    .mbs-cost-form-quantity-discount {
        margin-left: 0;
        margin-top: calc(var(--unit) * 15);
    }
    .mbs-cost-form-installment-container {
        flex-direction: column;
    }
    .mbs-cost-form-promo-code-container {
        flex-direction: column;
        background-color: transparent;
    }
    .mbs-cost-form-input-promo-code {
        margin-bottom: calc(var(--unit) * 10);
    }
    .mbs-cost-form-promo-code-btn {
        width: auto;
    }
    .mbs-cost-form-calc .mbs-btn-transparent {
        padding: calc(var(--unit) * 13) calc(var(--unit) * 20);
    }
    .mbs-cost-form-address {
        width: auto;
    }
    .mbs-cost-form-complex-input {
        flex-direction: column;
        align-items: flex-start;
        margin-top: calc(var(--unit) * 5);
    }
    .mbs-cost-form-complex-date-container .mbs-cost-form-complex-input:last-child {
        margin-top: calc(var(--unit) * 20);
    }
    .mbs-cost-form-complex-input label {
        width: auto;
        margin-bottom: calc(var(--unit) * 10);
    }
}
@media (max-width: 470px) {
    .mbs-cost-form-discount-container-limit {
        width: auto;
    }
}
/* End */


/* Start:/local/templates/mba/components/bitrix/news.detail/block_training_program/style.css?17472959304067*/
.mbs-program-phases-article,
.mbs-program-trainig {
    padding: var(--block-padding) 0 var(--block-padding) var(--block-padding-left);
}
.mbs-program-phases-article a {
    text-decoration: none;
}
.mbs-program-phases p {
    margin: 0;
    margin-bottom: calc(var(--unit) * 10);
}


.mbs-program-trainig h2:not(.mbs-block-title) {
    font-size: calc(var(--unit) * 25);
}
.mbs-program-trainig .mbs-accordion-item {
    border-radius: calc(var(--unit) * 20);
    background-color: var(--bg-light);
    margin-bottom: calc(var(--unit) * 20);
}
.mbs-program-trainig .mbs-accordion-item * {
    border: none !important;
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-header {
    align-items: center;
    font-weight: 700;
    padding-left: calc(var(--unit) * 44);
}
.mbs-program-trainig .mbs-accordion-icon {
    width: 72px;
    height: 72px;
    display: block;
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-header .mbs-accordion-item-title {
    padding: 0 calc(var(--unit) * 10) 0 0;
    line-height: 22px;
    max-width: 80%;
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-body {
    width: 75%;
    font-size: calc(var(--unit) * 20);
    line-height: calc(var(--unit) * 28);
    background-color: inherit;
    border-bottom-left-radius: calc(var(--unit) * 20);
    border-bottom-right-radius: calc(var(--unit) * 20);
    padding: 0 0 calc(var(--unit) * 37) calc(var(--unit) * 45);
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-body ul {
    list-style: "— ";
    padding-left: calc(var(--unit) * 25);
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-body li {
    margin-bottom: calc(var(--unit) * 10);
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-body ul+p {
    margin-top: calc(var(--unit) * 20);
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-body p {
    margin: 0;
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-body a {
    color: inherit;
}
.mbs-program-trainig .mbs-accordion-item .mbs-accordion-body a:hover {
    color: var(--color-brand-active);
}
.mbs-program-trainig .mbs-btn {
    margin-top: calc(var(--unit) * 50);
}
.mbs-program-trainig .mbs-btn a {
    text-decoration: none;
    color: var(--color-light);
}

.mbs-program-trainig-desc {
    font-size: 20px;
    line-height: 24px;
}
.mbs-program-trainig-icon-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px 10px;
    padding: 24px 0;
}
.mbs-program-trainig-item-duration {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-brand);
    font-weight: normal;
}


@media (max-width: 767px) {
    .mbs-program-phases .mbs-btn {
        margin: 0 auto;
    }

    .mbs-program-trainig .mbs-accordion-item {
        line-height: calc(var(--unit) * 30);
    }
    .mbs-program-trainig .mbs-accordion-item .mbs-accordion-header {
        padding-left: calc(var(--unit) * 30);
        font-size: 20px;
        line-height: normal;
    }
    .mbs-program-trainig .mbs-accordion-item .mbs-accordion-item-title {
        padding: calc(var(--unit) * 5) 0;
    }
    .mbs-program-trainig .mbs-accordion-item .mbs-accordion-header .mbs-accordion-item-title {
        padding: 0;
        line-height: 22px;
        max-width: none;
    }
    .mbs-program-trainig .mbs-accordion-item .mbs-accordion-body {
        width: auto;
        font-size: calc(var(--unit) * 18);
        padding: calc(var(--unit) * 5) calc(var(--unit) * 20) calc(var(--unit) * 20) calc(var(--unit) * 20);
    }
    .mbs-program-trainig .mbs-btn {
        margin-right: auto;
        margin-left: auto;
        font-size: var(--small-font-size);
    }

    .mbs-program-trainig-desc {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0;
    }
    .mbs-program-trainig-icon-container {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* End */


/* Start:/local/templates/mba/components/bitrix/news.list/block_training_includes/style.css?17322771573926*/
.mbs-training-includes {
    padding: var(--block-padding) 0 calc(var(--unit) * 50) var(--block-padding-left);
    font-size: calc(var(--unit) * 20);
    color: var(--color-light);
}
.mbs-training-includes-bg::before {
    background-image: inherit;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center, center;
    background-color: rgba(59, 60, 60, 1);
}
.mbs-training-includes-elements {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.mbs-training-includes-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: calc(var(--unit) * 255);
    height: calc(var(--unit) * 226);
    margin-right: calc(var(--unit) * 30);
    line-height: calc(var(--unit) * 24);
    margin-bottom: calc(var(--unit) * 50);
}
.mbs-program-section .mbs-training-includes-item:last-child {
    font-weight: 700;
}
.mbs-training-includes-item-icon {
    margin-bottom: calc(var(--unit) * 30);
}
.mbs-training-includes-item-text {
    height: 41%;
}
.mbs-training-includes .mbs-btn {
    margin-bottom: calc(var(--unit) * 50);
}
#training-includes-slider .swiper-pagination {
    display: none;
}

@media (max-width: 767px) {
    .mbs-training-includes {
        padding-bottom: calc(var(--unit) * 1);
    }
    .mbs-training-includes-item {
        margin-right: 0;
        height: auto;
    }
    .mbs-training-includes .mbs-btn {
        margin-right: auto;
        margin-left: auto;
        font-size: var(--small-font-size);
    }
}
@media (max-width: 650px) {
    .mbs-training-includes-bg::before {
        background-image: linear-gradient(rgba(59, 60, 60, 1), rgba(59, 60, 60, 1));
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
@media (max-width: 566px) {
    .mbs-training-includes-elements {
        /* justify-content: center; */
        flex-wrap: nowrap;
    }
    #training-includes-slider .swiper-pagination {
        display: block;
    }
    #training-includes-slider {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .mbs-training-includes .mbs-btn {
        margin-top: 50px;
    }
}


.mbs-training-cost-includes-bg::before {
    background-image: inherit;
    background-repeat: no-repeat, no-repeat;
    background-position: center, bottom 0px right 0%;
    background-size: contain;
    background-color: #AC322C;
}
.mbs-training-cost-includes {
    display: flex;
    align-items: center;
    padding: calc(var(--unit) * 128) 0 calc(var(--unit) * 127) var(--block-padding-left);
    color: var(--color-light);
}
.mbs-training-cost-includes-title {
    width: 30%;
    font-size: calc(var(--unit) * 30);
    letter-spacing: -0.6px;
    text-transform: uppercase;
    margin-right: calc(var(--unit) * 80);
}
.mbs-training-cost-includes-list {
    list-style-type: "— ";
    font-size: calc(var(--unit) * 20);
    line-height: calc(var(--unit) * 20);
    letter-spacing: -0.4px;
}
.mbs-training-cost-includes-list a,
.mbs-training-cost-includes-list a:hover {
    color: inherit;
}
.mbs-training-cost-includes-list li {
    max-width: 600px;
}
.mbs-training-cost-includes-list li:not(:last-child) {
    margin-bottom: calc(var(--unit) * 15);
}
@media (max-width: 1050px) {
    .mbs-training-cost-includes-bg::before {
        background-size: cover, cover;
    }
}
@media (max-width: 768px) {
    .mbs-training-cost-includes {
        flex-direction: column;
        padding: calc(var(--unit) * 50) 0;
    }
    .mbs-training-cost-includes-title {
        width: auto;
        text-align: center;
        font-size: calc(var(--unit) * 25);
        margin-right: 0;
        margin-bottom: calc(var(--unit) * 30);
    }
    .mbs-training-cost-includes-list {
        font-size: calc(var(--unit) * 18);
        padding-left: calc(var(--unit) * 30);
    }
}
/* End */


/* Start:/local/templates/mba/assets/css/corporate-training.css?17504183304248*/
.mbs-block-corporate {
    position: relative;
    display: flex;
    color: white;
}
.mbs-block-corporate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn3.mbschool.ru/mbs/upload/202503/174238540738844/banner_corporate_form.png');
    background-color: rgb(0 0 0 / 50%);
    background-blend-mode: multiply;
}
.mbs-block-corporate::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 50vw;
    height: 100%;
    transform: translateX(100%);
    background-color: rgba(173, 51, 45, 1);
    opacity: 0.8;
    max-width: 100vw;
}
.mbs-block-corporate-title-container,
.mbs-block-corporate-form-container {
    position: relative;
    z-index: 1;
    width: 50%;
}
.mbs-block-corporate-title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mbs-block-corporate-title-container .mbs-block-corporate-title {
    margin: 50px 70px 20px 20px; 
}
.mbs-block-corporate-desc {
    font-size: 25px;
    line-height: 29px;
    font-weight: 500;
    margin: 0 70px 0 20px; 
}
.mbs-block-corporate .mbs-form {
    padding: 50px 30px;
}
.mbs-block-corporate .mbs-form-input-container {
    margin: 0 0 50px 0;
    grid-template-columns: 1fr;
    gap: 15px;
}
.mbs-block-corporate .mbs-form-input {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}
.mbs-block-corporate .mbs-form-input:focus,
.mbs-block-corporate .mbs-form-input:active {
    outline: none;
}
.mbs-block-corporate .mbs-form-input::placeholder {
    color: white;
}
.mbs-block-corporate .mbs-form-phone-input-mask {
    background-color: transparent;
    border-color: white;
}

.mbs-block-corporate-form-container .mbs-form-error-text {
    color: white;
}
@media (max-width: 1262px) {
    .mbs-block-corporate-title-container .mbs-block-corporate-title {
        margin: 50px 30px 20px 20px; 
    }
    .mbs-block-corporate::before {
        background-position: 30%;
    }
}
@media (max-width: 1016px) {
    .mbs-block-corporate {
        flex-direction: column;
        padding-left: 30px;
    }
    .mbs-block-corporate-title-container,
    .mbs-block-corporate-form-container {
        width: 100%;
    }
    .mbs-block-corporate-title-container {
        align-items: flex-start;
    }
    .mbs-block-corporate-title-container .mbs-block-corporate-title {
        margin: 30px 0 10px 0;
        text-align: left;
    }
    .mbs-block-corporate-desc {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 30px 0; 
    }
    .mbs-block-corporate::after {
        width: 100vw;
        bottom: 0;
        top: auto;
        height: 77%;
        transform: translateX(50%);
    }
    .mbs-block-corporate .mbs-form {
        padding: 30px 0 40px 0;
        margin: 0;
        width: 80%;
    }
}
@media (max-width: 768px) {
    .mbs-block-corporate {
        padding-left: 0;
    }
    .mbs-block-corporate::after {
        height: 79%;
    }
    .mbs-block-corporate .mbs-form {
        width: 100%;
    }
    .mbs-block-corporate .mbs-form-input {
        margin-bottom: 20px;
    }
    .mbs-block-corporate .mbs-form-phone-input-container .mbs-form-input,
    .mbs-block-corporate .mbs-form-phone-input-container {
        margin-bottom: 0;
    }
    .mbs-block-corporate .mbs-form-input-container {
        margin: 0 0 40px 0;
    }
    .mbs-block-corporate .mbs-form-btn {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .mbs-block-corporate .mbs-form-btn {
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 565px) {
    .mbs-block-corporate::after {
        height: 76%;
    }
}
@media (max-width: 560px) {
    .mbs-block-corporate::after {
        height: 73%;
    }
}
@media (max-width: 550px) {
    .mbs-block-corporate::after {
        height: 74%;
    }
}
@media (max-width: 475px) {
    .mbs-block-corporate::after {
        height: 71%;
    }
}
/* End */


/* Start:/local/templates/mba/assets/css/block_speakers_club.css?17459976083194*/
.mbs-block-speakers-club-section {
    padding: 0 0 var(--block-padding) var(--block-padding-left);
}
.mbs-block-speakers-club {
    background-image: linear-gradient(90deg, rgba(160, 42, 35, 0.5) 35.78%, rgba(160, 42, 35, 0) 97.89%), linear-gradient(90deg, rgba(160, 42, 35, 0.5) 35.78%, rgba(160, 42, 35, 0) 97.89%), url("https://cdn3.mbschool.ru/mbs/upload/202504/174593831434602/person-holding-speech-official-event.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, cover, cover;
    background-position: center, center, bottom right;
    padding: 51px 48px 58px 48px;
    border-radius: 20px;
    color: white;
    background-color: var(--bg-light);
}
.mbs-block-speakers-club a {
    text-decoration: none;
}
.mbs-block-speakers-club-info {
    width: 60%;
}
.mbs-block-speakers-club-title {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.mbs-block-speakers-club-desc {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}
.mbs-block-speakers-club-actions {
    width: 75%;
    display: flex;
    gap: 60px;
    margin-top: 35px;
}
.mbs-block-speakers-club-btn-container {
    position: relative;
}
.mbs-block-speakers-club-arrow {
    position: absolute;
    bottom: 13px;
    left: -32px;
    transform: translate(-100%, 100%);
}

@media (max-width: 1200px) {
    .mbs-block-speakers-club-arrow {
        left: -13px;
    }
}
@media (max-width: 1150px) {
    .mbs-block-speakers-club-info {
        width: 70%;
    }
    .mbs-block-speakers-club-title {
        font-size: 26px;
        line-height: 30px;
    }
    .mbs-block-speakers-club-actions {
        width: 80%;
        gap: 50px;
    }
    .mbs-block-speakers-club-arrow {
        display: none;
    }
}
@media (max-width: 950px) {
    .mbs-block-speakers-club-info {
        width: 80%;
    }
    .mbs-block-speakers-club-actions {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .mbs-block-speakers-club {
        padding: 30px 30px 57px 30px;
        background-image: linear-gradient(180deg, rgba(173, 51, 45, 0) -55%, #AD332D 123.95%), url("https://cdn3.mbschool.ru/mbs/upload/202504/174593831434602/person-holding-speech-official-event.png");
        background-position: center, bottom right 27%;
    }
    .mbs-block-speakers-club-info {
        width: auto;
    }
    .mbs-block-speakers-club-title {
        font-size: 19px;
        line-height: 23px;
        margin: 0 0 20px 0;
    }
    .mbs-block-speakers-club-desc {
        font-size: 16px;
        line-height: 20px;
    }
    .mbs-block-speakers-club-actions {
        flex-direction: column;
        margin-top: 20px;
    }
    .mbs-block-speakers-club-actions a {
        display: block;
        width: max-content;
    }
    .mbs-block-speakers-club-actions .mbs-btn-transparent {
        font-size: 20px;
        padding: 22px 10px;
        text-align: center;
    }
}
@media (max-width: 550px) {
    .mbs-block-speakers-club-actions .mbs-btn-transparent,
    .mbs-block-speakers-club-actions a {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/mba/components/bitrix/news.detail/block_how_program_structured/style.css?17464537034079*/
.mbs-block-how-program-structured {
    padding: 0 0 var(--block-padding) var(--block-padding-left);
}
.mbs-how-program-structured {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.mbs-how-program-structured a {
    text-decoration: none;
}
.mbs-how-program-structured-content-item {
    margin-bottom: 10px;
}
.mbs-how-program-structured-content-item-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    background-color: var(--bg-light);
    border-radius: 20px;
    padding: 18px 30px;
}
.mbs-how-program-structured-content-item_active .mbs-how-program-structured-content-item-title {
    background-color: var(--color-brand);
    color: white;
    cursor: default;
}
.mbs-how-program-structured-content-item-text {
    display: grid;
    min-height: 0;
    grid-template-rows: 0fr;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    overflow: hidden;
    transition: grid-template-rows 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-left 1.5s ease-in-out;
    -webkit-transition: grid-template-rows 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-left 1.5s ease-in-out;
}
.mbs-how-program-structured-content-item-text > * {
    min-height: 0;
}
.mbs-how-program-structured-content-item_active .mbs-how-program-structured-content-item-text {
    grid-template-rows: 1fr;
    padding: 10px 30px 30px 30px;
    transition: grid-template-rows 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-left 0s ease-in-out;
    -webkit-transition: grid-template-rows 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-left 0s ease-in-out;
}
.mbs-how-program-structured-content-item-link {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--bg-light);
    border-radius: 20px;
    padding: 18px 75px 18px 30px;
    color: var(--color-brand);
    margin-top: 14px;
}
.mbs-how-program-structured-content-item-link::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    right: 0;
    top: -4px;
    background-image: url('https://cdn3.mbschool.ru/mbs/pages/icons/download-file.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.mbs-how-program-structured-content-picture,
.mbs-how-program-structured-content-item-text-img-container {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.mbs-how-program-structured-content-picture_active {
    display: block;
}
.mbs-how-program-structured-content-picture img,
.mbs-how-program-structured-content-item-text-img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .mbs-block-how-program-structured .mbs-block-title {
        margin-bottom: 30px;
    }
    .mbs-how-program-structured {
        grid-template-columns: 1fr;
    }
    .mbs-how-program-structured-content-pictures {
        display: none;
    }
    .mbs-how-program-structured-content-item-text-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .mbs-how-program-structured-content-item-text img {
        display: block;
        max-width: 100%;
    }
    .mbs-how-program-structured-content-item_active .mbs-how-program-structured-content-item-text-img-container {
        display: block;
        min-height: 180px;
    }
    .mbs-how-program-structured-content-item_active .mbs-how-program-structured-content-item-text {
        padding: 10px 0 20px 10px;
    }
    .mbs-how-program-structured-content-item-link {
        padding: 18px 61px 18px 30px;
    }
    .mbs-how-program-structured-content-item-link::after {
        width: 51px;
        height: 51px;
        top: 50%;
        right: 5px;
        transform: translate(0, -50%);
    }
}
/* End */
/* /local/templates/mba/components/bitrix/catalog/main/style.css?17477409936711 */
/* /local/templates/mba/components/bitrix/catalog.element/program/style.css?175146955011540 */
/* /local/templates/mba/components/bitrix/news.list/reviews_slider/style.css?17352162063280 */
/* /local/templates/mba/components/bitrix/news.list/teachers_slider/style.css?17352176257836 */
/* /local/templates/mba/components/bitrix/news.list/photo_gallery_slider/style.css?1725223045495 */
/* /local/templates/mba/components/bitrix/news.list/programs_list/style.css?1725223045523 */
/* /local/templates/mba/components/bitrix/news.detail/banner_bg/style.css?1742827020811 */
/* /local/templates/mba/components/bitrix/news.detail/block_your_manager/style.css?17344333463264 */
/* /local/templates/mba/assets/css/feedback-form.css?1750421532721 */
/* /local/templates/mba/assets/css/registration-form.css?17504183852640 */
/* /local/templates/mba/assets/css/calc-form.css?175100857310566 */
/* /local/templates/mba/components/bitrix/news.detail/block_training_program/style.css?17472959304067 */
/* /local/templates/mba/components/bitrix/news.list/block_training_includes/style.css?17322771573926 */
/* /local/templates/mba/assets/css/corporate-training.css?17504183304248 */
/* /local/templates/mba/assets/css/block_speakers_club.css?17459976083194 */
/* /local/templates/mba/components/bitrix/news.detail/block_how_program_structured/style.css?17464537034079 */
