header.ver_01 .header__menu-open {
  width: 60px;
  height: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--general-accent);
  border-radius: 8px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  display: none;
}

header.ver_01 .header__menu-open:hover {
  background: var(--bg-dark-light);
}

header.ver_01 .header__menu-open span {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

header.ver_01 .header__menu-open span + span {
  margin-top: 7.5px;
}

header.ver_02 .header__menu-open {
  width: 60px;
  height: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--general-accent);
  border-radius: 8px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  display: none;
}

header.ver_02 .header__menu-open:hover {
  background: var(--bg-dark-light);
}

header.ver_02 .header__menu-open span {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

header.ver_02 .header__menu-open span + span {
  margin-top: 7.5px;
}

header.ver_03 .header__menu-open {
  width: 60px;
  height: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--general-accent);
  border-radius: 8px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  display: none;
}

header.ver_03 .header__menu-open:hover {
  background: var(--bg-dark-light);
}

header.ver_03 .header__menu-open span {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

header.ver_03 .header__menu-open span + span {
  margin-top: 7.5px;
}

header.ver_04 .header__menu-open {
  width: 60px;
  height: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--general-accent);
  border-radius: 8px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  display: none;
  margin-right: 20px;
}

header.ver_04 .header__menu-open:hover {
  background: var(--bg-dark-light);
}

header.ver_04 .header__menu-open span {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

header.ver_04 .header__menu-open span + span {
  margin-top: 7.5px;
}

header.ver_05 .header__menu-open {
  width: 60px;
  height: 60px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--general-accent);
  border-radius: 8px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  display: none;
}

header.ver_05 .header__menu-open:hover {
  background: var(--bg-dark-light);
}

header.ver_05 .header__menu-open span {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

header.ver_05 .header__menu-open span + span {
  margin-top: 7.5px;
}

/*------------header.ver_011----------------------------*/

header.ver_011 {
  background: var(--white-bg-color);
}

header.ver_011 .container-fluid {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.ver_011 .header__top {
  background: var(--link);
}

header.ver_011 .header__top .container-fluid {
  padding-top: 12px;
  padding-bottom: 12px;
}

header.ver_011 .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.ver_011 .header__logo-link {
  display: block;
}

header.ver_011 .header__logo-img {
  display: block;
  width: 175px;
}

header.ver_011 .header__city {
  position: relative;
}

header.ver_011 .header__city-current {
  color: #fff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_011 .header__city-current .svg {
  display: block;
  margin-left: 5px;
}

header.ver_011 .header__city-current .svg path {
  fill: #fff;
}

header.ver_011 .header__city-popup {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 0%;
  z-index: 2;
  margin-top: 5px;
  display: none;
}

header.ver_011 .city-popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--general-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_011 .city-popup__link + .city-popup__link {
  border-top: 1px solid var(--other-accent-light);
}

header.ver_011 .header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

header.ver_011 .header__contacts + .header__contacts-col {
  margin-left: 120px;
}

header.ver_011 .contacts-phone__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #fff;
  margin-right: 81px;
}

header.ver_011 .contacts-phone__link:hover {
  color: var(--general-white);
}

header.ver_011 .contacts-phone__link > .svg {
  display: block;
  margin-right: 9px;
}

header.ver_011 .contacts-phone__link > .svg path {
  stroke: #fff;
}

header.ver_011 .contacts-mail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 100%;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #fff;
}

header.ver_011 .contacts-mail__link:hover {
  color: var(--general-white);
}

header.ver_011 .contacts-mail__link > .svg {
  display: block;
  margin-right: 9px;
}

header.ver_011 .contacts-mail__link > .svg path {
  stroke: #fff;
}

header.ver_011 .header__contacts-city {
  font-size: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 100%;
}

header.ver_011 .header__contacts-city > img {
  display: block;
  margin-right: 13.5px;
}

header.ver_011 .header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

header.ver_011 .header-search {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_011 .header-search__label {
  display: block;
  position: relative;
}

header.ver_011 .header-search__input {
  width: 100%;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0 25px;
  font-family: "Nunito", sans-serif;
}

header.ver_011 .header-search__submit {
  position: absolute;
  height: 50px;
  width: 50px;
  right: 1px;
  top: 1px;
  border: none;
  background: transparent;
}

header.ver_011 .header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

header.ver_011 .header-basket__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--other-accent-light);
  border-radius: 50%;
  margin-right: 16px;
  position: relative;
}

header.ver_011 .header-basket__count {
  position: absolute;
  font-size: 0.75rem;
  color: #fff;
  background: #EB5757;
  padding: 1px 6px;
  border-radius: 9px;
  right: 0;
  top: 0;
}

header.ver_011 .header-basket__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header.ver_011 .header-basket__title {
  color: var(--general-gray);
  font-size: 0.875rem;
  margin-bottom: 8px;
}

header.ver_011 .header-basket__price {
  font-size: 1.25rem;
  font-weight: 700;
}

header.ver_011 .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

header.ver_011 .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header.ver_011 .header__nav-item {
  position: relative;
  margin: 0 20px;
}

header.ver_011 .header__nav-item.parent:hover .header__nav-childs-list {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

header.ver_011 .header__nav-item.parent > a::after {
  content: '';
  background: url(/i/icon__arrow.svg) no-repeat;
  display: block;
  width: 8.5px;
  height: 5.5px;
  margin-left: 5px;
}

header.ver_011 .header__nav-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: var(--general-black);
  font-weight: 600;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.ver_011 .header__nav-link:hover {
  color: var(--link-hover);
}

header.ver_011 .header__nav-childs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  z-index: 2;
}

header.ver_011 .header__nav-childs-item + .header__nav-childs-item {
  border-top: 1px solid #DEDEDE;
}

header.ver_011 .header__nav-childs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  color: var(--general-black);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  white-space: nowrap;
  padding: 16px 20px;
}

header.ver_011 .header__nav-childs-link:hover {
  color: var(--link-hover);
}

header.ver_011 .header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

header.ver_011 .header-auth__icon {
  margin-right: 12px;
}

header.ver_011 .header-auth__icon .svg path {
  stroke: #fff;
}

header.ver_011 .header__menu-open {
  width: 60px;
  height: 60px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--general-accent);
  border-radius: 8px;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  display: none;
}

header.ver_011 .header__menu-open:hover {
  background: var(--bg-dark-light);
}

header.ver_011 .header__menu-open span {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

header.ver_011 .header__menu-open span + span {
  margin-top: 7.5px;
}

@media screen and (max-width: 991.98px) {
  header.ver_01 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  header.ver_02 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  header.ver_03 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 15px;
    top: 30px;
  }
  header.ver_04 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 15px;
    top: 92px;
  }
  header.ver_04 .header__bottom .header-basket__icon {
    margin-right: 0;
  }
  header.ver_04 .header__bottom .header-basket__info {
    display: none;
  }
  header.ver_04 .header__bottom .header__basket {
    position: absolute;
    right: 15px;
    top: 92px;
  }
  header.ver_05 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.ver_011 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 575.98px) {
  header.ver_01 .header__logo-img {
    width: 100px;
  }
  header.ver_02 .header__logo-img {
    width: 100px;
  }
  header.ver_03 .header__logo-img {
    width: 100px;
  }
  header.ver_04 .header__logo-img {
    width: 100px;
  }
  header.ver_05 .container-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.ver_05 .header__logo {
    margin-bottom: 0;
  }
  header.ver_05 .header__logo-img {
    width: 100px;
  }
  header.ver_05 .header__basket {
    margin-left: 0;
  }
  header.ver_05 .header-basket__icon {
    margin-right: 0;
  }
  header.ver_05 .header-basket__info {
    display: none;
  }
  header.ver_011 .container-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header.ver_011 .header__logo {
    margin-bottom: 0;
  }
  header.ver_011 .header__logo-img {
    width: 100px;
  }
  header.ver_011 .header__basket {
    margin-left: 0;
  }
  header.ver_011 .header-basket__icon {
    margin-right: 0;
  }
  header.ver_011 .header-basket__info {
    display: none;
  }
}


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