.advantages {
    display: none;
    position: absolute;
    top: 30px;
    right: 310px;
    margin: 10px auto 0;
    max-width: 774px;
    width: 100%;
    z-index: 9;
    cursor: default;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    opacity: 1;
    pointer-events: auto;
    transition: all 1s ease;
    background-color: rgba(238,238,238,.95);
    border-radius: 6px;
	z-index: 10;
}

.advantages.hide-out {
    top: 30px;
    right: 310px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 1.2s ease;
	z-index: -10;
}

.advantages-pointer {
    position: absolute;
    right: -11px;
    top: 27px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 11px solid rgba(238,238,238,0.95);
}

.advantages-inner {
    position: relative;
    display: block;
}

.advantages-header {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #1B1918;
    margin: 0;
    padding: 20px 35px 15px;
}

.advantages-header span {
    color: #FE0000;
}

.advantages-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	padding: 5px 32px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #2C2C2C;
}

.advantages-colummn {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
}

.advantages-item:not(:last-child) {
    margin-bottom: 22px;
}

.advantages-item svg {
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: #008FD0;
}

.advantages-item__text {
    width: 88%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.advantages-item__text p {
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #5c6873;
}

.vertical-search-form {
    top: 20px;
}

#block-search {
    min-width: 218px;
}

@media only screen and (min-width: 1200px) {
    .advantages {
        display: block;
    }
}

@media(max-width: 991px) {
    .slider-wrap.slider-lg, .slider-lg ul.slides > li, .slider-lg ul.slides > li > div {
        height: 640px;
    }
}


.bookmarks {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
}

.bookmarks p {
    padding: 0 10px;
    margin: 0 auto !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #3A3F45;
}

.bookmarks li.active {
    text-decoration: none;
    cursor: default;
    background: #3498DB;
    box-sizing: border-box;
}

.bookmarks li.active p {
    color: #FFFFFF;
}

.bookmarks li {
    cursor: pointer;
    height: 55px;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin-right: 16px;
    background: #EFEFEF;
    text-align: center;
}

.bookmarks li:last-child {
    margin-right: 0;
}


#tl-hotel-select {
    display: none;
}

@media(max-width: 480px) {
    .bookmarks {
        flex-direction: column;
    }

    .bookmarks li {
        margin-top: 10px;
        max-width: 100%;
        margin-right: 0;
    }
}
