/* 
Theme Name: Basic Theme
Author: Mr Digital
Version 1.0.0
Text Domain: basictheme2020
*/

.form__submit {
  position: relative;
}

.form__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]).wpcf7-not-valid {
  outline: .0625rem solid #f00;
}

.map__header address {
  font-style: normal;
}

.submitting .btn {
  pointer-events: none;
}

.wrapper .swiper-button-next.swiper-button-disabled,
.wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.margin-top-100 {
  margin-top: calc(-1* var(--offset-100));
}

.fancybox__content {
  padding: 0 !important;
}

.reset-list li.types-roofing__item {
  margin-bottom: 0;
}

.back-to-top {
  position: fixed;
  bottom: 8.875rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
  background-color: #ffa01c;
  cursor: pointer;
  z-index: 10000;
}

.page-404 {
  position: relative;
}

.page-404::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .65);
  background-image: linear-gradient(310deg, transparent 0, rgba(0, 0, 0, .65) 100%);
}

.page-404__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100dvh;
  color: #fff;
  position: relative;
  z-index: 3;
  min-height: 28.125rem;
}

.page-404__inner .h3 {
  color: #fff;
}

.page-404__btn {
  margin-top: 1.5rem;
}

.page-404__btn a {
  color: #fff;
  transition: text-decoration-color 0.3s ease 0s;
}

.page-404__btn a:hover {
  text-decoration-color: transparent;
}

.dealers__slider {
  height: calc(100% - 4.375rem);
}


.shoorum__form .form__inner {
  background-color: #F5F5F5;
  height: 100%;
}

.shoorum__form .wpcf7-form,
.shoorum__form .wpcf7 {
  height: 100%;
}

.shoorum__form .form__inner input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  background-color: #fff;
}

@media (min-width: 0) and (max-width: 48em) {
  .map iframe {
    height: 25rem;
  }
}


.partners__item {
  border: .0625rem solid #E9E9E9;
  padding: 1.75rem 1.25rem;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}

.partners__item img {
  max-height: 5.125rem;
  max-width: 12.9375rem;
  object-fit: contain;
}

.parther-sl__item {
  text-align: center;
  border: .0625rem solid #E9E9E9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.parther-sl__item img {
  margin: 0 auto .75rem;
}


.partners_logo__inner~.partners_sl__inner {
  margin-top: clamp(1.875rem, 1.081rem + 3.39vw, 3.75rem) !important;
}

.parther-sl__item__title {
  font-size: 1.0625rem;
  font-family: var(--font-Onest-500);
}

.swiper-button-lock {
  pointer-events: none;
}

/* .section__mt-0 {
  margin-top: calc(-1* var(--offset-100));
  margin-bottom: calc(-1* var(--offset-100));
} */

.link-border {
  cursor: pointer;
}

.products__item__img._bgi img {
  object-fit: contain;
}

.logo__link {
  background-color: #000;
  /* border: 1px solid #fff; */
}

.hero.templ_2 .hero__top {
  padding: 40px 30px;

  margin-bottom: 60px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: var(--blur);
  width: 100%;
  max-width: initial;
  min-width: 100%;
  border: var(--border-1);
  border-radius: var(--border-radius);
}

.hero.templ_2 .hero__content-top__right {
  padding-top: 0;
}

.wrapper .swiper-button-next,
.wrapper .swiper-button-prev {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  background-size: 45%;
}

.wrapper .products__slider.swiper-button-next,
.wrapper .products__slider.swiper-button-prev {
  margin-top: -48px;

}

@media (min-width: 0px) and (max-width: 991.99px) {

  .hero.templ_3 .hero__slide {
    min-height: 100vh;
  }

  .hero__container {
    height: 100%;
  }

  .hero__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hero__content-top__right .hero__form {
    display: none;
  }

  .hero.templ_4 .hero__content-top {
    display: none;
  }

  .hero.templ_4 .hero__slide {
    display: flex !important;
  }

  .hero.templ_4 .hero__container {
    margin-top: auto;
    height: auto;
  }

  .hero__content-top__right {
    margin-bottom: 60px;
  }

  .wrapper .swiper-button-next,
  .wrapper .swiper-button-prev {
    width: 38px;
    height: 38px;
    aspect-ratio: 1;
    background-size: 45%;
  }

  .wrapper .products__slider.swiper-button-next,
  .wrapper .products__slider.swiper-button-prev {
    margin-top: -38px;
  }
}

@media (min-width: 992px) {
  .hero__form-to {
    display: none;
  }

  .hero.templ_4 .hero__content-top {
    max-width: max-content;
    display: block;
    margin-left: auto;
    margin-bottom: 60px;
  }

  .hero__content-top__left {
    min-height: auto;
  }


}


.shoorum__slide {
  min-height: 320px;
}

.dealers__sl .swiper-button-lock {
  display: none;
}

.shoorum__slider .swiper-button-prev {
  left: 15px;
}

.shoorum__slider .swiper-button-next {
  right: 15px;
}

.hero__content-bottom {
  padding-top: 60px;
}

.accent-black {
  color: #000 !important;
}

.accent-color {
  color: var(--accent-color) !important;
}

.form_agreement a,
.form__agreement a {
  transition: all 0.3s ease 0s;
	color: inherit;
}

.form_agreement a:hover,
.form__agreement a:hover{
 text-decoration: none;
}

/* .hero__dev__item {
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.2);
} */