.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;
}
/* like_crimea */
@keyframes like_crimea {
    0% {
        transform: scale(1);
        animation-timing-function: ease-in;
        filter: hue-rotate(0deg) drop-shadow(2px 2px 1px #9c9c9c);
        
    }
    50% {
        transform: scale(1.05);
        animation-timing-function: ease-in;
        filter: hue-rotate(45deg) drop-shadow(2px 2px 3px #333333);
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-in;
        filter: hue-rotate(45deg) drop-shadow(2px 2px 6px #333333);
    }
}
.like_crimea {
    position: fixed;
    width: 80px;
    z-index: 999;
    bottom: 10px;
    left: 10px;
    animation: like_crimea 1.5s ease 0.5s infinite alternate-reverse;
}

/* rncbWidget */
.rncbWidgetWrap {
    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;
  }
  
  .rncbWidgetTitle {
    text-align: center;
    margin-bottom: 1em;
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid;
  }
  
  .rncbWidgetForm {
    display: flex;
    flex-direction: column;
  }
  .rncbWidgetForm input#total {
    font-size: 16px;
    margin-bottom: 1em;
    padding: 8px 12px;
    border-radius: 12px;
    border: none;
  }
  .rncbWidgetForm #initWidget {
    padding: 8px 12px;
    border-radius: 12px;
    border: none;
    background: #009db2;
    color: #fff;
    transition: 0.3s all;
  }
  .rncbWidgetForm #initWidget:hover {
    background: #428bca;
  }
  /* END | rncbWidget */

  @media screen and (max-width: 480px) {
    .section-sub-banner {
      background-size: auto;
    }
  }
  
  .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;
}

/* cookie */
[data-cookie] {
    position: fixed;
    bottom: -660px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(32,32,32,.5);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    color: #fff;
    transition: bottom .5s;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 13px;
}

[data-cookie].active {
    bottom: 0
}

@media (max-width: 768px) {
    [data-cookie] {
        flex-direction: column
    }
}

[data-cookie-ok] {
    cursor: pointer;
    background: #f1f1f1;
    color: #252525;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 30px;
    display: flex;
    align-items: center
}
[data-cookie-ok]:hover {
    background: #164f55;
    color: #f1f1f1;
}
[data-cookie-text] {
    margin: 0;
    font-size: inherit;
}

@media (max-width: 768px) {
    [data-cookie-ok] {
        margin-left:0;
        display: block;
        margin-top: 10px;
        text-align: center;
        width: 100%
    }
}
/* END cookie */

label#custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  text-transform: inherit;
  margin: 1em;
}

#form_callback label#custom-checkbox a {
    color: #fff;
    text-decoration: underline;
}

label#custom-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}