

/* Start:/local/templates/ek_2023/components/bitrix/news.list/ek.support.podbor/style.css?17223333103068*/
.support-files__wrapper {
    margin: 0 0 25px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 20px;
}
.support-files__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 24px;
    transition: 0.3s ease;
    min-height: 107px;
}
.support-files__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    /*border-radius: 20px;*/
    transition: 0.3s ease;
    z-index: -1;
}
.support-files__item:hover::before {
    transform: scale(1.01, 1.04);
}
.support-files__item:hover::after {
    background-image: url('/images/svg/icon-download-active.svg');
}
.support-files__title {
    margin-left: 20px;
    font: 400 12px/1.2em Roboto;
    color: #797979;
}

.support-files__hide-item {
    display: none;
}
.support-files__wrapper {
    position: relative;
}
.ajax_loader_box {
    position: absolute;
    bottom: 70px;
    left: 0;
    height: 74px;
    width: 100%;
    background: url('/images/ajax_loader.gif') no-repeat center center;
    opacity: 0;
}
.support-files__btn-row {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.marketing-files__section-bg {
    margin-bottom: 15px;
    border-radius: 20px;
}
.marketing-files__section-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-outer {
    max-width: 90vw;
    width: 1300px;
    max-height: 90vh;
    background: #fff;
    position: relative;
    padding: 50px 20px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
#container-video-mej {
    position: relative;
}
.mej {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.support-files__item {
    flex-wrap: wrap;
    justify-content: center;
}
.support-files__icon {
    flex: 0 0 35px;
}
.support-files__title {
    margin-right: auto;
    flex: 0 0 calc(100% - 60px);
    overflow: hidden;
}
.support-files__item .btn {
    margin-left: 15px;
    margin-top: 15px;
}


@media all and (min-width: 768px) {
    .marketing-files__section-bg {
        margin-bottom: 20px;
    }
    .support-files__item {
        padding: 15px 30px;
    }
    .support-files__item {
        flex-wrap: nowrap;
    }
    .support-files__title {
        flex: 0 0 25%;
    }
    .support-files__item .btn {
        margin-top: 0;
    }
    .support-files__item .btn span {
        padding-left: 0.4em;
    }
    .popup-outer {
        padding: 50px 35px 20px;
    }
}

@media all and (min-width:992px) {
    .support-files__wrapper {
        grid-column-gap: 25px;
    }
    .support-files__btn-row {
        grid-column: 1/3;
    }
    .popup-outer {
        padding: 50px 50px 20px;
    }
}

@media all and (min-width:1200px) {
    .support-files__wrapper {
        grid-column-gap: 30px;
    }
    .support-files__title {
        flex: 0 0 40%;
    }
}

/*.title-h1 .h1 {
	text-transform:none;
	color:#00945e;
}*/
.marketing-files__section h2 {
	text-transform:none;
	font-size: 35px;
}
/* End */
/* /local/templates/ek_2023/components/bitrix/news.list/ek.support.podbor/style.css?17223333103068 */
