/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v15-latin-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/poppins-v15-latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*::before {
  box-sizing: inherit;
}
*::after {
  box-sizing: inherit;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper-one {
  max-width: 450px;
  margin: 0 auto;
}

.wrapper-two {
  max-width: 891px;
  margin: 0 auto;
}

body {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.rotate {
  display: none;
}

.input-container-mobile,
.submenu {
  display: none;
}

.submenu {
  display: none;
}

.logo {
  display: none;
}

h1 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 38px;
  line-height: 57px;
  letter-spacing: 0.95px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  height: 24px;
  padding: 4px 24px;
}
.top-bar .top-bar-text {
  flex: 1;
  font-weight: 600;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  vertical-align: top;
  color: #000000;
}
.top-bar .our-stores-link {
  font-size: 10px;
  line-height: 15px;
  text-align: right;
  vertical-align: top;
  letter-spacing: 0.08px;
  padding-right: 24px;
  padding-left: 5px;
  cursor: pointer;
  color: #000000;
}
.top-bar img {
  width: 8px;
  height: 11.12px;
  margin-top: 2px;
  cursor: pointer;
}

.main-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 24px 24px;
}
.main-bar::before {
  content: "";
  background-image: linear-gradient(rgba(51, 51, 51, 0.9), rgba(27, 27, 27, 0.4692), rgba(0, 0, 0, 0.0001));
  opacity: 24%;
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  height: 100px;
}
.main-bar .main-logo a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 38px;
  line-height: 57px;
  letter-spacing: 0.95px;
  text-decoration: none;
}
.main-bar .input-container {
  position: relative;
}
.main-bar .header-search {
  padding: 10px 35px 10px 15px;
  outline: none;
  width: 584px;
  height: 48px;
  border-radius: 3px;
  border: none;
  background-position: right;
  color: #FFFFFF;
  background-color: rgba(247, 247, 247, 0.24);
}
.main-bar .header-search::-moz-placeholder {
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  opacity: 1;
}
.main-bar .header-search:-ms-input-placeholder {
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  opacity: 1;
}
.main-bar .header-search::placeholder {
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  opacity: 1;
}
.main-bar .header-search::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  opacity: 1;
}
.main-bar .header-search:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  opacity: 1;
}
.main-bar .header-search:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  opacity: 1;
}
.main-bar .search-button {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-bar .search-button img {
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-bar .sign-bar .sign-bar-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.main-bar li {
  margin-right: 17px;
}
.main-bar a {
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.main-bar .basket-black {
  width: 16px;
  height: 24px;
  cursor: pointer;
  display: block;
  position: relative;
  top: -3px;
}

.sign-bar-link.circle {
  display: none;
}

.burger {
  display: none;
}

.header-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.header-list .header-item {
  margin-right: 32px;
}
.header-list .header-item .header-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-list .header-item .header-link img {
  display: none;
}
.header-list .header-item a {
  position: relative;
}
.header-list .header-item a::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1.8px;
  background-color: transparent;
}
.header-list .header-item a:hover::after {
  background-color: #000000;
}

.intro {
  height: 100vh;
  background-image: url(../img/9193579.png);
  background-repeat: no-repeat;
  background-position: top 24px right;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: slideBg 10s linear infinite 7s;
          animation: slideBg 10s linear infinite 7s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.intro .intro-title {
  font-size: 60px;
  line-height: 90px;
}

@-webkit-keyframes slideBg {
  50% {
    background-image: url(../img/hp-oh-hi.png);
  }
}

@keyframes slideBg {
  50% {
    background-image: url(../img/hp-oh-hi.png);
  }
}
.register-part {
  padding-top: 32px;
  text-align: center;
}
.register-part p {
  height: 36px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.87px;
  margin-bottom: 14px;
  text-align: left;
}
.register-part input {
  height: 32px;
  width: 334px;
  margin-bottom: 32px;
  margin-right: 12px;
}
.register-part input::-moz-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #4A4A4A;
  position: absolute;
  top: 7px;
  left: 11px;
}
.register-part input:-ms-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #4A4A4A;
  position: absolute;
  top: 7px;
  left: 11px;
}
.register-part input::placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #4A4A4A;
  position: absolute;
  top: 7px;
  left: 11px;
}
.register-part input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #4A4A4A;
  position: absolute;
  top: 7px;
  left: 11px;
}
.register-part input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #4A4A4A;
  position: absolute;
  top: 7px;
  left: 11px;
}
.register-part input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.8px;
  color: #4A4A4A;
  position: absolute;
  top: 7px;
  left: 11px;
}
.register-part:hover {
  border-color: #000000;
}
.register-part button {
  width: 94px;
  height: 32px;
  border-radius: 3px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
}
.register-part button:hover {
  background-color: #726969;
  opacity: 70%;
}

#footer {
  background-color: #F7F7F7;
  padding-top: 26px;
  padding-bottom: 14px;
}
#footer h2 {
  font-family: "Cormorant Garamond";
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 1.16px;
  margin-bottom: 17px;
}
#footer .ft-main {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
  margin-bottom: 38px;
}
#footer .ft-main .ft-main-list {
  text-align: left;
  vertical-align: top;
}
#footer .ft-main .ft-main-list li {
  margin-bottom: 6px;
}
#footer .ft-main .ft-main-list a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.1px;
}
#footer .ft-main .ft-main-list a {
  position: relative;
}
#footer .ft-main .ft-main-list a::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1.8px;
  background-color: transparent;
}
#footer .ft-main .ft-main-list a:hover::after {
  background-color: #000000;
}
#footer .ft-title img {
  display: none;
}
#footer .ft-social-list {
  display: flex;
  flex-wrap: wrap;
}
#footer .ft-social-list img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
#footer .ft-social-list a:hover::after {
  background-color: transparent;
}
#footer .ft-legal {
  font-size: 9px;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
  letter-spacing: 0.5px;
}

.container.act {
  background-color: #FFFFFF;
  padding-bottom: 15px;
}

.top-bar.act {
  background-color: #F7F7F7;
}

.main-bar.act::before {
  background-image: none;
}

.main-logo.act a {
  color: #000000;
}

.sign-bar-link.act {
  color: #000000;
}

.header-search.act {
  color: #FFFFFF;
  background-color: #F7F7F7;
}
.header-search.act::-moz-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 600;
}
.header-search.act:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 600;
}
.header-search.act::placeholder {
  color: #000000;
  opacity: 1;
  font-weight: 600;
}
.header-search.act::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
  font-weight: 600;
}
.header-search.act:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
  font-weight: 600;
}
.header-search.act:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
  font-weight: 600;
}

.basket-white {
  display: none;
}

.search-button.act .white-search {
  display: none;
}

.sign-bar-item span {
  height: 22px;
  width: 22px;
  background-color: #F2DA91;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 11px;
  color: #000000;
  padding-top: 3px;
}

.header-list-act {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.header-list-act .header-item-act {
  margin-right: 32px;
}
.header-list-act .header-item-act .header-link-act {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-list-act .header-item-act img {
  display: none;
}
.header-list-act .header-item-act a {
  position: relative;
}
.header-list-act .header-item-act a::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1.8px;
  background-color: transparent;
}
.header-list-act .header-item-act a:hover::after {
  background-color: #000000;
}

.intro.act {
  background-image: url(../img/hp-oh-hi.png);
}

@media screen and (max-width: 767px) {
  .top-bar, .basket-card, .intro-title, .ft-main-social h2, .header-search, .main-bar h1, .sign-bar-link {
    display: none;
  }

  .submenu {
    display: inline;
  }

  .main-bar::before {
    background-image: none;
  }

  .intro {
    background-position: center;
  }

  .main-bar .main-logo {
    position: absolute;
    left: 35%;
  }
  .main-bar .main-logo a {
    font-size: 25px;
    top: 0;
  }
  .main-bar .search-button {
    margin: 0;
    padding: 0;
  }
  .main-bar .search-button img {
    left: 110px;
    position: absolute;
  }
  .main-bar button {
    width: 80px;
  }
  .main-bar .sign-bar-img {
    top: 0;
  }

  .sign-bar-link.circle {
    display: block;
  }
  .sign-bar-link.circle span {
    height: 22px;
    width: 22px;
    background-color: #F2DA91;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    padding-top: 3px;
  }

  .burger {
    display: block;
    position: absolute;
    width: 20px;
    height: 15px;
    top: 22px;
    left: 16px;
  }
  .burger:before {
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
  }
  .burger:after {
    content: "";
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
  }
  .burger span {
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 6px;
  }

  .burger.active:before {
    transform: rotate(45deg);
    top: 6px;
    background-color: #000000;
  }
  .burger.active:after {
    transform: rotate(-45deg);
    bottom: 6px;
    background-color: #000000;
  }
  .burger.active span {
    transform: scale(0);
  }

  .main-logo a.active {
    color: #000000;
  }

  .main-bar.active, .main-bar.main-bar.act.active {
    background-color: #FFFFFF;
  }

  .header-nav, .header-nav-act {
    position: fixed;
    top: -150%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
  }

  .header-nav.active, .header-nav-act.active {
    top: 62px;
    transition: all 0.3s ease 0s;
    left: 0;
  }

  .register-input-part.active {
    visibility: hidden;
  }

  .header-list, .header-list-act {
    display: block;
    text-align: left;
  }
  .header-list .header-item .header-link, .header-list .header-item .header-link-act, .header-list .header-item-act .header-link, .header-list .header-item-act .header-link-act, .header-list-act .header-item .header-link, .header-list-act .header-item .header-link-act, .header-list-act .header-item-act .header-link, .header-list-act .header-item-act .header-link-act {
    display: block;
    color: #000000;
    padding: 16px 16px 13px;
    border-bottom: 1px solid #F7F7F7;
    width: 100%;
    transition: 0.3s ease;
  }
  .header-list .header-item .header-link:hover, .header-list .header-item .header-link-act:hover, .header-list .header-item-act .header-link:hover, .header-list .header-item-act .header-link-act:hover, .header-list-act .header-item .header-link:hover, .header-list-act .header-item .header-link-act:hover, .header-list-act .header-item-act .header-link:hover, .header-list-act .header-item-act .header-link-act:hover {
    background: transparent;
  }
  .header-list .header-item .header-link img, .header-list .header-item .header-link-act img, .header-list .header-item-act .header-link img, .header-list .header-item-act .header-link-act img, .header-list-act .header-item .header-link img, .header-list-act .header-item .header-link-act img, .header-list-act .header-item-act .header-link img, .header-list-act .header-item-act .header-link-act img {
    display: inline;
    float: right;
  }
  .header-list .header-item .submenu, .header-list .header-item-act .submenu, .header-list-act .header-item .submenu, .header-list-act .header-item-act .submenu {
    overflow: hidden;
    display: none;
  }
  .header-list .header-item .submenu.show, .header-list .header-item-act .submenu.show, .header-list-act .header-item .submenu.show, .header-list-act .header-item-act .submenu.show {
    padding-top: 12px;
  }
  .header-list .header-item .submenu li, .header-list .header-item-act .submenu li, .header-list-act .header-item .submenu li, .header-list-act .header-item-act .submenu li {
    padding-bottom: 13px;
  }
  .header-list .header-item .submenu a, .header-list .header-item-act .submenu a, .header-list-act .header-item .submenu a, .header-list-act .header-item-act .submenu a {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 16px;
  }
  .header-list .header-item .submenu-link img, .header-list .header-item-act .submenu-link img, .header-list-act .header-item .submenu-link img, .header-list-act .header-item-act .submenu-link img {
    display: inline;
    float: right;
    padding-right: 16px;
  }

  .register-part {
    padding: 24px 16px;
  }
  .register-part .register-input-part {
    display: flex;
  }
  .register-part input {
    margin-bottom: 0;
    margin-right: 8px;
  }

  #footer {
    padding-top: 0;
  }
  #footer .ft-main {
    margin-bottom: 16px;
    padding: 0 32px;
    display: block;
  }
  #footer h2 {
    margin-bottom: 0;
  }
  #footer .ft-main-item {
    border-bottom: 1px solid #E1E0E1;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #footer .ft-main-item .ft-title {
    width: 100%;
    transition: 0.3s ease;
  }
  #footer .ft-main-item .ft-title:hover {
    background: transparent;
  }
  #footer .ft-main-item .ft-title img {
    display: inline;
    float: right;
  }
  #footer .ft-main-item .ft-main-list {
    overflow: hidden;
    display: none;
  }
  #footer .ft-main-item .ft-main-list a {
    padding-top: 10px;
  }
  #footer .ft-main-item .ft-main-list.show {
    padding-top: 12px;
  }
  #footer .ft-social-list {
    justify-content: center;
    padding-top: 24px;
  }
  #footer .ft-social-list img {
    margin-right: 24px;
  }

  .container.act {
    background-color: transparent;
  }

  .main-bar.act {
    background-color: transparent;
  }
  .main-bar.act .main-logo.act a {
    color: #FFFFFF;
  }
  .main-bar.act .basket-white {
    display: block;
  }
  .main-bar.act .basket-black {
    display: none;
  }
  .main-bar.act .sign-bar-link.two {
    display: block;
  }

  .search-button.act .black-search {
    display: none;
  }
  .search-button.act .white-search {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */