.event-time {
    margin: 0 auto;
}

.event-time p {
    text-align: end;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
}

.header {
    padding: 20px 0 40px;
}

.header .header-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-container .left-head-text {
    border: 2px solid #000000;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    margin-right: 15px;
}

.header .header-container .center-head-text {
    font-size: 18px;
    font-weight: 500;
}

.header .header-container .right-head-text {
    border: 2px solid #000000;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    margin-left: 15px;
}

.header .header-container .left-image {
    width: 177px;
    height: 58px;
}
.header .header-container .right-image {
    width: 169px;
    height: 22px;
    margin-left: 15px;
}
.main .banner {
    padding-top: 150px;
}
.main .banner .banner-title {
    padding: 0 10px;
    font-weight: 500;
    font-size: 200px;
    line-height: 85%;
    text-align: center;
    margin: 0;
    color: #000000;
}

.main .banner .banner-text {
    max-width: 922px;
    width: 80%;
    margin: 30px auto 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.banner-image-wrapper {
    position: relative;
}

.main .banner .banner-image {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 250px;
}

.main .banner .banner-image img {
    width: 422px;
    /*height: 832px;*/
}

.main .banner .banner-button.button {
    width: 211px;
    height: 97px;
    inset: 0;
    position: absolute;
    margin: auto;
}

.main .banner .banner-button.button.video-play {

}
.main .banner .banner-button.button.video-pause {
    display: none;
}

.main .banner .videoMobile {
    display: inline-block;
    width: 337px;
    height: calc(100% - 105px);
    overflow: hidden;
    border-radius: 50px;
    inset: 0;
    position: absolute;
    margin: auto;
    opacity: 0;
}

.main .banner .videoMobile video {
    width: 100%;
    height: 100%;
    background: #000000;
    object-fit: fill;
}
.main .banner .videoMobile.pause:hover ~ .banner-button.button.video-pause {
    display: block;
}
.main .banner .videoMobile.pause ~ .banner-button.button.video-pause:hover {
    display: block;
}

.main .for-hackers {
    padding: 0 20px;
    margin-bottom: 1%;
}

.main .for-hackers .for-hackers-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    will-change: opacity, transform;
}

.main .for-hackers .for-hackers-card {
    border-top: 1px solid #C0C0C0;
    display: flex;
    margin-top: 30px;
    will-change: opacity, transform;
}

.main .for-hackers .for-hackers-card .for-hackers-card-left {
    font-weight: 400;
    font-size: 140px;
    line-height: 168px;
    width: 77%;
}

.main .for-hackers .for-hackers-card .for-hackers-card-right {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    width: 23%;
    margin-top: 15px;
}

.main .for-hackers .for-hackers-button.button {
    width: 43%;
    height: 157px;
    padding: 0;
    display: block;
    margin: auto;
    margin-top:5%;
}

.main .for-animation-image {
    margin: 100px 0 150px;
    height: 526px;
}

.main .for-animation-image .animation-image-container {
    position: relative;
    height: 526px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: ;*/
}

.main .for-animation-image .animation-image-container .image {
    /*width: 100%;*/
    /*height: 100%;*/
    position: absolute;
    left: 50%;
    transform: translateX(0);
}
.main .for-animation-image .animation-image-container .default {
    transform: translateX(-50%);
}

.main .for-animation-image .animation-image-container .image.rotate-left {
    transform: translateX(0) rotate(-10deg);
}
.main .for-animation-image .animation-image-container .image.rotate-right {
    transform: translateX(0) rotate(6deg);
}
.main .for-animation-image .animation-image-container .image.rotate-top {
    transform: translate(0, -15px);
}

.main .for-investors {
    margin-bottom: 250px;
    padding: 0 20px;
}
.main .for-investors .for-investors-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
}

.main .for-investors .for-investors-text {
    font-weight: 400;
    font-size: 140px;
    line-height: 140px;
    border-top: 1px solid #C0C0C0;
    margin-top: 45px;
    margin-bottom: 2%;
}
.main .for-investors .for-investors-button.button{
    width: 43%;
    height: 157px;
    padding: 0;
    display: block;
    margin: auto;
    margin-top: 5%;
}

.main .time-and-camera {
    margin-bottom: 250px;
}
.main .time-and-camera .time-and-camera-container {
    display: flex;
    align-items: center;
}
.main .time-and-camera .time-and-camera-container .time-and-camera-block {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
    padding: 10px 0;
}

.main .time-and-camera .time-and-camera-container .time-and-camera-block .time-and-camera-block-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 20px;
}
.main .time-and-camera .time-and-camera-container .time-and-camera-block .time-and-camera-block-text {
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    text-align: center;
}

.main .time-and-camera .time-and-camera-container .time-and-camera-block .time-and-camera-block-title.left{
    margin-top: 140px;
}

.main .time-and-camera .time-and-camera-container .time-and-camera-block .time-and-camera-block-title.right{
    margin-top: 90px;
}

.main .for-judges {
    padding: 0 20px 140px;
}
.main .for-judges .for-judges-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 45px;
}

.main .for-judges .for-judges-cards {
    display: flex;
    justify-content: space-between;
}

.main .for-judges .for-judges-cards .for-judges-card {
    margin-right: 20px;
}

.main .for-judges .for-judges-cards .for-judges-card .for-judges-card-image {
    max-width: 335px;
    width: 100%;
    max-height: 500px;
}
.main .for-judges .for-judges-cards .for-judges-card .for-judges-card-image img {
    width: 100%;
    height: 100%;
}

.main .for-judges .for-judges-cards .for-judges-card .for-judges-card-title {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    margin: 20px 0;
}

.main .for-judges .for-judges-cards .for-judges-card .for-judges-card-text {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}
.main .for-judges .for-judges-cards .for-judges-card .for-judges-card-email {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #FF4F00;
}

.main .for-faqs {
    padding: 45px 20px 100px;
    background: #F2F2F2;
}

.main .for-faqs .for-faqs-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 45px;
}

.main .for-faqs .for-faqs-dropdowns {
    border-top: 1px solid #A3A3A3;
    padding: 20px 0;
    cursor: pointer;
    user-select: none;
}
.main .for-faqs .for-faqs-dropdowns .for-faqs-dropdowns-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 45px;
}

.main .for-faqs .for-faqs-dropdowns .for-faqs-dropdowns-title .for-faqs-dropdowns-title-text {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    padding-right: 10px;
}

.main .for-faqs .for-faqs-dropdowns.active .for-faqs-dropdowns-title .for-faqs-dropdowns-title-text {
    color: #FF4F00;
}

.main .for-faqs .for-faqs-dropdowns .for-faqs-dropdowns-content {
    margin: 0;
    overflow: hidden;
    height: 0;
}

.main .for-faqs .for-faqs-dropdowns.active .for-faqs-dropdowns-content {
    display: block;
}

.main .for-faqs .for-faqs-dropdowns .for-faqs-dropdowns-content .for-faqs-dropdowns-content-text {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    width: 85%;
}

.main .for-faqs .for-faqs-dropdowns .for-faqs-dropdowns-open,
.main .for-faqs .for-faqs-dropdowns .for-faqs-dropdowns-closed {
    transition: .3s opacity;
    position: absolute;
    top: 8px;
    right: 0;
}

.main .for-faqs .for-faqs-dropdowns .for-faqs-dropdowns-open {
    top: 28px;
}

.main .for-faqs .for-faqs-dropdowns .for-faqs-dropdowns-open,
.main .for-faqs .for-faqs-dropdowns.active .for-faqs-dropdowns-closed{
   opacity: 0;
   visibility: hidden;
}

.main .for-faqs .for-faqs-dropdowns.active .for-faqs-dropdowns-open {
    opacity: 1;
    visibility: visible;
}

.main .footer {
    background: #000000;
    padding: 140px 10px 100px;
}

.main .footer .footer-text-small {
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

.main .footer .footer-text-big {
    font-weight: 400;
    font-size: 140px;
    line-height: 140px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 100px;
}

.main .footer .footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.main .footer .footer-container .left-image {*/
/*    width: 177px;*/
/*    height: 58px;*/
/*}*/
/*.main .footer .footer-container .right-image {*/
/*    width: 169px;*/
/*    height: 22px;*/
/*    margin-left: 15px;*/
/*}*/
.main .footer .footer-container .footer-logo-image {
    width: 386px;
    height: 58px;
}

.date-time-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.date-time-container .date-text {
    border-radius: 40px;
    font-weight: 400;
    font-size: 25px;
    padding: 10px 30px;
    margin-right: 15px;
    color:#FF4F00;

}

.date-time-container .place-text {
    border: 2px solid #000000;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;
    margin-right: 15px;
}

/* Safari-specific styles */
.safari .for-hackers-title,
.safari .for-hackers-card {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.safari .for-hackers-title.animate,
.safari .for-hackers-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.main .banner .banner-content {
    display: flex;
    flex-direction: column;
  }
  
  .main .banner .banner-image {
    margin-bottom: 50px;
  }
  
  .main .banner .banner-image img {
    margin: 0 auto;
  }

  .iphone-section {
    padding: 50px 0;
    text-align: center;
  }
  
  .iphone-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .iphone-wrapper img {
    width: 100%;
    max-width: 422px;
  }
  
  .iphone-wrapper .videoMobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
    opacity: 0;
  }
  
  .iphone-wrapper .videoMobile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .iphone-wrapper .iphone-button.button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 211px;
    height: 97px;
  }
  
  .iphone-wrapper .iphone-button.button.video-pause {
    display: none;
  }
  
  @media (max-width: 768px) {
    .iphone-wrapper img {
      max-width: 250px;
    }
    .main .for-hackers .for-hackers-card .for-hackers-card-left {
        font-size: 60px;
        line-height: 70px;
        width: 100%;
        margin-bottom: 5%;
      }
    
      .main .for-hackers .for-hackers-card .for-hackers-card-right {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5%;
      }
      .main .for-hackers .for-hackers-button.button {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: 30px;
      }
      .main .for-hackers .for-hackers-card {
        flex-direction: column;
        margin-top: 20px;
        padding-bottom: 20px;
      }
  }