.articles__item-wrapper>.offer-card {
    flex: 0 0 calc(33% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    background: white;
}
@media screen and (max-width: 1023.98px) {
    .articles__item-wrapper>.offer-card {
        flex: 0 0 calc(50% - 8px);
    }
    .articles__item-wrapper {
        column-gap: 16px;
    }
}
@media screen and (max-width: 575.98px) {
    .articles__item-wrapper>.offer-card {
        flex: 0 0 100%;
    }
}

.offer-card__img-wrapper {
    width: 100%;
    max-height: 240px;
    border: solid 1px #E1E6EF;
    height: 100%;
    aspect-ratio: 35 / 22;
    border-radius: 12px;
}
.offer-card__img-wrapper.default_image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F1F3F9;
}
.offer-card__img-wrapper.default_image img {
    max-width: 94px;
}

.offer-card__img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.offer-card__content {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    height: 100%;
}

.offer-card__title {
    font-weight: 600;
    margin: 0;
}

.offer-card__desc {
    margin: 0;
    color: #666;
    font-size: 0.9em;
    margin-bottom: auto;
}

.offer-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.offer-card__row {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 8px;
    z-index: 1;
    flex-wrap: nowrap;
}

.offer-card__row span {
    font-size: 14px;
    color: #1D243375;
}

.offer-card__row .offer-card__status span,
.offer-card__row .offer-card__status+span {
    color: #3185AB;
    font-weight: 500;
}


.offer-card__row .offer-card__status {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
}

.offer-card__row span+span {
    color: #1D2433;
}

.offer-card__row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #1D243335;
    z-index: -1;
}

.offer-card__row span {
    background: #fff;
}

.offer-card__row span {
    padding-right: 4px;
}

.offer-card__row .offer-card__status+span,
.offer-card__row span+span {
    text-align: right;
    padding-right: 0;
    padding-left: 4px;
    white-space: nowrap;
}

#pulsingCircle {
    animation: pulse 2.5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.08;
        /* 8% */
    }

    50% {
        opacity: 1;
        /* 100% */
    }

    100% {
        opacity: 0.08;
        /* 8% */
    }
}

.oferts h1,
.ofert-main h2 {
    margin-bottom: 8px;
    font-size: 40px;
    color: rgba(29, 36, 51, 1);
    font-weight: 500;
}

.oferts h1 svg {
    width: 21px;
    height: 21px;
    margin-bottom: 6px;
}

.ofert-main h2 {
    text-align: center;
    margin-bottom: 48px;
}
.oferts .ofert-company {
    font-size: 18px;
    color: rgba(29, 36, 51, 0.65);
    margin-top: 32px;
    margin-bottom: 32px;
}
.oferts-content h3,
.oferts-content h2 {
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 500;
    color: rgba(29, 36, 51, 1);
    line-height: 125%;
}
.oferts-content p {
    margin-bottom: 8px;   
    color: rgba(29, 36, 51, 1);
    line-height: 150%;
}

.oferts-content h2 {
    font-size: 32px;
}
.oferts-content h3 {
    font-size: 24px;
}

.single-oferts .section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ofert-details {
    display: flex;
    gap: 40px;
    background-color: rgba(248, 249, 252, 1);
    border-radius: 12px;
    overflow: hidden;
}
.ofert-details .col {
    width: 50%;
    display: flex;
    flex-direction: column;
}
.ofert-details .col img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
.ofert-details .col.ofert-image {
    height: 420px;
    background-color: #F1F3F9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
}
.ofert-details .col img.ofert-default-image {
    max-width: 190px;
    object-fit: contain;
}
.ofert-details .col .offer-card__info {
    margin: 40px 32px 40px 0;
    gap: 12px;
    height: 100%;
    line-height: 1.25;
}
.ofert-details .col .offer-card__row span {
    font-size: 20px;
    background-color: rgba(248, 249, 252, 1);
    color: rgba(29, 36, 51, 0.65);
}
.ofert-details .col .offer-card__row span+span {
    color: rgba(10, 13, 20, 1);
}

.ofert-details .col .offer-card__info .btn {
    margin-top: auto;
    margin-left: 0;
}

.offers__slider {
    margin: 48px 0 60px;
    padding: 32px 0;
    background-color: rgba(248, 249, 252, 1);
}
.offers__slider h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(26, 26, 26, 1);
}
.offers__slider .offer-card__row span {
    background-color: rgba(248, 249, 252, 1);
}
.offers__slider .offer-title {
    margin-bottom: 12px;
}
.offers__slider .container {
    position: relative;
}
.offers__slider .offers__slider-body {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
}
.offers__slider .offers__slider-body::before,
.offers__slider .offers__slider-body::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 49px;
    transition: none;
}
.offers__slider .offers__slider-body::before {
    background: linear-gradient(270deg, #F8F9FC 50%, rgba(248, 249, 252, 0) 100%);
    right: -1px;
}
.offers__slider .offers__slider-body::after {
    background: linear-gradient(270deg, #F8F9FC 50%, rgba(248, 249, 252, 0) 100%);
    left: -1px;
    transform: rotate(-180deg);
}
.offers__slider-btn {
    position: absolute;
    z-index: 2;
    top: 66px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #F8F9FC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 60ms ease-out;
}
.offers__slider-btn-prev {
    left: 7px;
    transform: translate(-100%, 0);
}
.offers__slider-btn-next {
    right: 7px;
    transform: translate(100%, 0);
}

@media(max-width:767.98px) {
    .single-oferts .breadcrumbs {
        padding-left: 0;
    }
    .oferts h1,
    .ofert-main h2 {
        font-size: 26px;
        position: relative;
    }
    .oferts h1 svg {
        top: 0;
        position: absolute;
        right: 0;
    }
    .ofert-details {
        flex-direction: column;
        gap: 24px;
    }
    .ofert-details .col {
        width: 100%;
    }
    .ofert-details .col.ofert-image {
        height: auto;
    }
    .ofert-details .col .offer-card__info {
        margin-top: 0;
        margin-right: 0;
        padding: 0 24px;
    }
    .ofert-details .col .offer-card__row span {
        font-size: 14px;
    }
    .ofert-details .col .offer-card__info .btn {
        margin-top: 24px;
    }
    .ofert-details .col img.ofert-default-image {
        max-width: 150px;
        margin: 24px 0;
    }
}