

/* Start:/local/templates/Prostor/assets/css/reset.css?17521425131136*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}

/* End */


/* Start:/local/templates/Prostor/assets/css/style.css?175325424440710*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pixelify+Sans:wght@400..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
  font-family: "Kreadon";
  src: url("/local/templates/Prostor/assets/css/../fonts/Kreadon/Kreadon-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Kreadon";
  src: url("/local/templates/Prostor/assets/css/../fonts/Kreadon/Kreadon-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Kreadon";
  src: url("/local/templates/Prostor/assets/css/../fonts/Kreadon/Kreadon-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kreadon";
  src: url("/local/templates/Prostor/assets/css/../fonts/Kreadon/Kreadon-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Kreadon";
  src: url("/local/templates/Prostor/assets/css/../fonts/Kreadon/Kreadon-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Kreadon";
  src: url("/local/templates/Prostor/assets/css/../fonts/Kreadon/Kreadon-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Kreadon";
  src: url("/local/templates/Prostor/assets/css/../fonts/Kreadon/Kreadon-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
b {
  font-weight: 600;
}
ul {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
input:focus {
  outline: none;
}
body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #5d453d;
  background: #e3e2d3;
}
body.overflow-hidden {
  overflow: hidden;
}
.header {
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.02);
  height: 100vh;
  position: relative;
}
.header__menu {
  padding: 24px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.header__menu.fixed {
  padding: 16px 80px;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.02);
}

.header__menu-list {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: row;
  list-style-type: none;
  padding-left: 0;
}
.header__menu-link {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-family: "Kreadon", sans-serif;
}
.header__menu-link:hover {
  color: #5d453e;
}
.header-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.header-video-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.header-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__menu-control {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__menu-control-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease-in-out;
}
.header__menu-link svg path,
.header__menu-control-link svg path,
.header__menu-control-link svg circle,
.header__feedback-item-link svg path {
  transition: stroke 0.3s ease-in-out;
}
.header__menu-link:hover svg path,
.header__menu-control-link:hover svg circle,
.header__menu-control-link:hover svg path,
.header__feedback-item-link:hover svg path {
  stroke: #5d453e;
}
.header__feedback {
  position: absolute;
  bottom: 48px;
  left: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__feedback-item {
  display: flex;
}
.header__feedback-item-link {
  font-size: 16px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
.header__feedback-item-email {
  margin-left: 23px;
}
.header__feedback-item-link:hover {
  color: #5d453e;
}
.header__menu-item-burger .header__menu-link {
  display: flex;
  align-items: center;
  height: 32px;
}
.content {
  display: flex;
  flex-direction: column;
}
.home-cats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 130px;
}
.home-cats__item {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5d453e;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-family: "Kreadon", sans-serif;
}
.home-cats__item-image {
  overflow: hidden;
  flex-grow: 1;
  margin-bottom: 24px;
}
.home-cats__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.home-cats__item:hover img {
  transform: scale(1.1);
}
.home-form {
  margin-bottom: 140px;
}
.home-form__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 578px;
  margin: 0 auto;
}
.home-form__item-title {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Kreadon", sans-serif;
}
.home-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-form form input {
  width: 100%;
  height: 59px;
  border: 1px solid rgba(93, 69, 61, 0.4);
  border-radius: 4px;
  padding: 0 16px;
  width: 578px;
  font-weight: 400;
  font-size: 16px;
  color: #5d453d;
  background: none;
}
.home-form form input::placeholder {
  color: rgba(93, 69, 61, 0.5);
}
.home-form form input:focus {
  outline: none;
}
.home-form .term,
.term-form {
  font-weight: 400;
  font-size: 12px;
  color: #5d453d;
}
.home-form .term a,
.term-form a {
  color: #5d453d;
}
.home-form .term a:hover,
.term-form a:hover {
  text-decoration: none;
}
.btn-submit {
  height: 59px;
  background: #c9cedc;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.btn-submit:disabled {
  pointer-events: none;
}
.footer {
  padding: 0 100px;
}
.footer__wrap {
  border-top: 1px solid rgba(93, 69, 62, 0.1);
  padding: 72px 0 89px 0;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
.footer-menu {
  width: 250px;
}
.footer__feedback {
  width: 265px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__feedback-text {
  line-height: 19px;
}
.footer-menu__title {
  color: #5d453e;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.footer-menu__list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  gap: 14px;
}
.footer-menu__link {
  color: rgba(93, 69, 62, 0.6);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.footer-menu__link:hover {
  color: #5d453e;
}
.footer__feedback-soc {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__feedback-link {
  font-size: 16px;
  text-decoration: underline;
  color: #5d453e;
}
.footer__feedback-link:hover {
  text-decoration: none;
}
.footer__feedback-soc-link {
  transition: transform 0.3s ease-in-out;
  display: flex;
}
.footer__feedback-soc-link:hover {
  transform: scale(1.1);
}
.menu__mobile {
  display: none;
}
.menu__mobile-dropdown {
  padding: 24px 32px 82px 32px;
  flex-direction: column;
  gap: 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e3e2d2;
  z-index: 101;
  display: none;
  overflow: auto;
}
.menu__mobile-dropdown.active {
  display: flex;
}
.menu__mobile-dropdown-logo {
  width: 108px;
  height: auto;
  object-fit: cover;
}
.menu__mobile-dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu__mobile-dropdown-list-item-link-text {
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5d453d;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
}
.menu__mobile-dropdown-list-item-link-text:hover {
  text-decoration: underline;
}
.menu__mobile-dropdown-list-item-link-text svg {
  margin-left: auto;
  min-width: 16px;
  width: 16px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.menu__mobile-dropdown-list-submenu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 24px;
  display: none;
}
.menu__mobile-dropdown-list-submenu-item {
  color: rgba(93, 69, 61, 0.5);
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.menu__mobile-dropdown-list-submenu-item:hover {
  color: #5d453d;
}
.menu__desktop {
  flex-direction: column;
  min-width: 380px;
  max-width: 380px;
  padding: 48px 72px;
  display: none;
  position: relative;
}
.menu__desktop.active {
  display: flex;
  box-shadow: 0 0 1px 0 rgba(93, 69, 61, 0.8);
  background: rgba(227, 226, 211, 0.85);
}
.menu__desktop .logo {
  width: 108px;
  height: auto;
  margin-bottom: 68px;
}
.menu__desktop .back-link {
  margin-bottom: 120px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5d453d;
  text-decoration: none;
}
.page {
  display: flex;
}
.menu__mobile-dropdown-close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.menu__mobile-dropdown-list-item-link-text.active
  + .menu__mobile-dropdown-list-submenu {
  display: flex;
}
.menu__mobile-dropdown-list-item-link-text.active svg {
  transform: rotate(180deg);
}
.content-wrapper {
  flex-grow: 1;
}
.catalog {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  position: relative;
}
.catalog__item {
  width: 33.33333333333333%;
  padding-bottom: 25px;
  color: #5d453d;
  text-decoration: none;
  position: relative;
}
.catalog__item .favorites-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 2;
}
.catalog__item .favorites-icon svg path {
  stroke: #fff;
  transition: stroke 0.3s ease-in-out;
}
.catalog__item .favorites-icon:hover svg path {
  stroke: #5d453e;
}
.catalog__item:hover .catalog__item-info-title {
  text-decoration: underline;
}
.catalog__item-info-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog__item.active .favorites-icon svg path {
  fill: #fff;
}
.catalog__item-images {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.catalog__item-images img {
  display: none;
  width: 100%;
  height: 736px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.catalog__item-images img.active {
  display: block;
}
.catalog__item-count {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 22px 24px 22px;
  height: 100%;
}
.catalog__item-count-item {
  height: 100%;
  position: relative;
}
.catalog__item-count-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 0.5;
}
.catalog__item-count-item.active:before {
  opacity: 1;
}
.catalog__item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 24px;
}
.catalog__item-info-price-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.badge {
  padding: 2px 4px;
  font-size: 14px;
  color: #5d453e;
  background: #c9cedc;
}
.content-mob-title {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5d453d;
  min-height: 66px;
  display: none;
  align-items: center;
  padding: 8px 16px;
}
.product {
  width: 100%;
  max-width: calc(100vw - 395px);
}
.product-swiper .swiper-button-prev::after,
.product-swiper .swiper-button-next::after,
.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after {
  display: none;
}
.product-info {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #5d453d;
}
.product-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 14px;
  margin-bottom: 8px;
}
.product-info-price {
  padding-left: 14px;
}
.product-info-header-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.product-wishlist {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.product-wishlist:hover {
  text-decoration: underline;
}
.product-info-content {
  margin-top: 24px;
}
.product-info-content__row {
  display: flex;
  justify-content: space-between;
}
.product-info-content__item {
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.product-info-content__item:hover {
  background: rgba(93, 69, 62, 0.08);
}
.product-info-content__item .product-info-content__arrow {
  transition: all 0.5s ease-in-out;
  display: flex;
}
.product-info-content__item:hover .product-info-content__arrow {
  transform: translateX(4px);
}
.product-info-content__item span {
  font-size: 16px;
  color: #5d453d;
}
.product-info-content__col--left,
.product-info-content__col--right {
  width: 280px;
}
.product-info-content__sizes {
  padding: 21px 0;
  font-size: 16px;
  color: #5d453d;
  display: flex;
  align-items: center;
  gap: 24px;
}
.product-info-content__sizes-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-info-content__sizes-link {
  text-decoration: underline;
  color: #5d453d;
}
.product-info-content__sizes-link:hover {
  text-decoration: none;
}
.product-info-content__size {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  color: #5d453d;
}
.product-info-content__size:hover,
.product-info-content__size--active {
  background: rgba(93, 69, 62, 0.08);
}
.product-info-content__size--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.product-info-content__sizes .separator {
  width: 1px;
  height: 19px;
  background: rgba(93, 69, 61, 0.2);
}
.product-info-content__row-separator {
  width: 1px;
  height: 78px;
  background: rgba(93, 69, 61, 0.2);
}
.btn {
  width: 100%;
  height: 59px;
  padding: 20px 16px;
  background: #c9cedc;
  border: 1px solid #c9cedc;
  cursor: pointer;
  color: #5d453e;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  text-transform: uppercase;
}
.btn:hover {
  background: transparent;
  color: #5d453e;
  border: 1px solid rgba(93, 69, 62, 0.4);
}
.btn-outline {
  width: 100%;
  height: 59px;
  padding: 20px 16px;
  cursor: pointer;
  border: 1px solid rgba(93, 69, 61, 0.4);
  justify-content: center;
  font-size: 16px;
  color: #5d453d;
  gap: 10px;
  text-decoration: none;
  text-align: center;
}
.btn-outline:hover {
  background: #c9cedc;
}
.btn--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.product-info-content__col--right {
  display: flex;
  align-items: center;
}
.menu-icons {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 98px;
}
.menu-icons__item {
  position: relative;
  display: flex;
}
.menu-icons svg circle,
.menu-icons svg path {
  stroke: #5d453d;
}
.menu-icons .basket__counter {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 18px;
  height: 18px;
  background: #5d453d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 18px;
}
.product-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-swiper .swiper-slide {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.product-swiper .swiper-slide:hover {
  opacity: 0.9;
}
.product-swiper .swiper-pagination {
  display: none;
}
.add-basket-mob {
  position: fixed;
  bottom: 57px;
  padding: 8px 16px;
  box-shadow: 0 -1px 8px 0 rgba(93, 69, 61, 0.16);
  background: #e3e2d2;
  width: 100%;
  display: none;
  align-items: center;
  gap: 16px;
  z-index: 101;
}
.modal-content {
  padding: 40px 80px;
  position: fixed;
  top: 0;
  right: 0;
  width: 611px;
  height: 100%;
  transform: translateX(100%);
  backdrop-filter: blur(40px);
  background: rgba(201, 206, 220, 0.88);
  z-index: 102;
  flex-direction: column;
  display: flex;
  overflow: auto;
  transition: all 0.5s ease-in-out;
}
.modal-content.active {
  display: flex;
  transform: translateX(0%);
}
.modal-content::-webkit-scrollbar,
.form-textarea::-webkit-scrollbar,
.menu__desktop-drawer::-webkit-scrollbar {
  width: 4px;
}
.modal-content::-webkit-scrollbar-track,
.form-textarea::-webkit-scrollbar-track,
.menu__desktop-drawer::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.3);
}
.modal-content::-webkit-scrollbar-thumb,
.form-textarea::-webkit-scrollbar-thumb,
.menu__desktop-drawer::-webkit-scrollbar-thumb {
  background: #5d453d;
}
.modal-content::-webkit-scrollbar-thumb:hover,
.form-textarea::-webkit-scrollbar-thumb:hover,
.menu__desktop-drawer::-webkit-scrollbar-thumb:hover {
  background: #5d453d;
}
.modal-content-close {
  position: absolute;
  top: 40px;
  left: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.modal-content-close:hover {
  transform: rotate(90deg);
}
.modal-content__item-title {
  margin-bottom: 40px;
  font-size: 24px;
  color: #5d453d;
}
.modal-content__item-text {
  font-size: 16px;
  line-height: 1.5;
  color: #5d453d;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal-content__item-compound-title {
  font-weight: 500;
}
.modal-content__item-compound {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-content__item-compound {
  margin-bottom: 16px;
}
.page-info {
  display: flex;
  gap: 146px;
  padding: 115px 46px 115px 170px;
}
.page-info-content {
  width: 588px;
  min-width: 588px;
}
.info-feedback {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 56px;
}
.info-contacts-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-contacts-item a {
  text-decoration: underline;
  color: #5d453d;
}
.info-contacts-item a:hover {
  text-decoration: none;
}
.info-contacts {
  display: flex;
  gap: 65px;
}
.info-contacts-item .footer__feedback-soc {
  margin-top: 0;
}
.page-info-img {
  flex-grow: 1;
}
.page-info-img img {
  width: 100%;
  height: auto;
  display: block;
}
.form-feedback-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Kreadon", sans-serif;
  margin-bottom: 24px;
}
.form-feedback-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-input-line,
.form-input {
  border: 1px solid rgba(93, 69, 61, 0.4);
  padding: 20px 16px;
  width: 100%;
  height: 52px;
  background: none;
  color: #5d453d;
  font-size: 16px;
}
.form-input-line {
  border: 0;
  border-bottom: 1px solid #5d453d;
  padding-left: 0;
}
.form-input:focus,
.form-textarea:focus,
.form-input-line:focus {
  outline: none;
}
.form-textarea::placeholder,
.form-input::placeholder,
.form-input-line::placeholder {
  color: rgba(93, 69, 61, 0.5);
}
.form-textarea {
  border: 1px solid rgba(93, 69, 61, 0.4);
  padding: 20px 16px;
  width: 100%;
  height: 120px;
  color: #5d453d;
  font-family: "Kreadon", sans-serif;
  background: none;
  font-size: 16px;
  resize: none;
}
.content h1 {
  font-size: 36px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 400;
  color: #5d453d;
  font-family: "Kreadon", sans-serif;
  margin-bottom: 40px;
}
.info-text p {
  margin-bottom: 16px;
}
.info-text-mob-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 16px;
  display: none;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.accordion-item {
  border: 1px solid rgba(93, 69, 61, 0.4);
}
.accordion-item-title {
  padding: 20px 44px 20px 24px;
  cursor: pointer;
  font-size: 20px;
  position: relative;
}

.accordion-item.active .accordion-item-title {
  padding: 20px 44px 0 24px;
}

.accordion-item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  background: url("/local/templates/Prostor/assets/css/../img/icon-arrow-accordion.svg") no-repeat 0 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.accordion-item-content {
  display: none;
  flex-direction: column;
  gap: 24px;
}
.accordion-item.active .accordion-item-content {
  display: flex;
}
.accordion-item-content {
  padding: 0 24px 24px 24px;
}
.accordion-item-content-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #5d453d;
  margin-bottom: 10px;
}
.accordion-item-content-item-title li {
  font-weight: 500;
}
.accordion-item-content-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion-item.active .accordion-item-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-item-content ul ul {
  margin-top: 10px;
}
.info-text-mob-img-wrapper {
  margin: 0 -16px;
}
.choose-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.choose-items {
  margin-bottom: 24px;
}
.choose-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #5d453d;
  border: 1px solid rgba(93, 69, 61, 0.4);
  padding: 8px 16px;
  width: calc(100% / 6 - 8px);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.choose-item:hover,
.choose-item.active {
  background: #5d453e;
  color: #fff;
}
.checkbox,
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #5d453d;
  user-select: none;
}
.checkbox input,
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark,
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #5d453d;
}
.checkbox input:checked ~ .checkmark {
  background-color: #5d453d;
}
.checkbox .checkmark:after,
.radio .checkmark:after,
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after,
.radio input:checked ~ .checkmark:after {
  display: block;
}
.checkbox input.order_checked ~ .checkmark:after {
  display: block;
}
.checkbox input.order_checked ~ .checkmark {
  background-color: #5d453d;
}
.checkbox .checkmark:after,
.radio .checkmark:after {
  left: 50%;
  top: 50%;
  width: 11px;
  height: 8px;
  background: url("/local/templates/Prostor/assets/css/../img/icon-checkbox.svg") no-repeat 0 0;
  transform: translate(-50%, -50%);
}
.radio .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none;
}
.radio .checkmark:after {
  background: #5d453e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.checkbox a,
.radio a {
  color: #5d453d;
  text-decoration: underline;
}
.checkbox a:hover,
.radio a:hover {
  text-decoration: none;
}
.variants-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.variants-list .checkbox {
  width: calc(100% / 2 - 8px);
}
.form-line .form-feedback-title {
  font-size: 20px;
  color: #5d453d;
  text-align: left;
  text-transform: none;
  font-family: "Rubik", sans-serif;
  margin-bottom: 16px;
}
.form-line {
  margin-bottom: 32px;
}
.page-info-content .product-info-content__item {
  display: inline-flex;
  gap: 26px;
}
.submenu-profile {
  margin-top: 0;
  display: flex;
}
.profile-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.profile-nav a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.profile-nav {
  margin-bottom: 24px;
}
.page-info-content > h1 {
  text-align: left;
}
.profile-orders-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  margin-bottom: 24px;
}
.profile-orders-empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.profile-orders-empty-content-text {
  font-size: 14px;
  text-align: center;
  color: rgba(93, 69, 61, 0.5);
}
.profile-orders-empty .btn {
  max-width: 460px;
}
.content-mob-title-profile {
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  font-family: "Kreadon", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 24px 16px 3px 16px;
  min-height: 40px;
  margin-bottom: 24px;
}
.content-mob-title-profile span {
  flex-grow: 1;
  text-align: center;
}
.title-profile-back {
  display: flex;
}
.menu__desktop-burger,
.menu__desktop-drawer-close {
  position: absolute;
  top: 48px;
  right: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}
.menu__desktop-burger:hover {
  transform: scale(1.1);
}
.menu__desktop-drawer-close:hover {
  transform: rotate(90deg);
}
.profile-order-header {
  display: flex;
  padding: 9px 0;
  border: 0;
  border-top: 1px solid #5d453e;
  border-bottom: 1px solid #5d453e;
}
.profile-order-header-item,
.profile-order-list-row-item {
  flex-grow: 1;
  text-align: center;
  width: 100%;
}
.profile-order-list-row {
  display: flex;
  padding: 9px 0;
  border-bottom: 1px solid #b2b0b6;
  cursor: pointer;
}
.profile-order-list-row-item svg {
  transition: transform 0.3s ease-in-out;
}
.profile-order-list-row.active .profile-order-list-row-item svg {
  transform: rotate(180deg);
}
.profile-order-list-row-item--new {
  color: #8093c9;
}
.profile-order-list-row-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.profile-order-list-content-item {
  display: flex;
  margin-top: 8px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(93, 69, 61, 0.16);
}
.profile-order-list-content-item-left {
  display: flex;
  gap: 16px;
  max-width: 270px;
}
.profile-order-list-content-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 19px;
  width: 160px;
}
.profile-order-list-content-item-info .qty {
  display: none;
}
.profile-order-list-content-item-qty {
  padding: 6px 4px;
  margin: 0 auto;
}
.profile-order-list-content-item-right {
  display: flex;
  gap: 32px;
}
.icon-favorites {
  cursor: pointer;
}
.profile-order-list-content {
  display: none;
}
.profile-order-list-content-total {
  padding: 16px 0;
  border-bottom: 1px solid rgba(93, 69, 61, 0.16);
  text-align: right;
}
.profile-order-list {
  margin-bottom: 32px;
}
.form-feedback-form-item--radio {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 16px;
}
.form-feedback-form-item--radio .radio {
  margin-bottom: 0;
}
.basket-item {
  display: flex;
  gap: 16px;
}
.basket-item-image {
  display: flex;
  width: 72px;
}
.basket-item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.basket-item-content {
  display: flex;
  gap: 16px;
}
.basket-item-content-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.basket-item-counter {
  display: flex;
  align-items: center;
  height: 32px;
}
.basket-item-counter-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #5d453d;
  cursor: pointer;
  color: #5d453d;
  text-decoration: none;
  background: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.basket-item-counter-count {
  width: 44px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: none;
  border: 0;
  border-top: 1px solid #5d453d;
  border-bottom: 1px solid #5d453d;
}
.basket-item-counter-count:focus {
  outline: none;
}
.basket-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(93, 69, 61, 0.16);
}
.basket-total {
  text-align: right;
  margin-bottom: 32px;
}
.modal-content-basket {
  width: 690px;
  padding: 40px 100px;
}
.basket-item-cost {
  margin-left: auto;
  min-width: max-content;
}
.modal-content-basket-order {
  width: 100%;
  height: 100%;
  padding: 100px 200px;
}
.basket-order-content {
  display: flex;
  gap: 200px;
}
.basket-order-content-title {
  font-size: 24px;
  color: #5d453d;
  margin-bottom: 48px;
  text-align: center;
}
.basket-products {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.basket-order-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.basket-order-form-item-row {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.basket-order-form-item-cell {
  width: 100%;
}
.basket-order-form-item-title {
  font-size: 20px;
  margin-bottom: 16px;
}
.basket-order-form-item-row-text {
  margin-bottom: 8px;
}
.basket-order-form-item-row-text-sec {
  font-size: 14px;
}
.basket-order-form-item-row--mb-0 {
  margin-bottom: 0;
}
.checkboxes {
  margin-top: 16px;
  margin-bottom: 16px;
}
.checkboxes .checkbox {
  margin-bottom: 8px;
  font-size: 13px;
}
.catalog-basket {
  position: fixed;
  top: 48px;
  right: 48px;
  background: #c9cedc;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  padding-left: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.catalog-basket-counter {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 24px;
  height: 24px;
  background: #5d453e;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content__item-recomendation {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0;
  border-top: 1px solid rgba(93, 69, 61, 0.2);
}
.modal-content__item-table-sizes {
  margin: 24px 0;
}
.modal-content__item-table-sizes-head {
  display: flex;
  padding: 8px 0;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: #5d453d;
  border-top: 1px solid #5d453e;
  border-bottom: 1px solid #5d453e;
}
.modal-content__item-table-sizes-head-item {
  width: 100%;
  line-height: 1.3;
}
.modal-content__item-table-sizes-body-row {
  display: flex;
  padding: 8px 0;
  border-bottom: 1px solid #b2b0b6;
}
.modal-content__item-table-sizes-body-item {
  width: 100%;
  text-align: center;
}
.modal-content .info-contacts {
  margin-top: 24px;
}
.modal-content .info-contacts svg path {
  fill: #7f8eb7;
}
.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 510px;
  backdrop-filter: blur(16px);
  background: rgba(201, 206, 220, 0.9);
  padding: 16px 16px 16px 100px;
  display: none;
  z-index: 101;
}
.search.active {
  display: block;
}
.search-content-input {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.search-content-input .btn-search {
  width: 32px;
  height: 32px;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-content-input .btn-search svg {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.search-content-input input {
  flex-grow: 1;
  height: 100%;
  background: none;
  border: 0;
  border-left: 1px solid #5d453d;
  font-size: 16px;
  color: #5d453d;
  padding: 6px 24px;
}
.search-content-input input::placeholder {
  color: #5d453d;
}
.search-content-input-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  cursor: pointer;
}
.search-content-items {
  display: none;
  flex-grow: 1;
  padding-top: 32px;
}
.search .catalog {
  gap: 24px;
}
.search .catalog__item {
  width: calc(100% / 6 - 20px);
}
.search-content {
  overflow: auto;
  max-height: calc(100vh - 32px);
  overflow-y: hidden;
}
.search .catalog__item-images img {
  height: 350px;
}
.search .catalog__item-info {
  padding: 0;
}
.modal-content-gallery {
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100vh;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0);
  transform: translateX(0%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.modal-content-gallery.active {
  opacity: 1;
  visibility: visible;
}
.modal-content-gallery .modal-content-close {
  position: absolute;
  top: 48px;
  right: 48px;
  left: auto;
  z-index: 10;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal-content-gallery .modal-content-close svg path {
  stroke: white;
}
.gallery-swiper {
  width: 100%;
  height: 100%;
}
.gallery-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-swiper .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
  color: white;
}
.gallery-swiper .swiper-button-prev svg path,
.gallery-swiper .swiper-button-next svg path {
  stroke: white;
}
.gallery-swiper .swiper-pagination {
  bottom: 20px;
}
.gallery-swiper .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
}
.gallery-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.menu__desktop-drawer {
  position: fixed;
  overflow: auto;
  height: 100%;
  background: #e3e2d3;
  transform: translateX(-100%);
  display: flex;
  z-index: 101;
  transition: transform 0.3s ease-in-out;
}
.menu__desktop-drawer.active {
  background: #e3e2d3;
  transform: translateX(0%);
}
.modal-classic {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 102;
}
.modal-classic.active {
  display: flex;
}
.modal-classic-content {
  background: #e3e2d3;
  max-height: 90vh;
  padding: 48px 72px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.modal-classic-content::-webkit-scrollbar {
  width: 4px;
}
.modal-classic-content::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.3);
}
.modal-classic-content::-webkit-scrollbar-thumb {
  background: #5d453d;
}
.modal-classic-content::-webkit-scrollbar-thumb:hover {
  background: #5d453d;
}
.modal-classic-content-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}
.modal-classic-content-close:hover {
  transform: rotate(90deg);
}
.modal-classic-content .modal-content__item-title {
  margin-bottom: 24px;
  text-align: center;
}
.product-preorder-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 434px;
  max-width: 434px;
}
.product-preorder-form-item-text {
  font-size: 13px;
}
.product-preorder-form-item-text a {
  text-decoration: underline;
  color: #5d453d;
}
.product-preorder-form-item-text a:hover {
  text-decoration: none;
}
.modal-classic .modal-content__item-title {
  font-family: "Kreadon", sans-serif;
  text-transform: uppercase;
}
.modal-classic-content-text {
  text-align: center;
  margin-bottom: 24px;
}
.modal-classic-content-text-sec {
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  opacity: 0.5;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery__item {
  width: 25%;
}
.gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/*.gallery > :nth-child(1) {*/
/*  width: 33.31%;*/
/*}*/
/*.gallery > :nth-child(2) {*/
/*  width: 16.69%;*/
/*}*/
/*.gallery > :nth-child(3),*/
.gallery > .gallery__item {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .gallery > .gallery__item {
    width: 50%;
  }
}
.gallery__item-wrap {
  position: relative;
  cursor: pointer;
}
.gallery__item-wrap::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}
.gallery__item-wrap:hover::after {
  background: rgba(0, 0, 0, 0.3) url("/local/templates/Prostor/assets/css/../img/icon-zoom.svg") no-repeat center
    center;
  opacity: 1;
}
.gallery__item-wrap:hover {
  opacity: 1;
}
.about {
  padding-left: 48px;
  padding-right: 48px;
  margin-bottom: 60px;
}
.about-row {
  display: flex;
  gap: 80px;
}
.about-title {
  padding-left: 24px;
  font-size: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 400;
  color: #5d453d;
  font-family: "Kreadon", sans-serif;
  border-left: 1px solid #5d453d;
  margin-top: 128px;
  margin-bottom: 103px;
}
.about-col-2-content {
  display: flex;
  gap: 80px;
}
.about-text {
  font-size: 16px;
  line-height: 1.375;
  color: #5d453d;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-text-title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Kreadon", sans-serif;
}
.about-col-2-content img {
  width: 459px;
  min-width: 459px;
  display: block;
}
.about-col-1 img {
  max-width: 551px;
  min-width: 551px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 47px;
}
.about-col-2-content .about-text {
  padding-top: 74px;
}
.about-col-1-1 .about-text {
  max-width: 342px;
  padding-left: 90px;
}
.about-col-1-5 {
  padding-top: 98px;
  max-width: 618px;
}
.about-col-1-5 .about-text-title {
  font-size: 32px;
}
.about-col-1-5 .about-text {
  gap: 24px;
}
.about-values {
  padding-top: 80px;
}
.about-section-title {
  font-size: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Kreadon", sans-serif;
  margin-bottom: 40px;
}
.about-values-content {
  display: flex;
  column-gap: 116px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.about-values-content .about-value {
  width: calc(100% / 2 - 116px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 24px;
  border-left: 1px solid #5d453d;
  justify-content: space-between;
}
.about-mobile {
  display: none;
  padding: 0 16px;
}
.about-col-1-1 .about-text {
  min-width: 342px;
}
.product-preorder-form-item-phone {
  display: flex;
}
.product-preorder-form-item-phone-code {
  background: none;
  padding: 14px 10px 14px 16px;
  font-size: 16px;
  color: #5d453d;
  border: 1px solid rgba(93, 69, 61, 0.4);
  border-right: 0;
  width: 92px;
  appearance: none;
  background: transparent;
  background-image: url("/local/templates/Prostor/assets/css/../img/icon-arrow-select.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 8px);
  background-position-y: center;
}
.product-preorder-form-item-phone-code:focus {
  outline: none;
}
.page-404 {
  height: 100vh;
  background: url(/local/templates/Prostor/assets/css/../img/bg-404.png) no-repeat center center;
  background-size: cover;
}
.page-404 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page-404 .content__title {
  font-size: 64px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #e3e2d3;
  font-family: "Kreadon", sans-serif;
}
.page-404 .content__text {
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
  color: #fff;
}
.page-404 .content__text a {
  color: #fff;
}
.page-404 .content__text a:hover {
  text-decoration: none;
}
.cookie-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100%;
  background: #e3e2d3;
  padding: 24px;
  display: none;
  flex-direction: column;
  max-width: 400px;
  font-size: 16px;
  color: #5d453d;
  text-align: left;
}
.cookie-block.active {
  display: flex;
}
.cookie-block-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.cookie-block-text {
  margin-bottom: 16px;
}
.cookie-block-btns {
  display: flex;
  gap: 16px;
}
.cookie-block-btn {
  background: #5d453d;
  color: #fff;
  padding: 10px 24px;
  border: 0;
}
.cookie-block .btn-outline {
  border: 1px solid #5d453d;
  color: #5d453d;
  background: transparent;
  padding: 10px;
  height: 39px;
}
.cookie-block .btn-outline:hover {
  opacity: 0.5;
}
.cookie-block-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.footer__feedback a {
  color: #5d453d;
}

.gallery-swiper .swiper-button-next {
  right: 500px;
}
.gallery-swiper .swiper-button-prev {
  left: 500px;
}
.modal-content-basket-order .modal-content-close {
  right: 24px;
  left: unset;
}
@media screen and (min-width: 900px) {
  .basket-item-counter_quantity {
    margin-left: 32px;
  }
}
.modal-content-add-btns {
  display: flex;
  gap: 16px;
}
.modal-content-add-btns .btn-outline,
.modal-content-add-btns .btn {
  width: 230px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 600px) {
  .header-video-bg img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .header-video-bg img {
    display: block;
    width: 100%;
  }
  .header-video-bg video {
    display: none;
  }
}
/* End */


/* Start:/local/templates/Prostor/assets/css/media.css?175214251310694*/
@media (max-width: 1919px) {
  .about-row {
    gap: 30px;
  }
  .about-col-1 img {
    max-width: 351px;
    min-width: 351px;
  }
}
@media (max-width: 1600px) {
  .page-info {
    padding: 45px 46px 45px 50px;
    gap: 45px;
  }
}
@media (max-width: 1500px) {
  .about-row {
    flex-direction: column;
  }
  .about-col-1 img {
    max-width: 100%;
    min-width: 100%;
  }
  .about-col-2 {
    margin-bottom: 28px;
  }
  .about-title {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .about-col-2-content {
    gap: 40px;
  }
  .about-col-1-1 .about-text {
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .about-col-1-2 {
    width: 100%;
  }
  .about-col-1-5 {
    padding-top: 0;
    max-width: 100%;
  }
  .about-values {
    padding-top: 28px;
  }
  .about {
    padding: 0 16px;
  }
  .about-col-2-content img {
    width: 359px;
    min-width: 359px;
  }
}
@media (max-width: 1366px) {
  .product-info {
    padding: 24px 16px;
  }
  .product-info-header,
  .product-info-price {
    padding-left: 0;
  }
  .product-info-content {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(93, 69, 61, 0.2);
  }
  .product-info-content__row-separator,
  .product-info-content__sizes .separator {
    display: none;
  }
  .product-info-content__row {
    flex-direction: column-reverse;
  }
  .product-info-content__sizes {
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(93, 69, 61, 0.2);
  }
  .product-info-content__sizes-link {
    margin-left: auto;
  }
  .product-info-content__sizes-label {
    width: 100%;
  }
  .product-info-content__col--left {
    width: 100%;
  }
  .product-info-content__item {
    padding: 8px 0;
  }
  .product-info-content__col--right {
    order: -1;
    margin-top: 12px;
  }
}
@media (max-width: 1280px) {
  body {
    padding-bottom: 48px;
  }
  .header__menu,
  .header__feedback {
    display: none;
  }
  .menu__mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    border-top: 1px solid rgba(93, 69, 62, 0.2);
    background: #e3e2d3;
    padding: 16px 32px;
    z-index: 102;
  }
  .menu__mobile-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    list-style-type: none;
  }
  .menu__mobile-list svg {
    width: 24px;
    height: 24px;
  }
  .menu__mobile-item-link {
    position: relative;
    display: block;
  }
  .menu__mobile-item-link svg path,
  .menu__mobile-item-link svg circle {
    stroke: #5d453d;
  }
  .basket__counter {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #5d453d;
    border-radius: 50%;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    left: -10px;
  }
  .home-cats__item {
    font-size: 24px;
  }
  .home-cats__item-image {
    margin-bottom: 16px;
  }
  .home-cats,
  .home-form {
    margin-bottom: 64px;
  }
  .footer {
    padding: 0 16px;
  }
  .footer__wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
    padding-top: 24px;
  }
  .footer-menu__title {
    margin-bottom: 16px;
  }
  .footer-menu__list {
    gap: 8px;
  }
  .home-form__item-title {
    font-size: 18px;
  }
  .menu__desktop.active {
    display: none;
  }
  .content-mob-title {
    display: flex;
    font-family: 'Kreadon';
  }
  .product {
    max-width: 100vw;
  }
  .product-wishlist {
    display: none;
  }
  .product-info-content__col--right {
    display: none;
  }
  .add-basket-mob {
    display: flex;
  }
  .add-basket-mob .product-wishlist {
    display: flex;
  }
  .modal-content {
    width: 411px;
    padding: 40px 60px;
  }
  .modal-content.modal-content-gallery {
    width: 100%;
    border-radius: 0;
    top: 0;
    height: 100vh;
    max-height: 100vh;
  }
  .modal-content-gallery .modal-content-close {
    top: 24px;
    left: 24px;
  }
  .page-info {
    padding: 0 16px 16px 16px;
  }
  .form-feedback {
    padding: 0 16px;
  }
  .page-info h1 {
    display: none;
  }
  .modal-content-basket-order {
    width: 100%;
  }
  .basket-order-content {
    gap: 60px;
  }
  .search {
    padding: 16px 0;
  }
  .search .catalog__item-info {
    padding: 0 16px;
  }
  .search-content-input {
    padding: 0 16px;
  }
  .search-content-input-close {
    right: 16px;
    width: 16px;
    height: 16px;
  }
  .search .catalog {
    gap: 0;
  }
  .search .catalog__item {
    width: calc(100% / 3);
  }
  .search-content-items {
    padding-top: 24px;
  }
  .search .catalog__item-images img {
    height: 100%;
  }
  .catalog-basket {
    display: none;
  }
  .basket-item-content {
    width: 330px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
  .modal-content.modal-content-basket {
    width: 611px;
  }
}


@media (max-width: 992px) {
  .home-cats {
    flex-direction: column;
    gap: 32px;
  }
  .home-cats__item {
    width: 100%;
  }
  .footer__wrap {
    padding: 24px 0 100px;
  }
  .home-form {
    padding: 0 16px;
  }
  .home-form__wrap {
    max-width: 100%;
  }
  .home-form form {
    width: 100%;
  }
  .home-form form input {
    width: 100%;
  }
  .catalog__item {
    width: 50%;
    padding-bottom: 32px;
  }
  .catalog__item-images img {
    height: 268px;
  }
  .catalog__item-count {
    padding: 0 16px;
  }
  .catalog__item-count-item {
    height: 2px;
  }
  .catalog__item-count {
    bottom: 8px;
  }
  .catalog__item-info {
    padding: 0 8px 0 16px;
  }
  .catalog__item-images {
    margin-bottom: 8px;
  }
  .catalog__item-info-badge {
    font-size: 12px;
  }
  .catalog__item-info {
    font-size: 13px;
  }
  .catalog__item-info-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .catalog {
    row-gap: 0;
  }
  .catalog__item .favorites-icon {
    top: 8px;
    right: 8px;
  }
  .modal-content {
    height: auto;
    max-height: calc(100vh - 64px);
    width: 100%;
    bottom: 0;
    top: auto;
    padding: 16px 24px;
    border-radius: 16px 16px 0 0;
  }
  .modal-content-close {
    width: 16px;
    height: 16px;
    top: 20px;
    right: 24px;
    left: auto;
    display: flex;
    align-items: center;
  }
  .modal-content__item-title {
    font-size: 20px;
    color: #5d453d;
  }
  .page-info-img {
    display: none;
  }
  .page-info-content {
    width: 100%;
  }
  .form-feedback-title {
    font-size: 20px;
  }
  .info-text-mob-img {
    display: block;
  }
  .page-info-content {
    min-width: 100%;
  }
  .choose-item {
    min-width: 91px;
  }
  .form-line {
    padding: 0;
    margin-bottom: 16px;
  }
  .form-line .form-feedback-title {
    margin-bottom: 0;
  }
  .page-info-content .product-info-content__item {
    width: 100%;
  }
  .variants-list {
    margin-bottom: 0;
    flex-direction: column;
    gap: 0;
  }
  .variants-list .checkbox {
    width: 100%;
  }
  .profile-order-list-content-item-info .qty {
    display: block;
    font-size: 16px;
    padding-top: 12px;
  }
  .profile-order-list-row-item {
    gap: 16px;
  }
  .profile-order-header,
  .profile-order-list {
    font-size: 13px;
  }
  .profile-order-list-content-item-info {
    font-size: 12px;
  }
  .profile-order-list-content-item-qty {
    display: none;
  }
  .profile-order-list-content-item-right {
    position: relative;
    margin-left: auto;
    font-size: 16px;
  }
  .profile-order-list-content-item-right .icon-favorites {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .menu__mobile-dropdown-list-item-link-text {
    font-size: 18px;
  }
  .basket-order-content {
    flex-direction: column-reverse;
  }
  .modal-content-basket-order {
    padding: 16px;
  }
  .basket-order-content-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .basket-order-content {
    gap: 0;
  }
  .basket-order-form {
    gap: 24px;
  }
  .basket-order-form-item-row {
    margin-bottom: 0;
  }
  .basket-order-form-item-title {
    margin-bottom: 0;
  }
  .basket-order-form-item-row-text {
    margin-top: 24px;
  }
  .modal-content .info-contacts {
    flex-wrap: wrap;
    gap: 16px;
  }
  .search .catalog__item {
    width: calc(100% / 2);
  }
  .search .catalog__item-images img {
    height: 100%;
  }
  .modal-classic-content {
    margin-top: auto;
    border-radius: 16px 16px 0 0;
    padding: 48px 32px;
    width: 100%;
  }
  .product-preorder-form {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .modal-classic .modal-content__item-title {
    font-size: 20px;
  }
  .modal-classic-content-close {
    width: 16px;
    height: 16px;
  }
  .gallery__grid .gallery__item {
    width: 50%;
    max-width: 50%;
  }
  .about-section-title {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .about-text-title {
    font-size: 16px;
  }
  .about-values-content .about-value {
    padding-left: 24px;
  }
  .about {
    display: none;
  }
  .about-mobile {
    display: block;
  }
  .about-mobile .about-text-title-mob {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .about-mobile img {
    width: 100%;
    margin-bottom: 24px;
  }
  .about-text {
    margin-bottom: 32px;
  }
  .about-values {
    padding-top: 0;
    margin-bottom: 64px;
  }
  .about-values-content {
    flex-direction: column;
  }
  .about-values-content .about-value {
    padding-left: 16px;
    width: 100%;
  }
  .page-404 {
    height: calc(100vh - 57px);
  }
  .page-404 .content__title {
    font-size: 48px;
  }
  .about-mobile {
    padding: 0;
  }
  .about-mobile .about-text-title-mob,
  .about-mobile .about-values,
  .about-mobile .about-text {
    padding: 0 16px;
  }
  .modal-content-add-btns .btn-outline,
  .modal-content-add-btns .btn {
    width: 100%;
  }
  .modal-content-add-btns {
    flex-direction: column-reverse;
  }
  .cookie-block {
    max-width: unset;
    right: 0;
    bottom:0;
  }
  .basket-order-form-item-row {
    display: block;
  }
}
@media (max-width: 560px) {
  .basket-item-content {
    flex-direction: column;
  }
  .basket-item-content-info {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .product-swiper .swiper-button-prev,
  .product-swiper .swiper-button-next {
    display: none;
  }
  .product-swiper .swiper-pagination {
    display: flex;
    gap: 2px;
    padding: 0 16px;
    bottom: 15px;
  }
  .product-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    flex-grow: 1;
    border-radius: 0;
    height: 2px;
  }
  .product-swiper .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

/* End */


/* Start:/local/templates/Prostor/assets/css/swiper-bundle.min.css?175214251318452*/
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /local/templates/Prostor/assets/css/reset.css?17521425131136 */
/* /local/templates/Prostor/assets/css/style.css?175325424440710 */
/* /local/templates/Prostor/assets/css/media.css?175214251310694 */
/* /local/templates/Prostor/assets/css/swiper-bundle.min.css?175214251318452 */
