

/* 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/news.list/publications.list/style.css?1765883690596*/
.publications-list {
    margin-bottom: 20px;
}
.publications-list .item {
    margin-bottom: 10px;
}
.publications-list .image {
    margin-bottom: 30px;
}
.publications-list .image img {
    width: 100%;
    height: auto;
}
.publications-list .name {
    margin-bottom: 10px;
}
.view-all-link {
    margin-bottom: 80px;
}
div.items-list{
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    div.items-list{
        margin-bottom: 80px;
    }

    div.items-list-wrapper .items-list .item {
        min-height: auto;
    }
    .view-all-link {
        margin-top: 20px;
    }
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.list/events.list/style.css?17658836901744*/
.events-list {
    margin-bottom: 80px;
}
.events-list .item {
    color: #000;
    position: relative;
    height: auto;
    max-height: none !important;
    background: no-repeat top center;
    -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
}
.events-list .item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
    z-index: 1;
}
.events-list .item:hover {
    text-decoration: none;
}
.events-list .item:hover:after {
    background: rgba(255,255,255,0);
}
.spec-version .events-list .image {
    display: none;
}

.events-list .item .item-text {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
    z-index: 2;
    text-align: left;
    line-height: 1.2;
}
.events-list .item .item-text .date {
    margin-bottom: 8px;
}
.events-list .item .item-text .date span {
    font-size: 0.85em;
}
.events-list .item .item-text .name {
    font-size: 1em;
    margin-bottom: 12px;    
}
.events-list .item .item-text .date,
.events-list .item .item-text .anons {
    font-size: 1.1em;
}
.spec-version .events-list .item .item-text .name {
    font-weight: bold;
    line-height: 1.75; 
}

@media screen and (min-width: 960px) {
    .events-list .item .item-text .name {
        font-size: 1.1em;
    }
}
@media screen and (min-width: 1500px) {
    .events-list .item .item-text .name {
        font-size: 1.2em;
    }
}
/* 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/news.list/publications.list/style.css?1765883690596 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/events.list/style.css?17658836901744 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/staff/style.css?17764381032602 */
