.footer-text{
    line-height: 29px;
    color: #666666;
    line-height: normal
    font-size: 16px;
    font-family: 'Arial',Arial,sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 34px;
    text-align: center;

}
.footer-text a{
    color: #666666!important;
}
.footer-text a:hover{
    color: #19cf13!important;
    text-decoration: underline!important;
    transition: all 0.2s ease-in-out!important;
}
.region-contacts-block{
    font-family: 'Arial',Arial,sans-serif;
    line-height: normal
    font-size: 16px;
    background: linear-gradient(180deg, #282828, #33333385);
    color: #fff;
    padding: 30px;
border-radius: 10px;
}
.region-contacts-block>p>a{
    color: rgb(60, 255, 0)!important;
}
.region-contacts-block p{
    margin: 0 0 0.5em;
}
.prev-button, .next-button {
	transition: .3s ease;
}
.slider-container > button:hover{
	color: #fff;
	filter: drop-shadow(0px 0px 5px #fff);
}