@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

:root {  
  --bg-before-1:#43a047;
  --bg-before-2:#9CCC65;
  --bg-before-3: #d3b806; 

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

.privacy-pagesLR p{
  margin-bottom: 15px;
  text-indent: 3ch; 
 
}
.privacy-pagesLR h1{
  font-weight: 800;
  text-align: center;
  margin-bottom:  21px;
}
.privacy-pagesLR h2{
  font-weight: 700;
  text-align: center;
  margin-bottom:18px ;
}
.privacy-pagesLR table,.privacy-pagesLR 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: 'Titillium Web', sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  line-height: 1.2; 
 
   
}
 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a{
    text-decoration: none;
    list-style: none;
  cursor: pointer;
}           
input:focus, textarea:focus, select:focus {
  outline: none;
}
h2{
font-size: clamp(22px,4vw,36px)!important;
}
img, video{
  max-width: 100%;
}
ul{
  list-style: none;               
}
[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
.header-box{
  padding: 18px 0;
  background-color: #f6f7d4;
}
.section-top_color{
   background-color: #f6f7d4;
}
.page-title{
  text-align: ;
}
.header-main{
  display: flex;
  text-align: center;
  justify-content: space-between;
  gap: 24px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0;

}
.header-main_contact{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-weight: 700;
  align-items: center;
  a{
    color: #050505;
    font-size: 16px;
   
  }

}
.cont_icon{
  display: flex;
}
.header-main_contact,
.box-contact{
  a{
    word-break: break-word;
  }
}
.cont_icon svg{
  width: 29px;
  height: 29px;
  fill: #050505;

}
.header-main_logo{
  font-weight: 800;
  font-size: 42px;
  color: #19250b;

}
.header-bottom{
  background: var(--white-color);
}
.header-nav{
    animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
@keyframes fadeInBottom  {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%);
}
100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
  
}
.nav{
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;

}
.nav-item{
  padding: 0 18px;
}
.menu-hgb_link{
  padding: 8px 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.nav-item:hover .menu-hgb_link{
  color: var(--bg-before-1);
}

.posit-element{
  position: relative;
}
.penci-latestwg{
  position: absolute;
  display: flex;
  transition: all 0.5s ease-in-out;
  gap: 18px;
  border-top: 6px solid var(--bg-before-1);
  background-color: #f6f7d4;
  width: 100%;
  top:100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 24px;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: top center;
  border-radius: 18px;       
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.nav-item:hover .penci-latestwg{
    transform: scaleY(1);
    height: auto;
    opacity: 1;
    visibility: visible;
}
.penci-feed{
  flex: 1;
  padding: 29px 18px;
  border: 2px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 40px 0px;
  background-color: #c9ebf0;  
  transition: border 0.5s ease-in-out;
}
.side-item-text{
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  color: var(--black);
}
.penci-feed:hover .side-item-text{
  color:  var(--bg-before-1);
 
}
.penci-feed:hover{
  border-color: var(--bg-before-1);
}
.section-top{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
}
.bg-img_section{
  position: relative;
  background-image: url(backgrounds/visuals_header_68f8e9a4a1d9d9.51038847.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-img_section-2{
 
  background-image: url(backgrounds/figures_header_68f8e9a4a1dbd9.35948128.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-top h2{
  margin-bottom: 0;
}
.bg-img-contact_page{
  position: relative;
  background-image: url(backgrounds/pictures_header_68f8e9a4a1dc24.11043412.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-img_page{
  position: relative;
  background-image: url(backgrounds/figures_header_68f8e9a4a1dc93.70065959.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.section-overlay{
  background-color: transparent;
  background-image: linear-gradient(-90deg,var(--bg-before-1) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.75;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-img-contact_page .section-overlay,.bg-img_page .section-overlay{
    background-image: none;
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.pos{
  position: relative;
}
.row{
  display: flex;
  flex-direction: row;
}
.col-50{
  width: 50%;
}
.col{
  flex: 1;
}
.widget-wrap{
  padding: 18px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.iner-top_blok{
  margin-bottom: 24px;
  padding: 50px 50px 50px 50px;
  background-color: rgba(255, 255, 255, 0.7294117647058823);
  border-style: solid;
  border-width: 0px 0px 0px 6px;
  border-color: var(--bg-before-1);
  border-radius: 40px 0px;
}
.widget-wrap_phone{
    margin: -40px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
}
.shape{
  overflow: hidden;
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px; 
  pointer-events: none;
  transform: rotate(180deg);
  svg{
    height: 60px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    fill: var(--white-color);
  }
}
.shape-top{
  top: -1px;
  bottom: auto;
  transform: rotate(0deg);
 
}
.grup-box{
  display: flex;
  flex-direction: column-reverse;
}
.section-wrapper{
  padding: 50px 0 100px; 
}
.section-page{
  padding: 50px 0;
}
.bg-blok{
  background-image: url(backgrounds/photos_header_68f8e9a4a1db86.87091518.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  border-radius: 40px 0px;
  filter: brightness(89%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg); 
}
.bg-blok-2{
  background-image: url(backgrounds/visuals_header_68f8e9a4a1dc62.89247633.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.about-box{
  padding: 29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 29px;
  height: 100%;
}
.about_img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 40px 0px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(89%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  }
}
.about-box_contex{
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.about-box_contex .title{
  margin-bottom: 0;
}
.color-box{
  background-color: #f6f7d4;
}
.servis-wrapper{
  display: flex;
  gap: 24px;
  flex-direction:  column-reverse;
}
.servis-lone{
  display: flex;
  flex-direction: row;
  
}
.servis-img{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height:  350px;

  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(89%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  }
}
.servis-content{
  flex: 1;
  padding: 29px;
  background-color: var(--white-color);
  border-style: solid;
  border-width: 0 0 0 3px;
  border-color: var(--bg-before-1);
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 40px 0px;
}
.servis-icon{
 
  svg{
    width: 36px;
    height: 36px;
     fill:var(--bg-before-1);
  }
}
.servis-title{
  text-align: center;
  color: var(--black);
  font-size: 19px;
  font-weight: 700;
  transition: color 0.5s ease-in-out;
}
.servis-grup{
  display: flex;
  gap: 29px;
  flex-direction: row;  

}
.servis-grup_item{
  display: flex;
  gap: 29px;
  flex: 1;
  flex-direction: column-reverse;
}
.title{
  margin-bottom: 40px;
  font-weight: 800;
  font-style: italic;
  text-align: left;

}
.hover-element{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

}
.hover-element_item{
  position: absolute;
  height: 100%;
  width: 40px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.left-element{
  left: 1.25rem;
   
}
.right-element{
  right: 1.25rem;
}
.border{
  border: 0px solid #e5e7eb;
  border-top-width: 5px;
  border-bottom-width: 5px;
  height: 100%;
  border-color: rgb(255 255 255 / 1);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.border-l{ 
  border-left-width: 5px;  
}
.border-r{
  
  border-right-width: 5px;
  
}
.servis-grup_item:hover .border,.servis-lone:hover .border{
  opacity: 1;
}
.blog-wrapper{
  display: flex;
  flex-wrap: wrap; 
}
.blog-item{
  margin-inline-end: 20px;
  margin-bottom: 24px;
  flex-basis: var(--flex-basis-2);
}
.blog-item:last-child{
  margin-inline-end: 0;
}
.blog-item:nth-child(2):not(:last-child){
  margin-inline-end:var(--margin-nCaild-2);
}
.post-inner{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white-color);
  border: 2px solid #dddddd;
  overflow: hidden;

}
.post-entryformat{
  position: relative;
}
.post-format{
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.post-info{
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 45px 29px;
  height: 100%;
  justify-content: space-between;

}
.meta{
  display: flex;
  align-items: center;   
  line-height: 29px;
  flex-wrap: wrap;
  font-size: 13px;
}
.post-ath{
  display: flex;
  align-items: center;
}
.post-ath::after{
  content: "";
  height: 18px;
  width: 1px;
  display: inline-block;
  background: #c8c8c8;
  margin: 0 15px;
}
.lnr-user{
  margin-inline-end: 15px;
  svg{
    width: 18px;
    height: 18px;
    fill: var(--bg-before-1);
  }
}

.comment-number{
  display: flex;
  align-items: center;
}
.wrap-post-date{
  position: absolute;
  width: 90px;
  height: 90px;
  background: var(--bg-before-1);
  display: flex;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  z-index: 2;
  left: 20px;
  bottom: -40px;
  top: auto;
  right: auto;
  font-size: 13px;
}
.post-inner:hover .servis-title{
   color: #c3835e;
}
.post-inner:hover .border{
  opacity: 1;
}
.mainText-wrapper{
  display: flex;
  gap: 40px;
  flex-direction: column-reverse;
}
.mainText-img{
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.mainText-content p{
  margin-bottom: 15px;
  text-indent: 3ch;
}
.mainText-content ul,ol{
  list-style: inside;
}
.mainText-price{
  display:inline-flex;
  gap: 15px;
  font-weight: 800;
  padding: 18px;
  background-color: #BFE2FF;
  border-radius: 40px 0px;
  margin-top: 24px;
  font-size:22px;
  color:#df1717;  
}
.blok-grid{
 display: flex;
 flex-wrap: wrap;
 gap: 18px;
}
.blok-grid_item{
  flex-grow: 1;
  flex-basis: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.reasons-img{
  display: flex;
  height: 230px;
  align-items: center;
  justify-content: center;
  img{
   height: 100px;
   width: 100px;
   object-fit: cover;
  }
}
.reasons-contex{
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 800;
  border-bottom: 5px solid var(--bg-before-1);
  border-top: 5px solid var(--bg-before-1);
  min-height: 100px;
}
.bg-opas{
  background-image: url(uploads/10-2025/fade-overlay_VP0.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer-wrapper{
  background-color: var(--black);
  color: #999;
}
.footer-copir{
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
}
.blok-grid_item:hover .border{
  opacity: 1;
}
.footer-priv{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  gap: 18px;
  font-size: 15px;
  justify-content: space-between;
  padding: 29px 0 18px;
  border-bottom: 2px solid #4a4a4a;
}
.privacy{
   color: #999;
  
}
.privacy:hover{
  color: var(--bg-before-1);
  transition: all 0.5s ease-in-out;
}
.about-picture{
   float: right;
   width: 40%;
   height:300px;
   margin: 18px;
   margin-top: -130px;
   margin-right: 0;
}
.box-contact{
  padding: 24px;
  text-align: left;
  display: block;
  background-color: var(--white-color);
  border-radius: 40px 0px;
  h3{
    font-weight: 700; 
    margin: 15px 0 8px;   
  }
  a,span{
    color: #666666;
    transition: color 0.5s ease-in-out;
  }

}
.box-contact a:hover{
 color: var(--bg-before-1);
}
.form-page{
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #f5f5f5;
  padding: 60px;
}
.inputKL,.textarea,.input-field_itemblock,.textarea-field_itemblock{
  width: 100%;
  padding: 12px 24px;
  border: 2px solid #dedede;
  background: none;
  outline: none;
  border-radius: 2px;
  font-size: 15px;
  border-left: 5px solid var(--bg-before-1);
}
.textarea,.textarea-field_itemblock{
  min-height: 70px;
}
.contact-map{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  iframe{
    width: 100%;
    height: 100%;
  }
}
.rad-form{
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 40px 0px;
}
.grup-element{
  display: flex;
  flex-direction: column;
  gap: 24px;
 
}
.custom-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}
.custom-check-label a{
  color:  #828080;
  transition: all 0.5s ease-in-out;
}
.custom-check-label a:hover{
color: var(--bg-before-1);
}
.paddin{
  padding: 150px 0 100px;
}
.statictik-list{
  display: grid;
  gap: 24px;
 grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto; 
 
}
.statictik-item{
  padding: 29px;
  color:var(--white-color);
  text-align: center;
  background: rgba( 255, 255, 255, 0.5 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 6px );
  -webkit-backdrop-filter: blur( 6px );
 border-radius: 40px 0px;
  border: 2px solid rgba( 255, 255, 255, 0.18 );
  span{
    font-size: 37px;
    font-weight: 800;
  }
  p{
    font-size: 16px;
    font-weight: 700;
    padding-top: 15px;
    border-top: 2px solid var(--white-color);
  }
}
.statictik-item:hover .border{
 opacity: 1;
}
.question-img{
  padding: 29px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    max-height: 500px;
    object-fit: contain;
  }

}
.question-blok{
  padding: 18px;
  border-radius: 40px 0px;
  background-color: #f6f7d4;
}
.question-list{
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.question-item{
  display: flex;
  flex-direction: column;
  gap: 8px;

}
.question{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: column;
  font-size: 19px;
  font-weight: 800;
}
.star{
  display: flex;
  align-items: center;
  justify-content: center;
  svg{
    width: 29px;
    height: 29px;
    fill:#10f52a;
  }
}
.answer{
  margin-left: 29px;
  font-style: italic;
}
.comment-item{
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #666666;
  line-height: 1.4em;
  border-radius: 40px 0px;
  padding: 29px 29px 54px;
  background-color: var(--white-color);
  border: 2px solid #dedede;
}
.comment-icon{
  
  svg{
    width: 29px;
    height: 29px;
    fill: var(--bg-before-1);
    transform: rotate(0deg);
  }
    
}
.comment-star{
  color: #10f52a;
}
.comm-avater_box{
  position: absolute;
  text-align: center;
  bottom: -30%;
  right: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  h3{
    color: var(--black);
  }
  
}
.avater{
  width: 60px;
  height: 60px;  
  margin-bottom: 15px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0%;
  }
}
.comment-wrapper{
  gap: 75px;
}

@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){
   .header-main_logo{
    font-size: 28px;
   }
   .iner-top_blok {
    padding: 24px;
   }
   .widget-wrap{
    padding: 0;
   }
   .servis-content{
    padding: 29px 15px;
   }
   .servis-title{
    font-size: 16px;
   }
   .post-info{
      padding: 45px 15px;
   }
   .footer-priv,.footer-copir{
    justify-content: center;
   }
   .form-page{
      padding: 40px 24px;
   }
   .statictik-list{
    grid-template-columns: 1fr;
 }
 .question{
  font-size: 16px;
 } 
 .comment-item{
  padding: 29px 18px 54px;
 }
 .widget-wrap_phone {
  padding: 0;
  margin: 0;
 }
 .mainText-img {
  height: auto;
 }
} 
    
@media screen and (min-width: 768px) {
   .main-container{
   max-width: 730px;				
  }
  .mobi-drop{
    display: none;
  }
    
}

@media screen and (max-width: 768px){
  .penci-latestwg{
    display: none;
  }
  .nav{
    flex-direction: column;
    gap: 15px;
    padding: 8px 0;
    transition: box-shadow 0.5s ease-in-out;
  }
  .nav-item:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .menu-hgb_link  {
    width: 100%;

  }
  .nav-item{
    width: 100%;
    padding-bottom: 5px;
    background-color: #BFE2FF;
    border-radius: 40px 0px;
  }
  .mobi-drop{
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
    
  }

  .mobi-drop_link{
    display: block;
    margin-inline-start: 15px;
    padding: 15px 0;
    color: #000;
    transition: all 0.5s ease-in-out;
  }
  .mobi-drop_item{
    border-radius: 40px 0px;
    transition: box-shadow 0.5s ease-in-out;
  }
  .mobi-drop_item:hover{
    
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .mobi-drop_item:hover .mobi-drop_link{
     color: var(--bg-before-1);
  }
  .servis-lone{
    flex-direction: column;

  }
  .servis-img {
    flex: auto;
  }
  
  .servis-grup_item{
    gap: 0;
    flex-direction: column-reverse;
  }
  .servis-grup_item:nth-child(2) {
    flex-direction: column;
  }
  .blog-item{
    margin-inline-end: 0;
    flex-basis: 100%;
  }
  
  .about-picture{
  float: none;
  width:100%;
  margin: 0 0 24px 0;  
    
}
  
}
@media (min-width: 575px) and (max-width: 768px){
 .mainText-img{
    height: 300px;
  }
 
}
 
@media (min-width: 575px) and (max-width: 992px){
   .statictik-list{
    grid-template-columns: 1fr 1fr;
 }
  
}
@media (min-width: 768px) and (max-width: 991.98px){
  
 .servis-grup_item{
  gap: 0; 
  flex-direction: row;
 }
 
 
}
@media screen and (min-width: 992px) {
  .main-container {
   max-width: 960px;
  }
}
@media (max-width: 992px){
 .header-main{
  justify-content: center;
  flex-direction:  column-reverse;
 }
 .penci-feed{
  padding: 24px 5px;
 }
 .side-item-text{
  font-size: 15px;
 }
 .row{
  flex-direction:  column-reverse;
 }
 .col-50{
  width: 100%;
 }
 .bg-blok {
  height: 280px;
 }
 .about-box {
  padding: 29px 0;
 }
  .servis-grup {
  flex-direction: column-reverse;
 }
 
 .contact-map{
  height: 300px;
 }
 .question-img img{
    max-height: 350px;
  }
}


@media (max-width: 1200px){
 
}

@media (min-width: 1200px){
 .main-container {
  max-width: 1170px;
  }
 .blog-item{
  flex-basis: var(--flex-basis-2);
 }
 .blog-item:nth-child(2):not(:last-child){
  margin-inline-end:var(--margin-nCaild-2);
}
 .post-info .servis-title{
  font-size: 19px;
 }
 .post-info p{
  font-size: 15px;
 }
 .post-info{
    padding: 45px 18px;
 }
}

.base-btn{
  display: inline-block;
  padding: 15px 29px; 
  width: fit-content;
  font-size: 16px; 
  font-weight: 800; 
  text-align: center;
  text-decoration: none;
  cursor: pointer; 
  outline: none;
  border-radius: 2px; 
  transition: background-color 0.3s ease; 
}
.btn-blog{
  width: 100%;
}
.btn-5 {
  text-decoration: none;
  display: inline-block; 
  padding: 18px 29px;
  position: relative;
  border: 2px solid #FFA500;
  color: #FFA500; 
  transition: .5s;
  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: .5s;
}
.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-1);
  border: solid 2px #fff;
  transition: all linear 250ms; 
  text-align: center;
  color: #121212;
  padding: 18px 29px;
 }

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

.btn-3 {
  display: inline-flex;
  justify-content: center; 
  border: 2px solid #BFE2FF;
  position: relative;
  overflow: hidden;  
  padding: 12px 29px;
  color: #FFF;
  font-weight: 800;
  text-transform: uppercase;
  background: #ff0000;
  transition: box-shadow 0.3s, transform 0.3s;
   
}
.btn-3:hover,
.btn-3:active,
.btn-3:focus {
  transform: translateY(-5px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.2), 0 16px 24px 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 29px;
  text-align: center;
  justify-content: center;
  color: #FFF;
  font-weight: 800;
  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: 5px;
  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;
  justify-content: center;
  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: 24px;
  height: 100%;
  background-color: #bb5502;
  z-index: -1;
}
.btn-1:before {
  left: -24px;
  transform: translate(-50%, -50%);
}
.btn-1:after {
  right: -24px;
  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: -24px;
    }
    50% {
        right: 50%;
        width: 24px;
    }
    100% {
        right: 50%;
        width: 100%;
    }
}
@keyframes from-left {
    0% {
        left: -24px;
    }
    50% {
        left: 50%;
        width: 24px;
    }
    100% {
        left: 50%;
        width: 100%;
    }
}

.contact-map iframe{
  border: 0;
}


.page-privat-stl .privacy-pagesLR h2, .page-privat-stl .privacy-pagesLR h3{
  font-weight: 700 !important;
  text-align: left !important;
  margin: 0 !important;
  font-size: clamp(19px, 4vw, 22px) !important;
}

.page-privat-stl ul, .page-privat-stl ol{
  list-style: disc !important;
}

.mainText-content h2, .mainText-content h3{
  font-size: clamp(16px, 2.5vw, 19px) !important;
}

.mainText-content p, .mainText-content li, .page-privat-stl p, .page-privat-stl li{
  padding: 5px 0 !important; 
}