.content-slider__info a {
    text-decoration-line: underline;
    color: #828279;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.content-slider__info a:hover {
    text-decoration-line: none;
}
.decisions:nth-child(2n+2) .btn {
    color: #54EDBD;
    background: #fff;
}

.decisions:nth-child(2n+2) .content-slider__info a {
	color: #D9FFF3;	
}
.not_found_wrap a {
	text-decoration: underline;
}
.not_found_wrap a:hover {
	text-decoration: none;
}

.about-content {
	max-width: 100%;
}
.contacts-box {
	max-width: 760px;
}

.header_page .header-bottom {
    background-color: #116996;
}
.page {
    margin-top: 130px;
}

.page h1 {
    color: #116996;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 38px;
}
.decisions:nth-child(2n+2) .content-slider {
    margin: -2px 0 0 0;
}