@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro.woff2") format("woff2"), url("../fonts/DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro-BoldItalic.woff2") format("woff2"), url("../fonts/DINPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro-Italic.woff2") format("woff2"), url("../fonts/DINPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* 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;
  margin-left: auto;
  margin-right: auto; }
  .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;
    max-width: 68%; }
  .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;
    border: 1px solid transparent; }

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

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

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-size: 16px;
  font-family: "DIN Pro"; }
  @media (max-width: 1024px) {
    body {
      font-size: 4.375vmin; } }

.container {
  padding: 0 15px;
  margin: auto;
  width: 1000px; }
  @media (max-width: 1024px) {
    .container {
      width: 100%;
      padding: 0 6.25vmin; } }

.site-container {
  position: relative;
  overflow: hidden; }

a {
  outline: 0 !important; }

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.is-hidden {
display: none;
}

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

h1 {
  margin: 0;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 40px;
  line-height: 56px; }
  @media (max-width: 1024px) {
    h1 {
      margin-bottom: 4.6875vmin;
      font-size: 7.5vmin;
      line-height: 10.625vmin; } }

h2 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px; }
  h2.block-title {
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #D02C29; }
    @media (max-width: 1024px) {
      h2.block-title {
        margin-bottom: 7.8125vmin; } }
  @media (max-width: 1024px) {
    h2 {
      font-size: 6.25vmin;
      line-height: 9.375vmin; } }

h3 {
  margin: 0;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px; }
  @media (max-width: 1024px) {
    h3 {
      margin-bottom: 4.6875vmin;
      font-size: 5.625vmin;
      line-height: 7.8125vmin; } }

p {
  margin: 0; }

.slick-dots {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0;
  margin-top: 30px; }
  .slick-dots li {
    margin: 0 7.5px; }
  .slick-dots button {
    display: block;
    outline: 0 !important;
    border: 0;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    text-indent: -9999px;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #E0E0E0; }
  .slick-dots .slick-active button {
    background: #D02C29; }

.header {
  position: relative;
  z-index: 2;
  padding: 15px 0; }
  .header__wrapp {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__lang {
    position: relative;
    margin-right: 55px; }
    @media (max-width: 1024px) {
      .header__lang {
        margin-right: 0;
        margin-left: 4.6875vmin; } }
  @media (max-width: 1024px) {
    .header__right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

@media (max-width: 1024px) {
  .logo {
    width: 25.9375vmin; }
    .logo img {
      width: 100%; } }

.lang {
  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;
  height: 25px; }
  .lang img {
    width: 25px;
    height: 25px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }
    @media (max-width: 1024px) {
      .lang img {
        width: 7.8125vmin;
        height: 7.8125vmin; } }
  .lang svg {
    display: block;
    margin-left: 10px;
    width: 8px;
    fill: #B5B5B5; }
    @media (max-width: 1024px) {
      .lang svg {
        margin-left: 1.5625vmin;
        width: 2.5vmin; } }
  @media (max-width: 1024px) {
    .lang {
      height: 7.8125vmin; } }

.lang-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  display: none; }

.button--buy {
  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;
  padding: 12px 18px;
  border: 1px solid #222;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  color: #222;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s; }
  .button--buy svg {
    margin-left: 5px;
    width: 15px;
    height: 8px;
    fill: #222;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    transition: fill 0.3s; }
    @media (max-width: 1024px) {
      .button--buy svg {
        position: relative;
        top: 0.3125vmin;
        margin-left: 1.5625vmin;
        width: 3.125vmin;
        height: 2.5vmin; } }
  @media (min-width: 1025px) {
    .button--buy:hover {
      color: #fff;
      background: #222; }
      .button--buy:hover svg {
        fill: #fff; } }
  @media (max-width: 1024px) {
    .button--buy {
      -webkit-border-radius: 1.5625vmin;
         -moz-border-radius: 1.5625vmin;
              border-radius: 1.5625vmin;
      padding: 4.0625vmin 4.375vmin;
      font-size: 3.125vmin;
      line-height: 3.75vmin; } }

.button--red {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 32px;
  border: 1px solid #D02C29;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #D02C29;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -moz-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s; }
  @media (min-width: 1025px) {
    .button--red:hover {
      color: #fff;
      background: #D02C29; } }
  @media (max-width: 1024px) {
    .button--red {
      padding: 4.6875vmin 9.375vmin;
      border-width: 0.3125vmin;
      -webkit-border-radius: 0.9375vmin;
         -moz-border-radius: 0.9375vmin;
              border-radius: 0.9375vmin;
      font-size: 3.75vmin;
      line-height: 4.6875vmin;
      margin-bottom: 70px; } }

.top-block {
  padding-bottom: 30px;
  margin-top: 60px; }
  .top-block__wrapp {
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .top-block__wrapp {
        display: block; } }
  .top-block__text {
    text-transform: uppercase; }
    .top-block__text h1 {
      color: #D02C29; }
    .top-block__text p {
      margin-top: 30px;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 36px; }
      @media (max-width: 1024px) {
        .top-block__text p {
          margin-top: 0;
          font-size: 5.625vmin;
          line-height: 8.4375vmin; } }
    @media (max-width: 1024px) {
      .top-block__text {
        width: 100%;
        text-align: center; } }
  .top-block__img {
    position: absolute;
    width: 806px;
    left: 300px;
    top: -90px; }
    @media (max-width: 1024px) {
      .top-block__img {
        position: relative;
        top: 0;
        margin: auto;
        margin-bottom: 3.125vmin;
        left: 0; 
        width: 100%;
/*        left: -6.25vmin;
        width: 144.375vmin;*/
         } }
  .top-block__arrow {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin-top: 120px;
    width: 40px;
    height: 40px;
    border: 1px solid #E0E0E0;
    -webkit-transition: background 0.3s, border 0.3s;
    -o-transition: background 0.3s, border 0.3s;
    -moz-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s; }
    .top-block__arrow svg {
      fill: #B5B5B5;
      width: 8px;
      height: 5px;
      -webkit-transition: fill 0.3s;
      -o-transition: fill 0.3s;
      -moz-transition: fill 0.3s;
      transition: fill 0.3s; }
      @media (max-width: 1024px) {
        .top-block__arrow svg {
          width: 2.5vmin;
          height: 1.5625vmin; } }
    @media (min-width: 1025px) {
      .top-block__arrow:hover {
        border-color: #222;
        background: #222; }
        .top-block__arrow:hover svg {
          fill: #fff; } }
    @media (max-width: 1024px) {
      .top-block__arrow {
        margin-top: 5.375vmin;
        border-width: 0.3125vmin;
        width: 9.375vmin;
        height: 9.375vmin; } }
  @media (max-width: 1024px) {
    .top-block {
      margin-top: 0;
      padding-bottom: 7.9375vmin; } }

.shops {
  position: relative;
  padding-top: 50px;
  padding-bottom: 95px; }
  .shops::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    background: #FBFBFB; }
  .shops__wrapp {
    position: relative;
    z-index: 2; }
  .shops__tab {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .shops__item_tab {
    display: block;
    margin: 0 19px;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    color: #222;
    -webkit-transition: color 0.3s, border 0.3s;
    -o-transition: color 0.3s, border 0.3s;
    -moz-transition: color 0.3s, border 0.3s;
    transition: color 0.3s, border 0.3s; }
    .shops__item_tab.is-active {
      color: #D02C29;
      border-color: #D02C29; }
    @media (min-width: 1025px) {
      .shops__item_tab:hover {
        color: #D02C29; } }
    @media (max-width: 1024px) {
      .shops__item_tab {
        border-bottom-width: 0.625vmin;
        margin: 0 1.875vmin;
        margin-bottom: 4.6875vmin;
        font-size: 5vmin;
        line-height: 7.5vmin; } }
  .shops__carousel {
    margin-top: 45px; }
  .shops__list {
    margin-left: -10px;
    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; }
    @media (max-width: 1024px) {
      .shops__list {
        margin-top: 0;
        margin-left: -1.5625vmin; } }
  .shops__item-list {
    padding-left: 10px;
    margin-bottom: 10px;
    width: 16.6666%; }
    @media (max-width: 1024px) {
      .shops__item-list {
        padding-left: 1.5625vmin;
        margin-bottom: 1.5625vmin;
        width: 50%; } }
  .shops__item-link {
    position: relative;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 163px;
    background: #fff; }
    @media (min-width: 1025px) {
      .shops__item-link:hover::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
           -moz-border-radius: 0px 0px 5px 5px;
                border-radius: 0px 0px 5px 5px;
        background: #D02C29; } }
    @media (max-width: 1024px) {
      .shops__item-link {
        border-width: 0.3125vmin;
        -webkit-border-radius: 1.5625vmin;
           -moz-border-radius: 1.5625vmin;
                border-radius: 1.5625vmin;
        height: 42.8125vmin; } }
  .shops__title-item {
    margin: 35px 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666666; }
    @media (max-width: 1024px) {
      .shops__title-item {
        margin-top: 3.125vmin;
        margin-bottom: 9.375vmin;
        font-size: 4.375vmin;
        line-height: 6.5625vmin; } }
  .shops__item-select {
    width: 183px;
    height: 35px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    border-bottom: 1px solid #333;
    outline: 0;
    font-family: "DIN Pro";
    font-size: 14px;
    line-height: 17px;
    color: #222;
    background: transparent url(../images/arrow-select.svg) no-repeat 99%;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .shops__item-select {
        width: 100%;
        height: 10.9375vmin;
        font-size: 4.375vmin;
        line-height: 5.3125vmin;
        border-right-width: 0.3125vmin;
        background: transparent url(../images/arrow-select.svg) no-repeat 99%;
        -webkit-background-size: 2.5vmin 2.5vmin;
           -moz-background-size: 2.5vmin;
                background-size: 2.5vmin; } }
  @media (max-width: 1024px) {
    .shops {
      padding: 9.375vmin 0; } }

.bottom-block {
  padding-top: 75px;
  padding-bottom: 110px; }
  .bottom-block__wrapp {
    position: relative;
    z-index: -1;
  }
  .bottom-block__text {
    position: relative;
    z-index: 2;
    margin: auto;
    text-align: center;
    max-width: 336px; }
    .bottom-block__text p {
      margin-bottom: 50px;
      font-size: 14px;
      line-height: 22px;
      color: #666666; }
      @media (max-width: 1024px) {
        .bottom-block__text p {
          margin-bottom: 12.5vmin;
          font-size: 4.375vmin;
          line-height: 6.875vmin; } }
    @media (max-width: 1024px) {
      .bottom-block__text {
        max-width: 100%; } }
  .bottom-block__cat {
    position: absolute;
    left: -23px;
    top: -60px;
    width: 275px; }
    @media (max-width: 1024px) {
      .bottom-block__cat {
        left: -9.375vmin;
        top: 100%;
        width: 55.3125vmin;
        height: 68.75vmin;
        z-index: 2; } }
  .bottom-block__dog {
    position: absolute;
    right: -290px;
    top: -160px;
    width: 782px; }
    @media (max-width: 1024px) {
      .bottom-block__dog {
        position: absolute;
        top: 100%;
        width: 134.375vmin;
        position: absolute;
        right: -48.4375vmin;
        margin-top: -12.5vmin; } }
  .bottom-block h3 {
    text-transform: uppercase;
    color: #D02C29; }
  @media (max-width: 1024px) {
    .bottom-block {
      padding-top: 8.0625vmin;
      padding-bottom: 78.125vmin;
      background: transparent; } }

.shop-departaments {
  margin-top: 30px;
  background: #fff; }
  .shop-departaments table {
    width: 100%; }
    .shop-departaments table td:nth-child(2) {
      width: 15%; }
      @media (max-width: 1024px) {
        .shop-departaments table td:nth-child(2) {
          width: 100%; } }
    @media (max-width: 1024px) {
      .shop-departaments table td {
        margin-bottom: 3.125vmin;
        width: 100%; }
        .shop-departaments table td:last-child {
          margin-bottom: 0; } }
    .shop-departaments table thead td {
      border-top: 1px solid #EFEFEF;
      border-bottom: 1px solid #EFEFEF;
      padding: 15px 20px;
      background: #F5F5F5;
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
      color: #333333; }
      .shop-departaments table thead td:first-child {
        border-left: 1px solid #EFEFEF; }
      .shop-departaments table thead td:last-child {
        border-right: 1px solid #EFEFEF; }
    @media (max-width: 1024px) {
      .shop-departaments table thead {
        display: none; } }
    .shop-departaments table tbody td {
      border-bottom: 1px solid #EFEFEF;
      vertical-align: top;
      padding: 15px 20px;
      font-size: 14px;
      line-height: 22px;
      color: #666666; }
      @media (max-width: 1024px) {
        .shop-departaments table tbody td {
          padding: 0;
          border: 0;
          font-size: 4.375vmin;
          line-height: 6.875vmin; } }
    .shop-departaments table tbody tr td:first-child {
      border-left: 1px solid #EFEFEF;
      font-weight: 500; }
    .shop-departaments table tbody tr td:last-child {
      border-right: 1px solid #EFEFEF; }
    @media (max-width: 1024px) {
      .shop-departaments table tbody tr td {
        display: block;
        border: 0 !important; } }
    @media (max-width: 1024px) {
      .shop-departaments table tbody tr {
        margin-bottom: 1.5625vmin;
        padding: 6.25vmin;
        display: block;
        border: 0.3125vmin solid #EFEFEF; } }
    @media (max-width: 1024px) {
      .shop-departaments table tbody {
        display: block; } }
    @media (max-width: 1024px) {
      .shop-departaments table {
        display: block; } }
  .shop-departaments .tel {
    text-decoration: underline;
    color: #666;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    @media (min-width: 1025px) {
      .shop-departaments .tel:hover {
        color: #D02C29;
        background-color: #F5F5F5;
      } }
  @media (max-width: 1024px) {
    .shop-departaments {
      margin-top: 7.8125vmin; } }

.shop-social {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #666666;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 25px;
  height: 25px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  -moz-transition: border 0.3s;
  transition: border 0.3s; }
  .shop-social svg {
    display: block;
    fill: #666666;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    -moz-transition: fill 0.3s;
    transition: fill 0.3s;
    width: 75%;
    max-height: 100%; }
  .shop-social--facebook svg {
    width: 5px; }
    @media (max-width: 1024px) {
      .shop-social--facebook svg {
        width: 1.5625vmin; } }
  .shop-social + .shop-social {
    margin-left: 12px; }
  @media (min-width: 1025px) {
    .shop-social:hover {
      border-color: #D02C29; }
      .shop-social:hover svg {
        fill: #D02C29; } }
  @media (max-width: 1024px) {
    .shop-social {
      border-width: 0.3125vmin;
      width: 7.8125vmin;
      height: 7.8125vmin; } }

.pagination {
  margin-top: 40px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination__button {
    display: block;
    text-decoration: none;
    padding: 5px; }
    .pagination__button svg {
      display: block;
      width: 7px;
      height: 12px;
      fill: #222; }
      @media (max-width: 1024px) {
        .pagination__button svg {
          width: 2.1875vmin;
          height: 3.75vmin; } }
    .pagination__button.is-disable svg {
      fill: #B5B5B5; }
    @media (max-width: 1024px) {
      .pagination__button {
        padding: 1.5625vmin; } }
  .pagination__field {
    display: block;
    margin-left: 15px;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    color: #666666; }
    @media (max-width: 1024px) {
      .pagination__field {
        margin-left: 4.6875vmin;
        width: 10.9375vmin;
        height: 10.9375vmin;
        border-width: 0.3125vmin;
        -webkit-border-radius: 0.9375vmin;
           -moz-border-radius: 0.9375vmin;
                border-radius: 0.9375vmin;
        font-size: 4.375vmin; } }
  .pagination__text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #666666; }
    @media (max-width: 1024px) {
      .pagination__text {
        margin-left: 3.125vmin;
        margin-right: 3.125vmin;
        font-size: 4.375vmin;
        line-height: 6.875vmin; } }
  @media (max-width: 1024px) {
    .pagination {
      margin-top: 9.375vmin; } }

.footer {
  position: relative;
  z-index: 2;
  padding: 35px 0; }
  .footer span {
    text-transform: uppercase; }
  @media (max-width: 1024px) {
    .footer__wrapp {
      display: block;
      text-align: center; } }
  @media (max-width: 1024px) {
    .footer {
      border-top: 0.625vmin solid #D02C29;
      padding-top: 7.8125vmin;
      padding-bottom: 14.0625vmin;
      font-size: 4.375vmin;
      color: #666666; } }

.social__item svg {
  fill: #666;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  transition: fill 0.3s; }

.social__item--youtube svg {
  width: 26px;
  height: 19px; }
  @media (max-width: 1024px) {
    .social__item--youtube svg {
      width: 8.125vmin;
      height: 5.9375vmin; } }

.social__item--facebook {
  margin-left: 45px; }
  .social__item--facebook svg {
    width: 11px;
    height: 22px; }
    @media (max-width: 1024px) {
      .social__item--facebook svg {
        width: 3.4375vmin;
        height: 6.875vmin; } }
  @media (max-width: 1024px) {
    .social__item--facebook {
      margin-left: 14.0625vmin; } }

.social__item--instagram {
  margin-left: 40px; }
  .social__item--instagram svg {
    width: 22px;
    height: 22px; }
    @media (max-width: 1024px) {
      .social__item--instagram svg {
        width: 6.875vmin;
        height: 6.875vmin; } }
  @media (max-width: 1024px) {
    .social__item--instagram {
      margin-left: 12.5vmin; } }

@media (min-width: 1025px) {
  .social__item:hover svg {
    fill: #D02C29; } }

@media (max-width: 1024px) {
  .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 1024px) {
  .copyright {
    margin-bottom: 9.375vmin; } }

@media (max-width: 1024px) {
  .phone {
    margin-bottom: 3.125vmin; } }

@media (max-width: 1024px) {
  .time {
    margin-bottom: 14.0625vmin; } }

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