

/* Start:/local/components/custom/faq/templates/.default/style.css?17607124135922*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display+SC:400");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.custom-faq-component {
    background-color: #ffffff;
    width: 100%;
    min-height: 802px;
    position: relative;
    padding: 54px 0;
    font-family: Arial, sans-serif;
    z-index: 99;
    min-height: 1100px;
}

/* Стили для декоративных изображений */
.custom-faq-component .faq-element {
    position: absolute;
    top: 60%;
    left: 0;
    height: auto;
  
    object-fit: cover;
    z-index: 1;
   
}

.custom-faq-component .faq-element-2 {
   position: absolute;
top: 7%;
right: 0%;
width: 130px;
height: auto;
/* aspect-ratio: 0.66; */
object-fit: cover;
z-index: 1;
}

.custom-faq-component .faq-element-3 {
    position: absolute;
    top: 29%;
    right: 0%;
    width: clamp(70px, 8vw, 145px);
    height: auto;
    
    object-fit: cover;
    z-index: 1;
}

.custom-faq-component .faq-element-4 {
    position: absolute;
    top: 34%;
    right: 0%;
    width: clamp(100px, 14vw, 262px);
    height: auto;
    aspect-ratio: 0.58;
    object-fit: cover;
    z-index: 1;
}

.custom-faq-component .faq-element-5 {
    position: absolute;
    top: 25%;
    left: 0;
    height: auto;
    aspect-ratio: 0.66;
    object-fit: cover;
    z-index: 1;
   
}

/* Основной контент */
.custom-faq-component .faq-title {
    text-align: center;
    font-family: "Playfair Display SC", Helvetica;
    font-weight: 400;
    color: #3f434b;
    font-size: clamp(2rem, 5vw, 4.625rem);
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 auto 3rem;
    max-width: 90%;
}

.custom-faq-component .faq-container {
    display: flex;
    flex-direction: column;
    width: min(806px, 90%);
    margin: 0 auto;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.custom-faq-component .faq-item {
    display: flex;
    flex-direction: column;
    min-height: 70px;
    align-items: flex-start;
    gap: 8px;
    padding: 0px 0px 0px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.custom-faq-component .faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.custom-faq-component .faq-question {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    cursor: pointer;
}

.custom-faq-component .faq-question-text {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.custom-faq-component .faq-question-text p {
    flex: 1;
    margin-top: -1.00px;
    font-family: "Circe-Bold", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.125rem);
    position: relative;
    color: #3f434b;
    letter-spacing: 0;
    line-height: 1.4;
}

.custom-faq-component .faq-arrow {
    position: relative;
    width: clamp(24px, 5vw, 40px);
    height: clamp(24px, 5vw, 40px);
    transition: transform 0.3s ease;
    margin-right: 16px;
}

.custom-faq-component .faq-answer {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 12px 16px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.custom-faq-component .faq-answer.active {
    display: flex;
}

.custom-faq-component .faq-answer-label {
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Circe-Light", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(0.8rem, 1.5vw, 0.9rem);
    position: relative;
    color: #3f434b;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.custom-faq-component .faq-answer-text {
    align-self: stretch;
    font-family: "Circe-Regular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(0.9rem, 1.8vw, 1rem);
    position: relative;
    color: #3f434b;
    letter-spacing: 0;
    line-height: 1.5;
}

.custom-faq-component .faq-empty {
    text-align: center;
    padding: 40px;
    font-family: "Circe-Regular", Helvetica;
    color: #3f434b;
    font-size: 18px;
}

/* Шрифты */
@font-face {
    font-family: "Circe-Bold";
    src: url("https://anima-uploads.s3.amazonaws.com/5c5013e3e900f8000a9094b8/Circe-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Circe-Light";
    src: url("https://anima-uploads.s3.amazonaws.com/59f986ca0d7a43000ce2a4fb/Circe-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Circe-Regular";
    src: url("https://anima-uploads.s3.amazonaws.com/5c5013e3e900f8000a9094b8/Circe-Regular.ttf") format("truetype");
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .custom-faq-component {
        padding: 2rem 0;
        min-height: auto;
    }
    
    .custom-faq-component .faq-element,
    .custom-faq-component .faq-element-2,
    .custom-faq-component .faq-element-3,
    .custom-faq-component .faq-element-4,
    .custom-faq-component .faq-element-5 {
        display: none;
    }
    
    .custom-faq-component .faq-container {
        width: 95%;
    }
    
    .custom-faq-component .faq-question {
        height: auto;
        min-height: 70px;
        padding: 0.5rem 0;
    }
    
    .custom-faq-component .faq-item {
        padding: 0 0 0 12px;
    }
}

@media (max-width: 480px) {
    .custom-faq-component .faq-title {
        font-size: 1.75rem;
    }
    
    .custom-faq-component .faq-question-text p {
        font-size: 1rem;
    }
    
    .custom-faq-component .faq-answer {
        padding: 0 8px 12px 12px;
    }
}
/* End */


/* Start:/local/components/custom/partners/templates/.default/style.css?17607080044532*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  width: 100%;
}

.container222 {
  width: 100%;
 
  margin: 0 auto;
  overflow: hidden;
}

.element {
  background-color: #fcf8f0;
  overflow: hidden;
  width: 100%;
  min-height: 32.45vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.375vw 0;
}

.element .group {
  position: relative;
  width: 100%;
  height: 23.75vw;
  max-height: 456px;
}

/* Декоративные изображения */
.element .img {
 position: absolute;
top: 61.4%;
left: 22%;
width: 6.41%;
height: auto;
aspect-ratio: 0.66;
object-fit: cover;
}

.element .img-2 {
 position: absolute;
top: 27.76%;
right: 0%;
width: 8.68%;
height: auto;
aspect-ratio: 0.66;
object-fit: cover;
}

.element .img-4 {
  position: absolute;
  left: 5%;
  height: auto;
  aspect-ratio: 1.38;
  object-fit: cover;
}

.element .img-7 {
  position: absolute;
  top: 28.51%;
  width: 5.21%;
  height: auto;
  aspect-ratio: 0.66;
  object-fit: cover;
}

/* Заголовок */
.element .div-wrapper {
  position: absolute;
  top: 0.22%;
  left: 20.69%;
  width: 19%;
  height: 33.33%;
  display: flex;
}

.element .div {
  width: 100%;
  height: 100%;
  font-family: "Playfair Display SC", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 3.85vw;
  letter-spacing: 0;
  line-height: 1.03;
}

.element .text-wrapper {
  color: #3f434b;
}

.element .span {
  color: #c93e3b;
}

/* Грид-сетка для логотипов на десктопе */
.partners-grid {
  position: absolute;
  top: 0;
  right: 10%;
  width: 40%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
}

/* Стили для карточек с логотипами */
.logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0.52vw;
  box-shadow: 0px 0px 0.81vw #1c03030d;
  width: 100%;
  height: 100%;

  max-height: 150px;
  padding: 3vw;
}

/* Изображения внутри карточек */
.element .cd-d-fd {
  width: 7.62vw;
  height: auto;
  aspect-ratio: 3.39;
  max-width: 146.2px;
}

.element .gu {
  width: 7.26vw;
  height: auto;
  aspect-ratio: 1.79;
  max-width: 139.4px;
}

.element .img-3 {
  width: 6.11vw;
  height: auto;
  aspect-ratio: 2.61;
  max-width: 117.3px;
}

.element .lenta-horizontal {
  width: 8.15vw;
  height: auto;
  aspect-ratio: 4.23;
  max-width: 156.4px;
}

/* Мобильная версия */
@media (max-width: 768px) {
  .element {
    padding: 8vw 0;
    min-height: auto;
    display: block;
  }
  
  .element .group {
    position: static;
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  /* Скрываем декоративные изображения на мобильных */
  .element .img,
  .element .img-2,
  .element .img-4,
  .element .img-7 {
    display: none;
  }
  
  /* Заголовок - сверху по центру */
  .element .div-wrapper {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 8vw;
  }
  
  .element .div {
    width: auto;
    height: auto;
    font-size: 8vw;
    text-align: center;
    line-height: 1.2;
  }
  
  /* Грид для мобильных устройств */
  .partners-grid {
    position: static;
    width: 90%;
    max-width: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    margin: 0 auto;
  }
  
  /* Карточки на мобильных */
  .logo-card {
    width: 100%;
    height: 20vw;
    max-width: none;
    max-height: none;
    min-height: 120px;
    padding: 4vw;
    border-radius: 2vw;
    box-shadow: 0px 0px 2vw #1c03030d;
  }
  
  /* Изображения внутри карточек на мобильных */
  .element .cd-d-fd,
  .element .gu,
  .element .img-3,
  .element .lenta-horizontal {
    width: 80%;
    max-width: none;
  }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
  .element .div {
    font-size: 10vw;
  }
  
  .partners-grid {
    gap: 3vw;
  }
  
  .logo-card {
    height: 25vw;
    min-height: 100px;
    padding: 3vw;
  }
}
/* End */


/* Start:/local/components/custom/photo.slider/templates/.default/style.css?17607120007982*/
.custom-photo-slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    min-height: 70vh;
   background: #fff;
}

.custom-photo-slider__title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    width: 100%;
    color: #333;
    font-weight: 600;
}

.custom-photo-slider__wrapper {
    position: relative;
    height: 450px;
    width: 100%;
}

.custom-photo-slider__swiper {
    width: 100%;
    height: 100%;
    padding: 15px 0px !important;
}

.custom-photo-slider__slide {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.custom-photo-slider__slide:hover {
    transform: translateY(-5px);
}

.custom-photo-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.custom-photo-slider__slide:hover .custom-photo-slider__image {
    transform: scale(1.05);
}

.custom-photo-slider__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 20px 15px 10px;
    font-size: 14px;
    text-align: center;
}

/* Стили для кнопок навигации */
.custom-photo-slider__swiper .swiper-button-next,
.custom-photo-slider__swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
   position: absolute;
    transition: all 0.3s ease;
}

.custom-photo-slider__swiper .swiper-button-next:after,
.custom-photo-slider__swiper .swiper-button-prev:after {
    font-size: 20px;
    color: #c43434;
    font-weight: bold;
}

.custom-photo-slider__swiper .swiper-button-next:hover,
.custom-photo-slider__swiper .swiper-button-prev:hover {
    background: white;
    transform: scale(1.1);
}

/* Стили для модального окна */
.custom-photo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-photo-modal--active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.custom-photo-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.custom-photo-modal__content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    display: flex;
    flex-direction: column;
    animation: modalAppear 0.3s ease;
}

@keyframes modalAppear {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.custom-photo-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10002;
    transition: all 0.3s ease;
}

.custom-photo-modal__close:hover {
    background: white;
    transform: scale(1.1);
}

.custom-photo-modal__close svg {
    color: #333;
}

.custom-photo-modal__image-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-height: 70vh;
    min-height: 300px;
}

.custom-photo-modal__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.custom-photo-modal__info {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
}

.custom-photo-modal__title {
    margin: 0 0 10px 0;
    font-size: 1.3rem;
    color: #333;
    font-weight: 600;
}

.custom-photo-modal__description {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.custom-photo-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10002;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.custom-photo-modal__nav:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.custom-photo-modal__nav--prev {
    left: 20px;
}

.custom-photo-modal__nav--next {
    right: 20px;
}

.custom-photo-modal__nav svg {
    color: #333;
}

.custom-photo-modal__nav:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: translateY(-50%) scale(1);
}

.custom-photo-modal__nav:disabled:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%) scale(1);
}

/* Мобильная версия */
@media (max-width: 767px) {
    .custom-photo-slider__wrapper {
        padding: 0 40px;
        height: 300px;
    }
    
    .custom-photo-slider__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .custom-photo-slider__swiper .swiper-button-next,
    .custom-photo-slider__swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .custom-photo-slider__swiper .swiper-button-next {
        right: 0;
    }
    
    .custom-photo-slider__swiper .swiper-button-prev {
        left: 0;
    }
    
    .custom-photo-modal__content {
        max-width: 95vw;
        max-height: 95vh;
    }
    
    .custom-photo-modal__nav {
        width: 40px;
        height: 40px;
    }
    
    .custom-photo-modal__nav--prev {
        left: 10px;
    }
    
    .custom-photo-modal__nav--next {
        right: 10px;
    }
    
    .custom-photo-modal__image-container {
        padding: 15px;
        max-height: 60vh;
    }
    
    .custom-photo-modal__info {
        padding: 15px;
    }
}

/* Планшетная версия */
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-photo-slider__wrapper {
        padding: 0 50px;
        height: 350px;
    }
}

/* Десктопная версия */
@media (min-width: 1024px) {
    .custom-photo-slider__wrapper {
        width: 80%;
        padding: 50px 30px;
        height: 400px;
    }
    
    .custom-photo-slider__swiper .swiper-button-next {
        right: 10px;
    }
    
    .custom-photo-slider__swiper .swiper-button-prev {
        left: 10px;
    }
}

/* Кастомные стили для Fancybox */
.fancybox-caption {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    padding: 40px 20px 20px;
    font-size: 16px;
    text-align: center;
}

.fancybox-toolbar {
    background: rgba(0,0,0,0.5);
}

.fancybox-button {
    background: rgba(255,255,255,0.9);
}

.fancybox-button:hover {
    background: white;
}

.fancybox-navigation .fancybox-button {
    width: 50px;
    height: 50px;
}

.fancybox-navigation .fancybox-button:after {
    color: #333;
}

/* Мобильная версия */
@media (max-width: 767px) {
    .custom-photo-slider__wrapper {
        padding: 0 40px;
        height: 300px;
    }
    
    .custom-photo-slider__title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    .custom-photo-slider__swiper .swiper-button-next,
    .custom-photo-slider__swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .custom-photo-slider__swiper .swiper-button-next {
        right: 0;
    }
    
    .custom-photo-slider__swiper .swiper-button-prev {
        left: 0;
    }
    
    .fancybox-navigation .fancybox-button {
        width: 40px;
        height: 40px;
    }
}

/* End */
/* /local/components/custom/faq/templates/.default/style.css?17607124135922 */
/* /local/components/custom/partners/templates/.default/style.css?17607080044532 */
/* /local/components/custom/photo.slider/templates/.default/style.css?17607120007982 */
