html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, sub, sup, tt, var, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
a{text-decoration: none;color:inherit}
/* 
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('f/MontserratBlack.eot');
    src: url('f/MontserratBlack.eot') format('embedded-opentype'),
         url('f/MontserratBlack.woff2') format('woff2'),
         url('f/MontserratBlack.woff') format('woff'),
         url('f/MontserratBlack.ttf') format('truetype'),
         url('f/MontserratBlack.svg#MontserratBlack') format('svg');
} */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('f/MontserratRegular.eot');
    src: url('f/MontserratRegular.eot') format('embedded-opentype'),
         url('f/MontserratRegular.woff2') format('woff2'),
         url('f/MontserratRegular.woff') format('woff'),
         url('f/MontserratRegular.ttf') format('truetype'),
         url('f/MontserratRegular.svg#MontserratRegular') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('f/MontserratExtraBold.eot');
    src: url('f/MontserratExtraBold.eot') format('embedded-opentype'),
         url('f/MontserratExtraBold.woff2') format('woff2'),
         url('f/MontserratExtraBold.woff') format('woff'),
         url('f/MontserratExtraBold.ttf') format('truetype'),
         url('f/MontserratExtraBold.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('f/MontserratSemiBold.eot');
    src: url('f/MontserratSemiBold.eot') format('embedded-opentype'),
         url('f/MontserratSemiBold.woff2') format('woff2'),
         url('f/MontserratSemiBold.woff') format('woff'),
         url('f/MontserratSemiBold.ttf') format('truetype'),
         url('f/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}



/* Общие настройки */
html, body{font-size:1px;-webkit-text-size-adjust: 100%;text-size-adjust: 100%;scroll-behavior: smooth;}
body{
	line-height: 1.3;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 1px;
    width: 100%;
    background: linear-gradient(45deg, transparent, #f6f7f8), linear-gradient(45deg, #f6f7f8, transparent);
    }

/* inputs */
input, textarea, select{font-family: sans-serif;font-size: 16px;-webkit-appearance: none;}
button{font-family: sans-serif;font-size: 14px;-webkit-appearance: none;color: #333;}
input, textarea, select, div, a, span{-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;}
:hover{-webkit-transition:all 0.08s ease-in-out;-moz-transition:all 0.08s ease-in-out;-khtml-transition:all 0.08s ease-in-out;-o-transition:all 0.08s ease-in-out;-ms-transition:all 0.08s ease-in-out;transition:all 0.08s ease-in-out;}
img{vertical-align: top;}    
  
  
.page_wrapper { font-size: 16px;   color: #333;width: 100%;min-height: 100%;position:relative;margin: 0 auto;min-width:320px;overflow: hidden;}
.wrapper {padding: 0 25px;position: relative;width: 100%;max-width: 1200px;margin: 0 auto;min-width:320px;}
::placeholder{color:#a7a7a7;opacity: 1;}


.header{color:#fff;background: rgb(0 0 0 / 20%);border-bottom: 1px solid rgb(255 255 255 / 20%);}   
.header img{height:24px} 
.header .description{max-width: 265px}
.header .login{cursor:pointer;background: rgb(255 255 255 / 5%);border-radius: 12px;padding: 10px 15px;}
.header .login:hover{background: rgb(255 255 255 / 15%);}

.main{background: linear-gradient(333deg, hsl(185, 45%, 35%), hsl(214, 56%, 20%), hsl(214 56% 15% / 1)); color:#fff}
.main h1{font-size: 68px;text-align: center;overflow: hidden;}
.main .main-img{max-width: 100%;}
.main ul{font-weight: bold;margin-top: 30px}
.main ul li{margin: 0 10px}

 
.notebook{position:relative;outline: 2px solid rgb(128 128 128 / 81%);border: 2px solid rgb(255 255 255 / 80%);box-shadow: 0px 0px 35px 4px #0000008f;padding: 30px;background-color: #222222;border-radius: 20px;}
.notebook:after{content:'';position:absolute;width: calc(100% - 2px);height: calc(100% - 2px);top:0;left:0; box-shadow: 0px 0px 14px 29px #0000008f inset;border-radius: 16px;    border: 1px solid #6d7476;}
.notebook img{outline: 2px solid rgb(0 0 0 / 33%);border: 2px solid rgb(180 180 180 / 12%);} 


.jqcloud {font-size: 10px;line-height: normal;overflow: hidden;position: relative;}
.jqcloud-word {margin: 0;padding: 0;}
.jqcloud-word.w1 {color: #ffffff59;font-size: 100%;}
.jqcloud-word.w2 {color: #ffffff59;font-size: 150%;} 
.jqcloud-word.w3 {color: #ffffff59;font-size: 200%;}
.jqcloud-word.w4 {color: #ffffff59;font-size: 250%;} 
.jqcloud-word.w5 {color: #ffffff59;font-size: 300%;}  
.jqcloud-word.w6 {color: #ffffff59;font-size: 350%;} 
.jqcloud-word.w7 {color: #ffffff59;font-size: 400%;}
.jqcloud-word.w8 {color: #ffffff59;font-size: 450%;}
.jqcloud-word.w9 {color: #ffffff59;font-size: 500%;}
.jqcloud-word.w10 {color: #ffffff59;font-size: 550%;} 
.jqcloud-word a {color: inherit;font-size: inherit;text-decoration: none;}
.jqcloud-word a:hover {color: #ffffff59;}
 
  
.basic{border-top: 2px solid rgba(0, 0, 0, 0.2);border-bottom: 2px solid rgba(0, 0, 0, 0.2);background: linear-gradient(333deg, hsl(214 55% 15% / 1), hsl(214, 56%, 20%), hsl(214 56% 18% / 1), hsl(214, 56%, 20%), hsl(214 56% 15% / 1));color:white} 
.basic h2{font-size: 40px;}   
.basic p{font-size: 16px;}
.button-reg{font-size:14px;text-align: center; cursor:pointer;text-shadow: 1px 1px 1px black;background: linear-gradient(333deg, rgba(169, 0, 0, 0.8), rgba(77, 0, 0, 0.8));border-radius: 12px;padding: 10px 15px;outline: 2px solid rgb(93 2 2 / 81%);
    border: 2px solid rgb(255 255 255 / 15%);
    box-shadow: 0px 0px 35px 4px #3232328f;}
.login:hover{background: rgb(255 255 255 / 15%);}

.logo-text{
border-left: 1px solid #d8d8d8;
padding-left: 25px;
margin-left: 25px;
}

.description-h2{color: #ffffffa8;border: 1px solid #80808078;padding: 6px 13px;border-radius: 12px;margin-bottom: 15px;}
.description{ 
    /* font-weight: 700; */
    /* color: #f2b037; */
    background: rgb(231 180 77 / 35%);
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 30px;
    border: 1px solid rgb(0 0 0 / 17%);
    width: fit-content;
    padding: 12px;
    /* background: var(--box-bg08); */
    /* color: white; */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

h1{font-size: 38px;
    line-height: 1.25;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.subh1{border-left: 2px solid #000;
    padding-left: 15px;
    font-size: 19px;}

.iphone-bg{position:relative;margin:0 auto; border-radius: 70px; }
.iphone-bg:before{    content: '';
    position: absolute;
    width: 98%;
    height: 98%;
    margin-left: 1%;
    top: 1%;
    box-shadow: 0 30px 60px 10px rgba(0, 0, 0, 0.3);
    border-radius: 70px; }


.white-bg{background-color: #fff;border-radius: 25px;padding:32px;}
.white-gray{background-color: #eaecee;border-radius: 25px;padding:32px;}
.link{color: #128aff;text-decoration: underline;}
.link:hover{text-decoration: none;}

        /* Кнопки */
        .action-group {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .btn-main {
            background-color: #f2b037;
            color: #000000;
            padding: 16px 32px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.2s ease;
            box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
        }

        .btn-main:hover {
            background-color: #feaf1d;
            transform: translateY(-2px);
        }

        .btn-link {
            color: #8c8c93;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: color 0.2s ease;
            border-bottom: 1px solid transparent;
        }

        .btn-link:hover {
            color: #000;
            border-color: #000;
        }



  
  /* Слой для фонового свечения */
  .glow-wrapper {
    position: absolute;
    inset: 0;
    z-index: -1; /* Находится строго под контентом */
    pointer-events: none; /* Чтобы свечение не мешало кликать по кнопкам */
  }
  
  /* Базовый класс для светящегося пятна */
  .glow-blob {
    position: absolute;
    background-color: #000000; /* Фирменный неоновый бирюзовый цвет */
    border-radius: 50%;
    filter: blur(90px); /* Сильное размытие создает эффект мягкого неонового свечения */
    opacity: 0.15; /* Умеренная прозрачность, чтобы фон не перекрикивал контент */
  }
  
  /* Первое пятно — вытянутое, заходит за телефон слева направо */
  .glow-cyan-1 {
    top: 63%;
    left: 42%;
    width: 500px;
    height: 250px;
    transform: rotate(-25deg);
    z-index: -1;
  }
  
  /* Второе пятно — более крупное и рассеянное, в правом верхнем углу */
  .glow-cyan-2 {
    top: -20%;
    right: -11%;
    width: 489px;
    height: 484px;
    background-color: #000000;
    filter: blur(120px);
    opacity: 0.15;
  }
  
  h2{font-size: 38px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

    .second{  
        z-index:0;
        padding-top: 50px;
      }


      h3{font-size: 24px;
        font-weight: 800;
        text-align: left;
        margin-bottom: 16px;
    }
    

    .subtitle {
        font-size: 16px;
        text-align: center;
        margin-bottom: 40px;
        color:#4b5563;
        padding-left: 25px;
        padding-right: 25px;
    }

     /* Правая колонка с результатом */
     .calc-result {
        width: 100%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
      
      .result-price {
        font-size: 48px;
        font-weight: 700;
      }
      
      .result-currency {
        font-size: 16px;
        margin-left: 4px;
      }
      
      .result-desc {
        line-height: 1.5;
      }
      
      
       
          /* Левая колонка с ползунками */
          .calc-sliders {
            flex: 1;
            padding: 40px;
            width:100%;
          }

                    
          .slider-group {
            margin-bottom: 30px;
          }
          
          .slider-group:last-child {
            margin-bottom: 0;
          }
          
          .slider-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
          }
          
          .slider-label {
            font-weight: 600;
            font-size: 15px;
          }
          
          .slider-value {
            font-weight: 700;
            background: #eaecee;
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 14px;
          }
          
          .slider-input {
            width: 100%;
            -webkit-appearance: none;
            appearance: none;
            height: 6px;
            border-radius: 3px;
            background: #e5e7eb;
            outline: none;
          }
          
          .slider-input::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #f2b037;
            cursor: pointer;
            transition: transform 0.1s ease;
          }
          
          .slider-input::-webkit-slider-thumb:hover {
            transform: scale(1.2);
            background: #f2b037;
          }
          

          .subtitle-red {
            padding-left: 25px;
            padding-right: 25px;
            font-size: 16px;
            text-align: center;
            margin-bottom: 40px;
            color: #F44336;
            font-weight: 700;
        }








        /* Контейнер отдельного модуля */
.b24-promo-module {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }
  
  .b24-promo-module * {
    box-sizing: border-box;
  }
  
  /* Внутренняя плашка */
  .b24-promo-container {
    position: relative;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(5, 150, 105, 0.03) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 16px;
    padding: 32px 40px;
    width: 100%;
  }
  
  /* Нашлепка "Акция" */
  .b24-promo-badge {
    position: absolute;
    top: -12px;
    left: 40px;
    background: #10b981; /* Изумрудный цвет выгоды */
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  
  /* Сетка контента */
  .b24-promo-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  
  /* Текстовая группа */
  .b24-promo-text-side {
    flex: 1;
  }
  
  .b24-promo-title {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }
  
  .b24-promo-text {
    font-size: 14px;
    color: #9ca3af; /* Приглушенный серый текст в стиле сайта */
    line-height: 1.6;
    margin: 0;
  }
  
  /* Правая сторона с кнопкой */
  .b24-promo-action-side {
    flex-shrink: 0;
  }
  
  /* Фирменная полая кнопка */
  .b24-promo-btn {
    display: inline-block;
    padding: 16px 32px;
    background: transparent;
    color: #f59e0b; /* Фирменный оранжевый */
    border: 2px solid #f59e0b;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  
  .b24-promo-btn:hover {
    background: #f59e0b;
    color: #111827; /* Темный цвет текста при ховере */
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
  }
  
  .b24-promo-btn:active {
    transform: scale(0.98);
  }
  
  /* Адаптивность для планшетов и мобильных устройств */
  @media (max-width: 860px) {
    .b24-promo-module {
      padding: 0 20px;
    }
    .b24-promo-content {
      flex-direction: column;
      align-items: stretch;
      gap: 24px;
      text-align: center;
    }
    .b24-promo-badge {
      left: 50%;
      transform: translateX(-50%);
    }
    .b24-promo-btn {
      display: block;
      text-align: center;
      white-space: normal;
    }
  }
  
  @media (max-width: 480px) {
    .b24-promo-container {
      padding: 32px 20px 24px 20px;
    }
    .b24-promo-title {
      font-size: 19px;
    }
  }
  








  


  .download-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }
  
  .download-container {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .download-title {
    font-size: 32px;
    font-weight: 800;
    color: #232323;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
  }
  
  .download-subtitle {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 40px;
  }
  
  /* Сетка карточек */
  .download-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .download-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.01);
  }
  
  /* Шапка платформы */
  .card-platform {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  
  .platform-icon {
    width: 28px;
    height: 28px;
    color: #111827;
  }
  
  .card-platform h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #111827;
  }
  
  .card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0 0 30px 0;
    flex-grow: 1;
  }
  
  /* Кнопки для Android */
  .action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .btn-store {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s, transform 0.1s;
  }
  
  .btn-rustore {
    background-color: #111827; /* Темная строгая кнопка */
    color: #ffffff;
  }
  
  .btn-rustore:hover { background-color: #1f2937; }
  
  .btn-apk {
    background-color: transparent;
    color: #111827;
    border: 2px solid #e5e7eb;
  }
  
  .btn-apk:hover { background-color: #f3f4f6; border-color: #d1d5db; }
  
  /* Инструкция для iOS */
  .ios-instructions {
    margin-bottom: 25px;
    text-align: left;
  }
  
  .step {
    font-size: 13px;
    line-height: 1.5;
    color: #374151;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  
  .step span {
    background: #f3f4f6;
    color: #111827;
    font-weight: 700;
    font-size: 11px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
  }
  
  .step strong { color: #000000; font-weight: 600; }
  .text-link { color: #2563eb !important; text-decoration: underline; }
  
  /* Желтая кнопка Safari (в цвет вашего стиля) */
  .btn-ios {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: #eab308; /* Тот самый желтый цвет */
    color: #000000;
    transition: background-color 0.15s;
  }
  
  .btn-ios:hover { background-color: #ca8a04; }
  .btn-store:active, .btn-ios:active { transform: scale(0.99); }
  
  /* Адаптивность для мобильных */
  @media (max-width: 768px) {
    .download-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .download-card {
      padding: 25px;
    }
  }
  

  .faq-item{background: #fff;border-radius: 12px; overflow: hidden;}
  .faq-title{padding: 20px 24px;cursor: pointer; user-select: none;}
  .faq-arrow{color: #ff9f1c;transition: transform 0.2s;}
  .faq-content{max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
  .faq-content p{padding: 25px; line-height: 1.6;}


  .bblr0{border-bottom-left-radius: 0px}
  .bbrr0{border-bottom-right-radius: 0px}
  .btlr0{border-top-left-radius: 0px}
  .btrr0{border-top-right-radius: 0px}


@media (max-width: 1230px) {
    .w70{width:90%}
}

@media (max-width: 768px) {
    .logo{justify-content: center;;}
    .w50{align-items: center;width:90%;margin: 0 auto;}
    .w48{align-items: center;width:90%;margin: 0 auto 50px;}
    h1{text-align: center;}
    .iphone-bg{margin-top: 50px;}
    .calc-result-body{width:100%}
}


@media (max-width: 600px) {
    .qrcode{flex-wrap: wrap;justify-content: center;text-align: center;}
    .qrcode h3{text-align: center;}
    .qrcode > img{margin-top: 25px;margin-left: 0;}

    .logo img{width:120px;}
    .logo .logo-text{padding-right: 25px;font-size: 12px;}
    .logo .logo-text br{display: none;}
    .subh1 br{display: none;}
    .action-group{flex-wrap: wrap;justify-content: center;}

    h1{font-size:30px}
    h2{font-size:30px}
    .pt100{padding-top: 50px;}
    .first{padding-bottom: 50px;}
    .offer{flex-wrap: wrap;}
    .offer a{margin-top: 25px;}
    .white-bg{padding:16px;}
    .wrapper{padding-left: 10px;padding-right: 10px;}
}