@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');


:root {


    --bg3: rgba(77, 25, 173, 0.5);

    --color1: #b70000; 
    --color2: #0e0707;
    --color3: #14074c;
    --color4: #ACA22E;
    --color6: #FF6F91;
    --color7: #780cba;
    --color8: #E07250;
    --color9: #bda483;

    --color-rgb1: 9, 0, 41;
    --color2-rgb: 0, 0, 0;

  }

*{
  box-sizing: border-box;
}
  
body{
    direction: ltr;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

img{
    max-width: 100%;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.titla {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 19px;
}

.titla h5{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
    text-shadow: 5px 3px #5B69E7;
    color: #fff;
}


.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: var(--color9);
    color: #FFF;
    height: 50px;
    padding: 1em;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-nav  .container{
  flex-direction: row !important;
}

.logo-navi {

    a{
        display: flex;
        gap: 12px;
        align-items: center;
    }

    a img{
        width: 50px !important;
        height: 50px !important;
        object-fit: contain;
    }

    a h2{
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        transition:  .5s;
    }

    a h2:hover{
      color: #5B69E7;
    }
}

  
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu > li {
    padding: 12px;
    overflow: hidden;
  }
  
  .menu li a{
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        transition:  .5s;
    }

    .menu li a:hover{
      color: #5B69E7;
    }

  .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  
  @media (max-width: 992px) {
    .menu-button-container {
      display: flex;
    }
    .menu {
      position: absolute;
      top: 0;
      margin-top: 84px;
      left: 0;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center;
      z-index: 999;
      overflow: hidden;
    }
    #menu-toggle ~ .menu li {
      height: 0;
      margin: 0;
      padding: 0;
      border: 0;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-toggle:checked ~ .menu li {
      border: 1px solid #333;
      height: 2.5em;
      padding: 0.5em;
      transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .menu > li {
      display: flex;
      justify-content: center;
      margin: 0;
      padding: 0.5em 0;
      width: 100%;
      color: white;
      background-color: #222;
    }
    .menu > li:not(:last-child) {
      border-bottom: 1px solid #444;
    }
  }


  .top-heroi{
    padding: 88px 0;
    background-image: url(content/bg-assets/bg-all-069026ac9421a4.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.top-heroi:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

}

.top-heroi-content, .top-heroi-image{
    z-index: 1;
    width: 50%;
}

.top-heroi-image{
  overflow: hidden;
}


.top-heroi-content h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(24px, 4vw, 28px);
    text-shadow: 5px 3px #5B69E7;
}

.top-heroi-image img{
  object-fit: contain; 
  width: 100% !important;
  height: 394px;
  filter: drop-shadow(10px 7px 10px var(--color4));
  -webkit-filter: drop-shadow(10px 7px 10px var(--color4));
  animation: zoom 5s ease-in-out;

}

@keyframes zoom {
  0% {
    transform: scale(0.5); 
  }
  100% {
    transform: scale(0.9); 

  }
}

.voprosi{
  padding: 88px 0;
  background: var(--color9);
  position: relative;
}

.voprosi:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-image: url(content/other-dir/borders_short-069026ac94228e.png );
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}



.voprosi-texta, .voprosi-kartinka{
  padding: 16px;
  width: 50%;
}

.voprosi-texta-accordion {
  background-color: #d5c837;
  border-radius: 7px;
  padding: 13px;
  cursor: pointer;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  border: 2px solid #180707;
}

.voprosi-texta-accordion-header {
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 8px;
}

.voprosi-texta-accordion-header span {
  max-width: 100%;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voprosi-texta-accordion-body {
  color: #180707;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity .3s 
}

.voprosi-texta-accordion-body.active {
  height: 100%;
  opacity: 1;
  
  padding: 5px;
}


.arrow {
  transition: transform .3s linear;
}
.voprosi-texta-accordion:has(.active) .arrow {
  transform: rotate(180deg);
}

.voprosi-kartinka img{
  width: 100% !important;
  height: 291px;
  object-fit: contain;
  filter: drop-shadow(10px 7px 10px #000);
  -webkit-filter: drop-shadow(10px 7px 10px #000);
}

.preimu{
  padding: 88px 0;
  background: var(--color9);
  position: relative;
}

.preimu:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-image: url(content/other-dir/borders_short-069026ac94228e.png );
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}

.preimu-main{
  display: flex;
}

.premium-inner{
  width: 100%;
  display: flex;
}

.preimu-main-box{
  width: 50%;
  padding: 36px 0;
  border-radius: 12px;
  background-color: rgba(228,176,80,0.4);
  border: 4px dashed #fff;
  backdrop-filter: brightness(5);
  position: relative;
  z-index: 1;
  margin: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .5s;
}

.preimu-main-box:hover{
  background-color: var(--color8);
  border: 4px dashed #180707;
}

.preimu-main-box:hover .preimu-main-text span{
  color: #fff;
}

.preimu-main-box:hover .preimu-main-image img {
  animation: slideLeftRight .9s infinite alternate;
}

@keyframes slideLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px); 
  }
}

.preimu-main-text span{
  font-size: 16px;
  font-weight: 500;
  color: #180707;
}


.preimu-main-image img{
  width:88px;
  height:88px;
  object-fit: contain;
}


.igri{
  padding: 88px 0;
  background-image: url(content/bg-assets/bg-all-169026ac9421da.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.igri:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-image: url(content/other-dir/borders_short-069026ac94228e.png );
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.igri:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

}

.igri-main{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.igri-boxix{
  width: 33.3%;
  position: relative;
  z-index: 1;
  display: flex;
}

.igri-boxix-top {
  position: relative;
  border: 6px solid #fff;
  background-color: #180707;
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.igri-boxix-top .igri-boxix-content {
  padding: 12px 0;
  text-align: center;
  line-height: normal;
  margin: 0 auto;
}

.igri-boxix-content p{
  color: #fff;
  padding: 0 12px;
}

.igri-boxix-top .igri-boxix-content .igri-boxix-titla {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 23px;
  padding: 0;
  margin: 0;
}

h4.igri-boxix-titla a{
  color: #5B69E7;
  transition: .5s;
}

 h4.igri-boxix-titla a:hover{
  color: #fff;
}


.igri-boxix-top .igri-boxix-btn {
  display: flex;
  justify-content: center;
  padding: 14px;
}

.tread{
  padding:  70px 0;
  background: var(--color9);
  position: relative;
}

.treads-box{
  width: 100%;
}

.treads-box-conte{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}


.treads-box-conte-text{
  padding: 12px 0;
  border-radius: 12px;
  background-color: rgba(228,176,80,0.4);
  border: 4px dashed #fff;
  backdrop-filter: brightness(5);
  position: relative;
  z-index: 1;
  margin: 12px;
  width: 100%;
}

.treads-box-conte-num div.nums{
  border: 6px dashed #fff;
    width:  70px;
    height:  70px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    text-shadow: 4px 3px #FF6F91;
    color: #fff;
}



.treads-box-conte-text img{
  width: 40px;
  object-fit: contain;
  height: 40px;
  animation: moveLeftRight 5s ease infinite;

}

@keyframes moveLeftRight {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(calc(50% - 50px)); 
  }
  100% {
      transform: translateX(0);
  }
}

.treads-box-conte-text p{
  font-size: 18px;
  font-weight: 700;
  color: #180707;
}

.informaia-forma{
  padding:  70px 0;
  background: var(--color9);
  position: relative;
}

.informaia-forma:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-image: url(content/other-dir/borders_short-069026ac94228e.png );
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.informaia-forma-main{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.informaia-forma-image,.informaia-forma-main-box{
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  z-index: 1;
  text-align: center;
  display: flex;
  flex: 1;
}

.informaia-forma-main-box{
  padding: 28px 28px;
  border-radius: 12px;
  background-color: rgba(228,176,80,0.4);
  border: 4px dashed #fff;
  backdrop-filter: brightness(5);
  position: relative;
  z-index: 1;
}

.informaia-forma-image img{
  width: 100%;
  object-fit: contain;
  height: 291px;
  animation: slowlyLeftRight 5s ease-in-out infinite;
  filter: drop-shadow(10px 7px 10px #fff);
  -webkit-filter: drop-shadow(10px 7px 10px #fff);
}

@keyframes slowlyLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px); 
  }
  100% {
    transform: translateX(10px); 
  }
}

.informaia-forma label{
  color: #180707;
}


.informaia-forma .informaia-forma-fields{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 28px;
}

.informaia-forma .input-main-layout--input{
  background-color: #d5c837;
  border: 2px solid #5B69E7;
  color: #000;
  height: 45px;
  padding: 10px 19px;
  transition: all 0.3s ease 0s;
  border-radius: 35px;
}

.informaia-forma .input-main-layout--input::placeholder, .informaia-forma .textarea-main-layout--input::placeholder{
  color: #000;
}
.informaia-forma .input-main-layout--input:focus{
  outline: 0 !important;
  border: 3px solid #180707;
}

.informaia-forma  .textarea-main-layout--input{
  background-color: #d5c837;
  box-shadow: none;
  color: #000;
  padding: 10px 19px;
  height: 100px;
  border: 2px solid #5B69E7;
  border-radius: 35px;
}

.informaia-forma .textarea-main-layout--input:focus{
  outline: 0 !important;
  border: 3px solid #180707;
}

.informaia-forma  .form-check{
  align-items: flex-start;
  padding-top: 9px;
  padding-left: 36px;
  text-align: left;
  padding-top: 10px;
  padding-left: 36px;
}

.informaia-forma  .form-check a{
  text-decoration: underline;
  color: #5B69E7;
}

.informaia-forma-knopka{
  display: inline-block;
}

.bottom-area-fotDisc{
  padding:  70px 0;
  background-color: #382933;
  
}

.bottom-area-fotDisc .container{
  justify-content: center !important;
}

.bottom-area-fotDisc-main{
  display: flex;
  flex-direction: column;
}


.ba-disc{
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 36px;
  border: 2px dashed #fff;
}

.ba-disc:before {
  animation: flashing-effect 0.8s ease-in-out infinite;
  box-shadow: inset 0 0 500px red;
  position: absolute;
  width: 100%;
  height: 100%;
  content: " ";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ba-disc-box .titla h5{
  text-shadow: 1px 4px 6px black, 0 0 15px red, 1px 4px 6px black;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 54px;
  text-align: center;
}


@keyframes flashing-effect {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

.discla-text p{
  padding-top: 28px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.ba-foot{
  padding-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.ba-foot-menu, .ba-foot-imagNon, .ba-foot-poli-menu{
  width: 33.3%;
}

.ba-foot ul li a, .ba-foot-adress-block span, .ba-foot-adress-block span a{
  text-decoration: none;
  color: #fff;
  transition: .5s;
}

.ba-foot ul li a:hover, .ba-foot-adress-block span a:hover{
  color: #5B69E7;
  padding-left: 5px;
}

.ba-foot-adress-block{
  width: 100%;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.ba-foot-imagNon img{
  width: 107px;
  height: 107px;
  object-fit: contain;
}

.ba-copy{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 28px;
  text-align: center;
}

.ba-copy-text{
  width: 100%;
}

.ba-copy-text div{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.categori-igri{
  padding:  70px 0;
  background: var(--color9) !important;
  position: relative;
}

.categori-igri:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-image: url(content/other-dir/borders_short-069026ac94228e.png );
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.categoru-boxi-top img{
  height: 210px !important;
  width: 100% !important;
  object-fit: cover;
}

.categoru-igr-trenda{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color4);
  padding: 12px;
  font-size: 19px;
  font-weight: 700;
}




.pronas {
  padding:  70px 0;
  background: var(--color9);
  position: relative;
}

.pronas:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-image: url(content/other-dir/borders_short-069026ac94228e.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}

.pronas-main{
  display: flex;
  align-items: center;
  justify-content: center;
}

.pronas-block, .pronas-video{
  padding: 16px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 19px;
  text-align: center;
}

.pronas-block{
  flex-direction: column;
}

.pronas-block div{
  font-size: 16px;
  font-weight: 500;
}

.pronas-block div::first-letter{
  font-size: 70px;
  color: #382933;
  text-shadow: 5px 3px #5B69E7;
}

.pronas-video video{
  width: 100%;
  -webkit-box-shadow: -16px 14px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -16px 14px 5px 0px rgba(0,0,0,0.75);
}

.pronas-block img{
  width: 100%;
  object-fit: contain;
  height: 107px;
}

.conta-page {
  padding:  70px 0;
  background: var(--color9);
  position: relative;
}

.conta-page:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-image: url(content/other-dir/borders_short-069026ac94228e.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}

.conta-page-formas label{
  color: #fff;
}

.conta-page-formas {
  padding: 28px 28px;
  border-radius: 12px;
  background-color: rgba(228,176,80,0.4);
  border: 4px dashed #fff;
  backdrop-filter: brightness(5);
  position: relative;
  z-index: 1;
}

.conta-page-main{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.conta-page-main-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 0;
}

.conta-page-formas,.conta-image{
  width: 50%;
  margin: 12px;
}

.karta-cont{
  width: 100%;
}

.conta-page input{
  background-color: #d5c837;
  border: 2px solid #5B69E7;
  color: #000;
  height: 45px;
  padding: 10px 19px;
  transition: all 0.3s ease 0s;
  border-radius: 35px;
}

.conta-page input::placeholder, .conta-page textarea::placeholder{
  color: #000;
}
.conta-page  input:focus{
  outline: 0 !important;
  border: 3px solid #180707;
}

.conta-page .field{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 28px;
}

.conta-page textarea{
  background-color: #d5c837;
  box-shadow: none;
  color: #000;
  padding: 10px 19px;
  height: 100px;
  border: 2px solid #5B69E7;
  border-radius: 35px;
}

.conta-page textarea:focus{
  outline: 0 !important;
  border: 3px solid #180707;
}

.conta-page .form-check{
  align-items: center;
  text-align: left;
  padding-top: 5px;
  padding-left: 36px;
  display: flex;
  gap: 12px;
}

.conta-page .form-check a{
  text-decoration: underline;
  color: #5B69E7 !important;
}

.conta-page-formas-knopka{
  display: inline-block;
}

.karta-cont{
  overflow: hidden;
}

.karta-cont iframe{
  display: flex;
}

.conta-image img{
  width: 100%;
  object-fit: contain;
  height: 407px;
  filter: drop-shadow(10px 7px 10px rgba(0,0,0,0.75));
  -webkit-filter: drop-shadow(10px 7px 10px rgba(0,0,0,0.75));
}

.conta-block-adress-info{
  text-align: center;
}

.conta-block-adress-info-content h3{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.conta-block-adress-info-content div, .conta-block-adress-info-content a{
  font-weight: 700;
  color: #382933;
  font-size: 16px;
  transition: .5s;
}


.conta-block-adress-info-content a:hover{
  color: #5B69E7;
  padding-left: 5px;
}


.otdelnaya-stranica {
  padding:  70px 0;
  background: var(--color9);
  position: relative;
}

.otdelnaya-stranica:before{
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-image: url(content/other-dir/borders_short-069026ac94228e.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}


.otdelnaya-stranica-main-inner{
  border-radius: 35px;
  padding: 70px 28px;
  background-color: rgba(0, 0, 0, 0.7);
}


.otdelnaya-stranica-content h2{
  font-size: 16px;
}

.otdelnaya-stranica-image{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  align-items: center;
}

.otdelnaya-stranica-image img{
  object-fit: cover;
  max-height: 407px;
}

.otdelnaya-stranica-content{
  padding: 14px;
  width: 100%;
  color: #fff !important;
}

.otdelnaya-stranica-content ul{
  list-style: disc !important;
}


.otdelnaya-koment{
  display: flex;
  align-items: center;
  justify-content: center;
}

.otdelnaya-koment-box{
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 12px;
  position: relative;
  z-index: 1;
  width: 50%;
  border-radius: 35px;
  padding: 28px 28px;
  background-color: rgba(0, 0, 0, 0.7);
}

.otdelnaya-koment-box .otdelnaya-koment-box-content {
  text-align: center;
}

.otdelnaya-koment-box .gamb-comment-rating {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.gamb-comment-rating{
  color: #5B69E7;
  font-size: 24px;
}

.otdelnaya-koment-box .otdelnaya-koment-box-content p {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8;
}

.otdelnaya-koment-box .otdelnaya-koment-photo {
margin: 0 auto;
margin-bottom: 15px;
}

.otdelnaya-koment-box .otdelnaya-koment-photo img {
  width: 90px !important;
  height: 90px !important;
  border: 3px solid #5B69E7;
  margin: 0 auto;
  border-radius: 35px;
}

.otdelnaya-koment-box .otdelnaya-koment-box-info {
  text-align: center;
}

.otdelnaya-koment-box .otdelnaya-koment-box-info .otdelnaya-koment-box-info-inner h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}

.otdelnaya-stranica-igra {
  padding: 19px 0;
  width: 100%;
}

.otdelnaya-stranica-igra iframe{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}


.privatpolit{
  padding: 88px 88px;
  overflow: hidden;
  color: #fff;
  padding:  70px 0;
  background: var(--color9);
  position: relative;
}

.privatpolit .container{
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.privatpolit h1.privatpolit{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.privatpolit h1,h2,h3{
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.privatpolit  a{
    text-decoration: underline;
    color: #fff !important;
}

.privatpolit ol li {
    color: #fff !important;
}

.privatpolit ul{
    list-style: disc !important;
}


.button-1 {
  background-color: var(--color1); 
  border: none;
  color: white;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 3px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 40px;
}

.button-1:hover {
  background-color: #f8bbd0; 
  color: var(--color1); 
}


.button-2{
  background-color: var(--color7); 
  border: 2px solid var(--color7); 
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 3px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.button-2:hover {
  background-color: transparent;
  color: #fff;
}

.button-3 {
  background-color: var(--color8); 
  border: none;
  color: white;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 3px;
  cursor: pointer;
  border-radius: 40px;
  transition: transform 0.3s;
}

.button-3:hover {
  transform: scale(1.1);
}
.privacy-blocks ul {
  margin: 0 25px;
  list-style: square;
}
.rnd-section-games{
  display: flex;
  flex-direction: column-reverse;
}
.button-4 {
  background-color: var(--color6); 
  border: none;
  color: white;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 3px;
  cursor: pointer;
  border-radius: 7px;
  transition: box-shadow 0.3s;
}

.button-4:hover {
  box-shadow: 0 0 10px #009688;
}


.button-5 {
  background-color: var(--color4); 
  border: none;
  color: #333;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 3px;
  cursor: pointer;
  border-radius: 19px;
  transition: transform 0.5s;
}

.button-5:hover {
  transform: rotate(360deg);
}

@media (max-width:991px){

   .top-heroi .container {
      flex-direction: column !important;
   }

   .top-heroi-content, .top-heroi-image{
     width: 100% !important;
   }

   .voprosi .container {
    flex-direction: column !important;
 }

   .voprosi-texta, .voprosi-kartinka{
    width: 100%;
  }

  .igri .container {
    flex-direction: column !important;
 }

  .igri-boxix{
    width: 50% !important;
  }

  .treads-box-conte{
    flex-direction: column !important;
    gap: 19px;
  }

  .treads-box-conte-num,.treads-box-conte-text{
    width: 100% !important;
  }
  
  .informaia-forma-main{
    flex-direction: column !important;
  }

  .informaia-forma-main-box, .informaia-forma-image{
    width: 100% !important;
    
  }

  .ba-foot-menu, .ba-foot-imagNon, .ba-foot-poli-menu{
    width: 100% !important;
  }

  .ba-foot{
    flex-direction: column !important;
  }

  .conta-page-main-inner{
    flex-direction: column !important;
  }

  .conta-page-formas, .conta-image{
    width: 100% !important;
  }

  .otdelnaya-koment{
    flex-direction: column !important;
  }

  .otdelnaya-koment-box{
    width: 100% !important;
  }

  .preimu-main{
    flex-direction: column !important;
  }

  .preimu-main-box{
    width: 50% !important;
  }

  .categoru-igr-b{
    width: 50% !important;
  }

  .pronas-main{
    flex-direction: column !important;
  }

  .pronas-block, .pronas-video{
    width: 100% !important;
  }

  .top-nav  .container{
    flex-direction: inherit !important;
  }
  
  .ba-foot{
    gap: 18px;
  }
}

@media (max-width:768px){
  
  .igri .container {
    flex-direction: column !important;
 }

  .igri-boxix{
    width: 100% !important;
  }
  
  .categoru-igr-b{
    width: 100% !important; 
  }

  .preimu-main-box{
    width: 100% !important;
  }

  .premium-inner{
    flex-direction: column !important;
  }

  .otdelnaya-stranica-main-inner{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .otdelnaya-stranica-main-inner{
    padding: 50px 30px;
  }

  .otdelnaya-koment-box{
    width: 70% !important;
  }

}


@media (max-width: 600px){
    .privatpolit {
        padding: 36px 36px;
    }
    
    .ba-disc-box .titla h5{
      font-size: 20px !important;
    }
}

@media (max-width: 575px){
          
    button{
        width: 100%;
    }

    .otdelnaya-stranica .container{
      width: 100% !important;
    }
}

@media (max-width: 375px){
  
    .privatpolit {
        padding: 28px 28px;
    }

    .conta-block-adress-info-content div, .conta-block-adress-info-content a{
      font-size: 15px;
    }
}

.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}
