.tsoperator__offers{
    /* margin-top: 1rem; */
    border-radius: 3px;

}
.offers-list{
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
}
/*.offers-list:last-child .offers-list-item{*/
/*    border-bottom: 0;*/
/*}*/
.offers-list-item{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--last-color);
    position: relative;
    overflow: hidden;
    padding: .25rem 0.5rem;
    text-align: left;
    border-bottom: 1px solid  #dbdfe4;
    flex-grow: 1;
    min-height: 65px;
}
.offers-list-item ul.ul{
    margin: 0;
}
.offers-list-item > *{
    text-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    font-size: 16px;

}
.offers-list-item .ul li{
    list-style: none;
    line-height: 1.3;
    margin-left: .75rem;
}
.offers-list-item svg{
    position: absolute;
    top: 13px;
    left: -22px;
    /* width: 90px; */
    height: 100px;
    fill: #919191;
    opacity: 0.05;
}
.offers-list-item.price span{
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    font-size: 17px;
}
.offers-list-item.price b{
    color: var(--secondary-color);
    font-size: 105%;
}
/*.offers-list-item:nth-child(2){*/
/*    flex-grow: 3;*/
/*    justify-content: flex-start;*/
/*}*/
/*.offers-list-item:last-child{*/
/*    flex-grow: 2;*/
/*}*/
.booking_button {
    background: var(--primary-color);
    padding: .75rem .5rem;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    font-size: 14px;
    width: 100%;
    /* margin-top: 0.75rem; */
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    cursor: pointer;
    transition: all .2s;
    max-width: 300px;
}
.booking_button:hover{
    transition: background .2s;
    background: var(--primary-color-dark);
    color: white;
}
.booking_button:active{
    transform: scale(0.98);
    background: var(--primary-color-dark);
    transition: transform .2s;

}
@media (min-width: 992px) {
    .offers-list:last-child .offers-list-item {
        border-bottom: 0;
    }
}


@media (max-width: 992px) {
    .tsoperator__offers{
        /* margin-top: 1rem; */
        border-radius: 3px;
        overflow: hidden;
        border: 0;
    }
    .offers-list{
        flex-wrap: wrap;
        border-radius: 5px;
        overflow: hidden;
        /* margin-bottom: .5rem; */
        padding: 0 !important;
        border: 1px solid #eee;
    }
    .offers-list-item{
        flex-basis: 100%;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0;
        border-bottom: 1px solid #eee;
        padding: .25rem 0;
        min-height: 35px;
    }
    .offers-list-item:last-child{
        border-bottom: 0;
    }
    .offers-list-item > *{
        text-align: center;
    }
    .offers-list-item ul{
        text-align: center;
    }
}
.tsoperator-offers__offer{
    border: 1px solid #e1e1e1;
    /* padding: 1rem 0; */
}


.tsoperator-offers__offer [class^="col"]{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.tsoperator-offers__offer [class^="col"]:nth-child(3) ul.ul{
    padding-left: 0;
    margin:  0 !important;
    list-style: none;
}
.tsoperator-offers__offer [class^="col"]:nth-child(3) ul.ul li{
    list-style: none;
}
.tsoperator-offers__offer [class^="col"]:nth-child(4) strong {
    display: flex;
    flex-direction: column;
    line-height: 14px;
}
.duration{
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    right: -15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: calc(50% - 20px);
    line-height: 12px;
    background: white;
    z-index: 1;
    justify-content: center;
}
.duration div{
    background: white;
    z-index: 1;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 4px; */
    color: #575869;
}
.duration div b:last-child{
    font-size: 80%;
}
.duration:before{
    content: "";
    height: 150%;
    display: block;
    top: -25%;
    position: absolute;
    width: 1px;
    background: #e1e1e1;
    z-index: 0;
}
.tsoperator-offers__offer .col-auto{
    border-right: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
}
.tsoperator-offers__offer .col-auto div{
    display: flex;
    align-items: center;
}

.minus{
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    right: -5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: calc(50% - 11px);
    line-height: 12px;
    background: white;
    z-index: 1;
    justify-content: center;
}
.minus div{
    background: white;
    z-index: 1;
    height: 100%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 4px; */
    color: #575869;
}
.minus::before {
    content: "";
    height: 46px;
    display: block;
    top: -14px;
    position: absolute;
    width: 1px;
    background: #e1e1e1;
    z-index: 0;
    left: 10px;
}

/* Tooltip container */
.custom-tooltip {
    position: relative;
    display: inline-block;

}

/* Tooltip text */
.custom-tooltip .custom-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: 6px;
    bottom: 150%;
    left: -52px;
    position: absolute;
    z-index: 1;
    line-height: 1;
}
.custom-tooltip .custom-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.custom-tooltip:hover .custom-tooltiptext {
    visibility: visible;
}

@media (max-width: 1200px) {

    .tsoperator-offers__offer.row{
        border: 1px solid #e1e1e1 !important;
        margin: 0;
        margin-bottom: 1rem;
        padding: 0;
    }
    .tsoperator-offers__offer [class^="col"]{
        padding: 1rem 15px;
    }
    .tsoperator-offers__offer [class^="col"]:nth-child(1),.tsoperator-offers__offer [class^="col"]:nth-child(2) {
        padding-bottom: 1rem;
        position: relative;
        border-bottom: 1px solid #e1e1e1;
        /* border-top: 1px solid #e1e1e1; */
    }
    .tsoperator-offers__offer [class^="col"]:nth-child(2){
        border-right: 0;
    }
    .duration {
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #e1e1e1;
        right: -22px;
        display: flex;
        align-items: center;
        flex-direction: column;
        top: calc(50% - 20px);
        line-height: 12px;
        background: white;
        z-index: 1;
        justify-content: center;
    }
    .duration div {
        background: white;
        z-index: 1;
        height: 100%;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* padding-top: 4px; */
        color: #575869;
        width: 38px;
    }
    .duration:before {
        content: "";
        height: 1px;
        display: block;
        top: 50%;
        position: absolute;
        width: 200%;
        background: #e1e1e1;
        z-index: 0;
    }
}
@media (max-width: 767px) {
    .tsoperator-offers__offer{
        margin-bottom: 1rem;
        border-top: 1px  solid #e1e1e1;
    }
    .duration {
        position: absolute;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid #e1e1e1;
        right: calc(86% - 20px);
        display: flex;
        align-items: center;
        flex-direction: column;
        bottom: -20px;
        top: unset;
        line-height: 12px;
        background: white;
        z-index: 1;
        justify-content: center;
    }
    .tsoperator-offers__offer [class^="col"] {
        padding: .5rem 15px .5rem !IMPORTANT;
    }
    .tsoperator-offers__offer [class^="col"]:last-child{
        border-top: 1px solid #e1e1e1;
    }
    .tsoperator-offers__offer [class^="col"]:nth-child(3){
        position: relative;
        border-right:0;
    }
}
@media (max-width: 568px) {
    .minus{
        right: -15px;
    }

}

.offer-description-modal {
    max-width: 800px;
    min-width: 300px;
    width: 100%;
}

.offer-description-modal__desc {
    margin-top: 30px;
}

.rslides_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 15px;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("themes.gif") no-repeat left top;
    margin-top: -45px;
}

.rslides_nav:active {
    opacity: 1.0;
}

.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 15px;
}

.offer-description-link {
    text-decoration: underline;
}
.modal.in{
    opacity: 1 !important;
    display: flex !important;
}

.modal{
    height: 100vh;

    align-items: center;
    background: rgba(119, 119, 119, 0.3);
}
.modal [class*= 'col-']{
    border: 0 !important;
}
.tsoperator-offers__offer [class^="col"]:nth-child(3) ul.ul{
    text-align: center;
}
.text-price{
  color: #ff8b1a;
  font-size: 18px;
  line-height: 1.3;
}