body, html {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background-color: white; }

div, p, a, img, h1, h2, h3, li, ul, i {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif; }

span {
  display: inline-block;
  margin: 0;
  padding: 0; }

h1 {
  text-transform: uppercase; }

.top_nav {
  position: relative;
  z-index: 2;
  background-color: white;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3); }
  .top_nav__menu {
    min-width: 320px;
    height: 74px;
    padding-top: 22px;
    margin-left: auto; }
    .top_nav__menu li {
      padding-left: 60px; }
    .top_nav__menu a {
      color: #6000ff;
      font-size: 18px;
      font-weight: 500; }
    .top_nav__menu a:hover {
      text-decoration: none;
      color: blue; }

.menu_button {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #6000ff;
  display: none; }

.skew {
  z-index: 0;
  height: 1000px;
  width: 380px;
  background-color: black;
  transform: skewX(-15deg);
  position: absolute;
  left: 320px; }

.first_screen {
  position: relative;
  overflow: hidden;
  height: 570px;
  background-image: linear-gradient(to bottom, #fab507 0%, #fa8b07 100%); }
  .first_screen__img {
    position: relative;
    z-index: 1;
    background-image: url("../img/isaac_first.png");
    width: 530px;
    height: 530px;
    background-size: cover;
    margin-top: 20px;
    margin-left: -30px; }
  .first_screen__info {
    margin-top: 15px; }
    .first_screen__info h1 {
      font-weight: 900;
      color: white;
      font-size: 110px;
      letter-spacing: 0.055em;
      line-height: 110px; }
    .first_screen__info h2 {
      text-transform: uppercase;
      color: white;
      font-size: 53px;
      font-weight: bold;
      letter-spacing: 0.03em; }
    .first_screen__info h3 {
      font-size: 60px;
      font-weight: 500;
      color: black;
      letter-spacing: 0.035em;
      margin-top: 10px;
      margin-bottom: 30px; }
    .first_screen__info a {
      width: 277px;
      height: 75px;
      border: none;
      background-color: #fff;
      outline: none;
      font-size: 27px;
      color: #ea8308;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      line-height: 70px; }
    .first_screen__info .data-place {
      display: inline-block;
      font-size: 30px;
      color: white;
      font-weight: 600;
      line-height: 1.3em;
      margin-top: -4px; }

.title_container {
  width: 100%;
  height: 100px;
  margin-bottom: 40px; }

.about_speaker {
  margin-top: 200px;
  width: 100%;
  min-height: 400px; }
  .about_speaker__title {
    margin-left: auto;
    width: 580px;
    height: 100px;
    background-image: linear-gradient(to right, #6000ff 0%, #3d0bcf 100%);
    text-align: right;
    color: white;
    padding-right: 12px;
    font-size: 58px;
    font-weight: 900;
    display: block; }
  .about_speaker__content__img {
    background-image: url("../img/about_isaac.png");
    width: 482px;
    height: 449px;
    background-size: cover; }
  .about_speaker__content__text {
    width: 580px;
    padding-top: 45px; }
    .about_speaker__content__text p {
      font-size: 21px;
      color: black;
      font-weight: 300; }
    .about_speaker__content__text .first-p {
      color: #6000ff;
      font-weight: 400;
      margin-bottom: 27px; }
    .about_speaker__content__text .second-p {
      margin-bottom: 27px; }
    .about_speaker__content__text span {
      color: #ee542e; }
  .about_speaker__content2 {
    margin-bottom: 180px;
    padding-top: 20px; }
    .about_speaker__content2__img {
      margin-top: 30px;
      background-image: url("../img/book.png");
      width: 565px;
      height: 570px;
      background-size: cover;
      background-position: 50% 50%; }
    .about_speaker__content2__text {
      width: 575px;
      padding-top: 45px; }
      .about_speaker__content2__text p {
        margin-bottom: 27px;
        font-size: 21px;
        color: black;
        font-weight: 300; }
      .about_speaker__content2__text span {
        color: #ee542e; }

.programm__content {
  margin-bottom: 76px; }
  .programm__content__item {
    min-width: 320px;
    padding: 34px 45px;
    background-image: linear-gradient(to bottom, #fab507 0%, #fa8b07 100%);
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 24px;
    flex-grow: 1;
    line-height: 1.3em; }
  .programm__content__item2 {
    pading-left: 50px;
    padding-right: 50px;
    margin: 0px 25px; }
  .programm__content__item4, .programm__content__item5 {
    margin-top: 25px;
    width: 49%; }
  .programm__content__item4 {
    margin-right: 2%; }
.programm__title {
  width: 580px;
  height: 100px;
  background-image: linear-gradient(to right, #6000ff 0%, #3d0bcf 100%);
  color: white;
  padding-left: 18px;
  font-size: 56px;
  font-weight: 900;
  display: block;
  margin-bottom: 68px;
  letter-spacing: 0.02em; }
.programm__subtitle {
  font-size: 34px;
  color: #6000ff;
  font-weight: bold;
  margin-bottom: 44px; }

.call_to_action {
  margin-bottom: 76px;
  width: 100%;
  height: 356px;
  background-image: linear-gradient(to right, #5d34d6 0%, #3327c5 100%); }
  .call_to_action .container {
    height: 100%; }
  .call_to_action__container {
    padding: 0 100px;
    height: 100%; }
  .call_to_action__img {
    background-image: url("../img/tickets.png");
    width: 446px;
    height: 282px;
    background-size: cover; }
  .call_to_action__content {
    color: white;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2em;
    letter-spacing: 0.02em; }
    .call_to_action__content p {
      font-size: 18px;
      font-weight: 400;
      margin-top: 15px;
      line-height: 1.4em; }

.offer_container {
  width: 100%;
  margin-bottom: 50px; }
  .offer_container__item {
    width: 360px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    min-height: 686px; }
    .offer_container__item__content {
      background-color: white;
      padding: 32px 32px;
      height: 420px; }
      .offer_container__item__content .button {
        font-family: "Roboto", sans-serif;
        margin-top: 32px;
        width: 100%;
        padding: 15px 0;
        color: white;
        font-size: 20px;
        border: none;
        outline: none;
        cursor: pointer;
        font-weight: 300; }
      .offer_container__item__content .button1 {
        background-image: linear-gradient(to right, #f5a803 0%, #ea8308 100%); }
      .offer_container__item__content .button2 {
        background-image: linear-gradient(to right, #6000ff 0%, #3d0bcf 100%); }
      .offer_container__item__content .button3 {
        background-image: linear-gradient(to right, #2a2a2a 0%, black 100%); }
      .offer_container__item__content__p p {
        line-height: 1.3em;
        margin-bottom: 8px; }
    .offer_container__item__title1 {
      background-image: linear-gradient(to right, #f5d603 0%, #efa105 100%); }
    .offer_container__item__title2 {
      background-image: linear-gradient(to right, #6000ff 0%, #3d0bcf 100%); }
    .offer_container__item__title3 {
      background-image: linear-gradient(to right, #2a2a2a 0%, black 100%); }
  .offer_container__item2 {
    margin: 0 30px; }
  .offer_container h3 {
    width: 100%;
    height: 110px;
    background-color: black;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 36px;
    line-height: 110px; }
  .offer_container .price {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    color: #ee542e;
    font-size: 44px;
    font-weight: 500;
    border-bottom: 1px solid #8d8d8d; }
    .offer_container .price p {
      color: black;
      font-size: 24px;
      font-weight: 300; }
      .offer_container .price p span {
        color: #ee542e; }
  .offer_container .price2 {
    color: #6000ff; }
  .offer_container .price3 {
    color: black; }

.cooperation {
  width: 100%;
  margin-top: 130px; }
  .cooperation__title {
    color: #6000ff;
    font-weight: 900;
    font-size: 46px;
    letter-spacing: 0.02em;
    margin-bottom: 75px; }
  .cooperation__item {
    width: 100%;
    background-color: #fff;
    min-height: 100px;
    margin-bottom: 60px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
    .cooperation__item__title {
      height: 92px; }
      .cooperation__item__title__name {
        width: 650px;
        height: 100%;
        color: white;
        font-size: 32px;
        letter-spacing: 0.02em;
        font-weight: 500;
        line-height: 92px;
        padding-left: 54px; }
      .cooperation__item__title .gold-name {
        background-image: linear-gradient(to right, #f5d603 0%, #efa105 100%); }
      .cooperation__item__title .fiol-name {
        background-image: linear-gradient(to right, #6000ff 0%, #3d0bcf 100%); }
      .cooperation__item__title .luxury-name {
        width: 820px;
        background-image: linear-gradient(to right, #2a2a2a 0%, black 50%);
        color: #f3d46b; }
      .cooperation__item__title .magnat-name {
        background-image: linear-gradient(to right, #bb0f0f 0%, #de1818 100%); }
      .cooperation__item__title__price {
        height: 100%;
        width: 490px;
        background-color: black;
        color: white;
        font-size: 44px;
        font-weight: 500;
        text-align: right;
        line-height: 92px;
        padding-right: 54px; }
      .cooperation__item__title__price1 {
        height: 100%;
        width: 320px;
        background-color: black;
        color: #f3d46b;
        font-size: 44px;
        font-weight: 500;
        text-align: right;
        line-height: 92px;
        padding-right: 54px; }
    .cooperation__item__content {
      width: 100%;
      height: 310px; }
      .cooperation__item__content__about {
        width: 650px;
        min-height: 100px;
        letter-spacing: 0.02em;
        font-weight: 300;
        line-height: 92px;
        padding: 30px 54px;
        padding-bottom: 5px;
        font-size: 19px; }
        .cooperation__item__content__about p {
          margin-bottom: 24px;
          line-height: 1.2em;
          color: black; }
      .cooperation__item__content__buy {
        width: 490px;
        height: 100%;
        border-left: 1px solid #8d8d8d; }
        .cooperation__item__content__buy__container {
          width: 100%;
          padding: 0 54px; }
          .cooperation__item__content__buy__container .luxury-tickets {
            color: #cda82e;
            font-size: 36px; }
          .cooperation__item__content__buy__container .fiol-tickets {
            color: #6000ff; }
          .cooperation__item__content__buy__container .magnat-tickets {
            color: #d91617; }
          .cooperation__item__content__buy__container h3 {
            font-weight: bold;
            color: #f08a05;
            text-align: center;
            font-size: 30px;
            line-height: 1.2em; }
            .cooperation__item__content__buy__container h3 span {
              color: black; }
          .cooperation__item__content__buy__container .button {
            margin-top: 20px;
            font-family: "Roboto", sans-serif;
            padding: 15px 50px;
            color: white;
            font-size: 20px;
            border: none;
            outline: none;
            cursor: pointer;
            font-weight: 300;
            width: 100%; }
          .cooperation__item__content__buy__container .button1 {
            background-image: linear-gradient(to right, #f5a803 0%, #ea8308 100%); }
          .cooperation__item__content__buy__container .button2 {
            background-image: linear-gradient(to right, #6000ff 0%, #3d0bcf 100%); }
          .cooperation__item__content__buy__container .button3 {
            margin-top: 50px;
            background-image: linear-gradient(to right, #2a2a2a 0%, black 100%); }
          .cooperation__item__content__buy__container .button4 {
            background-image: linear-gradient(to right, #bb0f0f 0%, #de1818 100%); }
    .cooperation__item__content2 {
      height: 380px; }
    .cooperation__item__content3 {
      height: 880px; }
    .cooperation__item__content4 {
      height: 355px; }
  .cooperation__item4 {
    margin-bottom: 90px; }

.contacts {
  width: 100%;
  height: 356px;
  background-image: linear-gradient(to right, #5d34d6 0%, #3327c5 100%); }
  .contacts .container {
    height: 100%; }
  .contacts .row {
    height: 100%; }
  .contacts__container {
    margin-top: -14px; }
    .contacts__container h3 {
      text-align: center;
      color: white;
      font-weight: bold;
      font-size: 46px;
      letter-spacing: 0.02em; }
    .contacts__container__content {
      margin-top: 20px;
      width: 880px;
      color: white; }
      .contacts__container__content a {
        color: white;
        font-weight: 500;
        font-size: 28px;
        margin-top: 10px;
        letter-spacing: 0.03em;
        text-decoration: none; }
      .contacts__container__content i {
        font-size: 26px; }

.form__tickets__bg {
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease; }

.form__tickets__container {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: fixed;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 814px;
  height: 524px;
  padding: 60px 80px;
  transition: all 0.5s ease; }
  .form__tickets__container .close_button {
    z-index: 10;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    top: -40px;
    right: 0px;
    cursor: pointer; }
    .form__tickets__container .close_button:after {
      position: absolute;
      display: block;
      content: "";
      width: 28px;
      height: 3px;
      background-color: #c7c7c7;
      top: 50%;
      left: 50%;
      transition: all 0.2s ease;
      transform: translate(-50%, -50%) rotate(45deg); }
    .form__tickets__container .close_button:before {
      position: absolute;
      display: block;
      content: "";
      width: 28px;
      height: 3px;
      background-color: #c7c7c7;
      top: 50%;
      left: 50%;
      transition: all 0.2s ease;
      transform: translate(-50%, -50%) rotate(-45deg); }
  .form__tickets__container .close_button:hover:before {
    background-color: #fff; }
  .form__tickets__container .close_button:hover:after {
    background-color: #fff; }
  .form__tickets__container__title {
    font-size: 24px;
    font-weight: 500;
    color: black;
    text-align: center;
    line-height: 1.3em; }
  .form__tickets__container__form {
    margin-top: 48px; }
    .form__tickets__container__form div {
      margin-bottom: 34px; }
    .form__tickets__container__form label, .form__tickets__container__form select, .form__tickets__container__form input {
      display: block; }
    .form__tickets__container__form label {
      font-size: 18px;
      color: #313131;
      margin-bottom: 12px; }
    .form__tickets__container__form input {
      width: 310px;
      outline: none;
      border: 1px solid #6000ff;
      font-size: 16px;
      padding: 16px 30px;
      -webkit-appearance: none;
      position: relative;
      color: black; }
    .form__tickets__container__form__selector {
      position: relative;
      width: 316px; }
      .form__tickets__container__form__selector:before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        border: 5px solid transparent;
        border-top-color: #6000ff;
        top: 69%;
        margin-top: -2.5px;
        left: 88%;
        opacity: 0.8;
        z-index: 5; }
    .form__tickets__container__form .ticket_selector {
      width: 310px;
      outline: none;
      border: 1px solid #6000ff;
      font-size: 16px;
      padding: 16px 30px;
      -webkit-appearance: none;
      position: relative;
      color: black; }
      .form__tickets__container__form .ticket_selector option {
        color: black; }
    .form__tickets__container__form .submit {
      background-image: linear-gradient(to right, #3d0bcf 0%, #6000ff 100%);
      border: none;
      color: white;
      cursor: pointer; }
    .form__tickets__container__form optgroup {
      font-weight: 300;
      color: #6000ff; }

.sponsors {
  margin-bottom: 160px; }
  .sponsors img {
    box-sizing: content-box;
    padding: 0 50px;
    margin-bottom: 90px; }
  .sponsors .logo_1 {
    width: 200px;
    height: 88px; }
  .sponsors .logo_2 {
    width: 220px;
    height: 72px; }
  .sponsors .logo_3 {
    width: 200px;
    height: 71px; }
  .sponsors .logo_4 {
    width: 180px;
    height: 98px; }
  .sponsors .logo_5 {
    width: 200px;
    height: 80px; }
  .sponsors .logo_6 {
    width: 200px;
    height: 35px; }
  .sponsors .logo_7 {
    width: 180px;
    height: 97px; }
  .sponsors .logo_8 {
    width: 125px;
    height: 120px;
    padding: 0 80px; }
  .sponsors .logo_9 {
    width: 220px;
    height: 92px; }

.visible {
  visibility: visible !important;
  opacity: 1 !important; }

@media screen and (max-width: 1640px) {
  .skew {
    left: 150px; } }
@media screen and (max-width: 1340px) {
  .skew {
    left: 50px; } }
@media screen and (max-width: 1200px) {
  .top_nav__menu {
    height: 70px;
    padding-top: 22px; }
    .top_nav__menu li {
      padding-left: 40px; }
    .top_nav__menu a {
      font-size: 16px; }

  .skew {
    width: 300px; }

  .first_screen {
    height: 500px; }
    .first_screen__img {
      width: 460px;
      height: 460px;
      margin-top: 20px;
      margin-left: 10px; }
    .first_screen__info {
      margin-top: 15px; }
      .first_screen__info h1 {
        font-size: 84px;
        letter-spacing: 0.055em;
        line-height: 80px; }
      .first_screen__info h2 {
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0.03em; }
      .first_screen__info h3 {
        font-size: 45px;
        letter-spacing: 0.035em;
        margin-top: 4px;
        margin-bottom: 20px; }
      .first_screen__info a {
        width: 240px;
        height: 60px;
        font-size: 27px;
        line-height: 60px; }
      .first_screen__info .data-place {
        font-size: 24px;
        line-height: 1.3em;
        margin-top: -4px; }

  .title_container {
    margin-bottom: 0px; }

  .about_speaker {
    margin-top: 160px;
    width: 100%;
    min-height: 400px; }
    .about_speaker__title {
      width: 460px;
      height: 90px;
      padding-right: 12px;
      font-size: 54px; }
    .about_speaker__content__img {
      width: 448px;
      height: 406px; }
    .about_speaker__content__text {
      width: 460px;
      padding-top: 45px; }
      .about_speaker__content__text p {
        font-size: 18px;
        line-height: 1.49em; }
      .about_speaker__content__text .first-p {
        margin-bottom: 27px; }
      .about_speaker__content__text .second-p {
        margin-bottom: 25px; }
    .about_speaker__content2 {
      margin-bottom: 160px;
      padding-top: 20px; }
      .about_speaker__content2__img {
        margin-top: 30px;
        width: 480px;
        height: 540px;
        background-position: 30% 50%; }
      .about_speaker__content2__text {
        width: 460px;
        padding-top: 45px; }
        .about_speaker__content2__text p {
          margin-bottom: 25px;
          font-size: 18px; }

  .programm__content {
    margin-bottom: 56px; }
    .programm__content__item {
      width: 460px;
      padding: 30px 45px;
      font-size: 20px;
      flex-grow: 1;
      line-height: 1.3em;
      margin: 0;
      margin-bottom: 20px; }
    .programm__content__item2, .programm__content__item4 {
      margin-left: 20px; }
  .programm__title {
    width: 460px;
    height: 90px;
    padding-left: 18px;
    font-size: 54px;
    margin-bottom: 46px;
    letter-spacing: 0.02em; }
  .programm__subtitle {
    font-size: 32px;
    margin-bottom: 30px; }

  .call_to_action {
    margin-bottom: 76px;
    width: 100%;
    height: 330px; }
    .call_to_action__container {
      padding: 0 80px; }
    .call_to_action__img {
      width: 370px;
      height: 240px; }
    .call_to_action__content {
      font-size: 30px;
      line-height: 1.2em; }
      .call_to_action__content p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 1.4em; }

  .offer_container {
    width: 100%;
    margin-bottom: 50px; }
    .offer_container__item {
      width: 360px;
      min-height: 640px; }
      .offer_container__item__content {
        padding: 24px 28px;
        height: 430px; }
        .offer_container__item__content .button {
          margin-top: 20px;
          width: 100%;
          padding: 15px 0;
          font-size: 20px; }
        .offer_container__item__content__p p {
          line-height: 1.3em;
          font-size: 15px;
          margin-bottom: 7px; }
    .offer_container__item2 {
      margin: 0 30px; }
    .offer_container h3 {
      width: 100%;
      height: 100px;
      font-weight: 500;
      font-size: 36px;
      line-height: 100px; }
    .offer_container .price {
      width: 100%;
      padding: 24px 0;
      font-size: 40px;
      line-height: 40px; }
      .offer_container .price p {
        font-size: 20px; }

  .cooperation {
    width: 100%;
    margin-top: 120px; }
    .cooperation__title {
      font-size: 46px;
      letter-spacing: 0.02em;
      margin-bottom: 60px; }
    .cooperation__item {
      width: 100%;
      min-height: 100px;
      margin-bottom: 60px; }
      .cooperation__item__title {
        height: 92px; }
        .cooperation__item__title__name {
          width: 560px;
          font-size: 28px;
          line-height: 92px;
          padding-left: 34px; }
        .cooperation__item__title__price {
          height: 100%;
          width: 400px;
          font-size: 40px;
          line-height: 92px;
          padding-right: 54px; }
        .cooperation__item__title__price1 {
          height: 100%;
          width: 320px;
          font-size: 40px;
          line-height: 92px;
          padding-right: 54px; }
      .cooperation__item__content {
        width: 100%;
        height: 310px; }
        .cooperation__item__content__about {
          width: 560px;
          min-height: 100px;
          letter-spacing: 0.02em;
          line-height: 92px;
          padding: 30px 34px;
          padding-bottom: 5px;
          font-size: 19px; }
          .cooperation__item__content__about p {
            margin-bottom: 24px;
            line-height: 1.2em; }
        .cooperation__item__content__buy {
          width: 400px;
          height: 100%;
          border-left: 1px solid #8d8d8d; }
          .cooperation__item__content__buy__container {
            width: 100%;
            padding: 0 54px; }
            .cooperation__item__content__buy__container .luxury-tickets {
              font-size: 36px; }
            .cooperation__item__content__buy__container h3 {
              font-size: 30px;
              line-height: 1.2em; }
            .cooperation__item__content__buy__container .button {
              margin-top: 20px;
              padding: 15px 50px;
              font-size: 20px;
              width: 100%; }
      .cooperation__item__content2 {
        height: 380px; }
      .cooperation__item__content3 {
        height: 896px; }
      .cooperation__item__content4 {
        height: 355px; }
    .cooperation__item4 {
      margin-bottom: 90px; }

  .contacts {
    width: 100%;
    height: 330px; }
    .contacts__container {
      margin-top: -14px; }
      .contacts__container h3 {
        font-size: 46px;
        letter-spacing: 0.02em; }
      .contacts__container__content {
        margin-top: 20px;
        width: 880px;
        color: white; }
        .contacts__container__content a {
          font-size: 28px;
          margin-top: 10px;
          letter-spacing: 0.03em; }
        .contacts__container__content i {
          font-size: 26px; } }
@media screen and (max-width: 992px) {
  .skew {
    display: none; }

  .first_screen {
    height: 400px; }
    .first_screen__img {
      width: 360px;
      height: 360px;
      margin-top: 20px;
      margin-left: 0px; }
    .first_screen__info {
      margin-top: 5px;
      margin-left: -20px; }
      .first_screen__info .under_title {
        flex-wrap: wrap;
        width: 230px; }
        .first_screen__info .under_title .data-place {
          margin-top: 20px; }
          .first_screen__info .under_title .data-place div {
            display: inline-block; }
          .first_screen__info .under_title .data-place .data {
            padding-right: 70px; }
      .first_screen__info h1 {
        font-size: 46px;
        letter-spacing: 0.055em;
        line-height: 50px; }
      .first_screen__info h2 {
        font-size: 22px;
        letter-spacing: 0.03em; }
      .first_screen__info h3 {
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 0.035em;
        margin-top: 4px;
        margin-bottom: 16px; }
      .first_screen__info a {
        width: 230px;
        height: 46px;
        font-size: 20px;
        line-height: 46px; }
      .first_screen__info .data-place {
        font-size: 18px;
        line-height: 1.3em;
        margin-top: -4px; }

  .form__tickets__container {
    width: 600px;
    height: 370px;
    padding: 30px 50px;
    transition: all 0.5s ease; }
    .form__tickets__container .close_button {
      width: 26px;
      height: 26px;
      top: -40px;
      right: 0px; }
      .form__tickets__container .close_button:after {
        width: 24px;
        height: 3px; }
      .form__tickets__container .close_button:before {
        width: 24px;
        height: 3px; }
    .form__tickets__container__title {
      font-size: 22px;
      font-weight: 500;
      line-height: 1.3em; }
    .form__tickets__container__form {
      margin-top: 20px; }
      .form__tickets__container__form div {
        margin-bottom: 20px; }
      .form__tickets__container__form label {
        font-size: 14px;
        color: #313131;
        margin-bottom: 8px; }
      .form__tickets__container__form input {
        width: 225px;
        font-size: 16px;
        padding: 12px 25px; }
      .form__tickets__container__form__selector {
        width: 225px; }
        .form__tickets__container__form__selector:before {
          content: "";
          position: absolute;
          display: block;
          width: 10px;
          height: 10px;
          border: 5px solid transparent;
          border-top-color: #6000ff;
          top: 68%;
          margin-top: -2.5px;
          left: 88%;
          opacity: 0.8;
          z-index: 5; }
      .form__tickets__container__form .ticket_selector {
        width: 225px;
        outline: none;
        border: 1px solid #6000ff;
        font-size: 16px;
        padding: 12px 25px; }

  .title_container {
    height: 80px;
    margin-bottom: 0px; }

  .about_speaker {
    margin-top: 120px;
    width: 100%;
    min-height: 400px; }
    .about_speaker__title {
      width: 360px;
      height: 70px;
      padding-right: 12px;
      font-size: 48px; }
    .about_speaker__content__img {
      width: 331px;
      height: 300px; }
    .about_speaker__content__text {
      width: 360px;
      padding-top: 35px; }
      .about_speaker__content__text p {
        font-size: 14px;
        line-height: 1.49em; }
      .about_speaker__content__text .first-p {
        margin-bottom: 18px; }
      .about_speaker__content__text .second-p {
        margin-bottom: 10px; }
    .about_speaker__content2 {
      margin-bottom: 120px;
      padding-top: 0px; }
      .about_speaker__content2__img {
        margin-top: 10px;
        width: 355px;
        height: 460px;
        background-position: 40% 50%; }
      .about_speaker__content2__text {
        width: 360px;
        padding-top: 30px; }
        .about_speaker__content2__text p {
          margin-bottom: 20px;
          font-size: 14px; }

  .programm__content {
    margin-bottom: 46px; }
    .programm__content__item {
      width: 320px;
      padding: 26px 30px;
      font-size: 17px;
      flex-grow: 1;
      line-height: 1.3em;
      margin: 0;
      margin-bottom: 20px; }
    .programm__content__item2, .programm__content__item4 {
      margin-left: 20px; }
  .programm__title {
    width: 360px;
    height: 70px;
    padding-left: 18px;
    font-size: 48px;
    margin-bottom: 36px;
    letter-spacing: 0.02em; }
  .programm__subtitle {
    font-size: 28px;
    margin-bottom: 20px; }

  .call_to_action {
    margin-bottom: 66px;
    width: 100%;
    height: 290px; }
    .call_to_action__container {
      padding: 0 0px; }
    .call_to_action__img {
      width: 330px;
      height: 218px; }
    .call_to_action__content {
      font-size: 26px;
      line-height: 1.2em; }
      .call_to_action__content p {
        font-size: 15px;
        margin-top: 15px;
        line-height: 1.4em; }

  .offer_container {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px; }
    .offer_container__item {
      width: 340px;
      min-height: 200px; }
      .offer_container__item__content {
        padding: 24px 28px;
        height: 300px; }
        .offer_container__item__content .button {
          margin-top: 20px;
          width: 100%;
          padding: 15px 0;
          font-size: 20px; }
        .offer_container__item__content__p p {
          line-height: 1.3em;
          font-size: 15px;
          margin-bottom: 7px; }
    .offer_container__item2 {
      margin: 0; }
    .offer_container__item3 {
      margin-top: 30px; }
      .offer_container__item3 .offer_container__item__content {
        height: 380px; }
    .offer_container h3 {
      width: 100%;
      height: 100px;
      font-weight: 500;
      font-size: 36px;
      line-height: 100px; }
    .offer_container .price {
      width: 100%;
      padding: 24px 0;
      font-size: 40px;
      line-height: 40px; }
      .offer_container .price p {
        font-size: 20px; }

  .cooperation {
    width: 100%;
    margin-top: 110px; }
    .cooperation__title {
      font-size: 38px;
      letter-spacing: 0.02em;
      margin-bottom: 46px; }
    .cooperation__item {
      width: 100%;
      min-height: 100px;
      margin-bottom: 60px; }
      .cooperation__item__title {
        height: 80px; }
        .cooperation__item__title__name {
          width: 560px;
          font-size: 20px;
          line-height: 80px;
          padding-left: 34px; }
        .cooperation__item__title__price {
          height: 100%;
          width: 380px;
          font-size: 30px;
          line-height: 80px;
          padding-right: 54px; }
        .cooperation__item__title__price1 {
          height: 100%;
          width: 320px;
          font-size: 30px;
          line-height: 80px;
          padding-right: 54px; }
      .cooperation__item__content {
        width: 100%;
        height: 550px;
        flex-wrap: wrap; }
        .cooperation__item__content__about {
          width: 100%;
          min-height: 100px;
          letter-spacing: 0.02em;
          line-height: 92px;
          padding: 30px 34px;
          padding-bottom: 5px;
          font-size: 19px; }
          .cooperation__item__content__about p {
            margin-bottom: 24px;
            line-height: 1.2em; }
        .cooperation__item__content__buy {
          width: 100%;
          height: 260px;
          border-top: 1px solid #8d8d8d;
          border-left: none; }
          .cooperation__item__content__buy__container {
            width: 100%;
            padding: 0 100px; }
            .cooperation__item__content__buy__container .luxury-tickets {
              font-size: 36px; }
            .cooperation__item__content__buy__container h3 {
              font-size: 30px;
              line-height: 1.2em; }
            .cooperation__item__content__buy__container .button {
              margin-top: 20px;
              padding: 15px 50px;
              font-size: 20px;
              width: 100%; }
      .cooperation__item__content2 {
        height: 580px; }
      .cooperation__item__content3 {
        height: 1060px; }
      .cooperation__item__content4 {
        height: 616px; }
    .cooperation__item4 {
      margin-bottom: 90px; }

  .contacts {
    width: 100%;
    height: 260px; }
    .contacts__container {
      margin-top: -10px; }
      .contacts__container h3 {
        font-size: 40px; }
      .contacts__container__content {
        margin-top: 16px;
        width: 700px; }
        .contacts__container__content a {
          font-size: 24px;
          margin-top: 6px;
          letter-spacing: 0.03em; }
        .contacts__container__content i {
          font-size: 22px; } }
@media screen and (max-width: 900px) {
  .first_screen__info {
    margin-right: 30px; } }
@media screen and (max-width: 768px) {
  .menu_button {
    display: block;
    cursor: pointer; }

  .top_nav {
    overflow: hidden; }
    .top_nav__menu {
      width: 100%;
      flex-direction: column !important;
      height: 0px;
      padding-top: 0;
      transition: all 0.2s ease; }
      .top_nav__menu li {
        padding-left: 0;
        padding-bottom: 14px;
        text-align: center; }
      .top_nav__menu .about-speaker {
        padding-top: 0; }
      .top_nav__menu .contacts-1 {
        padding-bottom: 22px; }
      .top_nav__menu a {
        font-size: 14px; }
    .top_nav .open-menu {
      height: 186px; }

  .first_screen {
    height: 300px; }
    .first_screen__img {
      width: 260px;
      height: 260px;
      margin-top: 20px;
      margin-left: 0px; }
    .first_screen__info {
      margin-top: 5px;
      margin-left: 0px; }
      .first_screen__info .under_title {
        flex-wrap: wrap;
        width: 200px; }
        .first_screen__info .under_title .data-place {
          font-size: 16px;
          margin-top: 16px;
          font-weight: 500; }
          .first_screen__info .under_title .data-place div {
            display: inline-block; }
          .first_screen__info .under_title .data-place .data {
            padding-right: 60px; }
      .first_screen__info h1 {
        font-size: 39px;
        letter-spacing: 0.055em;
        line-height: 40px; }
      .first_screen__info h2 {
        font-size: 19px;
        letter-spacing: 0.025em; }
      .first_screen__info h3 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.015em;
        margin-top: 4px;
        margin-bottom: 10px; }
      .first_screen__info a {
        width: 200px;
        height: 40px;
        font-size: 16px;
        line-height: 40px; }

  .title_container {
    height: 50px;
    margin-bottom: 0px; }

  .about_speaker {
    margin-top: 80px;
    width: 100%;
    min-height: 400px; }
    .about_speaker__title {
      width: 240px;
      height: 50px;
      padding-right: 12px;
      font-size: 30px; }
    .about_speaker__content__img {
      margin-top: 10px;
      width: 276px;
      height: 250px; }
    .about_speaker__content__text {
      width: 240px;
      padding-top: 15px; }
      .about_speaker__content__text p {
        font-size: 12px;
        line-height: 1.49em; }
      .about_speaker__content__text .first-p {
        margin-bottom: 18px; }
      .about_speaker__content__text .second-p {
        margin-bottom: 10px; }
    .about_speaker__content2 {
      margin-bottom: 80px;
      padding-top: 0px;
      margin-top: -30px; }
      .about_speaker__content2__img {
        margin-top: 0px;
        width: 300px;
        height: 400px;
        background-position: 40% 50%; }
      .about_speaker__content2__text {
        width: 240px;
        padding-top: 0px; }
        .about_speaker__content2__text p {
          margin-bottom: 10px;
          font-size: 12px; }

  .programm__content {
    margin-bottom: 46px; }
    .programm__content__item {
      min-width: 240px;
      width: 240px;
      padding: 20px 26px;
      font-size: 14px;
      margin: 0;
      margin-bottom: 20px; }
    .programm__content__item2, .programm__content__item4 {
      margin-left: 20px; }
  .programm__title {
    width: 240px;
    height: 50px;
    font-size: 30px; }
  .programm__subtitle {
    font-size: 24px;
    margin-bottom: 20px; }

  .call_to_action {
    margin-bottom: 66px;
    width: 100%;
    height: 240px; }
    .call_to_action__container {
      padding: 0 0px; }
    .call_to_action__img {
      width: 270px;
      height: 176px; }
    .call_to_action__content {
      font-size: 20px;
      line-height: 1.2em; }
      .call_to_action__content p {
        font-size: 12px;
        margin-top: 15px;
        line-height: 1.4em; }

  .offer_container {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px; }
    .offer_container__item {
      width: 260px;
      min-height: 200px; }
      .offer_container__item__content {
        padding: 22px 24px;
        height: 300px; }
        .offer_container__item__content .button {
          margin-top: 20px;
          width: 100%;
          padding: 14px 0;
          font-size: 18px; }
        .offer_container__item__content__p p {
          line-height: 1.3em;
          font-size: 15px;
          margin-bottom: 7px; }
    .offer_container__item2 {
      margin: 0; }
    .offer_container__item3 {
      margin-top: 30px; }
      .offer_container__item3 .offer_container__item__content {
        height: 395px; }
        .offer_container__item3 .offer_container__item__content .offer_container__item__content__p p {
          font-size: 14px; }
    .offer_container h3 {
      width: 100%;
      height: 70px;
      font-weight: 500;
      font-size: 28px;
      line-height: 70px; }
    .offer_container .price {
      width: 100%;
      padding: 22px 0;
      font-size: 32px;
      line-height: 32px; }
      .offer_container .price p {
        font-size: 18px; }

  .cooperation {
    width: 100%;
    margin-top: 100px; }
    .cooperation__title {
      font-size: 34px;
      letter-spacing: 0.02em;
      margin-bottom: 40px; }
    .cooperation__item {
      width: 100%;
      min-height: 100px;
      margin-bottom: 60px; }
      .cooperation__item__title {
        height: 160px;
        flex-wrap: wrap; }
        .cooperation__item__title__name {
          height: 80px;
          width: 100%;
          font-size: 24px;
          line-height: 80px;
          padding-left: 0px;
          text-align: center; }
        .cooperation__item__title__price {
          height: 80px;
          width: 100%;
          font-size: 30px;
          line-height: 80px;
          padding-right: 0;
          text-align: center; }
        .cooperation__item__title__price1 {
          height: 80px;
          width: 100%;
          font-size: 30px;
          padding-right: 0;
          text-align: center; }
      .cooperation__item__content {
        width: 100%;
        height: 530px;
        flex-wrap: wrap; }
        .cooperation__item__content__about {
          width: 100%;
          min-height: 100px;
          letter-spacing: 0.02em;
          line-height: 92px;
          padding: 30px 34px;
          padding-bottom: 5px;
          font-size: 19px; }
          .cooperation__item__content__about p {
            margin-bottom: 20px;
            line-height: 1.2em; }
        .cooperation__item__content__buy {
          width: 100%;
          height: 240px;
          border-top: 1px solid #8d8d8d;
          border-left: none; }
          .cooperation__item__content__buy__container {
            width: 100%;
            padding: 0 100px; }
            .cooperation__item__content__buy__container .luxury-tickets {
              font-size: 30px; }
            .cooperation__item__content__buy__container h3 {
              font-size: 26px;
              line-height: 1.2em; }
            .cooperation__item__content__buy__container .button {
              margin-top: 18px;
              padding: 15px 50px;
              font-size: 18px;
              width: 100%; }
      .cooperation__item .luxury-name {
        background-color: #414141;
        background-image: none;
        font-size: 20px; }
      .cooperation__item__content2 {
        height: 600px; }
      .cooperation__item__content3 {
        height: 1140px; }
      .cooperation__item__content4 {
        height: 570px; }
    .cooperation__item4 {
      margin-bottom: 90px; }

  .contacts {
    width: 100%;
    height: 220px; }
    .contacts__container {
      margin-top: -4px; }
      .contacts__container h3 {
        font-size: 32px; }
      .contacts__container__content {
        margin-top: 10px;
        width: 520px; }
        .contacts__container__content a {
          font-size: 18px;
          margin-top: 6px;
          letter-spacing: 0.03em; }
        .contacts__container__content i {
          font-size: 16px; } }
@media screen and (max-width: 680px) {
  .form__tickets__container {
    width: 280px;
    height: 450px;
    padding: 20px;
    transition: all 0.5s ease; }
    .form__tickets__container .close_button {
      width: 24px;
      height: 24px;
      top: -30px;
      right: 0px; }
      .form__tickets__container .close_button:after {
        width: 22px;
        height: 2px; }
      .form__tickets__container .close_button:before {
        width: 22px;
        height: 2px; }
    .form__tickets__container__title {
      font-size: 15px;
      font-weight: 500;
      line-height: 1.3em; }
    .form__tickets__container__form {
      margin-top: 20px; }
      .form__tickets__container__form div {
        margin-bottom: 18px; }
      .form__tickets__container__form label {
        font-size: 12px;
        color: #313131;
        margin-bottom: 6px; }
      .form__tickets__container__form input {
        width: 240px;
        font-size: 12px;
        padding: 10px 20px; }
      .form__tickets__container__form__selector {
        width: 240px; }
        .form__tickets__container__form__selector:before {
          content: "";
          position: absolute;
          display: block;
          width: 10px;
          height: 10px;
          border: 5px solid transparent;
          border-top-color: #6000ff;
          top: 68%;
          margin-top: -2.5px;
          left: 88%;
          opacity: 0.8;
          z-index: 5; }
      .form__tickets__container__form .ticket_selector {
        width: 240px;
        outline: none;
        border: 1px solid #6000ff;
        font-size: 12px;
        padding: 10px 20px; } }
@media screen and (max-width: 576px) {
  .first_screen {
    height: 546px; }
    .first_screen .first_screen-flex {
      flex-direction: column !important; }
    .first_screen__img {
      width: 260px;
      height: 260px;
      margin-top: 20px;
      margin-left: 0px; }
    .first_screen__info {
      margin: 0;
      margin-top: 16px; }
      .first_screen__info .under_title {
        flex-wrap: wrap;
        width: 240px; }
        .first_screen__info .under_title .data-place {
          font-size: 16px;
          margin-top: 16px;
          font-weight: 500; }
          .first_screen__info .under_title .data-place div {
            display: inline-block; }
          .first_screen__info .under_title .data-place .data {
            padding-right: 90px; }
      .first_screen__info h1 {
        font-size: 46px;
        letter-spacing: 0.055em;
        line-height: 50px; }
      .first_screen__info h2 {
        font-size: 22px;
        letter-spacing: 0.03em; }
      .first_screen__info h3 {
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 0.035em;
        margin-top: 4px;
        margin-bottom: 16px; }
      .first_screen__info a {
        width: 230px;
        height: 46px;
        font-size: 20px;
        line-height: 46px; }

  .title_container {
    height: 50px;
    margin-bottom: 30px; }

  .about_speaker {
    margin-top: 76px;
    width: 100%;
    min-height: 400px; }
    .about_speaker__title {
      width: 320px;
      height: 50px;
      padding-right: 12px;
      font-size: 30px;
      margin: 0 auto;
      text-align: center;
      line-height: 48px; }
    .about_speaker__content {
      flex-direction: column !important; }
      .about_speaker__content__img {
        margin-top: 10px;
        width: 320px;
        height: 290px;
        margin: 0 auto; }
      .about_speaker__content__text {
        margin: 0 auto;
        width: 320px;
        padding-top: 15px;
        margin-bottom: 20px; }
        .about_speaker__content__text p {
          font-size: 14px;
          line-height: 1.49em; }
        .about_speaker__content__text .first-p {
          margin-bottom: 16px; }
        .about_speaker__content__text .second-p {
          margin-bottom: 16px; }
    .about_speaker__content2 {
      margin-bottom: 76px;
      width: 100%;
      padding-top: 0px;
      margin-top: -30px;
      flex-direction: column-reverse !important; }
      .about_speaker__content2__img {
        padding: 10px 0;
        margin-top: 0px;
        width: 320px;
        height: 400px;
        background-position: 50% 50%;
        margin: 0 auto; }
      .about_speaker__content2__text {
        width: 320px;
        padding-top: 0px;
        margin: 0 auto; }
        .about_speaker__content2__text p {
          margin-bottom: 16px;
          font-size: 14px; }

  .programm__content {
    margin-bottom: 60px;
    padding: 0 20px; }
    .programm__content__item {
      min-width: 200px;
      width: 200px;
      padding: 16px 20px;
      font-size: 12px;
      margin: 0;
      margin-bottom: 12px; }
    .programm__content__item2, .programm__content__item4 {
      margin-left: 12px; }
  .programm__title {
    width: 320px;
    height: 50px;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center; }
  .programm__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center; }

  .call_to_action {
    margin-bottom: 66px;
    height: 180px; }
    .call_to_action__container {
      padding: 0 0px;
      width: 420px;
      margin: 0 auto; }
    .call_to_action__img {
      width: 180px;
      height: 119px; }
    .call_to_action__content {
      font-size: 16px;
      line-height: 1.2em; }
      .call_to_action__content p {
        font-size: 10px;
        margin-top: 15px;
        line-height: 1.4em; }

  .offer_container {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px; }
    .offer_container__item {
      width: 300px;
      min-height: 200px;
      margin: 0 auto;
      margin-bottom: 26px; }
      .offer_container__item__content {
        padding: 22px 24px;
        height: 200px; }
        .offer_container__item__content .button {
          margin-top: 20px;
          width: 100%;
          padding: 14px 0;
          font-size: 18px; }
        .offer_container__item__content__p p {
          line-height: 1.3em;
          font-size: 15px;
          margin-bottom: 7px; }
    .offer_container__item3 .offer_container__item__content {
      height: 360px; }
      .offer_container__item3 .offer_container__item__content .offer_container__item__content__p p {
        font-size: 14px; }
    .offer_container__item2 .offer_container__item__content {
      height: 280px; }
    .offer_container h3 {
      width: 100%;
      height: 70px;
      font-weight: 500;
      font-size: 28px;
      line-height: 70px; }
    .offer_container .price {
      width: 100%;
      padding: 22px 0;
      font-size: 32px;
      line-height: 32px; }
      .offer_container .price p {
        font-size: 18px; }

  .cooperation {
    width: 300px;
    margin: 0 auto;
    margin-top: 30px; }
    .cooperation__title {
      font-size: 24px;
      letter-spacing: 0.02em;
      text-align: center;
      margin-bottom: 30px; }
    .cooperation__item2 .cooperation__item__title {
      height: 150px; }
    .cooperation__item {
      width: 100%;
      min-height: 100px;
      margin-bottom: 36px; }
      .cooperation__item__title {
        height: 170px;
        flex-wrap: wrap; }
        .cooperation__item__title__name {
          height: 90px;
          width: 100%;
          font-size: 20px;
          line-height: 24px;
          padding: 0 16px;
          padding-top: 20px;
          text-align: center; }
        .cooperation__item__title__price {
          height: 80px;
          width: 100%;
          font-size: 30px;
          line-height: 80px;
          padding-right: 0;
          text-align: center; }
        .cooperation__item__title__price1 {
          height: 80px;
          width: 100%;
          font-size: 30px;
          padding-right: 0;
          text-align: center; }
      .cooperation__item__content {
        width: 100%;
        height: 484px;
        flex-wrap: wrap; }
        .cooperation__item__content__about {
          width: 100%;
          min-height: 100px;
          height: 306px;
          letter-spacing: 0.02em;
          line-height: 92px;
          padding: 20px 14px;
          padding-bottom: 0px;
          font-size: 16px; }
          .cooperation__item__content__about p {
            margin-bottom: 14px;
            line-height: 1.2em; }
        .cooperation__item__content__buy {
          width: 100%;
          height: 180px;
          border-top: 1px solid #8d8d8d;
          border-left: none; }
          .cooperation__item__content__buy__container {
            width: 100%;
            padding: 0 14px; }
            .cooperation__item__content__buy__container .luxury-tickets {
              font-size: 24px; }
            .cooperation__item__content__buy__container h3 {
              font-size: 24px;
              line-height: 1.2em; }
            .cooperation__item__content__buy__container .button {
              margin-top: 14px;
              padding: 12px 40px;
              font-size: 16px;
              width: 100%; }
      .cooperation__item .luxury-name {
        background-color: #414141;
        background-image: none;
        font-size: 20px; }
      .cooperation__item .fiol-name {
        height: 70px; }
      .cooperation__item__content2 {
        height: 516px; }
        .cooperation__item__content2 .cooperation__item__content__about {
          height: 336px; }
      .cooperation__item__content3 {
        height: 1100px; }
        .cooperation__item__content3 .cooperation__item__content__about {
          height: 920px; }
      .cooperation__item__content4 {
        height: 560px; }
        .cooperation__item__content4 .cooperation__item__content__about {
          height: 380px; }
    .cooperation__item4 {
      margin-bottom: 54px; }

  .contacts {
    width: 100%;
    height: 220px; }
    .contacts__container {
      margin-top: -4px; }
      .contacts__container h3 {
        font-size: 28px; }
      .contacts__container__content {
        margin-top: 10px;
        width: 300px;
        flex-wrap: wrap; }
        .contacts__container__content .phone_numbers {
          width: 100%; }
        .contacts__container__content .social {
          width: 100%; }
        .contacts__container__content a {
          width: 100%;
          font-size: 16px;
          margin-top: 0px;
          letter-spacing: 0.03em;
          text-align: center;
          line-height: 1.8em; }
        .contacts__container__content i {
          font-size: 14px; } }
@media screen and (max-width: 490px) {
  .programm__content {
    margin-bottom: 50px;
    padding: 0 10px; }
    .programm__content__item {
      min-width: 270px;
      width: 270px;
      padding: 16px 18px;
      font-size: 13px;
      margin: 0;
      margin-bottom: 12px; }
    .programm__content__item2, .programm__content__item4 {
      margin-left: 0px; }
  .programm__title {
    width: 280px;
    height: 50px;
    font-size: 26px;
    margin: 0 auto;
    margin-bottom: 26px;
    text-align: center;
    padding-left: 0;
    padding-top: 5px; }
  .programm__subtitle {
    width: 240px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px; }

  .call_to_action {
    margin-bottom: 66px;
    height: 290px; }
    .call_to_action__container {
      padding: 20px 0px;
      padding-bottom: 30px;
      width: 280px;
      margin: 0 auto; }
    .call_to_action__img {
      width: 200px;
      height: 119px;
      margin: 0 auto; }
    .call_to_action__content {
      font-size: 17px;
      line-height: 1.2em;
      margin: 0 auto;
      text-align: center; }
      .call_to_action__content p {
        text-align: center;
        font-size: 10px;
        margin-top: 15px;
        line-height: 1.4em; } }
@media screen and (max-width: 400px) {
  .top_nav__menu {
    width: 100%;
    flex-direction: column !important;
    height: 0px;
    padding-top: 0;
    transition: all 0.2s ease; }
    .top_nav__menu li {
      width: 100%;
      padding-left: 0;
      padding-bottom: 14px;
      text-align: center; }

  .title_container {
    height: 50px;
    margin-bottom: 30px; }

  .about_speaker {
    margin-top: 76px;
    width: 100%;
    min-height: 400px; }
    .about_speaker__title {
      width: 280px;
      height: 50px;
      padding-right: 12px;
      font-size: 26px;
      margin: 0 auto;
      text-align: center;
      line-height: 48px; }
    .about_speaker__content {
      flex-direction: column !important; }
      .about_speaker__content__img {
        margin-top: 10px;
        width: 270px;
        height: 245px;
        margin: 0 auto; }
      .about_speaker__content__text {
        margin: 0 auto;
        width: 300px;
        padding: 0 16px;
        padding-top: 15px;
        margin-bottom: 20px; }
        .about_speaker__content__text p {
          font-size: 14px;
          line-height: 1.49em; }
        .about_speaker__content__text .first-p {
          margin-bottom: 16px; }
        .about_speaker__content__text .second-p {
          margin-bottom: 16px; }
    .about_speaker__content2 {
      margin-bottom: 76px;
      width: 100%;
      padding-top: 0px;
      margin-top: -30px;
      flex-direction: column-reverse !important; }
      .about_speaker__content2__img {
        padding: 10px 0;
        margin-top: 0px;
        width: 280px;
        height: 370px;
        background-position: 50% 50%;
        margin: 0 auto; }
      .about_speaker__content2__text {
        width: 300px;
        padding: 0 16px;
        padding-top: 0px;
        margin: 0 auto; }
        .about_speaker__content2__text p {
          margin-bottom: 16px;
          font-size: 14px; }

  .offer_container {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px; }
    .offer_container__item {
      width: 280px;
      min-height: 200px; }
      .offer_container__item__content {
        height: 200px; }
        .offer_container__item__content .button {
          margin-top: 20px;
          width: 100%;
          padding: 14px 0;
          font-size: 18px; }
    .offer_container__item3 .offer_container__item__content {
      height: 400px; }
      .offer_container__item3 .offer_container__item__content .offer_container__item__content__p p {
        font-size: 14px; } }
@media screen and (max-width: 330px) {
  .top_nav .menu_button {
    width: 320px; } }
@media screen and (max-width: 992px) {
  .sponsors {
    margin-top: 40px;
    margin-bottom: 120px; }
    .sponsors img {
      box-sizing: content-box;
      padding: 0;
      margin-bottom: 90px; } }
@media screen and (max-width: 768px) {
  .sponsors {
    margin-top: 40px;
    margin-bottom: 80px; }
    .sponsors img {
      box-sizing: content-box;
      padding: 0;
      margin-bottom: 90px; }
    .sponsors .logo_1 {
      width: 200px;
      height: 88px; }
    .sponsors .logo_2 {
      width: 220px;
      height: 72px; }
    .sponsors .logo_3 {
      width: 200px;
      height: 71px; }
    .sponsors .logo_4 {
      width: 180px;
      height: 98px; }
    .sponsors .logo_5 {
      width: 200px;
      height: 80px; }
    .sponsors .logo_6 {
      width: 200px;
      height: 35px; }
    .sponsors .logo_7 {
      width: 180px;
      height: 97px; }
    .sponsors .logo_8 {
      width: 125px;
      height: 120px;
      padding: 0 30px; }
    .sponsors .logo_9 {
      width: 220px;
      height: 92px; } }
@media screen and (max-width: 576px) {
  .sponsors {
    margin-top: 40px;
    margin-bottom: 80px; }
    .sponsors img {
      box-sizing: content-box;
      padding: 0 50px;
      margin: 0 auto;
      margin-bottom: 86px; }
    .sponsors .logo_1 {
      width: 200px;
      height: 88px; }
    .sponsors .logo_2 {
      width: 220px;
      height: 72px; }
    .sponsors .logo_3 {
      width: 200px;
      height: 71px; }
    .sponsors .logo_4 {
      width: 180px;
      height: 98px; }
    .sponsors .logo_5 {
      width: 200px;
      height: 80px; }
    .sponsors .logo_6 {
      width: 200px;
      height: 35px; }
    .sponsors .logo_7 {
      width: 180px;
      height: 97px; }
    .sponsors .logo_8 {
      width: 125px;
      height: 120px;
      padding: 0 70px; }
    .sponsors .logo_9 {
      width: 220px;
      height: 92px; } }

/*# sourceMappingURL=main.css.map */
