@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html, body {
    height: 100%;
    font-family: "Lato", sans-serif;
}
    body {
    margin: 0;
    padding: 0;
    padding-top: 80px;
}
body > * {
    line-height: 1.5;
}
/*  
    Disable the default callout when you touch and hold a touch target.
    and disable user from selecting content (dragging).
*/
/* *:not(input,textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
section p, section ul, section ol {
    font-size: 16px;
    margin-bottom: 20px;
    color: #354456;
}
section h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #152232;
    font-size: 28px;

}
section h3 {
    font-size: 28px;
    line-height: 1.2;
    color: #152232;
}
section a {
    color: #152232;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    transition: 0.5s;
}
header {
    display: flex;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    box-sizing: border-box;
}
.wrap {
    display: flex;
    max-width: 1480px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}
.logo {
    width: 300px;
    margin-right: 30px;
    height: 50px;
    display: flex;
    align-items: center;
}
.logo span {
    color: #152232;
    font-size: 26px;
    font-weight: bold;
}
.logo img {
    margin-right: 10px;
}
header .desktop-menu {
    display: flex;
    /* flex-wrap: wrap; */
    background: #f1f4f7;
    border-radius: 4px;
    border: 1px solid #e0e6ed;
    width: 100%;
    flex-direction: row;
    height: 44px;
    max-width: 1148px;
}
header .desktop-menu a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    padding: 8px 0;
    border-right: 1px solid #e0e6ed;
    color: #152232;
    transition: color 0.5s;
    width: 100%;
}
header nav a:hover {
    color: #086ae3;
}
.intro p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}
.item {
    display: flex;
    width: 100%;
    background: #f1f4f7;
    padding: 20px;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    position: relative;
    box-sizing: border-box;
}

.item:after {
    content: '+18 | Cамо за нови играчи';
    position: absolute;
    bottom: -16px;
    left: 0;
    font-size: 12px;
}
.item small {
    color: #58697e;
    text-transform: uppercase;
    font-size: 12px;
}
.item-logo img {
    display: block;
    border-radius: 4px;
}
.item .info {
    width: calc(100% - 1100px);
    text-align: start;
}
.item .rating {
    width: 80px;
}
.item .bonus {
    width: 650px;
}
.item .cta {
    width: 180px;
}
.item .cta .link {
    display: block;
    background: #086ae3;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    line-height: 1.2;
    padding: 12px 0;
    transition: 0.5s;
    font-size: 16px;
    position: relative;
}
section, section .content-wrap {
    max-width: 1480px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
section.content {
    max-width: unset;
    margin: unset;
    margin-top: 98px;
    background: url(img/instruction-bg.webp) center top #f1f4f7;
    text-align: center;
    position: relative;
    padding: 60px 20px 60px;
}
section.content:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(img/wave.svg) center bottom repeat-x;
    background-size: 1000px;
} 
section.content:after {
    content: "";
    transform: rotate(180deg);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(img/wave.svg) center bottom repeat-x;
    background-size: 1200px;
} 

section.content p {
    max-width: 800px;
    margin: 0 auto;
}
.instruction-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
}
.content ul {
    list-style: none;
    padding-left: 0;
    margin: 40px -10px 0;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.content ul li {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
ul li svg {
    width: 32px;
    height: 32px;
}
.intro.middle {
    background: url(img/fireworks.webp) 50% 40% no-repeat;
        padding-bottom: 115px;
}
.intro.middle .item {
    background: rgba(241, 244, 247, 0.8);
}
.intro.middle h1 {
    text-align: center;
    background: url(img/trophy.webp) center top no-repeat;
    background-size: 150px;
    padding-top: 130px;
}
section.article {
    padding: 80px 80px 60px;
    background: #f1f4f7;
    border-radius: 4px;
    box-sizing: border-box;
}
section.article .two-column {
    display: flex;

}
article h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #152232;
    margin-top: 0;
}
article h2 {
    font-size: 32px;
    margin-top: unset;
}
article p {
    margin-top: unset;
}
article {
    text-align: left;
}
/* article .two-column .column:nth-child(2) {
    order: 2;
    width: 46%;
    margin-left: 20px;
    background: #eaedf1;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
} */
 .table-of-content-nav {
    order: 2;
    width: 380px;
    margin-left: 20px;
    background: #eaedf1;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 100%;
 }
#TOC-Nav {
    position: sticky;
    top: 100px;
}
#TOC-Nav ol {
    font-size: 16px;
    margin-bottom: 20px;
    color: #354456;
    padding-left: 18px;
}
#TOC-Nav ol li {
    margin: 10px 0;
    counter-increment: TOClistCounter;
    border-bottom: 1px solid #e0e6ed;
    padding-bottom: 10px;
}
#TOC-Nav ol li a {
    display: block;
    color: #152232;
    text-decoration: none;
    line-height: 18px;
    transition: 0.5s;
    position: relative;
    padding: 3px 0 3px 7px;
    font-weight: 400;
    font-size: 16px;
}
.table-of-content-nav p {
    text-align: center;
}
.accordion {
    display: block;
    cursor: pointer;
    background: #f1f4f7;
    padding: 15px;
    border: 1px solid #e0e6ed;
    transition: 0.5s;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
}
.accordion:hover, .accordion.active {
    color: #086ae3;
    border-color: #086ae3;
}
footer nav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-left: 0;
}
footer nav {
    z-index: 5;
    position: relative;
}
footer p.copyrights {
    margin-top: 40px;
    font-size: 12px;
    color: #9fb3cd;
    text-align: center;
    z-index: 5;
}
footer p.copyrights a {
    font-size: 12px;
    color: #9fb3cd;
}
footer nav a {
    display: block;
    font-size: 14px;
    color: #9fb3cd;
    transition: 0.5s;
}
footer nav a:hover {
    color: #fff;
    text-decoration: none;
}

footer.footer-part {
    padding: 180px 20px 50px;
    background: #152232;
    position: relative;
}
footer.footer-part:before {
    content: "";
    transform: rotate(180deg);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(./img/wave.svg) center bottom repeat-x;
    background-size: 1100px;
    z-index: 1;
}
.footer-links {
    margin-top: 40px;
}

@media screen and (max-width:1140px) {
    header .logo {
        width: unset;
        margin-right: unset;
    }
    .item {
        flex-direction: column;
    }
    .items-list .item .info {
        width: unset;
    }
    .items-list .item .bonus {
        width: unset;
    }
    body section.article {
        padding: 20px 20px 1px;
    }
    section.article .two-column {
        flex-direction: column-reverse;
    }
    section.article .table-of-content-nav {
        width: unset;
        margin-left: 0;
    }
    article h1 {
        font-size: 30px;
    }
    .content ul {
        flex-direction: column;
    }
    .content ul li {
        width: unset;
    }
    section {
        margin: 0 20px;
    }
    .intro.middle {
        background: url(img/fireworks.webp) 50% -15% no-repeat;
    }
    body header .desktop-menu {
        display: none;
    }
    header #hambwrap {
        display: flex;
    }
}
#hambwrap {
    display: none;
}
@media screen and (max-width:540px) {
    .logo span {
        display: none;
    }
    header #hambwrap {
        margin-left: unset;
      }
}

body.lock-scroll {
    overflow: hidden;
  }
  
  .hamburger {

    width: 13px;
    height: 15px;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
  
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  
  .hamburger span:nth-child(1) {
    top: 0;
  }
  
  .hamburger span:nth-child(2) {
    top: 6px;
  }
  
  .hamburger span:nth-child(3) {
    top: 12px;
  }
  
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 6.5px;
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 6.5px;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #hambwrap {
    margin-left: 10px;
  }
  .menu {
    background: white;
    width: 90%;
    border-radius: 8px;
    min-width: 200px;
    text-align: center;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 70px;
    position: absolute;
  }
  .overlay .menu ul li {
    margin: unset;
  }
  .overlay .menu ul li:last-child a {
   border-bottom: unset;
  }
  .overlay.active .menu {
    opacity: 1;
    transform: scale(1);
  }
  
  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .menu li {
    margin: 1rem 0;
  }
  
  .menu a {
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
  }
  
  









.overlay .menu ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: #152232;
    transition: color 0.5s;
    text-align: left;
    padding: 8px 20px;
    border-right: none;
    border-bottom: 1px solid #e0e6ed;
}

.hamburger.active span {
    background: #086ae3;
}
#hambwrap {

    position: relative;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    position: relative;
    z-index: 99999;
    background: #f1f4f7;
    border-radius: 4px;
    border: 1px solid #e0e6ed;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    width: auto;
    color: #152232;
 
    cursor: pointer;
    outline: none;
    padding: 15px 20px 15px 17px;
}
#hambwrap p {
    margin: 0;
    line-height: 13px;
    margin-left: 5px;
}
#hambwrap.active p {
    color: #086ae3;
}
#hambwrap:hover p {
    color: #086ae3;
}
#hambwrap:hover .hamburger span {
    background: #086ae3;
}
.rating svg {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 4px;
}
.bonus svg {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 4px;
}
a.link svg {
    width: 16px;
    transform: rotate(275deg);
    vertical-align: bottom;
    margin-right: 5px;
}
.item .cta .link:hover {
    background: #152232;
}
.faq-wrapper div p {
    text-align: left;
}
.wrap a {
    text-decoration: unset;
}