body,
      html {
        height: 100%
      }

      body,
      html,
      main {
        font-family: Verdana, sans-serif
      }

      main {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        background-color: #103654
      }

      main figcaption,
      main h2,
      main h3,
      main h4,
      main h5,
      main li,
      main p,
      main span {
        color: #fff;
        font-family: Verdana, sans-serif
      }

      main a {
        color: #000;
        font-family: Verdana, sans-serif
      }

      main a:hover {
        text-decoration: none
      }

      main .faq-container,
      main .general-table,
      main figure,
      main h1,
      main h2,
      main h3,
      main h4,
      main h5,
      main h6,
      main ol,
      main p,
      main ul {
        margin: 0 auto;
        width: 96%
      }

      main figure {
        margin: 0 auto 20px
      }

      main p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.45
      }

      main .wrapper {
        width: 100%;
        max-width: 1128px;
        margin: 0 auto
      }

      .contentMain a {
        color: #688c29;
        text-decoration: underline;
        text-underline-offset: 5px;
        font-size: 15px
      }

      body {
        overflow-x: hidden;
        position: relative;
        background: #103654
      }

      a {
        text-decoration: none;
        transition: .3s
      }

      button,
      input,
      table,
      tbody,
      td,
      thead,
      tr {
        font-family: Verdana, sans-serif
      }

      button,
      input {
        border: none;
        box-shadow: none;
        transition: .3s
      }

      input {
        outline: none
      }

      a,
      li,
      p,
      span {
        font-size: 18px;
        line-height: normal
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        text-align: center;
        padding: 15px 0;
        color: #fff
      }

      .content-block h1 {
        font-size: 36px;
        color: #fff;
        display: flex
      }

      .content-block h1,
      h2 {
        line-height: 40px;
        text-align: right
      }

      h2 {
        font-size: 32px
      }

      h3 {
        text-align: right;
        font-size: 26px;
        line-height: 36px
      }

      h4 {
        font-size: 16px;
        line-height: 18px
      }

      h5,
      h6 {
        font-size: 14px;
        line-height: 16px
      }

      a,
      b,
      button,
      figcaption,
      h2,
      h3,
      i,
      input,
      label,
      li,
      p,
      span,
      td,
      tr {
        color: #1e1e24
      }

      p {
        padding-bottom: 20px
      }

      li {
        list-style: none
      }

      button {
        cursor: pointer;
        background: transparent
      }

      img {
        max-width: 100%;
        display: block
      }

      i {
        font-style: normal
      }

      #__next {
        min-height: 100%;
        flex-direction: column
      }

      #__next,
      .content__wrapper {
        display: flex
      }

      .content {
        position: relative;
        flex-grow: 1;
        max-width: 1200px;
        margin: 0 auto 20px;
        padding: 80px 20px 40px;
        width: 100%
      }

      .content .content-block {
        margin-bottom: 20px;
        border-radius: 20px;
        background: transparent
      }

      .content .content-block .added-dynamic {
        border-radius: 15px;
        margin-bottom: 20px;
        padding: 10px;
        background-color: rgba(208, 220, 216, .05)
      }

      .content .general-ol {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
        counter-reset: counter-ol;
        padding-left: 20px
      }

      .content .general-ol li {
        position: relative;
        padding-left: 0;
        margin-bottom: 10px;
        padding-right: 35px;
        width: 48%;
        counter-increment: counter-ol
      }

      .content .general-ol li:before {
        content: no-open-quote;
        background: url(/list.svg) no-repeat;
        background-size: auto;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 0;
        top: 7px;
        background-size: cover
      }

      .content .general-ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px
      }

      .content .general-ul li {
        position: relative;
        padding-bottom: 10px;
        padding-right: 35px;
        width: 48%
      }

      .content .general-ul li:before {
        content: no-open-quote;
        background: url(/list.svg) no-repeat;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 0;
        top: 7px;
        background-size: cover
      }

      .pageError {
        min-height: calc(100vh - 70px)
      }

      .buttons {
        display: flex;
        align-items: center
      }

      .imgWrap {
        display: block;
        position: relative
      }

      figure {
        margin-bottom: 20px;
        text-align: center
      }

      figure span {
        height: 50%;
        width: 100%;
        position: absolute;
        left: 0;
        top: -50%
      }

      figcaption {
        color: #1e1e24;
        font-size: 14px
      }

      .general-image {
        display: block;
        border-radius: 15px;
        max-height: 500px;
        width: auto;
        height: auto;
        margin: 0 auto 10px
      }

      .general-image.vertical {
        max-height: 500px;
        max-width: 70%
      }

      .general-image.horizontal {
        max-width: 100%
      }

      .general-table {
        margin-bottom: 20px;
        border-collapse: collapse;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        line-height: 18px
      }

      .general-table thead {
        background: #1e3864
      }

      .general-table tr th {
        padding: 10px;
        text-align: center;
        color: #fff;
        border: 1px solid hsla(0, 0%, 98%, .2)
      }

      .general-table .general-tbody .general-tr {
        word-wrap: anywhere;
        background: #103654
      }

      .general-table .general-tbody .general-td {
        padding: 10px;
        text-align: center;
        color: #fff;
        border: 1px solid rgba(0, 0, 0, .1)
      }

      .general-table .general-tbody tr:nth-child(2n) {
        background: rgba(208, 220, 216, .05)
      }

      .faq-container {
        padding: 18px 50px 18px 15px
      }

      .faq-container .faq-item {
        position: relative;
        min-height: 30px;
        margin: 0 auto 20px;
        background-color: #234661;
        padding: 20px 50px 20px 40px;
        background: #234661 url(/faq-down.svg) no-repeat;
        background-size: 20px;
        background-position: 96% 30px
      }

      .faq-container .faq-item:last-child {
        border-bottom: none
      }

      .faq-container .faq-item:hover .icon:after,
      .faq-container .faq-item:hover .icon:before {
        background: #63b0e8
      }

      .faq-container .faq-question {
        padding-bottom: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        position: relative;
        top: 10px
      }

      .faq-container .faq-answer {
        padding: 10px 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        position: relative;
        opacity: 0;
        transition: .4s ease
      }

      .faq-container .icon {
        height: 18px;
        position: absolute;
        width: 18px;
        right: 10px;
        top: 11px;
        z-index: 2;
        display: none
      }

      .faq-container .icon:after,
      .faq-container .icon:before {
        background: #63b0e8;
        content: no-open-quote;
        height: 4px;
        right: 0;
        position: absolute;
        top: 150%;
        width: 18px;
        transition: transform .5s ease
      }

      .faq-container .toggle {
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        position: absolute;
        top: 0;
        z-index: 3
      }

      .faq-container .toggle.open~.faq-container .faq-item {
        background: #234661 url(/faq-up.svg) no-repeat
      }

      .faq-container .toggle:not(:checked)~.faq-container .faq-item {
        background: url(/faq-up.svg) no-repeat
      }

      .faq-container .toggle:checked~.faq-answer {
        height: auto;
        opacity: 1;
        z-index: 2
      }

      .columns {
        display: flex;
        align-items: center;
        justify-content: space-between
      }

      .columns li,
      .columns p {
        width: 100%
      }

      .columns .column {
        width: 48%
      }

      .columns .column-header {
        padding-top: 0;
        text-align: left
      }

      .columns .column-p {
        position: relative;
        margin-left: 15px;
        padding-left: 25px
      }

      .columns .column-p:before {
        content: no-open-quote;
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(/list.svg);
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
        top: 8px
      }

      .table_of_contents {
        margin: 19px 0
      }

      .table_of_contents .toggle {
        display: none
      }

      .table_of_contents .lbl-toggle {
        display: inline-block;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        padding: 10px;
        color: #fff;
        background: #53be2e;
        cursor: pointer;
        border-radius: 7px;
        transition: all .25s ease-out
      }

      .table_of_contents .lbl-toggle:before {
        content: no-open-quote;
        display: inline-block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid;
        vertical-align: middle;
        margin-right: .7rem;
        transform: translateY(-2px);
        transition: transform .2s ease-out
      }

      .table_of_contents .toggle:checked+.lbl-toggle:before {
        transform: rotate(90deg) translateX(-3px)
      }

      .table_of_contents .lbl-toggle:hover {
        background: #08f
      }

      .table_of_contents .toggle:checked+.lbl-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
      }

      .table_of_contents .table_box {
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease-in-out;
        display: flex;
        width: 100%;
        max-width: 500px;
        flex-direction: column
      }

      .table_of_contents .toggle:checked+.lbl-toggle+div {
        max-height: 1000px;
        border: 1px solid #fff;
        padding: 20px;
        margin-top: 12px;
        border-radius: 8px
      }

      .table_of_contents .table_link {
        position: relative;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.8
      }

      .table_of_contents .table_link:before {
        content: no-open-quote;
        position: absolute;
        width: 8px;
        height: 8px;
        top: 32%;
        left: 0;
        background: #08f;
        border-radius: 50%;
        transition: all .25s ease-out
      }

      .table_of_contents .table_link:hover {
        color: #08f
      }

      .content404Page {
        height: 100vh;
        max-width: 100%;
        width: 100%;
        background: #002F5E;
      
      }
      .top404Page {
        background: #FFFFFF;
        height: 60px;
      }
      .top404Page_inner {
        display: flex;
        align-items: center;
        height: 100%;
        width: 98%;
        max-width: 1128px;
        margin: 0 auto;
      }
      .top404Page_inner img {
        width: 128px;
        height: 28px;
      }
      .page404Text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
      }
      .page404Text img {
        width: 485px;
        height: 388px;
      }
      .page404Text p {
        font-family: Tahoma, sans-serif;
        font-size: 32px;
        line-height: 35px;
        font-weight: 700;
        width: 100%;
        text-align: center;
        padding: 0 0 28px 0;
        color: #D3EAFF;
      }
      .page404Text button {
        background: #2697FF;
        padding: 23px 108px;
        font-size: 24px;
        line-height: 26px;
        font-weight: 700;
        font-family: Tahoma, sans-serif;
        border-radius: 10px;
        color: #fff;
      }
      .page404Text button:hover {
        opacity: 0.8;
      }
      
      @media screen and (max-width: 1250px) {
       
        .top404Page_inner {
            justify-content: center;
        }
        
        .page404Text {
            padding: 24px 18px 0 18px;
        }
        .page404Text img {
            width: 100%;
            max-width: 300px;
            height: auto;
        }
        .page404Text p {
            font-size: 18px;
            line-height: 20px;
            padding: 0 0 20px 0;
        }
        .page404Text button {
            padding: 14px 18px;
            font-size: 16px;
        }
      }      

      .contentMap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
        max-width: 100%;
        width: 100%;
        background: #205685
      }

      .contentMap h1 {
        text-align: left;
        color: #1e1e24;
        margin-bottom: 64px
      }

      .contentMap .sitemapLinks {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 640px
      }

      .contentMap .sitemapLinks a {
        display: inline-block;
        color: #fff;
        margin: 0 auto 12px;
        position: relative
      }

      .contentMap .sitemapLinks a:before {
        position: absolute;
        left: -16px;
        top: calc(50% - 4px);
        content: no-open-quote;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%
      }

      .contentMap .sitemapLinks a:hover {
        color: #92c637
      }

      .reviews-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;
        vertical-align: middle;
        width: 100%;
        padding: 20px;
        border: 1px solid #007acc;
        border-radius: 10px;
        margin-bottom: 12px
      }

      .reviews-name {
        font-weight: 700;
        font-size: 20px;
        color: #fff
      }

      .form {
        background: #007acc;
        width: 96%;
        border-radius: 10px
      }

      .form-send-wrapper h2 {
        margin: 0;
        padding-left: 0;
        padding-right: 0
      }

      .form__btn {
        border: 1px solid #007acc;
        margin-top: 15px;
        background: #fff;
        color: #007acc;
        width: 100%;
        border-radius: 8px;
        max-width: 200px
      }

      .form .success {
        display: none;
        padding: 40px 0
      }

      .form .success p {
        font-size: 26px
      }

      .form__input,
      .form__name {
        border-radius: 10px
      }

      .form__name {
        color: #000
      }

      .img-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .7);
        transition: opacity .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center
      }

      .img-overlay:target {
        visibility: visible;
        opacity: 1
      }

      .img-overlay .img-popup {
        margin: 70px auto;
        padding: 20px;
        border-radius: 5px;
        width: 100%;
        position: relative;
        transition: all 5s ease-in-out
      }

      .img-overlay .img-popup.horizontal {
        aspect-ratio: 1/.2
      }

      .img-overlay .img-popup.vartical {
        aspect-ratio: .5/1
      }

      .mobile-mockup {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
      }

      .mobile-mockup h2 {
        padding-bottom: 60px;
        padding-left: 200px;
        font-size: 38px;
        line-height: 42px;
        width: 100%
      }

      .img-mockup {
        position: absolute;
        bottom: -12px;
        left: 40px;
        object-fit: contain
      }

      .contentButton {
        padding: 5px 10px;
        text-transform: uppercase;
        font-size: 22px;
        width: 100%;
        max-width: 320px;
        background: #009dff;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 0 3px #000;
        border-radius: 5px;
        margin: 0 10px 20px
      }

      @media screen and (max-width:790px) {
        .mobile-mockup h2 {
          display: flex;
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          padding-left: 120px;
          padding-bottom: 20px;
          justify-content: right
        }

        .mobile-mockup button {
          max-width: 100%;
          z-index: 1
        }

        .img-mockup {
          width: 107px;
          height: 180px;
          bottom: 47px;
          left: 20px
        }

        .mobile-mockup {
          height: 206px;
          justify-content: space-between
        }
      }

      .button-block {
        padding: 0 0 20px;
        text-align: center
      }

      .button-block button {
        padding: 7px 10px;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0 0 3px #000;
        border-radius: 5px;
        background: #009dff;
        box-shadow: 0 4px 12px 0 rgba(0, 26, 255, .26);
        width: 100%;
        max-width: 320px
      }

      .quote {
        position: relative;
        margin: 30px auto 40px;
        width: 98%;
        max-width: 600px;
        border-radius: 12px;
        background: #007acc
      }

      .quote p {
        padding: 40px 40px 20px;
        width: 100%;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        color: #fff
      }

      .quote:after {
        position: absolute;
        content: no-open-quote;
        width: 60px;
        height: 60px;
        background-image: url(/quote-icon.svg);
        background-repeat: no-repeat;
        background-size: cover;
        left: 45%;
        top: -30px
      }

      @media (max-width:1250px) {
        .content-block h1 {
          font-size: 26px;
          line-height: 30px
        }
      }

      @media screen and (max-width:1250px) {
        main .wrapper {
          padding: 0 10px
        }

        .content-block h1 {
          font-size: 26px;
          line-height: 30px
        }

        h2 {
          font-size: 22px;
          line-height: 32px
        }

        h3 {
          font-size: 20px;
          line-height: 30px
        }

        h4 {
          font-size: 18px;
          line-height: 28px
        }

        h5,
        h6 {
          font-size: 16px;
          line-height: 26px
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
          padding: 10px 0
        }

        .content {
          padding-top: 80px
        }

        .content .contentMain,
        .content .general-ol li,
        .content .general-ul li {
          width: 100%
        }

        .columns {
          flex-wrap: wrap
        }

        .columns .column {
          width: 100%
        }

        .column-p {
          margin-left: 0
        }

        .footer-block-btn .buttons {
          justify-content: space-evenly;
          width: 100%
        }

        .footer-block-btn .buttons .logButton,
        .footer-block-btn .buttons .regButton {
          padding: 7px 5px
        }

        .footer-block-btn .buttons .logButton {
          width: 100%;
          margin-right: 0;
          background: #009dff;
          color: #fff;
          font-weight: 700;
          text-shadow: 0 0 3px #000;
          max-width: 320px;
          padding: 5px 10px;
          display: block
        }

        .footer-block-btn .buttons .logButton:hover {
          color: #fff
        }

        .footer-block-btn .buttons .regButton {
          width: 38%
        }
      }

      @media screen and (max-width:515px) {
        h2 {
          font-size: 18px;
          line-height: 28px
        }
      }

      @media screen and (max-width:400px) {
        .general-table {
          overflow-x: auto;
          max-width: 100%;
          display: flex
        }
      }

      .telegram_new {
        height: 200px;
        background: #fff;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        margin-top: 28px
      }

      .telegram_new_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/uploads/img/tg_img.webp) no-repeat;
        background-size: contain;
        background-position: 0 0;
        z-index: 1
      }

      .telegram_new_text {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        gap: 20px;
        padding-right: 90px;
        position: relative;
        z-index: 2
      }

      .telegram_new_text p {
        color: #234661;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        padding: 0;
        width: 100%
      }

      .telegram_new_text button {
        background: #14a0ff;
        box-shadow: 4px 4px 7.6px 0 rgba(18, 53, 100, .502);
        padding: 12px 54px;
        color: #fff;
        border: 3px solid #fff;
        border-radius: 100px;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px
      }

      .telegram_new_text button:hover {
        background: #077fcf
      }

      @media screen and (max-width:1250px) {
        .telegram_new_text {
          padding-right: 36px
        }
      }

      @media screen and (max-width:1050px) {
        .telegram_new_text {
          flex-direction: column;
          align-items: flex-end;
          justify-content: center;
          align-content: flex-start
        }

        .telegram_new_text p {
          font-size: 24px;
          line-height: 36px;
          max-width: 385px
        }

        .telegram_new_text button {
          font-size: 20px;
          line-height: 30px;
          align-self: flex-start;
          margin-right: 0
        }
      }

      @media screen and (max-width:900px) {
        .telegram_new_img {
          background-size: cover
        }
      }

      @media screen and (max-width:680px) {
        .telegram_new_img {
          background: url(/uploads/img/tg_img_mobile.webp) no-repeat;
          background-size: cover;
          background-position: 0 0
        }

        .telegram_new_text button {
          font-size: 16px;
          line-height: 24px;
          padding: 12px 35px
        }

        .telegram_new_text {
          padding-right: 12px
        }

        .telegram_new_text p {
          font-size: 20px;
          line-height: 30px;
          max-width: 280px
        }
      }

      @media screen and (max-width:500px) {
        .telegram_new_img {
          background-position: 15% 0
        }
      }

      .apk_new {
        height: 200px;
        background: #fff;
        border-radius: 10px;
        position: relative;
        overflow: hidden
      }

      .apk_new_text {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        gap: 20px;
        padding-right: 90px;
        position: relative;
        z-index: 1
      }

      .apk_new_text h2 {
        color: #234661;
        font-size: 32px;
        font-weight: 700;
        line-height: 48px;
        padding: 0;
        width: 100%
      }

      .apk_new button {
        background: #14a0ff;
        box-shadow: 4px 4px 7.6px 0 rgba(18, 53, 100, .502);
        padding: 12px 54px;
        color: #fff;
        border: 3px solid #fff;
        border-radius: 100px;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px
      }

      .apk_new button:hover {
        background: #077fcf
      }

      .apk_new .apk_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 662px;
        height: 100%;
        background: url(/uploads/img/app-elipse.svg) no-repeat;
        background-size: cover;
        background-position: 0 38%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        z-index: 1
      }

      .apk_new .apk_img img {
        width: 324px;
        height: 195px
      }

      @media screen and (max-width:1250px) {
        .apk_new_text {
          padding-right: 36px
        }
      }

      @media screen and (max-width:1050px) {
        .apk_new .apk_img {
          left: -200px
        }

        .apk_new_text h2 {
          font-size: 24px;
          line-height: 36px
        }

        .apk_new button {
          font-size: 18px;
          line-height: 30px
        }
      }

      @media screen and (max-width:680px) {
        .apk_new .apk_img img {
          width: 208px;
          height: 125px;
          margin-right: 25px
        }

        .apk_new .apk_img {
          width: 392px;
          justify-content: flex-start;
          background-position: 0 18%
        }

        .apk_new_text {
          padding-right: 12px
        }

        .apk_new_text h2 {
          font-size: 20px;
          line-height: 30px;
          padding-left: 120px
        }

        .apk_new button {
          font-size: 16px;
          line-height: 24px;
          padding: 12px 35px
        }
      }

      .football_final {
        margin-top: 0;
        width: 100%;
        height: 380px;
        background: linear-gradient(180deg, #143cda, #0b2074);
        overflow: hidden;
        position: relative
      }

      .football_final .logo_champs {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%
      }

      .football_final .logo_champs_inner {
        width: 685px;
        height: 331px;
        background: url(/logo_champs.svg) no-repeat;
        background-size: contain
      }

      .football_final .flags {
        width: 100%;
        height: 86px;
        background: url(/flag-1.webp) no-repeat;
        position: absolute;
        top: 24px;
        left: 0;
        background-size: cover;
        background-position: 50%;
        z-index: 2
      }

      .football_final_inner {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 576px;
        margin: 0 auto;
        position: relative;
        height: 100%;
        padding-top: 20px
      }

      .football_final_inner .item_left {
        position: absolute;
        bottom: 0;
        left: -390px;
        width: 420px;
        height: 380px;
        background: url(/img_1-1.webp) no-repeat;
        background-size: cover;
        z-index: 3
      }

      .football_final_inner .item_right {
        position: absolute;
        bottom: 0;
        right: -390px;
        width: 420px;
        height: 380px;
        background: url(/img_2-1.webp) no-repeat;
        background-size: cover;
        z-index: 3
      }

      .football_final_inner .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 4;
        gap: 33px;
        justify-content: center
      }

      .football_final .text {
        width: 348px;
        height: 157px;
        background: url(/text-1.webp) no-repeat;
        background-size: contain
      }

      .football_final .info_button {
        display: flex;
        justify-content: center
      }

      .football_final .info_button button {
        background: #f8c602;
        border: 1px solid #0051d8;
        padding: 20px 114px;
        border-radius: 10px;
        color: #000d40;
        font-size: 20px;
        line-height: 24px;
        font-family: Tahoma, sans-serif;
        font-weight: 700;
        text-transform: uppercase
      }

      .football_final .info_button button:hover {
        opacity: .8
      }

      .football_final .football_mobile {
        display: none
      }

      @media screen and (max-width:1140px) {
        .football_final {
          height: 378px
        }

        .football_final .flags,
        .football_final_inner .item_left,
        .football_final_inner .item_right {
          display: none
        }

        .football_final_inner .info {
          justify-content: flex-start;
          gap: 24px
        }

        .football_final .text {
          height: 97px;
          max-width: 200px
        }

        .football_final .info_button button {
          font-size: 16px;
          line-height: 20px;
          padding: 12px 25px
        }

        .football_final_inner {
          min-width: 240px
        }

        .football_final .football_mobile {
          display: flex;
          justify-content: flex-end;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 3;
          width: 100%
        }

        .football_final .football_mobile_inner {
          height: 175px;
          width: 70%;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center
        }

        .football_final .football_mobile .mobile_players {
          height: 205px;
          width: 285px;
          background: url(/img-mob-1.webp) no-repeat;
          background-size: contain;
          position: absolute;
          right: -170px;
          bottom: 0;
          background-position: 100% 100%
        }

        .football_final .football_mobile_inner .mobile_flags {
          height: 90px;
          width: 100%;
          background: url(/flag-mob-1.webp) no-repeat;
          background-size: cover
        }

        .football_final .logo_champs_inner {
          width: 333px;
          height: 161px
        }

        .football_final .logo_champs {
          align-items: flex-end;
          bottom: 50px;
          top: auto
        }
      }

      @media screen and (max-width:420px) {
        .football_final .football_mobile_inner {
          width: 100%
        }

        .football_final .football_mobile .mobile_players {
          right: -80px
        }
      }

      .header {
        background: #234661;
        box-shadow: 0 0 50px 5px rgba(0, 0, 0, .1);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        padding: 8px 0
      }

      .header .headerInner {
        justify-content: space-between;
        height: 100%
      }

      .header .headerInner,
      .header .headerInner .header__top {
        display: flex;
        align-items: center
      }

      .header .headerInner .header__top .logo {
        display: none
      }

      .header .headerInner .header__top .header__top-download {
        display: flex;
        align-items: center;
        margin-right: 20px;
        padding: 5px 5px 5px 10px;
        border-radius: 20px;
        background-color: #054588
      }

      .header .headerInner .header__top .header__top-download span {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase
      }

      .header .headerInner .header__top .header__top-download button {
        width: 20px;
        height: 20px;
        margin: 0 5px;
        fill: #428cdc;
        transition: .4s
      }

      .header .headerInner .header__top .header__security {
        margin-right: 20px;
        display: flex;
        align-items: center;
        height: 40px;
        padding: 10px;
        background: #054588;
        border-radius: 20px;
        transition: all .2s ease;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        border: 2px solid #054588
      }

      .header .headerInner .header__top .header__security button {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        text-transform: uppercase
      }

      .header .headerInner .header__top .header__security button .security-img {
        display: block;
        background: url(/uploads/img/security.svg);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat
      }

      .header .headerInner .header__top .header__top-stocks {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        height: 40px;
        font-size: 12px;
        font-weight: 700;
        background-color: #428cdc;
        color: #fff;
        background-image: linear-gradient(0deg, #428cdc, #0992af);
        box-shadow: 0 11px 27px rgba(66, 140, 220, .63);
        border-radius: 20px
      }

      .header .headerInner .header__top .header__top-stocks button {
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-weight: 600
      }

      .header .headerInner .header__top .header__top-stocks button svg {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        fill: #fff;
        transition: fill .15s ease-in
      }

      .header .headerInner .logo a {
        display: block
      }

      .header .headerInner .logo .ampLogo {
        position: relative
      }

      .header .headerInner .logo .ampLogo button {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
      }

      .header .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        max-height: 52px
      }

      .header .menu .links {
        justify-content: center;
        border-radius: 20px;
        margin-right: 200px
      }

      .header .menu .choose,
      .header .menu .links {
        display: flex;
        align-items: center
      }

      .header .menu .choose img {
        border-radius: 50%
      }

      .header .menu .choose span {
        margin-left: 8px;
        font-size: 13px;
        font-weight: 600;
        color: #fff
      }

      .header .menu a {
        margin-right: 10px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        padding: 10px
      }

      .header .menu a:last-child {
        margin-right: 15px
      }

      .header .menu a:hover {
        background: #1a3e5b
      }

      .header .menu a.active {
        color: #688c29
      }

      .header .menu .btn-bonus-buy {
        font-size: 15px;
        display: flex;
        align-items: center;
        border-radius: 20px;
        border: 2px solid #ffb801;
        padding: 0 20px;
        color: #fff;
        line-height: 1.15;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        transition: color .3s ease
      }

      .header .menu .btn-bonus-buy img {
        margin-right: 8px
      }

      .buttons .logButton {
        border-radius: 8px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        padding: 5px 10px;
        text-transform: uppercase;
        background: #fff;
        transition: all .1s ease-in-out;
        color: #000;
        margin-right: 20px;
        line-height: 1.2;
        font-size: 14px;
        font-weight: 700
      }

      .buttons .logButton:active,
      .buttons .logButton:hover {
        color: #688c29
      }

      .buttons .regButton {
        position: relative;
        margin-right: 0;
        background: #688c29;
        border-radius: 8px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        transition: all .1s ease-in-out;
        line-height: 1.2;
        font-size: 14px;
        padding: 5px 10px 5px 25px
      }

      .buttons .regButton:before {
        content: no-open-quote;
        position: absolute;
        width: 17px;
        height: 17px;
        background-image: url(/reg-icon.svg);
        background-repeat: no-repeat;
        background-size: cover;
        left: 5px;
        top: 3px
      }

      @media screen and (max-width:1250px) {
        .header {
          height: 50px
        }

        .header .menu .links {
          display: none
        }

        .header .headerInner .header__top {
          width: 100%
        }

        .header .headerInner .header__top .logo {
          display: flex;
          width: 100%;
          align-items: center;
          justify-content: center
        }

        .header .headerInner .header__top .header__security,
        .header .headerInner .header__top .header__top-download,
        .header .headerInner .header__top .header__top-stocks span {
          display: none
        }

        .header .headerInner .header__top .header__top-stocks {
          height: 30px;
          padding: 0 10px
        }

        .header .headerInner .header__top .header__top-stocks button svg {
          margin-right: 0
        }

        .buttons {
          display: block
        }

        .buttons .logButton {
          display: none
        }

        .buttons .regButton {
          margin-right: 0
        }

        .buttons .logButton,
        .buttons .regButton {
          font-size: 16px
        }
      }

      .breadcrumbs {
        display: flex;
        align-items: center;
        padding-top: 50px;
        overflow-x: hidden
      }

      .breadcrumbs a {
        color: #688c29;
        font-size: 14px;
        text-decoration: none
      }

      .breadcrumbs a:hover {
        text-decoration: unset
      }

      .breadcrumbs .last {
        position: relative;
        margin-left: 10px;
        font-size: 14px
      }

      .breadcrumbs a:after {
        display: inline-block;
        width: 11px;
        height: 11px;
        background-image: url(/arrow-right.svg);
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: 10px;
        content: no-open-quote
      }

      @media screen and (max-width:1250px) {
        .breadcrumbs {
          padding-top: 35px
        }

        .breadcrumbs .last,
        .breadcrumbs a {
          font-size: 11px
        }
      }

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Verdana
      }

      .app_top {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto -100px
      }

      .app_top .button-banner {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        position: relative;
        z-index: 9999
      }

      .app_top .button-banner button {
        border-radius: 4px;
        background: #0098fb;
        display: flex;
        max-width: 400px;
        width: 95%;
        padding: 9px 0;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-shadow: 0 0 4px rgba(0, 0, 0, .4);
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px
      }

      .app_top .button-banner button:after {
        content: no-open-quote;
        width: 150px;
        height: 150px;
        border-radius: 100%;
        border: 6px solid #0098fb;
        background: linear-gradient(125deg, #0098fb, #0098fb);
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: ring 1.5s infinite
      }

      @keyframes ring {
        0% {
          width: 30px;
          height: 30px;
          opacity: 1
        }

        to {
          width: 300px;
          height: 300px;
          opacity: 0
        }
      }

      .app_top .button-wrap {
        max-width: 1200px;
        width: 95%;
        display: flex;
        margin: 80px auto 0;
        justify-content: right;
        align-items: flex-start;
        gap: 20px
      }

      .app_top h2 {
        padding: 0;
        height: 45px
      }

      .app_top .app_left {
        max-width: 200px;
        height: auto;
        width: 100%;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
      }

      .app_top .app_left .app_left-img-mobil {
        display: none
      }

      .app_top .app_left .app_button {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center
      }

      .app_top .app_left .app_button .ios_main {
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: #1981c8;
        padding: 20px 66px;
        margin-bottom: 20px;
        margin-top: 20px
      }

      .app_top .app_left .app_button .ios_main button {
        color: #fff;
        height: 18px;
        font-family: Verdana;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        margin-left: 14px
      }

      .app_top .app_left .app_button .android_main {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        background: #1981c8;
        padding: 20px 43px
      }

      .app_top .app_left .app_button .android_main button {
        color: #fff;
        height: 18px;
        font-family: Verdana;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        margin-left: 14px
      }

      .app_top .app_right {
        width: 100%;
        max-width: 620px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
        height: auto
      }

      .app_top .app_right .right_logo {
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column
      }

      .app_top .app_right .right_logo img {
        margin-bottom: 16px
      }

      .app_top .app_right .right_logo .logo_info {
        text-align: center;
        color: #fff
      }

      .app_top .app_right .right_logo .logo_info,
      .app_top .app_right .right_logo .logo_info .logo_info-color {
        font-family: Verdana;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: .96px;
        text-transform: uppercase
      }

      .app_top .app_right .right_logo .logo_info .logo_info-color {
        color: #14a0ff
      }

      .app_top .app_right .right_info {
        display: flex
      }

      .app_top .app_right .right_info .info_text {
        color: #fff;
        font-family: Verdana;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px
      }

      .app_top .app_right .right_info .stars {
        display: flex;
        align-items: center
      }

      .app_top .app_right .right_info .stars .star {
        margin-right: 8.5px
      }

      .app_top .app_right .right_info .stars .star svg {
        width: 28px;
        height: 28px
      }

      .app_top .app_right .right_info .info_text_desc {
        color: #fff;
        text-align: right;
        font-family: Verdana;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px
      }

      .app_top .app_right .right_info .info_text_desc span {
        color: #fff;
        font-family: Verdana;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px
      }

      .app_top .app_right .right_info .info_text_desc .desc_color {
        color: #1e4f88;
        font-family: Verdana;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px
      }

      @media screen and (max-width:1250px) {
        .app_top {
          gap: 50px
        }
      }

      @media screen and (max-width:970px) {
        .app_top {
          flex-direction: column
        }

        .app_top .app_left .app_button .ios_main {
          padding: 20px 45px
        }

        .app_top .app_left .app_button .ios_main button {
          font-size: 15px
        }

        .app_top .app_left .app_button .android_main {
          padding: 20px 26px
        }

        .app_top .app_left .app_button .android_main button {
          font-size: 15px
        }

        .app_top .app_left .app_left .app_left-img {
          width: 100%;
          max-width: 100px;
          height: auto
        }

        .app_top .app_left .app_left .app_left-img img {
          width: 100px;
          height: 100px
        }

        .app_top .app_left .app_left-img-mobil,
        .app_top .app_right .right_logo {
          display: none
        }

        .app_top .app_right .right_info .info_text {
          font-size: 14px;
          line-height: 20px
        }

        .app_top .app_right .right_info .info_text_desc {
          font-size: 12px;
          line-height: 20px
        }

        .app_top .app_right .right_info .info_text_desc .desc_color,
        .app_top .app_right .right_info .info_text_desc span {
          font-size: 14px
        }

        .app_top .app_right .right_info .stars .star {
          margin-right: 3px
        }

        .app_top .app_right .right_info .stars .star svg {
          width: 12px;
          height: 12px
        }
      }

      @media screen and (max-width:515px) {
        .app_top .app_left img {
          width: auto;
          height: auto
        }
      }

      .burger {
        display: none;
        position: relative
      }

      .mobileMenu {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        z-index: 5;
        background: #103654;
        width: 100%;
        max-width: 350px;
        min-height: 100vh;
        padding: 30px 20px;
        transition: right .8s
      }

      .mobileMenu .buttons {
        display: block;
        margin-top: 32px
      }

      .mobileMenu .buttons button {
        display: block;
        margin: 0 auto 12px;
        width: 50%
      }

      .mobileMenu[hidden] {
        right: -200%
      }

      .mobileMenu .mobileMenuTop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px
      }

      .mobileMenu .mobileMenuLinks {
        display: flex;
        flex-direction: column;
        gap: 26px;
        align-items: center
      }

      .mobileMenu .mobileMenuLinks a {
        color: #fff;
        font-size: 18px;
        text-align: center;
        font-weight: 700;
        line-height: 10px;
        text-transform: uppercase;
        display: block;
        text-align: right;
        width: 100%
      }

      .mobileMenu .mobileMenuLinks .btn-bonus-buy {
        font-size: 15px;
        display: flex;
        align-items: center;
        border-radius: 20px;
        border: 2px solid #ffb801;
        padding: 0 20px;
        color: #fff;
        line-height: 1.15;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        transition: color .3s ease
      }

      .mobileMenu .mobileMenuLinks .btn-bonus-buy img {
        margin-right: 8px
      }

      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        z-index: 1;
        display: block
      }

      .overlay[hidden] {
        display: none
      }

      @media screen and (max-width:1250px) {
        .burger {
          display: block
        }
      }

      .main__sidebar {
        position: sticky;
        margin-right: 20px;
        height: 100%;
        top: 120px;
        width: 330px;
        background-color: #003266;
        border-radius: 15px
      }

      .main__sidebar-banner {
        position: relative;
        width: 100%;
        padding: 15px 20px 5px;
        text-align: center;
        background-image: url(/uploads/img/double_lines.svg);
        background-repeat: no-repeat;
        background-position: 50% 0;
        top: 20px
      }

      .main__sidebar-banner:before {
        content: no-open-quote;
        position: absolute;
        display: block;
        background-image: url(/uploads/img/crown.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 87px;
        height: 59px;
        left: 0;
        right: 0;
        margin: auto;
        top: -35px
      }

      .main__sidebar-banner-title {
        margin-top: 12px;
        margin-bottom: 5px;
        padding: 0 12px;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px
      }

      .main__sidebar-banner-bonus {
        padding: 0 8px;
        min-height: 30px;
        line-height: 1;
        color: #ffba00;
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase
      }

      .main__sidebar-btn {
        position: relative;
        display: inline-block;
        text-decoration: none;
        margin-top: 7px;
        min-width: 126px;
        line-height: 40px;
        box-shadow: 0 11px 27px rgba(250, 65, 0, .63);
        background-color: #fa4d00;
        background-image: linear-gradient(0deg, #fa4d00, #fa8100);
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        border-radius: 30px
      }

      .main__sidebar-item-btn img {
        margin-right: 10px
      }

      .main__sidebar-list {
        margin-bottom: 10px;
        margin-top: 20px
      }

      .main__sidebar-item {
        border-top: 2px solid #043e7d
      }

      .main__sidebar-item:first-child {
        border: none
      }

      .main__sidebar-item-btn {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        text-transform: uppercase;
        color: #fff;
        transition: all .2s;
        padding-left: 15px
      }

      .main__sidebar-item-btn:hover {
        color: #1183d3
      }

      .main__sidebar-item-btn:focus {
        color: #ffba00
      }

      .sidebar__games-btn img {
        margin-right: 10px
      }

      .sidebar__form-search {
        display: flex;
        align-items: center
      }

      .sidebar__form-input {
        position: relative;
        margin-top: 10px;
        padding: 5px 15px 5px 40px;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        color: #1183d3;
        text-align: left;
        border: 2px solid #0d4177;
        background-color: #003266
      }

      .sidebar__form-icon {
        position: absolute;
        margin-bottom: -11px;
        margin-left: 12px;
        width: 20px;
        height: 20px;
        z-index: 1
      }

      .sidebar__games {
        background-color: #fff;
        border-radius: 15px
      }

      .sidebar__games-item {
        border-top: 2px solid #e8ecf1
      }

      .sidebar__games-item:first-child {
        border: none
      }

      .sidebar__games-btn {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        color: #000;
        text-transform: uppercase;
        transition: all .2s;
        padding-left: 15px
      }

      .sidebar__games-btn:hover {
        color: #1183d3
      }

      .sidebar__games-btn:focus {
        color: #fa4d00
      }

      .sidebar__games-icon {
        display: inline;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        line-height: 60px;
        vertical-align: middle;
        fill: #9ea7b2
      }

      @media (max-width:1250px) {
        .main__sidebar {
          display: none
        }
      }

      .form {
        justify-content: center;
        gap: 20px;
        max-width: 700px;
        margin: 20px auto;
        background: #051535;
        border: 1px solid #d8dedd;
        padding: 10px 15px
      }

      .form,
      .form label {
        display: flex;
        flex-direction: column
      }

      .form label {
        margin-top: 10px;
        color: #fff;
        font-family: Cairo-SemiBold, sans-serif;
        gap: 3px
      }

      .form__name {
        height: 28px;
        width: 250px
      }

      .form__input {
        width: 100%;
        height: 150px
      }

      .form__btn {
        border: 1px solid #fff;
        background: #13a0ff;
        transition: all .1s ease-in-out;
        font-family: Cairo-SemiBold, sans-serif;
        padding: 13px 28px;
        color: #fff;
        font-size: 17px;
        margin-bottom: 5px
      }

      .form__btn:hover {
        background: #10df09
      }

      .footer {
        padding: 30px 0;
        background: #103654;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 0 50px 5px rgba(0, 0, 0, .1)
      }

      .footer .footer-topside {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        display: none
      }

      .footer .footer-topside .download {
        display: flex;
        align-items: center;
        margin-right: 20px;
        padding: 5px 5px 5px 10px;
        border-radius: 20px;
        background-color: #054588
      }

      .footer .footer-topside .download span {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase
      }

      .footer .footer-topside .download button {
        width: 20px;
        height: 20px;
        margin: 0 5px;
        fill: #428cdc;
        transition: .4s
      }

      .footer .footer-eighteen {
        font-size: 16px;
        text-transform: uppercase;
        border: 2px solid var(--color-primary);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: var(--color-primary);
        font-weight: 500;
        justify-content: center
      }

      .footer .footer-eighteen,
      .footer .payment {
        display: flex;
        align-items: center;
        display: none
      }

      .footer .payment {
        padding: 10px;
        background-color: #102e5b;
        border-radius: 15px;
        justify-content: space-between;
        margin: 0 20px
      }

      .footer .payment .payment-item {
        margin: 5px;
        height: 27px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        width: 120px
      }

      .footer .payment .payment-item.mastercard {
        width: 51px;
        height: 40px;
        background-image: url(/uploads/img/mastercard.svg);
        background-repeat: no-repeat;
        background-size: contain
      }

      .footer .payment .payment-item.visa {
        background-image: url(/uploads/img/visa.svg);
        background-repeat: no-repeat;
        background-size: contain
      }

      .footer .payment .payment-item.maestro {
        width: 64px;
        height: 42px;
        background-image: url(/uploads/img/maestro.svg);
        background-repeat: no-repeat;
        background-size: contain
      }

      .footer .payment .payment-item.webmoney {
        background-image: url(/uploads/img/webmoney.svg);
        background-repeat: no-repeat;
        background-size: contain
      }

      .footer .payment .payment-item.ecopayz {
        background-image: url(/uploads/img/ecopayz.svg);
        background-repeat: no-repeat;
        background-size: contain
      }

      .footer .payment .payment-item.bitcoin {
        background-image: url(/uploads/img/bitcoin.svg);
        background-repeat: no-repeat;
        background-size: contain
      }

      .footer .copy {
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        align-items: center
      }

      .footer .copy,
      .footer .footerInner {
        display: flex;
        justify-content: center
      }

      .footer .footerInner {
        text-align: center;
        flex-direction: column;
        gap: 10px;
        width: 100%
      }

      .footer .footerInner .footer-menu a {
        margin: 0 5px 5px;
        color: #fff
      }

      .footer .footerInner .footer-menu a:hover {
        color: #688c29;
        text-decoration: none
      }

      .footer .footerInner img {
        margin: 0 auto;
        object-fit: contain
      }

      .footer .footerInner .dmca-badge {
        display: block;
        margin-top: 4px;
        margin-bottom: 8px
      }

      .footer .footerInner .dmca-badge img {
        display: block;
        margin: 0 auto
      }

      .footer .footerInner .copyright {
        display: block;
        color: #fff;
        font-size: 15px;
        padding-bottom: 10px
      }

      .footer .scrollTop {
        background: #688c29;
        box-shadow: 0 0 50px 5px rgba(0, 0, 0, .1);
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 60px;
        right: 20px;
        opacity: 0;
        cursor: pointer;
        border-radius: 50%;
        z-index: 5
      }

      .footer .scrollTop.pam_content {
        opacity: 1
      }

      .footer .menu {
        display: none;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 20px 0;
        border-top: 1px solid #fff
      }

      .footer .menu a {
        color: #fff;
        transition: all .3s ease-in-out
      }

      .footer .menu a:hover {
        text-decoration: none;
        color: #fa7135
      }

      .footer-block-btn {
        z-index: 4;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        height: 60px;
        padding-right: 10px;
        padding-left: 10px;
        background-image: linear-gradient(0deg, rgba(0, 50, 102, 0), #003266 73%, #003266 98%);
        background-color: #0a519e;
        display: none;
        justify-content: center;
        align-items: center
      }

      .footer-block-btn .buttons {
        display: flex
      }

      @media (max-width:1200px) {
        .footer-block-btn {
          display: flex
        }

        .footer {
          padding-bottom: 50px
        }

        .footer .menu,
        .footer hr {
          display: none
        }

        .footer .footer-topside {
          justify-content: center;
          padding-bottom: 0
        }

        .footer .footer-topside .download {
          display: none
        }

        .footer .footerInner {
          padding: 0
        }

        .footer .footerInner img {
          display: none
        }
      }