body,html{
  margin: 0;
  padding: 0;
  color:#CFA43D;
  font-family: 'Mont';
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
}

*{
  box-sizing: border-box;
}

img{
  width: auto;
  line-height: 0;
}

section{
  position: relative;
}

body{
  background: #0d1015;
  overflow-x: hidden;
}

.flex{
  display: flex;
}

.space-between{
  justify-content: space-between;
}

.wrap{
  flex-wrap: wrap;
}

a{
  color: #CFA43D;
  text-decoration: none;
}

.container{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#main-section{
  background-image: url(../images/main-bg.png);
  background-size: contain;
  padding-top: 55px;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

#main-section .container{
  position: relative
}

.scroll_top {
	display: flex;
	position: fixed;
	bottom: -100px;
	right: 30px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	background: #CFA43D;
	border-radius: 50%;
	opacity: 0.8;
  color: #000;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  font-weight: 600;
  font-size: 25px;
  cursor: pointer;
}

.scroll_top.show{
  bottom: 30px;
}

.scroll_top:hover {
 	opacity: 1;
}

.menu{
  display: inline-flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 125px;
  max-width: 300px;
  z-index: 10;
}

.class-close-menu{
  display: none;
}

.menu div{
  width: 100%;
  margin-bottom: 30px;
}

.menu a{
  position: relative;
  transition: 0.3s ease;
  padding: 12px 25px 11px 20px;
  border: 1px solid transparent;
  border-radius: 500px;
}

.menu a::before{
  content: ">";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.menu a:hover{
  padding-left: 50px;
  border-color: #CFA43D;
}

.menu a:hover::before{
  left: 20px;;
}

.mobile-burger{
  display: none;
}

.logo{
  width: 190px;
  flex-shrink: 0;
}

.logo img{
  width: 100%;
}

.header-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 70px;
}

.buy-btn{
  font-size: 20px;
  text-transform: uppercase;
  padding: 11px 45px 10px;
  border: 2px solid #CFA43D;
  border-radius: 58px;
  transition: 0.3s ease;
}

.buy-btn:hover{
  background-color: #CFA43D;
  color: #000;
}

.main-title{
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.under-main-title{
  font-size: 20.6px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
}

.sm-main-title{
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.main-biogryd-img{
  text-align: center;
  position: relative;
}

.patent-text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}

#biogryd-line{
  position: absolute;
  right: 7%;
  bottom: -20%;
  z-index: -1;
}

#what-biogryd{
  padding-bottom: 50px;
}

#what-biogryd .container{
  background-image: url(../images/what-biogrid.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-left: 180px;
  padding-right: 180px;
  position: relative;
}

.section-title{
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.center{
  text-align: center;
}

.section-under-title{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

.vodorod-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
}

.vodorod-info>div{
  width: 30%;
}

.vod-text{
  padding: 20px;
  border-left: 2px solid #CFA43D;
  border-radius: 20px;
}

.vodorod-info-title{
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  position: relative;
  font-weight: 700;
  margin-bottom: 30px;
}

.vodorod-info-title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 18px;
  height: 11px;
  background-image: url(../images/bot-arrow.svg);
}

#bg-line {
  position: absolute;
  right: -90px;
  top: 480px;
  z-index: -1;
}

.mekh-und-title{
  margin-bottom: 20px;
  width: 48%;
}

#what-biogryd .under-section-title{
  margin-bottom: 90px;
    margin-left: -180px;
    margin-right: -180px;
}

.mekh-und-title p, .mekh-und-title ul{
  margin-bottom: 10px;
  margin-top: 0;
}

.yellow-bg-text{
  background: linear-gradient(183.65deg, #85631A 3.36%, #AD8524 25.76%, #F3BE38 96.7%);
  border-radius: 7px;
  text-transform: uppercase;
  color: #000;
  line-height: 100%;
  padding: 6px 11px 5px;
  display: inline-block;
  font-weight: 700;
}

.home-test{
  padding: 20px;
  display: inline-block;
  border-top: 2px solid #CFA43D;
  border-radius: 20px;
}

p{
  margin:  0 0 20px 0;
}

.sravnenye{
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 20px;
  margin-top: 130px;
  border: 3px solid #CFA43D;
  border-radius: 20px;
  border-top: none;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.srav-text{
  font-size: 12px;
}

.sr-img{
  height: 220px;
}

#tester{
  position: absolute;
  bottom: 205px;
  left: -450px;
}

.verticalline{
  width: 3px;
  border-radius: 20px;
 
  background-color: #CFA43D;
}

.el-sravn{
  width: 45%;
  position: relative;
  margin-top: -115px;
}

.el-sravn img{
  margin-bottom: 10px;
}

#ovp{
  position: absolute;
  right: -30px;
  top: -25px;

}

.srav-title{
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.srav-title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 18px;
  height: 11px;
  background-image: url(../images/bot-arrow.svg);
  background-position: center;
}

#why-choise{
  padding-top: 50px;
  background-image: url(../images/why-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-bottom: 50px;
}

.why-choise{
  width: 600px;
  margin-bottom: 140px;
}

.ashot{
  display: flex;
  align-items: center;
  margin-top: -30px;
  width: 530px;
}

.ashot p{
  font-size: 13px;
}

.sogl-patent{
  width: 400px;
  padding: 20px;
  border-radius: 20px;
  border-left: 2px solid #CFA43D;
  font-size: 13px;
  margin-bottom: 50px;
}

.effects{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.effect img{ 
  display: block;
  margin: 0 auto 10px;
  height: 190px;
}

.effect  p{
  font-size: 13px;
}

.title-with-top-line{
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  border-top: 2px solid #CFA43D;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  margin: 0 auto 30px;
}

.drink-every-day{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
  padding-bottom: 340px;
}

.left-yellow-line{
  padding: 20px;
  border-radius: 20px;
  border-left: 2px solid #CFA43D;
}

.right-yellow-line{
  padding: 20px;
  border-radius: 20px;
  border-right: 2px solid #CFA43D;
}

.ded.left-yellow-line, .ded.right-yellow-line{
  width: 25%;
}

.space-between{
  justify-content: space-between;
}

.f-center{
  justify-content: center;
}

.space-around{
  justify-content: space-around;
}

.ded-img-line{
  display: flex;
}

.ded-img{
  text-align: center;
  width: 160px;
}

.ded-img img{
  display: block;
  margin: 0 auto 10px;
}

#energy-img{
  position: absolute;
  left: -145px;
  bottom: -45px;
}

#water-glass{
  position: absolute;
  right: 0;
  bottom: 75px;
}

.five-images{
   width: 41%;
}

.gap20{
  gap: 20px;
}

.ded-last-img{
  margin-top: -80px;
}

#loyaty{
  padding-top: 20px;
  padding-bottom: 60px;
}

#loyaty .container{
  background-image: url(../images/loyaty-bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 72px 100px 0;

}

.loyaty-block{
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 70px;
}

.loyaty-block .left-yellow-line{
  width: 30%;
}

.loyaty-images{
  width: 60%;
}

.loyaty-images > div{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}

.loyaty-txt{
  width: calc(100% - 230px);
  line-height: 170%;
}

.loyaty-img{
  width: 190px;
  text-align: center;
}

.loyaty-eg{
  display: flex;
  gap: 20px;
  margin-left: -100px;
  margin-right: -100px;
}

.example .yellow-border-text{
  font-size: 12px;
}

.yellow-border-text{
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #CFA43D;
  margin-bottom: 20px;
  padding-top: 45px;
}


.example{
  width: 42%;
  position: relative;
}

.viplaty{
  width: 54%;
  position: relative;
  font-size: 12px;
}

.eg {
  position: absolute;
  top: -12px;
  box-shadow: 0 0 0px 20px #0d1015;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 35px 5px;
}

.eg::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 18px;
  height: 11px;
  background-image: url(../images/bot-arrow.svg);
}

.title-viplaty{
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.viplaty-info{
  padding: 30px;
  border-radius: 20px;
  border-left: 2px solid #CFA43D;
  border-right: 2px solid #CFA43D;
  margin-bottom: 20px;
  text-align: center;
  height: 162.2px;
}

.viplaty-info .img{width: 100%;}

#activate-partnership{
  padding-top: 150px;
  padding-bottom: 50px;
  background-image: url(../images/activate-partnership-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  overflow: hidden;
}

#activate-partnership .container{
  position: relative;
  margin-bottom: 120px;
}

#partnership-img{
  position: absolute;
  right: 23%;
  top: 0%;
}

#linepartnership{
  position: absolute;
  top: -10%;
  right: 13%;
  z-index: -1;
}

.activate-text{
  margin-bottom: 150px;
}

.where-buy-text{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.where-buy-block-info{
  width: 48%;
  position: relative;
}

#qr{
  position: absolute;
  right: 0;
  top: 0;
}

.qr{
  position: absolute;
  left: 0;
  top: 30px;
  width: 70px;
}

.qr img{
  width: 100%;
}

#new-auditory{
  padding-top: 120px;
  padding-bottom: 70px;
  background-image: url(../images/new-audit-bg.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.under-section-title{
  margin-bottom: 20px;
}

.auditory-txt{
  width: 900px;
  margin: 0 auto 50px;
}

.auditory{
  display: flex;
  gap: 20px;
  align-items: center;
}

.auditory-info-text{
  margin-top: 20px;
}

.bottom-section-label{
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  font-size: 24px;
}

.aud-text{
  width: 70%;
}

.right-orient{
  flex-direction: row-reverse;
}

.right-orient .yellow-bg-text{
  float:right
}

.right-orient .auditory-info-text{
  clear: both;
  margin-top: 40px;
  margin-left: 30%;
}

.auditory-info-text{
  width: 70%;
}

#Mekh{
  padding-top: 100px;
}

@media (max-width: 1240px){
  .container{
    width: 800px;
  }

  .qr{
    top: 45px;
  }

  .buy-btn{
    font-size: 16px;
    padding: 8px 30px 7px;
  }

  .menu{
    font-size: 12px;
  }

  .logo{
    width: 150px;
  }
  
  .header-menu{
    gap: 30px;
  }

  #what-biogryd .container{
    padding-right: 0px;
    padding-left: 0px;
  }

  .loyaty-eg{
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .example{
    margin-bottom: 50px;
    width: 100%;
  }

  .example .center br{
    display: none;
  }

  .viplaty{
    width: 100%;
  }


  #what-biogryd .under-section-title{
    margin-left: 0;
    margin-right: 0;
  }

  .vodorod-info{
    margin-bottom: 80px;
  }

  #bg-line {
    position: absolute;
    right: -90px;
    top: 490px;
    z-index: -1;
    width: 840px;
  }

  #tester {
    position: absolute;
    bottom: 205px;
    left: -225px;
    width: 300px;
  }

  .drink-every-day{
    font-size: 12px;
  }

  .ded-img img{
    width: 80px;
  }

  .ded-img{
    width: 115px;
  }

  #energy-img {
    position: absolute;
    left: -104px;
    bottom: 23px;
    width: 440px;
  }

  #water-glass {
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 133px;
  }

  #why-choise{
    padding-bottom: 0;
  }

  #loyaty .container{
    padding: 72px 20px 0;
  }

  .viplaty-info img{
    width: 100%;
  }

  .viplaty-info{
    height: 195.8px;
    justify-content: center;
        display: flex;
  }

  #activate-partnership{
    padding-top: 80px;
    padding-bottom: 100px;
  }

  #partnership-img {
    position: absolute;
    right: 18%;
    top: 15%;
    width: 390px;
  }

  #linepartnership {
    position: absolute;
    top: 11%;
    right: 3%;
    z-index: -1;
    width: 800px;
  }

  #new-auditory{
    padding-top: 60px;
  }

  .auditory-txt{
    width: 100%;
  }

  .auditory{
    margin-bottom: 30px;
  }

  .auditory-info-text{
    font-size: 12px;
  }
}

@media (max-width: 820px) {
  .container{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }



  .logo{
    width: 100px;
  }

  #main-section{
    padding-top: 30px;
    padding-bottom: 100px;
  }

  .buy-btn{
    font-size: 12px;
    padding: 5px 35px 4px;
  }

  .main-title{
    font-size: 45px;
  }

  .header-menu{
    margin-bottom: 30px;
  }
  .under-main-title{
    font-size: 16px;
  }

  .sm-main-title{
    font-size: 12px;
  }
  
  .main-biogryd-img img{
    width: 100%;
  }

  .yellow-bg-text{
    font-size: 12px;
  }

  #what-biogryd .container{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
  }

  #what-biogryd{
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title{
    font-size: 22px;
    line-height: 120%;
  }

  .section-under-title{
    font-size: 14px;
    line-height: 120%;
  }

  .vodorod-info{
    flex-wrap: wrap;
  }

  .vodorod-info>div{
    width: 100%;
    margin-bottom: 10px;
  }

  .vod-img{
    text-align: center;
    width: 48% !important;
  }

  .vod-ul{
    width: 48% !important;
  }

  .vod-img img{
    width: 100%;
  }

  body{
    font-size: 12px;
  }

  .vodorod-info-title{
    font-size: 13px;
    line-height: 120%;
  }

  #bg-line{
    width: 100%;
    right: -50px;
  }

  .vodorod-info {
    margin-bottom: 60px;
  }

  .mekh-und-title{
    width: 100%;
  }

  .sravnenye{
    width: 100%;
  }

  .sr-img img{
    width: 100%;
    max-width: 185px;
  }

  .verticalline{
    display: none;
  }

  .sravnenye{
    flex-wrap: wrap;
  }

  .el-sravn{
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #ovp{
    right: -10px;
  }

  .ashot{
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
  }

  #why-choise{
    background-size: contain;
  }

  .sogl-patent{
    width: 100%;
    max-width: 400px;
  }

  .effect{
    width: 100%;
    margin-bottom: 20px;
  }

  .effects{
    flex-wrap: wrap;
  }

  .drink-every-day{
    flex-wrap: wrap;
  }

  .ded.left-yellow-line, .ded.right-yellow-line{
    width: 100%;
    margin-bottom: 20px;
  }

  .five-images{
    width: 100%;
    margin-bottom: 20px;
  }

  #energy-img{
    display: none;
  }

  #water-glass{
    display: none;
  }

  .why-choise{
    margin-bottom: 80px;
  }

  .drink-every-day{
    gap: 0;
  }

  .drink-every-day{
    padding-bottom: 50px;
  }
  #loyaty .container{
    padding: 50px 15px 0;
  }

  #loyaty{
    padding-left: 15px;
    padding-right: 15px;
  }

  .loyaty-block{
    flex-wrap: wrap;
    gap: 0;
  }

  .loyaty-block .left-yellow-line{
    width: 100%;
  }

  .loyaty-images{
    width: 100%;
  }

  .loyaty-img{
    width: 100px;

  }

  .loyaty-img img{ 
    width: 100%;
  }

  .loyaty-eg{
    flex-wrap: wrap;
    gap: 0;
  }

  .example{
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 65px;
  }

  .viplaty{
    width: 100%;
  }

  #activate-partnership{
    padding-top: 40px;
  }

  #loyaty{
    padding-bottom: 30px;
  }

  #partnership-img {
    position: relative;
    right: 0;
    top: 0;
    width: 90%;
  }

  #linepartnership {
    position: absolute;
    top: 75%;
    right: 3%;
    z-index: -1;
    width: 400px;
  }

  #activate-partnership{
    padding-bottom: 30px;
  }

  .auditory{
    flex-wrap: wrap;
    gap: 0;
  }

  .aud-text, .auditory-info-text{
    width: 100%;
  }

  .right-orient{
    flex-direction: row;
  }

  .right-orient .yellow-bg-text{
    float: none;
  }

  .right-orient .auditory-info-text{
    margin: 0;
  }

  .right-orient .yellow-bg-text{
    margin-bottom: 20px;
  }

  .auditory img{
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
    width: 150px;
  }

  #new-auditory{
    padding-bottom: 20px;
  }

  .mobile-burger{
    display: flex;
    margin-right: 20px;
    align-items: center;
  }

  .mobile-burger img{
    width: 36px;
  }

  .left-part-menu{
    display: flex;
    align-items: center;
  }

  .menu{
    left: 0;
    top: -30px;
    z-index: 40;
    max-width: none;
    width: 100vw;
    height: 100vh;
    background-color: #0d1015;
    padding-top: 20%;
    padding-left: 25%;
    opacity: 0;
    z-index: -20;
    transition: 0.3s ease;
    display: block;
  }

  .menu.opn{
    z-index: 50;
    opacity: 1;
  }

  body.hidden{
    overflow: hidden;
  }


  .class-close-menu{
    position: absolute;
    right: 40px;
    top: 20px;
    font-size: 40px;
    width: auto;
    font-weight: 300;
    transform: rotate(45deg);
    display: block;
  }

  .activate-text{
    margin-bottom: 40px;
  }

  #qr{
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
    display: block;
  }

  .where-buy-text{
    width: 100%;
    flex-wrap: wrap;
  }

  .where-buy-block-info{
    width: 100%;
    margin-bottom: 20px;
  }
  
  .qr{
    position: relative;
    width: 50px;
    display: block;
    top: 0;
    margin-top: 5px;
  }
}