:root {
  --color: #292929;
  --color-accent: #2E3063;
  --border-radius: 20px; }

#wpadminbar {
  opacity: 0;
  transform: translateY(-90%);
  overflow: hidden;
  z-index: 1000; }
  #wpadminbar:hover {
    opacity: 1;
    transform: none; }

body {
  font-family: 'Noah', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--color);
  font-size: 24px;
  padding-top: 0;
  line-height: 1.3;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

.image-text-swiper {
  overflow: hidden; }

[data-fancybox] {
  cursor: pointer; }

.woocommerce-pagination,
.nav-links {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .woocommerce-pagination .page-numbers,
  .nav-links .page-numbers {
    flex-wrap: wrap;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    min-height: 42px;
    min-width: 42px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 24px;
    padding: 0 10px;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    text-decoration: none;
    margin: 5px;
    box-sizing: border-box; }
    .woocommerce-pagination .page-numbers.current,
    .nav-links .page-numbers.current {
      background: var(--color-accent);
      color: #fff;
      cursor: auto; }

.woocommerce-pagination > .page-numbers {
  border: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  height: 52px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 24px;
  padding: 0 79px;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  max-width: 100%;
  text-decoration: none;
  transition: 0.3s;
  text-align: center; }
  .button:hover {
    background-color: var(--color-accent);
    color: #fff;
    box-shadow: 0 0 0px 1px #fff; }
  .button-accent {
    background-color: var(--color-accent);
    color: #fff; }
  .button-icon {
    width: 52px;
    padding: 0;
    display: flex;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%; }
    .button-icon:hover {
      background-color: #fff;
      color: var(--color-accent); }
  .button-search {
    background-image: url(../img/search.svg); }
    .button-search_active {
      background-image: url(../img/close.svg);
      background-size: 50%; }
  .button-account {
    background-image: url(../img/account.svg);
    background-size: 60%; }
  .button-eye {
    background-image: url(../img/eye.svg);
    background-size: 50%; }
  .button-cart {
    background-image: url(../img/cart.svg);
    background-size: 50%; }
    .button-cart span {
      position: absolute;
      font-size: 13px;
      font-weight: normal;
      top: 1px;
      right: 1px;
      padding: 1px 2px 0;
      min-width: 16px;
      text-align: center;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      background: var(--color-accent);
      color: #fff; }
  .button-menu {
    background-image: url(../img/menu.svg); }
    .button-menu_active {
      background-image: url(../img/close.svg);
      background-size: 50%; }

select {
  background: #fff; }

.menu {
  list-style: none;
  padding: 0; }

.socials {
  display: flex; }
  .socials__item {
    margin-right: 10px;
    margin-bottom: 10px; }

.social {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center; }
  .social_in {
    background-image: url(../img/socials/in.svg); }
  .social_fb {
    background-image: url(../img/socials/fb.svg); }
  .social_wa {
    background-image: url(../img/socials/wa.svg); }
  .social_vk {
    background-image: url(../img/socials/vk.svg); }
  .social_tg {
    background-image: url(../img/socials/tg.svg); }
  .social_yz {
    background-image: url(../img/socials/yz.svg); }
  .social_yt {
    background-image: url(../img/socials/yt.svg); }

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  box-sizing: border-box; }

@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1794px; } }
@media (min-width: 1200px) and (max-width: 1919px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90vw; } }
.input {
  padding: 16px 30px;
  height: 74px;
  background: #FFFFFF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 24px;
  box-sizing: border-box;
  border: none;
  font-family: inherit; }

.searchform {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  width: 600px;
  max-width: 100%; }
  .searchform .input {
    padding: 16px 60px 16px 16px;
    width: 100%;
    height: 52px;
    border: 1px #D9D9D9 solid;
    margin-right: 0; }
  .searchform .button {
    position: absolute;
    top: 0;
    right: 10px;
    border: none;
    background-color: transparent; }

.section {
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: hidden; }
  .section__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-top: 0;
    margin-bottom: 0.625em; }
  .section__image img {
    border-radius: var(--border-radius); }

.entry-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-top: 0;
  margin-bottom: 0.625em; }

.entry-content a {
  text-decoration: none;
  color: var(--color-accent); }
  .entry-content a:not(.button):hover {
    text-decoration: underline; }

.woocommerce-form__label [type=checkbox],
.woocommerce-checkout [type=checkbox],
.wpcf7 [type=checkbox] {
  --checkbox-height: 38px;
  --checkbox-width: 77px;
  --checkbox-circle: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  height: var(--checkbox-height);
  width: var(--checkbox-width);
  position: relative;
  cursor: pointer;
  margin: 0;
  outline: none; }
  .woocommerce-form__label [type=checkbox]:before,
  .woocommerce-checkout [type=checkbox]:before,
  .wpcf7 [type=checkbox]:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    pointer-events: none;
    border-radius: 100px;
    top: 0;
    left: 0;
    border: 1px solid var(--color-accent); }
  .woocommerce-form__label [type=checkbox]:after,
  .woocommerce-checkout [type=checkbox]:after,
  .wpcf7 [type=checkbox]:after {
    content: '';
    display: block;
    position: absolute;
    background: var(--color-accent);
    height: var(--checkbox-circle);
    width: var(--checkbox-circle);
    top: 4px;
    left: 4px;
    pointer-events: none;
    border-radius: 100px;
    transition: 0.3s;
    opacity: 0.5; }
  .woocommerce-form__label [type=checkbox]:checked:after,
  .woocommerce-checkout [type=checkbox]:checked:after,
  .wpcf7 [type=checkbox]:checked:after {
    opacity: 1;
    left: calc(100% - var(--checkbox-circle) - (var(--checkbox-height) - var(--checkbox-circle))/2); }

.breadcrumbs {
  font-size: 20px;
  padding-top: 1em;
  padding-bottom: 1em; }
  .breadcrumbs a {
    text-decoration: none;
    color: var(--color-accent); }
  .breadcrumbs__sep {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #292929;
    transform: rotate(45deg);
    border-bottom: none;
    border-left: none;
    margin-left: 0.2em;
    margin-right: 0.4em; }

.iframe-wrap {
  position: relative;
  padding-bottom: 56%; }
  .iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%; }

.header-section + .section {
  padding-top: 0; }

.modal-gift .modal-content {
  padding: 20px; }
.modal-gift .btn-close {
  margin-left: auto; }
.modal-gift .modal__image-wrap {
  margin: auto;
  width: 148px;
  max-width: 100%; }
.modal-gift .modal__text {
  text-align: center; }

@media (max-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%; } }
@media (max-width: 1919px) {
  :root {
    --border-radius: 15px; }

  body {
    font-size: 20px; }

  .section {
    padding-top: 100px;
    padding-bottom: 100px; }

  .button {
    font-size: 20px; } }
@media (max-width: 1600px) {
  .section {
    padding-top: 75px;
    padding-bottom: 75px; } }
@media (max-width: 1199px) {
  :root {
    --bs-gutter-x: 20px; }

  .section__title {
    font-size: 40px; }

  .entry-title {
    font-size: 40px; } }
@media (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px; }
    .section__title {
      font-size: 40px; }

  .entry-title {
    font-size: 40px; } }
@media (max-width: 767px) {
  .button-icon {
    width: 40px;
    height: 40px; }

  .searchform .button {
    height: 100%; }

  .section__title {
    font-size: 32px; }

  .entry-title {
    font-size: 32px; } }
@media (max-width: 575px) {
  :root {
    --border-radius: 10px; }

  body {
    font-size: 18px; }

  .section__title {
    font-size: 24px; }

  .woocommerce-form__label [type=checkbox],
  .woocommerce-checkout [type=checkbox],
  .wpcf7 [type=checkbox] {
    --checkbox-height: 26px;
    --checkbox-width: 51px;
    --checkbox-circle: 18px; }

  .entry-title {
    font-size: 24px; }

  .breadcrumbs {
    font-size: 16px; }
    .breadcrumbs__sep {
      width: 5px;
      height: 5px;
      margin-bottom: 0.1em; } }
@media (orientation: portrait) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 100%;
    height: 56vw; } }

/*# sourceMappingURL=common.css.map */
