.page__content {
    padding-top: 6rem;
}

.section {
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .section {
        padding: 3rem 0rem;

    }
}

.complex_office.dark {
    background-color: #333;
    color: #fff;
}

.complex_office.dark a {
    color: #fff;
    text-decoration: none;
}

.complex_office.dark .h2 {

    color: #fff !important;
}

@media screen and (min-width: 768px) {
    .complex_office {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        min-height: 75rem
        height: auto;
    }
}

.complex_office {
    background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
    .complex_office__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333333%;
        flex: 1 1 33.333333%;
        margin: 4rem 2rem 4rem 4rem;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .complex_office__map {
        height: 70vh;
    }
    .section {
        padding: 0;
        margin: auto;
    }
    .complex_office__info {
        padding: 20px;
    }
    .complex_office ul {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 768px) {
    .complex_office__map {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 66.666666%;
        flex: 1 1 66.666666%;
    }
}

.complex_office__map {
    background-color: #c2c2c2;
}

.map_office {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .complex_office ul {
        margin-top: 3rem;
    }
}

.complex_office ul {
    margin-top: 20px;
    font-size: 14px;
    opacity: .9;
    padding-left: 0 !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.complex_office ul li {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.complex_office ul li:before {
    content: none !important;
}

.complex_office.dark.complex_office--small ul li .item_metro i, .complex_office.dark.complex_office--small ul li > i, .complex_office.dark ul li .item_metro i, .complex_office.dark ul li > i {
    background-color: #fff;
}

.complex_office ul li .item_metro i, .complex_office ul li > i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    line-height: 2;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #333;
    color: #fff;
}

.dark_metro i, .complex_office ul li > i img, .complex_office ul li i svg {
    vertical-align: middle;
    line-height: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.complex_office ul li .item_metro i, .complex_office ul li > i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #333;
    color: #fff;
}

.complex_office ul li .item_metro i svg {
    transform: scale(.8);
}

.complex_office address {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .complex_office.complex_office--small {
        height: auto;
        min-height: 40rem;
        padding: 2rem;
    }
}

.complex_office.complex_office--small {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .btn--red:hover {
        background-color: #7b0000 !important;
        color: #fff;
    }
}

a:active, a:hover {
    outline: 0;
}

.btn--red {
    background-color: #cd0000 !important;
    color: #fff;
}

.btn-red {
    position: relative;
    display: inline-block;
    border: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    letter-spacing: -0.2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border-radius: 25px;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    min-width: auto;
    margin-top: 20px;
}

.btn__label {
    display: inline-block;
    line-height: 50px;
}
@media screen and (min-width: 768px) and ( max-width:1400px) {
    .btn__label {
        display: inline-block;
        line-height: 5rem;
    }
}

.item_metro {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) {

    .complex_office ul {
        margin-top: 2rem;
        font-size: 1.4rem;
    }



    .complex_office ul li {
        margin-top: 1.5rem;
    }



    .complex_office ul li .item_metro i, .complex_office ul li > i {
        width: 2rem;
        height: 2rem;
        border-radius: 2rem;
        margin-right: 1rem;
    }



    .complex_office ul li .item_metro i, .complex_office ul li > i {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 2rem;
        margin-left: .5rem;
        margin-right: .5rem;

    }
    .btn-red {
        border-radius: 2.5rem;
        height: 5rem;
        padding: 0 2rem;
        font-size: 1.4rem;
        margin-top: 2rem;
    }
}