a {
    text-decoration: none;
    color: white;
}
.container {
    padding: 25px 50px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: calc(100% - 25px);

}
.header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
}
.lang-change {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2e3139;
    border-radius: 8px;
    overflow: hidden;
    height: 30px;
    width: 30px;
    transition: height 150ms linear;
}
.lang-change:hover {
    height: 85px;

}
.flag {
    margin: 0 auto;
    margin-left: 6px;
    margin-top: 6px;
    cursor: pointer;
    transition: transform 150ms linear;
}
.flag:hover:not(.active) {
    transform: scale(1.1);
}

.flag img {
    width: 18px;
    height: 18px;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 20px);
}
.content > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
img {
    max-width: 100%;
}
.logo {
    margin-top: 50px;
    width: 225px;
    height: 225px;

    /* margin-top: 145px; */
}


.texts {
    /* margin-top: 80px; */
    margin-top: 10px;
    flex-direction: column;
}
.text2 {
    margin-top: 34px;
}
.refresh-btn {
    /* margin-top: 79px; */
    cursor: pointer;
    margin-top: 10px;

}
.phones {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 249px; */
    margin-bottom: 20px;
    margin-top: 10px;

}
.mob {
    margin-left: 15px;
}
