@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

:root { 
  --bg-section-1:#040807;
  --bg-section-2:#0a3861;
  --bg-section-3:#4e0056;
  --bg-section-4:#6f0c06;
  --bg-section-5:#5f002a;
  
  --bg-before-1:#fec303;
  --bg-before-2:#FF851B;
  --bg-before-3: #FFDC00;
  --bg-before-4:#2ECC40;
  --bg-before-5:#10f52a;
  

  --flex-direction-column-1:row;
  --flex-direction-column-2:row-reverse;
  --flex-direction-column-3:column;

  --font-size-1:16px;
  --font-size-2:17px;
  --font-size-3:20px;

  --color-activ-1:#FFA500;
  --color-activ-2:#10f52a;
  --flex-basis-1:calc((100% - 60px) / 4);
  --flex-basis-2:calc((100% - 20px) / 2);
  --margin-nCaild-1:20px;
  --margin-nCaild-2:0;
  --black: #040807;
  --white-color:#fff;
  --section-white:#fcfcfc;  
  --hover-tranzitipn: all .5s cubic-bezier(.3,1,.35,1) 0s;  
}

.privacy-pageNV p{
  margin-bottom: 10px;
  text-indent: 3ch;
  
 
}
.privacy-pageNV h1{
  font-weight: 700;
  text-align: center;
  margin-bottom:  27px;
}
.privacy-pageNV h2{
  font-weight: 600;
  text-align: center;
  margin-bottom:16px ;
}
.privacy-pageNV table,.privacy-pageNV a{
  word-break: break-word;
  color: inherit;
}
.main-container { 
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; 
  margin-left: auto;
  margin-right: auto; 
  box-sizing: border-box;
}

body{    
  direction: ltr;
  font-family: 'Wix Madefor Display', sans-serif !important;
  font-size: 15px;
  margin: 0;
  padding: 0px;
  line-height: 1.5; 
  color: var(--black); 
   
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: var(--hover-tranzitipn);
}
a:hover,a:focus{
  color: var(--color-activ-1);
}
img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

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

.burger {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.burger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--bg-before-3);
  margin: 6px auto;
  transition: all 0.3s ease;
}
.burger span:nth-child(2){
  margin-left: 8px;
 
}

#burger-toggle {
  display: none;
  box-sizing: border-box;
}

#burger-toggle:checked ~ .menu {
  visibility: visible; 
  display: block;
}

#burger-toggle:checked + .burger span:nth-child(2) {
  opacity: 0;
}

#burger-toggle:checked + .burger span:nth-child(1) {
  transform: rotate(45deg) translate(9px, 4px);
}

#burger-toggle:checked + .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -4px);
}
.menu-grup{
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 70px;
 
}

.menu {
  position: absolute;
  top:60px;
  right: 0;
  width: 100%;
  display: none;
  height: 550px;
  z-index: 9;
  transition: display 0.5s, visibility 0.5s;
  background-color:var(--black);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.menu ul {
  list-style-type: none; 
  border-top: 1px solid #ffffffa8; 
 
}
.menu-second{
  flex: 2;
}
.menu-forst{
  flex: 1;
}
.menu-link{
  position: relative;
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  padding: 28px 0;
  color: var(--white-color);
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.menu-link::before{
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  bottom: 35px;
  background: var(--bg-before-3);
  z-index: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.menu-link::before{
  right: 100%;
  margin-right: 100%;
  -webkit-transition: right .2s ease-in-out;
  transition: right .2s ease-in-out;
}

.menu-link:hover{  
  padding-left: 22px;
  color: var(--bg-before-3);
}
.menu-link:hover:before{
  right: 0;
  margin-right: 0;
  -webkit-transition: right .2s ease-in-out, margin-right .2s ease-in-out;
  transition: right .2s ease-in-out, margin-right .2s ease-in-out;
}

.menu-link-content{
  position: relative;
  display: inline;
  z-index: 1;
}
.menu-link-content::before{
  content: "";
  position: absolute;
  display: inline-block;
  left: -8px;
  right: -8px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--black);
}
.header-top{
  padding: 15px 0;
  background-color: var(--black);
  position: relative;
  box-shadow: 0px 5px 10px rgb(79 226 24 / 50%);
 
}

.header-content{
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.header-logoUI{
  transition: var(--hover-tranzitipn);
  color: var(--section-white);
  font-size: 21px;   
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;  
}
.header-topUI_logo{
  width:40px;
  height: 40px;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.header-right{
  display: flex;
  align-items: center;
  gap: 30px;
}
.intro{
  padding: 90px 0;
  background-color: var(--bg-section-3);
  min-height: 400px;
  position: relative;
 
}
.featured-text{
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.featured-text h1{
  font-size: 26px;
  color: var(--white-color);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.blok-posit{
  position: relative;
}
.intro-img{
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50vw - 22px);
  height:350px;
   animation-duration: 5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
 
 
}

.intro-img-bg1{
  background-image: url(snapshot/scene_header_66a8cdc1e186d2.84952416.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
    animation-name: fadeInOutBlock1;
}
.intro-img-bg2{
  background-image: url(snapshot/scene_header_66a8cdc429c9d7.81787083.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
    animation-name: fadeInOutBlock2;
}
.intro-img::before{
  position: absolute;
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.4;
  background-color: var(--bg-section-3);
}
@keyframes fadeInOutBlock1 {
  0%, 49.99% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes fadeInOutBlock2 {
  0%, 49.99% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}

.work{
  position: relative;
  background: var(--white-color);
}
.work::before{
  content: "";
  position: absolute;
  display: block;
  top: -44px;
  bottom: -100px;
  right: 0; 
  width: calc(50vw + 72px);
  background: var(--section-white);
  z-index: 0;
}

.servis-wrapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.servis-item{
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: var(--flex-direction-column-3);
}
.servis-blok{
  flex: 1;
  position: relative;
}
.grup-servis{
  display: flex;
  gap: 20px;
  flex-direction: var(--flex-direction-column-3);
}
.servis-iner{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.grup-servis .servis-info h3{
  font-size: var(--font-size-3);
}
.servis-img{
  position: relative;
  height: 440px;
  overflow: hidden;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.servis-img::before,.servis-img::after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--bg-before-3);
  opacity: .7;
  z-index: 1;
}
.servis-img::before{
  right: 100%;
  margin-right: 100%;
  -webkit-transition: right .2s ease-in-out;
  transition: right .2s ease-in-ou
}
.servis-img::after{
  right: -100%;
  margin-right: 0;
  -webkit-transition: right .2s ease-in-out;
  transition: right .2s ease-in-out;
}
.servis-iner:hover .servis-img::before{
  right: 0;
  margin-right: 0;
  -webkit-transition: right .2s ease-in-out, margin-right .2s ease-in-out;
  transition: right .2s ease-in-out, margin-right .2s ease-in-out;
}
.servis-iner:hover .servis-img::after{
  right: 0;
  margin-right: -100%;
}
.servis-info{
  padding: 38px 0 38px 19px;
}
.servis-img_link{
  position: absolute;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    svg{
      width: 20px;
      height: 20px;
      fill: var(--black);
    }
}
.servis-iner:hover .servis-img_link{
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  transition: all .3s ease .3s;
}
.servis-img_link:hover,.servis-img_link:focus{
color: var(--black);
}
.servis-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding:  26px;
  
  p{
    font-size: 17px;
    font-weight: 600;
  }
}
.main-title{
  font-size: 60px;
  line-height: 62px;
  font-weight: 800;
}
.servis-info{
  font-weight: 700;
  display: flex;
  gap: 10px;
  flex-direction: column;
  span{
    color: #8c8b8b;
    font-size: 13px;
  }
}
.titl-ser{
  font-size: 20px;
}
.section-balek{
  position: relative;
  padding: 166px 0 141px;
  
}
.section-balek::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bg-section-3);
  z-index: -1;
}
.title-balek-section{
  font-size: 60px; 
  font-weight: 900;
  text-align: center;
  color: var(--bg-before-3);
  margin-bottom: 50px;
}
.section-contact .title-balek-section,.who .title-balek-section ,.work .title-balek-section{
  color: var(--black);
  position: relative;
}
.article-wrapper{
  display: flex;
  gap: 40px;
   color: var(--white-color);
  flex-direction: column;
}
.article-img{
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.article-content p{
  margin-bottom: 10px;
  text-indent: 3ch;
  
}
.article-content ul,ol{
  list-style: inside;
 
}
.article-price{
  display:inline-flex;
  gap: 10px;
  font-weight: 700;
  margin-top: 20px;
  font-size:23px;
  color:var(--white-color);  
}
.offerings{
  position: relative;
  padding: 80px 0 83px;
  background: var(--white-color);
  overflow: hidden;
}
.offerings::before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: calc(50% + 29px);
  width: calc(50vw - 36px);
  background: var(--section-white);
  z-index: 0;
}
.dark{
  position: relative;
  display: block;
  padding: 102px 0 110px 115px;
}
.dark::before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50vw + 546px);
  background: var(--bg-section-3);
}
.offerings-wrapper{
  position: relative;
  text-align: left;
  z-index: 1;
}
.sect-title{
  color: var(--white-color);
  font-size: 60px;
  line-height: 62px;
}
.offerings-blok{
  display: flex;
  gap: 50px;
  margin-top: 50px;
  flex-direction:  row;
}
.offerings-item{
  flex: 1;
  color: var(--white-color);
 
}
.offerings-list{
  display: flex;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.offering-box{
  
  position: relative;   
  font-size: 18px;
  overflow: hidden;  
  transition: color .2s ease-in-out;
  svg{
    width: 24px;
    height: 24px;
    fill: var(--white-color);
     transition: fill .2s ease-in-out;
  }
}
.offering-box::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #959593;
  z-index: 0;
}
.offerings-title h3{
  font-size: 20px;
}
.offerings-title p{
  color: #8c8b8b;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}
.offerings-list li:hover svg{
  fill: var(--bg-before-3);
}
.offerings-title{
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding: 0 0 17px 20px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1;
}
.offerings-title::after,.offerings-title::before{
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--bg-before-3);
  z-index: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.offerings-title::after{
  right: -100%;
  margin-right: 0;
  bottom: 0;
  -webkit-transition: right .2s ease-in-out;
  transition: right .2s ease-in-out;
}
.offerings-title::before{
  right: 100%;
  margin-right: 100%;
  bottom: 0;
  -webkit-transition: right .2s ease-in-out;
  transition: right .2s ease-in-out;
}
.offerings-list li:hover .offerings-title::before{
  right: 0;
  margin-right: 0;
  -webkit-transition: right .2s ease-in-out, margin-right .2s ease-in-out;
  transition: right .2s ease-in-out, margin-right .2s ease-in-out;
}
.offerings-list li:hover .offerings-title::after{
  right: 0;
  margin-right: -100%;
}
.footerNM{
  padding: 70px 0 70px 0;
  position: relative;
  display: block;
  background: var(--bg-section-3);
}

.footer-bottomJK{
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #8c8b8b;
  border-top: 1px solid #ffffffa8;
}
.footer-inerJK{
  color: #8c8b8b;
  padding-top: 100px;
  display: flex;
  padding-bottom: 15px;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;

}



.footer-topJK{
  display: flex; 
  gap: 20px; 
}
.footer-topJK >div{
  flex: 1;
  position: relative;
}
.map-footer{
  
  height: 476px;
  padding-left: 75px;
  overflow: hidden;
  iframe{
  height: 470px;
  width: 100%;
  }
}


.footer-logo{
  margin-bottom: 80px;
}
.footer-topJK .menu-grup{
  padding: 0;
  max-width: 80%;
}
.footer-topJK .menu-link-content::before{
  background-color: var(--bg-section-3);
}
.footer-topJK .menu-link{
  font-size: 14px;
  padding: 15px 0;
}
.footer-topJK .menu-link::before{
  bottom: 22px;
}
.footer-contact{
  display: flex;
  margin-top: 20px;
  gap: 50px;
  color:  #8c8b8b;
  flex-wrap: wrap;
  flex-direction: row-reverse;

  li{
    a{
      word-break: break-word;
    }
  }
  
}
.section-contact{
  padding: 130px 0;
  position: relative;
  background: var(--white-color);
  
}
.section-contact::before{
  content: "";
  position: absolute;
  display: block;
  top: -44px;
  bottom: 0px;
  background: var(--section-white);
  left: 0;
 height: 95%;
  width: calc(50vw + 72px); 
  z-index: 0;
}
.section-contact .article-content{
color: var(--black);
}
.contact-form{
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}
.newsletter-form{
  width: 60%;
  background: var(--white-color);
  padding: 60px 45px;
  -webkit-box-shadow: -14px 27px 51px 0 rgba(19,19,19,.14);
  box-shadow: -14px 27px 51px 0 rgba(19,19,19,.14);
}
.blok{
  width: 40%;
}
.form-page{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.grup-element{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-inputNL,.textarea,.input-d12715821,.textarea-d12715821{
  box-sizing: border-box;
  width: 100%;
  background: var(--white-color);
  color: var(--bg-before-);
  border-width: 0 0 2px !important;
  border-color: #ddd !important;
  border-radius: 0 !important;
  border-style: solid !important;
  box-shadow: none!important;
  outline: 0 !important;
  padding: 16px 0 5px;
}
.textarea,.textarea-d12715821{
  min-height: 100px;
}
.form-contact{
  color: var(--white-color);
  background: var(--bg-before-3);  
}
.column-section{
  display: flex;
  gap: 80px;
  flex-direction: column;
}
.form-contact_list{
  display: flex;
  gap: 20px;
  flex-direction:  column;
}
.form-contact_item{
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 20px;
  svg{
    width: 30px;
    height: 30px;
    fill: var(--white-color);
  }

  a{
    word-break: break-word;
  }
}
.page-title{
  margin-bottom: 50px;
  font-size: 30px;
  text-align:  center;
  font-weight: 500;
  
}
.who{
  position: relative;
  background: var(--white-color);
  padding: 130px 0;
}
.who::before{
  content: "";
  position: absolute;
  display: block;
  top: 109px;
  bottom: 50px;
  background: var(--bg-before-3);
  left: 0;
  width: calc(50vw + 279px); 
  z-index: 0;
}
.about-gallery_blok{
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
  li{
    flex: 1;
    height: 350px;
  }
}
.about-gallery-item1 img{
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: all .5s ease-in-out;
}
.about-gallery-item2 img{
   
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  overflow: hidden;
  transition: all .5s ease-in-out;
}
.about-gallery-item3 img{
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 100px;
  overflow: hidden;
  transition: all .5s ease-in-out;
}
.about-gallery-item3 img:hover,.about-gallery-item1 img:hover,.about-gallery-item2 img:hover{
  transform: scale(1.05);
}
.statUI{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.statUI-item{
  flex-grow: 1;
  flex-basis: 260px;
  padding: 25px;
  background: var(--black);
  color: var(--white-color);

}
.statUI-item_top{
  position: relative;
  padding: 10px 0;
  font-size: 17px;
  text-align: center;
  border-bottom: 1px solid #8c8b8b;
}
.statUI-item_top::before{
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 40px;
  left: 20px;
  bottom: -2px;
  transition:  right .5s ease-in-out,left .5s ease-in-out;
  background: var(--bg-before-3);
}
.statUI-item_bottom{
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
  color: var(--bg-before-3);
  margin-top: 25px;
  text-align: center;
  
}
.statUI-item:hover .statUI-item_top::before{
  right: 20px;
  left: auto;
  
}
.comment-row{
  display: flex;
  gap: 70px;
  color: var(--white-color);
  flex-direction: row-reverse;
}
.comment-col{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.comment-col p{
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid #959593;
  margin-bottom: 21px;
}
.comment-name{
  display: flex;
  flex-direction: column;
  gap: 10px;
  span{
    color: #959593;
    font-size: 14px;
    font-weight: 500;
  }
}
.benefit{
  position: relative;
  display: block;
  padding: 80px 0;
  background:var(--bg-before-3);
  overflow: visible;
  
}
.left{
  width: 70%;
}
.openings{
  position:relative;
  
  top: -110px;
  background: var(--bg-section-3);
  padding: 50px 40px 60px;
  width: 30%;
  z-index: 1;
}
.openings h2{
  font-size: 32px;
  margin: 0 0 36px;
  line-height: 38px;
  color: var(--bg-before-3);
}
.benefit-item{
  display: flex;
  flex-direction: column;
  gap: 15px;
  svg{
  width: 40px;
  height: 40px;
  fill: var(--bg-before-3);
  }
  p{
    color: var(--white-color);
    font-size: 16px;
  }
}
.benefit-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.value{
  position: relative;
  padding-left: 100px;
  color: var(--black);
  font-weight: 600;
   p{
    padding-bottom: 60px;
    font-size: 20px;
    padding-top: 10px;
   }
}
.value:not(:last-child)::before{
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  bottom: -70px;
  left: 35px;
  width: 2px;
  background: #1d1d1d;
}
.value-img{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 16px;
  background: #f2eedf;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: var(--hover-tranzitipn); 
  svg{
     transition: var(--hover-tranzitipn);  
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
}
.value:hover .value-img svg{
  transform: scale(1.09);
}
.value:hover .value-img{
  background: #fff;
}

@media screen and (min-width: 480px) {
  .main-container{
    max-width: 450px;
  }
			  
}
@media screen and (min-width: 575px){
  .main-container{
    max-width: 540px;
  }
}
@media screen and (max-width: 575px){
    .intro-img{
      width: 100%;
    }
    .titl-ser,.servis-info h3{
      font-size: 17px;
    }
    .servis-text{
      padding: 27px 0;
    }
    .dark{
      padding: 50px 0 65px 20px;
   }
   .footer-topJK .menu-grup{
    max-width: 100%;
   }
   .footer-inerJK,.footer-contact,.footer-bottomJK  {
    justify-content: center;
    text-align: center;
   }
   
   .newsletter-form{
     padding: 60px 15px;
   } 
   .openings h2{
     font-size: 23px;
   }
   .title-balek-section{
    font-size: 26px;
     line-height: 27px;
    margin-bottom: 30px;
    text-align: center;
   }
   .article-img{
    height: 350px;
   }
   .about-gallery_blok{  
    li{
      height: 300px;
    }
  }
  .openings{
    padding: 50px 15px 60px;
  }
  .featured-text{
    text-align: center;
  }
  .featured-text h1{
    font-size: 22px;
  }
  .value p{
    font-size: 16px;
  }
  .comment-col p,{
    font-size: 18px;
  }
  .form-contact_item{
    flex-direction: column;
    font-size: 17px;
  }
  .footer-contact {
    flex-direction: column;
    gap: 25px;
    text-align: start;
  }
  .footer-logo{
    margin-bottom: 50px;
  }
  .footer-inerJK {
    padding-top:  50px;
  }
  .main-title {
    font-size: 34px;
    line-height: 30px;
  }
  .offerings-title h3 {
    font-size: 19px;
}
} 
    
@media screen and (min-width: 768px) {
   .main-container{
   max-width: 730px;				
  }
    
}

@media screen and (max-width: 768px){
  
  .last-menu{
    display: none;
  }
 
  .menu-grup {
    flex-direction: column;
    gap: 20px;
  }
  .menu-link {
    padding: 10px 0;
  }
  .menu-link::before {
      bottom: 17px;
  }
  .grup-servis{
    flex-direction:  column;
  }
  .offerings-blok{
    flex-direction: column;
  }
  

.map-footer{
  padding-left: 0;
}
.newsletter-form{
  width: 100%;

}
.blok{
 display: none;
}
.about-gallery_blok{
  flex-direction: column;
  li{
    flex: auto;
    width: 100%;
  }
}
.about-gallery-item2,.about-gallery-item3{
  margin-top: 0;
}
.comment-row{
  flex-direction: column;
}
.section-balek{
  padding: 100px 0 ;
}
.work::before{
  bottom: -65px;
}
  
}
@media (min-width: 575px) and (max-width: 768px){
 .dark{
     padding: 50px 0 65px 65px;
   }
   .footerNM::before{
  width: calc(50vw - 237px);
}
.title-balek-section{
    font-size: 40px;
     line-height: 43px;   
  }
 
}
 
@media (min-width: 575px) and (max-width: 992px){
   
  
}
@media (min-width: 768px) and (max-width: 991.98px){
   .dark{
      padding: 75px 0 75px 75px;
   }
   .title-balek-section{
    font-size: 50px;
    line-height: 53px;
   }
 
}
@media screen and (min-width: 992px) {
  .main-container {
   max-width: 960px;
  }
}
@media (max-width: 992px){
 
   .featured-text{
    padding: 60px 0;
    width: 100%;
   } 
   .servis-item{
    flex-direction: column;
   }
   .footer-topJK {
    flex-direction: column;
    gap: 50px;
   }
   .map-footer iframe{
     height: 250px;
   }
  .benefit .comment-row{
    flex-direction:  column;
  }
  .left{
    width: 100%;
  }
  .openings{
    top: 0;
    width: 100%;
    box-sizing: border-box;
  }  
}


@media (max-width: 1200px){
  .servis-info {
    padding: 38px 0;
  }
}

@media (min-width: 1200px){
 .main-container {
  max-width: 1170px;
  }
  
}

.base-btn{
  display: inline-block;
  padding: 10px 30px; 
  width: fit-content;
  font-size: 16px; 
  font-weight: bold; 
  text-align: center;
  text-decoration: none;
  cursor: pointer; 
  outline: none;
  border-radius: 1px; 
  transition: background-color 0.3s ease; 
}
.btn-5 {
  text-decoration: none;
  display: inline-block; 
  padding: 15px 30px;
  position: relative;
  border: 2px solid #FFA500;
  color: #FFA500; 
  transition: .4s;
  background-color: #FF0000;
}
.btn-5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: .4s;
}
.btn-5:hover:after {
  border-color: #FFA500;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}
.btn-5:hover,.btn-5:focus{
  color: #fff;
}

.btn-4 {
  
  background: var(--bg-before-3);
  border: solid 1px #fff;
  transition: all linear 250ms; 
  text-align: center;
  color: #121212;
  padding: 15px 30px;
 }

.btn-4:focus,.btn-4:hover{
  background: #5f002a;
  color: #fff;
}

.btn-3 {
  display: inline-flex; 
  border: 2px solid #BFE2FF;
  position: relative;
  overflow: hidden;  
  padding: 12px 30px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  background: #ff0000;
  transition: box-shadow 0.3s, transform 0.3s;
   
}
.btn-3:hover,
.btn-3:active,
.btn-3:focus {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
  color: #FFF;
}
.btn-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent, rgba(191, 226, 255, 0.3), transparent);
  transition: left 0.7s;
}
.btn-3:hover:before,
.btn-3:active:before,
.btn-3:focus:before {
  left: 100%;
}
.btn-2 {
  display: inline-flex;
  position: relative;   
  padding: 12px 30px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;   
  background: #FFA500;   
  border: 2px solid #BFE2FF;
}
.btn-2:hover,
.btn-2:active,
.btn-2:focus {
  color: #FFF;
}
.btn-2:after,
.btn-2:before {
  position: absolute;
  height: 4px;
  left: 50%;
  background: #FFA500;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.btn-2:before {
  top: -6px;
}
.btn-2:hover:after,
.btn-2:hover:before,
.btn-2:active:after,
.btn-2:active:before,
.btn-2:focus:after,
.btn-2:focus:before {
  width: 100%;
  left: 0;
}
.btn-1 {
  display: inline-flex;
  position: relative;    
  color: #FFF;    
  text-transform: uppercase;    
  background: #FFA500;    
  border: 2px solid #BFE2FF;
  overflow: hidden;
  z-index: 1;
}
.btn-1:hover,
.btn-1:active,
.btn-1:focus {
  color: #FFF;
}
.btn-1:before,
.btn-1:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 100%;
  background-color: #bb5502;
  z-index: -1;
}
.btn-1:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.btn-1:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.btn-1:hover:before,
.btn-1:active:before,
.btn-1:focus:before {
  animation: from-left 0.5s both;
}
.btn-1:hover:after,
.btn-1:active:after,
.btn-1:focus:after {
  animation: from-right 0.5s both;
}
@keyframes from-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
    }
    100% {
        right: 50%;
        width: 100%;
    }
}
@keyframes from-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
    }
    100% {
        left: 50%;
        width: 100%;
    }
}