.table__price tr td .gallery a img {
    width: 100%
}
.table__price tr td .desc {
    width: calc(100% - 360px);
}
.table__price tr td .gallery {
    width: 350px;
}

.table__price tr td .desc {
font-size: 18px;
}

.table__price tr td .title a {
    display: inline;
}
.rooms_accordion .panel-body .room-detail_thumbs, .room-detail_tab-content .room-detail_thumbs {
    display: none !important;
}

 .vtb-form {
      display: flex;
      flex-direction: column;
  }
 
 .vtb-form input {
     text-align: center;
 }
 
.vtbWidgetWrap {
    max-width: 700px;
    margin: 1em auto;
    padding: 2em;
    border-radius: 12px;
    box-shadow: 1px 2px 5px #ccc, inset 0px 0px 6px 0px #b3b0b0;
    background: #12dada;
}

.vtbWidgetTitle {
    text-align: center;
    margin-bottom: 1em;
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid;
}

.vtbWidgetForm {
    display: flex;
    flex-direction: column;
}
.vtbWidgetForm input#amount, .vtbWidgetForm input.email {
    font-size: 16px;
    margin-bottom: 1em;
    padding: 8px 12px;
    border-radius: 12px;
    border: none;
}
.vtbWidgetForm .vtb-button {
    padding: 8px 12px;
    border-radius: 12px;
    border: none;
    background: #009db2;
    color: #fff;
    transition: 0.3s all;
}
.vtbWidgetForm .vtb-button:hover {
    background: #428bca;
}

.vtbWidgetForm label {
    text-align: center;
    font-weight: 300;
}

.vtbWidgetWrap-info p {
    margin: 2rem 0 0 0;
    font-size: 13px;
    line-height: 2rem;
}