.reservation-form .table-responsive td {
    width: 100%;
}

.header .button {
    margin-top: 25px;
    margin-bottom: 15px;
}

.phone div {
    font-size: 11px;
    position: relative;
    top: -5px;
    text-align: center;
    width: 215px;
    margin: auto;
}

.header .phone-wrap {
    padding-top: 20px;
}

footer .phone {
    height: 55px !important;
}

footer .phone div {
    float: right;
}

.box-contact .phone div {
    top: -25px;
}

.main-contacts-box .button-wrap {
    margin-top: 75px;
}

@media (min-width: 1280px) {
    .footer .menu-wrap {
        min-width: 265px;
    }

    .main-reviews-box .owl-next {
        margin-right: -600px;
    }

    .main-reviews-box .owl-prev {
        margin-left: -600px;
    }
    .frm-row-submit{
        margin-top: 25px;
    }
}

.phone_wa {
    display: inline-block !important;
    position: relative;
}

.phone_wa::before {
    content: '';
    background-image: url(/rio/whatsapp150.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 25px;
    position: absolute;
    left: -30px;
    top: -3px;
}

.box-contact .phone_wa::before {
    top: 5px;
}

.block-btn-reviews {
    width: 100%;
    text-align: center;
    padding-top: 75px;
}

.btn-white {
    color: white;
    border: 2px solid white;
}

.btn-white:hover {
    color: #b8860b;
    border: 2px solid #b8860b;
}

.response-list .response-item {
    margin-bottom: 24px;
}

.response-item__link, .response-item__link:hover, .response-item__link:focus {
    color: #222222;
    font-family: Roboto, Arial, sans-serif;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
}

.response-item__text {
    font-style: italic;
    background-color: #efefef;
    padding: 24px 40px;
    position: relative;
    border-radius: 4px;
}

.response-item__text:before {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-left: 12px solid transparent;
    border-top: 8px solid #d6d6d6;
    border-right: 12px solid #d6d6d6;
}

.response-item__quote {
    font-size: 36px;
    position: absolute;
}

.response-item__quote_left {
    top: 0;
    left: 15px;
}

.response-item__quote_right {
    bottom: 0;
    right: 15px;
}

.response-item__content {
    margin-top: 8px;
    margin-left: 40px;
    font-style: italic;
    font-weight: 400;
}

.block-btn-review-form {
    width: 100%;
    text-align: right;
    padding-bottom: 50px;

}

.review-form-block {
    margin: 50px 15px -30px 15px;
    width: fit-content;
}
.request-form .frm-field{
    width:100% !important;
}
.request-form{
    max-width:350px !important;
}
.request-form .select-wrap{
    margin-bottom: 15px;
}
div[aria-describedby="popup-request-call-form"]{
    width: 385px !important;
    margin-left: -200px !important;
}
input[name="time"]{
    text-align: center;
}
.btn-bron-detail{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 35px;
}
.detail-left{
    width: 33%;
    display: inline-block;
}
.detail-left .fleft{
    float: none;
    margin: auto;
    width: 100%;
}
.detail-right{
    width: 66%;
    float: right;
    padding-right: 15px;
}
.response-item__descr {
    font-style: italic;
    font-size: 12px;
    display: block;
}


@media (max-width: 1000px) {
    .detail-left .btn{
        min-width: 100%;
    }

}

@media (max-width: 450px) {
    .header .phone-wrap {
        padding-top: 0;
    }

    .phone div {
        width: 155px;
    }

    footer .phone div {
        float: none;
    }

    .detail-left{
        width: 100%;
    }
    .detail-right{
        width: 100%;
        float: none;
    }
    div[aria-describedby="popup-request-call-form"] {
        width: 98% !important;
        left: 1% !important;
        margin-left: 0px !important;
    }
    div[aria-describedby="review-form"] {
        width: 98% !important;
        left: 1% !important;
        margin-left: 0px !important;
    }
    .review-form-block{
        margin: 50px 0px -30px 0px;
    }
    .block-btn-review-form {
        text-align: center;
    }
}

.frm-select {
    margin-bottom: 10px;
}
textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="time"], input[type="password"]{
    text-transform: inherit;
}
.btn-top{
    border: 2px solid darkgoldenrod;
    padding: 5px;
    border-bottom: 2px solid darkgoldenrod !important;
}
.btn-top:hover{
    background-color: darkgoldenrod;
    padding-bottom: 5px !important;
}
.header .phone{
	text-align:center;
}