

/* Start:/local/templates/ugla-shop/assets/css/normalize.css?17200843444687*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: 0;

  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
  text-transform: inherit;
  text-decoration: inherit;

  outline: none;
  list-style: none;
  /* user-select: none; */
  box-sizing: border-box;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
  line-height: 1;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, header, main, footer {
  width: 100vw;
  max-width: 100%;
}

header, main, footer {
  min-height: 1px;
}

main {
  flex: 1 1 auto;
  position: relative;
  z-index: 0;
}

section {
  width: 100%;
}

h1 {
  font-size: 42px;
  margin: 68px 0 32px;
  font-weight: 700;
}
h1:first-child {
  margin-top: 0;
}
h1:last-child {
  margin-bottom: 0;
}

h2 {
  font-size: 32px;
  margin: 42px 0;
  font-weight: 500;
}
h2:first-child {
  margin-top: 0;
}
h2:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  h2 {
    font-size: 24px;
    margin: 24px 0;
    line-height: 1.2;
  }
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  color: #000;
  font-family: monospace, monospace;
  font-size: 14px;
}

a {
  cursor: pointer;
  background-color: transparent;
  transition: color .3s;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

p {
  font-weight: inherit;
  margin: 14px 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

svg, img, video, iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  border-style: none;
  border: 0;
  margin: 0;
}
video {
  object-fit: cover;
}
img, picture {
  display: inline-block;
  object-fit: contain;
  max-width: 100%;
}

svg, svg path, svg circle {
  transition: 0.3s;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: initial;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0;
  border: 0;
  display: block;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: block;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

s {
  text-decoration: line-through;
}

ol {
  margin-left: 40px;
  list-style-type: none;
  counter-reset: item;
}
ol > li {
  counter-increment: item;
  position: relative;
}
ol > li::before {
  font-weight: 700;
  display: inline-block;
  color: var(--color-blue-primary);
  content: counters(item, ".") ". ";
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 4px;
}
li ol > li::before {
  color: var(--color-primary);
  content: counters(item, ".") " ";
}
ol:first-child {
  margin-top: 0;
}
ol:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1410px) {
  ol > li::before {
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  :root {
    outline: 0 !important;
    user-select: none !important;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/vars.css?17501096515705*/
:root {
  --color: #00141A;
  --color-theme: #CB2032;
  --color-reverse: white;
  --color-bodytheme: white;
  --color-link: #00141A;
  --color-link-hover: #CB2032;
  --color-link-reverse: #CB2032;
  --color-link-reverse-hover: #AF0A1B;

  --header: #FFFFFF;
  --separator: #F2F2F2;
  --shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);

  --slider-bulets: #00141A;
  --slider-bulets-active: #CB2032;

  --title-icon: #00141A;
  --title-color: #00141A;
  --text-color: #00141A;/*#9F9F9F;*/
  --tizer-text-color: #00141A;/*#9F9F9F;*/

  --submenu-background: #fff;
  --submenu-separator: #F2F2F2;
  --submenu-color: #757575;

  --search-result: #FFFFFF;
  --search-result-hover: #F9F9F9;
  --search-result-item: #757575;
  --search-result-query: #C4C4C4;
  --search-result-before: rgba(0,20,26,.2);
  --search-result-search-icon: #EEEEEE;
  --search-result-search-hover-icon: #C4C4C4;

  --pagenavigator-color: #00141A;
  --pagenavigator-action-color: #FFFFFF;
  --pagenavigator-border: #F0F0F0;
  --pagenavigator-action-border: #F2F2F2;
  --pagenavigator-background: #F0F0F0;
  --pagenavigator-action-background: #CB2032;

  --categories-background: #F9F9F9;
  --categories-count: #7C7C7C;
  --categories-sections: #F2F2F2;
  
  --category-sidebar-separator: #D9D9D9;
  --category-sidebar-background: #F2F2F2;

  --filter-group-title: #00141A;
  --filter-pricebar-v: #00141A;
  --filter-pricebar-vn: #D8D8D8;
  --filter-slider-handle: #00141A;
  --filter-slider-handle-focus: #CB2032;
  --filter-set-filter-color: #FFFFFF;
  --filter-set-filter-background: #CB2032;

  --image-background: #F9F9F9;
  --products-background: #F9F9F9;
  
  --product-name: #00141A;
  --product-item-preview-text-color: #9F9F9F;
  --product-stiker: #F2F2F2;
  --product-stiker-new: #CB2032;
  --product-stiker-new-bgcolor: #F2F2F2;
  --product-stiker-hit: #FFF;
  --product-stiker-hit-bgcolor: #CB2032;
  --product-stiker-sale: #FFF;
  --product-stiker-sale-bgcolor: #CB2032;
  --product-stiker-color: #00141A;
  --product-stiker-color-reverse: #FFFFFF;
  --product-price-color: #00141A;
  --product-discount-color: #CB2032;
  --product-oldprice-color: #9F9F9F;
  --product-separator: #F2F2F2;
  --product-available: #158475;
  --product-available-after: rgba(21,132,117,.15);
  --product-not-available: #CB2032;
  --product-not-available-after: rgba(203,32,50,.15);
  --product-minimal: #E79C0A;
  --product-minimal-after: rgba(231,156,10,.15);
  --product-quantity-border: #F2F2F2;

  --button-color: #00141A;
  --button-default: #F1F1F1;
  --button-default-hover: #D9D9D9;
  --button-dark: #00141A;
  --button-dark-color: #FFFFFF;
  --button-dark-hover: #CB2032;
  --button-dark-light: #7C7C7C;
  --button-dark-light-color: #FFFFFF;
  --button-dark-light-hover: #CB2032;
  --button-border: #00141A;
  --button-border-active: #00141A;
  --button-addcart-hover: #00141A;
  --button-addcart-hover-color: #FFFFFF;
  --button-addcart-background: #FFFFFF;
  --button-noticequantity-color: #9F9F9F;
  --button-noticequantity-hover: #00141A;
  --button-noticequantity-hover-color: #FFFFFF;
  --button-noticequantity-border-color: #F0F0F0;

  --footer: #F2F2F2;
  --footer-end: #00141A;
  --footer-menu: #757575;
  --footer-color: #ffffff;

  --map-balloon: #000000;
  --map-balloon-color: #FFFFFF;

  --popup-title: #00141A;
  --popup-subtitle: #7C7C7C;
  --popup-container: #FFFFFF;
  --popup-background: rgba(0,20,26,.2);

  --form-title: #00141A;
  --form-caption: #7C7C7C;
  --form-label: #7C7C7C;
  --form-error: #CB2032;
  --form-error-text: #FFFFFF;
  --form-group-hover-label: #00141A;
  --form-wrapper: #F2F2F2;
  --form-control: #00141A;
  --form-control-border: #CCCCCC;
  --form-field-hover-control-border: #00141A;
  --form-checkbox: #CB2032;
  --form-checkbox-svg: #FFFFFF;
  --form-checkbox-box: #D8D8D8;
  --form-checkbox-active: #CB2032;

  --basket-sidebar: #F2F2F2;
  --basket-checkout: #CB2032;
  --basket-checkout-focus: #AF0A1B;
  --basket-oldprice: #7C7C7C;
  --basket-amount-btn: #00141A;
  --basket-amount-btn-focus: #CB2032;
  --basket-amount-focus: #00141A;
  --basket-delete: #00141A;
  --basket-delete-active: #CB2032;
  --basket-delete-focus: #AF0A1B;
  --basket-separator: #F2F2F2;

  --checkout-title: #00141A;
  --checkout-title-counter: #D8D8D8;
  --checkout-total-line: #8E8E93;
  --checkout-input-border: transparent;
  --checkout-input-background: #F2F2F2;
  --checkout-total-background: #F2F2F2;
  --checkout-sidebar-input-border: #c3cace;
  --checkout-sidebar-input-background: #fff;
  --checkout-selected-border: #CB2032;
  --checkout-desc-background: #F2F2F2;

  --personal-menu-color: #00141A;
  --personal-menu-hover-color: #FFFFFF;
  --personal-menu-separator: #D9D9D9;
  --personal-menu-background: #F2F2F2;
  --personal-menu-hover-background: #7C7C7C;
  --personal-menu-logout: #CB2032;
  --personal-menu-logout-hover: #AF0A1B;

  --order-detail-border: #F2F2F2;
  --order-detail-head-color: #FFFFFF;
  --order-detail-head-background: #CB2032;
  --order-detail-group-head-color: #00141A;
  --order-detail-group-head-background: #F2F2F2;
  --order-detail-options-value: #00141A;
  --order-detail-alert-color: #FFFFFF;
  --order-detail-alert-background: #CB2032;

  --order-list-head-color: #FFFFFF;
  --order-list-head-background: #7C7C7C;
  --order-list-cancel-background: #CB2032;
  --order-list-alert-color: #FFFFFF;
  --order-list-alert-background: #CB2032;
  --order-list-link: #00141A;
  --order-list-link-hover: #CB2032;

  --font-line-height: 1.25;

  --container-width: 1440px;
  --media-size: 768px;
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/styles.css?175079868713579*/
@font-face {
	font-family: 'Fact';
  font-style: normal;
  font-weight: 350;
	src: local('Fact'),
    url(/local/templates/ugla-shop/assets/css/../fonts/Fact-Light.woff2) format("woff2"),
    url(/local/templates/ugla-shop/assets/css/../fonts/Fact-Light.woff) format("woff")
}

@font-face {
	font-family: 'Fact';
  font-style: normal;
  font-weight: 400;
	src: local('Fact'),
    url(/local/templates/ugla-shop/assets/css/../fonts/Fact-Regular.woff2) format("woff2"),
    url(/local/templates/ugla-shop/assets/css/../fonts/Fact-Regular.woff) format("woff")
}

@font-face {
	font-family: 'Fact';
  font-style: normal;
  font-weight: 500;
	src: local('Fact'),
    url(/local/templates/ugla-shop/assets/css/../fonts/Fact-Medium.woff2) format("woff2"),
    url(/local/templates/ugla-shop/assets/css/../fonts/Fact-Medium.woff) format("woff")
}

@font-face {
	font-family: 'Fact';
  font-style: normal;
  font-weight: 600;
	src: local('Fact'),
    url(/local/templates/ugla-shop/assets/css/../fonts/Fact-Bold.woff2) format("woff2"),
    url(/local/templates/ugla-shop/assets/css/../fonts/Fact-Bold.woff) format("woff")
}


body {
  line-height: var(--font-line-height);
  font-weight: normal;
  font-family: 'Fact', sans-serif;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
  background-color: var(--color-bodytheme) !important;
  /* overflow-x: hidden; */
}
body * {
  font-family: 'Fact', sans-serif !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  justify-content: space-between;
  min-height: calc(100vh - 120px);
  margin-top: 120px;
}
#bx-panel ~ .wrapper {
  min-height: calc(100vh - 217px);
}
#bx-panel.bx-panel-folded ~ .wrapper {
  min-height: calc(100vh - 109px);
}
@media screen and (max-width: 1024px) {
  .wrapper {
    margin-top: 70px;
  }
  #bx-panel.bx-panel-folded ~ .wrapper {
    margin-top: 70px;
  }
}

main, main > [id^="bx_incl_area"] {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  margin-top: 0;
  overflow-x: hidden;
}
main > .block:first-child, main > [id^="bx_incl_area"]:first-child {
  margin-top: 100px;
}
main > .block:last-child, main > [id^="bx_incl_area"]:last-child {
  margin-bottom: 100px;
}
main > [id^="bx_incl_area"], main > [id^="bx_incl_area"] > [id^="bx_incl_area"] {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.block {
  /* overflow-x: hidden; */
}
.block > .block + .block {
  margin-top: 100px;
}
.block--breadcrumbs + section.block, .block--breadcrumbs + [id^="bx_incl_area"] {
  margin-top: -95px !important;
}
.block--breadcrumbs + section.block--banner_text {
  margin-top: -122px !important;
}

/* Blocks */
.block--banner:first-child {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.block + .block--banner, .block--banner + .block {
  /* margin-top: -160px; */
}
.block--carousel:first-child {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.block + .block--carousel, .block--carousel + .block {
  /* margin-top: -160px; */
}
.block--title + * {
  margin-top: 50px;
  font-weight: 500;
  font-size: calc(32px + 8 * ((100vw - 375px) / 1575));
}
main > .block--title + * {
  /* margin-top: -150px !important; */
}

.container {
  width: calc(100vw - 30px);
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0;
}
.container .container {
  width: 100%;
}

main > section.block--text + section.block--text {
  margin-top: -40px;
}

.text ul {
  /* padding-left: 30px; */
}
.text ul li {
  position: relative;
  list-style: none !important;
  padding-left: 30px;
}
.text ul li::before {
  content: '';
  width: 20px;
  height: 4px;
  background-image: url(/local/templates/ugla-shop/assets/css/../images/icons/marker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.text ul:not(:first-child) {
  margin-top: 30px;
}
.text ul:not(:last-child) {
  margin-bottom: 60px;
}
.text ul li + li {
  margin-top: 15px;
}
.text h1 {
  position: relative;
}
.text h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  width: 27px;
  height: 5px;
  margin-top: 5px;
  display: block;
  background-image: url(/local/templates/ugla-shop/assets/css/../images/icons/marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

a, .link {
  width: auto;
  display: inline-block;
  color: var(--color-link);
}
a:not(.button):hover, .link:hover, a:not(.button).selected, .link:not(.button).selected, a:not(.button).active, .link:not(.button).active {
  color: var(--color-link-hover) !important;
}
.text a:not(.button), .text a:not(.button).link {
  color: var(--color-link-hover) !important;
}

.icon {
  display: block;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.icon--wishlist path.wishlist-active {
  opacity: 0;
}
.wishlist-active path.wishlist-active {
  opacity: 1;
}

.phone {
  white-space: nowrap;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: calc(32px + 0 * ((100vw - 375px) / 1575));
}
.socials path {
  fill: #000;
}
.socials a:hover path {
  fill: var(--color-link-hover)
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 80px;
}
.button, .link {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 90px;
  width: auto;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
  color: var(--button-color);
  transition: .3s;
	user-select: none;
}
.button {
  font-weight: 500;
  width: max-content;
  max-width: 100%;
  justify-content: center;
}
.button:hover, .button:focus {
  color: var(--color-link-hover);
}
.text .link:not(.link--icon) {
  display: inline-block;
  text-decoration: underline;
}
span.link {
  cursor: default;
}
p > a.link {
  color: var(--color-theme);
}

.button--default {
  height: 64px;
  width: 100%;
  padding: 0 18px;
  border: 0;
  font-weight: 700;
  font-size: calc(16px + 4 * ((100vw - 375px) / 1575));
  background-color: var(--button-default);
}
.button--default:hover, .button--default:focus {
  /* color: var(--button-default); */
  background-color: var(--button-default-hover);
}

.button--dark, a.button--dark {
  height: 64px;
  width: 100%;
  padding: 0 18px;
  border: 0;
  font-weight: 700;
  font-size: calc(16px + 4 * ((100vw - 375px) / 1575));
  color: var(--button-dark-color);
  background-color: var(--button-dark);
}
.button--dark:hover, .button--dark:focus, a.button--dark:hover, a.button--dark:focus {
  color: var(--button-dark-color);
  background-color: var(--button-dark-hover);
}

.button--dark-light, a.button--dark-light {
  height: 64px;
  width: 100%;
  padding: 0 18px;
  border: 0;
  font-weight: 700;
  font-size: calc(16px + 4 * ((100vw - 375px) / 1575));
  color: var(--button-dark-light-color);
  background-color: var(--button-dark-light);
}
.button--dark-light:hover, .button--dark-light:focus, a.button--dark-light:hover, a.button--dark-light:focus {
  color: var(--button-dark-light-color);
  background-color: var(--button-dark-light-hover);
}

.button--dark-reverse, a.button--dark-reverse {
  height: 64px;
  width: 100%;
  padding: 0 18px;
  border: 0;
  font-weight: 700;
  font-size: calc(16px + 4 * ((100vw - 375px) / 1575));
  color: var(--button-dark-color);
  background-color: var(--button-dark-hover);
}
.button--dark-reverse:hover, .button--dark-reverse:focus, a.button--dark-reverse:hover, a.button--dark-reverse:focus {
  color: var(--button-dark-color);
  background-color: var(--button-dark);
}
.button--dark-reverse .icon path, a.button--dark-reverse .icon path {
  fill: #fff;
}

.button--border {
  height: 60px;
  width: 282px;
  padding: 0 18px;
  background-color: transparent;
  border: 1px solid var(--button-border);
}
.button--border:hover, .button--border:focus {
  border-color: var(--button-border-active);
}

.button--addcart:hover, .button--addcart:focus {
  color: var(--button-addcart-hover-color);
  background-color: var(--button-addcart-hover);
  border-color: var(--button-addcart-hover);
}

.button.more .icon, .link.more .icon {
  transform: translateX(0);
  transition: 0.3s;
}
.button.more:hover .icon, .link.more:hover .icon {
  transform: translateX(-10px);
}

.title, .block__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 80px;
}
.title:not(:last-child), .block__title:not(:last-child) {
  margin-bottom: 50px;
}

.title .title__right, .block__title .title__right {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 42px;
  margin-left: auto;
}
.title .icon, .block__title .icon {
  width: 22px;
  height: 22px;
}
.title .icon path, .block__title .icon path {
  fill: var(--title-icon);
}
.title .button:hover .icon path, .block__title .button:hover .icon path {
  fill: var(--color-link-hover);
}

.block__title {
  position: relative;
  z-index: 0;
}
.block__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  width: 27px;
  height: 5px;
  margin-top: 5px;
  display: block;
  background-image: url(/local/templates/ugla-shop/assets/css/../images/icons/marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.title, h1, .block__title * {
  font-weight: 500;
  line-height: 1.25;
  color: var(--title-color);
  font-size: calc(32px + 8 * ((100vw - 375px) / 1575));
}
.block__title, h2 {
  font-weight: 500;
  line-height: 1.25;
  color: var(--title-color);
  font-size: calc(24px + 8 * ((100vw - 375px) / 1575));
}
h3 {
  font-weight: 500;
  line-height: 1.25;
  color: var(--title-color);
  font-size: calc(16px + 8 * ((100vw - 375px) / 1575));
}
h4 {
  font-weight: 500;
  line-height: 1.25;
  color: var(--title-color);
  font-size: calc(16px + 8 * ((100vw - 375px) / 1575));
}
h5 {
  font-weight: 500;
  line-height: 1.25;
  color: var(--title-color);
  font-size: calc(20px + 8 * ((100vw - 375px) / 1575));
}
.text .title:not(:first-child), .text .block__title:not(:first-child), .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child) {
  margin-top: 56px;
}
.text .title:not(:last-child), .text .block__title:not(:last-child), .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child) {
  margin-bottom: 30px;
}
.title > h1, .title > h2, .title > h3, .title > h4, .title > h5, .block__title > h1, .block__title > h2, .block__title > h3, .block__title > h4, .block__title > h5 {
  margin-bottom: 0;
}

.text, p {
  width: 100%;
  /* max-width: 900px; */
  font-weight: 300;
  line-height: 1.5;
  color: var(--text-color);
  font-size: calc(14px + 2 * ((100vw - 375px) / 1575));
}

main li + li {
  margin-top: 10px;
}

/* Яндекс карты */
.map {
  width: 100%;
  height: 100%;
}
.ymaps-2-1-79-balloon {
  left: 50% !important;
  top: auto !important;
  bottom: 100% !important;
  margin-bottom: 74px !important;
  margin-left: 8.5px !important;
  transform: translateX(-50%) !important;
}
.ymaps-2-1-79-balloon__layout, .ymaps-2-1-79-balloon__content {
  padding: 0 !important;
  margin: 0 !important;
  color: var(--map-balloon-color) !important;
  background-color: var(--map-balloon) !important;
}
.ymaps-2-1-79-balloon__close {
  display: none !important;
}
.ymaps-2-1-79-balloon__content > ymaps {
  padding: 19px 39px !important;
  height: auto !important;
  font-weight: 500 !important;
  font-size: calc(14px + 2 * ((100vw - 375px) / 1575)) !important;
}
.ymaps-2-1-79-balloon__tail {
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 4px !important;
  height: 42px !important;
  position: absolute !important;
  top: 100% !important;
  margin-top: -2px;
  background: var(--map-balloon) !important;
}
.ymaps-2-1-79-balloon__tail::before, .ymaps-2-1-79-balloon__tail::after {
  display: none !important;
}

.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }

@media screen and (max-width: 1024px) {
  main, main > [id^="bx_incl_area"] {
    row-gap: 100px;
  }
  main > .block:last-child, main > [id^="bx_incl_area"]:last-child {
    margin-bottom: 120px;
  }
  .block > .block + .block {
    margin-top: 74px;
  }

  .block + .block--banner, .block--banner + .block {
    margin-top: -80px;
  }

  .block + .block--carousel, .block--carousel + .block {
    margin-top: -60px;
  }

  main > section.block--text + section.block--text {
    margin-top: -100px;
  }

  .title:not(.block__title--carousel) .title__right {
    display: none !important;
  }

  .block--breadcrumbs + section.block, .block--breadcrumbs + [id^="bx_incl_area"] {
    margin-top: -100px !important;
  }

  main > .block--title + * {
    margin-top: -80px !important;
  }

  .button {
    column-gap: 24px;
    white-space: normal;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .buttons {
    row-gap: 24px;
    align-items: start;
    flex-direction: column;
  }
  .title.block__title--carousel .title__right {
    column-gap: 24px;
  }
  .title:not(:last-child), .block__title:not(:last-child) {
    margin-bottom: 65px;
  }

  .b24-widget-button-position-bottom-right {
    right: 20px !important;
    bottom: 100px !important;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks.css?17205169785839*/
/* Add2Basket - Добавление товара в корзину */
.add2basket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;

  width: 450px;
  max-width: 100%;
}

.add2basket__image {
  width: 100px;
  height: 100px;
  background-color: var(--image-background);
}
.add2basket__image img {
  object-fit: contain;
  display: block;
}

.add2basket__info {
  width: calc(100% - 150px);
}
.add2basket__title {
  font-weight: 700;
  font-size: calc(14px + 2 * ((100vw - 375px) / 1575));
}
.add2basket__name {
  margin-top: 10px;
  color: var(--text-color);
  font-size: calc(14px + 2 * ((100vw - 375px) / 1575));
}

/* Add2Wishlist - Добавление товара в избранное/отложенные */
.add2wishlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;

  width: 450px;
  max-width: 100%;
}

.add2wishlist__image {
  width: 100px;
  height: 100px;
  background-color: var(--image-background);
}
.add2wishlist__image img {
  object-fit: contain;
  display: block;
}

.add2wishlist__info {
  width: calc(100% - 150px);
}
.add2wishlist__title {
  font-weight: 700;
  font-size: calc(14px + 2 * ((100vw - 375px) / 1575));
}
.add2wishlist__name {
  margin-top: 10px;
  color: var(--text-color);
  font-size: calc(14px + 2 * ((100vw - 375px) / 1575));
}

.fixedbasket {
  display: none;
}

@media screen and (max-width: 768px) {
  .add2basket, .add2wishlist {
    column-gap: 24px;
    width: 100%;
  }
  .add2basket__image, .add2wishlist__image {
    min-width: 70px;
    height: 70px;
  }
  .add2basket__info, .add2wishlist__info {
    width: 100%;
  }

  /* Панель */
	.fixedbasket {
		position: fixed;
		left: 0;
		bottom: 20px;
		width: 100%;
    display: block;
	}
	.fixedbasket__container {
		width: 100%;
    padding: 0 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 8px;
	}

  .fixedbasket .header__wishlist {
		width: 56px;
		min-width: 56px;
		height: 56px;
		background-color: #000000;
		display: flex;
		align-items: center;
		justify-content: center;
  }
  .fixedbasket .header__wishlist path {
		fill: #fff !important;
	}
	
	.fixedbasket .header__basket {
		height: 56px;
    width: 100%;
		white-space: nowrap;
		padding: 0 127px 0 17px;
		background-color: #000000;
		display: flex;
		align-items: center;
		justify-content: start;
  }

  .fixedbasket .header__wishlist a, .fixedbasket .header__basket a {
    column-gap: 18px;
		color: #fff !important;
  }
  .fixedbasket .header__basket .icon {
		order: -1;
	}
  .fixedbasket .header__basket path {
		fill: #fff !important;
		stroke: transparent !important;
	}
  .fixedbasket .header__basket div:first-child {
    display: block;
  }
	.fixedbasket .wishlist-count, .fixedbasket .basket-count {
		right: auto;
    left: 28px;
    top: 6px;
	}
  .fixedbasket .header__wishlist a::before, .fixedbasket .header__basket a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

	.fixedbasket [data-entity="basket-checkout-button"] {
    margin: 0;
    height: 60px;
    outline: none !important;
    color: var(--button-addcart-hover-color) !important;
    background-color: var(--button-addcart-hover) !important;
    border: 1px solid var(--button-addcart-hover) !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
	.fixedbasket [data-entity="basket-checkout-button"] span {
    margin-right: auto;
  }
	.fixedbasket [data-entity="basket-checkout-button"] svg {
    margin-left: auto;
    max-width: 24px;
  }
}

.add-wishlist .icon path, .icon--wishlist path {
  stroke: none !important;
  fill: #000;
}
.add-wishlist .icon path.wishlist-active, .add-wishlist .icon path[fill-opacity], .icon--wishlist path[fill-opacity] {
  fill-opacity: 0.5;
  fill: #fff;
}
.add-wishlist:hover .icon path {
  fill-opacity: 1 !important;
  fill: #000 !important;
}
.add-wishlist.wishlist-active .icon path, .product--in-wishlist .add-wishlist .icon path, .icon--in-wishlist path {
  fill: #CB2032 !important;
}
.add-wishlist.wishlist-active .icon path.wishlist-active, .add-wishlist.wishlist-active .icon path[fill-opacity], .product--in-wishlist .add-wishlist .icon path, .icon--in-wishlist path {
  fill-opacity: 1 !important;
}

.icon--basket-2 path {
  fill: #000;
}
.icon--basket-2 path[fill-opacity] {
  fill-opacity: 0;
}
.icon--in-basket path[fill-opacity] {
  fill-opacity: 1 !important;
}
.icon--in-basket path {
  fill: #CB2032 !important;
}

/* СТИКЕРЫ */
.stiker {
  font-weight: 400;
  text-transform: uppercase;
  height: 38px;
	line-height: 38px;
	white-space: nowrap;
  padding: 0 15px;
  color: var(--product-stiker-color);
  background-color: var(--product-stiker);
  font-size: calc(12px + 0 * ((100vw - 375px) / 1575));

  display: flex;
  align-items: center;
  column-gap: 10px;
}
.stiker[style] {
  color: var(--product-stiker-color-reverse);
}
.stiker .icon {
  width: 16px;
  height: 16px;
}
.stiker path {
  fill: var(--product-stiker-color);
}
.stiker--new {
  color: var(--product-stiker-new);
  background-color: var(--product-stiker-new-bgcolor);
}
.stiker--new path {
  fill: var(--product-stiker-new);
}
.stiker--hit {
  color: var(--product-stiker-hit);
  background-color: var(--product-stiker-hit-bgcolor);
}
.stiker--hit path {
  fill: var(--product-stiker-hit);
}
.stiker--sale {
  color: var(--product-stiker-sale);
  background-color: var(--product-stiker-sale-bgcolor);
}
.stiker--sale path {
  fill: var(--product-stiker-sale);
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/form.css?17200847419108*/
.form-wrapper {
	position: relative;
	z-index: 0;
	padding: 90px 0;
}
.form-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100vw;
	height: 100%;
	background-color: var(--form-wrapper);
}

.popup .form-wrapper {
	padding: 0;
}
.popup .form-wrapper::before {
	display: none;
}

form.form {
	max-width: 100%;
	width: 490px;
}
.form--sending {
	opacity: 0.7;
	pointer-events: none;
}
.form + .form {
	margin-top: 80px;
}

.form__title {
	font-weight: 400;
	color: var(--form-title);
	font-size: calc(24px + 4 * ((100vw - 375px) / 1575));
}
.form__title span {
	color: var(--color-theme);
}

.form__caption {
	margin-top: 21px;
	font-weight: 300;
	color: var(--form-caption);
	font-size: calc(16px + 2 * ((100vw - 375px) / 1575));
}
.form__caption span {
	color: var(--color-theme);
}

.form__groups {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.form__groups:not(:first-child) {
	margin-top: 47px;
}

.form__group {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	column-gap: 24px;
}

.form__fields {
	width: 100%;
}

.form__label {
	transition: 0.3s;
	font-weight: 400;
	pointer-events: none;
	color: var(--form-label);
	position: relative;
	font-size: calc(18px + 2 * ((100vw - 375px) / 1575));
}
.form__group--focus .form__label, .form__group:hover .form__label {
	color: var(--form-group-hover-label);
}
.form__label .form__error {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 32px;
	height: 32px;
	content: '!';
	color: var(--form-error-text);
	font-size: calc(20px + 4 * ((100vw - 375px) / 1575));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: default;
	background-color: var(--form-error);
}
.form__group--error .form__label .form__error {
	visibility: visible;
	pointer-events: all;
}
.form__label .form__error div {
	opacity: 0;
	transform: translateX(-10px) translateY(-50%);
	pointer-events: none;
	transition: 0.3s;
	position: absolute;
	right: 100%;
	top: 50%;
	text-align: right;
	color: var(--form-error);
	font-size: calc(14px + 0 * ((100vw - 375px) / 1575));
	background-color: var(--form-error-text);
	box-shadow: var(--shadow);
	margin-right: 10px;
	padding: 6px 12px;
	width: max-content;
	max-width: 300px;
}
.form__label .form__error:hover div {
	opacity: 1;
	transform: translateX(0) translateY(-50%);
}

.form__footer {
	margin-top: 48px;
}
.form__button .button {
	width: max-content;
	padding: 0 57px;
}
.form__button .button--more {
	padding: 0;
	column-gap: 35px;
	font-size: calc(24px + 4 * ((100vw - 375px) / 1575));
}
.form__button .button .icon {
	width: 32px;
	height: 32px;
}
.form__privacy {
	margin-top: 16px;
	font-weight: 300;
	color: var(--form-caption);
	font-size: calc(14px + 0 * ((100vw - 375px) / 1575));
}
.form__privacy a {
	font-weight: 300;
	display: inline-block;
	/* color: var(--form-caption); */
	text-decoration: underline;
	font-size: calc(14px + 0 * ((100vw - 375px) / 1575));
}

/* FIELDS */
.form__field {
	position: relative;
}
/* TEXT FIELDS */
.form__field--textarea {
	margin-top: 12px;
}
input.form__control--text,
textarea.form__control {
	width: 100%;
	border: 0;
	outline: 0;
	resize: none;
	transition: 0.3s;
	color: var(--form-control);
	background-color: transparent;
	border-bottom: 2px solid var(--form-control-border);
}
input.form__control--text {
	height: 53px;
	/* height: 0; */
	/* position: absolute;
	left: 0;
	top: 100%;
	width: 100%; */
}
textarea.form__control {
	padding-bottom: 12px;
}
.form__group--focus input.form__control--text, .form__group--hover input.form__control--text, .form__field--filled input.form__control--text {
	height: 53px;
}
.form__group--focus input.form__control--text, .form__field--filled input.form__control--text, .form__group:hover input.form__control--text {
	border-bottom-color: var(--form-field-hover-control-border);
}
.form__group--focus textarea.form__control, .form__field--filled textarea.form__control, .form__field:hover textarea.form__control {
	border-bottom-color: var(--form-field-hover-control-border);
}
.form__group--error input.form__control--text, .form__group--error textarea.form__control, .form__field--error input.form__control--text, .form__field--error textarea.form__control {
	color: var(--form-error);
	border-bottom-color: var(--form-error);
}

/* CHECKBOX OR RADIO */
.form__field--radio, .form__field--checkbox {
	font-size: calc(14px + -1 * ((100vw - 375px) / 1575));
}
.form__field--radio label, .form__field--checkbox label {
	display: flex;
	column-gap: 12px;
	align-items: start;
	justify-content: start;
	cursor: pointer;
}
input.form__control--radio, input.form__control--checkbox {
	display: none;
}
.form__field--radio div.form__control, .form__field--checkbox div.form__control {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: 2px solid var(--form-checkbox);
	margin-top: -4px;
	transition: 0.3s;
}
.form__field--radio div.form__control {
	border-radius: 50%;
}
.form__field--radio input.form__control:checked + div.form__control, .form__field--checkbox input.form__control:checked + div.form__control {
	background-color: var(--form-checkbox);
}
.form__field--radio .form__control .icon, .form__field--checkbox .form__control .icon {
	width: 18px;
	height: 18px;
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}
.form__field--radio input.form__control:checked + div.form__control .icon, .form__field--checkbox input.form__control:checked + div.form__control .icon {
	opacity: 1;
}
.form__field--radio .form__control .icon {
	border-radius: 50%;
	background-color: var(--form-checkbox-svg);
}
.form__field--checkbox .form__control .icon path {
	fill: var(--form-checkbox-svg);
}

/* DATE */
.form__field--date .form__control--date {
	width: 100%;
	height: 53px;
	transition: border-color 0.3s;
	border-bottom: 2px solid var(--form-control-border);
}
.form__field--date .form__control--date:hover {
	border-bottom-color: var(--form-field-hover-control-border);
}
.form__field--date p {
	font-size: calc(13px + 0 * ((100vw - 375px) / 1575));
}

/* PASSWORD */
.form__field--password {
	position: relative;
}
.form__field--password .icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
.form__field--password.password--shown .icon--eye, .form__field--password:not(.password--shown) .icon--eye-shown {
	display: none;
}
.form__field--password .icon:hover path {
	fill: #CB2032;
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}


/* Сброс пароля */
.forgotten_password {
	color: #7C7C7C;
	margin-left: auto;
	font-weight: normal;
	text-decoration: underline;
}

/* PRIVACY CHECKBOX */
.form__footer .form__privacy-text {
	max-width: 350px;
	user-select: none;
	cursor: pointer;
	position: relative;
}
.form__footer .form__privacy-text input[name="agree"] {
	display: none;
}
.form__footer .form__privacy-error {
	display: none;
	/* position: absolute;
	left: 50px;
	top: 0; */
	margin-top: 16px;
	margin-bottom: 12px;
	color: var(--color-theme);
	line-height: 1.2;
	font-weight: 400;
}
.form__footer .form__privacy--error .form__privacy-error {
	display: block;
}
.form__footer .form__privacy-label {
	position: relative;
	padding-left: 40px;
	font-weight: 400;
	display: block;
}
.form__footer .form__privacy-label * {
	display: inline;
	font-weight: 400;
}
.form__footer .form__privacy--error input:not(:checked) ~ .form__privacy-label, .form__footer .form__privacy--error input:not(:checked) ~ .form__privacy-label * {
	/* color: var(--color-theme); */
}
.form__footer .form__privacy-label::before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	order: -1;
	background-color: var(--form-checkbox-box);
	position: absolute;
	left: 6px;
	top: 2px;
}
.form__footer .form__privacy-text input:checked ~ .form__privacy-label::before {
	scale: 2;
	background-color: var(--form-checkbox-active);
	z-index: 0;
}
.form__footer .form__privacy-label::after {
	content: '';
	background-image: url(/local/templates/ugla-shop/assets/images/icons/check.svg);
	position: absolute;
	left: 3px;
	top: -1px;
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	display: none;
}
.form__footer .form__privacy-text input:checked ~ .form__privacy-label::after {
	display: block;
}

form.form .register-link a {
	font-weight: 600 !important;
	text-decoration: none !important;
}

@media screen and (max-width: 1024px) {
	.form-wrapper::before {
		left: 50%;
	}
}
/* End */


/* Start:/local/templates/ugla-shop/components/bitrix/menu/header_2/style.css?17512909217915*/
.header__menu {
	overflow: hidden;
}

.header__menu .menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	/* flex-wrap: wrap; */
	width: max-content;
	/* margin: 0 auto; */
	margin-bottom: 0;
	row-gap: 15px;
	column-gap: 0px;
}
.header__menu .menu__item {
	/* position: relative; */
}
.header__menu .menu__item.hide {
	order: 999;
	visibility: hidden;
}
.header__menu .menu__link {
	color: var(--color);
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: start;
	column-gap: 24px;
	font-weight: 400;
	/*font-size: calc(20px - 4 * ((100vw - 375px) / 1575));*/
	font-size: 15px;
}
.header__menu .menu__link.menu__link--selected {
	color: var(--color-link-hover);
}
.header__menu .menu > .menu__item > .menu__link {
	height: 40px;
	/*padding: 0 10px;*/
	padding: 0 7.5px;
}
.header__menu .menu__item:hover > .menu__link {
	color: var(--color-link-hover);
}
.header__menu .menu__link.selected {
	position: relative;
}
.header__menu .menu__link.selected::before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 3px;
	margin-top: 22px;
	background-color: var(--color-link-hover);
}

.header__menu .menu__link[href="/katalog/"] {
	position: relative;
	padding-left: 42px !important;
}
.header__menu .menu__link[href="/katalog/"]::after {
	content: '';
	display: block;
	width: 14px;
	height: 11px;
	background-image: url('/local/templates/ugla-shop/components/bitrix/menu/header_2/images/menu-2.svg');
	background-size: contain;
	background-repeat: no-repeat;

	position: absolute;
	left: 0;
	top: 50%;
	margin-left: 12px;
	transform: translateY(-50%);
	
	opacity: 1;
	transition: .3s;
}
.header__menu .menu__item--more {
	display: flex;
	align-items: center;
	justify-content: center;

}
.header__menu .menu__item--more .icon {
	width: 16px;
	height: 16px;
}
/*
.header__menu .menu__item:hover a[href="/katalog/"]::after {
	opacity: 0;
}

.header__menu a[href="/katalog/"]::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-image: url('/local/templates/ugla-shop/components/bitrix/menu/header_2/images/menu-close.png');
	background-size: contain;
	background-repeat: no-repeat;
	
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: 12px;
	transform: translateY(-50%);
	
	opacity: 0;
	transition: .3s;
}
.header__menu .menu__item:hover a[href="/katalog/"]::before {
	opacity: 1;
}
*/
.header__menu .menu__image {
	width: 64px;
	height: 64px;
	background-color: var(--image-background);
}

.header__menu.shown {
	overflow: initial;
}
.header__menu .menu__item--more {
	/* height: 40px; */
	padding: 4px;
	cursor: pointer;
}
.header__menu .menu__item--more.selected {
	position: relative;
}
.header__menu .menu__item--more.selected .menu__submenu {
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 100%;
	background-color: #fff;
	box-shadow: var(--shadow);
	padding: 16px;
	max-width: none;
	width: max-content;
	opacity: 1;
	pointer-events: all;
	margin-top: 29px;
	cursor: default;
}
.header__menu .menu__item--more.selected .menu__submenu::after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -20px;
	bottom: 0px;
	width: 100%;
	height: calc(100% + 20px);
	z-index: -1;
}
.header__menu .menu__item--more.selected .menu__submenu::before {
	display: none;
}
.header__menu .menu__item--more.selected .submenu {
	width: auto;
	border: none;
}
.header__menu .menu__item--more.selected .submenu::before {
	display: none;
}
.header__menu .menu__item--more.selected .submenu a {
	font-weight: 400;
}
.header__menu .menu__item--more .menu__item:hover {
	background-color: transparent;
}
.header__menu .menu__item--more:hover > i.icon path {
	fill: #CB2032;
}

/* SUBMENU */
/* LVL 2 */
.menu__submenu {
	/* display: none; */
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width: var(--container-width);
	max-width: calc(100% - 30px);
	transform: translateX(-50%) translateY(-20px);
	z-index: 2;
	/* transition: .2s .5s; */
	transition: .2s;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
}
.menu__submenu--shown {
	opacity: 1;
	pointer-events: all;
	transform: translateX(-50%) translateY(0px);
	/* transition: .2s 0s; */
}
.menu__submenu::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
	background-color: var(--submenu-background);
}
.submenu--background {
	content: '';
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 20, 25, .2);
	z-index: -2;
	left: 50%;
	transform: translateX(-50%);
}
.submenu--lvl2 {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
	width: 320px;
	max-width: 100%;
	/* min-height: 320px; */
	position: relative;
	border-right: 1px solid var(--submenu-separator);
	transition: .2s;
}
.submenu--lvl2::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
}
.submenu--lvl2 > .menu__item {
	transition: 0.3s;
	background-color: transparent;
}
.submenu--lvl2 > .menu__item:hover {
	background-color: var(--image-background);
}
.submenu--lvl2 .menu__link {
	font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}

/* LVL 3 */
.submenu__list {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 100%;
	top: 0;
	height: auto;
	padding-left: 50px;
	max-height: 400px !important;
	overflow: hidden;
	overflow-y: auto;
	z-index: 2;
	transition: .1s;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: -25px;
}
.submenu__list::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.submenu--lvl3 {
	width: calc(var(--container-width) - 320px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 24px;
}
.submenu--lvl3 .menu__link {
	color: var(--submenu-color);
	width: max-content;
	font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}
.submenu--lvl2 > .menu__item:hover .submenu__list {
	opacity: 1;
	height: calc(100% + 50px);
	pointer-events: all;
}

.submenu__list .icon--arrow-more {
	opacity: 0;
	transform: translateX(-20px);
}
.menu__link:hover .icon--arrow-more {
	opacity: 1;
	transform: translateX(0px);
}

@media screen and (max-width: 1440px) {
	.menu__submenu {
		padding-left: 0;
	}
}

@media screen and (max-width: 1024px) {
	.header__mobile-container {
		/* overflow: hidden; */
    /* overflow-y: auto; */
		height: calc(100vh - 105px) !important;
	}

	.header__menu {
		overflow: hidden;
    overflow-y: auto;
	}
	.header__menu .menu {
		row-gap: 0;
	}
	.header__menu .menu__item > a::before {
		opacity: 0 !important;
	}
	.header__menu .menu__item--selected > a::before {
		opacity: 1 !important;
	}
	.header__menu .menu__item > a::after {
		opacity: 1 !important;
	}
	.header__menu .menu__item--selected > a::after {
		opacity: 0 !important;
	}
	.submenu--lvl2 > .menu__item:hover {
		background-color: transparent;
	}

	.header__menu .menu > .menu__item > .menu__link {
		padding: 0;
		height: 27px;
		/* border-bottom: 1px solid #F2F2F2; */
	}

	.header__menu .menu__link {
		height: 40px;
		padding: 0;
	}

	.menu__submenu {
		left: 0;
		top: 0;
		height: 0;
		width: 100%;
		transform: none !important;
		padding: 0;
		position: relative;
		row-gap: 0;
		transition: 0s;
		border-bottom: 1px solid #F2F2F2;
	}
	.menu__submenu--shown {
		height: auto;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.menu__submenu::before {
		display: none;
	}
	.submenu--background {
		display: none;
	}

	.header__menu .menu__image {
		display: none;
	}

	.submenu--lvl2 {
		row-gap: 0;
		transition: 0s;
		width: 100%;
		border: 0;
	}
	.submenu--lvl2::before {
		display: none;
	}
	.submenu--lvl2 > .menu__item + .menu__item {
		margin-top: 20px;
	}

	.submenu__list {
		opacity: 1;
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		padding: 0;
		margin-top: 0;
		max-height: 100% !important;
	}

	.submenu--lvl3 {
		row-gap: 0;
		grid-template-columns: repeat(1, 1fr)
	}
}
/* End */


/* Start:/local/templates/ugla-shop/components/bitrix/menu/.default/style.css?1707840272196*/
.left-menu {
	display: flex;
	flex-direction: column;
	justify-content: start;
	row-gap: 30px;
}
.left-menu a {
	color: var(--footer-menu);
	font-size: calc(16px - 0 * ((100vw - 375px) / 1575));
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/footer.css?17182759754883*/
footer {
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}

footer a {
  text-decoration: none !important;
}

.top-footer {
  padding: 124px 0 117px;
  background-color: var(--footer);
}

.end-footer {
  padding: 22px 0;
  color: var(--footer-color);
  background-color: var(--footer-end);
}

.footer {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  column-gap: calc(0px + 230 * ((100vw - 375px) / 1575));
}
.end-footer .footer {
  align-items: center;
}

.footer__company {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer__logo {
  width: 166px;
  margin-bottom: 26px;
}

.footer__title {
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}
.footer__title .icon {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.footer__title + .left-menu {
  margin-top: 30px;
}

.footer__pages {
  margin-left: auto;
}

.footer__developer {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin: 0 auto;
}
.footer__developer .icon--marketing {
  width: auto;
  height: 22px;
}
.footer__developer .icon--developer {
  width: auto;
  height: 22px;
}
.footer__developer .icon path {
  fill: #fff;
}

.footer__socials {
  margin-top: 90px;
}
.footer__socials .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.footer__socials .icon path {
  fill: var(--color);
}

.footer__policy {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.footer__policy a {
  color: var(--footer-color);
  font-weight: 400;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
  border-bottom: 1px solid var(--footer-color);
}
.footer__policy a:hover {
  border-bottom-color: var(--color-link-hover);
}

.footer__mobile-button {
  display: none;
}

.header__mobile-container {
  /* padding-bottom: 105px !important; */
}
.header__mobile-container .footer__pages {
  margin-top: 0;
}
.header__mobile-container .footer__catalog {
  margin-top: 50px;
}
.header__mobile-container .footer__pages .footer__title, .header__mobile-container .footer__catalog .footer__title {
  font-size: 20px;
}
.header__mobile-container .footer__pages .icon, .header__mobile-container .footer__catalog .icon {
  display: none !important;
}
.header__mobile-container .footer__pages .left-menu, .header__mobile-container .footer__catalog .left-menu {
  display: flex !important;
  row-gap: 11px;
  margin-top: 11px;
}
.header__mobile-container .footer__pages .left-menu a, .header__mobile-container .footer__catalog .left-menu a {
  font-size: 20px;
}
.header__mobile-container .footer__address {
  margin-top: 50px;
  font-size: 16px;
}
.header__mobile-container .footer__address {
  margin-top: 50px;
  font-size: 16px;
}
.header__mobile-container .footer__phones {
  margin-top: 26px;
}
.header__mobile-container .footer__email {
  margin-top: 26px;
}
.header__mobile-container .footer__socials {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
  .footer__pages {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
  .footer__catalog {
    width: 100%;
    margin-top: 30px;
  }
  .footer__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__catalog:not(.shown) .icon--plus, .footer__pages:not(.shown) .icon--plus {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
  .footer__catalog.shown .icon--minus, .footer__pages.shown .icon--minus {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
  .footer__catalog:not(.shown) .left-menu, .footer__pages:not(.shown) .left-menu {
    display: none;
  }

  .top-footer  {
    background-color: transparent;
    padding: 0;
    padding-bottom: 50px;
  }
  .footer__company {
    position: relative;
    z-index: 0;
    width: 100%;
    overflow: hidden;
  }
  .footer__logo {
    width: 112px;
    margin-bottom: 0;
  }
  .footer__company > *:not(.footer__logo):not(.footer__mobile-button), .footer .footer__pages, .footer .footer__catalog {
    display: none;
  }
  .footer__mobile-button {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer__mobile-button .icon {
    width: 24px;
    height: 24px;
  }

  .end-footer {
    /* padding-bottom: 100px; */
  }
  .end-footer .footer, .footer__policy {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    row-gap: 20px;
  }
  .footer__developer {
    /* order: 9; */
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/template_styles.css?17521708291309*/
/* 
  Template by PXL Developer
*/
.header__contacts {
    display: flex;
    align-items: center;
    gap: calc(0px + 30 * ((100vw - 375px) / 1575));
    margin-left: auto;
}

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

.header__phones .link {
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
	.header__email {
		display: none;
	}
	
	.header .header__buttons {
		margin-left: 0;
	}
}

@media screen and (max-width: 520px) {
	.header__contacts {
		display: none;
	}
	
	.header .header__buttons {
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	.b24-widget-button-popup {
		display: none!important;
	}
}

.top-footer {
	padding: 30px 0;
}

.footer {
	column-gap: 5vw;
	align-items: normal;
}

.footer__company {
	row-gap: 10px;
}

.footer__logo {
	margin: 0;
}

.footer .left-menu {
	row-gap: 10px;
}

.footer__socials {
	margin-top: auto;
}

.footer__title + .left-menu {
	margin-top: 15px;
}

.end-footer {
	padding: 15px 0;
}

@media screen and (max-width: 768px) {
	.footer__address,
	.footer__phones,
	.footer__email,
	.footer__socials
	{
		display: block!important;
	}

	a.link.social.link--icon:not([title="vk"]):not([title="telegram"]) {
		display: none;
	}

	.footer__mobile-button {
		top: 20px;
	}

	.top-footer {
		padding: 30px 0;
	}
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/header_2.css?175129137112053*/
.header-marquee {
  background-color: var(--color-theme);
  padding: 6px 0;
  overflow: hidden;
  max-width: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
#bx-panel ~ .wrapper .header-marquee {
  margin-top: 147px;
}
#bx-panel.bx-panel-folded ~ .wrapper .header-marquee {
  margin-top: 39px;
}
.header-marquee__list {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: max-content;
  animation: scroll 25s linear infinite;
}
.header-marquee__text {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: max-content;
  color: var(--color-reverse);
  font-size: calc(14px + 0 * ((100vw - 375px) / 1575));
  white-space: nowrap;
}
.header-marquee__text i.icon {
  width: 18px;
  height: 18px;
}
.header-marquee__text i.icon path {
  fill: var(--color-reverse);
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

header {
  background-color: var(--header);
  border-bottom: 1px solid var(--separator);

  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 9;
  /* transition: padding-top 0.3s; */
  /* margin-top: -30px; */
}
.header-marquee + header {
  padding-top: 30px;
  /* margin-top: 0; */
}
.page-scrolled header {
  padding-top: 0;
}
#bx-panel ~ .wrapper header {
  margin-top: 147px;
}
#bx-panel.bx-panel-folded ~ .wrapper header {
  margin-top: 39px;
}
.page-scrolled #bx-panel ~ .wrapper header {
  margin-top: 0;
}

header .container {
  /* max-width: 1820px; */
}

.header {
  display: flex;
  align-items: center;
  justify-content: start;
  /*column-gap: calc(0px + 30 * ((100vw - 375px) / 1575));*/
  column-gap: min(0px + 30 * ((100vw - 375px) / 1575), 20px);
  width: 100%;

  padding-top: 11px;
  padding-bottom: 12px;
}

header a {
  text-decoration: none !important;
}

.header__mobile {
  display: none;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 14px;
}
.header__logo a {
  display: block;
  width: 180px;
}
.header__logo img, .header__logo svg {
  width: 100%;
}
.header__logo span {
  display: block;
  padding-left: 14px;
  border-left: 1px solid #D9D9D9;
  color: var(--color);
  font-size: calc(12px + 0 * ((100vw - 375px) / 1575));
}

.header__menu {
  font-weight: 500;
  /* margin: 0 auto; */
  /* overflow: hidden; */
  width: 100%;
  max-width: calc(100% - 400px);
}

.header__phone {
  font-weight: 500;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}

.header__buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  /* column-gap: calc(0px + 20 * ((100vw - 375px) / 1575)); */
  column-gap: 20px;
  margin-left: auto;
}
.header__buttons .icon {
  width: 24px;
  min-width: 24px;
}
.header__buttons > * {
  cursor: pointer;
}
.header__buttons a path {
  /* fill: var(--color); */
}
.header__buttons a:hover path {
  fill: var(--color-link-hover);
  /* stroke: var(--color-link-hover); */
}
.header__wishlist a:hover path {
  fill: #000;
  fill-opacity: 1;
  stroke: transparent;
}

.header__wishlist div, .header__basket div {
  display: none;
}

.header__profile {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--color);
  background-color: var(--color-theme);
  transition: .3s;
}
.header__profile:hover {
  background-color: var(--color-reverse);
}
.header__profile a {
  color: var(--color-reverse);
  font-size: calc(14px + 0 * ((100vw - 375px) / 1575));
}
.header__profile:hover a {
  color: var(--color-theme);
}

.header__login, .header__wishlist, .header__basket {
  position: relative;
}
.header__login .authorization path {
  fill: var(--color);
}
.header__wishlist--count i.icon path {
  fill: var(--color-theme);
}
.header__basket--count i.icon path {
  fill: var(--color-theme);
  /* stroke: var(--header); */
}

.wishlist-count, .basket-count {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 11px;
  border-radius: 15px;
  color: var(--color-reverse);
  background-color: var(--color);
  font-size: calc(8px + 0 * ((100vw - 375px) / 1575));
  z-index: 1;
  pointer-events: none;
}

/* Search */
.header__search-form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: calc(var(--container-width) - 210px - 180px);
  max-width: calc(100% - 210px - 180px - 40px);
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 18px;
  
  background-color: #fff;
  padding: 0 18px;
  border: 1px solid var(--form-wrapper);
  background-color: var(--form-wrapper);

  opacity: 0;
  cursor: default;
  pointer-events: none;
  margin-top: 0px;
  margin-left: 30px;
}
.page-scrolled .header__search-form {
  margin-top: 0px;
}
.header--searching .header__search-form {
  opacity: 1;
  pointer-events: all;
}
.header__search-form input {
  height: 42px !important;
  border: 0 !important;
}
.header__search-form > .icon {
  cursor: pointer;
  order: 9;
}
.header__search-form > .icon--close {
  order: 8;
}
.header__search-result {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto;
  margin-top: 5px;
  /* border-top: 1px solid var(--separator); */
  background-color: var(--search-result);
}
.header--searching .header__menu, .header--searching .header__phone {
  opacity: 0;
  pointer-events: none;
}
.header__search-result a, .header__search-result p {
  padding: 22px;
  display: block;
  width: 100%;
  color: var(--search-result-item);
  background-color: var(--search-result);
  transition: .3s;
}
.header__search-result a {
  display: flex;
  align-items: center;
  column-gap: 18px;
  width: 100%;
}
.header__search-result a:hover {
  background-color: var(--search-result-hover);
}
.header__search-result a i {
  font-style: normal;
  color: var(--search-result-query);
}
.header__search-form::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 24px;
  margin-left: -30px;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-color: var(--search-result-before);
}
.header__search-result .icon--arrow-more {
  margin-left: auto;
  opacity: 0;
  transform: translateX(-20px);
}
.header__search-result a:hover .icon--arrow-more {
  opacity: 1;
  transform: translateX(0);
}
.header__search-result .icon--search path {
  fill: var(--search-result-search-icon);
  /* stroke: var(--search-result-search-icon); */
}
.header__search-result a:hover .icon--search path {
  fill: var(--search-result-search-hover-icon);
  /* stroke: var(--search-result-search-hover-icon); */
}

.header__mobile-container {
  /* display: none; */
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  max-width: 480px;
  /* height: 100vh !important; */
  height: calc(100vh - 65px) !important;
  background-color: #fff;
  z-index: 99;
  transition: 0.3s;
  transform: translateX(-20px);
  padding: 20px;
  padding-bottom: 50px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.header__mobile-container::before {
  content: '';
  position: absolute;
  left: 99%;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-color: var(--popup-background);
}

.header__filter {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__menu {
    display: none;
  }

  .header__logo, .header__phone {
    /* margin-left: auto; */
  }
  .header__logo a {
    width: 115px;
  }

  .header__buttons {
    margin-left: auto;
  }
  
  .header__mobile {
    display: block;
  }
  .header__mobile .icon path {
    fill: var(--color-theme);
    stroke: var(--color-theme);
  }
  .header__mobile .icon--mobile-menu-2 path {
    fill: var(--color);
    stroke: var(--color);
  }
  .header__mobile .icon--close {
    width: 24px;
    height: 24px;
    display: none;
  }
  .header__mobile--shown .icon--close {
    display: flex;
  }
  .header__mobile .icon--mobile-menu-2 {
    width: 24px;
    height: 24px;
  }
  .header__mobile--shown .icon--mobile-menu-2 {
    display: none;
  }
  .header__mobile--shown .header__mobile-container {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateX(0px);
  }
  .header__mobile--shown .header__menu, .header__mobile--shown .header__search, .header__mobile--shown .header__phone {
    display: block;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    pointer-events: all;
  }

  .header__mobile .header__phone {
    width: 100%;
    height: 60px;
    margin-top: 16px;
    background-color: var(--button-dark-hover);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__mobile .header__phone a {
    color: var(--button-dark-color);
  }
  .header__mobile .header__menu {
    margin-left: 0;
    /* margin-top: 40px; */
    margin-top: 0;
    height: 100%;
  }
  .header__mobile .header__menu .menu {
    width: 100%;
    margin-left: 0;
    align-items: start;
    flex-direction: column;
    row-gap: 30px;
  }
  .header__mobile .header__menu li {
    width: 100%;
  }
  .header__mobile .header__menu a.menu__link[href="/katalog/"] {
    padding-left: 24px !important;
  }
  .header__mobile .header__menu a[href="/katalog/"]::before, .header__mobile .header__menu a[href="/katalog/"]::after {
    /* position: absolute;
    right: 0;
    left: auto;
    width: 24px;
    height: 24px; */
    margin-left: 0;
  }
  .header__mobile .header__menu a[href="/katalog/"]::before {
    /* background-image: url('/local/templates/ugla-shop/assets/images/icons/minus.svg'); */
  }
  .header__mobile .header__menu a[href="/katalog/"]::after {
    /* background-image: url('/local/templates/ugla-shop/assets/images/icons/plus.svg'); */
  }

  .header__mobile .header__search-form {
    display: none !important;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 500px;
    transform: none;
    opacity: 1;
    pointer-events: all;
  }
  .header__mobile .header__search-form::before {
    display: none;
  }
  .header__mobile .header__search-result {
    display: none;
  }
  .header__mobile .header__search-form .icon--close {
    opacity: 0.5;
    pointer-events: none;
  }
  .header--searching .header__mobile .header__search-form .icon--close {
    opacity: 1;
    pointer-events: all;
  }
  .header__mobile .header__search-form .icon--search {
    opacity: 0.5;
    pointer-events: none;
  }
  .header--searching .header__mobile .header__search-form .icon--search {
    opacity: 1;
    pointer-events: all;
  }

  .header__mobile--shown::before {
    content: '';
    position: fixed;
    left: 0;
    top: 70px;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    display: block;
    /* background-color: var(--popup-background); */
  }

  .header-menu--shown .header__search, .header-menu--shown .header__wishlist, .header-menu--shown .header__basket, .header-menu--shown .header__login {
    display: none;
  }
  .header-menu--shown .header__mobile .icon path {
    fill: var(--color);
    stroke: var(--color);
  }
}

@media screen and (max-width: 768px) {
  .header__logo span {
    display: none;
  }
  .header__search {
    /* display: none; */
  }
  .header__phone, .header__search, .header__wishlist, .header__basket {
    /* display: none; */
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/swiper-bundle.min.css?170463917318436*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@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-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-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-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/banner_text.css?17237181526322*/
main > .block--banner_text:first-child {
  margin-top: 0 !important;
}
main > .block--banner_video:first-child {
  margin-top: 120px !important;
}

.bannerText {
  height: 100%;
  position: relative;
}
.slider .bannerText {
  max-height: 510px;
}
@media screen and (max-height: 600px) {
  .slider .bannerText {
    max-height: 470px;
  }
}

.bannerText > .container {
  position: sticky;
  top: 70px;
}

.bannerText__item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.bannerText__image {
  width: 50%;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
}
.bannerText__image img {
  height: 100%;
  display: block;
  object-fit: contain;
}
.bannerText__image img.image--mobile {
  display: none;
}

.bannerText__video {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  max-width: 586px;
  margin-left: auto;
}
.bannerText__videoPlay {
  position: relative;
  z-index: 0;
}
.bannerText__videoPlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(28, 28, 32, .2);
}
.bannerText__videoPlay::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: calc(36px / 2);
  transform: translateX(-50%) translateY(-50%);
  border: 36px solid transparent;
  border-left: 46px solid #FFFFFF;
  transition: 0.3s;
}
.bannerText__videoPlay:hover::after {
  border-left-color: var(--color-theme);
}
.bannerText__videoPlay img {
  filter: blur(5px);
}
.bannerText__video iframe {
  width: 100%;
  height: 332px;
}

.bannerText__content {
  pointer-events: none;
}
* ~ .bannerText__content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container ~ .bannerText__content {
  top: 40px;
  transform: none;
  height: auto;
}
* ~ .bannerText__content .container {
  height: 100%;

  display: flex;
  align-items: center;
}
.bannerText__left {
  pointer-events: all;
}
* ~ .bannerText__content .bannerText__left {
  width: calc(50% - 40px);
}
.container ~ .bannerText__content .bannerText__left {
  width: calc(100% - (586px + 24px));
}

.bannerText__title {
  color: var(--color);
  font-weight: 500;
  font-size: calc(36px + 28 * ((100vw - 375px) / 1575));
}
.bannerText__title span {
  color: var(--color-theme);
}

.bannerText__text {
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
}

.bannerText__button {
  margin-top: 70px;
}
.bannerText__button .more {
  justify-content: start;
  font-size: calc(18px + 6 * ((100vw - 375px) / 1575));
}
.bannerText__button .more .icon.icon--arrow-more {
  width: 36px;
  height: 36px;
}

.bannerText__images {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
* ~ .bannerText__images {
  margin-top: 155px;
}

/* BANNER TYPE 2 */
.bannerText--type-2 .bannerText__image {
  margin-right: auto;
  width: calc(100vw - 40px);
  width: 100vw;
  max-width: var(--container-width);
}
.bannerText--type-2 .bannerText__left {
  width: 100%;
  /* min-height: 270px; */
  padding-left: 50px;
  margin-top: -12px;
  display: flex;
  flex-direction: column;
}
.bannerText--type-2 .bannerText__title {
  font-weight: 500;
  font-size: calc(36px + 12 * ((100vw - 375px) / 1575));
  color: var(--color);
}
.bannerText--type-2 .bannerText__text {
  font-weight: 350;
  font-size: calc(24px + 8 * ((100vw - 375px) / 1575));
  color: var(--color-theme);
  margin-top: 20px;
}
.bannerText--type-2 .bannerText__button {
  margin-top: auto;
  padding-top: 20px;
}
.bannerText__button .more {
  font-weight: 400;
  font-size: calc(16px + 4 * ((100vw - 375px) / 1575));
  column-gap: 40px;
}

@media screen and (max-width: 1200px) {
  .bannerText__button {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .bannerText__image {
    width: 100%;
    /* padding-top: 50%; */
    height: auto;
    margin-left: 0;
    position: relative;
  }
  .bannerText__image img {
    /* position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%); */
  }
  .bannerText--type-2 * ~ .bannerText__content {
    top: 0;
    transform: none;
    margin-top: 20px;
    height: calc(100% - 120px);
  }
  .bannerText:not(.bannerText--type-2) * ~ .bannerText__content {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    transform: none;
    margin-top: 60px;
  }
  * ~ .bannerText__content .bannerText__left {
    width: 60%;
  }
  .bannerText--type-2 * ~ .bannerText__content .bannerText__left {
    padding-left: 0;
    height: 100%;
  }

  .bannerText {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    height: auto !important;
  }
  .bannerText > .container {
    position: initial;
    top: 0;
    order: 2;
  }
  * ~ .bannerText__content {
    margin-top: 0;
  }
  .container ~ .bannerText__content .bannerText__left {
    width: 100%;
  }
  .container ~ .bannerText__content {
    top: 0;
  }
  .bannerText__title {
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
  .bannerText--type-2 .bannerText__title {
    padding-bottom: 0;
    border-bottom: none;
  }
  .bannerText__text {
    color: #7C7C7C;
  }
  * ~ .bannerText__images {
    margin-top: 100px;
  }
  .bannerText .button.more .icon, .bannerText .link.more .icon {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .bannerText--type-2 .bannerText__image {
    width: 100%;
    /* padding-top: 530px; */
  }
  .bannerText__image img.image--mobile {
    display: block;
  }
  .bannerText__image img.image--mobile + img {
    display: none;
  }
  .block--slider .slider__arrows {
    margin-left: 0;
  }
  * ~ .bannerText__content .bannerText__left {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  * ~ .bannerText__content .bannerText__left {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
    .slider .bannerText {
        max-height: 530px;
    }

    .bannerText--type-2 * ~ .bannerText__content {
        height: calc(100% - 100px);
    }

	.block--slider .slider__control {
		top: auto!important;
		bottom: 0;
	}
	
	.block--slider .slider__arrows {
		bottom: 0;
	}
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/slider.css?17249366401945*/
.block--slider:first-child {
  margin-top: 0 !important;
}

.block--slider .swiper-wrapper {
  align-items: start;
}
.block--slider .swiper-slide {
  height: auto;
}

.slider {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: var(--slider-bulets-active);
  --swiper-pagination-bullet-inactive-color: var(--slider-bulets);

  position: relative;
}

.slider .container {
  position: relative;
}

.slider__control {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.slider__right {
  /* width: 50%; */
  height: 100%;
  position: relative;
  margin-left: auto;
}
.slider__arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  column-gap: 0;
  margin-left: 50px;
}
.slider__arrows .button {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, .1);
}
.slider__arrows .button:hover {
  background-color: #fff;
}
.slider__arrows .button path {
  fill: #fff;
}
.slider__arrows .button:hover path {
  fill: var(--color-theme);
}

.slider__progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50vw;
  height: 8px;
  display: none;
  background-color: rgba(255, 255, 255, .3);
}
.slider__progress span {
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.slider__dots {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .block--slider .slider__control {
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    margin-top: 32px;
  }
  .block--slider .swiper {
    padding-bottom: 24px;
  }
  .block--slider .slider__arrows {
    bottom: 15px;/*50*/
  }
}

@media screen and (max-width: 768px) {
  .block--slider .swiper {
    padding-bottom: 0;
  }
  .block--slider .swiper-wrapper {
    align-items: start;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/popup.css?17200833372283*/
.popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;

  display: flex;
  align-items: center;
  justify-content: center;
}

.popup .container {
  width: auto;
}

.popup--top {
  width: auto;
  height: auto;
  top: 40px;
}
.popup--right {
  width: auto;
  height: auto;
  right: 40px;
  left: auto;
}

.popup--center .popup__background {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--popup-background);
}

.popup__container {
  max-width: calc(100vw - 200px);
  max-height: calc(100vh - 100px);

  padding: 60px 40px;
  border-radius: 0;
  overflow: hidden;
  overflow-y: auto;

  position: relative;
  box-shadow: var(--shadow);
  background-color: var(--popup-container);
}
.popup.popup--notification .popup__container {
  padding: 20px;
  padding-right: 50px;
}

.popup__close {
  position: absolute;
  right: 40px;
  top: 60px;
  z-index: 1;
  cursor: pointer;
  user-select: none;
}
.popup.popup--notification .popup__close {
  right: 20px;
  top: 20px;
}
.popup__close:hover path {
  fill: var(--color-theme);
}

.popup__title {
  font-weight: 400;
  padding-right: 100px;
  color: var(--popup-title);
  font-size: calc(50px + 10 * ((100vw - 375px) / 1575));
}
.popup__subtitle {
  font-weight: 400;
  margin-top: 42px;
  color: var(--popup-subtitle);
  font-size: calc(16px + 2 * ((100vw - 375px) / 1575));
}

@media screen and (max-width: 768px) {
  .popup--right {
    right: 0px;
  }
  .popup__container {
    max-width: 100%;
    padding: 48px 20px;
  }
  .popup.popup--notification .popup__container {
    max-width: calc(100% - 40px);
    min-width: 320px;
  }
}
@media screen and (max-width: 520px) {
  body.popup-open {
    overflow: hidden;
  }

  .popup--right {
    right: 0px;
    top: 0;
    width: 100%;
  }
  .popup__container {
    height: 100vh;
    max-height: 100vh;
  }
  .popup__body {
    padding-bottom: 60px;
  }
  .popup.popup--notification .popup__container {
    height: auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .popup.popup--notification .popup__body {
    padding-bottom: 0;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/stories.css?172314643414382*/
.stories {
  margin-top: -50px;
}

.stories__item {
  cursor: pointer;
}

.stories__preview {
  width: 120px;
  height: 120px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.stories__preview img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.stories__name {
  color: var(--color);
  font-weight: 400;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
  margin-top: 10px;
  text-align: center;
}
.stories__item:hover .stories__name {
  color: var(--color-theme);
}

/* POPUP */
.popup--stories {
  z-index: 99999;
}
.popup--stories .popup__background {
  background-color: rgba(0,0,0,0.8);
}
.popup--stories .popup__sound {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 2;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 520px) {
  .popup--stories .popup__sound {
    top: auto;
    bottom: 20px;
  }
}
.popup--stories .popup__close {
  top: 30px;
  right: 20px;
  z-index: 2;
}
.popup--stories .popup__close .icon, .popup--stories .popup__sound .icon {
  width: 30px;
  height: 30px;
}
.popup--stories .popup__close .icon path, .popup--stories .popup__sound .icon path {
  fill: #fff;
}
.popup--stories .popup__container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: transparent;
  box-shadow: none;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .popup--stories .popup__container {
    padding: 0;
  }
}

.popup--stories .popup__body {
  width: 100%;
  /* width: 540px; */
  /* max-width: calc(100vw / 5); */
  height: 100%;
  margin: 0 auto;
  /* transform: translateX(-5.68%); */
  /* transform: translateX(-6%); */
}
.stories-popup {
  width: 100%;
  height: 100%;
  overflow: visible;
  user-select: none;
}
.stories-popup > .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stories-popup > .swiper > .swiper-wrapper {
  justify-content: normal;
}
.stories-popup > .swiper > .swiper-wrapper > .swiper-slide {
  width: auto;
  /* width: calc(100vw / 5) !important; */
  /* width: 100vw; */
  /* max-width: 374px; */
  /* padding: 4% 0; */
  cursor: pointer;
  /* margin-right: 30px; */
}
.stories-popup > .swiper-initialized > .swiper-wrapper > .swiper-slide {
  /* transition: .3s; */
  pointer-events: none;
  z-index: 0;
}
.stories-popup > .swiper > .swiper-wrapper > .swiper-slide-active {
  /* width: calc(100vw / 4.5 + 5%) !important; */
  /* width: 100vw; */
  /* max-width: 540px; */
  padding: 0;
  z-index: 99 !important;

  /* margin-left: 40px !important; */
  /* margin-right: 70px !important; */
}
/* @media screen and (max-width: 1440px) {
  .stories-popup > .swiper > .swiper-wrapper > .swiper-slide {
    width: calc(100vw / 4.5) !important;
  }
  .stories-popup > .swiper > .swiper-wrapper > .swiper-slide-active {
    width: calc(100vw / 4 + 5%) !important;
  }
} */
/* @media screen and (max-height: 900px) {
  .popup--stories .popup__container {
    padding-top: 50px;
  }
  .stories-popup > .swiper > .swiper-wrapper > .swiper-slide {
    padding: 3.5% 0;
  }
  .stories-popup > .swiper > .swiper-wrapper > .swiper-slide-active {
    padding: 0;
    width: calc(100vw / 5 + 4%) !important;
  }
}
@media screen and (max-height: 800px) {
  .popup--stories .popup__container {
    padding-top: 40px;
  }
  .stories-popup > .swiper > .swiper-wrapper > .swiper-slide {
    padding: 3% 0;
  }
  .stories-popup > .swiper > .swiper-wrapper > .swiper-slide-active {
    padding: 0;
    width: calc(100vw / 5.5 + 4%) !important;
  }
}
@media screen and (max-height: 700px) {
  .popup--stories .popup__container {
    padding-top: 30px;
  }
  .stories-popup > .swiper > .swiper-wrapper > .swiper-slide {
    padding: 2.5% 0;
  }
  .stories-popup > .swiper > .swiper-wrapper > .swiper-slide-active {
    padding: 0;
    width: calc(100vw / 6 + 4%) !important;
  }
} */
.stories__slide {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  position: relative;
  z-index: 0;
  transition: .3s;
  pointer-events: all;

  width: auto;
  aspect-ratio: 9 / 16;
  transform: scale(.75) translateX(70px);
  /* margin-left: -70px; */
}
@media screen and (max-width: 520px) {
  .stories__slide {
    width: 100vw;
  }
}
.swiper-slide-active .stories__slide {
  transform: scale(1) translateX(0px);
  /* margin-left: 0; */
}
.swiper-slide-next .stories__slide, .swiper-slide-prev .stories__slide {
  transform: scale(.75) translateX(0px);
  /* margin-left: 0; */
}
.swiper-slide-next ~ .swiper-slide .stories__slide {
  transform: scale(.75) translateX(-70px);
}
.stories__slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 4;
  opacity: 0.7;
  pointer-events: none;
}
.stories__navigation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  column-gap: 0;
  z-index: 3;
}
.stories__navigation div {
  width: 100%;
  height: 100%;
}
.stories__pagination {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 10px;
  z-index: 4;
  display: flex;
  align-items: center;
  column-gap: 3px;
  opacity: 0;
}
.swiper-slide-active .stories__pagination {
  opacity: 1;
}
.stories__pagination div {
  width: 100%;
  height: 1px;
  background-color: #9D9D9D;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.stories__pagination span {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
.stories__pagination div.stories__pagination-active span {
  background-color: #fff;
  transform: translateX(0%);
}
.stories__pagination div.stories__pagination-progress span {
  background-color: #fff;
  animation: progress linear forwards;
  animation-duration: 5s;
}
@keyframes progress {
  0% {
    transform: translateX(-100%)
  }
  to {
    transform: translateX(0%)
  }
}
.stories__image-heading {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 21px;
  z-index: 4;
  /* pointer-events: none; */
}
.stories__image-favicon {
  border-radius: 50%;
  overflow: hidden;
}
.stories__image-favicon img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: block;
}
.stories__image-name {
  color: #fff;
  font-weight: 400;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}

.stories__slide-images {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.stories__slide-images::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: .3s;
}
@media screen and (max-width: 520px) {
  .stories__slide-images::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    display: block;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 4;
    opacity: 0.7;
    pointer-events: none;
  }
}
.stories-popup .swiper-slide:not(.swiper-slide-active) .stories__slide-images {
  pointer-events: none;
}
.stories-popup .swiper-slide:not(.swiper-slide-active) .stories__slide-images::before {
  opacity: 1;
}
.stories-popup .swiper-slide:not(.swiper-slide-active):hover .stories__slide-images::before {
  opacity: 0;
}
.stories__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stories__image:not(.stories__image--active) {
  display: none;
}
.stories__image--video {
  position: relative;
  z-index: 0;
}
.stories__image--video.stories__image--loaded::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  background-color: rgba(0, 0, 0, .7);
}
.stories__image--video.stories__image--loaded::after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 96px;
  height: 1px;
  background: #FFF;
  animation: hitZak .5s linear infinite alternate;
}
@keyframes hitZak {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

.stories__image img, .stories__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.stories__image--video > img {
  display: none;
}
.stories__image > video {
  display: none;
}
.stories__image--video > video {
  display: block;
}

.storiest__products-shown {
  pointer-events: none;
}
.storiest__products {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  display: none;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 99;
  pointer-events: all;
}
@media screen and (max-width: 520px) {
  .storiest__products {
    top: auto;
    bottom: 20px;
  }
}
.swiper-slide-active .storiest__products {
  display: block;
}
.storiest__products-shown .stories__image--active .storiest__products {
  overflow: visible;
  pointer-events: all;
}
.storiest__products::before {
  content: '';
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: .3s;
  transform: translateX(-50%);
}
.storiest__products-shown .stories__image--active .storiest__products::before {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.storiest__products-closed .stories__image--active .storiest__products-list {
  opacity: 1;
  visibility: visible;
}
.storiest__products-more, .storiest__products-close {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.storiest__products-more .icon, .storiest__products-close .icon {
  width: 24px;
  height: 24px;
}
.storiest__products-more .icon path, .storiest__products-close .icon path {
  fill: #fff;
}
.storiest__products-more span, .storiest__products-close span {
  color: #fff;
  font-weight: 400;
  font-size: calc(14px + 2 * ((100vw - 375px) / 1575));
}
.storiest__products-close {
  margin-top: 50px;
}
.storiest__products-close .icon {
  rotate: 180deg;
}
.storiest__products-close .icon path {
  fill: #000;
}
.storiest__products-close span {
  color: #000;
}
.storiest__products-list {
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #fff;
  width: 100vw;
  padding-bottom: 18px;
  transition: .3s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  margin-top: 15px;
  transform: translateX(-50%) translateY(0%);
  cursor: default;
}
.storiest__products-shown .stories__image--active .storiest__products-list {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateX(-50%) translateY(-100%);
}
.storiest__products-closed .stories__image--active .storiest__products-list {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(0%);
}

.storiest__products-slider {
  max-width: var(--container-width);
  margin: 0 auto;
  margin-top: -100px;
  position: relative;
}
.storiest__products-list .swiper {
  /* width: max-content; */
  margin: 0 auto;
  overflow: visible;
}
.storiest__products-list .swiper-wrapper {
  align-items: stretch;
}
.storiest__products-list .swiper-slide {
  /* width: max-content !important; */
  width: 240px;
  pointer-events: all !important;
  padding: 0 !important;
  height: auto;
}
.storiest__products-product {
  width: 240px;
  position: relative;
  opacity: 0;
  transition: .3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.storiest__products-shown .stories__image--active .storiest__products-product {
  opacity: 1;
}
.storiest__products-closed .stories__image--active .storiest__products-product {
  opacity: 0;
}
.storiest__products-product__image {
  width: 100%;
  height: 240px;
}
.storiest__products-product__name {
  color: #000;
  font-weight: 400;
  font-size: calc(16px + 2 * ((100vw - 375px) / 1575));
  margin-top: 20px;
}
.storiest__products-product__name a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.storiest__products-product__prices {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 6px;
  margin-top: auto;
  padding-top: 20px;
}
.storiest__products-product__price {
  color: #000;
  font-weight: 400;
  font-size: calc(16px + 2 * ((100vw - 375px) / 1575));
}
.storiest__products-product__oldprice {
  color: #9F9F9F;
  font-weight: 400;
  font-size: calc(16px + 2 * ((100vw - 375px) / 1575));
  text-decoration: line-through;
}
.storiest__products-product__discount {
  color: #CB2032;
}
.storiest__products-slider .swiper-button-next, .storiest__products-slider .swiper-button-prev {
  width: 64px;
  height: 64px;
  background-color: #e5e5e5;
  transition: .3s;
}
.storiest__products-slider .swiper-button-next:hover, .storiest__products-slider .swiper-button-prev:hover {
  background-color: #fff;
}
.storiest__products-slider .swiper-button-next::after, .storiest__products-slider .swiper-button-prev::after {
  display: none !important;
}
.storiest__products-slider .swiper-button-next {
  left: 100%;
  margin-left: 40px;
}
.storiest__products-slider .swiper-button-prev {
  left: auto;
  right: 100%;
  margin-right: 40px;
}
.storiest__products-slider .swiper-button-prev .icon {
  rotate: 180deg;
}
.storiest__products-slider .swiper-button-next .icon, .storiest__products-slider .swiper-button-prev .icon {
  width: 24px;
  height: 24px;
}
.storiest__products-slider .swiper-button-next .icon path, .storiest__products-slider .swiper-button-prev .icon path {
  fill: #000;
}
.storiest__products-slider .swiper-button-next:hover .icon path, .storiest__products-slider .swiper-button-prev:hover .icon path {
  fill: #CB2032;
}

@media screen and (max-width: 768px) {
  .stories .container {
    width: 100%;
  }
  .stories .swiper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .stories__preview {
    
  }
}


@media screen and (max-width: 768px) {
    .stories-popup > .swiper > .swiper-wrapper > .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .stories__slide {
        aspect-ratio: auto!important;
        height: auto;
    }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/product_item.css?17507988494621*/
.productItem {
  position: relative;
  z-index: 0;
  padding-bottom: 1px;
  width: 100%;
  min-width: 100%;
  max-width: 335px !important;
  height: 100%;

  display: flex;
  flex-direction: column;
  row-gap: 0;
}

.productItem__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: var(--products-background);
}

.productItem__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  scale: 1;
  transition: scale .3s;
}
.productItem:hover img {
  scale: 1.05;
}

.productItem__stikers {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 8px;
  column-gap: 8px;
  z-index: 2;
}

.productItem__prices {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 20px;
  padding-top: 24px;
  margin-top: auto;
  font-weight: 400;
  color: var(--product-price-color);
  height: calc(calc(15px + 9 * ((100vw - 375px) / 1575)) * var(--font-line-height));
  font-size: calc(15px + 9 * ((100vw - 375px) / 1575));
}
.productItem__prices--discount {
  color: var(--product-discount-color);
}
.productItem__prices.productItem__prices--empty {
  color: var(--product-oldprice-color);
}
.productItem__prices span {
  color: var(--product-oldprice-color);
  text-decoration: line-through;
}

.productItem__name {
  margin-top: 20px;
}
.productItem__name a {
  font-weight: 400;
  line-height: var(--font-line-height);
  font-size: calc(15px + 9 * ((100vw - 375px) / 1575));
  /* height: calc(calc(24px + 0 * ((100vw - 375px) / 1575)) * (var(--font-line-height) * 6)); */
  overflow: hidden;
  align-items: start;
}
.productItem__name a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.productItem__text {
  margin-top: 10px;
  color: var(--product-item-preview-text-color);
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
  height: calc(calc(16px + 0 * ((100vw - 375px) / 1575)) * (var(--font-line-height) * 2));
  overflow: hidden;
}

.productItem__quantities_hint {
  position: absolute;
  margin-top: -90px;
  color: #cb2032;
  font-size: calc(16px + 0*((100vw - 375px) / 1575));
}

.productItem__buttons {
  margin-top: 44px;
  width: 100%;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.productItem__buttons .button--noticequantity, .productItem__buttons .button--addcart {
  width: 100% !important;
  position: relative;
  z-index: 2;
  font-weight: 400;
  white-space: nowrap;
  background-color: var(--button-addcart-background);
  font-size: calc(18px + 2 * ((100vw - 375px) / 1575));
}
.productItem__buttons .button--noticequantity:hover, .productItem__buttons .button--addcart:hover {
  background-color: var(--button-addcart-hover);
}
.productItem__buttons .button--noticequantity {
  column-gap: 10px;
  color: var(--button-noticequantity-color);
  border-color: var(--button-noticequantity-border-color);
  text-transform: lowercase;
}
.productItem__buttons .button--noticequantity:hover {
  color: var(--button-noticequantity-hover-color);
  background-color: var(--button-noticequantity-hover);
  border-color: var(--button-noticequantity-hover);
}
.productItem__buttons .button--noticequantity .icon {
  width: 24px;
  height: 24px;
  order: -1;
}
.productItem__buttons .button--noticequantity .icon path {
  fill: var(--button-noticequantity-color);
}
.productItem__buttons .button--noticequantity:hover .icon path {
  fill: var(--button-noticequantity-hover-color);
}
.productItem__buttons .button--wishlist {
  margin-left: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.productItem__buttons .button--wishlist .icon {
  width: 24px;
  height: 24px;
}
.productItem__buttons .button--wishlist:hover path {
  fill: var(--color-link-hover);
  stroke: var(--color-link-hover);
}

@media screen and (max-width: 520px) {
  .productItem__buttons {
    height: 45px;
  }
  .productItem__buttons .button--addcart, .productItem__buttons .button--getprice, .productItem__buttons .button--noticequantity {
    font-size: 11px;
    height: 100%;
    column-gap: 5px;
    padding: 0 15px;
  }
  .productItem__buttons .button--addcart .icon, .productItem__buttons .button--getprice .icon, .productItem__buttons .button--noticequantity .icon {
    width: 14px;
    height: 14px;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/product_carousel.css?17261801713027*/
main > .block--banner_text + .block--product_carousel {
  margin-top: -140px;
}
.block--product_carousel .swiper-slide, .block--product_views .swiper-slide, .block--product_collections .swiper-slide, .block--product_related .swiper-slide {
  height: initial;
}
.block--product_carousel .carousel__item, .block--product_views .carousel__item, .block--product_collections .carousel__item, .block--product_related .carousel__item {
  width: 100%;
  height: 100%;
}

.button.carousel__more {
  /* display: none; */
  width: max-content;
  column-gap: 10px;
  padding: 0 70px;
  margin-top: 50px;
  color: #fff;
}
.button.carousel__more:hover {
  color: #fff !important;
}
.button.carousel__more .icon {
  order: -1;
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.button.carousel__more .icon path {
  fill: #fff;
}
.button.carousel__more:hover .icon path {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  main > .block--banner_text + .block--product_carousel {
    margin-top: 0 !important;
  }

  .block--product_collections .block__title .title__right,
  .block--product_carousel .block__title .title__right,
  .block--product_related .block__title .title__right,
  .block--product_views .block__title .title__right {
    display: none;
  }

  .block--product_collections .swiper-wrapper,
  .block--product_carousel .swiper-wrapper,
  .block--product_related .swiper-wrapper,
  .block--product_views .swiper-wrapper {
    /* flex-direction: column; */
    /* flex-wrap: wrap;
    row-gap: 35px;
    column-gap: 24px; */
  }
  .block--product_collections .swiper-slide,
  .block--product_carousel .swiper-slide,
  .block--product_related .swiper-slide,
  .block--product_views .swiper-slide {
    width: calc(50% - 12px);
  }

  /*.block--product_collections .swiper-wrapper .swiper-slide:nth-child(1n + 5),*/
  .block--product_carousel .swiper-wrapper .swiper-slide:nth-child(1n + 5),
  .block--product_related .swiper-wrapper .swiper-slide:nth-child(1n + 5),
  .block--product_views .swiper-wrapper .swiper-slide:nth-child(1n + 5) {
    display: none;
  }

  .carousel--all .swiper-slide:nth-child(1n + 5) {
    display: flex !important;
  }

  .carousel__more {
    display: flex;
    margin-top: 40px;
  }
  .carousel--all .carousel__more {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .block--product_collections .swiper-slide,
  .block--product_carousel .swiper-slide,
  .block--product_related .swiper-slide,
  .block--product_views .swiper-slide {
    width: 100%;
  }

  /*.block--product_collections .swiper-wrapper .swiper-slide:nth-child(1n + 4),*/
  .block--product_carousel .swiper-wrapper .swiper-slide:nth-child(1n + 4),
  .block--product_related .swiper-wrapper .swiper-slide:nth-child(1n + 4),
  .block--product_views .swiper-wrapper .swiper-slide:nth-child(1n + 4) {
    display: none;
  }

  .carousel--all .swiper-slide:nth-child(1n + 4), .carousel .swiper-wrapper .swiper-slide.visible {
    display: flex !important;
  }

  .button.carousel__more {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/collections-grid.css?17507989272845*/
.collections-grid-wrap {
  position: relative;
  z-index: 0;
}

.collections-grid-background {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -40px;
  z-index: -2;
  pointer-events: none;
  transform: translateY(-50%);
}
.collections-grid-background .icon {
  width: max-content;
  height: 351px;
}

.collections-grid {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}

.collections-grid__item {
  position: relative;
  z-index: 0;
  background-color: #EFEFEF;
  /* min-height: 300px; */
}
.collections-grid__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #EFEFEF 9.92%, #EFEFEF00 50%);
}
.collections-grid__link {
  display: block;
  width: 100%;
  height: 100%;
}
.collections-grid__image, .collections-grid__image picture, .collections-grid__image source, .collections-grid__image img {
  width: 100%;
  height: 100%;
}
.collections-grid__image picture, .collections-grid__image img {
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  display: block;
}

.collections-grid__name {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  color: var(--color);
  font-weight: 400;
  font-size: calc(28px + 4 * ((100vw - 375px) / 1575));
}
.collections-grid__caption {
  color: var(--color);
  font-weight: 400;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 10px;
  /* width: min-content; */
  /* max-width: 100%; */
  padding-right: 46px;
}
.collections-grid__caption i.icon {
  width: 36px;
  min-width: 36px;
}
.collections-grid__item:hover .collections-grid__caption i.icon {
  transform: translateX(5px);
}

.collections-grid-wrap .button {
  width: max-content;
  column-gap: 10px;
  padding: 0 70px;
  height: 67px;
  margin-top: 50px;

  font-weight: 400;
  font-size: calc(20px + 0 * ((100vw - 375px) / 1575));
  color: #fff;
}
.collections-grid-wrap .button:hover {
  color: #fff !important;
}
.collections-grid-wrap .button:hover .icon path {
  fill: #fff !important;
}
.collections-grid-wrap .button .icon {
  order: -1;
  transform: none !important;
}

@media screen and (max-width: 768px) {
  .collections-grid-background {
    width: 100vw;
    right: auto;
    right: 50%;
    margin-top: -26px;
    transform: translateY(-50%) translateX(50%);
  }
  .collections-grid-background .icon {
    width: 100vw;
    height: max-content;
  }

  .collections-grid {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/categories-grid.css?17507989812283*/
.block--categories-grid {
  /* overflow-x: hidden; */
}

.categories-grid-wrap {
  position: relative;
  z-index: 0;
}
.categories-grid-wave {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: 75px;
  z-index: -2;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%);
}
.categories-grid-wave .icon {
  width: max-content;
  height: 676px;
}

.categories-grid {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  /* grid-template-rows: repeat(12, 1fr); */
}

.categories-grid__item {
  position: relative;
  z-index: 0;
  background-color: #EFEFEF;
  height: 100%;
  max-height: 710px;
}
.categories-grid__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #EFEFEF 9.92%, #EFEFEF00 50%);
}
.categories-grid__link {
  display: block;
  width: 100%;
  height: 100%;
}
.categories-grid__image, .categories-grid__image picture, .categories-grid__image source, .categories-grid__image img {
  width: 100%;
  height: 100%;
}
.categories-grid__image picture, .categories-grid__image img {
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  display: block;
}
.categories-grid__name {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  color: var(--color);
  font-weight: 400;
  font-size: calc(28px + 4 * ((100vw - 375px) / 1575));
}

.categories-grid-wrap .button {
  width: max-content;
  column-gap: 10px;
  padding: 0 70px;
  height: 67px;
  margin-top: 50px;

  font-weight: 400;
  font-size: calc(20px + 0 * ((100vw - 375px) / 1575));
}
.categories-grid-wrap .button:hover {
  color: #fff !important;
}
.categories-grid-wrap .button:hover .icon path {
  fill: #fff !important;
}
.categories-grid-wrap .button .icon {
  order: -1;
  transform: none !important;
}

@media screen and (max-width: 768px) {
  .categories-grid-wave {
    margin-top: -85px
  }
  .categories-grid-wave .icon {
    height: 122px;
  }

  .categories-grid {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/reviews.css?17181742441468*/
.reviews .container {
  position: relative;
  z-index: 0;
}

.reviews__background {
  position: absolute;
  right: 100%;
  bottom: 0;
  z-index: -1;
  margin-right: -90px;
  pointer-events: none;
}
.reviews__background .icon {
  width: 352px;
  height: 832px;
}

.reviews__heading {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.reviews__image {
  width: 98px;
  min-width: 98px;
  height: 98px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F0F0;
}
.reviews__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__image .icon {
  width: 54px;
  height: 54px;
}

.reviews__rating {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.reviews__rating .star {
  width: 15px;
  min-width: 15px;
  height: 15px;
}
.reviews__rating .star svg path {
  fill: #D6D6D6;
}
.reviews__rating .star--active svg path {
  fill: #CB2032;
}

.reviews__description {
  margin-top: 30px;
}
.reviews__username {
  font-weight: 400;
  font-size: calc(24px + 0 * ((100vw - 375px) / 1575));
}
.reviews__text {
  color: var(--text-color);
  font-weight: 400;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .reviews__background {
    display: none;
  }
  .reviews .swiper {
    overflow: visible;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/subscribe-news.css?17182614332842*/
.subscribe-news__blocks {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 22px;
  column-gap: 22px;
}

.subscribe-news__block {
  width: calc(50% - 11px);
  min-width: calc(50% - 11px);
  background-color: #F0F0F0;
  padding: 50px;
  position: relative;
  z-index: 1;

  display: flex;
  align-items: stretch;
}

.subscribe-news__block-icon {
  position: absolute;
  z-index: 2;
  left: 50px;
  top: 0;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-news__block-icon svg {
  width: 40px;
  height: 40px;
}
.subscribe-news__block-icon svg path {
  fill: var(--color);
}

.subscribe-news__block-title {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: calc(24px + 0 * ((100vw - 375px) / 1575));
  margin-bottom: 30px;
}

.subscribe-news__block-text {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}

.subscribe-news__block-image {
  width: 216px;
  min-width: 216px;
}

/* form */
.subscribe-news form.form {
  width: 100%;
  position: relative;
}

.subscribe-news .form__title {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: calc(24px + 0 * ((100vw - 375px) / 1575));
  margin-bottom: 30px;
}

.subscribe-news .form__caption {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}

.subscribe-news .form__group {
  width: 290px;
}
.subscribe-news .form__field {
  background-color: #fff;
  background-image: url(/local/templates/ugla-shop/assets/css/blocks/../../images/icons/e-mail.svg);
  background-size: 24px;
  background-position: 30px center;
  background-repeat: no-repeat;
}
.subscribe-news .form__field input {
  border: none;
  padding: 0 64px;
  height: 67px;
}

.subscribe-news .form__button .button {
  background-color: #CB2032;
  height: 67px;
  width: 180px;
  font-weight: 400;
  font-size: 20px;
}
.subscribe-news .form__button .button:hover {
  background-color: var(--color);
}

.subscribe-news .form__footer {
  margin: 0;
  position: absolute;
  left: 310px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .subscribe-news .container {
    width: 100vw;
  }

  .subscribe-news__blocks {
    row-gap: 82px;
  }
  .subscribe-news__block {
    width: 100%;
    padding: 50px 15px;
    flex-wrap: wrap;
  }
  .subscribe-news .form__group {
    width: 100%;
  }
  .subscribe-news .form__footer {
    left: 0;
    position: relative;
    margin-top: 17px;
  }
  .subscribe-news .form__button .button {
    width: 100%;
  }

  .subscribe-news__block-image {
    margin-top: 50px;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/subscribe-socials.css?17181732621272*/
.subscribe-socials {
  background-color: #CB2032;
  padding: 50px;
}

.subscribe-socials .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 25px;
}

.subscribe-socials__text {
  color: #fff;
  font-weight: 400;
  font-size: calc(24px + 0 * ((100vw - 375px) / 1575));
  width: 100%;
  max-width: 690px;
}

.subscribe-socials__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 49px;
}
.subscribe-socials__link svg, .subscribe-socials__link img {
  width: 95px;
  min-width: 95px;
  height: 95px;
}
.subscribe-socials__link svg path {
  fill: #fff;
  transition: .3s;
}
.subscribe-socials__link:hover svg path {
  fill: var(--color);
}

@media screen and (max-width: 768px) {
  .subscribe-socials {
    padding: 50px 15px;
  }
  .subscribe-socials .container {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .subscribe-socials__links {
    column-gap: 25px;
  }
  .subscribe-socials__link svg, .subscribe-socials__link {
    width: calc(100% / 5 - 25px);
    min-width: calc(100% / 5 - 25px);
  }
  .subscribe-socials__link svg, .subscribe-socials__link img {
    width: 100%;
    min-width: auto;
    height: 48px;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/tizer.css?1718173719814*/
.tizer__icon {
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1;
}
.tizer__icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  width: 32px;
  height: 6px;
  margin-top: 13px;
  display: block;
  transform: translateX(-50%);
  background-image: url(/local/templates/ugla-shop/assets/css/blocks/../../images/icons/marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tizer__name {
  margin-top: 33px;
  color: var(--title-color);
  font-weight: 500;
  font-size: calc(20px + 4 * ((100vw - 375px) / 1575));
}
.tizer__text {
  margin-top: 10px;
  font-weight: 300;
  width: 100%;
  max-width: 700px;
  color: var(--tizer-text-color);
  font-weight: 400;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/tizers.css?1718173789503*/
.tizers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 100px;
  row-gap: 100px;
}

@media screen and (max-width: 1024px) {
  .tizers {
    row-gap: 50px;
    column-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .tizers {
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .tizers {
    /* grid-template-columns: repeat(2, 1fr); */
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/company.css?1718173660834*/
.company__title {
  
}

.company__description {
  display: flex;
  align-items: start;
  column-gap: 140px;
}
.company__description:not(:first-child) {
  margin-top: 60px;
}

.company__image {
  width: 570px;
  min-width: 570px;
}

.company__text, .company__text * {
  font-size: calc(16px + 4 * ((100vw - 375px) / 1575));
}

@media screen and (max-width: 768px) {
  .company > .container {
    width: 100vw;
  }

  .company__title {
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .company__description {
    flex-wrap: wrap;
  }
  .company__image {
    width: 100%;
    min-width: 100%;
  }
  .company__text {
    padding: 0 15px;
    margin-top: 50px;
  }
  .company__text .button {
    width: calc(100vw - 30px) !important;
    max-width: calc(100vw - 30px) !important;
  }
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/blocks/cookies.css?1711654741598*/
.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	color: #666;
	padding: 15px 0;
	font-size: 12px;
}
.messages_cookies-wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-right: 12px;
}
.messages_cookies-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: auto 0;
	/* background: url(https://snipp.ru/img/сlose.png) 0 0 no-repeat; */
}
/* End */


/* Start:/local/templates/ugla-shop/assets/css/custom.css?17337605111730*/
.boxberry_content iframe {
  height: 560px;
}

.b24-widget-button-inner-item svg {
  width: 28px;
  height: 28px;
}

/* Юкасса */
#paymentBlock .widget-payment-checkout-info {
  margin-top: 24px;
  margin-bottom: 24px;
}
#paymentBlock .widget-paysystem-checkout-sum {
  font-weight: 400;
  color: var(--product-price-color);
  font-size: calc(24px - 0 * ((100vw - 375px) / 1575));
}
#paymentBlock .btn {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 90px;
  width: auto;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
  font-size: calc(16px + 0 * ((100vw - 375px) / 1575));
  color: var(--button-color);
  transition: .3s;
	user-select: none;
  border-radius: 0 !important;
}
#paymentBlock .btn {
  font-weight: 500;
  width: max-content;
  max-width: 100%;
  justify-content: center;
}
#paymentBlock .btn.btn-lg.btn-success {
  height: 64px;
  padding: 0 32px;
  border: 0;
  font-weight: 700;
  font-size: calc(16px + 4 * ((100vw - 375px) / 1575));
  color: var(--button-dark-color);
  background-color: var(--button-dark-hover);
}
#paymentBlock .btn.btn-lg.btn-success:hover, #paymentBlock .btn.btn-lg.btn-success:focus, a#paymentBlock .btn.btn-lg.btn-success:hover, a#paymentBlock .btn.btn-lg.btn-success:focus {
  color: var(--button-dark-color);
  background-color: var(--button-dark);
}
#paymentBlock .btn.btn-lg.btn-success .icon path, a#paymentBlock .btn.btn-lg.btn-success .icon path {
  fill: #fff;
}
/* END Юкасса */

.header-marquee {
    background-color: var(--color-reverse);
    justify-content:center;
}

.header-marquee__list {
    animation: none;
}

.header-marquee__text {
    color: var(--color-theme);
    font-weight: 700;
}
/* End */
/* /local/templates/ugla-shop/assets/css/normalize.css?17200843444687 */
/* /local/templates/ugla-shop/assets/css/vars.css?17501096515705 */
/* /local/templates/ugla-shop/assets/css/styles.css?175079868713579 */
/* /local/templates/ugla-shop/assets/css/blocks.css?17205169785839 */
/* /local/templates/ugla-shop/assets/css/blocks/form.css?17200847419108 */
/* /local/templates/ugla-shop/components/bitrix/menu/header_2/style.css?17512909217915 */
/* /local/templates/ugla-shop/components/bitrix/menu/.default/style.css?1707840272196 */
/* /local/templates/ugla-shop/assets/css/blocks/footer.css?17182759754883 */
/* /local/templates/ugla-shop/template_styles.css?17521708291309 */
/* /local/templates/ugla-shop/assets/css/blocks/header_2.css?175129137112053 */
/* /local/templates/ugla-shop/assets/css/swiper-bundle.min.css?170463917318436 */
/* /local/templates/ugla-shop/assets/css/blocks/banner_text.css?17237181526322 */
/* /local/templates/ugla-shop/assets/css/blocks/slider.css?17249366401945 */
/* /local/templates/ugla-shop/assets/css/blocks/popup.css?17200833372283 */
/* /local/templates/ugla-shop/assets/css/blocks/stories.css?172314643414382 */
/* /local/templates/ugla-shop/assets/css/blocks/product_item.css?17507988494621 */
/* /local/templates/ugla-shop/assets/css/blocks/product_carousel.css?17261801713027 */
/* /local/templates/ugla-shop/assets/css/blocks/collections-grid.css?17507989272845 */
/* /local/templates/ugla-shop/assets/css/blocks/categories-grid.css?17507989812283 */
/* /local/templates/ugla-shop/assets/css/blocks/reviews.css?17181742441468 */
/* /local/templates/ugla-shop/assets/css/blocks/subscribe-news.css?17182614332842 */
/* /local/templates/ugla-shop/assets/css/blocks/subscribe-socials.css?17181732621272 */
/* /local/templates/ugla-shop/assets/css/blocks/tizer.css?1718173719814 */
/* /local/templates/ugla-shop/assets/css/blocks/tizers.css?1718173789503 */
/* /local/templates/ugla-shop/assets/css/blocks/company.css?1718173660834 */
/* /local/templates/ugla-shop/assets/css/blocks/cookies.css?1711654741598 */
/* /local/templates/ugla-shop/assets/css/custom.css?17337605111730 */
