.box_o_nas >.info_container{
    width: 100%;
    display: flex;
    align-items: start;
    margin-bottom: 30px;
    margin-top: 60px;
    font-family: var(--fot-famili-3);
    font-size: 16px;
}
.info_box{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
}
.info_box > p{
    font-weight: 500;
    padding-bottom: 20px;
}
.info_box > span{
    padding-bottom: 20px;
}
.img{
    width: 15px;
    height: 30px;
    background-image: url("../../image/ikonka_kontakt_phone.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}
.email{
    width: 20px;
    height: 35px;
    background-image: url("../../image/ikonka_kontakt_email.png");
}
.location{
    background-image: url("../../image/ikonka_kontakt_location.png");
}
a > .img{
    width: 30px;
    height: 30px;
}
a > .img_gps{
    background-image: url("../../image/ikonka_kontakt_google.png");
}
a > .img_fb{
    background-image: url("../../image/ikonka_kontakt_fb.png");
}
a > .img_inst{
    background-image: url("../../image/ikonka_kontakt_insta.png");
}
.info_box > .box{
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 20px
}
.info_box > .box:first-of-type {
    padding-bottom: 0px
}
.info_box > .locaton_box{
    align-items: start;
}
.info_box > .locaton_box > .small_box{
    display: flex;
    flex-direction: column;
}
.info_box > .locaton_box > .small_box > span{
    padding-bottom: 20px;
}
.map_box{
    width: 50%;
    height: 415px;
}
.time{
    width: 100%;
    margin-left: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.watch{
    width: 55px;
    height: 55px;
    background-image: url("../../image/ikonka_kontakt_clock.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.info_time{ 
    display: flex;
    flex-direction: column;
    margin-left: 10px
}
.container_social{
    display: flex;
    margin-bottom: 60px;
}
.box_gps {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.box_social {
    width: 50%;
    margin-left: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
@media (max-width: 1350px) {
    .box_o_nas >.info_container{
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .watch{
        width: 50px;
        height: 50px;
    }
    .box_o_nas >.info_container{
        font-size: 13px;
    }
}
@media (max-width: 1100px) {
    .box_o_nas >.info_container{
        font-size: 12px;
    }
    .info_box > .locaton_box > .small_box > span{
        padding-bottom: 10px;
    }
    .info_box > .box{
        padding-bottom: 10px
    }
    .info_box > .box:first-of-type {
        padding-bottom: 0px
    }
    .map_box{
        height: 320px;
    }
}
@media (max-width: 1100px) {
    a > .img{
        width: 25px;
        height: 30px;
    }
}
@media (max-width: 800px) {
    .box_o_nas >.info_container{
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 95px;
    }
    .info_box{
        width: 100%;
        margin-bottom: 10px;
    }
    .map_box{
        width: 100%;
    }
    .time{
        margin-left: 0px;
    }
    .watch{
        width: 40px;
        height: 40px;
    }
    .box_gps {
        width: 30%;
    }
    .box_social {
        margin-left: 0px;
        width: 70%;
    }
}
@media (max-width: 600px) {
    .container_social {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    .box_gps {
        width: 100%;
    }
    .box_social {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .box_o_nas >.info_container{
        font-size: 10px;
    }
    
}
