/* stylelint-disable */

/*
 * Hamburger
 */

/* stylelint-disable */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 15px;
  display: inline-block;
  cursor: pointer;
  height: 17px;
  transition-property: opacity, filter;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #503800;
  border-radius: 5px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 *  /Hamburger
 */




body {
  padding-top: 80px !important;
}

@media screen and (max-width: 1215px) {
  body {
    padding-top: 50px !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.header,
.header *,
.header *:before,
.header *:after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxsAXC-q.woff2) format("woff2"), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHjxsAXC-s.woff) format("woff");
  unicode-range: U+0000 - 00FF, U+0131, U+0152 - 0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000 - 206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPGQ.woff2) format("woff2"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHw.woff) format("woff");
  unicode-range: U+0000 - 00FF, U+0131, U+0152 - 0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000 - 206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format("woff2"), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWA.woff) format("woff");
  unicode-range: U+0000 - 00FF, U+0131, U+0152 - 0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000 - 206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHw.woff) format("woff");
  unicode-range: U+0000 - 00FF, U+0131, U+0152 - 0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000 - 206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPHw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.header {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #32424b;
}

.header ul li {
  list-style-type: none;
  margin: 0;
}

.header a,
.header a:hover,
.header a:focus {
  text-decoration: none;
  outline: none;
}

.header ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 7px;
  padding: 12px 25px;
  cursor: pointer;
  font-family: "Lato",sans-serif;
}

.btn--primary {
  color: #4f3700 !important;
  box-shadow: 0 4px 6px rgba(190, 132, 0, 0.3);
  border: 1px solid #be8400;
  background-color: #fec137;
  transition: background-color 0.2s;
}

.btn--primary:hover {
  background-color: #f5b015;
}

.btn--secondary {
  box-shadow: 0 4px 6px rgba(190, 132, 0, 0.3);
  border-radius: 7px;
  background-color: #fff;
  color: #555 !important;
  transition: background-color 0.2s;
}

.btn--secondary:hover {
  background-color: #f1f1f1;
}

.btn--alternate {
  box-shadow: 0 4px 6px rgba(193, 193, 193, 0.3);
  border: 1px solid #eaeaea;
  background-color: #fafafa;
  color: #2e5b74 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color 0.2s;
}

.btn--alternate:hover {
  background-color: #f0f0f0;
  border-color: #d0d0d0;
}

.btn--arrow {
  box-shadow: 0 4px 6px rgba(123, 3, 3, 0.3);
  border: 1px solid #ac1414;
  border-radius: 7px;
  background-color: #c33;
  color: #fff;
  transition: background-color 0.2s;
}

.btn--arrow:hover {
  background-color: #ad1818;
}


/* stylelint-disable */
.header {
  background-color: #fec137;
  border-bottom: 2px solid #eca80d;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0;
}

body.with-top-banner .header {
  top: 80px;
}

@media screen and (max-width: 1215px) {
  body.with-top-banner .header {
    top: 0;
  }

  .header {
    position: fixed;
  }
}
.header__content {
  width: calc(1210px + 94px + 94px);
  padding-left: 15px;
  padding-right: 15px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .header__content {
    width: 1170px;
  }
}
@media screen and (max-width: 1215px) {
  .header__content {
    width: auto;
    height: 50px;
  }
}
.header--sticky {
  top: 0;
  position: fixed;
  -webkit-animation: fadeIn 0.17s;
          animation: fadeIn 0.17s;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.header--sticky .logo {
  height: auto;
}
.header--sticky .logo:before {
  display: none;
}
.header--sticky .logo__svg--color {
  fill: #503800;
}
@media screen and (max-width: 1215px) {
  .header__button {
    padding: 7px 15px;
  }
}
.header__button--orders {
  margin-right: 19px !important;
  margin-left: auto !important;
}
@media screen and (max-width: 1215px) {
  .header__button--orders {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.nav .header__button__inquiry {
  display: none;
  min-width: 190px;
}

@media screen and (max-width: 1215px) {
  .nav .header__button__inquiry {
    display: inline-block;
  }
}

.nav .header__button__order {
  display: inline-block;
}
@media screen and (max-width: 1215px) {
  .nav .header__button__order {
    display: none;
  }
}

@media screen and (min-width: 1216px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 1215px) {
  .hamburger {
    margin-left: auto;
    padding-right: 0;
  }
}

.logo {
  position: absolute;
  left: -33px;
  top: 0;
  width: 313px;
  height: 137px;
  z-index: 8;
  text-align: center;
}
@media screen and (max-width: 1450px) {
  .logo {
    position: static;
    height: auto;
    width: auto;
    margin-right: 15px;
  }
}
.logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../img/logo_bg.svg");
}
@media screen and (max-width: 1450px) {
  .logo:before {
    display: none;
  }
}
.logo__link {
  display: inline-block;
}
.logo__svg {
  width: 135px;
  height: 45px;
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 1450px) {
  .logo__svg {
    margin: 0;
  }
}
@media screen and (max-width: 1215px) {
  .logo__svg {
    width: 100px;
  }
}
.logo__svg--color {
  fill: #fff;
}
@media screen and (max-width: 1450px) {
  .logo__svg--color {
    fill: #503800;
  }
}
@media screen and (max-width: 1215px) {
  .logo__svg--color {
    fill: #503800;
  }
}

.nav {
  position: relative;
  z-index: 6;
  margin: 0 0 0 246px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1450px) {
  .nav {
    margin: 0;
  }
}
@media screen and (max-width: 1215px) {
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    max-height: none;
    z-index: 150;
    max-width: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 1215px) {
  .nav.is-active {
    visibility: visible;
  }
  .nav.is-active:before {
    opacity: 1;
  }
  .nav.is-active > ul {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1215px) {
  .nav:before {
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    content: "";
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: 0.25s all;
    -o-transition: 0.25s all;
    transition: 0.25s all;
    width: 100%;
  }
}
@media screen and (max-width: 1215px) {
  .nav ul li:nth-last-child(2) {
    margin-right: 0;
  }
}
.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1215px) {
  .nav > ul {
    height: 100%;
    position: absolute;
    top: 0;
    width: 325px;
    right: 0;
    background-color: #fec137;
    -webkit-box-shadow: -1px 6px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 6px 2px 3px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #eca80d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
    -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
            transform: translateX(110%);
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    padding-bottom: 45px;
  }
}
.nav__item {
  padding: 0 11px;
  position: relative;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 1215px) {
  .nav__item {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 10px 15px;
  }
}
.nav__item--phone {
  display: none;
  color: #503800;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-top: auto;
}
@media screen and (max-width: 1215px) {
  .nav__item--phone {
    display: block;
  }
}
.nav__item--phone a {
  font-weight: 700;
}
.nav__item:not(.nav__item--dropdown) > a {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.nav__item:not(.nav__item--dropdown) > a:hover {
  border-color: #503800;
}
.nav__item.nav__item--dropdown {
  padding-right: 20px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media screen and (min-width: 1216px) {
  .nav__item.nav__item--dropdown {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media screen and (max-width: 1215px) {
  .nav__item.nav__item--dropdown {
    padding: 0;
  }
}
.nav__item.nav__item--dropdown ul {
  top: calc(100% + 2px);
  left: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 800px;
  background-color: #f5b015;
  border: 2px solid #eca80d;
  border-top: 0;
  line-height: normal;
  padding: 8px 0;
}
@media screen and (min-width: 1216px) {
  .nav__item.nav__item--dropdown ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media screen and (max-width: 1215px) {
  .nav__item.nav__item--dropdown ul {
    display: none;
    width: auto;
    border: 0;
  }
}
@media screen and (max-width: 1215px) {
  .nav__item.nav__item--dropdown ul.active {
    display: block;
  }
}
.nav__item.nav__item--dropdown ul li {
  display: inline-block;
  padding: 7px 15px;
  width: 32%;
}
@media screen and (max-width: 1215px) {
  .nav__item.nav__item--dropdown ul li {
    width: 100%;
  }
}
.nav__item.nav__item--dropdown ul li a {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.nav__item.nav__item--dropdown ul li a:hover {
  border-bottom-color: currentColor;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nav__item.nav__item--dropdown > span {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1215px) {
  .nav__item.nav__item--dropdown > span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
  }
}
.nav__item.nav__item--dropdown > span:before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
}
@media screen and (min-width: 1216px) {
  .nav__item.nav__item--dropdown > span:before {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media screen and (max-width: 1215px) {
  .nav__item.nav__item--dropdown > span:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 20px;
    right: 15px;
  }
}
@media screen and (min-width: 0\0) {
  .nav__item.nav__item--dropdown > span:before {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    border-width: 4px 4px;
  }
}
@media screen and (min-width: 1216px) {
  .nav__item.nav__item--dropdown:hover {
    background-color: #f5b015;
  }
}
@media screen and (min-width: 1216px) {
  .nav__item.nav__item--dropdown:hover ul {
    opacity: 1;
    visibility: visible;
  }
}
.nav a,
.nav span {
  display: inline-block;
  color: #503800;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.welcome-buttons {
  display: flex;
  justify-content: center;
  padding: 15px 0 0;
}

.welcome-buttons .btn {
  margin: 0 7px;
  min-width: 170px;
  padding: 14px 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 425px) {
  .welcome-buttons {
    flex-wrap: wrap;
  }

  .welcome-buttons .btn {
    width: 100%;
    margin: 0 0 10px;
  }
}

.CtaBanner {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background-color: #32424b;
  padding: 10px;
  width: 100%;
  vertical-align: top;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  z-index: 999;
  display: none;
  position: relative;
}

.CtaBanner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  padding: 0;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.CtaBanner .container:after {
  display: none;
}

.CtaBanner p {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.CtaBanner .Btn {
  background-color: transparent;
  flex-shrink: 0;
  display: inline-block;
  padding: 14px 37px;
  font-weight: 400;
  font-size: 15px;
  border-radius: 7px;
  border: 1px solid #be8400;
  color: #fec137;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  line-height: 1;
  margin: 15px auto 0;
}

.CtaBanner .Btn:hover {
  background-color: #52626b;
  text-decoration: none;
}

.CtaBanner strong {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 16px;
  color: #ffffff;
  margin-left: 15px;
}

.CtaBanner strong::before {
  content: "";
  width: 24px;
  height: 22px;
  background-image: url("../img/top-banner-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 860px) {
  .CtaBanner {
    padding: 0;
  }

  .CtaBanner .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
    height: 80px;
  }

  .CtaBanner p,
  .CtaBanner strong {
    font-size: 20px;
  }

  .CtaBanner .Btn {
    margin: 0 0 0 48px;
  }
}

@media (max-width: 1215px) {
  .CtaBanner {
    display: none !important;
  }
}

.header.header--sticky .CtaBanner {
  display: none;
}

.accept-icons {
  max-width: 180px;
}
