

/* Start:/local/templates/2025/components/bitrix/news.list/contacts/style.css?17628966061731*/
.tab-content{
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.tab-content-text{
    width: calc(100% - 100px);
}
.tab-content-text h3,
.tab-content-text .h3{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 2rem;
}
.tab-content-text h4,
.tab-content-text .h4{
    font-size: 24px;
    line-height: 32px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.tab-content-row-text{
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
}
.tab-content-row-text > span:nth-child(1){
    color: #A1A1A1;
    font-size: 18px;
    line-height: 28px;
}
.tab-content-row-text > span:nth-child(2){
    color: #1E1E1E;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
}
.tab-content-row-text > span a:hover{
    text-decoration: underline;
}
.tab-content-route{
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 0;
}
.tab-content-route p{
    font-size: 16px;
    line-height: 24px;
    color: #1E1E1E;
    margin-bottom: 1rem;
}
.tab-content-route i{
    color: #A1A1A1;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
}

.map{
    width: 500px;
    height: 640px;
    border-radius: 24px;
    overflow: hidden; /* Важно для скругления */
}
@media only screen and (max-width: 1024px) {
    .tab-content{
        display: flex;
        justify-content: space-between;
        gap: 100px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .tab-content-text{
        width: 100%;
    }
    .tab-content-map{
        width: 100%;
    }
    .map{
        width: 100%;
    }
}
/* End */
/* /local/templates/2025/components/bitrix/news.list/contacts/style.css?17628966061731 */
