/* Убираем белые отступы и центрируем контент */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}


@media (max-width: 767px) {
    #sppb-addon-1744031042017 img {
        max-width: 80px;
        height: 80px;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
    }

    /* Вариант 1: Простое сжатие */
    #sppb-addon-1744031042017 img:active {
        transform: scale(0.9);
        opacity: 0.85;
    }

    /* Вариант 2: Пружинный эффект */
    @keyframes spring-effect {
        0% { transform: scale(1); }
        50% { transform: scale(0.85); }
        80% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    /* Вариант 3: Эффект "пузырька" */
    @keyframes bubble-effect {
        0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0,0,0,0.1); }
        50% { transform: scale(0.85); box-shadow: 0 0 0 10px rgba(0,0,0,0); }
        100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0,0,0,0); }
    }

    .spring-animate {
        animation: spring-effect 0.4s ease-out;
    }

    .bubble-animate {
        animation: bubble-effect 0.5s ease-out;
    }
}
@media (max-width: 767px) {
    #sppb-addon-1744031041998 img {
        max-width: 80px;
        height: 80px;
        transition: all 0.15s ease-out;
        will-change: transform; /* Улучшает производительность анимации */
    }

    /* Эффект при нажатии (тапе) */
    #sppb-addon-1744031041998 img:active {
        transform: scale(0.92);
        opacity: 0.9;
    }

    /* Дополнительная анимация "пружинка" */
    @keyframes spring-tap {
        0% { transform: scale(1); }
        40% { transform: scale(0.88); }
        70% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    #sppb-addon-1744031041998 img.spring-effect {
        animation: spring-tap 0.45s ease;
    }
}
@media (max-width: 767px) {
    #sppb-addon-1744031042014 img {
        max-width: 80px;
        height: 80px;
        height: auto; /* Сохраняем пропорции */
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Плавная анимация */
        will-change: transform; /* Оптимизация анимации */
    }

    /* Эффект при нажатии */
    #sppb-addon-1744031042014 img:active {
        transform: scale(0.93);
        opacity: 0.85;
        filter: brightness(0.95); /* Легкое затемнение */
    }

    /* Дополнительная пульсирующая анимация */
    @keyframes pulseTap {
        0% { transform: scale(1); }
        30% { transform: scale(0.9); }
        60% { transform: scale(1.03); }
        100% { transform: scale(1); }
    }

    #sppb-addon-1744031042014 img.animated-tap {
        animation: pulseTap 0.4s ease-out;
    }
}
@media (max-width: 767px) {
    #sppb-addon-1744031041995 img {
        max-width: 80px;
        height: 80px;
        transition: transform 0.15s ease, opacity 0.15s ease; /* Плавное изменение */
    }

    /* Эффект при нажатии (активном тапе) */
    #sppb-addon-1744031041995 img:active {
        transform: scale(0.92); /* Легкое уменьшение */
        opacity: 0.9; /* Слегка прозрачнее */
    }

    /* Дополнительная анимация (если нужен более заметный эффект) */
    @keyframes iconTap {
        0% { transform: scale(1); }
        50% { transform: scale(0.88); }
        100% { transform: scale(1); }
    }

    #sppb-addon-1744031041995 img.tap-animation {
        animation: iconTap 0.35s ease;
    }
}
@media (max-width: 767px) {
    #sppb-addon-1744031042011 img {
        max-width: 80px;
        height: 80px;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    #sppb-addon-1744031042011 img:active {
        transform: scale(0.9);
        opacity: 0.8;
    }

    /* Дополнительная анимация при тапе (если нужно) */
    @keyframes tapAnimation {
        0% { transform: scale(1); }
        50% { transform: scale(0.85); }
        100% { transform: scale(1); }
    }

    #sppb-addon-1744031042011 img.tap-effect {
        animation: tapAnimation 0.3s ease;
    }
}
.sp-page-builder .page-content #section-id-1744301537142 {
    padding: 50px 0px 0px 0px;
    margin: -90px 0px -30px 0px;
}
#sppb-addon-1744213074707 {
    color: #ffffff;
    background-color: #000000;
    background-image: url(/images/2025/04/10/post1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: 0 50%;
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 90px 0px 90px 15px;
}

#sppb-addon-1744213074707 .sppb-addon-overlayer {
    mix-blend-mode: normal;
}

#sppb-addon-wrapper-1744122592958 {
    margin: 0px 0px 0px 0px;
}

#sppb-addon-1744122592958 {
    background-image: url(/images/2025/04/10/post2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: 100% 50%;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 120px 15px 120px 0px;
}

#sppb-addon-1744122592958 .sppb-addon-overlayer {
    mix-blend-mode: normal;
}

#sppb-addon-wrapper-1744213074697 {
    margin: 0px 0px 0px 0px;
}

#sppb-addon-1744213074697 {
    color: #ffffff;
    background-color: #000000;
    background-image: url(/images/2025/04/10/post3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: 0 50%;
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 120px 0px 120px 15px;
}

#sppb-addon-1744213074697 .sppb-addon-overlayer {
    mix-blend-mode: normal;
}

#sppb-addon-wrapper-1744213074704 {
    margin: 0px 0px 0px 0px;
}

#sppb-addon-1744213074704 {
    background-image: url(/images/2025/04/10/post4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: 100% 50%;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 120px 15px 120px 0px;
}

#sppb-addon-1744213074704 .sppb-addon-overlayer {
    mix-blend-mode: normal;
}

#sppb-addon-wrapper-1744122592963 {
    margin: 0px 0px 0px 0px;
}

#sppb-addon-1744122592963 {
    color: #ffffff;
    background-color: #000000;
    background-image: url(/images/2025/04/10/post5.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: inherit;
    background-position: 0 50%;
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 120px 0px 120px 15px;
}
.taplink-head-title h1 span {
    color: #ffffff;
    text-align: center; /* Центрирование текста */
    display: block; /* Перенос текста на новую строку (если нужно) */
    /* или можно использовать inline-block, если требуется иное поведение */
}

/* Центрируем основной контейнер */
.body-wrapper {
    background: #141217;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

/* Исправляем отступы для секций */
.sppb-section {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Центрируем строки */
.sppb-row-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Исправляем отступы для колонок */
.sppb-col-md-12,
.sppb-col-md-4,
.sppb-col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

/* Центрируем логотип */
.tapelink-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
}

/* Центрируем заголовок */
.taplink-head-title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

/* Центрируем иконки */
.sppb-addon-single-image {
    text-align: center;
    margin: 0 auto;
}

/* Центрируем кнопку */
.taplink-button {
    display: block;
    margin: 15px auto;
    text-align: center;
}

/* Исправляем отступы для фоновой секции */
#sppb-addon-1744029605117 {
    background-position: center center !important;
}

/* Адаптация для мобильных устройств */
@media (max-width: 767px) {
    /* Центрируем иконки на мобильных */
    #sppb-addon-1744031041992 img {
        display: block;
        margin: 0 auto;
    }
    
    /* Центрируем кнопку на мобильных */
    .taplink-button {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Убираем горизонтальную прокрутку */
    .taplink {
        overflow-x: hidden !important;
    }
}

/* Все остальные ваши стили остаются без изменений */
.taplink-button {
  width: 90%;
  margin: 15px auto;
  text-align: center;
  display: block;
  padding: 12px 30px;
  background-color: #ebbb4e;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 
    0 3px 6px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.12);
  
  /* Убираем подсветку при тапе на iOS */
  -webkit-tap-highlight-color: transparent;
}

/* Анимация при нажатии */
.taplink-button:active {
  transform: scale(0.96) translateY(2px);
  background-color: #e0b143;
  box-shadow: 
    0 1px 3px rgba(0,0,0,0.08),
    0 1px 2px rgba(0,0,0,0.1);
}

/* ... и все остальные ваши стили ... */
  
   body {
    
    font-family: 'Montserrat', sans-serif;
}

.taplink-button {
  width: 90%;
  margin: 15px auto;
  text-align: center;
  display: block;
  padding: 12px 30px;
  background-color: #ebbb4e;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 
    0 3px 6px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.12);
  
  /* Убираем подсветку при тапе на iOS */
  -webkit-tap-highlight-color: transparent;
}

/* Анимация при нажатии */
.taplink-button:active {
  transform: scale(0.96) translateY(2px);
  background-color: #e0b143;
  box-shadow: 
    0 1px 3px rgba(0,0,0,0.08),
    0 1px 2px rgba(0,0,0,0.1);
}

/* Эффект волны при нажатии */
.taplink-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.taplink-button:active::after {
  animation: ripple 0.6s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0) translate(-50%, -50%);
    opacity: 0.5;
  }
  100% {
    transform: scale(20, 20) translate(-50%, -50%);
    opacity: 0;
  }
}

/* Анимация при наведении (для устройств с поддержкой) */
@media (hover: hover) {
  .taplink-button:hover {
    background-color: #f5c451;
    box-shadow: 
      0 5px 12px rgba(0,0,0,0.15),
      0 4px 8px rgba(0,0,0,0.18);
    transform: translateY(-2px);
  }
}

/* Пульсирующая анимация для привлечения внимания */
.taplink-button.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(235, 187, 78, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(235, 187, 78, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(235, 187, 78, 0);
  }
}

/* Адаптация для очень маленьких экранов */
@media (max-width: 480px) {
  .taplink-button {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
  }
  
  /* Увеличиваем зону нажатия */
  .taplink-button::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
}

 

.taplink-service-text-left h3.sppb-addon-title {
    font-size: 24px;
    text-align:left;
    margin-left:30px
}

 .taplink-service-text-right h3.sppb-addon-title {
    font-size: 24px;
    text-align:right;
    margin-right:30px;
}


 .taplink-service-text-right .sppb-addon-content {
         margin-right:30px;
         font-size: 20px;
 }

.taplink-service-text-left .sppb-addon-content {margin-left:30px;font-size: 20px;}

.ba-form-26 .title {
    color:#c89f43!important;
    font-size:20px;
}

.ba-form-submit-btn.ba-form-submit-btn {
    background:#c89f43!important;
}

.taplink .span12.category-filter {
    display: none;
  
}
#sppb-addon-1744029605117 {
    background-image: url(/images/2025/04/07/img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 100%;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 120px 0px 120px 0px;
}

.taplink 
{ overflow-x: hidden!important;
  }

.taplink-button {
  width: 90%;
  margin: auto;
  text-align: centr;
  display: block;
  padding: 12px 30px;
  background-color: #ebbb4e;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.taplink-button:hover {
  background-color: #FFC000;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  color: #222;
}

.taplink-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.taplink .messenger {
    display:none
}
.tapelink-logo img {
    width: 250px;
}

.taplink-head-title h1 {
    color:#ebbb4d;
    font-weight:700;
    text-align: center;
    font-size: 1.8rem;
    margin: top;
}

.taplink-head-title h1 span {
    color:#fff;
}

.wraptaplink-head-title h1 {
  text-align: center;
  line-height: 1.2;
}

.wraptaplink-head-title h1 {
  font-size: 28px;
  font-weight: 700;
  display: block;
}

.taplink #sp-navigation {
    display: none;
}


   * {
  box-sizing: border-box;
}
 
.messenger {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  /* overflow: hidden; */
  z-index: 9;
}
.messenger-btn {
    padding: 14px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #9fbce0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
  }
.messenger-btn img {
  width: 32px;
  height: 32px;
}
.messenger-links {
  position: absolute;
  left: 0px;
  bottom: 60px;
  width: 60px;
  transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  align-content: center;
}
.messenger-links.show {
  transform: scale(1);
}
.messenger-links a {
  width: 40px;
  display: flex;
  margin-bottom: 10px;
}
.messenger-links img {
  max-width: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.messenger-links a:hover img {
  transform: scale(1.1);
  text-decoration: none;
}

.text-phone {margin-right: 14px;}

#section-id-1628245821164 h2 {color:#fff; font-size:30px}

#section-id-1628245821164 p {color:#fff;}


 #section-id-1648103671014 .sppb-addon-wrapper {
    margin:30px 0px!important;
}


#section-id-1648103671014 h3.sppb-addon-title {
    text-align:left;
    color:#fff;
     padding-left:60px;
    
}

#section-id-1648103671014 .sppb-addon-content {
    padding-left:60px;
    color:#fff;
 
    
}

#section-id-1648103671014 .ba-serv {
   background:#ff1273;
    width:max-content;
    border-radius:50px;
    padding: 10px 38px;
    color:#fff;
    font-weight:500;
    cursor:pointer;
    margin-top:20px
}

#section-id-1648103671014 .ba-serv:hover {
   background:#ec0966;
 
}
 
 



h3.sppb-addon-title {
    text-align: center;
    font-weight: 700;
}


.span12.category-filter {
    text-align: center!important;
    margin: 15px!important;
}

a.ba-btn.ba-filter {color: #ff1273!important;background: none!important;border-radius: 50px!Important;border: 2px solid #ff1273!important;font-weight: 600!important;}

a.ba-btn.ba-filter-active {background: #ff1273!important;border-radius: 50px!important; border: 2px solid #ff1273!important; font-weight: 600!important;}

a.ba-btn.ba-filter:hover {background: #ff1273!important; color:#fff!important; border: 2px solid #ff1273!important; font-weight: 600!important;}

div#sppb-addon-1639973163903 {
    color: #fff;
}

.body-wrapper{
    background:#141217;
}

.sppb-addon.sppb-addon-text-block.faults__item.ba-click-lightbox-form-6 {
    cursor:pointer;
     transition: 0.5s;
}

.sppb-addon.sppb-addon-text-block.faults__item.ba-click-lightbox-form-6:hover  {
    box-shadow:none;
    transition: 0.5s;
}
 
 

 

@media (min-width: 1100px) {
#section-id-1639973163852 .sppb-row-container {
    max-width: 1100px 
}

 .faults__item {
   
         min-height:220px!important;
         
 }

}


@media (min-width: 1200px) {
#section-id-1639973163852 .sppb-row-container {
    max-width: 1180px 
}

 .faults__item {
   
         min-height:200px!important;
         
 }

}


@media (min-width: 1300px) {
#section-id-1639973163852 .sppb-row-container {
    max-width: 1260px;
}
}


.neisp {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

div#sppb-addon-1639973163903 {
    text-align: center;
}

 .faults__item {
         box-shadow: rgba(136, 109, 74, 0.06)0px 2px 2px, rgba(136, 109, 74, 0.06)0px 4px 4px, rgba(136, 109, 74, 0.06)0px 8px 8px, rgba(136, 109, 74, 0.06)0px 16px 16px, rgba(136, 109, 74, 0.06)0px 26px 26px, rgba(136, 109, 74, 0.06)0px 44px 44px;
         padding: 20px;
         border-radius: 6px;
         margin:-5px;
         min-height:180px;
         display:flex;
         flex-direction: row;
         align-items: flex-end;
 }

 .faults__item li {
     font-size:14px;
 }


div#sppb-addon-1628168747769 p {
    font-weight: 600;
    color: #686868;
    margin:0px;
    font-size: 20px;
}

.head-icons .sppb-addon-text {
    color:#fff;
    font-weight:600;
    font-size: 14px;
}

.sp-page-builder .page-content #section-id-1639965489102 {
 margin-left:-30px;   
}
 section#section-id-1639957170952 .sppb-row {
    margin: -95px auto 0px;
    width: 920px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 #00000024;
    box-shadow: 0 0 15px 0 #00000024;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 25px 15px 25px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

 

 .head-icons .sppb-img-container {
    float:left;
}
  

#section-id-1639965489102 .sppb-row {
    width:920px;
    margin:auto;
   
 
}
 
.head-icons .sppb-addon-content {
   display:flex;
   align-items: center;
   align-content: center;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
}

img.logo-image {
    display: block;
    width: 220px;
}

section#sp-navigation .row {
    width:1200px;
    margin:auto;
    display: flex;
    align-items: center;
}

 
span.pricelist-price {
    font-weight: 700;
    display: inline-block;
}

h2.primary-headline {
    font-weight: 700;
    color: #fff;
}

section#section-id-1628245821169 .ba-form-submit-btn {
    background-color:#f00!important;
   
}

.faults__item-heading {
    font-weight: 600;
}

.faults__item-heading li {
    font-weight: 400;
}

.faults__item-price {
    background:#ffc000;
    width:max-content;
    padding:4px 12px;
    border-radius:40px;
    color:#fff;
}

span.m-text-red {
    color: #f00;
    font-weight: 700;
}

.head-title h1 {
    font-size: 14px;
    color: #ff1273;
    letter-spacing: 6px;
    font-weight: 600;
    text-transform: uppercase;
}

.head-title p {
    color:#fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 764px;
    margin: auto;
}

.head-title {
    text-align:center;
}
 

div#sppb-addon-1628245821172 p {
    color:#fff
}

div#sppb-addon-1628245821172 strong {
    font-size:30px
}

div#sppb-addon-1628245821172 {
    text-align:center;
}

.ba-click-min  {
    display: inline-block;
    margin-left: 80px;
    background: #1366ab;
   color:#fff;
    border-radius: 4px;
    font-weight:500;
    font-size:14px;
    padding:10px 15px;
    cursor:pointer;
}

span.pricelist-title {
    font-weight:500;
}

.sppb-addon.sppb-addon-pricelist {
    border: 1px solid #c5c5c5;
    border-left: none;
    border-right: none;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: -1px;
}

.sppb-addon.sppb-addon-pricelist:hover {
    background:#1366ab0a;
}

.pricelist-text-content  .sppb-addon-title {
    margin-bottom:0px
}

span.pricelist-title-content {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.serv-cond .sppb-addon-image-layout-content {
    background: #ffffff; 
    padding: 0px;
    margin-top: 15px;
}
h2.sppb-addon-title {
    font-weight:700;
    color: #565656;
    font-size:40px;
}

.serv-cond .sppb-image-layout-title {
font-weight:700;
font-size:18px;
color:#1366ab;
text-align:center;
}

.serv-cond .sppb-addon-image-layout-text {
font-size:14px;
    min-height:260px;
}

.tv1 {
    color: #505050;
    font-weight: 700;
    font-size: 40px;
}

 

div#sppb-addon-1639970717999 p {
    font-weight: 700;
     color: #505050;

}

div#sppb-addon-1639970717999 p a {
    color:#fff;
    font-size:24px
    
}

section#section-id-1628245821082 .sppb-row-container {
    max-width: 1240px;
    background: #fff;
    padding: 50px;
    box-shadow: rgba(0,45,90,0.04)0px 4px 4px,rgba(0,45,90,0.04)0px 8px 8px,rgba(0,45,90,0.05)0px 12px 12px,rgba(0,45,90,0.01)0px 16px 16px,rgba(0,45,90,0.01)0px 22px 22px,rgba(0,45,90,0.07)0px 34px 34px;
}

.serv-cond .ba-click {
        position: absolute;
    bottom: 0px;
    width: 100%;
    background:#1366ab;
    height:60px;
    border-radius:4px;
    display:flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-weight:600;
    font-size:16px;
    margin-top:15px;
    cursor:pointer;
    transition:0.2s;
    box-shadow: 0px 5px 5px #1366ab36; 
}
.serv-cond .ba-click:hover {
    margin-top:17px;
      transition:0.2s;
      box-shadow: none; 
     background:#125d9b;
}
 
div#column-id-1608684128818 {
     position:relative;
 top:200px!important
}

.head-txt-bottom {
    font-weight:700;
    color:#1366ab;
    font-size:40px
}

.li-head li {
    font-size: 20px;
    list-style: circle;
    font-weight: 400;
}

.li-head {
    margin-top:30px;
    margin-left:50px;
}

.head-txt-top {
    font-size:23px;
    font-weight:600;
    margin-bottom:-10px
}

div#sppb-addon-1628167041415 {
       position:relative;
       top: 200px!important;
}

.ba-form-3 .ba-form-submit-btn-wrapper {
display:block!Important;
}

.head-icons img {
    max-width:60px
}

div#sppb-addon-1628168747769 {
    text-align:center;
}


section#sp-main-body {
    position: relative;
    top: -80px;
}
.phone-block span.icon {
    display: inline-block;
    width: 24px;
    height: 29px;
    margin-right: 0.05rem;
    background: transparent url(/images/phone.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}

.phone-block:hover span.icon  {
     -webkit-filter: unset;
  filter: unset;
  opacity: 1;
 
}

@keyframes ringring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ringring {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

.text-phone {
    display: inline-block;
}

span.text-schedule {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    float: right;
}

.phone-block {
    display: flex;
    justify-content: flex-end;
}

.phone-block:hover a {
  color: #e50a64;
  transition:0.2s;
}

.sppb-addon-image-layout-content.sppb-text-alignment a {
    color:unset
}
section#section-id-1609194833929 {
    background: #f6f6f6;
} 

div#sppb-addon-wrapper-1609194833933 h3.sppb-image-layout-title {
    color:#fff;
}


.ba-click-lightbox-form-14 {
    cursor: pointer;
    background: #f00;
    padding: 10px 20px;
    border-radius: 6px;
    width: 320px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.2s linear;
  text-align:center;
    position: relative;
    top: -10px;
    left:60px
}

.section-info-num {
  padding: 84px 0 67px;
}
.section-info-num .title {
  font-size: 30px;
  margin-left: 23px;
  
}
.section-info-num .sp-cols .sp-left {
  text-align: left;
  padding: 0 100px 0 58px;
}

.st-date {
  font-size: 28px;
  color: #113164;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.7px;
  margin-bottom: 9px;
  
}

.st-big {
  font-size: 45px;
  color: #113164;
  font-weight: bold;
 
}

.st-sm {
  font-size: 24px;
  color: #6c849f;
  font-weight: 600;
}

.sp-right .st-big {
  font-size: 41px;
  margin: 4px 0;
  letter-spacing: 0.8px;
}
.sp-right .btn {
  margin: 21px -8px 0;
  line-height: 34px;
  padding: 0 24px;
  letter-spacing: 0.1px;
}

.sp-nums {
  margin-right: -35px;
}
.sp-nums:after {
  content: "";
  display: block;
  clear: both;
}

.sp-nums__item {
  float: left;
  color: #113164;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 18px;
}
.sp-nums__item > span {
  float: left;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px 11px 0 0;
}
.sp-nums__item b {
  float: left;
  font-size: 56px;
  font-weight: bold;

  line-height: 1;

}
.sp-nums__item p {
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  color: #113164;
  line-height: 1.25;
 
  padding: 4px 0 0 10px;
  letter-spacing: 0.2px;
}



.section-season {
  padding-bottom: 79px;
}

.sp-cols {
  position: relative;
  min-height: 185px;
}
.sp-cols:after {
  content: "";
  display: block;
  clear: both;
}
.sp-cols .sp-left {
  float: left;
  text-align: right;
  padding: 17px 137px 0 0;
  width: 50%;
}
.sp-cols .sp-right {
  float: right;
  width: 50%;
  padding: 17px 0 0 131px;
}
.sp-cols .circ-bord {
  position: absolute;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.sp-cols .circ-bord img {
  max-width: 106px;
}
.sp-cols .circ-bord span {
  width: 106px;
  height: 106px;
  display: inline-block;
  line-height: 106px;
  font-size: 0;
  vertical-align: middle;
}
.sp-cols .sp-addr {
  color: #135190;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 7px;
}
.sp-cols p {
  font-size: 19px;
  color: #7d87a4;
  letter-spacing: 0;
  margin: 0;
}
.sp-cols ul {
  padding-top: 28px;
}
.sp-cols ul li {
  list-style: none;
  font-size: 20px;
  color: #6c849f;
  font-weight: 600;
  padding-left: 35px;
  padding-bottom: 10px;
  position: relative;
}
.sp-cols ul li:before {
  content: "";
  height: 3px;
  background: #8094ac;
  border: 1px solid #bbc6d3;
  box-sizing: border-box;
  border-radius: 2px;
  width: 18px;
  position: absolute;
  left: 0;
  top: 12px;
}

.title {
  color: #da0052;
  font-size: 51px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}

.subtitle {
  color: #113164;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.circ-bord {
  font-size: 0;
  width: 185px;
  height: 185px;
  text-align: center;
  position: relative;
  line-height: 179px;
  border: 3px solid #c1c9d7;
  border-radius: 50%;
}


 
 .section-sale {
  padding: 171px 0 100px;
  color: #fff;
  background: url(/images/bg4.jpg) no-repeat center top #0c3d83;
  height: 833px;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}

.sale .circ-bord {
  border-color: #fff;
  top: 110px;
}
.sale .circ-bord:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  background: #fff;
  width: 151px;
  height: 151px;
}
.sale .circ-bord img {
  position: relative;
  z-index: 2;
}
.sale .btn {
  height: 47px;
  line-height: 44px;
  border-radius: 24px;
  margin-left: 5px;
  padding: 0 24px;
  font-size: 19px;
  letter-spacing: 0.2px;
  
}

.sale__left {
  float: left;
  text-align: right;
  width: 50%;
  padding: 44px 154px 0 0;
}

.sale__right {
  float: right;
  width: 50%;
  text-align: left;
  padding: 77px 0 0 112px;
}

.sale__title {
  font-weight: bold;
  font-size: 120px;
  line-height: 0.88;
  letter-spacing: 2px;
  margin-bottom: 23px;
  opacity: 0;
}
.sale__title span {
  opacity: 0;
}

.sale__subtitle {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.sale__sm {
  opacity: 0.6;
  color: #b0cfed;
  font-size: 22px;
  margin-right: 3px;
  letter-spacing: 0.5px;
}

 .wrapper {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 18px;
}

#ssale .ba-click-lightbox-form-13 {
    width:280px
}







 .blue-bg {
        background:#30548b;
        /* margin-bottom:120px; */
    }

.ba-click-lightbox-form-13 {
    position: relative;
    z-index: 5;
    margin: 0 auto;
}

.ba-click-lightbox-form-13 {
    cursor:pointer;
    background: #f00;
    padding:10px 20px;
    border-radius:6px;
    width:190px;
    left:0px;
    right:0px;
    text-align:center;
    display:block;
    font-weight:600;
    color:#ffffff;
    transition: all 0.2s linear;
}
.ba-click-lightbox-form-13:hover {
    box-shadow: 0 0 39px rgb(255 0 0 / 60%);
}




.ba-click-lightbox-form-13 {
    /* z-index: 999; */
    /* position: absolute; */
    /* top: 100px; */
}

.ba-form-13 input.ba-phone-number-input, .ba-form-14 input.ba-phone-number-input, .ba-form-15 input.ba-phone-number-input {
    width: 300px;
}

.ba-form-13 .ba-form-page, .ba-form-14 .ba-form-page, .ba-form-15 .ba-form-page {
    padding: 50px 70px 62px 70px;
}

.ba-form-13 input.ba-phone-number-input, .ba-form-14 input.ba-phone-number-input, .ba-form-15 input.ba-phone-number-input {
    width:280px!important;
    border: 1px solid #0c0c0c08!important;
    background:#d9d9d9
    }
 

.ba-form-13 .personal-data, .ba-form-14 .personal-data, .ba-form-15 .personal-data {
    width:320px
}


 


 .ba-form-13  input.ba-phone-number-input,  .ba-form-14  input.ba-phone-number-input,  .ba-form-15  input.ba-phone-number-input {
    width:300px!important;
}


.section-top {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  text-align: center;
  background: #092a4a;
  padding: 151px 0 154px;
  overflow: hidden;
}
.section-top .vid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.section-top .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1342px;
}
.section-top .txt-center {
  text-align: center;
  position: relative;
  z-index: 5;
  padding-top: 14%;
}
.section-top .txt-center:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 50%;
  background: #154987e8;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.section-top .txt1 {
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  z-index: 5;
  letter-spacing: 5.15px;
  color: #72a2ca;
  font-weight: 500;
}
.section-top .txt2 {
  text-transform: uppercase;
 
  font-size: 66px;
  position: relative;
  z-index: 5;
  line-height: 1.32;
  font-weight: bold;
}
.section-top .txt3 {
  text-transform: uppercase;
 
  font-size: 41px;
  position: relative;
  z-index: 5;
  line-height: 1.1;
  letter-spacing: 10px;
}
.section-top p {
  font-weight: bold;
}
.section-top p span {
  color: #c0ddfa;
  font-weight: 400;
}
.section-top .sm {
  font-size: 15px;
  color: #b5d3f2;
  font-weight: 600;
  margin: 7px 17px 0 0;
  letter-spacing: 0px;
}
.section-top .txt-col p {
  font-size: 18px;
  line-height: 1.3;
}
.section-top .txt-right {
  width: 225px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 284px;
}
.section-top .txt-right .btn {
  margin-top: 17px;
  width: 196px;
}
.section-top .txt-right .btn:after {
  margin: -11px -6px 0 11px;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #154987;
  border-right: 2px solid #154987;
}
.section-top .txt-right .circ-blue {
  margin-right: 32px;
}
.section-top .txt-left {
  width: 220px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 26px;
}
.section-top .txt-left p {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.15;
  margin-top: -1px;
  letter-spacing: 0;
}
.section-top .btn:hover {
  background: #fff;
  color: #154987;
  box-shadow: 0 0px 38px rgba(255, 255, 255, 0.75);
}
.section-top .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin: 27px auto 0;
}

.circ-blue {
  border-radius: 50%;
  font-size: 0;
  margin-bottom: 16px;
  width: 95px;
  height: 95px;
  background: #1a559c;
  color: #1a559c;
  display: inline-block;
  text-align: center;
  line-height: 95px;
  vertical-align: top;
}
.circ-blue img {
  max-width: 45px;
  max-height: 48px;
}

.top-cov {
  position: relative;
  height: 850px;
  padding-top: 56px;
}

.top-conts {
  position: absolute;
  top: 0px;
  right: 0;
  text-align: right;
  width: 240px;
  z-index: 10;
}
.top-conts p {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.9px;
}
.top-conts .top-phone {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 5px;
  letter-spacing: 0;
 
}
.top-conts .top-phone a {
  color: #fff;
}
.top-conts .top-sm {
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.top-conts .btn {
  padding: 0;
  font-size: 14px;
  font-weight: 800;
  width: 147px;
  height: 30px;
  line-height: 30px;
}

.scrolldown {
  cursor: pointer;
  color: #154987;
  border: 1px solid #fff;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  bottom: 26px;
  z-index: 10;
}
.scrolldown > span {
  transition: all 0.4s linear;
  left: 16px;
  line-height: 70px;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 16px;
  z-index: 10;
}
.scrolldown .circle {
  left: 16px;
  animation-name: animateCircle;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 16px;
  z-index: 0;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  transform-origin: center center;
}
 
.num-cols {
  text-align: center;
  clear: both;
  position: relative;
  z-index: 5;
  position: absolute;
  bottom: 90px;
  /* padding-bottom: 200px; */
  left: 0px;
  right: 0px;
}
.num-cols .num-col {
  display: inline-block;
  vertical-align: top;
  width: 192px;
  margin: 0 27px;
}
.num-cols .num-big {
  font-size: 27px;
  font-weight: bold;
 
  line-height: 26px;
}
.num-cols .num-sm {
  font-size: 17px;
  font-weight: 400;
  color: #bcd7f6;
  line-height: 1.25;
  margin-top: 9px;
  letter-spacing: 0.2px;
}









.seo-txt {max-height: 320px;overflow: scroll;overflow-x: hidden;padding:15px;}
.seo-txt::-webkit-scrollbar {width: 6px;}
.seo-txt::-webkit-scrollbar-track {background: #ffffff;border-radius: 5px;}
.seo-txt::-webkit-scrollbar-thumb {background: #2f538a;border-radius: 5px;}


 .remont input.ba-phone-number-input {
    /* width: 500px!important; */
}

 .remont .text-form .title {
    max-width: 640px;

}

 .remont .personal-data {
    width:360px;
}


 .remont .text-form .descr {
    width: auto;
text-align: center;}


 .remont  input[type="text"],   .remont textarea  {
    /* width:360px!important; */
}

 

  div.sppb-sp-slider-title {
	color: #313131!important;
	font-weight: 700;
    line-height: 1.3;
}

.remont .ba-form-page {
    padding: 20px 50px 30px 50px;
}

.remont  i.zmdi.zmdi-close {
    top:30px;
    right:10px
}

 

.col-vertical, .col-horizontal {
  cursor: pointer;
}
.title-category h1 {
    color:#2f538a;
    font-weight:700
}

.title-category {
    text-align:center;
}


.col-horizontal .image-layout-preset-style-poster .sppb-addon-image-layout-content {
 
   margin: 0 ;
}
.col-horizontal .image-layout-preset-style-poster img {
    min-height:401.11px;
    border-radius:4px;
}

.col-horizontal .sppb-addon-image-layout-content {
    background:none!important;
    text-align:left;
}

.col-horizontal .sppb-image-layout-title a {
    color:#fff!important;
}

.col-horizontal .sppb-addon-image-layout-content {
    bottom:0px
}

.col-horizontal .sppb-addon-image-layout-text {
    color: #fff!important;
}

.col-horizontal .price {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 4px;
}


.col-horizontal h3:after { 
content: ''; position: absolute; width: 10px; height: 6px; background: url(/images/arrow3.png) no-repeat; margin: 14px 0 0 5px; transition: all ease 0.3s; z-index:999 }
.col-horizontal:hover h3:after {
      margin: 14px 0 0 15px; transition: all ease 0.3s; z-index:999 }


     .col-horizontal {
   
    border-radius:4px;
    transition: all ease 0.4s;
}


.col-horizontal:hover {
    box-shadow: 0px 0px 25px rgba(43, 39, 54, 0.25);
    transform: translateY(-10px);
}


#sppb-addon-1608853412956 h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #30548b;
}

#sppb-addon-1608853412956 strong {
    font-size: 20px;
    color: #30548b;
}
.col-vertical .sppb-addon-image-layout-text {
    min-height:90px
}

.col-vertical h3:after { 
content: ''; position: absolute; width: 10px; height: 6px; background: url(/images/arrow.png) no-repeat; margin: 11px 0 0 5px; transition: all ease 0.3s; z-index:999 }
.col-vertical:hover h3:after {
      margin: 11px 0 0 15px; transition: all ease 0.3s; z-index:999 }

.col-vertical {
    background:#fff;
    border-radius:4px;
    transition: all ease 0.4s;
}


.col-vertical:hover {
    box-shadow: 0px 0px 25px rgba(43, 39, 54, 0.25);
    transform: translateY(-10px);
}

.col-vertical:hover h3 {
    color:#2f538a;
}

.col-vertical .price {
    font-size: 18px;
    color: #2f538a;
    font-weight: 600;
    margin-top: 4px;
}

.col-vertical h3.sppb-image-layout-title {
    font-weight: 600;
    font-size:20px;
}
#sp-footer a.phone  {
    color:#fff!important;
}

#sp-footer a.phone:hover,  {
    color:#fff!important;
}

 #sp-footer .ba-click-lightbox-form-1 {
  color:#fff!important;   
 }

 

#sp-footer #sppb-addon-1609108398082 a, #sp-footer #sppb-addon-1609108821028 a {
    font-size:13.5px;

}
#sp-footer #sppb-addon-1609108398082, #sp-footer #sppb-addon-1609108821028   {
list-style-type: circle; 
}

  #sp-footer #sppb-addon-1609108821028 li:hover {
   list-style-type: disc;  
}

 

 .ba-form-3 .ba-form-field-item,  .ba-form-19 .ba-form-field-item{
     margin:0px 0px;
 }

 .ba-form-3 .personal-data, .ba-form-19 .personal-data {
     color:#6483b4;
 }

  .ba-form-3 .personal-data a, .ba-form-19 .personal-data a {
     color:#cbdfff;
 }

.ba-form-3 .ba-field-container input, .ba-form-3 .ba-form-submit-btn, .ba-form-19 .ba-field-container input, .ba-form-19 .ba-form-submit-btn {
  height:70px!important;
  border-radius:4px!important;
  border: 1px solid #1366ab85!important;
  margin: 5px 0px!important;
}

.ba-form-3 .ba-phone-selectedcountry, .ba-form-19 .ba-phone-selectedcountry {
  height:70px;
}


.new-clients-form   {
    position:absolute;
    left:340px;
    z-index:999;
    max-width:620px
}

.new-clients-form .title-form {
font-size:34px;
font-weight:700;
text-transform:uppercase;
color:#fff;
margin-top:80px;
line-height:1.3
}

.new-clients-form .title-form strong {
color:#ff0000!important;
font-weight:700;
}

.new-clients-form p {
    color:#fff;
    font-size:18px;
    margin-top:10px
}


.form-newclients #sppb-addon-1608940479178 .sppb-addon-content {
    background:#30548b;
    border-radius:6px;
    height: 400px;
      box-shadow: 0px 25px 50px rgba(196, 204, 232, 0.5), 0px 4px 16px rgb(106 126 189 / 50%);
    z-index: 1;
}

.form-newclients .sppb-addon-single-image-container {
    width: 1195px;
    margin-left:-40px;
    margin-top:-74px
     
}

section#sp-navigation {
    height: 80px;
    display: flex;
    align-items: center;
    /* box-shadow: rgba(0,45,90,0.04)0px 4px 4px,rgba(0,45,90,0.04)0px 8px 8px,rgba(0,45,90,0.05)0px 12px 12px,rgba(0,45,90,0.01)0px 16px 16px,rgba(0,45,90,0.01)0px 22px 22px,rgba(0,45,90,0.07)0px 34px 34px; */
    z-index: 2;
    position: relative;
}
.icons-block .sppb-addon-title {
	font-size: 18px!important;
}

.icons-block .sppb-media .pull-left {
	width: 34%!important;
	margin-right: 12px;
}

.icons-block .sppb-media {
	display: flex;
	align-items: center;
}

.icons-block .sppb-media .pull-left img {
	height: 60px!important;
}

  h1.sppb-sp-slider-title {
	color: #313131!important;
	font-weight: 700;
    line-height: 1.3;
}

.slider-home .sppb-sp-slider-text {
	color: #313131!important;
	font-size: 20px ;
	font-weight: 500;
	margin-top: 15px;
}

.slider-home .sp-slider-content-align-left {
	max-width: 700px;
}

div.sp-slider .sp-nav-control .nav-control {

    background: rgb(48 84 139 / 22%);
}

a.sp-pagebuilder-page-edit {
    display: none!important;
}

li.sp-menu-item.sp-has-child a:after {
    display:none
}

#sp-menu .sp-megamenu-parent > li > a {
    color:#2f538a;
    font-size:18px;
    font-weight:500
}
.ba-click-lightbox-form-1 {
    cursor: pointer;
    display: block;
    width: max-content;
    float: right;
    border-bottom: 1px dashed;
    color: #2f538a;
}

div#sp-menu { 
display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    flex-direction: column;
    }

#sp-logo {
   /* display: flex; */
   /* justify-content: center; */
   /* flex-direction: column; */
}
 #sp-logo a {
   width: 220px;
   display: block;
 }
 

.ba-click-lightbox-form-1 {
    cursor: pointer;
}

a.phone {
 font-size: 28px;
 font-weight: 700;
 color: #ff1273;
 line-height: 1;
 display: block;
}

.ba-form-submit-btn span.ba-form-submit-title  {
    font-weight:500!important
}

.ba-form-1 input.ba-phone-number-input {
    width: 300px;
}

.ba-form-1 .ba-form-page {
    padding: 50px 70px 62px 70px;
}

.ba-form-1 input.ba-phone-number-input {
    width:280px!important;
    border: 1px solid #0c0c0c08!important;
    background:#d9d9d9
    }
 

.ba-form-1 .personal-data {
    width:320px
}


.text-form .descr {
    font-size: 16px;
    color: #383838;
    line-height: 1.6;
    font-weight: 400;
    width: 380px;
}


 .ba-form-1  input.ba-phone-number-input {
    width:300px!important;
}

i.zmdi.zmdi-close {
 position: absolute;
    right: 0px;
    z-index: 9999;
    top: 4px;
}
.ba-form-1 .ba-form-page  {
    background: url(/images/form-bg.jpg) no-repeat right bottom #fff!important;
}

.text-form .title {
       color: #ff007b;
       margin: 0 0 25px 0;
       font-weight:600;
       max-width:400px;
       font-size: 26px;
  text-align:center;
  font-weight:700
}

body, .sp-preloader {
  background-color: #fff;
  color: #242424;
}
.sp-preloader > div {
  background: #0345bf;
}
.sp-preloader > div:after {
  background: #fff;
}
#sp-top-bar {
  background: #333;
  color: #aaa;
}
#sp-top-bar a {
  color: #aaa;
}
#sp-header {
  background: #fff;
}
a {
  color: #0345bf;
}
a:hover, a:focus, a:active {
  color: #044cd0;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  background: rgba(3, 69, 191, 0.1);
  color: #0345bf;
}
.tags > li a:hover {
  background: #044cd0;
}
.article-social-share .social-share-icon ul li a {
  color: #242424;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  background: #0345bf;
}
.pager > li a {
  border: 1px solid #ededed;
  color: #242424;
}
.sp-reading-progress-bar {
  background-color: #0345bf;
}
.sp-megamenu-parent > li > a {
  color: #252525;
}
.sp-megamenu-parent > li:hover > a {
  color: #0345bf;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #0345bf;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #252525;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #0345bf;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #0345bf;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #252525;
}
#offcanvas-toggler > .fa {
  color: #252525;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #0345bf;
}
.offcanvas-menu {
  background-color: #fff;
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #252525;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #0345bf;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(37, 37, 37, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(37, 37, 37, 0.8);
}
.btn-primary, .sppb-btn-primary {
  border-color: #0345bf;
  background-color: #0345bf;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #044cd0;
  background-color: #044cd0;
}
ul.social-icons > li a:hover {
  color: #0345bf;
}
.sp-page-title {
  background: #0345bf;
}
.layout-boxed .body-innerwrapper {
  background: #fff;
}
.sp-module ul > li > a {
  color: #242424;
}
.sp-module ul > li > a:hover {
  color: #0345bf;
}
.sp-module .latestnews > div > a {
  color: #242424;
}
.sp-module .latestnews > div > a:hover {
  color: #0345bf;
}
.sp-module .tagscloud .tag-name:hover {
  background: #0345bf;
}
.search .btn-toolbar button {
  background: #0345bf;
}
#sp-footer, #sp-bottom {
  background: #313131;
  color: #fff;
}
#sp-footer a, #sp-bottom a {
  color: #a2a2a2;
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #fff;
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
  color: #fff;
}
.sp-comingsoon body {
  background-color: #0345bf;
}
.pagination > li > a, .pagination > li > span {
  color: #242424;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #242424;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #0345bf;
  background-color: #0345bf;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #0345bf;
  background-color: #0345bf;
}
.error-code, .coming-soon-number {
  color: #0345bf;
}



@media (max-width: 768px) {
    section#section-id-1639956331054 {
   
}

  .text-phone {margin-right: 10px;}

.instagram-logo {margin-top: -11px;}

  section#section-id-1639957170952 .sppb-row {
    width:unset!important;
    padding:15px
}


div#sppb-addon-1628168747769 p {
    font-size:14px;
}

.neisp {
    font-weight: 700;
    font-size: 22px;
}

#sppb-addon-1639973163861 .faults__item:after {
    background:unset!important
}

.faults__item-price {
    margin:auto;
}
.faults__item {
    display:block!important;
}

.tv1 {
   
    font-size: 24px;
}
     .head-icons .sppb-addon-content {
     display:block;
 }

 .head-icons .sppb-addon-content img  {
     margin-right:10px
 }


 #section-id-1639965489102 .sppb-row {
    width: 320px;
    margin: auto;
}


   .head-title h1 {
    font-size: 12px;
    color: #e30c6c;
    letter-spacing: 4px;
}

.head-title p {
    color: #fff;
    font-size: 15px;
}

 
div#sp-logo {
    position: absolute;
    left: -50px;
    top: 10px;
}

div#sp-phone {
    top: 17px;
    position:absolute;
}
    
    .sppb-section-background-video {
    opacity: 0.3;
}
    
    #sppb-addon-wrapper-1628245821172 input.ba-phone-number-input {
    width: 100%!important;
}
    
    
    .sp-page-builder .page-content #section-id-1628245821107 {
        padding: 40px 0px;
    }
    div#sppb-addon-1628245821172 strong {
    font-size: 28px;
    display: block;
}
    
    span.pricelist-price {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.ba-click-min {
    display: inline-block;
    margin-left: 0px;
}
    
    h2.sppb-addon-title {
    font-size: 20px;
}
     .serv-cond .ba-click {
      position: relative; 
      bottom: auto;
    }

div#section-id-1628168747758 .sppb-col-xs-4 {
    padding:0px
}
div#section-id-1628168747758 .sppb-feature-box-title{
    font-size:12px;
    margin-top:5px
}

  img.logo-image {
    height: 40px;
}

div#sp-phone {
    display:block!important
}
span.text-schedule {
    font-size: 8px;
}

.head-txt-top {
    font-size: 14px;
    text-align:center;
}

.head-txt-bottom {
    font-size:28px;
    text-align:center;
}

.sp-page-builder .page-content #section-id-1608684128819 {
    padding-top:0px!important;
}

 div#column-id-1608684128818 {
     top:260px!important;
 }

 div#sppb-addon-1628167041415 {
 
    top: -80px!important;
}

.li-head {
    margin-top: 10px;
    margin-left: 10px;
}

div#sppb-addon-wrapper-1628168747783 {
    margin-top: -20px;
}
  
  
  
  div#sp-phone {
    order: 2;
    display: flex;
    align-items: center;
}

div#sp-logo {
    order: 1;
}

div#sp-menu {
    order: 3;
}

#offcanvas-toggler  {
    width:40px;
    height:40px;
    background: #30548b;
    line-height: 40px;
    border-radius: 4px;
}

#offcanvas-toggler > .fa
{
  color:#ffffff;  
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right {
   margin-left: 0px;
   text-align: center;
}

a.phone {font-size: 14px;}

.ba-click-lightbox-form-1 {
    font-size: 14px;
}
  
  .ba-forms-modal-wrapper .ba-form-page {
    position: relative;
    min-width: calc(var(--form-width-fullwidth) - 50px);
    max-width: calc(100vw - 20px);
    width: 100%;
    padding: 15px 30px!important;
    margin: 0px 8px!important;

}


.ba-forms-modal-wrapper .ba-forms-modal {

    padding: 0 0px!important;;
}

i.zmdi.zmdi-close {
    right: -7px;
    top: 2px;
}

.text-form .descr {
    font-size: 12px;
    font-weight: 500;
    width: auto;
}

.ba-form-1 .personal-data {
 width: 200px;
    font-size: 12px;
}
  .ba-forms-modal-wrapper .ba-form-page {
 
    max-width: calc(100vw - 18px)!important;
  }
    .ba-form-1 .ba-form-page {
    background: url(/images/form-bg-mob.jpg) no-repeat right bottom #fff!important;
}
  
  .ba-form-1 input.ba-phone-number-input {
    width: 240px!important;
}
    
       .ba-form-13 .ba-form-page {
    background: url(/images/cond-form-bg-mob-.jpg) no-repeat right bottom #fff!important;
}
  
  .ba-form-13 input.ba-phone-number-input {
    width: 240px!important;
}
    
    
           .ba-form-14 .ba-form-page {
    background: url(/images/cond-form-bg-mob-.jpg) no-repeat right bottom #fff!important;
}
  
  .ba-form-14 input.ba-phone-number-input {
    width: 240px!important;
}
   
           .ba-form-15 .ba-form-page {
    background: url(/images/cond-form-bg-mob-.jpg) no-repeat right bottom #fff!important;
}
  
  .ba-form-15 input.ba-phone-number-input {
    width: 240px!important;
}
   
    
  #sppb-addon-1608853412956 h1 {
    font-size: 17px;
  }
  
  .icons-block .sppb-media .pull-left {
    width: 14%!important;
    
  }
  .col-horizontal .image-layout-preset-style-poster img {
    min-height: auto;
  }
  
  

.personal-data {
 width: 200p!important;
    font-size: 12px;
}


 input.ba-phone-number-input {
   
}
.remont .text-form .descr {
    width: 300px;
}
  
  .sppb-sp-slider-title {
    font-size:20px;
}

.sppb-sp-slider-text {
font-size: 15px!important;
    max-width: 230px;
}

div[data-arrow-content=icon_only].sp-slider .sp-nav-control .nav-control {
 background:none;
 color:#30548bbf;
 border:NONE;
}
  
  
  #sppb-addon-1608919054682 .sp-slider .sp-dots {
    bottom: 15px;
}
    .sppb-sp-slider-title {
    
    margin-top: -245px;}
  
  #sp-slider-item-1608919054682-num-0-key .sp-background  {
        background-image: url(http://don-remont.net/images/banner1m.jpg)!important;
}
    #sp-slider-item-1608919054682-num-1-key .sp-background  {
        background-image: url(http://don-remont.net/images/banner2m.jpg)!important;
}
    #sp-slider-item-1608919054682-num-2-key .sp-background  {
        background-image: url(http://don-remont.net/images/banner3m.jpg)!important;
}
  
   .remont  i.zmdi.zmdi-close {
    top: 6px;
    right: -3px;
    z-index: 999999;
}

.remont .text-form .title {
    margin: 0px;
}

.remont .ba-field-container textarea {
    min-height: 80px;
}
 .remont .text-form .title {
 
    line-height: 1.2;
}
.remont .ba-form-page {
    background: url(/images/form-bg-mob.jpg) no-repeat right bottom #fff!important;
}

.remont  .personal-data {
   
    font-size: 12px;
  max-width: 270px;
}  
  
  .new-clients-form {
    left: 30px;
    max-width: 100%;
}

.sp-page-builder .page-content #section-id-1608853412957 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.new-clients-form .title-form {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 60px;
    line-height: 1.3;
    text-align: center;
    margin-left: -25px;
}
  
  .ba-form-3 .ba-form-page {
  padding:0px;
  width: 100% !important;
  /* margin-top: 30px!Important; */
}

 .new-clients-form p {
    color: #fff;
    font-size: 14px!important;
}

.ba-form-3 input.ba-phone-number-input {
    width: 100%!Important;
}

.ba-form-3 span.ba-form-submit-btn {
    width: 100%;
    font-size:14px;
}
  
  .form-newclients .sppb-addon-single-image-container {
    position: absolute;
    bottom: 0px;
    width: 105%;
    left: -11px;
        margin-left: 0px;
}
  
  div#column-wrap-id-1609015314066 {
    margin:auto;
    display:block;
    margin-top:30px;

}


#column-wrap-id-1609015314066 a.phone {
    float: none;
    text-align:center;margin:auto;display:block;
}

#column-wrap-id-1609015314066 .ba-click-lightbox-form-1 {
    cursor: pointer;
    display: block;
    width: max-content;
    float: none;
      text-align:center;margin:15px auto;display:block;
}
  
  .remont input[type="text"], .remont textarea {
    width: 100%!important;
}
  .remont .ba-field-container   {
    margin:-12px 0px!important
}
    
    
    .num-cols .num-sm {
    font-size: 14px;
}

.section-top .txt-center:before {
    top:7%;

}

.num-cols .num-col {
    display: inline-block;
    vertical-align: top;
    width: 138px;
    margin: 10px 10px;
}

.num-cols {
 
    bottom: 200px;

}

	.sp-nums__item b {
		font-size: 38px;
		line-height: 44px;
	}
  #header .top-conts {
    display: block;
    padding: 0 12px;
  }

  .top-conts {
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .top-conts .btn {
    display: none;
  }

  .section-top:before {
    width: 100%;
    height: 370px;
    background: url(/images/top-cond.png) no-repeat center;
    background-size: 100%;
    content: "";
    top: 105px;
    z-index: 4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .section-top .txt-col {
    position: relative;
    text-align: left;
    width: 100%;
    top: 0;
    padding: 18px 5px 19px 11px;
  }
  .section-top .txt-col:after {
    content: "";
    display: block;
    clear: both;
  }
  .section-top .txt-col .circ-blue {
    
    width: 67px;
    height: 67px;
    line-height: 67px;
    margin: 0 0px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .section-top .txt-col .circ-blue img {
    max-width: 32px;
    max-height: 36px;
  }
  .section-top .txt-col .txt-col-in {
    margin-left: 84px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .section-top .txt-col .btn {
    margin: 3px 0 0px 0px;
  }
  .section-top .txt-left p {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
  }
  .section-top .txt-center {
    height: 190px;
    padding-top: 51px;
    margin-bottom: 94px;
    z-index: 999999;
    position: relative;
  }
  .section-top .txt-center:before {
    width: 190px;
    height: 190px;
  }
  .section-top .txt1 {
    font-size: 13px;
    letter-spacing: 0.7px;
    font-weight: 700;
  }
  .section-top .txt2 {
    font-size: 30px;
    line-height: 37px;
  }
  .section-top .txt3 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4.2px;
  }
  .section-top .sm {
    margin: 1px 0px 0 6px;
    letter-spacing: 0.2px;
  }
  .section-top .vid-bg {
    background: url(/images/bg9-mob.jpg) no-repeat center top #0b3572;
    background-size: 100%;
    z-index: 999999;
  }

  .top-cov {
    padding: 0 0 14px;
    /* height: auto; */
    z-index: 999999;
    position: relative;
  }
 
.vid-bg video {
	display:none!important
}

 .section-top .txt-center:before {
    width: 280px;
    height: 280px;
    opacity: 0.78;
  }
  
  .ba-click-lightbox-form-13 {
margin-top:530px
}
    
  .top-cov {
 
    margin-bottom: -100px;
}
    
    
.itemid-116 div#stop {
    overflow: hidden;
}

.itemid-116 div#column-wrap-id-1608684128818 {
    padding-left: 0px;
    padding-right: 0px;
}

.itemid-116 .sppb-row {
    margin: 0px;
}
  
 
.itemid-116 .sppb-addon.sppb-addon-text-block.title-category {
    margin-top:30px
}

.itemid-116 h2.sppb-addon-title {
    font-size:20px;
    font-weight:700 
}

.itemid-116 .sppb-addon-content {
     font-size:15px;
}
    
    
    .sp-nums__item {
    width: 100%;
    float: none;
}
.blue-bg {
    margin-bottom: 0px;
}

.circ-bord {
    width: 92px;
    height: 92px;
    line-height: 90px;
}

.sp-cols .circ-bord {
    position: static;
    display: block;
    margin: 0 auto 13px;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
  }
  .sp-cols .circ-bord span {
    width: 60px;
    height: 60px;
    line-height: 50px;
  }
  .sp-cols .circ-bord img {
    max-width: 60px;
    margin-top: 10px;
  }
  .sp-cols .sp-right {
    float: none;
    width: auto;
    padding: 0px 0 0 0px;
    text-align: center;
  }
  .sp-cols .sp-left {
    float: none;
    width: auto;
    padding: 0px 0px 0 0;
    text-align: center;
  }

  
  .st-date {
    font-size: 22px;
    margin-top: 21px;
    margin-bottom: 12px;
  }

  .st-big {
    font-size: 31px;
  }

  .section-info-num {
    padding: 43px 0 44px;
  }

 

  .sp-nums__item {
    text-align: left;
    padding-top: 23px;
    padding-bottom: 0px;
  }
  .sp-nums__item b {
    font-size: 46px;
    width: 100px;
    text-align: right;
  }
  .sp-nums__item p {
    font-size: 17px;
    padding: 3px 0 0 10px;
  }
  .sp-nums__item > span {
    margin: 1px 8px 0 0;
  }

  .section-info-num .title {
    font-size: 31px;
    margin-left: 1px;
    margin-top: 30px;
  }
  .section-info-num .sp-cols .sp-left {
    text-align: center;
    padding: 0;
  }

  .section-info-cols .info-cols .info-title {
    float: none;
    width: 100%;
  }
  .section-info-cols .info-cols .info-txt {
    float: none;
    width: 100%;
  }
    
    
    .sale__right {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
}

.section-sale {
    
    height: auto;
}
.section-sale {
    padding: 42px 0 63px;
   
    background-size: 1068px;
  }

  .sale .circ-bord {
    width: 156px;
    height: 156px;
    line-height: 152px;
    margin-bottom: 43px;
  }
  .sale .circ-bord:before {
    width: 126px;
    height: 126px;
  }
  .sale .circ-bord span {
    width: 92px;
    height: 92px;
    line-height: 90px;
  }
  .sale .circ-bord span img {
    max-width: 90px;
  }
  .sale .btn {
    margin-left: 0px;
    padding: 0 23px;
  }

  .sale__title {
    font-size: 90px;
    margin-bottom: 18px;
  }
  .sale__title span {
    font-size: 60px;
    display: block;
  }

  .sale__sm {
    margin: 0;
    bottom: -27px;
    font-size: 20px;
    left: 0;
    right: 0;
    position: absolute;
  }

  .section-info-cols .bg-white {
    padding: 28px 37px 31px 42px;
  }
  .section-info-cols .info-cols .info-title h3 {
    font-size: 28px;
    margin-bottom: 34px;
    letter-spacing: 0.8px;
    line-height: 32px;
    /* max-width: 255px;*/
  }
  .section-info-cols .info-cols .info-title h4 {
    margin: 0 0 33px;
    line-height: 28px;
    font-size: 25px;
  }
  .section-info-cols .info-cols .info-title h4 br {
    display: none;
  }
  .section-info-cols .info-cols .info-txt {
    font-size: 17px;
  }

  .sale .circ-bord {
    width: 156px;
    height: 156px;
    line-height: 152px;
    margin-bottom: 43px;
}

 .sale__left {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .sale__right {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }

.sale__subtitle {
    margin-bottom: 16px;
    line-height: 35px;
    height: 199px;
    font-size: 26px;
}

.sale__title span {
    opacity: 1!Important;
    z-index: 9999;
}
    
    .ba-click-lightbox-form-14 {
    cursor: pointer;
    background: #f00;
    padding: 10px 20px;
    border-radius: 6px;
    width: 250px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.2s linear;
    margin:-150px auto 0 auto;
    position:relative;
    top:-20px;
    left: 0px;
}

.section-sale {
    margin-bottom: 30px;
}

.sale__sm {
    bottom: -40px;
    font-size: 14px;
}
    
    div#column-wrap-id-1609194833934 {
    margin-bottom: 50px;
}
    
    div#column-wrap-id-1609194833936 {
    margin-bottom: 50px;
}
  
  
  .sppb-addon-image-layout-content {
 
    padding: 30px 40px 20px;
}
  
  .condi h3.sppb-image-layout-title {
    font-size:26px
}
  .ba-gallery select.ba-select-filter {
    background-color: #ff1273;
    border: 0px solid #ff1273;
    color: #fff;
    display: block !important;
    font-size: 16px;
    height: 50px;
    width: 100%;
    border-radius: 50px;
    padding: 15px!important;
    font-weight: 500;
}

  #section-id-1648103671014 .sppb-wow  {
     background-position:60%!important;
}


#section-id-1648103671014 h3.sppb-addon-title {
 
    padding-left: 15px;
}

#section-id-1648103671014 .sppb-addon-content {
    padding-left: 15px;
    font-size:12px;
    max-width:240px;
}

#section-id-1648103671014 h3.sppb-addon-title {
    font-size:20px
}


.sp-page-builder .page-content #section-id-1648103671014 {
 
    padding-bottom: 0px;

}

.sp-page-builder .page-content #section-id-1647801035754 {
    padding: 50px 0px 0px 0px;
}
  .sppb-section-background-video {
    background-image: url(/images/bghead.jpg)!important;
    opacity: 1!important;
    background-position-y: -86px!important;
    background-size: 100%!important;
}
  
 .taplink .span12.category-filter {
    display: none;
  
}
  
}
@media (max-width: 767px) {
    #sppb-addon-1744031041992 img {
        max-width: 80px;
        height: 80px;
        transition: all 0.3s ease;
    }
    
    /* Анимация при нажатии (активном состоянии) */
    #sppb-addon-1744031041992 img:active {
        transform: scale(0.9) rotate(5deg);
        opacity: 0.8;
        filter: drop-shadow(0 0 8px rgba(235, 187, 78, 0.6));
    }
    
    /* Анимация при наведении (для устройств с поддержкой hover) */
    @media (hover: hover) {
        #sppb-addon-1744031041992 img:hover {
            transform: scale(1.05);
            filter: drop-shadow(0 0 12px rgba(235, 187, 78, 0.8));
        }
    }
    
    /* Пульсирующая анимация для привлечения внимания */
    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.1); }
        100% { transform: scale(1); }
    }
    
    #sppb-addon-1744031041992.pulse-animation img {
        animation: pulse 2s infinite;
    }
    
  
    
    @keyframes ripple {
        0% {
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 1;
        }
        100% {
            transform: translate(-50%, -50%) scale(1.3);
            opacity: 0;
        }
    }
    
    /* Увеличение зоны клика */
    #sppb-addon-1744031041992 a {
        display: block;
        padding: 15px;
        margin: -15px;
    }

  #sppb-addon-1744213074707 {
    color: #ffffff;
    background-color: #000000;
    background-image: url(/images/2025/04/10/post1.jpg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-attachment: inherit;
    background-position: 100% 50%;
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 90px 0px 90px 15px;
}
  #sppb-addon-1744122592958 {
    background-image: url(/images/2025/04/10/post2.jpg);
    background-repeat: no-repeat;
    background-size: 170%;
    background-attachment: inherit;
    background-position: 0% 100%;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 80px 15px 80px 0px;
}
  #sppb-addon-1744213074697 {
    color: #ffffff;
    background-color: #000000;
    background-image: url(/images/2025/04/10/post3.jpg);
    background-repeat: no-repeat;
    background-size: 200%;
    background-attachment: inherit;
    background-position: 100% 50%;
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 90px 0px 90px 15px;
}
  
  #sppb-addon-1744213074704 {
    background-image: url(/images/2025/04/10/post4.jpg);
    background-repeat: no-repeat;
    background-size: 200%;
    background-attachment: inherit;
    background-position: 0% 100%;
    box-shadow: 0 0 0 0 #ffffff;
    padding: 100px 15px 100px 0px;
}
  #sppb-addon-1744122592963 {
    color: #ffffff;
    background-color: #000000;
    background-image: url(/images/2025/04/10/post5.jpg);
    background-repeat: no-repeat;
    background-size: 200%;
    background-attachment: inherit;
    background-position: 100% 50%;
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 100px 0px 100px 15px;
}
  .body-wrapper{
    background: #000000;
}
  body, .sp-preloader {
  background-color: #fff;
  color: #ebbb4d !important;
}
#sppb-addon-1744293175212 .sppb-addon-title {
    color: #ebbb4d;
}
  .sp-page-builder .page-content #section-id-1744293175209 {
    padding: 0px 0px 0px 0px;
    margin: -60px 0px 0px 0px;
    box-shadow: 0 0 0 0 #ffffff;
}
  .taplink-button {
  width: 90%;
  margin: auto;
  text-align: centr;
  display: block;
  padding: 12px 30px;
  background-color: #ebbb4e;
  color: #000 !important;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
  .sp-page-builder .page-content #section-id-1744293175222 {
    padding: 0px 0px 0px 0px;
    margin: -50px 0px 0px 0px;
    box-shadow: 0 0 0 0 #ffffff;
}
 @media (max-width: 767px) {
    #sppb-addon-1744301537164 img {
        max-width:194px;
        height: 45px;
    } 
   @media (max-width: 767px) {
  .taplink-button {
    position: relative;
    overflow: hidden; /* Для анимации волны */
  }

  .taplink-button::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.1);
    pointer-events: none;
  }

  /* Вариант 1: Эффект волны */
  .taplink-button:active::before {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.6s, opacity 0.2s;
  }

  /* Вариант 2: Пульсирующий эффект */
  @keyframes pulse-wave {
    0% { transform: scale(0.8); opacity: 0.6; }
    70% { transform: scale(1.2); opacity: 0; }
    100% { transform: scale(1.3); opacity: 0; }
  }

  .taplink-button.pulse-animate::before {
    animation: pulse-wave 0.8s ease-out;
  }

  /* Вариант 3: Эффект заполнения */
  .taplink-button.fill-animate::before {
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.3);
    transform: scale(0);
    opacity: 1;
  }

  .taplink-button.fill-animate:active::before {
    transform: scale(1);
  }
}
  #sppb-addon-1744213074707 {
    color: #ffffff;
    position: relative; /* Необходимо для псевдоэлемента */
    z-index: 1; /* Поднимаем контент над затемнением */
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 90px 0px 90px 15px;
}

/* Затемнение фона */
#sppb-addon-1744213074707::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Уровень затемнения (0.5 = 50%) */
    background-repeat: no-repeat;
    background-size: 170%;
    background-attachment: inherit;
    background-position: 100% 50%;
    z-index: -1; /* Отправляем под основной контент */
}
 #sppb-addon-1744122592958 {
    color: #ffffff;
    position: relative; /* Необходимо для псевдоэлемента */
    z-index: 1; /* Поднимаем контент над затемнением */
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 90px 0px 90px 15px;
}

/* Затемнение фона */
#sppb-addon-1744122592958::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Уровень затемнения (0.5 = 50%) */
    background-repeat: no-repeat;
    background-size: 170%;
    background-attachment: inherit;
    background-position: 100% 50%;
    z-index: -1; /* Отправляем под основной контент */
}
  #sppb-addon-1744213074697 {
    color: #ffffff;
    position: relative; /* Необходимо для псевдоэлемента */
    z-index: 1; /* Поднимаем контент над затемнением */
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 90px 0px 90px 15px;
}

/* Затемнение фона */
#sppb-addon-1744213074697::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Уровень затемнения (0.5 = 50%) */
    background-repeat: no-repeat;
    background-size: 170%;
    background-attachment: inherit;
    background-position: 100% 50%;
    z-index: -1; /* Отправляем под основной контент */
}
    #sppb-addon-1744213074704 {
    color: #ffffff;
    position: relative; /* Необходимо для псевдоэлемента */
    z-index: 1; /* Поднимаем контент над затемнением */
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 90px 0px 90px 15px;
}

/* Затемнение фона */
#sppb-addon-1744213074704::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Уровень затемнения (0.5 = 50%) */
    background-repeat: no-repeat;
    background-size: 170%;
    background-attachment: inherit;
    background-position: 100% 50%;
    z-index: -1; /* Отправляем под основной контент */
}
    #sppb-addon-1744122592963 {
    color: #ffffff;
    position: relative; /* Необходимо для псевдоэлемента */
    z-index: 1; /* Поднимаем контент над затемнением */
    box-shadow: 0px 0px 0px 0px #000000;
    padding: 90px 0px 90px 15px;
}

/* Затемнение фона */
 #sppb-addon-1744122592963::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); /* Уровень затемнения (0.5 = 50%) */
    background-repeat: no-repeat;
    background-size: 170%;
    background-attachment: inherit;
    background-position: 100% 50%;
    z-index: -1; /* Отправляем под основной контент */
}
 