[class*=__container] {
    max-width: 1187px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-slider {
    position: relative;
}

.swiper-wrapper__container {
    position: relative;
}

.swiper-slide { 
    position: relative;
    min-width: 100%;
}

.swiper-slide__src-mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.swiper-slide__src-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.swiper-slide__src-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.swiper-slide__title {
    position: relative;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 700;
}

.swiper-slide__descr {
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 2;
    letter-spacing: 0px;
    font-weight: 300;
}

.swiper-slide__form {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    background-color: transparent;
    border: none;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 40px;
    height: 120px;
    -webkit-transition: background-color 0.5s ease 0s;
    -o-transition: background-color 0.5s ease 0s;
    transition: background-color 0.5s ease 0s;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    fill: #fff;
    width: 13px;
    height: 18px;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-slide-active .swiper-slide__title {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.1s both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.1s both;
}

.swiper-slide-active .swiper-slide__descr {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.53s both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.swiper {
    overflow: hidden;
}

.swiper-initialized {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

@media (min-width: 75em) {
    .swiper-slide {
        padding-top: 5.9375rem;
    }

    .swiper-slide {
        padding-bottom: 5.9375rem;
    }

    .swiper-slide {
        min-height: 55.3125rem;
    }

    .swiper-slide__title {
        font-size: 3.2125rem;
    }

    .swiper-slide__title {
        margin-bottom: 4.6875rem;
    }

    .swiper-slide__descr {
        font-size: 1.5625rem;
    }

    .swiper-slide__descr {
        margin-bottom: 30rem !important;
    }
}

@media (max-width: 23.4375em) {
    .swiper-slide {
        padding-top: 1.25rem;
    }

    .swiper-slide {
        padding-bottom: 1.25rem;
    }

    .swiper-slide {
        min-height: 40.625rem;
    }

    .swiper-slide__title {
        font-size: 1.875rem;
    }

    .swiper-slide__title {
        margin-bottom: 2.5rem;
    }

    .swiper-slide__descr {
        font-size: 0.9375rem;
    }

    .swiper-slide__descr {
        margin-bottom: 2.5rem !important;
    }
}

@media (min-width: 75em) {
    .swiper-slide {
        padding-top: 5.9375rem;
    }

    .swiper-slide {
        padding-bottom: 5.9375rem;
    }

    .swiper-slide {
        min-height: 55.3125rem;
    }

    .swiper-slide__title {
        font-size: 4.5rem;
    }

    .swiper-slide__title {
        margin-bottom: 4.6875rem;
    }

    .swiper-slide__descr {
        font-size: 1.5625rem;
    }

    .swiper-slide__descr {
        margin-bottom: 4.6875rem;
    }
}

@media (max-width: 23.4375em) {
    .swiper-slide {
        padding-top: 1.25rem;
    }

    .swiper-slide {
        padding-bottom: 1.25rem;
    }

    .swiper-slide {
        min-height: 40.625rem;
    }

    .swiper-slide__title {
        font-size: 2.813rem;
    }

    .swiper-slide__title {
        margin-bottom: 2.5rem;
    }

    .swiper-slide__descr {
        font-size: 1.9375rem;
    }

    .swiper-slide__descr {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 23.4375em) and (max-width: 75em) {
    @supports (padding-top: clamp( 1.25rem , -0.8806818182rem  +  9.0909090909vw , 5.9375rem )) {
        .swiper-slide {
            padding-top: clamp( 1.25rem , -0.8806818182rem  +  9.0909090909vw , 5.9375rem );
        }
    }

    @supports not (padding-top: clamp( 1.25rem , -0.8806818182rem  +  9.0909090909vw , 5.9375rem )) {
        .swiper-slide {
            padding-top: calc(1.25rem + 4.6875 * (100vw - 23.4375rem) / 51.5625);
        }
    }

    @supports (padding-bottom: clamp( 1.25rem , -0.8806818182rem  +  9.0909090909vw , 5.9375rem )) {
        .swiper-slide {
            padding-bottom: clamp( 1.25rem , -0.8806818182rem  +  9.0909090909vw , 5.9375rem );
        }
    }

    @supports not (padding-bottom: clamp( 1.25rem , -0.8806818182rem  +  9.0909090909vw , 5.9375rem )) {
        .swiper-slide {
            padding-bottom: calc(1.25rem + 4.6875 * (100vw - 23.4375rem) / 51.5625);
        }
    }

    @supports (min-height: clamp( 40.625rem , 33.9488636364rem  +  28.4848484848vw , 55.3125rem )) {
        .swiper-slide {
            min-height: clamp( 40.625rem , 33.9488636364rem  +  28.4848484848vw , 55.3125rem );
        }
    }

    @supports not (min-height: clamp( 40.625rem , 33.9488636364rem  +  28.4848484848vw , 55.3125rem )) {
        .swiper-slide {
            min-height: calc(40.625rem + 14.6875 * (100vw - 23.4375rem) / 51.5625);
        }
    }

    @supports (font-size: clamp( 2.813rem , 1.4488636364rem  +  1.8181818182vw , 2.8125rem )) {
        .swiper-slide__title {
            font-size: clamp( 2.813rem , 1.4488636364rem  +  1.8181818182vw , 2.8125rem );
        }
    }

    @supports not (font-size: clamp( 2.813rem , 1.4488636364rem  +  1.8181818182vw , 2.8125rem )) {
        .swiper-slide__title {
            font-size: calc(2.813rem + 0.9375 * (100vw - 23.4375rem) / 51.5625);
        }
    }

    @supports (margin-bottom: clamp( 2.5rem , 1.5056818182rem  +  4.2424242424vw , 4.6875rem )) {
        .swiper-slide__title {
            margin-bottom: clamp( 2.5rem , 1.5056818182rem  +  4.2424242424vw , 4.6875rem );
        }
    }

    @supports not (margin-bottom: clamp( 2.5rem , 1.5056818182rem  +  4.2424242424vw , 4.6875rem )) {
        .swiper-slide__title {
            margin-bottom: calc(2.5rem + 2.1875 * (100vw - 23.4375rem) / 51.5625);
        }
    }

    @supports (font-size: clamp( 1.9375rem , 0.6534090909rem  +  1.2121212121vw , 1.5625rem )) {
        .swiper-slide__descr {
            font-size: clamp( 0.9375rem , 0.6534090909rem  +  1.2121212121vw , 1.5625rem );
        }
    }

    @supports not (font-size: clamp( 0.9375rem , 0.6534090909rem  +  1.2121212121vw , 1.5625rem )) {
        .swiper-slide__descr {
            font-size: calc(1.9375rem + 0.625 * (100vw - 23.4375rem) / 51.5625);
        }
    }

    @supports (margin-bottom: clamp( 2.5rem , 1.5056818182rem  +  4.2424242424vw , 4.6875rem )) {
        .swiper-slide__descr {
            margin-bottom: clamp( 2.5rem , 1.5056818182rem  +  4.2424242424vw , 4.6875rem );
        }
    }

    @supports not (margin-bottom: clamp( 2.5rem , 1.5056818182rem  +  4.2424242424vw , 4.6875rem )) {
        .swiper-slide__descr {
            margin-bottom: calc(2.5rem + 2.1875 * (100vw - 23.4375rem) / 51.5625);
        }
    }
}

@media (any-hover: hover) {
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background-color: #ff0000;
        border: none;
    }
}

@media (max-width: 1199px) {
    .swiper-slide__descr {
        margin-bottom: 329px !important;
    }
}

@media (max-width: 991px) {
    .swiper-slide__descr {
        margin-bottom: 400px !important;
    }
}

@media (max-width: 611px) {
    .swiper-slide__descr {
        margin-bottom: 450px !important;
    }
}

@media (max-width: 605px) {
    h2.main-form__title {
        font-size: 30px;
    }
}

@media (max-width: 515px) {
    .main-slider {
        min-height: 800px;
    }
}

@media (max-width: 482px) {
    h2.main-form__title {
        font-size: 18px;
    }
}