.sites_list {
    width: 100%;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.site_item {
    width: 125px;
    height: 176px;
}
.sites_list a {
    display: block;
    width: 100%;
    height: 100%;
    color: #363a3b;
    text-decoration: none;
    padding: 0 5px;
}
.sites_list a img {
    width: 80px;
    height: 80px;
}
.site_name {
    font-size: 8px;
    text-transform: uppercase;
    text-align: center;
    font-family: arial;
    color: #363a3b;
    padding: 0 5px;
    margin: 5px 0;
    line-height: 11px;
}
#footer .sites_list {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9e3fb+0,adcfe9+44,91bcd7+100 */
    background: rgb(201, 227, 251);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(201, 227, 251, 1) 0%, rgba(173, 207, 233, 1) 44%, rgba(145, 188, 215, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(201, 227, 251, 1) 0%, rgba(173, 207, 233, 1) 44%, rgba(145, 188, 215, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(201, 227, 251, 1) 0%, rgba(173, 207, 233, 1) 44%, rgba(145, 188, 215, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9e3fb', endColorstr='#91bcd7', GradientType=0);
    /* IE6-9 */
    height: 100%;
}
#footer .sites_list .site_item:hover {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1dbff+0,cbebff+47,f0f9ff+99 */
    background: rgb(161, 219, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(161, 219, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(240, 249, 255, 1) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(161, 219, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(240, 249, 255, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(161, 219, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(240, 249, 255, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a1dbff', endColorstr='#f0f9ff', GradientType=0);
    /* IE6-9 */
    height: 100%;
}
.sites_list .swiper-container {
    width: 100%;
    height: 100%;
}
.sites_list .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sites_list .swiper-button-next,
.sites_list .swiper-button-prev {
    display: none;
    background-size: 13px 22px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -40px;
    border: 1px solid rgba(50, 120, 180, 0.8);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .15);
    background-size: 17px 17px;
}
.sites_list .swiper-button-next {
    right: 2px;
}
.sites_list .swiper-button-prev {
    left: 2px;
}
.sites_list:hover .swiper-button-next,
.sites_list:hover .swiper-button-prev {
    display: block;
}