#tl-anchor {
    font: 16px/20px PT Sans Caption, Arial, sans-serif;
    color: #333;
    line-height: 22px;
    margin: -4px auto 27px;
    max-width: 1440px;
}

.main {
    position: relative;
}

#tl-search-form {
    transition: 0.3s;
}
#tl-search-form.fixed {
    position: fixed!important;
    z-index: 99!important;
    top: 70px!important;
    left: 0;
    right: 0;
    background: #46718b;
    max-width: 100% !important;
}
#tl-search-form.fixed>div {
    max-width: 1170px;
    margin: 0 auto;
}

#block-search-inner {
    background: #46718b;
    margin-top: 1px;
}

#block-search-inner .tl-container {
    max-width: 1170px;
    margin: 0 auto 30px;
}

#block-search {
    background: #46718b;
}

#block-search .tl-container {
    max-width: 1170px;
    margin: 0 auto;
}

.tl-container {
    padding: 0;
}

#tl-booking-form {
    margin-right: -8px;
}

#booking-page .top-callback .callback,
#booking-page #footer .social
{
    display: none!important;
}

@media(max-width: 500px) {
    .tl-container {
        padding: 0;
    }
}

/*у т п*/
.front .flex-direction-nav {
    z-index: 99!important;
}

.advantages {
    position: absolute;
    max-width: 500px;
    width: 100%;
    padding: 0;
    cursor: default;
    z-index: 10;
    right: 20px;
    top: 40px;
}

.advantages-header {
    padding: 20px;
    background-color: #1B5274;
    border-radius: 0;
    font-family: PT Sans Caption, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    color: #FFFFFF;
    text-align: center;
}

.advantages-content {
    display: flex;
    padding: 13px 25px 25px;
    border-radius: 0px 0px 3px 3px;
    background-color:  rgba(20, 47, 78, 0.85);
}

.advantages-column {
    flex: 1 1 100%;
}

.advantages-item {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.advantages-item:not(:last-child) {
    margin-bottom: 10px;
}

.advantages-item__icon {
    display: inline-block;
    width: 30px;
    margin-right: 13px;
    text-align: center;
    flex-shrink: 0;
}

.advantages-item__text {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    align-items: center;
    color: #FFFFFF;
}

.top-thing {
    position: relative;
}
.advantages-item__btn {
    background: #4D7C99;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    margin: 8px auto;
    padding: 10px 34px;
    font-family: PT Sans Caption, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}
.advantages-item__btn:hover,
.advantages-item__btn:focus {
    color: #FFFFFF!important;
}
.top-thing svg {
    position: absolute;
    left: calc(50% - 9.5px);
    top: -5px;
}

.tl-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4d7c99;
    color: #ffffff;
    font-family: 'PT Sans',Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    border-radius: 3px;
    height: 42px;
    width: 200px;
    margin-bottom: 20px;
}

.tl-button:hover {
    color: #ffffff;
    background-color: #5487a7;
    border-color: #5487a7;
    text-decoration: none;
}

@media screen and (max-width: 1675px) {
    .advantages {
        max-width: 445px;
    }
}

@media screen and (max-width: 1605px) {
    .advantages {
        max-width: 370px;
        right: 5px;
    }
}

@media screen and (max-width: 1400px) {
    .advantages {
        max-width: 260px;
        top: 5px;
    }
    .advantages-content {
        padding: 15px;
    }

}
@media screen and (max-width: 1100px) {
    .advantages {
        display: none;
    }
}

.tl-lk_button {
    display: flex;
    margin-top: 10px;
}
.tl-lk_link {
    position: relative;
    background: #454546;
    padding: 10px 30px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
}

.tl-lk_link:hover {
    background-color: #5a5a5c;
    color: #FFFFFF;
}