html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding: 30px;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

@font-face {
  font-family: "Fira Sans";
  src: url("./fonts/Fira_Sans/FiraSans-Regular.ttf");
}

/* Общие блоки */

html,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #26272b;
  font-weight: bold;
}
html {
  color: #26272b;
  font-weight: normal;
}

html a {
  color: #06c;
  text-decoration: none;
}

.all {
  margin: 0 auto;
  max-width: 1280px;
}

ul {
  padding-left: 20px;
}
ol {
  padding-left: 0px;
}

body {
  background: linear-gradient(180deg, rgb(0, 0, 0) 20%, rgb(36, 36, 36));
}

h1 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin: 0px 0px 20px 0px;
}
h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0px 0px 20px 0px;
}
h3 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin: 0px 0px 15px 0px;
}
h4 {
  font-size: 2.4rem;
  line-height: 3rem;
  margin: 0px 0px 20px 0px;
}
h5 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0px 0px 20px 0px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p {
  padding: 0px;
  margin: 5px 0px 20px 0px;
}

.lid {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.langChooser {
  margin-bottom: 20px;
}
.langChooser a {
  color: #fff;
}
.langSelected {
  border-bottom: 2px solid #1eb649
}

.withWindowLinks {
  max-width: 1000px;
  margin: 20px auto 10px auto;
}
.withWindowLinks span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px;
  border: 2px solid #1eb649;
  border-radius: 5px;
  cursor: pointer;
}

.accent-color-2 {
  background: #4eb633;
  color: #fff;
  border: 2px solid #4eb633;
}
.accent-color-3 {
  background: #ff7a00;
  color: #fff;
  border: 2px solid #ff7a00;
}
.accent-color-4 {
  border: 2px solid #ff7a00;
  background: none;
  color: #ff7a00;
}
.accent-color-5 {
  border: 2px solid #4eb633;
  background: none;
  color: #4eb633;
}

.block {
  padding: 40px 40px;
  border-radius: 15px 15px;
  overflow: hidden;
}

.blockFlexBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.blockFlexBoxLeft {
  display: flex;
  justify-content: left;
  align-items: stretch;
}

.clubCard {
  width: 100%;
  margin: 5px 20px 15px 0px;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}

.clubCard-2 {
  width: 100%;
  margin: 5px 20px 15px 0px;
  padding: 40px;
  text-align: center;
  border-radius: 15px;
  background: linear-gradient(142.88deg, #f2f2f2 0%, #e7f0e4 100%), #ffffff;
  box-shadow: 10px 10px 10px #00000020;
}

.clubCard-2 .btn {
  min-width: 280px;
}

.clubCardPrice {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.clubCardPrice s {
  color: #aaa;
}

.thumbnail {
}

.displayNone {
  display: none;
}
.spoiler-element {
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.question {
  padding: 5px 20px 5px 35px;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.answer {
  float: left;
  margin: 0px 0px 0px 50px;
  padding: 10px;
  background: #eee;
  border-radius: 5px;
}
.plus {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8hiJ0TaQrwuY2kDNINwnmcKLchO5LuHWEwgkAlO5FBwhFaI8AAAAASUVORK5CYII=)
    no-repeat 15px 17px;
}
.minus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKklEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8DRRhcxvIGTSyjqDvCIUTAEcINQcERZkIAAAAAElFTkSuQmCC);
}

.blockFlexBoxItemVertCentered {
  align-self: center;
}

.icons64px img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.adsPage img {
  width: 100%;
  height: auto;
  box-shadow: 0px 6px 12px #4654a550;
}
.imageHover img {
  transition: transform 0.5s;
}
.imageHover img:hover {
  transform: scale(1.02);
}
.adsPage span {
  font-size: 40px;
  line-height: 60px;
}

.width2 {
  width: 48%;
  padding-right: 2%;
}

.about-R img {
  width: 150px;
}

.blockCentered-2 span {
  color: #4655a5;
  font-weight: bold;
  cursor: pointer;
}
.blockCentered-2 a {
  font-weight: bold;
}

.blockWideOnlyBg {
  overflow: hidden;
  background: #000;
}

.lists {
  text-align: left;
}
.lists li {
  margin-top: 10px;
}

.extraText {
  margin: 10px 0px 0px 30px;
  font-size: 1.2rem;
  color: #fff;
}

.shadowedImage img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.btn-container {
  padding-bottom: 15px;
}
.btn {
  display: inline-block;
  padding: 10px 25px 10px 24px;
  margin-top: 10px;
  border-radius: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  transition: transform 0.5s;
  min-width: 150px;
  max-width: 350px;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  transform: translateY(-3px);
}

.btn:disabled {
  opacity: 0.5;
  cursor: auto;
}

.btn:disabled:hover {
  transform: none;
}

.dividerL {
  overflow: hidden;
  height: 100px;
}
.dividerM {
  overflow: hidden;
  height: 50px;
}
.dividerS {
  overflow: hidden;
  height: 25px;
}
.dividerXS {
  overflow: hidden;
  height: 10px;
}

/* Header */

.hero {
}
.hero-3 .btn {
  padding: 15px 30px 19px 30px;
  animation: rotate 10s infinite;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

/* Free presentation */

.presentation {
  background: url(./img/hero1.jpg) no-repeat 0% 0%;
  color: #fff;
  background-size: 1300px;
  background-attachment: fixed;
  background-position: center top;
  text-shadow: 0px 1px 1px #000;
}
.presentationCover {
  background: linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.presentation h4 {
  color: #fff;
  text-align: center;
}
.presentation h1 {
  color: #fff;
  text-align: center;
}

/* Free presentation 2 */

.presentation2 {
}
.presentation2 img {
  margin-right: 50px;
  max-width: 170px;
}
.presentation2-bubble {
  position: relative;
  background: #fff;
  border-radius: 0px 20px 20px 20px;
  padding: 20px;
  max-width: 700px;
  margin-top: 50px;
}
.presentation2-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12.5px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  border-top: 0;
  margin-top: -12.5px;
  margin-left: -25px;
}

.litteText {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  color: #fff;
}

/* aboutBlocks */

.aboutBlocks2 img {
  padding: 10px;
}

.aboutBlocks4R img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.aboutBlocks4R {
  text-align: center;
  padding: 10px;
}

.aboutBlocks5 img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 30px 50px 0px 0px;
}

.aboutBlocks6 {
}
.aboutBlocks6 img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.aboutBlocks6R {
  margin: 0px 50px 0px 30px;
}

.aboutBlocks7 {
  text-align: center;
}

.aboutBlocks8 {
  padding: 0px 50px;
  background: linear-gradient(-225deg, #1c497e 0%, #4a8ba7 100%);
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.aboutBlocks8L {
  max-width: 650px;
  overflow: hidden;
  font-size: 2.3rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 0px 40px 0px;
}
.aboutBlocks8L span {
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.aboutBlocks8R {
  color: #fff;
  text-align: center;
}
.aboutBlocks8R .btn {
  line-height: 40px;
  margin-top: 25px;
}

/* Logos */

/* Footer */

.footer {
  background: #373e63;
  color: #afb1c0;
}
.footer a {
  color: #fff;
  font-weight: bold;
  line-height: 2rem;
}
.footerSmall a {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 300;
}
.footer h3 {
  color: #afb1c0;
}

/* Mobile Friendly */
/* Slider */

.pdSlider {
  position: relative;
}

.pdSliderPage {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.pdSliderPageItem {
  text-align: center;
}
.pdSliderPageItem img {
  max-width: 170px;
}

/* table */

.pdTable table {
  border: 0x solid #ddd;
  display: block;
  overflow: auto;
  max-width: 100%;
}
.pdTable tr {
}
.pdTable td {
}
.pdTable tr td {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

/* lightbox */

.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  width: auto;
  max-height: 90%;
  margin-top: 2%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox **/
  display: block;
}

.thumbnail {
  max-width: 296px;
}

/* mobile */

@media screen and (max-width: 1250px) {
  .clubCard img {
    max-width: 240px !important;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  html,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 14px;
    line-height: 21px;
  }

  .lightbox img {
    max-width: 100%;
    height: auto;
  }
  .clubCard img {
    max-width: 250px !important;
    margin-top: 10px;
  }

  .clubCard {
    padding: 10px;
    margin: 0 0 10px 0;
  }

  .clubCard-2 {
    padding: 10px;
    margin: 0 0 10px 0;
  }

  .blockFlexBoxLeft {
    flex-wrap: wrap;
  }

  .presentation2-bubble {
    margin-top: 10px;
  }

  h1 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 20px;
  }
  h3 {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .lid {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .mobileMenu {
    display: block;
    z-index: 1;
    overflow: hidden;
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
  .mobileMenuItem1 {
    z-index: 2;
    position: fixed;
    top: 10px;
    left: 40px;
    width: 48px;
  }

  .mobileMenuItem2 {
    z-index: 2;
    position: fixed;
    top: 0px;
    left: 11px;
    cursor: pointer;
    padding: 14px 10px 14px 0px;
  }
  .mobileMenuItem3 {
    z-index: 2;
    position: fixed;
    top: 0px;
    right: 11px;
    line-height: 50px;
    cursor: pointer;
    padding: 0px 0px 10px 10px;
    font-weight: bold;
    color: #4655a5;
  }

  .block {
    overflow: hidden;
    padding: 16px !important;
  }

  .blockFlexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blockFlexBoxOrderRevert {
    flex-wrap: wrap-reverse;
  }

  .blockFlexBoxItem {
    flex-basis: 1;
  }
  .blockFlexBoxItemVertCentered {
    align-self: center;
  }

  .width4 {
    width: 48%;
    padding-right: 2%;
  }
  .width3 {
    width: 47%;
    padding-right: 3%;
  }
  .width2 {
    width: 48%;
    padding-right: 2%;
  }
  .width6-10 {
    width: 100%;
    padding-right: 0%;
  }
  .width4-10 {
    width: 100%;
    padding-left: 0%;
  }
  .widthLong {
    width: 100% !important;
  }
  .widthPaddingOnlyMobile {
    padding-top: 20px;
  }

  .lists {
    padding-top: 0px;
  }
  .lists ul {
    padding-left: 15px;
  }
  .lists li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }

  .blockCentered-2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .aboutBlocks8 h2 {
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #fff;
  }

  .dividerL {
    overflow: hidden;
    height: 50px;
  }
  .dividerM {
    overflow: hidden;
    height: 40px;
  }
  .dividerS {
    overflow: hidden;
    height: 20px;
  }
  .dividerXS {
    overflow: hidden;
    height: 10px;
  }

  .pdSliderNavL {
    position: absolute;
    left: -20px;
    top: 20%;
  }
  .pdSliderNavR {
    position: absolute;
    right: -20px;
    top: 20%;
  }

  .bullets-3 {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .bullets-3-elements {
    flex: 1;
    flex: 1 1 50%;
    height: 290px;
  }

  .floatedNav {
    display: none;
  }
  .pdModalContent {
    padding: 40px 10px 40px 10px;
    margin: 10% 10px 10% 10px;
  }

  .pricingSlider1,
  .pricingSlider2,
  .pricingSlider3 {
    min-height: 200px;
  }

  .tendersPage {
    padding: 5px;
  }

  .aboutBlocks8L {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 10px 0px 10px 0px;
  }
  .aboutBlocks8L span {
    color: #fff;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .thumbnail {
    max-width: 150px;
  }
}

@media screen and (max-width: 321px) {
  .block {
    padding: 0px 5px;
  }
}

model-viewer {
  width: 100%;
  height: 100%;
  background-color: #000 !important;
}

.slot.poster.show {
  opacity: 0 !important;
}

.Hotspot {
  background: rgba(255, 255, 255, 0);
  border-radius: 32px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  cursor: pointer;
  height: 12px;
  padding: 4px;
  position: relative;
  width: 12px;
}

.Hotspot:not([data-visible]) {
  /* background: transparent;
    border: 4px solid #fff;
    box-shadow: none;
    height: 32px;
    pointer-events: none;
    width: 32px; */
  display: none;
}

.Hotspot:focus {
  border: 4px solid rgb(0, 128, 200);
  height: 12px;
  outline: none;
  width: 12px;
}

.Hotspot > * {
  opacity: 1;
  transform: translateY(-50%);
}

.HotspotAnnotation {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Futura, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  left: calc(100% + 1em);
  max-width: 128px;
  overflow-wrap: break-word;
  padding: 0.5em 1em;
  position: absolute;
  top: 50%;
  width: max-content;
}

.Hotspot:not([data-visible]) > * {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 4px));
  transition: transform 0.3s, opacity 0.3s;
}

.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5),
    0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(20, 20, 20, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  background-image: url(ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 132px;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #dadce0;
}

#ar-button:active {
  background-color: #e8eaed;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from {
    transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

@keyframes elongate {
  from {
    transform: translateX(100px);
  }
  to {
    transform: translateX(-100px);
  }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 175px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}

#default-poster {
  background-color: #fff !important;
}

.modelWrap {
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 40px;
  color: #fff;
  min-height: 100vh;
  background-color: #000;
}

.modelWrap .left {
  width: 50%;
}

.modelWrap .right {
  width: 50%;
}

.modelWrap h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
}

.modelWrap span {
  display: block;
  margin-bottom: 20px;
}

.modelWrap a {
  display: inline-block;
}

.regulations .flex {
  display: flex;
}

.regulations .flex img {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
}

.regulations p {
  margin: 10px 0;
}

.regulations p strong {
  display: block;
  margin-top: 40px;
}

.cellWrap {
  padding: 40px !important;
  text-align: center;
}

.cellWrap strong {
  display: block;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.25;
}

.cellWrap strong a {
  color: #26272b;
}

.cellWrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.cellWrap ul li {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}

.cellWrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.cellWrap ul li:first-child::before {
  background-color: #1eb649;
}

.cellWrap ul li:nth-child(2)::before {
  background-color: #e40238;
}

.cellWrap ul li:last-child::before {
  background-color: #fd9535;
}

.wrapButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}

.wrapButtons .left {
  padding-right: 20px;
}

.checkboxBlock {
  display: flex;
}

.checkboxBlock p {
  width: 50%;
  text-align: left;
}

.checkboxBlock p:first-child {
  margin-right: 20px;
}

.checkboxBlock label {
  display: flex;
  cursor: pointer;
}

.checkboxBlock input[type="checkbox"] {
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.cells {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cells > div {
  position: relative;
}

.cells .cell {
  position: absolute;
  display: none;
}

.cells .cell1 {
  flex-shrink: 0;
  width: 580px;
}

.cells .cell2 {
  flex-shrink: 0;
  width: 580px;
}

.cells .cell3 {
  flex-shrink: 0;
  width: 380px;
}

.cells .cell4 {
  width: 375px;
}

.cells .cell + .label {
  position: absolute;
  display: block;
  width: 22px;
  height: 16px;
  border: 1px solid #1eb649;
  cursor: pointer;
  border-radius: 5px;
}

.cells .cell:disabled + .label {
  border-color: #e40238;
  cursor: default;
}

.cells .cell:disabled + .label::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.cells .cell:checked + .label {
  border-color: #fd9535;
}

/* cell1 */
.cell1 + .label {
  left: 98px;
  top: 151px;
}

.cell2 + .label {
  left: 122px;
  top: 151px;
}

.cell3 + .label {
  left: 146px;
  top: 151px;
}

.cell4 + .label {
  left: 98px;
  top: 169px;
}

.cell5 + .label {
  left: 122px;
  top: 169px;
}

.cell6 + .label {
  left: 146px;
  top: 169px;
}

.cell7 + .label {
  left: 74px;
  top: 187px;
}

.cell8 + .label {
  left: 98px;
  top: 187px;
}

.cell9 + .label {
  left: 122px;
  top: 187px;
}

.cell10 + .label {
  left: 146px;
  top: 187px;
}

.cell11 + .label {
  left: 170px;
  top: 187px;
}

.cell12 + .label {
  left: 74px;
  top: 205px;
}

.cell13 + .label {
  left: 98px;
  top: 205px;
}

.cell14 + .label {
  left: 122px;
  top: 205px;
}

.cell15 + .label {
  left: 146px;
  top: 205px;
}

.cell16 + .label {
  left: 170px;
  top: 205px;
}

.cell17 + .label {
  left: 49px;
  top: 223px;
}

.cell18 + .label {
  left: 74px;
  top: 223px;
}

.cell19 + .label {
  left: 98px;
  top: 223px;
}

.cell20 + .label {
  left: 122px;
  top: 223px;
}

.cell21 + .label {
  left: 146px;
  top: 223px;
}

.cell22 + .label {
  left: 170px;
  top: 223px;
}

.cell23 + .label {
  left: 195px;
  top: 223px;
}

.cell24 + .label {
  left: 49px;
  top: 241px;
}

.cell25 + .label {
  left: 74px;
  top: 241px;
}

.cell26 + .label {
  left: 98px;
  top: 241px;
}

.cell27 + .label {
  left: 122px;
  top: 241px;
}

.cell28 + .label {
  left: 146px;
  top: 241px;
}

.cell29 + .label {
  left: 170px;
  top: 241px;
}

.cell30 + .label {
  left: 195px;
  top: 241px;
}

.cell31 + .label {
  left: 49px;
  top: 259px;
}

.cell32 + .label {
  left: 74px;
  top: 259px;
}

.cell33 + .label {
  left: 98px;
  top: 259px;
}

.cell34 + .label {
  left: 122px;
  top: 259px;
}

.cell35 + .label {
  left: 146px;
  top: 259px;
}

.cell36 + .label {
  left: 170px;
  top: 259px;
}

.cell37 + .label {
  left: 195px;
  top: 259px;
}

/* cell1 */
.cell38 + .label {
  left: 170px;
  top: 95px;
}

.cell39 + .label {
  left: 196px;
  top: 95px;
}

.cell40 + .label {
  left: 351px;
  top: 95px;
}

.cell41 + .label {
  left: 377px;
  top: 95px;
}

.cell42 + .label {
  left: 170px;
  top: 114px;
}

.cell43 + .label {
  left: 377px;
  top: 114px;
}

.cell44 + .label {
  left: 170px;
  top: 133px;
}

.cell45 + .label {
  left: 248px;
  top: 133px;
}

.cell46 + .label {
  left: 274px;
  top: 133px;
}

.cell47 + .label {
  left: 300px;
  top: 133px;
}

.cell48 + .label {
  left: 377px;
  top: 133px;
}

.cell49 + .label {
  left: 170px;
  top: 153px;
}

.cell50 + .label {
  left: 248px;
  top: 153px;
}

.cell51 + .label {
  left: 274px;
  top: 153px;
}

.cell52 + .label {
  left: 300px;
  top: 153px;
}

.cell53 + .label {
  left: 377px;
  top: 153px;
}

.cell54 + .label {
  left: 170px;
  top: 172px;
}

.cell55 + .label {
  left: 377px;
  top: 172px;
}

.cell56 + .label {
  left: 170px;
  top: 192px;
}

.cell57 + .label {
  left: 377px;
  top: 192px;
}

.cell58 + .label {
  left: 170px;
  top: 211px;
}

.cell59 + .label {
  left: 377px;
  top: 211px;
}

.cell60 + .label {
  left: 144px;
  top: 231px;
}

.cell61 + .label {
  left: 170px;
  top: 231px;
}

.cell62 + .label {
  left: 377px;
  top: 231px;
}

.cell63 + .label {
  left: 403px;
  top: 231px;
}

.cell64 + .label {
  left: 144px;
  top: 250px;
}

.cell65 + .label {
  left: 170px;
  top: 250px;
}

.cell66 + .label {
  left: 377px;
  top: 250px;
}

.cell67 + .label {
  left: 403px;
  top: 250px;
}

.cell68 + .label {
  left: 144px;
  top: 270px;
}

.cell69 + .label {
  left: 170px;
  top: 270px;
}

.cell70 + .label {
  left: 377px;
  top: 270px;
}

.cell71 + .label {
  left: 403px;
  top: 270px;
}

.cell72 + .label {
  left: 144px;
  top: 289px;
}

.cell73 + .label {
  left: 170px;
  top: 289px;
}

.cell74 + .label {
  left: 377px;
  top: 289px;
}

.cell75 + .label {
  left: 403px;
  top: 289px;
}

.cell76 + .label {
  left: 144px;
  top: 309px;
}

.cell77 + .label {
  left: 170px;
  top: 309px;
}

.cell78 + .label {
  left: 377px;
  top: 309px;
}

.cell79 + .label {
  left: 403px;
  top: 309px;
}

.cell80 + .label {
  left: 144px;
  top: 328px;
}

.cell81 + .label {
  left: 170px;
  top: 328px;
}

.cell82 + .label {
  left: 196px;
  top: 328px;
}

.cell83 + .label {
  left: 222px;
  top: 328px;
}

.cell84 + .label {
  left: 248px;
  top: 328px;
}

.cell85 + .label {
  left: 274px;
  top: 328px;
}

.cell86 + .label {
  left: 300px;
  top: 328px;
}

.cell87 + .label {
  left: 326px;
  top: 328px;
}

.cell88 + .label {
  left: 351px;
  top: 328px;
}
.cell89 + .label {
  left: 377px;
  top: 328px;
}
.cell90 + .label {
  left: 403px;
  top: 328px;
}

.cell91 + .label {
  left: 144px;
  top: 348px;
}

.cell92 + .label {
  left: 170px;
  top: 348px;
}

.cell93 + .label {
  left: 196px;
  top: 348px;
}

.cell94 + .label {
  left: 222px;
  top: 348px;
}

.cell95 + .label {
  left: 248px;
  top: 348px;
}

.cell96 + .label {
  left: 274px;
  top: 348px;
}

.cell97 + .label {
  left: 300px;
  top: 348px;
}

.cell98 + .label {
  left: 326px;
  top: 348px;
}

.cell99 + .label {
  left: 351px;
  top: 348px;
}
.cell100 + .label {
  left: 377px;
  top: 348px;
}
.cell101 + .label {
  left: 403px;
  top: 348px;
}

.cell102 + .label {
  left: 144px;
  top: 367px;
}

.cell103 + .label {
  left: 170px;
  top: 367px;
}

.cell104 + .label {
  left: 196px;
  top: 367px;
}

.cell105 + .label {
  left: 222px;
  top: 367px;
}

.cell106 + .label {
  left: 248px;
  top: 367px;
}

.cell107 + .label {
  left: 274px;
  top: 367px;
}

.cell108 + .label {
  left: 300px;
  top: 367px;
}

.cell109 + .label {
  left: 326px;
  top: 367px;
}

.cell110 + .label {
  left: 351px;
  top: 367px;
}
.cell111 + .label {
  left: 377px;
  top: 367px;
}
.cell112 + .label {
  left: 403px;
  top: 367px;
}

.cell113 + .label {
  left: 144px;
  top: 386px;
}

.cell114 + .label {
  left: 170px;
  top: 386px;
}

.cell115 + .label {
  left: 196px;
  top: 386px;
}

.cell116 + .label {
  left: 222px;
  top: 386px;
}

.cell117 + .label {
  left: 248px;
  top: 386px;
}

.cell118 + .label {
  left: 274px;
  top: 386px;
}

.cell119 + .label {
  left: 300px;
  top: 386px;
}

.cell120 + .label {
  left: 326px;
  top: 386px;
}

.cell121 + .label {
  left: 351px;
  top: 386px;
}
.cell122 + .label {
  left: 377px;
  top: 386px;
}
.cell123 + .label {
  left: 403px;
  top: 386px;
}

.cell124 + .label {
  left: 144px;
  top: 406px;
}

.cell125 + .label {
  left: 170px;
  top: 406px;
}

.cell126 + .label {
  left: 196px;
  top: 406px;
}

.cell127 + .label {
  left: 222px;
  top: 406px;
}

.cell128 + .label {
  left: 248px;
  top: 406px;
}

.cell129 + .label {
  left: 274px;
  top: 406px;
}

.cell130 + .label {
  left: 300px;
  top: 406px;
}

.cell131 + .label {
  left: 326px;
  top: 406px;
}

.cell132 + .label {
  left: 351px;
  top: 406px;
}
.cell133 + .label {
  left: 377px;
  top: 406px;
}
.cell134 + .label {
  left: 403px;
  top: 406px;
}

.cell135 + .label {
  left: 144px;
  top: 425px;
}

.cell136 + .label {
  left: 170px;
  top: 425px;
}

.cell137 + .label {
  left: 196px;
  top: 425px;
}

.cell138 + .label {
  left: 222px;
  top: 425px;
}

.cell139 + .label {
  left: 248px;
  top: 425px;
}

.cell140 + .label {
  left: 274px;
  top: 425px;
}

.cell141 + .label {
  left: 300px;
  top: 425px;
}

.cell142 + .label {
  left: 326px;
  top: 425px;
}

.cell143 + .label {
  left: 351px;
  top: 425px;
}
.cell144 + .label {
  left: 377px;
  top: 425px;
}
.cell145 + .label {
  left: 403px;
  top: 425px;
}

.cell146 + .label {
  left: 144px;
  top: 445px;
}

.cell147 + .label {
  left: 170px;
  top: 445px;
}

.cell148 + .label {
  left: 196px;
  top: 445px;
}

.cell149 + .label {
  left: 222px;
  top: 445px;
}

.cell150 + .label {
  left: 248px;
  top: 445px;
}

.cell151 + .label {
  left: 274px;
  top: 445px;
}

.cell152 + .label {
  left: 300px;
  top: 445px;
}

.cell153 + .label {
  left: 326px;
  top: 445px;
}

.cell154 + .label {
  left: 351px;
  top: 445px;
}
.cell155 + .label {
  left: 377px;
  top: 445px;
}
.cell156 + .label {
  left: 403px;
  top: 445px;
}

.cell157 + .label {
  left: 144px;
  top: 464px;
}

.cell158 + .label {
  left: 170px;
  top: 464px;
}

.cell159 + .label {
  left: 196px;
  top: 464px;
}

.cell160 + .label {
  left: 222px;
  top: 464px;
}

.cell161 + .label {
  left: 248px;
  top: 464px;
}

.cell162 + .label {
  left: 274px;
  top: 464px;
}

.cell163 + .label {
  left: 300px;
  top: 464px;
}

.cell164 + .label {
  left: 326px;
  top: 464px;
}

.cell165 + .label {
  left: 351px;
  top: 464px;
}
.cell166 + .label {
  left: 377px;
  top: 464px;
}
.cell167 + .label {
  left: 403px;
  top: 464px;
}

.cell168 + .label {
  left: 144px;
  top: 484px;
}

.cell169 + .label {
  left: 170px;
  top: 484px;
}

.cell170 + .label {
  left: 196px;
  top: 484px;
}

.cell171 + .label {
  left: 222px;
  top: 484px;
}

.cell172 + .label {
  left: 248px;
  top: 484px;
}

.cell173 + .label {
  left: 274px;
  top: 484px;
}

.cell174 + .label {
  left: 300px;
  top: 484px;
}

.cell175 + .label {
  left: 326px;
  top: 484px;
}

.cell176 + .label {
  left: 351px;
  top: 484px;
}

.cell177 + .label {
  left: 377px;
  top: 484px;
}

.cell178 + .label {
  left: 403px;
  top: 484px;
}

/* cell4 */
.cell179 + .label {
  left: 214px;
  top: 153px;
}

.cell180 + .label {
  left: 238px;
  top: 153px;
}

.cell181 + .label {
  left: 262px;
  top: 153px;
}

.cell182 + .label {
  left: 214px;
  top: 171px;
}

.cell183 + .label {
  left: 238px;
  top: 171px;
}

.cell184 + .label {
  left: 262px;
  top: 171px;
}

.cell185 + .label {
  left: 190px;
  top: 189px;
}

.cell186 + .label {
  left: 214px;
  top: 189px;
}

.cell187 + .label {
  left: 238px;
  top: 189px;
}

.cell188 + .label {
  left: 262px;
  top: 189px;
}

.cell189 + .label {
  left: 286px;
  top: 189px;
}

.cell190 + .label {
  left: 190px;
  top: 207px;
}

.cell191 + .label {
  left: 214px;
  top: 207px;
}

.cell192 + .label {
  left: 238px;
  top: 207px;
}

.cell193 + .label {
  left: 262px;
  top: 207px;
}

.cell194 + .label {
  left: 286px;
  top: 207px;
}

.cell195 + .label {
  left: 166px;
  top: 225px;
}

.cell196 + .label {
  left: 190px;
  top: 225px;
}

.cell197 + .label {
  left: 214px;
  top: 225px;
}

.cell198 + .label {
  left: 238px;
  top: 225px;
}

.cell199 + .label {
  left: 262px;
  top: 225px;
}

.cell200 + .label {
  left: 286px;
  top: 225px;
}

.cell201 + .label {
  left: 310px;
  top: 225px;
}

.cell202 + .label {
  left: 166px;
  top: 243px;
}

.cell203 + .label {
  left: 190px;
  top: 243px;
}

.cell204 + .label {
  left: 214px;
  top: 243px;
}

.cell205 + .label {
  left: 238px;
  top: 243px;
}

.cell206 + .label {
  left: 262px;
  top: 243px;
}

.cell207 + .label {
  left: 286px;
  top: 243px;
}

.cell208 + .label {
  left: 310px;
  top: 243px;
}

.cell209 + .label {
  left: 166px;
  top: 261px;
}

.cell210 + .label {
  left: 190px;
  top: 261px;
}

.cell211 + .label {
  left: 214px;
  top: 261px;
}

.cell212 + .label {
  left: 238px;
  top: 261px;
}

.cell213 + .label {
  left: 262px;
  top: 261px;
}

.cell214 + .label {
  left: 286px;
  top: 261px;
}

.cell215 + .label {
  left: 310px;
  top: 261px;
}

/*cell2*/
.cell216 + .label {
  left: 177px;
  top: 68px;
}

.cell217 + .label {
  left: 202px;
  top: 68px;
}

.cell218 + .label {
  left: 352px;
  top: 68px;
}

.cell219 + .label {
  left: 377px;
  top: 68px;
}

.cell220 + .label {
  left: 177px;
  top: 125px;
}

.cell221 + .label {
  left: 202px;
  top: 125px;
}

.cell222 + .label {
  left: 227px;
  top: 125px;
}

.cell223 + .label {
  left: 252px;
  top: 125px;
}

.cell224 + .label {
  left: 277px;
  top: 125px;
}

.cell225 + .label {
  left: 302px;
  top: 125px;
}

.cell226 + .label {
  left: 327px;
  top: 125px;
}

.cell227 + .label {
  left: 352px;
  top: 125px;
}

.cell228 + .label {
  left: 377px;
  top: 125px;
}

.cell229 + .label {
  left: 177px;
  top: 144px;
}

.cell230 + .label {
  left: 377px;
  top: 144px;
}

.cell231 + .label {
  left: 177px;
  top: 162px;
}

.cell232 + .label {
  left: 377px;
  top: 162px;
}

.cell233 + .label {
  left: 177px;
  top: 181px;
}

.cell234 + .label {
  left: 377px;
  top: 181px;
}

.cell235 + .label {
  left: 177px;
  top: 200px;
}

.cell236 + .label {
  left: 377px;
  top: 200px;
}

.cell237 + .label {
  left: 152px;
  top: 219px;
}

.cell238 + .label {
  left: 177px;
  top: 219px;
}

.cell239 + .label {
  left: 377px;
  top: 219px;
}

.cell240 + .label {
  left: 402px;
  top: 219px;
}

.cell241 + .label {
  left: 152px;
  top: 237px;
}

.cell242 + .label {
  left: 177px;
  top: 237px;
}

.cell243 + .label {
  left: 377px;
  top: 237px;
}

.cell244 + .label {
  left: 402px;
  top: 237px;
}

.cell245 + .label {
  left: 152px;
  top: 256px;
}

.cell246 + .label {
  left: 177px;
  top: 256px;
}

.cell247 + .label {
  left: 377px;
  top: 256px;
}

.cell248 + .label {
  left: 402px;
  top: 256px;
}

.cell249 + .label {
  left: 152px;
  top: 275px;
}

.cell250 + .label {
  left: 177px;
  top: 275px;
}

.cell251 + .label {
  left: 377px;
  top: 275px;
}

.cell252 + .label {
  left: 402px;
  top: 275px;
}

.cell253 + .label {
  left: 152px;
  top: 294px;
}

.cell254 + .label {
  left: 177px;
  top: 294px;
}

.cell255 + .label {
  left: 377px;
  top: 294px;
}

.cell256 + .label {
  left: 402px;
  top: 294px;
}

.cell257 + .label {
  left: 152px;
  top: 313px;
}

.cell258 + .label {
  left: 177px;
  top: 313px;
}

.cell259 + .label {
  left: 377px;
  top: 313px;
}

.cell260 + .label {
  left: 402px;
  top: 313px;
}

.cell261 + .label {
  left: 152px;
  top: 331px;
}

.cell262 + .label {
  left: 177px;
  top: 331px;
}

.cell263 + .label {
  left: 377px;
  top: 331px;
}

.cell264 + .label {
  left: 402px;
  top: 331px;
}

.cell265 + .label {
  left: 152px;
  top: 350px;
}

.cell266 + .label {
  left: 177px;
  top: 350px;
}

.cell267 + .label {
  left: 377px;
  top: 350px;
}

.cell268 + .label {
  left: 402px;
  top: 350px;
}

.cell269 + .label {
  left: 152px;
  top: 369px;
}

.cell270 + .label {
  left: 177px;
  top: 369px;
}

.cell271 + .label {
  left: 202px;
  top: 369px;
}

.cell272 + .label {
  left: 227px;
  top: 369px;
}

.cell273 + .label {
  left: 252px;
  top: 369px;
}

.cell274 + .label {
  left: 277px;
  top: 369px;
}

.cell275 + .label {
  left: 302px;
  top: 369px;
}

.cell276 + .label {
  left: 327px;
  top: 369px;
}

.cell277 + .label {
  left: 352px;
  top: 369px;
}

.cell278 + .label {
  left: 377px;
  top: 369px;
}

.cell279 + .label {
  left: 402px;
  top: 369px;
}

.cell280 + .label {
  left: 152px;
  top: 387px;
}

.cell281 + .label {
  left: 177px;
  top: 387px;
}

.cell282 + .label {
  left: 202px;
  top: 387px;
}

.cell283 + .label {
  left: 227px;
  top: 387px;
}

.cell284 + .label {
  left: 252px;
  top: 387px;
}

.cell285 + .label {
  left: 277px;
  top: 387px;
}

.cell286 + .label {
  left: 302px;
  top: 387px;
}

.cell287 + .label {
  left: 327px;
  top: 387px;
}

.cell288 + .label {
  left: 352px;
  top: 387px;
}

.cell289 + .label {
  left: 377px;
  top: 387px;
}

.cell290 + .label {
  left: 402px;
  top: 387px;
}

.cell291 + .label {
  left: 152px;
  top: 406px;
}

.cell292 + .label {
  left: 177px;
  top: 406px;
}

.cell293 + .label {
  left: 202px;
  top: 406px;
}

.cell294 + .label {
  left: 227px;
  top: 406px;
}

.cell295 + .label {
  left: 252px;
  top: 406px;
}

.cell296 + .label {
  left: 277px;
  top: 406px;
}

.cell297 + .label {
  left: 302px;
  top: 406px;
}

.cell298 + .label {
  left: 327px;
  top: 406px;
}

.cell299 + .label {
  left: 352px;
  top: 406px;
}

.cell300 + .label {
  left: 377px;
  top: 406px;
}

.cell301 + .label {
  left: 402px;
  top: 406px;
}

.cell302 + .label {
  left: 152px;
  top: 425px;
}

.cell303 + .label {
  left: 177px;
  top: 425px;
}

.cell304 + .label {
  left: 202px;
  top: 425px;
}

.cell305 + .label {
  left: 227px;
  top: 425px;
}

.cell306 + .label {
  left: 252px;
  top: 425px;
}

.cell307 + .label {
  left: 277px;
  top: 425px;
}

.cell308 + .label {
  left: 302px;
  top: 425px;
}

.cell309 + .label {
  left: 327px;
  top: 425px;
}

.cell310 + .label {
  left: 352px;
  top: 425px;
}

.cell311 + .label {
  left: 377px;
  top: 425px;
}

.cell312 + .label {
  left: 402px;
  top: 425px;
}

.cell313 + .label {
  left: 152px;
  top: 444px;
}

.cell314 + .label {
  left: 177px;
  top: 444px;
}

.cell315 + .label {
  left: 202px;
  top: 444px;
}

.cell316 + .label {
  left: 227px;
  top: 444px;
}

.cell317 + .label {
  left: 252px;
  top: 444px;
}

.cell318 + .label {
  left: 277px;
  top: 444px;
}

.cell319 + .label {
  left: 302px;
  top: 444px;
}

.cell320 + .label {
  left: 327px;
  top: 444px;
}

.cell321 + .label {
  left: 352px;
  top: 444px;
}

.cell322 + .label {
  left: 377px;
  top: 444px;
}

.cell323 + .label {
  left: 402px;
  top: 444px;
}

.cell324 + .label {
  left: 152px;
  top: 462px;
}

.cell325 + .label {
  left: 177px;
  top: 462px;
}

.cell326 + .label {
  left: 202px;
  top: 462px;
}

.cell327 + .label {
  left: 227px;
  top: 462px;
}

.cell328 + .label {
  left: 252px;
  top: 462px;
}

.cell329 + .label {
  left: 277px;
  top: 462px;
}

.cell330 + .label {
  left: 302px;
  top: 462px;
}

.cell331 + .label {
  left: 327px;
  top: 462px;
}

.cell332 + .label {
  left: 352px;
  top: 462px;
}

.cell333 + .label {
  left: 377px;
  top: 462px;
}

.cell334 + .label {
  left: 402px;
  top: 462px;
}

.cell335 + .label {
  left: 152px;
  top: 481px;
}

.cell336 + .label {
  left: 177px;
  top: 481px;
}

.cell337 + .label {
  left: 202px;
  top: 481px;
}

.cell338 + .label {
  left: 227px;
  top: 481px;
}

.cell339 + .label {
  left: 252px;
  top: 481px;
}

.cell340 + .label {
  left: 277px;
  top: 481px;
}

.cell341 + .label {
  left: 302px;
  top: 481px;
}

.cell342 + .label {
  left: 327px;
  top: 481px;
}

.cell343 + .label {
  left: 352px;
  top: 481px;
}

.cell344 + .label {
  left: 377px;
  top: 481px;
}

.cell345 + .label {
  left: 402px;
  top: 481px;
}

.cell346 + .label {
  left: 152px;
  top: 500px;
}

.cell347 + .label {
  left: 177px;
  top: 500px;
}

.cell348 + .label {
  left: 202px;
  top: 500px;
}

.cell349 + .label {
  left: 227px;
  top: 500px;
}

.cell350 + .label {
  left: 252px;
  top: 500px;
}

.cell351 + .label {
  left: 277px;
  top: 500px;
}

.cell352 + .label {
  left: 302px;
  top: 500px;
}

.cell353 + .label {
  left: 327px;
  top: 500px;
}

.cell354 + .label {
  left: 352px;
  top: 500px;
}

.cell355 + .label {
  left: 377px;
  top: 500px;
}

.cell356 + .label {
  left: 402px;
  top: 500px;
}

@media screen and (max-width: 800px) {
  .regulations .flex {
    display: flex;
    flex-direction: column;
  }

  .regulations .flex img {
    margin-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .modelWrap {
    flex-direction: column;
    min-height: auto;
    padding-top: 40px;
    padding-right: 40px;
  }

  .modelWrap model-viewer {
    width: 100vw;
    min-height: 500px !important;
    margin: 0 -40px;
  }

  .modelWrap h2 {
    font-size: 32px;
  }

  .modelWrap .left,
  .modelWrap .right {
    width: 100%;
    text-align: center;
  }

  .modelWrap .right {
    /* max-width: 250px; */
  }

  iframe {
    height: 300px;
  }
}

@media screen and (max-width: 490px) {
  .wrapButtons .left {
    padding-right: 0;
  }

  iframe {
    height: 250px;
  }
}
