.slide-image {
    transition: all 0.5s ease-in-out;
}
.slider-for {
    overflow: hidden;
    height: 36.4583vw;
    border-radius: 10px;
}
.news-main-image {
    overflow: hidden;
    border-radius: 10px;
    margin: 32px 0 60px 0;
}
.slider-nav {
    margin-top: 24px;
    height: 7.8125vw;
    overflow: hidden;
}
.slide-image-nav {
    height: 7.8125vw;
}
.slider-for .slick-track img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.attractions-content {
    margin-top: 40px;
}
.simple-page-content.tours-att {
    flex-wrap: unset;
    gap: 30px;
    align-items: stretch;
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
}
.tours-title {
    width: 30%;
    margin: 20px 0px 17px;
    background-size: 240%;
    border: 1px solid #d8eaf9;
    border-radius: 10px;
}
.attractions-list  {
    width: calc(70% - 30px);
}
.attractions-list .slick-track {
    padding: 20px 0;
    margin: 0 0px;
}
.attr_item {
    padding: 3.125vw;
}
.atrr-title {
    padding: 40px 0 0;
}
.page-header-subtitle {
    margin-bottom: 15px;
}
.slick-dots {
    position: absolute;
    width: 100%;
}
@media (max-width: 1000px) {
    .slider-for {
        height: 47vw;
    }
    .slider-nav, .slide-image-nav {
        height: 15vw;
    }
}
@media (max-width: 680px) {
    .tours-title {
        width: 100%;
    }
    .attractions-list {
        width: 100%;
    }
}