.page__wrap .slider__top {
    z-index: -1;
    min-height: 170px;
    height: 430px;
    margin-bottom: 70px;
}

.page__wrap.home .home__search-results h1 {
    font-size: 26px;
    margin: 0 0 20px 0;
    text-align: left;
}

.page__wrap .slider__top .owl-carousel {
    z-index: auto;
}

.slider__top .owl-item a {
    position: relative;
}

.slider__top .owl-stage-outer .slider__tour-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.slider__tour-info-prices {
    position: absolute;
    right: 40px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.slider__tour-info-prices h3 {
    color: white;
    margin: 0;
    padding: 10px 25px;
    border-radius: 4px 4px 0 0;
    font-size: inherit;
}

.slider__tour-info-prices .tour-item .stop-sale {
    background: #FF0000;
    font-size: 8px;
    width: 47px;
    height: 15px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider__top .slider__tour-info-prices .country-items {
    display: block;
    border-radius: 0 0 4px 4px;
    padding: 25px;
}

.slider__top .slider__tour-info-prices .country-item {
    margin-bottom: 10px;
}

.slider__tour-info-prices .country-name {
    width: 150px;
    font-weight: 800;
    margin-bottom: 5px;
}

.slider__tour-info-prices .country-name a {
    text-decoration: none;
}

.slider__tour-info-prices .country-name:hover a {
    text-decoration: underline;
}

.slider__top .slider__tour-info-prices .tour-items {
    display: grid;
    grid-template-columns: minmax(20px, auto) 1fr 1fr;
    grid-column-gap: 10px;
}

.slider .slider__tour-info-prices .tour-item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.slider__tour-info-prices .tour-item a {
    text-decoration: none;
}

.slider__tour-info-prices .tour-item a:hover {
    text-decoration: underline;
}

.slider__tour-info-prices .tour-item.no-flight:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../../img/tour/bus-white.svg) no-repeat center;
    margin-right: 5px;
}

.slider__tour-info-prices .tour-item.has-flight:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../../../img/tour/flight-white.svg) no-repeat center;
}

.slider__top .slider,
.slider__top .owl-stage-outer,
.slider__top .owl-stage-outer div {
    width: 100%;
    height: 100%;
    display: block;
}

.slider__top .owl-stage-outer .slider__tour-info-prices {
    width: auto;
    height: auto;
}

.page__wrap .slider__top .owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.page__wrap .slider__top .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    top: 100%;
    width: auto;
    transform: translateX(-50%);
    justify-content: center;
    justify-items: center;
    z-index: 2;
    margin-top: 20px;
}

.page__home .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffc219;
}

.home__search-item {
    display: grid;
    grid-template-columns: 260px 1fr auto;
    grid-gap: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

.home__search-col-middle {
    padding-bottom: 30px;
}

.home__search-item:last-child {
    border-bottom: none;
}

.home__search-col-right {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.home__search-item-title a {
    text-decoration: none;
}

.home__search-item-price-cont {
    display: flex;
    flex-direction: column;
}

.home__search-item-price-cont .main-threshold-price {
    display: flex;
    column-gap: 10px;
}

.other-threshold-prices {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border-top: 1px solid #c8cad4;
    padding-top: 10px;
    gap: 5px;
}

.other-threshold-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px;
}

.other-threshold-price .home__search-item-price {
    font-size: 18px !important;
}

.home__search-item-price {
    font-size: 26px;
    color: #05729b;
    font-weight: bold;
}

.home__search-item-info {
    margin-bottom: 20px;
}

.home__search-item-row {
    display: flex;
    align-items: center;
}

.home__search-item-row:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    min-width: 18px;
}

.home__search-item-row.departure-date .weekday {
    color: #05729b;
}

.home__search-item-row.departure-date:before {
    background-image: url(../../../img/home/ico-departure-date.png);
}

.home__search-item-row.tour-end-date:before {
    background-image: url(../../../img/home/ico-end-date.png);
}

.home__search-item-row.tour-nights-count:before {
    background-image: url(../../../img/home/ico-nights-count.png);
}

.home__search-item-row.tour-food:before {
    background-image: url(../../../img/home/ico-food.png);
}

.home__search-item-row.tour-hotel:before {
    background-image: url(../../../img/search/ico-hotel.png);
}

.home__search-item-row.city:before {
    background-image: url(../../../img/search/ico-city.png);
}

.home__search-item-row.time:before {
    background-image: url(../../../img/home/ico-nights-count.png);
}

.home__search-item-row.children:before {
    background-image: url(../../../img/hotel/ico-children.png);
}

.home__search-item-row.infant:before {
    background-image: url(../../../img/search/ico-children.png);
}

.home__search-item-row.tour-hotel a {
    color: black;
}

.home__search-item-row.tour-hotel a:not(:hover) {
    text-decoration: none;
}

.home__search-item-row label {
    margin-right: 5px;
}

.home__search-item-row span {
    color: #616161;
    font-weight: bold;
}

.home__search-item-reviews a {
    color: #05729b;
    font-size: 16px;
    text-decoration: underline;
    margin-right: 10px;
}

.home__search-item-reviews a[data-container="fly_data"] {
    text-decoration: none;
}

.home__search-item-reviews a[data-container="fly_data"] span {
    text-decoration: underline;
    font-weight: normal;
}

.home__search-item-reviews a[data-container="fly_data"]:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../img/hotel/flight.svg) no-repeat center;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.home__search-item-reviews.no-reviews .reviews-link {
    color: #b7b7b7;
    text-decoration: none;
    pointer-events: none;
}

.home__search-item-reviews a label {
    cursor: inherit;
}

.home__search-item-reviews span {
    font-weight: bold;
}

.home__search-item-availability {
    font-size: 18px;
    margin-bottom: 20px;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.home__search-item-free-places {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.home__search-item-free-places strong {
    margin-left: 5px;
}

.home__search-item-places-in-buses {
    font-size: 16px;
}

.home__search-item-free-places:before {
    content: '';
    background: url(../../../img/home/ico-people.png) center no-repeat;
    width: 18px;
    height: 16px;
    margin-right: 10px;
}

.home__search-item-book a {
    width: 250px;
    margin-top: 15px;
}

.home__search-results {
    margin-bottom: 55px;
}


.home__block:last-child {
    margin-bottom: 0;
}

.block-header-ico {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-header-ico span {
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.block-header-ico:before,
.block-header-ico:after {
    content: '';
    width: 26px;
    height: 2px;
    background-color: #2f9ba7;
}

.page__wrap.home h1 {
    text-align: center;
    margin: 0 0 50px 0;
    font-size: 32px;
}

.page__wrap .block-header-ico + h1 {
    margin-top: 20px;
}

.page__wrap .block-header-ico + h2 {
    margin-top: 10px;
}

.page__wrap.home h1 a {
    text-decoration: none;
}

.block-item-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #616161;
    margin: 20px 0 0 0;
}

.block-item-links a:not(:last-child) {
    margin-bottom: 40px;
}

.home__block .block-item-links {
    margin-bottom: 50px;
}

.home__block {
    margin-bottom: 50px;
}

.home__block .block-description {
    font-size: 18px;
    color: #616161;
    text-align: center;
    line-height: 36px;
}

.tours__search-no-results {
    padding-top: 40px;
    font-size: 20px;
    color: #444;
    margin-bottom: 40px;
    text-align: center;
}

/*.home__block-popular-tours .block-header-ico span {*/
/*    background-image: url(../../../img/home/block-1.png);*/
/*}*/

/*.home__block-about-us .block-header-ico span {*/
/*    background-image: url(../../../img/home/block-2.png);*/
/*}*/

/*.home__block-gallery .block-header-ico span {*/
/*    background-image: url(../../../img/home/block-3.png);*/
/*}*/

/*.home__block-reviews .block-header-ico span {*/
/*    background-image: url(../../../img/home/block-4.png);*/
/*}*/

/*.home__block-hotels .block-header-ico span {*/
/*    background-image: url(../../../img/home/block-5.png);*/
/*}*/

/*.home__block-antalya .block-header-ico span {*/
/*    background-image: url(../../../img/home/block-6.png);*/
/*}*/

/*.home__block-excursions .block-header-ico span {*/
/*    background-image: url(../../../img/home/block-7.png);*/
/*}*/

/*.home__block-cars .block-header-ico span {*/
/*    background-image: url(../../../img/home/block-transfers.png);*/
/*}*/

.home__block-excursions h1 {
    text-align: center;
    margin: 20px 0 50px 0;
    font-size: 32px;
}

.home__block-excursions h1 a {
    text-decoration: none;
}

.review-author {
    font-size: 20px;
}

.review-author span {
    color: #ffc219;
}

.review-caption {
    color: #616161;
    font-size: 16px;
}

.review-header {
    margin-bottom: 30px;
}

.review-body {
    color: white;
    padding: 20px;
    background-color: #076990;
    border-radius: 0 3px 3px 3px;
    position: relative;
}

.review-body:before {
    content: '';
    position: absolute;
    display: block;
    top: -23px;
    left: 2px;
    width: 0;
    height: 0;
    border-bottom: 23px solid  #076990;
    border-left: 20px solid transparent;
    transform: skewX(-10deg);
}

.review-body .read-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.tour-search {
    grid-template-columns: repeat(5, 1fr) auto;
}

.home__search-tour-hotel {
    display: grid;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    grid-template-columns: 1fr auto;
    column-gap: 10px;
}

.home__search-tour-hotel:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
}

.home__search-tour-hotel .home__search-item-book {
    position: static;
}

.home__search-tour-hotel .home__search-item-hotel-name {
    display: flex;
    align-items: center;
}

.home__search-tour-hotel .home__search-item-hotel-name:not(:last-child) {
    margin-bottom: 5px;
}

.home__search-tour-hotel .home__search-item-hotel-name a:not(:hover) {
    text-decoration: none;
    font-weight: bold;
}

.home__search-tour-hotel .home__search-item-price {
    font-size: 24px;
    font-weight: 600;
    justify-self: center;
}

.home__search-tour-hotel .home__search-item-hotel-name:before {
    content: '';
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: url(../../../img/search/ico-hotel.png) center no-repeat;
    margin-right: 10px;
}

.home__search-tour-hotel .home__search-item-book a {
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-top: 0;
}

.home__search-item-book.stop-sale a {
    background-color: #FF0000;
    text-transform: uppercase;
    cursor: not-allowed !important;
}

.home__search-tour-hotels {
    width: 500px;
}

.tours__search-slider {
    position: relative;
    height: 218px;
}

.tours__search-slider.owl-carousel .owl-nav button[class*=owl-] {
    width: 32px;
    height: 32px;
    background-size: 30%;
    transition: all 0.5s;
}

.tours__search-slider.owl-carousel:hover .owl-nav button[class*=owl-] {
    opacity: 1;
}

.tours__search-slider.owl-carousel:hover .owl-nav button[class*=owl-].disabled {
    opacity: 0.5;
}

.tours__search-slider .owl-theme .owl-nav {
    margin-top: 0;
}

.tours__search-slider .owl-dots {
    display: none;
}

.tours__search-slider .owl-stage-outer,
.tours__search-slider .owl-stage-outer div {
    height: 100%;
}

.tours__search-slider img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .home__search-item {
        grid-template-columns: 210px 1fr auto;
    }
    .home__block .review-author {
        font-size: 18px;
    }
    .page__wrap.home h1 {
        font-size: 26px;
    }
    .home__search-tour-hotels {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home__search-tour-hotel {
        grid-template-columns: 1fr;
        justify-items: flex-end;
    }
    .home__search-tour-hotel .home__search-item-price {
        justify-self: auto;
    }
}

@media (min-width: 768px) {
    .home__block-popular-tours .block-item-caption {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .home__search-tour-hotel .home__search-item-book a {
        width: 105px;
    }

    .slider__top .slider__tour-info-prices .country-items,
    .slider__top .slider__tour-info-prices .tour-items {
        font-size: 15px;
    }

    .slider__top .slider__tour-info-prices .tour-items {
        max-width: 180px;
        margin: 0 auto;
    }

    .slider__top .slider__tour-info-prices .tour-items.antalya {
        grid-template-columns: 1fr minmax(min-content, auto);
        justify-content: space-between;
    }

    .slider__top .slider__tour-info-prices .tour-items.antalya .tour-item {
        justify-content: flex-start;
    }

    .slider__top .slider__tour-info-prices .tour-items.antalya .nights{
        display: none;
    }

    .slider__tour-info-prices .tour-item {
        justify-content: center;
        margin-bottom: 0;
    }

    .slider__top .slider__tour-info-prices .country-items {
        padding: 5px;
    }

    .slider__top .slider__tour-info-prices .country-item {
        text-align: center;
    }

    .home__block .block-description {
        font-size: 16px;
        line-height: 30px;
    }

    .page__wrap.home h1 {
        margin-bottom: 25px;
    }

    .home__search-item {
        display: flex;
        flex-direction: column;
        justify-items: center;
    }

    .home__search-col-right {
        margin-left: 0;
        align-items: center;
    }

    .home__search form .form-submit {
        margin: 0 auto;
    }

    .home__search-item-book {
        position: static;
    }

    .page__wrap .slider__top {
        height: 300px;
    }

    .slider__top .owl-stage-outer .slider__tour-info-prices {
        width: calc(100% - 20px);
        left: 0;
        top: 50%;
        right: auto;
        margin: 10px;
    }

    .slider__tour-info-prices h3 {
        padding-left: 0;
        padding-right: 0;
    }

    .slider__tour-info-prices .country-item {
        width: auto;
    }

    .slider__tour-info-prices .country-name {
        margin-right: 10px;
    }

    .slider__tour-info-prices .country-items {
        flex-direction: column;
        padding: 0;
    }

    .slider__tour-info-prices .tour-item {
        display: none;
    }

    .slider__tour-info-prices h3 {
        text-align: center;
    }

    .home__search-tour-hotel .home__search-item-price {
        margin-bottom: 0;
    }

    .home__search-tour-hotel {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }

    .page__wrap .slider__top .owl-carousel .owl-dots {
        width: 100%;
    }

    .tours__search-slider {
        width: 100%;
        height: 300px;
    }
    .home__search-col-middle {
        padding-bottom: 0;
    }
}
