.header {
    z-index: 100
}

.logo_header {
    color: #fff;
    white-space: nowrap;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: initial;
    width: auto
}

.logo_header-image {
    height: 100%;
    margin-right: 20px
}

.logo_header-image img {
    height: 100%;
    width: auto
}

.logo {
    background-position: left center !important
}

.logo_header:hover {
    color: #fff
}

.header__info {
    width: initial;
    width: auto
}

.header__contact {
    width: initial;
    width: auto
}

.header__contact a {
    margin-right: 20px
}

@media screen and (max-width: 660px) {
    .logo_header {
        font-size: 0
    }
}

.re-banner {
    min-height: 100vh;
    height: 100vh;
    background: #140b4f;
    color: #fff;
    display: flex
}

.re-banner__slider {
    width: 100%;
    position: relative
}

.re-banner__slider .swiper-container {
    width: 100%;
    height: 100%;
    display: flex
}

.re-banner__slider .swiper-wrapper {
    width: 100%;
    height: 100%
}

.re-banner__slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    padding: 15% 9% 0;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    position: relative
}

.re-banner__slide:after {
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.re-banner__slide > div {
    position: relative;
    z-index: 20
}

.re-banner__slide-title {
    font-family: Fira;
    font-weight: 700;
    font-size: 3.2vw;
    max-width: 805px;
    margin-bottom: 4.8vw
}

.re-banner__slide-button a {
    display: inline-block;
    min-width: 20vw;
    height: 4.8vw;
    font-size: 1.2vw;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background: #FFC300;
    color: #19134F;
    transition: background .3s
}

.re-banner__slide-button a:hover {
    background: #FFDA60
}

.re-banner__slider .swiper-button-prev {
    position: absolute;
    bottom: 20%;
    right: 10%;
    left: initial;
    left: auto;
    top: initial;
    top: auto;
    transform: translate(-150%, 0) rotate(180deg);
    width: 72px;
    height: 72px;
    background: url(../img/slide-arr.png) center center no-repeat;
    background-size: contain;
    opacity: .3;
    transition: opacity .3s
}

.re-banner__slider .swiper-button-next {
    position: absolute;
    bottom: 20%;
    right: 10%;
    left: initial;
    left: auto;
    top: initial;
    top: auto;
    width: 72px;
    height: 72px;
    background: url(../img/slide-arr.png) center center no-repeat;
    background-size: contain;
    opacity: .3;
    transition: opacity .3s
}

.re-banner__slider .swiper-button-prev:hover, .re-banner__slider .swiper-button-next:hover {
    opacity: 1
}

.re-banner__slider .swiper-container-horizontal > .swiper-pagination-bullets {
    width: initial;
    display: inline-block;
    position: absolute;
    bottom: initial;
    right: initial;
    left: 9%;
    top: 20%;
    text-align: left
}

.re-banner__slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 0;
    background: #fff;
    height: 8px;
    width: 35px;
    transform: skewX(-45deg)
}

.re-banner__slider .swiper-pagination-bullet-active {
    background: #FFC300 !important
}

.about {
    padding-top: 0;
    padding-bottom: 0;
    margin: 80px 0
}

.about:before {
    height: 100%
}

.wrapper_about {
    padding-top: 50px;
    padding-bottom: 50px
}

.about::after {
    top: 0;
    opacity: .3
}

.re-distrib {
    padding: 8.5vw 10% 7vw;
    background: #140b4f;
    margin-top: 72px;
    position: relative
}

.re-distrib > div {
    position: relative;
    z-index: 20
}

.re-distrib__title {
    text-align: center;
    color: #fff;
    font-family: Fira;
    font-size: 2.4vw;
    font-weight: 700;
    margin-bottom: 3.2vw
}

.re-distrib__category {
    text-align: center
}

.re-distrib__category-item {
    color: #787997;
    padding: 7px 40px 5px 15px;
    background-color: #f0f0fa;
    background-size: 14px;
    background-position: 80% center;
    background-repeat: no-repeat;
    font-size: 1.1vw;
    border-radius: 150px;
    display: inline-block;
    position: relative;
    margin: 0 10px
}

.re-distrib:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/re-mask-2.png) left bottom no-repeat;
    background-size: cover
}

.re-distrib__category-item img {
    width: .9vw;
    height: .9vw;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 10
}

.catalog--theme {
    background: #F0F0FA
}

.re-service__box {
    border: 1px solid #f0f0fa;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: hidden
}

.re-service__box-info {
    padding: 3.5vw;
    width: 50%;
    min-height: 20vw;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    z-index: 10
}

.re-service__box-info::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 120%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50px;
    transform: skewX(-12deg)
}

.re-service__box-info > div {
    position: relative;
    z-index: 20
}

.re-service__box-image {
    width: 50%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative
}

.re-service__box-info-icon {
    margin-bottom: 30px
}

.re-service__box-info-title {
    color: #19134F;
    font-size: 28px;
    font-family: Fira;
    font-weight: 700;
    margin-bottom: 27px
}

.re-service__box-info-text {
    color: #19134F;
    font-size: 20px;
    line-height: 32px;
    font-family: Fira
}

.re-service__box-info-button {
    position: absolute;
    bottom: 80px;
    right: 80px;
    display: inline-block;
    min-width: 14vw;
    min-height: 3.8vw;
    height: 3.8vw;
    font-size: 1.1vw;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 50px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background: #FFC300;
    color: #19134F;
    transition: background .3s
}

.re-service__box-info-button:hover {
    background: #FFDA60;
    color: #19134F
}

.footer__logo-text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 28px
}

@media screen and (max-width: 1240px) {
    .about__text {
        padding-left: 30px
    }

    .re-service__box-info-button {
        font-size: 18px;
        min-width: 150px;
        min-height: 40px
    }
}

@media screen and (max-width: 920px) {
    .re-banner__slide-title {
        font-size: 32px
    }

    .re-banner__slide-button a {
        min-width: 180px;
        min-height: 50px;
        font-size: 16px
    }

    .about__text {
        padding-left: 0
    }

    .re-distrib__title {
        font-size: 28px;
        margin-bottom: 40px
    }

    .re-distrib__category-item {
        font-size: 14px
    }

    .re-distrib__category-item img {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 768px) {
    .re-banner__slide-title {
        font-size: 26px
    }

    .about__video {
        width: 100%;
        position: relative;
        padding-bottom: 56%
    }

    .about__video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .re-distrib__title {
        font-size: 25px
    }

    .re-service__box {
        flex-direction: column-reverse;
        height: initial
    }

    .re-service__box-info {
        width: 100%
    }

    .re-service__box-info:before {
        display: none
    }

    .re-service__box-image {
        width: 100%;
        height: 300px
    }

    .re-service__box-info-button {
        bottom: 30px;
        right: 50%;
        transform: translate(50%, 0)
    }
}

@media (max-width: 600px) {
    .re-service__box-info-title {
        font-size: 25px;
        line-height: 38px;
        margin-bottom: 15px
    }

    .re-service__box-info-text {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 460px) {
    .re-distrib__category {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }

    .re-distrib__category-item {
        margin-bottom: 30px
    }
}

.catalog__slider-wrap {
    background: #fff
}

.catalog {
    margin-bottom: 50px
}

.nav-card {
    border-bottom: 1px solid #DFDFE8;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 20px
}

.nav-card__container {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center
}

.nav-card__item {
    margin: 0 48px
}

.nav-card__link {
    display: block;
    padding: 20px 5px;
    color: #19134F;
    font-family: Fira, sans-serif;
    position: relative;
    font-size: 20px;
    transition: .15s
}

.nav-card__link:hover {
    color: #661996
}

.nav-card__link:after {
    content: " ";
    width: 100%;
    height: 0;
    background: #661996;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .15s
}

.nav-card__link:hover:after {
    height: 4px
}

.re-card-description__container {
    padding: 49px 0
}

.re-card-description__text {
    color: #661996;
    font-family: Fira, sans-serif;
    font-size: 24px;
    line-height: 40px
}

.re-card-video {
    margin-bottom: 50px
}

.re-card-video__container {
    width: 100%;
    position: relative;
    padding-top: 56%;
    border-radius: 10px;
    overflow: hidden
}

.re-card-video__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.re-card-download {
    display: block
}

.re-card-download h2 {
    margin-bottom: 32px
}

.re-card-download__container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.re-card-download__link {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    background: #F0F0FA;
    padding: 26px 24px 15px;
    transition: .3s
}

.re-card-download__link:hover {
    background: #DADAE2
}

.re-card-download__link:nth-child(3n) {
    margin-right: 0
}

.re-card-download__icon {
    margin-right: 18px
}

.re-card-download__title {
    color: #661996;
    font-size: 16px;
    line-height: 22px;
    font-family: Fira, sans-serif
}

@media screen and (max-width: 980px) {
    .re-card-download__link, .re-card-download__link:nth-child(3n) {
        width: 49%;
        margin-right: 2%
    }

    .re-card-download__link:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 720px) {
    .re-card-download__link, .re-card-download__link:nth-child(3n), .re-card-download__link:nth-child(2n) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
}

.re-card-review {
    margin: 80px auto
}

.re-card-review__container {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start
}

.re-card-review__info {
    width: 50%;
    padding-right: 50px
}

.re-card-review__image {
    width: 50%;
    position: relative;
    text-align: right
}

.re-card-review__image img {
    max-width: 100%;
    height: auto
}

.re-card-review__title {
    margin-bottom: 45px
}

.re-card-review__text {
    margin-bottom: 47px
}

.re-card-review__button {
    display: inline-block;
    min-width: 14vw;
    min-height: 3.8vw;
    height: 3.8vw;
    font-size: 1.1vw;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    background: #FFC300;
    color: #19134F;
    transition: background .3s
}

.re-card-review__button:hover {
    background: #FFDA60;
    color: #19134F
}

@media screen and (max-width: 980px) {
    .main.main_product .novelty__title {
        font-size: 24px
    }
}

@media screen and (max-width: 768px) {
    .re-card-review__button {
        min-width: 150px;
        min-height: 40px;
        height: 40px;
        font-size: 18px
    }

    .re-card-review__container {
        flex-direction: column-reverse
    }

    .re-card-review__info, .re-card-review__image {
        width: 100%;
        padding-right: 0
    }

    .re-card-review__image {
        margin-bottom: 40px;
        text-align: left
    }

    .re-card-review__title {
        margin-bottom: 20px
    }

    .re-card-description__text {
        font-size: 18px;
        line-height: 30px
    }

    .nav-card__item {
        width: 50%;
        margin: 0;
        text-align: center
    }

    .re-card-review {
        margin: 40px auto
    }
}

.product_detail {
    margin-bottom: 30px;
}

.nav-card {
    width: 100%;
}