.kreon {
  padding-bottom: 30px;
}

.kreon__title {
  margin-bottom: 30px;
  color: #ffffff;
}

.kreon__form-wrapper {
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #009650 0%, #006647 89.42%);
  border-radius: 14px;
  padding: 30px;

  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}

.kreon__form {
  width: 100%;
  max-width: 456px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.kreon__form--hidden {
  display: none;
}

.kreon__form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.kreon__label-title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.kreon__label-title.kreon__label-title--black {
  color: #000000;
  margin-bottom: 16px;
}

.kreon__form-input-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.kreon__form-input-wrapper {
  width: 100%;
  position: relative;
}

.kreon__form-input-label {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #006747;

  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.kreon__input-text {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 14px 60px 14px 14px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: #006747;
  border: 0;
  outline: none;
}

.kreon__input-range {
  width: 100%;
}

/*range new*/
.kreon__labels {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.kreon__labels span {
  position: relative;
}

.kreon__labels span:nth-child(2) {
  left: -3%;
}

.kreon__labels span:nth-child(3) {
  right: -3%;
}

.kreon__labels.kreon__labels--teenager span:nth-child(2) {
  left: 0%;
}

.kreon__labels.kreon__labels--teenager span:nth-child(3) {
  left: 0%;
}

.kreon__track {
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 8px;
}

.kreon__input-fill {
  position: absolute;
  top: -3px;
  left: 0;
  height: 4px;
  background: #FFD100;
  border-radius: 2px;
  z-index: 2;
  width: 25%; /* Будет меняться через JS */
}

.kreon__input-fill-bg {
  width: 100%;
  position: absolute;
  top: -3px;
  left: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  z-index: 1;
}

.kreon__input-fill.kreon__input-fill--weight {
  width: 46%;
}

.kreon__input-fill.kreon__input-fill--teenager {
  width: 30%;
}

.kreon__input-fill.kreon__input-fill--weight.kreon__input-fill--teenager {
  width: 50%;
}

#styledInput {
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  -webkit-appearance: none;
  background: transparent;
  z-index: 2;
}

#styledInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFD100;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

#styledInput::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFD100;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.kreon__select {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: #006747;

  appearance: none; /* Disable the default arrow */
  -webkit-appearance: none; /* For WebKit-based browsers */
  -moz-appearance: none; /* For Firefox */

  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  cursor: pointer;
  border: 1px solid transparent;
}

.kreon__select.kreon__select--hide-arrow {
  background-image: none;
}

.kreon__select:open {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" transform="rotate(180)"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
}

.kreon__select.kreon__select--error {
  border: 1px solid red;
  color: red;
}

.kreon__select.kreon__select--error option {
  color: #006747;
}

.article-main .container img {
  margin: 20px auto;
}

.kreon__form-text {
  font-size: 9px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 8px;
}

.kreon__form-text:last-child {
  margin-bottom: 0;
}

.kreon__result-wrapper {
  width: 100%;
}
.kreon__result {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 6px;
}

.kreon__result-count-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  background: #FFF8D9;
  border-radius: 6px;
  padding: 8px 12px;
  margin-bottom: 10px;
}

.kreon__result-count {
  font-size: 54px;
  line-height: 100%;
  font-weight: 700;
  color: #006747;
}

.kreon__result-count-title {
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  max-width: 270px;
}

.kreon__result-subtitle {
  font-size: 18px;
  line-height: 120%;
  color: #757575;
  margin-bottom: 16px;
}

.kreon__result-text {
  font-size: 14px;
  line-height: 100%;
  color: #006747;
  margin-bottom: 16px;
}

.kreon__result-btn {
  width: 100%;
  max-width: 271px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.3s;
}
.kreon__result-btn.kreon__result-btn--no-active {
  opacity: 0;
  pointer-events: none;
}

.sitemap-main .list-material {
  color: grey;
  list-style: unset;
  margin: 1.2rem 0 0;
  padding: 0 0 .5rem 2rem
}

.kreon__form-btn {
  display: none;
}

.kreon__result-btn-head {
  display: none;
}

.kreon__select-description {
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
  justify-content: center;
}

.sitemap-main .sitemap-wrapper>ul>li a {
  color: #000;
}

/* Рекомендации в стаьтье */
.recomendation {
  width: 100%;
  height: auto;
  padding: 35px 0;
  background-image: url(/local/templates/creon_new/assets/img/recomendation/recomendation-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.recomendation__title {
  font-size: 44px;
  line-height: 110%;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 31px;
}

.recomendation__content {
  width: 100%;
  height: auto;
}

.recomendation-slider {
  width: 100%;
  height: auto;
}

.recomendation-slider .swiper-wrapper {
  padding-left: calc(((100vw - var(--container-width))/2) + var(--container-padding));
  margin-bottom: 44px;
}

.recomendation-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.recomendation__slide-image {
  width: 100%;
  height: 25vw;
  flex-grow: 1;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.recomendation__slide-title {
  font-size: 24px;
  line-height: 110%;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;

  min-height: 48px;
}

.recomendation .slider-navigation {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.recomendation .slider-navigation .nav-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #FFD100;
}

.recomendation .slider-navigation .nav-btn.prev-btn {
  transform: rotate(180deg);
}

.recomendation .slider-navigation .nav-btn.swiper-button-disabled {
  opacity: 0.3;
}

.recomendation .slider-navigation .nav-btn .icon-slider_arrow:before {
  font-size: 16px;
  color: #006747;
}

.article-main .content-list {
  padding-bottom: 35px;
}

.mobile-section__content .mobile-item .right-side .image-wrapper .item-image {
  top: -5rem;
}

/* Страница поиска*/
.search-page-main {
  background: linear-gradient(0deg, #037c4d 10.58%, #60b959 100%);
}

.search-page-main .container {
  max-width: 116.4rem;
}

.search-page-main .breadcrumbs-row ol li span {
  color: #ffffff;
  opacity: 0.5;
}

.search-page-main .page-title {
  color: #ffffff;
}

.search-page-main .form-wrapper {
  width: 100%;
  margin: 46px 0;
  position: relative;
}

.search-page-main .form-wrapper form {
  width: 100%;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-page-main .form-wrapper form .input-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  background-color: var(--06-wt);
  border: .1rem solid transparent;
  border-radius: 1rem;
  overflow: hidden;
  transition: width .3s, padding .3s;
  border-color: var(--010-exl-g);
  padding: 0 .8rem;
  pointer-events: unset;
  width: 100%;
}

.search-page-main .form-wrapper form .input-row .submit-btn {
  background-color: transparent;
  border: none;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: .5rem;
  flex: 0 0 auto;
  width: auto;
  color: #006747;
}

.search-page-main .form-wrapper form .input-row .clear-link {
  display: none;
  transform: rotate(45deg);
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: .5rem;
  transition: color .3s;
  position: relative;
  top: 5px;
  color: #006747;
}

.search-page-main .form-wrapper form .input-row .search-input {
  background-color: var(--06-wt);
  border: none;
  font-size: 1.6rem;
  line-height: 100%;
  padding: .6rem;
  height: 3.8rem;
  flex: 1 1 auto;
  transition: .3s;

  font-size: 1.8rem;
  font-weight: 700;
  width: 72rem;
  padding-right: 3.5rem;
  color: #006747;
}

.search-page-main .form-wrapper form .input-row .search-input::placeholder {
  color: #006747;
  opacity: 0.5;
}

.search-page-main .form-wrapper .search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 46px 0;
}

.search-page-main .search-result-list {
  margin-top: 7.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  row-gap: 6.8rem;
  padding-top: 46px;
}

.search-page-main .search-result-list .search-result-item .image-block {
  height: 35.7rem;
  position: relative;
  border-radius: .6rem;
  overflow: hidden;
}

.search-page-main .search-result-list .search-result-item .image-block .item-image {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform .5s;
}

.search-page-main .search-result-list .search-result-item:hover .image-block .item-image {
  transform: scale(1.05);
}

.search-page-main .search-result-list .search-result-item .descr-block {
  margin-top: 2.2rem;
}

.search-page-main .search-result-list .search-result-item .descr-block .item-title {
  font-size: 2.4rem;
  line-height: 118%;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--06-wt);
  margin-top: 2rem;
}

.search-page-main .btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.buy-main+.swiper-slide,
.faq-main +.swiper-slide {
  background-color: #037c4d;
  padding-top: 0;
}

.footer__info {
  opacity: 1;
}

.footer__info p {
  opacity: .4;
}

.js-history-slider .nav-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 1.6rem;
    transition: background-color .3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 2%;
    z-index: 1;
    background-color: rgba(0, 103, 71, 10.6);
}

.js-history-slider .nav-btn:after {
  font-family: Fontello;
  font-style: normal;
  font-weight: 400;
  speak: never;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: "\e802";
  transform: rotate(-90deg);
  line-height: .6rem;
  right: 0;
  font-size: 10px;
  color: var(--06-wt);
  opacity: 1;
  transition: opacity .3s, transform .3s;
  position: relative;
  right: -2px;
}

.js-history-slider .nav-btn.prev-btn {
  left: 2%;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

.js-history-slider .nav-btn.swiper-button-disabled {
  opacity: 0;
}

/* Cookie */
.cookie-panel {
  position: fixed;
  z-index: 10000;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 10px 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  background: rgba(255, 255, 255, .9);
}

@media (min-width: 992px) {
  .cookie-panel {
    padding: 50px;
  }
}

.cookie-panel * {
  box-sizing: border-box;
}

.cookie-container {
  max-width: 1660px;
  margin: 0 auto;
}

.cookie-main-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .cookie-main-title {
    margin-bottom: 30px;
  }
}

.cookie-main-text {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.25;
  color: #323232;
}

@media (min-width: 992px) {
  .cookie-main-text {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.cookie-text-center {
  text-align: center;
}

.cookie-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -10px;
  margin-right: -10px;
  align-items: center;
}

@media (min-width: 992px) {
  .cookie-row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.cookie-panel a {
  color: #009cde;
  border: 0;
  transition: .3s;
  text-decoration: none;
}

.cookie-col {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .cookie-col-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

@media (min-width: 992px) {
  .cookie-col {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.cookie-alt-font {
  font-family: Calibri, sans-serif;
}

.cookie-btn,
.cookie-close-btn {
  margin: 0;
  border: 0;
  white-space: normal;
  background: 0 0;
  cursor: pointer;
}

.cookie-btn,
.cookie-dissmiss-link {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.cookie-btn {
  display: block;
  width: 100%;
  padding: 8px;
  background-color: #009cde;
  color: #fff;
  border-radius: 99px;
  transition: .3s;
}

@media (min-width: 1200px) {
  .cookie-btn {
    padding: 14px 20px;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .cookie-dissmiss-link {
      padding: 8px 20px;
  }
}

.cookie-panel button.cookie-dissmiss-link {
    color: #009cde;
    border: 0;
    transition: .3s;
    background-color: transparent;
}


.download-section__content .left-side .links-row>a {
  width: 141px;
}

.download-section__content .left-side .links-row>a:last-child {
  width: 160px;
}

@media (max-width: 1199px) {
  .recomendation__title {
    font-size: 36px;
  }

  .recomendation__slide-title {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .recomendation__title {
    font-size: 32px;
  }

  .recomendation__slide-title {
    font-size: 16px;
  }

  .recomendation__slide-image {
    height: 38vw;
  }

  .search-page-main .search-result-list {
    margin-top: 3.5rem;
  }
}

@media (max-width: 768px) {
  .kreon__wrapper {
    background: linear-gradient(180deg, #009650 0%, #006647 89.42%);
    padding: 20px;
    border-radius: 14px;
  }

  .kreon__form-wrapper {
    background: transparent;
  }

  .kreon__form {
    max-width: 100%;
  }

  .kreon__title {
    font-size: 24px;
    color: #ffffff;
  }

  .kreon__form-wrapper {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .kreon__label-title {
    font-size: 14px;
  }

  .kreon__labels span {
    font-size: 12px;
  }

  .kreon__form-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFD100;
    color: #006747;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    border: 0;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .kreon__result {
    padding: 20px;
    height: auto;
  }

  .kreon__result-count {
    font-size: 36px;
  }

  .kreon__result-btn-head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    background: transparent;
    border: 1px solid #CCCCCC;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 20px;
  }

  .kreon__result-wrapper {
    display: none;
  }

  .kreon__result-wrapper.kreon__result-wrapper--open {
    display: block;
  }

  .recomendation-slider .swiper-wrapper {
    padding-left: var(--container-padding);
  }

  .recomendation__slide-image {
    height: 50vw;
  }

  .mobile-section__content .mobile-item .right-side .image-wrapper .item-image {
    top: 0;
  }

  .search-page-main .search-result-list {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 24px;
  }

  .js-history-slider .nav-btn {
    display: flex;
  }
}

@media (max-width: 575px) {
  .search-page-main .search-result-list {
    grid-template-columns: 100%;
    row-gap: 4rem;
  }
}

