.header {
  color: var(--inverse);
  position: relative;
}

.header._fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-top {
  margin: 5.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

._fixed .header-top {
  margin: 2.8125rem 0;
}

.header__search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__search-btn>svg{
  pointer-events: none;
}

.header__contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header__contacts-box._dynamic_adapt_ {
  width: 100%;
}

.logo-box__name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.345rem;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--inverse);
}

.logo-box__descr {
  color: var(--accent);
  font-size: 0.875rem;
  padding-top: 0.5rem;
}

.header-phone {
  color: var(--accent);
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

._dynamic_adapt_ .header-phone {
  font-size: 1.375rem;
  line-height: normal;
}

.header-mail {
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer;
}

._dynamic_adapt_ .header-mail {
  font-size: 1rem;
  line-height: normal;
}

.header__header-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 145px;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0px 0px;
      -ms-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
.header__header-search._show{
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.header-search {
  background-color: #422F23;
}

.header-search__container {
  height: 100%;
}

.search-form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-input {
  position: relative;
  padding: 13px 20px;
  background-color: transparent;
  border: 2px solid var(--hover);
  width: 100%;
  color: #fff;
}

.search-input::-webkit-input-placeholder {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 300;
}

.search-input::-moz-placeholder {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 300;
}

.search-input:-ms-input-placeholder {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 300;
}

.search-input::-ms-input-placeholder {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 300;
}

.search-input::placeholder {
  color: #F5F5F5;
  font-size: 16px;
  font-weight: 300;
}

.search-label {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-clip-path: none;
          clip-path: none;
  margin-right: 20px;
}

.search-label:before,
.search-label:after {
  content: "";
  height: 20px;
  display: block;
  position: absolute;
  top: 13px;
  right: 40px;
  z-index: -1;
}

.search-label:before {
  width: 20px;
  border: 3px solid #F5F5F5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.search-label:after {
  width: 4px;
  height: 12px;
  background: #F5F5F5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 27px;
  right: 36px;
}

.btn_search-form {
  width: 100%;
}

.hero,
._fixed .hero {
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 0;
  margin: 0;
}



.index-page:not(._fixed) .hero,
._menu-open .hero,
.index-page:not(._fixed) ._fixed .hero,
._menu-open ._fixed .hero, .hero._show {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  max-height: none;
  margin: 85px 0;
}

.hero__container,
._fixed .hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__hero-text-box,
._fixed .hero__hero-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
}

.hero__subtitle,
._fixed .hero__subtitle {
  margin: 10px 0;
}

.hero__motion,
._fixed .hero__motion {
  max-width: 580px;
  margin-bottom: 1.25rem;
}

.hero__form-box,
._fixed .hero__form-box {
  max-width: 455px;
  width: 100%;
}

.hero__estimate-form,
._fixed .hero__estimate-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .estimate-form__button-box,
._fixed .hero .estimate-form__button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-text-box {
  max-width: 37.5rem;
}

.hero-title {
  font-size: 55px;
  font-weight: 500;
  line-height: 116.7%;
  letter-spacing: 0.11875rem;
  text-transform: uppercase;
}

.hero-subtitle {
  color: var(--accent, #F69A12);
  font-size: 2.875rem;
  line-height: 143.7%;
  text-transform: uppercase;
}

.hero-motion {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 135.7%;
  letter-spacing: 0.078125rem;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (max-width: 61.99875em) {
  .header {
    background-position: top 0 right 6%;
  }

  .header-top {
    /*! header tablet*/
    margin-top: 4.0625rem;
    margin-bottom: 3.125rem;
  }

  ._fixed .header-top {
    margin: 1.875rem 0;
  }

  .logo-box__name {
    /*! header tablet*/
    font-size: 1.25rem;
    letter-spacing: 0.2875rem;
  }

  .logo-box__descr {
    /*! header tablet*/
    font-size: 0.75rem;
  }

  .search-btn-img {
    /*! header tablet*/
    width: 1.25rem;
    height: 1.25rem;
  }

  .header-phone {
    /*! header tablet*/
    font-size: 1.375rem;
  }

  .header-mail {
    /*! header tablet*/
    font-size: 1rem;
  }

  .index-page:not(._fixed) .hero,
  ._menu-open .hero,
  .index-page:not(._fixed) ._fixed .hero,
  ._menu-open ._fixed .hero {
    /*! hero tablet*/
    margin-top: 3.3125rem;
    margin-bottom: 4.6875rem;
  }

  .hero__container,
  ._fixed .hero__container {
    /*! hero tablet*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__hero-text-box,
  ._fixed .hero__hero-text-box {
    /*! hero tablet*/
    margin-right: 0;
  }

  .hero__subtitle,
  ._fixed .hero__subtitle {
    /*! hero tablet*/
    margin: 1.875rem 0;
  }

  .hero__motion,
  ._fixed .hero__motion {
    margin-bottom: 3.3125rem;
  }

  .hero__form-box,
  ._fixed .hero__form-box {
    /*! hero tablet*/
    max-width: unset;
  }

  .hero .form-input,
  ._fixed .hero .form-input {
    /*! hero tablet*/
    display: none;
  }

  .hero-title {
    /*! hero tablet*/
    font-size: 3rem;
    letter-spacing: 0.10625rem;
  }

  .hero-subtitle {
    /*! hero tablet*/
    font-size: 2.5rem;
    line-height: 140%;
  }

  .hero-motion {
    /*! hero tablet*/
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}

@media (max-width: 35.62375em) {
  .header-top {
    /*! header $mobile*/
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  ._fixed .header-top {
    margin: 1rem 0;
  }

  .header__search-btn {
    /*! header mobile*/
    margin-top: 0;
  }

  .logo-box__name {
    /*! header mobile*/
    font-size: 1rem;
    letter-spacing: 0.225rem;
    border-bottom: 1px solid var(--accent);
    padding-bottom: 0.625rem;
  }

  .logo-box__descr {
    /*! header mobile*/
    display: none;
  }

  .search-btn-img {
    /*! header mobile*/
    width: 1rem;
    height: 1rem;
  }

  .index-page:not(._fixed) .hero,
  ._menu-open .hero,
  .index-page:not(._fixed) ._fixed .hero,
  ._menu-open ._fixed .hero {
    /*! hero mobile*/
    margin-top: 2.5rem;
    margin-bottom: 3.375rem;
  }

  .hero__hero-text-box,
  ._fixed .hero__hero-text-box {
    /*! hero mobile*/
    margin-top: 2.5rem;
  }

  .hero__subtitle,
  ._fixed .hero__subtitle {
    /*! hero mobile*/
    margin: 1.5625rem 0;
  }

  .hero__motion,
  ._fixed .hero__motion {
    /*! hero mobile*/
    margin-bottom: 2.1875rem;
  }

  .hero .estimate-form__button-box,
  ._fixed .hero .estimate-form__button-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero-title {
    /*! hero mobile*/
    font-size: 1.875rem;
    line-height: 124%;
    letter-spacing: -0.009375rem;
  }

  .hero-subtitle {
    /*! hero mobile*/
    font-size: 1.5rem;
    line-height: 153%;
    letter-spacing: 0.015rem;
  }

  .hero-motion {
    /*! hero mobile*/
    font-size: 1rem;
    line-height: 120%;
    font-weight: 400;
  }
}