/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
  text-decoration: none;
}
p {
  margin: 0 0 1.5em 0;
}
ul,
ol {
  margin: 0;
}
ol {
  padding: 0 20px 20px 20px;
}
ul {
  list-style: square;
  padding: 0 20px 20px 20px;
}
ol {
  list-style: decimal;
}
ul li,
ol li {
  margin-bottom: 0.5em;
}

/*---------------------Мои стили-------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 5px 20px !important;
}
.elementor-field-subgroup span {
  align-items: center;
  display: flex;
}
.elementor-acceptance-field {
  accent-color: #ff5500 !important;
}
input {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 20px;
}
.politika {
  font-size: 14px;
  line-height: 1.2em;
}
div .politika {
  padding-left: 10px;
}
.elementor-field-type-phone,
.elementor-field-type-submit {
  flex: 1;
  margin-right: 10px;
}
.elementor-field-type-submit {
  margin-right: 0;
}
.elementor-field-type-acceptance {
  order: 2;
  width: 100%;
  margin-top: 1px;
}

/*------------------радиокнопки-------------*/
.new_quize .elementor-field-option {
  margin-bottom: 20px;
}
.new_quize .elementor-field-subgroup span {
  align-items: center !important;
  cursor: pointer;
  display: flex !important;
}
.new_quize .elementor-field-option label {
  cursor: pointer;
}
.new_quize .elementor-field-option input[type="radio"] {
  align-items: center;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  box-shadow: none !important;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  margin-right: 7px;
  margin-top: 0;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  outline: none !important;
  position: relative;
}
.new_quize .elementor-field-option input[type="radio"]:checked {
  border-color: #ff5500 !important;
  background: #ff5500 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new_quize .elementor-field-option input[type="radio"]:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #fff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.textInline {
  white-space: nowrap;
}
.elementor-button {
  cursor: pointer;
}

/*------------------блик на кнопке------------*/
.elementor-button {
  position: relative;
  overflow-x: hidden;
}

.elementor-button .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg); // Наклон
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.4)
  );
  animation: flareAnimation 3s infinite linear; // Время и тип анимации можно менять
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

/*----------------Стили ГВопросы-Ответы-----------*/
.e-n-accordion-item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 45px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAtCAYAAABbAsDYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEcSURBVHgB7ZZtDcJAEEQHggAk1AGVUAdIAAk4AAmgABwgAQmVUBwgYdjNtUnDR7m0N/eLlzQtJN2Xnb1rDvgTAcml3+fQUuSQZOlklUNS5ZAUUOIryy76s7KTsntQStZQY0nVXVwqQcEW/62KK0tUTb8ThaBiD/9PEdcGSvoDl8VlNc9SyacuFJKzVPKti9SSm1RidbYcAFNpY2rUkit/gCnY+wdGgLHYuyUjwRgYMYdJEobDQbSgk0R/hRnOtTcojzkmuXAEscWXYwVRklZQcwJeZz4gKBBmUEIBwz5omIBvgp1dDybitbjnf2RivPaii8duV4j2wMIEFcKAZcxMUkO1glzgvA1HIPF9cocYl5yQA0tsz0Sb79MSfgJwCPyc4Ui/nQAAAABJRU5ErkJggg==');
  background-size: cover;
  position: absolute;
  left: -24px;
  bottom: 0px;
}
.e-n-accordion-item {
  border-radius: clamp(16px, 0.00px + 2.08vw, 40px) clamp(16px, 0.00px + 2.08vw, 40px) clamp(16px, 0.00px + 2.08vw, 40px) 0px;
  background: #FFF;
}


.elementor-accordion-item {
  border-radius: 40px 40px 40px 0px;
  background: #fff;
  margin-bottom: 24px;
  padding: 15px;
  position: relative;
}
.elementor-accordion-item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 45px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAtCAYAAABbAsDYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEcSURBVHgB7ZZtDcJAEEQHggAk1AGVUAdIAAk4AAmgABwgAQmVUBwgYdjNtUnDR7m0N/eLlzQtJN2Xnb1rDvgTAcml3+fQUuSQZOlklUNS5ZAUUOIryy76s7KTsntQStZQY0nVXVwqQcEW/62KK0tUTb8ThaBiD/9PEdcGSvoDl8VlNc9SyacuFJKzVPKti9SSm1RidbYcAFNpY2rUkit/gCnY+wdGgLHYuyUjwRgYMYdJEobDQbSgk0R/hRnOtTcojzkmuXAEscWXYwVRklZQcwJeZz4gKBBmUEIBwz5omIBvgp1dDybitbjnf2RivPaii8duV4j2wMIEFcKAZcxMUkO1glzgvA1HIPF9cocYl5yQA0tsz0Sb79MSfgJwCPyc4Ui/nQAAAABJRU5ErkJggg==');
  background-size: cover;
  position: absolute;
  left: -24px;
  bottom: 0px;
  z-index: 1;
}

.elementor-accordion-icon {
  margin-top: 4px;
}
.gradienGleb {
  background: linear-gradient(
    30deg,
    rgba(250, 251, 253, 1) 0%,
    rgba(238, 240, 245, 1) 30%,
    rgba(250, 251, 253, 1) 100%
  );
}

/*----------------Стили для Блога----------*/
.blog-contetn img {
  border-radius: 10px !important;
  border: 5px solid #fff !important;
  display: block;
  width: 100%;
}
.blog-contetn h2 {
  margin: 1.5em 0 0.5em;
}
.blog-contetn h3 {
  margin: 1.5em 0 0.5em 0;
}
.blog-contetn h4 {
  margin: 1.5em 0 0.5em 0;
}
.elementor-post-info li {
  margin-bottom: 10px !important;
}
blockquote {
  margin: 0.25em 0;
  padding: 0.25em 40px;
  border-left: 5px solid #ff5500;
  background: #fff;
  border-radius: 10px;
}
blockquote ul,
blockquote h3 {
  color: #ff5500 !important;
}
.elementor-slides .swiper-slide-bg {
  border-radius: 40px;
}
.blog-href {
  color: #ff5500 !important;
  text-decoration: none !important;
}
.blog-href:hover {
  border-bottom: 1px dashed #ff5500;
}
.wp-caption-text{
   padding-top: 8px;
}

/*------------Изменение цвета при наведении-------------*/

.block-white:hover .title-orange h2 {
  color: #ff5500 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block-white:hover .title-white h2 {
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block-white:hover h2 {
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block-white:hover p {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*------------Карточи с ценами-------------*/
.pryce .cena-btn {
  transform: translate(107%, 0px);
  transition: 0.5s;
  cursor: pointer;
}
.pryce:hover .cena-btn {
  transform: translate(0px, 0px);
  transition: 0.5s;
}
.pryce .vybor-btn {
  transform: scale(0.1);
  opacity: 0.1;
  transition: 0.5s;
}
.pryce:hover .vybor-btn {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s;
}
.cena-text .elementor-heading-title {
  transition: 0.5s;
}
.pryce:hover .cena-text .elementor-heading-title {
  color: #ff5500 !important;
  transition: 0.5s;
}
.dialog-close-button {
  border-radius: 4px;
}
.elementor-popup-modal .dialog-widget-content a {
  text-decoration: none;
}

.ccb-page-breaker {
    max-width: 100% !important;
    width: 100% !important;
}
.grecaptcha-badge {
  visibility: hidden;
}

/* Анимация для плавного появления */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seo-price-table tbody tr {
    animation: fadeInUp 0.5s ease-out;
    animation-fill-mode: both;
}

.seo-price-table tbody tr:nth-child(1) { animation-delay: 0.05s; }
.seo-price-table tbody tr:nth-child(2) { animation-delay: 0.1s; }
.seo-price-table tbody tr:nth-child(3) { animation-delay: 0.15s; }
.seo-price-table tbody tr:nth-child(4) { animation-delay: 0.2s; }
.seo-price-table tbody tr:nth-child(5) { animation-delay: 0.25s; }
.seo-price-table tbody tr:nth-child(6) { animation-delay: 0.3s; }
.seo-price-table tbody tr:nth-child(7) { animation-delay: 0.35s; }
.seo-price-table tbody tr:nth-child(8) { animation-delay: 0.4s; }
.seo-price-table tbody tr:nth-child(9) { animation-delay: 0.45s; }
.seo-price-table tbody tr:nth-child(10) { animation-delay: 0.5s; }

/*------------МОБИЛЬНЫЕ  СТИЛИ-------------*/    
@media screen and (max-width: 1200px) {
  .elementor-accordion-item {
    border-radius: 24px 24px 24px 0px;
    background: #fff;
    margin-bottom: 16px;
    padding: 15px;
    position: relative;
  }
  .elementor-accordion-item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 36px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAtCAYAAABbAsDYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEcSURBVHgB7ZZtDcJAEEQHggAk1AGVUAdIAAk4AAmgABwgAQmVUBwgYdjNtUnDR7m0N/eLlzQtJN2Xnb1rDvgTAcml3+fQUuSQZOlklUNS5ZAUUOIryy76s7KTsntQStZQY0nVXVwqQcEW/62KK0tUTb8ThaBiD/9PEdcGSvoDl8VlNc9SyacuFJKzVPKti9SSm1RidbYcAFNpY2rUkit/gCnY+wdGgLHYuyUjwRgYMYdJEobDQbSgk0R/hRnOtTcojzkmuXAEscWXYwVRklZQcwJeZz4gKBBmUEIBwz5omIBvgp1dDybitbjnf2RivPaii8duV4j2wMIEFcKAZcxMUkO1glzgvA1HIPF9cocYl5yQA0tsz0Sb79MSfgJwCPyc4Ui/nQAAAABJRU5ErkJggg==');
    background-size: cover;
    position: absolute;
    left: -19px;
    bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .elementor-accordion-item {
    border-radius: 16px 16px 16px 0px;
    background: #fff;
    margin-bottom: 8px;
    padding: 15px;
    position: relative;
  }
  .elementor-accordion-item::before {
    width: 16px;
    height: 29px;
    left: -15px;
    bottom: 0px;
  }

.ccb-page-breaker .ccb-fields-list, .ccb-page-breaker .ccb-subtotals-block-summary {
    padding: 0px !important;
}

  blockquote {
    margin: 10px 0;
    padding: 10px 15px;
  }
  .pryce .cena-btn {
    transform: translate(0px, 0px);
    transition: 0.5s;
  }
  .elementor-element .swiper .elementor-swiper-button-prev {
    left: 5px !important;
  }
  .elementor-element .swiper .elementor-swiper-button-next {
    right: 5px !important;
  }
.elementor-element .grid-auto-height .elementor-loop-container {
    grid-auto-rows: min-content  !important;
}
.e-loop__load-more .elementor-button {
        width: 90%  !important;
    }

}
/* Принудительно делаем skip-link фокусируемым */
.skip-link,
.skip-link.screen-reader-text {
  position: absolute !important;
  top: -100px !important;
  left: 0 !important;
  background: #000 !important;
  color: #fff !important;
  padding: 12px 20px !important;
  z-index: 99999 !important;
  text-decoration: none !important;
  font-weight: bold !important;
  font-size: 16px !important;
  transition: top 0.2s ease !important;

  /* Отменяем вредные стили темы/плагинов */
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  clip: auto !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

/* Показываем при фокусе (Tab) */
.skip-link:focus,
.skip-link.screen-reader-text:focus {
  top: 0 !important;
  outline: 3px solid #0073aa;
}