* {
  box-sizing: border-box;
}

[scroll='goScrollToForm'] {
  cursor: pointer;
}

:root {
  --swiper-theme-color: #888;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

:root {
  --swiper-navigation-size: 44px;
}

body {
  font-family: sans-serif;
  margin: 0;
  background-color: #efefee;
  line-height: 1.3;
  font-family: sans-serif;
  font-size: 16px;
}

* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
}

body {
  position: relative;
}

@-moz-document url-prefix() {}

:focus,
input,
input:active {
  outline: none;
}

body {
  min-width: 320px;
}

.stripe {
  background-color: gray;
}

.stripe__nav {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.stripe__nav-list {
  height: 40px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  list-style: none;
}

.stripe__nav-item {}

.stripe__nav-link {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

@media (width <=996px) {
  .stripe {
    display: none;
  }
}
.header {
  max-width: 960px;
  margin: 25px auto;
}
.header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-img {
  width: 100%;
  max-width: 250px;
}
.header__logo-img--mob {
  display: none;
}
.header__menu {
}
.header__menu-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__menu-item {
}
.header__menu-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.search {
  width: 100%;
  max-width: 262px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.search__input {
	margin: 0;
  padding-left: 5px;
  width: 100%;
  height: 30px;
  border: 1px solid #000;
}
.search__btn {
  padding: 1px 6px;
  width: 44px;
  height: 32px;
  background-color: #efefef;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__btn-img {
  width: 100%;
  max-width: 18px;
}
.burger {
  position: relative;
  display: none;
  align-items: center;
  width: 24px;
  height: 24px;
}
.burger > span,
.burger > span::before,
.burger > span::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.burger > span::before {
  content: '';
  top: -8px;
}
.burger > span::after {
  content: '';
  top: 8px;
}

@media (width <= 996px) {
  .header {
    margin: 0 auto;
    background-color: #222;
  }
  .header__wrapper {
    height: 44px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .burger {
    display: flex;
  }
  .header__logo-img--mob {
    display: block;
  }
  .header__logo-img--desck,
  .header__menu,
  .search {
    display: none;
  }
}
