@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
:root{
  --white:white;
  --gradient:linear-gradient(45deg, rgba(248, 144, 75, 0.952) 56%, rgba(248, 144, 75, 0.952) );
  --formGraient:linear-gradient(45deg, rgba(248, 144, 75, 0.952) 50%,rgba(248, 144, 75, 0.952)  50%);
  --grayBG:gray;
  --size-header: 2.25rem;
	--size-accordion-title: 1.25rem;
	--size-accordion-content: 1rem;
	--animation-speed: 100;
	--slide-ease: cubic-bezier(0.86, 0, 0.07, 1);
	--slide-duration: calc(400ms * 100 / var(--animation-speed));
	--slide-delay: calc(450ms * 100 / var(--animation-speed));
	--circle-duration: calc(900ms * 100 / var(--animation-speed));



  --black:#3B0944;
  --bright-color: #009500;
}
body{
    direction: ltr;
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
   
  }
  ul,li{
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  a{text-decoration: none;}
  img{
    width: 100%;
  }
  .container{
    position: relative;
  }
  .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 0.7;
  background: var(--formGraient);
  background-size: 100% 100%;
}

 
  .title{
    text-align: center;
  color:var(--white);
  margin-bottom:20px;
  font-size: 28px;
  
  
}
@media (max-width:575px) {
  .title{
    
    font-size: 27px;
    
    
  }
}



.classhover:before,
.classhover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: var(--bright-color);
  transition: width 0.4s ease-in-out;
}

.hover-eff .classhover:hover:before {
  left: 0;
  width: 50%;
  margin-left: -3px;
}
.hover-eff .classhover:hover:before {
  left: 0;
  width: 50%;
  margin-left: -3px;
}

.hover-eff .classhover:hover:after {
  right: 0;
  width: 50%;
  margin-right: -3px;
}
.content-block ul{
  list-style: circle;
margin: 0 10px;
}
.header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  
}
.header_fixed{
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: white;
  padding: 18px;
  margin-left: auto;
  margin-right: auto;
  
}
@media(max-width: 575px) { 
  .header{
    padding: 5px 5px;
  }
}
.header23 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media  (max-width: 575px) { 
  .header23{
    padding: 5px;
  }
}
@media screen and (max-width:1199px){
  .nav{
    display: none;
      }
    }
    
    .logotip44 {
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      
      
    }
    
    .logotip {
      position: relative;
      width: 45px;
      margin-right: 18px;
      margin-left: 18px;
      
    }
    @media (max-width: 575px) { 
      .logotip{
        width: 25px;
      }
    }
    
    .logotip-links23:hover {
      color:  white;
    }
    
    .logotip-links23 {
      display: flex;
      align-items: center;
      color: white;
      font-size: 25px;
      
    }
    @media (max-width: 350px) { 
      .logotip-links23{
        font-size: 16px;
      }
    }
    
    .logotip_box_color {
      color: black;
    }
    
    .logotip_box_color:hover {
      color: black;
    }
    
    .menu-btn {
      width: 30px;
      height: 30px;
      position: relative;
      z-index: 2;
      overflow: hidden;
      
    }
    
    
    @media (min-width: 1200px) {
      .menu-btn{  display: none; }
      
    }
    @media (min-width:1200px) {
      .knopkavmenu{
        display: none;
      }
    }
    .menu-box-mobile {
      margin-top: 45px;
      display: flex;
      flex-direction: column;
      
    }
    
    
    .menu-box-mobile li {
      width: 100%;
      padding: 14px;
      display: inline-block;
      color: var(--white );
      
    }
    
    .span-btn {
      width: 30px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color:   white;
      transition: all 0.5s;
    }
    
    .span_btn_colored {
      width: 30px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      transition: all 0.5s;
      background-color:   white;
    }
    
    .menu-btn span:nth-of-type(2) {
      top: calc(50% - 5px);
    }
    
    .menu-btn span:nth-of-type(3) {
      top: calc(50% + 5px);
    }
    
    
    .menu-btn.active span:nth-of-type(1) {
      display: none;
    }
    
    .menu-btn.active span:nth-of-type(2) {
      top: 50%;
      background-color:   white;
      transform: translate(-50%, 0%) rotate(45deg);
    }
    
    .menu-btn.active span:nth-of-type(3) {
      top: 50%;
      background-color:   white;
      transform: translate(-50%, 0%) rotate(-45deg);
    }
    
    
    .menu {
      z-index: 1;
      position: fixed;
      top: 81px;
      right: 0;
      width: 100%;
      height: 50%;
      padding: 35px;
    
    
      display:none;
      transition: transform 0.5s;
    }
    .menu nav{
      position: relative;
    }
    .bg-menu{
   
      background-color: gray;
    }
    @media (max-width: 575px) { 
      .menu {
        top: 69px;
      }}
      @media (min-width: 1199px)  { 
        .menu {
          display: none;
        }
      }
      

      .menu.active {
        display: flex;
          background-image: url(templates/img/bg-fail-1.png);
          background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
      }
      .menu li {
        list-style-type: none;
      }
      
      
      .menu-list {
        display: flex;
        list-style-type: none;
        gap: 25px;
        margin-bottom: 0px;
        
      
      }
      @media (max-width :1199.9px) {
        .menu-list{  display: none; }}
        .menu-item {
          position: relative;
        }
        
        .link-menu {
          transition: all 0.2s;
          font-size:16px;
          content: "";
          color:white;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          position: relative;
          z-index: 0;
              padding: 10px 0px;
        }
        
        .link-menu:hover {
          color: white!important;
          
        }
        
        .menu-item_link {
    
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 20px;
  }
  



  .menu-item_link:hover{
    color: rgba(255, 255, 255, 0.9);;
  }
  .blacklinktxt{
    color: black;
  }
  .blacklinktxt:hover{
    color: black;
    
  }
  .menu_active {
    color: black;
  }
  
  .sub-menu_list {
    background-color: #fff;
  }

  .section-hero-g12{
    position: relative;
    background-image:url(imagevault/back/bg-dark-068517288480e5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    
    
  }

  .hersao-box-thumb-g12{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
     padding-top: 100px ;
     padding-bottom: 40px ;
     margin: 0px -15px;
     gap: 15px;
   
}
@media (max-width:991px) {
  .hersao-box-thumb-g12{
    flex-direction: column-reverse!important;
    align-items: center;
  }
}
.buttn-hersao-box{
  
  margin-top: 57px;
}
.buttn-hero{
  position: relative;
  font-size: 57px;
padding: 0px 10px;

}

.buttn-hero a{
    color: var(--white);
        
}
@media (max-width:575px) {
  .buttn-hero{
  font-size: 21px;
}}
.title-hero-g12{
  color: var(--white);
}
.hersao-box__box-g12{

    padding: 0px 15px;
    display: flex;

}
@media (min-width:992px) {
  .hersao-box__box-g12{
  width: 50%;
    

}

}
.box-g11{
      flex-direction: column;
}

.hersao-box__box-g12 img {
width: 50%;
  transform: scaleX(-1);
  object-fit: cover;
}
@media (max-width:991px) {
  .hersao-box__box-g12 img {
  width: 50%;
  
}
.box-g12{
    justify-content: center;
}
}
.section-acordion{
  padding: 59px 0px;
  position: relative;
  background: var(--grayBG);
}
.page__wrapper {
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.rnd-sec{
  display: flex;
  flex-direction: column-reverse;
}
.accordion {
	width: calc(100% - 50px);
}
details {
    opacity: 0.6;
    background: black;
	margin-bottom: 10px;
	filter: drop-shadow(4px 4px 0px #0A0A0A);
}
details:hover {
	filter: drop-shadow(4px 4px 4px #0A0A0A);
}
details > summary {
	color: var(--bright-color);
	padding: 4px 10px;
	font-size: 22px;
	cursor: pointer;
}
@media (max-width:575px) {
  details > summary{
    font-size: 13px;
  }
 
}
details > p {
	padding: 4px 10px 10px 18px;
	color: var(--white);
	font-size: 16px;
}
@media (max-width:575px) {
  
  details > p {

	font-size: 14px;
}
}


.section-step-game {
    padding: 59px 0px;
  position: relative;
  background: var(--grayBG);
}

.step-game__thumb {
  display: inline-flex;
  gap: 22px;
}
.step-game__thumb ul {
     display: flex;
    gap: 22px;
    flex-direction: column;
}
.steasp-game__item {
     opacity: 0.7;
    background: black;
  border-radius: 27px;
  display: flex;
  gap: 22px;
  padding: 22px;
  color: var(--white);
  border: 1px solid var(--white);
  align-items: center;
}
.step-game__numbers{
  font-size: 22px;
  padding:22px;
  background-color: var(--bright-color);
}
.step-game__button{
  list-style: none;
  padding: 18px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.game_button {
  font-size: 57px;
}

  .section-aboutus{
    position: relative;
    padding: 59px 0px;
    background-image: url(templates/img/bg-fail-1.png);
     background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
    
  }
  .section-aboutus-page{
      position: relative;
    padding: 59px 0px;
    background: var(--grayBG);
  }

  
  .aboutus-thumb{
    display: flex;
    margin: 0px -10px;
        padding: 0px 15px;
  }
  @media (max-width:991px) {
    .aboutus-thumb{
      flex-direction: column;
      align-items: center;
      gap: 22px;
    }
  }
  .aboutus-thumb__box{
    
    padding: 0px 10px;
  }
  .about-scale__img{
transform: scaleX(-1);

}
  .aboutus-thumb__box-txt{
        color: white;
    opacity: 0.7;
    background: black;
        border-radius: 27px;
    padding: 22px 10px;
   
  }
@media (min-width:992px) {
  .aboutus-thumb__box{
  width: 20%;

}
 .aboutus-thumb__box-txt{
  
    width: 60%;
  }}




.aboutus-thumb__box p{
  color: var(--white);
}
.aboutus-thumb__box img{
  height: 351px;
}


.section-main{
  padding: 59px 0px;
  background-color: var(--grayBG);
}

.main-thumb{
  border: 1px solid red;
}
.main-thumb__link img{
  padding: 10px;
  border-radius: 27px;
}
.section-articles{
  position: relative;
  padding: 59px 0px;
  background-image: url(imagevault/back/bg-dark-068517288480e5.jpg);
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment:fixed;
}
.section-articles1{
  position: relative;
  padding: 59px 0px;
  background: var(--grayBG);
  width: 100%;
  
}
.aabox-articles {
      opacity: 0.9;
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius:  30px;
  box-shadow: none;
  background: var(--white);
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.aabox-articles a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

.aabox-articles h2 {
  margin: 0 0 18px 0;
   font-size:  25px;
  color: var(--title-color);
  transition: color 0.2s ease-out;
}

figure {
  object-fit: contain;
  margin: 0;
  padding: 0;
height: 220px;

  overflow: hidden;
}

.aabox-articles img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.4s ease-in-out;
}

.article-body {
  padding: 25px;
}

.aabox-articles a {
  align-items: center;
  text-decoration: none;
  color: var(--black);
}

.aabox-articles a:focus {
  outline: 1px dotted var(--bright-color);
}

.aabox-articles a .icon {
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-left: 8pxx;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.2s;
}

.aabox-articles:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: var(--bright-color);
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}




.articles {
  display: grid;
  max-width: 1200px;
  margin-inline: auto;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 25px;
}

@media screen and (max-width: 575px) {
  .articles{
     grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

}

@media screen and (max-width: 960px) {
  
  .article-body p {
    display: none;
  }
}

@container card (min-width: 380px) {
  .article-wrapper {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
  }
  .article-body {
    padding-left: 0;
  }
  figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  figure img {
    height: 100%;
  
    object-fit: cover;
  }
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}
.section-form{ 
  position: relative;  
  padding: 42px 0px 42px 0px;
  background-color: var(--grayBG);
  
  
}
.form-position{
  position: relative;
}


.buttn-forma{
  margin-top: 25px;
}
.formawidth{
  display: flex;
  gap: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
@media (max-width: 767px){
  .formawidth{
    flex-direction: column;
  }
}
.width100{flex: 1;
  max-width: 100%;}
  .forma-right{
    flex: 1;
    
  }
  .formtitle{
    color: white;
    margin-bottom: 27px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 600;
    
  }
  .form-main{
    margin:25px 0px;
  }
  .maps-iframe{
    position: relative;
    z-index: 1;
  }
  .formsbox{
    padding: 0px 10px;
    flex-direction: column;
    align-content: center;
  }
  .formsbox label{
    font-size: 16px;
    color: white;
  }
  .main_form {
    padding: 42px 0px 42px 0px;
  }
  .frommtilt{
    margin-bottom: 25px;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #009500;
    color: transparent;
  }
  .confcolor{
    color:  var(--main-color);
  }
  [type="checkbox"]{
    margin-right: 10px;
  }
  
  .main_form .input-user__item_block{
   outline: none;
  margin: 14px 0px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius:  2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    
  }
.main_form .textarea-user__item_block {
  outline: none;
  margin: 14px 0px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius:  2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      
    }
  .main_form .input-user__item_block::placeholder{
    color:black;
    
  }
  .btn-submain{
    position: relative;
     margin: 0 auto;
    display: inline-block;
    justify-content: center;
    position: relative;
  }
  .btn-submain-btn{
        margin-top: 18px;
    transition: all 0.2s;
    font-size:25px;
    outline: none;
    border: dashed;
      outline: none; 
  background: transparent;
  color:var(--white)
  }
  .btn-submain-btn:hover{
    border: 0;
  }
  .checkbox-box{   
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;}
    .checkbox-box1{display: flex;}
 
    
    
    
    .main_form .input-user__item_block::placeholder {
      display: flex;
      justify-content: center;  
      color: #939393;
      opacity: 1;
    }
    @media (max-width: 767px) { .bottom_form{
      margin-top: 18px;
    } }

    .section-disclaimer{
      position: relative;
      padding: 38px 0px;
      background: var(--grayBG);
      width: 100%;
    }
   .discl-title{
    text-align: center; color: #fff;
   }
   .discl-txt{
    text-align: center;
   }
  .dasicl-thumb {
    gap: 27px;
    display: flex;
    border-bottom: 1px solid var(--black);
    padding-bottom: 20px;
  }
  @media (max-width:767.9px) {
    .dasicl-thumb{
gap: 18px;
flex-direction: column;
align-items: center;
}

}
.dasicl-thumb p{
  margin: 0;
  display: flex;
  align-items: center;
  opacity: 0.7;
    background: red;
    font-size: 22px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 27px;
  border: 1px solid var(--grayBG);
}
.dasicl-thumb img{
  width: 125px;
}


.section-footer{
    position: relative;
      background-image: url(templates/img/bg-fail-1.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 100%;
}

.footer-thumb{
  display: flex;
  gap: 38px;
  padding: 18px 0px;
    border-bottom: 1px solid var(--black);
}
@media (max-width:768px) {
  .footer-thumb{
    flex-direction: column!important;
    align-items: center;
  }
}
.footer-box{

  display: flex;
  align-items: center;
  flex-direction: column;
      justify-content: center;
}
.footer-box__img{
  width: 60%;
}
@media (min-width:768px) {
  .footer-box{
     width: 33%;
  }
}
.footer-logo{
  font-size:25px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--white);
}
@media (min-width:1200px) {
  .footer-logo{
    font-size: 27px;
  }
}
.footer-logo:hover{
  color: var(--white);
  transform: scale(1.01);
}
.footer-logo img{
  width: 90px;
}

.footer-thumb__boxmenu-li{
  position: relative;
  text-align: center;
}
.footer-menu{
  color: var(--white);
  font-size: 16px;
}
@media (min-width:991px) {
  .footer-menu{

  font-size: 16px;
}
}
.footer-menu:hover{
  color: var(--white);
}
.copyright-text {
   display: flex;
   align-items: center;
   flex-direction: column;
   gap: 10px;
}
.copyright-text p{
  color: var(--white);
}

.main-privacy{
  padding: 18px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.main-privacy__privacy{
  display: flex;
  gap:27px;
  font-size: 15px;
  align-items: center;
}
@media (max-width:991px) {
  .main-privacy__privacy{

    flex-direction: column;
}
}

.main-pricy__hover{
  position: relative;
  text-align: center;
}
.main-pricy__hover a{
  color: var(--white);
}
.main-privacy__img{
  width:90px;
}
.section-privacy-page{
  position: relative;
  padding: 59px 0px;
  background-color: var(--grayBG);
}
.content-block {color: var(--white);}
.content-block a {color: var(--white);}

.content-block li{
  list-style-type: circle;
}
.section-contacts{
  padding: 59px 0px;
  background-color: var(--grayBG);
  position: relative;
}

.contacSize{
  margin-bottom: 28px;
  border-radius: 27px;
  position: relative;
  margin-top: -10px;
  gap:42px;
   justify-content: center!important;
}
.contak-box{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
        align-items: center;
}

  .contak-box a{
    color: var(--white);
    display: flex;
    text-align: center;
    font-size: 15px;
    justify-content: center;
align-items: center;
    gap: 18px;
    word-break: break-all;
  }
  
  @media (max-width: 575px){
    .contak-box a{
      font-size: 16px;
    }
  }
  
  .contak-box i {
    color: var(--main-color);
    font-size: 50px;
  }
  .contak-box div {
    font-size: 18px;
    word-break: break-all;
  }
  .cont-thumb{
    margin-top:18px;
  }

    @media (max-width: 995px){
     
      .contacSize{
      padding: 0px 10px;
    }
  }
  .formawidth{
    display: flex;
    gap: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  @media (max-width: 991px){
    .formawidth{
    flex-direction: column;
  }
}
.width100{
  width: 100%;
}

.img-form-scale{
  transform: scaleX(-1);
}

.checkbox-box{   
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;}
  .checkbox-box1{display: flex;}
  .confcolor{
    color:  var(--white);
  }
  .confcolor:hover{
    color:  var(--bright-color);
  }
 
  

 .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border:1px solid gray;
    height: 42px;
    margin: 5px 0;
    color: white;
  }
   .newsletter-form .form-control:hover{
       box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
   }
  
  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 42px;
    color: #ffffff;
    display: block;
    margin-top: 18px;
    outline: none;
    
  }
  .form-control {
  outline: none;
  margin: 14px 0px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 14px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius:  2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

  .btn-submit {
        margin-top: 18px;
transition: all 0.2s;
    font-size:25px;
  outline: none; 
  border: dashed;
  background: transparent;
  color: var(--white);
  }
  .btn-submit:hover{
    border: 0;
  }
  .subbutton{
    margin: 0 auto;
    display: inline-block;
    justify-content: center;
    position: relative;
  
   
  }
  .subbuttn-btn{
    margin-top: 25px;
  }
  .newsletter-form input[type="submit"]:hover {
    background-image:linear-gradient(45deg, #009500 0%, #a4cbf6 50%,  #387c6d 100%);
 
  }
  
  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 14px;
    margin-top: 18px;
  }
  .check ,.form-check-label{
  color:white;
}
  .check:hover{
  color:var(--bright-color);
}
.form-check{
  display: flex;
  align-items: center;
}

  .formawidth{
    display: flex;
    gap: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  @media (max-width: 767px){
    .formawidth{
      flex-direction: column;
    }
  }
  .width100{flex: 1;
    max-width: 100%;}
    
    
    .form-img{
      width: 174px;
    }
    
    .form-img1{
      transform: scaleX(-1);
      width: 174px;
    }

.section-page-main{
  padding: 59px 0px;
  background-color: var(--grayBG);
  position: relative;
 
}
.section-page-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  opacity: 0.7;
  background: var(--gradient);
  background-size: 100% 100%;
  
}
.box-rand-games{
  display: flex;
  flex-direction: column-reverse;
  gap:18px;
}
.main-page__thumb{
  padding-bottom: 27px;
  display: flex;
  margin: 0px -10px;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid black;
}
@media (max-width:991px) {
  .main-page__thumb{
    
    flex-direction: column;
  }
}
.main-page__box{
  padding: 0px 10px;
}
@media (min-width:992px) {
  .main-page__box{
    width: 50%;
    
  }
}
.main-frame{
  padding-top: 30px;
}
.main-frame iframe{
  border-radius: 27px;
  width: 100%;
  height: 586px;
}

.clients-thumb {

  display: flex;
  gap:20px;
flex-wrap: wrap;
justify-content: center;

}
.client-thumb__box {
   position: relative;
      background: gray;
  border-radius: 27px;
width: 174px;
 border: 1px solid white;
 outline: none;
}
.title-page{
  margin-top: 57px;
}
.client-thumb__box div{
 padding: 6px 10px;
}
.client-thumb__box p{
 overflow: hidden;
  font-size: 13px;
       
  align-items: center;
  text-align: center;
}
.client-thumb__box img {
  border-radius: 27px;
     width: 100%;
      height: 150px;
      object-fit:cover ;
}
.clients-thumb__circle{
  position: absolute;
 top: 25px;
    left: 5px;
  border:none;
  border-radius: 50%;
width: 16px;
height: 16px;

}
.offline{
  background: red;
}
.online{
  background: green;
}
.custom-btn {
	padding: 5px 10px;
	color: #fff;
	border-radius: 4px;
	background: transparent;
	transition: all 0.2s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
		7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
	outline: none;
}

.buttn-1 {
	background: linear-gradient(45deg, rgb(131, 95, 34) 50%, rgb(84, 88, 53));
	border: none;
}
.buttn-1 a {
	color: var(--white);
}
.buttn-1 a:hover {
	color: var(--white);
}
.buttn-1:hover {
	color: #fff;
	background: rgb(0, 3, 255);
	background: linear-gradient(45deg, rgb(77, 58, 25) 56%, rgb(77, 80, 59));
}

.buttn-2 {
	background: var(--gradient);
	background: var(--grayBG);
	border: none;
}

.buttn-2:before {
	height: 0%;
	width: 2px;
}

.buttn-2:hover {
	color: #fff;
	box-shadow: 6px 6px 6px 0 rgba(255, 255, 255, 0.5),
		-6px -6px 6px 0 rgba(116, 125, 136, 0.5),
		inset -4px -6px 6px 0 rgba(255, 255, 255, 0.2),
		inset 6px 6px 6px 0 rgba(0, 0, 0, 0.4);
}

.buttn-3 {
	padding: 5px 10px;
	border: none;
	background: var(--bright-color);
}
.buttn-3:hover {
	color: var(--white);
	background: transparent;
	box-shadow: none;
}
.buttn-3:before,
.buttn-3:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 2px;
	width: 0;
	background: var(--grayBG);
	box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003,
		4px 4px 5px 0px #0002;
	transition: 400ms ease all;
}
.buttn-3:after {
	right: inherit;
	top: inherit;
	left: 0;
	bottom: 0;
}
.buttn-3:hover:before,
.buttn-3:hover:after {
	width: 100%;
	transition: 800ms ease all;
}

.buttn-4 {
	background: var(--grayBG);
	background: var(--gradient);
	border: none;
	z-index: 1;
}
.buttn-4:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: 4px;
	background-color: rgb(165, 161, 161);
	background-image: linear-gradient(
		45deg,
		rgb(238, 205, 149) 56%,
		rgb(84, 92, 37)
	);
	box-shadow: -7px -7px 20px 0px #fff9, -6px -6px 5px 0px #fff9,
		7px 7px 20px 0px #0002, 6px 6px 5px 0px #0001;
	transition: all 0.2s ease;
}
.buttn-4:hover {
	color: #fff;
}
.buttn-4:hover:after {
	top: 0;
	height: 100%;
}
.buttn-4:active {
	top: 2px;
}

.buttn-5 {
	background: var(--grayBG);
	background: var(--gradient);
	color: #fff;
	border: none;
	transition: all 0.2s ease;
	overflow: hidden;
}
.buttn-5:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
}
.buttn-5:hover {
	color: #fff;
	border: none;
	background: transparent;
}
.buttn-5:hover:after {
	background: var(--grayBG);
	background: var(--gradient);
	-webkit-transform: scale(1);
	transform: scale(1);
}
