@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/linebetma-net-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/linebetma-net-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/linebetma-net-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/linebetma-net-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: #030F0F;
    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: yellow;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

main a {
    color: yellow;
    text-decoration: underline;
}
  
li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

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

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

h2 {
    font-size: 48px;
    line-height: 57px;
    color: #F1F7F7;
}

h3 {
    font-size: 24px;
    color: #F1F7F7;
}

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

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

.burger {
  display: none;
}

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

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

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

td {
  padding: 20px 20px 21px 0;
  border-bottom: 1px solid #F1F7F726;
  font-size: 18px;
  color: #fff;
  vertical-align: top;
  font-weight: 400;
}

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: #03624C;
  padding: 0 0 80px 0;
  top: 0;
  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;
  max-width: 1640px;
  width: 100%;
  padding: 0 20px;
  gap: 60px;
}

.logo, .logo a {
  height: 60px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  position: fixed;
  z-index: 9999999999;background-color: #03624C;
  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%;
}

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

nav ul li {
  list-style: none;
}

nav ul li a {
  color:  #F1F7F7;
}

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 {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header-text {
  max-width: 1126px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.header-text-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: 15px;
  margin-bottom: 15px;
}

.header-bottom{
  position: relative;           
  display: -webkit-box;           
  display: -ms-flexbox;           
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;    
  margin-top: 160px;
}

.header-bottom ul {
  margin-left: 20px;
}

.header-phone-img {
  position: absolute;
  top: 0;
  right: 0;  
  width: auto;
  max-width: 45%;              
  -o-object-fit: contain;              
     object-fit: contain;
  pointer-events: none;
}

.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: #00DF82;
  padding: 22px 77px;
  color: #06302C;
  font-weight: 700;
  font-size: 28px;
  border-radius: 16px;
  min-height: 80px;
}
/* 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: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

html:has(nav a.active[href="/instructions/"]) .text-block-p {
  gap: 10px;
}

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

.text-block-p ul {
  margin-left: 20px;
  color: #F1F7F7;
}

.text-block-p > p + ul {
  margin-top: -15px;
}

html:has(nav a.active[href="/instructions/"]) .text-block-p > p + ul {
  margin-top: 0;
}

.text-block-p-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: 120px;
  width: 100%;
}

html:has(nav a.active[href="/instructions/"]) .text-block-p-wrap {
  gap: 30px;
}

.text-block-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  max-width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

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


.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  gap: 20px;                                  
  -webkit-box-align: stretch;                                  
      -ms-flex-align: stretch;                                  
          align-items: stretch;
}

.grid div {
  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;
  background-color: #03624C;
  padding: 40px;
  border-radius: 20px;
  color: #F1F7F7;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}



.grid.bg-white div {
  background-color: #F1F7F7;
  color: #030F0F;
}

.grid.bg-white div ul{
  color: #030F0F;
}

.grid div ul {
  margin-left: 30px;
}

.bg-green {
  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: #03624C;
  padding: 40px;
  border-radius: 20px;
}
/* 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: #03624C;
  padding: 43px 0 40px 0;
  top: 0;
  color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

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

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* FOOTER END */


@media screen and (max-width : 1550.5px) {
  .header-text {
    max-width: 791px;
  }
}

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

  header {
    padding: 0 0 60px 0;
  }

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

  .header-main {
    gap: 40px;
  }

  .header-phone-img {
    right: -110px;
  }

  .apps-btns {
    gap: 10px;
    height: 40px;
  }

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

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

  nav ul {
    gap: 15px;
  }

   h1 {
    font-size: 48px;
  }

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

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .header-bottom p {
    line-height: 30px;
  }

  li {
    font-size: 16px;
  }
  
  .grid div {
    padding: 30px;
  }

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

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

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

  li {
    line-height: 30px;
  }

  .bg-green {
    padding: 30px;
    gap: 15px;
  }
}


@media screen and (max-width : 1350.5px) {
  .header-text {
    max-width: 648px;
  }

  .header-phone-img {
    right: 0;
  }
}


@media screen and (max-width : 1080.5px) {
  .header-phone-img {
    position: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    max-width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    display: block;
    margin: 0 auto;
  }

  .header-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-text {
    max-width: 100%;
    width: 100%;
  }

  .header-bottom .header-phone-img {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), color-stop(99%, transparent));
    -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 99%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), color-stop(99%, transparent));
    mask-image: linear-gradient(to bottom, #000 70%, transparent 99%);
  }

  header nav {
    display: none;
    position: absolute;
    background-color: #03624C;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 120px;
    width: 100%;
    left: 0;
    padding: 0 20px 30px 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    -webkit-box-shadow: 0 18px 30px -18px rgba(0,0,0,0.45);
            box-shadow: 0 18px 30px -18px rgba(0,0,0,0.45);
  }

  header nav ul {
    -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;
  }

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

  .header-top.active {
    border-radius: 0;
    -webkit-box-shadow: 0 18px 30px -18px rgba(0,0,0,0.45);
            box-shadow: 0 18px 30px -18px rgba(0,0,0,0.45);
  }

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

  .footer-content {
    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 > .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 > .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;       
  }

  .footer-content > 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 > nav ul{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  } 
}


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

  .header-bottom {
    margin-top: 152px
  }

  main {
    padding: 90px 0;
  }

  .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .text-block-p-wrap, .main {
    gap: 90px;
  }

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

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

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


@media screen and (max-width : 600.5px) {
  header .logo img, header .logo {
    height: 24.18px;
  }

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

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

  header nav {
    top: 90px;
  }

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


@media screen and (max-width : 460.5px) {
  .header-phone-img {
    max-width: 250px;
  }

  h1 {
    font-size: 32px;
  }

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

  header {
    padding: 0 0 30px 0;
  }

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

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

  footer nav ul li {
    line-height: 120%;
  }

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

  .btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}


@media screen and (max-width : 385.5px) {
  .btn {
    font-size: 18px;
  }

  .burger {
    margin-left: 0;
  }
}