

/* Start:/local/templates/default_new/components/bitrix/system.pagenavigation/.default/style.css?16787931061531*/
.rc_navigation {
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    width:100%;
}
.rc_navigation .navigation-pages {
    overflow: hidden;
    font-size: 14px;
    display: flex;
    font-weight: 400;
    flex-wrap: wrap;
}
.rc_navigation .navigation-pages a, .rc_navigation .navigation-pages span {
    display: block;
    line-height: 40px;
    margin-right: 8px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    position: relative;
    width: 40px;
    height: 40px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.rc_navigation .navigation-pages span.navigation-title {
    color: #828282;
    margin-right: 7px;
}
.rc_navigation .navigation-pages .arrow {
    font-size: 0;
    color: #000;
}
.rc_navigation .navigation-pages .arrow:before {
    content: "\e900";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: 'icons_aksis';
    line-height: 1;
    font-size: 12px;
    z-index: 2;
    margin-top: -1px;
}
.rc_navigation .navigation-pages .arrow.next:before {
    content: "\e901";
}
.rc_navigation .navigation-pages span.nav-current-page {
    background: #54A229;
    border-color: #54A229;
    color: #fff;
}
.rc_navigation .navigation-pages a.pages {
    color: #000;
    font-size: 16px;
}
.rc_navigation .navigation-pages a.pages:hover,
.rc_navigation .navigation-pages a.arrow:hover {
    border-color: #54A229;
    color: #54A229;
}
/* End */


/* Start:/local/templates/default_new/css/video-vk-block.css?17479917385467*/
.video-section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.video-section__content {
    position: relative;
}
.video-section__name {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.24;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10px;
    right: 10px;
    padding: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.video-section__side {
    position: relative;
}
.video-section__side .video-list {
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    
}


.video-frame {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    cursor: pointer;
    background: #000;
}
.video-frame iframe,
.video-frame__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-frame iframe {
    z-index: 5;
}
.video-frame__cover {
    object-position: center center;
    object-fit: cover;
}
.video-frame:not(.video-frame_yt):before {
    content: "\e914";
    font-family: 'icons_aksis';
    position: absolute;
    line-height: 1;
    font-size: 64px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
}
.video-frame_yt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 68px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA2OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMV8yKSI+PHBhdGggZD0iTTY2LjUyIDcuNzRDNjUuNzQgNC44MSA2NC4wMyAyLjMzIDYxLjEgMS41NUM1NS43OSAwLjEzIDM0IDAgMzQgMEMzNCAwIDEyLjIxIDAuMTMgNi45IDEuNTVDMy45NyAyLjMzIDIuMjcgNC44MSAxLjQ4IDcuNzRDMC4wNjAwMDAxIDEzLjA1IDAgMjQgMCAyNEMwIDI0IDAuMDYwMDAwMSAzNC45NSAxLjQ4IDQwLjI2QzIuMjYgNDMuMTkgMy45NyA0NS42NyA2LjkgNDYuNDVDMTIuMjEgNDcuODcgMzQgNDggMzQgNDhDMzQgNDggNTUuNzkgNDcuODcgNjEuMSA0Ni40NUM2NC4wMyA0NS42NyA2NS43NCA0My4xOSA2Ni41MiA0MC4yNkM2Ny45NCAzNC45NSA2OCAyNCA2OCAyNEM2OCAyNCA2Ny45NCAxMy4wNSA2Ni41MiA3Ljc0WiIgZmlsbD0iI0ZGMDAwMCIvPjxwYXRoIGQ9Ik00NSAyNEwyNyAxNFYzNCIgZmlsbD0id2hpdGUiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF8xXzIiPjxyZWN0IHdpZHRoPSI2OCIgaGVpZ2h0PSI0OCIgZmlsbD0id2hpdGUiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=");
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 2;
}
.video-frame_loaded .video-frame__cover {
    display: none;
}
.video-frame_loaded:before {
    opacity: 0;
    visibility: hidden;
}
.video-frame_loaded:after {
    content: "";
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: 50%;
    border: 6px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: preloaderSpin 1s infinite linear;
}


.video-list {
    max-height: 300px;
}
.video-list__item {
    display: block;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.video-list__item_active,
.video-list__item:hover {
    opacity: 1;
}
.video-list__item:hover .video-list__name,
.video-list__item_active .video-list__name {
    border-color: rgba(0, 0, 0, 0.5);
    color: #000;
}
.video-list__item-inner {
    align-items: center;
}
.video-list__item + .video-list__item {
    margin-top: 20px;
}
.video-list__cover {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-list__cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 1;
    transition: opacity 0.2s ease;
}
.video-list__cover:after {
    content: "\e914";
    font-family: 'icons_aksis';
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
}
.video-list__cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.video-list__desc {}
.video-list__name {
    display: inline;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    border-bottom: 1px solid transparent;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.video-list__helper {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    color: #696969;
    margin-top: 10px;
    position: relative;
    padding-left: 17px;
}
.video-list__helper:before {
    content: "\e915";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'icons_aksis';
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    color: #54A229;
}

@media screen and (min-width: 768px) {
    .video-list {
        max-height: 400px;
    }
}
@media screen and (min-width: 992px) {
    .video-section__side .video-list {
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        max-height: 100%;
    }
}

@keyframes preloaderSpin {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

/* End */


/* Start:/local/templates/default_new/components/bitrix/news.list/gallery/style.css?16832766901028*/
#gallery {
    overflow: hidden;
	margin-top: 40px;
}
#gallery .one_review {
    margin-bottom: 40px;
}
#gallery .one_review .image {
    position: relative;
    display: block;
    height: 187px;
    margin: 0 10px 18px 10px;
    border: solid 1px #dadada;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#gallery .one_review .image:hover:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    display: block;
    background-color: rgba(101, 160, 35, 0.09);
    background-image: url(/local/templates/default_new/components/bitrix/news.list/gallery/images/shape.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: solid 2px #66a024;
}
#gallery .one_review .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #000000;
    margin: 0 10px 8px 10px;
}
#gallery .one_review .date {
    font-size: 12px;
    color: #7e7e7e;
    text-transform: lowercase;
    margin: 0 10px;
}
/* End */
/* /local/templates/default_new/components/bitrix/system.pagenavigation/.default/style.css?16787931061531 */
/* /local/templates/default_new/css/video-vk-block.css?17479917385467 */
/* /local/templates/default_new/components/bitrix/news.list/gallery/style.css?16832766901028 */
