.wrum_field_label {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.message-notice_static {
    margin-left: 0;
}

.event-detail__sponsors {
    max-width: auto;
}

/* >>> ToDo: Перенести в верстку */
.event-detail__tag a:hover span {
    background-color: rgba(84, 94, 163, 0.6);
}

.header_search ~ .page__main .nav_main > .nav__item > .nav__link_active:after {
    opacity: 1;
}

.card_visits .card__color-line {
    background-color: #CBCFE2;
}

.card_visits:hover .card__color-line {
    background-color: #525CA3;
}

.card_visits .card-category span {
    background-color: #cbcfe4;
}

.card_visits:hover .card-category span {
    background-color: #525CA3;
}

.card_patients .card-category span {
    background-color: #bdd5f1;
}

.card_patients:hover .card-category span {
    background-color: #a3c5f2;
}

.card_patients .card__color-line {
    background-color: #bdd5f1;
}

.side-nav .li-more-links li:not(:nth-child(-n+3)) {
    display: block !important;
}

img.card-img {
    height: 100%;
}

@media (max-width: 767px) {
    .card-wrap .card.card_visits {
        height: 200px;
    }
}

@media (max-width: 1023px) {
    .filter-ajax-wrapper .cards-box:first-child {
        margin-top: -15px;
    }
    .card-wrap.card_bigmobile {
        height: 425px;
    }
}

.cards-box_news .cards-box__more-link:after {
    background: url('/local/html/dest/images/ctr/icon-card_news.png') center center no-repeat;
}
.visit__card{
    padding-bottom: 21px;
    height: 215px;
}
.visit__cards a img{
    width: max-content;
    margin-bottom:3px;
}
.visit__card-heading {
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.visit__card-text {
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
SNFSUP07-62
 */

@media (min-width: 1366px) {
    .products {
        max-width: 1122px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto;
    }

    .products .products__item {
        margin: 0 10px 20px 10px;
        min-width: 343px;
        max-width: 343px;
    }

}

@media (min-width: 1366px) and (max-width: 1399px) {
    .visit {
        padding: 0 18px;
        max-width: 1126px;
    }

    .visit__cards {
        max-width: 1110px;
    }

    .visit__card {
        min-width: 350px;
        max-width: 350px;
    }
}

@media (min-width: 1751px) {
    .visit {
        max-width: 1470px;
    }

    .products {
        max-width: 1486px;
    }
}

/* SNFSUP10-116 */

@media (max-width: 820px) {
    .event-detail__map-wrap {
        display: block;
        margin-top: 40px;
    }
}

@media (max-width: 550px) {
    .event-detail__map {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .card-wrap .card_diseases,
    .card-wrap .card_research,
    .card-wrap .card_event,
    .card-wrap .card_events,
    .card-wrap .card_lecture,
    .card-wrap .card_lectures,
    .card-wrap .card_news,
    .card-wrap .card_content_news,
    .card-wrap .card_drugs,
    .card-wrap .card_static,
    .card-wrap .card_materials,
    .card-wrap .card_patients,
    .card-wrap .card_direction {
        height: 100%;
    }
}

.visit_type {
    text-align: center;
}

.visit_type label:not(.error):before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.4);
    vertical-align: middle;
    margin-right: 15px;
}
/*библиотекой валидации формы label при ошибке добавляется сразу после input,
предусматриваем вариант выделения с ошибкой и без*/
.visit_type input:checked + label.error+label:not(.error):before,
.visit_type input:checked + label:not(.error):before {
    border: 5px solid #525CA3;
}

.visit_radio label.error{
    position: absolute;
    top: 35px;
    right: -40%;
    color: #e04660;
    font-family: 'LatoWeb',Arial,Helvetica,sans-serif;
}

.visit_radio {
    display: inline-block;
    position: relative;
    margin: 0px 20px;
    font-family: 'LatoWebThin',sans-serif;
    font-size: 31px;
}

.visit_radio input {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}

.visit_radio input[type="radio"] {
    position: absolute;
    left: -9999px;
}
@media (min-width: 481px) {
    .message-notice {
        left: auto;
    }
}

.terms-detail__content h3{
    font-size: medium;
}
.terms-detail__content ul{
    list-style: initial;
    padding-left: 30px;
}
.is_mindbox{
    color: red;
    position: absolute;
}
.fixed_menu{
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    z-index: 26;
}
.fixed_breadcrumbs{
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 25;
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
    margin-top: 0;
}

.research-detail__layout,
.lecture-detail__layout,
.news-detail__layout,
.patients-detail__layout
{
    max-width: 1080px;
}

.lecture-detail__layout .video-block
{
    margin-left: auto;
    margin-right: auto;
}
.patients-detail__layout .patients-program
{
    text-align: center;
}

@media (max-width: 1500px) {
    .page__content .bookmark{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        right: 0;
        margin: 30px 0;
    }
    .bookmark__text{
        max-width: 300px;
        padding: 0;
        margin-left: 20px;
        font-size: 14px;
    }
}
.vote_result
{
    margin-top: 25px;
    text-align: center;
}
.vote_result .poll__results{
    display: block;
}

.vote_result .poll__thanks-title:before{
    display: none;
}

.vote_result .back-link{
    margin-top: 20px;
}
.dropdown-filter-ajax__wrap{
    visibility: visible;
}

.swipe-nav .nav_main{
    text-align: right;
}