.slick-prev {
    left: 5px;
    background: #094c80 url(../wp-content/uploads/2019/03/icon-arrow__left.svg) no-repeat center center;
}
.slick-next {
   right: 5px;
    background: #094c80 url(../wp-content/uploads/2019/03/icon-arrow__right.svg) no-repeat center center;
}
.slick-arrow{
width: 25px;
height: 25px;
}
.slider video{
width: 100%;
}
.slider-for div{
margin-bottom: 5px;
}
.slider img{
width: 100%;
padding-right: 5px;
padding-left: 5px; 
}
.check-list li{
font-size: 22px;
}
/* Use the following CSS code if you want to have a class per icon */
.check-list { padding-left:20px; list-style:none; }
.check-list li { margin-bottom:10px; }
.check-list li:before {    
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    margin: 0 5px 0 -15px;
}
.check-list li:before {
    content: "\f00c";
    color: #094c80;
    margin-left: -26px;
    padding-right: 10px;
font-weight: 900;
}

@media only screen and (max-width: 779px) {

.check-list li{
font-size: 16px;
}


.footer__logo{
width: 225px;
}

.subnav {
flex-direction: row;
}
