.banner--index-form {
    top: 30px;
    right: 160px;
}

#block-search-inner {
    width: 100%;
    background-color: #eeeeee;
}

#block-search {
    border-radius: 12px;
    background-color: #ffffff;
    width: 100%;
    min-width: 300px;
}

.tl-container {
    max-width: 1200px;
    margin: 0 auto;
}

#tl-booking-form {
    margin-top: 30px;
    min-height: 480px;
}

.moob--container {
    /*width: 25%;*/
}

.moob--container .order--phone {
    padding: 0 0 0 10px;
    font-size: 14px;
    font-family:'Jost', sans-serif;
    text-decoration: underline;
    letter-spacing: 0.2px;
}

.moob--container .order--phone:hover {
    text-decoration: none;
}

.menu_top {
    /*width: 55%;*/
}

.advantages {
    display: block;
    position: absolute;
    top: 0;
    right: 330px;
    width: 440px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    opacity: 1;
    transition: all 1.5s ease;
    z-index: 10;
}

.advantages.hide-out {
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: all 1.5s ease;
    z-index: -10;
}

.advantages-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    text-transform: uppercase;
    margin: 0;
    padding: 2px 32px;
    text-align: center;
    color: #424C11;
    background: #B4DC5E;
    font-family:'Jost', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    border-radius: 14px 14px 0 0;
}

.advantages-content {
    position: relative;
    display: block;
    padding: 20px 26px 20px 31px;
    color: #444444;
    background: #ffffff;
    border-radius: 0 0 14px 14px;
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.advantages-item:last-child {
    margin-bottom: 0;
}

.advantages-item:before {
    margin-right: 15px;
    font-size: 24px;
    color: #A59569;
}

.advantages-item__text {
    margin-left: 20px;
    font-family:'Jost', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #444444;
}

@media (max-width: 991px) {
    #utp {
        display: none!important;
    }
}

@media (max-width: 1340px) {
    .fadein .banner--index-form {
        top: 15px;
        right: 0;
    }

    .fadein .inner .content-block {
        padding: 0 20px;
    }
}

@media (max-width: 1279px) {
    .fadein .banner--index-form {
        top: 100px;
        right: 0;
        margin-bottom: 0;
    }

    #block-search-inner {
        margin-top: 57px;
    }

/*    .fadein .index--banner-block .slick-slide {
        min-height: 520px;
    }*/
}

@media (max-width: 991px) {
    .fadein .banner--index-form {
        top: 0;
        right: 0;
    }

    #block-search {
        background-color: #eeeeee;
    }

    #block-search-inner {
        margin-top: 0;
    }

    .moob--container {
        width: 100%;
    }

    .fadein .inner .content-block {
        padding: 0 15px;
    }
}

.tl-button {
	position: absolute;
	top: 23px;
	right: 15px;
	padding: 10px 93px;
	background: #B4DC5E;
	border-radius: 5px;
	color: #000000;
	text-decoration: none;
	font-family:'Jost', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

@media screen and (max-width: 1199px) {
	.tl-button {
		padding: 10px 45px;
		position: relative;
		top: 0;
		display: inline-block;
		margin-left: 15px;
		margin-bottom: 20px;
	}
}

.tl-button:hover {
	text-decoration: none;
}

#tl-search-form {
    transition: 0.3s;
}
#tl-search-form.fixed {
    position: fixed!important;
    z-index: 99!important;
    top: 0!important;
    left: 0;
    right: 0;
    background: #eee;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 100%!important;
    max-width: 100%;
    border-radius: 0!important;
}
#tl-search-form.fixed>div {
    max-width: 1200px;
    margin: 0 auto;
}