.elementor-259 .elementor-element.elementor-element-18708e08{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-259 .elementor-element.elementor-element-6fa24b3{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--border-radius:40px 40px 40px 40px;--padding-top:75px;--padding-bottom:75px;--padding-left:0px;--padding-right:0px;}.elementor-259 .elementor-element.elementor-element-307afc84{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-259 .elementor-element.elementor-element-62306d9c .elementor-heading-title{font-family:"EuropeExt", Sans-serif;font-size:48px;font-weight:700;text-transform:uppercase;line-height:1.25em;}.elementor-259 .elementor-element.elementor-element-7e9711d{--display:flex;}@media(min-width:1600px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-259 .elementor-element.elementor-element-6fa24b3{--gap:35px 35px;--row-gap:35px;--column-gap:35px;--border-radius:30px 30px 30px 30px;--padding-top:65px;--padding-bottom:65px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-259 .elementor-element.elementor-element-62306d9c{text-align:center;}.elementor-259 .elementor-element.elementor-element-62306d9c .elementor-heading-title{font-size:34px;}}@media(max-width:767px){.elementor-259 .elementor-element.elementor-element-18708e08{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-259 .elementor-element.elementor-element-6fa24b3{--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-259 .elementor-element.elementor-element-307afc84{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-259 .elementor-element.elementor-element-62306d9c{text-align:center;}.elementor-259 .elementor-element.elementor-element-62306d9c .elementor-heading-title{font-size:26px;}.elementor-259 .elementor-element.elementor-element-7e9711d{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-114a2a0 *//* ================================
   КАРУСЕЛЬ — основа
   ================================ */

.caro-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 40px 0 20px;
  cursor: grab;
}

.caro-wrap.grabbing {
  cursor: grabbing;
  user-select: none;
}

.caro-track {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.caro-item {
  width: 360px;
  min-width: 360px;
  height: 500px;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0.35 !important;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
  background: #1a1a1a;
  box-shadow: 0px 0px 0px #08192C, 0px 0px #08192C;
}

.caro-item.active {
  opacity: 1 !important;
  z-index: 2;
  box-shadow: -16px 0px 0px #08192C, 16px 0px 0px #08192C;
}

/* ================================
   КАРТОЧКА ВНУТРИ АЙТЕМА
   ================================ */

.caro-card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  transition: all .3s ease-out;
}
.caro-card:hover .caro-card__inner {
    padding: 27px;
}
.caro-card:hover .caro-card__overlay {
    background: rgba(8, 25, 44, 0.55);
}

/* фоновое фото */
.caro-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
}

.caro-item.active .caro-card__bg {
  transform: scale(1.03);
}

/* тёмный оверлей поверх фото */
.caro-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 25, 44, 0.35);
  transition: all .3s ease-out;
}

/* контент поверх всего */
.caro-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
  transition: all .3s ease-out;
}

.caro-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.caro-card__title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25;
    font-family: 'EuropeExt', sans-serif;
    color: #fff;
}
@media(max-width:1024px) {
    .caro-card__title {
        font-size:27px;
    }
}
@media(max-width:767px) {
    .caro-card__title {
        font-size:22px;
    }
}
.caro-card__arrow {
    flex-shrink: 0;
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s;
    width: 26px;
    height: 26px;
    margin-top: 3px;
}

.caro-item.active .caro-card__arrow {
  opacity: 1;
  transform: scale(1.05);
}

.caro-card__excerpt {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', Sans-Serif;
  line-height: 1.45;
  color: #fff;
}
@media(max-width:1024px) {
    .caro-card__excerpt {
        font-size:15px;
    }
}
@media(max-width:767px) {
    .caro-card__excerpt {
        font-size:14px;
    }
}

/* убираем стандартный wp-excerpt p margin */
.caro-card__excerpt p {
  margin: 0;
}

/* ================================
   НАВИГАЦИЯ
   ================================ */

.caro-nav {
    display: flex;
    justify-content: center;
    gap: 420px;
    /* margin-top: 16px; */
    position: relative;
    z-index: 10;
    top: 50%;
    margin: 0px !important;
    transform: translateY(-50%);
    padding: 0px !important;
    display: none !important;
}

.caro-btn {
  background: none;
  border: none;
  background: rgba(255,255,255,0.45);
  border-radius: 50%;
  min-width: 60px !important;
  min-height: 60px !important;
  padding: 0px !important;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
  color: #333;
  line-height: 1;
}

.caro-btn:hover {
  background: #f0f0f0;
  border-color: #555;
}

/* ================================
   DOTS
   ================================ */

.caro-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  position: relative;
  z-index: 10;
  display: none !important;
}

.caro-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  border: none;
  padding: 0;
}

.caro-dot.active {
  background: #555;
  transform: scale(1.3);
}

@media (max-width: 1024px) {
  .caro-item {
    width: 300px;
    min-width: 300px;
    height: 420px;
  }
  .caro-card {
    border-radius: 20px !important;
  }
 
  .caro-card__title {
    font-size: 26px;
  }
 
  .caro-card__excerpt {
    font-size: 14px;
  }
 
  .caro-wrap {
    padding: 30px 0 16px;
  }
}
 
@media (max-width: 767px) {
  .caro-item {
    width: 240px;
    min-width: 240px;
    height: 340px;
  }
 
  .caro-card__title {
    font-size: 20px;
  }
 
  .caro-card__excerpt {
    font-size: 13px;
  }
 
  .caro-card__inner {
    padding: 15px !important;
  }
 
  .caro-card:hover .caro-card__inner {
    padding: 17px !important;
  }
 
  .caro-card__arrow {
    width: 20px;
    height: 20px;
  }
 
  .caro-item.active {
    box-shadow: -8px 0px 0px #08192C, 8px 0px 0px #08192C;
  }
 
  .caro-wrap {
    padding: 24px 0 12px;
  }
  .caro-card {
        border-radius: 15px !important;
    }
}
 
@media (max-width: 480px) {
  .caro-item {
    width: 200px;
    min-width: 200px;
    height: 280px;
  }
 
  .caro-card__title {
    font-size: 16px;
  }
 
  .caro-card__excerpt {
    font-size: 12px;
  }
 
  .caro-card__inner {
    padding: 12px;
  }
 
  .caro-card:hover .caro-card__inner {
    padding: 14px;
  }
 
  .caro-card__arrow {
    width: 16px;
    height: 16px;
  }
 
  .caro-item.active {
    box-shadow: -6px 0px 0px #08192C, 6px 0px 0px #08192C;
  }
 
  .caro-wrap {
    padding: 20px 0 10px;
  }
 
  .caro-btn {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }
}/* End custom CSS */