.twoTilesTextMap-leftPart {
    background-color: #8b93a1;
    padding: 30px;
    color: var(--textbgc-color, #fff);
    width: 100%;
}

.twoTilesTextMap-description {
    text-align: center;
    padding: 60px;
    font-size: 18px;
}

.twoTilesTextMap-leftPart h3 {
    padding-bottom: 30px;
    text-transform: uppercase;
}

.twoTilesTextMap-leftPartName {
    font-weight: bold;
}

.twoTilesTextMap-leftPartBlock {
    padding-bottom: 10px;
    font-size: 20px;
}

.twoTilesTextMap-rightPartMap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

._TwoTilesTextMap.addMargin {
    margin-top: 60px;
}

.twoTilesTextMap-leftPart a:hover {
	color: var(--textbgc-color, #fff);
}

.error-map {
    display: none;
}

.twoTilesTextMap-leftPartBlock a {
    color: var(--textbgc-color, #fff);
}

.twoTilesTextMap-leftPartSocial a.social-icon:first-child  {
    margin-left: 0!important;
}

.twoTilesTextMap-leftPartBlock  p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .twoTilesTextMap-description {
        padding: 60px 10px;
    }
}

