.phone--secondary {
    display: none;
}

.callback__button.button_mini {
    height: 24px;
    line-height: 2em;
    padding: 0 1.25em 4px;
    transition: all ease 0.3s;
}

.callback__button::after {
    display: none;
}

.callback__button.button_mini:active {
    color: #fff;
    background: #46b2d5;
}

.callback__button.button_mini:hover,
.callback__button.button_mini:focus {
    color: #fff;
    background: #4fc5ec;
}

.callback__button {
    color: #fff;
    background: #2eceff;
    border-radius: 30px;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-block::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    opacity: 0.6;
}

.phone-block {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}

.phone-block:hover .phone--secondary {
    display: block;
    position: absolute;
    top: 26px;
}

.l-page_common .phone-block::after,
.block-navigation_scroll .phone-block::after {
    border-left: 2px solid #484848;
    border-bottom: 2px solid #484848;
}

.search~.menu-button {
    margin: 0 0 0 1em;
}

.callback {
    margin-right: 1em;
}

.wrapper__search {
    opacity: 0.8;
    padding-top: 4px;
    cursor: pointer;
    transition: opacity ease 0.3s;
}

.wrapper__search svg {
    fill: #fff;
}

.l-page_common .wrapper__search,
.block-navigation_scroll .wrapper__search {
    opacity: 0.2;
}

.l-page_common .wrapper__search svg,
.block-navigation_scroll .wrapper__search svg {
    fill: #000;
}

.wrapper__search:hover {
    opacity: 1;
}

.search {
    position: relative;
}

.search form input {
    display: none;
}

.search form input.show {
    display: block;
    width: 182px;
    position: absolute;
    right: -4px;
    top: 4px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    padding: 3px 24px 5px;
    z-index: 3;
    border-radius: 30px;
    border: 1px solid #ccc;
}

.search form .wrapper__search {
    width: 28px;
    top: 0;
    z-index: 4;
}

.header--fixed .header__info form svg {
    width: 23px;
    height: 25px;
    fill: black;
    top: 3px;
    left: 13px;
    z-index: 4;
}

.search form input:focus {
    outline: none;
}

.search-page {
    position: relative;
    padding-bottom: 60px;
}

.search-page form input[type="submit"] {
    padding: 8px 18px;
    border: 4px solid #fff;
    outline: none;
    border-radius: 30px;
    color: #fff;
    background: #4cc4eb;
    margin-left: -124px;
}

.search-page form input[type="text"] {
    width: 448px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 12px 24px;
    padding-right: 100px;
    box-sizing: border-box;
}

.search-page form input[type="text"]:focus {
    outline: none;
}


.b24-widget-button-social-item::after,
.ya-share2__link::after {
  display: none;
}

.level_programm.selectprogramm.reset .selectprogramm__title-container {
    display: none;
}

.search1-btn__wrap svg {
    width: 16px !important;
    height: 16px !important;
}

@media (min-width: 737px) {
    .block-news .block-news__breadcrumbs {
        display: flex;
        flex-wrap: wrap;
    }
    .block-news .news-page-content {
        /*margin-top: 35px;*/
    }
}

@media only screen and (max-width: 736px) {
    .search-page form input[type="submit"] {
        margin-left: auto;
        display: block;
        position: absolute;
        font-size: 16px;
        top: 3px;
        right: 1px;
    }
}

@media (max-width: 736px) {
    .callback,
    .phone-block
   {
        display: none;
    }
    .modal__phones .callback,
    .modal__phones .phone-block,
    .modal__phones .search {
        display: flex;
        flex-direction: column;
        margin-right: 0;
    }
    .modal__phones .phone-block {
        padding: 0;
        margin-top: 40px;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .modal__phones .phone {
        margin-bottom: 10px;
    }
    .modal__phones .phone-block::after {
        display: none;
    }
    .modal .callback__button.button_mini.i-modal.callback_lnk {
        height: 36px;
    }
    #form-callback {
        z-index: 10000 !important;
    }
    #form-callback .modal__content {
        display: block !important;
        padding: 60px 20px !important;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
    }
    #form-callback .modal__content * {
        max-width: 100%;
        text-align: center;
    }
}

.lectures__row .item-lectures__col:first-child{
    background: #0079b2;
}


/* 07.05.2020 */
.news-page__video-link{
    max-width: 320px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.news-page__video-link::after{
    display: none;
}

.news-page__text .news-page__video-img-wrapper{
    position: relative;
    display: block;
    max-width: 320px;
}

.news-page__text .news-page__video-img-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	display: block;
	background: url('/bitrix/templates/blum/images/video-link-icon.png') center center no-repeat rgba(0,0,0,.55);
    transition: all .4s ease 0s;
    z-index: 10;
}

.news-page__text .news-page__video-link:hover .news-page__video-img-wrapper::before{
    background: url('/bitrix/templates/blum/images/video-link-icon.png') center center no-repeat rgba(0,0,0,.2);
    transition: all .4s ease 0s;
}

.news-page__text .news-page__video-img{
    width: 100%;
}

#ya-site-form1 .ya-site-form__form .ya-site-form__wrap .ya-site-form__input-text {
	color: #333333!important;
}

.wrapper__search svg{
    width: 24px;
}


@media (max-width: 425px){
    .wrapper .block-navigation .block-navigation__side .phone {
        margin-left: 14px;
    }
    .wrapper .block-navigation .block-navigation__side .menu-button {
        margin-left: 14px;
    }
    .wrapper .block-navigation .block-navigation__side:first-child {
        margin: -0.45em 0 0 0;
    }
    .wrapper .block-navigation .block-navigation__side .logo-link {
        top: 0;
    }
    .wrapper .block-navigation .block-navigation__side .ya-site-form__input-text.show {
        top: unset;
        left: -195px;
        width: 292px !important;
    }
    .wrapper .block-navigation .block-navigation__side #search_mobile{
        width: 24px;
        top: 12px;
        right: -62px;
        fill: #d7d7d7;
    }
    #ya-site-form1 .ya-site-form__search-input-layout-r .ya-site-form__submit{
        padding: 10px 20px;
    }
}


.wrapper .block-menu{
	z-index: 999999;
}

@media (min-width: 1600px){
    .block__inner .block-header__header .header__title{
        font-size: 2.8em;
    }
}

.news-item__preview{
    object-fit: cover;
}

.selectprogramm__bg {
    display: none;
}

.popup-book {
  /*  display: none !important;*/
}

.training-program-box {
    display: none;
}

.marquiz-pops {
    display: none !important;
}

.patientstories-item__icon {
    display: none;
}

.authorssystem__bg {
    display: none;
}

.img {
    border-radius: 12px;
    overflow: hidden;
    margin: 60px 0;
}

.info1tasks-item__number {
    justify-content: flex-start !important;
}

.target-program .objectivesprogram-item__text {
    font-size: 18px;
    font-weight: 400;
}

.target-program .objectivesprogram-item__title {
    font-size: 24px;
}

.quotesec__style2 .quotesec__wrap1 {
    width: 75.83%;
}

.quotesec__style2 .quotesec__wrap2 {
    max-width: 45.58%;
    z-index: 999;
}
body .hreflang_link:after {
    width: 8px;
    display: inline-block!important;
    left: unset!important;
    bottom: unset!important;
    height: 4px;
    right: 0;
    background: url(/local/templates/blum/images/arrow1.svg) center / contain no-repeat;
    opacity: 1;
    border-bottom: none!important;
}
body .hreflang_link{
    background: unset;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    background: none;
    font-weight: inherit;
    color: inherit;
    display: flex;
    align-items: center;


}
.custom-select--active .hreflang_link::after {
    transform: translateY(-50%) rotate(-180deg);
}
.container.block_title{
    margin-top: 20px;
    margin-bottom: 20px;
}
.block_title_banner{
    display: flex;
    flex-direction: column;
}
.block_title_banner .title_container{
    order: 2;
    margin-bottom: 30px;
    margin-top: 30px;

}
.block_title_banner .title_container h1{
    margin-bottom: 0;
    padding: 0 15px;
}
.block_title_banner .title_about_container{

}
body .mainscreen3_img_block{
    padding-bottom: 0;
}
body .info1_img_block{
    padding-top: 0;
}
body .custom-select--active .hreflang_link:after {
    opacity: 1 !important;
    visibility: unset!important;
}
.block_title_banner .mainscreen3__subtitle{
    font-size: 20px;
    font-weight: 700;
}
.block_title_banner .mainscreen3__text1{
    font-size: 20px;
}
.mainscreen3_pic{
    object-position: top left;
}
.left_block_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hreflang_link:hover:after, .hreflang_link:focus:after, .hreflang_link:active:after {
    opacity: 1 !important;
    visibility: unset!important;
}
@media (min-width: 736px) {
    .block_title_banner .mainscreen3--1 .mainscreen3__wrap{
        padding: 48px 135px 55px 48px;
    }
    body .mainscreen3_img_block .mainscreen3__container{
      /*  min-height: 450px;*/
    }
    body .mainscreen3_img_block .mainscreen3_img_block_container{
        min-height: unset;
    }
}

@media (max-width: 736px) {
    .quotesec__style2 .quotesec__wrap1 {
        width: 100%;
    }
    .quotesec__style2 .quotesec__wrap2 {
        max-width: 640px;
    }
    .block_title_banner .title_container{
        margin-top: 14px;
        max-width: calc(100% - 30px);
    }
    .block_title_banner .title_container h1{
        padding-left: 0;
    }
    .block_title_banner .mainscreen3_bg_block{
        bottom: -155px;
    }
    body .mainscreen3_img_block .mainscreen3__wrap , body .mainscreen3__wrap, .mainscreen3--1 .mainscreen3__wrap{
         max-width: 100%!important;
    }
    .mainscreen3__img_mob_resize {
        height: 481px;
    }
}
