@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --text-color-blue: #303672;
    --color-blue: #1B5471;

/* blue team */
    --bg-color-page: #101d64;
    --bg-color-footer: #0b1446;
    --color-white: #fff;
    --color-white-07: rgba(255, 255, 255, 0.7);
    --beige: #F8BF7E;
}

body {
  font-family: 'Ubuntu', sans-serif;
  background-color: var(--bg-color-page);
}

h2 {
    color: var(--color-white);
  /*font-family: 'Fira Sans', sans-serif, Condensed;*/
  /*font-size: 32px;*/
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
@media(max-width: 425px) {
  h2 {
    font-size: 24px;
  }
}

/* header */

.header-wrapper {
   background-color: var(--bg-color-page) !important;
    color: var(--color-white-07) !important;
}

.header-main__phone-icon,
.header-menu__btn {
  color: var(--color-white) !important;
}

.header-main__social {
  background: transparent !important;
}

.header-currency-value {
  border: 1px solid var(--color-white-07) !important;
}

.header-main__phone-link,
.site-menu__link-todo .fa-comment-o,
.header-main__signin-company,
.header-main__link {
    color: var(--color-white) !important;
}
.header-main__link {
    border-bottom: 1px dashed var(--color-white-07) !important;
}
.header-currency-rate:first-child {
  border-right: 1px solid var(--color-white-07) !important;
}
.header-main__phone-link {
  transition: color .3s;
}
.header-main__phone-link:hover,
.header-main__phone-link:active,
.header-main__phone-link:focus {
    color: var(--color-white) !important;
}

.header-nav {
  background-color: var(--bg-color-page) !important;
}

#carouselTop {
    top: 136px !important;
    /* z-index: 1; */
}
.upper-site-menu {
    background: #fff!important;
    min-height: 50px;
    height: 50px;
    z-index: 11;
}
.upper-site-menu-wrapper::before, .upper-site-menu-wrapper::after {
    background: #fff!important;
}
.upper-site-menu, .upper-site-menu .upper-site-menu__link, .upper-site-menu .upper-site-menu__link:hover, .upper-site-menu .upper-site-menu__link:active, .upper-site-menu .upper-site-menu__link:focus {
    color: var(--color-blue)!important;
}
nav.upper-site-menu__nav {
    height: 75px;
    display: flex;
    align-items: center;
}
#header-container-wrapper {
    font-family: 'Roboto';
    min-height: 148px;
}
.upper-site-menu__link {
    font-weight: 600;
    font-size: 16px;
}
.design-scheme--basic-style #header-container-wrapper-main {
    /* height: 60px; */
    /* background: var(--color-blue); */
    color: #fff !important;
    z-index: 11;
    /* margin: 0 0 0 0; */
    /* min-height: 60px; */
    min-height: auto;
    background-image: 
    linear-gradient(to bottom, 
    var(--color-blue) 0%, 
    var(--color-blue) 60px,
    rgba(255,255,255,0.3) 60px,
    rgba(255,255,255,0) 1%),
    url(/media/partners/company_id_3/header/afbfb4a4-6bb8-4787-9d4c-227e783b54cb.png);
}
.header-button-menu, .header-button-dropdown, .header-button-phone, .header-button-signin, .header-sign-out {
    color: #fff !important;
}
section.site-menu {
    height: 60px;
    display: flex;
    align-items: center;
}
.site-menu__inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.site-menu__logo-img {
    display: block;
    height: 75px;
    width: auto;
    margin: 0 36px 0 0;
}
.dropdown-menu:not(.flight-tourists):not(.daterangepicker):not(.dropdown-passengers) {
    margin: 5px 0 0;
    width: max-content;
    min-width: auto;
    background: var(--bg-color-page);
    border: none;
}
.header-nav .header-nav__nested-list a:hover,
.header-nav .header-nav__nested-list a:focus,
.header-nav .header-nav__nested-list a:active {
  color: var(--bg-color-page) !important;
}
.dropdown-menu.dropdown-passengers {
    background-color: #fff;
    padding: 8px;
}
.dropdown-menu[data-role="fligth-form-dropdown"] {
    background-color: #fff;
    color: #000;
}
nav .dropdown-menu {
    margin: -2px 0 0;
}
.dropdown-menu.trip-tourists {
    color: #000;
    background: #fff;
}
.dropdown-menu>li>a {
    padding: 6px 20px;
    color: #fff;
}
.dropdown-menu:not(.header-left-menu) a {
color: #fff;
} 
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    /*background: #2D8CBB;*/
   /* border-radius: 4px;*/
    /*color: #fff;*/
}
.header-button-dropdown {
    height: 40px;
    line-height: 1;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid #fff;
    font-weight: 600;
    padding: 4px 10px;
    font-size: 13px;
}
.header-button-phone {
    font-size: 15px;
}
span.header-rate {
    font-size: 15px;
}
.header-button-signin.dropdown-toggle.hidden-xs {
    font-size: 14px;
}
.dropdown.header-signin-wrapper.auth-no {
    margin: 0 18px;
    border: 1px solid #fff !important;
    border-radius: 7px;
    padding: 5px 17px;
    cursor: pointer;
    transition: all 0.4s;
}
.dropdown.header-signin-wrapper.auth-no:hover {
    box-shadow: 0px 0px 6px 1px #fff;
}
.site-menu__right .dropdown-menu {
    background: #fff;
}
.site-menu__right .menu-toggle-wrapper {
    border: none;
}

i.fa.fa-bars {
    font-size: 1.7rem;
}
.header-button-menu {
    margin: 0;
}
#content-container-wrapper {
    padding-top: 60px;
    background-color: transparent;
}
.hotel-book-panel--fixed {
    top: 100px;
}





/* Поисковик */

ul.nav.nav-tabs.header-nav-list.list-inline {
    display: flex;
    justify-content: start;
}

#hotel-search-form-top-panel {
    background: #303672 !important;
}
.nav-tabs.header-nav-list .nav-item.active .header-nav-list__link {
    /* background: linear-gradient(180deg, #B2906A 0%, #735C43 100%); */
  /* color: #fff; */
  background-color: var(--beige);
  color: #000;
    border: none;
}
.nav-tabs.header-nav-list .nav-item.active .header-nav-list__link .header-nav-list__icon--flight{
    color: #000;
}
.nav-tabs.header-nav-list .header-nav-list__link {
    background-color: #fff;
  /* border: 1px solid #735C43; */
  border-radius: 25px;
}
.header-nav-list__icon, .header-nav-list__icon--flight {
    color: #484848;
}
.nav-item.active .header-nav-list__icon {
    color: #000;
}
.header-nav-list__text {
    color: #484848;
  opacity: 1;
  font-family: 'Fira Sans', sans-serif, Condensed;
  font-size: 16px !important;
  font-weight: 400;
  text-transform: capitalize;
}
.nav-item.active .header-nav-list__text {
    opacity: 1;
}
.form-group:not(.flight-form-wrapper) {
    color: #fff;
}
.autocomplete-list { color: #333; }
#trip_booking_form .form-group,
#hotel-book-form .form-group {
    color: #000;
}
#trip_booking_form .form-group label {
    font-weight: 700;
}
button#show-trips-button {
    text-align: center;
    border: none!important;
}
.daterangepicker .input-mini.active {
  border-color: #B2906A;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #B2906A;
}
.daterangepicker td.in-range {
    background-color: #b2906a36;
}







/* Логотип */

a.site-menu__logo-link {
    background: url(https://unihotel.org/media/upload/rate_codes_files/vectorpaint_-_Corona_Travel_-_181121090819.svg);
    background-size: 100%;
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    top: 27%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.site-menu__logo-img {
    display: none;
}
a.site-menu__logo-link::before {
    background: url(https://unihotel.org/media/upload/rate_codes_files/PastedVector-2-4ac12ae0148204b766dbc556a0afbcbc_-_Corona_Travel__vzbDJ5t.svg) center no-repeat;
    background-size: 100%;
    width: 81px;
    height: 81px;
    margin: -40px 0 0 -40px;
    animation: spinA 12s linear infinite;
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
}
a.site-menu__logo-link::after {
    background: url(https://unihotel.org/media/upload/rate_codes_files/PastedVector-1-1d378f37abc9a7e390e6ec538ade126e_-_Corona_Travel__ZsXpOkP.svg) center no-repeat;
    background-size: 100%;
    width: 51px;
    height: 51px;
    margin: -25px 0 0 -25px;
    animation: spinB 12s linear infinite;
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
}
@-moz-keyframes spinA{
    100%{-moz-transform:rotate(-360deg)}
}
@-webkit-keyframes spinA{
    100%{-webkit-transform:rotate(-360deg)}
}
@keyframes spinA{
    100%{
        -webkit-transform:rotate(-360deg);
        transform:rotate(-360deg)
    }
}
@-moz-keyframes spinB{
    100%{-moz-transform:rotate(360deg)}
}
@-webkit-keyframes spinB{
    100%{-webkit-transform:rotate(360deg)}
}
@keyframes spinB{
    100%{-webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
.logo.header {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.logo.header img {
    width: 193px;
}
.header-container__logo--not-main .logo.header {
    display: none;
}


/* Поисковик */
input {
    border-radius: 7px!important;
}
/*#hotel-search-form-top-panel .row {*/
/*    display: flex;*/
/*}*/
/*.guests-wrapper {*/
/*    padding: 0!important;*/
/*}*/
.blue-material-button {
    text-align: center;
    background: #B2906A !important;
    border-bottom: none;
}
.blue-material-button:hover {
  background: #B2906A !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #D7983D;
    background: #D7983D;
    font-weight: normal;
    color: #fff;
}
.ui-widget-header {
    background: #fff;
}
.input-group .form-control {
    z-index: 0;
}
#common-search-block {
    z-index: 1;
    top: -50px;
    font-family: 'Roboto';
}
#common-search-block.common-search-block--not-main {
        position: relative;
        top: 60px !important;
    }
#common-search-block .well {
  border-radius: 20px;
}
.main-page--text {
    padding-top: 0;
    padding-bottom: 0;
}
.tab-pane .well {
    background: #303672;
    border: none!important;
    margin-bottom: 0;
}
.nav-tabs>li {
    margin-bottom: 0;
}
.tab-content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


/* Разное */
.main-page--text .main-page__content h1 {
  /* color: #000 !important;*/
  /* font-family: 'Fira Sans', sans-serif, Condensed; */
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.popular-countries-container h2, .popular-tours-container h2 {
  margin: 25px 0;
}

.popular-countries__item {
    margin-bottom: 0;
}
.popular-countries__link {
    /* background-color: #B2906A;
  border-radius: 15px; */
    /*position: relative;
    display: flex;
    justify-content: center;
    align-items: center;*/
    background-color: transparent;
  color: var(--color-white);
  font-weight: 500;
  margin-right: 0;
}
.popular-countries__link--active {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--beige);
    /*width: 46px;
    height: 46px;
  border: 1px solid #B2906A;
  border-radius: 50%;*/
}
.popular-countries__link--active::before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: 0.3s;
      z-index: -1;
}
.popular-countries__link:hover {
    color: var(--beige);
    background-color: transparent;
}
.popular-countries__link--active:hover.popular-countries__link--active::before {
    transform: scale(1.1);
}

.popular-hotel__title {
   color: #92510A;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-family: 'Fira Sans', sans-serif, Condensed;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#popular-hotels-all-link,
#news-all-link {
  color: #000;
  font-family: 'Fira Sans', sans-serif, Condensed;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  border: none;
}
.banners-wrapper {
    display: block;
}
.banners-wrapper--1-1-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.dropdown-menu.usetwentyfour {
    background: #38baca!important;
    
}








/* Адаптив */
@media screen and (max-width: 1200px) {
    #hotel-search-form-top-panel .row {
        display: block;
    }
    .upper-site-menu {
        height: 70px;
        margin: 8px 0 0 0;
    }    
}
@media screen and (max-width: 768px) {
    /* .dropdown.header-signin-wrapper.auth-no {
        display: none;
    } */
    .dropdown.header-signin-wrapper.auth-no {
        border: none!important;
        box-shadow: none!important;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
    span.header-rate {
        margin: 0 10px 0 0;
    }
    .header-container-wrapper--main {
        height: 60vh!important;
    }
    .banners-wrapper {
        padding: 50px 0 0;
    }
    #content-container-wrapper {
        padding-top: 80px;
    }
    .nav-tabs.header-nav-list .header-nav-list__link {
        padding: 0 20px;
       // width: 21vw;
    }
    .header-nav-list {
        margin: 0;
    }
    .header-nav-list__link, .nav-tabs .header-nav-list__link {
        padding: 0 10px;
    }
}
@media screen and (max-width: 565px) {
    span.header-rate {
        font-size: 12px;
    }
    .upper-site-menu__link {
        height: 25px;
    }

}
@media screen and (max-width: 500px) {
    #carouselTop {
        top: 155px!important;
    }
    .logo.header {
        top: 15px;
    }
    .list-inline>li {
        padding-right: 2px;
        padding-left: 2px;
    }
    .header-nav-list__icon {
        font-size: 27px;
    }
    .banners-wrapper {
        padding: 153px 0 0;
    }
}
@media screen and (max-width: 425px) {
    nav.upper-site-menu__nav {
        height: 90px;
    }
    .upper-site-menu {
        height: 75px;
    }
    #carouselTop {
        top: 160px!important;
    }
    span.header-rate {
        font-size: 8px;
        margin: 0 7px 0 0;
    }
    #content-container-wrapper {
        padding-top: 20px;
    }
}

@media screen and (max-width: 365px) {
    .upper-site-menu__link {
        font-size: 13px;
    }
    a.site-menu__logo-link {
        background-size: 100%;
        width: 79px;
        height: 79px;
    }
    a.site-menu__logo-link::before {
        background-size: 100%;
        width: 65px;
        height: 65px;
        margin: -33px 0 0 -32px;
    }
    a.site-menu__logo-link::after {
        width: 43px;
        height: 43px;
        margin: -22px 0 0 -21px;
    }
}



/* ===========popup__box-main=========== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Ubuntu:wght@300;400;500;700&   display=swap');

.popup__box-main .container__maldivy {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.main-page--text {
    padding: 0;
}
.popup__box-main h1 {
    font-size: 72px;
    font-weight: 600;
    text-align: center;
    margin: 80px 0 10px;
}
.popup__box-main h2 {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
}
.popup__box-main .maldivy__content p {
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: 400;
    color: #0089af;
}
.popup__box-main .maldivy__content section {
    padding: 30px 0;
}
.popup__box-main .maldivy__content {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #333;
}
.popup__box-main p.title_p {
    font-size: 24px;
    width: 761px;
    margin: 0 auto;
    font-style: italic;
}
.popup__box-main .img__popup p {
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1;
    margin: 20px 0;
}
.popup__box-main .img__popup a {
    border: 1px solid #fff;
    display: flex;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 13px 33px;
    border-radius: 30px;
    font-weight: 500;
}
.popup__box-main .img__popup h3 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 24px;
}
.popup__box-main .img__popup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 90px 0px 38px;
}
.popup__box-main .img__popup-box1, .img__popup-box2 {
    width: 50%;
}
.popup__box-main .img__popup-box1 {
    display: flex;
    flex-direction: column;
}
.popup__box-main .img__popup-box1__box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.popup__box-main .img__popup-box1__item2, .img__popup-box1__item3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 315px;
    padding: 30px;
    width: 50%;
}
.popup__box-main .img__popup-box1__item1 {
    height: 315px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px;
}
.popup__box-main .img__popup-box2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.popup__box-main .img__popup-box2__item1 {
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px;
}
.popup__box-main .img__popup-box1__item1, 
.popup__box-main .img__popup-box1__item2, 
.popup__box-main .img__popup-box1__item3, 
.popup__box-main .img__popup-box2__item1, 
.popup__box-main .img__popup-box2__item2, 
.popup__box-main .img__popup-box2__item3 {
    position: relative;
    overflow: hidden;
    margin: 5px;
    cursor: pointer;
}
.popup__box-main .img__popup-box1__item1 .img__popup-bac, 
.popup__box-main .img__popup-box1__item2 .img__popup-bac, 
.popup__box-main .img__popup-box1__item3 .img__popup-bac, 
.popup__box-main .img__popup-box2__item1 .img__popup-bac, 
.popup__box-main .img__popup-box2__item2 .img__popup-bac, 
.popup__box-main .img__popup-box2__item3 .img__popup-bac {
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.0), rgba(56,186,202,0.40));
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.popup__box-main .img__popup-box2__item2, 
.popup__box-main .img__popup-box2__item3 {
    height: 315px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 5px 5px 10px;
}
.popup__box-main .img__popup img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all ease-in-out .45s;
}
.popup__box-main .img__popup-box1__item1:hover > img,
.popup__box-main .img__popup-box1__item2:hover > img,
.popup__box-main .img__popup-box1__item3:hover > img,
.popup__box-main .img__popup-box2__item1:hover > img,
.popup__box-main .img__popup-box2__item2:hover > img,
.popup__box-main .img__popup-box2__item3:hover > img {
    transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 992px) {
    .popup__box-main .img__popup {
        align-items: center;
        flex-direction: column;
    }
    .popup__box-main .img__popup-box1, 
    .popup__box-main .img__popup-box2 {
        width: 100%;
    }
    .popup__box-main p.title_p {
        width: 100%;
    }
    .popup__box-main .img__popup-box2 {
        flex-direction: column;
    }
    .popup__box-main .img__popup-box2__box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .popup__box-main .img__popup-box2__item2.img__popup-box1__item {
        width: 50%;
    }
    .popup__box-main .img__popup-box2__item3.img__popup-box1__item {
        width: 50%;
    }
    .popup__box-main .img__popup-box2__item1 {
        height: 315px;
        width: 99%;
    }
    #carouselTop {
      top: 154px!important;
    }
    .popup__box-main .container__maldivy {
      width: 720px;
    }
}

@media screen and (min-width: 992px) {
  .design-scheme--basic-style #header-container-wrapper-main {
    min-height: 138px;
  }
}
@media screen and (max-width: 768px) {
    .popup__box-main .img__popup-box1__box,
    .popup__box-main .img__popup-box2__box {
        flex-direction: column;
    }
    .popup__box-main .img__popup-box1__item1, 
    .popup__box-main .img__popup-box1__item2, 
    .popup__box-main .img__popup-box1__item3, 
    .popup__box-main .img__popup-box2__item1, 
    .popup__box-main .img__popup-box2__item2, 
    .popup__box-main .img__popup-box2__item3 {
        width: 100%;
        margin: 5px;
    }
    .popup__box-main .img__popup-box1,
    .popup__box-main .img__popup-box2,
    .popup__box-main .img__popup-box1__box {
        align-items: center;
    }
    .popup__box-main .btn_popup {
        right: 10px;
    }
    .popup__box-main .btn_popup__sotr {
        right: 10px;
    }
    .popup__box-main .img__popup-box1__box,
    .popup__box-main .img__popup-box2__box {
        width: 100%;
    }
    .popup__box-main .img__popup-box2__item2.img__popup-box1__item {
        width: 100%;
    }
    .popup__box-main .img__popup-box2__item3.img__popup-box1__item {
        width: 100%;
    }
    .popup__box-main .container__maldivy {
      width: 520px;
    }
}
@media screen and (max-width: 660px) {
    .popup__box-main .box1__item1-popup__content {
        width: 380px;
    }
    .popup__box-main ul.popup__link {
        padding: 20px 0 30px 0;
    }
}
@media screen and (max-width: 480px) {
    .popup__box-main .box1__item1-popup__content {
        width: 300px;
    }
    .popup__box-main .box1__item1-popup__content h3 {
        font-size: 25px;
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 390px) {
    .popup__box-main .box1__item1-popup__content {
        width: 235px;
    }
}
@media screen and (min-width: 1200px) {
    .popup__box-main .container__maldivy {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .popup__box-main .container__maldivy {
        width: 950px;
    }
}
@media screen and (max-width: 576px) {
    .popup__box-main .container__maldivy {
        width: 95%;
    }
}
@media screen and (max-width: 500px) {
    section .container {
        margin-top: 70px !important;
    }
}
.nav-item.active .header-nav-list__link .header-nav-list__icon::before {
  color: #000;
}
.nav-item.active .nav-link .header-nav-list__text {
  color: #000;
}
.popular-hotel__stars {
  color: #FFD233;
}
.header-nav-list {
  margin-bottom: 5px;
}

#footer-container-wrapper .footer-h4 {
  color: #FFF;
  font-family: 'Fira Sans', sans-serif, Condensed;
  /* font-size: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin: 0;
}
#footer-container-wrapper {
  /* background-color: #303672 !important; */
    background-color: var(--bg-color-footer);
}

/* рекомендованные отели */

.popular-hotel {
  border: none;
    border-radius: 0;
}

.news-block__news-item {
  border-radius: 15px;
}

.news-block__news-item-inner {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-family: 'Fira Sans', sans-serif, Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-block__news-item-inner:hover {
  overflow: auto;
}

.news-block__news-title {
  overflow: hidden;
  color: #92510A;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Fira Sans', sans-serif, Condensed;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-block__news-img {
  border-radius: 15px;
  border: none;
}

.news-block__news-date {
  color: #000;
  font-family: 'Fira Sans', sans-serif, Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer-container-wrapper .footer-link {
  color: rgba(255,255,255,1);
}
.custom-window--t--1 {
    color: #303672;
  }
.trip-main__navigation-link {
  height: 39px;
  border-radius: 4px;
  text-transform: none;
  color: #fff;
  background-color: #303672;
  line-height: 2.2;
}
.trip-main__navigation-link:hover,
.trip-main__navigation-link:focus,
.trip-main__navigation-link:active {
  color: #fff;
}

.popular-tours-container {
  margin-bottom: 30px;
}
.popular-trips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 350px));
  justify-content: center;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  gap: 43px 29px;
}

@media screen and (max-width: 350px) {
   .popular-trips {
       grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    }
}
.popular-trips::before,
.popular-trips::after {
  display: none;
}
.popular-trips li {
  float: none;
  position: relative;
  padding: 0;
  border: none;
  max-width: 350px;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  border-radius: inherit;
}
.popular-trips .news-block__news-item {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  position: initial;
  font-family: 'Fira Sans Condensed';
}
.trip-item__type {
  position: absolute;
  left: 14px;
  top: 15px;
  padding: 4px 26px;
  border-radius: 15px;
  background: #FFF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}

.popular-trips .news-block__news-img {
  border-radius: 15px;
}
.popular-trips  .news-block__news-title {
  color: #92510A;  
  margin: 18px 0 15px; 
  font-family: 'Fira Sans Condensed';
}
.trip-item__description {
    width: 100%;
margin-bottom: 0;
}

.trip-item__title {
    text-transform: none;
    font-weight: 300;
}

.trip-item__img-link,
.trip-item__title-link {
  color:  #92510A;  
}
.trip-item__img-link:hover,
.trip-item__img-link:active,
.trip-item__img-link:focus,
.trip-item__title-link:hover,
.trip-item__title-link:active,
.trip-item__title-link:focus {
  color:  #92510A;  
}

.popular-trips .news-block__news-date {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 18px;
  letter-spacing: -0.7px;
  font-family: 'Fira Sans Condensed';
}

.trip-item__price {
  color: #92510A;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  font-family: 'Fira Sans Condensed';
}

.trip-item__btn-link {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 15px;
  background: #B2906A;
  width: 118px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  right: 16px;
  transition: .5s;
  line-height: 30px;
  font-family: 'Fira Sans Condensed';
}
.trip-item__btn-link:hover,
.trip-item__btn-link:active,
.trip-item__btn-link:focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  background: #B2906A;
  color: #fff;
}

.popular-trips .news-block__news-item-inner {
  min-height: 0;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.guests-wrapper {
  color: #fff;
}

@media(max-width: 768px) {
  #carouselTop .carousel-image {
    object-position: left;
  }
}

.special-hotels__img {
  height: 100% !important; 
}

.btn-success {
  background: var(--beige) !important;
  border: none !important;
}

.btn-success:hover {
  background: var(--beige) !important;
  border: none;
}

@media(max-width: 500px) {
  .news-block__content {
    font-size: 16px;
  }

.news-block__item {
    height: 290px;
  }
}
.header-nav-list__link {
  min-width: 160px !important;
  width: 100% !important;
}
@media(max-width: 768px) {
  .header-nav-list__link {
    min-width: auto !important;
  }
  .header-nav-list__text {
      font-size: 14px !important;
    }
}

@media(max-width: 500px) {
    #common-search-block {
        top: -35px;
    }
  .header-nav-list__link {
    height: 35px !important;
    padding: 0 10px !important;
  }
    .header-nav-list__text {
      font-size: 12px !important;
  }
    .header-nav-list__icon::before {
      width: 20px;
      height: 20px;
    }
}

/* Рекомендуемые туры */

.trip-item {
    margin: 0;
    padding: 0;
}

.trip-item__inner {
    border-radius: 0;
}

@media(max-width: 500px) {
  .trip-item {
    width: 50%;
  }

  .trip-item__inner {
    height: 200px;
  }
}

.trip-item__info {
    top: auto;
    bottom: 0;
    height: auto;
    padding: 15px;
    backdrop-filter: blur(10px);
    background: linear-gradient(0deg, rgba(12, 13, 34, 0.02) 46%, rgba(12, 13, 34, 0) 91.5%);
    mask-image: linear-gradient(to top, rgb(12, 13, 34) 89%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, rgb(12, 13, 34) 89%, transparent 100%);
}
.trip-item__features {
    justify-content: space-between;
    align-items: center;
}

.trip-item__features li:first-of-type {
    font-size: 18px;
    font-weight: 500;
}

.trip-item__features li:nth-of-type(2) {
    font-size: 12px;
    opacity: 0.6;
}

@media(max-width: 500px) {
  .trip-item__title {
    font-size: 14px;
  }
  .trip-item__features li:first-of-type,
  .trip-item__features li:nth-of-type(2) {
    font-size: 10px;
  }
}

.trip-item__footer {
    position: initial;
    padding: 0;
}

.trip-item__inner:hover .trip-item__info {
    background-image: none;
}