    body::-webkit-scrollbar {
      width: 0;
    }

    * {
      font-size: 16px;
      font-family: 'TTRounds', Arial, sans-serif;
      line-height: 1.55;
      font-weight: 400;
      margin: 0px;
      padding: 0px;
      box-sizing: border-box;
    }

    a {
      text-decoration: none;
      color: #00b9ad;
    }

    a:hover {
      color: #00b9ad;
    }

    .custom_hover {}

    .custom_hover:hover {
      transform: scale(1.1);
      cursor: pointer;
      color: #ffffff;
      box-shadow: 0.2rem 0.2rem 0.4em #28d2fc;
    }

    body::-webkit-scrollbar {
      width: 0;
    }

    .underline {
      border-bottom: 0.1rem solid transparent;
    }

    .underline:hover {
      border-bottom-color: #00b9ad;
    }

    body {
      display: flex;
      box-sizing: border-box;
      width: 99vw;
      margin: 0px;
      padding: 0px;
      justify-content: center;
      flex-wrap: wrap;
      background-image: url('../../img/seamless-pattern-with-doodle-children-hand-drawn-funny-little-kids-play-run-jump-color-cute-children-crayon-drawing-vector-illustration-doodle-style-white-background_192280-644\ 1.svg');
      z-index: -100;
    }

    header {
      width: 85%;
      min-width: 900px;
      max-width: 1400px;
      height: auto;
      display: flex;
      justify-content: space-around;
      position: sticky;
      top: 0%;
      background-color: #ffffff;
      z-index: 100;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.85);
      box-shadow: 0 8px 24px rgba(255, 255, 255, 0.95);
    }

    .header__logo {
      width: 10.77rem;
    }

    .header__title {
      display: block;
      padding: 0 1% 0 1%;
      margin: 0.1rem;
    }

    .header__title a {
      font-size: 1.33rem;
      font-weight: 575;
    }

    .header__btn {
      color: #ffffff;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      font-family: 'TTRounds', Arial, sans-serif;
      line-height: 1.55;
      font-weight: 575;
      border-radius: 1.5rem;
      background-color: #00b9ad;
      background-position: center center;
      border-color: transparent;
      border-style: solid;
      transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
      padding: 0.25rem 1rem 0.25rem 1rem;
      gap: 0.77rem;
    }

    .header__btn a {
      color: #ffffff;
      display: flex;
      font-size: 1rem;
      text-align: center;
      align-items: center;
      justify-content: center;
      font-size: 1.33rem;
      font-weight: 575;
    }

    .header__btn a:hover {
      color: #ffffff;
    }

    .header__btn:hover {
      box-shadow: 0.2rem 0.2rem 0.4em #28d2fc;
    }

    #loginId {
      width: 2rem;
      height: 2rem;
      border: 1px solid white;
      border-radius: 50%;
      cursor: pointer;
    }

    #loginId:hover {
      transform: scale(1.2);
    }


    .main {
      display: flex;
      flex-wrap: wrap;
      width: 85%;
      min-width: 900px;
      max-width: 1400px;
      /* overflow: hidden; */
      background-color: rgba(255, 255, 255, 0.85);
      box-shadow: 0 8px 24px rgba(255, 255, 255, 0.95);
    }

    .footer {
      display: flex;
      flex-wrap: wrap;
      width: 85%;
      min-width: 900px;
      max-width: 1400px;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      margin-top: 4rem;
      border-top: 0.1rem solid #00b9ad;
      padding-top: 1rem;
      background-color: rgba(255, 255, 255, 0.85);
      box-shadow: 0 8px 24px rgba(255, 255, 255, 0.95);
    }

    .contact {
      width: 100%;
      display: block;
      color: #00b9ad;
      margin: 0.1rem;
      padding: 0.1rem;
    }


    .overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }

    .iframe {
      position: absolute;
      top: 10%;
      left: 10%;
      width: 80%;
      height: 80%;
      background: white;
      border: 0.15rem solid;
      border-radius: 1px;

      /* Для "неона" */
      border-image: linear-gradient(45deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      border-image-slice: 1;
      animation: neonBorder 15s linear infinite;
      box-shadow: 0 0 10px #00b9ad, 0 0 20px #ff00ff, 0 0 30px #ffb900,
        0 0 40px #00b9ad, 0 0 50px #ff00ff;


    }

    .popup {
      position: absolute;
      width: 10rem;
      height: 5.77rem;
      display: none;
      top: 1rem;
      right: 2rem;
      align-items: center;
      justify-content: center;
      background-color: rgba(255, 255, 255, 0.85);
    }

    .popup__txt {
      text-align: center;
      color: #07726b;
    }

    .neon-error {
      border: 2px solid #ff00ff;
      color: #ff00ff;
      box-shadow:
        0 0 5px #ff00ff,
        0 0 10px #ff00ff,
        0 0 20px #ff00ff;
    }

    .popup.neon-popup {
      display: block;
      /* color: #00b9ad;
      text-shadow:
        0 0 5px #038d84,
        0 0 10px #03645e; */
    }


    .common__title {
      width: 100%;
      text-align: center;
      color: #00b9ad;
      font-size: 1.5rem;
      font-weight: 777;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

    .w_100_prcnt {
      width: 100%;
    }


    .grass {
      position: absolute;
      top: -4.01rem;
      width: 100%;
      height: 4rem;
      background-image: url("/img/grass.svg");
      background-position: left;
      background-repeat: repeat;
      background-size: contain;
      background-color: rgba(255, 255, 255, 0.85);

    }

    .custom_select {

      color: #00b9ad;
      border: none;
      outline: none;
      background: transparent;

      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }


    @keyframes neonBorder {
      0% {
        border-image-source: linear-gradient(0deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      }

      12% {
        border-image-source: linear-gradient(45deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      }

      25% {
        border-image-source: linear-gradient(90deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      }

      37% {
        border-image-source: linear-gradient(135deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      }

      50% {
        border-image-source: linear-gradient(180deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      }

      65% {
        border-image-source: linear-gradient(225deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      }

      85% {
        border-image-source: linear-gradient(270deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      }

      100% {
        border-image-source: linear-gradient(360deg, #00b9ad, #ff00ff, #ffb900, #00b9ad);
      }
    }