.page_contacts {
    font-family: 'Involve', sans-serif;
    font-weight: 100;
    padding: 0px 10px;
}


/* общие стили для блоков */
.orange_letter{
    color: #ED8C33;
}

.green_letter{
    color: #646B41;
}

.font_weight_600{
    font-weight: 600;
}

.page_contacts .bock_1 {
    background-color: #CFD3BB;
    border-radius: 15px; 
    overflow: hidden;

}

.page_contacts .bock_1 .row_1{
    position: relative;
    top: -20px;

    min-height: 100px;
    background: url('/static/main/img/tread_mark.png') repeat-x center center;
    background-size: auto 90px;
}

.page_contacts .bock_1 .row_2{
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .page_contacts .bock_1 .row_2{
        padding: 0px 10px 0px 10px;
    }
}

@media screen and (min-width: 768px) {
    .page_contacts .bock_1 .row_2{
        padding: 50px;
    }
}


.page_contacts .bock_1 .row_2 .column_1{

}


@media screen and (min-width: 768px)  {
    .page_contacts .bock_1 .row_2 .column_1{
        max-width: 500px;
    }
}

.page_contacts .bock_1 .row_2 .title_1{
    font-size: 26px;
    font-weight: 100;
    color: #646B41;
    line-height: 1.2;
    text-align: left;
}


.page_contacts .bock_1 .row_2 .title_2{
    padding-bottom: 15px;

}

@media screen and (max-width: 767px) {
    .page_contacts .bock_1 .row_2 .title_2{
        padding: 20px 0px;
        font-size: 18px;
        font-weight: 500;
    }
}

@media screen and (min-width: 768px)  {
    .page_contacts .bock_1 .row_2 .title_2{
        font-size: 20px;
        font-weight: 100;
    }
}

.page_contacts .bock_1 .row_2 .value{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: black;
}

.page_contacts .bock_1 .row_2 .value a{
    margin: 10px 0px;
    display: flex;
    align-items: center;
    color: black;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .page_contacts .bock_1 .row_2 .value a{
        padding: 10px;
        background-color: #BABEA3;
        border-radius: 10px;
        justify-content: center;
    }
}


.page_contacts .bock_1 .row_2 .value img{
    padding-right: 10px;
}


.page_contacts .bock_1 .row_2 .container_for_contacts img{
    width: 35px;
}


.page_contacts .bock_1 .row_2 .link_to_social_networks{
    display: flex;
}

@media screen and (max-width: 767px) {
    .page_contacts .bock_1 .row_2 .link_to_social_networks{
        flex-direction: column;
        justify-content: space-between;
    }
}

.page_contacts .bock_1 .row_2 .link_to_social_networks img {
    width: 50px;
}

.page_contacts .bock_1 .row_2 .link_to_social_networks .news_channel_name_link{
    border: 1px solid #646B41;
    border-radius: 10px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BABEA3;
    opacity: 0.8;
}

.page_contacts .bock_1 .row_3 {
    position: relative;
    top: 15px;
    min-height: 100px;
    background: url('/static/main/img/tread_mark.png') repeat-x center center;
    background-size: 100% 90px;
}

.page_contacts .bock_2 .row_1{
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    background-color: #F9F9F9;
}

.page_contacts .bock_2 .row_1 .column_1{
    padding: 40px 10px;
    min-height: 53vh;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page_contacts .bock_2 .row_1 .column_1 .title{
    font-size: 35px;
    font-weight: 600;
    color: #646B41;
    text-align: left;
}
.page_contacts .bock_2 .row_1 .column_1  .text{
    font-size: 18px;
}

.page_contacts .bock_2 .row_1 .column_1 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    background-color: #ED8C33;
    border: none;
    border-radius: 10px;
    color: black;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
}

.page_contacts .bock_2 .row_1 .column_2{
    position: relative;
    height: 100%;
    min-height: 300px;
    background: url('/static/main/img/background_map.png') center center;
    background-size: aueo 100%;
    background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {
    .page_contacts .bock_2 .row_1 .column_2 .block_for_map{
        padding: 30px 0px;
        flex-direction: column;
        gap: 20px;
    }
}

.page_contacts .bock_2 .row_1 .column_2 .block_text{
    display: inline-block;
    max-width: 600px;
    padding: 10px 5px;
    margin: 10px 20px;
    background-color: white;
    border: 1px solid black;
    border-radius: 15px;
}

@media screen and (min-width: 768px)  {
    .page_contacts .bock_2 .row_1 .column_2 .text_1{
        position: absolute;
        top: 10%;
        left: 30%;
    }
    .page_contacts .bock_2 .row_1 .column_2 .text_2{
        position: absolute;
        top: 60%;
        left: 20%;
    }
    .page_contacts .bock_2 .row_1 .column_2 .text_3{
        position: absolute;
        top: 80%;
        left: 60%;
    }
}

