@charset "UTF-8";
/*! normalize.css v8.0.0 | 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; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #0d0da0; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #0d0da0; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #0d0da0; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #0d0da0; }

.datepicker--cell.-selected-.-focus- {
  background: #0d0da0; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #0d0da0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 1000; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

@font-face {
  font-family: 'Cochin-Bold';
  src: url("/local/templates/lundenilona/static/fonts/Cochin-Bold.woff2") format("woff2"), url("/local/templates/lundenilona/static/fonts/Cochin-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cochin-BoldItalic';
  src: url("/local/templates/lundenilona/static/fonts/Cochin-BoldItalic.woff2") format("woff2"), url("/local/templates/lundenilona/static/fonts/Cochin-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cochin-Italic';
  src: url("/local/templates/lundenilona/static/fonts/Cochin-Italic.woff2") format("woff2"), url("/local/templates/lundenilona/static/fonts/Cochin-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Cochin';
  src: url("/local/templates/lundenilona/static/fonts/Cochin.woff2") format("woff2"), url("/local/templates/lundenilona/static/fonts/Cochin.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("/local/templates/lundenilona/static/fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans';
  src: url("/local/templates/lundenilona/static/fonts/OpenSans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("/local/templates/lundenilona/static/fonts/OpenSans-Semibold.woff2") format("woff2"), url("/local/templates/lundenilona/static/fonts/OpenSans-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("/local/templates/lundenilona/static/fonts/ProximaNova-Semibold.woff2") format("woff2"), url("/local/templates/lundenilona/static/fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

[v-cloak] {
  display: none; }

.shadow-title {
  position: relative;
  z-index: 1;
  margin-top: 45px; }
  .shadow-title:before {
    content: attr(data-title);
    position: absolute;
    bottom: 0px;
    font-family: 'Cochin', serif;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 60px;
    line-height: 60px;
    color: #ebebeb;
    z-index: -1; }

.shadow-title.shadow-title__applications:before {
  top: -35px; }
  @media (max-width: 414px) {
    .shadow-title.shadow-title__applications:before {
      top: -30px;
      font-size: 38px; } }

@media (max-width: 414px) {
  .shadow-title.shadow-title__contacts:before {
    font-size: 49px; }
  .shadow-title.shadow-title__delivery:before {
    font-size: 49px; }
  .shadow-title.shadow-title__about-me:before {
    font-size: 48px; }
  .shadow-title.shadow-title__about-us:before {
    font-size: 49px; }
  .shadow-title.shadow-title__partners:before {
    font-size: 49px; }
  .shadow-title.shadow-title__faq:before {
    top: -35px; }
  .shadow-title.shadow-title__certificates:before {
    font-size: 39px;
    top: -29px; }
  .shadow-title.shadow-title__order:before {
    font-size: 47px;
    top: -30px; } }

html,
body {
  height: 100%; }

.link {
  font-family: 'OpenSans-Semibold';
  *font-size: 12px;
  *line-height: 11.39px;
  *letter-spacing: 0.6px;
  color: #32373e;
  transition: 0.2s;
  text-decoration: underline;
  -webkit-text-decoration-color: #d0d0d0;
          text-decoration-color: #d0d0d0; }
  .link:hover {
    color: #0d0da0;
    -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
            text-decoration-color: rgba(13, 13, 160, 0.3); }

.bx-session-message {
  width: 100% !important;
  background-color: #ccc !important;
  border: none !important; }

.bx-session-message-close {
  float: none !important; }

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px; }
  .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #7b8185;
    margin-right: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    outline: none; }
    .owl-carousel .owl-dots .owl-dot:last-child {
      margin-right: 0; }
    .owl-carousel .owl-dots .owl-dot.active {
      background-color: #7b8185;
      border-width: 1px; }

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  height: 18px;
  outline: none; }

.owl-carousel .owl-prev {
  left: 5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.owl-carousel .owl-next {
  right: 5%; }

.media_desktop {
  display: none; }

.media_tablet {
  display: none; }

.media_mobile {
  display: block; }

@media (min-width: 768px) {
  .media_mobile {
    display: none; }
  .media_tablet {
    display: block; } }

@media (min-width: 1260px) {
  .media_tablet {
    display: none; }
  .media_desktop {
    display: block; } }

.about-us, .partners {
  text-align: justify; }
  @media (min-width: 768px) {
    .about-us, .partners {
      text-align: left; } }

.spoilers {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .spoilers {
      width: 502px; } }

.faq {
  margin-bottom: 80px; }
  .faq__introduction {
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 20px;
    text-align: justify; }
  .faq__text {
    font-size: 15px;
    line-height: 20px;
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: justify; }
    @media (min-width: 768px) {
      .faq__text {
        text-align: left; } }

.button {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Cochin', serif;
  background-color: #525d66;
  color: #fff;
  border: 1px solid #525d66;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.2s;
  cursor: pointer; }
  .button:hover {
    color: #525d66;
    background-color: transparent; }

.hide-element {
  display: none; }

[v-cloak] {
  display: none !important; }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #fff;
  font-family: 'OpenSans', sans-serif;
  color: #32373e;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch !important; }
  .page__content {
    flex: 1 0 auto;
    padding-top: 51px;
    margin-bottom: 60px; }
  .page__container {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden; }
    @media (min-width: 768px) {
      .page__container {
        padding: 0;
        width: 720px; } }
    @media (min-width: 1260px) {
      .page__container {
        width: 1056px; } }
    .page__container-no_overflow {
      overflow: visible; }
  .page__footer {
    flex: 0 0 auto; }
  .page__breadcrumbs {
    display: none; }
  .page__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 30px 0;
    position: relative;
    width: 100%;
    letter-spacing: 1.2px;
    color: #32373E;
    text-align: center; }
    @media (min-width: 768px) {
      .page__title {
        font-size: 24px; } }
    .page__title.shadow-title {
      margin-top: 45px; }
  .page__pagination {
    text-align: center; }
  .page__text {
    font-size: 15px;
    line-height: 22px; }
    .page__text a {
      color: #32373e;
      text-decoration: none; }
    .page__text_right {
      float: right; }
  .page_masked {
    width: 100%;
    position: fixed;
    overflow: hidden; }
  @media (min-width: 1260px) {
    .page__content {
      padding-top: 126px; }
    .page__breadcrumbs {
      display: block;
      margin-top: 30px;
      text-align: center; }
    .page__heading {
      margin-bottom: 38px; } }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
  visibility: hidden;
  z-index: 110; }
  .mask_shown {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5); }

.popup {
  position: relative;
  display: none;
  width: 100%;
  max-width: 561px;
  margin: auto; }
  .popup__content {
    width: 100%;
    margin: 40px 0;
    padding: 45px 20px;
    box-sizing: border-box;
    background-color: #fff; }
  .popup__title {
    font-family: 'Cochin', serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px; }
  .popup__close {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer; }
    .popup__close svg {
      stroke: #fff; }
  .popup__input {
    margin-bottom: 38px; }
    .popup__input_checkbox .input__description {
      font-size: 13px;
      padding-right: 15px; }
    .popup__input_last {
      margin-bottom: 65px; }
  .popup__links {
    display: flex;
    justify-content: center;
    margin: 30px 0; }
  .popup__link {
    font-family: 'OpenSans-Semibold';
    *font-size: 12px;
    *line-height: 11.39px;
    *letter-spacing: 0.6px;
    color: #32373e;
    transition: 0.2s;
    text-decoration: underline;
    -webkit-text-decoration-color: #d0d0d0;
            text-decoration-color: #d0d0d0;
    border: none;
    background-color: transparent;
    padding: 0;
    text-decoration: none;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 2px;
    font-size: 12px;
    color: #7b8084;
    margin-right: 30px;
    cursor: pointer; }
    .popup__link:hover {
      color: #0d0da0;
      -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
              text-decoration-color: rgba(13, 13, 160, 0.3); }
    .popup__link:last-child {
      margin-right: 0; }
  .popup__button {
    width: 100%;
    padding: 10px 20px;
    font-family: 'Cochin', serif;
    background-color: #525d66;
    color: #fff;
    border: 1px solid #525d66;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 279px; }
    .popup__button:hover {
      color: #525d66;
      background-color: transparent; }
    .popup__button_new-pass {
      margin-left: auto;
      margin-right: auto;
      display: block;
      max-width: 279px; }
  .popup__footer {
    color: #7b8084;
    font-size: 13px;
    text-align: center;
    margin-top: 22px;
    font-style: italic;
    line-height: 18px; }
  .popup_gallery .popup__content, .popup_gallery-certificates .popup__content {
    background-color: transparent;
    padding: 0; }
  .popup_shown {
    display: block; }
  .popup_message .popup__title {
    margin-bottom: 0; }
  .popup_certificate .popup__close {
    top: 3px;
    z-index: 10; }
  .popup_certificate .popup__content {
    padding-top: 170px; }
  .popup_certificate:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -148px;
    display: block;
    width: 293px;
    height: 235px;
    background-image: url("/local/templates/lundenilona/static/img/general/certificate-decor-s.png"); }
  .popup__icon-rub {
    fill: #525d66; }
  @media (min-width: 768px) {
    .popup__content {
      padding: 45px 55px; }
    .popup__close {
      top: 40px;
      left: auto;
      right: -30px;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media (min-width: 1260px) {
    .popup__button {
      max-width: 220px; }
      .popup__button_new-pass {
        max-width: 315px; } }
  .popup_certificate .popup__title {
    max-width: 410px;
    margin: 0 auto; }
  .popup_new-password .popup__content .input {
    margin-top: 38px; }
  .popup_new-password .popup__content .input:first-child {
    margin-top: 0px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 100; }
  .header__badbrowser {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
    text-align: center; }
  .header__content {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
    height: 50px; }
    @media (min-width: 768px) {
      .header__content {
        padding: 0;
        width: 720px; } }
    @media (min-width: 1260px) {
      .header__content {
        width: 1056px; } }
  .header__logo {
    order: 2;
    width: 130px;
    height: 23px;
    margin: 0 auto; }
  .header__button {
    padding: 0;
    border: none;
    background-color: #fff;
    cursor: pointer;
    outline: none; }
  .header__phone {
    display: none; }
  .header__location {
    display: none; }
  .header__buttons {
    display: flex;
    align-items: baseline;
    order: 3; }
  .header__call {
    display: none; }
  .header__login {
    display: none; }
  @media (min-width: 768px) {
    .header__content {
      padding: 0; }
    .header__logo {
      -webkit-transform: translateX(41px);
              transform: translateX(41px); }
    .header__call {
      display: block;
      margin-right: 20px;
      margin-left: auto; }
    .header__cart {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); } }
  @media (min-width: 1260px) {
    .header__content {
      justify-content: initial;
      height: 125px;
      max-height: 125px;
      padding-top: 10px;
      transition: 0.2s; }
    .header__logo {
      order: 0;
      width: 234px;
      height: 43px;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      margin: 0; }
    .header__button {
      display: none; }
    .header__phone {
      display: block;
      margin-right: 30px; }
    .header__location {
      display: block;
      margin-right: 110px; }
    .header__login {
      display: block;
      margin-right: 30px; }
      .header__login:last-child {
        margin-right: 0; }
    .header__buttons {
      order: 0;
      margin-left: auto; }
    .header__cart {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
    .header__menu {
      width: 100%;
      visibility: visible;
      opacity: 1;
      transition: 0.2s; }
    .header_collapsed .header__content {
      max-height: 60px; }
    .header_collapsed .header__menu {
      visibility: hidden;
      opacity: 0; } }

.footer__separator {
  margin-bottom: 40px; }

.footer__content {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px) {
    .footer__content {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .footer__content {
      width: 1056px; } }

.footer__navigation {
  display: none; }

.footer__contacts {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px; }

.footer__link {
  display: block; }
  .footer__link a {
    font-family: 'OpenSans-Semibold';
    *font-size: 12px;
    *line-height: 11.39px;
    *letter-spacing: 0.6px;
    color: #32373e;
    transition: 0.2s;
    text-decoration: underline;
    -webkit-text-decoration-color: #d0d0d0;
            text-decoration-color: #d0d0d0;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Cochin-Bold', serif;
    font-size: 24px;
    line-height: 35px; }
    .footer__link a:hover {
      color: #0d0da0;
      -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
              text-decoration-color: rgba(13, 13, 160, 0.3); }

.footer__messengers-list {
  margin-top: 10px; }

.footer__messengers-item {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Cochin', serif;
  background-color: #525d66;
  color: #fff;
  border: 1px solid #525d66;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.2s;
  cursor: pointer;
  box-sizing: border-box;
  width: 200px;
  margin: 0 auto;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  padding-left: 30px;
  background-color: transparent;
  display: flex;
  align-items: center;
  border-radius: 25px; }
  .footer__messengers-item:hover {
    color: #525d66;
    background-color: transparent; }
  .footer__messengers-item + .footer__messengers-item {
    margin-top: 10px; }
  .footer__messengers-item_whatsapp {
    color: #159145;
    border-color: #159145; }
    .footer__messengers-item_whatsapp svg {
      fill: #159145; }
  .footer__messengers-item_viber {
    color: #524163;
    border-color: #524163; }
    .footer__messengers-item_viber svg {
      fill: #524163; }
  .footer__messengers-item_telegram {
    color: #388ca6;
    border-color: #388ca6; }
    .footer__messengers-item_telegram svg {
      fill: #388ca6; }
  .footer__messengers-item svg {
    margin-right: 10px; }

.footer__mail {
  color: #32373e;
  text-decoration: underline;
  -webkit-text-decoration-color: #9DA0A3;
          text-decoration-color: #9DA0A3; }

.footer__social {
  font-size: 0;
  margin-bottom: 10px; }
  .footer__social .social {
    margin-top: 15px; }

.footer__social-list {
  display: flex;
  justify-content: center; }
  .footer__social-list .social:first-child {
    display: none; }

.footer__applications {
  font-size: 14px;
  margin-bottom: 40px; }
  .footer__applications a {
    color: #32373e;
    text-decoration: none; }

.footer__applications-list {
  margin-top: 10px; }

.footer__copyright {
  background-color: #32373e;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center; }

@media (min-width: 768px) {
  .footer {
    font-size: 0; }
    .footer__separator {
      margin-bottom: 20px; }
    .footer__messengers {
      display: none; }
    .footer__content {
      padding-bottom: 50px; }
    .footer__section {
      display: flex;
      justify-content: center; }
    .footer__section-part {
      display: inline-block;
      width: 230px;
      vertical-align: top;
      text-align: left; }
      .footer__section-part:last-child {
        margin-left: 50px; }
    .footer__social {
      font-size: 14px; }
      .footer__social .social {
        margin-top: 10px; }
    .footer__social-list {
      justify-content: flex-start; }
      .footer__social-list .social:first-child {
        display: flex; }
      .footer__social-list .social:last-child {
        display: none; }
    .footer__applications {
      margin-bottom: 60px; } }

@media (min-width: 1260px) {
  .footer__content {
    text-align: left; }
  .footer__social .social {
    text-align: left; }
  .footer__separator {
    margin-bottom: 50px; }
  .footer__section {
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  .footer__navigation {
    display: block; }
  .footer__list {
    display: inline-block;
    width: 50%;
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer__list-item a {
    color: #32373e;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px; }
  .footer__applications {
    margin-bottom: 50px; } }

.header-menu {
  position: fixed;
  left: calc(-100% - 50px);
  top: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: calc(100% - 50px);
  background-color: #fff;
  transition: 0.4s ease-in-out; }
  .header-menu__close {
    position: absolute;
    top: 0;
    right: -50px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    border-left: 1px solid #e6e6e6;
    background-color: #fff; }
    .header-menu__close svg {
      stroke: #32373e; }
  .header-menu__login {
    display: flex;
    height: 50px;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid #e6e6e6; }
  .header-menu__list {
    flex: 1 0 auto;
    min-height: 300px;
    height: 0;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style: none;
    font-size: 0;
    overflow-y: scroll; }
  .header-menu__link {
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    line-height: 46px;
    text-decoration: none;
    color: #32373e;
    transition: 0.2s; }
    .header-menu__link:hover {
      color: #0D0DA0; }
    .header-menu__link_submenu {
      position: relative; }
  .header-menu__icon {
    display: inline-block;
    margin-left: 5px;
    height: 11px;
    width: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    stroke: #32373e; }
  .header-menu__location, .header-menu__phone {
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-top: 1px solid #e6e6e6; }
  .header-menu_open {
    left: 0; }
  .header-menu__submenu {
    padding-left: 20px;
    visibility: visible;
    opacity: 1; }
  .header-menu__submenu-item {
    margin-bottom: 10px; }
    .header-menu__submenu-item:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .header-menu {
      width: 400px; } }
  @media (min-width: 1260px) {
    .header-menu {
      position: static;
      display: block;
      min-height: auto;
      order: 0;
      width: 100%;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .header-menu__close {
        display: none; }
      .header-menu__list {
        flex: none;
        min-height: auto;
        height: auto;
        overflow: hidden;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 100%; }
      .header-menu__link {
        line-height: 1.2em; }
      .header-menu__location, .header-menu__phone, .header-menu__login {
        display: none; }
      .header-menu__submenu {
        display: none; } }

.header-cart {
  font-size: 0; }
  .header-cart__link {
    display: inline-block;
    text-decoration: none; }
  .header-cart__icon {
    margin-top: -5px;
    margin-right: 7px;
    vertical-align: bottom;
    stroke: #32373e;
    transition: 0.2s; }
  .header-cart__count {
    padding: 2px 8px;
    border-radius: 15px;
    background-color: #000;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    transition: 0.2s;
    vertical-align: text-bottom; }
    .header-cart__count.hidden {
      display: none; }
  .header-cart:hover .header-cart__icon {
    stroke: #0D0DA0; }
  .header-cart:hover .header-cart__count {
    background-color: #0D0DA0; }

.header-phone__number a {
  font-family: 'Cochin-Bold', serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #32373e;
  text-decoration: none; }

.header-phone__description {
  font-size: 12px;
  color: #7b8084; }

.header-location__item {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Cochin-Bold', serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #7b8084;
  transition: 0.2s; }
  .header-location__item:hover {
    color: #32373E; }
  .header-location__item_active {
    color: #32373E; }

.header-location__description {
  font-size: 12px;
  color: #7b8084; }

.header-phone__number a {
  font-family: 'Cochin-Bold', serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #32373e;
  text-decoration: none; }

.header-phone__description {
  font-size: 12px;
  color: #7b8084; }

.header-login {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  transition: 0.2s;
  cursor: pointer;
  outline: none; }
  .header-login__icon {
    margin-top: 1px;
    margin-right: 7px;
    stroke: #32373e; }
  .header-login__text {
    margin-top: 3px; }
  .header-login:hover {
    color: #0D0DA0; }
    .header-login:hover .header-login__icon {
      stroke: #0D0DA0; }
    .header-login:hover a {
      color: #0D0DA0; }
  .header-login a {
    text-decoration: none;
    color: #32373e; }

.header-call {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  background-color: transparent;
  transition: 0.2s;
  cursor: pointer;
  outline: none; }
  .header-call__text {
    display: none; }
  .header-call__icon {
    margin-top: 1px;
    margin-right: 7px;
    stroke: #32373e;
    fill: transparent;
    stroke-width: 2px; }
  .header-call:hover {
    color: #0D0DA0; }
    .header-call:hover .header-call__icon {
      stroke: #0D0DA0; }
  @media (min-width: 1260px) {
    .header-call__text {
      display: block;
      font-size: 12px; } }

.social-login {
  margin-top: 50px; }
  .social-login__title {
    text-align: center;
    margin-bottom: 10px; }

.card-item {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .card-item_special {
    display: inline-flex;
    flex-wrap: wrap;
    width: 240px;
    height: 250px;
    margin-bottom: 25px; }
    .card-item_special:last-child {
      margin-bottom: 0; }
    .card-item_special .card-item__image-wrapper {
      padding-bottom: 0; }
    .card-item_special .card-item__image {
      height: 150px;
      margin-bottom: 0; }
    .card-item_special .card-item__title {
      margin-bottom: 0; }
  .card-item__image-wrapper {
    width: 100%;
    text-align: center;
    padding-bottom: 5px; }
  .card-item__image {
    max-width: 185px;
    height: 185px;
    display: inline-flex;
    -o-object-fit: contain;
       object-fit: contain; }
    .card-item__image img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      transition: 1s;
      -o-object-fit: contain;
         object-fit: contain; }
  .card-item__link {
    display: block;
    padding: 0 10px;
    text-align: center;
    color: #32373e; }
  .card-item__input {
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
    .card-item__input:checked + .card-item__btn {
      background-color: #525d66;
      color: #fff; }
      .card-item__input:checked + .card-item__btn .card-item__btn-text_select {
        display: inline; }
      .card-item__input:checked + .card-item__btn .card-item__btn-text_no-select {
        display: none; }
  .card-item__label {
    display: block;
    transition: 0.2s; }
  .card-item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: auto;
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #525d66;
    font-size: 15px;
    width: 150px;
    height: 30px;
    outline: none;
    cursor: pointer; }
  .card-item__btn-text {
    transition: 0.2s; }
    .card-item__btn-text_select {
      display: none; }
  .card-item__link {
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
    margin: 0px auto; }
    .card-item__link:hover {
      color: #0D0DA0; }
  .card-item__favorite {
    position: absolute;
    top: 0;
    right: 0; }
  .card-item__title {
    display: inline-block;
    width: 100%;
    min-height: 55px;
    margin-bottom: 10px; }
    .card-item__title a {
      display: block;
      font-size: 15px;
      line-height: 18px;
      text-decoration: none;
      color: #32373e; }
  .card-item__sub-title {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px; }
  .card-item__price {
    font-size: 16px;
    line-height: 11.39px;
    text-align: center; }
    .card-item__price .price__icon {
      width: 5px;
      height: 7px; }
  .card-item:hover .card-item__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .card-item:hover .card-item__price .price__value,
  .card-item:hover .card-item__price .price__value_new {
    color: #0D0DA0; }
  .card-item:hover .card-item__price .price__value_old {
    color: #7B8084; }
  @media (min-width: 768px) {
    .card-item_special {
      margin-bottom: 0;
      width: 32%; } }

.price__value {
  font-family: 'Cochin', serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #525d66; }
  .price__value_old {
    display: inline-block;
    margin-right: 20px;
    color: #E23333;
    text-decoration: line-through; }
  .price__value_new {
    color: #7B8084; }
    .price__value_new .price__icon {
      fill: #7B8084; }

.price__icon {
  fill: #32373e; }

.select {
  position: relative; }
  .select_disabled .select__current:after {
    display: none; }
  .select__current {
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 1px solid #7b8084;
    outline: none;
    padding: 0;
    line-height: 35px;
    font-size: 18px;
    color: #7b8084;
    cursor: pointer;
    position: relative; }
    .select__current:after {
      position: absolute;
      content: '';
      width: 13px;
      height: 9px;
      top: 50%;
      right: 0;
      margin-top: -4.5px;
      background-image: url("/local/templates/lundenilona/static/img/general/icons/check-box-arrow.svg");
      background-size: cover; }
  .select__input {
    display: none; }
  .select__label {
    font-size: 12px;
    line-height: 16px;
    color: #32373e; }
  .select__list {
    position: absolute;
    top: 35px;
    width: 100%;
    max-height: 0;
    border: 1px solid #7b8084;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.3s; }
    .select__list::-webkit-scrollbar {
      width: 0; }
    .select__list_open {
      max-height: 202px;
      opacity: 1; }
  .select_selected .select__current {
    color: #32373e; }
  .select_phone .select__current {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px; }
    .select_phone .select__current:after {
      display: none; }
  .select_phone .select__item {
    padding: 0 0 0 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .select__item {
    line-height: 40px;
    font-size: 18px;
    padding: 0 18px;
    cursor: pointer;
    background-color: #fff;
    color: #32373e;
    transition: 0.2s; }
    .select__item:hover {
      background-color: #525d66;
      color: #fff; }

.main-page__offers {
  margin-bottom: 25px; }
  .main-page__offers .offers {
    padding-bottom: 20px; }
  .main-page__offers:after {
    content: '';
    display: block;
    border-bottom: 1px solid #E8EAEB; }

@media (min-width: 768px) {
  .main-page__offers {
    margin-bottom: 40px; }
    .main-page__offers:after {
      width: 640px;
      margin: 0 auto; } }

@media (min-width: 1260px) {
  .main-page__offers:after {
    width: 960px; } }

.main-slider {
  position: relative;
  margin-bottom: 30px; }
  .main-slider__slider .owl-stage-outer {
    background-color: #F7F7F7; }
  .main-slider .owl-carousel .owl-dots {
    margin-top: 13px; }
  .main-slider__item {
    max-width: 1200px;
    margin: 0 auto; }
  .main-slider__image_medium {
    display: none !important; }
  .main-slider__image_large {
    display: none !important; }
  @media (min-width: 768px) {
    .main-slider .owl-carousel .owl-dots {
      margin-top: 18px; }
    .main-slider__image_small {
      display: none !important; }
    .main-slider__image_medium {
      display: block !important; } }
  @media (min-width: 1260px) {
    .main-slider .owl-carousel .owl-dots {
      margin-top: 22px; }
    .main-slider__image_medium {
      display: none !important; }
    .main-slider__image_large {
      display: block !important; }
    .main-slider__slider .owl-stage-outer {
      padding: 10px 0;
      background-color: #F7F7F7; } }

.main-categories {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .main-categories {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .main-categories {
      width: 1056px; } }
  .main-categories__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .main-categories__title {
        font-size: 24px; } }
  .main-categories__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0;
    border-top: 1px solid #E8EAEB;
    border-bottom: 1px solid #E8EAEB; }
  @media (min-width: 768px) {
    .main-categories {
      padding: 0 40px; } }
  @media (min-width: 1260px) {
    .main-categories {
      padding: 0 48px; } }

.offers__container {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px) {
    .offers__container {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .offers__container {
      width: 1056px; } }

.offers__title {
  font-family: 'Cochin', serif;
  font-size: 22px;
  color: #525d66;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .offers__title {
      font-size: 24px; } }

.offers__link {
  display: none; }

@media (min-width: 1260px) {
  .offers__link {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px; }
  .offers__carousel {
    margin: 0 auto;
    width: 975px; } }

.main-social {
  text-align: center; }
  .main-social__container {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden; }
    @media (min-width: 768px) {
      .main-social__container {
        padding: 0;
        width: 720px; } }
    @media (min-width: 1260px) {
      .main-social__container {
        width: 1056px; } }
  .main-social__part {
    display: none; }
    .main-social__part_image {
      display: none; }
  .main-social__title {
    font-family: 'OpenSans-Semibold', sans-serif;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px; }
  .main-social__text {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 22px; }
  .main-social__social {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 34px; }
  .main-social__gallery.owl-carousel {
    display: none; }
  @media (min-width: 768px) {
    .main-social {
      margin-bottom: 50px; }
      .main-social__part {
        display: block; }
      .main-social__gallery.owl-carousel {
        display: block; }
      .main-social__title {
        font-family: 'Cochin', serif;
        font-size: 22px;
        color: #525d66;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: normal; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .main-social__title {
        font-size: 24px; } }
  @media (min-width: 768px) {
      .main-social__social {
        margin-bottom: 20px; } }
  @media (min-width: 1260px) {
    .main-social {
      text-align: left;
      font-size: 0; }
      .main-social__title {
        margin-top: 68px; }
      .main-social__text {
        min-height: 100px;
        margin-bottom: 16px;
        line-height: 18px; }
      .main-social__social {
        justify-content: flex-start; }
      .main-social__part {
        display: inline-block;
        width: 500px;
        margin-right: 56px;
        vertical-align: top; }
        .main-social__part:last-child {
          margin-right: 0; }
        .main-social__part_image {
          display: inline-block; }
          .main-social__part_image img {
            max-width: 100%; }
      .main-social__gallery .main-social__gallery-item img {
        display: inline-block;
        width: 225px; }
      .main-social__gallery .owl-item.active:nth-of-type(2) .main-social__gallery-item img {
        display: inline-block;
        margin-left: 25px; }
      .main-social__gallery-item_big {
        display: none; } }

.social {
  display: flex;
  align-items: center; }
  .social__item {
    margin-right: 30px;
    line-height: 0; }
    .social__item svg {
      fill: #32373e;
      transition: 0.3s; }
    .social__item:last-child {
      margin-right: 0; }
    .social__item:hover svg {
      fill: #0D0DA0; }

.social-share {
  display: flex;
  align-items: center; }
  .social-share__item {
    display: block;
    margin-right: 10px; }
    .social-share__item svg {
      fill: #acb3b7;
      transition: 0.3s; }
    .social-share__item:last-child {
      margin-right: 0; }
    .social-share__item:hover svg {
      fill: #0D0DA0; }
  .social-share__item_blog svg {
    fill: #32373e; }

.main-contacts {
  margin-bottom: 10px;
  display: none; }
  .main-contacts__container {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden; }
    @media (min-width: 768px) {
      .main-contacts__container {
        padding: 0;
        width: 720px; } }
    @media (min-width: 1260px) {
      .main-contacts__container {
        width: 1056px; } }
  .main-contacts__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }
  .main-contacts__item {
    text-align: center;
    margin-bottom: 35px;
    width: 100%; }
  .main-contacts__text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #32373e; }
    .main-contacts__text a {
      color: #32373e;
      text-decoration: none; }
  .main-contacts__icon {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .main-contacts__icon_phone {
      fill: #32373e; }
  .main-contacts__link a {
    font-family: 'OpenSans-Semibold';
    *font-size: 12px;
    *line-height: 11.39px;
    *letter-spacing: 0.6px;
    color: #32373e;
    transition: 0.2s;
    text-decoration: underline;
    -webkit-text-decoration-color: #d0d0d0;
            text-decoration-color: #d0d0d0;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 10px; }
    .main-contacts__link a:hover {
      color: #0d0da0;
      -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
              text-decoration-color: rgba(13, 13, 160, 0.3); }
  .main-contacts__link_phone a {
    font-family: 'OpenSans-Semibold';
    *font-size: 12px;
    *line-height: 11.39px;
    *letter-spacing: 0.6px;
    color: #32373e;
    transition: 0.2s;
    text-decoration: underline;
    -webkit-text-decoration-color: #d0d0d0;
            text-decoration-color: #d0d0d0;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 22px;
    display: inline-block; }
    .main-contacts__link_phone a:hover {
      color: #0d0da0;
      -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
              text-decoration-color: rgba(13, 13, 160, 0.3); }
  @media (min-width: 768px) {
    .main-contacts {
      display: block; }
      .main-contacts__items {
        max-width: 540px;
        margin: 0 auto; }
      .main-contacts__item {
        width: 50%;
        margin-bottom: 40px; } }
  @media (min-width: 1260px) {
    .main-contacts {
      display: block; }
      .main-contacts__items {
        max-width: 100%;
        justify-content: space-between; }
      .main-contacts__item {
        width: auto;
        margin-bottom: 40px; } }

.main-certificates {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  overflow: visible;
  padding: 0; }
  @media (min-width: 768px) {
    .main-certificates {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .main-certificates {
      width: 1056px; } }
  .main-certificates__banner {
    position: relative;
    margin-bottom: 90px; }
  .main-certificates__image {
    width: 100%; }
    .main-certificates__image_desktop {
      display: none; }
  .main-certificates__decor-img {
    position: absolute;
    left: 38px;
    right: 0;
    bottom: -90px;
    margin: 0 auto; }
    .main-certificates__decor-img_big {
      display: none;
      bottom: 0;
      top: 30px;
      margin: auto;
      right: 0;
      left: auto; }
  .main-certificates__info {
    text-align: center; }
  .main-certificates__title {
    font-family: 'Cochin', serif;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    line-height: normal; }
  .main-certificates__text {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 18px;
    max-width: 500px;
    margin: 0 auto;
    color: #32373e;
    text-align: justify; }
  .main-certificates__link {
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase; }
  .main-certificates_main-page .main-certificates__link {
    width: 100%;
    padding: 10px 20px;
    font-family: 'Cochin', serif;
    background-color: #525d66;
    color: #fff;
    border: 1px solid #525d66;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
    text-decoration: none;
    max-width: 280px;
    box-sizing: border-box;
    margin-top: 30px; }
    .main-certificates_main-page .main-certificates__link:hover {
      color: #525d66;
      background-color: transparent; }
  @media (min-width: 768px) {
    .main-certificates__image {
      width: calc(100% - 70px); }
    .main-certificates__decor-img_small {
      display: none; }
    .main-certificates__decor-img_big {
      display: block; }
    .main-certificates__banner {
      margin-bottom: 35px; }
    .main-certificates__text {
      margin-bottom: 20px;
      padding: 0; }
    .main-certificates__link {
      display: block; }
    .main-certificates_main-page {
      padding-top: 102px; }
      .main-certificates_main-page .main-certificates__title br {
        display: none; }
      .main-certificates_main-page .main-certificates__link {
        margin-left: auto;
        margin-right: auto; }
      .main-certificates_main-page .main-certificates__image {
        width: 100%; }
      .main-certificates_main-page .main-certificates__decor-img {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -75px; } }
  @media (min-width: 1260px) {
    .main-certificates {
      font-size: 0;
      display: flex;
      align-items: center; }
      .main-certificates__banner {
        display: inline-block;
        width: 500px;
        margin-top: 0;
        margin-right: 25px; }
      .main-certificates__image_tablet {
        display: none; }
      .main-certificates__image_desktop {
        display: block; }
      .main-certificates__decor-img {
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -100px;
        margin-left: -146px; }
        .main-certificates__decor-img_small {
          display: block; }
        .main-certificates__decor-img_big {
          display: none; }
      .main-certificates__info {
        padding-left: 90px; }
      .main-certificates__title {
        text-align: left; }
      .main-certificates__text {
        text-align: left;
        margin-bottom: 80px; }
      .main-certificates__link {
        text-align: left; }
      .main-certificates_main-page {
        padding-top: 0px;
        align-items: flex-end; }
        .main-certificates_main-page .main-certificates__title {
          margin-bottom: 35px;
          padding-left: 70px; }
          .main-certificates_main-page .main-certificates__title br {
            display: block; }
        .main-certificates_main-page .main-certificates__banner {
          margin-bottom: 0;
          margin-right: 0; }
        .main-certificates_main-page .main-certificates__info {
          padding-left: 55px; }
        .main-certificates_main-page .main-certificates__text {
          margin-bottom: 16px;
          padding-left: 70px; }
        .main-certificates_main-page .main-certificates__link {
          margin-left: 70px;
          margin-top: 50px; }
        .main-certificates_main-page .main-certificates__decor-img {
          right: -100px;
          bottom: 12px;
          left: inherit;
          top: inherit; } }

.press {
  margin-top: 40px;
  margin-bottom: 80px; }
  .press__videos {
    font-size: 0; }
  .press__video {
    width: 100%;
    margin-bottom: 20px; }
    .press__video iframe {
      width: 100%;
      height: 300px; }
  @media (min-width: 768px) {
    .press__video {
      margin-bottom: 40px; }
      .press__video iframe {
        height: 450px; } }
  @media (min-width: 1260px) {
    .press__video {
      display: inline-block;
      box-sizing: border-box;
      width: 50%; }
      .press__video:nth-child(even) {
        padding-left: 20px; }
      .press__video:nth-child(odd) {
        padding-right: 20px; }
      .press__video iframe {
        height: 300px; } }

.category-item {
  min-width: 300px;
  display: block;
  padding-top: 20px;
  padding-bottom: 25px;
  vertical-align: top;
  text-align: center;
  text-decoration: none; }
  .category-item__image {
    height: 210px;
    width: 100%;
    margin: 0 auto; }
    .category-item__image img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .category-item__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 35px;
    margin: 0; }
    @media (min-width: 768px) {
      .category-item__title {
        font-size: 24px; } }
  @media (min-width: 768px) {
    .category-item {
      width: 50%;
      display: inline-block; }
      .category-item__image {
        width: 270px; } }
  @media (min-width: 1260px) {
    .category-item {
      width: 33.3%;
      padding-bottom: 30px; }
      .category-item__image {
        height: 270px; } }

.carousel .owl-stage {
  margin: 0 auto; }

.carousel__items .owl-item {
  text-align: center; }

.carousel__items .owl-nav {
  display: none; }

.carousel__item {
  width: 220px;
  margin: 0 auto;
  text-align: center; }

.carousel__nav-icon {
  stroke: #C6CACC; }

@media (min-width: 768px) {
  .carousel__item {
    width: auto;
    padding: 0 20px;
    box-sizing: border-box; } }

@media (min-width: 1260px) {
  .carousel__item {
    padding: 0; }
  .carousel__items .owl-nav {
    display: block; }
  .carousel__items .owl-prev {
    top: 30%;
    left: -40px; }
  .carousel__items .owl-next {
    top: 30%;
    right: -40px; } }

.product_special {
  margin-bottom: 0; }
  .product_special .product__introduction {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6; }
  .product_special .product__price {
    position: static;
    margin: 25px auto; }
    .product_special .product__price .price__value_new {
      color: #545d65; }
    .product_special .product__price .price__value_old {
      color: #E23333; }
    .product_special .product__price .price__icon {
      fill: #686c70; }
  .product_special .product__button-buy {
    padding-left: 0;
    padding-right: 0;
    background-color: #525d66;
    border: 1px solid #525d66;
    width: 220px;
    border-radius: 5px;
    transition: 0.2s; }
    .product_special .product__button-buy:hover {
      color: #525d66;
      background-color: transparent; }
      .product_special .product__button-buy:hover .product__button-icon {
        stroke: #525d66; }
    .product_special .product__button-buy:before {
      display: none; }
    .product_special .product__button-buy_disabled {
      background-color: #a2abb3;
      color: #fff;
      border: 1px solid #a2abb3;
      cursor: no-drop;
      padding-left: 10px;
      padding-right: 10px;
      width: 255px; }
      .product_special .product__button-buy_disabled .product__button-icon {
        stroke: #fff; }
      .product_special .product__button-buy_disabled:hover {
        color: #fff;
        background-color: #a2abb3;
        border: 1px solid #a2abb3; }
        .product_special .product__button-buy_disabled:hover .product__button-icon {
          stroke: #fff; }
  .product_special .product__lock {
    left: auto;
    right: 0; }
  .product_special .product__group {
    padding-top: 0;
    padding-bottom: 17px;
    margin-bottom: 10px; }
  .product_special .product__count-group {
    display: inline-flex;
    padding: 0 30px;
    margin: 0 0 10px; }
  .product_special .product__counter {
    margin-right: 0; }
  .product_special .limit-message__icon {
    height: 17px; }
    .product_special .limit-message__icon svg {
      width: 17px;
      height: 17px; }

.product__menu {
  margin-bottom: 30px; }

.product__container {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (min-width: 768px) {
    .product__container {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .product__container {
      width: 1056px; } }

.product__block {
  margin-bottom: 20px; }

.product__introduction {
  margin-bottom: 30px;
  padding-top: 10px;
  background-color: #e8ebed; }

.product__breadcrumbs {
  padding-bottom: 10px;
  text-align: center; }

.product__image {
  width: 100%;
  height: 300px;
  text-align: center;
  padding-left: 20px;
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 10px;
  box-sizing: border-box; }
  .product__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.product__info {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 100%;
  padding: 0 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .product__info {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .product__info {
      width: 1056px; } }

.product__button-wrapper {
  display: inline-flex;
  align-items: flex-end;
  position: relative; }

.product__button-box {
  position: relative;
  padding-top: 44px; }

.product__title {
  font-family: 'Cochin', serif;
  font-size: 22px;
  color: #525d66;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .product__title {
      font-size: 24px; } }

.product__description {
  margin: 0;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 16px;
  color: #32373e; }

.product__icons {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; }

.product__sizer {
  margin: 0; }

.product__price {
  position: absolute;
  width: 240px;
  top: 0;
  left: auto;
  right: auto;
  min-height: 21px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 18px;
  text-align: left; }
  .product__price .price {
    text-align: center; }
    .product__price .price__value {
      color: #545d65; }
      .product__price .price__value_old {
        font-size: 24px;
        margin-right: 15px; }
  .product__price .price__icon {
    fill: #2f343a;
    width: 9px;
    height: 12px; }

.product__favorite {
  margin-left: 10px;
  margin-bottom: 19px; }

.product__button-buy {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Cochin', serif;
  background-color: #525d66;
  color: #fff;
  border: 1px solid #525d66;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.2s;
  cursor: pointer;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  margin: 0 auto;
  outline: none;
  border-radius: 5px; }
  .product__button-buy:hover {
    color: #525d66;
    background-color: transparent; }
  .product__button-buy:hover .product__button-icon {
    stroke: #525d66; }
  .product__button-buy_active {
    background-color: transparent;
    color: #525d66; }
    .product__button-buy_active .product__button-icon {
      display: none; }

.product__button-icon {
  min-width: 22px;
  margin-left: 10px;
  stroke: #fff;
  transition: 0.2s; }

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

.product__expiration {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #7b8084; }

.product__about {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px) {
    .product__about {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .product__about {
      width: 1056px; } }

.product__about-title {
  font-family: 'Cochin', serif;
  font-size: 22px;
  color: #525d66;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .product__about-title {
      font-size: 24px; } }

.product__about-text {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #32373e;
  border-bottom: 1px solid #e8ebed; }

.product__features {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-align: left;
  list-style: none; }

.product__features-item {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  line-height: 16px;
  padding-top: 1px;
  padding-bottom: 10px;
  color: #a3aaaf; }
  .product__features-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/lundenilona/static/img/general/icons/stop.svg"); }
  .product__features-item_animal:before {
    background-image: url("/local/templates/lundenilona/static/img/general/icons/rabbit.svg"); }

.product__video iframe {
  width: 100%;
  height: 190px; }

.product__notification {
  display: none;
  position: fixed;
  top: 51px;
  right: 5px;
  z-index: 110;
  text-align: left; }

.product__group {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 10px; }

.product__count-group {
  max-width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 9px;
  z-index: 1; }
  .product__count-group_limit {
    padding-left: 0; }
    .product__count-group_limit .product__lock {
      display: block; }
    .product__count-group_limit .counter__button_increment {
      color: #E23333; }
    .product__count-group_limit .counter {
      border: 1px solid #E23333; }

.product__lock {
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none; }

.product__counter {
  margin: 0 11px 0 0; }

.product__alert {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0; }
  .product__alert_visible {
    display: block; }
  .product__alert_mobile_hidden {
    display: none; }

@media (min-width: 768px) {
  .product_special .product__button-buy {
    margin-right: 16px; }
  .product_special .product__info {
    justify-content: space-around;
    padding-right: 0; }
  .product_special .product__image {
    height: 300px; }
    .product_special .product__image img {
      max-height: 300px; }
  .product_special .product__group {
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 0; }
  .product_special .product__count-group {
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 13px; }
    .product_special .product__count-group_limit .product__lock {
      display: none; }
  .product_special .product__lock {
    display: none; }
  .product_special .product__alert {
    position: static;
    margin: 0; }
    .product_special .product__alert_mobile_hidden {
      display: block; }
  .product_special .product__price {
    font-size: 32px; }
    .product_special .product__price .price__value_old {
      font-size: 28px;
      margin-right: 20px; }
  .product_special .limit-message__text {
    font-size: 12px; }
  .product__introduction {
    font-size: 0;
    padding-bottom: 10px; }
  .product__introduction-content {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .product__introduction-content {
      padding: 0;
      width: 720px; } }
  @media (min-width: 768px) and (min-width: 1260px) {
    .product__introduction-content {
      width: 1056px; } }

@media (min-width: 768px) {
  .product__breadcrumbs {
    text-align: left;
    width: 100%; }
  .product__image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 400px;
    padding-bottom: 0;
    background-color: transparent; }
  .product__info {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    min-width: auto;
    vertical-align: top;
    text-align: left; }
  .product__description {
    margin-bottom: 23px;
    padding-right: 0; }
  .product__icons {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 17px;
    margin-left: 0;
    margin-right: 0; }
  .product__counter {
    font-size: 14px;
    line-height: 32px; }
  .product__sizer {
    margin: 0; }
  .product__price {
    position: static;
    width: auto;
    font-size: 22px;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 0;
    color: #ffffff; }
    .product__price .price {
      text-align: left; }
      .product__price .price__value_new {
        color: #ffffff; }
      .product__price .price__icon {
        fill: #fff; }
  .product__button-wrapper {
    align-items: flex-end;
    margin-bottom: 20px; }
  .product__button-buy {
    width: 210px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    transition: none;
    position: relative; }
    .product__button-buy:hover {
      color: #ffffff;
      background-color: transparent; }
      .product__button-buy:hover .product__button-icon {
        stroke: #ffffff; }
    .product__price + .product__button-buy:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 1px;
      height: 90%;
      background-color: #6a737b;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .product__button-buy.button-buy-big {
      width: 195px; }
  .product__paytypes {
    max-width: 220px;
    margin: 0 0 20px; }
  .product__expiration {
    margin: 0; }
  .product__favorite {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 24px; }
  .product__about-text {
    text-align: left; }
  .product__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box; }
  .product__features-item {
    width: 190px;
    box-sizing: border-box; }
  .product__video {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .product__video {
      padding: 0;
      width: 720px; } }
  @media (min-width: 768px) and (min-width: 1260px) {
    .product__video {
      width: 1056px; } }

@media (min-width: 768px) {
    .product__video iframe {
      height: 380px; }
  .product__title {
    margin-right: 0;
    margin-bottom: 28px;
    padding-right: 0; }
  .product__about {
    width: 600px; }
  .product__notification {
    left: 0;
    top: 70px; }
  .product__count-group {
    max-width: none;
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0; }
    .product__count-group_limit {
      padding-left: 0;
      padding-right: 31px; }
  .product__lock {
    left: auto;
    right: 0; }
  .product__alert {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 10px; }
    .product__alert_mobile_hidden {
      display: block; }
  .product__group {
    display: flex;
    flex-flow: column-reverse nowrap;
    align-items: flex-start;
    position: relative;
    padding-top: 29px; }
  .product__button-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-top: 0;
    border: 1px solid #525d66;
    background-color: #525d66;
    border-radius: 5px;
    transition: 0.3s;
    min-height: 58px; }
    .product__button-box.unavailable-button-box {
      padding-left: 0px; }
    .product__button-box:hover {
      background-color: transparent; }
      .product__button-box:hover .product__button-buy {
        color: #525d66; }
        .product__button-box:hover .product__button-buy .product__button-icon {
          stroke: #525d66; }
      .product__button-box:hover .price__value_new {
        color: #525d66; }
      .product__button-box:hover .price__icon {
        fill: #525d66; }
  .product__price {
    position: static;
    width: auto;
    margin-right: 12px;
    color: #ffffff; }
    .product__price .price__value_new {
      color: #ffffff; }
    .product__price .price__icon {
      fill: #fff; }
  .product__button-buy {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    transition: none;
    position: relative; }
    .product__button-buy:hover {
      color: #ffffff;
      background-color: transparent; }
      .product__button-buy:hover .product__button-icon {
        stroke: #ffffff; }
    .product__price + .product__button-buy:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 1px;
      height: 90%;
      background-color: #6a737b;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .product__paytypes {
    max-width: 220px; }
  .product__expiration {
    margin-bottom: 0; } }

@media (min-width: 1260px) {
  .product_special .product__info {
    justify-content: space-around; }
  .product_special .product__image {
    height: 300px; }
    .product_special .product__image img {
      max-height: 300px; }
  .product__introduction-content {
    width: 920px; }
  .product__info {
    width: 480px;
    margin: 0;
    padding-right: 90px; }
  .product__breadcrumbs {
    width: 100%; }
  .product__image {
    width: 400px;
    padding: 0;
    margin-right: 40px; }
    .product__image img {
      max-width: 400px;
      max-height: 400px; }
  .product__group {
    padding-top: 24px; } }

.ingredients {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 768px) {
    .ingredients {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .ingredients {
      width: 1056px; } }
  .ingredients__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0; }
    @media (min-width: 768px) {
      .ingredients__title {
        font-size: 24px; } }
  .ingredients__item {
    margin-bottom: 20px; }
  .ingredients__image {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
    .ingredients__image img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .ingredients__info {
    display: inline-block; }
  .ingredients__name {
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px; }
  .ingredients__text {
    font-size: 15px;
    line-height: 20px; }
    .ingredients__text p {
      margin: 0; }
  @media (min-width: 768px) {
    .ingredients {
      text-align: left; }
      .ingredients__title {
        text-align: center; }
      .ingredients__item {
        display: flex;
        align-items: center; }
      .ingredients__image {
        display: inline-block;
        min-width: 60px;
        height: 60px;
        margin-left: 0;
        margin-right: 25px;
        margin-bottom: 0; }
      .ingredients__name {
        margin-bottom: 0; } }
  @media (min-width: 1260px) {
    .ingredients {
      width: 600px;
      margin-left: auto;
      margin-right: auto; } }

.rituals {
  text-align: center; }
  .rituals__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .rituals__title {
        font-size: 24px; } }
  .rituals__text {
    margin: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px; }
  .rituals__slider-title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .rituals__slider-title {
        font-size: 24px; } }
  @media (min-width: 768px) {
    .rituals {
      border-bottom: 1px solid #e8ebed;
      text-align: left; }
      .rituals__title {
        text-align: center; }
      .rituals__item {
        margin-bottom: 65px; }
        .rituals__item:last-child {
          margin-bottom: 0; } }
  @media (min-width: 1260px) {
    .rituals__title, .rituals__text {
      width: 600px;
      margin: 0 auto; } }

.review-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  text-align: center; }
  .review-item__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.reviews-list {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0; }
  .reviews-list__item {
    display: inline-block;
    width: 100%; }
  @media (min-width: 768px) {
    .reviews-list {
      width: 620px;
      margin-left: auto;
      margin-right: auto; }
      .reviews-list__item {
        display: inline-block;
        width: 290px;
        height: 290px;
        margin-right: 40px;
        margin-bottom: 40px; }
        .reviews-list__item:nth-child(2n) {
          margin-right: 0; } }
  @media (min-width: 1260px) {
    .reviews-list {
      width: auto; }
      .reviews-list__item {
        width: 225px;
        height: 225px;
        margin-right: 52px;
        margin-bottom: 52px; }
        .reviews-list__item:nth-child(2n) {
          margin-right: 52px; }
        .reviews-list__item:nth-child(4n) {
          margin-right: 0; } }

.reviews-slider {
  text-align: center; }
  .reviews-slider__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .reviews-slider__title {
        font-size: 24px; } }
  .reviews-slider__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .reviews-slider__review {
    width: 280px;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px; }
    .reviews-slider__review:last-child {
      margin-bottom: 0; }
  .reviews-slider__link {
    font-family: 'OpenSans-Semibold';
    *font-size: 12px;
    *line-height: 11.39px;
    *letter-spacing: 0.6px;
    color: #32373e;
    transition: 0.2s;
    text-decoration: underline;
    -webkit-text-decoration-color: #d0d0d0;
            text-decoration-color: #d0d0d0; }
    .reviews-slider__link:hover {
      color: #0d0da0;
      -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
              text-decoration-color: rgba(13, 13, 160, 0.3); }
  @media (min-width: 768px) {
    .reviews-slider__title {
      margin-bottom: 20px; }
    .reviews-slider__item {
      font-size: 0; }
    .reviews-slider__list {
      margin-bottom: 20px; }
    .reviews-slider__review {
      display: inline-block;
      width: 50%;
      margin-bottom: 0;
      box-sizing: border-box; }
      .reviews-slider__review:first-child {
        padding-right: 20px; }
      .reviews-slider__review:last-child {
        padding-left: 20px; } }
  @media (min-width: 1260px) {
    .reviews-slider__list {
      margin-bottom: 0; }
    .reviews-slider__review {
      width: 100%; }
      .reviews-slider__review:first-child {
        padding-right: 0; }
      .reviews-slider__review:last-child {
        padding-left: 0; } }

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
  .breadcrumbs__item {
    display: inline-block; }
    .breadcrumbs__item:after {
      content: '/';
      display: inline-block;
      padding: 0 5px;
      font-size: 12px; }
    .breadcrumbs__item:last-child:after {
      content: ' '; }
  .breadcrumbs__link {
    font-size: 12px;
    line-height: 20px;
    color: #7b8084;
    text-decoration: none;
    cursor: pointer; }

.catalog__title {
  font-family: 'Cochin', serif;
  font-size: 22px;
  color: #525d66;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .catalog__title {
      font-size: 24px; } }

.catalog__menu {
  position: relative;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  overflow: visible;
  margin-bottom: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 10;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .catalog__menu {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .catalog__menu {
      width: 1056px; } }

.catalog__separator {
  margin: 30px 0; }
  .catalog__separator:first-of-type {
    margin-top: 0; }

.catalog__banner {
  position: relative; }

.catalog__image {
  display: flex;
  vertical-align: top;
  overflow: hidden; }
  .catalog__image picture {
    width: 100%; }
  .catalog__image img {
    width: 100%;
    min-height: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.catalog__legend {
  font-family: 'OpenSans-Semibold', sans-serif;
  position: absolute;
  font-size: 16px;
  bottom: 20px;
  right: 20px; }

.catalog__item {
  width: 100%;
  padding: 20px;
  padding-bottom: 15px;
  padding-top: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #e2e4e8; }

@media (min-width: 768px) {
  .catalog__title {
    margin-bottom: 25px; }
  .catalog__content {
    width: 719px;
    margin: 0 auto;
    padding: 0; }
  .catalog__menu {
    margin-bottom: 1px;
    position: relative;
    top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .catalog__section {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 0;
    margin-left: 1px; }
    .catalog__section_right .catalog__item {
      order: 3; }
      .catalog__section_right .catalog__item:first-of-type {
        order: 1; }
    .catalog__section_right .catalog__banner {
      order: 2; }
  .catalog__banner {
    display: inline-block;
    width: 479px;
    height: 320px;
    border: 1px solid #e2e5e9;
    border-right: none;
    box-sizing: border-box;
    vertical-align: top;
    margin-top: -1px;
    margin-left: -1px; }
  .catalog__image {
    height: 100%; }
    .catalog__image img {
      min-height: 100%; }
  .catalog__item {
    display: inline-block;
    height: 320px;
    width: 240px;
    border: 1px solid #e2e5e9;
    margin-top: -1px;
    margin-left: -1px;
    vertical-align: top; }
    .catalog__item.offer-item {
      height: 340px; }
      .catalog__item.offer-item .card-item__title {
        min-height: 75px; } }

@media (min-width: 1260px) {
  .catalog__content {
    width: 1099px; }
  .catalog__section_right .catalog__item {
    order: 3; }
    .catalog__section_right .catalog__item:first-of-type {
      order: 1; }
    .catalog__section_right .catalog__item:nth-of-type(2) {
      order: 1; }
  .catalog__section_right .catalog__banner {
    order: 2; }
  .catalog__banner {
    width: 549px; }
  .catalog__item {
    width: 275px; } }

.catalog-menu {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 5; }
  .catalog-menu__active {
    position: relative;
    border: 1px solid #32373e;
    border-radius: 5px; }
  .catalog-menu__active-text {
    text-align: center;
    font-size: 16px;
    line-height: 30px; }
  .catalog-menu__icon {
    position: absolute;
    top: 9px;
    right: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: 0.3s;
    stroke: #7b8084; }
    .catalog-menu__icon_rotate {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
    .catalog-menu__icon svg {
      stroke: #7b8084; }
  .catalog-menu__list {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding-bottom: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #32373e;
    border-top: none;
    border-radius: 5px; }
    .catalog-menu__list_active {
      display: block; }
  .catalog-menu__item {
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    color: #32373e; }
    .catalog-menu__item_active {
      color: #7b8084; }
  @media (min-width: 768px) {
    .catalog-menu {
      border: none; }
      .catalog-menu__active {
        display: none; }
      .catalog-menu__list {
        position: static;
        display: block;
        text-align: center;
        border: none; }
      .catalog-menu__item {
        display: inline-block;
        margin: 0 22px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
        border-bottom: 1px solid transparent;
        transition: 0.2s;
        color: #32373e;
        border-bottom: 1px solid rgba(82, 93, 102, 0.5); }
        .catalog-menu__item:hover {
          border-bottom-color: transparent;
          color: #0D0DA0; }
        .catalog-menu__item_active {
          font-family: 'OpenSans-Semibold', sans-serif;
          border-bottom: 1px solid transparent; }
          .catalog-menu__item_active:hover {
            color: #32373e; } }

.gallery {
  display: inline-block;
  max-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: visible;
  z-index: 100; }
  .gallery__image {
    text-align: center;
    width: 100%; }
    .gallery__image img {
      max-height: 100%;
      max-width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery__close {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: none;
    background-color: transparent;
    padding: 0;
    z-index: 100; }
    .gallery__close svg {
      stroke: #fff; }
  .gallery__counter {
    margin-top: 5px;
    font-family: 'Cochin', serif;
    font-size: 24px;
    text-align: center;
    color: #fff; }
  .gallery__controls svg {
    stroke: #fff; }
  .gallery__left, .gallery__right {
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .gallery__left svg, .gallery__right svg {
      width: 30px;
      height: 40px; }
  .gallery__left {
    left: 0; }
    .gallery__left svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .gallery__right {
    right: 0; }
  @media (min-width: 768px) {
    .gallery {
      padding-top: 0; }
      .gallery__counter {
        font-size: 30px; }
      .gallery__close {
        left: calc(100% + 10px);
        -webkit-transform: none;
                transform: none; }
      .gallery__left {
        left: -35px; }
      .gallery__right {
        right: -35px; }
      .gallery__left, .gallery__right {
        background-color: transparent;
        padding: 0; } }

.spoiler__title {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  border-top: 1px solid #7a8085;
  font-size: 15px;
  line-height: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer; }

.spoiler__button {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  outline: none;
  color: #a8aeb2; }

.spoiler__inner {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s; }
  @media (min-width: 768px) {
    .spoiler__inner {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .spoiler__inner {
      width: 1056px; } }

.spoiler:nth-child(even) .spoiler__title {
  background-color: #f7f9f9; }

.spoiler:last-child .spoiler__title {
  border-bottom: 1px solid #7b8084; }

.spoiler_open .spoiler__title {
  border-bottom: 1px solid #7b8084; }

.spoiler_open .spoiler__inner {
  max-height: 1200px;
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 768px) {
  .spoiler__title {
    padding-left: 10px;
    padding-right: 15px;
    border-left: 1px solid #7b8084;
    border-right: 1px solid #7b8084; }
  .spoiler__inner {
    width: auto;
    padding: 0; } }

.shops {
  margin-bottom: 80px; }
  .shops__spoilers {
    margin-bottom: 20px; }
  .shops__country {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 20px; }
  @media (min-width: 768px) {
    .shops {
      width: 502px;
      margin-left: auto;
      margin-right: auto; }
      .shops__country {
        padding: 0; } }

.shop {
  margin-bottom: 40px; }
  .shop__image {
    margin-bottom: 20px; }
    .shop__image img {
      width: 100%; }
  .shop__description {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 20px; }
    .shop__description a {
      color: #32373e;
      text-decoration: none; }
  .shop:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .shop {
      margin-bottom: 20px; }
      .shop:after {
        content: '';
        display: block;
        clear: both; }
      .shop__image {
        display: inline-block;
        padding-right: 20px;
        vertical-align: top; }
        .shop__image img {
          width: 166px; }
      .shop__description {
        display: inline-block;
        width: 311px;
        text-align: left;
        vertical-align: top; } }

.about-me__container {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (min-width: 768px) {
    .about-me__container {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .about-me__container {
      width: 1056px; } }

.about-me__image {
  position: relative;
  height: 220px;
  width: 100%;
  max-width: 379px;
  margin: 0 auto; }

.about-me__sign {
  position: absolute;
  top: 0;
  left: 40px;
  width: 277px;
  height: 120px;
  background-image: url("/local/templates/lundenilona/static/img/general/sign.svg");
  background-repeat: no-repeat;
  background-size: cover; }

.about-me__ilona {
  position: absolute;
  top: -20px;
  left: -36px;
  width: 186px;
  height: 232px;
  background-image: url("/local/templates/lundenilona/static/img/general/ilona.png");
  background-repeat: no-repeat;
  background-size: cover; }

.about-me__text {
  text-align: justify;
  max-width: 520px;
  margin: 0 auto; }
  .about-me__text .page__text {
    font-size: 15px;
    line-height: 20px;
    margin: 1.5em 0; }

.about-me__media {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 50px; }

.about-me__media-item {
  width: 100%;
  margin-bottom: 20px; }
  .about-me__media-item:last-child {
    margin-bottom: 0; }
  .about-me__media-item img,
  .about-me__media-item iframe {
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 280px;
    margin-bottom: 10px; }

.about-me__media-description {
  margin: 0 auto;
  width: 280px;
  font-size: 12px; }

@media (min-width: 768px) {
  .about-me__text {
    text-align: center; }
  .about-me__image {
    height: 270px;
    max-width: 680px; }
  .about-me__sign {
    left: 60px;
    width: 585px;
    height: 253px; }
  .about-me__ilona {
    top: -45px;
    left: -150px;
    width: 394px;
    height: 492px; }
  .about-me__media {
    justify-content: space-between; }
  .about-me__media-item {
    width: 290px;
    margin-bottom: 20px; }
    .about-me__media-item:last-child {
      margin-bottom: 0; }
    .about-me__media-item img,
    .about-me__media-item iframe {
      display: block;
      width: 290px;
      height: 290px;
      margin-bottom: 10px; }
  .about-me__media-description {
    width: auto; } }

.certificates__main {
  margin-bottom: 50px; }
  .certificates__main .main-certificates__link {
    display: none; }

.certificates__container {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (min-width: 768px) {
    .certificates__container {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .certificates__container {
      width: 1056px; } }

.certificates__icon {
  height: 35px;
  width: 15px;
  vertical-align: text-top;
  fill: #525d66; }

.certificates__chose-list {
  font-size: 0;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px; }

.certificates__chose-item {
  display: inline-block;
  width: 100%;
  padding-left: 12px;
  margin-bottom: 60px;
  box-sizing: border-box; }

.certificates__chose-img {
  font-family: 'Cochin-Bold', serif;
  background-image: url("/local/templates/lundenilona/static/img/general/certificateImgSmall.png");
  width: 260px;
  height: 137px;
  margin: 0 auto;
  color: #525d66;
  font-size: 30px;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box; }

.certificates__chose-title {
  margin: 0;
  margin-bottom: 30px;
  font-family: 'Cochin', serif;
  color: #525d66;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px; }

.certificates__chose-value {
  font-family: 'Cochin-Bold', serif;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase; }

.certificates__chose-button {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Cochin', serif;
  background-color: #525d66;
  color: #fff;
  border: 1px solid #525d66;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.2s;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  position: relative;
  right: 5px;
  width: 240px; }
  .certificates__chose-button:hover {
    color: #525d66;
    background-color: transparent; }

.certificates__part {
  text-align: justify; }
  .certificates__part:first-child {
    margin-bottom: 40px; }

.certificates__subtitle {
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 16px;
  margin: 0;
  margin-bottom: 19px;
  text-align: center; }

.certificates__link {
  font-family: 'OpenSans-Semibold';
  *font-size: 12px;
  *line-height: 11.39px;
  *letter-spacing: 0.6px;
  color: #32373e;
  transition: 0.2s;
  text-decoration: underline;
  -webkit-text-decoration-color: #d0d0d0;
          text-decoration-color: #d0d0d0;
  display: block;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .certificates__link:hover {
    color: #0d0da0;
    -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
            text-decoration-color: rgba(13, 13, 160, 0.3); }

@media (min-width: 768px) {
  .certificates {
    margin-top: 20px; }
    .certificates__chose-img {
      width: 188px;
      text-align: right;
      padding-right: 55px;
      background-image: url("/local/templates/lundenilona/static/img/general/certificateImg.png"); }
    .certificates__chose {
      margin-bottom: 30px; }
    .certificates__chose-list {
      margin: 0;
      max-width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    .certificates__chose-item {
      width: 190px;
      margin: 0 20px;
      margin-bottom: 30px;
      padding-left: 0; }
    .certificates__part {
      text-align: left; }
    .certificates__link {
      display: inline-block;
      margin-top: 30px;
      margin-right: 25px; }
    .certificates__chose-button {
      width: 170px; } }

@media (min-width: 1260px) {
  .certificates {
    margin-top: 40px; }
    .certificates__chose-list {
      justify-content: space-between;
      margin-bottom: 50px; }
    .certificates__chose-item {
      margin: 0; }
    .certificates__parts {
      display: flex;
      justify-content: space-between; }
    .certificates__part {
      width: 500px;
      margin-bottom: 0; }
    .certificates__link {
      display: block;
      margin-right: 0;
      margin-top: 0; }
      .certificates__link:first-of-type {
        margin-top: 30px; } }

#certificate-success {
  text-align: center;
  font-size: 18px; }

.contacts {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  justify-content: center; }
  @media (min-width: 768px) {
    .contacts {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .contacts {
      width: 1056px; } }
  .contacts__part {
    text-align: center; }
    .contacts__part:last-child {
      margin-right: 0px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%; }
  .contacts__subtitle {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 20px;
    width: 100%; }
  .contacts__item {
    margin-bottom: 25px; }
  .contacts__label {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #7b8084; }
    .contacts__label_title-style {
      font-family: 'OpenSans-Semibold', sans-serif;
      font-size: 18px;
      line-height: 22px;
      color: #32373e; }
  .contacts__value {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 18px;
    line-height: 22px; }
    .contacts__value a {
      color: inherit;
      text-decoration: none; }
      .contacts__value a:hover {
        color: #0D0DA0; }
    .contacts__value_grey {
      font-family: 'OpenSans', sans-serif;
      color: #7b8084;
      font-size: 15px; }
    .contacts__value_social {
      display: flex;
      justify-content: center; }
  .contacts__input {
    margin-bottom: 30px; }
  .contacts__button {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px; }
    .contacts__button button {
      padding: 10px 10px; }
  .contacts__item_requisites {
    margin-top: 20px;
    margin-bottom: 48px;
    order: -1; }
  @media (min-width: 768px) {
    .contacts {
      display: flex;
      justify-content: space-between; }
      .contacts__item_requisites {
        order: 1;
        margin: 0; }
      .contacts__part {
        width: 50%;
        max-width: 290px;
        box-sizing: border-box;
        text-align: left; }
        .contacts__part:first-child {
          order: 2;
          padding-right: 25px; }
        .contacts__part:last-child {
          order: 1;
          padding-left: 25px; }
      .contacts__value_social {
        justify-content: flex-start; }
      .contacts__input {
        margin-bottom: 40px; } }
  @media (min-width: 1260px) {
    .contacts {
      justify-content: center; }
      .contacts__part:last-child {
        margin-right: 200px; }
      .contacts__subtitle {
        margin-bottom: 30px; } }

textarea,
input[type="text"],
input[type="button"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

.input {
  position: relative;
  text-align: left; }
  .input__input {
    width: 100%;
    min-height: 35px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #7b8084;
    border-radius: 0;
    resize: none;
    outline: none;
    font-size: 18px;
    line-height: 35px;
    color: #32373e;
    -webkit-appearance: none; }
    .input__input::-webkit-input-placeholder {
      color: #A2A6A9; }
    .input__input:-ms-input-placeholder {
      color: #A2A6A9; }
    .input__input::-ms-input-placeholder {
      color: #A2A6A9; }
    .input__input::placeholder {
      color: #A2A6A9; }
    .input__input::-ms-clear {
      display: none; }
    .input__input:-ms-input-placeholder {
      color: #A2A6A9; }
  .input__label {
    font-size: 12px;
    line-height: 16px;
    color: #32373e; }
  .input_radio .input__input {
    display: none; }
    .input_radio .input__input:checked + .input__label:after {
      content: '';
      background-color: #32373e; }
  .input_radio .input__label {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding-left: 30px;
    cursor: pointer; }
    .input_radio .input__label:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #32373e;
      border-radius: 50%;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
    .input_radio .input__label:after {
      content: '';
      position: absolute;
      top: calc(50% + 6px);
      left: 6px;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border-radius: 50%;
      transition: 0.2s;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
  .input_radio .input__error {
    bottom: -26px; }
  .input_checkbox {
    padding-bottom: 5px; }
    .input_checkbox .input__input {
      display: none; }
      .input_checkbox .input__input:checked + .input__label:after {
        opacity: 1; }
    .input_checkbox .input__label {
      position: relative;
      display: inline-block;
      font-size: 13px;
      line-height: 16px;
      padding-left: 30px;
      cursor: pointer;
      color: #7b8084; }
      .input_checkbox .input__label:before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #7b8084;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px); }
      .input_checkbox .input__label:after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        top: calc(50% + 6px);
        left: 4px;
        width: 13px;
        height: 9px;
        background-image: url("/local/templates/lundenilona/static/img/general/icons/check-box-arrow.svg");
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        opacity: 0;
        transition: 0.2s; }
    .input_checkbox .input__error {
      bottom: -26px; }
  .input_file {
    display: flex;
    align-items: center; }
    .input_file .input__input {
      display: none; }
    .input_file .input__label {
      font-size: 18px;
      cursor: pointer; }
  .input_phone .input__select {
    width: 30%;
    max-width: 115px;
    margin-right: auto; }
  .input_phone .input__wrapper {
    width: 67%;
    position: relative; }
  .input__preview {
    width: 60px;
    height: 60px;
    background: #7b8084;
    margin-right: 20px; }
    .input__preview img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .input__description {
    margin-left: 30px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
    color: #7b8084;
    font-style: italic; }
  .input__error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #b2001a; }
  .input__warning {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    color: #32373e; }
    .input__warning a {
      color: #32373e; }
  .input_required {
    position: relative; }
    .input_required:after {
      content: '*';
      position: absolute;
      top: 10px;
      right: 0;
      color: #7b8084;
      font-size: 18px; }
  .input__search-select.input_required:after {
    display: none; }
  .input_error .input__input {
    border-color: #b2001a; }
  .input_error .input__label {
    color: #b2001a; }
  .input_error:after {
    color: #b2001a; }

.delivery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  max-width: 500px;
  margin: 0 auto; }

.delivery__item {
  width: 100%;
  max-width: 500px;
  margin-bottom: 25px; }

.delivery__title {
  font-family: 'OpenSans-Semibold', sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px; }

.delivery__text {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  color: #7B8084; }
  .delivery__text_black {
    color: #32373e;
    margin-top: 15px;
    margin-bottom: 10px; }

.delivery__link {
  display: block;
  line-height: 25px;
  margin-bottom: 5px;
  color: #32373e;
  text-decoration: none;
  transition: 0.2s;
  font-size: 15px;
  cursor: pointer; }
  .delivery__link:hover {
    color: #0D0DA0; }

.delivery__baselink {
  display: block;
  line-height: 25px;
  margin-bottom: 5px;
  transition: 0.2s;
  font-size: 15px;
  cursor: pointer; }

.delivery__subtitle {
  font-size: 15px; }

.delivery__description {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  line-height: 20px; }

@media (min-width: 768px) {
  .delivery__item {
    width: 50%;
    margin-bottom: 65px; }
  .delivery__text, .delivery__title {
    max-width: 215px; } }

@media (min-width: 1260px) {
  .delivery__list {
    justify-content: space-between;
    max-width: 100%; }
  .delivery__item {
    width: 230px; } }

.cart__list {
  margin-bottom: 25px; }

.cart__discount {
  margin-bottom: 45px; }
  .cart__discount__warning {
    display: block;
    font-size: 12px;
    line-height: 16px; }

@media (min-width: 768px) {
  .cart__list {
    margin-bottom: 40px; }
  .cart__footer {
    display: flex;
    justify-content: space-between; }
  .cart__discount {
    width: 420px; } }

@media (min-width: 1260px) {
  .cart__discount {
    width: 625px; } }

.favorite {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer; }
  .favorite svg {
    fill: transparent;
    stroke: #525d66;
    transition: 0.3s; }
  .favorite_active svg {
    fill: #525d66; }

.cart-list__header {
  display: none; }

.cart-list__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh; }

.cart-list__empty-content {
  text-align: center; }

@media (min-width: 1260px) {
  .cart-list__header {
    display: flex;
    padding-left: 225px;
    padding-right: 16px;
    font-size: 0; }
  .cart-list__header-data {
    justify-content: flex-start; }
  .cart-list__header-item {
    display: inline-block;
    font-size: 16px;
    line-height: 46px;
    text-align: left; }
    .cart-list__header-item_name {
      width: 300px;
      text-align: left;
      padding-left: 20px;
      box-sizing: border-box; }
    .cart-list__header-item_price {
      width: 115px;
      text-align: left; }
    .cart-list__header-item_counter {
      width: 160px; }
    .cart-list__header-item_total {
      width: 110px; }
    .cart-list__header-item_discount {
      width: 110px; }
  .cart-list_empty .cart-list__header {
    margin-bottom: 0;
    height: 0; }
  .cart-list_empty .cart-list__header-item {
    font-size: 0; } }

.cart-discount {
  display: flex; }
  .cart-discount__input {
    margin-right: 20px; }
  .cart-discount__button {
    width: 30px;
    height: 30px;
    padding: 1px 6px;
    margin-top: 6px;
    border: 1px solid #7b8084;
    background-color: transparent;
    outline: none; }
  .cart-discount__button-text {
    display: none; }
  .cart-discount__delete {
    width: 100%;
    padding: 10px 20px;
    font-family: 'Cochin', serif;
    background-color: #525d66;
    color: #fff;
    border: 1px solid #525d66;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
    display: inline-block;
    width: 140px;
    margin-top: 10px;
    margin-left: 20px;
    color: #525d66;
    background-color: transparent; }
    .cart-discount__delete:hover {
      color: #525d66;
      background-color: transparent; }
    .cart-discount__delete:hover {
      color: #fff;
      background-color: #525d66; }
  .cart-discount__button-icon svg {
    stroke: #7b8084; }
  @media (min-width: 1260px) {
    .cart-discount__button {
      width: auto;
      padding: 0 15px;
      height: 40px;
      margin-top: 0; }
    .cart-discount__input {
      margin-top: 4px; }
    .cart-discount__button-icon {
      display: none; }
    .cart-discount__button-text {
      font-family: 'Cochin', serif;
      display: inline-block;
      font-size: 16px;
      line-height: 1;
      color: #7b8084;
      text-transform: uppercase; } }

.cart-total__discount, .cart-total__total {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.cart-total__icon {
  width: 10px;
  height: 15px; }

.cart-total__discount {
  color: #32373e;
  margin-bottom: 10px; }

.cart-total__total {
  color: #32373e; }

.cart-total__title {
  font-size: 16px; }

.cart-total__value {
  font-family: 'Cochin-Bold', serif;
  font-size: 24px;
  min-width: 90px;
  text-align: right; }
  .cart-total__value_small {
    font-size: 18px;
    color: #7b8084; }
    .cart-total__value_small .cart-total__currency {
      font-size: 14px; }

.cart-total__currency {
  font-size: 20px; }

.cart-total__submit {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Cochin', serif;
  background-color: #525d66;
  color: #fff;
  border: 1px solid #525d66;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 30px; }
  .cart-total__submit:hover {
    color: #525d66;
    background-color: transparent; }
  .cart-total__submit_basket {
    display: none; }

.order__need-prepayment + .cart-total__submit {
  margin-top: 0; }

.cart-total__delivery_text {
  width: 300px;
  font-size: 12px;
  color: #7b8084;
  font-style: italic;
  display: inline-block;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .cart-total {
    text-align: right; }
    .cart-total__title {
      margin-right: 10px;
      font-size: 16px;
      line-height: 22px; }
    .cart-total__submit {
      width: 220px; } }

@media (min-width: 1260px) {
  .cart-total__submit {
    margin-top: 23px; } }

.cart-item {
  padding-bottom: 30px;
  padding-top: 20px;
  border-bottom: 1px solid #eaecec; }
  .cart-item__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .page__container:first-child .cart-item {
    border-top: 1px solid #eaecec; }
  .cart-item:last-child {
    margin-bottom: 0; }
  .cart-item__icon {
    height: 10px;
    width: 7px; }
  .cart-item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30%;
    min-width: 80px;
    margin-right: 3.5%; }
    .cart-item__image img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cart-item__favorite {
    position: absolute;
    bottom: -3px;
    left: 6px; }
  .cart-item__infobox {
    width: 66.5%; }
  .cart-item__info {
    position: relative; }
  .cart-item__warning-msg {
    display: none; }
  .cart-item__name {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 17px; }
    .cart-item__name a {
      text-decoration: none;
      color: #32373e; }
  .cart-item__addressee {
    color: #bdc4c9;
    font-size: 13px;
    line-height: 16px; }
  .cart-item__certificate-edit {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #32373e;
    margin-top: 10px;
    border-bottom: 1px solid rgba(123, 128, 132, 0.6);
    outline: none;
    cursor: pointer; }
  .cart-item__minor {
    position: relative; }
  .cart-item__price {
    font-family: 'Cochin-Bold', serif;
    color: #7b8084;
    margin-bottom: 20px; }
  .cart-item__price-value {
    font-family: 'Cochin-Bold', serif;
    font-size: 16px;
    color: #32373e; }
    .cart-item__price-value_old {
      color: #7b8084;
      text-decoration: line-through;
      margin-right: 10px; }
  .cart-item__counter {
    margin-bottom: 20px;
    position: relative;
    max-width: 90px; }
  .cart-item__counter-warning .counter {
    position: relative;
    border-color: #e23333; }
    .cart-item__counter-warning .counter .counter__button_increment {
      color: #e23333;
      cursor: not-allowed; }
  .cart-item__counter-warning .cart-item__counter-lock {
    display: block; }
  .cart-item__counter-lock {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -30px;
    display: none; }
    .cart-item__counter-lock svg {
      width: 24px;
      height: 24px; }
  .cart-item__discount {
    display: none; }
  .cart-item__total {
    color: #32373e;
    font-family: 'Cochin-Bold', serif;
    font-size: 16px; }
  .cart-item__total-title {
    display: inline-block;
    margin-right: 5px;
    font-family: 'OpenSans', sans-serif;
    font-size: 13px; }
  .cart-item__delete {
    position: absolute;
    bottom: 0;
    right: 0; }
    .cart-item__delete svg {
      stroke: #32373e; }
  .cart-item_warning {
    background-color: #fafafa;
    min-width: 320px;
    border-bottom: none;
    padding: 40px 0 100px;
    position: relative; }
    .cart-item_warning .page__container:first-child .cart-item {
      border-top: none; }
    .cart-item_warning__infobox {
      display: flex;
      flex-direction: column; }
    .cart-item_warning .cart-item__warning-msg {
      display: block;
      list-style-type: none;
      padding-left: 0;
      position: absolute;
      left: 20px;
      bottom: 40px;
      margin: 0; }
    .cart-item_warning .cart-item__warning-msg li {
      padding-left: 35px;
      position: relative;
      font-size: 13px;
      line-height: 17px; }
      .cart-item_warning .cart-item__warning-msg li .icon {
        position: absolute;
        left: 0;
        top: -2px;
        vertical-align: middle; }
        .cart-item_warning .cart-item__warning-msg li .icon svg {
          width: 24px;
          height: 24px; }
  @media (min-width: 768px) {
    .cart-item {
      padding-top: 10px;
      padding-bottom: 10px; }
      .cart-item__grid {
        align-items: center; }
      .cart-item__image {
        width: 145px;
        margin-right: 30px;
        margin-left: 30px; }
      .cart-item__favorite {
        bottom: auto;
        left: auto;
        top: 0;
        right: 0; }
      .cart-item__infobox {
        flex: 1; }
      .cart-item .cart-item__warning-msg {
        position: static;
        margin: 8px 0 0; }
      .cart-item .cart-item__warning-msg li {
        font-size: 15px;
        line-height: 18px; }
      .cart-item__info {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex: 1; }
      .cart-item__data {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        min-height: 90px; }
      .cart-item__data-part {
        display: flex;
        justify-content: space-between; }
      .cart-item__name {
        font-size: 15px;
        line-height: 18px;
        width: 250px;
        margin-bottom: 5px;
        padding-right: 60px;
        box-sizing: border-box; }
      .cart-item__price {
        margin-bottom: 0;
        line-height: 22px;
        width: 80px;
        text-align: center; }
      .cart-item__price-value {
        display: block;
        line-height: 44px; }
        .cart-item__price-value_old {
          margin-right: 0;
          line-height: 22px; }
          .cart-item__price-value_old + .cart-item__price-value {
            line-height: 22px; }
      .cart-item__counter {
        margin-bottom: 0;
        margin-top: 5px; }
      .cart-item__total {
        line-height: 22px;
        width: 80px;
        text-align: center;
        position: relative; }
      .cart-item__total-title {
        font-size: 16px;
        position: absolute;
        margin-top: -1px;
        right: 100%; }
      .cart-item__delete {
        position: relative;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
        .cart-item__delete svg {
          cursor: auto; } }
  @media (min-width: 1260px) {
    .cart-item__image {
      width: 225px;
      height: 200px;
      margin-right: 0;
      margin-left: 0; }
    .cart-item__info {
      align-items: center;
      justify-content: flex-start; }
    .cart-item .cart-item__warning-msg {
      padding-left: 20px; }
    .cart-item__data {
      display: flex;
      align-items: center;
      flex: 1;
      flex-direction: row; }
    .cart-item__data-part {
      display: flex; }
    .cart-item__name {
      width: 300px;
      padding-left: 20px;
      padding-right: 50px;
      box-sizing: border-box; }
    .cart-item__price {
      width: 115px; }
    .cart-item__price-value {
      display: block;
      width: auto;
      text-align: left; }
      .cart-item__price-value_old {
        margin-right: 0; }
    .cart-item__discount {
      display: block;
      font-family: 'Cochin-Bold', serif;
      line-height: 22px;
      color: #7b8084;
      width: 110px; }
    .cart-item__total {
      width: 130px;
      text-align: left; }
    .cart-item__total-title {
      display: none; }
    .cart-item__delete {
      position: static;
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
      .cart-item__delete svg {
        cursor: pointer; } }

.counter {
  display: flex;
  width: 90px;
  height: 32px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #7b8084;
  box-sizing: border-box; }
  .counter__button {
    padding: 0 10px;
    height: 32px;
    background-color: transparent;
    color: #7b8084;
    border: none;
    outline: none;
    cursor: pointer; }
  .counter__value {
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    color: #32373e; }
  .counter_limit {
    border-color: #e23333; }
    .counter_limit .counter__button:last-child {
      color: #e23333; }
    .counter_limit .counter__value {
      color: #e23333; }

.order {
  /**
    * анимация для показа/скрытия vue transition
   */ }
  .order__fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  .order__part.disabled {
    opacity: 0.5;
    pointer-events: none; }
  .order__input {
    margin-bottom: 30px; }
    .order__input .v-select .dropdown-toggle .clear {
      display: none; }
    .order__input .v-select .open-indicator {
      padding-bottom: 4px; }
    .order__input .v-select.open .open-indicator:before {
      -webkit-transform: rotate(133deg);
              transform: rotate(133deg); }
    .order__input .v-select .open-indicator:before {
      border-width: 1px 1px 0 0; }
    .order__input .v-select {
      margin-top: 3px; }
    .order__input .v-select .dropdown-toggle {
      border: none;
      border-bottom: 1px solid #7b8084;
      border-radius: 0px; }
    .order__input .v-select .dropdown-menu {
      border: 1px solid #7b8084;
      border-radius: 0px;
      margin-top: -1px;
      padding: 0; }
    .order__input .v-select .vs__selected-options {
      padding-left: 0; }
    .order__input .v-select li > a {
      padding: 9px 20px; }
    .order__input .v-select .dropdown-menu > .highlight > a {
      background: #525d66; }
    .order__input .v-select li {
      height: 40px; }
      .order__input .v-select li .active a {
        height: 40px;
        background: #525d66; }
    .order__input .v-select.single .selected-tag {
      padding-left: 0;
      margin-left: 0; }
    .order__input .v-select input[type=search], .order__input .v-select input[type=search]:focus {
      padding-left: 0; }
  .order__legend {
    font-family: 'OpenSans-Semibold', sans-serif;
    color: #32373e;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; }
  .order__part_paytype {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 8px; }
    .order__part_paytype .order__input_radio {
      box-sizing: border-box;
      height: 45px;
      line-height: 45px;
      border: 1px solid #7B8084;
      border-radius: 11px;
      margin-bottom: 8px; }
      .order__part_paytype .order__input_radio:hover {
        background: #525D66;
        border-radius: 11px; }
        .order__part_paytype .order__input_radio:hover .input__label {
          color: #fff; }
      .order__part_paytype .order__input_radio .input_radio {
        text-align: center;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .order__part_paytype .order__input_radio .input_radio .input__input:checked + .input__label:after {
          content: none; }
        .order__part_paytype .order__input_radio .input_radio .input__label::after, .order__part_paytype .order__input_radio .input_radio .input__label::before {
          content: none; }
      .order__part_paytype .order__input_radio .order__input_radio-active {
        background: #525D66;
        border-radius: 11px; }
        .order__part_paytype .order__input_radio .order__input_radio-active .input__label {
          color: #fff; }
          .order__part_paytype .order__input_radio .order__input_radio-active .input__label::after {
            content: none; }
  .order__paytype-roboxchange .input__label {
    padding-left: 18px;
    background: url("/local/templates/lundenilona/static/img/general/icons/robokassa.svg") no-repeat; }
  .order__paytype-roboxchange.order__input_radio-active .input__label, .order__paytype-roboxchange:hover .input__label {
    background: url("/local/templates/lundenilona/static/img/general/icons/robokassa-active.svg") no-repeat; }
  .order__paytype-paypal .input__label {
    padding-left: 22px;
    background: url("/local/templates/lundenilona/static/img/general/icons/paypal.svg") no-repeat; }
  .order__paytype-paypal.order__input_radio-active .input__label, .order__paytype-paypal:hover .input__label {
    background: url("/local/templates/lundenilona/static/img/general/icons/paypal-active.svg") no-repeat; }
  .order__paytype-cash .input__label {
    padding-left: 22px;
    background: url("/local/templates/lundenilona/static/img/general/icons/cash.svg") no-repeat; }
  .order__paytype-cash.order__input_radio-active .input__label, .order__paytype-cash:hover .input__label {
    background: url("/local/templates/lundenilona/static/img/general/icons/cash-active.svg") no-repeat; }
  .order__notice {
    font-size: 12px;
    line-height: 16px;
    color: #32373E;
    margin-top: 2px;
    margin-bottom: 8px; }
  .order__phone_confirmed .input__label {
    background: url("/local/templates/lundenilona/static/img/general/icons/accept.svg") right no-repeat;
    padding-right: 22px; }
  .order__input-sms {
    display: flex;
    align-content: center;
    flex-direction: column-reverse; }
    .order__input-sms .input {
      width: 100%; }
    .order__input-sms_success .input__input {
      background: url(/local/templates/lundenilona/static/img/general/icons/accept.svg) right no-repeat; }
  .order__input-adress {
    display: flex;
    align-content: center;
    justify-content: space-between; }
    .order__input-adress .input {
      width: 48%; }
  .order__delivery-price {
    width: 7px;
    height: 9px; }
  .order__delivery-description {
    font-size: 13px;
    color: #a3aaaf; }
    .order__delivery-description a {
      font-size: 13px;
      color: #a3aaaf; }
    .order__delivery-description .pvz-not-selected {
      color: #b2001a; }
  .order__confirm-tel {
    margin-bottom: 30px;
    width: 100%; }
  .order__confirm-btn {
    width: 100%;
    height: 38px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #535E67;
    box-sizing: border-box;
    border: 1px solid;
    background: #fff;
    white-space: nowrap;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer; }
    .order__confirm-btn:hover {
      background: #535E67;
      color: #fff; }
  .order__confirm-text {
    font-size: 12px;
    line-height: 16px;
    color: #32373E;
    margin-top: 8px;
    margin-bottom: 0;
    display: block; }
    .order__confirm-text_error {
      color: #b2001a; }
  .order__need-prepayment {
    margin-top: 30px; }
  .order__need-prepayment,
  .order__need-prepayment a, .order__agreement,
  .order__agreement a {
    font-size: 13px;
    line-height: 18px;
    color: #7B8084; }
  .order__send-repeat {
    border: none;
    cursor: pointer;
    background: none;
    color: #7B8084;
    padding: 0; }
  .order__phone_confirm-enter-active, .order__phone_confirm-leave-active {
    transition: opacity 3.5s; }
  .order__phone_confirm-enter, .order__phone_confirm-leave-to {
    opacity: 0; }
  .order__total_info {
    display: none; }
  .order__total_recounted {
    box-sizing: border-box;
    background-color: #fafafa;
    padding: 35px 15px 20px;
    margin: 0 -20px; }
    .order__total_recounted .order__total_info {
      display: block;
      padding: 0 27px 11px 50px; }
      .order__total_recounted .order__total_info-title, .order__total_recounted .order__total_info-text {
        margin: 0; }
      .order__total_recounted .order__total_info-title {
        font-family: 'Cochin', serif;
        font-size: 14px;
        margin-bottom: 27px;
        text-align: center; }
      .order__total_recounted .order__total_info-text {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px; }
        .order__total_recounted .order__total_info-text_with-icon {
          position: relative; }
          .order__total_recounted .order__total_info-text_with-icon::before {
            content: '';
            background: url("/local/templates/lundenilona/static/img/general/icons/alert.svg") center no-repeat;
            position: absolute;
            top: -8px;
            left: -44px;
            width: 33px;
            height: 33px;
            border-radius: 50%; }
    .order__total_recounted .cart-total {
      width: 260px;
      border-top: 1px solid #c8cbcd;
      padding-top: 28px;
      margin: auto; }
      .order__total_recounted .cart-total__btns {
        display: flex;
        justify-content: space-between; }
        .order__total_recounted .cart-total__btns .cart-total__submit {
          padding: 10px 15px;
          font-size: 12px;
          white-space: nowrap; }
      .order__total_recounted .cart-total__submit_basket {
        display: block;
        margin-right: 5px; }
  @media (min-width: 768px) {
    .order__input_radio {
      margin-bottom: 10px; }
    .order__part_paytype {
      min-height: 127px; }
    .order__need-prepayment {
      display: flex;
      flex-direction: column; }
    .order__total_recounted {
      margin: 0; }
      .order__total_recounted .cart-total {
        width: 100%; }
        .order__total_recounted .cart-total__btns {
          justify-content: flex-end; }
    .order .order__agreement {
      font-size: 12px;
      margin-top: 36px; } }
  @media (min-width: 1260px) {
    .order {
      position: relative;
      margin: 0 60px 0 50px; }
      .order__form {
        display: flex;
        justify-content: space-between; }
      .order__input {
        margin-bottom: 15px;
        width: 428px; }
        .order__input_radio {
          margin-bottom: 16px;
          width: auto; }
          .order__input_radio + .order__input_radio {
            margin-left: 16px; }
      .order__delivery {
        margin-bottom: 24px; }
        .order__delivery .order__input_radio + .order__input_radio {
          margin-left: 0; }
      .order__part_paytype {
        min-height: 100%;
        flex-direction: row;
        width: 428px;
        margin-bottom: 24px; }
        .order__part_paytype .order__input_radio {
          min-width: 100px;
          max-width: 150px;
          margin-bottom: 0;
          padding: 0 5px; }
          .order__part_paytype .order__input_radio .input_radio {
            text-align: center; }
        .order__part_paytype .order__input_radio-active {
          padding: 0 5px;
          margin: 0 -5px; }
      .order__input-sms {
        flex-direction: row; }
        .order__input-sms .input {
          width: 192px; }
        .order__input-sms_success .input__input {
          background-position: 165px; }
        .order__input-sms .input__error {
          top: 55px; }
      .order__paytype-cash {
        display: flex;
        align-items: center;
        height: 100%; }
        .order__paytype-cash .input__label {
          background-position: 10px; }
        .order__paytype-cash:hover .input__label, .order__paytype-cash.order__input_radio-active .input__label {
          background-position: 10px; }
      .order__confirm-tel {
        width: 240px;
        margin-left: 8px;
        margin-bottom: 0; }
      .order__need-prepayment,
      .order__need-prepayment a, .order__agreement,
      .order__agreement a {
        width: 377px;
        text-align: right; }
      .order__total {
        margin-top: 33px; }
        .order__total_recounted {
          width: 415px;
          align-self: flex-start;
          padding: 50px 24px 34px; }
          .order__total_recounted .order__total_info {
            padding: 0 8px 17px 25px; }
            .order__total_recounted .order__total_info-title {
              font-family: 'Cochin', serif;
              font-size: 20px;
              margin-bottom: 38px;
              margin-left: -17px; }
            .order__total_recounted .order__total_info-text {
              font-size: 16px;
              line-height: 21px;
              margin-bottom: 25px; }
              .order__total_recounted .order__total_info-text_with-icon::before {
                left: -40px; }
          .order__total_recounted .cart-total {
            width: 355px;
            padding-top: 40px; }
            .order__total_recounted .cart-total__btns .cart-total__submit {
              padding: 10px 20px;
              font-size: 16px; }
            .order__total_recounted .cart-total__submit_basket {
              margin-right: 8px; }
              .order__total_recounted .cart-total__submit_basket a {
                text-decoration: none;
                color: inherit; }
          .order__total_recounted .order__agreement {
            width: 360px; } }

#SDEK_delivInfo_PVZ {
  display: none !important; }

#SDEK_wrapper {
  height: 440px !important; }

.suggestions-nowrap {
  white-space: nowrap; }

/**
 * Основной INPUT
 */
.suggestions-input {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.suggestions-input::-ms-clear {
  display: none; }

.suggestions-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  min-height: 1px;
  -webkit-text-size-adjust: 100%; }

/**
 * Блок в правой части основного INPUT'а
 * В нем показывается иконка ЗАГРУЗКА
 */
.suggestions-addon {
  display: none;
  opacity: 0;
  position: absolute; }

.suggestions-addon[data-addon-type="spinner"] {
  background: rgba(255, 255, 255, 0.75) url("data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=") 50% 50% no-repeat;
  border-radius: 50%; }

.suggestions-addon[data-addon-type="clear"] {
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8; }

.suggestions-addon[data-addon-type="clear"]:hover {
  opacity: 1; }

/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 9999;
  -webkit-text-size-adjust: 100%; }

.suggestions-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

.suggestions-suggestions.suggestions-mobile {
  border-style: none; }

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd; }

/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden; }

.suggestions-suggestion:hover {
  background: #f7f7f7; }

/**
 * Выбранная (активная) подсказка
 */
.suggestions-selected {
  background: #f0f0f0; }

.suggestions-selected:hover {
  background: #f0f0f0; }

/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%; }

/**
 * Ограничения поиска, показываются в левой части основного INPUT'а
 */
.suggestions-constraints {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important; }

.suggestions-constraints:empty {
  display: none !important; }

.suggestions-constraints li {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: default;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 0.5em; }

.suggestions-constraints li .suggestions-remove {
  height: 1em;
  width: 1em;
  display: inline-block;
  margin: 0 0 0 0.25em;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8; }

.suggestions-constraints li .suggestions-remove:hover {
  opacity: 1; }

.suggestions-constraints li span {
  vertical-align: middle; }

/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0; }

/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px; }

/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%; }

.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative; }

.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: ''; }

.suggestions-promo {
  font-size: 85%;
  color: #777;
  padding: 4px 4px 6px 4px; }

.suggestions-promo a {
  color: #777;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none; }

.suggestions-promo a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom; }

.personal {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  overflow: visible; }
  @media (min-width: 768px) {
    .personal {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .personal {
      width: 1056px; } }
  .personal_main {
    padding-top: 30px; }
  .personal__menu {
    width: 100%;
    margin-bottom: 0px; }
    .personal__menu_static-width {
      width: auto;
      flex: 0; }
  .personal__menu_static-width {
    margin-bottom: 30px; }
    .personal__menu_static-width .personal__menu_side {
      display: none; }
  .personal__main {
    width: 100%;
    height: 100%;
    max-width: 320px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px; }
  .personal__main-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fdfdfd;
    padding: 30px 18px; }
  .personal__main-link-text {
    margin-top: 10px; }
  .personal__main-link {
    max-width: 100%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    padding: 0 12px;
    text-decoration: none;
    color: #32373e;
    transition: .2s;
    -webkit-text-decoration-color: #d0d0d0;
            text-decoration-color: #d0d0d0; }
    .personal__main-link:hover .personal__main-link-text {
      text-decoration: underline; }
    .personal__main-link img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .personal__img {
    height: 100%; }
    .personal__img img {
      width: 100%;
      height: 100%; }
  .personal__text {
    position: absolute;
    width: 120px;
    background-color: #f7f7f7;
    font-size: 18px;
    line-height: 25px;
    padding: 10px;
    top: 100px;
    font-family: 'Cochin', serif; }
    .personal__text span {
      display: block;
      padding: 10px; }
  .personal__fieldset {
    border: none;
    margin: 0;
    padding: 0; }
  .personal__legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
    color: #32373e; }
  .personal__input {
    margin-bottom: 30px; }
  .personal__submit {
    width: 100%;
    padding: 10px 20px;
    font-family: 'Cochin', serif;
    background-color: #525d66;
    color: #fff;
    border: 1px solid #525d66;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
    display: block;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px; }
    .personal__submit:hover {
      color: #525d66;
      background-color: transparent; }
  @media (min-width: 768px) {
    .personal {
      display: flex; }
      .personal__menu_static-width {
        margin-bottom: 0px; }
        .personal__menu_static-width .personal__menu_side {
          display: block; }
      .personal__main {
        max-width: 100%;
        margin-bottom: 30px; }
      .personal__main-links {
        padding: 30px 15px; }
      .personal__main-link {
        max-width: calc(33% - 24px); }
      .personal .personal__mobile-welcome {
        display: none; }
      .personal__menu {
        min-width: 220px;
        margin-right: 30px;
        width: calc(33.33% - 15px); }
        .personal__menu_static-width {
          width: auto; }
        .personal__menu_side {
          display: block; }
        .personal__menu_top {
          display: none; }
      .personal__content {
        width: calc(66.66% - 15px); }
        .personal__content_static-width {
          width: auto;
          flex: 1; } }
  @media (min-width: 1260px) {
    .personal__main-links {
      padding: 30px 18px; }
    .personal__main-link {
      max-width: calc(33.33% - 24px); }
    .personal__menu {
      margin-right: 50px; }
    .personal__fieldset {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .personal__input {
      width: 365px; }
      .personal__input_wide {
        width: 100%; }
        .personal__input_wide .input {
          width: 365px; } }

.side-menu {
  display: none;
  padding-left: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1; }
  .side-menu__img {
    width: 80%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover; }
  .side-menu__item {
    margin-bottom: 10px; }
    .side-menu__item:last-child {
      margin-top: 20px; }
  .side-menu__icon {
    stroke: #32373e;
    margin-right: 10px; }
  .side-menu__link {
    font-size: 14px;
    color: #32373e;
    text-decoration: none;
    cursor: pointer; }
  @media (min-width: 768px) {
    .side-menu {
      display: block;
      box-shadow: 0px 8px 50px 0px rgba(7, 9, 10, 0.03);
      padding: 15px 0;
      padding-left: 20px; }
      .side-menu__item {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .side-menu__item:first-child {
          display: none; }
      .side-menu__tablet-icon {
        fill: #EBEBEB;
        margin-right: 10px; }
      .side-menu__icon {
        display: none; }
      .side-menu__link_active {
        display: flex;
        align-items: center; } }
  @media (min-width: 1260px) {
    .side-menu {
      background-color: #f7f7f7;
      margin-top: -30px;
      padding: 30px;
      margin-left: 5px; }
      .side-menu__item:first-child {
        display: block; }
      .side-menu__icon {
        display: inline-block; }
      .side-menu__tablet-icon {
        display: none; } }

.personal-features {
  display: flex;
  flex-wrap: wrap; }
  .personal-features__item {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    box-sizing: border-box;
    box-shadow: 0px 8px 50px 0px rgba(7, 9, 10, 0.03);
    text-align: center; }
  .personal-features__title {
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
    font-family: 'Cochin-Bold', serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px; }
  .personal-features__text {
    margin: 0;
    margin-bottom: 42px;
    padding: 0;
    font-size: 16px;
    line-height: 20px; }
  .personal-features__link {
    font-family: 'Cochin-Bold', serif;
    display: block;
    width: 100%;
    margin-top: auto;
    font-family: 'OpenSans-Semibold';
    *font-size: 12px;
    *line-height: 11.39px;
    *letter-spacing: 0.6px;
    color: #32373e;
    transition: 0.2s;
    text-decoration: underline;
    -webkit-text-decoration-color: #d0d0d0;
            text-decoration-color: #d0d0d0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none; }
    .personal-features__link:hover {
      color: #0d0da0;
      -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
              text-decoration-color: rgba(13, 13, 160, 0.3); }
  @media (min-width: 768px) {
    .personal-features {
      justify-content: space-between; }
      .personal-features__item {
        width: calc(50% - 15px);
        padding: 27px 25px;
        margin-right: 0;
        margin-left: 0; } }
  @media (min-width: 1260px) {
    .personal-features {
      justify-content: flex-start; }
      .personal-features__item {
        padding: 37px 60px;
        width: calc(50% - 25px); }
        .personal-features__item:not(:last-child) {
          margin-right: 50px; } }

.orders-list__header {
  display: none; }

.orders-list__total {
  font-family: 'Cochin', serif; }

.orders-list__item {
  border-bottom: 1px solid rgba(123, 128, 132, 0.25);
  padding: 20px 0;
  font-size: 16px;
  color: #7b8084; }
  .orders-list__item:first-child {
    border-top: 1px solid rgba(123, 128, 132, 0.25); }
  .orders-list__item_active .orders-list__content {
    max-height: 6000px;
    padding-top: 30px;
    opacity: 1; }

.orders-list__icon {
  height: 16px;
  width: 8px;
  vertical-align: text-top;
  fill: #7b8084; }

.orders-list__date {
  display: inline-block;
  width: 65px;
  margin-right: 30px; }

.orders-list__status {
  display: inline-block; }

.orders-list__sum {
  display: none; }

.orders-list__open {
  font-family: 'OpenSans-Semibold';
  *font-size: 12px;
  *line-height: 11.39px;
  *letter-spacing: 0.6px;
  color: #32373e;
  transition: 0.2s;
  text-decoration: underline;
  -webkit-text-decoration-color: #d0d0d0;
          text-decoration-color: #d0d0d0;
  text-decoration: none;
  display: block;
  padding: 0;
  margin-top: 10px;
  border: none;
  background-color: transparent;
  outline: none;
  font-weight: normal;
  cursor: pointer;
  font-family: 'Cochin-Bold', serif; }
  .orders-list__open:hover {
    color: #0d0da0;
    -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
            text-decoration-color: rgba(13, 13, 160, 0.3); }

.orders-list__repeat {
  font-family: 'OpenSans-Semibold';
  *font-size: 12px;
  *line-height: 11.39px;
  *letter-spacing: 0.6px;
  color: #32373e;
  transition: 0.2s;
  text-decoration: underline;
  -webkit-text-decoration-color: #d0d0d0;
          text-decoration-color: #d0d0d0;
  text-decoration: none; }
  .orders-list__repeat:hover {
    color: #0d0da0;
    -webkit-text-decoration-color: rgba(13, 13, 160, 0.3);
            text-decoration-color: rgba(13, 13, 160, 0.3); }

.orders-list__content {
  max-height: 0;
  transition: 0.4s;
  overflow: hidden;
  opacity: 0; }

.orders-list__unit {
  margin-bottom: 15px; }

.orders-list__delivery {
  display: none; }
  .orders-list__delivery .orders-list__name {
    color: #7b8084; }

.orders-list__name {
  color: #32373e;
  margin-bottom: 15px; }

.orders-list__value {
  font-family: 'Cochin-Bold', serif; }

.orders-list__count {
  display: inline-block;
  margin-left: 30px; }

.orders-list__delivery {
  margin-bottom: 25px; }

.orders-list__total {
  text-align: right; }

.orders-list__total-item {
  margin-bottom: 10px; }
  .orders-list__total-item_black {
    color: #32373e; }
    .orders-list__total-item_black svg {
      fill: #32373e; }

@media (min-width: 768px) {
  .orders-list__header {
    display: flex;
    margin-bottom: 10px;
    font-size: 0; }
  .orders-list__header-item {
    display: inline-block;
    font-size: 16px;
    color: #7b8084; }
    .orders-list__header-item_date {
      width: 120px; }
    .orders-list__header-item_status {
      width: 155px; }
  .orders-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .orders-list__content {
    width: 100%; }
  .orders-list__date {
    width: 120px;
    margin-right: 0; }
  .orders-list__status {
    width: 155px; }
  .orders-list__status-value {
    display: block; }
  .orders-list__open {
    margin-top: 0;
    margin-left: auto; }
  .orders-list__sum {
    display: inline-block;
    vertical-align: top; }
  .orders-list__repeat {
    display: inline-block;
    vertical-align: top;
    margin-left: auto; }
  .orders-list__unit {
    display: flex; }
  .orders-list__name {
    width: 275px;
    padding-right: 20px;
    box-sizing: border-box; }
  .orders-list__price {
    width: 185px; } }

@media (min-width: 1260px) {
  .orders-list__header-item_date {
    width: 275px; }
  .orders-list__header-item_status {
    width: 275px; }
  .orders-list__date {
    width: 275px; }
  .orders-list__status {
    width: 275px; }
  .orders-list__content {
    display: flex; }
  .orders-list__info {
    width: 500px; }
  .orders-list__total {
    width: 280px; } }

.orders-list__total td {
  text-align: right !important; }

.wishlist__item {
  width: 100%;
  margin-bottom: 25px; }

.wishlist__delete {
  width: 100%;
  margin-top: 5px;
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #7b8084;
  outline: none;
  cursor: pointer; }

.wishlist-no-item {
  font-size: 18px; }

@media (min-width: 768px) {
  .wishlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .wishlist__item {
      width: 205px; } }

@media (min-width: 1260px) {
  .wishlist {
    display: block; }
    .wishlist__item {
      display: inline-block;
      width: 205px;
      margin-right: 81px; }
      .wishlist__item:nth-child(3n) {
        margin-right: 0; } }

.personal-reviews__content {
  width: 100%; }

.personal-reviews__subtitle {
  font-size: 15px;
  margin-bottom: 17px; }

.personal-reviews__text {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  font-size: 13px;
  line-height: normal; }

.personal-reviews__textarea {
  margin-bottom: 15px; }

.personal-reviews__submit {
  width: 100%;
  padding: 10px 20px;
  font-family: 'Cochin', serif;
  background-color: #525d66;
  color: #fff;
  border: 1px solid #525d66;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.2s;
  cursor: pointer;
  display: block;
  background-color: transparent;
  color: #000; }
  .personal-reviews__submit:hover {
    color: #525d66;
    background-color: transparent; }

.personal-reviews__imgs {
  display: none;
  margin: 70px auto 0 auto; }
  .personal-reviews__imgs .personal-reviews__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 400px; }
  .personal-reviews__imgs_visible {
    display: block; }

.personal-reviews__img {
  display: block; }
  .personal-reviews__img:first-child {
    width: 260px;
    -o-object-fit: contain;
       object-fit: contain; }
  .personal-reviews__img:last-child {
    width: 260px; }

@media (min-width: 768px) {
  .personal-reviews__subtitle {
    font-size: 16px;
    margin-bottom: 32px; }
  .personal-reviews__text {
    font-size: 16px; }
  .personal-reviews__textarea {
    margin-bottom: 27px; }
  .personal-reviews__submit {
    width: 230px; }
  .personal-reviews__imgs {
    background: #f4f4f4;
    margin: 60px auto; }
    .personal-reviews__imgs .personal-reviews__content {
      flex-direction: row;
      height: 200px;
      width: 720px; }
  .personal-reviews__img {
    display: block; }
    .personal-reviews__img:first-child {
      width: 220px;
      margin-left: 60px;
      -o-object-fit: contain;
         object-fit: contain; }
    .personal-reviews__img:last-child {
      position: absolute;
      right: 0;
      width: 385px;
      top: -100px; }
  .personal-reviews__content {
    width: 400px;
    margin: auto; } }

@media (min-width: 1260px) {
  .personal-reviews__subtitle {
    font-size: 18px; }
  .personal-reviews__text {
    margin-bottom: 35px;
    font-size: 18px; }
  .personal-reviews__textarea {
    margin-bottom: 47px; }
  .personal-reviews__submit {
    width: 270px; }
  .personal-reviews__imgs {
    margin: 80px auto; }
    .personal-reviews__imgs .personal-reviews__content {
      height: 310px;
      width: 1056px; }
  .personal-reviews__img:first-child {
    margin-left: 70px;
    width: 340px; }
  .personal-reviews__img:last-child {
    width: 600px;
    top: -170px; }
  .personal-reviews__content {
    width: 720px; } }

.personal-certificates {
  display: flex;
  flex-direction: column; }
  .personal-certificates__content {
    width: 100%; }
  .personal-certificates__subtitle {
    font-size: 15px;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 700; }
  .personal-certificates__text {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    color: #32373e;
    font-size: 13px;
    line-height: normal; }
    .personal-certificates__text a {
      color: #32373e; }
  .personal-certificates__submit {
    width: 100%;
    padding: 10px 20px;
    font-family: 'Cochin', serif;
    background-color: #525d66;
    color: #fff;
    border: 1px solid #525d66;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.2s;
    cursor: pointer;
    display: block;
    background-color: transparent;
    color: #000;
    white-space: nowrap;
    font-weight: 700; }
    .personal-certificates__submit:hover {
      color: #525d66;
      background-color: transparent; }
  .personal-certificates__table {
    align-self: flex-end;
    margin-top: 50px;
    display: none;
    min-width: 240px;
    height: 500px;
    position: relative;
    background: #fff;
    box-shadow: -7px -7px 11px -9px #f1f1f1, -3px 14px 20px -14px #f1f1f1;
    padding: 0 30px 18px 30px;
    box-sizing: border-box; }
    .personal-certificates__table_visible {
      display: block; }
    .personal-certificates__table::before {
      content: '';
      background: url(/local/templates/lundenilona/static/img/general/certificate-bg.png) left no-repeat;
      position: absolute;
      left: -170px;
      bottom: 0;
      display: block;
      width: 300px;
      height: 250px;
      z-index: -1;
      background-size: cover; }
    .personal-certificates__table::after {
      content: '';
      background: url(/local/templates/lundenilona/static/img/general/arrow.png) left no-repeat;
      position: absolute;
      top: -30px;
      left: -40px;
      display: block;
      width: 65px;
      height: 70px;
      background-size: cover;
      -webkit-transform: scale(-1, 1) rotate(60deg);
              transform: scale(-1, 1) rotate(60deg); }
  @media (min-width: 768px) {
    .personal-certificates__subtitle {
      font-size: 16px;
      margin-bottom: 32px; }
    .personal-certificates__text {
      font-size: 16px; }
    .personal-certificates__submit {
      width: 230px; }
    .personal-certificates__table {
      width: 550px;
      height: 260px;
      box-shadow: 0 0 25px 0 #f1f1f1;
      margin: 145px 0 0 -80px;
      padding: 55px 35px 20px 55px; }
      .personal-certificates__table::before {
        left: -250px;
        width: 300px;
        height: 300px; }
      .personal-certificates__table::after {
        top: -140px;
        right: 190px;
        left: auto;
        width: 95px;
        height: 105px;
        -webkit-transform: none;
                transform: none; } }
  @media (min-width: 1260px) {
    .personal-certificates__subtitle {
      font-size: 18px; }
    .personal-certificates__text {
      margin-bottom: 35px;
      font-size: 18px; }
    .personal-certificates__submit {
      width: 270px; }
    .personal-certificates__table {
      width: 740px;
      height: 684px;
      position: relative;
      background: #fff;
      margin: 200px 0 0;
      padding: 80px 45px 135px 40px; }
      .personal-certificates__table::before {
        left: -500px;
        width: 800px;
        height: 760px; }
      .personal-certificates__table::after {
        top: -187px;
        right: 140px;
        width: 128px;
        height: 140px; } }

.tabs {
  position: relative;
  margin-top: 38px; }
  .tabs > .tabs__input {
    display: none; }
    .tabs > .tabs__input:checked + .tabs__label {
      color: #32373e;
      font-size: 13px; }
  .tabs > .tabs__label {
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7b8084;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .tabs > .tabs__label:last-child {
      margin-right: 0; }
  @media (min-width: 768px) {
    .tabs {
      margin-top: 45px; }
      .tabs > .tabs__input:checked + .tabs__label {
        font-size: 15px; }
      .tabs > .tabs__label {
        font-size: 13px;
        margin-right: 25px; } }
  @media (min-width: 1260px) {
    .tabs {
      display: none; } }

.personal-certificates-items__content {
  display: none; }
  .personal-certificates-items__content_visible {
    display: block; }

.personal-certificates-items_desktop {
  display: none; }

@media (min-width: 768px) {
  .personal-certificates-items_mobile {
    display: none; }
  .personal-certificates-items_desktop {
    display: block; }
  .personal-certificates-items__title {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0; } }

@media (min-width: 1260px) {
  .personal-certificates-items__title {
    font-size: 18px; }
  .personal-certificates-items__content {
    display: block; }
  .personal-certificates-items_donated {
    margin-bottom: 50px; } }

.personal-certificates-list__list {
  color: #7b8084; }
  .personal-certificates-list__list + .personal-certificates-list__list {
    border-top: 1px solid #dee0e1;
    margin-top: 30px; }
  .personal-certificates-list__list p {
    margin: 0;
    white-space: nowrap; }
  .personal-certificates-list__list_mobile {
    display: block; }
  .personal-certificates-list__list_desktop {
    display: none; }

.personal-certificates-list__subtitle {
  padding-top: 30px; }

.personal-certificates-list__text {
  font-family: 'Cochin', serif;
  font-size: 17px; }

.personal-certificates-list__link {
  font-size: 13px;
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
  color: #7b8084; }

.personal-certificates-list__link:hover {
  text-decoration: none; }

@media (min-width: 768px) {
  .personal-certificates-list__list_mobile {
    display: none; }
  .personal-certificates-list__list_desktop {
    display: block; }
  .personal-certificates-list__list + .personal-certificates-list__list {
    border-top: none;
    margin-top: 0; }
  .personal-certificates-list__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px; }
  .personal-certificates-list__col:first-child {
    width: 120px; }
  .personal-certificates-list__col:nth-child(2) {
    width: 200px;
    text-align: center; }
  .personal-certificates-list__col:nth-child(3) {
    width: 140px;
    text-align: right; }
  .personal-certificates-list__subtitle {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6; }
  .personal-certificates-list__link {
    font-size: 14px;
    margin-top: 12px; } }

@media (min-width: 1260px) {
  .personal-certificates-list__row {
    margin-bottom: 20px;
    font-size: 18px; }
  .personal-certificates-list__subtitle {
    padding: 20px 0; }
  .personal-certificates-list__col:first-child {
    width: 140px; }
  .personal-certificates-list__col:nth-child(2) {
    width: 60%; }
  .personal-certificates-list__col:nth-child(3) {
    width: 140px; } }

.notification {
  position: relative;
  width: 300px;
  padding: 37px 43px 25px;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  z-index: 110;
  max-height: calc(100vh - 100px);
  overflow-y: scroll; }
  .notification__close {
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer; }
    .notification__close svg {
      stroke: #ccc;
      width: 12px;
      height: 12px; }
  .notification__title {
    padding-bottom: 20px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dedede;
    color: #7c7c7c;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    text-align: left; }
  .notification__info {
    display: flex;
    flex-wrap: wrap; }
  .notification__text {
    font-size: 13px;
    line-height: normal;
    color: #908d8d;
    margin: 0;
    margin-bottom: 8px;
    text-align: left; }
    .notification__text a {
      font-size: 13px;
      color: #a1b5c7;
      text-decoration: none;
      font-weight: 700; }
  .notification__btn {
    margin-bottom: 14px;
    padding: 10px 20px;
    background-color: #a1b5c7;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap; }
  .notification__text-with-icon {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    color: #7c7c7c;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: -24px;
    padding-left: 24px;
    background: url("/local/templates/lundenilona/static/img/general/icons/info.png") no-repeat;
    background-position: 2px 1px;
    background-size: 7%; }
  .notification__notice {
    font-size: 10px;
    line-height: 16px;
    font-style: italic;
    color: #7c7c7c;
    margin: 0; }
  .notification:after {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -5px;
    right: 40px; }
  @media (min-width: 768px) {
    .notification {
      max-height: 100%;
      overflow-y: visible; }
      .notification__title {
        width: 212px;
        padding-bottom: 20px;
        margin-bottom: 19px; }
      .notification__text {
        margin-bottom: 25px; }
      .notification__text,
      .notification__text a {
        font-size: 16px;
        line-height: 20px; }
      .notification__btn {
        margin-bottom: 24px; }
      .notification__text-with-icon {
        font-size: 16px;
        line-height: 24px;
        background-position: top left;
        margin-bottom: 5px;
        margin-left: -33px;
        padding-left: 33px;
        background-size: auto; } }

.notification-recommend {
  display: flex;
  align-items: center;
  width: 188px; }
  .notification-recommend__image {
    margin-right: 10px; }
    .notification-recommend__image img {
      height: 150px;
      -o-object-fit: contain;
         object-fit: contain; }
  .notification-recommend__text {
    font-weight: 700; }
  .notification-recommend__text, .notification-recommend__price {
    font-size: 14px;
    line-height: normal;
    color: #a1b5c7;
    text-align: left;
    margin-top: 0; }
  @media (min-width: 768px) {
    .notification-recommend {
      background: #a1b5c7;
      position: absolute;
      border-radius: 5px;
      left: -110px;
      bottom: 143px;
      width: 145px;
      height: 95px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      display: flex;
      flex-direction: column;
      padding: 10px;
      box-sizing: border-box; }
      .notification-recommend__image {
        position: absolute;
        top: 35%;
        height: 120px;
        display: flex;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
        .notification-recommend__image img {
          height: 120px; }
      .notification-recommend__text, .notification-recommend__price {
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        margin: 0; }
      .notification-recommend__text {
        margin-bottom: 5px;
        font-weight: normal; } }

.notification-xs {
  width: 300px;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  z-index: 110;
  display: flex;
  margin-bottom: 12px;
  position: relative; }
  .notification-xs__right {
    padding: 20px 13px 15px 17px; }
  .notification-xs__image {
    width: 100%;
    height: 100px;
    margin-left: 5px; }
    .notification-xs__image img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .notification-xs__title, .notification-xs__text-right {
    font-size: 12px;
    line-height: 16px;
    color: #7c7c7c;
    margin-top: 0; }
  .notification-xs__title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .notification-xs__text-right {
    margin-bottom: 0; }
  .notification-xs:after {
    position: absolute;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -5px;
    right: 40px; }

.sizer {
  display: inline-flex;
  width: 143px;
  border: 1px solid #525d66;
  border-radius: 5px; }
  .sizer__item {
    width: 90px;
    margin-right: 1px; }
    .sizer__item:last-child {
      margin-right: 0; }
    .sizer__item:hover {
      color: #fff;
      background-color: #525d66; }
  .sizer__input {
    display: none; }
    .sizer__input:checked + .sizer__label {
      color: #fff;
      background-color: #525d66; }
  .sizer__label {
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    transition: 0.2s;
    text-align: center;
    cursor: pointer; }
  .sizer_one {
    width: auto;
    border: none; }
    .sizer_one__label {
      width: auto;
      color: #1c2023;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }

.stub {
  min-height: 300px;
  display: flex;
  align-items: center; }
  .stub__content {
    text-align: center;
    margin: 0 auto; }
  .stub__code {
    font-family: 'Cochin', serif;
    font-size: 60px;
    margin-bottom: 15px;
    position: relative;
    line-height: 60px;
    letter-spacing: 3px;
    color: #525d66; }
  .stub__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 24px;
    position: relative;
    width: 100%;
    letter-spacing: 1.2px;
    color: #525d66; }
    @media (min-width: 768px) {
      .stub__title {
        font-size: 24px; } }
  .stub__text {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    max-width: 250px;
    margin: 0 auto;
    text-align: justify; }
    .stub__text a {
      font-size: 15px;
      line-height: 25px;
      color: #32373e;
      text-decoration: none;
      border-bottom: 1px solid #32373e;
      transition: 0.2s; }
      .stub__text a:hover {
        border-bottom-color: transparent; }
  @media (min-width: 768px) {
    .stub {
      min-height: 500px; }
      .stub__title {
        margin-bottom: 10px; }
      .stub__text {
        max-width: 500px; } }

.submenu {
  display: none; }
  @media (min-width: 1260px) {
    .submenu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 15px 0;
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      transition: 0.4s; }
      .submenu_open {
        opacity: 1;
        visibility: visible;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5; }
      .submenu__content {
        position: relative;
        width: 100%;
        min-width: 320px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        overflow: hidden;
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; } }
    @media (min-width: 1260px) and (min-width: 768px) {
      .submenu__content {
        padding: 0;
        width: 720px; } }
    @media (min-width: 1260px) and (min-width: 1260px) {
      .submenu__content {
        width: 1056px; } }
  @media (min-width: 1260px) {
        .submenu__content:after {
          position: absolute;
          content: '';
          display: block;
          width: 8px;
          height: 8px;
          background-color: #fff;
          border-top: 1px solid #e5e5e5;
          border-right: 1px solid #e5e5e5;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: -21px;
          left: 1030px; }
      .submenu__title {
        font-family: 'Cochin-Bold', serif;
        text-transform: uppercase;
        text-align: center;
        font-size: 58px;
        color: #ebebeb; }
      .submenu__lists {
        display: flex; }
      .submenu__list {
        list-style: none; }
      .submenu__link {
        color: #32373e;
        font-size: 16px;
        line-height: 33px;
        text-decoration: none; }
        .submenu__link:hover {
          color: #0D0DA0; }
      .submenu__image img {
        max-width: 340px; } }

.applications-list {
  font-size: 0; }
  .applications-list__item {
    display: inline-block;
    width: 135px;
    height: 44px; }
    .applications-list__item:last-child {
      margin-left: 6px; }
  .applications-list_application .applications-list__item {
    display: block;
    width: 200px;
    height: 65px;
    margin: 0 auto; }
    .applications-list_application .applications-list__item:last-child {
      margin-top: 20px; }
  @media (min-width: 768px) {
    .applications-list__item {
      width: 93px;
      height: 30px; }
    .applications-list_application .applications-list__item {
      display: inline-block;
      margin: 0; }
      .applications-list_application .applications-list__item:last-child {
        margin-left: 20px;
        margin-top: 0; } }
  @media (min-width: 1260px) {
    .applications-list__item:last-child {
      margin-left: 10px; } }

.paytypes {
  max-width: 273px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center; }
  .paytypes__item svg {
    width: 45px; }
  @media (min-width: 768px) {
    .paytypes {
      max-width: none;
      width: auto;
      margin: 0; } }

.blog__header {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  overflow: visible;
  padding: 0;
  margin-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
  top: 50px;
  left: 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .blog__header {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .blog__header {
      width: 1056px; } }
  .blog__header .catalog__menu {
    margin-bottom: 0; }

.blog__aside {
  margin-bottom: 30px; }

.blog__search {
  padding: 0 20px;
  margin-bottom: 40px; }

.blog__container {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden; }
  @media (min-width: 768px) {
    .blog__container {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) {
    .blog__container {
      width: 1056px; } }

.blog__news-list {
  width: 100%;
  margin-bottom: 30px; }

.blog__banner {
  margin-bottom: 40px; }

.blog__post {
  max-width: 528px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }

.blog__main-image {
  max-width: 528px;
  padding: 0 20px;
  margin: 0 auto; }
  .blog__main-image picture {
    width: 100%;
    height: 100%; }
  .blog__main-image img {
    width: 100%;
    height: 100%; }

.blog__title {
  margin: 30px 0;
  font-family: 'Cochin', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  text-align: center;
  color: #525d66; }

.blog__subtitle {
  margin-bottom: 7px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'OpenSans-Semibold', sans-serif; }

.blog__small-title {
  font-size: 15px;
  color: #32373E;
  margin: 8px 0;
  font-weight: normal;
  font-family: 'OpenSans-Semibold', sans-serif; }

.blog__text {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 22px; }

.blog__image {
  width: 100%;
  margin-top: 17px;
  margin-bottom: 20px; }
  .blog__image img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover; }

.blog__text-link {
  color: #0052C4; }

.blog__text-bold {
  font-family: 'OpenSans-Semibold', sans-serif; }

.blog__social {
  margin-top: 30px; }

.blog__social-title {
  font-size: 16px;
  line-height: 26px;
  font-family: 'OpenSans-Semibold', sans-serif; }

.blog__social-share {
  display: flex;
  padding-left: 13px; }

.blog__other-title {
  font-family: 'Cochin', serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #525d66; }

@media (min-width: 768px) {
  .blog__header {
    position: static;
    margin-bottom: 0px; }
  .blog__post {
    max-width: 660px; }
  .blog__main-image {
    max-width: 660px;
    margin: 0 auto; }
    .blog__main-image img {
      max-height: 380px; }
  .blog__image {
    margin: 20px 0; }
    .blog__image img {
      height: 380px; }
  .blog__social {
    display: flex;
    align-items: center; }
  .blog__social-title {
    margin: 0 25px 0 0; }
  .blog__menu {
    margin-bottom: 10px; } }

@media (min-width: 1260px) {
  .blog__news-list {
    width: 775px; }
    .blog__news-list_wide {
      width: 100%; }
  .blog__image {
    margin-top: 25px; }
    .blog__image img {
      height: 352px; }
  .blog__container {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
  @media (min-width: 1260px) and (min-width: 768px) {
    .blog__container {
      padding: 0;
      width: 720px; } }
  @media (min-width: 1260px) and (min-width: 1260px) {
    .blog__container {
      width: 1056px; } }

@media (min-width: 1260px) {
  .blog__aside {
    width: 225px; } }

.search {
  width: 100%; }
  .search__input-wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .search__input {
    width: 100%;
    border: none;
    padding: 0 30px;
    border-bottom: 1px solid #32373e;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
    text-align: center;
    outline: none; }
  .search__icon {
    display: block; }
  .search__form {
    position: relative; }
  .search__button {
    border: none;
    background-color: transparent;
    padding: 0;
    font-family: 'Cochin-Bold', serif;
    width: auto;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: -4px;
    right: 0; }
  @media (min-width: 768px) {
    .search {
      width: 400px;
      margin: 0 auto; }
      .search__input {
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
      .search__form {
        display: flex;
        align-items: flex-start; }
      .search__input-wrapper {
        margin-right: 5px; }
      .search__button {
        width: auto;
        position: relative;
        top: inherit;
        right: inherit; } }

.news-list__main {
  margin-bottom: 40px; }

.news-list__list {
  display: flex;
  flex-wrap: wrap; }

.news-list__item {
  width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box; }
  .news-list__item:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .news-list {
    justify-content: space-between; }
    .news-list__item {
      width: 340px; }
      .news-list__item:nth-child(odd) {
        margin-right: 20px; }
      .news-list__item:nth-child(even) {
        margin-left: 20px; } }

@media (min-width: 1260px) {
  .news-list__item {
    width: 225px;
    margin-right: 50px; }
    .news-list__item:nth-child(odd) {
      margin-right: 50px; }
    .news-list__item:nth-child(3n) {
      margin-right: 0; }
    .news-list__item:nth-child(even) {
      margin-left: 0; }
  .news-list_wide .news-list__item:nth-child(3n) {
    margin-right: 50px; }
  .news-list_wide .news-list__item:nth-child(4n) {
    margin-right: 0; } }

.news-item__image {
  margin-bottom: 10px; }
  .news-item__image picture {
    display: inline-block;
    width: 100%;
    max-height: 428px; }
    .news-item__image picture img {
      width: 100%;
      max-height: 428px;
      -o-object-fit: cover;
         object-fit: cover; }

.news-item__title {
  display: block;
  margin-bottom: 10px;
  font-family: 'OpenSans-Semibold', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #32373e;
  text-decoration: none; }
  .news-item__title:hover {
    color: #0D0DA0; }

.news-item__description {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #32373e; }

.news-item__link {
  font-family: 'OpenSans-Semibold', sans-serif;
  display: inline;
  color: #32373e;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  text-decoration: none; }

.news-item__link-text {
  border-bottom: 1px solid #D3D3D3; }
  .news-item__link-text_thing {
    font-family: 'OpenSans', sans-serif; }

.news-item__icon {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 10px;
  stroke: #32373e;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: -16px;
  top: 50%;
  margin-top: -4px; }

.news-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (min-width: 768px) {
  .news-item__footer {
    width: 340px; } }

@media (min-width: 1260px) {
  .news-item__footer {
    width: 225px; } }

.small-banner {
  text-align: center;
  width: 100%;
  height: 428px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #7b8084; }
  .small-banner__title {
    margin: 20px 0;
    font-family: 'Cochin-Bold', serif;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase; }
  .small-banner__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px; }
  .small-banner__image {
    display: inline-block; }
    .small-banner__image img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .small-banner__description {
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px; }
    .small-banner__description b {
      font-weight: bold; }

.popular__title {
  font-family: 'Cochin', serif;
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  color: #32373e; }

.popular__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.popular__item {
  margin-bottom: 30px;
  width: 100%; }

@media (min-width: 768px) {
  .popular__item {
    width: 340px; } }

.pagination {
  display: inline-flex;
  flex-wrap: wrap; }
  .pagination__controls {
    width: 100%;
    font-size: 0;
    text-align: center; }
  .pagination__list {
    width: 100%;
    font-size: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center; }
  .pagination__item {
    display: inline-block;
    width: 29px;
    height: 29px;
    font-family: 'Cochin-Bold', serif;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #32373e;
    border-radius: 50%;
    transition: 0.2s;
    cursor: pointer; }
    .pagination__item:hover {
      color: #0D0DA0; }
    .pagination__item_active {
      border: 1px solid #32373e;
      cursor: default; }
  .pagination__button {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-right: 20px;
    font-size: 16px;
    line-height: 31px;
    outline: none;
    cursor: pointer;
    transition: 0.2s; }
    .pagination__button:last-child {
      margin-right: 0; }
    .pagination__button:hover {
      color: #0D0DA0; }
      .pagination__button:hover svg {
        stroke: #0D0DA0; }
    .pagination__button svg {
      stroke: #525252; }
    .pagination__button_prev svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-right: 10px; }
    .pagination__button_next svg {
      margin-left: 10px; }
  @media (min-width: 768px) {
    .pagination {
      flex-wrap: nowrap;
      align-items: baseline;
      width: auto; }
      .pagination__list {
        width: auto;
        margin: 0 20px; }
      .pagination__controls {
        width: auto; } }

.application {
  text-align: center; }
  .application__navigation {
    display: flex;
    flex-wrap: wrap; }
  .application__screen {
    width: 100%; }
  .application__image {
    width: 245px;
    height: 487px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
    .application__image img {
      width: 100%;
      max-height: 100%;
      -o-object-fit: fill;
         object-fit: fill; }
  .application__links {
    width: 100%;
    text-align: center; }
    .application__links:last-of-type {
      margin-bottom: 50px; }
  .application__item {
    margin-bottom: 50px; }
  .application__link {
    font-family: 'OpenSans-Bold', sans-serif;
    color: #32373e;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px; }
  .application__title {
    font-family: 'OpenSans-Bold', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 12px; }
    .application__title_developers {
      margin-bottom: 30px; }
  .application__text {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    margin: 0; }
    .application__text_text-center {
      text-align: center; }
  .application__developers {
    margin-bottom: 80px; }
  .application__developer {
    margin-bottom: 50px; }
    .application__developer b {
      width: 100%;
      display: block;
      text-align: center; }
    .application__developer br {
      display: none; }
  .application__developer-avatar {
    margin-right: 0px;
    margin-bottom: 15px; }
  .application__applications-list {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .application__navigation {
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center; }
    .application__screen {
      width: auto;
      margin-left: 20px;
      margin-right: 10px;
      order: 2; }
    .application__links {
      width: auto;
      text-align: center; }
      .application__links:first-of-type {
        text-align: right;
        order: 1; }
      .application__links:last-of-type {
        text-align: left;
        margin-bottom: 0;
        order: 3; }
    .application__image img {
      width: 100%;
      max-height: 100%;
      -o-object-fit: fill;
         object-fit: fill; }
    .application__link {
      width: auto;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 30px; }
    .application__item {
      margin-bottom: 80px; }
    .application__developers {
      margin-bottom: 80px; }
    .application__developer-avatar {
      margin-bottom: 0; }
    .application__developer {
      display: flex;
      align-items: center;
      width: 500px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 45px; }
      .application__developer .application__text {
        text-align: left; }
      .application__developer b {
        display: inline; }
      .application__developer br {
        display: block; }
    .application__developer-avatar {
      margin-right: 25px; } }
  @media (min-width: 1260px) {
    .application__list {
      width: 500px;
      margin: 0 auto; }
    .application__description {
      width: 500px;
      margin-left: auto;
      margin-right: auto; } }

.special {
  text-align: center; }
  .special__container {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 50px; }
    .special__container-ref {
      height: 20px; }
  .special__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 18px; }
    @media (min-width: 768px) {
      .special__title {
        font-size: 24px; } }
  .special__total {
    border-top: 1px solid #32373e;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .special__total-wrapper {
    width: 100%;
    margin-bottom: 20px; }
  .special__button-buy {
    width: 100%; }
  .special__category-title {
    font-family: 'OpenSans-Semibold', sans-serif;
    margin-bottom: 15px;
    font-size: 16px; }
  .special__category-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  .special__item {
    position: relative;
    display: block;
    width: 250px;
    height: 250px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    box-sizing: border-box;
    opacity: 0.6;
    transition: 0.6s;
    border: 1px solid transparent;
    cursor: pointer; }
    .special__item:hover {
      opacity: 1; }
  .special__input {
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
    .special__input:checked + .special__item {
      border: 1px solid #7b8084;
      opacity: 1; }
      .special__input:checked + .special__item .card-item__image img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .special__input:disabled + .special__item {
      opacity: 0.6;
      cursor: default; }
      .special__input:disabled + .special__item:hover {
        opacity: 0.6; }
        .special__input:disabled + .special__item:hover .card-item__image img {
          -webkit-transform: scale(1);
                  transform: scale(1); }
  .special__category {
    margin-bottom: 50px; }
    .special__category:last-child {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .special__container {
      margin-left: auto;
      margin-right: auto;
      max-width: 600px; }
    .special__category-list {
      flex-direction: row;
      justify-content: center;
      align-items: stretch; }
    .special__item {
      margin-left: 0;
      margin-right: 75px;
      margin-bottom: 0; }
      .special__item:last-child {
        margin-right: 0; }
    .special__total-wrapper {
      width: auto;
      margin-bottom: 0;
      margin-right: 50px;
      margin-left: auto; }
    .special__button-buy {
      width: auto;
      margin-right: 30px; } }

.special-static {
  margin-bottom: 60px; }
  .special-static__image {
    width: 100%;
    height: 200px;
    text-align: center; }
    .special-static__image img {
      max-width: 100%;
      max-height: 200px;
      -o-object-fit: contain;
         object-fit: contain; }
  .special-static__title {
    margin: 15px 0;
    font-family: 'Cochin-Bold', serif;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .special-static__description {
    margin: 0;
    color: #7b8084; }
  @media (min-width: 768px) {
    .special-static {
      display: flex; }
      .special-static__image {
        width: auto;
        height: auto;
        max-width: 250px;
        max-height: 200px;
        margin-right: 40px; } }
  @media (min-width: 1260px) {
    .special-static__info {
      width: 600px; } }

.action-timer {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
  width: 300px;
  padding: 15px 0;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(216, 216, 216, 0.75);
  transition: 0.2s; }
  .action-timer__title {
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #afb1b2; }
  .action-timer__counter {
    font-size: 0;
    margin: 15px 0; }
  .action-timer__title + .action-timer__counter {
    margin: 0; }
  .action-timer__cell {
    position: relative;
    display: inline-block;
    margin-right: 35px; }
    .action-timer__cell:after {
      content: ':';
      position: absolute;
      top: -4px;
      right: -21px;
      font-family: 'Cochin-Bold', serif;
      font-size: 28px;
      color: #7b8084; }
    .action-timer__cell:last-child {
      margin-right: 0; }
      .action-timer__cell:last-child:after {
        display: none; }
  .action-timer__value {
    font-family: 'Cochin-Bold', serif;
    font-size: 28px;
    color: #7b8084; }
  .action-timer__name {
    min-width: 39px;
    font-size: 8px;
    color: #afb1b2;
    text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 805px) {
    .action-timer {
      bottom: 15px;
      left: 42%; } }
  @media (min-width: 806px) and (max-width: 815px) {
    .action-timer {
      left: 44%; } }
  @media (min-width: 815px) and (max-width: 870px) {
    .action-timer {
      left: 46%; } }
  @media (min-width: 871px) and (max-width: 940px) {
    .action-timer {
      left: 48%; } }
  @media (min-width: 941px) and (max-width: 1010px) {
    .action-timer {
      left: 50%; } }
  @media (min-width: 1011px) and (max-width: 1050px) {
    .action-timer {
      left: 51%; } }
  @media (min-width: 1052px) and (max-width: 1100px) {
    .action-timer {
      left: 52%; } }
  @media (min-width: 1111px) and (max-width: 1142px) {
    .action-timer {
      left: 53%; } }
  @media (min-width: 1143px) and (max-width: 1259px) {
    .action-timer {
      left: 54%; } }
  @media (min-width: 768px) {
    .action-timer {
      bottom: 20px;
      -webkit-transform: translateX(90px);
              transform: translateX(90px);
      width: 320px; } }
  @media (min-width: 1260px) {
    .action-timer {
      bottom: 30px;
      -webkit-transform: translateX(145px);
              transform: translateX(145px); } }

.ulogin-buttons-container {
  margin: 0 auto !important;
  display: block !important; }

.separator {
  position: relative;
  height: 83px; }
  .catalog__separator .separator {
    height: 50px; }
    .catalog__separator .separator:before {
      top: 48%; }
  .separator:before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #e6e6e6;
    z-index: 1; }
  .separator__image {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 192px;
    height: 83px;
    margin-left: -116px;
    padding: 0 20px;
    background-color: #fff;
    z-index: 2; }
  .separator__content {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    top: 12px;
    left: 50%;
    display: inline-block;
    width: 192px;
    margin-left: -116px;
    padding: 0 20px;
    text-align: center;
    background-color: #fff;
    z-index: 2; }
    @media (min-width: 768px) {
      .separator__content {
        font-size: 24px; } }

.menu {
  display: flex;
  flex-wrap: wrap; }
  .menu__item {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 20px; }
  .menu__link {
    transition: 0.2s;
    color: #32373e;
    text-decoration: none;
    border-bottom: 1px solid rgba(82, 93, 102, 0.5); }
    .menu__link:hover {
      border-bottom-color: transparent;
      color: #0D0DA0; }
  @media (min-width: 768px) {
    .menu {
      justify-content: center; }
      .menu__item {
        width: auto;
        margin: 0 22px; } }

.about-us__title {
  margin-bottom: 41px; }

.about-us__h3 {
  font-weight: 600;
  margin-top: 13px;
  margin-bottom: 16px; }

.about-us__img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.about-us__slider.owl-carousel .owl-dots {
  margin-top: 13px; }

.about-us__slider.owl-carousel .owl-item img {
  width: auto; }

.about-us__item {
  max-width: 1200px;
  margin: 0 auto; }

@media (min-width: 660px) {
  .about-us__img {
    margin-bottom: 17px; }
  .about-us__left-images, .about-us__right-images {
    display: flex;
    width: auto; }
  .about-us__left-images {
    float: left; }
    .about-us__left-images .about-us__img {
      margin-right: 32px; }
  .about-us__right-images {
    float: right; }
    .about-us__right-images .about-us__img {
      margin-left: 32px; }
  .about-us__center-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .about-us__center-images .about-us__img {
      margin: 0;
      margin-bottom: 10px; } }

@media (min-width: 1260px) {
  .about-us__center-images_avards {
    justify-content: flex-start; }
    .about-us__center-images_avards .about-us__img {
      margin-right: 16px; }
      .about-us__center-images_avards .about-us__img:nth-child(5n) {
        margin-right: 0; } }

.bx-pagination .bx-pagination-container ul li span {
  color: #32373e;
  background-color: transparent;
  font-size: 18px;
  border-radius: 50%;
  height: 32px;
  min-width: 32px;
  padding: 0 4px;
  font-family: 'Cochin-Bold', serif; }

.bx-pagination .bx-pagination-container ul li a:hover span {
  background-color: transparent;
  color: #0D0DA0; }

.bx-pagination .bx-pagination-container ul li.bx-active span {
  border: 1px solid  #32373e;
  background-color: transparent;
  color: #32373e; }

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  font-family: 'OpenSans', sans-serif;
  width: auto;
  border: none;
  font-size: 16px; }
  .bx-pagination .bx-pagination-container ul li.bx-pag-all span:after,
  .bx-pagination .bx-pagination-container ul li.bx-pag-prev span:after,
  .bx-pagination .bx-pagination-container ul li.bx-pag-next span:after,
  .bx-pagination .bx-pagination-container ul li.bx-pag-all a span:after,
  .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:after,
  .bx-pagination .bx-pagination-container ul li.bx-pag-next a span:after {
    content: '';
    display: inline-block;
    background-image: url("../img/general/icons/chevron.svg");
    width: 6px;
    height: 12px;
    position: relative;
    top: 3px;
    margin-left: 10px;
    background-repeat: no-repeat; }

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span:after,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:after {
  display: none; }

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span:before,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span:before {
  content: '';
  display: inline-block;
  background-image: url("../img/general/icons/chevron.svg");
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  margin-right: 10px;
  background-repeat: no-repeat; }

.bx-pagination .bx-pagination-container ul li.bx-pag-prev > span {
  display: none; }

.bx-pagination .bx-pagination-container ul {
  display: flex;
  justify-content: center; }

.bx-pagination .bx-pagination-container ul li {
  display: block;
  margin: 0;
  margin-bottom: 15px; }

.certificates-list {
  text-align: center; }
  .certificates-list__title {
    font-family: 'Cochin', serif;
    font-size: 22px;
    color: #525d66;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .certificates-list__title {
        font-size: 24px; } }
  .certificates-list__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .certificates-list__item {
    display: inline-block;
    width: 220px;
    margin: 0 20px 0;
    box-sizing: border-box; }
  .certificates-list__toggler {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    text-align: center; }
  .certificates-list__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  @media (min-width: 768px) {
    .certificates-list__title {
      margin-bottom: 20px; }
    .certificates-list__list {
      margin-bottom: 20px; }
    .certificates-list__item {
      font-size: 0; } }
  @media (min-width: 1260px) {
    .certificates-list__list {
      margin-bottom: 0; } }

.alert {
  background-color: #fafafa;
  min-width: 320px;
  display: none; }
  .alert__info {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0 50px; }
  .alert_visible {
    display: block; }
  .alert__img {
    display: none; }
  .alert__text {
    padding-left: 35px;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    position: relative; }
    .alert__text:before {
      content: '';
      background: url("/local/templates/lundenilona/static/img/general/icons/alert.svg") no-repeat;
      background-size: contain;
      position: absolute;
      width: 24px;
      height: 24px;
      left: 0;
      top: -4px; }
  .alert__close {
    position: absolute;
    top: 25px;
    right: 0;
    cursor: pointer; }
    .alert__close svg {
      stroke: #32373e; }
  @media (min-width: 1260px) {
    .alert__img {
      display: block;
      width: 280px;
      margin-right: 35px; }
    .alert__info {
      padding: 0; } }

.description-icon {
  padding: 0 12px; }
  .description-icon__img {
    margin-bottom: 13px; }
  .description-icon__text {
    color: #1c2128;
    font-family: "OpenSans", sans-serif;
    font-size: 9px; }
  @media (min-width: 768px) {
    .description-icon {
      text-align: center;
      padding-right: 18px;
      padding-left: 0; } }
  @media (min-width: 1260px) {
    .description-icon__img {
      height: auto; } }

.limit-message {
  display: flex;
  justify-content: center;
  align-items: center; }
  .limit-message__icon {
    margin-right: 4px; }
  .limit-message__text {
    font-size: 9px;
    font-weight: 400;
    color: #1a2027; }
  @media (min-width: 768px) {
    .limit-message {
      justify-content: flex-start; }
      .limit-message__icon {
        margin-right: 7px; }
        .limit-message__icon svg {
          width: 16px;
          height: 16px; }
      .limit-message__text {
        font-size: 13px; } }
