.block_patents_back {
    margin-top: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    font-family: 'OpinionPro', Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_patents .swiper-slide img {
    max-width: 333px;
    max-height: 463px;
}

.block_patents .block_description {
    padding: 67px 30px;
    background: #202024;
    width: 700px;
    color: #FFF;
    font-family: 'OpinionPro', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    color: #FFF;
    margin-top: auto;
    text-transform: uppercase;
    position: relative;
    text-align: start;
}

.swiper-button-next,
.swiper-button-prev {
    color: #FFFFFF;
}

.block_description .block_svg_inf {
    position: absolute;
    background-image: url("<?= SITE_TEMPLATE_PATH ?>/images/patents_desc.svg");
    height: 30px;
    width: 127px;

    bottom: 0;
    transform: translateY(50%);
    left: 0;
    z-index: 3;
}

.block_patents .block_description span {
    color: #DBA42C;
}

.block_patents_back {
    background: linear-gradient(90deg, rgba(219, 164, 44, 1) 0%, rgba(219, 164, 44, 1) 70%, rgba(255, 255, 255, 0) 70%);
}
.block_patents_wrapper {
    width: 60%;
    position: absolute;
    padding: 100px 0;
    margin: 0 0 0 55px;
}
.title_block_w {
    display: flex;
    justify-content: space-between;
    font-family: 'OpinionPro', Arial, sans-serif;
    font-size: 23px;
    color: #202024;
    text-transform: uppercase;
}
.block_patents_svg svg {
    margin: auto 0;
    display: flex;
    vertical-align: middle;
    height: 100%;
    align-items: center;
}

.block_patents_desc {
    margin-top: 30px;
    font-family: 'OpinionPro', Arial, sans-serif;
}
.mySwiper {
    position: relative;
}
.swiper-pagination {
    display: none;
}
@media(max-width:1200px) {
    .title_block_w {
        font-size: 15px;
    }
    .block_patents_wrapper {
        margin: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .block_patents_title {
        margin: auto 0;
        height: auto;
    }
    .block_patents_back .swiper-pagination {
        display: block;
    }
    .block_patents_back .swiper-pagination-bullet-active {
        background: #202024;
    }
}
@media(max-width:960px) {
    .block_patents .block_description {
        font-size: 15px;
        padding: 37px 30px;
    }
    .block_patents_wrapper {
        width: 46%;
    }
    .block_patents_svg svg {
        width: 100px;
    }
    .block_patents_title {
        font-size: 17px;
    }
    .block_patents_desc {
        margin-top: 10px;
    }
    .block_description .block_svg_inf {
        height: 20px;
        width: 100px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media(max-width:655px) {
    .block_patents_wrapper {
        width: 100%;
        position: relative;
        padding: 0;
        padding-top: 100px;
    }
    .swiper-slide {
        padding: 200px 0;
        padding-top: 40px;
    }
    .block_patents_back {
        background: rgba(219, 164, 44, 1);
    }
    .block_patents .block_description {
        position: absolute;
        padding: 40px 15px 65px;
        bottom: 50px;
        width: 95%;
    }
    .block_description .block_svg_inf {
        margin-left: 15px;
    }
    .block_patents  {
        width: 90%;
    }

}
