.posad p, .posad li{font-weight: 300; font-size: 18px; margin-bottom:1rem;}
.posad li{font-weight: 300; font-size: 20px;}
.posad h2{font-size: 36px; line-height: 1.23; margin-bottom:1rem}
.posad h3{font-size: 28px; line-height: 1.23; margin-bottom:1rem}
.posad{
background-color: #222427;
color: #ffffff;
font-family: 'Montserrat', Arial, sans-serif;;
padding: 1rem 21.5rem;
}

@media screen and (max-width: 1200px){
.posad{padding: 1rem 7rem}
}

@media screen and (max-width: 900px){
.posad{padding: 1rem 5rem}
}

.city-selector {
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

select {
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #1c1c1c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
}

option:disabled {
    color: #999;
}

select:focus-visible {
    outline: none;
}