.main-map {
    /*background-image: url(/local/images/map.png);*/
    padding: var(--gap-section) 0;
    background-position: center;
    background-size: cover;
    color: var(--main-text-color);
    --main-text-color: white;
    position: relative;
}
.main-map .link-block {
    margin-bottom: 0;
}

.main-map .main-map__head {
    margin-top: 0;
}
.main-map__bg {
    position: absolute;bottom: 0;top: 0;left: 0;right: 0;
}
.main-map__bg img {
    object-fit: cover;
}
.best-price-guarantee {

}
.best-price-guarantee__title {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 0.5em;
    font-weight: 600;
}
.best-price-guarantee__descr {

}
.best-price-guarantee__link {

}


.main-news {
    padding: var(--gap-section) 0;
    background-color: #f3f3f3;
}
.main-news .main-news__head {
    margin-top: 0;
}
.main-news .link-block {
    margin-bottom: 0;
}
.main-news__descr {
    padding-bottom: 1.5em;
}

.main-offers {
    padding: var(--gap-section) 0;
}
.main-offers .main-offers__head {
    margin-top: 0;
}
.main-offers .link-block {
    margin-bottom: 0;
}
.main-offers__descr {
    padding-bottom: 1.5em;
}
.section-main-banner {

}
.main-banner {
    /*background-image: url(/include/banner/image.gif);*/
    padding: var(--gap-section) 0 0;
    background-position: center;
    background-size: cover;
    color: var(--main-text-color);
    --main-text-color: white;
    position: relative;
    height: calc(100vh - 56px);
    height: calc(100dvh - 56px);
    min-height: 600px;
}
.main-banner .link-block {
    margin-bottom: 0;
}
.main-banner__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.main-banner .main-banner__head {
    text-align: center;
    font-size: 6.5vh;
    margin: 1em 0 0.5em;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.25em;
}
.main-banner__bg {
    position: absolute;bottom: 0;top: 0;left: 0;right: 0;
}
.main-banner__bg img {
    object-fit: cover;
}
.main-banner__social {

}
.main-banner__social .social {

}
.main-banner__link {
    margin-bottom: 1.5em;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-banner__picture {
    width: 600px;
    height: 500px;
}
.main-banner__media {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-banner__arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #ffffff;
    opacity: .4;
    transition: 0.3s;
}
.main-banner__arrow:hover  {
    color: #ffffff;
    opacity: .8;
}
.main-banner__arrow svg {
    width: 48px;
    height: 48px;
    fill: currentColor;
    cursor: pointer;
}

@media (max-width: 768px) {
    .main-banner {
        padding-top: calc(var(--gap-section) / 1);
    }
    .main-banner .main-banner__head {
        font-size: 2em;
        margin-top: 0;
    }
    .main-banner__arrow {
        padding-top: 5px;
    }
}