.maps {margin-block: 0;}

.maps .container {
    padding: 0!important;
    max-width: 100%!important;
}

.maps__main-block {
    display: grid;
    grid-template-columns: 400px 1fr;
}

.maps__left-column {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('assets/images/maps-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}


.maps__left-column:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(55, 79, 78, 0.8);
}

.maps__logo-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    position: relative;
    z-index: 1;
    gap: 15px;
    align-items: flex-start;
}

.maps__logo-img {
    width: 100%;
    max-width: 200px;
    margin: auto;
    display: block;
    height: auto;
    margin-bottom: 16px;
}

.maps__map {
    width: 100%;
    height: auto;
}
.maps__map p {
    display: block;
    margin: 0;
}
.maps__map iframe {
    height: 340px;
    width: 100%;
    display: block;
}


.maps__link {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    grid-gap: 0 7px;
    color: #FFFFFF;
    font-size: inherit;
    line-height: 1.2;
}

.maps__contacts-link {
    font-size: inherit;
    color: #FFFFFF;
    display: block;
    margin-top: 10px;
    margin: 0 auto;
}
.maps__contacts-link:hover,
.maps__link:hover {
    text-decoration: underline;
}

.maps__link svg {
    width: 18px;
    height: 18px;
}
