@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

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

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

img{
  max-width: 100%;
}

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

.stayTitl {
  padding-bottom: 24px;
  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: 99;
  background-color: white;
  align-items: center;
  padding: 17px 57px;
}

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

.logoImg img{
  width: 50px;
}

.logoTitle h2{
  color: #321D2F;
  margin: 0;
}

nav {
  display: table;
}

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

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

.submenu li {
  padding: 5px;
}

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

.submenu a {
  text-align: left;
  font-size: 12px;
  color: #321D2F;
  transition: .1s ease-in-out;
}

.submenu a:hover{
  color: #eabf9f;
}

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

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

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

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

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

.top-slider-box{
  direction: initial;
  position: relative;
  height: 80vh;
}

.top-slider-box .slick-track{
  height: 80vh;
}

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

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

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

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

.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(content/images/page-background_64m0.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(content/images/page-background_64m1.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(content/images/page-background_64m2.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 29px;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

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

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

.play-button{
  padding: 5px 0;
  transition: 0.3s ease-in-out;
  background-color: #009500;
  border-radius: 17px;
  width: 143px;
  color: #ffe6ca;
  font-size: 28px;
}

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

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

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

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

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

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

.how-order{
  display: flex;
  padding: 32px 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: 13px;
}

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

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

.how-order-card p{
  color: #321D2F;
  margin: 0;
  font-size: 17px;
}

.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: 32px 0;
  padding: 32px 13px;
  gap: 13px;
  overflow: hidden; 
}

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

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

.opening-hours i{
  margin-right: 5px;
  font-size: 18px;
}

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

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

.prod-cont h2{
  margin-bottom: 29px;
  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: 227px;
  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: 5px;
}

.prod-content h4{
  font-weight: 700;
  transition: 0.5s ease-in-out;
  font-size: 18px;
  color: #321D2F;
}

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

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

.prod-price{
  font-size: 25px;
  font-weight: 700;
  color: #321D2F;
}

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

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



.help-center-maina {
  padding: 32px 0;
  margin: 0 auto;
}

.help-center-maina h2 {
  margin-bottom: 29px;
  text-align: start;
}

.help-center-maina-blok {
  display: flex;
  gap: 5px;
  flex-direction: column-reverse;
}

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

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

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

.question.active {
  background-color: #ffe6ca;
}

.answer.active {
  display: block;
}

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

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

.comments{
  padding: 32px 0;
}

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

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

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

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

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

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

.comments-text h5{
  font-weight: 700;
  color: #321D2F;
  font-size: 13px;
}

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

.comments-text p{
  color: #321D2F;
  font-size: 12px;
}

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

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

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

.input-container {
  position: relative;
}

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

.input-container .input-form-panel--item {
  background-color: white;
  padding: 17px;
  padding-right:  50px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  box-shadow: 0px 2px 7.68px 0.32px rgba(13, 13, 13, 0.05);
}

.input-container .textarea-form-panel--item {
  background-color: white;
  padding: 17px;
  padding-right:  50px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  box-shadow: 0px 2px 7.68px 0.32px rgba(13, 13, 13, 0.05);
}

.check{
  text-decoration: underline;
  color: #321D2F;
}

.check:hover{
  color: #009500;
}

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

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

.submit-form {
  margin: 0 auto;
}

.footer-lay{
  background-color: #321D2F;
  padding: 32px 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: 29px 0;
  gap: 17px;
}

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

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

.customer-support-box h5{
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

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

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

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

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

.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: 13px;
}

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

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

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

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

.footer-two{
  padding: 29px 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: 388px;
}

.product-specs{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 0;
}

.product-specs-top{
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-direction: row;
}

.product-specs-bottom{
  padding: 13px;
  background-color: #f9f9f9;
}

.product-specs-img{
  flex: 1;
}

.product-specs-img img{
  border-radius: 17px;
}

.product-specs-price{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.product-specs-price h1{
  font-weight: 700;
}

.product-specs-price h5{
  font-size: 17px;
}

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

.product-specs-code h5{
  margin: 0;
}

.product-specs-code p{
  color: #009500;
  margin: 0;
}

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

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

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

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

.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 5px;
}

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

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

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

.lasted-prod-cards-img a{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  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: 5px;
  text-align: center;
}

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

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

.iframe-map{
  flex: 1;
}

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

.customer-support-boxs-container{
  flex: 1;
  padding: 0 32px;
}

.customer-support-boxs{
  display: flex;
  padding: 32px 0;
  gap: 32px;
  flex-direction: column-reverse;
}

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

.customer-support-us h2{
  font-weight: 700;
  color: #009500;
}

.customer-support-us-box{
  display: flex;
  gap: 5px;
  flex-direction: column-reverse;
}

.customer-support-us-card{
  color: #321D2F;
}

.customer-support-us-card i{
  margin-right: 5px;
  color: #eabf9f;
}

.customer-support-us-card h5{
  font-size: 17px;
}

.customer-support-form{
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.title-customer-support-form h2{
  font-weight: 700;
  color: #009500;
}

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

.title-customer-support-input .submit{
  width: auto;
}


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

.title-customer-support-input .inputs-customer-support {
  background-color: white;
  padding: 17px;
  padding-right:  50px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  box-shadow: 0px 2px 7.68px 0.32px rgba(13, 13, 13, 0.05);
}

.title-customer-support-input .textarea-customer-support {
  background-color: white;
  padding: 17px;
  padding-right:  50px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  box-shadow: 0px 2px 7.68px 0.32px 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: -10px;
  right: 0;
  width: 29px;
  margin: 0 5px;
  height: 29px;
  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: -13px;
}

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

.menu__box {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  width: 317px;
  height: 100vh;
  margin: 0;
  padding: 61px 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 17px;
}

.menu__item {
  text-align: start;
  display: block;
  padding: 17px 23px;
  color: #321D2F;
  font-size: 18px;
  font-weight: {rand_weight};
  text-decoration: none;
}

.submenu__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 32px;
  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: 13px 0;
  color: #321D2F;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

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

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

.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: 28px;
}

@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: 32px;
  }

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

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

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

  .product-specs-top{
    flex-direction: column-reverse;
  }

  .customer-support{
    flex-direction: column-reverse;
  }

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

  .iframe-map iframe{
    height: auto;
  }


}

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

  .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: 13px 29px;
  font-size:  17px;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

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

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

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

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

.button-3 {
  display: inline-block;
  padding: 17px 29px;
  font-size: 18px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius:  5px;
  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: 17px 23px;
    font-size: 18px;
  }
}

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

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

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

.button-5 {
  display: inline-block;
  padding: 17px 23px;
  font-size: 18px;
  background-color: #f39c12;
  color: #fff;
  border: none;
  border-radius: 8px;
  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: 13px 29px;
    font-size:  17px;
  }
}

.dop-pages{
  a{
    color: #000;
  }
}

.pr-wr{
  padding: 113px 0px;
}

.iframe-map iframe{
  border: none;
}

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

  button{
    width: auto;
  }
}

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

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