/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* font-family: "DINPro-Bold"; */
@font-face {
  font-family: 'DINPro';
  src: url("../fonts/DINPro-Bold/DINPro-Bold.otf");
  src: url("../fonts/DINPro-Bold/DINProBold.eot") format("embedded-opentype");
  src: url("../fonts/DINPro-Bold/DINProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Bold/DINProBold.woff") format("woff"), url("../fonts/DINPro-Bold/DINProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }

/* font-family: "Sunday-Regular"; */
@font-face {
  font-family: 'SundayRegular';
  src: url("../fonts/Sunday-Regular/Sunday-Regular.otf");
  src: url("../fonts/Sunday-Regular/SundayRegular.eot") format("embedded-opentype");
  src: url("../fonts/Sunday-Regular/SundayRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Sunday-Regular/SundayRegular.woff") format("woff"), url("../fonts/Sunday-Regular/SundayRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

/* font-family: "SF-UI-Display-Regular"; */
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF-UI-Display/SFDisplay-Regular.otf");
  font-style: normal;
  font-weight: 400; }

/* font-family: "SFUIDisplayMedium"; */
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF-UI-Display/SFDisplay-Medium.otf");
  font-style: normal;
  font-weight: 500; }

/* font-family: "SFUIDisplay-Semibold"; */
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF-UI-Display/SFDisplay-Semibold.otf");
  font-style: normal;
  font-weight: 600; }

/* font-family: "SF-UI-Display-Bold"; */
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF-UI-Display/SFDisplay-Bold.otf");
  font-style: normal;
  font-weight: 700; }

/* font-family: "SF-UI-Display-Light"; */
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF-UI-Display/SFDisplay-Light.otf");
  font-style: normal;
  font-weight: 300; }

/* font-family: "SF-UI-Display-Thin"; */
@font-face {
  font-family: 'SF UI Display';
  src: url("../fonts/SF-UI-Display/SFDisplay-Thin.otf");
  font-style: normal;
  font-weight: 100; }

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

/* Some Base CSS Rules */
/*GENERAL STYLES*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff; }

img, iframe {
  margin: auto;
  display: block;
  max-width: 100%; }

@media \0screen {
  img {
    width: auto;
    /* for ie 8 */ } }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc); }

.hidden {
  display: none; }

.withNo {
  opacity: 0; }

.wrapper {
  position: relative;
  min-width: 960px;
  max-width: 1920px;
  margin: auto;
  overflow: hidden; }

.wrap {
  width: 940px;
  margin: 0 auto; }

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

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

a {
  text-decoration: none; }

a:focus,
input:focus,
button:focus {
  outline: none;
  text-decoration: none; }

.icon {
  display: inline-block; }

.about-brend-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -2714px;
  width: 44px;
  height: 44px; }

.products-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -2650px;
  width: 38px;
  height: 44px; }

.advice-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -2842px;
  width: 43px;
  height: 44px; }

.where-to-buy-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -2394px;
  width: 43px;
  height: 44px; }

.contacts-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -2970px;
  width: 32px;
  height: 44px; }

.search-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -2586px;
  width: 44px;
  height: 44px; }

.encyclopedia-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1231px;
  width: 33px;
  height: 33px; }

.about-rocket-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3585px;
  width: 59px;
  height: 59px; }

.about-mountains-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3664px;
  width: 65px;
  height: 63px; }

.about-lamp-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3747px;
  width: 66px;
  height: 69px; }

.about-winner-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -836px;
  width: 30px;
  height: 28px; }

.about-number1-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1029px;
  width: 27px;
  height: 30px; }

.about-lab-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1079px;
  width: 29px;
  height: 30px; }

.about-equipment-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1129px;
  width: 34px;
  height: 30px; }

.about-years-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -652px;
  width: 30px;
  height: 25px; }

.about-assortment-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -743px;
  width: 26px;
  height: 26px; }

.about-effect-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -608px;
  width: 24px;
  height: 24px; }

.next-arrow-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -95px;
  width: 17px;
  height: 17px; }

.marker-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -207px;
  width: 13px;
  height: 18px; }

.marker-icon-hover {
  background-image: url(../img/sprite.png);
  background-position: 0px -169px;
  width: 13px;
  height: 18px; }

.filter-season-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1900px;
  width: 48px;
  height: 40px; }

.filter-weather-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1723px;
  width: 44px;
  height: 39px; }

.filter-material-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3372px;
  width: 30px;
  height: 49px; }

.filter-purpose-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -2080px;
  width: 38px;
  height: 42px; }

.filter-color-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3166px;
  width: 32px;
  height: 48px; }

.filter-arrow-down-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 11px;
  height: 5px; }

.man-chelci-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -980px;
  width: 51px;
  height: 29px; }

.man-brog-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -483px;
  width: 56px;
  height: 21px; }

.man-converce-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -566px;
  width: 58px;
  height: 22px; }

.man-derbi-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -442px;
  width: 59px;
  height: 21px; }

.man-desert-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -932px;
  width: 55px;
  height: 28px; }

.man-dr-martin-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3034px;
  width: 37px;
  height: 44px; }

.man-gavboy-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1960px;
  width: 44px;
  height: 40px; }

.man-grinder-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3441px;
  width: 41px;
  height: 49px; }

.man-lofer-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -322px;
  width: 57px;
  height: 19px; }

.man-macosin-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -361px;
  width: 56px;
  height: 20px; }

.man-oksford-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -524px;
  width: 59px;
  height: 22px; }

.man-slipon-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -283px;
  width: 55px;
  height: 19px; }

.man-timberland-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1443px;
  width: 50px;
  height: 35px; }

.man-topsider-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -245px;
  width: 57px;
  height: 18px; }

.woman-baletki-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -58px;
  width: 55px;
  height: 17px; }

.woman-botf-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3510px;
  width: 21px;
  height: 55px; }

.woman-botil-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1498px;
  width: 39px;
  height: 35px; }

.woman-d-orce-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1782px;
  width: 48px;
  height: 39px; }

.woman-gladiator-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -401px;
  width: 49px;
  height: 21px; }

.woman-lita-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1284px;
  width: 33px;
  height: 33px; }

.woman-lodo4ku-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1179px;
  width: 47px;
  height: 32px; }

.woman-pip-ty-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1390px;
  width: 45px;
  height: 33px; }

.woman-platforma-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1337px;
  width: 40px;
  height: 33px; }

.woman-s-remeshkom-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1609px;
  width: 42px;
  height: 37px; }

.woman-sabo-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -697px;
  width: 50px;
  height: 26px; }

.woman-sapog-to-knees-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -3303px;
  width: 25px;
  height: 49px; }

.woman-skarpin-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1553px;
  width: 46px;
  height: 36px; }

.woman-slingback-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -884px;
  width: 51px;
  height: 28px; }

.woman-stilet-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -1666px;
  width: 42px;
  height: 37px; }

.woman-tanketka-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -789px;
  width: 41px;
  height: 27px; }

.woman-uggi-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -2142px;
  width: 36px;
  height: 42px; }

.woman-vietnam-icon {
  background-image: url(../img/sprite.png);
  background-position: 0px -25px;
  width: 59px;
  height: 13px; }

header .header-top {
  padding-top: 17px;
  height: 70px;
  text-align: center;
  background: #fff; }
  header .header-top a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

header .navigation {
  background-color: #0779bd; }
  header .navigation ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 100px;
    position: relative; }
    header .navigation ul li {
      width: 16.66666666666667%;
      position: relative;
      height: 46px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      header .navigation ul li i {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
      header .navigation ul li a {
        font-family: 'SF UI Display';
        color: white;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 200;
        transition: all 0.5s ease; }
        header .navigation ul li a span {
          position: relative;
          margin-top: -4px;
          letter-spacing: .5px;
          display: block; }
      header .navigation ul li:hover a {
        color: rgba(255, 255, 255, 0.3); }
      header .navigation ul li:hover .about-brend-icon {
        background-image: url(../img/sprite.png);
        background-position: 0px -2266px;
        width: 44px;
        height: 44px; }
      header .navigation ul li:hover .products-icon {
        background-image: url(../img/sprite.png);
        background-position: 0px -2458px;
        width: 38px;
        height: 44px; }
      header .navigation ul li:hover .advice-icon {
        background-image: url(../img/sprite.png);
        background-position: 0px -2778px;
        width: 43px;
        height: 44px; }
      header .navigation ul li:hover .where-to-buy-icon {
        background-image: url(../img/sprite.png);
        background-position: 0px -2330px;
        width: 43px;
        height: 44px; }
      header .navigation ul li:hover .contacts-icon {
        background-image: url(../img/sprite.png);
        background-position: 0px -2906px;
        width: 32px;
        height: 44px; }
      header .navigation ul li:hover .search-icon {
        background-image: url(../img/sprite.png);
        background-position: 0px -2522px;
        width: 44px;
        height: 44px; }
    header .navigation ul .menu-item__about {
      width: 153px; }
      header .navigation ul .menu-item__about a span {
        margin-left: 1px; }
    header .navigation ul .menu-item__products {
      width: 168px; }
      header .navigation ul .menu-item__products a i {
        margin-top: -2px;
        margin-left: 66px; }
      header .navigation ul .menu-item__products a span {
        margin-left: 1px; }
    header .navigation ul .menu-item__advices {
      width: 149px; }
      header .navigation ul .menu-item__advices a i {
        margin-top: -3px;
        margin-left: 56px; }
      header .navigation ul .menu-item__advices a span {
        margin-left: 1px; }
    header .navigation ul .menu-item__buy {
      width: 174px; }
      header .navigation ul .menu-item__buy a i {
        margin-left: 64px;
        margin-top: -1px; }
    header .navigation ul .menu-item__contacts {
      width: 146px; }
      header .navigation ul .menu-item__contacts a i {
        margin-left: 56px;
        margin-top: -1px; }
    header .navigation ul .menu-item__search {
      height: 100%;
      width: 150px;
      transition: all 0.6s ease; }
      header .navigation ul .menu-item__search a i {
        margin-left: 65px;
        margin-top: -1px;
        top: 27px; }
      header .navigation ul .menu-item__search a span {
        margin-left: 25px; }
      header .navigation ul .menu-item__search.js-active {
        background: #158ed6; }
    header .navigation ul .search-field {
      position: absolute;
      right: 120px;
      top: 0;
      width: 520px;
      height: 100%;
      background-color: #0867a0;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      transition: all 0.2s ease; }
      header .navigation ul .search-field .search-field__close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 29px;
        height: 29px;
        border-radius: 100%;
        background: url("../img/search-field-close.png") no-repeat 50% 50%;
        font-size: 0;
        border: 1px solid #8cacc8; }
      header .navigation ul .search-field form {
        height: 100%;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: 29px;
        padding-right: 29px; }
      header .navigation ul .search-field input {
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.39);
        font-family: 'SF UI Display';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300;
        height: 40px;
        width: 100%;
        margin-top: -2px; }
        header .navigation ul .search-field input.placeholder {
          color: rgba(255, 255, 255, 0.39);
          font-family: 'SF UI Display';
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 200; }
        header .navigation ul .search-field input:-moz-placeholder {
          color: rgba(255, 255, 255, 0.39);
          font-family: 'SF UI Display';
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 200; }
        header .navigation ul .search-field input::-moz-placeholder {
          color: rgba(255, 255, 255, 0.39);
          font-family: 'SF UI Display';
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 200; }
        header .navigation ul .search-field input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.39);
          font-family: 'SF UI Display';
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 200; }
        header .navigation ul .search-field input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.39);
          font-family: 'SF UI Display';
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 200; }
        header .navigation ul .search-field input:focus {
          outline: none; }
      header .navigation ul .search-field.is-visible {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100); }

main .mainDisplay {
  position: relative; }
  main .mainDisplay .mainDisplay-slider {
    position: relative;
    overflow: hidden;
    height: 100%; }
    main .mainDisplay .mainDisplay-slider .slick-slide {
      position: relative;
      overflow: hidden; }
      main .mainDisplay .mainDisplay-slider .slick-slide > img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: auto;
        min-width: 100%;
        max-width: none;
        width: 1920px; }
      main .mainDisplay .mainDisplay-slider .slick-slide .slide-left,
      main .mainDisplay .mainDisplay-slider .slick-slide .slide-right {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        position: absolute;
        bottom: 0;
        height: 100%;
        z-index: 1; }
        main .mainDisplay .mainDisplay-slider .slick-slide .slide-left > img,
        main .mainDisplay .mainDisplay-slider .slick-slide .slide-right > img {
          margin: 0; }
      main .mainDisplay .mainDisplay-slider .slick-slide .slide-label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        z-index: 2; }
      main .mainDisplay .mainDisplay-slider .slick-slide .slide-left {
        left: 0; }
      main .mainDisplay .mainDisplay-slider .slick-slide .slide-right {
        right: 0; }
  main .mainDisplay .mainDisplay__encyclopedia {
    position: absolute;
    right: 0;
    top: 18px;
    width: 267px;
    height: 52px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 26px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'SF UI Display';
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    text-transform: uppercase;
    background: url("../img/encyclopedia-bg.png") no-repeat 50% 50%; }
    main .mainDisplay .mainDisplay__encyclopedia i {
      margin-right: 7px; }
  main .mainDisplay .encyclopedia__content {
    position: absolute;
    right: 4px;
    top: 73px;
    width: 295px;
    height: 336px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease; }
    main .mainDisplay .encyclopedia__content .encyclopedia-tabs {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex; }
      main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tab-titles {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 34px;
        height: 336px;
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tab-titles li {
          position: absolute;
          left: 0;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: end;
              align-items: flex-end;
          color: #503b2b;
          font-family: Tahoma;
          font-size: 16px;
          font-size: 1rem;
          font-weight: 400;
          line-height: 22px;
          height: 34px;
          width: 167px;
          background-color: white;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transform-origin: left top 0;
                  transform-origin: left top 0;
          cursor: pointer; }
          main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tab-titles li div {
            height: 34px;
            width: 167px;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            padding-top: 7px; }
          main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tab-titles li.man-shoes {
            top: 336px; }
          main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tab-titles li.woman-shoes {
            top: 167px; }
          main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tab-titles li.active {
            height: 30px;
            left: 4px;
            color: #0779bd; }
            main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tab-titles li.active div {
              height: 26px;
              width: 161px;
              background-color: #ececec;
              padding-top: 0; }
      main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background: #fff;
        width: 265px;
        padding: 3px 0 3px 0; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content .tabs-content-item {
          height: 329px; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content .scroll-pane {
          width: 100%;
          height: 320px;
          overflow: auto; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content .jspDrag {
          width: 9px;
          height: 9px;
          background-color: #bdbdbd;
          border-radius: 50%; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content .jspTrack,
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content .jspVerticalBar {
          width: 9px;
          background-color: transparent; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content .jspVerticalBar {
          right: 10px;
          top: 5px;
          height: 320px; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content .jspTrack:before {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          height: 320px;
          top: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          background-color: #bdbdbd; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content .jspCapBottom {
          display: block;
          height: 10px;
          background: #fff; }
        main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content ul {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 238px;
          border: 1px solid #dedede;
          border-bottom: none;
          border-right: none; }
          main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content ul li {
            width: 79px;
            height: 82px;
            border-right: 1px solid #dedede;
            border-bottom: 1px solid #dedede; }
            main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content ul li > div {
              display: -moz-flex;
              display: -ms-flex;
              display: -o-flex;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: justify;
                  justify-content: space-between;
              text-align: center; }
              main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content ul li > div > div {
                height: 60px;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                    justify-content: center;
                -ms-flex-align: center;
                    align-items: center; }
            main .mainDisplay .encyclopedia__content .encyclopedia-tabs .tabs-content ul li p {
              color: #5b5b5b;
              font-family: 'SF UI Display';
              font-size: 11px;
              font-size: 0.6875rem;
              font-weight: 600;
              line-height: 9px; }
    main .mainDisplay .encyclopedia__content.is-visible {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

main .productsCategories {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 310px; }
  main .productsCategories ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    main .productsCategories ul li {
      width: 23.40425531914894%; }
      main .productsCategories ul li a {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: column;
            flex-direction: column;
        padding-top: 41px;
        width: 100%;
        height: 270px;
        background-color: white;
        border-radius: 7px;
        box-shadow: 2.5px 4.3px 16px rgba(32, 46, 55, 0.03);
        transition: all 0.5s ease; }
        main .productsCategories ul li a span {
          font-family: 'SF UI Display';
          font-size: 20px;
          font-size: 1.25rem;
          color: #75828c;
          font-weight: 300;
          transition: all 0.5s ease; }
        main .productsCategories ul li a div {
          max-height: 220px;
          overflow: hidden;
          border-radius: 7px; }
          main .productsCategories ul li a div img {
            margin-bottom: 0; }
        main .productsCategories ul li a:hover {
          box-shadow: 1px 1.7px 5px rgba(32, 46, 55, 0.11); }
        main .productsCategories ul li a:hover span {
          color: #0779bd; }

main .about {
  background-image: linear-gradient(to top, #005baf 0%, #009ad4 100%);
  padding-top: 13px;
  padding-bottom: 16px;
  height: 430px; }
  main .about h2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-family: 'SF UI Display';
    font-size: 35.5px;
    font-size: 2.21875rem;
    color: white;
    font-weight: 100;
    margin-left: 6px;
    letter-spacing: .4px; }
    main .about h2 img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin: -4px 5px 0 0px; }
  main .about .about-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 30px; }
    main .about .about-content li .about-item__title {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
      main .about .about-content li .about-item__title span {
        position: relative;
        width: 66px;
        height: 66px;
        background-color: rgba(0, 113, 189, 0.8);
        border-radius: 50%; }
        main .about .about-content li .about-item__title span i {
          position: absolute; }
      main .about .about-content li .about-item__title h3 {
        font-family: 'SF UI Display';
        font-size: 22px;
        font-size: 1.375rem;
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 6px; }
    main .about .about-content li ul {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 29px; }
      main .about .about-content li ul li {
        width: 100%;
        margin-bottom: 15px; }
        main .about .about-content li ul li p {
          font-family: 'SF UI Display';
          font-size: 16px;
          font-size: 1rem;
          color: white;
          font-weight: 200;
          line-height: 1.2;
          position: relative;
          text-indent: 43px;
          letter-spacing: .1px; }
          main .about .about-content li ul li p span {
            width: 38px;
            height: 30px;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: start;
                justify-content: flex-start;
            -ms-flex-align: end;
                align-items: flex-end;
            position: absolute;
            left: 0;
            top: -15px; }
    main .about .about-content .about-content__leader {
      width: 287px; }
      main .about .about-content .about-content__leader .about-item__title span {
        margin-left: 2px;
        margin-top: 1px; }
        main .about .about-content .about-content__leader .about-item__title span i {
          top: -5px;
          left: -8px; }
      main .about .about-content .about-content__leader ul {
        padding-right: 0px; }
    main .about .about-content .about-content__innovator {
      width: 365px; }
      main .about .about-content .about-content__innovator .about-item__title span {
        margin-left: 9px; }
        main .about .about-content .about-content__innovator .about-item__title span i {
          top: -9px;
          left: -19px; }
      main .about .about-content .about-content__innovator ul {
        padding-left: 40px; }
    main .about .about-content .about-content__professional {
      width: 288px; }
      main .about .about-content .about-content__professional .about-item__title span {
        margin-left: 38px; }
        main .about .about-content .about-content__professional .about-item__title span i {
          position: absolute;
          top: -6px;
          left: -17px; }
      main .about .about-content .about-content__professional .about-item__title h3 {
        margin-left: auto; }
      main .about .about-content .about-content__professional ul {
        padding-left: 23px; }
        main .about .about-content .about-content__professional ul li p {
          text-indent: 39px; }
          main .about .about-content .about-content__professional ul li p span {
            top: -11px; }

main .news {
  background-color: #f2f2f2;
  padding-top: 20px;
  height: 650px; }
  main .news ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    main .news ul li {
      width: 31.91489361702128%;
      min-height: 295px;
      background-color: white;
      border-radius: 7px;
      box-shadow: 2.5px 4.3px 16px rgba(32, 46, 55, 0.03);
      margin-bottom: 20px;
      padding-bottom: 34px;
      position: relative; }
      main .news ul li .news__picture {
        width: 100%;
        height: 169px;
        border-radius: 7px;
        overflow: hidden;
        margin-bottom: 11px; }
      main .news ul li h3 {
        font-family: 'SF UI Display';
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        color: #0779bd;
        text-transform: uppercase;
        padding-left: 19px;
        padding-right: 5px;
        line-height: 1.3; }
      main .news ul li a {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        font-family: 'SF UI Display';
        font-size: 14px;
        font-size: 0.875rem;
        color: #7b7b7b;
        font-weight: 300;
        position: absolute;
        bottom: 6px;
        left: 18px; }
        main .news ul li a span {
          position: relative; }
          main .news ul li a span:after {
            content: "";
            display: block;
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #c4c4c4;
            opacity: 0;
            filter: alpha(opacity=0);
            transition: all 0.5s ease; }
        main .news ul li a i {
          margin-left: 8px;
          margin-top: 1px; }
        main .news ul li a:hover i {
          background-image: url(../img/sprite.png);
          background-position: 0px -132px;
          width: 17px;
          height: 17px; }
        main .news ul li a:hover span:after {
          opacity: 1;
          filter: alpha(opacity=100); }

main .buy {
  background-color: #007ac1;
  box-shadow: 3px 5.2px 27px rgba(0, 0, 0, 0.22);
  padding-top: 9px;
  padding-bottom: 39px;
  height: 254px;
  position: relative;
  z-index: 1; }
  main .buy h2 {
    text-align: center;
    font-family: 'SF UI Display';
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
    font-weight: 300;
    letter-spacing: .2px; }
  main .buy ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 10px; }
    main .buy ul li {
      width: 100px;
      height: 83px;
      margin-bottom: 7px;
      background: #fff;
      transition: all 0.5s ease; }
      main .buy ul li a {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        height: 100%; }
        main .buy ul li a img {
          height: 100%; }
      main .buy ul li:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

main .contacts {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2f2f2; }
  main .contacts ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    main .contacts ul li {
      width: 300px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      main .contacts ul li .contacts-content {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 300px;
        height: 202px;
        background-color: white;
        border-radius: 7px;
        box-shadow: 2.5px 4.3px 16px rgba(32, 46, 55, 0.03);
        padding: 16px 7px 0 20px;
        position: relative; }
        main .contacts ul li .contacts-content:hover h3 {
          color: #007ac1; }
        main .contacts ul li .contacts-content:hover .contacts-content__map {
          color: #007ac1; }
          main .contacts ul li .contacts-content:hover .contacts-content__map i {
            background-image: url(../img/sprite.png);
            background-position: 0px -169px;
            width: 13px;
            height: 18px; }
        main .contacts ul li .contacts-content h3 {
          font-family: 'SF UI Display';
          font-size: 30px;
          font-size: 1.875rem;
          color: #5b5b5b;
          font-weight: 700;
          margin-bottom: 8px; }
        main .contacts ul li .contacts-content p {
          font-family: 'SF UI Display';
          font-size: 16px;
          font-size: 1rem;
          color: #5b5b5b;
          font-weight: 300;
          line-height: 1.2;
          letter-spacing: .3px;
          min-height: 68px;
          margin-bottom: 2px; }
        main .contacts ul li .contacts-content .contacts-content__phone {
          font-family: 'SF UI Display';
          font-size: 22px;
          font-size: 1.375rem;
          color: #7b7b7b;
          font-weight: 700;
          margin-left: 1px; }
        main .contacts ul li .contacts-content .contacts-content__map {
          position: absolute;
          bottom: 19px;
          left: 24px;
          font-family: 'SF UI Display';
          font-size: 16px;
          font-size: 1rem;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          color: #5b5b5b;
          font-weight: 300; }
          main .contacts ul li .contacts-content .contacts-content__map span {
            position: relative; }
            main .contacts ul li .contacts-content .contacts-content__map span:after {
              content: "";
              display: block;
              position: absolute;
              bottom: -2px;
              left: 0;
              width: 100%;
              height: 1px;
              background: #c4c4c4;
              transition: all 0.5s ease; }
          main .contacts ul li .contacts-content .contacts-content__map i {
            margin-left: 6px; }
      main .contacts ul li > a {
        width: 300px;
        height: 62px;
        background-color: white;
        border-radius: 7px;
        box-shadow: 2.5px 4.3px 16px rgba(32, 46, 55, 0.03);
        margin-top: 10px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        font-family: 'SF UI Display';
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        color: #007ac1; }
        main .contacts ul li > a > span {
          font-weight: 300;
          margin-right: 4px; }
        main .contacts ul li > a:hover {
          background-color: #007ac1;
          color: white; }

footer {
  margin-top: 20px;
  background-color: #fff;
  height: 67px;
  border-top: 1px solid rgba(124, 124, 124, 0.32); }
  footer.grey {
    background-color: #f2f2f2;
    margin-top: 0; }
  footer nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 67px;
    margin-top: -1px; }
    footer nav ul li {
      padding: 0 21px; }
      footer nav ul li a {
        font-family: 'SF UI Display';
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300;
        text-transform: uppercase;
        color: #515151;
        position: relative;
        transition: all 0.5s ease; }
        footer nav ul li a span {
          position: relative; }
          footer nav ul li a span::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #c4c4c4;
            transition: all 0.5s ease;
            opacity: 0;
            filter: alpha(opacity=0); }
        footer nav ul li a:hover {
          color: #979797; }
          footer nav ul li a:hover span::after {
            opacity: 1;
            filter: alpha(opacity=100); }
    footer nav ul li:not(:last-of-type) a:after {
      content: '/';
      font-family: 'SF UI Display';
      position: absolute;
      right: -22px;
      top: 0;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300;
      color: #515151; }

.mfp-bg {
  background: rgba(238, 238, 238, 0.8); }

.callback-content {
  position: relative;
  width: 469px;
  min-height: 506px;
  margin: 0 auto;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0 0 18px rgba(32, 46, 55, 0.35); }
  .callback-content .callback__title {
    width: 100%;
    height: 65px;
    background-color: #007ac1;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .callback-content .callback__title p {
      color: white;
      font-family: 'SF UI Display';
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 20px;
      text-transform: uppercase; }
  .callback-content form {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 18px;
    padding-bottom: 40px; }
    .callback-content form p {
      color: #b2b2b2;
      font-family: 'SF UI Display';
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 20px;
      margin-bottom: 21px; }
    .callback-content form input {
      text-align: center;
      width: 378px;
      height: 49px;
      background-color: #f3f1f1;
      border: 1px solid #f3f1f1;
      border-radius: 7px;
      box-shadow: inset 0.2px 1px 2px rgba(32, 46, 55, 0.1);
      font-family: 'SF UI Display';
      font-size: 18px;
      font-size: 1.125rem;
      color: #007ac1;
      font-weight: 300;
      line-height: 20px;
      margin-bottom: 10px;
      transition: all 0.5s ease; }
      .callback-content form input.placeholder {
        color: #007ac1;
        transition: all 0.5s ease; }
      .callback-content form input:-moz-placeholder {
        color: #007ac1;
        transition: all 0.5s ease; }
      .callback-content form input::-moz-placeholder {
        color: #007ac1;
        transition: all 0.5s ease; }
      .callback-content form input:-ms-input-placeholder {
        color: #007ac1;
        transition: all 0.5s ease; }
      .callback-content form input::-webkit-input-placeholder {
        color: #007ac1;
        transition: all 0.5s ease; }
      .callback-content form input:focus {
        border: 1px solid #68c1f4;
        background: #fff;
        color: #b2b2b2; }
      .callback-content form input:hover {
        border: 1px solid #68c1f4;
        background: #fff;
        color: #b2b2b2; }
        .callback-content form input:hover.placeholder {
          color: #b2b2b2; }
        .callback-content form input:hover:-moz-placeholder {
          color: #b2b2b2; }
        .callback-content form input:hover::-moz-placeholder {
          color: #b2b2b2; }
        .callback-content form input:hover:-ms-input-placeholder {
          color: #b2b2b2; }
        .callback-content form input:hover::-webkit-input-placeholder {
          color: #b2b2b2; }
    .callback-content form textarea {
      width: 380px;
      min-width: 380px;
      max-width: 380px;
      height: 142px;
      max-height: 250px;
      background-color: #f3f1f1;
      border: 1px solid #f3f1f1;
      box-shadow: inset 0.2px 1px 2px rgba(32, 46, 55, 0.1);
      border-radius: 7px;
      margin-bottom: 20px;
      color: #b2b2b2;
      font-family: 'SF UI Display';
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 200;
      line-height: 20px;
      padding: 10px;
      transition: all 0.5s ease; }
      .callback-content form textarea.placeholder {
        text-align: center;
        padding-top: 43px;
        color: #007ac1;
        font-family: 'SF UI Display';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 200;
        line-height: 20px;
        transition: all 0.5s ease; }
      .callback-content form textarea:-moz-placeholder {
        text-align: center;
        padding-top: 43px;
        color: #007ac1;
        font-family: 'SF UI Display';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 200;
        line-height: 20px;
        transition: all 0.5s ease; }
      .callback-content form textarea::-moz-placeholder {
        text-align: center;
        padding-top: 43px;
        color: #007ac1;
        font-family: 'SF UI Display';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 200;
        line-height: 20px;
        transition: all 0.5s ease; }
      .callback-content form textarea:-ms-input-placeholder {
        text-align: center;
        padding-top: 43px;
        color: #007ac1;
        font-family: 'SF UI Display';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 200;
        line-height: 20px;
        transition: all 0.5s ease; }
      .callback-content form textarea::-webkit-input-placeholder {
        text-align: center;
        padding-top: 43px;
        color: #007ac1;
        font-family: 'SF UI Display';
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 200;
        line-height: 20px;
        transition: all 0.5s ease; }
      .callback-content form textarea:focus {
        outline: none;
        border: 1px solid #68c1f4;
        background: #fff;
        color: #b2b2b2; }
      .callback-content form textarea:hover {
        border: 1px solid #68c1f4;
        background: #fff;
        color: #b2b2b2; }
        .callback-content form textarea:hover.placeholder {
          color: #b2b2b2; }
        .callback-content form textarea:hover:-moz-placeholder {
          color: #b2b2b2; }
        .callback-content form textarea:hover::-moz-placeholder {
          color: #b2b2b2; }
        .callback-content form textarea:hover:-ms-input-placeholder {
          color: #b2b2b2; }
        .callback-content form textarea:hover::-webkit-input-placeholder {
          color: #b2b2b2; }
    .callback-content form button {
      width: 380px;
      height: 62px;
      background-color: #007ac1;
      border-radius: 7px;
      box-shadow: -4.3px 2.5px 16px rgba(32, 46, 55, 0.03);
      color: white;
      font-family: 'SF UI Display';
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
      cursor: pointer;
      border: none; }
  .callback-content .mfp-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    opacity: 1;
    font-size: 0;
    background: url("../img/popup-close.png") no-repeat 50% 50% #fff;
    box-shadow: 0 0 5px rgba(32, 46, 55, 0.44); }
    .callback-content .mfp-close:before {
      content: "";
      display: block;
      position: absolute;
      width: 27px;
      height: 27px;
      border-radius: 100%;
      border: 1px solid #007ac1;
      top: 2px;
      left: 2px; }

main .filter {
  background: url("../img/filter-bg.png") no-repeat 50% 50%;
  height: 137px; }
  main .filter form {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* Height is adjusted by JS on open */
    /* FADE OVERLAY FOR SCROLLING LISTS */ }
    main .filter form .filter__item {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      width: 192px; }
      main .filter form .filter__item > i {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      main .filter form .filter__item:not(:nth-child(1)) {
        padding-left: 20px; }
      main .filter form .filter__item:hover .dropdown .selected {
        color: #0779bd; }
    main .filter form .filter__item:first-of-type {
      width: 172px; }
    main .filter form .dropdown,
    main .filter form .dropdown div,
    main .filter form .dropdown li,
    main .filter form .dropdown div::after {
      transition: all 200ms ease-in-out; }
    main .filter form .dropdown .selected::after,
    main .filter form .dropdown.scrollable div::after {
      -webkit-pointer-events: none;
      -moz-pointer-events: none;
      -ms-pointer-events: none;
      pointer-events: none; }
    main .filter form .dropdown.open {
      z-index: 2;
      overflow: visible; }
    main .filter form .dropdown .old {
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      width: 0;
      overflow: hidden; }
    main .filter form .dropdown select {
      position: absolute;
      left: 0px;
      top: 0px; }
    main .filter form .dropdown.touch .old {
      width: 100%;
      height: 100%; }
    main .filter form .dropdown.touch select {
      width: 100%;
      height: 100%;
      opacity: 0; }
    main .filter form .dropdown.open div {
      opacity: 1;
      z-index: 2; }
    main .filter form .dropdown.scrollable div::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 50px; }
    main .filter form .dropdown.scrollable.bottom div::after {
      opacity: 0; }
    main .filter form .dropdown.scrollable.open ul {
      overflow-y: auto; }
    main .filter form .dropdown {
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      height: 100%;
      width: 100%;
      border-radius: 4px;
      border: none;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      overflow: hidden;
      /* DROP DOWN WRAPPER */ }
      main .filter form .dropdown > div {
        position: absolute;
        height: 0;
        left: -1px;
        right: -1px;
        top: 100%;
        margin-top: -1px;
        background: #fff;
        border: none;
        opacity: 0;
        border-radius: 4px;
        /* DROP DOWN LIST */ }
        main .filter form .dropdown > div ul {
          position: absolute;
          right: 0;
          top: 0;
          list-style: none;
          overflow: hidden;
          padding: 0;
          width: 172px;
          background-color: white;
          border: 1px solid #0779bd;
          border-radius: 7px; }
          main .filter form .dropdown > div ul li {
            font-family: 'SF UI Display';
            font-size: 13px;
            font-size: 0.8125rem;
            color: #333;
            font-weight: 300;
            position: relative;
            padding: 0 12px 0 12px;
            position: relative;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            width: 100%;
            height: 29px;
            background-position: 94% 50%;
            /* .focus class is also added on hover */ }
            main .filter form .dropdown > div ul li.focus {
              background: #fff;
              position: relative;
              z-index: 3; }
            main .filter form .dropdown > div ul li:last-of-type {
              height: 30px; }
            main .filter form .dropdown > div ul li:not(:last-of-type):after {
              content: "";
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              margin: 0 auto;
              width: 146px;
              height: 1px;
              background-color: #eaeaea; }
            main .filter form .dropdown > div ul li:not(:first-of-type):before {
              content: "";
              display: block;
              position: absolute;
              top: -1px;
              left: 0;
              right: 0;
              margin: 0 auto;
              width: 100%;
              height: 1px;
              background-color: #f2f2f2;
              opacity: 0;
              filter: alpha(opacity=0); }
            main .filter form .dropdown > div ul li:hover {
              background: url("../img/filter-arrow-right-icon.png") no-repeat 94% 50% #f2f2f2; }
              main .filter form .dropdown > div ul li:hover:before {
                background-color: #f2f2f2;
                opacity: 1;
                filter: alpha(opacity=100); }
              main .filter form .dropdown > div ul li:hover:after {
                background-color: #f2f2f2; }
      main .filter form .dropdown .selected {
        display: block;
        font-family: 'SF UI Display';
        font-size: 15px;
        font-size: 0.9375rem;
        color: #333;
        font-weight: 300;
        transition: all 0.5s ease;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        min-height: 40px;
        padding-right: 37px;
        padding-left: 20px; }
      main .filter form .dropdown .carat {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: 20px;
        height: 37px;
        border-radius: 2px;
        background: url("../img/filter-arrow-down-icon.png") no-repeat 50% 50% #0779bd;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        transition: all 1s ease;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    main .filter form .filter__item.filter__item--season {
      padding-top: 13px; }
      main .filter form .filter__item.filter__item--season i {
        margin-left: -2px; }
      main .filter form .filter__item.filter__item--season .dropdown .selected {
        padding-left: 11px; }
      main .filter form .filter__item.filter__item--season:hover > i {
        background-image: url(../img/sprite.png);
        background-position: 0px -2020px;
        width: 48px;
        height: 40px; }
    main .filter form .filter__item.filter__item--weather {
      padding-top: 13px; }
      main .filter form .filter__item.filter__item--weather i {
        margin-top: -8px; }
      main .filter form .filter__item.filter__item--weather .dropdown .selected {
        padding-left: 13px; }
      main .filter form .filter__item.filter__item--weather:hover > i {
        background-image: url(../img/sprite.png);
        background-position: 0px -1841px;
        width: 44px;
        height: 39px; }
    main .filter form .filter__item.filter__item--purpose {
      padding-top: 10px; }
      main .filter form .filter__item.filter__item--purpose i {
        margin-top: -4px; }
      main .filter form .filter__item.filter__item--purpose .dropdown .selected {
        min-height: 45px;
        line-height: 1.06; }
      main .filter form .filter__item.filter__item--purpose:hover > i {
        background-image: url(../img/sprite.png);
        background-position: 0px -2204px;
        width: 38px;
        height: 42px; }
    main .filter form .filter__item.filter__item--material {
      padding-top: 10px; }
      main .filter form .filter__item.filter__item--material i {
        margin-top: -4px;
        margin-left: -1px; }
      main .filter form .filter__item.filter__item--material .dropdown .selected {
        padding-left: 12px; }
      main .filter form .filter__item.filter__item--material:hover > i {
        background-image: url(../img/sprite.png);
        background-position: 0px -3234px;
        width: 30px;
        height: 49px; }
    main .filter form .filter__item.filter__item--color {
      padding-top: 9px; }
      main .filter form .filter__item.filter__item--color i {
        margin-top: -1px; }
      main .filter form .filter__item.filter__item--color .dropdown .selected {
        margin-top: -3px;
        padding-left: 0; }
      main .filter form .filter__item.filter__item--color:hover > i {
        background-image: url(../img/sprite.png);
        background-position: 0px -3098px;
        width: 32px;
        height: 48px; }
    main .filter form button {
      width: 205px;
      height: 38px;
      background-color: #0668a2;
      border: 1px solid #0779bd;
      border-radius: 7px;
      box-shadow: inset 0 -3px 0 rgba(0, 61, 100, 0.75);
      margin: 26px auto 0 366px;
      font-family: 'SF UI Display';
      font-size: 14px;
      font-size: 0.875rem;
      color: white;
      font-weight: 300;
      letter-spacing: .5px;
      text-transform: uppercase;
      cursor: pointer; }

main .products section .products__title {
  padding-top: 20px;
  height: 64px;
  background-color: #0779bd;
  text-align: center; }
  main .products section .products__title h2 {
    font-family: 'SF UI Display';
    font-size: 22px;
    font-size: 1.375rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase; }

main .products section .products-content {
  background: url("../img/productsPage-product-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding-top: 20px; }
  main .products section .products-content ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    main .products section .products-content ul li {
      width: 220px;
      padding-bottom: 11px;
      background-color: white;
      border-radius: 7px;
      box-shadow: 2.5px 4.3px 9.1px 0.9px rgba(0, 76, 121, 0.25);
      margin-bottom: 20px;
      margin-right: 20px;
      transition: all 0.5s ease; }
      main .products section .products-content ul li a {
        display: block;
        padding-top: 9px; }
        main .products section .products-content ul li a h2 {
          display: block;
          font-family: 'SF UI Display';
          font-size: 18px;
          font-size: 1.125rem;
          color: #0779bd;
          font-weight: 300;
          text-transform: uppercase;
          text-align: center;
          position: relative;
          padding: 9px 10px;
          letter-spacing: .3px;
          transition: all 0.5s ease;
          height: 78px;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          main .products section .products-content ul li a h2:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            width: 191px;
            height: 1px;
            background-color: #d2d2d2; }
        main .products section .products-content ul li a div {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          overflow: hidden;
          height: 206px;
          border-radius: 7px;
          background-color: white;
          margin-top: 14px; }
          main .products section .products-content ul li a div img {
            max-height: 100%;
            max-width: 90%; }
        main .products section .products-content ul li a span {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          width: 100%;
          margin-top: 8px;
          text-align: center;
          font-family: 'SF UI Display';
          font-size: 18px;
          font-size: 1.125rem;
          color: #0779bd;
          font-weight: 300;
          transition: all 0.5s ease; }
      main .products section .products-content ul li:nth-child(4n) {
        margin-right: 0; }
      main .products section .products-content ul li:hover {
        box-shadow: 1.5px 2.6px 2.7px 0.3px rgba(0, 76, 121, 0.22); }
        main .products section .products-content ul li:hover h2,
        main .products section .products-content ul li:hover span {
          color: #515151; }

main .map {
  padding-top: 15px; }
  main .map h1 {
    font-family: 'SF UI Display';
    font-size: 22px;
    font-size: 1.375rem;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px; }
  main .map-content {
    width: 1110px;
    margin: 0 auto;
    background: #f2f2f2;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
    main .map-content-geo {
      width: 435px;
      padding: 11px 7px 0 85px; }
      main .map-content-geo > p {
        font-family: 'SF UI Display';
        font-size: 14px;
        font-size: 0.875rem;
        color: #333;
        font-weight: 300; }
      main .map-content-geo form {
        margin-top: 7px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start; }
        main .map-content-geo form input {
          width: 275px;
          height: 32px;
          background-color: white;
          border: 1px solid #0779bd;
          border-radius: 7px;
          font-family: 'SF UI Display';
          font-size: 16px;
          font-size: 1rem;
          color: #898888;
          font-weight: 300;
          padding-left: 19px;
          padding-right: 19px;
          margin-right: 11px; }
        main .map-content-geo form button {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          width: 53px;
          height: 32px;
          padding: 0;
          background-color: #0779bd;
          border: 1px solid #0779bd;
          border-radius: 7px;
          box-shadow: inset 0 -3px 0 rgba(0, 61, 100, 0.75);
          font-family: 'SF UI Display';
          font-size: 14px;
          font-size: 0.875rem;
          color: white;
          text-transform: uppercase;
          font-weight: 500;
          cursor: pointer; }
      main .map-content-geo-items {
        height: 343px;
        margin-top: 24px;
        overflow-y: scroll; }
        main .map-content-geo-items .scroll-pane {
          width: 100%;
          height: 337px;
          overflow: auto; }
        main .map-content-geo-items .jspDrag {
          width: 9px;
          height: 9px;
          background-color: #bdbdbd;
          border-radius: 50%; }
        main .map-content-geo-items .jspTrack,
        main .map-content-geo-items .jspVerticalBar {
          width: 9px;
          background-color: transparent; }
        main .map-content-geo-items .jspTrack:before {
          content: "";
          display: block;
          position: absolute;
          width: 1px;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          background-color: #bdbdbd; }
        main .map-content-geo-items ul li {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          margin-bottom: 13px;
          cursor: pointer; }
          main .map-content-geo-items ul li .name {
            font-family: 'SF UI Display';
            font-size: 16px;
            font-size: 1rem;
            color: #0779bd;
            font-weight: 700;
            transition: all 0.5s ease;
            margin-bottom: 2px; }
          main .map-content-geo-items ul li .location {
            font-family: 'SF UI Display';
            font-size: 16px;
            font-size: 1rem;
            color: #515151;
            font-weight: 300; }
          main .map-content-geo-items ul li:hover .name {
            color: #515151; }
    main .map-content__map {
      position: relative; }
      main .map-content__map .mapMarker {
        position: absolute;
        top: 20%;
        left: 20%; }

main .banner {
  background: url("../img/singleProduct-banner-bg.png") no-repeat 50% 50%;
  height: 260px; }
  main .banner .wrap {
    height: 100%; }
    main .banner .wrap .banner__title {
      margin-left: 359px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%; }
      main .banner .wrap .banner__title .banner__title_content h1 {
        font-family: 'SF UI Display';
        font-size: 32px;
        font-size: 2rem;
        opacity: 0.95;
        text-shadow: 0 0 47.4px rgba(255, 255, 255, 0.47);
        color: black;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 14px; }
      main .banner .wrap .banner__title .banner__title_content p {
        font-family: 'SF UI Display';
        font-size: 20px;
        font-size: 1.25rem;
        opacity: 0.95;
        text-shadow: 0 0 47.4px rgba(255, 255, 255, 0.47);
        color: black;
        font-weight: 500; }

main .info {
  background: url("../img/singleProduct-info-bg.png") no-repeat 50% 0%;
  background-size: cover; }
  main .info-content {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    main .info-content-left {
      width: 365px;
      position: relative;
      margin-top: -30%; }

@-moz-document url-prefix() {
  main .info-content-left {
    transform: translateY(0%); } }
      main .info-content-left__picture {
        width: 338px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        overflow: hidden;
        margin-bottom: 20px; }
      main .info-content-left__advice {
        width: 338px;
        background-color: rgba(255, 255, 255, 0.81);
        border-radius: 7px;
        box-shadow: 1.8px 2.4px 5px rgba(32, 46, 55, 0.17);
        text-align: center;
        padding: 7px 7px 27px 7px;
        margin-bottom: 21px; }
        main .info-content-left__advice h2 {
          font-family: 'SF UI Display';
          font-size: 16px;
          font-size: 1rem;
          color: #333;
          font-weight: 600;
          text-transform: uppercase;
          line-height: 1.2;
          margin-top: 19px; }
        main .info-content-left__advice p {
          font-family: 'SF UI Display';
          font-size: 16px;
          font-size: 1rem;
          color: #333;
          font-weight: 300;
          line-height: 1.2; }
    main .info-content-right {
      width: 575px; }
      main .info-content-right ul {
        padding-top: 29px; }
        main .info-content-right ul li {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: center;
              align-items: center;
          margin-bottom: 24px; }
          main .info-content-right ul li div {
            width: 70px;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
            main .info-content-right ul li div img {
              margin: 0; }
          main .info-content-right ul li p {
            font-family: 'SF UI Display';
            font-size: 16px;
            font-size: 1rem;
            color: #0779bd;
            font-weight: 500;
            text-transform: uppercase;
            line-height: 1.5; }

main .specifications {
  background: url("../img/singleProduct-specifications-bg-left.png") no-repeat 0% 50%, url("../img/singleProduct-specifications-bg-right.png") no-repeat 100% 50%, url("../img/singleProduct-specifications-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 22px; }
  main .specifications h2 {
    font-family: 'SF UI Display';
    font-size: 22px;
    font-size: 1.375rem;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 19px;
    margin-left: -4px; }
  main .specifications p {
    text-align: center; }
  main .specifications ul {
    width: 410px;
    margin: 0 auto; }
    main .specifications ul li {
      text-align: center;
      margin-bottom: 3px; }
      main .specifications ul li h3 {
        font-family: 'SF UI Display';
        font-size: 16px;
        font-size: 1rem;
        color: #333;
        font-weight: 500;
        line-height: 1; }
      main .specifications ul li p {
        font-family: 'SF UI Display';
        font-size: 16px;
        font-size: 1rem;
        color: #333;
        font-weight: 300;
        line-height: 1.2; }

main .howToUse {
  background: url("../img/singleProduct-howToUse-bg.png") no-repeat 50% 0%;
  background-size: cover;
  padding-top: 22px;
  padding-bottom: 22px; }
  main .howToUse h2 {
    font-family: 'SF UI Display';
    font-size: 22px;
    font-size: 1.375rem;
    text-shadow: 0 0 24px rgba(32, 46, 55, 0.24);
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-left: 3px; }
  main .howToUse .howToUse-content {
    background-color: rgba(25, 144, 215, 0.81); }
    main .howToUse .howToUse-content ul {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-top: 18px;
      padding-bottom: 10px;
      margin-top: 17px; }
      main .howToUse .howToUse-content ul li {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 25%;
        text-align: center;
        position: relative; }
        main .howToUse .howToUse-content ul li > div:last-of-type {
          margin-top: 43px;
          position: relative; }
          main .howToUse .howToUse-content ul li > div:last-of-type span {
            position: absolute;
            top: -62px;
            left: 52px;
            opacity: 0.15;
            color: white;
            font-family: 'SF UI Display';
            font-size: 104px;
            font-size: 6.5rem;
            font-weight: 500; }
          main .howToUse .howToUse-content ul li > div:last-of-type p {
            font-family: 'SF UI Display';
            font-size: 14px;
            font-size: 0.875rem;
            color: white;
            font-weight: 300;
            line-height: 1.25;
            padding: 0px 20px; }
        main .howToUse .howToUse-content ul li:after {
          content: "";
          display: block;
          position: absolute;
          position: absolute;
          right: -40px;
          top: 0;
          width: 90px;
          height: 16px;
          background: url("../img/singleProduct-howToUse-dashedLine-icon.png") no-repeat 50% 50%; }
        main .howToUse .howToUse-content ul li:first-of-type > div:first-of-type {
          margin-left: -27px; }
        main .howToUse .howToUse-content ul li:first-of-type > div:last-of-type {
          margin-left: -23px; }
          main .howToUse .howToUse-content ul li:first-of-type > div:last-of-type span {
            top: -62px;
            left: 52px; }
        main .howToUse .howToUse-content ul li:first-of-type:after {
          top: 26px;
          right: -41px; }
        main .howToUse .howToUse-content ul li:nth-of-type(2) > div:first-of-type {
          margin-left: 16px; }
        main .howToUse .howToUse-content ul li:nth-of-type(2) > div:last-of-type {
          margin-left: -7px; }
          main .howToUse .howToUse-content ul li:nth-of-type(2) > div:last-of-type span {
            top: -60px;
            left: 40px; }
        main .howToUse .howToUse-content ul li:nth-of-type(2):after {
          top: 78px;
          right: -45px; }
        main .howToUse .howToUse-content ul li:nth-of-type(3) > div:first-of-type {
          margin-left: 3px; }
        main .howToUse .howToUse-content ul li:nth-of-type(3) > div:last-of-type {
          margin-left: -23px; }
          main .howToUse .howToUse-content ul li:nth-of-type(3) > div:last-of-type span {
            top: -62px;
            left: 39px; }
        main .howToUse .howToUse-content ul li:nth-of-type(3):after {
          top: 25px;
          right: -53px; }
        main .howToUse .howToUse-content ul li:nth-of-type(4) > div:first-of-type {
          margin-left: 23px; }
        main .howToUse .howToUse-content ul li:nth-of-type(4) > div:last-of-type {
          margin-left: 21px; }
          main .howToUse .howToUse-content ul li:nth-of-type(4) > div:last-of-type span {
            top: -62px;
            left: 30px; }
        main .howToUse .howToUse-content ul li:nth-of-type(2n+1):after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        main .howToUse .howToUse-content ul li:last-of-type:after {
          display: none; }

main .careful {
  background: url("../img/singleProduct-careful-bg1.png") no-repeat 0% 50% #fff;
  padding-top: 28px;
  padding-bottom: 29px;
  min-height: 278px; }
  main .careful h2 {
    font-family: 'SF UI Display';
    font-size: 22px;
    font-size: 1.375rem;
    color: #f4457f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  main .careful ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 35px; }
    main .careful ul li {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      text-align: center;
      width: 20%;
      margin: 0 30px; }
      main .careful ul li span {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        position: relative;
        width: 32px;
        height: 32px;
        background-color: #f86596;
        border-radius: 50%;
        font-family: 'SF UI Display';
        font-size: 22px;
        font-size: 1.375rem;
        color: white;
        font-weight: 400; }
        main .careful ul li span:after {
          content: "";
          display: block;
          position: absolute;
          position: absolute;
          top: -11px;
          left: -11px;
          width: 51px;
          height: 51px;
          border: 1.5px dashed #acacac;
          border-radius: 50%; }
      main .careful ul li p {
        font-family: 'SF UI Display';
        font-size: 16px;
        font-size: 1rem;
        color: #333;
        font-weight: 300;
        margin-top: 15px;
        line-height: 1.2; }

main .recommend {
  background: #f2f2f2;
  padding-top: 22px; }
  main .recommend h2 {
    font-family: 'SF UI Display';
    font-size: 22px;
    font-size: 1.375rem;
    color: #0779bd;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  main .recommend ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 25px; }
    main .recommend ul li {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 300px;
      height: 189px;
      background-color: white;
      border-radius: 7px;
      box-shadow: 2.5px 4.3px 16px rgba(32, 46, 55, 0.03);
      margin-bottom: 20px;
      margin-right: 20px; }
      main .recommend ul li:nth-child(3n) {
        margin-right: 0; }
      main .recommend ul li > div:first-of-type {
        padding: 10px;
        width: 125px;
        overflow: hidden;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
      main .recommend ul li > div:last-of-type {
        width: 175px;
        padding-top: 15px;
        position: relative; }
        main .recommend ul li > div:last-of-type h3 {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          height: 65px;
          padding-right: 5px;
          font-family: 'SF UI Display';
          font-size: 14px;
          font-size: 0.875rem;
          color: #0779bd;
          font-weight: 400;
          text-transform: uppercase;
          position: relative;
          padding-bottom: 17px; }
          main .recommend ul li > div:last-of-type h3:after {
            content: "";
            display: block;
            position: absolute;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 148px;
            height: 1px;
            opacity: 0.52;
            background-color: #a8a8a8; }
        main .recommend ul li > div:last-of-type span {
          display: block;
          font-family: 'SF UI Display';
          font-size: 16px;
          font-size: 1rem;
          color: #333;
          font-weight: 300;
          margin-top: 16px; }
        main .recommend ul li > div:last-of-type a {
          position: absolute;
          bottom: 20px;
          left: 0;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          width: 111px;
          height: 31px;
          border: 1px solid #c9c9c9;
          background-color: #c9c9c9;
          border-radius: 7px;
          font-family: 'SF UI Display';
          font-size: 14px;
          font-size: 0.875rem;
          color: #474747;
          font-weight: 300;
          padding-top: 5px; }
          main .recommend ul li > div:last-of-type a:hover {
            border: 1px solid #0779bd;
            background: #fff;
            color: #0779bd; }

main .about-main {
  background: url("../img/about-brand-main-display-bg.jpg") no-repeat 47% 50%;
  min-height: 419px;
  padding-top: 36px;
  padding-bottom: 5px; }
  main .about-main h1 {
    font-family: 'SF UI Display';
    font-size: 20px;
    font-size: 1.25rem;
    color: #0779bd;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 700px; }
  main .about-main .about-main__subtitle {
    font-family: 'SF UI Display';
    font-size: 14px;
    font-size: 0.875rem;
    color: #515151;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 19px; }
  main .about-main p {
    font-family: 'SF UI Display';
    font-size: 16px;
    font-size: 1rem;
    color: #515151;
    font-weight: 500;
    line-height: 23px;
    max-width: 700px; }
  main .about-main .about-main__block {
    background: url("../img/about-brand-main-display-block-bg.png") no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    width: 687px;
    height: 138px;
    background-color: #4098cc;
    border-radius: 30px;
    box-shadow: 1px 1.7px 2.6px 0.4px rgba(155, 148, 144, 0.75);
    position: relative;
    margin-top: 23px;
    padding: 26px 70px 0 30px; }
    main .about-main .about-main__block p {
      color: white;
      font-family: 'SF UI Display';
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 22px;
      letter-spacing: .3px; }
    main .about-main .about-main__block:after {
      content: "";
      display: block;
      position: absolute;
      right: -55px;
      top: -18px;
      width: 117px;
      height: 189px;
      background: url("../img/about-brand-main-ballon.png") no-repeat 50% 50%; }
  main .about-main .about-main__descr {
    color: #515151;
    font-family: 'SF UI Display';
    font-size: 9px;
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    max-width: none;
    margin-top: 8px; }

main .about-page-content {
  background: url("../img/about-brand-content-bg.png") no-repeat 50% 50% #fff;
  background-size: cover;
  padding-top: 39px;
  padding-bottom: 7px; }
  main .about-page-content .about-content__item {
    position: relative;
    max-width: 983px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 1px 1.7px 6px rgba(7, 83, 134, 0.25);
    margin: 0 auto;
    padding: 6px 7px 6px 8px;
    margin-bottom: 10px; }
    main .about-page-content .about-content__item .template-wrap {
      position: relative;
      padding-left: 82px;
      padding-top: 17px;
      border: 1px dashed #e1e1e1;
      border-radius: 30px; }
    main .about-page-content .about-content__item .about-content__year {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 54px;
      height: 98%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      border-right: 1px dashed #e1e1e1; }
      main .about-page-content .about-content__item .about-content__year p {
        display: block;
        color: #0779bd;
        font-family: 'SF UI Display';
        font-size: 34px;
        font-size: 2.125rem;
        font-weight: 700;
        line-height: 20px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        white-space: nowrap; }
        main .about-page-content .about-content__item .about-content__year p span {
          font-size: 24px;
          font-size: 1.5rem; }
      main .about-page-content .about-content__item .about-content__year:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 6px;
        border-bottom: 1px dashed #e1e1e1; }
    main .about-page-content .about-content__item h2 {
      color: #0779bd;
      font-family: 'SF UI Display';
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      line-height: 19px;
      text-transform: uppercase;
      margin-bottom: 19px;
      letter-spacing: .3px; }
    main .about-page-content .about-content__item p {
      color: #515151;
      font-family: 'SF UI Display';
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 20px;
      margin-bottom: 18px;
      letter-spacing: .2px; }
  main .about-page-content .template-1 .template-wrap {
    padding-bottom: 7px; }
  main .about-page-content .template-1 .template-1__text {
    position: relative;
    z-index: 2;
    padding-left: 6px;
    padding-right: 50px; }
  main .about-page-content .template-1 p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px; }
  main .about-page-content .template-1 .template-1-pict {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 25px; }
    main .about-page-content .template-1 .template-1-pict .template-1-pict__main {
      margin-left: -7px;
      padding-top: 2px;
      width: 554px;
      height: 392px; }
    main .about-page-content .template-1 .template-1-pict .template-1-pict__other {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      main .about-page-content .template-1 .template-1-pict .template-1-pict__other .template-1-pict__other-block {
        width: 280px;
        overflow: hidden;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        main .about-page-content .template-1 .template-1-pict .template-1-pict__other .template-1-pict__other-block:first-of-type {
          margin-bottom: 23px; }
        main .about-page-content .template-1 .template-1-pict .template-1-pict__other .template-1-pict__other-block img {
          margin: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  main .about-page-content .template-2 .template-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 7px 0 3px 85px; }
  main .about-page-content .template-2 h2 {
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 18px; }
  main .about-page-content .template-2 p {
    color: #515151;
    font-family: 'SF UI Display';
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500; }
  main .about-page-content .template-2 .template-2-pict {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 247px;
    overflow: hidden; }
  main .about-page-content .template-2 .template-2__text {
    padding-top: 17px;
    position: relative;
    z-index: 2; }
  main .about-page-content .template-3 .template-wrap {
    padding-top: 15px;
    padding-left: 85px;
    padding-bottom: 20px; }
  main .about-page-content .template-3 .template-3-pict {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    main .about-page-content .template-3 .template-3-pict .template-3-pict__wrap {
      width: 180px;
      height: 243px;
      overflow: hidden;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      overflow: hidden; }
      main .about-page-content .template-3 .template-3-pict .template-3-pict__wrap:first-of-type {
        margin-right: 29px; }
      main .about-page-content .template-3 .template-3-pict .template-3-pict__wrap:last-of-type {
        margin-left: auto;
        width: 247px;
        overflow: hidden; }
  main .about-page-content .template-4 .template-wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 7px 0 3px 83px; }
  main .about-page-content .template-4 p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    margin-bottom: 15px; }
  main .about-page-content .template-4 h2 {
    letter-spacing: .2px;
    line-height: 20px; }
  main .about-page-content .template-4 .template-4-pict {
    padding-top: 9px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 247px;
    overflow: hidden; }
    main .about-page-content .template-4 .template-4-pict img {
      margin-bottom: 5px; }
  main .about-page-content .template-4 .template-4__text {
    padding-top: 10px;
    position: relative;
    z-index: 2; }
  main .about-page-content .template-4 ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 1px;
    margin-bottom: 14px; }
    main .about-page-content .template-4 ul li {
      color: #515151;
      font-family: 'SF UI Display';
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 5px; }
      main .about-page-content .template-4 ul li strong {
        font-family: 'SF UI Display';
        font-size: 22px;
        font-size: 1.375rem;
        color: #177ebf;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 3px; }
  main .about-page-content .template-4 a {
    display: block;
    color: #0779bd;
    font-family: 'SF UI Display';
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 18px;
    text-decoration: underline;
    margin-top: 1px; }

main .contacts-page .contacts-page__title {
  height: 55px;
  text-align: center;
  padding-top: 15px; }
  main .contacts-page .contacts-page__title h1 {
    font-family: 'SF UI Display';
    font-size: 22px;
    font-size: 1.375rem;
    color: #333;
    font-weight: 700; }

main .contacts-page .contacts {
  position: relative;
  height: 180px;
  padding: 0; }
  main .contacts-page .contacts ul {
    position: absolute;
    bottom: 20px;
    width: 940px; }

main .advice-page {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 20px; }
  main .advice-page .advice-list__item {
    position: relative;
    max-height: 169px;
    width: 100%;
    background-color: white;
    border-radius: 7px;
    box-shadow: 2.5px 4.3px 16px rgba(32, 46, 55, 0.03);
    padding-left: 19px;
    margin-bottom: 20px;
    overflow: hidden; }
    main .advice-page .advice-list__item:last-of-type {
      margin-bottom: 0; }
    main .advice-page .advice-list__item .advice-top {
      position: relative;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      min-height: 169px; }
    main .advice-page .advice-list__item h2 {
      padding-top: 14px;
      font-family: 'SF UI Display';
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #0779bd;
      line-height: 30px;
      text-transform: uppercase;
      width: 448px;
      float: left; }
    main .advice-page .advice-list__item .advice-img {
      width: 300px;
      overflow: hidden;
      float: none;
      border-radius: 7px;
      margin-left: 30px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: start;
          align-items: flex-start; }
      main .advice-page .advice-list__item .advice-img img {
        width: auto;
        max-width: none;
        height: 169px;
        margin: 0; }
    main .advice-page .advice-list__item .advice__go-next {
      position: absolute;
      bottom: 20px;
      left: 0;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      font-family: 'SF UI Display';
      font-size: 14px;
      font-size: 0.875rem;
      color: #7b7b7b;
      font-weight: 300;
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }
      main .advice-page .advice-list__item .advice__go-next span {
        position: relative; }
        main .advice-page .advice-list__item .advice__go-next span:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #c4c4c4;
          opacity: 0;
          filter: alpha(opacity=0);
          transition: all 0.5s ease; }
      main .advice-page .advice-list__item .advice__go-next i {
        margin-left: 8px;
        margin-top: 1px; }
      main .advice-page .advice-list__item .advice__go-next:hover i {
        background-image: url(../img/sprite.png);
        background-position: 0px -132px;
        width: 17px;
        height: 17px; }
      main .advice-page .advice-list__item .advice__go-next:hover span:after {
        opacity: 1;
        filter: alpha(opacity=100); }
    main .advice-page .advice-list__item .advice__roll-up {
      position: absolute;
      bottom: 20px;
      left: 0;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      font-family: 'SF UI Display';
      font-size: 14px;
      font-size: 0.875rem;
      color: #7b7b7b;
      font-weight: 300;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden; }
      main .advice-page .advice-list__item .advice__roll-up span {
        position: relative; }
        main .advice-page .advice-list__item .advice__roll-up span:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #c4c4c4;
          opacity: 0;
          filter: alpha(opacity=0);
          transition: all 0.5s ease; }
      main .advice-page .advice-list__item .advice__roll-up i {
        margin-left: 12px;
        margin-top: 1px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      main .advice-page .advice-list__item .advice__roll-up:hover i {
        background-image: url(../img/sprite.png);
        background-position: 0px -132px;
        width: 17px;
        height: 17px; }
      main .advice-page .advice-list__item .advice__roll-up:hover span:after {
        opacity: 1;
        filter: alpha(opacity=100); }
    main .advice-page .advice-list__item p {
      color: #7b7b7b;
      font-family: 'SF UI Display';
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 18px;
      padding-right: 100px; }
    main .advice-page .advice-list__item .advice-bottom {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden; }
      main .advice-page .advice-list__item .advice-bottom h3 {
        color: #7b7b7b;
        font-family: 'SF UI Display';
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 18px;
        margin-top: 29px; }
      main .advice-page .advice-list__item .advice-bottom ol {
        counter-reset: item;
        margin-top: 31px;
        padding-right: 10px;
        padding-bottom: 10px;
        position: relative;
        padding-left: 0; }
        main .advice-page .advice-list__item .advice-bottom ol:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          height: 1px;
          width: 905px;
          background-color: lightgrey; }
        main .advice-page .advice-list__item .advice-bottom ol li {
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 18px; }
          main .advice-page .advice-list__item .advice-bottom ol li:before {
            content: counter(item);
            counter-increment: item;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            border-radius: 100%;
            width: 25px;
            height: 25px;
            background-color: #b4b4b4;
            color: white;
            font-family: 'SF UI Display';
            font-size: 16px;
            font-size: 1rem;
            font-weight: 500;
            line-height: 20px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 26px; }
          main .advice-page .advice-list__item .advice-bottom ol li p {
            color: #7b7b7b;
            font-family: 'SF UI Display';
            font-size: 16px;
            font-size: 1rem;
            font-weight: 400;
            line-height: 18px; }
      main .advice-page .advice-list__item .advice-bottom .advice-share {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding: 10px 0 20px 0; }
        main .advice-page .advice-list__item .advice-bottom .advice-share p {
          color: #7b7b7b;
          font-family: 'SF UI Display';
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 18px;
          margin-right: 19px;
          padding: 0; }
        main .advice-page .advice-list__item .advice-bottom .advice-share a {
          margin-right: 10px;
          transition: all 0.5s ease; }
          main .advice-page .advice-list__item .advice-bottom .advice-share a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    main .advice-page .advice-list__item.js-active {
      max-height: none; }
      main .advice-page .advice-list__item.js-active .advice-top {
        display: block; }
      main .advice-page .advice-list__item.js-active .advice__go-next {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden; }
      main .advice-page .advice-list__item.js-active .advice__roll-up {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
      main .advice-page .advice-list__item.js-active .advice-bottom {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
      main .advice-page .advice-list__item.js-active .advice-img {
        width: 442px;
        overflow: hidden;
        float: right; }
        main .advice-page .advice-list__item.js-active .advice-img img {
          max-width: 100%;
          width: 100%;
          height: auto; }

main .search-page {
  padding-bottom: 30px; }
  main .search-page .search-page__title {
    height: 55px;
    text-align: center;
    padding-top: 15px; }
    main .search-page .search-page__title h1 {
      color: #333;
      font-family: 'SF UI Display';
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700; }
  main .search-page form {
    position: relative; }
    main .search-page form input {
      width: 100%;
      height: 42px;
      background-color: #f2f2f2;
      border: 1px solid #cecece;
      border-radius: 7px;
      color: #9c9c9c;
      font-family: 'SF UI Display';
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 300;
      padding-left: 22px;
      padding-right: 140px; }
      main .search-page form input.placeholder {
        color: #9c9c9c;
        font-family: 'SF UI Display';
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 300; }
      main .search-page form input:-moz-placeholder {
        color: #9c9c9c;
        font-family: 'SF UI Display';
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 300; }
      main .search-page form input::-moz-placeholder {
        color: #9c9c9c;
        font-family: 'SF UI Display';
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 300; }
      main .search-page form input:-ms-input-placeholder {
        color: #9c9c9c;
        font-family: 'SF UI Display';
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 300; }
      main .search-page form input::-webkit-input-placeholder {
        color: #9c9c9c;
        font-family: 'SF UI Display';
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 300; }
    main .search-page form button {
      position: absolute;
      right: 0;
      top: 0;
      width: 120px;
      height: 42px;
      background-color: #007ac1;
      border-radius: 7px;
      box-shadow: 2.5px 4.3px 16px rgba(32, 46, 55, 0.03);
      border: none;
      color: white;
      font-family: 'SF UI Display';
      font-size: 16px;
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
      z-index: 1;
      cursor: pointer; }
  main .search-page .search-results__number {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #9c9c9c;
    font-family: 'SF UI Display';
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 19px; }
    main .search-page .search-results__number p {
      margin-right: 4px; }
  main .search-page .search-results .search-results-list {
    margin-top: 48px; }
    main .search-page .search-results .search-results-list h2 {
      margin-bottom: 28px; }
      main .search-page .search-results .search-results-list h2 a {
        font-family: 'SF UI Display';
        font-size: 22px;
        font-size: 1.375rem;
        color: #0779bd;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase; }
    main .search-page .search-results .search-results-list p {
      color: #515151;
      font-family: 'SF UI Display';
      font-size: 16px;
      font-size: 1rem;
      font-weight: 500;
      line-height: 20px;
      margin-bottom: 28px; }
    main .search-page .search-results .search-results-list a {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      font-family: 'SF UI Display';
      font-size: 14px;
      font-size: 0.875rem;
      color: #7b7b7b;
      font-weight: 300; }
      main .search-page .search-results .search-results-list a span {
        position: relative; }
        main .search-page .search-results .search-results-list a span:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #c4c4c4;
          opacity: 0;
          filter: alpha(opacity=0);
          transition: all 0.5s ease; }
      main .search-page .search-results .search-results-list a i {
        margin-left: 8px;
        margin-top: 1px; }
      main .search-page .search-results .search-results-list a:hover i {
        background-image: url(../img/sprite.png);
        background-position: 0px -132px;
        width: 17px;
        height: 17px; }
      main .search-page .search-results .search-results-list a:hover span:after {
        opacity: 1;
        filter: alpha(opacity=100); }
    main .search-page .search-results .search-results-list li {
      position: relative;
      padding-bottom: 27px;
      margin-bottom: 22px; }
      main .search-page .search-results .search-results-list li:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 100%;
        background-color: lightgrey; }
  main .search-page .search-results .search-results-pagintion {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 8px; }
    main .search-page .search-results .search-results-pagintion li {
      margin: 0 2.5px 0 2.5px; }
      main .search-page .search-results .search-results-pagintion li a {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        width: 27px;
        height: 41px;
        background-color: #58a2cd;
        border-radius: 7px;
        color: white;
        font-family: 'SF UI Display';
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 400;
        transition: all 0.5s ease; }
        main .search-page .search-results .search-results-pagintion li a:hover {
          background-color: #0779bd; }
    main .search-page .search-results .search-results-pagintion .prev-page {
      font-size: 0;
      width: 47px;
      height: 41px;
      background: url("../img/pagination-arrow.png") no-repeat 50% 50% #58a2cd;
      border-radius: 7px;
      margin: 0 2.5px 0 2.5px;
      transition: all 0.5s ease; }
      main .search-page .search-results .search-results-pagintion .prev-page:hover {
        background-color: #0779bd; }
    main .search-page .search-results .search-results-pagintion .next-page {
      font-size: 0;
      width: 47px;
      height: 41px;
      background: url("../img/pagination-arrow.png") no-repeat 50% 50% #58a2cd;
      border-radius: 7px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      margin: 0 2.5px 0 2.5px;
      transition: all 0.5s ease; }
      main .search-page .search-results .search-results-pagintion .next-page:hover {
        background-color: #0779bd; }

/*Страница с акцией «Дай лапу»*/	

@font-face {
    font-family: 'JakobC'; /* Гарнитура шрифта */
    src: url(/uploads/akciya/Jakob_DP_Normal.ttf); /* Для IE5-8 */
    src: local(pompadur), url(/uploads/akciya/Jakob_DP_Normal.ttf); /* Для остальных браузеров */
   }
@font-face {
    font-family: 'SFUI Display'; /* Гарнитура шрифта */
    src: url(/uploads/akciya/SF-UI-Display-Medium.ttf); /* Для IE5-8 */
    src: local(pompadur), url(/uploads/akciya/SF-UI-Display-Medium.ttf); /* Для остальных браузеров */
   }

.akciya-top {
    height: 90px;
    background-color: #cc2128;
}

.akciya-top-content {
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 0;
}

.akciya-top-content img {
    margin-right: 10px;
}

.akciya-top-content p {
    text-align: center;
    color: #fff;
    font-family: 'JakobC';
    font-size: 27px;
    font-weight: 400;
    line-height: 29.43px;
    letter-spacing: 1.08px;
}

.akciya-slider {
    background: url('/uploads/akciya/acciya-slider.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 558px;
    margin-top: -3px;
}

.akciya-slider-text {
    font-family: 'SFUI Display';
    color: #114679;
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

.akciya-slider-text p {
    margin-top: 10px;
    line-height: 20px;
}

.akciya-slider-text span {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.32px;
    line-height: 29.18px;
    text-transform: uppercase;
}

.akciya-slider-all {
    position: absolute;
    width: 980px;
    margin: 0 auto;
    padding-right: 385px;
    left: 48%;
}

.akciya-slider-all img {
   margin-top: 20px;
    
}

.akciya-pdf-block {
    height: 225px;
    background-color: #4478ba;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}


.akciya-pdf-content {
    width:85%;
    margin: 0 auto;
    display: flex;
    padding-top: 48px;
    padding-left: 12px;
}

.akciya-pdf-content p {
    color: #ffffff;
    font-family: 'SFUI Display';
    font-size: 15px;
    font-weight: 400;
    margin-left: 30px;
    letter-spacing: 1.4px;
}

.span-pdf {
    font-size: 21px !important;;
}

.akciya-pdf-img {
    margin-top: 13px;
}

.akciya-history {
    height: 946px;
    background: url('/uploads/akciya/history-bg-down.jpg') no-repeat;
    background-position: top;
}

.akciya-history-block {
    width: 980px;
    height: 100%;
    margin: 0 auto;
  /*  background: url('/uploads/akciya/history-bg-up.png') no-repeat -200px -245px;*/
}

.akciya-history-logo {
    padding-top: 55px;
}

.akciya-history-logo img {
    padding-left: 20px;
}

.akciya-history-block1 {
    width: 429px;
    height: 205px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #4477b9;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 6px;
    padding-left: 8px;
    margin-left: 297px;
    margin-top: 67px;
}

.akciya-history-block1-ramka {
    width: 412px;
    height: 193px;
    border-radius: 10px;
    border: 1px dashed #dcdcdc;
    padding: 40px 18px;
}

.akciya-history-block1 p {
    color: #ffffff;
    font-family: 'SFUI Display';
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.akciya-history-block2 {
    width: 525px;
    height: 170px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #4477b9;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 6px;
    padding-left: 8px;
    margin-left: 425px;
    margin-top: 121px;
}

.akciya-history-block2-ramka {
    width: 509px;
    height: 155px;
    border-radius: 10px;
    border: 1px dashed #dcdcdc;
    padding: 12px 11px;
}

.akciya-history-block2 p {
    color: #ffffff;
    font-family: 'SFUI Display';
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 19px;
    letter-spacing: 0.19px;
}

.akciya-video {
    display: flex;
    flex-direction: column;
    height: 457px;
    background-color: #ffffff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
}

.akciya-video-zag {
    margin: 0 auto;
    margin-left: 55px;
    color: #124679;
    font-family: 'SFUI Display';
    font-size: 36px;
    font-weight: 400;
    line-height: 29.18px;
    padding-top: 49px;
    letter-spacing: 1.2px;
}

.akciya-video-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
    padding-top: 63px;
}

.akciya-video-one {
    width: 100%;
    height: 197px;
    margin-left: 10px;
	margin-right: 10px;
}

header .navigation ul .menu-item__acsii {
    width: 230px;
}

.akciya-icon {
    background-image: url('/uploads/akciya/aclapa.png');
    width: 46px;
    height: 45px;
}

header .navigation ul li:hover .akciya-icon {
    opacity: 0.5;
}

/*Конец страницы с акцией «Дай лапу»*/	
		