@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/linebet-ar.com/fonts/Inter.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

* {
  font-family: 'Inter', sans-serif;
  font-display: swap;
	padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
    background-color: #FFF;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

a {
    text-decoration: none;
    color: #000;
}

main a {
    color: #066709;
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 5px;
}
  
li {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    line-height: 100%;
}

li ul, li ol {
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #000;
}

h1 {
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 130%;
}

h3 {
    font-size: 28px;
    text-transform: uppercase;
}

p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    max-width: 1500px;
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border: none;
    font-weight: 500;
    table-layout: fixed;
}

table thead {
    background-color: #F1FFF5;
}

table td,
table th {
    width: 1%;
    padding: 10px 30px;
    text-align: center;
    line-height: 130%;
}

table td {
    font-weight: 400;
}

.banner-1440, .banner-764, .banner-390 {
    display: none;
}

.burger {
    display: none;
}

.header-menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-green-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #4ea853;
    width: 100%;
    height: 76.67px;
}

.mobile-green-block.active {
    display: block;
}

/* HEADER START */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1920px;
    width: 100%;
    height: 94px;
    background: -webkit-gradient(linear, left bottom, left top, from(#097e0d), to(#088f0c));
    background: -o-linear-gradient(bottom, #097e0d, #088f0c);
    background: linear-gradient(to top, #097e0d, #088f0c);
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 999999;
}

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1420px;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
}

header nav ul li {
    list-style: none;
    margin-right: 0;
}

header nav ul li:hover a {
    text-decoration: underline;
    text-underline-offset: 7px;
}

.current-menu-item {
    text-decoration: underline;
    text-underline-offset: 7px;
    color: #FFF;
}

header nav ul li a {
    color: #fff;
}

.logo, .logo img {
    width: 181.06px;
    height: 54px;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

.logo img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.header-ref-link {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    width: 112px;
    height: 41px;
    font-size: 16px;
    color: #054C20;
    border: 2px solid #fff;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

.header-ref-link:hover {
    background-color: transparent;
    color: #fff;
}
/* HEADER END */

/* MAIN START */
.icon-lift {
  left: 10px;
  bottom: 50px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
  width: 44px;
  height: 44px;
  background-color: #FFF;
  border-radius: 50%;
}

.icon-lift.visible {
  opacity: 1; 
  visibility: visible;
}

main {
    max-width: 1420px;
    width: 100%;
    padding: 144px 0 50px 0;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 1420px
}

.banner-wrap {
    position: relative;
    overflow: hidden;
    width: 100%; 
    height: 500px;
}

.store-btns {
    position: absolute;
    top: 50%;
    left: 50%; 
    -webkit-transform: translate(-50%, -50%); 
        -ms-transform: translate(-50%, -50%); 
            transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
}

.store-btns-present {
    position:  unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: -15px;
    margin-bottom: -15px;
}

.promokod {
    position: absolute;
    top: 50%;
    left: 50%; 
    -webkit-transform: translate(-50%, -50%); 
        -ms-transform: translate(-50%, -50%); 
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 100;
    font-size: 49.63px;
    font-weight: 400;
    line-height: 130%;
    border-radius: 137.86px;
    border: 4px solid #087F0C;
    -webkit-backdrop-filter: blur(27.57px);
            backdrop-filter: blur(27.57px);
    -webkit-box-shadow: 0px 0px 13.79px 0px #00FF09;
            box-shadow: 0px 0px 13.79px 0px #00FF09;
    background: rgba(255, 255, 255, .8);
    width: 708px;
    height: 142px;
    display: flex;
    gap: 50px;
}

.promokod .promo {
    font-size: 88.23px;
    font-weight: 600;
    color: #000;
    text-shadow:
    -1.4px -1.4px 0 #087F0C,
     1.4px -1.4px 0 #087F0C,
    -1.4px  1.4px 0 #087F0C,
     1.4px  1.4px 0 #087F0C; 
}

.store-btns img {
    width: 320px;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

.store-btns img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.google-play-btn {
    margin: 0 -15px;
}

.text-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.text-block-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.text-block-wrap .text-block-img {
     max-width: 685px;
}

.text-block-img-100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.text-block-img-100 .text-block-img{
    width: auto;
    max-width: 100%;
}

.text-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.text-block-line {
    width: 2px;
     background: -webkit-gradient(linear, 
    left bottom, left top, 
    from(transparent), 
    color-stop(rgba(12, 205, 18, .5)), 
    to(transparent)
  );
     background: -o-linear-gradient(bottom, 
    transparent, 
    rgba(12, 205, 18, .5), 
    transparent
  );
     background: linear-gradient(to top, 
    transparent, 
    rgba(12, 205, 18, .5), 
    transparent
  );
}

.text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
}

.text-block-title h1, .text-block-title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.text-block h3, .text-block h4, .text-block h5,  .text-block h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}

.text-block-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.text-block-p p, .text-block-p li {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.text-block-p li {
    list-style-position: inside; 
    text-indent: 0.5em;
}

.text-block-p ul, .text-block-p ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.text-block-img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
    width: 535px;
    height: 87px;
    padding: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(#09810d), to(#0dcc12));
    background: -o-linear-gradient(bottom, #09810d, #0dcc12);
    background: linear-gradient(to top, #09810d, #0dcc12);
    border: none;
    outline: none;
    border-radius: 300px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-decoration: none;
}

.main-btn:hover {
    background: transparent;
    border: 2px solid #08800C;
}

.main-btn:hover span {
    color: #08800C
}

.main-btn svg .main-path {
  fill: white;
}

.main-btn:hover svg .main-path {
  fill: #08800C;
}

.main-btn span {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
}
/* MAIN END */

/* FOOTER START */
footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#097e0d), to(#088f0c));
    background: -o-linear-gradient(bottom, #097e0d, #088f0c);
    background: linear-gradient(to top, #097e0d, #088f0c);
    padding: 50px 0;
    width: 100%;
}

footer .logo, footer .logo img {
    width: 233.06px;
    height: 69.51px;
}

.footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1420px;
}

.footer-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 365px;
    width: 100%;
    gap: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.footer-main ul li {
    list-style: none;
    margin: 0;
}

.footer-main ul li a {
    color: #fff;
    font-size: 16px;
}

.footer-main nav ul li:hover a {
    text-decoration: underline;
    text-underline-offset: 7px;
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
}

.footer-contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
}

.contacts, .support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    gap: 10px;
}

.contacts a, .support a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

.contacts a:hover, .support a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.footer-contacts-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.socials img {
    width: 32px;
    height: 32px;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

.socials img:hover {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}

.contact {
    font-size: 14px;
}
/* FOOTER END */



@media screen and (max-width :1440.5px) {
    .header-main, main, .banner, .footer-main {
        max-width: 1200px;
    }
    
    header {
        padding: 20px 120px;
    }

    .header-menu {
        gap: 30px;
    }

    header nav ul {
        gap: 30px;
    }

    .banner-1920 {
        display: none;
    }

    .banner-1440 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 40px;
    }

    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 30px;
    }

    .footer-main ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}


@media screen and (max-width :1300.5px) {
    header {
        height: 175px;
        padding: 20px;
    }
    
    .header-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
    }

    main {
        padding: 224px 0 50px 0;
    }
}


@media screen and (max-width :1200.5px) {
    section {
        padding: 0 10px;
    }

    .text-block-img {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
}


@media screen and (max-width :1150.5px) {
    .text-block-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .text-block-wrap.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
}


@media screen and (max-width :950.5px) {
    header nav ul li {
        font-size: 16px;
    }

    .header-menu {
        gap: 20px;
    }

    header nav ul {
        gap: 20px;
    }

    .store-btns img {
        width: 190px;
    }

    .google-play-btn {
        margin: 0 -10px;
    }
}


@media screen and (max-width :764.5px) {
    .header-main, main, .banner, .footer-main {
        max-width: 664px;
    }
    
    .banner-1440 {
        display: none;
    }

    .banner-764 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner, .banner-wrap {
        height: 272px;
    }

    header nav ul {
        gap: 10px;
    }

    .header-menu {
        gap: 10px;
    }

    section {
        padding: 0;
    }

    .main-btn {
        width: 358px;
        height: 71px;
    }

    .main-btn span {
        font-size: 24px;
    }

    .promokod {
        width: 380px;
        height: 77px;
        border-radius: 74px;
        gap: 30px;
    }

    .promokod .promo {
        font-size: 47px;
        text-shadow:
        -0.5px -0.5px 0 #087F0C,
        0.5px -0.5px 0 #087F0C,
        -0.5px  0.5px 0 #087F0C,
        0.5px  0.5px 0 #087F0C; 
    }

    .promokod .promo-text {
        font-size: 26px;
    }

    .store-btns-present img {
        width: 220px;
    }
}


@media screen and (max-width :700.5px) {
    .header-menu {
        display: none;
    }

    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    header {
        height: 76.67px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    main {
        padding: 124px 16px 50px 16px;
    }

    header .logo, header .logo img {
        width: 123px;
        height: 36.67px;
    }

    .header-menu.active {
        position: absolute;
        width: 100%;
        background-color: #4ea853;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        top: 0;
        left: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
        padding: 20px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        margin-top: 76.67px;
        z-index: 9999;
    }

    header nav {
        display: block;
    }

    header nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 20px;
    }

    header nav ul li {
        font-size: 20px;
    }

    .footer-contacts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 20px;
    }

    .contacts, .support {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .store-btns-present img {
        width: 190px;
    }
}


@media screen and (max-width :540.5px) {
    .store-btns img {
        width: 160px;
    }
}


@media screen and (max-width :460.5px) {
    .banner-764 {
        display: none;
    }

    .banner-390 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner, .banner-wrap {
        height: 500px;
        width: 100%;
    }

    .store-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .google-play-btn {
        margin: -10px 0;
    }


    .store-btns img {
        width: 210px;
    }

    .store-btns-present img {
        width: 314px !important;
    }

    .promokod {
        width: 330px;
        height: 124px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
        line-height: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        bottom: 20px;
        -webkit-transform: translate(-50%, 85%);
            -ms-transform: translate(-50%, 85%);
                transform: translate(-50%, 85%);
    }

    .promokod .promo-text {
        font-size: 26px;
    }

    .promokod .promo {
       font-size: 47px; 
    }
}


@media screen and (max-width :390.5px) {
    .store-btns img {
        width: 240px;
    }

    main {
        padding: 124px 16px 50px 16px;
    }

    header {
        padding: 20px 16px;
    }

    .text-block-p li {
        margin-right: 0;  
    }
}