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

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

* {
  font-family: 'Montserrat', Arial, sans-serif;
  /* letter-spacing: 1px; */
  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: #4B4B4B;
    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;
    padding-bottom: 133px;
}

a {
    text-decoration: none;
    color: #4B4B4B;
}

main a {
    color: #01321A;
    text-decoration: underline;
}
  
li {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

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

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

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

h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 24px 0 8px 0;
}

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


table {
    border-collapse: collapse;
    max-width: 1720px;
    width: 100%;
    -ms-flex-item-align: center;
    table-layout: fixed;
}

table td,
table th {
    border: 1px solid #0CCD12;
    width: 1%
}

table th {
    padding: 10px 20px;
    background-color: #f0fef5;
}

.table-wrapper .review-table th {
    border-top: none;
    padding: 10px 20px;
    background-color: #f0fef5;
}

table td {
    padding: 10px 30px;
    text-align: center;
    background-color: #fafefc;
}

.table-wrapper {
  border: 1px solid #0CCD12;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1720px;
}

.table-wrapper .review-table th:first-child,
.table-wrapper .review-table td:first-child {
    border-left: none;
}

.table-wrapper .review-table th:last-child,
.table-wrapper .review-table td:last-child {
    border-right: none;
}

.table-wrapper .review-table tr:last-child td {
    border-bottom: none;
}


.reviews-table-wrapper {
    display: block;
}

.mobile-table-slider {
    display: none;
}



.lang-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    position: absolute;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px;
    right: 50px;
}

.banner-1440, .banner-768, .banner-360 {
    display: none !important;
}

.menu-mobile {
    display: none;
    position: absolute;
    top: 94px;
    width: 100%;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding: 16px 36px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#38b23d), to(#3bd541));
    background: -o-linear-gradient(bottom, #38b23d, #3bd541);
    background: linear-gradient(to top, #38b23d, #3bd541);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

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

.burger {
    display: none;
}

.lang-768 {
    display: none !important;
}


/* HEADER START */
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1720px;
    position: fixed;
    height: 94px;
    z-index: 99999;
    border-radius: 10px;
    padding: 16px 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#09a00f), to(#0dcc13));
    background: -o-linear-gradient(bottom, #09a00f, #0dcc13);
    background: linear-gradient(to top, #09a00f, #0dcc13);
    top: 35px;
}

.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%;
}

.logo, .logo img {
    width: 181.06px;
    height: 54px;
}

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

.header-main-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
}

.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
}

.menu ul li {
    list-style: none;
    text-align: center;
}

.menu ul li a {
    color: #fff;
    font-size: 14px;
}

.menu ul li:hover a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

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

.lang-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.lang-list span {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
}

.lang-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px;
    position: relative;
}

.lang-main.open {
    background-color: #fff;
}

.lang-main.open .vector-path {
    stroke: #000;
}

.lang-main.open svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.lang-list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lang-main span {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
}

.lang-main.open span {
    color: #000;
}
/* HEADER END */




/* MAIN START */
main {
    padding-top: 153px;
    padding-bottom: 24px;
    max-width: 1720px;
    width: 100%;
}

.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: 24px;
}

.banner {
    position: relative;
}

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

.banner-btn-wrap {
    position: absolute;
    z-index: 100;
    bottom: 30px; 
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px;
    background: transparent;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
}

.banner-btn-wrap:hover .banner-btn {
    background-color: #04750B;
}

.banner-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;
    background-color: #16AF20;
    color: #fff;
    border-radius: 20px;
    padding: 11px 60px;
    font-weight: 800;
    height: 90px;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0;
     white-space: nowrap;
     text-transform: uppercase;
}

.banner-btn-wrap-support {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

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

.text-links-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    color: #000;
    text-transform: uppercase;
}

.text-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}

.text-links ul li {
    list-style: none;
}

.text-links ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    color: #057124;
    list-style: none;
    text-decoration: none;
}

.text-links ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

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

.text-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

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

.text-block h1 {
    margin-bottom: 8px;
}

.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: 16px;
    width: 100%;
}

.text-block a {
    color: #057124;
    font-weight: 600;
    text-decoration: none;
}

.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: 4px;
}

.text-block-p a {
    color: #057124;
    text-decoration: none;
    font-weight: 600;
}

.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: 4px;
}

.text-block-p li {
    margin-left: 26px;
}

.text-block-p span {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.text-block-p span:not(:first-child) {
    margin-top: 4px;
}

.text-block-img {
    max-width: 620px;
    height: auto;
    width: auto;
    display: block;
}

.text-block-btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 11px 60px;
    background: -webkit-gradient(linear, left top, right top, from(#159c1d), to(#0a520f));
    background: -o-linear-gradient(left, #159c1d, #0a520f);
    background: linear-gradient(to right, #159c1d, #0a520f);
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 130%;
    text-decoration: none;
    height: 90px;
    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;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-block-btn span {
    font-weight: 900;
    font-size: 24px;
    text-align: center;
}

.text-block-btn:hover {
    background: -webkit-gradient(linear, right top, left top, from(#16AF20), to(#0B7412));
    background: -o-linear-gradient(right, #16AF20, #0B7412);
    background: linear-gradient(to left, #16AF20, #0B7412);
}

.banner-downloads-btns {
    position: absolute;
    z-index: 100;
    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;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}

.store-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    width: 284px;
}

.store-wrap a {
    background-color: #087F0C;
    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;
    text-transform: uppercase;
    color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-decoration: none;
}

.store-wrap a:hover {
    background-color: #119B15;
}

.store-wrap img {
    width: 166px;
    height: 37px;
}


.bonus-banner-btns {
    position: absolute;
    z-index: 100;
    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;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    border-radius: 10px;
    padding: 26px 18px;
    /* background: rgba(255, 255, 255, .6);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); */
    width: auto;
    -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;
}

.bonus-title {
    font-weight: 800;
    font-size: 44px;
    color: #000;
}

.bonus-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}

.bonus-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;
    gap: 10px;
    padding: 20px 16px;
    width: 345px;
    height: 90px;
    background-color: #16AF20;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    text-decoration: none;
    color: #fff;
}

.bonus-btn:hover {
    background-color: #04750B;
}

.copy-btn {
    background-color: #fff;
    color: #16AF20;
    position: relative;
    border: 1px solid #16AF20;
}

.copy-btn:hover {
    background-color: #e9f6e9;
}

.copy {
    position: absolute;
    top: -13.5px;
    width: 57px;
    height: 27px;
    color: #fff;
    border-radius: 100px;
    padding: 8px;
    background-color: #16AF20;
    font-weight: 400;
    font-size: 16px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.copy-img {
    width: 30px;
    height: 30px;
}


/* form */
.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    background-color: #F1FFF5;
    padding: 24px 20px;
    border-radius: 10px;
}

.name-wrap {
    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%;
}

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

.stars-mobile {
    display: none;
}

.stars img {
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.name-input-wrap label, .comment-wrap label {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    width: 91px;
}

html[lang="fr"] .name-input-wrap label, html[lang="fr"] .comment-wrap label {
    width: 115px;
}

html[lang="fr"] .comment-wrap label {
    margin-right: 0;
}

.comment-wrap label {
    margin-right: 5px;
}

.name-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}

#name {
    height: 44px;
    width: 413px;
    border: 1px solid #16AF20;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
}

.comment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
}

#comment {
    height: 44px;
    width: 100%;
    border: 1px solid #16AF20;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
}

.comment h2 {
    font-size: 36px;
}

.send {
    outline: none;
    border: none;
    background-color: #16AF20;
    color: #fff;
    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: 800;
    font-size: 16px;
    line-height: 130%;
    height: 43px;
    width: 96px;
    border-radius: 20px;
    -ms-grid-column-align: right;
        justify-self: right;
    cursor: pointer;
}



/* news */
.news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}

.news-item-img img {
    border-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;

}

.news-item-text {
    padding: 36px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    background-color: #F1FFF5;
}

.news-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.news-item-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.news-item-a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    width: 70px;
    height: 20px;
}

.news-item-img .banner-img {
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
}


.news-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}

.news-post-content p {
    margin-top: -20px;
}

.single-news-title {
    margin-bottom: 20px;
}

.news-post-content h2, .news-post-content h3 {
    margin-bottom: 16px;
}

.news-post-content img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}






.fa-check-square {
    color: #0CCD12;
    font-size: 16px;
    line-height: 130%;
}

.fa-times {
    color: #ea0000;
    font-size: 20px;
    line-height: 130%;
}


/* reviews */
.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    padding: 0 15px 0 7px;
}

.review-avatar {
    width: 108px;
    height: 108px;
    background-color: #F1FFF5;
    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;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.review-avatar-mobile {
    display: none;
}

.review-name .stars {
    gap: 2px;
}

.review-name .stars img {
    width: 23px;
    height: 23px;
    cursor: auto;
}

.review-top {
    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;
}

.review-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
}

.review-name span {
    font-size: 20px;
    font-weight: 700;
}

.review-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    width: 100%;
}
/* MAIN END */



/* FOOTER START */
.socials-hidden {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#09a00f), to(#0dcc13));
    background: -o-linear-gradient(bottom, #09a00f, #0dcc13);
    background: linear-gradient(to top, #09a00f, #0dcc13);
    width: 100%;
    padding: 80px 100px;
}

.logo-footer, .logo-footer-img {
    width: 201px;
    height: 59px;
}

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

.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%;
    gap: 50px;
}

.footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 110px;
}

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

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

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

.navigator-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
}

.navigator ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
}

.navigator ul li {
    list-style: none;
}

.navigator ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    /* letter-spacing: .1; */
    white-space: nowrap;
}

.navigator ul li:hover a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.contacts-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: 10px;
}

.contacts-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
}

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

.contacts-text:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.contacts-text span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    white-space: nowrap;
}

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

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


.bottom-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 133px;
    box-shadow: 0px -4px 15px 0px rgba(12, 167, 38, 0.1);
    z-index: 99999999;
}

.bottom-btn a {
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    width: 457px;
    text-align: center;
}
/* FOOTER END  */



@media screen and (max-width : 1730.5px) {
    main{
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media screen and (max-width : 1440.5px) {
    .banner-1920 {
        display: none !important;
    }

    .banner-1440 {
        display: block !important;
    }

    header, main {
        max-width: 1340px;
    }

    main {
        padding-left: 0;
        padding-right: 0;
    }

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

    footer {
        padding: 80px 50px;
    }

    .contacts-wrap, .footer-right {
        gap: 60px;
    }

    .bonus-banner-btns {
        left: 62%;
    }

    html[lang="fr"] .menu ul {
        gap: 10px;
    }

    .bottom-btn a {
        font-weight: 800;
        font-size: 18px;
        width: 373px;
        height: 71px;
    }
}


@media screen and (max-width : 1350.5px) {
    main {
        padding-left: 16px;
        padding-right: 16px;
    }
}


@media screen and (max-width : 1320.5px) {
    .footer-right {
        -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;
        gap: 40px;
    }

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

    .socials {
        display: none;
    }

    .logo-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px;
        height: auto;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .footer-main {
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
    }
}


@media screen and (max-width : 1200.5px) {
    .text-block-wrap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }

    .text-block-wrap.reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }

    .banner-btn-wrap {
        padding: 12px;
    }

    .banner-btn {
        padding: 11px 60px;
        height: 53px;
        font-size: 16px;
    }
}


@media screen and (max-width : 1150.5px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }

    .menu {
        display: none;
    }

    .menu-mobile ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px 36px;
    }

    .menu-mobile ul li {
        list-style: none;
    }

    .menu-mobile ul li a {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
    }

    .lang-def {
        display: none;
    } 

    .lang-768 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .lang-list {
        right: 36px;
        margin-top: 30px;
    }

    .store-wrap {
        width: 168px;
        height: 101px;
        gap: 8px;
    }

    .store-wrap img {
        width: 125px;
        height: 24px;
    }

    .store-wrap a {
        padding: 8.5px 26px;
        font-size: 13px;
        height: 34px;
    }

    .bonus-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .bonus-banner-btns {
        width: 381px;
        height: 150px;
        padding: 26px 18px;
        gap: 5px;
    }

    .bonus-btn {
        height: 40px;
        font-size: 16px;
    }

    .bonus-title {
        font-size: 20px;
    }

    .copy-img {
        width: 16px;
        height: 16px;
    }
}


@media screen and (max-width : 970.5px) {
    .banner-btn-wrap-support .banner-btn {
        padding: 11px;
    }
}


@media screen and (max-width : 880.5px) {
    .banner-btn-wrap {
        bottom: 15px;
    }

    .news-post-content td, .news-post-content th {
        padding: 10px;
    }

    html[lang="fr"] .stars-desktop {
        gap: 0;
    }
}


@media screen and (max-width : 768.5px) {
    .banner-1440 {
        display: none !important;
    }

    .banner-768 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    header, main {
        max-width: 736px;
    }

    main {
        padding-left: 0;
        padding-right: 0;
    }

    header {
        padding: 16px 36px;
    }

    footer {
        padding: 36px 16px;
    }

    .footer-main {
        gap: 80px;
    }

    .banner-downloads-btns {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .bonus-banner-btns {
        width: 381px;
        height: 310px;
        padding: 26px 18px;
        gap: 24px;
        left: 70%;
    }

    .bonus-btn {
        height: 71px;
        text-align: center;
    }

    .bonus-btn {
        height: 71px;
        font-size: 24px;
    }

    .bonus-title {
        font-size: 44px;
    }

    .copy-img {
        width: 24px;
        height: 24px;
    }

    .banner-btn-wrap-support .banner-btn {
        padding: 11px 60px; 
    }

    .banner-btn-wrap-support {
        bottom: 30px;
        top: auto;
        left: 9%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

    .banner-btn-wrap-privacy {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}



@media screen and (max-width : 750.5px) {
    .stars-desktop {
        display: none;
    }

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

    .send-btn-wrap {
        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;
    }

    #name {
        width: 100%;
    }

    .name-input-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;
        gap: 8px;
        width: 100%;
    }

    .comment-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;
        gap: 8px;
    }
}


@media screen and (max-width : 736.5px) {
    main {
        padding-left: 16px;
        padding-right: 16px;
    }
}


@media screen and (max-width : 700.5px) {
    .footer-main, .contacts-wrap, .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .socials-hidden {
        display: none;
    }

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

    .footer-right {
        gap: 24px;
    }

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

    .bonus-banner-btns {
        width: 317px;
        height: 284px;
        padding: 18px;
        left: 70%;
    }

    .bonus-btn {
        height: 71px;
        width: 281px;
    }

    .bonus-title {
        font-size: 44px;
    }
}


@media screen and (max-width : 590.5px) {
    .banner-downloads-btns {
        gap: 10px;
    }

    .store-wrap {
        width: 100px;
        height: 60px;
        padding: 10px
    }

    .store-wrap img {
        width: 80px;
        height: 15px;
    }

    .store-wrap a {
        padding: 5px;
        font-size: 10px;
    }
}


@media screen and (max-width : 560.5px) {
    .banner-btn {
        padding: 10px 20px;
        height: auto;
        font-size: 12px;
    }

    .banner-btn-wrap {
        padding: 5px;
    }

    .text-block-btn span {
        font-size: 16px;
    }

    .text-block-btn {
        padding: 20px;
        height: 70px;
        border-radius: 15px;
    }

    .bonus-banner-btns {
        width: 317px;
        height: 180px;
        padding: 18px;
        left: 50%;
        gap: 5px;
    }

    .bonus-btn {
        height: 41px;
        font-size: 20px;
    }

    .bonus-title {
        font-size: 30px;
    }

    .news-item-title {
        font-size: 16px;
    }

    .news-item-img .banner-img {
        -o-object-fit: cover !important;
           object-fit: cover !important;
        height: 217px;
    }

    .news-title {
        font-size: 28px;
    }

    .news-item-text {
        padding: 24px 16px;
        gap: 10px;
    }




    .reviews-table-wrapper {
        display: none; 
    }

    .mobile-table-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 20px;
    }

    .mobile-table-slider .slide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%;
        scroll-snap-align: start;
        background: #fafefc;
        border: 1px solid #0CCD12;
        border-radius: 12px;
        padding: 16px;
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
                box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .slide-header {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 12px;
        text-align: center;
    }

    .slide-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 8px 0;
        border-bottom: 1px solid #0CCD12;
    }

    .slide-row span {
        font-size: 14px;
        color: #4B4B4B;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .slide-row i {
        font-size: 16px;
        margin-left: 12px;
    }

    .slide-row:last-child {
        border-bottom: none;
    }


    .review-avatar-desktop {
        display: none;
    }

    .review-avatar-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 56px;
        height: 56px;
        font-size: 16.5px;
    }



    .review-name-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
    }

    .news-post-content td, .news-post-content th {
        font-size: 12px;
    }


    body {
        padding-bottom: 110px;
    }

    .bottom-btn {
        height: 110px;
    }

    .bottom-btn a {
        width: 328px;

    }
}


@media screen and (max-width : 460.5px) {
    .lang-768 {
        display: none !important;
    }

    .lang-def {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .header-main-right {
        gap: 16px;
    }

    header .logo, header .logo img {
        width: 118px;
        height: 35px;
    }

    header {
        padding: 16px;
        height: 69px;
    }

    main {
        padding-top: 128px;
    }

    .menu-mobile {
        top: 69px;
        padding: 16px;
    }

    .lang-list {
        right: 56px;
    }

    .menu-mobile ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: 100%;
    }

    html {
        scroll-padding-top: 120px;
    }

    .news-post-content td, .news-post-content th {
        padding: 5px;
    }

    .banner-btn-wrap-support {
        left: 10px;
        bottom: 10px;
    }

    .banner-btn-wrap-privacy {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}


@media screen and (max-width : 390.5px) {
    .banner-768 {
        display: none !important;
    }

    .banner-360 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .banner-btn-wrap {
        padding: 12px;
    }

    .banner-btn {
        padding: 11px 60px;
        height: 53px;
        font-size: 16px;
    }

    .website-btn {
        padding: 11px 20px;
    }

    .menu-mobile ul {
        gap: 16px;
    }

    .logo-footer, .logo-footer-img {
        width: 143px;
        height: 42px;
    }

    .navigator {
        gap: 20px;
    }

    .navigator ul {
        gap: 16px 18px;
    }

    .banner-downloads-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .store-wrap {
        width: 225px;
        height: 101px;
        padding: 17.3px
    }

    .store-wrap img {
        width: 125px;
        height: 24.5px;
    }

    .store-wrap a {
        padding: 8.5px 26px;
        font-size: 13.5px;
        width: 190px;
    }

    .bonus-banner-btns {
        width: 317px;
        height: 284px;
        padding: 18px;
        top: 59%;
        left: 50%;
        bottom: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        gap: 24px;
    }

    .bonus-btn {
        height: 90px;
        width: 281px;
        font-size: 24px;
    }

    .copy-btn {
        height: 71px;
    }

    .bonus-title {
        font-size: 44px;
    }

    .banner-btn-wrap-support {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        padding: 12px;
    }

    .banner-btn-wrap-support .banner-btn {
        padding: 11px 20px;
        height: 53px;
        font-size: 16px;
    }
}


@media screen and (max-width : 360.5px) {
    header {
        max-width: 328px;
    }
}