/*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: 1400px;
  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{
  min-height:100%;
  height:100%;
  background-color:#FAFAFA;
}
.btn{
  display:inline-block;
  border-radius: 5px;
  background: #3561FF;
  padding:18px 20px;
  color:#fff;
  border:none;
  cursor:pointer;
}
.btn:hover{
  background-color:blue;
}



/*top webinar*/
.top-webinar{
  height:100%;
  background: linear-gradient(90deg, #434343 0%, #000 100%);
  overflow:hidden;
  margin-bottom:80px;
}
.top-webinar .container{
  height:100%;
}
.topweb-info{
  display:flex;
  height:100%;
  justify-content: space-between;
}
.topweb-info__left{
  position:relative;
  flex-shrink:0;
  width:500px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.logo{
  position:absolute;
  top:30px;
  left:0;
}
.topweb-info__right{
  width:64%;
}
.price-tag{
  position: absolute;
  top: 122px;
  right: 30px;
  width: 225px;
  height: 145px;
  background-image: url(../img/price-tag.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 55;
}
.web-text {
    margin-top: 40px;
}
.web-text__logo{
  display:block;
}
.web-text__date{
  position:relative;
  display:block;
  margin-bottom:15px;
  padding-left: 36px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.60);
}
.web-text__date span{
  font-weight:bold;
}
.web-text__date:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:24px;
  height:24px;
  background-size:cover;
  background-image:url(../img/calendar-mini.png);
}
.web-text__heading{
  display:block;
  font-weight:bold;
  font-size:90px;
  line-height:1;
  text-transform:uppercase;
  margin-bottom: 20px;
  color: #fff;
}
.web-text__present{
  color:#555;
  display:block;
}
.web-text__podarok{
  color:#fff;
  display:block;
  margin-bottom:25px;
}
.whatsap-btn{
    background-image: url(../img/whatsapp.svg);
    background-repeat: no-repeat;
    position: relative;
    border: 3px solid rgba(87, 191, 51, 1);
    padding: 16px 27px 16px 55px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 20px;
    background-size: 30px;
    background-position: left 18px center;
    color: rgba(128, 128, 128, 1);
}
.t-black{
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 14px;
    padding: 18px 55px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: center;
    display: inline-block;
    font-weight: 500;
    font-size: 19px;
}
.w-part{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.btn{
  width:320px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.btn p{
  margin-right:12px;
  font-size:18px;
  color:#fff;
}
.btn span{
  display:block;
  width:20px;
  height:20px;
  background-image:url("../img/arrow-right.svg");
  background-size:cover;
}
.topweb-info__right{
  position:relative;
  height:100%;
  width:100%;
}
.round{
  position:absolute;
  background-color: rgb(255 255 255 / 74%);
  width:810px;
  height:810px;
  bottom:-45%;
  border-radius:50%;
  margin-left:50px;
  font-weight: 500;
}
.topweb-img{
  position:absolute;
  z-index:2;
  display:flex;
  justify-content:center;
  top:0;
  bottom:0;
  flex-direction:column;
}
.topweb-img img{
  display:block;
  width:120%;
  margin-top:120px;
}
.top-line{
  position: absolute;
  bottom: -56px;
  left: -87px;
  height: 370px;
  width: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/slider-lines1.png);
  z-index: 2;
}
.top-line--2{
  position: absolute;
  top: 110px;
  right: -26px;
  height: 370px;
  width: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/slider-lines1.png);
  z-index: 2;
}
/*end top webinar*/

/*begin info-webinar*/
.section{
  padding-bottom:80px;
}
.heading{
  display:block;
  text-align:center;
  font-size:40px;
  margin-bottom:40px;
  color: #222;
}
.web-ul{
  display:flex;
  justify-content: space-between;
}
.web-ul li{
  width:30%;
}
.web-item{
  display:flex;
  flex-direction:column;
  justify-content: center;
  text-align: center;
}
.web-item__heading{
  color: #333;
  display:block;
  font-weight:bold;
  font-size:20px;
  text-transform:uppercase;
  margin-bottom:15px;
  text-align:center;
}
.web-item__img {
  height: 100px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-item__img img{
  display:block;
  height:100%;
}
/*end info-webinar*/







/*begin otzyv part*/
.result-part{
  overflow:hidden;
}
.result-part__left{
  float:left;
  width:390px;
  flex-shrink: 0;
  margin-right: 30px;
}
.result-slider{
  margin:0 100px;
}
.ent-result img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.result-slider .slick-arrow{
  position:absolute;
  top:50%;
  margin-top:-30px;
  width:60px;
  height:60px;
  border-radius:50%;
  background-color:#D3D3D3;
  border:none;
  font-size:0;
  z-index:5;
  background-color:#3561FF;
  opacity:0.5;
}
.result-slider .slick-arrow:hover{
  opacity:1;
  cursor:pointer;
}
.result-slider .slick-prev{
  left:-80px;
  transform: rotate(180deg);
  background-image:url(../img/arrow-right2.svg);
  background-size:20px;
  background-repeat:no-repeat;
  background-position:center;
}
.result-slider .slick-next{
  right:-80px;
  background-image:url(../img/arrow-right2.svg);
  background-size:20px;
  background-repeat:no-repeat;
  background-position:center;
}
.mini-otzyv{
  background-color:#fff;
  padding:25px;
  border-radius: 5px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}
.mini-otzyv__top{
  display:flex;
  align-items:center;
  margin-bottom:15px;
}
.mini-otzyv__img{
  width:100px;
  height:100px;
  border-radius:50%;
  background-color:#777;
  margin-right:15px;
  overflow:hidden;
}
.mini-otzyv__img img{
  object-fit:cover;
  width:100%;
  height:100%;
}
.mini-otzyv__heading{
  display:block;
  font-weight:bold;
  font-size:18px;
  margin-bottom:10px;
  color: #222;
}
.mini-otzyv__info p{
  font-size:15px;
}
.mini-ul li{
  display:flex;
  justify-content: space-between;
  margin-bottom:2px;
  color:#808080;
}
.mini-ul li span{
  color: #FEBA02;
  font-weight:bold;
}
.ent-result{
  background-color:#fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}
.result-area{
  height:600px;
  overflow:hidden;
}
.mini-ul li{
  margin-bottom:5px;
}
/*begin feedback*/

.section--feedback{
  padding-bottom:0;
}
.web-form__heading{
  display:block;
  font-weight:bold;
  font-size:28px;
  margin-bottom:5px;
}
.web-form__des{
  margin-bottom:25px;
}
.web-form__des p{
  font-size:18px;
}
.web-form input{
  width:100%;
  height:60px;
  margin-bottom:20px;
  border-radius: 10px;
  border: 2px solid #A1C4FD;
  padding:5px 20px;
}
.webinar-feedback{
  display:flex;
  align-items:center;
}
.webinar-feedback__left{
  width:420px;
  margin-right:120px;
}
.webinar-feedback__right{
  position:relative;
}
.webinar-feedback__right img{
  display:block;
  width:100%;
  max-height:600px;
}
.heart{
  position:absolute;
  top:20px;
  right:20px;
  background-image:url(../img/heart.png);
  width: 145px;
  height: 200px;
  background-size:contain;
  background-repeat:no-repeat;
}
.footer{
  padding:20px 0;
  background-color:#000;
}


@media screen and (max-width: 1500px) {
  .container{
    width:1200px;
  }
  .result-part__left{
    margin-right:10px;
  }
  .result-slider {
    margin: 0 50px;
  }
  .result-slider .slick-prev{
    left:-25px;
  }
  .result-slider .slick-next{
    right:-25px;
  }
  .result-area{
    height:500px;
  }
}
@media screen and (max-width: 1300px) {
  .container{
    width:980px;
  }
  .top-webinar{
    min-height:600px;
  }
  .topweb-info__left{
    width:390px;
  }
  .topweb-img{
    margin-left:100px;
  }
  .web-text__heading{
    font-size:75px;
  }
  .result-part__left{
    float:none;
    width:100%;
    margin-bottom:25px;
  }
  .result-slider{
    margin:0;
  }
  .webinar-feedback__left{
    margin-right:30px;
  }
  .result-area {
    height: auto;
  }
  .result-slider .slick-prev{
    left:20px;
  }
  .result-slider .slick-next{
    right:20px;
  }
}
@media screen and (max-width: 1050px) {
  .round{
    width:700px;
    height:700px;
    margin-left:20px;
  }
  .container{
    width:100%;
    padding:0px 50px;
  }
  .top-webinar .container{
    position:relative;
  }
  .topweb-info{
    flex-direction:column;
  }
  .topweb-info__right{
    display:flex;
    width:100%;
    order:1;
  }
  .top-webinar .logo{
    position:absolute;
    top:20px;
    left:50px;
  }
  .topweb-info__left{
    position:static;
    display:flex;
    order:2;
    width:100%;
    text-align:center;
  }
  .web-text{
    margin-bottom:50px;
  }
  .web-text .btn{
    margin: 0 auto;
  }
  .topweb-img{
    margin-left:0;
  }
  .topweb-img img{
    width:100%;
  }
  .web-text__heading {
      font-size: 60px;
  }
  .web-ul{
    flex-wrap:wrap;
  }
  .web-ul li{
    width:100%;
    margin-bottom:25px;
  }
  .webinar-feedback{
    flex-wrap:wrap;
  }
  .webinar-feedback__left{
    width:100%;
    margin-bottom:20px;
  }
  .webinar-feedback__right{
    width:100%;
    display:flex;
    justify-content: center;
  }
  .webinar-feedback__right img{
    max-height:400px;
    width:auto;
    max-width:100%;
  }
  .result-area{
    height:auto;
  }
}
@media screen and (max-width: 780px) {
  .container{
    padding:0 30px;
  }
  .section--otzyv{
    display:none;
  }
  .top-line{
    display: none;
  }
  .top-line--2{
    display: none;
  }
  .w-part{
    align-items: stretch;
  }
  .whatsap-btn{
        text-align: center;
  }
  .web-text__date{
    width: 235px;
    margin: 0 auto 15px;
  }
  .t-black{
    text-align: center;
  }
  .web-text {
    margin-top: 5px;
  }
  .price-tag {
    background-size: cover;
    width: 180px;
    height: 112px;
  }  
}
  


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
