

/* Start:/bitrix/templates/kirova/components/bitrix/news.list/sliderVideo/style.css?17156999544629*/
.main-slider-container__back {
    height: 92vh;
    position: relative;
}

.main-slider {
    height: 100%;
}

.main-slider-container {
    height: 92vh;
}

.main-slider .main-slider__item {
    height: 92vh !important;
    background-size: cover !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}

.main-slider .main-slider__item h3 {
    text-transform: uppercase;
    font-size: 4.5rem;
    color: #a8cf43;
    letter-spacing: -0.19px;
    font-family: 'Circe Extra Bold';
    filter: drop-shadow(1px 1px 12px black);
    line-height: 1.1;
}

@media (max-width: 768px) {
    .main-slider .main-slider__item h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 450px) {
    .main-slider .main-slider__item h3 {
        font-size: 2.2rem;
    }
}

.main-slider .main-slider__item p {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1.1;
    filter: drop-shadow(8px 3px 4px black);
}

.main-slider .main-slider__item span {
    font-size: 1.2rem;
    color: #423734;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-family: 'Circe Extra Bold';
}

.main-slider .main-slider__item a {
    text-transform: uppercase;
    font-family: 'Circe Extra Bold';
    z-index: 20;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.main-slider .slick-dots {
    bottom: 30px;
    filter: drop-shadow(2px 4px 6px black);
}

.main-slider .slick-dots li button:before {
    font-size: 3rem;
    color: #ffffff !important;
    filter: drop-shadow(2px 4px 6px black);
}

.carousel-control {
    position: absolute;
    width: 8%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    left: 0;
}

.carousel-control.right:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.1) 100%);
}

.carousel-control.left:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

.main-slider__arrows {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #8f8f8f5c;
}

.main-slider__arrows a {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 1;
    text-decoration: none;
}

.main-slider__arrows .left {
    justify-content: flex-start;
}

.main-slider__arrows .right {
    justify-content: flex-end;
}

.main-slider__arrows .left span {
    padding-left: 5px;
}

.main-slider__arrows .right span {
    padding-right: 5px;
}

.main-slider .main-slider__item__left-side {
    padding-left: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    background: #4a4a4a52;
}

.main-slider .main-slider__item__right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.mobile-banner {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.slide__content .bigTextWidth {
    width: 50%!important;
}
.slide__content .bigText {
    font-size: 7rem !important;
    margin: 0!important;
}
.slide__content .bigText b{
    font-size: 11rem;
}
@media (max-width: 1765px) {
    .slide__content .bigTextWidth {
        width: 60%!important;
    }
    .slide__content h2 {
        font-size: 6rem !important;
    }
    .slide__content .bigText b{
        font-size: 11rem;
    }
}

@media (max-width: 1500px) {
    .slide__content .bigTextWidth {
        width: 80%!important;
    }
    .slide__content .bigText b{
        font-size: 7rem;
    }
}
/* End */


/* Start:/bitrix/templates/kirova/components/bitrix/news.list/benefits/style.css?16986585831004*/
.benefits {
  display: flex;
  margin-bottom: 100px;
}
.benefits .benefits__tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 25px;
  width: 100%;
  padding: 10px;
}
@media (max-width: 767px) {
  .benefits .benefits__tabs {
    gap: 25px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .benefits .benefits__tabs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefits .benefits__tabs div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits .benefits__tabs div img {
  width: 60px;
  transition: all 0.5s;
}
.benefits .benefits__tabs div img:hover {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.benefits .benefits__tabs div h5 {
  text-align: center;
  margin-top: 15px;
  font-size: 1.2rem;
  font-family: 'Circe Bold';
  font-weight: 600;
}
.benefits .benefits__tabs .benefits__tabs-text {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 15px;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/templates/kirova/components/bitrix/news.list/layouts/style.css?16975078731207*/
.layouts .layouts__compass {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layouts .layouts__compass img {
  border: 3px solid #a8cf43;
  border-radius: 50%;
  padding: 5px;
  width: 50px;
  transform: rotateZ(330deg);
}
.layouts .one {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layouts .two {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.layouts .layouts__active img {
  width: 100%;
}
.layouts .layouts__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layouts .layouts__pagination .layouts__pagination-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
.layouts .layouts__pagination .layouts__pagination-list span {
  background: #FFF;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.layouts .layouts__pagination .layouts__pagination-list span:hover {
  background: #a8cf43;
  color: #FFF;
  transition: all 0.3s;
}
.layouts .layouts__pagination .layouts__pagination-list .active {
  background: #a8cf43;
  color: #FFF;
  transition: all 0.3s;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/templates/kirova/components/bitrix/news.list/gallery/style.css?17016516603709*/
#gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 0 12px;
}

#gallery div{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

@media (min-width: 500px) {
    #gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0.5em;
    }
}

@media (min-width: 992px) {
#gallery {
    display: grid;
    grid-template: repeat(3, 1fr)/repeat(5, 1fr);
    grid-gap: 0.5em;
}
#gallery > div{
    grid-column: span 1;
    grid-row: span 2;

}
#gallery > div:nth-child(6n+1) {
    grid-column: span 2;
    grid-row: span 2;
}

#gallery > div:nth-child(2) {
    grid-column: span 3;
    grid-row: span 4;
}

#gallery > div:nth-child(4) {
    grid-column: span 1;
    grid-row: span 2;
}
}


#gallery > div > a {
    opacity: 0;
    position: absolute;
    color: #000;
    background-color: #000;
    font: bold 4em "Helvetica";
    text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
    padding: 2rem;
    mix-blend-mode: difference;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

#gallery > div > img {
    width: 100%;
    min-height: 100%;
    transition: all ease 1s;
}

#gallery > div:hover img {
    filter: blur(4px);
}

#gallery > div:hover a {
    opacity: 1;
}

#gallery > div {
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery div,
#gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

[id^=lightbox-] {
    z-index: 15;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    opacity: 0;
    transition: opacity 450ms ease-in-out;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

[id^=lightbox-]:target {
    opacity: 1;
    pointer-events: inherit;
}

[id^=lightbox-]:target img {
    filter: blur(0);
}

[id^=lightbox-] .content {
    max-width: 90%;
    position: relative;
    color: #fff;
}

[id^=lightbox-] .content:hover > a.close {
    opacity: 1;
    transform: scale(1, 1);
}

[id^=lightbox-] .content:hover > .title {
    opacity: 1;
    transform: translateY(-3px);
}

[id^=lightbox-] .content:hover > .title::after {
    opacity: 1;
}

[id^=lightbox-] .content > * {
    transition: all 450ms ease-in-out;
}

[id^=lightbox-] .title {
    display: block;
    margin: 0;
    padding: 1em;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    font-size: 1.5em;
    opacity: 0;
}

[id^=lightbox-] .title::after {
    content: " ";
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all 350ms ease-in-out 250ms;
    opacity: 0;
    transform-origin: bottom;
    mix-blend-mode: soft-light;
}

[id^=lightbox-] img {
    max-height: 90vh;
    max-width: 100%;
    margin: 0;
    padding: 0;
    filter: blur(50px);
}

[id^=lightbox-] a.close {
    width: 5em;
    height: 5em;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0, 0);
    opacity: 0;
    transform-origin: right top;
    text-decoration: none;
    color: #fff;
}

[id^=lightbox-] a.close::after {
    content: "X";
}

/* End */


/* Start:/bitrix/templates/kirova/components/bitrix/system.pagenavigation/main/style.css?16975078731010*/
.pagination {
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
.pagination a {
    min-width: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    padding: 15px 20px;
    border: 1px solid #ece8e1;
    display: inline-block;
    transition: all .5s;
    margin: 0 5px 0 0;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(148, 143, 143, 0.4);
    border-radius: 7px;
}
.pagination a:hover,
.pagination a.active {
    text-decoration: none;
    color: #fff;
    background: #a8cf43;
    transition: all .5s;
}
.pagination a img {
    width: 12px;
}
.pagination a.next img {
    margin: -7px -3px -3px -3px;
}
.pagination a.next:hover {
    text-decoration: none;
    color: #E04E39;
    background: #fff;
    transition: all .5s;
}
.pagination a.prev img {
    transform: rotate(180deg);
    margin: -7px -3px -3px -3px;
}
.pagination a.prev:hover {
    text-decoration: none;
    color: #E04E39;
    background: #fff;
}

/* End */
/* /bitrix/templates/kirova/components/bitrix/news.list/sliderVideo/style.css?17156999544629 */
/* /bitrix/templates/kirova/components/bitrix/news.list/benefits/style.css?16986585831004 */
/* /bitrix/templates/kirova/components/bitrix/news.list/layouts/style.css?16975078731207 */
/* /bitrix/templates/kirova/components/bitrix/news.list/gallery/style.css?17016516603709 */
/* /bitrix/templates/kirova/components/bitrix/system.pagenavigation/main/style.css?16975078731010 */
