#block-search {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    position: relative;
}

.tl-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 25px;
}

#tl-booking-form {
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
}

.tl-title {
    width: 100%;
    max-width: 816px !important;
    margin: 40px auto;
    padding: 0 !important;
}

.tl-button {
    font-family: 'Fira Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    max-width: 178px;
    width: 100%;
    padding: 12px;
    margin: 20px 0;
    text-align: center;
    white-space: normal;
    color: #ffffff !important;
    background-color: #70bf44;
    background-image: -webkit-linear-gradient(bottom, #70bf44, #70bf44);
    background-image: linear-gradient(to top, #70bf44, #70bf44);
    border: 0 solid;
    border-color: rgba(255,255,255,0.16);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0%), 0 1px 0 0 rgb(255 255 255 / 0%) inset;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
}
.tl-button:hover {
    background-color: #87c962;
    background-image: -webkit-linear-gradient(bottom, #87c962, #b4d8a1);
    background-image: linear-gradient(to top, #87c962, #b4d8a1);
    border: 0 solid rgba(255,255,255,0.16);
    text-decoration: none !important;
    cursor: pointer;
    color: #ffffff !important;

}

.cert-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 850px) {
    .tl-title {
        padding: 0 20px !important;
    }
}

.tl-button-cert {
    color: #ffffff !important;
    padding: 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'handicraft';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    max-width: 226px;
    text-decoration: none !important;
    border-radius: 4px;
    background: #72D63B;
}

.tl-button-cert:hover {
    opacity: 0.7;
}

.h-phone-tl {
    float: none;
    margin: 0 auto 0 0;
}

.tl-hidden-desktop {
    display: none;
}

.tl-cert-menu {
    display: none;
    order: 100;
}

@media (min-width: 1023px) and (max-width: 1074px) {
    .tl-button-cert {
        max-width: 132px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .h-map-tl {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .cert-wrap {
        display: none;
    }

    .tl-hidden-desktop {
        display: block;
    }

    .tl-cert-menu {
        display: block;
    }
}

body, html {
    overflow: inherit;
}

html {
    width: 100%;
    /*overflow-y: scroll;*/
    position: relative;
}

.tl-fancybox-active {
    position: fixed;
}


.block-search {
    position: relative;
}
.advantages {
    width: 100%;
    max-width: 606px;
    transition: all .8s ease;
    position: absolute;
    z-index: 10;
    top: 208px;
    left: 50%;
}

.advantages.hide-out {
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    z-index: -10;
}

.advantages-header {
    font-family: 'Fira Sans', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #004972;
    border-radius: 6px 6px 0 0;

    background: #7BD4ED;
    padding: 17px;
}

.advantages-content {
    display: flex;
    flex-direction: column;
    padding: 20px 37px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 6px 6px;
}

.advantages-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 3px;
}

.advantages-item:last-child {
    margin-bottom: 0;
}

.advantages-item__icon {
    display: flex;
    width: 24px;
    margin-right: 15px;
    text-align: center;
    flex-shrink: 0;
}

.advantages-item__text {
    font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    color: #000000;
}

@media screen and (max-width: 1280px){
    .advantages {
        left: auto;
        right: 10px;
    }
}

@media screen and (max-width: 1023px){
    .advantages {
        top: 248px;
    }
}

@media screen and (max-width: 924px){
    .advantages {
        top: 308px;
    }
}

@media screen and (max-width: 915px){
    .advantages {
        display: none;
    }
}
