#wrap {
    overflow: hidden;
}

/*Стили Traveline*/

#block-search,
#block-search * {
  box-sizing: border-box;
}
#block-search {
  background: #30303059;
  border: 2px solid #d2d2d2;
  width: 100%;
  max-width: 1162px;
  margin: 0 auto;
  border-radius: 10px;
}
.tl-container {
  padding: 0 25px;
}

#tl-booking-form {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/*/////Стили Traveline/////*/

/* Хлебные крошки */

#header-breadcrumb {
    padding: 10px 0px;
}

#header-breadcrumb .header-breadcrumb-div {
    width: 85%;
    margin: auto;
}

#header-breadcrumb .breadcrumb a {
    text-decoration: none;
    font-size: 1.5rem;
}

#header-breadcrumb .breadcrumb li {
    font-size: 1.5rem;
}

#search-2 {
    height: 50px;
}

.search-div .search-text {
    font-size: 1.2rem;
    padding: 10px 0px;
}

/* Настраиваемое интро */

.section-intro {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 90px;
    background-position: center !important;
}

.section-intro .elemintro-div h1 {
    font-size: 6rem !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
}

.section-intro .elemintro-div h2 {
    font-size: 3rem !important;
    color: #fff !important;
    font-weight: 400;
}

.section-intro .elemintro-div {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.section-intro .sectionintro-div h1 {
    font-size: 6rem !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
}

.section-intro .sectionintro-div h2 {
    font-size: 3rem !important;
    color: #fff !important;
    font-weight: 400;
}

.section-intro .sectionintro-div {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}


/* Таблица программ */

.programs-price .program-header h2 {
    color: #D6D1CA;
    border-bottom: 1px solid #D6D1CA;
    padding-bottom: 30px;
    width: fit-content;
    font-size: 3rem;
}

.programs-price td:first-child{
    padding: 20px 5rem 20px 0rem;
}

.programs-price th:first-child{
    padding: 20px 3rem 20px 0rem

}

.programs-price {
    padding: 50px;
    background: #3B3836;
}

.programs-price table {
    width: 100%;
    margin: auto;
    color: #4D4A47;
}

.programs-price h2 {
    font-size: 3rem;
    font-weight: 400;
    font-size: 2.5rem;
}

.programs-price tr {
    color: #D6D1CA;
    border-color: #D6D1CA;
}

.programs-price td {
    padding: 20px 5rem 20px 5rem;
    font-size: 20px;
}

.programs-price th {
    font-weight: 500;
    padding: 20px 3rem 20px 3rem;
    font-size: 20px;
}

.programs-price h3 {
    width: fit-content;
    border-bottom: 1px solid #D6D1CA;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 2.1rem;
    font-weight: 400;
}

/* Таблица номерного фонда */
.room-price {
    padding: 50px;
    background: #d6d1ca;
}

.room-price table {
    width: auto;
    margin: auto;
    color: #4D4A47;
}

.room-price h2 {
    font-size: 3rem;
    font-weight: 400;
    font-size: 3rem;
}

.room-price td {
    padding: 20px 5rem 20px 3rem;
    font-size: 20px;
}

.room-price th {
    font-weight: 500;
    padding: 20px 5rem 20px 3rem;
    font-size: 20px;
}

.room-price h3 {
    width: fit-content;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 2.1rem;
    font-weight: 400;
}

#header-4 .top-menu {
    display: none !important;
}

#service-1  .single-features {
    min-height: 315px;
}


#service-1 {
    padding-bottom: 20px !important;
}

#intro-1 .slider-content .content   {
    height: 100%;
}

#intro-1 .slider-content .content   {
    align-content: center !important;
}

.flickity-button:focus {
    box-shadow: none;
}  

@media screen and (max-width: 767px) {

.section-intro .elemintro-div h1 {
    font-size: 3rem !important;
}

.section-intro .sectionintro-div h1 {
    font-size: 3rem !important;
    text-align: center;
}

.section-intro .elemintro-div h2 {
    text-align: center;
}

.section-intro  {
    height: fit-content;
}
     
.room-price {
    padding: 5px;
}        
}