.header-sticky #offcanvas-toggler:after{color:#5609d4}
.header-sticky .burger-icon>span {
    background-color: #5609d4;
}
@media(min-width: 1330px) and (max-width: 1400px){
.sp-megamenu-parent>li>a{
    padding: 0 22px;
}
}
@media(min-width: 1200px) and (max-width: 1329px){
.sp-megamenu-parent>li>a{
    padding: 0 15px;
}
}
h6 {
    line-height: 32px;
}
.call-top .sppb-row.sppb-no-gutter {
    align-items: center;
}
ul.sp-megamenu-parent.menu-animation-fade-up.d-none.d-lg-block {
    padding: 10px 0px;
    /*background: aliceblue;*/
    border-radius: 24px;
}
.button-top {
    white-space: nowrap;
	/*background: aliceblue;*/
    border-radius: 24px;
    padding: 10px !important;
}
body.header-classic .header-menu .phone-top a {
    color: white;
}
body.header-classic #sp-header.header-sticky .header-menu .phone-top a {
    color: unset;
}

#sp-header #sp-menu .sp-column {
    justify-content: center !important;
}

#sp-header .menu-with-offcanvas {
    width: 100%;
    justify-content: center !important;
}

#sp-header .header-modules,
#sp-header .social-wrap {
    display: none !important;
}

.sppb-map-responsive .sppb-addon-content {
    width: 100%;
    height: 640px;

    /*-webkit-mask-image: url('../images/image-shape.svg');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-image: url('../images/image-shape.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;

    overflow: hidden;*/
}

.sppb-map-responsive .sppb-addon-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.text-content-box {
    padding: 25px;
    border-radius: 24px;
    backdrop-filter: blur(1px);
    background: rgba(240, 248, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
.body-wrapper {
    overflow: hidden;
}
.services-page-accordiones .sppb-panel:first-child::after{
	display:none;
}

    .sppb-map-responsive .sppb-addon-content {
        height: 161px;
        
        -webkit-mask-size: contain;
        mask-size: contain;

        -webkit-mask-position: center;
        mask-position: center;
    }
	.text-content-box {
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
}
.corporate-bottom-section .text-content-box {
    position: unset;
}
}
.services-page-accordion .sppb-addon-content .sppb-panel-group .sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
    display: inline-block;
    max-width: 271px;
    font-weight: 500;
    font-size: 20px;
    color: var(--sppb-text-primary);
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
		max-width: 56rem;
		display: grid;
    }
	.md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
}
}

@media (max-width: 767px) {
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
}
.shadow-card {
    box-shadow: rgba(27, 34, 50, 0.08) 0px 4px 20px -4px;
}

.shadow-card {
    --tw-shadow-color: hsl(30 40% 99%);
    --tw-shadow: hsl(0 0 #0000);
}
.gap-1 {
    gap: 0.25rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-6 {
    gap: 1.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}
.text-accent {
    color: hsl(45 90% 55%);
}
.fill-accent {
    fill: hsl(45 90% 55%);
}
.w-4 {
    width: 1rem;
}
.h-4 {
    height: 1rem;
}
.p-6 {
    padding: 1.5rem;
}

.calculator-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #eef2ff 100%);
}

.calculator {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 58, 145, 0.15);
}

.calculator__header {
  text-align: center;
  margin-bottom: 32px;
}

.calculator__title {
  font-size: 32px;
  font-weight: 700;
  color: #003A91;
  margin-bottom: 12px;
  line-height: 1.3;
}

.calculator__subtitle {
  font-size: 18px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
}

.calculator__progress {
  margin-bottom: 40px;
}

.calculator__progress-bar {
  height: 4px;
  background: #e0e4f0;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 16px;
}

.calculator__progress-fill {
  height: 100%;
  background: #003A91;
  width: 25%;
  transition: width 0.4s ease;
}

.calculator__progress-steps {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}

.calculator__progress-step.active {
  color: #003A91;
  font-weight: 600;
}

.calculator__step {
  display: none;
  animation: fadeIn 0.3s ease;
}

.calculator__step.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.calculator__step-title {
  font-size: 24px;
  font-weight: 600;
  color: #003A91;
  margin-bottom: 24px;
  text-align: center;
}

#totalPriceFinal {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #570ad3, #6e47df);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.calculator__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.calculator__tab {
  position: relative;
  cursor: pointer;
  border: 2px solid #e0e4f0;
  border-radius: 16px;
  padding: 20px 16px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.calculator__tab:hover {
  border-color: #003A91;
  background: #f8f9ff;
}

.calculator__tab input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.calculator__tab input[type="radio"]:checked + .calculator__tab-icon {
  background: #003A91;
  color: white;
}

.calculator__tab input[type="radio"]:checked + * {
  color: #003A91;
}

.calculator__tab-icon {
  font-size: 32px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f4ff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.calculator__tab-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.calculator__packages {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.calculator__package {
  cursor: pointer;
}

.calculator__package input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.calculator__package-card {
  border: 2px solid #e0e4f0;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calculator__package-card:hover {
  border-color: #003A91;
  transform: translateY(-2px);
}

.calculator__package input[type="radio"]:checked + .calculator__package-card {
  border-color: #003A91;
  background: #f8f9ff;
  box-shadow: 0 4px 20px rgba(0, 58, 145, 0.1);
}

.calculator__package-name {
  font-weight: 600;
  font-size: 18px;
  color: #003A91;
}

.calculator__package-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: #555;
}

.calculator__package-price {
  font-weight: 700;
  font-size: 20px;
  color: #003A91;
  margin-top: auto;
}

.calculator__package-card--vip {
  border-style: dashed;
  border-color: #003A91;
  background: #f8f9ff;
}

.calculator__menu-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.calculator__menu-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 2px solid #e0e4f0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.calculator__menu-option:hover {
  border-color: #003A91;
  background: #f8f9ff;
}

.calculator__menu-option input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #003A91;
}

.calculator__menu-text {
  flex: 1;
  font-size: 16px;
  color: #333;
}

.calculator__menu-price {
  font-weight: 600;
  color: #003A91;
  font-size: 14px;
}

.calculator__menu-note {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

.calculator__guests {
  margin-bottom: 32px;
}

.calculator__guests-slider {
  margin-bottom: 20px;
}

.calculator__guests-slider input[type="range"] {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e0e4f0;
  outline: none;
  -webkit-appearance: none;
}

.calculator__guests-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #003A91;
  cursor: pointer;
  transition: transform 0.2s;
}

.calculator__guests-slider input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.calculator__guests-values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

.calculator__guests-input {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.calculator__guests-input input[type="number"] {
  width: 80px;
  padding: 12px 16px;
  border: 2px solid #e0e4f0;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #003A91;
  outline: none;
  transition: border-color 0.3s;
}

.calculator__guests-input input[type="number"]:focus {
  border-color: #003A91;
}

.calculator__guests-label {
  font-size: 18px;
  color: #666;
}

.calculator__result {
  text-align: center;
  padding: 24px;
  background: #f8f9ff;
  border-radius: 16px;
  margin-bottom: 32px;
}

.calculator__result-label {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}

.calculator__result-price {
  font-size: 36px;
  font-weight: 700;
  color: #003A91;
  margin-bottom: 12px;
}

.calculator__result-note {
  font-size: 13px;
  color: #999;
  margin: 0;
}

.calculator__nav {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.calculator__btn {
  padding: 16px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.calculator__btn--prev {
  background: #f0f4ff;
  color: #003A91;
}

.calculator__btn--prev:hover {
  background: #e0e8ff;
}

.calculator__btn--next,
.calculator__btn--submit {
  background: #003A91;
  color: white;
}

.calculator__btn--next:hover,
.calculator__btn--submit:hover {
  background: #002d70;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 58, 145, 0.3);
}

.calculator__btn--submit {
  font-size: 18px;
  padding: 18px 40px;
}

@media (max-width: 768px) {
  .calculator {
    padding: 24px 20px;
    border-radius: 20px;
  }
  
  .calculator__title {
    font-size: 24px;
  }
  
  .calculator__subtitle {
    font-size: 16px;
  }
  
  .calculator__tabs {
    grid-template-columns: 1fr;
  }
  
  .calculator__step-title {
    font-size: 20px;
  }
  
  .calculator__package-card {
    padding: 16px;
  }
  
  .calculator__result-price {
    font-size: 28px;
  }
  
  .calculator__nav {
    flex-direction: column;
  }
  
  .calculator__btn {
    width: 100%;
    justify-content: center;
  }
  .offcanvas-menu .pt-4, .offcanvas-menu .pt-3, .offcanvas-menu .p-3 {
    padding: 0 !important;
}
}

@media (max-width: 480px) {
  .calculator__progress-steps {
    font-size: 12px;
  }
  
  .calculator__menu-option {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  
  .calculator__guests-input {
    flex-direction: column;
  }
}






/* ===== КАТЕГОРИИ МЕРОПРИЯТИЙ ===== */
.events-section {
  padding: 30px 0;
  background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

/*.events-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}*/

.events-sidebar {
  position: sticky;
  top: 100px; 
  z-index: 10;
}

.events-sidebar__inner {
  background: white;
  border-radius: 24px;
  padding: 32px 24px;
  box-shadow: 0 10px 40px rgba(0, 58, 145, 0.1);
}

.events-sidebar__title {
  font-size: 20px;
  font-weight: 700;
  color: #003A91;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0f4ff;
}

.events-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.events-nav__link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px;
  border-radius: 16px;
  background: #f8f9ff;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.events-nav__link:hover {
  background: #eef2ff;
  border-color: #003A91;
  transform: translateX(4px);
}

.events-nav__link.active {
  background: #003A91;
  color: white;
  box-shadow: 0 4px 16px rgba(0, 58, 145, 0.3);
}

.events-nav__icon {
  font-size: 28px;
  line-height: 1;
}

.events-nav__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
}

.events-nav__sub {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 400;
}

/* CTA блок */
.events-sidebar__cta {
  text-align: center;
  padding-top: 24px;
  border-top: 2px solid #f0f4ff;
}

.events-sidebar__cta-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.events-sidebar__phone {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #003A91;
  text-decoration: none;
  transition: color 0.3s;
}

.events-sidebar__phone:hover {
  color: #002d70;
}

.events-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.event-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 6px rgba(0, 58, 145, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: sticky;
}
.event-card:nth-child(1) {
    top: 100px;
    transform: scale(0.92);
}
.event-card:nth-child(2) {
    top: 180px;
    transform: scale(0.94);
}
.event-card:nth-child(3) {
    top: 265px;
    transform: scale(0.96);
}
.event-card:nth-child(4) {
    top: 260px;
    transform: scale(0.98);
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 58, 145, 0.15);
}

.event-card__image {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.event-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.event-card:hover .event-card__image img {
  transform: scale(1.05);
}

.event-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #FF6B6B;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.event-card__badge--blue {
  background: #003A91;
}

.event-card__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.event-card__title {
  font-size: 28px;
  font-weight: 700;
  color: #003A91;
  margin-bottom: 15px;
  line-height: 1.3;
}

.event-card__description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.event-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-card__features li {
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-card__variants {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.event-card__variant {
  display: flex;
  gap: 16px;
  padding: 10px 16px;
  background: #f8f9ff;
  border-radius: 12px;
  border-left: 4px solid #003A91;
}

.event-card__variant-icon {
  font-size: 32px;
  line-height: 1;
}

.event-card__variant strong {
  display: block;
  color: #003A91;
  font-size: 16px;
  margin-bottom: 4px;
}

.event-card__variant p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.event-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 15px;
  border-top: 2px solid #f0f4ff;
}

.event-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.event-card__price-from {
  font-size: 14px;
  color: #999;
  margin-bottom: 4px;
}

.event-card__price-value {
  font-size: 28px;
  font-weight: 700;
  color: #003A91;
  line-height: 1;
}

.event-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: #003A91;
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.event-card__btn:hover {
  background: #002d70;
  transform: translateX(4px);
  box-shadow: 0 8px 24px rgba(0, 58, 145, 0.3);
  color: white;
}

.event-card__btn svg {
  transition: transform 0.3s;
}

.event-card__btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .events-wrapper {
    grid-template-columns: 260px 1fr;
    gap: 24px;
  }
  
  .event-card {
    grid-template-columns: 260px 1fr;
  }
  
  .event-card__image {
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .events-section {
    padding: 0px 0;
  }
  .footer-block {
    text-align: center;
}
.footer-block .sppb-addon.sppb-addon-header {
    text-align: center;
    display: inline-block;
}
.copyright {
    display: inline-block !important;
}
.copyright div {
    text-align: center;
}
  
  .events-wrapper {
    grid-template-columns: 1fr;
  }
  
  .events-sidebar {
    position: relative;
    top: 0;
    order: 2; 
  }
  
  .events-sidebar__inner {
    padding: 24px 20px;
  }
  
  .events-nav {
    gap: 8px;
  }
  
  .events-nav__link {
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
  }
  
  .events-nav__icon {
    font-size: 24px;
  }
  
  .event-card {
    grid-template-columns: 1fr;
  }
  
  .event-card__image {
    min-height: 190px;
  }
  
  .event-card__content {
    padding: 24px 20px;
  }
  
  .event-card__title {
    font-size: 22px;
  }
  
  .event-card__footer {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  
  .event-card__price {
    align-items: center;
  }
  
  .event-card__price-value {
    font-size: 24px;
  }
  
  .event-card__btn {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .events-sidebar__title {
    font-size: 18px;
  }
  
  .events-nav__text {
    font-size: 14px;
  }
  
  .event-card__variants {
    gap: 12px;
  }
  
  .event-card__variant {
    padding: 12px;
    gap: 12px;
  }
  
  .event-card__variant-icon {
    font-size: 24px;
  }
  
  .event-card__variant strong {
    font-size: 14px;
  }
  
  .event-card__variant p {
    font-size: 13px;
  }
}

/* ===== АНИМАЦИИ ПРИ СКРОЛЛЕ ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-card {
  animation: fadeInUp 0.6s ease forwards;
}

.event-card:nth-child(1) { animation-delay: 0.1s; }
.event-card:nth-child(2) { animation-delay: 0.2s; }
.event-card:nth-child(3) { animation-delay: 0.3s; }
.event-card:nth-child(4) { animation-delay: 0.4s; }

/* ===== ПОДСВЕТКА АКТИВНОЙ СЕКЦИИ ===== */
.event-card.active {
  box-shadow: 0 0 0 3px #003A91, 0 10px 40px rgba(0, 58, 145, 0.15);
}

@media(min-width: 1024px){
.event-card{
	height: 422px;
	}
}
@media(min-width: 1200px){
.event-card__variant div {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
}
 







/* ===== СЕТКА ПРЕИМУЩЕСТВ ===== */
.benefits-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  overflow: hidden;
}

.benefits-header {
  text-align: center;
  margin-bottom: 60px;
}

.benefits__title {
  font-size: 42px;
  font-weight: 700;
  color: #003A91;
  margin-bottom: 16px;
  line-height: 1.2;
}

.benefits__subtitle {
  font-size: 20px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
}

/* ===== GRID ===== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

/* ===== КАРТОЧКА ===== */
.benefit-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 40px rgba(0, 58, 145, 0.1);
}

.benefit-card:hover {
  transform: translateY(-12px) rotate(-2deg);
  box-shadow: 0 30px 80px rgba(0, 58, 145, 0.2);
}

/* Номер */
.benefit-card__number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 64px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  z-index: 1;
  line-height: 1;
  font-family: 'Stetica', sans-serif;
}

/* Изображение */
.benefit-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  overflow: hidden;
  z-index: 2;
}

.benefit-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.benefit-card:hover .benefit-card__image img {
  transform: scale(1.1);
}

/* Контент */
.benefit-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  padding: 24px 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, #ffffff 100%);
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.benefit-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #003A91;
  margin-bottom: 12px;
  line-height: 1.3;
}

.benefit-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.benefit-card__list li {
  font-size: 14px;
  color: #555;
  position: relative;
  padding-left: 16px;
  line-height: 1.4;
}

.benefit-card__list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #003A91;
  font-weight: bold;
}

/* ===== ИНДИВИДУАЛЬНЫЕ ЦВЕТА КАРТОЧЕК ===== */
/* Карточка 1 - Розовый */
.benefit-card--1 .benefit-card__image {
  background: linear-gradient(135deg, #FFB6C1 0%, #FFC0CB 100%);
}

/* Карточка 2 - Зелёный */
.benefit-card--2 .benefit-card__image {
  background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%);
}

/* Карточка 3 - Оранжевый */
.benefit-card--3 .benefit-card__image {
  background: linear-gradient(135deg, #FF9800 0%, #FFB74D 100%);
}

/* Карточка 4 - Синий */
.benefit-card--4 .benefit-card__image {
  background: linear-gradient(135deg, #2196F3 0%, #64B5F6 100%);
}

/* Карточка 5 - Индиго */
.benefit-card--5 .benefit-card__image {
  background: linear-gradient(135deg, #3F51B5 0%, #7986CB 100%);
}

/* Карточка 6 - Бирюзовый */
.benefit-card--6 .benefit-card__image {
  background: linear-gradient(135deg, #00BCD4 0%, #4DD0E1 100%);
}

/* ===== АНИМАЦИИ ПРИ ПОЯВЛЕНИИ ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px) rotate(3deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

.benefit-card {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.benefit-card:nth-child(1) { animation-delay: 0.1s; }
.benefit-card:nth-child(2) { animation-delay: 0.2s; }
.benefit-card:nth-child(3) { animation-delay: 0.3s; }
.benefit-card:nth-child(4) { animation-delay: 0.4s; }
.benefit-card:nth-child(5) { animation-delay: 0.5s; }
.benefit-card:nth-child(6) { animation-delay: 0.6s; }

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 1200px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .benefit-card:nth-child(5),
  .benefit-card:nth-child(6) {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .benefits-section {
    padding: 60px 0;
  }
  
  .benefits__title {
    font-size: 32px;
  }
  
  .benefits__subtitle {
    font-size: 18px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px;
  }
  
  .benefit-card {
    aspect-ratio: 16/10;
  }
  
  .benefit-card__number {
    font-size: 48px;
    top: 16px;
    left: 16px;
  }
  
  .benefit-card__image {
    height: 55%;
  }
  
  .benefit-card__content {
    height: 45%;
    padding: 20px 16px;
  }
  
  .benefit-card__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .benefit-card__list {
    gap: 4px;
  }
  
  .benefit-card__list li {
    font-size: 13px;
  }
  
  .benefit-card:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 480px) {
  .benefits__title {
    font-size: 28px;
  }
  
  .benefit-card__number {
    font-size: 40px;
  }
  
  .benefit-card__title {
    font-size: 16px;
  }
  
  .benefit-card__list li {
    font-size: 12px;
  }
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ ЭФФЕКТЫ ===== */
/* Блик при наведении */
.benefit-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
  z-index: 4;
  pointer-events: none;
}

.benefit-card:hover::after {
  left: 100%;
}

/* Тень под карточкой */
.benefit-card::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 20px;
  background: radial-gradient(ellipse, rgba(0,58,145,0.15) 0%, transparent 70%);
  z-index: 0;
  transition: all 0.4s ease;
}

.benefit-card:hover::before {
  width: 90%;
  height: 30px;
  opacity: 0.8;
}

/* ===== SVG ИКОНКИ (если нет изображений) ===== */
.benefit-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 80px;
}

/* ===== ДЛЯ ТЁМНОЙ ТЕМЫ ===== */
@media (prefers-color-scheme: dark) {
  .benefits-section {
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
  }
  
  .benefits__title {
    color: #ffffff;
  }
  
  .benefits__subtitle {
    color: #aaa;
  }
  
  .benefit-card__content {
    background: linear-gradient(180deg, rgba(30,30,50,0.95) 0%, #1e1e32 100%);
  }
  
  .benefit-card__title {
    color: #4FC3F7;
  }
  
  .benefit-card__list li {
    color: #ccc;
  }
  
  .benefit-card__list li::before {
    color: #4FC3F7;
  }
}

/* ============================================
   МЕНЮ — СТИЛЬ «ОБЛАКО ТЕГОВ РАЗВЛЕЧЕНИЙ»
   ============================================ */

/* --- Контейнер меню --- */
.menu-with-offcanvas {
  background: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* --- Навигация --- */
.sp-megamenu-wrapper {
  justify-content: center !important;
}

.sp-megamenu-parent {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* --- Скрываем стандартные маркеры списков --- */
.sp-megamenu-parent li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-megamenu-parent li.sp-has-child > a::after,
.sp-megamenu-parent li.sp-has-child > a::before {
  content: none !important;
}

/* ============================================
   КНОПКИ-ТЕГИ (ОСНОВНОЙ СТИЛЬ)
   ============================================ */
.sp-megamenu-parent > .sp-menu-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.3s ease;
  user-select: none;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
}

/* Hover-эффект */
.sp-megamenu-parent > .sp-menu-item > a:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  filter: brightness(1.15);
  color: #ffffff !important;
  text-decoration: none !important;
}

.sp-megamenu-parent > .sp-menu-item > a:active {
  transform: translateY(0) scale(0.97);
}

/* Активный пункт */
.sp-megamenu-parent > .sp-menu-item.current-item > a,
.sp-megamenu-parent > .sp-menu-item.active > a {
  box-shadow: 0 4px 15px rgba(255, 75, 75, 0.4);
}

/* ============================================
   ЦВЕТОВЫЕ ВАРИАНТЫ (по порядку)
   ============================================ */

/* 1. Тарифы — Чёрный с обводкой */
.sp-megamenu-parent > .sp-menu-item:nth-child(1) > a {
  background: #2a2a2e;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}
.sp-megamenu-parent > .sp-menu-item:nth-child(1) > a:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333338;
}

/* 2. Калькулятор — Красный */
.sp-megamenu-parent > .sp-menu-item:nth-child(2) > a {
  background: linear-gradient(135deg, #ff4b4b, #e03131);
  border: none;
}

/* 3. Заказать праздник — Фиолетовый */
.sp-megamenu-parent > .sp-menu-item:nth-child(3) > a {
  background: linear-gradient(135deg, #845ef7, #6741d9);
  border: none;
}

/* 4. Контакты — Оранжевый */
.sp-megamenu-parent > .sp-menu-item:nth-child(4) > a {
  background: linear-gradient(135deg, #ff8a3d, #f76707);
  border: none;
}

/* ============================================
   DROPDOWN (ВЫПАДАЮЩИЕ МЕНЮ)
   ============================================ */
.sp-dropdown.sp-dropdown-main {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 220px !important;
  background: #1a1a1e;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 999;
  pointer-events: none;
}

.sp-menu-item:hover > .sp-dropdown.sp-dropdown-main {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.sp-dropdown-inner {
  padding: 0;
}

.sp-dropdown-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-dropdown-items .sp-menu-item {
  margin: 0;
  padding: 0;
}

.sp-dropdown-items .sp-menu-item a {
  display: block;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
  white-space: nowrap;
}

.sp-dropdown-items .sp-menu-item a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Стрелка dropdown */
.sp-dropdown::before,
.sp-dropdown::after {
  content: none !important;
}

/* ============================================
   БУРГЕР-МЕНЮ (МОБИЛЬНЫЕ)
   ============================================ */
.offcanvas-toggler {
  display: none !important;
}

@media (max-width: 991.98px) {
  .offcanvas-toggler {
    display: flex !important;
    padding: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  }

  .offcanvas-toggler .burger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 28px;
    height: 22px;
    justify-content: center;
  }

  .offcanvas-toggler .burger-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* Анимация бургера при открытии */
  .offcanvas-toggler.active .burger-icon span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .offcanvas-toggler.active .burger-icon span:nth-child(2) {
    opacity: 0;
  }
  .offcanvas-toggler.active .burger-icon span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Мобильное меню — облако тегов */
  .sp-megamenu-parent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(20, 20, 24, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 40px 30px;
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sp-megamenu-parent.offcanvas-open {
    transform: translateX(0);
  }

  .sp-megamenu-parent > .sp-menu-item > a {
    font-size: 18px;
    padding: 14px 32px;
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  /* Мобильный dropdown */
  .sp-dropdown.sp-dropdown-main {
    position: relative;
    top: auto;
    margin-top: 6px;
    width: 100% !important;
    max-width: 300px;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 8px;
  }

  .sp-menu-item.sp-has-child.active > .sp-dropdown.sp-dropdown-main {
    display: block;
  }
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */
@media (max-width: 767.98px) {
  .sp-megamenu-parent > .sp-menu-item > a {
    padding: 10px 22px;
    font-size: 15px;
  }

  .sp-megamenu-parent {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .sp-megamenu-parent > .sp-menu-item > a {
    padding: 10px 18px;
    font-size: 14px;
  }

  .sp-dropdown-items .sp-menu-item a {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/* ============================================
   ПУЛЬСАЦИЯ ДЛЯ ПРИВЛЕЧЕНИЯ ВНИМАНИЯ
   ============================================ */
.sp-megamenu-parent > .sp-menu-item:nth-child(2) > a {
  animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 75, 75, 0.3);
  }
  50% {
    box-shadow: 0 0 20px 5px rgba(255, 75, 75, 0.15);
  }
}

/* ============================================
   ОТКЛЮЧАЕМ АНИМАЦИИ ДЛЯ УМЕНЬШЕНИЯ ДВИЖЕНИЯ
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .sp-megamenu-parent > .sp-menu-item > a,
  .sp-dropdown.sp-dropdown-main,
  .sp-dropdown-items .sp-menu-item a {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .sp-megamenu-parent > .sp-menu-item:nth-child(2) > a {
    animation: none !important;
  }
}






.buttons-top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}


.phone-top a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #2a2a2e;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


.phone-top a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.phone-top a:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.5);
  background: #333338;
}

.phone-top a:hover::before {
  transform: rotate(15deg) scale(1.1);
}

.phone-top a:active {
  transform: translateY(0) scale(0.97);
}


.sppb-btn.button-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1e !important;
  text-decoration: none !important;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  border: 2px solid rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}


.sppb-btn.button-top::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.sppb-btn.button-top:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #ffffff, #e8e8e8);
  color: #1a1a1e !important;
}

.sppb-btn.button-top:hover::before {
  transform: scale(1.15);
}

.sppb-btn.button-top:active {
  transform: translateY(0) scale(0.97);
}


.sppb-btn.button-top {
  animation: cta-pulse 4s ease-in-out infinite;
}

@keyframes cta-pulse {
  0%, 100% {
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 4px rgba(255, 255, 255, 0.1);
  }
}


.phone-top a + .sppb-btn,
.sppb-btn.button-top + .phone-top a {
  position: relative;
}


.button-top {
  position: relative;
}

.button-top::after {
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 28px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}


.button-top:only-child::after {
  display: none;
}


@media (max-width: 1199.98px) {
  .phone-top a {
    padding: 10px 18px;
    font-size: 14px;
  }
  .sppb-btn.button-top {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .buttons-top {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 20px;
    width: 100%;
  }

  .phone-top a,
  .sppb-btn.button-top {
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
    padding: 14px 24px;
  }

  .button-top::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .phone-top a,
  .sppb-btn.button-top {
    padding: 12px 20px;
    font-size: 15px;
  }
  .gallery {
    overflow: hidden;
}
}

@media (max-width: 575.98px) {
  .phone-top a,
  .sppb-btn.button-top {
    padding: 10px 16px;
    font-size: 14px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .phone-top a,
  .sppb-btn.button-top {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}




.agency-feature-item .sppb-addon-content .deco-line-2 {
    position: absolute;
    top: 42%;
    left: -5%;
    width: 110%;
    height: 6px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(60, 100, 230, 0.5) 20%,
        rgba(90, 70, 230, 0.7) 50%,
        rgba(60, 100, 230, 0.5) 80%,
        transparent 100%
    );
    border-radius: 3px;
    transform: rotate(3deg);
    z-index: 2;
    filter: blur(1px);
    opacity: 0.5;
    pointer-events: none;
}


.agency-feature-item .sppb-addon-title {
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
}


.agency-feature-item .sppb-addon-text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}





.agency-feature-item .sppb-addon-text p:first-child {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.agency-feature-item .sppb-addon-text p:first-child br {
    content: "";
    display: block;
    margin-bottom: 2px;
}

.agency-feature-item .sppb-addon-text p:last-child {
    font-size: 15px;
    opacity: 0.92;
    font-weight: 500;
    margin-top: 6px;
}

@media(min-width: 768px){
.calculator__packages {
    grid-template-columns: repeat(3, 1fr);
}
.calculator__package-card {
    height: 245px;
}
}





.contact-sales-card {
    background: rgba(20, 20, 30, 0.85); 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 32px;
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}


.contact-sales-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(100, 60, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}


.cs-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 28px;
}

.cs-manager {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.cs-photo-wrapper {
    position: relative;
    flex-shrink: 0;
}

.cs-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.cs-status-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #37b24d; 
    border: 3px solid #14141e; 
    border-radius: 50%;
    box-shadow: 0 0 0 1px #37b24d;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% { box-shadow: 0 0 0 0 rgba(55, 178, 77, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(55, 178, 77, 0); }
    100% { box-shadow: 0 0 0 0 rgba(55, 178, 77, 0); }
}

.cs-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.cs-role {
    font-size: 13px;
    color: #a0a0b0;
    display: block;
}

.cs-pitch {
    font-size: 15px;
    line-height: 1.5;
    color: #e0e0e0;
    max-width: 90%;
    margin-bottom: 20px;
}

.cs-pitch strong {
    color: #845ef7; 
    font-weight: 700;
}


.cs-direct-contacts {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.cs-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: transform 0.2s, filter 0.2s;
}

.cs-social-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

.cs-wa {
    background: #25D366;
    color: #fff;
}

.cs-tg {
    background: #2AABEE;
    color: #fff;
}

.cs-max {
    background: linear-gradient(135deg, #0066FF 0%, #8B5CF6 50%, #C026D3 100%);
    color: #fff;
}






.cs-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 15px 0;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4;
    color: #666;
}

.cs-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.cs-checkmark {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
    transition: all 0.2s;
    margin-top: 1px;
}

.cs-checkbox input:checked + .cs-checkmark {
    background: #0066FF;
    border-color: #0066FF;
}

.cs-checkbox input:checked + .cs-checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cs-checkbox input:invalid:not(:checked) + .cs-checkmark {
    border-color: #e74c3c;
}

.cs-checkbox-text {
    user-select: none;
}


span.cs-checkbox-text a {
    font-size: 12px;
    line-height: 1.4;
    color: #667eea;
}

.cs-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.cs-input-group {
    position: relative;
    width: 100%;
}


.cs-input-group:nth-child(1),
.cs-input-group:nth-child(2) {
    grid-column: span 1; 
}

.cs-input-group:nth-child(3),
.cs-input-group:nth-child(4) {
    grid-column: span 1;
}


.cs-input-group input {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px; 
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s, background 0.3s;
    box-sizing: border-box;
}

.cs-input-group input::placeholder {
    color: transparent; 
}


.cs-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 15px;
    pointer-events: none;
    transition: 0.2s ease all;
    background: transparent;
}

.cs-input-group input:focus,
.cs-input-group input:not(:placeholder-shown) {
    border-color: #845ef7;
    background: rgba(255, 255, 255, 0.1);
}

.cs-input-group input:focus + .cs-label,
.cs-input-group input:not(:placeholder-shown) + .cs-label {
    top: 0px;
    left: 12px;
    font-size: 11px;
    padding: 0 4px;
    background: #16161f; 
    color: #845ef7;
    border-radius: 4px;
}

.cs-date-input {
    color-scheme: dark; 
}
.cs-date-input::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Белая иконка календаря */
    cursor: pointer;
}

.cs-submit-btn {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(90deg, #ff6b35, #ff3366); /* Градиент Оранжевый-Красный */
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(255, 51, 102, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

.cs-submit-btn:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 12px 25px rgba(255, 51, 102, 0.5);
}

.cs-submit-btn:active {
    transform: translateY(0);
}

.btn-sub {
    display: block;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-icon {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    margin-bottom: -5px;
}

.cs-privacy {
    text-align: center;
    font-size: 11px;
    color: #666;
    margin-top: 15px;
    line-height: 1.4;
}


@media (max-width: 576px) {
    .contact-sales-card {
        padding: 20px;
        border-radius: 16px;
    }
    
    .cs-form-grid {
        grid-template-columns: 1fr; 
        gap: 12px;
    }
    
    .cs-submit-btn {
        flex-direction: column;
        padding: 14px 10px;
    }
    
    .cs-manager {
        flex-direction: column;
        gap: 10px;
    }
}





.services-page-accordiones .sppb-panel-title {
    font-weight: 700;
}

.services-page-accordiones .sppb-panel-group {
    border: none !important;
    padding: 0;
    background: transparent;
}

.services-page-accordiones .sppb-panel {
    background: #6508d8; 
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.services-page-accordiones .sppb-panel:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}


.services-page-accordiones .sppb-panel-heading.active {
    background: linear-gradient(90deg, rgba(255, 75, 75, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    border-bottom: 1px solid rgba(255, 75, 75, 0.2);
}


.services-page-accordiones .sppb-panel-heading {
    padding: 22px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    width: 100%;
    text-align: left;
}

.services-page-accordiones .sppb-panel-title {
    padding-right: 15px;
    line-height: 1.4;
}


.services-page-accordiones .sppb-toggle-direction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-size: 14px;
}


.services-page-accordiones .sppb-panel-heading.active .sppb-toggle-direction {
    transform: translateY(-50%) rotate(90deg);
    background: #ff4b4b; 
    color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 75, 75, 0.4);
}

.services-page-accordiones .sppb-panel-collapse {
    background: rgba(0, 0, 0, 0.2);
}

.services-page-accordiones .sppb-panel-body {
    padding: 25px;
    color: #d1d1d6;
    font-size: 15px;
    line-height: 1.7;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.services-page-accordiones .sppb-panel-body a {
    color: #ff4b4b;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 75, 75, 0.5);
    transition: border-bottom 0.2s ease;
}
.services-page-accordiones .sppb-panel-body a:hover {
    border-bottom: 1px solid #ff4b4b;
}


.services-page-accordiones .sppb-panel:first-child {
    border: 1px solid rgba(255, 75, 75, 0.4);
    box-shadow: 0 0 20px rgba(255, 75, 75, 0.15);
    position: relative;
}

.services-page-accordiones .sppb-panel:first-child::after {
    content: "Популярный вопрос";
    position: absolute;
    top: 21px;
    right: 65px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff4b4b;
    background: rgba(255, 75, 75, 0.1);
    padding: 4px 8px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}


@media (max-width: 768px) {
    .services-page-accordiones .sppb-panel-heading {
        padding: 18px 20px;
        font-size: 16px;
    }
    
    .services-page-accordiones .sppb-panel-body {
        padding: 20px;
        font-size: 14px;
    }
    
    .services-page-accordiones .sppb-toggle-direction {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
}

.map-widget-layout-view__controls .layout-control-group._side_right, .map-widget-layout-view__controls .layout-control-group._side_left {
    display: none;
}






.gallery-infinite-scroller .sppb-addon-single-image-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.1) 40%,
        transparent 100%
    );
    opacity: 0.6;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
    border-radius: 20px;
}

.gallery-infinite-scroller .sppb-addon-single-image-container::after {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(
        45deg,
        #ff4b4b,
        #845ef7,
        #ff8a3d,
        #ff4b4b
    );
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    background-size: 300% 300%;
    animation: gradient-rotate 4s ease infinite;
}

@keyframes gradient-rotate {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.gallery-infinite-scroller .sppb-addon-single-image-container:hover {
    transform: scale(1.06) translateY(-8px);
    box-shadow: 0 20px 50px rgba(255, 75, 75, 0.25),
                0 10px 30px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.gallery-infinite-scroller .sppb-addon-single-image-container:hover img {
    transform: scale(1.06);
    filter: brightness(1.1) saturate(1.2);
}

.gallery-infinite-scroller .sppb-addon-single-image-container:hover::before {
    opacity: 0.8;
    linear-gradient(to top, #f0f8ff8a 0%, rgba(100, 60, 200, 0.2) 50%, transparent 100%);
}

.gallery-infinite-scroller .sppb-addon-single-image-container:hover::after {
    opacity: 1;
}


.gallery-infinite-scroller .sppb-addon-single-image-container img{
	max-width: 320px;
}






.offcanvas-inner {
    background: linear-gradient(180deg, #1a1a2e 0%, #16161f 40%, #0f0f1a 100%);
    min-height: 100vh;
    padding: 24px 20px 40px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.offcanvas-inner::before {
    content: '';
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200px;
    background: radial-gradient(ellipse at center, rgba(100, 60, 200, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.offcanvas-inner > * {
    position: relative;
    z-index: 2;
}

.offcanvas-image .sppb-addon-single-image-container {
    display: flex;
    justify-content: center;
}

.offcanvas-image img {
    max-width: 180px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
    transition: transform 0.3s ease;
}

.offcanvas-image img:hover {
    transform: scale(1.03);
}


.offcanvas-inner .menu.nav-pills {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.offcanvas-inner .menu.nav-pills li {
    margin: 0;
}

.offcanvas-inner .menu.nav-pills li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.offcanvas-inner .menu.nav-pills li a::after {
    content: '→';
    font-size: 18px;
    font-weight: 300;
    opacity: 0.6;
    transition: transform 0.3s ease, opacity 0.3s ease;
    flex-shrink: 0;
}

.offcanvas-inner .menu.nav-pills li a:hover {
    background: linear-gradient(135deg, rgba(255, 75, 75, 0.15), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 75, 75, 0.4);
    transform: translateX(4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.offcanvas-inner .menu.nav-pills li a:hover::after {
    transform: translateX(3px);
    opacity: 1;
}

.offcanvas-inner .menu.nav-pills li.active > a,
.offcanvas-inner .menu.nav-pills li.current-item > a {
    background: linear-gradient(135deg, rgba(255, 75, 75, 0.25), rgba(100, 60, 200, 0.15));
    border-color: rgba(255, 75, 75, 0.6);
    box-shadow: 0 4px 20px rgba(255, 75, 75, 0.2);
}

.offcanvas-inner .menu.nav-pills li.active > a::after,
.offcanvas-inner .menu.nav-pills li.current-item > a::after {
    opacity: 1;
    color: #ff4b4b;
}


.offcanvas-inner .sppb-btn-primary.sppb-btn-block {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 24px;
    background: linear-gradient(135deg, #ff4b4b, #e03131) !important;
    border: none !important;
    border-radius: 50px !important;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(255, 75, 75, 0.35);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.offcanvas-inner .sppb-btn-primary.sppb-btn-block::before {
    content: '📞';
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}

.offcanvas-inner .sppb-btn-primary.sppb-btn-block:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(255, 75, 75, 0.5);
}

.offcanvas-inner .sppb-btn-primary.sppb-btn-block:active {
    transform: translateY(0) scale(0.98);
}

/* Пульсация для привлечения внимания */
.offcanvas-inner .sppb-btn-primary.sppb-btn-block {
    animation: cta-pulse 3s ease-in-out infinite;
}

@keyframes cta-pulse {
    0%, 100% {
        box-shadow: 0 8px 25px rgba(255, 75, 75, 0.35);
    }
    50% {
        box-shadow: 0 8px 40px rgba(255, 75, 75, 0.6);
    }
}


.quick-contacts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 25px 0 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.qc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.qc-item:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(3px);
}


.qc-wa { border-color: rgba(37, 211, 102, 0.4); }
.qc-wa:hover { background: rgba(37, 211, 102, 0.15); }

.qc-tg { border-color: rgba(42, 171, 238, 0.4); }
.qc-tg:hover { background: rgba(42, 171, 238, 0.15); }


.offcanvas-inner::after {
    content: '🟢 Менеджер онлайн';
    position: absolute;
    bottom: 20px;
    left: 40%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 3;
    animation: status-fade 2s ease-in-out infinite;
}

@keyframes status-fade {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.offcanvas-inner .menu.nav-pills li {
    animation: slideInUp 0.4s ease forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
}

/* Задержка для каждого пункта через inline-style или JS */
.offcanvas-inner .menu.nav-pills li:nth-child(1) { --i: 1; }
.offcanvas-inner .menu.nav-pills li:nth-child(2) { --i: 2; }
.offcanvas-inner .menu.nav-pills li:nth-child(3) { --i: 3; }
.offcanvas-inner .menu.nav-pills li:nth-child(4) { --i: 4; }

@media (max-width: 375px) {
    .offcanvas-inner {
        padding: 20px 16px 35px;
    }
    
    .offcanvas-inner .menu.nav-pills li a {
        padding: 16px 20px;
        font-size: 16px;
    }
    
    .offcanvas-inner .sppb-btn-primary.sppb-btn-block {
        padding: 16px 20px;
        font-size: 16px;
    }
    
    .offcanvas-image img {
        max-width: 150px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas-inner .menu.nav-pills li,
    .offcanvas-inner .sppb-btn-primary.sppb-btn-block,
    .offcanvas-inner::after {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}






.footer-block {
    background: linear-gradient(180deg, #0f0f1a 0%, #1a1a2e 100%);
    padding: 50px 30px 30px;
    position: relative;
    overflow: hidden;
}

.footer-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(100, 60, 200, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.footer-block .sppb-row-column {
    position: relative;
    z-index: 1;
}


.footer-block img {
    max-width: 200px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(7494%) hue-rotate(252deg) brightness(94%) contrast(101%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-block img:hover {
    transform: scale(1.05);
    filter: brightness(0) saturate(100%) invert(33%) sepia(96%) saturate(7494%) hue-rotate(252deg) brightness(104%) contrast(101%);
}

.footer-block .corporate-home-footer-menu nav ul li a {
    display: block;
    padding: 10px 16px;
    color: #e0e0e6 !important;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-block .corporate-home-footer-menu nav ul li a:hover {
    background: rgba(132, 94, 247, 0.15);
    border-color: rgba(132, 94, 247, 0.4);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(132, 94, 247, 0.2);
}

.footer-block #sppb-addon-30416564-6c4d-46be-bcc4-865811d45fad .sppb-addon-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    background: linear-gradient(135deg, rgba(132, 94, 247, 0.2), rgba(255, 75, 75, 0.1));
    border: 1.5px solid rgba(132, 94, 247, 0.4);
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(132, 94, 247, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.footer-block #sppb-addon-30416564-6c4d-46be-bcc4-865811d45fad .sppb-addon-title::before {
    content: '📞';
    font-size: 20px;
    filter: grayscale(100%) brightness(200%);
}

.footer-block #sppb-addon-30416564-6c4d-46be-bcc4-865811d45fad .sppb-addon-title:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 30px rgba(132, 94, 247, 0.35);
    border-color: rgba(132, 94, 247, 0.7);
}

.footer-block #nav-menu{
	margin: auto;
}

.footer-block #nav-menu a {
    padding: 10px 20px;
    margin-bottom: 15px;
    width: 220px
}

.footer-block .sppb-addon-header {
        margin-top: 0px;
    }
.footer-block .sppb-addon-header h6.sppb-addon-title {
    padding: 10px 20px !important;
}

#sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 {
    text-align: center;
    margin: 20px 0;
}

#sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
	justify-content: right;
}

#sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list li {
    margin: 0 !important;
}
.footer-block ul.sppb-icons-group-list li a {
    margin: 0 !important;
}

#sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff !important;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
}

#sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list li a:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* VK */
#sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list li:nth-child(1) a:hover {
    background: #4a76a8;
    border-color: #4a76a8;
    box-shadow: 0 8px 20px rgba(74, 118, 168, 0.4);
}

/* Telegram */
#sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list li:nth-child(2) a:hover {
    background: #2aabee;
    border-color: #2aabee;
    box-shadow: 0 8px 20px rgba(42, 171, 238, 0.4);
}
/* max */
#sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list li:nth-child(3) a:hover {
    background: #008bd3;
    border-color: #2aabee;
    box-shadow: 0 8px 20px rgba(42, 171, 238, 0.4);
}


#sppb-addon-74123b0d-091d-4faa-ae9e-14c626711622 .sppb-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 !important;
}

.copyright {
    text-align: center;
    margin-top: 10px;
}

.copyright p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 400;
    margin: 8px 0;
    line-height: 1.6;
}

.copyright p:first-child {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.copyright p:last-child {
    cursor: pointer;
    transition: color 0.3s ease;
}

.copyright p:last-child:hover {
    color: rgba(132, 94, 247, 0.8);
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    
    #sppb-addon-ac939e35-f27f-4aa1-a0c9-e6ee29a848d5 img {
        max-width: 160px;
    }
    
    .corporate-home-footer-menu nav ul {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 280px;
    }
    
    .corporate-home-footer-menu nav ul li a {
        padding: 12px 16px;
        font-size: 16px;
    }
    
    #sppb-addon-30416564-6c4d-46be-bcc4-865811d45fad .sppb-addon-title {
        font-size: 19px;
        padding: 10px 24px;
    }
    
    #sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list li a {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #sppb-addon-ac939e35-f27f-4aa1-a0c9-e6ee29a848d5 img {
        max-width: 140px;
    }
    
    #sppb-addon-30416564-6c4d-46be-bcc4-865811d45fad .sppb-addon-title {
        font-size: 17px;
        padding: 9px 20px;
    }
    
    .copyright p {
        font-size: 12px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sppb-row-column {
    animation: fadeInUp 0.6s ease forwards;
}

.sppb-row-column:nth-child(1) { animation-delay: 0.1s; }
.sppb-row-column:nth-child(2) { animation-delay: 0.2s; }
.sppb-row-column:nth-child(3) { animation-delay: 0.3s; }
.sppb-row-column:nth-child(4) { animation-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
    .sppb-row-column,
    #sppb-addon-30416564-6c4d-46be-bcc4-865811d45fad .sppb-addon-title,
    .corporate-home-footer-menu nav ul li a,
    #sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list li a {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}
@media(min-width:1301px) and (max-width: 1412px){
.sp-megamenu-parent > .sp-menu-item > a {
    padding: 12px 14px;
}
}
@media(min-width:992px) and (max-width: 1300px){
div#column-wrap-id-4ebb6a63-5229-4c48-b94b-c33b9829029b {
    display: none;
}
.phone-top a {
    padding: 10px 14px;
}
.sp-megamenu-parent {
    gap: 5px;
}
}
@media(min-width:576px) and (max-width: 1132px){
.sppb-addon.sppb-addon-raw-html.phone-top {
    display: none;
}
}
section#contact {
    z-index: 2 !important;
}

.map-contacts-wrapper {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
        }

        .map-container {
            width: 100%;
            height: 600px;
            position: relative;
        }

        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
            display: block;
        }

        .contacts-overlay {
			position: absolute;
			top: 40px;
			left: 40px;
			max-width: 420px;
			background: rgba(255, 255, 255, 0.1);
			backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(20px);
			padding: 35px;
			border-radius: 24px;
			box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
			z-index: 10;
			animation: slideInLeft 0.6s ease;
			background-image: linear-gradient(135deg, #ffffffdb 10%, transparent 45% 64%, #ff5c5c 100%);
		}

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .contacts-overlay h2 {
            font-size: 24px;
            font-weight: 800;
            color: #1a1a2e;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .contacts-overlay h2::before {
            content: '';
            width: 6px;
            height: 30px;
            background: linear-gradient(180deg, #ff4b4b, #845ef7);
            border-radius: 3px;
        }

        .address-block {
            margin-bottom: 30px;
        }

        .address-block h3 {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .address-block h3::before {
			content: '';
			display: inline-block;
			width: 24px;
			height: 24px;
			background-image: url('/images/logo-icon.svg');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			vertical-align: middle;
			margin-right: 10px;
		}

        .address-block p {
            font-size: 16px;
            color: #555;
            line-height: 1.7;
            font-weight: 600;
            padding-left: 30px;
        }

        .hours-block {
            margin-bottom: 25px;
        }

        .hours-block h3 {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .hours-block h3::before {
            content: '🕐';
            font-size: 20px;
        }

        .hours-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding-left: 30px;
        }

        .hours-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 15px;
            color: #555;
        }

        .hours-item .day {
            font-weight: 600;
            min-width: 80px;
            color: #1a1a2e;
        }

        .hours-item .time {
			font-weight: 700;
			color: #ff4b4b;
			background: rgba(255, 75, 75, 0.1);
			padding: 4px 12px;
			border-radius: 20px;
			transition: background 0.4s ease, color 0.4s ease;
		}

		.hours-item .time.is-open {
			background: #a0f637;
			color: #111111; 
		}

        .hours-item .status {
            font-size: 12px;
            padding: 3px 8px;
            border-radius: 12px;
            font-weight: 600;
        }

        .status.open {
            background: #4caf50;
            color: white;
        }

        .action-buttons {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .action-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 20px;
            background: linear-gradient(135deg, #845ef7, #667eea);
            color: white;
            text-decoration: none;
            border-radius: 12px;
            font-weight: 700;
            font-size: 15px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(132, 94, 247, 0.3);
            border: none;
            cursor: pointer;
            justify-content: center;
        }

        .action-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(132, 94, 247, 0.4);
        }

        .action-btn.secondary {
            background: white;
            color: #1a1a2e;
            border: 2px solid #e4e8ec;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        }

        .action-btn.secondary:hover {
            border-color: #845ef7;
            background: #f8f9fa;
        }

        .phone-block {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 2px solid #e4e8ec;
            padding-left: 30px;
        }

        .phone-label {
            font-size: 13px;
            color: #888;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .phone-number {
            font-size: 22px;
            font-weight: 800;
            color: #1a1a2e;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: color 0.3s ease;
        }

        .phone-number:hover {
            color: #845ef7;
        }

        .map-decoration {
            position: absolute;
            bottom: 30px;
            left: 30px;
            z-index: 10;
        }

        .map-badge {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 12px 24px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 14px;
            color: #1a1a2e;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .map-badge::before {
            content: '';
            width: 10px;
            height: 10px;
            background: #4caf50;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.5);
                opacity: 0.5;
            }
        }

        @media (max-width: 768px) {
            .map-container {
                height: 500px;
            }

            .contacts-overlay {
                position: relative;
                top: 0;
                left: 0;
                max-width: 100%;
                margin: 20px;
                border-radius: 20px;
            }

            .map-decoration {
                display: none;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 20px 10px;
            }

            .map-container {
                height: 450px;
            }

            .contacts-overlay {
                padding: 25px;
                margin: 15px;
            }

            .contacts-overlay h2 {
                font-size: 20px;
            }

            .address-block p,
            .hours-list {
                padding-left: 0;
            }

            .action-buttons {
                padding-left: 0;
            }

            .phone-block {
                padding-left: 0;
            }

            .phone-number {
                font-size: 18px;
            }
        }

.ymaps-2-1-79-balloon {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(132, 94, 247, 0.2) !important;
    box-shadow: 0 15px 50px rgba(132, 94, 247, 0.3) !important;
    overflow: hidden !important;
}



.cookie-consent {
            position: fixed;
            bottom: 20px;
            right: 20px;
            max-width: 520px;
            background: white;
            border-radius: 20px;
            padding: 25px;
            box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
            z-index: 9999;
            animation: slideInRight 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(0, 0, 0, 0.08);
        }

        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(400px) rotate(5deg);
            }
            to {
                opacity: 1;
                transform: translateX(0) rotate(0deg);
            }
        }

        .cookie-consent.hidden {
            display: none;
        }

        .cookie-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .cookie-text {
            flex: 1;
            font-size: 14px;
            line-height: 1.6;
            color: #333;
            padding-right: 10px;
        }

        .cookie-text a {
            color: #0066cc;
            text-decoration: underline;
            transition: color 0.3s ease;
        }

        .cookie-text a:hover {
            color: #0052a3;
            text-decoration: none;
        }

        .cookie-close {
            background: none;
            border: none;
            font-size: 24px;
            color: #999;
            cursor: pointer;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
            flex-shrink: 0;
            line-height: 1;
        }

        .cookie-close:hover {
            background: #f0f0f0;
            color: #333;
            transform: rotate(90deg);
        }

        .cookie-button {
            width: 100%;
            padding: 14px 24px;
            background: linear-gradient(135deg, #6508d8 0%, #007af2 100%);
            color: #fff;
            border: none;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(163, 230, 53, 0.3);
        }

        .cookie-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(163, 230, 53, 0.4);
            background: linear-gradient(135deg, #6508d8 0%, #007af2 100%);
        }

        .cookie-button:active {
            transform: translateY(0);
        }

        @media (max-width: 480px) {
            .cookie-consent {
                left: 15px;
                right: 15px;
                bottom: 15px;
                max-width: none;
                padding: 20px;
            }

            .cookie-text {
                font-size: 13px;
            }

            .cookie-button {
                padding: 12px 20px;
                font-size: 14px;
            }
        }

        .demo-content {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .demo-content h1 {
            margin-bottom: 20px;
            color: #333;
        }

        .demo-content p {
            line-height: 1.8;
            color: #666;
            margin-bottom: 15px;
        }
		
		
		
		
		
		
		
		

#sppb-addon-1748939325637 .sppb-addon-title {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    animation: fadeInUp 0.8s ease 0.2s both;
}

#sppb-addon-1748939325637 .sppb-addon-title span {
    background: linear-gradient(135deg, #ffffff 0%, #570ad3 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: textShine 3s linear infinite, fadeInUp 0.8s ease 0.2s both;
}

@keyframes textShine {
    to { background-position: 200% center; }
}

#sppb-addon-1748939424858 .sppb-addon-content h6 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 2.2;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease 0.4s both;
	padding-left: 48px;
}

#sppb-addon-1748939424858 .sppb-addon-content h6::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #a0f637, #84cc16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a2e;
    font-weight: 900;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(160, 246, 55, 0.4);
}

.page-content.builder-container .sppb-button-wrapper {
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease both;
}

.page-content.builder-container .sppb-button-wrapper:nth-child(1) {
    animation-delay: 0.6s;
}

.page-content.builder-container .sppb-button-wrapper:nth-child(2) {
    animation-delay: 0.7s;
}

#btn-1748939783041.corporate-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: linear-gradient(135deg, #a0f637 0%, #84cc16 100%);
    color: #1a1a2e !important;
    text-decoration: none;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 10px 40px rgba(160, 246, 55, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

#btn-1748939783041.corporate-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

#btn-1748939783041.corporate-button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 50px rgba(160, 246, 55, 0.6);
}

#btn-1748939783041.corporate-button:hover::before {
    left: 100%;
}

#btn-1748939783041.corporate-button {
    animation: ctaPulse 2s ease-in-out infinite;
}

@keyframes ctaPulse {
    0%, 100% { 
        box-shadow: 0 10px 40px rgba(160, 246, 55, 0.4);
    }
    50% { 
        box-shadow: 0 10px 60px rgba(160, 246, 55, 0.7);
    }
}

#btn-0e9a25f3-01ae-44b4-b508-a4de3052997d.corporate-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

#btn-0e9a25f3-01ae-44b4-b508-a4de3052997d.corporate-button:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

#btn-1748939783041.corporate-button::after,
#btn-0e9a25f3-01ae-44b4-b508-a4de3052997d.corporate-button::after {
    content: '→';
    font-size: 20px;
    transition: transform 0.3s ease;
}

#btn-1748939783041.corporate-button:hover::after,
#btn-0e9a25f3-01ae-44b4-b508-a4de3052997d.corporate-button:hover::after {
    transform: translateX(5px);
}

#sppb-addon-1748948697333 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    animation: bounce 2s ease-in-out infinite;
}

#sppb-addon-1748948697333 .sppb-icon a {
    display: block;
    width: 30px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}

#sppb-addon-1748948697333 .sppb-icon a::after {
    content: '';
    width: 6px;
    height: 12px;
    background: #a0f637;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollDown 2s ease-in-out infinite;
}

#sppb-addon-1748948697333 .sppb-icon a:hover {
    border-color: #a0f637;
    box-shadow: 0 0 20px rgba(160, 246, 55, 0.4);
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes scrollDown {
    0%, 100% { opacity: 1; top: 10px; }
    50% { opacity: 0.5; top: 25px; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 991.98px) {
    
    #sppb-addon-1748939325637 .sppb-addon-title {
        font-size: 36px;
    }
    
    #sppb-addon-1748939424858 .sppb-addon-content h6 {
        font-size: 16px;
    }
    
    #btn-1748939783041.corporate-button,
    #btn-0e9a25f3-01ae-44b4-b508-a4de3052997d.corporate-button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    
    #sppb-addon-1748939325637 .sppb-addon-title {
        font-size: 28px;
    }
    
    #sppb-addon-1748939424858 .sppb-addon-content h6 {
        font-size: 14px;
        line-height: 2;
		margin: 15px 0;
        display: flex;
        padding-left: 36px;
    }
	#sppb-addon-1748939424858 .sppb-addon-content h6::before {
		top: -2px !important;
	}
    
    #btn-1748939783041.corporate-button,
    #btn-0e9a25f3-01ae-44b4-b508-a4de3052997d.corporate-button {
        font-size: 13px;
    }
    
    #sppb-addon-1748948697333 {
        bottom: 20px;
    }
	.events-content article {
		display: block;
}
}
@media (min-width: 768px) {
#column-id-5eac6346-330e-42c2-bde4-b95c86c0bb25 {
    margin-bottom: 100px;
}
}
.footer-block h6 a {
    color: white;
}







/* ===== КОНТАКТНЫЕ ПОЛЯ ===== */
.calculator__contacts {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}

.calculator__contacts h4 {
  color: #003a91;
  font-size: 18px;
  margin: 0 0 20px 0;
  font-weight: 700;
}

.calculator__input-group label {
  display: block;
  color: #e0e0e6;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.calculator__input-group input,
.calculator__input-group textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgb(241 244 255);
  color: #000;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.calculator__input-group input:focus,
.calculator__input-group textarea:focus {
  outline: none;
  border-color: #003a91;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 4px rgba(160, 246, 55, 0.15);
}

.calculator__input-group input::placeholder,
.calculator__input-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.calculator__input-group textarea {
  resize: vertical;
  min-height: 80px;
}

.calculator__error {
  display: block;
  color: #ff4b4b;
  font-size: 13px;
  margin-top: 6px;
  min-height: 18px;
}

.calculator__input-group input.error,
.calculator__input-group textarea.error {
  border-color: #ff4b4b;
  background: rgba(255, 75, 75, 0.1);
}

.calculator__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
  margin-top: 10px;
}

.calculator__consent input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: #a0f637;
  cursor: pointer;
}

.calculator__consent a {
  color: #003a91;
  text-decoration: none;
}

.calculator__consent a:hover {
  text-decoration: underline;
}

.calculator__message {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  text-align: center;
}

.calculator__message.success {
  display: block;
  background: rgba(76, 175, 80, 0.15);
  border: 1px solid #4caf50;
  color: #81c784;
}

.calculator__message.error {
  display: block;
  background: rgba(244, 67, 54, 0.15);
  border: 1px solid #f44336;
  color: #e57373;
}

.calculator__btn--submit.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.8;
}

.calculator__btn--submit.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(26, 26, 46, 0.3);
  border-top-color: #1a1a2e;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 767.98px) {
  .calculator__contacts {
    padding: 20px;
  }
  
  .calculator__input-group input,
  .calculator__input-group textarea {
    padding: 12px 16px;
    font-size: 14px;
  }
  
  #sppb-addon-9b2b8bf5-aa2f-433a-8488-e12256addf50 .sppb-icons-group-list {
	justify-content: center !important;
}
.footer-block #nav-menu a {
    margin: auto;
}
}









@media (max-height: 700px) and (min-width: 1200px) {
    

    
    #sppb-addon-1748939424858 h6:nth-child(1),#sppb-addon-1748939424858 h6:nth-child(2),#sppb-addon-1748939424858 h6:nth-child(3),
    #sppb-addon-1748939424858 h6:nth-child(4) {
        display: none;
    }
    
    .sppb-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
}