body.widget-snippet .additional-Product {
    display: block;
}
.product-catalogue-section {
    margin: 160px 0 128px;
}

.product-catalogue-section .inner-content {
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1460px;
    margin: 0 auto;
    align-items: center;
}

.product-catalogue-section .inner-content .image-block {
    width: 44%;
    max-height: 815px;
    overflow: hidden;
}

.product-catalogue-section .inner-content .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: inherit;
}

.product-catalogue-section .inner-content .content-block {
    width: 56%;
    padding: 0 0 0 136px;
}

.product-catalogue-section .inner-content .content-block .title-part {
    margin-bottom: 30px;
}

.product-catalogue-section .inner-content .content-block .title-part .title-text {
    font-family: Biotif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding: 0;
    margin: 0 0 12px;
    color: #0a1b2b;
}

.product-catalogue-section .inner-content .content-block .title-part .sub-title-text {
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    padding: 0;
    color: #000;
    margin: 0;
}

.product-catalogue-section .inner-content .content-block .item-part .single-item {
    display: flex;
    align-items: start;
    margin: 0 0 25px;
}

.product-catalogue-section .inner-content .content-block .item-part .single-item:last-child {
    margin: 0;
}

.product-catalogue-section .inner-content .content-block .item-part .single-item .img-part {
    width: 33px;
    height: 33px;
    padding: 5px 0 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.product-catalogue-section.inner-content .content-block .item-part .single-item .img-part img {
    width: 30px;
    height: 25px;
}

.product-catalogue-section .inner-content .content-block .item-part .single-item .text-part {
    padding: 0 0 0 40px;
}

.product-catalogue-section .inner-content .content-block .item-part .single-item .text-part .inner-title {
    padding: 0;
    margin: 0 0 5px;
    color: #000;
    font-family: Biotif;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -0.01em;
}

.product-catalogue-section .inner-content .content-block .item-part .single-item .text-part .inner-des {
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 20px;
    color: rgb(0,0,0,0.9);
}

.product-catalogue-section .inner-content .content-block .item-part .single-item .text-part .inner-des:last-child {
    margin: 0;
}

.product-catalogue-section .bottom-button {
    margin-top: 40px;
    display: flex;
    flex-wrap:wrap;
    gap: 20px;
}

.product-catalogue-section .bottom-button a {
    max-width: 300px;
    height: 43px;
    padding: 10px 30px 10px 40px;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
}

.product-catalogue-section .bottom-button a:hover {
    border: 1px solid #000;
    background-color: #000;
}

.product-catalogue-section .bottom-button a .btn-text {
    color: #000;
    text-align: center;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.product-catalogue-section .bottom-button a:hover .btn-text {
    color: #fff;
}

.product-catalogue-section .bottom-button a .btn-icon {
    width: 13px;
    height: 8px;
    display: block;
}

.product-catalogue-section .bottom-button a .btn-icon svg {
    display: block;
    margin-top: 1px;
}

.product-catalogue-section .bottom-button a:hover .btn-icon svg path {
    fill: #fff;
}

@media(max-width: 1366px) {
    .product-catalogue-section {
        margin:100px 0;
    }

    .product-catalogue-section .inner-content .content-block .title-part .title-text {
        font-size: 42px;
    }
}

@media(max-width: 1024px) {
    .product-catalogue-section {
        margin:80px 0;
    }

    .product-catalogue-section .inner-content .content-block .title-part .title-text {
        font-size: 36px;
    }

    .product-catalogue-section .inner-content .content-block {
        padding: 0 0 0 80px;
    }
}

@media(max-width: 991px) {
    .product-catalogue-section {
        margin:60px 0;
    }

    .product-catalogue-section .inner-content .content-block .title-part .title-text {
        font-size: 32px;
    }

    .product-catalogue-section .inner-content .content-block {
        padding: 0;
    }

    .product-catalogue-section .inner-content {
        padding: 0 20px;
        flex-direction: column;
        gap: 40px;
    }

    .product-catalogue-section .inner-content .image-block,.product-catalogue-section .inner-content .content-block {
        width: 100%;
    }

    .product-catalogue-section .inner-content .image-block {
        max-height: 977px;
    }
}

@media(max-width: 767px) {
    .product-catalogue-section {
        margin:40px 0;
    }

    .product-catalogue-section .inner-content .content-block .title-part .title-text {
        font-size: 27px;
    }

    .product-catalogue-section .inner-content {
        gap: 30px;
    }

    .product-catalogue-section .inner-content .content-block .item-part .single-item .text-part {
        padding: 0 0 0 20px;
    }

    .product-catalogue-section .inner-content .content-block .item-part .single-item .text-part .inner-title {
        font-size: 18px;
        line-height: 28px;
    }

    .product-catalogue-section .bottom-button {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}