@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');


:root {   
  --bg-tem-1:#f68a0a; 
  --bg-tem-2:#df3a42;
  --bg-tem-3:#2b4fab;

  --tema-color-1:#07090d; 
  --tema-color-2:#010e28;
  --tema-color-3:#45010b;

  --opas-tema-bg-1:#07090d10;
  --opas-tema-bg-1:#010e2810;
  --opas-tema-bg-1:#45010b10;

  --green: #2ECC71;
  --orange: #e68107;

  
  --color-white-ten:#f9f3f3; 
  --white:#fff;
  --black: #060606;  
  --hover-tranzitipn: all 0.2s ease-in-out;
  --flex-basis-1:calc((100% - 3* 30px) / 3);
  --flex-basis-2:calc((100% - 2* 30px) / 2);
  --flex-basis-3:calc((100% - 4* 30px) / 4);
}

.stg-container { 
  width: 100%;
  padding-left: 19px;
  padding-right: 19px; 
  margin-left: auto;
  margin-right: auto; 
}

body{    
  direction: ltr;
  font-family: 'Hind Siliguri', sans-serif !important;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1.2; 
   
}
 * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  transition: all ease 0.5s;
}           
input:focus, textarea:focus, select:focus {
  outline: none;
}
h2{
font-size: clamp(21px,4vw,32px)!important;
}
img, video{
  max-width: 100%;
}
ul{
  list-style: none;               
}
[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
.bringer-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #07090dcc;
  backdrop-filter:saturate(150%) blur(11px);
}
.bringer-header::before{
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  background:linear-gradient( 0deg, transparent 25%, var(--tema-color-3) 100%);
}

.bringer-header-inner{
  padding: 11px 0;
  min-height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.bringer-header-inner::after{
position: absolute;
content: "";
height: 1px;
display: block;
left: 0;
width: 100%;
bottom: 0;
background: linear-gradient(to left, transparent, #F5F7FA27, transparent);
}
.bringer-header_logo{
  
  height: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f5f7fa;
  img{
    width: auto;
    height: 25px;
    object-fit: contain;
  }
}
.bringer-nav .main-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.main-menu li{
  position: relative;
}
.main-menu li a{
  padding: 11px;
  font-weight: 600;
  color:#c5c7ce;
  display: block;
}
.bg-maine{
 background-color: var(--tema-color-3);
}
.section-top{
  padding: 96px 0 53px;
}
.section{
  padding: 53px 0;
}
.sub-menu{
position: absolute;
top: 100%;
inset-inline-start: -65px;
display: block;
padding:11px;
width: 200px;
border-radius:  14px;
opacity: 0;
transform:scale(1, 0);
transform-origin:50% 0%;
transition:opacity 0.2s, transform 0.2s;
background: #1a1d24 radial-gradient(circle at center bottom, #f5f7fa12 0%, transparent) no-repeat;
}
.sub-menu::before{
  position: absolute;
  content: "";
  inset:0px;
  padding: 1px;
  border-radius:  14px;  
  mask: linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
  -webkit-mask:linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
  mask-composite: exclude;
  -webkit-mask-composite:xor;
  background: linear-gradient( 0deg, #f5f7fa27, #f5f7fa12 );
}
.sub-menu li{
  position: relative;
}
.sub-menu li::before{
  position: absolute;
  content: "";
  background: #f5f7fa12;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  opacity: 0;
  transition:opacity 0.3s;
}
.sub-menu li:hover:before{
  opacity: 1;
}
.sub-menu li:hover a{
  color: #f5f7fa;
}
.sub-menu li a{
  padding: 11px;
  position: relative;
  display: block;
  color: #c5c7ce;
}
.main-menu li:hover .sub-menu{
opacity: 1;
transform: scale(1);
}
.main-menu li:hover a{
  color: #f5f7fa;
}
.sub-icon{
  position: relative;
  margin-inline-end: 10px;
}
.sub-icon::after{
  position: absolute;
  content: "\2BB7";
  top: 9px;
  inset-inline-end: -11px; 
  display: inline-block;
  
  
}
.btn-mob-tg{
  position: relative;
  height: 41px;
  width: 41px;  
  cursor: pointer;
  background-color: var(--bg-tem-3);
  text-align: center;
  outline: none;
  border: none;
  display: none; 
  border-radius: 8px;
}
.btn-mob-tg::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  border: 1px solid #f5f7fa;
  opacity: 0.15;
  border-radius: inherit;
  transition: opacity 0.3s;
  z-index: 1;
}
.btn-mob-tg > span {
  display: inline-block;
  position: relative;
  height: 1px;
  width: 35px;
  border-radius: 1px;
  background:#fff;
  vertical-align: middle;
}
.btn-mob-tg > span:before, .btn-mob-tg > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 1px;
  border-radius: 1px;
  background:#fff;
  transition: all 200ms;
}

.btn-mob-tg > span:before {
  top: -11px;
  left: 3px;
  width: 28px;
}

.btn-mob-tg > span:after {
  top: 11px;
  left: 6px;
  width: 21px;
}
.nav-mob.active .btn-mob-tg > span{
  height: 0;
}
.nav-mob.active .btn-mob-tg > span:before {
  top: 0;
  width: 35px;
  left: 0;
  transform: rotate(45deg);
}

.nav-mob.active .btn-mob-tg > span:after {
  top: 0;
  left: 0;
  width: 35px;
  transform: rotate(-45deg);
} 
.nav-mob.active .bringer-mobile-nav {
  transform: translate(0);
  display: block;
}
.nav-mob.active .btn-mob-tg{
  background-color: transparent;
}
.nav-mob.active .btn-mob-tg::before{
  opacity: 1;
}

 .bringer-mobile-nav {
  position: fixed;
  inset-inline-end: 0;    
  width:100%;
  max-width: 390px;
  display: none;
  backdrop-filter:saturate(150%) blur(12px);
-webkit-backdrop-filter :saturate(150%) blur(12px);
  transition: all 0.3s ease; 
  height: 100vh; 
  scrollbar-width: none;  
  background-color:#222223fa; 
  z-index: 1; 
  transform:translateX(100%);
  overflow-y: scroll;
  padding: 48px;
}
.bringer-mobile-nav::before {
position: absolute;
content: "";
inset-inline-start: 0;
top: 0;
width: 1px;
height: 100%;
background: linear-gradient(to top, transparent, #f5f7fa27);
}
.bringer-mobile-menu{
  
  display: flex;
  flex-direction: column;  
}
.bringer-mobile-menu li a,.sub-menu-mobil li a,.bringer-mobile-menu p{
  display: block;
  padding: 19px 0;
  color: #c5c7ce;
}
.sub-menu-mobil{
  display: flex;
  flex-direction: column;
  text-indent: 3ch; 
}
.bringer-mobile-menu a{
  position: relative;
}
.bringer-mobile-menu a::before{
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  inset-inline-start: -38px;
  height: 0px;
  width: 25px;
  opacity: 0;
  border-radius: 0 1px 0 1px;
  transition: all ease 0.5s;
  background-color: #f5f7fa;
}
.bringer-mobile-menu a:hover:before,.bringer-mobile-menu a:focus:before{
  height: 1px;
  opacity: 1;
}
.heroNK{
  display: flex;
  gap: 33px;
  flex-direction: column-reverse;
}
.heroNK_top{
  display: flex;
  gap: 25px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.center-el{
  align-items: center;
}
.heroNK-top_title{
  max-width: 70%;
  font-size: 32px;
  flex: 1;
  color: #f9f3f3;
  
}
.heroNK-top_img{
  max-width: 25%;
  overflow: hidden; 
  flex: 1;
  max-height: 300px;
 
  border-radius:23px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.heroNK_bottom{
  position: relative;
  overflow: hidden;
 
}
.heroNK-video_wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 501px;
  border-radius:  23px;
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.hero-media-content{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  max-width: 25%;
  width:max-content;
  text-align: right;
}
.hero-media-content_iner{
  padding: 0 0 22px 36px;
  font-size: 17px;
  color:#c5c7ce;
  border-bottom-left-radius: 30px;
}
.decor{
  position: absolute;
}
.decor.is-home-hero_card-1 {
  top: -1px;
  left: -31px;
}
.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.decor svg{
  fill:var(--tema-color-3);
}
.w-embed:after {
  clear: both;
}
.decor.is-home-hero_card-2{
    top: auto;
    bottom: -37px;
    left: auto;
    right: -1px;
}
.bg-dark{
  color:#c5c7ce;
  background-color: #060606;
}
.stg-row{
  display: flex;
  gap: 25px;
  flex-direction: row-reverse;
}
.stg-element{
  flex: 1;
}
.stg-wrapper-img{
  
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 501px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
}
.radius{
  border-radius:23px;
}
.stg-colom{
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
}
.icon-link{
  display: inline-flex;
  align-items: center;
  gap: 19px;
  color: #fff;
}
.icon-link_wrapper{
  width: 83px;
  height: 83px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:background-color 0.3s;
  background-color:transparent;
  border-radius: 14px;
  svg{
    width: 25px;
    height: 25px;
    fill: transparent;
    stroke:#fff;
    transition:all 0.3s;
  }
}
.icon-link_wrapper::before{
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 14px;
border: 2px solid #f5f7fa;
display: block;
transition:opacity 0.3s;
}
.icon-link:hover .icon-link_wrapper::before{
    opacity: 0.15;
}
.icon-link:hover .icon-link_wrapper{
  background-color: var(--bg-tem-3);
}
.icon-link:hover .icon-link_wrapper svg{
  transform: scale(1.2);
}
.icon-link p{
  font-weight:  600;
  text-transform: uppercase;
  font-size: 17px;
  transition:transform 0.3s;
}
.icon-link:hover p{
  transform: translateX(6px);
}
.stat-pad{
  padding-bottom: 60px;
}
.grid-4cols{
  display: grid;
  gap: 25px;
  grid-template-columns:repeat(4, 1fr);
}
.grid-4cols_item{
  position: relative;
  padding: 37px 11px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #1a1d24;
  color: #f5f7fa;
  transition:all 0.5s;
  h3{
    font-size: 60px;
    font-weight:  600;
  }
}
.grid-4cols_item::before{
  position: absolute;
  content: "";
  padding: 1px;
  inset:0;
  transition:opacity 0.5s;
  border: 1px solid #f5f7fa;
  opacity:0.3;
  border-radius: 23px;
  background: radial-gradient( #f5f7fa40, #f5f7fa0d 40%);
}
.grid-4cols_item:hover {
  background: var(--bg-tem-3);
  color: #f9f3f3;
}
.grid-4cols_item:hover:before {
  opacity: 1;
}
.stg-title{
  text-align: center;
  margin-bottom: 32px;
  color: #f9f3f3;
}
.stg-text{
  color:  #f5f7fa;
  text-align: center;
  font-size: 17px;
  margin-bottom: 32px;
}
.stg-servis-wrapper{
  display: flex;
  flex-direction: column;
  gap: 25px;

}
.stg-servis_item{
  display: flex;
  gap: 19px;
  align-items: center;
  flex-direction: row-reverse;
}
.servis-content{
  display: flex;
  width: 50%;
  flex-direction: column;
  gap: 19px;
  color:  #f5f7fa; 
  padding:  11px;
  border-radius:18px;
  background: transparent;
  transition:background 0.4s;
}
.stg-servis_item:hover .servis-content{
background: #1a1d24 radial-gradient(circle at center bottom, #f5f7fa12 0%, transparent) no-repeat;
}
.stg-col{
  width:25%;
  flex: 0 0 auto;
}
.stg-servis_item:nth-child(2n) {
  justify-content: end;
}
.stg-servis_item:nth-child(2n+1) {
  justify-content: start;
}
.servis-img{
  overflow: hidden;
  width: 100%;
  display: flex;
  height: 202px;
  border-radius: 23px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.servis-title{
  color: #fff;
  font-size: 21px;
  font-weight:  600;
  a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}
.footer-line{ 
  position: relative;
  padding: 21px 0;
}

.footer-line::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(to left, transparent, #f5f7fa27, transparent);
}
.stg-copyright{
  display: flex;
  color: #c5c7ce;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.footer-widgets{
  position: relative;
  padding:  47px 0;
}
.footer-widgets::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  display: block;
  background: linear-gradient(to left, transparent, #f5f7fa27, transparent);
}
.footer-widgets::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #f5f7fa12 radial-gradient( 100vw circle at 50vw 35vw, #f5f7fa12, transparent 50% );
}
.footer-box{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
  color: #f9f3f3 ;
}
.footer-text{
  font-size: 14px;
}
.footer-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;  
  justify-content: space-between;
}
.footer-title{
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
.menu-footer li a{
  display: block;
  padding: 5px;
  position: relative;
  opacity: 0.7;
  color: #f5f7fa;
  transition:opacity 0.3s;
}
.menu-footer li{
  position: relative;
} 
.menu-footer li::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  background: #f5f7fa12;
  opacity: 0;
  transform-origin:0 50%;
  transition:opacity 0.2s;
}
.menu-footer li:hover:before{
 opacity: 1;
}
.stg-main-image{
  position: relative;
  border-radius: 26px;
  float: left;
  width: 40%;
  height:300px;
  margin: 25px; 
  margin-left: 0;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.stg-main-content {
  color: #f5f7fa;
  p{
   margin-bottom: 11px;
   text-indent: 3ch;
  }
  
}
.stg-main-content  ul,ol{
  list-style: inside;
} 
.stg-main-price{
  display:inline-flex;
  padding: 19px;
  margin-top: 32px;
  gap: 19px;
  color: #fff;
  border-radius:  14px;
  position: relative;
  font-size:21px;  
}
.stg-main-price::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius:  14px;
  display: block;
  border: 1px solid #f5f7fa;
}
.stg-blog-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: -19px;
  justify-content: center;
}
.stg-blog_item{
  margin: 19px;  
  flex-basis: var(--flex-basis-1);
}
.stg-blog_iner{
 padding: 11px;
 display: flex;
 height: 100%;
 flex-direction: column-reverse;
 border-radius: 19px;
 background-color: #1a1d24;
 position: relative;
}
.stg-blog_iner::before{
  inset: 0;
  position: absolute;
  content: '';
  padding: 1px;
  border-radius: 19px;
  opacity: 0.75;
  mask: linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
  -webkit-mask:linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
  background: radial-gradient(  #f5f7fa40, #f5f7fa0d 40% );
}
.card-image{
  overflow: hidden;
  border-radius:  14px;
  height: 280px;
  position: relative;
  z-index: 1;
  img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
    transform: scale(1);
    -webkit-filter: brightness(0.7) grayscale(1);
    filter: brightness(0.7) grayscale(1);
  }  
}

.footer-card{
  color: #fff;
  padding: 11px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer-card_title{
  width: 90%;
}
.box-svg{
  display: flex;
  flex: 0 0 auto;
  svg{
    width: 25px;
    height: 25px;
    fill: transparent;
    stroke: #fff;
    transition: all 0.3s;
  }
}
.stg-blog_item:hover .box-svg svg{ 
transform:scale(1.2, 1.2);
}
.stg-blog_item:hover .card-image img{
  transform: scale(1.01);
  -webkit-filter: brightness(1) grayscale(0);
  filter: brightness(1) grayscale(0);
}
.blog-link{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius:  14px;
  z-index: 2;
}
.top-title_contact{
  color: #fff;
  text-align: center;
  font-size: 47px;
  margin-bottom: 22px;
}
.top-contacr_text{
  font-size: 17px;
  text-align: center;
  margin-bottom:  47px;
  color: #f9f3f3;  
}
.parallax-media{
  overflow: hidden;
  border-radius: 23px;
  height: 502px;
  width: 100%;
  background-image: url(images/icons_header_693adde6937918.73785679.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
background-attachment:fixed;
}
.parallax_bg{
   background-image: url(images/graphics_header_693adde6937a31.02686809.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stg-contact_item{
  margin: 11px;
  flex-basis: var(--flex-basis-1);
}
.cont-link-wrapp{
  position: relative;
  height: 100%;
  h5{
    font-size: 21px;
    color: #f5f7fa;
    margin-bottom: 22px;
  }
  span{
    font-size: 17px;
    color:  #f5f7fa;
  }
}
.cont-link{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.line-element{
  position: relative;
}
.line-element::after{
position: absolute;
content: "";
width: 100%;
height: 1px;
left: 0;
bottom: 0;
background: linear-gradient(to left, transparent, #f5f7fa27, transparent);
}
.map-box{
  flex: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;  
   iframe{
    width: 100%;
    height: 100%;    

  }
}
.adress{
  flex: 1;
}
.stg-form_wrapper{
  width: 50%;
  margin: 0 auto;
  box-shadow:0 8px 19px var(--opas-tema-bg-3);
  border-radius:  14px;
  background: #1a1d24;
  padding: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 1;

}
.page-stg-form{
  background: var(--tema-color-3);
  color: #fff;
}
.input-stg,.textarea-stg,.input-main_wrapper_group,.textarea-main_wrapper_group{
width: 100%;
display: block;
font-weight:  600;
border: 1px solid #f5f7fa27;
border-radius: 6px;
background: #1a1d24;
padding: 19px;
color:#c5c7ce;
box-shadow:0 0 8px transparent;
}
.input-main_wrapper_group,.textarea-main_wrapper_group{
  background: #f5f7fa27;
  color:#f5f7fa;
}
.input-main_wrapper_group::placeholder,.textarea-main_wrapper_group::placeholder{
  color:#c5c7ce;
}
.grup-form{
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.form-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 14px;
 color: #c5c7ce;
}
.form-check a{
  color: inherit;
}
.substrate{
  position: relative;
  padding: 50px 0;
  
}
.substrate::before{
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius:  23px;
  -webkit-filter: brightness(0.7) grayscale(1);
  filter: brightness(0.7) grayscale(1);
  background-image: url(images/depictions_header_693adde69379f1.02327909.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-wrapper{
  display: flex;
  gap: 37px;
  flex-direction: column-reverse;
}
.bg-efekt{
  position: relative;
  overflow: hidden;
}
 
.stg-privacy{
  color: #c5c7ce;
  word-break: break-word;
  }
  .stg-privacy p{
  margin-bottom: 11px;
  text-indent: 3ch; 
  
  }
  .stg-privacy h1{
  font-weight: 700;
  text-align: center;
  color: #f9f3f3;
  margin-bottom:  30px;
  }
  .stg-privacy h2{
  font-weight:  600;
  text-align: center;
  color: #f9f3f3;
  margin-bottom:19px ;
  }
  .stg-privacy table,.stg-privacy a{
  word-break: break-word;
  color: inherit;
}
.bg-content{
  overflow: hidden;
  background-image: url(images/pictures_header_693adde6937a65.86095142.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.list-col{
  display: flex;
  flex-direction: column;
  gap:  47px;
}
.list-col li{
  position: relative;
  padding: 11px;
  border-radius:  14px;
  display: flex;
  gap: 11px;
  color: #f5f7fa;
  align-items: center;
  justify-content: flex-start;
  background: #1a1d24;
  transition: all 0.5s;
  z-index: 1;
}
.list-col li::before{
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid #f5f7fa;
  border-radius:  14px;
  padding: 1px;
  opacity: 0.75;
  transition: all 0.5s;
}
.coments li{
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.list-col li:hover{
  background: var(--bg-tem-3);
  color: #f6f2ee;
}
.list-col li:hover:before{
  opacity: 1;
}

.photo-work{
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:0 4px 8px var(--opas-tema-bg-3);
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.coment-meta{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;

}
.star{
  display: flex;
  gap:  5px;
  align-items: center;
  color: #f5f7fa;
}
.partners-box{
  display: grid;
  gap: 22px;
  grid-template-columns:repeat(6, 1fr);
}
.partner-item{
  position: relative;
  border-radius: 6px;
  display: flex;
  padding:  5px;
  align-items: center;
  justify-content: center;
  background: #1a1d24;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;

  }
}
.partner-item::before{
  position: absolute;
  content: '';
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  opacity: 0.5;
  mask:linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
  -webkit-mask:linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
  background: linear-gradient( 0deg, #f5f7fa27, #f5f7fa12 );
  mask-composite:exclude;
  -webkit-mask-composite:xor;  
  transition:opacity 0.4s;
}
.partner-item:hover:before{
  opacity: 1;
}
.min-pad{
  padding: 41px 0;
}
.box-col{
  display: flex;
  flex-direction: column-reverse;
}
.pos{
  position: relative;
  z-index: 1;
}

.btn-5 {
  cursor: pointer;
  padding: 19px 41px 19px 41px;
  border-radius: 20px;
  border-style: double;
  font-weight: 600;
  background-image: linear-gradient(
    rgb(54, 53, 53),
    rgb(0, 0, 0),
    rgb(54, 54, 54)
  );
  color: rgb(164, 164, 162);
 
  border-color: rgb(0, 0, 0);
  transition: 400ms;
}



.btn-5:hover {
  transition: 400ms;
  border-style: double;
  border-color: rgb(208, 207, 207);
  color: rgb(219, 216, 216);
  font-size: 17px;
  text-shadow: 1px 11px 5px rgb(61, 61, 61);
}

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

.btn-4:focus,.btn-4:hover{
  background:#100f0f;
  color: #fff;
}

.btn-3 {
  display: inline-flex;
  justify-content: center; 
  border: 1px solid var(--bg-tem-3);
  position: relative;
  overflow: hidden;  
  padding: 11px 22px;
  color: #FFF;
  font-weight: 600;
  text-transform: inherit;
  background:var(--bg-tem-3);
  transition: box-shadow 0.3s, transform 0.3s;
   
}
.btn-3:hover,
.btn-3:active,
.btn-3:focus {
  transform: translateY(-5px);
  box-shadow: 0 5px 11px 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 {
  width: fit-content;
 display: inline-block;
 padding: 11px 19px;
 background-color: var(--bg-tem-3);
 border: 1px solid var(--bg-tem-3);
 border-radius: 6px;
 transition: all 0.2s ease-in;
 position: relative;
 overflow: hidden;
 font-size: 15px;
 color: #fff;
 
 z-index: 1;
}

.btn-2:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: var(--black);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.btn-2:after {
 content: "";
 position: absolute;
 text-align: center;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: var(--black);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

.btn-2:hover {
 color: #ffffff;
 
}

.btn-2:hover:before {
 top: -35%;
 background-color: var(--black);
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-2:hover:after {
 top: -45%;
 background-color: var(--black);
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-1 {
  background:var(--bg-tem-3);   
  display: inline-flex;
  position: relative;    
  color:#fff;    
  text-transform: uppercase; 
  text-align: center;
  border: 1px solid #fff;
  overflow: hidden;
  justify-content: center;
  z-index: 1;
}
.btn-1::after{
  background-color: var(--black);  
  backface-visibility: hidden;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 102%;
  left: 0;
  position: absolute;
  top: -1px;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 0px;
  z-index: -1;
}
.btn-1:hover{
  outline: none;
  box-shadow: none;
  color: #fff;
}
.btn-1:hover:after{
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.base-btn{
  display: inline-block;
  padding: 11px 25px; 
  width: fit-content;
  font-size: 15px; 
  font-weight: 700; 
  text-align: center;
  text-decoration: none;
  cursor: pointer; 
  outline: none;
  border-radius: 23px; 
  transition: background-color 0.3s ease; 
}
.btn-phon_top{
  font-size: 15px;
}
@media screen and (max-width: 480px) {
   .footer-nav{
    flex-direction: column;
   }
}
@media screen and (min-width: 575px){
  

}
@media screen and (max-width: 575px){
 .heroNK-top_title{
 font-size: 21px;
}
 .grid-4cols{
    grid-template-columns:repeat(1, 1fr);
  }
  .servis-title{
    font-size: 20px;
}
.stg-main-image,.stg-main-image img{
    height: auto;
}
.stg-main-price{
  font-size: 20px;
}
.cont-link-wrapp  {
  span{
    font-size: 15px;
  }
  h5{
    font-size: 20px;
  }
}
.substrate::before{
  display: none;
}
.stg-form_wrapper{
  width: 100%;
}
.list-col li{
  text-align: center;
  flex-direction:  column-reverse;
}
.substrate{
  padding: 0;
}
.coment-meta{
  justify-content: center;
}
.stg-copyright{
  justify-content: center;
}

}
@media (min-width: 575px) and (max-width: 768px){  
.heroNK-top_title{
 font-size: 22px;
}
.stg-form_wrapper{
  width: 90%;
}
.coments li{
  padding: 19px;
}



}
@media (min-width: 575px) and (max-width: 992px){
  .grid-4cols{
    grid-template-columns:repeat(2, 1fr);
  }
  .servis-title{
    font-size: 21px;
}
  
}
@media (min-width: 768px) and (max-width: 992px){  
.heroNK-top_title{
  font-size: 32px;
}
.stg-contact_item ,.stg-blog_item{
  flex-basis: var(--flex-basis-2);
}
.partners-box{
  grid-template-columns:repeat(3, 1fr);
}
 
}
@media screen and (min-width: 768px){
 
} 


@media screen and (max-width: 768px){
 .btn-mob-tg{
   display: block ;
}
.bringer-nav{
  display: none;
}
.bringer-header-inner{
  flex-direction: row;
}
.hero-media-content{
  position: static;
  max-width: 100%;
  text-align: center;
  margin-top:  33px;
  width: 100%;
}
.heroNK{
  flex-direction: column;
}
.heroNK-top_img {
  display: none;
}
.heroNK-top_title{
  
  text-align: center;
}
.heroNK-video_wrapper{
  height: 302px;
}
.stg-row{
  flex-direction:  column-reverse;
}
.stg-wrapper-img{
  max-height: 352px;
}
.stg-col,.servis-content{
  width: 100%;
}
.servis-img{
  height: 275px;
}

.stg-servis_item{
  flex-direction:  column-reverse;
}
.stg-main-image {
  float: none;
  width:100%;
  margin-right: 0;
  margin-left: 0;     
}
.top-title_contact{
  font-size: 26px;
}
.parallax-media{
  height: 275px;
}
.stg-contact_item ,.stg-blog_item{
  flex-basis: 100%;
}
.partners-box{
  grid-template-columns:repeat(2, 1fr);
}
.hero-media-content_iner{
  padding: 0;
}

}

@media (min-width: 992px){
.btn-phon_iner{
  display: none;
}
}
@media (max-width: 992px){
.heroNK_top{
  flex-direction: column;

}
.btn-phon_top{
  display: none;
}
.btn-phon_iner{
  width: 100%;
  margin-top: 47px;
}
.map-box iframe{
 height: 275px;
}
.heroNK-top_title{
  max-width:  100%;
 
}
.heroNK-top_img{
  align-self: flex-end;
  max-width: 45%;
}
.substrate::before{
  width: 100%;
  height: 50%;
  bottom:0;
}
.bg-content{
  flex: auto;
  height: 275px;
}

    
}
@media (max-width: 1199px){
 
}
@media (min-width: 1300px){
 .stg-container {
  max-width: 1230px;
  }
} 