 /*RESTAURANTS*/
.wheal-circle__red {
  top: -30%;
}
.restaurants-circle__silver {
  top: -10%;
}
a {
  color: #fff;
}
.searchResult {
  list-style: none;
  padding: 0px;
  margin: 22px 0 0 0;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 9999;
  max-height: 300px;
  overflow: scroll;
}
.searchResult li{
  padding: 8px 24px;
  border-radius: 5px;
}
.searchResult li:hover{
  cursor: pointer;
  background-color: red;
}

.searchResult::-webkit-scrollbar, .filter-search-city_dropdown::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  cursor: pointer;

}

/* Track */
.searchResult::-webkit-scrollbar-track, .filter-search-city_dropdown::-webkit-scrollbar-track {
  background-color: transparent;
    margin-top: 0px;
    margin-bottom: 12px;
}
 
/* Handle */
.searchResult::-webkit-scrollbar-thumb, .filter-search-city_dropdown::-webkit-scrollbar-thumb {
  background-color: #3F4765;
  border-radius: 32px;

}





#map {
  position: relative;
  z-index: -1;
  /*box-shadow: 0px 4px 16px rgba(8, 10, 29, 0.15);*/
  width: 100%;
  height: 100vh;
}

.page-template-page-restaurant {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
/*#celentano-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
*/
#celentano-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  z-index: -1;
}
.restaurant-sub-header {
  width: 100%;
  position: relative;
  background-color: #fff;
}
.restaurant-sub-header__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.restaurant-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 70%;
  width: 100%;
  margin-left: 32px;
  max-height: 48px;
  height: 100%;
}
.restaurant-filter__addres {
    width: 480px;
    position: relative;
    display: block;  
}
.restaurant-filter__addres input::placeholder {
  color: rgba(8,15,41, .2);
}
.restaurant-filter__addres input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #33394F;
  border-radius: 32px;
  height: 100%;
  padding: 14px 24px;

  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;

  box-shadow: 0px 8px 16px rgba(8, 15, 41, 0.15);


  color: rgba(8,15,41, 1);
}
.restaurant-filter__city, .restaurant-filter__services {
    margin-left: 24px;
    width: 100%;
    position: relative;
}
.news-search.mobile .restaurant-filter__addres {
  display: none;
}

.restaurant-filter__city {
  max-width: 192px;
}
.restaurant-filter__services {
  max-width: 192px;
}


.filter-list.opened {
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
}
.restaurants {
  position: absolute;
    top: 0;
    left: -2000px;
    max-width: 604px;
    width: 100%;
  
  background: #080F29;
  box-shadow: 0px 4px 16px rgba(8, 10, 29, 0.15);
  border-radius: 0 32px 32px 0;
  overflow: hidden;
  transition: all .5s;
}
.restaurants.opened {
  left: 0;
}
.restaurants.opened .show-map {
    right: 30px;
    top: 32px;
    left: auto;
    transform: rotate(180deg);
    border-radius: 32px;  
    z-index: 2;
}



.restaurants-list::-webkit-scrollbar, .restaurants-list__item-wrap.second.active::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
  cursor: pointer;

}

/* Track */
.restaurants-list::-webkit-scrollbar-track, .restaurants-list__item-wrap.second.active::-webkit-scrollbar-track {
  background-color: #080F29;
    margin-top: 32px;
    margin-bottom: 32px;
}
 
/* Handle */
.restaurants-list::-webkit-scrollbar-thumb, .restaurants-list__item-wrap.second.active::-webkit-scrollbar-thumb {
  background-color: #3F4765;
  border-radius: 32px;

}



.show-map {
    padding: 12px;
    background-color: #080F29;
    box-shadow: 0px 4px 16px rgba(8, 10, 29, 0.15);
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s;
}
.show-map.active {
  left: -400px;
}
.show-map .show-icon {
  width: 32px;
  height: 32px;
  background-color: #20273E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}




.restaurants-list {
  max-height: 601px;
  min-height: 600px;
  height: 100%;
  overflow-y: scroll; 
  position: initial;
}
.restaurants-list__item-wrap.first {
  position: relative;
  padding-left: 35px;
  margin-right: 100px;
}
.restaurants-list__item.first {
  padding-top: 32px;
  padding-bottom: 18px;
  padding-left: 102px;

  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1;
  background-color: #080F29;
}
.restaurants-list__first-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
  color: #FFFFFF;  
  margin-bottom: 8px;
}
.restaurants-list__first-count {
  display: none;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;

  opacity: 0.5;
}

.restaurants-list__item-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.restaurants-list__item.restaurant {
  /*position: relative;*/
  padding-left: 102px;
  padding-top: 8px;
  padding-bottom: 12px;
  width: 100%;
}
.restaurants-list__item-wrap.first:hover {
  cursor: pointer;
  opacity: 0.8;
}
.restaurants-list__item.restaurant:nth-child(odd) {
  background: rgba(255,255,255,.1);
}
.restaurants-list__item.restaurant:nth-last-child(1) {
  padding-bottom: 30px;
}
.restaurants-list__item-wrap.first:before {
  content: '';
  position: absolute;
    left: 0;
    top: 2px;
  width: 16px;
  height: 16px;
  background: #FF0F00;
  border-radius: 50%;
}

.restaurants-list__item-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;

  color: #FFFFFF;
  margin-bottom: 8px;
}

.restaurants-list__item-till {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 8px;
}
.restaurants-list__item-number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*-ms-align-items: center;
  align-items: center;*/
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.restaurants-default-icon {
  max-width: 16px;
  max-height: 16px;
}
.item-till__prefix, 
.item-till__time,
.item-till__phone {
  margin-left: 8px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  opacity: 0.8;
}
.item-till__phone {
  margin-bottom: 6px;
}
.phones-till {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.restaurants-list__item-icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.item-icons_no-link {
  margin-right: 8px;
  max-width: 20px;
  min-height: 20px;
}
.item-icons_no-link:nth-last-child(1) {
  margin-right: 0;
}

.restaurants-list__item-wrap.second {
  z-index: 2;
}










.restaurants-list__item-wrap.second {
  display: block;
  position: absolute;
  visibility: hidden;
  transition: all .4s;
  top: -2000px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #080F29;
  color: #FFF;
  box-shadow: 0px 4px 16px rgba(8, 10, 29, 0.15);
  font-family: Gilroy;
  font-style: normal;
}

.restaurants-list__item-wrap.second.active {
  visibility: visible;
  top: 0;
  overflow-y: auto;
}
.restaurants-list__item-wrap.second .modal-img {
  width: 100%;
  max-height: 280px;
  display: flex;
  overflow: hidden;  
}
.restaurants-list__item-wrap.second .modal-img img {
  width: 100%;
  object-fit: cover;
}

.restaurants-list__item-wrap.second .modal-info .info-address {
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 18px;
  opacity: 0.9;
}

.restaurants-list__item-wrap.second .modal-wrapper {
  /*margin: 0 80px 0 108px;*/
  /*max-width: 416px;*/
  padding: 0 40px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.restaurants-list__item-wrap.second .social-wrapper{
    display: flex;
    width: 100%;
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 22px 40px;
}
.social-share__toggle {
  cursor: pointer;
  fill: #fff;
  transform: rotate(180deg);
  height: 20px;
  display: inline-block;
}
.social-wrapper .social-share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    position: relative;
    width: 50%;
  height: 100%;
}
.social-share__links {
    display: none;
}
.social-share__links.active {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    left: 30px;
}
.post-link__share {
    margin-right: 16px;
    max-width: 28px;
    max-height: 28px;
    display: inline-block;
    width: 20px;
}
.post-link__share:nth-last-child(1) {
  margin-right: 0;
}
.restaurants-list__item-wrap.second .modal-info {
  margin: 24px 0;
}
.restaurants-list__item-wrap.second .info-data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.restaurants-work__shudle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.restaurants-work__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 4px;
}

.restaurants-list__item-wrap.second .work-time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.social-restaurant {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.restaurants-list__item-wrap.second .social-restaurant a {
  max-width: 25px;
  margin-right: 8px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.restaurants-list__item-wrap.second .time, .restaurants-list__item-wrap.second.active .phone {
  display: flex;
  align-items: flex-start;
}

.restaurants-list__item-wrap.second .time, 
.restaurants-list__item-wrap.second .phone a,
.restaurants-list__item-wrap.second.active .phone a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.8;
  color: #fff;
}

.restaurants-list__item-wrap.second .time {
  margin-right: 24px;
}
.restaurants-list__item-wrap.second .time img, .restaurants-list__item-wrap.second.active .phone img {
  margin-right: 8px;
  opacity: 0.7;
}

.restaurants-list__item-wrap.second .modal-actions {
  height: auto;
  position: relative;
}

/*.restaurants-list__item-wrap.second.active .modal-actions .actions-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.1;
}*/

.restaurants-list__item-wrap.second .modal-actions ul {
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  padding: 18px 40px;
  background-color: rgba(255,255,255,.1);
  /*margin-bottom: 30px;*/
}

.restaurants-list__item-wrap.second .modal-actions ul li{
  max-width: 106px;
  /*height: 96px;*/
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.restaurants-list__item-wrap.second .action-link{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.restaurants-list__item-wrap.second .action-text {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 8px;
  text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: auto;
}

.google-share {
  margin: 5px 0;
}
.restaurants-list__item-wrap.second .leave-testemonial {
  display: inline-block;
  background: #FFFFFF;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #080F29;
  opacity: 0.9;
  box-shadow: 0px 8px 16px rgba(8, 15, 41, 0.15);
  border-radius: 32px;
  padding: 10px 16px 10px 44px;
  background-image: url(../assets/images/writing.svg);
  background-repeat: no-repeat;
  background-position: 13px 10px;
}

.restaurants-list__item-wrap.second .close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 24px;
  right: 24px;
  background-color: #20273e;
  border-radius: 50%;
  cursor: pointer;  
}
/*footer.site-footer {
  display: none;
  visibility: hidden;
}*/
/*RESTAURANTS*/
