@charset "UTF-8";

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.eot');
    src: local('РІВС”'),
         url('../fonts/Rubik-Regular.woff') format('woff'),
         url('../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.eot');
    src: local('РІВС”'),
         url('../fonts/Rubik-Bold.woff') format('woff'),
         url('../fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Указываем box sizing */

html {
  height: 100%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

input:focus-visible {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}
html{
  height: 100%;
}
body {
  display: block;
  background-color: #fff;
  height: 100%;
  position: relative;
  background-repeat: repeat;
  position: relative;
  font-family: 'Rubik';
  font-weight: normal;
}
ul,
ol {
  padding: 0;
  list-style-position: inside;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

:root {
  --light: #FFFFFF;
  --dark: #000000;
  --main: #2575FC;
  --grey: #808080;
  --yellow: #FEFE34;
}

.container {
  max-width: 992px;
  margin: 0 auto;
}

input {
  width: 100%;
  padding: 25px 35px;
  border: 2px solid var(--light, #FFFFFF);
  border-radius: 5px;
  background-color: transparent;
  font: 400 1em/1 Intro;
  color: var(--grey, #808080);
}
.top-container{
  position: relative;
  height: 100%;
}
.webinar-top{
  position: absolute;
  width: 100%;
  top: 30px;
  display: flex;
  justify-content: space-between;
}
.webinar-ul{
  display: flex;
}
.webinar-ul li{
  margin-left: 30px;
}
.webinar-ul li img{
  display: block;
  width: 25px;
  height: 25px;
}
.img-a{
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shapka-img{
  right: 0;
  top: 30%;
  width: 75px;
  height: 75px;
  background-image: url(../img/shapka.png);
}
.webinar-c{
  display: flex;
  padding-top: 120px;
  height: 100%;
}
.webinar-c__left{
  width: 55%;
}
.webinar-c__right{
  width: 45%;
  position: relative;
  display: flex;
  justify-content: center;
}
.webinar-c__right img{
  display: block;
}
.webinar-text{
  margin-top: 80px;
}
.webinar-text h1{
  position: relative;
  padding-right: 65px;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.webinar-text__under{
  font-size: 30px;
  margin-bottom: 25px;
  color: #fff;
}
.webinar-text__under span{
  color: #FEFE34;
  font-weight: bold;
}
.webinar-text__date{
  margin-bottom: 25px;
}
.form__input{
  border: 1px solid #9C9AA0;
  background-color: #fff;
  width: 300px;
}
.top-section{
  background-color: #e42718;
  height: 100%;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 630px;
  margin: 0 auto;
}

.form__label {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.form__label svg {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 20px;
}

.form__input {
  width: 350px;
  max-width: 100%;
  padding: 18px 25px;
  padding-left: 59px;
  font-size: 18px;
}
.form__btn{
  background-color: #FFE500;
  color: #333;
  border: none;
  width: 350px;
  height: 55px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  border: 1px solid #808080;
}
.form__btn:hover{
  cursor: pointer;
}
.form_button{
  padding: 0;
}


/*about us*/
.section{
  padding: 50px 0;
}
.heading{
  display: block;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.about-ul{
  display: flex;
  justify-content: space-between;
}
.about-ul li{
  width: 32%;
}
.about-item{
  height: 140px;
  padding: 25px;
  border-radius: 20px;
  border: 1px dashed #FA3C2D;
}
.about-item.active{
  background-color: #FA3C2D;
  color: #fff;
}
.about-item__number{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 5px;
}
.about-item__text{
  font-weight: normal;
  font-size: 16px;
  display: block;
  text-align: center;
}
/*about us end*/

/*begin course-ul*/
.section--blue{
  background-color: rgba(53, 97, 255, 0.77);
  color: #fff;
}
.course-ul{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.course-ul li{
  width: 30%;
}
.course-item__img{
  margin-bottom: 20px;
}
.course-item__img img{
  height: 150px;
  display: block;
  margin: 0 auto;
}
.course-item__heading{
  color: #FEFE34;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: bold;  
}
.course-item p{
  font-weight: normal;
  line-height: 22px;
  text-align: center;
}
.course-list{
  display: flex;
  flex-wrap: wrap;
}
.course-list li{
  position: relative;
  width: 50%;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 18px;
  padding-left: 50px;
}
.course-list li:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  background-image: url(../img/Check.png);
  background-size: cover;
}
/*end course-ul*/


/*begin course ne*/
.two-heading{
  margin-bottom: 25px;
}
.two-heading span{
  font-size: 34px;
  line-height: 35px;
  display: block;
}
.two-heading span:nth-child(1){
  text-transform: uppercase;
  font-weight: bold;
}
/*end course ne*/

/*begin section otzyv*/
.section--red{
  background-color: rgba(250, 60, 45, 1);
  color: #fff;
}
.big-form{
  width: 500px;
  margin: 0 auto;
}
.big-form__heading{
  display: block;
  font-weight: bold;
  font-size: 31px;
  text-align: center;
  margin-bottom: 5px;
}
.big-form p{
  margin-bottom: 30px;
  text-align: center;
}
.big-form input{
  margin-bottom: 15px;
  width: 100%;
}
.big-form button{
  width: 100%;
}
/*end section otzyv*/

.slider-img img{
  width: 100%;
  display: block;
}
.slider .slick-arrow{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-image: url(../img/arrow-right.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.slider .slick-prev{
  left: -70px;
  transform: rotate(180deg);
}
.slider{
  width: 80%;
  margin: 0 auto;
}
.slider .slick-next{
  right: -70px;
}


.thank-part{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thankyou{
  margin: 0 auto 25px auto;
  max-width: 500px;
  text-align: center;
}
.thankyou__img{
  display: block;
  margin-bottom: 0px;
}
.thankyou__img img{
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.thankyou__title{
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.35;
  color: #343C58;
}

.footer {
  padding: 20px 0;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.footer__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 30px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer--absolute{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}




@media (max-width: 1100px) {
  .webinar-c {
    display: flex;
    padding-top: 80px;
  }
  .webinar-text h1{
    font-size: 56px;
  }  
  .container {
    max-width: 900px;
  }
  .heading{
    margin-bottom: 30px;
  }
}

@media (max-width: 950px) {
  body{
    height: auto;
  }
  .container{
    width: auto;
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .webinar-text{
    margin-top: 0;
  }
  .webinar-top{
    padding-top: 30px;
    position: static;
  }
  .webinar-c{
    flex-direction: column;
    margin-bottom: 0;
  }
  .webinar-c{
    padding-top: 50px;
    height: auto;
    position: relative;
  }
  .webinar-text h1{
    text-align: center;
    font-size: 70px;
    line-height: 1.1;
    width: 100%;
    color: #fff;
    padding-right: 0;
  }
  .webinar-c__right img{
    max-width: 500px;
  }
   .webinar-text__under{
    width: 100%;
    text-align: center;
  }
  .webinar-text__date{
    text-align: center;
  }
  .webinar-text h1:after{
    display: none;
  }
  .webinar-c__left{
    width: 100%;
  }
  .webinar-c__right{
    width: 100%;
    padding-bottom: 150px;
  }
  .webinar-c__right img{
    position: static;
    width: 100%;
    margin-right: 0;
  }
  .feedback__form{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .form__input{
    width: 100%;
  }
  .form{
    gap: 10px;
    margin-bottom: 30px;
  }
  .form__btn{
    width: 100%;
  }
  body footer{
    position: static;
  }
  .about-item__number{
    font-size: 36px;
  }
  .about-item__text{
    font-size: 15px;
  }
  .course-ul{
    flex-wrap: wrap;
  }
  .course-ul li{
    width: 300px;
    margin: 0 auto 25px auto;
  }
  .course-list li{
    width: 100%;
  }
  .slider .slick-arrow{
    width: 25px;
    height: 25px;
    background-size: 14px;
  }
  .slider .slick-prev{
    left: -30px;
  }
  .slider .slick-next{
    right: -30px;
  }
  .big-form{
    width: 90%;
  }
}
@media (max-width: 580px) {
  .container{
    padding-right: 25px;
    padding-left: 25px;
  }
  .webinar-c__right{
    padding-bottom: 185px;
  }
  .webinar-text h1{
    font-size: 50px;
  }
  .webinar-text__under{
    font-size: 22px;
  }
  .form__input {
    max-width: 100%;
    padding: 18px 25px;
    padding-left: 59px;
    font-size: 16px;
  }
  .form__btn{
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .webinar-text h1{
    font-size: 45px;
  }
  
}

/*begin slick*/

.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{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{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow{font-size:0}

