/*------------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: 33px 0 106px;
}
.hero-unit__back-wrap {
    margin-bottom: 20px;
}
/*.hero-unit__amount:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -3px;*/
/*    right: 0;*/
/*    height: calc(100% + 4px);*/
/*    width: 1px;*/
/*    background: #9f9f9f;*/
/*    opacity: 0.8;*/
/*}*/
.hero-unit__list li:not(:last-child):after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
}
.hero-unit__amount {
    margin-left: 12px;
}
.hero-unit__desc-item {
    border-radius: 40px;
    padding: 2px 20px;
    background: var(--1-color);
    color: var(--2-color);
}
.hero-unit__desc-item:not(:last-child) {
    margin-right: 10px;
}
.hero-unit__list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.hero-unit__desc {
    margin-bottom: 64px;
}
.hero-unit__title {
    margin-bottom: 12px;
    max-width: 400px;
}
.hero-unit__desc-item-text {
    margin-right: 8px;
}
.hero-unit__list {
    max-width: 421px;
    margin-bottom: 21px;
}
.hero-unit__btns {
    margin-bottom: 39px;
}
.hero-unit__btns a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% + 13px);
    min-width: 0;
}
.hero-unit__btns a:first-child {
    width: calc(50% - 49px);
}
.hero-unit__btn-second {
    background: none;
    border: none;
    color: var(--1-color);
    padding: 11px 0;
    text-align: left;
}
.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: 4px;
}
.hero-unit__pic-slider__btn-wrap {
    padding-top: 20px;
    padding-right: 10px;
}
.hero-unit__pic-slider {
    height: 578px;
    margin-bottom: 12px;
}
.hero-unit__pic-slider-thumbs {
    height: 170px;
    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: rgba(0, 0, 0, 0.6) 4px 3px 13px 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 4px 3px 13px 0px;
}
.link-w-arrow {
    color: currentColor;
    text-decoration: none;
}
.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: 30px;
}
.hero-unit__download {
    text-decoration: underline !important;
    background: none;
}
.hero-unit__download:hover {
    text-decoration: none !important;
}
@media (min-width: 992px) {
    .hero-unit__content,
    .hero-unit__pic-wrap {
        width: 58%;
    }
    .hero-unit__content {
        width: 42%;
        padding-left: 50px;
    }
}
@media (min-width: 1200px) {
    .hero-unit__content {
        padding-left: 30px;
    }
    .hero-unit__list li {
        padding-bottom: 25px;
        margin-bottom: 23px;
    }
    .hero-unit__pic-wrap {
        padding-top: 10px;
    }
}
@media (min-width: 1440px) {
    .hero-unit__content {
        padding-left: 73px;
        padding-right: 30px;
    }
}
@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: 400px;
    }
}
@media (max-width: 991px) {
    .hero-unit__pic-wrap {
        margin-bottom: 30px;
    }
    .hero-unit {
        padding: 30px 0 50px;
    }
}
@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;
    }
}
/*-----------------------------------------*/