

/* Start:/local/templates/vselekarstva/template_styles.css?1682075572213696*/
@charset "UTF-8";
/*
* Breakpoints
*/
/*
* Colors
*/
:focus {
  outline: none;
}
input:focus {
  outline: none;
}
.container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  background-clip: content-box;
  box-sizing: border-box;
  padding: 0 20px; }
  @media all and (min-width: 768px) {
    .container {
      padding: 0 34px; } }
  @media all and (min-width: 1200px) {
    .container {
      padding: 0 110px; } }

.overlay {
  overflow: hidden; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.title-h1-main {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1em; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .title-h1-main {
      font-size: 50px;
      line-height: 1em; } }
  @media all and (min-width: 1200px) {
    .title-h1-main {
      font-size: 55px;
      line-height: 1em; } }

.title-h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1em; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .title-h1 {
      font-size: 38px;
      line-height: 1.5em; } }
  @media all and (min-width: 1200px) {
    .title-h1 {
      font-size: 42px;
      line-height: 1.5em; } }
  .title-h1--blue {
    color: #133864; }
  .title-h1--top {
    margin-bottom: 23px; }

.title-h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.11538em; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .title-h2 {
      font-size: 30px;
      line-height: 1.5em; } }
  @media all and (min-width: 1200px) {
    .title-h2 {
      font-size: 30px;
      line-height: 1.5em; } }
  .title-h2--blue {
    color: #133864; }
  .title-h2--margin {
    margin-bottom: 20px; }

.title-h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3em; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .title-h3 {
      font-size: 20px;
      line-height: 1.27778em; } }
  @media all and (min-width: 1200px) {
    .title-h3 {
      font-size: 20px;
      line-height: 1.3em; } }
  @media all and (max-width: 768px) {
    .title-h3--tabs {
      font-size: 16px;
      line-height: 1.3125em; }
    .btn-cross{display:block!important;}
  }

.title-h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.21429em; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .title-h4 {
      font-size: 18px;
      line-height: 1.27778em; } }
  @media all and (min-width: 1200px) {
    .title-h4 {
      font-size: 20px;
      line-height: 1.3em; } }

.default-text {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Roboto", "Arial", sans-serif; }

.width780 {
  max-width: 780px;
  width: 100%; }

.block {
  margin: 27px 0; }
  @media all and (min-width: 768px) {
    .block {
      margin: 40px 0; } }
  @media all and (min-width: 1200px) {
    .block {
      margin: 37px 0 40px; } }

.block-inner {
  margin: 20px 0 40px; }

.block-blog {
  margin: 0 0 40px; }

.text-blue {
  color: #133864; }

.text-cardinal {
  color: #BE1313; }

.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.5; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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; }

.svg-wrapper {
  display: none; }

.hidden {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.invisible {
  visibility: hidden; }
.basket__card-text{color:#3ED1AF}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

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

button {
  outline: none;
  background-color: transparent; }

p, h1, h2, h3, h4 {
  padding: 0;
  margin: 0; }

input {
  border: none; }

* {
  padding: 0;
  margin: 0; }

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

button {
  border: none; }

a {
  text-decoration: none;
  color: #000000; }

html,
body {
  color: #333;
  background: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-x: hidden; }

.flex-product{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 8px;
}
.text-style {
  display: block;
  margin: 0 0 0;
  font-size: 16px;
  line-height: 1.5em; }
  .text-style p {
    font-size: 16px;
    line-height: 1.5em;
    margin: 5px 0; }
  .text-style ul {
    margin: 10px 0;
    list-style: none; }
  .text-style img {
    display: block;
    margin: 10px 0;
    width: 100%;
    height: 100%; }
  .text-style ul > li {
    padding-left: 1.6em;
    position: relative; }
    .text-style ul > li:before {
      content: '●';
      position: absolute;
      left: 0.6em;
      top: 0;
      -webkit-transform-origin: 50% 55%;
              transform-origin: 50% 55%;
      -webkit-transform: scale(0.9) translateZ(0);
              transform: scale(0.9) translateZ(0);
      color: #133864; }
  .text-style h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.11538em;
    color: #133864;
    margin: 10px 0; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .text-style h2 {
        font-size: 30px;
        line-height: 1.5em; } }
    @media all and (min-width: 1200px) {
      .text-style h2 {
        font-size: 30px;
        line-height: 1.5em; } }
  .text-style h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3em;
    color: #133864;
    margin: 10px 0; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .text-style h3 {
        font-size: 18px;
        line-height: 1.27778em; } }
    @media all and (min-width: 1200px) {
      .text-style h3 {
        font-size: 20px;
        line-height: 1.3em; } }

.btn__text {
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  z-index: 1; }

a:hover {
  text-decoration: none; }

.btn {
  cursor: pointer;
  border-radius: 40px;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1875em;
  border: none; }
  .btn:hover {
    color: #ffffff; }
    .btn:focus, 
    .btn:active:focus, 
    .btn.active:focus, 
    .btn.focus, 
    .btn:active.focus, 
    .btn.active.focus {
      outline: none;
      color: #fff;
    }
  @media all and (min-width: 768px) {
    .btn {
      font-size: 18px;
      line-height: 1.22222em; } }
  .btn--blue {
    padding: 10px 27px;
    border: 2px solid #133864;
    max-width: 180px;
    width: 100%;
    border-radius: 47px;
    font-weight: bold;
    font-size: 18px;
    color: #133864;
    -webkit-transition: border-color 0.2s linear, color 0.2s linear;
    transition: border-color 0.2s linear, color 0.2s linear; }
    .btn--blue:hover {
      border-color: #19C8A0;
      color: #19C8A0; }
    .btn--blue:active {
      border-color: #16B994;
      color: #16B994; }
  .btn--buy {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 170, 225, 0.9)), color-stop(75.41%, rgba(19, 56, 100, 0.2))), #003C84;
    background: linear-gradient(180deg, rgba(124, 170, 225, 0.9) 0%, rgba(19, 56, 100, 0.2) 75.41%), #003C84;
    padding: 7px 0;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.82353em; }
    .btn--buy::before {
      border-radius: 40px;
      position: absolute;
      content: '';
      top: 2px;
      bottom: 2px;
      right: 2px;
      left: 2px;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear;
      background: #1560B9; }
      .in_basket {
       position: relative;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    padding: 12px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 19.27%, rgba(25, 200, 160, 0.3) 100%), #19C8A0;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.82353em; }
      .in_basket_add {
       position: relative;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    padding: 12px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 19.27%, rgba(25, 200, 160, 0.3) 100%), #19C8A0;
    height: 41px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.82353em; }
  
      .in_basket::before {
      border-radius: 40px;
      position: absolute;
      content: '';
      top: 2px;
      bottom: 2px;
      right: 2px;
      left: 2px;
      -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear;
      }
    @media all and (min-width: 768px) {
      .btn--buy {
        padding: 10px 0; } }
    .btn--buy:hover::before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(75.41%, rgba(19, 56, 100, 0.2))), #0e69d5;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(19, 56, 100, 0.2) 75.41%), #0e69d5; }
    .btn--buy:active::before {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(75.41%, rgba(19, 56, 100, 0.2))), #1054a4;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(19, 56, 100, 0.2) 75.41%), #1054a4; }
  .btn--added {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(25, 200, 160, 0.3)), to(rgba(255, 255, 255, 0.3)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 19.27%, rgba(25, 200, 160, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
    background-color: #19C8A0;
    background-size: auto 200%;
    -webkit-transition: background-position 2s;
    transition: background-position 2s;
    pointer-events: none; }
    .btn--added::before {
      border-radius: 40px;
      position: absolute;
      content: '';
      top: 2px;
      bottom: 2px;
      right: 2px;
      left: 2px;
      background-color: #3ed1af;
      -webkit-transition: background-color 0.2s linear;
      transition: background-color 0.2s linear; }
    .btn--added:hover::before {
      background-color: transparent; }
  .btn--middle {
    width: auto;
    padding: 12px 12px;
    min-width: 83px; }
    @media all and (min-width: 1024px) {
      .btn--middle {
        min-width: 120px; } }
    @media all and (min-width: 1200px) {
      .btn--middle {
        min-width: 125px; } }
  .btn--added {
    border: 2px solid #19C8A0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, #75dec6), to(rgba(25, 200, 160, 0.3))), #19C8A0;
    background: linear-gradient(180deg, #75dec6 19.27%, rgba(25, 200, 160, 0.3) 100%), #19C8A0; }
    .btn--added:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, #75dec6), to(rgba(40, 200, 165, 0.62))), #20DFB4;
      background: linear-gradient(180deg, #75dec6 19.27%, rgba(40, 200, 165, 0.62) 100%), #20DFB4; }
    .btn--added:active {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, rgba(255, 255, 255, 0.3)), to(rgba(25, 200, 160, 0.3))), #11B58F;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 19.27%, rgba(25, 200, 160, 0.3) 100%), #11B58F; }
  .btn--tiny {
    padding: 8px 10px;
    height: 20px; }
    @media all and (max-width: 768px) {
      .btn--tiny {
        max-width: 83px; } }
    @media all and (min-width: 768px) {
      .btn--tiny {
        max-width: 80px; } }
  .btn--big {
    font-size: 18px;
    line-height: 1.22222em;
    max-width: 213px; }
    @media all and (min-width: 768px) {
      .btn--big {
        max-width: 170px; } }
  .btn-link {
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .btn-link--header {
      color: #2c3036; }
    .btn-link:hover {
      color: #19C8A0; }
  .btn-catalog {
    padding: 15px 10px;
    border-radius: 5px;
    background: #edeff3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn-catalog__label {
      text-transform: uppercase;
      display: none;
      font-size: 16px;
      color: #133864;
      font-weight: bold;
      line-height: 1.25em; }
      @media all and (min-width: 768px) {
        .btn-catalog__label {
          display: block; } }
    @media all and (min-width: 768px) {
      .btn-catalog__img {
        display: block;
        padding-right: 8px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }
  .btn--largest {
    max-width: 280px;
    width: 100%;
    padding: 14px 50px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22222em; }

.btn--none {
  border: 2px solid #B8BDC2;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  pointer-events: none; }
  .btn--none .btn__text {
    color: #B8BDC2; }

.btn--arrow {
  display: inline-block;
  color: #1560B9;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .btn--arrow .arrows {
    display: inline-block;
    margin-top: -15px;
    font-size: 25px;
    margin-right: 5px;
    line-height: 1.5em; }
  .btn--arrow:hover {
    color: #19C8A0; }
  .btn--arrow .arrow {
    font-size: 26px;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    .btn--arrow .arrow:hover {
      color: #19C8A0; }

.btn-under {
  font-size: 14px;
  color: #133864;
  line-height: 1.5em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .btn-under:hover {
    color: #19C8A0; }

.btn-delete-item {
  cursor: pointer;
  color: #BE1313;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: none; }
  .btn-delete-item:hover {
    color: rgba(190, 19, 19, 0.5); }
  @media all and (min-width: 768px) {
    .btn-delete-item {
      display: block; } }

.btn-delete-cross {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  font-size: 30px;
  color: #000000;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .btn-delete-cross:hover {
    color: rgba(0, 0, 0, 0.5); }
  @media all and (min-width: 768px) {
    .btn-delete-cross {
     } }

.btn-show-more {
  max-width: 90px;
  border-bottom: 1px dashed #1560B9;
  font-family: Roboto Condensed;
  font-size: 16px;
  line-height: 1.625em;
  cursor: pointer;
  color: #1560B9;
  -webkit-transition: color 0.2s linear, border 0.2s linear;
  transition: color 0.2s linear, border 0.2s linear; }
  .btn-show-more:hover {
    color: #4a93ea;
    border-color: #4a93ea; }

.btn-reset-filter {
  max-width: 160px;
  padding: 4px 5px 4px;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  background-color: #133864;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.375em;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }
  .btn-reset-filter:hover {
    background-color: rgba(0, 60, 132, 0.91); }
  .btn-reset-filter:active {
    background-color: #133864; }

.btn-cross {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 15px;
  height: 25px; }
  .btn-cross::before, .btn-cross::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 2px;
    width: 15px;
    border-radius: 3px;
    background-color: #5D5A67;
    -webkit-transform-origin: center;
            transform-origin: center; }
  .btn-cross::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-cross::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.close {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("/local/templates/vselekarstva/./img/cross.svg") no-repeat 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .close:hover {
    opacity: 0.7; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  overflow: hidden;
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .5;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

/*@supports (padding:max(0px)) {*/
/*    .fancybox-caption {*/
/*        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))*/
/*    }*/
/*}*/
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  /*@supports (padding:max(0px)) {*/
  /*    .fancybox-caption {*/
  /*        padding-left: max(12px, env(safe-area-inset-left));*/
  /*        padding-right: max(12px, env(safe-area-inset-right))*/
  /*    }*/
  /*}*/ }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.logo {
  margin-top: 10px;
  width: 120px; }
  @media all and (min-width: 370px) {
    .logo {
      width: 159px;
      margin-top: 0; } }
  @media all and (min-width: 768px) {
    .logo {
      width: 210px; } }
  .logo img {
    width: 120px; }
    @media all and (min-width: 370px) {
      .logo img {
        width: 159px; } }
    @media all and (min-width: 768px) {
      .logo img {
        width: 210px; } }
.logo__hover:hover {
  opacity: 0.6;
}
.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media all and (min-width: 768px) {
    .nav-list {
      margin-right: 64px; } }
  @media all and (min-width: 1200px) {
    .nav-list {
      margin-right: 50px; } }
  .nav-list__item {
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    color: #2c3036;
    font-size: 16px;
    margin-right: 22px; }
    .nav-list__item:last-child {
      margin-right: 0; }
    .nav-list__item.active {
      color: #5dc0ab; }

.header {
  background: #ffffff;
  height: 70px;
  padding: 17px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04); }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    margin-right: 9px; }
    @media all and (min-width: 768px) {
      .header__logo {
        margin-right: 30px; } }
    @media all and (min-width: 1200px) {
      .header__logo {
        margin-right: 80px; } }
  .header__nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__nav .nav-list {
      display: none; }
      @media all and (min-width: 768px) {
        .header__nav .nav-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

.town-select {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .town-select {
      line-height: 1.5em;
      font-size: 16px; } }
  .town-select__option {
    display: none; }
    @media all and (min-width: 1260px) {
      .town-select__option {
        display: block;
        margin-right: 4px; } }
  .town-select__link {
    color: #1560B9;
    border-bottom: 1px dashed #1560B9;
    position: relative; }
    .town-select__link::before {
      content: "";
      position: absolute;
      width: 110%;
      height: 70px;
      bottom: -100%;
      left: 0%; }
    .town-select__link:hover + .town-select__drop-down {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .town-select__drop-down {
    min-width: 186px;
    position: absolute;
    padding: 17px 29px 10px 25px;
    background-color: #ffffff;
    z-index: 199;
    top: 42px;
    left: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    @media all and (min-width: 1260px) {
      .town-select__drop-down {
        left: 80px; } }
    @media all and (max-width: 450px) {
      .town-select__drop-down {
        left: -66px; } }
    .town-select__drop-down:hover {
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
    .town-select__drop-down::before {
      content: '';
      position: absolute;
      top: -6px;
      left: 20px;
      width: 9px;
      height: 9px;
      background-color: #ffffff;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg); }
      @media all and (max-width: 450px) {
        .town-select__drop-down::before {
          left: 112px; } }
  .town-select__item {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 3px;
    -webkit-transition: text-shadow 0.2s linear;
    transition: text-shadow 0.2s linear; }


.user-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 25px;
  line-height: 1.5em;
  font-size: 16px; }
  .user-menu__link {
    display: none; }
    @media all and (min-width: 1200px) {
      .user-menu__link {
        display: block; } }
  .user-menu__icon {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (min-width: 1200px) {
      .user-menu__icon {
        display: none; } }

.cart {
  position: relative;
  display: block;
  cursor: default;
  padding: 0; }
  @media all and (min-width: 1200px) {
    .cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 8px 5px 20px;
      min-width: 130px;
      border: 2px solid #B8BDC2;
      border-radius: 43px; }
      .cart path {
        fill: #B8BDC2; } }
  .cart svg {
    z-index: 1; }
  .cart--added {
    cursor: pointer; }
    @media all and (min-width: 1200px) {
      .cart--added {
        padding: 8px 15px 8px 20px;
        border: none;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(25, 200, 160, 0.3)), to(rgba(255, 255, 255, 0.3)));
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 19.27%, rgba(25, 200, 160, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
        background-color: #19C8A0;
        background-size: auto 200%;
        -webkit-transition: background-position 2s;
        transition: background-position 2s; }
        .cart--added::before {
          border-radius: 40px;
          position: absolute;
          content: '';
          top: 2px;
          bottom: 2px;
          right: 2px;
          left: 2px;
          background-color: #3ed1af;
          -webkit-transition: background-color 0.2s linear;
          transition: background-color 0.2s linear; }
        .cart--added:hover::before {
          background-color: #3ddfba; }
        .cart--added .cart__cost {
          color: #ffffff; }
        .cart--added path {
          fill: #ffffff; } }
  .cart__cost {
    display: none; }
    @media all and (min-width: 1200px) {
      .cart__cost {
        display: block;
        position: relative;
        z-index: 1;
        line-height: 1.5em;
        font-weight: 700;
        font-size: 16px;
        color: #2C3036;
        margin-left: 23px; } }
  .cart__rub {
    line-height: 1em; }

.footer {
  padding: 20px 0 30px;
  margin-top: auto;
  background-color: #001D3F;
  color: #ffffff; }
  .footer .container {
    position: relative; }
  @media all and (min-width: 768px) {
    .footer {
      padding: 30px 0; } }
  .footer__inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media all and (min-width: 768px) {
      .footer__inner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 0; } }
  @media all and (min-width: 768px) {
    .footer__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 15px; } }
  .footer__rating-wrapper {
    margin-left: auto; }
    @media all and (max-width: 768px) {
      .footer__rating-wrapper {
        -ms-flex-item-align: center;
            align-self: center; } }
  .footer__copy {
    font-size: 14px;
    line-height: 1.5em;
    margin-right: 30px; }
  .footer__copy-text {
    margin-bottom: 5px; }
  .footer__link {
    margin-top: 5px; }
  .footer__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    @media all and (min-width: 768px) {
      .footer__image {
        margin-left: auto;
        margin-right: 30px; } }
    @media all and (min-width: 1200px) {
      .footer__image {
        margin-right: 49px; } }
    .footer__image img:first-child {
      margin-right: 8px; }
  @media all and (min-width: 1200px) {
    .footer__social {
      position: absolute;
      top: 0;
      right: 110px; } }
  .footer__text {
    opacity: 0.7;
    font-size: 12px;
    line-height: 1.5em; }
  .footer__dl {
    margin-bottom: 25px; }

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.375em;
  margin: 0 -10px -5px; }
.nav-list>.active a {
  color: #19C8A0;
    cursor: default;
}
.footer-menu>.active a {
  color: #19C8A0;
    cursor: default;
}
  @media all and (min-width: 768px) {
    .footer-menu {
      margin: 0; } }
  .footer-menu__item {
    margin: 0 10px 5px; }
    @media all and (min-width: 768px) {
      .footer-menu__item {
        margin: 0 28px 5px 0; } }
  .footer-menu__link {
    font-family: "Roboto", "Arial", sans-serif; }

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-links__item {
    width: 35px;
    height: 35px;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .social-links__item:not(:last-child) {
      margin-right: 15px; }
    @media all and (min-width: 768px) {
      .social-links__item {
        width: 25px;
        height: 25px;
        -webkit-transform: scale(0.76);
                transform: scale(0.76); } }
    .social-links__item:hover {
      opacity: 0.7; }

.dl-wrapper {
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.42857em; }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6px; }
  @media all and (min-width: 768px) {
    .rating {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .rating__stars {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .rating__stars:hover .rating__star {
      opacity: 1; }
  .rating__label {
    opacity: 0.7;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.5em; }
  .rating__star {
    cursor: pointer;
    width: 25px;
    height: 17px;
    background-image: url("/local/templates/vselekarstva/./img/star.png");
    background-position: 0 0;
    background-size: 17px;
    background-repeat: no-repeat;
    opacity: 0.2;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
    .rating__star:not(:last-child) {
      padding-right: 8px; }
    .rating__star:last-child {
      width: 17px; }
    .rating__star:hover ~ .rating__star {
      opacity: 0.2; }

.canvasOne {
  position: absolute;
  pointer-events: none;
  display: block;
  top: 25px;
  right: -150px;
  z-index: -1;
  width: 400px;
  height: 400px; }
  @media all and (min-width: 768px) {
    .canvasOne {
      display: block;
      right: 0;
      top: 40px;
      width: 400px;
      height: 430px; } }
  @media all and (min-width: 1024px) {
    .canvasOne {
      display: block;
      width: 500px;
      height: 530px; } }
  @media all and (min-width: 1200px) {
    .canvasOne {
      right: 100px; } }

.main-top {
  background-color: #001D3F;
  color: #ffffff;
  position: relative;
  z-index: 12;
  min-height: 450px;
  padding-bottom: 30px; }
  @media all and (min-width: 768px) {
    .main-top {
      min-height: 520px; } }
  @media all and (min-width: 1024px) {
    .main-top {
      min-height: 590px; } }
  .main-top__background {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    width: 500px;
    height: 600px;
    right: 0; }
    @media all and (min-width: 768px) {
      .main-top__background {
        width: 700px;
        height: 700px; } }
    .main-top__background::before {
      content: "";
      position: absolute;
      right: -207px;
      top: 30px;
      z-index: -1;
      width: 100%;
      padding-bottom: 100%;
      background-position: 0 0;
      background-size: 100%;
      background-repeat: no-repeat;
      display: none; }
      @media all and (min-width: 768px) {
        .main-top__background::before {
          right: -250px; } }
      @media all and (min-width: 1024px) {
        .main-top__background::before {
          right: -150px;
          top: 7%;
          display: none; } }
      @media all and (min-width: 1200px) {
        .main-top__background::before {
          right: 0;
          top: 7%; } }
    .main-top__background--img {
      position: relative; }
  .main-top__wrapper {
    margin-bottom: 20px;
    max-width: 980px;
    z-index: 12; }
  .main-top__title {
    padding-top: 45px;
    margin-bottom: 40px; }
    @media all and (min-width: 768px) {
      .main-top__title {
        padding-top: 100px;
        margin-bottom: 40px; } }
  .main-top__tags {
    margin-bottom: 33px; }
    @media all and (min-width: 1200px) {
      .main-top__tags {
        margin-bottom: 60px; } }
  @media all and (min-width: 768px) {
    .main-top {
      padding-bottom: 100px; } }

.form-search__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form-search__field {
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  background: #EDEFF3;
  border-radius: 5px;
  padding: 13px 40px 13px 10px; }
  .form-search__field .search {
    outline: none;
  }
  @media all and (min-width: 768px) {
    .form-search__field {
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
      padding: 13px 140px 13px 10px; } }

.form-search__inner-wrapper {
  width: 100%;
  position: relative; }
.form-search__inner-wrapper:focus {
  outline: none;
}
.form-search__btn-catalog {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  margin-right: 4px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  @media all and (min-width: 768px) {
    .form-search__btn-catalog {
      margin-right: 10px; } }
  .form-search__btn-catalog:hover {
    opacity: 0.7; }

.form-search__btn-search {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  position: absolute;
  background: transparent; }
  @media all and (min-width: 768px) {
    .form-search__btn-search {
      top: 0;
      right: 0;
      height: 100%;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      border: 2px solid #DADADA; } }

.form-top-header {
  padding: 20px 0;
  background-color: #133864; }

.wrapper-form {
  position: relative; }

.btn-search {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear; }
  @media all and (min-width: 768px) {
    .btn-search--main {
      border-radius: 40px;
      max-width: 136px;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.246)), color-stop(75.52%, rgba(166, 1, 1, 0.3)), to(rgba(166, 1, 1, 0.3))), #BE1313;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.246) 0%, rgba(166, 1, 1, 0.3) 75.52%, rgba(166, 1, 1, 0.3) 100%), #BE1313;
      padding: 10px; }
      .btn-search--main path {
        fill: #ffffff; }
      .btn-search--main:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.246)), color-stop(75.52%, rgba(166, 1, 1, 0.3)), to(rgba(166, 1, 1, 0.3))), #E22828;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.246) 0%, rgba(166, 1, 1, 0.3) 75.52%, rgba(166, 1, 1, 0.3) 100%), #E22828; }
      .btn-search--main:active {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.246)), color-stop(75.52%, rgba(166, 1, 1, 0.3)), to(rgba(166, 1, 1, 0.3))), #A30D0D;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.246) 0%, rgba(166, 1, 1, 0.3) 75.52%, rgba(166, 1, 1, 0.3) 100%), #A30D0D; } }
  .btn-search__label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    padding-left: 7px; }
    @media all and (max-width: 767px) {
      .btn-search__label {
        display: none; } 
      .btn-search {
        background-image: url(/local/templates/vselekarstva/img/search.png);
        width: 15px;
        height: 15px;
      }
    }

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tags-item {
  cursor: pointer;
  margin-bottom: 5px; }
  .tags-item:not(:last-child) {
    margin-right: 5px; }
    @media all and (min-width: 1200px) {
      .tags-item:not(:last-child) {
        margin-right: 10px; } }

.tags-link {
  padding: 9px 10px;
  border: 1.20455px solid rgba(255, 255, 255, 0.6);
  border-radius: 6.02275px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.14286em;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear; }
  .tags-link:hover {
    background-color: #ffffff;
    color: #000000; }

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 768px) {
    .advantages {
      margin: 0 -8px;
      width: 100%; } }
  .advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media all and (max-width: 768px) {
      .advantages__item {
        width: calc(100% / 6 * 2 - 16px);
        margin: 0 8px;
        min-height: 100px; } }
    @media all and (min-width: 768px) {
      .advantages__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-right: 30px; } }
  @media all and (min-width: 768px) {
    .advantages__item-icon {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      margin-top: -5px; } }
  @media all and (max-width: 768px) {
    .advantages__wrapper {
      min-height: 60px;
      margin-bottom: 5px; } }
  @media all and (min-width: 768px) {
    .advantages__wrapper {
      margin-right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .advantages__item-label {
    font-size: 14px;
    line-height: 1.07143em;
    font-weight: bold;
    max-width: 105px;
    font-family: "Roboto Condensed", sans-serif; }
    @media all and (min-width: 375px) {
      .advantages__item-label {
        font-size: 16px;
        line-height: 1.125em; } }
    @media all and (min-width: 768px) {
      .advantages__item-label {
        margin-top: 5px;
        max-width: 125px; } }

.product__title {
  margin-bottom: 10px; }

.product__top {
  margin-bottom: 34px; }
  @media all and (min-width: 768px) {
    .product__top {
      margin-bottom: 27px; } }

.product__slide.card {
  height: auto;
  overflow: hidden;
  padding: 0; }
  .product__slide.card .card__final {
    margin-top: auto; }
  @media all and (max-width: 767px) {
    .product__slide.card .card__info {
      overflow-wrap: break-word;
      max-width: 100%; } }
  @media all and (max-width: 1199px) {
    .product__slide.card .card__final-cost {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.15385; } }
  @media all and (max-width: 1199px) {
    .product__slide.card .card__final-cost {
      margin-bottom: 5px; } }
  @media all and (max-width: 1199px) {
    .product__slide.card .card__final {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.product__slider {
  position: relative;
  overflow: visible;
  list-style: none;
  z-index: 1;
  max-width: 1400px;
  margin: 0 20px; }
  @media all and (min-width: 768px) {
    .product__slider {
      margin: 0 34px; } }
  @media all and (min-width: 1200px) {
    .product__slider {
      margin: 0; } }
  @media all and (min-width: 1400px) {
    .product__slider {
      margin: 0 auto; } }
  .product__slider .swiper-wrapper {
    box-sizing: border-box; }
  .product__slider:before, .product__slider:after {
    position: absolute; }
  .product__slider .product__slider-next, .product__slider .product__slider-prev {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block; }
    @media all and (max-width: 1023px) {
      .product__slider .product__slider-next, .product__slider .product__slider-prev {
        display: none; } }
    .product__slider .product__slider-next:before, .product__slider .product__slider-prev:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .product__slider .product__slider-next:hover, .product__slider .product__slider-prev:hover {
      opacity: 0.85; }
  .product__slider .product__slider-prev {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    left: 0; }
    .product__slider .product__slider-prev:before {
      background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    .product__slider .product__slider-prev:after {
      left: initial;
      right: 27px; }
    @media all and (min-width: 1200px) {
      .product__slider .product__slider-prev:after {
        left: initial;
        right: 50px; } }
  .product__slider .product__slider-next {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    right: 0; }
    .product__slider .product__slider-next:before {
      background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
    .product__slider .product__slider-next:after {
      left: 33px; }
    @media all and (min-width: 1200px) {
      .product__slider .product__slider-next:after {
        left: 56px; } }

.product__slide-btn {
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  padding: 12px 12px; }
  .product__slide-btn .btn__text {
    font-size: 16px;
    line-height: 1.1875em;
    font-weight: bold; }
    @media all and (min-width: 1024px) {
      .product__slide-btn .btn__text {
        font-size: 18px;
        line-height: 1.22222em; } }
  @media all and (min-width: 1200px) {
    .product__slide-btn {
      max-width: 125px; } }
  .product__slide-btn.btn--none {
    pointer-events: none;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 16px; }
    @media all and (min-width: 1200px) {
      .product__slide-btn.btn--none {
        max-width: 142px; } }

.product__wrapper {
  overflow: hidden;
  position: relative;
  max-width: 2600px;
  margin: 0 auto; }
  @media all and (min-width: 1024px) {
    .product__wrapper {
      padding: 0 50px; } }
  @media all and (min-width: 1200px) {
    .product__wrapper {
      padding: 0 110px; } }

.product__slide {
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 1px solid #b8bdc2; }
  .product__slide .card__drug {
    overflow: hidden;
    text-overflow: ellipsis; }
  .product__slide .card__final {
    margin-top: auto; }
  .product__slide.card {
    height: auto; }

.product__slide-origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 24px 10px 35px 10px;
  position: relative;
  border-right: 1px solid rgb(184 189 194 / 0.3) }

.product__slide-analog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 10px 35px 10px;
  width: 50%; }

.card {
  padding-top: 24px;
  padding-bottom: 35px; }
  .card__link-wrapper {
    display: block; }
  .card__info {
    color: #808080;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 18px; }
    @media all and (max-width: 768px) {
      .card__info {
        font-size: 14px;
        line-height: 1.21429em; } }
  .card__wr-info {
    max-width: 320px;
    width: 100%; }
    .card__wr-info ul {
      width: 100%; }
  .card__wr-img {
    border-radius: 7px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 6px;
    width: 100%;
    max-width: 320px;
    max-height: 170px;
    height: 170px; }
  .card__link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
  .card__img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    .card__img:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .card__name {
    margin-bottom: 5px;
    color: #000000;
    font-size: 16px;
    line-height: 1.1875em; }
    @media all and (min-width: 768px) {
      .card__name {
        font-size: 20px;
        line-height: 1.2em; } }
  .card__drug {
    margin-bottom: 3px;
    color: #1560b9;
    font-size: 14px;
    line-height: 1.21429em; }
    @media all and (min-width: 768px) {
      .card__drug {
        font-size: 16px;
        line-height: 1.5em; } }
  .card__chemist {
    margin-bottom: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 1.21429em;
    margin-right: 20%; }
    @media all and (min-width: 768px) {
      .card__chemist {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.5em; } }
  .card__cost {
    padding-right: 5px; }
  .card__saving {
    margin-bottom: 10px;
    color: #19c8a0;
    font-size: 14px;
    line-height: 1.21429em; }
    @media all and (min-width: 768px) {
      .card__saving {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.5em; } }
  .card__final {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .card__final-cost {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em; }
    @media all and (min-width: 1024px) {
      .card__final-cost {
        font-size: 28px;
        line-height: 1.5em; } }

.card-saving {
  color: #19C8A0;
  font-size: 14px;
  line-height: 1.21429em; }
  .card-saving--big {
    font-size: 16px;
    line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-saving {
      font-size: 16px;
      line-height: 1.5em; } }

.card-making {
  color: #808080;
  font-size: 16px;
  line-height: 1.375em; }
  .card-making--big {
    font-size: 16px;
    line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-making {
      line-height: 1.5em; } }

.card-material {
  color: #1560B9;
  font-size: 14px;
  line-height: 1.21429em; }
  .card-material--big {
    font-size: 16px;
    line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-material {
      line-height: 1.5em; } }

.card-chemist {
  font-size: 14px;
  line-height: 1.21429em; }
  .card-chemist--big {
    font-size: 16px;
    line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-chemist {
      line-height: 1.5em; } }

.card-final-cost {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-final-cost {
      font-size: 28px;
      line-height: 1.5em; } }
  @media all and (min-width: 1340px) {
    .card-final-cost {
      font-size: 34px;
      line-height: 1.47826em; } }
  .card-final-cost--big {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2em; }
    @media all and (min-width: 1260px) {
      .card-final-cost--big {
        font-size: 30px;
        line-height: 1.5em; } }
  .card-final-cost--middle {
    font-size: 20px;
    line-height: 1.5em; }
    @media all and (min-width: 1260px) {
      .card-final-cost--middle {
        font-size: 30px;
        line-height: 1.5em; } }
  .card-final-cost--medium {
    font-size: 16px;
    line-height: 1.5em; }
    @media all and (min-width: 1260px) {
      .card-final-cost--medium {
        font-size: 25px;
        line-height: 1.28em; } }
  .card-final-cost--mr {
    margin-right: 15px; }

.card-name {
  font-size: 16px;
  line-height: 1.1875em; }
  .card-name--big {
    font-size: 16px;
    line-height: 1.375em; }
  @media all and (min-width: 768px) {
    .card-name {
      font-size: 18px;
      line-height: 1.22222em; } }
  @media all and (min-width: 1200px) {
    .card-name {
      font-size: 20px;
      line-height: 1.2em; } }

.card-text {
  font-size: 16px;
  line-height: 1.375em; }
  @media all and (min-width: 1200px) {
    .card-text {
      font-size: 16px;
      line-height: 1.5em; } }

.card-img-wrapper {
  overflow: hidden;
  border-radius: 8px; }
  .card-img-wrapper:hover .card-img {
    -webkit-transform: scale(1.06) translateZ(0);
            transform: scale(1.06) translateZ(0); }
  .card-img-wrapper--small {
    max-width: 170px;
    width: 100%; }
  .card-img-wrapper--tiny {
    max-width: 100px;
    width: 100%; }
    @media all and (min-width: 768px) {
      .card-img-wrapper--tiny {
        max-width: 180px; } }
  @media all and (min-width: 768px) {
    .card-img-wrapper--mr20 {
      margin-right: 20px; } 
	      .card-img-wrapper--mr35 {
      margin-right: 35px; }}

.card-img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  max-width: 340px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  width: 100%; }

.card-item--margin {
  margin-bottom: 10px; }
  @media all and (min-width: 768px) {
    .card-item--margin {
      margin-bottom: 5px; } }

.basket__wr-img:hover .card-img {
  -webkit-transform: scale(1.06) translateZ(0);
          transform: scale(1.06) translateZ(0); }

.card-item {
  position: relative; }
  .card-item--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (min-width: 768px) {
      .card-item--flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .card-item--cart-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.card-slider-wrapper {
  position: relative; }

.blog.block-inner {
  margin: 0 0 50px; }

.blog__title {
  margin-bottom: 20px; }

.blog__link {
  position: absolute;
  right: 34px;
  display: none;
  top: 12px;
  color: #1560B9;
  font-size: 14px;
  line-height: 1.5em;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .blog__link {
      top: 22px;
      right: 34px;
      display: block; } }
  @media all and (min-width: 1200px) {
    .blog__link {
      top: 22px;
      right: 110px;
      display: block; } }
  .blog__link .arrow {
    display: inline-block;
    font-size: 32px;
    position: relative;
    }
  .blog__link:hover {
    color: #19C8A0; }

.blog-slider {
  overflow: hidden;
  list-style: none;
  z-index: 1;
  position: relative; }
  .blog-slider__img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .blog-slider__title {
    font-weight: bold;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3em;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .blog-slider__title {
        font-size: 18px;
        line-height: 1.27778em; } }
    @media all and (min-width: 1200px) {
      .blog-slider__title {
        font-size: 20px;
        line-height: 1.3em; } }
    @media all and (min-width: 768px) {
      .blog-slider__title {
        margin-bottom: 10px; } }
  .blog-slider__description {
    max-width: 375px; }
    @media all and (min-width: 768px) {
      .blog-slider__description {
        display: block; } }
  .blog-slider__wr-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 17px;
    min-height: 250px; }
    .blog-slider__wr-img .blog-slider__img {
      margin: 0; }
  .blog-slider__img {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
  .blog-slider__slide {
    width: 100%; }
    .blog-slider__slide:hover .blog-slider__img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .blog-slider__slide:hover .blog-slider__title {
      color: #19C8A0; }

.drop-menu {
  position: absolute;
  z-index: 99;
  display: none;
  top: calc(100% + 10px);
  width: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0 20px; }
  .drop-menu .parent-section {
    display: block; }
    @media all and (min-width: 1024px) {
      .drop-menu .parent-section {
        display: none; } }
  .drop-menu__cross {
    cursor: pointer;
    color: #000000;
    font-size: 30px;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    right: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: color 0.2s linear, -webkit-transform 0.2s linear;
    transition: color 0.2s linear, -webkit-transform 0.2s linear;
    transition: color 0.2s linear, transform 0.2s linear;
    transition: color 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear; }
    .drop-menu__cross:hover {
      -webkit-transform: scale(1.1) translateZ(0);
              transform: scale(1.1) translateZ(0);
      color: #001D3F; }
  .drop-menu__link {
    -webkit-transition: color 0.1 linear;
    transition: color 0.1 linear; }
    .drop-menu__link:hover {
      color: #1560b9; }
  .drop-menu__item {
    cursor: pointer; }
    .drop-menu__item:first-child {
      padding-top: 20px; }
      @media all and (min-width: 1024px) {
        .drop-menu__item:first-child::before {
          top: 15px; } }
    .drop-menu__item:last-child {
      padding-bottom: 20px; }
    .drop-menu__item:not(:last-child) {
      margin-bottom: 15px; }
    .drop-menu__item .active {
      color: #1560b9; }
  .drop-menu__list {
    z-index: 1;
    color: #000000; }
    @media all and (min-width: 1024px) {
      .drop-menu__list {
        padding-right: 25px;
        max-width: 260px;
        border-right: 1px solid #b8bdc2; } }
  .drop-menu__sub-list {
    padding-left: 20px;
    padding-top: 13px;
    font-weight: normal;
    display: none;
    font-size: 14px;
    line-height: 1.5em;
    cursor:default; }
    @media all and (min-width: 1024px) {
      .drop-menu__sub-list {
        display: none;
        padding: 20px 30px 50px 20px;
        width: calc(100% - 278px);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: none;
        border-radius: 5px;
        position: absolute;
        z-index: -1;
        top: -1px;
        left: 279px;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        background: #ffffff; } }
    @media all and (min-width: 1024px) {
      .drop-menu__sub-list--border {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
  .drop-menu__sub-item {
    margin-bottom: 10px;
    cursor: default; }
    @media all and (min-width: 1024px) {
      .drop-menu__sub-item {
        max-width: 280px;
        width: 100%; } }
  .drop-menu__label {
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    display: inline-block;
    font-family: "Roboto", "Arial", sans-serif;
    line-height: 1.5em; }

.maps-google {
  min-height: 700px; }
.maps-yandex {
  min-height: 600px; }
.map-list {
  overflow-x: auto;
  margin-top: 50px; }
  .map-list--inner {
    max-width: 880px; }

.maps {
  position: relative; }
  .maps__title {
    margin-bottom: 14px; }
  .maps__search {
    display: none; }
    @media all and (min-width: 768px) {
      .maps__search {
        position: relative;
        display: block;
        margin-right: 30px;
        max-width: 770px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-size: 16px;
        line-height: 1.5em;
        -ms-flex-item-align: center;
            align-self: center; } }
  @media all and (min-width: 768px) {
    .maps__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
	  justify-content: space-between;align-items: center;
      margin-bottom: 20px;margin-top: 63px; } }
  .maps__field {
	border: 1px solid #B8BDC2;
	box-sizing: border-box;
	border-radius: 25px;
    width: 100%;
    padding: 15px 50px 15px 28px;
	}
	.tabs-maps-span{
		font-size: 20px;
		line-height: 30px;
		color: rgba(0, 0, 0, 0.7);	
padding-right: 20px;		
	}
  @media all and (min-width: 768px) {
      .maps__btn {
display: block;
    position: absolute;
    padding: 10px 30px 10px;
    top: 0;
    right: 0;
    background: transparent;
    height: 100%; } }

.tabs-maps {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tabs-maps__item {

    text-align: center;
    padding: 10px 20px;
    font-family: "Roboto", "Arial", sans-serif;
    cursor: pointer;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.05em; }
    .tabs-maps__item path {
      fill: #2c3036; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .tabs-maps__item {
        font-size: 18px;
        line-height: 1.27778em; } }
    @media all and (min-width: 1200px) {
      .tabs-maps__item {
        font-size: 20px;
        line-height: 1.3em; } }
    @media all and (min-width: 768px) {
      .tabs-maps__item {
        outline: none;
        width: auto;
        padding: 10px 10px 10px 30px; } }
    .tabs-maps__item:hover {
      opacity: 0.5; }
    .tabs-maps__item.active {
     color: #1560b9;}

      .tabs-maps__item.active:hover {
        opacity: 1; }
      @media all and (min-width: 768px) {
        .tabs-maps__item.active {
          color: #1560b9;
          background-color: transparent; }
          .tabs-maps__item.active path {
            fill: #1560b9; } }
  .tabs-maps__svg {
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }

.table-list {
  width: 100%;
  margin-top: 10px; }
  .table-list__title {
    text-align: left;
    border-bottom: 1px solid #133864; }
  .table-list__address {
    max-width: 208px;
    width: 100%;
    margin-right: 90px; }
  .table-list__wrapper {
    margin-right: 40px; }
  .table-list__phone {
    max-width: 178px;
    width: 100%;
    margin-right: 23px; }
    .table-list__phone a {
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
    .table-list__phone:hover a {
      color: #0e69d5; }
  .table-list__time {
    -ms-flex-item-align: start;
        align-self: flex-start;
    color: #5D5A67;
    margin-right: 20px; }
  .table-list__row {
    padding: 39px 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #B8BDC2; }
    @media all and (max-width: 768px) {
      .table-list__row {
        padding: 20px 0; }
        .table-list__row div {
          margin-bottom: 5px; } }
    .table-list__row--border {
      border-bottom-color: transparent;
      padding: 39px 0 40px; }
      @media all and (max-width: 768px) {
        .table-list__row--border {
          padding: 20px 0; }
          .table-list__row--border div {
            margin-bottom: 5px; } }
.filter-area {
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
}
.filter-area::-webkit-scrollbar {
    width: 14px;
    background-color: #d6d6d6;
    border-radius: 9em;
}
/* ползунок скроллбара */
.filter-area::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #1560B9;
    border-radius: 9em;
}
.map-info-block {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
  padding: 8px 40px 20px 20px; }
  @media all and (min-width: 769px) {
    .map-info-block {
      display: none !important; } }

.map-info-block-close {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 15px;
  background: url("/local/templates/vselekarstva/./img/cross.svg") no-repeat 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 112px;
  width: 100%;
  height: 30px;
  border: 1px solid #BE1313;
  border-radius: 5px;
  color: #BE1313;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em; }
  .recipe--absolute {
    position: absolute;
    top: 16px;
    right: 30px; }

.chaeper__title {
  margin-bottom: 10px; }

.top-lines {
  position: relative;
  margin-bottom: 200px; 
  margin-top:50px;}
  .top-lines__title {
    padding-top: 26px;
    margin-bottom: 12px; }
  .top-lines__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    height: 2px;
    background-color: #F1F1F1; }

.recently {
  position: relative;
  padding-bottom: 26px; }
  .recently::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #f1f1f1;
    max-width: 1180px;
    margin: 0 auto; }
  .recently a {
    display: block; }
  .recently__slider-title {
    font-size: 20px;
    line-height: 1.2em; }
  .recently__slider-img {
    margin-bottom: 12px; }
  .recently .btn--buy {
    padding: 13px 0;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    line-height: 1.22222em; }
  .recently .card-final-cost {
    font-size: 28px;
    line-height: 1.5em; }
  .recently .swiper-pagination {
    margin: 35px auto 0; }

.dl_instruction {
  text-align: justify; }

.card-p {
  padding-top: 24px;
  padding-bottom: 35px; }
  .card-p__info {
    color: #808080;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 18px; }
    @media all and (max-width: 768px) {
      .card-p__info {
        font-size: 14px;
        line-height: 1.21429em; } }
  .card-p__wr-info {
    max-width: 320px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card-p__link {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 7px;
    margin: 0 auto 6px;
    overflow: hidden;
    max-width: 320px;
    max-height: 170px;
    height: 170px; }
  .card-p__img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    .card-p__img:hover {
      -webkit-transform: scale(1.05) translateZ(0);
              transform: scale(1.05) translateZ(0); }
  .card-p__name {
    margin-bottom: 5px;
    color: #000000;
    font-size: 16px;
    line-height: 1.1875em;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    @media all and (min-width: 768px) {
      .card-p__name {
        font-size: 20px;
        line-height: 1.2em; } }
    .card-p__name:hover {
      color: rgba(0, 0, 0, 0.6); }
  .card-p__drug {
    margin-bottom: 3px;
    color: #1560b9;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.21429em; }
    @media all and (min-width: 768px) {
      .card-p__drug {
        font-size: 16px;
        line-height: 1.5em; } }
  .card-p__chemist {
    margin-bottom: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 1.21429em; }
    @media all and (min-width: 768px) {
      .card-p__chemist {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.5em; } }
  .card-p__cost {
    padding-right: 5px; }
  .card-p__saving {
    margin-bottom: 10px;
    color: #19c8a0;
    font-size: 14px;
    line-height: 1.21429em; }
    @media all and (min-width: 768px) {
      .card-p__saving {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.5em; } }
  .card-p__final {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
    margin-top: auto;
    width: 100%; }
    @media all and (max-width: 500px) {
      .card-p__final {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .card-p__final-cost {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em; }
    @media all and (min-width: 1260px) {
      .card-p__final-cost {
        font-size: 28px;
        line-height: 1.5em; } }

.card-saving {
  color: #19C8A0;
  font-size: 14px;
  line-height: 1.21429em; }
  .card-saving--big {
    font-size: 16px;
    line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-saving {
      font-size: 16px;
      line-height: 1.5em; } }

.card-making {
  color: #808080;
  font-size: 16px;
  line-height: 1.375em; }
  .card-making--big {
    font-size: 16px;
    line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-making {
      line-height: 1.5em; } }

.card-material {
  color: #1560B9;
  font-size: 14px;
  line-height: 1.21429em; }
  .card-material--big {
    font-size: 16px;
    line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-material {
      line-height: 1.5em; } }

.card-chemist {
  font-size: 14px;
  line-height: 1.21429em; }
  .card-chemist--big {
    font-size: 16px;
    line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-chemist {
      line-height: 1.5em; } }

.card-t-final-cost {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .card-t-final-cost {
      font-size: 28px;
      line-height: 1.5em; } }
  @media all and (min-width: 1260px) {
    .card-t-final-cost {
      font-size: 34px;
      line-height: 1.47826em; } }
  .card-t-final-cost--big {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2em; }
    @media all and (min-width: 1260px) {
      .card-t-final-cost--big {
        font-size: 30px;
        line-height: 1.5em; } }
  .card-t-final-cost--middle {
    font-size: 20px;
    line-height: 1.5em; }
    @media all and (min-width: 1260px) {
      .card-t-final-cost--middle {
        font-size: 30px;
        line-height: 1.5em; } }
  .card-t-final-cost--medium {
    font-size: 16px;
    line-height: 1.5em; }
    @media all and (min-width: 1260px) {
      .card-t-final-cost--medium {
        font-size: 25px;
        line-height: 1.28em; } }
  .card-t-final-cost--mr {
    margin-right: 15px; }

.certificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -10px; }
  .certificates__img-wr {
    width: calc(25% - 20px);
    margin: 0 10px 10px;
    max-height: 400px; }
  .certificates__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.recover-page {
  min-height: 45vh; }

.one-card {
  margin-top: 40px;
  margin-bottom: 43px; }
  .one-card__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (min-width: 1024px) {
      .one-card__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .one-card__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media all and (min-width: 768px) {
      .one-card__info {
        margin-top: -11px; } }
  .one-card__slider img {
    max-height: 230px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .one-card__slider-wrapper {
    margin-bottom: 13px;
    max-width: 380px;
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center; }
    @media all and (min-width: 1024px) {
      .one-card__slider-wrapper {
        margin-bottom: 0;
        margin-right: 20px; } }
  .one-card__title {
    position: relative; }
    .one-card__title--mobile {
      display: none; }
      @media all and (max-width: 768px) {
        .one-card__title--mobile {
          display: block;
          margin-bottom: 20px; } }
    .one-card__title--desktop {
      display: none; }
      @media all and (min-width: 768px) {
        .one-card__title--desktop {
          display: block;
          padding-right: 150px;
          margin-bottom: 10px; } }
  .one-card__inner-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px; }
  .one-card__chemist {
    margin-right: 50px; }
    @media all and (min-width: 1024px) {
      .one-card__chemist {
        margin-right: 180px; } }
  .one-card__inner-wr-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 768px) {
      .one-card__inner-wr-cost {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .one-card__inner-wr-cost .btn {
      padding: 10px; }
    .one-card__inner-wr-cost .btn--none {
      padding: 13px;
      width: 100%;
      max-width: 213px; }
  .one-card__cost {
    margin-right: 10px; }
    @media all and (min-width: 1024px) {
      .one-card__cost {
        margin-right: 22px; } }
  @media all and (min-width: 768px) {
    .one-card__calc {
      margin-right: 100px; } }
  .one-card__deff-cost {
    margin-right: 11px; }
  .one-card .swiper-pagination {
    margin: 18px auto 0; }
  .one-card__calc {
    display: none; }
    @media all and (min-width: 768px) {
      .one-card__calc {
        display: block; } }

.card__rub {
  padding-left: 5px; }

.card-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .card-calc__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media all and (max-width: 768px) {
      .card-calc__wrapper--hidden {
        display: none; } }
  .card-calc__btn-plus, .card-calc__btn-minus {
    cursor: pointer;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #B8BDC2;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    .card-calc__btn-plus:hover, .card-calc__btn-minus:hover {
      background-color: #818a93; }
  .card-calc__field {
    margin: 0 5px;
    width: 50px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #B8BDC2; }
.done {
  background-color: #818a93;
  cursor: default;
}
.card-calc--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mini-slider--margin {
  margin-bottom: 10px; }

.tabs-info--default {
  margin-top: 54px; }

.tabs-info__wrapper {
  max-width: 850px;
  width: 100%; }

.tabs-info .container {
  overflow-x: auto; }

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .tabs-nav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(184, 189, 194, 0.4);
    bottom: 0;
    left: 0;
    z-index: -1; }
  .tabs-nav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(184, 189, 194, 0.4);
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .tabs-nav__item {
    position: relative;
    z-index: 1;
    padding: 7px 28px;
    border: 1px solid rgba(184, 189, 194, 0.4);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear, border-bottom-color 0.2s linear;
    transition: background-color 0.2s linear, border-bottom-color 0.2s linear; }
    .tabs-nav__item:hover {
      background-color: #B8BDC2;
      border-bottom-color: #B8BDC2; }
    .tabs-nav__item.is-active {
      border-color: #B8BDC2;
      border-bottom-color: #ffffff;
      cursor: auto;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .tabs-nav__item.is-active:hover {
        background-color: transparent; }
    .tabs-nav__item--basket {
      min-width: 158px;
      padding: 7px 8px; }
      @media all and (max-width: 768px) {
        .tabs-nav__item--basket {
          font-size: 16px; } }
      @media all and (min-width: 768px) {
        .tabs-nav__item--basket {
          min-width: 300px;
          padding: 7px 17px; } }
      @media all and (min-width: 1200px) {
        .tabs-nav__item--basket {
          min-width: 380px;
          padding: 7px 17px; } }

.one-card__tabs-nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }


  .one-card__tabs-content p {
    margin: 10px 0; }
  .one-card__tabs-content h3 {
    margin-bottom: 10px; }

.tabs-content {
  padding-top: 20px;
  padding-bottom: 90px; }
  .tabs-content__text {
    display: none; }
.tabs-content a {
  font-weight: bold;
    text-decoration: underline;
}
.tabs-content ul {
  padding: 12px 0 12px 30px;
}
.tabs-content li {
  list-style: circle outside;
  padding: 6px 0;
}
.youtube-block {
  margin-top: 20px;
  position: relative; }
  .youtube-block::before {
    margin-top: 22px;
    content: "";
    display: block;
    padding-bottom: 57%; }
  .youtube-block__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
	

.basket {
  margin-top: 40px;
  overflow: auto; }
  .basket .container {
    overflow: hidden; }
  .basket .btn-change-item {
    font-size: 16px;
    max-width: 210px;
    margin-bottom: 16px;
    cursor: pointer; }
  .basket .tabs-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0; }
  .basket .btn-delete-item {
    font-size: 16px;
    line-height: 1.25em;
    padding-left: 13px;}
  .basket .tabs-nav {
    min-width: 332px; }
  .basket__title {
    margin-bottom: 23px; }
  .basket__tabs-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3125em;
    color: #133864; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .basket__tabs-title {
        font-size: 18px;
        line-height: 1.27778em; } }
    @media all and (min-width: 1200px) {
      .basket__tabs-title {
        font-size: 20px;
        line-height: 1.3em; } }
  .basket__cost {
    font-size: 24px;
    line-height: 1.08333em; }
    @media all and (min-width: 1260px) {
      .basket__cost {
        font-size: 38px;
        line-height: 1.5em; } }
  .basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    margin-top: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #F1F1F1; }
    @media all and (min-width: 768px) {
      .basket__item {
position: relative;
    margin-top: 30px;
    padding-bottom: 22px; } }
    @media all and (max-width: 768px) {
      .basket__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .basket__item .basket__wr-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 auto;
        max-width: 150px; }
      .basket__item .basket__analog-btn-wr {
        margin-left: auto;
        margin-right: 40px; }
      .basket__item .basket__card-calc {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 auto; } 
    }
	.basket__analog-btn-wr{margin-top: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: nowrap;}
      .basket__item .btn-delete-cross {
    font-size: 29px;
    position: relative;
    left: 0px;
    color: #BE1313; }
  .basket__wr-img {
    overflow: hidden;
    margin-right: 30px;
    border-radius: 8px;
    max-width: 100px;
    width: 100%; }
    @media all and (min-width: 768px) {
      .basket__wr-img {
        max-width: 170px; } }
  .basket__card-title {
    width: 100%;
    max-width: 290px;
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 5px;
    margin-right: 40px;
    padding-right: 30px; }
    @media all and (min-width: 1260px) {
      .basket__card-title {
        min-width: 380px;
        margin-right: 20px;
        margin-top: -8px; } }
    @media all and (min-width: 768px) {
      .basket__card-title {
        font-size: 20px;
        line-height: 1.5em;
        min-width: 380px;
        margin-right: 20px;
        margin-top: 20px; } }
  .basket__card-calc {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media all and (min-width: 1024px) {
      .basket__card-calc {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .basket__inner-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (min-width: 374px) {
      .basket__inner-wr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .basket__inner-wr .card-calc__wrapper {
          margin-bottom: 0px; margin-top: 20px; } }
    @media all and (max-width: 480px) {
      .basket__inner-wr {
        width: 100%; } }
    @media all and (max-width: 768px) {
      .basket__inner-wr {
        margin-top: 5px; } }
  .basket__wr-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .basket__card-text {
margin-bottom: 0px;
    margin-right: 22px;}
  @media all and (min-width: 480px) {
    .basket__card-calc-wr {
      margin-right: 50px; } }
  @media all and (min-width: 1260px) {
    .basket__card-calc-wr {
      margin-right: 100px; } }
  .basket__btn {
    padding: 16px 50px 16px 48px;
    max-width: 335px;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    line-height: 1.22222em; }
    @media all and (min-width: 768px) {
      .basket__btn {
        max-width: 280px; } }
  .basket__item-final-cost {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold; }
    @media all and (min-width: 768px) {
      .basket__item-final-cost {
        font-weight: bold;
        margin-right: 20px;
        font-size: 30px;
        line-height: 1.5em; } }
  .basket__item-final-text {
    display: inline-block;
    margin-bottom: 14px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em; }
    @media all and (min-width: 768px) {
      .basket__item-final-text {
        margin-right: 8px;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 30px;
        line-height: 1.5em; } }
  .basket__item-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border: none; }
    @media all and (min-width: 768px) {
      .basket__item-last {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .basket__card-calc-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    margin-left: 0; }
    @media all and (max-width: 374px) {
      .basket__card-calc-value {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 5px; } }
    @media (min-width: 374px) and (max-width: 480px) {
      .basket__card-calc-value {
        margin-left: auto; } }
    @media all and (min-width: 768px) {
      .basket__card-calc-value {
        margin-top: 20px;
        font-size: 28px;
        line-height: 1.5em; } }
    @media all and (min-width: 1260px) {
      .basket__card-calc-value {
        font-size: 30px;
        margin-top: 20px;
        line-height: 1.5em; } }

.personal__title {
  margin-bottom: 23px; }

.personal .tabs-content {
  padding: 0; }

.personal .container {
  overflow: hidden; }

.table-wrapper {
  overflow-x: scroll; }
  @media all and (min-width: 901px) {
    .table-wrapper {
      overflow-x: auto; } }

.table {
  min-width: 900px;
  width: 100%;
  border-collapse: collapse; }
  .table__titles {
    border-bottom: 1px solid #133864;
    text-align: left; }
    .table__titles th {
      padding-bottom: 5px; }
  .table__row:last-child .table__cell--border {
    border-bottom: 0; }
  .table__cell {
    padding: 24px 0; }
    .table__cell--border {
      border-bottom: 1px solid #b8bdc2; }
  .table__orders {
    width: 15%; }
  .table__status {
    width: 15%; }
  .table__point {
    width: 18%; }
  .table__products {
    width: 25%; }
  .table__amount {
    width: 15%;
    white-space: nowrap; }
  .table td {
    padding-top: 20px;
    padding-right: 10px; }
    .table td:last-child {
      padding-bottom: 20px; }
  .table__cost {
    display: inline-block;
    font-family: "Roboto" ,"Arial", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5em;
    vertical-align: baseline; }
  .table__drug {
    display: inline-block;
    font-family: "Roboto Condensed" , sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em; }
  .table__address {
    font-family: "Roboto Condensed" , sans-serif;
    font-size: 18px;
    display: inline-block;
    line-height: 1.5em; }
  .table__phone {
    font-family: "Roboto Condensed" , sans-serif;
    font-size: 18px;
    display: inline-block;
    line-height: 1.5em; }
  .table__time-work {
    display: inline-block;
    font-family: "Roboto Condensed" , sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.3); }
  .table__product {
    max-width: 300px;
    display: inline-block;
    font-family: "Roboto" ,"Arial", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em; }
  .table__order {
    display: inline-block;
    max-width: 180px;
    margin-bottom: 20px;
    font-family: "Roboto" ,"Arial", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em; }
    .table__order--received {
      margin-bottom: 0;
      color: #FF9C08; }
    .table__order--delivered {
      margin: 0;
      color: #19C8A0; }
  .table__btn {
    max-width: 180px;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22222em; }
  .table__btn-cancel {
    display: inline-block;
    cursor: pointer;
    color: #1560B9;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: underline; }
    .table__btn-cancel:hover {
      color: #19C8A0; }

.personal-form {
  color: #000000;
  margin: 20px 0; }
  .personal-form__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media all and (max-width: 768px) {
      .personal-form__wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .personal-form__title {
    margin-bottom: 12px; }
  @media all and (max-width: 768px) {
    .personal-form__phone {
      margin-bottom: 20px; } }
  .personal-form__name {
    margin-bottom: 20px; }
    @media all and (max-width: 768px) {
      .personal-form__name {
        margin-bottom: 20px; } }
    @media all and (min-width: 768px) {
      .personal-form__name {
        margin-right: 20px; } }
  .personal-form__icon {
    max-width: 280px;
    width: 100%;
    position: relative; }
    .personal-form__icon::before {
      content: "";
      display: none;
      position: absolute;
      top: 11px;
      right: 20px;
      width: 9px;
      height: 13px;
      border-right: 2px solid #19C8A0;
      border-bottom: 2px solid #19C8A0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .personal-form__icon--success::before {
      display: block; }
  .personal-form__btn {
    margin-top: 18px;
    display: block;
    max-width: 180px;
    min-height: 40px;
    font-weight: bold;
    font-size: 18px; }
    .password {
      position: relative;
      margin-right: 20px;
    }
    .password-control {
      position: absolute;
	top: 14px;
	right: 10px;
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(/upload/view.png) 0 0 no-repeat;
    }
    .password-control.view {
      background: url(/upload/no_view.png) 0 0 no-repeat;
      top: 8px;
      right: 8px;
    }
.password-form {
  color: #000000;
  margin: 20px 0; }
.password-form>.btn:focus {
  color: #123864;
}
  .password-form__title {
    margin-bottom: 12px; }
  .password-form__password-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .password-form__password-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .password-form__description {
    color: #5D5A67;
    font-size: 16px;
    line-height: 1.5em;
    max-width: 586px; }
  .password-form__password-old {
    margin-bottom: 14px; }
  .password-form__password-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 18px; }
    @media all and (min-width: 768px) {
      .password-form__password-new {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .password-form__password-new .field__eye {
      top: 11px; }
    @media all and (min-width: 768px) {
      .password-form__password-new .input {
        margin-right: 20px; } }
  .password-form__description {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.21429em; }
    @media all and (min-width: 768px) {
      .password-form__description {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.5em; } }
  .password-form__password-other {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media all and (min-width: 768px) {
      .password-form__password-other {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media all and (min-width: 768px) {
      .password-form__password-other .input {
        margin-right: 20px; } }
  .password-form__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .password-form__icon {
    position: relative; }
  .password-form__btn {
    display: block;
    max-width: 180px;
    min-height: 40px;
    font-weight: bold;
    font-size: 18px; }

.input {
  max-width: 280px;
  width: 100%;
  border: 1px solid #B8BDC2;
  padding: 8px 35px 8px 10px;
  border-radius: 5px;
  outline: none;
  line-height: 1.5em;
  font-size: 16px; }

.field {
  position: relative;
  width: 100%; }
  .field__eye {
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 247px; }
  .field__wrong {
    position: absolute;
    top: 44px;
    left: 0;
    color: #BE1313;
    display: none; }
  .field.error .field__wrong {
    display: block; }
  .field.error .input {
    border: 1px solid #BE1313; }
    .field.error .input::-webkit-input-placeholder {
      color: #BE1313; }
    .field.error .input::-moz-placeholder {
      color: #BE1313; }
    .field.error .input:-ms-input-placeholder {
      color: #BE1313; }
    .field.error .input::-ms-input-placeholder {
      color: #BE1313; }
    .field.error .input::placeholder {
      color: #BE1313; }
  .field.success .input {
    border: 1px solid #19C8A0; }

.form-logout {
  display: inline; }
  .form-logout__submit {
    background-color: #ffffff; }

.social-auth__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social-auth__title {
  padding-top: 12px;
  margin-bottom: 12px; }

.social-auth__item {
  cursor: pointer; }
  .social-auth__item:not(:last-child) {
    margin-right: 15px; }
  .social-auth__item path {
    -webkit-transition: fill 0.2s linear;
    transition: fill 0.2s linear; }
  .social-auth__item:hover path {
    fill: #ed4a4a; }

.register-wr {
  padding: 20px 20px 42px;
  z-index: 101;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: #ffffff;
  display: none; }
  .register-wr__login {
    padding-top: 12px;
    margin-top: 12px;
    padding-bottom: 20px;
    border-top: 1px solid #B8BDC2; }
  .register-wr__text {
    margin-bottom: 12px; }

.registration {
  border-bottom: 1px solid #B8BDC2; }
  .registration .input {
    margin-bottom: 20px; }
  .registration__title {
    margin-bottom: 14px; }
  .registration__btn {
    padding: 14px 10px 14px 50px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22222em; }
  .registration__assent {
    padding-bottom: 20px;
    font-size: 14px;
    color: #5D5A67;
    line-height: 1.5em; }
  .registration__assent-link {
    color: #133864;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .registration__assent-link:hover {
      color: #19C8A0; }

.login-wr {
  display: none;
  padding: 20px 20px 42px;
  z-index: 101;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: #ffffff; }
  .login-wr__login {
    padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #808080; }
  .login-wr__text {
    margin-bottom: 12px; }
  .login-wr__btn {
    max-width: none; }
  .login-wr .social-auth {
    border-bottom: 1px solid #B8BDC2;
    padding-bottom: 20px; }
  .login-wr__registration {
    padding-top: 12px; }

.login {
  border-bottom: 1px solid #B8BDC2; }
  .login .input {
    margin-bottom: 20px; }
  .login .input:last-child {
    margin-bottom: 15px; }
  .login__title {
    margin-bottom: 14px; }
  .login__btn {
    padding: 14px 10px 14px 10px;
    margin-bottom: 30px;
    max-width: 180px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22222em; }
  .login__forgot {
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer; }

.recover-wr {
  display: none;
  padding: 20px 20px 20px;
  z-index: 101;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear; }
  .recover-wr__login {
    padding-top: 12px;
    padding-bottom: 20px; }
  .recover-wr__text {
    margin-bottom: 12px; }
  .recover-wr__btn {
    max-width: none; }
  .recover-wr__registration {
    padding-top: 12px; }

.recover .input {
  margin-bottom: 20px; }

.recover .input:last-child {
  margin-bottom: 15px; }

.recover__title {
  margin-bottom: 14px; }

.recover__btn {
  padding: 14px 10px 14px 10px;
  max-width: 180px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.22222em; }

.recover__forgot {
  display: inline-block;
  margin-bottom: 10px; }

.add-basket-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 120; }
  .add-basket-wrapper::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100; }

.add-basket {
  position: relative;
  overflow: hidden;
  z-index: 166;
  margin: auto 0;
  padding: 30px 20px;
  max-width: 820px;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .add-basket__slider {
    overflow: visible; }
  .add-basket__cross {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px; }
  .add-basket__card-item {
    margin-bottom: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal; }
    .add-basket__card-item .card-img-wrapper {
      margin-right: 20px; }
    .add-basket__card-item .card-item__wrapper-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .add-basket__title {
    margin-bottom: 8px; }
  .add-basket__h3 {
    max-width: 760px;
    margin-bottom: 15px; }
  .add-basket__btn {
    display: block;
    max-width: 280px;
    padding: 14px 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22222em;
    margin: 32px auto 0; }
  .add-basket__slider .card-item__wrapper-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .add-basket__slider .card-wrapper {
    margin-top: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .add-basket__slider .btn {
    margin-top: auto; }

    .basket__view button {
      
    }

    .basket__view button + .card__view {
      
    }
.swiper-slide {
  height: auto !important;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal; }
  .swiper-slide .card-item__wrapper-text {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center; }
  .swiper-slide .card-wrapper {
    /*margin-top: auto;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 350px) {
      .swiper-slide .card-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .swiper-slide .card-text:hover {
    color: #5dc0ab; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.filters {
  display: none;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 20;
  padding: 0 20px;
  width: 100%;
  max-width: 335px;
  background-color: #ffffff; }
  .filters::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacify 0.2s linear;
    transition: opacify 0.2s linear; }
  .filters .cssload-container-filter {
    position: absolute; }
  .filters.preload::before {
    opacity: 1;
    z-index: 4;
    pointer-events: auto; }
  .filters.preload .cssload-container-filter {
    opacity: 1;
    z-index: 5;
    pointer-events: auto; }
  @media all and (min-width: 768px) {
    .filters {
      display: block!important;
      max-width: 280px;
      border: 1px solid #B8BDC2;
      border-radius: 3px;
      box-shadow: none;
      position: relative;
      z-index: 2; } }
  .filters__title {
    padding-top: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em; }
    @media all and (min-width: 767px) {
      .filters__title {
        padding-top: 8px;
        margin-bottom: 13px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.5em; } }
  .filters__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .filters__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%; }
    .filters__label:first-child {
      margin-right: 10px; }
  .filters__rub {
    position: absolute;
    top: 6px;
    right: 10px; }
  .filters__price-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Roboto Condensed", sans-serif;
    color: #808080;
    line-height: 1.5em; }
  .filters .span-text {
    margin-right: 5px; }
  .filters__price-input {
    width: 100%;
    border: 1px solid #B8BDC2;
    padding: 8px 20px 8px 10px;
    border-radius: 5px; }
  .filters__release {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #B8BDC2; }
  .filters__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid #B8BDC2; }
  .filters__manufacturers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px; }
  .filters__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 22px;
    border-bottom: 1px solid #B8BDC2; }
    .filters__item:nth-child(4) {
      padding-bottom: 10px; }
  .filters__checkbox {
    margin-bottom: 13px; }
    .filters__checkbox:nth-last-child {
      margin-bottom: 20px; }
  @media all and (min-width: 768px) {
    .filters__btn-show-more {
      margin: 0 auto; } }
  .filters__btn-reset {
    margin-top: 10px;
    margin-bottom: 20px;
    display: none; }
  .filters__range {
    margin-top: 20px; }
    @media all and (min-width: 768px) {
      .filters__range {
        margin-top: 0; } }

.filters-mobile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media all and (min-width: 768px) {
    .filters-mobile {
      display: none; } }
  .filters-mobile__form {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 62px;
    padding: 8px 35px 8px 15px;
    border: 1px solid #B8BDC2;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold; }
    .filters-mobile__form::before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 12px;
      right: 17px;
      width: 9px;
      height: 9px;
      border-right: 2px solid #133864;
      border-bottom: 2px solid #133864;
      opacity: 1;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    .filters-mobile__form.is-active {
      background-color: #B8BDC2; }
      .filters-mobile__form.is-active::before {
        -webkit-transform: translateY(5px) rotate(-135deg);
                transform: translateY(5px) rotate(-135deg); }
  .filters-mobile__form-count {
    position: absolute;
    display: none;
    right: 37px;
    top: 50%;
    border-radius: 3px;
    padding: 0 3px;
    min-width: 20px;
    min-height: 20px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    color: #ffffff;
    background-color: #19C8A0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .filters-mobile__sort {
    width: 40px;
    border-radius: 3px;
    border: 1px solid #B8BDC2;
    cursor: pointer; }

.filters-mobile__burger {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .checkbox__count {
    font-size: 14px;
    color: #808080;
    position: absolute;
    right: 20px;
    top: 1px; }
    @media all and (min-width: 768px) {
      .checkbox__count {
        right: 0; } }
  .checkbox__text {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857em; }
    @media all and (min-width: 768px) {
      .checkbox__text {
        padding: 0 0 0 20px;
        font-size: 14px;
        line-height: 1.42857em; } }
    @media all and (min-width: 768px) {
      .checkbox__text::before {
        content: "";
        position: absolute;
        top: 2px;
        left: 0;
        width: 14px;
        height: 14px;
        border-radius: 2px;
        border: 1px solid #B8BDC2; } }
    .checkbox__text::after {
      content: "";
      position: absolute;
      top: 3px;
      right: 0;
      opacity: 0;
      width: 4px;
      height: 8px;
      border-right: 2px solid #19C8A0;
      border-bottom: 2px solid #19C8A0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      @media all and (min-width: 768px) {
        .checkbox__text::after {
          left: 5px;
          top: 4px; } }
  .checkbox .checkbox__input:checked + .checkbox__text {
    font-weight: bold; }
    @media all and (min-width: 768px) {
      .checkbox .checkbox__input:checked + .checkbox__text {
        font-weight: normal; } }
  .checkbox .checkbox__input:checked + .checkbox__text:after {
    opacity: 1; }

.catalog {
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative; }
  .catalog::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: calc(100% + 100px);
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacify 0.2s linear;
    transition: opacify 0.2s linear; }
  .catalog.preload::before {
    opacity: 1;
    z-index: 4;
    pointer-events: auto; }
  .catalog.preload .cssload-container {
    opacity: 1;
    z-index: 5;
    pointer-events: none; }
  .catalog .card__wr-img {
    margin: 0 auto 10px; }

.catalog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media all and (min-width: 768px) {
    .catalog-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media all and (min-width: 768px) {
    .catalog-content__left-block {
      min-width: 280px;
      margin-right: 20px; } }
  .catalog-content__right-block {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .catalog-content__card-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .catalog-content__card-inner .card-p__final {
      max-width: 250px; }
      @media all and (min-width: 1200px) {
        .catalog-content__card-inner .card-p__final {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    @media all and (max-width: 1199px) {
      .catalog-content__card-inner .card-p__final-cost {
        margin-bottom: 5px; } }
  .catalog-content__card {
    width: 50%;
    padding: 10px 10px 20px; }
    @media all and (min-width: 1200px) {
      .catalog-content__card {
        width: 33.33%;
        padding: 10px 10px 20px; } }
  .catalog-content__selected {
    display: none; }
    @media all and (min-width: 768px) {
      .catalog-content__selected {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px; }
        .catalog-content__selected .default-text {
          margin-right: 15px;
          color: #000000; } }
  .catalog-content__pagination {
    margin: 50px 0;
    width: 100%; }
  .catalog-content__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -20px; }
    .catalog-content__products--simple .card-t {
      width: 100%;
      padding: 10px;
      border-radius: 8px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .catalog-content__products--simple .card-t .card-t__link {
        margin-right: 25px; }
      .catalog-content__products--simple .card-t .card-t__wr-info {
        max-width: none; }

.catalog-top {
  margin-bottom: 30px;
  max-width: 781px; }
  .catalog-top__title {
    margin-bottom: 10px; }

.cssload-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 70px;
  opacity: 0;
  text-align: center;
  z-index: -1;
  -webkit-transition: opacify 0.2s linear;
  transition: opacify 0.2s linear; }

.cssload-speeding-wheel {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 4px solid #FF7127;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 575ms infinite linear;
          animation: cssload-spin 575ms infinite linear; }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg); } }

.cssload-container-filter {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 70px;
  opacity: 0;
  text-align: center;
  z-index: -1;
  -webkit-transition: opacify 0.2s linear;
  transition: opacify 0.2s linear; }

.cssload-speeding-wheel {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 4px solid #FF7127;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 575ms infinite linear;
          animation: cssload-spin 575ms infinite linear; }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container--noover {
  overflow: visible; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

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

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

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

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

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

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

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 100%;*/
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");*/
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

.swiper-pagination {
  /* position: absolute; */
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #133864; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top, .2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left, .2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right, .2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none; }

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  top: 30%;
  z-index: 2;
  width: 25px;
  height: 25px;
  pointer-events: auto;
  outline: none; }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: url("/local/templates/vselekarstva/./img/arrow.svg");
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -13px; }
  @media all and (max-width: 1200px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: none; } }

.swiper-button-next {
  right: -50px; }

.swiper-button-prev {
  left: -50px; }
  .swiper-button-prev::after {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); }

.swiper-pagination {
  position: static;
  margin: 45px auto 0;
  pointer-events: auto;
  white-space: nowrap; }

.swiper-pagination-bullet {
  margin: 0 5px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1560B9; }

@media all and (min-width: 768px) {
  .js-calc-select {
    min-width: 180px; } }

.js-calc-select .edd-group-label {
  padding-top: 14px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold; }
  @media all and (min-width: 768px) {
    .js-calc-select .edd-group-label {
      display: none; } }

.js-calc-select .edd-value {
  position: relative;
  padding: 3px 25px 3px 16px;
  border-radius: 3px;
  height: 100%;
  text-align: center;
  font-size: 0;
  color: #133864;
  background-color: #ffffff; }
  @media all and (min-width: 768px) {
    .js-calc-select .edd-value {
      padding: 3px 39px 3px 16px;
      font-size: 16px;
      line-height: 1.5em; } }

.js-calc-select .edd-value, .js-calc-select .edd-option {
  display: block;
  color: #133864;
  white-space: nowrap; }

.js-calc-select .edd-head {
  border: 1px solid #B8BDC2;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  color: #999999; }

@media all and (min-width: 768px) {
  .js-calc-select .edd-arrow {
    position: absolute;
    height: 8px;
    width: 8px;
    right: 24px;
    top: 10px;
    background-color: transparent;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-bottom: 1px solid #133864;
    border-left: 1px solid #133864; } }

.js-calc-select .edd-body {
  position: relative;
  width: 100%; }

.js-calc-select .edd-items-list {
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 3px 20px 3px 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  max-height: 0;
  text-align: left;
  font-size: 16px;
  visibility: hidden;
  line-height: 1.5em; }
  @media all and (max-width: 768px) {
    .js-calc-select .edd-items-list {
      min-height: 207px;
      width: 335px; } }
  @media all and (max-width: 375px) {
    .js-calc-select .edd-items-list {width: 300px; }
    .blog-slider .text-style p { display: none;}
    .blog .swiper-pagination { margin: 0 auto;}
  }
  @media all and (max-width: 340px) {
    .js-calc-select .edd-items-list {
      width: 280px; } }

.js-calc-select .edd-option {
  width: 100%;
  padding: 15px 12px 0 11px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857em;
  color: #000000;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .js-calc-select .edd-option:first-child {
    padding: 13px 12px 15px 11px; }
  @media all and (min-width: 768px) {
    .js-calc-select .edd-option {
      padding: 10px 12px 0 0;
      font-size: 16px;
      line-height: 1.5em; }
      .js-calc-select .edd-option:last-child {
        padding: 10px 12px 10px 0; }
      .js-calc-select .edd-option:first-child {
        padding: 10px 12px 0 0; } }
  .js-calc-select .edd-option::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 2px;
    width: 6px;
    height: 9px;
    border-right: 1px solid #19C8A0;
    border-bottom: 1px solid #19C8A0;
    opacity: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    @media all and (min-width: 768px) {
      .js-calc-select .edd-option::before {
        display: none; } }
  .js-calc-select .edd-option:hover {
    color: rgba(19, 56, 100, 0.5); }

.js-calc-select .edd-option-selected {
  font-weight: bold; }
  .js-calc-select .edd-option-selected::before {
    opacity: 1; }

.js-calc-select .edd-select {
  display: none; }

.error--calc .edd-value {
  color: red; }

.js-calc-select.edd-root-open .edd-arrow {
  z-index: 2; }

.js-calc-select.edd-root-open .edd-head {
  background-color: #B8BDC2; }

.js-calc-select.edd-root-open .edd-value {
  z-index: 2;
  background-color: #B8BDC2; }

.js-calc-select.edd-root-open .edd-items-list {
  visibility: visible;
  top: 10px;
  background-color: #ffffff; }

.edd-root-has-value .edd-value {
  color: #000000; }
  .edd-root-has-value .edd-value::before {
    border-bottom: 1px solid #ffffff; }

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs--round .irs-handle {
  cursor: pointer;
  top: 4px;
  width: 30px;
  height: 30px;
  background-color: #133864;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }
  @media all and (min-width: 768px) {
    .irs--round .irs-handle {
      width: 10px;
      height: 10px;
      top: 13px; } }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #B8BDC2;
  font-size: 12px;
  line-height: 1.41667em;
  top: 31px;
  display: none;
  visibility: visible !important;
  border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to {
  display: block; }

.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  display: none;
  text-shadow: none;
  padding: 3px 5px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 30px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 17px;
  height: 1px;
  background-color: #B8BDC2;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 17px;
  height: 1px;
  background-color: #133864; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.range {
  padding-bottom: 20px;
  border-bottom: 1px solid #B8BDC2; }
  .range__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -20px;
    font-size: 12px;
    line-height: 1.5em;
    color: #808080;
    margin-top: 4px; }
    @media all and (min-width: 768px) {
      .range__wrapper {
        margin-top: 0; } }

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 1px; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination__arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 30px;
    outline: none;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    .pagination__arrow path {
      -webkit-transition: stroke 0.2s linear;
      transition: stroke 0.2s linear; }
    .pagination__arrow:hover {
      background-color: #133864; }
      .pagination__arrow:hover path {
        stroke: white; }
    .pagination__arrow.disabled {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default; }
      .pagination__arrow.disabled path {
        stroke: rgba(0, 0, 0, 0.2); }
  .pagination__prev-arrow {
    left: 0; }
  .pagination__next-arrow {
    right: 0; }
  .pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pagination__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 35px;
    min-height: 35px;
    padding: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    line-height: 2.1875em;
    text-align: center;
    -webkit-transition: background-color 0.2s linear, color 0.2s linear;
    transition: background-color 0.2s linear, color 0.2s linear; }
    .pagination__item:not(:last-child) {
      margin-right: 10px; }
    .pagination__item:hover {
      background-color: #1C4F8B;
      color: #ffffff; }
    .pagination__item.is-active {
      background-color: #1C4F8B;
      color: #ffffff;
      cursor: default; }
    .pagination__item.disabled {
      pointer-events: none; }

.breadcrumbs {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5em; }
  @media all and (min-width: 768px) {
    .breadcrumbs {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 1.5em; } }
  .breadcrumbs .breadcrumb-item {
    display: inline;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out; }
    .breadcrumbs .breadcrumb-item .breadcrumb-link {
      color: rgba(0, 0, 0, 0.5);
      -webkit-transition: color 0.1s ease-in-out;
      transition: color 0.1s ease-in-out; }
    .breadcrumbs .breadcrumb-item.active {
      color: #000000; }
      .breadcrumbs .breadcrumb-item.active .breadcrumb-link {
        color: #000000; }
    .breadcrumbs .breadcrumb-item:hover .breadcrumb-link {
      color: rgba(0, 0, 0, 0.9); }
    .breadcrumbs .breadcrumb-item:after {
      content: '/';
      margin: 0 1.5px; }
    .breadcrumbs .breadcrumb-item:nth-last-of-type(1):after {
      content: none; }
    .breadcrumbs .breadcrumb-item:nth-child(1):after {
      content: '/'; }

.contacts {
  margin-top: 40px;
  margin-bottom: 30px; }
  .contacts__description {
    margin-bottom: 12px; }
  .contacts__phone {
    display: block; }
  .contacts__mail {
    display: block; }
  .contacts__title {
    margin-bottom: 14px; }

.link {
  color: #1560B9;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }
  .link:hover {
    color: #77aef0; }

.news {
  margin-bottom: 40px; }
  @media all and (min-width: 768px) {
    .news {
      margin-bottom: 110px; } }
  .news__title {
    margin-bottom: 13px; }

.news-posts {
  overflow: hidden;
  list-style: none;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -24px; }
  @media all and (min-width: 768px) {
    .news-posts {
      margin: 0 -10px -24px; } }
  @media all and (min-width: 1200px) {
    .news-posts {
      margin: 0 -10px -24px; } }
  .news-posts__img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .news-posts__title {
    font-weight: bold;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3em;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .news-posts__title {
        font-size: 18px;
        line-height: 1.27778em; } }
    @media all and (min-width: 1200px) {
      .news-posts__title {
        font-size: 20px;
        line-height: 1.3em; } }
    @media all and (min-width: 768px) {
      .news-posts__title {
        margin-bottom: 10px; } }
  .news-posts__description {
    display: none; }
    @media all and (min-width: 768px) {
      .news-posts__description {
        display: block;
        margin-bottom: 9px; } }
  .news-posts__wr-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 11px;
    min-height: 250px; }
    .news-posts__wr-img .news-posts__img {
      margin: 0; }
  .news-posts__img {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
  .news-posts__item {
    width: 100%;
    margin-bottom: 24px; }
    @media all and (min-width: 768px) {
      .news-posts__item {
        width: calc(50% - 20px);
        margin: 0 10px 24px; } }
    @media all and (min-width: 1200px) {
      .news-posts__item {
        width: calc(33.33% - 20px);
        margin: 0 10px 24px; } }
    .news-posts__item:hover .news-posts__img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .news-posts__item:hover .news-posts__title {
      color: #19C8A0; }
  .news-posts__link {
    display: inline-block;
    color: #1560B9;
    font-size: 14px;
    line-height: 1.5em;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .news-posts__link:hover {
      color: #19C8A0; }
      .news-posts__link:hover .arrow {
        -webkit-transform: translateX(10px);
                transform: translateX(10px); }
    .news-posts__link .arrow {
      margin-left: 5px;
      font-size: 32px;
      display: inline-block;
      -webkit-transition: -webkit-transform 0.2s linear;
      transition: -webkit-transform 0.2s linear;
      transition: transform 0.2s linear;
      transition: transform 0.2s linear, -webkit-transform 0.2s linear;
      position: relative;
    top: 4px; }
      .news-posts__link .arrow:hover {
        color: #19C8A0; }
  .news-posts__pagination {
    max-width: 882px;
    width: 100%;
    margin: 40px auto 0; }

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.error-page {
  min-height: 50vh;
  padding: 40px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .error-page__wrapper {
    max-width: 580px;
    width: 100%; }
  .error-page__tilte {
    margin-bottom: 20px; }
  .error-page__link {
    color: #1560B9;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .error-page__link:hover {
      color: #77aef0; }
  .error-page__code {
    color: #BE1313; }

.blog-detail__wrapper {
  max-width: 780px;
  width: 100%;
  margin: 0 auto; }

.blog-detail__img {
  width: 100%;
  margin-bottom: 5px; }

.blog-detail__title {
  margin-bottom: 5px; }

.date {
  font-size: 16px;
  line-height: 1.5em;
  color: #808080; }

.agreement p {
  font-size: 16px;
  line-height: 1.5em; }

.agreement__wrapper {
  max-width: 780px;
  width: 100%; }

.nothing-found {
  min-height: 50vh; }
  .nothing-found__title {
    margin-bottom: 16px; }
  .nothing-found__text {
    margin-bottom: 30px; }
  .nothing-found__btn {
    padding: 14px 30px;
    max-width: 280px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.22222em; }

.step-one {
  margin-bottom: 100px; }
  .step-one__arrow {
    margin-bottom: 20px; }
  .step-one__title {
    margin-bottom: 7px; }
  .step-one__form .field {
    margin-bottom: 20px; }
  .step-one__btn {
    margin-bottom: 20px; }
  .step-one__description {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3em; }
  .step-one__agreement {
    max-width: 485px; }
    .step-one__agreement .btn--arrow {
      display: inline;
      font-size: 16px;
      line-height: 1.5em; }

.step-two {
  margin-bottom: 0; }
  .step-two .map-list {
    margin-bottom: 60px; }

.table-cart {
  width: 100%; }
  .table-cart__title {
    text-align: left;
    }
  .table-cart__img-green {
    border: 1px solid #19c8a0;
    border-radius: 5px; }
  .table-cart__img-red {
    border: 3px solid #be1313!important;
    border-radius: 5px; }
  .table-cart__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .table-cart__img img {
      margin: 0 5px 5px; }
  .table-cart__address {
    margin-bottom: 10px; 
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7);	
	}
  .table-cart__wrapper {
    width:auto; }
  .table-cart__phone {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width:auto;
    margin-right: 42px;
    min-width: 150px; }
    @media all and (min-width: 1200px) {
      .table-cart__phone {
        width: auto; } }
    @media all and (max-width: 768px) {
      .table-cart__phone {
        margin-bottom: 10px; } 
      .maps__search {
        display: block;
        margin-bottom: 17px;
      }
    }
  .table-cart__time {
    -ms-flex-item-align: start;
        align-self: flex-start;
    color: #5D5A67;
    margin-right: 20px;
    width: auto; }
    @media all and (min-width: 1200px) {
      .table-cart__time {
        width:auto; 
    margin-bottom: 10px;} }
    @media all and (max-width: 768px) {
      .table-cart__time {
        margin-bottom: 10px; } }
  .table-cart__row {
    padding: 35px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;}
    @media all and (max-width: 375px) {
      .pagination__item:not(:last-child) {
        margin-right: 0;
      }
    }
    @media all and (max-width: 768px) {
      .table-cart__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } 
      .maps__btn {display: none;}
              }
    .table-cart__row--border {
      margin-bottom: 10px;
      border-bottom-color: transparent; }
  .table-cart__btn {
    padding: 10px 0; }
    @media all and (min-width: 1200px) {
      .table-cart__btn {
 } }

.step-three {
  margin-top: 40px;
  margin-bottom: 121px; }
  .step-three__wrapper {
    margin-bottom: 11px; }
  .step-three__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media all and (min-width: 768px) {
      .step-three__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .step-three__title-order {
    margin-bottom: 27px; }
  .step-three__footer-text {
    margin-right: 20px;
    max-width: 581px;
    font-family: "Roboto Condensed", sans-serif; }
  .step-three .step-three-table {
    margin-bottom: 31px; }
  .step-three__footer-total {
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media all and (min-width: 768px) {
      .step-three__footer-total {
        margin-top: -9px; } }
  .step-three__footer-cost {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.48em; }
    .step-three__footer-cost span {
      padding-left: 20px; }

.step-three-table {
  overflow-x: auto; }

.step-table .btn-delete-item {
  display: block; }

@media all and (max-width: 1100px) {
  .step-table .table-head .table-head__item:nth-child(1) {
    display: none; }
  .step-table .table-head .table-head__item:nth-child(2) {
    width: 14.4%; } }

@media all and (max-width: 800px) {
  .step-table .table-head .table-head__item:nth-child(3) {
    width: 100%; }
  .step-table .table-head .table-head__item:nth-child(2) {
    display: none; } }

.step-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 18px 0 22px;
  width: 100%;
  border-bottom: 1px solid #B8BDC2; }
  @media all and (max-width: 1100px) {
    .step-table__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.step-table__product-delivery {
  margin: 10px 0;
  color: #1560B9;
  font-family: "Roboto Condensed", sans-serif; }

.step-table__chemist {
  width: 26%; }
  @media all and (max-width: 1100px) {
    .step-table__chemist {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .step-table__chemist::before {
        margin-bottom: 20px;
        content: 'Пункт выдачи';
        display: block;
        color: #133864;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.27778em;
        font-family: "Roboto Condensed", sans-serif;
        width: 100%;
        border-bottom: 1px solid #133864; } }

.step-table__body-child {
  padding-top: 21px;
  width: 75%; }
  @media all and (max-width: 1100px) {
    .step-table__body-child {
      width: 100%;
      padding-top: 0;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

.step-table__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 14px; }
  .step-table__order:not(:last-child) {
    border-bottom: 1px solid #B8BDC2; }
  @media all and (max-width: 800px) {
    .step-table__order {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }

.step-table__date {
  width: 22.7%; }
  @media all and (max-width: 1100px) {
    .step-table__date {
      width: 17%; } }
  @media all and (max-width: 800px) {
    .step-table__date {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      .step-table__date::before {
        margin-top: 10px;
        margin-bottom: 20px;
        content: 'Самовывоз';
        display: block;
        color: #133864;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.27778em;
        font-family: "Roboto Condensed", sans-serif;
        width: 100%;
        border-bottom: 1px solid #133864; } }

.step-table__product {
  width: 77.3%; }
  @media all and (max-width: 1100px) {
    .step-table__product {
      width: 100%; } }

.step-table__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media all and (max-width: 800px) {
    .step-table__flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.step-table__product-row:not(:last-child) {
  padding-bottom: 6px; }

.step-table__product-item:nth-child(1) {
  display: block;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px; }

.step-table__product-item:nth-child(2) {
  color: #5D5A67;
  margin-right: 54px; }

.step-table__product-item:nth-child(3) {
  font-weight: bold; }

.step-table__product-item:nth-child(4) {
  margin-top: 3px;
  margin-left: auto;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  @media all and (max-width: 800px) {
    .step-table__product-item:nth-child(4) {
      margin: 15px 0;
      -ms-flex-item-align: center;
          align-self: center; } }

.step-table__chemist-btn {
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 5px;
  max-width: 221px; }

.step-three__wrapper {
  margin-bottom: 11px; }

.step-three__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.step-three__footer-text {
  max-width: 581px;
  font-family: "Roboto Condensed" , sans-serif; }

.step-three .step-three-table {
  margin-bottom: 31px; }

.step-three__footer-total {
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.step-three__footer-cost {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.48em; }

.step-three-tables {
  min-width: 1000px;
  overflow-x: scroll; }

.step-tables {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }
  .step-tables__btn-delete .btn-delete-item {
    width: 100%;
    text-align: right; }
  .step-tables__head {
    text-align: left;
    border-bottom: 1px solid #133864; }
  .step-tables__td {
    font-size: 16px;
    line-height: 1.5em;
    vertical-align: top; }
  .step-tables__name {
    font-weight: bold; }
  .step-tables__th:nth-child(1) {
    width: 25.5%; }
  .step-tables__th:nth-child(2) {
    width: 17%; }
  .step-tables__th:nth-child(3) {
    width: 58%; }
  .step-tables__date {
    font-weight: bold; }
  .step-tables__btn {
    max-width: 220px;
    padding: 10px 15px;
    white-space: nowrap;
    font-family: "Roboto Condensed" , sans-serif; }
  .step-tables__other {
    font-family: "Roboto Condensed" , sans-serif;
    color: #1560B9; }
  .step-tables__main-td {
    padding: 18px 0 30px; }
  .step-tables__costs {
    font-weight: bold; }

.end-order {
  margin: 100px 0 82px; text-align:center;}
  .end-order__description {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px; }
.end-order .container{
max-width: 865px;
}
.end-order .title-h1 {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #133864;	
} 
.end-order .end-order__description{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #333333;	
	margin-top: 50px;
	margin-bottom: 30px;
}

.end-order .table-order__body_end{
	
}
.end-order .table-order__body_end .table-info__end_1{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #133864;	
}
.end-order .table-order__body_end .table-info__end_2{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #333333;	
}
.end-order .table-order__body_end .table-info__end_3{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #333333;	
}
.end-order .table-order__body_end .table-info__end_4{
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: #333333;	
}
.end-order-table {
  overflow-x: auto; }
  @media all and (max-width: 1100px) {
    .end-order-table .table-head .table-head__item:nth-child(2) {
      display: none; }
    .end-order-table .table-head .table-head__item:nth-child(1) {
      width: 100%; } }

.table-order {
  max-width: 980px;
  width: 100%; }
  .table-order__head {
    margin-bottom: 30px; }
    @media all and (max-width: 1100px) {
      .table-order__head {
        margin-bottom: 20px; } }
  .table-order__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media all and (max-width: 1100px) {
      .table-order__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .table-order__chemist {
    width: 31%; }
    @media all and (max-width: 1100px) {
      .table-order__chemist {
        width: 100%; } }
  .table-order__body-child {
    width: 67%;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -16px; }
    @media all and (max-width: 1100px) {
      .table-order__body-child {
        width: 100%;
        -ms-flex-item-align: normal;
            align-self: normal; }
        .table-order__body-child::before {
          margin: 20px 0;
          content: 'Ваши товары';
          display: block;
          color: #133864;
          font-weight: bold;
          font-size: 18px;
          line-height: 1.27778em;
          font-family: "Roboto Condensed", sans-serif;
          width: 100%;
          border-bottom: 1px solid #133864; } }
    @media all and (max-width: 1100px) and (max-width: 800px) {
      .table-order__body-child::before {
        margin: 20px 0 0; } }
  @media all and (max-width: 800px) {
    .table-order__order {
      padding: 18px 0;
      border-bottom: 2px solid #F1F1F1; }
      .table-order__order:last-child {
        border-bottom: none; } }
  @media all and (max-width: 800px) {
    .table-order__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .table-order__wrapper .order-info__item {
        width: 100%; }
        .table-order__wrapper .order-info__item:nth-child(1), .table-order__wrapper .order-info__item:nth-child(2) {
          width: 100%;
          margin-bottom: 10px; } }
  .table-order .table-info__chemist-item {
    margin-bottom: 5px; }
    .table-order .table-info__chemist-item:nth-child(1) {
      font-family: Roboto Condensed;
      font-style: normal;
      font-weight: bold;
      font-size: 18px; }
    .table-order .table-info__chemist-item:nth-child(4) {
      margin-bottom: 10px; }

.order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .order-info__item:nth-child(1) {
    display: block;
    width: 51%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px; }
  .order-info__item:nth-child(2) {
    color: #5D5A67;
    margin-right: 54px; }
  .order-info__item:nth-child(3) {
    font-weight: bold; }
  .order-info__item:nth-child(4) {
    margin-top: 3px;
    margin-left: auto;
    -ms-flex-item-align: start;
        align-self: flex-start; }

.table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #133864; }
  .table-head--two .table-head__item:nth-child(1) {
    width: 31%; }
  .table-head--two .table-head__item:nth-child(2) {
    width: 67%; }
  .table-head--three .table-head__item:nth-child(1) {
    width: 26%; }
  .table-head--three .table-head__item:nth-child(2) {
    width: 17%; }
  .table-head--three .table-head__item:nth-child(3) {
    width: 58%; }

.table-info__chemist-item {
  margin-bottom: 5px; }
  .table-info__chemist-item:nth-child(1) {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 18px; }
  .table-info__chemist-item:nth-child(4) {
    margin-bottom: 18px; }

.bg123 {
  width: 100%;
  height: 800px;
  background-color: green; }

.popup-maps {
  position: relative;
  z-index: 99;
  padding: 41px 69px 25px 20px;
  max-width: 420px;
  width: 100%;
  min-height: 259px;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }
  .popup-maps::before {
    content: "";
    position: absolute;
    bottom: -43px;
    left: 47%;
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%); }
  .popup-maps__title {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold; }
  .popup-maps__address {
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
margin-bottom:10px;
color: #333333;}
  .popup-maps__phone {
    display: block;
    margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
    font-family: "Roboto", "Arial", sans-serif;
	color: #333333;
 }
    .popup-maps__phone:hover {
      color: #1560b9;
    font-weight: bold; }
  .popup-maps__time-work {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
color: #333333;
margin-bottom: 10px; }
  .popup-maps__btn-cross {
    right: 15px;
    top: 15px; }
  .popup-maps__btn {
    margin-top: 19px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    height: 50px;
    padding: 12px 15px;
    max-width: 170px; box-sizing: border-box;}
  .popup-maps__image-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin: 0 -5px -7px; }
  .popup-maps__image {
    margin: 0 5px 7px; }
  .popup-maps__link:not(:last-child) {
    margin-right: 10px; }

.gm-style-pbc {
  opacity: 0 !important; }

.gm-style-iw {
  padding: 40px 50px 20px 20px !important;
  max-width: 420px !important; }
  @media all and (max-width: 768px) {
    .gm-style-iw {
      display: none !important; } }

.gm-ui-hover-effect {
  margin-top: 4px !important;
  margin-right: 15px !important; }
  .gm-ui-hover-effect img {
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    margin-top: 15px !important;
    margin-right: 50px !important; }

.gm-style-iw-t::after {
  content: "";
  position: absolute;
  top: -12px !important;
  left: 47%;
  width: 64px !important;
  height: 64px !important;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  box-shadow: none !important; }
.btn__close>.close {
  background: none;
    position: relative;
    width: auto;
    height: auto;
}
@media all and (max-width: 768px) {
  .gm-style-iw-t {
    display: none !important; } 
  .catalog-content__selected {
    display:block;
  }
  .catalog-content__selected .default-text {
    display:none;
  }
  .js-calc-select .edd-head {
    width: 43px;
    height: 42px;
  }
  .js-calc-select .edd-value {
    background-color: #ffffff00;
  }
  .edd-root {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
  }
}

#content {
  position: absolute;
  padding: 41px 69px 25px 20px;
  max-width: 420px;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 259px;
  background-color: #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

.out_stock {
  color: #3ed1af;
    font-size: 18px;
}
@media all and (max-width: 375px) {
  .one-card__menu .tabs-nav__item {
    font-size: 16px;
    line-height: 1.125em; }
  .step-three__footer-total {
    text-align: center;
  }
  .pagination__item { 
    min-width: 30px;
    min-height: 30px;
    font-size: 12px;}
  }
  
.stars{
	background:url(/local/templates/vselekarstva/img/star.svg) left center no-repeat;
	width:39px;
	height:38px;
	position:relative;
	margin-right: 17px;
	background-size:39px;
}

.stars .stars_active{
	content:"";
	position:absolute;
	width:100%;
	height:38px;	
	left:0px;
	top:0px;
	background-size:39px;
	background:url(/local/templates/vselekarstva/img/star_act.svg) left center no-repeat;
}
.ir_rating{display: flex;align-items: center;justify-content: flex-start;}
.ir_rating .stars{width:21px;height:19px;	background-size:21px;}
.ir_rating .stars .stars_active{height:19px;	background-size:21px;}

.top_reviews{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	margin-top: 25px;
    margin-bottom: 25px;	
}
.rating_text{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;	
    margin-left: 23px;
    margin-right: 23px;
}
.rating_text b{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	color: #333333;	
	
}
.rating_text span{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #B8BDC2;	
	margin-left: 10px;
}
.rating_btn{
	width:170px;
	flex:170px;
	height:50px;
	margin-left: 35px;
}
.rating_btn .btn--big{height:50px;}

.list_reviews{
	margin-top: 74px;
    position: relative;
    width: 100%;
}
.list_reviews .item_reviews{margin-bottom: 50px;}
.list_reviews .item_reviews .info_reviews{
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
	margin-bottom: 20px;
}
.list_reviews .item_reviews .text_reviews{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7);
}

.list_reviews .item_reviews .info_reviews .ir_left{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.list_reviews .item_reviews .info_reviews .ir_left .ir_name{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7);
	margin-right: 30px;
	min-width: 270px;
    max-width: 270px;
}
.list_reviews .item_reviews .info_reviews .ir_left .ir_date{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #B8BDC2;
	margin-right: 32px;
	min-width: 200px;
}

.list_reviews .item_reviews .info_reviews .ir_left .ir_rating{}
.list_reviews .item_reviews .info_reviews .ir_left .ir_rating .stars{margin-right: 14px;}
.list_reviews .item_reviews .info_reviews .ir_left .ir_rating .stars .stars_active{}

.list_reviews .item_reviews .info_reviews .ir_right{width: 270px;margin-top: 10px;}
.list_reviews .item_reviews .info_reviews .ir_right .r_user{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #3ED1AF;
	padding-left:30px;
	position:relative;
}
.list_reviews .item_reviews .info_reviews .ir_right .r_user::before{
	content:"";
	position:absolute;
	background:url(/local/templates/vselekarstva/img/real_u_icon.svg) center no-repeat;
	width:20px;
	height:21px;
	left:0px;
	top:2px;
}
.btn--more{
	max-width:275px;
	height:50px;
}
.btn--more .btn__text{
	    padding-right: 20px;
    position: relative;
}.btn--more .btn__text::before{
	content:"";
	position:absolute;
	background:url(/local/templates/vselekarstva/img/arrow_more.svg) center no-repeat;
	width:20px;
	height:21px;
	right: -10px;
    top: 1px;
}
.popup{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(184, 189, 194, 0.7);
    z-index: 100;
	display:none;
}
.close--btn--big{
	margin: 50px auto 0 auto;
    height: 50px;
    position: relative;
    display: block;
	}
.popup .popup_inner{
	width: 700px;
    min-height: 700px;
    background: #fff;
	position: relative;
    margin: 0 auto;
	z-index: 101;
	padding: 50px 100px;
}
#ok_form .popup_inner{
	width: 568px;
    min-height: 258px;
    background: #fff;
	position: relative;
    margin: 0 auto;
	z-index: 101;
	padding: 50px 100px;
}
.popup .popup_inner .close{
	right: 30px;
	top: 30px;	
}
.popup .popup_inner .popup_wrap{
	
}	
.popup .popup_inner .popup_wrap .title_form{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 45px;
	color: #133864;	
	text-align: center;
	margin-bottom: 30px;
}	
.popup .popup_inner .popup_wrap .text_form{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 10px;
}	
.popup .popup_inner .popup_wrap	form .b_text{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7);	
	margin-top: 20px;
}
.popup .popup_inner .popup_wrap	form .b_text a{color:#1560B9}	
	

.rading_form{margin-top: 30px;margin-bottom: 15px;}
.rading_form .rf_title{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #133864;
}
	 
.rating-area {
	overflow: hidden;
	width: 283px;
	margin-top: 13px;

}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width:39px;
	height:38px;	
	padding: 0;
	cursor: pointer;
	position:relative;
	    margin-right: 17px;
}
.rating-area:not(:checked) > label::before {
	content:"";
	position:absolute;
	width:39px;
	height:38px;	
	left:0px;
	top:0px;
	background-size:39px;
	background:url(/local/templates/vselekarstva/img/star.svg) left center no-repeat;
}
.rating-area > input:checked ~ label::before {
	background:url(/local/templates/vselekarstva/img/star_act.svg) left center no-repeat;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label::before {
	background:url(/local/templates/vselekarstva/img/star_act.svg) left center no-repeat;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label::before,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label::before,
.rating-area > label:hover ~ input:checked ~ label::before {
	background:url(/local/templates/vselekarstva/img/star_act.svg) left center no-repeat;
}
.rate-area > label:active {
	position: relative;
}	

.float_label {position:relative;padding-top:10px; }
.float_label input, .float_label textarea {}
.float_label label {position:absolute;cursor:text;font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: rgba(0, 0, 0, 0.7);
 left: 0px;
    top: 0px;
line-height:36px;
}


.float_label.focused label,.float_label.populated label {top:-5px;font-size:12px !important;line-height:18px;}
.float_label.focused input.text,.float_label.focused textarea, .content.bg_gray form .float_label.focused {}
.float_label input,.float_label label {-webkit-transition:0.1s ease-in-out;-moz-transition:0.1s ease-in-out;-ms-transition:0.1s ease-in-out;-o-transition:0.1s ease-in-out;transition:0.1s ease-in-out}
.float_label input.text,.float_label  textarea {background:transparent;  width:100%; border:0; border-bottom:1px solid #B8BDC2;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: rgba(0, 0, 0, 0.7);

}
.float_label  textarea {height:26px; padding:5px 0; line-height:24px;}
form .inputtext_wr { position:relative; margin-bottom:17px;}

.bot_form{margin-top: 45px;} 
.bot_form .btn--big{margin: 0 auto;
    height: 50px;
    width: 181px;
    display: block;
    max-width: 181px;}
.popup_scroll {
	max-height: 100vh;
    overflow-y: auto;
    min-height: 100vh;
}

@media all and (max-width: 850px) {
	.list_reviews .item_reviews .info_reviews {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		flex-wrap: nowrap;
		margin-bottom: 20px;
	}	
.list_reviews .item_reviews .info_reviews .ir_right {
    margin-top: 10px;
}
.list_reviews .item_reviews .info_reviews {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
}
@media all and (max-width: 780px) {
	.top_reviews {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
		margin-bottom: 25px;
	}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-left: 17px;
}	
.rating_btn {
    width: 170px;
    flex: auto;
    height: 50px;
    margin-left: 0px;
    margin-top: 30px;
}
.list_reviews {
    margin-top: 72px;
    position: relative;
    width: 100%;
}
.list_reviews .item_reviews .info_reviews .ir_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.ir_rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 100%;
    margin-top: 15px;
}
.btn_more{text-align: center;}
}

@media all and (max-width: 736px) {
	.popup .popup_inner {
		width: 100%;
		min-height: 743px;
		background: #fff;
		position: relative;
		margin: 0 auto;
		z-index: 101;
		padding: 70px 18px;
	}
	.popup .popup_inner .popup_wrap .title_form {
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 700;
		font-size: 30px;
		line-height: 40px;
		color: #133864;
		margin-bottom: 30px;
	}
#ok_form .popup_inner{
	width:100%;
    min-height: 258px;
    background: #fff;
	position: relative;
    margin: 0 auto;
	z-index: 101;
	padding: 50px 18px;
}
}


.btn--subscribe{
    max-width: 178px;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    padding: 12px 12px;	
}
.main-top__wrapper {

    position: relative;
}
.btn--subscribe span{
    font-size: 18px;
    line-height: 1.22222em;
	position:relative;
}

.index-search{
 position:relative
}
.search-result{
	display:none;
	background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    position: absolute;
    border-radius: 4px;
    width: calc(100% - 139px);
    top: calc(100% + -16px);
    right: 0px;
    z-index: 100;
    right: 0px;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;
}
.index-search .search-result{
    border-radius: 4px;
    position: absolute;
    width: calc(100% - 139px);
    top: calc(100% + 10px);
    right: 0px;
}

.inner-p{
	display: none;
	position: absolute;
    top: 104px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(19, 56, 100, 0.5);
    z-index: 100;	
}
.inner-p .search-result{
	display:block;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 0px;
    width: 100%;
    top: 0px;
    right: 0px;
    z-index: 100;
    right: 0px;
    padding: 30px 30px 30px 30px;
    box-sizing: border-box;	
}
.inner-p .search-result-wrapper{
	max-width: 1400px;
    margin: 0 auto;
    padding: 0 110px 0 250px;
}

.btn-cnt-bottomp{}
.btn-cnt-bottom .btn-show-all{
	
}

.card-search-result{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;	
	width:100%;
	margin-bottom: 30px;
}
.content{position:relative;}
.card-search-result .card-p__link{
	display: block;
    position: relative;
    width: 100px;
    border-radius: 0px;
    margin: 0;
    overflow: hidden;
    height: 100px;	
	flex: 0 0 100px;
    margin-right: 20px;
}
.card-search-result .card-p__wr-info-product{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
	width: 100%;	
}
.card-search-result .card-p__wr-info-left{
    margin-top: 20px;

}
.card-search-result .card-p__wr-info-left a,.card-search-result .card-p__wr-info-left p{
   font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}
	
.card-search-result .card-p__wr-btn{
	margin-top: 20px;
}
.card-search-result .card-p__wr-btn .btn{
	min-width: 160px;
    min-height: 50px;	
}
.card-search-result .card-p__wr-info-right{
    margin: 0px 10px 0px 10px;
    min-width: 100px;
}
.card-search-result .card-p__wr-info-right .card-p__rub_title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #B8BDC2;
}
.card-search-result .card-p__wr-info-right .card-p__final-cost{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}
.result-empty{
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000000;
}
@media all and (max-width: 1200px) {
	.inner-p .search-result-wrapper{
		max-width: 1400px;
		margin: 0 auto;
		padding: 0 34px 0 144px;
	}	
}
@media all and (max-width: 940px) {
	.search-result{
		width: 100%;
	}
	.card-search-result .card-p__wr-info-product{
		flex-direction: column;	
	}
	.card-search-result .card-p__wr-info-right {
		margin: 0px;
	}
}
@media all and (max-width: 768px) {
	.search-result{
		width: calc(100% + 40px);
		left: -20px;
		border-radius: 0px;
	}
	.inner-p .search-result{
		width: 100%;
		left: 0px;		
	}
	.inner-p .search-result-wrapper{
		max-width: 1400px;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
	}
}
@media all and (max-width: 640px) {
	.card-search-result {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 60px;
	}
	.card-search-result .card-p__wr-info-product {
     width: auto; 
	}
}

.bannners-container{
	width:100%;
	height:auto;
	position:relative;    
	margin: 30px auto;
	padding: 0 110px;
    max-width: 1400px;
}
.bannners-container .banners_slider{width:100%;height:auto;position:relative;overflow: hidden;}
.bannners-container .banners_slider .banner-item{
	width:100%!important;
	height:355px!important;
	position:relative;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannners-container .banner__slider__pagination{
	position: static;
    margin: 30px auto 0;
    pointer-events: auto;
    white-space: nowrap;
    left: 0%;
    -webkit-transform: translateX(0%);
	transform: translateX(0%);	
	text-align: center;
}
.banner__slider-btn{
    position: absolute;
    width: 60px;
    height: 60px;
    background: #EDEFF3;
    border-radius: 100%;
	background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


.banner__slider-next{
	background-image:url(/images/arrow.svg);
	right:30px;
	top:147px;
	transform: rotate(180deg);
}
.banner__slider-prev {
	background-image:url(/images/arrow.svg);
	left:30px;
	top: 147px;	
}

@media all and (max-width: 1200px) {
	.bannners-container{
		width:100%;
		height:auto;
		position:relative;    
		margin: 30px auto;
		padding: 0px;
		max-width: 100%;
	}	
	.banner__slider-btn{display:none;}
}
/* End */


/* Start:/local/templates/vselekarstva/custom.css?16814792547264*/
.dnone {
  display: none!important;
}

.findProduct {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5em;
  color: #808080;
}

.basket .btn-delete-item {
  margin: 0 auto;
}

.basket .btn-change-item {
  font-size: 16px;
  max-width: 210px;
  margin-bottom: 16px;
  cursor: pointer;
}
.table-cart__img-green {
  border: 1px solid #19C8A0;
  border-radius: 5px;
}
.table-cart__img-red {
  border: 1px solid #BE1313;
  border-radius: 5px;
}
.popup-maps__image {
  margin: 0 5px 7px;
}

.j-center {
  display: flex;
  justify-content: center;
}
.mw-100 {
  max-width: 100%;
}

.table-cart__district .table-cart__row:last-child {
  border-bottom: 0px;
}

.card-p__name {
  max-width: 100%;
  overflow-wrap: break-word;
}

.empty-cart-container{
  min-height: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.empty-cart-text{
  font-size: 40px;
  user-select: none;
  color: #979797;
}

.step-table__product-delivery{
  cursor: pointer;
}
.step-table__product-delivery:hover{
  opacity: 0.6;
}

.js-wrapper{
  display: none;
}

.dl_error {
  color: red;
  padding-bottom: 12px;
  font-size: 14px;
}

.dl_instruction p {
  padding: 12px 0px;
  text-indent: 15px;
}


.dl_link {
  color: #1560B9;
  font-size: 16px;
  line-height: 1.5em;
}

.dl_link:hover {
  color: #19C8A0;
}

img.table-cart__img-red {
  opacity: 0.5;
}
.card-img-wrapper--viewed {
  max-width: 280px;
}
.card-text {
  min-height: 34px;
}
.card-img-wrapper--viewed>a>img {
  height: 173px;
}
	
.last-product-item {
	border-bottom: 1px solid #043B7D;
}
.backet_order {
display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 20px;
    min-width: 280px;
  
}

.backet_order .basket__item-last-wr{
	padding-bottom:48px;
}
.backet_order .basket__item-final-cost{
	margin-right:0px;
}
.flex-a-i{
	align-items: flex-start;
}
.mt50{
	margin-top:50px;
}
.btn-cart-recom{
	float: right;
    max-width: 170px;
    height: 50px;
    box-sizing: border-box;
    margin-top: 5px;
	font-size: 18px;
}
.cart-slider .addoffer__slider-prev{width:15px;height:25px;position:absolute;right:63px;left:auto;top:-84px;}
.cart-slider .addoffer__slider-next{width:15px;height:25px;position:absolute;right:5px;left:auto;top:-84px;}

.cart-slider .swiper-button-next::after, .cart-slider .swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(/local/templates/vselekarstva/./img/arrow_slide.png);
    top: 0;
    left: 0;
	margin-top: 0px;
    margin-left: 0px;

}
.cart-slider .swiper-button-next:hover, .cart-slider .swiper-button-prev:hover{
	opacity: 1;
}
.cart-slider .swiper-button-next:hover::after, .cart-slider .swiper-button-prev:hover::after {
    background-image: url(/local/templates/vselekarstva/./img/arrow_slide_active.png);
}

.analog-slider .analog__slider-prev{width:15px;height:25px;position:absolute;right:63px;left:auto;top:-84px;}
.analog-slider .analog__slider-next{width:15px;height:25px;position:absolute;right:5px;left:auto;top:-84px;}

.analog-slider .swiper-button-next::after, .analog-slider .swiper-button-prev::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(/local/templates/vselekarstva/./img/arrow_slide.png);
    top: 0;
    left: 0;
	margin-top: 0px;
    margin-left: 0px;

}
.analog-slider .swiper-button-next:hover, .analog-slider .swiper-button-prev:hover{
	opacity: 1;
}
.analog-slider .swiper-button-next:hover::after, .analog-slider .swiper-button-prev:hover::after {
    background-image: url(/local/templates/vselekarstva/./img/arrow_slide_active.png);
}


@media(max-width:1075px) {
	.btn-delete-item span{display:none}
}
@media(max-width:1024px) {
.backet_order {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
    min-width: 280px;
}
.basket__item-last {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.card-img-wrapper--small {
    max-width: 160px;
    width: 100%;
}
.basket__wr-img {
    max-width: 160px;
}
.basket__wr-img {
    overflow: hidden;
    margin-right: 20px;
    border-radius: 8px;
    max-width: 160px;
    width: 100%;
}
.basket__card-title {
    font-size: 20px;
    line-height: 1.5em;
    min-width: 380px;
    margin-right: 20px;
    margin-top: 0px;
}
}
@media(max-width:768px) {
.basket__item.cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	padding-top: 50px;
}
.basket__card-title {
	position:absolute;
	left:0px;
	top:0px;
    font-size: 16px;
    line-height: 25px;
    min-width: 100%;
    margin-right: 0px;
    margin-top: 0px;
}
.basket__item .basket__analog-btn-wr {
    margin-left: auto;
    margin-right: auto;
	
}
.basket__item .basket__analog-btn-wr {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0px;
	height: 20px;

}
.basket__item .basket__analog-btn-wr button.btn-delete-item{
display:none;
}
.basket__item .basket__analog-btn-wr button.btn-delete-cross{display:block;    line-height: 20px;}
.basket__card-calc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.basket__inner-wr .card-calc__wrapper {
    margin-bottom: 20px;
    margin-top: 0px;
}
.basket__inner-wr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.basket__item .basket__wr-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
    max-width: 160px;
    margin-right: 20px;
}
.basket__item-last {
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}
.backet_order {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 7px;
    min-width: 100%;
}
.basket__btn {
    padding: 16px 50px 16px 48px;
    max-width: 100%;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    line-height: 1.22222em;
}
.backet_order .basket__item-last-wr {
    padding-bottom: 15px;
}
.top-lines {
    position: relative;
    margin-bottom: 173px;
    margin-top: 18px;
}
.btn-cart-recom {
    float: right;
    max-width: 100%;
    height: 50px;
    box-sizing: border-box;
    margin-top: 5px;
    font-size: 18px;
}
}
/* End */
/* /local/templates/vselekarstva/template_styles.css?1682075572213696 */
/* /local/templates/vselekarstva/custom.css?16814792547264 */
