@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{
  font-family: Lato;
  font-style: normal;
  line-height: 1.2;
}
h2{
  color: #404040;
  font-size: 36px;
font-weight: 400;
}
p{
  color: #4D4E61;
  font-size: 15px;
font-weight: 400;
line-height: 24px;
}
.btn{
  border-radius: 3px;
background: #202239;
padding: 10px 35px;
color: #FFF;
font-size: 15px;
font-weight: 400;
line-height: 22.5px; /* 150% */
transition-duration: 500ms;
display: inline-block;
}
.btn:hover{
  transform: scale(1.1)!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: 24px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header__container {
  align-items: center;
  justify-content: space-between;
}
.header__logo {}
.header-menu {}
.header__menu-list {
  display: flex;
  gap: 30px;
}
.header__menu-item {}
.header__menu-link {
  color: rgba(255, 255, 255, 0.85)!important;
text-align: center;
font-size: 15px;
font-weight: 400;
line-height: 20px; 
transition-duration: 500ms;
}
.header__menu-link:hover{
    color: #CE0C00!important;
}
.header__menu-item:nth-child(1) .header__menu-link{
  color: #CE0C00!important;

}
.page {}
.main-block {
  background: url('../INDEX_FILES/IMAGE.png') center center no-repeat;
  background-size: cover;
}
.main-block__container {
    min-height: 52.857vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 120px 15px;
}
.main-block__title {
  color: #FFF;
text-align: center;
font-size: 48px;
font-weight: 700;
margin-bottom: 20px;
}
.main-block__text {
  color: #FFF;
font-size: 20px;
font-weight: 500;
line-height: 24px;
max-width: 642px;
margin-bottom: 30px;
}
.main-block__btn {
  border-radius: 4px;
background: #CE0C00;
padding: 10px 66px;
display: block;
color: #FFF;
text-align: center;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}
.about-block {}
.about-block__container {
  gap: 30px;
  margin: 90px auto;
}
.about-block__column {
  flex: 0 1 50%;
}
.about-block__img {}
.about-block__titel {}
.about-block__text {
  margin: 31px 0 21px;
}
.about-block__btn {}
.more-block {
  background: #F1F1F1;
  padding: 65px 0;
}
.more-block__container {
  gap: 30px;
  max-width: 810px;
}
.more-block__column {
  flex: 0 1 33%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.more-block__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.more-block__hr {
  background: red;
  width: 49px;
  height: 1px;
}
.more-block__title {}
.more-block__text {
  margin: 63px 0 42px;
}
.more-block__btn {
  background: #CE0C00;
  margin-top: auto;
}

.speakers-block {
  margin: 90px 0 65px;
}
.speakers-block__container {
  flex-direction: column;
  align-items: center;
}
.speakers-block__title {
  text-align: center;
}
.speakers-block__text {
  color: #959595;
text-align: center;
font-size: 17px;
font-weight: 400;
line-height: 24px;
margin: 12px 0 50px;
}
.speakers-block__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 30px;
}
.speakers-block__item {}
.speakers-block__img {}
.speakers-block__item-texr-wrap {
  border-radius: 3px;
border: 1px solid #EBEBEB;
padding: 30px 20px 20px;
text-align: center;

}
.speakers-block__name {
  color: #363636;
text-align: center;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-bottom: 2px;
}
.speakers-block__prof {
  color: #959595;
text-align: center;
font-family: Lato;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.speakers-block__btn {
  background: #CE0C00;
}
.audience-block {
  margin-bottom: 4px;
}
.audience-block__container-title {
  margin-bottom: 62px;
  align-items: center;
  gap: 20px;
}
.audience-block__title-hr {
  color: #404040;
font-family: Lato;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 15px;
}
.audience-block__hr {
  height: 1px;
  flex-grow: 1;
  background: #F7BE68;

}
.audience-block__container {
  flex-direction: column;
  gap: 35px;
  border-radius: 5px;
border: 1px solid #F0F0F0;
background: #F7F7F7;
padding: 26px 80px 55px;
}
.audience-block__title {}
.audience-block__text {}
.numbers-block {
  background: #666;
  padding: 50px 0 20px;
}
.numbers-block__container {
  justify-content: space-between;
  text-align: center;
  color: #fff;
  gap: 60px;
}
.numbers-block__column {}
.numbers-block__number {
  color: #FFF;
text-align: center;
font-family: Lato;
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: 50.6px;
margin-bottom: 22px;
}
.numbers-block__text {
  color: #FFF;
text-align: center;
font-family: Lato;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.liders-block {
  margin: 80px 0 50px;
}
.liders-block__container {
  flex-direction: column;
  max-width: 1000px;
}
.liders-block__title {
  max-width: 779px;
}
.liders-block__text {
  margin: 32px 0 24px;
}
.liders-block__wrap {
  display: flex;
}
.liders-block__column {}
.liders-block__column:nth-child(1){

}
.more-block__title-wrap {
  gap: 20px;
}
.more-block__hr {}
.more-block__title {}
.liders-block__list {
    margin-top: 33px;
}
.best-block {
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  gap: 275px;
  padding: 120px 0;

}
.best-block__container {
  gap: 30px;
  align-items: center;
}
.best-block__img {
  display: block;
  flex: 0 1 50%;
}
.best-block__content {
    flex: 0 1 50%;
}
.best-block__title {}
.best-block__text {
  margin: 18px 0 32px;
}
.btn {}
.sponsaor-block {
  margin-top: 140px;
}
.sponsaor-block__container {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sponsaor-block__title {}
.sponsaor-block__text {
  margin: 22px 0 72px;
  max-width: 632px;
}
.sponsaor-block__label {
  background: #EEA000;
  padding: 7px 11px;
  font-size: 26px;
}
.sponsaor-block__exhibitors{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.become-block {
  background: #666;
  padding: 50px 0;
}
.become-block__container {
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.become-block__content {
}
.become-block__title {
  color: #fff;
}
.become-block__text {
  color: #fff;
}
.become-block__btn {
  background: #CE0C00;
}
.form-block {
  padding: 97px 0 138px;
  background-size: cover;
}
.form-block__container {
  flex-direction: column;
}
.form-block__title {
  color: #FFF;
  margin-bottom: 46px;
}
.form-block__form {
  display: flex;
  align-items: center;
  gap: 30px;
}
.form-block__input {
  background: #D9D9D9;
  padding: 8px 23px;
  font-size: 20px;
  color: #000;
}
.form-block__input::placeholder{
  color: #A8A8A8;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 45px;
}
.form-block__btn {
  background: #CE0C00;
  padding: 11px 71px;
}
.btn {}
.footer {
  background: #222;
  padding: 67px 0 130px;
}
.footer__container {
  gap: 30px;
  justify-content: space-between;
}
.footer__column {}
.footer__logo {}
.footer__title {
  color: #FFF;
font-family: Lato;
font-size: 22px;
font-weight: 400;
line-height: 24px;
margin-bottom: 20px;
}
.footer__link {
  color: #345977;
font-family: Lato;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.footer__adress {
  color: #4D4E61;
font-family: Lato;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
@media (max-width: 990.98px){
  .header-menu{
    display: none;
  }
  .main-block__title{
    font-size: 32px;
    margin-bottom: 10px;
  }
  .main-block__text{
    font-size: 16px;
  }
  h2{
    font-size: 28px;
  }
  .about-block__text{
    margin-top: 10px;
  }
  .more-block__column{
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
  .speakers-block__row{
    flex-direction: column;
    gap: ;
  }
  .audience-block__container-title{
    flex-direction: row;
  }
  .audience-block__container{
    padding: 20px;
  }
  .liders-block__wrap{
    flex-direction: column;
    gap: 40px;
  }
  .become-block__container{
    text-align: center;
  }
  .form-block__title{
    text-align: center;
  }
  .form-block__form{
    flex-direction: column;
  }
  .footer__container{
    align-items: center;
    text-align: center;
  }
}
body{
  scroll-behavior: smooth!important;
}