

/* Start:/bitrix/components/academy/iblock.seminars/templates/detail_page_nko/style.css?177368220812636*/
/*.seminar-banner-wrapper{*/
    /*display: grid;*/
    /*grid-template-columns: 1.25fr .75fr;*/
    /*grid-gap: 50px;*/
/*}*/

.section-audit-head .content {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 60px;
}


.seminar-name {
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #11558F;
    margin-bottom: 15px;
}

.descr-block, .schedule-block {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.seminar-about {
    font-size: 24px;
    line-height: 33px;
}

.split-line {
    display: flex;
    flex-flow: column;
    width: 2px;
    min-width: 2px;
    background: #AD1250;
    margin: 0 15px;
}

.descr-text {
    font-size: 32px;
    line-height: 44px;
    text-align: right;
    text-transform: uppercase;
    color: #11558F;
    min-width: 214px;
}

.events-block {
    font-size: 24px;
    line-height: 33px;
}

.events-block__item {
    margin-bottom: 15px;
}

.date-block {
    color: #8F1154;
}

.city-highlight {
    color: #11558F
}

.form-block {
    display: flex;
    width: 100%;
    justify-content: center;
}

.form-block .form-wrapper {
    padding: 115px 25px 25px;
    background: #F2F5FA;
}

.form-block .header-row {
    text-align: center;
    margin-bottom: 60px;
}

.form-block .header-row h4 {
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #11558F;
}

/*.form-block .form-body {*/
/*    padding: 0 25px;*/
/*}*/

.form-block ::placeholder, .form-block p.label {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #3D444D;
    transition: opacity 0.35s ease-in-out;
}

.subscribe-form-container {
    padding-top: 0;
}

.form-block input, .form-block select {
    margin-bottom: 15px;
    padding: 10px 15px;
}

.form-block select {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #11558f;
    border-radius: 0!important;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #3D444D;
}

.form-block input:focus::placeholder {
    opacity: 0;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.form-block .bottom-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    margin-top: 40px;
}

.form-block .bottom-block button {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #8F1154;
    padding: 5px 30px;
}

.form-block .warning {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #202B38;
}

.cost-section .warning {
    width: 100%;
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;

    color: #202B38;
}


/* ============================ */

.section-about .about-block__wrap {
    display: flex;
    /*background: url(/bitrix/components/academy/iblock.seminars/templates/detail_page_nko/../../../../../../local/templates/academy/img/seminar-descr_bg.png) center no-repeat;*/
    background-size: cover;
}


.section-about .about-block__wrap .about-block-inner-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .section-about .about-block__wrap .about-block-inner-wrap {
        grid-template-columns: 1fr;
    }
}

.section-about .section-title {
    margin-bottom: 40px;
}

.about-block__wrap .about-block__item {
    display: flex;
    align-items: flex-start;
    padding: 10px 15px;
}

.about-block__wrap .about-block__item .about-block__count {
    font-family: Oswald, "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color:#8F1154;
    flex-grow: 1;
    min-width: 45px;
    max-width: 45px;
    position: relative;
}

.about-block__wrap .about-block__item .about-block__count:before {
    display: block;
    content: "\FE6E";
    font-family: 'Material Design Icons'
}

.about-block__wrap .about-block__item .about-block__content {
    margin-left: 15px;
    font-family: OpenSans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    /*text-transform: uppercase;*/
    color: #11558F;
    /*margin-top: -4px;*/
}
.about-block__wrap .about-block__item .separator {
    display: none;
    width: 2px;
    min-width: 2px;
    height: 100px;
    background: #8F1154;
    margin: 0 16px;
}

.cost-section .content-wrapper {
    display: flex
}


.cost-section .content-wrapper .title-left {
    font-family: OpenSans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    text-align: right;
    /*text-transform: uppercase;*/
    color: #11558F;
    padding-left: 100px;
    max-width: 430px;
}

.cost-section .content-wrapper .cost-block {
    display: flex;
    flex-grow: 2;
    padding: 15px 0;
    flex-wrap: wrap;
    row-gap: 15px;
}

.cost-section .cost-block__item_wrapper {
    width: 100%;
    margin-right: 25px
}

.cost-section .cost-block__item {
    max-width: 366px;
    height: 100%;
    /*max-height: 366px;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
    border: 1px solid #8F1154;
}

.cost-section .cost-block__item .first-row {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #11558F;
}

.cost-section .cost-block__item .second-row {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #8F1154;
    margin-bottom: 0;
}

.cost-section .cost-block__item .offer-row {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;

    color: #11558F;

}
.cost-section .cost-block__item .discount-price {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    margin-bottom: 0;
    color: #8F1154;
}

.cost-section .cost-block__item .button-row {
    margin-top: 5px;
}

.cost-section .cost-block__item .no-discount-price {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */
    margin-bottom: 0;
    text-align: center;

    color: #11558F;

}

.cost-section .count-down__block {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #202B38;
}

.blue-hightlight {
    color: #11558F
}


.block-separator {
    display: flex;
    flex-flow: column;
    width: 2px;
    min-width: 2px;
    background: #AD1250;
    margin: 0 30px;
}

.stock-block {
    margin-top: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.stock-block h2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 80px;
    line-height: 109px;
    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
}

.stock_wrapper {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    display: flex;
    justify-content: center;
}

.stock__item {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -moz-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    /*max-width: 365px;*/
}

.stock__item .percent__block {
    font-family: Oswald, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 107px;
    text-align: center;
    color: #AD1250;
}

.stock__item .stock__descr {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #11558F;
    white-space: pre-wrap;
    max-width: 365px;
    margin: 0 auto
}

.section-program .about-block__wrap {
    margin-bottom: 25px;
    padding: 25px 0;

    font-size: 18px;
    line-height: 1.67;
}

.section-program .download_btn {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #8F1154;
    padding: 5px 30px;
}

.section-program .section-title.center h2 {
    text-align: center;
}

.section-program .label-title:after {
    width: 100%!important;
}

.section-program .top-row h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #202B38;
}

.section-program .counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-program .counter-background {
    padding: 30px 0;
    margin: 0 -15px;
    /*background: url('/bitrix/components/academy/iblock.seminars/templates/detail_page_nko/../../../../../../local/templates/academy/img/saved_money_counter.png') center no-repeat*/
}

.section-program .counter-wrapper .digit-block {
    font-family: Oswald, sans-serif;
    width: 68px;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 1.2;
    text-align: center;
    color: #8F1154;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 8px;
    margin: 0 4px;
}

.section-program .counter-wrapper .digit-block.digit-3, .section-program .counter-wrapper .digit-block.digit-6 {
    margin-right: 20px;
}

.section-program .counter-wrapper .digit-block span, .section-program .counter-wrapper .digit-block img {
    position: relative;
    z-index: 40;
}

.section-program .counter-wrapper .digit-block:not(.no-bg):before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background: #DDE8F1;
    border: 1px solid #DDE8F1;
    border-bottom: none;
    box-sizing: border-box;
    z-index: 39;
    top:0;
    left: 0
}

.section-program .counter-wrapper .digit-block:not(.no-bg):after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    background: #F6F9FB;
    border: 1px solid #DDE8F1;
    border-top: none;
    box-sizing: border-box;
    z-index: 39;
    bottom:0;
    left: 0
}

.button-row.center {
    justify-content: center;
}

.degree-block .uppercase-name {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    margin-right: 25px;
    color: #11558F;
}

.align-right {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: normal;
    text-align: right;
    color: #11558F;
}
.align-right.subtl {
    color: #11558F!important;
    font-size: 24px;
    line-height: 30px;
}

.section .right-to-left {
    align-items: flex-start;
}
.section .rtl-2 .right {
    padding-top: 0!important;
}

.about-block__wrap p {
    width: 100%!important;
}

.about-block__wrap span.title {
    color: #11558F;
    font-size: 22px;
    width: 100%;
    display: inline-block;
    background: #F6F9FB;
}

.about-block__wrap ul.program-list, .about-block__wrap div.list {
    list-style: none;
    padding-left: 1em;
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
    margin: 15px auto 0;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
}

.about-block__wrap div.list {
    padding-left: 0;
}

.about-block__wrap ul.program-list li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.67;
}

.about-block__wrap ul.program-list li::before {
    content: '\2022';
    color: #8F1154;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

@media screen and (max-width: 1299px){
    .seminar-banner-wrapper{
        grid-template-columns: 1fr;
    }

    .section-audit-head .content {
        margin: 0 auto;
        padding-right: 0;
    }

    .form-block .form-wrapper {
        padding: 115px 25px 100px 25px;
        background: #F2F5FA;
        width: 100%;
        margin-bottom: 30px;
    }
}

/* End */


/* Start:/bitrix/components/academy/form.result.new/templates/participate/style.css?17340703182614*/
.section-participate-form {
    padding-bottom: 15px;
    background: url(/bitrix/components/academy/form.result.new/templates/participate/participate_form_bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.section-participate-form .subscribe-form-container {
    justify-content: space-between;
}

.section-participate-form .subscribe-form-container .subsc {
    margin-right: 0!important;
    width: 60%!important;
}

/*.subscribe-form-container .subsc:after {*/
/*    height: 100% !important;*/
/*    top: 0!important;*/
/*}*/

.section-participate-form .subsc h4 {
    margin-bottom: 60px;
    padding-top: 40px;
}

.section-participate-form .subsc h4 .top-line, .section-participate-form .subsc h4 .subline {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    text-align: right;
    text-transform: uppercase;
    color: #11558F;
}

.section-participate-form .subsc h4 .subline {
    color: #8F1154;
}

.section-participate-form .count-container .item {
    /*max-width: 264px;*/
}
.section-participate-form .count-container .item .desc {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #11558F;
    text-transform: none;
}


.section-participate-form .form-block {
    width: auto;
}

.form-block.small select {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #11558f;
    border-radius: 0!important;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #3D444D;
}

.section-participate-form .form-block ::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #3D444D;
    transition: opacity 0.35s ease-in-out;
}

.section-participate-form .form-block .form-wrapper {
    background: none;
    padding: 0;
}

.section-participate-form .form-block .header-row {
    margin-bottom: 30px;
}

.section-participate-form .form-block .header-row h4 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #11558F;
}

.section-participate-form .form-block .bottom-block {
    margin-top: 0;
    margin-bottom: 22px;
}

.section-participate-form .form-block .bottom-block button {
    margin-top: 0;
}

/* End */


/* Start:/local/templates/academy/components/bitrix/system.pagenavigation/loadmore_sba/style.min.css?1650791904826*/
.ball-loader{width:100px;height:23.33333px;position:relative;margin:20px auto 0}.ball-loader-ball{will-change:transform;height:23.33333px;width:23.33333px;border-radius:50%;background-color:#8f1154;position:absolute;animation:grow 1s ease-in-out infinite alternate}.ball-loader-ball.ball1{left:0;transform-origin:100% 50%}.ball-loader-ball.ball2{left:50%;transform:translateX(-50%) scale(1);animation-delay:0.33s}.ball-loader-ball.ball3{right:0;animation-delay:0.66s}@keyframes grow{to{transform:translateX(-50%) scale(0)}}.section .section-action button.btn{max-width:366px;font-size:18px;color:#8f1154;text-transform:uppercase;z-index:101;text-align:center}@media screen and (max-width: 767px){.load-more-actions .section-action.load_more{display:flex}.load-more-actions .section-action .show-more{margin-top:0 !important}}

/* End */


/* Start:/local/templates/academy/components/bitrix/news.list/referenced_articles/style.css?1692135428740*/
@media screen and (max-width: 767px) {
  .section-read-more .items-container .item.loadmore-item {
    width: 100%;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .section-read-more .items-container .item.loadmore-item {
    width: 100%;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 1024px) {
  .section-read-more .items-container .item.loadmore-item .title {
    flex-shrink: 1;
    max-width: 100%;
  }
}

.to-source a {
  color: #8f1154 !important;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1584097418666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /bitrix/components/academy/iblock.seminars/templates/detail_page_nko/style.css?177368220812636 */
/* /bitrix/components/academy/form.result.new/templates/participate/style.css?17340703182614 */
/* /local/templates/academy/components/bitrix/system.pagenavigation/loadmore_sba/style.min.css?1650791904826 */
/* /local/templates/academy/components/bitrix/news.list/referenced_articles/style.css?1692135428740 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1584097418666 */
