.slider {
    margin-bottom: 2.7rem;
    color: #fff;
}

.slider__inner-wrapper {
    position: relative;
}

.slider__controls {
    position: absolute;
    z-index: 1;
    right: 1rem;
    bottom: 2.5rem;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 50rem;
}

.slider__arrows {
    display: flex;
    margin-right: 1.9rem;
}

.slider__arrows > :last-child {
    margin-right: 0;
}

.slider__current-index {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    font-size: 4.4rem;
    font-weight: 700;
}

.slider__current-index::after {
    content: "";
    display: block;
    width: 13.3rem;
    height: 1px;
    margin-left: 3rem;
    background-color: #fff;
}

.slider__dots {
    max-width: 16rem;
    margin-left: auto;
}

.slider__dots .slick-dots {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider__dots .slick-dots li {

}

.slider__dots .slick-dots li.slick-active button {
    font-weight: 700;
}

.slider__dots .slick-dots li button {
    display: block;
    margin: 0;
    padding: 1rem 0.6rem;
    border: 0;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: "Yandex Sans Display", Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    color: #fff;
    background: none;
    cursor: pointer;
}

.slider__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider__item {
    display: none;
    outline: 0;
}

.slider__item:first-of-type {
    display: block;
}

.slider__link {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: 29.4rem;
    color: inherit;
    overflow: hidden;
}

.slider__image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    height: 100%;
}

.slider__image img {
    display: block;
    width: 100%;
}

.slider__image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(94.41deg, #2D3A4E 5.75%, rgba(109, 122, 142, 0.23) 85.44%);*/
}

.slider__content {
    position: absolute;
    z-index: 2;
    top: 110px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3.5rem 4.4rem 2rem;
    overflow: auto;
}

.slider__title {
    max-width: 60rem;
    margin: 0;
    margin-bottom: 1.6rem;
    font-size: 3.3rem;
    font-weight: 700;
}

.slider__description {
    max-width: 49rem;
    margin-bottom: 1.7rem;
    font-size: 1.6rem;
    font-weight: 300;
}

.slider__description > :first-child {
    margin-top: 0;
}

.slider__description > :last-child {
    margin-bottom: 0;
}

.slider__description::before {
    content: "";
    display: block;
    width: 17.1rem;
    height: 3px;
    margin-bottom: 1rem;
    background-color: #60A3D8;
}

.slider__description p {
    margin: 0;
    margin-bottom: 1.3rem;
}

.slider__btn {

}






@media only screen and (max-width: 1189px) {

    .slider__controls {
        max-width: 42rem;
    }

    .slider__current-index::after {
        width: 4.3rem;
    }
}

@media only screen and (max-width: 1020px) {

    .slider__controls {
        justify-content: flex-end;
        max-width: 20rem;
    }

    .slider__current-index {
        min-width: 5.8rem;
    }

    .slider__current-index::after {
        display: none;
    }

    .slider__dots {
        display: none;
    }
}

@media only screen and (max-width: 840px) {

    .slider__inner-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media only screen and (max-width: 730px) {

    .slider__controls {
        position: static;
        z-index: 1;
        right: auto;
        bottom: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: none;
        padding: 1rem;
        background-color: #b6b6b6;
    }

    .slider__current-index {
        min-width: 1px;
        font-size: 3.8rem;
    }

    .slider__dots {
        display: block;
    }
}

@media only screen and (max-width: 620px) {

    .slider__content {
        padding: 2rem 10px;
    }

    .slider__title {
        font-size: 2.6rem;
    }

    .slider__description {
        font-size: 1.5rem;
    }

    .slider__description::before {
        display: none;
    }
}