#main-top-slider {
    height: 320px;
}
.banner-simple span {
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-simple span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-simple__body {
    font-size: 48px;
    text-align: center;
    line-height: 1.13;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
body .banner-simple__body a {
    color: #fff;
    text-decoration: none;
}
body .banner-simple__body a:hover {
    color: #fff;
}
.banner-simple__footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
body .banner-simple__footer a {
    color: #fff;
}
body .banner-simple__footer a:hover {
    color: #fff;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.landing-block-node-text {
    max-width: 800px;
    margin: 35px auto;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    border-top: 2px solid #3949a0;
    border-bottom: 2px solid #3949a0;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.landing-block-node-img {
    display: block;
    max-width: 100%;
    transition: .2s ease-in-out;
}
[class*="u-block-hover"] {
    overflow: hidden;
    max-width: 100%;
    backface-visibility: hidden;
}
[class*="u-block-hover"]:hover .landing-block-node-img {
    transform: scale(1.1);
}
.landing-gallery {
    display: flex;
    justify-content: center;
}
.landing-gallery__item {
    position: relative;
    overflow: hidden;
    height: 290px;
}
.landing-gallery__img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s ease-in-out;
}
.landing-gallery__item:hover .landing-gallery__img {
    transform: scale(1.1);
}
.landing-gallery__backdrop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    transition: .2s ease-in-out;
}

.landing-gallery__text {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px;
}
.landing-gallery__item:hover .landing-gallery__backdrop {
    visibility: visible;
    opacity: 1;
}
.grid-wrapper .link-button {
    max-width: 300px;
    margin: 50px auto;
}
.end-landing__title {
    text-transform: uppercase;
}
.end-landing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0;
}
.landing-tile__img {
    width: 100%;
    max-width: 50%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.landing-tile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.landing-tile__wine-map {
    padding: 50px;
    width: 100%;
    max-width: 50%;
}
.landing-tile__slider {
    max-width: 50%;
    width: 100%;
    height: 400px;
}
.landing-tile__slider .slick-list, .landing-tile__slider .slick-track {
    height: 100%;
}
.landing-tile__subtitle {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #1a237e;
    font-size: 14px;
    font-weight: 500;
}
.landing-tile__title {
    display: block;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}
.landing-tile__text {
    margin-bottom: 50px;
    text-align: center;
}
.landing-tile__wine-map .main-button {
    margin: 0 auto;
    max-width: 300px;
}
.grid-component .more-button.link-button {
    margin-bottom: 50px;
}

@media (max-width: 970px) {
    .landing-tile {

    }
    .landing-tile__img {
        max-width: 100%;
        background-position: center center;
    }
    .landing-tile__slider {
        overflow: hidden;
        max-width: 100%;
    }
    .landing-tile__wine-map {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .end-landing {
        display: block;
    }
    .end-landing__img {
        display: block;
        max-width: 100%;
    }
    .landing-tile {
        display: block;
    }
    .landing-tile__img {
        max-width: 100%;
        height: 250px;
        background-position: center center;
    }
    .landing-tile__slider {
        overflow: hidden;
        height: 250px;
        max-width: 100%;
    }
    .landing-tile__wine-map {
        padding: 50px 20px;
        max-width: 100%;
    }
    .landing-gallery {
        display: block;
    }
    .landing-gallery > div {
        max-width: 100%;
    }
    .end-landing__title {
        text-align: center;
    }
    .end-landing__text {
        padding: 0 20px;
    }
    .landing-block-node-img {
        margin-right: 0;
        width: 100%;
    }
}