/*
Theme Name: Termokir
Author: Elevate
Text Domain: termokir
Description:
Version: 1.1
*/
.check .wpcf7-list-item-label{
	  display: none;
}
#agree_2 .wpcf7-list-item-label {
    display: none;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
  right: unset;
}

.calculator__item-current input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: gray;
}

.calculator__item-current input::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
}

.calculator__item-current input:-ms-input-placeholder {
  /* IE 10+ */
  color: gray;
}

.calculator__item-current input:-moz-placeholder {
  /* Firefox 18- */
  color: gray;
}

.calculator__responce span {
  font-size: 1.55rem;
}

td.extra span {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  direction: ltr;
}

.model-3d-link {
  position: absolute;
  bottom: 1.25rem;
  inset-inline-start: 1.25rem;
  display: inline-block;
  padding: .875rem;
  z-index: 5;
}

.model-3d-link img {
  width: 3rem;
}

.model-3d-modal {
  display: none;
  width: 64.375rem;
  max-width: 90vw;
  padding: 0 !important;
  aspect-ratio: 1030/676;
}

.model-3d-modal iframe {
  width: 100%;
  height: 100%;
}

.is-close svg {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .model-3d-modal {
    aspect-ratio: 352/425;
  }

  .catalog__slider {
    margin-bottom: 2.5rem !important;
    overflow: visible !important;
  }
}

.catalog__slider .swiper-slide {
  height: auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 10rem;
}

.standart__label {
  z-index: -1;
}

.hero__title {
  overflow: visible;
}

.hero__description {
  display: block;
}

.standart__item b {
  display: block;
  margin-bottom: auto;
}