.offerlist {
    padding-bottom: 40px;
    padding-top: 60px;
    background-color: var(--color-main);
    position: relative;
}
.offerlist__ellipse {
    position: absolute;
    left: 50%;
    top: 120px;
    width: 500px;
    max-width: 80%;
    transform: translateX(-50%);
    z-index: 1;
}
.offerlist .pluses svg {
    filter: brightness(0) invert(1);
}
.offerlist__heading span {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.offerlist__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 40px;
}
.offerlist__nav ul li {
    max-width: calc(33.333% - 27px);
    flex: 0 0 calc(33.333% - 27px);
}
.offerlist__nav-item {
    text-transform: uppercase;
    border: 1px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 20px 25px 15px;
    font-weight: 600;
    background-color: transparent;
    transition: .3s;
    cursor: pointer;
    font-size: .9rem;
    letter-spacing: .3px;
    line-height: 130%;
}
.offerlist__nav-item:not(.active):hover {
    border-color: #fff;
    color: #fff;
}
.offerlist__nav-item.active {
    background-color: #000;
    color: #fff;
}
.offerlist__nav-item.active svg {
    filter: brightness(0) invert(1);
}
.offerlist__nav-item:not(.active):hover svg {
    filter: brightness(0) invert(1);
}
.offerlist__nav-item>svg {
    transition: .3s;
    width: 13px;
    height: auto;
    margin-right: 20px;
}
.offerlist__nav-item:not(.acitve):hover>svg {
    transform: rotate(45deg);
} 
.offerlist__nav-item.acitve>svg {
    transform: rotate(90deg);
}

.offerlist__item {
    background-color: #fff;
    border: 1px solid #000;
    display: none;
}
.offerlist__item-wrapper {
    align-items: center;
}
.offerlist__item-title {
    max-width: 360px;
    flex: 0 0 360px;
    padding: 60px 40px 60px 40px;
}
.offerlist__item-title h3 {
    font-size: 1.3rem;
    line-height: 130%;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0;
    text-transform: uppercase;
}
.offerlist__item-title a:hover {
    color: var(--color-main);
}
.offerlist__list {
    max-width: calc(100% - 360px);
    flex: 0 0 calc(100% - 360px);
    padding: 60px 40px 60px 60px;
    border-left: 1px solid #000;
}
.offerlist__list-title {
    display: block;
    font-size: 1.25rem;
    line-height: 110%;
    margin-bottom: 30px;
    letter-spacing: .5px;
    font-weight: 700;
}
.offerlist__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 60px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.offerlist__list li {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
}
.offerlist__list li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    letter-spacing: .5px;
}
.offerlist__list li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: .3s;
}
.offerlist__list li a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
    transition: .3s;
}
.offerlist__list li a:hover:before {
    border-radius: 0;
    transform: translateY(-50%) rotate(125deg);
}
.offerlist__list li a:hover:after {
    width: 100%;
}


.offerlist__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:start;    
}
.offerlist__bottom>svg {
    width: 100%;
    opacity: .5;
    height: auto;
    margin-top: 60px;
    filter: brightness(0) invert(1);
}
/*  */
.offerpost {
    align-items: flex-start;
    justify-content: flex-start;
}
.offerpost__items {
    padding-top: 40px;
}
.offerpost__heading h1 {
    margin-bottom: 20px;
}
.offerpost__item>svg {
    position: absolute;
    width: 90vw;
    right: 0;
    height: auto;
    z-index: 1;
    top: 30px;
    opacity: .15;
}

.offerpost__heading-desc {
    text-align: justify;
    letter-spacing: var(--spacing);
    max-width: 100%;
    width: 1000px;
    margin-left: auto;
    padding-right: clamp(0px, 4vw, 111px);
}

.offerpost__nav {
    display: flex;
    flex-wrap: wrap;
}
.offerpost__nav-item {
    display: inline-block;
    text-align: center;
    font-size: .9rem;
    line-height: 130%;
    border: none;
    padding: 0 20px;
    margin-bottom: 10px;
    background-color: transparent;
    cursor: pointer;
    transition: .3s;
}
.offerpost__nav-item:not(:last-child) {
    border-right: 1px solid #000;
}

.offerpost__item {
    padding-bottom: 45px;
    padding-top: 55px;
    overflow-y: clip;
    position: relative;
}
.offerpost__item>img {
    position: absolute;
    height: 250%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.offerpost__item-wrapper {
    gap: 20px 60px;
}
.offerpost__item-wrapper>figure,
.offerpost__item-wrapper>div {
    max-width: 100%;
    flex: 0 0 calc(50% - 30px);
}
.offerpost__item-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: clamp(20px, 2vw, 38px);
    line-height: 120%;
    font-weight: 600;
    color: var(--txt-color);
    margin-bottom: 30px;
    position: relative;
}
.offerpost__item:nth-child(even) .offerpost__item-title {
    color: var(--color-main);
}
.offerpost__item-title>svg {
    width: 20px;
    min-width: 20px;
    height: auto;
    margin-right: 20px;
    position: relative;
    top: clamp(3px, .5vw, 11px);
}
.offerpost__item:nth-child(even) .offerpost__item-title svg path {
    fill: var(--color-main);
}
.offerpost__item-txt {
    text-align: justify;
    letter-spacing: var(--spacing);
}
.offerpost__item-txt a {
    font-weight: 500;
    text-decoration: underline;
}

/*  */
.faqinfo__box {
    padding-top: 20px;
    border-top: 1px solid #000;
}
.faqinfo__box-title {
    padding: 0;
    padding-bottom: 20px;
    font-size: 1.1rem;
    line-height: 120%;
    font-weight: 600;
    padding-bottom: 20px;
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.faqinfo__box-title svg {
    width: 21px;
    min-width: 21px;
    height: auto;
    position: relative;
    top: 1px;
    margin-right: 15px;
    transition: .3s;
}
.faqinfo__box-title.active svg {
    transform: rotate(180deg);
}
.faqinfo__box-txt {
    display: none;
    padding-left: 40px;
    padding-bottom: 10px;
}
.faqinfo__box-txt * {
    margin-top: 0;
}


@media(max-width: 1340px) {
    .offerlist__item-title {
        max-width: 280px;
        flex: 0 0 280px;
    }
    .offerlist__list {
        max-width: calc(100% - 280px);
        flex: 0 0 calc(100% - 280px);
    }

    .offerpost__heading-desc {
        padding-right: 0;
    }
    .offerpost__item-title>svg {
        width: 16px;
        min-width: 16px;
    }
}

@media(max-width: 992px) {
    .offerlist__nav ul {
        gap: 10px 40px;
    }
    .offerlist__nav ul li {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }

    .offerlist__item {
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .offerlist__item-title {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 30px 15px 30px 15px;
        text-align: center;
    }
    .offerlist__list {
        max-width: 100%;
        flex: 0 0 100%;
        border: none;
        padding: 0 15px;
    }
    .offerlist__list-title {
        font-size: .85rem;
        line-height: 100%;
        text-align: center;
        font-weight: 400;
    }

}

@media(max-width: 767px) {
    .offerlist__nav ul {
        gap: 5px 0;
    }
    .offerlist__nav ul li {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .offerlist__nav-item {
        padding: 10px;
    }

    .offerlist__list ul {
        gap: 10px 0;
    }
    .offerlist__list ul li {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .offerlist__list ul li a {
        font-size: .9rem;
        line-height: 130%;
    }

    .offerpost__item-title>svg {
        width: 12px;
        min-width: 12px;
        margin-right: 10px;
        top: 5px;
    }

    .offerpost__item-wrapper>figure,
    .offerpost__item-wrapper>div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /*  */
    .faqinfo__box-title svg {
        width: 10px;
        margin-right: 15px;
        top: 0;
    }
    .faqinfo__box {
        padding-top: 15px;
        padding-left: 0;
    }
    .faqinfo__box-title {
        padding-bottom: 15px;
    }
    .faqinfo__box-txt {
        padding-left: 0;
        font-size: .9rem;
        line-height: 140%;
    }
}