      @media screen and (max-width: 1500px) {
        .container {
          max-width: 1200px;
        }

        .banner .container .right {
          font-size: 18px;
        }

        .banner .container .right b {
          font-size: 18px;
        }
      }

      @media screen and (max-width: 1300px) {
        .container {
          max-width: 1000px;
        }

        .banner .container .right {
          font-size: 16px;
        }

        .banner .container .right b {
          font-size: 16px;
        }

        .banner .container .left svg {
          max-height: 40px;
        }

        header .container .nav nav a {
          font-size: 16px;
        }

        header .container button {
          font-size: 14px;
        }

        .exchange .container .tag div span {
          font-size: 18px;
        }

        .exchange .container .tag div p {
          font-size: 32px;
        }

        .exchange .container a {
          font-size: 14px;
        }

        .exchange .container .grid .changer .inputs .value .input button {
          padding: 15px 18px;
          font-size: 14px;
        }

        .exchange .container .grid .changer .inputs .for .input button {
          padding: 15px 18px;
          font-size: 14px;
        }

        .exchange .container .grid .changer .inputs .values div p {
          font-size: 14px;
        }

        .exchange .container .grid .changer .inputs .values div span {
          font-size: 14px;
        }

        .exchange .container .grid .start button {
          height: 50px;
          font-size: 14px;
          line-height: 0;
        }

        .exchange .container .grid .start a {
          width: 50px;
          height: 50px;
          padding: 12px;
        }

        .exchange .container .current div p {
          font-size: 18px;
        }

        .exchange .container .current div span {
          font-size: 14px;
        }

        .exchange .container .current .timer {
          padding: 10px 30px;
          font-size: 16px;
        }

        .advantages .container .grid .cell p {
          font-size: 18px;
        }

        .advantages .container .grid .cell span {
          font-size: 14px;
        }

        .rules .container .read h2 {
          font-size: 32px;
          max-width: 400px;
        }

        .rules .container .read .texts .li div b {
          width: 14px;
          height: 14px;
        }

        .rules .container .read .texts .li div p {
          font-size: 18px;
        }
      }

      @media screen and (max-width: 1000px) {
        html, body {
          overflow-x: hidden;
        }

        .container {
          max-width: 95%;
        }

        header .container .nav nav {
          display: none;
        }

        .banner .container {
          grid-template-columns: 1fr;
          gap: 10px;
        }

        .banner .container .right {
          padding: 10px;
        }

        .exchange .container .grid {
          display: flex;
          flex-direction: column-reverse;
          align-items: center;
        }

        .exchange .container .current {
          flex-direction: row;
          width: 100%;
          padding: 20px;
          justify-content: space-between;
        }

        .exchange .container .tag {
          display: none;
        }

        .exchange .container .grid .changer {
          width: 100%;
          padding: 1rem;
        }

        .exchange .container .grid .changer .inputs {
          flex-direction: column;
          align-items: center;
        }

        .exchange .container .grid .user .fields .data {
          display: none;
        }

        .exchange .container .grid .start button {
          width: 100%;
        }

        .exchange .container .grid .start {
          width: 100%;
        }

        .advantages .container h2 {
          font-size: 1.5rem;
        }

        .advantages .container .grid {
            grid-template-columns: repeat(2,minmax(0,1fr));       
            gap: .5rem;
        }

        .advantages .container .grid .cell:last-child {
          grid-column: span 2/span 2;
        }

        .rules .container {
          grid-template-columns: 1fr;
        }

        .rules .container .read {
          padding: 1rem;
          gap: 1.25rem;
        }

        .rules .container .read h2 {
          font-size: 1.125rem;
        }

        .rules .container .read h2 b {
          font-size: 1.125rem;
        }

        .rules .container .read .texts .li div b {
          display: none;
        }

        .rules .container .read .texts {
          display: flex;
          flex-direction: column;
          gap: .75rem;
        }

        .rules .container .read .texts .li div p {
          font-size: 1rem;
        }

        .rules .container .read .texts .li span {
          font-size: .75rem;
        }
        
        .rules .container .services {
          padding: 1rem;
          gap: 1.25rem;     
        }

        .rules .container .services .texts .li div b {
          display: none;
        }

        .rules .container .services h2 {
          font-size: 1.125rem;
          line-height: 1.75rem;          
        }

        .rules .container .services h2 b {
          font-size: 1.125rem;
          line-height: 1.75rem;           
        }

        footer .container .left .partners div {
          grid-template-columns: 1fr 1fr;
        }

        footer .container {
          flex-direction: column;
        }

        footer .container .left .copyright {
          font-size: 13px;
        }

        footer .container .right {
          display: grid;
          grid-template-columns: 1fr 1fr;
          margin-top: 2rem;
        }

        footer .container .right .col p {
          color: #000;
        }

        footer .container .left h3 {
          color: #000;
        }

        modal {
          width: 100%;
          height: 100%;
        }
      }