#booking_iframe_iframe{
    min-height:500px!important;
}
@media screen and (max-width: 767px){
    #booking_iframe_iframe{
        min-height:580px!important;
    }
}
.uc-complex-h .t-img{
    border-radius: 40px;
}
.uc-complex-g .t-slds__bgimg,
.uc-complex-g2 .t-bgimg{
    border-radius: 24px;
}
.t422__text_left,
.t422__img{
    border-radius: 24px 0 0 24px;
}
.t422__text_right,
.t422__text_left+.t422__img{
    border-radius: 0 24px 24px 0;
}
.uc-block-pic-txt-btn .t-btn_sm {
    height: 56px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
}
.uc-block-list-dop ul{
    list-style-type: none;
    padding-left: 0!important;
}
.uc-block-list-dop ul li{
    padding:8px 0;
    font-size: 18px;
    position:relative;
    padding-left:25px;
}
.uc-block-list-dop ul li:before{
    content:'';
    width: 17px;
    height: 22px;
    position: relative;
    left: -8px;
    top: 1px;
    display:inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='28' viewBox='0 0 17 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 21.5C12.366 21.5 15.5 18.366 15.5 14.5C15.5 10.634 12.366 7.5 8.5 7.5C4.63401 7.5 1.5 10.634 1.5 14.5C1.5 18.366 4.63401 21.5 8.5 21.5Z' stroke='%23274B5D' stroke-linecap='square'/%3E%3Cpath d='M6 14.7857L7.85185 16.5L11 13.5' stroke='%23274B5D' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

iframe.uc-booking-form {
    border-radius: 20px;
}
@media (max-width: 980px){
    iframe.uc-booking-form {
        min-height: 70vh!important;
    }
    .tmenu-mobile.tmenu-mobile_opened{
        background-color: rgba(0, 0, 0, 1.0)!important;
    }
    .tmenu-mobile {
        background-color: rgba(0, 0, 0, 0.5)!important;
    }
    .tmenu-mobile .t-menuburger span{
        background-color: #ffffff!important;
    }
    .tmenu-mobile__imglogo{
        width: auto!important;
        max-height: 36px!important;
    }
    .uc-complex-h .t-img{
        border-radius: 24px;
    }
}
@media (max-width: 960px){
    .t422__text_left,
    .t422__text_right{
        border-radius: 0 0 24px 24px;
    }
    .t422__img-mobile,
    .t422__text_left+.t422__img-mobile{
        border-radius: 24px 24px 0 0;
    }
}