@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

:root {
  --bg-overley-1:#393636c4; 
  --bg-overley-2:#490303a8; 
  --bg-overley-3:#27482fb3;
  --bg-overley-4:#021927a8;
  --bg-overley-5:#191413ad; 

  --color-accent-1:#f33c2d;  
  --color-accent-2:#ff9966;
  --color-accent-3:#ececec;  
  --color-anim-1:#efd510;
   --color-anim-2:#ff9966;
    --color-anim-3:#ececec;
  --bg-blog-1: linear-gradient(0deg, rgb(56 56 54 / 78%) 25%, rgb(45 49 29 / 89%) 63%);
  --bg-blog-2: linear-gradient(0deg, rgb(50 50 31 / 78%) 25%, rgba(79, 82, 67, 0.8935223747702206) 63%);
  --bg-blog-3: linear-gradient(0deg, rgb(40 31 45 / 78%) 25%, rgb(11 7 27 / 89%) 63%);


  --border-color:rgb(81 83 75 / 35%);
  --white: #fff;
  --black: #212121;
  --accent-color: #00bfa5;
  --dark-section: #d5c3c3; 
  --section-white:#f8f5f1;
  --section-easey-color:#ffe6e6;
  
  --hover-tranzitipn: all .5s cubic-bezier(.3,1,.35,1) 0s;  
}




.privacy-boxYU p{
  margin-bottom: 10px;
  text-indent: 3ch;
}
.privacy-boxYU h1{
  font-weight: 700;
  text-align: center;
  margin-bottom:  28px;
}
.privacy-boxYU h2{
  font-weight: 600;
  text-align: center;
  margin-bottom:20px ;
}
.privacy-boxYU table,.privacy-boxYU a{
  word-break: break-word;
  color: inherit;
}

body{    
  direction: ltr;
  font-family: 'Cairo', sans-serif !important;
  font-size: 13px;
  margin: 0;
  padding: 0px;
  line-height: 1.5; 
  color: var(--section-white);
  background-image: url(gallery/renders_header_67dc190cc08a42.70232733.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  width: 100%;
  height: 100%;
  
   
}

*{
  box-sizing: border-box;
}

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(--accent-color);
}
img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

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

.mainOP{
  position: absolute;  
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background:  var(--bg-overley-4);
}
.bg_content{
  position: relative;
  padding-top: 27px;
  padding-bottom: 27px;
  border-radius: 3px;
  background:  #212121a3;    
  height: 100%;
}

.headerOp{
  padding: 18px 0 45px;
}

.heder-topOP{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  color: var(--white);
}
.heder-contactOp{
  display: flex;
  gap: 10px;
  flex-direction: column-reverse;
}
.site-titleLogo{
  font-size: 50px;
}
 .container_12 {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; 
  margin-left: auto;
  margin-right: auto; 
  box-sizing: border-box;
}
.navRY{ 
  border-radius: 3px;   
  background: var(--bg-blog-1);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.navRY-list{
  display: flex;
  align-items: center;   
  flex-wrap: wrap;
}
.navRY-link{
  position: relative;
  font-size: 17px;
  display: block;
  line-height: 24px;
  color: var(--white);
  text-transform: uppercase;
  padding: 21px 15px;
  overflow: hidden;
  transition: var(--hover-tranzitipn);
}
.navRY-link::before{
  position: absolute;
  content: "";
  display: block;  
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  border-radius: 500px;
  background:  var(--color-accent-1);
  transition: all 0.5s ease;
}
.navRY-list>li:hover .navRY-link::before,.navRY-link:focus::before{
  width: 150%;
  height: 150%;
  left: -30%;
  top: -30%;
}
.navRY-link:hover,.navRY-link:focus{
  color: var(--white);
}
.navRY-link span{
  display: block;
  position: relative;
  z-index: 9;
} 
.navRY-list>li{
  position: relative;
}
.navRY-list>li:hover .under-menu,.navRY-link:focus.under-menu{
  display: block;
}
.under-menu{
  display: none;
  position: absolute;
  left: 0;    
  padding: 25px 15px 24px;
  background:  #1e1e1e;
  transition: all 0.5s ease;
  width: 250px;
}
.under-item{
  position: relative;
  padding-left: 20px;
}
.under-item::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: var(--color-accent-1);
  position: absolute;
  top: 9px;
  left: 0;
  transition: top 0.2s 0.2s, height 0.2s 0.2s, width 0.4s;
}
.under-item:hover:before{
  top: 0;
  width: 100%;
  height: 100%;
  transition: top 0.2s, height 0.2s, width 0.4s 0.2s;
}
.under-item:hover a{
  color: var(--white);
}
.under-item a{
  display: block;
  border-bottom: 1px solid transparent;
  color: #b2acac;
  padding: 5px 0px 5px; 
  font-size: 14px;  
  text-transform: uppercase;
  position: relative;
}
.section-wrapperBy{
  padding: 50px 15px;  
}
.border-pos{
  position: relative;
}
.border-pos::after{
  position: absolute;
  content: "";
  width: 100%; 
  height: 2px; 
  left: 0;
  bottom: 0;
  border-bottom: 2px solid var(--border-color);
}
.it{
  color: var(--white);
  margin-bottom: 40px;
  text-align: left;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
    
}
.about-icon-blok{
  max-height: 220px;
  object-fit: contain;				
  float: right;
  width:  34%;
  margin: 50px;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 5em;
  font-weight: 900;
  color: #e10600;
  position: relative;
  transition: all 1s ease;
  text-align: center;

}
.container__star {
  transition: all .7s ease-in-out;
}

.first {
  position: absolute;
  top: 20px;
  left: 50px;
  transition: all .7s ease-in-out;
}

.svg-icon {
  position: absolute;
  fill: var(--color-accent-1);
  z-index: 1;
}

.star-eight {
  background: var(--color-anim-1);
  width: 150px;
  height: 150px;
  position: relative;
  text-align: center;
  animation: rot 3s  infinite;
  will-change: transform;
}

.star-eight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  background: var(--color-anim-1);
  transform: rotate(135deg);
}

.about-icon-blok:hover .container__star {
  transform: rotateX(70deg) translateY(250px);
  box-shadow: 0px 0px 120px -100px var(--color-anim-1);
}

.about-icon-blok:hover .svg-icon {
  animation: grow 1s linear infinite;
  will-change: transform;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(340deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes grow {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}
.about-blokJn{
  min-height: 220px;
}
.about-textUI{
  text-indent: 3ch;
  font-size: 20px;
}
.post-list{
  display: flex;
  flex-direction:  column-reverse;
  gap: 40px;
}
.post-grup-wrapper{
  display: flex;
  gap: 20px;
}
.post-grup-item{
  flex: 1;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  background: var(--bg-blog-1);
  flex-direction:  column-reverse;
}
.post-img img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.post-grup-item .post-content{
  height: 100%;
}
.post-content{
  padding: 14px 20px 14px 24px;   
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  box-sizing: border-box;

}
.post-content span{
  font-size: 22px;
  line-height: 22px;
  color: var(--color-accent-2);   
  text-transform: uppercase;
}
.blog-title{
  font-size: 21px;     
  text-align: left;  
  color: #fff;   
  
}
.post-author{
  font-size: 12px;
  color: #898989;
}
.post-item{
  display: flex;
}
.post-wrapper{
  display: flex;
  background: var(--bg-blog-1);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  flex-direction: row;
}
.post-wrapper .post-img{
  width: 40%;
}
.post-wrapper .post-content{
  width: 60%;
  justify-content: start;
  gap: 32px;   
}
.post-wrapper .blog-title{
  font-size: 36px;
  line-height: 43px;
}
.main-content{
  display: flex;
  gap: 30px;
  flex-direction:  column-reverse;
}
.main-img{
  overflow: hidden;
  width: 400px;
  height: 400px;
  padding: 16px;  
  margin: 0 auto;
  box-sizing: border-box;
}
.main-img > img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-content_tex{  
   font-size: 16px;
    line-height: 1.6;   
}
.main-content_tex p{
    margin-bottom: 10px;
    text-indent: 3ch;
}
.main-content_tex ul,ol{
    list-style: inside;
}
.main-content-price{
    display: flex;
    color:var(--accent-color);
    justify-content: end;
    gap:  8px;
    font-size: 30px;
    font-weight: 800; 
}
.gallery-grid{
    display: grid;    
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-auto-rows: auto; 
    grid-gap: 48px; 
}



.gallery-grid-item{
 overflow: visible;
  position: relative;
  width: 100%;
  height: 300px;
  background: var(--color-accent-1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.gallery-grid-item:before,
.gallery-grid-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--color-accent-1);
  transition: 0.5s;
 
}
.details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  padding: 0 5px;
  height: 90px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: 0.5s; 
  
}
.imgbox {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #222;
  transition: 0.5s;
  z-index: 1;
}

.img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-time {
  font-weight: 600;
  font-size: 17px;
  color: var(--black);
}



.gallery-grid-item:hover .imgbox {
  bottom: 100px;
}

.gallery-grid-item:hover:before {
  transform: rotate(14deg);
}

.gallery-grid-item:hover:after {
  transform: rotate(8deg);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}
.gallery-grid-item:hover .details{
    z-index: 1;
}
.servis-card{
  background-color:#212121c1;
  border: 1px solid var(--color-accent-1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.servis-icon-box{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: var(--hover-tranzitipn);
        
    }
}
.servis-card:hover .servis-icon-box img{
  animation: hizmet-rot 2s;
}
@keyframes hizmet-rot {
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.servis-grid{
    display: grid;    
    grid-template-columns: 1fr 2fr; 
    grid-auto-rows: auto; 
    grid-gap: 20px; 
}

.servis-contexUI{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.wrapper-contact{
    display: flex;
    gap: 40px;
    flex-direction:  row;
}
.wrapper-contact >div{
    flex: 1;
}
.mapOP{
 overflow: hidden;
  
}
.mapOP iframe{    
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
.form-wrapperOP{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-inputUI,.form-textareaUI,.input-field--row-component,.textarea-field--row-component {
  width: 100%;
  border: 0;
  border: 1px solid #ff9966;
  color:#fff;
  padding: 15px 18px 12px;
  outline: none;
  font-size: 12px;
  background: #1b1b1b;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.form-textareaUI,.textarea-field--row-component{
  min-height: 100px;
}
.grup-form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.form-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--white-section);
}

.stats-wrapper{
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.stats-wrapper>div{
  flex: 1;
}
.stats-bg{
  background-image: url(gallery/renders_header_67dc190cc08a42.70232733.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;   
  width: 100%; 
  padding: 30px;  
  box-sizing: border-box;
  min-height: 200px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.stats-bg::before{
 position: absolute;
 content: "";
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 bottom: 0;
 background-color: #262323a6;
}
.stats-tex{
  position: relative;
  color: #fff;
  font-size: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.container-statis {
  position: relative;
  max-width: 500px;
  width: 100%;
  background: var(--color-accent-1);  
  padding: 10px 20px;
  border-radius: 3px;
  user-select: none;
  box-sizing: border-box;
 
}

.container-statis .skill-box {
  width: 100%;
  margin: 25px 0;
}

.skill-box .stats-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--black);
}

.skill-box .skill-bar {
  height: 8px;
  width: 100%;
  border-radius: 6px;
  margin-top: 26px;
  background: rgba(0, 0, 0, 0.1);
}

.skill-bar .skill-per {
  position: relative;
  display: block;
  height: 100%;
  width: 90%;
  border-radius: 6px;
  background: #000000;
  animation: progress 0.4s ease-in-out forwards;
  opacity: 0;
}

.skill-per.html { 
  
  animation-delay: 0.1s;
}

.skill-per.css { 
  
  animation-delay: 0.1s;
}

.skill-per.javascript { 
  
  animation-delay: 0.2s;
}

.skill-per.nodejs {  
  
  animation-delay: 0.3s;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.skill-per .tooltip {
  position: absolute;
  right: -14px;
  top: -28px;
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  background: #000000;

  z-index: 1;
}

.tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  height: 10px;
  width: 10px;
  z-index: -1;
  background: #000000;
  transform: translateX(-50%) rotate(45deg);
}
.reason-list{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   flex-direction: row;
   gap: 20px;   
   
}
.reason-itemOP{
  height: 150px;
  width: 150px;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  font-size: 12px;
  background-color:#212121c1;
  border-radius: 50%;
  border: 1px solid var(--color-accent-1);
  display: flex;    
  align-items: center;
  text-align: center;
    
}
.reason-itemOP svg{
  width: 30px;
  height: 30px;
  fill: var(--white);
  transition: var(--hover-tranzitipn);
}
.reason-itemOP:hover svg{
 animation: shake 0.5s;

}
@keyframes shake{
    0% {
    transform: translate(1px, 1px) rotate(0deg);
}
10% {
    transform: translate(-1px, -2px) rotate(-1deg);
}
20% {
    transform: translate(-3px, 0px) rotate(1deg);
}
30% {
    transform: translate(3px, 2px) rotate(0deg);
}
40% {
    transform: translate(1px, -1px) rotate(1deg);
}
50% {
    transform: translate(-1px, 2px) rotate(-1deg);
}
60% {
    transform: translate(-3px, 1px) rotate(0deg);
}
70% {
    transform: translate(3px, 1px) rotate(-1deg);
}
80% {
    transform: translate(-1px, -1px) rotate(1deg);
}
90% {
    transform: translate(1px, 2px) rotate(0deg);
}
100% {
    transform: translate(1px, -2px) rotate(-1deg);
}
}
.footer-wrapperJK{
  padding: 40px 30px;
}
.copyright-footer{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  margin-top: 40px;
  justify-content: end;
}
.footer-top{
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  gap: 20px;
  font-size: 15px;
  justify-content:center;
}
.page-wrapperJK{
  display: flex;
  gap: 20px;
  flex-direction:  row;
}
.related-blok{
  width: 30%;
  padding:  0 10px;
}
.page-main{
  width: 70%;
}
.page-main .main-img{
  width: 100%;
  height: 300px;
}
.related-list{
  display: flex;
  gap: 30px;
  flex-direction: column-reverse;
}
.related-img{
  height: 200px;
  width: 100%;
   img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
   }

}
    
.related-content{
  padding: 14px 5px;
}
.related-content p{
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.related-content .blog-title{
  line-height: normal;
  letter-spacing: normal;
  font-size: 17px;
  text-transform: inherit;
}
.related-itemUI{
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
  background: #6f3535eb;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.adress-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
 
}
.adress-item{
  flex-grow: 1;
  flex-basis: 200px; 
}
.adress-blok{
  width: 100%;
  height: 100%;
  padding: 20px;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid var(--color-accent-1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  background: #1b1b1b;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;   
}

.main-content_tex a {
    color: #FFEB3B;
}

.comments-list{
  display: flex;
  gap: 43px;
  justify-content: space-between;
  flex-direction:  column-reverse;
}
.comment-item{
  border: 1px solid var(--color-accent-1);
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row;
  border-radius: 3px;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;   
}
.comment-avatar{
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  
}
.comment-content{
  width: 70%;
}
.comment-avatar img{
 width: 100%;
 height: 100%;
 object-fit: cover;
 border-radius: 50%;

}
.comment-content-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.star{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
  color: #e4e727;

}
.main-form{
  padding: 20px;
  border-radius: 3px;
  background-color:  var(--color-accent-1);

}
.main-form .form-check,.main-form label {
  color: var(--black);
}

.main-bottom-content{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.reason-title{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  display: none;
}
.section-grup{
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 480px) {
    .container_12{
    max-width: 450px;
    }
			  
}
@media screen and (min-width: 575px){
    .container_12{
        max-width: 540px; 
        
    }
}
@media screen and (max-width: 575px){
    .site-titleLogo {
    font-size: 30px;
    }
    .post-content{
        padding: 15px 10px;
    }
    .section-wrapperBy{
        padding: 50px 0;
    }
      .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid-item:hover:before {
        transform: rotate(0deg);
    }

    .gallery-grid-item:hover:after {
        transform: rotate(0deg);
    }
    .gallery-grid-item{
        height: 350px;
    }
    .main-img{
        width: 100%;
    }
    .star-eight{
       animation: rot  none;
    }
    .footer-top,.copyright-footer {
      justify-content: center;
      text-align: center;
    }
    .comment-item {
      flex-direction: column;
    }
    .comment-content {
      width: 100%;
    }
    .comment-avatar{
      width: 50%;
    }
    .comment-content-top{
      flex-direction: column;
    }
    
    .main-bottom-content{
      flex-direction: column-reverse;
    }  
    .navRY-link{
      padding: 5px;
    } 
    .reason-title{
      font-size: 22px;
  }
       
    
}
    

@media screen and (min-width: 768px) {
    .container_12{
    max-width: 730px;				
    }
    .navRY-list	{
        justify-content: center;
    }
    .under-menu {
        z-index: 2;
    }			
}
@media screen and (max-width: 768px){
    .navRY-list {
        flex-direction: column;
        text-align: center;
    }
    .navRY-list>li{
        width: 100%;
    }
    .navRY-link{
        font-size: 17px;
        line-height: 17px;
        
    } 
    .under-menu{
      display: flex;
      flex-direction: column;
      position: inherit;
      background: transparent;
      width: 100%;
      text-align: start;
      box-sizing: border-box;
    }
    .about-icon-blok{
      float: none;
      width:100%;
      margin: 0 0 50px 0;  
    }
    .post-wrapper{
        flex-direction:  column-reverse;
    }
    .post-wrapper .post-img,.post-wrapper .post-content{
        width: 100%;
    }
    .servis-grid{
        grid-template-columns: 1fr;
   }
   .stats-wrapper{
    flex-direction: column-reverse;
   }
   .related-content{
    padding: 30px;
   }
   .related-img {
    height: 250px;
   }
   .it{
    font-size: 26px;
    text-transform: inherit;
   }
   
}
 
@media (min-width: 575px) and (max-width: 992px){
   .gallery-grid {
    grid-template-columns: 1fr 1fr;
}
    .reason-title{
          font-size: 25px;
      }
  
}
@media (min-width: 768px) and (max-width: 991.98px){
   .post-grup-item{
    flex-direction: row;
   }
   .post-img{
    width: 40%;
   }
   .post-content{
    height: auto;
    width: 60%;
   }
   .servis-grid{
        grid-template-columns: 1fr 1fr;
   }
   .related-list{
    gap: 20px;
    flex-direction: row;
   }
   .related-content{
    width: 100%;
   }
  
}

@media (max-width: 992px){
  .post-grup-wrapper{
        flex-direction: column;
        gap: 40px;
   }
.post-wrapper .blog-title {
    font-size: 21px;
}
.post-img img{
    height: 250px;
}
.page-wrapperJK {
  flex-direction: column;
}
.page-main,.related-blok {
  width: 100%;
  padding: 0;
}
.wrapper-contact {
  flex-direction:  column-reverse;
}
.mapOP iframe{
  height: 217px;
}

}


@media screen and (min-width: 992px) {
    .container_12 {
    max-width: 960px;
    }
}
@media (min-width: 1200px){
 
}


.btn-1 {
  position: relative;
  margin: 0;
  width: fit-content;
 text-align: center;
  padding: 0.8em 1em;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background-color: #4c4746;
  border-radius: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #3c3c3c;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn-1:hover {
  animation: sh0 0.5s ease-in-out both;
}
.btn-1:hover{
color: #f0f4f4;
}
@keyframes sh0 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(7deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-7deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.btn-1:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}

.btn-1::before,
.btn-1::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
  z-index: -1;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.btn-1:hover::before,
.btn-1:hover::after {
  opacity: 0.15;
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn-1:hover::before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.btn-1:hover::after {
  transform: translate(50%, 0) scale(1.1);
}

.btn-2 {
  padding: 15px 20px;
  outline: none;  
  background-color: #1e1e1e; 
  border-radius: 7px;
  text-align: center;
  font-size: 15px;
  color: var(--color-anim-1); 
  border: 2px solid var(--color-anim-1); 
  transition: background-color 0.3s, color 0.3s; 
  position: relative; 
  overflow: hidden; 
}
  
.btn-2:hover {
  background-color: var(--color-anim-1); 
  color: #1e1e1e; 
}

.btn-2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background-color: rgba(255, 255, 255, 0.2); 
  transition: all 0.5s ease;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0); 
  z-index: 0; 
}

.btn-2:hover::before {
  transform: translate(-50%, -50%) scale(1); 
}

.btn-3 {
  display: inline-block;
  
 text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ffffff;
  background-color: #452f2f;
  border-style: none;
  border-radius: 8px;
  padding: 16px 20px;
  transform: scale(1);
  transition: 0.2s;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn-3:hover {
  background-color:#434343;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

.btn-3:active {
  transform: scale(0.95);
  box-shadow: none;
}
.btn-4 {
  background-color: #1e1e1e; 
  color: #fff; 
  border: 2px solid var(--color-anim-1); 
  padding: 15px 20px; 
  text-align: center;
  font-size: 16px; 
  border-radius: 5px; 
  transition: background-color 0.3s, color 0.3s; 
    
}
.btn-4:hover,.btn-4:focus {
  background-color: var(--color-anim-1); 
  color: #1e1e1e; 
  outline: none; 
}
.btn-5 {
  border: 1.5px solid rgb(181 172 172);
  padding: 15px 25px; 
  width: fit-content;
  text-align: center;
  display: block; 
  border-radius: 8px; 
  color: #f5f0f0;
  background-color: #2F2519;
  box-shadow: 3px 3px 6px #2F2519;
  transition: transform 0.3s ease-in-out;
}

.btn-5:hover {
  background-color: #eb3e32;
 color: #f5f0f0;
  transform: scale(1.07);
}
