@media only screen and (max-width: 1260px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
    line-height: 130%;
  }

  .container {
    max-width: 760px;
  }
  .hero__container {
    max-width: 760px;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .hero__content {
    max-width: 360px;
  }

  .hero__form {
    max-width: 360px;
  }

  .hero__type {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .hero__title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .hero__title:after {
    display: none;
  }

  .hero__title br {
    display: none;
  }

  .hero__title b {
    display: block;
    font-size: 36px;
    line-height: 45px;
  }

  .hero__subtitle {
    font-size: 16px;
    max-width: 320px;
  }

  .hero__info-text {
    max-width: 300px;
    font-size: 16px;
  }

  .hero__decor {
    margin-top: 60px;
  }

  .form {
    padding: 20px;
  }

  .form__decor {
    width: 500px;
    height: 500px;
  }

  .form__decor-left {
    left: -105px;
    top: 0;
    transform: translate(-50%, -30px);
  }

  .form__decor-right {
    right: -55px;
    top: 0;
    transform: translate(50%, -40px);
  }

  .form__title {
    font-size: 22px;
    line-height: 27px;
  }

  .form__gift_icon {
    margin-right: 10px;
  }

  .form__gift_text {
    max-width: 200px;
  }

  .form__gift_text b {
    font-size: 14px;
  }

  .form .input__wrap {
    margin-bottom: 15px;
  }

  .clients {
    padding-top: 30px;
  }

  .clients__subtitle {
    font-size: 16px;
    max-width: 320px;
    margin-bottom: 30px;
  }

  .what {
    padding: 30px 0;
  }

  .what__items {
    margin-bottom: 0;
  }

  .what .item {
    max-width: 360px;
    margin-bottom: 60px;
  }

  .what .item__text br {
    display: none;
  }

  .places {
    padding: 30px 0;
  }

  .places__inner {
    padding: 60px 0;
  }

  .places__text {
    margin-bottom: 40px;
  }

  .speakers {
    padding: 30px 0;
  }

  .register {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .register__title {
    font-size: 20px;
    line-height: 1.22;
  }

  .register__content {
    max-width: 320px;
  }

  .register__image {
    max-width: 400px;
    height: 300px;
  }

  .hero__type::before {
    top: 8px;
  }

  .speakers__decor-1 {
    left: -24px;
  }
  .speakers__decor-2 {
    right: -26px;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .container {
    max-width: 340px;
  }

  .hero__container {
    max-width: 340px;
  }

  .header {
    padding: 10px 0;
  }


  .header__logo {
    width: 70px;
    height: 30px;
  }

  .header__lang {
    margin-left: 5px;
  }

  .hero {
    background: transparent;
    padding-top: 60px;
    text-align: center;
    padding-bottom: 100px;
  }

  .hero__info {
    position: absolute;
    right: 0;
    top: 15px;
    width: 100%;
    max-width: 320px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-end;
    text-align: left;
  }

  .hero__time {
    font-size: 12px;
    margin-right: 0;
    padding-left: 25px;
    line-height: 20px;
  }

  .hero__date {
    margin-right: 25px;
    font-size: 12px;
    padding-left: 25px;
    line-height: 20px;
  }

  .hero__type {
    margin-bottom: 10px;
  }

  .hero__title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .hero__subtitle {
    margin-bottom: 20px;
  }

  .hero__info-text {
    margin: 0 auto 20px;
  }

  .hero__decor {
    display: none;
  }

  .hero__timer {
    margin-bottom: 50px;
  }

  .form__gift {
    position: absolute;
    width: 100%;
    bottom: -120px;
    left: 0;
    text-align: left;
  }

  .clients {
    padding-bottom: 30px;
  }

  .clients .slick-slide {
    margin: 0;
    min-height: 70px;
  }

  .clients .slick-slide img {
    width: 80% !important;
  }

  .what__title br {
    display: none;
  }

  .what__additional {
    padding: 16px 25px;
  }

  .places__container {
    max-width: 100%;
    padding: 0;
  }

  .places__title {
    margin-bottom: 10px;
  }

  .places__text {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .speakers__decor-1,
  .speakers__decor-2 {
    display: none;
  }

  .speakers .item {
    justify-content: center;
    margin-bottom: 36px;
  }

  .speakers .item:nth-child(even) .item__image {
    order: -1;
  }

  .speakers .item__image {
    width: 250px;
    height: 265px;
    margin-bottom: 16px;
  }

  .speakers .item__image:before {
    bottom: 0;
  }

  .speakers .item__name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .speakers .item__prof {
    font-size: 16px;
    text-align: center;
  }

  .register {
    text-align: center;
    position: relative;
    padding-bottom: 130px;
  }

  .register__info {
    justify-content: center;
    margin-bottom: 6px;
  }

  .register__date,
  .register__time {
    padding-left: 25px;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }

  .register__date {
    margin-right: 10px;
  }

  .register__text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .register__text:after {
    display: none;
  }

  .register__image {
    height: 240px;
  }

  .register__btn {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__container{
    justify-content: space-between;
  }

  .form__decor-left {
    left: -100px;
    top: 0;
    transform: translate(-50%, -30px);
    z-index: 100;
  }

  .form__decor-right {
    right: -59px;
    top: 0;
    transform: translate(50%, -40px);
  }

  .hero__title b{
    font-size: 33px;
  }
  /* .register__title {
    font-size: 29px;
  } */

  .speakers__decor_bg-1 {
    display: none;
  }
  .speakers__decor_bg-2 {
    display: none;
  }

  /* .places__inner {
    top: 0;
    left: 0;
    background-image: url('../img/places__bg_mob.svg') !important;
    background-size: contain;
    border-radius: 0;
  } */

  .countdownHolder {
    justify-content: center;
  }

  .register {
    padding-bottom: 250px;
  }

  .register__timer {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}