

/* Start:/local/templates/mba/components/bitrix/news.detail/action/style.css?17292560782606*/
.mbs-poromotion-article-banner {
  display: flex;
  align-items: center;
  padding-left: var(--block-padding-left);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: calc(var(--unit) * 20);
}
.mbs-poromotion-article .mbs-block-background:first-child:before {
  background: rgba(245, 245, 245, 1);
}
.mbs-poromotion-article-banner-content {
  width: 55%;
  margin: calc(var(--unit) * 128) calc(var(--unit) * 22) calc(var(--unit) * 173) 0;
}
.mbs-poromotion-article-banner-date {
  font-size: calc(var(--unit) * 20);
}
.mbs-poromotion-article-banner .mbs-poromotion-article-banner-title {
  color: var(--color-brand);
  margin: calc(var(--unit) * 20) 0 calc(var(--unit) * 20) 0;
}
.mbs-poromotion-article-banner-text {
  width: 70%;
  font-size: calc(var(--unit) * 30);
  line-height: calc(var(--unit) * 36);
  font-weight: 700;
}
.mbs-poromotion-article-banner-img-container {
  min-width: 40%;
  display: flex;
  align-self: flex-end;
}
.mbs-poromotion-article-banner-img-container img {
  width: 100%;
  object-fit: cover;
}
.mbs-poromotion-article-banner .mbs-poromotion-article-banner-link {
  margin-top: calc(var(--unit) * 70);
}
.mbs-poromotion-article-text {
  width: 95%;
  font-size: calc(var(--unit) * 20);
  line-height: calc(var(--unit) * 30);
  padding: calc(var(--unit) * 70) 0 calc(var(--unit) * 70) var(--block-padding-left);
}
.mbs-poromotion-article-text ul, 
.mbs-poromotion-article-text ol {
  padding-left: calc(var(--unit) * 25);
  margin-bottom: calc(var(--unit) * 40);
}
.mbs-poromotion-article-text img {
  width: 100%;
}
.mbs-poromotion-article-text p iframe{
	max-width:100%;
}
.mbs-poromotion-article .mbs-feedback-name {
  padding: 0;
}
.mbs-poromotion-article-banner-link {
  display: block;
  width: max-content;
  text-decoration: none;
}

@media (max-width: 767px) {
  .mbs-poromotion-article-banner {
    flex-direction: column;
  }
  .mbs-poromotion-article-banner-content {
    width: auto;
    margin: calc(var(--unit) * 50) 0;
    text-align: center;
  }
  .mbs-poromotion-article-banner-text {
    width: 100%;
    font-size: calc(var(--unit) * 20);
  }
  .mbs-poromotion-article-banner .mbs-poromotion-article-banner-link {
    margin: calc(var(--unit) * 50) auto 0 auto;
  }
  .mbs-poromotion-article-banner .mbs-btn {
    font-size: var(--small-font-size);
  }
  .mbs-poromotion-article-banner-img-container {
    display: none;
  }
  .mbs-poromotion-article-text {
    width: 100%;
    font-size: calc(var(--unit) * 20);
    line-height: calc(var(--unit) * 30);
    padding: calc(var(--unit) * 50) 0;
  }
}

/* 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/banner-thank-you.css?17337503805847*/
.mbs-thank-you-section {
    padding: calc(var(--unit) * 65) 0 calc(var(--unit) * 50) var(--block-padding-left);
}
.mbs-banner-thank-you {
    width: 97.5%;
    height: calc(var(--unit) * 446);
    position: relative;
    display: flex;
    align-items: center;
    font-size: calc(var(--unit) * 18);
    line-height: calc(var(--unit) * 22);
    border-radius: calc(var(--unit) * 20);
    background-color: var(--color-light);
}
.mbs-banner-thank-you-request {
    width: 81%;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: calc(var(--unit) * 18);
    line-height: calc(var(--unit) * 22);
    border-radius: calc(var(--unit) * 20);
    background-color: var(--color-light);
    padding: calc(var(--unit) * 81) calc(var(--unit) * 93) calc(var(--unit) * 140) calc(var(--unit) * 93);
}
.mbs-banner-thank-you .mbs-block-title {
    width: 45%;
    z-index: 5;
    margin: 0 0 0 10.1%;
    text-shadow: 1px 1px white;
}
.mbs-banner-thank-you-img {
    position: absolute;
    bottom: 0;
    right: calc(var(--unit) * 30);
    z-index: 1;
}
.mbs-banner-thank-you-icon {
    position: absolute;
    top: calc(var(--unit) * -72);
    right: calc(var(--unit) * -72);
    cursor: pointer;
}
.mbs-banner-thank-you-icon:hover {
    transform: scale(1.1);
}
.mbs-banner-thank-you-text {
    margin-bottom: calc(var(--unit) * 50);
    z-index: 5;
    text-shadow: 1px 1px white;
}
.mbs-banner-thank-you-contacts a {
    text-decoration: none;
}
.mbs-banner-thank-you-payment {
    display: flex;
    margin-bottom: calc(var(--unit) * 50);
}
.mbs-banner-thank-you-payment-item {
    width: calc(var(--unit) * 343);
    font-size: calc(var(--unit) * 18);
    text-align: center;
    padding: calc(var(--unit) * 13) calc(var(--unit) * 23);
    border-radius: calc(var(--unit) * 20);
    background-color: var(--bg-light);
    cursor: default;
}
.mbs-banner-thank-you-payment .mbs-banner-thank-you-payment-item:not(:last-child) {
    margin-right: calc(var(--unit) * 30);
}
/* .mbs-banner-thank-you-payment-item-active {
    color: var(--color-light);
    background-color: var(--color-brand);
}
.mbs-banner-thank-you-payment-item:hover {
    color: var(--color-light);
    background-color: var(--color-brand-active);
} */
.mbs-banner-thank-you-payment-item:hover {
    color: var(--color-light);
    background-color: var(--color-brand-active);
    cursor: pointer;
}
.mbs-banner-thank-you-course {
    text-align: center;
    padding: calc(var(--unit) * 56) calc(var(--unit) * 39);
    border-radius: calc(var(--unit) * 20);
    background-color: var(--bg-light);
    margin-bottom: calc(var(--unit) * 50);
}
.mbs-banner-thank-you-course-city {
    margin-right: calc(var(--unit) * 33);
}
.mbs-banner-thank-you-course-title {
    font-weight: 700;
    margin-bottom: calc(var(--unit) * 20);
}
.mbs-banner-thank-you-text .mbs-social .mbs-social-icon {
    margin-right: calc(var(--unit) * 40);
}
.mbs-banner-thank-you-links {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(var(--unit) * -20);
}
.mbs-banner-thank-you-links a {
    margin: 0 calc(var(--unit) * 28) calc(var(--unit) * 20) 0;
}
.mbs-banner-thank-you-message {
    position: relative;
    z-index: 5;
    width: 45%;
    padding-left: 10.1%;
    margin-top: calc(var(--unit) * 20);
    text-shadow: 1px 1px white;
}
.mbs-banner-thank-you-back {
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (max-width: 1260px) {
    .mbs-banner-thank-you {
        width: 92%;
    }
    .mbs-banner-thank-you-request {
        width: 72%;
    }
}
@media (max-width: 1050px) {
    .mbs-banner-thank-you-img {
        position: static;
    }
    .mbs-banner-thank-you {
        height: auto;
        flex-direction: column;
    }
    .mbs-banner-thank-you .mbs-block-title {
        width: auto;
        text-align: center;
        margin: calc(var(--unit) * 30) calc(var(--unit) * 15);
    }
    .mbs-banner-thank-you-request {
        padding: calc(var(--unit) * 50) calc(var(--unit) * 50) 0 calc(var(--unit) * 50);
    }
    .mbs-banner-thank-you-request .mbs-banner-thank-you-img {
        width: 70%;
        margin: calc(var(--unit) * 30) auto 0 auto;
    }
    .mbs-banner-thank-you-links {
        width: 80%;
    }
    .mbs-banner-thank-you-message {
        width: auto;
        padding: 0 calc(var(--unit) * 50);
    }
}
@media (max-width: 850px) {
    .mbs-banner-thank-you-course {
        display: flex;
        flex-direction: column;
        padding: calc(var(--unit) * 30);
    }
    .mbs-banner-thank-you-course-city {
        margin-right: 0;
    }
}
@media (max-width: 750px) {
    .mbs-banner-thank-you-request {
        width: 85%;
        padding: calc(var(--unit) * 30) calc(var(--unit) * 30) 0 calc(var(--unit) * 30);
    }
    .mbs-banner-thank-you-payment {
        flex-direction: column;
    }
    .mbs-banner-thank-you-payment-item {
        max-width: calc(var(--unit) * 343);
        width: 80%;
    }
    .mbs-banner-thank-you-payment .mbs-banner-thank-you-payment-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: calc(var(--unit) * 20);
    }
    .mbs-banner-thank-you-img {
        width: 70%;
    }
    .mbs-banner-thank-you-icon {
        width: calc(var(--unit) * 50);
        top: calc(var(--unit) * -30);
        right: calc(var(--unit) * -30);
    }
    .mbs-banner-thank-you-links {
        width: auto;
    }
    .mbs-banner-thank-you-message {
        padding: 0 calc(var(--unit) * 25);
    }
}
@media (max-width: 400px) {
    .mbs-banner-thank-you-request {
        padding: calc(var(--unit) * 20) calc(var(--unit) * 20) 0 calc(var(--unit) * 20);
    }
}
/* End */
/* /local/templates/mba/components/bitrix/news.detail/action/style.css?17292560782606 */
/* /local/templates/mba/assets/css/feedback-form.css?1750421532721 */
/* /local/templates/mba/assets/css/banner-thank-you.css?17337503805847 */
