.translate-div {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.translate-div button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
    background-position: center;
}

.translate-div button:hover {
    opacity: 50%;
}

.az-flag {
    background-image: url('../image/azerbaijan.png');
    background-size: 25px 25px;
}

.ru-flag {
    background-image: url('../image/russia.png');
    background-size: 25px 25px;
}

.gb-flag {
    background-image: url('../image/united-kingdom.png');
    background-size: 25px 25px;
}

.mobile-translate {
    display: flex;
    width: 100%;
    height: 100px;
    padding-left: 10px;
}

.mobile-translate-div {
    margin: 0 10px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.mobile-translate-div button {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 50%;
    background-position: center;
}

.mobile-translate-div button:hover {
    opacity: 50%;
}

