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

.container {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 320px;
}

.container:not(.promo .container) {
  padding: 0 13px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto -20px;
  max-width: 1920px;
  overflow: hidden;
}

body {
  font-family: "Outfit", sans-serif;
  background-color: #061201;
  font-size: 18px;
  color: #fff;
}

section {
  position: relative;
}
section:not(section.promo), section:not(section.header) {
  padding-top: 80px;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.title {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.14;
  text-align: center;
  color: #fff;
}
.title span {
  color: #FFBC52;
}

.gr {
  background: linear-gradient(92.11deg, #FBB900 58.51%, #EF4E23 100.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 5px;
  outline: none;
  margin: 0 auto 0;
  width: 293px;
  max-width: 100%;
  height: 69px;
  border: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.6s cubic-bezier(0.02, 0.01, 0.47, 1);
  border-radius: 11px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  color: #070707;
  text-transform: uppercase;
  color: #000;
  background: linear-gradient(92.11deg, #FBB900 58.51%, #EF4E23 100.21%);
  line-height: 1;
  z-index: 10;
  margin-top: 45px;
}
.button--more {
  background: none;
  border: 3px solid #FFBC52;
  color: #FFBC52;
  font-weight: 700;
}
.button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.button:hover {
  -webkit-animation: rotate624 0.7s ease-in-out both;
          animation: rotate624 0.7s ease-in-out both;
}
.button:hover span {
  -webkit-animation: storm1261 0.7s ease-in-out both;
          animation: storm1261 0.7s ease-in-out both;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.button:hover::after {
  left: 120%;
  -webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.bg {
  position: absolute;
  width: 991px;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bg img {
  position: absolute;
}

.promo {
  color: #fff;
  position: relative;
}
.promo::before {
  content: "";
  position: absolute;
  background: url("../img/promo-bg.png") center/contain no-repeat;
  width: 991px;
  height: 2351px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -790px;
}
.promo .bg-1 {
  top: 244px;
  width: 61px;
  left: 100px;
}
.promo .bg-2 {
  top: 455px;
  width: 82px;
  left: 172px;
}
.promo .bg-3 {
  top: 126px;
  width: 82px;
  right: 38px;
}
.promo .bg-4 {
  top: 483px;
  width: 80px;
  right: 6px;
}
.promo h1 {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.1;
  text-align: center;
  margin-top: 20px;
}
.promo__points {
  margin: 0 auto;
  padding: 20px;
  width: 293px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 131px;
  position: relative;
  z-index: 10;
}
.promo__points .border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.promo__points .crown {
  position: absolute;
  width: 76px;
  height: 86px;
  top: -40px;
  left: -23px;
}
.promo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.promo__item--1 {
  margin-bottom: 5px;
}
.promo__item p {
  font-weight: 700;
  text-transform: uppercase;
  width: calc(100% - 32px);
}
.promo__item svg {
  width: 32px;
  height: 32px;
  margin-right: 7px;
}
.promo__adc {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo__adc p {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 16px;
  line-height: 1;
  margin-bottom: -2px;
}
.promo__adc svg {
  width: 197px;
  height: 31px;
}
.promo .container {
  position: relative;
  padding: 0 10px;
}

.welcome {
  position: relative;
  z-index: 30;
}
.welcome p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  text-transform: lowercase;
  text-align: center;
  margin-top: 12px;
}
.welcome__slider {
  margin-top: 21px;
}

.why {
  margin-top: 40px;
}
.why .bg-1 {
  top: -162px;
  width: 380px;
  left: 0;
}
.why .bg-2 {
  top: 138px;
  width: 458px;
  right: 0;
}
.why__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why__item {
  margin-top: 29px;
  width: 293px;
  text-align: center;
}
.why__item h3 {
  font-weight: 800;
  font-size: 25px;
  line-height: 1.4;
  -webkit-filter: drop-shadow(1px 1px 2px #000);
          filter: drop-shadow(1px 1px 2px #000);
}
.why__item p {
  font-weight: 400;
  line-height: 1.9;
  text-shadow: 1px 1px 2px #000;
}

.speakers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.speakers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 286px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
.speakers__item .img {
  position: relative;
  width: 231px;
}
.speakers__item .img svg {
  position: absolute;
}
.speakers__item .img::before {
  content: "";
  position: absolute;
  z-index: 5;
}
.speakers__item--1 .img::before {
  background: url(../img/promo-bg-4.png) center/contain no-repeat;
  bottom: -7px;
  width: 85px;
  height: 89px;
  right: 38px;
}
.speakers__item--1 .img::after {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  inline-size: 408px;
  background: url(../img/speaker-1-bg.png) center/contain no-repeat;
  top: -126px;
  z-index: -1;
  left: -125px;
}
.speakers__item--2 .img::before {
  background: url(../img/promo-bg-2.png) center/contain no-repeat;
  bottom: -2px;
  width: 80px;
  height: 85px;
  left: 15px;
}
.speakers__item--3 .img svg, .speakers__item--4 .img svg {
  width: 69px;
  height: 55px;
  top: 0;
  right: 94px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.speakers__item--4 .img svg {
  top: -10px;
  right: 64px;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.speakers__item--5 .img::before {
  background: url(../img/promo-bg-3.png) center/contain no-repeat;
  bottom: 13px;
  width: 80px;
  height: 85px;
  right: 118px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.speakers__item--6 .img::before {
  background: url(../img/promo-bg-2.png) center/contain no-repeat;
  bottom: -12px;
  width: 70px;
  height: 75px;
  right: 5px;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}
.speakers__item h3 {
  margin-top: 18px;
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
}
.speakers__item p {
  margin-top: 9px;
  line-height: 1.38;
  font-weight: 400;
}
.speakers__item hr {
  width: 39px;
  height: 1px;
  margin: 20px auto;
}
.speakers__item b {
  font-weight: 700;
  line-height: 1.38;
  display: block;
}

.promo--final {
  padding-bottom: 85px;
  text-align: center;
}
.promo--final .bg-1 {
  top: auto;
  bottom: 120px;
  width: 80px;
  left: auto;
  right: 220px;
}
.promo--final .bg-2 {
  top: 715px;
  width: 82px;
  left: 122px;
}
.promo--final .bg-3 {
  top: 386px;
  width: 82px;
  right: 118px;
}
.promo--final::before {
  top: -470px;
}
.promo--final .title {
  text-transform: none;
  font-weight: 800;
  font-size: 45px;
  margin-top: 28px;
  line-height: 1.2;
}
.promo--final .subtitle {
  margin-top: 28px;
  font-weight: 500;
  font-size: 22px;
  text-transform: lowercase;
  text-align: center;
}

.form {
  margin: 29px auto 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 20;
  color: #fff;
  overflow: hidden;
  color: #fff;
  padding: 48px 12px 65px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  -webkit-box-shadow: -12px 37px 45px 0 rgba(81, 78, 120, 0.18);
          box-shadow: -12px 37px 45px 0 rgba(81, 78, 120, 0.18);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 13px;
  width: 290px;
}
.form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
  width: 100%;
}
.form .checkbox input {
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-color: #000;
}
.form .checkbox label {
  width: calc(100% - 20px);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.form .checkbox label a {
  color: #fff;
  text-decoration: underline;
}
.form .checkbox label a:hover {
  text-decoration: none;
}
.form .button {
  margin: 20px auto 0px;
}
.form input:not(.checkbox input), .form select {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 18px;
  background-color: transparent;
  line-height: 1.1;
  height: 55px;
  display: block;
  margin: 0 auto 16px;
  outline: 0;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 10px;
  color: #fff;
}
.form input:not(.checkbox input)::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}
.form input:not(.checkbox input)::-moz-placeholder, .form select::-moz-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}
.form input:not(.checkbox input):-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}
.form input:not(.checkbox input)::-ms-input-placeholder, .form select::-ms-input-placeholder {
  color: #fff;
  text-overflow: ellipsis;
}
.form input:not(.checkbox input)::placeholder, .form select::placeholder {
  color: #fff;
  text-overflow: ellipsis;
}
.form input:not(.checkbox input):-moz-placeholder-shown, .form select:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.form input:not(.checkbox input):-ms-input-placeholder, .form select:-ms-input-placeholder {
  text-overflow: ellipsis;
}
.form input:not(.checkbox input):placeholder-shown, .form select:placeholder-shown {
  text-overflow: ellipsis;
}
.form select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A") no-repeat 95% 50%, transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  padding-right: 40px;
}
.form select option {
  color: #000;
}

.social {
  width: 290px;
  margin: 0 auto;
}
.social p {
  text-align: center;
  font-weight: 700;
}
.social__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.social__inner svg {
  width: 26.6px;
  height: 26.6px;
}

.swiper-button-next, .swiper-button-prev {
  top: auto;
  bottom: -50px;
}

.swiper-button-next {
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%) translateX(27px) scaleX(-1);
      -ms-transform: translateX(-50%) translateX(27px) scaleX(-1);
          transform: translateX(-50%) translateX(27px) scaleX(-1);
}

.swiper-button-prev {
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%) translateX(-27px);
      -ms-transform: translateX(-50%) translateX(-27px);
          transform: translateX(-50%) translateX(-27px);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-weight: 900;
}

.swiper-button-next, .swiper-button-prev {
  color: #6b9abc;
  z-index: 40;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
}

.swiper-button-prev, .swiper-button-next {
  background: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15L1 8L8 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M24 8H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") center/contain no-repeat;
}

.popup__container {
  display: none;
}

.popup__container.open {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  z-index: 25;
}

.popup {
  display: block;
  margin: auto;
  max-width: 320px;
  position: relative;
  top: 40vh;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 20px 20px;
  padding: 20px;
  z-index: 9;
}
.popup .social {
  margin-top: 10px;
}
.popup__cover {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 8;
}
.popup .b-button {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .wrapper {
    margin-top: -10px;
  }
  .container {
    width: 680px;
  }
}
@media screen and (min-width: 991px) {
  .popup {
    max-width: 380px;
  }
  .popup .social {
    margin-top: 10px;
  }
  body {
    font-size: 22px;
  }
  .title {
    font-size: 40px;
  }
  .container {
    width: 960px;
  }
  .wrapper {
    margin-bottom: -25px;
  }
  .title {
    font-size: 40px;
  }
  section:not(section.promo) {
    padding-top: 150px;
  }
  .button {
    width: 320px;
    height: 69px;
  }
  .promo::before {
    background: url("../img/final-bg.png") center/contain no-repeat;
    width: 2980px;
    height: 3091px;
    top: -1240px;
  }
  .promo h1 {
    font-size: 65px;
  }
  .promo h1 span {
    display: block;
  }
  .promo__adc svg {
    width: 208px;
    height: 33px;
  }
  .promo .button {
    margin-top: 42px;
  }
  .promo__item p {
    font-size: 20px;
  }
  .welcome p {
    font-size: 22px;
    line-height: 1.6;
  }
  .why .bg {
    width: 100%;
  }
  .why__item {
    margin-top: 51px;
  }
  .why__item h3 {
    font-size: 30px;
  }
  .promo--final .title {
    font-size: 65px;
  }
  .promo--final .subtitle {
    font-size: 30px;
  }
  .promo--final:before {
    width: 1920px;
    height: 3091px;
    top: -800px;
  }
  .speakers__item h3 {
    font-size: 35px;
  }
  .speakers__item p {
    font-size: 20px;
  }
  .form {
    width: 424px;
    padding: 48px 32px 47px;
  }
  .form input:not(.checkbox input), .form select {
    margin-bottom: 20px;
  }
  .form .checkbox label {
    font-size: 18px;
  }
  .form .button {
    width: 360px;
    height: 60px;
  }
  .social {
    width: 330px;
    margin-top: 56px;
  }
  .social__inner a {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .social__inner a:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .social p {
    -webkit-filter: drop-shadow(1px 1px 2px #000);
            filter: drop-shadow(1px 1px 2px #000);
  }
}
@media screen and (min-width: 1280px) {
  .container, .promo .container {
    padding: 0;
    width: 1316px;
  }
  .wrapper {
    margin-top: -34px;
  }
  .bg {
    width: 100%;
    max-width: 1920px;
  }
  .title {
    font-size: 55px;
  }
  .promo::before {
    top: -1320px;
  }
  .promo .bg-1 {
    width: 74px;
    top: 104px;
    left: 57px;
  }
  .promo .bg-2 {
    width: 100px;
    top: 420px;
    left: 233px;
  }
  .promo h1 {
    font-size: 80px;
    margin-top: 40px;
  }
  .promo__item p {
    font-size: 24px;
  }
  .promo__points {
    margin-top: 104px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 556px;
    padding: 14px 45px;
  }
  .promo__points::before {
    position: absolute;
    content: "";
    width: 506px;
    height: 65px;
    background: url("../img/border.png") center/contain no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .promo__points .border {
    display: none;
  }
  .promo__points .crown {
    top: -56px;
    left: -1px;
  }
  .promo__adc {
    margin-top: 40px;
  }
  .welcome__left {
    width: 523px;
    margin-right: 38px;
  }
  .welcome .title, .welcome p {
    text-align: left;
    margin-top: 19px;
  }
  .welcome p {
    font-size: 30px;
  }
  .welcome .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .welcome__slider {
    width: 613px;
  }
  .why {
    margin-top: 40px;
  }
  .why .bg-1 {
    width: 647px;
    top: 448px;
  }
  .why .bg-2 {
    width: 891px;
    top: -865px;
  }
  .why__inner {
    display: grid;
    grid-template-columns: 320px 320px 368px;
    grid-template-rows: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .why__item {
    width: 100%;
    text-align: left;
  }
  .why__item h3 {
    font-size: 30px;
  }
  .why__item p {
    line-height: 1.9;
  }
  .speakers {
    position: relative;
    z-index: 15;
  }
  .speakers__inner {
    display: grid;
    grid-template-columns: 555px 543px;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 97px;
       -moz-column-gap: 97px;
            column-gap: 97px;
  }
  .speakers__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
  }
  .speakers__item p {
    margin-top: 20px;
    font-size: 20px;
  }
  .speakers__item hr {
    margin: 26px 0 26px;
  }
  .speakers__item figcaption {
    width: calc(100% - 231px);
    margin-left: 5px;
  }
  .speakers__item h3 {
    font-size: 35px;
    margin-left: -35px;
    margin-top: 25px;
  }
  .speakers__item b {
    font-size: 20px;
    line-height: 1.25;
  }
  .speakers__item--1 {
    width: 467px;
  }
  .speakers__item--2 {
    margin-top: 50px;
    width: 511px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .speakers__item--3 {
    width: 555px;
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .speakers__item--4 {
    width: 532px;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .speakers__item--5 {
    margin-top: 50px;
    width: 543px;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .speakers__item--6 {
    width: 531px;
    grid-column: 2/3;
    grid-row: 3/4;
  }
  section.promo--final {
    margin-top: 30px;
  }
  .promo--final::before {
    top: -900px;
  }
  .promo--final .bg {
    width: 1920px;
  }
  .promo--final .bg-1 {
    top: auto;
    bottom: 123px;
    left: auto;
    right: 460px;
  }
  .promo--final .bg-2 {
    top: 630px;
    left: 270px;
  }
  .promo--final .bg-3 {
    right: 271px;
    top: 665px;
  }
  .promo--final .title {
    margin-top: 60px;
    font-size: 70px;
  }
  .promo--final .subtitle {
    width: 910px;
    margin: 28px auto 0;
    font-size: 40px;
  }
  .form input:not(.checkbox input), .form select {
    font-size: 20px;
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
}