@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

:root { 
  --bg-main-1:#6EC1E4;
  --bg-main-2:#6ee4a3;
  --bg-main-3:#ed85e8;
  --bg-main-4:#c53d3d;
  --bg-main-5: #5131d1;

  --bg-blur-1:rgba(24, 100, 140, 0.8);
  --bg-blur-2:rgba(27, 122, 70, 0.8);
  --bg-blur-3:rgba(161, 42, 149, 0.8);
  --bg-blur-4: rgba(165, 48, 48, 0.8);
  --bg-blur-5: rgba(81, 49, 209, 0.8);

  --color-border-1:rgb(28, 126, 173);
  --color-border-2:rgb(29, 156, 87);
  --color-border-3: rgb(195, 54, 184);
  --color-border-4: rgb(197, 61, 61);
  --color-border-5: rgb(94, 62, 237);

  --bg-cart-1:#c3e4f4;
  --bg-cart-2:#bef4d6;
  --bg-cart-3:#f9d4fa;
  --bg-cart-4: #f1b0b0;
  --bg-cart-5: #a1a5ff;

  --color-activ:#b7333e;
  --flex-basis-1:calc((100% - 60px) / 4);
  --flex-basis-2:calc((100% - 20px) / 2);
  --margin-nCaild-1:20px;
  --margin-nCaild-2:0;
  --black: #212121;
  --section-white:#f9f3f3;  
  --hover-tranzitipn: all .5s cubic-bezier(.3,1,.35,1) 0s;  
}
.bg-white{
  background-color: var(--section-white);
}
.privacy-pageNV p{
  margin-bottom: 11px;
  text-indent: 3ch;
}
.privacy-pageNV h1{
  font-weight: 700;
  text-align: center;
  margin-bottom:  25px;
}
.privacy-pageNV h2{
  font-weight: 700;
  text-align: center;
  margin-bottom:17px ;
}
.privacy-pageNV table,.privacy-pageNV a{
  word-break: break-word;
  color: inherit;
}
.wrapper { 
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; 
  margin-left: auto;
  margin-right: auto; 
  box-sizing: border-box;
}

body{    
  direction: ltr;
  font-family: 'Inria Sans', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
  line-height: 1.4; 
  color: var(--black); 
   
}

*{
  box-sizing: border-box;
}

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

ul{
  margin: 0;
  padding: 0;
}
.header-topUI{
  padding: 20px;
  background-color: var(--bg-main-1);
}
.header-topUI_logo-blok{
  transition: var(--hover-tranzitipn);
  color: var(--black);
  font-size: 22px;   
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;  
}
.header-topUI_logo-blok:hover,.header-topUI_logo-blok:focus{
  color: #FFF;
}
.header-topUI_logo{
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    object-fit: contain;
    width:  50px;
    height:  50px;
    
  }
}
.header-topUI_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  flex-wrap: wrap;
}
.header-topUI_iner,.footerPM{
  padding: 20px;
  background: #eff8ff;
}
.header-contact{
  list-style: none;
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  align-items: center; 
  justify-content:  space-between;
  flex-direction: row;
}

.header-contact li{
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.header-contact li>svg{
  width: 20px;
  height: 20px;
  fill: inherit;
}
.header-main{
  padding: 37px 0 130px;
  background-color: #212121bd;   
  background-image: url(media/fade-tFL9K0.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-main_blok{
  display: flex;
  overflow: hidden;
  border-radius: 1px; 
  background: var(--section-white);  
  flex-direction: row;
}
.header-main_picture{  
  width: 70% ;  
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url( pic/illustrations_header_692dc08d970914.58969939.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: var(--hover-tranzitipn);
 
}
.header-main_picture:hover {
  opacity: 0.85;
}
.header-main_nav{
  width: 30%;
  padding: 29px; 
  box-sizing: border-box;
  
}
.header-main-nav_list{
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
 
}
.main-nav_link{
  padding: 5px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;  
  font-size: 18px;
  transition: var(--hover-tranzitipn);
  svg{
    width: 17px;
    height: 17px;
    fill: inherit;
  }
  
}

.main-nav_link:hover{
  padding-left: 5px;
  color: var(--color-activ);

}
.main-nav_link:hover svg{
  fill:var(--color-activ);
}

.under-menu{
  list-style: none;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
}
.under-item a{
  padding: 5px 0;
  display: block;
  font-weight: 700;
  transition: var(--hover-tranzitipn);
}
.under-item a:hover{
  color: var(--color-activ);
  margin-left: 5px;  
}
.sectionBN{
  padding: 60px 11px;
 
}
.statis-blok{
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  
}
.statis-item{
  flex-grow: 1; 
  overflow: hidden;
  flex-basis: 200px;
  border-radius: 1%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 17px;
  background: var(--section-white);
}
.column-wrapper{
  display: flex;
  gap: 60px;
  flex-direction: column-reverse;
}

.statis-item_blok{
 padding: 29px 17px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
.statis-item_blok svg{
  width: 40px;
  height: 40px;
  fill: #111;
}
.statis-item_blok span{
  color: var(--bg-blur-1);    
  font-size: 30px;
  font-weight: 700;
  line-height: .5em;
}
.statis-item_blok p{
  color: var(--black);
  font-weight: 700;
  font-size: 18px;
}
.section-top{
  margin-top: -90px;
  padding-bottom: 37px;
}
.title-corIO{
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: var(--black);
  line-height: 1.4;
  padding-bottom: 11px;
  margin-bottom: 37px;
}

.title-corIO::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  min-width: 10%;
  height: 2px;
  background: var(--color-activ);
}
.title-corIO::after{
  position: absolute;
  content: "";
  bottom: 6px;
  left: 50%;
  transform: translate(-50%);
  min-width: 10%;
  height: 2px;
  background: var(--color-activ);
}
.img-blok-blog{
  display: flex;
  gap: 20px;
  flex-direction:  row;
}
.img-blok-blog >div{
  flex: 1;
}
.blog-imgCub{
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: var(--hover-tranzitipn);
    border-radius: 1px;
  }
}
.blog-imgCub:hover img{
  opacity: 0.85;
}
.blogis-wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-top: 37px;
}
.blogis-item{
 margin-right: 17px;
  margin-bottom: 20px;
  flex-basis: var(--flex-basis-2);
}
.blogis-item:last-child{
  margin-right: 0;
}
.blogis-item:nth-child(2):not(:last-child){
  margin-right:var(--margin-nCaild-2);
}
.blogis-img-blok{
  position: relative;
  width: 100%;
  height: 379px; 
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 1px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--hover-tranzitipn);
   
  }  
}
.blogis-img-blok:hover img{
  transform: scale(1.08);
  opacity: 0.75;
}
.blogis-img-blok:hover h3{
  color: #fff;
}
.name-blogis{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center; 
  padding: 20px 11px;
  background-color: var(--bg-blur-1);
  border-color: var(--color-border-1);
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter: blur(5px);
  
}
.blogis-bottom-contetns{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center; 
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
}
.author::after{
  content: "";
  margin: 0 8px 0 11px;
  opacity: .6;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-radius: 2px;
  display: inline-block;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}
.bg-section{
  background-color: var(--bg-main-1);
}
.story-picture {
  border-radius: 0px;
  float: left;
  width: 37%;
  height:300px;
  margin: 17px;
  margin-top: 0;
  margin-left: 0;
}
.story-picture  img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.story-content p{
  margin-bottom: 11px;
  text-indent: 3ch;
}
.story-content ul,ol{
  list-style: inside;
}
.priceBoxNW{
  display: flex;
  gap: 11px;
  font-weight: 700;
  font-size:30px;
  color: #44000D;
}
.offerings-list{
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.offer-item{
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction:  column-reverse;

}
.offer-blok{
  flex: 1;
  display: flex;
  align-items: center;
  background-color:var(--bg-cart-1);
  overflow: hidden;
  border-radius: 1px;
}
.offer-img{
  width: 40%;
  display: block ;
  height: 334px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.offer-content{
  width: 60%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  box-sizing: border-box;
}
.offer-title{
  font-size: 19px;
  font-weight: 700;
  text-align:  right;
}
.bg-img{
  overflow: hidden;
  background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(pic/graphics_header_692dc08d9709e4.21772567.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img2{
 
  background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(pic/illustrations_header_692dc08d970a23.19981198.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.reasons-blok{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.reasons-blok >div{
  flex: 1;
  width: 100%;
}
.reasons-img{
  border-radius:  1px;
  overflow: hidden;
}
.reasons-img img{
  width: 100%;
  object-fit: cover;
  height: 500px; 
  transition: var(--hover-tranzitipn); 
}


.reasons-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius:  1px;

}
.reason-itemUI{
  padding: 29px;
  background: var(--section-white);
  font-size: 15px; 
 
}

.reason-itemUI p{
  font-weight: 700;
}

.bg-img .title-corIO,.blek_section .title-corIO{
  color: #fff;
}
.color{
 
  background-color: var( --bg-cart-1);
}

.star{
  font-size: 15px;
  letter-spacing: 0;
  display: inline-flex;
  font-weight: 700; 
  padding: 5px;
  background: #9efe00;
  margin-bottom: 11px;
  color: #000;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footerPM-blok{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 11px;  
  flex-direction: row;
}
.copyrightOP{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
}
.footerPM-privacys{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  gap: 17px;
  font-size: 15px;
}
.about-wrapper{
  display: flex;
  gap: 29px;
  flex-direction: column-reverse;
}
.about-contentIO{
  text-indent: 3ch; 
}
.about-img-blok{
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.about-imgCub{
  flex: 1;
  height: 200px;
  overflow: hidden;
  transition: var(--hover-tranzitipn);
  border-radius: 1px;
}
.about-imgCub:hover{
  opacity: 0.85;
}
.about-bg1{
  background-image: url( pic/graphics_header_692dc08d9709e4.21772567.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-bg2{
  background-image: url( pic/illustrations_header_692dc08d970a23.19981198.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.coordinates-list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.coordinates-item{
  flex-grow: 1;
  flex-basis: 250px; 
}
.coordinates-blok{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  background-color: #F5F5F5;
  display: flex;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 17px;
  border-radius: 1px;
  align-items: center;
  border-top: 2px solid var(--color-border-1);
  text-align: center;
  flex-direction: column-reverse;
  
}
.coordinates-blok svg{
  width: 42px;
  height: 42px;
  fill: var(--color-border-1);
}
.coordinates-blok h3{
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
}
.form-page{
  display: flex;  
  padding: 60px 29px;
  background-color: #F5F5F5;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 17px;
  border-radius: 1px;
  border-top: 2px solid var(--color-border-1);
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
.ind-form .form-page{
  margin: 0;
  background-color:var(--bg-cart-1);
}
.input-grup{
  display: flex;
  gap: 20px;
}
.input-blok{
  width: 33.33%; 
}
.page-inputHJ,.page-textarea,.input-group--wrapper__part,.textarea-group--wrapper__part{
  padding: 11px 20px;
  max-width: 100%;
  border: 2px solid #dedede; 
  font-size: 15px;
  width: 100%;
  color: #313131; 
  background: 0 0;
  outline: none;
  border-radius: 1px;
  vertical-align: top;
  box-sizing: border-box;
}
.page-inputHJ::placeholder,.page-textarea::placeholder{
  font-size: 13px;
}
.ind-form .input-group--wrapper__part,.textarea-group--wrapper__part{
  border-color: var(--color-border-1);
}
.page-textarea{
  height: 120px;
}
.grup-form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.custom-check{
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}
.question-wrapper{
  width: 80%;
  margin: 0 auto;
  padding: 29px;
  box-sizing: border-box;
  border-radius: 1px;
  background-color:var(--bg-cart-1);   
}
.question-list{
  display: flex;
  width: 100%;
  height:100%;
  flex-direction: column;
  gap: 20px;
}
.question-item{
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.ques{
  display: flex;
  gap: 17px;
  font-size: 19px;
  font-weight: 700;
  text-transform: inherit;
  flex-direction: column;
}
.ques .star{
  margin-bottom: 0; 
  padding: 0;
  width: 37px;
  height: 37px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
}
.question-item p{
  font-style: italic;
}
.partner-list{
  display: grid;    
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; 
  grid-auto-rows: auto; 
  grid-gap: 15px;
  padding: 17px; 
  border-radius: 1px;
  background-color:var(--bg-blur-1); 
}
.partner-item{ 
  box-sizing: border-box; 
  img{
    width: 100%;
    height: 150px;
    object-fit: contain;
  }
}
.blek_section{
  background-color: #212121bd;  
  background-image: url(media/fade-tFL9K1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ind-form{
  display: flex;
  gap: 20px;  
  flex-direction: row;
}
.ind-form>div{
  flex: 1;
}
.form-imgJK{
  display: flex;
  align-items: center;
  justify-content: center;
  img{
    width: 100%;
    max-height: 500px;
    object-fit: contain;
  }
}
.gallery-grid{
  display: grid;      
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; 
  grid-auto-rows: auto; 
  grid-gap: 15px;
}

.gallery-grid_item{
  
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  overflow: hidden;
  border: 3px solid var(--bg-blur-1);
  border-radius: 5px;
  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.5s ease;
  }
}
.gallery-grid_item:hover img{
  transform: scale(1.5);
}
.hover-img{
  position: relative;
}
.hover-img::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  transition: 0.5s ease;
  background:transparent;
}
.hover-img:hover:before{
  background: rgba(0, 0, 0, 0.41);
}
@media screen and (min-width: 480px) {
  .wrapper{
    max-width: 450px;
  }
			  
}
@media screen and (min-width: 575px){
  .wrapper{
    max-width: 540px;
  }
}
@media screen and (max-width: 575px){
    .header-main_blok{
      flex-direction: column-reverse;
    }
    .header-main_picture{
      width: 100%;
      height: 200px;
    }
    .header-main_nav{
      width: 100%;
      padding: 29px 17px;
    }
    .statis-item_blok p {
      font-size: 15px;
    }
      .blogis-item {
      flex-basis: 100%;
       margin: 0;
    }
    .blogis-wrapper{
      gap: 37px;
    }
  .blogis-item:nth-child(2):not(:last-child) {
    margin-right: var(--margin-nCaild-2);
   }
   .img-blok-blog{
    flex-direction: column-reverse;
   }
   .offer-blok{
    flex-direction: column;
   }
   .offer-content{
    width: 100%;
   }
   .offer-img {
    width: 100%;
    height: 250px;
   }
   .reason-itemUI{
    padding: 37px 20px;
   }
   .about-img-blok{
    flex-direction: column-reverse;
   }
   .about-imgCub {
    flex: auto;
    width: 100%;
   }
   .form-page{
       padding: 60px 20px;
   }
   .partner-list{      
    grid-template-columns: 1fr 1fr; 
  }
   .gallery-grid{
    grid-template-columns: 1fr;
  }
  .title-corIO{
    font-size: 22px;
  }
  .copyrightOP{
    justify-content: center;
  }
}
    

@media screen and (min-width: 768px) {
  .wrapper{
   max-width: 730px;				
  }
    
}
@media screen and (max-width: 768px){
   
.story-picture{
  float: none;
  width:100%;
  margin: 0 0 20px 0;  
    
}
.reasons-blok{
  flex-direction: column-reverse;
}
.reasons-img img {
  height: 300px;
}
.input-grup{
  flex-direction: column;
}
.input-blok{
  width: 100%;
}
.question-wrapper{
  width: 100%;
}
.ques {
  font-size: 18px;
  
}
}
@media (min-width: 575px) and (max-width: 768px){
 .gallery-grid{
    grid-template-columns: 1fr 1fr;
  }
}
 
@media (min-width: 575px) and (max-width: 992px){
   .header-main_picture,.header-main_nav{
    width: 50%;
   }
  .blogis-item {
    flex-basis: var(--flex-basis-2);
  }
  .blogis-item:nth-child(2):not(:last-child) {
    margin-right: var(--margin-nCaild-2);
  }
  .partner-list{      
  grid-template-columns: 1fr 1fr 1fr; 
 }
  
}
@media (min-width: 768px) and (max-width: 991.98px){
   
  .gallery-grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 992px){
  .section-top{
    margin-top: 0;
    padding-top: 37px;
    background: var(--section-white);
  }
  .statis-blok{
    border-radius: 0;
  }
  .header-main{
    padding: 37px 0 80px;
  }
  .offerings-list{
    flex-direction: column-reverse;
  }
  .footerPM-blok{
    flex-direction:  column-reverse;
  }
  .footerPM-privacys {
    justify-content: center;
    text-align: center;
  }
  .partner-item img{
    height: 100px;
  }
  .ind-form {
   
    flex-direction: column-reverse;
  }
  .form-imgJK img{
    max-height: 350px;
  }

  

}


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

.base-btn{
  display: inline-block;
  padding: 11px 20px; 
  width: fit-content;
  font-size: 15px; 
  font-weight: 700; 
  text-align: center;
  text-decoration: none;
  cursor: pointer; 
  outline: none;
  border-radius: 15px; 
  transition: background-color 0.3s ease; 
}
.btn-5 {
  padding: 11px 37px;
  border-radius: 15px;
  background-image: linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35); 
}
.btn-5:hover {
  box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}
.btn-4 {  
  background: #545454;
  border: none;
  position: relative;
  color: yellow;
  z-index: 1;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn-4:hover,.btn-4:focus{
  color: #fff;
}
.btn-4::after,
.btn-4::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all 0.4s;
}

.btn-4::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: darkslategray;
  border-radius: 15px;
}

.btn-4::after {
  transform: translate(0px, 0px);
  width: 11px;
  height: 11px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  border-radius: 15px;
}

.btn-4:hover::before {
  transform: translate(5%, 20%);
  width: 11px;
  height: 11px;
}

.btn-4:hover::after {
  border-radius: 15px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.btn-4:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

.btn-3 {
  display: inline-flex; 
  border: 2px solid #BFE2FF;
  position: relative;
  overflow: hidden;  
  padding: 11px 29px;
  color: #FFF;
  font-weight: 700;
  text-transform: inherit;
  background: #337AB7;
  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 {
  display: inline-flex;
  position: relative;   
  padding: 11px 29px;
  color: #FFF;
  font-weight: 700;
  text-transform: inherit;   
  background: #b7333e;   
  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: #b7333e;
  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: inherit;    
  background: #337AB7;    
  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: #1C4B73;
  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%;
    }
}



.gapZero{
  gap: 0;
}



.form-row_3456789 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 20px;
        }

        .form-group_4567890 {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .form-group_5678901 label {
            font-size: 14px;
            font-weight: 500;
            color: #555;
        }

        .form-input_6789012,
        .form-select_7890123 {
               padding: 11px 20px;
    max-width: 100%;
    border: 2px solid #dedede;
    font-size: 15px;
    width: 100%;
    color: #313131;
    background: 0 0;
    outline: none;
    border-radius: 1px;
    vertical-align: top;
    box-sizing: border-box;
        border-color: var(--color-border-1);
        }

        .form-input_6789012::placeholder{
    color: #313131 !important;

        }
    

        .form-submit_8901234 {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

      

         .form-row_3456789 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-bottom: 20px;
        }



        @media(max-width: 767px){
             .form-row_3456789 {
                grid-template-columns: repeat(1, 1fr) !important;
            }

        }

        .btnsa{
          color: #FFF;
          background: #337AB7;
          border: 2px solid #BFE2FF;
          padding: 5px;
        }