.slider-main {
    background: #F2F2F2;
    border-bottom: 1px solid #DCE0E5;
    margin-bottom: 70px;
}

.slider-main__wrap {
    padding: 0 !important;
    display: flex;
    position: relative;
}
.slider-main__item{
    padding: 80px 0 80px 80px;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-main__container {
    width: 100%;
    height: 100%;
}
.slider-main__date {
    font-size: 16px;
    line-height: 150%;
    color: #00305C;
    margin-bottom: 25px;
}

.slider-main__title {
    font-size: 48px;
    margin-bottom: 20px;
}
.slider-main__wrap{
    height: 430px;
}
.slick-track{
    height: 100%;
}
.slider-main__item{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.slider-main__text {
    font-size: 16px;
    line-height: 155%;
    color: #636B83;
    max-width: 35%;
    margin-bottom: 30px;
}

.slider-main__link {
    font-size: 24px;
    color: #00305C;
    border-radius: 10px;
    background: #fff;
    padding: 6px 12px;
    text-decoration: none !important;
}

.slider-main__link:hover {
    font-weight: inherit !important;
}

.slider-btn.slider-main__next-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.slider-btn.slider-main__prev-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slider-main__wrap .slick-dots {
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    width: 100%;

    justify-content: center;
}
.slick-list{
    width: 100%;
}
.slider-main__wrap .slick-dots button {
    font-size: 0;
    border: none;
    width: 6px;
    height: 6px;
    background: #43495A;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.slider-main__wrap .slick-dots li.slick-active button {
    background: #29B7D0;
    width: 10px;
    height: 10px;
}

.slider-main__item:not(:first-child) {
    display: none;
}

.slick-initialized .slider-main__item {
    display: block;
}




@media (max-width: 991px) {
	.slider-main__text {
		font-size: 16px;
		line-height: 155%;
		color: #636B83;
		max-width: 75%;
		margin-bottom: 30px;
	}
	
}

@media (max-width: 575px) {
	.slider-main__wrap {
		/*padding: 30px 0;*/
		min-height: 400px;
	}

	.slider-main__date {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.slider-main__title {
		font-size: 26px;
		line-height: 31px;
		margin-bottom: 12px;
	}

	.slider-main__text {
		font-size: 20px;
		max-width: none;
		margin-bottom: 20px;
	}

	.slider-main__link {
		font-size: 20px !important;
	}

	.slider-main__wrap .slick-dots {
		bottom: -25px;
	}
	
}