* {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: 0 !important;
}

input[type=submit] {
  padding: 0;
  border-width: 0;
  cursor: pointer;
}

button {
  border-width: 0;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: unset;
}

.header-middle.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 150;
  box-shadow: 8.485px 8.485px 62px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.header-middle.is-scrolled:not(.header-middle.is-scrolled.header-search-is-opened) .header-search {
  margin-right: 50px;
}
.header-middle.is-scrolled:not(.header-middle.is-scrolled.header-search-is-opened) .header-search form {
  display: none;
}
.header-middle.is-scrolled:not(.header-middle.is-scrolled.header-search-is-opened) .header-search__icon {
  display: inline-block;
  height: 23px;
  width: 23px;
  background: url("../icon/icons-isp.svg") 0 -50px;
  cursor: pointer;
}
.header-middle.is-scrolled:not(.header-middle.is-scrolled.header-search-is-opened) .header-search__icon:hover {
  background-position-y: -75px;
}
@media screen and (min-width: 992px) {
  .header-middle.is-scrolled .header-middle__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-middle.is-scrolled .header-middle__logo img {
  height: 60px;
}
.header-middle.is-scrolled .header-middle__info {
  margin-left: auto;
}
.header-middle.is-scrolled .header-middle__info .cart {
  background-position-y: -56px;
}
.header-middle.is-scrolled .header-middle__info .cart:hover {
  background-position-y: -84px;
}
.header-middle.is-scrolled .header-middle__info .phone:before {
  background-color: #343434;
}
.header-middle.is-scrolled .header-middle__info .phone a, .header-middle.is-scrolled .header-middle__info .phone span {
  color: #343434;
}
.header-middle.is-scrolled .header-middle__description {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-middle.is-scrolled .header-middle__nav-list {
    flex: 1;
    display: block;
  }
}
.header-middle.is-scrolled .header-middle__nav-list ul {
  display: flex;
  justify-content: space-around;
}
.header-middle.is-scrolled .header-middle__nav-list a {
  font-size: 16px;
  font-family: "Museo Sans Cyrl 700";
  color: #313131;
}
.header-middle.is-scrolled .header-middle__nav-list a:hover {
  color: #EC691F;
}
@media screen and (min-width: 992px) {
  .header-middle:not(.header-middle.is-scrolled) .header-middle__info {
    position: absolute;
    right: 0;
    bottom: -70px;
  }
  .header-middle:not(.header-middle.is-scrolled) .header-middle__icon {
    display: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-middle:not(.header-middle.is-scrolled) .header-search {
    margin-right: auto;
  }
}
.header-middle.header-search-is-opened .header-middle__nav-list, .header-middle.header-search-is-opened .header-middle__info {
  display: none;
}
.header-middle.header-search-is-opened .header-search__icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url("../icon/icons-isp.svg") 0 -100px;
  margin-left: 20px;
  cursor: pointer;
}
.header-middle.header-search-is-opened .header-search__icon:hover {
  background-position-y: -120px;
}
.header-middle .burger-menu {
  display: none;
}
.header-middle__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .header-middle__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.header-middle__logo img {
  height: 70px;
}
.header-middle__description {
  margin-left: 60px;
  font-family: "Museo Sans Cyrl 900";
  font-size: 14px;
  color: #4c4c4c;
  line-height: 25px;
  text-transform: uppercase;
}
.header-middle__description span {
  display: block;
  color: #EC691F;
}
.header-middle__info {
  display: flex;
  align-items: center;
}
.header-middle__info .cart {
  position: relative;
  width: 29px;
  height: 26px;
  background: url("../icon/icons-isp.svg") -25px 0;
}
.header-middle__info .cart:hover {
  background-position-y: -84px;
}
.header-middle__info .cart a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-middle__info .cart__count {
  position: absolute;
  top: -9px;
  left: 20px;
  min-width: 21px;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #EC691F;
  border-radius: 10px;
  font-family: "Museo Sans Cyrl 700";
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.header-middle__info .phone {
  position: relative;
  padding-left: 25px;
  margin-left: 35px;
}
.header-middle__info .phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #ffffff;
}
.header-middle__info .phone a {
  font-family: "Museo Sans Cyrl 900";
  font-size: 20px;
  color: #ffffff;
}
.header-middle__info .phone a:hover {
  color: #EC691F;
}
.header-middle__info .phone span {
  display: block;
  font-family: "Museo Sans Cyrl 100";
  font-size: 12px;
  color: #ffffff;
}
.header-middle__nav-list {
  display: none;
}

.header-search {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-search form {
  display: flex;
  align-items: center;
  border: 1.5px solid #C4C4C4;
  border-radius: 24px;
  padding: 10px 15px;
}
.header-search form:focus-within, .header-search form:hover {
  border-color: #8E8E8E;
}
.header-search__input {
  font: normal 13px "Museo Sans Cyrl 500";
  color: #313131;
  width: 360px;
  border-width: 0;
  background: transparent;
  margin-right: 15px;
  padding: 0;
}
.header-search__button {
  height: 23px;
  width: 23px;
  background: url("../icon/icons-isp.svg");
}
.header-search__button:hover {
  background-position-y: -25px;
}

.search-page-form-input {
  font-family: "Museo Sans Cyrl 500";
  color: #313131;
}
.search-page__total {
  font-family: "Museo Sans Cyrl 700";
  font-size: 20px;
  color: #EC691F;
  margin-bottom: 60px;
}
.search-page__results-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
.search-page__results-name {
  display: inline-block;
  font-family: "Museo Sans Cyrl 700";
  font-size: 20px;
  color: #EC691F;
  line-height: 24px;
  margin-bottom: 15px;
}
.search-page__results-name:hover {
  color: #CD4D04;
}
.search-page__results-excerpt {
  font-family: "Museo Sans Cyrl 300";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media screen and (max-width: 1579px) {
  .header-middle__logo img {
    height: 60px;
  }
  .header-middle__description {
    font-size: 12px;
    line-height: 20px;
  }
  .header-middle.is-scrolled .header-middle__logo img {
    height: 50px;
  }
  .header-middle.is-scrolled .header-middle__nav-list a {
    font-size: 14px;
  }

  .header-search__input {
    width: 290px;
  }
}
@media screen and (max-width: 1199px) {
  .header-middle.is-scrolled:not(.header-middle.is-scrolled.header-search-is-opened) .header-search {
    margin-right: 20px;
  }

  .header-search__input {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .header-middle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 150;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 8.485px 8.485px 62px 0 rgba(0, 0, 0, 0.1);
  }
  .header-middle .burger-menu {
    display: block;
    flex: none;
    width: 42px;
    height: 18px;
    background: url("../icon/icons-isp.svg") -97px 0;
    margin-right: 50px;
  }
  .header-middle__logo img {
    height: 50px;
  }
  .header-middle__description {
    display: none;
  }
  .header-middle__info {
    margin-left: auto;
  }
  .header-middle__info .cart {
    background-position-y: -56px;
  }
  .header-middle__info .cart:hover {
    background-position-y: -84px;
  }
  .header-middle__info .phone:before {
    background-color: #343434;
  }
  .header-middle__info .phone a, .header-middle__info .phone span {
    color: #343434;
  }
  .header-middle__info .phone a {
    font-size: 18px;
  }

  .header-search {
    display: none;
  }

  .dropdown .hot-line.align-middle p span {
    display: block;
  }

  main:not(.page-front) {
    padding-top: 90px;
  }

  .search-page-form {
    margin-bottom: 20px;
  }
  .search-page__total {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .search-page__results-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .search-page__results-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .search-page__results-excerpt {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .header-middle .burger-menu {
    width: 30px;
    height: 18px;
    background-position-x: -141px;
    margin-right: 40px;
  }
  .header-middle__info .cart {
    margin-right: 12px;
  }
  .header-middle__info .phone {
    display: none;
  }
}

/*# sourceMappingURL=isp_styles.css.map */
