.carousel_home {
    padding: 0 !important;
}
.carousel_home .carousel__item {
    position: relative;
    height: 445px;
    background: no-repeat center bottom;
}
.carousel_home .carousel__control {
    top: 28px;
}
.carousel_home .carousel__control_next,
.carousel_home .carousel__control_prev {
    transition: opacity 0.2s ease-out;
}
.carousel_home .carousel__control_prev {
    margin-left: -650px;
}
.carousel_home .carousel__control_next {
    margin-right: -650px;
}
.slider-film {
    white-space: nowrap;
    transform: matrix(1, 0, 0, 1, -2065, 0);
}
.slider-film__frame {
    box-sizing: border-box;
    display: inline-block;
    width: 1000px;
    height: 380px;
    transform: translateX(0);
    background: no-repeat bottom center;
    background-size: 500px;
}
.carousel_home .carousel__control_next:hover,
.carousel_home .carousel__control_prev:hover {
    opacity: 0.75;
}
.carousel {
    position: relative;
}
.carousel:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #efefef;
    z-index: 40;
    height: 1px;
}
.carousel__blur-header {
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    background: white no-repeat center 0;
}
.carousel__inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
.carousel__inner > .carousel__item {
    display: none;
    width: 100%;
    position: relative;
}
.carousel__inner > .active,
.carousel__inner > .next,
.carousel__inner > .prev {
    display: block;
}
.carousel__inner > .active {
    left: 0;
}
.carousel__inner > .next,
.carousel__inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel__inner > .next {
    left: 100%;
}
.carousel__inner > .prev {
    left: -100%;
}
.carousel__inner > .next.left,
.carousel__inner > .prev.right {
    left: 0;
}
.carousel__inner > .active.left {
    left: -100%;
}
.carousel__inner > .active.right {
    left: 100%;
}
.carousel__control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 5;
}
.carousel__control:after {
    position: absolute;
    content: '';
    height: 103px;
    width: 33px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(images/carousel-arrows.png) no-repeat;
}
.carousel__control_prev {
    left: 50%;
    margin-left: -650px;
}
.carousel__control_prev:after {
    background-position: 0 0;
}
.carousel__control_next {
    right: 50%;
    margin-right: -650px;
}
.carousel__control_next:after {
    background-position: -33px 0;
}
.carousel__control:hover,
.carousel__control:focus {
    outline: 0;
    color: white;
    text-decoration: none;
    opacity: 0.9;
}
.carousel__nav {
    position: absolute;
    bottom: 7px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.carousel__nav__item {
    width: 8px;
    height: 8px;
    background: #67625a;
    background: rgba(0, 0, 0, 0.35);
    margin: 2px 6px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.carousel__nav__item:hover {
    background-color: white;
}
.carousel__nav__item.active {
    background-color: white;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    cursor: default;
}
.slider-foreground__frame__text {
    color: white;
    margin-top: 60px;
}
.slider-foreground__frame__text h2,
.slider-foreground__frame__text .h2,
.slider-foreground__frame__text h2 a,
.slider-foreground__frame__text p,
.slider-foreground__frame__text li {
    font-weight: 200;
}
.slider-foreground__frame__text h2,
.slider-foreground__frame__text .h2 {
    margin-bottom: 0;
}
.slider-foreground__frame__text h2 + p,
.slider-foreground__frame__text .h2 + p {
    margin-top: 20px;
}
.slider-foreground__frame__text h2,
.slider-foreground__frame__text .h2 {
    font-size: 36px;
    line-height: 46px;
}
.slider-foreground__frame__text h2 + p,
.slider-foreground__frame__text .h2 + p {
    font-size: 16x;
}
.slider-foreground__frame__text h2 + ul,
.slider-foreground__frame__text .h2 + ul {
    margin-top: 20px;
}
.slider-foreground__frame__text h2,
.slider-foreground__frame__text .h2,
.slider-foreground__frame__text h2:hover,
.slider-foreground__frame__text .h2:hover,
.slider-foreground__frame__text h2:focus,
.slider-foreground__frame__text .h2:focus,
.slider-foreground__frame__text h2:active,
.slider-foreground__frame__text .h2:active,
.slider-foreground__frame__text h2 a,
.slider-foreground__frame__text .h2 a,
.slider-foreground__frame__text h2 a:hover,
.slider-foreground__frame__text .h2 a:hover,
.slider-foreground__frame__text h2 a:focus,
.slider-foreground__frame__text .h2 a:focus,
.slider-foreground__frame__text h2 a:active,
.slider-foreground__frame__text .h2 a:active {
    text-decoration: none;
    color: white !important;
}
.slider-foreground__frame__text p,
.slider-foreground__frame__text li {
    font-size: 18px;
    line-height: 22px;
}
.slider-foreground__frame__text p > a {
    margin-top: 10px;
}
.slider-foreground__frame__text p + p > a {
    margin-top: 14px;
}
.slider-foreground__frame__text p:last-child {
    margin-bottom: 0;
}
.slider-foreground__frame__text ul {
    margin: 0 0 20px 0;
}
.slider-foreground__frame__text ul li {
    margin: 0 0 8px 0;
    padding-left: 35px;
}
.slider-foreground__frame__text ul li:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 6px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-left: -35px;
}
.slider-foreground__frame__text p a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 0.2s, box-shadow 0.2s;
    text-decoration: none;
    position: relative;
    outline: none;
    line-height: 1.33;
    border: 2px solid white !important;
    border-radius: 3px;
    background: none !important;
    color: white !important;
    box-shadow: none !important;
    padding: 11px 16px 9px 21px;
}
.slider-foreground__frame__text p a:before {
    content: '';
    float: right;
    width: 12px;
    height: 23px;
    margin-left: 19px;
    margin-top: 3px;
}
.slider-foreground__frame__text p a:hover,
.slider-foreground__frame__text p a:focus {
    background-color: white !important;
    color: #252525 !important;
    box-shadow: 0 2px 0 0 silver !important;
    text-decoration: none;
}
.slider-foreground__frame__text p a:active,
.slider-foreground__frame__text p a:active:focus {
    position: relative;
    top: 2px;
    background-color: #e1e1e1 !important;
    border-color: #e1e1e1 !important;
    box-shadow: 0 -2px 0 0 silver !important;
}
.slider-foreground__frame__hero {
    height: 420px;
    opacity: 0;
    vertical-align: bottom;
    transform: translateX(250px);
}
.slider-foreground__frame__text > * {
    opacity: 0;
    transform: translateX(150px);
}
.slider-foreground__frame_not_animated .slider-foreground__frame__hero {
    opacity: 1;
    transform: translateX(0);
}
.slider-foreground__frame_not_animated .slider-foreground__frame__text > * {
    opacity: 1;
    transform: translateX(0);
}
.carousel_home_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: white;
}
.carousel_home {
    position: relative;
    min-height: 360px;
    height: 360px;
    margin: 0 auto;
}
.slider-background {
    white-space: nowrap;
}
.slider-background__frame {
    box-sizing: border-box;
    display: inline-block;
    width: 1000px;
    height: 425px;
    transform: translateX(0);
    background: no-repeat bottom center;
    background-size: 730px;
}
.slider-foreground {
    position: absolute;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider-foreground__frame {
    padding: 0 80px 0 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
@media screen and (max-height: 400px) {
    .carousel_home {
        height: 230px;
        min-height: 230px;
    }
}

@media (min-height: 900px) and (min-width: 1025px) {
    /*Slider*/
    .slider-film__frame {
        height: 500px !important;
        background-size: 650px !important;
    }

    .carousel_home {
        height: 470px;
    }
    .slide-ellipse {
        height: 545px;
        background-size: 1129px 675px;
    }
    .slider-background__frame {
        height: 500px;
    }
    .slider-foreground__frame__hero {
        height: 550px;
    }
    .home-products {
        margin-top: 30px;
    }
    .slider-foreground__frame__text {
        top: 142px;
        margin-top: 90px !important;
    }
    .slider-foreground__frame__text h2,
    .slider-foreground__frame__text .h2 {
        font-size: 46px;
        line-height: 56px;
    }
    .slider-foreground__frame__text h2 + p,
    .slider-foreground__frame__text .h2 + p {
        font-size: 20px;
    }
    .slider-foreground__frame__text h2 + ul,
    .slider-foreground__frame__text .h2 + ul {
        margin-top: 30px;
    }
    .slider-foreground__frame__text p,
    .slider-foreground__frame__text li {
        font-size: 20px;
    }
    .slider-foreground__frame__text p {
        line-height: 29px;
    }
    .slider-foreground__frame__text li {
        line-height: 27px;
    }
    .slider-foreground__frame__text p a {
        font-size: 20px;
        padding: 14px 23px 16px 25px;
    }
    .slider-foreground__frame__text p a:before {
        margin-top: 2px;
    }
    .slider-foreground__frame__text {
        color: white;

    }
}
@media (max-width: 1270px) {
    .carousel__control_prev {
        margin-left: 0;
        width: 60px;
        left: 0;
    }
    .carousel__control_next {
        margin-right: 0;
        width: 60px;
        right: 0;
    }
    .carousel__item .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}