@font-face {
    font-family: 'IBMPlexSans';
    src: url('./fonts/IBMPlexSans-Regular.woff2') format('woff2'),
         url('./fonts/IBMPlexSans-Regular.woff') format('woff');
    font-weight: 400; /* Вес для Regular */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'IBMPlexSans';
    src: url('./fonts/IBMPlexSans-SemiBold.woff2') format('woff2'),
         url('./fonts/IBMPlexSans-SemiBold.woff') format('woff');
    font-weight: 600; /* Вес для SemiBold */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'IBMPlexSans';
    src: url('./fonts/IBMPlexSans-Medium.woff2') format('woff2'),
         url('./fonts/IBMPlexSans-Medium.woff') format('woff');
    font-weight: 500; /* Вес для Medium */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'IBMPlexSans';
    src: url('./fonts/IBMPlexSans-Light.woff2') format('woff2'),
         url('./fonts/IBMPlexSans-Light.woff') format('woff');
    font-weight: 300; /* Вес для Light */
    font-style: normal;
  }



html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
	-o-tab-size: 4;
	   tab-size: 4; /* 3 */
       scroll-behavior: smooth;
}


hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
select {
	text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

summary {
	display: list-item;
}

:root {
    --light-primary: #fff;
    --accent-color: #feda54;
    --accent-color-hover: #fcd32a;
    --accent-color-secondarily: #875f3b;
    --dark-primary: #000000;
    --iframe-bwb__demo-color: #c2c0cf;
    --iframe-bwb__demo-color-hover: #b0aebc;
    --hover-primary: #7a1dff;
    --border-color: #897b87;
    --bg-th:#259BFF;
    --bg-td:linear-gradient(to right, #fdf88c, #ffd300);
    --td-hover:#a0ebeb;
    --bg-list:#aa3c88;
    --bt-btn-lang:linear-gradient(145deg, #223d99, #5fdede);
    --before-color:linear-gradient(145deg, #fdf88c, #ffd300);
    --btn-color: linear-gradient(145deg, #f70515, #ef323b, #ff5f14);
    --btn-hover:linear-gradient(145deg, #e73844, #c7020f);
    --btn-active:linear-gradient(145deg, #c7020f, #a0020d); 
    --bg-header: linear-gradient(to top, #e2e2c2, #c469bc);
    --bg-footer: linear-gradient(to top, #000000, #333333);
    --bg-box-btn:#ddcece;
    --bg-gradient: linear-gradient(to bottom, #666666, #dddddd);
}

*:where( :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

a,
button {
    cursor: revert;
    text-decoration: none;
    
}

ol,
ul,
menu {
    list-style: none;
}

img {
    max-inline-size: 100%;
    max-block-size: 100%;
  
}

input,
textarea {
    -webkit-user-select: auto;
}

meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
         appearance: revert;
}


:where(pre) {
    all: revert;
    box-sizing: border-box;
}

::-moz-placeholder {
    color: unset;
}

::placeholder {
    color: unset;
}

::marker {
    content: initial;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

:where(dialog:modal) {
    all: revert;
    box-sizing: border-box;
}

body{
    font-family: IBMPlexSans, sans-serif;;
    font-size: 17px;
    line-height: 1.5;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0;
    background-color: var(--light-primary);
    font-weight: 400;
}

h1{
    letter-spacing: .095rem;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 102%;
    margin-bottom: 15px;
    color: var(--light-primary);

    @media (min-width: 768px) {
        font-size: 2.75rem;
        font-weight: 900;
        margin-bottom: 0;
        
    }
}

h2{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

h3,h4{
    font-weight: 600;
    font-size: 20px;
    margin-top:10px;
}



.section{
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
    color: var(--dark-primary);

    @media screen and (min-width: 768px) {
        padding: 40px 20px;
        
    }
}

.section-top{
    padding-top: 130px;
    color: var(--light-primary);

    @media(min-width:762px){
        padding-top: 140px;
       }
}

.logo{
   

    @media(min-width:1200px){
        margin-right: 20px;
        margin-left: 0px;
        
       }
    
}

@media(min-width:1200px){
    .logo-link{
        margin-right: 170px;
        
    }
    
   }

.hero-text {
    font-weight: 600;
    text-align: center;
    margin: 15px auto;

}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: var(--light-primary);
  background: var(--btn-color);
  border-radius: 0.75rem;
  transition: all 0.1s ease;
  max-width: 350px;
  height: 60px;
  margin: 0 auto;
}

.button:hover {
  background: var(--btn-hover);
}

.button:active {
  letter-spacing: 0px;
  transform: skew(-10deg) translateY(6px); 
  background: var(--btn-active); 
}



.img-box {
  width: 100%;
  height: auto; 
  max-width: 700px;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px auto;
   
   

    & img {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      display: block;
    }
}

.no-scroll {
    overflow: hidden;
  }

.hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

strong{
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.header {
    position: fixed;
    top: 15px;
    left: 20px;
    border-radius: 40px;
    background: var(--light-primary);
    color: var(--dark-primary);
    width: calc(100% - 40px);
    padding: 0px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    z-index: 998;
    transition: all 0.4s ease;

  @media(min-width:762px){
    padding: 10px 30px;
   }
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px 10px 25px;

    @media(min-width:992px){
     justify-content: center;
     padding: 0;
    }
}

@media(min-width:992px){
    nav{
        margin-left: 75px;
    }
   }

.nav-mob.is-visible {
    transform: translateY(0);
}

.nav-list {
    display: none;
 }

@media (min-width: 992px) {
    .nav-list {
       display: flex;
       gap: 54px;
       align-items: center;
    }
 }

.nav-item {
position: relative;

    &:hover{
        color: var(--accent-color);
    }
}

.header-box {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 15px;

    @media (min-width:992px) {
        display: flex;
    }
    
}

.line-vertical_navbar {
    background-color: var(--border-color);
    width: 1px;
    height: 1.75rem;
    
}

.header-btn{
    padding: 1rem 1.25rem;
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 700;
    background-color: var(--accent-color);
    padding: .875rem 1rem;
    font-size: .813rem;
    line-height: .875rem;
    border-radius: .5rem;
    transition: all 0.3s ease;
    color: var(--dark-primary);

    &:hover{
        background-color: var(--accent-color-hover);
        
    }
}

.menuButton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10%;
    color: #090909;
    width: 2.4em;
    height: 2.5em;
    border-radius: 0.5em;
    transition: all .3s;
    position: absolute;  
    right: 35px; 
    z-index: 999;
    margin: 0;
    padding: 0;

    @media (min-width:992px) {
        display: none;
    }
}

.menuButton.active{
    background: #fff;
}

.menuButton:hover {
    border: 1px solid white;
}

.menuButton span {
    width: 20px;
    height: 2.1px;
    background: var(--dark-primary);
    border-radius: 100px;
    transition: 0.3s ease;
}

.menuButton.active .top {
    transform: translateY(6px) rotate(45deg); 
    width: 30px; 
}

.menuButton.active .bot {
    transform: translateY(-6px) rotate(312deg);
    width: 30px;
}

.menuButton.active .mid {
    opacity: 0;
}

.nav-mob {
    transform: translateY(-200%);
    background: var(--bg-header);
    color: var(--light-primary);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    transition: all 0.4s ease;
    overflow-y: auto;
   
    overflow: hidden;
}

.nav-btn-close{
position: absolute;
top: 33px;
right: 27px;;

}

.nav-list-mob {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 80px;

}

.nav-link{
transition: all 0.3s ease;
font-weight: 500;
}

.nav-link.active {
    border-bottom: 2px solid var(--bg-accent-color);
    color: var(--accent-color);
}

.nav-link-mob.active {
  border-bottom: 2px solid var(--accent-color);
  color: var(--accent-color);
  position: relative;
}

/* --language-dropdown-- */

.language-dropdown {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    display: none;

    @media (min-width:992px) {
        display: block;
    }
    
}

.dropdown-btn{
    display: flex;
    align-items: center;
    padding: 6px 14px;
    gap: 10px;
    color: var(--dark-primary);
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    background: var(--accent-color);
    border-radius: 15px;
    overflow: hidden;
}

.dropdown-content.show {
    display: block;
  }

.dropdown-content a {
    color: var(--light-primary);
    padding: 12px 16px;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
     color: var(--dark-primary);
}

.mob a{
    padding: 10px 5px;
    font-size: 16px;
}

.dropdown-content a:hover {
    background: var(--accent-color-hover);
    color: var(--light-primary);
}

.language-dropdown:hover .dropdown-content {
    display: block;
}

@media (max-width: 991px) {
    .language-dropdown:hover .dropdown-content {
        display: none;
    }

    .dropdown-content.show {
        display: block;
        overflow-y: auto;
        max-height: 150px;
    }
}

/* ------- */

.questions{
    max-width: 635px;
    position: relative;
    z-index: 2;
    color: var(--light-primary);
}

@media  (min-width:768px) {
    .questions-faq{
    letter-spacing: .095rem;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 101%;
    text-align: center;
  }
}

.questions-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--light-primary);
}

.questions-content-box {

    &:hover .questions-title{
   color: var(--accent-color-hover);
    }

    &:hover .questions-plus{
        background-color: #fff;
        border: 1px var(--accent-color-hover) solid;
         }
}

.questions-cover{
display: flex;
align-items: center;
justify-content: space-between;

}

.questions-title {
    display: grid;
    grid-template-columns: 1fr 20px;
    cursor: pointer;
    align-items: center;
    font-size: 22px;
    margin-bottom: 15px;
   
}

.questions-plus {
    border-radius: .375rem;
    min-width: 1.875rem;
    height: 1.875rem;
    padding: .25rem;
    background-color: #f2e8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}

.top-line, .bottom-line {
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: var(--accent-color);
}

.top-line {
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.questions-plus.active .top-line {
    transform: rotate(0deg);
  }
  

.icon {
    width: 30px;
    height: 25px;
    fill: var(--light-primary);
}

.questions-content {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }

  .hero-cover{
    display: flex;
    flex-direction: column;
    gap: 15px;

    border: 1px solid var(--border-color); 
    padding: 20px; 
    border-radius: 15px;
  }

  .hero-cover>.img-box{
    max-width: 300px;
    margin: 0 auto;
  }

@media (min-width:992px) {
    .hero-cover{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 45px;
       
        }

        .hero-cover.revers{
            flex-direction: row-reverse;
          }
        
        .hero-box {
            width: 50%;
           flex: 1; 
        }
}

.hero-mob-text{
    font-weight: 600;
    margin-top: 10px;

    @media (min-width:768px) {
        display: none;
     }
}

.hero-list-mob {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;

    @media (min-width:768px) {
        display: none;
     }
}

.hero-item-mob{
    width: 100%;
    margin: 5px;
}

.hero-box{
    flex: 1;
}

.hero-list {
    margin-top: 20px;

    @media (max-width:768px) {
       display: none;
    }
}

.hero-img-box{
    border-radius: 15px;
    overflow: hidden;
    margin-top: 15px;
    max-width: 300px;
    margin: 0 auto;
    flex: 1;
  
    & img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;

           @media (min-width:992px) {
            height: 420px;
        }
    }

   
  }

.list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
    padding: 20px 0px 0px 40px;
    margin-bottom: 15px;
}

.list-item{
    position: relative;
    padding: 10px 25px 10px 40px;
    border-radius: 10px;
    background: var(--bg-list);
    color: var(--light-primary);

    &::before {
        content: attr(data-title);
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        font-weight: 500;
        font-size: 32px;
        background: var(--before-color);
       
        border-radius: 50%;
        z-index: 2;
        color: var(--dark-primary);
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2),
                    inset 0px -3px 6px rgba(0, 0, 0, 0.3),
                    inset 0px 3px 6px rgba(255, 255, 255, 0.3);
    }
}

/* -------table--------- */

.table-flex{
   

    @media (min-width:768px) {
        display: flex;
        gap: 15px;
    }
}

table {
    width: 100%; 
    margin-top: 25px;
    margin-bottom: 25px;
    text-indent: 0;
	border-color: inherit;
    border-collapse: collapse;
   
}

th, td {
    padding: 12px; 
    text-align: left; 
    border-bottom: 1px solid var(--border-color);
}

@media (max-width:500px) {
    table {
        font-size: 12px;
       
    }

    th, td {
        padding: 8px; 
        text-align: left; 
        border-bottom: 1px solid var(--border-color);
    }
}


th {
    
    color: var(--light-primary);
    font-weight: bold;
    font-size: 24px;
    &:first-child{
        border-top-left-radius: 10px;
    }

    &:last-child{
        border-top-right-radius: 10px;
    }
}

tr{
    transition: all 0.3s ease;
}

tbody tr:hover {
    background-color: var(--td-hover);
}

.hidden {
    display: none;
}

.table-double{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.table-double tr>td{
    /* color: var(--dark-primary); */
}

.table-double tr>td:nth-child(odd) {
    background: var(--bg-list);
    color: var(--light-primary);
}

.table-triple td:first-child{
    background: var(--accent-color);
    color: var(--light-primary);
}

/* =====footer==== */

.footer{
    width: 100%;
    padding: 25px;
    text-align: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    background:var( --bg-gradient);
    color: var(--dark-primary);
}

.footer-text{
font-size: 12px;
}

.footer-payment-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.footer-payment-list {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.footer-logo{
    margin-bottom: 25px;
}

.footer-social-list {
    display: flex;
    gap: 35px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;

}

.social-link {
    display: block;
    transition: all 0.3s ease;
}

.footer-partners__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.footer-links {
    margin-bottom: 35px;
    flex: 1;
}

.footer-links__group:not(:last-child) {
    margin-bottom: 35px;
}

.footer-links__group {
    display: flex;
    flex-direction: column;
    gap: 10px;

    & a{
        font-size: 14px;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    & a:hover{
        color: var(--accent-color);
    }
}

@media screen and (min-width: 768px) {
    .footer-cover {
        display: flex;
        justify-content: space-between;
        align-items: center;
       
    }

    .social-link:hover{
       transform: scale(1.1);
    }
    
}

@media screen and (min-width: 992px) {
    .footer-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 70px;

    }
    
    .footer-links__group:not(:last-child) {
        margin-bottom: 0px;
    }
    
}

/* ---------------swiper-------------------- */
.swiper{
    

    & img{
        object-fit: contain;
    }
    
}

@media (max-width: 628px) {
    .swiper.desk {
      display: none;
    }
  }
  
  @media (min-width: 629px) {
    .swiper.mob {
      display: none;
    }
  }


.swiper-button-next::after, .swiper-button-prev::after{
    color: #ffbe1f;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main{
    background: var(--bg-list);
}

.bonuse-img-box{
    display: flex;
    
}

/* review */

.review-card {
    background: var(--light-primary);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--dark-primary);
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.positive-review {
    border-left: 5px solid #4CAF50;
}

.positive-review .review-rating {
    color: #4CAF50;
}

.neutral-review {
    border-left: 5px solid #FFC107; 
}

.neutral-review .review-rating {
    color: #FFC107;
}

.negative-review {
    border-left: 5px solid #F44336;
}

.negative-review .review-rating {
    color: #F44336;
}

.review-card h3 {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: bold;
    
}

.review-card .review-rating {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.review-card .review-text {
    font-size: 1em;
    line-height: 1.5;
    
}

/* ----------plus-minus------------- */

.plus-minus-box{
   margin-top: 15px;

   @media (min-width:992px) {
 
        display: flex;
        gap: 15px;
}
}

.group {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1;
}

.plus-group {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
}

.minus-group {
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
}

.plus-minus-box ul li {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}

.plus-group ul li::before {
    content: '✔';
    color: #4CAF50;
    margin-right: 10px;
}

.minus-group ul li::before {
    content: '✖';
    color: #F44336;
    margin-right: 10px;
}

/* -----------win-box--- */


@media (min-width:725px) {
    .win-box{
        display: flex; 
        gap: 10px;
    }

    .win-box > .win-box-width{
        max-width: 50%;
        ;
    }

    .img-mob{
        width: 30%;
        }

} 

 .win-box-width{
    margin-top: 15px
}

/* demo */
.iframe-bwb {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #171515ff;
}

.iframe-bwb__bg-image {
    height: 500px;
    background-size: cover;
    filter: brightness(50%) blur(6px);
}

.iframe-bwb__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.iframe-bwb__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    line-height: 48px;
    width: 10em;
    border: 0;
    margin: 0;
    box-shadow: none;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    max-width: 99%;
    letter-spacing: 2px;
    padding: 15px 10px;
    color: var(--light-primary);
    background: var(--btn-color);
    border-radius: 0.75rem;
    transition: all 0.1s ease;

}

.iframe-bwb__button:hover {
    background: var(--btn-hover);
  }

  .iframe-text{
    display: block;
    position: relative;
    top: 50%;
    right: 50%;
    text-align: center;
    font-size: 12px;
    display: none;
  }

  .iframe-bwb__demo-color{
    background: var(--iframe-bwb__demo-color);
    color: var(--dark-primary);
  }

  .iframe-bwb__demo-color:hover{
    background: var(--iframe-bwb__demo-color-hover);
  }

  .iframe-bwb__button-box {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 200;
    display: flex
;
    flex-direction: column;
    gap: 15px;
}

#game-container {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    height: 500px; 
    display: none; 

    margin-bottom: 15px; 
}

.game-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.main-icon-uoutube{
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 98px; 
    height: 68px; 
    background: url('./img/youtubelogo.svg') no-repeat center center; 
    background-size: contain;

    @media (min-width:768px) {
        width: 155px;
        height: 104px;
    }
}

.demo-group{
    background: var(--before-color);
    color:var(--light-primary);
    & li{
        background: var(--light-primary);
        color: var(--dark-primary);
        border: none;
    }
}

/* features */

.features-box {
    display: flex;
    gap: 30px;
}

.features-box > :first-child {
    flex: 1; 
}

.features-box > :last-child {
    flex: 2;
}


/* ----- */

.text-weight{
    font-weight: 700;
}

/* --hw-- */

@media (max-width:768px){
    .hw-title{
        margin-top: 15px;
    }
}

.win-img-box {
    position: relative;
    max-width: 320px;
    height: 380px;
    overflow: hidden;
    border-radius: 15px;

    @media (max-width:992px) {
        margin: 0 auto;
    }
  }
  
  .static-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  
  .parallax-img {
    position: absolute;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    pointer-events: none; 
  }
  
  .parallax-img-second {
    z-index: 2; 
    opacity: 0.8; 
    top: 53%;
    left: 55%;
  }
  
  .parallax-img-third {
    z-index: 3; 
    opacity: 0.6;
    top: 12%;
    right: 13%;
  }

  @media (max-width:768px){
    .hw-button{
        display: none;
      }
}

  .hw-list{
      @media (min-width:1400px) {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    
        &>li{
            flex: 1;
        }

        & .img-box{
            height: 90px;
        }

        & img{
           object-fit: cover;
            max-width: 500px;
        }
    }
  }

  /* --------wp------- */

  .section-where-play, .section-secondary{
   padding:120px 20px 20px 20px;

   @media (max-width:768px) {
    padding-top: 120px;
   }
  }

  .section-secondary{
    @media (max-width:768px) {
        padding-top: 12px;
       }
  }

  .section-where-play{
    background: linear-gradient(to right, #1b5ecb, #0a1e67);
    color: var(--light-primary);
  }

  .wp-img-desk{
    display: none;
}

  @media (min-width:768px) {

    .where-play-box{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
        gap: 35px;
        max-width: 1000px;
        margin: 0 auto;
    
        }

        .wp-img-desk{
            display: block;
        }
        
    .wrapper {
        position: relative;
        
    }
    
    .section-where-play{
        
        font-size: 20px;
    }
    
    .wp-title{
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0;
    }
    
    .section-secondary{
        --mask: radial-gradient(circle at var(--x, 70%) var(--y, 50%), black 25%, transparent 0);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #2fbfe6, #c5e7ff);
        color: var(--dark-primary);
        -webkit-mask-image: var(--mask);
        mask-image: var(--mask);
        font-size: 20px;
        font-weight: 600;

        @media (max-width:1200px){
            display: none;
        }
    
    }

    .section-secondary h2{
            font-size: 28px;
            font-weight: 900;
        }

  }

  @media (min-width:768px){
    .wp-flex{
        display: flex;
        gap: 20px;
        align-items: center;
    
        &>div{
            flex: 1;
        }
      }
  }

  /* download */

  .download-section {
    width: 100vw;
    background-color: var(--accent-color);
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;

    @media (min-width: 768px) {
    
        display: flex;
        align-items: center;
      
    }
    
}

.download-hero-box{
    flex: 1;

    @media (max-width: 768px) {
    
        margin-bottom: 15px;
      
    }
}

.download-title {
    
  text-align: center;
  
}
 
.download-btn {
    background-color: var(--dark-primary);
    color: var(--accent-color);
    text-align: center;
    text-transform: uppercase;
    border-radius: .5rem;
    padding: 1rem 1.25rem;
    font-family: IBM Plex Sans, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: .875rem;
    transition: all .14s ease-in-out;
    margin: 0 auto;
    display: block;
    max-width: 250px;
}

.download-btn:hover{
    color: var(--light-primary);
    background-color: var(--hover-primary);
}

.download-img-box {
    flex: 1;
    position: relative;
    height: 350px;
  
  @media (min-width: 400px) {
    
      height: 350px;
      width: 300px;
  }

  @media (min-width: 768px) {
    
    height: 550px;
}
}

.download-img-top {
   position: absolute;
}

.download-img-mid {
    position: absolute;
    left: -35%;
    bottom: -40px;
    width: 200px;
    height: 200px;
}

.download-img-bottom {
    position: absolute;
   right: -15%;
   top: 40px;
   width: 150px;
   height: 150px;

   @media (min-width: 768px) {
    
    width: 250px;
    height: 250px;
  }
}

/* -----------options------ */

.bg-img{
    background-image: url(./img/bg2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px;
}

.review-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    @media (max-width:768px) {
        flex-direction: column;
        gap: 0px;
    }
}

.review {
    /* background-color: #f9f9f9; */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  }

  .review-author {
    font-size: 1.2em;
    font-weight: bold;
    color: #e850e8;
    margin-bottom: 8px;
    display: block;
  }

  .review-text {
    font-size: 0.9em;
    line-height: 1.6;
    color: var(--dark-primary);
    font-style: italic;
  }

 /* ----------test */
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }

  .decor::before {
    content: '';
    width: 60px;
    height: 1px;
    display: block;
    background-color: currentColor;
  }
  
  .team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  
    .team-item {
      max-width: 300px;
      height: 295px;

      @media (min-width: 1024px) {
        max-width: 200px;
        height: 200px;
      }
    }
  
  
  .team-cover-soc {
    position: relative;
    overflow: hidden;
    max-width: 300px;
    height: 295px;

      @media (min-width: 1024px) {
        max-width: 200px;
        height: 200px;
      }
  }
  
  .team-soc-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsla(25, 12%, 19%, 0.518);
    width: 100%;
    height: 100%;
    padding: 151px 0;
    transform: translateY(100%);
    transition: transform 300ms linear;
  }

  .team-soc-list p{
    font-size: 14px;
    font-weight: 600;
    color: var(--light-primary);
  }
  
  .team-item:hover .team-soc-list {
    transform: translateY(0px);
    @media (min-width: 1024px) {
        transform: translateY(-50px);
      }
    
  }
  
  .team-item-titel {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.36;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--light-primary);
    margin-bottom: 8px;
  }

  .mx-400{
    max-width: 400px;
  }
/* --+- */
  .advantages-table {
    
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
  }

  .advantages-table th,
  .advantages-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }

  .advantages-table th {
    font-weight: bold;
  }


  /* author */
  .author-block{
    background-color: #f3f2f7;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: var(--light-primary);
    color: var(--dark-primary);
}

.author{
font-size: 22px;
margin: 0;
}

.author-block__author-name{
    margin: 3px 0px;
}

.author-block__author{
    display: flex;
    align-items: center;
    gap: 25px;
}

.author-block__photo{
overflow: hidden;
border-radius: 50%;
}

.position{
    position:relative;
    background: linear-gradient(to right, #58464a, #3d2d2e);
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: clip;
}

.position-img{
    position: absolute;
    top: 50%;
    z-index: 1;

     @media screen and (min-width: 768px) {
        top: 30%;
        left: 10%;
        
    }

     @media screen and (min-width: 1200px) {
       top: 35%;
       
    }
}

.position-img2{
    position: absolute;
    top: -4%;
    right: -5%;
    z-index: 1;

    @media screen and (min-width: 768px) {
        top: -8%;
        right: 5%;
        width: 350px;
        height: 450px;
    }

     @media screen and (min-width: 1200px) {
        right: 5%;
        width: 500px;
        height: 600px;
    }
}

.age-modal {
    display: none;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.7); 
    z-index: 1000; 
    justify-content: center; 
    align-items: center;
}

.age-modal-box {
    background: #fff; 
    padding: 40px 20px; 
    max-width: 400px; 
    text-align: center; 
    border-radius: 8px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.age-modal-text {
    color: var(--border-color);
    margin-bottom: 20px; 
    font-size: 14px;
}

.age-modal-btn {
    margin-right: 10px; 
    padding: 10px 30px;
    background-color: var(--accent-color);
    width: 230px;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s ease;

    &:hover {
        background-color: var(--accent-color-hover);
        color: var(--light-primary);
    }
}

#btn-no{
    margin-bottom: 15px;
    background-color: var(--bg-box-btn);

    &:hover{
        background-color: var(--border-color);
        color: var(--light-primary);
    }
}