
.index-top-slider {
    margin: -106px 0 0;
    position: relative;
}

.index-top-slider-linear {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
    z-index: 1;
}

@media (max-width: 1279px) {
    .index-top-slider {
    }
}

@media (max-width: 839px) {
    .index-top-slider {
    }
}

.index-top-slider__title {
    position: absolute;
    top: 180px;
    left: 0px;
    z-index: 50;
    text-shadow: 5px 4px 10px rgba(0, 0, 0, .25);
    width: 100%;
}

@media (max-width: 1279px) {
    .index-top-slider__title {
        text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }
}

.index-top-slider h1 {
    z-index: 2;
    max-width: 820px;
    font-family: RAYDIS, sans-serif;
    font-size: 4.5rem;
    text-transform: uppercase;
    top: 150px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 1400px) {
    .index-top-slider h1 {
        font-size: 4.0rem;
        max-width: 600px;
        margin-bottom: 0
    }
}

@media (max-width: 992px) {
    .index-top-slider h1 {
        font-size: 3rem;
        line-height: 1.1;
        max-width: 400px;
        margin-bottom: 0
    }
}

@media (max-width: 576px) {
    .index-top-slider h1 {
        font-size: 2.5rem;
        max-width: 100%
    }
}

.index-top-slider img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-top-slider__container {
    min-height: 800px;
    max-height: 900px
}

@media (max-width: 1279px) {
    .index-top-slider__container {
        min-height: 340px;
        max-height: 900px
    }
}

@media (max-width: 659px) {
    .index-top-slider__container {
        max-height: 800px
    }
}

.index-top-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.index-top-slider__slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(30.15%, hsla(0, 0%, 100%, 0)));
    background: -o-linear-gradient(top, #f0f0f0 0, hsla(0, 0%, 100%, 0) 30.15%);
    background: linear-gradient(180deg, #f0f0f0, hsla(0, 0%, 100%, 0) 30.15%);
    pointer-events: none
}

.index-top-slider__text {
    width: 100%;
    margin: 0 auto;
    padding: 0 37px 100px;
    display: grid;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    justify-items: end;
    text-shadow: 5px 4px 10px rgba(0, 0, 0, .25);
}

.index-top-slider__btn {
    position: relative;
    bottom: 300px;
    width: 100%;
    left: 65px;
}

@media (max-width: 1359px) {
    .index-top-slider__text {
        padding-right: 74px
    }
}

@media (max-width: 1279px) {
    .index-top-slider__text {
        text-align: center;
        padding-bottom: 60px;
        display: block;
        padding-right: 37px
    }
}

@media (max-width: 839px) {
    .index-top-slider__text {
        padding-bottom: 26px
    }
}

.index-top-slider__text p {
    text-shadow: 5px 4px 10px rgba(0, 0, 0, .25);
    max-width: 440px;
    margin: 0 0 40px auto;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #fff
}

@media (max-width: 1279px) {
    .index-top-slider__text p {
        display: none
    }
}

.index-top-slider__text .btn {
    margin-left: auto
}

@media (max-width: 1279px) {
    .index-top-slider__text .btn {
        margin-left: 0
    }
}

.index-top-slider__contact-btn {
    position: absolute;
    bottom: 155px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1280px;
    padding: 0 40px
}

.index-top-slider__contact-btn a {
    min-width: 256px;
    margin-left: auto
}

.index-top-slider__number {
    position: absolute;
    right: calc(50% - 701px);
    bottom: calc(61% + 100px);
    z-index: 60;
    font-weight: 500;
    color: #fff;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    text-shadow: 0 0 2px rgba(0, 0, 0, .25)
}

@media (max-width: 1499px) {
    .index-top-slider__number {
        right: 37px
    }
}

@media (max-width: 1279px) {
    .index-top-slider__number {
        display: none
    }
}

.index-top-slider__feedback {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    z-index: 50
}

@media (max-width: 1279px) {
    .index-top-slider__feedback {
        display: block
    }
}

.index-top-slider__paginationMobile {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 17px;
    position: absolute;
    bottom: 167px !important;
    left: 0;
    z-index: 50
}

@media (max-width: 1279px) {
    .index-top-slider__paginationMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 839px) {
    .index-top-slider__paginationMobile {
        bottom: 114px !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.index-top-slider__paginationMobile .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 20px 20px !important;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    opacity: 1
}

@media (max-width: 839px) {
    .index-top-slider__paginationMobile .swiper-pagination-bullet {
        margin: 0 10px 10px !important;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.index-top-slider__paginationMobile .swiper-pagination-bullet-active {
    background-color: #0a1b59
}

.index-top-slider__pagination {
    position: absolute;
    left: auto !important;
    right: calc(50% - 701px);
    bottom: 100px !important;
    width: 5px !important;
    height: 61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 60
}

@media (max-width: 1499px) {
    .index-top-slider__pagination {
        right: 37px
    }
}

@media (max-width: 1279px) {
    .index-top-slider__pagination {
        display: none
    }
}

.index-top-slider__pagination:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 2px;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.index-top-slider__pagination-active {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
    background-color: #fff
}

.index-top-slider__pagination .swiper-pagination-bullet {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important
}

.index-top-slider__pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

.index-top-slider__buttons {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 158px;
    z-index: 80;
}

@media (max-width: 1279px) {
    .index-top-slider__buttons {
        display: none
    }
}

.index-top-slider__button {
    width: 64px;
    height: 64px;
    border: none;
    cursor: pointer;
    background: url('img/arrow-left.png') no-repeat center;
    background-size: cover;
    margin-right: 30px;
}

.index-top-slider__button.index-top-slider__button--next{
    background: url('img/arrow-right.png') no-repeat center;
    background-size: cover;
}

.index-top-slider__button.index-top-slider__button--prev {

}

.index-top-slider__button.swiper-button-disabled {
    cursor: default
}

.index-top-slider__button--next {
    left: auto;
    right: 0
}