@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  padding: 0px;
  margin: 0px;
  border: none;
  
}
html{
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}


aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

body {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

a {
  color: #fff;
  transition: color 0.2s ease-in;
  text-transform: uppercase;
  border-radius: 100px;

  &:hover {
    color: #0082ff;
}
}

.cont {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1260px;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url(./../fontz/HelveticaNeueCyr-Roman.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url(./../fontz/HelveticaNeueCyr-Black.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "HelveticaNeueCyr", sans-serif;
}

.header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), url("./../imag/ticbg.png");
  background-position: top;
  /* background-size: cover; */
  background-repeat: no-repeat;
  padding-top: 20px;
}
.header1 {
  background: url("./../imag/ticbg.png");
  background-position: top;
  /* background-size: cover; */
  background-repeat: no-repeat;
  padding-top: 20px;
}

.biglot-header-up {
  display: block;
  margin-bottom: 80px;
}

.biglot-header-up-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin-right: 15px;
}

.biglot-header-nav  {
  display: block;
}

.biglot-header-menu {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.biglot-header-menu li a,
.biglot-header-link a{
  font-family: var(--second-family);
  font-weight: 700;
  color: #002446;
  text-decoration: none;
}

.biglot-header-link img {
  margin-right: 20px;
}

#signup,
#lognin{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: rgba(0, 130, 255, 0.2);
}

.sign,.logn>a:first-child {
  text-align: end;

}
.clos{
  width: 14px;
  height: 14px;
  margin-right: -3px;
}

.sign,
.logn{
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  width: 608px;
  padding: 20px 30px 50px 30px;
  background: #fff;
}

input{
  width: 100%;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 20px 24px;
  margin-bottom: 10px;
  font-family: var(--second-family);
  color: #a3a3a3;
  text-transform: uppercase;
  outline-color: #0082ff;
}
.password-input:focus{
  color: #000;
  outline-color: #f00;
}
input:focus{
  color: #000;
}

.password-input.filled{
  outline-color: #0082ff;
}
input:valid{
  outline-color: #f00;
}

.sign-link, 
.logn-link {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #0082ff;
  margin-bottom: 20px;
  margin-top: 10px;
  text-decoration: none;
  padding-block: 19px;
  display: flex;
  justify-content: center;
  &:hover{
    color: #002446;
    transition: all 0.2s ease-in;
  }
}

.sign-h,
.logn-h {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #002446;
  margin-bottom: 40px;
  text-align: center;
}

.sign-ac,
.logn-ac {
  font-family: var(--second-family);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0082ff;
  text-align: start;
}

.biglot-header-main {
  margin-top: 140px;
}
h1{
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  color: #002446;
  margin-bottom: 20px;
}

.biglot-header-main-all {
  display: flex;
  flex-direction: column;
}

.biglot-header-main-text {
  margin-bottom: 50px;
  
}
.biglot-header-main-text p {
  font-family: var(--second-family);
  font-size: 26px;
  color: #002446;
}

.biglot-header-main-pipl {
  display: flex;
  column-gap: 20px;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  padding-block: 25px;
  justify-content: center;
  max-width: 506px;
  margin-bottom: 80px;
}

.biglot-header-main-pipl-num p:first-child {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 30px;
  color: #0084c0;
  margin-bottom: 8px;
}
.biglot-header-main-pipl-num p:last-child {
  font-family: var(--second-family);
  color: #002446;
}

.biglot-header-main-link {
  display: flex;
  column-gap: 10px;
  border-radius: 100px;
  max-width: 506px;
  background: #0082ff;
  padding-block: 32px 28px;
  justify-content: center;
  margin-bottom: 148px;
}
.biglot-header-main-link a {
  text-decoration: none;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #fff;
  &:hover{
    color: #002446;
  }
}

.biglot-choos {
  border-radius: 100px;
  background: #0082ff;
  padding-block: 110px 140px;
}
.biglot-choos h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 70px;
}

.biglot-choos-all {
  display: flex;
  column-gap: 10px;
}
.slider{
  width: 100%;
  object-fit: cover;
}
.row{
  display: flex;
  column-gap: 10px;
}
.biglot-choos-cards {
  border-radius: 30px;
  width: 299px;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
  text-align: center;
  object-fit: cover;
}

.slider .biglot-choos-cards{
  perspective: 250px;
  padding: 15px;
}
.biglot-choos-card-title {
  margin-bottom: 31px;
}

.binglot-choos-card-prise {
  display: flex;
  flex-direction: column;
  margin-bottom: 41px;
}
.binglot-choos-card-prise  p{
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  align-items: center;
}

.line{
  font-family: var(--second-family);
  font-size: 20px;
  margin-top: 10px;
}
.prise1{
  display: flex;
  justify-content: center;
  align-items: center;
}
.prise1 p:first-child{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #fff;
  align-items: center;
}
.prise {
  margin-left: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 55px;
}

.biglot-choos-card-link {
  
  padding-block: 15px;
  background: #fff;
  border-radius: 100px;
  width: 260px;
}
.biglot-choos-card-link a {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #0082ff;
  text-decoration: none;
}

.biglot-faq {
  padding-block: 110px;
}
.biglot-faq h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  color: #002446;
  margin-bottom: 60px;
}

.biglot-faq-p{
  font-family: var(--second-family);
  color: #002446;
  padding: 30px 55px 30px 38px;
  background: #f8f8f8;
  border-radius: 0 0 20px 20px;
}
.biglot-faq-one {
  display: flex;
  column-gap: 10px;
}
details{
  margin-bottom: 10px;
}
.biglot-faq-sum {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: start;
  color: #0082ff;
  background: #f8f8f8;
  padding: 28px 28px 28px 38px;
  border-radius: 100px;
  width: 609px;
  list-style-type: none;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

details[open] .back-faq__inner {
  margin-bottom: 20px;
  background: #f3d623;
  border-radius: 100px;
  color: #44008c;
  transition: transform .9s ease;
}

.back-faq__inner-text {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 290px 30px 30px;
  margin-bottom: 0px;
  text-align: left;
}

.biglot-faq-sum::after {
  content: '';
  background-image: url(./../imag/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 26px;
  float: right;
  width: 16px;
  height: 16px;
}

details[open] .biglot-faq-sum::after {
  content: '';
  font-size: 40px;
  font-weight: 500;
  float: right;
  margin-top: -3px;
  background-image: url(./../imag/minus.png);
  color: #fff;
}

details[open] .biglot-faq-sum {
  transition: transform .9s ease;
  background: #0082ff;
  color: #fff;
}

.biglot-news {
  padding-bottom: 110px;
}
.biglot-news h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  color: #002446;
  margin-bottom: 60px;
}

.biglot-news-all {
  display: flex;
  column-gap: 10px;
}

.biglot-news-all-one {
  border-radius: 30px;
  padding: 30px 28px 40px 28px;
  background: #f8f8f8;
}

.biglot-news-one-img {
  margin-bottom: 33px;
}

.biglot-news-one-date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.biglot-news-one-date p{
  font-family: var(--second-family);
  color: #7f7f7f;
}

.biglot-news-one-date-num {
  display: flex;
  column-gap: 10px;
  align-items: center;

}
.biglot-news-one-date-num p{
  font-family: var(--second-family);
  color: #7f7f7f;
}

.biglot-news-one-text {}
.biglot-news-one-text h4{
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #0082ff;
  margin-bottom: 16px;
}
.biglot-news-one-text p{
  font-family: var(--second-family);
  color: #002446;
}

.biglot-header-down {
  margin-bottom: 110px;
}
.biglot-header-down h2{
  font-family: var(--second-family);
  font-size: 45px;
  line-height: 120%;
  color: #002446;
  margin-bottom: 20px;
  font-weight: 700;
}
.biglot-header-down p{
  font-family: var(--second-family);
  color: #002446;
  margin-bottom: 40px;
}
.biglot-header-down h3{
  font-family: var(--second-family);
  color: #002446;
  margin-block: 60px 20px;
  font-size: 30px;
  line-height: 120%;
  margin-block: 60px 20px;
  font-weight: 700;
}
.biglot-header-down p:nth-child(6),
.biglot-header-down p:nth-child(13){
  margin-bottom: 0;
}

.biglot-header-down li{
  font-family: var(--second-family);
  color: #002446;
  list-style: inside;
  margin-left: 10px;
}

.footer {
  padding-block: 110px 50px;
  background: #000103;
  border-radius: 100px 100px 0 0;
  font-family: var(--second-family);
}

.biglot-footer {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.biglot-footer-text h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  margin-bottom: 30px;
}

.biglot-footer-logos {
  margin-top: 51px;
}
.biglot-footer-logos ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  align-items: center;
}

.biglot-footer-link {
  margin-top: 51px;
  display: flex;
  flex-wrap: wrap;
  gap: 21px 50px;
}
.biglot-footer-link a {
  text-decoration: none;
}

#overlay{
  position: fixed;
  top: 70%;
  left: 50%;
  display: none;
  width: 609px;
  height: 130px;
  background: #fff;
  border-radius: 30px;
  z-index: 999;
  animation: fade .6s;
  overflow: auto;
}
.popup{
  position: absolute;
  padding: 28px;
}
.biglot-popup{
  display: flex;
  column-gap: 50px;
  align-items: center;
}
.biglot-popup-text{
  display: block;
}
.biglot-popup-text p{
  font-family: var(--font-family);
  color: #002446;
  margin-bottom: 10px;
  font-size: 16px;

}
.biglot-popup-text a{
  font-family: var(--font-family);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0082ff;
  text-transform: uppercase;
}

.close{
  font-family: var(--font-family);
  color: #fff;
  border-radius: 100px;
  width: 200px;
  padding: 17px 54px;
  background: #0082ff;
  font-size: 16px;
  &:hover{
    color: #002446;
  }
}
.swipe{
  display: none;
}
@media (min-width: 1921px){
  .header1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), url("./../imag/ticbg.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), url("./../imag/ticbg.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1920px){
  .header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), url("./../imag/ticbg.png");
    background-position: top;
    /* background-size: cover; */
    background-repeat: no-repeat;
  }
}
@media (max-width: 1260px){
  .row {
    scroll-snap-type: x mandatory;
    scroll-snap-align: start;
    scrollbar-width: none;
    overflow-x: scroll;
  }
}
@media (max-width: 1000px){
  .biglot-faq-one {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
  }
  .biglot-faq-p {
    width: 609px;
  }
}
@media (max-width: 900px){
  #overlay {
    top: 80%;
    left: 0;
    width: 340px;
    height: 115px;

    z-index: 999;
    animation: fade .6s;
    overflow: auto;
  }
  
  .popup {
    position: absolute;
    padding: 20px;
  }

  .biglot-popup {
    display: flex;
    column-gap: 40px;
    align-items: center;
  }

  .biglot-popup-text p,
  .biglot-popup-text a {
    font-size: 12px;
  }
  
  .close {
    width: 150px;
    padding: 9px 24px;
    font-size: 12px;
  }
}
@media (max-width: 800px){
  h1 {
      font-size: 60px;
    }
  .biglot-header-nav{
    display: none;
  }
    
  .biglot-footer-logos {
    display: flex;
    margin-top: 40px;
  }
    .biglot-footer-text h2 {
      font-size: 35px;
    }

  .clos {
    width: 13px;
    height: 13px;
    margin-right: -3px;
  }

  .sign,
  .logn {
    width: 338px;
    padding: 20px 20px 40px 20px;
  }

  input {
    padding: 14px 20px;
  }

  .sign-link,
  .logn-link {
    font-size: 14px;
    padding-block: 18px;
  }

  .sign-h,
  .logn-h {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .sign-ac,
  .logn-ac {
    font-size: 12px;
  }

  .biglot-choos {
    border-radius: 40px;
    padding-block: 60px;
  }

  .biglot-choos h2 {
    font-size: 25px;
    margin-bottom: 19px;
  }

  .biglot-choos-cards {
    border-radius: 30px;
    width: 266px;
    width: calc(266px);
  }
  
  .binglot-choos-card-prise {
    margin-bottom: 40px;
  }
  
  .biglot-choos-card-link {
    padding-block: 12px;
    width: 226px;
  }

  .biglot-choos-card-link a {
    font-size: 16px;
  }

  .biglot-faq h2 {
    font-size: 25px;
  }
  .biglot-news h2 {
    font-size: 25px;
  }
  .biglot-news-one-text h4{
    font-size: 16px;
  }
  .biglot-news-one-text p{
    font-size: 12px;
  }
}
@media (max-width: 700px){
  .biglot-faq-p {
    max-width: 340px;
    font-size: 12px;
    padding: 20px;
  }
  .biglot-faq-sum {
    max-width: 340px;
  }

  .biglot-faq {
    padding-block: 70px;
  }

  .biglot-faq h2 {
    font-size: 25px;
    margin-bottom: 40px;
  }
  details {
    margin-bottom: 10px;
  }

  .biglot-faq-sum {
    font-size: 14px;
    padding: 20px 20px 20px 30px;
  }

  .biglot-faq-sum::after {
    font-size: 26px;
    float: right;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 600px){
  .biglot-news {
      padding-bottom: 70px;
    }
  .biglot-news h2 {
      margin-bottom: 40px;
    }
  .biglot-news-all {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
  }
  .biglot-news-all-one {
    padding: 20px 20px 30px 20px;
  }
  .biglot-news-one-img {
    margin-bottom: 20px;
  }
  .biglot-news-one-date {
    margin-bottom: 10px;
  }
  .biglot-news-one-date p{
    font-size: 12px;
  }
  .biglot-news-one-date {
    margin-bottom: 10px;
  }
  .biglot-news-one-date-num img{
    width: 18px;
    height: 17px;
  }
  
  .biglot-news-one-text p {
    font-size: 12px;
  }
}
@media (max-width: 500px){
  .logo{
    width: 134px;
    height: 14px;
    margin-right: 2px;
    align-items: center;
  }
  .swipe{
    display: flex;
    column-gap: 13px;
  }
  .swipe p{
    font-family: var(--font-family);
    font-size: 12px;
    color: #fff;
    margin-bottom: 44px;
  }
  .swipe img{
    width: 15px;
    height: 17px;
  }
  .tic{
    width: 16px;
    height: 12px;
    margin-top: 1.5px;
  }
  .biglot-header-link{
    margin-bottom: 3px;
  }
  .biglot-header-link img {
    margin-right: 10px;
    width: 13px;
    height: 13px;
    margin-top: 2px;
  }
  .biglot-header-link a {
    font-size: 12px;
  }
  .biglot-header-up {
    margin-bottom: 50px;
  }
  .biglot-header-down{
    margin-bottom: 70px;
  }
  .biglot-header-down h2{
    font-size: 30px;
  }
  .biglot-header-down p{
    font-size: 12px;
    margin-bottom: 20px;
  }

  .biglot-header-down p:nth-child(6),
  .biglot-header-down p:nth-child(13) {
    margin-bottom: 0;
  }
  
  .biglot-header-down li {
    font-size: 12px;
  }
  

  .biglot-header-down h3 {
    font-size: 25px;
    margin-top: 40px;
  }

  .footer {
    padding-block: 60px 30px;
    border-radius: 40px 40px 0 0;
  }

  .biglot-footer-text h2 {
    font-size: 24px;
  }
  .biglot-footer-text p {
    font-size: 12px;
  }

  .biglot-footer-logos ul {
    gap: 10px 10px;
  }

  .biglot-footer-link {
    margin-top: 40px;
  }

  .biglot-footer-link a {
    font-size: 12px;
  }

  .biglot-header-main {
    margin-top: 125px;
  }

  h1 {
    font-size: 40px;
    margin-bottom: 14px;
  }

  .biglot-header-main-text {
    margin-bottom: 40px;

  }

  .biglot-header-main-text p {
    font-size: 14px;
  }

  .biglot-header-main-pipl {
    padding-block: 15px;
    justify-content: center;
    max-width: 340px;
    margin-bottom: 50px;
  }
  .biglot-header-main-pipl img{
    width: 110px;
    height: 30px;;
  }
    
  .biglot-header-main-pipl-num p:first-child {
    font-size: 20px;
  }
  .biglot-header-main-pipl-num p:last-child {
    font-size: 12px;
  }
  .biglot-header-main-link {
    max-width: 340px;
    padding-block: 24px 20px;
    margin-bottom: 120px;
  }
  .biglot-header-main-link a {
    font-size: 16px;
  }
  .biglot-header-main-link img {
    width: 15px;
    height: 12px;
  }
}
@media (max-width: 370px){
  .logo {
    width: 114px;
    height: 13px;
    margin-right: 2px;
    align-items: center;
  }
  .biglot-header-link img {
    margin-right: 2px;
    margin-top: 5px;
    width: 10px;
    height: 10px;
  }
  .biglot-header-down h2 {
    font-size: 25px;
  }
  .biglot-header-down h3 {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media (max-width: 360px){
  .header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%), url(./../imag/gambl-bg-mob.png);
    background-position: top;
    /* background-size: cover; */
    background-repeat: no-repeat;
  }
}
/* === Contact Us === */
#contact-us {
  padding-block: 80px;
  background: #fff;
}

#contact-us .cont h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  color: #002446;
  text-align: center;
  margin-bottom: 60px;
}

#contact-us .contact-form {
  max-width: 700px;
  margin: 0 auto;
}

#contact-us .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* глобальный input{} уже есть здесь: */
#contact-us input,
#contact-us textarea {
  /* всё переходит из вашего input { … } :contentReference[oaicite:2]{index=2} */
  width: 100%;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 20px 24px;
  margin-bottom: 20px;
  font-family: var(--second-family);
  color: #002446;
  text-transform: uppercase;
  outline-color: #0082ff;
}

#contact-us textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 30px;
  cursor: pointer;
}

.checkbox-container input {
  display: none;
}

.checkbox-custom {
  width: 18px;
  height: 18px;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
}

.checkbox-container input:checked + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: 2px; left: 6px;
  width: 4px; height: 10px;
  border: solid #0082ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-primary {
  display: block;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #f58200, #f2c200);
  color: #fff;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: opacity .3s;
}

.btn-primary:hover {
  opacity: .9;
}

.feedback-message {
  margin-top: 30px;
  font-family: var(--second-family);
  font-size: 18px;
  text-align: center;
  color: #002446;
}

.hidden {
  display: none;
}

/* === Адаптив === */
@media (max-width: 768px) {
  #contact-us .form-row {
    flex-direction: column;
  }
  #contact-us .btn-primary {
    padding: 15px 0;
  }
  #contact-us {
    padding-block: 40px 20px;
  }
}
/* === Wide “Why Choose Us” text block === */
#why-us {
  background: #f0f4f8;
  padding: 80px 0;
}

#why-us .cont {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#why-us h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  color: #002446;
  margin-bottom: 20px;
}

#why-us p {
  font-family: var(--second-family);
  font-size: 18px;
  line-height: 1.6;
  color: #4a5568;
}

/* Adaptation for mobile */
@media (max-width: 768px) {
  #why-us {
    padding: 40px 20px;
  }
  #why-us h2 {
    font-size: 28px;
  }
  #why-us p {
    font-size: 16px;
  }
}
/* === About Us wide block (white background) === */
#about-us {
  background: #ffffff;
  padding: 80px 0;
}

#about-us .cont h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 45px;
  line-height: 120%;
  color: #002446;      
  text-align: center;
  margin-bottom: 60px;
}

#about-us .about-content {
  max-width: 1000px;
  margin: 0 auto;
  color: #002446;          
  font-family: var(--second-family);
  font-size: 18px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease-out, transform .6s ease-out;
}

#about-us .about-content.visible {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 768px) {
  #about-us {
    padding: 40px 20px;
  }
  #about-us .cont h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #about-us .about-content {
    font-size: 16px;
  }
}
/* Statistics row */
.about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 40px 0;
}
.about-stats .stat {
  text-align: center;
}
.stat-number {
  font-family: var(--second-family);
  font-size: 36px;
  font-weight: 700;
  color: #f58200;
}
.stat-label {
  font-family: var(--second-family);
  font-size: 16px;
  color: #002446;
}

/* Features list */
.about-features {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 20px;
  margin: 40px 0;
}
.about-features li {
  display: flex;
  align-items: center;
  font-family: var(--second-family);
  font-size: 16px;
  color: #002446;
}
.about-features .icon {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  font-size: 24px;
}

/* Divider */
#about-us hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 40px 0;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .about-stats { gap: 20px; }
  .about-features { grid-template-columns: 1fr; }
}
/* === Tickets Info text block === */
#tickets-info {
  background: #eef6fc;        /* светло-голубой фон во всю ширину */
  padding: 80px 0;
}

#tickets-info .cont h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  color: #002446;
  text-align: center;
  margin-bottom: 40px;
}

#tickets-info .tickets-text {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--second-family);
  font-size: 18px;
  line-height: 1.6;
  color: #33475b;
}

/* Адаптив */
@media (max-width: 768px) {
  #tickets-info {
    padding: 40px 20px;
  }
  #tickets-info .cont h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #tickets-info .tickets-text {
    font-size: 16px;
  }
}
/* Слайдер новостей */
.biglot-news-all {
  position: relative;
  overflow: hidden;
}
.biglot-news-all-one {
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  transition: opacity .5s ease-in-out;
  opacity: 0;
}
.biglot-news-all-one.active {
  display: block;
  position: relative;
  opacity: 1;
}
/* контейнер со слайдами уже position: relative */
.biglot-news-all {
  position: relative;
  overflow: hidden;
}

/* стили для стрелок */
.news-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  color: var(--primary-color);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
}
.news-arrow:hover {
  background: rgba(255, 255, 255, 1);
}

.news-prev {
  left: 10px;
}
.news-next {
  right: 10px;
}

/* ——— Header auth area ——— */
.biglot-header-link {
  display: flex;
  align-items: center;
  gap: 12px;             
}


.auth-buttons {
  display: inline-flex;
  align-items: center;
  gap: 8px;             
}


.auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border: 2px solid #0082ff;    
  border-radius: 30px;          
  background-color: #fff;
  color: #0082ff;
  font-family: var(--second-family);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}


.auth-btn:hover {
  background-color: #0082ff;
  color: #fff;
}

a[onclick] {
  cursor: pointer;
}

.notify {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #0082ff;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: var(--second-family);
  font-weight: 700;
  color: #002446;
  font-size: 16px;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.hidden {
  display: none !important;
}

.biglot-header-down a,
.biglot-header-down p a,
.biglot-header-down li a {
  color: #002446;          
  text-decoration: underline; 
}

.biglot-header-down a:hover,
.biglot-header-down p a:hover,
.biglot-header-down li a:hover {
  color: #0082ff;          
}
/* отступы слева-справа для Privacy Policy, FAQ, Cookies и т. п. */
.biglot-header-down {
  padding: 0 15px;       /* дайте по 15px — как у .cont */
  margin: 0 auto;        /* центрируем при max-width */
  max-width: 1260px;     /* чтобы текст не растягивался слишком широко */
  box-sizing: border-box;
}
.cont {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1260px;
}
