


@font-face {
  font-family: 'Didot';
  src: url('/wp-content/fonts/Didot.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Didot';
  src: url('/wp-content/fonts/Didot.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
    font-family: 'AGMelanieC';
    src: url('/wp-content/fonts/AGMelanieC.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sh1';
    src: url('/wp-content/fonts/1.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sh2';
    src: url('/wp-content/fonts/2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sh3';
    src: url('/wp-content/fonts/3.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body { margin:0; font-family: Arial, sans-serif; overflow: visible; }
/* Boxes */
.box { display:flex; align-items:center; justify-content:center; font-weight:500; }
.logo { width: 250px; }
.img-box { width:100%;}
.text-box {font-family: "sh3";  margin: 0 auto; padding: 10px 25px !important; display: block; } /**/
/* Fixed Line */
.line {
  position: absolute;
  top: -10px; /* старт выше экрана */
  left: -200px;
  width: 100%; 
  height: 10px;
  background: #2c30d9;
  transform: rotate(-25deg);
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 1s ease;
  display: none;
}
/* Fixed Triangle */
.triangle {
  position: fixed;
  bottom: -50px; /* старт ниже экрана */
  right: 0;
  width: 40vw;
  height: 40vh;
  background: #2c30d9;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}
/* После загрузки страницы */
body.loaded .line { top: 0; opacity: 1; }
body.loaded .triangle { bottom: 0; opacity: 1; transform: translateY(0); }
/* Navbar links */
.navbar-nav .nav-link { padding: 5px 0; color:#2c30d9; font-weight:bold; text-align:center; font-family:"sh3"; text-transform: uppercase;}  /**/
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
#menu-menu li.current-menu-item > a.nav-link { color:#fff !important; background-color:#2c30d9 !important; border-radius:4px; }
.navbar-toggler{margin:10px auto;}
/* Navbar toggler */
.navbar-toggler { outline: 0;box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); color:#2c30d9; }
/* Responsive */
@media (max-width: 767px){
  .img-box img { width:90%; display:block; border-radius: 10px; box-shadow: 3px 3px 3px 1px #dee2e6; }
  .line { transform: rotate(-50deg); left: -150px; width: 100%; }
  .triangle { width:60vw; height:30vh; }
  .navbar-collapse { background:#fff; padding:20px; }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .line {transform: rotate(-45deg);}
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .line {transform: rotate(-40deg); left: -310px;}
}
@media (min-width: 1301px) and (max-width: 1730px) {
  .logo .img-fluid{ width: 70%;}
}
@media (min-width: 1301px) and (max-width: 1450px) {
  .line {transform: rotate(-40deg);}
}
@media (min-width: 1451px) and (max-width: 1600px) {
  .line {transform: rotate(-35deg);}
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .line {transform: rotate(-30deg);}
}
@media (min-width: 768px) and (max-width: 1300px) {
  .header_fix {width: 100%;}
  .header_fix_menu {width: 100%; justify-items: center;}
  #menu-menu li{ padding:0 15px;}
  .section_img{ width: 55%;}
  .section_text{ width: 44%;}
}
#menu-menu li {padding: 10px;}
.section_text_other{
  width: 60% !important;
  margin:15px auto;
}
.section_text_other_2{
  width: 60% !important;
  margin:15px auto;
}
.section_text_other_3{
  width: 60% !important;
  margin:15px auto;
}


.section_text_other .text-box{
    border: 2px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 1px #dee2e6;
    background-color: white;
}
.section_text_other_2 .text-box{
    border: 2px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 1px #dee2e6;
    background: white;
}

.title_text{ /**/
  text-align: -webkit-right;
  text-transform: uppercase;
  font-family: 'sh3';
  font-weight: 600;
}

.phone{ /**/
  text-align: end;
    font-family: 'sh3';
}
.Phone_contact{
  width: 100%;
  margin: 3px 0;
  font-size: 18px;
  font-family: "sh3";
}

.wpcf7{ /**/
  font-family: "sh3";
  min-width: 100% !important;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7-textarea{ /**/
  font-family: "sh3";
  color: #2c30d9 !important;
}
.k_form{
  width: 100%;
}
.wpcf7-not-valid-tip{ /**/
  font-family: "sh3";
}
.wpcf7-submit:hover{
  background-color: #2c30d9 !important;
}
.wpcf7-textarea{
    resize: none !important;
}
.wpcf7-submit{ /**/
  color:black !important;
  font-family: "sh3" !important;
}
.wpcf7-submit:hover{
  color:white !important;
}
model-viewer::part(default-progress-bar) {
  display: none;
}
.logopit{
  width: 100%;
  justify-content: start;
  margin-left: 20px;
}
.logopit .img-fluid{
  width: 100% !important;
}
.logopit a{
  width: 40%;
}
@media (max-width: 767px){
  .logopit{
    justify-content: center;
    margin-left: auto !important;
  }
  .section_text_other_3 .text-box{
    padding: 0 !important;
  }
.Phone_block {
    display: flex;
    justify-content: center; 
    padding-top: 15px;
}
.phone {
    display: grid;
    gap: 10px; 
}
.Phone_contact {
    display: grid;
    grid-template-columns: 1fr auto auto; 
    align-items: center; 
    gap: 10px; 
    text-align: left; 
}
.Phone_contact a {
    display: flex;
    align-items: center;
    font-family: "sh3";
    font-size: 20px;
}
.section_text_other{
  width: 90% !important;
}
 .section_text_other_3{
  width: 90% !important;
}
.section_text_other_2{
  width: 90% !important;
}

.button_s{
  width: 90% !important;
      margin: 3% 5% !important;

}
.is-active {
 transform: none !important;
}
.button_s::hover{
 transform: none !important;
}
}
.wpcf7-form{ /**/
  font-family: "sh3" !important;
}
  .controls {
        padding:15px 0;
        text-align: center;
}

.button_s { /**/
  padding: 1em 5em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family:"sh3";
  cursor: pointer;
  color: #2c30d9;
  transition: all 1000ms;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c30d9;
    width: 20%;
    margin: 0 10px;
  }

.button_s:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #2c30d9;
  box-shadow: 4px 5px 17px -4px #2c30d9;
}


.button_s::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2c30d9;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.button_s:hover::before {
  width: 250%;
}
.is-active {
  background: #2c30d9;
  color:white;
}

#content { /**/
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  filter: blur(4px);
  transition: opacity .25s ease, transform .25s ease, filter .25s ease;
  pointer-events: none;
    font-family: "sh3";
    margin: 0 auto;
    padding: 10px 0;
}

#content.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}
.fade {
  opacity: 0;
  transition: opacity 0.35s ease;
  white-space: pre-line; /* 🔥 переносы строк */
}

.fade.active {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1275px) {
  .section_text_other{
    width: 95% !important;
  }
    .section_text_other_2{
    width: 95% !important;
  }
    .section_text_other_3{
    width: 95% !important;
  }
  .header_fix_menu{
    width: 100% !important;
  }
  .logopit a{
    margin: 0 auto;
    width: 100%;
  }
  .header_fix {
    width: 100% !important; 
  }
  .logopit{
    width: 250px;
    margin:0 auto !important;
  }
  .button_s {
    margin: 3% 1.4%;
     height: 64px;              /* ← одинаковая высота */
  align-items: center;       /* вертикальный центр */
  justify-content: center;   /* горизонтальный центр */
  padding: 10px;
  flex:1;
}
.controls{
      display: flex !important;
    gap: 20px !important;
}
}
  #content ul {
    padding: 0;
  }
  #content li { /**/
    border: 2px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 1px #dee2e6;
    font-family: "sh3";
    margin: 20px auto;
    background-color:white;
    list-style: none;
    padding: 10px;
  }
.navbar-toggler {
    outline: 0;
    box-shadow: none;
    border: 1px solid #737373 !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
   
}
.text_about{ /**/
    border: 2px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 1px #dee2e6;
    font-family: "sh3";
    margin: 20px auto;
    background-color:white;
    list-style: none;
    padding: 10px;
}

@media (min-width: 1275px) and (max-width: 1300px) {
.line {
        transform: rotate(-40deg);
        left: -265px;
    }
}
@media (min-width: 2000px){
  .controls{
    display: flex;
    justify-content: center;
  }
}


.button_h{  /**/
  padding: 1em 1em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family:"sh3";
  cursor: pointer;
  color: #2c30d9;
  transition: all 1000ms;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c30d9;
    margin: 0 10px;
  }

.button_h:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #2c30d9;
  box-shadow: 4px 5px 17px -4px #2c30d9;
}


.button_h::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2626ff;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.button_h:hover::before {
  width: 250%;
}






.t_main{ /**/
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: 'sh3';
}
.e_main{ /**/
  margin: 0 auto;
  display: block;
  text-align: center;
  font-family: 'sh3';
  padding-bottom: 50px;
}
.btn2 { /**/
    display: inline-block;
    padding: 12px 24px;
    background: #2c30d9;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    border: 5px solid white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'sh3';
}

.btn2:hover {
    background: white;
      color: #2c30d9;
      border: 5px solid #2c30d9;
}


.home_stats_2{
  display:none;
}

/* На мобильных устройствах */
@media (max-width: 767px) {
  .stat {
    flex: 1 1 100%;  /* один блок на ряд */
  }
  .button_info{
    position: relative !important;
    text-align: center;
    margin: 0 auto !important;
    display: block;
    letter-spacing: 2px !important;
    margin: 40px 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 1275px) {
      .home_stats_2{
        display:block;
      }
      .home_stats{
        display:none;
      }
      .card{
        width: 95%;
      }
      .stat {
        padding-left: 0px !important;
      }
      .button_info{
        position: relative !important;
        letter-spacing: 2px !important;
      }
}

/* ===== ФОН СЕКЦИИ (даёт глубину) ===== */
.home_stats {
    padding: 15px 0;
}

/* ===== КАРТОЧКА ===== */
.card {
    background: #fff;
    border-radius: 14px;
    position: relative;

    box-shadow: 3px 3px 3px 1px #dee2e6;

    width: 90%;
    margin: 20px auto;
    padding: 20px;
}

/* ===== СЕТКА ===== */
.stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

/* ===== ОДИН БЛОК ===== */
.stat {
    display: flex;
    align-items: center;
    gap: 0px;
    flex: 1;
    padding-left: 50px;

    /* ❗ фикс от Bootstrap */
    min-width: 0;
}

/* ===== ПРАВАЯ ЧАСТЬ ===== */
.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding-right: 50px;

}


/* ===== ЧИСЛО ===== */
.number { /**/
    font-weight: bold;
    color: #2c30d9;
    line-height: 1;
    margin: 0 auto;
}

/* ===== ЛИНИЯ ===== */
.number::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: black;
    margin-top: 8px;
}

/* ===== ТЕКСТ ===== */
.label { /**/
    color: black;
    margin-top: 5px;
}

/* ===== МОБИЛКА ===== */
@media (max-width: 768px) {
    .stats {
        flex-direction: column;
        align-items: flex-start;
    }

    .stat {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;

    }
}
.icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.wpcf7-btn { /**/
  padding: 1em 1em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "sh3";
  cursor: pointer;
  color: #2c30d9;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c30d9;

  width: 70%;
  display: block;
  margin: 0 auto;

  background: transparent;
  transition: all 1000ms;
}

/* hover */
.wpcf7-btn:hover {
  color: #fff;
  transform: scale(1.1);
  background: #2c30d9;
  box-shadow: 4px 5px 17px -4px #2c30d9;
}


.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus{
  box-shadow: 0 0 0 0 rgb(44 48 217) !important;
}

.custom-form {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* LABEL */
.custom-form label { /**/
  font-family: "sh3";
  letter-spacing: 3px;
  color: black;
}

/* INPUT + TEXTAREA */
.custom-form input,
.custom-form textarea { /**/
  width: 100%;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid rgba(44, 48, 217, 0.3);
  outline: none;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fff;
}

/* FOCUS эффект */
.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #2c30d9;
  box-shadow: 0 0 0 3px rgba(44, 48, 217, 0.15);
  transform: translateY(-1px);
}

/* TEXTAREA */
.custom-form textarea {
  min-height: 120px;
  resize: none;
}

/* SUCCESS BLOCK */
.form-success {
  background: #2c30d9;
  color: #fff;
  padding: 12px 15px;
  border-radius: 6px;
  text-align: center;
  font-family: "sh3";
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.custom-form .button_h{
  width: 50%;
  margin: 0 auto;
}
.button_h{
  background: #2c30d9;
  color: white;
}
.info_K{ /**/
    font-family: 'sh3';
    font-weight: bold;
    padding: 10px 0;
}
.info_K_text{ /**/
    font-family: 'sh3';
    padding: 5px 0;
}
html {
  scroll-behavior: smooth;
}






.button_info{ /**/
  padding: 1em 1em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family:"sh3";
  cursor: pointer;
  transition: all 1000ms;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c30d9;
  margin: 30px 10px 0 10px;
  background: #2c30d9;
  color: white;
  display: block;
  justify-self: center;
  }

.button_info:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #2c30d9;
  box-shadow: 4px 5px 17px -4px #2c30d9;
}


.button_info::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2626ff;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.button_info:hover::before {
  width: 250%;
}

/* main page */
.main_navbar .navbar-nav .nav-link:hover, .main_navbar .navbar-nav .nav-link:focus, .main_navbar #menu-menu li.current-menu-item > a.nav-link{
  color: #2c30d9 !important;
  background: white !important;
}

.main_navbar .navbar-nav .nav-link{ /**/
    padding: 5px 0;
    color: white;
    font-weight: bold;
    text-align: center;
    font-family: "sh3";
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 5px;
}

.main_navbar .navbar-collapse{
  background: transparent;
}
.main_navbar .navbar-toggler{
  background: white;
}



/* FONT SIZE */ 
.t_main {font-size: 26px;font-weight: bold;}
.number {font-size: 32px;}
.stat .label {font-size: 22px;}
#menu-menu {font-size: 22px;}
.controls {font-size: 16px;}
#content_poslug li {font-size: 20px;}
.text_about {font-size: 20px;}
.info_K {font-size: 20px;}
.info_K_text{font-size: 20px;}



/* Мобильники  */
@media (max-width: 767px){
  .wp-block-heading span {font-size: 18px !important;}
  .button_h{ font-size: 12px;}
  .t_main{ font-size: 20px;}
  .stat .label{ font-size: 16px;}
  #menu-menu li {font-size: 18px;}
  .controls {font-size: 14px; padding: 0px; gap: 0px !important;}
  .text_about {font-size: 18px;}
  .info_K_text{font-size: 18px;}

  


}
/* Планшеты  */
@media (min-width: 768px) and (max-width: 1024px) {
  #menu-menu{font-size: 20px;}
  .wp-block-heading span {font-size: 24px !important;}
  .t_main {font-size: 24px;}
    .stat .label{ font-size: 18px;}
      .text_about {font-size: 16px;}

}



.b_b_info{
  display: grid;
  margin: 0 auto;
}
#content_poslug ul{
    list-style-type:none;
    background: white;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 3px 3px 3px 1px #dee2e6;
}
#content_poslug .service_price{
    background: none;
    box-shadow: none;
    border-radius: none;

}
#content_poslug .service_price li{
    list-style-type:none;
    background: white;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 3px 3px 3px 1px #dee2e6;
    margin:20px 10px;
    line-height: 25px;
}


@media (min-width: 1276px) and (max-width: 1400px) {
  #menu-menu {
    font-size: 18px !important;
  }
}
.custom-form label {
      font-family: "sh3" !important;
      font-size: 18px;

}
#counter{
  font-family: "sh3" !important;
      font-size: 18px;

}