/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 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;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * 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: none;
  margin: 0;
  padding: 0;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
.reset {
  margin: 0;
  padding: 0;
}
.transition {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
body {
  width: 100%;
  max-width: 100%;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.footer {
  margin-top: auto;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
address {
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
figure {
  margin: 0;
  padding: 0;
}
textarea,
input,
button {
  font: inherit;
  border: none;
  outline: none;
}
button {
  padding: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
}
h1,
.title-1 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
}
h2,
.title-2 {
  padding-left: 12px;
  font-weight: 600;
  font-size: 24px;
  color: #2D9CDB;
}
h2{color:#333333; padding-left:0}
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.wrapper {
  width: 1355px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wrapper__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper__content {
  width: calc(100% - 265px);
  margin-bottom: 25px;
}
.wrapper__content .product__item {
  width: 25%;
}
.wrapper__content .product__list--table .product__basket {
  margin-left: 30px;
}
.wrapper__content .product__list--table .product__form {
  width: 55%;
}
.header {
  border-top: 10px solid #92BDFD;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8px;
  padding-bottom: 5px;
}
.header__slogan {
  max-width: 180px;
  color: #4F4F4F;
  line-height: 25px;
}
.header__block {
  position: relative;
  display: block;
}
.header__block b {
  font-weight: 600;
}
.header__block--phone .header__link {
  text-align: right;
}
.header__block--basket,
.header__block--like,
.header__block--cabinet {
  padding-left: 40px;
}
.header__block--basket::before,
.header__block--like::before,
.header__block--cabinet::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/user.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.header__block--like {
  padding-left: 34px;
}
.header__block--like::before {
  width: 20px;
  background-image: url(../img/icons/like.svg);
}
.header__block--basket {
  padding-right: 12px;
}
.header__block--basket::before {
  background-image: url(../img/icons/basket.svg);
}
.header__link {
  display: block;
  margin: 0;
  color: #2196F3;
}
.header__link:hover,
.header__link:active {
  text-decoration: underline;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__links .header__link {
  margin-right: 5px;
}
.header__links .header__link::after {
  content: "/";
  margin-left: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.header__links .header__link:last-child::after {
  display: none;
}
.phone {
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 24px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.phone::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.phone_1::before{
  background-position: 0 0;
}
.phone_2::before{
  background-image: none;
}
.phone:hover,
.phone:active {
  color: #BA002A;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  background-color: #92BDFD;
  border-left: 1px solid #6FDBFE;
}
.menu__dropbtn,
.menu__btn {
  display: none;
}
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu__item {
  position: relative;
  border-right: 1px solid #6FDBFE;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.menu__item:hover {
  background-color: #A2C5FA;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.menu__item:hover .menu__sublist {
  display: block;
}
.menu__item:first-child {
  background-image: url(../img/icons/menu.svg);
  background-repeat: no-repeat;
  background-size: 21px 18px;
  background-position: left 15px center;
}
.menu__item:first-child .menu__link {
  padding: 11px 78px;
}
.menu__link {
  display: block;
  padding: 10px 30px;
  font-weight: 600;
}
.menu__sublist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 265px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 36, 163, 0.15);
          box-shadow: 0px 0px 30px rgba(0, 36, 163, 0.15);
}
.menu__subitem {
  position: relative;
  color: #4F4F4F;
  border-bottom: 1px solid #F2F2F2;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.menu__subitem a {
  display: block;
  padding: 7px 15px;
}
.menu__subitem--arrow {
  background-image: url(../img/icons/arrow-menu.svg);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: right 15px center;
}
.menu__subitem:hover,
.menu__subitem:active,
.menu__subitem--active {
  color: #fff;
  background-color: #92BDFD;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.menu__subitem:hover--arrow,
.menu__subitem:active--arrow,
.menu__subitem--active--arrow {
  background-image: url(../img/icons/arrow-menu-white.svg);
}
.menu__subitem:hover > .menu__drop {
  display: block;
}
.menu__drop {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  width: 265px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 36, 163, 0.15);
          box-shadow: 0px 0px 30px rgba(0, 36, 163, 0.15);
}
.search {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px;
  border: 1px solid #92BDFD;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.search:hover {
  background-color: #fff;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.search:hover .search__btn {
  background-color: #C9D98C;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.search:hover .search__input {
  width: 250px;
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.search__input {
  display: block;
  width: 0;
  height: 100%;
  padding: 0 10px;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.search__input::-webkit-input-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.search__input::-moz-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.search__input:-ms-input-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.search__input::-ms-input-placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.search__input::placeholder {
  color: #E0E0E0;
  opacity: 1;
}
.search__btn {
  display: block;
  width: 35px;
  height: 100%;
  background-image: url(../img/icons/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 19px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.reg .search_form .input_search{
  width: 100%;
}

.reg .search_form{
  display: flex;
  width: 99%;
}

.btn {
  width: 186px;
  height: 50px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  background-color: #92BDFD;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.btn:hover,
.btn:active {
  background-color: #2196F3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.btn--white {
  color: #2196F3;
  background-color: #fff;
  border: 1px solid #92BDFD;
}
.btn--white:hover,
.btn--white:active {
  color: #fff;
  background-color: #2196F3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.btn--arrow {
  padding-right: 26px;
  color: #F2F2F2;
  text-transform: uppercase;
  background-image: url(../img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: 26px 16px;
  background-position: right 16px center;
}
.btn--arrow:hover,
.btn--arrow:active {
  background-color: #2196F3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.more {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #2D9CDB;
  text-align: center;
}
.more span {
  border-bottom: 1px dashed #2D9CDB;
}
.more:hover span,
.more:active span {
  border-color: #fff;
}
.btn-top {
  position: fixed;
  z-index: 100;
  bottom: 35px;
  right: 60px;
  width: 48px;
  height: 48px;
  background-color: #92BDFD;
  background-image: url(../img/icons/arrow.svg);
  background-size: 26px 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  display: none;
}
.btn-top:hover,
.btn-top:active {
  background-color: #2196F3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.promo__slider {
  width: 100%;
}
.promo__slide {
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 70px;
  border: 1px solid #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.promo__info {
  width: 515px;
  max-width: 100%;
  padding: 50px 0;
}
.promo__img {
  width: calc(100% - 550px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo__img img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.promo__title {
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  text-transform: uppercase;
}
.promo__title span {
  color: #92BDFD;
}
.promo__discount {
  width: 186px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.promo__price {
  width: 186px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #92BDFD;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: url(../img/icons/next.svg);
  background-size: 13px 20px;
  outline: none;
}
.swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #E0E0E0;
  opacity: 1;
  outline: none;
}
.swiper-pagination-bullet-active {
  background-color: #E0E0E0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 11px;
}
.benefits {
  min-height: 98px;
  padding-top: 13px;
  padding-bottom: 19px;
}
.benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefits__item {
  position: relative;
  width: 25%;
  padding-left: 94px;
}
.benefits__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background: #92BDFD;
  background-repeat: no-repeat;
  background-position: center;
}
.benefits__item p {
  margin: 0;
  padding-top: 20px;
}
.benefits__item:first-child::before {
  background-image: url(../img/icons/icon-1.svg);
  background-size: 37px 25px;
}
.benefits__item:nth-child(2)::before {
  background-image: url(../img/icons/icon-2.svg);
  background-size: 37px 25px;
}
.benefits__item:nth-child(3)::before {
  background-image: url(../img/icons/icon-3.svg);
  background-size: 30px 37px;
}
.benefits__item:nth-child(4)::before {
  background-image: url(../img/icons/icon-4.svg);
  background-size: 37px 32px;
}
.catalog {
  margin-bottom: 35px;
}
.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog__item {
  position: relative;
  z-index: 1;
  width: 20%;
  padding: 15px 10px;
  padding-bottom: 10px;
  border: 1px solid #F2F2F2;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.catalog__item:hover {
  z-index: 5;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 36, 163, 0.15);
          box-shadow: 0px 0px 30px rgba(0, 36, 163, 0.15);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.catalog__item:hover .catalog__title {
  /*color: #2196F3;*/
  text-decoration: underline;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.catalog__link {
  display: block;
}
.catalog__img {
  width: 100%;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__img img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
		  max-height: 100%;
}
.catalog__title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #92BDFD;
  font-size: 18px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.catalog__links {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #828282;
}
.catalog__links a:hover,
.catalog__links a:active {
  color: #BA002A;
}
.catalog__more {
  display: block;
  color: #BA002A;
}
.catalog__more:hover,
.catalog__more:active {
  text-decoration: underline;
}
.tabs {
  margin-bottom: 35px;
}
.tabs__title {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabs__title .ui-tabs-active {
  color: #2F80ED;
  background-color: #fff;
}
.tabs__name {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.tabs__name a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  height: 60px;
  line-height: 1;
  outline: none;
}
.tabs__name:hover,
.tabs__name:active {
  color: #BA002A;
}
.tabs__field {
  position: relative;
  padding-top: 8px;
}
.tabs__wrap {
  padding-top: 20px;
  padding-bottom: 25px;
}
.product {
  position: relative;
}
.product__btns {
  position: absolute;
  top: -48px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__btn {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 52px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.product__btn--plate {
  background-image: url(../img/icons/view-1.svg);
  background-size: 20px 20px;
}
.product__btn--list {
  background-image: url(../img/icons/view-2.svg);
  background-size: 29px 20px;
}
.product__btn--table {
  background-image: url(../img/icons/view-3.svg);
  background-size: 22px 20px;
}
.product__btn:hover,
.product__btn:active,
.product__btn--active {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.product__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 20%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.product__item:hover {
  z-index: 100;
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 36, 163, 0.15);
          box-shadow: 0px 0px 30px rgba(0, 36, 163, 0.15);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.product__item:hover .product__drop {
  display: block;
}
.product__label__block{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
}

.product__list.product__list--table .product__label__block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product__label {
  width: 80px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  background-color: #2196F3;
  margin-bottom:5px
}
.product__list.product__list--table .product__label__block .product__label{
	margin-right:5px;
	margin-bottom:0
}
.product__label:last-child{margin-bottom:0}

.product__label--action {
  background-color: #EB5757;
}
.product__label--hit {
  background-color: #27AE60;
}
.product__link {
  display: block;
}
.product__link:hover .product__title,
.product__link:active .product__title {
  color: #2196F3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.product__img {
  width: 100%;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__img img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.product__title {
  margin-top: 10px;
  padding-right: 25px;
  font-weight: 600;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.product__articul {
  display: none;
  color: #BDBDBD;
}
.product__articul span {
  color: #333;
}
.product__presence {
  display: none;
  position: relative;
  margin-top: 20px;
  padding-left: 22px;
  color: #BDBDBD;
}
.product__presence::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.product__presence--yes::before {
  background-image: url(../img/icons/yes.svg);
}
.product__presence--no::before {
  background-image: url(../img/icons/no.svg);
}
.product__form {
  margin-top: auto;
}
.product__oldprice {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #BDBDBD;
  text-decoration: line-through;
}
.product__oldprice_id{
  text-align: left;
}
.product__newprice {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  text-align: center;
}
.product__number {
  display: none;
}
.product__basket {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  background-image: url(../img/icons/basket-white.svg);
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.product__like {
  position: absolute;
  z-index: 15;
  top: 240px;
  right: 15px;
  font-size: 0;
  width: 20px;
  height: 30px;
  background-image: url(../img/icons/like.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.shop_wishlist.shop-like.active {
  color: #EB5757;
  background-image: url(../img/icons/like-filled.svg);
}
.product__list--table .shop_wishlist.shop-like.active::before, .card__info .shop_wishlist.shop-like.active::before, .product__list--list .shop_wishlist.shop-like.active::before{content:"Удалить из избранного"}
.product__list--table .shop_wishlist.product__like::before, .card__info .shop_wishlist.product__like::before, .product__list--list .shop_wishlist.product__like::before{content:"Добавить в избранное"}


.product__drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 15px;
  padding-top: 0;
  background-color: #fff;
  border: 1px solid #fff;
  display: none;
}
.product__num {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  color: #333;
}
.product__value {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}
.product__list--table .product__item,
.product__list--list .product__item {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
}
.product__list--table .product__item{padding-top:20px}
.product__list--table .product__item:hover .product__drop,
.product__list--list .product__item:hover .product__drop {
  display: none;
}
.product__list--table .product__link,
.product__list--list .product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product__list--table .product__img,
.product__list--list .product__img {
  width: 240px;
}
.product__list--table .product__articul,
.product__list--list .product__articul,
.product__list--table .product__presence,
.product__list--list .product__presence {
  display: block;
}
.product__list--table .product__info,
.product__list--list .product__info {
  width: 200px;
  margin-left: 50px;
}
.product__list--table .product__form,
.product__list--list .product__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-top: 0;
}
.product__list--table .product__price,
.product__list--list .product__price {
  width: 200px;
}
.product__list--table .product__buy,
.product__list--list .product__buy {
  width: 186px;
}
.product__list--table .product__number,
.product__list--list .product__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.product__list--table .product__like,
.product__list--list .product__like {
  position: static;
  width: auto;
  display: block;
  margin-top: 35px;
  padding-left: 35px;
  color: #E0E0E0;
  font-size: 13px;
  line-height: 30px;
}
.product__list--table .product__like:hover,
.product__list--list .product__like:hover,
.product__list--table .product__like:active,
.product__list--list .product__like:active {
  color: #333;
}
.product__list--table .shop_wishlist.active,
.product__list--list .shop_wishlist.active {
  color: #EB5757 !important;
}
.product__list--table .product__oldprice,
.product__list--list .product__oldprice,
.product__list--table .product__newprice,
.product__list--list .product__newprice {
  text-align: left;
}
.product__list--table .product__item {
  padding-left: 40px;
}
.product__list--table .product__img {
  display: none;
}
.product__list--table .product__info {
  margin-left: 0;
}
.product__list--table .product__like {
  position: absolute;
  top: 30px;
  left: 250px;
  margin-top: 0;
}
.product__list--table .product__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}
.product__list--table .product__number {
  width: 186px;
  margin-bottom: 0;
}
.product__list--table .product__basket {
  margin-left: 50px;
}
.product__list--table .product__presence {
  position: absolute;
  top: 70px;
  left: 250px;
  margin: 0;
}
.product__slider {
  margin-bottom: 50px;
  margin-top: 45px;
}
.product__slider .product__item {
  width: auto;
  min-height: 455px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product__wrap {
  position: relative;
}
.gallery {
  margin-bottom: 40px;
}
.gallery .wrapper {
  position: relative;
}
.product__prev,
.brand__prev,
.review__prev,
.project__prev,
.price__prev,
.gallery__prev {
  right: 95px;
  left: auto;
  top: 10px;
}
.product__next,
.brand__next,
.review__next,
.project__next,
.price__next,
.gallery__next {
  right: 20px;
  top: 10px;
}
.gallery__slider {
  margin-top: 35px;
}
.gallery__slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 265px;
  overflow: hidden;
}
.gallery__link img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  width: auto;
  max-width: none;
}
.price {
  margin-bottom: 50px;
}
.price .wrapper {
  position: relative;
}
.price__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 18px;
  padding-top: 70px;
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
}
.price__slide .product__price {
  margin-top: auto;
}
.price__slide p {
  margin: 0;
}
.price__slide .price__title {
  margin-bottom: 65px;
}
.price__slide:hover .price__title span {
  color: #2196F3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.price__title {
  font-weight: 600;
  font-size: 24px;
}
.price__title span {
  display: block;
  color: #92BDFD;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.price__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.price__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 70px;
}
.price__list li {
  position: relative;
  padding-left: 15px;
}
.price__list li::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  color: #2196F3;
}
.consulting {
  margin-bottom: 40px;
}
.consulting__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px;
  border: 1px solid #F2F2F2;
}
.consulting__info {
  width: 250px;
  max-width: 100%;
  margin-right: 50px;
  text-align: right;
}
.consulting__form {
  width: 325px;
  max-width: 100%;
}
.consulting__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
.consulting__title span {
  color: #2D9CDB;
  font-size: 34px;
}
.consulting__subtitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
.form {
  margin-top: 38px;
}
.form--modal {
  margin-top: 0;
}
.form--modal .form__btn {
  width: 216px;
  max-width: 100%;
}
.form__label {
  display: block;
  margin-bottom: 5px;
}
.form__input, .form__text {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 45px;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #F2F2F2;
  border: 1px solid #E0E0E0;
}
.form__text{height:120px}
.form__btn {
  width: 100%;
  height: 45px;
}
.form__comment a {
  text-decoration: underline;
}
.form__comment a:hover,
.form__comment a:active {
  text-decoration: none;
}
.form__checkbox {
  display: none;
}
.form__checkbox-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.form__checkbox-label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #2D9CDB;
}
.form__checkbox:checked + .form__checkbox-label::before {
  background-color: #2D9CDB;
  background-image: url(../img/icons/tick.svg);
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-position: center;
}
.project {
  margin-bottom: 40px;
}
.project .wrapper {
  position: relative;
}
.project__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.project__info {
  width: 265px;
  padding: 25px 15px;
  border: 1px solid #F2F2F2;
}
.project__img {
  width: calc(100% - 265px);
  height: 395px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.project__img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.project__title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.project__title span {
  color: #2D9CDB;
}
.map {
  margin-bottom: 50px;
}
.map__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map__info {
  width: 265px;
  padding: 30px 15px;
  border: 1px solid #F2F2F2;
}
.map__img {
  width: calc(100% - 265px);
  height: 360px;
  background-image: url(../img/images/map.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.map__img iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.map__address {
  margin-bottom: 27px;
  color: #000;
}
.map__address p {
  margin: 0;
}
.map__address b {
  font-weight: 600;
}
.banner {
  margin-bottom: 20px;
}
.banner__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner__item {
  width: 49%;
  height: 196px;
  margin-bottom: 20px;
  border: 1px solid #F2F2F2;
}
.banner__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner__link:hover .banner__title,
.banner__link:active .banner__title {
  color: #2196F3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.banner__img {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.banner__img img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  width: auto;
}
.banner__info {
  width: 40%;
  padding: 22px;
  padding-left: 54px;
}
.banner__title {
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.review{
  margin-bottom: 30px;
}
.review .wrapper {
  position: relative;
}
.review__slider {
  border-top: 1px solid #F2F2F2;
}
.review__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 20px;
  padding-bottom: 0;
}
.review__img {
  width: 66px;
  height: 66px;
  margin-right: 30px;
  margin-top: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.review__img img {
  display: block;
}
.review__info {
  width: 255px;
  max-width: 100%;
  font-size: 16px;
  color: #283B48;
}
.review__info p {
  margin-top: 0;
}
.review__name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 13px;
}
.brand {
  margin-bottom: 22px;
}
.brand .wrapper {
  position: relative;
}
.brand__slider {
  border-top: 1px solid #F2F2F2;
}
.brand__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.footer {
  background-color: #F2F2F2;
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer__title {
  margin-top: 0;
  margin-bottom: 10px;
}
.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #828282;
}
.footer__menu a:hover,
.footer__menu a:active {
  color: #333;
  text-decoration: underline;
}
.footer__phone {
  position: relative;
  padding-left: 57px;
  margin-bottom: 15px;
}
.footer__phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__call {
  display: block;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.footer__call:hover,
.footer__call:active {
  color: #BA002A;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.footer__link {
  display: block;
  color: #2D9CDB;
  line-height: 1.5;
}
.footer__link:hover,
.footer__link:active {
  text-decoration: underline;
}
.footer__mail {
  display: block;
  position: relative;
  padding-left: 57px;
  margin-bottom: 45px;
  color: #828282;
}
.footer__mail::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 23px;
  background-image: url(../img/icons/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__mail:hover,
.footer__mail:active {
  color: #333;
  text-decoration: underline;
}
.footer__location {
  display: block;
  position: relative;
  padding-left: 57px;
}
.footer__location::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 25px;
  height: 30px;
  background-image: url(../img/icons/location.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__location b {
  font-weight: 600;
}
.footer__location address {
  display: block;
  color: #828282;
}
.footer__subscribe {
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.subscribe__input {
  display: block;
  width: 240px;
  height: 48px;
  padding: 0 15px;
  background-color: #E0E0E0;
}
.subscribe__btn {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #92BDFD;
  background-image: url(../img/icons/mail-white.svg);
  background-size: 30px 23px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.subscribe__btn:hover,
.subscribe__btn:active {
  background-color: #2196F3;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.info {
  margin-bottom: 35px;
}
.info p {
  margin-bottom: 25px;
}
.info .title-2 {
  margin-bottom: 15px;
}
.social__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__item {
  margin-right: 15px;
  margin-bottom: 10px;
}
.social__link {
  display: block;
  width: 31px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.social__link--vk {
  background-image: url(../img/icons/vk.svg);
}
.social__link--fb {
  background-image: url(../img/icons/facebook.svg);
}
.social__link--tw {
  background-image: url(../img/icons/twitter.svg);
}
.social__link--in {
  background-image: url(../img/icons/instagram.svg);
}
.social__link:hover,
.social__link:active {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.modal {
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .form {
  width: 325px;
  max-width: 100%;
}
.modal__title {
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
}
.modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__reg {
  position: relative;
  width: 250px;
  margin-left: 100px;
  margin-right: 26px;
  padding-top: 25px;
  color: #BDBDBD;
}
.modal__reg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  width: 1px;
  background-color: #F2F2F2;
}
.modal__btn {
  width: 216px;
}
.breadcrumbs {
  padding-top: 10px;
}
a.breadcrumbs__link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #2D9CDB;
}
a.breadcrumbs__link::after {
  content: ">";
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
a.breadcrumbs__link:hover,
a.breadcrumbs__link:active {
  text-decoration: underline;
}
span.breadcrumbs__link {
  display: inline-block;
  vertical-align: middle;
  color: #828282;
}
.sidebar {
  width: 265px;
  margin-bottom: 25px;
}
.sidebar__btn {
  display: none;
}
.sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #F2F2F2;
  border-bottom: 0;
}
.sidebar__nav,
.sidebar__filter {
  margin-bottom: 30px;
}
.filter {
  margin-bottom: 25px;
}
.filter .form__checkbox-label {
  margin-bottom: 0;
}
.filter__down {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  text-align: left;
  background-color: #F2F2F2;
}
.filter__down::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 15px;
  width: 7px;
  height: 12px;
  background-image: url(../img/icons/next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.filter__down--opened::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.filter__drop {
  padding: 20px 15px;
  border: 1px solid #F2F2F2;
}
.filter__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter__btn,
.filter__clear {
  width: 50%;
  height: 40px;
}
.filter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.filter__input {
  display: block;
  width: 87px;
  height: 47px;
  text-align: center;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
}
.filter__input.width-full{width:100%}
.filter__range {
  padding-bottom: 10px;
  /* Ползунок */
  /* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
  /* позиционируем ползунки */
  /* оформление полосы по которой ходит ползунок */
  /* оформление активного участка (между двумя ползунками) */
  /* скругление для полосы слайдера */
}
.filter__range .ui-slider {
  position: relative;
}
.filter__range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 36, 163, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 36, 163, 0.25);
  border: 1px solid #E0E0E0;
  cursor: pointer;
  outline: none;
}
.filter__range .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  overflow: hidden;
}
.filter__range .ui-slider-horizontal {
  height: 5px;
}
.filter__range .ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: -12px;
}
.filter__range .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.filter__range .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.filter__range .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.filter__range .ui-widget-content {
  border: 1px solid #E0E0E0;
  background-color: #E0E0E0;
}
.filter__range .ui-widget-header {
  border: 1px solid #2D9CDB;
  background-color: #2D9CDB;
}
.filter__range .ui-corner-all {
  border-radius: 4px;
}
.filter__range .ui-widget.ui-widget-content {
  border: 0;
}
.sorting {
  padding: 15px 30px;
  padding-right: 200px;
}
.sorting__link {
  display: inline-block;
  vertical-align: middle;
  margin-right:5px;
  opacity: 0.4;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.sorting__link__name{opacity: .4;margin-left:25px;}
.sorting__link__name:first-child{margin:0}
.sorting__link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 6px;
  margin-left: 6px;
  background-image: url(../img/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sorting__link--up::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sorting__link:hover,
.sorting__link:active,
.sorting__link--active,
.sorting__link__name:hover {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.pages__link {
  width: 40px;
  height: 40px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
  border: 1px solid #E0E0E0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
a.pages__link:hover,
a.pages__link:active {
  border-color: #92BDFD;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
span.pages__link {
  border-color: #92BDFD;
}
.basket {
  position: relative;
}
.basket:hover .basket__drop {
  display: block;
}
.basket:hover .header__block--basket::before {
  background-image: url(../img/icons/basket-blue.svg);
}
.basket__drop {
  display: none;
  position: absolute;
  z-index: 100;
  top: 90%;
  right: 0;
  width: 570px;
  padding-top: 60px;
  padding-bottom: 34px;
  background-color: #fff;
}
.basket__drop::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background-image: url(../img/images/shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.basket__title {
  margin-top: 0;
  margin-bottom: 35px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 24px;
}
.basket__table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #F2F2F2;
}
.basket__table tr {
  border-bottom: 1px solid #F2F2F2;
}
.basket__table td {
  padding: 10px 0;
}
.basket__table td:first-child {
  padding-left: 25px;
}
.basket__table td:last-child {
  padding-right: 25px;
}
.basket__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
  height: 93px;
}
.basket__img img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 100%;
}
.basket__name {
  display: block;
  width: 200px;
  padding: 15px 20px;
  font-weight: 600;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.basket__name:hover,
.basket__name:active {
  color: #BA002A;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.basket__price {
  display: block;
  width: 120px;
  font-size: 18px;
}
.basket__like {
  display: block;
  width: 20px;
  height: 30px;
  background-image: url(../img/icons/like.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.basket__like--red {
  background-image: url(../img/icons/like-filled.svg);
}
.basket__remove {
  display: block;
  margin-left: 25px;
}
.basket__remove svg {
  width: 14px;
  height: 14px;
  fill: #BDBDBD;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.basket__remove:hover svg,
.basket__remove:active svg {
  fill: #EB5757;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.basket__total {
  width: 230px;
  margin-left: auto;
  margin-right: 27px;
}
.basket__sum {
  margin: 0;
  padding: 17px 0;
  font-size: 18px;
  text-align: right;
  border-bottom: 1px solid #F2F2F2;
}
.basket__sum:last-child {
  border-bottom: 0;
}
.basket__btn {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}
.card {
  margin-bottom: 30px;
}
.card .social__title {
  font-size: 13px;
}
.card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card__info {
  position: relative;
  width: calc(100% - 550px);
  padding-top: 5px;
}
.card__info .product__like {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding-left: 35px;
  font-size: 13px;
  color: #BDBDBD;
}
.card__info .product__like--red {
  color: #EB5757;
  background-image: url(../img/icons/like-filled.svg);
}
.card__info .product__presence {
  display: block;
}
.card__info .product__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin-right: 30px;
  margin-bottom: 5px;
}
.card__info .product__basket {
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}
.card__slider {
  width: 500px;
}
.gallery-top {
  width: 100%;
  height: 465px;
}
.card__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}
.card__img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__img img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.card__nav {
  position: relative;
  margin-top: 25px;
  padding-left: 70px;
  padding-right: 70px;
}
.gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.card__thumb {
  /*width: 86px;*/
  height: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin-left: 25px;
  margin-right: 25px;*/
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.card__thumb img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #F2F2F2;
}
.card__articul {
  margin-bottom: 40px;
}
.card__title {
  color: #2196F3;
  font-weight: 400;
}
.card__price {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
}
.card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 12px;
}
.card__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  margin-bottom: 10px;
}
.card__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-right: 35px;
}
.card__size {
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.card__label {
  margin: 0;
  margin-right: 10px;
}
.card__select {
  display: block;
  width: 177px;
  height: 45px;
  padding: 0 15px;
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icons/arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 8px;
}
.card__select::-ms-expand {
  color: transparent;
  border: none;
  background-color: transparent;
}
.card__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7px 10px;
  border: 1px solid #F2F2F2;
}
.card__color {
  display: none;
}
.card__color-btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 5px 10px;
}
.card__color-btn img {
  display: block;
}
.card__color-btn::before {
  display: none;
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: #333;
}
.card__color:checked + .card__color-btn::before {
  display: block;
}
.card__icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.card__item {
  position: relative;
  padding-left: 57px;
  min-height: 32px;
}
.card__item p {
  margin: 0;
}
.card__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.card__item:first-child::before {
  background-image: url(../img/icons/card-delivery.svg);
}
.card__item:nth-child(2)::before {
  background-image: url(../img/icons/card-payment.svg);
}
.card__item:nth-child(3)::before {
  height: 32px;
  background-image: url(../img/icons/card-message.svg);
}
.card__click {
  margin-bottom: 5px;
  margin-right:30px;
}
.feedback {
  padding-top: 60px;
  padding-bottom: 45px;
}
.feedback__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
  border-top: 1px solid #F2F2F2;
}
.feedback__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  border-bottom: 1px solid #F2F2F2;
}
.feedback__avatar {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
.feedback__avatar img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.feedback__info {
  width: calc(100% - 90px);
}
.feedback__info p {
  margin-bottom: 0;
}
.feedback__info .feedback__title {
  margin-top: 0;
  margin-bottom: 15px;
}
.feedback__title {
  color: #2196F3;
  font-weight: 700;
}
.feedback__btn {
  width: 216px;
  height: 40px;
  padding-left: 26px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  background-image: url(../img/icons/review.svg);
  background-repeat: no-repeat;
  background-size: 26px 24px;
  background-position: left 24px center;
}
.feedback__label {
  display: block;
}
.feedback__input {
  display: block;
  width: 378px;
  max-width: 100%;
  height: 45px;
  padding: 0 10px;
  margin-bottom: 10px;
  border: 1px solid #E0E0E0;
}
.feedback__message {
  display: block;
  width: 100%;
  height: 143px;
  min-height: 143px;
  padding: 10px;
  margin-bottom: 25px;
  border: 1px solid #E0E0E0;
}
.feedback__send {
  margin-left: auto;
  width: 216px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
}
.reg__wrap {
  width: 100%;
  margin-bottom: 50px;
  padding: 15px 30px;
  padding-bottom: 50px;
  border: 1px solid #F2F2F2;
}
.reg__field {
  width: 325px;
  max-width: 100%;
}
.reg__title {
  margin-top: 0;
  font-size: 16px;
}
.reg__subtitle {
  max-width: 270px;
  padding: 5px 22px;
  padding-right: 0;
  border-left: 1px solid #92BDFD;
}
.reg__subtitle p {
  margin: 0;
}
.reg__form {
  margin-top: 5px;
}
.reg__btn {
  width: 216px;
  height: 50px;
  margin-top: 30px;
}
.contacts {
  margin-bottom: 30px;
}
.contacts__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.contacts__icons .footer__location,
.contacts__icons .footer__phone {
  margin-right: 170px;
  margin-bottom: 0;
}
.contacts__icons .footer__mail {
  margin-bottom: 0;
}


.news__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	margin-bottom: 20px;
}
.news__images {
	width: 280px;
	height: 200px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.news__images img {
	display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: auto;
}
.news__info {
	width: calc(100% - 300px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.news__link {
	display: block;
    color: #92BDFD;
    font-size: 20px;
}
.news__link:hover {
	text-decoration: underline;
}
.news__date {
	opacity: 0.6;
    font-size: 12px;
	/*margin-top: auto;*/
}

.news__more__link {
	color: #92BDFD;
    font-size: 14px;
    text-align: right;
}
.news__more__link:hover {
    text-decoration: underline;
}
.product__list--table .product__buy .error {
position: absolute;
    bottom: 15px;
    right: 100px;
}



.js_shop_list.shop_list .catalog__item {
width: 25%;
    border: 1px solid #F2F2F2;
    padding: 15px;
}
.js_shop_list.shop_list .catalog__item .catalog__img{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.js_shop_list.shop_list .catalog__item .catalog__img img {
display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-height: 100%;
}
.product__slider {
    padding-top: 30px;
    padding-bottom: 30px;
	margin-top: 15px;
}
.product__slider .product__item {
    height: auto;
}

.product__list.product__list--table .card__size{}
.product__list.product__list--table .card__size .card__select{}
.product__list.product__list--table .product__newprice, .product__list.product__list--list .product__newprice{}
.product__list.product__list--table  .card__options, .product__list.product__list--list  .card__options, .product__list .card__options{display:none;}
.product__list--list .product__like {
position: absolute;
    bottom: 20px;
    top: auto;
    right: 45px;
    margin-top: 0;
}
.product__list--list .shop_wishlist.shop-like.active{
	right:40px
	
}

.wishlist_last_tr .basket__sum{text-align:left}
.js_wishlist_buy .product__basket{margin-right:0}
.js_wishlist_count .product__number, .js_cart_count.cart_count .product__number{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.js_wishlist_item:hover{
	z-index: 100;
    border-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,36,163,.15);
    box-shadow: 0 0 30px rgba(0,36,163,.15);
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}
.basket__price.right__zero{
	margin: 0 0 0 auto;
    text-align: center;
}

.btn:hover, .product__like:hover, .product__num--minus:hover, .product__num--plus:hover, .basket__remove:hover{cursor:pointer}
.product__like:hover{background-image: url(../img/icons/like-filled.svg);}
.errors {color:#ff0000}
.product__buy .error, .card__btns .error{text-align:center; color:#4F4F4F}

.search_form .btn.submit_search{height:48px;}
.search_form .subscribe__input{width:100%}


.privacy_policy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    padding: 15px;
    text-align: center;
	border-top:3px solid #92BDFD;
}

.privacy_policy a {
    text-decoration: underline;
}

.privacy_policy a:hover {
    text-decoration: none;
	color:#2D9CDB
}

.privacy_policy .button {
	cursor:pointer;
	margin:0 auto;
}


@media (max-width: 1380px) {
  .wrapper {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .header__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__slogan {
    width: 70%;
    max-width: 100%;
  }
  .menu {
    position: relative;
    border-left: 0;
  }
  .menu--opened .menu__btn {
    background-image: url(../img/icons/cross.svg);
    background-size: 18px 18px;
  }
  .menu__btn {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/icons/menu.svg);
    background-repeat: no-repeat;
    background-size: 21px 18px;
    background-position: center;
  }
  .menu__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #92bdfd;
    border-top: 1px solid #F2F2F2;
  }
  .menu__item {
    border-right: 0;
  }
  .menu__item:first-child {
    background-image: none;
  }
  .menu__item:first-child .menu__link {
    padding: 10px;
  }
  .menu__item:hover .menu__sublist {
    display: none;
  }
  .menu__link {
    padding: 10px;
  }
  .menu__drop,
  .menu__sublist {
    position: static;
    width: 100%;
  }
  .menu__dropbtn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/icons/arrow-menu.svg);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
  }
  .menu__dropbtn--up {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
  }
  .menu__subitem--arrow {
    background-image: none !important;
  }
  .menu__subitem:hover > .menu__drop {
    display: none;
  }
  .search {
    padding: 0;
  }
  .search__input {
    width: 270px;
    opacity: 1;
  }
  .benefits__item p {
    padding-top: 10px;
  }
  .product__item,
  .catalog__item {
    width: 25%;
  }
  .product__btns,
  .product__item:last-child {
    display: none;
  }
  .product__drop {
    position: static;
    padding: 0;
    padding-top: 10px;
    display: block;
  }
  .product__articul,
  .product__presence {
    display: block;
  }
  .project__img {
    height: auto;
  }
  .project__img img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .banner__info {
    padding: 20px;
  }
  .review__slide {
    display: block;
  }
  .btn-top {
    right: 20px;
    bottom: 20px;
  }
  .wrapper__content .product__item, .js_shop_list.shop_list .catalog__item {
    width: 33.33%;
  }
  .card__icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card__item {
    margin-bottom: 5px;
  }
}

@media (max-width: 1022px) {
   
  .header__slogan {
    width: 65%;
  }
  .card__wrap,
  .promo__slide {
    display: block;
  }
  .promo__img {
    width: 100%;
  }
  .promo__info {
    padding: 20px 0;
  }
  .promo__slide {
    padding-bottom: 30px;
  }
  .benefits__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefits__item {
    width: 50%;
    min-height: 64px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product__item,
  .catalog__item {
    width: 33.33%;
  }
  .product__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .wrapper__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
  .wrapper__content {
    width: 100%;
  }
  .sorting {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar__btn {
    display: block;
    width: 100%;
    height: 40px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background-color: #92BDFD;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
  }
  .sidebar__btn:hover,
  .sidebar__btn:active {
    background-color: #2196F3;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
  }
  .filter,
  .sidebar__list {
    display: none;
  }
  .sidebar {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sidebar__filter,
  .sidebar__nav {
    margin-bottom: 25px;
  }
  .card__slider {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .card__info {
    width: 100%;
  }
  .contacts__icons .footer__location,
  .contacts__icons .footer__phone {
    margin-right: 0;
  }
  .contacts__icons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  
  .js_wishlist_count {display:none}
}
@media (max-width: 766px) {
  .logo,
  .header__slogan {
    width: 50%;
  }
  .header__block--like,
  .header__block--basket {
    font-size: 0;
    padding-right: 0;
  }
  .header .phone {
    font-size: 18px;
  }
  .wrapper__content .product__item, .js_shop_list.shop_list .catalog__item,
  .catalog__item,
  .product__item {
    width: 50%;
  }
  .consulting__wrap {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consulting__info {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .modal__wrap,
  .map__wrap,
  .project__slide {
    display: block;
  }
  .banner__item,
  .map__img,
  .map__info,
  .project__img,
  .project__info {
    width: 100%;
  }
  .project__img img {
    width: 100%;
    height: auto;
  }
  .modal__reg {
    margin-left: 0;
    margin-right: 0;
  }
  .modal__reg::before {
    display: none;
  }
  .basket:hover .basket__drop {
    display: none;
  }
  .contacts__icons .footer__location,
  .contacts__icons .footer__phone {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .news__item {
	display: block;
}
.news__info {
    width: 100%;
    margin-top: 20px;
}

.wishlist_item td{display:block; padding-left:25px; padding-right:25px}
   table.wishlist .wishlist_item td, .basket__table.cart td{
    display: block;
    text-align: right;
    border-bottom: 1px dotted #ccc;
  }
 table.wishlist .wishlist_item td:before , .basket__table.cart td:before{
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .basket__table.cart td{padding:10px 25px}
  table.wishlist .wishlist_item .basket__img, .basket__table.cart .basket__img{margin: 0 0 auto auto; display:block;  padding: 0;}
  table.wishlist .wishlist_item .basket__name, .basket__table.cart .basket__name{width:100%;    padding: 0;}
  table.wishlist .wishlist_item .js_wishlist_count,  .basket__table.cart .cart_count{display:none}
   table.wishlist .wishlist_item .basket__price,  .basket__table.cart .basket__price{width:100%}
   .wishlist_last_tr{display:none}
     .basket__drop {
    display: none !important;
  }
  
  
  .filter__drop {
    display: none;
  }
  .filter__field {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
}
@media (max-width: 480px) {
  .logo {
    padding-right: 20px;
  }
  .header__block--phone {
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
  }
  .header .phone {
    max-width: 190px;
    margin-left: auto;
  }
  .search__input {
    width: 200px;
    max-width: 200px;
  }
  .promo__slide {
    padding-left: 40px;
    padding-right: 40px;
  }
  .promo__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .wrapper__content .product__item,.js_shop_list.shop_list .catalog__item,
  .footer__social,
  .footer__nav,
  .footer__contacts,
  .banner__img,
  .banner__info,
  .tabs__name,
  .tabs__name a,
  .catalog__item,
  .product__item,
  .benefits__item {
    width: 100%;
  }
  .product__wrap {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .product__slider {
    margin-bottom: 0;
  }
  .review .wrapper,
  .project .wrapper,
  .price .wrapper,
  .brand .wrapper,
  .gallery .wrapper {
    padding-bottom: 50px;
  }
  .product__next,
  .product__prev,
  .brand__next,
  .gallery__next,
  .price__next,
  .project__next,
  .review__next,
  .brand__prev,
  .gallery__prev,
  .price__prev,
  .project__prev,
  .review__prev {
    bottom: 0;
    top: auto;
  }
  .banner__link {
    display: block;
  }
  .banner__item {
    height: auto;
  }
  .banner__img img {
    width: auto;
    height: auto;
  }
  .footer__nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer__menu {
    display: none;
  }
  .footer__title {
    position: relative;
  }
  .footer__title::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 7px;
    height: 10px;
    background-image: url(../img/icons/next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .modal {
    padding: 30px;
  }
  .sorting {
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
  }
  .card__nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card__prev {
    left: 0;
  }
  .card__next {
    right: 0;
  }
  .card__thumb {
    margin-left: 0;
    margin-right: 0;
  }
  .card__info {
    padding-top: 30px;
  }
  .feedback__item {
    padding-left: 0;
    display: block;
  }
  .feedback__info {
    width: 100%;
    margin-top: 10px;
  }
  .contacts__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal{max-width:320px;}
  
   .header .phone {
    margin-right: auto;
  }
  .header__block--phone .header__link {
    width: 200px;
    height: 50px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    background-color: #92BDFD;
  }
	.header__block--phone .header__link:hover{text-decoration:none}
  
}

.shop_all_img{
  position: relative;
}

.sidebar_market{
  padding: 0 0 25px 0;
  text-align: center;
}
