@import url('root.css');

.title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.title h1{
    font-size: 36px;
    font-weight: 500;
    color: #1e1e1e;
}

.title span{
    width: 50px; 
    height: 4px; 
    border: 10px;
    background-color: #007bff;
}

/* ------ CONTACT ------ */

.contacts{
    margin-top: 64px;
}

.contact__content{
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
}

.con__left{
    text-align: left;
}

.con__left span{
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
    max-width: 374px;
    height: 2px;
    border-radius: 10px;
    background: #BCBCBC;
}

.con__text{
    padding-top: 16px;
}

.con__title{
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 500;
}

.con__sub{
    color: #555555;
    font-size: 14px;
    font-weight: 500;
}

.con__time{
    display: flex;
    gap: 16px;
    align-items: center;
}

.con__time p {
    font-size: 14px;
    font-weight: 500;
}

.con__time img{
    width: 36px;
    height: 36px;
}

.map{
    width: 482px;
    height: 285px;
}

ymaps{
    border-radius: 10px;
}

@media (max-width: 943px) {
    .scroll_info{
        display: none;
    }

    .service__content{
        gap: 36px
    }
}