/*--------------------------------------------------------------
# Personal Information Card
--------------------------------------------------------------*/

.shell{
  padding: 80px;
  background-color: var(--background-color);
  
}
.wsk-cp-product{
  background:#fff;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin: auto 60px;
  justify-content: center;
  align-items: center;
}
.wsk-cp-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:100%;
  transition: all 0.2s ease-in-out;
  border-radius:6px;
}
.wsk-cp-product:hover .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
  padding-top:150%;
}

.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:24px;
  font-weight:bold;
  margin:25px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  text-align:center;
  width: 100%;
  height:320px;
    
  margin-bottom:15px;
}
.card-footer{
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
  text-align: center;
}


.card-footer .price{
  font-size:16px;
  font-style: italic;
  
}


@media screen and (max-width: 991px) {
  .wsk-cp-product{
    margin:20px auto;
  }
  .wsk-cp-text .description-prod {
    height:280px;
  } 
  .wsk-cp-product .wsk-cp-img{
  top:-20px;
}
.wsk-cp-product .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
  
}



  .horizontal_dotted_line {
    margin-bottom: 20px;
    border-bottom: 3px dotted #91919160;
    width: 100%;
  }
  
  .price-border {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border-radius: 0px;
    border-top: 1px dashed ;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0px #44444438, 0 0 0 0px rgba(0,144,237,.6);
    
  }

  .price-border span {
    color: black;
    font-size: 26px;
    font-weight: 700;
    
  }

  .price-table {
    font-size: 16px;
    
  }
  



  
  .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s ease-in-out, opacity 0.8s;
    z-index: 0;
  }
  
  .background.hidden {
    opacity: 0;
  }
  
  .background.slide-in-right {
    transform: translateX(0);
  }
  
  .background.slide-out-left {
    transform: translateX(-100%);
  }
  
  .arrows {
    position: absolute;
    top: 55%;
    width: 80%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: auto; /* Гарантируем, что элементы принимают события */
    z-index: 10; /* Поднимаем стрелки выше остальных элементов */
    
  }
  
  .arrows button {
    background: rgba(255, 255, 255, 0.8); /* Полупрозрачный белый фон */
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 4px 12px; /* Немного отступов */
    border-radius: 75px; /* Скругление углов */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Лёгкая тень */
    transition: background 0.3s, box-shadow 0.3s; /* Плавные переходы */
    color: #333;
    pointer-events: auto; /* Убедимся, что кнопки реагируют на клики */
    z-index: 11; /* Кнопки выше остальных элементов */
  }

  .arrows button:hover {
    background: rgba(255, 255, 255, 1); /* Изменение фона при наведении */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Увеличение тени при наведении */
}

.arrows button:active {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); /* Уменьшение тени при нажатии */
  transform: translateY(2px); /* Небольшое смещение вниз */
}

/* Скрываем стрелки на планшетах и мобильных */
@media (max-width: 991px) {
  .arrows {
      display: none;
  }
}
  
  .dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  
  .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .dot.active {
    background-color: #333;
  }

  


 /* .ra-rating-star {
    text-align: left;
    margin: 10px;
    padding-left: 35px;
    list-style-type: none;
    color: gold;
 }
 
 .ra-rating-star li {
    display: inline-block;
    margin: 0 -1px;
 }
*/
 .interpreter table {
  padding: 25px;
  border-collapse: separate; /* Убедитесь, что границы не объединяются */
  border-radius: 6px; /* Скругленные углы */
  overflow: hidden; /* Обеспечивает правильное отображение скругления */
  box-shadow: 0 0 6px rgba(173, 216, 230, 0.8); /* Голубое свечение */
  border: 0px solid #ddd; /* Граница таблицы */
}


.interpreter tbody tr:last-child td {
  border-bottom: none; /* Убирает нижнюю границу у ячеек последней строки */
}



.excurs-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(95, 104, 123, 0.08);
  
  
}

.excurs-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #5f687b;
}

.excurs-info p {
  color: #949cac;
  font-size: 14px;
  margin-bottom: 0;
}


.excurs-tag {
  
  
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 30px;
  
  
  padding: 15px;
  
  
  
  
}
.excurs-tag-bacground {
  background-color: #2487ce;
}

.excurs-tag-secondary {
  
  
  margin-bottom: 5px;
  margin-top: 5px;
  
  
  border-top: 1px dashed #444444;
  padding: 2px;
  
  
  
}

.excurs-tag-outro {
  
  
  margin-bottom: 10px;
  margin-top: 10px;
  
  
  border-top: 1px dotted #124265;
  padding: 2px;
  
  
  
}

.excurs-tag p {
  font-size: 14px;
  font-weight: 400;
    
}



/* .tg-card {
  position:relative  ;
  margin: 0 auto; 
  
}

.tg-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  width: 100%;
  padding: 30px 20px;
  border-radius: 24px;
  background-color: #f1f1f1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
 
}

.tg-box img {
  width: 70px;
  height: auto;
}
.tg-box h2 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #333;
}
.tg-box h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
}



 .tg-box button {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 14px 22px;
  border: none;
  background: #4070f4;
  border-radius: 6px;
  cursor: pointer;
}
.tg-box button:hover {
  background-color: #265df2;
} */


.tg-card {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.tg-box {
  display: flex;
  align-items: center;
  max-width: 580px;
  width: 100%;
  padding: 30px 20px;
  
  border-radius: 24px;
  background-color: #f1f1f1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.left-image {
  width: 120px;
  height: auto;
  margin-right: 80px; /* Расстояние между картинкой и основным блоком */
  margin-left: 40px;
}

.tg-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px; /* Сдвигаем правый край блока влево на 40px */
}

.tg-content img.logo {
  width: 50px;
  height: auto;
}

.tg-content h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #333;
}

.tg-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
}

.tg-content button {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 12px 28px;
  border: none;
  background-color: #0088cc; /* Фирменный синий цвет Telegram */
  border-radius: 30px; /* Округлые края, как у кнопок Telegram */
  cursor: pointer;
  transition: background-color 0.3s ease; /* Плавный переход для эффекта наведения */
}

.tg-content button:hover {
  background-color: #0078b8; /* Немного темнее при наведении */
}

@media (max-width: 570px) {
  .tg-content {
    margin-right: 10px;
  }
  .left-image {
    margin-left: 10px;
    display: none;
  }
  .tg-box {
    max-width: 380px;
  }
  .tg-card {
    margin-top: 40px;
  }

}



/*--------------------------------------------------------------
# Cards Chapter
--------------------------------------------------------------*/

.card-chapter-item {
  box-sizing: content-box;
  border: 1px solid #33333391;
  min-width: auto;
  border-radius: 11px;
  padding: 30px;
  box-shadow: 6px 8px 8px 4px rgba(110, 123, 131, 0.1);
  margin-bottom: 30px;
  background-color: #fff;
  
}

.card-chapter-item-sp {
  box-sizing: content-box;
  border: 1px solid #eeeeee;
  min-width: auto;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 4px 6px 6px 2px rgba(110, 123, 131, 0.1);
  margin-bottom: 30px;
  

  
}

.card-chapter-item-tr {
  box-sizing: content-box;
  border: 1px solid #eee;
  min-width: auto;
  border-radius: 11px;
  padding: 20px;
  
  margin-bottom: 20px;
  background-color: color-mix(in srgb, var(--default-color), transparent 97%);

  
}



.card-chapter-item h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333;
  
}

.card-chapter-item-sp h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  
}



span.new-badge {
  background: black;
  border: 1px solid black;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  color: white;
  padding: 0 5px;
  margin-left: 0.6em;
  opacity: .8;
  vertical-align:top;
  line-height: 20px;
  display: inline-block;
  pointer-events: none;
}


.tg-feedbk-card {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.tg-feedbk-box {
  display: flex;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  padding: 30px 20px;
  
  border-radius: 24px;
  background-color: #c5e1a6;
  background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5)), url('../img/pattern.png');
  background-repeat: repeat;
  background-size:cover, 50%;
  
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.left-feedbk-image {
  width: 120px;
  height: auto;
  margin-right: 80px; /* Расстояние между картинкой и основным блоком */
  margin-left: 40px;
}

.tg-feedbk-content {
  display: flex;
  
  flex-direction: column;
  align-items: center;
  margin-right: 40px; /* Сдвигаем правый край блока влево на 40px */
}

.tg-feedbk-content img.logo {
  width: 50px;
  height: auto;
}

.tg-feedbk-content h4 {
  text-align: center;
  margin: 20px;
  padding: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}

.tg-feedbk-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.2;
}

.tg-feedbk-content button {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 12px 28px;
  border: none;
  background-color: #0088cc; /* Фирменный синий цвет Telegram */
  border-radius: 30px; /* Округлые края, как у кнопок Telegram */
  cursor: pointer;
  transition: background-color 0.3s ease; /* Плавный переход для эффекта наведения */
}

.tg-feedbk-content button:hover {
  background-color: #0078b8; /* Немного темнее при наведении */
}

@media (max-width: 570px) {
  .tg-feedbk-content {
    margin-right: 10px;
  }
  .left-feedbk-image {
    margin-left: 10px;
    display: none;
  }
  .tg-feedbk-box {
    max-width: 380px;
  }
  .tg-feedbk-card {
    margin-top: 40px;
  }

}

.youtube-icon {
  width: 32px;
  height: 32px;
  fill: red;
}

.youtube-icon:hover {
  fill: red;
}

.instagram-icon {
  align-items: center;
  font-size: 28px;
  cursor: pointer;
  background: pink;
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
