h2 {
    font-size: 42px;
    font-weight: 200;
}

.contacts {
    display: flex;
    justify-content: space-between;
}

.contacts h2 {
    margin-bottom: 35px;
}

#page_top {
}

.left {
    display: flex;
    flex-direction: column;
    width: 35%;
}

.left .text_1:after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -11px;
    top: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: rotate(-45deg);
}

.left .text {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    background: #fff;
  /*  height: 450px;*/
}
@media screen and (max-width: 1200px) {
    .left .text{
        height: 100%;
    }
}
.left .text span {
    margin-bottom: 12px;
}

.left .text span a {
    text-decoration: none;
}

.left .text span b {
    display: block;
}


.left .text span.title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 17px;
}


.map {
    width: 62%;
}

section#map.map {
    width: 100%;
}

section#map.map #map-container {
    height: 400px;
}

@media screen and (max-width: 800px) {
    .left {
        width: 49%;
    }

    .map {
        width: 49%;
    }
}

@media screen and (max-width: 500px) {
    .contacts {
        flex-wrap: wrap;
    }

    .left {
        width: 100%;
    }

    .map {
        width: 100%;
    }

    .contacts h2 {
        margin-bottom: 25px;
    }

    .left .text {
        margin-bottom: 35px;
    }

    section#map.map #map-container {
        height: 300px;
    }
}