.sp-thumbnail-container.sp-selected-thumbnail {
    transition: 0.5s;
}
.booking-module {
    text-align: center;
}
.rooms-grid .room:nth-child(3) {
    width: 100%;
    margin-right: 0;
}
.room.wedding-slide-main {
    width: 1140px;
    margin-right: 0!important;
}
.text-left {
    text-align: left!important;
    margin-bottom: 15px;
}
.rooms-grid .room.restaurant {
    width: 1140px;
    margin-right: 0;
}
#popup_form,#popup_form_callback,#popup_form_booking {
    width: 425px;
    height: 500px;
    background: #d2ab66;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -145px;
    margin-left: -212px;
    display: none;
    z-index: 280;
    padding: 45px 30px;
}
/*.phone span,*/
.phone a,
.email a
/*.email span*/{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    /*text-decoration: none;*/
}
.phone span,
.email span{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.bottom-text-popup{
    display: grid;
}
.phone,
.email{
    margin: 0 auto;
}
.bottom-delimiter{
    border: 1px solid #ddc08f;
    margin-top: 12px;
}
p.form_tip {
    color: #8a221f;
}
input.submit-booking {
    border: none;
    width: 100%;
    margin: 0px 0 15px 0;
    font-size: 20px;
}
.booking-form-title > div {
    color: #fff;
    font-family: "AGBengaly Bold",sans-serif;
    font-size: 36px;
    text-align: center;
}
.booking-form-title {
    margin-bottom: 25px;
}
div#popup_form > form,div#popup_form_callback > form,div#popup_form_booking > form  {
    height: 100%;
}
span.error{
    margin-left:15px;
    background: linear-gradient(to bottom, #F34747 0%, #F02E2B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #A83737;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
    color: #FFFFFF;
    border-radius: 3px;
    text-shadow: 0 1px #8A2D14;
    padding:3px;
    vertical-align: top;
}

input.inputtext {
    color: #68211f;
    padding: 5px;
    width: 100%;
    border: none;
    font-size: 18px;
}
.popup input.inputtext {
    color: #68211f;
    padding: 5px;
    width: 100%;
    border: none;
    font-size: 18px;
    padding: 10px 25px;
    margin-bottom: 20px;
}

.chekbox-button {
    width: 70%;
}

.chekbox-button input {
    width: 35px;
    height: 35px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.chekbox-button label > span {
    color: #fff;
}

/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#popup_form #form_close,#popup_form_callback #form_close  {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
/* Пoдлoжкa */
#overlay_form_callback,#overlay_form,#overlay_form_booking {
    z-index:270; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
.menu-list {
    display: flex;
    flex-basis: 48%;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 2;
    justify-content: space-between;
}
.menu-item {
    width: 48%;
    border: 1px solid #efefef;
    height: 263px;
}
.m-link > a {
    font-size: 18px;
}
.m-link {
    margin-top: 15px;
}
.service-info ul {
    color: #68211f;
}
.service-info ul > li > span {
    color: #000;
}
.error {
    border: 2px solid #ea4141!important;
    padding: 8px 23px!important;
}
.green {
    border: 2px solid green!important;
    padding: 8px 23px!important;
}
.callback-form label {
    display: none!important;
}
.table td {
    border: 1px solid #d2ab66;
    padding: 5px;
    text-align: center;
}
.table th {
    border: 1px solid #d2ab66;
    padding: 5px 0;
}
.responsive-table{
    width:100%;
    overflow: auto;
}
.alert-div {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 300px;
    height: auto;
    display: none;
    background: #d2ab66;
    color: #fff;
    font-family: "AGBengaly Bold",sans-serif;
    font-size: 26px;
    text-align: center;
    margin-left: -300px;
    margin-top: -50px;
    z-index: 999999999;
    padding: 45px 30px;
}
.news-list.menu-list .m-link a {
    color: #b5625f;
}
.news-list.menu-list .n-title a:hover {
    text-decoration: underline!important;
}
.t-custom-text {
    font-size: 17px;
}

.safetravels_img{
    margin: 15px 0 0 65px;
}
.safetravels_img a img{
    width: 100%;
    max-width: 120px;
}