.press-links__item.active {
    background-color: var(--blue-gradient, #1c86ff);

    p {
        color: var(--White, #fff) !important;
    }

    path {
       stroke: white;
    }
}

.press__links-list_production .press-links__item {
    p:nth-child(2) {
        font-size: 16px;
    }
}

.press__links-list_production .press-link__text-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.formContainerProduction{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: auto !important;
}
.form-contentProduction {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    height: 90vh;
    width: 90%;
    /*overflow: auto;*/
}
.no-scroll {
    overflow: hidden;
}
.close-formProduction {
    padding-left: 9px;
    padding-bottom: 29px;
    height: 25px;
    position: absolute;
    top: -33px;
    right: 3px;
    font-size: 21px;
    width: 30px;
    cursor: pointer;
    background: #f54500;
    border-radius: 50%;
}
.press__links-list_production {
    border-bottom: none;
}

.production-item {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    background: var(--White, #fff);
    padding: 24px 28px;
}

.production-item__key {
    color: var(--Grey, #b2b2b2);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.production-item__value {
    color: var(--Black, #101010);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    ul {
        padding: 0 20px;
    }

    li::marker {
        font-size: 15px;
    }
}

.production-item__span:nth-child(4) {
    width: 45%;
}
.production-item__span:nth-child(5) {
    width: 4%;
}

.production-item__span:nth-child(6) {
    a {
        display: flex;
        gap: 10px;
    }
}

.sort-item__content_production {
    gap: 10px;
}

.main__services_production {
    .title {
        justify-content: space-between;
    }
}

.banner__with-title_production {
    width: auto !important;
    height: auto !important;
}

@media (max-width: 1340px) {
    .production-item {
        display: grid;
        grid-template-rows: 44px auto auto;
        grid-template-columns: auto auto 7% auto;
        row-gap: 10px;
    }

    .production-item__span:nth-child(1) {
        width: auto;
    }
    .production-item__span:nth-child(2) {
        width: auto;
        grid-row: 2;
        grid-column: 1;
    }

    .production-item__span:nth-child(3) {
        grid-row: 3;
        grid-column: 1;
    }

    .production-item__span:nth-child(4) {
        width: auto;
    }
    .production-item__span:nth-child(5) {
        min-width: 30%;
    }
}

@media (max-width: 964px) {
    .production-item {
        display: flex;
        flex-direction: column;
        width: 49%;
    }

    .sort-item__content_production {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .production-item__value {
        font-size: 14px;
    }

    .press-link__image {
        top: 16px;
        left: 16px;
        svg {
            width: 54px;
            height: 62.388px;
        }
    }

    .press__links-list .press-links__item  {
        padding: 12px;
    }

    .statistics__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .production-item {
        width: 100%;
    }
    .close-formProduction{
        top: -33px;
        right: 0;
    }

    .statistics__grid {
        grid-template-columns: repeat(2, 1fr);

        .advertising-row__column {
            h3 {
                font-size: 16px;
            }

            h1 {
                font-size: 24px;
            }
        }

    }




    .excursions__container_production {

        h2.link-block__title, .link-block__text {
            color: var(--Black, #101010);

        }


        .link-block {
            height: auto;
        }
    }



    .main__statistics h1 {
        font-size: 24px;

    }



}