@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');
:root{
  --white:white;
  --primary-color:#009500;
  --border-color: rgba(69, 248, 130, 0.2);
  --dark-BG:rgb(24, 27, 32);
  --bg:rgb(22 16 28);
  --shadow:0 8px 28px rgba(255,109,4,0.2);
  
  --Gold: #009500;
  --black:black;
  --bright-color: #009500;
}

body{
  background-color: gray;
  direction: ltr;
  font-family: 'Quicksand', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  text-decoration: none;
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,strong {
  font-weight: bolder;
}
code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,input {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
ul,li{
  padding: 0px;
  margin: 0px;
}

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

.section{
  padding: 51px 0px;
}
.title{
  color: var(--white);
  position: relative;
  font-size: 38px;
  font-weight:800;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-bottom: 23px;
  
  
}

@media (max-width:767px) {
  .title-border{
    display: none;
  }

  .header .container{
    overflow: hidden;
  }
}
@media (max-width:575px) {
  .title{
    
    font-size: 25px;
    
    
  }
}

.pagges {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.header {
  background: rgba(36,9,69,0.5);
  box-shadow: 0 8px 28px rgba(255,109,4,0.2);
  z-index: 1112;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding:17px;
  
}
.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:7px 7px;
  }
}
.header23 {
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 7px;
  padding: 10px 7px;
}

@media  (max-width: 575px) { 
  .header23{
    padding: 7px;
  }
}
@media (max-width:1199px) {
   .header23{
    justify-content: space-between;
  }
}
@media screen and (max-width:1199px){
  .nav{
    display: none;
  }
}

.logotip44 {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  
  
}

.logotip {
  position: relative;
  width: 53px;
      margin-right: 23px;
      margin-left: 23px;
      
    }
    @media (max-width: 575px) { 
      .logotip{
        width: 28px;
      }
    }
    
    .logotip-links23:hover {
      color:  white;
    }
    
    .logotip-links23 {
      display: flex;
      align-items: center;
      color: white;
      font-size:25px;
      
    }
   
    .logotip-links33 {
      display: flex;
      align-items: center;
      color: white;
      font-size: 22px;
      
    }
    @media (max-width: 575px) { 
      .logotip-links33{
        font-size: 17px;
      }
    }
    @media (min-width:1200px) {
      .logotip-links33{
        display: none;
      }
    }
    .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 {
          border-bottom: 1px solid red;
      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: 110px;
      right: 0;
      width: 100%;
      height: 50%;
      padding: 35px;
      background-color: var(--bg);
      
      display:none;
      transition: transform 0.5s;
    }
    
    .menu nav{
      position: relative;
    }
    
    @media (max-width: 575px) { 
      .menu {
        top: 69px;
      }}
      @media (min-width: 1199px)  { 
        .menu {
          display: none;
        }
      }
      
      
      .menu.active {
        display: flex;
        
      }
      .menu li {
        list-style-type: none;
      }
      .menu-thumb{
        display: flex;
            gap: 23px;
            align-items: center;
      }
      
      .menu-list {
        display: flex;
        list-style-type: none;
        gap: 23px;
        margin-bottom: 0px;
        
        
      }
      @media (max-width :1199.9px) {
        .menu-list{  display: none; }}
        .menu-item_uti0 {
          display: block;
          position: relative;
          list-style: none;
        }
        
        .link-menu {
          text-align: center;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          color: var(--white);
          padding: 17px 10px;
          display: block;
          line-height: 1;
          position: relative;
          letter-spacing: 0.8px;
          z-index: 1;
        }
        
        
        .link-menu:hover{
          color: var(--Gold)!important;
        }
        .menu-item_uti0:hover .link-menu::before {
          
          opacity: 1;
          -webkit-transform: translateY(-50%) rotate(-40deg);
          -moz-transform: translateY(-50%) rotate(-40deg);
          -ms-transform: translateY(-50%) rotate(-40deg);
          -o-transform: translateY(-50%) rotate(-40deg);
          transform: translateY(-50%) rotate(-40deg);
        }
          
        
        
        .menu-item_uti0_link {
          
          text-transform: uppercase;
          color: var(--Gold);
          font-size: 17px;
          line-height: 20px;
        }
        
        
        
        
        .menu-item_uti0_link:hover{
   color: var(--Gold);
  }
  .blacklinktxt{
    color: black;
  }
  .blacklinktxt:hover{
    color: black;
    
  }
  .menu_active {
    color: black;
  }
  
  .sub-menu_list {
    background-color: #fff;
  }
  .section-hero-main{
    position: relative;
    background: url(creativecove/back/bg-dark-0687013c432fa3.jpg)no-repeat;
 background-size: cover;
  
  background-repeat: no-repeat;
  }
.section-hero-main::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: rgba(0, 0, 0,0.5);

}


.hero-title{
  color: var(--white);
}

@media (min-width:768px) {
  .hero-btn{
    
    width:30%
  }
}
.hero-thumb{
  position: relative;
  display: flex;
  align-items: center;
  padding: 200px  0;
  z-index: 2;
  justify-content: center;
}

.hero-thumb_dyf66{
      display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}


.section-card-game{
  background: var(--bg);
}
.cards-thumbs{
  position: relative;
}
.cards-imgs_hd1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-games-box_jd8s{
  justify-content: center;
}
.cards-thumbs::before{

      z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36,9,69,0.2);
}


 .column {
	 margin-top: 3rem;
	 padding-left: 3rem;
   transition: all 0.3s;
}
 .column:hover {
	 padding-left: 0;
}
 .column:hover .card .txt {
	 margin-left: 1rem;
}
 .column:hover .card .txt h1, .column:hover .card .txt p {
	 color: rgba(255, 255, 255, 1);
	 opacity: 1;
}
 .column:hover a {
	 color: rgba(255, 255, 255, 1);
}
 .column:hover a:after {
	 width: 10%;
}
 .card {
  height: 236px;
	 margin: 0;
	 padding: 22px 17px;
	 border: none;
	 border-radius: 0;
	 color: rgba(0, 0, 0, 1);
	 letter-spacing: 0.05rem;
	 font-family: 'Oswald', sans-serif;
	 box-shadow: 0 0 21px rgba(0, 0, 0, .27);
}
 .card .txt {
	 margin-left: -3rem;
	 z-index: 1;
}
 .card .txt h1 {
	 font-size: 20px;
	 font-weight: 100;
	 text-transform: uppercase;
}
.card .txt h1 span{
  padding: 0 10px 0 0;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: -10px 0 0 rgba(0, 0, 0, 0.5), 10px 0 0 rgba(0, 0, 0, 0.5);
}

 .card .txt p {
	 font-size: 14px;
	 font-family: 'Open Sans', sans-serif;
	 letter-spacing: 0rem;
	 margin-top: 25px;
	 opacity: 0;
	 color: rgba(255, 255, 255, 1);
}
.card a span{
   padding: 0 10px 0 0;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: -10px 0 0 rgba(0, 0, 0, 0.5), 10px 0 0 rgba(0, 0, 0, 0.5);
}
 .card a {
      filter: brightness(1.5);
	 z-index: 3;
   font-weight: 600;
	 font-size: 13px;
	 color:var(--primary-color);
	 margin-left: 1rem;
	 position: relative;
	 bottom: -0.5rem;
	 text-transform: uppercase;
}
 .card a:after {
	 content: "";
	 display: inline-block;
	 height: 0.5em;
	 width: 0;
	 margin-right: -100%;
	 margin-left: 10px;
	 border-top: 1px solid rgba(255, 255, 255, 1);
	 transition: 0.5s;
}
 .card .ico-card {
	 position: absolute;
	 top: 0;
	 left: 0;
	 bottom: 0;
	 right: 0;
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}
 .card i {
	 position: relative;
	 right: -50%;
	 top: 60%;
	 font-size: 12rem;
	 line-height: 0;
	 opacity: 0.2;
	 color: rgba(255, 255, 255, 1);
	 z-index: 0;
}




.section-step{

  background-color: var(--black);
}
.overlay-step{
    position: relative;
    background: url(creativecove/back/bg-dark-1687013c432fdc.jpg)no-repeat;
 background-size: cover;
  background-repeat: no-repeat;
  padding: 44px 0px;
    border-radius: 100px;
}




.step-title{
  text-align: center;

}
.step-thumb{

  display: flex;
     gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
.step-box{
 box-shadow: var(--shadow);
  color: white;
  background-color: var(--primary-color);
        padding: 46px 35px 25px;
  width: 300px;
  height: auto;
  overflow: hidden;
  clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.step-box p{
text-align: center;
}
@media (max-width:767px) {
  .step-box{
    width: 100%;
  }
}
.section-about{
  position: relative;
background: url(creativecove/back/bg-dark-1687013c432fdc.jpg)no-repeat;
 background-size: cover;
}
.section-about::before{
  content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0,0.8);
}

.about-thumb_jf89-box{
display: flex;
    align-items: center;
margin: 0px -10px;
margin-bottom: 25px;
flex-direction:row-reverse;
}
@media (max-width:990px) {
  .about-thumb_jf89-box{
flex-direction: column;
}
}
.about-box{
  color: white;
 
padding: 0px 14px;
}
.about-box1{
padding: 0px 14px;
}
@media (min-width:991px) {
.about-box{
  
  width: 60%;

}
.about-box1{
width: 40%;
}
}


    .statistic {
      display: flex;
          padding: 57px 0px;
        background-color: var(--primary-color);
         justify-content: center;
         clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
      }
      @media (max-width: 768px) {
        .statistic{
          flex-direction: column!important;  
        }   }
   
      .stat-nomer_hcf9 {
          position: relative;
          flex: 0 0 25%;
          display: flex;
          flex-direction: column;
          align-items: center;
    
      }
      .stat-nomer_hcf9:last-child {
          border: none;
      }
      @media (min-width:991px)  {

          .stat-nomer_hcf9-span{
              position: absolute;
              width: 1px;
              height: 100%;
              top: 0;
              right: 0;
              border-right: 1px solid #a4ebf3;
          }
          .stat-nomer_hcf9-span3{
              position: absolute;
              width: 1px;
              height: 100%;
              top: 0;
             left: 0;
              border-left: 1px solid #a4ebf3;
          }
      }

      .stat-numbers {
          position: relative;
          color: var(--white);
          align-items: center;
          font-weight: 800;
          font-size:51px;
          padding: 7px;
          
          margin-bottom: 23px;
       
      }
      .stat-text{
        font-size: 17px;
        color:var(--white);
        letter-spacing: .05em;
      }
      .stat-numbers-palka::after{
        position: absolute;
        content: "";
        width: 50px;
        height: 3px;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.3);
      }


.section-disclaimer{
  background: url(public/img/bg-discl.png);
}
.disclaimer-thumb_jfgi{
display: flex;
justify-content: center;
align-items: center;
gap: 18px;
}
@media (max-width:767px) {
  .disclaimer-thumb_jfgi{
    flex-direction: column;
  }
}
.disclaimer-box{
  margin: 28px 0;
  border: 5px solid;
font-weight: 800;
    text-transform: uppercase;
    text-align: center;
  background-color: var(--primary-color);
  padding: 40px 45px;
    color: #96ff00;
         clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);

}
@media (max-width:767px) {
.disclaimer-box{
  width:100%
}
}
.disclaimer-box-img{
  width:20%
}
.disclaimer-box-img img{
  height: 250px;
  object-fit: contain;
}
@media (max-width:767px) {
 .disclaimer-box-img{
  width:50%
}
}

.section-games{
  position: relative;
  background: var(--bg);
}
.section-games::before{
  clip-path: polygon(100% 50%, 0 0, 100% 0);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
     width: 25%;

  background-color: var(--primary-color);
  height: 183px;
}

.section-games::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
   width: 25%;
  background-color: var(--primary-color);
  height: 183px;
  left: 0;
  
  clip-path: polygon(0 0, 100% 0, 0 50%);
}

.section-games-title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 57px;
  align-items: center;
}
@media (max-width:767px) {
  .section-games-title{
    flex-direction: column;
  }
}
.games-thumb_jfki{
justify-content: center;

display: flex; 
margin: -10px -10px;
flex-wrap: wrap;
}
.games-box_jd8s{
  padding: 14px 14px;
  position: relative;
  height: 381px;
  width: 100%;
  transition: filter 0.3s ease, transform 0.3s ease;
  opacity: 0.9;
}
@media (min-width:768px) {
  .games-box_jd8s{
    width: 50%;}
  }
  @media (min-width:1199px) {
    .games-box_jd8s{
      width: 30%;}
    }
    
    @media (min-width:768px) {
      .games-box_jd8s:hover .games-box_jd8s__img { 
        filter: brightness(50%);
        
        transform: scale(1.1);
      }
    }
    .games-box_jd8s__img{
      position: relative;
      border-radius: 40px;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.3s ease, transform 0.3s ease;
      clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    }
    @media (max-width:767px) {
      .games-box_jd8s__img{
        opacity: 0.7;
      }
    }
    .games-title{
      color: #fff;
    }
    .games-content {
      width: 80%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      display: flex;
      align-items: center;
      flex-direction: column;
      opacity: 0;
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
    @media (max-width:767px) {
      .games-content {
        opacity: 1;
      }
    }
.games-box_jd8s:hover .games-content {
  opacity: 1;
}

.section-categor{
  padding: 28px 0px;
  background: var(--bg);
}
.img-categor{
  width: 80%;
  margin: 0 auto;
 height: 381px;
}

 
.section-form{
  position: relative;
   background: url(public/img/bg-discl.png) no-repeat center center fixed;
    background-size: cover;
}


.formsbox{
  padding: 0px 14px;
  flex-direction: column;
  align-content: center;
}
.formsbox label{
  color: var(--white);
}
.checkbox-box{display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;}
  .checkbox-box1{
    gap: 10px;
    display: flex;
    align-items: center;
  }
  .main_form .input-form-layout-part::placeholder {
    color: var(--white);
    opacity: 1;
  }
  .main_form .input-form-layout-part{
    
    padding: 0px 14px;
    margin-bottom: 23px;
    width: 100%;
    height: 45px;
    background:#000000;
    color:var(--white);
    font-size: 17px;
    font-weight: normal;
    border: none;
        border-radius: 7px;
    -webkit-box-shadow: var(--shadow) !important;
    box-shadow: var(--shadow)  !important;
  }
  .main_form .textarea-form-layout-part {
    
    padding: 0px 14px;
    margin-bottom: 23px;
    padding-top: 21px;
    width: 100%;
    height: 80px;
    background:#000000;
    color:var(--white);
    font-size: 17px;
    font-weight: normal;
    border: none;
        border-radius: 7px;
    -webkit-box-shadow:var(--shadow)  !important;
    box-shadow: var(--shadow)  !important;
  }
  .main_form .textarea-form-layout-part::placeholder {
    color: var(--white);
     opacity: 1;
    }
    .main_form .subbutt {
      margin-top: 20px;
      background: #1fb6fc;
      border: 1px solid #1fb6fc ;
      color: #fff ;
    padding: 20px 40px;
    cursor: pointer;
    border-radius: 40px 40px 40px 0;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    font-size: 20px;
    font-weight: 600;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .confcolor{
    color: var(--white);
  }

  footer {
    

    padding: 44px 0px; }
.footer-thumb{
  display: flex;
      justify-content: space-around;
}
@media (max-width:767px) {
  .footer-thumb{
flex-direction: column;
    align-items: center;
  }
}
.main-privacy__img{
      display: flex;
    justify-content: center;
}
.box-img-18{
  height: 75px;
  width: 75px;
}
.discl-title{
  text-align: center;
   color: #fff;
}
.footer-07 {
  position: relative;
  background: var(--bg);
  overflow: hidden;
}

  .footer-07 a {
    color: #a3de83; }
    
    .footer-07 .footer-heading {
      font-size:25px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 25px; }
      .footer-07 .footer-heading .logo {
        color: #fff; }
        .footer-07 .footer-menu {
          margin-bottom: 25px; }
          .footer-menu{
            display: flex;
          flex-direction: column;
          }
          @media (max-width:767px) {
            .footer-menu{
                  align-items: center;
            }
          }
          @media (max-width:991px) {
            .footer-menu{
              flex-direction: column;
              gap: 23px;
            }
          }
          .footer-07 .footer-menu a {
            color: var(--white);
            margin: 0 10px;
            text-transform: uppercase;
            letter-spacing: 1px; }
            .footer-07 .footer-menu a:hover{
              color: var(--Gold);
            }
            
            .copyright{
              color: var(--white);
}

.section-contact{
  background-color: var(--dark-BG);
}


.contacts-box_yf7{
  gap: 23px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 23px;
}
.contacts-thumb-phone{
  display: flex;
  gap: 23px;
}
@media (max-width:990px) {
  .contacts-thumb-phone{
    width: 100%;
  }
}
.contacts-box_yf7-phone{
  display: flex;
  
  gap: 57px;
  
}
@media (max-width:990px) {
  .contacts-box_yf7-phone{
    flex-direction: column;
    gap: 23px;
        width: 100%;
    
  }
}
.contacts-box_yf7-phone li{
  padding: 14px;
  background-color: var(--primary-color);
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.contacts-box_yf7-phone a{
  
  font-size: 23px;
      justify-content: center;
      display: flex;
      gap: 7px;
      color: var(--white);
    }
    @media (max-width:575px) {
      .contacts-box_yf7-phone a{
        font-size: 17px;
        
      }
    }
    @media (max-width:990px) {
       .contact-box-adres{
        width: 100%;
       }
    }
    .contact-box-adres a{
        padding: 14px;
  background-color: var(--primary-color);
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
      font-size: 23px;
      display: flex;
      gap: 7px;
      color: var(--white);
      justify-content: center;
      align-items: center;
    }
    @media (max-width:575px) {
      .contact-box-adres a{
        font-size: 17px;
        
      }
    }
    @media (max-width:990px) {
  .contact-box-adres a{
      width: 100%;
        
      }
}
    .width-form{
      width: 100%;
    }
    
    .checkbox-box{   
          gap: 23px;
      margin-top: 20px;
      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);
        }
        .check-color{
          color: var(--white);
  }
  
  
  .login-box {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 7px;
  }
  
  .login-box h2 {
    margin: 0 0 28px;
    padding: 0;
    color: #fff;
    text-align: center;
  }
  
  .login-box .user-box {
    position: relative;
  }
  
  .login-box .user-box input {
    padding: 0px 14px;
    
    width: 100%;
    height: 45px;
    background:#000000;
    color:var(--white);
    font-size: 17px;
    font-weight: normal;
    border: none;
    -webkit-box-shadow: var(--shadow) !important;
    box-shadow: var(--shadow) !important;
  }
  @media (max-width:500px) {
    .user-box label{
      font-size: 14px;
    }
    
  }
  .login-box .user-box label {
    
    padding: 10px 0;
    font-size: 13px;
    color: var(--white);
    pointer-events: none;
    transition: .5s;
  }
  
  .login-box .user-box input:focus ~ label,
  .login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: var(--bright-color);
    font-size: 14px;
  }
  
  .formawidth{
    display: flex;
    gap: 23px;
    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: 150px;
    }
    
    .form-img1{
      transform: scaleX(-1);
      width: 150px;
    }
 
    .section-page-main{
      background-color: var(--bg);
    }
    .main-page_dh6 h2{
      color: var(--Gold);
    }
    .main-page_dh6 p{
      color: var(--white);
    }
    .main-page_dh6 ul{
      color: var(--white);
    }
    .main-page_dh6 li{
      color: var(--white);
    }
    .main-page_dh6 a{
      color: var(--white);
    }
    .main-frame{
      display: flex;
      box-shadow: var(--shadow);
      height: 625px;
    }
    .main-frame iframe{
          width: 100%;
    }
    .main-page__img{
      box-shadow: 5px 16px 86px rgb(255 4 4 / 20%);
      border-radius: 40%;
      margin: 10px auto;
      
      
    }
    @media (min-width:768px) {
      .main-page__img{
        
        width: 500px;
        
      }
    }
    
    @media (min-width:575px) {
      .float-start{
        margin: 10px 23px;
    }
    .float-end{
      margin: 10px 23px;
    }
  }
.section-privacy-page_hdu6{
  background-color: var(--bg);
}
.content-block{
  color: var(--white);
  padding: 0px 28px;
}
.content-block li {
  list-style: circle;
}
.content-block p{
  color: var(--white);
}
.block1 {
  display: block;
}

.block2 {
  display: none; }
  .custom-btn {
    color: #fff;
    border-radius: 5px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
  }
  .button-1 {
    border: none;
    padding: 23px 10px;
    color: #fff;
    z-index: 1;
    display: flex;
    background: #000;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }
  
  .button-1::after {
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    height: 10%;
    bottom: 0;
    clip-path: polygon(
      0% 74%,
      4% 75%,
      8% 76%,
      11% 77%,
      15% 78%,
      20% 78%,
      25% 77%,
      32% 77%,
      37% 75%,
      40% 74%,
      43% 74%,
      46% 73%,
      52% 72%,
      57% 72%,
      65% 74%,
      66% 75%,
      71% 78%,
      75% 82%,
      81% 86%,
      83% 88%,
      88% 91%,
      90% 94%,
      94% 96%,
      98% 98%,
      100% 100%,
      82% 100%,
      0 100%
    );
    background: #8792eb;
    transition: 0.3s ease;
  }
  
  .button-1::before {
    position: absolute;
    content: "";
    transform: rotate(180deg);
    width: 100%;
    height: 10%;
    transition: 0.3s ease;
    z-index: -1;
    clip-path: polygon(
      0% 74%,
      4% 75%,
      8% 76%,
      11% 77%,
      15% 78%,
      20% 78%,
      25% 77%,
      32% 77%,
      37% 75%,
      40% 74%,
      43% 74%,
      46% 73%,
      52% 72%,
      57% 72%,
      65% 74%,
      66% 75%,
      71% 78%,
      75% 82%,
      81% 86%,
      83% 88%,
      88% 91%,
      90% 94%,
      94% 96%,
      98% 98%,
      100% 100%,
      82% 100%,
      0 100%
    );
    background: #8792eb;
  }
  
  .button-1:hover::after {
    clip-path: polygon(
      0 30%,
      9% 34%,
      7% 39%,
      11% 43%,
      13% 33%,
      17% 30%,
      24% 34%,
      25% 35%,
      30% 31%,
      30% 38%,
      39% 33%,
      35% 43%,
      43% 45%,
      55% 46%,
      65% 74%,
      67% 66%,
      81% 57%,
      75% 82%,
      81% 86%,
      83% 88%,
      88% 91%,
      90% 94%,
      94% 96%,
      98% 98%,
      100% 100%,
      82% 100%,
      0 100%
    );
    height: 80%;
  }
  
  .button-1:hover::before {
    clip-path: polygon(
      0 30%,
      9% 34%,
      7% 39%,
      11% 43%,
      13% 33%,
      17% 30%,
      24% 34%,
      25% 35%,
      30% 31%,
      30% 38%,
      39% 33%,
      35% 43%,
      43% 45%,
      55% 46%,
      65% 74%,
      67% 66%,
      81% 57%,
      75% 82%,
      81% 86%,
      83% 88%,
      88% 91%,
      90% 94%,
      94% 96%,
      98% 98%,
      100% 100%,
      82% 100%,
      0 100%
    );
    height: 80%;
  }
  
  .button-2 {
    cursor: pointer;
  
    padding: 12px 22px;
    margin: 1em;
    position: relative;
    min-width: 12em;
    background: rgb(71, 23, 83);
    font-size: 14px;
    font-weight: 800;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    border: 1px solid var(--bg);
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
  }
  
  .button-2 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--bg);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
  }
  
  .button-2:hover {
    color: var(--white);
    background: #7e03aa;
  }
  
  .button-2:hover span {
    transform: translateY(0) scale(2);
  }
  
  .button-2 span:nth-child(1) {
    --n: 1;
  }
  
  .button-2 span:nth-child(2) {
    --n: 2;
  }
  
  .button-2 span:nth-child(3) {
    --n: 3;
  }
  
  .button-2 span:nth-child(4) {
    --n: 4;
  }
  
  .button-3 {
    font-family: inherit;
    display: inline-block;
    padding: 10px 23px;
    line-height: 2.5em;
    margin: 23px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 600;
    color: var(--white);
  }
  
  .button-3:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--bg);
    height: 150px;
    width: 200px;
    border-radius: 50%;
  }
  
  .button-3:hover {
    color: var(--white);
  }
  
  .button-3:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
  }
  
  .button-3:hover:before {
    top: -30px;
    left: -30px;
  }
  
  .button-3:active:before {
    background: var(--primary-color);
  }
  
  .button-4 {
    --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb);
    --border-width: 0.125em;
    --curve-size: 0.5em;
    --blur: 30px;
    --bg: #080312;
    --color: #afffff;
    color: var(--color);
    position: relative;
    isolation: isolate;
    display: inline-grid;
    place-content: center;
    padding: 0.5em 1.5em;
    font-size: 17px;
    border: 0;
    text-transform: uppercase;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    clip-path: polygon(
     0% var(--curve-size),
      var(--curve-size) 0,
       100% 0,
      100% calc(100% - var(--curve-size)),
    calc(100% - var(--curve-size)) 100%,
      0 100%
    );
    transition: color 250ms;
  }
  
  .button-4::after,
  .button-4::before {
    content: "";
    position: absolute;
    inset: 0;
  }
  
  .button-4::before {
    background: var(--border-color);
    background-size: 300% 300%;
    animation: move-bg7234 5s ease infinite;
    z-index: -2;
  }
  
  @keyframes move-bg7234 {
    0% {
      background-position: 31% 0%;
    }
  
    50% {
      background-position: 70% 100%;
    }
  
    100% {
      background-position: 31% 0%;
    }
  }
  
  .button-4::after {
    background: var(--bg);
    z-index: -1;
    clip-path: polygon(
     var(--border-width)
        calc(var(--curve-size) + var(--border-width) * 0.5),
      calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width),
     calc(100% - var(--border-width)) var(--border-width),
      calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
 
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width)),
     var(--border-width)
        calc(100% - var(--border-width))
    );
    transition: clip-path 500ms;
  }
  
  .button-4:where(:hover, :focus)::after {
    clip-path: polygon(
    calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
      calc(100% - var(--border-width)) var(--border-width),
       calc(100% - var(--border-width)) var(--border-width),
      calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
      
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width)),
 
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width))
    );
    transition: 200ms;
  }
  
  .button-4:where(:hover, :focus) {
    color: #fff;
  }
  
  .button-5 {
    font-size: 17px;
    padding: 17px 25px;
    border: none;
    outline: none;
    border-radius: 0.4rem;
    cursor: pointer;
    text-transform: uppercase;
    background-color: rgb(14, 14, 26);
    color: rgb(234, 234, 234);
    font-weight: 800;
    transition: 0.6s;
    box-shadow: var(--shadow);
  }
  
  .button-5:active {
    scale: 0.92;
  }
  
  .button-5:hover {
    background: rgb(2, 29, 78);
    background: linear-gradient(
      270deg,
      rgba(2, 29, 78, 0.681) 0%,
      var(--bg) 60%
    );
    color: rgb(240, 240, 240);
  }
  