

/* Start:/bitrix/templates/travelline2/src/css/fix/mini-hotel.css?17522238983275*/
.tl-table_simple {
    display: none;
}
.extra-instruments.active + .tl-table_simple {
    display: table;
}
.extra-instruments {
    position: relative;
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 24px;
    padding-right: 20px;
    cursor: pointer;
    outline: 0;
    user-select: none;
}
.extra-instruments.active {
    margin-bottom: 16px;
}
.extra-instruments.drop-ico:after {
    content: '';
    position: absolute;
    background-image: url(/upload/images/menu/traingles_sprite.png);
    background-repeat: no-repeat;
    background-position: -5px -28px;
    width: 10px;
    height: 5px;
    top: 45%;
    right: 0;
    float: right;
    transition: .3s;
}
.extra-instruments.active.drop-ico:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tl-table_simple {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.tl-table_simple td, .tl-table_simple th {
    border: 1px solid #FFFFFF;
    padding: 3px 2px;
}
.tl-table_simple tbody td {
    font-size: 16px;
    padding: 15px;
}
.tl-table_simple tbody td span {
    font-weight: bold;
    width: 100%;
    display: block;
}
.tl-table_simple tr:nth-child(even) {
    background: #F5F7FA;
}
.tl-table_simple thead {
    background: #296dcb;
    border-bottom: 5px solid #FFFFFF;
}
.tl-table_simple thead th {
    padding: 32px 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
}
.tl-table_simple thead th:first-child {
    border-left: none;
}
.price__radio+label:before {
    border: 1px solid #296dcb;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
}
.price__radio:checked+label:before {
    background-image: url(https://www.travelline.ru/upload/images/tl-calc/tl-calc_radio.png);
    background-size: cover;
}

.form-checkbox:checked+.form-label-checkbox .radio-check {
    width: 14px;
    height: 14px;
    background: #688aad;
    position: absolute;
    left: 6px;
    margin-top: 6px;
    cursor: pointer;
    border-radius: 50%;
}
.form-checkbox+.form-label-checkbox .radio {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background: #fff;
    cursor: pointer;
    margin-right: 15px;
    border: 1px solid #688aad;
    border-radius: 50%;
}
.price-btn-selector {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    border-radius: 5px;
    border: 1px #296DCB solid;
    max-width: 482px;
    margin: 0 auto 72px;
}
.price-btn-selector__item {
    width: 50%;
    padding: 8px 20px;
    color: #4989E1;
    cursor: pointer;
}
.price-btn-selector__item.active {
    background-color: #4989E1;
    color: #fff;
}
.price-tab__item.active {
    display: block;
}
.price-tab__item {
    display: none;
    cursor: default;
}
@media (max-width: 420px) {
    .extra-instruments.drop-ico:after {
        right: 6vw;
    }
    .extra-instruments {
        padding: 0 45px 0 15px;
        text-align: center;
    }
}
/* End */


/* Start:/bitrix/templates/travelline2/src/css/fix/free.css?17522238986530*/
.free-table {
    padding: 0 15px;
}
.free-table__row-hover {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #ECF1F6;
    border: 1px solid #ABC3E5;
    position: absolute;
    visibility: hidden;
    height: 0;
}

.free-table__row,
.free-table__row-header2 {
    display: flex;
    flex-direction: row;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
    position: relative;
}
.free-table__row.free-table__row--headings {
    align-items: flex-end;
}
.free-table__row:not(:last-child) {
    border-top: 1px solid #ABC3E5;
}
.free-table__row:last-child {
    border-top: 1px solid transparent;
}
.free-table__row:first-child {
    border-top: 1px transparent solid;
}

.free-table__row:not(:last-child):hover {
    border-top: 1px transparent solid;
}
.free-table__row:not(:first-child):hover + .free-table__row{
    border-top: 1px transparent solid;
}
.free-table__row:not(:last-child):hover .free-table__row-hover {
    height: 100%;
    visibility: visible;
}
/*.free-table__row:not(:last-child):hover {
    background: #ECF1F6;
}*/



.free-table__row:not(:last-child):hover > .gray-bg {
    background: none;
}
/*.free-table__row:not(:last-child):hover {
    border-top: 0;
}*/
.free-table__cell {
    flex-basis: 17%;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.free-table__cell.border-r {
    border-right: 1px #ABC3E5 solid;
}
.free-table__cell.cell-heading {
    flex-basis: 49%;
}

.free-table__cell.cell-heading.price {
    padding: 30px 0;
}
.free-table__cell.title {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    line-height: 60px;
    color: #fff;
    text-align: center;
    z-index: 0;
}
.free-table__cell.title.title__one {
    background: linear-gradient(90deg, #00479B 81%, #00479B 81.1%, #002E64 100%);
    border-top-left-radius: 5px;
}
.free-table__cell.title.title__two {
    background: #4989E1;
    height: 110px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    z-index: 1;
}

/*.free-table__cell.title.title__two:before {
    content: '';
    position: absolute;
    background-image: url(/upload/images/products/tl-mini-hotel/bestseller_small2.png);
    width: 229px;
    height: 54px;
    top: 57px;
    left: -15px;
    z-index: 2;
}*/


.free-table__cell.title.title__three {
    background: linear-gradient(90deg, #003068 0%, #00479B 21.25%);
    border-top-right-radius: 5px;
}
.cell-first-row {
    line-height: 22px;
    color: #395173;
    padding: 17px 0;
    text-align: center;
}
.gray-bg {
    background: #ECF1F6;
}
.gray-bg.btn {
    padding: 20px 0;
}
.cell-first-row.cell-heading {
    text-align: left;
}
.free-table__row-header2 .cell-first-row.cell-heading {
    font-family: 'Roboto Condensed';
    color: #4989E1;
    font-size: 24px;
    line-height: 28px;
    padding: 16px 0;
}
.cell-heading-title {
    flex-basis: 51%;
}
.free-table__buttons-title {
    text-align: center;
    color: #D81646;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.free-table__buttons {
    display: flex;
    justify-content: space-around;
}
.free-table__row-header {
    font-family: 'Roboto Condensed';
    color: #4989E1;
    font-size: 24px;
    line-height: 28px;
    padding: 16px 0;
}
.free-table__row-header2 {

}

.cell-heading__title {
    color: #395173;
    font-weight: bold;
}
.check-mark {
    background: url('/upload/images/products/tl-mini-hotel/check-mark.png') no-repeat;
    width: 12px;
    height: 13px;
    margin: 0 auto;
}
.cell-with-marks {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
}
.cell-with-price {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #D81646;
}
.cell-with-price.main {
    font-size: 36px;
    line-height: 49px;
}
.title__motivator {
    background: #ff4c79;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 38px;
    position: absolute;
    width: calc(100% + 20px);
    left: -10px;
}
@media (max-width: 1200px){
/*    .free-table__cell.title.title__two:before {
        display: none;
    }*/
 /*   .title__motivator {
        display: block;
    }*/
    .title__motivator:before,
    .title__motivator:after {
        content: '';
        position: absolute;
        background-image: url(/upload/images/products/tl-mini-hotel/bestseller_small_ugol.png);
        width: 10px;
        height: 5px;
        bottom: -5px;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .title__motivator:after {
        transform: scale(-1, 1);
        right: 0;
        left: auto;
    }
}
@media (max-width: 930px){
    .free-table__row {
        flex-wrap: wrap;
    }
    .free-table__cell.cell-heading {
        flex-basis: 100%;
    }
    .cell-first-row {
        flex-basis: 33%;
    }
    .free-table__cell {
        flex-basis: 33%;
    }
    .cell-heading-title {
        flex-basis: 100%;
    }
    .cell-first-row.cell-heading {
        text-align: center;
    }
    .gray-bg {
        background: none;
    }
    .cell-with-marks {
        padding: 15px 0;
    }
    .free-table__row-header2 .cell-first-row.cell-heading {
        text-align: left;
    }
}


@media (max-width: 490px){
    .button_type-small {
        line-height: 28px;
        border-radius: 4px;
        padding: 0 5px;
        font-size: 13px;
        margin: 0 5px;
    }
    .cell-first-row {
        font-size: 11px;
    }
    .cell-first-row.cell-heading {
        text-align: center;
        font-size: 14px;
    }
    .free-table__cell.title {
        font-size: 18px;
    }
    .cell-with-price {
        font-size: 18px;
    }
    .cell-with-price.main {
        font-size: 24px;
    }
    .free-table__cell.cell-heading.price {
        padding: 30px 0 0;
        margin-top: 20px;
    }
}
@media (max-width: 370px) {
    .title__motivator {
        font-size: 12px;
        width: calc(100% + 10px);
        left: -5px;
    }
    .title__motivator:before,
    .title__motivator:after {
        width: 5px;
    }
}
/* End */
/* /bitrix/templates/travelline2/src/css/fix/mini-hotel.css?17522238983275 */
/* /bitrix/templates/travelline2/src/css/fix/free.css?17522238986530 */
