header.wp-block-template-part{
  position: sticky !important;
  top: 0 !important;
  z-index: 999999 !important;
}

.floating-call-btn {
  position: fixed;
  bottom: 20px;
  left: 25px;
  width: 65px;
  height: 65px;
  background: #FFDB0F;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  animation: callPulse 2s ease-in-out infinite;
  transition: background 0.25s ease;
}

@keyframes callPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.floating-call-btn svg {
  display: block;
}

.floating-tg-btn {
  position: fixed;
  bottom: 100px;
  left: 25px;
  width: 65px;
  height: 65px;
  background: #26A5E4;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  animation: callPulse 2s ease-in-out infinite;
  transition: background 0.25s ease;
}

.floating-tg-btn svg {
  display: block;
}

#kubio .style-Gp3qTlxXlua-outer .wp-block-kubio-navigation-section__nav,
.wp-block .wp-block-kubio-navigation-section{
  box-shadow: 0px 3px 6px 0px rgba(var(--kubio-color-4), 0.19) !important;
}
.site-list {
  text-align: left;
}
.btn-consultation a {
    background-color: #FFDB0F;
    color: #2B2D42;
    padding: 16px 28px !important;
    border-radius: 100px;
    cursor: pointer;
}

.btn-consultation a:hover {
    background-color: #2B2D42;
    border-bottom: none;
}

#kubio .style-local-2-container {
    max-width: 440px !important;
}

.metaslider .flex-control-nav li a {
    margin: 0 2px !important;
}

.popup-wrapper {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 430px;
  width: 90%;
  position: relative;
  animation: fadeIn 1s ease;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0px 8px !important;
}

label>span {
  color: red;
}

label span>input {
  margin-top: 4px;
}

input[type=submit], .footer-form input {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

figure {
  margin: 0;
}

.wp-block-embed iframe, .video-wrapper, .metaslider.ms-theme-bubble *, .metaslider .flexslider .slides img {
    border-radius: 20px;
}

#kubio .style-9uoTT9gnxCya-outer {
    padding-top: 20px !important;
}

.footer-form {
  background-color: #FFF4B9;
  border-radius: 20px;
  padding: 20px 40px;
  width: 100%;
  text-align: left;
}

.style-local-2-container h5 {
  margin-top: 0;
}

.footer-form input[type="submit"] {
  background-color: #2B2D42;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
}
.footer-form input[type="submit"]:hover {
  color: #FFDB0F;
}

#contacts .style-XpaqxiCKVPFa-outer {
    text-align: left;
}

#contacts .style-XpaqxiCKVPFa-outer .h-svg-icon {
  fill: #2B2D42;
  width: 50px;
  height: 50px;
}

#contacts .style-XpaqxiCKVPFa-outer .h-svg-icon:hover {
  fill: #FFDB0F;
}

.wp-block-kubio-copyright__outer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 0;
    background-color: #2B2D42; 
    padding: 10px 20px; 
    text-align: center;
    box-sizing: border-box; 
}

.wp-block-kubio-copyright p {
    color: #ffffff;
    margin: 0;
    font-size: 14px;
}

#main-advantages .wp-block-kubio-column
{
  transition: all 0.5s ease;
}

#main-advantages .wp-block-kubio-column:hover{
  transform: translateY(-6px);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.pricing-section {
  background-color: #FFF4B9;
  padding: 0 16px;
}

.table-description {
  margin-bottom: 12px;
  color: inherit;
}

.table-description h3 {
  display: block;
  margin-bottom: 4px;
}

.table-description p {
  margin: 0;
  font: inherit;
  color: inherit;
}

.promin-pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  margin-bottom: 32px;
  border-radius: 10px;
  overflow: hidden;
  font-family: inherit;
  color: inherit;
  text-align: left;
}

.promin-pricing-table thead th {
  padding: 14px 18px;
  font-weight: 600;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}

.promin-pricing-table tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  line-height: 1.6;
}

.promin-pricing-table tbody tr:last-child td {
  border-bottom: none;
}

.promin-pricing-table tbody tr:hover {
  background-color: #fafafa;
}

#comments a:hover,
#commentform a:hover
{
  color: #2B2D42 !important;
}

@media (max-width: 768px) {
 
  #kubio .style-ZaG8IEwscU-inner,
  #kubio .style-xca4yIu-E98-inner{
       margin-bottom: 0;
    }
  
  .btn-consultation a {
    width: 80%;
    color: #2B2D42 !important;
    margin-left: 20px;
    margin-top: 20px;
}

label, input {
  max-width: 100% !important;
}
 .promin-pricing-table {
    background-color: #FFF4B9;
  }
  .promin-pricing-table,
  .promin-pricing-table thead,
  .promin-pricing-table tbody,
  .promin-pricing-table th,
  .promin-pricing-table td,
  .promin-pricing-table tr {
    display: block;
    width: 100%;
  }

  .promin-pricing-table thead {
    display: none;
  }

  .promin-pricing-table tbody tr {
    margin-bottom: 24px;
    padding: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  }

  .promin-pricing-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
  }

  .promin-pricing-table tbody td:last-child {
    border-bottom: none;
  }

  .promin-pricing-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #333;
    flex: 0 0 50%;
    padding-right: 12px;
    white-space: nowrap;
  }

  .promin-pricing-table tbody td span {
    display: block;
    text-align: right;
    white-space: nowrap;
  }
  .footer-form {
    padding: 20px;
  }
  
  #kubio .style-IrB_bIInGwH-outer,
  #kubio .style-bqoEkOkShMF-outer,
  #kubio .style-988Y2xuY-Wq-outer,
  #kubio .style-IAYag8X2z7Q-outer {
    padding-top: 20px;
}
}


@media (max-width: 320px) {
  
  .footer-form input[type="submit"] {
    font-size: 14px;
    padding: 18px;
  }
  .wp-block-kubio-button__text {
    font-size: 14px;
  }
  
  
  .wp-block-kubio-button {
    width: 90%;
  }
  
  .h-x-container-inner > * {
    padding: 0 !important;
  }
  
  h1 {
    font-size: 1.6em !important;
  }
}

@supports (-webkit-touch-callout: none) {
    .wpcf7 form p,
    .wpcf7 form label,
    .wpcf7-form-control-wrap {
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}