.threeitemsslider_video_modal .modal-body,
.threeitemsslider_photo_modal .modal-body {
    position: relative;
    background-color: var(--bs-dark);
}

.threeitemsslider_video_modal .modal-content,
.threeitemsslider_photo_modal .modal-content {
    background: transparent;
    border: none;
}

.threeitemsslider_video_modal .modal-footer,
.threeitemsslider_photo_modal .modal-footer {
    border-top: none;
    justify-content: center;
}

.threeitemsslider_video_modal .modal-footer p,
.threeitemsslider_photo_modal .modal-footer p {
    text-shadow: 0 0 4px black;
}

.threeitemsslider_video_modal .btn-close,
.threeitemsslider_photo_modal .btn-close {
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 0 0 0 0.8rem;
    background-color: var(--bs-light);
    opacity: 0.8;
}

.threeitemsslider_video_modal .btn-close:hover,
.threeitemsslider_photo_modal .btn-close:hover {
    opacity: 1;
}

.vp-center #player {
    height: auto !important;
}

#three-items-slider a {
    cursor: pointer;
}

/* @media (min-width: 576px) {
    #three-items-slider a {
        height: 300px;
    }
} */

#three-items-slider a img {
    max-height: 300px;
    width: auto;
}

/* .three-items-slider-owl .owl-stage,
.three-items-slider-owl .owl-stage-outer {
    padding-bottom: 1.5rem;
} */

.arrow-left-3 path {
    fill: #50648c;
}

.arrow-right-3 path {
    fill: #50648c;
}

.tabs-slider-btn {
    border-radius: 24px !important;
    border: 1px solid #2c8abb !important;
    padding: 4px 12px !important;
    color: #2c8abb !important;
}

.tabs-slider-btn.active {
    background-color: #2c8abb !important;
    color: white !important;
}

.tabs-slider-btn:hover {
    background-color: #2c8abb !important;
    color: white !important;
}

/* .item-hover:hover {
    background-color: white !important;
    border-radius: 24px !important;
} */

.btn-modal-blyat {
    position: absolute !important;
    right: 0rem !important;
    top: 0rem !important;
    z-index: 1 !important;
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 0 0 0 0.8rem !important;
    background-color: #e2ebc4 !important;
    opacity: 0.8 !important;
}

.three-items-slider-review-one {
    cursor: pointer;
    padding: 2rem;
}

.three-items-slider-review-one-img {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
}

.three-items-slider-review-one .badge {
    display: block;
    width: min-content;
}

a.three-items-slider-height-a {
    color: inherit;
    text-decoration: none;
}

.three-items-country-flag {
    position: absolute;
    top: 0;
    left: 0;
}

.three-items-country-flag img {
    width: 25px;
    height: 25px;
}