

/* 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/auditorium/bitrix/news.detail/.default/style.css?1765883690901*/
.event-page-main-content {
    margin-bottom: 60px;
}

.video-content {
    background-color: #1f1e1e;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 0;
}

.video-content video {
    max-width: 100%;
}

.event-page-main-content img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
}

#event-gallery {
    margin-top: 35px;
}

.event-page .btn {
    font-size: 11px;
}

.custom-breadcumbs .bx-breadcrumb h1 {
    display: none;
    padding: 40px 0 0 0;
    font-family: 'GolosTextWebDemiBold';
    font-weight: normal;
}

.custom-breadcumbs .bx-breadcrumb {
    padding: 40px 0 0 0;
}

.view-all-link {
    margin-top: 35px;
}
.top-section-desc{
    display: none;
}

.items-list .item .item-text .name {
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .view-all-link {
        margin-top: -10px;
    }

}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.list/items.list.with.sections/style.css?17658836902238*/
.items-list {
  margin-bottom: 30px;
  transition: all 0.5s ease-in;
  overflow: hidden;
}
.items-list .item {
    color: #000;
    position: relative;
    margin-bottom: 30px;
    height: auto;
    min-height: 500px;
    background: no-repeat top center;
    -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        -ms-transition: all ease 0.25s;
        transition: all ease 0.25s;
}
.items-list .item:hover {
    color: #636466;
    text-decoration: none;
}
.items-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;
}
.items-list .item:hover:after {
    background: rgba(255,255,255,0);
}
.spec-version .items-list .item img {
    display: none;
}

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

.items-list .item .item-text .date,
.items-list .item .item-text .anons {
    font-size: 1.1em;
}
.view-all-link {
    margin-bottom: 80px;
}
div.items-list a.item {
    margin-bottom: 30px;
    height: auto;
    padding-bottom: 12px;
    min-height: 500px;
}
@media screen and (min-width: 960px) {
    .items-list .item .item-text .name {
        font-size: 1.1em;
    }
}
@media screen and (min-width: 1500px) {
    .items-list .item .item-text .name {
        font-size: 1.2em;
    }
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.list/staff/style.css?1765883690715*/
.staff-list {
    margin-bottom: 100px;
}
.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;
       
}

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

/* End */
/* /bitrix/templates/vmdi/components/bitrix/breadcrumb/breadcrumbs/style.css?1765883690630 */
/* /bitrix/templates/vmdi/components/bitrix/news/auditorium/bitrix/news.detail/.default/style.css?1765883690901 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/items.list.with.sections/style.css?17658836902238 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/staff/style.css?1765883690715 */
