/*!
Theme Name: By Pier
Author: Innouveau
*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
html body {
  margin: 0;
  background: #ddd;
}
.pagewrap {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .pagewrap {
    padding: 0;
  }
}
.row {
  display: flex;
  margin-bottom: 20px;
}
.row .cell {
  padding: 0 10px;
  flex-grow: 1;
}
.row .cell.cell--100 {
  width: 100%;
}
.row .cell.cell--50 {
  width: 50%;
}
.row .cell.cell--25 {
  width: 25%;
}
.row .cell:first-child {
  padding-left: 0;
}
.row .cell:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .row {
    display: block;
  }
  .row .cell {
    width: 100%!important;
    margin-bottom: 20px;
    padding: 0!important;
  }
  .row .cell:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .pagewrap {
    width: 100%;
    margin: 0;
  }
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.social .social-media__item {
  margin: 0 6px;
}
.social .social-media__item img {
  width: 40px;
}
.social-inline {
  display: flex;
  align-items: center;
}
.social-inline .social-media__item {
  margin: 0 4px;
}
.social-inline .social-media__item img {
  width: 30px;
}
.header {
  position: relative;
  height: 140px;
  background: #fff;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header {
    height: 80px;
    padding: 0 16px;
  }
}
.reviews {
  width: calc(100% / 3);
  background: #fff;
  padding: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .reviews {
    width: 100%;
  }
}
.pt-checkout-form {
  max-width: 100%;
}
.pt-checkout-form .pt-form-group .pt-field-prefill-warning-hint,
.pt-checkout-form .pt-form-group .pt-field-prefill-warning-explanation {
  font-family: inherit;
  padding: 12px;
  color: #fff;
  font-style: inherit;
  font-size: 12px;
  font-weight: 400;
  margin: 4px 0;
  transition: none;
}
.pt-checkout-form .pt-form-group .pt-field-prefill-warning-hint {
  display: block;
}
.page__main-image--mobile {
  display: none;
  height: 200px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page__main-image--mobile {
    display: block;
  }
}
.standard-page {
  background: #d09e00;
}
.standard-page .standard-page__main {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #D4DCD0;
}
.standard-page .standard-page__main .page__left {
  width: calc(50% - 10px);
  padding: 0 40px;
}
.standard-page .standard-page__main .page__left .page__title {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 8px;
  border-bottom: 6px solid #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.standard-page .standard-page__main .page__left .page__content {
  font-weight: 800;
  color: #fff;
  font-size: 21px;
}
.standard-page .standard-page__main .page__left .page__content a {
  color: inherit;
}
.standard-page .standard-page__main .page__left .page__content strong {
  font-weight: 800;
  color: #000;
  font-size: 21px;
}
.standard-page .standard-page__main .page__right {
  width: calc(50% - 10px);
}
.standard-page .standard-page__main .page__right .page__main-image {
  min-height: 300px;
  height: 100%;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.standard-page .standard-page__main .page__right.page__right--with-text {
  column-count: 2;
  padding: 50px 20px 20px 20px;
}
.standard-page.standard-page--contact .standard-page__main .page__left .page__content {
  font-size: 16px;
}
.standard-page.standard-page--contact .standard-page__main .page__right .page__main-image {
  background-position: 50% 50%;
}
.standard-page .standard-page__container {
  display: flex;
  padding: 20px 40px;
  justify-content: space-between;
}
.standard-page .standard-page__container .standard-page__sub {
  width: 100%;
  column-count: 3;
}
.standard-page .running-text {
  line-height: 1.5;
}
.standard-page .running-text p {
  margin-top: 0;
}
.standard-page .running-text p:first-child {
  font-weight: 700;
}
.standard-page .running-text h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
}
.standard-page.standard-page--blue {
  background: #6D969F;
}
.standard-page.standard-page--green {
  background: #9DAE95;
}
@media (max-width: 767px) {
  .standard-page .standard-page__main {
    display: block;
    border-bottom: 0;
    padding: 16px;
  }
  .standard-page .standard-page__main .page__left {
    width: 100%;
    padding: 0;
  }
  .standard-page .standard-page__main .page__left .page__title {
    font-size: 30px;
    margin-top: 0;
  }
  .standard-page .standard-page__main .page__left .page__content {
    border-bottom: 2px solid #000;
  }
  .standard-page .standard-page__main .page__right {
    width: 100%;
  }
  .standard-page .standard-page__main .page__right .page__main-image {
    display: none;
  }
  .standard-page .standard-page__main .page__right.page__right--with-text {
    column-count: 1;
    padding: 0;
  }
  .standard-page .standard-page__container {
    display: block;
    padding: 16px;
  }
  .standard-page .standard-page__container .standard-page__sub {
    width: 100%;
    column-count: 1;
  }
}
.footer {
  background: #000;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
body {
  font-family: 'Raleway';
  font-size: 14px;
  line-height: 1.4;
}
a.link-to-other-page {
  color: #d09e00;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #d09e00;
  font-weight: 300;
}
a.link-to-other-page:before {
  content: '>';
}
.font-number-lining {
  font-feature-settings: "lnum";
}
h1 {
  margin-top: 0;
  color: #d09e00;
}
h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}
h4 {
  margin-top: 0;
}
.yellow {
  color: #d09e00;
}
.column-break {
  break-after: column;
}
.tiles {
  background-image: url(assets/img/backgrounds/background--green.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.tiles.tiles--blue {
  background-image: url(assets/img/backgrounds/background--blue.jpg);
}
.tiles.tiles--yellow {
  background-image: url(assets/img/backgrounds/background--yellow.jpg);
}
.contact-form__container {
  padding: 20px 40px;
  background-image: url(assets/img/backgrounds/background--yellow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.contact-form__container .contact-form {
  max-width: 400px;
}
.contact-form__container .contact-form label {
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .contact-form__container {
    padding: 16px;
  }
}
input,
textarea {
  border: 0;
  padding: 8px;
  font-family: 'Raleway';
  width: 100%;
  outline: none;
}
input[type=submit],
textarea[type=submit] {
  background: #000;
  color: #d09e00;
  font-size: 18px;
  font-weight: 900;
}
.template--home .home__image-container {
  position: relative;
  border-bottom: 3px solid #D4DCD0;
  min-height: 350px;
  background: #000;
}
.template--home .home__image-container .home__image {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 250px;
  top: 0;
  z-index: 0;
  width: calc(100% - 250px);
}
.template--home .home__image-container .home__about {
  width: 50%;
  min-height: 350px;
  padding: 20px 80px 20px 40px;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 1;
  background: -moz-linear-gradient(left, #000000 44%, rgba(0, 0, 0, 0.3) 83%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 44%, rgba(0, 0, 0, 0.3) 83%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 44%, rgba(0, 0, 0, 0.3) 83%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
.template--home .home__image-container .home__about p {
  margin: 0;
}
.template--home .home__image-container .home__about p:last-child {
  color: #d09e00;
}
@media (max-width: 767px) {
  .template--home .home__image-container {
    height: auto;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .template--home .home__image-container .home__image {
    height: 200px;
    width: 100%;
    left: 0;
    position: relative;
  }
  .template--home .home__image-container .home__about {
    position: relative;
    height: auto;
    width: 100%;
    background: #d09e00;
    font-size: 16px;
    padding: 16px;
  }
  .template--home .home__image-container .home__about p:last-child {
    color: #000;
  }
}
.christmas-product {
  display: flex;
  height: 420px;
}
.christmas-product .christmas-product__left {
  width: calc(50% - 10px);
  height: 100%;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
}
.christmas-product .christmas-product__left .christmas-product__hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  pointer-events: none;
  opacity: 0.6;
  display: none;
}
.christmas-product .christmas-product__left .christmas-product__hover img {
  display: block;
  width: 100%;
  height: 100%;
}
.christmas-product .christmas-product__left:hover {
  border: 2px solid #000;
}
.christmas-product .christmas-product__left:hover .christmas-product__hover {
  display: block;
}
.christmas-product .christmas-product__left .christmas-product__bar {
  height: 80px;
  background: #000;
  padding: 12px;
  color: #fff;
  font-weight: 100;
  display: flex;
  align-items: center;
}
.christmas-product .christmas-product__left .christmas-product__bar .christmas-product__dash {
  color: #d09e00;
  font-size: 48px;
}
.christmas-product .christmas-product__left .christmas-product__bar .christmas-product__number {
  font-size: 55px;
  margin-top: -8px;
}
.christmas-product .christmas-product__left .christmas-product__image {
  height: calc(100% - 80px);
  background-size: cover;
  background-position: 50% 50%;
}
.christmas-product .christmas-product__right {
  width: calc(50% - 10px);
  height: 100%;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 10px 0;
  margin-left: 20px;
}
.christmas-product .christmas-product__right .christmas-product__head {
  height: 68px;
  font-size: 24px;
  line-height: 1.2;
  border-bottom: 2px solid #d09e00;
}
.christmas-product .christmas-product__right .christmas-product__head .christmas-product__title {
  font-weight: 800;
}
.christmas-product .christmas-product__right .christmas-product__head .christmas-product__sub-title {
  display: flex;
  align-items: center;
}
.christmas-product .christmas-product__right .christmas-product__head .christmas-product__sub-title .christmas-product__by-pier {
  font-weight: 100;
  margin-right: 5px;
}
.christmas-product .christmas-product__right .christmas-product__head .christmas-product__sub-title .christmas-product__price {
  font-weight: 800;
  color: #d09e00;
  margin-right: 4px;
}
.christmas-product .christmas-product__right .christmas-product__head .christmas-product__sub-title .christmas-product__vat {
  font-weight: 500;
  font-size: 11px;
  margin-top: 4px;
  color: #d09e00;
}
.christmas-product .christmas-product__right .christmas-product__content {
  font-weight: 800;
  font-size: 14px;
  padding-top: 16px;
}
.christmas-product .christmas-product__right .christmas-product__content p:first-child {
  margin-top: 0;
  color: #d09e00;
}
.christmas-product .christmas-product__right .christmas-product__content ul {
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .christmas-product {
    height: 400px;
  }
  .christmas-product .christmas-product__right .christmas-product__head {
    font-size: 20px;
  }
  .christmas-product .christmas-product__right .christmas-product__head .christmas-product__sub-title .christmas-product__vat {
    font-size: 9px;
  }
  .christmas-product .christmas-product__right .christmas-product__content {
    font-size: 12px;
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .christmas-product {
    display: block;
    height: auto;
  }
  .christmas-product .christmas-product__left {
    width: 100%;
    height: 300px;
    border: 0;
  }
  .christmas-product .christmas-product__right {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.home__christmas-button {
  display: block;
  text-decoration: none;
  width: 300px;
  height: 300px;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.standard-page.page--christmas {
  background: #fff;
}
.standard-page.page--christmas .standard-page__main .page__left {
  background-size: cover;
  background-image: url(assets/img/events/christmas/background.jpg);
  width: 50%;
}
.standard-page.page--christmas .standard-page__main .page__left .page__title {
  font-weight: 100;
}
.standard-page.page--christmas .standard-page__main .page__left .page__title b {
  font-weight: 800;
}
.standard-page.page--christmas .standard-page__main .page__left .page__content {
  color: #000;
}
.standard-page.page--christmas .standard-page__main .page__right {
  width: 50%;
}
.standard-page.page--christmas .standard-page__main .page__right .page__main-image {
  background-position: 50% 50%;
}
.standard-page.page--christmas .standard-page__intro {
  display: flex;
}
.standard-page.page--christmas .standard-page__intro .page__left,
.standard-page.page--christmas .standard-page__intro .page__right {
  width: 50%;
  padding: 0 40px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.6;
}
.standard-page.page--christmas .standard-page__intro .page__right {
  display: flex;
  padding-top: 16px;
}
.standard-page.page--christmas .standard-page__intro .page__right .christmas__order-main {
  width: 50%;
  font-size: 22px;
  padding-right: 12px;
  line-height: 1;
}
.standard-page.page--christmas .standard-page__intro .page__right .christmas__order-main a {
  color: #000;
}
.standard-page.page--christmas .standard-page__intro .page__right .christmas__order-main .christmas__order-head {
  color: #d09e00;
  margin-bottom: 4px;
}
.standard-page.page--christmas .standard-page__intro .page__right .christmas__order-main .christmas__order-telephone a {
  text-decoration: none;
}
.standard-page.page--christmas .standard-page__intro .page__right .christmas__order-details {
  width: 50%;
}
.standard-page.page--christmas .christmas__products {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.standard-page.page--christmas .christmas__products .christmas-product {
  margin: 40px 20px;
  width: calc(50% - 40px);
}
.standard-page.page--christmas .christmas__footer {
  padding: 20px 40px;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content {
  display: flex;
  background: #d09e00;
  padding: 36px 12px;
  font-weight: 800;
  font-size: 14px;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-left {
  width: 50%;
  padding-right: 20px;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-left ul {
  margin-top: 0;
  padding-left: 16px;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-left ul li {
  margin-bottom: 2px;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-right {
  width: 50%;
  display: flex;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-right .christmas__footer-contact {
  width: 50%;
  padding-right: 20px;
  font-size: 24px;
  line-height: 1.2;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-right .christmas__footer-contact .christmas__footer-contact-label {
  color: #fff;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-right .christmas__footer-contact .christmas__footer-contact-mail a {
  color: #000;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-right .christmas__footer-contact .christmas__footer-contact-telephone a {
  color: #000;
  text-decoration: none;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-right .christmas__footer-note {
  width: 50%;
  font-weight: 700;
}
.standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-right .christmas__footer-note b {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .standard-page.page--christmas .standard-page__intro .page__right .christmas__order-main {
    font-size: 18px;
  }
  .standard-page.page--christmas .standard-page__intro .page__right .christmas__order-details {
    width: 50%;
  }
  .standard-page.page--christmas .christmas-product {
    margin: 40px 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .standard-page.page--christmas .standard-page__intro {
    display: block;
  }
  .standard-page.page--christmas .standard-page__intro .page__left,
  .standard-page.page--christmas .standard-page__intro .page__right {
    width: 100%;
  }
  .standard-page.page--christmas .standard-page__intro .page__right {
    width: 100%;
    padding-top: 0;
  }
  .standard-page.page--christmas .christmas__products {
    margin: 0;
  }
  .standard-page.page--christmas .christmas__products .christmas-product {
    width: 100%;
    margin: 40px 0;
  }
  .standard-page.page--christmas .christmas__footer .christmas__footer-content {
    display: block;
  }
  .standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .standard-page.page--christmas .christmas__footer .christmas__footer-content .christmas__footer-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .standard-page.page--christmas .standard-page__main {
    display: block;
    padding: 0;
  }
  .standard-page.page--christmas .standard-page__main .page__left {
    width: 100%;
    display: block;
    padding: 40px;
  }
  .standard-page.page--christmas .standard-page__intro .page__right {
    display: block;
  }
  .standard-page.page--christmas .standard-page__intro .page__right .christmas__order-main {
    width: 100%;
    margin-bottom: 12px;
  }
  .standard-page.page--christmas .standard-page__intro .page__right .christmas__order-details {
    width: 100%;
  }
}
.identity {
  height: 100%;
}
.identity a {
  display: block;
  height: 100%;
}
.identity a img {
  width: auto;
  height: 100%;
  display: block;
}
.menu ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.menu ul li {
  list-style: none;
  position: relative;
  width: 85px;
  padding-top: 24px;
}
.menu ul li i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px auto;
  border-radius: 50%;
  background: #000;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.menu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
}
.menu ul li:nth-child(1) i {
  background-image: url(assets/img/menu/production.svg);
}
.menu ul li:nth-child(2) i {
  background-image: url(assets/img/menu/about.svg);
}
.menu ul li:nth-child(3) i {
  background-image: url(assets/img/menu/contact.svg);
}
.menu ul li:nth-child(4) i {
  background-image: url(assets/img/menu/home.svg);
}
.menu ul li:hover a,
.menu ul li.current-menu-item a {
  color: #d09e00;
}
.menu ul li:hover i,
.menu ul li.current-menu-item i {
  background-color: #d09e00;
}
.menu ul li:hover:nth-child(1) i,
.menu ul li.current-menu-item:nth-child(1) i {
  background-image: url(assets/img/menu/production--black.svg);
}
.menu ul li:hover:nth-child(2) i,
.menu ul li.current-menu-item:nth-child(2) i {
  background-image: url(assets/img/menu/about--black.svg);
}
.menu ul li:hover:nth-child(3) i,
.menu ul li.current-menu-item:nth-child(3) i {
  background-image: url(assets/img/menu/contact--black.svg);
}
.menu ul li:hover:nth-child(4) i,
.menu ul li.current-menu-item:nth-child(4) i {
  background-image: url(assets/img/menu/home--black.svg);
}
.menu .menu__close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  text-align: center;
  opacity: 0.9;
}
.menu .menu__close:before,
.menu .menu__close:after {
  position: absolute;
  left: 11px;
  top: 2px;
  content: ' ';
  height: 22px;
  width: 3px;
  background-color: #d09e00;
}
.menu .menu__close:before {
  transform: rotate(45deg);
}
.menu .menu__close:after {
  transform: rotate(-45deg);
}
.menu .menu__close:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .menu {
    display: none!important;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: auto;
    background: rgba(208, 158, 0, 0.9);
    z-index: 1000;
    padding: 60px 16px 16px 16px;
  }
  .menu .menu__close {
    display: block;
  }
  .menu.menu--active {
    display: block!important;
  }
  .menu .menu-menu-1-container ul {
    display: block;
  }
  .menu .menu-menu-1-container ul li {
    width: 100%;
  }
  .menu .menu-menu-1-container ul li a {
    padding: 4px 0;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
  }
  .menu .menu-menu-1-container ul li a i {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    background-color: transparent;
    flex-shrink: 0;
  }
  .menu .menu-menu-1-container ul li:nth-child(1) i {
    background-image: url(assets/img/menu/production--black.svg);
  }
  .menu .menu-menu-1-container ul li:nth-child(2) i {
    background-image: url(assets/img/menu/about--black.svg);
  }
  .menu .menu-menu-1-container ul li:nth-child(3) i {
    background-image: url(assets/img/menu/contact--black.svg);
  }
  .menu .menu-menu-1-container ul li:nth-child(4) i {
    background-image: url(assets/img/menu/home--black.svg);
  }
  .menu .menu-menu-1-container ul li.current-menu-item a {
    color: #fff;
  }
  .menu .menu-menu-1-container ul li.current-menu-item:nth-child(1) i {
    background-image: url(assets/img/menu/production--white.svg);
  }
  .menu .menu-menu-1-container ul li.current-menu-item:nth-child(2) i {
    background-image: url(assets/img/menu/about--white.svg);
  }
  .menu .menu-menu-1-container ul li.current-menu-item:nth-child(3) i {
    background-image: url(assets/img/menu/contact--white.svg);
  }
  .menu .menu-menu-1-container ul li.current-menu-item:nth-child(4) i {
    background-image: url(assets/img/menu/home--white.svg);
  }
}
.hamburger {
  width: 28px;
  padding: 4px;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100000;
}
.hamburger .burger {
  background: #d09e00;
  height: 3px;
  margin-bottom: 3px;
}
.hamburger .burger:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
  .hamburger.menu--active .burger {
    background: #fff;
  }
}
.ticker {
  height: 32px;
  background: #d09e00;
  font-weight: 900;
  font-size: 15px;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
}
.ticker .tick__container {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.ticker .tick__container .tick-set {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ticker .tick__container .tick-set .tick {
  margin-right: 4px;
  display: flex;
  flex-shrink: 0;
  line-height: 12px;
}
.ticker .tick__container .tick-set .tick .tick__date {
  color: #000;
  margin-right: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.ticker .tick__container .tick-set .tick .tick__date .number {
  font-size: 120%;
  position: relative;
  top: -1px;
}
.ticker .tick__container .tick-set .tick .tick__title {
  color: #fff;
  white-space: nowrap;
}
.ticker .tick__container .tick-set .tick:after {
  content: "\2022";
  margin-left: 4px;
  color: #fff;
}
.ticker--standard-page .ticker {
  background: #000;
  color: #fff;
}
.ticker--standard-page .ticker .tick__date {
  color: #d09e00 !important;
}
.products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.products .product-block {
  display: flex;
  width: calc(50% - 20px);
  text-decoration: none;
}
.products .product-block:last-child {
  margin-right: 0;
}
.products .product-block .product-block__left {
  background: #000;
  padding: 12px;
  width: 50%;
}
.products .product-block .product-block__left .product-block__title {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  line-height: 0.9;
  padding-bottom: 14px;
  border-bottom: 4px solid #fff;
  margin-bottom: 10px;
}
.products .product-block .product-block__left .product-block__content {
  color: #fff;
  line-height: 1.6;
}
.products .product-block .product-block__left .product-block__content ul {
  padding-left: 14px;
  list-style: none;
  margin-top: 12px;
}
.products .product-block .product-block__left .product-block__content ul li::before {
  content: "\2022";
  color: #d09e00;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  margin-left: -1em;
}
.products .product-block .product-block__right {
  width: 50%;
}
.products .product-block .product-block__right .product-block__container .product-block__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.products .product-block .product-block__container {
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}
.products .product-block.product-block--yellow .product-block__left .product-block__title span:last-child {
  color: #d09e00;
}
.products .product-block.product-block--blue .product-block__left .product-block__title span:last-child {
  color: #6D969F;
}
.products .product-block.product-block--blue .product-block__left .product-block__content ul li::before {
  color: #6D969F;
}
@media (max-width: 767px) {
  .products {
    display: block;
    padding: 16px;
  }
  .products .product-block {
    margin: 0 0 16px 0;
    display: block;
    width: 100%;
  }
  .products .product-block:last-child {
    margin-bottom: 0;
  }
  .products .product-block .product-block__left {
    width: 100%;
  }
  .products .product-block .product-block__left .product-block__title {
    font-size: 32px;
  }
  .products .product-block .product-block__left .product-block__content {
    display: none;
  }
  .products .product-block .product-block__right {
    display: none;
  }
  .products .product-block .product-block__container {
    height: auto;
    padding-bottom: 0;
  }
}
.navigation {
  background: #000;
  display: flex;
  align-items: center;
  height: 32px;
  font-weight: 700;
  color: #d09e00;
  padding: 0 40px;
}
.navigation.navigation--blue {
  color: #6D969F;
}
.navigation .regular {
  font-weight: 400;
  margin: 0 4px;
}
.navigation a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation {
    padding: 0 16px;
  }
}
.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}
.cover .image-gallery {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 400px;
  transform: translate(-50%, -50%);
}
.cover .image-gallery .image-gallery__image {
  position: relative;
}
.cover .image-gallery .image-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}
.cover .image-gallery .image-gallery__close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.cover .image-gallery .image-gallery__close img {
  width: 100%;
  height: auto;
  display: block;
}
.cover .image-gallery .image-gallery__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.cover .image-gallery .image-gallery__button:hover {
  background: rgba(255, 255, 255, 0.5);
}
.cover .image-gallery .image-gallery__button img {
  width: 100%;
  height: auto;
  display: block;
}
.cover .image-gallery .image-gallery__button.image-gallery__next {
  right: 16px;
}
.cover .image-gallery .image-gallery__button.image-gallery__prev {
  left: 16px;
}
@media (max-width: 1024px) {
  .cover .image-gallery {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
