/*------------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: 0 0 21px;
}
.hero-unit__back-wrap {
    margin-bottom: 12px;
}
/*.hero-unit__amount:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -3px;*/
/*    right: 0;*/
/*    height: calc(100% + 4px);*/
/*    width: 1px;*/
/*    background: #9f9f9f;*/
/*    opacity: 0.8;*/
/*}*/
.hero-unit__desc-item {
    border-radius: 40px;
    padding: 2px 19px;
    border: 1px solid;
    margin-bottom: 10px;
}
.hero-unit__desc-item:not(:last-child) {
    margin-right: 10px;
}
.hero-unit__list li {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 4px;
}
.hero-unit__desc {
    margin-bottom: 49px;
}
.hero-unit__title {
    margin-bottom: 14px;
    max-width: 400px;
    text-transform: initial;
    letter-spacing: 0.04em;
}
.hero-unit__desc-item-text {
    margin-right: 8px;
}
.hero-unit__list {
    max-width: 460px;
    margin-bottom: 33px;
    padding-left: 21px;
}
.hero-unit__btns {
    margin-bottom: 16px;
}
.hero-unit__btn {
    min-width: 0;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-family: var(--body-ff);
    font-size: var(--fz-large);
}
.hero-unit__btn-second {
    background: none;
    border: none;
    color: var(--3-color);
    padding: 11px 0;
}
.hero-unit__btn-second:after {
    content: none;
}
.hero-unit__btn-second:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: transparent;
}
.hero-unit__download-icon {
    margin-right: 5px;
}
.hero-unit__pic-slider__btn-wrap {
    padding-top: 20px;
    padding-right: 10px;
}
.hero-unit__pic-slider {
    height: 460px;
    margin-bottom: 12px;
}
.hero-unit__pic-slider-thumbs {
    height: 110px;
    overflow: visible;
    padding-bottom: 20px;
}
.hero-unit__pic-slider img,
.hero-unit__pic-slider-thumbs img {
    border-radius: 2px;
}
.hero-unit__pic-slider-thumbs .swiper-slide {
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.hero-unit__pic-slider-thumbs .swiper-slide-thumb-active {
    -webkit-box-shadow: 0 7px 11px 0px var(--1-color-20);
    box-shadow: 0 7px 11px 0px var(--1-color-20);
}
.link-w-arrow {
    color: currentColor;
    text-decoration: none;
    font-size: 18px;
}
.link-w-arrow__arrow {
    margin-right: 20px;
}
.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 {
    -webkit-transform: rotate(180deg) translateX(100%);
    -ms-transform: rotate(180deg) translateX(100%);
    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(--5-color);
    color: var(--2-color);
}
.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: var(--5-color);
    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 {
    margin-bottom: 18px;
    letter-spacing: -0.014em;
}
.hero-unit__download {
    text-decoration: underline !important;
    background: none;
}
.hero-unit__download:hover {
    text-decoration: none !important;
}
.hero-unit__container-wrap {
    border-radius: 10px;
    background: var(--white-color);
    padding: 74px 0 30px;
}
.hero-unit__link-back-arrow {
    transform: rotate(180deg);
    margin-right: 8px;
    transition: transform var(--animation-primary);
    position: relative;
    top: -2px;
}
.hero-unit__link-back:hover .hero-unit__link-back-arrow {
    transform: translateX(-5px) rotate(180deg);
}
.hero-unit__title {
    font-size: calc(var(--1-rem) * 2.625);
    letter-spacing: var(--0-ls);
}
.hero-unit__info-list-item {
    border-bottom: 1px solid var(--1-color-30);
    padding: 8px 0 7px;
}
.hero-unit__info-list-item:first-child {
    border-top: 1px solid var(--1-color-30);
}
.hero-unit__info-list {
    margin-bottom: 30px;
}
.hero-unit__list-heading {
    font-size: calc(var(--1-rem) * 1.5);
    margin-bottom: 4px;
}
@media (min-width: 576px) {
    .hero-unit__container {
        padding: 0 20px;
    }
}
@media (min-width: 992px) {
    .hero-unit__content,
    .hero-unit__pic-wrap {
        width: 55.2%;
    }
    .hero-unit__content {
        width: 44.8%;
        padding-left: 50px;
    }
}
@media (min-width: 1200px) {
    .hero-unit__content {
        padding-left: 30px;
    }
    .hero-unit__list li {
        flex: 0 0 auto;
        width: 50%;
    }
    .hero-unit__info-list-item div:first-child {
        width: 41.5%;
    }
}
@media (min-width: 1440px) {
    .hero-unit__content {
        padding: 5px 0 0 51px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hero-unit__btns a {
        width: 100% !important;
        text-align: center;
    }
    .hero-unit__btns a:first-child {
        margin-bottom: 10px;
    }
}
@media (max-width: 1199px) {
    .hero-unit__pic-slider {
        height: 260px;
    }
}
@media (max-width: 991px) {
    .hero-unit__pic-wrap {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .hero-unit__btns a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100% !important;
    }
    .hero-unit__btns a:first-child {
        margin-bottom: 30px;
    }
    .hero-unit__main-title {
        font-size: calc(var(--1-rem) * 2.125)
    }
    .hero-unit__desc {
        margin-bottom: 30px;
    }
}
/*-----------------------------------------*/