

/* Start:/bitrix/templates/vmdi/components/bitrix/news.detail/static/style.css?1765883690408*/
.static-desc {
    margin-bottom: 100px;
}
.section-desc .btn-light {
    border-color: #dedede;
}
.catalog-section {
    margin-top: 35px;
}
.contacts-row {
    margin-top: 50px;
    margin-bottom: 50px;
}
#map {
    width: 100%;
    height: 250px;
    margin-bottom: 45px;
}
@media screen and (min-width:768px) {
    #map {
        height: 400px
    }
}
.marchroute-title {
    text-transform: uppercase;
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/breadcrumb/breadcrumbs/style.css?1765883690630*/
.bx-breadcrumb {
	padding: 0 0 30px 0;
	font-family: 'GolosTextWebDemiBold';
    font-weight: normal;
    margin-top: 15px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 5px;
	white-space: nowrap;
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
    color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 1.1em;
	white-space: normal;
    color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.list/auditorium.list/style.css?17658836901239*/
.edu-list {
    margin-bottom: 20px;
}
.edu-list .item .image {
    display: block;
    text-align: center;
    position: relative;
    height: 130px;
    color: #000;
    font-size: 1.05em;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}
.edu-list.owl-carousel .owl-item .item .image img {
    display: inline-block;
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 130px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.edu-list .item:hover .image {
    opacity: 0.2;
}
.edu-list .item .name {
    margin-top: 30px;
    text-align: center;     
    color: #000;
    line-height: 1.3;
}
.spec-version .edu-list .item .name {
    line-height: 1.75;
    font-weight: bold;
}

.edu-list .item:hover {
    text-decoration: none;
}
@media screen and (min-width: 960px) {
    .edu-list .item .image {
        height: 160px;
    }
    .edu-list.owl-carousel .owl-item .item .image img {
        max-height: 160px;
    }
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.list/staff/style.css?17764381032602*/
.staff .staff-list {
   margin-bottom: 0;
}
.staff-list .item {
    margin-bottom: 10px;
    text-align: center;
}
.staff-list .image {
    margin-bottom: 20px;
}
.staff-list .image img {
    width: 100%;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.staff-list .name {
    margin-bottom: 16px;
    text-align: center;
}
.staff-detail .image {
    margin-bottom: 25px;
}
.staff-detail .name {
    text-transform: uppercase;
}
.staff-detail .detail-text {
    margin-top: 25px;
}
.staff-img{
    margin-bottom: 30px;
}
.fancybox-slide>div{
    max-width: 600px;
       
}
.anons{font-size: 12px;}

.mfp-close{opacity: 0!important;display: none;}
.news-video-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    background: #c92031;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
     margin-bottom: 100px;
}
.news-video-btn:hover{
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}
.news-video-btn:focus, .news-video-btn:active{
    color: #fff;
    text-decoration: none;
}

.video-popup {
    max-width: 900px;
    margin: 40px auto;
    background: #000;
    padding: 15px;
    border-radius: 12px;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.video-popup {
    position: relative;
    max-width: 900px;
    margin: 40px auto;
    background: #000;
    padding: 15px;
    border-radius: 12px;
}

.video-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: #d54f31;
    color: #fff;
    border: none;
    font-size: 22px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    padding: 0;
    z-index: 10;
}

.video-popup-close:hover {
    background: #b84229;
}

.news-video-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 14px;
    background: #d54f31;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

.news-video-btn:hover {
    color: #fff;
    text-decoration: none;
}

@media  (max-width: 575px)  {
  .news-video-btn{
    margin-bottom: 25px;  
  }  
}

/*
.fancybox-slide>div{
    width: 100%;
       
}
*/

/* End */
/* /bitrix/templates/vmdi/components/bitrix/news.detail/static/style.css?1765883690408 */
/* /bitrix/templates/vmdi/components/bitrix/breadcrumb/breadcrumbs/style.css?1765883690630 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/auditorium.list/style.css?17658836901239 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/staff/style.css?17764381032602 */
