

/* Start:/local/templates/v1/css/normalize.css?17065197996599*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/include/cookie/cookie.css?1753446124958*/
.popup-cookie {
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999999;
  position: fixed;
  bottom: -100%;
  transition: bottom 0.5s ease-in-out;
  background-color: #5b5b5b;
  padding: 20px;
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #5b5b5b;
  border-bottom: 0;
}

.popup-cookie-content {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  text-align: center;
}

.popup-cookie-content p {
  margin: 0;
  color: #fff;
  width: 100%;
}

.popup-cookie.opened {
  bottom: 0;
}

.popup-cookie button {
  color: #fff;
  border: none;
  background: #000;
  border-radius: 56px;
  padding: 13px 60px;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  cursor: pointer;
  margin-top: 15px;
}
.popup-cookie button:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .popup-cookie {
    flex-direction: column;
    gap: 20px;
  }

  .popup-cookie button {
    max-width: 100%;
  }
}

/* End */


/* Start:/local/templates/v1/styles.css?1729836952499*/
.t-list-rhomb {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.t-list-rhomb > li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-top: 30px;
}

.t-list-rhomb > li:first-child {
    margin-top: 0;
}


.t-list-rhomb > li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0.2em;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #9c938a;
    content: ''
}
/* End */


/* Start:/local/templates/v1/template_styles.css?17434906864769*/
.footer-widgets {
    margin: 0 auto;
    text-align: center;
    padding: 100px 20px 20px 20px;
}
.footer-widgets.fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

#form-order textarea.c-form__control {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 80px;
    min-height: 80px;
    max-height: 200px;
}

@media screen and (max-width: 1251px) {
    .c-card-detail-info__header {
        display: block !important;
    }
}

#related-products {
    margin-top: 0px;
}
#related-products .related-products-list {
    overflow-x: auto;
}
#related-products .related-products-list-scroll {
    position: relative;
    padding-top: 40px;
    width: 100%;

    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}

#related-products .related-products-item_title {
    margin: 10px 0px;
    height: 40px;
    overflow: hidden;
}
#related-products .related-products-item {
    flex: 0 0 15.85%;
    min-width: 200px;
}
#related-products .related-products-item_order .c-button {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    font-size: 15px;
    padding: 13px 10px;
}
#related-products .related-products-item_img img {
    width: 100%;
}

.c-button {
    cursor: pointer;
}
#form-order .c-counter__value {
    border: 2px solid #2b2b2b;
    border-radius: 5px;
    line-height: 20px;
    padding: 7px 15px !important;
    margin-right: 5px;
}
.c-card-product-mini__counter {
    padding-right: 0px !important;
    margin-top: 40px !important;
}
.c-card-product-mini__remove,
.c-button--minus,
.c-button--plus {
    background-image: url('/local/templates/v1/img/btns.png') !important;
    background-size: 120px !important;
    background-repeat: no-repeat;
    opacity: 1 !important;
    cursor: pointer !important;
    width: 40px !important;
    height: 40px !important;
}
.c-card-product-mini__remove {
    background-position: 0px 0px !important;
}
.c-card-product-mini__remove:hover {
    background-position: -40px 0px !important;
}
.c-button--minus {
    background-position: 0px -80px !important;
}
.c-button--minus:hover {
    background-position: -40px -80px !important;
}
.c-button--minus.disabled {
    background-position: -80px -80px !important;
}
.c-button--plus {
    background-position: 0px -40px !important;
}
.c-button--plus:hover {
    background-position: -40px -40px !important;
}
.c-button--plus.disabled {
    background-position: -80px -40px !important;
}
.c-modal__total {
    text-align: right;
    font-size: 120%;
}
.c-form__group--info {
    font-size: 17px !important;
    color: dimgrey;
}

.show-basket {
    justify-content: center !important;
}
.show-calc {
    margin-top: 10px;
    background-color: #e6e6e6 !important;
    color: #544b42 !important;
}
.show-calc span {
    background-image: url('/local/templates/v1/img/calc.png') !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background-position: 0px 10px !important;
    padding: 13px 0px 13px 35px;
}
#form-calc .surface-item {
    margin-bottom: 20px;
}
#form-calc .surface-item-label {
    margin-bottom: 10px;
}
#form-calc .surface-item-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#form-calc .surface-item-inputs input:first-child {
    margin-right: 15px;
}
#form-calc .c-modal__total {
    margin: 30px 0px;
    border-top: 1px solid #b3b3b3;
    padding-top: 10px;
}
#form-calc .add-surface {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
}
.add-calc,
.remove-calc {
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px;
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 50px;
}
.add-calc {
    background-image: url('/local/templates/v1/img/calc-add.svg');
}
.remove-calc {
    background-image: url('/local/templates/v1/img/calc-remove.svg');
}
.add-calc:hover,
.remove-calc:hover {
    opacity: 0.6;
}

.c-card-product-mini__info {
    max-width: 250px !important;
}

@media screen and (max-width: 431px) {
    .c-modal__basket .c-card-product-mini__info {
        width: 100%;
        margin-top: 10px;
        max-width: 100% !important;
    }
    .c-modal__basket .l-list__item {
        border-bottom: 1px solid #b3b3b3;
        padding-bottom: 20px;
    }
    .c-modal__basket .l-list .l-list__item:last-child {
        border-bottom: 0px !important;
    }
}

.l-promotion__body a {
    text-decoration: underline;
    color: blue;
}
/* End */
/* /local/templates/v1/css/normalize.css?17065197996599 */
/* /include/cookie/cookie.css?1753446124958 */
/* /local/templates/v1/styles.css?1729836952499 */
/* /local/templates/v1/template_styles.css?17434906864769 */
