

/* Start:/bitrix/templates/vmdi/components/bitrix/news.list/items.list.main/style.css?16340356772164*/
.items-list {
  margin-bottom: 30px;
}
.items-list .item {
    color: #000;
    position: relative;
    margin-bottom: 30px;
    height: auto;
    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: 100px;
}

@media screen and (max-width: 960px) {
    .items-list .item,
    div.items-list {
        margin-bottom: 0;
    }
}
@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/events.list/style.css?16340396401744*/
.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.detail/index.baner.lecures/style.css?16315382731556*/
.baner-link-area.with-margin {
    margin-bottom: 80px;
}
.baner-link-area .baner-link {
    position: relative;
    overflow: hidden;
}
.baner-link-area .baner-link * {
    -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;
}
.baner-link-area .baner-link img, .baner-link-area .baner-link video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-left: 0;
}
.baner-link-area .baner-link .open-arrow-area {
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    opacity: 1;
    height: 100%;
    width: 27%;
    background-color: rgba(255,255,255,0.5);
    z-index: 3;
    background: -moz-linear-gradient(left,  rgba(225,226,226,0) 0%, rgba(225,226,226,1) 20%, rgba(225,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(225,226,226,0) 0%,rgba(225,226,226,1) 20%,rgba(225,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(225,226,226,0) 0%,rgba(225,226,226,1) 20%,rgba(225,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1e2e2', endColorstr='#e1e2e2',GradientType=1 ); /* IE6-9 */
    -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;
}
#fashion-list{
    background: #000;
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.list/auditorium.list/style.css?16255824491239*/
.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.detail/index.baner.fashion.main/style.css?16321356351556*/
.baner-link-area.with-margin {
    margin-bottom: 80px;
}
.baner-link-area .baner-link {
    position: relative;
    overflow: hidden;
}
.baner-link-area .baner-link * {
    -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;
}
.baner-link-area .baner-link img, .baner-link-area .baner-link video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-left: 0;
}
.baner-link-area .baner-link .open-arrow-area {
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    opacity: 1;
    height: 100%;
    width: 27%;
    background-color: rgba(255,255,255,0.5);
    z-index: 3;
    background: -moz-linear-gradient(left,  rgba(225,226,226,0) 0%, rgba(225,226,226,1) 20%, rgba(225,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(225,226,226,0) 0%,rgba(225,226,226,1) 20%,rgba(225,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(225,226,226,0) 0%,rgba(225,226,226,1) 20%,rgba(225,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1e2e2', endColorstr='#e1e2e2',GradientType=1 ); /* IE6-9 */
    -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;
}
#fashion-list{
    background: #000;
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.list/news.list.carousel/style.css?16340359441228*/
.news-list {
    margin-bottom: 100px;
    padding: 50px;
    background-color: #C61624;
}
.news-list h2 {
    color: #ffffff;
}
.news-list .news-item {
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}
.spec-version .news-list .news-item {
    line-height: 1.75;

}

.news-list .row .news-item-col {
    margin-bottom: 30px;
    position: relative;
}

.news-list .news-item .date {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.news-list .news-item .date span {
    font-size: 0.75em;
}
.news-list .btn-outline-light {
    padding-left: 40px;
    padding-right: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .news-list .row .news-item-col:nth-child(even):after {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: calc(100% + 20px);
        background-color: #fff;
        top: -10px;
        right: 2px;
    }
}
@media screen and (min-width: 992px) {
    .news-list .row .news-item-col:not(:last-child):after {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: calc(100% + 20px);
        background-color: #fff;
        top: -10px;
        right: 2px;
    }
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/catalog.section.list/collections.carousel/style.css?16315447281797*/
.padding-top.container {
    padding-top: 60px;
}
.collections-list {
    margin-bottom: 50px;
}
.collections-list .item .image {
    display: block;
    text-align: center;
    position: relative;
    height: 280px;
    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;
}
.collections-list.owl-carousel .owl-item .item .image img {
    display: inline-block;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.collections-list .item .name {
    margin-top: 40px;
    text-align: center;     
    color: #000;
    opacity: 1;
    -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;
    text-transform: uppercase;
}
.collections-list .item:hover {
    text-decoration: none;
}
.spec-version .collections-list .item .name {
    font-weight: bold;
}

.collections-list .item:hover .image {
    opacity: 0.3;
}
.collections-list .item:hover .name {
    opacity: 1;
}
@media screen and (min-width: 960px) {
    .collections-list .item .image {
        height: 220px;
    }
    .collections-list.owl-carousel .owl-item .item .image img {
        max-height: 220px;
    }
}
@media screen and (min-width: 1200px) {
    .collections-list .item .image {
        height: 300px;
    }
    .collections-list.owl-carousel .owl-item .item .image img {
        max-height: 315px;
    }
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.detail/index.baner.new.main/style.css?17116378311556*/
.baner-link-area.with-margin {
    margin-bottom: 80px;
}
.baner-link-area .baner-link {
    position: relative;
    overflow: hidden;
}
.baner-link-area .baner-link * {
    -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;
}
.baner-link-area .baner-link img, .baner-link-area .baner-link video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-left: 0;
}
.baner-link-area .baner-link .open-arrow-area {
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    opacity: 1;
    height: 100%;
    width: 27%;
    background-color: rgba(255,255,255,0.5);
    z-index: 3;
    background: -moz-linear-gradient(left,  rgba(225,226,226,0) 0%, rgba(225,226,226,1) 20%, rgba(225,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(225,226,226,0) 0%,rgba(225,226,226,1) 20%,rgba(225,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(225,226,226,0) 0%,rgba(225,226,226,1) 20%,rgba(225,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1e2e2', endColorstr='#e1e2e2',GradientType=1 ); /* IE6-9 */
    -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;
}
#fashion-list{
    background: #000;
}
/* End */


/* Start:/bitrix/templates/vmdi/components/bitrix/news.detail/index.baner.museumonline/style.css?16340357781557*/
.baner-link-area.with-margin {
    margin-bottom: 100px;
}
.baner-link-area .baner-link {
    position: relative;
    overflow: hidden;
}
.baner-link-area .baner-link * {
    -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;
}
.baner-link-area .baner-link img, .baner-link-area .baner-link video {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-left: 0;
}
.baner-link-area .baner-link .open-arrow-area {
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    opacity: 1;
    height: 100%;
    width: 27%;
    background-color: rgba(255,255,255,0.5);
    z-index: 3;
    background: -moz-linear-gradient(left,  rgba(225,226,226,0) 0%, rgba(225,226,226,1) 20%, rgba(225,226,226,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(225,226,226,0) 0%,rgba(225,226,226,1) 20%,rgba(225,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(225,226,226,0) 0%,rgba(225,226,226,1) 20%,rgba(225,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1e2e2', endColorstr='#e1e2e2',GradientType=1 ); /* IE6-9 */
    -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;
}
#fashion-list{
    background: #000;
}
/* End */
/* /bitrix/templates/vmdi/components/bitrix/news.list/items.list.main/style.css?16340356772164 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/events.list/style.css?16340396401744 */
/* /bitrix/templates/vmdi/components/bitrix/news.detail/index.baner.lecures/style.css?16315382731556 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/auditorium.list/style.css?16255824491239 */
/* /bitrix/templates/vmdi/components/bitrix/news.detail/index.baner.fashion.main/style.css?16321356351556 */
/* /bitrix/templates/vmdi/components/bitrix/news.list/news.list.carousel/style.css?16340359441228 */
/* /bitrix/templates/vmdi/components/bitrix/catalog.section.list/collections.carousel/style.css?16315447281797 */
/* /bitrix/templates/vmdi/components/bitrix/news.detail/index.baner.new.main/style.css?17116378311556 */
/* /bitrix/templates/vmdi/components/bitrix/news.detail/index.baner.museumonline/style.css?16340357781557 */
