.tutorial-modal {
  position: absolute;
  min-height: 460px;
  max-height: 90vh;
  height: auto;
  max-width: min(1165px, 95%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5000;
}

@media (max-height: 768px){
	.tutorial-modal {
		min-height: 360px;
	}	
}

.modal-wind .tutorial-modal {
  position: static;
  transform: none;
}

@media screen and (max-width: 500px) {
  ._nmain > div {
    margin-top: 0;
  }
}

@media (max-height: 768px) and (orientation: landscape) {
  .tutorial-modal__inner {
    gap: 40px;
  }

  .tutorial-modal__lead {
    margin-bottom: 20px;
  }

  .modal-wind .tutorial-modal {
    height: auto !important;
  }

  .modal-wind .tutorial-modal__inner {
    gap: 25px;
  }

  .modal-wind .tutorial-modal__title {
    font-size: 30px;
  }

  .modal-wind .tutorial-modal__image:not(:last-child) {
    margin-bottom: 16px;
  }
}

._nmain div {
    margin-top: 0;
}

._nmain ._nchess__wrapper {
  margin-top: 55px;
}