/*
Theme Name: lotostech Child
Theme URI: https://lotostech.ru
Description: Child theme for LotosTech.
Author: Anton Kelmuts
Author URI: https://kelmuts.ru
Template: lotostech
Version: 1.0.0
Text Domain: lotostech-child
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/



@import '../toptech/style.css';

.flip-box .front-btn,
.flip-box .back-btn,
.flip-box .front-btn-txt,
.flip-box .back-btn-txt {
    text-transform: none !important;
}

.team-social-info
{
    display: none;
}

.testimonial-item .author > img {
    display: none;
}

.portfolio-details-box li {
    text-transform: none;
}
.site-price-list{
    margin-top:10px;
    }
    
    .site-price-item{
    padding:28px 0;
    border-bottom:1px solid #e6e6e6;
    }
    
    .site-price-item h3{
    font-size:24px;
    margin-bottom:12px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    }
    
    .site-price-item h3 span{
    color:#e11d48;
    font-weight:700;
    font-size:20px;
    }
    
    .site-price-item p{
    font-size:16px;
    line-height:1.7;
    color:#555;
    max-width:800px;
    }

    .site-price-item ul{
        margin-top:12px;
        padding-left:35px;
        }
        
        .site-price-item ul li{
        margin-bottom:6px;
        font-size:15px;
        color:#444;
        }

span.elementor-progress-percentage{
    color: black;
}

.toptech_menu ul .sub-menu li a{
    text-transform: none;
}

.ccase{
    text-transform:none;
}


.contact-line {
    display: flex;
    align-items: center; /* ВОТ ЭТО ЦЕНТРИТ */
    gap: 8px;
}
.contact-line a:hover {
    color: #0C5ADB;
  }
.wwite a{
    color: #fff;
}



/* Общий контейнер popup */
.popapa {
    max-width: 760px !important;
    width: calc(100% - 30px) !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.22) !important;
    background: #ffffff !important;
  }
  
  /* Универсальный box-sizing */
  .popapa *,
  .popapa *::before,
  .popapa *::after {
    box-sizing: border-box;
  }
  
  /* Внутренности popup */
  .popapa .wppopups-popup-content,
  .popapa .sgpb-popup-builder-content,
  .popapa .popup-content,
  .popapa .wp-popup-content,
  .popapa .lepopup-popup-content {
    padding: 38px 34px !important;
    background: #ffffff !important;
  }
  
  /* Заголовок */
  .popapa h2,
  .popapa h3 {
    margin: 0 0 14px !important;
    text-align: center !important;
    font-size: 40px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    color: #1d1d1f !important;
  }
  
  /* Подзаголовок */
  .popapa p.popup-subtitle {
    text-align: center !important;
    margin-bottom: 18px !important;
    color: #5f6470 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
  
  /* Форма */
  .popapa .wpcf7 {
    margin-top: 10px !important;
  }
  
  .popapa .wpcf7 form {
    margin: 0 !important;
  }
  
  .popapa .wpcf7-form p {
    margin: 0 0 14px !important;
  }
  
  /* Поля */
  .popapa .wpcf7 input[type="text"],
  .popapa .wpcf7 input[type="tel"],
  .popapa .wpcf7 input[type="email"],
  .popapa .wpcf7 textarea {
    width: 100% !important;
    height: 56px !important;
    padding: 0 18px !important;
    border: 1px solid #dbe3f0 !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
    color: #1d1d1f !important;
    font-size: 16px !important;
    outline: none !important;
    box-shadow: none !important;
  }
  
  /* textarea */
  .popapa .wpcf7 textarea {
    min-height: 130px !important;
    padding: 16px 18px !important;
    resize: vertical !important;
  }
  
  /* Placeholder (фикс белого текста) */
  .popapa .wpcf7 input::placeholder,
  .popapa .wpcf7 textarea::placeholder {
    color: #8a92a3 !important;
    opacity: 1 !important;
  }
  
  /* Радио вертикально */
  .popapa .wpcf7 .wpcf7-form-control.wpcf7-radio {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 18px !important;
    margin-bottom: 12px !important;
  }
  
  .popapa .wpcf7-list-item {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
  }
  
  .popapa .wpcf7 input[type="radio"] {
    margin: 0 10px 0 0 !important;
    flex: 0 0 auto !important;
  }
  
  .popapa .wpcf7-list-item-label {
    font-size: 15px !important;
    color: #2d3340 !important;
    line-height: 1.4 !important;
  }
  
  @media (max-width: 767px) {
    .popapa .wpcf7 .wpcf7-form-control.wpcf7-radio {
      grid-template-columns: 1fr !important;
    }
  }
  
  /* Кнопка */
  .popapa .wpcf7 input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 54px !important;
    padding: 0 28px !important;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #0c5adb 0%, #0846b0 100%) !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    box-shadow: 0 16px 34px rgba(12, 90, 219, 0.18) !important;
    transition: 0.25s ease !important;
  }
  
  .popapa .wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px) !important;
  }
  
  /* Крестик */
  .popapa .sgpb-popup-close-button,
  .popapa .wppopups-close,
  .popapa .popup-close,
  .popapa .mfp-close {
    top: 12px !important;
    right: 14px !important;
    font-size: 28px !important;
    color: #7a8190 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  
  /* Мобилка */
  @media (max-width: 767px) {
    .popapa {
      width: calc(100% - 20px) !important;
      border-radius: 18px !important;
    }
  
    .popapa .wppopups-popup-content,
    .popapa .sgpb-popup-builder-content,
    .popapa .popup-content,
    .popapa .wp-popup-content,
    .popapa .lepopup-popup-content {
      padding: 26px 18px !important;
    }
  
    .popapa h2,
    .popapa h3 {
      font-size: 30px !important;
    }
  }

.lt-ads-price__btn--primary,
.lt-seo-price__btn--primary, .lt-seo-advantage__btn--primary {
    background: #ffffff !important;
    color: #0c5adb !important;
    box-shadow: 0 12px 28px rgba(255, 255, 255, 0.16) !important;
    text-transform: none !important;
}

.lt-ads-price__btn,
.lt-seo-price__btn, .lt-seo-advantage__btn {
    display: inline-flex !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: all 0.25s ease !important;
}


.lt-final-cta__btn--primary {
    background: #ffffff !important;
    color: #0c5adb !important;
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.18) !important;
    text-decoration: none !important;
    text-transform: none !important;
  }

  .lt-final-cta__btn {
    display: inline-flex !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    transition: all 0.25s ease !important;
}

.cyber .my-accordion a{
  font-size: 20px !important;
}

.toptech_menu > ul > li > a {
  font-family: 'Rajdhani', sans-serif;
}
a.dtbtn {
  font-family: 'Rajdhani', sans-serif;
}