.contact-page{
    margin-bottom: 130px;
}
.contact-page h2{
    font-size: 28px;
    color: #fc5b31;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0px;
}
.contact-page p{
    display: block;
    font-size: 16px;
    line-height: 20px;
}
.contact-page small{
    margin-bottom: 10px;
    margin-top: 20px;
}
.contact-page small, .contact-page span{
    font-size: 14px;
    line-height: 21px;
    display: block;
    font-weight: 400;
}
.contact-page a{
    color: #fc5b31;
}
.orange-color{
    color: #fc5b31;
    font-weight: 400 !important;
}
.orange-color a{
    font-weight: 400 !important;
}
.contact-page h3{
    font-size: 16px;
    color: black;
    line-height: 24px;
    font-weight: 700;
    border-bottom: 0;
    padding-bottom: 0;
}
.contact-page h1{
    font-family: Sofia Sans, sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: black;
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
}
.contact-page p strong{
    font-weight: 700;
}
.cities-block{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    width: 100%;
}
.city{
    max-width: 480px;
    width: 32%;
    margin: 40px 0px;
}
.city__name{
    font-size: 20px !important;
    font-weight: 700;
    color: #fc5b31;
    line-height: 30px !important;
}
.city__address, .city__phone{
    font-weight: 400;
    font-size: 16px;
    font-family: Onest, sans-serif;
    line-height: 24px;
}

p small{
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: 40px;
    display: block;
}
@media (min-width:1240px) and (max-width:1530px){
   
    .contact-page small{
        font-size: 12px;
    }
    .contact-page p{
        font-size: 14px;
        line-height: 19px;
    }
    .city__name{
        font-size: 18px !important;
        line-height: 24.5px !important;
    }
    .contact-page__title{
        font-size: 40px;
        margin-bottom: 50px;
    }
}
@media(max-width:1240px) {
    .city {
        max-width: 340px;
        width: 32%;
        margin: 40px 0px;
    }  
    .cities-block{
        gap: 1%;
    }
}
@media(max-width:992px){
    .city {
        max-width: 340px;
        width: 100%;
        margin: 40px 0px;
    }  
    .cities-block{
        gap: 1%;
    }
}
@media (max-width:767.98px){
    .city {
        max-width: 100%;
        width: 100%;
        margin: 40px 0px;
    }  
    .cities-block{
        gap: 0%;
    }
    .contact-page__title{
        font-size: 39px;
        margin-bottom: 30px;
    }
    .contact-page p{
        font-size: 14px;
        line-height: 19px;
    }
    .city__name{
        font-size: 18px !important;
        line-height: 24.5px !important;
    }
    .city{
        margin: 30px 0px 0px 0px;
    }
    .contact-page iframe{
        height: 220px;
        border-radius: 20px;
    }
    .contact-page h3{
        font-size: 13px;
        line-height: 18px;
        margin: 0 !important;
    }
    .contact-page h2{
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width:375px){
    .contact-page small, .contact-page span {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .contact-page p {
        font-size: 13px;
    }
    .contact-page h2 {
        margin: 0;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .contact-page {
        margin-bottom: 70px;
    }
}