﻿.langs {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}

    .langs:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .langs li {
        display: inline-block;
        vertical-align: top;
        width: 29%;
        margin-bottom: 53px;
        text-align: center;
    }

    .langs a {
        display: block;
        text-decoration: none;
    }

        .langs a:hover .langs_ico {
            background-color: #DB857A;
        }

.langs_title {
    color: #ffffff;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #003c60;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.langs_ico {
    height: 110px;
    background-color: #0598af;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.3s;
}

    .langs_ico img {
        display: block;
        margin: 0;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }
