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

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/linebet-co-ma-theme/fonts/InterTight-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/linebet-co-ma-theme/fonts/InterTight-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/linebet-co-ma-theme/fonts/InterTight-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

body {
    background-color: #F9F9F9;
    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;
}

a {
    text-decoration: none;
    color: #4B4B4B;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

main a, .header-bottom a  {
    color: #01321A;
    text-decoration: underline;
}
  
li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1 {
    font-size: 60px;
    line-height: 118%;
    color: #fff;
}

h2 {
    font-size: 60px;
    line-height: 57px;
    color: #212120;
}

h3 {
    font-size: 18px;
    margin: 24px 0 8px 0;
    color: #212120;
}

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

.hover:hover {
  -webkit-filter: brightness(.9);
          filter: brightness(.9);
}

.fa-solid {
  color: #097000;
}

.burger {
  display: none;
}

.table-wrap {
  padding: 40px 40px 20px 40px;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
}

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

thead th {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #097000;
  text-transform: uppercase;
  padding: 0 20px 15px 0;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

tbody td {
  padding: 20px 20px 21px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  color: #212120;
  vertical-align: top;
}

tbody tr:last-child td {
  border-bottom: none;
}



/* 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%;
  background-color: #1E6029;
  padding: 0 0 60px 0;
  top: 0;
  z-index: 99999;
  color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}


.header-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: 57px;
  max-width: 1640px;
  width: 100%;
  padding: 0 20px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 40px;
  padding-bottom: 20px;
  position: fixed;
  z-index: 9999999999;
  background-color: #1E6029;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.header-top-items {
  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;
  max-width: 1640px;
  padding: 0 20px;
  width: 100%;
}

.header-bottom {
  background-color: rgba(255, 255, 255, .25);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 30px;
  padding: 60px 60px 175px 60px;
  position: relative;
  margin-top: 160px;
  border: 1px solid rgba(255, 255, 255, 0.25);

}

.header-bottom-items {
  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;
  max-width: 790px;
}

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

nav ul li {
  list-style: none;
}

nav ul li a {
  color: #fff;
}

nav ul li a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

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

.header-promo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 8px;
}

.header-main-photo {
  position: absolute;
  right: 5px;
  top: -30px;
  height: auto;
}

.header-gift {
  position: absolute;
  left: -60px;
  bottom: -40px;
  width: 200px;
  height: auto;
}

.btn {
  display: block;
  border-radius: 16px;
  padding: 22px 77px;
  text-transform: uppercase;
  color: #fff;
  background-color: #55CA83;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  height: 80px;
  z-index: 99;
}



.coupon {
  position: relative;      
  height: 80px;         
  border-radius: 16px;   
  display: -ms-grid;   
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;   
  padding: 22px 77px;
  cursor: pointer;   
  -webkit-user-select: none;   
     -moz-user-select: none;   
      -ms-user-select: none;   
          user-select: none;
}

.coupon__label{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}

.coupon__code{
  display: inline-block;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}

.coupon__copied{
  position: absolute;
  inset: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
  white-space: nowrap;
}

.coupon.is-copied .coupon__code{
  visibility: hidden; 
}

.coupon.is-copied .coupon__copied{
  opacity: 1;
}

.coupon.is-copied .coupon__text {
  letter-spacing: 0.5px;
}


.coupon__stroke {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.coupon__stroke rect{
  fill: none;
  stroke: rgba(255,255,255,.85);
  stroke-width: 1.6;                 
  stroke-dasharray: 10 14;          
  stroke-linecap: round;             
  vector-effect: non-scaling-stroke; 
}
/* HEADER END */


/* MAIN START */
main {
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.main {
  max-width: 1640px;
  width: 100%;
  padding: 0 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: 120px;
}




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

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

.text-block-p p {
  color: #212120;
}

.text-block-p-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.text-block-p-wrap:has(.text-block-img) .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: 30px;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}

.text-block-img {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  border-radius: 30px;
  max-width: 790px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-grid-row-align: start;
      align-self: start;
}

.text-block-p ul, .text-block-p ol {
  padding: 0;
  margin-left: 0;
  padding-left: 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: 28px;
}

.text-block-p ul li strong, .text-block-p ol li strong {
  color: #097000;
  font-weight: 700;
}

.text-block-p .basic-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: 20px;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 40px 40px 60px;
}

.text-block-p .basic-ul li {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #097000;
}

.text-block-btn {
  text-decoration: none; 
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; 
  width: -webkit-fit-content; 
  width: -moz-fit-content; 
  width: fit-content;     
  display: -webkit-inline-box;     
  display: -ms-inline-flexbox;     
  display: inline-flex;
  height: auto !important;
}




ol.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.grid li {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    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;
}

ol.grid li span {
    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;
    width: 90px;
    height: 90px;
    background: #09700026;
    border-radius: 20px;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    color: #097000;
    padding: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

ol.grid li p {
    font-size: 18px;
    line-height: 32px;
    color: #373737;
    font-weight: 400;
}

ol.grid li p strong {
    color: #00a651;
    font-weight: 700;
}


ol.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.flex li {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}

ol.flex li span {
    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;
    width: 90px;
    height: 90px;
    background: #09700026;
    border-radius: 20px;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    color: #097000;
    padding: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

ol.flex li p {
    font-size: 18px;
    line-height: 32px;
    color: #373737;
    font-weight: 400;
}

ol.flex li p strong {
    color: #00a651;
    font-weight: 700;
}




ol.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.flex-row li {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    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;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

ol.flex-row li span {
    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;
    width: 90px;
    height: 90px;
    background: #09700026;
    border-radius: 20px;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    color: #097000;
    padding: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

ol.flex-row li p {
    font-size: 18px;
    line-height: 32px;
    color: #373737;
    font-weight: 400;
}

ol.flex-row li p strong {
    color: #00a651;
    font-weight: 700;
}

ol.flex-row li div:nth-of-type(1) {
  color: #097000;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
}

ol.flex-row li ul {
  gap: 10px;
  margin-top: -30px;
}

ol.flex-row li ul li {
  display: list-item  ;
  padding: 0;
  list-style: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  border-radius: 0;
  line-height: 32px;
}


ol.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ol.flex-wrap li {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    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;
    width: 100%;
    max-width: 520px;
}

ol.flex-wrap li span {
    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;
    width: 90px;
    height: 90px;
    background: #09700026;
    border-radius: 20px;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    color: #097000;
    padding: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

ol.flex-wrap li div:nth-of-type(1) {
  color: #097000;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
}

ol.flex-wrap li div:nth-of-type(2) {
  color: #212120;
  font-size: 16px;
  font-weight: 400;
  opacity: 50%;
  line-height: 30px;
  margin-top: -40px;
}

ol.flex-wrap li p {
    font-size: 18px;
    line-height: 32px;
    color: #373737;
    font-weight: 400;
}

ol.flex-wrap li p strong {
    color: #00a651;
    font-weight: 700;
}



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

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

.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  padding: 15px;
  border-radius: 30px;
  cursor: pointer;
}

.fa-wrap {
  width: 70px;
  height: 70px;
  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: 15px;
  background-color: #09700026;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-item-text {
  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;
}

.faq .fa-solid {
  font-size: 50px;
}

.question {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
}

.answer {
  display: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #212120;
  opacity: 50%;
}

.answer.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* 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;
  max-width: 1920px;
  width: 100%;
  background-color: #097000;
  color: #fff;
    border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 40px 0;
}

.footer-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: 57px;
  max-width: 1640px;
  width: 100%;
  padding: 0 20px;
}

.footer-content-items {
  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;
  max-width: 1640px;
  width: 100%;
}
/* FOOTER END */




@media screen and (max-width : 1639.5px) {
  ol.flex-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


@media screen and (max-width : 1440.5px) {
  .header-main, .header-top-items, main, .footer-main {
    max-width: 1160px;
  }

  .apps-btns {
    gap: 10px;
  }

  .apps-btns a {
    height: 40px;
  }

  .google-play-btn {
    width: 134.67px;
  }

  .appstore-btn {
    width: 120px;
  }

  nav ul li a {
    font-size: 14px;
  }

  nav ul {
    gap: 15px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 48px;
  }

 p, ol.grid li p, li, ol.flex-row li p, .text-block-p .basic-ul li {
    font-size: 16px;
  }

  ol.flex-row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px !important;
  }

  ol.flex-row li {
    width: 48%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 30px;
  }

  li {
    line-height: 120%;
  }

  .header-bottom-items {
    max-width: 671px;
  }

  .header-bottom {
    padding: 60px 60px 125px 60px;
  }

  .btn, .coupon {
    padding: 22px 51px;
  }

  .header-main-photo {
    max-width: 480px;
    right: -85px;
    top: 17px;
  }

  .header-gift {
    width: 180px;
    bottom: -50px;
    left: -50px;
  }

  header {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  tbody td, thead th {
    font-size: 16px;
  }

  tbody td {
    padding: 20px 20px 20px 0;
  }

  ol.grid li {
    padding: 30px;
  }

  ol.flex li {
    padding: 40px 30px;
  }

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

  .text-block-p ul, .text-block-p ol {
    gap: 10px;
  }

    ol.flex {
    gap: 30px;
  }

  ol.flex li span {
    font-size: 48px;
  }

  ol.flex-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  ol.flex-wrap li {
    max-width: 360px;
  }

  ol.flex-row ul li {
    width: 100%;
  }
}


@media screen and (max-width : 1300.5px) {
  .header-main-photo {
    width: 200px;
    top: auto;
    bottom: -60px;
    right: -20px;
  }

  .header-bottom {
    padding: 60px 60px 180px 60px;
  }

  .header-bottom-items {
    width: 100%;
    max-width: 100%;
  }

  .header-gift {
    left: -20px;
  }
}


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

  header nav {
    display: none;
    position: absolute;
    background-color: #1E6029;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 123px;
    width: 100%;
    left: 0;
    padding: 0 20px 30px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

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

  .burger {
    margin-left: 10px;
    cursor: pointer;
  }

  .header-top.active {
    border-radius: 0;
  }

  .text-block-p-wrap {
    -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;
  }

  .text-block-img {
    max-width: 790px;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }

  .footer-content-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;           
    -webkit-box-align: center;           
        -ms-flex-align: center;           
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;             
    -webkit-column-gap: 20px;             
       -moz-column-gap: 20px;             
            column-gap: 20px;           
  }

  .footer-content-items > .logo{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .footer-content-items > .apps-btns{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;         
  }

  .footer-content-items > nav{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .footer-content-items > nav ul{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}


@media screen and (max-width : 1140.5px) {
  ol.flex-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


@media screen and (max-width : 800.5px) {
  .header-main, .header-top-items, main, .footer-main {
    max-width: 688px;
  }

  h1 {
    font-size: 32px;
  }

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

  .header-bottom {
    padding: 30px 30px 200px 30px;
  }

  .header-main-photo {
    right: -60px;
    bottom: -50px;
  }
  
  header {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .header-gift {
    bottom: -20px;
    left: -40px;
  }

  main {
    padding: 90px 0;
  }

  .table-wrap {
    padding: 30px 30px 10px 30px;
  }

  ol.grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main {
    gap: 90px;
  }

  ol.grid li span, ol.flex li span {
    width: 60px;
    height: 60px;
    font-size: 32px;
    border-radius: 10px;
  }

  ol.grid {
    gap: 20px;
  }

  ol.grid li p, ol.flex li p {
    line-height: 22px;
  }

  ol.flex li {
    gap: 30px;
  }

  ol.flex li {
    padding: 33px 30px;
  }

  .question, .answer {
    font-size: 16px;
  }

  thead th, tbody td {
    min-width: 190px;
  }

	.table-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wrap table{     
    min-width: 100%;        
    table-layout: auto;    
  }

  ol.flex-wrap li {
    max-width: 312px;
  }

  ol.flex-wrap { 
    -webkit-box-pack: start; 
        -ms-flex-pack: start; 
            justify-content: flex-start;
  }

  ol.flex-wrap li span {
    width: 60px;
    height: 60px;
  }

  ol.flex-row li span {
    font-size: 32px !important;
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }

  ol.flex-row li {
    gap: 20px;
  }

  ol.flex-row li ul {
    margin-top: -10px;
  }

  ol.flex-wrap li span img {
    width: 30px;
    height: 30px;
  }

  ol.flex-wrap li {
    padding: 30px;
    gap: 25px;
  }

  ol.flex-wrap li div:nth-of-type(1) {
    font-size: 16px;
  }

  ol.flex-wrap li div:nth-of-type(2) {
    margin-top: -20px;
    line-height: 23px;
  }
}


@media screen and (max-width : 690.5px) {
  .header-promo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  header .btn, header .coupon {
    width: 100%;
  }

  .header-gift {
    width: 100px;
    left: -10px;
  }

  .header-main-photo {
    width: 120px;
    right: 0;
    bottom: -40px;
  }

  .footer-content-items > nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-content-items > .apps-btns {
    margin-left: 0;
  }

  .header-bottom {
    padding: 30px 30px 120px 30px;
  }

  ol.flex-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


@media screen and (max-width : 600.5px) {
  ol.grid {
    grid-template-columns: repeat(1, 1fr);
  }

  ol.flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ol.flex-row li {
    width: 100%;
  }

  ol.flex-wrap li {
    width: 100%;
    max-width: 100%;
  }

  .logo, .logo img {
    width: 81px;
    height: 24px;
  }

  .apps-btns a {
    height: 30px;
  }

  .google-play-btn {
    width: 101px;
  }

  .appstore-btn {
    width: 90px;
  }

  .burger {
    width: 30px;
    height: 30px;
  }

  header nav {
    top: 90px;
  }
}


@media screen and (max-width : 460.5px) {
  .header-top {
    padding-top: 30px;
  }

  header nav {
    top: 80px;
  }

  .header-bottom {
    margin-top: 90px;
  }

  .header-bottom {
    padding: 20px 20px 120px 20px;
  }

  h1, h2 {
    font-size: 28px;
    line-height: 118%;
  }

  header p {
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 30px;
  }

  li, ol.flex li p, ol.flex-row li p, .text-block-p .basic-ul li {
    font-size: 14px;
  }

  .text-block-p .basic-ul li {
    line-height: 120%;
  }

  ol.flex li {
    padding: 30px;
  }

  ol.flex {
    gap: 20px;
  }

  .header-bottom-items {
    gap: 15px;
  }

  .btn, .coupon {
    padding: 17px 51px;
    height: 65px;
  }

  .btn {
    font-size: 24px;
  }

  header {
    padding: 0 0 40px 0;
  }

  ol.grid li {
    gap: 30px;
  }

  ol.flex li {
    -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-p-wrap:has(.text-block-img) .text-block-p {
    padding: 30px;
  }

  .faq {
    gap: 20px;
  }

  .faq-item {
    gap: 15px;
  }

  header {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  thead th, tbody td {
    font-size: 14px;
  }

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

  footer .apps-btns .google-play-btn {
    width: 134px;
  }

  footer .apps-btns .appstore-btn {
    width: 120px;
  }

  footer .apps-btns, footer .apps-btns a {
    height: auto;
  }

  .footer-content-items {
    row-gap: 30px;
  }

  .header-promo-wrap {
    margin-top: 5px;
  }


}