.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: #5c5a5a;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
}

option:disabled {
    color: #999;
}

select:focus-visible {
    outline: none;
}   

._article { padding: 2rem 0px; }
._article > * { padding-bottom: 1.5rem; margin-bottom: 0px !important; margin-top: 0px !important; font-family: 'Montserrat'; }
._article li { padding-bottom: 1rem; margin-left: 1.5rem; }
._article > ol, ._article > ul { padding-bottom: 0.5rem; }
