.thirdCategory-link-over {
    position: relative;
    width: 100%;
}

.thirdCategory-widget-container {
    height: 420px;
}

.thirdCategory-widget-container {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 420px;
    line-height: 1.3;
    background: #000 url('https://img1.akspic.ru/crops/8/1/0/7/0/107018/107018-krysha-metall-tekstura-plitka-simmetriya-1920x1080.jpg') center/cover no-repeat;
    color: #fff;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden
}

.thirdCategory-widget-header {
    position: absolute;
    top: 4%;
    left: 5%;
    width: 40%;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-animation: widget-header 14s infinite ease-in-out;
    animation: widget-header 14s infinite ease-in-out;
    z-index: 10;
}

.thirdCategory-widget-header-sub {
    position: absolute;
    top: 4%;
    right: 5%;
    color: #eeeeee;
    font-size: .75rem;
    -webkit-animation: widget-header 14s infinite ease-in-out;
    animation: widget-header 14s infinite ease-in-out;
    z-index: 10;
}

@media (min-width:200px) {
    .thirdCategory-widget-header-sub {
        font-size: .8rem
    }
}

@media (max-width:195px) {
    .thirdCategory-widget-header-sub {
        display: none
    }
}

.thirdCategory-widget-header-bg {
    position: absolute;
    top: -6%;
    height: 25%;
    left: -60%;
    right: -20%;
    background: #fe7200;
    border-radius: 50%;
    z-index: 5;
    -webkit-animation: widget-header-bg 14s infinite ease-in-out;
    animation: widget-header-bg 14s infinite ease-in-out;
    -webkit-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease
}

.thirdCategory-link-over:hover .thirdCategory-widget-header-bg {
    top: 40%;
}

.thirdCategory-widget-bg-ball {
    position: absolute;
    bottom: 9%;
    right: -20%;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #666;
    z-index: 4;
    -webkit-animation: ball 14s infinite ease-out;
    animation: ball 14s infinite ease-out
}

.thirdCategory-widget-bg-ball-2 {
    position: absolute;
    bottom: -5%;
    right: 22%;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #000;
    z-index: 3;
    -webkit-animation: ball-2 14s infinite ease-out;
    animation: ball-2 14s infinite ease-out
}

.thirdCategory-screen {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    top: 25%;
    left: 5%;
    right: 5%;
    bottom: 17%;
    z-index: 10;
}

.thirdCategory-screen-1 .thirdCategory-features-list {
    -webkit-animation: screen-1 14s infinite ease-in-out;
    animation: screen-1 14s infinite ease-in-out
}

.thirdCategory-screen-1 .thirdCategory-screen-header {
    -webkit-animation: screen-1-header 14s infinite ease-in-out;
    animation: screen-1-header 14s infinite ease-in-out
}

.thirdCategory-screen-2 .thirdCategory-screen-header {
    -webkit-animation: screen-2-header 14s infinite ease-in-out;
    animation: screen-2-header 14s infinite ease-in-out
}

.thirdCategory-screen-2 .thirdCategory-features-list {
    opacity: 0;
    -webkit-animation: screen-2 14s infinite ease-in-out;
    animation: screen-2 14s infinite ease-in-out
}

.thirdCategory-screen-3 .thirdCategory-screen-header {
    -webkit-animation: screen-3-header 14s infinite ease-in-out;
    animation: screen-3-header 14s infinite ease-in-out
}

.thirdCategory-screen-3 .thirdCategory-features-list {
    opacity: 0;
    -webkit-animation: screen-3 14s infinite ease-in-out;
    animation: screen-3 14s infinite ease-in-out
}

.thirdCategory-screen-header {
    font-size: 1.2rem;
    font-weight: 700
}

@media (max-width:200px) {
    .thirdCategory-screen-header {
        font-size: .9rem
    }
}

.thirdCategory-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #eeeeee;
    font-size: .85rem
}

@media (max-width:200px) {
    .thirdCategory-features-list {
        font-size: .8em
    }
}

@media (max-width:240px) {
    .thirdCategory-features-list {
        font-size: .9rem
    }
}

@media (min-width:300px) {
    .thirdCategory-features-list {
        font-size: .95rem
    }
}

@media (min-width:350px) {
    .thirdCategory-features-list {
        font-size: 1rem
    }
}

.thirdCategory-features-list li {
    margin: 10px 0;
    padding-left: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALBAMAAAC9q6FRAAAAIVBMVEUAAAAAV9EAV9EAV9EAV9EAV9EAV9EAV9EAV9EAV9EAV9E0xoBQAAAACnRSTlMARO5mzN2ZiLszDiKTuwAAAERJREFUCNdjAAOOAgjttRxMsaxaysBpAOSuWsggtQzIXSXAoLUqAcRlsFq1aNUiAQYG5lWrVimCFFuBuSABRYghpiAuAOmNESkFFs3CAAAAAElFTkSuQmCC) left 4px no-repeat
}

.thirdCategory-cta-button {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 4%;
    padding: .7rem 0;
    background: #fe7200;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.thirdCategory-cta-button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

@media (min-width:230px) {
    .thirdCategory-widget-header-sub {
        width: 55%
    }
}

@media (min-width:270px) {
    .thirdCategory-widget-header-sub {
        width: 50%;
        font-size: .9rem
    }
}

@-webkit-keyframes screen-1-header {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    21%,
    4% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }

    100% {
        opacity: 0
    }
}

@keyframes screen-1-header {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    21%,
    4% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes screen-1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0)
    }

    21%,
    4% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-25px, 0);
        transform: translate(-25px, 0)
    }

    100% {
        opacity: 0
    }
}

@keyframes screen-1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0)
    }

    21%,
    4% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    25% {
        opacity: 0;
        -webkit-transform: translate(-25px, 0);
        transform: translate(-25px, 0)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes screen-2-header {

    0%,
    25% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    29%,
    46% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }

    100% {
        opacity: 0
    }
}

@keyframes screen-2-header {

    0%,
    25% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    29%,
    46% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes screen-2 {

    0%,
    25% {
        opacity: 0;
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0)
    }

    29%,
    46% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-25px, 0);
        transform: translate(-25px, 0)
    }

    100% {
        opacity: 0
    }
}

@keyframes screen-2 {

    0%,
    25% {
        opacity: 0;
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0)
    }

    29%,
    46% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-25px, 0);
        transform: translate(-25px, 0)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes screen-3-header {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    54%,
    71% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    75% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }

    100% {
        opacity: 0
    }
}

@keyframes screen-3-header {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px)
    }

    54%,
    71% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    75% {
        opacity: 0;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes screen-3 {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0)
    }

    54%,
    71% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    75% {
        opacity: 0;
        -webkit-transform: translate(-25px, 0);
        transform: translate(-25px, 0)
    }

    100% {
        opacity: 0
    }
}

@keyframes screen-3 {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: translate(25px, 0);
        transform: translate(25px, 0)
    }

    54%,
    71% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    75% {
        opacity: 0;
        -webkit-transform: translate(-25px, 0);
        transform: translate(-25px, 0)
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes widget-header-bg {

    0%,
    75% {
        top: -6%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    79%,
    96% {
        top: 40%;
        -webkit-transform: scale(5);
        transform: scale(5)
    }

    100% {
        top: -6%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes widget-header-bg {

    0%,
    75% {
        top: -6%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    79%,
    96% {
        top: 40%;
        -webkit-transform: scale(5);
        transform: scale(5)
    }

    100% {
        top: -6%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes widget-header {

    0%,
    75% {
        top: 4%
    }

    79%,
    96% {
        top: 35%
    }

    100% {
        top: 4%
    }
}

@keyframes widget-header {

    0%,
    75% {
        top: 4%
    }

    79%,
    96% {
        top: 35%
    }

    100% {
        top: 4%
    }
}

@-webkit-keyframes ball {
    50% {
        bottom: 20%;
        right: 20%
    }
}

@keyframes ball {
    50% {
        bottom: 20%;
        right: 20%
    }
}

@-webkit-keyframes ball-2 {
    40% {
        bottom: 2%;
        right: 30%
    }
}

@keyframes ball-2 {
    40% {
        bottom: 2%;
        right: 30%
    }
}

/* Контентная секция */
.thirdCategory-content-wrapper {
    width: 100%;
    background: #fff;
}

.thirdCategory-content-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Секция о продукте - новый дизайн */
.thirdCategory-about-section {
    background: #fff;
    padding: 60px 20px 120px 20px;
    position: relative;
}

.thirdCategory-about-header {
    text-align: center;
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.thirdCategory-about-header.thirdCategory-header-visible {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-about-heading {
    font-size: 3.5rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.thirdCategory-about-header.thirdCategory-header-visible .thirdCategory-about-heading {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-about-intro {
    font-size: 1.3rem;
    color: #666;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.4s, transform 0.8s ease 0.4s;
}

.thirdCategory-about-header.thirdCategory-header-visible .thirdCategory-about-intro {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-about-info-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 80px;
}

.thirdCategory-about-info-block {
    padding: 50px 40px;
    background: #f8f9fa;
    border-radius: 16px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateY(30px) scale(0.95);
}

.thirdCategory-about-info-block.thirdCategory-info-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.thirdCategory-about-info-block:hover {
    background: #fff;
    box-shadow: 0 15px 50px rgba(254, 114, 0, 0.15);
    transform: translateY(-8px) scale(1.02);
}

.thirdCategory-about-info-number {
    font-size: 4rem;
    font-weight: 900;
    color: #fe7200;
    opacity: 0.15;
    line-height: 1;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
    right: 40px;
    transition: all 0.4s ease;
    transform: scale(1) rotate(0deg);
}

.thirdCategory-about-info-block:hover .thirdCategory-about-info-number {
    opacity: 0.25;
    transform: scale(1.1) rotate(5deg);
}

.thirdCategory-about-info-block.thirdCategory-info-visible .thirdCategory-about-info-number {
    animation: numberPulse 0.6s ease 0.3s;
}

@keyframes numberPulse {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.15) rotate(-5deg);
    }
}

.thirdCategory-about-info-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;

    transition: color 0.3s ease;
}

.thirdCategory-about-info-block:hover .thirdCategory-about-info-title {
    color: #fe7200;
}

.thirdCategory-about-info-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    position: relative;

    transition: color 0.3s ease;
}

.thirdCategory-about-info-block:hover .thirdCategory-about-info-text {
    color: #444;
}

.thirdCategory-about-text-block {
    margin: 80px 0 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.thirdCategory-about-text-block.thirdCategory-text-block-visible {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-about-text-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.3;
}

.thirdCategory-about-text-description {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
}

.thirdCategory-about-text-description:last-child {
    margin-bottom: 0;
}

.thirdCategory-about-visual {
    position: relative;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

.thirdCategory-about-visual.thirdCategory-visual-visible {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-about-image-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    height: 500px;
    transition: box-shadow 0.4s ease;
}

.thirdCategory-about-image-container:hover {
    box-shadow: 0 25px 80px rgba(254, 114, 0, 0.2);
}

.thirdCategory-about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(1);
}

.thirdCategory-about-image-container:hover .thirdCategory-about-image {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.thirdCategory-about-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);

}

.thirdCategory-about-stats {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    padding: 40px 20px;

    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}

.thirdCategory-about-stat {
    text-align: center;
    color: #fff;
    padding: 0 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.thirdCategory-about-stat.thirdCategory-stat-visible {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-about-stat-number {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #fff 0%, #fe7200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: transform 0.3s ease;
}

.thirdCategory-about-stat:hover .thirdCategory-about-stat-number {
    transform: scale(1.1);
}

.thirdCategory-about-stat-label {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

.thirdCategory-content-container {
    max-width: 1200px;
    margin: 0 auto;
}

.thirdCategory-content-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

.thirdCategory-text-image-block {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.thirdCategory-text-image-block.thirdCategory-reverse {
    flex-direction: row-reverse;
}

.thirdCategory-text-content {
    flex: 1;
}

.thirdCategory-content-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}

.thirdCategory-image-wrapper {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.thirdCategory-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.thirdCategory-animated-image {
    animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.thirdCategory-fade-image {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.thirdCategory-benefit-item.animated .thirdCategory-fade-image {
    opacity: 1;
    transform: scale(1);
}

.thirdCategory-slide-image {
    transform: translateX(-30px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}

.thirdCategory-text-image-block.animated .thirdCategory-slide-image {
    transform: translateX(0);
    opacity: 1;
}

.thirdCategory-zoom-image {
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.thirdCategory-image-wrapper:hover .thirdCategory-zoom-image {
    transform: scale(1.1);
}

.thirdCategory-image-wrapper:hover .thirdCategory-animated-image {
    transform: translateY(-10px) scale(1.05);
}

/* Секция карусели изображений */
.thirdCategory-carousel-section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-color: var(--bg, #fff);
    overflow: hidden;
    padding: 80px 20px;
}

.thirdCategory-carousel-section .thirdCategory-content-container {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.thirdCategory-carousel-text-block {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.thirdCategory-carousel-text-block.thirdCategory-carousel-text-visible {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-carousel-text-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.thirdCategory-carousel-text-description {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
}

.thirdCategory-carousel-text-description:last-child {
    margin-bottom: 0;
}

.thirdCategory-carousel-track {
    --left: -300rem;
    min-width: calc(10rem * var(--total));
    height: 30rem;
    position: relative;
}

.thirdCategory-carousel-item {
    position: absolute;
    width: 30rem;
    height: 30rem;
    left: 100%;
    display: flex;
    justify-content: center;
    perspective: 1000px;
    transform-style: preserve-3d;
    animation: thirdCategory-scroll-left var(--time) linear infinite;
    animation-delay: calc(var(--time) / var(--total) * (var(--i) - 1) - var(--time));
    will-change: left;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.thirdCategory-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: white;
    transform: rotateY(-45deg);
    transition: 0.5s ease-in-out;
    mask: linear-gradient(black 70%, transparent 100%);
    -webkit-mask: linear-gradient(black 70%, transparent 100%);
}

.thirdCategory-carousel-item:hover img {
    transform: rotateY(0deg) translateY(-1rem);
}

@keyframes thirdCategory-scroll-left {
    to {
        left: var(--left);
    }
}

/* Секция с описанием */
.thirdCategory-description-section {
    --bg-color: #2f2f2f;
    --text-primary: #ccc;
    --text-secondary: #aaa;
    --text-white: #ffffff;
    --accent-primary: #fe7200;
    --accent-secondary: #ff8c00;
    --accent-tertiary: #ffab40;
    --accent-quaternary: #ff7043;
    --accent-quinary: #ff5722;
    --border-radius: 25px;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-white);
    padding: 20px;
    margin-top: 80px;
    min-height: 100vh;
    background: var(--bg-color);
    overflow: hidden;
}

.thirdCategory-description-section .thirdCategory-content-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;

}

.thirdCategory-description-title {
    font-size: 3rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 800;
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 25%, var(--accent-tertiary) 50%, var(--accent-quaternary) 75%, var(--accent-quinary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.1;
    letter-spacing: -2px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.thirdCategory-description-title.thirdCategory-title-visible {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-description-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));
    border-radius: 2px;
}

.thirdCategory-description-subtitle {
    position: relative;
    width: fit-content;
    margin: 0 auto 2rem;
    font-size: 1.6rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: var(--text-primary);
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.thirdCategory-description-subtitle.thirdCategory-subtitle-visible {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-description-text-content {
    margin-bottom: 6rem;
    position: relative;
}

.thirdCategory-description-text {
    font-size: 1.3rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.9;
    margin-bottom: 2.5rem;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.thirdCategory-description-text.thirdCategory-text-visible {
    opacity: 1;
    transform: translateY(0);
}

.thirdCategory-description-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 5rem;
}

.thirdCategory-description-feature {
    background: linear-gradient(145deg, rgba(254, 114, 0, 0.1) 0%, rgba(255, 140, 0, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(254, 114, 0, 0.3);
    border-radius: var(--border-radius);
    padding: 3.5rem 2.5rem;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    transition: opacity 0.8s ease, transform 0.8s ease, var(--transition);
}

.thirdCategory-description-feature.thirdCategory-feature-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.thirdCategory-description-feature::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(254, 114, 0, 0.2), transparent);
    transition: left 0.6s ease;
}

.thirdCategory-description-feature:hover {
    transform: translateY(-15px) scale(1.02);
    background: linear-gradient(145deg, rgba(254, 114, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%);
    border-color: rgba(254, 114, 0, 0.6);
}

.thirdCategory-description-feature:hover::before {
    left: 100%;
}

.thirdCategory-description-feature h3 {
    font-size: 1.8rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--text-white) 0%, var(--accent-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.thirdCategory-description-feature p {
    font-size: 1.1rem;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Техническая секция */
.thirdCategory-tech-section {
    background: #fff;
}

.thirdCategory-tech-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    font-family: 'Roboto', Arial, sans-serif;
}

.thirdCategory-tech-table tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.thirdCategory-tech-table tr:hover {
    background-color: #f8f9fa;
}

.thirdCategory-tech-table tr:last-child {
    border-bottom: none;
}

.thirdCategory-tech-label {
    padding: 18px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    width: 40%;
    vertical-align: top;
}

.thirdCategory-tech-value {
    padding: 18px 20px;
    font-size: 1.1rem;
    color: #555;
    width: 60%;
    vertical-align: top;
}

/* Секция о компании */
.thirdCategory-company-section {
    background: #eeeeee;
}

/* CTA секция */
.thirdCategory-cta-section {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.thirdCategory-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(254, 114, 0, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.thirdCategory-cta-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;

}

.thirdCategory-cta-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 20px rgba(254, 114, 0, 0.3);
}

.thirdCategory-cta-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 50px;
    opacity: 0.9;
}

.thirdCategory-cta-button-large {
    position: relative;
    display: inline-block;
    padding: 18px 40px;
    color: #fe7200;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
    overflow: hidden;
    transition: 0.2s;
    background: transparent;
    border: none;
    cursor: pointer;

}

.thirdCategory-cta-button-large:hover {
    color: #fff;
    background: #fe7200;
    box-shadow: 0 0 15px #fe7200, 0 0 50px #fe7200, 0 0 100px #fe7200;
    transition-delay: 1s;
    transform: translateY(-2px);
}

.thirdCategory-cta-button-large span {
    position: absolute;
    display: block;
}

.thirdCategory-cta-button-large span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fe7200);
}

.thirdCategory-cta-button-large:hover span:nth-child(1) {
    left: 100%;
    transition: 1s;
}

.thirdCategory-cta-button-large span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #fe7200);
}

.thirdCategory-cta-button-large:hover span:nth-child(3) {
    right: 100%;
    transition: 1s;
    transition-delay: 0.5s;
}

.thirdCategory-cta-button-large span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fe7200);
}

.thirdCategory-cta-button-large:hover span:nth-child(2) {
    top: 100%;
    transition: 1s;
    transition-delay: 0.25s;
}

.thirdCategory-cta-button-large span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fe7200);
}

.thirdCategory-cta-button-large:hover span:nth-child(4) {
    bottom: 100%;
    transition: 1s;
    transition-delay: 0.75s;
}

/* Адаптивность */
@media (max-width: 768px) {
    .thirdCategory-text-image-block {
        flex-direction: column;
        gap: 30px;
    }

    .thirdCategory-text-image-block.thirdCategory-reverse {
        flex-direction: column;
    }

    .thirdCategory-content-title {
        font-size: 2rem;
    }

    .thirdCategory-tech-table {
        margin-top: 20px;
    }

    .thirdCategory-tech-label {
        padding: 15px 15px;
        font-size: 1rem;
        width: 35%;
    }

    .thirdCategory-tech-value {
        padding: 15px 15px;
        font-size: 1rem;
        width: 65%;
    }

    /* Адаптивность для карусели */
    .thirdCategory-carousel-section {
        padding: 60px 20px;
        min-height: auto;
    }

    .thirdCategory-carousel-section .thirdCategory-content-container {
        margin-bottom: 40px;
    }

    .thirdCategory-carousel-text-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .thirdCategory-carousel-text-description {
        font-size: 1.05rem;
    }

    .thirdCategory-carousel-track {
        height: 25rem;
    }

    .thirdCategory-carousel-item {
        width: 25rem;
        height: 25rem;
    }

    .thirdCategory-description-section {
        padding: 60px 20px;
    }

    .thirdCategory-description-title {
        font-size: 3.5rem;
        letter-spacing: -1px;
    }

    .thirdCategory-description-title::after {
        width: 60px;
        height: 3px;
    }

    .thirdCategory-description-subtitle {
        font-size: 1.2rem;
        margin-bottom: 3rem;
        letter-spacing: 2px;
    }

    .thirdCategory-description-text-content {
        margin-bottom: 4rem;
    }

    .thirdCategory-description-text {
        font-size: 1.1rem;
        text-align: center;
    }

    .thirdCategory-description-features {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 3rem;
    }

    .thirdCategory-description-feature {
        padding: 2.5rem 2rem;
    }

    .thirdCategory-description-feature h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .thirdCategory-description-feature p {
        font-size: 1rem;
    }

    .thirdCategory-cta-section {
        padding: 80px 20px;
    }

    .thirdCategory-cta-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .thirdCategory-cta-text {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    .thirdCategory-cta-button-large {
        padding: 15px 30px;
        font-size: 1rem;
        letter-spacing: 2px;
    }

    /* Адаптивность для новой секции about */
    .thirdCategory-about-section {
        padding: 80px 20px;
    }

    .thirdCategory-about-header {
        margin-bottom: 50px;
    }

    .thirdCategory-about-heading {
        font-size: 2.2rem;
    }

    .thirdCategory-about-intro {
        font-size: 1.1rem;
    }

    .thirdCategory-about-info-blocks {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 50px;
    }

    .thirdCategory-about-info-block {
        padding: 35px 25px;
    }

    .thirdCategory-about-info-number {
        font-size: 3rem;
        top: 20px;
        right: 25px;
    }

    .thirdCategory-about-info-title {
        font-size: 1.4rem;
    }

    .thirdCategory-about-info-text {
        font-size: 1rem;
    }

    .thirdCategory-about-text-block {
        margin: 50px 0 40px;
        padding: 0 20px;
    }

    .thirdCategory-about-text-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .thirdCategory-about-text-description {
        font-size: 1.05rem;
        text-align: justify;
    }

    .thirdCategory-about-image-container {
        height: 350px;
    }

    .thirdCategory-about-stats {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }

    .thirdCategory-about-stat {
        padding: 0;
    }

    .thirdCategory-about-stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .thirdCategory-about-info-blocks {
        grid-template-columns: repeat(2, 1fr);
    }
}