@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*--------------------*/
body{
color: #141414;
font-family: Roboto;
  font-style: normal;
  line-height: 1.2;
    scroll-behavior: smooth!important;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page {
  flex: 1 1 auto;
}
[class*="__container"]{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
}
@media (max-width: 990.98px){
  [class*="__container"]{
    max-width: 750px;
    flex-direction: column;
  }
}
.header {
  padding: 23px 0;
  background: #141414;
}
.header__container {
  justify-content: space-between;
  align-items: center;
}
.header__logo {}
.header-menu {}
.header__menu-list {
  display: flex;
  gap: 50px;

}
.header__menu-item {}
.header__menu-link {
color: #FFF;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 80px;
}
.main-block {
  background-color: #0f0f0f;
  background-image: url('../img/Vector 1.svg');
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-block__corner-img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.main-block__corner-img-2 {
    position: absolute;
  bottom: 0;
  right: 0;
}
.main-block__container {
  flex-direction: column;
  padding: 210px 15px 260px;
  align-items: center;
}
.main-block__date {
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
}
.main-block__title {
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 700;
margin: 1px 0 15px;
max-width: 848px;
}
.main-block__text {
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 500;
margin-bottom: 33px;
max-width: 616px;
}
.main-block__btn {
  display: block;
  border-radius: 35px;
background: #FF2A45;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.20);
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px;
padding: 16px 68px;
}
.what-block {
  display: flex;
}
.what-block__content {
padding: 23px 42px;
flex-grow: 1;
}
.what-block__title{
  color: #141414;
font-family: Roboto;
font-size: 42px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
max-width: 1092px;
}
.what-block__black {
  flex: 0 0 338px;
  background: #0F0F0F;
}
.for-block {
  background: #CE79DB;
  padding: 70px 0;
  position: relative;
}
.for-block__container {
  flex-direction: column;
}
.for-block__img-1 {
  position: absolute;
  top: 64px;
  left: 3%;
}
.for-block__img-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.for-block__title {
  color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 50px;
font-style: normal;
font-weight: 400;
margin-bottom: 42px;
max-width: 572px;
align-self: center;
}
.for-block__wrap {
  display: flex;
  gap: 51px;
}
.for-block__item {
  flex: 0 1 33%;
  border-radius: 15px;
border: 3px solid #FFF;
background: #CE79DB;
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.04);
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 40px;
padding: 50px 30px 60px;
}
.speakers-block {
  padding: 120px 0;
}
.speakers-block__container {
  flex-direction: column;
}
.speakers-block__title {
  text-align: center;
  color: #141414;
text-align: center;
font-family: Roboto;
font-size: 49px;
font-style: normal;
font-weight: 600;
margin-bottom: 85px;
}
.speakers-block__row {
  display: flex;
  justify-content: start;
  gap: 54px;
}
.speakers-block__row:last-child{
  justify-content: end;
  margin-top: 35px;
}
.speakers-block__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1A1A1A;
text-align: center;
font-family: Roboto;
font-size: 40px;
font-style: normal;
font-weight: 400;
text-transform: uppercase
}
.speakers-block__img {
  flex-shrink: 0;
}
.logos-block {
    background: #385FE9;
  padding: 100px 0;
}
.logos-block__container {
  flex-wrap: wrap;
  align-items: center;
  gap: 48px;
  justify-content: center;
  max-width: 1300px;
}
.logos-block__logo {}
.want-block {
  background-color: #1A1A1A;
  padding: 176px 0 227px;
  background-image: url('../img/dddd.png');
  background-position: calc(100% + 80px) 80px;
  background-repeat: no-repeat;
}
.want-block__container {
  flex-direction: column;
  gap: 23px;
  align-items: start;
}
.want-block__csub {
  color: #FFF;
font-family: Roboto;
font-size: 17px;
font-style: normal;
font-weight: 400;
}
.want-block__tittle {
  color: #FFF;
font-family: Roboto;
font-size: 49px;
font-style: normal;
font-weight: 400;
max-width: 820px;
}
.want-block__btn {
  padding: 14px 18px;
  border-radius: 35px;
background: #FFF;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.20);
color: #1A1A1A;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px;
}
.partners-block {
  background: #F5F5F5;
  padding: 120px 0;
}
.partners-block__container {
  flex-direction: column;
}
.partners-block__title {
  text-align: center;
  margin-bottom: 100px;
  color: #141414;
text-align: center;
font-family: Roboto;
font-size: 50px;
font-style: normal;
font-weight: 400;
}
.partners-block__wrap {
  display: flex;
  column-gap: 177px;

}
.partners-block__text {
  color: #0F0F0F;
font-family: Roboto;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 32px;
flex: 0 0 320px;
}
.partners-block__img {}
.comments-block {
  padding: 170px 0;
  background: url('../img/Group 2 (1).png') center center no-repeat;
  background-size: cover;
}
.comments-block__container {
  gap: 48px;
  min-height: 480px;
}
.comments-block__item {
  border-radius: 30px;
border: 3px solid #E0E0E0;
background: #FF2A45;
padding: 35px;
flex: 0  1 33%;
position: relative;

}
.comments-block__item:last-child:before{
  content: url('../img/IMAGE (15).png');
  position: absolute;
  top: -90px;
  right: 0;
}
.comments-block__text {
  color: #FFF;
font-family: Roboto;
font-size: 32px;
font-style: normal;
font-weight: 400;
}
.form-block {
  padding: 90px 0;
  background: #F5F5F5;
}
.form-block__container {
  justify-content: space-between;
}
.form-block__column-1 {}
.form-block__logo {}
.form-block__adress {
  color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
margin: 40px 0 20px;
}
.form-block__contact-title {
  color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
}
.form-block__contact {
  color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
display: block;
margin: 10px 0;
}
.form-block__column-2 {

}
.form-block__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.form-block__menu-item {
  color: #000;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
}
.form-block__column-3 {}
.form-block__form-title {
  color: #1A1A1A;
font-family: Roboto;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: 24.36px;
margin-bottom: 20px;
}
.form-block__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.form-block__input {
  width: 100%;
  padding: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background: none;

}
.form-block__btn {
  color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 13.083px;
font-style: normal;
font-weight: 400;
border-radius: 22.896px;
background: #FF2A45;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.20);
padding: 10px 40px;
}
.footer {
    padding: 40px 0;
}
.footer__container {
flex-direction: column;
}
.footer__pv {
  text-align: center;
color: #1A1A1A;
font-family: Roboto;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 14.62px
}
@media (max-width: 990.98px){
  .header__menu-list{
    display: none;
  }
  .main-block__corner-img-1{
    max-width: 170px;
  }
  .main-block__corner-img-2{
max-width: 190px;
  }
  .what-block__title{
    font-size: 18px;
  }
  .what-block__black{
    display: none;
  }
  .what-block__content{
    padding: 20px;
  }
  .for-block__title{
    font-size: 32px;
  }
  .for-block__wrap{
    flex-direction: column;
  }
  .for-block__img-1, .for-block__img-2{
    display: none;
  }
  .speakers-block__row{
    flex-direction: column;
  }
  .speakers-block__item{
    font-size: 24px;
  }
  .want-block{
    background-size: contain;
  }
  .want-block__tittle{
    font-size: 24px;
  }
  .partners-block__title{
    font-size: 32px;
    margin-bottom: 40px;
  }
  .partners-block__text{
    text-align: center;
  }
  .partners-block__wrap{
    flex-direction: column;
  }
}