@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

html{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding: 0;
  direction: ltr;
  font-family: 'Albert Sans', sans-serif !important;
}

img{
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}
.slick-list {
  direction: initial;
}
.dop-pages {
  overflow: hidden;
  background-color: white;
}
.reach-box a {
  color: #fff;
  word-break: break-all;
}
.reach-us-card a {
  color: #000;
  word-break: break-all;
}
.dop-pages-text {
  text-align: justify;
}

.stayTitl {
  padding-bottom: 18px;
  text-align: start;
  font-weight: 700;
}

.flex-style{
  display: flex;
  flex-direction: column-reverse;
}

.header{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 3;
  background-color: white;
  align-items: center;
  padding: 17px 59px;
}

.logo{
  display: flex;
  align-items: center;
  cursor: pointer;
  color: black;
  gap: 23px;
}

.logoImg img{
  width: 50px;
}

.logoTitle h2{
  color: #44000D;
  margin: 0;
}

nav {
  display: table;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.header-nav{
  display: flex;
  align-items: center;
  gap: 12px;
  padding:  17px 0;
}

.submenu li {
  padding: 10px;
}

.submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  border: 1px solid;
  padding: 12px;
  background: white;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 323px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}

.submenu a {
  text-align: left;
  font-size: 13px;
  color: #44000D;
  transition: .1s ease-in-out;
}

.submenu a:hover{
  color: #6f9eaf;
}

.topmenu:after {
  content: "";
  display: table;
  clear: both;
}

.topmenu>li {
  float: left;
  position: relative;
}

.topmenu>li>a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #44000D;
  transition: .1s ease-in-out;
  text-decoration: none;
}

.topmenu>li>a:hover {
  color: #6f9eaf;
}

.topmenu>li:hover .submenu {
opacity: 1;
transform: scaleY(1);
}

.header-slider-box{
  direction: initial;
  position: relative;
  height: 100vh;
}

.header-slider-box .slick-track{
  height: 100vh;
}

.header-slid{
  justify-content: start;
  text-align: start; 
  display: flex;
  align-items: center; 
  height: 100%; 
}

.benefits-header{
  flex-direction: column;
  gap: 18px;
  text-align: start; 
  display: flex;
  justify-content: center;
  align-items: start; 
  height: 100%; 
  color: white;
}

.benefits-header a:hover{
  color: #FF6F91;
}

.benefits-header p{
  font-size: 19px;
}

.animate-element {
  opacity: 0;
  transform: translateY(17px); 
  transition: opacity 4s ease, transform 4s ease;
}

.animate-element.visible {
  opacity: 1;
  transform: translateY(0);
}

.header-one-box{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden; 
}

.header-one-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(uploads/05-2025/background_1600x9000.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: scaleAnimation 5s infinite alternate; 

}

.header-two-box{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden; 
}

.header-two-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(uploads/05-2025/background_1600x9001.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: scaleAnimation 5s infinite alternate; 

}

.header-tree-box {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden; 
}

.header-tree-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(uploads/05-2025/background_1600x9002.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: scaleAnimation 5s infinite alternate; 
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1); 
  }
  100% {
    transform: scale(1.2); 
  }
}


.header-nav-box{
  display: flex;
  align-items: center;
  flex-direction: row;
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.video-popup {
  background-color: white;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.video-popup video {
  width: 100%;
  max-height: 100vh;
  border-radius: 10px;
}

.play-button{
  padding: 10px 0;
  transition: 0.3s ease-in-out;
  background-color: #FF6F91;
  border-radius: 17px;
  width: 109px;
  color: #fefdf8;
  font-size: 29px;
}

.play-button:hover{
  opacity: 0.7;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.slick-prev{
  left: 12px !important;
}

.slick-next{
  right: 12px !important;
}

@media (max-width: 576px){
  .slick-prev,  
  .slick-next{
    display: none;
  }
}

.slick-prev, .slick-next{
  z-index: 2 !important;
}

.how-order{
  display: flex;
  padding: 42px 0;
  justify-content: space-between;
  flex-direction: row;
  gap: 23px;
}

.how-order-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 12px;
}

.how-order-card i{
  font-size: 30px;
}

.how-order-card h3{
  font-weight: 700;
  margin: 0;
  font-size: 19px;
}

.how-order-card p{
  color: #44000D;
  margin: 0;
  font-size: 16px;
}

.opening-hours{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  color: white;
  border-radius: 17px;
  background-position: center;
  background-size: cover;
  margin: 42px 0;
  padding: 42px 12px;
  gap: 12px;
  overflow: hidden; 
}

.opening-hours::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(uploads/05-2025/background_1600x9003.jpg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  animation: scaleAnimation 8s infinite alternate; 
}

.opening-hours h2{
  font-size: 19px;
}

.opening-hours i{
  margin-right: 10px;
  font-size: 19px;
}

.opening-hours h4{
  font-size: 16px;
}

.prod-cont{
  padding: 42px 0;
}

.prod-cont h2{
  margin-bottom: 30px;
  text-align: start;
}

.prod-cat{
  display: flex;
  justify-content: space-between;
  gap: 23px;
  flex-direction: column-reverse;
}

.prod-box{
  display: flex;
  justify-content: space-between;
  gap: 23px;
  flex-direction: row;
}

.prod-card{
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex: 1;
  
}

.prod-img{
  overflow: hidden;
}

.prod-img img{
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  transition: all 1s ease-in-out;
  height: 239px;
  object-fit: cover;
}

.prod-card:hover .prod-img img{
  transform: scale(1.1);
}

.prod-content{
  align-items: center;
  text-align: center;
  padding: 17px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.prod-content h4{
  font-weight: 700;
  transition: 0.5s ease-in-out;
  font-size: 19px;
  color: #44000D;
}

.prod-content h4:hover{
  color: #FF6F91;
}

.aviable-prod{
  border-bottom: 1px solid;
  font-size: 15px;
  color: #FF6F91;
}

.prod-price{
  font-size: 23px;
  font-weight: 700;
  color: #44000D;
}

.prod-img p{
  display: none;
  font-size: 13px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 12px;
  border-bottom: 1px solid;
  padding: 10px;
  transition: 1s ease-in-out;
  background-color: #44000D;
  color: #fefdf8;
}

.prod-card:hover .prod-img p{
  display: block;
}

.q-a-maina {
  padding: 42px 0;
  margin: 0 auto;
}

.q-a-maina h2 {
  margin-bottom: 30px;
  text-align: start;
}

.q-a-maina-blok {
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}

.q-a-bloki {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

.question {
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 12px;
  cursor: pointer;
}

.answer {
  padding: 12px;
  display: none;
}

.question.hidden {
  background-color: #fefdf8;
}

.answer.hidden {
  display: block;
}

.answer {
  max-height: 537px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.answer.hidden {
  max-height: 743px;
  transition: max-height 0.5s ease-in-out;
}

.comments{
  padding: 42px 0;
}

.comments h2{
  margin-bottom: 30px;
}

.comments-box{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-direction: row;
}

.comments-box .slick-track{
  height: 100%;
}

.comments-card{
  position: relative;
  margin: 0 12px;
}

.comments-card img{
  background-position: center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}

.comments-text{
  background-color: white;
  width: 100%;
  position: relative;
  padding: 10px;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

.comments-text h5{
  font-weight: 700;
  color: #44000D;
  font-size: 15px;
}

.comments-text h5 i{
  margin-right: 10px;
}

.comments-text p{
  color: #44000D;
  font-size: 13px;
}

.osn-form {
  border-radius: 12px;
  margin: 42px 0;
  display: flex;
  flex-direction: column;
  padding:  12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px  12px;
}

.title-container{
  margin-bottom: 30px;
  text-align: center;
}

.title-container h3{
  margin: 0
  font-weight: 700;
}

.input-container {
  position: relative;
}

.input-container .input-field--item--element, .input-container .textarea-field--item--element, .form button {
  outline: none;
  border: 1px solid #f6f6f6;
  margin: 10px 0;
}

.input-container .input-field--item--element {
  background-color: white;
  padding:  12px;
  padding-right: 37px;
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
  box-shadow: 0px 1px 12px 1px rgba(13, 13, 13, 0.05);
}

.input-container .textarea-field--item--element {
  background-color: white;
  padding:  12px;
  padding-right: 37px;
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
box-shadow: 0px 1px 12px 1px rgba(13, 13, 13, 0.05);
}

.check{
  text-decoration: underline;
  color: #44000D;
}

.check:hover{
  color: #FF6F91;
}

.form-check {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  padding: 12px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.submit-form {
  margin: 0 auto;
}

.footer-lay{
  background-color: #44000D;
  padding: 42px 0;
}

.footer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 17px;
}

.footer-one{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0;
  gap: 17px;
}

.footer-logo{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.contact-footer{
  font-weight: 600;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}

.reach-box h5{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.footer-politiks {
  flex: 1;
  display: flex;
  text-align: center;
  flex-direction: column-reverse;
  gap: 18px;
}

.footer-politiks a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease;
}

.footer-politiks a:hover{
  color: #FF6F91;
}

.footer-politik-privacy{
  font-size: 16px;
}

.footer-menu{
  flex: 1;
  display: flex;
  text-align: start;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-menu h3{
  color: white;
  margin-bottom: 12px;
}

.footer-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu ul li{
  padding: 10px
}

.footer-menu ul li a{
  transition: .1s ease;
  color: white;
}

.footer-menu ul li a:hover{
  color: #FF6F91;
}

.footer-two{
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 17px;
}

.footer-two img{
  max-width: 362px;
}

.unit-desc{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 42px;
  padding: 42px 0;
}

.unit-description-top{
  display: flex;
  justify-content: space-between;
  gap: 42px;
  flex-direction: row;
}

.unit-description-bottom{
  padding: 12px;
  background-color: #f9f9f9;
}

.unit-description-img{
  flex: 1;
}

.unit-description-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 17px;
}

.unit-description-price{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.unit-description-price h1{
  font-weight: 700;
}

.unit-description-price h5{
  font-size: 16px;
}

.unit-desc-code{
  flex-wrap: wrap;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 10px 17px;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  flex-direction: row;
}

.unit-desc-code h5{
  margin: 0;
}

.unit-desc-code p{
  color: #FF6F91;
  margin: 0;
}

.rating{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.rating i{
  font-size: 19px;
  color: gold;
}

.lasted-prod-box{
  padding: 42px 0;
}

.lasted-prod-box h2{
  margin-bottom: 30px;
}

.lasted-prod-cards-box{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.lasted-prod-cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin: 0 10px;
}

.lasted-prod-cards-img{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  height: 239px;
}

.lasted-prod-cards-img a:hover{
  color: #FF6F91;
}

.lasted-prod-cards-img img{
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 239px;
  object-fit: cover;
  overflow: hidden;
  transition: opacity 0.3s;
}

.lasted-prod-cards-img a{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 13px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.lasted-prod-cards-img:hover a{
  opacity: 1;
}

.lasted-prod-cards-img:hover img{
  opacity: 0.5;
}

.lasted-prod-cards-boxs{
  background-color: white;
  padding: 10px;
  text-align: center;
}

.lasted-prod-cards-boxs h2{
  font-size: 19px;
}

.reach{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.iframe-map{
  flex: 1;
}

.iframe-map iframe{
  height: 100%;
}

.reach-boxs-container{
  flex: 1;
  padding: 0 42px;
}

.reach-boxs{
  display: flex;
  padding: 42px 0;
  gap: 42px;
  flex-direction: column-reverse;
}

.reach-us{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  gap: 17px;
}

.reach-us h2{
  font-weight: 700;
  color: #FF6F91;
}

.reach-us-box{
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}

.reach-us-card{
  color: #44000D;
}

.reach-us-card i{
  margin-right: 10px;
  color: #6f9eaf;
}

.reach-us-card h5{
  font-size: 16px;
}

.reach-form{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.title-reach-form h2{
  font-weight: 700;
  color: #FF6F91;
}

.title-reach-input{
  display: flex;
  flex-direction: column;
}

.title-reach-input .submit{
  width: auto;
}


.title-reach-input .inputs-reach, .title-reach-input .textarea-reach, .title-reach-input button {
  outline: none;
  border: 1px solid #f6f6f6;
  margin: 10px 0;
}

.title-reach-input .inputs-reach {
  background-color: white;
  padding:  12px;
  padding-right: 37px;
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
box-shadow: 0px 1px 12px 1px rgba(13, 13, 13, 0.05);
}

.title-reach-input .textarea-reach {
  background-color: white;
  padding:  12px;
  padding-right: 37px;
  font-size: 13px;
  line-height: 1.3;
  width: 100%;
box-shadow: 0px 1px 12px 1px rgba(13, 13, 13, 0.05);
}

.hamburger-menu{
  display: none;
}

#menu__toggle {
  opacity: 0;
}

.menu__btn {
  z-index: 12;
  display: flex;
  align-items: center;
  position: relative;
  top: -12px;
  right: 0;
  width: 30px;
  margin: 0 10px;
  height: 30px;
  cursor: pointer;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: black;
}

.menu__btn>span::before {
  content: '';
  top: -12px;
}

.menu__btn>span::after {
  content: '';
  top: 10px;
}

.menu__box {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  width: 317px;
  height: 100vh;
  margin: 0;
  padding: 87px 0;
  z-index: 11;
  list-style: none;
  text-align: center;
  opacity: 0.9;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 12px;
}

.menu__item {
  text-align: start;
  display: block;
  padding:  12px 17px;
  color: #44000D;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.submenu__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 42px;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.submenu__link {
  text-align: start;
  display: block;
  padding: 12px 0;
  color: #44000D;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.submenu__link:hover {
  background-color: #cfd8dc;
}

#submenu-toggle.active + #submenu {
  max-height: 537px; 
}

.menu__item:hover {
  background-color: #cfd8dc;
}

#menu__toggle:checked~.menu__btn>span {
  top: 0;
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
  top: -2px;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  right: 0;
}

.slick-prev:before, .slick-next:before{
  font-size: 29px;
}

@media (max-width: 991px) {
  .header{
    flex-direction: row;
  }

  .header-nav{
    display: none;
  }

  .hamburger-menu{
    display: block;
  }

  .how-order{
    flex-direction: column;
  }

  .prod-box{
    flex-direction: column-reverse;
  }

  .footer-one{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 42px;
  }

  .footer-logo{
    align-items: center;
  }

  .footer-two{
    align-items: center;
    flex-direction: column-reverse;
  }

  .footer-menu{
    text-align: center;
  }

  .unit-description-top{
    flex-direction: column-reverse;
  }

  .reach{
    flex-direction: column-reverse;
  }

  .reach-boxs-container{
    padding: 0 23px;
  }

  .iframe-map iframe{
    height: auto;
  }
}

@media (max-width: 767px) {
  .header{
    gap: 17px;
    padding: 17px 10px;
  }

  .benefits-header{
    align-items: center;
    text-align: center;
  }

  .header-slid{
    justify-content: center;
    text-align: center; 
  }

  .slick-prev:before, .slick-next:before{
    font-size: 23px;
  }
}

.but,
button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
}

.button-1 {
  display: inline-block;
  padding: 12px 17px;
  font-size: 13px;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}

.button-1:hover {
  color: #dc3545;
}

@media (max-width: 768px) {
  .button-1 {
    padding: 12px 17px;
    font-size: 15px;
  }
}

.button-2 {
  display: inline-block;
  padding:  12px 17px;
  font-size: 18px;
  background: linear-gradient(to bottom, #ff6b6b, #ff4949);
  color: #fff;
  border: none;
  border-radius: 23px;
  cursor: pointer;
}

.button-2:hover {
  color: #6c757d;
}

@media (max-width: 768px) {
  .button-2 {
    padding: 12px 17px;
    font-size: 13px;
  }
}

.button-3 {
  display: inline-block;
  padding: 12px 30px;
  font-size: 18px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.button-3:hover {
  color: #0dcaf0;
}

@media (max-width: 768px) {
  .button-3 {
    padding:  12px 17px;
    font-size: 18px;
  }
}

.button-4 {
  display: inline-block;
  padding:  12px 17px;
  font-size: 18px;
  background-color: #2ecc71;
  color: #fff;
  border: none;
  border-radius: 42px;
  cursor: pointer;
}

.button-4:hover {
  color: #198754;
}

@media (max-width: 768px) {
  .button-4 {
    padding: 12px 17px;
    font-size: 13px;
  }
}

.button-5 {
  display: inline-block;
  padding:  12px 17px;
  font-size: 18px;
  background-color: #f39c12;
  color: #fff;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.button-5:hover {
  color: #20c997;
  background-color: #e74c3c;
}

@media (max-width: 768px) {
  .button-5 {
    padding: 12px 17px;
    font-size: 13px;
  }
}

.dop-pages{
  a{
    color: black;
}

.dop-pages-text{
  padding:118px 0px;
}
}

.iframe-map{
  iframe{
    border: none;
  }
}

@media(min-width: 576px){
  .unit-description-img img{
    height: 323px;
  }
}
@media(min-width: 768px){
  .unit-description-img img{
    height: 362px;
  }
}
@media(min-width: 576px){
  .unit-description-img img{
    height: 369px;
  }
}

.page-form{
  width: 100%; margin: 0;

  button{
    width: auto;
  }
}

#call-window_headerlm-box{
  z-index: 1 !important;
}

.zvonok_profileqr__tag_callback-icon{
  z-index: 1 !important;
}

.video-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b7;
  z-index: 4;
}

.video-container{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height:  622px;
  max-width: 880px;

  video{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.video-close{
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 37px;
  right: 37px;
}