﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/
 
/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

img {border-radius: 4%;
}
.imgdescription {
    display: block;
    font: inherit;
    margin: -20px 0 0;
}
.entry-content p {
	margin-top: 18px;
	margin-bottom: 10px;
}

/* .single-country .site-content-inner {
	flex-wrap: wrap-reverse;
}*/
.visa-free-map {list-style:none;}
.visa-free-map ul li{width:250px;}
.visa-free img{max-width:30px;z-index:99999999;}
.visa-free li{width:250px}
.country-map{list-style:none;}
.country-map ul li{width:180px;}
.country-m li{width:190px;}
.country-map a{text-decoration:none;}
.country-m a{text-decoration:none;}
.country-map ul li a{text-decoration:none;}
.country-map {margin:bottom:20px;}
.general_info {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 7px 39px 0px rgba(21, 24, 48, 0.06);
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 780px;
  width: 100%;
  margin: 40px auto;
}

.general_info p {
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.general_info_img {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.general_info_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.general_info_item {
  width: calc((100% / 5) - 35px);
  display: flex;
     flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  gap: 10px;
}

.general_long_item {
  width: 180px;
}

.general_info p.general_item_title {
  color: #131415;
  text-align: center;
  font-family: "Brygada 1918", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.general_info p.general_info_title {
  color: #131415;
  text-align: center;
  font-family: "Brygada 1918", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.general_info p.general_item_replace {
  color: #131415;
  text-align: center;
  font-family: "NunitoSans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 780px) {
  .general_info {
    width: calc(100% - 30px);
    padding: 40px 20px;
  }

  .general_info {
    margin: 20px auto;
  }

  .general_info_wrapper {
    justify-content: flex-start;
    gap: 30px 0;
  }

  .general_long_item,
  .general_info_item {
    width: calc((100% / 3));
  }
}

@media screen and (max-width: 576px) {
  .general_info p.general_info_title {
    font-size: 20px;
  }

  .general_info p.general_info_title {
    gap: 20px;
  }

  .general_long_item,
  .general_info_item {
    width: 50%;
  }

  .general_info {
    padding: 30px 10px;
  }
}
.sidebar-none .entry-meta {margin-bottom: -15px;}
.entry-author::before {display:none;}
.entry-author {padding-left:5px;}
.entry-date::before {display:none;}
.entry-date {padding-left:5px;}
#tickets-stick {
    position: fixed;
    top: 0;
    background: #f2d621;
    padding: 1em;
    color: #000000;
    font-weight: 600;
    font-family: "Arial", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 8px;
    opacity: 0.92;
    cursor: pointer;
    text-decoration: none;
	margin-left: 30px;
    z-index: 999999;
}

  .gallerym {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gallerym a {
    position: relative;
    width: calc(25% - 10px); /* 4 в рядок з урахуванням відступів */
    margin-bottom: 10px;
    height: 175px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	border-radius: 8px;
  }
  .gallerym a div {
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.5); /* Невелика прозорість для тексту */
    width: 100%;
    text-align: center;
	margin: 45px 0 0 0; 
	padding: 5px 0; 
  }
  @media (max-width: 800px) {
    .gallerym a {
      width: calc(50% - 10px); /* 2 в рядок для мобільних пристроїв */
    }
  }
 .galleryvm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .galleryvm a {
    position: relative;
    width: calc(20% - 10px); /* 5 в рядок з урахуванням відступів */
    margin-bottom: 10px;
    height: 120px; /* Зменшено висоту для пропорціонального підходу */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end; /* Вирівнювання тексту по низу */
    text-decoration: none;
	  color:white;
  }
  .galleryvm a div {
    color: white;
    font-size: 14px; /* Зменшено розмір шрифту */
    background-color: rgba(0, 0, 0, 0.5); /* Невелика прозорість для тексту */
    width: 100%;
    text-align: center;
    padding: 3px 0; /* Зменшено відступ для тексту */
  }
 .galleryvm a span {
    color: white;
    font-size: 14px; /* Зменшено розмір шрифту */
    background-color: rgba(0, 0, 0, 0.5); /* Невелика прозорість для тексту */
    width: 100%;
    text-align: center;
    padding: 3px 0; /* Зменшено відступ для тексту */
  }
 
  @media (max-width: 800px) {
    .galleryvm a {
      width: calc(50% - 10px); /* 2 в рядок для мобільних пристроїв */
    }
  }
/* Стилі приліпашки лайки поділитись */
.expert-review-likes {
    margin: 2px 10px 20px;
}
.mobile-atm.hide {
    transform: translateY(150%); // Hide the div by translating it off-screen
    transition: transform 0.9s ease; // Smooth transition
  }
.mobile-atm {
    position: fixed;
    left: 0px;
    bottom: 0px;
//    padding: 35px 0px 23px;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 48px;
    transition: all 0.5s ease 0s;
 //    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 1000;
}
.mobile-atm-container {
    position: relative;
    max-width: 284px;
    height: 48px;
    display: flex;
margin: 0px;
    padding: 0px 12px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px 0px;
    border-radius: 38px;
}
.enable-event {
    pointer-events: all;
}
.mobile-button img{ margin: 9px 25px 0 0;
 cursor: pointer;}
.mobile-button {
    cursor: pointer; /* Додаємо правило курсору для всього контейнера кнопки */
}

/* Прилипашка*/
/*smartphone*/
.hidden {
  display: none;
}

.expert-review-likes {
  margin: 2px 1px 18px;
}

/* Hide the element initially using transform (optional) */
.mobile-like.hidden {
  transform: translateY(150%); /* Hide the div by translating it off-screen */
  transition: transform 0.9s ease; /* Smooth transition */
}

.mobile-like {
  position: fixed;
  left: 0px;
  bottom: 34px;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 48px;
  transition: all 0.5s ease 0s;
  z-index: 1000;
}

.mobile-like-container {
  position: relative;
  max-width: 294px;
  height: 48px;
  display: flex;
  margin: 0px;
  padding: 0px 12px;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px 0px;
  border-radius: 38px;
}

.enable-event {
  pointer-events: all;
}

.mobile-button img {
  margin: 9px 25px 0 0;
  cursor: pointer;
}

.mobile-button {
  cursor: pointer; /* Додаємо правило курсору для всього контейнера кнопки */
}

/*desktop*/
.hidden {
  display: none;
  opacity: 0; /* Додано непрозорість */
  transition: opacity 0.5s ease; /* Додано анімацію переходу */
}

.desktop-like {
  position: fixed;
  top: 24px; /* Змінено для розташування зверху */
  display: flex;
  flex-direction: column; /* Змінено для вертикального розташування */
  align-items: center;
  width: auto; /* Змінено, щоб ширина автоматично підлаштовувалася під вміст */
  height: auto; /* Додано для обмеження висоти    max-height: 0; */
  transition: all 0.5s ease 0s;
  z-index: 1000;
}

.desktop-like-container {
  position: relative;
  width: 74px;
  display: flex;
  flex-direction: column; /* Змінено для вертикального розташування */
  margin: 0px;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px 0px;
  border-radius: 12px; /* Змінено для меншої заокругленості */
}

.enable-event {
  pointer-events: all;
}

.desktop-button img {
  margin: 9px 15px; /* Змінено для вертикального відступу */
  cursor: pointer;
}

.desktop-button {
  cursor: pointer;
  margin: -21px 0 20px 12px;
}

@media only screen and (max-width: 800px) {
  .desktop-like {
    display: none;
  }
	.expert-review-likes {
  margin: 2px 1px 18px;
}
}
@media only screen and (min-width: 800px) {
.expert-review-likes {
  margin: 2px 15px 18px 10px;
}
	.expert-review-likes__button {padding: none !important;}
	}