.advance-item {
    height: 100%;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: 1rem;
    background-color: #212024;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.advance {
    background-color: var(--color__fill-4);
    overflow: hidden;
    position: relative;
    z-index: 0;

}
.advance-item__tumb .svg{
    width: 3rem;
    height: 3rem;
    background-color: #D49C5F;
}

.advance-item__label {
    color: #FFF;
    margin-top: .75rem;
    font-weight: 600;
    /*word-break: break-all;*/
}

.advance-item__img {
    height: 3.5rem;
}

.advance__desc {
    display: none;
}

@media screen and (min-width: 768px) {  

.advance__desc {
    /* display: block; */
}
.advance {
    background-color: white;
}
.advance__head {
    width: var(--col-4);
    max-width: var(--col-4);
    margin-bottom: 0 !important;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    /* background-color: white; */
    padding-left: 2rem;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.advance__wrap {}

.advance__wrap .type-carusel {
    align-items: stretch;
    display: flex;
}

.advance__carusel-item {
    /* flex: 1; */
    /* overflow: hidden; */
    /* padding-top: 1.5rem; */
    /* padding-bottom: 1.5rem; */
    /* width: var(--col-8); */
    /* max-width: var(--col-8); */
    /* padding-top: 2rem !important; */
    /* padding-bottom: 2rem !important; */
}

.advance__wrap .type-carusel__nav {
    display: block;
    width: 100%;
}

.advance {
    padding: 0 !important;
    overflow: hidden;
    /* padding: 2rem 0 !important; */
}

.advance__carusel-item {
    /* padding-top: 2rem; */
    /* padding-bottom: 2rem; */
}

.advance__carusel-item .swiper-slide {
    transition: all ease .24s;
    opacity: 0;
}

.advance__carusel-item .swiper-slide.swiper-slide.swiper-slide-active, .advance__carusel-item .swiper-slide.swiper-slide.swiper-slide-next, .advance__carusel-item .swiper-slide.swiper-slide.swiper-slide-next + div, .advance__carusel-item .swiper-slide.swiper-slide.swiper-slide-next + div + div {
    opacity: 1;
}
.advance-item {
    min-height: 12rem;
}
.advance__desc {
    opacity: .7;
}
.type-carusel__nav-arrow {
    width: 3rem;
    height: 1rem;
    display: flex;
    background-size: contain;
    margin-right: .5rem;
    opacity: .24 !important;
    transition: all ease .24s;
    cursor: pointer;
}

.advance__wrap .type-carusel__nav .type-carusel__pagination {
    display: none;
}

.advance__wrap .type-carusel__nav .type-carusel__nav-arrows {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.type-carusel__nav-arrow.swiper-button-next.--svg__type-carusel-arrow--right {}

.type-carusel__nav-arrow.swiper-button-disabled {
    opacity: .24 !important;
}
.type-carusel__nav-arrow:hover {
    opacity: 1 !important;
}
.sale-carusel .type-carusel {
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: stretch; */
}
.--section-page.--about-page .advance {
    width: var(--col-6);
    overflow: unset;
}

.--section-page.--about-page .advance .advance__head {
    width: 100% !important;
    max-width: 100% !important;
    padding: 2rem !important;
}
.--section-page.--about-page .advance__carusel-item {
    flex: unset;
    width: 100% !important;
    max-width: 100% !important;
    padding: 2rem !important;
}

.--section-page.--about-page {}

.--section-page.--about-page .type-carusel {
    flex-wrap: wrap;
}
.--section-page.--about-page .type-carusel__nav-arrows {
    display: none;
}

.--section-page.--about-page .advance .type-carusel__pagination {
    display: block;
    position: absolute;
    right: 1rem;
    top: 2.25rem;
}
.--section-page.--about-page .advance .type-carusel__btn {
    top: unset;
    bottom: 6rem;
}

.--service-page .advance .advance__head {
    width: 100% !important;
    max-width: 100% !important;
    padding: 2rem !important;
}
.--service-page .advance .type-carusel__pagination {
    display: block;
    position: absolute;
    right: 1rem;
    top: 2.25rem;
}
.--service-page .type-carusel__nav-arrows {
    display: none;
}
.--service-page .advance__carusel-item {
    flex: unset;
    width: 100% !important;
    max-width: 100% !important;
    padding: 2rem !important;
    padding-top: 0 !important;
}

.advance-steps {background-color: var(--color__fill-4);background-position: center;background-size: cover;border-radius: 1rem;}
 

.advance-steps__content {
}
 
.advance-steps__title {
}
 
.advance-steps__items {
}
 
.advance-steps__item {background-color: white;border-radius: .75rem;}
.advance-steps__item-head {cursor: pointer;}
 
.advance-steps__item-head-name {font-weight: 600;transition: all ease.24s;}
 
.advance-steps__item-head-arrow {width: 1.5rem;height: 1.5rem;display: flex;justify-content: center;align-items: center;transition: all ease .24s;}
.advance-steps__item-head-arrow-line {width: .875rem;height: .875rem;border-left: .175rem solid var(--color__fill-1);border-bottom: .175rem solid var(--color__fill-1);display: block;transform-origin: center;transform: rotate(-45deg);top: -.125rem;position: relative;transition: all ease .24s;}
.advance-steps__item-desc {display: none;}

.advance-steps__item-head-name span {
    color: var(--color__fill-1);
    font-weight: bold;
}

.advance-steps__item-head-arrow:hover {}

.advance-steps__item-head-arrow:hover .advance-steps__item-head-arrow-line {border-color: var(--color__dark);}

.advance-steps__item-head-name:hover {
    color: var(--color__fill-1);
}

.advance-steps__item.is-open {}

.advance-steps__item.is-open .advance-steps__item-head-arrow {
    transform: rotate(180deg);
}







} 

@media (max-width:768px) {
    .advance-item{
        padding: 1.5rem .75rem;
    }
    .advance-item .advance-item__label{
        font-size: .65rem ;
    }
}