* {
  outline: none !important;
}

html {
  position: relative;
  /* min-height: 100%; */
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: sans-serif;
  font-family: 'Roboto', sans-serif !important;
  /*background: #f4f4f4 !important;*/
  width: 100%;
  height: 100%;
}

.no-scroll {
  /* margin: 0; */
  /* height: 100%; */
  overflow: hidden;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

button {
  cursor: pointer;
}

/* .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
} */

/* .dark-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.show {
  display: block;
} */

.content {
  flex: 1 0 auto;
}
.fotogalery_box
{
  margin-top: 50px;
}

.section-header {
  font-size: 24px;
  font-weight: 400;
  color: #292929;
  width: 100%;
  text-align: center !important;
}

.email-icon, .numbers-icon {
  max-width: 20px;
  max-height: 20px;
}

.email-icon {
  margin-right: 5px;
  margin-top: -4px;
}

.numbers-icon {
  transform: rotate(13deg);
}

.standart-button {
  padding: 15px 30px;
  background: #d3b00d;
  border: none;
  font-size: 12px;
  color: #fff;
  letter-spacing: 3px;
  transition: .5s;
}

.standart-button:hover {
  transition: .5s;
  background: #b49504;
}

.header-photo button:focus, .header-photo button:active, .popular button:focus, .popular button:active,.photogallery button:focus, .photogallery button:active, .go-to-top:active, .go-to-top:focus {
  outline: none;
}

.close-icon {
  position: absolute;
  top: 3%;
  right: 3%;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.title2
{
  margin-top: 50px;
  width: 100%;
}
.text1
{
  width: 100%;
  margin: 25px 0px;
}
.text2
{
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.contact_box
{
  padding-left: 25px;
}
.soc-ico
{
  color: white;
  font-size: 25px;
  margin-right: 10px;
  float: right;
  cursor: pointer;
}
.footer-new
{
  color: white;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 18px;
}
.numbers-icon
{
  float: left;
  margin-right: 10px;
}
.adress_footer
{
  text-align: center;
  margin: 30px auto;
}
.order_h1
{
  margin-top: 20px;
  text-align: center;
}
.bloc_order
{
  background-color: rgb(239, 239, 239);
  width: 100%;
  padding: 20px 50px!important;
}
.padding_top
{
  padding-top: 20px!important;
}
.img_order
{
  height: 80px;
  width: 80px;
  float: left;
  margin: 0px 20px 0px 0px;
}
.tov_title
{
font-size: 26px;
font-weight: 600;
}
.none
{
  visibility: hidden;
}
.bloc_order .col-md-6
{
  margin-bottom: 15px;
}
.main_ul
{
    list-style-type: none;
    padding: 0;
    display: flex;
    margin-top: 20px;
    font-size: 18px;
    justify-content: center;
}
.main_ul li
{
    margin-right: 20px; /* Відстань між пунктами */
    font-weight: 600;
}
.main_ul li:last-child {
  margin-right: 0; /* Видаляє відступ для останнього елемента */
}

.succes_box
{
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  background-color: rgb(221, 255, 220);
  margin-top: 50px!important;
}
.hidden
{
  display: none!important;
}
.loc_ico
{
  margin-top: 20px;
  width: 40px;
  float: left;
  margin-left: 50%;
}


.loc_ico {
  transition: transform 0.3s ease; /* Анімація для плавного збільшення */
}

.loc_ico:hover {
  transform: scale(1.5); /* Збільшення розміру (1.5 = 150%) */
}
.contacts ul
{
    padding-left: 0px!important;
}


.gallery-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* Шість колонок */
  grid-auto-rows: 200px; /* Фіксована висота рядків */
  gap: 10px; /* Відступи між картинками */
}

.galery img {
  width: 100%; /* Повністю заповнює ширину колонки */
  height: 100%; /* Повністю заповнює висоту рядка */
  object-fit: cover; /* Обрізає зайве для забезпечення однакового вигляду */
  transition: transform 0.3s ease-in-out, object-fit 0.3s ease-in-out; /* Ефект при наведенні */
}

.galery img:hover {
  object-fit: contain; /* Відображає картинку в реальних пропорціях при наведенні */
  transform: scale(2); /* Невелике збільшення для кращого перегляду */
}





@media screen and (max-width: 900px) {
  .soc-ico
  {
    color: white;
    font-size: 25px;
    margin-right: 10px;
    float: none;
    text-align: center;
    cursor: pointer;
  }
  .mobi_text
  {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-new
  {
    color: white;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 18px;
  }
  .numbers-icon
  {
    float: left;
    margin-right: 10px;
  }
  .adress_footer
  {
    text-align: center;
    margin: 30px auto;
  }
  .gallery-container {
    grid-template-columns: 1fr; /* Одна колонка для картинок */
    grid-auto-rows: auto; /* Автоматична висота залежно від контенту */
  }

  .galery img {
    width: 100%; /* Картинка займає всю ширину контейнера */
    height: auto; /* Зберігає пропорції автоматично */
  }
  .galery img:hover {
    transform: none; /* Відключити збільшення */
    object-fit: cover; /* Залишити обрізання зайвого */
  }

  
}