@import "./base.css";
@import "./grid.css";

*, ::after, ::before {
  box-sizing: border-box;
}
html,body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 150%;
  padding: 0;
  margin: 0;
  color: var(--black-text); 
}
body.menu-mobile-active{
  overflow: hidden;
  scroll-behavior: none;
  height: 100vh;
}
header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: fixed;
  transition: all 0.3s ease;
}
header.scrolled{
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(5px);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
  transition: all 0.3s ease;
}
.header-container{
  padding-top: 30px;
  background: rgba(255, 255, 255, 0.40);
  justify-content: space-between;
}

.logo-container{
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  flex: 0 0 100%;
}
.logo-container .img-container a img{
  width: 116px;
  height: auto;
}
.section-container h2{
  font-size: 24px;
}
.hero-container {
  background: url(../img/bg-banner.png)   no-repeat top center; 
  justify-content: space-between;
}
header.scrolled .header-container{
  padding: 10px 0;
  background: transparent;
}
header.scrolled .header-container .logo-container .img-container img{
  width: 100px;
  height: 49px;
}
.section-container{
  padding: 40px 0;
}
.section-container h1, .section-container h2{
  color: var(--primary-color);
}
.section-hero, .section-privacy-policy{
  background: var(--extra-color);
  padding: 130px 0 0 0;  
}
 
.hero-container{
  height: 100%;
}
.hero-content-container {
  flex: 0 0 100%; 
}
.main-menu-container{
  position: absolute;
  left: -1200px;
  transition: all 1s ease;
  height: 100%;
  top: 0;
}
.main-menu-container.active{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  z-index: 100;
  display: block;
  height: 100vh;
  transition: all 1s ease;
  background: rgba(0, 0, 0, 0.40);
}
.main-menu-container ul{
  flex-direction: column;
  flex: 0 0 340px;
  max-width: 340px;
  width: 340px;
  background: #1692E4;
  height: 100vh;
}
 
.hero-content-container h1{ 
  font-weight: 900;
  font-size: 32px;
  line-height: 120%; 
  margin-bottom: 32px;
}
.hero-content-container .sub-title{
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 16px;
}
.hero-content-container .hero-desc{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  margin-bottom: 32px; 
}
.hero-content-container .hero-btn-container{
  display: none;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.hero-img-container {
  flex: 0 0 100%;
  margin-bottom: 32px;
}
.hero-img-container > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-hero-btn-container{ 
  margin-bottom: 24px; 
  width: 100%;
} 
.mobile-hero-btn-container > a{
  width: 100%; 
  display: block;
  margin-bottom: 16px;
}
.strip-text{
  display: inline-block;
  padding: 0 0 0px;
  background: url(../img/strip-text.svg) no-repeat bottom left;
}

.main-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px; 
}
.main-menu-container ul{
  align-items: flex-start;
  padding: 30px 20px;
  gap: 0px;
}
.main-menu-container ul li{
   border-bottom: 1px solid rgba(255, 255, 255, 0.50);
   width: 100%;
}
.main-menu li a{
  display: block;
  padding:8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  color:#fff;
  flex: 0 0 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);

   
}
.main-menu li a:hover{
  color: var(--text-link-color);
  text-decoration: none;
}
.hero-balon1{
  bottom: 230px;
  right: -47px;
  width: 200px;
  height: 81px;
}
.hero-balon2{
  bottom: 178px;  
  right: -55px;
  width: 204px;
  height: 79px;
}
.hero-balon3{
  bottom: 91px;
  left: -45px;
  width: 210px;
  height: 150px;
}
.hero-balon1 img, .hero-balon2 img, .hero-balon3 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-item-content{
  padding: 24px;
  background: var(--extra-color);
}
.about-item-content h3{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;

} 
.about-item-1{
  border-radius: 8px;
  overflow: hidden;
}
.about-item-1 .about-item-content h3{
  color: var(--title-color);
}
.section-container .sub-title{
  text-transform: uppercase;
  color: var(--primary-color);
}
.hero-content-container .sub-title, .testimoni-title-container .sub-title{
  text-transform: capitalize;
}
footer{
  background: #020202;
  color: #fff;
  padding: 40px 0;
}
.footer-menu li a{
  color: #fff;
  text-transform: uppercase;
}
.contact-info-item{
  display: flex;
}
.footer-copyright-container{
  padding-top:16px;
  border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.footer-content-container {
  margin-bottom: 40px;
}
.social-media-list{
  margin: 0;
  padding: 0;
}
.contact-info-item {
  margin-bottom: 16px;
}
.contact-info-item img{
  margin-top: 5px;
  margin-right: 10px;
}
.footer-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px; 
  flex-wrap: wrap;
}
.footer-menu li{
  flex: 0 0 calc(50% - 8px);
  display: flex;
  align-items: center;
  
}
.footer-menu li a{
  display: inline-block;
  font-weight: 700;
}
.footer-menu li:before{
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background:#fff;
  margin-right: 8px;
  margin-top: 2px;
  border-radius: 50%;
}
.footer-logo-container img{
  margin-bottom:32px
}
.footer-item h3{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  margin-bottom: 24px;
}
.about-item-2 .about-item-content{
  flex: 0 0 100%;
  background: var(--primary-color);
  color: var(--white-text);
  padding: 32px;
}
.about-item-2 .about-item-img{
  flex: 0 0  100%;
}
.about-item-2 .about-item-content h3{
  font-size: 24px;
  margin-bottom: 32px;
}
.about-item-2  .about-item-content-header img{
  margin-bottom: 24px;
}
.why-item-grey{
  background: var(--extra-color);
  border: 1px solid #E4EBFA;
}

.why-item-title h3{
  flex: 0 0 calc(100% - 48px - 17px);
}
.section-work-iter{
  background: url(../img/bg-work-iter.png) no-repeat top center #131317;
}
.work-iter-content-container ol{
  list-style: none;
  column-count: 1;
  padding: 0;
  margin: 0;
  list-style-position: inside;
  column-gap: 24px;
}
.work-iter-content-container ol li{
  margin-bottom: 24px;
   background: #fff;
   padding: 16px;
   border-radius: 8px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  display: flex;
  align-items: center;
} 
.work-iter-content-container ol li:last-child{
  margin-bottom: 0;
}
.work-iter-content-item-number{
  display: flex;
}
.work-iter-content-item-number span{
  display: inline-block;
  flex:0 0 24px;
  height: 24px; 
}
.section-working-conditions{
  background: var(--extra-color);
}
.working-condition-left{
  background: #fff;
 
} 
.blue-content{
  background: #F1F9FF;
  border-radius: 8px;
  border: 1px solid #D3E9F9;
  padding: 8px;
  font-size: 14px;
  color:#1768A5;
}
.working-condition-right .working-condition-item-title {
  background: var(--primary-color);
  color: var(--white-text);
  padding: 24px;
  font-weight: 700;
}
.working-condition-item-title h3{
  color: var(--primary-color);
}
.why-iter-content-item-img .btn-container{
  position: absolute;
  bottom: 82px;
  left:  50%; 
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.working-condition-blue{
  background: #18A0FB;
}
.working-condition-blue .working-conditions-content-item{
  flex: 0 0 100%;
}
.procedure-content-container-1 .procedure-content-item{
  flex: 0 0 100%;
  border: 1px solid #E4EBFA;
  background: var(--extra-color);
  gap: 10px;
  align-items: flex-start;
  transition: all 0.5s ease;
}
.procedure-content-container-1 .procedure-content-item div{
  color: #58585F;
  transition: all 0.5s ease;
}
.procedure-content-container-1 .procedure-content-item:hover{
 
  border: 1px solid #E4EBFA;
  background: var(--primary-color);
  color: #fff ;
  transition: all 0.5s ease;
}
.procedure-content-container-1 .procedure-content-item:hover div{
  color: #fff;
}


.procedure-content-item .procedure-title-cont{
  height: 100px;
  display: flex;
  align-items: center;
  color: var(--primary-color);
}
.procedure-content-container-2 .procedure-content-item h3{
  font-size: 24px !important;
}
.produre-content-content{
  background: #19191E;
  flex-direction: column;
  flex-wrap: wrap;
  gap:37px;
  height: auto;
}
.procedure-content-container-2 .procedure-content-item h3{
   color: var(--primary-color);
}
.procedure-content-item-img{
  width: 32px;
  height: 32px;
}
.procedure-content-item-1 .procedure-content-item-img{
  background: url(../img/icon-mail-send-line.svg) no-repeat center center;
  background-size: contain;

}
.procedure-content-item-1:hover .procedure-content-item-img{
  background: url(../img/icon-mail-send-line-hover.svg) no-repeat center center;
  background-size: contain;
}
.procedure-content-item-2 .procedure-content-item-img, .procedure-content-item-3 .procedure-content-item-img{
  background: url(../img/icon-interview.svg) no-repeat center center;
  background-size: contain;
}
.procedure-content-item-2:hover .procedure-content-item-img, .procedure-content-item-3:hover .procedure-content-item-img{
  background: url(../img/icon-interview-hover.svg) no-repeat center center;
  background-size: contain;
}
.procedure-content-item-4 .procedure-content-item-img{
  background: url(../img/icon-emot-happy-line.svg) no-repeat center center;
  background-size: contain;
}
.procedure-content-item-4:hover .procedure-content-item-img{
  background: url(../img/icon-emot-happy-line-hover.svg) no-repeat center center;
  background-size: contain;
} 
.produre-content-content .img-container{
  width: 48px;
  height: 48px;
}
.produre-content-content .produre-content-content-text{
  flex: 0 0 calc(100% - 48px - 37px);
  color:#EAEAEB
}
.register-step-content-container{
  gap: 50px;
}
.register-step-content-item{
  border-radius: 8px;
  border: 1px solid #E4EBFA;
  background: var(--extra-color);
  flex: 0 0 270px;
  position: relative;
}
.register-step-content-item:after{
  content: '';
  background: url(../img/icon-arrow-step.svg) no-repeat center center;
  width: 55px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translate(0, -50%);
}
.rs-step-0{
  order: 1;
}
.rs-step-1{
  order: 2;
}
.rs-step-2{
  order: 3;
}
.rs-step-3{
  order: 6;
}
.rs-step-4{
  order: 5;
}
.rs-step-5{
  order: 4;
}
 
.register-step-content-item-title{
  color: #18181B
}
.register-step-content-item-title div:last-child{
  color: #58585F;
}
.register-step-content-item.rs-step-0:after, .register-step-content-item.rs-step-1:after,
.register-step-content-item.rs-step-5:after, .register-step-content-item.rs-step-4:after{
  top: auto;
  bottom: -30px;
  transform: rotate(90deg);
  right: 38%;
}
.register-step-content-item.rs-step-2:after{
  top: auto;
  bottom: -30px;
  transform: rotate(90deg);
  right: 38%; 
} 
.rs-step-5{
  order: 3;
}
.register-step-content-item.rs-step-3:after{
  display: none;
}
.register-step-content-item .img-container{
  flex: 0 0 48px;
}
.register-step-content-item .register-step-content-item-title{
  flex: 0 0 calc(100% - 48px - 16px);
}
.section-bod{
  background: url(../img/bg-bod.png) no-repeat top center #131317;
}
.bod-title-container h2, .bod-title-container .sub-title,
.section-work-iter h2, .section-work-iter .sub-title{
  color: var(--white-text);
}
.bod-content-item{
  flex: 0 0 80%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #19191E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  gap: 16px;

}
 .slider-item-testimoni {
  background: var(--extra-color);
  border:1px solid #E4EBFA;
  border-radius: 8px;
  margin-bottom: 40px;
 }
 .testimoni-content-item-user-img{
  flex: 0 0 61px;
  height: 61px;
  border-radius:8px;
  overflow: hidden;
 }
 .testimoni-content-item:before{
  content: '';
  background: url(../img/quote.svg) no-repeat center center;
  width: 62px;
  height: 44px;
  position: absolute;
  top: -20px;
  right: 30px;
  background-size: contain;
 }
 .testimoni-slider-container .slick-list{
  padding:30px 0 0;
 }
 .btn-arrow-container button{
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
 }
 .btn-arrow-container button.arrow-right{
  transform: rotate(180deg);
 } 
/* List Marker Styles */
.list-arrow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-arrow li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.list-arrow li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 18px;
}
.list-star {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-star li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.list-star li:before {
  content: "★";
  position: absolute;
  left: 0;
  color: #FFD700;
  font-size: 16px;
}

.list-circle {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-circle li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.list-circle li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: var(--secondary-color);
  border-radius: 50%;
}

.list-numbered {
  counter-reset: list-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-numbered li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  counter-increment: list-counter;
}

.list-numbered li:before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: var(--secondary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.list-dash {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-dash li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.list-dash li:before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 18px;
}

.list-dot {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-dot li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.list-dot li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-size: 20px;
  line-height: 1;
}
.mobile-menu-button{
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.why-iter-content-center{
  order: 1;
}
.why-iter-content-left{ 
  order: 2;
}
.why-iter-content-right{ 
  order: 3;
}
.why-iter-content-container{
  margin-bottom: 32px;
}
.mobile-why-iter-btn-container{
  display: block;
  width: 100%; 
  padding-top: 24px;
}
.mobile-why-iter-btn-container > a{
  width: 100%;
}
.testimoni-content-container{
  flex: 0 0 100%;
  max-width: 100%;
}
.testimoni-slider-container{
  width: 100%;
}
.social-media-list{
  list-style: none;
}
.float-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.mobile-menu-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px 0;
  max-width: 340px;
  width: 340px;
  background: #1692E4;
  color: #fff;
}
.mobile-menu-close{
  padding:0;
  line-height: 0;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #fff;
  overflow: hidden;
}
.mobile-menu-close img{
  padding: 0;
  line-height: 0;
}
.testimoni-content-item-user-text p{
  margin-bottom: 0;
}
.btn-float-container{
  position: fixed;
  bottom: 220px;
  right: 0px;
  z-index: 1000;
}
.btn-float-container .btn-wa-container{
  background: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 10px 15px 10px 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.btn-float-container .btn-wa-container a{
  line-height: 0;
}
.btn-wa-container a img{
  width: 40px;
  height: 40px;
}
.contact-info-item div span{
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  color: #fff;
  opacity: 0.5;
}
.contact-main-content{
  gap: 40px;
}
.section-contact-container{
  background: var(--extra-color);
}
.left-contact-container{
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.right-contact-container{
  flex: 0 0 100% ;
}
.right-contact-container .contact-form{
  padding:24px;
  background: #fff;
  border: 1px solid #E4EBFA;
  border-radius: 8px;
}
.contact-title-container h2{
  letter-spacing: -0.72px;
  margin-bottom: 0;
}
.datepicker{
  width: 100%;
}
.privacy-policy-content-container ol{
  padding-left: 24px;
}
.privacy-policy-content-container ol li{
  padding-left: 5px;
}
.section-privacy-policy{
  background: #fff;
  padding-bottom: 80px;
}
.privacy-policy-content-container, .policy-important-container{
  margin-bottom:24px
}
.policy-important-container p:not(:last-child){
  margin-bottom: 8px;
}
.privacy-policy-title-container h1{
  font-size: 36px;
  line-height: normal;
}
@media (min-width: 596px) {
}

@media (min-width: 769px) {
  .mobile-menu-title{
    display: none;
  }
  .main-menu-container{
    position: static;

  }
  .main-menu-container ul{
     flex-direction: row;
     width: auto;
     max-width: 100%;
     height: auto;
     background: transparent;
     padding: 0;
  }
  .main-menu-container ul li{
    width: auto;
    border-bottom: none;  
  }
  .main-menu-container ul li a{
    color: var(--primary-color);
    border:0
  }
  .section-container h2{
    font-size: 36px;
  }
  .section-container{
    padding: 60px 0;
  }
  .about-item-img {
    flex: 0 0 calc(45%);
  }
  .about-item-content{
    flex: 0 0 calc(55%);
    padding-right: 40px;
  }
  .about-item-2 .about-item-content{
    flex: 0 0 calc(52%);
    padding: 32px;
  }
  .about-item-2 .about-item-img{
    flex: 0 0 calc(48% - 24px);
  }
  .why-iter-content-item-container{
    justify-content: center;
  }
  .why-iter-content-center{
    order: 1;
  }
  .why-iter-content-left{
    flex: 0 0 calc(50% - 12px);
    order: 2;
  }
  .why-iter-content-right{
    flex: 0 0 calc(50% - 12px);
    order: 3;
  }
  .working-condition-left{
    flex:0 0 100%
  }
  .working-condition-right{
    flex:0 0 100%;
   
  }
  .working-condition-item{
    display: flex;
    flex-direction: row;
  }
  .procedure-content-container-1 .procedure-content-item{
    flex: 0 0 calc(50% - (12px));
  }
  .rs-step-2{
    order: 3;
  }
  .rs-step-3{
    order: 2;
  }
  .rs-step-4{
    order: 5;
  }
  .rs-step-5{
    order: 5;
  }
  .rs-step-6{
    order: 6;
  }
  .register-step-content-item.rs-step-1:after,
  .register-step-content-item.rs-step-3:after{
    top: auto;
    bottom: -30px;
    transform: rotate(90deg);
    right: 38%; 
    display: block;
  }
  .register-step-content-item.rs-step-2:after{
    top: 50%;
    transform: rotate(90deg);
    right: auto;
    left: -52px;
    transform: rotate(180deg);
  }
  .register-step-content-item.rs-step-4:after{
    width: 55px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: -52px;
    left: auto;
    transform: translate(0, -50%);
  }
  .register-step-content-item.rs-step-5:after{
    display: none;
  }
  .testimoni-title-container{
    flex: 0 0  100%;
    margin: 0;
   }
   .testimoni-content-container{
    flex: 0 0  100% ;
    max-width: 100% ;
   }
   footer {
    padding: 40px 0 40px;
   }
   .hero-content-container .hero-btn-container{
    display: flex;
   }
   .why-iter-content-container{
    margin-bottom: 60px;
  }
  .why-iter-content-item-img .btn-container{
    display: block;
  }
  .mobile-why-iter-btn-container{
    display: none;
  }
  .work-iter-content-container ol{ 
    column-count: 2;
  }
  .work-iter-content-container ol li{
    height: 96px;
    font-size: 18px;
  }
  .working-condition-blue .working-conditions-content-item{
    flex: 0 0 80%;
  }
  .procedure-content-container-2 .procedure-content-item h3{
    font-size:36px !important;
  }
  .produre-content-content{
    flex-direction: row;
    height: auto;
  }
  .bod-content-item{
    flex: 0 0 calc(33.333% - (40px * 2 / 3)); 
  }
  .footer-content-container{
    gap: 50px;
    justify-content: space-between;
  }
  .footer-item-1{
    flex: 0 0 calc(33% - (50px * 2 / 3));
  }
  .footer-item-2{
    flex: 0 0 calc(33% - (50px * 2 / 3));
  }
  .footer-item-3{
    flex: 0 0 calc(33% - (50px * 2 / 3));
  }
  .left-contact-container{
    flex: 0 0 580px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .right-contact-container{
    flex: 0 0 calc(100% - 580px - 40px);
  }
}

@media (min-width: 1024px) {
  .section-container{
    padding: 80px 0;
  }
  .hero-content-container h1{ 
    font-weight: 900;
    font-size: 60px;
  }
  .hero-content-container{
    flex: 0 0 600px;
    padding-right: 60px;
  }
  .header-container{
    padding-top: 50px;
  }
  .hero-img-container {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
  .hero-content-container .hero-desc{
    margin-bottom: 60px;
    font-size: 24px;
  }
  .main-menu-container{
    display: block;
  }
  .logo-container{
    flex: 0 0 230px;
  }
  .mobile-button{
    display: none;
  }
  .about-item-content{
    flex: 0 0 602px;
  }
  .about-item-img{
    flex: 0 0 calc(100% - 602px);
  }
  .about-item-2 .about-item-content{
    padding: 32px 40px;
  }
  .about-item-2 .about-item-content h3{
    font-size: 30px;
  }
  footer{
    padding: 80px 0px 40px;
  }
  .footer-content-container{
    gap: 100px;
    justify-content: space-between;
  }
  .footer-item-1{
    flex: 0 0 calc(33% - (130px * 2 / 3));
  }
  .footer-item-2{
    flex: 0 0 calc(33% - (130px * 2 / 3));
  }
  .footer-item-3{
    flex: 0 0 calc(33% - (130px * 2 / 3));
  }
  .contact-info-item img{
    flex: 0 0 16px;
  }
  .contact-info-item div{
    flex: 0 0 calc(100% - 16px - 10px);
  }
  .hero-balon1{
    bottom: 354px;
    right: -50px;
    width: auto;
    height: auto;
  }
  .hero-balon2{
    bottom: 257px;
    right: -30px;
    width: auto;
    height: auto;
  }
  .hero-balon3{
    bottom: 91px;
    left: -85px;
    width: auto;
    height: auto;
  }
  .section-hero, .section-privacy-policy{ 
    padding: 170px 0 0 0;  
  } 
  .section-privacy-policy{
    padding: 170px 0 80px 0;  
  }
  .privacy-policy-title-container h1{
    font-size: 36px;
  }
  .why-iter-content-center{
    order: 2;
    
  }
  .why-iter-content-left{ 
    order: 1;
  }
  .why-iter-content-right{
    flex: 0 0 calc(50% - 12px);
    order: 3;
  }
  .working-condition-left{
    flex:0 0 570px;
  }
  .working-condition-right{
    flex: 0 0 calc(100% - 570px - 40px);
  }
  .working-condition-item{
    flex-direction: column;
  }

  .footer-logo-container{
    width: 80%;
  }
  .why-iter-content-item-container .why-iter-content-item{
    flex: 0 0 calc(368px);
  }
  .why-iter-content-item-container .why-iter-content-item:nth-child(2){
    flex: 0 0 calc(415px);
  }
  .why-iter-content-right .why-item-grey{
    height: calc(50% - 12px);
  }
  .procedure-content-container-1 .procedure-content-item{
    flex: 0 0 calc(25% - (24px * 3 / 4));
  }
  .rs-step-1{
    order: 1;
  }
  .rs-step-2{
    order: 2;
  }
  .rs-step-3{
    order: 3;
  }
  .rs-step-4{
    order: 4;
  }
  .rs-step-5{
    order: 5;
  }
  .rs-step-6{
    order: 6;
  }
  .register-step-content-item:after{
 
    top: 50%;
    right: -52px;
    transform: translate(0, -50%);
  }
  .register-step-content-item.rs-step-0:after, 
  .register-step-content-item.rs-step-1:after{
    top: 50%;
    right: -52px;
    transform: translate(0, -50%);
  }
  .register-step-content-item.rs-step-2:after{ 
      top: auto;
      bottom: -30px;
      transform: rotate(90deg);
      right: 38%;
      display: block;
      left: auto;
  }
  .register-step-content-item.rs-step-5:after, .register-step-content-item.rs-step-4:after{
    top: 50%;
    transform: rotate(90deg);
    right: auto;
    left:-52px;
    transform: rotate(180deg);
    display: block;
  }
  .register-step-content-item.rs-step-3:after{
    display: none;
  }
  .testimoni-container{
    gap: 20px;
  }
  .testimoni-title-container{
    flex: 0 0 451px;
   }
   .testimoni-content-container{
    flex: 0 0 calc(100% - 451px - 100px);
    max-width: calc(100% - 451px - 100px);
   }
}
 