.section-bg, body {
    background: #f2f5e2;
}

.tl-container {
    margin-top: 10px;
    background-color: #f2f5e2;
}

#flvmenu {
    z-index: 1000;
}

.form-popup-request, .form-popup-request__textarea, .form-popup-request__input, .form-contacts__form, .form-contacts__input, .form-contacts__textarea, .form-popup-callback,
.form-popup-callback__input {
    background-color: #f2f5e2 !important;
}

.rooms-section-tile__item, .section-action__text-box {
    background-color: #f2f5e2;
}

.section-company__box-img, .content-box h1, .rooms-section-tile__item,.section-map__contacts-item, .form-contacts__form, .form-contacts__input, .form-contacts__textarea, ul#vertical-multilevel-menu li, .section-action__item, .content-box td, .content-box th, .form-popup-callback,
.form-popup-callback__input {
    border-color: #dfc16b;
}

.fancybox-close-small {
    background-color: #dfc16b;
}

.contacts__value {
    line-height: 1.5;
}

.content-box tr {
    background: #f2f5e2;
}

.tabs>ul>li.active, .tabs>ul>li.active:hover, .tabs>ul>li:hover {
    background-color: #dfc16b;
}

.content-box table tr:nth-child(odd) {
    background: #e3e6d4;
}


.hdslide_home {
    background: transparent;
}

#footer .footer__logo img {
    width: auto;
}

.link_back {
    margin: 30px 0px 30px 15px;
    width: 100%;
}

.portfolio-detail__desc.conference {
    padding: 0px 30px;
}

.modal-index {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000000;
}
.modal-index .modal-content {
    position: relative;
    max-width: 1200px;
}
.modal-index .close-index {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    font-weight: 200;
    cursor: pointer;
    color: white;
}
.modal-index img {
    max-width: 100%;
    height: auto;
    display: block;
}

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);  /* Полупрозрачный черный фон */
    color: white;
    text-align: center;
    padding: 20px 0px;
    font-size: 16px;
    z-index: 9999;
    display: none;  /* Изначально скрыто */
}

.header-slider__tl-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 90%;
}

.header-slider__img-container {
    text-align: center;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-link-all-center {
    background-color: #dfc16b;
    color: white;
}

.tab-buttons .btn{
    display: block;
    width: 200px;
    text-align: center;
    margin: 0px 10px;
    padding: 15px 30px;
    border: 1px solid #dfc16b;
    border-radius: 4px;
    text-decoration: none;
    color: #dfc16b;
    background: transparent;
    font-size: 16px;
}

.tab-buttons .btn.active {
    background-color: #dfc16b;
    color: white;
}

.img_full_index {
    width: 100%;
    margin: 50px 0px;
}

.section-company__title h2{
    border-bottom: 1px solid #dfc16b;
}

.history_index {
    padding-top: 30px;
}

#header .header-inner-main-page {
    z-index: 11;
}

h1, h2, h3, h4, h5, h6, .section-company__title h2, .section-main-page-title{
    font-family: Sans , sans-serif !important;
}

.button_tabs {
    width: 100%;
}

#tl-booking-form {
  width: 100%;
  max-width: 1440px;
  margin: 110px auto 0;
}

#block-search,
#block-search * {
  box-sizing: border-box;
}

.tl-container {
  padding: 0 20px;
}

footer {
    margin-bottom: -70px;
}

.header-top .col-lg-auto {
    display: flex;
    flex-direction: column;
    align-self: end;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

.dop-version {
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: transparent;
    cursor: pointer;
    transition: all .3s;
    text-wrap: nowrap;
    margin-top: 10px;
}

.dop-version__content {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}

.dop-version svg {
    margin-right: 8px;
}

.column {
    flex-direction: column;
}

.menyu {
    display: flex;
    flex-direction: column;
}

.sertifikaty .col-md-4,
.menyu .col-md-4 {
    max-width: 99%;
    border: 1px solid #ececec;
    padding: 20px 15px;
    transition: all .3s;
}

.sertifikaty .col-md-4:hover,
.menyu .col-md-4:hover {
    background: var(--main-template-color);
}

.document_title {
    display: inline-block;
    width: 100%;
    font-size: 1.1rem;
    padding-bottom: 2px;
    transition: all .3s;
    color: #333;
}

.sertifikaty .col-md-4:hover .document_title,
.menyu .col-md-4:hover .document_title {
    color: #fff;
}

.mb-20 {
    margin-bottom: 20px;
}

/*________________________ media ________________________*/
/* _____________________________________________________ */

@media (max-width: 991px) {
    .widget-101 {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .header-slider__tl-container {
        display: none;
    }
}


@media (max-width: 350px) {
    .widget-101 {
        display: none;
    }
}