.contacts2 {position: relative}
.contacts2_block {min-height: 750px;display: flex; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; height: 100%}
.contacts2_map {width: 60%}
.contacts2_content {width: 40%;padding: 30px 0 30px 30px;border-left: 1px solid #ccc;}
.contacts2_content .big-map__desc .map-point-desc__content {padding: 0 30px 0 0;}
.contacts2_content .select2 {margin: 0 30px 30px 0;}
.map-point-desc__title2 {font-weight: bold;margin-bottom: 20px;}
.contacts2_content .map-point-desc__office {display: block}
/*.contacts2_content .map-point-desc__office:not(:last-child){margin-bottom: 20px;}*/
.map-point-desc__hr{margin: 1.2em 20px 1.2em 0; display: block; height: 1px; border: 0; border-top: 1px solid #ccc; padding: 0;}
.map-point-desc__contacts {overflow-y: auto;position: relative;height: auto;max-height: 700px;}
.map-point-desc__contacts .ps__rail-y { opacity: 0.6; display: block!important; background-color: #eee !important; width: 10px;}
.map-point-desc__contacts .ps__rail-y:hover {width: 15px;}
.big-map__desc .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 18px!important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.97" height="25" viewBox="0 0 19.97 25"><defs><style> .select2_icon { fill: %23e5481d; fill-rule: evenodd; } </style></defs><path id="Фигура_4448" data-name="Фигура 4448" class="select2_icon" d="M2912.99,104372a9.7,9.7,0,0,0-9.99,10,9.477,9.477,0,0,0,2.92,7c1.81,2,6.07,4,6.32,7,0.04,1,.34,1,0.75,1s0.71,0,.74-1c0.26-3,4.51-5,6.32-7a9.839,9.839,0,0,0,0-14A9.559,9.559,0,0,0,2912.99,104372Zm0,13c-1.89,0-3.42-1-3.42-3s1.53-3,3.42-3,3.41,1,3.41,3S2914.87,104385,2912.99,104385Z" transform="translate(-2903 -104372)"></path></svg>') no-repeat left;
    background-size: 12px;
}
@media (max-width: 991px){
    .contacts2_map {width: 100%; order: 2; height: 400px;}
    .contacts2_content {width: 100%; order: 1; padding: 0; border: none;}
    .contacts2_block {flex-direction: column;max-height: fit-content; border: none;}
}