.arrow[data-v-f5a65472] {
    height: 24px;
    flex-shrink: 0;
    --color: #fff;
    width: 24px;
}
@media (max-width: 767px) {
    .arrow[data-v-f5a65472] {
        height: 20px;
        width: 20px;
    }
}
.arrow span[data-v-f5a65472] {
    animation: animate-f5a65472 2s infinite;
    height: 50%;
    border-right: 2px solid var(--color);
    transform: rotate(45deg) translate(-50%);
    position: relative;
    border-bottom: 2px solid var(--color);
    margin: -10px;
    left: calc(50% + 4px);
    width: 50%;
    display: block;
}
.arrow span[data-v-f5a65472]:nth-child(2) {
    animation-delay: -0.2s;
    bottom: -1px;
}
.arrow span[data-v-f5a65472]:nth-child(3) {
    animation-delay: -0.4s;
    bottom: -2px;
}
@keyframes animate-f5a65472 {
    0% {
        transform: rotate(45deg) translate(-10px, -10px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        transform: rotate(45deg) translate(15px, 15px);
        opacity: 0;
    }
}
.payment-methods[data-v-c0bf5c94] {
    flex-wrap: wrap;
    gap: 15px 25px;
    align-items: center;
    display: flex;
}
@media (max-width: 767px) {
    .payment-methods[data-v-c0bf5c94] {
        gap: 10px;
    }
}
.payment-methods__item[data-v-c0bf5c94] {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.payment-methods__item.visa[data-v-c0bf5c94] {
    height: 22px;
    width: 67px;
    background-image: url(/img/ui/visa.svg);
}
@media (max-width: 767px) {
    .payment-methods__item.visa[data-v-c0bf5c94] {
        height: 18px;
        width: 58px;
    }
}
.payment-methods__item.mastercard[data-v-c0bf5c94] {
    height: 37px;
    width: 59px;
    background-image: url(/img/ui/mastercard.svg);
}
@media (max-width: 767px) {
    .payment-methods__item.mastercard[data-v-c0bf5c94] {
        height: 31px;
        width: 50px;
    }
}
.payment-methods__item.americanexpress[data-v-c0bf5c94] {
    height: 22px;
    width: 67px;
    background-image: url(/img/ui/americanexpress.svg);
}
@media (max-width: 767px) {
    .payment-methods__item.americanexpress[data-v-c0bf5c94] {
        height: 18px;
        width: 55px;
    }
}
.payment-methods__item.unionpay[data-v-c0bf5c94] {
    height: 33px;
    width: 52px;
    background-image: url(/img/ui/unionpay.svg);
}
@media (max-width: 767px) {
    .payment-methods__item.unionpay[data-v-c0bf5c94] {
        height: 27px;
        width: 43px;
    }
}
.payment-methods.dark .payment-methods__item.visa[data-v-c0bf5c94] {
    background-image: url(/img/ui/visa-dark.svg);
}
.payment-methods.dark .payment-methods__item.mastercard[data-v-c0bf5c94] {
    background-image: url(/img/ui/mastercard-dark.svg);
}
.payment-methods.dark .payment-methods__item.americanexpress[data-v-c0bf5c94] {
    background-image: url(/img/ui/americanexpress-dark.svg);
}
.payment-methods.dark .payment-methods__item.unionpay[data-v-c0bf5c94] {
    background-image: url(/img/ui/unionpay-dark.svg);
}
.protection[data-v-a27bd372] {
    padding: 8px 12px 10px;
    gap: 8px;
    align-items: center;
    border-radius: 8px;
    background: #ffffff40;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
}
@media (max-width: 767px) {
    .protection[data-v-a27bd372] {
        padding: 4px 6px 6px;
        gap: 4px;
        align-items: flex-start;
        width: 100%;
    }
}
.protection__icon[data-v-a27bd372] {
    height: 16px;
    flex-shrink: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(/img/ui/protection.svg);
    mask-image: url(/img/ui/protection.svg);
    background-color: #fff;
    width: 16px;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.protection__text[data-v-a27bd372] {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
}
@media (max-width: 767px) {
    .protection__text[data-v-a27bd372] {
        font-size: 10px;
        font-weight: 400;
        line-height: 15px;
    }
}
.protection.dark[data-v-a27bd372] {
    background: #0000001a;
}
.protection.dark .protection__icon[data-v-a27bd372] {
    opacity: 0.5;
    background-color: #000;
}
.protection.dark .protection__text[data-v-a27bd372] {
    color: #00000080;
}
.common-offers__section {
    padding: 25px 15px 100px;
}
@media (max-width: 767px) {
    .common-offers__section {
        padding: 10px 15px;
    }
}
.common-offers__section .container {
    flex-direction: column;
    display: flex;
}
.common-offers__header {
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    display: flex;
}
@media (max-width: 1023px) {
    .common-offers__header {
        margin-bottom: 10px;
        flex-direction: column;
    }
}
.common-offers__header .arrow_left {
    display: none;
}
.common-offers__header.without-pay-info {
    justify-content: center;
}
.common-offers__header.without-pay-info .common-offers__heading {
    align-items: center;
}
.common-offers__header.without-pay-info .arrow_left {
    display: block;
}
.common-offers__heading {
    flex-direction: column;
    gap: 10px;
    display: flex;
}
@media (max-width: 767px) {
    .common-offers__heading {
        gap: 5px;
    }
}
.common-offers__title {
    font-size: 40px;
    font-weight: 600;
    color: #009654;
    margin: 0;
    line-height: 50px;
}
@media (max-width: 1023px) {
    .common-offers__title {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .common-offers__title {
        font-size: 20px;
        line-height: 28px;
    }
}
.common-offers__title-container {
    gap: 10px;
    align-items: center;
    display: flex;
}
@media (max-width: 1023px) {
    .common-offers__title-container {
        justify-content: center;
    }
}
@media (max-width: 599px) {
    .common-offers__title-container {
        padding: 0;
    }
}
.common-offers__subtitle {
    font-size: 25px;
    font-weight: 600;
    color: #009654;
    margin: 0;
    line-height: 35px;
}
@media (max-width: 1023px) {
    .common-offers__subtitle {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .common-offers__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}
.common-offers__subtitle-container {
    padding: 0 0 12px;
    gap: 10px;
    align-items: center;
    display: flex;
}
@media (max-width: 1023px) {
    .common-offers__subtitle-container {
        justify-content: center;
    }
}
@media (max-width: 599px) {
    .common-offers__subtitle-container {
        padding: 0;
    }
}
.common-offers__payment-info {
    flex-shrink: 0;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    display: flex;
}
@media (max-width: 1279px) {
    .common-offers__payment-info {
        flex-direction: column;
        align-items: flex-end;
    }
}
@media (max-width: 1023px) {
    .common-offers__payment-info {
        flex-direction: row;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .common-offers__payment-info {
        gap: 10px;
    }
}
@media (max-width: 374px) {
    .common-offers__payment-info {
        flex-direction: column;
    }
}
.common-offers__payment-info .protection {
    max-width: 190px;
}
@media (max-width: 1279px) {
    .common-offers__payment-info .protection {
        max-width: 100%;
    }
}
.common-offers__payment-info .payment-methods {
    flex-shrink: 0;
}
.offers {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 11px;
    margin-top: 20px;
    display: flex;
}
@media (min-width: 768px) {
    .offers {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 20px;
        width: 100%;
        margin-top: 25px;
        display: flex;
    }
}
.offers__show-all {
    margin-bottom: 20px;
    background-color: var(--accent-color);
    width: 100%;
}
.offers .list-move {
    transition: all 0.6s ease-in-out 50ms;
}
.offers .list-enter-active {
    transition: all 0.3s ease-out;
}
.offers .list-leave-active {
    transition: all 0.2s ease-in;
    position: absolute;
    z-index: 0;
}
.offers .list-enter,
.offers .list-leave-to {
    opacity: 0;
}
.offers .list-enter {
    transform: scale(0.9);
}
@media screen and (max-width: 319px) {
    .offers_type_fullscreen {
        flex-direction: column;
        display: flex;
    }
    .offers_type_fullscreen .offer-card {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .offers_type_fullscreen {
        flex-direction: column;
        display: flex;
    }
    .offers_type_fullscreen .offer-card {
        padding: 10px 20px 20px;
        max-width: 100%;
        width: 100%;
    }
    .offers_type_fullscreen .offer-card .offer-card__line {
        justify-content: space-between;
        flex-direction: row;
        display: flex;
    }
    .offers_type_fullscreen
        .offer-card
        .offer-card__line
        .offer-card__line__title,
    .offers_type_fullscreen
        .offer-card
        .offer-card__line
        .offer-card__line__value {
        font-size: 1rem;
    }
    .offers_type_fullscreen .offer-card .offer-card__line:not(:first-of-type) {
        margin-top: 0.7rem;
    }
}
@media (max-width: 767px) {
    .offer-card.hide-titles .offer-card__line {
        justify-content: center;
        display: flex;
    }
    .offer-card.hide-titles .offer-card__line__title {
        display: none;
    }
}
