/*
 * ECOTECH manual styles.
 * This file is not generated by Frame and may be edited directly.
 */
/* Floating messengers */
.floating-messengers {
  position: fixed;
  right: 24px;
  bottom: 250px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating-messengers__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  visibility: hidden;
  pointer-events: none;
}
.floating-messengers__item {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(20px) scale(.8);
  transition: opacity .25s ease, transform .25s ease;
}
.floating-messengers__item img {
  width: 34px;
  height: 34px;
}
.floating-messengers.is-open .floating-messengers__list {
  visibility: visible;
  pointer-events: auto;
}
.floating-messengers.is-open .floating-messengers__item {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.floating-messengers__item:nth-child(2) {
  transition-delay: .05s;
}
.floating-messengers__item:nth-child(1) {
  transition-delay: .1s;
}
.floating-messengers__toggle {
  display: flex;
  width: 65px;
  height: 65px;
  padding: 0;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #087cff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  cursor: pointer;
}
.floating-messengers__toggle span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.floating-messengers__toggle:hover {
  background: #006de0;
}
@media (max-width: 800px) {
  .floating-messengers {
    right: 20px;
    bottom: 98px;
  }
}
#product-manufacturer h2 + .row > .col {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
/* Понятная кнопка мессенджеров */
.floating-messengers__toggle {
  position: relative;
  overflow: visible;
  border: 3px solid #fff;
  background: linear-gradient(145deg, #1689ff 0%, #087cff 58%, #6547e8 100%);
  box-shadow:
    0 8px 25px rgba(8, 124, 255, 0.35), 0 0 0 1px rgba(8, 124, 255, 0.22);
  transition:
    transform 0.2s ease, box-shadow 0.2s ease;
}
/* Скрываем старые три точки */
.floating-messengers__toggle span {
  display: none !important;
}
/* Значок сообщения */
.floating-messengers__toggle::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M4 3h16a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H9l-5 3v-3a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z'/%3E%3Ccircle cx='8' cy='10.5' r='1.25' fill='%23087cff'/%3E%3Ccircle cx='12' cy='10.5' r='1.25' fill='%23087cff'/%3E%3Ccircle cx='16' cy='10.5' r='1.25' fill='%23087cff'/%3E%3C/svg%3E");
}
/* Подпись рядом с кнопкой */
/*
.floating-messengers__toggle::after {
  content: "Мессенджеры";
  position: absolute;
  top: 50%;
  right: 76px;
  transform: translateY(-50%);
  padding: 9px 14px;
  border: 1px solid rgba(8, 124, 255, 0.2);
  border-radius: 20px;
  color: #075fc2;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.13);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}*/
.floating-messengers__toggle:hover {
  transform: translateY(-2px);
  box-shadow:
    0 11px 30px rgba(8, 124, 255, 0.43), 0 0 0 1px rgba(8, 124, 255, 0.25);
}
/* Крестик при открытом меню */
.floating-messengers.is-open .floating-messengers__toggle::before {
  content: "×";
  width: auto;
  height: auto;
  color: #fff;
  background: none;
  font-size: 42px;
  font-weight: 300;
  line-height: 30px;
}
/* Мягкое привлечение внимания */
@media (min-width: 801px) {
  .floating-messengers__toggle {
    animation: messenger-soft-pulse 2.8s ease-in-out infinite;
  }
  .floating-messengers.is-open .floating-messengers__toggle {
    animation: none;
  }
}
@keyframes messenger-soft-pulse {
  0%, 70%, 100% {
    box-shadow:
      0 8px 25px rgba(8, 124, 255, 0.35), 0 0 0 0 rgba(8, 124, 255, 0.22);
  }
  85% {
    box-shadow:
      0 8px 25px rgba(8, 124, 255, 0.35), 0 0 0 11px rgba(8, 124, 255, 0);
  }
}
/* Маркетплейсы в шапке: компактные иконки на планшетах и телефонах */
@media (max-width: 991.98px) {
  #top .container > .row {
    padding-bottom: 32px;
  }
  #top .header-desktop-social-links {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 0;
    left: auto;
    transform: translateY(58px);
    z-index: 5;
  }
  #top .header-desktop-social-links .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
  }
  #top .header-desktop-social-links .btn span {
    display: none;
  }
  #top .header-desktop-social-links img {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    transition: transform 0.2s ease;
  }
  #top .header-desktop-social-links .btn:hover img, #top .header-desktop-social-links .btn:focus img {
    transform: scale(1.1);
  }
}
@media (max-width: 575.98px) {
  #top .header-desktop-social-links {
    gap: 7px;
    transform: translateY(56px);
    top: -7px;
  }
  #top .header-desktop-social-links img {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }
  #information-contact .contact-social-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }
  #information-contact .contact-social-links > a {
    min-width: 0;
    text-align: center;
    font-size: 13px;
  }
  #information-contact .contact-social-links > a > div {
    display: flex;
    width: 64px;
    height: 64px;
    margin: 0 auto 6px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
  }
  #information-contact .contact-social-links img {
    width: 46px !important;
    height: 46px !important;
    object-fit: contain;
    transform: scale(1.35);
  }
}
.h2.contacts__data-title {
  display: block;
}
/* Light page: floor-heating calculation CTA and modal */
.eco-light-calc-cta-wrap {
  display: flex;
  justify-content: center;
  margin: 28px 0 34px;
}
.eco-light-calc-cta {
  display: inline-flex;
  width: min(100%, 520px) !important;
  min-height: 74px;
  padding: 14px 28px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #e63243 0%, #c91f31 100%);
  box-shadow: 0 10px 24px rgba(218, 43, 60, .24);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  transition: transform .2s ease, box-shadow .2s ease;
}
.eco-light-calc-cta:hover, .eco-light-calc-cta:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(218, 43, 60, .3);
}
.eco-light-calc-cta small {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  opacity: .9;
}
#myModal .modal-dialog {
  max-width: 590px;
}
#myModal .eco-calc-modal {
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(20, 33, 48, .24);
}
#myModal .eco-calc-modal-header {
  position: relative;
  display: block;
  padding: 25px 62px 21px 28px;
  border: 0;
  background: linear-gradient(135deg, #e63243 0%, #bd1c2d 100%);
  color: #fff;
}
#myModal .eco-calc-modal-header h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
#myModal .eco-calc-modal-header p {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
}
#myModal .eco-calc-modal-header .close {
  position: absolute;
  top: 15px;
  right: 18px;
  color: #fff;
  font-size: 32px;
  opacity: .9;
}
#myModal .eco-calc-modal-body {
  padding: 25px 28px 28px;
  background: #fff;
}
#myModal .eco-calc-field {
  margin-bottom: 16px;
}
#myModal .eco-calc-field label, #myModal .eco-calc-contact-title {
  display: block;
  margin: 0 0 7px;
  color: #243343;
  font-size: 14px;
  font-weight: 600;
}
#myModal .eco-calc-field .form-control {
  height: 48px;
  padding: 10px 13px;
  border: 1px solid #d9e0e6;
  border-radius: 9px;
  background: #f8fafb;
  box-shadow: none;
  font-size: 15px;
}
#myModal .eco-calc-field .form-control:focus {
  border-color: #e63243;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(230, 50, 67, .11);
}
#myModal .eco-calc-contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 18px;
}
#myModal .eco-calc-contact-option {
  position: relative;
  margin: 0;
  cursor: pointer;
}
#myModal .eco-calc-contact-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#myModal .eco-calc-contact-option span {
  display: flex;
  min-height: 44px;
  padding: 9px 11px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e0e6;
  border-radius: 9px;
  background: #f8fafb;
  color: #394858;
  font-size: 14px;
  font-weight: 600;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
#myModal .eco-calc-contact-option input:checked + span {
  border-color: #e63243;
  background: #fff1f3;
  color: #c51e30;
}
#myModal .eco-calc-submit {
  min-height: 50px;
  border: 0;
  border-radius: 9px;
  background: #e63243;
  font-size: 17px;
  font-weight: 700;
}
#myModal .eco-calc-form-message {
  display: none;
  margin: 0 0 15px;
  padding: 11px 13px;
  border-radius: 8px;
  background: #fff1f3;
  color: #b51c2c;
  font-size: 14px;
}
#myModal .eco-calc-success {
  padding: 28px 5px;
  text-align: center;
}
#myModal .eco-calc-success-mark {
  display: flex;
  width: 62px;
  height: 62px;
  margin: 0 auto 17px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f8ef;
  color: #16854d;
  font-size: 34px;
  font-weight: 700;
}
#myModal .eco-calc-success h3 {
  margin: 0 0 9px;
  color: #243343;
  font-size: 24px;
}
#myModal .eco-calc-success p {
  max-width: 430px;
  margin: 0 auto;
  color: #566575;
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 575.98px) {
  .eco-light-calc-cta {
    min-height: 68px;
    padding: 13px 18px;
    font-size: 18px;
  }
  #myModal .modal-dialog {
    margin: 12px;
  }
  #myModal .eco-calc-modal-header {
    padding: 21px 52px 18px 20px;
  }
  #myModal .eco-calc-modal-header h2 {
    font-size: 21px;
  }
  #myModal .eco-calc-modal-body {
    padding: 20px;
  }
  #myModal .eco-calc-contact-options {
    grid-template-columns: 1fr;
  }
}
body.modal-open #floating-messengers {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* Simple Checkout: customer data and order form */
#simplecheckout_form_0 .simplecheckout-left-column, #simplecheckout_form_0 .simplecheckout-right-column {
  padding: 0;
}
#simplecheckout_form_0 #simplecheckout_customer, #simplecheckout_form_0 #simplecheckout_comment {
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid #e2e7ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(28, 44, 61, .07);
}
#simplecheckout_form_0 #simplecheckout_customer .checkout-heading, #simplecheckout_form_0 #simplecheckout_comment .checkout-heading {
  position: relative;
  margin: 0;
  padding: 17px 22px 17px 29px;
  border: 0;
  background: #f7f9fb;
  color: #223243;
  font-size: 18px;
  font-weight: 700;
}
#simplecheckout_form_0 #simplecheckout_customer .checkout-heading::before, #simplecheckout_form_0 #simplecheckout_comment .checkout-heading::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #e63243;
}
#simplecheckout_form_0 #simplecheckout_customer .simplecheckout-block-content, #simplecheckout_form_0 #simplecheckout_comment .simplecheckout-block-content {
  padding: 23px 24px 25px !important;
}
#simplecheckout_form_0 #simplecheckout_customer .form-group {
  display: block;
  margin: 0 0 17px;
}
#simplecheckout_form_0 #simplecheckout_customer .form-group:last-child {
  margin-bottom: 0;
}
#simplecheckout_form_0 #simplecheckout_customer .control-label, #simplecheckout_form_0 #simplecheckout_customer .col-sm-8 {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 100%;
}
#simplecheckout_form_0 #simplecheckout_customer .control-label {
  display: block;
  margin: 0 0 7px;
  color: #334354;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
#simplecheckout_form_0 #simplecheckout_customer .required .control-label::after {
  color: #e63243;
}
#simplecheckout_form_0 #simplecheckout_customer .form-control, #simplecheckout_form_0 #simplecheckout_comment .form-control {
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #d6dde4;
  border-radius: 9px;
  background: #f9fafb;
  color: #263646;
  box-shadow: none;
  font-size: 15px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
#simplecheckout_form_0 #simplecheckout_customer .form-control:focus, #simplecheckout_form_0 #simplecheckout_comment .form-control:focus {
  border-color: #e63243;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(230, 50, 67, .11);
}
#simplecheckout_form_0 #simplecheckout_comment textarea.form-control {
  min-height: 214px;
  resize: vertical;
}
#simplecheckout_form_0 .row-customer_field21 > .col-sm-8 > div:first-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
} 
#simplecheckout_form_0 .row-customer_field21 .checkbox {
  margin: 0;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox label {
  position: relative;
  display: flex;
  min-height: 46px;
  margin: 0;
  padding: 10px 11px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #d6dde4;
  border-radius: 9px;
  background: #f9fafb;
  color: #3b4b5c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox label:hover {
  border-color: #e63243;
  background: #fff6f7;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #e63243;
}
#simplecheckout_form_0 .row-customer_field21 .simplecheckout-tooltip {
  margin-top: 8px;
  color: #778492;
  font-size: 12px;
}
#simplecheckout_form_0 .simplecheckout-error-text {
  margin-top: 7px;
  color: #c81f31;
  font-size: 13px;
}
#simplecheckout_form_0 .simplecheckout-button-block {
  padding: 10px 0 25px;
  border: 0;
}
#simplecheckout_form_0 #simplecheckout_button_confirm {
  display: inline-flex;
  min-width: 290px;
  min-height: 54px;
  padding: 13px 26px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #e63243 0%, #c51e30 100%);
  box-shadow: 0 9px 21px rgba(218, 43, 60, .23);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}
#simplecheckout_form_0 #simplecheckout_button_confirm:hover, #simplecheckout_form_0 #simplecheckout_button_confirm:focus {
  transform: translateY(-2px);
  box-shadow: 0 13px 26px rgba(218, 43, 60, .3);
  color: #fff;
}
@media (max-width: 767.98px) {
  #simplecheckout_form_0 .simplecheckout-left-column, #simplecheckout_form_0 .simplecheckout-right-column {
    padding: 0;
  }
  #simplecheckout_form_0 #simplecheckout_customer .simplecheckout-block-content, #simplecheckout_form_0 #simplecheckout_comment .simplecheckout-block-content {
    padding: 19px 17px 21px;
  }
  #simplecheckout_form_0 .row-customer_field21 > .col-sm-8 > div:first-child {
    grid-template-columns: 1fr;
  }
  #simplecheckout_form_0 .simplecheckout-button-right, #simplecheckout_form_0 #simplecheckout_button_confirm {
    width: 100%;
  }
}
/* Simple Checkout grid compatibility */
#simplecheckout_form_0 #simplecheckout_customer .form-group {
  display: block !important;
}
#simplecheckout_form_0 #simplecheckout_customer .form-group > .control-label, #simplecheckout_form_0 #simplecheckout_customer .form-group > .col-sm-8 {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  flex: 0 0 100% !important;
  float: none !important;
}
#simplecheckout_form_0 .simplecheckout-button-right {
  float: none !important;
  width: 100%;
  text-align: center;
}
/* Simple Checkout: messenger selector matching the /light/ form */
#simplecheckout_form_0 .row-customer_field21 .checkbox {
  width: 100%;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox label {
  width: 100%;
  min-height: 44px;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox label::before {
  content: '';
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid #cbd4dd;
  border-radius: 50%;
  background: #fff;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox label:has(input:checked) {
  border-color: #e63243;
  background: #fff1f3;
  color: #c51e30;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox label:has(input:checked)::before {
  border-color: #e63243;
  background: #e63243;
  box-shadow: inset 0 0 0 4px #fff;
}
#simplecheckout_form_0 .row-customer_field21 .checkbox label:focus-within {
  border-color: #e63243;
  box-shadow: 0 0 0 3px rgba(230, 50, 67, .11);
}
#simplecheckout_form_0 .row-customer_field21 .checkbox label::before {
  display: none !important;
}
.floating-messengers__toggle:focus {
  outline: none !important;
}