@media (max-width: 1500px) {
  .container {
    max-width: 984px;
    width: 100%;
  }

  .progress {
    width: 60%;
  }

  .slider-iframe {
    width: 300px;
    height: 170px;
  }

  .video-slide {
    width: 300px;
    height: 170px;
  }

  .slider {
    transform: translateX(-300px);
  }

  .explore {
    flex-direction: column;
    align-items: center;
  }

  .tickets-image {
    width: 60%;
  }

  .content-container {
    justify-content: space-around;
  }
}
@media (max-width: 1120px) {
  .contacts-image {
    width: calc(100vw - 330px);
    height: calc(65vw - 212px);
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 728px;
    width: 100%;
    margin: 0 auto;
  }
  .header-wrapper {
    height: 130px;
  }

  .hamburger-menu {
    opacity: 1;
    visibility: visible;
  }

  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }

  #menu__toggle:checked ~ .navigation {
    display: block;
    visibility: visible !important;
    left: 0;
  }
  input[type="checkbox"]::-webkit-outer-spin-button,
  input[type="checkbox"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 13%;
    right: 2%;
    width: 31px;
    height: 26px;
    cursor: pointer;
    z-index: 11;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .navigation {
    display: block;
    width: 297px;
    height: 585px;
    position: fixed;
    top: 128px;
    left: 0;
    justify-content: center;
    align-items: center;
    background: #030303;
    visibility: hidden;
    transition-duration: 0.25s;
    z-index: 10;
  }

  .navigation-item {
    margin: 0;
    max-width: 122px;
    width: 100%;
    justify-content: space-between;
    background-image: url(assets/svg/arrow_nav.svg);
    background-position: 102% 56%;
    background-repeat: no-repeat;
  }

  .navigation-list {
    width: 122px;
    justify-content: center;
    margin: 0 auto;
  }

  .navbar_toggle {
    position: relative;
    display: block;
    padding: 9px 10px;
    border-color: #fff;
    border-radius: 0;
    position: fixed;
    top: 50px;
    right: 40px;
    background-color: transparent;
    background-image: none;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

  .navigation-list {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
  }

  li {
    padding: 10px 0;
  }

  .icon {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #333;
    margin-top: 3px;
    background: #333;
  }

  .navbar-toggle span {
    background: #333 !important;
  }

  #menu_toggle:checked ~ .navigation {
    visibility: visible;
  }

  .section-title {
    font-size: 50px;
    margin-top: 50px;
  }
  .welcome_button {
    margin-top: 44px;
    width: 300px;
    height: 60px;
    font-size: 20px;
    line-height: 62px;
  }
  p {
    font-size: 24px;
  }
  .project-image {
    width: 700px;
    height: 525px;
  }

  .welcome-content {
    height: 525px;
  }

  .welcome_wrapper {
    max-width: 984px;
    width: 100%;
  }

  .dots-welcome {
    width: 700px;
    bottom: 0;
    justify-content: flex-end;
  }
  .right {
    margin-right: 76px;
  }

  .left {
    margin-right: 0;
  }

  .carousel {
    width: 700px;
    height: 585px;
    right: 0;
  }

  .dots-text {
    font-size: 20px;
    margin-right: 49px;
  }

  .dots-slide-welcome {
    width: 12px;
    height: 12px;
    margin-right: 23px;
  }

  .dots_button-welcome {
    padding-left: 22px;
  }

  .item img {
    width: 280px;
    height: 180px;
  }

  .item-title {
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 19px;
  }

  .item-title:after {
    width: 46%;
  }

  .item-text {
    font-size: 20px;
    margin-top: 8px;
  }

  .second-text {
    letter-spacing: -2px;
  }

  .section {
    padding: 0 0 60px;
  }

  .title-visiting {
    padding-bottom: 15px;
  }

  .items-container {
    padding-top: 60px;
    row-gap: 59px;
    max-width: 768px;
    column-gap: 108px;
    margin: 0 auto;
  }

  .spasing {
    letter-spacing: 3px;
  }

  .explore {
    flex-direction: column;
  }

  .explore-content {
    margin-top: 3px;
    max-width: 984px;
  }

  .title-explore {
    padding-bottom: 12px;
    margin-bottom: 59px;
  }

  .explore-text {
    font-size: 20px;
    margin-top: 0;
  }
  .hidden {
    display: none;
  }

  .explore-slider {
    margin-top: 58px;
    display: flex;
    justify-content: center;
  }

  .explore-section {
    padding-bottom: 60px;
  }

  .progress {
    max-width: 564px;
  }

  .progress-bar {
    bottom: 0;
  }

  .progress-bar_container {
    max-width: 904px;
    height: 60px;
    width: 100%;
  }

  .video-content {
    margin-bottom: 35px;
  }

  .main-video {
    padding: 0 0 51.25% 0;
  }

  .progress-bar img {
    width: 26px;
  }

  .main-iframe {
    width: 728px;
    height: 504px;
  }

  .slider-iframe {
    width: 300px;
    height: 170px;
  }

  .video-slider {
    margin-top: 40px;
  }

  .video-secrion {
    padding-bottom: 33px;
  }

  .progress {
    height: 6px;
  }

  .progress-volume {
    height: 6px;
  }

  .progress::-webkit-slider-thumb {
    width: 13px;
    height: 13px;
  }

  .progress-volume::-webkit-slider-thumb {
    width: 13px;
    height: 13px;
  }

  .dots {
    padding-bottom: 9px;
    margin-top: 41px;
  }

  .galery {
    padding-top: 0;
    margin-top: 0;
  }

  .galery-title {
    margin-top: 16px;
    padding-top: 53px;
  }

  .inner-container {
    height: 2050px;
    column-gap: 0;
  }

  .picture {
    max-width: 304px;
  }

  .inner-container:after {
    max-width: 984px;
    width: 100%;
    top: 904px;
  }

  .picture-container {
    height: 1318px;
  }

  .inner-container:first-child {
    margin-top: 53px;
  }

  .content-container {
    max-width: 700px;
    width: 70%;
    height: 440px;
  }

  .tickets-content {
    margin-top: 61px;
  }

  .tickets-image {
    width: 100%;
    height: 100%;
  }

  .amount {
    width: 21%;
    align-items: flex-start;
  }

  .count-subtitle {
    margin: 32px 0 7px 4px;
  }

  .counter {
    max-width: 170px;
    width: 100%;
    margin-bottom: 0;
  }

  .total {
    margin-top: 24px;
    letter-spacing: 3px;
  }

  .tickets__button {
    margin-top: 68px;
  }

  .contacts-image {
    width: calc(100vw - 330px);
    height: calc(65vw - 212px);
  }

  .contacts-content {
    margin-top: 60px;
  }

  h5 {
    font-size: 24px;
    width: 72%;
    line-height: 29px;
    margin-bottom: 31px;
  }

  .adress-link {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
  }

  .contacts-section {
    padding-bottom: 63px;
  }
  .footer-container {
    padding: 62px 0 41px;
  }

  .footer-content {
    gap: 43px;
  }

  .footer-list {
    column-gap: 121px;
    row-gap: 22px;
    height: 138px;
    width: 0;
  }

  .footer-item {
    padding: 2px 0;
  }

  .conf-container {
    max-width: 984px;
  }

  .tickets-modal {
    height: 768px;
    width: 100%;
    /* top: calc(50vh - 384px); */
    left: calc(50vw - 512px); 
  }

  .modal-container {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    left: calc(50vw - 512px);
  }

  .modal-content {
    margin-top: 72px;
  }

  .card {
    margin-top: 74px;
  }

  .card-cost {
    margin-top: 13px;
  }

  .close {
    top: 44px;
    right: 30px;
  }
}

@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
  }
}
