@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}

body.is-search-open, body.lock-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1420px;
  }
}

::-moz-selection {
  color: #fff;
  background: #B83946;
}

::selection {
  color: #fff;
  background: #B83946;
}

a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:hover {
  color: #B83946;
  text-decoration: none;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

.hidden {
  display: none !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.btn-primary, .pagination__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #B83946;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-primary, .pagination__btn {
    column-gap: 15px;
  }
}
.btn-primary img, .pagination__btn img {
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 991px) {
  .btn-primary img, .pagination__btn img {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 991px) {
  .btn-primary, .pagination__btn {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-primary, .pagination__btn {
    padding: 0 4rem;
  }
}
.btn-primary:hover, .pagination__btn:hover {
  background: #33A330;
  color: #fff;
}

.btn-secondary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #33A330;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-secondary {
    column-gap: 15px;
  }
}
.btn-secondary img {
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 991px) {
  .btn-secondary img {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 991px) {
  .btn-secondary {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-secondary {
    padding: 0 4rem;
  }
}
.btn-secondary:hover {
  background: #0f6f0b;
  color: #fff;
}

.btn-subtle {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #F0F0F0;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-subtle {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-subtle {
    padding: 0 4rem;
  }
}
.btn-subtle:hover {
  background: #eee;
  color: #000;
}

.btn-submit-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #B83946;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-submit-primary {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-submit-primary {
    padding: 0 4rem;
  }
}
.btn-submit-primary:hover {
  background: #33A330;
  color: #fff;
}

.btn-submit-secondary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: #33A330;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 991px) {
  .btn-submit-secondary {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-submit-secondary {
    padding: 0 4rem;
  }
}
.btn-submit-secondary:hover {
  background: #0f6f0b;
  color: #fff;
}

.btn-subtle-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: transparent;
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.btn-subtle-link:hover {
  color: #000;
}

.btn-section-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1;
  text-align: center;
  color: #B83946;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  background: rgba(236, 220, 184, 0.3);
  outline: none;
  border: none;
  transition: 0.5s;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .btn-section-link {
    height: 5rem;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-section-link {
    padding: 0 4rem;
  }
}
.btn-section-link:hover {
  text-decoration: none;
  background: #ECDCB8;
}

.skladem {
  color: #33A330 !important;
}

.neni-skladem {
  color: #E4A32B !important;
}

.out-of-stock-icon {
  filter: brightness(0) saturate(100%) invert(81%) sepia(16%) saturate(3518%) hue-rotate(340deg) brightness(95%) contrast(87%);
}

.grayscale {
  filter: grayscale(100%);
}

.range-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 6px 0 0 0;
}
.range-slider__control {
  position: relative;
  min-height: 9px;
}
.range-slider__control input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 20px;
  height: 20px;
  background-color: #B83946;
  border-radius: 50%;
  cursor: pointer;
}
.range-slider__control input[type=range]::-webkit-slider-thumb:hover {
  background: #B83946;
}
.range-slider__control input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 20px;
  height: 20px;
  background-color: #B83946;
  border-radius: 50%;
  cursor: pointer;
}
.range-slider__control input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.range-slider__fields {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.3rem 0 0 0;
}
.range-slider__fields input {
  width: 100%;
  height: 40px;
  border: none;
  background: rgba(236, 220, 184, 0.3);
  text-align: center;
  color: #000;
  border-radius: 25px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  outline-color: #B83946;
}
@media only screen and (min-width: 991px) {
  .range-slider__fields input {
    height: 50px;
  }
}
.range-slider__field {
  flex: 1;
}
.range-slider__separator {
  font-size: calc(14px * 1);
  padding: 0 1rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
}
.range-slider .fromSlider {
  height: 0 !important;
  z-index: 1;
}

.filter-datalist {
  border: none;
  margin: 0;
  padding: 0;
}

.filter-field-checkbox {
  display: block;
  color: #000;
  position: relative;
  width: 100%;
  min-height: 20px;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  outline: none;
  text-align: left;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.filter-field-checkbox:hover {
  text-decoration: underline;
}
.filter-field-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.filter-field-checkbox input:checked ~ .filter-field-checkbox__indicator {
  border-color: #33A330;
}
.filter-field-checkbox input:checked ~ .filter-field-checkbox__indicator::after {
  opacity: 1;
}
.filter-field-checkbox input:checked ~ .filter-field-checkbox__label {
  font-weight: 400;
}
.filter-field-checkbox .filter-field-checkbox__label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filter-field-checkbox .filter-field-checkbox__label span {
  color: #000;
}
.filter-field-checkbox .filter-field-checkbox__label a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.filter-field-checkbox .filter-field-checkbox__label a:hover {
  text-decoration: none;
}
.filter-field-checkbox .filter-field-checkbox__label-color-circle {
  width: 20px;
  height: 20px;
  margin: -1px 5px 0 0;
  border: 1px solid #5D5D5D;
  border-radius: 50%;
}
.filter-field-checkbox .filter-field-checkbox__indicator {
  border: 0.1rem solid #000;
  background-color: transparent;
  border-radius: 5px;
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
}
.filter-field-checkbox .filter-field-checkbox__indicator::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 1px;
  width: 17px;
  height: 17px;
  background: url("../images/ico-filter-check-5HDXE4G.svg") no-repeat center center;
  background-size: contain;
}

.filter-field-radio {
  display: block;
  color: #000;
  position: relative;
  width: 100%;
  min-height: 20px;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  outline: none;
  text-align: left;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.filter-field-radio:hover {
  text-decoration: underline;
}
.filter-field-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.filter-field-radio input:checked ~ .filter-field-radio__indicator {
  border-color: #33A330;
}
.filter-field-radio input:checked ~ .filter-field-radio__indicator::after {
  opacity: 1;
}
.filter-field-radio input:checked ~ .filter-field-radio__label {
  font-weight: 600;
}
.filter-field-radio .filter-field-radio__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.filter-field-radio .filter-field-radio__label span {
  color: #000;
}
.filter-field-radio .filter-field-radio__indicator {
  border: 0.1rem solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: transparent;
}
.filter-field-radio .filter-field-radio__indicator::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #33A330;
}

.partner-readmore,
.history-readmore,
.readmore {
  overflow: hidden;
}

.readmore-link {
  font-size: calc(18px * 1);
  display: inline;
  text-align: center;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  cursor: pointer;
}
.readmore-link:hover span {
  text-decoration: none;
}
.readmore-link span {
  display: inline;
  pointer-events: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.readmore-link span:after {
  content: "více informací";
  z-index: 1;
}
.readmore-link.expand span:after {
  content: "mene informací";
}

.required-tag {
  color: #B83946;
}

.btn-icon-add {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #33A330;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .btn-icon-add {
    width: 50px;
    height: 50px;
  }
}
.btn-icon-add:hover {
  background: #0f6f0b;
}
.btn-icon-add img {
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 991px) {
  .btn-icon-add img {
    width: 24px;
    height: 24px;
  }
}

.alert {
  font-size: 1.5rem;
  line-height: 2rem;
}
.alert.alert-danger {
  color: red;
  background: rgba(255, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.alert.alert-success {
  color: #62b236;
  background: rgba(98, 178, 54, 0.1);
  padding: 1rem 2rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.alert.alert-info {
  color: red;
  background: rgba(255, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}

.is-invalid {
  border: 1px solid red !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-toggle {
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}
.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 200px;
  border: 1px solid #f7f7f7;
  border-radius: 0.8rem;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu a {
  display: block;
  padding: 1.3rem 2rem;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
}
.dropdown .dropdown-menu a:hover {
  background-color: #f7f7f7;
}
.dropdown .dropdown-menu a i {
  margin-right: 0.8rem;
}
.dropdown.show .dropdown-menu {
  display: block;
}

.btn-simple-ico {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 2.2rem;
  outline: none;
  transition: 0.3s;
}
.btn-simple-ico ion-icon, .btn-simple-ico i {
  font-size: 1.6rem;
  color: #000000;
}
.btn-simple-ico ion-icon[name=trash-outline], .btn-simple-ico ion-icon.ri-delete-bin-2-line, .btn-simple-ico i[name=trash-outline], .btn-simple-ico i.ri-delete-bin-2-line {
  color: #ff0000;
}
.btn-simple-ico img {
  display: block;
  max-width: 1.6rem;
  max-height: 1.6rem;
}
.btn-simple-ico:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.btn-simple-ico:hover:not(.no-hover) {
  background: #fff7f2;
}
.btn-simple-ico:hover:not(.no-hover) .btn-simple-ico__tooltip {
  opacity: 1;
}
.btn-simple-ico__tooltip {
  font-size: calc(14px * 1);
  position: absolute;
  z-index: 99;
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  background: #000;
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.btn-simple-ico__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}
.btn-simple-ico--add ion-icon, .btn-simple-ico--add i {
  font-size: 3rem;
  color: #B83946;
}

.clickable {
  cursor: pointer;
}

.adm-field-checkbox {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  font-size: calc(16px * 1);
  margin: 0;
  display: inline-flex;
  color: #000;
  position: relative;
  padding: 0 0 0 3.5rem;
  cursor: pointer;
  min-height: 2.4rem;
  line-height: 2.4rem;
  outline: none;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.adm-field-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
.adm-field-checkbox input:checked ~ .adm-field-checkbox__indicator::after {
  opacity: 1;
}
.adm-field-checkbox .adm-field-checkbox__label {
  margin: 0;
  color: #000;
  cursor: pointer;
}
.adm-field-checkbox .adm-field-checkbox__label span {
  color: #b3b3b3;
}
.adm-field-checkbox .adm-field-checkbox__indicator {
  border: 0.1rem solid #000;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.4rem;
  width: 2.4rem;
  background: transparent;
}
.adm-field-checkbox .adm-field-checkbox__indicator::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  height: 1.3rem;
  width: 0.7rem;
  transform: rotate(42deg);
  border-bottom: 1px solid #B83946;
  border-right: 1px solid #B83946;
  background: transparent;
  opacity: 0;
}

.overlay-cart {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10rem;
}
.overlay-cart .spinner {
  border: 0.6rem solid #fff7f2;
  border-left-color: #B83946;
  border-radius: 50%;
  height: 8rem;
  width: 8rem;
  animation: rotate 1s ease infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mw-200 {
  min-width: 20rem;
}

.ml-0 {
  margin-left: 0 !important;
}

.color-text--gray {
  color: #a3a3a3;
}
.color-text--success {
  color: #62b236 !important;
}
.color-text--error {
  color: red !important;
}
.color-text--primary {
  color: #B83946 !important;
}

.is-disabled {
  pointer-events: auto;
  opacity: 0.6;
  cursor: not-allowed;
  background: #dfdfdf !important;
  color: #a3a3a3 !important;
}
.is-disabled img {
  filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(1183%) hue-rotate(164deg) brightness(95%) contrast(77%);
}

.header {
  z-index: 902;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #FCFAF4;
  transition: 0.3s;
}
@media only screen and (max-width: 990px) {
  .header {
    display: none;
  }
}
.header__top-panel {
  position: relative;
  background: #FCFAF4;
}
@media only screen and (max-width: 990px) {
  .header__top-panel {
    display: none;
  }
}
.header__top-panel:hover {
  z-index: 916;
}
.header__middle-panel {
  background: #ECDCB8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header__middle-panel {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
.header__bottom-panel {
  background: #B83946;
}
.header__bottom-detail-panel {
  background: #B83946;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  height: 60px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header__top {
    column-gap: 80px;
  }
}
.header__contact {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
.header__contact-label {
  line-height: 1;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.header__contact-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.header__contact-number {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  line-height: 1;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.header__contact-number a {
  text-decoration: none;
  font-weight: 600;
  color: #B83946;
  transition: 0.3s;
  cursor: pointer;
}
.header__contact-number a:hover {
  color: #33A330;
}
.header__menu {
  flex: 1;
}
.header__middle {
  display: flex;
  align-items: center;
  column-gap: 20px;
  height: 100px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header__middle {
    column-gap: 46px;
  }
}
.header__middle .header__contact {
  flex: 1;
}
.header__logo {
  display: block;
  flex-shrink: 0;
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    padding: 0 46px 0 0;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  display: block;
  width: 140px;
  height: unset;
}
.header__search {
  flex: 1;
}
.header__controls {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__controls-separator {
  position: relative;
  left: 1px;
  width: 1px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5019607843);
}
.header__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header__bottom-action-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  padding: 0 22px 0 15px;
  height: 46px;
  background: #ECDCB8;
  border-radius: 10px;
  line-height: 1;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header__bottom-action-btn {
    padding: 0 34px 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .header__bottom-action-btn {
    padding: 0 46px 0 42px;
  }
}
.header__bottom-action-btn:hover {
  background: #fff;
  color: #B83946;
}
.header__bottom-action-btn img {
  display: block;
  width: 23px;
  height: 23px;
}
.header__submenu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 915;
}
.header.scrolled:not(.header--detail) .header__middle-panel {
  border-radius: 0;
}
.header.scrolled:not(.header--detail) .header__middle {
  height: 80px;
}
.header.scrolled:not(.header--detail) .header-cart__btn-counter {
  top: 17px;
}
.header.scrolled:not(.header--detail) .header-user__btn,
.header.scrolled:not(.header--detail) .header-cart__btn {
  height: 80px;
}
.header.scrolled:not(.header--detail) .header-categories-nav__primary li a.header-categories-nav__more-btn,
.header.scrolled:not(.header--detail) .header-categories-nav__primary li a.header-categories-nav__item,
.header.scrolled:not(.header--detail) .header__bottom {
  height: 70px;
}
.header.unpinned {
  transform: translateY(-80px);
}
.header--detail {
  position: relative;
}
.header--detail.unpinned {
  transform: none;
}

.header-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  opacity: 0;
  pointer-events: none;
}
.header-detail.unpinned {
  opacity: 1;
  pointer-events: all;
}

.header-search {
  z-index: 917;
  position: relative;
  display: flex;
  width: 100%;
  height: 34px;
  background: #fff;
  border-radius: 28px;
}
@media only screen and (min-width: 991px) {
  .header-search {
    height: 55px;
  }
}
.header-search form {
  display: flex;
  width: 100%;
}
.header-search.focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-search__inp {
  position: relative;
  z-index: 2;
  flex: 1;
  margin: 0;
  padding: 0 0 0 15px;
  border: none;
  background: transparent;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .header-search__inp {
    font-size: 16px;
    padding: 0 0 0 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search__inp {
    padding: 0 0 0 37px;
    font-size: 18px;
  }
}
.header-search__inp::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.header-search__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  border-radius: 50%;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .header-search__btn {
    width: 55px;
  }
}
.header-search__btn:hover {
  background: #B83946;
}
.header-search__btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(27deg) brightness(101%) contrast(99%);
}
.header-search__btn img {
  display: block;
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 991px) {
  .header-search__btn img {
    width: 30px;
    height: 30px;
  }
}

.header-search-suggests {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  width: 100%;
  padding-top: 34px;
}
@media only screen and (min-width: 991px) {
  .header-search-suggests {
    padding-top: 55px;
  }
}
.header-search-suggests__content {
  padding: 15px 0;
}
.header-search-suggests__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.header-search-suggests__footer {
  padding: 0 10px 10px 10px;
}
.header-search-suggests__footer-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 28px;
  text-align: center;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #33A330;
  transition: 0.3s;
}
.header-search-suggests__footer-btn:hover {
  background: #0f6f0b;
}

.search-suggests-product-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.search-suggests-product-card:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 991px) {
  .search-suggests-product-card {
    font-size: 18px;
    padding: 0 0 0 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-suggests-product-card {
    padding: 0 0 0 37px;
  }
}
.search-suggests-product-card__img {
  flex: 1 0 36px;
  max-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-suggests-product-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.header-menu-nav {
  position: relative;
}
.header-menu-nav.nav-loading {
  visibility: hidden;
}
.header-menu-nav__primary {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu-nav__primary li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.header-menu-nav__primary li a {
  display: block;
  padding: 0 10px;
  line-height: 1;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header-menu-nav__primary li a {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-menu-nav__primary li a {
    padding: 0 25px;
  }
}
.header-menu-nav__primary li a:hover {
  color: #B83946;
}
.header-menu-nav__primary li a.header-menu-nav__more-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  row-gap: 4px;
  width: 32px;
  height: 32px;
  padding: 0;
}
.header-menu-nav__primary li a.header-menu-nav__more-btn span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #000;
  transition: 0.3s;
}
.header-menu-nav__primary li a.header-menu-nav__more-btn span:nth-child(1) {
  width: 15px;
}
.header-menu-nav__primary li a.header-menu-nav__more-btn span:nth-child(2) {
  width: 25px;
}
.header-menu-nav__primary li a.header-menu-nav__more-btn span:nth-child(3) {
  width: 12px;
}
.header-menu-nav__primary li a.header-menu-nav__more-btn:hover span:nth-child(1) {
  width: 32px;
}
.header-menu-nav__primary li a.header-menu-nav__more-btn:hover span:nth-child(2) {
  width: 32px;
}
.header-menu-nav__primary li a.header-menu-nav__more-btn:hover span:nth-child(3) {
  width: 32px;
}
.header-menu-nav__secondary {
  display: block;
  z-index: 930;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 200px;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  pointer-events: none;
  background: #FCFAF4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  list-style: none;
}
.header-menu-nav__secondary li a {
  padding: 7px 25px;
  white-space: nowrap;
}
.header-menu-nav.show-more ul li.header-menu-nav__more ul {
  top: 45px;
  opacity: 1;
  pointer-events: all;
}

.header-categories-nav {
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 916;
}
.header-categories-nav__primary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 80px;
  overflow: hidden;
}
.header-categories-nav__primary li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.header-categories-nav__primary li a.header-categories-nav__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  height: 80px;
  margin: 0;
  padding: 0 18px;
  line-height: 1;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header-categories-nav__primary li a.header-categories-nav__item {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-categories-nav__primary li a.header-categories-nav__item {
    padding: 0 30px;
  }
}
.header-categories-nav__primary li a.header-categories-nav__item img {
  display: block;
  height: 24px;
}
@media only screen and (min-width: 1200px) {
  .header-categories-nav__primary li a.header-categories-nav__item img {
    height: 27px;
  }
}
.header-categories-nav__primary li a.header-categories-nav__item:hover, .header-categories-nav__primary li a.header-categories-nav__item.hover {
  background: #fff;
  color: #B83946;
}
.header-categories-nav__primary li a.header-categories-nav__item:hover img, .header-categories-nav__primary li a.header-categories-nav__item.hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
}
.header-categories-nav__primary li a.header-categories-nav__more-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin: 0;
  padding: 0 20px;
  row-gap: 8px;
  line-height: 1;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .header-categories-nav__primary li a.header-categories-nav__more-btn {
    font-size: 18px;
  }
}
.header-categories-nav__primary li a.header-categories-nav__more-btn img {
  display: block;
  height: 24px;
}
@media only screen and (min-width: 1200px) {
  .header-categories-nav__primary li a.header-categories-nav__more-btn img {
    height: 27px;
  }
}
.header-categories-nav__primary li a.header-categories-nav__more-btn:hover, .header-categories-nav__primary li a.header-categories-nav__more-btn.hover {
  background: #fff;
  color: #B83946;
}
.header-categories-nav__primary li a.header-categories-nav__more-btn:hover img, .header-categories-nav__primary li a.header-categories-nav__more-btn.hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
}
.header-categories-nav__secondary {
  display: block;
  z-index: 910;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  pointer-events: none;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
}
.header-categories-nav__secondary li a.header-categories-nav__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 12px;
  height: unset;
  margin: 0;
  padding: 10px 20px;
  line-height: 1;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: left;
  transition: 0.3s;
  white-space: nowrap;
}
.header-categories-nav__secondary li a.header-categories-nav__item:hover {
  color: #B83946;
}
.header-categories-nav__secondary li a.header-categories-nav__item img {
  display: block;
  width: 27px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(30%) hue-rotate(134deg) brightness(92%) contrast(106%);
}
.header-categories-nav.show-more ul li.header-categories-nav__more ul {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}

.header-submenu__overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  pointer-events: none;
  background: #000;
  opacity: 0.25;
}
.header-submenu__box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.header-submenu__left {
  flex: 1;
  position: relative;
}
.header-submenu__left-separators {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.header-submenu__left-separators span {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(236, 220, 184, 0.5019607843);
}
.header-submenu__left-separators span:nth-child(1) {
  left: 33.33%;
}
.header-submenu__left-separators span:nth-child(2) {
  left: 66.66%;
}
.header-submenu__right {
  flex: 1 0 300px;
  max-width: 300px;
  padding: 0 20px;
  border-left: 1px solid rgba(236, 220, 184, 0.5019607843);
}
@media only screen and (min-width: 1200px) {
  .header-submenu__right {
    flex: 1 0 360px;
    max-width: 360px;
    padding: 0 50px;
  }
}

.base-header-control, .header-cart__btn, .header-user__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  height: 100px;
  line-height: 1;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.base-header-control img, .header-cart__btn img, .header-user__btn img {
  display: block;
}
.base-header-control::after, .header-cart__btn::after, .header-user__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 6px solid #B83946;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.base-header-control:hover, .header-cart__btn:hover, .header-user__btn:hover {
  color: #B83946;
}

.header-user {
  z-index: 918;
  position: relative;
  left: 2px;
}
.header-user__btn {
  z-index: 925;
  padding: 0 40px 0 20px;
}
@media only screen and (min-width: 1200px) {
  .header-user__btn {
    padding: 0 60px 0 40px;
  }
}
.header-user__btn::after {
  right: 20px;
}
@media only screen and (min-width: 1200px) {
  .header-user__btn::after {
    right: 40px;
  }
}
.header-user__btn:hover, .header-user__btn.hover {
  background: #fff;
}
.header-user__btn--no-arrow {
  padding: 0 20px;
  column-gap: 0;
}
@media only screen and (min-width: 1200px) {
  .header-user__btn--no-arrow {
    padding: 0 40px;
  }
}
.header-user__btn--no-arrow::after {
  display: none;
}
.header-user__btn span {
  padding-left: 5px;
}

.login-modal {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 660px) {
  .login-modal {
    width: 100%;
  }
}
.login-modal__left {
  width: 50%;
  padding: 80px 40px 80px 80px;
  background: #FCFAF4;
}
@media only screen and (max-width: 660px) {
  .login-modal__left {
    width: 100%;
    padding: 20px 15px;
  }
}
.login-modal__right {
  width: 50%;
  padding: 80px 80px 80px 40px;
  background: #fff;
}
@media only screen and (max-width: 660px) {
  .login-modal__right {
    width: 100%;
    padding: 20px 15px;
  }
}
.login-modal__title {
  margin: 0 0 4px 0;
  line-height: 1;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 660px) {
  .login-modal__title {
    font-size: 18px;
  }
}
.login-modal__subtitle {
  margin: 0 0 25px 0;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #434343;
}
@media only screen and (max-width: 660px) {
  .login-modal__subtitle {
    margin: 0 0 15px 0;
    font-size: 14px;
  }
}
.login-modal__button-container {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 660px) {
  .login-modal__button-container {
    margin: 15px 0 0 0;
  }
}
.login-modal__texts {
  line-height: 1.3;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #434343;
}
@media only screen and (max-width: 660px) {
  .login-modal__texts {
    font-size: 14px;
  }
}
.login-modal__texts ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.login-modal__texts ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
}
.login-modal__texts ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B83946;
}

#login-modal.fancybox-content {
  padding: 0;
  background: transparent;
  border-radius: 15px;
  overflow: hidden;
  max-width: 900px;
  width: 100%;
}

.login-modal-form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 15px 0 0 0;
  padding: 0;
}
.login-modal-form button[type=submit].is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}
.login-modal-form button[type=submit].is-loading span {
  visibility: hidden;
}
.login-modal-form button[type=submit].is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: login-spinner 0.6s linear infinite;
}
@media only screen and (min-width: 991px) {
  .login-modal-form {
    row-gap: 14px;
    margin: 28px 0 0 0;
  }
}
.login-modal-form .form-field__button-container {
  display: flex;
  justify-content: center;
  margin: 6px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .login-modal-form .form-field__button-container {
    margin: 12px 0 0 0;
  }
}
.login-modal-form .form-field__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 10px;
  margin: 0 0 8px 0;
}
.login-modal-form .form-field__heading a {
  line-height: 1;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 991px) {
  .login-modal-form .form-field__heading a {
    font-size: 18px;
  }
}
.login-modal-form .form-field__heading a:hover {
  text-decoration: none;
}
.login-modal-form .form-field__label {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .login-modal-form .form-field__label {
    font-size: 18px;
  }
}
.login-modal-form .form-field__input {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #000;
  outline: none;
  border-radius: 28px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .login-modal-form .form-field__input {
    height: 55px;
    padding: 0 26px;
    font-size: 18px;
  }
}
.login-modal-form .form-field__input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.login-modal-form .form-field__input:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

@keyframes login-spinner {
  to {
    transform: rotate(360deg);
  }
}
.header-cart {
  z-index: 918;
  position: relative;
}
.header-cart__btn {
  z-index: 922;
  padding: 0 40px 0 15px;
}
@media only screen and (min-width: 1200px) {
  .header-cart__btn {
    padding: 0 40px 0 30px;
  }
}
.header-cart__btn::after {
  right: 20px;
}
.header-cart__btn:hover, .header-cart__btn.hover {
  background: #fff;
}
.header-cart__btn-counter {
  position: absolute;
  top: 24px;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 1;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #33A330;
}
.header-cart__overlay {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.25;
  pointer-events: none;
}
.header-cart:hover .header-cart__overlay, .header-cart.lock-open .header-cart__overlay {
  display: block;
}
.header-cart:hover .header-cart__btn, .header-cart.lock-open .header-cart__btn {
  background: #fff;
}
.header-cart:hover .header-cart-popup, .header-cart.lock-open .header-cart-popup {
  display: block;
}
.header-cart--empty .header-cart__btn::after {
  display: none;
}
.header-cart--empty:hover .header-cart__overlay, .header-cart--empty.lock-open .header-cart__overlay {
  display: none;
}

.header-cart-popup {
  z-index: 920;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 880px;
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.header-cart-popup__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  padding: 30px 40px;
}
.header-cart-popup__progress {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

.header-cart-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.header-cart-table thead {
  background: rgba(236, 220, 184, 0.1490196078);
}
.header-cart-table thead tr th {
  height: 50px;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.header-cart-table thead tr th:first-child {
  padding-left: 45px;
}
.header-cart-table tbody tr td {
  padding: 10px 0;
  height: 80px;
  border-bottom: 1px solid #ECDCB8;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.header-cart-table tbody tr td:first-child {
  padding-left: 45px;
}
.header-cart-table tbody tr td:last-child {
  padding-right: 40px;
}
.header-cart-table__quantity {
  padding: 0 20px;
}
.header-cart-table__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 24px;
  text-decoration: none;
  color: #000;
}
.header-cart-table__item img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.header-cart-table__item:hover {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header-cart-table__item small {
  font-weight: 300;
}

.header-submenu-product {
  padding: 20px 0 25px 0;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-product {
    padding: 25px 0 46px 0;
  }
}
.header-submenu-product__title {
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 1.1;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-product__title {
    margin: 0 0 25px 0;
    font-size: 24px;
  }
}

.header-submenu-product-card {
  display: flex;
  flex-direction: column;
  padding: 15px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 15px;
}
.header-submenu-product-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-product-card__image {
    height: 164px;
  }
}
.header-submenu-product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header-submenu-product-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.header-submenu-product-card__info {
  flex: 1;
}
.header-submenu-product-card__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin: 0 0 10px 0;
}
.header-submenu-product-card__title {
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
  line-height: 1.33;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header-submenu-product-card__title:hover {
  text-decoration: none;
}
.header-submenu-product-card__main-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.header-submenu-product-card__main-price strong {
  position: relative;
  bottom: -1px;
  line-height: 1;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.header-submenu-product-card__secondary-price {
  margin: 0 0 3px 0;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3019607843);
}
.header-submenu-product-card__availability {
  margin: 0 0 10px 0;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.header-submenu-product-card__button-container {
  display: flex;
  justify-content: center;
}
.header-submenu-product-card__button-add {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #33A330;
  transition: 0.3s;
}
.header-submenu-product-card__button-add:hover {
  background: #0f6f0b;
}
.header-submenu-product-card__button-add img {
  display: block;
  width: 24px;
  height: 24px;
}

.product-card-rating {
  position: relative;
  display: flex;
  align-items: center;
  width: 112px;
}
.product-card-rating__fg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: var(--overlay-width, 0%);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.product-card-rating__bg {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
}
.product-card-rating__bg img {
  filter: grayscale(100%);
}

.product-card-rating-value {
  color: #B83946;
  line-height: 1;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.product-card-rating-value:hover {
  text-decoration: none;
}
.product-card-rating-value span {
  color: #B83946;
}

.header-submenu-categories {
  display: flex;
  flex-wrap: wrap;
}
.header-submenu-categories__item {
  width: 33.33%;
  border-top: 1px solid rgba(236, 220, 184, 0.5019607843);
}
.header-submenu-categories__item:nth-child(1), .header-submenu-categories__item:nth-child(2), .header-submenu-categories__item:nth-child(3) {
  border-top: none;
}

.header-submenu-category-card-simple {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
  padding: 25px;
  min-height: 140px;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-category-card-simple {
    column-gap: 35px;
    padding: 50px;
    min-height: 180px;
  }
}
.header-submenu-category-card-simple > img, .header-submenu-category-card-simple > picture > img {
  display: block;
  width: unset;
  height: 50px;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-category-card-simple > img, .header-submenu-category-card-simple > picture > img {
    height: 70px;
  }
}
.header-submenu-category-card-simple__content {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-category-card-simple__content {
    column-gap: 15px;
  }
}
.header-submenu-category-card-simple__content > img {
  display: block;
  width: 20px;
}
.header-submenu-category-card-simple__title {
  margin: 0;
  line-height: 1.1;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
}
.header-submenu-category-card-simple__title strong, .header-submenu-category-card-simple__title b {
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header-submenu-category-card-simple:hover {
  background: rgba(236, 220, 184, 0.2078431373);
  text-decoration: none;
}
.header-submenu-category-card-simple:hover .header-submenu-category-card-simple__title {
  color: #B83946;
}
.header-submenu-category-card-simple:hover .header-submenu-category-card-simple__title strong {
  text-decoration: none;
}

.header-submenu-category-card-list {
  padding: 25px;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-category-card-list {
    padding: 50px;
  }
}
.header-submenu-category-card-list__title {
  margin: 0 0 12px 0;
  line-height: 1;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-category-card-list__title {
    font-size: 24px;
  }
}
.header-submenu-category-card-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-submenu-category-card-list ul li {
  margin: 0 0 3px 0;
  padding: 0;
}
.header-submenu-category-card-list ul li a {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 1200px) {
  .header-submenu-category-card-list ul li a {
    font-size: 18px;
  }
}
.header-submenu-category-card-list ul li a:hover {
  text-decoration: none;
}

.quantity-counter {
  display: flex;
  flex-direction: row;
  width: 205px;
  border-radius: 10px;
  background: #FCFAF4;
}
.quantity-counter .up, .quantity-counter .down {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background: #F2F2F2;
  border: none;
  outline: none;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .quantity-counter .up, .quantity-counter .down {
    width: 50px;
    height: 50px;
  }
}
.quantity-counter .up:hover, .quantity-counter .down:hover {
  background: #e0dfdf;
}
.quantity-counter .up img, .quantity-counter .down img {
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
@media only screen and (min-width: 991px) {
  .quantity-counter .up img, .quantity-counter .down img {
    width: 24px;
    height: 24px;
  }
}
.quantity-counter .up {
  background: #33A330;
}
.quantity-counter .up:hover {
  background: #0f6f0b;
}
.quantity-counter__quantity-field {
  flex: 1;
  min-width: 50px;
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  outline: none;
}

.progress-item__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
  margin: 0 0 10px 0;
}
.progress-item__header-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin: 0 0 10px 0;
}
.progress-item__header-left {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.progress-item__header-left-content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.progress-item__header {
  margin: 0 0 10px 0;
}
.progress-item__heading-title {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.progress-item__heading-title a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.progress-item__heading-title a:hover {
  text-decoration: none;
}
.progress-item__heading-texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  margin: 5px 0 0 0;
}
.progress-item__gift-info {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: normal;
}
.progress-item__heading-desc {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: normal;
  color: #000;
}
.progress-item__heading-desc small {
  font-size: 14px;
}
.progress-item__heading-desc b, .progress-item__heading-desc strong {
  font-weight: 600;
}
.progress-item__heading-text {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: normal;
  color: #000;
}
.progress-item__heading-text small {
  font-size: 16px;
}
.progress-item__heading-text b, .progress-item__heading-text strong {
  font-weight: 600;
}
.progress-item__line {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 4px;
}
.progress-item__line--filled {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
}
.progress-item--orange .progress-item__heading-desc b, .progress-item--orange .progress-item__heading-desc strong,
.progress-item--orange .progress-item__heading-text b,
.progress-item--orange .progress-item__heading-text strong {
  color: #B83946;
}
.progress-item--orange .progress-item__line {
  background: #ECDCB8;
}
.progress-item--orange .progress-item__line--filled {
  background: #E4A32B;
}
.progress-item--green .progress-item__heading-desc b, .progress-item--green .progress-item__heading-desc strong,
.progress-item--green .progress-item__heading-text b,
.progress-item--green .progress-item__heading-text strong {
  color: #33A330;
}
.progress-item--green .progress-item__line {
  background: #CDF2CC;
}
.progress-item--green .progress-item__line--filled {
  background: #33A330;
}

.header-info-panel {
  position: relative;
  z-index: 960;
  padding: 10px 0 0 0;
  background: #FCFAF4;
}
@media only screen and (min-width: 991px) {
  .header-info-panel {
    padding: 20px 0 0 0;
  }
}

.header-info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  column-gap: 15px;
  row-gap: 10px;
  padding: 20px 15px 10px 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .header-info-box {
    align-items: center;
    flex-direction: row;
    padding: 25px 15px 20px 15px;
  }
}
@media only screen and (min-width: 991px) {
  .header-info-box {
    column-gap: 30px;
    padding: 15px 60px;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-info-box {
    padding: 15px 80px;
  }
}
.header-info-box__close-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
@media only screen and (min-width: 991px) {
  .header-info-box__close-btn {
    top: 15px;
    right: 15px;
  }
}
.header-info-box__button-container {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .header-info-box__button-container {
    justify-content: flex-end;
  }
}
.header-info-box__button-container .btn-primary,
.header-info-box__button-container .btn-secondary {
  white-space: nowrap;
}
.header-info-box__content-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 15px;
}
@media only screen and (min-width: 991px) {
  .header-info-box__content-wrapper {
    column-gap: 35px;
  }
}
.header-info-box__content-wrapper > img {
  display: block;
  height: 44px;
}
@media only screen and (min-width: 991px) {
  .header-info-box__content-wrapper > img {
    height: 78px;
  }
}
.header-info-box__title {
  margin: 0 0 3px 0;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.header-info-box__title a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header-info-box__title a:hover {
  text-decoration: none;
}
.header-info-box__text {
  line-height: 1.5;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .header-info-box__text {
    font-size: 16px;
  }
}
.header-info-box__text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.header-info-box__text a:hover {
  text-decoration: none;
}

.header-mobile {
  z-index: 900;
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #FCFAF4;
}
@media only screen and (min-width: 991px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__top {
  position: relative;
  z-index: 930;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 44px;
  padding: 0 15px;
  background: #FCFAF4;
  justify-content: space-between;
}
@media only screen and (min-width: 991px) {
  .header-mobile__top {
    justify-content: flex-start;
  }
}
.header-mobile__logo {
  margin: 0 20px 0 0;
}
.header-mobile__logo a {
  display: block;
}
.header-mobile__logo img {
  display: block;
  width: 44px;
  height: 24px;
}
.header-mobile__contact {
  display: flex;
  align-items: center;
  column-gap: 9px;
  color: #B83946;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
}
@media only screen and (max-width: 339px) {
  .header-mobile__contact {
    display: none;
  }
}
.header-mobile__contact img {
  display: block;
  width: 18px;
  height: 18px;
}
.header-mobile__controls {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  column-gap: 10px;
}
.header-mobile__controls-separator {
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
}
.header-mobile__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 15px;
  background: #B83946;
}

.header-mobile-search-form {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: #B83946;
}
.header-mobile-search-form.opened {
  display: block;
}

.header-mobile-cart__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
  color: #fff;
}
.header-mobile-cart__btn img {
  display: block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(27deg) brightness(101%) contrast(99%);
}
.header-mobile-cart__btn-count {
  z-index: 1;
  position: absolute;
  top: -2px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 1;
  font-size: 8px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #33A330;
}

.header-mobile-categories__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  height: 30px;
  padding: 0 20px;
  border-radius: 10px;
  background: #ECDCB8;
  font-size: 14px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
  color: #000;
}
.header-mobile-categories__btn-ico {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 3px;
  width: 22px;
  height: 22px;
  padding: 0;
}
.header-mobile-categories__btn-ico span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #000;
  transition: 0.3s;
}
.header-mobile-categories__btn-ico span:nth-child(1) {
  width: 16px;
}
.header-mobile-categories__btn-ico span:nth-child(2) {
  width: 20px;
}
.header-mobile-categories__btn-ico span:nth-child(3) {
  width: 13px;
}
.header-mobile-categories__btn-ico:hover span:nth-child(1) {
  width: 22px;
}
.header-mobile-categories__btn-ico:hover span:nth-child(2) {
  width: 22px;
}
.header-mobile-categories__btn-ico:hover span:nth-child(3) {
  width: 22px;
}

.header-mobile-search__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.header-mobile-search__ico-search {
  display: block;
  width: 22px;
  height: 22px;
}
.header-mobile-search__ico-close {
  display: none;
  width: 18px;
  height: 18px;
}
.header-mobile-search.opened .header-mobile-search__ico-search {
  display: none;
}
.header-mobile-search.opened .header-mobile-search__ico-close {
  display: block;
}

.header-mobile-user {
  position: relative;
}
.header-mobile-user__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 5px;
  height: 44px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
}
.header-mobile-user__ico-user {
  display: block;
  width: 18px;
  height: 18px;
}
.header-mobile-user__ico-close {
  display: none;
  width: 18px;
  height: 18px;
}
.header-mobile-user.opened .header-mobile-user__ico-user {
  display: none;
}
.header-mobile-user.opened .header-mobile-user__ico-close {
  display: block;
}

.header-mobile-menu__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  row-gap: 4px;
  width: 22px;
  height: 22px;
  padding: 0;
}
.header-mobile-menu__btn span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #000;
  transition: 0.3s;
}
.header-mobile-menu__btn span:nth-child(1) {
  width: 16px;
}
.header-mobile-menu__btn span:nth-child(2) {
  width: 20px;
}
.header-mobile-menu__btn span:nth-child(3) {
  width: 13px;
}
.header-mobile-menu__btn:hover span:nth-child(1) {
  width: 22px;
}
.header-mobile-menu__btn:hover span:nth-child(2) {
  width: 22px;
}
.header-mobile-menu__btn:hover span:nth-child(3) {
  width: 22px;
}

.header-mobile-cateogires-menu {
  z-index: 910;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100vw;
  background: #B83946;
}
.header-mobile-cateogires-menu.opened {
  display: block;
}
.header-mobile-cateogires-menu__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.header-mobile-cateogires-menu__ico img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header-mobile-cateogires-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.header-mobile-cateogires-menu ul li {
  margin: 0;
  padding: 0;
}
.header-mobile-cateogires-menu ul li a {
  display: flex;
  align-items: center;
  column-gap: 14px;
  padding: 0 10px;
  line-height: 1;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .header-mobile-cateogires-menu ul li a {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-mobile-cateogires-menu ul li a {
    padding: 0 25px;
  }
}
.header-mobile-cateogires-menu ul li a:hover {
  color: #B83946;
}

.header-mobile-pages-menu {
  z-index: 920;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  min-width: 200px;
  background: #FCFAF4;
  border-bottom-left-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.header-mobile-pages-menu.opened {
  display: block;
}
.header-mobile-pages-menu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.header-mobile-pages-menu ul li {
  margin: 0;
  padding: 0;
}
.header-mobile-pages-menu ul li a {
  display: block;
  padding: 0 10px;
  line-height: 1;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .header-mobile-pages-menu ul li a {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-mobile-pages-menu ul li a {
    padding: 0 25px;
  }
}
.header-mobile-pages-menu ul li a:hover {
  color: #B83946;
}

.header-bottom-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail {
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__left {
    max-width: 240px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-bottom-detail__left {
    max-width: 290px;
  }
}
.header-bottom-detail__info {
  display: flex;
  align-items: center;
  column-gap: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
  line-height: 0.9;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__info {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-bottom-detail__info {
    font-size: 24px;
  }
}
.header-bottom-detail__info img {
  display: block;
  width: unset;
  height: 45px;
}
@media only screen and (min-width: 991px) {
  .header-bottom-detail__info img {
    height: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-bottom-detail__center {
    display: none;
  }
}
.header-bottom-detail__center ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__center ul {
    column-gap: 20px;
  }
}
.header-bottom-detail__center ul li {
  margin: 0;
  padding: 0;
}
.header-bottom-detail__center ul li a {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__center ul li a {
    font-size: 16px;
    padding: 0 15px 0 0;
  }
}
.header-bottom-detail__center ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.header-bottom-detail__right {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
@media only screen and (min-width: 1600px) {
  .header-bottom-detail__right {
    column-gap: 28px;
  }
}
.header-bottom-detail__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-bottom-detail__main-price {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__main-price {
    font-size: 24px;
  }
}
.header-bottom-detail__availability {
  display: flex;
  align-items: center;
  column-gap: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__availability {
    font-size: 16px;
  }
}
.header-bottom-detail__availability img {
  display: block;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__availability img {
    width: 22px;
    height: 22px;
  }
}
.header-bottom-detail__quantity .quantity-counter {
  width: 170px;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__quantity .quantity-counter {
    width: 175px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-bottom-detail__quantity .quantity-counter {
    width: 205px;
  }
}
.header-bottom-detail__cart .header-cart {
  z-index: 918;
}
.header-bottom-detail__cart .header-cart:hover .header-cart__btn, .header-bottom-detail__cart .header-cart.lock-open .header-cart__btn {
  background: rgba(255, 255, 255, 0.15);
}
.header-bottom-detail__cart .header-cart__btn {
  height: 70px;
  padding: 0 15px;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__cart .header-cart__btn {
    height: 80px;
  }
}
.header-bottom-detail__cart .header-cart__btn::after {
  position: static;
  transform: none;
  border-top-color: #fff;
}
.header-bottom-detail__cart .header-cart__btn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(27deg) brightness(101%) contrast(99%);
}
.header-bottom-detail__cart .header-cart__btn:hover, .header-bottom-detail__cart .header-cart__btn.hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.header-bottom-detail__cart .header-cart__btn-counter {
  top: 12px;
  left: 40px;
}
@media only screen and (min-width: 1200px) {
  .header-bottom-detail__cart .header-cart__btn-counter {
    top: 17px;
  }
}

.login-form__lost-password {
  margin: 1rem 0 0;
  text-align: right;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
  display: block;
}
.login-form__lost-password:hover {
  text-decoration: none;
}

.footer {
  background: #000;
}
.footer__bottom-panel {
  border-top: 1px solid rgba(236, 220, 184, 0.5);
}
.footer__logo {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 550px) {
  .footer__logo {
    padding: 70px 0 0 0;
  }
}
.footer__logo img {
  display: block;
  width: 123px;
  height: 66px;
}
@media only screen and (min-width: 550px) {
  .footer__logo img {
    width: 181px;
    height: 99px;
  }
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 50px;
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .footer__row {
    padding: 65px 0 0 0;
  }
}
.footer__col {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .footer__col {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .footer__col {
    width: 25%;
  }
}
.footer__title {
  margin: 0;
  line-height: 1.1;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #ECDCB8;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .footer__title {
    text-align: left;
    font-size: 24px;
  }
}
.footer__nav {
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .footer__nav {
    margin: 24px 0 0 0;
  }
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .footer__nav ul {
    align-items: flex-start;
  }
}
.footer__nav ul li {
  margin: 0;
  padding: 0;
}
.footer__nav ul li a {
  line-height: 1.1;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 991px) {
  .footer__nav ul li a {
    font-size: 18px;
  }
}
.footer__nav ul li a:hover {
  text-decoration: none;
  color: #ECDCB8;
}
.footer__shop-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 40px;
  padding: 65px 0 40px 0;
}
@media only screen and (min-width: 991px) {
  .footer__shop-info {
    padding: 65px 0;
  }
}
.footer__shop-info-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  margin: 20px 0 0 0;
  padding: 15px;
  border-radius: 15px;
  background: #FCFAF4;
}
@media only screen and (min-width: 768px) {
  .footer__shop-info-icons {
    height: 66px;
    padding: 0 40px;
    column-gap: 35px;
  }
}
.footer__shop-info-icons img {
  display: block;
  max-height: 24px;
}
@media only screen and (min-width: 768px) {
  .footer__shop-info-icons img {
    max-height: 100%;
  }
}
.footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin: 24px 0;
}
@media only screen and (min-width: 991px) {
  .footer__contact {
    justify-content: flex-start;
  }
}
.footer__contact img {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
}
.footer__contact-texts {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #fff;
}
@media only screen and (min-width: 991px) {
  .footer__contact-texts {
    font-size: 18px;
  }
}
.footer__contact-texts strong {
  font-weight: 600;
}
.footer__contact-texts small {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.footer__contact-texts a {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 991px) {
  .footer__contact-texts a {
    font-size: 18px;
  }
}
.footer__contact-texts a:hover {
  text-decoration: none;
  color: #ECDCB8;
}
.footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .footer__socials {
    justify-content: flex-start;
  }
}
.footer__socials img {
  display: block;
  width: 36px;
  height: 36px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 30px;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__copy {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.footer__developed a {
  display: flex;
  align-items: flex-end;
  column-gap: 5px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer__developed a:hover {
  color: #ECDCB8;
}

.base-section-title, .text-page__title, .article-header__title, .bowling-panel__title, .pub-grid-panel__title, .pub-header__title, .partners-reference-panel__title, .agree-process-panel__title, .contact-cards-panel__title, .selling-header-grid__title, .selling-panel__title, .contacts-header__title, .for-you-panel__title, .partners-header__title, .pivovar-cards-panel__title, .timeline-panel__title, .values-panel__title, .grid-history-header__title, .general-panel__title, .grid-page-header__title, .product-details__title, .rating-panel__title, .faq-panel__title, .home-blog__title, .home-gallery__title, .home-story__title, .home-doprava__title, .bestsellers-panel__title, .main-categories-panel__title {
  margin: 0;
  line-height: 1.15;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .base-section-title, .text-page__title, .article-header__title, .bowling-panel__title, .pub-grid-panel__title, .pub-header__title, .partners-reference-panel__title, .agree-process-panel__title, .contact-cards-panel__title, .selling-header-grid__title, .selling-panel__title, .contacts-header__title, .for-you-panel__title, .partners-header__title, .pivovar-cards-panel__title, .timeline-panel__title, .values-panel__title, .grid-history-header__title, .general-panel__title, .grid-page-header__title, .product-details__title, .rating-panel__title, .faq-panel__title, .home-blog__title, .home-gallery__title, .home-story__title, .home-doprava__title, .bestsellers-panel__title, .main-categories-panel__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 991px) {
  .base-section-title, .text-page__title, .article-header__title, .bowling-panel__title, .pub-grid-panel__title, .pub-header__title, .partners-reference-panel__title, .agree-process-panel__title, .contact-cards-panel__title, .selling-header-grid__title, .selling-panel__title, .contacts-header__title, .for-you-panel__title, .partners-header__title, .pivovar-cards-panel__title, .timeline-panel__title, .values-panel__title, .grid-history-header__title, .general-panel__title, .grid-page-header__title, .product-details__title, .rating-panel__title, .faq-panel__title, .home-blog__title, .home-gallery__title, .home-story__title, .home-doprava__title, .bestsellers-panel__title, .main-categories-panel__title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .base-section-title, .text-page__title, .article-header__title, .bowling-panel__title, .pub-grid-panel__title, .pub-header__title, .partners-reference-panel__title, .agree-process-panel__title, .contact-cards-panel__title, .selling-header-grid__title, .selling-panel__title, .contacts-header__title, .for-you-panel__title, .partners-header__title, .pivovar-cards-panel__title, .timeline-panel__title, .values-panel__title, .grid-history-header__title, .general-panel__title, .grid-page-header__title, .product-details__title, .rating-panel__title, .faq-panel__title, .home-blog__title, .home-gallery__title, .home-story__title, .home-doprava__title, .bestsellers-panel__title, .main-categories-panel__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .base-section-title, .text-page__title, .article-header__title, .bowling-panel__title, .pub-grid-panel__title, .pub-header__title, .partners-reference-panel__title, .agree-process-panel__title, .contact-cards-panel__title, .selling-header-grid__title, .selling-panel__title, .contacts-header__title, .for-you-panel__title, .partners-header__title, .pivovar-cards-panel__title, .timeline-panel__title, .values-panel__title, .grid-history-header__title, .general-panel__title, .grid-page-header__title, .product-details__title, .rating-panel__title, .faq-panel__title, .home-blog__title, .home-gallery__title, .home-story__title, .home-doprava__title, .bestsellers-panel__title, .main-categories-panel__title {
    font-size: 60px;
  }
}

.base-section-text, .food-menu-panel__text, .selling-panel__text, .for-you-panel__text, .timeline-panel__footer-text, .timeline-panel__text, .faq-panel__text, .bestsellers-panel__text, .main-categories-panel__text {
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.base-section-text b, .food-menu-panel__text b, .selling-panel__text b, .for-you-panel__text b, .timeline-panel__footer-text b, .timeline-panel__text b, .faq-panel__text b, .bestsellers-panel__text b, .main-categories-panel__text b, .base-section-text strong, .food-menu-panel__text strong, .selling-panel__text strong, .for-you-panel__text strong, .timeline-panel__footer-text strong, .timeline-panel__text strong, .faq-panel__text strong, .bestsellers-panel__text strong, .main-categories-panel__text strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .base-section-text, .food-menu-panel__text, .selling-panel__text, .for-you-panel__text, .timeline-panel__footer-text, .timeline-panel__text, .faq-panel__text, .bestsellers-panel__text, .main-categories-panel__text {
    font-size: 18px;
  }
}

.age-panel {
  z-index: 9999990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.age-panel__overlay {
  z-index: 9999991;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.age-box {
  z-index: 9999992;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  column-gap: 80px;
  width: 100%;
  max-width: 1180px;
  max-height: calc(100vh - 50px);
  padding: 20px;
  border-radius: 30px;
  background: #fff url("../images/cookie-box-bg-U0jITzY.png") no-repeat center left;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}
@media only screen and (min-width: 991px) {
  .age-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px;
    border-radius: 50px;
  }
}
.age-box__button-container {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .age-box__button-container {
    flex: 1 0 310px;
    max-width: 310px;
    margin: 0;
  }
}
.age-box__button-container .btn-secondary,
.age-box__button-container .btn-subtle {
  width: 100%;
  height: 55px;
}
@media only screen and (min-width: 991px) {
  .age-box__button-container .btn-secondary,
  .age-box__button-container .btn-subtle {
    height: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .age-box__content {
    padding: 40px 0 40px 40px;
  }
}
.age-box__title {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .age-box__title {
    margin: 0 0 29px 0;
    font-size: 24px;
  }
}
.age-box__text {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .age-box__text {
    font-size: 18px;
  }
}
.age-box__text b, .age-box__text strong {
  font-weight: 600;
}
.age-box__text p {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .age-box__text p {
    margin: 0 0 30px 0;
  }
}
.age-box__text > *:last-child {
  margin: 0;
}
.age-box__text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.age-box__text a:hover {
  text-decoration: none;
}

.section-home-intro {
  overflow: clip;
}

.home-intro {
  display: flex;
  flex-direction: column;
  column-gap: 15px;
  row-gap: 10px;
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .home-intro {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro {
    column-gap: 30px;
    padding: 44px 0 0 0;
  }
}
.home-intro__left {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .home-intro__left {
    width: calc(100% - 260px - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro__left {
    width: calc(100% - 320px - 30px);
  }
}
.home-intro__slider {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 991px) {
  .home-intro__right {
    flex: 1 0 260px;
    max-width: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro__right {
    flex: 1 0 320px;
    max-width: 320px;
  }
}
.home-intro__categories {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .home-intro__categories {
    flex-direction: row;
    row-gap: 15px;
  }
}
@media only screen and (min-width: 991px) {
  .home-intro__categories {
    flex-direction: column;
  }
}
.home-intro__category-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  height: 75px;
  padding: 0 0 0 15px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.home-intro__category-link:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.home-intro__category-link:hover .home-intro__category-link-text strong, .home-intro__category-link:hover .home-intro__category-link-text b {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .home-intro__category-link {
    justify-content: flex-start;
    height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .home-intro__category-link {
    flex: 1;
  }
}
@media only screen and (min-width: 991px) {
  .home-intro__category-link {
    column-gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro__category-link {
    height: 110px;
    column-gap: 25px;
    padding: 0 0 0 30px;
  }
}
.home-intro__category-link-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 991px) {
  .home-intro__category-link-img {
    width: 70px;
    height: 70px;
  }
}
.home-intro__category-link-img picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.home-intro__category-link-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.home-intro__category-link-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0;
  line-height: 1.1;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .home-intro__category-link-text {
    column-gap: 20px;
  }
}
.home-intro__category-link-text strong, .home-intro__category-link-text b {
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  row-gap: 30px;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .benefits-list {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-list {
    column-gap: 80px;
  }
}
.benefits-list__item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .benefits-list__item {
    width: calc(50% - 38px);
  }
  .benefits-list__item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
    width: 1px;
    height: 60px;
    background: #F4EDE3;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .benefits-list__item::before {
    right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .benefits-list__item:nth-child(2n)::before {
    content: none;
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .benefits-list__item {
    width: calc(25% - 38px);
  }
}
@media only screen and (min-width: 1200px) {
  .benefits-list__item {
    column-gap: 20px;
    width: calc(25% - 60px);
  }
}
.benefits-list__item img {
  display: block;
  max-width: 48px;
}
@media only screen and (min-width: 1200px) {
  .benefits-list__item img {
    max-width: 58px;
  }
}
.benefits-list__item:last-child::before {
  content: none;
  display: none;
}
.benefits-list__item-title {
  margin: 0 0 4px 0;
  line-height: 1.2;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.benefits-list__item-title a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.benefits-list__item-title a:hover {
  text-decoration: none;
}
.benefits-list__item-text {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #434343;
}
.benefits-list__item-text b, .benefits-list__item-text strong {
  font-weight: 600;
}
.benefits-list__item-text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.benefits-list__item-text a:hover {
  text-decoration: none;
}

.home-intro-slider {
  margin: 0 !important;
}
.home-intro-slider__item {
  border-radius: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-intro-slider .slick-dots {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  bottom: 10px;
}
.home-intro-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}
.home-intro-slider .slick-dots li.slick-active button {
  background: #B83946;
}
.home-intro-slider .slick-dots li button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 0;
  transition: 0.3s;
}
.home-intro-slider .slick-dots li button::before {
  content: none;
}
.home-intro-slider .slick-dots li button:hover {
  background: #B83946;
}

.home-intro-slide {
  display: flex;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .home-intro-slide {
    height: 405px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro-slide {
    height: 485px;
  }
}
.home-intro-slide__content {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-intro-slide__bg {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1600px) {
  .home-intro-slide__bg {
    left: 80px;
  }
}
.home-intro-slide__logo {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .home-intro-slide__logo {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .home-intro-slide__logo {
    left: 60px;
  }
}
.home-intro-slide__logo img {
  display: block;
  width: 80px;
}
@media only screen and (min-width: 1200px) {
  .home-intro-slide__logo img {
    width: 122px;
  }
}
.home-intro-slide__texts {
  z-index: 3;
  position: relative;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .home-intro-slide__texts {
    padding: 0 0 0 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro-slide__texts {
    padding: 0 0 0 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .home-intro-slide__texts {
    padding: 0 0 0 100px;
  }
}
.home-intro-slide__title {
  margin: 0;
  line-height: 1.1;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .home-intro-slide__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro-slide__title {
    font-size: 60px;
  }
}
.home-intro-slide__subtitle {
  margin: 8px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .home-intro-slide__subtitle {
    font-size: 18px;
    margin: 12px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro-slide__subtitle {
    font-size: 22px;
  }
}
.home-intro-slide__button-container {
  display: flex;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .home-intro-slide__button-container {
    max-width: 315px;
    margin: 20px 0 0 0;
  }
}
.home-intro-slide__image {
  flex: 1 0 140px;
  max-width: 140px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 180px 30px 30px 180px;
}
@media only screen and (min-width: 768px) {
  .home-intro-slide__image {
    flex: 1 0 320px;
    max-width: 320px;
    height: 405px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro-slide__image {
    flex: 1 0 400px;
    max-width: 400px;
    height: 485px;
  }
}
@media only screen and (min-width: 1600px) {
  .home-intro-slide__image {
    flex: 1 0 430px;
    max-width: 430px;
  }
}

.section-main-categories {
  background: #FCFAF4;
}

.main-categories-panel {
  padding: 40px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .main-categories-panel {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main-categories-panel {
    padding: 80px 0;
  }
}
.main-categories-panel__title {
  margin: 0 0 14px 0;
  text-align: center;
}
.main-categories-panel__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 12px;
  width: calc(100% + 12px);
  margin: 35px -6px 0 -6px;
}
@media only screen and (min-width: 1200px) {
  .main-categories-panel__list {
    margin: 65px -6px 0 -6px;
  }
}
.main-categories-panel__item {
  width: 50%;
  padding: 0 6px;
}
@media only screen and (min-width: 1200px) {
  .main-categories-panel__item {
    width: 25%;
  }
}

.main-categories-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 75px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .main-categories-card {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .main-categories-card {
    column-gap: 20px;
    height: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-categories-card {
    height: 150px;
  }
}
.main-categories-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.main-categories-card:hover .main-categories-card__name span {
  text-decoration: none;
}
.main-categories-card > picture img, .main-categories-card > img {
  display: block;
  width: unset;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .main-categories-card > picture img, .main-categories-card > img {
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-categories-card > picture img, .main-categories-card > img {
    height: 75px;
  }
}
.main-categories-card__name {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.15;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
}
@media only screen and (min-width: 768px) {
  .main-categories-card__name {
    column-gap: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .main-categories-card__name img {
    display: none;
  }
}
.main-categories-card__name span {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.bestsellers-panel {
  padding: 50px 0;
}
@media only screen and (min-width: 1200px) {
  .bestsellers-panel {
    padding: 65px 0;
  }
}
.bestsellers-panel__title {
  margin: 0 0 14px 0;
  text-align: center;
}
.bestsellers-panel__slider-wrapper {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) {
  .bestsellers-panel__slider-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 991px) {
  .bestsellers-panel__slider-wrapper {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .bestsellers-panel__slider-wrapper {
    margin: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .bestsellers-panel__slider-wrapper {
    padding: 0 110px;
  }
}

.bestsellers-slider-prev-btn,
.bestsellers-slider-next-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .bestsellers-slider-prev-btn,
  .bestsellers-slider-next-btn {
    width: 65px;
    height: 65px;
  }
}
.bestsellers-slider-prev-btn:hover,
.bestsellers-slider-next-btn:hover {
  background: #ECDCB8;
}
.bestsellers-slider-prev-btn img,
.bestsellers-slider-next-btn img {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .bestsellers-slider-prev-btn img,
  .bestsellers-slider-next-btn img {
    width: 25px;
    height: 25px;
  }
}

.bestsellers-slider-prev-btn {
  left: 0;
}
.bestsellers-slider-prev-btn img {
  transform: rotate(180deg);
}

.bestsellers-slider-next-btn {
  right: 0;
}

.related-slider,
.bestsellers-slider {
  padding: 0;
  margin: 0 !important;
}
.related-slider .bestsellers-slider__item,
.bestsellers-slider .bestsellers-slider__item {
  min-height: 100%;
  padding: 15px 10px;
}
.related-slider .slick-list,
.bestsellers-slider .slick-list {
  padding: 0 10px;
}
.related-slider .slick-list .slick-track,
.bestsellers-slider .slick-list .slick-track {
  display: flex;
}
.related-slider .slick-list .slick-track .slick-slide,
.bestsellers-slider .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  float: none;
  height: unset;
  min-height: unset;
}
.related-slider .slick-list .slick-track .slick-slide > div,
.bestsellers-slider .slick-list .slick-track .slick-slide > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.related-slider .slick-list .slick-track .slick-slide .product-card,
.bestsellers-slider .slick-list .slick-track .slick-slide .product-card {
  box-shadow: none;
}
.related-slider .slick-list .slick-track .slick-slide.slick-active .product-card,
.bestsellers-slider .slick-list .slick-track .slick-slide.slick-active .product-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 991px) {
  .related-slider .product-card__img-wrapper,
  .bestsellers-slider .product-card__img-wrapper {
    margin: 0 0 10px 0;
  }
}
.related-slider .product-card__button-container .btn-secondary,
.bestsellers-slider .product-card__button-container .btn-secondary {
  width: 100%;
  max-width: 205px;
  padding: 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
  transition: 0.3s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .product-card {
    padding: 20px;
    border-radius: 15px;
  }
}
.product-card:hover {
  transform: scale(1.03);
}
.product-card__img-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  height: 150px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .product-card__img-wrapper {
    height: 180px;
  }
}
@media only screen and (min-width: 991px) {
  .product-card__img-wrapper {
    height: 250px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__img-wrapper {
    height: 280px;
  }
}
.product-card__img-wrapper:hover .product-card__img-hover {
  opacity: 1;
}
.product-card__img-hover {
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  z-index: 2;
  display: flex;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .product-card__img-hover {
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .product-card__img-hover {
    display: none;
  }
}
.product-card__img-hover-left {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 15px;
}
.product-card__img-hover-right {
  flex: 1 0 55%;
  max-width: 55%;
  padding: 15px;
  background: #FCFAF4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
  border-top-right-radius: 15px;
}
@media only screen and (min-width: 991px) {
  .product-card__img-hover-right {
    row-gap: 29px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-card__img-hover-right {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
.product-card__img-hover-right .product-icon-card__content strong {
  color: #B83946;
}
.product-card__img {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
}
.product-card__img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 90%;
  width: auto;
}
.product-card__tags {
  z-index: 2;
  position: absolute;
  top: -5px;
  left: -10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 3px;
}
@media only screen and (min-width: 768px) {
  .product-card__tags {
    left: -20px;
  }
}
.product-card__tag {
  display: flex;
  align-items: center;
  text-align: center;
  height: 30px;
  padding: 0 25px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
.product-card__variants {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
}
.product-card__variants-label {
  margin: 0;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
.product-card__variants-options {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.product-card__variants-options-cirle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #5D5D5D;
  border-radius: 50%;
}
.product-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card__top {
  flex: 1;
}
.product-card__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin: 0 0 10px 0;
}
.product-card__title {
  display: block;
  margin: 0 0 12px 0;
  padding: 0 10px;
  text-align: center;
  line-height: 1.33;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
}
.product-card__title a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.product-card__title a:hover {
  text-decoration: none;
}
.product-card__main-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 3px;
  margin: 0 0 3px 0;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.product-card__main-price strong {
  position: relative;
  bottom: -1px;
  line-height: 1;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.product-card__secondary-price {
  margin: 0 0 3px 0;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3019607843);
}
.product-card__availability {
  margin: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.product-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 66px;
}
.product-card__button-container {
  display: flex;
  justify-content: center;
  height: 40px;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .product-card__button-container {
    height: 50px;
    margin: 20px 0 0 0;
  }
}
.product-card__button-container form {
  width: 100%;
  text-align: center;
}
.product-card__button-container form .quantity-counter {
  margin: 0 auto;
}

.product-param-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-param-tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  background: #ECDCB8;
  border-radius: 13px;
  white-space: nowrap;
  font-size: 12px;
  font-family: "Rift", sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .product-param-tag {
    height: 28px;
    padding: 0 14px;
    font-size: 13px;
  }
}

.product-card__param-tags {
  justify-content: center;
  margin: 8px 0;
}
.product-card__param-tags .product-param-tag {
  height: 22px;
  padding: 0 10px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .product-card__param-tags .product-param-tag {
    height: 24px;
    padding: 0 12px;
    font-size: 11px;
  }
}

.product-main-panel__param-tags {
  margin: 0 0 20px 0;
  gap: 8px;
}
@media only screen and (min-width: 991px) {
  .product-main-panel__param-tags {
    margin: 0 0 25px 0;
  }
}
.product-main-panel__param-tags .product-param-tag {
  height: 30px;
  padding: 0 16px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .product-main-panel__param-tags .product-param-tag {
    height: 32px;
    padding: 0 18px;
    font-size: 14px;
  }
}

.header-submenu-product-card__param-tags {
  justify-content: center;
  margin: 6px 0;
}
.header-submenu-product-card__param-tags .product-param-tag {
  height: 20px;
  padding: 0 8px;
  font-size: 9px;
}

.darek-box-card__param-tags {
  margin: 6px 0;
}
.darek-box-card__param-tags .product-param-tag {
  height: 22px;
  padding: 0 10px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .darek-box-card__param-tags .product-param-tag {
    height: 24px;
    padding: 0 12px;
    font-size: 11px;
  }
}

.cart__param-tags {
  margin: 4px 0 0 0;
}
.cart__param-tags .product-param-tag {
  height: 20px;
  padding: 0 8px;
  font-size: 9px;
}

.header-cart-popup__param-tags {
  display: flex;
  margin: 4px 0 0 0;
}
.header-cart-popup__param-tags .product-param-tag {
  height: 18px;
  padding: 0 8px;
  font-size: 9px;
}

.section-home-doprava {
  background: #ECDCB8;
}

.home-doprava {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .home-doprava {
    padding: 65px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .home-doprava {
    padding: 75px 0;
  }
}
.home-doprava__title {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-doprava__title {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-doprava__title {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-doprava__title {
    margin: 0 0 50px 0;
  }
}
.home-doprava__grid {
  display: flex;
  flex-direction: column;
  column-gap: 60px;
  row-gap: 40px;
}
@media only screen and (min-width: 991px) {
  .home-doprava__grid {
    flex-direction: row;
  }
}
.home-doprava__left {
  flex: 1;
}
.home-doprava__list {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.home-doprava__item {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .home-doprava__item {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .home-doprava__item {
    column-gap: 40px;
  }
}
.home-doprava__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 80px;
  max-width: 80px;
}
@media only screen and (min-width: 991px) {
  .home-doprava__image {
    flex: 1 0 100px;
    max-width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-doprava__image {
    flex: 1 0 115px;
    max-width: 115px;
  }
}
.home-doprava__image img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.home-doprava__caption {
  margin: 0 0 10px 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .home-doprava__caption {
    font-size: 24px;
  }
}
.home-doprava__caption a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.home-doprava__caption a:hover {
  text-decoration: none;
}
.home-doprava__text {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .home-doprava__text {
    font-size: 18px;
  }
}
.home-doprava__text b, .home-doprava__text strong {
  font-weight: 600;
}
.home-doprava__text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.home-doprava__text a:hover {
  text-decoration: none;
}
.home-doprava__right {
  flex: 1;
}
.home-doprava__button-container {
  margin: 20px 0 0 0;
}
.home-doprava__bottom {
  margin: 20px 0 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .home-doprava__bottom {
    margin: 45px 0 0 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 991px) {
  .home-doprava__bottom {
    text-align: center;
  }
}
.home-doprava__bottom a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.home-doprava__bottom a:hover {
  text-decoration: none;
}

.home-doprava-route--hidden {
  display: none;
}

.dome-doprava-table {
  width: 100%;
  margin: 10px 0 20px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.dome-doprava-table tbody tr td {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .dome-doprava-table tbody tr td {
    font-size: 18px;
  }
}
.dome-doprava-table tbody tr td b, .dome-doprava-table tbody tr td strong {
  font-weight: 600;
}
.dome-doprava-table tbody tr td:first-child {
  padding: 0 10px 0 0;
  text-transform: uppercase;
}

.section-home-story {
  padding: 40px 0 0px 0;
  background: #fff;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .section-home-story {
    padding: 40px 0 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-home-story {
    padding: 80px 0 80px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-home-story {
    padding: 100px 0 150px 0;
  }
}

.home-story {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (min-width: 768px) {
  .home-story {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .home-story {
    gap: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-story {
    gap: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .home-story {
    gap: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .home-story__left {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 991px) {
  .home-story__left {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .home-story__left {
    width: calc(50% - 50px);
  }
}
@media only screen and (min-width: 1600px) {
  .home-story__left {
    width: calc(50% - 80px);
  }
}
@media only screen and (min-width: 768px) {
  .home-story__right {
    padding: 90px 0 0 0;
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 991px) {
  .home-story__right {
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .home-story__right {
    padding: 110px 0 0 0;
    width: calc(50% - 50px);
  }
}
@media only screen and (min-width: 1600px) {
  .home-story__right {
    width: calc(50% - 80px);
  }
}
.home-story__title {
  margin: 0 0 30px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .home-story__title {
    margin: 0 0 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .home-story__title {
    margin: 0 0 80px 0;
  }
}
.home-story__image {
  position: relative;
  margin: 0 0 35px 0;
}
.home-story__image > img, .home-story__image > picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25px;
}
@media only screen and (min-width: 991px) {
  .home-story__image > img, .home-story__image > picture img {
    border-radius: 40px;
  }
}
.home-story__slider {
  position: relative;
  margin: 35px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .home-story__slider {
    margin: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-story__slider {
    margin: 80px 0 0 0;
  }
}
.home-story__slider > img, .home-story__slider > picture img {
  display: block;
  width: 100%;
  border-radius: 25px;
}
@media only screen and (min-width: 991px) {
  .home-story__slider > img, .home-story__slider > picture img {
    border-radius: 40px;
  }
}
.home-story__image-r {
  position: absolute;
  bottom: -23px;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width: 991px) {
  .home-story__image-r {
    bottom: -40px;
  }
}
.home-story__image-r img {
  display: block;
  max-width: 80px;
}
@media only screen and (min-width: 991px) {
  .home-story__image-r img {
    max-width: 138px;
  }
}
.home-story__highlighted-text {
  padding: 0 0 40px 0;
  margin: 30px 0 0 0;
  line-height: 1.14;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #ECDCB8;
}
@media only screen and (min-width: 991px) {
  .home-story__highlighted-text {
    font-size: 50px;
  }
}
@media only screen and (min-width: 991px) {
  .home-story__highlighted-text {
    font-size: 60px;
    margin: 50px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .home-story__highlighted-text {
    font-size: 70px;
  }
}
.home-story__caption, .home-story__subtitle {
  margin: 0 0 20px 0;
  line-height: 1.3;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .home-story__caption, .home-story__subtitle {
    font-size: 24px;
  }
}
.home-story__caption {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .home-story__caption {
    margin: 60px 0 20px 0;
  }
}
.home-story__text {
  margin: 0 0 30px 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .home-story__text {
    font-size: 18px;
  }
}
.home-story__text p {
  margin: 0 0 30px 0;
}
.home-story__text strong, .home-story__text b {
  font-weight: 600;
}
.home-story__text > *:last-child {
  margin: 0;
}
.home-story__text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.home-story__text a:hover {
  text-decoration: none;
}
.home-story__year {
  margin: 25px 0;
  line-height: 1;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 150px;
  color: #ECDCB8;
}
@media only screen and (min-width: 991px) {
  .home-story__year {
    font-size: 200px;
    margin: 25px 0 35px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-story__year {
    font-size: 250px;
  }
}
@media only screen and (min-width: 1600px) {
  .home-story__year {
    font-size: 300px;
  }
}
.home-story__controls a {
  font-size: calc(18px * 1);
  color: #B83946;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
  cursor: pointer;
}
.home-story__controls a:hover {
  color: #000;
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-home-pivovar {
  padding: 40px 0;
  background: #fff;
  overflow: clip;
}
@media only screen and (min-width: 991px) {
  .section-home-pivovar {
    padding: 80px 0 110px 0;
  }
}

@keyframes scaleBefore {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.8);
  }
}
.home-pivovar {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home-pivovar {
    min-height: 94rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar {
    min-height: 120rem;
  }
}
.home-pivovar__image {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .home-pivovar__image {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home-pivovar__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .home-pivovar__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-pivovar__item-ilust {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 990px) {
  .home-pivovar__item-ilust {
    display: none;
  }
}
.home-pivovar__item-line {
  position: absolute;
  z-index: 1;
  height: 0.2rem;
  background: #ECDCB8;
  transition: background 0.3s;
}
@media only screen and (max-width: 767px) {
  .home-pivovar__item-line {
    display: none;
  }
}
.home-pivovar__item-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #ECDCB8;
  transition: background 0.3s;
}
@media only screen and (max-width: 767px) {
  .home-pivovar__item-button {
    display: none;
  }
}
.home-pivovar__item-button img {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-pivovar__item-button img:first-child {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(30%) hue-rotate(134deg) brightness(92%) contrast(106%);
}
.home-pivovar__item-button img:last-child {
  opacity: 0;
}
.home-pivovar__item-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: inherit;
  opacity: 50%;
  z-index: 1;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.home-pivovar__item-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  opacity: 30%;
  z-index: 1;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 768px) {
  .home-pivovar__item-1 {
    top: 4rem;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-1 {
    left: 6rem;
  }
}
.home-pivovar__item-1 .home-pivovar-card {
  border-bottom-right-radius: 0;
}
.home-pivovar__item-1 .home-pivovar__item-ilust {
  top: -13rem;
  left: -18rem;
}
.home-pivovar__item-1 .home-pivovar__item-button {
  top: 46rem;
  left: 33rem;
}
@media only screen and (min-width: 991px) {
  .home-pivovar__item-1 .home-pivovar__item-button {
    top: 48rem;
    left: 45rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-1 .home-pivovar__item-button {
    top: 62rem;
    left: 53rem;
  }
}
@media only screen and (min-width: 1600px) {
  .home-pivovar__item-1 .home-pivovar__item-button {
    left: 62rem;
  }
}
.home-pivovar__item-1 .home-pivovar__item-line {
  bottom: 1rem;
  right: 0.2rem;
  width: 30rem;
  transform-origin: 100% 100%;
  transform: rotate(262.5deg);
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-1 .home-pivovar__item-line {
    width: 30rem;
    transform-origin: 100% 100%;
    transform: rotate(263.5deg);
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-1 .home-pivovar__item-line {
    width: 44rem;
    transform-origin: 100% 100%;
    transform: rotate(255deg);
  }
}
@media only screen and (min-width: 1600px) {
  .home-pivovar__item-1 .home-pivovar__item-line {
    width: 51rem;
    transform-origin: 100% 100%;
    transform: rotate(-114.5deg);
  }
}
@media only screen and (min-width: 768px) {
  .home-pivovar__item-2 {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-2 {
    right: 11rem;
  }
}
.home-pivovar__item-2 .home-pivovar-card {
  border-bottom-left-radius: 0;
}
.home-pivovar__item-2 .home-pivovar__item-ilust {
  top: -10rem;
  right: -15rem;
}
.home-pivovar__item-2 .home-pivovar__item-button {
  top: 35rem;
  right: 27rem;
}
@media only screen and (min-width: 991px) {
  .home-pivovar__item-2 .home-pivovar__item-button {
    top: 35rem;
    right: 37rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-2 .home-pivovar__item-button {
    top: 45rem;
    right: 39rem;
  }
}
@media only screen and (min-width: 1600px) {
  .home-pivovar__item-2 .home-pivovar__item-button {
    right: 48rem;
  }
}
.home-pivovar__item-2 .home-pivovar__item-line {
  bottom: 1rem;
  left: 0rem;
  width: 20rem;
  transform-origin: 0% 100%;
  transform: rotate(83deg);
}
@media only screen and (min-width: 991px) {
  .home-pivovar__item-2 .home-pivovar__item-line {
    width: 20rem;
    transform-origin: 0% 100%;
    transform: rotate(78deg);
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-2 .home-pivovar__item-line {
    width: 30rem;
    transform-origin: 0% 100%;
    transform: rotate(86deg);
  }
}
@media only screen and (min-width: 1600px) {
  .home-pivovar__item-2 .home-pivovar__item-line {
    width: 30rem;
    transform-origin: 0% 100%;
    transform: rotate(102deg);
  }
}
@media only screen and (min-width: 768px) {
  .home-pivovar__item-3 {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-3 {
    left: 20rem;
  }
}
.home-pivovar__item-3 .home-pivovar-card {
  border-top-left-radius: 0;
}
.home-pivovar__item-3 .home-pivovar__item-ilust {
  bottom: -13rem;
  left: -18rem;
}
.home-pivovar__item-3 .home-pivovar__item-button {
  bottom: 42rem;
  left: 3rem;
}
@media only screen and (min-width: 991px) {
  .home-pivovar__item-3 .home-pivovar__item-button {
    bottom: 42rem;
    left: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-3 .home-pivovar__item-button {
    bottom: 54rem;
    left: -6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .home-pivovar__item-3 .home-pivovar__item-button {
    left: 0rem;
  }
}
.home-pivovar__item-3 .home-pivovar__item-line {
  top: 1rem;
  left: 0.1rem;
  width: 25rem;
  transform-origin: 0% 0%;
  transform: rotate(282deg);
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-3 .home-pivovar__item-line {
    width: 37rem;
    transform-origin: 0% 0%;
    transform: rotate(264deg);
  }
}
@media only screen and (min-width: 1600px) {
  .home-pivovar__item-3 .home-pivovar__item-line {
    width: 37rem;
    transform-origin: 0% 0%;
    transform: rotate(273deg);
  }
}
@media only screen and (min-width: 768px) {
  .home-pivovar__item-4 {
    bottom: 6rem;
    right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-4 {
    bottom: 12rem;
  }
}
.home-pivovar__item-4 .home-pivovar-card {
  border-top-left-radius: 0;
}
.home-pivovar__item-4 .home-pivovar__item-ilust {
  top: -10rem;
  right: -15rem;
}
.home-pivovar__item-4 .home-pivovar__item-button {
  bottom: 36rem;
  right: 23rem;
}
@media only screen and (min-width: 991px) {
  .home-pivovar__item-4 .home-pivovar__item-button {
    bottom: 36rem;
    right: 31rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-4 .home-pivovar__item-button {
    bottom: 43rem;
    right: 43rem;
  }
}
@media only screen and (min-width: 1600px) {
  .home-pivovar__item-4 .home-pivovar__item-button {
    right: 52rem;
  }
}
.home-pivovar__item-4 .home-pivovar__item-line {
  top: 1rem;
  left: 0.1rem;
  width: 20rem;
  transform-origin: 0% 0%;
  transform: rotate(287deg);
}
@media only screen and (min-width: 991px) {
  .home-pivovar__item-4 .home-pivovar__item-line {
    width: 20rem;
    transform-origin: 0% 0%;
    transform: rotate(300deg);
  }
}
@media only screen and (min-width: 1200px) {
  .home-pivovar__item-4 .home-pivovar__item-line {
    width: 26rem;
    transform-origin: 0% 0%;
    transform: rotate(266.5deg);
  }
}
@media only screen and (min-width: 1600px) {
  .home-pivovar__item-4 .home-pivovar__item-line {
    width: 26rem;
    transform-origin: 0% 0%;
    transform: rotate(248deg);
  }
}
.home-pivovar__item-1, .home-pivovar__item-2, .home-pivovar__item-3, .home-pivovar__item-4 {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  z-index: 2;
  display: block;
  margin: 0 0 2rem 0;
  opacity: 0;
}
.home-pivovar__item-1.visible, .home-pivovar__item-2.visible, .home-pivovar__item-3.visible, .home-pivovar__item-4.visible {
  animation: fade-in 0.8s ease-in forwards;
}
@media only screen and (min-width: 768px) {
  .home-pivovar__item-1, .home-pivovar__item-2, .home-pivovar__item-3, .home-pivovar__item-4 {
    position: absolute;
    width: 32rem;
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-pivovar__item-1, .home-pivovar__item-2, .home-pivovar__item-3, .home-pivovar__item-4 {
    width: 44rem;
  }
}
.home-pivovar__item-1:hover .home-pivovar__item-line,
.home-pivovar__item-1:hover .home-pivovar__item-button, .home-pivovar__item-2:hover .home-pivovar__item-line,
.home-pivovar__item-2:hover .home-pivovar__item-button, .home-pivovar__item-3:hover .home-pivovar__item-line,
.home-pivovar__item-3:hover .home-pivovar__item-button, .home-pivovar__item-4:hover .home-pivovar__item-line,
.home-pivovar__item-4:hover .home-pivovar__item-button {
  background: #B83946;
}
.home-pivovar__item-1:hover .home-pivovar__item-button img:first-child, .home-pivovar__item-2:hover .home-pivovar__item-button img:first-child, .home-pivovar__item-3:hover .home-pivovar__item-button img:first-child, .home-pivovar__item-4:hover .home-pivovar__item-button img:first-child {
  opacity: 0;
}
.home-pivovar__item-1:hover .home-pivovar__item-button img:last-child, .home-pivovar__item-2:hover .home-pivovar__item-button img:last-child, .home-pivovar__item-3:hover .home-pivovar__item-button img:last-child, .home-pivovar__item-4:hover .home-pivovar__item-button img:last-child {
  opacity: 1;
}

.home-pivovar-card {
  z-index: 3;
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  overflow: clip;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .home-pivovar-card {
    padding: 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .home-pivovar-card {
    padding: 4rem 5rem;
  }
}
.home-pivovar-card::before {
  content: "";
  width: 89px;
  height: 103px;
  position: absolute;
  top: 24px;
  right: 16px;
  background: url("../images/home-story-logo-r-xVUOmoT.png") no-repeat center center;
  background-size: contain;
}
.home-pivovar-card:hover {
  background: #FCFAF4;
}
.home-pivovar-card__r {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
  opacity: 0.2;
}
.home-pivovar-card__r img {
  max-width: 8rem;
}
@media only screen and (min-width: 991px) {
  .home-pivovar-card__r img {
    max-width: unset;
  }
}
.home-pivovar-card__title {
  font-size: 20px;
  margin: 0 0 5px 0;
  line-height: 1.5;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 768px) {
  .home-pivovar-card__title {
    margin: 0 0 1rem 0;
    font-size: 24px;
  }
}
.home-pivovar-card__text {
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .home-pivovar-card__text {
    font-size: 18px;
  }
}
.home-pivovar-card__text a, .home-pivovar-card__text u {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.home-pivovar-card__text a:hover, .home-pivovar-card__text u:hover {
  color: #000;
}

.section-home-gallery {
  padding: 40px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .section-home-gallery {
    padding: 20px 0 70px 0;
  }
}

.home-gallery__title {
  margin: 0 0 3rem 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .home-gallery__title {
    margin: 0 0 6rem 0;
  }
}
.home-gallery__grid {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media only screen and (min-width: 991px) {
  .home-gallery__grid {
    flex-direction: row;
    gap: 0.7rem;
  }
}
.home-gallery__left {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .home-gallery__left {
    width: 50%;
  }
}
.home-gallery__left-tile {
  flex-grow: 1;
  padding: 15% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
}
@media only screen and (min-width: 991px) {
  .home-gallery__left-tile {
    padding: 0;
  }
}
.home-gallery__left-tile img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.home-gallery__right {
  position: relative;
  width: calc(100% + 1.4rem);
  margin: 0 -0.7rem;
}
@media only screen and (min-width: 991px) {
  .home-gallery__right {
    width: 50%;
  }
}

.home-gallery-slider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  overflow: clip;
}
.home-gallery-slider__item {
  display: flex !important;
  flex-direction: column;
  gap: 8.5rem;
}
.home-gallery-slider__item a {
  display: block;
  padding: 0 0.7rem;
  width: 100%;
  height: 50%;
  border-radius: 1.5rem;
}
.home-gallery-slider__item a:hover img {
  opacity: 0.8;
}
.home-gallery-slider__item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  transition: opacity 0.3s;
}

.home-gallery-slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0.7rem;
}
.home-gallery-slider-controls__prev, .home-gallery-slider-controls__next {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.5rem;
  border: 1px solid #ECDCB8;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .home-gallery-slider-controls__prev, .home-gallery-slider-controls__next {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.home-gallery-slider-controls__prev img, .home-gallery-slider-controls__next img {
  display: block;
}
.home-gallery-slider-controls__prev:hover, .home-gallery-slider-controls__next:hover {
  background: #ECDCB8;
}
.home-gallery-slider-controls__prev {
  order: 1;
}
.home-gallery-slider-controls__prev img {
  transform: rotate(180deg);
}
.home-gallery-slider-controls__next {
  order: 3;
}
.home-gallery-slider-controls__text {
  font-size: calc(18px * 1);
  order: 2;
  display: flex;
  align-items: center;
  line-height: 1.1;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .home-gallery-slider-controls__text {
    font-size: calc(24px * 1);
  }
}

.section-home-blog {
  background: #FCFAF4;
  overflow: clip;
}

.home-blog {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .home-blog {
    padding: 65px 0;
  }
}
.home-blog__title {
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .home-blog__title {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-blog__title {
    margin: 0 0 50px 0;
  }
}
.home-blog__grid {
  display: flex;
  flex-direction: column;
  column-gap: 35px;
  row-gap: 35px;
}
@media only screen and (min-width: 991px) {
  .home-blog__grid {
    flex-direction: row;
  }
}
.home-blog__left {
  flex: 1;
}
.home-blog__right {
  position: relative;
}
@media only screen and (min-width: 991px) {
  .home-blog__right {
    flex: 1 0 260px;
    max-width: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-blog__right {
    flex: 1 0 290px;
    max-width: 290px;
  }
}
@media only screen and (min-width: 1600px) {
  .home-blog__right {
    flex: 1 0 340px;
    max-width: 340px;
  }
}
.home-blog__ilust {
  position: absolute;
  top: -160px;
  right: -230px;
}
@media only screen and (max-width: 990px) {
  .home-blog__ilust {
    display: none;
  }
}
.home-blog__caption {
  margin: 0 0 15px 0;
  line-height: 1.14;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .home-blog__caption {
    margin: 0 0 30px 0;
  }
}
.home-blog__links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-blog__links-list li {
  position: relative;
  padding: 0;
  margin: 0;
}
.home-blog__links-list li a {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .home-blog__links-list li a {
    font-size: 24px;
  }
}
.home-blog__links-list li a:hover {
  text-decoration: none;
}
.home-blog__links-list li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B83946;
}
.home-blog__list {
  display: flex;
  flex-direction: column;
  width: calc(100% + 16px);
  margin: 0 -8px;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .home-blog__list {
    flex-direction: row;
  }
}
.home-blog__item {
  padding: 0 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home-blog__item {
    width: 50%;
  }
}
.home-blog__button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .home-blog__button-container {
    margin: 40px 0 0 0;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.blog-card__image {
  display: block;
  text-decoration: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.blog-card__image:hover img {
  transform: scale(1.1);
}
.blog-card__image img {
  display: block;
  width: 100%;
  transition: 0.3s;
  max-height: 285px;
  object-fit: contain;
}
.blog-card__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media only screen and (min-width: 1200px) {
  .blog-card__content {
    padding: 30px 40px;
  }
}
.blog-card__heading {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 1200px) {
  .blog-card__heading {
    margin: 0 0 20px 0;
  }
}
.blog-card__tags {
  display: flex;
  align-items: center;
  column-gap: 7px;
  line-height: 1.15;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
.blog-card__tags a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.blog-card__tags a:hover {
  color: #000;
  text-decoration: none;
}
.blog-card__texts {
  flex: 1;
}
.blog-card__title {
  margin: 0 0 5px 0;
  line-height: 1.4;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
}
@media only screen and (min-width: 1200px) {
  .blog-card__title {
    font-size: 24px;
  }
}
.blog-card__title a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.blog-card__title a:hover {
  text-decoration: none;
}
.blog-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 1200px) {
  .blog-card__desc {
    font-size: 18px;
  }
}
.blog-card__footer {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}
.blog-card__created {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media only screen and (min-width: 1200px) {
  .blog-card__created {
    column-gap: 16px;
  }
}
.blog-card__created img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  .blog-card__created img {
    width: 50px;
    height: 50px;
  }
}
.blog-card__created-texts {
  line-height: 1.15;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
}
.blog-card__created-texts a {
  font-size: 16px;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .blog-card__created-texts a {
    font-size: 18px;
  }
}
.blog-card__created-texts a:hover {
  text-decoration: none;
}
.blog-card__created-texts strong {
  font-size: 16px;
  color: #000;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .blog-card__created-texts strong {
    font-size: 18px;
  }
}

.section-floating-newsletter {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ECDCB8;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .section-floating-newsletter {
    padding: 0 130px 0 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-floating-newsletter {
    padding: 0 190px 0 60px;
  }
}
.section-floating-newsletter__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 1200px) {
  .section-floating-newsletter__close {
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
  }
}
.section-floating-newsletter .newsletter-panel {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .section-floating-newsletter .newsletter-panel {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-floating-newsletter .newsletter-panel__heading {
    flex: 1 0 470px;
    max-width: 470px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-floating-newsletter .newsletter-panel__form-info {
    flex: 1 0 270px;
    max-width: 270px;
  }
}

.section-newsletter {
  background: #ECDCB8;
}

.newsletter-panel {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 5px;
  padding: 30px 0;
}
@media only screen and (min-width: 1200px) {
  .newsletter-panel {
    flex-direction: row;
    align-items: center;
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .newsletter-panel {
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter-panel__heading {
    flex: 1 0 260px;
    max-width: 260px;
  }
}
@media only screen and (min-width: 1600px) {
  .newsletter-panel__heading {
    flex: 1 0 350px;
    max-width: 350px;
  }
}
.newsletter-panel__title {
  margin: 0;
  line-height: 1.25;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .newsletter-panel__title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 991px) {
  .newsletter-panel__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter-panel__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .newsletter-panel__title {
    font-size: 40px;
  }
}
.newsletter-panel__content {
  flex: 1;
}
.newsletter-panel__texts {
  margin: 0 0 15px 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .newsletter-panel__texts {
    font-size: 18px;
  }
}
.newsletter-panel__texts b, .newsletter-panel__texts strong {
  font-weight: 600;
}
.newsletter-panel__form {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 10px;
}
@media only screen and (min-width: 991px) {
  .newsletter-panel__form {
    flex-direction: row;
    align-items: center;
  }
}
.newsletter-panel__form-info {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .newsletter-panel__form-info {
    flex: 1 0 240px;
    max-width: 240px;
    text-align: left;
  }
}
.newsletter-panel__form-info a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.newsletter-panel__form-info a:hover {
  text-decoration: none;
}

.newsletter-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  column-gap: 18px;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .newsletter-form {
    flex-direction: row;
  }
}
.newsletter-form__field {
  flex: 1;
  position: relative;
}
.newsletter-form__field img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 991px) {
  .newsletter-form__field img {
    left: 28px;
  }
}
.newsletter-form__input {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  border: none;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .newsletter-form__input {
    height: 50px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter-form__input {
    font-size: 18px;
  }
}
.newsletter-form__input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.newsletter-form__input--with-icon {
  padding-left: 7rem !important;
}

.newsletter-panel__message {
  margin: 15px 0 0 0;
  padding: 15px 20px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  border-radius: 8px;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .newsletter-panel__message {
    font-size: 18px;
    text-align: left;
  }
}
.newsletter-panel__message--success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.newsletter-panel__message--error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.bottom-black-corners {
  background: #000;
}
.bottom-black-corners .section-bestsellers {
  background: #fff;
}
.bottom-black-corners > * {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (min-width: 1200px) {
  .bottom-black-corners > * {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}

.breadcrumb {
  line-height: initial;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    font-size: 18px;
    column-gap: 12px;
  }
}
.breadcrumb > img {
  display: block;
}
.breadcrumb li > img {
  display: block;
  position: relative;
  top: 2px;
}
.breadcrumb a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  background: none;
  transition: 0.3s;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb a img {
  display: block;
  max-width: 1.8rem;
}
@media only screen and (min-width: 1400px) {
  .breadcrumb a img {
    max-width: 2rem;
  }
}
.breadcrumb a img:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(30%) hue-rotate(134deg) brightness(92%) contrast(106%);
}

.breadcrumbs-panel {
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 1200px) {
  .breadcrumbs-panel--with-video {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -5px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumbs-panel--detail {
    display: flex;
    justify-content: center;
    margin: 20px 0 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumbs-panel--searching {
    margin: 20px 0;
  }
}

.shop-list-delivery-video {
  display: flex;
  align-items: center;
  column-gap: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .shop-list-delivery-video {
    display: none;
  }
}
.shop-list-delivery-video__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.shop-list-delivery-video__img img {
  width: 100%;
}
.shop-list-delivery-video__img::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  transition: 0.3s;
}
.shop-list-delivery-video__ico {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-list-delivery-video__ico img {
  display: block;
}
.shop-list-delivery-video__caption {
  margin: 0;
  line-height: 1.15;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.shop-list-delivery-video:hover .shop-list-delivery-video__img::before {
  opacity: 0.3;
}
.shop-list-delivery-video:hover .shop-list-delivery-video__caption {
  text-decoration: none;
}

.sidebar__filters {
  margin: 0 0 4rem 0;
}
.sidebar__title {
  display: block;
  padding: 0;
  margin: 0 0 12px 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.sidebar__help {
  margin: 0 0 24px 0;
}
.sidebar__accordion .accordion-panel {
  margin: 0;
}
.sidebar__accordion .accordion-panel .accordion-panel__header.opened {
  text-decoration: none;
}

.sidebar-contact-link {
  display: flex;
  align-items: center;
  column-gap: 12px;
  text-decoration: none;
}
.sidebar-contact-link__number {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  line-height: 1;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.sidebar-contact-link__number strong, .sidebar-contact-link__number b {
  text-decoration: none;
  font-weight: 600;
  color: #B83946;
  transition: 0.3s;
  cursor: pointer;
}
.sidebar-contact-link__number strong:hover, .sidebar-contact-link__number b:hover {
  color: #33A330;
}

.sidebar-help-box {
  padding: 25px 20px;
  border-radius: 20px;
  background: rgba(236, 220, 184, 0.15);
}
.sidebar-help-box__assistant {
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin: 0 0 10px 0;
}
.sidebar-help-box__photo img {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
}
.sidebar-help-box__name {
  margin: 0 0 3px 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.sidebar-help-box__role {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
.sidebar-help-box__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.section-shop-list {
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .section-shop-list {
    background: linear-gradient(90deg, rgb(252, 250, 244) 50%, rgb(255, 255, 255) 50%);
  }
}
.section-shop-list--searching {
  background: #fff;
}
.section-shop-list--searching .shop-categories-list__item {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .section-shop-list--searching .shop-categories-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section-shop-list--searching .shop-categories-list__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .section-shop-list--searching .shop-categories-list__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  .section-shop-list--searching .shop-categories-list__item {
    width: 20%;
  }
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .shop-list {
    background: #fff;
  }
}
.shop-list__sidebar {
  display: none;
  width: 100%;
  background: #FCFAF4;
}
@media only screen and (min-width: 1200px) {
  .shop-list__sidebar {
    display: block;
    width: 250px;
    padding: 36px 30px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .shop-list__sidebar {
    width: 270px;
    padding: 36px 40px 0 0;
  }
}
.shop-list__content {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .shop-list__content {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1600px) {
  .shop-list__content {
    width: calc(100% - 270px);
  }
}
.shop-list__container {
  padding: 10px 0 30px;
}
@media only screen and (min-width: 1200px) {
  .shop-list__container {
    padding: 20px 0 30px 25px;
  }
}

.shop-products-header {
  margin: 0 0 30px 0;
}
.shop-products-header__title {
  margin: 0 0 10px 0;
  line-height: 1.15;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .shop-products-header__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 991px) {
  .shop-products-header__title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-products-header__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .shop-products-header__title {
    font-size: 60px;
  }
}
.shop-products-header__title b, .shop-products-header__title strong {
  color: #B83946;
}
.shop-products-header__text {
  margin: 0 0 5px 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.shop-products-header__text b, .shop-products-header__text strong {
  font-weight: 600;
}
.shop-products-header__text p {
  margin: 0 0 20px 0;
}
.shop-products-header__text p a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.shop-products-header__text p a:hover {
  text-decoration: none;
}
.shop-products-header__text > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .shop-products-header__text {
    font-size: 18px;
  }
}

.shop-categories-list {
  display: flex;
  row-gap: 1rem;
  flex-wrap: wrap;
  margin: 0 -0.8rem 4rem -0.8rem;
  width: calc(100% + 1.6rem);
}
@media only screen and (min-width: 500px) {
  .shop-categories-list {
    row-gap: 1.6rem;
  }
}
.shop-categories-list__item {
  width: 100%;
  padding: 0 0.8rem;
}
@media only screen and (min-width: 500px) {
  .shop-categories-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .shop-categories-list__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-categories-list__item {
    width: 25%;
  }
}

.shop-category-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  height: 65px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .shop-category-card {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .shop-category-card {
    column-gap: 15px;
    height: 75px;
    padding: 0 10px 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-category-card {
    padding: 0 10px 0 40px;
  }
}
.shop-category-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.shop-category-card:hover .shop-category-card__title span {
  text-decoration: none;
}
.shop-category-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.shop-category-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
}
.shop-category-card__title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0;
  line-height: 1.15;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
}
.shop-category-card__title span {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 768px) {
  .shop-category-card__title {
    font-size: 20px;
    column-gap: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-category-card__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-category-card__title img {
    display: none;
  }
}

.shop-products-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 2rem;
  column-gap: 3rem;
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.shop-products-controls__product-count {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.shop-products-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3rem;
}
@media only screen and (min-width: 1200px) {
  .shop-products-sorting {
    column-gap: 34px;
  }
}
.shop-products-sorting__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: none;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .shop-products-sorting__item {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .shop-products-sorting__item {
    font-size: 18px;
  }
}
.shop-products-sorting__item.selected {
  color: #B83946;
}
.shop-products-sorting__item:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: #B83946;
}
.shop-products-sorting__selector {
  font-size: calc(16px * 1);
  display: block;
  width: 100%;
  padding: 0 1.4rem;
  height: 40px;
  border: 1px solid #000;
  background: #fff;
  text-align: center;
  color: #000;
  border-radius: 1.8rem;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  outline-color: #ECDCB8;
}
@media only screen and (min-width: 768px) {
  .shop-products-sorting__selector {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .section-shop-mobile-filters {
    display: none !important;
  }
}

.shop-mobile-filters {
  margin: 0 0 3rem 0;
}
.shop-mobile-filters__controls {
  display: flex;
  margin: 0 0 2rem 0;
}
.shop-mobile-filters__controls .btn-primary {
  flex: 1;
  padding: 0.8rem 2rem;
}
.shop-mobile-filters__fields {
  display: none;
}
.shop-mobile-filters__fields-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  row-gap: 3rem;
  column-gap: 5rem;
}
.shop-mobile-filters__fields-inner .filter-item {
  margin: 0;
}

.shop-filter-overview {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 16px;
  margin: 0 0 36px 0;
}
@media only screen and (min-width: 768px) {
  .shop-filter-overview {
    flex-direction: row;
    align-items: center;
  }
}
.shop-filter-overview__label {
  display: flex;
  align-items: center;
  column-gap: 7px;
  line-height: 1.15;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .shop-filter-overview__label {
    font-size: 18px;
  }
}
.shop-filter-overview__label img {
  display: block;
  width: 18px;
  height: 18px;
}
.shop-filter-overview__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.shop-filter-overview-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: 40px;
  padding: 0 15px 0 20px;
  border-radius: 23px;
  background: rgba(236, 220, 184, 0.3);
  border: none;
  transition: 0.3s;
  margin: 0;
  line-height: 1.15;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .shop-filter-overview-button {
    height: 46px;
    padding: 0 25px 0 30px;
  }
}
@media only screen and (min-width: 991px) {
  .shop-filter-overview-button {
    font-size: 18px;
  }
}
.shop-filter-overview-button:hover {
  background: rgba(236, 220, 184, 0.5);
}

.shop-filter-overview-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 0;
  background: transparent;
  border: none;
  transition: 0.3s;
  margin: 0;
  line-height: 1.15;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 991px) {
  .shop-filter-overview-link {
    font-size: 18px;
  }
}
.shop-filter-overview-link:hover {
  text-decoration: none;
}

.filter-item {
  margin: 0 0 24px 0;
}
.filter-item__label {
  font-size: calc(18px * 1);
  display: block;
  margin: 0 0 14px 0;
  line-height: initial;
  color: #000;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}

.shop-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.6rem;
}
@media only screen and (min-width: 1600px) {
  .shop-products {
    grid-template-columns: repeat(3, minmax(300px, 350px));
  }
}
@media only screen and (min-width: 1600px) {
  .shop-products .product-card__title {
    padding: 0 36px;
  }
}
.shop-products .empty-box {
  grid-column: 1/-1;
  max-width: 100%;
}

.pagination-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  .pagination-panel {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-height: 10rem;
  }
}
@media only screen and (min-width: 991px) {
  .pagination-panel {
    min-height: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  .pagination-panel__load-next-btn {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pagination-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.pagination-panel__list li {
  margin: 0;
  padding: 0;
}
.pagination-panel__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}
.pagination-panel__list li a:hover {
  background: #B83946;
  color: #fff;
}
.pagination-panel__list li a.selected {
  background: #ECDCB8;
  color: #000;
}
.pagination-panel__list li a.selected:hover {
  text-decoration: none;
}

.section-shop-benefits .benefits-list {
  column-gap: 50px;
  row-gap: 30px;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .section-shop-benefits .benefits-list {
    margin: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-shop-benefits .benefits-list {
    column-gap: 80px;
  }
}
.section-shop-benefits .benefits-list__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-shop-benefits .benefits-list__item {
    width: calc(50% - 38px);
  }
  .section-shop-benefits .benefits-list__item::before {
    right: -19px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .section-shop-benefits .benefits-list__item::before {
    right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .section-shop-benefits .benefits-list__item:nth-child(2n)::before {
    content: none;
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .section-shop-benefits .benefits-list__item {
    width: calc(25% - 38px);
  }
}
@media only screen and (min-width: 1600px) {
  .section-shop-benefits .benefits-list__item {
    column-gap: 20px;
    width: calc(25% - 60px);
  }
}
.section-shop-benefits .benefits-list__item img {
  max-width: 48px;
}
@media only screen and (min-width: 1600px) {
  .section-shop-benefits .benefits-list__item img {
    max-width: 58px;
  }
}

.shop-products-footer {
  margin: 20px 0 40px 0;
}
@media only screen and (min-width: 991px) {
  .shop-products-footer {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-products-footer {
    margin: 50px 0 70px 0;
  }
}
.shop-products-footer__title {
  margin: 0 0 10px 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .shop-products-footer__title {
    font-size: 24px;
  }
}
.shop-products-footer__text {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.shop-products-footer__text b, .shop-products-footer__text strong {
  font-weight: 600;
}
.shop-products-footer__text p {
  margin: 0 0 20px 0;
}
.shop-products-footer__text > *:last-child {
  margin: 0;
}
.shop-products-footer__text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.shop-products-footer__text a:hover {
  text-decoration: none;
}

.accordion-panel {
  margin: 3.4rem 0;
}
.accordion-panel__item {
  padding: 0;
  border-bottom: 1px solid #ECDCB8;
}
.accordion-panel__item:last-child {
  border-bottom: none;
}
.accordion-panel__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 991px) {
  .accordion-panel__header {
    font-size: 1.8rem;
  }
}
.accordion-panel__header svg, .accordion-panel__header img {
  flex-shrink: 0;
}
.accordion-panel__header.opened svg, .accordion-panel__header.opened img {
  transform: rotate(180deg);
}
.accordion-panel__header:hover {
  color: #B83946;
}
.accordion-panel__texts {
  text-align: left;
  line-height: 1.5;
  padding: 5px 0 20px 0;
  font-size: 16px;
  font-weight: 300;
}
.accordion-panel__texts p {
  margin: 0 0 3rem 0;
}
.accordion-panel__texts > *:last-child {
  margin: 0;
}
.accordion-panel__texts b, .accordion-panel__texts strong {
  font-weight: 600;
}
.accordion-panel__texts .sidebar-contact-link {
  margin: 20px 0;
  text-decoration: none;
}
.accordion-panel__texts a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.accordion-panel__texts a:hover {
  text-decoration: none;
}
.accordion-panel__texts-bigger {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.accordion-panel__texts-bigger a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.accordion-panel__texts-bigger a:hover {
  text-decoration: none;
}
.accordion-panel__texts-caption {
  margin: 0 0 2px 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.accordion-panel__texts-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.accordion-panel__texts-table tbody tr td {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.accordion-panel__texts-table tbody tr td:first-child {
  padding: 0 7px 0 0;
}

.section-faq {
  background: #FCFAF4;
}
.section-faq--white {
  background: #fff;
}

.faq-panel {
  padding: 50px 0;
}
@media only screen and (min-width: 1200px) {
  .faq-panel {
    padding: 65px 0;
  }
}
.faq-panel__title {
  margin: 0 0 14px 0;
  text-align: center;
}
.faq-panel__button-container {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
}
.faq-panel__accordion {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (min-width: 991px) {
  .faq-panel__accordion .accordion-panel__item {
    border-bottom: 2px solid #ECDCB8;
  }
}
.faq-panel__accordion .accordion-panel__item:last-child {
  border-bottom: none;
}
.faq-panel__accordion .accordion-panel__header {
  text-decoration: none;
}
@media only screen and (min-width: 991px) {
  .faq-panel__accordion .accordion-panel__header {
    font-size: 1.8rem;
    padding: 1.8rem 0;
  }
}
.faq-panel__accordion .accordion-panel__header:hover {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.faq-panel__accordion .accordion-panel__texts {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.5;
}
.faq-panel__accordion .accordion-panel__texts b, .faq-panel__accordion .accordion-panel__texts strong {
  font-weight: 600;
}
.faq-panel__accordion .accordion-panel__texts p {
  margin: 0 0 20px 0;
}
.faq-panel__accordion .accordion-panel__texts > *:last-child {
  margin: 0;
}
.faq-panel__accordion .accordion-panel__texts a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.faq-panel__accordion .accordion-panel__texts a:hover {
  text-decoration: none;
}

.product-detail-rating {
  position: relative;
  display: flex;
  align-items: center;
  width: 172px;
}
@media only screen and (min-width: 768px) {
  .product-detail-rating {
    width: 270px;
  }
}
.product-detail-rating__fg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  column-gap: 8px;
  align-items: center;
  width: var(--overlay-width, 0%);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-detail-rating__fg {
    column-gap: 20px;
  }
}
.product-detail-rating__fg img {
  width: 28px;
}
@media only screen and (min-width: 768px) {
  .product-detail-rating__fg img {
    width: 38px;
  }
}
.product-detail-rating__bg {
  display: flex;
  column-gap: 8px;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-detail-rating__bg {
    column-gap: 20px;
  }
}
.product-detail-rating__bg img {
  filter: grayscale(100%);
  width: 28px;
}
@media only screen and (min-width: 768px) {
  .product-detail-rating__bg img {
    width: 38px;
  }
}

.rating-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .rating-panel {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .rating-panel {
    padding: 80px 0;
  }
}
.rating-panel__title {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .rating-panel__title {
    margin: 0 0 40px 0;
  }
}
.rating-panel__grid {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
}
@media only screen and (min-width: 991px) {
  .rating-panel__grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .rating-panel__grid {
    flex-direction: row;
    column-gap: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .rating-panel__grid {
    column-gap: 80px;
  }
}
.rating-panel__left {
  flex: 1;
  flex-shrink: 0;
}
.rating-panel__right {
  flex: 1;
  flex-shrink: 0;
}
.rating-panel__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.rating-panel__button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .rating-panel__button-container {
    margin: 40px 0 0 0;
  }
}

.rating-detail-box {
  padding: 20px;
  border-radius: 30px;
  background: #FCFAF4;
}
@media only screen and (min-width: 991px) {
  .rating-detail-box {
    flex-direction: row;
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .rating-detail-box {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .rating-detail-box {
    padding: 50px 70px;
  }
}
.rating-detail-box--no-ratings .rating-detail-box__header {
  justify-content: center;
}
.rating-detail-box--no-ratings strong {
  font-weight: 400 !important;
}
.rating-detail-box__header {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .rating-detail-box__header {
    column-gap: 20px;
    margin: 0 0 40px 0;
  }
}
.rating-detail-box__result {
  margin: 0;
  line-height: 1;
  font-size: 70px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .rating-detail-box__result {
    font-size: 90px;
  }
}
.rating-detail-box__rating {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
@media only screen and (min-width: 991px) {
  .rating-detail-box__rating {
    row-gap: 7px;
  }
}
.rating-detail-box__summary {
  line-height: 1.5;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.rating-detail-box__list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.rating-detail-box__button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .rating-detail-box__button-container {
    margin: 40px 0 0 0;
  }
}

.rating-detail-box-line {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media only screen and (min-width: 768px) {
  .rating-detail-box-line {
    column-gap: 24px;
  }
}
.rating-detail-box-line__stars {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.rating-detail-box-line__progress {
  flex: 1;
}
.rating-detail-box-line__progress-line {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #D9D9D9;
}
.rating-detail-box-line__progress-line-filled {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 4px;
  background: #5D5D5D;
}
.rating-detail-box-line__count {
  flex: 1 0 40px;
  max-width: 40px;
  text-align: right;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .rating-detail-box-line__count {
    flex: 1 0 50px;
    max-width: 50px;
  }
}

.rating-card-exclusive {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 20px 20px 0 20px;
  border-radius: 30px;
  border: 1px solid #ECDCB8;
  background: #FFF;
}
@media only screen and (min-width: 991px) {
  .rating-card-exclusive {
    margin: 35px 0 0 0;
    padding: 25px 30px 30px 30px;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1600px) {
  .rating-card-exclusive {
    margin: 50px 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .rating-card-exclusive__content {
    flex: 1 0 200px;
    max-width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .rating-card-exclusive__content {
    flex: 1 0 250px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1600px) {
  .rating-card-exclusive__content {
    flex: 1 0 295px;
    max-width: 295px;
  }
}
.rating-card-exclusive__header-name {
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.rating-card-exclusive__header-stars {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 991px) {
  .rating-card-exclusive__header-stars {
    margin: 0 0 20px 0;
  }
}
.rating-card-exclusive__header-stars img {
  display: block;
  width: 16px;
  height: 16px;
}
.rating-card-exclusive__header-desc {
  margin: 0 0 6px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 1.3;
}
@media only screen and (min-width: 991px) {
  .rating-card-exclusive__header-desc {
    font-size: 16px;
  }
}
.rating-card-exclusive__texts {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 991px) {
  .rating-card-exclusive__texts {
    font-size: 18px;
  }
}
.rating-card-exclusive__texts b, .rating-card-exclusive__texts strong {
  font-weight: 600;
}
@media only screen and (max-width: 990px) {
  .rating-card-exclusive__photo {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 991px) {
  .rating-card-exclusive__photo {
    flex: 1;
  }
}
.rating-card-exclusive__photo img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 991px) {
  .rating-card-exclusive__photo img {
    max-width: 50%;
    position: absolute;
    bottom: 0;
    left: -30px;
  }
}
@media only screen and (min-width: 1600px) {
  .rating-card-exclusive__photo img {
    max-width: 45%;
  }
}
@media only screen and (max-width: 990px) {
  .rating-card-exclusive__photo img {
    max-height: 150px;
  }
}

.rating-card {
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #ECDCB8;
  background: #FFF;
}
@media only screen and (min-width: 1200px) {
  .rating-card {
    padding: 25px 30px 30px 30px;
  }
}
.rating-card__header {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  row-gap: 10px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .rating-card__header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
}
.rating-card__header-left {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .rating-card__header-left {
    align-items: center;
    flex-direction: row;
  }
}
.rating-card__header-icon {
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 991px) {
  .rating-card__header-icon {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .rating-card__header-icon {
    display: none;
  }
}
.rating-card__header-icon img {
  display: block;
  width: 47px;
  height: 47px;
}
.rating-card__header-info {
  display: flex;
  flex-direction: row;
  row-gap: 4px;
}
@media only screen and (min-width: 991px) {
  .rating-card__header-info {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .rating-card__header-info {
    align-items: center;
    flex-direction: row;
  }
}
.rating-card__header-name {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}
.rating-card__header-stars {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 991px) {
  .rating-card__header-stars {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .rating-card__header-stars {
    margin: 0 0 0 20px;
  }
}
.rating-card__header-stars img {
  display: block;
  width: 16px;
  height: 16px;
}
.rating-card__header-verified {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin: 0;
  color: #33A330;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .rating-card__header-verified {
    margin: 0 0 0 20px;
  }
}
.rating-card__header-date {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
@media only screen and (min-width: 991px) {
  .rating-card__header-date {
    font-size: 18px;
  }
}
.rating-card__texts {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 991px) {
  .rating-card__texts {
    font-size: 18px;
  }
}
.rating-card__texts b, .rating-card__texts strong {
  font-weight: 600;
}

.section-product-details {
  background: #FCFAF4;
  overflow: clip;
}

.product-details {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .product-details {
    padding: 60px 0;
  }
}
.product-details__title {
  text-align: center;
  margin: 0 0 20px 0;
}
.product-details__content {
  width: 100%;
  max-width: 825px;
  margin: 0 auto;
}
.product-details__content .general-texts {
  width: 100%;
  max-width: 635px;
  margin: 0 auto;
}
.product-details__content .product-details-overview {
  margin: 0 0 40px 0;
}

.general-texts {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.general-texts__title {
  margin: 0 0 20px 0;
  line-height: 1.15;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .general-texts__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 991px) {
  .general-texts__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .general-texts__title {
    font-size: 34px;
  }
}
.general-texts b, .general-texts strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .general-texts {
    font-size: 18px;
  }
}
.general-texts p {
  margin: 0 0 20px 0;
}
.general-texts ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}
.general-texts ul b, .general-texts ul strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .general-texts ul {
    font-size: 18px;
  }
}
.general-texts ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
}
.general-texts ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B83946;
}
.general-texts a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.general-texts a:hover {
  text-decoration: none;
}

.wide-img-wrapper {
  position: relative;
  margin: 40px 0;
}
.wide-img-wrapper__play-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.wide-img-wrapper__play-button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(27deg) brightness(101%) contrast(99%);
}
.wide-img-wrapper__photo {
  position: relative;
  z-index: 2;
}
.wide-img-wrapper__photo img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.wide-img-wrapper__video {
  position: relative;
  z-index: 2;
}
.wide-img-wrapper__video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  border-radius: 30px;
}
.wide-img-wrapper__video img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.wide-img-wrapper__chmel-left {
  position: absolute;
  bottom: 100%;
  right: 100%;
  transform: translate(50%, 50%);
}
@media only screen and (max-width: 990px) {
  .wide-img-wrapper__chmel-left {
    display: none;
  }
}
.wide-img-wrapper__chmel-left img {
  display: block;
  width: 328px;
  height: 385px;
}
.wide-img-wrapper__chmel-right {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 990px) {
  .wide-img-wrapper__chmel-right {
    display: none;
  }
}
.wide-img-wrapper__chmel-right img {
  display: block;
  width: 328px;
  height: 385px;
}

.gallery-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 40px -8px;
  row-gap: 16px;
}
.gallery-list__item {
  width: 25%;
  padding: 0 8px;
}
.gallery-list__item a {
  display: block;
  transition: 0.3s;
}
.gallery-list__item a:hover {
  opacity: 0.8;
}
.gallery-list__item a img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.product-details-overview__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.product-details-buttons-container {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 40px 0;
}
@media only screen and (min-width: 1200px) {
  .product-details-buttons-container {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-details-buttons-container .btn-section-link {
    min-width: 158px;
  }
}

.overview-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  row-gap: 10px;
  padding: 0 0 50px 0;
}
@media only screen and (min-width: 768px) {
  .overview-card {
    flex-direction: row;
  }
}
.overview-card__label {
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .overview-card__label {
    flex: 1 0 120px;
    max-width: 120px;
    text-align: right;
  }
}
.overview-card__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2px;
}
.overview-card__icons-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 1px solid transparent;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .overview-card__icons-item {
    width: 36px;
    height: 36px;
  }
}
.overview-card__icons-item img {
  display: block;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .overview-card__icons-item img {
    width: 32px;
    height: 32px;
  }
}
.overview-card__icons-item.selected {
  border: 1px solid #33A330;
}
.overview-card__icons-item.selected::before {
  content: "";
  z-index: 4;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  border-top: 7px solid #33A330;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.overview-card__icons-item-desc {
  z-index: 4;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  column-gap: 4px;
  align-items: flex-end;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 370px) {
  .overview-card__icons-item-desc {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .overview-card__icons-item-desc {
    font-size: 18px;
    column-gap: 8px;
  }
}
.overview-card__icons-item-desc small {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .overview-card__icons-item-desc small {
    font-size: 18px;
  }
}
.overview-card__icons-item-desc strong {
  position: relative;
  top: 2px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .overview-card__icons-item-desc strong {
    font-size: 24px;
    top: 3px;
  }
}
.overview-card__icons-item-desc strong span {
  color: #33A330;
}

.product-details-sladek {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .product-details-sladek {
    column-gap: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .product-details-sladek {
    margin: 60px 0;
  }
}
.product-details-sladek__img {
  flex-shrink: 0;
}
.product-details-sladek__img img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .product-details-sladek__img img {
    width: 88px;
    height: 88px;
  }
}
.product-details-sladek__content {
  display: flex;
  flex-direction: column;
}
.product-details-sladek__title {
  margin: 0 0 5px 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .product-details-sladek__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 991px) {
  .product-details-sladek__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-details-sladek__title {
    font-size: 34px;
  }
}
.product-details-sladek__details {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .product-details-sladek__details {
    flex-direction: row;
    align-items: center;
  }
}
.product-details-sladek__text {
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
.product-details-sladek__text strong {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #B83946;
}
.product-details-sladek__sign img {
  display: block;
  width: 114px;
}

.section-product-details-nav {
  position: relative;
}
.section-product-details-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #FCFAF4;
}

.product-details-nav {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 844px;
  margin: 0 auto;
  border-radius: 15px;
  background: #ECDCB8;
}
.product-details-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  height: 80px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .product-details-nav ul {
    flex-wrap: wrap;
    height: auto;
    padding: 15px;
    row-gap: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .product-details-nav ul {
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-details-nav ul {
    height: 105px;
  }
}
.product-details-nav ul li {
  margin: 0;
  padding: 0;
}
.product-details-nav ul li a {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  color: #B83946;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 768px) {
  .product-details-nav ul li a {
    font-size: 18px;
  }
}
.product-details-nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 6px solid #B83946;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.product-main-rating {
  position: relative;
  display: flex;
  align-items: center;
  width: 122px;
}
@media only screen and (min-width: 768px) {
  .product-main-rating {
    width: 185px;
  }
}
.product-main-rating__fg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  column-gap: 8px;
  align-items: center;
  width: var(--overlay-width, 0%);
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-main-rating__fg {
    column-gap: 15px;
  }
}
.product-main-rating__fg img {
  width: 18px;
}
@media only screen and (min-width: 768px) {
  .product-main-rating__fg img {
    width: 25px;
  }
}
.product-main-rating__bg {
  display: flex;
  column-gap: 8px;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-main-rating__bg {
    column-gap: 15px;
  }
}
.product-main-rating__bg img {
  filter: grayscale(100%);
  width: 18px;
}
@media only screen and (min-width: 768px) {
  .product-main-rating__bg img {
    width: 25px;
  }
}

.section-product-main {
  overflow: clip;
  background: #fff;
}

.product-main-panel {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .product-main-panel {
    flex-direction: row-reverse;
    column-gap: 60px;
    margin: 25px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .product-main-panel {
    column-gap: 100px;
  }
}
.product-main-panel__left {
  flex: 1;
}
.product-main-panel__right {
  flex: 1;
}
.product-main-panel__title {
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .product-main-panel__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 991px) {
  .product-main-panel__title {
    font-size: 42px;
    margin: 0 0 25px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-main-panel__title {
    font-size: 50px;
  }
}
.product-main-panel__rating {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .product-main-panel__rating {
    column-gap: 16px;
  }
}
.product-main-panel__summary {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.product-main-panel__button-container {
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .product-main-panel__button-container {
    font-size: 18px;
  }
}
.product-main-panel__button-container a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.product-main-panel__button-container a:hover {
  text-decoration: none;
}
.product-main-panel__icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  column-gap: 30px;
  row-gap: 20px;
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .product-main-panel__icons {
    justify-content: flex-start;
    column-gap: 60px;
  }
}
.product-main-panel__perex {
  margin: 0 0 25px 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .product-main-panel__perex {
    font-size: 18px;
  }
}
.product-main-panel__perex a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.product-main-panel__perex a:hover {
  text-decoration: none;
}
.product-main-panel__perex b, .product-main-panel__perex strong {
  font-weight: 600;
}
.product-main-panel__perex p {
  margin: 0;
}
.product-main-panel__perex p:last-of-type {
  display: inline;
}
.product-main-panel__perex-more-info-link {
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
.product-main-panel__properties {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
  .product-main-panel__properties {
    font-size: 18px;
  }
}
.product-main-panel__properties ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .product-main-panel__properties ul {
    column-count: 2;
    column-gap: 30px;
  }
}
.product-main-panel__properties ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 8px 0;
}
.product-main-panel__properties ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #B83946;
}
.product-main-panel__ordering {
  margin: 35px 0 0 0;
}
.product-main-panel__gallery {
  display: none;
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 1200px) {
  .product-main-panel__gallery {
    display: block;
  }
}
.product-main-panel__gallery-mobile {
  display: block;
  margin: 0 0 25px 0;
}
@media only screen and (min-width: 1200px) {
  .product-main-panel__gallery-mobile {
    display: none;
  }
}
.product-main-panel__table-overview-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 25px 0;
}
.product-main-panel__banners {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin: 0 0 25px 0;
}
.product-main-panel__progress {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.product-main-panel__offer {
  margin: 35px 0 0 0;
}
.product-main-panel__offer-title {
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .product-main-panel__offer-title {
    font-size: 24px;
  }
}
.product-main-panel__offer-title img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.product-main-banner-card {
  display: flex;
  min-height: 125px;
}
.product-main-banner-card__ico {
  flex: 1 0 100px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 4px;
  text-align: center;
  background: #ECDCB8;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media only screen and (min-width: 768px) {
  .product-main-banner-card__ico {
    flex: 1 0 140px;
    max-width: 140px;
  }
}
.product-main-banner-card__ico span {
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 1200px) {
  .product-main-banner-card__ico span {
    font-size: 18px;
  }
}
.product-main-banner-card__content {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #FCFAF4;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .product-main-banner-card__content {
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-main-banner-card__content {
    font-size: 18px;
  }
}
.product-main-banner-card__content p {
  margin: 0;
}
.product-main-banner-card__content b, .product-main-banner-card__content strong {
  font-weight: 600;
}
.product-main-banner-card a {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.product-main-banner-card a:hover {
  text-decoration: none;
}

.product-main-table-overview {
  border-collapse: collapse;
  border-spacing: 0;
}
.product-main-table-overview a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.product-main-table-overview a:hover {
  text-decoration: none;
}
.product-main-table-overview thead tr {
  border-bottom: 2px solid #ECDCB8;
}
.product-main-table-overview thead tr th {
  padding: 10px 20px;
  border-left: 2px solid #ECDCB8;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .product-main-table-overview thead tr th {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-main-table-overview thead tr th {
    font-size: 18px;
  }
}
.product-main-table-overview thead tr th:first-child {
  border-left: none;
}
.product-main-table-overview tbody tr td {
  padding: 10px 20px;
  border-left: 2px solid #ECDCB8;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-main-table-overview tbody tr td {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-main-table-overview tbody tr td {
    font-size: 18px;
  }
}
.product-main-table-overview tbody tr td a {
  color: inherit;
}
.product-main-table-overview tbody tr td:first-child {
  border-left: none;
}

.product-order-box {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 15px;
  border-radius: 30px;
  background: rgba(51, 163, 48, 0.1);
}
@media only screen and (min-width: 768px) {
  .product-order-box {
    padding: 20px;
    row-gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-order-box {
    padding: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-order-box {
    padding: 45px;
  }
}
.product-order-box__selectors {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .product-order-box__selectors {
    padding: 0;
  }
}
.product-order-box__avail-info {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 10px;
  margin: 0 0 8px 0;
}
@media only screen and (min-width: 768px) {
  .product-order-box__avail-info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.product-order-box__availability {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.product-order-box__availability img {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.product-order-box__delivery {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.product-order-box__delivery img {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.product-order-box__delivery a {
  display: flex;
  align-items: center;
  column-gap: 12px;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.product-order-box__delivery a:hover {
  text-decoration: none;
}
.product-order-box__volume-discounts {
  margin-top: 20px;
  position: relative;
}
.product-order-box__volume-discounts:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url("../images/volume-arrow-aWqfQUO.svg") center center no-repeat;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(38%) sepia(63%) saturate(1291%) hue-rotate(319deg) brightness(73%) contrast(97%);
  position: absolute;
  right: 38px;
  top: -50px;
}

.product-order-box-inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  row-gap: 15px;
  border-radius: 15px;
  padding: 15px;
}
@media only screen and (min-width: 340px) {
  .product-order-box-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .product-order-box-inner {
    border-radius: 30px;
    padding: 15px 30px;
  }
}
@media only screen and (min-width: 991px) {
  .product-order-box-inner {
    padding: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-order-box-inner {
    padding: 30px 40px;
  }
}
.product-order-box-inner__pricing {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.product-order-box-inner__main-price {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .product-order-box-inner__main-price {
    font-size: 40px;
  }
}
.product-order-box-inner__secondary-price {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1200px) {
  .product-order-box-inner__secondary-price {
    font-size: 16px;
  }
}
.product-order-box-inner__controls .quantity-counter {
  width: 120px;
}
@media only screen and (min-width: 768px) {
  .product-order-box-inner__controls .quantity-counter {
    width: 205px;
  }
}

.volume-discounts-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.volume-discounts-info__icon {
  font-size: 24px;
}
.volume-discounts-info__title {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .volume-discounts-info__title {
    font-size: 20px;
  }
}

.volume-discounts-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 15px;
}
.volume-discounts-table__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 15px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .volume-discounts-table__row {
    grid-template-columns: 150px 1fr auto;
    gap: 20px;
    padding: 15px 20px;
  }
}
.volume-discounts-table__row.selected {
  background: #fff;
}
.volume-discounts-table__quantity {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  grid-column: 1/-1;
}
@media only screen and (min-width: 768px) {
  .volume-discounts-table__quantity {
    grid-column: auto;
    font-size: 16px;
  }
}
.volume-discounts-table__label {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .volume-discounts-table__label {
    font-size: 14px;
  }
}
.volume-discounts-table__label--standard {
  color: #B83946;
}
.volume-discounts-table__label--discount {
  color: #16A34A;
}
.volume-discounts-table__price {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .volume-discounts-table__price {
    font-size: 18px;
  }
}
.volume-discounts-table__price small {
  display: block;
  font-family: "Rift", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .volume-discounts-table__price small {
    font-size: 12px;
  }
}

.order-box-options-selector {
  display: flex;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .order-box-options-selector {
    align-items: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1600px) {
  .order-box-options-selector {
    column-gap: 40px;
  }
}
.order-box-options-selector__title {
  position: relative;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .order-box-options-selector__title {
    flex: 1 0 130px;
    max-width: 130px;
  }
}
@media only screen and (min-width: 991px) {
  .order-box-options-selector__title {
    font-size: 24px;
  }
}
.order-box-options-selector__title-info-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .order-box-options-selector__title-info-btn {
    position: absolute;
    top: -8px;
    right: 0;
  }
}
.order-box-options-selector__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.order-box-options-selector__list--has-selected .order-box-options-selector__link:hover,
.order-box-options-selector__list--has-selected .order-box-options-selector__button:hover {
  background: #ECDCB8;
  border: 1px solid #000;
}
.order-box-options-selector__link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  height: 65px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .order-box-options-selector__link {
    font-size: 18px;
    min-width: 70px;
    height: 70px;
    padding: 0 2rem;
  }
}
.order-box-options-selector__link:hover {
  border: 1px solid #000;
  background: #CDF2CC;
  text-decoration: none;
}
.order-box-options-selector__link.selected {
  border: 1px solid #000;
  background: #CDF2CC;
}
.order-box-options-selector__link.selected:hover {
  border: 1px solid #000;
  background: #CDF2CC;
  text-decoration: none;
}
.order-box-options-selector__link.out-of-stock {
  opacity: 0.8;
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  pointer-events: none;
}
.order-box-options-selector__button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #FCFAF4;
  background: #FCFAF4;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .order-box-options-selector__button {
    font-size: 18px;
    width: 150px;
    height: 70px;
  }
}
.order-box-options-selector__button:hover {
  border: 1px solid #000;
  background: #CDF2CC;
  text-decoration: none;
}
.order-box-options-selector__button.selected {
  border: 1px solid #000;
  background: #CDF2CC;
}
.order-box-options-selector__button.selected:hover {
  border: 1px solid #000;
  background: #CDF2CC;
  text-decoration: none;
}
.order-box-options-selector__button.out-of-stock {
  opacity: 0.8;
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  pointer-events: none;
}
.order-box-options-selector__button-select-indication {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(30%, -30%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #33A330;
  border-radius: 50%;
}
.order-box-options-selector__button-select-indication img {
  position: relative;
  top: -1px;
  display: block;
  width: 17px;
  height: 17px;
}
.order-box-options-selector #product-variant-select {
  padding: 0 4rem 0 1.5rem;
  margin: 0;
  outline: none !important;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  height: 70px;
  color: #B83946;
}

.product-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px;
  column-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .product-icon-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}
.product-icon-card img {
  display: block;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.product-icon-card__content {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.product-icon-card__content a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.product-icon-card__content a:hover {
  text-decoration: none;
}
.product-icon-card__content strong {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.product-icon-card__content small {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

.product-main-gallery__tags {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 3px;
}
.product-main-gallery__tag {
  display: flex;
  align-items: center;
  text-align: center;
  height: 30px;
  padding: 0 25px;
  border-radius: 15px;
  white-space: nowrap;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
.product-main-gallery__big {
  position: relative;
}
.product-main-gallery__big a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.product-main-gallery__big a img {
  display: block;
  max-width: 100%;
  max-height: 240px;
}
@media only screen and (min-width: 768px) {
  .product-main-gallery__big a img {
    max-height: 100%;
  }
}
.product-main-gallery__big-chmel-1 {
  position: absolute;
  bottom: 70%;
  right: 70%;
  transform: translate(50%, 50%);
}
@media only screen and (max-width: 990px) {
  .product-main-gallery__big-chmel-1 {
    display: none;
  }
}
.product-main-gallery__big-chmel-1 img {
  display: block;
  width: 328px;
  height: 385px;
}
.product-main-gallery__big-chmel-2 {
  position: absolute;
  top: 70%;
  left: 70%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 990px) {
  .product-main-gallery__big-chmel-2 {
    display: none;
  }
}
.product-main-gallery__big-chmel-2 img {
  display: block;
  width: 328px;
  height: 385px;
}
.product-main-gallery__thumbs {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
@media only screen and (min-width: 768px) {
  .product-main-gallery__thumbs {
    column-gap: 8px;
  }
}
.product-main-gallery__thumbs-item, .product-main-gallery__thumbs-link {
  flex: 1;
}
.product-main-gallery__thumbs-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 3px;
  min-height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .product-main-gallery__thumbs-link {
    border-radius: 20px;
  }
}
.product-main-gallery__thumbs-link:hover {
  background: #ECDCB8;
}
.product-main-gallery__thumbs-link:hover strong {
  text-decoration: none;
}
.product-main-gallery__thumbs-link strong {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .product-main-gallery__thumbs-link strong {
    font-size: 18px;
  }
}
.product-main-gallery__thumbs-link small {
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .product-main-gallery__thumbs-link small {
    font-size: 16px;
  }
}
.product-main-gallery__thumbs-item a:not(.product-main-gallery__thumbs-link) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  background: #fff;
}
.product-main-gallery__thumbs-item a:not(.product-main-gallery__thumbs-link) img {
  display: block;
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .product-main-gallery__thumbs-item a:not(.product-main-gallery__thumbs-link) img {
    border-radius: 20px;
  }
}
.product-main-gallery__thumbs-item a:not(.product-main-gallery__thumbs-link):hover img {
  opacity: 0.8;
}

.product-main-benefits-panel {
  padding: 40px 0;
  background: url("../images/produkt-main-benefits-bg-7wFH230.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 991px) {
  .product-main-benefits-panel {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .product-main-benefits-panel {
    padding: 90px 0;
  }
}
.product-main-benefits-panel__title {
  margin: 0 0 20px 0;
  line-height: 1.15;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.product-main-benefits-panel__title strong, .product-main-benefits-panel__title b {
  font-weight: 700;
  color: #B83946;
}
@media only screen and (min-width: 768px) {
  .product-main-benefits-panel__title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 991px) {
  .product-main-benefits-panel__title {
    font-size: 28px;
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-main-benefits-panel__title {
    font-size: 32px;
  }
}
.product-main-benefits-panel .benefits-list {
  margin: 0;
}
.product-main-benefits-panel .benefits-list__item::before {
  content: none;
  display: none;
}

.product-offers-list {
  display: flex;
  flex-direction: column;
}
.product-offers-list__item {
  border-bottom: 2px solid #ECDCB8;
}
.product-offers-list__item:last-child {
  border-bottom: none;
}

.product-offer-card {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 8px;
  padding: 14px 0;
}
@media only screen and (min-width: 480px) {
  .product-offer-card {
    align-items: center;
    flex-direction: row;
  }
}
.product-offer-card__img {
  flex: 1 0 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-offer-card__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-offer-card__text {
  flex: 1;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.product-offer-card__pricing {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
@media only screen and (min-width: 480px) {
  .product-offer-card__pricing {
    align-items: flex-end;
  }
}
.product-offer-card__main-price {
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.product-offer-card__secondary-price {
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}
.product-offer-card__discount-price {
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #B83946;
}

.darek-popup {
  z-index: 9999990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.darek-popup__overlay {
  z-index: 9999991;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.darek-box {
  z-index: 9999992;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  column-gap: 80px;
  width: 100%;
  max-width: 1180px;
  max-height: calc(100vh - 50px);
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .darek-box {
    border-radius: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .darek-box {
    padding: 40px;
    border-radius: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .darek-box {
    padding: 60px;
  }
}
.darek-box__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (min-width: 1200px) {
  .darek-box__close {
    top: 35px;
    right: 35px;
  }
}
.darek-box__content {
  width: 100%;
  max-width: 915px;
  margin: 0 auto;
}
.darek-box__title {
  margin: 0 0 10px 0;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .darek-box__title {
    margin: 0 0 15px 0;
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .darek-box__title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .darek-box__title {
    margin: 0 0 29px 0;
  }
}
.darek-box__title b, .darek-box__title strong {
  color: #B83946;
}
.darek-box__text {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .darek-box__text {
    font-size: 18px;
  }
}
.darek-box__text b, .darek-box__text strong {
  font-weight: 600;
}
.darek-box__text p {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .darek-box__text p {
    margin: 0 0 30px 0;
  }
}
.darek-box__text > *:last-child {
  margin: 0;
}
.darek-box__text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.darek-box__text a:hover {
  text-decoration: none;
}
.darek-box__progress {
  margin: 30px 0;
}
@media only screen and (min-width: 1600px) {
  .darek-box__progress {
    margin: 50px 0;
  }
}
.darek-box__items {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.darek-box-card {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
@media only screen and (min-width: 768px) {
  .darek-box-card {
    column-gap: 18px;
  }
}
.darek-box-card__number {
  flex: 1 0 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #ECDCB8;
}
@media only screen and (min-width: 768px) {
  .darek-box-card__number {
    flex: 1 0 50px;
    max-width: 50px;
    font-size: 90px;
  }
}
@media only screen and (min-width: 991px) {
  .darek-box-card__number {
    flex: 1 0 90px;
    max-width: 90px;
  }
}
.darek-box-card__content {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 20px;
  border-radius: 30px;
  background: #FCFAF4;
}
@media only screen and (min-width: 768px) {
  .darek-box-card__content {
    column-gap: 20px;
    padding: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .darek-box-card__content {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .darek-box-card__content {
    padding: 40px;
  }
}
.darek-box-card__texts {
  flex: 1;
}
.darek-box-card__img {
  flex: 1 0 60px;
  max-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .darek-box-card__img {
    flex: 1 0 80px;
    max-width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 991px) {
  .darek-box-card__img {
    flex: 1 0 100px;
    max-width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .darek-box-card__img {
    flex: 1 0 130px;
    max-width: 130px;
    height: 130px;
  }
}
.darek-box-card__img img {
  display: block;
  max-width: 100%;
  max-width: 100%;
}
.darek-box-card__title {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .darek-box-card__title {
    font-size: 24px;
  }
}
.darek-box-card__desc {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .darek-box-card__desc {
    font-size: 18px;
  }
}
.darek-box-card__desc b, .darek-box-card__desc strong {
  font-weight: 600;
}
.darek-box-card__threshold {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #a3a3a3 !important;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 991px) {
  .darek-box-card__threshold {
    font-size: 18px;
  }
}
.darek-box-card__remaining-text {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.darek-box-card__title a, .darek-box-card__desc a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.darek-box-card__title a:hover, .darek-box-card__desc a:hover {
  text-decoration: none;
}
.darek-box-card__button-container {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0 0;
}
.darek-box-card--unavailable .gift-variant-selectors {
  pointer-events: none;
  opacity: 0.5;
}

.section-grid-page-header {
  background: #ECDCB8;
}

.grid-page-header {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 25px;
  padding: 30px 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .grid-page-header {
    flex-direction: row;
    align-items: center;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 991px) {
  .grid-page-header {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .grid-page-header {
    column-gap: 60px;
    padding: 65px 0;
  }
}
.grid-page-header__content {
  flex: 1;
}
.grid-page-header__text {
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.grid-page-header__text b, .grid-page-header__text strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .grid-page-header__text {
    font-size: 18px;
  }
}
.grid-page-header__pivovar-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 15px;
  margin: 25px 0 0 0;
}
@media only screen and (min-width: 1600px) {
  .grid-page-header__pivovar-items {
    column-gap: 50px;
  }
}
.grid-page-header__prodejna-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 490px;
  column-gap: 30px;
  row-gap: 15px;
  margin: 25px 0 0 0;
}
@media only screen and (min-width: 500px) {
  .grid-page-header__prodejna-items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid-page-header__prodejna-items {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}
@media only screen and (min-width: 991px) {
  .grid-page-header__prodejna-items {
    font-size: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media only screen and (min-width: 1600px) {
  .grid-page-header__prodejna-items {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .grid-page-header__media {
    flex: 1 0 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 991px) {
  .grid-page-header__media {
    flex: 1 0 360px;
    max-width: 360px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-page-header__media {
    flex: 1 0 535px;
    max-width: 535px;
  }
}
.grid-page-header__video {
  position: relative;
  z-index: 2;
}
.grid-page-header__video img {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.grid-page-header__play-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.grid-page-header__play-button img {
  display: block;
  width: 71px;
  height: 71px;
  flex-shrink: 0;
}
.grid-page-header__play-button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(27deg) brightness(101%) contrast(99%);
}

.page-header-pivovar-item {
  display: flex;
  column-gap: 10px;
}
@media only screen and (min-width: 991px) {
  .page-header-pivovar-item {
    column-gap: 14px;
  }
}
.page-header-pivovar-item img {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .page-header-pivovar-item img {
    width: 29px;
    height: 29px;
  }
}
.page-header-pivovar-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .page-header-pivovar-item__content {
    padding: 5px 0 0 0;
  }
}
.page-header-pivovar-item__content a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.page-header-pivovar-item__content a:hover {
  text-decoration: none;
}
.page-header-pivovar-item__content b, .page-header-pivovar-item__content strong {
  font-weight: 700;
  font-size: 18px;
  font-family: "Rift", sans-serif;
}

.page-header-prodejna-item {
  display: flex;
  column-gap: 10px;
}
@media only screen and (min-width: 991px) {
  .page-header-prodejna-item {
    column-gap: 14px;
  }
}
.page-header-prodejna-item img {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .page-header-prodejna-item img {
    width: 29px;
    height: 29px;
  }
}
.page-header-prodejna-item__table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: -5px 0 0 0;
}
.page-header-prodejna-item__table tbody tr td {
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
  font-family: "Rift", sans-serif;
}
.page-header-prodejna-item__table tbody tr td:first-child {
  padding-right: 10px;
}
.page-header-prodejna-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .page-header-prodejna-item__content {
    padding: 5px 0 0 0;
  }
}
.page-header-prodejna-item__content a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.page-header-prodejna-item__content a:hover {
  text-decoration: none;
}
.page-header-prodejna-item__content b, .page-header-prodejna-item__content strong {
  font-weight: 700;
  font-size: 18px;
  font-family: "Rift", sans-serif;
}

.general-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .general-panel {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .general-panel {
    padding: 80px 0;
  }
}
.general-panel__title {
  text-align: center;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .general-panel__title {
    margin: 0 0 40px 0;
  }
}
.general-panel .general-texts {
  width: 100%;
  max-width: 635px;
  margin: 0 auto;
}
.general-panel .gallery-list-container,
.general-panel .wide-img-wrapper {
  width: 100%;
  max-width: 780px;
  margin: 40px auto;
}

.general-button-container {
  display: flex;
  justify-content: center;
}

.section-grid-history-header {
  background: #ECDCB8;
}

.grid-history-header {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 25px;
  padding: 30px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .grid-history-header {
    flex-direction: row;
    align-items: center;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 991px) {
  .grid-history-header {
    padding: 70px 0;
    column-gap: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .grid-history-header {
    column-gap: 90px;
    padding: 100px 0;
  }
}
.grid-history-header__content {
  flex: 1;
}
.grid-history-header__title span {
  color: #B83946;
}
.grid-history-header__text {
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.grid-history-header__text b, .grid-history-header__text strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .grid-history-header__text {
    font-size: 18px;
  }
}
.grid-history-header__nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  margin: 25px 0 0 0;
}
@media only screen and (min-width: 1600px) {
  .grid-history-header__nav {
    column-gap: 30px;
  }
}
.grid-history-header__nav a {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  color: #B83946;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rift", sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 768px) {
  .grid-history-header__nav a {
    font-size: 18px;
  }
}
.grid-history-header__nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 6px solid #B83946;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.grid-history-header__nav a:hover {
  text-decoration: none;
}
.grid-history-header__media {
  flex: 1;
}
.grid-history-header__img {
  position: relative;
  z-index: 2;
}
.grid-history-header__img img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.section-values {
  overflow: clip;
  background: #ECDCB8;
}
@media only screen and (min-width: 768px) {
  .section-values .container {
    background: url("../images/historie-benefits-bg-xiDvtdD.webp") no-repeat center center;
    background-size: contain;
  }
}

.values-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .values-panel {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .values-panel {
    padding: 80px 0;
  }
}
.values-panel__title {
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .values-panel__title {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .values-panel__title {
    margin: 0 0 50px 0;
  }
}
.values-panel__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  width: calc(100% + 60px);
  margin: 0 -30px;
}
@media only screen and (min-width: 1200px) {
  .values-panel__list {
    width: calc(100% + 100px);
    margin: 0 -50px;
  }
}
.values-panel__item {
  padding: 0 30px;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .values-panel__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .values-panel__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .values-panel__item {
    padding: 0 50px;
  }
}

.value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.value-card__ico {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .value-card__ico {
    margin: 0 0 25px 0;
  }
}
.value-card__ico img {
  display: block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .value-card__ico img {
    width: 69px;
    height: 69px;
  }
}
.value-card__title {
  margin: 0 0 10px 0;
  line-height: 1.15;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .value-card__title {
    margin: 0 0 14px 0;
  }
}
.value-card__text {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}

.section-timeline {
  background: #FCFAF4;
}

.timeline-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .timeline-panel {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .timeline-panel {
    padding: 90px 0;
  }
}
.timeline-panel__title {
  margin: 0 0 10px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .timeline-panel__title {
    margin: 0 0 20px 0;
  }
}
.timeline-list {
  position: relative;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media only screen and (min-width: 768px) {
  .timeline-list {
    margin: 80px 0;
  }
  .timeline-list::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #ECDCB8;
    transform: translateX(-50%);
  }
  .timeline-list__item {
    position: relative;
  }
  .timeline-list__item:first-child:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 50%;
    background: #FCFAF4;
    transform: translateX(-50%);
  }
  .timeline-list__item:last-child:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 50%;
    background: #FCFAF4;
    transform: translateX(-50%);
  }
  .timeline-list__item:nth-child(2n) .timeline-card {
    flex-direction: row-reverse;
  }
  .timeline-list__item:nth-child(2n) .timeline-card__img-wrapper {
    justify-content: flex-start;
  }
  .timeline-list__item:nth-child(2n) .timeline-card__img img {
    border-radius: 0px 30px 30px 0px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .timeline-list__item:nth-child(2n) .timeline-card__img img {
    border-radius: 0px 50px 50px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .timeline-list__item:nth-child(2n) .timeline-card__icon::before {
    left: -15px;
    transform: translateY(-50%) rotate(180deg);
  }
  .timeline-list__item:nth-child(2n) .timeline-card__content {
    border-radius: 30px 0px 0px 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .timeline-list__item:nth-child(2n) .timeline-card__content {
    border-radius: 50px 0px 0px 50px;
  }
}

.timeline-card {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 90px;
}
@media only screen and (min-width: 768px) {
  .timeline-card {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .timeline-card {
    column-gap: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-card {
    column-gap: 180px;
  }
}
.timeline-card .readmore-link {
  position: relative;
  display: inline-block;
  padding: 0 17px 0 0;
}
.timeline-card .readmore-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 6px solid #B83946;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.timeline-card .readmore-link.toggled::after {
  transform: translateY(-50%) rotate(180deg);
}
.timeline-card__img-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .timeline-card__img-wrapper {
    display: flex;
    justify-content: flex-end;
    width: calc(50% - 45px);
  }
}
@media only screen and (min-width: 991px) {
  .timeline-card__img-wrapper {
    width: calc(50% - 60px);
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-card__img-wrapper {
    width: calc(50% - 90px);
  }
}
.timeline-card__img img {
  display: block;
  max-width: 100%;
  border-radius: 30px 30px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .timeline-card__img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .timeline-card__img img {
    border-radius: 30px 0px 0px 30px;
  }
}
@media only screen and (min-width: 991px) {
  .timeline-card__img img {
    max-width: 390px;
    border-radius: 50px 0px 0px 50px;
  }
}
.timeline-card__content {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 0px 0 30px 30px;
}
@media only screen and (min-width: 768px) {
  .timeline-card__content {
    width: calc(50% - 45px);
    border-radius: 0px 30px 30px 0px;
  }
}
@media only screen and (min-width: 991px) {
  .timeline-card__content {
    width: calc(50% - 60px);
  }
}
@media only screen and (min-width: 991px) {
  .timeline-card__content {
    padding: 30px 35px;
    border-radius: 0px 50px 50px 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline-card__content {
    width: calc(50% - 90px);
    padding: 50px 55px;
  }
}
.timeline-card__date {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin: 0 0 14px 0;
  font-size: 30px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .timeline-card__date {
    margin: 0 0 24px 0;
    font-size: 40px;
  }
}
.timeline-card__date img {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .timeline-card__date img {
    width: 43px;
    height: 43px;
  }
}
.timeline-card__title {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
.timeline-card__text {
  margin: 0 0 5px 0;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .timeline-card__text {
    line-height: 1.65;
  }
}
@media only screen and (min-width: 991px) {
  .timeline-card__text {
    line-height: 1.5;
    font-size: 18px;
  }
}
.timeline-card__text b, .timeline-card__text strong {
  font-weight: 600;
}
.timeline-card__text p {
  margin: 0 0 20px 0;
}
.timeline-card__text p a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.timeline-card__text p a:hover {
  text-decoration: none;
}
.timeline-card__text > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .timeline-card__text {
    font-size: 18px;
  }
}
.timeline-card__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ECDCB8;
}
@media only screen and (max-width: 767px) {
  .timeline-card__icon {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .timeline-card__icon {
    width: 50px;
    height: 50px;
  }
}
.timeline-card__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../images/timeline-arrow-9RTNcl7.svg") no-repeat center center;
  background-size: contain;
}
.timeline-card__icon img {
  position: relative;
  left: 2px;
  display: block;
  width: 14px;
  height: 16px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .timeline-card__icon img {
    width: 17px;
    height: 20px;
  }
}

.timeline-sladek {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .timeline-sladek {
    column-gap: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .timeline-sladek {
    margin: 40px 0 60px 0;
  }
}
.timeline-sladek__img {
  flex-shrink: 0;
}
.timeline-sladek__img img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .timeline-sladek__img img {
    width: 88px;
    height: 88px;
  }
}
.timeline-sladek__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.timeline-sladek__details {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .timeline-sladek__details {
    flex-direction: row;
    align-items: center;
  }
}
.timeline-sladek__text {
  line-height: 1.3;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
.timeline-sladek__text strong {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #B83946;
}
.timeline-sladek__sign {
  position: absolute;
  top: 100%;
  left: 60%;
}
.timeline-sladek__sign img {
  display: block;
  width: 114px;
}
.timeline-sladek--centered .timeline-sladek__text {
  text-align: center;
}

.section-pivovar-cards {
  background: #ECDCB8;
  overflow: clip;
}

.pivovar-cards-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .pivovar-cards-panel {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pivovar-cards-panel {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pivovar-cards-panel {
    padding: 100px 0;
  }
}
.pivovar-cards-panel__title {
  margin: 0 0 25px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .pivovar-cards-panel__title {
    margin: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pivovar-cards-panel__title {
    margin: 0 0 70px 0;
  }
}
.pivovar-cards-panel__grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 34px;
  row-gap: 15px;
}
@media only screen and (min-width: 991px) {
  .pivovar-cards-panel__grid {
    row-gap: 34px;
  }
}
.pivovar-cards-panel__grid-chmel-left {
  position: absolute;
  bottom: 100%;
  right: 100%;
  transform: translate(50%, 50%);
}
@media only screen and (max-width: 990px) {
  .pivovar-cards-panel__grid-chmel-left {
    display: none;
  }
}
.pivovar-cards-panel__grid-chmel-left img {
  display: block;
  width: 328px;
  height: 385px;
}
.pivovar-cards-panel__grid-chmel-right {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 990px) {
  .pivovar-cards-panel__grid-chmel-right {
    display: none;
  }
}
.pivovar-cards-panel__grid-chmel-right img {
  display: block;
  width: 328px;
  height: 385px;
}

.pivovar-card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 170px;
  overflow: hidden;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .pivovar-card {
    width: calc(50% - 17px);
    min-height: 270px;
  }
}
.pivovar-card:hover {
  transform: scale(1.02);
}
.pivovar-card__img {
  flex: 1 0 40%;
  max-width: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .pivovar-card__img {
    flex: 1 0 190px;
    max-width: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .pivovar-card__img {
    flex: 1 0 245px;
    max-width: 245px;
  }
}
.pivovar-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media only screen and (min-width: 991px) {
  .pivovar-card__content {
    padding: 35px;
  }
}
.pivovar-card__title {
  margin: 0 0 10px 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 991px) {
  .pivovar-card__title {
    font-size: 24px;
  }
}
.pivovar-card__text {
  margin: 0;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
@media only screen and (min-width: 991px) {
  .pivovar-card__text {
    font-size: 18px;
  }
}

.section-partners-header {
  background: #ECDCB8;
}

.partners-header {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .partners-header {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .partners-header {
    padding: 50px 0;
  }
}
.partners-header__title {
  text-align: center;
}
.partners-header__text {
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.partners-header__text b, .partners-header__text strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .partners-header__text {
    font-size: 18px;
  }
}
.partners-header__button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.section-partners-grid {
  position: relative;
  background: #FFF;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .section-partners-grid {
    padding: 0 0 80px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section-partners-grid {
    padding: 0 0 100px 0;
  }
}
.section-partners-grid::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #ECDCB8;
}

.partners-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media only screen and (min-width: 991px) {
  .partners-grid {
    flex-direction: row;
    border-radius: 40px;
  }
}
.partners-grid__map {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 991px) {
  .partners-grid__map {
    width: 50%;
  }
}
.partners-grid__list {
  width: 100%;
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .partners-grid__list {
    padding: 20px;
  }
}
@media only screen and (min-width: 991px) {
  .partners-grid__list {
    width: 50%;
    max-height: 800px;
    overflow-y: auto;
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-grid__list {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .partners-grid__list {
    padding: 50px 60px;
  }
}
.partners-grid__title {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .partners-grid__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-grid__title {
    font-size: 40px;
  }
}
.partners-grid__text {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .partners-grid__text {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
}
.partners-grid__filters {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 10px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .partners-grid__filters {
    margin: 0 0 30px 0;
  }
}
.partners-grid__filters .filter-field-checkbox {
  width: auto;
  margin: 0;
}
.partners-grid__items {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

@keyframes scaleBefore {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.8);
  }
}
.partners-grid-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  width: 38px;
  height: 38px;
}
.partners-grid-btn span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #B83946;
}
.partners-grid-btn span img {
  position: relative;
  left: 2px;
  display: block;
  width: 13.8px;
  height: 16.1px;
  flex-shrink: 0;
}
.partners-grid-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #B83946;
  opacity: 50%;
  z-index: 1;
  transition: 0.3s;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.partners-grid-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #B83946;
  opacity: 30%;
  z-index: 1;
  transition: 0.3s;
  animation-name: scaleBefore;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.partner-card {
  display: flex;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.partner-card .readmore-link {
  position: relative;
  display: inline-block;
  padding: 0 17px 0 0;
}
.partner-card .readmore-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 6px solid #B83946;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.partner-card .readmore-link.toggled::after {
  transform: translateY(-50%) rotate(180deg);
}
.partner-card__img {
  flex: 1 0 140px;
  max-width: 140px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .partner-card__img {
    flex: 1 0 165px;
    max-width: 165px;
  }
}
.partner-card__content {
  padding: 20px;
}
@media only screen and (min-width: 991px) {
  .partner-card__content {
    padding: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .partner-card__content {
    padding: 30px;
  }
}
.partner-card__title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .partner-card__title {
    font-size: 24px;
  }
}
.partner-card__title a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.partner-card__title a:hover {
  text-decoration: none;
}
.partner-card__text {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .partner-card__text {
    font-size: 18px;
    line-height: 1.5;
  }
}
.partner-card__button-container {
  display: flex;
  justify-content: center;
}

.partners-map-card {
  max-width: 300px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.partners-map-card__header {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.partners-map-card__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.partners-map-card__body {
  padding: 15px;
}
.partners-map-card__title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #B83946;
}
.partners-map-card__content {
  margin: 0;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  max-height: 100px;
  overflow-y: auto;
}
.partners-map-card__content p {
  margin: 0 0 8px 0;
}
.partners-map-card__content p:last-child {
  margin-bottom: 0;
}
.partners-map-card__footer {
  padding: 10px 15px 15px;
  display: flex;
  justify-content: center;
}
.partners-map-card__footer a {
  padding: 8px 20px;
  font-size: 14px;
  text-decoration: none;
  background: #B83946;
  color: #fff;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.partners-map-card__footer a:hover {
  background: #912d37;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 10px !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-chr {
  top: 8px !important;
  right: 8px !important;
}

.section-for-you {
  background: #fff;
}

.for-you-panel {
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .for-you-panel {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .for-you-panel {
    padding: 65px 0;
  }
}
.for-you-panel__title {
  margin: 0 0 10px 0;
  text-align: center;
}
.for-you-panel__grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  justify-content: center;
  width: 100%;
  max-width: 1045px;
  margin: 30px auto 0 auto;
}
.for-you-panel__box {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .for-you-panel__box {
    width: calc(50% - 9px);
  }
}
.for-you-panel__gallery {
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
}

.for-you-card {
  min-height: 100%;
  padding: 20px;
  background: #FCFAF4;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .for-you-card {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 991px) {
  .for-you-card {
    padding: 35px 50px;
  }
}
.for-you-card__title {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .for-you-card__title {
    font-size: 24px;
  }
}
.for-you-card__subtitle {
  margin: 10px 0 4px 0;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
.for-you-card__text {
  margin: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.for-you-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.for-you-card__list b, .for-you-card__list strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .for-you-card__list {
    font-size: 18px;
  }
}
.for-you-card__list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
}
.for-you-card__list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B83946;
}

.section-contacts-header {
  background: #ECDCB8;
}

.contacts-header {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .contacts-header {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .contacts-header {
    padding: 65px 0;
  }
}
.contacts-header__title {
  text-align: center;
}
.contacts-header__title span {
  color: #B83946;
}
.contacts-header__button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.section-contact-tabs {
  position: relative;
  background: #FFF;
}
.section-contact-tabs::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #ECDCB8;
}

.contact-tabs {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .contact-tabs {
    border-radius: 40px;
  }
}
.contact-tabs__nav {
  display: flex;
  flex-direction: column;
  background: rgba(211, 211, 211, 0.2);
}
@media only screen and (min-width: 768px) {
  .contact-tabs__nav {
    flex-direction: row;
    height: 70px;
  }
}
@media only screen and (min-width: 991px) {
  .contact-tabs__nav {
    height: 94px;
  }
}
.contact-tabs__button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  text-align: center;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
  transition: 0.3s;
  border-right: 2px solid #ECDCB8;
}
@media only screen and (min-width: 768px) {
  .contact-tabs__button {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 991px) {
  .contact-tabs__button {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-tabs__button {
    font-size: 24px;
  }
}
.contact-tabs__button:last-child {
  border-right: none;
}
.contact-tabs__button:hover {
  background: #ECDCB8;
}
.contact-tabs__button.selected {
  background: #B83946;
  border-right-color: #B83946;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .contact-tabs__button.selected::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #B83946;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
.contact-tabs__button.selected:hover {
  background: #B83946;
}
.contact-tabs__content-title {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .contact-tabs__content-title {
    font-size: 24px;
  }
}
.contact-tabs__caption {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
.contact-tabs__name {
  margin: 20px 0 8px 0;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.15;
  color: rgba(0, 0, 0, 0.8);
}
.contact-tabs__content-box {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 20px;
}
@media only screen and (min-width: 991px) {
  .contact-tabs__content-box {
    padding: 40px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-tabs__content-box {
    padding: 60px;
  }
}
.contact-tabs__content-box-main {
  flex: 1;
}
.contact-tabs__content-box-others {
  flex: 1.3;
}
.contact-tabs__content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .contact-tabs__content-list {
    column-count: 2;
    column-gap: 30px;
  }
}
.contact-tabs__content-list li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}

.contact-tabs-item {
  display: flex;
  column-gap: 18px;
  margin: 0 0 24px 0;
}
.contact-tabs-item img {
  display: block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}
.contact-tabs-item__content {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.contact-tabs-item__content b, .contact-tabs-item__content strong {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.contact-tabs-item__content a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.contact-tabs-item__content a b, .contact-tabs-item__content a strong {
  color: #B83946;
}
.contact-tabs-item__content a:hover {
  text-decoration: none;
}

.section-selling {
  padding: 40px 0;
  background: #fff url("../images/chci-prodavat-bg-rQKN6-7.webp") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 991px) {
  .section-selling {
    padding: 100px 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-selling {
    padding: 160px 0 110px 0;
  }
}

.selling-panel__title {
  text-align: center;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 991px) {
  .selling-panel__title {
    margin: 0 0 30px 0;
  }
}
.selling-panel__title span {
  color: #B83946;
}
.selling-panel__button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .selling-panel__button-container {
    margin: 40px 0 0 0;
  }
}

.section-selling-header {
  position: relative;
  background: #ECDCB8;
}
.section-selling-header::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: #fff;
}

.selling-header-grid {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 25px;
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .selling-header-grid {
    flex-direction: row;
    padding: 55px 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .selling-header-grid {
    flex-direction: row;
    padding: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .selling-header-grid {
    column-gap: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .selling-header-grid {
    column-gap: 90px;
  }
}
.selling-header-grid__content {
  flex: 1;
}
@media only screen and (min-width: 991px) {
  .selling-header-grid__content {
    padding: 0 0 170px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .selling-header-grid__content {
    padding: 15px 0 170px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .selling-header-grid__content {
    padding: 30px 0 170px 0;
  }
}
.selling-header-grid__title {
  text-align: left;
}
.selling-header-grid__title span {
  color: #B83946;
}
.selling-header-grid__texts {
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
.selling-header-grid__texts b, .selling-header-grid__texts strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .selling-header-grid__texts {
    font-size: 18px;
  }
}
.selling-header-grid__texts p {
  margin: 0 0 20px 0;
}
.selling-header-grid__texts > *:last-child {
  margin: 0;
}
.selling-header-grid__texts a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.selling-header-grid__texts a:hover {
  text-decoration: none;
}
.selling-header-grid__texts ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .selling-header-grid__texts ul {
    font-size: 18px;
  }
}
.selling-header-grid__texts ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
}
.selling-header-grid__texts ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B83946;
}
@media only screen and (min-width: 991px) {
  .selling-header-grid__form {
    flex: 1 0 500px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .selling-header-grid__form {
    flex: 1 0 580px;
    max-width: 580px;
  }
}
@media only screen and (min-width: 1600px) {
  .selling-header-grid__form {
    flex: 1 0 660px;
    max-width: 660px;
  }
}

.selling-form {
  padding: 20px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .selling-form {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .selling-form {
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .selling-form {
    padding: 70px;
  }
}
.selling-form__title {
  margin: 0 0 12px 0;
  line-height: 1.25;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .selling-form__title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 991px) {
  .selling-form__title {
    font-size: 40px;
  }
}
.selling-form__text {
  margin: 0 0 25px 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.selling-form__text b, .selling-form__text strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .selling-form__text {
    font-size: 18px;
  }
}
.selling-form__fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.selling-form__fields-item {
  width: 100%;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .selling-form__fields-item {
    width: calc(50% - 5px);
    margin: 0 0 25px 0;
  }
}
.selling-form__fields-item--full {
  width: 100%;
}
.selling-form__fields-item .form-field__label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.selling-form__fields-item .form-field__textbox {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ECDCB8;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .selling-form__fields-item .form-field__textbox {
    height: 46px;
    font-size: 16px;
    padding: 0 25px;
  }
}
.selling-form__fields-item .form-field__textbox::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.selling-form__confirm {
  display: flex;
  justify-content: center;
  margin: 5px 0 25px 0;
}
.selling-form__confirm .filter-field-checkbox {
  width: unset;
  margin: 0;
}
.selling-form__confirm-simple-text {
  line-height: 1.5;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.selling-form__confirm-simple-text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.selling-form__confirm-simple-text a:hover {
  text-decoration: none;
}
.selling-form__button-container {
  display: flex;
  justify-content: center;
}

.contact-card-item {
  display: flex;
  column-gap: 18px;
  margin: 0;
}
.contact-card-item img {
  display: block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}
.contact-card-item__content {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  word-break: break-all;
}
.contact-card-item__content b, .contact-card-item__content strong {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.contact-card-item__content a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.contact-card-item__content a b, .contact-card-item__content a strong {
  color: #B83946;
}
.contact-card-item__content a:hover {
  text-decoration: none;
}

.contact-cards-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .contact-cards-panel {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-cards-panel {
    padding: 80px 0;
  }
}
.contact-cards-panel__title {
  text-align: center;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .contact-cards-panel__title {
    margin: 0 0 40px 0;
  }
}
.contact-cards-panel__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 16px;
  width: calc(100% + 16px);
  margin: 0 -8px;
}
.contact-cards-panel__item {
  padding: 0 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-cards-panel__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-cards-panel__item {
    width: 33.33%;
  }
}

.contact-card-box {
  min-height: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #FCFAF4;
}
@media only screen and (min-width: 768px) {
  .contact-card-box {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-card-box {
    padding: 40px;
  }
}
.contact-card-box__header {
  display: flex;
  column-gap: 10px;
  margin: 0 0 18px 0;
}
@media only screen and (min-width: 991px) {
  .contact-card-box__header {
    column-gap: 18px;
  }
}
.contact-card-box__header img {
  display: block;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .contact-card-box__header img {
    width: 69px;
    height: 69px;
  }
}
.contact-card-box__header-info {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.contact-card-box__title {
  padding: 3px 0 0 0;
  margin: 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .contact-card-box__title {
    font-size: 24px;
  }
}
.contact-card-box__role {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 991px) {
  .contact-card-box__role {
    font-size: 18px;
  }
}
.contact-card-box__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.section-agree-process {
  background: #FCFAF4;
}

.agree-process-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .agree-process-panel {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .agree-process-panel {
    padding: 60px 0;
  }
}
.agree-process-panel__title {
  text-align: center;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .agree-process-panel__title {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .agree-process-panel__title {
    margin: 0 0 50px 0;
  }
}
.agree-process-panel__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  column-gap: 30px;
  row-gap: 15px;
}
@media only screen and (min-width: 991px) {
  .agree-process-panel__list {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .agree-process-panel__list {
    column-gap: 50px;
  }
}
.agree-process-panel__separator {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 990px) {
  .agree-process-panel__separator {
    justify-content: center;
  }
  .agree-process-panel__separator img {
    transform: rotate(90deg);
  }
}

.agree-process-card {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}
@media only screen and (min-width: 991px) {
  .agree-process-card {
    column-gap: 20px;
  }
}
.agree-process-card__ico {
  flex: 1 0 40px;
  max-width: 40px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .agree-process-card__ico {
    flex: 1 0 50px;
    max-width: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .agree-process-card__ico {
    flex: 1 0 65px;
    max-width: 65px;
  }
}
.agree-process-card__ico img {
  display: block;
  max-width: 100%;
}
.agree-process-card__title {
  margin: 0 0 3px 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .agree-process-card__title {
    font-size: 24px;
  }
}
.agree-process-card__desc {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 991px) {
  .agree-process-card__desc {
    font-size: 18px;
  }
}

.section-partners-reference {
  background: #fff;
}

.partners-reference-panel {
  padding: 40px 0;
}
@media only screen and (min-width: 991px) {
  .partners-reference-panel {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-reference-panel {
    padding: 60px 0;
  }
}
.partners-reference-panel__title {
  text-align: center;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .partners-reference-panel__title {
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-reference-panel__title {
    margin: 0 0 50px 0;
  }
}
.partners-reference-panel__slider-wrapper {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) {
  .partners-reference-panel__slider-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 991px) {
  .partners-reference-panel__slider-wrapper {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-reference-panel__slider-wrapper {
    margin: 50px 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .partners-reference-panel__slider-wrapper {
    padding: 0 110px;
  }
}

.partners-reference-card {
  min-height: 100%;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #ECDCB8;
  background: #FFF;
}
@media only screen and (min-width: 991px) {
  .partners-reference-card {
    padding: 30px;
  }
}
.partners-reference-card__header {
  display: flex;
  column-gap: 10px;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 991px) {
  .partners-reference-card__header {
    column-gap: 12px;
  }
}
.partners-reference-card__ico {
  flex: 1 0 44px;
  max-width: 44px;
}
@media only screen and (min-width: 991px) {
  .partners-reference-card__ico {
    flex: 1 0 54px;
    max-width: 54px;
  }
}
.partners-reference-card__ico img {
  display: block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .partners-reference-card__ico img {
    width: 54px;
    height: 54px;
  }
}
.partners-reference-card__info {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
.partners-reference-card__title {
  padding: 0;
  margin: 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .partners-reference-card__title {
    font-size: 24px;
  }
}
.partners-reference-card__desc {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 991px) {
  .partners-reference-card__desc {
    font-size: 18px;
  }
}
.partners-reference-card__text {
  margin: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .partners-reference-card__text {
    font-size: 18px;
  }
}
.partners-reference-card__text b, .partners-reference-card__text strong {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
.partners-reference-card__text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.partners-reference-card__text a b, .partners-reference-card__text a strong {
  color: #B83946;
}
.partners-reference-card__text a:hover {
  text-decoration: none;
}

.partners-reference-slider-prev-btn,
.partners-reference-slider-next-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .partners-reference-slider-prev-btn,
  .partners-reference-slider-next-btn {
    width: 65px;
    height: 65px;
  }
}
.partners-reference-slider-prev-btn:hover,
.partners-reference-slider-next-btn:hover {
  background: #ECDCB8;
}
.partners-reference-slider-prev-btn img,
.partners-reference-slider-next-btn img {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .partners-reference-slider-prev-btn img,
  .partners-reference-slider-next-btn img {
    width: 25px;
    height: 25px;
  }
}

.partners-reference-slider-prev-btn {
  left: 0;
}
.partners-reference-slider-prev-btn img {
  transform: rotate(180deg);
}

.partners-reference-slider-next-btn {
  right: 0;
}

.partners-reference-slider {
  padding: 0;
  margin: 0 !important;
}
.partners-reference-slider .partners-reference-slider__item {
  min-height: 100%;
  padding: 15px 10px;
}
.partners-reference-slider .slick-list {
  padding: 0 10px;
}
.partners-reference-slider .slick-list .slick-track {
  display: flex;
}
.partners-reference-slider .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  float: none;
  height: unset;
  min-height: unset;
}
.partners-reference-slider .slick-list .slick-track .slick-slide > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.section-pub-header {
  background: #ECDCB8;
}

.pub-header {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .pub-header {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .pub-header {
    padding: 70px 0;
  }
}
.pub-header__title {
  text-align: center;
}
.pub-header__title span {
  color: #B83946;
}
.pub-header__subtitle {
  padding: 0;
  margin: 18px 0 0 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .pub-header__subtitle {
    font-size: 24px;
  }
}
.pub-header__subtitle span {
  color: #B83946;
}
.pub-header__contacts {
  display: flex;
  justify-content: center;
  column-gap: 18px;
  margin: 20px 0 0 0;
}
.pub-header__contacts img {
  display: block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}
.pub-header__contacts span {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  word-break: break-all;
}
.pub-header__contacts span a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.pub-header__contacts span a b, .pub-header__contacts span a strong {
  color: #B83946;
}
.pub-header__contacts span a:hover {
  text-decoration: none;
}
.pub-header__button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}

.section-pub-photo {
  position: relative;
  background: #fff;
}
.section-pub-photo::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #ECDCB8;
}

.pub-photo {
  position: relative;
  z-index: 2;
}
.pub-photo__img {
  width: 100%;
  margin: 0 auto;
  max-width: 824px;
}
.pub-photo__img img {
  display: block;
  max-width: 100%;
  border-radius: 30px;
}

.section-pub-grid {
  background: #fff;
}

.pub-grid-panel {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .pub-grid-panel {
    flex-direction: row;
    align-items: center;
    column-gap: 60px;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .pub-grid-panel {
    column-gap: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .pub-grid-panel {
    column-gap: 140px;
    padding: 70px 0;
  }
}
.pub-grid-panel__left {
  flex: 1;
}
.pub-grid-panel__right {
  flex: 1;
}
.pub-grid-panel__title {
  text-align: left;
  margin: 0 0 20px 0;
}
.pub-grid-panel__texts {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .pub-grid-panel__texts {
    font-size: 18px;
  }
}
.pub-grid-panel__texts b, .pub-grid-panel__texts strong {
  font-weight: 600;
}
.pub-grid-panel__texts p {
  margin: 0 0 20px 0;
}
.pub-grid-panel__texts > *:last-child {
  margin: 0;
}
.pub-grid-panel__texts a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.pub-grid-panel__texts a:hover {
  text-decoration: none;
}

.pub-grid-panel-list {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.pub-grid-panel-list::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 29px;
  width: 2px;
  height: 100%;
  background: #ECDCB8;
}
.pub-grid-panel-list__item {
  position: relative;
}
.pub-grid-panel-list__item:first-child::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 27px;
  width: 4px;
  height: 50%;
  background: #fff;
}
.pub-grid-panel-list__item:last-child::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 27px;
  width: 4px;
  height: 50%;
  background: #fff;
}

.pub-grid-panel-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .pub-grid-panel-card {
    column-gap: 40px;
  }
}
.pub-grid-panel-card__ico {
  position: relative;
  flex: 1 0 50px;
  max-width: 50px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .pub-grid-panel-card__ico {
    flex: 1 0 60px;
    max-width: 60px;
  }
}
.pub-grid-panel-card__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../images/timeline-arrow-9RTNcl7.svg") no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .pub-grid-panel-card__ico::before {
    left: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .pub-grid-panel-card__ico::before {
    left: calc(100% + 2px);
  }
}
.pub-grid-panel-card__ico span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ECDCB8;
}
.pub-grid-panel-card__ico span img {
  display: block;
  width: 29px;
  height: 29px;
}
.pub-grid-panel-card__title {
  margin: 0 0 3px 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .pub-grid-panel-card__title {
    font-size: 24px;
  }
}
.pub-grid-panel-card__text {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 991px) {
  .pub-grid-panel-card__text {
    font-size: 18px;
  }
}
.pub-grid-panel-card__text b, .pub-grid-panel-card__text strong {
  font-weight: 600;
}

.section-food-menu {
  background: #fff;
}

.food-menu-panel {
  padding: 15px 0 0px 0;
}
@media only screen and (min-width: 768px) {
  .food-menu-panel {
    padding: 15px 0 50px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .food-menu-panel {
    padding: 35px 0 70px 0;
  }
}
.food-menu-panel__title {
  margin: 0 0 12px 0;
  line-height: 1.25;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .food-menu-panel__title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 991px) {
  .food-menu-panel__title {
    font-size: 40px;
  }
}
.food-menu-panel__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 16px;
  width: calc(100% + 16px);
  margin: 30px -8px 0 -8px;
}
@media only screen and (min-width: 1200px) {
  .food-menu-panel__list {
    margin: 40px -8px 0 -8px;
  }
}
.food-menu-panel__item {
  padding: 0 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .food-menu-panel__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .food-menu-panel__item {
    width: 33.33%;
  }
}

.food-menu-card {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 20px;
  border-radius: 20px;
  background: #FCFAF4;
}
.food-menu-card__photo {
  flex: 1 0 100px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .food-menu-card__photo {
    flex: 1 0 160px;
    max-width: 160px;
  }
}
.food-menu-card__photo img {
  display: block;
  width: 100%;
  max-height: 160px;
}
.food-menu-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.food-menu-card__title {
  padding: 0;
  margin: 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .food-menu-card__title {
    font-size: 24px;
  }
}
.food-menu-card__text {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 991px) {
  .food-menu-card__text {
    font-size: 18px;
  }
}
.food-menu-card__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.section-bowling {
  background: #FCFAF4;
}

.bowling-panel {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .bowling-panel {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .bowling-panel {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .bowling-panel {
    padding: 100px 0;
  }
}
.bowling-panel__title {
  text-align: center;
  margin: 0 0 20px 0;
}
.bowling-panel__contacts {
  display: flex;
  justify-content: center;
  column-gap: 18px;
  margin: 20px 0 0 0;
}
.bowling-panel__contacts img {
  display: block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}
.bowling-panel__contacts span {
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  word-break: break-all;
}
.bowling-panel__contacts span a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.bowling-panel__contacts span a b, .bowling-panel__contacts span a strong {
  color: #B83946;
}
.bowling-panel__contacts span a:hover {
  text-decoration: none;
}
.bowling-panel__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 24px;
  row-gap: 10px;
  width: 100%;
  max-width: 664px;
  margin: 25px auto 0 auto;
}
@media only screen and (min-width: 991px) {
  .bowling-panel__grid {
    margin: 40px auto 0 auto;
  }
}
.bowling-panel__box {
  width: 100%;
  padding: 20px 25px;
  border-radius: 20px;
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  .bowling-panel__box {
    width: calc(50% - 12px);
    padding: 40px 50px;
  }
}
.bowling-panel__box > *:last-child {
  margin-bottom: 0;
}
.bowling-panel__box-title {
  margin: 0 0 14px 0;
  line-height: 1.15;
  font-size: 32px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .bowling-panel__box-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 991px) {
  .bowling-panel__box-title {
    font-size: 40px;
    margin: 0 0 20px 0;
  }
}
.bowling-panel__box-caption {
  margin: 0 0 12px 0;
  line-height: 1.15;
  font-size: 20px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .bowling-panel__box-caption {
    font-size: 24px;
  }
}
.bowling-panel__box-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.bowling-panel__box-list b, .bowling-panel__box-list strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .bowling-panel__box-list {
    font-size: 18px;
  }
}
.bowling-panel__box-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
}
.bowling-panel__box-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B83946;
}
.bowling-panel__frame-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  margin: 30px 0 12px 0;
}
@media only screen and (min-width: 991px) {
  .bowling-panel__frame-controls {
    margin: 60px 0 14px 0;
  }
}
.bowling-panel__frame-controls-text {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 2px;
  align-items: center;
  text-align: center;
  column-gap: 5px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .bowling-panel__frame-controls-text {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .bowling-panel__frame-controls-text {
    font-size: 24px;
  }
}
.bowling-panel__frame-controls-text b, .bowling-panel__frame-controls-text strong {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  position: relative;
  bottom: -1px;
}
.bowling-panel__frame-box {
  margin-top: 5rem;
}

.bowling-frame-controls-prev-btn,
.bowling-frame-controls-next-btn {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.5rem;
  border: 1px solid #ECDCB8;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}
@media only screen and (min-width: 768px) {
  .bowling-frame-controls-prev-btn,
  .bowling-frame-controls-next-btn {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.bowling-frame-controls-prev-btn img,
.bowling-frame-controls-next-btn img {
  display: block;
}
.bowling-frame-controls-prev-btn:hover,
.bowling-frame-controls-next-btn:hover {
  background: #ECDCB8;
}

.bowling-frame-controls-prev-btn img {
  transform: rotate(180deg);
}

.cart-added-popup {
  z-index: 9999990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.cart-added-popup__overlay {
  z-index: 9999991;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cart-added-box {
  pointer-events: none;
  z-index: 9999992;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100vh;
  padding: 20px 10px;
  overflow-y: auto;
}
.cart-added-box__close {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media only screen and (min-width: 1200px) {
  .cart-added-box__close {
    right: 24px;
  }
}
.cart-added-box__inner {
  pointer-events: all;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
}
.cart-added-box__message {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  min-height: 72px;
  border-radius: 15px;
  background: #FCFAF4;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 768px) {
  .cart-added-box__message {
    justify-content: center;
    text-align: center;
  }
}
.cart-added-box__message-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin: 0;
  line-height: 1.15;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .cart-added-box__message-text {
    column-gap: 18px;
  }
}
@media only screen and (min-width: 991px) {
  .cart-added-box__message-text {
    font-size: 20px;
  }
}
.cart-added-box__message-text img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .cart-added-box__message-text img {
    width: 32px;
    height: 32px;
  }
}
.cart-added-box__content {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.cart-added-box__progress {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 0;
  padding: 15px 20px 0 20px;
}
@media only screen and (min-width: 768px) {
  .cart-added-box__progress {
    padding: 35px 40px 0 40px;
    row-gap: 28px;
  }
}
.cart-added-box__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
  justify-content: space-between;
  padding: 15px 20px 20px 20px;
}
@media only screen and (min-width: 500px) {
  .cart-added-box__controls {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .cart-added-box__controls {
    padding: 35px 40px 40px 40px;
  }
}
.cart-added-box__related {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
.cart-added-box__related-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  padding: 0;
  margin: 0;
  line-height: 1.15;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  border-radius: 15px 15px 0px 0px;
  background: #FCFAF4;
}
@media only screen and (min-width: 768px) {
  .cart-added-box__related-title {
    min-height: 76px;
  }
}
@media only screen and (min-width: 991px) {
  .cart-added-box__related-title {
    font-size: 20px;
  }
}
.cart-added-box__slider-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

.cart-added-slider-prev-btn,
.cart-added-slider-next-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .cart-added-slider-prev-btn,
  .cart-added-slider-next-btn {
    width: 65px;
    height: 65px;
  }
}
.cart-added-slider-prev-btn:hover,
.cart-added-slider-next-btn:hover {
  background: #ECDCB8;
}
.cart-added-slider-prev-btn img,
.cart-added-slider-next-btn img {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media only screen and (min-width: 991px) {
  .cart-added-slider-prev-btn img,
  .cart-added-slider-next-btn img {
    width: 25px;
    height: 25px;
  }
}

.cart-added-slider-prev-btn {
  left: -80px;
}
.cart-added-slider-prev-btn img {
  transform: rotate(180deg);
}

.cart-added-slider-next-btn {
  right: -80px;
}

.cart-added-slider {
  padding: 0;
  margin: 0 !important;
}
.cart-added-slider .cart-added-slider__item {
  min-height: 100%;
  padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
  .cart-added-slider .cart-added-slider__item {
    padding: 40px 10px;
  }
}
.cart-added-slider .slick-list {
  padding: 0 10px;
}
.cart-added-slider .slick-list .slick-track {
  display: flex;
}
.cart-added-slider .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  float: none;
  height: unset;
  min-height: unset;
}
.cart-added-slider .slick-list .slick-track .slick-slide > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cart-added-slider .slick-list .slick-track .slick-slide .product-card {
  box-shadow: none;
}
.cart-added-slider .slick-list .slick-track .slick-slide.slick-active .product-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .cart-added-slider .product-card__img-wrapper {
    height: 180px;
  }
}
@media only screen and (min-width: 991px) {
  .cart-added-slider .product-card__img-wrapper {
    margin: 0 0 10px 0;
    height: 180px;
  }
}
@media only screen and (min-width: 1600px) {
  .cart-added-slider .product-card__img-wrapper {
    height: 200px;
  }
}
.cart-added-slider .product-card__button-container .btn-secondary {
  width: 100%;
  max-width: 205px;
  padding: 0;
}

.cart-added-box-product__header {
  display: flex;
  align-items: center;
  flex-direction: row;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 15px 15px 0px 0px;
  background: #FCFAF4;
  line-height: 1.15;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .cart-added-box-product__header {
    padding: 0 40px;
  }
}
.cart-added-box-product__header-item {
  flex: 1;
}
.cart-added-box-product__header-quantity, .cart-added-box-product__row-quantity {
  flex: 1 0 130px;
  max-width: 130px;
}
@media only screen and (min-width: 768px) {
  .cart-added-box-product__header-quantity, .cart-added-box-product__row-quantity {
    flex: 1 0 205px;
    max-width: 205px;
  }
}
.cart-added-box-product__header-quantity .quantity-counter, .cart-added-box-product__row-quantity .quantity-counter {
  width: 130px;
}
@media only screen and (min-width: 768px) {
  .cart-added-box-product__header-quantity .quantity-counter, .cart-added-box-product__row-quantity .quantity-counter {
    width: 205px;
  }
}
.cart-added-box-product__row {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 10px 20px;
  border-bottom: 1px solid #ECDCB8;
}
@media only screen and (min-width: 768px) {
  .cart-added-box-product__row {
    padding: 15px 40px;
  }
}
.cart-added-box-product__row-item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 10px;
  line-height: 1.15;
  font-size: 18px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .cart-added-box-product__row-item {
    column-gap: 20px;
  }
}
@media only screen and (min-width: 991px) {
  .cart-added-box-product__row-item {
    font-size: 20px;
  }
}
.cart-added-box-product__row-item b, .cart-added-box-product__row-item strong {
  font-weight: 700;
}
.cart-added-box-product__row-item img {
  display: block;
  max-width: 44px;
  max-height: 44px;
  flex-shrink: 0;
}

.image-gallery-slider {
  margin: 0 !important;
}
.image-gallery-slider a img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .image-gallery-slider a img {
    border-radius: 40px;
  }
}
.image-gallery-slider .slick-dots {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  bottom: -24px;
}
.image-gallery-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}
.image-gallery-slider .slick-dots li.slick-active button {
  background: #B83946;
}
.image-gallery-slider .slick-dots li button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 0;
  transition: 0.3s;
}
.image-gallery-slider .slick-dots li button::before {
  content: none;
}
.image-gallery-slider .slick-dots li button:hover {
  background: #B83946;
}

.section-blog-page {
  background: #fff;
}

.blog-page-panel {
  padding: 20px 0;
}
@media only screen and (min-width: 991px) {
  .blog-page-panel {
    padding: 40px 0 40px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-page-panel {
    padding: 50px 0 60px 0;
  }
}
.blog-page-panel__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.6rem;
}
@media only screen and (min-width: 1200px) {
  .blog-page-panel__list {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  }
}
.section-article-header {
  background: #ECDCB8;
}

.article-header {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .article-header {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .article-header {
    padding: 70px 0;
  }
}
.article-header__title {
  margin: 0 auto;
  width: 100%;
  max-width: 824px;
  text-align: center;
}
.article-header__title span {
  color: #B83946;
}
.article-header__text {
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.article-header__text b, .article-header__text strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .article-header__text {
    font-size: 18px;
  }
}
.article-header__date {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 0;
  margin: 18px 0 0 0;
  line-height: 1.15;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .article-header__date {
    font-size: 18px;
  }
}
.article-header__date img {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media only screen and (min-width: 991px) {
  .article-header__date img {
    width: 44px;
    height: 44px;
  }
}
.article-header__date a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.article-header__date a b, .article-header__date a strong {
  color: #B83946;
}
.article-header__date a:hover {
  text-decoration: none;
}
.article-header__date span {
  color: rgba(0, 0, 0, 0.5);
}

.section-article-photo {
  position: relative;
  background: #fff;
}
.section-article-photo::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #ECDCB8;
}

.article-photo {
  position: relative;
  z-index: 2;
}
.article-photo__img {
  width: 100%;
  margin: 0 auto;
  max-width: 824px;
}
.article-photo__img img {
  display: block;
  max-width: 100%;
  border-radius: 30px;
}

.section-registrace-page,
.section-slovnik-page {
  background: #fff;
}

.registrace-page-panel {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .registrace-page-panel {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .registrace-page-panel {
    padding: 80px 0;
  }
}

.registrace-layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
.registrace-layout__left {
  width: 50%;
  padding: 40px 50px;
  background: #FCFAF4;
}
@media only screen and (max-width: 768px) {
  .registrace-layout__left {
    width: 100%;
    padding: 25px 20px;
  }
}
.registrace-layout__right {
  width: 50%;
  padding: 40px 50px;
  background: #fff;
  border: 3px solid #FCFAF4;
  border-left: none;
  border-radius: 0 15px 15px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .registrace-layout__right {
    width: 100%;
    padding: 25px 20px;
    border-left: 3px solid #FCFAF4;
    border-top: none;
    border-radius: 0 0 15px 15px;
  }
}
.registrace-layout__title {
  margin: 0 0 25px 0;
  font-size: 28px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .registrace-layout__title {
    font-size: 22px;
  }
}
.registrace-layout__description {
  margin: 0 0 25px 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #434343;
  line-height: 1.5;
}
.registrace-layout__subtitle {
  margin: 0 0 25px 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #434343;
}
.registrace-layout__texts {
  line-height: 1.3;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #434343;
}
.registrace-layout__texts ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.registrace-layout__texts ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
}
.registrace-layout__texts ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B83946;
}
.registrace-layout__login-link {
  margin: 30px 0 0 0;
  font-size: 16px;
}
.registrace-layout__login-link a {
  color: #B83946;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.registrace-layout__login-link a:hover {
  text-decoration: none;
}

.slovnik-page-panel {
  padding: 20px 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .slovnik-page-panel {
    padding: 40px 0 60px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .slovnik-page-panel {
    padding: 60px 0 80px 0;
  }
}
.slovnik-page-panel__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 14px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .slovnik-page-panel__links {
    margin: 0 0 40px 0;
  }
}
.slovnik-page-panel__links a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .slovnik-page-panel__links a {
    font-size: 18px;
  }
}
.slovnik-page-panel__links a:hover {
  text-decoration: none;
}
.slovnik-page-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 500px) {
  .slovnik-page-panel__list {
    column-count: 2;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .slovnik-page-panel__list {
    column-count: 3;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .slovnik-page-panel__list {
    column-count: 4;
    column-gap: 50px;
  }
}
.slovnik-page-panel__list li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}
.slovnik-page-panel__list li ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}
.slovnik-page-panel__list li ul b, .slovnik-page-panel__list li ul strong {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .slovnik-page-panel__list li ul {
    font-size: 18px;
  }
}
.slovnik-page-panel__list li ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 22px;
}
.slovnik-page-panel__list li ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B83946;
}
.slovnik-page-panel__list li a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s;
}
.slovnik-page-panel__list li a:hover {
  text-decoration: none;
}
.slovnik-page-panel__char {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .slovnik-page-panel__char {
    font-size: 40px;
  }
}

.registrace-form {
  width: 100%;
}
.registrace-form__item {
  width: 100%;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .registrace-form__item {
    margin: 0 0 25px 0;
  }
}
.registrace-form__item .form-field__label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.registrace-form__item .form-field__textbox {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ECDCB8;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .registrace-form__item .form-field__textbox {
    font-size: 16px;
    padding: 0 25px;
  }
}
.registrace-form__item .form-field__textbox::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.registrace-form__item .form-field + .form-field {
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .registrace-form__item .form-field + .form-field {
    margin: 25px 0 0 0;
  }
}
.registrace-form__item .form-field__input-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-weight: 400;
  color: #000;
  font-family: "Oswald", sans-serif;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .registrace-form__item .form-field__input-button {
    right: 1.5rem;
  }
}
.registrace-form__item .form-field__input-button:hover {
  color: #B83946;
}
.registrace-form__confirm {
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .registrace-form__confirm {
    margin: 0 0 25px 0;
  }
}
.registrace-form__confirm-simple-text {
  line-height: 1.5;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.registrace-form__confirm-simple-text a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.registrace-form__confirm-simple-text a:hover {
  text-decoration: none;
}
.registrace-form__controls {
  display: flex;
  justify-content: center;
}
.registrace-form__lost-password {
  text-align: right;
  margin: 0 0 1.5rem 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  top: -1.5rem;
}

.articles-header-categories-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 20px 0 0 0;
}

.article-category-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 15px;
  height: 40px;
  padding: 0 20px;
  border-radius: 23px;
  background: #fff;
  border: none;
  transition: 0.3s;
  margin: 0;
  line-height: 1.15;
  font-size: 16px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .article-category-checkbox {
    height: 46px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 991px) {
  .article-category-checkbox {
    font-size: 18px;
  }
}
.article-category-checkbox.selected, .article-category-checkbox:hover {
  background: #B83946;
  color: #fff;
}
.article-category-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  pointer-events: none;
}

.section-title {
  font-size: 25px;
  margin-bottom: 2rem;
  border-radius: 2.5rem;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
.section-title img {
  max-height: 3.1rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  position: relative;
  left: -0.7rem;
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
}
.section-title img.no-filter {
  filter: none;
}

.order-detail thead th:last-of-type {
  padding-right: 3rem;
}
.order-detail td {
  font-family: "Rift", sans-serif !important;
  font-size: 20px !important;
}
.order-detail__image {
  display: flex;
  align-items: center;
}
.order-detail__image--image {
  width: 4.6rem;
  margin-right: 2rem;
  text-align: center;
}
.order-detail a {
  color: #B83946;
  text-decoration: none;
  text-underline-offset: 2px;
}
.order-detail a:hover {
  text-decoration: underline;
}

.order-recap {
  display: flex;
  justify-content: flex-end;
}
.order-recap--table td {
  font-family: "Rift", sans-serif !important;
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
  .order-recap--table {
    max-width: 50%;
    text-align: right;
  }
}

.empty-box {
  display: flex;
  align-items: center;
  max-width: 60%;
  margin: 0 auto;
  padding: 3rem 0;
  gap: 2rem;
}
.empty-box__left {
  font-size: 20rem;
  color: #b3b3b3;
}
.empty-box__left ion-icon, .empty-box__left i {
  vertical-align: middle;
}
.empty-box__right {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.section-text-page {
  padding: 40px 0 60px 0;
}
@media only screen and (min-width: 991px) {
  .section-text-page {
    padding: 60px 0 80px 0;
  }
}

.text-page__title {
  margin: 0 0 30px 0;
  text-align: center;
}
.text-page__content {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: rgba(0, 0, 0, 0.8);
}
.text-page__content h2 {
  margin: 30px 0 15px 0;
  font-size: 20px;
  font-weight: 700;
}
.text-page__content h3 {
  margin: 20px 0 10px 0;
  font-size: 17px;
  font-weight: 700;
}
.text-page__content p {
  margin: 0 0 15px 0;
}
.text-page__content ul, .text-page__content ol {
  margin: 0 0 15px 0;
  padding-left: 25px;
}
.text-page__content li {
  margin: 0 0 8px 0;
}
.text-page__content a {
  color: #B83946;
  text-decoration: underline;
}

.back-link {
  text-align: center;
  font-size: 18px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #B83946;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top img {
  transform: rotate(-90deg);
  width: 16px;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 990px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=tel],
  input[type=search],
  input[type=url],
  textarea,
  select {
    font-size: 16px !important;
  }
}
.form-field__label {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.form-field__textbox {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ECDCB8;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 991px) {
  .form-field__textbox {
    height: 46px;
    font-size: 16px;
    padding: 0 25px;
  }
}
.form-field__textbox::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.form-field__textarea {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #ECDCB8;
  border-radius: 25px;
  outline: none;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  resize: none;
}
@media only screen and (min-width: 991px) {
  .form-field__textarea {
    font-size: 16px;
    padding: 20px 25px;
  }
}

.form-field-group-title {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
  border-radius: 25px;
  padding: 0 30px;
  text-align: left;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  background: #FCFAF4;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .form-field-group-title {
    height: 50px;
  }
}
@media only screen and (min-width: 991px) {
  .form-field-group-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-field-group-title {
    padding: 0 40px;
  }
}

.form-field-login-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  height: 40px;
  margin: 0;
  border-radius: 25px;
  padding: 0 30px;
  text-align: left;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #000;
  background: #EBF6EA;
  line-height: 1.15;
}
@media only screen and (min-width: 768px) {
  .form-field-login-panel {
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-field-login-panel {
    font-size: 16px;
    column-gap: 15px;
    padding: 0 40px;
  }
}
.form-field-login-panel a {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media only screen and (min-width: 1200px) {
  .form-field-login-panel a {
    font-size: 18px;
  }
}
.form-field-login-panel a:hover {
  text-decoration: none;
}

.table-cell-head-sort {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.table-cell-head-sort--center {
  justify-content: center;
}
.table-cell-head-sort.selected .table-cell-head-sort__btn {
  opacity: 1;
}
.table-cell-head-sort.selected .table-cell-head-sort__btn img {
  filter: invert(43%) sepia(78%) saturate(3045%) hue-rotate(0deg) brightness(102%) contrast(107%);
}
.table-cell-head-sort__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px;
  transition: 0.3s;
  opacity: 0.3;
}
.table-cell-head-sort__btn img, .table-cell-head-sort__btn svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}
.table-cell-head-sort__btn:hover {
  background: #B83946;
  opacity: 1;
  color: #ffffff;
}
.table-cell-head-sort__btn:hover img {
  filter: none !important;
}

.table-cell-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.form-check {
  display: inline-block;
  min-height: 1.5rem;
  font-size: 1.5rem;
  margin-top: 1.2rem;
}
.form-check + .form-check {
  margin-left: 2rem;
}
.form-check .form-check-input {
  float: left;
}
.form-check.form-check-radio {
  margin-right: 2rem;
}
.form-check.form-check-radio input {
  margin-right: 0.5rem;
  border-radius: 50%;
}

.form-check-input {
  width: 1em !important;
  height: 1em;
  padding: 0;
  margin-top: 0.65rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-position 0.15s ease-in-out;
  top: -6px;
  position: relative;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  margin-right: 1.5rem;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #B83946;
  outline: 0;
}
.form-check-input:checked {
  background-color: #B83946;
  border-color: #B83946;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-switch {
  display: inline-block;
  margin: 1.5rem 0 0;
}
.form-switch .form-check-input {
  min-width: 4rem;
  margin-right: 1.5rem;
  margin-top: 0.3rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  padding: 1rem;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2064e3b'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch label {
  font-size: 1.5rem;
}
.form-switch.yes-no {
  display: flex;
  margin-top: 0.5rem;
  min-height: 3.9rem;
}
.form-switch.yes-no span {
  margin-right: 1.5rem;
}
.form-switch.yes-no label {
  margin-right: 0;
}
.form-switch.yes-no__custom .form-check-input {
  margin-top: 1.3rem;
}

#categories-wrapper {
  padding-left: 3.5rem;
}
#categories-wrapper .tree-ul .tree-li {
  margin-bottom: 1rem;
  position: relative;
}
#categories-wrapper .tree-ul .tree-li .level_1 {
  margin-left: 3.5rem;
}

.category-toggle {
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  left: -3.5rem;
  top: 4px;
  height: 16px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  cursor: pointer;
}
.category-toggle [name=remove-circle-outline] {
  display: none !important;
}
.category-toggle [name=add-circle-outline] {
  display: block !important;
}
.category-toggle.opened [name=add-circle-outline] {
  display: none !important;
}
.category-toggle.opened [name=remove-circle-outline] {
  display: block !important;
}

.adm-form__sticky-actions {
  position: sticky;
  position: -webkit-sticky;
  bottom: 4rem;
  z-index: 100;
  text-align: center;
  margin-top: 3rem;
}

.page--admin .content {
  padding-top: 8rem;
}
@media only screen and (min-width: 991px) {
  .page--admin .content {
    padding-top: 100px;
  }
}

.header--admin {
  display: block !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 902;
  transform: none !important;
}
.header--admin.unpinned {
  transform: none !important;
}
.header--admin .header__middle-panel {
  padding: 1rem 0;
}
@media only screen and (min-width: 991px) {
  .header--admin .header__middle-panel {
    padding: 0;
  }
}
.header--admin .header__middle--admin {
  justify-content: space-between;
  height: auto;
  min-height: 6rem;
}
@media only screen and (min-width: 991px) {
  .header--admin .header__middle--admin {
    height: 100px;
  }
}
.header--admin .header__logo img {
  width: 100px;
}
@media only screen and (min-width: 991px) {
  .header--admin .header__logo img {
    width: 140px;
  }
}
.header--admin .header__controls--admin {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header--admin .btn-secondary--admin-back {
  display: none;
}
@media only screen and (min-width: 991px) {
  .header--admin .btn-secondary--admin-back {
    display: inline-flex;
  }
}

.admin-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.5rem;
  background: #B83946;
  color: #fff;
  border: none;
  border-radius: 2.5rem;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s;
}
.admin-menu-toggle i {
  font-size: 1.8rem;
}
.admin-menu-toggle:hover {
  background: #912d37;
}
@media only screen and (min-width: 1200px) {
  .admin-menu-toggle {
    display: none;
  }
}

.shop-list__sidebar--admin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .shop-list__sidebar--admin {
    display: block;
    position: relative;
    z-index: 1;
    width: 250px;
    height: auto;
    background: #FCFAF4;
    padding: 36px 30px 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .shop-list__sidebar--admin {
    width: 270px;
    padding: 36px 40px 0 0;
  }
}
.shop-list__sidebar--admin.opened {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .shop-list__sidebar--admin .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: #FCFAF4;
    overflow-y: auto;
    padding: 2rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
}

.admin-sidebar-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
  .admin-sidebar-close {
    display: none;
  }
}
.admin-sidebar-close button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
  background: transparent;
  border: 1px solid #B83946;
  border-radius: 2rem;
  color: #B83946;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s;
}
.admin-sidebar-close button i {
  font-size: 1.6rem;
}
.admin-sidebar-close button:hover {
  background: #B83946;
  color: #fff;
}

.admin-sidebar-overlay {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .admin-sidebar-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.adm-content-box-row {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  column-gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .adm-content-box-row {
    flex-direction: row;
  }
}
.adm-content-box-row .adm-content-box {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .adm-content-box-row--start {
    align-items: flex-start;
  }
}

.adm-content-box {
  background: #FCFAF4;
  border-radius: 2rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 450px) {
  .adm-content-box {
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-content-box {
    padding: 3rem;
    border-radius: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-content-box {
    padding: 4.5rem 3rem;
  }
}
.adm-content-box__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 2rem 0;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__header {
    margin: 0 0 4rem 0;
  }
}
.adm-content-box__header--subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 1.5rem 0;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__header--subtitle {
    margin: 0 0 2rem 0;
  }
}
.adm-content-box__header-title {
  font-size: calc(16px * 1);
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 400;
  color: #000;
}
.adm-content-box__header-title img {
  max-width: 2rem;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__header-title {
    font-size: calc(18px * 1);
    column-gap: 1.5rem;
  }
  .adm-content-box__header-title img {
    max-width: 2.4rem;
  }
}
.adm-content-box__header-caption {
  font-size: calc(22px * 1);
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__header-caption {
    font-size: calc(28px * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .adm-content-box__header-caption {
    font-size: calc(32px * 1);
  }
}
.adm-content-box__centered-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .adm-content-box__centered-controls {
    margin: 5rem 0 0 0;
  }
}

.adm-section-spacer {
  height: 2rem;
}
@media only screen and (min-width: 1200px) {
  .adm-section-spacer {
    height: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .adm-section-spacer {
    height: 3rem;
  }
}
@media only screen and (min-width: 1800px) {
  .adm-section-spacer {
    height: 3rem;
  }
}

.table-mobile-label {
  margin: 4px 0 0 0;
  font-family: "Rift", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .table-mobile-label {
    display: none;
  }
}

.adm-table-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.adm-table-info__legend {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  color: #000;
  opacity: 0.5;
}
.adm-table-info__legend-sample {
  display: inline-block;
  width: 2rem;
  height: 0.4rem;
  background: #000;
  opacity: 0.45;
  border-radius: 0.2rem;
}
.adm-table-info__count {
  font-size: 1.4rem;
  color: #000;
  opacity: 0.4;
}

.adm-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .adm-table-wrapper table thead {
    display: none;
  }
}
.adm-table-wrapper table thead tr th {
  font-size: calc(16px * 1);
  height: 5rem;
  padding: 1rem;
  text-align: left;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  background: #ECDCB8;
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table thead tr th:first-child {
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .adm-table-wrapper table thead tr th:first-child {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table thead tr th:last-child {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .adm-table-wrapper table tbody {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    width: 100%;
  }
}
.adm-table-wrapper table tbody tr.is-archived td:not(:last-child) {
  opacity: 0.45;
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table tbody tr {
    border-radius: 2.5rem;
  }
  .adm-table-wrapper table tbody tr:last-child td::before {
    content: none;
  }
  .adm-table-wrapper table tbody tr.hide-underline td::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .adm-table-wrapper table tbody tr {
    display: block;
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid #f7f7f7;
  }
}
.adm-table-wrapper table tbody tr td {
  font-size: calc(16px * 1);
  padding: 0.3rem 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table tbody tr td {
    position: relative;
    height: 7.5rem;
    padding: 1rem;
  }
  .adm-table-wrapper table tbody tr td::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ECDCB8;
  }
  .adm-table-wrapper table tbody tr td:first-child {
    padding-left: 2rem;
  }
  .adm-table-wrapper table tbody tr td:first-child::before {
    left: 2rem;
    width: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .adm-table-wrapper table tbody tr td:first-child {
    padding-left: 3rem;
  }
  .adm-table-wrapper table tbody tr td:first-child::before {
    left: 3rem;
    width: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 768px) {
  .adm-table-wrapper table tbody tr td:last-child {
    padding-right: 2rem;
  }
  .adm-table-wrapper table tbody tr td:last-child::before {
    width: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .adm-table-wrapper table tbody tr td:last-child {
    padding-right: 3rem;
  }
  .adm-table-wrapper table tbody tr td:last-child::before {
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .adm-table-wrapper table tbody tr td {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
  }
}
.adm-table-wrapper table tbody tr td .table-links a {
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
}
.adm-table-wrapper table tbody tr td .table-links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sidebar-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-categories li {
  margin: 0;
  padding: 0;
}
.sidebar-categories li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2rem;
  display: none;
}
.sidebar-categories li ul li {
  margin: 0;
  padding: 0;
}
.sidebar-categories--mobile {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
.sidebar-categories--mobile li {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .sidebar-categories--mobile li {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .sidebar-categories--mobile li {
    width: 33.33%;
  }
}

.sidebar-categories-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
  padding: 1rem 0;
  border-radius: 2.5rem;
  transition: 0.3s;
}
.sidebar-categories-link:hover, .sidebar-categories-link.selected {
  background: #b83946;
  width: 114%;
  position: relative;
  left: -7%;
  padding-left: 7%;
}
.sidebar-categories-link:hover .sidebar-categories-link__name, .sidebar-categories-link.selected .sidebar-categories-link__name {
  color: #ffffff;
}
.sidebar-categories-link:hover .sidebar-categories-link__ico, .sidebar-categories-link.selected .sidebar-categories-link__ico {
  color: #ffffff;
}
.sidebar-categories-link.toggled .sidebar-categories-link__name img {
  transform: rotate(180deg);
}
.sidebar-categories-link__name-text {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
}
.sidebar-categories-link__show {
  width: 0;
  transition: 0.3s;
  overflow: hidden;
}
.sidebar-categories-link__ico {
  display: flex;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: 0.3s;
}
.sidebar-categories-link__ico img {
  max-width: 100%;
  max-height: 100%;
}
.sidebar-categories-link__ico ion-icon, .sidebar-categories-link__ico i {
  font-size: calc(24px * 1);
  position: relative;
  top: 2px;
}
.sidebar-categories-link__name {
  font-size: calc(18px * 1);
  line-height: 1.5555555556;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  transform: translateY(1px);
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000000;
  transition: 0.3s;
}
.sidebar-categories-link--disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
.sidebar-categories-link--disabled .sidebar-categories-link__name,
.sidebar-categories-link--disabled .sidebar-categories-link__ico {
  color: #999999 !important;
}
.sidebar-categories-link--disabled:hover {
  background: transparent !important;
  width: 100% !important;
  left: 0 !important;
  padding-left: 0 !important;
}
.sidebar-categories-link--disabled:hover .sidebar-categories-link__name,
.sidebar-categories-link--disabled:hover .sidebar-categories-link__ico {
  color: #999999 !important;
}

.sidebar-categories-sublink {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  column-gap: 2.4rem;
  padding: 1rem 0 1rem 2.5rem;
  border-radius: 2.5rem;
  transition: 0.3s;
  color: #000;
}
.sidebar-categories-sublink:hover, .sidebar-categories-sublink.selected {
  color: #B83946;
}
.sidebar-categories-sublink::before {
  content: "";
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #B83946;
  border-radius: 50%;
}
.sidebar-categories-sublink__name {
  font-size: calc(16px * 1);
  line-height: 1.5555555556;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  transform: translateY(1px);
  font-family: "Rift", sans-serif;
  font-weight: 400;
  color: inherit;
}

.adm-tiles {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
.adm-tiles__item {
  padding: 0 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .adm-tiles__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tiles__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1800px) {
  .adm-tiles__item {
    width: 25%;
  }
}
.adm-tiles--two-cols .adm-tiles__item {
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .adm-tiles--two-cols .adm-tiles__item {
    width: 50%;
  }
}

a.adm-tile {
  transition: 0.3s;
}
a.adm-tile:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.adm-tile {
  background: #FCFAF4;
  border-radius: 2rem;
  padding: 1.5rem;
  display: block;
  height: 100%;
}
.adm-tile__content {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.adm-tile__content a {
  color: #B83946;
  text-decoration: none;
  text-underline-offset: 2px;
}
.adm-tile__content a:hover {
  text-decoration: underline;
}
.adm-tile__content ion-icon, .adm-tile__content i {
  vertical-align: middle;
  margin-right: 1rem;
}
@media only screen and (min-width: 450px) {
  .adm-tile {
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tile {
    padding: 3rem;
    border-radius: 3rem;
  }
}
.adm-tile--center {
  justify-content: center;
}
.adm-tile__texts {
  text-align: right;
}
.adm-tile__icon i {
  font-size: 5rem;
  color: rgba(184, 57, 70, 0.1);
}
.adm-tile__icon img {
  max-width: 4rem;
}
@media only screen and (min-width: 768px) {
  .adm-tile__icon img {
    max-width: 5.4rem;
  }
}
.adm-tile__title {
  font-size: calc(30px * 1);
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 400;
  color: #B83946;
}
@media only screen and (min-width: 768px) {
  .adm-tile__title {
    font-size: calc(36px * 1);
  }
}
@media only screen and (min-width: 991px) {
  .adm-tile__title {
    font-size: calc(40px * 1);
  }
}
@media only screen and (min-width: 1600px) {
  .adm-tile__title {
    font-size: calc(45px * 1);
  }
}
.adm-tile__subtitle {
  font-size: calc(16px * 1);
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .adm-tile__subtitle {
    font-size: calc(18px * 1);
  }
}

.adm-filter-panel {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .adm-filter-panel {
    flex-direction: row;
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-filter-panel {
    margin: 0 0 4rem 0;
  }
}
.adm-filter-panel__header {
  width: 100%;
}
.adm-filter-panel__btn-link {
  min-height: 4.6rem;
  padding: 0 0.5rem;
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.adm-filter-panel__btn-link img {
  filter: invert(43%) sepia(78%) saturate(3045%) hue-rotate(0deg) brightness(102%) contrast(107%);
}
.adm-filter-panel__btn-link:hover {
  text-decoration: none;
}
.adm-filter-panel__btn-link:hover span {
  text-decoration: underline;
}
.adm-filter-panel__btn-primary {
  padding-top: 1px;
  padding-bottom: 0;
  height: 5rem;
}
.adm-filter-panel__left {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .adm-filter-panel__left {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .adm-filter-panel__left {
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-filter-panel__left {
    row-gap: 3rem;
  }
}
.adm-filter-panel__left .yes-no {
  align-items: center;
}
.adm-filter-panel__left .yes-no input {
  margin-top: 1.3rem;
}
.adm-filter-panel__left .adm-form__field {
  flex: unset;
  max-width: 25rem;
  width: 100%;
}
.adm-filter-panel__left .adm-form__field--smaller {
  width: auto;
}
.adm-filter-panel__right {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 480px) {
  .adm-filter-panel__right {
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .adm-filter-panel__right {
    row-gap: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-filter-panel__right {
    row-gap: 3rem;
  }
}
.adm-filter-panel__field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 0.5rem;
}
@media only screen and (max-width: 480px) {
  .adm-filter-panel__field {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-filter-panel__field .adm-form__date-inp,
  .adm-filter-panel__field .adm-form__input,
  .adm-filter-panel__field .adm-form__selector {
    min-width: 19rem;
  }
}
.adm-filter-panel__field .adm-form__label {
  font-size: calc(16px * 1);
}

.adm-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 0.5rem;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
}
@media only screen and (min-width: 1200px) {
  .adm-header {
    padding: 0;
  }
}
.adm-header__title {
  font-size: calc(45px * 0.8);
  display: block;
  margin: 0 0 2rem;
  line-height: initial;
  color: #000;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .adm-header__title {
    font-size: calc(45px * 1);
  }
}
.adm-header__title--mb-0 {
  margin-bottom: 0;
}
.adm-header__subtitle {
  font-size: calc(25px * 0.8);
  display: block;
  margin: 0 0 2rem;
  line-height: initial;
  color: #000;
  font-family: "Rift", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 991px) {
  .adm-header__subtitle {
    font-size: calc(25px * 1);
  }
}
.adm-header__left p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 300;
  margin-bottom: 4rem;
}

.adm-form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.adm-form__field-info {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.adm-form__field-info p {
  margin-top: 0;
}
.adm-form__row {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .adm-form__row {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-form__row {
    column-gap: 4rem;
  }
}
.adm-form__row--custom {
  flex-wrap: wrap;
  gap: 2rem;
}
.adm-form__row--custom input, .adm-form__row--custom select, .adm-form__row--custom .select2 {
  min-width: 20rem;
  max-width: 20rem;
}
.adm-form__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.adm-form__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .adm-form__controls {
    padding: 2rem 0;
  }
}
.adm-form__controls .btn-primary {
  height: 5rem;
  padding-top: 1px;
  padding-bottom: 0;
}
.adm-form__controls--no-padding {
  padding: 0;
}
.adm-form__controls--left-align {
  justify-content: flex-start;
}
.adm-form__controls--filter {
  padding: 0;
  margin: auto 0 0 0;
  height: 4rem;
  justify-content: center !important;
}
.adm-form__controls--filter button {
  font-size: 15px !important;
  padding: 0 3rem !important;
  height: 4rem !important;
}
.adm-form__controls--filter a {
  font-size: calc(15px * 0.8);
  line-height: 1.3333333333;
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
  color: #B83946;
  text-decoration: none;
  font-family: "Rift", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .adm-form__controls--filter a {
    font-size: calc(15px * 1);
  }
}
.adm-form__controls--filter a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.adm-form__fields {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.adm-form__fields-row {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.adm-form__fields-row.collection-wrapper > .adm-form__field > .adm-form__field {
  border: 3px solid #fff7f2;
  padding: 2rem;
  border-radius: 3rem;
}
.adm-form__fields-row.collection-wrapper .btn-link {
  display: inline-block;
}
.adm-form__fields-row.collection-wrapper [id^=collection-container-] > div {
  border-bottom: 3px solid #fff7f2;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.adm-form__fields-row.collection-wrapper [id^=collection-container-] > div .adm-form__field {
  margin-bottom: 1rem;
}
.adm-form__fields-row.collection-wrapper [id^=collection-container-] > div:last-of-type {
  border-bottom: 0;
}
.adm-form__fields-row-spacer {
  height: 1rem;
}
.adm-form__fields-row-spacer--big {
  height: 2rem;
}
.adm-form__field {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.adm-form__field.form-control-inline {
  margin-bottom: 0;
}
.adm-form__field--center {
  justify-content: center;
}
.adm-form__field--1-3 {
  flex: 0.5;
}
@media only screen and (min-width: 768px) {
  .adm-form__field--1-3 {
    flex: 0.33;
  }
  .adm-form__field--1-2 {
    flex: 0.5;
  }
}
.adm-form__field__suffix[showLabel] .adm-form__field-input-suffix {
  top: 52px;
}
.adm-form__field-input-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-weight: 400;
  color: #000;
  font-family: "Oswald", sans-serif;
  background: transparent;
  border-radius: 0;
  border: none;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .adm-form__field-input-button {
    right: 1.5rem;
  }
}
.adm-form__field-input-button:hover {
  color: #B83946;
}
.adm-form__field-input-suffix {
  font-size: calc(12px * 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 991px) {
  .adm-form__field-input-suffix {
    right: 1.5rem;
  }
}
.adm-form__field-text {
  font-size: calc(16px * 1);
  width: 100%;
  font-family: "Rift", sans-serif;
  font-weight: 400;
  color: #000;
}
.adm-form__field-text a {
  color: inherit;
}
.adm-form__field-text a:hover {
  color: #B83946;
}
.adm-form__field-text--right {
  text-align: right;
}
.adm-form__label {
  font-size: calc(16px * 1);
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
  line-height: initial;
  padding: 0;
  margin: 0;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .adm-form__label {
    font-size: calc(18px * 1);
  }
}
.adm-form__label .required {
  color: #B83946;
}
.adm-form__label--separator {
  padding: 1rem 0;
  color: rgba(0, 0, 0, 0.5);
}
.adm-form__label--center {
  justify-content: center;
}
.adm-form__label .btn-simple-ico {
  margin: 0 0 0 1rem;
  width: 2rem;
  height: 2rem;
  transform: translateY(-2px);
}
.adm-form__label .btn-simple-ico:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #fff7f2;
  opacity: 0;
  transition: 0.3s;
}
.adm-form__label .btn-simple-ico:hover::before {
  opacity: 1;
}
.adm-form__label .btn-simple-ico.btn-help {
  transform: none;
}
.adm-form__label .btn-simple-ico.btn-help ion-icon, .adm-form__label .btn-simple-ico.btn-help i {
  font-size: 2rem;
}
.adm-form__text {
  font-size: calc(16px * 1);
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
}
.adm-form__texts {
  font-size: calc(16px * 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 2rem;
  padding: 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}
.adm-form__texts p {
  margin: 0;
}
.adm-form__texts ul {
  margin: 0;
  line-height: 1.6;
}
.adm-form__toggler--centered {
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adm-form__calendar {
  position: relative;
}
.adm-form__calendar-ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .adm-form__calendar-ico {
    right: 2rem;
  }
}
.adm-form__input, .adm-form__textarea, .adm-form__select, .adm-form__date-inp {
  font-size: calc(16px * 1);
  outline: none;
  display: block;
  width: 100%;
  min-width: 12rem;
  min-height: 4rem;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  border-radius: 2.5rem;
  border: 1px solid #ECDCB8;
  background: #fff;
  box-shadow: none;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .adm-form__input, .adm-form__textarea, .adm-form__select, .adm-form__date-inp {
    padding: 0 3rem;
  }
}
.adm-form__input::placeholder, .adm-form__textarea::placeholder, .adm-form__select::placeholder, .adm-form__date-inp::placeholder {
  color: #808080;
}
.adm-form__input:focus, .adm-form__textarea:focus, .adm-form__select:focus, .adm-form__date-inp:focus {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.adm-form__input[disabled], .adm-form__textarea[disabled], .adm-form__select[disabled], .adm-form__date-inp[disabled] {
  background: #fff7f2;
  color: #B83946;
}
.adm-form__input[type=file], .adm-form__textarea[type=file], .adm-form__select[type=file], .adm-form__date-inp[type=file] {
  line-height: 5rem;
}
.adm-form__selector {
  position: relative;
  /* &::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 1.8rem;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 4.5px 0 4.5px;
          border-color: tokens.$color-primary transparent transparent transparent;
          pointer-events: none;
      }*/
}
.adm-form__selector .select2-container {
  width: 100% !important;
}
.adm-form__select {
  appearance: none;
}
.adm-form__textarea {
  resize: none;
  min-height: 11rem;
  padding: 2rem;
}
@media only screen and (min-width: 1200px) {
  .adm-form__textarea {
    padding: 2rem 3rem;
  }
}
.adm-form__checkbox-group {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1rem;
}
.adm-form__checkbox-group--vertical {
  flex-direction: column;
}
.adm-form__checkbox-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.adm-form__checkbox-group ul li {
  margin: 0;
  padding: 0;
}
.adm-form__checkbox-group ul li ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin: 1rem 0 0 2rem;
  padding: 0;
}

.sidebar__nav {
  margin-bottom: 3rem;
}

.adm-tab-box {
  position: relative;
  z-index: 2;
}
.adm-tab-box__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .adm-tab-box__nav {
    padding: 0;
    margin: 0;
  }
}
.adm-tab-box__nav-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Rift", sans-serif;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .adm-tab-box__nav-link:first-child.selected::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 3rem;
    height: 3rem;
    background: #FCFAF4;
    pointer-events: none;
    z-index: -1;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tab-box__nav-link {
    font-size: calc(18px * 1);
    padding: 1rem 6rem;
  }
}
@media only screen and (min-width: 451px) {
  .adm-tab-box__nav-link {
    padding: 1rem 4rem;
    min-height: 5.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .adm-tab-box__nav-link {
    width: 100%;
    padding: 1.4rem 1rem;
  }
}
.adm-tab-box__nav-link.selected {
  background: #FCFAF4;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .adm-tab-box__nav-link.selected {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .adm-tab-box__nav-link.selected {
    border-radius: 2.5rem;
  }
}
.adm-tab-box__content {
  border-radius: 2rem;
}
.adm-tab-box__tab-content {
  padding: 1.5rem;
  background: #FCFAF4;
}
.adm-tab-box__tab-content__no-bg {
  background: transparent;
  padding: 0 !important;
}
@media only screen and (min-width: 450px) {
  .adm-tab-box__tab-content {
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tab-box__tab-content {
    padding: 3rem;
    border-radius: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-tab-box__tab-content {
    padding: 4.5rem 3rem;
  }
}
.adm-tab-box__subcontent {
  background: #FCFAF4;
  border-radius: 2rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 450px) {
  .adm-tab-box__subcontent {
    padding: 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-tab-box__subcontent {
    padding: 3rem;
    border-radius: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-tab-box__subcontent {
    padding: 4.5rem 3rem;
  }
}
.adm-tab-box__subcontent .adm-tab-box__content {
  border-top-left-radius: 0;
}

.adm-toggled-section {
  background: #FCFAF4;
  border-radius: 2rem;
}
@media only screen and (min-width: 991px) {
  .adm-toggled-section {
    border-radius: 3rem;
  }
}
.adm-toggled-section__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(16px * 1);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  min-height: 6rem;
  font-family: "Rift", sans-serif;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
  justify-content: space-between;
}
.adm-toggled-section__header:hover {
  color: #B83946;
}
.adm-toggled-section__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #B83946 transparent transparent transparent;
  pointer-events: none;
}
@media only screen and (min-width: 991px) {
  .adm-toggled-section__header::after {
    right: 3rem;
    border-width: 8px 9px 0 9px;
  }
}
.adm-toggled-section__header.toggled::after {
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (min-width: 991px) {
  .adm-toggled-section__header {
    font-size: calc(18px * 1);
    min-height: 9rem;
    padding: 1rem 6rem 1rem 3rem;
  }
}
.adm-toggled-section__content {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media only screen and (min-width: 450px) {
  .adm-toggled-section__content {
    padding: 0 2rem 2rem 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .adm-toggled-section__content {
    padding: 0 3rem 3rem 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .adm-toggled-section__content {
    padding: 0 3rem 4.5rem 3rem;
  }
}

.preview-img {
  position: relative;
  display: flex;
  max-width: 8rem;
  width: 100%;
  justify-content: center;
}
.preview-img__file {
  flex-wrap: wrap;
  margin-right: 5rem;
  max-width: 20rem;
  text-align: center;
  align-items: center;
  gap: 2rem;
}
.preview-img__file .preview-img {
  font-size: 6rem;
  color: rgba(0, 0, 0, 0.8);
}
.preview-img__file span {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}
.preview-img__file .btn-change-name {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.preview-img__file .btn-change-name:hover {
  text-decoration: underline;
}
.preview-img__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}
.preview-img__remove {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: calc(14px * 1);
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #B83946;
  color: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: 0.3s;
}
.preview-img__remove:after {
  content: "×";
}
.preview-img__remove:hover {
  background: #000;
}
.preview-img img {
  display: block;
  max-width: 5rem;
  max-height: 5rem;
}
@media only screen and (min-width: 991px) {
  .preview-img img {
    max-width: 8rem;
    max-height: 8rem;
  }
}

.category-image {
  filter: brightness(0) saturate(100%) invert(35%) sepia(23%) saturate(3133%) hue-rotate(317deg) brightness(83%) contrast(94%);
}

.adm-collection-table-wrapper {
  overflow-x: auto;
  margin: 1rem 0;
}

.adm-collection-table {
  width: 100%;
  border-collapse: collapse;
  background: #FCFAF4;
  border-radius: 1rem;
  overflow: hidden;
}
.adm-collection-table thead {
  background: rgba(0, 0, 0, 0.03);
}
.adm-collection-table thead th {
  font-size: calc(16px * 1);
  height: 5rem;
  padding: 1rem;
  text-align: left;
  font-size: 14px;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  color: #000;
  background: #ECDCB8;
}
@media only screen and (min-width: 768px) {
  .adm-collection-table thead th:first-child {
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .adm-collection-table thead th:first-child {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .adm-collection-table thead th:last-child {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}
.adm-collection-table thead th.adm-collection-table__actions {
  width: 80px;
  text-align: center;
}
.adm-collection-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.adm-collection-table tbody tr:last-child {
  border-bottom: none;
}
.adm-collection-table tbody td {
  padding: 0.75rem 1rem;
  vertical-align: middle;
}
.adm-collection-table tbody td.adm-collection-table__cell--actions {
  text-align: center;
}
.adm-collection-table tbody td.adm-collection-table__cell--actions .btn-link {
  padding: 0.5rem;
  min-width: auto;
}
.adm-collection-table tbody td.adm-collection-table__cell--actions .btn-link.btn-link--danger {
  color: #dc3545;
}
.adm-collection-table tbody td.adm-collection-table__cell--actions .btn-link.btn-link--danger:hover {
  color: #c82333;
}
.adm-collection-table tbody td.adm-collection-table__cell--actions .btn-link i {
  font-size: 1.25rem;
}
.adm-collection-table tbody td .adm-form__input,
.adm-collection-table tbody td .adm-form__select,
.adm-collection-table tbody td .adm-form__textarea,
.adm-collection-table tbody td .adm-form__selector {
  margin: 0;
  width: 100%;
}
.adm-collection-table tbody td .adm-form__selector {
  margin: 0;
}

.adm-collection-add-link {
  display: inline-block;
  color: #B83946;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  transition: color 0.2s ease;
  text-align: center;
  text-decoration: underline;
}
.adm-collection-add-link:hover {
  text-decoration: none;
}

.adm-form__field--slug {
  width: 100%;
}

.adm-form__slug-input {
  display: flex;
  align-items: center;
}

.adm-form__slug-prefix {
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #999;
  white-space: nowrap;
  background: #FCFAF4;
  border: 1px solid #ECDCB8;
  border-right: 0;
  border-radius: 2.5rem 0 0 2.5rem;
}

.adm-form__slug-input input {
  flex: 1;
  border-radius: 0 2.5rem 2.5rem 0 !important;
}

.adm-search__filter {
  height: 4rem;
  font-size: 16px;
}

.variant-image-cell {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 120px;
}
.variant-image-cell.loading {
  opacity: 0.5;
  pointer-events: none;
}
.variant-image-cell .preview-img--small {
  width: 50px;
  height: 50px;
  max-width: 50px;
}
.variant-image-cell .preview-img--small img {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
  border-radius: 4px;
}
.variant-image-cell .preview-img--placeholder {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
  border-radius: 4px;
  background: #f9f9f9;
}
.variant-image-cell .preview-img--placeholder i {
  font-size: 1.25rem;
  color: #999;
}
.variant-image-cell .variant-image-input {
  display: none;
}

.td-shipping {
  max-width: 300px;
}
.td-shipping .shipping-smer {
  position: relative;
  display: inline-block;
  padding-right: 2.5rem;
}
.td-shipping .shipping-smer .btn-copy-smer {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  /* @media only screen and (min-width: 768px) {
       flex-flow: row wrap;
       justify-content: center;

       .pagination__right {
           position: absolute;
           right: 0;
       }
   }*/
}
.pagination__btn:before {
  display: none;
}
.pagination__btn:disabled, .pagination__btn[disabled] {
  color: #aaa !important;
  pointer-events: none !important;
}
.pagination__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pagination__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.pagination a.pagination__item:hover {
  text-decoration: none;
  color: #B83946;
}
.pagination__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: block;
  min-width: 4rem;
  padding: 0 0.5rem;
  margin: 0;
  line-height: 4rem;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #484848;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .pagination__item {
    min-width: 4rem;
    line-height: 4rem;
  }
}
.pagination__item--current {
  background: #fff;
  color: #B83946 !important;
  border-radius: 0.6rem;
}
.pagination__item--separator {
  opacity: 0.5;
  min-width: 0.1rem;
  padding: 0;
}

body.dragging,
body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

.sortable-list .list li.placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

.sortable-list .list li.placeholder:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -1rem;
  left: -1rem;
  top: -1rem;
  border: 1rem solid transparent;
  border-left-color: #33A330;
  border-right: none;
}

.sortable-list .list {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.sortable-list .list ul {
  list-style: none;
  margin: 0;
}
.sortable-list .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sortable-list-header .sortable-obsah-item {
  font-size: calc(16px * 1);
  height: 5rem;
  padding: 1rem;
  text-align: left;
  font-family: "Rift", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
  background: #ECDCB8;
  box-shadow: none !important;
  cursor: default !important;
}
.sortable-list-header .sortable-obsah-item__name {
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .sortable-list-header .sortable-obsah-item:first-child {
    border-top-left-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 991px) {
  .sortable-list-header .sortable-obsah-item:first-child {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .sortable-list-header .sortable-obsah-item:last-child {
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 2.5rem;
  }
}

.sublist-items {
  padding-left: 0;
}
.sublist-items .sublist-items {
  padding-left: 2%;
}
.sublist-items .sortable-obsah-item__name {
  width: calc(100% - 10rem);
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.sublist-items .sortable-obsah-item__name img {
  max-width: 8rem;
  max-height: 3rem;
}
.sublist-items .sortable-obsah-item__actions {
  width: 10rem;
  text-align: right;
}

.sortable-item-base, .sortable-obsah-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0.7rem 0;
  background: #fff;
  border-radius: 2.5rem;
  border: 1px solid #f7f7f7;
  cursor: pointer;
  transition: 0.3s;
}
.sortable-item-base:hover, .sortable-obsah-item:hover {
  box-shadow: 0 0 2rem 0 rgba(54, 74, 99, 0.1);
}

@media (min-width: 1200px) {
  .sortable-obsah-item {
    padding: 1.5rem 2rem;
  }
}
.sortable-obsah-item__order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sortable-obsah-item__name {
  font-size: calc(16px * 1);
  width: calc(100% - 10rem);
  padding: 0.3rem 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: initial;
  color: #000;
}
.sortable-obsah-item__actions {
  width: 10rem;
  text-align: right;
}

.sortable-icons-container .sortable-obsah-item {
  position: relative;
}
.sortable-icons-container .sortable-obsah-item__order {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
}
@media (min-width: 1200px) {
  .sortable-icons-container .sortable-obsah-item__order {
    left: -3rem;
  }
}

.sort-up-btn,
.sort-down-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.sort-up-btn::before,
.sort-down-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}

.sort-up-btn::before {
  border-bottom: 1rem solid #B83946;
}
.sort-up-btn:hover::before {
  border-bottom-color: #33A330;
}

.sort-down-btn::before {
  border-top: 1rem solid #B83946;
}
.sort-down-btn:hover::before {
  border-top-color: #33A330;
}

.drag-handle {
  cursor: grab;
}

.sortable-placeholder > td {
  background: #fafafa;
  border: 1px dashed #ccc;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  min-width: 12rem;
  min-height: 4rem;
  margin: 0;
  padding: 0 2rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: initial;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  border-radius: 2.5rem;
  border: 1px solid #ECDCB8;
  background: #fff;
  box-shadow: none;
  outline: none;
  font-size: 1.4rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.7rem;
  right: 1.5rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #B83946 transparent transparent transparent;
}
.select2-container--default .select2-selection--multiple ul, .select2-container--default .select2-selection--single ul {
  display: inline-block !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  vertical-align: middle;
  font-size: calc(14px * 1);
  position: relative;
  margin: 0.3rem 0 0;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  top: 0.5rem;
  position: relative;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 23px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 4rem;
  font-size: calc(14px * 1);
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #B83946 transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0.1rem solid #9c9ab0 !important;
  border-radius: 0;
  outline: none !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.7rem 1rem !important;
}

.select2-search--dropdown {
  padding: 0.7rem !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #B83946 !important;
  color: #fff !important;
  font-size: calc(14px * 1);
}

.select2-results__option {
  font-size: calc(14px * 1);
  line-height: 2rem;
}

.select2-dropdown {
  box-shadow: 0 0.1rem 1rem 0 rgba(54, 74, 99, 0.25);
  border: none !important;
  z-index: 9999;
}

.select2-search__field {
  top: -0.6rem;
  position: relative;
}

.swal2-popup {
  font-size: 1.5rem !important;
}

.swal2-container {
  z-index: 10000;
}

.swal2-actions button {
  font-family: "Oswald", sans-serif;
}

.hospudka-page__calendar-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3rem 0;
}
.hospudka-page__calendar-filter .calendar-week {
  color: #B83946;
  line-height: 1.2;
  font-family: "Rift", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 2rem;
}
@media only screen and (min-width: 991px) {
  .hospudka-page__calendar-filter .calendar-week {
    font-size: 2rem;
    padding: 0 4rem;
  }
}
.hospudka-page__calendar {
  margin: 0 auto 5rem auto;
  overflow-x: auto;
  width: 100%;
  max-width: 105rem;
}
@media only screen and (min-width: 550px) {
  .hospudka-page__calendar {
    margin: 0 auto 10rem auto;
  }
}
.hospudka-page__calendar table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 75rem;
  border: 1px solid #ECDCB8;
  border-radius: 1.5rem;
}
.hospudka-page__calendar table thead tr th {
  text-align: center;
  background: transparent;
  padding: 1.5rem 0.2rem;
  border: 1px solid #ECDCB8;
  color: #B83946;
  font-family: "Rift", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.hospudka-page__calendar table thead tr th:first-of-type {
  border-radius: 1.5rem 0 0 0;
}
.hospudka-page__calendar table thead tr th:last-of-type {
  border-radius: 0 1.5rem 0 0;
}
.hospudka-page__calendar table tbody tr td {
  text-align: center;
  background: transparent;
  padding: 1rem 0.2rem;
  border: 1px solid #ECDCB8;
  color: #000000;
  font-family: "Rift", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  width: 8.33%;
}
.hospudka-page__calendar table tbody tr td .draha {
  display: inline-block;
  background: #ECDCB8;
  color: #000000;
  font-family: "Rift", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}
.hospudka-page__calendar table tbody tr td strong {
  color: #B83946;
}
.hospudka-page__calendar table tbody tr td.volno {
  background: #338153;
  color: #fff;
}
.hospudka-page__calendar table tbody tr td.volno a {
  color: #fff;
}
.hospudka-page__calendar table tbody tr td.volno a:hover {
  text-decoration: none;
}
.hospudka-page__calendar table tbody tr td.obsazeno {
  background: #B83946;
  color: #fff;
}
.hospudka-page__calendar table tbody tr td.obsazeno a {
  color: #fff;
}
.hospudka-page__calendar table tbody tr td.obsazeno a:hover {
  text-decoration: none;
}
.hospudka-page__calendar table tbody tr td.zavreno {
  color: #000000;
}
.hospudka-page__calendar table tbody tr td.zavreno a {
  color: #000000;
}
.hospudka-page__calendar table tbody tr td.zavreno a:hover {
  text-decoration: none;
}
.hospudka-page__calendar table tbody tr:nth-child(13) td:first-of-type {
  border-radius: 0 0 0 1.5rem;
}
.hospudka-page__calendar table tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 1.5rem 0;
}

#bowling_reservation_hours,
#bowling_reservation_alleys,
#bowling_reservation_exception_hours,
#bowling_reservation_exception_alleys {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#bowling_reservation_hours .form-check,
#bowling_reservation_alleys .form-check,
#bowling_reservation_exception_hours .form-check,
#bowling_reservation_exception_alleys .form-check {
  display: flex;
  align-items: center;
  min-width: 100px;
  margin: 0;
}

.fancybox-content:has(> .page--modal) {
  padding: 0 !important;
  background: transparent !important;
  max-width: 1180px !important;
}
.fancybox-content:has(> .page--modal) > .fancybox-close-small {
  display: none;
}

.page--modal {
  padding: 4rem;
  width: 100%;
  max-width: 93rem !important;
  border-radius: 2rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .page--modal {
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
.page--modal .shop-w-side-grid .content {
  width: 100%;
}

.ui-menu-item {
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 1rem 2rem;
  font-family: "Oswald", sans-serif;
}

.ui-widget.ui-widget-content {
  border-radius: 2rem;
  border: 1px solid rgba(197, 197, 197, 0.5);
  z-index: 10000;
}

.ui-state-active {
  border: 1px solid transparent !important;
  background: transparent !important;
  font-weight: normal !important;
  color: #ff5f00 !important;
}

.search-dropdown li {
  display: flex;
  align-items: center;
}
.search-dropdown li .ui-state-active {
  margin: 0;
  border: 0 !important;
}

/*Buttons*/
/*Switch*/
.cc-btn {
  z-index: 1;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 4rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: "Rift", sans-serif;
}
.cc-btn--primary {
  color: #fff !important;
  background: #33A330;
}
.cc-btn--primary:hover {
  color: #fff !important;
  background: #277c24;
}
.cc-btn--primary.cc-loading {
  color: rgba(255, 255, 255, 0.1);
}
.cc-btn--primary.cc-loading .cc-loader {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #33A330;
}
.cc-btn--text {
  color: #000;
  background: #F0F0F0;
}
.cc-btn--text:hover {
  color: #000;
  background: #e3e3e3;
}
.cc-btn.cc-loading {
  pointer-events: none;
}
.cc-btn.cc-loading .cc-loader {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
}

.cc-title {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  font-family: "Rift", sans-serif;
}
@media (min-width: 991px) {
  .cc-title {
    margin: 0 0 29px 0;
    font-size: 24px;
  }
}

.cc-p {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 300;
  color: #3E3E3E;
  margin-bottom: 3rem;
}
@media (min-width: 991px) {
  .cc-p {
    font-size: 18px;
  }
}
.cc-p b, .cc-p strong {
  font-weight: 600;
}
.cc-p p {
  margin: 0 0 20px 0;
}
@media (min-width: 991px) {
  .cc-p p {
    margin: 0 0 30px 0;
  }
}
.cc-p p:last-child {
  margin: 0;
}
.cc-p a {
  color: #B83946;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.cc-p a:hover {
  text-decoration: none;
}

.cc-close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.cc-close:hover:before, .cc-close:hover:after {
  background-color: #929292;
}
.cc-close:before, .cc-close:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  right: 0;
  margin: 0 auto;
  background-color: #CBCBCB;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
@media (max-width: 399px) {
  .cc-close:before, .cc-close:after {
    top: 20px;
  }
}
.cc-close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cc-close:after {
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.cc-bar {
  z-index: 9999990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cc-bar * {
  box-sizing: border-box;
}
.cc-bar.active {
  opacity: 1;
  visibility: visible;
}
.cc-bar__overlay {
  z-index: 9999991;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.cc-bar .cc-close {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media (max-width: 991px) {
  .cc-bar .cc-close {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 499px) {
  .cc-bar .cc-close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .cc-bar .cc-close:after, .cc-bar .cc-close:before {
    top: 18px;
  }
}
@media (max-width: 499px) {
  .cc-bar .cc-title {
    padding-right: 25px;
  }
}
.cc-bar .cc-bar-container {
  z-index: 9999992;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1180px;
  max-height: calc(100vh - 50px);
  padding: 50px;
  border-radius: 50px;
  background: #fff url("../images/cookie-box-bg-U0jITzY.png") no-repeat center left;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .cc-bar .cc-bar-container {
    column-gap: 20px;
    padding: 40px;
    border-radius: 30px;
    background-size: auto 100%;
  }
}
.cc-bar .cc-bar-container .cc-bar-row {
  display: flex;
  align-items: center;
  column-gap: 80px;
}
@media (max-width: 991px) {
  .cc-bar .cc-bar-container .cc-bar-row {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 20px;
  }
}
.cc-bar .cc-bar-container .cc-bar-row .cc-bar-content {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-content {
    padding: 40px 0 40px 40px;
  }
}
.cc-bar .cc-bar-container .cc-bar-row .cc-bar-action {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin: 15px 0 0 0;
  width: 100%;
}
@media (min-width: 991px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-action {
    flex: 1 0 310px;
    max-width: 310px;
    margin: 0;
  }
}
.cc-bar .cc-bar-container .cc-bar-row .cc-bar-action .cc-btn {
  width: 100%;
  height: 55px;
}
@media (min-width: 991px) {
  .cc-bar .cc-bar-container .cc-bar-row .cc-bar-action .cc-btn {
    height: 65px;
  }
}

.cc-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cc-modal.active {
  opacity: 1;
  visibility: visible;
}
.cc-modal * {
  box-sizing: border-box;
}
.cc-modal .cc-close {
  position: absolute;
  top: 0;
  right: 0;
}
.cc-modal .cc-modal-box {
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  max-width: 1230px;
  display: block;
  background-color: #fff;
  padding: 75px 75px 0;
  position: relative;
  text-align: left;
  overflow: scroll;
  border-radius: 7px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .cc-modal .cc-modal-box {
    padding: 50px 50px 0;
  }
}
@media (max-width: 767px) {
  .cc-modal .cc-modal-box {
    padding: 30px 30px 0;
  }
}
.cc-modal .cc-modal-box::-webkit-scrollbar {
  display: none;
}
.cc-modal .cc-modal-box .cc-modal-content {
  width: 100%;
  padding: 0 0 75px;
}
@media (max-width: 991px) {
  .cc-modal .cc-modal-box .cc-modal-content {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .cc-modal .cc-modal-box .cc-modal-content {
    padding: 0 0 30px;
  }
}
.cc-modal .cc-modal-box .cc-modal-content .cc-modal-header {
  /*@media(min-width: $modalWidth + 1) {
    max-width: 50%;
  }*/
}
.cc-modal .cc-modal-box .cc-modal-content .cc-modal-header .cc-p {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .cc-modal .cc-modal-box .cc-modal-content .cc-modal-header .cc-p {
    font-size: 14px;
    line-height: 18px;
  }
}
.cc-modal .cc-modal-box .cc-modal-content .cc-accordion {
  padding-top: 30px;
}
.cc-modal .cc-modal-box .cc-modal-content .cc-modal-submit {
  display: flex;
  justify-content: flex-end;
  padding-top: 35px;
}

.cc-accordion {
  list-style: none;
  padding: 0;
  margin: 0 0 -10px;
}
.cc-accordion li {
  left: -25px;
  border-radius: 0;
  width: calc(100% + 50px);
  padding: 10px 25px;
  position: relative;
  border-bottom: solid 1px #ECECEC;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-property: background, margin, border;
}
@media (max-width: 991px) {
  .cc-accordion li {
    width: calc(100% + 30px);
    padding: 5px 15px;
    left: -15px;
  }
}
.cc-accordion li:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.cc-accordion li.active {
  border-radius: 7px;
  background-color: #F0F4F7;
  margin-bottom: 10px;
  border-bottom-color: transparent;
}
.cc-accordion li.active:before {
  opacity: 1;
}
.cc-accordion li.active .cc-item-wrap .cc-title i {
  top: 3px;
  transform: rotate(45deg) scale(-1);
  -moz-transform: rotate(45deg) scale(-1);
  -o-transform: rotate(45deg) scale(-1);
  -ms-transform: rotate(45deg) scale(-1);
  -webkit-transform: rotate(45deg) scale(-1);
}
.cc-accordion li .cc-item-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cc-accordion li .cc-item-wrap .cc-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 19px;
  flex-grow: 1;
  cursor: pointer;
  padding: 15px 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-title {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media (max-width: 599px) {
  .cc-accordion li .cc-item-wrap .cc-title {
    font-size: 16px;
    line-height: 18px;
  }
}
.cc-accordion li .cc-item-wrap .cc-title i {
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
  transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.cc-accordion li .cc-item-wrap .cc-title i:before, .cc-accordion li .cc-item-wrap .cc-title i:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #717171;
}
.cc-accordion li .cc-item-wrap .cc-title i:before {
  width: 2px;
  height: 100%;
}
.cc-accordion li .cc-item-wrap .cc-title i:after {
  width: 100%;
  height: 2px;
}
.cc-accordion li .cc-item-wrap .cc-switch input {
  display: none;
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label {
  background-color: #B83946;
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label:before {
  left: calc(50% + 12px);
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch input:checked + label:before {
    left: calc(50% + 2px);
  }
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label i {
  top: calc(50% - 7px);
  left: 65px;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch input:checked + label i {
    left: 35px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label i:after, .cc-accordion li .cc-item-wrap .cc-switch input:checked + label i:before {
  background-color: #B83946;
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label i:after {
  width: 6px;
  left: 2px;
  top: 10px;
}
.cc-accordion li .cc-item-wrap .cc-switch input:checked + label i:before {
  left: 8px;
  top: 0;
}
.cc-accordion li .cc-item-wrap .cc-switch input:disabled + label svg {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 16px;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch input:disabled + label svg {
    top: 7px;
    right: 7px;
    width: 14px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch input:disabled + label i:after, .cc-accordion li .cc-item-wrap .cc-switch input:disabled + label i:before {
  display: none;
}
.cc-accordion li .cc-item-wrap .cc-switch label {
  background-color: #DBDBDB;
  position: relative;
  display: flex;
  border-radius: 40px;
  width: 90px;
  height: 40px;
  cursor: pointer;
  transition: background 0.2s ease 0s;
  -webkit-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch label {
    width: 55px;
    height: 30px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch label:before {
  content: "";
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  transition: left 0.2s ease 0s;
  -webkit-transition: left 0.2s ease 0s;
  -o-transition: left 0.2s ease 0s;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch label:before {
    top: 4px;
    left: 4px;
    height: 22px;
    width: 22px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch label i {
  height: 12px;
  width: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 14px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-item-wrap .cc-switch label i {
    left: 9px;
  }
}
.cc-accordion li .cc-item-wrap .cc-switch label i:after, .cc-accordion li .cc-item-wrap .cc-switch label i:before {
  background-color: #c2c2c2;
  content: "";
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cc-accordion li .cc-item-wrap .cc-switch label i:after {
  height: 2px;
  left: 0;
  top: 5px;
  width: 12px;
}
.cc-accordion li .cc-item-wrap .cc-switch label i:before {
  height: 12px;
  width: 2px;
  left: 5px;
  top: 0;
}
.cc-accordion li .cc-ac-content {
  display: none;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .cc-accordion li .cc-ac-content {
    overflow-y: auto;
  }
}
.cc-accordion li .cc-ac-content > * {
  margin-bottom: 20px;
}
.cc-accordion li .cc-ac-content > *:nth-last-child(1) {
  margin-bottom: 0 !important;
}
.cc-accordion li .cc-ac-content .cc-p {
  font-size: 15px;
  line-height: 22px;
}
.cc-accordion li .cc-ac-content table {
  border-collapse: collapse;
  width: calc(100% - 20px) !important;
  font-size: 14px;
  line-height: 18px;
  color: #424242;
  position: relative;
  left: -10px;
}
@media (max-width: 767px) {
  .cc-accordion li .cc-ac-content table {
    width: 667px !important;
  }
}
.cc-accordion li .cc-ac-content table tr {
  border-bottom: solid 1px #ECECEC;
}
.cc-accordion li .cc-ac-content table td, .cc-accordion li .cc-ac-content table th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
  padding: 5px 10px;
  width: 150px;
  word-wrap: anywhere;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-ac-content table td, .cc-accordion li .cc-ac-content table th {
    width: 120px;
  }
}
.cc-accordion li .cc-ac-content table td:nth-of-type(1), .cc-accordion li .cc-ac-content table th:nth-of-type(1) {
  width: 220px;
}
@media (max-width: 991px) {
  .cc-accordion li .cc-ac-content table td:nth-of-type(1), .cc-accordion li .cc-ac-content table th:nth-of-type(1) {
    width: 150px;
  }
}
.cc-accordion li .cc-ac-content table td:nth-last-of-type(1), .cc-accordion li .cc-ac-content table th:nth-last-of-type(1) {
  width: auto;
}

.cc-loader {
  display: none;
  border-radius: 50%;
  border-top-color: #B7B7B7;
  border-right-color: #B7B7B7;
  border-bottom-color: #B7B7B7;
  border-left-color: #B83946;
  border-style: solid;
  border-width: 4px;
  margin: 0 auto;
  position: relative;
  transform: translateZ(0);
  animation: cc-load 1.1s infinite linear;
  width: 24px;
  height: 24px;
}
.cc-loader.active {
  display: block;
}

@-webkit-keyframes cc-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cc-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css-qXofOHW.map */
