.banner {
    color: #fff;
    text-decoration: none;
}

.banner:hover,
.banner:focus,
.banner:active {
    color: #fff;
    text-decoration: none;
}

.banner_type_simple .banner__content {
    display: none;
}

.banner_type_simple .banner__illustration {
    position: static;
}

.banner_type_simple .banner__illustration:before {
    position: static;
    display: block;
    width: 100%;
    padding: 38.41% 0 0;
    background: transparent;
}

@media only screen and (min-width: 1025px) {
    .banner_type_simple .banner__illustration:before {
        padding: 26.04% 0 0;
    }
}

.banner_type_simple .banner__image {
    max-width: 100%;
    min-width: 0;
    max-height: 100%;
    min-height: 0;
    width: 100%;
    height: 100%;
}

.banner_type_transforming .banner__title, .banner_type_transforming .banner__fields {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .banner_type_transforming .banner__title, .banner_type_transforming .banner__fields {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_type_transforming .banner__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_type_transforming .banner__controls {
        padding: 0;
    }
}

.banner_type_transforming .banner__button {
    position: static;
    opacity: 0;
}

@media only screen and (min-width: 1025px) {
    .banner_type_transforming .banner__button {
        position: relative;
        opacity: 1;
    }
}

.banner_type_transforming .banner__button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0;
    background: transparent;
}

@media only screen and (min-width: 1025px) {
    .banner_type_transforming .banner__button:before {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .banner_type_transforming .banner__illustration {
        position: static;
    }

    .banner_type_transforming .banner__illustration:before {
        position: static;
        display: block;
        width: 100%;
        padding: 38.41% 0 0;
        background: transparent;
    }

    .banner_type_transforming .banner__image_type_mobile {
        max-width: 100%;
        min-width: 0;
        max-height: 100%;
        min-height: 0;
    }
}

.banner-carousel__navigation {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .banner-carousel__navigation {
        display: block;
    }

    .banner-carousel__arrow {
        opacity: 0;
        transition: opacity .3s ease;
    }

    .banner-carousel:hover .banner-carousel__arrow {
        opacity: 1;
    }
}

.banner-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    color: #999;
    font-size: 0;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    transform: translate(0, -50%);
    transition: all .3s ease;
}


.banner-carousel__arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.banner-carousel__arrow:hover {
    color: #fff;
    background-color: #a01602;
}

.banner-carousel__arrow_type_prev {
    left: 25px;
}

.banner-carousel__arrow_type_prev:before {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.banner-carousel__arrow_type_next {
    right: 25px;
}

.banner-carousel__arrow_type_next:before {
    transform: translate(-75%, -50%) rotate(45deg);
}

.banner-carousel .banner-carousel__slide {
    height: auto;
}

.banner-carousel .banner {
    height: 100%;
    background: #fff;
}

.banner_align_left,
.banner_align_left .banner__title,
.banner_align_left .title,
.banner_align_left .banner__controls {
    text-align: left;
}

.banner_align_left .banner__fields {
    margin: 0 auto 0 0;
}

.banner_align_center,
.banner_align_center .banner__title,
.banner_align_center .title,
.banner_align_center .banner__controls {
    text-align: center;
}

.banner_align_center .banner__fields {
    margin: 0 auto;
}

.banner_align_right,
.banner_align_right .banner__title,
.banner_align_right .title,
.banner_align_right .banner__controls {
    text-align: right;
}

.banner_align_right .banner__fields {
    margin: 0 0 0 auto;
}
