.patent__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.patent__info {
    width: calc(100% - 560px);
}

.patent__img-i {
    box-shadow: 9px 9px 10px rgba(65, 64, 64, 0.07);
}

.patent__descr {
    max-width: 495px;
    color: #595959;
}

.patent__descr-title {
    max-width: 570px;
}

.patent__text {
    margin-bottom: 20px;
}

.patent__square-wrap {
    display: flex;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
}

.patent__square.square--img {
    padding: 0;
}

.patent__square {
    width: 198px;
    height: 198px;
    flex: 0 0 33.33%;
    text-align: center;
    border-bottom: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    padding: 25px 19px;
}

.patent__square.square--img.patent--img {
    padding: 25px 19px;
}

.patent__square.square--img.patent--img img {
    object-fit: contain;
}

.patent__square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.patent__square.square--img {
    background: #F5F5F5;
}

.patent__square-title {
    color: #D80202;
}

.patent__square-subtitle {
    margin-bottom: 12px;
    margin-top: -12px;
}

.patent__square-subtitle, .square__text {
    color: #1A3C5E;
}

.patent__descr a {
    color: #47b0d1;
}

.patent__descr a:hover {
    text-decoration: underline;
}

.patent__descr ul {
    list-style-type: disc;
}

.patent__descr ol, .patent__descr ul {
    margin-left: 20px;
}

/*==================*/

.patent__carousel-wrap {
    background-color: #F5F5F5;
}

 .patent__car-item {
    padding: 40px 115px;
} 

.patent__carousel.owl-carousel .owl-item img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
}

.patent__carousel .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
}

.patent__carousel .owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
}

@media (max-width: 1240px) {
    .patent__wrapper {
        flex-direction: column;
    }
    .patent__descr {
        width: 100%;
        max-width: unset;
        margin-bottom: 20px;
    }
    .patent__info {
        width: 100%;
    }
    .patent__square-wrap {
        max-width: 600px;
        /* width: 100%; */
    }
    .patent__carousel-wrap {
        width: 600px;
    }
}

@media (max-width: 1200px) {
    .patent__descr-text {
        flex-wrap: wrap;
    }
    .patent__descr-title {
        margin-top: 0;
    }
    .patent__descr-title.title {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .patent__wrapper {
        flex-wrap: wrap;
    }
    .patent__img {
        display: flex;
        flex: 0 0 100%;
        justify-content: center;
        margin-bottom: 80px;
    }
    .patent__text-left {
        margin-bottom: 38px;
    }
}

@media (max-width: 992px) {
    .statistic__item {
        flex: 0 0 223px;
    }
}

@media (max-width: 645px) {
    .patent__carousel-wrap {
        width: 100%;
    }
}

@media (max-width: 630px) {
    .patent__square {
        flex: 0 0 50%;
    }
    .patent__square-wrap {
        max-width: 100%;
    }
    .patent__car-item {
        width: 100%;
    }
    .patent__square.square--img {
        display: none;
    }
}

@media (max-width: 480px) {
    .patent__img img {
        width: 311px;
        height: 419px;
    }
    .patent__wrapper {
        padding-top: 40px;
    }
    .avtodigest .avtodigest__news {
        margin-bottom: 20px;
    }
}

@media (max-width: 425px) {
    .patent__car-item {
        padding: 26px 70px;
    }

    .patent__carousel .owl-prev {
        left: 15px; 
    }

    .patent__carousel .owl-next {
        right: 15px;
    }

    .patent__square {
        width: unset;
        padding: 10px 5px;
    }
}