

/* Start:/local/templates/new2019/components/bitrix/news.detail/contacts.addresses2_new.index/style.css?17563200052537*/
/* index contacts111*/
.HomeSlider { /* float: left; */ display: inline-block; /* width: 60%;*/ margin-top: 20px; }

.featureslider { position: relative; }

.featuredPostSlider { float: left; width: 100%; padding: 0; margin-top: 0; margin-bottom: 10px!important; }
.featuredPostSlider h2 { width: 65%; position: absolute; left: 5%; color: #fff; font-size: 2.57rem; }

#slick-pager { position: absolute; right: 0; width: 25%; background-color: rgba(242, 242, 242, 1); float: left; z-index: 9;  font-size:1rem; }
#slick-pager a { padding: 4px 0px; width: 100%; /*float: left;  border-top: 1px solid rgba(255, 255, 255, 0.6); */ color: #dbb459; text-decoration: none;}
#slick-pager a:hover { text-decoration: none; }
#slick-pager a.active { background-color: #d95123; }
#slick-pager a h3 { font-size: 1.14rem; font-family: "Open Sans", sans-serif; font-weight: 700; margin: 0 0 8px; }
#slick-pager a p { font-family: "Open Sans", sans-serif; font-size: 0.93rem; margin-bottom: 8px; }
#slick-pager a span.time { font-family: "Open Sans", sans-serif; font-size: 0.71rem; }
#slick-pager .slick-list .slick-track .slick-slide.slick-current { 
/* background-color: #d95123; */
opacity: 0.45;
 }

.slick-pager { /*margin-top: 30px;*/ margin-bottom: 0; top: -35px;}

.pagerNavigation i { float: left; width: 100%; margin-top: 0px; }

.pagerNavigationTop { color: #fff; font-size: 2.07; text-align: center; position: relative; right: 0; width: 100%; cursor: pointer; z-index:99; top: 1px;
}

.pagerNavigationBottom { 
  bottom: 105px; 
  position: relative; 
  /* background-color: rgba(0, 0, 0, 0.5);*/ 
  width: 100%; 
  left: 0; 
  height: 30px; 
  cursor: pointer; 
  color: #fff; 
  font-size: 2.07rem; 
  text-align: center; 
  /* border-top: 1px solid rgba(255, 255, 255, 0.6); */
}



.containerrr { position: relative; }

@media (min-width: 768px) {
  .containerrr { width: 750px; } }
@media (min-width: 992px) {
  .containerrr { width: 970px; } }
@media (min-width: 1200px) {
  .containerrr { width: 1170px; } }
@media (max-width: 767px) {
  .slick-pager { margin: 0; }
  #slick-pager { background-color: #000; width: 100%; position: relative; }
  #slick-pager a { border-top: none; 
  /*border-right: 1px solid rgba(255, 255, 255, 0.6); */}
  #slick-pager h3 { font-size: 1.14rem; margin: 0 0 12px; }
  .pagerNavigation i { display: none; }
  .pagerNavigationBottom { display: none; } }

.slick-list {
    width: calc(100% - 80px) !important;
}
  
  /* //index contacts*/

/* End */


/* Start:/local/templates/new2019/components/bitrix/news.list/reviews.index.video/style.css?17893824124402*/
.rv-section {
    padding: 60px 0;
    background: #fff;
}
.rv-section--video {
    background: #f7f2ea;
}
.rv-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 60px;
    box-sizing: border-box;
}
.rv-title {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #dbb459;
    font-size: 1.43rem;
    font-weight: 400;
    margin: 0 0 8px;
}
.rv-title + .rv-row {
    margin-top: 30px;
}

.rv-row {
    position: relative;
}

.rv-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 2px 10px;
}
.rv-track::-webkit-scrollbar {
    display: none;
}

.rv-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 5;
}
.rv-arrow img { width: 100%; height: 100%; display: block; }
.rv-arrow--prev { left: -54px; }
.rv-arrow--next { right: -54px; }

/* --- Row 1: review cards --- */
.rv-card {
    scroll-snap-align: start;
    flex: 0 0 calc((100% - 60px) / 4);
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 22px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 240px;
}
.rv-card__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.rv-card__yandex {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.rv-card__yandex img { width: 18px; height: 18px; }
.rv-card__date {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    color: #9e9e9e;
    white-space: nowrap;
}
.rv-card__name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222;
    margin-top: 16px;
    font-size: 1rem;
}
.rv-card__stars {
    margin-top: 6px;
    line-height: 0;
}
.rv-card__text {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.86rem;
    line-height: 1.45;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}
.rv-card__foot {
    margin-top: auto;
    padding-top: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.78rem;
    color: #9e9e9e;
    text-decoration: underline;
    display: inline-block;
    width: fit-content;
}

/* --- Row 2: video cards --- */
.rv-vcard {
    scroll-snap-align: start;
    flex: 0 0 calc((100% - 60px) / 4);
    text-align: center;
}
.rv-vcard__thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    cursor: pointer;
    background: #ddd;
}
.rv-vcard__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rv-vcard__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
}
.rv-vcard__play img { width: 100%; height: 100%; display: block; }
.rv-vcard__name {
    margin-top: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222;
    font-size: 1rem;
}
.rv-vcard__role {
    margin-top: 4px;
    font-family: 'Open Sans', sans-serif;
    color: #9e9e9e;
    font-size: 0.82rem;
    line-height: 1.4;
}

/* --- video modal --- */
.rv-modal {
    position: fixed;
    inset: 0;
    background: rgba(20,20,20,.88);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2147483647;
    padding: 40px 20px;
    box-sizing: border-box;
}
.rv-modal.active { display: flex; }
.rv-modal__inner {
    position: relative;
    max-width: 420px;
    width: 100%;
}
.rv-modal video {
    width: 100%;
    max-height: 80vh;
    border-radius: 12px;
    display: block;
    background: #000;
}
.rv-modal__close {
    position: fixed;
    top: 16px;
    right: 20px;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    background: rgba(0,0,0,.35);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    z-index: 2;
}

@media (max-width: 700px) {
    .rv-wrap { padding: 0 20px; }
    .rv-arrow { display: none; }
    .rv-card { flex-basis: 240px; height: 220px; }
    .rv-vcard { flex-basis: 170px; }
}

/* End */
/* /local/templates/new2019/components/bitrix/news.detail/contacts.addresses2_new.index/style.css?17563200052537 */
/* /local/templates/new2019/components/bitrix/news.list/reviews.index.video/style.css?17893824124402 */
