/**
 * 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;
}
ul > li::marker {
  color: #ff5500;
}

ul li,
ol li {
  margin-bottom: 0.5em;
}
ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

ol li {
  counter-increment: item;
  margin-bottom: 12px;
  position: relative;
  padding-left: 36px;
}

ol li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #ff7a00;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*---------------------Мои стили-------------------*/
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%;
  }
}

/*----------------Стили Вопросы-Ответы-----------*/
.elementor-accordion-item {
  border-radius: 32px 32px 32px 32px;
  background: #F2F2F5;
  margin-bottom: 16px;
  padding: 16px 16px 24px 16px;
  position: relative;
}
.elementor-accordion-item::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(https://sindikont.ru/wp-content/uploads/2026/02/ugol-vl-white.png);
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.elementor-accordion-icon {
  margin-top: 0.2em;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    height: 0.7em !important;
    width: 0.7em !important;
}


/*----------------Стили для Блога----------*/
.blog-contetn img {
  border-radius: 32px !important;
  border: 3px 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;
}


/*------------МОБИЛЬНЫЕ  СТИЛИ-------------*/
@media screen and (max-width: 1279px) {
  .elementor-accordion-item {
    border-radius: 28px 28px 28px 28px;
    margin-bottom: 14px;
  }
  .elementor-accordion-item::before {
    width: 45px;
    height: 45px;
  }
  .blog-contetn img {
  border-radius: 28px !important;
}
}
@media screen and (max-width: 1023px) {
  .elementor-accordion-item {
    border-radius: 24px 24px 24px 24px;
    margin-bottom: 12px;
  }
  .elementor-accordion-item::before {
    width: 40px;
    height: 40px;
  }
    .blog-contetn img {
  border-radius: 24px !important;
}
}
@media screen and (max-width: 767px) {
  .elementor-accordion-item {
    border-radius: 16px 16px 16px 16px;
    margin-bottom: 8px;
  }
  .elementor-accordion-item::before {
    width: 40px;
    height: 40px;
  }
      .blog-contetn img {
  border-radius: 16px !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;
    }

}
