@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');

*{
    margin: 0;
    padding: 0;
}

:root{

    --color1: #d7a449;
    --color2: #0e0707;
    --color4: #ACA22E;
    --color8: #E07250;
    --color10: #234848;


    --color-text:  #282828;
  
  
}

body{
    direction: ltr;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

*{
  box-sizing: border-box;
}

img{
    max-width: 100%;
}

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

a {
    text-decoration: none;
}

.banner-block-burg{
  direction: ltr !important;
}

.banner-block-burg{
  display: none;
}

.banner-block-burg input{
  visibility: hidden;
}

.overlay {
  height: 0%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: hidden;
  transition: 0.4s;
  background-color: var(--color2);
}

.overlay-open { height: 100%; }

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  margin-top: 30px;
}

.overlay a, .overlay h4 {
  padding: 4px;
    text-decoration: none;
    font-size: 24px;
    margin-left: 2%;
    display: block;
    transition: 0.2s;
    color: #fff;
}

.overlay a:hover, .overlay a:focus {
  color: #fd7e14;
}

.open-close-btn {
  position: relative;
  left: -11px;
  text-decoration: none;
  z-index: 10;
  cursor: pointer;
  padding-bottom: 20px;
  top: -30px;
}

@media screen and (max-height: 450px) {
  .overlay { overflow-y: auto; }
  .overlay a { font-size: 18px; }
}

#hamburger-icon {
  display: inline-block;
  width: 50px;
  height: 30px;
  cursor: pointer;
}

#hamburger-icon span {
  display: inline-block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  margin-top: 6px;
  transition: 0.25s ease-in-out;
}

#hamburger-icon span:nth-child(1) { top: 0px; }
#hamburger-icon span:nth-child(2), #hamburger-icon span:nth-child(3) { top: 12px; }
#hamburger-icon span:nth-child(4) { top: 26px; }

#menu-toggle:checked + #hamburger-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu-toggle:checked + #hamburger-icon span:nth-child(2) {
  transform: rotate(45deg);
}

#menu-toggle:checked + #hamburger-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

#menu-toggle:checked + #hamburger-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu-toggle:checked ~ .overlay {
  height: 100%;
}

.banner-container {
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto;
}

.banner-main{
    display: flex;
    flex-direction: row-reverse;
    margin-right: -14px;
    margin-left: -14px;
}

.banner-block-left{
    width: 65%;
    padding-left: 4px;
    padding-right: 4px;
    overflow: hidden;
    display: flex;
}

.banner-block-left-content{
    padding: 30px 44px;
    text-align: left;
    background-image: url(pics/illustrations_header_693ad8cd599023.34158218.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.banner-block-left-content:before{
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

.banner-block-ct{
    position: relative;
    z-index: 1;
}

.banner-block-ct h2{
    font-size: 34px;
    font-weight: 200;
    color: #fff;
    line-height: 1.6;
}

.banner-block-right{
    width: 35%;
    padding-right: 4px;
    padding-left: 4px;
    display: flex;
}

.banner-block-right-content{
    padding: 50px 50px;
    background-color: #f4bc51;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.banner-block-btn{
  padding-top: 20px;
}


a.banner-block-right-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

a.banner-block-right-logo img{
    width: 56px;
    height: 56px;
    object-fit: contain;
}

a.banner-block-right-logo h2{
    padding: 0;
    margin: 0;
    font-size: 33px;
    letter-spacing: 6px;
    transition: .4s;
    color: #fff;
}

.line-dec{
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin: 30px auto; 
}

.banner-block-right-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    padding-top: 20px;
  }
  
  .banner-block-right-menu nav {
    color: #fff;
    padding: 12px;
  }
  
  .banner-block-right-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .banner-block-right-menu li {
    position: relative;
    padding: 12px 0;
  }
  
  .banner-block-right-menu li:hover > ul {
    display: block;
  }
  
  .banner-block-right-menu ul ul {
    display: none;
    position: absolute;
    background-color: var(--color2);
    min-width: 300px;
    z-index: 9;
    left: -40%;
    top: 10%;
  }
  
  .banner-block-right-menu ul ul li {
    display: block;
  }
  
  .banner-block-right-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    font-size: 18px;
    font-weight: 900;
    transition: .4s;
  }
  
  .banner-block-right-menu a:hover {
    color: var(--color8);
  }

  .each-other{
    margin-top: 20px;
    overflow: hidden;
 } 

 .each-other-container{
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto;
 }

 .each-other-main{
    margin-right: -14px;
    margin-left: -14px;
    display: flex;
 }

 .each-other-left{
    width: 35%;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
 }

 .each-other-right{
    width: 65%;
    padding-right: 4px;
    padding-left: 4px;
    display: flex;
 }

 .each-other-left-content{
    padding: 50px 50px;
    text-align: center;
    background-image: url(assets/img/overlay-bg-3eo0.png);
    background-color: var(--color-text);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
 }

 .each-other-left-content svg{
    fill: var(--color8);
    width: 30px;
    height: 30px;
 }

 .each-other-left-content h5{
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    filter: drop-shadow(1px 1px 6px #e5e5e5);
    -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
 }

 .each-other-left-content div{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
 }


 .each-other-right-content{
    background-color: #1a1919;
    padding: 50px 50px;
    flex: 1;
    display: flex;
    align-items: center;
 }

 .each-other-right-content-text h5{
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    filter: drop-shadow(1px 1px 6px #e5e5e5);
    -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
 }

 .each-other-right-content-text p{
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
 }

 .each-other-right-content-text{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
 } 

 .each-other-right-content-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    filter: drop-shadow(1px 4px 6px var(--color8));
    -webkit-filter: drop-shadow(1px 4px 6px var(--color8));
 }

 .each-other-right-content-text, .each-other-right-content-img{
    width: 50%;
    padding: 20px;
 }


 .each-other-right-content-img img{
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
 }

.each-other-right-btn{
  padding-top: 20px;
}

 .osnova-goods{
    margin-top: 20px;
    padding: 50px 0;
    text-align: center;
    background-image: url(pics/thumbnails_header_693ad8cd599152.60417297.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
  }

  .osnova-goods:before{
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}
  
  .osnova-goods-title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
  }

  .osnova-goods-title h5{
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    filter: drop-shadow(1px 1px 6px #e5e5e5);
    -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
  }
  
  .osnova-goods-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .osnova-goods-main{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 40px;
    z-index: 1;
    position: relative;
    backdrop-filter: contrast(0.5);
    -webkit-backdrop-filter: contrast(0.5);
  }
  
  .osnova-goods-image {
    flex: 1;
    padding: 50px;
    filter: drop-shadow(1px 4px 6px var(--color8));
    -webkit-filter: drop-shadow(1px 4px 6px var(--color8));
  }
  

  .osnova-goods-image img{
    width: 100%;
    object-fit: contain;
    height: 441px;
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  }

  .osnova-goods-block-content{
    flex: 1;
    padding: 34px;
    text-align: start;
  }
  
  .osnova-goods-block-content div{
    font-size: 18px;
    color: #fff;
  }
  
  .osnova-goods-block-content div ul{
    list-style: disc !important;
    margin: 11px;
  }

  .osnova-goods-block-content div ul li, .osnova-goods-block-content div p, .osnova-goods-block-content div ol li{
    padding: 4px 0;
  }
  
  .osnova-goods-block-price{
    color: var(--color8) !important;
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    padding-top: 20px;
  }


  .usability{
    margin-top: 20px;
    background-color: #1a1919;
    padding: 50px 0;
    overflow: hidden;
 } 

 .usability-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.usability-title h5{
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  filter: drop-shadow(1px 1px 6px #e5e5e5);
  -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
}

 .usability-container{
    padding-right: 14px;
    padding-left: 14px;
    margin-right: auto;
    margin-left: auto;
 }

 .usability-main{
    margin-right: -14px;
    margin-left: -14px;
    display: flex;
    flex-wrap: wrap;
 }

 .usability-block{
    margin: 20px 0;
    width: 50%;
 }

 .usability-inner{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 20px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  margin: 12px;
  transition: .4s;
 }

 .usability-inner:hover{
  filter: drop-shadow(1px 4px 6px var(--color8));
  -webkit-filter: drop-shadow(1px 4px 6px var(--color8));
 }

 .usability-image{
    flex: 1;
    padding-left: 0px;
    padding-right: 4px;
    height: 300px;
    filter: drop-shadow(1px 4px 6px var(--color8));
    -webkit-filter: drop-shadow(1px 4px 6px var(--color8));
 }

 .usability-content{
    flex: 1;
    padding-right: 0px;
    padding-left: 4px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
 }

 .usability-content a h4{
    padding-top: 12px;
    font-size: 18px;
    font-weight: 900;
    color: var(--color8);
 }

 .usability-content .uc-text{
   font-size: 18px;
   font-weight: 500;
   color: #fff;
 }

 .usability-btn{
   padding: 50px 0;
 }

 .usability-image img{
   width: 100%;
   height: 315px;
   object-fit: cover;
   clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}


.story{
  margin-top: 20px;
  background-color: #1a1919;
  padding: 50px 0;
  overflow: hidden;
} 

.story-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.story-title h5{
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  filter: drop-shadow(1px 1px 6px #e5e5e5);
  -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
}

.story-container{
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

.story-main{
  margin-right: -14px;
  margin-left: -14px;
  display: flex;
  flex-wrap: wrap;
}

.story-block{
  margin: 20px 0;
  width: 25%;
  display: flex;
}

.story-inner{
  margin: 12px;
  padding: 20px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  margin: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.story-image{
  height: 400px;
  overflow: hidden;
}

.story-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.story-inner:hover img {
  animation: auto-scale 5s infinite alternate;
}

@keyframes auto-scale {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.15);
  }
}

.story-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

.story-icons{
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-icons svg{
  width: 20px;
  height: 20px;
  fill: var(--color8);
}

.story-icons h2{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.story-content h4{
  font-size: 18px;
  font-weight: 900;
  color: var(--color8);
}

.story-btn a{
  position: relative;
  color: #fff;
}

.story-btn a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #e8e9eb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.story-btn a:hover {
  color: var(--color8);
}

.story-btn a:hover:after {
  left: 20px;
  background-color: var(--color8);
}

.remark{
  margin-top: 20px;
  overflow: hidden;
} 

.remark-container{
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

.remark-main{
  margin-right: -14px;
  margin-left: -14px;
  display: flex;
  flex-direction: row-reverse;
}

.remark-left{
  width: 35%;
  padding-left: 4px;
  padding-right: 4px;
}

.remark-right{
  width: 65%;
  padding-right: 4px;
  padding-left: 4px;
}

.remark-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.remark-title h5{
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  filter: drop-shadow(1px 1px 6px #e5e5e5);
  -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
}

.remark-left-box{
  height: 100%;
}

.remark-left-box video{
  width: 100%;
  object-fit: cover;
  height: 100%;
  filter: drop-shadow(1px 4px 6px var(--color8));
  -webkit-filter: drop-shadow(1px 4px 6px var(--color8));
}

.remark-right-box{
  padding: 50px 50px;
  text-align: center;
  background-image: url(assets/img/overlay-bg-3eo0.png);
  background-color: var(--color-text);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.remark-right-inners{
  display: flex;
  flex-direction: column;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  gap: 20px;
  padding: 20px;
  margin: 20px;
  line-height: 1.3;
}

.remark-right-inners-img img{
  width: 56px;
  height: 56px;
  border-radius: 10px;
  filter: drop-shadow(1px 4px 6px var(--color8));
  -webkit-filter: drop-shadow(1px 4px 6px var(--color8));
}

.remark-right-inners-content h2{
  font-size: 18px;
  font-weight: 900;
  color: var(--color8);
}

.remark-right-inners-content h4{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.remark-right-inners-content div{
  font-size: 16px;
  font-style: italic;
  color: #f4bc51;
}

.remark-right-inners-content{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.profit{
  margin-top: 20px;
  padding-top: 0vh;
  padding-bottom: 0vh;
  text-align: center;
  background: url(pics/thumbnails_header_693ad8cd599152.60417297.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.profit-container{
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

.profit-main{
  margin-right: -14px;
  margin-left: -14px;
  display: flex;
  flex-wrap: wrap;
}

.profit-blocks{
  width: 25%;
  padding-right: 0px;
  padding-left: 0px;
}

.profit-flip-container:hover .profit-box {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.profit-flip-container,.profit-front,.profit-back{
  width: 100%;
  height: 350px;
  text-align: center;
  font-size: 33px;
}

.profit-box{
  transition: 0.2s all;
  transition-delay: 0.2s;
  transform-style: preserve-3d;
  position: relative;
}

.profit-front,
.profit-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.profit-front{
  z-index: 2;
  color: white;
  transform: rotateY(0deg);
}

.profit-back{
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
}

.prof-one .profit-front,
.prof-one .profit-back {
	background-color: #f4bc51;
}

.prof-two .profit-front,
.prof-two .profit-back {
	background-color: #1a1919;
}


.profit-back p{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  font-weight: 900;
}

.profit-front{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.profit-front svg{
  width: 139px;
  height: 139px;
  fill: #fff;
}


.cast{
  margin-top: 20px;
  overflow: hidden;
}

.cast-container{
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

.cast-main{
  margin-right: -14px;
  margin-left: -14px;
  display: flex;
  flex-direction: row-reverse;
}

.cast-left{
  width: 65%;
  padding-left: 4px;
  padding-right: 4px;
}

.cast-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.cast-title h5{
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  filter: drop-shadow(1px 1px 6px #e5e5e5);
  -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
}

.cast-right{
  width: 35%;
  padding-left: 4px;
  padding-right: 4px;
}



.cast-left label{
  color: #fff;
}

.cast-left .form{
  height: 100%;
  padding: 50px;
  text-align: center;
  background-image: url(pics/photos_header_693ad8cd5991b0.77892657.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.cast-left .form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.cast-left .field{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}

.cast-left .input-btn-box_component{
  border-radius: 0px;
  padding-left: 20px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.1);
  border-bottom: 1px solid #fff;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  margin-bottom: 30px;
}

.cast-left .textarea-btn-box_component{
  border-radius: 0px;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.1);
  border-bottom: 1px solid #fff;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  height: 165px;
  max-height: 165px;
  min-height: 165px;
   margin-bottom: 30px;
}

.cast-left .input-btn-box_component::placeholder, .cast-left .textarea-btn-box_component::placeholder{
  color: #fff
}

.cast-left .cast-check{
  align-items: flex-start;
  text-align: left;
  padding-top: 6px;
}

.cast-left .cast-check a{
  text-decoration: underline;
  color: var(--color8);
}

.cast-btn{
  display: inline-block;
  padding-top: 20px;
}

.cast-right-image{
  height: 100%;
  overflow: hidden;
}

.cast-right-image img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  animation: auto-scale 5s infinite alternate;
}


@keyframes auto-scale {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.15);
  }
}

.versf{
  margin-top: 20px;
  background-color: #f4bc51;
  padding: 20px;
}

.versf-container{
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

.versf-main{
  margin-right: -14px;
  margin-left: -14px;
  display: flex;
}

.versf-log, .versf-lk, .versf-pola{
  flex: 1;
}

.versf-log{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

.versf-log a img{
  width: 50px;
  height: 50px;
}

.versf-log a h2{
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

.versf-lk{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.versf-lk ul{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.versf-lk nav {
  color: #fff;
  padding: 12px;
}

.versf-lk ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.versf-lk li {
  display: inline-block;
  position: relative;
}

.versf-lk li:hover > ul {
  display: block;
}

.versf-lk ul ul {
  display: none;
  position: absolute;
  background-color: var(--color2);
  min-width: 300px;
  z-index: 9;
  top: -230px;
  left: -75%;
}

.versf-lk ul ul li {
  display: block;
  padding: 12px;
}

.versf-lk a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: .4s;
}

.versf-lk a:hover {
  color: var(--color8);
}

.versf-pola{
  display: flex;
  align-items: center;
  justify-content: center;
}

.versf-pola ul{
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.versf-pola ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: .4s;
}

.versf-pola ul li a:hover {
  color: var(--color8);
}


.versf-copa{
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.versf-copa-texta div{
  font-size: 18px;
  font-weight: 900;
  color: var(--color2);
}

.almost{
  margin-top: 20px;
  background-color: #1a1919;
  padding-bottom: 30px;
}

.almost-container{
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.almost-main{
  margin-right: -14px;
  margin-left: -14px;
  display: flex;
  flex-direction: row-reverse;
}

.almost-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  text-align: center;
}

.almost-title h5{
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  filter: drop-shadow(1px 1px 6px #e5e5e5);
  -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
}

.almost-block{
  padding: 50px 77px;
  flex: 1;
}

.almost-block div{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.vopr-otv-container {
  padding: 50px 77px;
    color: #fff;
    backdrop-filter: contrast(0.5);
    -webkit-backdrop-filter: contrast(0.5);
    margin-top: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .vopr-otv {
   margin-bottom: 30px;
 }
 
 .vopr-otv__content-wrapper {
   font-size: 1.25em;
   line-height: 1.4em;
   max-height: 0px;
   overflow: hidden;
   transition: 0.25s ease-in-out;
 }
 
 .vopr-otv__title {
   border-top: #000 1px solid;
   cursor: pointer;
   display: block;
   font-size: 18px;
   font-weight: 900;
   padding: 30px 0 0 0;
   position: relative;
   margin-bottom: 0;
   transition: all 0.25s ease-out;
   direction: ltr;
 }
 
 .vopr-otv__title::after {
   border-style: solid;
   border-width: 1px 1px 0 0;
   content: " ";
   display: inline-block;
   float: right;
   height: 12px;
   left: 1px;
   position: relative;
   right: 20px;
   top: 1px;
   transform: rotate(135deg);
   transition: 0.35s ease-in-out;
   vertical-align: top;
   width: 12px;
 }
 
 .vopr-otv__title:hover { 
   color: var(--color8);
 }
 
 .vopr-otv__trigger:checked
   + .vopr-otv__title
   + .vopr-otv__content-wrapper {
   max-height: 350px;
 }
 
 .vopr-otv__trigger:checked + .vopr-otv__title::after {
   transform: rotate(-45deg);
   transition: 0.25s ease-in-out;
 }
 
 .vopr-otv input[type="checkbox"] {
   display: none;
 }

 .vopr-otv__content p{
  padding: 12px 0;
  font-size: 16px;
 }
 
 .liaison{
  margin-top: 80px;
  background-color: #1a1919;
  padding-bottom: 30px;
  overflow: hidden;
}

.liaison-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.liaison-main{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.liaison-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 56px;
  padding-top: 56px;
}

.liaison-title h5{
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  filter: drop-shadow(1px 1px 6px #e5e5e5);
  -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
}


.liaison-karta{
  width: 100%;
}

.liaison-for-box-form label{
  color: var(--color8)
}

.liaison-for-box-form form{
  padding: 30px;
  text-align: center;
  background-image: url(pics/photos_header_693ad8cd5991b0.77892657.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  filter: drop-shadow(1px 4px 6px var(--color8));
  -webkit-filter: drop-shadow(1px 4px 6px var(--color8));
}

.liaison-for-box-form  .form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.liaison-for-box-form {
  width: 100%;
}

.liaison-for-box-form .field{
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}

.liaison-for-box-form .field input{
  border-radius: 0px;
  padding-left: 20px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.1);
  border-bottom: 1px solid #fff;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  margin-bottom: 30px;
}

.liaison-for-box-form textarea{
  border-radius: 0px;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(250, 250, 250, 0.1);
  border-bottom: 1px solid #fff;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  height: 165px;
  max-height: 165px;
  min-height: 165px;
   margin-bottom: 30px;
}

.liaison-for-box-form .field input::placeholder, .liaison-for-box-form textarea::placeholder{
  color: #fff

}

.liaison-for-box-form .liaison-form-check{
  align-items: flex-start;
  text-align: left;
  padding-top: 6px;
}

.liaison-for-box-form .liaison-form-check a{
  text-decoration: underline;
  color: var(--color8);
}

.liaison-knopka{
  display: inline-block;
  padding-top: 20px;
}

.liaison-karta{
  width: 100%;
  padding: 30px 0;
}

.liaison-for{
  flex: 1;
  margin: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.liaison-ai{
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 12px;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  align-items: center;
  justify-content: center;
}

.liaison-ai-inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
}



.liaison-ai-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 20px;
}


.liaison-ai-cont div, .liaison-ai-cont a{
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  transition: .4s;
  word-break: break-all;
}

.liaison-ai-cont a:hover{
  color: var(--color8);
}

.liaison-ai-box svg{
  width: 50px;
  height: 50px;
  fill: var(--color8);
}


.data-info{
  margin-top: 80px;
  background-color: #1a1919;
  padding-bottom: 30px;
  overflow: hidden;
}

.data-info-title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}

.data-info-title h5{
  font-size: 33px;
  font-weight: 900;
  color: #fff;
  filter: drop-shadow(1px 1px 6px #e5e5e5);
  -webkit-filter: drop-shadow(1px 1px 6px #e5e5e5);
}

.data-info-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.data-info-main{
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 40px;
  backdrop-filter: contrast(0.5);
  -webkit-backdrop-filter: contrast(0.5);
}


.data-info-content h2{
  font-size: 18px;
}

.data-info-content{
  padding: 20px;
  color: #fff !important;
  flex: 1;
  margin: 12px;
}

.data-info-content ul li, .data-info-content p, .data-info-content ol li{
  padding: 4px 0;
}

.data-info-content ul{
  list-style: disc !important;
}

.data-info-image{
  margin: 12px;
  padding: 12px;
  flex: 1;
  filter: drop-shadow(1px 4px 6px var(--color8));
  -webkit-filter: drop-shadow(1px 4px 6px var(--color8));
}

.data-info-image img{
  width: 100%;
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  height: 441px;
  object-fit: contain;
}

.data-info-svg{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 40px;
}

.data-info-svg svg{
  width: 50px;
  height: 50px;
  fill: var(--color8);
}

.data-info-svg div{
  font-size: 18px;
  font-weight: 900;
  color: var(--color8);
}

.data-info .data-info-usab{
  flex: 1;
  display: flex;
}


 
.data-info .data-info-usab-inner .usability-content{
  padding-top: 12px;
}

.rule{
    margin-top: 80px;
    padding: 80px 80px;
    color: #fff;
    overflow: hidden;
    background-color: #1a1919;
  }
  
  .rule .rule-container{
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: inherit !important;
  }
  
  .coal h1.coal-title{
      font-size: 24px;
      font-weight: 900;
      color: #fff;
  }
  
  .rule h2,h3{
      font-size: 18px;
      font-weight: 900;
      color: #fff;
  }
  
  .rule  a{
      text-decoration: underline;
      color: #fff !important;
  }
  
  .rule ol li {
      color: #fff !important;
  }
  
  .rule ul{
      list-style: disc !important;
      margin: 12px;
  }

  .rule ul li, .rule p, .rule ol li{
    padding: 4px 0;
  }

 
  .button-1 {
    color: #fff;
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 1px 1px 1px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 4px 0px rgba(0,0,0,.1);
    outline: none;
  }

  .button-1 {
    background-color: var(--color1);
    padding: 20px;
    border: none;
  }
  .button-1:hover{
    background-color: var(--color8);
  }
  .button-1 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .button-1:before,
  .button-1:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     box-shadow:  4px 4px 6px 0 rgba(255,255,255,.9),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.9),
      inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    transition: all 0.2s ease;
  }
  .button-1:before {
    height: 0%;
    width: .1px;
  }
  .button-1:after {
    width: 0%;
    height: .1px;
  }
  .button-1:hover:before {
    height: 100%;
  }
  .button-1:hover:after {
    width: 100%;
  }
  .button-1 span:before,
  .button-1 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    box-shadow:  4px 4px 6px 0 rgba(255,255,255,.9),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.9),
      inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
    transition: all 0.2s ease;
  }
  .button-1 span:before {
    width: .1px;
    height: 0%;
  }
  .button-1 span:after {
    width: 0%;
    height: .1px;
  }
  .button-1 span:hover:before {
    height: 100%;
  }
  .button-1 span:hover:after {
    width: 100%;
  }

  .button-2 {
    color: #fff;
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 1px 1px 1px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 4px 0px rgba(0,0,0,.1);
    outline: none;
  }

  .button-2 {
    border: none;
    background: var(--color1);
  }
  .button-2:hover {
    color: var(--color8);
    background: transparent;
     box-shadow:none;
  }
  .button-2:before,
  .button-2:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:1px;
    width:0;
    background: var(--color8);
    box-shadow:
     -1px -1px 4px 0px #fff,
     7px 7px 20px 0px #0003,
     4px 4px 4px 0px #0002;
    transition:400ms ease all;
  }
  .button-2:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .button-2:hover:before,
  .button-2:hover:after{
    width:100%;
    transition:800ms ease all;
  }

  .button-3 {
    color: #fff;
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 1px 1px 1px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 4px 0px rgba(0,0,0,.1);
    outline: none;
  }

  .button-3 {
    background: var(--color8);
    padding: 20px;
    border: none;
  }
  .button-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .button-3:before,
  .button-3:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 1px;
   box-shadow:
     -1px -1px 20px 0px rgba(255,255,255,1),
     -4px -4px 4px 0px rgba(255,255,255,1),
     7px 7px 20px 0px rgba(0,0,0,.4),
     4px 4px 4px 0px rgba(0,0,0,.3);
  }
  .button-3:before {
    right: 0;
    top: 0;
    transition: all 500ms ease;
  }
  .button-3:after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
  }
  .button-3:hover{
    background: transparent;
    color: #fff;
    box-shadow: none;
  }
  .button-3:hover:before {
    transition: all 500ms ease;
    height: 100%;
  }
  .button-3:hover:after {
    transition: all 500ms ease;
    height: 100%;
  }
  .button-3 span:before {
    left: 0;
    top: 0;
    width: 0%;
    height: .4px;
    transition: all 500ms ease;
  }
  .button-3 span:after {
    right: 0;
    bottom: 0;
    width: 0%;
    height: .4px;
    transition: all 500ms ease;
  }
  .button-3 span:hover:before {
    width: 100%;
  }
  .button-3 span:hover:after {
    width: 100%;
  }

  .button-4 {
    color: #fff;
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 1px 1px 1px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 4px 0px rgba(0,0,0,.1);
    outline: none;
  }

  .button-4 {
    background: var(--color8);
      padding: 20px;
      border: none;
    }
    .button-4 span {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }
    .button-4:before,
    .button-4:after {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      background: var(--color8);
      box-shadow:
       -7px -7px 20px 0px rgba(255,255,255,.9),
       -4px -4px 4px 0px rgba(255,255,255,.9),
       7px 7px 20px 0px rgba(0,0,0,.2),
       4px 4px 4px 0px rgba(0,0,0,.3);
      transition: all 0.2s ease;
    }
    .button-4:before{
       height: 0%;
       width: 1px;
    }
    .button-4:after {
      width: 0%;
      height: 1px;
    }
    .button-4:hover{
      color: var(--color8);
      background: transparent;
    }
    .button-4:hover:before {
      height: 100%;
    }
    .button-4:hover:after {
      width: 100%;
    }
    
    .button-4 span:before {
      width: 1px;
      height: 0%;
    }
    .button-4 span:after {
      height: 1px;
      width: 0%;
    }
    .button-4 span:hover:before {
      height: 100%;
    }
    .button-4 span:hover:after {
      width: 100%;
    }

 

    .button-5 {
    border: 2px var(--color8) solid;
    position: relative;
    color: #fff;
    padding: 20px;
    background: transparent;
  }

  .button-5::before {
      content: "";
      display: block;
      width: 0;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.6s ease-in;
  }

  .button-5:hover:before {
      border-left: 2px var(--color1) solid;
      border-right: 2px var(--color1) solid;
      width: 100%;
      box-shadow: 0px 4px 30px 1px var(--color1);

  }

  .button-5:hover {
      color: var(--color1);
      border: 2px var(--color1) solid;
  }

 
  @media(max-width: 1200px){
    .data-info-usab-inner{
      flex-direction: column;
    } 
  }

  
  @media(max-width: 996px){
  .cast-right{
    display: none;
  }
  .cast-left{
    width: 100%;
  }
}

@media(max-width: 992px){
   
    .banner-main{
        flex-direction: column-reverse;
    }

    .banner-block-left, .banner-block-right{
        width: 100%;
    }

    .story-block{
      width: 50%;
    }
   
    .usability-block{
      width: 100%;
    }

    .remark-main{
      flex-direction: column;
    }

    .remark-left, .remark-right{
      width: 100%;
      padding: 0;
    }

    .profit-blocks{
      width: 50%;
    }
   
    .profit-box{
      margin: 2px;
    }

    .cast-main{
      flex-direction: column;
    }

    .cast-left, .cast-right{
      width: 100%;
    }

    .versf-main {
      flex-direction: column;
      gap: 20px;
    }

    .osnova-goods-main{
      flex-direction: column;
    }

    .each-other-main{
      flex-direction: column;
    }

    .each-other-left, .each-other-right{
      width: 100%;
    }

    .each-other-right-content{
      flex-direction: column;
    }

    .each-other-right-content-text, .each-other-right-content-img{
      width: 100%;
    }

    .rule{
      margin-top: 20px;
    }

    .liaison-main{
      flex-direction: column;
    }

    .data-info-main{
      flex-direction: column;
    }

    .data-info .data-info-usab{
      flex: inherit;
    }

    .data-info-usab-inner {
      flex-direction: row-reverse;
    }

    .data-info{
      margin-top: 20px;
    }

    .banner-container{
      padding: 0;
    }

    .each-other-container{
      padding: 0;
    }

    .cast-container{
      padding: 0;
    }

    .banner-block-right-menu{
      display: none;
    }

    .banner-block-burg{
      display: block;
    }

    .banner{
      overflow: hidden;
    }

    .almost-main{
      flex-direction: column;
    }

    .osnova-goods-block-content{
      text-align: start;
      padding: 20px;
    }
}


@media(max-width: 768px){
  .story-block{
    width: 100%;
  }
  
  .profit-blocks{
    width: 100%;
  }

  .osnova-goods-image img{
    height: 210px;
  }

  .data-info-image img{
    height: 210px;
  }

  .data-info-container{
    width: 100%;
  }

  .banner-block-ct h2{
    font-size: 21px;
  }
}


@media(max-width: 600px){
  
    .rule{
        padding: 40px 40px;
    }
    

}

@media(max-width: 576px){
  .rule-title {
    font-size: 18px;
  }
  .rule-container h1 {
    font-size: 18px;
  }
  .usability-inner{
    flex-direction: column;
  }

  .osnova-goods-image img{
    height: 214px;
  }

  .data-info-image img{
    height: 214px;
  }

  a.banner-block-right-logo h2{
    font-size: 21px;
  }
    
}

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

    .vopr-otv-container{
      padding: 12px;
    }
  
}

@media(max-width: 425px){
  
  .osnova-goods-container{
    width: 100%;
  }

  .profit-front svg{
    width: 56px;
    height: 56px;
  }

  .almost-block{
    padding: 40px 40px;
  }

  .almost-title h5{
    font-size: 21px;
  }

  .vopr-otv__title{
    font-size: 16px;
  }

  .vopr-otv__content p{
    font-size: 14px;
  }

  .data-info-title h5{
    font-size: 21px;
  }

  .each-other-left-content h5{
    font-size: 21px;
  }

  .each-other-right-content-text h5{
    font-size: 21px;
  }

  .osnova-goods-title h5{
    font-size: 21px;
  }

  .usability-title{
    font-size: 21px;
  }
  .remark-title{
    font-size: 21px;
  }

  .cast-title h5{
    font-size: 21px;
  }

  .liaison-ai-cont div, .liaison-ai-cont a{
    font-size: 16px;
  }
}

@media(max-width: 375px){
    .rule{
        padding: 30px 30px;
    }

    .remark-right-box{
      padding: 30px 20px;
    }
}

.liaison-karta iframe{
  border: 0;
}

.widthDop100{
  width: 100%;
}