.header{
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;  
}
.header--bg{
  background: url(../img/hero-min.webp) center 0 no-repeat;
  background-size: 100% auto;
}
.menu,
.menu ul,
.header__wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;  
}
.header__wrap{height: 80px;}
.menu{gap: 38px;}
.menu ul{gap: 42px;}
.menu ul li a{
  font-size: 13px;
  line-height: 2.27;
  color: #fff;
  white-space: nowrap;
}
.menu ul li a.active,
.menu ul li a:hover{color: #B5D200;}
.header-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 32px;
  border-radius: 16px;
  background-color: #B5D200;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #000;
}
.header-btn:hover{
  background-color: #2C434C;
  color: #fff;
}
.burger{display: none;}
.logo{
  position: absolute;
  display: block;
  width: 118px;
  top: 16px;
  left: 40px;
  z-index: 999;
}
.logo img{
  display: block;
  width: 100%;
}
@media only screen and (max-width : 767px){
  .header{
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background-color: #fff;
    transform: translateY(-110%);
    transition: transform .25s linear;
  }
  .header--bg{background: #fff;}
  .header.open{transform: translateY(0);}
  .logo{
    width: 62px;
    top: 14px;
    left: 20px;
    position: fixed;
    z-index: 499;
  }
  .main{
    position: relative;
  }
  .main::before{
    content: '';
    display: block;
    width: 100%;
    height: 52px;
    background: url(../img/hero-mob-min.webp) center 0 no-repeat #000;
    background-size: 1200px auto;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
  }
  .menu,
  .menu ul,
  .header__wrap{
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;  
  }
  .header .container,
  .header__wrap{height: 100%;}
  .header__wrap{
    justify-content: space-between;
    padding: 40px 0;
  }
  .menu{
    gap: 24px;
    flex-grow: 1;
  }
  .menu ul{gap: 24px;}
  .menu ul li a{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(181, 210, 0, 1);
  }
  .header-btn{
    width: 100%;
    height: 48px;
    border-radius: 24px;
    font-size: 16px;
  }  
  .burger{
    display: block;
    border: none !important;
    background: none !important;
    outline: none !important;
    border-radius: 0;
    box-shadow: none !important;
    width: 25px;
    height: 16px;
    position: relative;
    position: fixed;
    z-index: 999;
    top: 19px;
    right: 18px;
    mix-blend-mode: difference;
  }
  .burger span{
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform .25s, top .25s .25s;
  }
  .burger span:nth-child(1){top: 0;}
  .burger span:nth-child(2){top: 7px;}
  .burger span:nth-child(3){top: 14px;}
  .burger.open span{transition: top .25s, transform .25s .25s;}      
  .burger.open span:nth-child(1){top: 7px; transform: rotate(45deg);}
  .burger.open span:nth-child(3){top: 7px; transform: rotate(-45deg);}
  .burger.open span:nth-child(2){display: none;}  
}

.main{padding-top: 80px;}

.hero{
  min-height:  100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/hero-min.webp) bottom center no-repeat;
  background-size: auto 100%;
}
/* .hero__row{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  padding-left: 153px;
} */
.hero__col{
  padding-left: 180px;
  padding-top: 80px;
}
.hero__logo{
  /* width: 317px; */
  width: 260px;
  flex-shrink: 0;
  margin-bottom: 32px;
}
/* .hero__title{
  width: 509px;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;  
} */
.hero__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 6px;
}
.hero__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 24px;
}
.hero__txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.78;
  color: #fff;
  max-width: 530px;
}
@media only screen and (max-width : 1023px){
  .hero{
    min-height: unset;
    height: 680px;
  }
  .hero__row{display: block;}
  .hero__logo{
    margin-bottom: 19px;
    width: 200px;
  }
  .hero__title{
    font-size: 32px;
    max-width: 580px;
  }
  .hero__subtitle{
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width : 767px){
  .hero{
    min-height: 680px;
    height: 100vh;
    background-image: url(../img/hero-mob-min.webp);
    padding-top: 30px;
  }
  .hero__col{padding-left: 70px;}
  .hero__logo{
    width: 160px;
    margin-bottom: 16px;
  }
  .hero__title{
    width: 100%;
    font-size: 27px;
  }
  .hero__subtitle{
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.4;
    max-width: 200px;
  }
  .hero__txt{
    font-size: 14px;
    line-height: 1.71;
  }
}

.footer{
  background-color: #B5D200;
  padding: 60px 0;
}
.footer-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 46px;
  border-radius: 23px;
  background-color: #2C434C;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.footer-btn:hover{background-color: #131c20;}
@media only screen and (max-width : 767px){
  .footer{padding: 52px 0;}
  .footer-btn{width: 200px;}
}

.page{padding: 120px 0 80px;}
.article{
  max-width: 720px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #2C434C;
  padding: 90px 0 35px;
}
.article__back{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #2C434C;
  margin: 24px 0;
}
.article__back:hover{color: #B5D200;}
.article > *:first-child{margin-top: 0 !important;}
.article > *:last-child{margin-bottom: 0 !important;}
.article h2{
  font-weight: 600;
  font-size: 32px;
  line-height: 1.12;
  color: #2C434C;
  margin: 40px 0 24px;
}
h2.article__title,
.article__title{
  margin: 40px 0 24px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.article p{margin-bottom: 12px;}
.article a{
  color: #2C434C;
  text-decoration: underline;
}
.article a:hover{color: #B5D200;}
.article ol,
.article ul{margin: 24px 0;}
.article ul li{
  margin-bottom: 12px;
  padding-left: 29px;
  position: relative;
}
.article ul li::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #2C434C;
}
.article ol li{
  position: relative;
  padding-left: 29px;
}
ol {counter-reset: num;}
ol li::before {
  content: counter(num) '.'; 
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}
ol[start="3"] li:nth-child(1)::before{
  content: '3.'; 
}
ol[start="3"] li:nth-child(2)::before{
  content: '4.'; 
}
.article .code{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  background-color: #f6f8fa;
  overflow: auto;
  position: relative;
}
.article .code pre{
  min-height: 52px;
  margin: 0;
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: rgb(246, 248, 250);
  border-radius: 6px;
  word-break: normal;
  word-wrap: normal;
}
.zeroclipboard-container{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.clipboard-copy{
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  margin: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.clipboard-copy svg:last-child{display: none;}
.clipboard-copy.copyed svg:nth-child(2){display: none;}
.clipboard-copy.copyed svg:last-child{display: block;}
.clipboard-copy__hint{
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, .8);
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 24px;
}

@media only screen and (max-width : 767px){
  .page{padding: 16px 0 60px;}
  .article{
    font-size: 14px;
    padding-left: 0;
    padding-top: 24px;
  }
  .article__back{font-size: 16px;}
  .article h2{font-size: 26px;}
  h2.article__title,
  .article__title{font-size: 32px;}
  .article ul li{padding-left: 21px;}
  .article ul li::before{
    top: 8px;
    width: 5px;
    height: 5px;
  }
  .article ol li{padding-left: 21px;}
  .clipboard-copy{margin: 0;}
  .article img{
    margin: 24px 0;
  }
}















