.page__wrap.tour .content {
    margin-top: 0;
}

.tour__header-top {
    background: url(../../../img/tour/header-bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 15px;
    color: white;
    padding: calc(90px + 11vw) 0 20px 0;
}

.tour__header-top h1 {
    color: inherit;
}

.tour__header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tour__city-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.tour__city-select .tour__city {
    font-size: 25px;
}

.tour__city-select .tour__city > .active {
    color: red;
    font-weight: 600;
}

.tour__city-select .tour__city .item-inner > * {
    vertical-align: middle;
}

.tour__city-select .tour__city a {
    color: #777676;
    font-size: inherit;
    text-decoration: none;
}

.tour__city-select .tour__city a:hover {
    text-decoration: underline;
    color: #3F7695;
}

.tour__download-pdf {
    display: flex;
    flex: 1;
    align-items: center;
}

.tour__download-pdf:before {
    content: '';
    width: 30px;
    height: 27px;
    margin-right: 5px;
    background: url(../../../img/tour/ico-pdf.png) left no-repeat;
    min-width: 30px;
}

.tour__navigation {
    display: flex;
    flex-wrap: wrap;
}

.tour__navigation a {
    text-decoration: none;
    padding: 8px 15px;
    text-align: left;
    margin-right: 10px;
    font-size: 16px;
    color: #3F7695;
    border: 1px solid #3F7695;
    border-radius: 4px;
    margin-bottom: 10px;
    outline: none;
}

.tour__navigation a.active {
    color: white;
    background-color: #3F7695;
}

.tour__body {
    margin: 20px 0;
}
.tour__body h2,
.tour__body h3 {
    margin: 20px 0;
    color: #05729b;
    padding-bottom: 10px;
    border-bottom: 1px solid #05729b;
}

.tour__body h3 {
    border-color: #c5c5c5;
}

.tour__gallery {
    border-bottom: 1px solid #05729b;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.tour__gallery .owl-carousel {
    padding: 0 40px;
}

.tour__gallery .owl-theme .owl-nav {
    margin: 0;
}

.tour__gallery .owl-carousel .owl-nav button[class*=owl-].owl-prev {
    left: -10px;
}

.tour__gallery .owl-carousel .owl-nav button[class*=owl-].owl-next {
    right: -10px;
}

.tour__gallery .gallery__link {
    position: relative;
    display: block;
}

.tour__gallery .gallery__link .zoom {
    display: none;
    content: '';
    margin: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: url(../../../img/tour/ico-zoom.png) rgba(5,114,155,0.8) center no-repeat;
    border: 1px solid #ffffff;
}

.tour__reviews-counter {
    margin-left: auto;
}

.tour__duration {
    display: flex;
}

.tour__duration div {
    margin-right: 30px;
}

@media (max-width: 575px) {
    .tour__header-bottom {
        flex-direction: column;
    }

    .tour__download-pdf {
        margin-bottom: 10px;
    }

    .tour__navigation {
        display: grid;
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-gap: 10px;
        align-items: center;
    }

    .tour__navigation a {
        padding: 5px;
        margin-right: 0;
        margin-bottom: 0;
        text-align: center;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tour__duration {
        display: block;
    }

    .tour__duration div {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .tour__header-top {
        padding-top: 160px;
        padding-bottom: 10px;
    }

    .tour__header-top h1 {
        margin-bottom: 0;
    }
}
