

/* Start:/local/client/build/main.css?1694171434316225*/
/*! 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 {
  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 {
  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"] {
  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;
}

* {
  box-sizing: border-box;
  outline: none;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "BigCityGrotesquePro", "Arial";
  line-height: 1.2;
  color: #292727;
  background-color: #CCD9E3;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.container {
  max-width: 1380px;
  margin: auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    /*padding: 0 15px;*/
    padding: 0;
  }
}
@media (max-width: 1366px) {
  .container--desktop {
    padding: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: initial;
  font-weight: initial;
}
.styled-text h1 {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .styled-text h1 {
    font-size: 22px;
  }
}
.title-1 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  
}
@media (max-width: 768px) {
  .title-1 {
    margin: 15px 15px 15px;
  }
}
.title-1 h1, .title-1 div {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-1 h1, .title-1 div {
    font-size: 22px;
  }
}
.title-1 a {
  display: none;
}
@media (max-width: 1024px) {
  .title-1 a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
  }
}
.title-1 svg {
  min-width: 19px;
  max-width: 19px;
  height: 30px;
}
@media (max-width: 768px) {
  .title-1 svg {
    height: 20px;
  }
}
/* section title */
.title-2, .styled-text h2 {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-2, .styled-text h2 {
    margin: 0 15px 17px;
    font-size: 20px;
  }
}
.title-2 a, .styled-text h2 a {
  border-bottom: 1px solid transparent;
  transition: .2s;
}
.title-2 a:hover, .styled-text h2 a:hover {
  color: #D80037;
  border-color: #D80037;
}
/* section inside title */
.title-3, .styled-text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .title-3, .styled-text h3 {
    font-size: 20px;
  }
}
.styled-text a {
  color: #004391;
  text-decoration: underline;
}
.styled-text a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;

}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.clearfix::after, .clearfix::before {
  content: '';
  display: table;
  clear: both;
}
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
input {
  border: 0;
  box-shadow: none;
  padding: 0;
}
textarea {
  width: 100%;
  resize: none;
}
select, input, button, textarea, [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none !important;
  box-shadow: none;

}
select:focus, input:focus, button:focus, textarea:focus, [type='submit']:focus {
  outline: none !important;
}
button {
  border: 0;
  box-shadow: none;
  padding: 0;
}
input::-ms-clear {
  display: none;
}
p {
  margin: 0;
}
.success_cont {
  margin-bottom: 5px;
  color: #1FA716;
}
.b-m-sale{
  position: relative;
}.i-icon {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
@font-face {
    font-family: "BigCityGrotesquePro";
    src: local("BigCityGrotesquePro-Regular"),
         url('/local/client/app/fonts/BigCityGrotesquePro-Web-Book.woff2') format('woff2'),
         url('/local/client/app/fonts/BigCityGrotesquePro-Web-Book.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "BigCityGrotesquePro";
    src: local("BigCityGrotesquePro-Medium"),
         url('/local/client/app/fonts/BigCityGrotesquePro-Web-Medium.woff2') format('woff2'),
         url('/local/client/app/fonts/BigCityGrotesquePro-Web-Medium.woff') format('woff');
    font-weight: 500;
}



.b-about-us-hist {
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  transition: .2s;
}
@media (max-width: 600px) {
  .b-about-us-hist {
    height: 510px;
    margin: 0 15px 30px;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
  }
}
.b-about-us-hist__slider-wrap {
  min-width: 60px;
  height: 370px;
  margin-left: 40px;
  padding-top: 85px;
  position: relative;
}
@media (max-width: 600px){
  .b-about-us-hist__slider-wrap {
    height: 280px;
    margin: -100px 0;
    padding-top: 65px;
    transform: rotate(90deg) scaleY(-1) translateZ(0);
  }
}
.b-about-us-hist__slider {
  height: 200px;
  transform: translateZ(0);
  overflow: hidden;
}
@media (max-width: 600px) {
  .b-about-us-hist__slider {
    height: 150px;
  }
}
.b-about-us-hist__slider-inner {
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  transition: .5s;
}
/*vertical line*/
.b-about-us-hist__slider-inner:before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #E1EDF6;
  transform: translateX(-1px);
  z-index: 0;
}
.b-about-us-hist__slide {
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  border-radius: 50%;
  background-color: #E1EDF6;
  font-size: 10px;
  font-weight: 500;
  color: #004391;
  transition: .2s;
  cursor: pointer;
  z-index: 1;
}
.b-about-us-hist__slide:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .b-about-us-hist__slide:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .b-about-us-hist__slide {
    width: 40px;
    height: 40px;
    transform: rotate(-90deg) scaleX(-1) translateZ(0);
    text-align: center;
  }
}
.b-about-us-hist__slide.active {
  width: 60px ;
  height: 60px;
  background-color: #004391;
  font-size: 12px;
  color: #fff;
  cursor: default;
}
@media (max-width: 600px) {
  .b-about-us-hist__slide.active {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
.b-about-us-hist__arrow {
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  left: 50%;
  background-color: #E1EDF6;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: .5s;
}
.b-about-us-hist__arrow:hover {
  background-color: #004391;
}
.b-about-us-hist__arrow:hover svg path {
  fill: #fff;
}
.b-about-us-hist__arrow svg path {
  fill: #004391;
  transition: .2s;
}
.b-about-us-hist__arrow--prev {
  top: 30px;
  transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 600px) {
  .b-about-us-hist__arrow--prev {
    top: 20px;
  }
}
.b-about-us-hist__arrow--next {
  bottom: 30px;
  transform: translateX(-50%);
}
@media (max-width: 600px) {
  .b-about-us-hist__arrow--next {
    bottom: 20px;
  }
}
.b-about-us-hist__text-slider {
  margin: 90px 60px 47px 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .b-about-us-hist__text-slider {
    margin: 0;
  }
}
.b-about-us-hist__text-slider-inner {
  transform: translateY(-370px);
  transition: .5s;
}
@media (max-width: 600px) {
  .b-about-us-hist__text-slider-inner {
    transform: translateY(-445px);
  }
}
.b-about-us-hist__text-slide {
  height: 370px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .2s;
}
@media (max-width: 600px) {
  .b-about-us-hist__text-slide {
    height: 375px;
    margin: 15px 0 70px;
  }
}
.b-about-us-hist__text-slide span {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .b-about-us-hist__text-slide span {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.b-about-us-hist__text-slide p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .b-about-us-hist__text-slide p {
    font-size: 14px;
  }
}
.b-about-us-hist__show-more {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 16px;
  color: #004391;
  cursor: pointer;
}
.b-about-us-hist__show-more.show {
  display: block;
}
.b-about-us-hist__show-more.active svg {
  transform: scaleY(-1);
}
.b-about-us-hist__show-more svg {
  width: 6px;
  margin-left: 3px;
  transition: .2s;
}
.b-about-us-hist__show-more svg path {
  fill: #004391;
}.hoverShadow, .b-about-us__management-item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-about-us__img {
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .b-about-us__img {
    height: 120px;
  }
}
.b-about-us__management {
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .b-about-us__management {
    padding: 0 15px;
  }
}
.b-about-us__management-item {
  margin-left: 20px;
  margin-bottom: 20px;
  width: calc(25% - 20px);
  background-color: #fff;
}
@media (max-width: 1200px) {
  .b-about-us__management-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  .b-about-us__management-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .b-about-us__management-item {
    width: calc(100% - 20px);
  }
}
.b-about-us__management-img {
  height: 240px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}
@media (max-width: 768px) {
  .b-about-us__management-img {
    height: 300px;
  }
}
.b-about-us__management-title {
  padding: 20px 20px 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #004391;
}
@media (max-width: 768px) {
  .b-about-us__management-title {
    padding: 10px 15px 0;
  }
}
.b-about-us__management-position {
  padding: 7px 20px 20px;
  background-color: #fff;
  color: #B1B1B1;
}
.b-about-us__production {
  margin-bottom: 20px;
  padding: 35px 40px 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .b-about-us__production {
    padding: 25px 15px 10px;
  }
}
.b-about-us__production-slider {
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .b-about-us__production-slider {
    width: auto;
  }
}
.b-about-us__production-slider-img {
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .b-about-us__production-slider-img {
    height: 235px;
  }
}
.b-about-us__production-slider-img:hover .b-about-us__production-slider-mask {
  opacity: 1;
}
.b-about-us__production-slider-img:hover .b-about-us__production-slider-mask svg {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
}
.b-about-us__production-slider-img img {
  opacity: 0;
}
.b-about-us__production-slider-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.6);
  opacity: 0;
  transition: .2s;
}
.b-about-us__production-slider-mask svg {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
  transition: .4s;
}
.b-about-us__production-slider-mask img {
  opacity: 0;
}
@media (max-width: 768px) {
  .b-about-us__production .swiper-wrapper {
    padding-bottom: 45px;
  }
}
.b-about-us__production .b-slider__arrow--prev, .b-about-us__production .b-slider__arrow--next {
  top: 50%;
}
.b-about-us__production .b-slider__arrow--prev {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
}
.b-about-us__production .b-slider__arrow--next {
  transform: translateY(-50%);
}
.b-about-us__requisites {
  padding: 40px 40px 25px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .b-about-us__requisites {
    padding: 20px 15px;
  }
}
.b-about-us__requisites-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .b-about-us__requisites-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-about-us__requisites span {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .b-about-us__requisites span {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 14px;
  }
}
.b-about-us__requisites span:first-of-type {
  padding-right: 65px;
  color: #004391;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-about-us__requisites span:first-of-type {
    margin-bottom: 10px;
  }
}
.b-about-us__requisites span:last-of-type {}
.b-about-us__requisites a {
  color: #004391;
  border-bottom: 1px solid #004391;
  transition: .2s;
}
.b-about-us__requisites a:hover {
  border-color: transparent;
}
.b-about-us .b-static {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .b-about-us .b-static {
    padding: 20px;
  }
}.b-aside {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .b-aside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-aside__left {
  -ms-flex: 0 0 277px;
      flex: 0 0 277px;
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .b-aside__left {
    -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .b-aside__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .b-aside__left {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    margin: 0 15px 20px;
  }
}
.b-aside__content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  max-width: calc(100% - 297px);
  width: calc(100% - 297px);
}
@media (max-width: 1200px) {
  .b-aside__content {
    max-width: calc(100% - 210px);
    width: calc(100% - 210px);
  }
}
@media (max-width: 1024px) {
  .b-aside__content {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .b-aside__content > div > .title-3 {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 1024px) {
  .b-aside__left-links {
    max-height: 0;
    overflow: hidden;
    transition: .6s;
  }
  .b-aside__left-links.active {
    max-height: 1000px;
  }
}
.b-aside__left-link {
  display: block;
  padding: 20px 15px 20.2px 25px;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .2s;
  min-height: 61.2px;
}
@media (max-width: 768px) {
  .b-aside__left-link {
    padding: 13px 15px 13px 25px;
  }
}
.b-aside__left-link.active, .b-aside__left-link:hover {
  color: #004391;
}
.b-aside__left-link.active {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .b-aside__left-link.active {
    display: none;
  }
}
.b-aside__left-link:not(:last-of-type) {
  margin-bottom: 1px;
}
.b-aside__left-link--title {
  display: none;
  margin-bottom: 1px;
  color: #004391;
}
@media(max-width: 1024px) {
  .b-aside__left-link--title {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
  }
}
.b-aside__left-link--title.active svg {
  transform: rotate(90deg);
}
.b-aside__left-link--title svg {
  width: 7px;
  margin-left: auto;
  transition: .2s;
}
.b-aside__left-link--title svg path {
  fill: #004391;
}.b-authorize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.b-authorize:hover .authorize__icon path {
  fill: #D80037;
}
.b-authorize__icon {
  margin-right: 10px;
}
.b-authorize__icon path {
  /*todo*/
  fill: #CCD9E3;
  transition: .2s;
}
.b-authorize__text {}
.b-authorize__container {
  display: -ms-flexbox;
  display: flex;
}
.b-authorize__slash {
  margin: 0 10px;
}.b-breadcrumbs {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .b-breadcrumbs {
    display: none;
  }
}
.b-breadcrumbs__item {
  display: inline-block;
  /*padding-left: 5px;*/
  /*margin-right: 5px;*/
  color: #7994A8;
  font-size: 13px;
  cursor: default;
}
.b-breadcrumbs__item::before {
  content: '-';
  padding-right: 3px;
}
.b-breadcrumbs__item:first-of-type {
  padding-left: 0;
}
.b-breadcrumbs__item:first-of-type::before {
  display: none;
}
.b-breadcrumbs__item:last-of-type {
  color: #536c7d;
}
.b-breadcrumbs__link {
  cursor: pointer;
}.b-c-card {
  padding: 20px 30px;
  background-color: #ffffff;
}

.b-c-card__title {
  color: #004391;
}

.b-c-card__item {
  margin-top: 15px;
}

.b-c-card__item-title {
  margin-bottom: 4px;
  font-size: 15px;
  color: #B1B1B1;
}

.b-c-card__item-content {
  font-size: 16px;
  line-height: 1.5em;
}

.b-c-card__item-content a{
  cursor: pointer;
}

.b-c-card__item-content a:hover {
  color: #D80037;
}

.b-c-card .btn {
  position:absolute;
  bottom:20px;
}

.b-c-card .btn:hover .i-icon path {
  fill: #ffffff;
  transition: ease .2s;
}

.b-c-card .btn .i-icon {
  margin-right: 5px;
}

.b-c-card .btn .i-icon path {
  fill: #004391;
  transition: ease .2s;
}

.b-c-card.region:hover .b-c-card__title .title-3 {
  color: #D80037;
}

.b-c-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .b-c-cards {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .b-c-cards {
    margin-left: 0;
  }
}
.b-c-cards .b-c-card {
  width: calc(33.33% - 15px);
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 85px;
}
@media (max-width: 1024px) {
  .b-c-cards .b-c-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .b-c-cards .b-c-card {
    width: 100%;
    margin-left: 0;
  }
}
.b-c-cards .region {
  padding-bottom: 20px;
}.b-cart {
  margin-bottom: 20px;
}
.b-cart__head {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 500;
  color: #004391;
  background-color: #E1EDF6;
}
@media (max-width: 768px) {
  .b-cart__head {
    display: none;
  }
}
.b-cart__cell {
  padding: 0 10px;
  padding-left: 30px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .b-cart__cell {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .b-cart__cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  .b-cart__cell:not(:last-child) {
    padding-bottom: 20px;
  }
  .b-cart__cell:not(:first-child) {
    max-width: 260px;
  }
}
.b-cart__cell--product {
  -ms-flex: 0 1 420px;
      flex: 0 1 420px;
}
.b-cart__cell--price {
  -ms-flex: 0 0 170px;
      flex: 0 0 170px;
}
@media (max-width: 1024px) {
  .b-cart__cell--price {
    -ms-flex: 0 0 140px;
        flex: 0 0 140px;
  }
}
.b-cart__cell--total {
  -ms-flex: 0 0 130px;
      flex: 0 0 130px;
}
@media (max-width: 1024px) {
  .b-cart__cell--total {
    -ms-flex: 0 0 105px;
        flex: 0 0 105px;
  }
}
.b-cart__cell--discount {
  -ms-flex: 0 0 85px;
      flex: 0 0 85px;
}
.b-cart__cell--count {
  -ms-flex: 0 0 180px;
      flex: 0 0 180px;
}
@media (max-width: 1024px) {
  .b-cart__cell--count {
    -ms-flex: 0 0 145px;
        flex: 0 0 145px;
  }
}
.b-cart__cell--funcs {
  -ms-flex: 0 0 175px;
      flex: 0 0 175px;
}
@media (max-width: 1024px) {
  .b-cart__cell--funcs {
    -ms-flex: 0 0 115px;
        flex: 0 0 115px;
  }
}
.b-cart__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0;
  background-color: #ffffff;
  margin-bottom: 1px;
  position: relative;
}
@media (max-width: 1024px) {
  .b-cart__item {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .b-cart__item {
    position: relative;
    display: block;
    padding: 35px;
  }
}
@media (max-width: 600px) {
  .b-cart__item {
    padding: 20px 25px 20px 20px;
  }
}
.b-cart__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 38px;
}
@media (max-width: 600px) {
  .b-cart__btns {
    margin-top: 21px;
  }
}
.b-cart__btns--flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.b-cart__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .b-cart__footer {
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media (max-width: 600px) {
  .b-cart__footer {
    padding-top: 22px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 600px) {
  .b-cart__footer .b-s-contacts__row {
    display: block;
    -ms-flex-order: 1;
        order: 1;
  }
  .b-cart__footer .b-s-contacts__row .b-s-contacts ~ .b-s-contacts {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .b-cart__footer .b-s-contacts {
    display: block;
    //flex-direction: column;
    //justify-content: center;
    -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    margin-right: 60px;
  }
}
@media (max-width: 600px) {
  .b-cart__footer .b-s-contacts {
    margin-top: 20px;
    margin-right: 0;
    -ms-flex-order: 1;
        order: 1;
  }
}
@media (max-width: 600px) {
  .b-cart__footer .b-s-contacts__title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 100;
  }
}
.b-cart__footer-inner {
  margin-left: auto;
}
@media (max-width: 768px) {
  .b-cart__footer-inner {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: 0;
  }
}
.b-cart__item-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media (max-width: 768px) {
  .b-cart__item-content {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}
.b-cart__item-content__onlypallet{
  margin: 5px 0 0 0;
  color: #B1B1B1;
}
.b-cart__item-image {
  width: 120px;
  -ms-flex: 0 0 120px;
      flex: 0 0 120px;
  max-width: 120px;
  padding-right: 35px;
  font-size: 0;
  display: inline-block;
}
@media (max-width: 1024px) {
  .b-cart__item-image {
    padding-right: 15px;
  }
}
.b-cart__item-btn {
  padding: 15px 0;
  padding-bottom: 0;
  color: #004391;
  border-bottom: 1px solid;
  border-color: #004391;
  transition: ease .2s;
}
@media (max-width: 768px) {
  .b-cart__item-btn {
    padding: 12px 0  0;
  }
}
.b-cart__item-btn:hover {
  border-color: transparent;
  transition: ease .2s;
}
.b-cart__item-tite {
  line-height: 1.4em;
}
.b-cart__item-btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.b-cart__item-btn-wrap:first-child .b-cart__item-btn {
  padding-top: 0;
}
.b-cart__item-btn-wrap--bid-delete {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  font-size: 0;
  z-index: 2;
}
.b-cart__item-btn-wrap--bid-delete a {
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 768px) {
  .b-cart__item-btn-wrap--delete {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    font-size: 0;
    z-index: 2;
  }
  .b-cart__item-btn-wrap--delete .b-cart__item-btn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    border: none;
  }
}
@media (max-width: 600px) {
  .b-cart__item-btn-wrap--delete {
    top: 0;
    right: 0;
  }
}
.b-cart__item-btn-wrap .i-icon {
  margin-right: 7px;
  margin-bottom: 3px;
  color: #CCD9E3;
}
.b-cart__item-btn-wrap .i-icon--delete {
  height: 11px;
  width: 11px;
}
@media (max-width: 768px) {
  .b-cart__item-btn-wrap .i-icon--delete {
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    color: #004391;
  }
}
.b-cart__item-btn-wrap .i-icon--cart {
  margin-right: 7px;
  margin-left: -3px;
  height: 15px;
  width: 15px;
}
.b-cart__item-btn-wrap .i-icon--favorites {
  margin-left: -2px;
}
.b-cart__item-btn-wrap .i-icon--bid-delete {
  position: absolute;
  right: 4px;
  top: 10px;
  width: 13px;
  height: 13px;
  color: #004391;
}
.b-cart__btns-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1024px) {
  .b-cart__btns-right {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
    width: 100%;
  }
  .b-cart__btns-right .btn {
    width: 100%;
  }
}
.b-cart__btns-right .i-icon--arrow-l {
  font-size: .6em;
  margin-right: 15px;
  margin-top: -3px;
  transform: rotate(180deg);
}
.b-cart__btns-right .btn:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .b-cart__btns-right .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .b-cart__btns-right .btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
.b-cart__summary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 9px;
}
.b-cart__summary-title {
  width: 140px;
  margin-right: 32px;
  font-size: 16px;
}
.b-cart__summary-content {
  font-size: 20px;
}
.b-cart__summary-info {
  -ms-flex: 0 0 350px;
      flex: 0 0 350px;
}
@media (max-width: 768px) {
  .b-cart__summary-info {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}
.b-cart__summary-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.b-cart__summary-row--big {
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-cart__summary-row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.b-cart__summary-row:not(:last-child) {
  margin-bottom: 12px;
}
.b-cart__item-mobile-title {
  display: none;
  color: #004391;
}
@media (max-width: 768px) {
  .b-cart__item-mobile-title {
    display: block;
    width: 110px;
  }
}
.b-cart-empty {
  margin-bottom: 20px;
  text-align: center;
}
.b-cart-empty__img {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .b-cart-empty__img {
    margin-bottom: 20px;
  }
}
.b-cart-empty__img svg {
  width: 100px;
  height: 90px;
}
.b-cart-empty__img svg path {
  fill: #E1EDF6;
}
.b-cart-empty__text .errortext {
  font-size: 24px;
  font-weight: 500;
  color: #292727;
}
.b-cart-empty__link {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .b-cart-empty__link {
    margin-bottom: 20px;
  }
}
.b-cart__info {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #D80037;
}
@media (max-width: 1024px) {
  .b-cart__info {
    left: 15px;
  }
}
@media (max-width: 768px) {
  .b-cart__info {
    position: static;
  }
}
.b-cart .b-price {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .b-cart .b-price__current {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .b-cart .b-price__current span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .b-cart .b-count {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .b-cart .b-count__input {
    width: 35px;
    font-size: 15px;
  }
}
.b-cart .b-price__current {
  margin-right: 0;
}
.b-cart__item-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.b-cart__item-image img {
  display: block;
  margin: auto;
}
@media (max-width: 760px) {
  .b-cart__item-mobile-title {
    display: block;
  }
}
@media (max-width: 760px) {
  .b-cart__btns-right {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}.b-certificates__section:not(:last-of-type) {
    margin-bottom: 30px;
}
.b-certificates__block:not(:last-of-type) {
    margin-bottom: 10px;
}
.b-certificates__title {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
    padding: 20px 25px 21px 30px;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
@media (max-width: 768px) {
    .b-certificates__title {
        padding: 20px 15px;
    }
}
.b-certificates__title.active svg {
    transform: rotate(90deg);
}
.b-certificates__title svg {
    width: 7px;
    margin-left: auto;
    transition: .2s;
}
.b-certificates__title svg path {
    fill: #004391;
}
.b-certificates__items {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
}
.b-certificates__items.active {
    max-height: 1000px;
}
.b-certificates__item {
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px 20px 30px;
    background-color: #fff;
    font-size: 16px;
}
@media (max-width: 768px) {
    .b-certificates__item {
        margin-bottom: 1px;
        padding: 20px 15px;
        font-size: 14px;
    }
}
.b-certificates__item:first-of-type {
    padding-top: 20px;
}
.b-certificates__item:hover span {
    color: #D80037;
}
.b-certificates__item span {
    margin-right: 15px;
    transition: .2s;
}
.b-certificates__item svg {
    width: 20px;
    margin-left: auto;
    transition: .2s;
}
.b-certificates__item svg:hover {
    transform: scale(1.2);
}
@media (max-width: 768px) {
    .b-certificates .title-3 {
        margin-left: 15px;
        margin-right: 15px;
    }
}/*TODO*/
.b-checkbox {
  display: inline-block;
  vertical-align: middle;
  width:100%;
}
.b-checkbox__input {
  display: none;
}
.b-checkbox__input:checked + label:not(.disabled) .b-checkbox__box {
  transition: all .3s;
  transition-delay: 0s;
}
.b-checkbox__input:checked + label:not(.disabled) .b-checkbox__line::after {
  transform: scaleY(1);
}
.b-checkbox__input:checked + label:not(.disabled) .b-checkbox__line--short::after {
  transition: all .15s;
  transition-delay: .15s;
}
.b-checkbox__input:checked + label:not(.disabled) .b-checkbox__line--long::after {
  transition: all .15s;
  transition-delay: .3s;
}
.b-checkbox__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}
.b-checkbox__label.start {
  -ms-flex-align: start;
      align-items: flex-start;
}
.b-checkbox__label.disabled {
  cursor: default;
  opacity: .7;
}
.b-checkbox__box {
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  max-width: 20px;
  margin-right: 10px;
  background-color: #ffffff;
  border: 1px solid #CECECE;
  position: relative;
  display: block;
  transition: all .3s;
  transition-delay: .3s;
  border-radius: 3px;
}
.b-checkbox__text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: 16px;
  color: #000000;
}
.b-checkbox__text.light {
  font-size: 15px;
}
.b-checkbox__line {
  position: absolute;
  left: 6px;
  bottom: 4px;
  transform-origin: bottom;
  width: 2px;
}
.b-checkbox__line:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(0);
  background-color: #004391;
}
.b-checkbox__line--short {
  height: 6px;
  transform: rotate(-35deg);
}
.b-checkbox__line--short:after {
  transform-origin: top;
  transition: .15s;
  transition-delay: .15s;
}
.b-checkbox__line--long {
  height: 11px;
  transform: rotate(35deg);
}
.b-checkbox__line--long:after {
  transform-origin: bottom;
  transition: .15s;
  transition-delay: .0s;
}
.b-radio {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .b-radio--desctop {
    display: none;
  }
  .b-radio--desctop.active {
    display: block;
  }
}
.b-radio--phone .b-radio__box, .b-radio--mail .b-radio__box {
  top: 5px;
  transform: none;
}
.b-radio__input {
  display: none;
}
.b-radio__input:checked + label:not(.disabled) .b-radio__box::after {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.b-radio__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.b-radio__label.start {
  -ms-flex-align: start;
      align-items: flex-start;
}
.b-radio__label.disabled {
  cursor: default;
  opacity: .7;
}
.b-radio__box {
  display: block;
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  max-width: 20px;
  position: absolute;
  left: -35px;
  top: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  transform: translateY(-50%);
  transition: all .3s;
}
.b-radio__box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #004391;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: transform .2s;
}
/*TODO*/
.b-count {
  width: 141px;
  height: 40px;
  background-color: #fff;
  /*todo*/
  border: 1px solid #DCDCDC;
}
@media (max-width: 768px) {
  .b-count {
    width: 113px;
  }
}
.b-count--inline {
  margin-top: 10px;
}
.b-count__btn {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  background-color: transparent;
  transition: all ease .2s;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .b-count__btn {
    width: 30px;
  }
}
.b-count__btn:before {
  background-color: #DCDCDC;
  position: absolute;
  width: 15px;
  height: 3px;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.b-count__btn:hover:before, .b-count__btn:hover:after {
  transition: all ease .2s;
  background-color: #004391;
}
.b-count__btn--plus:after {
  background-color: #DCDCDC;
  position: absolute;
  height: 15px;
  width: 3px;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.b-count__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.b-count__input-wrap {
  -ms-flex: auto;
      flex: auto;
  text-align: center;
}
.b-count__input-wrap input {
  width: 100%;
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 23px;
  border: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .b-count__input-wrap input {
    width: 60px;
  }
}
.b-count__text {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #B1B1B1;
}
@media (max-width: 768px) {
  .b-count__text {
    display: none;
  }
}.b-d-gallery {
  width: 340px;
  max-width: 340px;
  -ms-flex: 0 0 340px;
      flex: 0 0 340px;
  margin-right: 50px;
}
@media (max-width: 1366px) {
  .b-d-gallery {
    width: 230px;
    -ms-flex: 0 0 230px;
        flex: 0 0 230px;
    margin-right: 40px;
  }
}
@media (max-width: 1200px) {
  .b-d-gallery {
    width: 340px;
    -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .b-d-gallery {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .b-d-gallery {
    width: 340px;
    -ms-flex: 0 0 270px;
        flex: 0 0 270px;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .b-d-gallery {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 260px;
    -ms-flex: 0 0 250px;
        flex: 0 0 250px;
  }
}
.b-d-gallery .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}.b-delivery {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .b-delivery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .b-delivery {
    margin-bottom: 0;
  }
}
.b-delivery__item {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 28px 30px 45px 0;
}
@media (max-width: 1024px) {
  .b-delivery__item {
    -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    padding-left: 20px;
    padding-bottom: 20px;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 768px) {
  .b-delivery__item {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding: 0 15px 36px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-delivery__item--main {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .b-delivery__item--main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .b-delivery__item--main {
    padding: 28px 12px 40px 15px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.b-delivery__item--main .b-delivery__title {
  width: 70%;
  font-size: 24px;
  margin-bottom: -14px;
}
@media (max-width: 1024px) {
  .b-delivery__item--main .b-delivery__title {
    width: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .b-delivery__item--main .b-delivery__title {
    font-size: 20px;
  }
}
.b-delivery__icon {
  margin-right: 10px;
  margin-top: 6px;
}
.b-delivery__icon svg {
  width: 43px;
  height: 30px;
}
@media (max-width: 768px) {
  .b-delivery__icon svg {
    width: auto;
  }
}
.b-delivery__icon--car {
  min-width: 43px;
  height: 30px;
  margin-right: 19px;
}
.b-delivery__icon--cargo {
  min-width: 31px;
  height: 33px;
}
.b-delivery__icon--cargo svg {
  width: 31px;
  margin-right: 8px;
  height: 33px;
  margin-top: -4px;
}
.b-delivery__icon--globe {
  min-width: 33px;
  height: 33px;
}
.b-delivery__icon--globe svg {
  width: 33px;
  height: 33px;
  margin-top: -4px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .b-delivery__icon {
    width: 100%;
    margin: 0 0 5px;
  }
}
.b-delivery__link {
  font-size: 15px;
  color: #004391;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .b-delivery__link {
    margin-left: auto;
  }
}
.b-delivery__link .delivery-link-text {
  letter-spacing: 0.3px;
  text-decoration: none;
}
.b-delivery__link svg {
  width: 15px;
  height: 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 3px;
  border: 1px solid #D80037;
  border-radius: 50%;
  margin-left: 6px;
  transform: rotate(-90deg);
  transition: .2s;
}
.b-delivery__link svg path {
  fill: #D80037;
}
.b-delivery__link:hover .delivery-link-text {
  border-color: transparent;
}
.b-delivery__link:hover svg {
  margin-left: 14px;
  margin-right: -4px;
}
.b-delivery__text {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .b-delivery__text {
    max-width: none;
    font-size: 14px;
  }
}
.b-delivery__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .b-delivery__title {
    margin-bottom: 8px;
  }
}.b-detail {
  margin-top: 28px;
}
.b-detail .title-1 {
  display: none;
}
@media (max-width: 768px) {
  .b-detail .title-1 {
    display: -ms-flexbox;
    display: flex;
  }
}
.b-detail__info {
  margin-top: 20px;
}
.b-detail__info .title-2 {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .b-detail__info .title-2 {
    padding: 0 25px;
  }
}
@media (max-width: 600px) {
  .b-detail__info .title-2 {
    padding: 0;
  }
}
.b-detail__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 42px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .b-detail__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.b-detail__history .title-2 {
  padding: 0;
}
.b-detail__description {
  padding: 45px 0;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
@media (max-width: 768px) {
  .b-detail__description {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
@media (max-width: 600px) {
  .b-detail__description {
    padding: 20px 0 25px;
  }
}
.b-detail__description .b-static {
  padding: 0 40px;
}
@media (max-width: 600px) {
  .b-detail__description .b-static {
    padding: 0 15px;
  }
}
.b-detail .b-feedback {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media(max-width: 768px) {
  .b-detail .b-table__item > span {
    padding-left: 0;
  }
  .b-detail .b-table__item > span:not(:last-child) {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .b-detail .b-slider {
    padding-bottom: 45px;
  }
}
.b-detail .b-slider__wrap {
  //padding: 0 15px;
}
.b-detail .b-count__wrap {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .b-detail .b-count__wrap {
    margin-top: 0;
  }
}
#b-detail-1.b-detail .b-detail__history {
  background: white;
  padding-top: 45px;
}
@media(max-width:768px){
  #b-detail-1.b-detail .b-detail__history {
    padding-top: 20px;
  }
}
#b-detail-1.b-detail .b-detail__history .title-2 {
  margin-left: 40px;
}
@media(max-width:768px){
  #b-detail-1.b-detail .b-detail__history .title-2 {
    margin: 0 15px 17px;
  }
}
#b-detail-1.b-detail .b-detail__content {
  margin-bottom: 0;
}
#b-detail-1.b-detail .b-p-d-card__bottom{
  -ms-flex-pack: start;
      justify-content: flex-start;
}
#b-detail-1.b-detail .b-p-d-card__row{
  margin-bottom: 20px;
}
#b-detail-1.b-detail .b-p-d-card__row .i-icon--point {
  position: absolute;
  width: 10px;
  height: 100%;
  top: calc(50% - 22px);
  left: calc(50% - 70px);
}
#b-detail-1.b-detail .b-p-d-card__row p {
  margin-bottom: 30px;
  margin-top: 10px;
}
#b-detail-1.b-detail .b-p-d-card__info {
  margin-top: 15px;
}
#b-detail-1.b-detail .b-p-d-card .btn__product {
  position: relative;
  width: 200px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#b-detail-1.b-detail .btn__cart {
  border-radius: 3px;
  height: 100%;
  padding:10px 0 5px 0;
}.b-faq__section:not(:last-of-type) {
    margin-bottom: 30px;
}
.b-faq__block:not(:last-of-type) {
    margin-bottom: 10px;
}
.b-faq__title {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
    padding: 20px 25px 21px 30px;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
@media (max-width: 768px) {
    .b-faq__title {
        padding: 20px 15px;
    }
}
.b-faq__title.active svg {
    transform: rotate(90deg);
}
.b-faq__title span {
    padding-right: 15px;
    width: 95%;
}
.b-faq__title svg {
    width: 7px;
    margin-left: auto;
    transition: .2s;
}
.b-faq__title svg path {
    fill: #004391;
}
.b-faq__text-wrap {
    max-height: 0;
    background-color: #fff;
    overflow: hidden;
    transition: max-height .4s;
}
.b-faq__text-wrap.active {
    max-height: 1000px;
}
.b-faq__text {
    padding: 25px 30px 30px;
    font-size: 16px;
    line-height: 23px;
}
@media (max-width: 768px) {
    .b-faq__text {
        padding: 20px 15px;
        font-size: 14px;
    }
}
.b-faq__text a {
    display: inline;
    color: #004391;
    border-bottom: 1px solid #004391;
    transition: .2s;
}
.b-faq__text a:hover {
    border-color: transparent;
}
.b-faq__btn {
    width: auto !important;
    margin-bottom: 30px;
    padding: 10px 25px !important;
}
@media (max-width: 768px) {
    .b-faq__btn {
        margin: 0 15px 20px;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}.b-feedback {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 30px 30px 30px 40px;
  background-color: #E1EDF6;
}
@media (max-width: 1024px) {
  .b-feedback {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .b-feedback {
    padding: 27px 15px 30px;
    margin-bottom: 29px;
  }
}
.b-feedback__title {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  font-size: 24px;
  font-weight: 500;
  padding-right: 30px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .b-feedback__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .b-feedback__title {
    margin-bottom: 15px;
  }
}
.b-feedback__form {
  -ms-flex: 0 1 948px;
      flex: 0 1 948px;
}
.b-feedback__inner {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .b-feedback__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-feedback__inner-left {
  -ms-flex: 0 1 378px;
      flex: 0 1 378px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .b-feedback__inner-left {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .b-feedback__inner-left {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin-right: 0;
  }
}
.b-feedback__inner-left span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 8px 4px 6px;
}
@media (max-width: 768px) {
  .b-feedback__inner-left span {
    margin: 12px 0 13px;
    font-size: 14px;
  }
}
.b-feedback__inner-right {
  -ms-flex: 0 1 551px;
      flex: 0 1 551px;
}
@media (max-width: 1024px) {
  .b-feedback__inner-right {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .b-feedback__inner-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
.b-feedback__inner-bottom {
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .b-feedback__inner-bottom {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-feedback__input, .b-feedback__textarea {
  width: 100%;
  padding: 17px 20px 15px;
  margin-bottom: 10px;
  border: 1px solid #CCD9E3;
  border-radius: 4px;
}
.b-feedback__textarea {
  height: 204px;
}
@media (max-width: 768px) {
  .b-feedback__textarea {
    height: 167px;
  }
}
.b-feedback__privacy {
  max-width: 403px;
  margin-right: 13px;
  color: #B1B1B1;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .b-feedback__privacy {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .b-feedback__privacy {
    margin-right: 0;
  }
}
.b-feedback__privacy a {
  display: inline;
  text-decoration: underline;
  transition: .2s;
}
.b-feedback__privacy a:hover {
  text-decoration: underline transparent;
}
.b-feedback__btn {
  width: 127px !important;
  padding: 13px 25px 10px !important;
}
@media (max-width: 768px) {
  .b-feedback__btn {
    display: block !important;
    text-align: center;
    width: 100% !important;
    margin-top: 17px;
  }
}
.b-feedback__btn svg {
  min-width: 11px;
  max-width: 11px;
  margin-left: 15px;
  margin-right: -5px;
  transform: rotate(-90deg);
}
.b-feedback__toggle {
  display: none;
  margin-bottom: 15px;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-feedback__toggle {
    display: -ms-flexbox;
    display: flex;
  }
}
.b-feedback__toggle > * {
  cursor: pointer;
}
.b-feedback__toggle.mail i {
  transform: translateX(13px);
}
.b-feedback__toggle.mail .b-feedback__toggle-title--phone {
  color: #292727;
}
.b-feedback__toggle.mail .b-feedback__toggle-title--mail {
  color: #004391;
}
.b-feedback__toggle-switch {
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 8px;
  margin: 0 15px;
  -ms-flex-align: center;
      align-items: center;
  /*todo*/
  background-color: #7EA0C7;
  border-radius: 4px;
}
.b-feedback__toggle-switch i {
  width: 13px;
  height: 13px;
  margin-left: -4px;
  margin-bottom: 1px;
  transition: .2s ease-in-out;
  display: block;
  border-radius: 50%;
  background-color: #004391;
}
.b-feedback__toggle-title {
  padding: 10px;
  margin: -10px;
  transition: .2s;
}
.b-feedback__toggle-title--phone {
  color: #004391;
}@media (min-width: 769px) and (max-width: 1024px) {
    .b-filter.active {
        box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    }
}
@media (max-width: 768px) {
    .b-filter.active {
        //height: 100%;
        width: 100%;
    }
}
.b-filter__header {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .b-filter__header {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        padding: 20px 15px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        background-color: #fff;
    }
}
.b-filter__item {
    background-color: #fff;
    position: relative;
}
.b-filter__title {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px 10px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: .4s;
}
@media (max-width: 1024px) {
    .b-filter__title {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.b-filter__title svg {
    width: 10px;
}
.b-filter__title svg path {
    fill: #004391;
}
.b-filter__title.active {
    padding-bottom: 20px;
}
.b-filter__title.active svg {
    transform: rotate(180deg);
}
.b-filter__content {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    opacity: 0;
    transition: all .4s 0s, opacity .2s 0s;
}
@media (max-width: 768px) {
    .b-filter__content {
        padding: 0 15px;
    }
}
.b-filter__content.active {
    margin-bottom: 1px;
    padding-bottom: 15px;
    max-height: 1000px;
    opacity: 1;
    transition: all .4s 0s, opacity .2s .2s;
}
@media (max-width: 1024px) {
    .b-filter__content.active {
        margin-bottom: 0;
        border-bottom: 1px solid #CCD9E3;
    }
}
.b-filter__btns {
    padding: 27px 20px 26px;
    background-color: #fff;
}
.b-filter__btns .btn {
    padding: 10px;
    width: 100%;
}
.b-filter__btns .btn:first-of-type {
    margin-bottom: 5px;
}
.b-filter__opener {
    font-size: 16px;
    color: #004391;
    font-weight: 500;
    cursor: pointer;
}
.b-filter__opener svg {
    width: 20px;
    margin-right: 4px;
}
.b-filter__close {
    display: none;
    margin-top: -15px;
    margin-right: -15px;
}
@media (max-width: 1024px) {
    .b-filter__close {
        display: block;
    }
}
.b-filter .b-checkbox__label {
    margin-bottom: 5px;
}
.filter__result-wrap {
    height: 0;
    /*margin-bottom: 1px;*/
}
.filter__result-count {
    position: absolute;
    left: -180px;
    /*bottom: 33px;*/
    width: 180px;
    padding: 12px 40px;
    background: #004391;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
}
.filter__result-count span {
    padding: 0 1px;
}
@media (max-width: 768px) {
    .filter__result-count {
        display: none;
    }
}.b-form__input, .b-form__textarea {
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 10px;
  border: 1px solid #CCD9E3;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}
@media (max-width: 768px) {
  .b-form__input, .b-form__textarea {
    margin-bottom: 5px;
  }
}
.b-form__input:-moz-placeholder, .b-form__input:-ms-input-placeholder, .b-form__input::-webkit-input-placeholder, .b-form__textarea:-moz-placeholder, .b-form__textarea:-ms-input-placeholder, .b-form__textarea::-webkit-input-placeholder {
  color: #B1B1B1;
}
.b-form__textarea {
  height: 167px;
}
.b-form__section {
  position: relative;
  margin-bottom: 10px;
}
.b-form__section .b-form__input {
  margin-bottom: 0;
  padding: 16px 40px 16px 20px;
}
.b-form__section .b-form__input--margin {
  margin-bottom: 10px;
}
.b-form__section .tooltip {
  position: absolute;
  right: 15px;
  top: 17px;
}
@media (max-width: 1024px) {
  .b-form__section input:focus + .tooltip .tooltip__content {
    visibility: visible;
    opacity: 1;
  }
}
.b-form__privacy {
  color: #B1B1B1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .b-form__privacy {
    margin-bottom: 27px;
  }
}
.b-form__privacy--footer {
  /*todo*/
  color: #EBBDBD;
  margin-bottom: 0;
}
.b-form__privacy a {
  display: inline;
  text-decoration: underline;
  transition: .2s;
}
.b-form__privacy a:hover {
  text-decoration: underline transparent;
}
.b-form__btns {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -10px;
  margin-bottom: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-form__btns > * {
  width: auto !important;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px !important;
}
@media (max-width: 768px) {
  .b-form__submit {
    width: 100% !important;
  }
}
.b-form__success-result {
  margin-top: 20px;
  color: #1FA716;
  text-align: right;
}
@media (max-width: 768px) {
  .b-form__success-result {
    text-align: left;
  }
}
.b-form__error {
  position: absolute;
  color: #D80037;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}
.b-form__error.active {
  margin-top: -5px;
  margin-bottom: 5px;
  position: static;
  visibility: visible;
  opacity: 1;
}
textarea.error, input.error {
  border-color: #D80037 !important;
  transition: .2s;
}
textarea.success, input.success {
  border-color: #1FA716 !important;
  transition: .2s;
}
button, input, optgroup, select, textarea {
  font-family: "BigCityGrotesquePro", "Arial";
}
.result_cont {
  color: #1FA716;
}
.errors_cont {
  color: #D80037;
}.b-hint {
    padding: 15px 20px;
    background-color: #ffffff;
}
.b-hint__title {
    color: #004391;
}
.b-hint__title .title-3 {
    margin-bottom: 10px;
}
.b-hint__item {
    margin-top: 0px;
}
.b-hint__item-title {
    margin-bottom: 4px;
    font-size: 15px;
    color: #B1B1B1;
}
.b-hint__item-content {
    font-size: 16px;
    line-height: 1.5em;
}
.b-hint .btn {
    margin-top: 24px;
}
.b-hint .btn:hover .i-icon path {
    fill: #ffffff;
    transition: ease .2s;
}
.b-hint .btn .i-icon {
    margin-right: 5px;
}
.b-hint .btn .i-icon path {
    fill: #004391;
    transition: ease .2s;
}.b-how-to-order {
  padding: 40px 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .b-how-to-order {
    padding: 20px 15px;
  }
}
.b-how-to-order__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.b-how-to-order__item:not(:last-of-type) {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .b-how-to-order__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.b-how-to-order__num {
  min-width: 40px;
  margin-right: 20px;
  line-height: 40px;
  background-color: #E1EDF6;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .b-how-to-order__num {
    margin-right: 15px;
  }
}
.b-how-to-order__mask {
  position: relative;
  z-index: 1;
}
.b-how-to-order__mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b-how-to-order__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
.b-how-to-order__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.b-how-to-order__text > p:last-child {
  margin-bottom: 0 !important;
}
.b-how-to-order__text p {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}
.b-how-to-order__text p a {
  display: inline;
  color: #004391;
  border-bottom: 1px solid #004391;
  transition: .2s;
}
.b-how-to-order__text p a:hover {
  border-color: transparent;
}
.b-how-to-order__img {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .b-how-to-order__img {
    display: none;
  }
}
.b-how-to-order__img--shadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-how-to-order__img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: -20px;
}
@media (max-width: 1200px) {
  .b-how-to-order__img-wrap {
    display: block;
  }
}
.b-how-to-order__img-wrap > div {
  margin-left: 20px;
}
.b-how-to-order .b-search {
  display: block !important;
}
@media (max-width: 768px) {
  .b-how-to-order .b-search__inner {
    height: 40px !important;
    position: static !important;
    opacity: 1;
    z-index: 2;
    border: 1px solid #CCD9E3;
  }
}
.b-how-to-order .b-search__form {
  margin: 0 !important;
}
.b-how-to-order .btn__product {
  max-width: 200px;
}
.b-how-to-order .b-order__sum {
  max-width: 290px;
  margin-bottom: 0;
  background-color: #E1EDF6;
}
@media (max-width: 390px) {
  .b-how-to-order .b-order__sum {
    max-width: calc(100% + 60px);
    margin-left: -60px;
  }
}.b-input:not(:last-child) {
    margin-bottom: 20px;
}
.b-input .b-message {
    color: red;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease .2s, visibility ease .2s;
}
.b-input .b-message.active {
    opacity: 1;
    visibility: visible;
    transition: opacity ease .2s, visibility ease .2s;
}.b-lk-order__print {
    margin-left: 17px;
}
@media(max-width: 768px) {
    .b-lk-order__print {
        /*width: 100%;*/
        /*padding-bottom: 15px;*/
    }
}
.b-lk-order__print-container {
    position: absolute;
    right: 0;
    top: -55px;
}
@media (max-width: 1024px) {
    .b-lk-order__print-container {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        text-align: right;
    }
}
@media (max-width: 768px) {
    .b-lk-order__print-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end;
        padding-right: 15px;
    }
}
@media (max-width: 600px) {
    .b-lk-order__print-container {
        display: block;
    }
}
.b-lk-order__print:hover span {
    border-color: transparent;
}
.b-lk-order__print span {
    border-bottom: 1px solid #004391;
    font-size: 16px;
    color: #004391;
    transition: .2s;
}
.b-lk-order__print svg {
    width: 20px;
    height: 17px;
    margin-right: 5px;
}
.b-lk-order__print svg * {
    fill: #004391;
}
.b-lk-order__print-text {
    display: inline-block;
    width: 240px;
    margin-right: 12px;
    padding: 14px 23px 12px;
    border-radius: 5px;
    background-color: #E1EDF6;
    font-size: 16px;
    font-weight: 500;
    color: #004391;
    position: relative;
}
@media (max-width: 600px) {
    .b-lk-order__print-text {
        display: block;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 15px;
    }
}
.b-lk-order__print-text:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #E1EDF6;
    transform: translateY(-50%) translateX(50%) rotate(45deg);
}
@media (max-width: 600px) {
    .b-lk-order__print-text:after {
        right: 50%;
        top: 100%;
    }
}
.b-lk-order__date-select {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 10px 30px;
    -ms-flex-align: center;
        align-items: center;
    background-color: #E1EDF6;
}
@media (max-width: 768px) {
    .b-lk-order__date-select {
        padding: 10px 15px;
    }
}
@media (max-width: 600px) {
    .b-lk-order__date-select {
        margin: 0 15px 20px;
        padding: 15px 15px 25px;
        /*padding: 15px 20px 25px 25px;*/
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.b-lk-order__date-select span {
    display: block;
    margin-right: 20px;
    font-weight: 500;
    color: #004391;
}
@media (max-width: 600px) {
    .b-lk-order__date-select span {
        margin-bottom: 15px;
    }
}
.b-lk-order__date-select input[type='text'] {
    max-width: 150px;
    height: 25px;
    margin-right: 10px;
    text-align: center;
}
@media (max-width: 1200px) {
    .b-lk-order__date-select input[type='text'] {
        max-width: 135px;
    }
}
@media (max-width: 600px) {
    .b-lk-order__date-select input[type='text'] {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-right: auto;
        margin-bottom: 15px;
        font-size: 13px;
    }
}
.b-lk-order__date-select input[type='text']:nth-of-type(2) {
    margin-left: 10px;
    margin-right: 20px;
}
@media (max-width: 600px) {
    .b-lk-order__date-select input[type='text']:nth-of-type(2) {
        margin-right: 0;
        margin-left: auto;
    }
}
.b-lk-order__date-select form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
@media (max-width: 600px) {
    .b-lk-order__date-select form {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .b-lk-order__date-select .btn {
        min-width: 100%;
    }
}
.b-lk-order__date-select > .btn--small {
    margin-left: 10px;
    background-color: #fff;
}
@media (max-width: 600px) {
    .b-lk-order__date-select > .btn--small {
        margin-top: 10px;
        margin-left: 0;
    }
}
.b-lk-order__header {
    display: -ms-flexbox;
    display: flex;
    padding: 12px 35px 12px 30px;
    background-color: #E1EDF6;
    font-weight: 500;
    color: #004391;
}
@media (max-width: 1200px) {
    .b-lk-order__header {
        padding: 12px 20px 12px 25px;
    }
}
@media (max-width: 768px) {
    .b-lk-order__header {
        display: none;
    }
}
.b-lk-order__items {
    margin-bottom: 10px;
}
.b-lk-order__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
    padding: 20px 35px 20px 30px;
    -ms-flex-align: center;
        align-items: center;
    background-color: #fff;
}
@media (max-width: 1200px) {
    .b-lk-order__item {
        padding: 20px 20px 20px 25px;
    }
}
@media (max-width: 768px) {
    .b-lk-order__item {
        padding: 20px 15px 30px;
    }
}
@media (max-width: 600px) {
    .b-lk-order__item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.b-lk-order__item--no-link {
    cursor: default;
}
/* mobile */
@media (max-width: 600px) {
    .b-lk-order__item > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin-bottom: 20px;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
}
@media (max-width: 600px) {
    .b-lk-order__item > div > span {
        font-weight: 400;
    }
}
.b-lk-order__item > div > span:first-of-type {
    display: none;
    padding-right: 10px;
    font-weight: 500;
    color: #004391;
}
@media (max-width: 600px) {
    .b-lk-order__item > div > span:first-of-type {
        display: block;
    }
}
@media (max-width: 600px) {
    .b-lk-order__item > div > span:last-of-type {
        text-align: right;
        font-size: 16px;
    }
    .b-lk-order__item > div > span:last-of-type sup {
        font-size: 11px;
    }
}
.b-lk-order__item.active .b-lk-order__type {
    padding-left: 0;
}
@media (max-width: 600px) {
    .b-lk-order__item.active .b-lk-order__type {
        color: initial;
    }
}
.b-lk-order__item.active .b-lk-order__type span {
    font-weight: 500 !important;
    color: #D80037 !important;
}
.b-lk-order__item .b-lk-order__type {
    padding-left: 20px;
}
@media (max-width: 1200px) {
    .b-lk-order__item .b-lk-order__type {
        padding-left: 0;
    }
}
.b-lk-order__item .b-lk-order__type span {
    font-weight: 500;
}
@media (max-width: 600px) {
    .b-lk-order__item .b-lk-order__type span {
        font-weight: 400;
    }
}
.b-lk-order__type {
    -ms-flex: 0 1 225px;
        flex: 0 1 225px;
    padding-right: 10px;
    white-space: nowrap;
}
@media (max-width: 1200px) {
    .b-lk-order__type {
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    }
}
.b-lk-order__date {
    -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    padding-right: 10px;
}
.b-lk-order__sum {
    -ms-flex: 0 1 160px;
        flex: 0 1 160px;
    margin: 0 auto;
}
.b-lk-order__status {
    -ms-flex: 0 1 275px;
        flex: 0 1 275px;
    padding-right: 40px;
}
@media (max-width: 1200px) {
    .b-lk-order__status {
        padding-right: 10px;
    }
}
.b-lk-order__link {
    display: block;
    -ms-flex: 0 0 85px;
        flex: 0 0 85px;
    font-size: 16px;
    color: #004391;
    text-decoration: underline #004391;
    transition: .2s;
    cursor: pointer;
}
.b-lk-order__link:hover {
    text-decoration: underline transparent;
}
.b-lk-order__detail {
    position: relative;
}
.b-lk-order__detail-product-list {
    margin-top: 30px;
}
@media (max-width: 768px) {
    .b-lk-order__detail-product-list {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .b-lk-order__detail .b-cart {
        padding: 0 15px;
    }
}
.b-lk-order__detail .b-cart__cell--count {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
}
.b-lk-order__detail .b-cart__cell--total {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
}
@media (max-width: 1200px) {
    .b-lk-order__detail .b-cart__cell--total {
        -ms-flex-preferred-size: 120px;
            flex-basis: 120px;
    }
}
@media (max-width: 1200px) {
    .b-lk-order__detail .b-cart__item-image {
        width: 90px;
        -ms-flex-preferred-size: 90px;
            flex-basis: 90px;
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .b-lk-order__detail .b-cart__footer-inner {
        width: 100%;
    }
}


.b-lk-personal {
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px 30px;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #fff;
  
  
}
@media (max-width: 768px) {
  .b-lk-personal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 15px 15px;
  
  
  }
  
  
}
.b-lk-personal__form {
  -ms-flex: 0 1 390px;
      flex: 0 1 390px;
  margin-right: 25px;
  
  
}
@media (max-width: 768px) {
  .b-lk-personal__form {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 0;
  
  
  }
  
  
}
.b-lk-personal__text {
  -ms-flex: 0 1 496px;
      flex: 0 1 496px;
  padding: 25px 20px 20px 30px;
  background-color: #CCD9E3;
  font-size: 15px;
  
  
}
@media (max-width: 768px) {
  .b-lk-personal__text {
    -ms-flex-order: -1;
        order: -1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-bottom: 15px;
  
  
  }
  
  
}
@media (max-width: 600px) {
  .b-lk-personal__text {
    display: none;
  
  
  }
  
  
}
.b-lk-personal__toggle-opener {
  display: inline-block;
  border-bottom: 1px dashed #004391;
  font-size: 15px;
  color: #004391;
  transition: .2s;
  cursor: pointer;
  
  
}
.b-lk-personal__toggle-opener.active {
  margin-bottom: 15px;
  
  
}
.b-lk-personal__toggle-opener:hover {
  border-color: transparent;
  
  
}
.b-lk-personal__toggle-block {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border: none;
  opacity: 0;
  transition: .2s, border 0s, opacity 0s;
  
  
}
.b-lk-personal__toggle-block.active {
  max-height: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  border: 1px solid #CCD9E3;
  
  
}
.b-lk-personal .b-form__btns {
  -ms-flex-wrap:  nowrap;
      flex-wrap:  nowrap;
  
  
}
@media (max-width: 1200px) {
  .b-lk-personal .b-form__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  
  
  }
  
  
}
@media (max-width: 768px) {
  .b-lk-personal .b-form__btns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  
  
  }
  
  
}
.b-lk-personal .btn {
  min-width: 0 !important;
  
  
}
.b-map {
  height: 650px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .b-map {
    margin-bottom: 28px;
  }
}
@media (max-width: 600px) {
  .b-map {
    height: 300px;
  }
}
.b-map img {
  max-height: none;
}
.b-map .gm-style-iw {
  max-width: 400px;
  padding: 0 14px;
  padding-top: 11px;
  overflow: visible !important;
  box-shadow: 11px 6px 0px 26px #ffffff;
}
.b-map .gm-style-iw::after {
  content: '';
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-top-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  z-index: 4;
  margin: auto;
  transform: translateX(-10px);
  margin-top: 31px;
}
.b-map .gm-style-iw::before {
  content: '';
  //position: absolute;
  //top: 100%;
  //left: -15px;
  //right: 0;
  //height: 33px;
  //width: calc(100% + 52px);
  //background-color: #ffffff;
}
.b-map .gm-style-iw div {
  overflow: visible !important;
}
.b-map .gm-style-iw .b-c-card {
  padding: 0;
}
.gm-style {
  font-family: "BigCityGrotesquePro", "Arial" !important;
}.b-modal {
  display: none;
  width: calc(100% - 30px);
  padding: 43px 50px 30px 60px;
  max-width: 500px;
  margin: 20px auto;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .b-modal {
    padding: 20px 15px;
  }
}
.b-modal--route {
  max-width: 880px;
}
.b-modal--zoom {
  padding: 30px;
}
.b-modal--zoom .b-modal__close {
  right: 15px;
  top: 15px;
}
.b-modal--video {
  padding: 30px;
  max-width: 620px;
}
.b-modal--video .b-modal__close {
  right: 10px;
  top: 10px;
}
.b-modal--project {
  margin: 15px auto !important;
  padding: 53px 30px 40px !important;
}
@media (max-width: 768px) {
  .b-modal--project {
    padding: 30px 15px !important;
  }
}
.b-modal--project .b-modal__title {
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #004391;
}
@media (max-width: 768px) {
  .b-modal--project .b-modal__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.b-modal--project .b-projects__locate {
  margin-bottom: 15px;
  color: #004391;
}
.b-modal--project .b-projects__locate svg path {
  fill: #004391;
}
.b-modal--project .b-modal__close {
  right: 20px;
}
@media (max-width: 768px) {
  .b-modal--project .b-modal__close {
    top: 5px;
    right: 5px;
  }
}
.b-modal__title-img {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .b-modal__title-img {
    height: 220px;
  }
}
.b-modal__img {
  text-align: center;
}
@media (max-width: 768px) {
  .b-modal__img {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .b-modal__img img {
    max-height: none;
    max-width: none;
  }
}
.b-modal__close {
  position: absolute !important;
  right: 25px;
  top: 25px;
}
@media (max-width: 768px) {
  .b-modal__close {
    right: 15px;
    top: 15px;
  }
}
.b-modal__content {
  margin-top: 6px;
}
.b-modal__title {
  margin-bottom: 34px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .b-modal__title {
    margin-bottom: 20px;
    padding: 0 35px;
    font-size: 20px;
  }
}
.b-modal__buttons {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .b-modal__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-modal__buttons > * {
  width: calc(50% - 5px);
}
@media (max-width: 768px) {
  .b-modal__buttons > * {
    width: 100%;
    margin-bottom: 15px;
  }
}
.b-modal__buttons > *:last-child {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .b-modal__buttons > *:last-child {
    margin: 0;
  }
}
.b-modal--product {
  max-width: 410px;
}
.b-modal--text-document {
  max-width: 1200px;
}
.b-modal--text-document .b-static {
  padding: 0;
}
.b-modal__product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.b-modal__product-img {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.b-modal__product-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #004391;
}
.b-modal__product .b-sorting__item {
  margin: 0 0 20px;
}
.b-modal__product .btn {
  width: 100%;
}
.b-modal__product .btn:not(:last-of-type) {
  margin-bottom: 10px;
}
.b-modal__product .select-options {
  width: 140px !important;
}
.b-modal__register {
  display: block;
  margin-top: 20px;
  color: #004391;
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
  transition: .2s;
}
.b-modal__register:hover {
  text-decoration: underline transparent;
}
.b-modal__text {
  margin-bottom: 10px;
  line-height: 1.4;
}
.b-modal__link {
  margin-bottom: 10px;
  color: #004391;
  text-decoration: underline #004391;
  transition: .2s;
}
.b-modal__link:hover {
  text-decoration: underline transparent;
}
.b-modal .btn {
  padding: 10px;
}
@media (max-width: 768px) {
  .b-modal .btn {
    width: 100%;
  }
}
.b-modal__submit {
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto;
}
.mfp-container {
  padding: 0 !important;
}
.mfp-container .mfp-content .b-modal {
  display: block;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}.b-nav-down-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 7px 0;
}
.b-nav-down-link .i-icon {
  margin-left: 10px;
  font-size: .7em;
  color: #004391;
  transition: ease .2s;
}.b-nav-down-list {
  position: relative;
}
@media (max-width: 768px) {
  .b-nav-down-list {
    width: 100% !important;
  }
}
.b-nav-down {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .b-nav-down {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .b-nav-down {
    transition: ease .2s;
  }
}
@media (max-width: 768px) {
  .b-nav-down {
    position: fixed !important;
    top: 63px !important;
    right: 0;
    bottom: 0;
    left: 0 !important;
    padding: 0 !important;
    background-color: #ffffff;
    overflow-x: auto;
  }
}
.b-nav-down.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .b-nav-down.visible {
    transition: ease .2s;
  }
}
.b-nav-down .b-nav-down-link{
  padding: 7px 34px;
}
@media (max-width: 1024px) {
  .b-nav-down .b-nav-down-link {
    padding: 7px 30px;
  }
}
.b-nav-down .b-nav-item {
  margin-left: -1px;
  border-left: 1px solid #CCD9E3;
}.b-nav-item.active > a {
    color: #D80037;
}
.b-nav-item.active > a .i-icon {
    color: #D80037;
}
@media (max-width: 768px) {
    .b-nav-item {
        border-top: 1px solid #CCD9E3;
    }
}
@media (max-width: 768px) {
    .b-nav-item > a {
        padding: 20px 15px !important;
    }
}.b-nav {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  color: #292727;
  transition: ease .2s;
}
@media (max-width: 1200px) {
  .b-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.08);
  }
  .b-nav.active {
    opacity: 1;
    visibility: visible;
    transition: ease .2s;
  }
}
@media (max-width: 768px) {
  .b-nav {
    position: fixed;
    top: 62px;
    bottom: 0;
    height: auto;
    width: 100%;
    overflow-x: auto;
    box-shadow: none;
    border-top: 1px solid #CCD9E3;
  }
}
.b-nav__top {
  display: none;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .b-nav__top {
    display: block;
    padding: 25px 15px;
  }
  .b-nav__top .city-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 15px;
  }
  .b-nav__top .city-select__title {
    margin-right: 18px;
  }
  .b-nav__top .city-select__selected {
    margin-right: 10px;
  }
}
.b-nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding-right: 392px;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  .b-nav__list {
    width: 25%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 25px;
    padding-left: 25px;
    padding-right: 0;
    background-color: #ffffff;
    box-shadow: inset 0 10px 13px -8px rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 768px) {
  .b-nav__list {
    height: auto;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.b-nav__item {
  height: 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media (max-width: 1200px) {
  .b-nav__item {
    height: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .b-nav__item {
    width: 100%;
  }
}
.b-nav__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 16px;
  transition: .2s;
}
@media (max-width: 1200px) {
  .b-nav__link {
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .b-nav__link {
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-weight: 100;
  }
}
.b-nav__link > .i-icon {
  display: none;
}
@media (max-width: 1200px) {
  .b-nav__link > .i-icon {
    display: block;
    font-size: .7em;
    margin-left: 10px;
    color: #004391;
  }
}
.b-nav__link:hover {
  color: #D80037;
}
.b-nav__down {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 25px 0;
  font-size: 16px;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1366px) {
  .b-nav__down {
    padding: 25px 5px;
  }
}
@media (max-width: 1200px) {
  .b-nav__down {
    top: 0;
    left: 25%;
    width: 100%;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .b-nav__down {
    box-shadow: none;
  }
}
.b-nav__down-2, .b-nav__down-3 {
  left: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  border-left: 1px solid #CCD9E3;
}
@media (max-width: 768px) {
  .b-nav__down-2, .b-nav__down-3 {
    border-left: none;
  }
}
.b-nav__down-list {
  height: 100%;
  width: 33.333%;
}
@media (max-width: 1200px) {
  .b-nav__down-list {
    width: 25%;
  }
}
@media (max-width: 1366px) {
  .b-nav__down-item {
    border-left: none !important;
  }
}
.b-nav.cover {
  background-color: #ffffff;
}
.b-nav.cover .b-h-nav {
  opacity: 0;
}
.b-nav .b-h-nav {
  display: none;
  font-size: 16px;
  background-color: #CCD9E3;
}
@media (max-width: 768px) {
  .b-nav .b-h-nav {
    display: block;
    padding: 10px 0;
  }
}
.b-nav .b-h-nav__link {
  padding: 7px 15px;
}
.hoverShadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-m-news {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .b-m-news {
    margin-bottom: 10px;
  }
}
.b-m-news__slider {
  padding-bottom: 15px;
  margin-bottom: -15px;
}
@media (max-width: 768px) {
  .b-m-news__slider {
    padding-bottom: 45px;
  }
}.b-news-detail__header {
    position: relative;
}
.b-news-detail__date {
    position: absolute;
    top: 30px;
    left:  30px;
    padding: 2px 15px;
    background-color: #fff;
    font-size: 16px;
    z-index: 1;
}
@media (max-width: 768px) {
    .b-news-detail__date {
        top: 10px;
        left: 15px;
    }
}
.b-news-detail__header {
    background-color: white;
    height: 365px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .b-news-detail__header {
        height: 200px;
    }
}
.b-news-detail__content {
    padding: 45px 30px 40px;
    background-color: #fff;
}
@media (max-width: 768px) {
    .b-news-detail__content {
        padding: 20px 15px;
    }
}
.b-news-detail__content > p:last-child {
    margin-bottom: 0;
}
.b-news-detail__content p {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.b-news-detail__content a {
    display: inline;
    color: #004391;
    border-bottom: 1px solid #004391;
    transition: .2s;
}
.b-news-detail__content a:hover {
    border-color: transparent;
}
.b-news-detail-img {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
}
.b-news-detail-img__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.b-news-detail-img__img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       font-family: "object-fit:contain";
       object-fit: contain;
    position: relative;
    z-index: 1;
}.hoverShadow, .b-news__card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-news__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .b-news__header {
    padding: 0 15px;
  }
}
.b-news__header--date {
  margin-bottom: 20px;
  padding: 10px 10px 0 30px;
  background-color: #E1EDF6;
}
@media (max-width: 600px) {
  .b-news__header--date {
    padding: 10px 15px 0;
  }
}
.b-news__header--date span {
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
  line-height: 20px;
}
.b-news__header-date {
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 2px 25px;
  border: 2px solid transparent;
  background-color: #fff;
}
@media (max-width: 600px) {
  .b-news__header-date {
    padding: 2px 20px;
  }
}
.b-news__header-date.active {
  border-color: #D80037;
}
.b-news__header .btn {
  min-width: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.b-news__grid {
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .b-news__grid {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  .b-news__grid {
    padding: 0;
  }
}
.b-news__grid > * {
  margin-left: 20px;
  margin-bottom: 20px;
  -ms-flex-preferred-size: calc(33.33% - 20px);
      flex-basis: calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
}
@media (max-width: 768px) {
  .b-news__grid > * {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .b-news__grid > * {
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.b-news__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 170px;
  padding: 20px 30px 25px;
  background-color: #fff;
  transition: .3s;
}
@media (max-width: 1024px) {
  .b-news__card {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 768px) {
  .b-news__card {
    padding: 17px 14px 28px;
  }
}
.b-news__card:hover .b-news__title {
  color: #D80037;
}
.b-news__title {
  margin-bottom: 15px;
  max-height: 109px;
  color: #004391;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  transition: .2s;
}
.b-news__date {
  margin-top: auto;
}.b-order {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .b-order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .b-order {
    padding: 0 15px;
  }
}
.b-order__content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-right: 20px;
  width: calc(100% - 287px);
}
@media (max-width: 1024px) {
  .b-order__content {
    margin-right: 0;
  }
}
.b-order__container {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding:35px 40px;
  width:100%;
}
@media(max-width: 600px) {
  .b-order__container {
    display: block;
    padding: 20px;
  }
}
.b-order__container .b-order__authorize{
  width:50%;
  padding:0;
  margin-right: 130px;
}
@media(max-width: 1200px){
  .b-order__container .b-order__authorize {
    margin-right: 70px;
  }
}
@media(max-width: 768px){
  .b-order__container .b-order__authorize {
    margin-right: 50px;
  }
}
@media(max-width: 600px){
  .b-order__container .b-order__authorize {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.b-order__container .b-order__authorize-inner{
  -ms-flex-direction: column;
      flex-direction: column;
}
.b-order__container .b-order__authorize-form {
  margin-right: 0;
  width: 100%;
  -ms-flex: 0 1 390px;
      flex: 0 1 390px;
}
@media(max-width: 1200px){
  .b-order__container .b-order__authorize-form {
    -ms-flex: 0 1 390px;
        flex: 0 1 390px;
    margin-bottom: 0;
  }
}
@media(max-width: 600px){
  .b-order__container .b-order__authorize-form {
    -ms-flex: 0 1 270px;
        flex: 0 1 270px;
    min-width: 100%;
  }
}
.b-order__container .b-order__authorize-text{
  background: #E1EDF6;
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
  color: #292727;
  min-height: 190px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width:100%;
}
.b-order__container .b-order__registration-text{
  background: #E1EDF6;
  padding: 20px;
  font-size: 15px;
  line-height: 25px;
  color: #292727;
  min-height: 190px;
  width:100%;
}
.b-order__container .b-registration{
  width:50%;
}
@media(max-width: 600px){
  .b-order__container .b-registration {
    width: 100%;
  }
}
.b-order__container .b-registration__left{
  -ms-flex-direction: column;
      flex-direction: column;
  padding:0;
  margin-right:0;
  width:100%;
}
.b-order__container .b-registration__left-form{
  margin-right: 0;
  -ms-flex: 0 1 390px;
      flex: 0 1 390px;
  width:100%;
}
@media(max-width: 1200px){
  .b-order__container .b-registration__left-form {
    -ms-flex: 0 1 390px;
        flex: 0 1 390px;
  }
}
.b-order__container .b-registration__left-form .b-form__text{
  font-size: 14px;
  color:rgba(41,39,39,0.5);
  margin-bottom:20px;
}
.b-order__container .b-form__section .b-form__input{
  margin-bottom: 10px;
}
.b-order__sidebar {
  -ms-flex: 0 0 287px;
      flex: 0 0 287px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .b-order__sidebar {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.b-order__side-wrap {
  display: block;
}
@media (min-width: 1025px) {
  .b-order__side-wrap.fixed {
    width: 287px;
    position: fixed;
    top: 0;
  }
}
@media (min-width: 1025px) {
  .b-order__side-wrap.bottom-fixed {
    position: absolute;
    bottom: 0;
    width: 287px;
  }
}
.b-order__authorize {
  margin-bottom: 20px;
  padding: 30px 40px 50px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-order__authorize {
    padding: 22px 15px 20px;
  }
}
@media (max-width: 768px) {
  .b-order__authorize {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b-order__authorize-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 768px) {
  .b-order__authorize-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-order__authorize-form {
  -ms-flex: 0 1 390px;
      flex: 0 1 390px;
  min-width: 240px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .b-order__authorize-form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.b-order__authorize-text {
  -ms-flex: 0 1 498px;
      flex: 0 1 498px;
  padding: 33px 27px 40px 33px;
  background-color: #CCD9E3;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .b-order__authorize-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 15px;
  }
}
.b-order__authorize-text a {
  display: inline;
  color: #004391;
  border-bottom: 1px solid #004391;
  transition: .2s;
}
.b-order__authorize-text a:hover {
  border-color: transparent;
}
.b-order__product-list {
  margin-bottom: 20px;
}
.b-order__sum {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-order__sum {
    padding: 20px 15px;
  }
}
.b-order__sum-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}
.b-order__sum-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 500;
}
.b-order__sum-item span:first-of-type {
  padding-right: 10px;
}
.b-order__sum-item span:last-of-type {
  text-align: right;
  white-space: nowrap;
}
.b-order__sum-text {
  line-height: 1.4;
}
.b-order__sum .btn {
  width: 100%;
  margin: 20px 0 10px;
}
.b-order__sum .b-feedback__privacy {
  margin-right: 0;
}
.b-order__sum .b-feedback__privacy a {
  color: #004391;
}
.b-order__finish {
  margin-bottom: 55px;
  padding: 32px 32px 22px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .b-order__finish {
    margin-left: -15px;
    margin-right: -15px;
    padding: 22px 15px 20px;
  }
}
@media (max-width: 768px) {
  .b-order__finish {
    margin: 0 15px 30px;
    padding: 0;
    background-color: transparent;
  }
}
.b-order__finish p {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .b-order__finish p {
    line-height: 1.5;
  }
}
.b-order__finish p a {
  text-decoration: underline;
}
.b-order__finish p a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .b-order__finish br {
    display: none;
  }
}
.b-order__finish-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-order__finish-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.b-order__finish-info {
  display: -ms-flexbox;
  display: flex;
}
.b-order__finish-info-desktop {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .b-order__finish-info-desktop {
    display: none !important;
  }
}
.b-order__finish-info svg {
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 3px;
}
.b-order__back {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px;
  padding: 11px 35px 11px 15px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #E1EDF6;
  border-radius: 4px;
  color: #004391;
  cursor: pointer;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-order__back {
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 20px;
  }
}
.b-order__back:hover {
  background-color: #004391;
  color: #fff;
}
.b-order__back:hover svg path {
  fill: #fff;
}
.b-order__back svg {
  width: 5px;
  margin-right: 15px;
  transform: rotate(180deg);
}
.b-order__back svg path {
  fill: #004391;
  transition: .2s;
}
.b-order__delivery {
  margin-bottom: 20px;
  padding: 33px 40px 37px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-order__delivery {
    padding: 22px 15px 20px;
  }
}
@media (max-width: 768px) {
  .b-order__delivery {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b-order__delivery-head {
  margin-bottom: 30px;
}
.b-order__delivery-head a {
  margin: 0 40px 10px 30px;
  position: relative;
}
.b-order__delivery-head a .b-radio__box {
  left: -30px;
}
@media (max-width: 768px) {
  .b-order__delivery-head a .b-radio__box {
    display: block !important;
  }
}
.b-order__delivery-input-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-order__delivery-input-block {
  width: auto;
}
.b-order__delivery-input-block:first-of-type {
  -ms-flex: 0 1 350px;
      flex: 0 1 350px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .b-order__delivery-input-block:first-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}
.b-order__delivery-input-block:last-of-type {
  -ms-flex: 0 0 135px;
      flex: 0 0 135px;
}
@media (max-width: 600px) {
  .b-order__delivery-input-block:last-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.b-order__delivery-input-block:last-of-type input {
  text-align: left;
}
@media (max-width: 600px) {
  .b-order__delivery-input-block:last-of-type input {
    text-align: left;
  }
}
.b-order__delivery-input-text {
  margin-top: 10px;
  font-size: 12px;
  color: #B1B1B1
}
.b-order__delivery .b-form__error.active {
  margin-top: 0;
}
.b-order__comment {
  display: -ms-flexbox;
  display: flex;
  margin-top: -19px;
  margin-bottom: 20px;
  padding: 30px 30px 40px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-order__comment {
    padding: 20px 15px;
  }
}
.b-order__comment .btn {
  margin-left: auto;
  margin-top: 15px;
}
.b-order .b-cart {
  margin-bottom: 0;
}
.b-order .b-cart__cell {}
@media (max-width: 1200px) {
  .b-order .b-cart__item-image {
    width: 90px;
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .b-order .b-cart__cell--price {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
}
@media (max-width: 1200px) {
  .b-order .b-cart__cell--count {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}
.b-order .b-cart__cell--total {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
@media (max-width: 1200px) {
  .b-order .b-cart__cell--total {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}.b-p-d-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 0 0 410px;
      flex: 0 0 410px;
  margin-right: 30px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .b-p-d-card {
    max-height: 475px;
  }
}
@media (max-width: 1024px) {
  .b-p-d-card {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .b-p-d-card {
    -ms-flex-order: 1;
        order: 1;
    margin-right: 0;
  }
}
.b-p-d-card__title {
  font-size: 18px;
  font-weight: 500;
}
.b-p-d-card__top {
  padding: 19px 39px;
  font-size: 18px;
  line-height: 1.4em;
  border-bottom: 1px solid #CCD9E3;
}
@media (max-width: 1024px) {
  .b-p-d-card__top {
    padding: 19px 30px;
  }
}
@media (max-width: 768px) {
  .b-p-d-card__top {
    display: none;
  }
}
.b-p-d-card__bottom {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 40px;
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}
@media (max-width: 1024px) {
  .b-p-d-card__bottom {
    padding: 20px 30px;
  }
}
@media (max-width: 600px) {
  .b-p-d-card__bottom {
    padding: 20px 15px;
  }
}
.b-p-d-card__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.b-p-d-card__info .i-icon {
  margin-right: 15px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.b-p-d-card__info .i-icon--car {
  height: 30px;
  width: 35px;
}
.b-p-d-card__info .i-icon--certificates {
  height: 23px;
  width: 34px;
}
.b-p-d-card__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (max-width: 768px) {
  .b-p-d-card__row {
    margin-bottom: 30px;
  }
}
.b-p-d-card__row .btn__product .btn__cart {
  height: 50px;
  font-weight: 500;
  color: #ffffff;
  background-color: #004391;
}
.b-p-d-card__row .btn__product .btn__cart:hover {
  color: #ffffff;
  background-color: #D80037;
}
.b-p-d-card__row .btn__product .btn__favorites {
  height: 50px;
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  background-color: #004391;
}
.b-p-d-card__row .btn__product .btn__favorites:hover {
  background-color: #D80037;
}
.b-p-d-card__row .btn__product .btn__favorites:hover svg path {
  fill: #ffffff;
}
.b-p-d-card__row .btn__product .btn__favorites svg path {
  fill: #ffffff;
}
.b-p-d-card__cell {
  width: 100%;
}
.b-p-d-card__cell--inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: auto;
}
.b-p-d-card__cell--inputs .b-radio:first-child {
  margin-right: 20px;
}
.b-p-d-card__cell:nth-child(2) {
  -ms-flex: 0 0 145px;
      flex: 0 0 145px;
}
.b-p-d-card__cell .b-sorting__item {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-left: 0;
}
.b-p-d-card__cell .b-sorting__title {
  font-weight: 100;
  color: #292727;
}
.b-p-d-card__cell .select__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 42px;
  width: 145px;
  border: 1px solid;
  border-color: #DCDCDC;
  transition: ease .2s;
}
.b-p-d-card__cell .select__wrap:hover {
  border-color: #004391;
  transition: ease .2s;
}
.b-p-d-card__cell .select {
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
.b-p-d-card__cell .select-styled {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  padding: 0 12px;
}
.b-p-d-card__cell .select-styled:hover {
  text-decoration: none;
}
.b-p-d-card__cell .select-styled::after {
  background-image: url(/local/client/icons/arrow-b-black.svg);
}
.b-p-d-card__cell .b-count__wrap {
  border: 1px solid;
  border-color: #DCDCDC;
}
.b-p-d-card .b-price__text {
  text-align: left;
}
.b-p-d-card .b-radio__label {
  padding-left: 30px;
}
.b-p-d-card .b-radio__box {
  left: 0;
}
.b-p-d-card .btn__product {
  width: 100%;
}
.b-p-d-card .b-sorting__title {
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-p-d-card .b-price__text, .b-p-d-card .b-count__text {
    display: block;
  }
}.b-p-d-info {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 473px;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  padding: 30px 40px;
  padding-right: 70px;
  padding-top: 77px;
  background-color: #ffffff;
}
@media (max-width: 1366px) {
  .b-p-d-info {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .b-p-d-info {
    padding: 40px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
@media (max-width: 1024px) {
  .b-p-d-info {
    padding: 40px 30px;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .b-p-d-info {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
@media (max-width: 600px) {
  .b-p-d-info {
    padding: 20px 15px;
    padding-top: 45px;
  }
}
.b-p-d-info .tag__wrap {
  top: 10px;
}
.b-p-d-info .b-table {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
}
@media (max-width: 1200px) {
  .b-p-d-info .b-table {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}.b-p-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  .b-p-detail {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}.b-points-of-sale .b-feedback {
    margin-bottom: 20px;
}.b-price {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  white-space: nowrap;
}
.b-price--column-reverse {
  margin-bottom: 0;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.b-price--column-reverse .b-price__old {
  margin-bottom: 2px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .b-price--column-reverse .b-price__old {
    font-size: 14px;
  }
}
.b-price--column-reverse .b-price__old sup {
  font-size: 10px;
}
@media (max-width: 768px) {
  .b-price--column-reverse .b-price__old sup {
    font-size: 8px;
  }
}
.b-price--column-reverse .b-price__current {
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-price--column-reverse .b-price__current {
    font-size: 14px;
  }
}
.b-price--column-reverse .b-price__current span {
  font-size: 26px;
}
@media (max-width: 768px) {
  .b-price--column-reverse .b-price__current span {
    font-size: 18px;
  }
}
.b-price--column-reverse .b-price__current sup {
  font-size: 16px;
}
@media (max-width: 768px) {
  .b-price--column-reverse .b-price__current sup {
    font-size: 10px;
  }
}
.b-price__current {
  margin-right: 10px;
  white-space: nowrap;
  font-weight: 500;
}
.b-price__current span {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-price__current span {
    font-size: 18px;
  }
}
.b-price__current sup {
  font-size: 12px;
}
@media (max-width: 768px) {
  .b-price__current sup {
    font-size: 10px;
  }
}
.b-price__current.action{
  color: #D80037;
}
.b-price__old {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  opacity: 0.37;
}
@media (max-width: 768px) {
  .b-price__old {
    margin-right: 0;
  }
}
.b-price__old:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 40%;
  /*top: 50%;*/
  left: 0;
  background-color: #292727;
}
.b-price__old span {
  font-size: 15px;
}
@media (max-width: 768px) {
  .b-price__old span {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .b-price__old span {
    font-size: 13px;
  }
}
.b-price__old sup {
  font-size: 11px;
}
@media (max-width: 768px) {
  .b-price__old sup {
    font-size: 9px;
  }
}
/*TODO мб выпилить*/
.b-price__text {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  color: #B1B1B1;
}
@media (max-width: 768px) {
  .b-price__text {
    display: none;
  }
}.hoverShadow, .b-product-inline:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-product-inline {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  background-color: #fff;
  transition: box-shadow .2s;
}
@media (max-width: 768px) {
  .b-product-inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.b-product-inline:hover {
  position: relative;
  z-index: 2;
}
.b-product-inline__left {
  -ms-flex: 0 0 208px;
      flex: 0 0 208px;
  position: relative;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .b-product-inline__left {
    height: 205px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.b-product-inline__img {
  width: 100%;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 768px) {
  .b-product-inline__img {
    height: 175px;
  }
}
.b-product-inline__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 26px 40px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .b-product-inline__content {
    padding: 0 15px;
  }
}
.b-product-inline__content-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.b-product-inline__title {
  -ms-flex: 0 1 354px;
      flex: 0 1 354px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .b-product-inline__title {
    font-size: 14px;
  }
}
.b-product-inline__actions {
  -ms-flex: 0 1 328px;
      flex: 0 1 328px;
  padding-bottom: 28px;
}
@media (max-width: 768px) {
  .b-product-inline__actions {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
.b-product-inline__actions-top {
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (max-width: 768px) {
  .b-product-inline__actions-top .b-count__text, .b-product-inline__actions-top .b-price__text {
    display: block;
  }
  .b-product-inline__actions-top .b-price__text {
    text-align: left;
  }
}
.b-product-inline__actions-top .b-count--inline {
  border: none;
  height: auto;
}
.b-product-inline__actions-top .b-count--inline .b-count__wrap {
  border: 1px solid #DCDCDC;
}
.b-product-inline__price {
  padding-right: 10px;
}
.b-product-inline .b-table {
  -ms-flex: 0 1 355px;
      flex: 0 1 355px;
  padding: 26px 20px 28px 0;
}
@media (max-width: 768px) {
  .b-product-inline .b-table {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}
.b-product-inline .btn__cart {
  margin-right: 1px !important;
}
@media (max-width: 768px) {
  .b-product-inline .b-count__input-wrap input {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .b-product-inline .b-count__btn {
    min-width: 25px;
    width: 25px;
  }
}









.hoverShadow, .b-product-tc:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-product-tc {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  transition: box-shadow .2s;
}
@media (max-width: 768px) {
  .b-product-tc {
    background-color: transparent;
    box-shadow: none !important;
  }
}
.b-product-tc:hover {
  position: relative;
  z-index: 2;
}
.b-product-tc__title {
  padding-top: 26px;
  padding-bottom: 21px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .b-product-tc__title {
    padding: 26px 25px 13px 15px;
  }
}
.b-product-tc .b-catalog-table__checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-align: center;
      align-items: center;
  background-color: #E1EDF6;
}
@media (max-width: 768px) {
  .b-product-tc .b-catalog-table__checkbox {
    background-color: transparent;
  }
}
.b-product-tc .b-sorting__item {
  margin-bottom: 25px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .b-product-tc .b-sorting__item {
    padding: 0 15px;
  }
}
.b-product-tc .b-checkbox {
  height: 100%;
}
.b-product-tc .b-checkbox__label {
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .b-product-tc .btn__cart {
    max-width: 158px;
    width: 80px;
  }
}
@media (max-width: 768px) {
  .b-product-tc .btn__cart {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .b-product-tc .b-count__btn {
    min-width: 20px;
  }
}
@media (max-width: 768px) {
  .b-product-tc .b-catalog-table__value .b-count__input-wrap input {
    width: 35px;
  }
}.hoverShadow, .b-product:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-product {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1px 1px;
  padding: 15px 30px 30px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  transition: box-shadow .2s;
  z-index: 1;
}
.b-product:hover {
  z-index: 2;
}
@media (max-width: 600px) {
  .b-product {
    margin-bottom: 20px;
  }
}
.b-product__img {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.b-product__title {
  margin-bottom: 19px;
  line-height: 1.4;
  max-height: 116px;
  overflow: hidden;
}
.b-product .b-price {
  -ms-flex-align: center;
      align-items: center;
  margin-top: auto;
}
.b-product .btn__product {
  margin-top: 0;
}/* main page */
@media (max-width: 768px) {
    .b-m-projects {
        margin-bottom: 6px;
    }
}
.b-m-projects .swiper-wrapper {
    display: block;
}
@media (max-width: 768px) {
    .b-m-projects .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
    }
}
.b-m-projects__item {
    display: -ms-flexbox;
    display: flex;
    width: 25% !important;
    height: 440px !important;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 27px 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}
@media (max-width: 1024px) {
    .b-m-projects__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    .b-m-projects__item {
        width: 100% !important;
        padding: 15px !important;
    }
}
@media (max-width: 600px) {
    .b-m-projects__item {
        height: 216px !important;
    }
}
.b-m-projects__item:nth-of-type(1) {
    padding: 30px 30px 35px;
    width: 50% !important;
    float: left;
}
@media (max-width: 1024px) {
    .b-m-projects__item:nth-of-type(1) {
        padding: 30px 20px 35px;
    }
}
@media (max-width: 768px) {
    .b-m-projects__item:nth-of-type(1) {
        width: 100% !important;
    }
}
.b-m-projects__item:nth-of-type(1) .b-m-projects__title {
    margin-bottom: 15px;
    font-size: 24px;
}
@media (max-width: 768px) {
    .b-m-projects__item:nth-of-type(1) .b-m-projects__title {
        font-size: 18px;
    }
}
.b-m-projects__item:nth-of-type(2) {
    float: left;
}
.b-m-projects__item:nth-of-type(2), .b-m-projects__item:nth-of-type(4) {
    height: 220px  !important;
}
@media (max-width: 768px) {
    .b-m-projects__item:nth-of-type(2), .b-m-projects__item:nth-of-type(4) {
        height: auto !important;
    }
}
.b-m-projects__item:nth-of-type(3) {
    float: right;
}
.b-m-projects__item:nth-of-type(4) {
    float: left;
}
.b-m-projects__item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
    transition: .6s;
    z-index: 2;
}
.b-m-projects__item:hover:after {
    background-color: rgba(0,0,0,0.6);
}
.b-m-projects__item > * {
    z-index: 3;
}
.b-m-projects__tag {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    height: 35px;
    -ms-flex-align: center;
        align-items: center;
    background: #fff;
    padding: 5px;
}
@media (max-width: 768px) {
    .b-m-projects__tag {
        left: 13px;
        top: 20px;
    }
}
.b-m-projects__tag img {
    max-width: 60px;
    max-height: 25px;
}
.b-m-projects__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    transition: .4s;
}
.b-m-projects__locate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
    width: 100%;
}
.b-m-projects__locate svg {
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-right: 10px;
}
.b-m-projects__locate svg path {
    fill: #fff;
}
.b-m-projects__detail {
    height: 42px !important;
    width: 150px;
    margin-top: 25px;
}
@media (max-width: 768px) {
    .b-m-projects__detail {
        display: none !important;
    }
}
.b-m-projects__slider {
    padding-bottom: 40px;
}.b-projects__item {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
    color: #fff;
    z-index: 1;
}
@media (max-width: 768px) {
    .b-projects__item {
        width: 100% !important;
        height: 440px !important;
        padding: 15px !important;
    }
}
@media (max-width: 600px) {
    .b-projects__item {
        height: 220px !important;
    }
}
.b-projects__item:nth-of-type(1) {
    width: 66.66%;
    height: 440px;
    padding: 30px 30px 35px;
}
@media (max-width: 1024px) {
    .b-projects__item:nth-of-type(1) {
        padding: 30px 20px 35px;
    }
}
.b-projects__item:nth-of-type(1) .b-projects__title {
    margin-bottom: 15px;
    font-size: 24px;
}
@media (max-width: 768px) {
    .b-projects__item:nth-of-type(1) .b-projects__title {
        font-size: 18px;
    }
}
.b-projects__item:nth-of-type(2), .b-projects__item:nth-of-type(3) {
    width: 33.33%;
    height: 220px;
}
.b-projects__item:nth-of-type(4) {
    width: 33.33%;
    height: 440px;
}
.b-projects__item:nth-of-type(5) {
    width: 66.66%;
    height: 440px;
}
.b-projects__item:nth-of-type(6) {
    width: 66.66%;
    height: 440px;
}
.b-projects__item:nth-of-type(7), .b-projects__item:nth-of-type(8) {
    width: 33.33%;
    height: 220px;
}
.b-projects__item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.25);
    transition: .6s;
    z-index: 2;
}
.b-projects__item:hover:after {
    background-color: rgba(0,0,0,0.6);
    /*transition: .6s;*/
}
.b-projects__item > * {
    z-index: 3;
}
.b-projects__tag {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 30px;
    top: 30px;
    width: 70px;
    height: 35px;
    -ms-flex-align: center;
        align-items: center;
    background: #fff;
    padding: 5px;
}
@media (max-width: 768px) {
    .b-projects__tag {
        left: 13px;
        top: 20px;
    }
}
.b-projects__tag img {
    max-width: 60px;
    max-height: 25px;
}
.b-projects__title {
    width: 100%;
    margin-top: auto;
    font-size: 20px;
    font-weight: 500;
    transition: .4s;
}
.b-projects__locate {
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -ms-flex-align: center;
        align-items: center;
    font-size: 15px;
    width: 100%;
}
.b-projects__locate svg {
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-right: 10px;
}
.b-projects__locate svg path {
    fill: #fff;
}
.b-projects__detail {
    height: 42px !important;
    width: 150px;
    margin-top: 25px;
}
@media (max-width: 768px) {
    .b-projects__detail {
        display: none !important;
    }
}.b-promo {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  
  max-width: 100%;
}
@media (max-width: 1024px) {
  .b-promo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .b-promo {
    margin-bottom: 20px;
  }
}
.b-promo__item {
  -ms-flex: 0 1 25%;
      flex: 0 1 25%;
  padding: 27px 20px 34px 40px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-promo__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-bottom: 24px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .b-promo__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 20px 22px 15px;
  }
  .b-promo__item:not(:last-of-type) {
    border-bottom: 1px solid #CCD9E3;
  }
}
.b-promo__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #004391;
  transition: color .2s;
}
@media (max-width: 768px) {
  .b-promo__title {
    font-size: 18px;
  }
}
.b-promo__title:hover {
  color: #D80037;
}
.b-promo__text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .b-promo__text {
    font-size: 14px;
  }
}.b-range-slider__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}
.b-range-slider__input-wrap {}
.b-range-slider__input {
    width: 85px;
    height: 40px;
    padding: 11px 16px;
    /*todo*/
    border: 1px solid #D7DDE2;
    border-radius: 3px;
}
.b-range-slider__slider {
    margin-top: 26px;
}
.noUi-handle {
    border: none !important;
    border-radius: 4px !important;
}
.noUi-horizontal {
    height: 2px !important;
    background-color: #CCD9E3 !important;
}
.noUi-handle {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 30px !important;
    height: 30px !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 50% !important;
    background-color: transparent !important;
    box-shadow: none !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) translateX(-50%) !important;
    cursor: pointer !important;
}
.noUi-handle:before {
    content: '';
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    position: static !important;
    border-radius: 50%;
    background-color: #004391 !important;
}
.noUi-handle:after {
    display: none !important;
}
.noUi-target {
    /*todo*/
    background-color: #CCD9E3;
    border-radius: 4px !important;
    border: none !important;
}
.noUi-connect {
    height: 2px !important;
    background: #004391 !important;
}
 
     
     .b-registration {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.b-registration__error {
  margin-bottom: 6px;
}
.b-registration__do-not-fill {
  height: 1px;
  width: 1px;
  position: absolute;
  opacity: 0;
}
.b-registration__auth-result {
  margin-bottom: 6px;
}
.b-registration__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-right: 30px;
  padding: 50px 40px;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-registration__left {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .b-registration__left {
    padding: 25px 15px 15px;
  }
}
.b-registration__right {
  -ms-flex: 0 0 277px;
      flex: 0 0 277px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .b-registration__right {
    display: none;
  }
}
.b-registration__left-form {
  -ms-flex: 0 1 390px;
      flex: 0 1 390px;
  margin-right: 25px;
}
.b-registration__left-form--auth {
  -ms-flex: 0 1 410px;
      flex: 0 1 410px;
}
@media (max-width: 768px) {
  .b-registration__left-form {
    margin-right: 0;
  }
}
.b-registration__left-text {
  -ms-flex: 0 1 495px;
      flex: 0 1 495px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .b-registration__left-text {
    display: none;
  }
}
.b-registration__left-text div {
  margin-bottom: 20px;
  padding: 25px 20px 20px 30px;
  background-color: #CCD9E3;
  font-size: 15px;
}
.b-registration__result {
  margin-bottom: 20px;
  font-size: 16px;
  color: #1FA716;
}
.b-registration .b-form__block {
  margin-bottom: 10px;
}
.b-registration .b-form__input.error {
  border-color: #D80037;
  transition: ease .2s;
}
.b-registration .b-form__section .b-form__input {
  margin-bottom: 10px;
}
.b-registration .input-block__error-text {
  margin-top: -5px;
  color: #D80037;
}
.b-registration .btn {
  padding: 10px 25px !important;
}.b-s-contacts {
  padding: 30px;
  background-color: #E1EDF6;

}
@media (max-width: 1024px) {
  .b-s-contacts {
    padding: 20px 15px;

  }

}
.b-s-contacts__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;

}
.b-s-contacts__text {
  font-weight: 500;

}
.b-s-contacts__text a {
  margin-top: 5px;
  color: #004391;

}
.b-s-contacts__text .b-h-feedback__tel {
  font-size: 14px;

}
.b-s-contacts__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;

}
.b-s-contacts__row .b-s-contacts ~ .b-s-contacts {
  margin: 0 20px;

}.b-m-sale {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .b-m-sale {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .b-m-sale {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.b-m-sale__slider {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
}
@media (max-width: 1024px) {
  .b-m-sale__slider {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
}
@media (max-width: 768px) {
  .b-m-sale__slider {
    padding-bottom: 40px;
  }
}.hoverShadow, .b-sale-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-sale-card {
  background-color: #fff;
  transition: .2s;
}
.b-sale-card__top {
  width: 100%;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .b-sale-card__top {
    height: 165px;
  }
}
.b-sale-card__bottom {
  display: -ms-flexbox;
  display: flex;
  height: calc(100%  - 170px);
  margin-top: -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 40px 25px;
}
@media (max-width: 1024px) {
  .b-sale-card__bottom {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 768px) {
  .b-sale-card__bottom {
    height: calc(100%  - 165px);
  }
}
.b-sale-card__title {
  max-height: 60px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .b-sale-card__title {
    margin-bottom: 8px;
  }
}
.b-sale-card__text {
  max-height: 112px;
  margin-bottom: 13px;
  font-size: 16px;
  overflow: hidden;
}
.b-sale-card__link {
  margin-top: auto;
  padding: 10px 25px !important;
}
@media (max-width: 1024px) {
  .b-sale-card__link {
    width: 100%;
  }
}.b-sale__section {
    display: -ms-flexbox;
    display: flex;
    min-height: 250px;
    margin-bottom: 20px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #D80037;
}
@media (max-width: 768px) {
    .b-sale__section {
        -ms-flex-direction: column;
            flex-direction: column;
    }
}
.b-sale__section-left {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%;
    padding: 60px 40px 50px;
    color: #fff;
}
@media (max-width: 768px) {
    .b-sale__section-left {
        padding: 20px 15px;
    }
}
.b-sale__section-right {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    min-height: 250px;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .b-sale__section-right {
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
        min-height: 0;
    }
}
.b-sale__section-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .b-sale__section-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
.b-sale__section-text {
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .b-sale__section-text {
        font-size: 14px;
    }
}
.b-sale__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
}
@media (max-width: 768px) {
    .b-sale__grid {
        padding: 0 15px;
    }
}
.b-sale__grid > * {
    margin-left: 20px;
    margin-bottom: 20px;
    -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
}
@media (max-width: 1200px) {
    .b-sale__grid > * {
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
    }
}
@media (max-width: 768px) {
    .b-sale__grid > * {
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 600px) {
    .b-sale__grid > * {
        -ms-flex-preferred-size: calc(100% - 20px);
            flex-basis: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}.b-search {
  -ms-flex: 1 1 601px;
      flex: 1 1 601px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-search {
    -ms-flex-order: 2;
        order: 2;
  }
}
.b-search__form {
  max-width: 501px;
  width: 100%;
  margin: 0 25px;
}
.b-search__inner {
  max-width: 501px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 3px;
  /*todo*/
  background-color: #F9F9F9;
}
@media (max-width: 768px) {
  .b-search__inner {
    width: 100%;
    max-width: none;
    height: 65px;
    position: fixed;
    left: 0;
    top: 0;
    transition: .5s;
    opacity: 0;
    z-index: -1;
  }
  .b-search__inner.active {
    opacity: 1;
  }
  .b-search__inner > * {
    border: none !important;
    height: 100% !important;
  }
  .b-search__inner .b-search__input {
    padding: 11px 4px 11px 25px;
  }
}
.b-search__input {
  width: 100%;
  max-height: 40px;
  padding: 14px 40px 11px 25px;
  background: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #004391;
  border: 1px solid #CCD9E3;
  border-radius: 3px 0 0 3px;
  border-right: none;
  transition: .4s;
}
.b-search__input:focus, .b-search__input:focus +  .b-search__btn {
  border-color: #004391;
}
.b-search__btn {
  background: transparent;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border: 1px solid #CCD9E3;
  border-radius: 0 3px 3px 0;
  border-left: none;
  transition: border .4s;
}
@media (max-width: 768px) {
  .b-search__btn {
    height: 43px;
    width: 47px;
  }
}
.b-search__btn:hover svg path{
  fill: #D80037;
}
.b-search__btn svg {
  width: 14px;
  height: 14px;
  margin-left: -3px;
}
.b-search__btn svg path {
  fill: #004391;
  transition: .2s;
}
.b-search__toggle {
  display: none;
  margin-left: auto;
  /*TODO*/
  margin-top: -3px;
  width: 12px;
}
@media (max-width: 768px) {
  .b-search__toggle {
    display: block;
    margin-left: 22px;
  }
}
@media (max-width: 600px) {
  .b-search__toggle {
    margin-left: auto;
    margin-right: 17px;
  }
}
.b-search__mask {
  position: fixed;
  top: 63px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}.b-section-text {
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  padding: 30px 35px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .b-section-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 30px 15px 20px;
  }
}
.b-section-text:first-of-type {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .b-section-text:first-of-type {
    margin-right: 0;
  }
}
.b-section-text:first-of-type:last-of-type {
  margin-right: 0;
}
@media (max-width: 768px) {
  .b-section-text--lk {
    margin-left: 0;
  }
  .b-section-text--lk:not(:last-of-type) {
    margin-bottom: 1px;
  }
}
.b-section-text--order {
  background-color: #E1EDF6;
}
@media (max-width: 768px) {
  .b-section-text--order {
    margin-bottom: 20px;
  }
}
.b-section-text__wrap {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .b-section-text__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-section-text__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.b-section-text__item {
  display: -ms-flexbox;
  display: flex;
}
.b-section-text__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.b-section-text__item a {
  display: inline-block;
  color: #004391;
  text-decoration: underline;
  transition: .2s;
}
.b-section-text__item a:hover {
  text-decoration: underline transparent;
}
.b-section-text__item-left {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
  padding-right: 10px;
}
.b-section-text__item-right {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
@media (max-width: 768px) {
  .b-section-text__item-right {
    text-align: right;
  }
}.b-seo {
  margin-bottom: 20px;
  padding: 30px 30px 25px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-seo {
    padding: 30px 20px 25px;
  }
}
@media (max-width: 768px) {
  .b-seo {
    margin-bottom: 0;
    padding: 25px 15px 20px;
  }
}
.b-seo--catalog {}
.b-seo__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
.b-seo__title h1{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
.b-seo__text {
  margin-bottom: 20px;
  font-size: 16px;
  overflow: hidden;
  line-height: 26px;
  transition: .4s;
}
@media (max-width: 768px) {
  .b-seo__text {
    font-size: 14px;
  }
}
.b-seo__btn {
  display: none;
  font-size: 16px;
  color: #004391;
  cursor: pointer;
}
.b-seo__btn.show {
  display: block;
}
.b-seo__btn.active svg {
  transform: rotate(180deg);
}
.b-seo__btn svg {
  width: 6px;
  margin-left: 3px;
  transform: rotate(0deg);
  transition: transform .2s .1s;
}
.b-seo__btn svg path {
  fill: #004391;
}.b-slider-articles {
  margin-bottom: 20px;
  background-color: #ffffff;
}
@media (max-width: 600px) {
  .b-slider-articles {
    padding-bottom: 30px;
  }
}
.b-slider-articles__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.b-slider-articles__item.swiper-slide {
  height: auto;
}
.b-slider-articles__img {
  position: relative;
  border-bottom: 7px solid #D80037;
  overflow: hidden;
}
@media (max-width: 768px) {
  .b-slider-articles__img {
    width: 100%;
    border-bottom: 0;
  }
}
@media (max-width: 600px) {
  .b-slider-articles__img {
    height: 400px;
  }
}
.b-slider-articles__img:hover .shadow {
  opacity: 0;
  transition: ease .2s;
}
.b-slider-articles__img:hover:after {
  transform: translateY(0);
  transition: transform ease .2s;
}
.b-slider-articles__img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #D80037 transparent;
  transform: translateY(15px);
  transition: transform ease .2s;
}
@media (max-width: 768px) {
  .b-slider-articles__img::after {
    display: none;
  }
}
.b-slider-articles__title {
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: 500;
  transition: ease .2s;
}
@media (max-width: 600px) {
  .b-slider-articles__title {
    height: auto;
  }
}
.b-slider-articles__title:hover {
  color: #D80037;
  transition: ease .2s;
}
.b-slider-articles__author {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #004391;
}
.b-slider-articles__text {
  height: 100px;
  overflow-y: hidden;
  margin-bottom: 30px;
  color: #95989A;
}
@media (max-width: 600px) {
  .b-slider-articles__text {
    height: auto;
  }
}
.b-slider-articles__top {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.b-slider-articles__bottom {
  display: block;
  padding: 18px 40px 37px;
}
@media (max-width: 1200px) {
  .b-slider-articles__bottom {
    padding: 18px 20px 37px;
  }
}
@media (max-width: 600px) {
  .b-slider-articles__bottom {
    padding: 18px 15px 24px;
  }
}
.b-slider-articles .b-static {
  padding: 0;
}
.b-slider-articles img {
  display: block;
  max-height: none;
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.b-slider-articles .swiper-pagination {
  height: 30px;
  bottom: 0 !important;
  padding-top: 11px;
  background-color: #CCD9E3;
}.b-slider-gallery-main {
  margin-bottom: 20px;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .b-slider-gallery-main {
    margin-bottom: 0;
  }
}
.b-slider-gallery-main a {
  position: relative;
}
.b-slider-gallery-main a:hover svg {
  transform: scale(1);
}
.b-slider-gallery-main svg {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(0);
  transition: .2s;
}
.b-slider-gallery-main .swiper-slide {
  height: 285px;
  @meida (--max1366) {
    height: 160px;
  }
}
@media (max-width: 600px) {
  .b-slider-gallery-main .swiper-container {
    padding-bottom: 40px;
  }
}
.b-slider-gallery-main .swiper-pagination {
  display: none;
}
@media (max-width: 600px) {
  .b-slider-gallery-main .swiper-pagination {
    display: block;
    bottom: 0 !important;
  }
}
@media (max-width: 600px) {
    .b-slider-gallery-preview {
        display: none;
    }
}
.b-slider-gallery-preview .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 60px;
    width: 60px;
    border: 1px solid;
    border-color: #CCD9E3;
    transition: ease .2s;
}
.b-slider-gallery-preview .swiper-slide:hover {
    border-color: #7994A8;
}
.b-slider-gallery-preview .swiper-slide.active {
    border-color: #004391;
}
.b-slider-gallery-preview .swiper-slide img {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}.b-slider-main {
  height: 336px;
}
@media (max-width: 768px) {
  .b-slider-main {
    height: auto;
  }
}
.b-slider-main__slide {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .b-slider-main__slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-slider-main__slide.img-only .b-slider-main__left {
  min-height: 0;
  padding: 0;
}
.b-slider-main__left {
  -ms-flex: 0 0 310px;
      flex: 0 0 310px;
  max-width: 310px;
  padding: 76px 53px 52px 37px;
  color: #fff;
  background-color: #D80037;
  position: relative;
  min-height: 218px;
}
@media (max-width: 1024px) {
  .b-slider-main__left {
    -ms-flex: 0 0 280px;
        flex: 0 0 280px;
    max-width: 280px;
    padding: 46px 53px 32px 20px;
  }
}
@media (max-width: 768px) {
  .b-slider-main__left {
    /*flex: 1 0 100%;
      max-width: 100%;
      height: 268px;
      order: 2;
      padding: 17px 30px 40px;
      text-align: center;*/
    display: none;
  }
}
.b-slider-main__left--mobile-show {
  display: none;
}
.b-slider-main__left--mobile-show * {
  display: none !important;
}
@media (max-width: 768px) {
  .b-slider-main__left--mobile-show {
    display: block;
  }
}
.b-slider-main__right {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .b-slider-main__right {
    height: 176px;
  }
}
.b-slider-main__title {
  height: 74px;
  margin-bottom: 30px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
/*overflow: hidden;*/
@media (max-width: 768px) {
  .b-slider-main__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.b-slider-main__text {
  height: 42px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
}
@media (max-width: 768px) {
  .b-slider-main__text {
    height: 95px;
    margin-bottom: 21px;
    font-size: 14px;
  }
}
.b-slider-main__link {
  min-width: 150px !important;
}
@media (max-width: 768px) {
  .b-slider-main__link {
    margin: 0 auto;
  }
}
.b-slider-main__pagination {
  width: auto !important;
  height: 20px;
  position: absolute;
  left: 38px !important;
  bottom: initial !important;
  top: 34px;
}
@media (max-width: 1024px) {
  .b-slider-main__pagination {
    left: 21px !important;
    top: 24px;
  }
}
@media (max-width: 768px) {
  .b-slider-main__pagination {
    left: 50% !important;
    top: auto;
    bottom: 10px !important;
    transform: translateX(-50%) !important;
  }
}
.b-slider-main__pagination .swiper-pagination-bullet {
  /*todo*/
  background-color: #EE8EA0;
  margin: 0 !important;
  border-radius: 0;
  width: 7px;
  height: 7px;
}
.b-slider-main__pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 7px !important;
}
.b-slider-main__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.b-slider-main .b-slider__arrow {
  bottom: 30px;
  top: auto;
  left: auto;
}
@media (max-width: 768px) {
  .b-slider-main .b-slider__arrow {
    display: none;
  }
}
.b-slider-main .b-slider__arrow--prev {
  right: 70px;
}
.b-slider-main .b-slider__arrow--next {
  right: 30px;
}
@media (max-width: 768px) {
  .b-slider-main .tag {
    display: none;
  }
}
@media (max-width: 768px) {
  .b-slider-main__right.d-mobile-none {
    display: none;
  }
}
.b-slider-main__right.d-mobile {
  display: none;
}
@media (max-width: 768px) {
  .b-slider-main__right.d-mobile {
    display: block;
  }
}.b-slider__wrap {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
}
.b-slider__wrap .swiper-slide .b-product {
  height: 100%;
}
.b-slider__pagination {
  height: 20px;
  position: absolute;
  bottom: 15px !important;
}
.b-slider__pagination--mobile {
  display: none;
}
@media (max-width: 768px) {
  .b-slider__pagination--mobile {
    display: block;
  }
}
.b-slider__pagination .swiper-pagination-bullet {
  /*todo*/
  background-color: #EE8EA0;
  margin: 0 !important;
  border-radius: 0;
  width: 8px;
  height: 8px;
}
.b-slider__pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 7px !important;
}
.b-slider__pagination .swiper-pagination-bullet-active {
  background-color: #D80037;
}
.b-slider__arrow {
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: -50px;
  background-color: #E1EDF6;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-slider__arrow {
    display: none;
  }
}
.b-slider__arrow:hover {
  background-color: #004391;
}
.b-slider__arrow:hover svg path {
  fill: #fff;
}
.b-slider__arrow--blue {
  background-color: #004391;
}
.b-slider__arrow--blue svg path {
  fill: #fff !important;
}
.b-slider__arrow--blue:hover {
  background-color: #D80037;
}
.b-slider__arrow--prev {
  transform: rotate(90deg);
  right: 40px;
}
.b-slider__arrow--next {
  transform: rotate(-90deg);
  right: 0;
}
.b-slider__arrow svg {
  width: 11px;
}
.b-slider__arrow svg path {
  fill: #004391;
  transition: .2s;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
}
.swiper-container {
  width: 100%;
}.b-sorting {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 13px;
  margin-bottom: 20px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #E1EDF6;
  
  
  
}
@media (max-width: 768px) {
  .b-sorting {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 15px 13px;
  
  
  
  }
  
  
  
}
.b-sorting__text {
  font-weight: 500;
  /*todo*/
  color: #607788;
  
  
  
}
@media (max-width: 1024px) {
  .b-sorting__text {
    display: none;
  
  
  
  }
  
  
  
}
.b-sorting__top {
  display: none;
  padding: 2px 17px 22px 15px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  
  
  
}
@media (max-width: 1024px) {
  .b-sorting__top {
    display: -ms-flexbox;
    display: flex;
  
  
  
  }
  
  
  
}
.b-sorting__top .b-sorting__text {
  display: block;
  
  
  
}
.b-sorting__item {
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -ms-flex-align: center;
      align-items: center;
  
  
  
}
@media (max-width: 1200px) {
  .b-sorting__item {
    margin-left: 20px;
  
  
  
  }
  
  
  
}
@media (max-width: 400px) {
  .b-sorting__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
  
  
  
  }
  
  
  
}
@media (max-width: 1024px) {
  .b-sorting__item--sort-by {
    margin-left: 0;
  
  
  
  }
  
  
  
}
@media (max-width: 768px) {
  .b-sorting__item--show-num {
    display: none;
  
  
  
  }
  
  
  
}
.b-sorting__title {
  margin-right: 10px;
  font-weight: 500;
  color: #004391;
  
  
  
}
@media (max-width: 400px) {
  .b-sorting__title {
    margin-right: auto;
  
  
  
  }
  
  
  
}
.b-sorting__display {
  margin-left: auto;
  
  
  
}
@media (max-width: 400px) {
  .b-sorting__display {
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-left: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-align: center;
        align-items: center;
  
  
  
  }
  
  
  
}
.b-sorting__display-item{
  display: inline-block;
  margin-left: 8px;
  
  
  
}
.b-sorting__display-item:not(.active):hover {
  cursor: pointer;
  
  
  
}
.b-sorting__display-item--default {
  /*@media (max-width: 767px) {*/
  /*display: none;*/
  /*}*/
  
  
  
}
.b-sorting__display-item.active svg path {
  fill: #D80037 !important;
  
  
  
}
.b-sorting__display-item svg {
  width: 22px;
  height: 18px;
  
  
  
}
.b-sorting__display-item svg path {
  fill: #004391;
  
  
  
}
.b-sorting__display .b-sorting__title {
  display: none;
  
  
  
}
@media (max-width: 400px) {
  .b-sorting__display .b-sorting__title {
    display: block;
  
  
  
  }
  
  
  
}.b-static {
  padding: 40px 30px;
  background-color: #fff;
}
.b-static--modal {
  padding: 0;
}
@media (max-width: 768px) {
  .b-static {
    padding: 25px 15px;
  }
}
.b-static > p:last-child, .b-static > ul:last-child {
  margin-bottom: 0;
}
.b-static p {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .b-static p {
    font-size: 14px;
  }
}
.b-static ul {
  margin-bottom: 20px;
}
.b-static li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 600px) {
  .b-static li {
    padding-left: 20px;
    font-size: 14px;
  }
}
.b-static li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #D80037;
}.b-table__item {
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0;
    border-top: 1px solid #CCD9E3;
}
.b-table__item:last-of-type {
    border-bottom: 1px solid #CCD9E3;
}
.b-table__item > span {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding: 0 5px;
    font-size: 13px;
}
/*word-break: break-all;*/
.b-table__item > span:last-of-type {
    font-weight: 500;
}
.b-table__item > span:last-of-type .tooltip {
    margin-left: 7px;
    font-weight: 400;
}@media (max-width: 600px) {
    .b-tabs__head {
        width: 100%;
        -ms-flex-direction: column;
            flex-direction: column;
    }
}
.b-tabs__head-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
.b-tabs__head-title {
    margin-right: 20px;
    font-size: 15px;
}
@media (max-width: 600px) {
    .b-tabs__head-title {
        display: none;
    }
}
.b-tabs__head-item {
    margin-right: 7px;
}
@media (max-width: 600px) {
    .b-tabs__head-item {
        width: 100%;
        margin-right: 0;
    }
    .b-tabs__head-item:not(:last-child) {
        margin-bottom: 10px;
    }
}
.b-tabs__body-item {
    display: none;
}
.b-tabs__body-item.active {
    display: block;
}
@media (max-width: 768px) {
    .b-tabs--cart {
        padding: 0 15px;
    }
}
.b-tabs--cart .prompt {
    padding-bottom: 0;
}
.b-tabs--cart .b-tabs__body {
    padding-top: 18px;
}.b-video {
  position: relative;
  height: 400px;
  -ms-flex: 0 0 695px;
      flex: 0 0 695px;
  transition: .2s;
}
@media(max-width: 1200px) {
  .b-video {
    height: 300px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .b-video {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
.b-video__inner {
  position: absolute;
  left: 40px;
  bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
}
@media (max-width: 600px) {
  .b-video__inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.b-video__title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 600px) {
  .b-video__title {
    display: none;
  }
}
.b-video__btn {
  margin-right: 19px;
  background-color: transparent;
  transition: ease .2s;
  cursor: pointer;
}
.b-video__btn:hover {
  transform: scale(1.2);
  transition: ease .2s;
}
.b-video__btn .i-icon {
  font-size: 3.2em;
}
@media (max-width: 600px) {
  .b-video__btn {
    margin-right: 0;
  }
}
.b-video img {
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}.bg-blur {
    z-index: 1;
    opacity: 1;
    position: absolute;
    min-height: 100%;
    height: auto;
    display: block;
    top: 0;
    bottom: 0;
    max-height: none;
    left: 0;
    right: 0;
}.btn-back {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 15px;
  width: 100%;
  text-align: left;
  background-color: transparent;
}
.btn-back .i-icon {
  margin-right: 14px;
}
@media (max-width: 768px) {
  .btn-back {
    display: -ms-flexbox;
    display: flex;
  }
}.btn-nav {
  min-width: 200px;
  display: none;
  -ms-flex-positive: 1;
      flex-grow: 1;
  cursor: pointer;
}
.btn-nav.active .btn-nav__icon {
  background-color: transparent;
  transition: ease .2s;
}
.btn-nav.active .btn-nav__icon::before, .btn-nav.active .btn-nav__icon::after {
  top: 0;
  transition: ease .2s;
}
.btn-nav.active .btn-nav__icon:before {
  transform: rotate(45deg);
}
.btn-nav.active .btn-nav__icon::after {
  transform: rotate(-45deg);
}
@media (max-width: 1200px) {
  .btn-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
.btn-nav__icon {
  background-color: #292727;
  min-width: 20px;
  height: 2px;
  position: relative;
  margin-right: 18px;
  display: none;
  transition: ease .2s;
}
@media (max-width: 768px) {
  .btn-nav__icon {
    display: block;
  }
}
.btn-nav__icon:before, .btn-nav__icon:after {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #292727;
  left: 0;
  transition: ease .2s;
}
.btn-nav__icon:before {
  top: -4px;
}
.btn-nav__icon:after {
  top: 4px;
}
.btn-nav__icon--catalog {
  display: block;
  background-color: #D80037;
}
@media (max-width: 768px) {
  .btn-nav__icon--catalog {
    display: none;
  }
}
.btn-nav__icon--catalog:before, .btn-nav__icon--catalog:after {
  background-color: #D80037;
}.btn {
  height: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #E1EDF6;
  color: #004391;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
  padding: 13px 40px 10px;
  min-width: 133px;
  transition: .2s;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #004391;
}
.btn.active {
  color: #fff;
  background-color: #004391;
}
.btn--blue {
  background-color: #004391;
  color: #fff;
  transition: .2s;
}
.btn--blue:hover {
  background-color: #D80037;
}
.btn--blue svg path {
  fill: #fff;
}
.btn--small {
  min-width: 0;
  height: 25px;
  padding: 3px 25px;
}
.btn--center {
  margin: 0 auto;
}
.btn--submit {
  display: block;
  width: 150px;
  margin-left: 3px;
  padding: 10px 10px 10px 21px;
  text-align: left;
}
.btn--submit svg {
  width: 11px;
  margin-left: 10px !important;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .btn--desktop {
    display: none;
  }
}
.btn--mobile {
  display: none;
}
@media (max-width: 768px) {
  .btn--mobile {
    display: block;
  }
}
.btn__product {
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.btn__product-inline {
  margin-top: 25px;
}
.btn__product-inline .btn__cart {
  width: 100%;
  margin-right: 22px;
}
@media (max-width: 768px) {
  .btn__product-inline .btn__cart {
    margin-right: 1px;
  }
}
.btn__product-inline .btn__favorites {
  width: 50px;
}
.btn__product-inline .btn__favorites svg {
  width: 15px;
  height: 15px;
}
.btn__cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 80px;
      flex: 1 0 80px;
  height: 40px;
  margin-right: 1px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #E1EDF6;
  border-radius: 3px 0 0 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #004391;
  transition: .2s;
}
.btn__cart:hover {
  background-color: #004391;
  color: #fff;
}
.btn__cart.active {
  background-color: #D80037 !important;
  color: #fff !important;
}
.btn__favorites {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #E1EDF6;
  border-radius: 0 3px 3px 0;
  transition: .2s;
}
.btn__favorites:hover {
  background-color: #004391;
}
.btn__favorites:hover svg path {
  fill: #fff;
}
.btn__favorites.active {
  background-color: #004391 !important;
}
.btn__favorites.active svg path {
  fill: #F8E71C !important;
}
.btn__favorites svg {
  width: 13px;
  height: 13px;
  margin-top: -1px;
  transition: .2s;
}
.btn__favorites svg path {
  fill: #004391;
}.hoverShadow, .b-catalog-section__item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-catalog-section {
  margin-left: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .b-catalog-section {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .b-catalog-section {
    padding: 0 15px;
  }
}
.b-catalog-section__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  min-height: 345px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  color: #004391;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-catalog-section__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .b-catalog-section__item a {
    display: block;
    width: 100%;
  }
}
.b-catalog-section__img {
  width: 200px;
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .b-catalog-section__img {
    min-width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .b-catalog-section__img {
    width: 100%;
  }
}
.b-catalog-section__text {
  padding: 20px 40px;
}
@media (max-width: 1024px) {
  .b-catalog-section__text {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 600px) {
  .b-catalog-section__text {
    padding: 15px 0 0;
  }
}
.b-catalog-section__title {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-catalog-section__title {
    font-size: 18px;
  }
}
.b-catalog-section__title:hover {
  color: #D80037;
}
.b-catalog-section__link {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  transition: .2s;
}
.b-catalog-section__link:hover {
  color: #D80037;
}.hoverShadow, .b-catalog-subsection__item:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-catalog-subsection {
  margin-left: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .b-catalog-subsection {
    padding: 0 15px;
  }
}
.b-catalog-subsection__item {
  -ms-flex-preferred-size: calc(25% - 20px);
      flex-basis: calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px 20px 30px;
  transition: .2s;
}
@media (max-width: 1024px) {
  .b-catalog-subsection__item {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .b-catalog-subsection__item {
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.b-catalog-subsection__item:hover .b-catalog-subsection__title {
  color: #D80037;
}
.b-catalog-subsection__img {
  max-width: 270px;
  height: 170px;
  margin: 0 auto 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.b-catalog-subsection__title {
  font-size: 20px;
  font-weight: 500;
  color: #004391;
  text-align: center;
  transition: .2s;
}.hoverShadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-catalog-table {
  position: relative;
  margin-bottom: 59px;
}
@media (max-width: 768px) {
  .b-catalog-table {
    margin: 0 15px 19px;
  }
}
.b-catalog-table__head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  color: #004391;
}
@media (max-width: 768px) {
  .b-catalog-table__head .b-catalog-table__content {
    display: none;
  }
}
@media (max-width: 768px) {
  .b-catalog-table__head .b-catalog-table__checkbox {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (max-width: 768px) {
  .b-catalog-table__head .b-catalog-table__checkbox .b-checkbox .b-checkbox__box {
    margin-right: 10px;
  }
}
.b-catalog-table__head .b-catalog-table__checkbox .b-checkbox i {
  display: none;
  font-style: normal;
  color: #292727;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 768px) {
  .b-catalog-table__head .b-catalog-table__checkbox .b-checkbox i {
    display: block;
  }
}
.b-catalog-table__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .b-catalog-table__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    transition: box-shadow .2s;
  }
  .b-catalog-table__content:hover {
    position: relative;
    z-index: 2;
  	box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
  }
}
.b-catalog-table__checkbox {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
}
@media (max-width: 768px) {
  .b-catalog-table__checkbox {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
    padding-right: 10px;
  }
}
.b-catalog-table__checkbox .b-checkbox__label {
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
}
.b-catalog-table__checkbox .b-checkbox__box {
  margin-right: 0;
}
.b-catalog-table__name {
  -ms-flex: 0 0 290px;
      flex: 0 0 290px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .b-catalog-table__name {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
  }
}
@media (max-width: 768px) {
  .b-catalog-table__name {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
}
.b-catalog-table__price {
  -ms-flex: 0 1 265px;
      flex: 0 1 265px;
  margin: 0 auto;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .b-catalog-table__price {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 0;
    margin: 0;
  }
}
.b-catalog-table__price .b-price {
  margin-bottom: 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .b-catalog-table__price .b-price {
    -ms-flex-pack: left;
        justify-content: left;
  }
}
.b-catalog-table__price .b-price__current {
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-catalog-table__price .b-price__current {
    margin-right: 0;
    margin-left: 15px;
  }
  .b-catalog-table__price .b-price__current span {
    font-size: 18px;
  }
}
.b-catalog-table__price .b-price__current * {
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-catalog-table__price .b-price__old {
    margin-right: 0;
    margin-left: 15px;
  }
}
.b-catalog-table__value {
  -ms-flex: 0 1 150px;
      flex: 0 1 150px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .b-catalog-table__value {
    -ms-flex-preferred-size: 118px;
        flex-basis: 118px;
    padding-right: 15px;
    padding-left: 10px;
  }
}
.b-catalog-table__value .b-count {
  width: auto;
}
@media (max-width: 600px) {
  .b-catalog-table__value .b-count {
    width: 99px;
  }
}
@media (max-width: 600px) {
  .b-catalog-table__value .b-count__btn {
    min-width: 20px;
  }
}
.b-catalog-table__value .b-count__input-wrap input {
  width: 50px;
}
.b-catalog-table__btn {
  -ms-flex: 0 1 220px;
      flex: 0 1 220px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .b-catalog-table__btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 15px;
  }
}
.b-catalog-table__add {
  position: absolute;
  bottom: -60px;
}
@media (max-width: 768px) {
  .b-catalog-table__add {
    margin-top: 20px;
    position: static;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .b-catalog-table__add {
    width: 100%;
  }
}
.b-catalog-table__add .btn {
  /*TODO*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.b-catalog-table + div .pagination {
  margin-top: -40px;
}.hoverShadow {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.b-catalog__inner {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.b-catalog__content {
  width: calc(100% - 260px);
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .b-catalog__content {
    margin-right: 0;
    width: 100%;
  }
}
.b-catalog__sidebar {
  width: 240px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .b-catalog__sidebar {
    width: 250px;
    position: absolute;
    right: -20px;
    top: 30px;
    transform: translateX(250px);
    transition: .4s ease-out;
    z-index: 13;
  }
}
@media (max-width: 768px) {
  .b-catalog__sidebar {
    display: none;
    /*visibility: hidden;*/
    /*position: absolute;*/
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .b-catalog__sidebar.active {
    transform: translateX(0);
    transition: .4s ease-in;
  }
}
@media (max-width: 768px) {
  .b-catalog__sidebar.active {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 62px;
    left: 0;
    padding-bottom: 60px;
    overflow-x: auto;
    /*visibility: visible;*/
    z-index: 13;
    display: block;
  }
}
.b-catalog-nav {
  margin-top: 65px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .b-catalog-nav {
    display: none;
  }
}
.b-catalog-nav--dt {
  margin-top: 100px;
}
.b-catalog-nav__item {
  display: block;
  margin-bottom: 1px;
  padding: 20px 25px 21px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: .2s;
}
.b-catalog-nav__item:hover, .b-catalog-nav__item.active {
  color: #D80037;
}
.b-catalog-nav__item--back {
  background-color: #E1EDF6;
}
.b-catalog-nav__item--back:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-right: 10px;
  margin-left: -10px;
  background-image: url('/local/client/icons/arrow-r.svg');
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
.b-catalog__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 19px -1px;
}
@media (max-width: 767px) {
  .b-catalog__grid {
    margin: 0 15px 19px;
  }
}
.b-catalog__grid >*  {
  max-width: calc(25% - 1px);
  -ms-flex: 1 1 25%;
      flex: 1 1 25%;
  -ms-flex-preferred-size: calc(25% - 1px);
      flex-basis: calc(25% - 1px);
}
@media (max-width: 1366px) {
  .b-catalog__grid >* {
    max-width: calc(33.33% - 1px);
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    -ms-flex-preferred-size: calc(33.33% - 1px);
        flex-basis: calc(33.33% - 1px);
  }
}
@media (max-width: 768px) {
  .b-catalog__grid >* {
    max-width: calc(50% - 1px);
    -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: calc(50% - 1px);
  }
}
@media (max-width: 600px) {
  .b-catalog__grid >* {
    max-width: calc(100% - 1px);
    -ms-flex-preferred-size: calc(100% - 1px);
        flex-basis: calc(100% - 1px);
  }
}
.b-catalog__list {
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .b-catalog__list {
    margin: 0 15px 19px;
  }
}
.b-catalog-empty {
  min-height: 320px;
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
}
.b-catalog-empty__title {
  margin-bottom: 15px;
  font-size: 20px;
}
.b-catalog-empty__text {
  font-size: 16px;
}
.b-catalog-empty__link {
  margin-left: 7px;
  color: #004391;
  text-decoration: underline;
  transition: .2s;
}
.b-catalog-empty__link:hover {
  text-decoration: underline transparent;
}
@media (max-width: 768px) {
  .b-catalog .b-slider__wrap {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .b-catalog .b-slider__wrap .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.b-catalog .b-seo {
  margin-bottom: 20px;
}
.b-catalog .pagination {
  margin-top: 0;
}
@media (max-width: 768px) {
  .b-catalog .b-slider {
    padding-bottom: 45px;
  }
}.city-select {
  -ms-flex: 0 0 160px;
      flex: 0 0 160px;
  font-size: 15px;
  margin-right: 25px;
}
.city-select__title {
  color: #B1B1B1;
}
.city-select__selected {
  display: inline-block;
  font-weight: 500;
}
.city-select .select-options {
  min-width: 150px;
}
.city-select .select-styled:after {
  margin-left: 8px;
}#city .b-modal__title {
    font-weight: 500;
    text-align: left;
}
#city .b-modal__title span {
    color:#004391;
}
#city .b-modal__content .b-form{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack:justify;
        justify-content:space-between;
}
#city .b-modal__content .b-form .b-modal__submit {
    margin: 0;
}
#city .b-modal__content .b-form .btn{
    min-width: 190px;
}
@media(max-width: 600px){
    #city .b-modal__content .b-form .btn {
        margin-bottom: 20px;
    }
}
@media(max-width: 600px){
    #city .b-modal__content .b-form {
        -ms-flex-direction: column;
            flex-direction: column;
    }
}
#search_city .b-modal__title {
    font-weight: 500px;
    text-align: left;
}
#search_city .b-form__links{
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
#search_city .b-form__link{
    display: inline-block;
    border-bottom: 1px dashed #004391;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
    color: #004391;
    transition: .2s;
}
#search_city .b-form__link:hover{
    border-bottom: 1px dashed transparent;
}
#search_city .b-form .btn {
    min-width: 190px;
    margin: 0;
}
#search_city .ui.search {
    margin-bottom: 20px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}
#search_city .ui.search.selection.dropdown>input.search {
    height: 50px;
}
#search_city .ui.dropdown .menu .selected.item {
    background: #F1F7FB ;
    color:#D80037;
    height: 58px;
    font-weight: normal;
}
#search_city .ui.selection.active.dropdown .menu.visible {
    display: block;
}
#search_city .ui.selection.active.dropdown .menu.visible .region {
    color: #8F8F8F;
    margin-top: 5px;
    font-size: 13px;
}
#search_city .ui.selection.dropdown .menu>.item {
    border-top: 1px solid #CCD9E3;
}
#search_city .ui.selection.dropdown .menu>.item.selected{
    border-top: 1px solid transparent;
}
#search_city .ui.selection.dropdown>.text:not(.default) {
    color:black;
}
#search_city .ui.selection.dropdown>.text:not(.default) .region {
    display: none;
}.cookie-alert {
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px;
  padding: 10px 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  z-index: 999!important;
  background-color: #E1EDF6;
  border-radius: 4px;
  border-bottom: none;
  transform: translateZ(0);
  transition: 1s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .cookie-alert {
    padding: 10px 15px;
    margin: 0 10px;
  }
}
.cookie-alert a {
  text-decoration: underline;
  transition: .2s;
}
.cookie-alert a:hover {
  text-decoration: underline transparent;
}.copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 23px 0 21px;
}
@media (max-width: 1366px) {
  .copyright {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .copyright {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .copyright a, .copyright span {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.copyright__link {
  text-decoration: underline;
  transition: .2s;
}
.copyright__link:hover {
  text-decoration: underline transparent;
}
.copyright__link:first-of-type {
  margin-right: 25px;
}
@media (max-width: 768px) {
  .copyright__link:first-of-type {
    margin-right: 0;
  }
}
.copyright span a {
  transition: .2s;
}
.copyright span a:hover {
  text-decoration: underline;
}.counter__wrap{
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    border: 1px solid #cfcfcf;
    background-color: #ffffff;
    transition: all .5s;
}
.counter__wrap.error{
    border: 1px solid red;
}
.counter__btn{
    background-color: transparent;
    -ms-flex: 0 0 45px;
        flex: 0 0 45px;
    position: relative;
    height: 100%;
    display: block;
    cursor: pointer;
    color: black;
    transition: color .3s;
}
.counter__btn::before, .counter__btn::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    background-color: currentColor;
    transform: translateZ(0);
}
.counter__btn::after{
    transform: rotate(90deg);
}
.counter__btn--minus::after{
    display: none;
}
.counter__btn--minus::before{
    width: 14px;
}
.counter__input-wrap{
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
}
.counter__input{
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
}/*!
 * # Semantic UI 2.3.3 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child, .ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"], .ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"], .ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated, .ui.dropdown .menu .item>.icon.floated, .ui.dropdown .menu .item>.image.floated, .ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown.dropdown .menu>.input{width:auto;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button, .ui.dropdown .menu>.input:not(.transparent) .icon, .ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description, .ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag, .ui.dropdown>.text>.icon, .ui.dropdown>.text>.image, .ui.dropdown>.text>.label, .ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag, .ui.dropdown .menu>.item>.icon, .ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>.label, .ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown .menu>.item>.flag, .ui.dropdown .menu>.item>.icon, .ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>.label, .ui.dropdown .menu>.item>img, .ui.dropdown>.text>.flag, .ui.dropdown>.text>.icon, .ui.dropdown>.text>.image, .ui.dropdown>.text>.label, .ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>img, .ui.dropdown>.text>.image, .ui.dropdown>.text>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before, .ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;transform:rotateZ(0);min-width:14em;min-height:2.71428571em;background:#fff;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:rgba(0,0,0,.87);box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active, .ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon, .ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);transition:opacity .1s ease}.ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}.ui.selection.active.dropdown{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon, .ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit}.ui.search.dropdown>input.search{position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search, .ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text, .ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag, .ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:rgba(115,115,115,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown, .ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.multiple.dropdown .dropdown.icon{margin:'';padding:''}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;animation:dropdown-spin .6s linear;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after, .ui.loading.dropdown.button>i.icon:before{display:none}@keyframes dropdown-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text{color:rgba(191,191,191,.87)}.ui.default.dropdown:not(.button)>input:focus~.text, .ui.dropdown:not(.button)>input:focus~.default.text{color:rgba(115,115,115,.87)}.ui.loading.dropdown>.text{transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown .menu .selected.item, .ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error, .ui.dropdown.error>.default.text, .ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu, .ui.dropdown.error>.menu .menu{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown, .ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu, .ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown .menu .left.menu, .ui.dropdown>.left.menu .menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text, .ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu>.item.item.item, .ui.scrolling.dropdown .menu .item.item.item{border-top:none}.ui.dropdown .scrolling.menu .item:first-child, .ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu, .ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;transition:opacity .1s ease}.ui.simple.active.dropdown, .ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu, .ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu, .ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);background:#fff;z-index:2}.ui.pointing.dropdown>.menu:after{top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.pointing.dropdown>.left.menu:after, .ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto!important;right:1em!important;margin:0;transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;transform:rotate(-45deg)}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto!important;right:100%!important;margin:0 1em 0 0}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu{top:auto!important;bottom:100%!important;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after{top:100%!important;bottom:auto!important;box-shadow:1px 1px 0 0 rgba(34,36,38,.15);margin:-.25em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 1em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 0 0 1em}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.dropdown>.dropdown.icon{width:auto}.ui.dropdown>.dropdown.icon:before{content:'\F0D7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\F0DA'}.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before{content:"\F0D9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\F0DA"}.error-404 {
  margin-bottom: 20px;
}
.error-404__img {
  margin: 70px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .error-404__img {
    margin: 30px auto;
    padding: 0 15px;
  }
}
.error-404__item {
  padding: 30px 45px 45px 40px;
  background-color: #E1EDF6;
}
@media (max-width: 768px) {
  .error-404__item {
    padding: 15px;
  }
}
.error-404__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .error-404__title {
    font-size: 20px;
  }
}
.error-404__text {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .error-404__text {
    font-size: 14px;
  }
}
.error-404__btn {}.error.input {
    border-color: red;
}.b-f-form {
  background-color: #D80037;
  padding: 27px 30px 35px;
  -ms-flex: 0 1 307px;
      flex: 0 1 307px;
}
@media (max-width: 1366px) {
  .b-f-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: -1;
        order: -1;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding: 25px 30px 20px;
  }
}
@media (max-width: 1024px) {
  .b-f-form {
    padding: 20px 20px 5px;
  }
}
@media (max-width: 768px) {
  .b-f-form {
    display: block;
    padding: 20px 15px 28px;
  }
}
.b-f-form__title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .b-f-form__title {
    -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .b-f-form__title {
    margin-right: 0;
    font-size: 16px;
  }
}
.b-f-form__title span {
  display: block;
  font-size: 16px;
  line-height: 2;
}
.b-f-form__wrap {
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .b-f-form__wrap {
    -ms-flex: 1 1 200px;
        flex: 1 1 200px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .b-f-form__wrap {
    margin-bottom: 4px;
    margin-right: 0;
  }
}
.b-f-form__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .b-f-form__inner {
    margin-bottom: 20px;
  }
}
.b-f-form__inner .b-form__error {
  display: none;
}
.b-f-form__inner .b-form__error.active {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
}
.b-f-form__inner .success_cont {
  color: #fff;
}
.b-f-form__input {
  width: calc(100% - 46px);
  max-height: 46px;
  padding: 14px 30px 14px 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  border: 1px solid #E15959;
  background-color: #AF002D;
  border-right: none;
  transition: .4s;
  line-height: 19.5px;
  -webkit-box-shadow: inset 0 0 0 50px #AF002D;
  -webkit-text-fill-color: #fff;
}
.b-f-form__input:focus, .b-f-form__input:focus + .b-f-form__btn, .b-f-form__input.error, .b-f-form__input.error + .b-f-form__btn, .b-f-form__input.success, .b-f-form__input.success + .b-f-form__btn {
  border-color: rgba(255,255,255,0.8) !important;
}
.b-f-form__input::-webkit-input-placeholder {
  color: #fff !important;
}
.b-f-form__btn {
  /*background: transparent;*/
  height: 46px;
  width: 46px;
  /*todo*/
  background-color: #AF002D;
  border: 1px solid #E15959;
  border-left: none;
  transition: .4s;
  cursor: pointer;
}
.b-f-form__btn svg {
  transform: rotate(-90deg);
  width: 10px;
}
.b-f-form__btn svg path {
  fill: #fff;
  transition: .2s;
}
@media (max-width: 1366px) {
  .b-f-form .b-form__privacy {
    -ms-flex: 1 1 200px;
        flex: 1 1 200px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .b-f-form .b-form__privacy {
    margin-right: 0;
  }
}.b-f-section {
  padding: 30px 30px 36px;
}
@media (max-width: 768px) {
  .b-f-section {
    padding: 20px 15px;
  }
}
.b-f-section:nth-of-type(2) {
  -ms-flex: 0 1 300px;
      flex: 0 1 300px;
}
.b-f-section:nth-of-type(3) {
  -ms-flex: 0 1 279px;
      flex: 0 1 279px;
}
.b-f-section:nth-of-type(3) .b-f-section__text {
  padding-right: 20px;
  line-height: 1.4;
}
@media (max-width: 1366px) {
  .b-f-section:nth-of-type(2), .b-f-section:nth-of-type(3) {
    -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    max-width: 25%;
    padding: 25px 25px 30px;
  }
}
@media (max-width: 768px) {
  .b-f-section:nth-of-type(2), .b-f-section:nth-of-type(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 18px 15px 16px;
  }
}
.b-f-section:not(:nth-of-type(3)) {
  border-right: 1px solid #CCD9E3;
}
@media (max-width: 768px) {
  .b-f-section:not(:nth-of-type(3)) {
    border-right: none;
  }
}
.b-f-section--column {
  -ms-flex: 0 1 414px;
      flex: 0 1 414px;
}
@media (max-width: 1366px) {
  .b-f-section--column {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    max-width: 50%;
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .b-f-section--column {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .b-f-section--column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    border-bottom: 1px solid #CCD9E3;
  }
}
.b-f-section--column .b-f-section__links {
  display: -ms-flexbox;
  display: flex;
}
/*column-count: 2;*/
@media (max-width: 768px) {
  .b-f-section--column .b-f-section__links {
    /*column-count: 0;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.b-f-section--column .b-f-section__links div:first-of-type .b-f-section__link {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .b-f-section--column .b-f-section__link {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .b-f-section--column .b-f-section__link {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .b-f-section--contacts {
    padding: 25px 15px 11px;
    background-color: #CCD9E3;
  }
  .b-f-section--contacts .b-f-section__title {
    font-size: 16px;
  }
  .b-f-section--contacts .b-f-section__text {
    margin-top: 13px;
  }
}
.b-f-section__title {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-f-section__title {
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
  }
  .b-f-section__title.active svg {
    transform: rotate(-180deg);
  }
}
.b-f-section__title.active {
  /*margin-bottom: 8px;*/
}
.b-f-section__title svg {
  display: none;
  width: 10px;
  margin-left: auto;
  transform: rotate(-90deg);
  transition: .2s;
}
@media (max-width: 768px) {
  .b-f-section__title svg {
    display: block;
  }
}
.b-f-section__title svg path {
  fill: #292727;
}
.b-f-section__links {
  margin-top: 25px;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-f-section__links {
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    transition: .4s ease-out;
  }
  .b-f-section__links.active {
    max-height: 400px;
    margin-top: 23px;
  }
}
.b-f-section__link {
  width: 100%;
  font-size: 16px;
  margin-bottom: 13px;
  transition: .2s;
}
.b-f-section__link:hover {
  color: #D80037;
}
.b-f-section__markets {
  padding: 10px 14px 7px;
  text-align: left;
  border: 1px solid #CCD9E3;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  color: #004391;
  white-space: nowrap;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-f-section__markets {
    background-color: #fff;
  }
}
@media (max-width: 600px) {
  .b-f-section__markets {
    width: 100%;
    text-align: center;
  }
}
.b-f-section__markets:hover {
  color: #fff;
  background-color: #004391;
}
.b-f-section__markets:hover svg path {
  fill: #fff;
}
.b-f-section__markets svg {
  width: 7px;
  height: 11px;
  margin-right: 10px;
}
.b-f-section__markets svg path {
  fill: #D80037;
  transition: .2s;
}
.b-f-section__text {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 23px;
}.footer__top {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1366px) {
    .footer__top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.footer__bottom {}.b-h-cart {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 224px;
      flex: 0 0 224px;
  width: 224px;
  padding: 10px 15px;
  /*todo*/
  background-color: #F1F7FB;
  border-left: 1px solid #CCD9E3;
}
.b-h-cart:hover .b-h-cart__title {
  color: #D80037;
}
@media (max-width: 768px) {
  .b-h-cart {
    position: static;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 130px;
    -ms-flex: 0 0 130px;
        flex: 0 0 130px;
    padding: 10px 10px 12px 0;
    padding-right: 0;
    background-color: #fff;
    border-left: none;
  }
}
.b-h-cart__icon {
  margin-right: 15px;
  position: relative;
}
.b-h-cart__icon svg {
  width: 15px;
  height: 15px;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-h-cart__icon svg {
    width: 18px;
    height: 18px;
  }
}
.b-h-cart__icon svg path {
  fill: #D80037;
}
.b-h-cart__text {
  font-size: 15px;
}
.b-h-cart__title {
  color: #004391;
  font-weight: 500;
  transition: .2s;
}
.b-h-cart__value-m {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 6px;
  right: 1px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #E1EDF6;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  transform: translateX(50%) translateY(-50%);
  display: none;
}
@media (max-width: 768px) {
  .b-h-cart__value-m {
    display: -ms-flexbox;
    display: flex;
  }
}.b-h-favorites {
  position: absolute;
  top: 0;
  right: 224px;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 168px;
      flex: 0 0 168px;
  width: 168px;
  padding: 10px 15px;
  /*todo*/
  background-color: #F1F7FB;
  border-left: 1px solid #CCD9E3;
}
.b-h-favorites:hover .b-h-favorites__title {
  color: #D80037;
}
@media (max-width: 1366px) {
  .b-h-favorites {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .b-h-favorites {
    position: static;
    width: 120px;
    -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 10px 20px 12px 0;
    background-color: #fff;
  }
}
.b-h-favorites__icon {
  margin-right: 15px;
  position: relative;
}
.b-h-favorites__icon svg {
  width: 15px;
  height: 15px;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-h-favorites__icon svg {
    width: 18px;
    height: 18px;
  }
}
.b-h-favorites__icon svg path {
  fill: #D80037;
}
.b-h-favorites__text {
  font-size: 15px;
  line-height: 1.2;
}
.b-h-favorites__title {
  color: #004391;
  font-weight: 500;
  line-height: 1.2;
  transition: .2s;
}
.b-h-favorites__value {
  white-space: nowrap;
}
.b-h-favorites__value-m {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 6px;
  right: 1px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #E1EDF6;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  transform: translateX(50%) translateY(-50%);
  display: none;
}
@media (max-width: 768px) {
  .b-h-favorites__value-m {
    display: -ms-flexbox;
    display: flex;
  }
}.b-h-feedback {
  -ms-flex: 1 1 380px;
      flex: 1 1 380px;
  text-align: right;
}
@media (max-width: 1024px) {
  .b-h-feedback {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .b-h-feedback {
    -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    padding-left: 10px;
  }
}
.b-h-feedback__tel {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-right: 7px;
}
@media (max-width: 1024px) {
  .b-h-feedback__tel {
    margin-bottom: 3px;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .b-h-feedback__tel {
    font-size: 17px;
  }
}
.b-h-feedback__callback {
  display: inline-block;
  border-bottom: 1px dashed #004391;
  font-size: 15px;
  color: #004391;
  transition: .2s;
}
@media (max-width: 768px) {
  .b-h-feedback__callback {
    display: none;
  }
}
.b-h-feedback__callback:hover {
  border-color: transparent;
}.b-h-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.b-h-nav__item:not(:last-of-type) a {
  padding-right: 15px;
}
.b-h-nav__link {
  display: block;
  transition: .2s;
}
.b-h-nav__link:hover {
  color: #D80037;
}.header {
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  
  /*box-shadow: 0 3px 6px red;*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
    border-bottom: 1px solid #CCD9E3;
  }
}
@media (max-width: 600px) {
  .header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.header:after {
  
  /*content: '';*/
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 3px 6px red;
  z-index: 10;
  
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);*/
}
.header__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 40px 10px;
  border-bottom: 1px solid #CCD9E3;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .header__top {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .header__top {
    display: none;
  }
}
.header__middle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 18px 40px 15px;
  border-bottom: 1px solid #CCD9E3;
}
@media (max-width: 1024px) {
  .header__middle {
    padding: 18px 20px 15px;
  }
}
@media (max-width: 768px) {
  .header__middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 15px 12px;
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 600px) {
  .header__middle {
    height: 65px;
    border-bottom: 1px solid #CCD9E3;
  }
}
.header__middle > .btn-nav {
  display: none;
}
@media (max-width: 768px) {
  .header__middle > .btn-nav {
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    min-width: 40px;
  }
}
.header__bottom {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 55px;
  border-bottom: 1px solid #CCD9E3;
}
/*overflow: hidden;*/
@media (max-width: 1200px) {
  .header__bottom {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .header__bottom {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .header__bottom {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0 15px;
    border: none;
  }
}
@media (max-width: 600px) {
  .header__bottom {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: auto;
  }
}
@media (max-width: 768px) {
  .header__bottom .btn-nav {
    display: none;
  }
}
#header_1.header .logo {
  -ms-flex: 0 0 111px;
      flex: 0 0 111px;
}
#header_1.header .b-nav__list{
  padding-right: 25px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 25px;
}
#header_1.header .b-nav__item {
  -ms-flex:none;
      flex:none;
}
@media (max-width: 768px) {
  .header {
    display: block;
  }
}
@media (max-width: 768px) {
  .header__top, .header__middle, .header__bottom {
    display: none;
  }
}
.header__top__mobile {
  display: none;

  background-color: #CCD9E3;
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .header__top__mobile {
    display: -ms-flexbox;
    display: flex;
  }
}
.header__top__mobile .city-select {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
  font-size: 13px;
}
.header__top__mobile .city-select__title {
  margin-right: 15px;
}
.header__bottom__mobile {
  display: none;

  padding: 15px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .header__bottom__mobile {
    display: -ms-flexbox;
    display: flex;
  }
}
.header__bottom__mobile .b-h-cart {
  position: static;
  width: auto;
  -ms-flex: none;
      flex: none;
}
.header__bottom__mobile .b-h-cart__text {
  display: none;
}
.header__bottom__mobile .b-h-cart__icon svg {
  width: 25px;
  height: 25px;
}
.header__bottom__mobile .b-h-feedback {
  display: block;
  -ms-flex: none;
      flex: none;
  width: auto;
  padding: 0;
  margin-top: -7px;
}
.header__bottom__mobile .b-h-feedback__tel {
  font-size: 0;
  width: 25px;
  height: 25px;
  background: url("/local/client/img/phone.svg") center no-repeat;
}
.header__bottom__mobile > .b-authorize__container .b-authorize {
  font-size: 0;
  width: 25px;
  height: 25px;
  background: url("/local/client/img/user.svg") center no-repeat;
}
.header__bottom__mobile > .b-authorize__container .b-authorize__slash {
  display: none;
}
.header__bottom__mobile > .b-authorize__container .header-personal__profile {
  display: none;
}
.header__bottom__mobile .btn-nav {
  min-width: auto;
  padding: 15px 0;
}
.header__bottom__mobile .b-nav {
  top: 110px;
}
.header__bottom__mobile .btn-nav__icon {
  display: block;
}
.header__bottom__mobile .btn-nav__icon:before {
  top: -6px;
}
.header__bottom__mobile .btn-nav__icon:after {
  top: 6px;
}
.link {
  padding-bottom: 1px;
  border-bottom: 1px solid;
  border-color: #004391;
  color: #004391;
  transition: ease .2s;
}
.link:hover {
  border-color: transparent;
  transition: ease .2s;
}.loader{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1300;
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.loader.active{
  opacity: 1;
  visibility: visible;
}

.loader__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0,0,0);
  animation: loader 1.2s infinite ease-in-out;
}

.loader__inner span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #EE4040;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}

.loader__inner span:nth-child(1) {
  top: 0;
  left: 0;
}

.loader__inner span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader__inner span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader__inner span:nth-child(4) {
  bottom: 0;
  right: 0;
}

@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}

@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: #F37272;
  }
  100% {
    transform: rotate(90deg);
    
  }
}

@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: #F37272;
  }
  100% {
    transform: rotate(-90deg);
  }
}.logo {
  -ms-flex: 0 0 152px;
      flex: 0 0 152px;
}
@media (max-width: 768px) {
  .logo {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
.logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}@media (max-width: 768px) {
    .main {
        padding-top: 62px
    }
}
@media (max-width: 600px) {
    .main {
        padding-top: 120px
    }
}.pagination{
  margin: 20px -5px 45px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  
}
@media (max-width: 768px) {
  .pagination{
    margin-right: 0;
    -ms-flex-pack: center;
        justify-content: center;
  
  }
  
}
.pagination__item {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 3px;
  background-color: #E1EDF6;
  font-weight: 500;
  color: #004391;
  transition: all .3s;
  padding-top: 5px;
  
}
.pagination__item:hover, .pagination__item.active {
  background-color: #004391;
  color: #fff;
  
}
.pagination__item.active, .pagination__item--dots {
  cursor: default;
  
}
.pagination__item--dots {
  background-color: transparent !important;
  
}
.pagination__item--dots:hover {
  color: #004391;
  
}.plus {
  position: relative;
  width: 15px;
  height: 15px;
  padding: 15px;
  cursor: pointer;
}
.plus:hover:before, .plus:hover:after {
  background-color: #004391;
}
.plus:before, .plus:after {
  content: '';
  position: absolute;
  left: calc(50% - 2px);
  top: calc(50% - 6px);
  right: 0;
  bottom: 0;
  width: 2px;
  height: 15px;
  background-color: #B1B1B1;
  transition: .2s;
}
.plus:before {
  transform: rotate(-45deg);
}
.plus:after {
  transform: rotate(45deg);
}
.plus--cross:before, .plus--cross:after {
  background-color: #004391;
}
.plus--cross:hover:before, .plus--cross:hover:after {
  background-color: #D80037;
}@media print {
  .header__top, .b-search, .city-select, .b-h-feedback__callback, .header__bottom, .b-breadcrumbs, .b-c-card .btn, .b-feedback, .b-modal--route, .footer__top, .copyright__links, .b-search__toggle, .title-1 a, .b-points-of-sale .title-2, .gmnoprint, .gmnoprint.gm-style-cc, .gm-style-cc, .gmnoprint, .gm-svpc, .b-detail .title-2, .b-detail .b-slider__wrap, .b-detail__info, .b-aside__left, .b-about-us .title-2, .b-about-us__management, .b-about-us__production, .b-about-us__img, .b-about-us-hist__show-more, .b-p-d-card__top, .b-p-d-card__row:first-child, .b-count__wrap, .b-count__text, .btn__product, .b-p-d-card__info {
    display: none !important;
  }
  .b-map {
    height: 500px !important;
    margin-bottom: 0;
  }
  .b-c-cards {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
  }
  .b-c-cards .b-c-card {
    width: 100%;
    margin: 0 !important;
    break-inside: avoid;
  }
  .header {
    box-shadow: none;
    position: static !important;
    height: 65px !important;
  }
  .header__middle {
    padding: 0;
  }
  .main {
    padding-top: 0 !important;
  }
  .b-about-us__requisites {
    page-break-before: always;
  }
  .b-about-us__requisites a {
    text-decoration: none;
    color: #292727;
    border-bottom: none;
  }
}
.prompt {
  padding-top: 14px;
  padding-bottom: 18px;
  font-size: 13px;
  line-height: 1.5em;
  color: #607788;
}.hoverShadow, .select-options:before {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}
.select {
  margin-bottom: -8px;
  display: inline-block;
  position: relative;
  height: 22px;
}
.select__wrap {
  position: relative;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select-hidden.inactive + .select-styled {
  pointer-events: none;
  cursor: default;
}
.select-hidden.inactive + .select-styled:after {
  /* Arrow */
  display: none;
}
.select-styled {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  transition: .2s ease-in;
  cursor: pointer;
}
.select-styled:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-left: 5px;
  background-image: url('/local/client/icons/arrow-b.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .2s;
}
.select-styled:hover {
  text-decoration: underline;
}
.select-styled.active:after {
  transform: rotate(180deg);
}
.select-options {
  display: none;
  /*position: absolute !important;*/
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
}
.select-options:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.select-options li {
  margin: 0;
  padding: 12px 15px;
  position: relative;
  background-color: #fff;
  transition: .2s ease-in;
  z-index: 2;
  cursor: pointer;
}
.select-options li:hover {
  background: #F1F7FB;
}
.select-options li[rel="hide"] {
  display: none;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
    color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    /* fixes ie bug (see #392) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.selectize-input.full {
    background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
    display: none;
}

.selectize-input > input:focus {
    outline: none !important;
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, 0.2);
    border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
    padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default;
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68;
}

.selectize-dropdown .active.create {
    color: #495c68;
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
    cursor: text;
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}.shadow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: .3;
  transition: ease .2s;
}.tag {
  width: 100px;
  height: 25px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  pointer-events: none;
  z-index: 2;
}
.tag__wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.tag--sale {
  background-image: url('/local/client/icons/tag-sale.svg');
}
.tag--new {
  background-image: url('/local/client/icons/tag-new.svg');
}
.tag--order {
  background-image: url('/local/client/icons/tag-order.svg');
}
.tag--bestseller {
  background-image: url('/local/client/icons/tag-bestseller.svg');
}/*b-form__section input wrap vertical - middle */
.tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #004391;
  text-align: center;
  font-size: 10px;
  font-weight: 500 !important;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  position: relative;
  cursor: default;
}
.tooltip:hover .tooltip__content {
  opacity: 1;
  visibility: visible;
}
.tooltip__content {
  width: 320px;
  padding: 15px 20px 20px;
  position: absolute;
  left: 31px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(225,237,246,0.85);
  text-align: left;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 1.3;
  color: #212121;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease .3s, visible ease .3s;
  z-index: 2;
}
@media (max-width: 1366px) {
  .tooltip__content {
    width: 290px;
  }
}
@media (max-width: 768px) {
  .tooltip__content {
    width: 205px;
    left: -175px;
    top: 25px;
    transform: translateY(0);
  }
}
.tooltip__content:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: -8px;
  top: calc(50% - 8px);
  transform: rotate(45deg);
  background-color: #E1EDF6;
}
@media (max-width: 768px) {
  .tooltip__content:before {
    left: 85%;
    top: -6px;
  }
}#top-alert {
    color: #004391;
    background-color: white;
    font-size: 14px;
    position: fixed;
    top: 0;
    z-index: 100000;
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 7px 0;
    max-width: 452px;
    margin: auto;
    left: 0;
    right: 0;
    -ms-flex-align: center;
        align-items: center;
    transition: all 0.5s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #CCD9E3;
}
@media (max-width: 600px) {
    #top-alert {
        max-width: 100%;
        padding: 7px 10px;
    }
}
#top-alert.hidden {
    top: -45px;
    transition: all 0.5s;
}
@media (max-width: 600px) {
    #top-alert.hidden {
        top: -53px;
    }
}
.top-alert-icon {
    margin-right: 5px;
    border: 1px solid;
    border-radius: 50%;
    padding: 2px 6px 0 5px;
    text-align: center;
    line-height: 13px;
}
.top-alert-text {
    padding-top:5px;
}
#top-alert-close {
    position: absolute;
    padding-top: 3px;
    right: 10px;
    font-size: 30px;
    top: 0;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    transition: all ease .2s;
    height: 37px;
}
#top-alert-close:hover {
    transform: scale(1.1);
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
    transition: all ease .2s;
}
@media (max-width: 600px) {
    #top-alert-close {
        position: initial;
    }
}
/*!
 * # Semantic UI 2.3.3 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.transition{animation-iteration-count:1;animation-duration:.3s;animation-timing-function:ease;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{animation-play-state:paused}.looping.transition{animation-iteration-count:infinite}.transition.browse{animation-duration:.5s}.transition.browse.in{animation-name:browseIn}.transition.browse.left.out, .transition.browse.out{animation-name:browseOutLeft}.transition.browse.right.out{animation-name:browseOutRight}@keyframes browseIn{0%{transform:scale(.8) translateZ(0);z-index:-1}10%{transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{transform:scale(1) translateZ(0);z-index:999}}@keyframes browseOutLeft{0%{z-index:999;transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{transform-origin:top center;animation-duration:.4s;animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{animation-name:dropIn}.drop.transition.out{animation-name:dropOut}@keyframes dropIn{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes dropOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0)}}.transition.fade.in{animation-name:fadeIn}.transition[class*="fade up"].in{animation-name:fadeInUp}.transition[class*="fade down"].in{animation-name:fadeInDown}.transition[class*="fade left"].in{animation-name:fadeInLeft}.transition[class*="fade right"].in{animation-name:fadeInRight}.transition.fade.out{animation-name:fadeOut}.transition[class*="fade up"].out{animation-name:fadeOutUp}.transition[class*="fade down"].out{animation-name:fadeOutDown}.transition[class*="fade left"].out{animation-name:fadeOutLeft}.transition[class*="fade right"].out{animation-name:fadeOutRight}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10%)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10%)}100%{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(10%)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-10%)}100%{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(5%)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-5%)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(5%)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-5%)}}.flip.transition.in, .flip.transition.out{animation-duration:.6s}.horizontal.flip.transition.in{animation-name:horizontalFlipIn}.horizontal.flip.transition.out{animation-name:horizontalFlipOut}.vertical.flip.transition.in{animation-name:verticalFlipIn}.vertical.flip.transition.out{animation-name:verticalFlipOut}@keyframes horizontalFlipIn{0%{transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes verticalFlipIn{0%{transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes horizontalFlipOut{0%{transform:perspective(2000px) rotateY(0);opacity:1}100%{transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes verticalFlipOut{0%{transform:perspective(2000px) rotateX(0);opacity:1}100%{transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{animation-name:scaleIn}.scale.transition.out{animation-name:scaleOut}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}.transition.fly{animation-duration:.6s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{animation-name:flyIn}.transition[class*="fly up"].in{animation-name:flyInUp}.transition[class*="fly down"].in{animation-name:flyInDown}.transition[class*="fly left"].in{animation-name:flyInLeft}.transition[class*="fly right"].in{animation-name:flyInRight}.transition.fly.out{animation-name:flyOut}.transition[class*="fly up"].out{animation-name:flyOutUp}.transition[class*="fly down"].out{animation-name:flyOutDown}.transition[class*="fly left"].out{animation-name:flyOutLeft}.transition[class*="fly right"].out{animation-name:flyOutRight}@keyframes flyIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}100%{opacity:1;transform:scale3d(1,1,1)}}@keyframes flyInUp{0%{opacity:0;transform:translate3d(0,1500px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}100%{transform:translate3d(0,0,0)}}@keyframes flyInDown{0%{opacity:0;transform:translate3d(0,-1500px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}100%{transform:none}}@keyframes flyInLeft{0%{opacity:0;transform:translate3d(1500px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}100%{transform:none}}@keyframes flyInRight{0%{opacity:0;transform:translate3d(-1500px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}100%{transform:none}}@keyframes flyOut{20%{transform:scale3d(.9,.9,.9)}50%, 55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes flyOutUp{20%{transform:translate3d(0,10px,0)}40%, 45%{opacity:1;transform:translate3d(0,-20px,0)}100%{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes flyOutDown{20%{transform:translate3d(0,-10px,0)}40%, 45%{opacity:1;transform:translate3d(0,20px,0)}100%{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes flyOutRight{20%{opacity:1;transform:translate3d(20px,0,0)}100%{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;transform:translate3d(-20px,0,0)}100%{opacity:0;transform:translate3d(2000px,0,0)}}.transition.slide.in, .transition[class*="slide down"].in{animation-name:slideInY;transform-origin:top center}.transition[class*="slide up"].in{animation-name:slideInY;transform-origin:bottom center}.transition[class*="slide left"].in{animation-name:slideInX;transform-origin:center right}.transition[class*="slide right"].in{animation-name:slideInX;transform-origin:center left}.transition.slide.out, .transition[class*="slide down"].out{animation-name:slideOutY;transform-origin:top center}.transition[class*="slide up"].out{animation-name:slideOutY;transform-origin:bottom center}.transition[class*="slide left"].out{animation-name:slideOutX;transform-origin:center right}.transition[class*="slide right"].out{animation-name:slideOutX;transform-origin:center left}@keyframes slideInY{0%{opacity:0;transform:scaleY(0)}100%{opacity:1;transform:scaleY(1)}}@keyframes slideInX{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:scaleX(1)}}@keyframes slideOutY{0%{opacity:1;transform:scaleY(1)}100%{opacity:0;transform:scaleY(0)}}@keyframes slideOutX{0%{opacity:1;transform:scaleX(1)}100%{opacity:0;transform:scaleX(0)}}.transition.swing{animation-duration:.8s}.transition[class*="swing down"].in{animation-name:swingInX;transform-origin:top center}.transition[class*="swing up"].in{animation-name:swingInX;transform-origin:bottom center}.transition[class*="swing left"].in{animation-name:swingInY;transform-origin:center right}.transition[class*="swing right"].in{animation-name:swingInY;transform-origin:center left}.transition.swing.out, .transition[class*="swing down"].out{animation-name:swingOutX;transform-origin:top center}.transition[class*="swing up"].out{animation-name:swingOutX;transform-origin:bottom center}.transition[class*="swing left"].out{animation-name:swingOutY;transform-origin:center right}.transition[class*="swing right"].out{animation-name:swingOutY;transform-origin:center left}@keyframes swingInX{0%{transform:perspective(1000px) rotateX(90deg);opacity:0}40%{transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{transform:perspective(1000px) rotateX(15deg)}80%{transform:perspective(1000px) rotateX(-7.5deg)}100%{transform:perspective(1000px) rotateX(0)}}@keyframes swingInY{0%{transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{transform:perspective(1000px) rotateY(30deg);opacity:1}60%{transform:perspective(1000px) rotateY(-17.5deg)}80%{transform:perspective(1000px) rotateY(7.5deg)}100%{transform:perspective(1000px) rotateY(0)}}@keyframes swingOutX{0%{transform:perspective(1000px) rotateX(0)}40%{transform:perspective(1000px) rotateX(-7.5deg)}60%{transform:perspective(1000px) rotateX(17.5deg)}80%{transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutY{0%{transform:perspective(1000px) rotateY(0)}40%{transform:perspective(1000px) rotateY(7.5deg)}60%{transform:perspective(1000px) rotateY(-10deg)}80%{transform:perspective(1000px) rotateY(30deg);opacity:1}100%{transform:perspective(1000px) rotateY(-90deg);opacity:0}}.transition.zoom.in{animation-name:zoomIn}.transition.zoom.out{animation-name:zoomOut}@keyframes zoomIn{0%{opacity:1;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes zoomOut{0%{opacity:1;transform:scale(1)}100%{opacity:1;transform:scale(0)}}.flash.transition{animation-duration:750ms;animation-name:flash}.shake.transition{animation-duration:750ms;animation-name:shake}.bounce.transition{animation-duration:750ms;animation-name:bounce}.tada.transition{animation-duration:750ms;animation-name:tada}.pulse.transition{animation-duration:.5s;animation-name:pulse}.jiggle.transition{animation-duration:750ms;animation-name:jiggle}.transition.glow{animation-duration:2s;animation-timing-function:cubic-bezier(.19,1,.22,1)}.transition.glow{animation-name:glow}@keyframes flash{0%, 100%, 50%{opacity:1}25%, 75%{opacity:0}}@keyframes shake{0%, 100%{transform:translateX(0)}10%, 30%, 50%, 70%, 90%{transform:translateX(-10px)}20%, 40%, 60%, 80%{transform:translateX(10px)}}@keyframes bounce{0%, 100%, 20%, 50%, 80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes tada{0%{transform:scale(1)}10%, 20%{transform:scale(.9) rotate(-3deg)}30%, 50%, 70%, 90%{transform:scale(1.1) rotate(3deg)}40%, 60%, 80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(.9);opacity:.7}100%{transform:scale(1);opacity:1}}@keyframes jiggle{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}@keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}}/*!
 * # Semantic UI 2.3.3 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child, .ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"], .ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"], .ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated, .ui.dropdown .menu .item>.icon.floated, .ui.dropdown .menu .item>.image.floated, .ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown.dropdown .menu>.input{width:auto;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button, .ui.dropdown .menu>.input:not(.transparent) .icon, .ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description, .ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag, .ui.dropdown>.text>.icon, .ui.dropdown>.text>.image, .ui.dropdown>.text>.label, .ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag, .ui.dropdown .menu>.item>.icon, .ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>.label, .ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown .menu>.item>.flag, .ui.dropdown .menu>.item>.icon, .ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>.label, .ui.dropdown .menu>.item>img, .ui.dropdown>.text>.flag, .ui.dropdown>.text>.icon, .ui.dropdown>.text>.image, .ui.dropdown>.text>.label, .ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image, .ui.dropdown .menu>.item>img, .ui.dropdown>.text>.image, .ui.dropdown>.text>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before, .ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;transform:rotateZ(0);min-width:14em;min-height:2.71428571em;background:#fff;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:rgba(0,0,0,.87);box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active, .ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon, .ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);transition:opacity .1s ease}.ui.selection.dropdown .menu:after, .ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}.ui.selection.active.dropdown{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon, .ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit}.ui.search.dropdown>input.search{position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search, .ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text, .ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag, .ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:rgba(115,115,115,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown, .ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.multiple.dropdown .dropdown.icon{margin:'';padding:''}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;animation:dropdown-spin .6s linear;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after, .ui.loading.dropdown.button>i.icon:before{display:none}@keyframes dropdown-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text{color:rgba(191,191,191,.87)}.ui.default.dropdown:not(.button)>input:focus~.text, .ui.dropdown:not(.button)>input:focus~.default.text{color:rgba(115,115,115,.87)}.ui.loading.dropdown>.text{transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown .menu .selected.item, .ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error, .ui.dropdown.error>.default.text, .ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu, .ui.dropdown.error>.menu .menu{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown, .ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu, .ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown .menu .left.menu, .ui.dropdown>.left.menu .menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon, .ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text, .ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown, .ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu>.item.item.item, .ui.scrolling.dropdown .menu .item.item.item{border-top:none}.ui.dropdown .scrolling.menu .item:first-child, .ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu, .ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu, .ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:after, .ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;transition:opacity .1s ease}.ui.simple.active.dropdown, .ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu, .ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu, .ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);background:#fff;z-index:2}.ui.pointing.dropdown>.menu:after{top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.pointing.dropdown>.left.menu:after, .ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto!important;right:1em!important;margin:0;transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;transform:rotate(-45deg)}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto!important;right:100%!important;margin:0 1em 0 0}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.pointing.upward.dropdown .menu, .ui.top.pointing.upward.dropdown .menu{top:auto!important;bottom:100%!important;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.pointing.upward.dropdown .menu:after, .ui.top.pointing.upward.dropdown .menu:after{top:100%!important;bottom:auto!important;box-shadow:1px 1px 0 0 rgba(34,36,38,.15);margin:-.25em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 1em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 0 0 1em}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.dropdown>.dropdown.icon{width:auto}.ui.dropdown>.dropdown.icon:before{content:'\F0D7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\F0DA'}.ui.dropdown .item .left.dropdown.icon:before, .ui.dropdown .left.menu .item .dropdown.icon:before{content:"\F0D9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\F0DA"}.ymaps-2-1-74-map-bg {
    background: none !important;
}.back-c {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rouble::after{
  content: '\20BD';
  margin-left: 5px;
}
.hidden {
  display: none;
}
.o-hidden {
  overflow: hidden;
}
.column-2 {
  column-count: 2;
  column-gap: 100px;
}
.covered {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  z-index: 5;
}
.nowrap {
  white-space: nowrap;
}
.bold {
  font-weight: 500;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */.noUi-target, .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin{transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base, .noUi-handle{transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connect{background:#3FB8AF;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);transition:background 450ms}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after, .noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target{cursor:not-allowed}.noUi-pips, .noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large, .noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translate(0,-50%);top:50%;right:120%}/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.datepicker--cells{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:1;flex:1 1 0%;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years, .datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,transform .3s ease,left 0s .3s;z-index:100}.datepicker.-from-top-{transform:translateY(-8px)}.datepicker.-from-right-{transform:translateX(8px)}.datepicker.-from-bottom-{transform:translateY(8px)}.datepicker.-from-left-{transform:translateX(-8px)}.datepicker.active{opacity:1;transform:translate(0);transition:opacity .3s ease,transform .3s ease,left 0s 0s}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover, .datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer{top:calc(100% - 4px);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer{right:calc(100% - 4px);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer{left:calc(100% - 4px);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action, .datepicker--nav-title{display:-ms-flexbox;display:flex;cursor:pointer;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons, .datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-ms-flex:1;flex:1 1 0%;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1 1 0%;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours, .datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-ms-flex:1;flex:1 1 0%;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after, .datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/lsr/components/bitrix/search.title/.default/style.css?16710057572939*/
div.title-search-result {
    background: #FFF;
    display: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 205;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.title-search-result th {
    background-color: #F1F7FB;
    color: #292727;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 14px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}

table.title-search-result td {
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
}

table.title-search-result td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
    vertical-align: top;
    display: block;
}

table.title-search-result td.title-search-item img {
    vertical-align: top;
}

table.title-search-result td.title-search-item b {
    color: #cf0000;
    font-weight: normal;
}

/*table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {*/
    /*background-color: #fff2be;*/
/*}*/

table.title-search-result td.title-search-more {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
}
@media (max-width: 480px) {
    table.title-search-result td.title-search-more {
        padding-left: 5px;
        padding-right: 5px;
    }
}

table.title-search-result td.title-search-more a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 12px;
    color: #212121;
    white-space: normal;
}
table.title-search-result td.title-search-more b {
    color: #D80037;
    font-weight: 400;
}

table.title-search-result td.title-search-all {
    padding-left: 24px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
@media (max-width: 480px) {
    table.title-search-result td.title-search-all {
        padding-left: 5px;
        padding-right: 5px;
    }
}

table.title-search-result td.title-search-all a {
    padding-left: 4px;
    text-decoration: none;
    color: #808080;
}

table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

div.title-search-fader {
    display: none;
    background-image: url('/local/templates/lsr/components/bitrix/search.title/.default/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
/* End */


/* Start:/local/templates/lsr/styles.css?170314404113917*/
.b-sale-card {
  background-color: #fff;
  transition: .2s;
}
.b-sale-card__top {
  width: 100%;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .b-sale-card__top {
    height: 165px;
  }
}
.b-sale-card__bottom {
  padding: 15px 40px 25px;
}
@media (max-width: 1024px) {
  .b-sale-card__bottom {
    padding: 20px 20px 25px;
  }
}
.b-sale-card__title {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .b-sale-card__title {
    margin-bottom: 8px;
  }
}
.b-sale-card__text {
  margin-bottom: 13px;
  font-size: 16px;
}
.b-sale-card__link {
  padding: 13px 25px 10px !important;
}
@media (max-width: 1024px) {
  .b-sale-card__link {
    width: 100%;
  }
}.b-sale__section {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   min-height: 250px;
   margin-bottom: 20px;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background-color: #D80037;
 }
@media (max-width: 768px) {
  .b-sale__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-sale__section-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 60px 40px 50px;
  color: #fff;
}
@media (max-width: 768px) {
  .b-sale__section-left {
    padding: 20px 15px;
  }
}
.b-sale__section-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .b-sale__section-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}
.b-sale__section-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-sale__section-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.b-sale__section-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .b-sale__section-text {
    font-size: 14px;
  }
}






.b-delivery__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 28px 30px 45px 0;
}
@media (max-width: 1024px) {
  .b-delivery__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    padding-left: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .b-delivery__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 15px 36px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.b-delivery__item--main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .b-delivery__item--main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .b-delivery__item--main {
    padding: 28px 12px 40px 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.b-delivery__item--main .b-delivery__title {
  width: 70%;
  font-size: 24px;
  margin-bottom: -14px;
}
@media (max-width: 1024px) {
  .b-delivery__item--main .b-delivery__title {
    width: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .b-delivery__item--main .b-delivery__title {
    font-size: 20px;
  }
}
.b-delivery__icon {
  margin-right: 10px;
  margin-top: 6px;
}
.b-delivery__icon svg {
  width: 43px;
  height: 30px;
}
@media (max-width: 768px) {
  .b-delivery__icon svg {
    width: auto;
  }
}
.b-delivery__icon--car {
  min-width: 43px;
  height: 30px;
  margin-right: 19px;
}
.b-delivery__icon--cargo {
  min-width: 31px;
  height: 33px;
}
.b-delivery__icon--cargo svg {
  width: 31px;
  margin-right: 8px;
  height: 33px;
  margin-top: -4px;
}
.b-delivery__icon--globe {
  min-width: 33px;
  height: 33px;
}
.b-delivery__icon--globe svg {
  width: 33px;
  height: 33px;
  margin-top: -4px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .b-delivery__icon {
    width: 100%;
    margin: 0 0 5px;
  }
}
.b-delivery__link {
  font-size: 15px;
  color: #004391;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .b-delivery__link {
    margin-left: auto;
  }
}
.b-delivery__link svg {
  width: 15px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  border: 1px solid #D80037;
  border-radius: 50%;
  margin-left: 6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: .2s;
}
.b-delivery__link svg path {
  fill: #D80037;
}
.b-delivery__link:hover svg {
  margin-left: 14px;
  margin-right: -4px;
}
.b-delivery__text {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .b-delivery__text {
    max-width: none;
    font-size: 14px;
  }
}
.b-delivery__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .b-delivery__title {
    margin-bottom: 8px;
  }
}







.b-how-to-order {
  padding: 40px 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .b-how-to-order {
    padding: 20px 15px;
  }
}
.b-how-to-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.b-how-to-order__item:not(:last-of-type) {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .b-how-to-order__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.b-how-to-order__num {
  min-width: 40px;
  margin-right: 20px;
  line-height: 40px;
  background-color: #E1EDF6;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .b-how-to-order__num {
    margin-right: 15px;
  }
}
.b-how-to-order__mask {
  position: relative;
  z-index: 1;
}
.b-how-to-order__mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b-how-to-order__text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.b-how-to-order__text > p:last-child {
  margin-bottom: 0 !important;
}
.b-how-to-order__text p {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}
.b-how-to-order__text p a {
  display: inline;
  color: #004391;
  border-bottom: 1px solid #004391;
  transition: .2s;
}
.b-how-to-order__text p a:hover {
  border-color: transparent;
}
.b-how-to-order .b-search {
  display: block !important;
}
@media (max-width: 768px) {
  .b-how-to-order .b-search__inner {
    height: 40px !important;
    position: static !important;
    opacity: 1;
    z-index: 2;
    border: 1px solid #CCD9E3;
  }
}
.b-how-to-order .b-search__form {
  margin: 0 !important;
}
.b-how-to-order .btn__product {
  max-width: 200px;
}
.b-how-to-order .b-order__sum {
  max-width: 290px;
  margin-bottom: 0;
  background-color: #E1EDF6;
}
@media (max-width: 390px) {
  .b-how-to-order .b-order__sum {
    max-width: calc(100% + 60px);
    margin-left: -60px;
  }
}





.b-order__sum {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-order__sum {
    padding: 20px 15px;
  }
}
.b-order__sum-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}
.b-order__sum-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}
.b-order__sum-item span:first-of-type {
  padding-right: 10px;
}
.b-order__sum-item span:last-of-type {
  text-align: right;
  white-space: nowrap;
}
.b-order__sum-text {
  line-height: 1.4;
}
.b-order__sum .btn {
  width: 100%;
  margin: 20px 0 10px;
}
.b-order__sum .b-feedback__privacy {
  margin-right: 0;
}
.b-order__sum .b-feedback__privacy a {
  color: #004391;
}
.btn--blue {
  background-color: #004391;
  color: #fff;
  transition: .2s;
}
.b-about-us__requisites-item span.ya-phone {
	font-weight: 400;
}
.footer_social{
    margin-top: 2rem;
    width: 100%;
}
.footer_social a{
    background-color: transparent;
}
.footer_social a svg{
    margin-right: 15px;
    width: 28px;
    height: 18px;
    transition-property: fill;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    fill: white;
}

.footer_social a:hover svg{
    fill: #ccd9e3;
}

.banner-calc {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

.banner-calc .banner-calc__link {
  display: flex;
  align-items: center;
  height: 72px;
  width: calc(50% - 10px);
  position: relative;
  padding: 0 55px 0 55px;
  background-color: white;
  font-size: 20px;
  font-weight: 500;
  color: #004391;
  transition: color .2s;
}

.banner-calc .banner-calc__link:after,
.banner-calc .banner-calc__link:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.banner-calc .banner-calc__link:after {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="11.5" stroke="%23D80037"/><path d="M10 8L15 12L10 16" stroke="%23D80037" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  right: 15px;
}

.banner-calc .banner-calc__link:before {
  width: 32px;
  height: 32px;
  left: 15px;
}

.banner-calc .banner-calc__link:first-child:before {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_147_7287)"><path d="M6.375 5H25.625C25.9897 5 26.3394 5.14487 26.5973 5.40273C26.8551 5.66059 27 6.01033 27 6.375V13.625C27 13.9897 26.8551 14.3394 26.5973 14.5973C26.3394 14.8551 25.9897 15 25.625 15H16.375C16.0103 15 15.6606 15.1449 15.4027 15.4027C15.1449 15.6606 15 16.0103 15 16.375V25.625C15 25.9897 14.8551 26.3394 14.5973 26.5973C14.3394 26.8551 13.9897 27 13.625 27H6.375C6.01033 27 5.66059 26.8551 5.40273 26.5973C5.14487 26.3394 5 25.9897 5 25.625V6.375C5 6.01033 5.14487 5.66059 5.40273 5.40273C5.66059 5.14487 6.01033 5 6.375 5Z" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 10H8" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 16H9" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 22H8" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 5V8" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 5V9" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 5V8" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_147_7287"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
}

.banner-calc .banner-calc__link:last-child:before {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_147_7272)"><path d="M24.25 5H7.75C6.23122 5 5 6.23122 5 7.75V24.25C5 25.7688 6.23122 27 7.75 27H24.25C25.7688 27 27 25.7688 27 24.25V7.75C27 6.23122 25.7688 5 24.25 5Z" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 22C12.7761 22 13 21.7761 13 21.5C13 21.2239 12.7761 21 12.5 21C12.2239 21 12 21.2239 12 21.5C12 21.7761 12.2239 22 12.5 22Z" fill="%23D80037" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 17C12.7761 17 13 16.7761 13 16.5C13 16.2239 12.7761 16 12.5 16C12.2239 16 12 16.2239 12 16.5C12 16.7761 12.2239 17 12.5 17Z" fill="%23D80037" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.5 22C19.7761 22 20 21.7761 20 21.5C20 21.2239 19.7761 21 19.5 21C19.2239 21 19 21.2239 19 21.5C19 21.7761 19.2239 22 19.5 22Z" fill="%23D80037" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.5 17C19.7761 17 20 16.7761 20 16.5C20 16.2239 19.7761 16 19.5 16C19.2239 16 19 16.2239 19 16.5C19 16.7761 19.2239 17 19.5 17Z" fill="%23D80037" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><rect x="10" y="10" width="12" height="2" fill="%23D80037" stroke="%23D80037" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_147_7272"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
}

.banner-calc .banner-calc__link:hover {
  color: #d80037;
}

@media (max-width: 767px) {
  .banner-calc {
    margin: 20px 0;
  }

  .banner-calc .banner-calc__link {
    width: calc(50% - 15px);
  }

  .banner-calc .banner-calc__link:first-child {
    margin-left: 15px;
    border-right: 1px solid #ccd9e3;
  }

  .banner-calc .banner-calc__link:last-child {
    margin-right: 15px;
    border-right: 1px solid #ccd9e3;
  }
}

@media(max-width: 660px) {
  .banner-calc {
    flex-flow: column;
    align-items: center;
  }

  .banner-calc .banner-calc__link {
    width: calc(100% - 30px);
    border-right: none;
  }

  .banner-calc .banner-calc__link:first-child,
  .banner-calc .banner-calc__link:last-child {
    margin: 0;
  }

  .banner-calc .banner-calc__link:first-child {
    margin-bottom: 24px;
  }
}

@media (min-width: 1201px) {
  .visible-mobile {
    display: none;
  }
}
/* End */


/* Start:/local/templates/lsr/template_styles.css?1752128131246577*/


/* Start:/local/client/build/main.css?1645081430232181*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}*{box-sizing:border-box;outline:none}html{height:100%;overflow-x:hidden}body{font-family:BigCityGrotesquePro,Arial;line-height:1.2;color:#292727;background-color:#ccd9e3;font-size:14px;font-weight:400;overflow:hidden}.container{max-width:1380px;margin:auto;padding:0 40px}@media (max-width:1024px){.container{padding:0 20px}}@media (max-width:768px){.container{padding:0}}@media (max-width:1366px){.container--desktop{padding:0}}h1,h2,h3,h4,h5,h6{margin:0;font-size:medium;font-weight:400}.styled-text h1{display:block;font-size:30px;font-weight:500}@media (max-width:768px){.styled-text h1{font-size:22px}}.title-1{display:-ms-flexbox;display:flex;margin-bottom:20px;position:relative}@media (max-width:768px){.title-1{margin:15px}}.title-1 div,.title-1 h1{display:block;font-size:30px;font-weight:500}@media (max-width:768px){.title-1 div,.title-1 h1{font-size:22px}}.title-1 a{display:none}@media (max-width:1024px){.title-1 a{display:-ms-inline-flexbox;display:inline-flex;margin-right:15px}}.title-1 svg{min-width:19px;max-width:19px;height:30px}@media (max-width:768px){.title-1 svg{height:20px}}.styled-text h2,.title-2{display:inline-block;margin-bottom:20px;font-size:24px;font-weight:500}@media (max-width:768px){.styled-text h2,.title-2{margin:0 15px 17px;font-size:20px}}.styled-text h2 a,.title-2 a{border-bottom:1px solid transparent;transition:.2s}.styled-text h2 a:hover,.title-2 a:hover{color:#d80037;border-color:#d80037}.styled-text h3,.title-3{margin-bottom:20px;font-size:20px;font-weight:500}@media (max-width:768px){.styled-text h3,.title-3{font-size:20px}}.styled-text a{color:#004391;text-decoration:underline}.styled-text a:hover{text-decoration:none}img{max-width:100%;max-height:100%}a{display:inline-block;color:inherit;text-decoration:none}.clearfix:after,.clearfix:before{content:"";display:table;clear:both}ol,ul{list-style-type:none;margin:0;padding:0}input{border:0;box-shadow:none;padding:0}textarea{width:100%;resize:none}[type=submit],button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;outline:none!important;box-shadow:none}[type=submit]:focus,button:focus,input:focus,select:focus,textarea:focus{outline:none!important}button{border:0;box-shadow:none;padding:0}input::-ms-clear{display:none}p{margin:0}.success_cont{margin-bottom:5px;color:#1fa716}.b-m-sale{position:relative}.i-icon{background-repeat:no-repeat;background-position:50%;display:inline-block;vertical-align:middle;width:1em;height:1em;fill:currentColor}@font-face{font-family:BigCityGrotesquePro;src:local("BigCityGrotesquePro-Regular"),url(/local/client/app/fonts/BigCityGrotesquePro-Web-Book.woff2) format("woff2"),url(/local/client/app/fonts/BigCityGrotesquePro-Web-Book.woff) format("woff");font-weight:400}@font-face{font-family:BigCityGrotesquePro;src:local("BigCityGrotesquePro-Medium"),url(/local/client/app/fonts/BigCityGrotesquePro-Web-Medium.woff2) format("woff2"),url(/local/client/app/fonts/BigCityGrotesquePro-Web-Medium.woff) format("woff");font-weight:500}.b-about-us-hist{display:-ms-flexbox;display:flex;height:370px;margin-bottom:45px;background-color:#fff;position:relative;transition:.2s}@media (max-width:600px){.b-about-us-hist{height:510px;margin:0 15px 30px;padding:0 15px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;overflow:hidden}}.b-about-us-hist__slider-wrap{min-width:60px;height:370px;margin-left:40px;padding-top:85px;position:relative}@media (max-width:600px){.b-about-us-hist__slider-wrap{height:280px;margin:-100px 0;padding-top:65px;transform:rotate(90deg) scaleY(-1) translateZ(0)}}.b-about-us-hist__slider{height:200px;transform:translateZ(0);overflow:hidden}@media (max-width:600px){.b-about-us-hist__slider{height:150px}}.b-about-us-hist__slider-inner{display:-ms-flexbox;display:flex;width:60px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;transition:.5s}.b-about-us-hist__slider-inner:before{content:"";width:2px;height:100%;position:absolute;top:0;left:50%;background-color:#e1edf6;transform:translateX(-1px);z-index:0}.b-about-us-hist__slide{display:-ms-flexbox;display:flex;width:50px;height:50px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative;border-radius:50%;background-color:#e1edf6;font-size:10px;font-weight:500;color:#004391;transition:.2s;cursor:pointer;z-index:1}.b-about-us-hist__slide:not(:last-of-type){margin-bottom:20px}@media (max-width:600px){.b-about-us-hist__slide:not(:last-of-type){margin-bottom:10px}}@media (max-width:600px){.b-about-us-hist__slide{width:40px;height:40px;transform:rotate(-90deg) scaleX(-1) translateZ(0);text-align:center}}.b-about-us-hist__slide.active{width:60px;height:60px;background-color:#004391;font-size:12px;color:#fff;cursor:default}@media (max-width:600px){.b-about-us-hist__slide.active{width:50px;height:50px;font-size:14px}}.b-about-us-hist__arrow{width:35px;height:35px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;left:50%;background-color:#e1edf6;border-radius:50%;cursor:pointer;z-index:2;transition:.5s}.b-about-us-hist__arrow:hover{background-color:#004391}.b-about-us-hist__arrow:hover svg path{fill:#fff}.b-about-us-hist__arrow svg path{fill:#004391;transition:.2s}.b-about-us-hist__arrow--prev{top:30px;transform:translateX(-50%) rotate(180deg)}@media (max-width:600px){.b-about-us-hist__arrow--prev{top:20px}}.b-about-us-hist__arrow--next{bottom:30px;transform:translateX(-50%)}@media (max-width:600px){.b-about-us-hist__arrow--next{bottom:20px}}.b-about-us-hist__text-slider{margin:90px 60px 47px 50px;position:relative;overflow:hidden}@media (max-width:600px){.b-about-us-hist__text-slider{margin:0}}.b-about-us-hist__text-slider-inner{transform:translateY(-370px);transition:.5s}@media (max-width:600px){.b-about-us-hist__text-slider-inner{transform:translateY(-445px)}}.b-about-us-hist__text-slide{height:370px;position:relative;overflow:hidden;z-index:1;transition:.2s}@media (max-width:600px){.b-about-us-hist__text-slide{height:375px;margin:15px 0 70px}}.b-about-us-hist__text-slide span{display:block;margin-bottom:20px;font-size:20px;font-weight:500}@media (max-width:600px){.b-about-us-hist__text-slide span{margin-bottom:15px;font-size:18px}}.b-about-us-hist__text-slide p{font-size:16px;line-height:1.5}@media (max-width:600px){.b-about-us-hist__text-slide p{font-size:14px}}.b-about-us-hist__show-more{display:none;position:absolute;bottom:10px;right:20px;font-size:16px;color:#004391;cursor:pointer}.b-about-us-hist__show-more.show{display:block}.b-about-us-hist__show-more.active svg{transform:scaleY(-1)}.b-about-us-hist__show-more svg{width:6px;margin-left:3px;transition:.2s}.b-about-us-hist__show-more svg path{fill:#004391}.b-about-us__management-item:hover,.hoverShadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-about-us__img{height:250px;background-position:50%;background-size:cover;background-repeat:no-repeat}@media (max-width:600px){.b-about-us__img{height:120px}}.b-about-us__management{display:-ms-flexbox;display:flex;margin-left:-20px;margin-bottom:0;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.b-about-us__management{padding:0 15px}}.b-about-us__management-item{margin-left:20px;margin-bottom:20px;width:calc(25% - 20px);background-color:#fff}@media (max-width:1200px){.b-about-us__management-item{width:calc(33.33% - 20px)}}@media (max-width:768px){.b-about-us__management-item{width:calc(50% - 20px)}}@media (max-width:600px){.b-about-us__management-item{width:calc(100% - 20px)}}.b-about-us__management-img{height:240px;background-position:top;background-size:cover;background-repeat:no-repeat;background-color:#fff}@media (max-width:768px){.b-about-us__management-img{height:300px}}.b-about-us__management-title{padding:20px 20px 0;background-color:#fff;font-size:16px;font-weight:500;color:#004391}@media (max-width:768px){.b-about-us__management-title{padding:10px 15px 0}}.b-about-us__management-position{padding:7px 20px 20px;background-color:#fff;color:#b1b1b1}.b-about-us__production{margin-bottom:20px;padding:35px 40px 30px;background-color:#fff}@media (max-width:768px){.b-about-us__production{padding:25px 15px 10px}}.b-about-us__production-slider{width:calc(100% - 110px)}@media (max-width:768px){.b-about-us__production-slider{width:auto}}.b-about-us__production-slider-img{display:-ms-flexbox;display:flex;height:150px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:relative;background-size:cover;background-repeat:no-repeat;background-position:50%}@media (max-width:768px){.b-about-us__production-slider-img{height:235px}}.b-about-us__production-slider-img:hover .b-about-us__production-slider-mask{opacity:1}.b-about-us__production-slider-img:hover .b-about-us__production-slider-mask svg{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1)}.b-about-us__production-slider-img img{opacity:0}.b-about-us__production-slider-mask{width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,.6);opacity:0;transition:.2s}.b-about-us__production-slider-mask svg{width:26px;height:26px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%) translateZ(0) scale(0);transition:.4s}.b-about-us__production-slider-mask img{opacity:0}@media (max-width:768px){.b-about-us__production .swiper-wrapper{padding-bottom:45px}}.b-about-us__production .b-slider__arrow--next,.b-about-us__production .b-slider__arrow--prev{top:50%}.b-about-us__production .b-slider__arrow--prev{right:auto;left:0;transform:translateY(-50%) rotate(-180deg)}.b-about-us__production .b-slider__arrow--next{transform:translateY(-50%)}.b-about-us__requisites{padding:40px 40px 25px;background-color:#fff}@media (max-width:768px){.b-about-us__requisites{padding:20px 15px}}.b-about-us__requisites-item{display:-ms-flexbox;display:flex;margin-bottom:20px}@media (max-width:768px){.b-about-us__requisites-item{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-about-us__requisites span{-ms-flex:1 1 50%;flex:1 1 50%;font-size:16px}@media (max-width:768px){.b-about-us__requisites span{display:block;-ms-flex-preferred-size:100%;flex-basis:100%;font-size:14px}}.b-about-us__requisites span:first-of-type{padding-right:65px;color:#004391;font-weight:500}@media (max-width:768px){.b-about-us__requisites span:first-of-type{margin-bottom:10px}}.b-about-us__requisites a{color:#004391;border-bottom:1px solid #004391;transition:.2s}.b-about-us__requisites a:hover{border-color:transparent}.b-about-us .b-static{margin-bottom:40px}@media (max-width:768px){.b-about-us .b-static{padding:20px}}.b-aside{display:-ms-flexbox;display:flex;margin-bottom:20px}@media (max-width:1024px){.b-aside{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-aside__left{-ms-flex:0 0 277px;flex:0 0 277px;margin-right:30px}@media (max-width:1200px){.b-aside__left{-ms-flex:0 0 220px;flex:0 0 220px;margin-right:20px}}@media (max-width:1024px){.b-aside__left{-ms-flex-preferred-size:100%;flex-basis:100%;margin:20px 0}}@media (max-width:768px){.b-aside__left{-ms-flex:1 1 100%;flex:1 1 100%;margin:0 15px 20px}}.b-aside__content{-ms-flex:1 1 auto;flex:1 1 auto;max-width:calc(100% - 297px);width:calc(100% - 297px)}@media (max-width:1200px){.b-aside__content{max-width:calc(100% - 210px);width:calc(100% - 210px)}}@media (max-width:1024px){.b-aside__content{max-width:100%}}@media (max-width:768px){.b-aside__content>div>.title-3{margin-right:15px;margin-left:15px}}@media (max-width:1024px){.b-aside__left-links{overflow:hidden;transition:.6s}.b-aside__left-links.active{max-height:1000px}}.b-aside__left-link{display:block;padding:20px 15px 20.2px 25px;background-color:#fff;font-size:16px;cursor:pointer;transition:.2s;min-height:61.2px}@media (max-width:768px){.b-aside__left-link{padding:13px 15px 13px 25px}}.b-aside__left-link.active,.b-aside__left-link:hover{color:#004391}.b-aside__left-link.active{font-weight:500}.b-aside__left-link:not(:last-of-type){margin-bottom:1px}.b-aside__left-link--title{display:none;margin-bottom:1px;color:#004391}@media(max-width:1024px){.b-aside__left-link--title{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center}}.b-aside__left-link--title.active svg{transform:rotate(90deg)}.b-aside__left-link--title svg{width:7px;margin-left:auto;transition:.2s}.b-aside__left-link--title svg path{fill:#004391}.b-authorize{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.b-authorize:hover .authorize__icon path{fill:#d80037}.b-authorize__icon{margin-right:10px}.b-authorize__icon path{fill:#ccd9e3;transition:.2s}.b-authorize__container{display:-ms-flexbox;display:flex}.b-authorize__slash{margin:0 10px}.b-breadcrumbs{margin-bottom:20px}@media (max-width:768px){.b-breadcrumbs{display:none}}.b-breadcrumbs__item{display:inline-block;color:#7994a8;font-size:13px;cursor:default}.b-breadcrumbs__item:before{content:"-";padding-right:3px}.b-breadcrumbs__item:first-of-type{padding-left:0}.b-breadcrumbs__item:first-of-type:before{display:none}.b-breadcrumbs__item:last-of-type{color:#536c7d}.b-breadcrumbs__link{cursor:pointer}.b-c-card{padding:20px 30px;background-color:#fff}.b-c-card__title{color:#004391}.b-c-card__item{margin-top:15px}.b-c-card__item-title{margin-bottom:4px;font-size:15px;color:#b1b1b1}.b-c-card__item-content{font-size:16px;line-height:1.5em}.b-c-card__item-content a{cursor:pointer}.b-c-card__item-content a:hover{color:#d80037}.b-c-card .btn{position:absolute;bottom:20px}.b-c-card .btn:hover .i-icon path{fill:#fff;transition:.2s ease}.b-c-card .btn .i-icon{margin-right:5px}.b-c-card .btn .i-icon path{fill:#004391;transition:.2s ease}.b-c-card.region:hover .b-c-card__title .title-3{color:#d80037}.b-c-cards{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-bottom:5px}@media (max-width:768px){.b-c-cards{padding:0 15px}}@media (max-width:600px){.b-c-cards{margin-left:0}}.b-c-cards .b-c-card{width:calc(33.33% - 15px);margin-left:15px;margin-bottom:15px;position:relative;padding-bottom:85px}@media (max-width:1024px){.b-c-cards .b-c-card{width:calc(50% - 15px)}}@media (max-width:600px){.b-c-cards .b-c-card{width:100%;margin-left:0}}.b-c-cards .region{padding-bottom:20px}.b-cart{margin-bottom:20px}.b-cart__head{display:-ms-flexbox;display:flex;padding:15px 0;-ms-flex-pack:justify;justify-content:space-between;font-weight:500;color:#004391;background-color:#e1edf6}@media (max-width:768px){.b-cart__head{display:none}}.b-cart__cell{padding:0 10px;padding-left:30px;-ms-flex:0 0 auto;flex:0 0 auto}@media (max-width:1024px){.b-cart__cell{padding-left:15px}}@media (max-width:768px){.b-cart__cell{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-left:0;padding-right:0}.b-cart__cell:not(:last-child){padding-bottom:20px}.b-cart__cell:not(:first-child){max-width:260px}}.b-cart__cell--product{-ms-flex:0 1 420px;flex:0 1 420px}.b-cart__cell--price{-ms-flex:0 0 170px;flex:0 0 170px}@media (max-width:1024px){.b-cart__cell--price{-ms-flex:0 0 140px;flex:0 0 140px}}.b-cart__cell--total{-ms-flex:0 0 130px;flex:0 0 130px}@media (max-width:1024px){.b-cart__cell--total{-ms-flex:0 0 105px;flex:0 0 105px}}.b-cart__cell--discount{-ms-flex:0 0 85px;flex:0 0 85px}.b-cart__cell--count{-ms-flex:0 0 180px;flex:0 0 180px}@media (max-width:1024px){.b-cart__cell--count{-ms-flex:0 0 145px;flex:0 0 145px}}.b-cart__cell--funcs{-ms-flex:0 0 175px;flex:0 0 175px}@media (max-width:1024px){.b-cart__cell--funcs{-ms-flex:0 0 115px;flex:0 0 115px}}.b-cart__item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:30px 0;background-color:#fff;margin-bottom:1px;position:relative}@media (max-width:1024px){.b-cart__item{padding:20px 0}}@media (max-width:768px){.b-cart__item{position:relative;display:block;padding:35px}}@media (max-width:600px){.b-cart__item{padding:20px 25px 20px 20px}}.b-cart__btns{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-top:38px}@media (max-width:600px){.b-cart__btns{margin-top:21px}}.b-cart__btns--flex-end{-ms-flex-pack:end;justify-content:flex-end}.b-cart__footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:30px 0}@media (max-width:1024px){.b-cart__footer{-ms-flex-align:stretch;align-items:stretch}}@media (max-width:600px){.b-cart__footer{padding-top:22px;-ms-flex-direction:column;flex-direction:column}}@media (max-width:600px){.b-cart__footer .b-s-contacts__row{display:block;-ms-flex-order:1;order:1}.b-cart__footer .b-s-contacts__row .b-s-contacts~.b-s-contacts{margin:20px 0 0}}@media (max-width:768px){.b-cart__footer .b-s-contacts{display:block;//flex-direction:column;//justify-content:center;-ms-flex:0 1 100%;flex:0 1 100%;margin-right:60px}}@media (max-width:600px){.b-cart__footer .b-s-contacts{margin-top:20px;margin-right:0;-ms-flex-order:1;order:1}}@media (max-width:600px){.b-cart__footer .b-s-contacts__title{margin-bottom:5px;font-size:16px;font-weight:100}}.b-cart__footer-inner{margin-left:auto}@media (max-width:768px){.b-cart__footer-inner{-ms-flex:0 0 auto;flex:0 0 auto;margin-left:0}}.b-cart__item-content{-ms-flex:1 1 auto;flex:1 1 auto}@media (max-width:768px){.b-cart__item-content{-ms-flex:0 1 auto;flex:0 1 auto}}.b-cart__item-content__onlypallet{margin:5px 0 0;color:#b1b1b1}.b-cart__item-image{width:120px;-ms-flex:0 0 120px;flex:0 0 120px;max-width:120px;padding-right:35px;font-size:0;display:inline-block}@media (max-width:1024px){.b-cart__item-image{padding-right:15px}}.b-cart__item-btn{padding:15px 0;padding-bottom:0;color:#004391;border-bottom:1px solid;border-color:#004391;transition:.2s ease}@media (max-width:768px){.b-cart__item-btn{padding:12px 0 0}}.b-cart__item-btn:hover{border-color:transparent;transition:.2s ease}.b-cart__item-tite{line-height:1.4em}.b-cart__item-btn-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.b-cart__item-btn-wrap:first-child .b-cart__item-btn{padding-top:0}.b-cart__item-btn-wrap--bid-delete{position:absolute;top:5px;right:5px;width:35px;height:35px;font-size:0;z-index:2}.b-cart__item-btn-wrap--bid-delete a{width:100%;height:100%;border:none}@media (max-width:768px){.b-cart__item-btn-wrap--delete{position:absolute;top:5px;right:5px;width:35px;height:35px;font-size:0;z-index:2}.b-cart__item-btn-wrap--delete .b-cart__item-btn{position:absolute;top:0;right:0;left:0;bottom:0;margin:auto;padding:0;border:none}}@media (max-width:600px){.b-cart__item-btn-wrap--delete{top:0;right:0}}.b-cart__item-btn-wrap .i-icon{margin-right:7px;margin-bottom:3px;color:#ccd9e3}.b-cart__item-btn-wrap .i-icon--delete{height:11px;width:11px}@media (max-width:768px){.b-cart__item-btn-wrap .i-icon--delete{margin-right:0;margin-bottom:0;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;height:15px;width:15px;color:#004391}}.b-cart__item-btn-wrap .i-icon--cart{margin-right:7px;margin-left:-3px;height:15px;width:15px}.b-cart__item-btn-wrap .i-icon--favorites{margin-left:-2px}.b-cart__item-btn-wrap .i-icon--bid-delete{position:absolute;right:4px;top:10px;width:13px;height:13px;color:#004391}.b-cart__btns-right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.b-cart__btns-right{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;width:100%}.b-cart__btns-right .btn{width:100%}}.b-cart__btns-right .i-icon--arrow-l{font-size:.6em;margin-right:15px;margin-top:-3px;transform:rotate(180deg)}.b-cart__btns-right .btn:not(:last-child){margin-right:10px}@media (max-width:1024px){.b-cart__btns-right .btn:not(:last-child){margin-right:0;margin-bottom:15px}}@media (max-width:600px){.b-cart__btns-right .btn:not(:last-child){margin-bottom:10px}}.b-cart__summary{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:9px}.b-cart__summary-title{width:140px;margin-right:32px;font-size:16px}.b-cart__summary-content{font-size:20px}.b-cart__summary-info{-ms-flex:0 0 350px;flex:0 0 350px}@media (max-width:768px){.b-cart__summary-info{-ms-flex:1 1 100%;flex:1 1 100%}}.b-cart__summary-row{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.b-cart__summary-row--big{font-weight:500}@media (max-width:768px){.b-cart__summary-row{-ms-flex-pack:justify;justify-content:space-between}}.b-cart__summary-row:not(:last-child){margin-bottom:12px}.b-cart__item-mobile-title{display:none;color:#004391}@media (max-width:768px){.b-cart__item-mobile-title{display:block;width:110px}}.b-cart-empty{margin-bottom:20px;text-align:center}.b-cart-empty__img{margin-bottom:45px}@media (max-width:768px){.b-cart-empty__img{margin-bottom:20px}}.b-cart-empty__img svg{width:100px;height:90px}.b-cart-empty__img svg path{fill:#e1edf6}.b-cart-empty__text .errortext{font-size:24px;font-weight:500;color:#292727}.b-cart-empty__link{margin-top:40px}@media (max-width:768px){.b-cart-empty__link{margin-bottom:20px}}.b-cart__info{position:absolute;bottom:10px;left:30px;color:#d80037}@media (max-width:1024px){.b-cart__info{left:15px}}@media (max-width:768px){.b-cart__info{position:static}}.b-cart .b-price{margin-bottom:0}@media (max-width:768px){.b-cart .b-price__current{margin-right:0}}@media (max-width:1024px){.b-cart .b-price__current span{font-size:16px}}@media (max-width:1024px){.b-cart .b-count{width:120px}}@media (max-width:1024px){.b-cart .b-count__input{width:35px;font-size:15px}}.b-cart .b-price__current{margin-right:0}.b-cart__item-product{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.b-cart__item-image img{display:block;margin:auto}@media (max-width:760px){.b-cart__item-mobile-title{display:block}}@media (max-width:760px){.b-cart__btns-right{-ms-flex:1 1 auto;flex:1 1 auto}}.b-certificates__section:not(:last-of-type){margin-bottom:30px}.b-certificates__block:not(:last-of-type){margin-bottom:10px}.b-certificates__title{display:-ms-flexbox;display:flex;margin-bottom:1px;padding:20px 25px 21px 30px;-ms-flex-align:center;align-items:center;background-color:#fff;font-size:16px;font-weight:500;cursor:pointer}@media (max-width:768px){.b-certificates__title{padding:20px 15px}}.b-certificates__title.active svg{transform:rotate(90deg)}.b-certificates__title svg{width:7px;margin-left:auto;transition:.2s}.b-certificates__title svg path{fill:#004391}.b-certificates__items{max-height:0;overflow:hidden;transition:max-height .4s}.b-certificates__items.active{max-height:1000px}.b-certificates__item{display:-ms-flexbox;display:flex;padding:0 25px 20px 30px;background-color:#fff;font-size:16px}@media (max-width:768px){.b-certificates__item{margin-bottom:1px;padding:20px 15px;font-size:14px}}.b-certificates__item:first-of-type{padding-top:20px}.b-certificates__item:hover span{color:#d80037}.b-certificates__item span{margin-right:15px;transition:.2s}.b-certificates__item svg{width:20px;margin-left:auto;transition:.2s}.b-certificates__item svg:hover{transform:scale(1.2)}@media (max-width:768px){.b-certificates .title-3{margin-left:15px;margin-right:15px}}.b-checkbox{display:inline-block;vertical-align:middle;width:100%}.b-checkbox__input{display:none}.b-checkbox__input:checked+label:not(.disabled) .b-checkbox__box{transition:all .3s;transition-delay:0s}.b-checkbox__input:checked+label:not(.disabled) .b-checkbox__line:after{transform:scaleY(1)}.b-checkbox__input:checked+label:not(.disabled) .b-checkbox__line--short:after{transition:all .15s;transition-delay:.15s}.b-checkbox__input:checked+label:not(.disabled) .b-checkbox__line--long:after{transition:all .15s;transition-delay:.3s}.b-checkbox__label{display:-ms-flexbox;display:flex;cursor:pointer;margin-bottom:10px}.b-checkbox__label,.b-checkbox__label.start{-ms-flex-align:start;align-items:flex-start}.b-checkbox__label.disabled{cursor:default;opacity:.7}.b-checkbox__box{width:20px;height:20px;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;margin-right:10px;background-color:#fff;border:1px solid #cecece;position:relative;display:block;transition:all .3s;transition-delay:.3s;border-radius:3px}.b-checkbox__text{-ms-flex:1 1 auto;flex:1 1 auto;font-size:16px;color:#000}.b-checkbox__text.light{font-size:15px}.b-checkbox__line{position:absolute;left:6px;bottom:4px;transform-origin:bottom;width:2px}.b-checkbox__line:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;transform:scaleY(0);background-color:#004391}.b-checkbox__line--short{height:6px;transform:rotate(-35deg)}.b-checkbox__line--short:after{transform-origin:top;transition:.15s;transition-delay:.15s}.b-checkbox__line--long{height:11px;transform:rotate(35deg)}.b-checkbox__line--long:after{transform-origin:bottom;transition:.15s;transition-delay:0s}.b-radio{display:inline-block;vertical-align:middle;width:100%;position:relative}@media (max-width:768px){.b-radio--desctop{display:none}.b-radio--desctop.active{display:block}}.b-radio--mail .b-radio__box,.b-radio--phone .b-radio__box{top:5px;transform:none}.b-radio__input{display:none}.b-radio__input:checked+label:not(.disabled) .b-radio__box:after{transform:translateX(-50%) translateY(-50%) scale(1)}.b-radio__label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}.b-radio__label.start{-ms-flex-align:start;align-items:flex-start}.b-radio__label.disabled{cursor:default;opacity:.7}.b-radio__box{display:block;width:20px;height:20px;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;position:absolute;left:-35px;top:50%;background-color:#fff;border-radius:50%;border:1px solid #dcdcdc;transform:translateY(-50%);transition:all .3s}.b-radio__box:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#004391;border-radius:50%;transform:translateX(-50%) translateY(-50%) scale(0);transition:transform .2s}.b-count{width:141px;height:40px;background-color:#fff;border:1px solid #dcdcdc}@media (max-width:768px){.b-count{width:113px}}.b-count--inline{margin-top:10px}.b-count__btn{display:inline-block;min-width:40px;height:40px;background-color:transparent;transition:all .2s ease;position:relative;cursor:pointer}@media (max-width:768px){.b-count__btn{width:30px}}.b-count__btn:before{background-color:#dcdcdc;position:absolute;width:15px;height:3px;content:"";top:0;bottom:0;margin:auto;left:0;right:0}.b-count__btn:hover:after,.b-count__btn:hover:before{transition:all .2s ease;background-color:#004391}.b-count__btn--plus:after{background-color:#dcdcdc;position:absolute;height:15px;width:3px;content:"";top:0;bottom:0;margin:auto;left:0;right:0}.b-count__wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%}.b-count__input-wrap{-ms-flex:auto;flex:auto;text-align:center}.b-count__input-wrap input{width:100%;padding:0;background-color:transparent;font-size:16px;line-height:23px;border:0;text-align:center}@media (max-width:768px){.b-count__input-wrap input{width:60px}}.b-count__text{display:block;margin-top:10px;text-align:center;font-size:12px;color:#b1b1b1}@media (max-width:768px){.b-count__text{display:none}}.b-d-gallery{width:340px;max-width:340px;-ms-flex:0 0 340px;flex:0 0 340px;margin-right:50px}@media (max-width:1366px){.b-d-gallery{width:230px;-ms-flex:0 0 230px;flex:0 0 230px;margin-right:40px}}@media (max-width:1200px){.b-d-gallery{width:340px;-ms-flex:0 0 300px;flex:0 0 300px;margin-right:0;margin-bottom:30px}}@media (max-width:1024px){.b-d-gallery{width:250px;margin-left:auto;margin-right:auto;margin-bottom:20px}}@media (max-width:768px){.b-d-gallery{width:340px;-ms-flex:0 0 270px;flex:0 0 270px;margin-bottom:50px}}@media (max-width:600px){.b-d-gallery{margin-left:auto;margin-right:auto;margin-bottom:0;width:260px;-ms-flex:0 0 250px;flex:0 0 250px}}.b-d-gallery .swiper-slide{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.b-delivery{display:-ms-flexbox;display:flex;margin-bottom:20px}@media (max-width:1024px){.b-delivery{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:768px){.b-delivery{margin-bottom:0}}.b-delivery__item{-ms-flex:0 1 25%;flex:0 1 25%;display:-ms-flexbox;display:flex;background-color:#fff;padding:28px 30px 45px 0}@media (max-width:1024px){.b-delivery__item{-ms-flex:1 1 30%;flex:1 1 30%;padding-left:20px;padding-bottom:20px;-ms-flex-align:center;align-items:center}}@media (max-width:768px){.b-delivery__item{-ms-flex:1 1 100%;flex:1 1 100%;padding:0 15px 36px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-delivery__item--main{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:40px;padding-top:24px}@media (max-width:1024px){.b-delivery__item--main{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:20px;-ms-flex-preferred-size:100%;flex-basis:100%}}@media (max-width:768px){.b-delivery__item--main{padding:28px 12px 40px 15px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.b-delivery__item--main .b-delivery__title{width:70%;font-size:24px;margin-bottom:-14px}@media (max-width:1024px){.b-delivery__item--main .b-delivery__title{width:auto;margin-bottom:0}}@media (max-width:768px){.b-delivery__item--main .b-delivery__title{font-size:20px}}.b-delivery__icon{margin-right:10px;margin-top:6px}.b-delivery__icon svg{width:43px;height:30px}@media (max-width:768px){.b-delivery__icon svg{width:auto}}.b-delivery__icon--car{min-width:43px;height:30px;margin-right:19px}.b-delivery__icon--cargo{min-width:31px;height:33px}.b-delivery__icon--cargo svg{width:31px;margin-right:8px;height:33px;margin-top:-4px}.b-delivery__icon--globe{min-width:33px;height:33px}.b-delivery__icon--globe svg{width:33px;height:33px;margin-top:-4px;margin-right:7px}@media (max-width:768px){.b-delivery__icon{width:100%;margin:0 0 5px}}.b-delivery__link{font-size:15px;color:#004391;white-space:nowrap}@media (max-width:1024px){.b-delivery__link{margin-left:auto}}.b-delivery__link .delivery-link-text{letter-spacing:.3px;text-decoration:none}.b-delivery__link svg{width:15px;height:15px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:3px;border:1px solid #d80037;border-radius:50%;margin-left:6px;transform:rotate(-90deg);transition:.2s}.b-delivery__link svg path{fill:#d80037}.b-delivery__link:hover .delivery-link-text{border-color:transparent}.b-delivery__link:hover svg{margin-left:14px;margin-right:-4px}.b-delivery__text{font-size:16px;line-height:1.4}@media (max-width:768px){.b-delivery__text{max-width:none;font-size:14px}}.b-delivery__title{margin-bottom:12px;font-size:20px;font-weight:500;line-height:1.2}@media (max-width:768px){.b-delivery__title{margin-bottom:8px}}.b-detail{margin-top:28px}.b-detail .title-1{display:none}@media (max-width:768px){.b-detail .title-1{display:-ms-flexbox;display:flex}}.b-detail__info{margin-top:20px}.b-detail__info .title-2{padding:0 40px}@media (max-width:768px){.b-detail__info .title-2{padding:0 25px}}@media (max-width:600px){.b-detail__info .title-2{padding:0}}.b-detail__content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:42px;background-color:#fff}@media (max-width:768px){.b-detail__content{-ms-flex-direction:column;flex-direction:column}}.b-detail__history .title-2{padding:0}.b-detail__description{padding:45px 0;-ms-flex:0 1 100%;flex:0 1 100%}@media (max-width:768px){.b-detail__description{-ms-flex:0 0 auto;flex:0 0 auto}}@media (max-width:600px){.b-detail__description{padding:20px 0 25px}}.b-detail__description .b-static{padding:0 40px}@media (max-width:600px){.b-detail__description .b-static{padding:0 15px}}.b-detail .b-feedback{margin-bottom:20px;margin-top:20px}@media(max-width:768px){.b-detail .b-table__item>span{padding-left:0}.b-detail .b-table__item>span:not(:last-child){padding-right:10px}}@media (max-width:768px){.b-detail .b-slider{padding-bottom:45px}}.b-detail .b-slider__wrap{//padding:0 15px}.b-detail .b-count__wrap{margin-top:10px}@media (max-width:1024px){.b-detail .b-count__wrap{margin-top:0}}#b-detail-1.b-detail .b-detail__history{background:#fff;padding-top:45px}@media(max-width:768px){#b-detail-1.b-detail .b-detail__history{padding-top:20px}}#b-detail-1.b-detail .b-detail__history .title-2{margin-left:40px}@media(max-width:768px){#b-detail-1.b-detail .b-detail__history .title-2{margin:0 15px 17px}}#b-detail-1.b-detail .b-detail__content{margin-bottom:0}#b-detail-1.b-detail .b-p-d-card__bottom{-ms-flex-pack:start;justify-content:flex-start}#b-detail-1.b-detail .b-p-d-card__row{margin-bottom:20px}#b-detail-1.b-detail .b-p-d-card__row .i-icon--point{position:absolute;width:10px;height:100%;top:calc(50% - 22px);left:calc(50% - 70px)}#b-detail-1.b-detail .b-p-d-card__row p{margin-bottom:30px;margin-top:10px}#b-detail-1.b-detail .b-p-d-card__info{margin-top:15px}#b-detail-1.b-detail .b-p-d-card .btn__product{position:relative;width:200px;height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}#b-detail-1.b-detail .btn__cart{border-radius:3px;height:100%;padding:10px 0 5px}.b-faq__section:not(:last-of-type){margin-bottom:30px}.b-faq__block:not(:last-of-type){margin-bottom:10px}.b-faq__title{display:-ms-flexbox;display:flex;margin-bottom:1px;padding:20px 25px 21px 30px;-ms-flex-align:center;align-items:center;background-color:#fff;font-size:16px;font-weight:500;cursor:pointer}@media (max-width:768px){.b-faq__title{padding:20px 15px}}.b-faq__title.active svg{transform:rotate(90deg)}.b-faq__title span{padding-right:15px;width:95%}.b-faq__title svg{width:7px;margin-left:auto;transition:.2s}.b-faq__title svg path{fill:#004391}.b-faq__text-wrap{max-height:0;background-color:#fff;overflow:hidden;transition:max-height .4s}.b-faq__text-wrap.active{max-height:1000px}.b-faq__text{padding:25px 30px 30px;font-size:16px;line-height:23px}@media (max-width:768px){.b-faq__text{padding:20px 15px;font-size:14px}}.b-faq__text a{display:inline;color:#004391;border-bottom:1px solid #004391;transition:.2s}.b-faq__text a:hover{border-color:transparent}.b-faq__btn{width:auto!important;margin-bottom:30px;padding:10px 25px!important}@media (max-width:768px){.b-faq__btn{margin:0 15px 20px;display:-ms-flexbox!important;display:flex!important}}.b-feedback{display:-ms-flexbox;display:flex;margin-bottom:40px;padding:30px 30px 30px 40px;background-color:#e1edf6}@media (max-width:1024px){.b-feedback{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:768px){.b-feedback{padding:27px 15px 30px;margin-bottom:29px}}.b-feedback__title{-ms-flex:1 0 auto;flex:1 0 auto;font-size:24px;font-weight:500;padding-right:30px;line-height:1.4}@media (max-width:1024px){.b-feedback__title{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:25px}}@media (max-width:768px){.b-feedback__title{margin-bottom:15px}}.b-feedback__form{-ms-flex:0 1 948px;flex:0 1 948px}.b-feedback__inner{display:-ms-flexbox;display:flex}@media (max-width:768px){.b-feedback__inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-feedback__inner-left{-ms-flex:0 1 378px;flex:0 1 378px;margin-right:20px}@media (max-width:1024px){.b-feedback__inner-left{-ms-flex:0 1 auto;flex:0 1 auto}}@media (max-width:768px){.b-feedback__inner-left{-ms-flex:0 0 100%;flex:0 0 100%;margin-right:0}}.b-feedback__inner-left span{display:block;font-size:16px;font-weight:500;margin:8px 4px 6px}@media (max-width:768px){.b-feedback__inner-left span{margin:12px 0 13px;font-size:14px}}.b-feedback__inner-right{-ms-flex:0 1 551px;flex:0 1 551px}@media (max-width:1024px){.b-feedback__inner-right{-ms-flex:0 1 auto;flex:0 1 auto}}@media (max-width:768px){.b-feedback__inner-right{-ms-flex:0 0 100%;flex:0 0 100%}}.b-feedback__inner-bottom{display:-ms-flexbox;display:flex;margin-top:11px}@media (max-width:768px){.b-feedback__inner-bottom{margin-top:0;-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-feedback__input,.b-feedback__textarea{width:100%;padding:17px 20px 15px;margin-bottom:10px;border:1px solid #ccd9e3;border-radius:4px}.b-feedback__textarea{height:204px}@media (max-width:768px){.b-feedback__textarea{height:167px}}.b-feedback__privacy{max-width:403px;margin-right:13px;color:#b1b1b1;line-height:1.3}@media (max-width:1024px){.b-feedback__privacy{max-width:none}}@media (max-width:768px){.b-feedback__privacy{margin-right:0}}.b-feedback__privacy a{display:inline;text-decoration:underline;transition:.2s}.b-feedback__privacy a:hover{text-decoration:underline transparent}.b-feedback__btn{width:127px!important;padding:13px 25px 10px!important}@media (max-width:768px){.b-feedback__btn{display:block!important;text-align:center;width:100%!important;margin-top:17px}}.b-feedback__btn svg{min-width:11px;max-width:11px;margin-left:15px;margin-right:-5px;transform:rotate(-90deg)}.b-feedback__toggle{display:none;margin-bottom:15px;-ms-flex-align:center;align-items:center;font-weight:500}@media (max-width:768px){.b-feedback__toggle{display:-ms-flexbox;display:flex}}.b-feedback__toggle>*{cursor:pointer}.b-feedback__toggle.mail i{transform:translateX(13px)}.b-feedback__toggle.mail .b-feedback__toggle-title--phone{color:#292727}.b-feedback__toggle.mail .b-feedback__toggle-title--mail{color:#004391}.b-feedback__toggle-switch{display:-ms-flexbox;display:flex;width:17px;height:8px;margin:0 15px;-ms-flex-align:center;align-items:center;background-color:#7ea0c7;border-radius:4px}.b-feedback__toggle-switch i{width:13px;height:13px;margin-left:-4px;margin-bottom:1px;transition:.2s ease-in-out;display:block;border-radius:50%;background-color:#004391}.b-feedback__toggle-title{padding:10px;margin:-10px;transition:.2s}.b-feedback__toggle-title--phone{color:#004391}@media (min-width:769px) and (max-width:1024px){.b-filter.active{box-shadow:0 0 10px rgba(0,0,0,.16)}}@media (max-width:768px){.b-filter.active{//height:100%;width:100%}}.b-filter__header{margin-bottom:15px;font-size:18px;font-weight:500}@media (max-width:1024px){.b-filter__header{display:-ms-flexbox;display:flex;margin-bottom:0;padding:20px 15px;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff}}.b-filter__item{background-color:#fff;position:relative}.b-filter__title{display:-ms-flexbox;display:flex;padding:15px 20px 10px;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;font-weight:500;cursor:pointer;transition:.4s}@media (max-width:1024px){.b-filter__title{padding-left:15px;padding-right:15px}}.b-filter__title svg{width:10px}.b-filter__title svg path{fill:#004391}.b-filter__title.active{padding-bottom:20px}.b-filter__title.active svg{transform:rotate(180deg)}.b-filter__content{max-height:0;padding:0 20px;overflow:hidden;opacity:0;transition:all .4s 0s,opacity .2s 0s}@media (max-width:768px){.b-filter__content{padding:0 15px}}.b-filter__content.active{margin-bottom:1px;padding-bottom:15px;max-height:1000px;opacity:1;transition:all .4s 0s,opacity .2s .2s}@media (max-width:1024px){.b-filter__content.active{margin-bottom:0;border-bottom:1px solid #ccd9e3}}.b-filter__btns{padding:27px 20px 26px;background-color:#fff}.b-filter__btns .btn{padding:10px;width:100%}.b-filter__btns .btn:first-of-type{margin-bottom:5px}.b-filter__opener{font-size:16px;color:#004391;font-weight:500;cursor:pointer}.b-filter__opener svg{width:20px;margin-right:4px}.b-filter__close{display:none;margin-top:-15px;margin-right:-15px}@media (max-width:1024px){.b-filter__close{display:block}}.b-filter .b-checkbox__label{margin-bottom:5px}.filter__result-wrap{height:0}.filter__result-count{position:absolute;left:-180px;width:180px;padding:12px 40px;background:#004391;font-size:14px;font-weight:500;color:#fff;z-index:2}.filter__result-count span{padding:0 1px}@media (max-width:768px){.filter__result-count{display:none}}.b-form__input,.b-form__textarea{width:100%;padding:16px 20px;margin-bottom:10px;border:1px solid #ccd9e3;border-radius:4px;overflow:hidden;text-overflow:ellipsis;line-height:1}@media (max-width:768px){.b-form__input,.b-form__textarea{margin-bottom:5px}}.b-form__input:-moz-placeholder,.b-form__input:-ms-input-placeholder,.b-form__input::-webkit-input-placeholder,.b-form__textarea:-moz-placeholder,.b-form__textarea:-ms-input-placeholder,.b-form__textarea::-webkit-input-placeholder{color:#b1b1b1}.b-form__textarea{height:167px}.b-form__section{position:relative;margin-bottom:10px}.b-form__section .b-form__input{margin-bottom:0;padding:16px 40px 16px 20px}.b-form__section .b-form__input--margin{margin-bottom:10px}.b-form__section .tooltip{position:absolute;right:15px;top:17px}@media (max-width:1024px){.b-form__section input:focus+.tooltip .tooltip__content{visibility:visible;opacity:1}}.b-form__privacy{color:#b1b1b1;margin-bottom:20px}@media (max-width:768px){.b-form__privacy{margin-bottom:27px}}.b-form__privacy--footer{color:#ebbdbd;margin-bottom:0}.b-form__privacy a{display:inline;text-decoration:underline;transition:.2s}.b-form__privacy a:hover{text-decoration:underline transparent}.b-form__btns{display:-ms-flexbox;display:flex;margin-top:20px;margin-right:-10px;margin-bottom:-10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.b-form__btns>*{width:auto!important;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:10px;margin-bottom:10px;padding:10px 20px!important}@media (max-width:768px){.b-form__submit{width:100%!important}}.b-form__success-result{margin-top:20px;color:#1fa716;text-align:right}@media (max-width:768px){.b-form__success-result{text-align:left}}.b-form__error{position:absolute;color:#d80037;visibility:hidden;opacity:0;transition:.2s}.b-form__error.active{margin-top:-5px;margin-bottom:5px;position:static;visibility:visible;opacity:1}input.error,textarea.error{border-color:#d80037!important;transition:.2s}input.success,textarea.success{border-color:#1fa716!important;transition:.2s}button,input,optgroup,select,textarea{font-family:BigCityGrotesquePro,Arial}.result_cont{color:#1fa716}.errors_cont{color:#d80037}.b-hint{padding:15px 20px;background-color:#fff}.b-hint__title{color:#004391}.b-hint__title .title-3{margin-bottom:10px}.b-hint__item{margin-top:0}.b-hint__item-title{margin-bottom:4px;font-size:15px;color:#b1b1b1}.b-hint__item-content{font-size:16px;line-height:1.5em}.b-hint .btn{margin-top:24px}.b-hint .btn:hover .i-icon path{fill:#fff;transition:.2s ease}.b-hint .btn .i-icon{margin-right:5px}.b-hint .btn .i-icon path{fill:#004391;transition:.2s ease}.b-how-to-order{padding:40px 30px;background-color:#fff}@media (max-width:768px){.b-how-to-order{padding:20px 15px}}.b-how-to-order__item{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.b-how-to-order__item:not(:last-of-type){margin-bottom:45px}@media (max-width:768px){.b-how-to-order__item:not(:last-of-type){margin-bottom:20px}}.b-how-to-order__num{min-width:40px;margin-right:20px;line-height:40px;background-color:#e1edf6;font-weight:500;text-align:center}@media (max-width:768px){.b-how-to-order__num{margin-right:15px}}.b-how-to-order__mask{position:relative;z-index:1}.b-how-to-order__mask:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:2}.b-how-to-order__title{margin-bottom:10px;font-size:20px;font-weight:500;line-height:40px}.b-how-to-order__text{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.b-how-to-order__text>p:last-child{margin-bottom:0!important}.b-how-to-order__text p{display:block;margin-bottom:20px;font-size:16px;line-height:1.3}.b-how-to-order__text p a{display:inline;color:#004391;border-bottom:1px solid #004391;transition:.2s}.b-how-to-order__text p a:hover{border-color:transparent}.b-how-to-order__img{display:-ms-inline-flexbox;display:inline-flex;margin-bottom:20px}@media (max-width:768px){.b-how-to-order__img{display:none}}.b-how-to-order__img--shadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-how-to-order__img-wrap{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-left:-20px}@media (max-width:1200px){.b-how-to-order__img-wrap{display:block}}.b-how-to-order__img-wrap>div{margin-left:20px}.b-how-to-order .b-search{display:block!important}@media (max-width:768px){.b-how-to-order .b-search__inner{height:40px!important;position:static!important;opacity:1;z-index:2;border:1px solid #ccd9e3}}.b-how-to-order .b-search__form{margin:0!important}.b-how-to-order .btn__product{max-width:200px}.b-how-to-order .b-order__sum{max-width:290px;margin-bottom:0;background-color:#e1edf6}@media (max-width:390px){.b-how-to-order .b-order__sum{max-width:calc(100% + 60px);margin-left:-60px}}.b-input:not(:last-child){margin-bottom:20px}.b-input .b-message{color:red;opacity:0;visibility:hidden}.b-input .b-message,.b-input .b-message.active{transition:opacity .2s ease,visibility .2s ease}.b-input .b-message.active{opacity:1;visibility:visible}.b-lk-order__print{margin-left:17px}.b-lk-order__print-container{position:absolute;right:0;top:-55px}@media (max-width:1024px){.b-lk-order__print-container{position:static;width:100%;margin-bottom:20px;text-align:right}}@media (max-width:768px){.b-lk-order__print-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding-right:15px}}@media (max-width:600px){.b-lk-order__print-container{display:block}}.b-lk-order__print:hover span{border-color:transparent}.b-lk-order__print span{border-bottom:1px solid #004391;font-size:16px;color:#004391;transition:.2s}.b-lk-order__print svg{width:20px;height:17px;margin-right:5px}.b-lk-order__print svg *{fill:#004391}.b-lk-order__print-text{display:inline-block;width:240px;margin-right:12px;padding:14px 23px 12px;border-radius:5px;background-color:#e1edf6;font-size:16px;font-weight:500;color:#004391;position:relative}@media (max-width:600px){.b-lk-order__print-text{display:block;margin-right:0;margin-left:auto;margin-bottom:15px}}.b-lk-order__print-text:after{content:"";display:block;width:10px;height:10px;position:absolute;right:0;top:50%;background-color:#e1edf6;transform:translateY(-50%) translateX(50%) rotate(45deg)}@media (max-width:600px){.b-lk-order__print-text:after{right:50%;top:100%}}.b-lk-order__date-select{display:-ms-flexbox;display:flex;margin-bottom:20px;padding:10px 30px;-ms-flex-align:center;align-items:center;background-color:#e1edf6}@media (max-width:768px){.b-lk-order__date-select{padding:10px 15px}}@media (max-width:600px){.b-lk-order__date-select{margin:0 15px 20px;padding:15px 15px 25px;-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-lk-order__date-select span{display:block;margin-right:20px;font-weight:500;color:#004391}@media (max-width:600px){.b-lk-order__date-select span{margin-bottom:15px}}.b-lk-order__date-select input[type=text]{max-width:150px;height:25px;margin-right:10px;text-align:center}@media (max-width:1200px){.b-lk-order__date-select input[type=text]{max-width:135px}}@media (max-width:600px){.b-lk-order__date-select input[type=text]{width:calc(50% - 15px);max-width:calc(50% - 15px);margin-right:auto;margin-bottom:15px;font-size:13px}}.b-lk-order__date-select input[type=text]:nth-of-type(2){margin-left:10px;margin-right:20px}@media (max-width:600px){.b-lk-order__date-select input[type=text]:nth-of-type(2){margin-right:0;margin-left:auto}}.b-lk-order__date-select form{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:600px){.b-lk-order__date-select form{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:600px){.b-lk-order__date-select .btn{min-width:100%}}.b-lk-order__date-select>.btn--small{margin-left:10px;background-color:#fff}@media (max-width:600px){.b-lk-order__date-select>.btn--small{margin-top:10px;margin-left:0}}.b-lk-order__header{display:-ms-flexbox;display:flex;padding:12px 35px 12px 30px;background-color:#e1edf6;font-weight:500;color:#004391}@media (max-width:1200px){.b-lk-order__header{padding:12px 20px 12px 25px}}@media (max-width:768px){.b-lk-order__header{display:none}}.b-lk-order__items{margin-bottom:10px}.b-lk-order__item{display:-ms-flexbox;display:flex;margin-bottom:1px;padding:20px 35px 20px 30px;-ms-flex-align:center;align-items:center;background-color:#fff}@media (max-width:1200px){.b-lk-order__item{padding:20px 20px 20px 25px}}@media (max-width:768px){.b-lk-order__item{padding:20px 15px 30px}}@media (max-width:600px){.b-lk-order__item{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-lk-order__item--no-link{cursor:default}@media (max-width:600px){.b-lk-order__item>div{display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:20px;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:600px){.b-lk-order__item>div>span{font-weight:400}}.b-lk-order__item>div>span:first-of-type{display:none;padding-right:10px;font-weight:500;color:#004391}@media (max-width:600px){.b-lk-order__item>div>span:first-of-type{display:block}}@media (max-width:600px){.b-lk-order__item>div>span:last-of-type{text-align:right;font-size:16px}.b-lk-order__item>div>span:last-of-type sup{font-size:11px}}.b-lk-order__item.active .b-lk-order__type{padding-left:0}@media (max-width:600px){.b-lk-order__item.active .b-lk-order__type{color:initial}}.b-lk-order__item.active .b-lk-order__type span{font-weight:500!important;color:#d80037!important}.b-lk-order__item .b-lk-order__type{padding-left:20px}@media (max-width:1200px){.b-lk-order__item .b-lk-order__type{padding-left:0}}.b-lk-order__item .b-lk-order__type span{font-weight:500}@media (max-width:600px){.b-lk-order__item .b-lk-order__type span{font-weight:400}}.b-lk-order__type{-ms-flex:0 1 225px;flex:0 1 225px;padding-right:10px;white-space:nowrap}@media (max-width:1200px){.b-lk-order__type{-ms-flex:0 0 150px;flex:0 0 150px}}.b-lk-order__date{-ms-flex:0 0 70px;flex:0 0 70px;padding-right:10px}.b-lk-order__sum{-ms-flex:0 1 160px;flex:0 1 160px;margin:0 auto}.b-lk-order__status{-ms-flex:0 1 275px;flex:0 1 275px;padding-right:40px}@media (max-width:1200px){.b-lk-order__status{padding-right:10px}}.b-lk-order__link{display:block;-ms-flex:0 0 85px;flex:0 0 85px;font-size:16px;color:#004391;text-decoration:underline #004391;transition:.2s;cursor:pointer}.b-lk-order__link:hover{text-decoration:underline transparent}.b-lk-order__detail{position:relative}.b-lk-order__detail-product-list{margin-top:30px}@media (max-width:768px){.b-lk-order__detail-product-list{margin-top:20px}}@media (max-width:768px){.b-lk-order__detail .b-cart{padding:0 15px}}.b-lk-order__detail .b-cart__cell--count{-ms-flex-preferred-size:110px;flex-basis:110px}.b-lk-order__detail .b-cart__cell--total{-ms-flex-preferred-size:150px;flex-basis:150px}@media (max-width:1200px){.b-lk-order__detail .b-cart__cell--total{-ms-flex-preferred-size:120px;flex-basis:120px}}@media (max-width:1200px){.b-lk-order__detail .b-cart__item-image{width:90px;-ms-flex-preferred-size:90px;flex-basis:90px;padding-right:10px}}@media (max-width:768px){.b-lk-order__detail .b-cart__footer-inner{width:100%}}.b-lk-personal{display:-ms-flexbox;display:flex;padding:50px 40px 30px;-ms-flex-align:start;align-items:flex-start;background-color:#fff}@media (max-width:768px){.b-lk-personal{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 15px 15px}}.b-lk-personal__form{-ms-flex:0 1 390px;flex:0 1 390px;margin-right:25px}@media (max-width:768px){.b-lk-personal__form{-ms-flex-positive:1;flex-grow:1;margin-right:0}}.b-lk-personal__text{-ms-flex:0 1 496px;flex:0 1 496px;padding:25px 20px 20px 30px;background-color:#ccd9e3;font-size:15px}@media (max-width:768px){.b-lk-personal__text{-ms-flex-order:-1;order:-1;-ms-flex-positive:1;flex-grow:1;margin-bottom:15px}}@media (max-width:600px){.b-lk-personal__text{display:none}}.b-lk-personal__toggle-opener{display:inline-block;border-bottom:1px dashed #004391;font-size:15px;color:#004391;transition:.2s;cursor:pointer}.b-lk-personal__toggle-opener.active{margin-bottom:15px}.b-lk-personal__toggle-opener:hover{border-color:transparent}.b-lk-personal__toggle-block{max-height:0;padding-top:0;padding-bottom:0;overflow:hidden;border:none;opacity:0;transition:.2s,border 0s,opacity 0s}.b-lk-personal__toggle-block.active{max-height:50px;padding-top:20px;padding-bottom:20px;opacity:1;border:1px solid #ccd9e3}.b-lk-personal .b-form__btns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (max-width:1200px){.b-lk-personal .b-form__btns{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:768px){.b-lk-personal .b-form__btns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.b-lk-personal .btn{min-width:0!important}.b-map{height:650px;margin-bottom:48px}@media (max-width:768px){.b-map{margin-bottom:28px}}@media (max-width:600px){.b-map{height:300px}}.b-map img{max-height:none}.b-map .gm-style-iw{max-width:400px;padding:0 14px;padding-top:11px;overflow:visible!important;box-shadow:11px 6px 0 26px #fff}.b-map .gm-style-iw:after{content:"";width:0;height:0;border:22px solid transparent;border-top-color:#fff;position:absolute;top:100%;left:50%;right:50%;z-index:4;margin:auto;transform:translateX(-10px);margin-top:31px}.b-map .gm-style-iw:before{content:"";//position:absolute;//top:100%;//left:-15px;//right:0;//height:33px;//width:calc(100% + 52px);//background-color:#fff}.b-map .gm-style-iw div{overflow:visible!important}.b-map .gm-style-iw .b-c-card{padding:0}.gm-style{font-family:BigCityGrotesquePro,Arial!important}.b-modal{display:none;width:calc(100% - 30px);padding:43px 50px 30px 60px;max-width:500px;margin:20px auto;background-color:#fff;position:relative}@media (max-width:768px){.b-modal{padding:20px 15px}}.b-modal--route{max-width:880px}.b-modal--zoom{padding:30px}.b-modal--zoom .b-modal__close{right:15px;top:15px}.b-modal--video{padding:30px;max-width:620px}.b-modal--video .b-modal__close{right:10px;top:10px}.b-modal--project{margin:15px auto!important;padding:53px 30px 40px!important}@media (max-width:768px){.b-modal--project{padding:30px 15px!important}}.b-modal--project .b-modal__title{margin-bottom:20px;padding:0;font-size:20px;font-weight:500;text-align:left;color:#004391}@media (max-width:768px){.b-modal--project .b-modal__title{margin-bottom:10px;font-size:16px}}.b-modal--project .b-projects__locate{margin-bottom:15px;color:#004391}.b-modal--project .b-projects__locate svg path{fill:#004391}.b-modal--project .b-modal__close{right:20px}@media (max-width:768px){.b-modal--project .b-modal__close{top:5px;right:5px}}.b-modal__title-img{width:100%;height:340px;margin-bottom:20px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media (max-width:768px){.b-modal__title-img{height:220px}}.b-modal__img{text-align:center}@media (max-width:768px){.b-modal__img{overflow-y:hidden;overflow-x:auto}.b-modal__img img{max-height:none;max-width:none}}.b-modal__close{position:absolute!important;right:25px;top:25px}@media (max-width:768px){.b-modal__close{right:15px;top:15px}}.b-modal__content{margin-top:6px}.b-modal__title{margin-bottom:34px;font-size:24px;font-weight:500;text-align:center}@media (max-width:768px){.b-modal__title{margin-bottom:20px;padding:0 35px;font-size:20px}}.b-modal__buttons{display:-ms-flexbox;display:flex}@media (max-width:768px){.b-modal__buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-modal__buttons>*{width:calc(50% - 5px)}@media (max-width:768px){.b-modal__buttons>*{width:100%;margin-bottom:15px}}.b-modal__buttons>:last-child{margin-left:10px}@media (max-width:768px){.b-modal__buttons>:last-child{margin:0}}.b-modal--product{max-width:410px}.b-modal--text-document{max-width:1200px}.b-modal--text-document .b-static{padding:0}.b-modal__product{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.b-modal__product-img{width:100%;height:160px;background-repeat:no-repeat;background-size:contain;background-position:50%}.b-modal__product-title{margin-bottom:10px;font-size:18px;font-weight:500;color:#004391}.b-modal__product .b-sorting__item{margin:0 0 20px}.b-modal__product .btn{width:100%}.b-modal__product .btn:not(:last-of-type){margin-bottom:10px}.b-modal__product .select-options{width:140px!important}.b-modal__register{display:block;margin-top:20px;color:#004391;font-size:14px;text-align:right;text-decoration:underline;transition:.2s}.b-modal__register:hover{text-decoration:underline transparent}.b-modal__text{margin-bottom:10px;line-height:1.4}.b-modal__link{margin-bottom:10px;color:#004391;text-decoration:underline #004391;transition:.2s}.b-modal__link:hover{text-decoration:underline transparent}.b-modal .btn{padding:10px}@media (max-width:768px){.b-modal .btn{width:100%}}.b-modal__submit{display:-ms-flexbox!important;display:flex!important;margin:0 auto}.mfp-container{padding:0!important}.mfp-container .mfp-content .b-modal{display:block}.mfp-fade.mfp-bg{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all .15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.b-nav-down-link{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:100%;padding:7px 0}.b-nav-down-link .i-icon{margin-left:10px;font-size:.7em;color:#004391;transition:.2s ease}.b-nav-down-list{position:relative}@media (max-width:768px){.b-nav-down-list{width:100%!important}}.b-nav-down{position:absolute;z-index:2;background-color:#fff;opacity:0;visibility:hidden}@media (max-width:1200px){.b-nav-down{background-color:transparent}}@media (max-width:768px){.b-nav-down{transition:.2s ease;position:fixed!important;top:110px!important;right:0;bottom:0;left:0!important;padding:0!important;background-color:#fff;overflow-x:auto}}.b-nav-down.visible{opacity:1;visibility:visible}@media (max-width:768px){.b-nav-down.visible{transition:.2s ease}}.b-nav-down .b-nav-down-link{padding:7px 34px}@media (max-width:1024px){.b-nav-down .b-nav-down-link{padding:7px 30px}}.b-nav-down .b-nav-item{margin-left:-1px;border-left:1px solid #ccd9e3}.b-nav-item.active>a,.b-nav-item.active>a .i-icon{color:#d80037}@media (max-width:768px){.b-nav-item{border-top:1px solid #ccd9e3}}@media (max-width:768px){.b-nav-item>a{padding:20px 15px!important}}.b-nav{-ms-flex:0 1 100%;flex:0 1 100%;color:#292727;transition:.2s ease}@media (max-width:1200px){.b-nav{position:absolute;top:100%;left:0;right:0;width:100%;background-color:#fff;z-index:2;opacity:0;visibility:hidden;box-shadow:inset 0 3px 6px rgba(0,0,0,.08),0 3px 6px rgba(0,0,0,.08)}.b-nav.active{opacity:1;visibility:visible;transition:.2s ease}}@media (max-width:768px){.b-nav{position:fixed;top:62px;bottom:0;height:auto;width:100%;overflow-x:auto;box-shadow:none;border-top:1px solid #ccd9e3}}.b-nav__top{display:none;background-color:#fff}@media (max-width:768px){.b-nav__top{display:block;padding:25px 15px}.b-nav__top .city-select{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:15px}.b-nav__top .city-select__title{margin-right:18px}.b-nav__top .city-select__selected{margin-right:10px}}.b-nav__list{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;padding-right:392px;padding-left:25px}@media (max-width:1200px){.b-nav__list{width:25%;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;padding:25px;padding-left:25px;padding-right:0;background-color:#fff;box-shadow:inset 0 10px 13px -8px rgba(0,0,0,.08)}}@media (max-width:768px){.b-nav__list{height:auto;width:100%;padding-left:0;padding-top:0;padding-bottom:0;box-shadow:none}}.b-nav__item{height:100%;-ms-flex:1 1 auto;flex:1 1 auto}@media (max-width:1200px){.b-nav__item{height:auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media (max-width:768px){.b-nav__item{width:100%}}.b-nav__link{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;height:100%;padding:10px 15px;font-weight:500;font-size:16px;transition:.2s}@media (max-width:1200px){.b-nav__link{-ms-flex-pack:justify;justify-content:space-between;font-weight:400}}@media (max-width:768px){.b-nav__link{-ms-flex-pack:justify;justify-content:space-between;font-weight:100}}.b-nav__link>.i-icon{display:none}@media (max-width:1200px){.b-nav__link>.i-icon{display:block;font-size:.7em;margin-left:10px;color:#004391}}.b-nav__link:hover{color:#d80037}.b-nav__down{position:absolute;top:100%;left:0;right:0;padding:25px 0;font-size:16px;box-shadow:inset 0 3px 6px rgba(0,0,0,.08),0 3px 6px rgba(0,0,0,.08)}@media (max-width:1366px){.b-nav__down{padding:25px 5px}}@media (max-width:1200px){.b-nav__down{top:0;left:25%;width:100%;box-shadow:none}}@media (max-width:768px){.b-nav__down{box-shadow:none}}.b-nav__down-2,.b-nav__down-3{left:100%;height:100%;width:100%;top:0;bottom:0;border-left:1px solid #ccd9e3}@media (max-width:768px){.b-nav__down-2,.b-nav__down-3{border-left:none}}.b-nav__down-list{height:100%;width:33.333%}@media (max-width:1200px){.b-nav__down-list{width:25%}}@media (max-width:1366px){.b-nav__down-item{border-left:none!important}}.b-nav.cover{background-color:#fff}.b-nav.cover .b-h-nav{opacity:0}.b-nav .b-h-nav{display:none;font-size:16px;background-color:#ccd9e3}@media (max-width:768px){.b-nav .b-h-nav{display:block;padding:10px 0}}.b-nav .b-h-nav__link{padding:7px 15px}.b-m-news{margin-bottom:20px;position:relative}@media (max-width:768px){.b-m-news{margin-bottom:10px}}.b-m-news__slider{padding-bottom:15px;margin-bottom:-15px}@media (max-width:768px){.b-m-news__slider{padding-bottom:45px}}.b-m-news.b-m-news--stretch .swiper-wrapper{-ms-flex-align:stretch;align-items:stretch}.b-m-news.b-m-news--stretch .swiper-slide{height:auto!important}.b-news-detail__header{position:relative}.b-news-detail__date{position:absolute;top:30px;left:30px;padding:2px 15px;background-color:#fff;font-size:16px;z-index:1}@media (max-width:768px){.b-news-detail__date{top:10px;left:15px}}.b-news-detail__header{background-color:#fff;height:365px;overflow:hidden}@media (max-width:768px){.b-news-detail__header{height:200px}}.b-news-detail__content{padding:45px 30px 40px;background-color:#fff}@media (max-width:768px){.b-news-detail__content{padding:20px 15px}}.b-news-detail__content>p:last-child{margin-bottom:0}.b-news-detail__content p{display:block;margin-bottom:20px;font-size:16px;line-height:1.5}.b-news-detail__content a{display:inline;color:#004391;border-bottom:1px solid #004391;transition:.2s}.b-news-detail__content a:hover{border-color:transparent}.b-news-detail-img{display:-ms-flexbox;display:flex;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:relative}.b-news-detail-img__canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.b-news-detail-img__img{height:100%;width:100%;-o-object-fit:contain;font-family:object-fit\:contain;object-fit:contain;position:relative;z-index:1}.b-news__card:hover,.hoverShadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-news__header{display:-ms-flexbox;display:flex;margin-bottom:10px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.b-news__header{padding:0 15px}}.b-news__header--date{margin-bottom:20px;padding:10px 10px 0 30px;background-color:#e1edf6}@media (max-width:600px){.b-news__header--date{padding:10px 15px 0}}.b-news__header--date span{display:block;margin-right:20px;margin-bottom:10px;line-height:20px}.b-news__header-date{margin-right:20px;margin-bottom:10px;padding:2px 25px;border:2px solid transparent;background-color:#fff}@media (max-width:600px){.b-news__header-date{padding:2px 20px}}.b-news__header-date.active{border-color:#d80037}.b-news__header .btn{min-width:0;margin-right:10px;margin-bottom:10px;padding:10px 15px}.b-news__grid{display:-ms-flexbox;display:flex;margin-left:-20px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.b-news__grid{padding:0 15px}}@media (max-width:600px){.b-news__grid{padding:0}}.b-news__grid>*{margin-left:20px;margin-bottom:20px;-ms-flex-preferred-size:calc(33.33% - 20px);flex-basis:calc(33.33% - 20px);max-width:calc(33.33% - 20px)}@media (max-width:768px){.b-news__grid>*{-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:600px){.b-news__grid>*{-ms-flex-preferred-size:calc(100% - 20px);flex-basis:calc(100% - 20px);max-width:calc(100% - 20px)}}.b-news__card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:170px;padding:20px 30px 25px;background-color:#fff;transition:.3s}@media (max-width:1024px){.b-news__card{padding:20px 20px 25px}}@media (max-width:768px){.b-news__card{padding:17px 14px 28px}}.b-news__card:hover .b-news__title{color:#d80037}.b-news__title{margin-bottom:15px;max-height:109px;color:#004391;font-size:18px;font-weight:500;overflow:hidden;transition:.2s}.b-news__date{margin-top:auto}.b-news__image{margin:-20px -30px 18px;height:200px;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:50%}.b-news__image img{width:100%;height:auto}@media (max-width:1024px){.b-news__image{margin:-20px -20px 18px}}@media (max-width:768px){.b-news__image{margin:-17px -14px 16px}}@media (max-width:600px){.b-news__image{height:auto}}@media (max-width:600px){.b-news__image.d-mobile-none{display:none}}.b-news__image.d-mobile{display:none}@media (max-width:600px){.b-news__image.d-mobile{display:block}}.b-news__image~.b-news__title{margin-bottom:24px}.b-order{display:-ms-flexbox;display:flex}@media (max-width:1024px){.b-order{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:768px){.b-order{padding:0 15px}}.b-order__content{-ms-flex:1 1 auto;flex:1 1 auto;margin-right:20px;width:calc(100% - 287px)}@media (max-width:1024px){.b-order__content{margin-right:0}}.b-order__container{display:-ms-flexbox;display:flex;background-color:#fff;padding:35px 40px;width:100%}@media(max-width:600px){.b-order__container{display:block;padding:20px}}.b-order__container .b-order__authorize{width:50%;padding:0;margin-right:130px}@media(max-width:1200px){.b-order__container .b-order__authorize{margin-right:70px}}@media(max-width:768px){.b-order__container .b-order__authorize{margin-right:50px}}@media(max-width:600px){.b-order__container .b-order__authorize{width:100%;margin-right:0;margin-left:0}}.b-order__container .b-order__authorize-inner{-ms-flex-direction:column;flex-direction:column}.b-order__container .b-order__authorize-form{margin-right:0;width:100%;-ms-flex:0 1 390px;flex:0 1 390px}@media(max-width:1200px){.b-order__container .b-order__authorize-form{-ms-flex:0 1 390px;flex:0 1 390px;margin-bottom:0}}@media(max-width:600px){.b-order__container .b-order__authorize-form{-ms-flex:0 1 270px;flex:0 1 270px;min-width:100%}}.b-order__container .b-order__authorize-text{-ms-flex:0 1 auto;flex:0 1 auto}.b-order__container .b-order__authorize-text,.b-order__container .b-order__registration-text{background:#e1edf6;padding:20px;font-size:15px;line-height:25px;color:#292727;min-height:190px;width:100%}.b-order__container .b-registration{width:50%}@media(max-width:600px){.b-order__container .b-registration{width:100%}}.b-order__container .b-registration__left{-ms-flex-direction:column;flex-direction:column;padding:0;margin-right:0;width:100%}.b-order__container .b-registration__left-form{margin-right:0;-ms-flex:0 1 390px;flex:0 1 390px;width:100%}@media(max-width:1200px){.b-order__container .b-registration__left-form{-ms-flex:0 1 390px;flex:0 1 390px}}.b-order__container .b-registration__left-form .b-form__text{font-size:14px;color:rgba(41,39,39,.5);margin-bottom:20px}.b-order__container .b-form__section .b-form__input{margin-bottom:10px}.b-order__sidebar{-ms-flex:0 0 287px;flex:0 0 287px;margin-bottom:20px;position:relative}@media (max-width:1024px){.b-order__sidebar{-ms-flex-preferred-size:100%;flex-basis:100%}}.b-order__side-wrap{display:block}@media (min-width:1025px){.b-order__side-wrap.fixed{width:287px;position:fixed;top:0}}@media (min-width:1025px){.b-order__side-wrap.bottom-fixed{position:absolute;bottom:0;width:287px}}.b-order__authorize{margin-bottom:20px;padding:30px 40px 50px;background-color:#fff}@media (max-width:1024px){.b-order__authorize{padding:22px 15px 20px}}@media (max-width:768px){.b-order__authorize{margin-left:-15px;margin-right:-15px}}.b-order__authorize-inner{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}@media (max-width:768px){.b-order__authorize-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-order__authorize-form{-ms-flex:0 1 390px;flex:0 1 390px;min-width:240px;margin-right:25px}@media (max-width:768px){.b-order__authorize-form{-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:0;margin-bottom:20px}}.b-order__authorize-text{-ms-flex:0 1 498px;flex:0 1 498px;padding:33px 27px 40px 33px;background-color:#ccd9e3;font-size:15px;line-height:1.6}@media (max-width:768px){.b-order__authorize-text{-ms-flex-preferred-size:100%;flex-basis:100%;padding:20px 15px}}.b-order__authorize-text a{display:inline;color:#004391;border-bottom:1px solid #004391;transition:.2s}.b-order__authorize-text a:hover{border-color:transparent}.b-order__product-list,.b-order__sum{margin-bottom:20px}.b-order__sum{padding:30px;background-color:#fff}@media (max-width:1024px){.b-order__sum{padding:20px 15px}}.b-order__sum-title{margin-bottom:18px;font-size:18px;font-weight:500}.b-order__sum-item{display:-ms-flexbox;display:flex;margin-bottom:13px;-ms-flex-pack:justify;justify-content:space-between;font-weight:500}.b-order__sum-item span:first-of-type{padding-right:10px}.b-order__sum-item span:last-of-type{text-align:right;white-space:nowrap}.b-order__sum-text{line-height:1.4}.b-order__sum .btn{width:100%;margin:20px 0 10px}.b-order__sum .b-feedback__privacy{margin-right:0}.b-order__sum .b-feedback__privacy a{color:#004391}.b-order__finish{margin-bottom:55px;padding:32px 32px 22px;background-color:#fff}@media (max-width:768px){.b-order__finish{margin-left:-15px;margin-right:-15px;padding:22px 15px 20px;margin:0 15px 30px;padding:0;background-color:transparent}}.b-order__finish p{display:block;margin-bottom:20px;font-size:16px;line-height:1.4}@media (max-width:768px){.b-order__finish p{line-height:1.5}}.b-order__finish p a{text-decoration:underline}.b-order__finish p a:hover{text-decoration:none}@media (max-width:768px){.b-order__finish br{display:none}}.b-order__finish-title{margin-bottom:16px;font-size:20px;font-weight:500}@media (max-width:768px){.b-order__finish-title{font-size:18px;margin-bottom:12px}}.b-order__finish-info{display:-ms-flexbox;display:flex}.b-order__finish-info-desktop{margin-bottom:0!important}@media (max-width:768px){.b-order__finish-info-desktop{display:none!important}}.b-order__finish-info svg{min-width:22px;height:22px;margin-right:10px;margin-top:3px}.b-order__back{display:-ms-inline-flexbox;display:inline-flex;margin-bottom:40px;padding:11px 35px 11px 15px;-ms-flex-align:center;align-items:center;background-color:#e1edf6;border-radius:4px;color:#004391;cursor:pointer;transition:.2s}@media (max-width:768px){.b-order__back{display:-ms-flexbox;display:flex;margin:0 15px 20px}}.b-order__back:hover{background-color:#004391;color:#fff}.b-order__back:hover svg path{fill:#fff}.b-order__back svg{width:5px;margin-right:15px;transform:rotate(180deg)}.b-order__back svg path{fill:#004391;transition:.2s}.b-order__delivery{margin-bottom:20px;padding:33px 40px 37px;background-color:#fff}@media (max-width:1024px){.b-order__delivery{padding:22px 15px 20px}}@media (max-width:768px){.b-order__delivery{margin-left:-15px;margin-right:-15px}}.b-order__delivery-head{margin-bottom:30px}.b-order__delivery-head a{margin:0 40px 10px 30px;position:relative}.b-order__delivery-head a .b-radio__box{left:-30px}@media (max-width:768px){.b-order__delivery-head a .b-radio__box{display:block!important}}.b-order__delivery-input-wrap{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.b-order__delivery-input-block{width:auto}.b-order__delivery-input-block:first-of-type{-ms-flex:0 1 350px;flex:0 1 350px;margin-right:20px}@media (max-width:600px){.b-order__delivery-input-block:first-of-type{-ms-flex-preferred-size:100%;flex-basis:100%;margin-right:0}}.b-order__delivery-input-block:last-of-type{-ms-flex:0 0 135px;flex:0 0 135px}@media (max-width:600px){.b-order__delivery-input-block:last-of-type{-ms-flex-preferred-size:100%;flex-basis:100%}}.b-order__delivery-input-block:last-of-type input{text-align:left}@media (max-width:600px){.b-order__delivery-input-block:last-of-type input{text-align:left}}.b-order__delivery-input-text{margin-top:10px;font-size:12px;color:#b1b1b1}.b-order__delivery .b-form__error.active{margin-top:0}.b-order__comment{display:-ms-flexbox;display:flex;margin-top:-19px;margin-bottom:20px;padding:30px 30px 40px 40px;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff}@media (max-width:1024px){.b-order__comment{padding:20px 15px}}.b-order__comment .btn{margin-left:auto;margin-top:15px}.b-order .b-cart{margin-bottom:0}@media (max-width:1200px){.b-order .b-cart__item-image{width:90px;-ms-flex-preferred-size:90px;flex-basis:90px;padding-right:10px}}@media (max-width:1200px){.b-order .b-cart__cell--price{-ms-flex-preferred-size:160px;flex-basis:160px}}@media (max-width:1200px){.b-order .b-cart__cell--count{-ms-flex-preferred-size:110px;flex-basis:110px}}.b-order .b-cart__cell--total{-ms-flex-preferred-size:150px;flex-basis:150px}@media (max-width:1200px){.b-order .b-cart__cell--total{-ms-flex-preferred-size:120px;flex-basis:120px}}.b-p-d-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex:0 0 410px;flex:0 0 410px;margin-right:30px;background-color:#fff}@media (max-width:1200px){.b-p-d-card{max-height:475px}}@media (max-width:1024px){.b-p-d-card{margin-right:20px}}@media (max-width:768px){.b-p-d-card{-ms-flex-order:1;order:1;margin-right:0}}.b-p-d-card__title{font-size:18px;font-weight:500}.b-p-d-card__top{padding:19px 39px;font-size:18px;line-height:1.4em;border-bottom:1px solid #ccd9e3}@media (max-width:1024px){.b-p-d-card__top{padding:19px 30px}}@media (max-width:768px){.b-p-d-card__top{display:none}}.b-p-d-card__bottom{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;padding:30px 40px;-ms-flex:1 1 0%;flex:1 1 0%}@media (max-width:1024px){.b-p-d-card__bottom{padding:20px 30px}}@media (max-width:600px){.b-p-d-card__bottom{padding:20px 15px}}.b-p-d-card__info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.b-p-d-card__info .i-icon{margin-right:15px;-ms-flex:0 0 auto;flex:0 0 auto}.b-p-d-card__info .i-icon--car{height:30px;width:35px}.b-p-d-card__info .i-icon--certificates{height:23px;width:34px}.b-p-d-card__row{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end}@media (max-width:768px){.b-p-d-card__row{margin-bottom:30px}}.b-p-d-card__row .btn__product .btn__cart{height:50px;font-weight:500;color:#fff;background-color:#004391}.b-p-d-card__row .btn__product .btn__cart:hover{color:#fff;background-color:#d80037}.b-p-d-card__row .btn__product .btn__favorites{height:50px;-ms-flex:0 0 50px;flex:0 0 50px;background-color:#004391}.b-p-d-card__row .btn__product .btn__favorites:hover{background-color:#d80037}.b-p-d-card__row .btn__product .btn__favorites:hover svg path,.b-p-d-card__row .btn__product .btn__favorites svg path{fill:#fff}.b-p-d-card__cell{width:100%}.b-p-d-card__cell--inputs{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;width:auto}.b-p-d-card__cell--inputs .b-radio:first-child{margin-right:20px}.b-p-d-card__cell:nth-child(2){-ms-flex:0 0 145px;flex:0 0 145px}.b-p-d-card__cell .b-sorting__item{-ms-flex-pack:justify;justify-content:space-between;margin-left:0}.b-p-d-card__cell .b-sorting__title{font-weight:100;color:#292727}.b-p-d-card__cell .select__wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:42px;width:145px;border:1px solid;border-color:#dcdcdc;transition:.2s ease}.b-p-d-card__cell .select__wrap:hover{border-color:#004391;transition:.2s ease}.b-p-d-card__cell .select{height:100%;width:100%;margin-bottom:0}.b-p-d-card__cell .select-styled{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 12px}.b-p-d-card__cell .select-styled:hover{text-decoration:none}.b-p-d-card__cell .select-styled:after{background-image:url(/local/client/icons/arrow-b-black.svg)}.b-p-d-card__cell .b-count__wrap{border:1px solid;border-color:#dcdcdc}.b-p-d-card .b-price__text{text-align:left}.b-p-d-card .b-radio__label{padding-left:30px}.b-p-d-card .b-radio__box{left:0}.b-p-d-card .btn__product{width:100%}.b-p-d-card .b-sorting__title{font-weight:500}@media (max-width:768px){.b-p-d-card .b-count__text,.b-p-d-card .b-price__text{display:block}}.b-p-d-info{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;min-height:473px;-ms-flex:0 1 100%;flex:0 1 100%;padding:30px 40px;padding-right:70px;padding-top:77px;background-color:#fff}@media (max-width:1366px){.b-p-d-info{padding-right:40px}}@media (max-width:1200px){.b-p-d-info{padding:40px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}}@media (max-width:1024px){.b-p-d-info{padding:40px 30px;padding-top:50px}}@media (max-width:768px){.b-p-d-info{-ms-flex:0 0 auto;flex:0 0 auto}}@media (max-width:600px){.b-p-d-info{padding:20px 15px;padding-top:45px}}.b-p-d-info .tag__wrap{top:10px}.b-p-d-info .b-table{-ms-flex:0 1 100%;flex:0 1 100%}@media (max-width:1200px){.b-p-d-info .b-table{-ms-flex:0 0 auto;flex:0 0 auto}}.b-p-detail{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:43px}@media (max-width:768px){.b-p-detail{-ms-flex-direction:column;flex-direction:column}}.b-points-of-sale .b-feedback{margin-bottom:20px}.b-price{display:-ms-flexbox;display:flex;margin-bottom:19px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap}.b-price--column-reverse{margin-bottom:0;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.b-price--column-reverse .b-price__old{margin-bottom:2px;font-size:16px}@media (max-width:768px){.b-price--column-reverse .b-price__old{font-size:14px}}.b-price--column-reverse .b-price__old sup{font-size:10px}@media (max-width:768px){.b-price--column-reverse .b-price__old sup{font-size:8px}}.b-price--column-reverse .b-price__current{font-size:19px;font-weight:500}@media (max-width:768px){.b-price--column-reverse .b-price__current{font-size:14px}}.b-price--column-reverse .b-price__current span{font-size:26px}@media (max-width:768px){.b-price--column-reverse .b-price__current span{font-size:18px}}.b-price--column-reverse .b-price__current sup{font-size:16px}@media (max-width:768px){.b-price--column-reverse .b-price__current sup{font-size:10px}}.b-price__current{margin-right:10px;white-space:nowrap;font-weight:500}.b-price__current span{font-size:20px;margin-right:10px;font-weight:500}@media (max-width:768px){.b-price__current span{font-size:18px}}.b-price__current sup{font-size:12px}@media (max-width:768px){.b-price__current sup{font-size:10px}}.b-price__current.action{color:#d80037}.b-price__old{display:inline-block;margin-right:10px;position:relative;opacity:.37}@media (max-width:768px){.b-price__old{margin-right:0}}.b-price__old:after{content:"";width:100%;height:1px;position:absolute;top:40%;left:0;background-color:#292727}.b-price__old span{font-size:15px}@media (max-width:768px){.b-price__old span{font-size:10px;font-size:13px}}.b-price__old sup{font-size:11px}@media (max-width:768px){.b-price__old sup{font-size:9px}}.b-price__text{display:block;margin-top:8px;text-align:center;font-size:12px;color:#b1b1b1}@media (max-width:768px){.b-price__text{display:none}}.b-product-inline:hover,.hoverShadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-product-inline{display:-ms-flexbox;display:flex;margin-bottom:1px;background-color:#fff;transition:box-shadow .2s}@media (max-width:768px){.b-product-inline{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}}.b-product-inline:hover{position:relative;z-index:2}.b-product-inline__left{-ms-flex:0 0 208px;flex:0 0 208px;position:relative;padding:15px 20px}@media (max-width:768px){.b-product-inline__left{height:205px;-ms-flex-preferred-size:100%;flex-basis:100%}}.b-product-inline__img{width:100%;height:220px;background-size:contain;background-repeat:no-repeat;background-position:top}@media (max-width:768px){.b-product-inline__img{height:175px}}.b-product-inline__img:hover .b-product__slider-mask{opacity:1}.b-product-inline__img:hover .b-product__slider-mask svg{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1)}.b-product-inline__content{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;padding:26px 40px 0 0;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.b-product-inline__content{padding:0 15px}}.b-product-inline__content-inner{display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.b-product-inline__title{-ms-flex:0 1 354px;flex:0 1 354px;font-size:16px;line-height:1.4}@media (max-width:768px){.b-product-inline__title{font-size:14px}}.b-product-inline__actions{-ms-flex:0 1 328px;flex:0 1 328px;padding-bottom:28px}@media (max-width:768px){.b-product-inline__actions{-ms-flex-positive:1;flex-grow:1}}.b-product-inline__actions-top{display:-ms-flexbox;display:flex;padding-top:6px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end}@media (max-width:768px){.b-product-inline__actions-top .b-count__text,.b-product-inline__actions-top .b-price__text{display:block}.b-product-inline__actions-top .b-price__text{text-align:left}}.b-product-inline__actions-top .b-count--inline{border:none;height:auto}.b-product-inline__actions-top .b-count--inline .b-count__wrap{border:1px solid #dcdcdc}.b-product-inline__price{padding-right:10px}.b-product-inline .b-table{-ms-flex:0 1 355px;flex:0 1 355px;padding:26px 20px 28px 0}@media (max-width:768px){.b-product-inline .b-table{-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:0}}.b-product-inline .btn__cart{margin-right:1px!important}@media (max-width:768px){.b-product-inline .b-count__input-wrap input{width:50px}}@media (max-width:768px){.b-product-inline .b-count__btn{min-width:25px;width:25px}}.b-product-tc:hover,.hoverShadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-product-tc{display:-ms-flexbox;display:flex;margin-bottom:1px;-ms-flex-align:center;align-items:center;background-color:#fff;transition:box-shadow .2s}@media (max-width:768px){.b-product-tc{background-color:transparent;box-shadow:none!important}}.b-product-tc:hover{position:relative;z-index:2}.b-product-tc__title{padding-top:26px;padding-bottom:21px;font-size:16px;line-height:1.5}@media (max-width:768px){.b-product-tc__title{padding:26px 25px 13px 15px}}.b-product-tc .b-catalog-table__checkbox{display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-align:center;align-items:center;background-color:#e1edf6}@media (max-width:768px){.b-product-tc .b-catalog-table__checkbox{background-color:transparent}}.b-product-tc .b-sorting__item{margin-bottom:25px;margin-left:0}@media (max-width:768px){.b-product-tc .b-sorting__item{padding:0 15px}}.b-product-tc .b-checkbox{height:100%}.b-product-tc .b-checkbox__label{-ms-flex-align:center;align-items:center;height:100%;margin-bottom:0}@media (max-width:1200px){.b-product-tc .btn__cart{max-width:158px;width:80px}}@media (max-width:768px){.b-product-tc .btn__cart{max-width:100%}}@media (max-width:768px){.b-product-tc .b-count__btn{min-width:20px}}@media (max-width:768px){.b-product-tc .b-catalog-table__value .b-count__input-wrap input{width:35px}}.b-product:hover,.hoverShadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-product{display:-ms-flexbox;display:flex;margin:0 0 1px 1px;padding:15px 30px 30px;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;background-color:#fff;transition:box-shadow .2s;z-index:1}.b-product:hover{z-index:2}@media (max-width:600px){.b-product{margin-bottom:20px}}.b-product__img{display:block;width:100%;height:172px;margin-bottom:3px;background-position:50%;background-repeat:no-repeat;background-size:contain}.b-product__img--center{display:block;margin:0 auto}.b-product__img:hover .b-product__slider-mask{opacity:1}.b-product__img:hover .b-product__slider-mask svg{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1)}.b-product__title{margin-bottom:19px;line-height:1.4;max-height:116px;overflow:hidden;transition:.2s}.b-product .b-price{-ms-flex-align:center;align-items:center;margin-top:auto}.b-product .btn__product{margin-top:0}.b-product__slider-mask{width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,.6);opacity:0;transition:.2s}.b-product__slider-mask svg{width:26px;height:26px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%) translateZ(0) scale(0);transition:.4s}a.b-product__title:hover{color:#d80037}@media (max-width:768px){.b-m-projects{margin-bottom:6px}}.b-m-projects .swiper-wrapper{display:block}@media (max-width:768px){.b-m-projects .swiper-wrapper{display:-ms-flexbox;display:flex}}.b-m-projects__item{display:-ms-flexbox;display:flex;width:25%!important;height:440px!important;-ms-flex-line-pack:end;align-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:27px 30px;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff;z-index:1}@media (max-width:1024px){.b-m-projects__item{padding-left:20px;padding-right:20px}}@media (max-width:768px){.b-m-projects__item{width:100%!important;padding:15px!important}}@media (max-width:600px){.b-m-projects__item{height:216px!important}}.b-m-projects__item:first-of-type{padding:30px 30px 35px;width:50%!important;float:left}@media (max-width:1024px){.b-m-projects__item:first-of-type{padding:30px 20px 35px}}@media (max-width:768px){.b-m-projects__item:first-of-type{width:100%!important}}.b-m-projects__item:first-of-type .b-m-projects__title{margin-bottom:15px;font-size:24px}@media (max-width:768px){.b-m-projects__item:first-of-type .b-m-projects__title{font-size:18px}}.b-m-projects__item:nth-of-type(2){float:left}.b-m-projects__item:nth-of-type(2),.b-m-projects__item:nth-of-type(4){height:220px!important}@media (max-width:768px){.b-m-projects__item:nth-of-type(2),.b-m-projects__item:nth-of-type(4){height:auto!important}}.b-m-projects__item:nth-of-type(3){float:right}.b-m-projects__item:nth-of-type(4){float:left}.b-m-projects__item:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.25);transition:.6s;z-index:2}.b-m-projects__item:hover:after{background-color:rgba(0,0,0,.6)}.b-m-projects__item>*{z-index:3}.b-m-projects__tag{display:-ms-flexbox;display:flex;position:absolute;left:30px;top:30px;width:70px;height:35px;-ms-flex-align:center;align-items:center;background:#fff;padding:5px}@media (max-width:768px){.b-m-projects__tag{left:13px;top:20px}}.b-m-projects__tag img{max-width:60px;max-height:25px}.b-m-projects__title{margin-bottom:15px;font-size:20px;font-weight:500;transition:.4s}.b-m-projects__locate{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:15px;width:100%}.b-m-projects__locate svg{display:inline-block;width:7px;height:11px;margin-right:10px}.b-m-projects__locate svg path{fill:#fff}.b-m-projects__detail{height:42px!important;width:150px;margin-top:25px}@media (max-width:768px){.b-m-projects__detail{display:none!important}}.b-m-projects__slider{padding-bottom:40px}.b-projects__item{display:-ms-flexbox;display:flex;position:relative;-ms-flex-line-pack:end;align-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:30px;background-repeat:no-repeat;background-size:cover;background-position:50%;float:left;color:#fff;z-index:1}@media (max-width:768px){.b-projects__item{width:100%!important;height:440px!important;padding:15px!important}}@media (max-width:600px){.b-projects__item{height:220px!important}}.b-projects__item:first-of-type{width:66.66%;height:440px;padding:30px 30px 35px}@media (max-width:1024px){.b-projects__item:first-of-type{padding:30px 20px 35px}}.b-projects__item:first-of-type .b-projects__title{margin-bottom:15px;font-size:24px}@media (max-width:768px){.b-projects__item:first-of-type .b-projects__title{font-size:18px}}.b-projects__item:nth-of-type(2),.b-projects__item:nth-of-type(3){width:33.33%;height:220px}.b-projects__item:nth-of-type(4){width:33.33%;height:440px}.b-projects__item:nth-of-type(5),.b-projects__item:nth-of-type(6){width:66.66%;height:440px}.b-projects__item:nth-of-type(7),.b-projects__item:nth-of-type(8){width:33.33%;height:220px}.b-projects__item:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.25);transition:.6s;z-index:2}.b-projects__item:hover:after{background-color:rgba(0,0,0,.6)}.b-projects__item>*{z-index:3}.b-projects__tag{display:-ms-flexbox;display:flex;position:absolute;left:30px;top:30px;width:70px;height:35px;-ms-flex-align:center;align-items:center;background:#fff;padding:5px}@media (max-width:768px){.b-projects__tag{left:13px;top:20px}}.b-projects__tag img{max-width:60px;max-height:25px}.b-projects__title{width:100%;margin-top:auto;font-size:20px;font-weight:500;transition:.4s}.b-projects__locate{display:-ms-flexbox;display:flex;margin-top:15px;-ms-flex-align:center;align-items:center;font-size:15px;width:100%}.b-projects__locate svg{display:inline-block;width:7px;height:11px;margin-right:10px}.b-projects__locate svg path{fill:#fff}.b-projects__detail{height:42px!important;width:150px;margin-top:25px}@media (max-width:768px){.b-projects__detail{display:none!important}}.b-promo{display:-ms-flexbox;display:flex;margin-bottom:40px;max-width:100%}@media (max-width:1024px){.b-promo{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:768px){.b-promo{margin-bottom:20px}}.b-promo__item{-ms-flex:0 1 25%;flex:0 1 25%;padding:27px 20px 34px 40px;background-color:#fff}@media (max-width:1024px){.b-promo__item{-ms-flex-preferred-size:50%;flex-basis:50%;padding-bottom:24px;padding-left:20px}}@media (max-width:768px){.b-promo__item{padding:20px 10px 22px;border-bottom:1px solid #ccd9e3}.b-promo__item:nth-child(odd){border-right:1px solid #ccd9e3}.b-promo__item:nth-last-of-type(-n+2){border-bottom:none}}.b-promo__title{font-size:20px;font-weight:500;margin-bottom:10px;color:#004391;transition:color .2s}@media (max-width:768px){.b-promo__title{font-size:18px;text-align:center;margin-bottom:0}}.b-promo__title:hover{color:#d80037}.b-promo__text{font-size:16px}@media (max-width:768px){.b-promo__text{display:none}}.b-promo__item.d-mobile{display:none}@media (max-width:768px){.b-promo__item.d-mobile{display:block}}.b-range-slider__inputs{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.b-range-slider__input{width:85px;height:40px;padding:11px 16px;border:1px solid #d7dde2;border-radius:3px}.b-range-slider__slider{margin-top:26px}.noUi-handle{border:none!important;border-radius:4px!important}.noUi-horizontal{height:2px!important;background-color:#ccd9e3!important}.noUi-handle{display:-ms-flexbox!important;display:flex!important;width:30px!important;height:30px!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:50%!important;background-color:transparent!important;box-shadow:none!important;top:50%!important;left:0!important;transform:translateY(-50%) translateX(-50%)!important;cursor:pointer!important}.noUi-handle:before{content:"";display:block!important;width:14px!important;height:14px!important;position:static!important;border-radius:50%;background-color:#004391!important}.noUi-handle:after{display:none!important}.noUi-target{background-color:#ccd9e3;border-radius:4px!important;border:none!important}.noUi-connect{height:2px!important;background:#004391!important}.b-registration{display:-ms-flexbox;display:flex;margin-bottom:20px}.b-registration__error{margin-bottom:6px}.b-registration__do-not-fill{height:1px;width:1px;position:absolute;opacity:0}.b-registration__auth-result{margin-bottom:6px}.b-registration__left{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:30px;padding:50px 40px;-ms-flex-align:start;align-items:flex-start;background-color:#fff}@media (max-width:1024px){.b-registration__left{margin-right:0}}@media (max-width:768px){.b-registration__left{padding:25px 15px 15px}}.b-registration__right{-ms-flex:0 0 277px;flex:0 0 277px;font-size:16px;line-height:1.5}@media (max-width:1024px){.b-registration__right{display:none}}.b-registration__left-form{-ms-flex:0 1 390px;flex:0 1 390px;margin-right:25px}.b-registration__left-form--auth{-ms-flex:0 1 410px;flex:0 1 410px}@media (max-width:768px){.b-registration__left-form{margin-right:0}}.b-registration__left-text{-ms-flex:0 1 495px;flex:0 1 495px;margin-left:auto}@media (max-width:768px){.b-registration__left-text{display:none}}.b-registration__left-text div{margin-bottom:20px;padding:25px 20px 20px 30px;background-color:#ccd9e3;font-size:15px}.b-registration__result{margin-bottom:20px;font-size:16px;color:#1fa716}.b-registration .b-form__block{margin-bottom:10px}.b-registration .b-form__input.error{border-color:#d80037;transition:.2s ease}.b-registration .b-form__section .b-form__input{margin-bottom:10px}.b-registration .input-block__error-text{margin-top:-5px;color:#d80037}.b-registration .btn{padding:10px 25px!important}.b-s-contacts{padding:30px;background-color:#e1edf6}@media (max-width:1024px){.b-s-contacts{padding:20px 15px}}.b-s-contacts__title{margin-bottom:10px;font-size:18px;font-weight:500}.b-s-contacts__text{font-weight:500}.b-s-contacts__text a{margin-top:5px;color:#004391}.b-s-contacts__text .b-h-feedback__tel{font-size:14px}.b-s-contacts__row{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch}.b-s-contacts__row .b-s-contacts~.b-s-contacts{margin:0 20px}@media (max-width:768px){.b-m-sale .swiper-container{padding-bottom:20px}.b-m-sale .swiper-wrapper{display:block;height:auto;position:static;transform:none!important}.b-m-sale .swiper-pagination{display:none}.b-m-sale .swiper-slide{margin-bottom:1.5rem;height:auto;width:100%!important}.b-m-sale .b-sale-card:after{content:"";position:absolute;bottom:0;left:20px;display:block;width:50px;height:2px;background-color:#d80037}.b-m-sale .b-sale-card__title{color:#004391}.b-m-sale .b-sale-card__text{font-size:14px;color:#95989a;margin-bottom:0}.b-m-sale .b-sale-card__top{position:absolute;height:100%;background:none!important}.b-m-sale .b-sale-card__link.btn,.b-m-sale .tag__wrap{display:none}}.b-m-sale{display:-ms-flexbox;display:flex;margin-bottom:20px}@media (max-width:1024px){.b-m-sale{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:768px){.b-m-sale{padding:0 15px;margin-bottom:0}}.b-m-sale__slider{-ms-flex:1 1 0%;flex:1 1 0%}@media (max-width:1024px){.b-m-sale__slider{-ms-flex:1 0 100%;flex:1 0 100%}}@media (max-width:768px){.b-m-sale__slider{padding-bottom:40px}}@media (max-width:768px){.b-m-sale .swiper-container{padding-bottom:20px}.b-m-sale .swiper-wrapper{display:block;height:auto;position:static;transform:none!important}.b-m-sale .swiper-pagination{display:none}.b-m-sale .swiper-slide{margin-bottom:1.5rem;height:auto;width:100%!important}.b-m-sale .b-sale-card:after{content:"";position:absolute;bottom:0;left:30px;display:block;width:30px;height:2px;background-color:#d80037}.b-m-sale .b-sale-card__title{color:#004391}.b-m-sale .b-sale-card__text{font-size:14px;color:#95989a;margin-bottom:0}.b-m-sale .b-sale-card__top{position:absolute;height:100%;background:none!important}.b-m-sale .b-sale-card__link.btn,.b-m-sale .tag__wrap{display:none}}.b-sale__section{display:-ms-flexbox;display:flex;min-height:250px;margin-bottom:20px;-ms-flex-pack:justify;justify-content:space-between;background-color:#d80037}@media (max-width:768px){.b-sale__section{-ms-flex-direction:column;flex-direction:column}}.b-sale__section-left{-ms-flex:0 0 45%;flex:0 0 45%;padding:60px 40px 50px;color:#fff}@media (max-width:768px){.b-sale__section-left{padding:20px 15px}}.b-sale__section-right{-ms-flex:1 1 auto;flex:1 1 auto;min-height:250px;background-size:cover;background-position:0;background-repeat:no-repeat}@media (max-width:768px){.b-sale__section-right{-ms-flex:0 0 140px;flex:0 0 140px;min-height:0}}.b-sale__section-title{margin-bottom:25px;font-size:24px;font-weight:500}@media (max-width:768px){.b-sale__section-title{font-size:20px;margin-bottom:10px}}.b-sale__section-text{font-size:16px;line-height:1.5}@media (max-width:768px){.b-sale__section-text{font-size:14px}}.b-sale__grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px}@media (max-width:768px){.b-sale__grid{padding:0 15px}}.b-sale__grid>*{margin-left:20px;margin-bottom:20px;-ms-flex-preferred-size:calc(25% - 20px);flex-basis:calc(25% - 20px);max-width:calc(25% - 20px)}@media (max-width:1200px){.b-sale__grid>*{-ms-flex-preferred-size:calc(33.33% - 20px);flex-basis:calc(33.33% - 20px);max-width:calc(33.33% - 20px)}}@media (max-width:768px){.b-sale__grid>*{-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:600px){.b-sale__grid>*{-ms-flex-preferred-size:calc(100% - 20px);flex-basis:calc(100% - 20px);max-width:calc(100% - 20px)}}.b-search{-ms-flex:1 1 601px;flex:1 1 601px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;transition:.2s}@media (max-width:768px){.b-search{-ms-flex-order:2;order:2}}.b-search__form{max-width:501px;width:100%;margin:0 25px}.b-search__inner{max-width:501px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-radius:3px;background-color:#f9f9f9}@media (max-width:768px){.b-search__inner{width:100%;max-width:none;height:65px;position:fixed;left:0;top:0;transition:.5s;opacity:0;z-index:-1}.b-search__inner.active{opacity:1}.b-search__inner>*{border:none!important;height:100%!important}.b-search__inner .b-search__input{padding:11px 4px 11px 25px}}.b-search__input{width:100%;max-height:40px;padding:14px 40px 11px 25px;background:transparent;overflow:hidden;text-overflow:ellipsis;color:#004391;border:1px solid #ccd9e3;border-radius:3px 0 0 3px;border-right:none;transition:.4s}.b-search__input:focus,.b-search__input:focus+.b-search__btn{border-color:#004391}.b-search__btn{background:transparent;height:40px;width:40px;cursor:pointer;border:1px solid #ccd9e3;border-radius:0 3px 3px 0;border-left:none;transition:border .4s}@media (max-width:768px){.b-search__btn{height:43px;width:47px}}.b-search__btn:hover svg path{fill:#d80037}.b-search__btn svg{width:14px;height:14px;margin-left:-3px}.b-search__btn svg path{fill:#004391;transition:.2s}.b-search__toggle{display:none;margin-left:auto;margin-top:-3px;width:12px}@media (max-width:768px){.b-search__toggle{display:block;margin-left:22px}}@media (max-width:600px){.b-search__toggle{margin-left:auto;margin-right:17px}}.b-search__mask{position:fixed;top:63px;left:0;width:100%;height:100%;z-index:2;display:none}.b-section-text{-ms-flex:1 1 50%;flex:1 1 50%;padding:30px 35px;background-color:#fff}@media (max-width:768px){.b-section-text{-ms-flex-preferred-size:100%;flex-basis:100%;padding:30px 15px 20px}}.b-section-text:first-of-type{margin-right:20px}@media (max-width:768px){.b-section-text:first-of-type{margin-right:0}}.b-section-text:first-of-type:last-of-type{margin-right:0}@media (max-width:768px){.b-section-text--lk{margin-left:0}.b-section-text--lk:not(:last-of-type){margin-bottom:1px}}.b-section-text--order{background-color:#e1edf6}@media (max-width:768px){.b-section-text--order{margin-bottom:20px}}.b-section-text__wrap{display:-ms-flexbox;display:flex}@media (max-width:768px){.b-section-text__wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-section-text__title{margin-bottom:15px;font-size:18px;font-weight:500}.b-section-text__item{display:-ms-flexbox;display:flex}.b-section-text__item:not(:last-of-type){margin-bottom:15px}.b-section-text__item a{display:inline-block;color:#004391;text-decoration:underline;transition:.2s}.b-section-text__item a:hover{text-decoration:underline transparent}.b-section-text__item-left{-ms-flex:0 0 45%;flex:0 0 45%;padding-right:10px}.b-section-text__item-right{-ms-flex:1 1 auto;flex:1 1 auto}@media (max-width:768px){.b-section-text__item-right{text-align:right}}.b-seo{margin-bottom:20px;padding:30px 30px 25px;background-color:#fff}@media (max-width:1024px){.b-seo{padding:30px 20px 25px}}@media (max-width:768px){.b-seo{margin-bottom:0;padding:25px 15px 20px}}.b-seo__title,.b-seo__title h1{margin-bottom:15px;font-size:20px;font-weight:500}.b-seo__text{margin-bottom:20px;font-size:16px;overflow:hidden;line-height:26px;transition:.4s}@media (max-width:768px){.b-seo__text{font-size:14px}}.b-seo__btn{display:none;font-size:16px;color:#004391;cursor:pointer}.b-seo__btn.show{display:block}.b-seo__btn.active svg{transform:rotate(180deg)}.b-seo__btn svg{width:6px;margin-left:3px;transform:rotate(0deg);transition:transform .2s .1s}.b-seo__btn svg path{fill:#004391}.b-slider-articles{margin-bottom:20px;background-color:#fff}@media (max-width:600px){.b-slider-articles{padding-bottom:30px}}.b-slider-articles__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.b-slider-articles__item.swiper-slide{height:auto}.b-slider-articles__img{position:relative;border-bottom:7px solid #d80037;overflow:hidden}@media (max-width:768px){.b-slider-articles__img{width:100%;border-bottom:0}}@media (max-width:600px){.b-slider-articles__img{height:400px}}.b-slider-articles__img:hover .shadow{opacity:0;transition:.2s ease}.b-slider-articles__img:hover:after{transform:translateY(0);transition:transform .2s ease}.b-slider-articles__img:after{content:"";position:absolute;bottom:0;left:0;right:0;margin:auto;width:0;height:0;border-style:solid;border-width:0 8px 12px;border-color:transparent transparent #d80037;transform:translateY(15px);transition:transform .2s ease}@media (max-width:768px){.b-slider-articles__img:after{display:none}}.b-slider-articles__title{height:50px;overflow:hidden;margin-bottom:10px;font-weight:500;transition:.2s ease}@media (max-width:600px){.b-slider-articles__title{height:auto}}.b-slider-articles__title:hover{color:#d80037;transition:.2s ease}.b-slider-articles__author{margin-top:auto;margin-bottom:0;font-size:16px;font-weight:500;color:#004391}.b-slider-articles__text{height:100px;overflow-y:hidden;margin-bottom:30px;color:#95989a}@media (max-width:600px){.b-slider-articles__text{height:auto}}.b-slider-articles__top{-ms-flex:0 0 auto;flex:0 0 auto}.b-slider-articles__bottom{display:block;padding:18px 40px 37px}@media (max-width:1200px){.b-slider-articles__bottom{padding:18px 20px 37px}}@media (max-width:600px){.b-slider-articles__bottom{padding:18px 15px 24px}}.b-slider-articles .b-static{padding:0}.b-slider-articles img{display:block;max-height:none;max-width:none;height:100%;width:100%;-o-object-fit:cover;font-family:object-fit\:cover;object-fit:cover}.b-slider-articles .swiper-pagination{height:30px;bottom:0!important;padding-top:11px;background-color:#ccd9e3}.b-slider-gallery-main{margin-bottom:20px;padding:0 30px}@media (max-width:1200px){.b-slider-gallery-main{margin-bottom:0}}.b-slider-gallery-main a{position:relative}.b-slider-gallery-main a:hover svg{transform:scale(1)}.b-slider-gallery-main a:hover .b-slider__slider-mask{opacity:1}.b-slider-gallery-main a:hover .b-slider__slider-mask svg{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1)}.b-slider-gallery-main svg{width:26px;height:26px;position:absolute;left:50%;top:50%;transform:scale(0);transition:.2s}.b-slider-gallery-main .swiper-slide{height:285px;@meida (--max1366){height:160px}}@media (max-width:600px){.b-slider-gallery-main .swiper-container{padding-bottom:40px}}.b-slider-gallery-main .swiper-pagination{display:none}@media (max-width:600px){.b-slider-gallery-main .swiper-pagination{display:block;bottom:0!important}}.gallery-thumbs-dots .dots{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.gallery-thumbs-dots .dots li{margin:0 6px}.gallery-thumbs-dots .dots li.active{border:1px solid #004391}.gallery-thumbs-dots .dots button{width:60px;height:60px;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.gallery-thumbs-dots .dots button:hover{cursor:pointer}.mfp-with-thumbs{background:#ccd9e3!important;opacity:1!important}.mfp-with-thumbs img.mfp-img{max-height:870px!important}.mfp-with-thumbs .mfp-title{padding:0}.mfp-with-thumbs .mfp-counter{display:none}.mfp-with-thumbs button.mfp-arrow,.mfp-with-thumbs button.mfp-close{width:35px;height:35px;background-color:#e1edf6;border-radius:50%;opacity:1}.mfp-with-thumbs button.mfp-arrow:after,.mfp-with-thumbs button.mfp-arrow:before,.mfp-with-thumbs button.mfp-close:after,.mfp-with-thumbs button.mfp-close:before{display:none}.mfp-with-thumbs button.mfp-close{color:#004391;line-height:1;top:40px;right:40px}.mfp-with-thumbs button.mfp-arrow{position:absolute;top:50%;margin-top:-17px}.mfp-with-thumbs button.mfp-arrow:before{content:"";display:block;width:6px;height:6px;position:absolute;top:50%;left:50%;margin-top:-4px;margin-left:-6px;border-bottom:2px solid #004391;border-right:2px solid #004391;border-left:none;border-top:none;opacity:1;transform:rotate(-45deg)}.mfp-with-thumbs button.mfp-arrow-right{right:40px}.mfp-with-thumbs button.mfp-arrow-left{left:40px}.mfp-with-thumbs button.mfp-arrow-left:before{transform:rotate(135deg);margin-left:-4px}@media screen and (max-width:800px){.mfp-with-thumbs button.mfp-arrow{display:none}}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-with-thumbs button.mfp-close{top:15px;right:15px}}@media (max-width:1024px){.mfp-with-thumbs .gallery-thumbs-dots .dots{overflow-x:scroll;-ms-flex-pack:start;justify-content:start;scrollbar-color:#004391 transparent;scrollbar-width:thin}.mfp-with-thumbs .gallery-thumbs-dots .dots::-webkit-scrollbar-track-piece{background-color:transparent}.mfp-with-thumbs .gallery-thumbs-dots .dots::-webkit-scrollbar{width:3px;height:3px}.mfp-with-thumbs .gallery-thumbs-dots .dots::-webkit-scrollbar-thumb{background-color:#004391}}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-with-thumbs.mfp-img-mobile .mfp-close{background:transparent}.mfp-with-thumbs.mfp-img-mobile .mfp-bottom-bar{top:100%;position:absolute;margin-top:0;box-sizing:border-box;background:transparent}}@media (max-width:600px){.b-slider-gallery-preview{display:none}}.b-slider-gallery-preview .swiper-slide{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:60px;width:60px;border:1px solid;border-color:#ccd9e3;transition:.2s ease}.b-slider-gallery-preview .swiper-slide:hover{border-color:#7994a8}.b-slider-gallery-preview .swiper-slide.active{border-color:#004391}.b-slider-gallery-preview .swiper-slide img{-ms-flex:0 0 auto;flex:0 0 auto}.b-slider-main{height:336px}@media (max-width:768px){.b-slider-main{height:auto}}.b-slider-main__slide{display:-ms-flexbox;display:flex}@media (max-width:768px){.b-slider-main__slide{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-slider-main__slide.img-only .b-slider-main__left{min-height:0;padding:0}.b-slider-main__left{-ms-flex:0 0 310px;flex:0 0 310px;max-width:310px;padding:76px 53px 52px 37px;color:#fff;background-color:#d80037;position:relative;min-height:218px}@media (max-width:1024px){.b-slider-main__left{-ms-flex:0 0 280px;flex:0 0 280px;max-width:280px;padding:46px 53px 32px 20px}}@media (max-width:768px){.b-slider-main__left{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1 0 100%;flex:1 0 100%;max-width:100%;height:166px;min-height:166px;-ms-flex-order:2;order:2;padding:50px 16px 60px;text-align:center;margin-top:-5px}}@media (max-width:576px){.b-slider-main__left{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:200px;padding:32px 16px;-ms-flex-align:start;align-items:flex-start}}.b-slider-main__left--mobile-show{display:none}.b-slider-main__left--mobile-show *{display:none!important}@media (max-width:768px){.b-slider-main__left--mobile-show{display:block}}.b-slider-main__right{width:100%;height:100%;background-position:0;background-size:cover;background-repeat:no-repeat}@media (max-width:768px){.b-slider-main__right{max-height:478px}}.b-slider-main__title{height:74px;margin-bottom:30px;-ms-flex:1 1 auto;flex:1 1 auto;font-size:24px;font-weight:500;line-height:1}@media (max-width:768px){.b-slider-main__title{margin-bottom:0;margin-right:20px;font-size:20px;height:auto;-ms-flex-align:center;align-items:center;text-align:left}}@media (max-width:576px){.b-slider-main__title{margin-right:0}}.b-slider-main__text{height:42px;margin-bottom:25px;font-size:16px;line-height:1.4;overflow:hidden}@media (max-width:768px){.b-slider-main__text{height:95px;margin-bottom:21px;font-size:14px}}.b-slider-main__link{min-width:150px!important}@media (max-width:768px){.b-slider-main__link{margin:0 auto}}@media (max-width:576px){.b-slider-main__link{width:100%}}.b-slider-main__pagination{width:auto!important;height:20px;position:absolute;left:38px!important;bottom:auto!important;top:34px}@media (max-width:1024px){.b-slider-main__pagination{left:21px!important;top:24px}}@media (max-width:768px){.b-slider-main__pagination{left:16px!important;top:auto;bottom:24px!important;transform:translateX(0)!important}}@media (max-width:576px){.b-slider-main__pagination{bottom:16px!important}}.b-slider-main__pagination .swiper-pagination-bullet{background-color:#ee8ea0;margin:0!important;border-radius:0;width:7px;height:7px}.b-slider-main__pagination .swiper-pagination-bullet:not(:last-of-type){margin-right:7px!important}.b-slider-main__pagination .swiper-pagination-bullet-active{background-color:#fff}.b-slider-main .b-slider__arrow{bottom:30px;top:auto;left:auto}@media (max-width:768px){.b-slider-main .b-slider__arrow{display:none}}.b-slider-main .b-slider__arrow--prev{right:70px}.b-slider-main .b-slider__arrow--next{right:30px}@media (max-width:768px){.b-slider-main .tag{display:none}}.b-slider-main__image{width:100%;height:auto;position:relative}.b-slider-main .swiper-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;background-color:#d80037}@media (max-width:768px){.b-slider-main .swiper-wrapper{max-height:644px;overflow:hidden}}.b-slider-main__right{position:relative}@media (max-width:768px){.b-slider-main__right{max-height:478px;overflow:hidden}}@media (max-width:768px){.b-slider-main__right.d-mobile-none{display:none}}.b-slider-main__right.d-mobile{display:none}@media (max-width:768px){.b-slider-main__right.d-mobile{display:block}}.b-slider-main__slide.swiper-slide-active .b-slider-main__image{z-index:2}.b-slider-main__slide{opacity:0!important}.b-slider-main__slide.swiper-slide-active{opacity:1!important}.b-slider__wrap{display:-ms-flexbox;display:flex;max-width:100%;position:relative}.b-slider__wrap .swiper-slide .b-product{height:100%}.b-slider__pagination{height:20px;position:absolute;bottom:15px!important}.b-slider__pagination--mobile{display:none}@media (max-width:768px){.b-slider__pagination--mobile{display:block}}.b-slider__pagination .swiper-pagination-bullet{background-color:#ee8ea0;margin:0!important;border-radius:0;width:8px;height:8px}.b-slider__pagination .swiper-pagination-bullet:not(:last-of-type){margin-right:7px!important}.b-slider__pagination .swiper-pagination-bullet-active{background-color:#d80037}.b-slider__arrow{width:35px;height:35px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;position:absolute;top:-50px;background-color:#e1edf6;border-radius:50%;cursor:pointer;z-index:2;transition:.2s}@media (max-width:768px){.b-slider__arrow{display:none}}.b-slider__arrow:hover{background-color:#004391}.b-slider__arrow:hover svg path{fill:#fff}.b-slider__arrow--blue{background-color:#004391}.b-slider__arrow--blue svg path{fill:#fff!important}.b-slider__arrow--blue:hover{background-color:#d80037}.b-slider__arrow--prev{transform:rotate(90deg);right:40px}.b-slider__arrow--next{transform:rotate(-90deg);right:0}.b-slider__arrow svg{width:11px}.b-slider__arrow svg path{fill:#004391;transition:.2s}.b-slider-hidden{display:none}.b-slider__slider-mask{width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(0,0,0,.6);opacity:0;transition:.2s}.b-slider__slider-mask svg{width:26px;height:26px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%) translateZ(0) scale(0);transition:.4s}.swiper-pagination-bullet{opacity:1!important}.swiper-container{width:100%}.b-sorting{display:-ms-flexbox;display:flex;padding:12px 20px 13px;margin-bottom:20px;-ms-flex-align:center;align-items:center;background-color:#e1edf6}@media (max-width:768px){.b-sorting{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:12px 15px 13px}}.b-sorting__text{font-weight:500;color:#607788}@media (max-width:1024px){.b-sorting__text{display:none}}.b-sorting__top{display:none;padding:2px 17px 22px 15px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media (max-width:1024px){.b-sorting__top{display:-ms-flexbox;display:flex}}.b-sorting__top .b-sorting__text{display:block}.b-sorting__item{display:-ms-flexbox;display:flex;margin-left:40px;-ms-flex-align:center;align-items:center}@media (max-width:1200px){.b-sorting__item{margin-left:20px}}@media (max-width:400px){.b-sorting__item{-ms-flex-positive:1;flex-grow:1}}@media (max-width:1024px){.b-sorting__item--sort-by{margin-left:0}}@media (max-width:768px){.b-sorting__item--show-num{display:none}}.b-sorting__title{margin-right:10px;font-weight:500;color:#004391}@media (max-width:400px){.b-sorting__title{margin-right:auto}}.b-sorting__display{margin-left:auto}@media (max-width:400px){.b-sorting__display{display:-ms-flexbox;display:flex;margin-top:10px;margin-left:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}}.b-sorting__display-item{display:inline-block;margin-left:8px}.b-sorting__display-item:not(.active):hover{cursor:pointer}.b-sorting__display-item.active svg path{fill:#d80037!important}.b-sorting__display-item svg{width:22px;height:18px}.b-sorting__display-item svg path{fill:#004391}.b-sorting__display .b-sorting__title{display:none}@media (max-width:400px){.b-sorting__display .b-sorting__title{display:block}}.b-static{padding:40px 30px;background-color:#fff}.b-static--modal{padding:0}@media (max-width:768px){.b-static{padding:25px 15px}}.b-static>p:last-child,.b-static>ul:last-child{margin-bottom:0}.b-static p{display:block;margin-bottom:20px;font-size:16px;line-height:1.5}@media (max-width:600px){.b-static p{font-size:14px}}.b-static ul{margin-bottom:20px}.b-static li{margin-bottom:10px;padding-left:30px;position:relative;font-size:16px}@media (max-width:600px){.b-static li{padding-left:20px;font-size:14px}}.b-static li:before{content:"";display:block;width:6px;height:6px;position:absolute;left:0;top:7px;background-color:#d80037}.b-table__item{display:-ms-flexbox;display:flex;padding:7px 0;border-top:1px solid #ccd9e3}.b-table__item:last-of-type{border-bottom:1px solid #ccd9e3}.b-table__item>span{-ms-flex:0 0 50%;flex:0 0 50%;padding:0 5px;font-size:13px}.b-table__item>span:last-of-type{font-weight:500}.b-table__item>span:last-of-type .tooltip{margin-left:7px;font-weight:400}@media (max-width:600px){.b-tabs__head{width:100%;-ms-flex-direction:column;flex-direction:column}}.b-tabs__head-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.b-tabs__head-title{margin-right:20px;font-size:15px}@media (max-width:600px){.b-tabs__head-title{display:none}}.b-tabs__head-item{margin-right:7px}@media (max-width:600px){.b-tabs__head-item{width:100%;margin-right:0}.b-tabs__head-item:not(:last-child){margin-bottom:10px}}.b-tabs__body-item{display:none}.b-tabs__body-item.active{display:block}@media (max-width:768px){.b-tabs--cart{padding:0 15px}}.b-tabs--cart .prompt{padding-bottom:0}.b-tabs--cart .b-tabs__body{padding-top:18px}.b-video{position:relative;height:400px;-ms-flex:0 0 695px;flex:0 0 695px;transition:.2s}@media(max-width:1200px){.b-video{height:300px;-ms-flex:0 0 50%;flex:0 0 50%}}@media (max-width:768px){.b-video{-ms-flex:0 0 auto;flex:0 0 auto}}.b-video__inner{position:absolute;left:40px;bottom:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;z-index:1}@media (max-width:600px){.b-video__inner{top:0;right:0;bottom:0;left:0;margin:auto;-ms-flex-pack:center;justify-content:center}}.b-video__title{font-size:20px;color:#fff;font-weight:500}@media (max-width:600px){.b-video__title{display:none}}.b-video__btn{margin-right:19px;background-color:transparent;transition:.2s ease;cursor:pointer}.b-video__btn:hover{transform:scale(1.2);transition:.2s ease}.b-video__btn .i-icon{font-size:3.2em}@media (max-width:600px){.b-video__btn{margin-right:0}}.b-video img{max-width:none;max-height:none;height:100%;width:100%;-o-object-fit:cover;font-family:object-fit\:cover;object-fit:cover}.bg-blur{z-index:1;opacity:1;position:absolute;min-height:100%;height:auto;display:block;top:0;bottom:0;max-height:none;left:0;right:0}.btn-back{display:none;-ms-flex-align:center;align-items:center;padding:20px 15px;width:100%;text-align:left;background-color:transparent}.btn-back .i-icon{margin-right:14px}@media (max-width:768px){.btn-back{display:-ms-flexbox;display:flex}}.btn-nav{min-width:200px;display:none;-ms-flex-positive:1;flex-grow:1;cursor:pointer}.btn-nav.active .btn-nav__icon{background-color:transparent;transition:.2s ease}.btn-nav.active .btn-nav__icon:after,.btn-nav.active .btn-nav__icon:before{top:0;transition:.2s ease}.btn-nav.active .btn-nav__icon:before{transform:rotate(45deg)}.btn-nav.active .btn-nav__icon:after{transform:rotate(-45deg)}@media (max-width:1200px){.btn-nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:0 0 auto;flex:0 0 auto}}.btn-nav__icon{background-color:#292727;min-width:20px;height:2px;position:relative;margin-right:18px;display:none;transition:.2s ease}@media (max-width:768px){.btn-nav__icon{display:block}}.btn-nav__icon:after,.btn-nav__icon:before{content:"";width:20px;height:2px;position:absolute;background-color:#292727;left:0;transition:.2s ease}.btn-nav__icon:before{top:-4px}.btn-nav__icon:after{top:4px}.btn-nav__icon--catalog{display:block;background-color:#d80037}@media (max-width:768px){.btn-nav__icon--catalog{display:none}}.btn-nav__icon--catalog:after,.btn-nav__icon--catalog:before{background-color:#d80037}.btn{height:40px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#e1edf6;color:#004391;border-radius:3px;font-weight:500;font-size:15px;padding:13px 40px 10px;min-width:133px;transition:.2s;cursor:pointer;line-height:1}@media (max-width:768px){.btn{font-size:14px}}.btn--blue,.btn.active,.btn:hover{color:#fff;background-color:#004391}.btn--blue{transition:.2s}.btn--blue:hover{background-color:#d80037}.btn--blue svg path{fill:#fff}.btn--small{min-width:0;height:25px;padding:3px 25px}.btn--center{margin:0 auto}.btn--submit{display:block;width:150px;margin-left:3px;padding:10px 10px 10px 21px;text-align:left}.btn--submit svg{width:11px;margin-left:10px!important;transform:rotate(-90deg)}@media (max-width:768px){.btn--desktop{display:none}}.btn--mobile{display:none}@media (max-width:768px){.btn--mobile{display:block}}.btn__product{display:-ms-flexbox;display:flex;margin-top:auto}.btn__product-inline{margin-top:25px}.btn__product-inline .btn__cart{width:100%;margin-right:22px}@media (max-width:768px){.btn__product-inline .btn__cart{margin-right:1px}}.btn__product-inline .btn__favorites{width:50px}.btn__product-inline .btn__favorites svg{width:15px;height:15px}.btn__cart{display:-ms-flexbox;display:flex;-ms-flex:1 0 80px;flex:1 0 80px;height:40px;margin-right:1px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;background-color:#e1edf6;border-radius:3px 0 0 3px;font-size:15px;font-weight:500;line-height:40px;text-align:center;color:#004391;transition:.2s}.btn__cart:hover{background-color:#004391;color:#fff}.btn__cart.active{background-color:#d80037!important;color:#fff!important}.btn__favorites{display:-ms-flexbox;display:flex;-ms-flex:0 0 40px;flex:0 0 40px;height:40px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e1edf6;border-radius:0 3px 3px 0;transition:.2s}.btn__favorites:hover{background-color:#004391}.btn__favorites:hover svg path{fill:#fff}.btn__favorites.active{background-color:#004391!important}.btn__favorites.active svg path{fill:#f8e71c!important}.btn__favorites svg{width:13px;height:13px;margin-top:-1px;transition:.2s}.btn__favorites svg path{fill:#004391}.b-catalog-section__item:hover,.hoverShadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-catalog-section{margin-left:-20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1024px){.b-catalog-section{margin-left:0}}@media (max-width:768px){.b-catalog-section{padding:0 15px}}.b-catalog-section__item{display:-ms-flexbox;display:flex;-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px);max-width:calc(50% - 20px);min-height:345px;margin-left:20px;margin-bottom:20px;padding:20px;background-color:#fff;color:#004391;transition:.2s}@media (max-width:768px){.b-catalog-section__item{-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-left:0}}@media (max-width:600px){.b-catalog-section__item a{display:block;width:100%}}.b-catalog-section__img{width:200px;height:200px;background-size:contain;background-position:50%;background-repeat:no-repeat}@media (max-width:1024px){.b-catalog-section__img{min-width:150px;height:150px}}@media (max-width:768px){.b-catalog-section__img{width:100%}}.b-catalog-section__text{padding:20px 40px}@media (max-width:1024px){.b-catalog-section__text{padding:0 0 0 20px}}@media (max-width:600px){.b-catalog-section__text{padding:15px 0 0}}.b-catalog-section__title{display:block;margin-bottom:20px;font-size:20px;font-weight:500;transition:.2s}@media (max-width:768px){.b-catalog-section__title{font-size:18px}}.b-catalog-section__title:hover{color:#d80037}.b-catalog-section__link{display:block;margin-bottom:10px;font-size:16px;transition:.2s}.b-catalog-section__link:hover{color:#d80037}.b-catalog-subsection__item:hover,.hoverShadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-catalog-subsection{margin-left:-20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.b-catalog-subsection{padding:0 15px}}.b-catalog-subsection__item{-ms-flex-preferred-size:calc(25% - 20px);flex-basis:calc(25% - 20px);max-width:calc(25% - 20px);margin-left:20px;margin-bottom:20px;background-color:#fff;padding:20px 20px 30px;transition:.2s}@media (max-width:1024px){.b-catalog-subsection__item{-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:600px){.b-catalog-subsection__item{-ms-flex-preferred-size:calc(100% - 20px);flex-basis:calc(100% - 20px);max-width:calc(100% - 20px)}}.b-catalog-subsection__item:hover .b-catalog-subsection__title{color:#d80037}.b-catalog-subsection__img{max-width:270px;height:170px;margin:0 auto 25px;background-size:contain;background-position:50%;background-repeat:no-repeat}.b-catalog-subsection__title{font-size:20px;font-weight:500;color:#004391;text-align:center;transition:.2s}.b-catalog-table{position:relative;margin-bottom:59px}@media (max-width:768px){.b-catalog-table{margin:0 15px 19px}}.b-catalog-table__head{display:-ms-flexbox;display:flex;margin-bottom:13px;font-size:16px;font-weight:500;color:#004391}@media (max-width:768px){.b-catalog-table__head .b-catalog-table__content{display:none}}@media (max-width:768px){.b-catalog-table__head .b-catalog-table__checkbox{-ms-flex-preferred-size:auto;flex-basis:auto}}@media (max-width:768px){.b-catalog-table__head .b-catalog-table__checkbox .b-checkbox .b-checkbox__box{margin-right:10px}}.b-catalog-table__head .b-catalog-table__checkbox .b-checkbox i{display:none;font-style:normal;color:#292727;font-weight:400;font-size:14px}@media (max-width:768px){.b-catalog-table__head .b-catalog-table__checkbox .b-checkbox i{display:block}}.b-catalog-table__content{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-align:center;align-items:center;position:relative}@media (max-width:768px){.b-catalog-table__content{-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#fff;transition:box-shadow .2s}.b-catalog-table__content:hover{position:relative;z-index:2;box-shadow:0 3px 10px rgba(0,0,0,.16)}}.b-catalog-table__checkbox{-ms-flex:0 0 50px;flex:0 0 50px}@media (max-width:768px){.b-catalog-table__checkbox{-ms-flex-preferred-size:30px;flex-basis:30px;padding-right:10px}}.b-catalog-table__checkbox .b-checkbox__label{-ms-flex-pack:center;justify-content:center;margin-bottom:0}.b-catalog-table__checkbox .b-checkbox__box{margin-right:0}.b-catalog-table__name{-ms-flex:0 0 290px;flex:0 0 290px;padding-left:20px;padding-right:10px;position:relative}@media (max-width:1200px){.b-catalog-table__name{-ms-flex-preferred-size:240px;flex-basis:240px}}@media (max-width:768px){.b-catalog-table__name{-ms-flex-preferred-size:100%;flex-basis:100%;padding:0}}.b-catalog-table__price{-ms-flex:0 1 265px;flex:0 1 265px;margin:0 auto;padding-right:10px}@media (max-width:768px){.b-catalog-table__price{-ms-flex-preferred-size:50%;flex-basis:50%;padding-right:0;margin:0}}.b-catalog-table__price .b-price{margin-bottom:0;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}@media (max-width:768px){.b-catalog-table__price .b-price{-ms-flex-pack:left;justify-content:left}}.b-catalog-table__price .b-price__current{font-weight:500}@media (max-width:768px){.b-catalog-table__price .b-price__current{margin-right:0;margin-left:15px}.b-catalog-table__price .b-price__current span{font-size:18px}}.b-catalog-table__price .b-price__current *{font-weight:500}@media (max-width:768px){.b-catalog-table__price .b-price__old{margin-right:0;margin-left:15px}}.b-catalog-table__value{-ms-flex:0 1 150px;flex:0 1 150px;padding-right:10px}@media (max-width:768px){.b-catalog-table__value{-ms-flex-preferred-size:118px;flex-basis:118px;padding-right:15px;padding-left:10px}}.b-catalog-table__value .b-count{width:auto}@media (max-width:600px){.b-catalog-table__value .b-count{width:99px}}@media (max-width:600px){.b-catalog-table__value .b-count__btn{min-width:20px}}.b-catalog-table__value .b-count__input-wrap input{width:50px}.b-catalog-table__btn{-ms-flex:0 1 220px;flex:0 1 220px;padding-right:20px}@media (max-width:768px){.b-catalog-table__btn{-ms-flex-preferred-size:100%;flex-basis:100%;padding:20px 15px}}.b-catalog-table__add{position:absolute;bottom:-60px}@media (max-width:768px){.b-catalog-table__add{margin-top:20px;position:static;text-align:center}}@media (max-width:600px){.b-catalog-table__add{width:100%}}.b-catalog-table__add .btn{display:-ms-inline-flexbox;display:inline-flex;width:auto}.b-catalog-table+div .pagination{margin-top:-40px}.hoverShadow{box-shadow:0 3px 10px rgba(0,0,0,.16)}.b-catalog__inner{display:-ms-flexbox;display:flex;margin-bottom:20px;position:relative}.b-catalog__content{width:calc(100% - 260px);margin-right:20px}@media (max-width:1024px){.b-catalog__content{margin-right:0;width:100%}}.b-catalog__sidebar{width:240px}@media (min-width:769px) and (max-width:1024px){.b-catalog__sidebar{width:250px;position:absolute;right:-20px;top:30px;transform:translateX(250px);transition:.4s ease-out;z-index:13}}@media (max-width:768px){.b-catalog__sidebar{display:none}}@media (min-width:769px) and (max-width:1024px){.b-catalog__sidebar.active{transform:translateX(0);transition:.4s ease-in}}@media (max-width:768px){.b-catalog__sidebar.active{height:100%;width:100%;position:fixed;top:62px;left:0;padding-bottom:60px;overflow-x:auto;z-index:13;display:block}}.b-catalog-nav{margin-top:65px;margin-bottom:32px}@media (max-width:1024px){.b-catalog-nav{display:none}}.b-catalog-nav--dt{margin-top:100px}.b-catalog-nav__item{display:block;margin-bottom:1px;padding:20px 25px 21px;background-color:#fff;font-size:16px;font-weight:500;transition:.2s}.b-catalog-nav__item.active,.b-catalog-nav__item:hover{color:#d80037}.b-catalog-nav__item--back{background-color:#e1edf6}.b-catalog-nav__item--back:before{content:"";display:inline-block;width:6px;height:10px;margin-right:10px;margin-left:-10px;background-image:url(/local/client/icons/arrow-r.svg);background-repeat:no-repeat;background-position:50%;transform:rotate(180deg)}.b-catalog__grid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 19px -1px}@media (max-width:767px){.b-catalog__grid{margin:0 15px 19px}}.b-catalog__grid>*{max-width:calc(25% - 1px);-ms-flex:1 1 25%;flex:1 1 25%;-ms-flex-preferred-size:calc(25% - 1px);flex-basis:calc(25% - 1px)}@media (max-width:1366px){.b-catalog__grid>*{max-width:calc(33.33% - 1px);-ms-flex:1 1 33.33%;flex:1 1 33.33%;-ms-flex-preferred-size:calc(33.33% - 1px);flex-basis:calc(33.33% - 1px)}}@media (max-width:768px){.b-catalog__grid>*{max-width:calc(50% - 1px);-ms-flex-preferred-size:calc(50% - 1px);flex-basis:calc(50% - 1px)}}@media (max-width:600px){.b-catalog__grid>*{max-width:calc(100% - 1px);-ms-flex-preferred-size:calc(100% - 1px);flex-basis:calc(100% - 1px)}}.b-catalog__list{margin-bottom:19px}@media (max-width:768px){.b-catalog__list{margin:0 15px 19px}}.b-catalog-empty{min-height:320px;width:100%;padding:40px 30px;background-color:#fff}.b-catalog-empty__title{margin-bottom:15px;font-size:20px}.b-catalog-empty__text{font-size:16px}.b-catalog-empty__link{margin-left:7px;color:#004391;text-decoration:underline;transition:.2s}.b-catalog-empty__link:hover{text-decoration:underline transparent}@media (max-width:768px){.b-catalog .b-slider__wrap{margin:0 15px}}@media (max-width:768px){.b-catalog .b-slider__wrap .swiper-wrapper{padding-bottom:40px}}.b-catalog .b-seo{margin-bottom:20px}.b-catalog .pagination{margin-top:0}@media (max-width:768px){.b-catalog .b-slider{padding-bottom:45px}}.city-select{-ms-flex:0 0 160px;flex:0 0 160px;font-size:15px;margin-right:25px}.city-select__title{color:#b1b1b1}.city-select__selected{display:inline-block;font-weight:500}.city-select .select-options{min-width:150px}.city-select .select-styled:after{margin-left:8px}#city .b-modal__title{font-weight:500;text-align:left}#city .b-modal__title span{color:#004391}#city .b-modal__content .b-form{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}#city .b-modal__content .b-form .b-modal__submit{margin:0}#city .b-modal__content .b-form .btn{min-width:190px}@media(max-width:600px){#city .b-modal__content .b-form .btn{margin-bottom:20px}}@media(max-width:600px){#city .b-modal__content .b-form{-ms-flex-direction:column;flex-direction:column}}#search_city .b-modal__title{font-weight:500px;text-align:left}#search_city .b-form__links{display:-ms-flexbox;display:flex;margin-bottom:20px}#search_city .b-form__link{display:inline-block;border-bottom:1px dashed #004391;font-size:15px;font-weight:500;margin-right:10px;color:#004391;transition:.2s}#search_city .b-form__link:hover{border-bottom:1px dashed transparent}#search_city .b-form .btn{min-width:190px;margin:0}#search_city .ui.search{margin-bottom:20px;height:50px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}#search_city .ui.search.selection.dropdown>input.search{height:50px}#search_city .ui.dropdown .menu .selected.item{background:#f1f7fb;color:#d80037;height:58px;font-weight:400}#search_city .ui.selection.active.dropdown .menu.visible{display:block}#search_city .ui.selection.active.dropdown .menu.visible .region{color:#8f8f8f;margin-top:5px;font-size:13px}#search_city .ui.selection.dropdown .menu>.item{border-top:1px solid #ccd9e3}#search_city .ui.selection.dropdown .menu>.item.selected{border-top:1px solid transparent}#search_city .ui.selection.dropdown>.text:not(.default){color:#000}#search_city .ui.selection.dropdown>.text:not(.default) .region{display:none}.cookie-alert{display:-ms-flexbox;display:flex;margin:0 50px;padding:10px 50px;position:fixed;bottom:0;left:0;right:0;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;text-align:center;z-index:999!important;background-color:#e1edf6;border-radius:4px;border-bottom:none;transform:translateZ(0);transition:1s;box-shadow:0 0 10px rgba(0,0,0,.08)}@media (max-width:768px){.cookie-alert{padding:10px 15px;margin:0 10px}}.cookie-alert a{text-decoration:underline;transition:.2s}.cookie-alert a:hover{text-decoration:underline transparent}.copyright{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:23px 0 21px}@media (max-width:1366px){.copyright{padding-left:40px;padding-right:40px}}@media (max-width:1024px){.copyright{padding-left:20px;padding-right:20px}}@media (max-width:1023px){.copyright{-ms-flex-wrap:wrap;flex-wrap:wrap}.copyright a,.copyright span{width:100%;margin-bottom:10px}}@media (max-width:768px){.copyright{padding-left:15px;padding-right:15px}}.copyright__link{text-decoration:underline;transition:.2s}.copyright__link:hover{text-decoration:underline transparent}.copyright__link:first-of-type{margin-right:25px}@media (max-width:768px){.copyright__link:first-of-type{margin-right:0}}.copyright span a{transition:.2s}.copyright span a:hover{text-decoration:underline}.counter__wrap{display:-ms-flexbox;display:flex;height:40px;border:1px solid #cfcfcf;background-color:#fff;transition:all .5s}.counter__wrap.error{border:1px solid red}.counter__btn{background-color:transparent;-ms-flex:0 0 45px;flex:0 0 45px;position:relative;height:100%;display:block;cursor:pointer;color:#000;transition:color .3s}.counter__btn:after,.counter__btn:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:11px;height:1px;background-color:currentColor;transform:translateZ(0)}.counter__btn:after{transform:rotate(90deg)}.counter__btn--minus:after{display:none}.counter__btn--minus:before{width:14px}.counter__input-wrap{-ms-flex:1 1 auto;flex:1 1 auto;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.counter__input{width:100%;height:100%;text-align:center;display:block}/*!
 * # Semantic UI 2.3.3 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.error-404{margin-bottom:20px}.error-404__img{margin:70px 0;text-align:center}@media (max-width:768px){.error-404__img{margin:30px auto;padding:0 15px}}.error-404__item{padding:30px 45px 45px 40px;background-color:#e1edf6}@media (max-width:768px){.error-404__item{padding:15px}}.error-404__title{margin-bottom:25px;font-size:24px;font-weight:500}@media (max-width:768px){.error-404__title{font-size:20px}}.error-404__text{font-size:16px;margin-bottom:30px}@media (max-width:768px){.error-404__text{font-size:14px}}.error.input{border-color:red}.b-f-form{background-color:#d80037;padding:27px 30px 35px;-ms-flex:0 1 307px;flex:0 1 307px}@media (max-width:1366px){.b-f-form{display:-ms-flexbox;display:flex;-ms-flex-order:-1;order:-1;-ms-flex:1 1 100%;flex:1 1 100%;padding:25px 30px 20px}}@media (max-width:1024px){.b-f-form{padding:20px 20px 5px}}@media (max-width:768px){.b-f-form{display:block;padding:20px 15px 28px}}.b-f-form__title{margin-bottom:15px;color:#fff;font-size:20px;font-weight:500}@media (max-width:1366px){.b-f-form__title{-ms-flex:0 0 250px;flex:0 0 250px;margin-right:20px;margin-bottom:0}}@media (max-width:768px){.b-f-form__title{margin-right:0;font-size:16px}}.b-f-form__title span{display:block;font-size:16px;line-height:2}.b-f-form__wrap{margin-bottom:20px}@media (max-width:1366px){.b-f-form__wrap{-ms-flex:1 1 200px;flex:1 1 200px;margin-right:20px;margin-bottom:0}}@media (max-width:768px){.b-f-form__wrap{margin-bottom:4px;margin-right:0}}.b-f-form__inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:768px){.b-f-form__inner{margin-bottom:20px}}.b-f-form__inner .b-form__error{display:none}.b-f-form__inner .b-form__error.active{display:block;margin-top:5px;margin-bottom:0;color:#fff}.b-f-form__inner .success_cont{color:#fff}.b-f-form__input{width:calc(100% - 46px);max-height:46px;padding:14px 30px 14px 17px;overflow:hidden;text-overflow:ellipsis;color:#fff;border:1px solid #e15959;background-color:#af002d;border-right:none;transition:.4s;line-height:19.5px;-webkit-box-shadow:inset 0 0 0 50px #af002d;-webkit-text-fill-color:#fff}.b-f-form__input.error,.b-f-form__input.error+.b-f-form__btn,.b-f-form__input.success,.b-f-form__input.success+.b-f-form__btn,.b-f-form__input:focus,.b-f-form__input:focus+.b-f-form__btn{border-color:hsla(0,0%,100%,.8)!important}.b-f-form__input::-webkit-input-placeholder{color:#fff!important}.b-f-form__btn{height:46px;width:46px;background-color:#af002d;border:1px solid #e15959;border-left:none;transition:.4s;cursor:pointer}.b-f-form__btn svg{transform:rotate(-90deg);width:10px}.b-f-form__btn svg path{fill:#fff;transition:.2s}@media (max-width:1366px){.b-f-form .b-form__privacy{-ms-flex:1 1 200px;flex:1 1 200px;margin-right:20px}}@media (max-width:768px){.b-f-form .b-form__privacy{margin-right:0}}.b-f-section{padding:30px 30px 36px}@media (max-width:768px){.b-f-section{padding:20px 15px}}.b-f-section:nth-of-type(2){-ms-flex:0 1 300px;flex:0 1 300px}.b-f-section:nth-of-type(3){-ms-flex:0 1 279px;flex:0 1 279px}.b-f-section:nth-of-type(3) .b-f-section__text{padding-right:20px;line-height:1.4}@media (max-width:1366px){.b-f-section:nth-of-type(2),.b-f-section:nth-of-type(3){-ms-flex:0 1 25%;flex:0 1 25%;max-width:25%;padding:25px 25px 30px}}@media (max-width:768px){.b-f-section:nth-of-type(2),.b-f-section:nth-of-type(3){-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding:18px 15px 16px}}.b-f-section:not(:nth-of-type(3)){border-right:1px solid #ccd9e3}@media (max-width:768px){.b-f-section:not(:nth-of-type(3)){border-right:none}}.b-f-section--column{-ms-flex:0 1 414px;flex:0 1 414px}@media (max-width:1366px){.b-f-section--column{-ms-flex:0 1 50%;flex:0 1 50%;max-width:50%;padding-left:40px}}@media (max-width:1024px){.b-f-section--column{padding-left:20px}}@media (max-width:768px){.b-f-section--column{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;border-bottom:1px solid #ccd9e3}}.b-f-section--column .b-f-section__links{display:-ms-flexbox;display:flex}@media (max-width:768px){.b-f-section--column .b-f-section__links{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-f-section--column .b-f-section__links div:first-of-type .b-f-section__link{padding-right:10px}@media (max-width:768px){.b-f-section--column .b-f-section__link{width:50%}}@media (max-width:600px){.b-f-section--column .b-f-section__link{width:100%}}@media (max-width:768px){.b-f-section--contacts{padding:25px 15px 11px;background-color:#ccd9e3}.b-f-section--contacts .b-f-section__title{font-size:16px}.b-f-section--contacts .b-f-section__text{margin-top:13px}}.b-f-section__title{font-size:20px;font-weight:500}@media (max-width:768px){.b-f-section__title{display:-ms-flexbox;display:flex;font-size:17px}.b-f-section__title.active svg{transform:rotate(-180deg)}}.b-f-section__title svg{display:none;width:10px;margin-left:auto;transform:rotate(-90deg);transition:.2s}@media (max-width:768px){.b-f-section__title svg{display:block}}.b-f-section__title svg path{fill:#292727}.b-f-section__links{margin-top:25px;transition:.2s}@media (max-width:768px){.b-f-section__links{overflow:hidden;max-height:0;margin-top:0;transition:.4s ease-out}.b-f-section__links.active{max-height:400px;margin-top:23px}}.b-f-section__link{width:100%;font-size:16px;margin-bottom:13px;transition:.2s}.b-f-section__link:hover{color:#d80037}.b-f-section__markets{padding:10px 14px 7px;text-align:left;border:1px solid #ccd9e3;border-radius:3px;font-size:13px;font-weight:500;color:#004391;white-space:nowrap;transition:.2s}@media (max-width:768px){.b-f-section__markets{background-color:#fff}}@media (max-width:600px){.b-f-section__markets{width:100%;text-align:center}}.b-f-section__markets:hover{color:#fff;background-color:#004391}.b-f-section__markets:hover svg path{fill:#fff}.b-f-section__markets svg{width:7px;height:11px;margin-right:10px}.b-f-section__markets svg path{fill:#d80037;transition:.2s}.b-f-section__text{font-size:16px;margin-top:25px;margin-bottom:23px}.footer__top{background-color:#fff;display:-ms-flexbox;display:flex}@media (max-width:1366px){.footer__top{-ms-flex-wrap:wrap;flex-wrap:wrap}}.b-h-cart{position:absolute;top:0;bottom:0;right:0;display:-ms-flexbox;display:flex;-ms-flex:0 0 224px;flex:0 0 224px;width:224px;padding:10px 15px;background-color:#f1f7fb;border-left:1px solid #ccd9e3}.b-h-cart:hover .b-h-cart__title{color:#d80037}@media (max-width:768px){.b-h-cart{position:static;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-pack:end;justify-content:flex-end;width:130px;-ms-flex:0 0 130px;flex:0 0 130px;padding:10px 10px 12px 0;padding-right:0;background-color:#fff;border-left:none}}.b-h-cart__icon{margin-right:15px;position:relative}.b-h-cart__icon svg{width:15px;height:15px;transition:.2s}@media (max-width:768px){.b-h-cart__icon svg{width:18px;height:18px}}.b-h-cart__icon svg path{fill:#d80037}.b-h-cart__text{font-size:15px}.b-h-cart__title{color:#004391;font-weight:500;transition:.2s}.b-h-cart__value-m{width:17px;height:17px;position:absolute;top:6px;right:1px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e1edf6;border:1px solid #fff;border-radius:50%;font-size:11px;transform:translateX(50%) translateY(-50%);display:none}@media (max-width:768px){.b-h-cart__value-m{display:-ms-flexbox;display:flex}}.b-h-favorites{position:absolute;top:0;right:224px;bottom:0;display:-ms-flexbox;display:flex;-ms-flex:0 0 168px;flex:0 0 168px;width:168px;padding:10px 15px;background-color:#f1f7fb;border-left:1px solid #ccd9e3}.b-h-favorites:hover .b-h-favorites__title{color:#d80037}@media (max-width:1366px){.b-h-favorites{border-left:none}}@media (max-width:768px){.b-h-favorites{position:static;width:120px;-ms-flex:0 0 120px;flex:0 0 120px;-ms-flex-pack:end;justify-content:flex-end;padding:10px 20px 12px 0;background-color:#fff}}.b-h-favorites__icon{margin-right:15px;position:relative}.b-h-favorites__icon svg{width:15px;height:15px;transition:.2s}@media (max-width:768px){.b-h-favorites__icon svg{width:18px;height:18px}}.b-h-favorites__icon svg path{fill:#d80037}.b-h-favorites__text{font-size:15px;line-height:1.2}.b-h-favorites__title{color:#004391;font-weight:500;line-height:1.2;transition:.2s}.b-h-favorites__value{white-space:nowrap}.b-h-favorites__value-m{width:17px;height:17px;position:absolute;top:6px;right:1px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e1edf6;border:1px solid #fff;border-radius:50%;font-size:11px;transform:translateX(50%) translateY(-50%);display:none}@media (max-width:768px){.b-h-favorites__value-m{display:-ms-flexbox;display:flex}}.b-h-feedback{-ms-flex:1 1 380px;flex:1 1 380px;text-align:right}@media (max-width:1024px){.b-h-feedback{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end}}@media (max-width:768px){.b-h-feedback{-ms-flex:0 0 140px;flex:0 0 140px;padding-left:10px}}.b-h-feedback__tel{display:inline-block;font-size:18px;font-weight:500;padding-right:7px}@media (max-width:1024px){.b-h-feedback__tel{margin-bottom:3px;padding-right:0}}@media (max-width:768px){.b-h-feedback__tel{font-size:17px}}.b-h-feedback__callback{display:inline-block;border-bottom:1px dashed #004391;font-size:15px;color:#004391;transition:.2s}@media (max-width:768px){.b-h-feedback__callback{display:none}}.b-h-feedback__callback:hover{border-color:transparent}.b-h-nav{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.b-h-nav__item:not(:last-of-type) a{padding-right:15px}.b-h-nav__link{display:block;transition:.2s}.b-h-nav__link:hover{color:#d80037}.header{background-color:#fff;margin-bottom:20px;position:relative;box-shadow:0 3px 6px rgba(0,0,0,.08)}@media (max-width:768px){.header{position:fixed;top:0;right:0;left:0;z-index:12;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:0;border-bottom:1px solid #ccd9e3}}@media (max-width:600px){.header{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}}.header:after{width:100%;height:100%;position:absolute;left:0;top:0;box-shadow:0 3px 6px red;z-index:10}.header__top{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 40px;border-bottom:1px solid #ccd9e3;font-weight:500}@media (max-width:1024px){.header__top{padding:10px 20px}}@media (max-width:768px){.header__top{display:none}}.header__middle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:18px 40px 15px;border-bottom:1px solid #ccd9e3}@media (max-width:1024px){.header__middle{padding:18px 20px 15px}}@media (max-width:768px){.header__middle{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:14px 15px 12px;padding-right:0;border:none}}@media (max-width:600px){.header__middle{height:65px;border-bottom:1px solid #ccd9e3}}.header__middle>.btn-nav{display:none}@media (max-width:768px){.header__middle>.btn-nav{display:-ms-flexbox;display:flex;height:35px;min-width:40px}}.header__bottom{display:-ms-flexbox;display:flex;position:relative;height:55px;border-bottom:1px solid #ccd9e3}@media (max-width:1200px){.header__bottom{padding:0 40px}}@media (max-width:1024px){.header__bottom{padding:0 20px}}@media (max-width:768px){.header__bottom{-ms-flex-pack:end;justify-content:flex-end;padding:0 15px;border:none}}@media (max-width:600px){.header__bottom{-ms-flex-pack:distribute;justify-content:space-around;height:auto}}@media (max-width:768px){.header__bottom .btn-nav{display:none}}#header_1.header .logo{-ms-flex:0 0 111px;flex:0 0 111px}#header_1.header .b-nav__list{padding-right:25px;-ms-flex-pack:justify;justify-content:space-between;padding-left:25px}#header_1.header .b-nav__item{-ms-flex:none;flex:none}@media (max-width:768px){.header{display:block}}@media (max-width:768px){.header__bottom,.header__middle,.header__top{display:none}}.header__top__mobile{display:none;background-color:#ccd9e3;padding:10px 15px}@media (max-width:768px){.header__top__mobile{display:-ms-flexbox;display:flex}}.header__top__mobile .city-select{display:-ms-flexbox;display:flex;width:100%;-ms-flex-preferred-size:100%;flex-basis:100%;margin:0;font-size:13px}.header__top__mobile .city-select__title{margin-right:15px}.header__bottom__mobile{display:none;padding:15px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:768px){.header__bottom__mobile{display:-ms-flexbox;display:flex}}.header__bottom__mobile .b-h-cart{position:static;width:auto;-ms-flex:none;flex:none}.header__bottom__mobile .b-h-cart__text{display:none}.header__bottom__mobile .b-h-cart__icon svg{width:25px;height:25px}.header__bottom__mobile .b-h-feedback{display:block;-ms-flex:none;flex:none;width:auto;padding:0;margin-top:-7px}.header__bottom__mobile .b-h-feedback__tel{font-size:0;width:25px;height:25px;background:url(/local/client/img/phone.svg) 50% no-repeat}.header__bottom__mobile>.b-authorize__container .b-authorize{font-size:0;width:25px;height:25px;background:url(/local/client/img/user.svg) 50% no-repeat}.header__bottom__mobile>.b-authorize__container .b-authorize__slash,.header__bottom__mobile>.b-authorize__container .header-personal__profile{display:none}.header__bottom__mobile .btn-nav{min-width:auto;padding:15px 0}.header__bottom__mobile .b-nav{top:110px}.header__bottom__mobile .btn-nav__icon{display:block}.header__bottom__mobile .btn-nav__icon:before{top:-6px}.header__bottom__mobile .btn-nav__icon:after{top:6px}.link{padding-bottom:1px;border-bottom:1px solid;border-color:#004391;color:#004391}.link,.link:hover{transition:.2s ease}.link:hover{border-color:transparent}.loader{position:fixed;left:0;top:0;bottom:0;right:0;z-index:1300;background-color:rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:all .3s}.loader.active{opacity:1;visibility:visible}.loader__inner{position:absolute;top:50%;left:50%;width:80px;height:80px;transform:translate(-50%,-50%) rotate(45deg) translateZ(0);animation:a 1.2s infinite ease-in-out}.loader__inner span{position:absolute;display:block;width:40px;height:40px;background-color:#ee4040;animation:b 1.2s infinite ease-in-out both}.loader__inner span:first-child{top:0;left:0}.loader__inner span:nth-child(2){top:0;right:0;animation:c 1.2s infinite ease-in-out both}.loader__inner span:nth-child(3){bottom:0;left:0;animation:c 1.2s infinite ease-in-out both}.loader__inner span:nth-child(4){bottom:0;right:0}@keyframes a{0%,10%,to{width:80px;height:80px}65%{width:150px;height:150px}}@keyframes b{0%,30%{transform:rotate(0)}55%{background-color:#f37272}to{transform:rotate(90deg)}}@keyframes c{0%,20%{transform:rotate(0)}55%{background-color:#f37272}to{transform:rotate(-90deg)}}.logo{-ms-flex:0 0 152px;flex:0 0 152px}@media (max-width:768px){.logo{-ms-flex-preferred-size:80px;flex-basis:80px}}.logo img{width:100%;height:auto;vertical-align:middle;-o-object-fit:contain;font-family:object-fit\:contain;object-fit:contain}@media (max-width:768px){.main{padding-top:112px}}.pagination{margin:20px -5px 45px 0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:768px){.pagination{margin-right:0;-ms-flex-pack:center;justify-content:center}}.pagination__item{display:-ms-flexbox;display:flex;height:40px;width:40px;margin-right:5px;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:3px;background-color:#e1edf6;font-weight:500;color:#004391;transition:all .3s;padding-top:5px}.pagination__item.active,.pagination__item:hover{background-color:#004391;color:#fff}.pagination__item--dots,.pagination__item.active{cursor:default}.pagination__item--dots{background-color:transparent!important}.pagination__item--dots:hover{color:#004391}.plus{position:relative;width:15px;height:15px;padding:15px;cursor:pointer}.plus:hover:after,.plus:hover:before{background-color:#004391}.plus:after,.plus:before{content:"";position:absolute;left:calc(50% - 2px);top:calc(50% - 6px);right:0;bottom:0;width:2px;height:15px;background-color:#b1b1b1;transition:.2s}.plus:before{transform:rotate(-45deg)}.plus:after{transform:rotate(45deg)}.plus--cross:after,.plus--cross:before{background-color:#004391}.plus--cross:hover:after,.plus--cross:hover:before{background-color:#d80037}@media print{.b-about-us-hist__show-more,.b-about-us .title-2,.b-about-us__img,.b-about-us__management,.b-about-us__production,.b-aside__left,.b-breadcrumbs,.b-c-card .btn,.b-count__text,.b-count__wrap,.b-detail .b-slider__wrap,.b-detail .title-2,.b-detail__info,.b-feedback,.b-h-feedback__callback,.b-modal--route,.b-p-d-card__info,.b-p-d-card__row:first-child,.b-p-d-card__top,.b-points-of-sale .title-2,.b-search,.b-search__toggle,.btn__product,.city-select,.copyright__links,.footer__top,.gm-style-cc,.gm-svpc,.gmnoprint,.gmnoprint.gm-style-cc,.header__bottom,.header__top,.title-1 a{display:none!important}.b-map{height:500px!important;margin-bottom:0}.b-c-cards{display:block;padding:0!important;margin:0!important}.b-c-cards .b-c-card{width:100%;margin:0!important;break-inside:avoid}.header{box-shadow:none;position:static!important;height:65px!important}.header__middle{padding:0}.main{padding-top:0!important}.b-about-us__requisites{page-break-before:always}.b-about-us__requisites a{text-decoration:none;color:#292727;border-bottom:none}}.prompt{padding-top:14px;padding-bottom:18px;font-size:13px;line-height:1.5em;color:#607788}.hoverShadow,.select-options:before{box-shadow:0 3px 10px rgba(0,0,0,.16)}.select{margin-bottom:-8px;display:inline-block;height:22px}.select,.select__wrap{position:relative}.select-hidden{display:none;visibility:hidden;padding-right:10px}.select-hidden.inactive+.select-styled{pointer-events:none;cursor:default}.select-hidden.inactive+.select-styled:after{display:none}.select-styled{position:relative;top:0;right:0;bottom:0;left:0;background-color:transparent;transition:.2s ease-in;cursor:pointer}.select-styled:after{content:"";display:inline-block;width:8px;height:10px;margin-left:5px;background-image:url(/local/client/icons/arrow-b.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;transition:.2s}.select-styled:hover{text-decoration:underline}.select-styled.active:after{transform:rotate(180deg)}.select-options{display:none;top:100%;right:0;left:0;z-index:999;margin:0;padding:0}.select-options:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}.select-options li{margin:0;padding:12px 15px;position:relative;background-color:#fff;transition:.2s ease-in;z-index:2;cursor:pointer}.select-options li:hover{background:#f1f7fb}.select-options li[rel=hide]{display:none}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0 none!important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;box-sizing:border-box}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px!important}.selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:700;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 0 0;border-left:1px solid #d0d0d0;border-radius:0 2px 2px 0;box-sizing:border-box}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.selectize-control.single .selectize-input.input-active,.selectize-input{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:6px 8px 3px}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0 2px 0 0!important;text-indent:0!important;border:0 none!important;background:none!important;line-height:inherit!important;-webkit-user-select:auto!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none!important}.selectize-input:after{content:" ";display:block;clear:left}.selectize-input.dropdown-active:before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown .optgroup-header,.selectize-dropdown .option{padding:5px 8px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;-webkit-overflow-scrolling:touch}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:gray transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px;border-color:transparent transparent gray}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}.shadow{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.3;transition:.2s ease}.tag{width:100px;height:25px;margin-bottom:5px;background-repeat:no-repeat;background-position:0;background-size:100% 100%;text-align:center;font-size:12px;font-weight:500;line-height:25px;pointer-events:none;z-index:2}.tag__wrap{position:absolute;top:0;left:0;z-index:1}.tag--sale{background-image:url(/local/client/icons/tag-sale.svg)}.tag--new{background-image:url(/local/client/icons/tag-new.svg)}.tag--order{background-image:url(/local/client/icons/tag-order.svg)}.tag--bestseller{background-image:url(/local/client/icons/tag-bestseller.svg)}.tooltip{display:inline-block;width:16px;height:16px;background-color:#004391;text-align:center;font-size:10px;font-weight:500!important;line-height:20px;border-radius:50%;color:#fff;position:relative;cursor:default}.tooltip:hover .tooltip__content{opacity:1;visibility:visible}.tooltip__content{width:320px;padding:15px 20px 20px;position:absolute;left:31px;top:50%;transform:translateY(-50%);background:rgba(225,237,246,.85);text-align:left;font-size:12px;font-weight:400!important;line-height:1.3;color:#212121;opacity:0;visibility:hidden;transition:opacity .3s ease,visible .3s ease;z-index:2}@media (max-width:1366px){.tooltip__content{width:290px}}@media (max-width:768px){.tooltip__content{width:205px;left:-175px;top:25px;transform:translateY(0)}}.tooltip__content:before{content:"";width:16px;height:16px;position:absolute;left:-8px;top:calc(50% - 8px);transform:rotate(45deg);background-color:#e1edf6}@media (max-width:768px){.tooltip__content:before{left:85%;top:-6px}}#top-alert{color:#004391;background-color:#fff;font-size:14px;position:fixed;top:0;z-index:100000;width:100%;display:-ms-flexbox!important;display:flex!important;-ms-flex-pack:center;justify-content:center;padding:7px 0;max-width:452px;margin:auto;left:0;right:0;-ms-flex-align:center;align-items:center;transition:all .5s;box-shadow:0 3px 6px rgba(0,0,0,.08);border:1px solid #ccd9e3}@media (max-width:600px){#top-alert{max-width:100%;padding:7px 10px}}#top-alert.hidden{top:-45px;transition:all .5s}@media (max-width:600px){#top-alert.hidden{top:-53px}}.top-alert-icon{margin-right:5px;border:1px solid;border-radius:50%;padding:2px 6px 0 5px;text-align:center;line-height:13px}.top-alert-text{padding-top:5px}#top-alert-close{position:absolute;padding-top:3px;right:10px;font-size:30px;top:0;cursor:pointer;bottom:0;margin:auto;transition:all .2s ease;height:37px}#top-alert-close:hover{transform:scale(1.1);text-shadow:1px 2px 1px rgba(0,0,0,.16);transition:all .2s ease}@media (max-width:600px){#top-alert-close{position:static}}/*!
 * # Semantic UI 2.3.3 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.transition{animation-iteration-count:1;animation-duration:.3s;animation-timing-function:ease;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{animation-play-state:paused}.looping.transition{animation-iteration-count:infinite}.transition.browse{animation-duration:.5s}.transition.browse.in{animation-name:d}.transition.browse.left.out,.transition.browse.out{animation-name:e}.transition.browse.right.out{animation-name:f}@keyframes d{0%{transform:scale(.8) translateZ(0);z-index:-1}10%{transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{transform:scale(1.05) translateZ(0);opacity:1;z-index:999}to{transform:scale(1) translateZ(0);z-index:999}}@keyframes e{0%{z-index:999;transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}to{z-index:-1;transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes f{0%{z-index:999;transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}to{z-index:1;transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{transform-origin:top center;animation-duration:.4s;animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{animation-name:g}.drop.transition.out{animation-name:h}@keyframes g{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes h{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.transition.fade.in{animation-name:i}.transition[class*="fade up"].in{animation-name:j}.transition[class*="fade down"].in{animation-name:k}.transition[class*="fade left"].in{animation-name:l}.transition[class*="fade right"].in{animation-name:m}.transition.fade.out{animation-name:n}.transition[class*="fade up"].out{animation-name:o}.transition[class*="fade down"].out{animation-name:p}.transition[class*="fade left"].out{animation-name:q}.transition[class*="fade right"].out{animation-name:r}@keyframes i{0%{opacity:0}to{opacity:1}}@keyframes j{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@keyframes k{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@keyframes l{0%{opacity:0;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes m{0%{opacity:0;transform:translateX(-10%)}to{opacity:1;transform:translateX(0)}}@keyframes n{0%{opacity:1}to{opacity:0}}@keyframes o{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5%)}}@keyframes p{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5%)}}@keyframes q{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(5%)}}@keyframes r{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{animation-duration:.6s}.horizontal.flip.transition.in{animation-name:s}.horizontal.flip.transition.out{animation-name:u}.vertical.flip.transition.in{animation-name:t}.vertical.flip.transition.out{animation-name:v}@keyframes s{0%{transform:perspective(2000px) rotateY(-90deg);opacity:0}to{transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes t{0%{transform:perspective(2000px) rotateX(-90deg);opacity:0}to{transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes u{0%{transform:perspective(2000px) rotateY(0);opacity:1}to{transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes v{0%{transform:perspective(2000px) rotateX(0);opacity:1}to{transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{animation-name:w}.scale.transition.out{animation-name:x}@keyframes w{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes x{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.transition.fly{animation-duration:.6s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{animation-name:y}.transition[class*="fly up"].in{animation-name:z}.transition[class*="fly down"].in{animation-name:A}.transition[class*="fly left"].in{animation-name:B}.transition[class*="fly right"].in{animation-name:C}.transition.fly.out{animation-name:D}.transition[class*="fly up"].out{animation-name:E}.transition[class*="fly down"].out{animation-name:F}.transition[class*="fly left"].out{animation-name:H}.transition[class*="fly right"].out{animation-name:G}@keyframes y{0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}@keyframes z{0%{opacity:0;transform:translate3d(0,1500px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes A{0%{opacity:0;transform:translate3d(0,-1500px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes B{0%{opacity:0;transform:translate3d(1500px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes C{0%{opacity:0;transform:translate3d(-1500px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes D{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes E{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes F{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes G{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes H{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{animation-name:I;transform-origin:top center}.transition[class*="slide up"].in{animation-name:I;transform-origin:bottom center}.transition[class*="slide left"].in{animation-name:J;transform-origin:center right}.transition[class*="slide right"].in{animation-name:J;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{animation-name:K;transform-origin:top center}.transition[class*="slide up"].out{animation-name:K;transform-origin:bottom center}.transition[class*="slide left"].out{animation-name:L;transform-origin:center right}.transition[class*="slide right"].out{animation-name:L;transform-origin:center left}@keyframes I{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes J{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes K{0%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(0)}}@keyframes L{0%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}.transition.swing{animation-duration:.8s}.transition[class*="swing down"].in{animation-name:M;transform-origin:top center}.transition[class*="swing up"].in{animation-name:M;transform-origin:bottom center}.transition[class*="swing left"].in{animation-name:N;transform-origin:center right}.transition[class*="swing right"].in{animation-name:N;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{animation-name:O;transform-origin:top center}.transition[class*="swing up"].out{animation-name:O;transform-origin:bottom center}.transition[class*="swing left"].out{animation-name:P;transform-origin:center right}.transition[class*="swing right"].out{animation-name:P;transform-origin:center left}@keyframes M{0%{transform:perspective(1000px) rotateX(90deg);opacity:0}40%{transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{transform:perspective(1000px) rotateX(15deg)}80%{transform:perspective(1000px) rotateX(-7.5deg)}to{transform:perspective(1000px) rotateX(0)}}@keyframes N{0%{transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{transform:perspective(1000px) rotateY(30deg);opacity:1}60%{transform:perspective(1000px) rotateY(-17.5deg)}80%{transform:perspective(1000px) rotateY(7.5deg)}to{transform:perspective(1000px) rotateY(0)}}@keyframes O{0%{transform:perspective(1000px) rotateX(0)}40%{transform:perspective(1000px) rotateX(-7.5deg)}60%{transform:perspective(1000px) rotateX(17.5deg)}80%{transform:perspective(1000px) rotateX(-30deg);opacity:1}to{transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes P{0%{transform:perspective(1000px) rotateY(0)}40%{transform:perspective(1000px) rotateY(7.5deg)}60%{transform:perspective(1000px) rotateY(-10deg)}80%{transform:perspective(1000px) rotateY(30deg);opacity:1}to{transform:perspective(1000px) rotateY(-90deg);opacity:0}}.transition.zoom.in{animation-name:Q}.transition.zoom.out{animation-name:R}@keyframes Q{0%{opacity:1;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes R{0%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(0)}}.flash.transition{animation-duration:.75s;animation-name:S}.shake.transition{animation-duration:.75s;animation-name:T}.bounce.transition{animation-duration:.75s;animation-name:U}.tada.transition{animation-duration:.75s;animation-name:V}.pulse.transition{animation-duration:.5s;animation-name:W}.jiggle.transition{animation-duration:.75s;animation-name:X}.transition.glow{animation-duration:2s;animation-timing-function:cubic-bezier(.19,1,.22,1);animation-name:Y}@keyframes S{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes T{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes U{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}@keyframes V{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes W{0%{transform:scale(1);opacity:1}50%{transform:scale(.9);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes X{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes Y{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}to{background-color:#fcfcfd}}/*!
 * # Semantic UI 2.3.3 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0;background:#fff;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown.dropdown .menu>.input{width:auto;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0;margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;transform:rotate(0);min-width:14em;min-height:2.71428571em;background:#fff;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:rgba(0,0,0,.87);box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:""}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit;position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search,.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:hsla(0,0%,45%,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;box-shadow:inset 0 0 0 1px rgba(34,36,38,.15)}.ui.multiple.dropdown .dropdown.icon{margin:"";padding:""}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after,.ui.loading.dropdown>i.icon:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}.ui.loading.dropdown>i.icon:after{box-shadow:0 0 0 1px transparent;animation:Z .6s linear;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@keyframes Z{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:hsla(0,0%,75%,.87)}.ui.default.dropdown:not(.button)>input:focus~.text,.ui.dropdown:not(.button)>input:focus~.default.text{color:hsla(0,0%,45%,.87)}.ui.loading.dropdown>.text{transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu,.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown,.ui.upward.selection.dropdown.visible{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08)}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden}.ui.scrolling.dropdown .menu{overflow-x:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-y:auto;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;border:none;box-shadow:none!important;border-radius:0!important;margin:0!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu .item:first-child,.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:"";visibility:visible;transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);background:#fff;z-index:2;top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.pointing.dropdown>.left.menu:after,.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto!important;right:1em!important;margin:0;transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;transform:rotate(-45deg)}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto!important;right:100%!important;margin:0 1em 0 0}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.pointing.upward.dropdown .menu,.ui.top.pointing.upward.dropdown .menu{top:auto!important;bottom:100%!important;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.pointing.upward.dropdown .menu:after,.ui.top.pointing.upward.dropdown .menu:after{top:100%!important;bottom:auto!important;box-shadow:1px 1px 0 0 rgba(34,36,38,.15);margin:-.25em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 1em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 0 0 1em}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center;width:auto}.ui.dropdown>.dropdown.icon:before{content:"\F0D7"}.ui.dropdown .menu .item .dropdown.icon:before{content:"\F0DA"}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:"\F0D9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\F0DA"}.ymaps-2-1-74-map-bg{background:none!important}.back-c{background-position:50%;background-repeat:no-repeat;background-size:cover}.rouble:after{content:"\20BD";margin-left:5px}.hidden{display:none}.o-hidden{overflow:hidden}.column-2{column-count:2;column-gap:100px}.covered{position:absolute;top:0;right:0;left:0;bottom:0;height:100%;width:100%;margin:auto;z-index:5}.nowrap{white-space:nowrap}.bold{font-weight:500}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{transform:translateZ(0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connect{background:#3fb8af;border-radius:4px;box-shadow:inset 0 0 3px rgba(51,51,51,.45);transition:background .45s}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-handle,[disabled] .noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{transform:translateY(-50%);top:50%;right:120%}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-ms-flexbox;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-ms-flex-align:start;align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;font-family:object-fit\:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:ab 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes ab{to{transform:rotate(1turn)}}.datepicker--cells{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:1;flex:1 1 0%;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,transform .3s ease,left 0s .3s;z-index:100}.datepicker.-from-top-{transform:translateY(-8px)}.datepicker.-from-right-{transform:translateX(8px)}.datepicker.-from-bottom-{transform:translateY(8px)}.datepicker.-from-left-{transform:translateX(-8px)}.datepicker.active{opacity:1;transform:translate(0);transition:opacity .3s ease,transform .3s ease,left 0s 0s}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-ms-flexbox;display:flex;cursor:pointer;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-ms-flexbox;display:flex}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-ms-flex:1;flex:1 1 0%;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex:1;flex:1 1 0%;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:"";background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(90deg,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-ms-flex:1;flex:1 1 0%;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower,.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:"";background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/lsr/components/bitrix/search.title/.default/style.css?15156502112939*/
div.title-search-result {
    background: #FFF;
    display: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 205;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.title-search-result th {
    background-color: #F1F7FB;
    color: #292727;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 14px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}

table.title-search-result td {
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
}

table.title-search-result td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
    vertical-align: top;
    display: block;
}

table.title-search-result td.title-search-item img {
    vertical-align: top;
}

table.title-search-result td.title-search-item b {
    color: #cf0000;
    font-weight: normal;
}

/*table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {*/
    /*background-color: #fff2be;*/
/*}*/

table.title-search-result td.title-search-more {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
}
@media (max-width: 480px) {
    table.title-search-result td.title-search-more {
        padding-left: 5px;
        padding-right: 5px;
    }
}

table.title-search-result td.title-search-more a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 12px;
    color: #212121;
    white-space: normal;
}
table.title-search-result td.title-search-more b {
    color: #D80037;
    font-weight: 400;
}

table.title-search-result td.title-search-all {
    padding-left: 24px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
@media (max-width: 480px) {
    table.title-search-result td.title-search-all {
        padding-left: 5px;
        padding-right: 5px;
    }
}

table.title-search-result td.title-search-all a {
    padding-left: 4px;
    text-decoration: none;
    color: #808080;
}

table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

div.title-search-fader {
    display: none;
    background-image: url('/local/templates/lsr/components/bitrix/search.title/.default/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
/* End */


/* Start:/local/templates/lsr/styles.css?165788195310637*/
.b-sale-card {
  background-color: #fff;
  transition: .2s;
}
.b-sale-card__top {
  width: 100%;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .b-sale-card__top {
    height: 165px;
  }
}
.b-sale-card__bottom {
  padding: 15px 40px 25px;
}
@media (max-width: 1024px) {
  .b-sale-card__bottom {
    padding: 20px 20px 25px;
  }
}
.b-sale-card__title {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .b-sale-card__title {
    margin-bottom: 8px;
  }
}
.b-sale-card__text {
  margin-bottom: 13px;
  font-size: 16px;
}
.b-sale-card__link {
  padding: 13px 25px 10px !important;
}
@media (max-width: 1024px) {
  .b-sale-card__link {
    width: 100%;
  }
}.b-sale__section {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   min-height: 250px;
   margin-bottom: 20px;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background-color: #D80037;
 }
@media (max-width: 768px) {
  .b-sale__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-sale__section-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 60px 40px 50px;
  color: #fff;
}
@media (max-width: 768px) {
  .b-sale__section-left {
    padding: 20px 15px;
  }
}
.b-sale__section-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .b-sale__section-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}
.b-sale__section-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .b-sale__section-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.b-sale__section-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .b-sale__section-text {
    font-size: 14px;
  }
}






.b-delivery__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 28px 30px 45px 0;
}
@media (max-width: 1024px) {
  .b-delivery__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    padding-left: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .b-delivery__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 15px 36px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.b-delivery__item--main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 40px;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .b-delivery__item--main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .b-delivery__item--main {
    padding: 28px 12px 40px 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.b-delivery__item--main .b-delivery__title {
  width: 70%;
  font-size: 24px;
  margin-bottom: -14px;
}
@media (max-width: 1024px) {
  .b-delivery__item--main .b-delivery__title {
    width: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .b-delivery__item--main .b-delivery__title {
    font-size: 20px;
  }
}
.b-delivery__icon {
  margin-right: 10px;
  margin-top: 6px;
}
.b-delivery__icon svg {
  width: 43px;
  height: 30px;
}
@media (max-width: 768px) {
  .b-delivery__icon svg {
    width: auto;
  }
}
.b-delivery__icon--car {
  min-width: 43px;
  height: 30px;
  margin-right: 19px;
}
.b-delivery__icon--cargo {
  min-width: 31px;
  height: 33px;
}
.b-delivery__icon--cargo svg {
  width: 31px;
  margin-right: 8px;
  height: 33px;
  margin-top: -4px;
}
.b-delivery__icon--globe {
  min-width: 33px;
  height: 33px;
}
.b-delivery__icon--globe svg {
  width: 33px;
  height: 33px;
  margin-top: -4px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .b-delivery__icon {
    width: 100%;
    margin: 0 0 5px;
  }
}
.b-delivery__link {
  font-size: 15px;
  color: #004391;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .b-delivery__link {
    margin-left: auto;
  }
}
.b-delivery__link svg {
  width: 15px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  border: 1px solid #D80037;
  border-radius: 50%;
  margin-left: 6px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: .2s;
}
.b-delivery__link svg path {
  fill: #D80037;
}
.b-delivery__link:hover svg {
  margin-left: 14px;
  margin-right: -4px;
}
.b-delivery__text {
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .b-delivery__text {
    max-width: none;
    font-size: 14px;
  }
}
.b-delivery__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .b-delivery__title {
    margin-bottom: 8px;
  }
}







.b-how-to-order {
  padding: 40px 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .b-how-to-order {
    padding: 20px 15px;
  }
}
.b-how-to-order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.b-how-to-order__item:not(:last-of-type) {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .b-how-to-order__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.b-how-to-order__num {
  min-width: 40px;
  margin-right: 20px;
  line-height: 40px;
  background-color: #E1EDF6;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .b-how-to-order__num {
    margin-right: 15px;
  }
}
.b-how-to-order__mask {
  position: relative;
  z-index: 1;
}
.b-how-to-order__mask:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b-how-to-order__text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.b-how-to-order__text > p:last-child {
  margin-bottom: 0 !important;
}
.b-how-to-order__text p {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
}
.b-how-to-order__text p a {
  display: inline;
  color: #004391;
  border-bottom: 1px solid #004391;
  transition: .2s;
}
.b-how-to-order__text p a:hover {
  border-color: transparent;
}
.b-how-to-order .b-search {
  display: block !important;
}
@media (max-width: 768px) {
  .b-how-to-order .b-search__inner {
    height: 40px !important;
    position: static !important;
    opacity: 1;
    z-index: 2;
    border: 1px solid #CCD9E3;
  }
}
.b-how-to-order .b-search__form {
  margin: 0 !important;
}
.b-how-to-order .btn__product {
  max-width: 200px;
}
.b-how-to-order .b-order__sum {
  max-width: 290px;
  margin-bottom: 0;
  background-color: #E1EDF6;
}
@media (max-width: 390px) {
  .b-how-to-order .b-order__sum {
    max-width: calc(100% + 60px);
    margin-left: -60px;
  }
}





.b-order__sum {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .b-order__sum {
    padding: 20px 15px;
  }
}
.b-order__sum-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}
.b-order__sum-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}
.b-order__sum-item span:first-of-type {
  padding-right: 10px;
}
.b-order__sum-item span:last-of-type {
  text-align: right;
  white-space: nowrap;
}
.b-order__sum-text {
  line-height: 1.4;
}
.b-order__sum .btn {
  width: 100%;
  margin: 20px 0 10px;
}
.b-order__sum .b-feedback__privacy {
  margin-right: 0;
}
.b-order__sum .b-feedback__privacy a {
  color: #004391;
}
.btn--blue {
  background-color: #004391;
  color: #fff;
  transition: .2s;
}
.b-about-us__requisites-item span.ya-phone {
	font-weight: 400;
}
.footer_social{
    margin-top: 2rem;
    width: 100%;
}
.footer_social a{
    background-color: transparent;
}
.footer_social a svg{
    margin-right: 15px;
    width: 28px;
    height: 18px;
    transition-property: fill;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    fill: white;
}

.footer_social a:hover svg{
    fill: #ccd9e3;
}

.b-header__wrap-app {
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 20px;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.b-header__wrap-app .j-header-app-close {
    position: static;
    min-width: 15px;
    cursor: pointer;
    border-radius: 100%;
    border: 0;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 1rem;
    text-decoration: none !important
}

.b-header__wrap-app .b-header__app-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-header__wrap-app .b-header__app-icon {
    display: block;
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 15px
}

.b-header__wrap-app .b-header__app-text {
    min-width: 115px
}

.b-header__wrap-app .b-header__app-ttl {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600
}

.b-header__wrap-app .b-header__app-subttl {
    font-size: 10px;
    line-height: 15px
}

.b-header__wrap-app .b-header__app-btn {
    background: #004391;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    padding: 6px 11px;
    text-decoration: none !important
}

@media (max-width: 767px) {
    .b-header__wrap-app.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 380px) {
    .b-header__wrap-app {
        padding: 20px 12px
    }

    .b-header__wrap-app .b-header__app-icon {
        margin-right: 10px
    }

    .b-header__wrap-app .b-header__app-ttl {
        font-size: 17px
    }
}
/* End */
/* /local/client/build/main.css?1645081430232181 */
/* /local/templates/lsr/components/bitrix/search.title/.default/style.css?15156502112939 */
/* /local/templates/lsr/styles.css?165788195310637 */

/*Добавить в сборку*/
.b-web-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header__bottom__mobile>.b-web-link__container .b-web-link {
    font-size: 0;
    width: 25px;
    height: 25px;
    background: url('/local/client/icons/web.svg') 50% no-repeat;
}
/* End */
/* /local/client/build/main.css?1694171434316225 */
/* /local/templates/lsr/components/bitrix/search.title/.default/style.css?16710057572939 */
/* /local/templates/lsr/styles.css?170314404113917 */
/* /local/templates/lsr/template_styles.css?1752128131246577 */
