

/* Start:/bitrix/templates/travelline2/src/css/fix/south.css?175222389811583*/
.south-table {
    padding: 0 15px;
    margin-bottom: 30px;
}
.south-table__row-hover {
    width: 100vw;
    margin-left: calc(-50vw + 60%);
    background: #ECF1F6;
    border: 1px solid #ABC3E5;
    position: absolute;
    visibility: hidden;
    height: 0;
}

.container_with-padding {
    padding: 0 15px;
}

.south-table__row,
.south-table__row-header2 {
    width: 87%;
    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;
}
.south-table__row.south-table__row--headings {
    align-items: flex-end;
}
.south-table__row:not(:last-child) {
    border-top: 1px solid #ABC3E5;
}
.south-table__row:last-child {
    border-top: 1px solid transparent;
}
.south-table__row:first-child {
    border-top: 1px transparent solid;
}

.south-table__row:not(:last-child):hover {
    border-top: 1px transparent solid;
}
.south-table__row:not(:first-child):hover + .south-table__row{
    border-top: 1px transparent solid;
}
.south-table__row:not(:last-child):hover .south-table__row-hover {
    height: 100%;
    visibility: visible;
}
/*.south-table__row:not(:last-child):hover {
    background: #ECF1F6;
}*/



.south-table__row:not(:last-child):hover > .gray-bg {
    background: none;
}
/*.south-table__row:not(:last-child):hover {
    border-top: 0;
}*/
.south-table__cell {
    flex-basis: 24%;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
.south-table__cell.cell-heading {
    flex-basis: 63%;
}

.south-table__cell.title {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    line-height: 60px;
    color: #fff;
    text-align: center;
    z-index: 0;
}
.south-table__cell.title.title__one {
    background: linear-gradient(90deg, #00479B 81%, #00479B 81.1%, #002E64 100%);
    border-top-left-radius: 5px;
}
.south-table__cell.title.title__two {
    background: #4989E1;
    height: 110px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    z-index: 1;
}

.south-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;
}


.south-table__cell.title.title__three {
    background: #0047A7;
    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;
}
.south-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: 48%;
}
.south-table__buttons-title {
    text-align: center;
    color: #D81646;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}

.south-table__buttons {
    display: flex;
    justify-content: space-around;
}
.south-table__row-header {
    font-family: 'Roboto Condensed';
    color: #4989E1;
    font-size: 24px;
    line-height: 28px;
    padding: 16px 0;
}


.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;
    padding: 0 5px;
}
.title__motivator {
    display: none;
    background: #ff4c79;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 38px;
    position: absolute;
    width: calc(100% + 20px);
    left: -10px;
}
.strip_type-bg-blue {
    background: #0047A7;
    color: #fff;
}
.strip_type-bg-blue .slider_type-south-reviews .slider__text-block:before {
    background-image: url(/bitrix/templates/travelline2/src/icons//main/review-dots1.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 43px;
    right: 0;
    background-size: contain;
    background-position: center;
    content: '';
}

.strip_type-bg-blue .slick-dots li button:before {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.strip_type-bg-blue  .slick-dots li.slick-active button:before {
    background: #fff;
}

.slider_type-south-reviews .slider__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slider_type-south-reviews .slider__photo {
    position: relative;
}
.slider_type-south-reviews .slider__block {
    font-size: 16px;
}
.slider_type-south-reviews .slider__photo a:hover:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(32,48,64,.8);
    content: '';
    display: block;
    width: 100%;
    z-index: 1;
}
.webinar-videolink__preview {
    display: block;
}

.slider_type-south-reviews .slider__photo, .slider_type-south-reviews .slider__text-block {
    width: 50%;
}

.slider_type-south-reviews .slider__text-block {
    margin-left: 0;
    padding: 70px 20px 0 100px;
}

.slider_type-south-reviews .slick-dots {
     position: relative;
     margin-top: 20px;
}

.strip_type-bg-gradient-blus {
    background: linear-gradient(180deg, #FFFFFF 0%, #79ABF1 207.52%);
}
.text-with-icon__blocks {
    display: flex;
    text-align: left;
    justify-content: space-around;
    margin-bottom: 50px;
}
.text-with-icon__blocks-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-with-icon__blocks-column .text-with-icon {
    padding: 0 15px 30px;
    display: flex;
    align-items: center;
}
.text-with-icon__blocks-column .text-with-icon:last-child {
    padding: 0 15px;
}

.strip_type-bg-gradient-blus .strip__title {
    padding-bottom: 50px;
}
.contanier-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.strip_type-south-site .container-flex {
    justify-content: flex-end;
    align-items: center;
}
.text-with-icon__blocks-column.column-560 {
    max-width: 560px;
}
.south-hotel-sites {
    display: flex;
    max-width: 1650px;
    margin: 0 auto;
    justify-content: space-between;
}
.south-hotel-sites .product-portfolio__item-block {
    width: 520px;
    height: 330px;
    overflow: hidden;
}
.strip_type-south-site2 .product-control__list-value {
    width: 66%;
}
.strip_type-south-video {
    background: linear-gradient(180deg, #79ABF1 0%, #296DCB 100%);
    color: #fff;
}
.product-block__video-block {
    width: 58.33333%;
    float: left;
    position: relative;
}
.text-video-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.text-video-block__video {
    position: relative;
}
.text-video-block__text {
    padding: 0 70px;
}
.text-video-block__item {
    max-width: 50%;
}
.slider_type-south-sites {
    max-width: 1640px;
    margin: 0 auto;
}
.slider_type-south-sites .slick-track {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.slider_type-south-sites .slider__image_type-product-themes {
    max-width: 520px;
    margin: 0 auto;
}
.slider_type-south-sites .slick-dots {
    margin-top: 20px;
    position: relative;
}
@media (max-width: 1526px){
    .strip_type-south-site .container-flex {
        justify-content: center;
    }
    .text-with-icon__blocks-column.column-560 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px){
    .text-video-block__item {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .south-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;
    }
    .south-table__row, .south-table__row-header2 {
        width: 100%;
    }
}
@media (max-width: 1023px){
    .slider_type-south-reviews .slider__photo,
    .strip_type-bg-blue .slider_type-south-reviews .slider__text-block:before {
        display: none;
    }
    .slider_type-south-reviews .slider__text-block {
        width: 100%;
    }
    .slider_type-south-reviews .slider__text-block {
        padding: 30px 15px 50px;
    }
}

@media (max-width: 992px) {
    .strip_type-south-site2 .product-control__list-value {
        width: 100%;
        padding: 0 15px;
    }
    .button_type-south {
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
}
@media (max-width: 930px){

    .south-table__cell.cell-heading {
        flex-basis: 100%;
    }
    .cell-first-row {
        flex-basis: 33%;
    }
    .south-table__cell {
        flex-basis: 50%;
    }
    .cell-heading-title {
        flex-basis: 100%;
    }
    .cell-first-row.cell-heading {
        text-align: left;
    }
    .gray-bg {
        background: none;
    }
    .cell-with-marks {
        padding: 15px 0;
    }
    .south-table__row-header2 .cell-first-row.cell-heading {
        text-align: left;
    }
    .text-video-block__text {
        padding: 0 15px;
        text-align: center;
    }
}


@media (max-width: 768px) {
    .contanier-flex video {
        margin: 0 auto;
    }
    .strip__text {
        padding: 0 15px 30px;
    }
    .contanier-flex {
        flex-direction: column;
    }
    .text-with-icon__blocks {
        flex-direction: column;
    }
    .text-with-icon__blocks-column {
        width: 100%;
    }
    .product-control__item-text {
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .south-table__cell {
        flex-basis: 100%;
    }
    .cell-first-row.cell-heading {
        max-width: 30%;
    }
    .contanier-flex video {
        display: none;
    }
}

@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;
    }
    .south-table__cell.title {
        font-size: 18px;
    }
}
@media (max-width: 370px) {
    .title__motivator {
        font-size: 12px;
        width: calc(100% + 10px);
        left: -5px;
    }
    .title__motivator:before,
    .title__motivator:after {
        width: 5px;
    }
    .strip strip_type-bg-blue .strip__title {
        padding: 0 15px;
    }
}
/* End */
/* /bitrix/templates/travelline2/src/css/fix/south.css?175222389811583 */
