.offerlist {
    padding-right: 0 !important;
    align-items: flex-start;
    justify-content: flex-start;
}
.offerlist__items {
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar__parent {
    position: relative;
}
.sidebar__showmore {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}
.sidebar__showmore svg {
    width: 16px;
    height: auto;
    transition: .3s;
}
.sidebar__parent.active>a {
    font-weight: 600;
}
.sidebar__parent.active .sidebar__showmore svg {
    transform: rotate(180deg);
}
.sidebar__children li {
    margin: 0 !important;
}
.sidebar__children li a {
    padding: 0 !important;
}
.sidebar__children li a.active {
    font-weight: 600;
}

.offerlist__items {
    align-items: flex-start;
    justify-content: flex-start;
}
.offerlist__txt {
    margin-top: clamp(30px, 6vw, 160px);
}
.offerlist__img {
    padding: 0 0 0 15px;
}
.offerlist__img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/14;
    min-height: 100%;
}

.offerlist__content-txt {
    text-align: justify;
}

.offerlist__list-title {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 600;
}
.offerlist__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px
}
.offerlist__list ul li a {
    display: inline-block;
    font-size: .85rem;
    line-height: 120%;
    padding: 10px 10px 10px 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 500;
}
.offerlist__list ul li a:hover {
    background-color: #000;
    color: #fff;
}

/*  */
.offerpost {
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.offerpost__sign {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    filter: brightness(0);
    opacity: .04;
    z-index: 1;
}
.offerpost__heading h1 {
    margin-bottom: 0;
}
.offerpost__heading-subtitle {
    display: block;
    font-size: clamp(1rem, 1.8vw, 34px);
    line-height: 120%;
    margin-top: 5px;
}

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

.offerpost__item:nth-child(even) {
    background-color: var(--color-second);
}
.offerpost__item:not(:first-child) {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.offerpost__item-title {
    padding-left: 60px;
    display: block;
    font-size: clamp(20px, 1.5vw, 30px);
    line-height: 100%;
    font-weight: 700;
    color: var(--txt-color);
    margin-bottom: 30px;
    position: relative;
}
.offerpost__item-title:before {
    content: '';
    height: 1px;
    left: 0;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
}
.offerpost__item-txt {
    text-align: justify;
}
.offerpost__item-txt a {
    font-weight: 400;
    text-decoration: underline;
}
.offerpost__info-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.offerpost__info-item:not(:last-child) {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.offerpost__info-title {
    flex: 0 0 250px;
    max-width: 250px;
    display: inline-block;
    font-weight: 600;
}
.offerpost__info-txt {
    display: inline-block;
    padding-left: 40px;
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
}
.offerpost__info-txt a {
    text-decoration: underline;
    font-weight: 600;
}

.offerpost__info2-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.offerpost__info2-item:not(:last-child) {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.offerpost__info2-title {
    flex: 0 0 250px;
    max-width: 250px;
    display: inline-block;
    font-weight: 600;
}
.offerpost__info2-txt {
    display: inline-block;
    padding-left: 40px;
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
    display: flex;
}
.offerpost__info2-txt span {
    display: inline-block;
    width: 400px;
    padding: 0 15px;
}
.offerpost__info2-txt a {
    text-decoration: underline;
    font-weight: 600;
}

/*  */
.faqinfo__wrapper {
    max-width: 100%;
    width: 900px;
}
.faqinfo__box {
    padding: 0;
    padding-left: 20px;
    margin-top: 30px;
    position: relative;
}
.faqinfo__box:after {
    content: '';
    height: 1px;
    width: 90%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.faqinfo__box-title {
    border: none;
    padding: 20px 60px 20px 0;
    margin: 0;
    background-color: transparent;
    font-family: var(--font-main);
    font-size: 1rem;
    line-height: 120%;
    font-weight: 400;
    color: #000;
    transition: .3s;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: .3s;
}
.faqinfo__arrow {
    position: absolute;
    right: 20px;
    width: 25px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    padding-right: 5px;
    border-right: 1px solid #000;
}
.faqinfo__arrow svg {
    width: 100%;
    height: auto;
    transition: .3s;
    position: relative;
}
.faqinfo__box-title.active {
    font-weight: 600;
}
.faqinfo__box-title.active svg {
    transform: translateY(-50%) rotate(180deg);
    top: 3px;
}
.faqinfo__box-txt {
    font-size: .9rem;
    line-height: 150%;
    display: none;
    padding-bottom: 20px;
    font-weight: 200;
    padding-right: 40px;
    max-width: 100%;
    text-align: justify;
    width: 800px;
}
.faqinfo__box-txt a {
    font-weight: 600;
    text-decoration: underline;
}
/*  */
.effslider__tt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.effslider__tt>div {
    width: 600px;
    max-width: 100%;
}
.effslider__tt-items img {
    width: 100%;
}
.effslider__items {
    padding: 0 30px;
}
.effslider__item {
    padding: 0 15px;
}
.effslider__item img {
    transition: .3s;
    width: 100%;
}
.effslider__img:hover img {
    filter: grayscale(70%);
}
.effslider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border: 1px solid #000;
    width: 55px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
    background-image: url(../assets/arrow.svg);
    cursor: pointer;
    transition: .3s;
    z-index: 4;
}
.effslider .slick-arrow:hover {
    background-color: #fff;
}
.effslider .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: -60px;
}
.effslider .slick-next {
    right: -60px;
}
/*  */
.docslist__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.docslist__img {
    display: block;
}
.docslist__img img {
    width: 100%;
    aspect-ratio: 5/7;
    object-fit: cover;
    transition: .3s;
}
.docslist__img:hover img {
    filter: grayscale(80%);
}
.docslist__title {
    display: block;
    font-size: 1rem;
    line-height: 120%;
    margin: 15px 0 5px 0;
}
.docslist__short {
    display: block;
    font-size: .85rem;
    line-height: 130%;
    font-weight: 200;
}

@media(max-width: 1070px) {
    .offerpost__heading {
        text-align: center;
    }
}
@media(min-width: 993px) {
    .offerlist__content {
        padding-right: clamp(15px, 5vw, 120px);
    }
}
@media(max-width: 767px) {
    .offerlist__list ul  {
        gap: 10px;
    }
    /*  */
    .offerpost__nav {
        justify-content: center;
    }
    .offerpost__nav-item {
        font-size: 1rem;
        line-height: 110%;
        padding: 3px 15px;
    }

    .offerpost__item-title {
        margin-bottom: 20px;
    }
    /*  */
    .offerpost__info-title {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .offerpost__info-txt {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 5px 0 0 0;
    }
    /*  */
    .faqinfo__box {
        margin-top: 20px;
        padding-left: 5px;
    }
    .faqinfo__box:after {
        width: 90%;
    }
    .faqinfo__box:first-child {
        margin-top: 0;
    }
    .faqinfo__box-title {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 30px;
    }
    .faqinfo__arrow {
        width: 20px;
        right: 0;
    }
    .faqinfo__box-txt {
        padding-right: 0;
    }
    .faqinfo__box-txt * {
        margin-top: 0;
    }
    /*  */
    .effslider__items {
        padding: 0 15px;
    }
}
@media(max-width: 500px) {
    .docslist__items {
        padding: 0;
    }
    .docslist__item {
        padding: 0 3px;
        margin-top: 20px !important;
    }
    .docslist__title {
        font-size: .85rem;
        line-height: 110%;
    }
    .docslist__short {
        font-size: .55rem;
        line-height: 110%;
    }
}