/*------------UNIT PAGE CSS STYLE-----------------*/
.arrow-wrap {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.arrow-wrap svg {
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.hero-unit {
    padding: 130px 0 50px;
}
.hero-unit__back-wrap {
    margin-bottom: 40px;
}
.hero-unit__amount {
    padding-right: 9px;
    margin-right: 4px;
    padding-left: 4px;
}
.hero-unit__amount:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    height: calc(100% + 4px);
    width: 1px;
    background: #9f9f9f;
    opacity: 0.8;
}
.hero-unit__amount,
.hero-unit__txt,
.hero-unit__amount:after {
    opacity: .7;
}
.hero-unit__list li:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: .2;
}
.hero-unit__list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.hero-unit__desc {
    margin-bottom: 50px;
}
.hero-unit__title {
    margin-bottom: 15px;
}
.hero-unit__list,
.hero-unit__btns {
    margin-bottom: 30px;
}
.hero-unit__btns a {
    flex: 0 0 auto;
    width: calc(50% - 15px);
}
.hero-unit__btns .btn__txt {
    min-width: 0;
    width: 100%;
}
.hero-unit__pic-slider__btn-wrap {
    padding-top: 20px;
    padding-right: 10px;
}
.link-w-arrow {
    color: currentColor;
    text-decoration: none;
}
.arrow-wrap {
    width: 44px;
    height: 19px;
    border: 1px solid currentColor;
    border-radius: 20px;
    margin-left: 8px;
    color: currentColor;
    position: relative;
    top: -1px;
}
.link-w-arrow--reverse .arrow-wrap {
    transform: rotate(180deg) translateX(100%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    margin-left: 0;
    margin-right: 8px;
}
.swiper-style-arrow .arrow-wrap:hover,
.link-w-arrow:hover .arrow-wrap {
    background: var(--link-bg-3);
    color: #e8e7dd;
}
.swiper-style-arrow .arrow-wrap:hover,
.link-w-arrow:hover .arrow-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}
.link-w-arrow--reverse:hover .arrow-wrap {
    -webkit-transform: scale(1.1) rotate(180deg) translateX(100%);
    -ms-transform: scale(1.1) rotate(180deg) translateX(100%);
    transform: scale(1.1) rotate(180deg) translateX(100%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.swiper-style-arrow .arrow-wrap:hover svg,
.link-w-arrow:hover .arrow-wrap svg {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}
.link-w-arrow:hover {
    color: currentColor;
    text-decoration: none;
    background: none;
}
.swiper-style-arrow .arrow-wrap {
    width: 63px;
    height: 27px;
    margin: 0;
    top: 0;
}
.swiper-style-arrow .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-style-arrow .swiper-button-next:after,
.swiper-style-arrow .swiper-button-prev:after{
    content: none;
}
.swiper-style-arrow .swiper-button-next,
.swiper-style-arrow .swiper-button-prev {
    position: relative;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    color: inherit;
}
.swiper-style-arrow .swiper-button-next {
    margin-left: 22px;
}
.hero-unit__main-title {
    font-size: calc(var(--1-rem) * 3)
}
@media (min-width: 992px) {
    .hero-unit__pic-wrap {
        max-width: 50%;
    }
    .hero-unit__content {
        width: 100%;
        max-width: 520px;
        padding-left: 50px;
    }
}
@media (min-width: 1200px) {
    .hero-unit__content {
        padding-left: 121px;
    }
    .hero-unit__list li {
        padding-bottom: 13px;
        margin-bottom: 16px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .hero-unit__pic-slider {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .hero-unit__btns a {
        flex: 0 0 auto;
        width: 100%;
    }
    .hero-unit__btns a:first-child {
        margin-bottom: 30px;
    }
    .hero-unit__main-title {
        font-size: calc(var(--1-rem) * 2.125)
    }
}
/*-----------------------------------------*/