.contacts-list {
    display: table;
    list-style: none;
    margin: 60px auto 45px;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
.contacts-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e6e6e6;
    color: #7a7b7f;
    display: table-cell;
    font-size: 16px;
    line-height: 1.375;
    padding: 25px;
    vertical-align: top;
    width: 25%;
    -webkit-transition: border-color 0.4s ease-out;
    -o-transition: border-color 0.4s ease-out;
    transition: border-color 0.4s ease-out;
}
.contacts-item:first-of-type {
    border-left: 0;
}
.contacts-item-title {
    color: #23252c;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 auto 14px;
}
.contacts-item p {
    margin: 0 auto 1em;
}
.contacts-item-mailto {
    color: #4e5055;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


.section-contacts-map {
	position: relative;
}
#map {
	height: 100vh;
}
.gm-style-pbc {
	background-color: transparent;
    /*opacity: 1 !important;*/
    bottom: 0;
    height: auto !important;
    padding: 10px 0 !important;
    top: auto !important;
}
.gm-style-pbt {
    color: #afafaf !important;
    font-family: 'Akrobat' !important;
    font-size: 14px !important;
    top: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.gmnoprint, .gm-style-cc {
	display: none;
}
.map-description {
    color: #fff;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
div.map-description > .section-title {
    color: #fff;
    font-size: 70px;
    line-height: 1.2;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 25%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.map-description .office-location {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    left: 0;
    line-height: 1.35;
    margin: 44px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

@media only screen and (max-width: 1024px) {
	.contacts-item {
	    display: inline-block;
	    margin-bottom: 30px;
	    margin-top: 30px;
	    position: relative;
	    width: 50%;
	}
	.contacts-item:nth-of-type(2n+1) {
	    border-left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.contacts-item {
	    border-left: 0;
	    border-top: 1px solid #e6e6e6;
	    margin-bottom: 0;
	    margin-top: 0;
	    padding: 20px 5px 5px;
	    width: 100%;
	}
	.contacts-item:first-of-type {
	    border-top: 0;
	}
}