.three-links__item h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.story-line>div {
    flex: 0 0 calc(100% / 5);
    width: calc(100% / 5);
}

.mp-banner .title {
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 19px;

}

@media(min-width: 992px) {
    .mp-banner .title {
        font-size: 32px;
    }
}

.mp-banner .content {
    padding: 25px 0px;
}

@media(min-width: 992px) {
    .mp-banner .content {
        padding: 75px 0px;
    }
}

.poster-item .date {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.banner .image {
    min-height: 300px;
}

.banner .content {
    display: grid;
    vertical-align: middle;
    align-items: center;
}

.about-project-grid img {
    height: 40px;
    width: 40px;
}

.advantages-grid-item__title {
    font-size: 20px;
}

.paragraf img {
    margin-bottom: 25px;
    border-radius: 5px;
}

.paragraf img.left {
    width: 250px;
    margin-right: 25px;
}

@media(min-width: 992px) {
    .paragraf img.left {
        float: left;
    }
}

@media(max-width: 991px) {
    .paragraf img.left {
        margin-left: auto;
        margin-right: auto;
    }
}

.team-item__img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px auto 20px auto;
}

.team-item__name {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-item__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.team-node {
    padding-top: 10px;
    margin-top: 20px;
}

.team-node h2 {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 35px;
    /* text-align: center; */
}

.team-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.team-list>div {
    padding: 0px 10px;
    flex: 0 0 calc(100% / 2);
    width: calc(100% / 2);
}

@media(max-width: 767px) {
    .team-node h2 {
        text-align: center;
    }

    .team-item__img {
        width: 120px;
        height: 120px;
    }

    .team-node h2 {
        font-size: 20px;
        line-height: 1;
    }
}

@media(min-width: 768px) {
    .team-list>div {
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media(min-width: 992px) {
    .team-list>div {
        flex: 0 0 calc(100% / 4);
        width: calc(100% / 4);
    }
}

@media(min-width: 1200px) {
    .team-list>div {
        flex: 0 0 calc(100% / 5);
        width: calc(100% / 5);
    }
}

.about-numbers img {
    border-radius: 5px;
    margin-top: 70px;
}

.about-numbers__item .paragraf {
    font-weight: bold;
}

.about-numbers__item {
    display: flex;
    margin-bottom: 30px;
}

.about-numbers__item .number {
    flex: 0 0 100px;
    width: 100px;
    font-size: 70px;
    color: #148666;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}

.about-numbers__item .text {
    flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px);

    display: grid;
    align-items: center;
    vertical-align: middle;
}

.about-numbers__item .text p {
    margin: 0px;
}

.product-slider .product-item {
    height: 100%;
}

.product-item__image {
    margin-bottom: 20px;
}

.product-page__content-props__item-desc {
    display: flex;
    flex-wrap: wrap;
}

.product-page__content-props__item-desc label {
    flex: 0 0 50%;
    width: 50%;
    margin-right: 0px !important;
    padding-right: 10px;
}

.product-page__content-props__item-desc label:hover {
    cursor: pointer;
}

.product-page__content-props__item-desc label:has(input:checked)::after {
    background-color: var(--yellow);
}

.add2basket-success {
    margin-bottom: 30px;
    border: 1px solid var(--gray);
    padding: 15px;
    text-align: center;

}

.product-page__image img {
    margin: 0px auto;
}

@media(max-width: 767px) {
    .product-page__content-props__item-desc label {
        flex: 0 0 100%;
        width: 100%;
    }
}

.product-info__not-available {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid black;
    padding: 10px;
    display: initial;
    background-color: var(--green);
    color: #fff;
}

.popup-form {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-form>div {
    background-color: #fff;
    border-radius: 10px;
    width: 98%;
    max-height: 98%;
    max-width: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
}

.popup-form__title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.popup-form__close {
    text-align: right;
}

.popup-form__close svg {
    width: 40px;
    cursor: pointer;
    height: 40px;
}

.popup-form textarea,
.popup-form input {
    resize: none;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px;
    font-size: 16px;
}

.cart-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: var(--green);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-btn svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
    grid-template-columns: repeat(1, 1fr);
}

.addresses-grid__item {
    min-height: 150px;
}

.gallery-grid .gallery-slider__item {
    margin: 0px !important;
}

.gallery-grid p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: var(--green)
}

@media(min-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 1300px) {
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.table-bordered {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
    font-size: 15px;
}

.table-bordered th,
.table-bordered td {
    font-size: 15px;
    padding: 10px;
    border: 1px solid black;
    word-break: break-word;
}

/* Адаптивность для телефона */
@media (max-width: 700px) {

    .table-bordered,
    .table-bordered thead,
    .table-bordered tbody,
    .table-bordered th,
    .table-bordered td,
    .table-bordered tr {
        display: block;
        width: 100%;
    }

    .table-bordered thead {
        display: none;
    }

    .table-bordered tr {
        margin-bottom: 15px;
        border-bottom: 2px solid #e5e5e5;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    }

    .table-bordered td {
        position: relative;
        /* padding-left: 50%; */
        text-align: left;
        font-size: 14px;
        border: none;
        border-bottom: 1px solid #ddd;
        min-height: 40px;
    }
}


.bx-pagination ul {
    display: flex;
    gap: 10px;
    margin: 0px auto;
    margin-top: 25px;
    text-align: center;
    justify-content: center;
}

.bx-pagination ul li {}

.bx-pagination ul li span {
    font-size: 15px;
    display: block;
    text-align: center;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    border-radius: 40px;
    background-color: #f3f3f3;
}

.bx-pagination .bx-active {
    color: white !important
}

.bx-pag-prev span,
.bx-pag-next span {
    padding: 0px 10px;
}

.service-type {
    margin-bottom: 20px;
}

.social-link p {
    font-size: 18px;
}

@media(min-width: 1300px) {
    .social-link p {
        font-size: 23px;
    }
}

.mp-banner .title {
    text-transform: none !important;
}


.icon-payment {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: 60px;
    background-color: var(--green);
    border-radius: 50px;
    padding-right: 15px;
    padding-left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    font-weight: 500;
}

.icon-payment svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

@media(max-width: 960px) {
    .icon-payment {
        display: none !important;
    }

    .cart-btn {
        bottom: 20px !important;
    }
}


.top-line__address-wrapper {
    position: relative;
}

.top-line__address-list {
    display: none;
    position: absolute;
    width: 300px;
    background: white;
    border: 1px solid black;
    top: 33px;
}

.top-line__address-list.active {
    display: block;
}


.top-line__address-list ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    line-height: 1.2;
}

.top-line__address-list ul>li:last-child {
    border-bottom: none;
}

.top-line__address-list ul>li a {
    display: block;
    padding: 7px 10px;
}

.top-line__address-wrapper span {
    cursor: pointer;
}

.search-sorting,
.search-result .text,
.search-page .search-advanced-filter {
    display: none !important;
}

.search-button {
    color: var(--gray);
    background-color: var(--yellow);
    padding: 5px 25px;
    font-size: 15px;
    border: 1px solid var(--gray);
}

.post-types {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
}

.post-types>a {
    display: inline-block !important;
    margin: 0px !important;
}

.search-page .search-query {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.search-advanced-result {
    margin-top: 10px;
    opacity: 0.75;
    font-size: 14px;
}

.search-item {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.search-item h4 {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 7px;
}

.search-preview {
    font-size: 14px;
    opacity: 0.75;
}

.gallery-grid__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

.gallery-grid__popup.active {
    display: flex;
}

.gallery-grid__popup-close {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-grid__popup-close svg {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.gallery-grid__popup__arrows {
    position: absolute;
    top: 50%;
    z-index: 999px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.gallery-grid__popup__arrows svg {
    height: 45px;
    width: 45px;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.gallery-grid__popup__arrows svg:last-child {
    right: 0px;
    left: auto;
    transform: rotate(180deg) translateY(50%);
}

.gallery-grid__popup img {
    max-width: calc(100% - 80px);
    max-height: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.gallery-slider_one .gallery-slider__item {
    height: auto;
}

.gallery-slider_one .galley-image>div {
    padding-top: 50%;

}

.paragraf a {
    text-decoration: underline !important;
}

.poster-list__item .item-title {
    line-height: 1.25;
    margin-bottom: 20px;
}

.slider-i__wrapper .gallery-slider__item {
    height: auto !important;
}

.slider-i__wrapper .gallery-slider__item img {
    margin-bottom: 0px !important;
}

.mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    left: -100%;
    opacity: 0;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.mob-menu.active {
    left: 0;
    opacity: 1;
}

.mob-menu__content {
    width: 300px;
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 20px;
    overflow-y: auto;
}

.mob-menu__close {
    text-align: right;
    margin-bottom: 20px;
    cursor: pointer;
}

.mob-menu__close svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.mob-menu ul li {
    margin-bottom: 10px;
    line-height: 1.2;
}

.mob-menu ul li a {
    display: block;
    padding: 7px 10px;
}