#hero-slider {
    /* height: 480px; */
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.slick-slide img {
    border-radius: 20px;
}

#wait {
    width: 100%;
    height: 480px;
    text-align: center;
    line-height: 480px;
    background-color: #e1e1e1;
}

.slick-prev {
    left: 25px;
    z-index:9999;
}

.slick-next {
    right: 25px;
}

.slick-dots {
    bottom: 40px;
}

.hero-slide {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.slide-message {
    margin-bottom: 20px;
}

.height-100 {
    height: 480px;
}

#hero-slider .slick-prev {
    content: '' !important;
    width: 50px;
    height: 50px;
    background: url('../images/arrow-front-left.png') center no-repeat,
                rgba(255, 255, 255, 1);
    border-radius: 50px;
    margin-top: -25px;
    transition: 0.3s;
}

#hero-slider .slick-next {
    content: '' !important;
    width: 50px;
    height: 50px;
    background: url('../images/arrow-front-right.png') center no-repeat,
                rgba(255, 255, 255, 1);
    border-radius: 50px;
    margin-top: -25px;
    transition: 0.3s;
}

#hero-slider .slick-next:hover {
    background: url('../images/arrow-front-right.png') center no-repeat,
    rgba(255, 255, 255, 0.7);
    transition: 0.3s;
}

#hero-slider .slick-prev:hover {
    background: url('../images/arrow-front-left.png') center no-repeat,
    rgba(255, 255, 255, 0.7);
    transition: 0.3s;
}

#hero-slider .slick-dots li.slick-active button {
    background-color: #14235f;
    opacity: 1;
}

#hero-slider .slick-dots li button {
    background-color: #fff;
    opacity: 0.4;
}

#hero-slider .slick-dots li {
    width: unset;
    height: unset;
}

#hero-slider .slick-dots li button {
    width: 5px;
    height: 5px;
    border-radius: 10px;
    transition: 0.3s;
}

#hero-slider .slick-dots li button:before {
    content: unset;
}


#hero-slider .slick-prev:before,
#hero-slider .slick-next:before {
    content: '';
}



/*медиа */
.container-slider {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

/*Слайдер 1*/
.map {
    width: 660px;
    height: 376px;
    position: absolute;
    z-index: 0;
    right: 170px;
    top: 35px;
}

.map :last-child {
    position: absolute;
    z-index: 0;
}

.map :nth-child(1n) {
    position: absolute;
    z-index: 1;
}

.map :nth-child(1) {
    right: 60px;
    top: 60px;
}

.map :nth-child(2) {
    right: 100px;
    top: 100px;
}

.map :nth-child(3) {
    right: 310px;
    top: 140px;
}

.map :nth-child(4) {
    right: 310px;
    top: 230px;
}

.map :nth-child(5) {
    right: 340px;
    top: 190px;
}

.map :nth-child(8) {
    right: 380px;
    top: 250px;
}

.map :nth-child(6) {
    right: 470px;
    top: 190px;
}

.map :nth-child(7) {
    right: 520px;
    top: 150px;
}

.map :nth-child(8) {
    right: 390px;
    top: 250px;
}

.s1 {
    position: absolute;
    right: 15px;
    top: 220px;
    z-index: 1;
}

.s2 {
    position: absolute;
    right: 15px;
    top: 180px;
    z-index: 1;
}

.s3 {
    position: absolute;
    left: 15px;
    top: 100px;
    z-index: 1;
}

.s7 {
    position: absolute;
    right: 35px;
    bottom: 20px;
    z-index: 1;
}

.s6 {
    position: absolute;
    right: 220px;
    bottom: 20px;
    z-index: 1;
}

.s5 {
    position: absolute;
    right: 460px;
    bottom: 20px;
    z-index: 1;
}


/*Слайдер 2*/

.a1-block {
    position: absolute;
    bottom: 40px;
}

.b1-block {
    position: absolute;
    bottom: 40px;
    right: 0;
}

.a1 {
    position: absolute;
    left: 0;
    bottom: 40px;
}

.b1 {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.a2-block {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    left: 0;
    bottom: 150px;
}

.b2-block {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    right: 0;
    bottom: 150px;
}

.a2-block img,
.b2-block img {
    margin: 10px;
}

.a3-block {
    position: absolute;
    top: 40px;
}

.slider-link {
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 20px;
    border: 1px dashed;
    border-radius: 5px;
    padding: 10px 10px;
    position: absolute;
    right: 10px;
    top: 60px;
}

.slider-link:hover {
    background-color: #fff;
    color: #2f2f2f !important;
}

.slider-link:hover svg {
    color: #2f2f2f !important;
}

.slider-link svg {
    color: #fff;
}
