/*normalise*/ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html{
  height:100%;
}
body{
  background-color: #FBFBFF;
  font-family: 'Rubik', sans-serif;
  color:#000;
  overflow-x:hidden;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
p{
  font-size: 16px;
  line-height: 1.5;
  color: #6E758A;
}
a{
  text-decoration: none;
}
.container{
  width: 900px;
  margin: 0 auto;
}
.top{
  height: 100vh;
  padding-top: 100px;
}
.top--static{
  height: auto;
}
*{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
body{
  font-family:Rubik;
  min-height:100%;
  height:100%;
  background-color:#FAFAFA;
}
.btn{
  display: inline-block;
  border-radius: 5px;
  padding: 20px 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  font-size: 18px;
  letter-spacing: 0.03em;
  cursor: pointer;
  background-color: rgb(2 103 246 / 64%);
}
.btn:hover{
  background-color: rgb(2 103 246 / 64%);
}

/* general end */


/* begin top webinar */
.top-header{
  padding-top: 30px;
}
.top-landing{
  height: 100%;
  max-height: 800px;
  background: rgba(207, 227, 255, 1);
  
}
.top-landing .container{
  height: 100%;
}
.container{
  width:1000px;
  margin:0 auto;
  position: relative;
}
.top-content{
  display: flex;
  padding-top: 30px;
  height: 100%;
  padding-top: 100px;
  margin-top: -100px;
}
.top-content__left{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  width: 630px;
  height: 100%;
}
.logo img{
  display: block;
  margin-bottom: 8px;
  width: 170px;
}
.logo span{
  font-size: 14px;
  display: block;
  color: rgba(52, 60, 88, 1);
}
.main-text__heading{
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  font-size: 65px;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-text p{
  color: rgba(51, 51, 51, 1);
  margin-bottom: 15px;
  font-size: 22px;
  max-width: 350px
}
.main-text__podarok{
  position: relative;
}
.main-text__podarok span{
  font-weight: 500;
}
.main-text__text{
  margin-bottom: 30px;
}
.top-content__right{
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.mob-heading{
  display: none;
}
.main-img img{
  display: block;
  width: 120%;
}
.main-img{
  position: relative;
}
.icon1{
  position: absolute;
  top: 80px;
  left: 40px;
  background-image: url(../img/fire.png);
  width: 110px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-15deg);
}
.icon2{
  position: absolute;
  bottom: 20%;
  left: 10px;
  background-image: url(../img/fire.png);
  width: 90px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(35deg);
}
.line{
  position: absolute;
  top: 52%;
  right: 0;
  background-image: url(../img/podarok.png);
  width: 90px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


/*begin section about*/
.soc{
  display: flex;
}
.soc li{
  margin-right: 15px;
}
.soc-item{
  display: flex;
  border-radius: 5px;
  background-color: rgba(207, 227, 255, 1);
  height: 60px;
  width: 60px;
  justify-content: center;
}
.soc-item img{
  width: 32px;
}


.footer{
  background-color: #f3f3f3;
  padding: 30px 0;
}
.footer .container{
  display: flex;
  justify-content: space-between;
}
.footer__left .logo{
  margin-bottom: 20px;
}
.footer-ul{
  font-size: 12px;
}
.footer-ul li{
  margin-bottom: 5px;
}
.footer__text{
  width: 300px;
}
.footer__right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.soc{
  margin-bottom: 25px;
}
.soc li:last-child{
  margin-right: 0;
}
@media (max-width: 1100px) {
  .container {
    width: 90%;
  }
  .main-text__heading{
    font-size: 50px;
  }
}
@media (max-width: 980px) {
  .top-content{
    padding-top: 15px;
    margin-top: 0;
    padding-bottom: 50px;
  }
  .top-header__left{
    display: flex;
    justify-content: center;
  }
  .logo{
    margin: 0 auto 50px auto;
  }
  .main-form{
    position: static;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .top-landing {
    height: auto;
    max-height: 1500px;
  }  
  .top-header {
    padding-top: 20px;
  }
  .top-content{
    flex-direction: column;
  }
  .top-content__left{
    display: flex;
    order: 1;
    width: 100%;
    padding-bottom: 15px;
  }
  .main-text {
    text-align: center;
  }
  .main-text__heading {
    display: none;
  }
  .main-img{
    margin: 0 auto;
  }
  .mob-heading{
    display: block;
    font-size: 50px;
    line-height: 1.12;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin: 0 auto 15px;
  }
  .main-text p{
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
  }
  .main-text p:before{
    display: none;
  }
  .top-content__right{
    padding-top: 0;
    width: 100%;
    display: flex;
    order: 0;
    flex-direction: column;
  }
  .main-img img{
    max-width: 335px;
    margin: 0 auto;
  }
  .icon1 {
    top: 60px;
    left: -30px;
    width: 50px;
    height: 45px;
  }
  .icon2 {
    right: -30px;
    left: initial;
  }    
  .line{
    display:none;
  }

}
@media (max-width: 760px) {
    .logo img{
      width: 150px;
    }
    .logo span{
      font-size:13px;
    }
    .mob-heading{
      max-width: 400px;
      font-size: 50px;
    }
    .section__heading {
      font-size: 30px;
      max-width: 400px;
      text-align: center;
      margin: 0 auto 25px auto;
    }
    .footer__left {
      display: flex;
      flex-direction: column;
      text-align: center;
      margin-bottom: 20px;
    }
    .footer__right{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .soc-item{
      width: 55px;
      height: 55px;
    }
    .footer .container{
      flex-direction: column;
    }
    .footer .logo{
      margin-bottom: 20px;
    }
    .footer__text{
      margin-bottom:20px;
      text-align: center;
    }
}
@media (max-width: 600px) {
    .logo {
      margin: 0 auto 40px auto;
    }
    .mob-heading{
      max-width: 400px;
      font-size: 45px;
    }
    .soc-item{
      height: 50px;
    } 
}