

/* Start:/local/templates/peak_shop/components/trk/topline/peak/style.css?16323081922251*/
.top-line.top-line__many:hover .home-marquee__inner,
.top-line.top-line__many.is-active .home-marquee__inner {
    animation-play-state: paused;
}
.top-line.top-line__many {
    z-index: 1000;
    text-transform: uppercase;
    padding: 0;
}
    .top-line.top-line__many .home-marquee {
        pointer-events: all;
        margin-bottom: 0;
        font-size: 14px;
        padding: 8px 0 8px;
    }
        .top-line.top-line__many .home-marquee__inner {
            margin: 0 25px 0 0;
        }
        .top-line.top-line__many i {
           font-family: Signal;
           font-weight: 400;
           font-style: normal;
        }

.top-line__sticky {
	position: absolute;
	z-index: 30;
	opacity: 0;
}
    .top-line__sticky .home-marquee__hover_name {
        display: none;
    }
	.top-line__sticky.tooltip-animate {
		transition: all 0.05s;
	}
.home-marquee__hover {
    margin-left: 6px;
    margin-right: 24px;
}
    .home-marquee__hover:last-child {
        margin-right: 0;
    }
    .home-marquee__hover::before {
        margin-left: -20px;
        margin-right: -24px;
    }
	.home-marquee__hover_name,
	.top-line .home-marquee__hover_name span {
        font-family: Signal;
        font-weight: 400;
        padding: 0;
	}
		.home-marquee__hover_code {
            border-bottom: 2px solid #000;
		}
            
	.home-marquee__hover_content {
        background: #D1D1D1;
        padding: 24px;
        width: 648px;
        text-align: left;
        white-space: normal;
	}
        .home-marquee__hover .home-marquee__hover_content {
            display: none;
        }
		.home-marquee__hover_title {
            font-size: 14px;
            line-height: 14px;
            text-transform: uppercase;
            color: #000000;
            margin-bottom: 15px;
		}
		.home-marquee__hover_description {
            font-family: Signal;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #000000;
            text-transform: none;
		}
			.home-marquee__hover_description ol {
                margin: 0;
                padding: 0 0 0 25px;
			}
				.home-marquee__hover_description ol li {
                    list-style-type: disc;
				}
/* End */


/* Start:/local/templates/peak_shop/components/trk/menu.blocks/peak/style.css?1637926075771*/
.header__menu .menu--cats .menu__bottom.menu__for_top {
    margin-bottom: 13px;
    margin-top: 0;
}

.header__menu .menu--cats .menu__bottom.menu__for_top {
    margin-bottom: 13px;
    margin-top: 0;
}

@media (min-width: 1200px) {
    .header__item .menu--cats .menu__top {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
        margin-bottom: 20px;
        text-transform: inherit;
        display: block;
        column-span: all;
    }

    .header__menu .menu--cats .desktop-cols-2 {
        column-count: 2;
        column-gap: 10px;
    }
}
@media (max-width: 1199px) {
    .menu.is-active .not-sub-links .menu__item {
        display: block;
    }
    .header__menu .menu--cats .not-sub-links .menu__bottom {
        display: inline-block;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/peak_catalog/style.css?1623152255314*/
.peakSearchResult .search__tip_new {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
}
.peakSearchResult .btn__content {
    justify-content: left;
}
@media (min-width: 1200px) {
    .modal--search {
        z-index: 1000 !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/modal_peak/style.css?17066287703843*/
.cart div.empty {
    width: auto;
    height: auto;
    overflow: inherit;
}
.card-order .card-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255, 0.8);
}
.inc__popup_quantity {
    position: absolute;
    right: -10px;
    top: calc(100% + 5px);
    background: #fff;
    border: 1px solid #000;
    padding: 3px 10px;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.2s;
}
    .card-order__inc:hover .inc__popup_quantity {
        opacity: 1;
    }
    .card-order_available_quantity {
        display: none;
    }
.card-order__price_help {
    padding-left: 15px;
    line-height: 1;
    font-size: 20px;
    margin-top: 20px;
    transform: translate(0, 4px);
    position: relative;
}
    .cart .icon--tooltip {
        width: 24px;
        height: 24px;
    }
.card-order__price_help_box {
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: auto;
    min-width: 200px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 16px 24px rgb(0 0 0 / 6%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    opacity: 0;
    transition: all 0.2s;
    visibility: hidden;
}
    .card-order__price_help:hover .card-order__price_help_box {
        opacity: 1;
        visibility: visible;
    }
    .card-order__price_help_box::after {
        content: "";
        position: absolute;
        left: -15px;
        top: -15px;
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        z-index: -1;
    }
    .card-order__price_help_title {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    }
       .card-order__price_help_title .icon--tooltip {
            flex: 0 0 24px;
        }
       .card-order__price_help_title_text {
            font-size: 14px;
            padding-left: 7px;
        }
    .card-order__price_help_list {
        margin-top: 12px;
    }
        .card-order__price_help_list_item {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }
            .card-order__price_help_list_name {
                color: rgba(0, 0, 0, 0.4);
                font-size: 14px;
                white-space: nowrap;
            }
            .card-order__price_help_list_value {
                font-size: 14px;
                white-space: nowrap;
                padding-left: 20px;
            }
@media (min-width: 1200px) {
    .modal--cart {
        z-index: 1000 !important;
    }
    .modal--cart .modal__scroller {
        background: #fff;
        padding: 40px 0 0;
    }
    .modal--cart .modal__wrapper--sizes,
    .modal--cart  .modal__wrapper--cart {
        padding: 0 20px;
    }
    .modal--cart .cart {
        padding: 0 0 40px;
    }
    .promocode__remove {
        width: 9px;
        height: 9px;
        position: relative;
        top: -4px;
    }
    .promocode__remove .promocode__icon--close {
        top: 0;
    }
}
@media (max-width: 1199px) {
    .modal--cart .modal__scroller {
        background: #fff;
        padding: 10px 0 0;
    }
    .modal--cart .cart {
        padding: 0 0 50px;
    }
    .inc__popup_quantity {
        display: none;
    }
    .modal--cart .card-order--selled .card-order__delete {
        display: block;
    }
    .modal--cart .card-order--cart .card-order__old-price {
        display: block;
    }
    .modal--cart .card-order__inc {
        margin-left: auto;
    }
    .modal--cart .card-order__price {
        order: -1;
        padding-right: 15px;
    }
    .card-order__price_help {
        padding-left: 0;
    }
}
/* End */


/* Start:/local/templates/peak_shop/components/bitrix/system.auth.authorize/popup/css/style.min.css?1623152255396*/
#authApp .captcha-holder .captcha-modal__icons{height:70px;min-height:70px}#authApp .captcha-holder .captcha-modal__icons .captcha-image{height:60px;width:70px} .authorization__left--line .authorization__input.authorization__input--pr {flex: 0 0 70%;} .authorization__left--line .authorization__input.authorization__input--pl {flex: 0 0 30%;} .modal--auth .modal__scroller {will-change: inherit;}
/* End */


/* Start:/local/templates/peak_shop/template_styles.css?16318041316323*/
.modal .modal__bg {
    background-color: rgba(0, 0, 0, 0.5);
}
.content__loader {
    position: relative;
}
    .content__loader::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.8);
        z-index: 8;
    }
    .content__loader::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNThweCIgaGVpZ2h0PSI1OHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPg0KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZGZmZDkxIiBzdHJva2Utd2lkdGg9IjExIj4NCiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMDs0MCIga2V5VGltZXM9IjA7MSIga2V5U3BsaW5lcz0iMCAwLjIgMC44IDEiIGNhbGNNb2RlPSJzcGxpbmUiIGJlZ2luPSIwcyI+PC9hbmltYXRlPg0KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAuMiAwIDAuOCAxIiBjYWxjTW9kZT0ic3BsaW5lIiBiZWdpbj0iMHMiPjwvYW5pbWF0ZT4NCjwvY2lyY2xlPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2RmZmQ5MSIgc3Ryb2tlLXdpZHRoPSIxMSI+DQogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiB2YWx1ZXM9IjA7NDAiIGtleVRpbWVzPSIwOzEiIGtleVNwbGluZXM9IjAgMC4yIDAuOCAxIiBjYWxjTW9kZT0ic3BsaW5lIiBiZWdpbj0iLTAuNXMiPjwvYW5pbWF0ZT4NCiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBrZXlTcGxpbmVzPSIwLjIgMCAwLjggMSIgY2FsY01vZGU9InNwbGluZSIgYmVnaW49Ii0wLjVzIj48L2FuaW1hdGU+DQo8L2NpcmNsZT4NCjwvc3ZnPg==');
        width: 58px;
        height: 58px;
        max-width: 100%;
        max-height: 100%;
        transform: translate(-50%, -50%);
        z-index: 9;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
.inner__big_line {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 1px;
}
    .inner__big_line::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }
.iti {
    width: 100%;
}
    .iti__flag {
        width: 20px;
    }
    .iti .iti__country-list {
        
    }
        .iti__country-list::-webkit-scrollbar-track {
            background-color: #e3e3e3;
        }

        .iti__country-list::-webkit-scrollbar {
            width: 2px;
            background-color: #d1d1d1;
        }

        .iti__country-list::-webkit-scrollbar-thumb {
            background-color: #000;
        }
        .iti__flag.iti__ru {
            background-image: url("/local/templates/peak_shop/assets/images/icons/russia-flag-icon-128.png");
            background-position: 0 0 !important;
            background-size: 100% 100%;
        }
        .iti__flag.iti__by {
            background-image: url("/local/templates/peak_shop/assets/images/icons/belarus-flag-icon-128.png");
            background-position: 0 0 !important;
            background-size: 100% 100%;
        }
        .iti__flag.iti__kz {
            background-image: url("/local/templates/peak_shop/assets/images/icons/kazakhstan-flag-icon-128.png");
            background-position: 0 0 !important;
            background-size: 100% 100%;
        }
.catalog-cards__empty {
    margin-left: 30px;
}
body .card__image,
.profile-order__card .card-order__image,
.order-list__content .order-list__image,
.cart__content .card-order__image {
    object-fit: contain;
}
.filter__item.disabled {
    display: none;
}
.has-hover body .btn--primary:not([disabled]):hover {
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.filter__item--range .noUi-target {
    width: 80%;
    margin: 0 auto;
}
.scroll-content .filter__list {
    width: calc(100% - 17px);
}
.breadcrumbs {
    flex-wrap: wrap;
}
.radiogroup__label.radiogroup__label_pay_11 {
    flex-basis: 50%;
    max-width: 50%;
}

input.inc__input[type=number]::-webkit-outer-spin-button,
input.inc__input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.inc__input[type=number] {
    -moz-appearance:textfield;
}

@media (min-width: 1200px) {
    .modal--cart .modal__close {
        top: 2px;
    }
    .menu--cats .menu__top {
        min-height: 20px;
    }
    .header__cart-product.__isClick {
        cursor: pointer;
    }
}
@media (max-width: 1199px){
    .filter.is-active {
        height: 100%;
    }
    .header__item.is-active .header__link {
        
    }
        .header__item.is-active .header__link .btn__content {
            justify-content: flex-start;
        }
    header .header__menu {
        display: flex;
    }
    .peak-basket-modal .cart__promo-button {
        top: 30px;
    }
    .header.is-menu-opened {
        z-index: 1000;
    }
    .header:not(.is-fixed) ~ .modal--cart .cart {
        padding-bottom: 145px;
    }
    .authorization__left {
        margin-bottom: 20px;
    }
    .header__list .header__link::before {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .modal--cart .card-order__price,
    .modal--cart .card-order__old-price {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .collections .collections__brand-picture img {
        height: auto;
    }
    #catalog_filter .filter__item:last-of-type {
        margin-bottom: 20px;
    }
    .modal--cart .card-order--cart .card-order__price {
        font-size: 14px;
    }
    .modal--cart .card-order--cart .card-order__old-price {
        font-size: 14px;
    }
    .card-order__price_help {
        margin-top: 0px;
        transform: translate(0, 5px);
    }
}
@media (max-width: 374px) {
    .collections .collections__season-picture img {
        height: auto;
    }
    .modal--cart .card-order--cart .card-order__price-line {
        position: relative;
        margin-top: 10px;
    }
    .modal--cart .card-order--cart .card-order__old-price {
        position: absolute;
        left: 0;
        top: 0;
    }
}
/* End */


/* Start:/local/templates/peak_shop/assets/css/main.css?1754398266332274*/
/* stylelint-disable */
/* stylelint-enable */
@font-face {
  src: url("/local/templates/peak_shop/assets/css/../fonts/Signal/Signal-Light.woff2") format("woff2"), url("/local/templates/peak_shop/assets/css/../fonts/Signal/Signal-Light.woff") format("woff");
  font-family: "Signal";
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("/local/templates/peak_shop/assets/css/../fonts/Panama/Panama-Bold.woff2") format("woff2"), url("/local/templates/peak_shop/assets/css/../fonts/Panama/Panama-Bold.woff") format("woff");
  font-family: "Panama";
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*! 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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; }

@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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
     -moz-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
     -moz-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
     -moz-box-flex: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -moz-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  background: #d1d1d1; }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 30px;
    bottom: 2px;
    z-index: 50;
    height: 2px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px); }
    @media (min-width: 768px) and (max-width: 1199px) {
      .swiper-container-horizontal > .swiper-scrollbar {
        left: 32px;
        width: -webkit-calc(100% - 64px);
        width: -moz-calc(100% - 64px);
        width: calc(100% - 64px); } }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 2px;
    top: 16px;
    z-index: 50;
    width: 2px;
    height: -webkit-calc(100% - 32px);
    height: -moz-calc(100% - 32px);
    height: calc(100% - 32px); }
    @media (min-width: 768px) and (max-width: 1199px) {
      .swiper-container-vertical > .swiper-scrollbar {
        top: 32px;
        height: -webkit-calc(100% - 64px);
        height: -moz-calc(100% - 64px);
        height: calc(100% - 64px); } }

.swiper-scrollbar-drag {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.scrollbar-track {
  position: absolute;
  z-index: 1;
  background: #d1d1d1;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s ease-out;
  -moz-transition: opacity 0.5s 0.5s ease-out;
  transition: opacity 0.5s 0.5s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .scrollbar-track.scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; }
  .scrollbar-track.scrollbar-track-y {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%; }
  .scrollbar-track.show {
    opacity: 1;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s; }
  .has-hover .scrollbar-track:not([disabled]):hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s; }

.scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background: #000; }

[data-scrollbar] {
  position: relative; }

.scroll-content {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

@font-face {
  font-family: 'lg';
  src: url("/local/templates/peak_shop/assets/css/../fonts/lg.ttf?22t19m") format("truetype"), url("/local/templates/peak_shop/assets/css/../fonts/lg.woff?22t19m") format("woff"), url("/local/templates/peak_shop/assets/css/../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
  background-color: transparent; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #fff; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -moz-animation: lg-right-end 0.3s;
       animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -moz-animation: lg-left-end 0.3s;
       animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent; }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #fff; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
       transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
       transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
       transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
       transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -moz-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
       transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
       transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
         transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  -moz-transform: translate3d(0, 0%, 0);
       transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -moz-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -moz-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none; }
  .lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toggle-thumb:hover {
    color: #fff; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/local/templates/peak_shop/assets/css/../images/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/local/templates/peak_shop/assets/css/../images/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/local/templates/peak_shop/assets/css/../images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/local/templates/peak_shop/assets/css/../images/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/local/templates/peak_shop/assets/css/../images/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
       transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
       transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px white inset;
            box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
       transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    -webkit-box-shadow: 0 0 0 8px white inset;
            box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -moz-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
       transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -moz-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -moz-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s, -moz-transform 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906"; }

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s; }

.lg-rotate-left:after {
  content: "\e900"; }

.lg-rotate-right:after {
  content: "\e901"; }

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px; }

.lg-flip-hor:after {
  content: "\e902"; }

.lg-flip-ver:after {
  content: "\e903"; }

.lg-group {
  *zoom: 1; }

.lg-group:before, .lg-group:after {
  display: table;
  content: "";
  line-height: 0; }

.lg-group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    -moz-transition-duration: inherit !important;
         transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -moz-transition-timing-function: inherit !important;
         transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
         transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("/local/templates/peak_shop/assets/css/../images/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-backdrop {
  background-color: #fff; }

.lg-outer .lg-inner {
  overflow: hidden;
  overflow-y: auto;
  padding: 24px; }

.lg-hide-items .lg-toolbar {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none; }
  @media (max-width: 767px) {
    .lg-hide-items .lg-toolbar {
      opacity: 1; } }

.lg-toolbar {
  width: auto;
  left: 24px;
  right: 24px; }
  .is-device-desktop .lg-toolbar {
    right: 41px; }

.lg-outer .lg-item {
  width: auto;
  left: 24px;
  right: 24px; }

.lg-toolbar .lg-close {
  position: absolute;
  right: 0;
  top: 24px;
  padding: 0;
  width: 50px;
  height: 50px;
  background: url("/local/templates/peak_shop/assets/css/../images/sprites/svg/close.svg") center/14px no-repeat;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .lg-toolbar .lg-close::after {
    content: none; }
  @media (max-width: 767px) {
    .lg-toolbar .lg-close {
      opacity: 1; } }
  .has-hover .lg-toolbar .lg-close:not([disabled]):hover {
    opacity: 0.8; }

.lg-outer .lg-img-wrap {
  right: auto;
  bottom: auto;
  padding: 0;
  width: 100%;
  height: auto; }
  .lg-outer .lg-img-wrap img {
    width: 100% !important; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  position: absolute;
  top: auto;
  bottom: 30px;
  z-index: 1080;
  display: block;
  outline: none;
  margin-top: 0;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 45px;
  height: 45px;
  color: #000;
  background: url("/local/templates/peak_shop/assets/css/../images/sprites/svg/back-arrow.svg") center/10px no-repeat;
  background-size: 7px;
  background-color: #d1d1d1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .lg-actions .lg-next::before, .lg-actions .lg-next::after,
  .lg-actions .lg-prev::before,
  .lg-actions .lg-prev::after {
    content: none; }
  @media (max-width: 767px) {
    .lg-actions .lg-next,
    .lg-actions .lg-prev {
      opacity: 1; } }
  .has-hover .lg-actions .lg-next:not([disabled]):hover, .has-hover
  .lg-actions .lg-prev:not([disabled]):hover {
    background-color: #999; }

.lg-actions .lg-prev {
  left: 45px; }

.lg-actions .lg-next {
  left: 100px;
  -webkit-transform: scale(-1, 1);
     -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner,
  .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }
  .choices [hidden] {
    display: none !important; }

.choices[data-type*='select-one'] {
  cursor: pointer; }
  .choices[data-type*='select-one'] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*='select-one'] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0; }
  .choices[data-type*='select-one'] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5; }
    .choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*='select-one'] .choices__button:focus {
      -webkit-box-shadow: 0px 0px 0px 2px #00bcd4;
              box-shadow: 0px 0px 0px 2px #00bcd4; }
  .choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
    display: none; }
  .choices[data-type*='select-one']:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*='select-one'].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px; }
  .choices[data-type*='select-one'][dir='rtl']:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*='select-one'][dir='rtl'] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text; }

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0; }
  .choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
  .choices[data-type*='text'] .choices__button:hover,
  .choices[data-type*='text'] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .choices__inner,
  .is-open .choices__inner {
    border-color: #b7b7b7; }
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir='rtl'] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #ffffff;
    word-break: break-all;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir='rtl'] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility; }
  .choices__list--dropdown.is-active {
    visibility: visible; }
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir='rtl'] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir='rtl'] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

/*=====  End of Choices  ======*/
.choices__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
  min-height: 40px; }

.choices__placeholder {
  opacity: 1; }

.choices__list {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0; }

.choices__list--dropdown {
  border: 1px solid #000;
  visibility: visible;
  opacity: 0;
  pointer-events: none; }
  .is-open .choices__list--dropdown {
    border-color: #000;
    opacity: 1;
    pointer-events: auto; }
  .choices__list--dropdown .choices__placeholder {
    display: none; }

.choices__item {
  border-bottom: 1px solid #000; }
  .choices__item:last-child {
    border-bottom: none; }

.choices__item--hide {
  color: rgba(0, 0, 0, 0.4);
  cursor: default; }

.choices[data-type*='select-one']:after {
  margin-top: 1.5px;
  border: none;
  width: 8px;
  height: 5px;
  right: 5px;
  background: url("/local/templates/peak_shop/assets/css/../images/common/select.svg") no-repeat; }

.choices[data-type*='select-one'].is-open:after {
  margin-top: 0;
  background: url("/local/templates/peak_shop/assets/css/../images/common/select.svg") no-repeat;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 0; }

.choices[data-type*='select-one'] .choices__input {
  border-color: #000; }

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/local/templates/peak_shop/assets/css/../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("/local/templates/peak_shop/assets/css/../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

:root {
  --black: $color-black;
  --white: $color-white;
  --canary: $color-canary; }

html {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  scroll-behavior: smooth; }
  html.has-cursor,
  html.has-cursor * {
    cursor: none !important; }
  html.is-lock-scroll, html.is-page-team,
  html.is-page-team body,
  html.is-lock-scroll body {
    overflow: hidden; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  overflow: hidden; }

p {
  margin: 0; }

a,
button {
  outline: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }

a {
  text-decoration: none;
  color: currentColor; }

svg {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  width: 100%;
  height: 100%;
  fill: currentColor; }

figure,
picture {
  display: inline-block;
  margin: 0;
  line-height: 0; }
  figure img,
  picture img {
    width: 100%; }

img {
  max-width: 100%; }

button * {
  position: relative; }

button:visited *,
button:active *,
button:focus * {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

fieldset {
  margin: 0;
  border: 0;
  padding: 0; }

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

video {
  outline: none;
  width: 100%;
  height: 100%; }

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    min-width: 100%;
    color: currentColor;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0); }
  .btn--primary {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000; }
    .btn--primary[disabled] {
      background-color: #d1d1d1;
      cursor: default; }
    .btn--primary.btn--shrink {
      padding: 0 10px; }
    .btn--primary.btn--small {
      padding: 0 34px;
      height: 32px;
      line-height: 32px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .btn--primary {
        padding: 0 42px;
        height: 32px;
        font-size: 12px; }
        .btn--primary.btn--shrink {
          padding: 0 10px; } }
    @media (min-width: 1200px) {
      .btn--primary {
        padding: 0 42px;
        height: 40px;
        line-height: 40px; }
        .btn--primary.btn--small {
          padding: 0 34px;
          height: 32px;
          line-height: 32px; }
        .btn--primary.btn--shrink {
          padding: 0 10px; } }
    @media (min-width: 1440px) {
      .btn--primary {
        padding: 0 58px;
        height: 40px;
        line-height: 40px; }
        .btn--primary.btn--small {
          padding: 0 34px;
          height: 32px;
          line-height: 32px; }
        .btn--primary.btn--shrink {
          padding: 0 10px; } }
    .has-hover .btn--primary:not([disabled]):hover {
      color: #fff;
      background-color: #D1D1D1;
      cursor: pointer; }
  .btn--secondary {
    border: 1px solid #000;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    background-color: transparent; }
    .btn--secondary.btn--small {
      padding: 0 34px;
      height: 32px;
      line-height: 32px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .btn--secondary {
        padding: 0 5px;
        height: 32px;
        font-size: 12px; } }
    @media (min-width: 1200px) {
      .btn--secondary {
        padding: 0 42px;
        height: 40px;
        line-height: 40px; }
        .btn--secondary.btn--small {
          padding: 0 34px;
          height: 32px;
          line-height: 32px; } }
    @media (min-width: 1440px) {
      .btn--secondary {
        padding: 0 58px;
        height: 40px;
        line-height: 40px; }
        .btn--secondary.btn--small {
          padding: 0 34px;
          height: 32px;
          line-height: 32px; } }
    .has-hover .btn--secondary:not([disabled]):hover {
      border-color: #000;
      color: #000; }
  .btn--wide {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%; }

.is-loaded {
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.js-lazy:not(.is-loaded) {
  max-height: 500px;
  opacity: 0; }

.swiper-lazy:not(.swiper-lazy-loaded) {
  min-height: 10px;
  max-height: 500px; }

.container {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .container {
      padding: 0;
      max-width: 1152px; }
      .container--full {
        padding: 0 24px;
        max-width: 100%; } }
  @media (min-width: 1440px) {
    .container {
      padding: 0;
      max-width: 1392px; }
      .container--full {
        padding: 0 24px;
        max-width: 100%; } }

.link-hover {
  position: relative; }
  .link-hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
       -moz-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  .link-hover--active::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
       -moz-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right; }
  .link-hover.is-active::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
       -moz-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right; }
  .has-hover .link-hover:not([disabled]):hover::before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
       -moz-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right; }

.link-hover-container.is-active .link-hover::before {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.has-hover .link-hover-container:not([disabled]):hover .link-hover::before {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.link-hover-2 {
  position: relative;
  overflow: hidden; }
  .link-hover-2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
       -moz-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  .link-hover-2.is-active::before {
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
       -moz-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left; }
  .has-hover .link-hover-2:not([disabled]):hover::before {
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
       -moz-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left; }

.link-hover-2-container.is-active .link-hover-2::before {
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

.has-hover .link-hover-2-container:not([disabled]):hover .link-hover-2::before {
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

.is-hidden {
  display: none !important; }

.is-hide {
  opacity: 0; }

@media (max-width: 1199px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1200px) {
  .for-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .for-tablet {
    display: none !important; } }

@media (min-width: 1200px) {
  .for-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .for-mobile {
    display: none !important; } }

@media (min-width: 1200px) {
  .for-devices {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

h1,
.h1 {
  margin: 0;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 32px; }
  @media (min-width: 1025px) {
    h1,
    .h1 {
      font-size: 36px;
      line-height: 40px; } }

h2,
.h2 {
  margin: 0;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px; }
  @media (min-width: 1025px) {
    h2,
    .h2 {
      font-size: 24px;
      line-height: 32px; } }

h3,
.h3 {
  margin: 0;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px; }
  @media (min-width: 1025px) {
    h3,
    .h3 {
      font-size: 20px;
      line-height: 28px; } }

h4,
.h4 {
  margin: 0;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px; }
  @media (min-width: 1025px) {
    h4,
    .h4 {
      font-size: 17px;
      line-height: 24px; } }

h5,
h6,
.h5,
.h6 {
  margin: 0;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px; }
  @media (min-width: 1025px) {
    h5,
    h6,
    .h5,
    .h6 {
      font-size: 15px;
      line-height: 20px; } }

small,
.small {
  margin: 0;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px; }
  @media (min-width: 1025px) {
    small,
    .small {
      font-size: 13px;
      line-height: 18px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .row.no-padding {
    margin-right: 0;
    margin-left: 0; }
    .row.no-padding [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
  @media (min-width: 1200px) {
    .row {
      margin-right: -10px;
      margin-left: -10px; }
      .row.no-padding {
        margin-right: 0;
        margin-left: 0; } }

.col-auto {
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  max-width: none; }
  @media (min-width: 1200px) {
    .col-auto {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-auto {
  margin-left: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
     -moz-box-flex: 0;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-1 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
     -moz-box-flex: 0;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-2 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-3 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
     -moz-box-flex: 0;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-4 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
     -moz-box-flex: 0;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-5 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-6 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
     -moz-box-flex: 0;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-7 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
     -moz-box-flex: 0;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-8 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-9 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
     -moz-box-flex: 0;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-10 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
     -moz-box-flex: 0;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-11 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1200px) {
    .col-12 {
      padding-right: 10px;
      padding-left: 10px; } }

.offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .menu--cats .col-12.for-devices {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
       -moz-box-flex: 0;
            flex: 0 0 0;
    padding: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-3 {
    margin-left: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-6 {
    margin-left: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-9 {
    margin-left: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px; }
  .offset-md-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
  .offset-lg-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
       -moz-box-flex: 0;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
       -moz-box-flex: 0;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
       -moz-box-flex: 0;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
       -moz-box-flex: 0;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
       -moz-box-flex: 0;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
       -moz-box-flex: 0;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
       -moz-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
       -moz-box-flex: 0;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
       -moz-box-flex: 0;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .offset-xl-12 {
    margin-left: 100%; }
  .menu--cats .col-xl-3 {
    -webkit-flex-basis: 24%;
            flex-basis: 24%;
    max-width: 24%; }
  .menu--cats .col-xl-5 {
    -webkit-flex-basis: 37.7777%;
            flex-basis: 37.7777%;
    max-width: 37.7777%; }
  .menu--cats .col-xl-brand {
    -webkit-flex-basis: 23%;
            flex-basis: 23%;
    max-width: 23%; }
  .menu--cats .col-xl-info {
    -webkit-flex-basis: 29%;
            flex-basis: 29%;
    max-width: 29%; } }

.form {
  position: relative; }
  .form [readonly],
  .form .readonly {
    pointer-events: none; }
  .form ::-webkit-credentials-auto-fill-button {
    position: absolute;
    right: 0;
    visibility: hidden;
    pointer-events: none; }
  .form ::-ms-reveal {
    display: none; }

.form-group {
  position: relative; }
  .form-group:not(:last-child) {
    margin-bottom: 24px; }
  .form-group--range {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    .form-group--range .form-control:not(:last-child) {
      margin-right: 7px; }
  .form-group--boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    .form-group--boxes .form-fieldset:not(:last-child),
    .form-group--boxes .form-control:not(:last-child) {
      margin-right: 40px; }

@media (max-width: 767px) {
  .form-fieldset--policy {
    margin-top: 8px;
    width: 100%; } }

.form-label {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form-label::before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    display: block; }
  .form-label sup {
    display: inline-block;
    color: #ea3939; }
  input[disabled] + .form-label,
  textarea[disabled] + .form-label,
  select[disabled] + .form-label {
    opacity: 0.5; }

.form-control--postfix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }
  .form-control--postfix::after {
    content: attr(data-postfix);
    margin-left: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.4); }

.form-control--input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  outline: none;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 34px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 34px;
  color: #000;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .form-control--input input:-webkit-autofill, .form-control--input input:-webkit-autofill:hover, .form-control--input input:-webkit-autofill:focus, .form-control--input input:-webkit-autofill:active {
    -webkit-transition: background-color 10ms ease-in-out 5000s !important;
    transition: background-color 10ms ease-in-out 5000s !important; }
  .form-control--input input:invalid {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control--input input::-ms-clear {
    display: none; }
  .form-control--input input[disabled] {
    background-color: transparent; }
  .search__wrapper .form-control--input input {
    font-size: 20px; }
  @media (min-width: 1200px) {
    .form-control--input input {
      height: 40px;
      line-height: 40px; } }
  .form-control--input input::-webkit-input-placeholder {
    color: #999; }
  .form-control--input input::-moz-placeholder {
    color: #999; }
  .form-control--input input:-ms-input-placeholder {
    color: #999; }

.form-control--gray input {
  border-bottom: 1px solid #999;
  height: 45px; }

.form-control--big input {
  font-size: 16px; }

.form-control__prefix {
  margin-bottom: 22px;
  line-height: 1; }

.form-control--fz16 .form-control__input {
  height: 45px;
  font-size: 16px;
  line-height: 45px; }
  @media (min-width: 1200px) {
    .form-control--fz16 .form-control__input {
      height: 40px;
      line-height: 40px; } }

.form-control--fz18 .form-control__input {
  height: 45px;
  font-size: 18px;
  line-height: 45px; }
  @media (min-width: 1200px) {
    .form-control--fz18 .form-control__input {
      height: 40px;
      line-height: 40px; } }

.form-control--textarea .form-control__input {
  border: 1px solid #000;
  padding: 7px 12px;
  width: 100%;
  font-size: 14px;
  resize: none; }
  .form-control--textarea .form-control__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form-control--textarea .form-control__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .form-control--textarea .form-control__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) and (max-width: 1199px) {
    .form-control--textarea .form-control__input {
      padding: 8px 12px;
      font-size: 16px; } }

@media (min-width: 1200px) {
  .form-control--dreverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse; } }

@media (min-width: 1200px) {
  .form-control--dreverse .form-control__prefix {
    margin-top: 20px;
    margin-bottom: 0; } }

.form-control-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%; }
  .form-control-radio__icon, .form-control-radio__label {
    position: relative;
    min-height: 18px;
    cursor: pointer; }
    .form-control-radio__icon::after, .form-control-radio__label::after {
      content: "";
      position: absolute;
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px;
      display: block; }
  .form-control-radio__icon {
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: transparent;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .form-control-radio__icon::before {
      content: "";
      position: absolute;
      left: -1px;
      top: -1px;
      display: block;
      border: 5px solid #fff;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      background-color: #000;
      opacity: 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
  .form-control-radio__label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    padding: 0 0 0 10px; }
    .form-control-radio__label a {
      color: #000; }
      .has-hover .form-control-radio__label a:not([disabled]):hover {
        color: black; }
  .form-control-radio--big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    border: 1px solid #e6e6e6;
    padding: 19px;
    padding-top: 17px;
    padding-bottom: 25px; }
    .form-control-radio--big .form-control-radio__title {
      display: block;
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 1; }
    .form-control-radio--big .form-control-radio__description {
      font-size: 14px;
      color: #999; }
  .form-control-radio--fz16 {
    font-size: 16px; }
  input[disabled] ~ .form-control-radio__icon,
  input[disabled] ~ .form-control-radio__label {
    opacity: 0.5;
    pointer-events: none; }
  input:checked ~ .form-control-radio__icon::before {
    opacity: 1; }
  .has-hover .form-control-radio:not([disabled]):hover input:not(:checked) ~ .form-control-radio__icon {
    border-color: rgba(0, 0, 0, 0.4); }

.form-control-radio a {
  position: relative;
  z-index: 1; }

.has-error .form-control-radio__icon {
  border-color: #ea3939; }

.has-error .form-control-radio__label {
  color: #ea3939; }

.has-error.form-control--input .form-control__input {
  border-color: #ea3939; }

.form-control-checked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start; }
  .form-control-checked__icon, .form-control-checked__label {
    position: relative;
    min-height: 16px;
    cursor: pointer; }
    .form-control-checked__icon::after, .form-control-checked__label::after {
      content: "";
      position: absolute;
      left: -5px;
      right: -5px;
      top: -5px;
      bottom: -5px;
      display: block; }
  .form-control-checked__icon {
    position: relative;
    top: 2px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    width: 16px;
    height: 16px;
    background: transparent;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .form-control-checked__icon::before {
      content: "";
      position: absolute;
      left: -1px;
      top: -1px;
      display: block;
      width: 16px;
      height: 16px;
      background: url("/local/templates/peak_shop/assets/css/../images/sprites/svg/checkbox.svg");
      background-position: 4px 3px;
      background-size: 11px 8px;
      background-repeat: no-repeat;
      background-color: transparent;
      opacity: 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
  .form-control-checked__label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    padding: 0 0 0 10px; }
    .form-control-checked__label a {
      color: #000; }
      .has-hover .form-control-checked__label a:not([disabled]):hover {
        color: black; }
  .form-control-checked__price {
    margin-left: 14px;
    color: #999; }
  .form-control-checked--fz16 .form-control-checked__label {
    font-size: 16px; }
  .form-control-checked__description {
    display: none;
    margin-top: 10px;
    max-width: 343px;
    font-size: 14px;
    line-height: 1;
    color: #999; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .form-control-checked__description {
        display: block; } }
    @media (min-width: 1200px) {
      .form-control-checked__description {
        display: block; } }
  input[disabled] ~ .form-control-checked__icon,
  input[disabled] ~ .form-control-checked__label {
    opacity: 0.5;
    pointer-events: none; }
  input:checked ~ .form-control-checked__icon::before {
    opacity: 1; }
  .has-hover .form-control-checked:not([disabled]):hover input:not(:checked) ~ .form-control-checked__icon {
    border-color: rgba(0, 0, 0, 0.4); }

.form-control-checked a {
  position: relative;
  z-index: 1; }

.has-error .form-control-checked__icon {
  border-color: #ea3939; }

.has-error .form-control-checked__label {
  color: #ea3939; }

.form-control-select__input {
  border: none;
  border-bottom: 1px solid #000;
  padding-top: 0;
  padding-right: 40px;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none; }

.form-control-select:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

.form-control-select::-ms-clear {
  display: none; }

.form-control__error {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1;
  color: #fe4d01; }

.select--inline {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: -3px;
  border: none;
  padding: 0;
  padding-right: 20px;
  width: 170px;
  text-overflow: ellipsis;
  background: url(/local/templates/peak_shop/assets/css/../images/common/select.svg) no-repeat;
  background-position: 50% 50%; }

.top-line {
  position: relative;
  z-index: 9;
  display: block;
  padding: 8px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  background: #dffd91;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .top-line span {
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .top-line {
      padding: 8px; } }
  @media (min-width: 1200px) {
    .top-line {
      padding: 12px; } }
  .has-hover .top-line:not([disabled]):hover {
    background: rgba(223, 253, 145, 0.8); }

.header-fake {
  position: relative;
  height: 69px; }
  .header-fake--checkout {
    height: 77px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .header-fake {
      height: 69px; }
      .header-fake--checkout {
        height: 61px; } }
  @media (min-width: 1200px) {
    .header-fake {
      height: 101px; }
      .header-fake--checkout {
        height: 104px; } }
  @media (min-width: 1440px) {
    .header-fake--checkout {
      height: 123px; } }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding: 28px 10px 20px;
  background-color: #fff; }
  .header__col, .header__list, .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    @media (max-width: 1199px) {
      .header__col, .header__list, .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
                align-items: flex-start; } }
  .header__menu {
    width: 100%; }
    .header__menu-bg {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 97;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      transition: 0.2s; }
      .is-menu-opened .header__menu-bg {
        opacity: 1;
        visibility: visible; }
    .header__menu-close {
      position: fixed;
      left: 295px;
      top: 20px;
      z-index: 98;
      width: 14px;
      height: 14px;
      color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(-100%);
         -moz-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s;
      pointer-events: none; }
      .is-menu-opened .header__menu-close {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    @media (max-width: 1199px) {
      .header__menu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 98;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        overflow: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 40px;
        padding-bottom: 35px;
        width: 275px;
        height: 100vh;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        -webkit-overflow-scrolling: touch; }
        [data-modal="search"] .header__menu {
          width: 100%; }
        .header__menu-hidden .header__col:last-of-type {
          display: none; }
        .header__menu.is-active {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateX(0);
             -moz-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
        @supports (-webkit-touch-callout: none) {
          .header__menu {
            height: -webkit-fill-available; } } }
  @media (min-width: 1200px) {
    .header__item:not(:last-of-type) {
      padding-right: 16px; } }
  @media (min-width: 1440px) {
    .header__item:not(:last-of-type) {
      padding-right: 20px; } }
  @media (max-width: 1199px) {
    .header__item {
      position: relative;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s; }
      .header__item:not(:last-child) {
        display: block;
        margin-bottom: 22px; }
      .header__item .header__link {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
        .header__item .header__link:not(:last-child) {
          margin-bottom: 0; }
      .header__item.is-active .header__link {
        margin-bottom: 23px;
        font-size: 14px;
        text-align: left;
        text-transform: capitalize;
        color: #999; }
        .header__item.is-active .header__link .btn__content {
          display: block;
          padding: 0; }
      .header__item.is-submenu .header__link {
        display: none; } }
  @media (min-width: 1200px) {
    .has-hover .header__item:not([disabled]):hover .header__link {
      margin: 0 -20px;
      margin-bottom: -50px;
      padding: 0 20px;
      padding-bottom: 50px; }
      .has-hover .header__item:not([disabled]):hover .header__link::before {
        left: 20px;
        right: 20px;
        width: auto; }
    .has-hover .header__item:not([disabled]):hover .menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; } }
  .header__list .header__link {
    position: relative;
    display: block;
    overflow: visible; }
    .header__list .header__link::before {
      top: 14px;
      bottom: auto; }
    @media (max-width: 1199px) {
      .header__list .header__link {
        font-size: 20px;
        text-transform: uppercase; } }
  @media (max-width: 1199px) {
    .header__col:last-of-type {
      margin-top: auto; } }
  @media (min-width: 1200px) {
    .header__col:last-of-type {
      margin-left: auto; } }
  @media (min-width: 1200px) {
    .header__col--logged {
      padding-right: 18px; } }
  @media (min-width: 1200px) {
    .header__col--logged .header__search-btn {
      margin-right: 36px; } }
  .header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 57px;
    height: 36px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .header__logo {
        top: -webkit-calc(50% + 2px);
        top: -moz-calc(50% + 2px);
        top: calc(50% + 2px); } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .header__logo {
        top: -webkit-calc(50% + 4px);
        top: -moz-calc(50% + 4px);
        top: calc(50% + 4px); } }
    @media (min-width: 1200px) {
      .header__logo {
        width: 89px;
        height: 56px; } }
  @media (max-width: 1199px) {
    .header__search-btn {
      margin-bottom: 80px;
      border-bottom: 1px solid #000;
      padding: 3px 0;
      width: -webkit-calc(100% - 40px);
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
      font-size: 12px;
      text-align: left;
      color: rgba(0, 0, 0, 0.4); }
      .header__search-btn span {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between; }
      .header__search-btn svg {
        width: 10px;
        height: 10px;
        color: #000; }
      [data-modal="search"] .header__search-btn {
        margin-left: -30px;
        width: -webkit-calc(100% + 60px);
        width: -moz-calc(100% + 60px);
        width: calc(100% + 60px);
        -webkit-transform: translateY(10px);
           -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px); } }
  @media (min-width: 1200px) {
    .header__search-btn {
      margin-right: 18px; } }
  .header__link--custom {
    position: relative;
    top: 1px;
    font-family: "Panama", helvetica, arial, sans-serif; }
  @media (max-width: 1199px) {
    .header__link:not(:last-child) {
      margin-bottom: 8px; } }
  .header__cart {
    margin-left: auto; }
    .header__cart .link-hover {
      overflow: visible; }
    .header__cart-product {
      position: absolute;
      right: 10px;
      top: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      padding: 12px;
      max-width: -webkit-calc(100% - 20px);
      max-width: -moz-calc(100% - 20px);
      max-width: calc(100% - 20px);
      background-color: #d1d1d1; }
      .header__cart-product-picture {
        margin-right: 20px;
        max-width: 72px;
        max-height: 94px; }
      .header__cart-product-name {
        font-family: "Panama", helvetica, arial, sans-serif;
        font-weight: 700; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .header__cart-product {
          width: 100%;
          max-width: 383px; } }
      @media (min-width: 1200px) {
        .header__cart-product {
          right: 24px;
          top: -webkit-calc(100% - 30px);
          top: -moz-calc(100% - 30px);
          top: calc(100% - 30px);
          width: 100%;
          max-width: 383px; } }
    @media (min-width: 1200px) {
      .header__cart {
        margin-left: 16px; } }
    @media (min-width: 1440px) {
      .header__cart {
        margin-left: 20px; } }
  .header.is-fixed {
    padding: 12px 10px; }
    .header.is-fixed .header__logo {
      width: 44px;
      height: 28px; }
      @media (min-width: 1200px) {
        .header.is-fixed .header__logo {
          width: 64px;
          height: 40px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .header.is-fixed {
        padding: 16px 10px; } }
    @media (min-width: 1200px) {
      .header.is-fixed {
        padding: 24px; } }
  .header--checkout {
    min-height: 77px; }
    .header--checkout.is-fixed {
      min-height: 46px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .header--checkout {
        min-height: 61px; }
        .header--checkout.is-fixed {
          min-height: 50px; } }
    @media (min-width: 1200px) {
      .header--checkout {
        min-height: 104px; }
        .header--checkout.is-fixed {
          min-height: 70px; } }
    @media (min-width: 1440px) {
      .header--checkout {
        min-height: 123px; }
        .header--checkout.is-fixed {
          min-height: 70px; } }
  .header--checkout .header__menu,
  .header--checkout .header__menu-btn,
  .header--checkout .header__cart {
    display: none; }
    @media (min-width: 1200px) {
      .header--checkout .header__menu,
      .header--checkout .header__menu-btn,
      .header--checkout .header__cart {
        display: none; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .header {
      padding: 32px 10px 20px; } }
  @media (min-width: 1200px) {
    .header {
      padding: 40px 24px; } }

.menu {
  display: none;
  margin: -5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .menu__back {
    position: absolute;
    top: -46px; }
    .menu__back svg {
      position: absolute;
      left: -12px;
      width: 6px;
      height: 10px;
      fill: none; }
  .menu__brand {
    display: block; }
    .menu__brand-picture {
      overflow: hidden;
      margin-bottom: 11px;
      width: 240px;
      height: 240px; }
      .menu__brand-picture img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        will-change: transform; }
      .menu__brand--big .menu__brand-picture {
        width: auto;
        max-width: 452px; }
    .menu__brand-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center; }
    .menu__brand-type {
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 1;
      text-transform: capitalize; }
    .menu__brand-name {
      margin-left: 14px;
      font-weight: 300;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase; }
    .menu__brand--big {
      margin-left: -20px; }
    .has-hover .menu__brand:not([disabled]):hover img {
      -webkit-transform: scale(1.1);
         -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .menu__title {
    display: none; }
  .menu .js-menu-back-2 {
    display: none; }
  .menu--cats .menu-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .menu--cats .menu__top {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000; }
  .menu--cats .menu__bottom {
    display: inline-block;
    vertical-align: middle;
    margin-top: 13px; }
    @media (max-width: 1199px) {
      .menu--cats .menu__bottom {
        display: none;
        margin-top: 9px; } }
  @media (max-width: 1199px) {
    .menu--cats .menu__item {
      margin-bottom: 7px; } }
  .menu--cats .menu__link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .menu--cats .menu__link {
        font-size: 16px;
        text-transform: uppercase; } }
    .has-hover .menu--cats .menu__link:not([disabled]):hover {
      color: rgba(0, 0, 0, 0.4); }
  .menu--cats .menu__info {
    border: 3px solid #dffd91;
    padding: 31px 33px 15px 20px;
    width: 100%; }
    .menu--cats .menu__info-title {
      margin-bottom: 20px;
      font-weight: 300;
      font-size: 14px;
      line-height: 1; }
    .menu--cats .menu__info-text {
      margin-bottom: 12px;
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 1; }
    .menu--cats .menu__info-link {
      font-weight: 300;
      font-size: 14px;
      line-height: 1; }
  @media (max-width: 1199px) {
    .menu--cats {
      margin-bottom: 32px; } }
  .has-hover .menu--cats:not([disabled]):hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }
  .menu.is-active {
    display: block; }
    @media (max-width: 1199px) {
      .menu.is-active .menu__item {
        display: none; } }
    @media (min-width: 1200px) {
      .menu.is-active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex; } }
  @media (max-width: 1199px) {
    .menu.is-submenu {
      display: block; }
      .menu.is-submenu .js-menu-back {
        display: none; }
      .menu.is-submenu .js-menu-back-2 {
        display: block; }
      .menu.is-submenu .menu__item {
        display: none; }
      .menu.is-submenu .js-menu-col {
        display: none; }
        .menu.is-submenu .js-menu-col.is-opened {
          display: block; }
          .menu.is-submenu .js-menu-col.is-opened .js-menu-top {
            display: none; }
          .menu.is-submenu .js-menu-col.is-opened .menu__bottom {
            display: inline-block;
            vertical-align: middle; }
          .menu.is-submenu .js-menu-col.is-opened .menu__title {
            display: block;
            margin-bottom: 23px;
            font-size: 14px;
            color: #999999; } }
  @media (max-width: 1199px) and (min-width: 1200px) {
    .menu.is-submenu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; } }
  @media (max-width: 1199px) {
    .menu.is-submenu .menu__item {
      display: block; } }
  @media (min-width: 1200px) {
    .menu--cats {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 10;
      margin: 1px 0 0;
      padding: 30px 50px 34px 115px;
      background-color: #fff; } }

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  overflow: hidden;
  outline: none; }
  .modal__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2); }
    .modal--cart .modal__bg {
      top: -105px; }
      @media (min-width: 1200px) {
        .modal--cart .modal__bg {
          top: 0; } }
      @media (max-width: 1199px) {
        .modal--cart .modal__bg {
          background-color: transparent; } }
    @media (max-width: 1199px) {
      .modal--search .modal__bg {
        opacity: 0;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
        -webkit-transition-delay: 0.2s;
           -moz-transition-delay: 0.2s;
                transition-delay: 0.2s; }
        .is-active .modal--search .modal__bg {
          opacity: 1; } }
  .modal__scroller {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transform: translateX(100%) translateZ(0);
       -moz-transform: translateX(100%) translateZ(0);
            transform: translateX(100%) translateZ(0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    will-change: transform, opacity;
    -webkit-overflow-scrolling: touch; }
    .is-active .modal__scroller {
      opacity: 1;
      -webkit-transform: translateX(0) translateZ(0);
         -moz-transform: translateX(0) translateZ(0);
              transform: translateX(0) translateZ(0); }
    .modal--geo .modal__scroller {
      overflow: visible; }
    @media (max-width: 767px) {
      .modal--sizes .modal__scroller {
        top: 92px;
        display: block; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .modal--sizes .modal__scroller {
        display: block; } }
    @media (min-width: 1200px) {
      .modal--sizes .modal__scroller {
        left: auto;
        right: 0;
        width: 528px; } }
    @media (max-width: 1199px) {
      .modal--sizes .modal__scroller {
        max-width: 100%; } }
    .modal--cart .modal__scroller {
      left: auto;
      right: 0;
      top: 105px;
      width: 100%; }
      @media (min-width: 1200px) {
        .modal--cart .modal__scroller {
          top: 0;
          width: 528px; } }
      @media (max-width: 1199px) {
        .modal--cart .modal__scroller {
          max-width: 100%; } }
    @media (max-width: 767px) {
      .modal--geo .modal__scroller {
        height: 100%; } }
    @media (min-width: 1200px) {
      .modal--geo .modal__scroller {
        left: 50%;
        top: 50%;
        margin: 0 auto;
        width: 628px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media (min-width: 1200px) {
      .modal--auth .modal__scroller {
        left: 50%;
        top: 50%;
        margin: 0 auto;
        width: 786px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    .modal--newsletter .modal__scroller {
      left: 50%;
      max-width: 922px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 1199px) {
        .modal--newsletter .modal__scroller {
          max-width: 96%; } }
    .modal--newsletter-2 .modal__scroller {
      left: 50%;
      max-width: 786px;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 1199px) {
        .modal--newsletter-2 .modal__scroller {
          max-width: 100%; } }
    .modal--search .modal__scroller {
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
              transform: none; }
      @media (max-width: 1199px) {
        .modal--search .modal__scroller {
          border-color: #fff;
          -webkit-transition-delay: 0.2s;
             -moz-transition-delay: 0.2s;
                  transition-delay: 0.2s; } }
      @media (min-width: 1200px) {
        .modal--search .modal__scroller {
          -webkit-transform: translateY(-100%);
             -moz-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
                  transform: translateY(-100%); }
          .is-active .modal--search .modal__scroller {
            -webkit-transform: translateY(0);
               -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0); } }
    @media (min-width: 1200px) {
      .modal--sizes .modal__scroller {
        display: block; } }
  .modal__close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
    width: 16px;
    height: 16px; }
    .modal--cart .modal__close {
      display: none; }
      @media (min-width: 1200px) {
        .modal--cart .modal__close {
          display: block; } }
    @media (max-width: 767px) {
      .modal--newsletter .modal__close {
        top: -25px;
        color: #fff; } }
    @media (min-width: 1200px) {
      .modal__close {
        right: 29px;
        top: 29px; } }
  .modal__wrapper {
    position: relative;
    margin: 0;
    padding: 40px 10px;
    width: 100%;
    height: 100%;
    background-color: #fff; }
    .modal__wrapper--auto {
      margin: auto;
      height: auto; }
    .modal--newsletter .modal__wrapper,
    .modal--newsletter-2 .modal__wrapper {
      padding: 0; }
    @media (min-width: 1200px) {
      .modal--auth .modal__wrapper {
        padding-top: 74px;
        padding-bottom: 74px; } }
    .modal--sizes .modal__wrapper {
      height: auto;
      min-height: 100%; }
    @media (min-width: 1200px) {
      .modal__wrapper {
        padding: 60px 0; } }
  .modal__wrapper--sizes, .modal__wrapper--cart {
    padding: 15px 10px;
    width: 100%; }
    @media (min-width: 1200px) {
      .modal__wrapper--sizes, .modal__wrapper--cart {
        padding: 40px 20px; } }
  .modal__container {
    margin: 0 auto;
    max-width: 1190px; }
  .modal--cart {
    top: 105px;
    overflow: visible; }
    @media (min-width: 1200px) {
      .modal--cart {
        top: 0; } }

.footer {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
  padding: 23px 0;
  padding-bottom: 84px;
  background-color: #d1d1d1; }
  .footer__container {
    position: relative;
    z-index: 2; }
  @media (max-width: 767px) {
    .footer-list {
      margin-bottom: 24px; } }
  .footer__address {
    font-style: normal;
    font-size: 14px;
    line-height: 1; }
    .footer__address span {
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .footer__address {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .footer__address {
        font-size: 14px; } }
  .footer__mobile {
    display: block;
    margin-top: 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1; }
  .footer__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 28px; }
    @media (max-width: 767px) {
      .footer__socials {
        margin-top: 29px; } }
  .footer__social {
    font-size: 14px;
    line-height: 1; }
    .footer__social:not(:last-child) {
      margin-right: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .footer__social {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .footer__social {
        font-size: 14px; } }
  .footer__list {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .footer__list {
        margin-bottom: 39px;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .footer__list {
        font-size: 14px; } }
  .footer__item {
    display: block;
    font-size: 14px; }
    .footer__item:not(:last-child) {
      margin-bottom: 12px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .footer__item:not(:last-child) {
          margin-bottom: 12px; } }
      @media (min-width: 1200px) {
        .footer__item:not(:last-child) {
          margin-bottom: 12px; } }
  .footer__title {
    display: block;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .footer__title {
        margin-bottom: 19px; } }
    @media (min-width: 1200px) {
      .footer__title {
        margin-bottom: 20px; } }
  .footer__logo {
    position: absolute;
    left: 10px;
    z-index: 1;
    width: 227px;
    height: 141px;
    color: #dffd91; }
    @media (max-width: 767px) {
      .footer__logo {
        bottom: -50px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .footer__logo {
        left: auto;
        right: -16px;
        top: 25px;
        width: 315px;
        height: 212px; } }
    @media (min-width: 1200px) {
      .footer__logo {
        left: auto;
        right: 6px;
        top: -19px;
        width: 373px;
        height: 249px; } }
    @media (min-width: 1440px) {
      .footer__logo {
        right: 4px;
        top: -16px;
        width: 439px;
        height: 267px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .footer {
      margin-top: 64px;
      padding: 24px 0 36px; } }
  @media (min-width: 1200px) {
    .footer {
      margin-top: 64px;
      padding: 36px 0 52px;
      padding-bottom: 38px; } }
  @media (min-width: 1440px) {
    .footer {
      margin-top: 64px;
      padding-top: 35px; } }

.search__wrapper {
  height: auto; }
  @media (min-width: 1200px) {
    .search__wrapper {
      height: 640px; } }
  @media (min-width: 1200px) and (max-height: 640px) {
    .search__wrapper {
      height: 100vh; } }

.search__form {
  margin-bottom: 16px; }
  .search__form input {
    border-bottom-color: rgba(0, 0, 0, 0.4);
    padding: 0 12px; }
  @media (min-width: 1200px) {
    .search__form {
      margin-bottom: 24px; } }

.search__content {
  width: 100%; }
  @media (min-width: 1200px) {
    .search__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; } }

.search__col {
  width: 100%; }
  .search__col--first {
    margin-right: 80px;
    max-width: 200px; }

.search__tip {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4); }
  .has-hover .search__tip:not([disabled]):hover {
    color: #000; }

@media (min-width: 1200px) {
  .search-text {
    margin-top: 24px; } }

.search__text {
  display: block;
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px; }
  .search__text b {
    font-weight: 700; }
  @media (min-width: 1200px) {
    .search__text {
      margin-bottom: 8px;
      line-height: 20px; } }
  .has-hover .search__text:not([disabled]):hover {
    color: rgba(0, 0, 0, 0.8); }

.search__top {
  margin: 12px 0 20px; }
  @media (min-width: 1200px) {
    .search__top {
      margin: 0 0 24px;
      text-align: right; } }

.search__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px -4px; }
  @media (min-width: 1200px) {
    .search__body {
      margin: 0 -12px; } }

.search__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  padding: 10px 4px;
  max-width: 50%; }
  .search__item .card__sizes {
    top: 200px; }
    @media (min-width: 1200px) {
      .search__item .card__sizes {
        top: 242px; } }
  .search__item .card__picture img {
    height: 228px; }
    @media (min-width: 1200px) {
      .search__item .card__picture img {
        height: 270px; } }
  @media (min-width: 1200px) {
    .search__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
         -moz-box-flex: 0;
              flex: 0 0 25%;
      padding: 0 12px;
      max-width: 25%; } }

.cart {
  position: relative; }
  .cart__title {
    display: none;
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .cart__title {
        display: block; } }
  .cart__icon--close {
    width: 16px;
    height: 16px; }
  .cart__list {
    margin-bottom: 23px; }
  .cart__line {
    position: relative;
    margin-bottom: 21px; }
    @media (min-width: 1200px) {
      .cart__line {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 271px;
           -moz-box-flex: 0;
                flex: 0 0 271px;
        margin: 0; } }
  .cart__promo-button {
    position: absolute;
    right: 0;
    top: 15px;
    border: none;
    padding: 0;
    width: 21px;
    height: 21px;
    background: none;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .cart__promo-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
                justify-content: flex-end; } }
  .cart__icon--promo-arrow {
    width: 21px;
    height: 7px; }
    @media (min-width: 1200px) {
      .cart__icon--promo-arrow {
        width: 12px;
        height: 12px; } }
  .cart__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .cart__total {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 -webkit-calc(100% - 271px);
           -moz-box-flex: 0;
                flex: 0 0 calc(100% - 271px);
        margin: 0;
        text-align: right; } }
  .cart__total--full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
            align-items: baseline;
    margin-top: 12px;
    border-top: 1px solid #d1d1d1;
    padding-top: 20px; }
    @media (min-width: 1200px) {
      .cart__total--full {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
                flex: 0 0 100%;
        margin-top: 18px;
        padding-top: 14px; } }
  .cart__total-label {
    font-size: 14px; }
    @media (min-width: 1200px) {
      .cart__total-label {
        margin-bottom: 5px; } }
  .cart__total-value {
    padding-left: 20px;
    font-size: 20px;
    text-align: right; }
  .cart__submit {
    width: 100%; }
    @media (min-width: 1200px) {
      .cart__submit {
        margin-top: 23px; } }
  .cart__form {
    margin-top: -6px; }
    @media (min-width: 1200px) {
      .cart__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .cart__promo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    border-top: 1px solid #e6e6e6;
    padding-top: 16px; }
    @media (min-width: 1200px) {
      .cart__promo {
        margin-top: 0;
        border: none;
        padding-top: 0; } }
  @media (min-width: 1200px) {
    .cart__total--full .cart__total-label {
      text-align: right; } }

.empty {
  text-align: center; }
  .empty p:not(:last-child) {
    margin-bottom: 24px; }
  .empty ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-top: 24px; }
    .empty ul li:not(:last-child) {
      margin-right: 24px; }

.card {
  position: relative; }
  .card__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .card__heart {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
    width: 16px;
    height: 16px;
    color: transparent;
    opacity: 0; }
    .has-hover .card__heart:not([disabled]):hover {
      color: #000; }
  .card__label {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
    width: 34px;
    height: 22px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000;
    background-color: #dffd91; }
    .card__label--sale {
      border: 1px solid #000;
      background: -webkit-gradient(linear, left top, right top, from(#fee), to(#ddefbb));
      background: -webkit-linear-gradient(left, #fee 0%, #ddefbb 100%);
      background: -moz-linear-gradient(left, #fee 0%, #ddefbb 100%);
      background: linear-gradient(90deg, #fee 0%, #ddefbb 100%); }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card__label {
        width: 32px;
        height: 20px;
        line-height: 20px; } }
    @media (min-width: 1200px) {
      .card__label {
        width: 34px;
        height: 22px;
        line-height: 22px; } }
  .card__sizes, .card__colors {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding-left: 12px;
    min-height: 28px;
    background: #d1d1d1;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .card__size {
    margin: 4px 16px;
    margin-left: 0;
    text-transform: uppercase;
    pointer-events: auto; }
    @media (min-width: 1200px) {
      .card__size {
        margin-right: 20px; } }
    @media (min-width: 1440px) {
      .card__size {
        margin: 8px 24px;
        margin-left: 0; } }
  .card__colors-label {
    margin-right: 10px; }
  .card__color {
    margin: 4px 5px;
    margin-right: 10px;
    margin-left: 0;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0;
    width: 16px;
    height: 16px;
    text-transform: uppercase;
    background-size: cover;
    pointer-events: auto; }
    @media (min-width: 1440px) {
      .card__color {
        margin: 8px 5px;
        margin-left: 0; } }
  .card__picture {
    position: relative;
    margin-bottom: 8px;
    width: 100%;
    pointer-events: none; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card__picture {
        margin-bottom: 12px; } }
    @media (min-width: 1200px) {
      .card__picture {
        margin-bottom: 12px; } }
  .card__image {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover; object-position: top";
    -o-object-position: top;
       object-position: top;
    height: 228px; }
    @media (min-width: 1025px) {
      .card__image {
        height: 368px; } }
    @media (min-width: 1200px) {
      .card__image {
        height: 326px; } }
    @media (min-width: 1440px) {
      .card__image {
        height: 368px; } }
  .card__name {
    margin-bottom: 3px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card__name {
        margin-bottom: 2px; } }
    @media (min-width: 1200px) {
      .card__name {
        margin-bottom: 4px;
        font-size: 14px; } }
    @media (min-width: 1440px) {
      .card__name {
        margin-bottom: 8px; } }
  .card__text {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize; }
    @media (min-width: 1200px) {
      .card__text {
        font-size: 14px; } }
  .card__price {
    font-size: 12px;
    line-height: 100%; }
    @media (min-width: 1200px) {
      .card__price {
        font-size: 14px; } }
  @media (min-width: 1200px) {
    .has-hover .card--favorites:not([disabled]):hover .card__heart {
      opacity: 0; } }
  .card--favorites .card__heart {
    right: 13px;
    top: 11px;
    color: #000;
    opacity: 1; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card--favorites .card__heart {
        right: 16px;
        top: 15px; } }
    @media (min-width: 1200px) {
      .card--favorites .card__heart {
        opacity: 0; } }
  .card--favorites .card__icon--heart {
    width: 22px;
    height: 22px; }
  .card--catalog {
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card--catalog {
        margin-bottom: 24px; } }
    @media (min-width: 1200px) {
      .card--catalog {
        margin-bottom: 40px; } }
  .card.is-active .card__sizes,
  .card.is-active .card__heart,
  .card.is-active .card__colors {
    opacity: 1; }
  .has-hover .card:not([disabled]):hover .card__sizes,
  .has-hover .card:not([disabled]):hover .card__heart,
  .has-hover .card:not([disabled]):hover .card__colors {
    opacity: 1; }

.collections {
  padding: 14px 0 32px; }
  .collections-container {
    margin-top: 28px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .collections-container {
        margin-top: 32px; } }
    @media (min-width: 1200px) {
      .collections-container {
        margin-top: 60px; } }
    @media (min-width: 1440px) {
      .collections-container {
        margin-top: 80px; } }
  @media (max-width: 767px) {
    .collections-season:not(:last-of-type) {
      margin-bottom: 27px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .collections-release--more {
      margin: 32px -5px 0; } }
  @media (max-width: 767px) {
    .collections-release:not(:last-of-type) {
      margin-bottom: 24px; } }
  @media (min-width: 1200px) {
    .collections__container {
      padding: 0 98px; } }
  @media (min-width: 1440px) {
    .collections__container {
      padding: 0 120px; } }
  .collections__big {
    display: block;
    line-height: 0; }
    .collections__big-picture {
      overflow: hidden;
      width: 100%; }
      .collections__big-picture img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover; object-position: left";
        -o-object-position: left;
           object-position: left;
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        will-change: transform; }
        @media (max-width: 767px) {
          .collections__big-picture img {
            height: 354px; } }
  .collections__season {
    display: block; }
    .collections__season-picture {
      overflow: hidden;
      margin-bottom: 8px;
      width: 100%; }
      .collections__season-picture img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        -o-object-position: 50% 0;
           object-position: 50% 0;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        will-change: transform; }
        @media (max-width: 767px) {
          .collections__season-picture img {
            height: auto; } }
        @media (max-width: 375px) {
          .collections__season-picture img {
            height: 250px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .collections__season-picture {
          margin-bottom: 8px; } }
      @media (min-width: 1200px) {
        .collections__season-picture {
          margin-bottom: 16px; } }
    .collections__season-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
              align-items: baseline; }
    .collections__season-type {
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 1;
      text-transform: capitalize; }
      @media (min-width: 1440px) {
        .collections__season-type {
          font-size: 20px; } }
    .collections__season-name {
      margin-left: 12px;
      font-weight: 300;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .collections__season-name {
          font-size: 24px; } }
  .collections__blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }
    .collections__blog-picture {
      overflow: hidden;
      border: 1px solid #000;
      width: 100%; }
      .collections__blog-picture img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        will-change: transform; }
        @media (max-width: 767px) {
          .collections__blog-picture img {
            height: 250px; } }
      @media (max-width: 767px) {
        .collections__blog-picture {
          -webkit-box-ordinal-group: 0;
          -webkit-order: -1;
             -moz-box-ordinal-group: 0;
                  order: -1;
          margin-bottom: 12px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .collections__blog-picture {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 518px;
             -moz-box-flex: 0;
                  flex: 0 0 518px;
          margin-left: 16px;
          max-width: 518px; } }
      @media (min-width: 1200px) {
        .collections__blog-picture {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 666px;
             -moz-box-flex: 0;
                  flex: 0 0 666px;
          margin-left: 16px;
          max-width: 666px; } }
      @media (min-width: 1440px) {
        .collections__blog-picture {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 800px;
             -moz-box-flex: 0;
                  flex: 0 0 800px;
          margin-left: 20px;
          max-width: 800px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .collections__blog-body {
        margin-top: auto;
        text-align: right; } }
    @media (min-width: 1200px) {
      .collections__blog-body {
        margin-top: auto;
        text-align: right; } }
    .collections__blog-type {
      margin-bottom: 2px;
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 1; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .collections__blog-type {
          margin-bottom: 12px; } }
      @media (min-width: 1200px) {
        .collections__blog-type {
          margin-bottom: 16px; } }
      @media (min-width: 1440px) {
        .collections__blog-type {
          font-size: 20px; } }
    .collections__blog-title {
      margin: 0 0 8px;
      font-weight: 300;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase; }
      .collections__blog-title span {
        font-family: "Panama", helvetica, arial, sans-serif;
        font-weight: 700; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .collections__blog-title {
          margin-bottom: 12px; } }
      @media (min-width: 1200px) {
        .collections__blog-title {
          margin-bottom: 24px;
          font-size: 32px; } }
      @media (min-width: 1440px) {
        .collections__blog-title {
          font-size: 36px; } }
    .collections__blog-text {
      margin: 0;
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 1; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .collections__blog-text {
          margin-bottom: 8px; } }
      @media (min-width: 1200px) {
        .collections__blog-text {
          margin-bottom: 24px; } }
      @media (min-width: 1440px) {
        .collections__blog-text {
          font-size: 16px; } }
    @media (max-width: 767px) {
      .collections__blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column; } }
  .collections__brand {
    display: block; }
    .collections__brand-picture {
      overflow: hidden;
      margin-bottom: 8px;
      width: 100%; }
      .collections__brand-picture img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        will-change: transform; }
        @media (max-width: 767px) {
          .collections__brand-picture img {
            height: 250px; } }
      @media (min-width: 1200px) {
        .collections__brand-picture {
          margin-bottom: 16px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .collections__brand-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
                align-items: flex-end; } }
    @media (min-width: 1200px) {
      .collections__brand-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
                align-items: flex-end;
        padding: 0 98px; } }
    @media (min-width: 1440px) {
      .collections__brand-body {
        padding: 0 120px; } }
    .collections__brand-type {
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 1; }
      @media (max-width: 767px) {
        .collections__brand-type {
          margin-top: 2px; } }
      @media (min-width: 1440px) {
        .collections__brand-type {
          font-size: 20px; } }
    .collections__brand-title {
      font-weight: 300;
      font-size: 16px;
      line-height: 1; }
      @media (max-width: 1199px) {
        .collections__brand-title {
          text-transform: uppercase; } }
      @media (min-width: 1200px) {
        .collections__brand-title {
          margin: 2px 0 0;
          font-size: 32px; } }
      @media (min-width: 1440px) {
        .collections__brand-title {
          margin-bottom: -4px;
          font-size: 36px; } }
    .collections__brand-text {
      margin: 0;
      max-width: 505px;
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 1; }
      @media (max-width: 767px) {
        .collections__brand-text {
          margin-top: 9px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .collections__brand-text {
          margin-left: 28px; } }
      @media (min-width: 1200px) {
        .collections__brand-text {
          margin-left: 32px; } }
      @media (min-width: 1440px) {
        .collections__brand-text {
          margin-left: 40px; } }
  .collections__release {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%; }
    .collections__release-picture {
      overflow: hidden;
      width: 100%; }
      .collections__release-picture img {
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        will-change: transform; }
    .collections__release-type {
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 1; }
      @media (min-width: 1440px) {
        .collections__release-type {
          font-size: 20px; } }
    .collections__release-title {
      margin: 0;
      max-width: 220px;
      font-weight: 300;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .collections__release-title {
          max-width: 130px; } }
      @media (min-width: 1200px) {
        .collections__release-title {
          max-width: 180px;
          font-size: 19px; } }
      @media (min-width: 1440px) {
        .collections__release-title {
          max-width: 220px;
          font-size: 24px; } }
    @media (max-width: 767px) {
      .collections__release--small:not(:last-of-type) {
        margin-bottom: 16px; } }
    @media (min-width: 1200px) {
      .collections__release--small:not(:last-of-type) {
        margin-bottom: 48px; } }
    .collections__release--small .collections__release-picture {
      max-width: 175px; }
      @media (max-width: 767px) {
        .collections__release--small .collections__release-picture {
          margin-right: 12px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .collections__release--small .collections__release-picture {
          margin-bottom: 12px;
          max-width: 100%; } }
      @media (min-width: 1200px) {
        .collections__release--small .collections__release-picture {
          margin-right: 16px;
          max-width: -webkit-calc(50% - 10px);
          max-width: -moz-calc(50% - 10px);
          max-width: calc(50% - 10px); } }
      @media (min-width: 1440px) {
        .collections__release--small .collections__release-picture {
          margin-right: 24px; } }
    .collections__release--small .collections__release-body {
      margin-top: 4px; }
    .collections__release--small .collections__release-title {
      margin-top: 2px; }
      @media (min-width: 1200px) {
        .collections__release--small .collections__release-title {
          margin-top: 8px; } }
      @media (min-width: 1440px) {
        .collections__release--small .collections__release-title {
          margin-top: 12px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .collections__release--small {
        display: inline-block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
           -moz-box-flex: 0;
                flex: 0 0 33.33333%;
        padding: 0 5px;
        max-width: 33.33333%; } }
    .collections__release--big {
      display: block; }
      .collections__release--big .collections__release-picture {
        margin-bottom: 12px; }
        @media (min-width: 1200px) {
          .collections__release--big .collections__release-picture {
            margin-bottom: 16px; } }
      .collections__release--big .collections__release-type {
        position: relative; }
        @media (min-width: 1440px) {
          .collections__release--big .collections__release-type {
            top: 5px; } }
      @media (min-width: 1200px) {
        .collections__release--big .collections__release-body {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
                  align-items: flex-start; } }
      .collections__release--big .collections__release-title {
        margin-top: 2px; }
        @media (min-width: 1200px) {
          .collections__release--big .collections__release-title {
            margin-top: -5px;
            margin-left: 16px; } }
        @media (min-width: 1440px) {
          .collections__release--big .collections__release-title {
            margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .collections {
      padding: 24px 0 32px; } }
  @media (min-width: 1200px) {
    .collections {
      padding: 32px 0 60px; } }
  @media (min-width: 1440px) {
    .collections {
      padding: 32px 0 80px; } }

.home {
  position: relative; }

.home-catalog {
  position: relative; }
  .home-catalog .swiper-container,
  .home-catalog .swiper-wrapper {
    overflow: visible; }
  .home-catalog .swiper-scrollbar {
    bottom: -24px; }
  .home-catalog__item {
    width: auto; }

.home-catalog-slider {
  overflow: hidden;
  padding-bottom: 28px; }
  .home-catalog-slider__title {
    display: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .home-catalog-slider__title {
        display: block;
        margin-bottom: 23px; } }
  .home-catalog-slider .card {
    margin-right: 4px;
    width: 175px; }
    @media (min-width: 1200px) {
      .home-catalog-slider .card {
        margin-right: 20px;
        width: 250px; } }
    @media (min-width: 1440px) {
      .home-catalog-slider .card {
        width: 282px; } }
  @media (min-width: 1200px) {
    .home-catalog-slider {
      padding-bottom: 0; } }

.home-marquee {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 8px 0 6px;
  width: 100vw;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  background-color: #dffd91;
  pointer-events: none; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .home-marquee {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .home-marquee {
      margin-bottom: 20px;
      padding: 12px 0 8px;
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .home-marquee {
      font-size: 24px;
      line-height: 24px; } }

.home-catalog .home-marquee {
  margin-top: 16px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .home-catalog .home-marquee {
      margin-top: 10px; } }
  @media (min-width: 1200px) {
    .home-catalog .home-marquee {
      margin-top: 20px; } }

.home-marquee__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-animation: marquee 14s linear infinite;
     -moz-animation: marquee 14s linear infinite;
          animation: marquee 14s linear infinite; }

.home-marquee span {
  padding: 0 24px; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(-webkit-calc(0), 0, 0);
            transform: translate3d(calc(0), 0, 0); }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50%), 0, 0);
            transform: translate3d(calc(-50%), 0, 0); } }

@-moz-keyframes marquee {
  0% {
    -moz-transform: translate3d(-moz-calc(0), 0, 0);
         transform: translate3d(calc(0), 0, 0); }
  100% {
    -moz-transform: translate3d(-moz-calc(-50%), 0, 0);
         transform: translate3d(calc(-50%), 0, 0); } }

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(-webkit-calc(0), 0, 0);
       -moz-transform: translate3d(-moz-calc(0), 0, 0);
            transform: translate3d(calc(0), 0, 0); }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50%), 0, 0);
       -moz-transform: translate3d(-moz-calc(-50%), 0, 0);
            transform: translate3d(calc(-50%), 0, 0); } }

.lifestyle {
  margin-top: 32px; }
  @media (max-width: 767px) {
    .lifestyle-item:not(:last-of-type) {
      margin-bottom: 16px; } }
  @media (min-width: 1200px) {
    .lifestyle__container {
      padding: 0 98px; } }
  @media (min-width: 1440px) {
    .lifestyle__container {
      padding: 0 120px; } }
  .lifestyle__title {
    margin: 0 auto 16px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .lifestyle__title {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .lifestyle__title {
        margin-bottom: 8px;
        font-size: 32px; } }
    @media (min-width: 1440px) {
      .lifestyle__title {
        font-size: 36px; } }
  .lifestyle__text {
    margin: 0 auto 16px;
    max-width: 606px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center; }
    @media (max-width: 767px) {
      .lifestyle__text {
        padding: 0 20px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .lifestyle__text {
        margin-bottom: 16px; } }
    @media (min-width: 1200px) {
      .lifestyle__text {
        margin-bottom: 16px; } }
    @media (min-width: 1440px) {
      .lifestyle__text {
        font-size: 16px; } }
  .lifestyle__line {
    margin: 0 0 8px;
    border: 0;
    height: 16px;
    background-color: #dffd91; }
    @media (min-width: 1200px) {
      .lifestyle__line {
        margin: 0 100px 20px;
        height: 16px; } }
    @media (min-width: 1440px) {
      .lifestyle__line {
        margin: 0 120px 20px;
        height: 20px; } }
  .lifestyle__item {
    position: relative;
    display: block; }
    .lifestyle__item-picture {
      overflow: hidden;
      width: 100%; }
      .lifestyle__item-picture img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover";
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s;
        will-change: transform; }
    .lifestyle__item-text {
      position: absolute;
      left: 50%;
      bottom: 70px;
      font-family: "Signal", helvetica, arial, sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .lifestyle__item-text::before {
        content: "";
        position: absolute;
        left: -66px;
        right: -66px;
        top: -24px;
        bottom: -24px;
        z-index: -1;
        border: 6px solid #dffd91;
        background-color: #fff; }
        @media (min-width: 1200px) {
          .lifestyle__item-text::before {
            left: -66px;
            right: -66px;
            top: -24px;
            bottom: -24px; } }
        @media (min-width: 1440px) {
          .lifestyle__item-text::before {
            left: -56px;
            right: -56px;
            top: -24px;
            bottom: -24px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .lifestyle__item-text {
          bottom: 74px; } }
      @media (min-width: 1200px) {
        .lifestyle__item-text {
          bottom: 90px;
          font-size: 20px;
          line-height: 20px; } }
      @media (min-width: 1440px) {
        .lifestyle__item-text {
          bottom: 74px;
          font-size: 24px;
          line-height: 24px; } }
  @media (min-width: 1200px) {
    .lifestyle {
      margin-top: 60px; } }
  @media (min-width: 1440px) {
    .lifestyle {
      margin-top: 80px; } }

.banner {
  margin-top: 20px; }
  .banner__link {
    display: block;
    line-height: 0; }
  .banner__picture {
    overflow: hidden;
    width: 100%; }
    .banner__picture img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover";
      width: 100%;
      min-height: 56px;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s;
      will-change: transform; }
  .banner--404 {
    margin-top: 9px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .banner {
      margin-top: 32px; } }
  @media (min-width: 1200px) {
    .banner {
      margin-top: 60px; }
      .banner--404 {
        margin-top: 0; } }
  @media (min-width: 1440px) {
    .banner {
      margin-top: 80px; }
      .banner--404 {
        margin-top: 0; } }

.newsletter {
  margin-top: 28px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .newsletter__container {
      padding: 0 104px; } }
  @media (min-width: 1200px) {
    .newsletter__container {
      padding: 0 98px; } }
  @media (min-width: 1440px) {
    .newsletter__container {
      padding: 0 120px; } }
  .newsletter__modal {
    padding: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .newsletter__modal {
        padding: 30px; } }
    @media (min-width: 1200px) {
      .newsletter__modal {
        padding: 40px;
        padding-right: 50px; } }
    @media (min-width: 1440px) {
      .newsletter__modal {
        padding: 36px;
        padding-right: 100px; } }
  .newsletter__picture {
    line-height: 0; }
  .newsletter__left {
    line-height: 0; }
  .newsletter__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .newsletter__right {
        padding: 20px 10px;
        padding-right: 25px; } }
    @media (min-width: 1200px) {
      .newsletter__right {
        padding: 20px 10px;
        padding-right: 30px; } }
    @media (min-width: 1440px) {
      .newsletter__right {
        padding: 20px 10px;
        padding-right: 30px; } }
  .newsletter__form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    margin-bottom: 12px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .newsletter__form-group {
        margin-bottom: 16px; } }
    @media (min-width: 1200px) {
      .newsletter__form-group {
        margin-bottom: 16px; } }
    @media (min-width: 1440px) {
      .newsletter__form-group {
        margin-bottom: 24px; } }
  .newsletter__form-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
            flex: 1 0 auto;
    margin-right: 4px;
    width: 100%;
    max-width: -webkit-calc(100% - 150px);
    max-width: -moz-calc(100% - 150px);
    max-width: calc(100% - 150px); }
    .newsletter__form-input input {
      height: 40px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .newsletter__form-input {
        margin-right: 12px;
        margin-bottom: 16px;
        max-width: -webkit-calc(100% - 192px);
        max-width: -moz-calc(100% - 192px);
        max-width: calc(100% - 192px); } }
    @media (min-width: 1200px) {
      .newsletter__form-input {
        margin-right: 16px;
        margin-bottom: 16px;
        max-width: -webkit-calc(100% - 194px);
        max-width: -moz-calc(100% - 194px);
        max-width: calc(100% - 194px); } }
    @media (min-width: 1440px) {
      .newsletter__form-input {
        margin-right: 20px;
        margin-bottom: 24px;
        max-width: -webkit-calc(100% - 233px);
        max-width: -moz-calc(100% - 233px);
        max-width: calc(100% - 233px); } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .newsletter__form-btn {
      height: 40px; } }
  .newsletter__form-group--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start; }
    @media (max-width: 1199px) {
      .newsletter__form-group--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
                flex-direction: column-reverse; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .newsletter__form-group--row .newsletter__policy {
        margin-right: 20px;
        width: -webkit-calc(100% - 192px);
        width: -moz-calc(100% - 192px);
        width: calc(100% - 192px); } }
    @media (min-width: 1200px) {
      .newsletter__form-group--row .newsletter__policy {
        margin-right: 20px;
        width: -webkit-calc(100% - 233px);
        width: -moz-calc(100% - 233px);
        width: calc(100% - 233px); } }
  .newsletter__form-wrap {
    position: relative;
    width: 100%; }
  @media (min-width: 1200px) {
    .newsletter__form-success {
      font-size: 16px; } }
  .newsletter__title {
    margin-bottom: 4px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .newsletter__title {
        margin-bottom: 2px;
        font-size: 16px; }
        .newsletter__title--big {
          margin-bottom: 12px;
          font-size: 20px; } }
    @media (min-width: 1440px) {
      .newsletter__title {
        font-size: 20px; }
        .newsletter__title--big {
          margin-bottom: 16px;
          font-size: 24px; } }
  .newsletter__text {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .newsletter__text {
        margin-bottom: 16px;
        max-width: 330px;
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .newsletter__text {
        margin-bottom: 24px;
        max-width: 500px;
        font-size: 20px; } }
    @media (min-width: 1440px) {
      .newsletter__text {
        margin-bottom: 40px;
        font-size: 24px; } }
  .newsletter__subtext {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .newsletter__subtext--2 {
        font-size: 16px; } }
  .newsletter__policy {
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4); }
    .newsletter__policy a {
      display: inline-block; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .newsletter {
      margin-top: 32px; } }
  @media (min-width: 1200px) {
    .newsletter {
      margin-top: 64px; } }
  @media (min-width: 1440px) {
    .newsletter {
      margin-top: 80px; } }

.follow {
  margin-top: 32px; }
  @media (max-width: 767px) {
    .follow-item:nth-child(1), .follow-item:nth-child(2) {
      margin-bottom: 8px; } }
  @media (max-width: 767px) {
    .follow-insta {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
         -moz-box-ordinal-group: 0;
              order: -1; } }
  .follow__picture {
    width: 100%; }
  .follow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    line-height: 0; }
    .follow__item-title {
      font-weight: 300;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .follow__item-title {
          font-size: 24px; } }
      @media (min-width: 1440px) {
        .follow__item-title {
          font-size: 36px; } }
    .follow__item-text {
      margin-bottom: 8px;
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 1; }
      @media (min-width: 1200px) {
        .follow__item-text {
          margin-bottom: 12px;
          font-size: 16px; } }
      @media (min-width: 1440px) {
        .follow__item-text {
          margin-bottom: 8px;
          font-size: 20px; } }
    .follow__item--insta {
      border: 10px solid #dffd91;
      width: 100%;
      height: 100%; }
      .has-hover .follow__item--insta:not([disabled]):hover {
        border-color: rgba(223, 253, 145, 0.4); }
  @media (min-width: 1200px) {
    .follow {
      margin-top: 60px; } }
  @media (min-width: 1440px) {
    .follow {
      margin-top: 80px; } }

.filter__open {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase; }
  .filter__open svg {
    width: 8px;
    height: 8px; }

.filter__close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  width: 16px;
  height: 16px; }

.filter__item {
  position: relative; }
  .filter__item:not(:last-of-type) {
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 19px; }
  .filter__item--range .form-control--input input {
    border-bottom-color: rgba(0, 0, 0, 0.1); }

.filter__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }

.filter__clear {
  color: rgba(0, 0, 0, 0.4); }

.filter__head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }
  .filter__head svg {
    width: 10px;
    height: 8px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .filter__item.is-active .filter__head svg {
      -webkit-transform: scale(-1, -1);
         -moz-transform: scale(-1, -1);
          -ms-transform: scale(-1, -1);
              transform: scale(-1, -1); }
  .filter__item.is-active .filter__head {
    margin-bottom: 20px;
    color: #000 !important; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .filter__head {
      text-transform: uppercase; } }
  @media (min-width: 1200px) {
    .filter__head {
      text-transform: uppercase; } }
  .has-hover .filter__head:not([disabled]):hover {
    color: rgba(0, 0, 0, 0.4); }

.filter__scrollbar {
  position: relative; }
  .filter__scrollbar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url("/local/templates/peak_shop/assets/css/../images/fon-filter.png") no-repeat;
    pointer-events: none; }
  .filter__scrollbar:not(.is-scroll)::after {
    content: none; }
  .filter__scrollbar .scrollbar-track-x {
    display: none !important; }
  .filter__scrollbar.is-active .filter__list-item:last-of-type {
    padding-bottom: 20px; }

.filter__list {
  position: relative;
  display: none !important;
  height: 100%;
  max-height: 270px;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s; }
  .filter__list-item:not(:last-of-type) {
    margin-bottom: 12px; }
  .filter__list.is-animate {
    overflow: hidden; }
  .filter__item.is-active .filter__list {
    display: block; }
  .has-hover .filter__list:not([disabled]):hover .scrollbar-track {
    opacity: 1; }
  .filter__list.is-active {
    display: block !important; }

.filter__link {
  display: inline-block;
  margin-left: 24px;
  color: rgba(0, 0, 0, 0.5); }
  .filter__link.is-active {
    color: #000; }

.filter__apply {
  margin-top: auto;
  width: 100%;
  max-width: 375px; }

.filter__reset {
  margin-bottom: 18px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding: 0;
  padding-bottom: 13px;
  width: 100%;
  font-size: 14px;
  color: #999;
  background: none; }
  @media (min-width: 1200px) {
    .filter__reset {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center; } }

.filter__reset-text {
  padding-right: 7px; }

.filter__icon--close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10px;
     -moz-box-flex: 0;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  color: 999; }

@media (max-width: 767px) {
  .filter {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    padding: 74px 10px 20px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    will-change: transform, opacity;
    -webkit-overflow-scrolling: touch; }
    .filter.is-active {
      opacity: 1;
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.sortable {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  padding-right: 16px; }
  .sortable__label {
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .sortable__label {
        font-size: 14px; } }
    @media (min-width: 1440px) {
      .sortable__label {
        font-size: 14px; } }
    .sortable__label svg {
      margin-right: -16px;
      margin-left: 8px;
      width: 8px;
      height: 5px; }
  .sortable__dropdown {
    position: absolute;
    right: 8px;
    top: 100%;
    z-index: 100;
    display: none;
    padding: 4px 8px;
    text-align: right;
    background-color: #fff;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s; }
    .sortable__dropdown.is-animate {
      overflow: hidden; }
    .sortable__dropdown.is-active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
              align-items: flex-end; }
  .sortable__button {
    margin: 4px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4); }
    .sortable__button.is-active {
      display: none; }
    .has-hover .sortable__button:not([disabled]):hover {
      color: rgba(0, 0, 0, 0.8); }

.accordion {
  margin-bottom: 16px; }

.accordion__heading {
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  text-align: left; }
  .accordion__heading .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    text-align: left; }
    .accordion__heading .btn svg {
      margin-left: 12px;
      width: 10px;
      height: 6px; }
    .accordion__heading .btn.is-active svg {
      -webkit-transform: scale(1, -1);
         -moz-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
              transform: scale(1, -1); }

.accordion__content {
  display: none;
  margin-bottom: 16px; }
  .accordion__content ul {
    list-style: disc;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: rgba(0, 0, 0, 0.4); }
  .accordion__content li {
    position: relative;
    padding-left: 8px; }
    .accordion__content li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      border-radius: 50%;
      width: 3px;
      height: 3px;
      background-color: rgba(0, 0, 0, 0.4); }
  .accordion__content.is-active {
    display: block; }

.cookie-banner {
  position: fixed;
  z-index: 100000000;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
     -moz-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  padding: 24px 30px;
  width: 95%;
  max-width: 940px;
  font-size: 14px;
  border: 1px solid #3A474E;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 15px; }

.cookie-banner.bonuses {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); }

.cookie-banner p {
  font-size: 20px;
  font-weight: 400; }

.cookie-banner a {
  text-decoration: underline; }

.cookie-banner a:hover {
  opacity: .4; }

.cookie-banner__button {
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  width: 168px;
  height: 40px; }

.bonuses-banner__button {
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  width: 168px;
  height: 40px; }

@media (max-width: 540px) {
  .cookie-banner {
    gap: 10px;
    padding: 18px 15px; }
  .cookie-banner p {
    font-size: 24px;
    line-height: 28px; }
  .cookie-banner__button {
    height: 50px;
    font-size: 18px;
    width: 342px; }
  .bonuses-banner__button {
    height: 50px;
    font-size: 18px;
    width: 342px; } }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4); }
  .breadcrumbs__arrow {
    margin: 0 0.3em; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .breadcrumbs {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .breadcrumbs {
      font-size: 14px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .layout__order-list {
    max-width: 432px; } }

@media (min-width: 1200px) {
  .layout__order-list {
    max-width: 584px; } }

.layout__h1 {
  margin-bottom: 13px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center; }
  @media (min-width: 1200px) {
    .layout__h1 {
      font-size: 36px;
      line-height: 1; } }
  @media (min-width: 1025px) {
    .layout__h1 {
      margin-bottom: 25px; } }

.layout__subtitle {
  margin: 0 auto;
  margin-bottom: 23px;
  line-height: 1.25;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout__subtitle {
      max-width: 565px; } }
  @media (min-width: 1200px) {
    .layout__subtitle {
      max-width: 682px;
      font-size: 16px;
      line-height: 1.2; } }

.layout--catalog {
  padding-top: 16px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--catalog {
      padding-top: 24px; } }
  @media (min-width: 1025px) {
    .layout--catalog {
      padding-top: 24px; } }

.layout--profile, .layout--page {
  margin-bottom: 32px;
  padding-top: 13px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--profile, .layout--page {
      padding-top: 17px;
      min-height: -webkit-calc(100vh - 132px);
      min-height: -moz-calc(100vh - 132px);
      min-height: calc(100vh - 132px); } }
  @media (min-width: 1200px) {
    .layout--profile, .layout--page {
      margin-bottom: 0;
      padding: 0 20px;
      padding-top: 16px;
      padding-bottom: 32px;
      min-height: -webkit-calc(100vh - 140px);
      min-height: -moz-calc(100vh - 140px);
      min-height: calc(100vh - 140px); } }
  @media (min-width: 1440px) {
    .layout--profile, .layout--page {
      padding-top: 19px;
      min-height: -webkit-calc(100vh - 140px);
      min-height: -moz-calc(100vh - 140px);
      min-height: calc(100vh - 140px); } }

.layout--product {
  padding: 12px 0 0; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--product {
      padding: 20px 0 0; } }
  @media (min-width: 1200px) {
    .layout--product {
      padding: 24px 0 0; } }
  @media (min-width: 1440px) {
    .layout--product {
      padding: 32px 0 0; } }

.layout--profile .layout__container,
.layout--page .layout__container {
  padding: 0 10px; }
  @media (min-width: 1200px) {
    .layout--profile .layout__container,
    .layout--page .layout__container {
      margin-bottom: 32px;
      padding: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .layout--profile .layout__main .layout__container,
  .layout--page .layout__main .layout__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; } }

@media (min-width: 1200px) {
  .layout--profile .layout__main .layout__container,
  .layout--page .layout__main .layout__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; } }

.layout--profile .layout__breadcrumbs,
.layout--page .layout__breadcrumbs {
  margin-bottom: 22px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--profile .layout__breadcrumbs,
    .layout--page .layout__breadcrumbs {
      margin-bottom: 28px; } }
  @media (min-width: 1200px) {
    .layout--profile .layout__breadcrumbs,
    .layout--page .layout__breadcrumbs {
      margin-bottom: 24px; } }

@media (min-width: 1200px) {
  .layout--profile .layout__breadcrumbs .layout__container,
  .layout--page .layout__breadcrumbs .layout__container {
    margin-bottom: 30px; } }

.layout--profile .layout__aside,
.layout--page .layout__aside {
  margin-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--profile .layout__aside,
    .layout--page .layout__aside {
      --width: 34%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 var(--width);
         -moz-box-flex: 0;
              flex: 0 0 var(--width);
      max-width: var(--width); } }
  @media (min-width: 1200px) {
    .layout--profile .layout__aside,
    .layout--page .layout__aside {
      --width: 25.4%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 var(--width);
         -moz-box-flex: 0;
              flex: 0 0 var(--width);
      max-width: var(--width); } }
  @media (min-width: 1440px) {
    .layout--profile .layout__aside,
    .layout--page .layout__aside {
      --width: 29.1%; } }

@media (max-width: 767px) {
  .layout--profile .layout__aside--mhide,
  .layout--page .layout__aside--mhide {
    display: none; } }

.layout--profile .layout__menu,
.layout--page .layout__menu {
  margin-top: 56px;
  margin-bottom: 18px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--profile .layout__menu,
    .layout--page .layout__menu {
      margin-top: 0;
      margin-bottom: 19px; } }
  @media (min-width: 1200px) {
    .layout--profile .layout__menu,
    .layout--page .layout__menu {
      margin-top: -6px;
      margin-bottom: 18px; } }
  @media (min-width: 1440px) {
    .layout--profile .layout__menu,
    .layout--page .layout__menu {
      margin-top: 1px;
      margin-bottom: 17px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .layout--profile .layout__content {
    --width: 66%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--width);
       -moz-box-flex: 0;
            flex: 0 0 var(--width);
    margin-top: 0;
    max-width: var(--width); } }

@media (min-width: 1200px) {
  .layout--profile .layout__content {
    --width: 74.6%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--width);
       -moz-box-flex: 0;
            flex: 0 0 var(--width);
    margin-top: -4px;
    max-width: var(--width); } }

@media (min-width: 1440px) {
  .layout--profile .layout__content {
    --width: 70.9%; } }

.layout--page .layout__content {
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--page .layout__content {
      --width: 66%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 var(--width);
         -moz-box-flex: 0;
              flex: 0 0 var(--width);
      margin-top: 0;
      max-width: var(--width); } }
  @media (min-width: 1200px) {
    .layout--page .layout__content {
      --width: 74.6%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 var(--width);
         -moz-box-flex: 0;
              flex: 0 0 var(--width);
      margin-top: -4px;
      max-width: var(--width); } }
  @media (min-width: 1440px) {
    .layout--page .layout__content {
      --width: 68.9%; } }

@media (min-width: 1440px) {
  .layout--table .layout__content,
  .layout--wide .layout__content {
    --width: 70.9%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .layout--profile .layout__address {
    max-width: 432px; } }

@media (min-width: 1200px) {
  .layout--profile .layout__address {
    margin-top: -10px;
    max-width: 584px; } }

@media (min-width: 1440px) {
  .layout--profile .layout__address {
    margin-top: -3px; } }

@media (min-width: 1200px) {
  .layout--profile .layout__account {
    margin-top: -3px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .layout--profile .layout__favorites {
    margin-top: -6px; } }

@media (min-width: 1200px) {
  .layout--profile .layout__favorites {
    margin-top: -10px; } }

@media (min-width: 1440px) {
  .layout--profile .layout__favorites {
    margin-top: -3px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .layout--profile .layout__subscription {
    margin-top: -8px; } }

@media (min-width: 1200px) {
  .layout--profile .layout__subscription {
    margin-top: -10px; } }

@media (min-width: 1440px) {
  .layout--profile .layout__subscription {
    margin-top: -3px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .layout--profile .layout__edit {
    margin-top: -6px;
    max-width: 300px; } }

@media (min-width: 1200px) {
  .layout--profile .layout__edit {
    margin-top: -10px;
    max-width: 350px; } }

@media (min-width: 1440px) {
  .layout--profile .layout__edit {
    margin-top: -7px;
    max-width: 484px; } }

@media (min-width: 1440px) {
  .layout--profile .layout__order {
    max-width: 484px; } }

.layout--page, .layout--text, .layout--brands {
  padding-top: 19px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--page, .layout--text, .layout--brands {
      padding-top: 31px; } }
  @media (min-width: 1025px) {
    .layout--page, .layout--text, .layout--brands {
      padding-top: 29px; } }
  @media (min-width: 1440px) {
    .layout--page, .layout--text, .layout--brands {
      padding-top: 24px; } }

.layout--page .layout__breadcrumbs,
.layout--brands .layout__breadcrumbs,
.layout--text .layout__breadcrumbs {
  margin-bottom: 31px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--page .layout__breadcrumbs,
    .layout--brands .layout__breadcrumbs,
    .layout--text .layout__breadcrumbs {
      margin-bottom: 31px; } }
  @media (min-width: 1025px) {
    .layout--page .layout__breadcrumbs,
    .layout--brands .layout__breadcrumbs,
    .layout--text .layout__breadcrumbs {
      margin-bottom: 26px; } }
  @media (min-width: 1440px) {
    .layout--page .layout__breadcrumbs,
    .layout--brands .layout__breadcrumbs,
    .layout--text .layout__breadcrumbs {
      margin-bottom: 31px; } }

@media (min-width: 1200px) {
  .layout--text .layout__main .layout__container {
    max-width: 1054px; } }

@media (min-width: 1440px) {
  .layout--text .layout__main .layout__container {
    max-width: 1190px; } }

.layout--brands .layout__content {
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout--brands .layout__content {
      --width: 66%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 var(--width);
         -moz-box-flex: 0;
              flex: 0 0 var(--width);
      margin-top: 0;
      max-width: var(--width); } }
  @media (min-width: 1200px) {
    .layout--brands .layout__content {
      --width: 87.9%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 var(--width);
         -moz-box-flex: 0;
              flex: 0 0 var(--width);
      margin-top: -4px;
      max-width: var(--width); } }
  @media (min-width: 1440px) {
    .layout--brands .layout__content {
      --width: 68.9%; } }

.menu--profile {
  position: relative;
  top: auto;
  display: block;
  margin: 0;
  margin-bottom: -16px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .menu--profile {
      font-size: 14px; } }

.menu--profile .menu__item {
  position: relative;
  margin-bottom: 16px; }

.menu--profile .menu__item--active .menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #000; }

.menu--order {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .menu--order {
      font-size: 20px; } }

.menu--order .menu__item {
  margin-right: 29px;
  padding-bottom: 6px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .menu--order .menu__item {
      margin-right: 56px; } }
  @media (min-width: 1200px) {
    .menu--order .menu__item {
      margin-right: 35px; } }

.menu--order .menu__link {
  color: #999; }
  @media (min-width: 1200px) {
    .menu--order .menu__link {
      padding-bottom: 6px; } }

@media (min-width: 1200px) {
  .menu--order .menu__item--active {
    border-bottom: 1px solid #000;
    padding: 0 9px;
    padding-bottom: 6px; } }

.menu--order .menu__item--active .menu__link {
  color: #000; }

.button {
  border: none;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .button--white {
    color: #000;
    background-color: transparent; }
  .has-hover .button:not([disabled]):hover {
    color: #fff;
    background-color: #d1d1d1; }

.form-checkbox {
  display: block; }
  .form-checkbox__label {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    min-height: 24px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer; }
  .form-checkbox__icon {
    width: 10px;
    height: 10px;
    opacity: 0; }
  .form-checkbox__fake {
    position: relative;
    top: -1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
       -moz-box-flex: 0;
            flex: 0 0 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s; }
    @media (min-width: 1200px) {
      .form-checkbox__fake__fake {
        margin-right: 13px; } }
  .form-checkbox__text {
    position: relative;
    top: -2px; }
    @media (min-width: 1200px) {
      .form-checkbox__text__text {
        top: 0; } }
  .form-checkbox__input {
    display: none; }
  .form-checkbox__link {
    text-decoration: none; }
  .form-checkbox__input:checked + .form-checkbox__fake .form-checkbox__icon {
    opacity: 1; }

.form-input__input {
  display: block;
  border: none;
  border-bottom: 1px solid #000;
  padding: 7px 0;
  width: 100%;
  font-size: 14px;
  line-height: 1; }

.form-select {
  display: block; }

.form-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }
  .form-code__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
       -moz-box-flex: 0;
            flex: 0 0 40px;
    overflow: hidden;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    text-align: center; }

.order-list__item {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px; }
  .order-list__item:first-child {
    border-bottom: none; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .order-list__item {
      padding-bottom: 19px; } }

.order-list__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 1; }
  @media (min-width: 1200px) {
    .order-list__header {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      padding-bottom: 24px; } }

.order-list__number {
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .order-list__number {
      margin-bottom: 11px; } }
  @media (min-width: 1200px) {
    .order-list__number {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
              flex: 0 0 auto;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
              order: 1;
      margin-bottom: 0;
      padding-right: 30px; } }

.order-list__status {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  margin-bottom: 12px;
  text-align: right; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .order-list__status {
      margin-bottom: 11px; } }
  @media (min-width: 1200px) {
    .order-list__status {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
         -moz-box-flex: 0;
              flex: 0 0 15%;
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
         -moz-box-ordinal-group: 5;
              order: 4;
      margin-bottom: 0;
      margin-left: auto;
      text-align: right; } }

.order-list__price {
  margin-right: 20px;
  color: #999; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .order-list__price {
      margin-right: 33px; } }
  @media (min-width: 1200px) {
    .order-list__price {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14%;
         -moz-box-flex: 0;
              flex: 0 0 14%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
              order: 2;
      margin-right: 0; } }

.order-list__date {
  color: #999; }
  @media (min-width: 1200px) {
    .order-list__date {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 21%;
         -moz-box-flex: 0;
              flex: 0 0 21%;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
              order: 3; } }

.order-list__image {
  display: block;
  width: 100px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (min-width: 1200px) {
    .order-list__image {
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
      .has-hover .order-list__image:not([disabled]):hover {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }

.order-list__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow-x: auto; }

.order-list__product {
  display: block;
  margin-right: 10px; }
  @media (min-width: 1200px) {
    .has-hover .order-list__product .order-list__image:not([disabled]):hover {
      -webkit-transform: scale(1.1);
         -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); } }
  @media (min-width: 1200px) {
    .order-list__product {
      overflow: hidden; } }

.order-list__empty {
  font-size: 14px;
  color: #999; }

.order-list__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 14px; }

.order-list__footer {
  margin-top: 27px; }

.order-list__go {
  width: 181px; }

.profile-address__header {
  padding-top: 15px;
  padding-bottom: 24px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-address__header {
      padding-top: 0;
      padding-bottom: 22px;
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .profile-address__header {
      padding-top: 0;
      padding-bottom: 32px; } }

.profile-address__content {
  border-top: 1px solid #000; }

.profile-address__item {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  padding-bottom: 18px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-address__item {
      padding-bottom: 12px; } }
  @media (min-width: 1200px) {
    .profile-address__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      padding-top: 18px;
      padding-bottom: 17px; } }

.profile-address__item-address {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-address__item-address {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .profile-address__item-address {
      margin-bottom: 0; } }

.profile-address__item-change, .profile-address__item-delete {
  margin-right: 12px;
  font-size: 14px;
  color: #999; }

@media (min-width: 1200px) {
  .profile-address__item-change {
    margin-right: 13px;
    margin-left: auto; } }

@media (min-width: 1200px) {
  .profile-address__item-delete {
    margin-right: 0; } }

.profile-address__add {
  border: none;
  padding: 0; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-address__add {
      width: 143px; } }
  @media (min-width: 1200px) {
    .profile-address__add {
      width: 181px; } }

.profile-address__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: 38px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-address__footer {
      margin-top: 32px; } }
  @media (min-width: 1200px) {
    .profile-address__footer {
      margin-top: 33px;
      max-width: 483px; } }

@media (min-width: 1200px) {
  .profile-address__footer--add {
    margin-top: 13px; } }

.profile-address__empty {
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 14px;
  color: #999; }

@media (min-width: 1200px) {
  .profile-address__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -16px;
    margin-top: -18px;
    max-width: 515px; } }

.profile-address__col {
  --size: 33.3333%;
  margin-bottom: 19px; }
  @media (min-width: 1200px) {
    .profile-address__col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 var(--size);
         -moz-box-flex: 0;
              flex: 0 0 var(--size);
      padding: 0 16px;
      max-width: var(--size); } }

@media (min-width: 1200px) {
  .profile-address__col--6 {
    --size: 66.6666%; } }

.profile-address__col--12 {
  --size: 100%; }

.profile-address__back {
  font-size: 14px;
  color: #999; }

.profile-account__header {
  padding-top: 15px;
  padding-bottom: 24px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-account__header {
      padding-top: 0;
      padding-bottom: 23px;
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .profile-account__header {
      padding-top: 0;
      padding-bottom: 21px;
      font-size: 24px; } }

.profile-account__phone, .profile-account__date, .profile-account__email {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1; }

.profile-account__edit {
  margin-top: 31px;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-account__edit {
      margin-top: 31px;
      width: 113px; } }
  @media (min-width: 1200px) {
    .profile-account__edit {
      margin-top: 39px;
      width: 181px; } }

.profile-account__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  margin-top: 34px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-account__footer {
      margin-top: 17px; } }
  @media (min-width: 1200px) {
    .profile-account__footer {
      margin-top: 21px; } }

.profile-account__change {
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline;
  background: none;
  cursor: pointer; }
  .has-hover .profile-account__change:not([disabled]):hover {
    text-decoration: none; }

.profile-favorites__header {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 24px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-favorites__header {
      margin-bottom: 22px;
      border: none;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .profile-favorites__header {
      margin-bottom: 12px;
      border: none;
      padding-top: 0;
      padding-bottom: 8px; } }
  @media (min-width: 1440px) {
    .profile-favorites__header {
      margin-bottom: 19px; } }

.profile-favorites__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -2px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-favorites__list {
      margin: 0 -6px; } }
  @media (min-width: 1200px) {
    .profile-favorites__list {
      margin: 0 -10px; } }
  @media (min-width: 1440px) {
    .profile-favorites__list {
      margin: 0;
      margin-left: -21px; } }

.profile-favorites__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  margin-bottom: 20px;
  padding: 0 2px;
  max-width: 50%; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-favorites__item {
      margin-bottom: 22px;
      padding: 0 6px; } }
  @media (min-width: 1200px) {
    .profile-favorites__item {
      -webkit-flex-basis: 33.33333%;
              flex-basis: 33.33333%;
      margin-bottom: 23px;
      padding: 0 10px; } }
  @media (min-width: 1440px) {
    .profile-favorites__item {
      margin-bottom: 39px;
      padding: 0;
      padding-left: 21px; } }

.profile-subscription__header {
  margin-bottom: 24px;
  padding-top: 15px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-subscription__header {
      margin-bottom: 20px;
      padding-top: 0;
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .profile-subscription__header {
      margin-top: -2px;
      margin-bottom: 15px;
      padding-top: 0; } }

.profile-subscription__item {
  margin-bottom: 16px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-subscription__item {
      margin-bottom: 28px; } }
  @media (min-width: 1200px) {
    .profile-subscription__item {
      margin-bottom: 28px; } }

.profile-subscription__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-top: 31px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-subscription__footer {
      margin-top: 23px;
      width: 114px; } }
  @media (min-width: 1200px) {
    .profile-subscription__footer {
      width: 170px; } }

.profile-edit__input {
  margin-bottom: 19px; }

.profile-edit__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }

.profile-edit__back {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px; }

.profile-edit__footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-align: center; }
  @media (min-width: 1440px) {
    .profile-edit__footer-right {
      width: 184px; } }

.profile-edit__message {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  text-align: center; }

.profile-pass__header {
  padding-top: 15px;
  padding-bottom: 24px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-pass__header {
      padding-top: 0;
      padding-bottom: 22px;
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .profile-pass__header {
      padding-top: 0;
      padding-bottom: 13px; } }

.profile-pass__input {
  margin-bottom: 19px; }

.profile-pass__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }

.profile-pass__back {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px; }

.profile-pass__footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  text-align: center; }
  @media (min-width: 1440px) {
    .profile-pass__footer-right {
      width: 184px; } }

.profile-pass__message {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  text-align: center; }

.profile-order__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 14px;
  text-decoration: none; }
  .profile-order__back .profile-order__icon--arrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
       -moz-box-flex: 0;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    fill: none; }

.profile-order__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px; }

.profile-order__status {
  padding-left: 10px; }

.profile-order__status--yellow {
  font-size: 14px;
  color: #fbbc04; }

.profile-order__date {
  font-size: 14px; }

.profile-order__back-text {
  margin-left: 3px;
  font-size: 14px;
  text-decoration: none; }

.profile-order__icon--arrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
     -moz-box-flex: 0;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  fill: none; }

.profile-order__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
          align-items: baseline;
  margin-top: 18px;
  margin-bottom: 31px; }
  @media (max-width: 767px) {
    .profile-order__title {
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 14px;
      margin-bottom: 21px; } }

.profile-order__title-label {
  padding-right: 8px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px; }
  @media (max-width: 767px) {
    .profile-order__title-label {
      display: none; } }

.profile-order__title-number {
  font-size: 24px; }
  @media (max-width: 767px) {
    .profile-order__title-number {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
         -moz-box-flex: 0;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
         -moz-box-ordinal-group: 4;
              order: 3;
      padding-top: 11px; } }

.profile-order__title-date {
  display: none; }
  @media (max-width: 767px) {
    .profile-order__title-date {
      display: block;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
              order: 1; } }

.profile-order__title-status {
  margin-left: auto;
  font-size: 16px;
  color: #999; }
  @media (max-width: 767px) {
    .profile-order__title-status {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
              order: 2; } }

.profile-order__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .profile-order__item {
      display: block;
      margin-bottom: 17px; } }

.profile-order__item-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
     -moz-box-flex: 0;
          flex: 0 0 30%;
  max-width: 30%; }
  @media (max-width: 767px) {
    .profile-order__item-label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
         -moz-box-flex: 0;
              flex: 0 0 100%;
      margin-bottom: 2px;
      max-width: 100%; } }

.profile-order__item-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
     -moz-box-flex: 0;
          flex: 0 0 70%;
  max-width: 70%;
  text-align: right;
  color: #999; }
  @media (max-width: 767px) {
    .profile-order__item-value {
      max-width: 100%;
      text-align: left; } }

.profile-order__list {
  margin-top: 23px;
  margin-bottom: 20px;
  border-top: 1px solid #e6e6e6;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .profile-order__list {
      margin-top: 28px;
      border: none;
      padding-top: 0; } }

.profile-order__card {
  margin-bottom: 20px; }
  .profile-order__card:last-child {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .profile-order__card {
      margin-bottom: 25px; } }

.profile-order__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .profile-order__line {
      margin-bottom: 18px; } }

.profile-order__line--borderbot {
  margin-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px; }

.profile-order__line--bordertop {
  margin-top: 16px;
  border-top: 1px solid #e6e6e6;
  padding-top: 18px; }

.profile-order__line-value {
  text-align: right; }

.profile-order--processed .profile-order__header {
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .profile-order--processed .profile-order__header {
      margin-bottom: 17px; } }

@media (min-width: 1200px) {
  .profile-order--processed .profile-order__date,
  .profile-order--processed .profile-order__status {
    font-size: 16px; } }

.profile-order--processed .profile-order__title {
  margin-top: 10px;
  margin-bottom: 23px; }
  @media (min-width: 1200px) {
    .profile-order--processed .profile-order__title {
      margin-bottom: 25px; } }

.profile-order--processed .profile-order__item {
  display: block;
  margin-bottom: 16px; }
  @media (min-width: 1200px) {
    .profile-order--processed .profile-order__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between;
      margin-bottom: 12px; } }

.profile-order--processed .profile-order__item-label {
  margin-bottom: 2px;
  max-width: 100%; }

.profile-order--processed .profile-order__list {
  margin-top: 28px;
  margin-bottom: 24px;
  border: none;
  padding-top: 0; }
  @media (min-width: 1200px) {
    .profile-order--processed .profile-order__list {
      margin-top: 19px;
      border-top: 1px solid #e6e6e6;
      padding-top: 20px; } }

.profile-order--processed .profile-order__item-value {
  margin: 0;
  max-width: 100%;
  text-align: left; }
  @media (min-width: 1200px) {
    .profile-order--processed .profile-order__item-value {
      padding-left: 10px;
      text-align: right; } }

.profile-order--checkout .profile-order__title {
  margin-bottom: 0; }

.profile-order--checkout .profile-order__list {
  margin-top: 6px;
  margin-bottom: 18px;
  border-top: none; }
  @media (min-width: 1200px) {
    .profile-order--checkout .profile-order__list {
      margin-bottom: 20px; } }

@media (min-width: 1200px) {
  .profile-order--checkout .profile-order__line {
    margin-bottom: 14px; } }

@media (min-width: 1200px) {
  .profile-order--checkout .profile-order__line--borderbot {
    margin-bottom: 14px;
    padding-bottom: 16px; } }

@media (min-width: 1200px) {
  .profile-order--checkout .profile-order__line--bordertop {
    margin-top: 14px; } }

@media (min-width: 1200px) {
  .profile-order--checkout .profile-order__line-value {
    font-size: 20px; } }

.profile-order--cart .profile-order__list {
  margin-top: 0;
  border: none;
  padding-top: 0; }
  @media (min-width: 1200px) {
    .profile-order--cart .profile-order__list {
      margin-top: 0;
      border-bottom: 1px solid #e6e6e6;
      padding-top: 0;
      padding-bottom: 25px; } }

.profile-order--cart .profile-order__card {
  margin-bottom: 17px; }
  @media (min-width: 1200px) {
    .profile-order--cart .profile-order__card {
      margin-bottom: 25px; }
      .profile-order--cart .profile-order__card:last-child {
        margin-bottom: 0; } }

.checkout {
  padding-top: 14px;
  padding-bottom: 34px; }
  .checkout__title {
    margin-bottom: 33px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .checkout__title {
        margin-bottom: 34px;
        font-size: 24px;
        text-transform: uppercase; } }
  .checkout__back {
    display: none;
    margin-bottom: 51px;
    margin-left: 20px; }
    @media (min-width: 1200px) {
      .checkout__back {
        display: block; } }
    @media (min-width: 1440px) {
      .checkout__back {
        margin-bottom: 40px; } }
  .checkout__fieldset {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .checkout__fieldset {
        margin-bottom: 26px; } }
  .checkout__order {
    margin-top: 35px; }
    @media (min-width: 1200px) {
      .checkout__order {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 44.7%;
           -moz-box-flex: 0;
                flex: 0 0 44.7%;
        margin-top: -4px; } }
    @media (min-width: 1440px) {
      .checkout__order {
        -webkit-flex-basis: 40.7%;
                flex-basis: 40.7%; } }
  .checkout__footer {
    display: none;
    margin-top: 32px; }
    .checkout__footer.is-visible {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column; }
    @media (min-width: 1200px) {
      .checkout__footer {
        display: none; }
        .checkout__footer.is-visible {
          display: none; } }
  @media (min-width: 1200px) {
    .checkout__container {
      max-width: 1056px; } }
  @media (min-width: 1440px) {
    .checkout__container {
      max-width: 1190px; } }
  @media (min-width: 1200px) {
    .checkout__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1200px) {
    .checkout__form {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 44.7%;
         -moz-box-flex: 0;
              flex: 0 0 44.7%; } }
  @media (min-width: 1440px) {
    .checkout__form {
      -webkit-flex-basis: 40.675%;
              flex-basis: 40.675%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .checkout {
      margin: 0 auto;
      padding-top: 30px;
      max-width: 388px; } }
  @media (min-width: 1200px) {
    .checkout {
      padding-top: 10px; } }
  @media (min-width: 1440px) {
    .checkout {
      padding-top: 11px; } }

@media (min-width: 1200px) {
  .geo {
    padding: 0 20px; } }

.geo__title {
  margin-bottom: 15px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-size: 24px;
  line-height: 1; }

.geo__button {
  width: 100%; }

.geo__wrapper {
  position: relative;
  margin-bottom: 80px; }
  @media (min-width: 1200px) {
    .geo__wrapper {
      margin-bottom: 0; } }

#autoComplete_list {
  position: absolute;
  left: -5px;
  right: -5px;
  top: 100%;
  padding: 5px;
  background-color: #fff; }

.autoComplete_result {
  font-size: 16px;
  color: #8C8C8C;
  cursor: pointer; }
  .autoComplete_result:hover {
    color: #000; }

.checkout-address__title {
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1; }
  @media (min-width: 1200px) {
    .checkout-address__title {
      margin-bottom: 26px; } }

.checkout-address__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7px; }
  @media (min-width: 1200px) {
    .checkout-address__tab {
      margin: 0 -16px; } }

.checkout-address__content {
  display: block; }

.checkout-address__input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  margin-bottom: 25px;
  padding: 0 7px; }
  .checkout-address__input:last-child {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .checkout-address__input--d3 {
      -webkit-flex-basis: 33.3333%;
              flex-basis: 33.3333%; } }
  @media (min-width: 1200px) {
    .checkout-address__input--d6 {
      -webkit-flex-basis: 66.6666%;
              flex-basis: 66.6666%; } }
  @media (min-width: 1200px) {
    .checkout-address__input--d12 {
      margin-top: 12px; } }
  @media (min-width: 1200px) {
    .checkout-address__input {
      margin-bottom: 18px;
      padding: 0 16px; } }

@media (max-width: 767px) {
  .checkout-address__input--mhalf {
    -webkit-flex-basis: 50%;
            flex-basis: 50%; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .checkout-address__input--mhalf {
    -webkit-flex-basis: 50%;
            flex-basis: 50%; } }

@media (min-width: 1200px) {
  .checkout-address__list {
    margin-bottom: 14px; } }

.checkout-address__item {
  margin-top: 16px;
  font-size: 16px; }

.checkout-time__title {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1; }
  @media (min-width: 1200px) {
    .checkout-time__title {
      margin-bottom: 13px; } }

@media (min-width: 1200px) {
  .checkout-time__content {
    max-width: 282px; } }

.checkout-comment__header {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1; }

.checkout-point__header {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1; }

.checkout-point__block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  border: 1px solid #e6e6e6;
  padding: 19px;
  padding-bottom: 22px; }

.checkout-point__footer {
  position: absolute;
  right: 15px;
  top: 18px; }

.checkout-point__icon--logosmall {
  width: 21px;
  height: 25px; }

.checkout-point__content {
  padding-left: 12px; }

.checkout-point__title {
  margin-bottom: 10px;
  padding-right: 120px;
  font-size: 16px; }

.checkout-point__text {
  font-size: 14px;
  line-height: 1.43;
  color: #999; }

.checkout-point__change {
  border: none;
  padding: 0;
  font-size: 14px;
  color: #999;
  background: none;
  cursor: pointer; }

.checkout-point--result .checkout-point__block {
  border: none;
  padding: 0; }

.checkout-cashless {
  margin-bottom: -20px; }
  .checkout-cashless__input {
    margin-bottom: 19px; }
    @media (min-width: 1200px) {
      .checkout-cashless__input {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
           -moz-box-flex: 0;
                flex: 0 0 50%;
        padding: 0 18px;
        max-width: 50%; } }
  @media (min-width: 1200px) {
    .checkout-cashless {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -18px;
      margin-bottom: -20px; } }

.radiogroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: -12px; }
  .radiogroup__label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    margin-bottom: 12px;
    padding: 0 5px;
    max-width: 50%;
    line-height: 1;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .radiogroup__label {
        -webkit-flex-basis: 33.33333%;
                flex-basis: 33.33333%;
        max-width: 33.33333%; } }
  .radiogroup__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer; }
    .has-hover .radiogroup__button:not([disabled]):hover {
      border-color: #000; }
  .radiogroup__icon--applepay {
    width: 48px;
    height: 21px; }
  .radiogroup__icon--gpay {
    width: 66px;
    height: 38px; }
  @media (max-width: 767px) {
    .radiogroup--mtriple .radiogroup__label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .radiogroup--mtriple .radiogroup__label:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
         -moz-box-flex: 0;
              flex: 0 0 100%;
      max-width: 100%; } }
  .radiogroup__input:checked + .radiogroup__button {
    border-color: #000; }

.popup-point {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .popup-point__close {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 10;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .popup-point__close {
        right: 29px;
        top: 29px; } }
  .popup-point__icon--close {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14px;
       -moz-box-flex: 0;
            flex: 0 0 14px;
    width: 14px;
    height: 14px; }
  .popup-point__title {
    margin-bottom: 22px;
    padding: 0 10px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 24px; }
    @media (min-width: 1200px) {
      .popup-point__title {
        padding-left: 32px;
        font-size: 32px;
        line-height: 1.75; } }
  .popup-point__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 34px; }
    @media (min-width: 1200px) {
      .popup-point__header {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        padding-top: 23px;
        width: 508px; } }
  .popup-point__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    border-bottom: 1px solid #e6e6e6; }
    @media (min-width: 1200px) {
      .popup-point__tabs {
        display: none; } }
  .popup-point__tab-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 15px 16px;
    font-size: 14px;
    text-align: center;
    color: #999;
    background-color: #fff; }
    .popup-point__tab-button.is-active {
      border-color: #000;
      color: #000; }
    .has-hover .popup-point__tab-button:not([disabled]):hover {
      border-color: #000;
      color: #000; }
  .popup-point__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column; }
  .popup-point__scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
    overflow: hidden;
    overflow-y: auto;
    max-height: -webkit-calc(100vh - 122px);
    max-height: -moz-calc(100vh - 122px);
    max-height: calc(100vh - 122px); }
    @media (min-width: 1200px) {
      .popup-point__scroll {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        overflow: hidden;
        max-height: 100vh; } }
  .popup-point__filter {
    display: none;
    overflow: hidden;
    padding-top: 24px;
    padding-bottom: 32px;
    padding-left: 33px; }
    @media (min-width: 1200px) {
      .popup-point__filter {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
           -moz-box-flex: 0;
                flex: 0 0 auto;
        border-bottom: 1px solid #e6e6e6; } }
  .popup-point__filter-button {
    margin-right: 16px;
    border: 1px solid #e6e6e6;
    padding: 7px 19px;
    font-size: 16px;
    line-height: 1.5;
    white-space: nowrap;
    background: none; }
    .popup-point__filter-button:last-child {
      margin-right: 0; }
    .popup-point__filter-button.is-active {
      color: #fff;
      background-color: #000; }
    .has-hover .popup-point__filter-button:not([disabled]):hover {
      color: #fff;
      background-color: #000; }
  .popup-point__filter-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }
  .popup-point__tab-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 100%; }
    .popup-point__tab-content.is-active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; }
    @media (min-width: 1200px) {
      .popup-point__tab-content {
        display: block; } }
  .popup-point__tab-content--map {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto; }
  @media (min-width: 1200px) {
    .popup-point__tab-content--list {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 508px;
         -moz-box-flex: 0;
              flex: 0 0 508px;
      padding-top: 71px; } }
  .popup-point__iframe {
    height: 100%; }
  @media (min-width: 1200px) {
    .popup-point__list {
      overflow-y: auto; } }
  .popup-point.is-opened {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none; }

.point-item {
  border: 1px solid #fff;
  border-bottom-color: #e6e6e6;
  padding: 24px 21px;
  cursor: pointer; }
  .point-item__title {
    font-size: 20px; }
  .point-item__header {
    margin-bottom: 12px; }
    @media (min-width: 1200px) {
      .point-item__header {
        margin-bottom: 9px; } }
  .point-item__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .point-item__tags {
        margin-bottom: 18px; } }
  .point-item__tag {
    margin-right: 16px;
    border: 1px solid #e6e6e6;
    padding: 1px 9px;
    font-size: 12px;
    text-transform: uppercase;
    color: #999; }
  .point-item__metro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
  .point-item__metro-branch {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10px;
       -moz-box-flex: 0;
            flex: 0 0 10px;
    border-radius: 50%;
    width: 10px;
    height: 10px; }
  .point-item__metro-title {
    padding-left: 9px;
    font-size: 14px; }
  .point-item__address {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.43;
    color: #999; }
  .point-item__footer {
    display: none;
    margin-top: 18px;
    margin-bottom: -5px; }
  .point-item__select {
    width: 150px; }
  .point-item--active {
    border-color: #000; }
  .point-item--active .point-item__footer {
    display: block; }
  @media (min-width: 1200px) {
    .point-item {
      padding: 25px 31px; } }

.fieldset {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px; }
  .fieldset__legend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
            align-items: baseline;
    width: 100%;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-size: 24px; }
  .fieldset__town {
    justify-self: flex-start;
    margin-left: 0.3em;
    border: 0;
    padding: 0;
    text-decoration: underline;
    background: none; }
  .fieldset__row {
    margin-bottom: 25px; }
    .fieldset--step2 .fieldset__row {
      margin-bottom: 13px; }
    .fieldset--step3 .fieldset__row {
      margin-bottom: 17px; }
    @media (min-width: 1200px) {
      .fieldset__row {
        margin-bottom: 19px; } }
  .fieldset__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-top: 33px;
    margin-bottom: 15px; }
    .fieldset--step2 .fieldset__footer {
      margin-top: 19px;
      margin-bottom: 7px; }
    .fieldset--step3 .fieldset__footer {
      display: none; }
    @media (min-width: 1200px) {
      .fieldset__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
                flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
                justify-content: flex-end;
        margin-top: 32px;
        margin-bottom: 3px; }
        .fieldset--step3 .fieldset__footer {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
                  flex-direction: column;
          margin-top: 25px; } }
  .fieldset__content {
    display: none;
    margin-top: 27px; }
    @media (min-width: 1200px) {
      .fieldset__content {
        margin-top: 21px; } }
  .fieldset__value {
    display: none;
    padding-top: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .fieldset__value {
        padding-top: 16px; } }
  .fieldset__info {
    font-size: 14px; }
    @media (min-width: 1200px) {
      .fieldset__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex; } }
  .fieldset__name {
    margin-bottom: 6px;
    padding-right: 20px; }
  .fieldset__phone {
    margin-bottom: 6px;
    padding-right: 20px; }
  .fieldset__email {
    margin-bottom: 3px;
    padding-right: 20px; }
  .fieldset__change {
    display: none;
    margin-left: auto;
    border: none;
    padding: 0;
    font-family: "Signal", helvetica, arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #999;
    background: none;
    cursor: pointer; }
  @media (min-width: 1440px) {
    .fieldset__continue {
      -webkit-flex-basis: 180px;
              flex-basis: 180px;
      width: 180px; } }
  .fieldset__express {
    margin-top: 24px;
    margin-bottom: 30px;
    font-size: 16px; }
    @media (min-width: 1200px) {
      .fieldset__express {
        margin-bottom: 23px; } }
  .fieldset__address {
    margin-bottom: 32px; }
  .fieldset__time {
    margin-bottom: 32px; }
  .fieldset__point {
    margin-top: 34px;
    margin-bottom: 32px; }
  .fieldset__tab.is-hidden {
    display: none; }
  .fieldset__result {
    display: none;
    margin-top: 22px; }
  .fieldset__methods {
    margin-top: 25px; }
  @media (min-width: 1200px) {
    .fieldset__delivery {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      margin: 0 -10px; } }
  .fieldset.is-opened .fieldset__content {
    display: block; }
  .fieldset.is-filled .fieldset__value {
    display: block; }
  .fieldset.is-filled .fieldset__change {
    display: block; }
  .fieldset.is-filled .fieldset__inputs {
    display: none; }
  .fieldset.is-filled .fieldset__result {
    display: block; }
  .fieldset--step3 {
    padding-bottom: 32px; }
    @media (min-width: 1200px) {
      .fieldset--step3 {
        border-bottom: none;
        padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .fieldset__delivery .fieldset__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
              flex: 0 0 50%;
      padding: 0 10px; } }
  @media (min-width: 1200px) {
    .fieldset {
      padding-bottom: 28px; } }

.back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }
  .back__icon {
    width: 23px;
    height: 23px;
    fill: none; }
  .back__text {
    position: relative;
    top: -2px;
    padding-left: 7px;
    font-size: 16px; }

.processed {
  padding-top: 27px;
  padding-bottom: 37px; }
  .processed__title {
    margin-bottom: 32px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 24px; }
    @media (min-width: 1200px) {
      .processed__title {
        margin-bottom: 46px;
        font-size: 36px;
        text-align: center; } }
  @media (min-width: 1200px) {
    .processed__container {
      max-width: 584px; } }
  @media (min-width: 1200px) {
    .processed {
      padding-top: 71px;
      padding-bottom: 70px; } }

.card-order {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }
  .card-order__media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
       -moz-box-flex: 0;
            flex: 0 0 115px;
    max-width: 115px; }
    @media (min-width: 1200px) {
      .card-order__media {
        -webkit-flex-basis: 120px;
                flex-basis: 120px;
        max-width: 120px; } }
  .card-order__image {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover; object-position: top";
    -o-object-position: top;
       object-position: top;
    display: block;
    width: 115px;
    height: 150px; }
    @media (min-width: 1200px) {
      .card-order__image {
        width: 120px;
        height: 156px; } }
  .card-order__picture {
    display: block; }
  .card-order__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding-right: 10px;
    padding-left: 12px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card-order__content {
        padding-left: 20px; } }
    @media (min-width: 1200px) {
      .card-order__content {
        padding-left: 20px; } }
  .card-order__heart {
    position: absolute;
    right: 1px;
    top: 0;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer; }
  .card-order__icon--heart {
    width: 24px;
    height: 24px;
    color: transparent; }
  .card-order__price, .card-order__old-price {
    margin-bottom: 7px;
    font-size: 14px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card-order__price, .card-order__old-price {
        margin-top: auto;
        margin-bottom: 0;
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .card-order__price, .card-order__old-price {
        margin-top: auto;
        margin-bottom: 0;
        font-size: 16px; } }
    @media (min-width: 1440px) {
      .card-order__price, .card-order__old-price {
        font-size: 20px; } }
  .card-order__price {
    margin-top: 20px; }
  .card-order__old-price {
    text-decoration: line-through;
    color: #bbb; }
  .card-order__name {
    margin-bottom: 3px;
    padding-top: 0;
    padding-right: 30px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card-order__name {
        padding-top: 2px;
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .card-order__name {
        padding-top: 6px;
        font-size: 20px; } }
  .card-order__text {
    margin-bottom: 20px;
    padding-right: 30px;
    max-width: 245px;
    font-size: 14px;
    line-height: 1; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card-order__text {
        margin-bottom: 8px;
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .card-order__text {
        margin-bottom: 11px;
        font-size: 20px; } }
  .card-order__sizes, .card-order__colors {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .card-order__sizes, .card-order__colors {
        margin-bottom: 8px;
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .card-order__sizes, .card-order__colors {
        margin-bottom: 8px;
        font-size: 14px; } }
  .card-order__sizes-label, .card-order__colors-label {
    margin-right: 0.2em;
    color: #999; }
  .card-order__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
            flex: 0 0 auto;
    margin-top: -3px;
    text-align: right; }
  .card-order__delete {
    border: none;
    padding: 0;
    font-size: 12px;
    color: #999;
    background: none;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .card-order__delete {
        font-size: 14px; } }
  .card-order__selled {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    color: #ea3939; }
    .card-order__selled::before {
      content: attr(data-mobile); }
    @media (min-width: 1200px) {
      .card-order__selled {
        width: 110px;
        font-size: 14px; }
        .card-order__selled::before {
          content: attr(data-desktop); } }
  .card-order__inc {
    margin-bottom: 7px;
    margin-left: 32px;
    width: 52px; }
    @media (min-width: 1200px) {
      .card-order__inc {
        position: absolute;
        right: 0;
        top: 30px;
        margin: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .card-order--checkout .card-order__price {
      padding-top: 10px;
      font-size: 20px; } }
  .card-order--cart .card-order__content {
    padding-right: 0; }
  .card-order--cart .card-order__right {
    position: absolute;
    right: 0;
    top: 4px; }
  .card-order--cart .card-order__name,
  .card-order--cart .card-order__text {
    padding-right: 50px;
    max-width: none; }
  .card-order--cart .card-order__old-price {
    display: none;
    padding-right: 16px;
    font-size: 20px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .card-order--cart .card-order__old-price {
        display: block; } }
  .card-order--cart .card-order__price-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
            align-items: baseline;
    margin-top: auto;
    padding-bottom: 5px; }
  .card-order--cart .card-order__price {
    font-size: 20px;
    line-height: 1; }
  @media (min-width: 1200px) {
    .card-order--cart .card-order__title {
      padding-right: 0; } }
  .card-order--selled .card-order__image {
    opacity: 0.4; }
  .card-order--selled .card-order__delete {
    display: none;
    margin-left: auto; }
    @media (min-width: 1200px) {
      .card-order--selled .card-order__delete {
        display: block; } }
  .card-order--selled .card-order__price {
    color: #999; }
  .card-order--selled .card-order__name,
  .card-order--selled .card-order__text {
    padding-right: 95px; }
    @media (min-width: 1200px) {
      .card-order--selled .card-order__name,
      .card-order--selled .card-order__text {
        padding-right: 110px; } }

.promocode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }
  .promocode__left, .promocode__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%; }
  .promocode__title {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .promocode__title {
        margin-bottom: 8px;
        font-size: 20px; } }
  .promocode__remove {
    margin-left: 6px;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer; }
  .promocode__code {
    font-size: 14px;
    text-transform: uppercase;
    color: #999; }
    @media (min-width: 1200px) {
      .promocode__code {
        font-size: 16px; } }
  .promocode__icon--close {
    width: 9px;
    height: 9px; }
    @media (min-width: 1200px) {
      .promocode__icon--close {
        position: relative;
        top: -4px; } }
  .promocode__value {
    margin-bottom: 0;
    font-size: 16px;
    text-align: right; }
    @media (min-width: 1200px) {
      .promocode__value {
        margin-bottom: 8px;
        font-size: 20px; } }
  .promocode__percent {
    font-size: 14px;
    text-align: right;
    color: #999; }
    @media (min-width: 1200px) {
      .promocode__percent {
        font-size: 16px; } }
  @media (min-width: 1200px) {
    .promocode {
      padding-top: 3px; } }

.return-card {
  margin-bottom: 25px; }
  .return-card__title {
    margin-bottom: 20px;
    max-width: 245px;
    font-size: 16px;
    line-height: 1;
    color: #999; }
    @media (min-width: 1200px) {
      .return-card__title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 245px;
           -moz-box-flex: 0;
                flex: 0 0 245px;
        margin-bottom: 0; } }
  .return-card__return {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 156px;
       -moz-box-flex: 0;
            flex: 0 0 156px;
    border: 1px solid #e6e6e6;
    padding: 11px;
    width: 156px;
    font-size: 14px;
    text-transform: uppercase;
    background: none; }
    @media (min-width: 1200px) {
      .return-card__return {
        margin-left: auto; } }
  @media (min-width: 1200px) {
    .return-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; } }

.authorization {
  position: relative;
  padding-top: 36px; }
  .authorization__back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-bottom: 25px;
    margin-left: 10px;
    font-size: 14px;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .authorization__back {
        position: absolute;
        left: 24px;
        top: 14px;
        margin: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .authorization__container {
      margin: 0 auto;
      max-width: 389px; } }
  @media (min-width: 1200px) {
    .authorization__container {
      margin: 0 auto;
      max-width: 570px; }
      .authorization--registration .authorization__container {
        margin: 0 auto;
        max-width: 383px; }
      .authorization--modal .authorization__container {
        max-width: 650px; } }
  @media (min-width: 1440px) {
    .authorization__container {
      margin: 0 auto;
      max-width: 585px; } }
  .authorization__header {
    margin-bottom: 19px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 24px; }
    .authorization__header .authorization--registration {
      margin-bottom: 30px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .authorization__header {
        font-size: 20px; }
        .authorization__header .authorization--registration {
          margin-bottom: 30px; }
        .authorization--success .authorization__header {
          margin-bottom: 13px; } }
    @media (min-width: 1200px) {
      .authorization__header {
        margin-bottom: 40px; }
        .authorization__header .authorization--registration {
          margin-bottom: 30px; }
        .authorization--success .authorization__header {
          margin-bottom: 13px; } }
  @media (min-width: 1200px) {
    .authorization__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; }
      .authorization__content--registration {
        display: block; } }
  @media (min-width: 1200px) {
    .authorization__right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 180px;
         -moz-box-flex: 0;
              flex: 0 0 180px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center; } }
  .authorization__input {
    margin-bottom: 24px; }
    .authorization--registration .authorization__input {
      margin-bottom: 21px; }
    @media (min-width: 1200px) {
      .authorization__input {
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .authorization__input--pr {
      padding-right: 10px; } }
  @media (min-width: 1200px) {
    .authorization__input--pl {
      padding-left: 10px; } }
  .authorization__get {
    margin-bottom: 22px;
    width: 100%; }
    .authorization__get .authorization--registration {
      margin-top: 32px;
      margin-bottom: 13px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .authorization__get {
        margin-bottom: 29px; }
        .authorization__get .authorization--registration {
          margin-top: 32px;
          margin-bottom: 13px; } }
    @media (min-width: 1200px) {
      .authorization__get {
        margin-bottom: 16px; }
        .authorization__get .authorization--registration {
          margin-top: 32px;
          margin-bottom: 13px; } }
  .authorization__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    margin-bottom: 20px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .authorization__text {
        margin-top: 18px;
        margin-bottom: 0; }
        .authorization__text--restore {
          max-width: 250px; } }
  .authorization__success {
    padding-top: 1px;
    font-size: 14px;
    line-height: 1; }
  .authorization__error {
    font-size: 12px;
    color: #ea3939; }
    @media (min-width: 1200px) {
      .authorization__error {
        margin-top: -5px; } }
  @media (min-width: 1200px) {
    .authorization__description {
      margin-top: -24px;
      margin-bottom: 28px;
      max-width: 250px;
      line-height: 1; } }
  .authorization__p {
    margin-bottom: 10px; }
  .authorization__time {
    color: #999; }
  .authorization__time-value {
    color: #000; }
  .authorization__enter {
    text-decoration: underline; }
  .authorization__haveaccount {
    text-decoration: underline;
    color: #999; }
  .authorization__forgot {
    text-decoration: underline;
    color: #999; }
  @media (min-width: 1200px) {
    .authorization--modal .authorization__left {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .authorization__left {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
              flex: 1 1 auto;
      margin-bottom: 24px;
      padding-right: 16px; } }
  @media (min-width: 1200px) {
    .authorization__left--line {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .authorization__left--line .authorization__input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%; }
  .authorization__captcha {
    margin-bottom: 21px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 0; }
  .authorization__captcha-label {
    margin-bottom: 9px;
    text-align: center; }
  .authorization__captcha-image {
    display: block;
    margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .authorization {
      padding-top: 47px; }
      .authorization--modal {
        padding-top: 0; } }
  @media (min-width: 1200px) {
    .authorization {
      padding-top: 49px; }
      .authorization--modal {
        padding-top: 0; } }
  @media (min-width: 1440px) {
    .authorization {
      padding-top: 58px; }
      .authorization--restore, .authorization--success {
        padding-top: 66px; }
      .authorization--modal {
        padding-top: 0; } }

.page-404 {
  margin-bottom: 40px; }
  .page-404__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center; }
    @media (min-width: 1200px) {
      .page-404__media {
        margin-bottom: -24px; } }
  .page-404__img {
    width: 240px;
    height: 160px; }
    @media (min-width: 1200px) {
      .page-404__img {
        width: 395px;
        height: 250px; } }
  .page-404__img--desktop {
    display: none;
    margin-right: -110px; }
    @media (min-width: 1200px) {
      .page-404__img--desktop {
        display: block; } }
  .page-404__img--mobile {
    margin-right: -80px; }
    @media (min-width: 1200px) {
      .page-404__img--mobile {
        display: none; } }
  .page-404__title {
    margin-bottom: 32px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-size: 24px;
    text-align: center; }
    @media (min-width: 1200px) {
      .page-404__title {
        margin-bottom: 34px; } }
  .page-404__subtitle {
    margin: 0 auto;
    margin-bottom: 35px;
    max-width: 270px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #999; }
    @media (min-width: 1200px) {
      .page-404__subtitle {
        max-width: none; } }
  .page-404__back {
    margin: 0 auto;
    width: 235px; }
    @media (min-width: 1200px) {
      .page-404__back {
        width: 216px; } }
  @media (min-width: 1200px) {
    .page-404 {
      margin-bottom: 34px;
      padding-top: 5px; } }

.brands__header {
  margin-bottom: 40px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .brands__header {
      font-size: 36px; } }

.brands__block {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 41px; }

.brands__content {
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .brands__content {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; } }
  @media (min-width: 1200px) {
    .brands__content {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      max-width: 1055px; } }
  @media (min-width: 1440px) {
    .brands__content {
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px;
      max-width: none; } }

.brands__letter {
  margin-bottom: 18px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase; }

.brands__item {
  margin-bottom: 11px; }

.brands__link {
  font-size: 16px;
  text-transform: uppercase; }

.brands__new {
  position: relative;
  top: -2px;
  margin-left: 10px;
  padding: 4px 6px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  background-color: #dffd91; }

.contacts {
  margin-top: 8px; }
  .contacts__header {
    margin-bottom: 38px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .contacts__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex; } }
  @media (min-width: 1200px) {
    .contacts__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      margin: 0 auto;
      max-width: 988px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .contacts__content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
              flex: 0 0 50%;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .contacts__content {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
         -moz-box-flex: 1;
              flex: 1 1 auto;
      padding-right: 70px;
      max-width: -webkit-calc(100% - 383px);
      max-width: -moz-calc(100% - 383px);
      max-width: calc(100% - 383px); } }
  .contacts__shop {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.2; }
  .contacts__processing {
    margin-bottom: 24px;
    font-size: 16px;
    color: #999; }
  .contacts__item {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .contacts__item {
        margin-bottom: 19px; } }
  .contacts__item-gray {
    margin-left: 0.3em;
    color: #999; }
  .contacts__social {
    margin-top: 32px;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .contacts__social {
        margin-top: 36px; } }
  .contacts__social-link {
    font-size: 16px;
    text-decoration: underline; }
  .contacts__requisites-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .contacts__requisites-title {
        margin-bottom: 26px; } }
  .contacts__requisites {
    font-size: 16px;
    line-height: 1.2;
    color: #999; }
  .contacts__image {
    width: 100%; }
  .contacts__media {
    margin-top: 24px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .contacts__media {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
           -moz-box-flex: 0;
                flex: 0 0 50%;
        margin-top: 0;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .contacts__media {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 383px;
           -moz-box-flex: 0;
                flex: 0 0 383px;
        margin-top: 0;
        max-width: 383px; } }
  @media (min-width: 1200px) {
    .contacts {
      margin-top: -5px; } }

.shop {
  margin-top: 7px; }
  .shop__header {
    margin-bottom: 39px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .shop__header {
        margin-bottom: 34px; } }
  .shop__text {
    margin-bottom: 32px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center; }
    @media (min-width: 768px) {
      .shop__text {
        margin: 0 auto;
        margin-bottom: 32px;
        padding: 0;
        max-width: 664px; } }
  .shop__p {
    margin: 0;
    margin-bottom: 19px; }
  .shop__image {
    display: block;
    width: 100%; }
  .shop__media {
    margin-bottom: 20px; }
  .shop__list {
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .shop__list {
        margin-bottom: 20px; } }
  .shop__list-image {
    display: block; }
  .shop__list-item {
    padding-right: 5px; }
    @media (min-width: 768px) {
      .shop__list-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
           -moz-box-flex: 0;
                flex: 0 0 49%;
        padding-right: 0; } }
  .shop__map {
    overflow: hidden; }
    @media (min-width: 768px) {
      .shop__map {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
           -moz-box-flex: 0;
                flex: 0 0 49%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        padding-top: 44px; } }
  .shop__map-title {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1; }
  .shop__map-address {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 1.2; }
  .shop__map-label {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1; }
    @media (min-width: 768px) {
      .shop__map-label {
        margin-top: auto; } }
  .shop__map-map {
    height: 355px; }
    .shop__map-map > ymaps {
      height: 355px !important; }
    @media (min-width: 768px) {
      .shop__map-map {
        height: 585px; }
        .shop__map-map > ymaps {
          height: 585px !important; } }
  .shop__footer {
    overflow: hidden; }
    @media (min-width: 768px) {
      .shop__footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between; } }
  .shop__footer-image {
    overflow: hidden; }
    @media (min-width: 768px) {
      .shop__footer-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
           -moz-box-flex: 0;
                flex: 0 0 49%; }
        .shop__footer-image.for-desktop {
          display: block !important;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
  @media (min-width: 768px) {
    .shop .swiper-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between;
      padding: 0; } }
  .shop .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-top: 16px;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .shop .swiper-pagination {
        display: none; } }
    @media (min-width: 1440px) {
      .shop .swiper-pagination {
        display: none; } }
  .shop .swiper-pagination-bullet {
    display: block;
    margin: 0;
    width: 25px;
    height: 2px;
    background-color: #D1D1D1;
    -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition-duration: 0.4s;
       -moz-transition-duration: 0.4s;
            transition-duration: 0.4s; }
  .shop .swiper-pagination-bullet-active {
    background-color: #000; }
  @media (min-width: 768px) {
    .shop {
      margin: 0 auto;
      padding: 0 10px;
      max-width: 1210px; } }

.notfound {
  margin-bottom: 70px;
  padding-top: 8px; }
  .notfound__title {
    margin-bottom: 32px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center; }
    @media (min-width: 1200px) {
      .notfound__title {
        margin-bottom: 40px; } }
  .notfound__new {
    display: none; }
    @media (min-width: 1200px) {
      .notfound__new {
        display: block; } }
  .notfound__home {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 236px;
       -moz-box-flex: 0;
            flex: 0 0 236px;
    width: 236px; }
    @media (min-width: 1200px) {
      .notfound__home {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 182px;
           -moz-box-flex: 0;
                flex: 0 0 182px;
        margin-left: 10px;
        width: 182px; } }
  @media (min-width: 1200px) {
    .notfound__new {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 182px;
         -moz-box-flex: 0;
              flex: 0 0 182px;
      margin-right: 10px;
      padding-right: 10px;
      padding-left: 10px;
      width: 182px; } }
  .notfound__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center; }
  @media (min-width: 1200px) {
    .notfound {
      margin-bottom: 64px;
      padding-top: 31px; } }

.inc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }
  .inc__inc, .inc__dec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
       -moz-box-flex: 0;
            flex: 0 0 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin: 0;
    border: none;
    padding: 0;
    height: 16px;
    background: none;
    cursor: pointer; }
  .inc__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10px;
       -moz-box-flex: 0;
            flex: 0 0 10px;
    width: 10px;
    height: 10px;
    color: #999; }
  .inc__input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23px;
       -moz-box-flex: 0;
            flex: 0 0 23px;
    margin: 0;
    outline: none;
    border: none;
    padding: 0;
    width: 23px;
    font-size: 14px;
    text-align: center; }
    .inc__input::-webkit-outer-spin-button, .inc__input::-webkit-inner-spin-button {
      -webkit-appearance: none;
              appearance: none; }

.inner {
  padding-top: 11px; }
  @media (min-width: 1200px) {
    .inner {
      padding-top: 0; } }
  .inner__h1 {
    display: none;
    margin-bottom: 54px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-size: 36px;
    line-height: 1;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .inner__h1 {
        display: block; } }
    @media (min-width: 1200px) {
      .inner__h1 {
        display: block; } }
  .inner__h2 {
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .inner__h2 {
        margin-bottom: 18px;
        font-size: 24px; } }
  .inner__h3 {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1; }
  .inner__item {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .inner__item {
        margin-bottom: 36px; } }
  .inner__list {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.2;
    color: #999; }
  .inner__list--grow {
    line-height: 1.4; }
  .inner__p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #999; }
    .inner--return .inner__p {
      line-height: 1.4; }
    .inner--info .inner__p {
      color: #000; }
    @media (min-width: 1200px) {
      .inner__p {
        margin-bottom: 20px; } }
  .inner__p + .inner__list {
    margin-top: -10px; }
  .inner__p + .inner__list--grow {
    margin-top: 0; }
  .inner__details {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .inner__details {
        margin-top: 35px; } }
  .inner__summary {
    list-style: none;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer; }
    .inner__summary::-webkit-details-marker {
      display: none; }
    .inner__summary::marker {
      display: none; }
  .inner__icon--select {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    fill: none; }
    [open] .inner__icon--select {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .inner__table-wrapper {
    margin-bottom: 20px; }
  .inner__table-description {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.2;
    color: #999; }
    @media (min-width: 1200px) {
      .inner__table-description {
        margin-bottom: 36px; } }
  .inner__table {
    border-collapse: collapse; }
    @media (max-width: 767px) {
      .inner__table {
        display: block;
        width: 100%; } }
  @media (max-width: 767px) {
    .inner__tbody {
      display: block;
      border-top: 1px solid #E6E6E6;
      width: 100%; } }
  @media (max-width: 767px) {
    .inner__tr {
      display: block;
      border-bottom: 1px solid #E6E6E6;
      width: 100%; } }
  .inner__td {
    vertical-align: top;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0; }
    .inner__td:first-child {
      padding-right: 100px; }
    @media (max-width: 767px) {
      .inner__td {
        display: block;
        border: none;
        width: 100%; } }
  .inner__td--title {
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .inner__td--title {
        padding-bottom: 0; } }
  .inner__td .inner__p:last-child {
    margin-bottom: 0; }
  .inner__phone, .inner__mail {
    color: #000; }
  .inner__mail {
    text-decoration: underline; }

.list__ol, .list__ul {
  margin: 0;
  padding: 0; }

.list__ol {
  padding-left: 6px; }

.list__ol .list__li {
  list-style: decimal inside;
  margin-bottom: 4px; }
  @media (min-width: 1200px) {
    .list__ol .list__li {
      margin-bottom: 1px; }
      .list--grow .list__ol .list__li {
        margin-bottom: 10px; } }

.list__ul {
  padding-left: 20px; }

.list__ul .list__li {
  list-style: disc outside;
  margin-bottom: 2px; }
  @media (min-width: 1200px) {
    .list--grow .list__ul .list__li {
      margin: 20px 0; } }

.table * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

@media (max-width: 767px) {
  .table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.table__thead {
  z-index: 99;
  background-color: #fff; }
  @media (max-width: 767px) {
    .table__thead[style^="position"] {
      margin: 0 -10px;
      border-bottom: 1px solid #E6E6E6;
      padding: 0 10px;
      padding-top: 18px;
      -webkit-transform: translateY(40px);
         -moz-transform: translateY(40px);
          -ms-transform: translateY(40px);
              transform: translateY(40px); } }

.table__table {
  border-collapse: collapse;
  min-width: 100%; }
  @media (max-width: 767px) {
    .table__table {
      table-layout: fixed;
      width: 480px; } }

.table__th {
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #999; }
  @media (max-width: 767px) {
    .table__th {
      width: 120px; } }

.table__td {
  vertical-align: top;
  border-top: 1px solid #E6E6E6;
  padding: 20px 0;
  padding-right: 10px; }
  @media (min-width: 1200px) {
    .table__td {
      width: 25%; } }
  @media (max-width: 767px) {
    .table__td {
      width: 120px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .looks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px; } }

@media (min-width: 1200px) {
  .looks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px; } }

.looks__item {
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .looks__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
              flex: 0 0 50%;
      padding: 0 5px; } }
  @media (min-width: 1200px) {
    .looks__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
              flex: 0 0 50%;
      padding: 0 5px; } }
  @media (min-width: 1440px) {
    .looks__item {
      margin-bottom: 32px; } }

.looks__image {
  display: block;
  width: 100%;
  height: 439px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .looks__image {
      height: 455px; } }
  @media (min-width: 1200px) {
    .looks__image {
      height: 519px; } }
  @media (min-width: 1025px) {
    .looks__image {
      height: 639px; } }
  @media (min-width: 1440px) {
    .looks__image {
      height: 720px; } }

.looks__look {
  position: relative;
  overflow: hidden; }

.looks__details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  border: none;
  padding: 5px 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  background-color: #dffd91;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .looks__details {
      display: none; } }

.looks__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 6px solid #dffd91;
  padding: 24px 25px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none; }
  .looks__look--opened .looks__content {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    pointer-events: all; }
  @media (min-width: 1200px) {
    .looks__look:hover .looks__content {
      opacity: 1;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
              transform: none;
      pointer-events: all; } }

.looks__close {
  position: absolute;
  right: 10px;
  top: 8px;
  margin: 0;
  border: none;
  padding: 0;
  background: none; }
  @media (min-width: 1200px) {
    .looks__close {
      display: none; } }

.looks__icon--close {
  width: 16px;
  height: 16px; }

.looks__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1;
  text-align: center; }

.looks__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center; }

.looks__text-link {
  margin-bottom: 2px; }

.home {
  position: relative; }

.home-catalog {
  position: relative; }
  .home-catalog .swiper-container,
  .home-catalog .swiper-wrapper {
    overflow: visible; }
  .home-catalog .swiper-scrollbar {
    bottom: -24px; }
  .home-catalog__item {
    width: auto; }

.home-catalog-slider {
  overflow: hidden;
  padding-bottom: 28px; }
  .home-catalog-slider__title {
    display: none;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .home-catalog-slider__title {
        display: block;
        margin-bottom: 23px; } }
  .home-catalog-slider .card {
    margin-right: 4px;
    width: 175px; }
    @media (min-width: 1200px) {
      .home-catalog-slider .card {
        margin-right: 20px;
        width: 250px; } }
    @media (min-width: 1440px) {
      .home-catalog-slider .card {
        width: 282px; } }
  @media (min-width: 1200px) {
    .home-catalog-slider {
      padding-bottom: 0; } }

.home-marquee {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 8px 0 6px;
  width: 100vw;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  background-color: #dffd91;
  pointer-events: none; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .home-marquee {
      margin-bottom: 10px; } }
  @media (min-width: 1200px) {
    .home-marquee {
      margin-bottom: 20px;
      padding: 12px 0 8px;
      font-size: 20px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .home-marquee {
      font-size: 24px;
      line-height: 24px; } }

.home-catalog .home-marquee {
  margin-top: 16px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .home-catalog .home-marquee {
      margin-top: 10px; } }
  @media (min-width: 1200px) {
    .home-catalog .home-marquee {
      margin-top: 20px; } }

.home-marquee__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-animation: marquee 14s linear infinite;
     -moz-animation: marquee 14s linear infinite;
          animation: marquee 14s linear infinite; }

.home-marquee span {
  padding: 0 24px; }

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(-webkit-calc(0), 0, 0);
       -moz-transform: translate3d(-moz-calc(0), 0, 0);
            transform: translate3d(calc(0), 0, 0); }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50%), 0, 0);
       -moz-transform: translate3d(-moz-calc(-50%), 0, 0);
            transform: translate3d(calc(-50%), 0, 0); } }

.h1 {
  margin: 0;
  margin-bottom: 21px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .h1 {
      margin-top: -20px;
      margin-bottom: 27px; } }
  @media (min-width: 1200px) {
    .h1 {
      margin-top: -10px;
      margin-bottom: 40px;
      font-size: 36px; } }

.catalog__head {
  margin-bottom: 16px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .catalog__head {
      margin-bottom: 24px; } }
  @media (min-width: 1200px) {
    .catalog__head {
      margin-bottom: 32px; } }

@media (max-width: 767px) {
  .catalog__order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1; }
  .catalog__order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2; }
  .catalog__order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3; }
  .catalog__order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4; }
  .catalog__order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .catalog__brand {
    margin-top: -9px; } }

@media (min-width: 1200px) {
  .catalog__brand {
    margin-top: -9px;
    margin-bottom: -20px; } }

.catalog__title {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .catalog__title {
      margin-bottom: 9px;
      padding-top: 0;
      font-size: 36px; } }
  @media (min-width: 1200px) {
    .catalog__title {
      margin-bottom: 9px;
      padding-top: 0;
      font-size: 36px; } }

@media (min-width: 1025px) {
  .catalog__search {
    margin-top: -10px; } }

.catalog__search .catalog__title {
  margin-bottom: 25px;
  padding-top: 7px;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1; }
  @media (min-width: 1025px) {
    .catalog__search .catalog__title {
      margin-bottom: 26px;
      font-size: 36px; } }

.catalog__text {
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 1;
  text-align: center; }
  @media (min-width: 1200px) {
    .catalog__text {
      margin: 0 auto;
      width: 602px; } }

.catalog__p {
  margin: 0;
  margin-bottom: 14px; }

.noUi-target {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1); }

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }

.noUi-connects {
  z-index: 0;
  overflow: hidden; }

.noUi-connect {
  width: 100%;
  height: 4px; }
  .noUi-connect::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #000; }

.noUi-connect,
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform-style: flat;
     -moz-transform-style: flat;
          transform-style: flat;
  will-change: transform; }

.noUi-origin {
  width: 10%;
  height: 10%; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  position: absolute;
  right: -5px;
  top: -3px;
  outline: none;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }
  .noUi-handle.noUi-active {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .has-hover .noUi-handle:not([disabled]):hover {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-touch-area {
  width: 100%;
  height: 100%; }

[disabled] .noUi-connect {
  background: #d1d1d1; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.catalog-cards {
  position: relative; }
  .catalog-cards__preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding-top: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
    pointer-events: none; }
    .catalog-cards__preloader.is-visible {
      opacity: 1; }

.preloader {
  position: relative; }
  .preloader__title {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center; }
  .preloader__circle {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px; }
  .preloader__inner, .preloader__inner2 {
    position: absolute;
    border: 4px solid #dffd91;
    border-radius: 50%;
    opacity: 1;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
       -moz-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  .preloader__inner2 {
    -webkit-animation-delay: -0.5s;
       -moz-animation-delay: -0.5s;
            animation-delay: -0.5s; }

@-webkit-keyframes lds-ripple {
  0% {
    left: 36px;
    top: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

@-moz-keyframes lds-ripple {
  0% {
    left: 36px;
    top: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

@keyframes lds-ripple {
  0% {
    left: 36px;
    top: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    left: 0px;
    top: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .product .swiper-wrapper {
    display: block; } }

@media (min-width: 1440px) {
  .product .swiper-wrapper {
    display: block; } }

.product .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product .swiper-pagination {
      display: none; } }
  @media (min-width: 1440px) {
    .product .swiper-pagination {
      display: none; } }

.product .swiper-pagination-bullet {
  display: block;
  margin: 0 2px;
  width: 25px;
  height: 2px;
  background-color: #D1D1D1;
  -webkit-transition-property: background, width;
  -moz-transition-property: background, width;
  transition-property: background, width;
  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
          transition-duration: 0.4s; }

.product .swiper-pagination-bullet-active {
  width: 55px;
  background-color: #000; }

.product__head {
  padding-bottom: 12px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product__head {
      padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    .product__head {
      padding-bottom: 24px; } }
  @media (min-width: 1440px) {
    .product__head {
      padding-bottom: 32px; } }

.product__top {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%; }

@media (min-width: 768px) and (max-width: 1199px) {
  .product__picture:not(:last-child) {
    margin-bottom: 12px; } }

@media (min-width: 1200px) {
  .product__picture:not(:last-child) {
    margin-bottom: 20px; } }

@media (min-width: 1440px) {
  .product__picture:not(:last-child) {
    margin-bottom: 24px; } }

.product__picture[data-src] {
  cursor: pointer; }

@media (min-width: 768px) and (max-width: 1199px) {
  .product__info {
    position: relative; } }

@media (min-width: 1440px) {
  .product__info {
    position: relative; } }

.product__line {
  position: relative; }

.product__label {
  margin-bottom: 12px;
  width: 34px;
  height: 22px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000;
  background-color: #dffd91; }
  .product__label--sale {
    border: 1px solid #000;
    background: -webkit-gradient(linear, left top, right top, from(#fee), to(#ddefbb));
    background: -webkit-linear-gradient(left, #fee 0%, #ddefbb 100%);
    background: -moz-linear-gradient(left, #fee 0%, #ddefbb 100%);
    background: linear-gradient(90deg, #fee 0%, #ddefbb 100%); }
  @media (max-width: 767px) {
    .product__label {
      position: absolute;
      left: 12px;
      top: 12px;
      z-index: 5; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product__label {
      width: 32px;
      height: 20px;
      line-height: 20px; } }
  @media (min-width: 1200px) {
    .product__label {
      margin-bottom: 16px;
      width: 34px;
      height: 22px;
      line-height: 22px; } }

.product__sale {
  margin-bottom: 18px;
  padding: 8px;
  line-height: 1;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#FFEEEE), to(#DDEFBB));
  background: -webkit-linear-gradient(left, #FFEEEE 0%, #DDEFBB 100%);
  background: -moz-linear-gradient(left, #FFEEEE 0%, #DDEFBB 100%);
  background: linear-gradient(90deg, #FFEEEE 0%, #DDEFBB 100%); }
  @media (min-width: 1200px) {
    .product__sale {
      margin-top: -8px;
      width: 290px; } }

.product__release {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 16px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #dffd91; }
  @media (min-width: 1200px) {
    .product__release {
      margin-top: -8px;
      width: 334px; } }

.product__name {
  margin-bottom: 20px;
  padding-right: 150px;
  font-family: "Panama", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product__name {
      margin-bottom: 8px;
      padding-right: 0;
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .product__name {
      margin-bottom: 12px;
      font-size: 36px; } }

.product__brand {
  display: inline-block; }

.product__subname {
  display: block;
  font-family: "Signal", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1; }
  @media (max-width: 767px) {
    .product__subname {
      margin-top: 5px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product__subname {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .product__subname {
      font-size: 24px; } }

.product__price {
  font-weight: 300;
  font-size: 16px;
  line-height: 1; }
  @media (max-width: 767px) {
    .product__price {
      position: absolute;
      right: 0;
      top: -2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
              flex-direction: column-reverse;
      width: 140px;
      text-align: right; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product__price {
      margin-bottom: 16px;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .product__price {
      margin-bottom: 24px;
      font-size: 20px; } }

.product__old-price {
  margin-right: 16px;
  text-decoration: line-through;
  color: #BBBBBB; }
  @media (max-width: 767px) {
    .product__old-price {
      margin-right: 0;
      margin-top: 4px; } }

.product__spec {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1; }
  .product__spec span {
    color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product__spec {
      margin-bottom: 12px; } }
  @media (min-width: 1200px) {
    .product__spec {
      margin-bottom: 16px;
      font-size: 16px; } }

.product__article {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4); }

.product__selector {
  margin-top: 12px;
  margin-bottom: 8px;
  max-width: 334px; }
  .product__selector .choices::after {
    right: 12px;
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px); }
  .product__selector .choices__inner {
    border: 1px solid #000;
    padding: 0 12px; }
  .product__selector .choices__list--dropdown .choices__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding-right: 30px;
    color: rgba(0, 0, 0, 0.4); }
    .product__selector .choices__list--dropdown .choices__item em {
      display: inline-block;
      padding-left: 15px;
      font-weight: 300;
      font-style: normal;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
      color: #000; }
    .product__selector .choices__list--dropdown .choices__item .btn {
      margin-left: 8px;
      color: rgba(0, 0, 0, 0.4); }
    .product__selector .choices__list--dropdown .choices__item.choices__placeholder {
      display: none; }
    .product__selector .choices__list--dropdown .choices__item--hide em {
      color: rgba(0, 0, 0, 0.4); }
    .product__selector .choices__list--dropdown .choices__item--hide.choices__item--disabled {
      opacity: 1; }
    .product__selector .choices__list--dropdown .choices__item .option {
      display: block;
      max-width: 229px; }
  @media (min-width: 1200px) {
    .product__selector {
      margin-top: 20px; } }

.product__sizes-btn {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.4); }

.product__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 334px; }

.product__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  padding: 0 21px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product__button {
      height: 40px; } }

.product__favourites {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
     -moz-box-flex: 0;
          flex: 0 0 40px;
  margin-left: 12px;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  color: transparent; }
  .product__favourites svg {
    width: 20px;
    height: 20px; }
  .product__favourites.is-active {
    color: #000; }
  .has-hover .product__favourites:not([disabled]):hover {
    color: #000; }

.product__description {
  max-width: 600px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1; }
  .product__description ul {
    list-style: disc outside none;
    margin: 1em 0;
    padding-left: 1.5em; }
    .product__description ul li {
      list-style: disc outside none; }
  .product__description ol {
    list-style: decimal outside none;
    margin: 1em 0;
    padding-left: 1.5em; }
    .product__description ol li {
      list-style: decimal outside none; }
  .product__description li {
    display: list-item;
    margin: 1em 0; }
  @media (min-width: 1200px) {
    .product__description {
      font-size: 16px; } }

.product__accordion {
  margin-top: 20px;
  max-width: 600px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product__accordion {
      margin-top: 24px; } }
  @media (min-width: 1200px) {
    .product__accordion {
      margin-top: 24px; } }

.product__nostock {
  margin-top: 20px;
  margin-bottom: 16px; }
  @media (min-width: 1200px) {
    .product__nostock {
      margin-top: 24px;
      margin-bottom: 24px;
      max-width: 600px; } }

.product-sizes__title {
  margin-bottom: 20px;
  font-size: 16px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product-sizes__title {
      margin-bottom: 28px; } }
  @media (min-width: 1200px) {
    .product-sizes__title {
      margin-bottom: 40px;
      font-size: 20px; } }
  @media (min-width: 1440px) {
    .product-sizes__title {
      margin-bottom: 64px; } }

.product-sizes__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: center; }
  .product-sizes__table td,
  .product-sizes__table th {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px; }
  .product-sizes__table td {
    color: rgba(0, 0, 0, 0.4); }

.product-color__picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px; }
  .product-color__picker li {
    padding: 0 8px; }
  @media (max-width: 767px) {
    .product-color__picker {
      margin-top: 12px; } }

.product-color__button.is-active {
  border: 1px solid #000; }

@media (max-width: 767px) {
  .product-color__button {
    width: 60px;
    height: 60px; } }

.product-related {
  position: relative;
  margin-top: 24px; }
  .product-related .swiper-container,
  .product-related .swiper-wrapper {
    overflow: visible; }
  @media (min-width: 1440px) {
    .product-related .swiper-scrollbar {
      display: none; } }
  .product-related__title {
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1; }
    @media (max-width: 767px) {
      .product-related__title {
        text-transform: uppercase; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .product-related__title {
        margin-bottom: 20px;
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .product-related__title {
        margin-bottom: 20px;
        font-size: 20px; } }
    @media (min-width: 1440px) {
      .product-related__title {
        font-size: 24px; } }
  .product-related__item {
    width: auto; }
  .product-related__slider {
    overflow: hidden;
    padding-bottom: 28px; }
    .product-related__slider .card {
      margin-right: 4px;
      width: 175px; }
      @media (min-width: 1200px) {
        .product-related__slider .card {
          margin-right: 20px;
          width: 250px; } }
      @media (min-width: 1440px) {
        .product-related__slider .card {
          width: 282px; } }
    @media (min-width: 1200px) {
      .product-related__slider {
        padding-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .product-related {
      margin-top: 32px; } }
  @media (min-width: 1200px) {
    .product-related {
      margin-top: 40px; } }

.stock__sold {
  margin-bottom: 16px;
  width: 100%; }
  @media (min-width: 1200px) {
    .stock__sold {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48%;
         -moz-box-flex: 0;
              flex: 0 0 48%;
      width: 48%; } }

.stock__watch {
  margin-bottom: 16px;
  width: 100%; }
  @media (min-width: 1200px) {
    .stock__watch {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48%;
         -moz-box-flex: 0;
              flex: 0 0 48%;
      width: 48%; } }

.stock__all-link {
  font-size: 14px;
  text-transform: uppercase; }

@media (min-width: 1200px) {
  .stock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between; } }

*[data-page='journal'] .layout__container.container {
  padding: 0 10px;
  max-width: 100%;
  width: 100%; }
  @media (min-width: 1200px) {
    *[data-page='journal'] .layout__container.container {
      padding: 0 24px; } }

.layout--journal-post {
  padding-top: 0; }

.layout__filter_sections {
  margin-bottom: 70px; }

.layout__journal .layout__h1 {
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 10px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .layout__journal .layout__h1 {
      font-size: 56px; } }
  @media (min-width: 1200px) {
    .layout__journal .layout__h1 {
      font-size: 100px; } }
  @media (min-width: 1440px) {
    .layout__journal .layout__h1 {
      font-size: 100px; } }

.journal__sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center; }
  .journal__sections_item {
    border: 1px solid #000000;
    padding: 5px 16px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    background: #fff;
    color: #000000;
    margin: 0 8px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .journal__sections_item.active, .journal__sections_item:hover {
      color: #fff;
      background: #000; }

.journal__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  margin: 0 0 0 -10px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .journal__items {
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px); } }

.journal__item {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  padding: 0 10px;
  margin-bottom: 35px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .journal__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
              flex: 0 0 50%; } }
  @media (min-width: 1200px) {
    .journal__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
         -moz-box-flex: 0;
              flex: 0 0 25%; } }
  @media (min-width: 1440px) {
    .journal__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
         -moz-box-flex: 0;
              flex: 0 0 20%; } }
  .journal__item_media {
    display: block; }
  .journal__item_image {
    width: 100%;
    border: 1px solid #000; }
  .journal__item_title {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px; }
  .journal__item_section {
    display: inline-block;
    border: 1px solid #000000;
    padding: 5px 16px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
    background: #fff;
    color: #000000;
    margin: 0 10px 0 0;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .journal__item_section:hover {
      color: #fff;
      background: #000; }

.journal__banner {
  display: block;
  background-size: cover;
  height: 168px;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .journal__banner {
      height: 346px; } }
  @media (min-width: 1200px) {
    .journal__banner {
      height: 540px; } }
  @media (min-width: 1440px) {
    .journal__banner {
      height: 648px; } }

.journal__post {
  margin-top: 50px;
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .journal__post {
      padding: 0 150px; } }
  @media (min-width: 1440px) {
    .journal__post {
      padding: 0 205px; } }
  .journal__post_title {
    max-width: 888px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 15px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .journal__post_title {
        font-size: 56px; } }
    @media (min-width: 1200px) {
      .journal__post_title {
        font-size: 100px; } }
    @media (min-width: 1440px) {
      .journal__post_title {
        font-size: 100px; } }
  .journal__post_slogan {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .journal__post_slogan {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .journal__post_slogan {
        font-size: 32px; } }
    @media (min-width: 1440px) {
      .journal__post_slogan {
        font-size: 32px; } }
  .journal__post_info {
    margin-bottom: 25px; }
  .journal__post_section {
    display: inline-block;
    border: 1px solid #000000;
    padding: 5px 16px;
    font-family: "Panama", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
    background: #fff;
    color: #000000;
    margin: 0 10px 0 0;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .journal__post_section:hover {
      color: #fff;
      background: #000; }
  .journal__post_description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    font-size: 16px;
    line-height: 120%; }
    .journal__post_description h2, .journal__post_description h3, .journal__post_description h4, .journal__post_description h5, .journal__post_description h6 {
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 120%;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .journal__post_description h3 {
      font-size: 18px; }
    .journal__post_description h4 {
      font-size: 16px; }
    .journal__post_description h5 {
      font-size: 14px; }
    .journal__post_description h6 {
      font-size: 12px; }
    @media (min-width: 1200px) {
      .journal__post_description h2 {
        font-size: 24px; }
      .journal__post_description h3 {
        font-size: 20px; } }
    .journal__post_description blockquote {
      font-family: "Panama", helvetica, arial, sans-serif;
      font-weight: bold;
      font-size: 24px;
      line-height: 120%; }
      @media (min-width: 1200px) {
        .journal__post_description blockquote {
          font-size: 32px; } }
    .journal__post_description img {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto; }
    .journal__post_description_slider {
      margin-left: -10px !important;
      width: -webkit-calc(100% + (10px * 2));
      width: -moz-calc(100% + (10px * 2));
      width: calc(100% + (10px * 2)); }
      .journal__post_description_slider_blank {
        display: none; }
      .journal__post_description_slider_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex; }
      .journal__post_description_slider__item {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
        margin-right: 30px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        cursor: pointer; }
        .journal__post_description_slider__item img {
          max-width: -webkit-calc(100vw - 10px - 10px - 30px);
          max-width: -moz-calc(100vw - 10px - 10px - 30px);
          max-width: calc(100vw - 10px - 10px - 30px); }
          @media (min-width: 768px) and (max-width: 1199px) {
            .journal__post_description_slider__item img {
              max-width: -webkit-calc(100vw - 10px - 47px - 48px);
              max-width: -moz-calc(100vw - 10px - 47px - 48px);
              max-width: calc(100vw - 10px - 47px - 48px); } }
          @media (min-width: 1200px) {
            .journal__post_description_slider__item img {
              max-width: -webkit-calc(100vw - 174px - 115px - 65px);
              max-width: -moz-calc(100vw - 174px - 115px - 65px);
              max-width: calc(100vw - 174px - 115px - 65px); } }
          @media (min-width: 1440px) {
            .journal__post_description_slider__item img {
              max-width: -webkit-calc(100vw - 229px - 125px - 101px);
              max-width: -moz-calc(100vw - 229px - 125px - 101px);
              max-width: calc(100vw - 229px - 125px - 101px); } }
        .journal__post_description_slider__item:last-child {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
             -moz-box-flex: 0;
                  flex: 0 0 100%;
          margin-right: 0;
          max-width: 100%; }
        .journal__post_description_slider__item.swiper-slide-active {
          cursor: default; }
        .journal__post_description_slider__item.__fake-item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 10px;
             -moz-box-flex: 0;
                  flex: 0 0 10px;
          max-width: 10px;
          margin-right: 0; }
          @media (min-width: 1200px) {
            .journal__post_description_slider__item.__fake-item {
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 174px;
                 -moz-box-flex: 0;
                      flex: 0 0 174px;
              max-width: 174px; } }
          @media (min-width: 1440px) {
            .journal__post_description_slider__item.__fake-item {
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 229px;
                 -moz-box-flex: 0;
                      flex: 0 0 229px;
              max-width: 229px; } }
        @media (min-width: 768px) and (max-width: 1199px) {
          .journal__post_description_slider__item {
            margin-right: 48px; } }
        @media (min-width: 1200px) {
          .journal__post_description_slider__item {
            margin-right: 65px; } }
        @media (min-width: 1440px) {
          .journal__post_description_slider__item {
            margin-right: 101px; } }
      @media (min-width: 1200px) {
        .journal__post_description_slider {
          margin-left: -174px !important;
          width: -webkit-calc(100% + (174px * 2));
          width: -moz-calc(100% + (174px * 2));
          width: calc(100% + (174px * 2)); } }
      @media (min-width: 1440px) {
        .journal__post_description_slider {
          margin-left: -229px !important;
          width: -webkit-calc(100% + (229px * 2));
          width: -moz-calc(100% + (229px * 2));
          width: calc(100% + (229px * 2)); } }
  .journal__post_link {
    text-align: center;
    margin-top: 70px; }
  .journal__post_btn {
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 135px !important; }
    @media (max-width: 767px) {
      .journal__post_btn {
        padding: 0 !important;
        display: block; } }

.journal__nav {
  margin-top: 50px; }
  .journal__nav_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin: 30px auto 0; }
    .journal__nav_items .icon_btn {
      width: 6px;
      height: 10px; }
    .journal__nav_items > li.prev_btn .icon_btn {
      margin-right: 8px; }
    @media (max-width: 767px) {
      .journal__nav_items > li.prev_btn span {
        display: none; } }
    .journal__nav_items > li.next_btn .icon_btn {
      margin-left: 8px; }
    @media (max-width: 767px) {
      .journal__nav_items > li.next_btn span {
        display: none; } }
    .journal__nav_items > li a {
      font-size: 16px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      text-transform: uppercase; }
  .journal__nav_group > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center; }
    .journal__nav_group > ul > li {
      display: block;
      margin-right: 8px; }
      .journal__nav_group > ul > li:last-child {
        margin-right: 0px; }
      .journal__nav_group > ul > li a {
        font-size: 16px; }
      .journal__nav_group > ul > li.active a {
        -webkit-text-decoration-line: underline;
           -moz-text-decoration-line: underline;
                text-decoration-line: underline; }

.journal-related__title {
  font-size: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .journal-related__title {
      margin-bottom: 28px; } }
  @media (min-width: 1200px) {
    .journal-related__title {
      font-size: 24px;
      margin-bottom: 30px; } }

.journal-related__slider-wrapper.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 -10px; }
  @media (min-width: 1200px) {
    .journal-related__slider-wrapper.swiper-wrapper {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
              justify-content: flex-start; } }

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

/* End */
/* /local/templates/peak_shop/components/trk/topline/peak/style.css?16323081922251 */
/* /local/templates/peak_shop/components/trk/menu.blocks/peak/style.css?1637926075771 */
/* /local/templates/.default/components/bitrix/search.title/peak_catalog/style.css?1623152255314 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/modal_peak/style.css?17066287703843 */
/* /local/templates/peak_shop/components/bitrix/system.auth.authorize/popup/css/style.min.css?1623152255396 */
/* /local/templates/peak_shop/template_styles.css?16318041316323 */
/* /local/templates/peak_shop/assets/css/main.css?1754398266332274 */
