.bootstrap-wrapper .container-fluid {
  max-width: 1520px;
}

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;
}

@media screen and (max-width: 991.98px) {
  header.ver_01 .header__logo {
    margin-left: 75px;
  }
  header.ver_01 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  header.ver_02 .header__logo {
    margin-left: 75px;
  }
  header.ver_02 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 15px;
    top: 20px;
  }
  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__logo {
    margin-left: 15px;
  }
  header.ver_05 .header__menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 575.98px) {
  header.ver_01 .header__logo {
    margin-left: 0;
  }
  header.ver_01 .header__logo-img {
    width: 150px;
  }
  header.ver_02 .header__logo {
    margin-left: 0;
  }
  header.ver_02 .header__logo-img {
    width: 150px;
  }
  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;
  }
}/*# sourceMappingURL=additionaly.css.map */