div.block_0 {
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
    background-color: white;
    }
div.block_0 .maxw {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    }
div.block_0 .maxw .element_0 {
    width: 100%;
    height: auto;
    }
div.block_0 .maxw .element_0 .title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: rgb(228,0,123);
    padding: 40px 0;
    text-transform: uppercase;
    }
.block_1 {
    position: relative;
    line-height: 2em;
    }
.block_1 .maxw .contacts {
    position: relative;
    height: auto;
    color: rgb(49,49,49);
    text-align: center;
    padding-bottom: 50px;
    }
.block_1 .maxw .contacts ul {
    padding: 0;
    }
.block_1 .maxw .contacts ul li {
    list-style: none;
    margin-bottom: 10px;
    }
.block_1 .maxw .contacts ul li i {
    margin-right: 5px;
    }
