.index-slider__holder {
    display: -webkit-box;
    display: flex;
    height: 450px;
    margin: 20px -20px 4em;
    overflow: hidden
}

.index-slider__dinamic {
    padding: 0 10px 0 20px;
    height: 450px;
    width: 50%;
    min-width: 50%
}

.index-slider__static {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    min-width: 50%;
    padding: 0 20px 0 10px
}

.index-slider__static-item {
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    margin-bottom: 20px;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat
}

.index-slider__static-item--wide {
    width: 100%;
    margin-bottom: 0
}

.index-slider .slick-slider {
    height: 450px;
    border-radius: 6px
}

.index-slider .slick-slider .slick-track {
    display: -webkit-box;
    display: flex
}

.index-slider .slick-slider .slick-track .slick-slide {
    height: 450px;
    float: none
}

.index-slider .slick-slider .slick-track .slick-slide > div {
    height: 100%
}

.index-slider__item {
    display: block;
    position: relative;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden
}

.index-slider__item:hover {
    color: #fff;
    text-decoration: underline
}

.index-slider__item-wrapp {
    position: relative;
    display: -webkit-box;
    display: flex;
    padding: 20px;
    height: 100%
}

.index-slider__item-wrapp:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(66%, rgba(0, 0, 0, .6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 66%);
    z-index: 2
}

.index-slider__item-wrapp--special {
    padding: 60px 30px
}

.index-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1
}

.index-slider__text {
    display: block;
    margin-top: auto;
    position: relative;
    font-family: var(--fontOpen);
    font-size: 17px;
    line-height: 1.4;
    z-index: 3
}

.index-slider__text--large {
    font-size: 20px
}

@media (max-width: 1000px) {
    .index-slider__holder {
        flex-wrap: wrap;
        height: auto;
        margin: 0 0 20px
    }

    .index-slider__dinamic {
        width: 100%;
        padding: 0;
        height: auto;
        margin-bottom: 20px
    }

    .index-slider .slick-slider, .index-slider .slick-slider .slick-track .slick-slide {
        height: 66vw
    }

    .index-slider__static {
        width: 100%;
        height: 55vw;
        padding: 0
    }
}

@media (max-width: 600px) {
    .index-slider__static {
        height: auto
    }

    .index-slider__static-item {
        min-height: 120px;
        height: auto
    }

    .index-slider__item-wrapp {
        padding: 12px
    }

    .index-slider__item-wrapp--special {
        padding: 30px 24px
    }

    .index-slider__text {
        font-size: 15px;
        line-height: 1.2
    }
}

.index-news-list__holder {
    position: relative;
    background-color: #fff;
    padding: 32px;
    border-radius: 6px
}

.index-news-list__holder header {
    margin: 0
}

.index-news-list__droplink {
    position: absolute;
    top: 32px;
    right: 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--fontOpen)
}

.index-news-list__droplink i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.index-news-list__droplink span {
    margin-left: 4px
}

.index-news-list__droplink .text-not-visible {
    display: none
}

.index-news-list__droplink.active i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.index-news-list__droplink.active .text-visible {
    display: none
}

.index-news-list__droplink.active .text-not-visible {
    display: inline
}

.index-news-list__wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    margin: 32px -32px 0
}

.index-news-list__wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #ddd
}

.index-news-list__more {
    margin-top: 24px;
    font-weight: 700
}

.index-news-list__more a {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.index-news-list__more a span {
    margin-right: 6px
}

.index-news-list ul {
    list-style: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

.index-news-list ul li {
    padding: 0 32px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6
}

.index-news-list ul li a {
    text-decoration: none;
    font-family: var(--fontOpen)
}

.index-news-list ul li a:hover {
    text-decoration: underline
}

@media (max-width: 1000px) {
    .index-news-list__wrapper {
        display: block;
        margin: 32px 0 0
    }

    .index-news-list__wrapper:after {
        content: none;
        display: none
    }

    .index-news-list ul {
        -webkit-columns: inherit;
        -moz-columns: inherit;
        columns: inherit
    }

    .index-news-list ul li {
        padding: 0;
        margin-bottom: 8px
    }
}

@media (max-width: 600px) {
    .index-news-list__holder {
        padding: 16px
    }

    .index-news-list__droplink {
        top: 20px;
        right: 16px
    }

    .index-news-list__wrapper {
        margin: 16px 0 0
    }

    .index-news-list ul li {
        line-height: 1.3em
    }
}

.index__video {
    overflow: hidden
}

.index__video-list {
    margin: 0 -10px
}

.index__video-wrapper {
    position: relative
}

.index__video-item {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px
}

.index__video-item .video-init {
    position: relative;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
    padding-bottom: 46.67%;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    cursor: pointer
}

.index__video-item .video-init i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    text-align: center;
    background-color: red;
    color: #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0
}

.index__video-item .video-init:hover i {
    opacity: 1
}

.index__video-item .video-text {
    margin-top: 16px
}

.index__video-item .video-title {
    font-size: 1.2em;
    font-weight: 700;
    line-height: normal;
    margin-bottom: .2em;
    -webkit-transition: color .2s;
    transition: color .2s
}

.index__video-item--large {
    width: 100%;
    height: auto;
    padding-bottom: 0
}

.index__video-item--large .video-init {
    width: 100%;
    padding-bottom: 70%
}

.index__video-item--large .video-text {
    position: absolute;
    bottom: 5%;
    left: 3%;
    color: #fff;
    font-size: 1.2em
}

.index__video-item:hover .video-init {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.index__video-item:hover .video-title {
    color: red
}

@media (max-width: 1000px) {
    .index__video-item {
        width: 50%
    }

    .index__video-item .video-init {
        width: 100%;
        padding-bottom: 70%
    }

    .index__video-item .video-text {
        font-size: 14px;
        line-height: 1.3em
    }

    .index__video-item--large {
        width: 100%
    }

    .index__video-item--large .video-text {
        position: static;
        font-size: 1em;
        color: #000
    }
}

@media (max-width: 800px) {
    .index__video-list {
        margin: 0 -.5em
    }

    .index__video-item {
        padding: 0 .5em
    }
}

@media (max-width: 400px) {
    .index__video-item {
        width: 100%;
        float: none
    }
}
/*
.index__center-block {
    width: 40%
}

.index__center-block.wide {
    width: 60%
}

.index__center-block-holder {
    display: -webkit-box;
    display: flex;
    margin: 20px -10px;
    min-width: 100%
}

.index__center-block-holder > * {
    padding: 0 10px
}

.index__center-block-list {
    position: relative;
    margin: 20px 0
}

.index__center-block-list-holder {
    position: relative;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    padding: 16px 20px
}

.index__center-block-list-holder:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 13px;
    height: 10px;
    background-color: #df3b09
}

.index__center-block-item {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.index__center-block-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.index__center-block-item a {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none
}

.index__center-block-item--special a {
    background-color: #5c9a1a;
    color: #fff;
    padding: 10px 15px
}

@media (max-width: 800px) {
    .index__center-block {
        width: 100%;
        overflow: hidden
    }

    .index__center-block.wide {
        width: 100%
    }

    .index__center-block-holder {
        display: block;
        margin: 20px 0
    }

    .index__center-block-holder > * {
        padding: 0;
        margin-bottom: 20px
    }
}
*/
.index__enter {
    margin: 0
}

.index__enter-holder {
    background-color: #fff;
    padding: 32px;
    border-radius: 6px;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s
}

.index__enter-holder:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.index__enter-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 24px -24px 0
}

.index__enter-item {
    position: relative;
    width: 20%;
    padding: 0 24px;
    margin-bottom: 12px
}

.index__enter-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd
}

.index__enter-item:last-child:after {
    content: none
}

.index__enter-item a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none
}

.index__enter-item img {
    height: 64px;
    opacity: .6
}

@media (max-width: 750px) {
    .index__enter-holder {
        padding: 16px
    }

    .index__enter-item {
        width: 33.33%;
        margin-bottom: 20px
    }

    .index__enter-item:after {
        content: none;
        display: none
    }
}

@media (max-width: 500px) {
    .index__enter-list {
        margin: 12px -12px 0
    }

    .index__enter-item {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 12px
    }
}

.index__company-holder {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.index__company-main {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: rgba(0, 0, 0, .04);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.index__company-main .yamap {
    height: 100%
}

.index__company-aside {
    background-color: rgba(0, 0, 0, .04);
    padding: 24px;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

.index__company-aside-wrapper {
    position: relative;
    width: 280px;
    padding-left: 24px
}

.index__company-aside h3 {
    margin-bottom: 4px
}

.index__company-aside p {
    color: #999;
    font-size: .9em
}

.index__company .indexSocialLinks__items {
    margin-top: 24px
}

.index__company .indexSocialLinks__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-radius: 4px
}

.index__company .indexSocialLinks__item:not(:first-child) {
    margin-top: 12px
}

.index__company .indexSocialLinks__item svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 100%;
    margin-right: 12px
}

@media (max-width: 1150px) {
    .index__company .indexSocialLinks__item {
        margin-top: 16px;
        margin-right: 16px
    }
}

@media (max-width: 1000px) {
    .index__company .indexSocialLinks__items {
        margin: 0;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap
    }

    .index__company .indexSocialLinks__item {
        margin-top: 16px;
        margin-right: 16px
    }
}

@media (max-width: 640px) {
    .index__company-holder {
        display: block
    }

    .index__company-main {
        height: 320px
    }

    .index__company-aside {
        margin-top: 20px
    }

    .index__company-aside-wrapper {
        width: auto;
        padding: 0
    }

    .index__company .indexSocialLinks__items {
        display: -webkit-box;
        display: flex
    }

    .index__company .indexSocialLinks__item svg {
        margin: 0
    }

    .index__company .indexSocialLinks__item span {
        display: none
    }
}

/*Custom code*/
.index__video-list {
    margin: 32px -16px
}
.index__video-item .video-init {
    width: 66%;
}
.index__video-item {
    width: 33.33%;
    padding: 0 16px;
    margin-bottom: 32px
}
.index__video-item--large {
    width: 66%;
}
.index__video-item--large .video-init {
    width: 100%;
}
@media (max-width: 800px) {
    .index__video-list {
        margin: 2em -.5em
    }
}