

/* Start:/local/templates/konfiskat/assets/styles/news.css?17455036795028*/
@import url(/local/templates/konfiskat/assets/styles/./style.css);
@import url(/local/templates/konfiskat/assets/styles/./swiper-bundle.min.css);

.head-row {
    padding: 25px 0;
    background-color: #FDFDFF;
}

.btn-1{
    margin-right: auto;
}

.head-wrapper {
    background-color: var(--blue);
    padding: 50px 0 0;
}
.head-wrapper h1 {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%; /* 70px */
}
.tabs-panel-news {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.tabs-panel-news li {
    display: flex;
    padding: 15px 30px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px 10px 0px 0px;
    background: #9FAAE9;
    cursor: pointer;
    flex-shrink: 0;
}
.tabs-panel-news li{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tabs-panel-news .tab-item-news.active {
    background: #FFF;
}
.tabs-panel-news li.active {
    background: #FFF;
}
.tabs-panel-news li.active {
    color: var(--blue);
}
.tabs-panel-news .tab-item-news.active {
    color: var(--blue);
}
.tabs-panel-news li:hover {
    background: #B5C0FF;
}
.tabs-panel-news li.active svg {
    stroke: var(--green);
    fill: var(--green);
}
.tab-container {
    width: 100%;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.news {
    display: flex;
    flex-direction: row;
    padding: 50px 0;
    gap: 50px;
  }

  .news__column-left,
  .news__column-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }

  .news__column-right {
    flex: 1 0 0;
  }

  .thumbnail {
    display: flex;
    padding: 30px;
    gap: 30px;
    border-radius: 10px;
    background: #f8f9ff;
    box-shadow: 0px 4px 14px -6px rgba(85, 94, 144, 0.25);
  }

.news__column-right .thumbnail {
  width: 100%;
}

  .thumbnail-fresh {
    width: 442px;
    flex-direction: column;
    align-items: center;
  }

  .thumbnail-img {
    height: 170px;
    width: 170px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
  }

  .thumbnail__date-and-tag {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 30px;
    font-size: 12px;
  }

  .thumbnail__date,
  .thumbnail__tag {
    display: inline-block;
    font-weight: 500;
  }

  .thumbnail__date {
    padding: 8px 0;
  }

  .thumbnail__tag {
    padding: 8px 15px;
    border-radius: 7px;
    background: #dee2f6;
    text-transform: uppercase;
    font-weight: 500;
  }

  .thumbnail__title {
    font-size: var(--preset--font-size--large);
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 32.5px */
  }

  .thumbnail__quote {
    font-size: var(--preset--font-size--medium);
    line-height: 170%; /* 34px */
  }

  .thumbnail__link {
    display: flex;
    padding: 15px 30px;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid var(--purple);
    border-radius: 10px;
    margin-right: auto;
    color: var(--purple);
  }

  .thumbnail__main-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .thumbnail-regular .thumbnail-img {
    margin-bottom: auto;
  }

  .thumbnail__tag_hot {
    background-color: var(--red);
    color: #fff;
  }

  .thumbnail:hover {
    background-color: #fff;
  }
  .controls {
    justify-content: center;
  }


@media (max-width:1024px) {
    .tabs-panel-news {
        gap: 20px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: 0;
        justify-content: space-between;
    }
    .tabs-panel-news::-webkit-scrollbar {
        display: none;
    }
    .tabs-panel-news li {
        flex-shrink: 0;
    }
    .news {
        flex-direction: column;
    }
    .thumbnail-fresh {
        width: 100%;
    }
}
@media (max-width:584px) {
    .thumbnail-img {
        display: none;
    }
    .thumbnail__title {
        font-size: 20px;
    }
    .thumbnail  {
        padding: 20px;
    }
    .thumbnail__date-and-tag {
        gap: 20px;
    }
}



@keyframes shiftLeft {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-15px); /* Левый сдвиг */
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(5px); /* Правый сдвиг */
    }
    100% {
        transform: translateX(0);
    }
}



@media (max-width: 768px) {
    .tabs-panel-news li {
        animation: shiftLeft 4s ease-in-out infinite; /* Продолжительность цикла 4 секунды, повторять бесконечно */
        animation-delay: 1s; /* Задержка перед началом следующего цикла 1 секунда */
    }
}

/* End */


/* Start:/local/templates/konfiskat/assets/styles/news-single.css?17065171643724*/
@import url(/local/templates/konfiskat/assets/styles/./swiper-bundle.min.css);

.head-row {
    padding: 25px 0;
    background-color: #FDFDFF;
}

.news-body {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 50px;
    padding: 50px 0 100px;
    position: relative;
}

.swiper-inner {
    width: calc((100% - 50px) / 2);
}

.news-gallery {
    width: 100%;
    height: 735px;
    margin-left: auto !important;
}

.news-body .swiper {
    margin-right: 0;
}

.news-body .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-body .text-news {
    /*position: absolute;*/
    /*width: 100%;*/
    /*!*height: 100%;*!*/
    /*top: 50px;*/
    /*left: 0;*/
}

.text-wrapper {
    max-width: calc((1472px - 50px)/2);
    width: 100%;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.text-wrapper h1 {
    color: #555E90;
    font-size: var(--block-heading-font-size);
    font-style: normal;
    font-weight: 250;
    line-height: 100%; /* 70px */
}

.text-wrapper p {
    color: #484848;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 42.5px */
}

.list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 50px;
}

.list li {
    display: flex;
    gap: 30px;
    color: #484848;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 42.5px */
}

.list li::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2929 5.29289C12.6834 4.90237 13.3166 4.90237 13.7071 5.29289L19.7071 11.2929C20.0976 11.6834 20.0976 12.3166 19.7071 12.7071L13.7071 18.7071C13.3166 19.0976 12.6834 19.0976 12.2929 18.7071C11.9024 18.3166 11.9024 17.6834 12.2929 17.2929L17.5858 12L12.2929 6.70711C11.9024 6.31658 11.9024 5.68342 12.2929 5.29289ZM6.29289 5.29289C6.68342 4.90237 7.31658 4.90237 7.70711 5.29289L13.7071 11.2929C13.8946 11.4804 14 11.7348 14 12C14 12.2652 13.8946 12.5196 13.7071 12.7071L7.70711 18.7071C7.31658 19.0976 6.68342 19.0976 6.29289 18.7071C5.90237 18.3166 5.90237 17.6834 6.29289 17.2929L11.5858 12L6.29289 6.70711C5.90237 6.31658 5.90237 5.68342 6.29289 5.29289Z' fill='%238AB73A'/%3E%3C/svg%3E");
    display: block;
}

.news-gallery-mini {
    width: calc((100% - 50px));
    margin-top: 50px;

}

.gallery-mini-box {
    display: flex;
    /*justify-content: flex-end;*/
    width: 100%;
}

.news-gallery-mini .swiper-slide {
    width: 150px !important;
    height: 98px;
    border-radius: 10px;
    border: 1px solid #8AB73A;
    overflow: hidden;
}

.news-gallery-mini .swiper-slide-thumb-active {
    transform: scale(0.9);
    border-radius: 7px;
    border: 5px solid #8AB73A;
}

.news-gallery-mini .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link {
    padding-bottom: 100px;
}

@media (max-width: 1200px) {
    .news-body {
        flex-direction: column;
    }

    .text-news, .text-wrapper {
        max-width: 100%;
        width: 100%;
        padding: 0 16px;
    }

    .text-wrapper {
        width: 100%;
        margin-bottom: 50px;
    }

    .swiper-inner {
        width: 100%;
    }

    .news-gallery-mini {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .text-wrapper p, .list li {
        font-size: 20px;
    }

    .news-gallery {
        height: 600px;
    }

    .list {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .news-gallery {
        height: 400px;
    }
}
/* End */
/* /local/templates/konfiskat/assets/styles/news.css?17455036795028 */
/* /local/templates/konfiskat/assets/styles/news-single.css?17065171643724 */
