@font-face {
  font-display: swap;
  font-family: "Astakhov First One Stripe";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/3857-font.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Akrobat-Light.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Akrobat-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/Akrobat-SemiBold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Akrobat-Bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Akrobat";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/Akrobat-ExtraBold.woff2") format("woff2");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body,
ul {
  margin: 0;
}

body {
  color: #181818;
  font-family: "Akrobat", sans-serif;
  font-size: 22px;
  background-color: #f9f7f4;
  line-height: 1;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul,
td,
input {
  padding: 0;
}

ul {
  list-style-type: none;
}

address {
  font-style: normal;
  margin-bottom: 0;
}

a {
  display: inline-block;
}

img,
button,
input {
  user-select: none;
}

button,
select,
label {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
select {
  -webkit-appearance: none;
}

input:focus,
select:focus {
  outline: none;
}

button,
input,
font {
  font-family: inherit;
}

textarea {
  resize: none;
}

font,
label,
button {
  font-size: inherit;
}

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

@media screen and (min-width: 993px) {
  html {
    scroll-behavior: smooth;
  }
}

@media (max-width: 992px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 1 auto;
}

.container {
  width: 100%;
  max-width: 1780px;
  padding: 0 15px;
  margin: 0 auto;
}

.container:before,
.container:after {
  appearance: none;
}

@media screen and (min-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.owl-carousel .product-layout {
  height: 100%;
}

.product-thumb {
  border: none;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-thumb .image {
  padding: 20px;
  border: 0.79px dashed #181818;
  border-radius: 10px;
  position: relative;
}

.product-thumb .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.79px solid #181818;
  border-radius: 10px;
}

.owl-carousel .product-thumb .image img {
  width: auto;
}

.product-no-stock {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffb836;
  padding: 0 10px;
  border-radius: 5px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 15px;
}

.product-grid .product-thumb .caption,
.product-thumb .caption {
  padding: 30px 0 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.product-grid .product-thumb .caption > a,
.product-thumb .caption > a {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 37.79px;
  line-height: 130%;
  margin-bottom: 27px;
  flex-grow: 1;
}

.product-specs {
  display: flex;
  gap: 30px;
  margin-bottom: 22px;
}

.product-specs__item {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 16.51px;
  line-height: 130%;
  color: #18181880;
}

.product-specs__item span {
  display: block;
  margin-top: 8px;
  font-size: 22.93px;
  color: #181818;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #181818;
  padding-top: 15px;
  align-items: center;
}

.product-thumb .price {
  color: inherit;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 35px;
  line-height: 130%;
}

.product-thumb .price-new {
  font-weight: inherit;
  color: #f8951d;
}

.product-thumb .price-old {
  color: #aeaeae;
  margin-left: 19px;
  font-weight: 600;
}

.product-thumb .button-group {
  border: none;
  background-color: transparent;
  overflow: hidden;
}

.product-thumb .button-group a {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffb836;
}

.product-thumb .button-group a:hover {
  background-color: #181818;
}

.product-thumb .button-group path {
  stroke: #181818;
}

.product-thumb .button-group a:hover path {
  stroke: #fff;
}

@media (max-width: 992px) {
  .product-thumb .image a img {
    height: 250px;
    width: auto;
  }

  .product-grid .product-thumb .caption > a,
  .product-thumb .caption > a {
    font-size: 28.79px;
    line-height: 41px;
    margin-bottom: 25px;
  }

  .product-specs {
    margin-bottom: 31px;
  }

  .product-specs__item {
    font-size: 15px;
  }

  .product-specs__item span {
    font-size: 18px;
  }

  .product-thumb .price {
    font-size: 22px;
  }

  .product-thumb .price-old {
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .product-thumb .image a img {
    height: 219px;
  }

  .product-grid .product-thumb .caption,
  .product-thumb .caption {
    padding: 15px 0 0;
  }

  .product-grid .product-thumb .caption > a,
  .product-thumb .caption > a {
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .product-specs {
    margin-bottom: 15px;
  }

  .product-specs__item {
    font-size: 14px;
  }

  .product-specs__item span {
    font-size: 14px;
  }

  .product-thumb .price {
    font-size: 20px;
  }

  .product-thumb .price-old {
    margin-left: 0;
    display: block;
    margin-bottom: 4px;
  }
}

.owl-carousel .owl-stage-outer {
  z-index: 2;
  margin: -5px;
  padding: 5px;
}

.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -126px;
  right: -15px;
  margin-top: 0;
  display: flex;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  margin: 15px;
  background: none;
  border-radius: 50%;
  border: 1.92px solid #181818;
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover {
  background: #181818;
}

.owl-carousel.owl-theme .owl-nav .disabled:hover {
  background: none;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:not(.disabled):hover path {
  stroke: #fff;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] path {
  stroke: #181818;
}

@media (min-width: 768px) {
  .owl-carousel:not(
    .home-products.owl-carousel,
    #information-information .owl-carousel
  ) {
    min-height: 575px;
  }
}

@media (min-width: 375px) {
  .owl-carousel:not(
    .home-products.owl-carousel,
    #information-information .owl-carousel
  ) {
    min-height: 490px;
  }
}

@media (max-width: 992px) {
  .owl-carousel.owl-theme .owl-nav {
    top: -113px;
  }
}

@media (max-width: 767px) {
  .owl-carousel.owl-theme .owl-nav {
    top: -73px;
    right: -10px;
  }

  .owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    width: 43px;
    height: 43px;
    margin: 10px;
    right: -10px;
  }

  .owl-carousel.owl-theme .owl-nav [class*="owl-"] svg {
    width: 17px;
    height: 14px;
  }
}

.backdrop {
  position: fixed;
  inset: 0;
  background-color: #18181870;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 30px;
}

.backdrop.active {
  opacity: 1;
  visibility: visible;
}

.popup {
  background: #f9f7f4;
  border-radius: 21px;
  padding: 50px 60px;
  outline: 2px dashed #fefdf2;
  max-width: 991px;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  width: 100%;
}

.backdrop.active .popup {
  transform: scale(1);
}

.popup__close {
  background: none;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
}

.popup__close path {
  fill: #181818;
}

.popup__title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 40px;
  margin-bottom: 60px;
  line-height: 1.3;
}

.popup__form-input {
  margin-bottom: 30px;
  position: relative;
}

.popup__form-input input,
.popup__form-input textarea {
  border-bottom: 1px solid #4b4b4b;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 14px 0;
  font-size: 21.1px;
  line-height: 100%;
  color: #757575;
  width: 100%;
  background: none;
  border-radius: 0;
}

.popup__form-input textarea {
  min-height: 133px;
}

.popup__form-input textarea:focus {
  outline: none;
}

.popup__btn {
  padding: 21px 80px;
  font-weight: 600;
  line-height: 130%;
  width: 100%;
  background: #ffb836;
  border: none;
  border-radius: 21px;
}

.popup__btn:hover {
  background: #181818;
  color: #fff;
}

@media (max-width: 992px) {
  .popup {
    padding: 40px 30px;
    max-width: none;
  }

  .popup__close {
    top: 49px;
    right: 34px;
  }

  .popup__title {
    margin-bottom: 40px;
  }

  .popup__form-input input,
  .popup__form-input textarea {
    padding: 14px 0 16px;
    font-size: 18px;
  }

  .cooperation-popup__checkbox input:checked + label::before {
    background-size: 13px 12px;
  }

  .popup__btn {
    font-size: 20px;
    padding: 17px 80px;
  }
}

@media (max-width: 767px) {
  .backdrop {
    padding: 15px;
  }

  .popup {
    padding: 30px 20px;
    outline: none;
  }

  .popup__close {
    top: 34px;
    right: 14px;
  }

  .popup__title {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .popup__form-input {
    margin-bottom: 20px;
  }

  .popup__form-input input,
  .popup__form-input textarea {
    padding: 16px 0 10px;
    font-size: 16px;
  }

  .popup__form-input textarea {
    min-height: 100px;
  }

  .popup__btn {
    font-size: 16px;
  }
}

.cooperation-btn {
  display: flex;
  justify-self: center;
  border-radius: 10px;
}

.cooperation-popup__form-inner {
  display: flex;
  gap: 47px;
}

.cooperation-popup__form-column {
  flex-basis: 50%;
}

.cooperation-popup__checkbox {
  margin-bottom: 40px;
}

.cooperation-popup__checkbox + .error-message {
  margin-top: -31px;
  margin-bottom: 40px;
}

.cooperation-popup__checkbox input {
  appearance: none;
  position: absolute;
}

.cooperation-popup__checkbox input:focus {
  outline: none;
}

.cooperation-popup__checkbox input:checked + label::before {
  background-color: #ffb836;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M13.5 1.5L7 13L1 6" stroke="%23181818" stroke-width="1.83565" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 15px 14px;
  background-position: center;
  border-color: #ffb836;
}

.cooperation-popup__checkbox label {
  padding-left: 35px;
  margin-bottom: 0;
  position: relative;
}

.cooperation-popup__checkbox label::before {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  border: 1px solid #181818;
  content: "";
}

.form-message {
  text-align: center;
  display: block;
}

.form-message.error {
  color: #f8951d;
  margin-top: 20px;
}

.error-message {
  margin-top: 10px;
  color: #f8951d;
  display: block;
}

@media (max-width: 992px) {
  .cooperation-popup__checkbox input:checked + label::before {
    background-size: 13px 12px;
  }
}

@media (max-width: 767px) {
  .cooperation-popup__form-inner {
    flex-direction: column;
    gap: 0;
  }

  .cooperation-popup__form-column {
    flex-basis: 100%;
  }

  .cooperation-popup__checkbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .cooperation-popup__checkbox label {
    line-height: 1;
  }

  .cooperation-popup__checkbox + .error-message {
    margin-top: -15px;
    margin-bottom: 30px;
  }
}

.eighteen-plus {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("https://cult.firemoretest.space/image/catalog/backgrounds/18-plus-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100000;
  background-color: #f5f2ed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100svh;
}

.eighteen-plus img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eighteen-plus__container {
  max-width: 1020px;
  margin: 0 auto;
}

.eighteen-plus__title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 75px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.eighteen-plus__question {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 40px;
}

.eighteen-plus__buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

.eighteen-plus__btn {
  border-radius: 10px;
  padding: 21px 80px;
  border: none;
}

.eighteen-plus__btn.no {
  background: #181818;
  color: #fff;
  width: 100%;
}

.eighteen-plus__btn.no:hover {
  background: #ffb836;
  color: #181818;
}

.eighteen-plus__btn.yes {
  background: #ffb836;
}

.eighteen-plus__btn.yes:hover {
  background: #181818;
  color: #fff;
}

.eighteen-plus__text {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 992px) {
  .eighteen-plus img {
    height: 144px;
    width: auto;
  }

  .eighteen-plus__container {
    max-width: 670px;
  }

  .eighteen-plus__title {
    font-size: 50px;
  }

  .eighteen-plus__question {
    font-size: 30px;
  }

  .eighteen-plus__text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .eighteen-plus img {
    height: 70px;
  }

  .eighteen-plus__container {
    max-width: 426px;
  }

  .eighteen-plus__title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 25px;
  }

  .eighteen-plus__question {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  .eighteen-plus__buttons {
    flex-direction: column;
    gap: 19px;
    margin-bottom: 25px;
    width: 100%;
  }

  .eighteen-plus__text {
    font-size: 18px;
  }
}

.eighteen-minus {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("https://cult.firemoretest.space/image/catalog/backgrounds/18-plus-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100001;
  background-color: #f5f2ed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.eighteen-minus__container {
  max-width: 1020px;
  margin: 0 auto;
}

.eighteen-minus__title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 75px;
  line-height: 95%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.eighteen-minus__title span {
  font-size: 180px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.eighteen-minus__title span path {
  fill: #181818;
}

.eighteen-minus__text {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 992px) {
  .eighteen-minus__container {
    max-width: 620px;
  }

  .eighteen-minus__title {
    font-size: 50px;
  }

  .eighteen-minus__title span {
    font-size: 140px;
  }

  .eighteen-minus__title svg {
    width: 157px;
    height: 228px;
  }
}

@media (max-width: 767px) {
  .eighteen-minus__container {
    max-width: 360px;
  }

  .eighteen-minus__title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .eighteen-minus__title svg {
    width: 94px;
    height: 135px;
  }

  .eighteen-minus__title span {
    font-size: 70px;
  }

  .eighteen-minus__text {
    font-size: 18px;
  }
}

.alert-box {
  position: fixed;
  left: 50%;
  top: 151px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 40;
}

.alert {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 0;
  gap: 15px;
  border: 2px dashed #ffb836;
  background-color: #f9f7f4;
  color: #181818;
}

.alert i {
  color: #ffb836;
}

.alert span {
  flex-grow: 1;
}

.alert-success,
.alert-danger {
  color: inherit;
  background-color: #f9f7f4;
  border-color: #ffb836;
}

.close {
  font-size: 40px;
  line-height: 50%;
}

@media (max-width: 1200px) {
  .alert-box {
    top: 140px;
  }
}

@media (max-width: 767px) {
  .alert-box {
    top: 115px;
  }
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.btn {
  padding: 21px 80px;
  font-size: 22px;
  border: none;
  border-radius: 21px;
  box-shadow: none;
  line-height: 130%;
}

.btn-primary {
  color: #181818;
  text-shadow: none;
  background-color: #ffb836;
  background-image: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #181818 !important;
}

.btn.active,
.btn:active {
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.buttons {
  margin: 40px 0 0;
}

@media (max-width: 992px) {
  .btn {
    padding: 19px 80px;
    font-size: 18px;
  }

  .buttons {
    margin: 25px 0 40px;
  }

  .buttons > div {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    width: 100%;
    padding: 19px 62px;
  }

  .buttons {
    margin: 0 0 40px;
  }

  .buttons > div {
    width: 100%;
  }

  .buttons input.btn {
    margin-top: 15px;
  }
}

.column-left {
  width: 15.3%;
  flex-shrink: 0;
}

@media (max-width: 1440px) {
  .account-row .column-left {
    width: 20%;
  }
}

@media (max-width: 1200px) {
  .account-row .column-left {
    width: 24%;
  }
}

@media (max-width: 992px) {
  .column-left {
    width: 100%;
  }

  .column-left-hidden {
    display: none;
  }
}

/* HEADER */

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  transition: background-color 0.3s ease-out;
  min-height: 85px;
}

.header.scrolled {
  background: rgba(255, 255, 255, .05);
}

.header::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s 0s ease-out;
}

.scrolled.header::after {
  opacity: 1;
}

.header__container {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 1;
}

#logo {
  margin: 0;
  flex-grow: 1;
  min-height: 121px;
}

#logo > * {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown.open a.dropdown-toggle::before {
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header--home .dropdown.open a.dropdown-toggle::before {
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  line-height: 25.92px;
  position: relative;
  background-color: transparent;
  border: none;
}

a.dropdown-toggle::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 17px;
}

.dropdown-toggle:hover::before {
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header--home .dropdown-toggle {
  color: #fff;
}

.header--home .dropdown-toggle::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header--home .dropdown-toggle:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4L1 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.header-dropdown-toggle > span {
  color: transparent;
}

.dropdown-menu {
  min-width: 208px;
  padding: 10px 0;
  margin: 20px 0 0;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-menu li {
  line-height: 18px;
}

.dropdown-menu > li > a {
  padding: 5px 15px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.dropdown-menu li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: inherit;
  background: none;
  font-weight: 700;
}

.header-telephone {
  font-size: 20px;
  line-height: 25.92px;
  position: relative;
  margin-left: 12px;
}

.header-telephone::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  white-space: nowrap;
}

.header-telephone:hover::before {
  font-weight: 700;
}

.header-telephone > span {
  color: transparent;
}

.header--home .header-telephone {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1919px) {
  .dropdown-toggle {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  #logo {
    min-height: 110px;
  }

  #logo img {
    height: 110px;
    width: auto;
  }

  .dropdown.for-customers {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-telephone {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__container {
    gap: 20px;
  }

  #logo {
    min-height: 85px;
  }

  #logo img {
    height: 85px;
  }

  .header .dropdown {
    display: none;
  }

  .dropdown-menu {
    margin: 0;
  }
}

/* LANGUAGE */

.btn-group.open .dropdown-toggle {
  box-shadow: none;
  font-weight: 700;
}

.btn-group.open path {
  stroke-width: 2px;
}

.language-btn {
  background-color: #eeeeee;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
  width: 60px;
}

.language-btn:hover {
  font-weight: 700;
}

.language-btn svg {
  flex-shrink: 0;
}

.language-btn path {
  stroke: #000;
}

.language-btn:hover path {
  stroke-width: 2px;
}

.header--home .language-btn {
  background-color: transparent;
  color: #fff;
  padding: 15px 0;
  width: 31px;
}

.header--home .language-btn path {
  stroke: #fff;
}

#form-language .dropdown-menu {
  min-width: 70px;
}

.btn-group > .dropdown-menu {
  font-size: 16px;
}

.language-select {
  background: none;
  padding: 5px 0;
  border: none;
  font-size: 18px;
  line-height: 25px;
}

.language-select:hover {
  font-weight: 700;
}

@media (max-width: 992px) {
  .language-btn {
    background-color: transparent;
    padding: 0;
    width: 31px;
  }
}

@media (max-width: 767px) {
  .language-btn {
    font-size: 15px;
    width: 29px;
  }

  #form-language .dropdown-menu {
    min-width: 45px;
  }

  .language-select {
    font-size: 16px;
    padding: 0;
  }
}

#menu {
  background: none;
  border: none;
  min-height: 55px;
  position: relative;
}

#menu #category {
  padding: 18px 52px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-shadow: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="166" height="55" viewBox="0 0 166 55" fill="none"><path d="M157.902 55L8.09756 54.2949V36.6667L0 28.9103L8.09756 20.4487V0H157.902V20.4487L166 28.9103L157.902 36.6667V55Z" fill="%23FFB836"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-weight: 400;
  min-height: 44px;
}

#menu #category.active,
#menu #category:hover {
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg width='166' height='55' viewBox='0 0 166 55' xmlns='http://www.w3.org/2000/svg'><path d='M157.902 55L8.09756 54.2949V36.6667L0 28.9103L8.09756 20.4487V0H157.902V20.4487L166 28.9103L157.902 36.6667V55Z' fill='%233D2D0E'/></svg>");
}

#menu #category svg {
  display: none;
}

#menu #category rect {
  fill: #181818;
  transition: all 0.3s ease;
}

.header--home #menu #category rect {
  fill: #fff;
}

#category.active .line1 {
  transform: translateX(4px) rotate(45deg);
}

#category.active .line2 {
  opacity: 0;
}

#category.active .line3 {
  transform: translateX(-8px) translateY(3px) rotate(-45deg);
}

#menu .collapse {
  position: absolute;
  top: 100%;
  margin-top: 16px;
  z-index: 20;
  display: none;
  min-width: 208px;
  left: -21px;
}

.catalog-list {
  border-radius: 10px;
  padding: 15px;
  gap: 10px;
  background-color: #fff;
}

.catalog-list li {
  text-align: center;
  margin-bottom: 10px;
  line-height: 18px;
}

.catalog-list li:last-child {
  margin-bottom: 0;
}

.catalog-list a {
  font-size: 18px;
  line-height: 25px;
}

.catalog-list a:hover {
  font-weight: 700;
}

.mobile-catalog {
  display: none;
}

@media (max-width: 992px) {
  #menu {
    min-height: 41px;
  }

  #menu #category {
    padding: 14px 52px;
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  #menu {
    min-height: 18px;
    position: relative;
    order: -1;
  }

  #menu #category {
    padding: 0;
    background: none;
  }

  #menu #category.active,
  #menu #category:hover {
    background: none;
  }

  #menu #category span {
    display: none;
  }

  #menu #category svg {
    display: block;
  }

  #menu .collapse {
    margin-top: -1px;
    top: calc(100% + 21px);
    min-width: 100vw;
    left: -15px;
    height: calc(100svh - 85px);
    background-color: #f9f7f4;
  }

  .header--home #menu .collapse {
    background-image: url(https://cult.firemoretest.space/image/catalog/backgrounds/home-texture.webp);
    background-color: #52651d;
  }

  .catalog-list {
    display: none;
  }

  .mobile-catalog {
    padding: 25px 15px 15px;
    display: block;
  }

  .mobile-catalog__item {
    border-radius: 10px;
    padding: 20px 20px 0;
    border: 1px solid #000000;
  }

  .header--home .mobile-catalog__item {
    background-color: #fff;
    border: none;
  }

  .mobile-catalog__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .mobile-catalog__item-title {
    display: flex;
    justify-content: space-between;
    font-family: "Astakhov First One Stripe", sans-serif;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    align-items: center;
    padding-bottom: 20px;
  }

  .mobile-catalog__item-title svg {
    transition: transform 0.3s ease;
  }

  .mobile-catalog__item-title.active svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  .mobile-catalog__list {
    padding-bottom: 10px;
    display: none;
  }

  .mobile-catalog__list li {
    margin-bottom: 10px;
    line-height: 18px;
  }
}

#cart {
  margin: 0;
}

#cart.has-items .cart-btn path {
  fill: #ffb836;
}

.cart-btn {
  background: none;
  border: none;
}

.cart-btn path {
  fill: #3d2d0e;
}

.header--home .cart-btn path {
  fill: #fff;
}

#cart-total {
  border-radius: 9.6px;
  font-size: 10px;
  line-height: 20.17px;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: -4px;
  right: -2px;
  z-index: 10;
  background-color: #ebebeb;
}

.cart {
  display: flex;
  flex-direction: column;
}

.cart__close {
  background: none;
  position: absolute;
  top: 60px;
  right: 54px;
  border: none;
}

.cart__close path {
  fill: #181818;
}

.cart__title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 40px;
  line-height: 95%;
  margin-bottom: 20px;
}

.cart__item.cart-products {
  overflow-y: auto;
  overflow-x: hidden;
}

.cart-product {
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}

.cart-product:not(:last-child) {
  border-bottom: 1px dashed #181818;
}

.cart-product__image {
  margin-right: 27px;
}

.cart-product__image a {
  width: 83px;
  height: 83px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.75px solid #181818;
  border-radius: 20px;
}

.cart-product__image .img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.cart-product__info {
  line-height: 120%;
  flex-grow: 1;
  margin-right: 98px;
}

.cart-product__info span {
  display: block;
  margin-top: 5px;
}

.cart-product__amount {
  display: flex;
  align-items: center;
  margin-right: 31px;
}

.cart-product__amount-btn {
  background: none;
  border-radius: 35.21px;
  border: 0.79px solid #181818;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}

.cart-product__amount-btn:hover {
  background-color: #181818;
  color: #fff;
}

.cart-product__amount-input {
  width: 49px;
  border: none;
  background: none;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

.cart-product__total {
  line-height: 120%;
  margin-right: 25px;
  min-width: 67px;
}

.cart-product__btn {
  background: none;
  border: none;
  margin-right: -6px;
}

.cart-product__btn:hover path {
  fill: #ffa500;
}

.cart-product__btn path {
  fill: #181818;
}

.cart-footer {
  padding-top: 30px;
  border-top: 1px dashed #181818;
}

.cart-footer__totals {
  max-width: 352px;
  margin-left: auto;
}

.cart-footer__total {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 120%;
}

.cart-footer__total:not(:last-child) {
  display: none;
}

.cart-footer__buttons {
  display: flex;
  gap: 30px;
}

.cart-footer__button {
  flex-basis: 50%;
  border-radius: 21px;
  padding: 21px;
  text-align: center;
  font-size: 20px;
  line-height: 130%;
}

.cart-footer__button.continue:hover,
.cart-footer__button.checkout:hover {
  background-color: #181818;
  color: #ffff;
}

.cart-footer__button.continue {
  background: none;
  border: 1px solid #181818;
}

.cart-footer__button.checkout {
  background: #ffb836;
}

@media (max-width: 992px) {
  .cart__close {
    top: 45px;
    right: 24px;
  }

  .cart__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .cart-product__image {
    margin-right: 20px;
  }

  .cart-product__image a {
    width: 71px;
    height: 71px;
    padding: 9px;
  }

  .cart-product__info {
    margin-right: 35px;
  }

  .cart-product__amount {
    margin-right: 30px;
  }

  .cart-product__total {
    line-height: 120%;
    margin-right: 24px;
    min-width: 69px;
  }

  .cart-footer__totals {
    max-width: 196px;
  }

  .cart-footer__buttons {
    gap: 20px;
  }

  .cart-footer__button {
    flex-basis: 50%;
    padding: 23px;
  }
}

@media (max-width: 767px) {
  .cart-btn svg {
    width: 25px;
    height: 25px;
  }

  #cart-total {
    font-size: 7px;
    line-height: 9px;
    width: 15px;
    height: 15px;
    bottom: -2px;
    right: -1px;
  }

  .cart-backdrop.backdrop {
    align-items: flex-end;
    padding: 60px 0 0;
  }

  .cart-backdrop.backdrop.active .popup.cart {
    transform: translateY(0);
  }

  .cart.popup {
    overflow-y: visible;
    height: 100%;
    border-radius: 21px 21px 0 0;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
  }

  .cart__close {
    top: 32px;
    right: 16px;
  }

  .cart__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .cart__item.cart-products {
    flex-grow: 1;
  }

  .cart-product {
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .cart-product:last-child {
    border-bottom: none;
  }

  .cart-product__info {
    margin-right: 0;
    width: calc(100% - 91px);
  }

  .cart-product__amount {
    flex-grow: 1;
  }

  .cart-product__amount-btn {
    width: 45px;
    height: 45px;
  }

  .cart-product__amount-input {
    width: 36px;
  }

  .cart-product__total {
    min-width: 48px;
  }

  .cart-footer {
    border-top: 1px dashed #181818;
    padding-top: 20px;
  }

  .cart-footer__totals {
    max-width: none;
  }

  .cart-footer__total {
    margin-bottom: 20px;
  }

  .cart-footer__buttons {
    flex-direction: column;
  }

  .cart-footer__button {
    flex-basis: 100%;
    padding: 17px;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  #cart {
    order: 2;
  }
}

footer {
  margin-top: 73px;
  padding-top: 0;
  background: none;
  border: none;
  color: #fff;
}

footer a {
  color: #f2f2f2;
}

footer a:hover {
  color: inherit;
  font-weight: 600;
}

.footer-disclaimer {
  margin-bottom: 60px;
}

.footer-disclaimer img {
  margin: 0 auto;
  width: 90%;
}

.footer-container {
  background-color: #181818;
}

.footer-container__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.footer-brand__social {
  margin-top: 30px;
}

.footer-brand__social p {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 20.5px;
  line-height: 36px;
}

.footer-brand__social span {
  font-size: 37px;
  display: block;
  margin-top: 15px;
  line-height: 50px;
}

.footer-brand__socials {
  margin-top: 28px;
  display: flex;
  gap: 14px;
}

.footer-brand__socials-link {
  background: #ffb836;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-brand__socials-link:not(:last-child) path {
  fill: #181818;
}

.footer-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-info__block {
  font-weight: 300;
  line-height: 120%;
  color: #f2f2f2;
}

.footer-info__block:not(:last-child) {
  margin-bottom: 12px;
}

.footer-info__block span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
}

.footer-col {
  width: 17%;
}

.footer-extra li,
.footer-catalog li {
  line-height: 120%;
}

.footer-extra li:not(:last-child),
.footer-catalog li:not(:last-child) {
  margin-bottom: 16px;
}

.footer-powered {
  font-size: 18px;
  line-height: 120%;
  color: #f2f2f2;
  margin-bottom: 41px;
}

@media (min-width: 993px) and (max-width: 1920px) {
  footer a {
    font-size: 18px;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .footer-container__inner {
    gap: 50px;
  }
}

@media (max-width: 1200px) {
  .footer-disclaimer {
    margin-bottom: 29px;
  }

  .footer-container__inner {
    flex-wrap: wrap;
    gap: 0 30px;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-col {
    width: 30%;
  }
}

@media (max-width: 992px) {
  footer {
    margin-top: 0;
  }

  .footer-brand__social {
    margin-top: 30px;
  }

  .footer-brand__social span {
    line-height: 36px;
  }

  .footer-title {
    font-size: 22px;
  }

  .footer-info__block:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer-extra li {
    line-height: 120%;
  }

  .footer-extra li:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer-powered {
    margin-bottom: 50px;
    margin-top: 42px;
  }
}

@media (max-width: 767px) {
  footer {
    margin-top: 40px;
  }

  .footer-disclaimer {
    margin-bottom: 23px;
  }

  .footer-brand {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .footer-brand img {
    height: 140px;
    width: auto;
  }

  .footer-brand__social {
    margin-top: 0;
    text-align: center;
  }

  .footer-brand__social p {
    font-size: 13.5px;
  }

  .footer-brand__social span {
    font-size: 24.4px;
    margin-top: 18px;
  }

  .footer-brand__socials {
    margin-top: 20px;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-info__block {
    line-height: 20px;
  }

  .footer-info__block:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer-extra li {
    line-height: 20px;
  }

  .footer-extra li:not(:last-child) {
    margin-bottom: 15px;
  }

  .footer-powered {
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 16px;
  }
}

@media (max-width: 629px) {
  .footer-col {
    width: 100%;
  }
}

#search {
  margin-bottom: 0;
}

#search .input-lg {
  height: 71px;
  line-height: 100%;
  padding: 13px 0;
}

.header-search__btn {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
  transition:
    color 0.3s ease,
    fill 0.3s ease;
  display: flex;
}

.header-search__btn path {
  fill: #000;
  stroke: #000;
}

.header-search__btn.active path {
  fill: #ffb836 !important;
  stroke: #ffb836 !important;
}

.header--home .header-search__btn path {
  fill: #fff;
  stroke: #fff;
}

.search {
  position: absolute;
  width: 100%;
  left: 0;
  top: 134px;
  border-radius: 21px;
  padding: 50px;
  background: #f9f7f4;
  border: 1px solid #000000;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: all 0.25s ease;
  z-index: 100;
}

.search.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.header--home .search {
  outline: 2px dashed #fefdf2;
  border: none;
}

.search__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.search__title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 40px;
  line-height: 95%;
}

.search__close {
  background: none;
  border: none;
}

.search__input {
  display: flex;
  gap: 50px;
}

.search__input-btn {
  background: #f9f7f4;
  border: 1px solid #000000;
}

.search__input-btn svg {
  display: none;
}

.search__input-btn path {
  fill: #000;
  stroke: #000;
}

.search__input-btn:hover {
  background: #ffb836;
  border-color: #ffb836;
}

.ajax-search-container {
  overflow-y: auto;
  max-height: calc(100svh - 435px);
  margin: 0 -10px;
  background-color: #f9f7f4;
}

.ajax-search-results {
  padding: 35px 10px 0;
}

.search-fallback-title {
  margin-bottom: 40px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.no-results p {
  margin-bottom: 3px;
}

@media screen and (max-width: 992px) {
  .ajax-search-container {
    max-height: calc(100svh - 424px);
  }

  #search .input-lg,
  .search__input-btn {
    height: 61px;
  }
}

@media screen and (max-width: 767px) {
  .search {
    top: 87px;
    padding: 30px;
  }

  .search__header {
    margin-bottom: 25px;
  }

  .search__title {
    font-size: 24px;
  }

  .search__input {
    gap: 25px;
  }

  #search .input-lg,
  .search__input-btn {
    height: 59px;
  }

  .search__input-btn {
    width: auto;
    padding: 19px;
  }

  .search__input-btn svg {
    display: block;
  }

  .search__input-btn span {
    display: none;
  }

  .ajax-search-container {
    overflow-y: auto;
    max-height: calc(100svh - 297px);
  }

  .search-fallback-title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 406px) {
  .ajax-search-container .product-layout {
    flex-basis: 100% !important;
  }
}

@media (max-width: 375px) {
  #search {
    order: 1;
  }
}

@media (max-width: 767px) {
  #common-success .btn {
    margin-top: 15px;
  }
}

.home-hero {
  background-image: url(https://cult.firemoretest.space/image/catalog/backgrounds/home-texture.webp);
  background-color: #52651d;
  background-repeat: round;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  transition: background-color 600ms ease;
}

.home-hero.is-changing .home-hero__container,
.home-hero.is-changing .home-product-cards {
  opacity: 0.96;
  transform: translateY(-2px);
}

.home-hero__container,
.home-product-cards {
  transition: opacity 400ms ease, transform 400ms ease;
}

.home-hero__container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 180px;
  margin-bottom: 80px;
}

.home-hero__container h1 {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 100px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  min-height: 2.6em;
}

.home-hero__container span {
  color: #ffb836;
}

.home-product-cards {
  position: relative;
}

.home-products {
  margin: 0 auto 100px;
  max-width: 1340px;
  min-height: 271px;
}

.home-products.owl-carousel .owl-stage {
  display: flex;
}

.home-card {
  display: flex;
  justify-content: center;
  gap: 60px;
  position: relative;
  height: 100%;
}

.home-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
  max-width: 420px;
}

.home-card__category {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 30px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 18px;
}

.home-card__name {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 94px;
  line-height: 120%;
  margin-bottom: 18px;
  color: #ffb836;
  text-align: right;
}

.home-card__description {
  font-size: 18px;
  color: #f2f2f2;
  max-width: 274px;
  text-align: right;
  flex-grow: 1;
}

.home-card__ingredients {
  font-size: 18px;
  line-height: 140%;
  text-align: right;
  max-width: 274px;
  color: #f2f2f2;
}

.home-card__ingredients p {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
  color: #ffffff;
}

.home-card__image {
  padding: 22px;
  border: 0.79px dashed #ffffff70;
  border-radius: 10px;
  max-width: 380px;
  width: 100%;
}

.home-card__image-link {
  border: 0.79px solid #ffffff70;
  border-radius: 10px;
  padding: 51px 78px 67px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-card__specs {
  flex-grow: 1;
  max-width: 420px;
  width: 100%;
}

.home-card__specs-inner {
  max-width: 298px;
}

.home-card__list {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #f2f2f2;
}

.home-card__list span {
  font-weight: 700;
}

.home-card__table {
  padding-top: 50px;
  border-top: 0.79px dashed #ffffff70;
  display: flex;
  gap: 20px;
  margin-bottom: 51px;
}

.home-card__column {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 18px;
  line-height: 26.88px;
  color: #ffffff70;
}

.home-card__column:not(:last-child) {
  padding-right: 20px;
  border-right: 0.79px dashed #ffffff70;
}

.home-card__column span {
  display: block;
  margin-top: 28px;
  font-size: 30px;
  line-height: 33px;
  color: #fff;
}

.home-card__button {
  border-radius: 10px;
  padding: 21px 80px;
  background: #ffb836;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 18px;
  line-height: 130%;
  border: none;
  width: 100%;
  text-align: center;
}

.home-card__button:hover {
  background: #181818;
  color: #fff;
}

.home-products .owl-stage-outer {
  overflow-x: hidden;
  padding-bottom: 198px;
  margin-bottom: -198px;
  margin-left: -80px;
  padding-left: 80px;
}

.home-products.owl-theme .owl-nav {
  position: static;
  justify-content: center;
  margin-top: 106px;
}

.home-products.owl-theme .owl-nav [class*="owl-"] {
  border-color: #fff;
  z-index: 10;
}

.home-products.owl-theme .owl-nav [class*="owl-"] path {
  stroke: #fff;
}

.home-products-custom-counter {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 19.2px;
  line-height: 130%;
  color: #f2f2f2;
}

.home-card__title {
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 34.6px;
  line-height: 130%;
  color: #ffffff;
  z-index: 9999;
}

@media (min-width: 1440px) {
  .home-products {
    min-height: 674px;
  }

  .home-products.owl-theme .owl-nav {
    gap: 245px;
  }

  .home-products.has-wide-title .owl-nav {
    gap: 380px;
  }
}

@media (max-width: 1439px) {
  .home-hero__container {
    margin-bottom: 137px;
  }

  .home-hero__container h1 {
    font-size: 58px;
  }

  .home-products {
    margin: 0 auto 99px;
    max-width: 380px;
  }

  .home-card {
    display: block;
  }

  .home-card__info {
    display: none;
  }

  .home-card__list {
    display: none;
  }

  .home-card__table {
    display: none;
  }

  .home-card__button {
    border-radius: 10px;
    padding: 16px 80px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
    position: absolute;
  }

  .home-products .owl-stage-outer {
    padding-bottom: 15px;
    margin-bottom: -15px;
    margin-left: -15px;
    padding-left: 15px;
  }

  .home-products.owl-theme .owl-nav {
    position: absolute;
    justify-content: space-between;
    margin-top: 0;
    width: calc(100% + 181px);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    gap: 0;
  }

  .home-products-custom-counter {
    display: none;
  }

  .home-card__title {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1919px) {
  .home-hero__container h1 {
    font-size: 85px;
  }

  .home-card__name {
    font-size: 85px;
  }
}

@media (min-width: 993px) {
  .home-hero > .container {
    min-height: 478px;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .home-products {
    min-height: 506px;
  }
}

@media (max-width: 767px) {
  .home-hero {
    height: 100%;
  }

  .home-hero__container {
    margin-top: 129px;
    margin-bottom: 59px;
  }

  .home-hero__container h1 {
    font-size: 41px;
  }

  .home-products {
    margin: 0 auto 20px;
    max-width: 260px;
  }

  .home-card__image {
    padding: 15px;
    max-width: 260px;
  }

  .home-card__image-link {
    padding: 46px 46px 70px;
  }

  .home-card__button {
    border-radius: 10px;
    padding: 12px 66px;
    width: 78%;
    bottom: 28px;
  }

  .home-products .owl-stage-outer {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .home-products.owl-theme .owl-nav {
    width: calc(100% + 115px);
  }

  .home-products.owl-theme .owl-nav [class*="owl-"] {
    width: 34px;
    height: 34px;
  }

  .home-products-custom-counter {
    display: flex;
    position: static;
    transform: translateX(0);
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media (min-width: 376px) and (max-width: 767px) {
  .home-products {
    min-height: 398px;
  }
}

@media (max-width: 375px) {
  .home-products {
    max-width: 190px;
  }

  .home-card__button {
    padding: 12px 36px;
  }
}

.partner {
  margin-bottom: 200px;
  background-image: url("https://cult.firemoretest.space/image/catalog/backgrounds/partner-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 368px;
}

.partner__container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 170px;
}

.partner__container h2 {
  margin-top: 160px;
  margin-bottom: 31px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 70.8px;
  line-height: 95%;
}

.partner__container p {
  max-width: 992px;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 60px;
}

.partner__btn {
  border-radius: 10px;
  padding: 21px 80px;
  font-weight: 600;
  line-height: 130%;
  border: none;
  background-color: #ffb836;
}

.partner__btn:hover {
  background-color: #181818;
  color: #fff;
}

@media (max-width: 992px) {
  .partner {
    margin-bottom: 50px;
    background-image: url("https://cult.firemoretest.space/image/catalog/backgrounds/partner-bg-tablet.webp");
  }

  .partner__container {
    margin-bottom: 69px;
  }

  .partner__container h2 {
    margin-top: 128px;
    margin-bottom: 40px;
    font-size: 58px;
  }

  .partner__container p {
    max-width: none;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .partner {
    margin-bottom: 0;
    margin-top: 62px;
    background-image: url("https://cult.firemoretest.space/image/catalog/backgrounds/partner-bg-mobile.webp");
  }

  .partner__container {
    margin-bottom: 0;
  }

  .partner__container h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 41px;
  }

  .partner__container p {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .partner__btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .partner__container h2 {
    line-height: 120%;
  }
}

#common-success h1 {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 61px;
  line-height: 95%;
  text-transform: uppercase;
  margin-bottom: 63px;
}

#common-success p a:hover {
  font-weight: 700;
}

.common-row {
  display: flex;
  gap: 80px;
}

.common-content {
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .common-row .column-left {
    width: 24%;
  }
}

@media (max-width: 992px) {
  #common-success h1 {
    margin-bottom: 50px;
    font-size: 61px;
  }
}

@media (max-width: 767px) {
  #common-success h1 {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 120%;
  }
}

.featured {
  padding-top: 200px;
  padding-bottom: 200px;
}

.featured-carousel .owl-stage {
  display: flex;
}

@media (max-width: 992px) {
  .featured {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .featured {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

.list-group {
  margin-bottom: 0;
}

.list-group a {
  padding: 20px 0;
  margin-bottom: 0;
  border-top: 1px dashed #181818;
  border-bottom: none;
  border-left: none;
  border-right: none;
  color: #181818;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  white-space: nowrap;
}

.list-group a:last-child,
.list-group a:last-child.active,
.list-group a:last-child.active:hover,
.list-group a:last-child:hover {
  border-bottom: 1px dashed #181818;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #ffa500;
  background: none;
  border-top: 1px dashed #181818;
  border-bottom: none;
  border-left: none;
  border-right: none;
  text-shadow: none;
}

.list-group-item {
  background-color: transparent;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

@media (max-width: 992px) {
  .list-group {
    display: flex;
    gap: 51px;
    overflow-x: auto;
    padding-bottom: 3px;
    width: auto;
  }

  .list-group a {
    padding: 0;
    border: none;
    white-space: nowrap;
  }

  .list-group a:last-child,
  .list-group a:last-child.active,
  .list-group a:last-child.active:hover,
  .list-group a:last-child:hover {
    border-bottom: none;
  }

  .list-group a.active,
  .list-group a.active:hover,
  .list-group a:hover {
    border: none;
  }
}

@media (max-width: 767px) {
  .list-group {
    gap: 20px;
  }

  .list-group a {
    font-size: 20px;
  }

  .list-group a:not(:last-of-type) {
    padding: 0 20px 0 0;
    border-right: 1px dashed #000000;
  }

  .list-group a:not(:last-of-type).active,
  .list-group a:not(:last-of-type).active:hover,
  .list-group a:not(:last-of-type):hover {
    border-right: 1px dashed #000000;
  }
}

.latest {
  padding-top: 121px;
  padding-bottom: 23px;
}

.latest__title {
  margin-bottom: 71px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.latest-carousel .owl-stage {
  display: flex;
}

@media (max-width: 1200px) {
  .latest {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .latest__title {
    margin-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .latest {
    padding-bottom: 0;
  }

  .latest__title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
    width: 129px;
  }
}

.breadcrumb {
  margin: 184px 0 53px 0;
  padding: 0 0 3px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  color: #18181880;
  font-size: 18px;
  line-height: 120%;
  white-space: nowrap;
  overflow-y: auto;
}

.breadcrumb > li {
  text-shadow: none;
}

.breadcrumb > li a:hover {
  color: #181818;
}

.breadcrumb > li:not(:first-child),
.breadcrumb > li:not(:last-child) {
  text-shadow: none;
  padding: 0 10px;
}

.breadcrumb > li:first-child {
  padding: 0 10px 0 0;
}

.breadcrumb > li:last-child {
  padding: 0 0 0 10px;
}

.breadcrumb > li:last-child {
  color: #181818;
}

.breadcrumb > li:after {
  content: "/";
  top: 50%;
  right: -8px;
  width: 8px;
  height: 22px;
  border: none;
  transform: rotate(0) translateY(-50%);
}

.breadcrumb > li:last-child:after {
  display: none;
}

.product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 63px;
}

.product-header .form-group {
  margin-bottom: 0;
}

.product-header label {
  margin-bottom: 0;
}

.product-header__title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 61px;
  line-height: 95%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.input-group .input-group-addon {
  font-size: 24px;
  height: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0 9px;
  border-radius: 0;
}

.input-group-addon {
  color: #181818;
  background-color: transparent;
  border: none;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 24px;
}

.product-header__group::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'><path d='M7 1L4.00002 4L1 1' stroke='%23181818' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product-header__control {
  line-height: 22px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding-left: 9px;
  padding-right: 25px;
}

@media (max-width: 992px) {
  .breadcrumb {
    margin: 124px 0 37px 0;
    font-size: 16px;
  }

  .product-header {
    margin-bottom: 40px;
  }

  .product-header .input-group {
    display: none;
  }

  .product-header__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .breadcrumb {
    margin: 114px 0 27px 0;
  }

  .breadcrumb > li:after {
    width: 7px;
    height: 19px;
    right: -6px;
  }

  .product-header {
    margin-bottom: 30px;
  }

  .product-header__title {
    font-size: 30px;
  }
}

.category-row {
  display: flex;
  gap: 33px;
}

.category-content {
  flex-grow: 1;
}

.products {
  display: flex;
  flex-wrap: wrap;
  gap: 61px 30px;
}

.product-layout,
#product-category .with-cl.product-layout {
  flex-basis: calc((100% - 90px) / 4);
}

#product-category .without-cl.product-layout,
#product-search .product-layout {
  flex-basis: calc((100% - 120px) / 5);
}

.category-description {
  margin-top: 63px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 33px;
}

.category-description ul {
  list-style-type: disc;
  padding-left: 21px;
}

.category-description p:last-child {
  margin-bottom: 0;
}

.category-more {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 74px;
  align-items: center;
}

.category-more__btn {
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 33px;
  border: 1px dashed #181818;
  color: #181818;
  background-color: transparent;
  border-radius: 10px;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  padding: 0 40px;
}

.category-more__btn:hover {
  color: #181818;
  background-color: #ffb836;
  border-color: #ffb836;
}

@media (min-width: 993px) and (max-width: 1546px) {
  .ocf-between {
    flex-wrap: wrap !important;
  }

  .ocf-between button {
    width: 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-layout,
  #product-category .with-cl.product-layout {
    flex-basis: calc((100% - 60px) / 3);
  }

  #product-category .without-cl.product-layout,
  #product-search .product-layout {
    flex-basis: calc((100% - 90px) / 4);
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-layout,
  #product-category .with-cl.product-layout {
    flex-basis: calc((100% - 30px) / 2);
  }

  #product-category .without-cl.product-layout,
  #product-search .product-layout {
    flex-basis: calc((100% - 60px) / 3);
  }
}

@media (max-width: 992px) {
  .category-row {
    flex-direction: column;
    gap: 47px;
  }

  .products {
    display: flex;
    flex-wrap: wrap;
    gap: 61px 20px;
  }

  .product-layout {
    flex-basis: calc((100% - 40px) / 3) !important;
  }

  .category-more {
    margin-top: 50px;
  }

  .category-more__btn {
    height: 50px;
    font-size: 16px;
    padding: 0 30px;
  }

  .category-description {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .category-row {
    gap: 30px;
  }

  .products {
    gap: 30px 20px;
  }

  .product-layout {
    flex-basis: calc((100% - 20px) / 2) !important;
  }

  .category-more {
    margin-top: 30px;
  }

  .category-more__btn {
    height: 40px;
    padding: 0 20px;
  }

  .category-description {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .category-description ul {
    padding-left: 18px;
  }
}

@media (max-width: 375px) {
  .product-layout {
    flex-basis: 100% !important;
  }
}

.product-row {
  display: flex;
  gap: 88px;
  justify-content: space-between;
}

.product-images {
  position: relative;
  flex-basis: 50%;
}

.thumbnails {
  display: flex;
  gap: 27px;
  margin-left: 0;
  position: sticky;
  top: 130px;
  overflow: visible;
}

.thumbnails > li {
  margin-left: 0;
}

.product-img-additional {
  max-width: 115px;
  width: 100%;
}

.thumbnails .image-additional {
  width: 100%;
  max-width: 115px;
  margin-left: 0;
}

.image-additional a {
  margin-bottom: 30px;
  border: 0.75px solid #181818;
  border-radius: 20px;
  background-color: transparent;
}

.image-additional a.thumbnail.active,
.image-additional a.thumbnail:focus,
.image-additional a.thumbnail:hover {
  border-color: #f8951d;
  background-color: #f6ece0;
}

.image-additional .thumbnail a > img,
.image-additional .thumbnail > img {
  height: 101px;
  width: auto;
}

.image-additional a.thumbnail.active {
  border-color: #f8951d;
  background-color: #f6ece0;
}

.product-img-main {
  flex-grow: 1;
  padding: 25px;
  border: 0.79px dashed #181818;
  border-radius: 10px;
  max-height: calc(100svh - 155px);
  position: relative;
}

.product-img-main img {
  height: 100%;
  width: auto;
}

.thumbnail {
  margin-bottom: 0;
  background-color: transparent;
  border: 0.79px solid #181818;
  border-radius: 10px;
  height: 100%;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: inherit;
}

.product-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-basis: 50%;
}

.product-details-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-link-back {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #f8951d;
  width: max-content;
}

.product-link-back path {
  stroke: #f8951d;
}

.product-category {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.product-name {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 116%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.product-details__sku {
  font-size: 20px;
  line-height: 120%;
}

.product-details__specs {
  display: flex;
  gap: 30px;
}

.product-details__specs-item {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 24px;
  line-height: 130%;
  color: #18181880;
}

.product-details__specs-item:not(:last-child) {
  padding-right: 30px;
  position: relative;
}

.product-details__specs-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: repeating-linear-gradient(
    to bottom,
    #181818 0,
    #181818 4px,
    transparent 4px,
    transparent 8px
  );
  transform: scaleX(0.66);
  transform-origin: left;
}

.product-details__specs-item span {
  display: block;
  color: #181818;
  margin-top: 10px;
}

.product-details__description {
  line-height: 130%;
  color: #18181880;
}

.product-details__description p:last-child {
  margin-bottom: 0;
}

.product-details__description ul {
  list-style: disc;
  padding-left: 21px;
}

.product-details__price {
  font-size: 50px;
  line-height: 50px;
}

.product-details__price-current {
  font-weight: 800;
  color: #f8951d;
}

.product-details__price-old {
  font-weight: 600;
  text-decoration: line-through;
  color: #aeaeae;
  margin-left: 30px;
}

.product-details__stock {
  margin-bottom: 0;
}

.product-details__options {
  border-top: 0.75px dashed #181818;
}

.product-details__options-item {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 0.75px dashed #181818;
}

.product-details__options-item path {
  fill: #181818;
}

.product-details__options-text {
  line-height: 120%;
  flex-grow: 1;
}

.product-details__options-price {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
}

.product-details__btn {
  border-radius: 21px;
  padding: 19px 33px;
  background-color: #ffb836;
  border: none;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  height: 55px;
  width: 145px;
}

.product-details__btn:hover {
  background-color: #181818;
  color: #fff;
}

.product-details__btn span:last-child {
  display: none;
}

.product-details__amount {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 145px;
}

.product-details__amount-btn {
  width: 50px;
  height: 50px;
  border-radius: 35.21px;
  border: 0.79px solid #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 28.17px;
  line-height: 130%;
  background-color: transparent;
  padding: 0;
}

.product-details__amount-btn:hover {
  background-color: #181818;
  color: #fff;
}

.product-details__amount-input {
  width: 43px;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 20px;
  line-height: 130%;
}

.product-details__no-stock {
  border: 1px solid #000;
  background-color: transparent;
}

.product-details__no-stock:hover {
  border-color: #ffb836;
  background-color: #ffb836;
}

.product-details__attribute-groups-table {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 0.75px dashed #181818;
}

.product-details__attribute-groups-column:not(:first-child) {
  padding-left: 30px;
  border-left: 0.66px dashed #181818;
  /* max-width: 140px; */
}

.product-details__attribute-groups-inner {
  height: 100%;
}

.product-details__attribute-groups-column p {
  font-family: "Astakhov First One Stripe", sans-serif;
  margin-bottom: 24px;
  color: #18181880;
}

.product-details__attribute-groups-column span {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.product-details__attribute-groups-column path {
  fill: #181818;
}

.product-details__attribute-group {
  padding: 30px 0;
  border-bottom: 0.75px dashed #181818;
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: space-between;
}

.product-details__attribute-group-inner {
  flex-grow: 1;
}

.product-details__attribute-group svg {
  transition: transform 0.3s;
  cursor: pointer;
  flex-shrink: 0;
}

.product-details__attribute-group.open svg {
  transform: rotate(45deg);
}

.product-details__attribute-group-name {
  font-family: "Astakhov First One Stripe", sans-serif;
  line-height: 120%;
  cursor: pointer;
  user-select: none;
}

.product-details__attribute-group-text {
  line-height: 140%;
  color: #18181880;
  margin-top: 20px;
  display: none;
  overflow: hidden;
}

.product-details__attribute-group.open .product-details__attribute-group-text {
  display: block;
}

.product-buy-btn {
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 30px;
  width: auto;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 19;
}

.product-buy-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.product-review-status {
  display: flex;
  padding-top: 121px;
  gap: 88px;
  align-items: flex-start;
}

.product-review {
  flex-basis: 50%;
}

.product-review-title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product-review-tab {
  flex-basis: 50%;
  position: sticky;
  top: 131px;
  flex-grow: 1;
}

.product-review-tab__input {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.product-review-tab__input span {
  display: block;
  opacity: 0.7;
  margin-top: 6px;
}

.product-review-tab__rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-right: 15px;
  padding-left: 15px;
  gap: 10px;
}

.product-review-tab__rating input {
  display: none;
}

.product-review-tab__rating label {
  width: 43px;
  height: 45px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 41'%3E%3Cpath d='M20.4473 0L25.2743 15.5471H40.895L28.2576 25.1558L33.0846 40.7029L20.4473 31.0942L7.80988 40.7029L12.6369 25.1558L-0.000450134 15.5471H15.6202L20.4473 0Z' fill='%23E6E6E6'/%3E%3C/svg%3E")
    center / contain no-repeat;
  margin-bottom: 15px;
}

.product-review-tab__rating label:hover,
.product-review-tab__rating label:hover ~ label,
.product-review-tab__rating input:checked ~ label {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 41'%3E%3Cpath d='M20.4473 0L25.2743 15.5471H40.895L28.2576 25.1558L33.0846 40.7029L20.4473 31.0942L7.80988 40.7029L12.6369 25.1558L-0.000450134 15.5471H15.6202L20.4473 0Z' fill='%23FFB836'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.product-description-seo {
  margin-top: 50px;
  text-align: left !important;
}

.product-related {
  padding-top: 121px;
  padding-bottom: 23px;
}

.product-related__title {
  margin-bottom: 71px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.product-accessories {
  padding-top: 121px;
  padding-bottom: 23px;
}

.product-accessories__title {
  margin-bottom: 71px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.product-recommends {
  padding-top: 121px;
  padding-bottom: 23px;
}

.product-recommends__title {
  margin-bottom: 71px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.product-snacks {
  padding-top: 121px;
  padding-bottom: 23px;
}

.product-snacks__title {
  margin-bottom: 71px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.inform-popup.popup {
  max-width: 700px;
}

@media (max-width: 1200px) {
  .product-row {
    gap: 22px;
  }

  .product-images {
    max-width: 40%;
    flex-shrink: 0;
  }

  .thumbnails {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .product-img-additional {
    max-width: none;
  }

  .thumbnails .image-additional {
    width: 100%;
    max-width: 62px;
  }

  .thumbnails .image-additional:not(:first-child) {
    margin-left: 20px;
  }

  .image-additional a {
    margin-bottom: 0;
    padding: 12px;
    border-radius: 21px;
  }

  .image-additional .thumbnail a > img,
  .image-additional .thumbnail > img {
    height: 38px;
    width: auto;
  }

  .product-img-main {
    padding: 20px;
  }

  .product-link-back {
    font-size: 18px;
  }

  .product-link-back svg {
    width: 16px;
    height: 15px;
  }

  .product-name {
    font-size: 50px;
  }

  .product-details__sku {
    font-size: 18px;
  }

  .product-details__specs {
    gap: 20px;
  }

  .product-details__specs-item:not(:last-child) {
    padding-right: 20px;
  }

  .product-details__price {
    font-size: 40px;
  }

  .product-details__options-item {
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 20px;
  }

  .product-details__options-item svg {
    display: none;
  }

  .product-details__attribute-groups-table {
    padding-bottom: 25px;
  }

  .product-details__attribute-groups-column p {
    font-size: 20px;
  }

  .product-review-status {
    gap: 22px;
  }

  .product-review {
    max-width: 40%;
  }

  .product-related {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-related__title {
    margin-bottom: 54px;
  }

  .product-accessories {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-accessories__title {
    margin-bottom: 54px;
  }

  .product-recommends {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-recommends__title {
    margin-bottom: 54px;
  }

   .product-snacks {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-snacks__title {
    margin-bottom: 54px;
  }
}

@media (max-width: 992px) {
  .product-details__attribute-groups-table {
    gap: 30px 0;
    padding-bottom: 25px;
    flex-wrap: wrap;
  }

  .product-details__attribute-groups-column:not(:last-child) {
    flex-basis: 50%;
    padding-bottom: 30px;
    border-bottom: 0.66px dashed #181818;
  }

  .product-details__attribute-groups-column:not(:first-child) {
    padding-left: 0;
    max-width: 50%;
    border-left: none;
  }

  .product-details__attribute-groups-inner {
    position: relative;
  }

  .product-details__attribute-groups-column:nth-child(odd):not(:last-child)
    .product-details__attribute-groups-inner {
    padding-right: 20px;
  }

  .product-details__attribute-groups-column:nth-child(odd):not(:last-child)
    .product-details__attribute-groups-inner::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: repeating-linear-gradient(
      to bottom,
      #181818 0,
      #181818 4px,
      transparent 4px,
      transparent 8px
    );
    transform: scaleX(0.66);
    transform-origin: left;
  }

  .product-details__attribute-groups-column:nth-child(even) {
    padding-left: 20px;
  }

  .product-review-status {
    flex-direction: column;
    padding-top: 50px;
    gap: 50px;
  }

  .product-review {
    max-width: none;
  }

  .product-review,
  .product-review-tab {
    width: 100%;
  }

  .product-review-tab {
    padding-bottom: 50px;
  }

  .product-review-status .buttons,
  .product-review-status .buttons > div {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .product-row {
    flex-direction: column;
    gap: 25px;
  }

  .product-details-main {
    gap: 25px;
  }

  .product-images {
    max-width: none;
  }

  .product-img-main img {
    max-height: 644px;
    height: auto;
  }

  .product-details {
    gap: 25px;
  }

  .product-details__sku {
    font-size: 16px;
  }

  .product-details__specs-item {
    font-size: 22px;
  }

  .product-details__description {
    line-height: 24px;
    font-size: 18px;
  }

  .product-details__description ul {
    list-style: disc;
    padding-left: 21px;
  }

  .product-details__price {
    font-size: 30px;
    line-height: 30px;
  }

  .product-details__options-item {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .product-details__options-price {
    font-size: 18px;
  }

  .product-details__btn {
    padding: 16px 28px;
    font-size: 16px;
    line-height: 18px;
    height: 50px;
    width: 126px;
  }

  .product-details__amount {
    max-width: 126px;
  }

  .product-details__amount-btn {
    width: 45px;
    height: 45px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }

  .product-details__amount-input {
    width: 36px;
    font-size: 18px;
  }

  .product-details__no-stock {
    padding: 19px 46px;
  }

  .product-details__attribute-groups-table {
    gap: 20px 0;
  }

  .product-details__attribute-groups-column:not(:last-child) {
    padding-bottom: 20px;
  }

  .product-details__attribute-groups-column p {
    font-size: 18px;
  }

  .product-details__attribute-groups-column span {
    font-size: 18px;
  }

  .product-details__attribute-groups > p {
    font-size: 18px;
  }

  .product-buy-btn {
    display: block;
  }

  .product-review-title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
  }

  .product-review-tab__rating label {
    width: 22px;
    height: 23px;
  }

  .product-review-tab {
    padding-bottom: 0;
  }

  .product-related {
    padding-bottom: 0;
  }

  .product-related__title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
    width: 129px;
  }

  .product-accessories {
    padding-bottom: 0;
  }

  .product-accessories__title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
    width: calc(100% - 126px);
  }

  .product-recommends {
    padding-bottom: 0;
  }

  .product-recommends__title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
    width: calc(100% - 126px);
  }

  .product-snacks {
    padding-bottom: 0;
  }

  .product-snacks__title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
    width: calc(100% - 126px);
  }
}

@media (max-width: 375px) {
  .product-details__btn {
    padding: 16px 18px;
    border-radius: 50%;
    font-size: 28.17px;
    width: 50px;
  }

  .product-details__btn span:last-child {
    display: block;
  }

  .product-details__btn span:first-child {
    display: none;
  }
}

.beerbox-boxes {
  display: flex;
  gap: 40px;
  margin-bottom: 63px;
}

.beerbox-box {
  flex-basis: calc((100% - 80px) / 3);
  display: flex;
  gap: 20px;
  padding: 15px;
  border: 0.79px solid #181818;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
}

.beerbox-box.active,
.beerbox-box:hover {
  border: 0.79px solid #ffb836;
  background: #f6ece0;
}

.beerbox-box.active {
  cursor: default;
}

.beerbox-box__info {
  max-width: 176px;
}

.beerbox-box__name {
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.beerbox-box__price {
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  color: #f8951d;
}

.beerbox-row {
  display: flex;
  gap: 32px;
}

.beerbox-products {
  flex-grow: 1;
}

.beerbox-categories {
  display: flex;
  margin-bottom: 58px;
}

.beerbox-category {
  flex: 1;
  padding: 15px;
  font-weight: 800;
  line-height: 30px;
  border-bottom: 1px solid #000000;
  text-align: center;
  cursor: pointer;
}

.beerbox-category.active,
.beerbox-category:hover {
  color: #f8951d;
  border-color: #f8951d;
}

.beerbox-category.active {
  cursor: default;
}

.beerbox-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.beerbox-card {
  flex-basis: calc((100% - 90px) / 4);
  border-radius: 10px;
  padding: 20px;
  border: 1px dashed #000000;
  border-radius: 10px;
}

.beerbox-card__image {
  position: relative;
}

.beerbox-card__image img {
  height: 169px;
  margin: 0 auto;
}

.beerbox-card__name {
  margin-top: 29px;
  margin-bottom: 19px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 28px;
  line-height: 130%;
}

.beerbox-card__specs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.beerbox-card__specs-column {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 16.85px;
  color: #18181870;
  line-height: 130%;
}

.beerbox-card__specs-column span {
  display: block;
  margin-top: 5px;
  color: #181818;
  font-size: 20.29px;
}

.beerbox-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.beerbox-card__price {
  font-weight: 800;
  font-size: 28px;
  line-height: 130%;
  color: #f8951d;
}

.beerbox-card__price span {
  display: block;
  color: #aeaeae;
  text-decoration: line-through;
}

.beerbox-card__add {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.beerbox-card__add-btn {
  width: 50px;
  height: 50px;
  border-radius: 35.21px;
  background: #ffb836;
  border: none;
  padding: 0 0 4px;
  font-weight: 600;
  font-size: 33px;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beerbox-card__add-btn:hover {
  background: #181818;
  color: #fff;
}

.beerbox-card__amount {
  display: flex;
  align-items: center;
}

.beerbox-card__amount-btn {
  width: 50px;
  height: 50px;
  border-radius: 35.21px;
  border: 0.79px solid #181818;
  font-weight: 500;
  font-size: 28.17px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.beerbox-card__amount-input {
  width: 42px;
  text-align: center;
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}

.beerbox-total {
  width: 23.6%;
  min-width: 23.6%;
}

.beerbox-total__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
}

.beerbox-total__products {
  margin-bottom: 5px;
}

.beerbox-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 37px;
}

.beerbox-product:not(:last-child) {
  border-bottom: 0.79px dashed #181818;
}

.beerbox-product__name {
  font-size: 18px;
  line-height: 120%;
}

.beerbox-product__name span {
  font-weight: 700;
}

.beerbox-product__btn {
  background: none;
  border: none;
  padding: 0;
}

.beerbox-product__btn path {
  fill: #181818;
}

.beerbox-product__btn:hover path {
  fill: #ffb836;
}

.beerbox-total__total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-end;
}

.beerbox-total__total-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

.beerbox-total__total-text {
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
}

.beerbox-total__btn {
  padding: 21px;
  border-radius: 10px;
  border: 1px solid #000000;
  font-weight: 600;
  line-height: 130%;
  background: none;
  width: 100%;
  margin-bottom: 20px;
}

.beerbox-total__btn:hover:not(:disabled) {
  background-color: #181818 !important;
  color: #fff;
}

.beerbox-total__limit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 120%;
}

.beerbox-total__warning {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .beerbox-boxes {
    gap: 20px;
    margin-bottom: 40px;
  }

  .beerbox-box {
    flex-basis: calc((100% - 40px) / 3);
  }

  .beerbox-box img {
    height: 53px;
    width: auto;
  }

  .beerbox-box__info {
    max-width: none;
  }

  .beerbox-box__name {
    margin-bottom: 15px;
    font-size: 19px;
  }

  .beerbox-box__price {
    font-size: 30px;
  }

  .beerbox-card {
    flex-basis: calc((100% - 60px) / 3);
  }
}

@media (max-width: 992px) {
  .beerbox-row {
    gap: 31px;
    margin-bottom: 50px;
  }

  .beerbox-categories {
    margin-bottom: 40px;
  }

  .beerbox-category {
    line-height: 20px;
    font-size: 18px;
  }

  .beerbox-cards {
    gap: 20px;
  }

  .beerbox-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  .beerbox-card__name {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .beerbox-card__specs {
    margin-bottom: 20px;
  }

  .beerbox-card__footer {
    flex-direction: column;
  }

  .beerbox-card__price {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .beerbox-card__price span {
    margin-top: 0;
  }

  .beerbox-card__add {
    align-items: center;
  }

  .beerbox-total__total-title {
    font-size: 22px;
  }

  .beerbox-total__total-title span {
    display: none;
  }

  .beerbox-total__btn {
    font-size: 18px;
  }
}

@media (max-width: 784px) {
  .beerbox-row {
    flex-direction: column;
  }

  .beerbox-card {
    flex-basis: calc((100% - 60px) / 3);
  }
}

@media (max-width: 767px) {
  .beerbox-boxes {
    margin-bottom: 20px;
    overflow-x: auto;
  }

  .beerbox-box {
    flex-shrink: 0;
    flex-basis: 222px;
  }

  .beerbox-box img {
    height: 52px;
  }

  .beerbox-box__name {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .beerbox-box__price {
    font-size: 23px;
  }

  .beerbox-row {
    gap: 30px;
    margin-bottom: 0;
  }

  .beerbox-categories {
    margin-bottom: 30px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .beerbox-category {
    padding: 15px 30px;
  }

  .beerbox-card {
    padding: 15px;
  }

  .beerbox-card__name {
    font-size: 23px;
  }

  .beerbox-card__specs-column {
    font-size: 14px;
  }

  .beerbox-card__specs-column span {
    font-size: 14px;
  }

  .beerbox-card__price {
    font-size: 23px;
  }

  .beerbox-card__add {
    width: 100%;
  }

  .beerbox-card__add-btn {
    width: 45px;
    height: 45px;
  }

  .beerbox-card__amount {
    width: 100%;
    justify-content: space-between;
  }

  .beerbox-card__amount-btn {
    width: 45px;
    height: 45px;
  }

  .beerbox-card__amount-input {
    font-size: 16px;
  }

  .beerbox-total {
    width: 100%;
  }

  .beerbox-total__title {
    font-size: 20px;
  }

  .beerbox-product__name {
    font-size: 16px;
  }

  .beerbox-total__total-text {
    font-size: 23px;
  }

  .beerbox-total__btn {
    font-size: 16px;
  }

  .beerbox-total__limit {
    font-size: 15px;
  }

  .beerbox-total__warning {
    font-size: 16px;
  }
}

@media (max-width: 475px) {
  .beerbox-card {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media (max-width: 331px) {
  .beerbox-card {
    flex-basis: 100%;
  }
}

.search-group {
  display: flex;
  gap: 50px;
}

.search-group__btn {
  background-color: #f9f7f4;
  border: 1px solid #000000;
}

.search-group__btn:hover {
  background-color: #ffb836;
  border-color: #ffb836;
}

.search-group__select {
  display: none;
}

#input-search {
  height: 71px;
  line-height: 100%;
  padding: 13px 0;
}

.search-checkbox {
  margin-bottom: 63px;
  margin-top: 25px;
}

.search-title {
  margin-bottom: 35px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

#product-search .featured {
  padding-top: 36px;
  padding-bottom: 0;
}

#product-search .featured .container {
  max-width: none;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .search-row {
    padding-bottom: 59px;
  }
}

@media (max-width: 992px) {
  #product-search .featured {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .search-group {
    gap: 25px;
  }

  .search-title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
  }

  .search-group__btn {
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
    width: 71px;
    padding: 19px 35px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M15.0194 13.8017L14.736 14.1516L15.0544 14.47L19.2923 18.7079L18.7049 19.2935L14.4659 15.0544L14.147 14.7355L13.797 15.0199C12.3942 16.16 10.6103 16.8432 8.66749 16.8432C4.16329 16.8432 0.5 13.1764 0.5 8.67159C0.5 4.16677 4.16329 0.5 8.66749 0.5C13.1719 0.5 16.8393 4.16709 16.8432 8.67202C16.8431 10.614 16.1562 12.3982 15.0194 13.8017ZM8.67159 1.32452C4.61931 1.32452 1.32452 4.61931 1.32452 8.67159C1.32452 12.7196 4.61911 16.0187 8.67159 16.0187C12.7239 16.0187 16.0187 12.7239 16.0187 8.67159C16.0187 4.61931 12.7239 1.32452 8.67159 1.32452Z' fill='%23000' stroke='%23000'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
  }

  #product-search .featured {
    padding-top: 18px;
  }
}

.review {
  border-radius: 20px;
  padding: 30px;
  border: 1px dashed #000000;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review + .review {
  margin-top: 30px;
}

.review__header {
  display: flex;
  gap: 30px;
  align-items: center;
}

.review__text {
  line-height: 140%;
}

.review__rating {
  flex-grow: 1;
  display: flex;
  gap: 5px;
}

.review__rating svg {
  width: 29px;
  height: 30px;
}

.review__images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.review__img img {
  aspect-ratio: 1 / 1;
  border-radius: 21px;
}

.text-no-reviews {
  line-height: 44px;
  color: #18181880;
  max-width: 447px;
}

@media (max-width: 1200px) {
  .review__rating svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 992px) {
  .review__rating svg {
    width: 29px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .review {
    padding: 20px;
  }

  .review__header {
    gap: 20px;
  }

  .review__rating svg {
    width: 15px;
    height: 15px;
  }

  .review__img img {
    height: 100px;
    width: auto;
  }
}

.pagination {
  display: flex;
  border-radius: 10px;
  justify-content: center;
  margin: 0;
  gap: 30px;
  margin-top: 40px;
}

.pagination > li > a,
.pagination > li > span {
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 33px;
  border: 1px dashed #181818;
  color: #181818;
  background-color: transparent;
  margin-left: 0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #181818;
  background-color: #ffb836;
  border-color: #ffb836;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #181818;
  background-color: #ffb836;
  border-color: #ffb836;
}

.pagination > li:first-child > a svg {
  transform: rotate(180deg);
}

.pagination > li > a svg {
  stroke: #181818;
}

@media (max-width: 992px) {
  .pagination {
    margin-top: 30px;
    gap: 20px;
  }

  .pagination > li > a,
  .pagination > li > span {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }

  .pagination > li > a,
  .pagination > li > span {
    width: 40px;
    height: 40px;
  }

  .pagination > li > a svg {
    width: 26px;
    height: 10px;
  }
}

legend {
  font-size: 22px;
  padding: 0 0 7px;
  color: inherit;
}

#information-information p,
#information-information div {
  line-height: 32px;
}

#information-information ul:not(.breadcrumb) {
  list-style-type: disc;
  padding-left: 21px;
}

.information-title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 61px;
  line-height: 120%;
  margin-bottom: 58px;
}

.info-title {
  margin-bottom: 40px;
}

.info-container {
  margin-bottom: 150px;
}

.info-text {
  margin: 0 auto 40px;
}

.information-owl.owl-carousel .owl-item img {
  width: auto;
}

.information-owl.owl-carousel {
  margin: 0 auto;
}

.information-owl.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%) translateX(50%);
}

@media (max-width: 992px) {
  .information-title {
    font-size: 50px;
  }

  #information-information p:last-child {
    margin-bottom: 82px;
  }

  .info-container {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  #information-information ul:not(.breadcrumb) {
    padding-left: 18px;
  }

  .information-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .info-title {
    line-height: 95%;
  }

  #information-information p:last-child {
    margin-bottom: 6px;
  }

  .info-container {
    margin-bottom: 60px;
  }

  .info-text {
    margin: 0 auto 30px;
  }
}

.information-advantages {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 150px;
}

.cooperation-advantages {
  margin-top: 90px;
}

.cooperation-advantage {
  font-weight: 600;
  line-height: 130%;
  text-align: center;
}

.cooperation-advantage:not(:last-child) {
  padding-right: 100px;
  border-right: 0.66px dashed #181818;
}

.cooperation-advantage span {
  display: block;
  margin-bottom: 20px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 78px;
  line-height: 80px;
  color: #f8951d;
}

.cooperation-types-owl {
  padding-top: 20px;
}

.cooperation-types-owl.owl-carousel {
  width: 77%;
}

.cooperation-types-owl.owl-carousel.owl-theme .owl-nav {
  width: 132%;
}

.partners-owl.owl-carousel {
  width: 87%;
}

.partners-owl.owl-carousel.owl-theme .owl-nav {
  width: 117%;
}

.cooperation-partner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cooperation-partner__name {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.coopertaion-partner__description {
  line-height: 34px;
}

.sertificates-owl.owl-carousel {
  width: 83%;
}

.sertificates-owl.owl-carousel.owl-theme .owl-nav {
  width: 122%;
}

.sertificate-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.sertificate-item img {
  width: 100%;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.sertificate-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sertificate-item:hover img {
  transform: scale(1.05);
}

.sertificate-item:hover::after {
  opacity: 1;
}

.cooperation-become-partner {
  margin-bottom: 0;
  padding-bottom: 41px;
}

.cooperation-become-partner__text {
  max-width: 1096px;
  line-height: 34px;
  margin: 0 auto 41px;
}

#information-information .cooperation-btn {
  border-radius: 21px;
}

@media (max-width: 1200px) {
  .information-advantages {
    gap: 48px;
    margin-bottom: 70px;
  }

  .cooperation-advantages {
    margin-top: 42px;
  }

  .cooperation-advantage:not(:last-child) {
    padding-right: 48px;
  }

  .cooperation-advantage span {
    margin-bottom: 15px;
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  .cooperation-types-owl.owl-carousel {
    width: 68%;
  }

  .cooperation-types-owl.owl-carousel.owl-theme .owl-nav {
    width: 153%;
  }

  .partners-owl.owl-carousel {
    width: 69%;
    padding-top: 20px;
  }

  .partners-owl.owl-carousel.owl-theme .owl-nav {
    width: 151%;
  }

  .sertificates-owl.owl-carousel {
    width: 76%;
  }

  .sertificates-owl.owl-carousel.owl-theme .owl-nav {
    width: 137%;
  }

  .cooperation-become-partner {
    padding-bottom: 61px;
  }

  .cooperation-become-partner__text {
    max-width: none;
  }

  #information-information .cooperation-btn {
    padding: 16px 80px;
  }
}

@media (max-width: 767px) {
  .information-advantages {
    gap: 20px 0;
    margin-bottom: 60px;
    flex-wrap: wrap;
  }

  .cooperation-advantages {
    margin-top: 30px;
  }

  .cooperation-advantage {
    flex-basis: 50%;
    font-size: 18px;
    position: relative;
  }

  .cooperation-advantage:nth-child(odd) {
    padding-right: 20px;
    border-right: none;
  }

  .cooperation-advantage:nth-child(even) {
    padding-right: 0;
    border-right: none;
    padding-left: 20px;
  }

  .cooperation-advantage:nth-child(even)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: repeating-linear-gradient(
      to bottom,
      #181818 0,
      #181818 4px,
      transparent 4px,
      transparent 8px
    );
    transform: scaleX(0.66);
    transform-origin: left;
  }

  .cooperation-advantage span {
    font-size: 30px;
  }

  .cooperation-types-owl {
    padding-top: 0;
  }

  .cooperation-types-owl.owl-carousel {
    width: 55%;
  }

  .cooperation-types-owl.owl-carousel.owl-theme .owl-nav {
    width: 191%;
  }

  .partners-owl.owl-carousel {
    width: 60%;
    padding-top: 0;
  }

  .partners-owl.owl-carousel .owl-item img {
    height: 80px;
  }

  .cooperation-partner__name {
    margin-top: 20px;
  }

  .coopertaion-partner__description {
    line-height: 24px;
  }

  .partners-owl.owl-carousel.owl-theme .owl-nav {
    width: 175%;
  }

  .cooperation-sertificates {
    margin-bottom: 0;
  }

  .sertificates-owl.owl-carousel {
    width: 64%;
  }

  .sertificates-owl.owl-carousel.owl-theme .owl-nav {
    width: 165%;
  }

  .cooperation-become-partner {
    padding-bottom: 25px;
    background-image: url("https://cult.firemoretest.space/image/catalog/backgrounds/partner-bg-mobile.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 468px;
  }

  .cooperation-become-partner__title {
    font-size: 41px;
    margin-bottom: 25px;
    padding-top: 72px;
  }

  .cooperation-become-partner__text {
    line-height: 35px;
    margin: 0 auto 25px;
  }

  #information-information .cooperation-btn {
    width: 100%;
    justify-content: center;
    border-radius: 10px;
    padding: 21px 80px;
  }
}

@media (max-width: 375px) {
  .cooperation-become-partner__title {
    line-height: 120%;
  }
}

.about-text {
  max-width: 1025px;
  text-align: center;
  line-height: 32px;
  margin: 0 auto 60px;
}

.about-text p:last-child {
  margin: 0 !important;
}

.about-image {
  display: flex;
  justify-content: center;
}

.about-advantages {
  margin-top: 60px;
}

.team-owl.owl-carousel {
  width: 86%;
}

.team-owl.owl-carousel.owl-theme .owl-nav {
  width: 118%;
}

.about-team-card {
  padding: 30px;
  border: 0.79px dashed #000000;
  border-radius: 21px;
}

.about-team-card__container {
  border-radius: 21px;
  padding: 30px;
  border: 0.79px solid #000000;
}

.about-team-card__container img {
  aspect-ratio: 1 / 1;
}

.about-team-card__name {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-team-card__position {
  line-height: 34px;
  text-align: center;
  display: block;
}

.about-info-container {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .about-advantages {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .about-text {
    max-width: none;
    margin: 0 auto 40px;
  }

  .team-owl.owl-carousel {
    width: 79%;
  }

  .team-owl.owl-carousel.owl-theme .owl-nav {
    width: 132%;
  }

  .about-team-card {
    padding: 20px;
  }

  .about-team-card__container {
    padding: 20px;
  }

  .about-info-container {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-text {
    margin: 0 auto 30px;
    line-height: 24px;
  }

  .about-advantages {
    margin-top: 30px;
  }

  .team-owl.owl-carousel {
    width: 69%;
  }

  .team-owl.owl-carousel.owl-theme .owl-nav {
    width: 153%;
  }

  .about-team-card {
    padding: 20px;
  }

  .about-team-card__container {
    padding: 20px;
  }

  .about-info-container {
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {
  .team-owl.owl-carousel {
    width: 60%;
  }

  .team-owl.owl-carousel.owl-theme .owl-nav {
    width: 177%;
  }

  .about-team-card {
    padding: 10px;
  }

  .about-team-card__container {
    padding: 10px;
  }

  .about-team-card__name {
    margin-bottom: 0;
  }
}

.panel {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.panel-body {
  padding: 0;
}

.contact-info {
  margin-bottom: 40px;
}

.contact-info__block {
  font-weight: 300;
  line-height: 120%;
}

.contact-info__block:not(:last-child) {
  margin-bottom: 12px;
}

.contact-info__block span {
  font-weight: 600;
}

.contact-info__block p {
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-info__block a:hover {
  font-weight: 600;
}

#information-contact iframe {
  width: 100%;
  height: 450px;
}

@media (min-width: 768px) and (max-width: 992px) {
  #information-contact iframe {
    margin-bottom: 30px;
  }
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 63px;
}

.blog-header label {
  margin-bottom: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
}

.blog-header__title {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 61px;
  line-height: 95%;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog-header__group {
  position: relative;
}

.blog-header__group::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'><path d='M7 1L4.00002 4L1 1' stroke='%23181818' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.blog-header__control {
  line-height: 22px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding-left: 9px;
  padding-right: 25px;
}

.blog-row {
  display: flex;
  gap: 90px;
}

.blog-row #tab-description ul {
  list-style-type: disc;
  padding-left: 21px;
}

.showcase-list {
  flex-grow: 1;
}

.news {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.showcase-list .with-cl.product-layout {
  flex-basis: calc((100% - 30px) / 2);
}

.showcase-list .without-cl.product-layout {
  flex-basis: calc((100% - 60px) / 3);
}

.showcase-list .product-layout {
  border: 0.79px dashed #000000;
  padding: 30px;
  border-radius: 21px;
}

.showcase-list .product-thumb {
  border: 0.79px solid #000000;
  padding: 30px;
  border-radius: 21px;
}

.showcase-list .product-thumb > a {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}

.showcase-list .product-thumb .image {
  padding: 0;
  border: none;
  border-radius: 21px;
}

.showcase-list .product-thumb .image a {
  border: none;
  border-radius: 21px;
  padding-top: 0;
  padding-bottom: 0;
}

.showcase-list .product-thumb .image img {
  max-height: 243px;
  width: auto;
}

.showcase-list .product-thumb .caption {
  padding: 0;
  min-height: 90px;
  margin-top: 30px;
}

.showcase-list .product-thumb .caption p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.product-thumb .button-group button {
  border-radius: 10px;
  padding: 21px 67px;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  border: 1px solid #000000;
  background-color: transparent;
  color: inherit;
  width: 100%;
  text-transform: none;
}

.product-thumb .button-group button:hover {
  background-color: #181818;
  color: #fff;
}

#product-product h2 {
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 27px;
  line-height: 26px;
  margin-bottom: 40px;
}

#product-product .blog-row p {
  line-height: 30px;
}

#product-product .blog-row img {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .blog-header {
    margin-bottom: 40px;
  }

  .blog-header__group {
    display: none;
  }

  .blog-row {
    gap: 37px;
    flex-direction: column;
  }

  .news {
    gap: 20px;
    margin-bottom: 45px;
  }

  .showcase-list .with-cl.product-layout {
    flex-basis: calc((100% - 20px) / 2);
  }

  .showcase-list .without-cl.product-layout {
    flex-basis: calc((100% - 20px) / 2);
  }

  .showcase-list .product-thumb > a {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .showcase-list .product-thumb .image a img {
    height: auto;
  }

  .showcase-list .product-thumb .caption {
    min-height: 180px;
    margin-top: 25px;
  }

  .showcase-list .product-thumb .caption p {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .product-thumb .button-group button {
    padding: 21px 41px;
    font-size: 18px;
    line-height: 130%;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .blog-header {
    margin-bottom: 30px;
  }

  .blog-header__title {
    font-size: 30px;
  }

  .blog-row {
    gap: 25px;
  }

  .blog-row #tab-description ul {
    padding-left: 18px;
  }

  #product-product .blog-row #column-left {
    display: none;
  }

  .news {
    gap: 25px;
    margin-bottom: 0;
  }

  .showcase-list .with-cl.product-layout {
    flex-basis: 100%;
  }

  .showcase-list .without-cl.product-layout {
    flex-basis: 100%;
  }

  .showcase-list .product-layout {
    padding: 20px;
  }

  .showcase-list .product-thumb {
    padding: 25px;
  }

  .showcase-list .product-thumb .caption {
    min-height: 150px;
  }

  #product-product h2 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}

.account-title {
  margin-bottom: 63px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 61px;
  line-height: 95%;
  text-transform: uppercase;
}

.account-row {
  display: flex;
  gap: 80px;
}

.account-row .popup-social {
  justify-content: flex-start;
}

#account-register .account-row .popup-social {
  margin-bottom: 40px;
}

.account-row .popup-social .social_title {
  text-align: left !important;
}

.account-row .popup-social .social_block {
  justify-content: flex-start;
}

.account-content {
  flex-grow: 1;
}

div.required .control-label:before {
  content: "";
}

.control-label {
  font-weight: 700;
  line-height: 120%;
  width: 100%;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control,
input[type="file"].form-control {
  font-size: inherit;
}

input[type="file"].form-control {
  border: none;
}

.form-control {
  height: 52px;
  padding: 12px 12px 15px 0;
  line-height: 1;
  background-color: transparent;
  border-bottom: 1px solid #4b4b4b;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
}

input[type="file"]:focus {
  outline: none;
}

.form-control:focus {
  border-color: #4b4b4b;
  box-shadow: none;
}

table {
  border-collapse: separate;
}

.table {
  padding: 30px 17px 0;
}

.table-bordered {
  border: 1px solid #000000;
  border-radius: 21px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 0 13px 30px;
  line-height: 120%;
  vertical-align: middle;
}

.table > thead > tr > td,
.table > thead > tr > th {
  font-weight: 600;
}

.account-fieldset {
  display: flex;
  gap: 30px;
}

.account-form-column {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 15px;
}

.form-horizontal .form-group.account-radio {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal .account-radio label {
  padding-top: 0;
}

.text-danger {
  margin-top: 10px;
  color: #ffb836;
}

.has-error .form-control,
.has-error .form-control:focus {
  box-shadow: none;
}

.form-horizontal .form-group.account-group {
  margin-left: 0;
  margin-right: 0;
}

input[type="checkbox"],
input[type="radio"] {
  width: 24px;
  height: 24px;
  accent-color: #ffb836;
  margin: 0;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -35px;
}

.checkbox-inline,
.radio-inline {
  padding-left: 35px;
}

@media (max-width: 992px) {
  .account-title {
    margin-bottom: 50px;
  }

  .account-row {
    flex-direction: column;
  }

  .form-control {
    padding: 14px 14px 16px 0;
  }

  .control-label {
    font-weight: 600;
  }

  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 0 13px 23px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .account-title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .account-row .popup-social {
    margin-bottom: 25px;
  }

  .account-row .popup-social .social_block .soc_ico {
    margin: 0 3px;
  }

  .account-row .popup-social .social_block .soc_ico:first-child {
    margin: 0 3px 0 0;
  }

  .form-control {
    padding: 15px 15px 10px 0;
  }

  .table {
    padding: 20px 13px 0;
  }

  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 0 7px 21px;
  }

  .account-fieldset {
    flex-direction: column;
    gap: 15px;
  }

  .account-form-column {
    gap: 15px;
    flex-basis: 100%;
  }
}

.account-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.account-list li {
  flex-basis: calc((100% - 40px) / 2);
}

.account-list li:last-child {
  display: none;
}

.account-list a {
  border-radius: 21px;
  padding: 50px;
  border: 1px solid #000000;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.account-list a:hover {
  background-color: #181818;
  color: #fff;
}

@media (max-width: 992px) {
  .account-list {
    gap: 30px;
  }

  .account-list li {
    flex-basis: calc((100% - 30px) / 2);
  }

  .account-list li:last-child {
    display: block;
  }

  .account-list a {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .account-list li {
    flex-basis: 100%;
  }

  .account-list a {
    font-size: 18px;
    padding: 40px;
  }
}

.account-addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.account-addresses form {
  flex-basis: calc((100% - 30px) / 2);
}

.account-addresses__address {
  border-radius: 21px;
  padding: 20px 30px 30px;
  border: 1px solid #000000;
  width: 100%;
}

.account-addresses__address-info {
  line-height: calc(120% + 20px);
  margin-bottom: 30px;
}

.account-addresses__address-buttons {
  display: flex;
  gap: 20px;
}

.account-addresses__address-button {
  border-radius: 21px;
  padding: 21px;
  border: 1px solid #000000;
  line-height: 130%;
  flex-basis: 50%;
  text-align: center;
}

.account-addresses__address-button:hover {
  color: #fff;
  background-color: #181818;
}

@media (max-width: 992px) {
  .account-addresses {
    margin-bottom: 40px;
  }

  .account-addresses form {
    flex-basis: 100%;
  }

  .account-addresses__address-button {
    padding: 19px 80px;
  }
}

@media (max-width: 767px) {
  .account-addresses {
    margin-bottom: 30px;
  }

  .account-addresses__address {
    padding: 10px 20px 20px;
  }

  .account-addresses__address-info {
    margin-bottom: 20px;
  }

  .account-addresses__address-buttons {
    flex-direction: column;
  }

  .account-addresses__address-button {
    padding: 20px 80px;
  }
}

.account-orders {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.account-order {
  flex-basis: calc((100% - 30px) / 2);
  border-radius: 21px;
  padding: 30px;
  border: 1px solid #000000;
  width: 100%;
}

.account-order__title {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

.account-order__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  line-height: 120%;
}

.account-order__row span {
  font-weight: 600;
}

.account-order__btn {
  border-radius: 21px;
  padding: 21px 80px;
  border: 1px solid #000000;
  line-height: 130%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.account-order__btn:hover {
  background-color: #181818;
  color: #fff;
}

.order-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 40px;
}

.order-subtitle {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 30px;
}

.order-info {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.order-info__part {
  flex-basis: calc((100% - 30px) / 2);
}

.order-info__inner {
  border-radius: 21px;
  padding: 40px 30px 20px;
  border: 1px solid #000000;
}

.order-info__inner.address {
  padding: 30px;
}

.order-info__row {
  display: flex;
  justify-content: space-between;
  line-height: 120%;
  margin-bottom: 20px;
  gap: 10px;
  text-align: right;
  white-space: normal;
}

.order-info__row span {
  text-align: left;
}

.order-info__row.total:not(.order-info__row.total:last-child) {
  display: none;
}

.order-info__inner.address .order-info__row {
  line-height: calc(120% + 20px);
  margin-bottom: 0;
}

.order-table {
  margin-bottom: 40px;
}

.order-image {
  width: 83px;
}

.order-image .order-image__img {
  width: 83px;
  height: 83px;
  border-radius: 20px;
  border: 0.75px solid #181818;
  padding: 12px;
}

.order-product span {
  display: block;
  margin-top: 6px;
}

.order-quantity {
  line-height: 130%;
}

.order-price {
  white-space: nowrap;
}

.order-btn a {
  border-radius: 21px;
  padding: 21px 60px;
  border: 1px solid #000000;
  line-height: 130%;
}

.order-btn a:hover {
  background-color: #181818;
  color: #fff;
}

.order-history-table {
  padding: 40px 17px 10px;
}

@media (max-width: 992px) {
  .account-orders {
    margin-bottom: 50px;
  }

  .account-order {
    flex-basis: 100%;
  }

  .account-order__btn {
    padding: 16px 80px;
    margin-top: 10px;
  }

  .order-empty-td {
    display: none;
  }

  .order-info {
    flex-direction: column;
  }

  .order-info__part {
    flex-basis: 100%;
  }

  .order-total {
    display: none;
  }

  .order-btn {
    display: none;
  }

  .order-history-table {
    padding: 32px 17px 9px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .account-orders {
    margin-bottom: 0;
  }

  .account-order {
    padding: 20px;
  }

  .account-order__btn {
    padding: 17px 80px;
  }

  .order-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .order-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .order-info {
    margin-bottom: 30px;
  }

  .order-info__inner {
    padding: 30px 20px 10px;
  }

  .order-info__inner.address {
    padding: 20px;
  }

  .order-table {
    margin-bottom: 30px;
  }

  .order-table thead {
    display: none;
  }

  .order-image .order-image__img {
    width: 68px;
    height: 71px;
    padding: 10px;
  }

  .order-product span {
    margin-top: 4px;
  }

  .order-history-table {
    padding: 20px 13px 0;
    margin-bottom: 30px;
  }

  .order-history-table .comment-td {
    display: none;
  }
}

#account-register p {
  margin-bottom: 20px;
}

#account-register p a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

#account-register p a:hover {
  font-weight: 700;
  text-decoration: none;
}

.register-agree {
  display: flex;
  align-items: center;
  gap: 15px 5px;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .register-agree {
    justify-content: flex-start;
    gap: 0 5px;
  }

  #account-register .buttons {
    margin: 25px 0 40px;
  }
}

.login-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.well {
  padding: 30px;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 21px;
  box-shadow: none;
  flex-basis: 50%;
  width: 100%;
}

.login-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 120% !important;
  margin-bottom: 20px;
}

#account-login p {
  line-height: 30px;
}

#account-login .btn {
  margin-top: 20px;
}

#account-login .form-group a {
  margin-top: 15px;
}

#account-login .form-group a:hover {
  font-weight: 600;
}

@media (max-width: 767px) {
  .login-row {
    flex-direction: column;
  }

  .well {
    flex-basis: 100%;
    padding: 20px;
  }

  .login-title {
    font-size: 24px;
  }

  #account-login .btn {
    margin-top: 10px;
  }
}

#account-forgotten p {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #account-forgotten p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #account-reset .btn {
    margin-top: 15px;
  }
}

/* ERROR */

.not-found-title {
  font-family: 'Astakhov First One Stripe', sans-serif;
  font-size: 75px;
  line-height: 95%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.not-found-title span {
  font-size: 180px;
  margin-bottom: 40px;
  display: block;
}

.not-found-text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.not-found-categories {
  padding-top: 121px;
}

.not-found-categories__title {
  margin-bottom: 71px;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
}

.not-found-categories__inner {
  display: flex;
  gap: 40px;
}

.not-found-categories__category {
  border-radius: 21px;
  padding: 50px;
  border: 1px solid #000000;
  font-family: "Astakhov First One Stripe", sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  flex: 1;
}

.not-found-categories__category:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 992px) {
  .not-found-title {
    font-size: 50px;
  }

  .not-found-title span {
    font-size: 140px;
  }

  .not-found-title span svg {
    height: 228px;
  }

  .not-found-categories {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .not-found-categories__title {
    margin-bottom: 54px;
  }

  .not-found-categories__inner {
    gap: 30px;
  }

  .not-found-categories__category {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .not-found-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .not-found-title span {
    font-size: 70px;
    margin-bottom: 30px;
  }

  .not-found-title span svg {
    height: 135px;
    width: 94px;
  }

  .not-found-text {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .not-found-categories {
    padding-bottom: 0;
  }

  .not-found-categories__title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 32px;
  }

  .not-found-categories__inner {
    flex-wrap: wrap;
  }

  .not-found-categories__category {
    font-size: 18px;
    padding: 40px;
    width: 100%;
    flex: auto;
  }
}

/* ONEPCHECKOUT */

.opc_block_customer,
.opc_block_shipping_method,
.opc_block_shipping_address,
.opc_block_payment_method,
.opc_block_cart {
  margin-bottom: 60px;
  width: 100%;
}

.checkout-сustomer-info {
  gap: 5px;
}

.cart-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 29px;
}

.cart-item-left a {
  width: 83px;
  height: 83px;
  border-radius: 20px;
  border: 0.75px solid #181818;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-item-options {
  margin-bottom: 6px;
}

.cart-item-option {
  margin-top: 3px;
}

.ch-cart-quantity button:hover {
  background-color: #181818;
  color: #fff;
}

.cart-item .cart-item-price-quantity .btn-remove path {
  fill: #181818;
}

.cart-item .cart-item-price-quantity .btn-remove:hover path {
  fill: #ffb836;
}

.totals-inner #collapse-dop-module .input-group {
  width: 100%;
}

.totals-inner #collapse-dop-module .form-control {
  height: 55px;
  border-radius: 15px;
  padding: 15px 22px;
  border-top: 1px solid #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
  font-size: 22px;
  line-height: 1;
  z-index: 0;
  text-transform: uppercase;
}

.totals-inner #collapse-dop-module .input-group-btn {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}

.table_total > tbody > tr > td {
  padding: 0 13px 25px;
}

.checkout-agree {
  display: none;
}

.modal-footer .opc-btn {
  font-size: 22px;
  font-weight: 400;
}

.text-modal-block {
  flex-grow: 1;
}

@media (min-width: 993px) and (max-width: 1440px) {
  .cart-item {
    flex-wrap: wrap !important;
  }

  .cart-item .cart-item-price-quantity {
    max-width: none !important;
    flex-grow: 1 !important;
  }
}

@media (max-width: 992px) {
  .opc-h1 {
    margin-bottom: 46px !important;
  }

  .opc_block_customer,
  .opc_block_shipping_method,
  .opc_block_shipping_address,
  .opc_block_payment_method,
  .opc_block_cart,
  .opc_block_comment {
    margin-bottom: 40px;
  }

  .modal-footer .opc-btn {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .opc-h1 {
    margin-bottom: 30px !important;
    font-size: 30px !important;
    line-height: 95% !important;
  }

  .checkout-col-center {
    padding-bottom: 0 !important;
  }

  .cart-item-left {
    padding-right: 10px !important;
    max-width: 93px !important;
  }

  .cart-title,
  .checkout-heading {
    font-size: 20px !important;
  }

  .cart-item .cart-item-price-quantity > .justify-content-end {
    flex-grow: 1;
  }

  .cart-item-prod-name a,
  .cart-item-option .cart-item-option-value {
    font-size: 16px !important;
  }

  .cart-item .cart-item-price-quantity > .justify-content-end {
    gap: 20px !important;
  }

  .ch-cart-quantity button {
    width: 45px !important;
    height: 45px !important;
    font-size: 20px !important;
  }

  .cart-item-total {
    font-size: 20px !important;
  }

  .checkout-heading {
    padding-bottom: 20px !important;
  }

  #onepcheckout input.form-control,
  .coupon_table input.form-control {
    font-size: 16px !important;
    height: 42px !important;
  }

  .chm-radio label input {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
  }

  .chm-radio label input[type="radio"]:checked:after {
    width: 8px !important;
    height: 8px !important;
  }

  .chm-radio label {
    font-size: 16px !important;
  }

  #onepcheckout select.form-control {
    height: 45px !important;
    font-size: 16px !important;
  }

  textarea.form-control {
    font-size: 16px !important;
  }

  .checkout-comment textarea {
    padding: 16px 0 17px !important;
  }

  .title-text-next {
    font-size: 20px !important;
    margin-bottom: 25px !important;
  }

  .totals-inner #collapse-dop-module .form-control {
    height: 55px !important;
    font-size: 20px !important;
  }

  .totals-inner #collapse-dop-module .input-group-btn {
    right: 42px !important;
  }

  .table_total {
    padding: 10px 0 0 !important;
    margin-bottom: 25px !important;
  }

  .opc_block_totals .table-cart .total-title {
    font-size: 20px !important;
  }

  .opc_block_totals .table-cart .total-text {
    font-size: 26px !important;
  }

  .table_total > tbody > tr > td {
    padding: 0 13px 20px;
  }

  .opc-btn {
    font-size: 18px !important;
  }

  .modal-footer .opc-btn {
    font-size: 16px;
  }

  .title-customer .opc_login {
    font-size: 16px !important;
  }
}

@media (max-width: 375px) {
  .opc-h1 {
    line-height: 120% !important;
  }
}
