.logo img {
    width: 164px;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Segoe UI";
}

.right ul {
    display: flex;
    gap: 34px;
}

.right ul li {
    list-style: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.right ul li span {
    padding: 0 5px;
}

.first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    margin: 70px;
    font-family: sans-serif;
}

.first span {
    font-size: 40px;
}

.btn {
    background-color: #00b6d1;
    padding: 14px 16px;
    color: white;
    border-radius: 6px;
    border: none;
    font-weight: 700;
}

.green {
    background-color: #5cb85c;
}

.first p {
    font-size: 23px;
    width: 44vw;
    text-align: center;
}

.first button {
    background-color: #00b6d1;
    padding: 14px 16px;
    color: white;
    border-radius: 6px;
    border: none;
    font-weight: 700;
}

.second {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex {
    display: flex;
}

.small {
    font-size: 12px;
}

.item {
    padding: 23px;
    background-color: #f9f9f9;
    border-radius: 12px;
}
.item-lang{
    font-weight: 700;
    text-align: center;
    padding-bottom: 23px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
.download :nth-child(2){
    font-size: 25px;

}
.download{
    font-family: sans-serif;
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn a{
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 1145px) {
    .grid{ 
        grid-template-columns: 1fr; 
    }
}