@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}


.btn_cat_green {
  background: #587800;
}


.btn, .card__add-basket {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 0 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-radius: 1.1875rem;
}

.btn_md, .card__add-basket {
  font-size: 0.75rem;
  line-height: 2.3125rem;
}
.btn_sm{
  font-size: 0.7rem;
  line-height: 1.9125rem;
}
.btn_lg {
  font-size: 1.125rem;
  padding: .7rem 2rem;
}
.btn_font-size-md {
  font-size: 1.125rem;
}

.btn_font-luga {
  font-family: "Luga", "Arial", sans-serif;
}

.btn_green {
  background: #3b750c;
}

.btn_gray {
  color: #616262;
  background-color: #f6f6f6;
}
.btn_gold {
  display: none;
  background-color: #B5A075;
}
.active.btn_gold{background-color: #8D744A;}
.btn_white {
  color: #000;
  background: #fff;
}
.card__add-basket {
  color: #fff;
  background: #3b750c;
}

.btn_brown {
  background: #a98f5c;
}

.btn_text-no-transform {
  text-transform: none;
}

.btn_icon:after, .card__add-basket:after {
  content: '';
  position: relative;
  top: -0.125rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.875rem;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.btn_arrow-right:after {
  width: 0.625rem;
  height: 1.1875rem;
  background-image: url("../img/general/arrow-right-md-white.png");
}

.btn_about-offset {
  margin-top: 1.6875rem;
  margin-bottom: 2.5rem;
}

.btn_tea-offeset {
  margin-top: 1.1875rem;
  margin-bottom: 1.5625rem;
}

.btn_in-solution {
  bottom: 1.875rem;
  position: absolute;
}

.btn_in-rent-product {
  bottom: 0.1875rem;
  position: absolute;
}

.heading__sect_mob {
  display: none;
  width: 100%;
  float: left;
  padding: 0px 16px 0px;
}

@media screen and (max-width: 960px) {
  .heading__sect_mob {
    display: block;
  }

  .heading__desc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .btn_in-rent-product {
    position: static;
  }
}

.btn_in-big-slider {
  margin-top: 1.375rem;
  padding: 0.8125rem 1.5625rem;
  font-size: 1.125rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  white-space: nowrap;
  text-transform: none;
}

@media screen and (max-width: 480px) {
  .btn_in-big-slider {
    font-size: 1rem;
  }
}

.btn_lk {
  margin-top: 2.0625rem;
  padding: 0.625rem 1.3125rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  text-transform: none;
  background: #a98f5c;
}

.btn_partners-form {
  border-radius: 19px;
  padding: 0.75rem 48px 0.8125rem;
  font-size: 1.125rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  text-transform: none;
  background: #a98f5c;
}
.partners-form__agree {
  display: flex;
  flex-wrap: wrap;
}
.partners-form__agree .g-recaptcha {
  transform: scale(0.9);
  margin-left: -15px;
}
.btn_medium {
  padding: 0.5625rem 1.375rem 0.6875rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  text-transform: none;
  -webkit-border-radius: 1.5625rem;
  -moz-border-radius: 1.5625rem;
  border-radius: 1.5625rem;
}

.btn_about-partners-offset {
  margin-top: 3.125rem;
  margin-left: -0.25rem;
  padding: 0.5625rem 1.5625rem 0.6875rem;
}

@media screen and (max-width: 480px) {
  .btn_about-partners-offset {
    margin-top: 1.875rem;
  }
}

.btn-next, .block-slider__next, .features__go, .features-banner__go {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: none;
}

.btn-next:before, .block-slider__next:before, .features__go:before, .features-banner__go:before {
  content: '';
  display: block;
  width: 2.75rem;
  height: 0.625rem;
  background: url("../img/general/btn-next.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.btn-next_white:before, .features_dark .features__go:before, .features-banner_dark .features-banner__go:before {
  background: url("../img/general/btn-next-white.png") no-repeat center right;
}

.list-disc__item {
  position: relative;
  padding-left: 0.8125rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.35;
  font-family: "Luga", "Arial", sans-serif;
}

.list-disc__item:before {
  content: '';
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.list-disc_white {
  color: #ffffff;
}

.list-disc_white .list-disc__item:before {
  top: 0.625rem;
  background-color: #fff;
}

.list-disc_lg {
  color: #ffffff;
}

.list-disc_lg .list-disc__item {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.25;
}

.list-disc_ouside {
  margin: 1.25rem 0;
}

.breadcrumb {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  min-height: 2.5rem;
  padding: 0.625rem 0;
}

@media screen and (max-width: 480px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb + .cover__container {
  padding-top: 0;
}

.cover_overlay .breadcrumb {
  color: #ffffff;
}

.cover .breadcrumb {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.breadcrumb__list:after {
  display: table;
  content: "";
}

.breadcrumb__list:after {
  clear: both;
}

.breadcrumb__item {
  float: left;
  font-size: 0.6875rem;
  font-family: "GothamPro", "Arial", sans-serif;
}

.breadcrumb__item + .breadcrumb__item:before {
  content: ">";
  display: inline-block;
  margin: 0 0.39062rem;
  font-size: 0.6875rem;
  font-family: inherit;
  color: inherit;
}

.breadcrumb__link {
  color: inherit;
  text-decoration: none;
  line-height: 1;
  font-family: inherit;
}

.breadcrumb__link:hover {
  text-decoration: underline;
}

.cover .breadcrumb_product {
  padding-left: 4.25rem;
  min-height: 0.625rem;
}

.breadcrumb_catalog {
  padding-left: 1.75rem;
}

@media screen and (min-width: 1370px) {
  .breadcrumb_catalog {
    padding-left: 4.25rem;
  }
}

.breadcrumb_in-big-banner {
  color: #fff;
  padding: 0 4.25rem;
}

.breadcrumb_tea {
  min-height: 2rem;
}

@media screen and (min-width: 767px) {
  .text-nowrap {
    white-space: nowrap;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 1.38889vw;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1152px) {
  html {
    font-size: 14.4px;
  }
}

@media screen and (max-width: 767px) {
  html.adaptive {
    font-size: 16px !important;
  }
}

body {
  overflow-x: hidden;
  font-size: 0.875rem;
  line-height: 1.3;
  font-family: "HelveticaNeue", "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #ffffff;
  cursor: default;
  padding-top: 12rem;
}
/*.bx-logged body{padding-top: 13rem;}
body:not(.index_page){padding-top: calc(14rem - 26px);}*/
ul, ol {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  list-style-position: outside;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

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

input,
button,
textarea {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  overflow: hidden;
}

.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .container_castling-content {
    display: flex;
    flex-wrap: wrap;
  }
  .container_castling-content .breadcrumb {
    width: 100%;
  }
  .container_castling-content .sidebar {
    order: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 480px) {
  .container_castling-content .sidebar {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .container_castling-content .layout {
    order: 1;
  }
}

.layout {
  width: 100%;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .layout {
    float: none;
    width: 100%;
  }
}

.content {
  padding: 0 0 0 17.1875rem;
}

@media screen and (max-width: 767px) {
  .content {
    padding: 0;
  }
}

.sidebar {
  float: left;
  width: 15.3125rem;
  margin-left: -100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sidebar {
    width: calc(50% - 5px);
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .sidebar {
    float: none;
  }
}

.wrapper {
  padding: 0 2.5rem;
  background: #f3f3f3;
}

@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0 0.9375rem;
  }
}

.cover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #fff 100%);
  background-position: 0%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cover {
    overflow: hidden;
  }
}

.cover__container {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding-top: 2.5rem;
  margin-bottom: 2.625rem;
}

@media screen and (max-width: 480px) {
  .cover__container {
    overflow: hidden;
  }
}

.cover_overlay {
  position: relative;
}

.cover_overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.cover_overlay .cover__container {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 2.1875rem;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .cover_overlay .cover__container {
    padding: 2.1875rem 0.9375rem;
  }
}

.row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

.row + .row {
  margin-top: 2.25rem;
}

.row_sm {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row_sm [class*="col-"] {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-bottom: 3.75rem;
}

[class*="col-"] {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.col-1 {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .col-1-2 {
    width: 50%;
  }
}

.col-1-2 + .col-1 {
  margin-top: 2.25rem;
}

.col-1-3 {
  width: 33.33333%;
}

@media screen and (max-width: 767px) {
  .col-1-3 {
    width: 100%;
  }
}

.col-1-4 {
  width: 25%;
}

@media screen and (max-width: 480px) {
  .col-1-4 {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .col-narrow {
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .col-narrow {
    width: 100%;
  }
}

.col-narrow_hidden {
  display: none;
}

@media screen and (min-width: 1440px) {
  .col-narrow {
    width: 25%;
  }
  .col-narrow_hidden {
    display: block;
  }
}

.col-narrow .block + .block {
  margin-top: 2.25rem;
}

.banners_first .col-narrow {
  padding-right: 0.875rem;
}

@media screen and (min-width: 767px) {
  .col-wide {
    width: 66.66667%;
  }
}

@media screen and (max-width: 767px) {
  .col-wide {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 1370px) {
  .col-wide {
    width: 50%;
  }
}

.banners_first .col-wide {
  padding-left: 1.1875rem;
  padding-right: 0;
}

.dark-pink-layer {
  background-color: #e5cdbc;
  background: -webkit-linear-gradient(315deg, #d2b5a0 0%, #f8e5d8 100%);
  background: -moz-linear-gradient(315deg, #d2b5a0 0%, #f8e5d8 100%);
  background: -o-linear-gradient(315deg, #d2b5a0 0%, #f8e5d8 100%);
  background: linear-gradient(135deg, #d2b5a0 0%, #f8e5d8 100%);
}

.light-pink-layer {
  background-color: #f7d8cb;
  background: -webkit-linear-gradient(315deg, #efc4b8 0%, #ffecde 100%);
  background: -moz-linear-gradient(315deg, #efc4b8 0%, #ffecde 100%);
  background: -o-linear-gradient(315deg, #efc4b8 0%, #ffecde 100%);
  background: linear-gradient(135deg, #efc4b8 0%, #ffecde 100%);
}

.golden-layer {
  background-color: #ebe5af;
  background: -webkit-linear-gradient(315deg, #dcd18e 0%, #f9f8d0 100%);
  background: -moz-linear-gradient(315deg, #dcd18e 0%, #f9f8d0 100%);
  background: -o-linear-gradient(315deg, #dcd18e 0%, #f9f8d0 100%);
  background: linear-gradient(135deg, #dcd18e 0%, #f9f8d0 100%);
}

.dark-gray-layer {
  background-color: #cdcdcd;
  background: -webkit-linear-gradient(315deg, #a9a9a9 0%, #f0f0f0 100%);
  background: -moz-linear-gradient(315deg, #a9a9a9 0%, #f0f0f0 100%);
  background: -o-linear-gradient(315deg, #a9a9a9 0%, #f0f0f0 100%);
  background: linear-gradient(135deg, #a9a9a9 0%, #f0f0f0 100%);
}

.light-blue-layer {
  background-color: #c6e7eb;
  background: -webkit-linear-gradient(315deg, #aedade 0%, #ddf4f7 100%);
  background: -moz-linear-gradient(315deg, #aedade 0%, #ddf4f7 100%);
  background: -o-linear-gradient(315deg, #aedade 0%, #ddf4f7 100%);
  background: linear-gradient(135deg, #aedade 0%, #ddf4f7 100%);
}

.light-green-layer {
  background-color: #dfedaa;
  background: -webkit-linear-gradient(315deg, #c8dd9b 0%, #f5fdb8 100%);
  background: -moz-linear-gradient(315deg, #c8dd9b 0%, #f5fdb8 100%);
  background: -o-linear-gradient(315deg, #c8dd9b 0%, #f5fdb8 100%);
  background: linear-gradient(135deg, #c8dd9b 0%, #f5fdb8 100%);
}

.sep {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.caption__line {
  margin-bottom: 0.25rem;
}

.caption + .caption {
  margin-top: 0.4375rem;
}

.caption + .caption .caption__line {
  font-family: "GothamPro", "Arial", sans-serif;
}

.title {
  margin: 0;
  font-family: "Luga", "Arial", sans-serif;
  font-weight: normal;
  font-size: inherit;
}

.title_sm {
  font-size: 1.125rem;
  line-height: 1.1875rem;
}

.title_md {
  font-size: 1.5rem;
}

.title_lg {
  font-size: 1.875rem;
  line-height: 1;
}

.title_xl {
  font-size: 2.25rem;
}

@media screen and (max-width: 480px) {
  .search-page .title_xl {
    font-size: 1.6875rem;
  }
}

.title_huge {
  font-size: 3rem;
}

@media screen and (max-width: 600px) {
  .title_huge {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 480px) {
  .title_huge {
    font-size: 3rem;
  }
}

.heading {
  margin-top: -0.625rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .heading {
    margin-top: 0;
  }
}

.heading__info:after {
  display: table;
  content: "";
}

.heading__info:after {
  clear: both;
}

.heading__desc {
  /*width: 50%;*/
  float: left;
}


@media screen and (max-width: 480px) {
  .heading__desc {
    width: 100%;
    float: none;
    display: none;
  }

  .heading__sect_mob {
    width: 100%;
    padding: 0px 16px 0px;
  }
}

.heading__desc:last-child, .heading__sect_mob:last-child {
  padding-left: 4.375rem;
}

@media screen and (max-width: 480px) {
  .heading__desc:last-child, .heading__sect_mob:last-child {
    padding-left: 0;
    margin-top: 1rem;
  }

}

.heading h1 {
  margin-bottom: 1rem;
}

.heading .sep {
  font-size: 1.25rem;
  margin: 0 0.9375rem;
}

.heading .sep:last-child {
  display: none;
}

.heading .title {
  display: block;
  text-align: left;
  vertical-align: middle;
}

.heading .title_md {
  position: relative;
  bottom: -0.3125rem;
}

.box {
  margin-bottom: 1.875rem;
}

.get-items {
  text-align: center;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .get-items {
    padding-bottom: 1.875rem;
  }
}

.get-items__link, .get-items__more {
  display: inline-block;
  font-size: 1.125rem;
  font-family: "Luga", "Arial", sans-serif;
}

.get-items__link:before, .get-items__more:before {
  content: '';
  display: block;
  width: 2.8125rem;
  height: 2.25rem;
  margin: 0 auto 0.5rem auto;
  background: url("../img/general/reload.png") no-repeat 50% 50%/cover;
}

.catalog-teas {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .catalog-teas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.catalog-teas {
  color: #000;
}

.content-wrapper__item {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 4.25rem;
}

@media screen and (max-width: 480px) {
  .content-wrapper__item {
    padding: 0 0.9375rem;
  }
}

.content-wrapper__item_contacts {
  padding: 0 2.375rem;
}

@media screen and (max-width: 767px) {
  .content-wrapper__item_contacts {
    padding: 0 3.75rem;
  }
}

@media screen and (max-width: 480px) {
  .content-wrapper__item_contacts {
    padding: 0 0.9375rem;
  }
}

.content-wrapper__item_partners {
  padding: 0;
}

.content-wrapper__item_normal {
  padding: 0 0.9375rem;
}

@media screen and (min-width: 480px) {
  .content-wrapper__item_normal {
    padding: 0 4.375rem;
  }
}

.content-wrapper__item_information {
  padding: 0 2.5rem 0 3.75rem;
}

@media screen and (max-width: 480px) {
  .content-wrapper__item_information {
    padding: 0 0.9375rem;
  }
}

.content-wrapper_gray {
  background: #f8f8f7;
}

.content-wrapper_dark-gray {
  background: #f3f3f3;
}

div.title-search-result {
  overflow: visible !important;
  border: none !important;
}

@media screen and (max-width: 480px) {
  div.title-search-result {
    top: 54px !important;
  }
}

div.title-search-result::before {
  position: absolute;
  top: -0.9375rem;
  content: '';
  height: 0.9375rem;
  width: 100%;
  background-color: #f1f1f1;
}

div.title-search-result table.title-search-result {
  width: 100% !important;
  border: 2px solid #f3f3f3 !important;
  border-top: none !important;
  -webkit-border-radius: 0 0 1.25rem 1.25rem !important;
  -moz-border-radius: 0 0 1.25rem 1.25rem !important;
  border-radius: 0 0 1.25rem 1.25rem !important;
}

.title-search-result td {
  white-space: normal !important;
}

table.title-search-result td.title-search-item a {
  position: relative;
  padding-left: 1.25rem !important;
  font-family: 'Luga',serif;
}

table.title-search-result td.title-search-item a img {
  position: absolute;
  left: 0;
}

table.title-search-result tr.title-search-selected td,
table.title-search-result tr.title-search-selected a,
table.title-search-result tr.title-search-selected td.title-search-more a {
  background-color: #e0e8ea !important;
}

@media screen and (max-width: 480px) {
  .search-page {
    padding-top: 1.25rem;
  }
}

.search-page .heading {
  padding-left: 1.75rem;
}

@media screen and (max-width: 480px) {
  .search-page .heading {
    padding-left: 0;
  }
}

@media screen and (min-width: 1522px) {
  .search-page .heading {
    padding-left: 4.25rem;
  }
}

.search-page .col-1-3 {
  width: 33.33333%;
}

@media screen and (max-width: 480px) {
  .search-page .col-1-3 {
    width: 100%;
  }
}

@media screen and (min-width: 1522px) {
  .search-page .col-1-3 {
    width: 25%;
  }
}

.mobile-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-br {
    display: block;
  }
}

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

@media screen and (max-width: 767px) {
  .text-nowrap_mobile-disable {
    white-space: normal;
  }
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  border: none;
}

.datepicker table tr td {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.datepicker table tr th {
  height: 2.5rem;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  border-color: #122b40;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  border-color: #204d74;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  border-color: #204d74;
  background-color: #587800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  border-color: #122b40;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  border-color: #204d74;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  border-color: #204d74;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  /*height: 28px;*/
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 99;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  /*line-height: 28px; */
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  /*height: 26px;*/
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: -moz-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  /*line-height: 28px; */
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  /*height: 26px;*/
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: -moz-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: -moz-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: -moz-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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-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-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-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-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-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");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

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

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

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

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

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-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;
}

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  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);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

/* Preloader */
.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%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-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%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  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);
  }
}

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

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

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

.about-partners {
  padding: 1.8125rem 0 3.9375rem;
}

.about-partners__title {
  margin: 0;
  font-size: 3rem;
  line-height: 1.25;
  font-family: Luga;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .about-partners__title {
    font-size: 2.25rem;
  }
}

.about-partners__row {
  padding-top: 2rem;
}

.about-partners__row:after {
  display: table;
  content: "";
}

.about-partners__row:after {
  clear: both;
}

.about-partners__col {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.25rem;
}

@media screen and (max-width: 480px) {
  .about-partners__col {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .about-partners__col:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.about-partners__col_first {
  width: 36.6%;
}

@media screen and (max-width: 767px) {
  .about-partners__col_first {
    width: 100%;
  }
}

.about-partners__col_two {
  padding-left: 0.3125rem;
  width: 36.8%;
}

@media screen and (max-width: 767px) {
  .about-partners__col_two {
    padding-left: 0;
    width: 100%;
  }
}

.about-partners__col_three {
  padding-left: 0.6875rem;
  width: 26.6%;
}

@media screen and (max-width: 767px) {
  .about-partners__col_three {
    padding-left: 0;
    width: 100%;
  }
}

.about-partners__col:last-child {
  padding-right: 0;
}

.about-partners__text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.35;
  font-family: Luga;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .about-partners__text {
    font-size: 1rem;
  }
}

.about-partners__text_big {
  font-size: 2.25rem;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .about-partners__text_big {
    font-size: 1.5rem;
  }
}

.about-partners__text_top-offset {
  margin-top: 1.4375rem;
}

@media screen and (max-width: 480px) {
  .about-partners__text_top-offset {
    margin-top: 0.625rem;
  }
}

.advantages {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.advantages:after {
  display: table;
  content: "";
}

.advantages:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .advantages {
    padding-bottom: 1.875rem;
  }
}

.advantages + .banners {
  margin-top: 0;
}

@media screen and (min-width: 481px) {
  .advantages__item {
    width: 33.33333%;
    float: left;
  }
}

@media screen and (max-width: 480px) {
  .advantages__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.advantages__item_pay {
  padding-left: 4.375rem;
}

@media screen and (max-width: 767px) {
  .advantages__item_pay {
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .advantages__item_pay {
    padding-left: 0.9375rem;
  }
}

.advantages__item_pay .advantages__content:before {
  top: 0.1875rem;
  width: 1.5625rem;
  height: 1.25rem;
  background-image: url("../img/general/advantages-pay.png");
}

.advantages__item_delivery {
  padding-left: 3.8125rem;
}

@media screen and (max-width: 767px) {
  .advantages__item_delivery {
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  .advantages__item_delivery {
    padding-left: 0.9375rem;
  }
}

.advantages__item_delivery .advantages__content:before {
  top: 0.3125rem;
  width: 1.6875rem;
  height: 1.0625rem;
  background-image: url("../img/general/advantages-delivery.png");
}

.advantages__item_time {
  padding-left: 3.4375rem;
}

@media screen and (max-width: 767px) {
  .advantages__item_time {
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  .advantages__item_time {
    padding-left: 0.9375rem;
  }
}

.advantages__item_time .advantages__content:before {
  width: 1.3125rem;
  height: 1.625rem;
  background-image: url("../img/general/advantages-time.png");
}

.advantages__title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Luga", "Arial", sans-serif;
}

.advantages__content {
  position: relative;
  padding-left: 2.4375rem;
  font-family: "GothamPro", "Arial", sans-serif;
}

.advantages__content:before {
  content: '';
  position: absolute;
  left: 0;
  background-position: 0%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.advantages__info {
  font-size: 0.75rem;
  line-height: 1.2;
}

.advantages__caption {
  font-size: 1.125rem;
}

.advantages__legend {
  font-size: 0.875rem;
  line-height: 1;
}

.aside {
  padding-top: 0.625rem;
  padding-left: 2.0625rem;
}

.aside_card {
  float: right;
  width: 26%;
}

@media screen and (max-width: 767px) {
  .aside_card {
    float: none;
    width: 100%;
    padding: 0;
  }
}

.aside .product__title {
  height: auto;
}

.aside .product__content {
  padding: 0.875rem 0rem 0rem 1.75rem;
}

.aside .product__caption {
  margin-bottom: 0;
}

.aside .card-blocks {
  margin-top: 0.5625rem;
  padding-left: 0;
  font-family: "HelveticaNeue", "Arial", sans-serif;
}

.aside .card-blocks__list-item {
  margin-bottom: 0rem;
}

.aside .card-blocks__list-item:first-child {
  margin-top: 0;
}

.aside .card-blocks__list-item:last-child {
  margin-bottom: 0;
}

.aside .product__price {
  margin-top: 1.0625rem;
}

.aside-widget {
  padding-bottom: 3.5625rem;
  padding-left: 2.25rem;
}

.aside_card .aside-widget {
  padding-left: 0;
}

.aside-widget__heading {
  margin-top: 1.4375rem;
  margin-bottom: 1.875rem;
  font-family: Luga, serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.aside-widget__heading_small {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
  width: 9.75rem;
}

.aside-widget__text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.aside-widget__text:not(:last-child) {
  margin-bottom: 0.875rem;
}

.aside-widget__logo-image {
  display: block;
  margin: 0 auto;
}

.back-links {
  padding: 0.9375rem 0 2.75rem;
  margin-left: -0.25rem;
  margin-right: -1.4375rem;
}

@media screen and (max-width: 480px) {
  .back-links {
    margin: 0;
  }
}

.back-links:after {
  display: table;
  content: "";
}

.back-links:after {
  clear: both;
}

.back-links__item {
  position: relative;
  font-size: 1.75rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  color: #a98f5c;
}

@media screen and (max-width: 767px) {
  .back-links__item {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .back-links__item {
    font-size: 0.875rem;
  }
}

.back-links__item_left {
  float: left;
  padding-left: 4.0625rem;
}

@media screen and (max-width: 480px) {
  .back-links__item_left {
    padding-left: 1.5625rem;
  }
}

.back-links__item_left:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.75rem;
  height: 0.625rem;
  background: url("../img/assets/back-links/left-arrow.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .back-links__item_left:after {
    width: 1.25rem;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}

.back-links__item_right {
  float: right;
  padding-right: 5.0625rem;
}

@media screen and (max-width: 480px) {
  .back-links__item_right {
    padding-right: 1.5625rem;
  }
}

.back-links__item_right:after {
  content: '';
  position: absolute;
  right: 0.25rem;
  top: 50%;
  width: 2.75rem;
  height: 0.625rem;
  background: url("../img/assets/back-links/right-arrow.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .back-links__item_right:after {
    width: 1.25rem;
    right: 0;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: right;
  }
}

.banners {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  margin: 1.875rem auto 2.5rem;
}

@media screen and (min-width: 767px) {
  .banners{
    padding: 0 1.4375rem 0 2.5rem;
  }
}

@media screen and (min-width: 1370px) {
  .banners {
    padding: 0;
  }
}

.banners_first {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .banners .row {
    margin: 0;
  }
  .banners .col-wide,
  .banners .col-narrow,
  .banners .col-1-2,
  .banners .col-1-2,
  .banners .col-1 {
    padding: 0;
    width: 100%;
    margin-top: 2.5rem;
  }
  .banners .col-wide:first-child,
  .banners .col-narrow:first-child,
  .banners .col-1-2:first-child,
  .banners .col-1-2:first-child,
  .banners .col-1:first-child {
    margin-top: 0;
  }
}

.banner {
  position: relative;
  height: 43.8125rem;
  text-align: center;
  border: 0.125rem solid #b82323;
}

.banner__info {
  margin-top: 1.6875rem;
}

.banner_wide .banner__info {
  padding-top: 5rem;
}

.banner__body:after {
  display: table;
  content: "";
}

.banner__body:after {
  clear: both;
}

.banner__img {
  max-width: 14.0625rem;
  margin: 0 auto;
  font-size: 0;
}

.banner__price {
  margin: 0.4375rem 0 1.3125rem 0;
}

.banner__price-new {
  font-size: 1.125rem;
  font-weight: 600;
  color: #b82323;
}

.banner__area {
  padding: 1.0625rem 0 1.5625rem 0;
  margin: 0 2.0625rem;
  background: #ededed;
}

.banner__area-title {
  font-size: 1.5rem;
  line-height: 1;
}

.banner_wide .banner__area-title {
  padding-right: 2.0625rem;
}

@media screen and (max-width: 480px) {
  .banner_wide .banner__area-title {
    padding-right: 0;
  }
}

.banner_wide .banner__area-sum {
  margin-left: 0;
  padding-right: 2.0625rem;
}

@media screen and (max-width: 480px) {
  .banner_wide .banner__area-sum {
    font-size: 2rem;
    padding-right: 0;
  }
}

.banner_wide .banner__area-desc {
  padding: 0 2.8125rem;
  position: relative;
  left: -0.6875rem;
}

@media screen and (max-width: 480px) {
  .banner_wide .banner__area-desc {
    font-size: 0.75rem;
    padding: 0;
    position: static;
    margin-top: 0.3125rem;
    margin-left: 0;
  }
}

.banner__area-sum {
  margin-bottom: -0.125rem;
  margin-top: 0.375rem;
  margin-left: -0.6875rem;
  font-size: 5rem;
  line-height: 1;
  font-weight: 600;
  color: #b82323;
}

.banner__area-desc {
  margin-top: -0.4375rem;
  margin-left: -0.625rem;
  padding: 0 3.125rem;
  font-size: 0.875rem;
}

.banner__discount {
  position: absolute;
  top: 1.75rem;
  left: 0;
  z-index: 1;
  height: 2.625rem;
  padding: 0 2rem 0 1.6875rem;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 2.625rem;
  font-family: "Luga", "Arial", sans-serif;
  color: #ffffff;
  background: #de3c3c;
}

.banner__discount:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3125rem 0.75rem 1.3125rem 0;
  border-color: transparent #fff transparent transparent;
}

.banner .title {
  padding: 0 4.375rem;
  line-height: 1;
}

.banner .caption__line {
  margin-bottom: 0.5rem;
}

.banner_wide {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 20.75rem;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .banner_wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.banner_wide .banner__info {
  display: table-cell;
  vertical-align: bottom;
  width: 35%;
  padding-left: 1.6875rem;
  padding-bottom: 2.1875rem;
}

@media screen and (max-width: 480px) {
  .banner_wide .banner__info {
    z-index: 1;
    width: 100%;
    padding-left: 0.9375rem;
    padding-top: 1.875rem;
    margin-top: 0;
  }
}

.banner_wide .banner__body {
  display: table-cell;
  vertical-align: bottom;
  width: 65%;
}

@media screen and (max-width: 480px) {
  .banner_wide .banner__body {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    overflow: hidden;
    width: 100%;
    padding-top: 5rem;
  }
}

.banner_wide .banner__img {
  float: left;
}

@media screen and (max-width: 480px) {
  .banner_wide .banner__img {
    margin-left: 0.9375rem;
  }
}

.banner_wide .banner__area {
  margin: 0;
  overflow: hidden;
  text-align: center;
  -webkit-transform: translateY(21%);
  -moz-transform: translateY(21%);
  -ms-transform: translateY(21%);
  -o-transform: translateY(21%);
  transform: translateY(21%);
}

@media screen and (max-width: 480px) {
  .banner_wide .banner__area {
    position: absolute;
    right: 0;
    width: 10rem;
  }
}

.banner_wide .title {
  padding: 0;
  position: relative;
  top: -0.125rem;
}

.line-banner {
  height: 7.3125rem;
  overflow: hidden;
  border: 0.125rem solid #898989;
}

.line-banner:after {
  display: table;
  content: "";
}

.line-banner:after {
  clear: both;
}

.line-banner__info {
  float: left;
  height: inherit;
}

.line-banner__thumbs {
  overflow: hidden;
}

.line-banner__thumb {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  text-align: center;
}

.line-banner__thumb img {
  max-width: 9.375rem;
}

.line-banner .caption {
  position: relative;
  top: 50%;
  padding: 0 1.875rem 0 1.6875rem;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
}

.big-banner {
  padding-top: 0.625rem;
  padding-bottom: 6.125rem;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media screen and (max-width: 480px) {
  .big-banner {
    padding-bottom: 1.875rem;
  }
}

.big-banner__info {
  position: relative;
  max-width: 1522px;
  margin: 2.9375rem auto 0;
  padding: 0 4.25rem;
}

@media screen and (max-width: 767px) {
  .big-banner__info {
    padding: 0 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .big-banner__info {
    padding: 0 0.9375rem;
  }
}

.big-banner__info_clearfix:after {
  display: table;
  content: "";
}

.big-banner__info_clearfix:after {
  clear: both;
}

.big-banner__info_margin-top-none {
  margin-top: 0;
}

.big-banner__info_rent {
  margin-top: 5.25rem;
}

@media screen and (max-width: 480px) {
  .big-banner__info_rent {
    margin-top: 1.25rem;
    padding: 0 0.9375rem;
  }
}

.big-banner__info_partners {
  margin-top: 4.8125rem;
}

.big-banner__info-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .big-banner__info-col {
    float: none;
  }
}

.big-banner__info-col_tea-left {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .big-banner__info-col_tea-left {
    width: 100%;
  }
  .big-banner__info-col_tea-left .big-banner__text {
    display: block;
    font-size: 1rem;
  }
  .big-banner__info-col_tea-left .big-banner__text br {
    content: '';
  }
  .big-banner__info-col_tea-left .big-banner__text br::after {
    content: ' ';
  }
  .big-banner__info-col_tea-left .big-banner__text_luga-xl {
    font-size: 2.25rem;
  }
}

.big-banner__info-col_tea-center {
  width: 34%;
  padding: 0 0 0 3rem;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .big-banner__info-col_tea-center {
    display: none;
  }
}

.big-banner__info-col_tea-right {
  padding-left: 3.9375rem;
  width: 35%;
}

@media screen and (max-width: 767px) {
  .big-banner__info-col_tea-right {
    width: 100%;
    padding: 0;
  }
  .big-banner__info-col_tea-right .big-banner__text {
    display: block;
    font-size: 1.5rem;
  }
  .big-banner__info-col_tea-right .big-banner__text br {
    content: '';
  }
  .big-banner__info-col_tea-right .big-banner__text br::after {
    content: ' ';
  }
  .big-banner__info-col_tea-right .big-banner__text_tea-top-offset-m {
    margin-top: 0.625rem;
  }
}

.big-banner__title {
  margin: 0;
  font-size: 3rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .big-banner__title {
    font-size: 1.75rem;
  }
}

.big-banner__title_size-small {
  font-size: 2.25rem;
}

@media screen and (max-width: 480px) {
  .big-banner__title_size-small {
    font-size: 1.75rem;
  }
}

.big-banner__title_rent {
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .big-banner__title_rent {
    font-size: 2.25rem;
  }
  .big-banner__title_rent br {
    content: '';
  }
  .big-banner__title_rent br::after {
    content: ' ';
  }
}

.big-banner__dignity {
  padding-left: 0.375rem;
  padding-right: 0.5rem;
  margin-top: 4.5625rem;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .big-banner__dignity {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .big-banner__dignity {
    padding: 0;
  }
}

.big-banner__dignity_rent {
  margin-top: 3.5625rem;
}

@media screen and (max-width: 480px) {
  .big-banner__dignity_rent {
    margin-top: 1.25rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.big-banner__dignity_about-company {
  margin-right: -3.75rem;
}

@media screen and (max-width: 480px) {
  .big-banner__dignity_about-company {
    margin-right: 0;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .big-banner__dignity-item-wrapper {
    width: 33.33%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 700px) {
  .big-banner__dignity-item-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .big-banner__dignity-item-wrapper:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 480px) {
  .big-banner__dignity_rent .big-banner__dignity-item-wrapper {
    width: 50%;
  }
  .big-banner__dignity_rent .big-banner__dignity-item-wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.big-banner__image {
  display: block;
  width: 2.4375rem;
  height: 2.4375rem;
  margin-bottom: 0.875rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 480px) {
  .big-banner__image {
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}

.big-banner__dignity-item {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .big-banner__dignity-item {
    font-size: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .big-banner__text {
    display: none;
  }
}

.big-banner__text_luga-normal {
  margin-bottom: 13px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

.big-banner__text_luga-m {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

.big-banner__text_luga-l {
  margin-bottom: 0.625rem;
  font-size: 1.875rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

.big-banner__text_luga-xl {
  font-size: 3rem;
  line-height: 1.1;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

.big-banner__text_margin-m {
  margin: 0.625rem 0;
}

.big-banner__text_tea-top-offset {
  margin-top: 3.75rem;
}

.big-banner__text_tea-top-offset-m {
  margin-top: 4.1875rem;
}

.big-banner__text_partners-top-offset-m {
  margin-top: 3.8125rem;
}

@media screen and (max-width: 767px) {
  .big-banner__text_partners-top-offset-m br {
    content: '';
  }
  .big-banner__text_partners-top-offset-m br::after {
    content: ' ';
  }
}

.big-banner__tea-advantage {
  margin-bottom: 1.5625rem;
  margin-top: 1.5625rem;
}

.big-banner__tea-advantage-item {
  position: relative;
  margin-top: 0.6875rem;
  padding-left: 3.125rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

.big-banner__tea-advantage-item-img {
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  width: 2.0625rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.big-banner__tea-advantage-item-number {
  font-size: 1.875rem;
}

.big-banner_tea {
  padding-bottom: 0;
}

.big-banner_about {
  padding-bottom: 6.125rem;
}

.big-banner_partners {
  padding-bottom: 3.6875rem;
}

.big-slider {
  position: relative;
}

.big-slider__item {
  height: 30.4375rem;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media screen and (max-width: 480px) {
  .big-slider__item {
    height: 31.25rem;
  }
}

.big-slider__item-content {
  position: relative;
  max-width: 1522px;
  margin: 0 auto;
  padding: 2.1875rem 2.1875rem 0;
}

.big-slider__item-content:after {
  display: table;
  content: "";
}

.big-slider__item-content:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .big-slider__item-content {
    padding: 2.1875rem 0.9375rem 0;
  }
}

.big-slider__col_width-small {
  width: 19.375rem;
}

@media screen and (max-width: 767px) {
  .big-slider__col_width-small {
    width: 100%;
  }
}

.big-slider__col_right {
  float: right;
}

@media screen and (max-width: 767px) {
  .big-slider__col_right {
    float: right;
  }
}

.big-slider__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: Luga;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .big-slider__title {
    font-size: 1.25rem;
  }
  .big-slider__title br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .big-slider__title {
    font-size: 1rem;
  }
}

.big-slider__title_white {
  color: #fff;
}

.big-slider__brands {
  padding-top: 0.875rem;
}

.big-slider__brand-item {
  position: relative;
  display: inline-block;
  margin-top: 0.625rem;
  font-size: 1.875rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .big-slider__brand-item {
    font-size: 1.125rem;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .big-slider__brand-item {
    font-size: 1rem;
  }
}

.big-slider__brand-item:before {
  content: '• ';
}

.big-slider__brand-item_width-medium {
  width: 10.625rem;
}

.big-slider__text_medium {
  margin-top: 1.5625rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.35;
  font-family: Luga;
  font-weight: 400;
}

@media screen and (min-width: 481px) {
  .big-slider__text_no-wrap {
    white-space: nowrap;
  }
}

.big-slider__pagination {
  position: absolute;
  left: 3.5625rem;
  bottom: 1.875rem;
}

@media screen and (max-width: 480px) {
  .big-slider__pagination {
    left: 0.9375rem;
  }
}

.big-slider__pagination li {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid transparent;
  margin: 0 0.3125rem;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.big-slider__pagination li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.big-slider__pagination li.slick-active {
  border: 0.125rem solid #fff;
  background: transparent;
}

.big-slider__pagination li.slick-active:after {
  display: none;
}

.block {
  position: relative;
  overflow: hidden;
  height: 20.75rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .block {
    max-width: 20.75rem;
    margin: 0 auto;
  }
  .block_wide {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .block_wide {
    height: auto;
  }
}

.block__content {
  position: relative;
  z-index: 5;
  padding: 1.5625rem 45% 0 1.8125rem;
}

@media screen and (max-width: 480px) {
  .block__content {
    padding: 1.5625rem;
  }
}

.block__img {
  position: absolute;
  font-size: 0;
}

.block__img img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 480px) {
  .block__img img {
    height: auto;
  }
}

.block__img_primary {
  right: -30px;
  bottom: 0;
  z-index: 1;
  height: 100%;
}

.block__btn {
  margin-top: 1.375rem;
}

.block__btn .btn, .block__btn .card__add-basket {
  margin-left: -0.375rem;
  letter-spacing: 0.02em;
}

.block__select {
  margin-bottom: 1.4375rem;
  font-size: 1.125rem;
}

.block__select-title {
  margin-bottom: 0.1875rem;
  line-height: 1;
}

.block__select-item {
  display: inline-block;
}

.block__select-item:before {
  content: '|';
  margin: 0 0.6875rem;
}

.block__select-item:first-child:before {
  content: none;
}

.block__select-item.active a {
  color: #ffffff;
}

.block_wide .block-tab__section {
  padding-right: 10%;
  padding-left: 50%;
}

@media screen and (max-width: 480px) {
  .block_wide .block-tab__section {
    padding: 0 0.9375rem;
  }
}

.block_wide .block__content {
  padding-right: 10%;
  padding-left: 50%;
}

@media screen and (max-width: 480px) {
  .block_wide .block__content {
    padding: 1.875rem 0.9375rem 0;
  }
}

.block_wide .block__img_primary {
  right: auto;
  left: 0;
}

@media screen and (max-width: 480px) {
  .block_wide .block__img_primary {
    position: relative;
    margin-left: -0.9375rem;
    margin-top: 1.875rem;
  }
}

.block_mini {
  height: 6.9375rem;
}

@media screen and (max-width: 480px) {
  .sidebar .block_mini {
    display: none;
  }
}

.block_mini .block__img_primary {
  right: 0;
}

.block_mini .block__content {
  position: static;
  padding: 1.1875rem 45% 0 0.9375rem;
}

.block_mini .caption__line {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.block_mini .title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1;
}

.block-slider {
  position: relative;
}

@media screen and (max-width: 480px) {
  .col-narrow .block-slider {
    display: none;
  }
}

.block-slider__next {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: none;
}

.block-slider_discount {
  height: 43.75rem;
  border: 0.125rem solid #b82323;
}

.block-slider_discount .banner {
  border: none;
}

.blog .breadcrumb {
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}

.blog .breadcrumb__item {
  margin-left: -0.0625rem;
}

.blog__container {
  margin: 0 auto;
  max-width: 95.125rem;
}

.blog__title {
  margin-top: -0.3125rem;
  margin-left: 1.6875rem;
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .blog__title {
    margin-left: 0.9375rem;
    display: block;
    line-height: 1.2;
  }
}

.blog__tags {
  margin-right: -1.25rem;
  padding: 0.8125rem 0 1.875rem;
}

@media screen and (max-width: 480px) {
  .blog__tags {
    margin: 0 -0.8125rem;
    padding: 0.8125rem 0 1.875rem;
  }
}

.blog__tags-item {
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0.40625rem 1.125rem;
  display: inline-block;
  font-family: Luga;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  background: #fff;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.blog__items {
  margin-left: -3.33333%;
  margin-top: -2.375rem;
  margin-bottom: 1.625rem;
}

.blog__items:after {
  display: table;
  content: "";
}

.blog__items:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .blog__items {
    margin: 0 0 1.625rem;
  }
}

.blog__item {
  margin-top: 2.375rem;
  float: left;
  overflow-y: hidden;
  width: 30%;
  margin-left: 3.33333%;
  height: 20.875rem;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .blog__item {
    width: 46.6667%;
  }
}

@media screen and (max-width: 767px) {
  .blog__item {
    margin: 0;
    width: 100%;
  }
  .blog__item:not(:last-child) {
    margin-bottom: 1.625rem;
  }
}

.blog__item_big {
  position: relative;
  height: 44.0625rem;
}

@media screen and (max-width: 1024px) {
  .blog__item_big {
    width: 96.667%;
  }
}

@media screen and (max-width: 767px) {
  .blog__item_big {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .blog__item {
    width: 21%;
  }
}

.blog .get-items {
  padding-bottom: 1.8125rem;
}

.blog .get-items__link,
.blog .get-items__more {
  cursor: pointer;
}

.blog .blog-banner-1 {
  min-height: 20.875rem;
}

.bonuses {
  position: relative;
  display: table;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bonuses {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .bonuses__left, .bonuses__right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .bonuses__right {
    text-align: right;
  }
}

.bonuses__title {
  margin-bottom: 0.375rem;
  font-family: "Luga", serif;
  font-size: 1.5rem;
}

.bonuses__total {
  color: #b82323;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .bonuses__total {
    font-size: 0.875rem;
  }
}

.bonuses__btn {
  margin-top: 0.6875rem;
  display: inline-block;
  width: 9.4375rem;
  height: 2.3125rem;
  font-size: 0.75rem;
  color: #000;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .bonuses__sendmail {
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .bonuses__sendmail {
    position: absolute;
    left: 0;
    bottom: -3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .cabinet__breadcrumb {
    padding-left: 1.4375rem;
  }
}

.cabinet__title {
  margin-bottom: 0;
  letter-spacing: .02em;
  font-size: 2.25rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .cabinet__title {
    font-size: 3rem;
  }
}

.cabinet__container {
  padding: 0 1.25rem;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .cabinet__container {
    padding: 0 2.25rem 0 2.5rem;
  }
}

.cabinet .wrapper {
  padding: 0;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .cabinet .wrapper {
    padding-bottom: 12.5rem;
  }
}

.cabinet__header {
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 768px) {
  .cabinet__header {
    padding-left: 1.4375rem;
  }
}

.cabinet__header-top:after {
  display: table;
  content: "";
}

.cabinet__header-top:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .cabinet__left, .cabinet__right {
    float: left;
    width: 70%;
  }
}

.cabinet__right:after {
  display: table;
  content: "";
}

.cabinet__right:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .cabinet__right {
    width: 30%;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .cabinet__right {
    margin-top: 0.9375rem;
  }
}

.cabinet__right .bonuses {
  margin: 0;
  float: left;
  width: 65%;
}

@media screen and (min-width: 768px) {
  .cabinet__right .bonuses {
    width: 70%;
  }
}

.cabinet__right .cabinet__logout {
  margin-top: 1.0625rem;
  float: right;
  width: 35%;
}

@media screen and (min-width: 768px) {
  .cabinet__right .cabinet__logout {
    width: 30%;
  }
}

.cabinet__logout {
  line-height: 2.3125rem;
  height: 2.3125rem;
  color: #000;
  background: transparent;
  border: 0.125rem solid black;
}

.cabinet__layout {
  margin-top: 2.375rem;
}

.cabinet__layout:after {
  display: table;
  content: "";
}

.cabinet__layout:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .cabinet__layout {
    margin-left: -1.1875rem;
    margin-right: -1.1875rem;
  }
  .cabinet__layout_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 768px) {
  .cabinet__content, .cabinet__sidebar {
    float: left;
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .cabinet__sidebar {
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .cabinet__sidebar {
    width: 22%;
  }
}

.cabinet__sidebar_wide {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .cabinet__sidebar_wide {
    width: 21.25rem;
  }
}

@media screen and (max-width: 991px) {
  .cabinet__sidebar_wide {
    margin-top: 2.5rem;
  }
}

.cabinet__sidebar .block-slider {
  display: none;
}

@media screen and (min-width: 992px) {
  .cabinet__sidebar .block-slider {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .cabinet__content {
    width: 78%;
  }
  .cabinet__content_wide {
    width: 100%;
  }
}

.cabinet__content_hidden {
  display: none;
}

.cabinet__content_visible {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .cabinet__layout_flex .cabinet__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.cabinet__layout_slider .cabinet__content {
  width: 100%;
}

.cabinet__layout_slider .cabinet__sidebar {
  display: none;
}

.cabinet__layout_slider .cabinet__sidebar .block-slider {
  background-color: #fff;
}

.cabinet__tabs-wrap {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cabinet__tabs-wrap .cabinet__tabs {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 280px;
  }
}

@media screen and (max-width: 991px) {
  .cabinet__tabs {
    overflow: hidden;
    display: none;
    -webkit-border-radius: 0 0 1.1875rem 1.1875rem;
    -moz-border-radius: 0 0 1.1875rem 1.1875rem;
    border-radius: 0 0 1.1875rem 1.1875rem;
  }
  .cabinet__tabs_open {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .cabinet__tabs {
    margin-top: 1.125rem;
  }
}

.cabinet__tab {
  margin-right: 0.625rem;
  padding: 0 1.5625rem;
  height: 2.3125rem;
  font-family: 'Luga', serif;
  font-size: 0.875rem;
  line-height: 2.3125rem;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .cabinet__tab {
    display: block;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .cabinet__tab:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

.cabinet__tab_active {
  color: #fff;
  background-color: #587800;
}

@media screen and (max-width: 767px) {
  .cabinet__tab_active {
    display: none;
  }
}

.cabinet__toggle {
  position: relative;
  margin-top: 1.125rem;
  padding: 0 1.5625rem;
  height: 2.3125rem;
  font-family: 'Luga', serif;
  font-size: 0.875rem;
  line-height: 2.3125rem;
  color: #000;
  background-color: #fff;
  display: block;
  width: 100%;
  -webkit-border-radius: 1.1875rem;
  -moz-border-radius: 1.1875rem;
  border-radius: 1.1875rem;
}

.cabinet__toggle_has-child::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  content: '';
  margin-top: -0.125rem;
  margin-left: -0.3125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  border-color: #000 transparent transparent transparent;
}

.cabinet__toggle_active {
  -webkit-border-radius: 1.1875rem 1.1875rem 0 0;
  -moz-border-radius: 1.1875rem 1.1875rem 0 0;
  border-radius: 1.1875rem 1.1875rem 0 0;
}

.cabinet__toggle_active::after {
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
  border-color: transparent transparent #000 transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cabinet__toggle {
    max-width: 280px;
  }
}

@media screen and (min-width: 992px) {
  .cabinet__toggle {
    display: none;
  }
}

.cabinet__order-table {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .cabinet__order-table {
    margin-bottom: 5.625rem;
  }
}

.cabinet__tab-section {
  display: none;
}

.cabinet__tab-section_active {
  display: block;
}

.cabinet__row {
  margin-left: -1.1875rem;
  margin-right: -1.1875rem;
}

.cabinet__row:after {
  display: table;
  content: "";
}

.cabinet__row:after {
  clear: both;
}

.cabinet__col {
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  margin-bottom: 2.375rem;
}

@media screen and (min-width: 768px) {
  .cabinet__col {
    float: left;
    width: 50%;
  }
}

.cabinet__block {
  position: relative;
  padding: 1.875rem 1.25rem 5rem;
  min-height: 23.4375rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .cabinet__block {
    padding: 1.875rem 1.25rem 7.5rem;
  }
}

.cabinet__block .btn, .cabinet__block .card__add-basket {
  margin-right: 0.625rem;
}

.cabinet__block .btn:last-child, .cabinet__block .card__add-basket:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .cabinet__block_manager {
    min-height: 12.5rem;
    padding-bottom: 90px;
  }
  .lk_undausered_order {

    padding-bottom: 0rem;
  }
  .cabinet__header {padding-top:1rem;}


}

.cabinet__block-header:after {
  display: table;
  content: "";
}

.cabinet__block-header:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .cabinet__block-header {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .cabinet__block-left {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .cabinet__block-right {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .cabinet__block-right {
    margin-top: 1.25rem;
  }
}

.cabinet__block-content {
  position: relative;
  overflow: hidden;
  height: 12.5rem;
}

@media screen and (max-width: 767px) {
  .cabinet__block-content {
    height: auto;
  }
  .cabinet__block-content.nano {
    height: 12.5rem;
  }
}

.cabinet__block-content .nano-content {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.cabinet__block-content .nano-pane {
  top: 0;
  bottom: 0.125rem;
}

.cabinet__block_wide .cabinet__block-content {
  height: auto;
}

.cabinet__block-title {
  margin-bottom: 1.4375rem;
  font-family: 'Luga', serif;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
}

.cabinet__block-footer {
  position: absolute;
  left: 1.25rem;
  bottom: 1.8125rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cabinet__block-footer .btn, .cabinet__block-footer .card__add-basket {
    margin-bottom: 1.25rem;
  }
  .cabinet__block-footer .btn:last-child, .cabinet__block-footer .card__add-basket:last-child {
    margin-bottom: 0;
  }
}

.cabinet__text {
  margin-top: 0;
  letter-spacing: 0.02em;
}

.cabinet__text_size_l {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.cabinet__text_size_m {
  font-family: 'Luga', serif;
  font-size: 0.9375rem;
}

.cabinet__text_size_m span {
  font-family: "HelveticaNeue", "Arial", sans-serif;
}

.cabinet__text_size_s {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}

.cabinet__list-item {
  margin-bottom: 1.0625rem;
}

.cabinet__list-item:last-child {
  margin-bottom: 0;
}

.cabinet__list_size_l .cabinet__list-item {
  margin-bottom: 1.5625rem;
}

.cabinet__list_size_l .cabinet__list-item:last-child {
  margin-bottom: 0;
}

.cabinet__list-date {
  display: block;
  font-size: 0.8125rem;
}

.cabinet__list-link {
  font-family: 'Luga', serif;
  font-size: 1.3125rem;
  line-height: 1.6;
}

.cabinet__list-icon {
  margin-right: 0.625rem;
  display: inline-block;
  vertical-align: middle;
}

.cabinet__adds-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9375rem;
}

.cabinet__adds-edit {
  text-decoration: underline;
  font-size: 0.8125rem;
}

.cabinet__features-title {
  margin-bottom: 0.9375rem;
  font-family: 'Luga', serif;
  font-size: 1.3125rem;
}

.cabinet__checkbox {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
}

.cabinet__checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}

.cabinet__checkbox input[type='checkbox'] + label {
  position: relative;
  padding-left: 2.1875rem;
  display: block;
  cursor: pointer;
}

.cabinet__checkbox input[type='checkbox'] + label::before {
  position: absolute;
  top: 0.375rem;
  left: 0;
  content: '';
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  border: 2px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.cabinet__checkbox input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  left: 0.375rem;
  top: 1rem;
  background: #000;
  width: 0.125rem;
  height: 0.125rem;
  -webkit-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000;
  -moz-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cabinet__sidebar-block {
  padding: 3.125rem 1.25rem;
  background-color: #fff;
}

.cabinet__sidebar-block .btn, .cabinet__sidebar-block .card__add-basket {
  display: block;
}

@media screen and (max-width: 767px) {
  .cabinet__sidebar-block .btn, .cabinet__sidebar-block .card__add-basket {
    padding: 0;
    margin-bottom: 0.9375rem;
    display: block;
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .cabinet__sidebar-block .btn, .cabinet__sidebar-block .card__add-basket {
    margin-right: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.cabinet__sidebar-title {
  position: relative;
  margin-bottom: 1.875rem;
  font-family: 'Luga', serif;
  font-size: 1.75rem;
}

.cabinet__sidebar-title_link::after {
  margin-left: 0.625rem;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0 0.3125rem 0.3125rem;
  border-color: transparent transparent transparent #000;
}

.cabinet__select {
  position: relative;
  margin-bottom: 0.625rem;
}

.cabinet__select .select2 {
  min-width: 10.8125rem;
  font-family: 'Luga', serif;
  font-size: 1.3125rem;
}

.cabinet__select .select2-container--default .select2-selection--single {
  padding: 0.3125rem 0.9375rem;
  background-color: #f6f6f6;
  border: none;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.cabinet__select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cabinet__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -5px;
}

.cabinet__select .select2-dropdown {
  background-color: #f6f6f6;
  border: none;
}

.cabinet-company {
  padding: 1.25rem;
  margin-bottom: 2.375rem;
  overflow: hidden;
  height: 6.1875rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .cabinet-company {
    padding: 1.875rem 2.5rem;
  }
}

.cabinet-company.open {
  height: auto;
}

.cabinet-company:last-child {
  margin-bottom: 0;
}

.cabinet-company__header {
  position: relative;
  padding-right: 1.875rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767px) {
  .cabinet-company__header {
    padding-bottom: 3.125rem;
  }
}

.cabinet-company__header:after {
  display: table;
  content: "";
}

.cabinet-company__header:after {
  clear: both;
}

.cabinet-company__header .btn, .cabinet-company__header .card__add-basket {
  display: none;
}

@media screen and (max-width: 767px) {
  .cabinet-company__header .btn, .cabinet-company__header .card__add-basket {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 15.625rem;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 0.125rem;
  }
}

.cabinet-company.open .cabinet-company__header .btn, .cabinet-company.open .cabinet-company__header .card__add-basket {
  display: inline-block;
  vertical-align: middle;
}

.cabinet-company__content {
  display: none;
}

.cabinet-company.open .cabinet-company__content {
  display: block;
}

.cabinet-company .toggler {
  top: 1.25rem;
  right: 0;
  margin-top: -0.75rem;
  display: block !important;
}

.cabinet-company__name, .cabinet-company__contacts {
  display: inline-block;
  vertical-align: middle;
}

.cabinet-company__name {
  font-family: 'Luga', serif;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .cabinet-company__name {
    margin-right: 6.25rem;
    font-size: 1.875rem;
  }
}

.cabinet-company__contacts p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cabinet-company__contacts p {
    font-size: 0.75rem;
  }
}

.cabinet-company.open .cabinet-company__contacts {
  display: block;
}

.cabinet-company__toggle-tabs {
  position: relative;
  display: block;
  width: 100%;
  height: 2.3125rem;
  font-family: 'Luga', serif;
  font-size: 0.875rem;
  line-height: 2.3125rem;
  text-transform: uppercase;
  -webkit-border-radius: 1.1875rem;
  -moz-border-radius: 1.1875rem;
  border-radius: 1.1875rem;
  color: #000;
  background-color: #f6f6f6;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 2.1875rem;
}

.cabinet-company__toggle-tabs::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  content: '';
  margin-top: -0.125rem;
  margin-left: -0.3125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  border-color: #000 transparent transparent transparent;
}

.cabinet-company__toggle-tabs_active {
  -webkit-border-radius: 1.1875rem 1.1875rem 0 0;
  -moz-border-radius: 1.1875rem 1.1875rem 0 0;
  border-radius: 1.1875rem 1.1875rem 0 0;
}

.cabinet-company__toggle-tabs_active::after {
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
  border-color: transparent transparent #000 transparent;
}

@media screen and (min-width: 768px) {
  .cabinet-company__toggle-tabs {
    display: none;
  }
}

.cabinet-company__tabs {
  display: none;
  font-size: 0;
}

.cabinet-company__tabs_open {
  display: block;
}

@media screen and (max-width: 767px) {
  .cabinet-company__tabs {
    overflow: hidden;
    -webkit-border-radius: 0 0 1.1875rem 1.1875rem;
    -moz-border-radius: 0 0 1.1875rem 1.1875rem;
    border-radius: 0 0 1.1875rem 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .cabinet-company__tabs {
    display: block;
  }
}

.cabinet-company__section {
  display: none;
}

.cabinet-company__section_active {
  display: block;
}

.cabinet-company__sections {
  margin-top: 2.375rem;
}

.cabinet-company__tab {
  padding: 0.6875rem 1.6875rem;
  font-family: 'Luga', serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .cabinet-company__tab {
    display: block;
    width: 100%;
  }
}

.cabinet-company__tab_active {
  color: #000;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .cabinet-company__tab_active {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cabinet-company__tab {
    border-right: 0.0625rem solid #f6f6f6;
  }
  .cabinet-company__tab:first-child {
    -webkit-border-radius: 1.25rem 0 0 1.25rem;
    -moz-border-radius: 1.25rem 0 0 1.25rem;
    border-radius: 1.25rem 0 0 1.25rem;
  }
  .cabinet-company__tab:last-child {
    -webkit-border-radius: 0 1.25rem 1.25rem 0;
    -moz-border-radius: 0 1.25rem 1.25rem 0;
    border-radius: 0 1.25rem 1.25rem 0;
    border-right: none;
  }
}

.cabinet-company__adds-list {
  margin-bottom: 2.4375rem;
}

.cabinet-company__adds-item {
  position: relative;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .cabinet-company__adds-item {
    padding-right: 7.5rem;
  }
}

.cabinet-company__adds-edit {
  padding: 0;
  font-size: 0.8125rem;
  color: #616262;
  background: transparent;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .cabinet-company__adds-edit {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.cabinet-company__table {
  margin-bottom: 2.4375rem;
  width: 100%;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .cabinet-company__table {
    display: block;
    border-top: 1px solid #ededed;
  }
}

.cabinet-company__table thead td {
  font-family: 'Luga', serif;
  font-size: 0.9375rem;
  background-color: #e7e7e7;
}

@media screen and (max-width: 767px) {
  .cabinet-company__table thead {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cabinet-company__table tbody {
    display: block;
  }
}

.cabinet-company__table tr {
  border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 767px) {
  .cabinet-company__table tr {
    display: block;
  }
}

.cabinet-company__table td {
  padding: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .cabinet-company__table td {
    border-right: 1px solid #ededed;
  }
  .cabinet-company__table td:last-child {
    border-right: none;
  }
}

.cabinet-company__table td.alert {
  color: #b51c31;
}

@media screen and (max-width: 767px) {
  .cabinet-company__table td {
    display: block;
  }
  .cabinet-company__table td::before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: middle;
    color: #000;
    min-width: 6.25rem;
    max-width: 6.25rem;
  }
}

@media screen and (max-width: 767px) {
  .cabinet-company__table_documents, .cabinet-company__table_contracts {
    border: none;
  }
  .cabinet-company__table_documents td, .cabinet-company__table_contracts td {
    display: none;
  }
  .cabinet-company__table_documents td:first-child, .cabinet-company__table_contracts td:first-child {
    position: relative;
    padding: 1.25rem 2.5rem 1.25rem 0.9375rem;
    display: block;
    background-color: #e7e7e7;
  }
  .cabinet-company__table_documents .toggler, .cabinet-company__table_contracts .toggler {
    top: 1.875rem;
    right: 0.9375rem;
  }
  .cabinet-company__table_documents tr, .cabinet-company__table_contracts tr {
    display: block;
    margin-bottom: 0.625rem;
  }
  .cabinet-company__table_documents tr.open td, .cabinet-company__table_contracts tr.open td {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .cabinet-company__table_documents td:first-child::before {
    content: none;
  }
}

.cabinet-company__adds {
  position: relative;
  height: 12.5rem;
  margin-bottom: 1.5625rem;
}

.cabinet-company__adds .nano-content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 1.5625rem;
}

.cabinet-company__adds .nano-pane {
  right: 0;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
}

.card:after {
  display: table;
  content: "";
}

.card:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.card__info {
  width: 75%;
  background: #ffffff;
}

.card__info:after {
  display: table;
  content: "";
}

.card__info:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .card__info {
    width: 100%;
  }
}

.card__calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 25%;
  color: #ffffff;
  background-image: -webkit-linear-gradient(330deg, #927851 0%, #c8ab81 100%);
  background-image: -moz-linear-gradient(330deg, #927851 0%, #c8ab81 100%);
  background-image: -o-linear-gradient(330deg, #927851 0%, #c8ab81 100%);
  background-image: linear-gradient(120deg, #927851 0%, #c8ab81 100%);
}

@media screen and (max-width: 767px) {
  .card__calc {
    width: 100%;
  }
}

.card__calc:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.card__calc-top {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.6875rem 0.625rem 2.125rem 1.75rem;
  background-image: -webkit-linear-gradient(330deg, #927851 0%, #c8ab81 100%);
  background-image: -moz-linear-gradient(330deg, #927851 0%, #c8ab81 100%);
  background-image: -o-linear-gradient(330deg, #927851 0%, #c8ab81 100%);
  background-image: linear-gradient(120deg, #927851 0%, #c8ab81 100%);
}

.card__calc-bottom {
  position: relative;
  padding: 1.25rem 1.375rem 1.5rem 1.75rem;
  overflow: hidden;
  min-height: 14.875rem;
}

.card__calc-bottom .card-promo-block-aside__btn {
  margin-top: 0;
}

.card__preview {
  width: 61.5%;
  float: left;
}

@media screen and (max-width: 767px) {
  .card__preview {
    width: 100%;
    float: none;
  }
}

.card__description {
  width: 38.5%;
  float: left;
  padding-right: 2.5rem;
  padding-top: 2.25rem;
  padding-bottom: 1.625rem;
}

@media screen and (max-width: 767px) {
  .card__description {
    width: 100%;
    float: none;
    padding: 1.875rem 0.9375rem;
  }
}

.card__caption {
  padding-bottom: 1.375rem;
}

.card__title {
  margin: 0;
  font-size: 2.0625rem;
  line-height: 1.12;
  font-weight: normal;
  font-family: "Luga", "Arial", sans-serif;
}

@media screen and (max-width: 767px) {
  .card__title {
    font-size: 2rem;
  }
  .card__title br {
    content: '';
  }
  .card__title br::after {
    content: ' ';
  }
}

.card__details {
  padding-top: 1.75rem;
  border-top: 0.0625rem solid #ccc;
}

.card__detail {
  margin-bottom: 5px;
}

.card__detail-label {
  margin-right: 0.3125rem;
}

.card__detail-value {
  font-family: "Luga", "Arial", sans-serif;
}

.card__detail-value_caps {
  text-transform: uppercase;
}

.card__detail-value_gold {
  color: #c38203;
}

.card__detail-value_pink {
  color: #d50046;
}

.card__controls {
  position: relative;
  white-space: nowrap;
}

.card__controls-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.6875rem;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.card__add-basket {
  padding-right: 0.875rem;
  font-weight: 600;
}

.card__add-basket:after {
  width: 1.4375rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background-image: url("../img/general/basket-black.png");
}

.premium .card__add-basket::after {
  background-image: url("../img/general/basket-white.png");
}

.product-ratio__item {
  margin-bottom: 0.875rem;
}

.product-ratio__item:after {
  display: table;
  content: "";
}

.product-ratio__item:after {
  clear: both;
}

.product-ratio__item:last-child {
  margin-bottom: 0;
}

.product-ratio__icon-wrap {
  position: relative;
  width: 3rem;
  height: 3rem;
  float: left;
}

.product-ratio__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-ratio__content {
  overflow: hidden;
  padding: 0.5625rem 0 0 0.6875rem;
}

.product-ratio__title {
  margin-bottom: 0.125rem;
  font-family: "Luga", "Arial", sans-serif;
  color: #ffffff;
}

.product-ratio__desc {
  font-size: 0.75rem;
  color: #000;
}

.preview {
  padding-right: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
}

.preview__img {
  padding: 2.5rem 0 2.5rem 2.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .preview__img {
    padding: 0.9375rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.preview__img img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.preview__img-item {
  height: 23.125rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .preview__img-item {
    padding-right: 0;
    height: 17.5rem;
  }
}

.preview__img-link {
  display: block;
  height: inherit;
}

.preview__thumb {
  float: right;
  width: 4.625rem;
  margin-top: 2.4375rem;
}

@media screen and (max-width: 767px) {
  .preview__thumb {
    padding: 0 0.9375rem;
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 3.375rem;
  }
}

.preview__thumb-item {
  width: 4.625rem !important;
  height: 4.625rem !important;
  margin-bottom: 0.75rem;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
}

@media screen and (max-width: 767px) {
  .preview__thumb-item {
    width: 3.375rem !important;
    height: 3.375rem !important;
  }
}

.preview__thumb-item.slick-current {
  border-color: #000;
}

.card-tab {
  position: relative;
}

.card-tab__wrap:after {
  display: table;
  content: "";
}

.card-tab__wrap:after {
  clear: both;
}

.card-tab__item {
  float: left;
  width: 52%;
}

.card-tab__item:first-child {
  width: 48%;
}

.card-tab__item:first-child .card-tab__link {
  border: 0.125rem solid #fff;
  border-right: none;
  -webkit-border-radius: 1.125rem 0 0 1.125rem;
  -moz-border-radius: 1.125rem 0 0 1.125rem;
  border-radius: 1.125rem 0 0 1.125rem;
}

.card-tab__item:last-child .card-tab__link {
  padding-left: 1.0625rem;
  padding-right: 1.1875rem;
  border: 0.125rem solid #fff;
  border-left: none;
  -webkit-border-radius: 0 1.125rem 1.125rem 0;
  -moz-border-radius: 0 1.125rem 1.125rem 0;
  border-radius: 0 1.125rem 1.125rem 0;
}

.card-tab__item:first-child:last-child .card-tab__link {
  -webkit-border-radius: 1.125rem;
  -moz-border-radius: 1.125rem;
  border-radius: 1.125rem;
}

.card-tab__link {
  display: block;
  font-size: 0.75rem;
  line-height: 2.0625rem;
  font-family: "Luga", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.card-tab__item.active .card-tab__link {
  color: #000;
  background: #ffffff;
}

.premium .card-tab__item.active .card-tab__link {
  color: #715b0e;
}

.card-tab__content {
  min-height: 7.5rem;
  padding: 1.5625rem 0 1.5625rem 1.0625rem;
}

.card-tab__content p {
  margin: 0;
}

.card-tab__content p + p {
  margin-top: 1.0625rem;
}

.card-tab_invert .card-tab__item {
  width: auto;
}

.card-tab_invert .card-tab__item.active .card-tab__link {
  color: #000000;
}

.card-tab_invert .card-tab__link {
  border: none !important;
  padding: 0 0.6875rem;
  background: #000;
  line-height: 2.5rem;
  color: #fff;
}

.card-tab_invert .card-tab__content {
  padding-left: 0;
  padding-top: 1.875rem;
}

.card-tab_invert.premium .card-tab__link {
  background: #b09770;
}

.card-tab_invert.premium .card-tab__item.active .card-tab__link {
  background: #fff;
}

.card-price {
  font-size: 0.75rem;
}

.card-price__item + .card-price__item {
  margin-top: 0.8125rem;
}

.card-price__item_new .card-price__value {
  display: block;
  font-size: 1.5rem;
}

.card-price__label {
  margin-right: 0.3125rem;
}

.card-price__value {
  font-weight: 600;
  line-height: 1;
}

.card-blocks {
  padding-left: 0.3125rem;
  float: right;
  width: 40%;
  font-family: Luga, 'Gotham Pro', serif;
}

.card__description .card-blocks {
  float: none;
  width: 100%;
}

.card-blocks_aside {
  margin-top: 0;
  float: none;
  width: 100%;
}

.card-blocks__block {
  display: none;
}

.card-blocks__block_active {
  display: block;
}

.card-blocks__header {
  margin-bottom: 0.625rem;
  display: block;
  font-family: Luga, 'Gotham Pro', serif;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .card-blocks__header {
    font-size: 2rem;
  }
}

.card-blocks__list {
  font-size: 1.125rem;
}

.card-blocks__list-item {
  position: relative;
  margin-bottom: 0.1875rem;
  margin-left: 0.375rem;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-family: "HelveticaNeue", "Arial", sans-serif;
}

.card-blocks__list-item:first-child {
  margin-top: 0.8125rem;
}

.card-blocks__list-item:last-child {
  margin-bottom: 1.125rem;
}

.card-blocks__list-item::before {
  position: absolute;
  top: 8px;
  left: -10px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  content: '';
}

.card-brand {
  padding: 1.75rem 0 0;
  border-top: 1px solid #cccccc;
  font-family: "HelveticaNeue", "Arial", sans-serif;
}

.card-brand__item {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}

.card-brand__item span {
  font-family: 'Luga', serif;
}

.card-brand__item-text {
  margin-left: 0.4375rem;
}

.card-brand__item-text_sale {
  color: #e04477;
}

.card-description {
  padding-top: 1.875rem;
  background-color: #f3f3f3;
}

.card-description:after {
  display: table;
  content: "";
}

.card-description:after {
  clear: both;
}

.card-description .container {
  padding: 0 1.25rem 0 2.5rem;
}

@media screen and (max-width: 480px) {
  .card-description .container {
    padding: 0 0.9375rem;
  }
}

.card-description__body {
  float: left;
  width: 74%;
  font-size: 0.875rem;
  padding-left: 1.875rem;
}

@media screen and (max-width: 767px) {
  .card-description__body {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.card-description__heading {
  margin-bottom: 0.4375rem;
  font-family: Luga, serif;
  font-size: 1.5rem;
}

.card-description__text {
  margin-top: 1em;
  display: inline-block;
  width: 47.7%;
  font-size: 0.875rem;
  vertical-align: top;
  padding-right: 5rem;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
  .card-description__text {
    width: 100%;
    padding-right: 0;
  }
}

.card-description__text:nth-child(2) {
  padding-left: 0.375rem;
}

@media screen and (max-width: 767px) {
  .card-description__text:nth-child(2) {
    padding-left: 0;
  }
}

.card-description__doc-heading {
  margin: 0;
  margin-bottom: 0rem;
  font-weight: bold;
}

.card-description__doc-link {
  display: block;
  margin-left: -0.1875rem;
  width: 2.25rem;
  height: 2.375rem;
  background: url("../img/general/pdf-icon.png") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  cursor: pointer;
}

.card-description__doc-text {
  margin: 0;
}

.card-description-text-wrapper {
  margin-bottom: 0rem;
  font-size: 0;
  font-weight: normal;
}

.card-description-doc-elem {
  display: inline-block;
  width: 30.5%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .card-description-doc-elem {
    width: 100%;
  }
  .card-description-doc-elem:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.card-description-doc-wrapper {
  margin-bottom: 2.3125rem;
  font-size: 0.875rem;
}

.card-description-doc-wrapper:after {
  display: table;
  content: "";
}

.card-description-doc-wrapper:after {
  clear: both;
}

.card-description-doc-wrapper__left-side {
  float: left;
  width: 2.25rem;
}

.card-description-doc-wrapper__right-side {
  padding-top: 0.125rem;
  padding-left: 0.75rem;
  float: left;
  max-width: 9.375rem;
  text-align: left;
}

.card-header {
  background: url("../img/general/card-header-bg.jpg") top left no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.card-header-wrapper {
  padding: 0 2.5rem 2.1875rem 2.5rem;
  color: #fff;
  background-color: transparent;
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .card-header-wrapper {
    padding: 2.1875rem 0.9375rem;
  }
}

.card-header-breadcrumb {
  margin-left: 1.5625rem;
  min-height: auto;
}

.card-promo-block-aside {
  background-image: -webkit-linear-gradient(120deg, #9b9b9b 50%, #60605f 100%);
  background-image: -moz-linear-gradient(120deg, #9b9b9b 50%, #60605f 100%);
  background-image: -o-linear-gradient(120deg, #9b9b9b 50%, #60605f 100%);
  background-image: linear-gradient(-30deg, #9b9b9b 50%, #60605f 100%);
}

.card-promo-block-aside__top {
  padding: 1.5625rem 1.625rem 0.9375rem;
  font-family: Luga, serif;
}

.card-promo-block-aside__list-header {
  margin-bottom: 1.0625rem;
  font-size: 1.125rem;
}

.card-promo-block-aside__list-item {
  margin-bottom: 0.875rem;
  font-size: 18px;
}
@media only screen and (max-width: 1200px){
.card-promo-block-aside__list-item {font-size: 14px;}
}/* END 1200px */
@media only screen and (max-width: 960px){
.card-promo-block-aside__list-item {font-size: 12px;}
}/* END 960px */
.card-promo-block-aside__list-item-heading {
  padding-left: 1.1875rem;
  margin-bottom: 0.1875rem;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
}

.card-promo-block-aside__list-item-text {
  position: relative;
  margin-left: 1.25rem;
}

.card-promo-block-aside__list-item-text::before {
  position: absolute;
  top: 50%;
  left: -1.25rem;
  margin-top: -0.03125rem;
  width: 0.875rem;
  height: 0.0625rem;
  background: #fff;
  content: '';
}

.card-promo-block-aside__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 50%;
  padding-top: 0.625rem;
  padding-right: 1.5625rem;
  padding-left: 1.6875rem;
  padding-bottom: 0.625rem;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.75rem;
  background-image: -webkit-linear-gradient(120deg, #9a9a9b 0%, #5f5e5e 100%);
  background-image: -moz-linear-gradient(120deg, #9a9a9b 0%, #5f5e5e 100%);
  background-image: -o-linear-gradient(120deg, #9a9a9b 0%, #5f5e5e 100%);
  background-image: linear-gradient(-30deg, #9a9a9b 0%, #5f5e5e 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.25rem 1.375rem 1.5rem 1.75rem;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 767px) {
  .card-promo-block-aside__bottom {
    position: relative;
    height: auto;
  }
}

.card-promo-block-aside__price {
  margin-right: 0;
  margin-left: 0.1875rem;
  display: inline-block;
  font-weight: bold;
}

.card-promo-block-aside__price_new {
  margin-top: -0.375rem;
  margin-left: 0;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}

.card-promo-block-aside__btn {
  padding-right: 2.8125rem;
  margin-top: 0.625rem;
  position: relative;
  text-align: left;
  color: #fff;
  background: #3b750c;

}

.card-promo-block-aside__btn::before {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  margin-top: -0.5625rem;
  width: 1.375rem;
  height: 1.125rem;
  background: url("../img/general/basket-white.png") center center no-repeat;
  content: '';
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.card-promo-block-aside__text {
  margin-bottom: 0.875rem;
  padding-left: 1.0625rem;
}

.card-promo-block-body {
  padding-top: 2.1875rem;
  padding-right: 2.1875rem;
  padding-left: 5rem;
  padding-bottom: 1.4375rem;
  color: #000;
}

.card-promo-block-body:after {
  display: table;
  content: "";
}

.card-promo-block-body:after {
  clear: both;
}

.card-promo-block-body__image {
  padding-top: 0.9375rem;
  padding-left: 0.9375rem;
  float: left;
  width: 30%;
  min-height: 24.375rem;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.card-promo-block-body__block-description {
  display: block;
  font-size: 1.125rem;
}

.card-tabs {
  padding-top: 0.1875rem;
  padding-right: 2.1875rem;
  padding-left: 6.5625rem;
  float: left;
  width: 30%;
}

.card-tabs__tab-item {
  margin-bottom: 0.5625rem;
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  text-transform: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  cursor: pointer;
}

.card-tabs__tab-item_active, .card-tabs__tab-item:hover {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  border-color: #000;
}

.cart {
  padding-top: 0.125rem;
}

@media screen and (min-width: 768px) {
  .cart__title, .cart__breadcrumb {
    padding-left: 1.4375rem;
  }
}

.cart__title {
  letter-spacing: .02em;
  font-size: 2.25rem;
}

@media screen and (min-width: 768px) {
  .cart__title {
    font-size: 3rem;
  }
}

.cart__list {
  margin-top: 2rem;
}

.cart__container {
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .cart__container {
    padding: 0 2.25rem 0 2.5rem;
  }
}

.cart .wrapper {
  padding: 0;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .cart .wrapper {
    padding-bottom: 12.5rem;
  }
}

.clients-info {
  padding: 2.625rem 0;
}

.clients-info:after {
  display: table;
  content: "";
}

.clients-info:after {
  clear: both;
}

.clients-info__col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  .clients-info__col {
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 767px) {
  .clients-info__col_right {
    padding-left: 4.4%;
  }
}

@media screen and (max-width: 767px) {
  .clients-info__col_right {
    margin-top: 1.875rem;
  }
}

.clients-info__title {
  font-size: 1.5rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1.05;
}

@media screen and (min-width: 767px) {
  .clients-info__title {
    font-size: 3rem;
  }
}

.clients-info__box {
  margin-top: 2.0625rem;
}

.clients-info__box_margin-top-medium {
  margin-top: 1.8125rem;
}

.clients-info__benefits-item {
  position: relative;
  margin-top: 0.875rem;
  padding-left: 3.1875rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: Luga;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 480px) {
  .clients-info__benefits-item {
    font-size: 1rem;
  }
}

.clients-info__benefits-item:first-child {
  margin-top: 0;
}

.clients-info__img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1440px) {
  .clients-info__img {
    width: 2.1875rem;
  }
}

@media screen and (max-width: 1439px) {
  .clients-info__img {
    width: 2.1875rem;
  }
}

.clients-info__text_luga-medium {
  font-size: 1.5rem;
  line-height: 1.275;
  font-family: Luga;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 480px) {
  .clients-info__text_luga-medium {
    font-size: 1.125rem;
  }
}

.clients-info__text_margin-top-medium {
  margin-top: 2.875rem;
}

@media screen and (max-width: 480px) {
  .clients-info__text_margin-top-medium {
    margin-top: 1.5rem;
  }
}

.clients-info__text_margin-top-small {
  margin-top: 2.3125rem;
}

.coffee-promo__hero-inner {
  position: relative;
  overflow: hidden;
  padding: 6.25rem 3.75rem;
}

@media screen and (max-width: 767px) {
  .coffee-promo__hero-inner {
    padding: 1.875rem 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .coffee-promo__hero-inner {
    padding: 1.25rem 0.9375rem 1.25rem;
  }
}

.coffee-promo__hero-content {
  position: relative;
}

.coffee-promo__hero-content:after {
  display: table;
  content: "";
}

.coffee-promo__hero-content:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .coffee-promo__hero-content {
    padding-bottom: 3.75rem;
  }
}

.coffee-promo__hero-left, .coffee-promo__hero-right {
  width: 50%;
  float: left;
}

@media screen and (max-width: 767px) {
  .coffee-promo__hero-left, .coffee-promo__hero-right {
    float: none;
    width: 100%;
  }
}

.coffee-promo__hero-right {
  float: right;
  width: 22.5rem;
}

@media screen and (max-width: 767px) {
  .coffee-promo__hero-right {
    float: none;
    width: 100%;
  }
}

.coffee-promo__hero-subtitle, .coffee-promo__hero-title {
  margin: 0;
  font-family: 'Luga', serif;
  color: #fff;
}

.coffee-promo__hero-subtitle {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .coffee-promo__hero-subtitle {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .coffee-promo__hero-subtitle {
    font-size: 0.875rem;
  }
}

.coffee-promo__hero-right .coffee-promo__hero-subtitle {
  margin-bottom: 0.9375rem;
}

.coffee-promo__hero-right .coffee-promo__hero-subtitle:last-child {
  margin-bottom: 0;
}

.coffee-promo__hero-title {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .coffee-promo__hero-title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 480px) {
  .coffee-promo__hero-title {
    font-size: 2rem;
    margin-bottom: 1.875rem;
  }
}

.coffee-promo__hero-title_size_s {
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .coffee-promo__hero-title_size_s {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .coffee-promo__hero-title_size_s {
    font-size: 1.5rem;
  }
}

.coffee-promo__container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 767px) {
  .coffee-promo__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.coffee-promo__info {
  display: table;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .coffee-promo__info {
    display: block;
  }
}

.coffee-promo__title, .coffee-promo__subtitle {
  font-family: 'Luga', serif;
}

.coffee-promo__title {
  margin-bottom: 0.625rem;
  font-size: 1.875rem;
}

.coffee-promo__subtitle {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
}

.coffee-promo__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.coffee-promo__text_size_s {
  font-size: 0.6875rem;
  line-height: 1.2;
}

.coffee-promo__list-wrap {
  margin-bottom: 1.25rem;
}

.coffee-promo__list-wrap:after {
  display: table;
  content: "";
}

.coffee-promo__list-wrap:after {
  clear: both;
}

.coffee-promo__list {
  padding-left: 1.25rem;
  display: inline-block;
  width: 47%;
  float: left;
  font-weight: 700;
}

.coffee-promo__list li {
  position: relative;
  margin-bottom: 0.625rem;
}

.coffee-promo__list li::before {
  position: absolute;
  top: 0rem;
  left: -1.25rem;
  content: '—';
  display: inline-block;
  vertical-align: top;
}

.coffee-promo__list li:last-child {
  margin-bottom: 0;
}

.coffee-promo__left, .coffee-promo__right {
  padding-top: 1.5625rem;
  padding-bottom: 2.5rem;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-position: bottom right;
}

@media screen and (max-width: 767px) {
  .coffee-promo__left, .coffee-promo__right {
    width: 100%;
    display: block;
  }
}

.coffee-promo__left {
  padding-right: 9.375rem;
  padding-left: 3.75rem;
  background-image: url("../img/assets/coffee-promo/left-bg.jpg"), -webkit-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
  background-image: url("../img/assets/coffee-promo/left-bg.jpg"), -moz-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
  background-image: url("../img/assets/coffee-promo/left-bg.jpg"), -o-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
  background-image: url("../img/assets/coffee-promo/left-bg.jpg"), linear-gradient(135deg, #dfc4a9 0%, #fff8ef 100%);
}

@media screen and (max-width: 767px) {
  .coffee-promo__left {
    padding: 1.875rem 2.5rem;
    background-image: -webkit-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
    background-image: -moz-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
    background-image: -o-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
    background-image: linear-gradient(135deg, #dfc4a9 0%, #fff8ef 100%);
  }
}

@media screen and (max-width: 480px) {
  .coffee-promo__left {
    padding: 1.875rem 0.9375rem;
  }
}

.coffee-promo__right {
  padding-right: 13.75rem;
  padding-left: 2.5rem;
  background-image: url("../img/assets/coffee-promo/right-bg.jpg"), -webkit-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
  background-image: url("../img/assets/coffee-promo/right-bg.jpg"), -moz-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
  background-image: url("../img/assets/coffee-promo/right-bg.jpg"), -o-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
  background-image: url("../img/assets/coffee-promo/right-bg.jpg"), linear-gradient(135deg, #dfc4a9 0%, #fff8ef 100%);
}

@media screen and (max-width: 767px) {
  .coffee-promo__right {
    padding: 1.875rem 2.5rem;
    background-image: -webkit-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
    background-image: -moz-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
    background-image: -o-linear-gradient(315deg, #dfc4a9 0%, #fff8ef 100%);
    background-image: linear-gradient(135deg, #dfc4a9 0%, #fff8ef 100%);
  }
}

@media screen and (max-width: 480px) {
  .coffee-promo__right {
    padding: 1.875rem 0.9375rem;
  }
}

.coffee-promo__scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
}

.coffee-promo__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #a98f5c;
}

.coffee-promo .ytplayer-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .coffee-promo .ytplayer-container {
    height: 100%;
  }
  .coffee-promo .ytplayer-container iframe {
    height: 100% !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.contacts {
  margin: 0 -1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .contacts {
    margin: 0;
  }
}

.contacts__item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.25rem;
}

@media screen and (max-width: 767px) {
  .contacts__item {
    width: 100%;
    padding: 0;
  }
  .contacts__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.contacts__content {
  background: #fff;
}

.contacts__top {
  position: relative;
}

.contacts__building-img-wrap, .contacts__map-wrap {
  font-size: 0;
}

.contacts__building-img-wrap {
  height: 14.375rem;
}

@media screen and (max-width: 767px) {
  .contacts__building-img-wrap {
    height: auto;
  }
}

.contacts__img {
  max-width: 100%;
  min-width: 100%;
}

.contacts__name {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5625rem 0.625rem 0.3125rem 0.625rem;
  font-size: 0.875rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.contacts__name_green {
  background: #03a34f;
}

.contacts__name_green:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0.875rem solid #03a34f;
  border-right: 0.875rem solid transparent;
}

.contacts__name_green:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #03a34f;
  border-right: 14px solid transparent;
}

.contacts__name_yellow {
  color: #000;
  background: #ffcc00;
}

.contacts__name_yellow:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0.875rem solid transparent;
  border-left: 1rem solid #ffcc00;
  border-bottom: 0.875rem solid transparent;
}

.contacts__name_black {
  background: #000;
}

.contacts__name_black:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0.875rem solid transparent;
  border-left: 1rem solid #000;
  border-bottom: 0.875rem solid transparent;
}

.contacts__name_brown {
  background: #711111;
}

.contacts__name_brown:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0.3125rem;
  height: 100%;
  background: #711111;
}

.contacts__bottom {
  position: relative;
  height: 24.1875rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.875rem;
}

@media screen and (max-width: 767px) {
  .contacts__bottom {
    padding: 0 0.9375rem 0.9375rem;
    height: auto;
  }
}

.contacts__info {
  padding-top: 1.875rem;
}

.contacts__block_margin-mail {
  margin-top: 0.9375rem;
}

.contacts__label {
  display: inline-block;
  margin-top: 0.125rem;
  margin-right: 0.25rem;
  font-size: 0.75rem;
  vertical-align: top;
  line-height: 1.8;
}

.contacts__label_br {
  display: block;
  margin-top: 0;
}

.contacts__text {
  display: inline;
  font-size: 0.875rem;
  font-weight: 700;
  vertical-align: top;
  line-height: 1.8;
}

.contacts__print-link {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  display: block;
  width: 1.4375rem;
  height: 1.25rem;
  background: url("../img/assets/contacts/print.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  text-indent: -9999px;
}

@media screen and (max-width: 480px) {
  .contacts__print-link {
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}

.delivery__wrapper {
  background-color: #f6f6f6;
}

.delivery__container {
  padding-left: 4.25rem;
}

@media screen and (max-width: 480px) {
  .delivery__container {
    padding: 0 0.9375rem;
  }
}

.delivery__row:after {
  display: table;
  content: "";
}

.delivery__row:after {
  clear: both;
}

.delivery__column {
  float: left;
  width: 18%;
}
.delivery__column:nth-child(5) {width: 21%;}
@media screen and (max-width: 767px) {
  .delivery__column,.delivery__column:nth-child(5) {
    float: none;
    width: 100%;
  }
  .delivery__column:not(:last-child) {
    margin-bottom: 1.875rem;
  }
	.delivery__payment .delivery__column:nth-child(5) {padding-right: 20px;}
}

.delivery__order .delivery__column:first-child {
  margin-right: 2.1875rem;
}

.delivery__order .delivery__column:nth-child(2) {
  margin-right: 4.125rem;
}

.delivery__order .delivery__column:nth-child(3) {
  margin-right: 4.5625rem;
}

.delivery__payment .delivery__column:first-child {
  margin-right: 1.0625rem;
}

.delivery__payment .delivery__column:nth-child(2) {
  margin-right: 1.0625rem;
}

.delivery__payment .delivery__column:nth-child(3) {
  margin-right: 1.0625rem;
}
.delivery__order, .delivery__payment {
  padding-bottom: 0.75rem;
}

.delivery__order {
  padding-top: 0.8125rem;
}

.delivery__payment {
  padding-top: 2rem;
}

.delivery__regions {
  padding-top: 2.1875rem;
  padding-bottom: 2.5rem;
  background-color: #61823b;
}

.delivery__title, .delivery__subtitle {
  font-family: Luga;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .delivery__title br, .delivery__subtitle br {
    content: '';
  }
  .delivery__title br::after, .delivery__subtitle br::after {
    content: ' ';
  }
}

.delivery__title {
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.delivery__payment .delivery__column-title {
  line-height: 1.75rem;
}

.delivery__subtitle {
  margin-top: 0.5625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.delivery__list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin-top: -0.125rem;
  margin-bottom: 1.25rem;
  width: 21rem;
}

.delivery__tel {
  font-family: Luga;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.delivery__column-title {
  margin-bottom: 0.8125rem;
  font-family: Luga;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
  .delivery__column-title {
    position: relative;
    padding-left: 2.5rem;
    display: block;
  }
}

.delivery__column-title::before {
  position: relative;
  display: block;
  content: '';
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .delivery__column-title::before {
    position: absolute;
    left: 0;
  }
}

.delivery__column-title_icon_site::before {
  top: 2px;
  margin-bottom: 0.5625rem;
  width: 3.75rem;
  height: 3.0625rem;
  background-image: url("../img/assets/delivery/icon-site.png");
}

.delivery__column-title_icon_tel::before {
  top: -1px;
  left: -4px;
  margin-bottom: 0.625rem;
  width: 3.8125rem;
  height: 3.0625rem;
  background-image: url("../img/assets/delivery/icon-tel.png");
}

.delivery__column-title_icon_personal::before {
  top: -2px;
  left: 2px;
  margin-bottom: 0.5rem;
  width: 3.5rem;
  height: 3.125rem;
  background-image: url("../img/assets/delivery/icon-personal.png");
}

.delivery__column-title_icon_card::before {
  top: 0.3125rem;
  left: -0.125rem;
  margin-bottom: 1.375rem;
  width: 3.8125rem;
  height: 3.25rem;
  background-image: url("../img/assets/delivery/icon-card.png");
}

.delivery__column-title_icon_cash::before {
  top: 0.25rem;
  margin-bottom: 1.25rem;
  width: 3.5rem;
  height: 3.375rem;
  background-image: url("../img/assets/delivery/icon-cash.png");
}

.delivery__column-title_icon_bank::before {
  top: 0.375rem;
  margin-bottom: 1.5625rem;
  width: 2.875rem;
  height: 3.1875rem;
  background-image: url("../img/assets/delivery/icon-bank.png");
}
.delivery__column-title_icon_discount::before {
  top: 0.375rem;
  margin-bottom: 1.5625rem;
  width: 2.975rem;
  height: 3.3625rem;
  background-image: url("../img/assets/delivery/icon-discount.svg");
}
.distributors {
  background: #f5f5f5;
  padding: 3rem 0 3.4375rem;
}

.distributors__content {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 4.25rem;
}

.distributors__content:after {
  display: table;
  content: "";
}

.distributors__content:after {
  clear: both;
}

@media screen and (max-width: 479px) {
  .distributors__content {
    padding: 0 0.9375rem;
  }
}

@media screen and (min-width: 767px) {
  .distributors__col {
    float: left;
  }
}

.distributors__col_s-size {
  width: 18%;
}

@media screen and (max-width: 767px) {
  .distributors__col_s-size {
    width: 100%;
  }
}

.distributors__col_l-size {
  width: 82%;
}

@media screen and (max-width: 767px) {
  .distributors__col_l-size {
    width: 100%;
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 767px) {
  .distributors__col_partners-left {
    width: 66%;
    margin-left: -1.375rem;
  }
}

@media screen and (min-width: 767px) {
  .distributors__col_partners-right {
    width: 34%;
    padding-left: 5.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .distributors__col_partners-right {
    margin-top: 1.875rem;
  }
}

.distributors__title {
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: Luga;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 480px) {
  .distributors__title {
    margin-bottom: 2.5rem;
  }
  .distributors__title br {
    content: '';
  }
  .distributors__title br::after {
    content: ' ';
  }
}

.distributors__brands {
  margin-top: 0.25rem;
}

@media screen and (min-width: 767px) {
  .distributors__brands {
    padding-left: 4.125rem;
    margin-right: -2.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.distributors__brands_coffee-equipment {
  padding: 0;
  margin: 0.875rem -2.875rem 0;
}

@media screen and (max-width: 480px) {
  .distributors__brands_coffee-equipment {
    margin: 0.875rem 0 0;
  }
}

.distributors__brands_padding-none {
  padding: 0;
}

.distributors__brands-item {
  position: relative;
  display: block;
  width: 15.3125rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .distributors__brands-item {
    width: 100%;
  }
  .distributors__brands-item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.distributors__brands-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.25rem;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../img/assets/distributors/rad-grad.png") 50% 50% no-repeat;
  background-size: 130% 130%;
  display: block;
  opacity: 0;
  transition: opacity 0.5s;
}

.distributors__brands-item:hover:after {
  opacity: 1;
}

.distributors__brands-item:hover .distributors__brands-item-img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.distributors__brands-item:hover .distributors__brands-item-img_mono {
  opacity: 0;
}

.distributors__brands-item_margin-none {
  margin: 0 !important;
}

.distributors__brands-item-content {
  position: relative;
  z-index: 2;
  display: block;
}

.distributors__brands-item-title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.0625rem;
  font-family: Luga;
  font-weight: 400;
  color: #000;
}

.distributors__brands-item-img-wrapper {
  position: relative;
  display: block;
  height: 4.4375rem;
  font-size: 0;
}

.distributors__brands-item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.distributors__brands-item-img_mono {
  opacity: 1;
  display: none;
}

.distributors__brands-item-description {
  display: inline-block;
  margin-top: 1.0625rem;
  font-size: 0.6875rem;
  line-height: 1.3;
}

.distributors__brands-item-description_margin-top-small {
  margin-top: 0.6875rem;
}

.distributors__brands-item-description_margin-top-xsmal {
  margin-top: 0.3125rem;
}

.distributors__text_large {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 480px) {
  .distributors__text_large {
    font-size: 1.5rem;
  }
}

.distributors__text_medium {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: Luga;
  font-weight: 400;
  color: #000;
}

.distributors__text_margin-top-large {
  margin-top: 1.875rem;
}

.distributors_padding-top-medium {
  padding-top: 2.6875rem;
}

.distributors_padding-bottom-medium {
  padding-bottom: 2.1875rem;
}

.distributors_partners {
  padding-top: 3.8125rem;
  padding-bottom: 3.6875rem;
  background: #fff;
}

.dolomia__container {
  padding-left: 4.25rem;
  padding-right: 1rem;
}

.dolomia__container:after {
  display: table;
  content: "";
}

.dolomia__container:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .dolomia__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.dolomia__container_wide {
  padding-left: 2.625rem;
  padding-right: 1.3125rem;
}

@media screen and (max-width: 767px) {
  .dolomia__container_wide {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 480px) {
  .dolomia__container_wide {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.dolomia__container_features {
  padding-left: 3.8125rem;
  padding-right: 3.8125rem;
}

@media screen and (max-width: 480px) {
  .dolomia__container_features {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.dropdown {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 101;
}

.more > .dropdown {
  background-color: #fff;
  box-shadow: 0 4px 40px rgba(0,0,0,.1);
  left: auto;
  right: 0;
  /*top: 100%;*/
  width: 200px;
}
  .dropdown .nav__link{
    align-content: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
.more_list {
}

.more_list li:not(:last-child) {
  border-bottom: 1px #F1F1F1 solid;
}

.more_list .more__item.open > .dropdown {
  display: block;
  left: auto;
  right: 195px;
  top: -2px;
  width: calc(100vw - 5rem - 204px);
}

.more_list .more__item.open .nav__link {
  border-color: #000000;
  z-index: 150;
  color: #3C750B !important;
}

.more_list .more__item .nav__link:hover {
  color: #3C750B !important;
}

.more_list .more__item .nav__link {
  padding: 0 14px;
  background-color: transparent;
}

.more_list li.with_submenu:hover > .dropdown {
  /*display: block;*/
  /*left: auto;*/
  /*right: 201px;*/
  /*top: -2px;*/
  /*width: calc(100vw - 5rem - 204px);*/
}


.more_list li a {
  display: block;
  font-family: "Luga";
  font-size: 16px;
  padding: 10px 0;
}

.more_list li a {
  transition: all 0.3s linear;
}

.more_list li > a:hover {
  color: #3C750B;
}

.more_list li a em {
  display: inline-block;
  height: 10px;
  position: relative;
  width: 14px;
}

.more_list li a svg {
  position: absolute;
  right: 0;
  top: 4px;
  transition: all 0.3s linear;
}

.more_list li a:hover svg {
  transform: rotate(180deg);
}

.more_list li a:hover svg path {
  fill: #3C750B;
}

.more_list .dropdown__list-item:before {
  top: 17px;
}

.more_list .dropdown__col {
  border: none;
  padding: 0;
}

.nav__item.open .more_list .nav__link {
  border: none;
  /*color: #000000 !important;*/
}


@media screen and (max-width: 1240px) {
  .nav__list {
    justify-content: space-between;
  }

  .nav__item:not(.more):nth-child(n+7) {
    /*display: none;*/
  }

  .small_menu_more .first_lvl_ul {
    display: none;
  }

  .small_menu_more .first_lvl_ul:nth-child(n+7) {
    display: block;
  }


  .nav__item.more {
    /*display: block;*/
  }
}/* END 1240px */
@media screen and (max-width: 992px) {
  .more_list li a {
    font-size: 14px;
  }
}/* END 992px */

.dropdown__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.dropdown__col{width: 20%;}
.dropdown__col:last-child{border-right: none;}
.menu_tabs li a,.not_tab_link{
  align-items: center;
  background-color: #f1f1f1;
  border-bottom: 1px #E5E5E5 solid;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  flex-direction: row;
  flex-wrap: wrap;
  height: 55px;
  justify-content: flex-start;
  line-height: 20px;
  padding: 0 10px 0 20px;
  transition: all 0.2s linear;
}
  .menu_tabs li.active a,.not_tab_link:hover{
    background-color: #A9905D;
    color: #fff;
  }
  .menu_tabs:last-child li:last-child a,.not_tab_link:last-child{border-bottom: none;}
.menu_box{
  background-color: #fff;
  box-shadow: inset 0 4px 40px rgba(0,0,0,.1);
  display: none;
  width: 80%;
}
.menu_box.visible{display: block;}
  .menu_box .flexbox{height: 100%;justify-content: flex-start;}
  .menu_box .dropdown__col{width: 25%;}
  .menu_box .dropdown__col{
    border-right: 1px #F1F1F1 solid;
    padding: 20px 15px 20px 30px;
  }
@media screen and (max-width: 992px) {
  .menu_tabs li a,.not_tab_link{
    font-size: 14px;
    height: 45px;
    line-height: 18px;
  }
  .menu_box .dropdown__col{padding-left: 15px;}
}/* END 992px */
@media screen and (max-width: 767px) {
  .dropdown {
    display: none;
    position: relative;
    top: 0;
  }
  .dropdown__col {
    width: 100%;
    border-left: 0;
  }
}

.dropdown__col:first-child {
  border-left: none;
  /*padding: 20px 0px 20px 30px;*/
}
.dropdown__col:only-child{min-width: 300px;}
@media screen and (max-width: 767px) {
  .dropdown__col:first-child {
    border-right: 1px #F1F1F1 solid;
   /* padding: 20px 0px 20px 30px;*/
  }
}

.dropdown__title {
  margin: -0.125rem 0 0.9375rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .dropdown__title {
    margin: 0 0 1.25rem 0;
    line-height: normal;
  }
}

.dropdown__list-item {
  position: relative;
  padding-left: 0.8125rem;
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .dropdown__list-item {
    line-height: 1.2;
  }
}

.dropdown__list-item:before {
  content: '';
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.dropdown__list-link {
  font-size: 1.125rem;
  font-family: "Luga", "Arial", sans-serif;
  color: #000;
}

.dropdown__list-desc {
  margin: 0.0625rem 0 0.9375rem 0;
  font-size: 0.75rem;
}

.dropdown__more {
  display: inline-block;
  margin-top: 0.875rem;
  font-size: 0.75rem;
  font-family: "Luga", "Arial", sans-serif;
  text-transform: uppercase;
  color: #000;
}

.dropdown__footer {
  padding: 0 1.25rem;
}

.dropdown__footer:after {
  display: table;
  content: "";
}

.dropdown__footer:after {
  clear: both;
}

.dropdown__footer-col {
  width: 33.33333%;
  float: left;
  padding: 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .dropdown__footer-col {
    width: 100%;
    padding: 0;
  }
  .dropdown__footer-col + .dropdown__footer-col {
    margin-top: 0.9375rem;
  }
}

.collections .collection:first-child {
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .collections .collection:first-child {
    margin-top: 0;
  }
}

.collections .collection + .collection {
  margin-top: 2.125rem;
}

@media screen and (max-width: 767px) {
  .collections .collection + .collection {
    margin-top: 0.625rem;
  }
}

.collection {
  width: 13.3125rem;
}

@media screen and (max-width: 767px) {
  .collection {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .collection {
    width: 100%;
    float: none;
  }
  .collection:nth-child(2) {
    display: none;
  }
}

.collections .collection__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.collection__col {
  width: 50%;
  padding-right: 1em;
  padding-bottom: 1em;
}

.collection__link {
  display: block;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
  border: 0.0625rem solid transparent;
}

.collection__link-text {
  display: block;
  height: 2.4375rem;
  padding-left: 1.5rem;
  font-family: "Luga", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4375rem;
  color: #ffffff;
}

.collection__desc {
  padding: 0 0.9375rem 0 1.875rem;
  font-family: "GothamPro", "Arial", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .collection__desc {
    padding: 0;
    line-height: normal;
  }
}

.collection_regular .collection__link {
  border-color: #959595;
}

.collection_regular .collection__link-text {
  background: #959595;
  background: -webkit-gradient(linear, left top, right top, from(#959595), to(#b7b7b7));
  background: -webkit-linear-gradient(left, #959595 0%, #b7b7b7 100%);
  background: -moz-linear-gradient(left, #959595 0%, #b7b7b7 100%);
  background: -o-linear-gradient(left, #959595 0%, #b7b7b7 100%);
  background: linear-gradient(to right, #959595 0%, #b7b7b7 100%);
}

.collection_premium .collection__link {
  border-color: #986f3f;
}

.collection_premium .collection__link-text {
  background: #986f3f;
}

.collection_green .collection__link {
  border-color: #709342;
}

.collection_green .collection__link-text {
  background: #709342;
}

.small-banner {
  display: block;
  color: #000000;
}

.small-banner__content {
  height: 6.9375rem;
  padding: 1rem 0 0 1.875rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .small-banner__content {
    padding: 1.25rem;
    height: auto;
  }
}

.small-banner__category {
  margin-bottom: 0.4375rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.small-banner__title {
  font-size: 1.5rem;
  font-family: "Luga", "Arial", sans-serif;
  line-height: 1;
}

.small-banner__desc {
  font-size: 1.125rem;
  font-family: "Luga", "Arial", sans-serif;
  color: #118502;
  line-height: 1;
}

.error-404 .breadcrumb {
  padding-top: 0.5625rem;
  padding-bottom: 0;
  min-height: auto;
}

.error-404__container {
  padding: 0 2.25rem 0 4.25rem;
}

@media screen and (max-width: 480px) {
  .error-404__container {
    padding: 0 0.9375rem 0;
  }
}

.error-404__inner {
  position: relative;
  left: -0.5625rem;
  margin: 0.8125rem auto 0;
  max-width: 31.875rem;
  background-color: #fff;
  padding-bottom: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .error-404__inner {
    left: 0;
  }
}

.error-404__title, .error-404__subtitle {
  font-family: 'Luga', serif;
}

.error-404__title {
  margin-bottom: 0.1875rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .error-404__title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
  }
}

.error-404__subtitle {
  margin-bottom: 0;
  font-size: 1.125rem;
}

@media screen and (max-width: 480px) {
  .error-404__subtitle {
    font-size: 1rem;
  }
}

.error-404__description {
  margin-bottom: 0.8125rem;
  font-size: 1.125rem;
}

@media screen and (max-width: 480px) {
  .error-404__description {
    font-size: 1rem;
  }
  .error-404__description br {
    content: '';
  }
  .error-404__description br::after {
    content: ' ';
  }
}

.error-404__description p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1875rem;
}

.error-404__text {
  margin: 0;
}

.error-404__row {
  margin-left: -4.25rem;
  margin-right: -4.375rem;
}

.error-404__row:after {
  display: table;
  content: "";
}

.error-404__row:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .error-404__row {
    margin: 0;
  }
}

.error-404__col {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  float: left;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .error-404__col {
    padding: 0;
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 481px) {
  .error-404__col:first-child {
    position: relative;
    left: -0.3125rem;
    text-align: right;
  }
}

@media screen and (min-width: 481px) {
  .error-404__col:last-child {
    text-align: left;
  }
}

.error-404__btn {
  margin-top: 1.25rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  height: 2.375rem;
  line-height: 2.625rem;
  white-space: nowrap;
}

.feature-bubbles {
  position: relative;
  margin-top: -1.875rem;
  padding: 0 2.5rem;
}

.feature-bubbles:after {
  display: table;
  content: "";
}

.feature-bubbles:after {
  clear: both;
}

.feature-bubbles__bubble {
  position: relative;
  position: absolute;
  z-index: 100;
  margin-top: 1rem;
  overflow: hidden;
  height: 0;
  min-height: 0;
  font-family: Luga, serif;
  background: #fff;
  -webkit-transition: min-height .5s linear;
  -o-transition: min-height .5s linear;
  -moz-transition: min-height .5s linear;
  transition: min-height .5s linear;
}

.feature-bubbles__shadow {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.feature-bubbles__triangle {
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 0;
  border-right: 20px solid #fff;
  border-bottom: 0;
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3), 5px 0 5px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3), 5px 0 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3), 5px 0 5px -5px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.feature-bubbles__bubble-top {
  padding-top: 1.875rem;
  padding-right: 4.1875rem;
  padding-left: 2.1875rem;
  padding-bottom: 2.125rem;
}

.feature-bubbles__bubble-bottom {
  padding-top: 6.0625rem;
  padding-right: 4.1875rem;
  padding-left: 2.1875rem;
  padding-bottom: 1.875rem;
  min-height: 18rem;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.feature-bubbles__bubble-bottom_green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf5be), to(#ffffe7));
  background-image: -webkit-linear-gradient(top, #eaf5be 0%, #ffffe7 100%);
  background-image: -moz-linear-gradient(top, #eaf5be 0%, #ffffe7 100%);
  background-image: -o-linear-gradient(top, #eaf5be 0%, #ffffe7 100%);
  background-image: linear-gradient(-180deg, #eaf5be 0%, #ffffe7 100%);
}

.feature-bubbles__bubble-bottom_blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1e4f2), to(#ebf6fe));
  background-image: -webkit-linear-gradient(top, #d1e4f2 0%, #ebf6fe 100%);
  background-image: -moz-linear-gradient(top, #d1e4f2 0%, #ebf6fe 100%);
  background-image: -o-linear-gradient(top, #d1e4f2 0%, #ebf6fe 100%);
  background-image: linear-gradient(-180deg, #d1e4f2 0%, #ebf6fe 100%);
}

.feature-bubbles__bubble-bottom_brown {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfc7b4), to(#fff5ed));
  background-image: -webkit-linear-gradient(top, #dfc7b4 0%, #fff5ed 100%);
  background-image: -moz-linear-gradient(top, #dfc7b4 0%, #fff5ed 100%);
  background-image: -o-linear-gradient(top, #dfc7b4 0%, #fff5ed 100%);
  background-image: linear-gradient(-180deg, #dfc7b4 0%, #fff5ed 100%);
}

.feature-bubbles__header {
  margin-bottom: 1.125rem;
  width: 60%;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: .8;
}

.feature-bubbles__text {
  width: 85%;
  font-size: 1.125rem;
}

.feature-bubbles__text p {
  margin: 0;
  margin-top: 0.375rem;
}

.feature-bubbles__name {
  position: relative;
  margin-bottom: 0.4375rem;
  margin-left: -2.1875rem;
  padding: 0.125rem;
  display: block;
  max-width: 80%;
  border: 1px solid transparent;
  border-color: #986f3f;
}

.feature-bubbles__name-text {
  padding-left: 1.6875rem;
  display: block;
  height: 2.4375rem;
  font-family: "Luga", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4375rem;
  color: #fff;
  background-color: #986f3f;
}

.feature-bubbles__description {
  max-width: 70%;
  font-family: 'GothamPro', 'Arial', sans-serif;
  font-weight: normal;
}

.feature-bubbles__description p {
  margin: 0;
}

.feature-bubbles__description p:first-of-type {
  margin-top: 0.75rem;
}

.bubble-visible {
  overflow: visible;
  height: auto;
  min-height: 35.625rem;
}

.feature-line {
  margin: 1.875rem 0;
  padding: 0 1.4375rem 0 2.5rem;
}

.feature-line:after {
  display: table;
  content: "";
}

.feature-line:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .feature-line {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .feature-line {
    padding: 0 0.9375rem;
  }
  .feature-line .col-1-3:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.feature-line__item {
  position: relative;
  height: 2.3125rem;
  border: 0.125rem solid #000;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-family: "Luga", "Arial", sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 1.1875rem;
  -moz-border-radius: 1.1875rem;
  border-radius: 1.1875rem;
}

@media screen and (max-width: 480px) {
  .feature-line__item {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    padding-right: 1.875rem;
  }
}

.feature-line__item:before {
  content: '';
  position: absolute;
  top: -0.0625rem;
  bottom: 0;
  right: 0.8125rem;
  margin: auto;
  background-position: 0%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.feature-line__item_eco:before {
  right: 0.875rem;
  width: 1.125rem;
  height: 1.625rem;
  background-image: url("../img/general/feature-line-eco.png");
}

.feature-line__item_euro {
  padding-right: 1.125rem;
  text-align: left;
  padding-left: 1.8125rem;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 767px) {
  .feature-line__item_euro {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    padding-right: 2.5rem;
    text-align: center;
  }
}

.feature-line__item_euro:before {
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/general/feature-line-euro.png");
}

.feature-line__item_exclusive {
  padding-right: 0.625rem;
}

.feature-line__item_exclusive:before {
  width: 1.3125rem;
  height: 1.375rem;
  background-image: url("../img/general/feature-line-exclusive.png");
}

.features {
  /*height: 25.3125rem;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1369px) {
  .features {
    padding: 0 1.4375rem 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .features {
    padding: 0 15px;
  }
}
.features:after {
  display: table;
  content: "";
}

.features:after {
  clear: both;
}
.features .slider{
	background: none;
	margin: 0 -15px;
	width: calc(100% + 30px);
}
.features .slick-dots{
  float: none;
  margin: 15px 0 30px;
  text-align: center;
  width: 100%;
}
.slider .slick-dots li:only-child{display: none;}

@media screen and (max-width: 480px) {
  .features {
    height: auto;
  }
}

.features__go {
  position: absolute;
  left: 50.75rem;
  bottom: 0.6875rem;
  z-index: 10;
  background: none;
  display: none;
}

@media screen and (max-width: 1439px) {
  .features__go {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .features__go {
    left: auto;
    right: 0.9375rem;
    bottom: 0;
  }
}

.features__content:after {
  display: table;
  content: "";
}

.features__content:after {
  clear: both;
}

.features__content .feature-slider {
  float: right;
}

@media screen and (min-width: 1370px) {
  .features__content .feature-slider {
    float: none;
    margin: 0 auto;
  }
}
  .features__item {
    margin: 0 15px;
  }

.features__item.swiper-slide-active .feature__btn {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  .features_dark .features__go::before {
    background: url(../img/general/btn-next.png) no-repeat center right;
  }
}

.feature-slider {
  overflow: hidden;
  z-index: 1;
}

.feature-slider__content {
  position: relative;
}

@media screen and (max-width: 480px) {
  .feature-slider__content {
    padding-bottom: 3.125rem;
  }
}

.feature-slider__item {
  overflow: hidden;
}

.feature-slider .slick-dots {
  position: absolute;
  right: 1.875rem;
  bottom: 1.75rem;
  left: 0;
  text-align: right;
  font-size: 0;
}

@media screen and (max-width: 480px) {
  .feature-slider .slick-dots {
    text-align: left;
    right: auto;
    left: -6.25rem;
    bottom: 1.25rem;
    z-index: 11000;
    transition: left .2s;
    transition-delay: .6s;
  }
  .swiper-slide-active .feature-slider .slick-dots {
    left: 1.875rem;
  }
}

.feature-slider .slick-dots li + li {
  margin-left: 0.75rem;
}

.feature-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}

.feature-slider .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999999px;
}

@media screen and (max-width: 480px) {
  .feature-slider .slick-dots li button {
    background-color: #000;
  }
}

.feature-slider .slick-dots li.slick-active button {
  width: 0.75rem;
  height: 0.75rem;
  border: 0.125rem solid #fff;
  background-color: transparent;
}

@media screen and (max-width: 480px) {
  .feature-slider .slick-dots li.slick-active button {
    border-color: #000;
  }
}

.feature {
  position: relative;
  height: 25.3125rem;
  padding: 1.375rem 1.875rem 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.feature picture{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.feature:before{z-index: 2;}
.feature img{
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}
.feature__content{
	height: 100%;
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 767px) {
  .feature {
    height: 54vw;
    background-position: 0 50%;
  }
  .feature[style $="33a07e3ff6cbba54fd682cab8dff1cef.gif)"] {
    background-position: 9%;
    background-size: 163% 90%;
    background-color: #dddbd3;
  }
  .feature[style $="c4905356ded24e9c9a281ddccfa33039.png)"] {
    background-position: 9%;
    background-size: 130%;
    background-color: white;
  }
  .feature__subtitle .discond-price-slide-custom {

    font-size: 30px;
  }

  .feature__subtitle .discond-price-beautiful {
    margin-top: 8em;

  }
  .cover .index_mob_menu .flexbox{display: none;}
}

.feature__content .list-disc {
  margin-top: 0.9375rem;
}

.feature__title {
  height: 9.375rem;
  overflow: hidden;
  font-size: 3rem;
  font-family: "Luga", "Arial", sans-serif;
  line-height: 1.05;
}

@media screen and (max-width: 480px) {
  .feature__title {
    font-size: 2rem;
    height: auto;
  }
}

.feature__title span {
  color: #ffffff;
}

.feature__subtitle {
  position: relative;
  font-size: 2.25rem;
  font-family: "Luga", "Arial", sans-serif;
  margin-bottom: 0.4375rem;
}

.feature__desc {
  position: relative;
  z-index: 1;
  width: 11.25rem;
  letter-spacing: 0.05em;
}

.feature__logo {
  max-width: 11.25rem;
  margin-top: 0.4375rem;
}

.feature__top {
  position: relative;
  z-index: 100;
  height: 10.75rem;
  padding: 0 13.4375rem 0 0;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .feature__top {
    height: auto;
    padding: 0;
    margin-bottom: 1.25rem;
  }
}

.feature__collections {
  position: relative;
  z-index: 1;
}

.feature__collections:after {
  display: table;
  content: "";
}

.feature__collections:after {
  clear: both;
}

.feature__collections .collection {
  float: left;
}

.feature__collections .collection + .collection {
  margin-left: 0.125rem;
}

.feature__collections .collection__desc {
  max-height: 3.375rem;
  margin-left: -0.1875rem;
  overflow: hidden;
}

.feature__btn {
  margin: 2.125rem 0 0 0.25rem;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  position: absolute;
  left: 1.6875rem;
  bottom: 1.875rem;
  z-index: 1;
}

.feature__img {
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.15s ease-in;
  transition: -webkit-transform 0.15s ease-in;
  -o-transition: -o-transform 0.15s ease-in;
  -moz-transition: transform 0.15s ease-in, -moz-transform 0.15s ease-in;
  transition: transform 0.15s ease-in;
  transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in, -moz-transform 0.15s ease-in, -o-transform 0.15s ease-in;
}

.feature__img_tea {
  left: 100%;
  width: 29.75rem;
  -webkit-transform: translate(-16.25rem, -50%);
  -moz-transform: translate(-16.25rem, -50%);
  -ms-transform: translate(-16.25rem, -50%);
  -o-transform: translate(-16.25rem, -50%);
  transform: translate(-16.25rem, -50%);
}

@media screen and (max-width: 480px) {
  .feature__img_tea {
    left: 50%;
    -webkit-transform: translate(-50%, 5%);
    -moz-transform: translate(-50%, 5%);
    -ms-transform: translate(-50%, 5%);
    -o-transform: translate(-50%, 5%);
    transform: translate(-50%, 5%);
    width: 28.125rem;
    max-width: 28.125rem;
  }
}

.feature__img_equip {
  left: 100%;
  width: 41rem;
  -webkit-transform: translate(-39.375rem, -36%);
  -moz-transform: translate(-39.375rem, -36%);
  -ms-transform: translate(-39.375rem, -36%);
  -o-transform: translate(-39.375rem, -36%);
  transform: translate(-39.375rem, -36%);
}

@media screen and (max-width: 480px) {
  .feature__img_equip {
    -webkit-transform: translate(-60%, -36%);
    -moz-transform: translate(-60%, -36%);
    -ms-transform: translate(-60%, -36%);
    -o-transform: translate(-60%, -36%);
    transform: translate(-60%, -36%);
  }
}

.feature_dark {
  color: #ffffff;
}

.feature_dark:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

.feature_yellow-bg {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#dcd18e), color-stop(1.03%, #dcd18e), to(#f9f8d0));
  background-image: -webkit-linear-gradient(top left, #dcd18e 0%, #dcd18e 1.03%, #f9f8d0 100%);
  background-image: -moz-linear-gradient(top left, #dcd18e 0%, #dcd18e 1.03%, #f9f8d0 100%);
  background-image: -o-linear-gradient(top left, #dcd18e 0%, #dcd18e 1.03%, #f9f8d0 100%);
  background-image: linear-gradient(top left, #dcd18e 0%, #dcd18e 1.03%, #f9f8d0 100%);
}

.feature_gray-bg {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#b0b0b0), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top left, #b0b0b0 0%, #f1f1f1 100%);
  background-image: -moz-linear-gradient(top left, #b0b0b0 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top left, #b0b0b0 0%, #f1f1f1 100%);
  background-image: linear-gradient(top left, #b0b0b0 0%, #f1f1f1 100%);
}

.features-banner {
  position: relative;
  display: block;
  height: 25.3125rem;
  padding: 1.0625rem 0 0 1.75rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.features-banner__content {
  position: relative;
  z-index: 100;
  height: inherit;
}

.features-banner__title {
  font-size: 2.25rem;
  font-family: "Luga", "Arial", sans-serif;
  margin-bottom: 0.25rem;
}

.features-banner__go {
  position: absolute;
  bottom: 2.0625rem;
}

.features-banner_half-indent {
  padding-right: 50%;
}

.features-banner_dark {
  color: #ffffff;
}

.features-banner_dark:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 480px) {
  .features-wrap {
    margin-bottom: -1.25rem;
    margin-top: 2.5rem;
    /*margin-top: -2.5rem;*/
  }
}

.filter {
  padding: 1.5625rem 1.5625rem 1.3125rem;
  border: 0.125rem solid #000;
}

.filter__item {
  margin-bottom: 0.6875rem;
}

.filter__item.open .filter__content.collapse {
  display: block;
}

.filter__item.open .filter__link {
  font-weight: 400;
  border-color: transparent;
}

.filter__item.open .filter__link:after {
  display: none;
}

.filter__item:last-child {
  margin-bottom: 0;
}

.filter__item:last-child .filter__link {
  border-bottom: none;
}

.filter__item_closest {
  margin-top: 1.25rem;
}

.filter__title {
  margin-bottom: 0.1875rem;
}

.filter__date {
  position: relative;
}

.filter__select {
  position: relative;
}

.filter__select .select2-container {
  width: 100% !important;
  font-family: "Luga", "Arial", sans-serif;
}

.filter__select .select2-selection {
  position: relative;
  font-size: 1.125rem;
  line-height: 2.0625rem;
  background-color: #fff;
  border: 0.125rem solid #fff;
  -webkit-border-radius: 1.1875rem;
  -moz-border-radius: 1.1875rem;
  border-radius: 1.1875rem;
}

.filter__select.selected .select2-selection {
  border-color: #000;
}

.filter__select .select2-selection--single .select2-selection__rendered {
  padding-left: 1.25rem;
  padding-right: 1.5625rem;
  color: #000;
}

.filter__select .select2-selection--single .select2-selection__placeholder {
  color: #a5a5a5;
}

.filter__select .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0.9375rem;
  bottom: 0;
  width: 0.625rem;
  height: 0.3125rem;
  margin: auto 0;
  background: url("../img/general/arrow-down-sm-black.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.filter__select .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.filter__select-reset {
  position: absolute;
  top: 50%;
  display: none;
  right: -1.3125rem;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter__select-reset:hover {
  color: #fff;
  background-color: #000;
}

.filter__select-reset-all {
  margin: 0;
  padding: 0;
  color: #a5a5a5;
  font-size: 0.9375rem;
  background: transparent;
}

.filter__select.selected .filter__select-reset {
  display: block;
}

.filter__switch {
  display: block;
  cursor: pointer;
}

.filter__switch:after {
  display: table;
  content: "";
}

.filter__switch:after {
  clear: both;
}

.filter__switch input[type="checkbox"],
.filter__switch input[type="radio"] {
  display: none;
}

.filter__switch input[type="checkbox"]:checked + .filter__check,
.filter__switch input[type="radio"]:checked + .filter__check {
  background: #000;
}

.filter__switch input[type="checkbox"]:checked + .filter__check:before,
.filter__switch input[type="radio"]:checked + .filter__check:before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.0625rem;
  bottom: 0;
  right: 0;
  width: 0.8125rem;
  height: 0.625rem;
  margin: auto;
  background: url("../img/general/checked.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.filter__switch input[type="checkbox"]:checked + .filter__check + .filter__check-legend,
.filter__switch input[type="radio"]:checked + .filter__check + .filter__check-legend {
  color: #000000;
}

.filter__check {
  position: relative;
  top: -0.0625rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  margin-right: 0.625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}

.filter__check-legend {
  font-family: "Luga", "Arial", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  color: #a5a5a5;
}

.filter__content.collapse {
  display: none;
  margin-top: -0.6875rem;
}

.filter__row {
  padding-top: 0.375rem;
}

.filter__row_line .filter__switch {
  display: inline-block;
  margin-bottom: 0 !important;
}

.filter__row_line .filter__switch + .filter__switch {
  margin-left: 1.375rem;
}

.filter__row_line .filter__check-legend {
  font-size: 1.125rem !important;
}

.filter__link {
  position: relative;
  display: block;
  padding: 0 0 0.6875rem 1.25rem;
  font-weight: 600;
  line-height: 1;
  border-bottom: 0.0625rem solid #eee;
}

.filter__link:before, .filter__link:after {
  content: '';
  position: absolute;
  left: 0;
  background: #000000;
}

.filter__link:before {
  top: 0.375rem;
  width: 0.625rem;
  height: 0.125rem;
}

.filter__link:after {
  top: 0.125rem;
  left: 0.25rem;
  width: 0.125rem;
  height: 0.625rem;
}

.filter__range:after {
  display: table;
  content: "";
}

.filter__range:after {
  clear: both;
}

.filter__range-legend {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.filter__range-item {
  position: relative;
  float: left;
  width: 50%;
}

.filter__range-item:first-child {
  padding-right: 0.375rem;
}

.filter__range-item:last-child {
  padding-left: 0.375rem;
}

.filter__range-item:last-child .filter__range-legend {
  left: 0.875rem;
}

.filter__range-item input {
  width: 100%;
  padding: 0 0.375rem 0 1.6875rem;
  line-height: 1.875rem;
  background: transparent;
  border: 0.125rem solid #fff;
}

.filter__range-item input:valid,
.filter__range-item input:focus {
  background: #fff;
}

.filter_invert {
  border-color: #fff;
}

.filter_invert .filter__select .select2-selection {
  font-size: 1rem;
  background-color: transparent;
}

.filter_invert .filter__select.selected .select2-selection {
  border-color: #fff;
  background-color: #fff;
}

.filter_invert .filter__select .select2-selection--single .select2-selection__placeholder {
  color: #000000;
}

.filter_invert .filter__switch {
  margin-bottom: 0.625rem;
}

.filter_invert .filter__check {
  margin-right: 0.375rem;
}

.filter_invert .filter__check-legend {
  font-size: 0.875rem;
  color: #000000;
}

.filter__date {
  position: relative;
  font-size: 0;
}

.filter__date::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.125rem;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter__calendar-field {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  height: 2.375rem;
  background-color: #fff;
  -webkit-border-radius: 1.1875rem;
  -moz-border-radius: 1.1875rem;
  border-radius: 1.1875rem;
  font-family: 'Luga', serif;
  font-size: 0.9375rem;
  text-align: center;
}

.filter__calendar-field:first-child {
  margin-right: 10%;
}

.sidebar .select2-selection--single,
.sidebar .select2-results__option {
  font-size: 1rem;
}

.sidebar .select2-container--open .select2-selection--single {
  position: relative;
  z-index: 100;
}

.sidebar .select2-container--open {
  -webkit-border-radius: 1.1875rem 1.1875rem 0 0;
  -moz-border-radius: 1.1875rem 1.1875rem 0 0;
  border-radius: 1.1875rem 1.1875rem 0 0;
}

.sidebar .select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
}

.sidebar .filter__select.selected .select2-selection {
  border: 0.125rem solid #fff;
}

.sidebar .select2-results__option {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sidebar .select2-dropdown {
  padding-bottom: 1.5625rem;
  border: none;
  -webkit-box-shadow: 0.7px 0.7px 5px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0.7px 0.7px 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0.7px 0.7px 5px rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 0 0 1.1875rem 1.1875rem;
  -moz-border-radius: 0 0 1.1875rem 1.1875rem;
  border-radius: 0 0 1.1875rem 1.1875rem;
}

.sidebar .select2-container--open {
  -webkit-box-shadow: 0.7px 0.7px 5px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0.7px 0.7px 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0.7px 0.7px 5px rgba(0, 0, 0, 0.23);
}

.datepicker-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  list-style: none;
  background-color: #fff;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
  background-clip: padding-box;
  overflow: hidden;
  padding: 0;
}

.datepicker-dropdown .dow {
  display: none;
}

.datepicker-dropdown .next,
.datepicker-dropdown .prev {
  position: relative;
  font-size: 0;
}

.datepicker-dropdown .next::before,
.datepicker-dropdown .prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.datepicker-dropdown .prev::before {
  border-width: 0.28125rem 0.4375rem 0.28125rem 0;
  border-color: transparent #000 transparent transparent;
}

.datepicker-dropdown .next::before {
  border-width: 0.28125rem 0 0.28125rem 0.4375rem;
  border-color: transparent transparent transparent #000;
}

.datepicker-dropdown .datepicker-switch {
  font-family: "HelveticaNeue", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

.datepicker-dropdown thead {
  background-color: #e0dedf;
}

.footer {
  color: #ffffff;
  background-color: #000000;
}

.footer__inner {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .adaptive .footer__inner {
    padding: 0 1.25rem;
  }
}

.footer__top {
  padding: 2.3125rem 0 2.125rem 0;
}

.footer__top:after {
  display: table;
  content: "";
}

.footer__top:after {
  clear: both;
}

@media screen and (max-width: 768px) {
  .adaptive .footer__top {
    padding: 2.5rem 0 0;
  }
}

.footer__item {
  float: left;
  width: 25%;
}

.footer__item:nth-child(1) {
  padding-left: 1.9375rem;
}

.footer__item:nth-child(2) {
  padding-left: 2.4375rem;
}

.footer__item:nth-child(2) .footer__list ~ .footer__link {
  margin-top: 1.75rem;
}

.footer__item:nth-child(3) {
  padding-left: 2.875rem;
}

.footer__item:nth-child(3) .footer__list ~ .footer__link {
  margin-top: 1.5625rem;
}

.footer__item:nth-child(4) {
  padding: 0.375rem 0 0 1.625rem;
}

@media screen and (max-width: 768px) {
  .adaptive .footer__item {
    float: none;
    display: inline-block;
    width: 49%;
    padding: 0;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.footer__link {
  line-height: 1;
}

.footer__link + .footer__list {
  margin-top: 0.6875rem;
}

.footer__link a {
  font-size: 1.5rem;
  font-family: "Luga", "Arial", sans-serif;
  color: #fff;
}

.footer__list a {
  color: #fff;
}

.footer__list-item + .footer__list-item {
  margin-top: 0.75rem;
}

.footer__feature {
  margin-bottom: 1.75rem;
}

.footer__feature-item {
  position: relative;
  padding-left: 1.9375rem;
  margin-bottom: 1.375rem;
  font-size: 0.875rem;
  font-family: "Luga", "Arial", sans-serif;
  text-transform: uppercase;
  color: #7c7c7c;
}

.footer__feature-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.footer__feature-item:last-child {
  margin-bottom: 0;
}

.footer__feature-item_eco:before {
  width: 1.125rem;
  height: 1.625rem;
  background: url("../img/general/footer-feature-eco.png") no-repeat center right/contain;
}

.footer__feature-item_euro:before {
  left: -0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translateY(-57%);
  -moz-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  -o-transform: translateY(-57%);
  transform: translateY(-57%);
  background: url("../img/general/footer-feature-euro.png") no-repeat center right/contain;
}

.footer__feature-item_exclusive:before {
  width: 1.3125rem;
  height: 1.375rem;
  background: url("../img/general/footer-feature-exclusive.png") no-repeat center right/contain;
}

.footer__social-list {
  margin-left: -0.0625rem;
}

.footer__social-list:after {
  display: table;
  content: "";
}

.footer__social-list:after {
  clear: both;
}

.footer__social-item {
  float: left;
}

.footer__social-item + .footer__social-item {
  margin-left: 0.5rem;
}

.footer__social-link {
  display: block;
  width: 2rem;
  height: 1.9375rem;
}

.footer__social-link_fb {
  background: url("../img/general/footer-fb.png") no-repeat center right/contain;
}

.footer__social-link_vk {
  background: url("../img/general/footer-vk.png") no-repeat center right/contain;
}

.footer__social-link_inst {
  background: url("../img/general/footer-inst.png") no-repeat center right/contain;
}

.footer__social-legend {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  opacity: .5;
}

.footer__bottom:after {
  display: table;
  content: "";
}

.footer__bottom:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .footer__bottom {
    height: 5.375rem;
    padding: 0 3.1875rem 0 1.9375rem;
    border-top: 0.0625rem solid #333;
  }
}

.footer__copyright {
  font-size: 0.75rem;
  opacity: .34;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
  }
}

.made-in {
  position: relative;
  padding-left: 2.5rem;
  font-size: 0.75rem;
}

.made-in:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  background: url("../img/general/qb-icon.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .made-in {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    float: right;
  }
}

@media screen and (max-width: 768px) {
  .made-in {
    margin: 1.875rem 0 3.125rem;
  }
}

.form__group {
  position: relative;
  margin-bottom: 1.4375rem;
  white-space: nowrap;
}

.form__group_size_s {
  margin-right: 1.0625rem;
  display: inline-block;
  width: 6.875rem;
}

.form__group_size_s:last-child {
  margin-bottom: 0;
}

.form__group_type_date::after {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  content: '';
  width: 2.125rem;
  height: 1.8125rem;
  background: url("../img/assets/form/calendar-icon.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__label {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0.875rem;
  font-family: Luga;
  font-size: 1.125rem;
  color: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__field {
  position: relative;
  z-index: 2;
  padding: 0.6875rem 0.875rem;
  display: block;
  width: 100%;
  height: 2.75rem;
  font-family: Luga;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.3125rem;
  color: #000;
  background: transparent;
  -webkit-border-radius: 1.4375rem;
  -moz-border-radius: 1.4375rem;
  border-radius: 1.4375rem;
  border: 2px solid black;
}

.form__field_type_area {
  padding: 0.75rem 1.25rem;
  height: 13.8125rem;
  line-height: 1.5rem;
  resize: none;
}
.form__field:focus + .form__label, .form__field.active + .form__label {
  display: none;
}

.form__field[required] + .form__label::after {
  content: '*';
  font-size: 1.125rem;
  color: #db3b3b;
}

.form__text {
  font-family: 'Luga', serif;
  font-size: 1.125rem;
  margin-bottom: 2.375rem;
}

.form__row:after {
  display: table;
  content: "";
}

.form__row:after {
  clear: both;
}

.form__col {
  float: left;
  width: 40%;
}

.form__col:first-child {
  width: 60%;
  padding-top: 0.9375rem;
}

.form__col_right {
  float: right;
}

.form__link_style_reg {
  position: relative;
  display: inline-block;
  font-family: 'Luga', sans-serif;
  font-size: 1.4375rem;
  text-transform: uppercase;
}

.form__link_style_reg::before {
  position: absolute;
  top: 50%;
  right: -0.9375rem;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.4375rem;
  border-color: transparent transparent transparent #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__link_style_pass {
  margin-top: -1.125rem;
  margin-left: 0.9375rem;
}

.form__link_style_gray {
  font-family: 'Luga', sans-serif;
  font-size: 0.8125rem;
  color: #959595;
  display: block;
  text-decoration: none;
}

.form__link_size_l {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
}

.header__inner {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 0 0.5rem 4rem;
}
.header__inner{padding-bottom: 1.2rem;}
.header__inner:after {
  display: table;
  content: "";
}

.header__inner:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .adaptive .header__inner {
    padding: 1.5625rem;
  }
  .adaptive .header__inner .contact-us {
    display: none;
  }

  .adaptive .footer__top {
    display: flex;
    flex-flow: row wrap;
  }

  .adaptive .footer__item-info {
    display: none
  }

  .adaptive .footer__copyright {
    text-align: center;
    padding-bottom: 20px;
    position: relative
  }

  .adaptive .footer__copyright:before {
    content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    top: -25px;
    height: 2px;
    background: #313431;
    display: block;
  }

}

@media screen and (max-width: 767px) {
  .adaptive .footer__item {
    flex: 1 0 50%;
  }
}

.logo {
  float: left;
  width: 12.4375rem;
  margin-top: 1.625rem;
}

@media screen and (max-width: 767px) {
  .adaptive .logo {
    margin-top: 0;
  }

  .adaptive .logo img {
    display: block
  }
}

.contact-us {
  float: left;
  margin: 2rem 0 0 2.75rem;
}

@media screen and (min-width: 1440px) {
  .contact-us {
    margin-left: 7.6875rem;
  }
}

.contact-us__number {
  font-size: 1.5rem;
  font-family: "Luga", "Arial", sans-serif;
}

.contact-us__link {
  display: block;
  margin: -0.0625rem 0 0 0.25rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .adaptive .contact-us {
    float: none;
    margin: 0.625rem 1rem;
  }

  .adaptive .contact-us__number {
    text-align: center
  }
}

.search {
  position: relative;
  z-index: 210;
  float: left;
  width: 14.1875rem;
  height: 2.125rem;
  margin: 2.1875rem 0 0 5.3125rem;
}

@media screen and (min-width: 1440px) {
  .search {
    margin-left: 10.0625rem;
  }
}

.search__field {
  width: inherit;
  height: inherit;
  padding: 0 2.1875rem 0 1.1875rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000000;
  background-color: #f1f1f1;
  -webkit-border-radius: 1.0625rem;
  -moz-border-radius: 1.0625rem;
  border-radius: 1.0625rem;
}

.search__field::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.search__field:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.search__field::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.search__field:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.search__submit {
  position: absolute;
  top: 0;
  right: 0.6875rem;
  bottom: 0;
  width: 1.25rem;
  height: 1.1875rem;
  margin: auto;
  background: url("../img/general/search-magnifier.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .adaptive .search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    margin: 0;
    float: none;
    width: 100%;
    background-color: #fff;
  }
  .adaptive .search__field {

    border-radius: 0px;
    background-color: #fff;
    padding-right: 2.625rem;
  }
  .adaptive .search__submit {
    right: 0.75rem;
  }
  .adaptive .filter-search {
    position:absolute;    top: 0;left:0;right:0;
  }
  .adaptive .filter_nav {}
  .adaptive .cabinet__layout {position:relative;padding-top:2em}
}

@media screen and (max-width: 767px) {

  .adaptive .top_search .search {
    display: block;
  }
}

.product-count {
  float: left;
  margin: 2.8125rem 0 0 4.8125rem;
}

@media screen and (min-width: 1440px) {
  .product-count {
    margin-left: 11.4375rem;
  }
}

.product-count__total {
  position: relative;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.product-count__total:before {
  content: '';
  position: relative;
  top: -0.1875rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.5625rem;
  height: 1.25rem;
  margin-right: 0.9375rem;
  background: url("../img/general/basket-black.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .adaptive .product-count {
    display: none;
  }
}

.history-slider {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.history-slider__content {
  max-width: 1522px;
  margin: 0 auto;
  padding: 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .history-slider__content {
    padding: 0 0.9375rem;
  }
}

.history-slider__timeline {
  margin-bottom: 2.5rem;
  display: table;
  width: 100%;
  height: 4.0625rem;
}

@media screen and (max-width: 767px) {
  .history-slider__timeline {
    height: auto;
  }
}

.history-slider__link {
  position: relative;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  height: 100%;
  font-family: 'Luga', serif;
  font-size: 2.25rem;
  text-align: center;
  color: #a98f5c;
  background: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  .history-slider__link {
    font-size: 1rem;
  }
}

.history-slider__link_current {
  color: #000;
}

.history-slider__link::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: '';
  width: 2.75rem;
  height: 0.625rem;
  vertical-align: middle;
  background: url("../img/assets/history-slider/arrow.png") 100% center no-repeat;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .history-slider__link::after {
    content: none;
  }
}

.history-slider__link:first-child::after {
  content: none;
}

.history-slider__link_current::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.history-slider__slider {
  border: 2px solid #a98f5c;
}

.history-slider__slider-item {
  padding: 1.25rem;
}

.history-slider__title, .history-slider__text {
  font-family: 'Luga', serif;
}

.history-slider__title {
  margin-bottom: 2.1875rem;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .history-slider__title {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}

.history-slider__text {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .history-slider__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.history-slider__inner {
  display: table;
  width: 100%;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

@media screen and (max-width: 767px) {
  .history-slider__inner {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

.history-slider__image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.history-slider__thumb, .history-slider__slide-content {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .history-slider__thumb, .history-slider__slide-content {
    padding-left: 0;
    padding-right: 0;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .history-slider__thumb {
    margin-bottom: 0.9375rem;
  }
}

.history-slider__button {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 2.75rem;
  height: 0.625rem;
  vertical-align: middle;
  background: url("../img/assets/history-slider/arrow.png") 100% center no-repeat;
}

.icons-list {
  margin-top: 2.6875rem;
  margin-left: -0.1875rem;
}

@media screen and (max-width: 480px) {
  .icons-list {
    margin: 1.875rem 0 0;
  }
}

.icons-list__item {
  position: relative;
  margin-top: 0.875rem;
  padding-left: 3.1875rem;
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: Luga;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 480px) {
  .icons-list__item {
    font-size: 1rem;
  }
}

.icons-list__item:first-child {
  margin-top: 0;
}

.icons-list__img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .icons-list__img {
    width: 2.1875rem;
  }
}

.icons-list__img_like-phone {
  left: -0.375rem;
}

.info-company-wrapper {
  overflow: hidden;
}

.info-company {
  position: relative;
  max-width: 1522px;
  margin: 0 auto;
  padding: 0 4.4375rem;
  display: table;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .info-company {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .info-company {
    padding: 0;
  }
}

.info-company__col {
  position: relative;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.info-company__col_half-size {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .info-company__col_half-size {
    width: 100%;
  }
}

.info-company__col_left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .info-company__col_left {
    width: 100%;
  }
}

.info-company__col_right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .info-company__col_right {
    width: 100%;
  }
}

.info-company__col_left-offset {
  padding-left: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .info-company__col_left-offset {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 480px) {
  .info-company__col_left-offset {
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .info-company__col_black:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 150%;
    height: 100%;
    background: #000;
  }
}

.info-company__col_black:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 150%;
  height: 100%;
  background: #000;
}

.info-company__col_big {
  padding: 3rem 0 4.375rem;
}

.info-company__col_float-none {
  float: none;
}

@media screen and (max-width: 480px) {
  .info-company__col_float-none {
    padding: 0.9375rem;
  }
}

.info-company__content {
  padding-bottom: 6.875rem;
  border-top: 1px solid transparent;
}

.info-company__content_map {
  background: url("../img/assets/info-company/map.png") right top no-repeat;
  -webkit-background-size: 20.875rem 20.875rem;
  -moz-background-size: 20.875rem;
  -o-background-size: 20.875rem;
  background-size: 20.875rem;
}

@media screen and (max-width: 767px) {
  .info-company__content_map {
    background: none;
  }
}

.info-company__content .btn, .info-company__content .card__add-basket {
  position: absolute;
  bottom: 2.5rem;
  margin: 0;
}

.info-company__title {
  margin-top: 1.375rem;
  margin-bottom: 0.875rem;
  font-size: 1.875rem;
  line-height: 1.1;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .info-company__title {
    font-size: 1.375rem;
  }
}

.info-company__title_black {
  color: #000;
}

.info-company__title_s-bottom-offset {
  margin-bottom: 0.9375rem;
}

.info-company__title_big {
  color: #000;
  font-size: 3rem;
  margin: 0;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  .info-company__title_big {
    font-size: 1.75rem;
  }
}

.info-company__phones:after {
  display: table;
  content: "";
}

.info-company__phones:after {
  clear: both;
}

.info-company__phones-item {
  margin-top: 0.75rem;
  float: left;
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .info-company__phones-item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .info-company__phones-item {
    width: 100%;
  }
}

.info-company__phones-item-city {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: Luga;
  font-weight: 400;
  color: #a98f5c;
  margin-bottom: 0.125rem;
}

.info-company__phones-item-number {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}

.info-company__map {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.info-company__text {
  font-size: 0.875rem;
}

.info-company__text_attention {
  font-size: 1.125rem;
  line-height: 1.35;
  font-family: Luga;
  font-weight: 400;
}

.info-company__text_super-attention {
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: Luga;
  font-weight: 400;
}

.info-company__text_m-top-offset {
  margin-top: 1.5rem;
}

.info-company__text_s-top-offset {
  margin-top: 1.0625rem;
}

.info-company__text_ms-top-offset {
  margin-top: 1.125rem;
}

.info-company__text_margin-none {
  margin: 0;
}

.info-company__partner-info {
  margin-top: 2.125rem;
}

.info-company__partner-info:after {
  display: table;
  content: "";
}

.info-company__partner-info:after {
  clear: both;
}

.info-company__partner-info-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .info-company__partner-info-col {
    float: none;
  }
  .info-company__partner-info-col:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.info-company__partner-info-col_left-offset {
  padding-left: 3.5625rem;
}

@media screen and (max-width: 767px) {
  .info-company__partner-info-col_left-offset {
    padding-left: 0rem;
  }
}


.info-company__partner-info-col_left {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .info-company__partner-info-col_left {
    width: 100%;
  }
}

.info-company__partner-info-col_right {
  width: 51%;
}

@media screen and (max-width: 767px) {
  .info-company__partner-info-col_right {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.info-company__image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1440px) {
  .info-company__image {
    width: 2.1875rem;
  }
}

@media screen and (max-width: 1439px) {
  .info-company__image {
    width: 2.1875rem;
  }
}

.info-company__partner-benefits-item {
  position: relative;
  margin-top: 1.6875rem;
  padding-left: 2.875rem;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: Luga;
  font-weight: 400;
  color: #000;
}

.information {
  padding: 3.9375rem 0 2.5rem;
  margin-right: -3.125rem;
}

.information:after {
  display: table;
  content: "";
}

.information:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .information {
    margin: 0;
    padding: 1.875rem 0;
  }
}

.information__col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 0.9375rem;
}

@media screen and (max-width: 480px) {
  .information__col {
    float: none;
    padding-right: 0;
  }
}

.information__col:last-child {
  padding-right: 0;
}

.information__col_medium-size {
  width: 25.6%;
}

@media screen and (max-width: 767px) {
  .information__col_medium-size {
    width: 100%;
  }
}

.information__col_small-size {
  width: 23.2%;
}

@media screen and (max-width: 767px) {
  .information__col_small-size {
    width: 100%;
  }
}

.information__list-item {
  position: relative;
  padding-left: 1.375rem;
  margin-top: 0.4375rem;
  font-size: 1.125rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1.2;
}

.information__list-item:before {
  content: '—';
  position: absolute;
  left: 0;
  top: 0.0625rem;
}

.information__list-item:first-child {
  margin-top: 0;
}

.location {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 0.625rem 0.9375rem;
  display: none;
  width: 17.5rem;
  font-size: 0;
  background-color: white;
  border: 2px solid #f3f3f3;
  border-top: none;
  -webkit-border-radius: 0 0 1.25rem 1.25rem;
  -moz-border-radius: 0 0 1.25rem 1.25rem;
  border-radius: 0 0 1.25rem 1.25rem;
}

.location__text {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2;
}

.location__city {
  font-weight: 700;
}

.location__btn, .location__field {
  padding: 0 0.9375rem;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  border: 2px solid #f1f1f1;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.location__btn {
  margin-right: 0.4375rem;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}

.location__btn:last-child {
  margin-right: 0;
}

.location__btn:hover {
  background-color: #f1f1f1;
}

.location__field {
  display: block;
  width: 100%;
  background-color: white;
}

.location__choose {
  display: none;
}

.location__cities {
  padding-left: 1.0625rem;
  margin-top: 0.625rem;
  font-family: 'Luga', serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.location .bx-sls .dropdown-block {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.location .bx-sls .bx-ui-sls-container {
  padding: 0 1.875rem 0 0.9375rem !important;
  border: 2px solid #f1f1f1 !important;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.location .bx-sls .dropdown-icon {
  display: none;
}

.location .bx-sls .dropdown-fade2white {
  right: 0.9375rem;
}

.location .bx-sls .dropdown-item {
  padding: 0;
  margin-bottom: 0.625rem;
}

.location .bx-sls .bx-ui-sls-route {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.location .bx-sls .bx-ui-sls-loader {
  top: 0.4375rem;
  right: 0.5rem;
}

.location .bx-sls .bx-ui-sls-clear {
  top: 0.3125rem;
  right: 0.375rem;
}

.location .bx-sls .bx-ui-sls-pane {
  position: static;
  padding: 0;
  margin-top: 0.625rem;
  font-family: 'Luga', serif;
  font-size: 0.875rem;
  line-height: 1.375rem;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .adaptive .nav {
    display: none;
    height: auto;
    background-color: white;
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .adaptive .top .nav {
    display: block;
  }
}

.nav__inner {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2.5rem 0 3.1875rem;
}

@media screen and (max-width: 767px) {
  .adaptive .nav__inner {
    padding: 1.5rem 0;
  }
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav__item:not(:first-child):not(.full_width){position: relative;}
@media screen and (max-width: 767px) {
  .adaptive .nav__list {
    display: block;
    margin-right: 0rem;
  }
}

@media screen and (min-width: 1440px) {
  .nav__item + .nav__item {
    margin-left: 5px;
  }
}

@media screen and (max-width: 320px) {
  .nav_catalog .nav__item + .nav__item {
    margin-left: 0;
  }
}

.nav__item.has-child > .nav__link:after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0.625rem;
  height: 0.3125rem;
  margin-left: 0.5rem;
  background: url("../img/general/arrow-down-sm-black.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.more__item.with_submenu > .nav__link:after {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0.625rem;
  height: 0.3125rem;
  margin-left: 0.5rem;
  background: url("../img/general/arrow-down-sm-black.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.nav__item.has-child .nav__link:hover:after {
  background: url("../img/general/arrow-down-sm-white.png") no-repeat center right;
}

.nav__item.has-child.active .nav__link:after {
  background: url("../img/general/arrow-down-sm-white.png") no-repeat center right;
}

.nav__item.active .nav__link,.nav__item:hover .nav__link {
  color: #ffffff;
}

.nav__item.active .nav__link:before {
  background-color: #587800;
}

.nav_invert .nav__item.active .nav__link:before {
  background: #000000;
}

.nav__item.open .nav__link {
  border-color: #000;
  z-index: 150;
  color: #000000 !important;
}

.nav__item.open .nav__link:before {
  background: transparent !important;
}

.nav__item.open .nav__link:hover {
  color: #000;
}

.nav__item.open > .nav__link:after, .nav__item.open > .nav__link:hover:after {
  background: url("../img/general/arrow-up-sm-black.png") no-repeat center right !important;
}

.more__item.open > .nav__link:after, .more__item.open > .nav__link:hover:after {
  background: url("../img/general/arrow-up-sm-black.png") no-repeat center right !important;
}

@media screen and (max-width: 1240px) {
  .nav__item.has-child .nav__link:after {
    height: 5px;
    top: -2px;
    width: 9px;
  }
}

/* END 1240px */
@media screen and (min-width: 1152px) {
  .nav__item_margin-small {
    margin-right: 0.6875rem;
  }
}

.nav__item_margin-none {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .adaptive .nav__item {
    float: none;
    margin-right: 0;
  }
}

.nav__link {
  position: relative;
  display: block;
  height: 3.6875rem;
  padding: 0 0.5375rem;
  border: 0.125rem solid transparent;
  border-bottom: none;
  font-size: 16px;
  line-height: 3.4375rem;
  font-family: "Luga", "Arial", sans-serif;
  color: #000;
  background-color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 1250px) {
  .nav__link {
    font-size: 1.375rem;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .nav__link {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 1151px) {
  .nav__link {
    font-size: 1.1875rem;
  }
}

.nav__link:before {
  content: '';
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  height: 2.375rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  -webkit-border-radius: 1.1875rem;
  -moz-border-radius: 1.1875rem;
  border-radius: 1.1875rem;
}

.nav__link:hover {
  color: #fff;
}

.nav__link:hover:before {
  background-color: #587800;
}

.nav_invert .nav__link:hover:before {
  background: #000000;
}

.nav__link span {
  position: relative;
}

@media screen and (max-width: 767px) {
  .adaptive .nav__link {
    font-family: "HelveticaNeue", "Arial", sans-serif;
    font-size: 1.125rem;
    background: transparent;
    height: auto;
    line-height: 1.4;
    text-align: center;

  }
  .adaptive .nav__link::before {
    content: none;
  }
}

.nav__list_active_color_black .nav__item .nav__link:hover::before {
  background-color: #000;
}

.nav__list_active_color_black .nav__item.active .nav__link::before {
  background-color: #000;
}

.nav__list_active_color_red .nav__item .nav__link:hover::before {
  background-color: #dc312a;
}

.nav__list_active_color_red .nav__item.active .nav__link::before {
  background-color: #dc312a;
}

.nav__item.open > .dropdown {
  display: block;
}

.nav__item.coffee .nav__link:hover::before,
.nav__item.active.coffee .nav__link::before {
  background-color: #644a39;
}

.nav__item.tea .nav__link:hover::before,
.nav__item.active.tea .nav__link::before {
    background-color: #587800;
}

.nav__item.water .nav__link:hover::before,
.nav__item.active.water .nav__link::before {
  background-color: #5c7e9c;
}

.nav__item.equipment .nav__link:hover::before,
.nav__item.active.equipment .nav__link::before {
  background-color: #7f7f7f;
}

.nav__item.sweets .nav__link:hover::before,
.nav__item.active.sweets .nav__link::before {
  background-color: #7b5a97;
}

.nav__item.accessories .nav__link:hover::before,
.nav__item.active.accessories .nav__link::before {
  background-color: #c19681;
}

.nav__item.coffee .collection {
  width: auto;
}

.nav__item.coffee .collection img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.offers:after {
  display: table;
  content: "";
}

.offers:after {
  clear: both;
}

.offers__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .offers__item {
    width: 33.33333%;
    float: left;
  }
}

.offers__item:nth-child(1) .offer__body {
  background: #f1f1f1;
}

.offers__item:nth-child(2) .offer__body {
  background: #e9e9e9;
}

.offers__item:nth-child(3) .offer__body {
  background: #e0e0e0;
}

.offer {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.offer__header {
  position: relative;
  height: 22.8125rem;
  padding: 1.6875rem 0 0 3.6875rem;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .offer__header {
    padding: 1.6875rem 0.9375rem 0 !important;
  }
}

.offer__header:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
}

.offer_type_rent .offer__header {
  padding: 1.6875rem 0 0 2.6875rem;
}

@media screen and (max-width: 767px) {
  .offer_type_rent .offer__header {
    padding: 1.6875rem 0 0 3.6875rem;
  }
}

.offer_type_tasting .offer__header {
  padding: 1.6875rem 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .offer_type_tasting .offer__header {
    padding: 1.6875rem 0 0 3.6875rem;
  }
}

@media screen and (max-width: 480px) {
  .offer_type_tasting .offer__header {
    padding: 1.875rem 0 0 0.9375rem;
  }
}

.offer__title {
  position: relative;
  margin-bottom: 0.625rem;
  font-size: 2.75rem;
  line-height: 1;
  font-family: "Luga", "Arial", sans-serif;
}

.offer__subtitle {
  position: relative;
  line-height: 1;
}

.offer__desc {
  position: absolute;
  bottom: 3.0625rem;
  font-size: 1.5rem;
}

.offer_type_rent .offer__desc {
  left: 2.8125rem;
}

@media screen and (max-width: 480px) {
  .offer_type_rent .offer__desc {
    left: auto;
  }
}

.offer__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.4375rem 3.6875rem 1.9375rem 3.6875rem;
}

@media screen and (max-width: 480px) {
  .offer__body {
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
  }
}

.offer_type_rent .offer__body {
  padding: 1.5rem 3.6875rem 1.9375rem 2.875rem;
}

@media screen and (max-width: 767px) {
  .offer_type_rent .offer__body {
    padding: 1.5rem 3.6875rem 1.9375rem 2.6875rem;
  }
}

@media screen and (max-width: 480px) {
  .offer_type_rent .offer__body {
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
  }
}

.offer_type_tasting .offer__body {
  padding: 1.5rem 3.6875rem 1.9375rem 2.0625rem;
}

@media screen and (max-width: 767px) {
  .offer_type_tasting .offer__body {
    padding: 1.5rem 3.6875rem 1.9375rem 2.6875rem;
  }
}

@media screen and (max-width: 480px) {
  .offer_type_tasting .offer__body {
    padding: 1.875rem 0.9375rem 1.875rem 0.9375rem;
  }
}

.offer__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.offer__btn {
  margin-top: 0.5625rem;
}

.option-buttons {
  font-family: Luga, serif;
  font-size: 0;
  text-transform: uppercase;
  margin-left: -1rem;
}

@media screen and (max-width: 767px) {
  .option-buttons {
    margin-left: 0;
  }
}

.option-buttons button {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .option-buttons button {
    display: block;
    width: 100%;
  }
}

.option-buttons button:first-of-type,
.option-buttons a:first-of-type,
.option-buttons li:first-of-type {
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 767px) {
  .option-buttons button:first-of-type,
  .option-buttons a:first-of-type,
  .option-buttons li:first-of-type {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
}

.option-buttons button:last-of-type,
.option-buttons a:last-of-type,
.option-buttons li:last-of-type {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (max-width: 767px) {
  .option-buttons button:last-of-type,
  .option-buttons a:last-of-type,
  .option-buttons li:last-of-type {
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }
}

.option-buttons__btn {
  padding: 0.6875rem 0.9375rem 0.6875rem 1.125rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  background-color: #000;
}

.option-buttons__btn_active, .option-buttons__btn.active {
  color: #000;
  background-color: #fff;
}

.option-buttons_shift-left {
  margin-left: -0.875rem;
}

@media screen and (min-width: 768px) {
  .order__title, .order__breadcrumb {
    padding-left: 1.4375rem;
  }
}

.order__title {
  letter-spacing: .02em;
  font-size: 2.25rem;
}

@media screen and (min-width: 768px) {
  .order__title {
    font-size: 3rem;
  }
}

.order__container {
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .order__container {
    padding: 0 2.25rem 0 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .order__container {
    padding-top: 1.25rem;
  }
}

.order .wrapper {
  padding: 0;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .order .wrapper {
    padding-bottom: 12.5rem;
  }
}

.order__content {
  position: relative;
  margin-top: 1.875rem;
}

.order__content:after {
  display: table;
  content: "";
}

.order__content:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .order__content {
    padding-bottom: 3.75rem;
  }
}

.order__form {
  padding: 3rem 1.375rem 1.25rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .order__form {
    padding: 3rem 1.375rem 4.0625rem;
    width: 48%;
    float: left;
  }
}

.order__info {
  position: relative;
}

@media screen and (min-width: 768px) {
  .order__info {
    width: 50%;
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .order__info {
    margin-top: 2.5rem;
  }
  .order__info .cart-list__body {
    display: none;
  }
  .order__info_open .cart-list__body {
    display: block;
  }
  .order__info .nano-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 1.1875rem;
  }
}

.order__info-toggle {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #f6f6f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.order__info-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  margin-top: -0.125rem;
  margin-left: -0.3125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  border-color: #000 transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .order__info-toggle {
    display: none;
  }
}

.order__info_open .order__info-toggle::after {
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
  border-color: transparent transparent #000 transparent;
}

.order__subtitle {
  font-family: "Luga";
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.order__description {
  margin-top: 1.125rem;
  margin-bottom: 1.375rem;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
  line-height: 1.125rem;
}

.order .registration-form__submit {
  font-size: 0.6875rem;
  width: 9.375rem;
}

@media screen and (max-width: 767px) {
  .order .registration-form__submit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .order  .registration-form__submit_r { left:auto;right:0;width: 8.5rem;}
}

.order-item {
  padding-top: 1.875rem;
}

.order-item__title {
  margin-bottom: 1.875rem;
  font-family: 'Luga', serif;
  font-size: 1.5rem;
}

.order-item__cancel {
  margin: 1.875rem 0;
  text-align: right;
}



.order-item__cancel-btn {
  display: inline-block;
  font-size: 0.75rem;
  text-decoration: underline;
  text-transform: uppercase;
  background: transparent;
}

.order-item__info-table {
  width: 100%;
}

.order-item__info-table thead td:first-child,
.order-item__info-table tbody td:first-child {
  width: 30%;
}

.order-item__info-table thead td:nth-child(2),
.order-item__info-table tbody td:nth-child(2) {
  width: 40%;
}

.order-item__info-table tbody td {
  padding: 0.3125rem 0;
  font-size: 0.9375rem;
}

.order-item__info-table tbody td:first-child {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .d-hide_sm {display:none}

  .order-item__info-table,
  .order-item__info-table thead,
  .order-item__info-table thead tr,
  .order-item__info-table thead td {
    display: block;
    width:100%!important;
  }
  /*.order-item__title br {display:none}*/
  .order-item__cancel a {
    margin:0 0 1em;
    width:100%;
  }
  .order-item__title {margin-bottom:1rem}
}


.order-item__table {
  width: 100%;
}


.order-item__table thead td {
  padding: 0.9375rem 1.25rem;
  font-family: 'Luga', serif;
  background-color: #e0dedf;
}


.order-item__table tbody td {
  padding: 0 1.25rem;
}

.order-item__table tbody td:first-child {
  display: block;
  text-align: left;
  background-color: #f9f9f9;
}

.order-item__table tbody td:last-child {
  border-right: none;
}

.order-item__table tbody td b {
  display: block;
}

.order-item__table tr.open td {
  display: block;
}

.order-item .toggler {
  top: 1.5625rem;
  right: 1.5625rem;
}

.order-table__header, .order-table__item {
  margin-bottom: 1.3125rem;
  display: table;
  width: 100%;
  table-layout:fixed;
}


.order-table__header {
  padding: 1rem 0;
  width: 100%;
  font-family: 'Luga', serif;
  font-size: 0.9375rem;
  background-color: #e0dedf;
}


.order-table_equip .order-table__item {
  background-color: #fff;
}

.order-table__col {
  display: block;
}



@media screen and (min-width: 768px) {
  .order-table_equip .order-table__item {
    padding: 0;
    text-align: center;
    height: 7rem;
  }
  .order-item__table {
    border-left: 1px solid #e0dedf;
    border-right: 1px solid #e0dedf;
  }
  .order-item__table tbody td {
    border-right: 1px solid #e0dedf;
    padding: 0.3125rem 1.25rem;
  }
  .order-item__table tbody tr {
    border-bottom: 1px solid #e0dedf;
  }
  .order-item__table td {
    text-align: center;
  }
  .order-table__header, .order-table__item {
    text-align: center;
  }
  .order-table__item {
    height: 7rem;
    background-color: #fff;
  }
  .order-table__col {
    display: table-cell;
    vertical-align: middle;
  }
  .order-table__col_size_xs {
    width: 10%;
  }
  .order-table__col.order-table__col_size_xs:nth-child(1) {
    width:20%;
  }
  .order-table__col_size_s {
    width: 20%;
  }
  .order-table__col_size_m {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .order-item__table thead {
    display: none;
  }
  .order-item__table {
    display: block;
  }
  .order-item__table tbody {
    display: block;
  }
  .order-item__table tbody td {
    display: none;
  }
  .order-item__table tbody td::before {
    content: attr(data-label);
    float: left;
    min-width: 6.25rem;
  }
  .order-item__table tbody td:first-child {
    padding: 1.25rem;
    margin-bottom: 0.625rem;
    background-color: #e4e3e4;
  }
  .order-item__table tbody tr {
    position: relative;
    display: block;
    margin-bottom: 1.5625rem;
  }
  .order-table_equip .order-table__header {
    display: table;
  }
  .order-table__item {
    margin-bottom: .5rem;
  }
  .order-table_equip .order-table__item {
    padding-top: 0.9375rem;
    margin-bottom: 1.5625rem;
  }
  .order-table_equip .order-table__item:last-child {
    margin-bottom: 0;
  }

  .order-table__col_lead {
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
    height: 4.0625rem;
    line-height: 4.0625rem;
    background-color: #fff;
  }

  .order-table_equip .order-table__header .order-table__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {

  .order-table__col:last-child {
    margin-top:6px;
    float:right;
  }
  .order-table__text {
    padding-right: 1em;
  }
  .order-table__btn {
    margin-top: 0;
  }
  .order-table__header .order-table__col {padding-right:10px}
  .order-table__col {
    padding: 10px 0 0;
    display:inline-block;
    vertical-align:middle;
  }
  .info-company__col {
    display: block;
    padding: 0 0.9375rem;
  }
  .order-table_equip .order-table__item .order-table__col {
    display: block;
  }
  .order-table_equip .order-table__item .order-table__col:first-child, .order-table_equip .order-table__item .order-table__col:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
  }
  .order-table_equip .order-table__item .order-table__col:nth-child(3) {
    margin-top: 0.9375rem;
  }
  .d-hide_sm {display:none!important;}
  .order-table__item .order-table__col:nth-child(3) {padding-right:1em}
  .order-table__item .order-table__col:nth-child(3) .onMobyleOnly {display:none}
}

@media screen and (min-width: 768px) {
  .order-table_equip .order-table__item .order-table__col {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #e0dedf;
  }
  .order-table__item .order-table__col {
    border-right: 1px solid #e0dedf;
  }
}


.order-table__item .order-table__col:last-child {
  border-right: none;
}

.order-table__item.open .order-table__col {
  display: block;
}

.order-table__date {
  margin-top: 0;
  margin-bottom: 0.125rem;
  font-size: 0.6875rem;
}

@media screen and (max-width: 991px) {
  .order-table__date {
    display: inline-block;
    margin-right: 0.9375rem;
  }
}

.order-table__id {
  width:100%;
  padding: 0.25rem 0.3125rem 0.125rem;
  display: inline-block;
  font-family: 'Luga', serif;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: #e0dedf;
  border-radius: 5px;
}

.order-table__id:hover {
  color: #fff;
  background-color: #597800;
}

.order-table__text {
  margin: 0;
  font-size: 0.9375rem;
}

.order-table__text_bold {
  font-weight: 700;
}

.order-table__text_size_s {
  font-size: 0.75rem;
}

.order-table__text_size_l {
  font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
  .order-table__text_inline {
    display: inline-block;
  }
}

.order-table__btn {
  padding: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: underline;
  background: transparent;
  border: none;
}



.order-table__caption {
  display: inline-block;
  min-width: 8.125rem;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .order-table__caption {
    display: none;
  }
}

.order-table__col_lead .order-table__caption {
  min-width: 4.0625rem;
}

.partners:after {
  display: table;
  content: "";
}

.partners:after {
  clear: both;
}

@media screen and (min-width: 767px) {
  .partners__col {
    width: 50%;
    float: left;
  }
}

.partners__col:after {
  display: table;
  content: "";
}

.partners__col:after {
  clear: both;
}

.partners__col_example-two {
  height: 34.125rem;
}

.partners__col_full-width {
  width: 100%;
}

.partners__big-item {
  width: 100%;
  height: 33.9375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.partners__items-row:after {
  display: table;
  content: "";
}

.partners__items-row:after {
  clear: both;
}

.partners__item {
  position: relative;
  display: block;
  width: 50%;
  height: 16.96875rem;
  float: left;
  font-size: 0;
  background: #dfdfdf;
}

.banner-top__content{ padding:1.5em 60px; position:relative }

.banner-top{ background:#e31d1e; overflow:hidden; position:relative ;color: #fccc68; display:none;}
.banner-top__link{ font-size:1.143em; color: #fccc68; border-color:#eabbb4; z-index:1; position:relative }
.banner-top__close{ display:inline-block; background:white; border-radius:50%; text-align:center; font-size:28px; font-weight:700; color:black; width:40px; height:40px; line-height:43px; border:0; position:absolute; right:0; top:50%; margin-top:-20px; }
.banner-top__img{ position:absolute; bottom:0; top:0; background:no-repeat; background-size:contain; width:50%;
}
.banner-top__img_left{ left:0; background-position:left;
}
.banner-top__img_right{ right:0; background-position:right;
}

.banner-top__content-title {
  font-size: 1.5rem;
  font-family: "Luga", "Arial", sans-serif;
  margin-bottom:1rem;
}
.banner-top__content-item {
  width:49%;
  padding-right:2em;
  box-sizing:border-box;
  display:inline-block;vertical-align:top;
}

.d-tac {text-align:center}

@media screen and (max-width: 480px) {
  .partners__item {
    height: 9.375rem;
  }
}

.partners__item_one-quarter {
  width: 25%;
}

.partners__items-row:nth-child(odd) .partners__item:nth-child(even) {
  background: #f6f6f6;
}

.partners__items-row:nth-child(even) .partners__item:nth-child(odd) {
  background: #f6f6f6;
}

.partners__col_full-width .partners__item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .order-table__id {
    text-decoration:underline;
    display: inline;
    margin-right:1em;
  }
  .partners__col_full-width .partners__item {
    width: 50%;
  }
}

.partners__img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .partners__img {
    width: 50%;
  }
}

.partners__info {
  padding-left: 4.0625rem;
  padding-top: 2.8125rem;
}

@media screen and (max-width: 480px) {
  .partners__info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.partners__info_example-two {
  padding-top: 2.6875rem;
}

.partners__col:last-child .partners__info {
  padding-left: 4.5625rem;
}

@media screen and (max-width: 767px) {
  .partners__col:last-child .partners__info {
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .partners__col:last-child .partners__info {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.875rem;
  }
}

.partners__title {
  font-size: 2.75rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .partners__title {
    font-size: 2.25rem;
  }
}

.partners__title_black {
  color: #000;
}

.partners__title_big {
  margin-top: -0.0625rem;
  font-size: 3rem;
}

@media screen and (max-width: 480px) {
  .partners__title_big {
    font-size: 2.25rem;
  }
}

.partners__institution {
  margin-left: -1.25rem;
  margin-top: 1.4375rem;
}

@media screen and (max-width: 480px) {
  .partners__institution {
    margin-left: 0rem;
  }
}

.partners__institution-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6875rem 1.5625rem 0.6875rem 3.125rem;
  margin-top: 0;
  border: 0.125rem solid transparent;
  font-size: 1.5rem;
  line-height: 1.05;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
}

@media screen and (max-width: 480px) {
  .partners__institution-item {
    font-size: 1rem;
  }
}

.partners__institution-item:before {
  content: '—';
  position: absolute;
  left: 1.25rem;
  top: 0.625rem;
}

.partners__institution-item_small {
  font-size: 1.125rem;
}

@media screen and (max-width: 480px) {
  .partners__institution-item_small {
    font-size: 0.75rem;
  }
}

.partners__institution-item_brown {
  display: inline-block;
  border-color: #a98f5c;
  color: #a98f5c;
}

.partners__info-icon {
  position: absolute;
  bottom: 0.75rem;
  right: 1.25rem;
}

.partners-form {
  margin-top: 3.875rem;
}

@media screen and (min-width: 767px) {
  .partners-form {
    margin-right: -2.5rem;
  }
}

.partners-form:after {
  display: table;
  content: "";
}

.partners-form:after {
  clear: both;
}

.partners-form__col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
}

@media screen and (min-width: 767px) {
  .partners-form__col {
    float: left;
    padding-right: 2.8125rem;
  }
}

@media screen and (min-width: 767px) {
  .partners-form__col_normal-size {
    width: 23.5%;
  }
}

@media screen and (max-width: 766px) {
  .partners-form__col_normal-size {
    margin-bottom: 1.25rem;
  }
}

.partners-form__col:last-child {
  padding-right: 0;
}

.partners-form__input {
  display: block;
  padding: 0.75rem 1.375rem 0.8125rem 1.375rem;
  width: 100%;
  font-size: 1.125rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1;
  color: #000;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.partners-form__input::-webkit-input-placeholder {
  color: #000;
}

.partners-form__input:-moz-placeholder {
  color: #000;
}

.partners-form__input::-moz-placeholder {
  color: #000;
}

.partners-form__input:-ms-input-placeholder {
  color: #000;
}

.popup {
  position: relative;
  margin: 0 auto;
  max-width: 46.375rem;
  background: #fff;
  -webkit-box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.popup_type_callback {
  max-width: 50.8125rem;
}

.popup_style_login-cart .form__col {
  margin-top: -0.8125rem;
  padding-top: 0;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .popup_style_login-cart .form__col {
    width: 100%;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.popup_style_login-cart .popup__header {
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem;
}

.popup_style_login-cart .popup__content {
  padding-bottom: 0.5rem;
}

.popup_style_login-cart .form__col_right .form__group {
  margin: 0;
}

.popup_style_login-cart .form__text {
  margin: 0;
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
}

.popup_type_newyear {
  min-height: 21rem;
  max-width: 31.25rem;
  background: url("../img/assets/popup/newyear-bg.png");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.popup_type_shipping {
  min-height: 21.875rem;
  max-width: 31.25rem;
  background: url("../img/assets/popup/shipping-bg.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup_type_shipping .popup__content {
  position: relative;
  top: 4.8125rem;
  left: 1.125rem;
  width: 11.25rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.125rem;
  font-family: 'Luga', sans-serif;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .popup_type_shipping .popup__content {
    top: 6.5rem;
  }
}

.popup_type_shipping .popup__content p {
  margin: 0;
  line-height: 1.2;
}

.popup_type_shipping .popup__content .code {
  margin-top: 2.125rem;
  font-size: 1.6875rem;
  font-weight: 700;
  margin-left: -0.3125rem;
}

.popup_type_shipping .popup__content .btn, .popup_type_shipping .popup__content .card__add-basket {
  margin-top: 0.8125rem;
  width: 12.0625rem;
  margin-left: -0.5625rem;
  font-family: "HelveticaNeue", "Arial", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.5625rem;
  height: 2.3125rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.popup_type_newyear .popup__content {
  font-family: 'Luga', sans-serif;
  font-size: 1.125rem;
  width: 10.625rem;
  margin-left: 9.5625rem;
  margin-top: 1.8125rem;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  word-spacing: 0.1875rem;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .popup_type_newyear .popup__content {
    margin-top: 3.125rem;
    margin-left: 11.875rem;
  }
}

.popup_type_newyear .popup__content p {
  margin: 0;
}

.popup_type_newyear .popup__content .orders {
  margin-left: 1.25rem;
  margin-top: -0.3125rem;
}

.popup_type_newyear .popup__content .percent {
  display: block;
  font-size: 1.9375rem;
  text-align: center;
}

.popup_type_newyear .popup__content .code {
  display: block;
  margin-top: 0.6875rem;
  font-weight: 700;
}

.popup_type_success {
  max-width: 36.5625rem;
}

.popup_size_s {
  max-width: 31.25rem;
}

.popup__header, .popup__content {
  border-bottom: 1px solid #e6e6e6;
}

.popup__header {
  padding-top: 0.6875rem;
  padding-bottom: 1.875rem;
  margin-bottom: 2.25rem;
}

.popup__header:after {
  display: table;
  content: "";
}

.popup__header:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .popup_type_success .popup__title {
    font-size: 1.375rem!important;
  }
}
@media screen and (max-width: 480px) {
  .popup__header {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.popup_type_success .popup__header {
  padding: 0;
  margin: 0;
  border: none;
}

.popup__content {
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 768px) {
  .popup__content {
    padding-bottom: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .popup_size_s .popup__content {
    padding-right: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .popup__left, .popup__right {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .popup__left {
    float: left;
  }
}

.popup_type_success .popup__left {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .popup__right {
    float: right;
  }
}

@media screen and (max-width: 480px) {
  .popup__right {
    margin: 0 auto;
    margin-bottom: 0.9375rem;
  }
}

.popup_type_success .popup__right {
  width: 35%;
}

.popup__title, .popup__subtitle {
  font-family: Luga;
  font-weight: 400;
  line-height: 0.875rem;
}

.popup__title {
  font-size: 1.875rem;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .popup__title {
    font-size: 3rem;
  }
}

.popup_size_s .popup__title {
  font-size: 1.875rem;
  line-height: 2rem;
}

@media screen and (min-width: 768px) {
  .popup_size_s .popup__title {
    font-size: 2.375rem;
  }
}

.popup_type_success .popup__title {
  font-size: 2.375rem;
}

.popup__subtitle {
  padding-top: 0.3125rem;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.popup_type_success .popup__subtitle {
  font-size: 0.8125rem;
}

.popup__logo {
  width: 12.5rem;
  opacity: .3;
}

@media screen and (max-width: 767px) {
  .popup__logo {
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .popup__logo {
    position: relative;
    top: -0.1875rem;
    left: -0.625rem;
    margin-left: auto;
  }
}

.popup_size_s .popup__logo {
  width: 10rem;
}

@media screen and (min-width: 768px) {
  .popup_size_s .popup__logo {
    left: 0;
    top: -0.3125rem;
  }
}

.popup_type_success .popup__logo {
  top: 0.1875rem;
  left: auto;
  width: 9.375rem;
}

.popup__form:after {
  display: table;
  content: "";
}

.popup__form:after {
  clear: both;
}

.popup__submit {
  margin-top: 0.3125rem;
  padding: 0 1.3125rem 0 1.0625rem;
  font-size: 0.875rem;
  height: 2.3125rem;
}

.popup__brand-row {
  height: 17.6875rem;
}

.popup__brand-row:after {
  display: table;
  content: "";
}

.popup__brand-row:after {
  clear: both;
}

.popup__col {
  position: relative;
}

@media screen and (min-width: 768px) {
  .popup__col {
    width: 50%;
    height: 100%;
    float: left;
  }
  .popup__col_left {
    width: 49%;
    padding-right: 1.125rem;
  }
  .popup__col_right {
    padding-left: 1.375rem;
  }
}

.popup__brand-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup__img-cover {
  height: 100%;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-border-radius: 0 1.25rem 0 0.3125rem;
  -moz-border-radius: 0 1.25rem 0 0.3125rem;
  border-radius: 0 1.25rem 0 0.3125rem;
}

.popup__info {
  padding: 1.25rem;
}

@media screen and (min-width: 768px) {
  .popup__info {
    padding: 2.5625rem 3.25rem 2.6875rem;
  }
}

@media screen and (max-width: 480px) {
  .popup__info {
    padding: 0.9375rem;
  }
}

.popup_type_callback .popup__info {
  padding: 2.5625rem 2.5625rem 2.6875rem;
}

@media screen and (max-width: 480px) {
  .popup_type_callback .popup__info {
    padding: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .popup_size_s .popup__info {
    padding: 2.5625rem 2.5625rem 2.6875rem;
  }
}

.popup_type_success .popup__info {
  padding: 2.1875rem;
}

.popup__text {
  margin: 0;
  font-size: 1.125rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1.34;
}

.popup__author {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1.59;
}

.popup__link {
  display: block;
  font-size: 0.875rem;
  text-decoration: underline;
  text-transform: uppercase;
}

.custom-popup_bg_disable.mfp-bg {
  display: none;
}

.custom-popup .mfp-close {
  top: -1.0625rem;
  width: 2.4375rem;
  height: 2.4375rem;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  line-height: 2.4375rem;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .custom-popup .mfp-close {
    right: -1.125rem;
  }
}

.print {
  padding-bottom: 4.375rem;
}

.print__container {
  margin: 0 auto;
  width: 66.25rem;
}

.print__header {
  padding: 3.125rem 2.1875rem;
}

.print__header:after {
  display: table;
  content: "";
}

.print__header:after {
  clear: both;
}

.print__logo {
  display: inline-block;
}

.print__header-right {
  float: right;
  font-size: 3rem;
  font-family: 'Luga', serif;
}

.print__content {
  padding: 3.125rem 2.1875rem 4.375rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.print__map {
  margin-bottom: 3.125rem;
  overflow: hidden;
  height: 25rem;
}

.print__text {
  padding: 0 2.8125rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.375rem;
}

.print__text p {
  margin: 0.625rem 0 0;
}

.print__text span {
  margin-right: 0.5rem;
  font-size: 1.1875rem;
  font-weight: 400;
}

.print__row {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.print__row:after {
  display: table;
  content: "";
}

.print__row:after {
  clear: both;
}

.print__col {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  float: left;
  width: 50%;
}

.product-about {
  background: #f3f3f3;
  padding-bottom: 1.75rem;
}

.product-about__logo {
  display: block;
  margin: 0 auto;
}

.product-about__container {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
}

.product-about__container:after {
  display: table;
  content: "";
}

.product-about__container:after {
  clear: both;
}

.product-about__row {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/*Редизайн главной 15.06.2018*/
.d-o_h {
  overflow: hidden
}

.d-grid {
  display: block;
  max-width: 1293px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.d-cb:after, .d-grid:after, .d-row:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.d-ttn {
  text-transform: none
}

.slider-main .slick-dots {
  bottom: 2rem;
}

.slider-main .slick-dots li {
  width: 8px;
  height: 8px;
  border: 2px solid transparent;
  background-color: white;
}

.slider-main .slick-dots li.slick-active {
  background-color: transparent;
  border-color: white;
  box-sizing: content-box;
}

.slider-main__btn {
  text-transform: none;
  margin-top: 2rem;
  font-size: 1.125rem;
  padding: .7rem 2rem;
}

.slider-main {
  overflow: hidden;
}

.slider-main, .slider-main__block {
  /*height: 600px;*/
}

.slider-main__block img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.slider-main__block img.mob {
  display: none;
}
.slider-main__block {
  position: relative;
  color: white;
  display: flex !important;
  align-items: center;
  font-family: "Luga", "Arial", sans-serif;
}

.slider-main__img {
  background: no-repeat center/cover;
  position: static;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-main__text {
  font-size: 2.429rem;
}

.slider-main__title {
  font-size: 3.5rem;;
}

.slider-main__content {
    align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.slider-main__img:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #1e1a1a;
}

.advantages-main {
  background: #f8f8f8;
}

.advantages-main__icon {
  background: no-repeat center;
  margin-bottom: 1rem;
  height: 40px;
}

.partners-main__item:before {
  content: '';
  display: inline-block;
  min-width: 54px;
  margin-right: 2rem;
  height: 45px;
  background: no-repeat center;
}

.advantages-main__icon_1 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAgCAMAAABAUVr7AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAByFBMVEWtkFf///+tkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFf////SuGiVAAAAlnRSTlMAAGG/RFK+VRARDrmKq6pMmbK0r0D1ZFOzsUmA939PlUIBWe5udoZr8W2M5UEj6qJQSA2T+2gZTlFNE4iF4Lta59Q2RUod01+o7M4u3eI/xFvANKChpQrJ0BWQcHGwdf3M+WULyqPN6MXHeCcmJDpeKQgFMV0EJSrz0rrW/C3RXK7IYKbCGizcHNpydHnL5NgwMpaXlG+vgKIJAAAAAWJLR0QB/wIt3gAAAAlwSFlzAAALEgAACxIB0t1+/AAAAZxJREFUOMvtktdTWlEQhxcFAoIFC1xiC7HFGlSMIoISzQ12xUSsaBIsCCn2iIm9m8T++3s99yJXHsx1Js/5XnbPzje7OzuH6I6ERCXFo1I/EaNCIQaNNol00JNWq4mi1VAyUkiIopKaZkjPyNRnGU0cZ4jCmZ9m5+TmGdLN+c8UZHleAEZhUYEpDfcUl7woLROS8gqqrMLLPGt1Ta2t7lW9qiGKyd7osDU12q1WDk5SwVXDpjW3wP06bttWJ5xtLL7hQW/hYVlbO2zo6JSMzC727u5hWS+oDxks6Uetl4NDUgbwzjuA90SDvpgyBOOwAyOS4sHo8BgMMWWclfyYmMSHVEkxApPAR6JPAUGZEmrF0zPqhLh1R2dbgnMkriB0CYVDny1fvn6bD0mEFxaXvMvh0MqqOOg7v8bzQZ0rEnDzMdy+iEvnc/Nr6zk2pjzCD6ZEVmT4uSEM8pAc0un+yv3p/iv/oGxiS06Z3wbtYFdOoT2QHcF9GePgEHR0DHXRyenDnPz6jQBZlH9kf9TZOet14b+8unyYq+ubVcUtiXXVFFN6+nMAAAAASUVORK5CYII=');
}

.advantages-main__icon_2, .partners-main__item_1:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAAkCAMAAAAEjmLyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABpFBMVEX////+/f39/Pv+/v3///79/fz+/v7d07+6pnvf1cHQw6aznW7UyK36+PbFtI+3oXbd0763onXLvJz8+/rz7+i9qYG+q4P08ery7ua7p37Brof18+3t59zs5tvj28rHtZL7+vf49/LGtZG2oXTj2sjLu5vVyK7Lu5y8qH/Zzrbk3Mvo4NK9qYC8qH3x7uXHtpLy7+fm39DRw6fw6+Hb0Lvr5Ni1nnHc0brc0r3m3s/p4tWznG+4o3bOv6Hl3s60n3Dj28m4pHfSxarx7ua6pHq1oHLNvqC8qYDb0bzZzrW7p3zEso3Ht5XTxqrw6uH39fDMvJ3PwqXBr4j8+/nArYbDsYze1MD49vH29O7IuJb29O+5pHnf1sP59/Ph2MW0nXC2n3Px7eXg18X5+PXAroe5o3nHtpXw7OO6pXrFtJDl3czf1sLNvp/18uzCsIrKupnJuZjk28rGtJDaz7fWyrDMvZ3Vya/n39G4one/rIXKuprFs4/az7jb0bvc0rzPwKLRxKjo4dP08uvEs460nm+9qoHGtZPi2cfg18T5+PPe1cH///9Sk11VAAAAB3RSTlMAAAAAAAAAVWTqWAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAJaSURBVEjHnZXrWxJREMYHkIu8AqIgWCpqZaARmUYBqWhSJgYqqJkRUlh2v1pmpd3s9ld3dve47C6wDzhfzjnvzO9h9sxwhqi+WW2tdBwz2AG0HQN0OOFqd6Ojs1nQ40WXj/zdOHGyMaCzp1e0PjcC/ew8MIhTpyWpx6hLnsGR2U2iYBqSlbO6ZBAhyYZlaYQrOKcHGhGs6wtDL93ziNT1BXBBhxzFxWpxTMrcjhEdchzjVdqlKOwtbL2MK2pHe0Bh3YhpwXg0cRUTDJ1EWBlqJTdUpv2W+FQi6Z/GDNE1deAsDQNWqdS9sRSGaoBE13GD7duQivHIOWCU6CbmB8QocxoLllrgLbgz7GBZQNosytl5hIR1kQtLWM7pgES5PJbEqqexKArGFVFYhW1NAm7n13M1QKI7G7gr/sQKb4pCGPcoU9wsScesFxg0VkBXRk5iLFUco/vwFqgW+SCP8hYeGmTwUSX90qZIhjnJs23l2UZQdvi28Xgq8UQLrtnwlC3PjrJV3JDwAMwwkp4HUQ3mlvkNvZBuSFmVl6wqlgkBzb56rQVZVd7wqsziLak6IYp3QsQOyuKHqEF6j9QHZSfsqpvKz0JMO/hYqAJ96sANSoYU5sSkEGTaY6gGZB3/SRmaVDfNKj6Lq2EPuxqQvmCf6lscB9LGsI5pNUhf8U2H/I4ffGfeL2l8EfEO6llLcauub/unWYekQ0j/+F+/ZekPfwRwqAfWeKntstKhS2qnQ38A7j4+HRqcTZ6gMJF8XfB6GgMq9pdNwX8uOB3Ngnzy2g3Ng8zmolYd738bP3NBYcshnwAAAABJRU5ErkJggg==');
}

.advantages-main__icon_3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAaCAMAAAD7eU6DAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABa1BMVEX////+/v7+/v3///749/K+q4OznW7GtZH8+/nHtpXHtZLBrofRxKj8+/q9qYDs5dr5+PXs5tv08ert6N2znG+7p3z7+ve8qYC0nXDx7ubUx6zOv6Hs5trZzrbi2cfn4NK5o3jn39He1cH9/fzTxqvLu5vz8On7+vjBrojd07749vL29O/x7uXv6d+0n3DKuprr5dnQw6a3onW5o3ny7ub9/PvLu5z39fDm3s/Ku5u1nnH+/f3Cr4n6+Pa4one6pHr18+3Sxanu6N7w6+Hz8Ojx7OLy7+fSxaq0nm+3oXbf1sPUyK3c0r3IuJfTxqrEs47e1MDMvZ3b0Ljx7eW5pHn29O7h2Mb18+z08evk3M24o3a/rIXVya61oHLFtI/ArYbSxajEso318uz08uu7p37q5Nfo4NLOv6DIt5a8qH3l3s76+fb49vG6pnv5+PPv6uC8qH+9qYHFtJDg18T6+ffaz7i+qoLf1cL///+Zkn+PAAAABHRSTlMAAAAAs5NmmgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAFjSURBVDjLlZNnU8JAGIQPxAWjQIQgCKJiVBQbBBEBxYaCBSt2UcGu2NvfNxpmcklgJu6n3XeeuWyuECLK1Ig6MluIWqYmpraa0UJ0y2qDnc5sKy2HinZyrjYquhUdPe0q2gsflTr8tDoN2iJd+ms70c3KKUCv3MNr6F70yaFbUbpfAwdtGBgMVcMQvRvDNYqMuIDRsQBPdMkQjghA1Dsu+phPPrKJeG0+NplIQhBNakqu7I7XXX86zenfQzJThR0x/fAs5vTD80j8H7YsZFIaxrq4xGvhYDYHLK+o0FUPIKxp4DzS6xvApgLegpA1A9sqeAeFXUL24KLZfQgHhBziyEjBUYY5xolo+SJOqUd4hnNxaBRQYpikBJel48uL9kLzvsVhiPuzl9LXMuKFuyp4rhvYG9zSt9B+x90bHiIw/4YK1S/MwVbE45PiB59zeCkiWiFqOfyvb+8fqmH586v0zUr+B9fbNJSFxmA/AAAAAElFTkSuQmCC');
}

.advantages-main__icon_4, .partners-main__item_3:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAmCAMAAAB01KKfAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABnlBMVEX////9/Pv8+/r///7+/v3+/f39/fz7+vj8+/n+/v718+zm3s/c0r3k3M318uzk3MvFtJCznW66pHrUyK3v6+LEso25o3jDsozArofz8Ojn4NK0nm+6pnvm3tD49vK1oHLl3czp4tW0n3DKupr6+fb5+PO1nnHx7OK4onfIt5bJuJe7p3z5+PXd07749/LXzLLGtZHXzLO8qH+2oXTt59zs5tv39e/28+3x7uXw7OPs59vy7+fBrojv6uC6pXrPwKLRw6fQw6bPwKO0nXDu6d7WyrC/rIW9qYHOv6G9qYDw6uHu6N739fDl3s7y7ubTxqu3oXbYzLPKupnz8Ono4dTXy7LGtJDArYbMvZ3c0br49vHf1sPHtZLg18Px7ubHtpXRxKi/rITe1cHBroe5o3nf1cHg18Xv6d/g18SznG/YzbTe1MDq5NfGtpTFtI/h2MXNvp/d1L/29O+4pHfh2Mbh2cbHtpTFs4/Ku5u8qH3Lu5vNvZ/f1sLIuJb29O7HtpLt6N3Es47i2cfHt5W+q4Lo4dPJuZjx7eX08er///9KZ1ceAAAACnRSTlMAAAAAAAAAAAAAc6AYaAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAIXSURBVDjLtZTrXxJBFIZHoMXQyheJiFXMKLqgiS1kSHbbDDWNsoAiC6+YqWQXK7qoRWV/djM7uyu7O9u33g8z55x9fvPuXAmxKdDReeQo+beOdYEp2N3mzoSOUyJ8IkzbyEk3KCqjpzdGg1hHEH2nxFD/acTP6PHZOBLnRJDnPC60pBeRHBBQgwheakljYQwJqBSGLfkwLnudlIK0Jc8AVxzQCBSfpXBIwVUHlUXEVolg1EFJsizZCsg5/+sarAs0huuCOd7ATUt+C7cFVFbFnZY0DYwJKDKOu34z8ecxIYKIlMfklB7fm4QyLaRILgK1eybnuT9TkPFglLhIeiiDS519RNw18LhYUspPnlbIf9b0s9k5keLPW6yzCbgp8cKA2vNIRTNcVcxn5lHVs2gKC+06tYgl4zh4lxEiISwbA7SVsaKHJdSM6iqStE0ebOFLpHhQWVPN2zKEAm0LeGUuoLrGJ7COqjmPMjZou4Els7KJRa2v47VRCvDD71MQsFlWcGDYiS2t38K6zfINv9Jv3xUJmcN77dM2Nuk/hrWz80Gz/IhtlqywYT6hwawCDXwm5Au+mpaGYZwN468zjEJ1emprDNUtB/GNxfSO7tDOs4vGXgO7HhrvQPEalt/xg4VpLPDFbtLNa/KX8CdWWVdDiST7tCvxC0U+J6mJ3/p+jaNfs0z0kJF9Xto/rE/d12u8Fz79U/bPX4gBXlyKsdyqAAAAAElFTkSuQmCC');
}

.advantages-main__icon_5, .partners-main__item_2:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAnCAMAAABDnVrwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACClBMVEWtkFf///+tkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFetkFf////LanAVAAAArHRSTlMAADLYSqetAj7ZQOEDzVpQ08Q6TbABKo9dGdSgnVYmzEYK5CJ4lxDu/BWJtR/0LpqkDPX4IYoW+/EXtsgtT6VOn9dfjjG7Qbjibwjt/Vf+VdZmRAQgavbAwvNrhJlwYBt0S/p8XoV90JSb90iYbIxcryjGCwXcTONZsql6iyXqDSQJ54B7N7mVaMdS6xPf6aHsBr7dKcPVHO+3sea0jc/BMzA5RzirJ0Jk2+B2YhEYMQAAAAFiS0dEAf8CLd4AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAJASURBVDjLjdTpXxJRFAbgM1SChKYBYikVWgQVtlhpChptxBKVYklFi5aWS5ZFZpvSXmRlttui7cv7R3YHHGSQO9P74f7OHJ4P586dC5E8mnnz2bqgQEukK9SxUshKjiU9FhqIilBMtAglKphKsZjICBORuQRlKtiCcqIlWMrKChhVcCWsRMuwnJUFWKGMbVWoJlqJVUT21Q6nMl6DtUTrXI4aovXYoLzBjZtqNxNtgYVoa139NmWsQwNbG+Em8qCJlHEztrPVCzbsDuxUwbvQyNbdYGe3Bz4VbNgLPZFfHCYQDGlUTnBfeD97fweKWHkw3KJ23AFxaW3NlPmwLcKNPRe3HQI3IYtZht2oKz3MSXsUxTJ8BEeJE0Gw4pgMxxDjYz0qao7Hyk9I2I+TfHwKqQ11dM7g0zjDx11A99mucz3oTXeM6OPjfpwXBx7AhXTnIgb5uA9WEV9CYbqjjfZc5uJuVIs4gPhMqwFXeDiCodR7u4phknZ4jYev44Zob96SNkgjLsdofpy4DTezniA7Gql3J32J5uYuTIJw7z7wwJDB9iA8+WxZbUj38BEw9Dj7ex5AMjLXPhnD0zAQ9yfkH/8zeJ251jbGzvl5ZYs596aMv8DES7l1vkJ9p8aQ71rZfIi2abManiq8fiO7Vv2mTIbjwNt30tP7SWDyw+yvHxn+hP+MKyCQO4nPU9NSpjyZcrr3y2zdhI5mcWamB7+OEC9s1MS37ykrbvCHV32G5E/pbYz/8v3+o5CJ9r/p/45/QxoMmItg0jAAAAAASUVORK5CYII=');
}

.advantages-main__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 4rem 0;
}
.advantages-main__list .slick-arrow svg {
  fill: #dbdbdb;
  height: 26px;
}
.slick-slider .slick-track, .slick-slider .slick-list{min-width: 100%;}
.advantages-main__item {
  width: 20%;
  text-align: center;
  font-size: 1.143rem;
  margin: 1rem 0;
}

.brand-main__list {
  color: white;
  margin: -15px;
  overflow: hidden;
  margin-top: 2.8rem;
}

.brand-main__item {
  overflow: hidden;
  padding: 4rem 4.5%;
  display: block;
  background: no-repeat center/cover;
  position: relative;
  font-weight: 400;
  width: 31.19%;
  height: 366px;
  float: left;
  margin: 15px 1%
}

.brand-main__name {
  font-size: 2rem;
  max-height: 81px;
  overflow: hidden
}

.brand-main__text {
  font-size: 1.143rem;
  font-family: "HelveticaNeue";
  padding: 1.3rem 0 1.8rem;
  line-height: 1.4;
}
.brand-main__text-hide, .brand-main__table table{
  max-height:130px;
  overflow:hidden;
}

.brand-main__table table img {
  max-width: none;
  margin-right: 1rem
}

.brand-main__table table > td:first-child {
  text-align: center
}

.brand-main__table table td {
  vertical-align: middle;
  padding-bottom: 4px;
  line-height: 1.2;
}

.brand-main__table {
  opacity: 0;
  visibility: hidden
}

/*.brand-main__item:hover .brand-main__text-hide{ font-size:0; opacity:0; visibility:hidden; margin:0; padding:0; transform:scaleX(0) }
.brand-main__item:hover .brand-main__table{ display:block }*/

.brand-main__item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.6;
  background-color: black;
}

.brand-main__item:hover:before {
  opacity: 0.9;
}

.brand-main__content {
  position: relative;
  z-index: 1;
}

.brand-main__item:first-child {
  height: 701px;
}

.brand-main__item:nth-child(2) {
  width: 64.35%;
  height: 305px;
}

.brand-main__title-p {
  font-size: 1.429rem;
  font-family: "HelveticaNeue"
}

.brand-main__btn.btn_lg {
  font-size: 18px;
  margin-top: 20px;
}

.brand-main {
  overflow: hidden;
  padding: 4rem 0 0;
  margin-bottom: 35px
}

.brand-main .d-grid {
  position: relative
}

.brand-main .d-grid:before {
  content: '';
  background: url(../img/general/brand-main-bg.png) no-repeat center/cover;
  width: 737px;
  height: 762px;
  position: absolute;
  right: -69px;
  top: -108px;
  z-index: -1;
}

@media (min-width: 1025px) {
  .brand-main__item:hover .brand-main__text-hide {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    transform: scaleX(0)
  }

  .brand-main__item:hover .brand-main__table {
    opacity: 1;
    visibility: visible
  }

}

.subscribe-main__inner {
  margin-bottom: 4.5rem;
  padding: 4rem;
  background: #d6d6d6 url(../img/general/subscribe-main.jpg) no-repeat left/cover;
  color: black
}

.subscribe-main__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 2rem;
}

.form__field_white {
  background: white;
  border-color: white;
  color: black;
}

.subscribe-main__list .form__field {
  padding-left: 1.5rem;
}

.form__field_white::-webkit-input-placeholder {
  color: black;
}

.form__field_white:-moz-placeholder {
  color: black;
}

.form__field_white::-moz-placeholder {
  color: black;
}

.form__field_white:-ms-input-placeholder {
  color: black;
}

.main-title {
  color: black;
  font-size: 3.143rem;
  font-weight: 400;
}

.main-title-h3 {
  color: black;
  font-size: 1.714rem;
  font-weight: 400;
}

.main-title-p {
  font-size: 1.429rem;
  font-family: "HelveticaNeue";
}

.subscribe-main__text {
  font-family: "HelveticaNeue";
  font-size: 1.143rem;
  font-weight: 400;
}

.subscribe-main__list .form__group {
  flex: 1 0 auto;
  padding-right: 20px;
}
.subscribe-main__list .form__group.recaptcha {
  flex: 0 0 auto;
}
.subscribe-main__list .subscribe-main__chr {
  flex: 1;
  display: flex;
  align-items: center;
}
.subscribe-main__btn {
  background-color: #ad9057;
  border-radius: 1.4375rem;
  padding-left: 3rem;
  padding-right: 3rem
}

.subscribe-main__chr {
  font-size: 1.143rem;
}
.index_mob_menu{
  display: none;
  width: 100%;
}
.service-main__list {
  margin-top: 2.3rem;
}

.subscribe-main__chr {
  position: relative;
  display: block;
  padding-left: 27px
}

.subscribe-main__chr:before {
  /*content: '';*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: .2em;*/
  /*width: 14px;*/
  /*height: 14px;*/
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAkFBMVEU/PUhAYplBY5pHh95Nm/9Om/9Qm/9Wn/9Yof5VnftWn/ysz/na6vx3sPb///+30fBaoPnc6fnu8/pRkeNaofuhyPZ3p+JRmfbh7fy91/lRmvdtqvb8/f660u9Hj+2nxuzK3/jv9PtVleRFi+e50u+AruVQmPVWnvtKjuTR4fW80+9IjutIh95UnPo8guA/huTr1i+TAAAAA3RSTlMAAAD6dsTeAAAAAWJLR0QOb70wTwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAH9JREFUCNddz8cSwjAMBFAZybEkwLSEDqG3BPj/vyMjnBmGvb2LdgXgkLyF0AG4LHBKyBxgKxENCNSq2xMm8F9pPw6EfaIOR+OJGjUXlSJOZ2yU+WK5Wm+2nFjGYrc/aKIeTzGeL2xsiq63+6OyiwR1M+P5eqvNwv+RPy/UHfgAG7UIoVM5O6AAAAAASUVORK5CYII=');*/
}

.service-main__item {
  position: relative;
  overflow: hidden;
  padding: 2.5rem;
  background: #d6d6d6 no-repeat center;
  display: block;
  float: left;
  width: 33.33%;
  height: 250px;
  border: 1px solid white
}

.service-main__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: no-repeat center/cover;
}

.service-main__item:hover .service-main__img {
  transform: scale(1.2)
}

.service-main__name {
  font-size: 2.143rem;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
}

.service-main__item:nth-child(3), .service-main__item:nth-child(4) {
  height: 500px;
  margin-bottom: -250px;
}

.trans, .trans_hb:before, .trans_ha:after {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.service-main__btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
}

.service-main__item:hover .service-main__btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}

.service-main__item:nth-child(6) {
  width: 66.66%;
  float: right;
  color: #000;
  background-color: #342e27
}

.trans, .trans_hb:before, .trans_ha:after {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.brand-slider-main {
  margin: 4.5rem 0;
}

.brand-slider-main .slick-arrow svg {
  height: 26px;
  fill: #dbdbdb
}

.brand-slider-main__img {
  margin:auto;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  max-width:100%;
  max-height:100%;
}
.brand-slider-main .brand-slider-main__block{ position:relative; height:150px; }

.partners-main__item {
  align-items: center;
  display: flex;
  font-size: 1.143rem;
  max-width: 564px;
  margin-bottom: 1.5rem;
  font-family: 'HelveticaNeue';
}

.partners-main__list {
  margin: 3rem 0 4rem;
}

.partners-main__h3 {
  margin-top: .8rem;
}

.partners-main .d-grid {
  position: relative
}

.partners-main .d-grid:before {
  content: '';
  position: absolute;
  right: -64px;
  top: -41px;
  background: url(../img/general/brand-slider-main_bg.jpg) no-repeat center/cover;
  width: 723px;
  height: 523px;
  z-index: -1;
}

.partners-main {
  padding: 4rem 0 12rem;
}

.brand-slider-main .slick-dots {
  bottom: -1rem;
}

.brand-slider-main .slick-dots li {
  background-color: #c2bebe;
  width: 7px;
  height: 7px;
  border: 0;
}

.brand-slider-main .slick-dots li.slick-active {
  background-color: #c2bebe;
  opacity: 0.3;
}
.retailrocket-widget.retailrocket-theme-tiny{
  padding: 0!important;
}
.retailrocket-widget ul.retailrocket-items{
  margin: 0 -10px!important;
  width: calc(100% + 20px)!important;
}
.retailrocket-widget.retailrocket-theme-tiny .retailrocket-widgettitle{margin-left: 0!important;}
@media (max-width: 1293px) {
  .brand-main__item {
    padding: 4rem 2.5%;
  }
}

@media (max-width: 1169px) {
  .brand-main__name {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .brand-main .d-grid:before {
    left: 48%;
  }

  .partners-main .d-grid:before {
    left: 59%;
  }

  .brand-main__list {
    margin: -1%
  }

  .brand-main__list .brand-main__item {
    width: 48%;
    margin: 1%;
    height: 378px
  }

  .service-main__item {
    height: 200px
  }

  .service-main__item:nth-child(3), .service-main__item:nth-child(4) {
    height: 400px;
    margin-bottom: -200px;
  }
}

@media (max-width: 767px) {
  .advantages-main__item {width: 33.33%;}
  .form__group.d-tac_xs:not(.recaptcha){
    margin-top: 20px;
    order: 99;
    width: 100%!important;
  }
  .recaptcha iframe,.recaptcha div,.subscribe-main__list .form__group{
    max-width: 100%;
    width: auto!important;
  }
  .partners-main .d-grid:before {
    left: auto;
  }

  .partners-main__h3 {
    font-size: 1.125rem;
  }

  .d-tac_xs {
    text-align: center
  }

  .main-title {
    font-size: 2.25rem;
    line-height: 1;
  }

  .brand-main__title-p, .main-title-p {
    font-size: 1.125rem;
    line-height: 1;
  }

  .slider-main, .slick-slide.slider-main__block {
    height: 550px;
  }

  .slider-main__block {
    align-items: flex-start;
    padding: 2rem 0;
  }

  .slider-main__title {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1rem;
  }

  .slider-main__text {
    font-size: 1.5rem;
  }

  .advantages-main__list {
    justify-content: center;
  }

  .brand-main__list .brand-main__item {
    width: 100%;
    margin: 9px 0;
    padding: 4rem 2rem;
  }

  .brand-main__text table td:first-child {
    display: none;
  }

  .brand-main__list {
    margin: 2rem 0 0;
  }

  .brand-main .d-grid:before {
    content: '';
    background-size: contain;
    width: 737px;
    height: 526px;
    right: -272px;
    top: -205px;
  }

  .subscribe-main__chr {
    font-size: 1rem
  }

  .brand-main {
    padding-top: 11rem
  }

  .subscribe-main__inner {
    padding: 3rem 1rem;
    background-image: url(../img/general/subscribe-main_xs.png);
  }

  .service-main__list .service-main__item {
    width: 100%;
    height: 250px;
    padding: 2.5rem 2rem;
    margin-bottom: 20px
  }

  .service-main__name {
    font-size: 1.75rem;
  }

  .service-main__btn {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .partners-main {
    margin-bottom: 6rem;
    padding-top: 0;
  }

  .partners-main .d-grid:before {
    right: 0;
    top: auto;
    width: 100%;
    height: 255px;
    bottom: -245px;
    z-index: -1;
    background-size: contain;
    left: auto;
  }
}

/*Редизайн главной 15.06.2018 END*/




@media screen and (max-width: 767px) {
  .banner-top__img {background-image:none!important}
  .banner-top__content-item {width:100%;padding-right:0}

  .slider-main__img img:not(.mob) {
    display: none;
  }
  .slider-main__img img.mob {
    display: block;
  }
  .product-about__row {
    display: block;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 560px){
  .advantages-main__item{width: 50%;}
}
@media screen and (max-width: 510px){
  .subscribe-main__list .form__group,.subscribe-main__list .subscribe-main__chr{
    flex: 1 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .advantages-main__item{width: 100%;}
  .product-about__row {
    padding: 0 0.9375rem;
  }
}

.product-about__col {
  display: table-cell;
  vertical-align: top;
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .product-about__col {
    display: block;
  }
}

.product-about__col:nth-child(1) {
  width: 20%;
  padding-left: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .product-about__col:nth-child(1) {
    width: 100%;
    padding-left: 0;
  }
}

.product-about__col:nth-child(2) {
  width: 42%;
  padding-right: 1.25rem;
}

@media screen and (max-width: 767px) {
  .product-about__col:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
}

.product-about__col:nth-child(3) {
  padding-right: 2.5rem;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .product-about__col:nth-child(3) {
    width: 100%;
    padding-right: 0;
  }
}

.product-about__col:nth-child(3) img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.recommend__title {
  margin-bottom: 0.875rem;
  line-height: 1;
  font-size: 1.125rem;
  font-family: "Luga", "Arial", sans-serif;
}

.recommend__item:after {
  display: table;
  content: "";
}

.recommend__item:after {
  clear: both;
}

.recommend__item + .recommend__item {
  margin-top: 1.0625rem;
}

.recommend__image {
  width: 50%;
}

.recommend__icon-wrap {
  position: relative;
  width: 4.125rem;
  height: 4.125rem;
  float: left;
  margin-right: 0.9375rem;
}

.recommend__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recommend__content {
  overflow: hidden;
  font-family: "Luga", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.recommend__num {
  margin-bottom: -0.3125rem;
  font-size: 3rem;
}

.product-features {
  margin: 1.875rem auto;
  font-size: 0.875rem;
  background-color: #fff;
}

.product-features__value {
  font-weight: bold;
}

.product-features__value_head {
  margin-bottom: 0.9375rem;
}

.product-features__feature-block:not(:last-child) {
  padding-bottom: 1.625rem;
}

.product-features__feature {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.product-features__feature:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.product-features__img {
  display: block;
  width: 100%;
  height: 10.375rem;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.product-features__feature-1-3 {
  padding-right: 1.875rem;
  width: 40%;
  border-right: 1px solid #e5e5e5;
}

@media screen and (max-width: 480px) {
  .product-features__feature-1-3 {
    width: 50%;
  }
}

.product-features__feature-2-3 {
  width: 50%;
}

.feature-common {
  padding-top: 1.0625rem;
  padding-right: 1.875rem;
  padding-left: 1.75rem;
  padding-bottom: 0.9375rem;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  .feature-common {
    padding: 0.9375rem;
    overflow: hidden;
  }
}

.product-features-wrapper {
  display: none;
}

.product-features-wrapper_active {
  display: block;
}

.products {
  padding: 3.75rem 0 2.8125rem;
}

.products__content {
  position: relative;
  max-width: 1522px;
  margin: 0 auto;
  padding: 0 1.4375rem;
}

.products__content:after {
  display: table;
  content: "";
}

.products__content:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .products__content {
    padding: 0;
  }
}

.products__cell {
  width: 25%;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 767px) {
  .products__cell {
    width: 100%;
    float: none;
  }
  .products__cell:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.products_tea {
  background: url("../img/assets/products/tea-bg2.png") no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.products_coffee {
  background: url("../img/assets/products/coffee-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.products-collection {
  padding: 2.375rem 0;
}

.products-collection__content {
  position: relative;
  max-width: 1522px;
  margin: 0 auto;
  padding: 0 1.125rem;
}

.products-collection__content:after {
  display: table;
  content: "";
}

.products-collection__content:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .products-collection__content {
    padding: 0;
  }
}

.products-collection__cell {
  width: 33.33%;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

@media screen and (max-width: 767px) {
  .products-collection__cell {
    width: 100%;
    float: none;
  }
  .products-collection__cell:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.products-collection__item {
  position: relative;
  display: block;
  padding: 1.0625rem 0.625rem 1.5625rem 2rem;
}

.products-collection__item-inside {
  position: relative;
  z-index: 2;
  display: block;
}

.products-collection__name {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
}

.products-collection__category {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.products-collection__background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.promos:after {
  display: table;
  content: "";
}

.promos:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .promos {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .promos__item {
    float: left;
    width: 25%;
  }
}

@media screen and (max-width: 768px) {

  .promos__item {

    float: left;

    width: 50%

  }

}

.promos__item:nth-child(2) .promo__general {
  padding-left: 2.75rem;
}

.promos__item:nth-child(2) .promo__info {
  left: 2.75rem;
}

.promos__item:nth-child(3) .promo__general {
  padding-left: 3.125rem;
}

.promos__item:nth-child(3) .promo__info {
  left: 3.125rem;
}

.promo {
  position: relative;
  display: block;
  height: 32.5625rem;
  overflow: hidden;
  color: #fff;
}

.promo:hover:before {
  background: white;
}

.promo:hover .promo__img {
  -webkit-transform: translateX(9.6875rem);
  -moz-transform: translateX(9.6875rem);
  -ms-transform: translateX(9.6875rem);
  -o-transform: translateX(9.6875rem);
  transform: translateX(9.6875rem);
}

@media screen and (max-width: 1440px) {
  .promo:hover .promo__img {
    -webkit-transform: translateX(6.25rem);
    -moz-transform: translateX(6.25rem);
    -ms-transform: translateX(6.25rem);
    -o-transform: translateX(6.25rem);
    transform: translateX(6.25rem);
  }
}

.promo:hover .promo__desc {
  color: #000;
}

.promo:hover .promo__title {
  color: #0064a3;
}

.promo:hover .promo__info {
  opacity: 0;
  visibility: hidden;
}

.promo:hover .promo__content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.promo:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.promo__content {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 11.5625rem;
  z-index: 15;
  color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.25rem);
  -moz-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  -o-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 1440px) {
  .promo__content {
    left: 7.1875rem;
  }
}

.promo__caption {
  position: relative;
  z-index: 15;
  height: 8.4375rem;
  padding: 1.0625rem 0 0 4.125rem;
  overflow: hidden;
  color: #ffffff;
}

@media screen and (max-width: 1366px) {
  .promo__caption {
    padding: 1.0625rem 0 0 1.0625rem;
  }
}

.promo__title {
  font-size: 2.75rem;
  font-family: "Luga", "Arial", sans-serif;
  margin-bottom: 0.25rem;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.promo__title-hidden {
  display: none;
}

.promo__desc {
  padding: 0 40% 0 0.1875rem;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.promo__info {
  position: absolute;
  bottom: 3.125rem;
  left: 4.3125rem;
  right: 10%;
  z-index: 15;
  font-size: 1.125rem;
  line-height: 1.35;
  font-family: "Luga", "Arial", sans-serif;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.promo__img {
  position: absolute;
  right: 100%;
  bottom: 0;
  z-index: 15;
  width: 9.6875rem;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (max-width: 1440px) {
  .promo__img {
    width: 6.25rem;
  }

  .nav__list .nav__link {
    font-size: 14px;
  }
}

.promo__scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.promo__detail {
  padding-right: 1.875rem;
}

.promo__detail-title {
  max-height: 7.5rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.35;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.promo__detail-desc {
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.promo__more {
  position: absolute;
  bottom: 2.625rem;
  left: 0;
}

@media screen and (min-width: 768px) {
  .registration__title, .registration__breadcrumb {
    padding-left: 1.4375rem;
  }
}

.registration__title {
  letter-spacing: .02em;
  font-size: 2.25rem;
}

@media screen and (min-width: 768px) {
  .registration__title {
    font-size: 3rem;
  }
}

.registration__container {
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .registration__container {
    padding: 0 2.25rem 0 2.5rem;
  }
}

.registration .wrapper {
  padding: 0;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .registration .wrapper {
    padding-bottom: 12.5rem;
  }
}

.registration__content {
  margin-top: 1rem;
}

.registration__content:after {
  display: table;
  content: "";
}

.registration__content:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .registration__content {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .registration__form, .registration__info {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .registration__form {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .registration__info {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .registration__info {
    margin-top: 2.5rem;
  }
}

.registration__lead {
  padding: 1.25rem 1.5625rem;
  margin-bottom: 1.25rem;
  background-color: #e0dedf;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .registration__lead {
    padding: 1.125rem 3rem 1.0625rem;
  }
}

.registration__text {
  padding: 1.875rem 1.25rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .registration__text {
    padding: 3.1875rem 2.1875rem;
  }
}

.registration__text p {
  margin-top: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.rent {
  margin: 0 auto;
  max-width: 95.125rem;
}

.rent-info {
  overflow: hidden;
}

.rent-info__container {
  position: relative;
  max-width: 1522px;
  margin: 0 auto;
  padding: 0 4.25rem;
}

.rent-info__container:after {
  display: table;
  content: "";
}

.rent-info__container:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .rent-info__container {
    padding: 0;
  }
}

.rent-info__left-col, .rent-info__right-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.4375rem 0 1rem;
}

@media screen and (max-width: 767px) {
  .rent-info__left-col, .rent-info__right-col {
    float: none;
    width: 100%;
  }
  .rent-info__left-col br, .rent-info__right-col br {
    content: '';
  }
  .rent-info__left-col br::after, .rent-info__right-col br::after {
    content: ' ';
  }
}

.rent-info__left-col {
  position: relative;
  width: 51%;
}

@media screen and (max-width: 767px) {
  .rent-info__left-col {
    width: 100%;
    padding: 1.875rem 4.375rem;
  }
}

@media screen and (max-width: 480px) {
  .rent-info__left-col {
    padding: 1.875rem 0.9375rem;
  }
}

.rent-info__wrapper {
  position: relative;
  z-index: 2;
}

.rent-info__right-col {
  padding-left: 2.625rem;
  width: 49%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .rent-info__right-col {
    padding: 1.875rem 4.375rem;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .rent-info__right-col {
    padding: 1.875rem 0.9375rem;
  }
}

.rent-info__title {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .rent-info__title {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 480px) {
  .rent-info__title {
    font-size: 1.375rem;
  }
}

.rent-info__title_white {
  color: #fff;
}

.rent-info__title_no-wrap {
  white-space: nowrap;
}

.rent-info__text {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.rent-info__text_white {
  color: #fff;
}

.rent-info__background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 140%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.rent-products__container {
  position: relative;
  max-width: 1522px;
  margin: 0 auto;
  padding: 2.5rem 4.25rem 2.8125rem;
}

@media screen and (max-width: 480px) {
  .rent-products__container {
    padding: 2.5rem 0.9375rem;
  }
}

.rent-products__box {
  margin: 0 -1.875rem;
}

.rent-products__box:after {
  display: table;
  content: "";
}

.rent-products__box:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .rent-products__box {
    margin: 0;
  }
}

.rent-products__item {
  position: relative;
  float: left;
  width: 25%;
  height: 17.5rem;
}

@media screen and (max-width: 767px) {
  .rent-products__item {
    float: none;
    width: 100%;
    height: auto;
  }
  .rent-products__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.rent-products__content {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.9375rem 1.875rem;
  z-index: 2;
}

.rent-products__background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.rent-products__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
}

.rent-products__text_top-offset-m {
  margin-top: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .rent-products__text_top-offset-m br {
    content: '';
  }
  .rent-products__text_top-offset-m br::after {
    content: ' ';
  }
}

.rent-products__name {
  margin-top: 0.25rem;
  font-size: 1.125rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

.rent-products__fact {
  margin-top: 7.125rem;
  font-size: 1.5rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
  color: #fff;
}

.slider {
  background: #f3f3f3;
}

.slider__title {
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Luga", "Arial", sans-serif;
  margin: -0.125rem 0 2rem 2.875rem;
}

@media screen and (max-width: 480px) {
  .slider__title {
    margin: 0 0 2rem 0;
  }
}

@media screen and (max-width: 420px) {
  .slider__title {
    padding-right: 3.75rem;
  }
}

.slider__inner {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 2rem 1.4375rem 0;
}

@media screen and (max-width: 480px) {
  .slider__inner {
    padding: 1.875rem 0.9375rem 0;
  }
}

@media screen and (max-width: 480px) {
  .slider__content {
    margin: 0 -0.9375rem;
  }
}

.slider__item {
  margin: 0 1rem;
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 480px) {
  .slider__item {
    margin: 0 0.9375rem;
  }
}

.slider__buttons {
  position: absolute;
  top: 2.25rem;
  right: 1.375rem;
}

.slider__arrows {
  float: right;
  margin: -0.25rem 0 0 2.1875rem;
}

.slider .slick-arrow {
  width: 2.75rem;
  height: 0.625rem;
  background: url("../img/general/btn-next.png") no-repeat center right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.slider .slick-dots{
  float: left;
  font-size: 0;
}
.partners_slider__items .slick-dots{
  bottom: -30px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.partners_slider__items .slick-dots li:only-child{display: none;}
@media screen and (max-width: 767px) {
  .partners_slider__items .slick-dots{bottom: 20px;}
}
.slider .slick-dots:after ,.partners_slider__items .slick-dots:after{
  display: table;
  content: "";
}

.slider .slick-dots:after ,.partners_slider__items .slick-dots:after{
  clear: both;
}

.slider .slick-dots li ,.partners_slider__items .slick-dots li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8125rem;
}

.slider .slick-dots li button ,.partners_slider__items .slick-dots li button{
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  margin: 0;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -99999999px;
}
.partners_slider__items .slick-dots li button{background-color: #ccc;}
.slider .slick-dots li.slick-active button ,.partners_slider__items .slick-dots li.slick-active button{
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #000;
  background-color: transparent;
}
.partners_slider__items .slick-dots li.slick-active button{border: 2px solid #ad9057;}
.product {
  position: relative;
  min-height: 25.625rem;
  background: #ffffff;
}
.product:hover{z-index: 99;}
.product:hover .product__controls {
  opacity: 1;
  visibility: visible;
  transform: translateY(70%);
  z-index: 9;
}

.product:hover .product__inner {
  transform: scale(1.1);
}

.product__img {
  height: 15.125rem;
  overflow: hidden;
  text-align: center;
}

.product__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

/*
.product__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
*/
.product__inner {
  position: relative;
  height: inherit;
  transition: all 0.15s ease-out;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}

/*
.product__inner {
  position: relative;
  height: inherit;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}*/

.product__content {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 1rem 0.625rem 1.25rem 1.875rem;
}

.product__caption {
  margin-bottom: 1.3125rem;
}

.product__category {
  height: 1.125rem;
  margin-bottom: 0.1875rem;
  overflow: hidden;
}

.product__title {
  height: 3.375rem;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Luga", "Arial", sans-serif;
}

.product__detail {
  height: 2.8125rem;
  overflow: hidden;
  font-size: 0.75rem;
}

.product__detail li:before {
  content: '•';
  margin-right: 0.1875rem;
  font-size: 0.625rem;
}

.product__price {
  height: 3.5625rem;
  overflow: hidden;
  line-height: 1;
}

.product__price-item {
  display: inline-block;
  vertical-align: top;
}

.product__price-item + .product__price-item {
  margin-left: 1.0625rem;
}

.product__price-item_new .product__price-sum {
  font-size: 1.5rem;
}

.product__price-item_new .product__price-sum span {
  font-size: 1.125rem;
}

.product__price-item_old .product__price-title {
  margin-bottom: 0.6875rem;
}

.product__price-item_old .product__price-sum {
  font-size: 0.875rem;
}

.product__price-sum {
  font-size: 1.125rem;
  font-weight: 600;
}

.product__price-value {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
}

.product__controls {
  background-color: #fff;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0.9375rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-out;
}
.product__controls .btn{margin: 0 0.6875rem 1.3125rem 0;}
.product__controls-click {
  margin-bottom: 1.3125rem;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #3b750c;
}

.product__discount {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 1.6875rem;
  padding: 0 1.0625rem;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.6875rem;
  font-family: "Luga", "Arial", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #de3c3c;
}

.product__discount:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.84375rem 0.4375rem 0.84375rem 0;
  border-color: transparent #fff transparent transparent;
}

.product__premium {
  position: absolute;
  top: 13.625rem;
  left: 0;
  z-index: 1;
  height: 1.625rem;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1.625rem;
  font-family: "Luga", "Arial", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #91774e;
  background: -webkit-gradient(linear, left top, right top, from(#91774e), color-stop(50%, #a9915f), to(#92784f));
  background: -webkit-linear-gradient(left, #91774e 0%, #a9915f 50%, #92784f 100%);
  background: -moz-linear-gradient(left, #91774e 0%, #a9915f 50%, #92784f 100%);
  background: -o-linear-gradient(left, #91774e 0%, #a9915f 50%, #92784f 100%);
  background: linear-gradient(to right, #91774e 0%, #a9915f 50%, #92784f 100%);
}

.product_discount .product__price-item_new .product__price-title,
.product_discount .product__price-item_new .product__price-sum {
  color: #b82323;
}

.product_discount .product__price-item_new .product__price-title {
  margin-bottom: 0.125rem;
}

.product_detail .product__title {
  height: 2.25rem;
  margin-bottom: 0.625rem;
}

.product_detail .product__price {
  height: 2.5rem;
}
@media only screen and (max-width: 992px){
  .product__controls-click,.product__controls .btn{margin-bottom: 0.8rem;}
  .product .product__controls {
    margin-top: -18px;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 9;
  }
  .product:hover .product__controls {
    transform: none;
  }
}/* END 992px */
.slider__item .product_discount .product__caption {
  margin-bottom: 0;
}

.slider__item .product__content {
  padding: 1rem 0.625rem 0 1.1875rem;
}

.spinner {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.spinner__field, .spinner__btn {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
}

.spinner__field {
  width: 3.3125rem;
  text-align: center;
  border: 1px solid #e6e4e5;
}

.spinner__field::-webkit-inner-spin-button, .spinner__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.spinner__btn {
  width: 1.625rem;
  background: transparent;
}

.strongest {
  font-size: 0;
}

.strongest__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  direction: rtl;
  font-size: 1rem;
}

.strongest__wrap:after {
  display: table;
  content: "";
}

.strongest__wrap:after {
  clear: both;
}

.strongest__ico {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1.75rem;
  cursor: pointer;
  color: #FFB300;
  background: url("../img/assets/strongest/strongest-icon.png") left no-repeat;
  -webkit-background-size: 1.5625rem 1.75rem;
  -moz-background-size: 1.5625rem 1.75rem;
  -o-background-size: 1.5625rem 1.75rem;
  background-size: 1.5625rem 1.75rem;
  opacity: .2;
}

.strongest__ico:last-child {
  margin-left: 0;
}

.strongest__input {
  display: none;
}

.strongest__ico:hover,
.strongest__ico:hover ~ .strongest__ico,
.strongest__input:checked ~ .strongest__ico {
  opacity: 1;
}

.tags {
  margin: 0.5625rem -1.6875rem 0;
}

@media screen and (max-width: 480px) {
  .tags {
    margin: 0.5625rem -0.9375rem 0;
  }
}

.tags__title {
  display: inline-block;
  margin-left: 1.625rem;
  margin-bottom: 0.3125rem;
  vertical-align: middle;
  font-size: 3rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .tags__title {
    margin-left: 0.9375rem;
    display: block;
  }
}

.tags__item {
  margin-left: 0.8125rem;
  margin-bottom: 0.625rem;
  padding: 0.40625rem 1.125rem;
  display: inline-block;
  font-family: Luga;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  background: #fff;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.tea-info {
  overflow: hidden;
}

.tea-info__container {
  position: relative;
}

.tea-info__container:after {
  display: table;
  content: "";
}

.tea-info__container:after {
  clear: both;
}

.tea-info__left-col, .tea-info__right-col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 0 3.375rem;
}

@media screen and (max-width: 767px) {
  .tea-info__left-col, .tea-info__right-col {
    float: none;
  }
}

.tea-info__left-col {
  padding-left: 4.25rem;
  width: 50.5%;
  position: relative;
  background-image: -webkit-linear-gradient(315deg, #eaf5be 20%, #fcf6e3 100%);
  background-image: -moz-linear-gradient(315deg, #eaf5be 20%, #fcf6e3 100%);
  background-image: -o-linear-gradient(315deg, #eaf5be 20%, #fcf6e3 100%);
  background-image: linear-gradient(135deg, #eaf5be 20%, #fcf6e3 100%);
}

@media screen and (max-width: 767px) {
  .tea-info__left-col {
    width: 100%;
    padding: 1.875rem 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .tea-info__left-col {
    width: 100%;
    padding: 1.875rem 0.9375rem;
  }
}

.tea-info__wrapper {
  position: relative;
  z-index: 2;
}

.tea-info__right-col {
  padding-top: 1.625rem;
  padding-left: 3.0625rem;
  width: 49.5%;
}

@media screen and (max-width: 767px) {
  .tea-info__right-col {
    width: 100%;
    padding: 1.875rem 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .tea-info__right-col {
    padding: 1.875rem 0.9375rem;
  }
}

.tea-info__title {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
}

.tea-info__text_luga-m {
  margin: 0.8125rem 0 1.125rem;
  font-size: 1.125rem;
  font-family: Luga;
  font-weight: 400;
  line-height: 1.35;
}

.tea-info__text_margin-bottom-large {
  margin-bottom: 1.0625rem;
}

.tea-info__text_margin-top-large {
  margin-top: 1.125rem;
}

@media screen and (max-width: 767px) {
  .tea-info__text br {
    content: '';
  }
  .tea-info__text br::after {
    content: ' ';
  }
}

.tea-info__background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-background-size: 36rem 22.375rem !important;
  -moz-background-size: 36rem 22.375rem !important;
  -o-background-size: 36rem 22.375rem !important;
  background-size: 36rem 22.375rem !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}

@media screen and (min-width: 768px) {
  .thanks__title, .thanks__breadcrumb {
    padding-left: 1.4375rem;
  }
}

.thanks__title {
  letter-spacing: .02em;
  font-size: 2.25rem;
}

@media screen and (min-width: 768px) {
  .thanks__title {
    font-size: 3rem;
  }
}

.thanks__container {
  padding: 0 1.25rem;
}

@media screen and (min-width: 768px) {
  .thanks__container {
    padding: 0 2.25rem 0 2.5rem;
  }
}

.thanks .wrapper {
  padding: 0;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .thanks .wrapper {
    padding-bottom: 12.5rem;
  }
}

.thanks__content {
  margin-top: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .thanks__content {
    padding: 2.25rem 1.25rem;
  }
}

.thanks__subtitle {
  margin-bottom: 1.375rem;
  font-family: "Luga";
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.thanks__text {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  letter-spacing: 0.029em;
}

.thanks__text p {
  margin: 0;
}

.thanks__row:after {
  display: table;
  content: "";
}

.thanks__row:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .thanks__left, .thanks__right {
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .thanks__left {
    width: 73%;
  }
}

@media screen and (min-width: 768px) {
  .thanks__right {
    width: 27%;
    margin-top: -0.75rem;
  }
}

.thanks__link {
  padding-left: 0.8125rem;
  padding-right: 1rem;
  margin-bottom: 1.4375rem;
  font-size: 0.6875rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .thanks__link {
    font-size: 0.75rem;
  }
}

.thanks__link_home {
  color: #000;
  background-color: #f6f6f6;
}

.thanks__link_cabinet {
  background-color: #597800;
}

.toggler {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #f6f6f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .toggler {
    display: none;
  }
}

.toggler::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  margin-top: -0.125rem;
  margin-left: -0.3125rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  border-color: #000 transparent transparent transparent;
}

.toggler_active::after {
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
  border-color: transparent transparent #000 transparent;
}

.tooltip {
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.25rem;
  border: 0.0625rem solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: help;
}

.tooltip:hover {
  color: #fff;
  background-color: #000;
}

.tooltip::before, .tooltip::after {
  position: absolute;
  left: 50%;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
}

.tooltip::before {
  content: '';
  display: block;
  z-index: 2;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  -o-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

.tooltip::after {
  z-index: 1;
  padding: 0.75rem;
  margin-bottom: 0.8125rem;
  width: 15rem;
  content: attr(data-tooltip);
  font-family: "HelveticaNeue", "Arial", sans-serif;
  font-size: 0.8125rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip:hover::after, .tooltip:hover::before {
  color: #000;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .tooltip_mobile-center {
    position: static;
  }
  .tooltip_mobile-center:hover::before {
    display: none;
  }
}

.top {
  position: relative;
  line-height: 2.4375rem;
  background-color: #000000;
}
.top.top_open{background: none;}
.top__inner {
  /*display: none;*/
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 2.375rem 0 4.25rem;
}
.top{display: none;}
.header_right_block{
    align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: right;
	justify-content: flex-end;
	max-width: 520px;
	padding: 17px 4rem 0 0;
}
    .location_container{
      position: relative;
      z-index: 211;
    }
      .location_container .your-location__city{color: #000;}
      .location_container .location{
        border: 2px solid #f3f3f3;
        border-radius: 1.25rem;
        top: 20px;
      }
      .location_container .your-location{margin-right: 0;}
      .header_right_block .product-count{margin: 0 25px 0 18px;}
      .user_link{
        align-items: center;
        color: #000;
		display: flex;
		font-family: Luga;
		font-size: 0.834rem;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		line-height: 16px;
		text-transform: uppercase;
      }
        .user_link img{margin-right: 10px;}
  .header_right_block_bottom{
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      padding-top: 13px;
  }
    .header_right_block_bottom .btn{
      display: none;
      font-size: 12px;
      line-height: 16px;
      margin-right: 12px;
      padding: 7px 28px;
    }
    .header_right_block_bottom .search{
      height: 30px;
      margin: 0;
    }
      .header_right_block_bottom .search__field{
        border-radius: 15px;
        height: 30px;
      }
      .header_right_block_bottom .search__submit{
        height: 16px;
        width: 16px;
      }
.place_mob_menu {
  display: none;
  position: relative;
  max-width: 1370px;
  margin-top: -20px;
  padding: 0 18px;
  background-color: #fff;
}
.top__inner:after {
  display: table;
  content: "";
}

.top__inner:after {
  clear: both;
}
.index_mob_menu .flexbox.only_768{display: none;}
.mob_grid_index{
    align-items: flex-start;
    box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
  }
    .mob_grid_index section{width: 100%;}
.index_mob_menu {
    display: block;
    order: 2;
}
  section.slider-main{
      margin-bottom: 30px;
      order: 1;
    }
    section.popular-box{order: 3;}
    section.subscribe-main{order: 4;}
    section.service-main{order: 5}
    section.brand-slider-main{order: 6;}
    section.partners-main{order: 6;}
    section.index_about{order: 7;}
  .index_mob_menu .flexbox{
    justify-content: flex-start;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .index_mob_menu .catalog_link.active{display: none;}
  .catalog_link{
    align-items: center;
    background: linear-gradient(93.35deg, #D7D7D7 9.73%, #EFEFEF 86.91%);
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 140px;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 100%;
  }
    .index_mob_menu .catalog_link:not(.active){
      height: 180px;
      margin: 0 10px 20px;
      width: calc(20% - 20px);
    }
    .catalog_link span,.catalog_link a{
      color: #333;
      font-family: "Luga";
      font-size: 22px;
      line-height: 26px;
      margin-bottom: auto;
      padding-top: 20px;
      position: relative;
      z-index: 9;
    }
    .index_mob_menu .catalog_link:not(.active) span,.index_mob_menu .catalog_link:not(.active) a{
      font-size: 18px;
      line-height: 22px;
    }
    .catalog_link img{
      bottom: 0;
      position: absolute;
      right: 0;
    }
    .catalog_link em{
      background: url(../img/open_cat.svg) bottom 20px right 20px no-repeat;
      bottom: 0;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 9;
    }
.catalog_link.active{
	background: #333;
	color: #fff;
	display: flex;
	height: 60px;
}
	.catalog_link.active span,.catalog_link.active a{
		color: #fff;
		font-size: 15px;
		padding-top: 17px;
	}
    .catalog_link.active em{
      background-position: left 20px top;
      bottom: 12px;
      transform: rotate(-180deg);
    }
    .catalog_link.active img{display: none;}
.flexbox{
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .catalog_link.small {
    width: calc(50% - 5px);
  }

  .catalog_link.small span {
    font-family: "HelveticaNeue";
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }

  .discounts_link {
    align-items: center;
    background-color: #EE4444;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Luga";
    font-size: 22px;
    height: 60px;
    justify-content: flex-start;
    line-height: 26px;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
    width: 100%;
  }

  .discounts_link_business {
    align-items: center;
    background-color: #5c7e9c;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Luga";
    font-size: 22px;
    height: 60px;
    justify-content: flex-start;
    line-height: 26px;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
    width: 100%;
  }
@media screen and (min-width: 1440px) {
  .top__inner {
    padding-right: 3.375rem;
  }
}
@media screen and (max-width: 1024px) {
.header__inner{padding-left: 16px;}
.header_right_block{
  max-width: 422px;
  padding: 12px 16px 0 0;
}
  .header_right_block_bottom{padding-top: 6px;}
  .header_right_block_bottom .btn{
    background-image: url(../img/ico_compare.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    width: 30px;
  }
}/* END 1024px */
@media screen and (max-width: 1200px) {
.index_mob_menu .catalog_link:not(.active){width: calc(25% - 20px);}
.index_mob_menu .flexbox.only_768{display: flex;}
  .index_mob_menu .flexbox:not(.only_768) .catalog_link:nth-child(n + 10){display: none;}
  .index_mob_menu .flexbox.only_768 .catalog_link:nth-child(n + 2){display: none;}
  .flexbox.only_768 .discounts_link,.flexbox.only_768 .discounts_link_business{
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
}/* END 1200px */
@media screen and (max-width: 960px) {
/*.bx-logged body:not(.index_page){padding-top: calc(14rem - 26px);}
body:not(.index_page){padding-top: 15rem;}*/
.index_mob_menu .catalog_link:not(.active){width: calc(50% - 20px);}
}/* END 960px */
@media screen and (max-width: 767px) {
  .adaptive .top__inner {
    background-color: #fff;
    display: none;
    margin-top: -20px;
    padding: 0 18px;
  }
  /*.adaptive .top_open .top__inner {display: block;}*/
  .adaptive .top_open .place_mob_menu {display: block;}
body.overflow{overflow: hidden;}
.menu_overlay.active{
	/*height: 100vh;*/
	height: 100%;
	left: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	z-index: 999;
}
.mob_menu_container{margin-bottom: 20px;}
  .menu_item_title{
        border-radius: 12px;
        box-sizing: border-box;
        color: #333;
		display: block;
		font-size: 16px;
		font-weight: 500;
		height: 60px;
		line-height: 18px;
		margin-bottom: 10px;
		position: relative;
		transition: all 0.2s linear;
		width: 100%;
  }
    .menu_item_title.active{
      background-color: #333;
      color: #fff;
    }
    .with_dropdown.menu_item_title em{
      background: #D7D7D7 url(../img/ico_dropdown.svg) center no-repeat;
      border-radius: 50%;
      content: "";
      height: 36px;
      position: absolute;
      right: 20px;
      top: 12px;
      transition: all 0.2s linear;
      width: 36px;
      z-index: 9;
    }
    .with_dropdown.menu_item_title.active em{
      background-color: #fff;
      transform: rotate(-180deg);
    }
    .menu_item_title a{
      align-items: center;
      border-radius: 12px;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
	  flex-wrap: wrap;
      height: 100%;
      justify-content: flex-start;
      padding: 0 76px 0 20px;
      width: 100%;
    }
.hidden{display: none;}
  .top{display: block;}
  .catalog_link{
    height: 140px;
    width: 100%;
  }
  .index_mob_menu .catalog_link.active{
      display: flex;
      margin: 0 10px 20px;
      width: 100%;
  }
  .index_mob_menu .catalog_link:not(.active){
    height: 140px;
    width: calc(100% - 20px);
  }
  .index_mob_menu .flexbox.only_768 .catalog_link{width: calc(50% - 20px);}
    .index_mob_menu .flexbox.only_768 .catalog_link span{
        font-size: 15px;
        line-height: 18px;
    }
  .index_mob_menu .catalog_link:not(.active) span,.index_mob_menu .catalog_link:not(.active) a{
      font-size: 22px;
      line-height: 26px;
    }
  .flexbox.only_768 .discounts_link,.flexbox.only_768 .discounts_link_business{
    margin: 0 10px 20px;
    width: 100%;
  }
  .index_mob_menu .flexbox.only_768 .catalog_link:nth-child(n + 2){display: flex;}
  .mob_nav {
    padding-left: 20px;
  }

  .mob_nav li:not(:last-child) {
    margin-bottom: 10px;
  }

  .mob_nav li a {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
  }
}/* END 767px */

.top__data {
  position: relative;
  float: right;
  min-width: 19.0625rem;
}

@media screen and (max-width: 767px) {
  .adaptive .top__data {
    float: none;
    width: 100%;
  }
  .adaptive .top__data:after{
    clear: both;
    content: "";
    display: block;
  }

  .adaptive .top__navbar-item {
    vertical-align: top;
  }

  .adaptive .top_open .top__data {
    display: none;
  }

  .adaptive .top_open .top__navbar-top {
    padding-bottom: 25px;
  }

  .adaptive .top__navbar-top {
    background: white;
    overflow: hidden;
    margin: 0 -20px;
    padding: 25px 20px 9px;
  }

  .adaptive .header__inner {
    display: none
  }

  .adaptive .top__navbar-logo {
    width: 120px;
    display: inline-block
  }

  .adaptive .top__navbar-right {
    padding-top: 6px;
  }

  .adaptive .nav__item {
    position: relative;
  }

  .adaptive .nav__item-arrow .nav__link {
    pointer-events: none;
  }

  .adaptive .single-col .nav__item-arrow.open + .dropdown {
    display: block;
  }

  .adaptive .nav__link-arrow:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 4px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAEBAMAAACuIQj9AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJ1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////drN+nAAAAC3RSTlMAcP1vVvhVQO8sx0WPQeIAAAABYktHRAyBs1FjAAAACXBIWXMAAAsSAAALEgHS3X78AAAAH0lEQVQI12MQ2r17kwEDS/TuMAYGhoodBUCScyUDAwBY+wYtC0TnPgAAAABJRU5ErkJggg==');
  }

  .adaptive .nav__item-arrow.open .nav__link-arrow:after {
    transform: rotate(180deg);
  }

}

.top__navbar {
  display: none;
  padding: 0 1.25rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
}

.top__navbar:after {
  display: table;
  content: "";
}

.top__navbar:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .adaptive .top__navbar {
    display: block;
    height: auto;
    line-height: inherit;
  }
}

/*.top_open .top__navbar {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: 2;*/
/*width: 100%;*/
/*}*/

.top__navbar-left {
  float: left;
}

.top_open .top__navbar-left {
  display: none;
}

.top__navbar-right {
  float: right;
  line-height: 0;
  padding-top: 0.75rem;
}

.top__toggle {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 1.3125rem;
  height: 1rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  background: transparent;
  border: none;
}

.top__toggle span {
  display: block;
  position: absolute;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: black;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.top__toggle span:nth-child(1) {
  top: 0;
}

.top__toggle span:nth-child(2), .top__toggle span:nth-child(3) {
  top: 0.4375rem;
}

.top__toggle span:nth-child(4) {
  top: 0.875rem;
}

.top_open .top__toggle span,
.top_search .top__toggle span {
  background-color: #e6e4e5;
}

.top_open .top__toggle span:nth-child(1),
.top_search .top__toggle span:nth-child(1) {
  top: 0.4375rem;
  left: 50%;
  width: 0;
}

.top_open .top__toggle span:nth-child(2),
.top_search .top__toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_open .top__toggle span:nth-child(3),
.top_search .top__toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top_open .top__toggle span:nth-child(4),
.top_search .top__toggle span:nth-child(4) {
  top: 0.4375rem;
  left: 50%;
  width: 0;
}

.top__navbar-item {
  margin-right: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.5625rem;
  height: 1.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  font-size: 0;
}

.top__navbar-item:last-child {
  margin-right: 0;
}

.top__navbar-item_type_search {
  background-image: url("../img/assets/top/search-icon.png");
}

.top__navbar-item_type_cart {
  position: relative;
  background-image: url("../img/assets/top/cart-icon.png");
}

.top__navbar-item_type_personal {
  background-image: url("../img/assets/top/personal-icon.png");
}

.top__navbar-count {
  position: absolute;
  top: 0;
  right: -0.625rem;
  padding: 0 0.3125rem;
  color: #fff;
  font-size: 0.75rem;
  background-color: #709342;
  line-height: 1rem;
  height: 1rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
}

.menu {
  float: left;
  font-size: 0;
}

.menu + .menu {
  margin-left: 2.6875rem;
}

@media screen and (min-width: 1440px) {
  .menu + .menu {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 1250px) {
  .menu + .menu{margin-left: 1rem;}
}
@media screen and (max-width: 767px) {
  .adaptive .menu {
    float: none;
    margin: 0;
    background: black;
  }

  .adaptive .menu:first-child {
    padding-top: 1.5rem;
  }

  .adaptive .menu:first-child + .menu {
    padding-bottom: 1.5rem;
  }

  .adaptive .top_open .top__navbar-item {
    display: none
  }
}

.menu__list:after {
  display: table;
  content: "";
}

.menu__list:after {
  clear: both;
}

.menu__item {
  float: left;
}

.menu__item + .menu__item {
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .adaptive .menu__item {
    float: none;
    margin-left: 0;
    text-align: center;
  }
}

.menu__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  color: #fff;
  -webkit-border-radius: 0.8125rem;
  -moz-border-radius: 0.8125rem;
  border-radius: 0.8125rem;
}

@media screen and (max-width: 767px) {
  .adaptive .menu__link {
    display: block;
    font-family: "HelveticaNeue";
    font-size: 1.125rem;
    color: white;
    line-height: 1.4;
  }
}

.your-location {
  float: left;
  margin-right: 1.875rem;
  color: #fff;
}

.your-location:after {
  display: table;
  content: "";
}

.your-location:after {
  clear: both;
}

@media screen and (min-width: 1440px) {
  .your-location {
    margin-right: 2.625rem;
  }
}

@media screen and (max-width: 767px) {
  /*.adaptive .your-location {*/
  /*float: none;*/
  /*margin-left: 1rem;*/
  /*font-size: 1.125rem;*/
  /*}*/
}

.your-location__legend {
  float: left;
  color: #929292;
}

.your-location__city {
  float: left;
  margin-left: 0.3125rem;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

}

.go-cabinet {
  float: right;
}

.go-cabinet__link {
  position: relative;
  display: inline-block;
  height: 1.625rem;
  padding: 3px 24px 0 10px;
  border: 0.125rem solid #fff;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  border-radius: 0.8125rem;
}

.go-cabinet__link:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0.6875rem;
  bottom: 0;
  margin: auto;
  width: 0.3125rem;
  height: 0.625rem;
  background: url("../img/general/arrow-right-sm-white.png") no-repeat center right;
  background-size: contain;
}
.product-count__total:before,.adaptive .top__navbar-item_type_cart{
  background-image: url(/local/templates/sunny/i/ic_basket.svg);
}
.adaptive .top__navbar-item_type_cart {
    background-size: 20px auto;
}
.adaptive .top__navbar-item_type_search {
  background-image: url(/local/templates/sunny/i/ic_look.svg);
  background-size: 17px auto;
}
.search__submit {
   background-image: url(/local/templates/sunny/i/ic_look.svg);
   background-size: 100%;
}
.cabinet__right .cabinet__logout {
  width: 26px;
  height: 26px;
  border: none;
  padding: 0;
  background-image: url(/local/templates/sunny/i/ic_quit.svg);
  background-size: cover;
}
.cabinet__right .cabinet__logout span {
  display: none;
}
.cabinet__header-top {
  display: flex;
  align-items: flex-start;
}
.cabinet__title {
    font-size: 1.65rem;
}
.cabinet__right {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.go-cabinet__link{padding-top: 4px;}
  .adaptive .go-cabinet {
    margin-right: 15px
  }

  .adaptive .header-phone {
    display: none
  }

  .adaptive .top__navbar-item_type_cart {
    margin-top: -5px;
    width: 24px;
    height: 24px;
  }

  .adaptive .top__navbar-item {
    margin-right: 1.4rem;
  }

  .adaptive .your-location {
    margin-right: 0;
  }

  .adaptive .top__navbar-item_type_search {
    width: 17px;
    height: 17px;
  }

}

.turnkey-solutions__container {
  position: relative;
  max-width: 1522px;
  margin: 0 auto;
  padding: 2.5rem 4.25rem 2.8125rem;
}

@media screen and (max-width: 480px) {
  .turnkey-solutions__container {
    padding: 0 0.9375rem;
  }
}

.turnkey-solutions__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
}

.turnkey-solutions__box {
  margin: 2.1875rem -3.125rem 0;
}

.turnkey-solutions__box:after {
  display: table;
  content: "";
}

.turnkey-solutions__box:after {
  clear: both;
}

@media screen and (max-width: 480px) {
  .turnkey-solutions__box {
    margin: 2.1875rem 0;
  }
}

.turnkey-solutions__item {
  float: left;
  width: 33.33%;
  padding: 0 1.25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .turnkey-solutions__item {
    width: 100%;
    float: none;
    padding: 0;
  }
  .turnkey-solutions__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.turnkey-solutions__item-top {
  position: relative;
  height: 20.75rem;
  background: #f5f5f5;
}

.turnkey-solutions__item-top_has-border {
  border: 0.125rem solid #000;
}

.turnkey-solutions__item-top_has-border .turnkey-solutions__about-product {
  padding-top: 1.125rem;
  margin: 0 1.75rem;
}

.turnkey-solutions__item-top_has-border .btn_in-solution {
  bottom: 1.75rem;
}

.turnkey-solutions__about-product {
  position: relative;
  z-index: 2;
  padding-top: 1.25rem;
  margin: 0 1.875rem;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.turnkey-solutions__name {
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: Luga;
  font-weight: 400;
}

.turnkey-solutions__text {
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.turnkey-solutions__text_bold {
  font-weight: 600;
}

.turnkey-solutions__text_small {
  font-size: 0.75rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .turnkey-solutions__text_small br {
    content: '';
  }
  .turnkey-solutions__text_small br::after {
    content: ' ';
  }
}

.turnkey-solutions__text_margin-top-small {
  margin-top: 0.4375rem;
}

.turnkey-solutions__text_margin-top-medium {
  margin-top: 0.875rem;
}

.turnkey-solutions__background {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.turnkey-solutions__item-bottom {
  padding: 1.5625rem 0.625rem 0 1.875rem;
}

@media screen and (max-width: 480px) {
  .turnkey-solutions__item-bottom {
    padding: 1.5625rem 0.9375rem 0 1.875rem;
  }
}

.turnkey-solutions__sub-title {
  font-size: 1.125rem;
  line-height: 1;
  font-family: Luga;
  font-weight: 400;
}

.article-content {
  padding: 2rem 2.1875rem 3.8125rem;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .article-content {
    padding: 2rem 0.9375rem 1rem;
  }
}

.article-content__title {
  margin-bottom: 1.3125rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 480px) {
  .article-content__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.article-content__text p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.article-content__text img {
  margin-top: 1rem;
  margin-bottom: 1.0625rem;
}

.article-preview {
  background-color: #fff;
}

.article-preview__img-link {
  position: relative;
  display: block;
  height: 10.4375rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.article-preview__text {
  padding: 1.3125rem 1.8125rem 0.9375rem;
  min-height: 10.3125rem;
}

.article-preview__date {
  margin-bottom: 0.1875rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.article-preview__title {
  margin-bottom: 0.375rem;
  overflow-y: hidden;
  line-height: 1.5rem;
  height: 4.5rem;
}

@media screen and (max-width: 480px) {
  .article-preview__title {
    height: auto;
  }
}

.article-preview__tags {
  overflow-y: hidden;
  height: 16px;
}

.article-preview__tag {
  font-family: Luga;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #acacac;
  text-transform: uppercase;
}

.article-preview_mod .article-preview__date {
  margin-bottom: 0;
}

.article-preview_mod .article-preview__title {
  margin-bottom: 1.25rem;
  line-height: 1.875rem;
}

.article-preview_mod .article-preview__text {
  padding-bottom: 0.625rem;
}

.article-preview-big__bage,
.article-preview__bage {
  position: relative;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.3125rem;
  display: inline-block;
  max-width: 80%;
  font-family: Luga;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  color: white;
  background-color: #03a34f;
}

.article-preview-big__bage::after,
.article-preview__bage::after {
  position: absolute;
  right: -0.9375rem;
  top: 0;
  width: 0.9375rem;
  height: 100%;
  content: '';
  background: url("../img/general/bage.png") right center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.article-preview-big {
  background-color: #fff;
}

.article-preview-big__img-link {
  position: relative;
  display: block;
  height: 20.9375rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.article-preview-big__text {
  padding: 1.5625rem 1.8125rem;
}

.article-preview-big__date {
  margin-bottom: 0.0625rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.article-preview-big__title {
  margin-bottom: 2.0625rem;
  overflow-y: hidden;
  line-height: 1.5rem;
  max-height: 4.5rem;
}

.article-preview-big__desc {
  overflow-y: hidden;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  height: 10.1875rem;
}

.article-preview-big__tags {
  position: absolute;
  bottom: 1.25rem;
  left: 1.8125rem;
  overflow-y: hidden;
  height: 16px;
}

.article-preview-big__tag {
  font-family: Luga;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #acacac;
  text-transform: uppercase;
}

.article-preview-big_mod .article-preview__date {
  margin-bottom: 0;
}

.article-preview-big_mod .article-preview__title {
  margin-bottom: 1.25rem;
  line-height: 1.875rem;
}

.article-preview-big_mod .article-preview__text {
  padding-bottom: 0.625rem;
}

.article-sidebar__item {
  margin-bottom: 2.5rem;
}

.article-sidebar__item_tags {
  margin-left: -0.5rem;
  margin-right: -2.375rem;
}

@media screen and (max-width: 480px) {
  .article-sidebar__item_tags {
    margin: 0 0 2.5rem 0;
  }
}

.article-title {
  padding: 6.9375rem 1.875rem 4.6875rem;
  color: black;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .article-title {
    padding: 3.75rem 0.9375rem 2.5rem;
  }
}

.article-title__date {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.article-title__head {
  margin-bottom: 3.5625rem;
  line-height: 3rem;
}

@media screen and (max-width: 480px) {
  .article-title__head {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.article-title__tags {
  margin-left: 0.3125rem;
}

.article-title__tags-link {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.blog-article .breadcrumb {
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
}

.blog-article .breadcrumb__item {
  margin-left: -0.0625rem;
}

.blog-article__container {
  margin: 0 auto;
  padding-bottom: 2.625rem;
  max-width: 95.125rem;
}

.blog-article__layout {
  padding-top: 0.875rem;
}

.blog-article__layout:after {
  display: table;
  content: "";
}

.blog-article__layout:after {
  clear: both;
}

.blog-article__content {
  margin-bottom: 2.8125rem;
  float: left;
  width: 65.4%;
}

@media screen and (max-width: 767px) {
  .blog-article__content {
    width: 100%;
    float: none;
  }
}

.blog-article__sidebar {
  padding-left: 2.5625rem;
  float: right;
  width: 34.6%;
}

@media screen and (max-width: 767px) {
  .blog-article__sidebar {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.blog-article__banners:after {
  display: table;
  content: "";
}

.blog-article__banners:after {
  clear: both;
}

.blog-article__banner_1 {
  float: left;
  width: 31.1%;
}

@media screen and (max-width: 767px) {
  .blog-article__banner_1 {
    width: 100%;
    float: none;
  }
}

.blog-article__banner_2 {
  float: right;
  width: 65.4%;
}

@media screen and (max-width: 767px) {
  .blog-article__banner_2 {
    width: 100%;
    float: none;
  }
}

.blog-banner-1 {
  position: relative;
  padding: 1.4375rem 1.8125rem;
  display: block;
  min-height: 20.75rem;
}

.blog-banner-1__image {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 480px) {
  .blog-banner-1__image {
    display: none;
  }
}

.blog-banner-1__product {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.blog-banner-1__brand {
  line-height: 1.875rem;
}

.blog-banner-1__desc {
  margin-top: 0.125rem;
  display: inline-block;
  font-family: GothamPro;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.blog-banner-1__desc-text {
  line-height: 0.9375rem;
}

.blog-banner-2 {
  padding: 0.875rem 2rem;
  margin-bottom: 3.1875rem;
  display: block;
  height: 6.9375rem;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.blog-banner-2__product {
  margin-bottom: 0.375rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.blog-banner-2__product-desc {
  line-height: 1.5rem;
}

.blog-banner-3 {
  padding: 1.5rem 1.9375rem;
  min-height: 20.625rem;
  background: #fac7b9 url("../img/assets/blog/blog-banner-3/banner-3.jpg") right center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.blog-banner-3__title {
  margin-bottom: 1.375rem;
  line-height: 1.875rem;
}

.blog-banner-3__button {
  padding: 0.71875rem 1.25rem;
  margin-left: -0.25rem;
  font-size: 0.75rem;
}

.blog-banner-4 {
  padding: 1.75rem 0;
  min-height: 20.625rem;
  border: 0.125rem solid #b82323;
  background: #fff url("../img/assets/blog/blog-banner-4/banner-4.jpg") center top -1.8125rem no-repeat;
  -webkit-background-size: 24.0625rem 23.25rem;
  -moz-background-size: 24.0625rem 23.25rem;
  -o-background-size: 24.0625rem 23.25rem;
  background-size: 24.0625rem 23.25rem;
}

.blog-banner-4:after {
  display: table;
  content: "";
}

.blog-banner-4:after {
  clear: both;
}

.blog-banner-4__box {
  width: 50%;
}

.blog-banner-4__box_left {
  float: left;
}

.blog-banner-4__box_right {
  float: right;
}

.blog-banner-4__box_right:after {
  display: table;
  content: "";
}

.blog-banner-4__box_right:after {
  clear: both;
}

.blog-banner-4__badge {
  padding: 0.375rem 2rem 0.375rem 1.75rem;
  margin-bottom: 1.375rem;
  display: inline-block;
  background: #de3c3c url("../img/assets/blog/blog-banner-4/badge.jpg") right center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.blog-banner-4__bage-text {
  color: white;
}

.blog-banner-4__desc {
  padding-left: 1.75rem;
}

.blog-banner-4__product {
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.blog-banner-4__brand {
  margin-bottom: 0.625rem;
  line-height: 1.875rem;
}

.blog-banner-4__price {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.15px;
  line-height: 1.125rem;
  color: #b82323;
}

.blog-banner-4__old-price {
  margin-bottom: 1.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.blog-banner-4__button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 0.71875rem 1.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.blog-banner-4__discount {
  padding-top: 3.9375rem;
  padding-right: 1.0625rem;
  float: right;
  text-align: center;
}

.blog-banner-4__discount-title {
  margin-bottom: 0.1875rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.blog-banner-4__discount-count {
  font-size: 5rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #b82323;
  white-space: nowrap;
}

.blog-banner-4__discount-count-sign {
  position: relative;
  top: -0.375rem;
}

.blog-banner-4__discount-desc {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.blog-tags {
  margin-left: -0.625rem;
  margin-bottom: -0.625rem;
}

.blog-tags__item {
  margin-left: 0.625rem;
  margin-bottom: 1.0625rem;
  padding: 0.40625rem 1.0625rem;
  display: inline-block;
  font-family: Luga;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: black;
  background-color: white;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.cart-list__header {
  display: table;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 1.25rem;
  font-family: "Luga";
  letter-spacing: .02em;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #e6e4e5;
}

.cart-list__header:after {
  display: table;
  content: "";
}

.cart-list__header:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .cart-list__header {
    padding-left: 1.3125rem;
  }
}

.cart-list__header .cart-list__col {
  display: none;
}

@media screen and (max-width: 767px) {
  .cart-list__header .cart-list__col:first-child {
    display: block;
    text-align: center;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .cart-list__header .cart-list__col {
    display: table-cell;
  }
}

.cart-list__body {
  font-size: 0.9375rem;
  background-color: #fff;
}

.cart-list__body:after {
  display: table;
  content: "";
}

.cart-list__body:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .cart-list__body {
    padding: 2.9375rem 0rem 0rem 1.75rem;
  }
}

.cart-list__body .cart-list__col {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .cart-list__body .cart-list__col {
    margin-bottom: 0rem;
  }
}

.cart-list__footer {
  padding: 1.875rem 1.25rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .cart-list__footer {
    padding: 0.1875rem 1.75rem 3.875rem;
  }
}

.cart-list__footer-inner {
  position: relative;
}

.cart-list__footer-inner:after {
  display: table;
  content: "";
}

.cart-list__footer-inner:after {
  clear: both;
}

.cart-list__item {
  position: relative;
  padding: 1.875rem 1.25rem;
  width: 100%;
  border-bottom: 1px solid #e6e4e5;
}

.cart-list__item:after {
  display: table;
  content: "";
}

.cart-list__item:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .cart-list__item {
    display: table;
    padding: 0;
    margin-bottom: 1.875rem;
    height: 5.5625rem;
    border: none;
  }
}

.cart-list__item:last-child {
  margin-bottom: 0;
}

.cart-list__item .cart-list__col {
  float: none;
}

@media screen and (min-width: 768px) {
  .cart-list__item .cart-list__col {
    display: table-cell;
    vertical-align: middle;
  }
}

.cart-list__item-card {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cart-list__item-card {
    display: table;
  }
}

.cart-list__item-thumb, .cart-list__item-content {
  display: block;
}

@media screen and (min-width: 768px) {
  .cart-list__item-thumb, .cart-list__item-content {
    display: table-cell;
    vertical-align: middle;
  }
}

.cart-list__item-thumb {
  position: relative;
  margin-bottom: 1.25rem;
  width: 7.3125rem;
  height: 5.5625rem;
}

@media screen and (min-width: 768px) {
  .cart-list__item-content {
    padding-left: 1.4375rem;
  }
}

.cart-list__image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cart-list__item-category, .cart-list__item-title {
  margin: 0;
  font-family: "HelveticaNeue", "Arial", sans-serif;
}

.cart-list__item-category {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .cart-list__item-category {
    margin-top: -0.125rem;
  }
}

.cart-list__item-title {
  font-weight: 700;
  letter-spacing: .023em;
}

.cart-list__cost {
  margin: 0;
  font-weight: 700;
}

.cart-list__trash {
  position: absolute;
  top: 1.875rem;
  right: 1.25rem;
  padding: 0;
  background: transparent;
  width: 0.875rem;
  height: 1.3125rem;
}

.cart-list__trash::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 1rem;
  height: 1.0625rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAG1BMVEUAAADm4+Tq5OTm5Obl5OXn5OTv7+/m5OXm5OUtzcH4AAAACHRSTlMA8DCgn2AQ31aeF4UAAABLSURBVHjaVdDhCkAxBIZhO2Zz/1d8/PD1miQ9KWEW20acypWDvhVVioB0EwFNACSABFA2KCLzqmdmv+C9EdDGAU2ACICOgNvD3//8FQkBzvTJ08sAAAAASUVORK5CYII=") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .cart-list__trash::before {
    width: 14px;
    height: 21px;
    background: url("../img/assets/cart/cart-list/trash-icon.png") no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .cart-list__trash {
    position: relative;
    top: 0;
    right: 0;
  }
}

.cart-list__clear {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: .02em;
  text-decoration: underline;
  text-transform: uppercase;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .cart-list__clear {
    position: absolute;
    bottom: -0.8125rem;
    left: 0.125rem;
  }
}

.cart-list__total {
  margin-top: 1.25rem;
  float: right;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .cart-list__total {
    margin-top: 0;
    margin-right: 1.875rem;
  }
}

.cart-list__total-title {
  margin: 0;
  margin-bottom: 1rem;
  font-family: 'Luga';
  font-size: 1.5rem;
  word-spacing: 0.1875rem;
  letter-spacing: 0.01em;
}

.cart-list__total-title strong {
  font-family: "HelveticaNeue", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.cart-list__btn {
  display: inline-block;
  height: 2.3125rem;
  font-size: 0.75rem;
  line-height: 2.3125rem;
  background-color: #597800;
}

@media screen and (min-width: 768px) {
  .cart-list__col {
    display: table-cell;
    vertical-align: middle;
    width: 15%;
    text-align: center;
  }
  .cart-list__col:last-child {
    width: 5%;
  }
  .cart-list__col_size_xl {
    width: 40%;
    text-align: left;
  }
  .cart-list__col_size_l {
    width: 15%;
  }
  .cart-list__col_size_s {
    width: 15%;
  }
  .cart-list__col_size_m {
    width: 15% !important;
  }
}

.cart-list__caption {
  display: inline-block;
  min-width: 6.25rem;
  font-family: "HelveticaNeue", "Arial", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .cart-list__caption {
    display: none;
  }
}

.delivery-info {
  position: relative;
  /*&::before,
    &::after {
        position: absolute;
        z-index: 1;
        top: 0;
        content: '';
        width: 50%;
        height: 100%;
    }

    &::before {
        left: 0;
        background-color: #ececec;
    }

    &::after {
        right: 0;
        background-color: #f0f0f0;
    }*/
}

.delivery-info__title {
  font-family: Luga;
  font-weight: 400;
  margin-bottom: 1.75rem;
  color: #61823b;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 480px) {
  .delivery-info__title {
    font-size: 1.75rem;
  }
}

.delivery-info__subtitle {
  margin-bottom: 0.8125rem;
  font-family: Luga;
  font-size: 1.5rem;
}

.delivery-info__subtitle_m_big {
  margin-bottom: 1.8125rem !important;
}

.delivery-info__text {
  margin-top: 0;
  margin-bottom: 0.1875rem;
}

.delivery-info__block {
  position: relative;
  z-index: 2;
  padding-top: 2.25rem;
  padding-bottom: 999px;
  margin-bottom: -961px;
  float: left;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .delivery-info__block {
    padding-top: 0.9375rem;
    float: none;
    width: 100%;
  }
}

.delivery-info__block_left {
  background-color: #ececec;
  padding-left: 4.25rem;
  padding-right: 0.9375rem;
}

@media screen and (max-width: 480px) {
  .delivery-info__block_left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.delivery-info__block_right {
  background-color: #f0f0f0;
  padding-left: 3rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 480px) {
  .delivery-info__block_right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.delivery-info__block_right .delivery-info__subtitle {
  margin-bottom: 0.5625rem;
}

.delivery-info__block_right .delivery-info__text {
  margin-bottom: 0.5rem;
}

.delivery-list__item {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.delivery-list__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '—';
}

.delivery-regions {
  color: #fff;
}

.delivery-regions__inner:after {
  display: table;
  content: "";
}

.delivery-regions__inner:after {
  clear: both;
}

.delivery-regions__title, .delivery-regions__list, .delivery-regions__description {
  float: left;
}

.delivery-regions__title {
  font-family: Luga;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  width: 9.375rem;
  margin-right: 5.4375rem;
}

@media screen and (max-width: 480px) {
  .delivery-regions__title {
    width: 100%;
  }
  .delivery-regions__title br {
    content: '';
  }
  .delivery-regions__title br::after {
    content: ' ';
  }
}

.delivery-regions__list {
  padding-top: 0.1875rem;
  margin-right: 2.625rem;
}

.delivery-regions__list:after {
  display: table;
  content: "";
}

.delivery-regions__list:after {
  clear: both;
}

.delivery-regions__list-column {
  float: left;
}

.delivery-regions__list-column:first-child {
  margin-right: 3.5625rem;
}

.delivery-regions__list-column:nth-child(2) {
  margin-right: 1.8125rem;
}

.delivery-regions__description {
  padding-top: 0.375rem;
  line-height: 1.125rem;
  width: 11.5625rem;
}

.delivery-regions__description p {
  margin-top: 0;
  margin-bottom: 1.1875rem;
}

.dolomia-collection {
  padding-top: 2.25rem;
  padding-bottom: 4.375rem;
  color: #000;
  background: url("../img/assets/dolomia/dolomia-collection/collection-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dolomia-collection__title {
  float: left;
  width: 24%;
  font-family: Luga;
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .dolomia-collection__title {
    width: 100%;
    float: none;
  }
}

.dolomia-collection__desc {
  float: left;
  width: 43.33333%;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .dolomia-collection__desc {
    width: 100%;
  }
}

.dolomia-collection__desc:last-child {
  margin-right: 0;
  width: 31.6666%;
}

@media screen and (max-width: 767px) {
  .dolomia-collection__desc:last-child {
    width: 100%;
  }
}

.dolomia-collection__header {
  margin-bottom: 1.875rem;
}

.dolomia-collection__header:after {
  display: table;
  content: "";
}

.dolomia-collection__header:after {
  clear: both;
}

.dolomia-collection__list:after {
  display: table;
  content: "";
}

.dolomia-collection__list:after {
  clear: both;
}

.dolomia-collection__item {
  padding: 1.25rem 1.875rem 1.5rem;
  margin-right: 2%;
  float: left;
  width: 23%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .dolomia-collection__item {
    width: 100%;
    margin-right: 0;
  }
  .dolomia-collection__item:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.dolomia-collection__item:last-child {
  margin-right: 0;
}

.dolomia-collection__item-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0rem;
  height: 15rem;
}

.dolomia-collection__item-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.dolomia-collection__item-category {
  display: block;
}

.dolomia-collection__item-title {
  margin-bottom: 1.1875rem;
  font-family: Luga;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.dolomia-collection__item-size {
  margin-bottom: 0.75rem;
}

.dolomia-collection__item-link {
  font-family: Luga;
  text-transform: uppercase;
  color: #31b4ff;
}

.dolomia-features {
  padding-top: 2.3125rem;
  padding-bottom: 3.4375rem;
}

.dolomia-features__row {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

.dolomia-features__row:after {
  display: table;
  content: "";
}

.dolomia-features__row:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .dolomia-features__row {
    margin-left: 0;
    margin-right: 0;
  }
}

.dolomia-features__col {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  float: left;
  width: 33.33333%;
}

.dolomia-features__col:nth-child(2) {
  padding-top: 0.1875rem;
  padding-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .dolomia-features__col:nth-child(2) {
    padding: 0;
  }
}

.dolomia-features__col:last-child {
  padding-top: 0.1875rem;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .dolomia-features__col:last-child {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .dolomia-features__col {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
  .dolomia-features__col:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.dolomia-features__header {
  margin-bottom: 1.875rem;
  font-family: Luga;
}

.dolomia-features__col:nth-child(2) .dolomia-features__header {
  margin-bottom: 1.625rem;
}

.dolomia-features__title {
  font-size: 2.25rem;
  line-height: 1;
}

.dolomia-features__text {
  margin-top: 0;
}

.dolomia-features__text_size_m {
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1;
}

.dolomia-features__text_size_s {
  letter-spacing: .04rem;
}

.dolomia-features__list {
  font-size: 1.125rem;
}

.dolomia-features__list_default {
  margin-top: 1.5rem;
  margin-bottom: 2.375rem;
  padding-left: 0.625rem;
  font-family: Luga;
}

.dolomia-features__list_default .dolomia-features__list-item {
  position: relative;
  margin-bottom: 0.8125rem;
  line-height: 1.375rem;
}

.dolomia-features__list_default .dolomia-features__list-item::before {
  position: absolute;
  top: 0.5625rem;
  left: -0.75rem;
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.dolomia-features__list_spec .dolomia-features__list-item {
  font-size: 0.875rem;
  line-height: 1.6;
}

.dolomia-features__list_spec .dolomia-features__list-item strong {
  position: relative;
  padding-right: 1.4375rem;
  margin-right: 0.375rem;
  display: inline-block;
  min-width: 6.25rem;
  font-family: 'Luga', serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.dolomia-features__list_spec .dolomia-features__list-item strong::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 0.6875rem;
  height: 0.0625rem;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dolomia-features__list_spec .dolomia-features__list-item span {
  display: inline-block;
  margin-left: -0.25rem;
  font-size: 0.9375rem;
  position: relative;
  top: -0.125rem;
}

.dolomia-features__col:nth-child(2) .dolomia-features__list {
  margin-bottom: 1.5625rem;
  padding-left: 0.9375rem;
}

.dolomia-features__col:last-child .dolomia-features__header {
  margin-bottom: 1.625rem;
}

.dolomia-hero {
  position: relative;
  padding-bottom: 5.875rem;
  color: #fff;
  height: 30rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .dolomia-hero {
    height: auto;
    padding-bottom: 3.125rem;
  }
}

@media screen and (max-width: 556px) {
  .dolomia-hero {
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 480px) {
  .dolomia-hero {
    padding-bottom: 1.5625rem;
  }
}

.dolomia-hero__center {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 15rem;
  height: 28.5rem;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

@media screen and (max-width: 767px) {
  .dolomia-hero__center {
    display: none;
  }
}

.dolomia-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 2.6875rem;
  font-family: Luga;
  font-weight: 400;
}

.dolomia-hero__content:after {
  display: table;
  content: "";
}

.dolomia-hero__content:after {
  clear: both;
}

.dolomia-hero__block_left {
  float: left;
  width: 18.75rem;
}

@media screen and (max-width: 767px) {
  .dolomia-hero__block_left {
    float: none;
    width: 100%;
  }
}

.dolomia-hero__block_right {
  margin-top: -0.5rem;
  float: right;
  width: 21.25rem;
}

@media screen and (max-width: 767px) {
  .dolomia-hero__block_right {
    margin-top: 0;
    float: none;
    width: 100%;
  }
}

.dolomia-hero__btn {
  font-family: "HelveticaNeue", "Arial", sans-serif;
}

.dolomia-hero__title {
  margin-bottom: 1.375rem;
  font-size: 3rem;
  line-height: 3.625rem;
}

@media screen and (max-width: 480px) {
  .dolomia-hero__title {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

.dolomia-hero__title span {
  display: block;
}

.dolomia-hero__text_size_m {
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
}

.dolomia-hero__text_size_l {
  font-size: 1.875rem;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .dolomia-hero__text_size_l {
    font-size: 1.375rem;
  }
}

.dolomia-hero__text span {
  display: block;
}

.dolomia-hero__block_right .dolomia-hero__text_size_l {
  margin-top: 2.1875rem;
  margin-bottom: 0.875rem;
}

.dolomia-hero__list {
  padding-left: 3.25rem;
  font-family: Luga;
  font-size: 1.125rem;
}

.dolomia-hero__list strong {
  font-size: 1.875rem;
  font-weight: 400;
}

.dolomia-hero__list-item {
  position: relative;
  margin-bottom: 0.5625rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .dolomia-hero__list-item {
    white-space: normal;
  }
}

.dolomia-hero__list-item::before {
  position: absolute;
  top: 0.3125rem;
  left: -2.8125rem;
  content: '';
  width: 2rem;
  height: 2rem;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.dolomia-hero__list-item:nth-child(odd)::before {
  background-image: url("../img/assets/dolomia/dolomia-hero/icon-1.png");
}

.dolomia-hero__list-item:nth-child(even)::before {
  background-image: url("../img/assets/dolomia/dolomia-hero/icon-2.png");
}

.dolomia-hero__scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
}

@media screen and (max-width: 767px) {
  .dolomia-hero__scene {
    width: auto;
    min-width: auto;
  }
}

.dolomia-info {
  position: relative;
  font-family: 'Luga', serif;
  font-weight: 400;
}

.dolomia-info::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 50.555%;
  height: 100%;
  background-color: #37aaeb;
}

@media screen and (max-width: 767px) {
  .dolomia-info::before {
    width: 100%;
  }
}

.dolomia-info__left, .dolomia-info__right {
  float: left;
  width: 50%;
  min-height: 22.4375rem;
}

@media screen and (max-width: 767px) {
  .dolomia-info__left, .dolomia-info__right {
    float: none;
    width: 100%;
    min-height: auto;
  }
}

.dolomia-info__left {
  position: relative;
  padding-top: 6.3125rem;
  padding-right: 9.375rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .dolomia-info__left {
    padding: 1.875rem 0 0;
  }
}

.dolomia-info__left::before {
  position: absolute;
  top: 0;
  right: 3.625rem;
  content: '';
  width: 27.9375rem;
  height: 22.375rem;
  background: url("../img/assets/dolomia/dolomia-info/italy.png") center no-repeat;
}

.dolomia-info__right {
  padding-top: 1.4375rem;
  padding-left: 1.75rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .dolomia-info__right {
    padding: 0 0 1.875rem;
  }
}

.dolomia-info__content {
  position: relative;
}

.dolomia-info__title {
  margin-bottom: 0.5625rem;
  font-size: 1.875rem;
}

.dolomia-info__text {
  margin-top: 0;
}

.dolomia-info__text_size_s {
  margin-bottom: 1.125rem;
  font-family: "HelveticaNeue", "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
}

.dolomia-info__text_size_m {
  margin-bottom: 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.dolomia-info__right .dolomia-info__text_size_m {
  margin-bottom: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .order-table .cart-list__col_size_xl {
    width: 52%;
  }
  .order-table .cart-list__col_size_l {
    width: 24%;
  }
}

.order-table .cart-list__body {
  position: relative;
  padding: 0;
  height: 24.6875rem;
  overflow: hidden;
}

.order-table .cart-list__header {
  font-size: 0.9375rem;
}

.order-table .cart-list__item {
  height: auto;
}

.order-table .cart-list__item-thumb {
  margin-right: 0.5625rem;
  width: 4.0625rem;
  height: 2.875rem;
}

.order-table .cart-list__item-content {
  margin-top: 0.1875rem;
}

.order-table__total {
  margin-top: 1.3125rem;
  padding: 1.25rem 1.25rem 3.375rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .order-table__total {
    padding: 1.5rem 1.5rem 3.375rem;
  }
}

.order-table__total .registration-form__col:first-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .order-table__total .registration-form__col:first-of-type {
    width: 56.6%;
  }
}

@media screen and (min-width: 768px) {
  .order-table__total .registration-form__col:last-of-type {
    width: 43.4%;
    text-align: right;
  }
}

.order-table__total .registration-form__btn {
  display: inline-block;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  margin-top: 1.25rem;
  margin-right: 0.375rem;
  width: 151px;
  height: 37px;
  color: #000;
  font-size: 0.75rem;
  background-color: #f6f6f6;
}

.order-table__total-text:after, .order-table__sum:after {
  display: table;
  content: "";
}

.order-table__total-text:after, .order-table__sum:after {
  clear: both;
}

.order-table__total-text {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.order-table__total-text .order-table__left,
.order-table__sum .order-table__left {
  font-family: "Luga";
}

.order-table__total-text .order-table__right,
.order-table__sum .order-table__right {
  padding-left: 1.25rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .order-table__total-text .order-table__right,
  .order-table__sum .order-table__right {
    padding-left: 2.875rem;
  }
}

.order-table__left, .order-table__right {
  width: 50%;
  float: left;
}

.order-table__left {
  width: 50%;
  text-align: right;
}

.order-table__sum {
  margin-top: 0.875rem;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .order-table__sum {
    font-size: 1.5rem;
  }
}

.order-table__promo {
  margin-bottom: 1.9375rem;
}

.nano-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
  padding: 1.125rem 2.5rem 1.125rem 1.125rem;
}

.nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar .nano-content::-webkit-scrollbar {
  display: block;
}

.nano-pane {
  position: absolute;
  right: 1.125rem;
  top: 1.125rem;
  bottom: 1.125rem;
  width: 1px;
  background: #d2d2d2;
}

.nano-slider {
  position: relative;
  right: 0.3125rem;
  width: 0.75rem;
  background-color: #f1f1f1;
  border: 1px solid #bebebe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.registration-form_style_bg {
  padding: 2.875rem 1.1875rem;
  background-color: #fff;
}

.registration-form__row {
  margin-left: -1.9375rem;
  margin-right: -1.9375rem;
}

.registration-form__row_size_s {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.registration-form__row:after {
  display: table;
  content: "";
}

.registration-form__row:after {
  clear: both;
}

.registration-form__col {
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}

.registration-form__col_size_s, .registration-form__col_size_xs {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

@media screen and (max-width: 767px) {
  .registration-form__col {
    margin-bottom: 1.1875rem;
  }
  .registration-form__col:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .registration-form__col {
    width: 50%;
    float: left;
  }
  .registration-form__col_size_s {
    width: 40%;
  }
  .registration-form__col_size_m {
    width: 45.6%;
  }
}

.registration-form__col_size_xs {
  float: left;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .registration-form__col_size_xs {
    width: 33.3333%;
  }
}

.registration-form__group {
  margin-bottom: 1.1875rem;
}

.registration-form__group:last-child {
  margin-bottom: 0;
}

.registration-form__label {
  margin-bottom: 0.3125rem;
  font-size: 0.9375rem;
}

.registration-form__field {
  padding: 0.6875rem 0.875rem;
  display: block;
  width: 100%;
  height: 2.125rem;
  border: 1px solid #dadada;
  font-size: 0.9375rem;
  /*color: #817f7f;*/
}

.registration-form__bottom {
  margin-top: 2.3125rem;
}

@media screen and (max-width: 767px) {
  .registration-form__bottom .btn, .registration-form__bottom .card__add-basket {
    margin-bottom: 1.25rem;
  }
  .registration-form__bottom .btn:last-child, .registration-form__bottom .card__add-basket:last-child {
    margin-bottom: 0;
  }
}

.registration-form__checkbox {
  margin-bottom: 1.4375rem;
  letter-spacing: 0.07em;
}

.registration-form__checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}

.registration-form__checkbox input[type='checkbox'] + label {
  position: relative;
  padding-left: 1.6875rem;
  display: block;
  cursor: pointer;
}

.registration-form__checkbox input[type='checkbox'] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0.9375rem;
  height: 1rem;
  background-color: #f6f6f6;
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.registration-form__checkbox input[type='checkbox']:checked + label::after {
  content: '';
  position: absolute;
  left: 0.1875rem;
  top: 0.4375rem;
  background: #000;
  width: 0.125rem;
  height: 0.125rem;
  -webkit-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000;
  -moz-box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.registration-form__checkbox a {
  text-decoration: underline;
}

.registration-form__radio {
  margin-bottom: 0.5rem;
  letter-spacing: 0.07em;
}

.registration-form__radio input[type='radio'] {
  position: absolute;
  opacity: 0;
}

.registration-form__radio input[type='radio'] + label {
  position: relative;
  padding-left: 1.5625rem;
  display: block;
  cursor: pointer;
}

.registration-form__radio input[type='radio'] + label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.registration-form__radio input[type='radio']:checked + label::after {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background-color: #597800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.registration-form__checkbox:last-child {
  margin-bottom: 0;
}

.registration-form__title {
  margin: 2.5rem 0;
  font-family: 'Luga';
  font-size: 1.3125rem;
}

.registration-form__submit {
  margin-top: 1rem;
  display: inline-block;
  font-size: 0.75rem;
  width: 10.9375rem;
  height: 2.375rem;
  padding-left: 1rem;
  letter-spacing: 0.025em;
  background-color: #597800;
}

.registration-form__radio input[type="radio"] + label::before {
  background-color: #fff;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 1rem;
}

.rent-block-1 {
  margin-bottom: 2.5rem;
}

.rent-block-1__text {
  font-family: Luga;
  font-weight: 400;
  color: black;
}

@media screen and (max-width: 480px) {
  .rent-block-1__text br {
    content: '';
  }
  .rent-block-1__text br::after {
    content: ' ';
  }
}

.rent-block-1__text_big {
  font-size: 2.25rem;
  line-height: 3rem;
}

@media screen and (max-width: 480px) {
  .rent-block-1__text_big {
    font-size: 1.375rem;
  }
}

.rent-block-1__text_big-2 {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.rent-block-1__text_middle {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
  .rent-block-1__text_middle {
    font-size: 1.125rem;
  }
}

.rent-block-1__text_middle-2 {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.rent-block-1__text_small {
  font-family: HelveticaNeue;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.rent-block-1__top {
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .rent-block-1__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.rent-block-1 .rent-block-1__banner {
  min-height: 8.375rem;
  background-image: url("../img/assets/rent/rent-block-1/banner.jpg");
}

.rent-block-1__top-item .rent-block-1__text {
  color: #fff;
}

.rent-block-1__top-item {
  width: 50%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .rent-block-1__top-item {
    width: 100%;
  }
}

.rent-block-1__top-item_1 .rent-block-1__banner {
  padding: 1.0625rem 4.375rem;
  padding-right: 1.25rem;
}

@media screen and (max-width: 480px) {
  .rent-block-1__top-item_1 .rent-block-1__banner {
    padding: 0.9375rem;
  }
}

.rent-block-1__top-item_active .rent-block-1__banner {
  background: #fff;
}

.rent-block-1__top-item_active .rent-block-1__text {
  color: #000;
}

.rent-block-1__banner {
  padding: 1.25rem 2.75rem;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .rent-block-1__banner {
    padding: 0.9375rem;
  }
}

.rent-block-1__banner-title {
  margin-bottom: 0.625rem;
}

.rent-block-1__section {
  display: none;
}

.rent-block-1__section_active {
  display: block;
}

.rent-block-1__items {
  padding: 0 2.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .rent-block-1__items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .rent-block-1__items {
    padding: 0 0.9375rem;
  }
}

.rent-block-1__items .turnkey-solutions {
  width: 100%;
}

.rent-block-1__items .turnkey-solutions__container {
  padding: 0 2.375rem;
}

@media screen and (max-width: 480px) {
  .rent-block-1__items .turnkey-solutions__container {
    padding: 0;
  }
}

.rent-block-1__item {
  width: 33.33%;
  padding: 0 1.125rem;
}

@media screen and (max-width: 767px) {
  .rent-block-1__item {
    width: 100%;
    padding: 0;
  }
  .rent-block-1__item:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}

.rent-block-1__worker-select-box .select2-container, .rent-block-1__item .select2-container {
  margin-bottom: 0.6875rem;
  width: 10.4375rem !important;
  font-family: 'Luga';
  font-weight: 400;
}

.rent-block-1__worker-select-box .select2-dropdown--above, .rent-block-1__item .select2-dropdown--above {
  overflow: hidden;
  border: .125rem solid #000;
  border-bottom: none;
}

.rent-block-1__worker-select-box .select2-dropdown--below, .rent-block-1__item .select2-dropdown--below {
  overflow: hidden;
  border: .125rem solid #000;
  border-top: none;
}

.rent-block-1__worker-select-box .select2-results__option, .rent-block-1__item .select2-results__option {
  padding: 0.375rem;
}

.rent-block-1__worker-select-box .select2-selection, .rent-block-1__item .select2-selection {
  font-size: 1.5rem;
  line-height: 1.5rem;
  border: .125rem solid #000;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.rent-block-1__worker-select-box .select2-selection .select2-selection__rendered, .rent-block-1__item .select2-selection .select2-selection__rendered {
  padding: 0.3125rem 0.9375rem 0.25rem 0.6875rem;
  color: black;
}

.rent-block-1__worker-select-box .select2-selection--single .select2-selection__arrow, .rent-block-1__item .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0.8125rem;
  left: auto;
  bottom: auto;
  margin: 0;
}

.rent-block-1__worker-select-box .select2-selection--single .select2-selection__arrow b, .rent-block-1__item .select2-selection--single .select2-selection__arrow b {
  top: -0.125rem;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 0;
  border-color: black transparent transparent transparent;
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
}

.rent-block-1__worker-select-box .select2-container--open .select2-selection--single .select2-selection__arrow b, .rent-block-1__item .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent black transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}

.rent-block-1__worker-select-box_checked .rent-block-1__item-content, .rent-block-1__item_checked .rent-block-1__item-content {
  background-color: #000;
}

.rent-block-1__worker-select-box_checked .rent-block-1__text, .rent-block-1__item_checked .rent-block-1__text {
  color: #fff;
}

.rent-block-1__worker-select-box_checked .select2-selection, .rent-block-1__item_checked .select2-selection {
  background-color: black !important;
}

.rent-block-1__worker-select-box_checked .select2-selection .select2-selection__rendered, .rent-block-1__item_checked .select2-selection .select2-selection__rendered {
  color: white;
}

.rent-block-1__worker-select-box {
  margin-top: 1rem;
  display: none;
}

.rent-block-1__worker-select-box .select2-container {
  margin-bottom: 0;
  width: 15.4375rem !important;
}

.rent-block-1__worker-select-box .select2-container--default .select2-selection--single {
  background-color: #000;
}

.rent-block-1__worker-select-box .select2-selection .select2-selection__rendered {
  padding-left: 1.3125rem;
  color: #fff;
}

.rent-block-1__worker-select-box .select2-selection--single .select2-selection__arrow {
  right: 1.0625rem;
}

.rent-block-1__worker-select-box .select2-selection--single .select2-selection__arrow b {
  top: -0.1875rem;
  border-color: white transparent transparent transparent;
}

.rent-block-1__worker-select-box .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
}

.rent-block-1__top-item_active .rent-block-1__worker-select-box {
  display: block;
}

.rent-block-1__worker-select-title {
  margin-right: 0.5rem;
  vertical-align: middle;
}

.rent-block-1__worker-select {
  display: none;
}

.rent-block-1__item-content {
  padding-top: 0.5625rem;
  padding-left: 0.8125rem;
  padding-bottom: 0.9375rem;
  height: -webkit-calc(100% - 5.5rem);
  height: -moz-calc(100% - 5.5rem);
  height: calc(100% - 5.5rem);
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  border: 0.125rem solid #000;
}

@media screen and (max-width: 480px) {
  .rent-block-1__item-content {
    height: auto;
  }
}

.rent-block-1__item-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: .125rem solid #000;
}

.rent-block-1__item-info {
  padding: 1.0625rem 0.9375rem;
  width: 60%;
}

.rent-block-1__item-name {
  margin-bottom: 1.125rem;
}

.rent-block-1__item-select-box {
  margin-left: -0.9375rem;
}

.rent-block-1__item-select {
  display: none;
}

.rent-block-1__item-desc {
  margin-bottom: 1.625rem;
}

.rent-block-1__item-price {
  margin-bottom: 0.1875rem;
}

@media screen and (max-width: 480px) {
  .rent-block-1__item-price {
    white-space: nowrap;
  }
}

.rent-block-1__ico::before {
  position: relative;
  margin-right: 0.4375rem;
  display: inline-block;
  content: '';
  -webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}

.rent-block-1__item-weight::before {
  top: 0.1875rem;
  left: -0.0625rem;
  width: 1.1875rem;
  height: 1.1875rem;
  background: url("../img/assets/rent/rent-block-1/weight.png") no-repeat;
}

.rent-block-1__item-count::before {
  top: 0.125rem;
  left: 0.0625rem;
  width: 1.125rem;
  height: 0.75rem;
  background: url("../img/assets/rent/rent-block-1/count.png") no-repeat;
}

.rent-block-1__item-checkbox {
  padding: 1rem 0 1.25rem 1.6875rem;
}

@media screen and (max-width: 480px) {
  .rent-block-1__item-checkbox {
    padding: 0.625rem 0 0;
  }
}

.rent-block-1__form-label {
  font-family: Luga;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  vertical-align: bottom;
  cursor: pointer;
  color: black;
}

.rent-block-1__form-label::before {
  position: relative;
  top: 0.875rem;
  margin-right: 0.625rem;
  margin-left: 0.1875rem;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  content: '';
  background-color: #dc312a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rent-block-1__input-checkbox {
  display: none;
}

.rent-block-1__input-checkbox:checked + label {
  font-size: 1.5rem;
}

.rent-block-1__input-checkbox:checked + label::before {
  background: black url("../img/assets/rent/rent-block-1/checkbox.png") center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.rent-block-2 {
  padding: 2.625rem 2.4375rem 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url("../img/assets/rent/rent-block-2/bg.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .rent-block-2 {
    padding: 2.625rem 0.9375rem 3.75rem;
  }
}

.rent-block-2__text {
  font-family: Luga;
  font-weight: 400;
  color: white;
}

.rent-block-2__text_black {
  color: black;
}

.rent-block-2__text_big {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.rent-block-2__text_big-2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.rent-block-2__text_big-3 {
  font-size: 2.25rem;
  line-height: 2.25rem;
}

.rent-block-2__text_middle {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.rent-block-2__text_middle-2 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  line-height: 0.9375rem;
}

.rent-block-2__text_small {
  font-family: HelveticaNeue;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.rent-block-2__title-1 {
  padding: 0 1.9375rem;
  margin-bottom: 2.625rem;
}

@media screen and (max-width: 480px) {
  .rent-block-2__title-1 {
    padding: 0 0.9375rem;
  }
}

.rent-block-2__title-2 {
  position: relative;
  top: -0.25rem;
  margin-bottom: 1.6875rem;
}

.rent-block-2__content {
  padding-bottom: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 74.1%;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .rent-block-2__content {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.rent-block-2__bar {
  padding-left: 3.875rem;
  width: 25.9%;
}

@media screen and (max-width: 767px) {
  .rent-block-2__bar {
    width: 100%;
    padding-left: 0.9375rem;
    margin-top: 1.875rem;
  }
}

.rent-block-2__button {
  margin-bottom: 2rem;
}

.rent-block-2__box {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .rent-block-2__box {
    width: 100%;
  }
}

.rent-block-2__box_1 {
  position: relative;
  padding: 0.9375rem 2.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rent-block-2__box_1 {
    height: 11.25rem;
    margin-top: 1.875rem;
  }
}

.rent-block-2__box_2 {
  padding: 1.5625rem 2.1875rem 1.5625rem 0.3125rem;
}

@media screen and (max-width: 767px) {
  .rent-block-2__box_2 {
    padding: 1.5625rem 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .rent-block-2__box_2 {
    padding: 1.5625rem 0.9375rem;
  }
}

.rent-block-2__product-name {
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 480px) {
  .rent-block-2__product-name {
    font-size: 1.5rem;
  }
  .rent-block-2__product-name br {
    content: '';
  }
  .rent-block-2__product-name br::after {
    content: ' ';
  }
}

.rent-block-2__product-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.rent-block-2__product-desc {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #ccc;
}

.rent-block-2__more-title {
  margin: 1.8125rem 0 1.0625rem;
}

.rent-block-2__more-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .rent-block-2__more-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.rent-block-2__more-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .rent-block-2__more-item {
    width: 100%;
  }
  .rent-block-2__more-item:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.rent-block-2__more-pic {
  padding-left: 0.3125rem;
}

.rent-block-2__more-img {
  width: 3.25rem;
}

.rent-block-2__more-link {
  padding-left: 0.9375rem;
  width: 50%;
}

@media screen and (max-width: 480px) {
  .rent-block-3 {
    display: none;
  }
}

.rent-block-3__title {
  margin-bottom: 0.25rem;
  padding: 1.75rem 2.25rem 1.75rem 4.375rem;
}

@media screen and (max-width: 767px) {
  .rent-block-3__title {
    padding: 1.875rem 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .rent-block-3__title {
    padding: 1.875rem 0.9375rem;
  }
}

.rent-block-3__items {
  margin-bottom: 3.25rem;
  padding: 0 2.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .rent-block-3__items {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.rent-block-3__item {
  position: relative;
  padding: 0.875rem 1.9375rem 0.5625rem;
  overflow: hidden;
  width: 25%;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}

@media screen and (max-width: 767px) {
  .rent-block-3__item {
    padding: 1.875rem 2.5rem 1.875rem;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .rent-block-3__item {
    padding: 0.875rem 0.9375rem 0.5625rem;
  }
}

.rent-block-3__item_1 {
  padding-right: 0;
  min-width: 16.875rem;
}

.rent-block-3__item_2 {
  background: #b0b0b0;
}

.rent-block-3__item_3 {
  background: #832121;
}

.rent-block-3__item_4 {
  background: #474747;
}

.rent-block-3__img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 8.125rem;
}

.rent-block-3__item-button-1 {
  margin: 0.625rem 0;
}

.rent-block-3__link {
  padding: 0.8125rem 0 0.625rem;
}

.rent-block-3__item-button-2 {
  position: relative;
  left: -0.625rem;
  line-height: 2.25rem;
}

.rent-block-3__text {
  font-family: Luga;
  font-weight: 400;
  color: black;
}

.rent-block-3__text_white {
  color: white;
}

.rent-block-3__text_uppercase {
  text-transform: uppercase;
}

.rent-block-3__text_big {
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.rent-block-3__text_middle {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.rent-block-3__text_small-1 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.rent-block-3__text_small-2 {
  font-size: 1.125rem;
  line-height: 0.8125rem;
}

.rent-block-3__text_small-3 {
  font-family: HelveticaNeue;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.rent-block-3__ico::before {
  display: block;
  content: '';
  -webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}

.rent-block-3__ico_1::before {
  margin: 0.875rem 0;
  width: 3.3125rem;
  height: 2.4375rem;
  background: url("../img/assets/rent/rent-block-3/ico-1.png") center no-repeat;
}

.rent-block-3__ico_2::before {
  margin-top: 3.875rem;
  margin-bottom: 1.125rem;
  width: 2.75rem;
  height: 2.0625rem;
  background: url("../img/assets/rent/rent-block-3/ico-2.png") center no-repeat;
}

.rent-block-3__text-items {
  padding: 0 3.125rem;
  margin-bottom: 3.0625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .rent-block-3__text-items {
    padding: 0 2.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .rent-block-3__text-items {
    padding: 0 0.9375rem;
  }
}

.rent-block-3__text-item {
  padding-left: 1.125rem;
}

@media screen and (max-width: 767px) {
  .rent-block-3__text-item {
    padding-left: 0rem;
    width: 50%;
    margin-bottom: 1.875rem;
    padding-right: 0.625rem;
  }
}

.rent-block-3__text-item-title {
  margin-bottom: 0.25rem;
}

.rent-button {
  padding: 0.8125rem 1.5rem;
  padding: 0.8125rem 1.5rem;
  display: inline-block;
  font-family: Luga;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  cursor: pointer;
  color: white;
  background-color: #dc312a;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
}

@media screen and (max-width: 480px) {
  .rent-button {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.rent-button-small {
  padding: 0.6875rem 1.125rem;
  font-family: "HelveticaNeue";
  font-size: .75rem;
  font-weight: 400;
  line-height: 2.25rem;
  color: white;
  background-color: black;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  text-transform: uppercase;
}

.rent-slider .breadcrumb {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.rent-slider__box {
  min-height: 30.125rem;
  color: white;
  background: url("../img/assets/rent/rent-slider/slide-1.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.rent-slider__item {
  padding: 3.75rem 4.25rem;
}

@media screen and (max-width: 480px) {
  .rent-slider__item {
    padding: 1.875rem;
  }
}

.rent-slider__item-box {
  margin-top: 3.3125rem;
  padding-left: 0.3125rem;
  padding-right: 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .rent-slider__item-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin-top: 1.875rem;
  }
}

.rent-slider__item-box-element {
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .rent-slider__item-box-element {
    width: 50%;
  }
  .rent-slider__item-box-element:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.rent-slider__item-box-element::before {
  position: relative;
  margin-bottom: 0.875rem;
  display: block;
  content: '';
  -webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
}

.rent-slider__item-box-element_1::before {
  width: 2.4375rem;
  height: 2.4375rem;
  background: url("../img/assets/rent/rent-slider/ico-1.png") center no-repeat;
}

.rent-slider__item-box-element_2::before {
  top: 0.25rem;
  width: 2.3125rem;
  height: 2.4375rem;
  background: url("../img/assets/rent/rent-slider/ico-2.png") center no-repeat;
}

.rent-slider__item-box-element_3::before {
  left: -0.3125rem;
  width: 2.8125rem;
  height: 1.8125rem;
  background: url("../img/assets/rent/rent-slider/ico-3.png") center no-repeat;
}

.rent-slider__item-box-element_4::before {
  left: -0.1875rem;
  width: 2.5rem;
  height: 2rem;
  background: url("../img/assets/rent/rent-slider/ico-4.png") center no-repeat;
}

.rent-slider__item-box-element_5::before {
  top: 0.375rem;
  width: 2.25rem;
  height: 2.375rem;
  background: url("../img/assets/rent/rent-slider/ico-5.png") center no-repeat;
}

.rent-slider__text {
  font-family: Luga;
  font-weight: 400;
  color: white;
}

.rent-slider__text_big {
  margin-bottom: 0.625rem;
  font-size: 3rem;
  line-height: 3rem;
}

@media screen and (max-width: 480px) {
  .rent-slider__text_big {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

.rent-slider__text_middle {
  font-size: 2.25rem;
  line-height: 2.25rem;
}

@media screen and (max-width: 480px) {
  .rent-slider__text_middle {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.rent-slider__text_small {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 480px) {
  .rent-slider__text_small {
    font-size: 0.875rem;
    line-height: 1.2;
  }
}

.count_to_order {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
  margin-left: 0.6875rem;
  font-size: 0;
}
.count_to_order_btn, .count_to_order_field {
  display: inline-block;
  height: 2rem;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: normal;
}
.count_to_order_field {
  width: 3rem;
  text-align: center;
  border: 1px solid #e6e4e5;
}
.count_to_order_field::-webkit-outer-spin-button,
.count_to_order_field::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.count_to_order_btn {
  width: 1.625rem;
  background: transparent;
}
.landing_banner{
  background: url(../img/general/landing_banner.jpg) center no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 2rem;
  width: calc(100% - 2.4%);
}
@media screen and (max-width: 1024px) {
  .brand-main__list .landing_banner{
    width: calc(100% - 2%);
  }
}
@media screen and (max-width: 767px) {
  .brand-main__list .landing_banner{
    background: url(../img/general/coffee_vkus_768.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
  }

  .slider-main__block img.mob {
    display: block;
    position: absolute;
    max-width: none;
    left: calc(50% - 383px);
    top: 0;
  }

  .slider-main__block img:not(.mob) {
    display: none;
  }
  .brand-main__list .brand-main__item::after {
    position: absolute;
    content: "Подробнее";
    bottom: 25px;
    left: 34px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: none;
    color: #fff;
    font-size: 1em;
    padding: .5em 1.5em;
    font-family: Luga;
    text-transform: none;
    border-radius: 1.1875rem;
    background: #3b750c;
}
}
@media screen and (max-width: 375px) {
  .brand-main__list .landing_banner{
    background: url(../img/general/coffee_vkus_375.jpg) center no-repeat;
    background-size: cover;
    height: 378px;
  }
  .brand-main__name,.brand-main__text-hide, .brand-main__table table{max-height: none;}
  .catalog_link span,.catalog_link a{
    font-size: 16px;
    line-height: 20px;
  }
}

.filter__button{
  display: none;
  font-size: 16px;
  padding: 15px 20px;
}
.catalog_mob_filter,.desktop_hidden{display: none;}
@media screen and (max-width: 768px) {
  .filter .bx_filter{
    display: none;
  }

  .filter__button{
    align-items: center;
    background: none;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: space-between;
    padding: 0 20px 4px;
    width: 100%;
  }

  .filter__button-burger{
    margin-top: -14px;
    position: relative;
  }

  .filter__button-burger::before,
  .filter__button-burger::after{
    content: "";
    position: absolute;
    left: 0;
  }

  .filter__button-burger,
  .filter__button-burger::before,
  .filter__button-burger::after{
    width: 25px;
    height: 2px;

    background: #0a0a0a;
  }

  .filter__button-burger::before{
    top: 7px;
  }

  .filter__button-burger::after{
    top: 14px;
  }

  .filter__button-burger.cross{
    background: none;
  }

  .filter__button-burger.cross::before{
    top: 7px;
    transform: rotate(45deg);
  }

  .filter__button-burger.cross::after{
    top: 7px;
    transform: rotate(-45deg);
  }



.filter{
  border-radius: 20px;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
}
  .mob_hide{display: none !important;}
  .desktop_hidden{display: block;}
  .catalog_mob_filter{
    background: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
    .filter_close{
      height: 19px;
      left: 16px;
      position: fixed;
      top: 24px;
    }
    .catalog_mob_filter_content{
      background-color: #F3F3F3;
      min-height: 100vh;
      padding: 24px 24px 110px;
      position: absolute;
      right: -90vw;
      top: 0;
      transition: all 0.3s linear;
      width: calc(100% - 50px);
    }
    .active .catalog_mob_filter_content{right: 0;}
    .filter_brand_slider{
      margin: 15px -10px 0;
      width: calc(100% + 20px);
    }
    .filter_brand_slider .filter_brand{
      align-items: center;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      height: 72px;
      justify-content: center;
      margin: 0 10px;
    }
    .filter_brand_slider .filter_brand input{display: none;}
}

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

.display-view{
  display: block !important;
}
.features__go {
  display: none;
}
/* Opt page */
.opt_about_container{}
	.opt_about_block{
	    overflow: hidden;
		position: relative;
		width: 50%;
	}
		.opt_about_block img{
			display: block;
			height: 100%;
			min-height: 530px;
			object-fit: cover;
			object-position: 50% 50%;
			position: absolute;
			right: 0;
			top: 0;
			width: 100%;
		}
		.opt_about_block_content{
			box-sizing: border-box;
			color: #fff;
			min-height: 530px;
			padding: 80px 80px 230px;
			position: relative;
			width: 100%;
			z-index: 9;
		}
			.opt_block_title{
				color: #fff;
				font-family: Luga;
				font-size: 32px;
				line-height: 42px;
				margin-bottom: 20px;
			}
				.opt_block_title span{
					font-family: inherit;
					font-size: 42px;
				}
			.opt_about_block_content p{
				font-size: 16px;
				line-height: 20px;
				margin-bottom: 20px;
			}
			.opt_about_list{
				left: 80px;
				position: absolute;
				top: 307px;
				width: calc(100% - 160px);
			}
				.opt_about_list li{
					font-family: Luga;
					font-size: 20px;
					line-height: 30px;
					width: calc(33.33% - 10px);
				}
				.opt_about_list li strong{
					font-family: inherit;
					font-size: 42px;
					line-height: 30px;
				}
				.opt_about_list li em{
					font-family: inherit;
					font-style: normal;
					font-size: 24px;
					line-height: 42px;
				}
			.opt_block_btn_container{
				align-items: center;
				bottom: 60px;
				box-sizing: border-box;
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: flex-start;
				left: 80px;
				position: absolute;
			}
				.opt_block_btn_container .btn{
					align-items: center;
					border-radius: 30px;
					box-sizing: border-box;
					display: flex;
					flex-direction: row;
					flex-wrap: wrap;
					height: 53px;
					justify-content: center;
					font-size: 1.4rem;
					margin: 0;
					padding: 0 1.8rem;
				}
				.opt_block_btn_container .btn + span{
					font-size: 16px;
					line-height: 20px;
					margin-left: 30px;
				}
/* END opt_page */
@media (max-width: 1500px) {
.opt_about_block_content{padding: 60px 40px 230px;}
	.opt_about_list{
		left: 40px;
		width: calc(100% - 80px);
	}
	.opt_block_btn_container{left: 40px;}
}/* END 1500px */
@media (max-width: 1200px) {
.opt_about_block img{height: 100%;}
.opt_about_block_content{padding-bottom: 40px;}
	.opt_about_list{padding-top: 20px;}
	.opt_about_list,.opt_block_btn_container{
		position: static;
		width: 100%;
	}
		.opt_about_list li{
			margin-bottom: 35px;
			width: calc(50% - 15px);
		}
	.opt_block_btn_container{
		margin-top: 15px;
	}
}/* END 1200px */
@media (max-width: 1023px){
.opt_about_block{width: 100%;}
}/* END 1023px */
@media (max-width: 767px) {
  .feature__subtitle {
    font-size: 1.60rem;
  }
    section.slider-main{
      margin-bottom: 30px;
      order: 1;
    }
    section.service-main,section.partners-main{display: none;}
    section.popular-box{order: 3;}
    section.subscribe-main{order: 4;}
    section.brand-slider-main{order: 5;}
    section.index_about{order: 6;}
.opt_block_title{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
  .opt_block_title span{font-size: 20px;}
.opt_about_block_content{
  min-height: auto;
  padding: 24px 35px 30px;
}
  .opt_about_block_content p{
    font-size: 14px;
    line-height: 18px;
  }
  .opt_about_list li{
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
    .opt_about_list li br{display: none;}
    .opt_block_btn_container .btn{
      font-size: 16px;
      line-height: 20px;
      width: 250px;
    }
.show_info{
	background: url(../img/ico_show_info.svg) no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 36px;
}
.opt_about_block_hidden{display: none;}
}/* END 767px */

.filter_brand {
  border: 1px solid transparent
}

.filter_brand img {
  max-height: 100%;
}

.filter_brand.active {
  border: 1px solid blue
}

.train_programs .train_center {
  color: #000;
  padding: 0px 15px;
  margin: 0px;
}

.train_programs .train_center li {
  margin: 0px;
}
@media (max-width: 580px) {
  .popular-box .product{max-width: none;}
}
#popup{
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
	width:100%;
	min-height:100vh;
	background:rgba(0,0,0,0.5);
	padding:0 10px;
	display:none;
}
.popup__inner{
	background-color:#fff;
	border-radius:20px;
	-webkit-border-radius:20px;
	max-width:600px;
	width:100%;
	height:360px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-180px;
	left:50%;
	margin-left:-300px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.popup__top{
	text-align:center;
	position:relative;
	padding-top:42px;
	height:124px;
}
.popup__title span{
	color:#005BFF;
}
.popup__inner a.close{
	cursor:pointer;
	position:absolute;
	display:block;
	width:30px;
	height:30px;
	top:20px;
	right:20px;
	background-image: url(/local/templates/sunny/i/close.svg);
	transition:all .3s ease;
}
.popup__inner a.close:hover{
	opacity:0.5;
}
.open{
	display:block!important;
}
.popup__bottom{
	display:table;
	width:100%;
	text-align:center;
	height:236px;
	background-image: url(/local/templates/sunny/i/popupbg.jpg);
}
.popup__valign{
	display:table-cell;
	vertical-align:middle;
}
.popup__valign a{
	display:inline-block;
	width:240px;
	margin:0 10px;
	height:60px;
	line-height:60px;
	border-radius:60px;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	transition:all .3s ease;
}
.popup__valign a:first-child{
	background: #3B9900;
}
.popup__valign a:last-child{
	background: #000;
}
.popup__valign a:hover{
	box-shadow:none;
}
#popup .popup__title {
	font-size: 42px;
}
.popup-trigger{
    display: inline-block;
    height: 30px;
    margin-left: 15px;
    width: 140px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #005BFF;
    transition: all .3s ease;
}
.popup-trigger:hover{
	opacity:0.5;
}
.marketplace__btns a{
	margin-top:15px;
	margin-right:20px;
	position: relative;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
	line-height: 2.3125rem;
	display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: none;
    padding: 0 1.25rem;
    text-transform: uppercase;
    border-radius: 1.1875rem;
	transition:all .3s ease;
	font-weight:700;
}
.marketplace__btns a:last-child{
	margin-right:0;
}
.marketplace__btns a.ozon-btn{
	background:#005BFF
}
.marketplace__btns a.wild-btn{
	background:#cb11ab
}
.marketplace__btns a:hover{
	opacity:0.7
}
.card__controls {
    white-space: unset!important;
}
.btn_blue{
background:#005BFF
}
@media (max-width: 620px) {
  .popup__inner{
		width:90%;
		left:5%;
		height:280px;
		margin-top:-140px;
		margin-left:0px;
	}
	#popup .popup__title {
		font-size: 1.5rem;
	}
	.popup__valign a{
		display:block;
		margin:0 auto;
		width: 220px;
		height: 50px;
		line-height: 50px;
		font-size: 13px;
	}
	.popup__valign a+a{
		margin:20px auto 0 auto;
	}
	.popup__top {
		text-align: center;
		position: relative;
		padding-top: 30px;
		height: 80px;
	}
	.popup__bottom {
		background-color:#d7d7d7;
		height: 200px;
		background-size: cover;
		background-position: top right;
	}
	.popup__inner a.close {
		width: 20px;
		height: 20px;
		top: 10px;
		background-size: 20px;
		right: 10px;
	}
}