

/* Start:/local/templates/prisma.adaptive/components/bitrix/news.list/brands.main/style.css?1612256238990*/
.mainpage-brands{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
}

.mainpage-brands__item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 10px 25px;
    border: 1px solid transparent;
}
.mainpage-brands__item[href='/brands/imac/'] .mainpage-brands__image,
.mainpage-brands__item[href='/brands/legero/'] .mainpage-brands__image{
    max-height: 60px;
}
.mainpage-brands__item:hover{
    border: 1px dashed #c3c3c3;
}

.mainpage-brands__image{
    max-width: 100%;
    max-height: 85px;
}

@media (max-width: 768px){
    .mainpage-brands{
        margin-bottom: 30px;
    }
    .mainpage-brands__item{
        width: 50%;
        margin-bottom: 10px;
    }
}

@media (max-width: 550px){
    .mainpage-brands__item {
        width: 75%;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/templates/prisma.adaptive/components/bitrix/news.list/newspress.main/style.css?16082928651827*/
.newpress-main {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newpress-main .newpress-main__item {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    color: black;
    margin-bottom: 20px;
}

.newpress-main .newpress-main__item:hover {
    color: #618d0e;
}

.newpress-main__block{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newpress-main__icon{
    width: 51px;
    margin-right: 10px;
}
.newpress-main__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.newpress-main__button a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 185px;
    height: 40px;
    border: 1px solid #77a423;
    text-transform: uppercase;
    text-decoration: none;
    color: #5e5e5e;
    background-color: transparent;
    transition: background-color 1s, color 1s;
    margin: 0 auto;
}

.newpress-main__button a:hover {
    background-color: #77a423;
    color: white;
}

.newpress-main__date{
    font-size: 13px;
}
.newpress-main__name{
    font-size: 16px;
    font-weight: 900;
    width: calc(100% - 70px);
    margin: 0;
}
.newpress-main__desc{
    font-family: 'Open Sans Light',sans-serif;
    margin: 10px 0;
}

.newpress-main__desc p {
    font-size: 13px;
    line-height: inherit!important;
    margin: 0!important;
}
.newpress-main__link{
    color: #5e5e5e!important;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
}
.newpress-main__link:hover{
    text-decoration: none;
}

@media (max-width: 768px){
    .newpress-main .newpress-main__item {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.css?1527664383124*/
td.popupmenu div.popupitem .playlist-edit {background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif);}
/* End */


/* Start:/local/templates/prisma.adaptive/components/bitrix/news.list/videomain.new/style.css?16036983591967*/
.video-item {
    position: relative;
    width: 624px;
    height: 540px;
    overflow: hidden;
}

.main-video-head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #618d0e;
    color: white;
    font-size: 25px;
    padding: 0 10px;
}

.main-video-head p.main-video-head-text {
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.main-video-poster {
    position: relative;
    width: 100%;
    height: 540px;
    max-height: 100vw;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition-duration: 0.5s;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main-video-poster img {
    width: 100%;
    height: auto;
}

.main-video-poster .play-video {
    position: absolute;
    top: calc(50% - 89px);
    left: calc(50% - 77px);
    width: 155px;
    height: 178px;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    background: url("/images/video/video-main-play.png") no-repeat;
    z-index: 1;
    transition-duration: 0.5s;
}

.main-video-poster .play-video:hover {
    background: url("/images/video/video-main-play-hover.png") no-repeat;
    transition-duration: 0.5s;
}

.video-modal-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 1070px;
    max-width: 100%;
    height: auto;
    padding: 40px 0 0;
    display: none;
    z-index: 9999;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.video-modal-main #video-file {
    max-width: calc(100% - 20px);
}
.video-modal-main .video-close {
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(/images/forms/close.png);
    transition-duration: 0.5s;
    cursor: pointer;
}

/* End */


/* Start:/local/templates/prisma.adaptive/components/bitrix/news.list/partners/style.css?1604061349388*/
.mainpage-partners{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
    width: 100%;
    margin-top: 25px;
}

.mainpage-partners__item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    padding: 10px;
}

.mainpage-partners__image{
    max-width: 100%;
}
/* End */
/* /local/templates/prisma.adaptive/components/bitrix/news.list/brands.main/style.css?1612256238990 */
/* /local/templates/prisma.adaptive/components/bitrix/news.list/newspress.main/style.css?16082928651827 */
/* /bitrix/components/bitrix/player/templates/.default/style.css?1527664383124 */
/* /local/templates/prisma.adaptive/components/bitrix/news.list/videomain.new/style.css?16036983591967 */
/* /local/templates/prisma.adaptive/components/bitrix/news.list/partners/style.css?1604061349388 */
