.section-title {
  font-family: 'KelsonSans-BoldRU', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.9rem;
  text-transform: uppercase;
  color: #EA594D;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

@font-face {
  font-family: 'KelsonSans-BoldRU';
  src: url("../fonts/kelsonsans-boldru.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/kelsonsans-boldru.eot?#iefix") format("embedded-opentype"), url("../fonts/kelsonsans-boldru.woff2") format("woff2"), url("../fonts/kelsonsans-boldru.woff") format("woff"), url("../fonts/kelsonsans-boldru.ttf") format("truetype"), url("../fonts/kelsonsans-boldru.svg#kelsonsans-boldru") format("svg");
  /* Chrome < 4, Legacy iOS */
}

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

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
  color: #EA594D;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #EA594D;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

html,
body {
  height: 100%;
}

.wrapper {
  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: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px;
}

html,
body {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #373535;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 16px;
  }
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #EA594D;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 28px;
  border: none;
  cursor: pointer;
  outline: transparent;
}

.btn:hover, .btn:focus {
  background-color: #AB2621;
  -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
          color: #fff;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--star {
  padding-left: 50px;
  position: relative;
}

.btn--star::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-star.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-slider {
  margin-bottom: 25px;
}

.top-slider-list__item {
  height: 600px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-slider-list__item--filter {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(55, 53, 53, 0.6)), color-stop(48.78%, rgba(0, 0, 0, 0.2)), to(rgba(55, 53, 53, 0.6)));
  background: -o-linear-gradient(right, rgba(55, 53, 53, 0.6) 0%, rgba(0, 0, 0, 0.2) 48.78%, rgba(55, 53, 53, 0.6) 100%);
  background: linear-gradient(270deg, rgba(55, 53, 53, 0.6) 0%, rgba(0, 0, 0, 0.2) 48.78%, rgba(55, 53, 53, 0.6) 100%);
}

.slick-dots {
  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-top: -50px;
}

.slick-dots li {
  padding: 0 10px;
  z-index: 1;
}

.slick-dots button {
  background-color: #F0F2F3;
  border: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding: 0;
  font-size: 0;
  outline: none;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #EA594D;
  border: 4px solid #fffff1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sitetoolbar, .sitetoolbar-toggle {
  display: none;
}

@media screen and (max-width: 920px) {
  .d-none-920 {
    display: none !important;
  }
  .sitetoolbar {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    max-width: 320px;
    padding: 15px;
    -webkit-box-shadow: -2px -1px 5px 0px #000;
            box-shadow: -2px -1px 5px 0px #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .sitetoolbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sitetoolbar.sitetoolbar--close {
    -webkit-transform: translateX(500%);
        -ms-transform: translateX(500%);
            transform: translateX(500%);
    display: none;
  }
  .sitetoolbar-toggle {
    display: block;
    font-family: "KelsonSans-BoldRU", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #EA594D;
    text-transform: uppercase;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
  }
  .sitetoolbar-toggle::after {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDEyNCAxMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPHBhdGggZD0iTTExMiw2SDEyQzUuNCw2LDAsMTEuNCwwLDE4czUuNCwxMiwxMiwxMmgxMDBjNi42LDAsMTItNS40LDEyLTEyUzExOC42LDYsMTEyLDZ6IiBmaWxsPSIjZWE1OTRkIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8cGF0aCBkPSJNMTEyLDUwSDEyQzUuNCw1MCwwLDU1LjQsMCw2MmMwLDYuNiw1LjQsMTIsMTIsMTJoMTAwYzYuNiwwLDEyLTUuNCwxMi0xMkMxMjQsNTUuNCwxMTguNiw1MCwxMTIsNTB6IiBmaWxsPSIjZWE1OTRkIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8cGF0aCBkPSJNMTEyLDk0SDEyYy02LjYsMC0xMiw1LjQtMTIsMTJzNS40LDEyLDEyLDEyaDEwMGM2LjYsMCwxMi01LjQsMTItMTJTMTE4LjYsOTQsMTEyLDk0eiIgZmlsbD0iI2VhNTk0ZCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sitetoolbar-toggle:hover, .sitetoolbar-toggle:focus {
    color: #AB2621;
  }
  .sitetoolbar-toggle:hover::after, .sitetoolbar-toggle:focus::after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDEyNCAxMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPHBhdGggZD0iTTExMiw2SDEyQzUuNCw2LDAsMTEuNCwwLDE4czUuNCwxMiwxMiwxMmgxMDBjNi42LDAsMTItNS40LDEyLTEyUzExOC42LDYsMTEyLDZ6IiBmaWxsPSIjYWIyNjIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8cGF0aCBkPSJNMTEyLDUwSDEyQzUuNCw1MCwwLDU1LjQsMCw2MmMwLDYuNiw1LjQsMTIsMTIsMTJoMTAwYzYuNiwwLDEyLTUuNCwxMi0xMkMxMjQsNTUuNCwxMTguNiw1MCwxMTIsNTB6IiBmaWxsPSIjYWIyNjIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8cGF0aCBkPSJNMTEyLDk0SDEyYy02LjYsMC0xMiw1LjQtMTIsMTJzNS40LDEyLDEyLDEyaDEwMGM2LjYsMCwxMi01LjQsMTItMTJTMTE4LjYsOTQsMTEyLDk0eiIgZmlsbD0iI2FiMjYyMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
  }
  .sitetoolbar-close {
    display: block;
    width: 25px;
    height: 25px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDMyOS4yNjkzMyAzMjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZD0ibTE5NC44MDA3ODEgMTY0Ljc2OTUzMSAxMjguMjEwOTM4LTEyOC4yMTQ4NDNjOC4zNDM3NS04LjMzOTg0NCA4LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2My04LjMzOTg0NC04LjMzOTg0NC0yMS44MjQyMTktOC4zMzk4NDQtMzAuMTY0MDYzIDBsLTEyOC4yMTQ4NDQgMTI4LjIxNDg0NC0xMjguMjEwOTM3LTEyOC4yMTQ4NDRjLTguMzQzNzUtOC4zMzk4NDQtMjEuODI0MjE5LTguMzM5ODQ0LTMwLjE2NDA2MyAwLTguMzQzNzUgOC4zMzk4NDQtOC4zNDM3NSAyMS44MjQyMTkgMCAzMC4xNjQwNjNsMTI4LjIxMDkzOCAxMjguMjE0ODQzLTEyOC4yMTA5MzggMTI4LjIxNDg0NGMtOC4zNDM3NSA4LjMzOTg0NC04LjM0Mzc1IDIxLjgyNDIxOSAwIDMwLjE2NDA2MyA0LjE1NjI1IDQuMTYwMTU2IDkuNjIxMDk0IDYuMjUgMTUuMDgyMDMyIDYuMjUgNS40NjA5MzcgMCAxMC45MjE4NzUtMi4wODk4NDQgMTUuMDgyMDMxLTYuMjVsMTI4LjIxMDkzNy0xMjguMjE0ODQ0IDEyOC4yMTQ4NDQgMTI4LjIxNDg0NGM0LjE2MDE1NiA0LjE2MDE1NiA5LjYyMTA5NCA2LjI1IDE1LjA4MjAzMiA2LjI1IDUuNDYwOTM3IDAgMTAuOTIxODc0LTIuMDg5ODQ0IDE1LjA4MjAzMS02LjI1IDguMzQzNzUtOC4zMzk4NDQgOC4zNDM3NS0yMS44MjQyMTkgMC0zMC4xNjQwNjN6bTAgMCIgZmlsbD0iIzM3MzUzNSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
    border: none;
    margin: 15px auto 15px 15px;
    outline: none;
    cursor: pointer;
  }
  .sitetoolbar-close:hover, .sitetoolbar-close:focus {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDMyOS4yNjkzMyAzMjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZD0ibTE5NC44MDA3ODEgMTY0Ljc2OTUzMSAxMjguMjEwOTM4LTEyOC4yMTQ4NDNjOC4zNDM3NS04LjMzOTg0NCA4LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2My04LjMzOTg0NC04LjMzOTg0NC0yMS44MjQyMTktOC4zMzk4NDQtMzAuMTY0MDYzIDBsLTEyOC4yMTQ4NDQgMTI4LjIxNDg0NC0xMjguMjEwOTM3LTEyOC4yMTQ4NDRjLTguMzQzNzUtOC4zMzk4NDQtMjEuODI0MjE5LTguMzM5ODQ0LTMwLjE2NDA2MyAwLTguMzQzNzUgOC4zMzk4NDQtOC4zNDM3NSAyMS44MjQyMTkgMCAzMC4xNjQwNjNsMTI4LjIxMDkzOCAxMjguMjE0ODQzLTEyOC4yMTA5MzggMTI4LjIxNDg0NGMtOC4zNDM3NSA4LjMzOTg0NC04LjM0Mzc1IDIxLjgyNDIxOSAwIDMwLjE2NDA2MyA0LjE1NjI1IDQuMTYwMTU2IDkuNjIxMDk0IDYuMjUgMTUuMDgyMDMyIDYuMjUgNS40NjA5MzcgMCAxMC45MjE4NzUtMi4wODk4NDQgMTUuMDgyMDMxLTYuMjVsMTI4LjIxMDkzNy0xMjguMjE0ODQ0IDEyOC4yMTQ4NDQgMTI4LjIxNDg0NGM0LjE2MDE1NiA0LjE2MDE1NiA5LjYyMTA5NCA2LjI1IDE1LjA4MjAzMiA2LjI1IDUuNDYwOTM3IDAgMTAuOTIxODc0LTIuMDg5ODQ0IDE1LjA4MjAzMS02LjI1IDguMzQzNzUtOC4zMzk4NDQgOC4zNDM3NS0yMS44MjQyMTkgMC0zMC4xNjQwNjN6bTAgMCIgZmlsbD0iI2VhNTk0ZCIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiI+PC9wYXRoPjwvZz48L3N2Zz4=) no-repeat center;
    background-size: contain;
  }
  .sitetoolbar__title {
    font-family: "KelsonSans-BoldRU", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #EA594D;
    text-transform: uppercase;
    text-align: right;
  }
  .sitetoolbar-menu-list {
    margin-top: 15px;
    text-align: right;
  }
  .sitetoolbar-menu-list__item {
    margin-bottom: 15px;
  }
  .sitetoolbar-menu-list__item__link {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    color: #373535;
  }
  .sitetoolbar-menu-list__item__link--active {
    font-weight: bold;
    color: #EA594D;
  }
  .sitetoolbar-menu-list__item__link:hover, .sitetoolbar-menu-list__item__link:focus {
    color: #EA594D;
    font-weight: bold;
  }
}

.section-title {
  text-align: center;
}

.title {
  font-weight: 700;
}

.adress {
  display: block;
  font-weight: 700;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-100 {
  width: 100% !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.text-left {
  text-align: left !important;
}

p{
  margin-bottom: 10px;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}

.range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 1px 0 0 #BDB8B8, inset 0 -1px 0 0 #BDB8B8;
  -webkit-box-shadow: inset 0 1px 0 0 #BDB8B8, inset 0 -1px 0 0 #BDB8B8;
  overflow: visible;
  left: 0;
  top: 65px;
  width: 100%;
  outline: none;
  height: 16px;
  margin: 0;
  padding: 0;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  outline: 0;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 14px;
  /* android <= 2.2 */
  /* older mobile safari and android > 2.2 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EA594D), to(#EA594D));
  background-image: linear-gradient(to bottom, #EA594D 0, #EA594D 100%);
  /* W3C */
}

.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #EA594D 0, #EA594D 100%);
  /* W3C */
}

.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #EA594D 0, #EA594D 100%);
  /* W3C */
}

.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}

.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

.range-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.range-values span {
  display: block;
  min-width: 85px;
  padding: 10px;
  border: 1px solid #BDB8B8;
  border-radius: 4px;
}

.header {
  -webkit-box-shadow: inset 0px -2px 0px #cccccc, 0 -4px 1px 0px #cccccc;
          box-shadow: inset 0px -2px 0px #cccccc, 0 -4px 1px 0px #cccccc;
}

.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: 25px;
  padding-bottom: 15px;
}

.header-logo__img {
  display: block;
  max-width: 320px;
  width: 100%;
}

.header-right {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 480px) {
  .header-logo__img {
    max-width: 200px;
  }
}

.social-icons {
  margin-bottom: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icons__item {
  margin-right: 10px;
}

.social-icons__item:last-child {
  margin-right: 0;
}

.social-icons__item__link {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-icons__item__link--vk {
  background-image: url(../images/icon-vk.svg);
}

.social-icons__item__link--facebook {
  background-image: url(../images/icon-facebook.svg);
}

.social-icons__item__link--instagram {
  background-image: url(../images/icon-instagram.svg);
}

.social-icons__item__link--whatsapp {
  background-image: url(../images/icon-whatsapp.svg);
}

.social-icons__item__link--twitter {
  background-image: url(../images/icon-twitter.svg);
}

.social-icons__item__link--youtube {
  background-image: url(../images/icon-youtube.svg);
}

.phone {
  font-family: "KelsonSans-BoldRU", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #EA594D;
  position: relative;
  padding-left: 25px;
}

.phone::after {
  content: "";
  display: block;
  width: 15px;
  height: 24px;
  background: url(../images/icon-phone.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.phone:hover, .phone:focus {
  text-decoration: underline;
}

.phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.header-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  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;
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-list__item {
  padding: 15px 30px;
  font-weight: 400;
}

.menu-list__item__link{
  color: #373535;
}

.menu-list__item__link--active,
.current-menu-item a {
  padding-bottom: 8px;
  position: relative;
}

.menu-list__item__link--active::after,
.current-menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  height: 4px;
  background-color: #EA594D;
  border-radius: 2px;
}

.menu-list__item__link:hover, 
.menu-list__item__link:focus {
  color: #EA594D;
}

.menu-list__item:first-child > .menu-list__item__link {
  padding-left: 30px;
  position: relative;
}

.menu-list__item:first-child > .menu-list__item__link:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/home.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  padding: 35px 0 50px;
  background-color: #373535;
  color: #fff;
}

.footer-inner {
  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;
}

.copyright {
  font-family: "Nunito", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 35px;
}

.politic {
  padding: 0 15px;
}

.politic-item {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.politic-item::after {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../images/icon-doc.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.politic-item__link {
  color: #fff;
}

.top-slider-list__item--filter {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-slider-list__item__title {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.top-slider-list__item__description {
  font-family: "KelsonSans-BoldRU", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .menu-list__item {
    padding: 15px 10px;
  }
  .menu-list__item__link--active::after {
    left: -5px;
    right: -5px;
  }
}

.stock {
  padding: 45px 0 30px;
  background: url(../images/pattern.png), -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#F0F2F3));
  background: url(../images/pattern.png), -o-linear-gradient(top, #fdfdfd 0%, #F0F2F3 100%);
  background: url(../images/pattern.png), linear-gradient(180deg, #fdfdfd 0%, #F0F2F3 100%);
}

.stock-list {
  margin-bottom: 30px;
}

.stock-list__item {
  display: block;
  max-width: 270px;
  width: 100%;
  position: relative;
  padding: 0 7px 25px;
  margin: 0 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.stock-list__item__img {
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.stock-list__item__sticker {
  position: absolute;
  top: 13px;
  left: 0;
  background-color: #EA594D;
  color: #fff;
  font-family: "KelsonSans-BoldRU", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 8px 3px 4px;
  border-radius: 0 5px 15px 0;
}

.stock-list__item__name {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F0F2F3;
  min-height: 70px;
  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;
}

.stock-list__item__manufacture {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.stock-list__item__manufacture::after {
  content: "";
  display: block;
  width: 25px;
  height: 35px;
  background: url(../images/icon-manufacture.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.stock-list__item__expiration_date {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.stock-list__item__expiration_date::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-expiration-date.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 20px;
}

.parameters__weight {
  position: relative;
  padding-left: 30px;
}

.parameters__weight::after {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url(../images/icon-weight.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.parameters__price {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #EA594D;
}

.parameters__price del{
  color: #444;
}

.parameters__price-old {
  font-size: 0.8rem;
  line-height: 1rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  vertical-align: top;
}

.category {
  padding: 45px 0 60px;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.category-list__item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.category-list__item__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-list__item__icon {
  width: 140px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 5px auto 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-filter: grayscale(100%) brightness(200%);
          filter: grayscale(100%) brightness(200%);
}

.category-list__item__name {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  margin-bottom: 30px;
}

.category-list__item__value {
  color: #EA594D;
}

.category-list__item__link:hover > .category-list__item__icon,
.category-list__item__link:focus > .category-list__item__icon {
  -webkit-filter: none;
          filter: none;
}

.category-list__item__link:hover, .category-list__item__link:focus {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .category-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 480px) {
  .category-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.about {
  padding: 45px 0 30px;
  background: url(../images/pattern.png), -webkit-gradient(linear, left top, left bottom, from(#F0F2F3), to(#F0F2F3));
  background: url(../images/pattern.png), -o-linear-gradient(top, #F0F2F3 0%, #F0F2F3 100%);
  background: url(../images/pattern.png), linear-gradient(180deg, #F0F2F3 0%, #F0F2F3 100%);
}

.about-text {
  text-align: justify;
}

.about-list {
  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;
}

.about-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 65px;
  padding: 0 15px;
}

.about-list__item__icon {
  margin: 0 auto 20px;
}

.about-list__item__text {
  display: block;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 480px) {
  .about-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.partners {
  padding: 45px 0 60px;
}

.partners-list {
  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;
}

.partners-list__item {
  padding: 0 15px;
  margin-bottom: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.partners-list__item__logo {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .partners-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
}

@media screen and (max-width: 480px) {
  .partners-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.contacts {
  padding: 45px 0 30px;
  background: url(../images/pattern.png), -webkit-gradient(linear, left top, left bottom, from(#F0F2F3), to(#F0F2F3));
  background: url(../images/pattern.png), -o-linear-gradient(top, #F0F2F3 0%, #F0F2F3 100%);
  background: url(../images/pattern.png), linear-gradient(180deg, #F0F2F3 0%, #F0F2F3 100%);
}

.contacts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.contacts-right {
  padding-left: 15px;
  width: 100%;
  max-width: 570px;
}

.form-title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.contact-form-group {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 34px;
}

.contact-form__label {
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-form__input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #BDB8B8;
  border-radius: 4px;
  padding: 14px;
  position: relative;
}

.contact-form__input--name::after, .contact-form__input--email::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form__input--name::after {
  background: url(../images/icon-user.svg) no-repeat center;
  background-size: contain;
}

.contact-form__input--email::after {
  background: url(../images/icon-mail.svg) no-repeat center;
  background-size: contain;
}

.contact-form__textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #BDB8B8;
  border-radius: 4px;
  padding: 14px;
}

.contact-form__check {
  display: block;
  padding-left: 30px;
  font-size: 0.9rem;
  line-height: 1.2;
  position: relative;
}

.contact-form__check a {
  font-weight: 700;
  color: #373535;
  text-decoration: underline;
}

.contact-form__check input {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.contact-form__check__input {
  width: 20px;
  height: 20px;
  background-color: #EA594D;
  border-radius: 2px;
  position: absolute;
  margin-left: -30px;
  cursor: pointer;
}

.contact-form__check input:checked + .contact-form__check__input::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon-check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.contact-form__check input:disabled + .contact-form__check__input {
  background-color: #ccc;
}

@media screen and (max-width: 920px) {
  .contacts-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-right, .contacts-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .title {
    text-align: center;
  }
  .contacts .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts .btn {
    display: block;
    width: 100%;
  }
}

.products-page {
/*  background: url(../images/pattern.png), -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background: url(../images/pattern.png), -o-linear-gradient(top, #f7f7f7 0%, #f7f7f7 100%);
  background: url(../images/pattern.png), linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 100%);*/
}

.products-page-inner{
  padding: 25px 15px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .products-page-inner{
    max-width: 920px;
    margin: 0 auto;
  }
}

.products-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-page__left-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding: 15px;
  background-color: #fff;
}

.products-page__right-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 300px);
          flex: 0 0 calc(100% - 300px);
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .products-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sidebar-title,
.widget-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.search,
.woocommerce-product-search {
  position: relative;
}

.search-input,
.woocommerce-product-search .search-field {
  padding: 10px 40px 10px 10px;
  border: 1px solid #BDB8B8;
  border-radius: 4px;
  width: 100%;
}

.search-input::-webkit-input-placeholder,
.woocommerce-product-search .search-field::-webkit-input-placeholder {
  color: #BDB8B8;
}

.search-input::-moz-placeholder,
.woocommerce-product-search .search-field::-moz-placeholder {
  color: #BDB8B8;
}

.search-input:-ms-input-placeholder,
.woocommerce-product-search .search-field:-ms-input-placeholder {
  color: #BDB8B8;
}

.search-input::-ms-input-placeholder,
.woocommerce-product-search .search-field::-ms-input-placeholder {
  color: #BDB8B8;
}

.search-input::placeholder,
.woocommerce-product-search .search-field::placeholder {
  color: #BDB8B8;
}

.search-btn,
.woocommerce-product-search button {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-search.svg) no-repeat center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  outline: transparent;
}

.select-branch {
  width: 100%;
  padding: 10px;
  border: 1px solid #BDB8B8;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/icon-arrow.svg") 96%/12px no-repeat transparent;
}

.select-branch::-ms-expand {
  display: none;
}

.sidebar-product-category-list__check {
  display: block;
  margin-bottom: 35px;
  padding-left: 30px;
  position: relative;
}

.sidebar-product-category-list__check input {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.sidebar-product-category-list__check__input {
  width: 20px;
  height: 20px;
  border: 1px solid #BDB8B8;
  background-color: #F2EFF1;
  border-radius: 2px;
  position: absolute;
  margin-left: -30px;
  cursor: pointer;
}

.sidebar-product-category-list__check input:checked + .sidebar-product-category-list__check__input::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon-check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.sidebar-product-category-list__check input:checked + .sidebar-product-category-list__check__input {
  background-color: #EA594D;
  border: 1px solid #EA594D;
}

.sidebar-product-category-list__check input:disabled + .sidebar-product-category-list__check__input {
  background-color: #ccc;
  border: 1px solid transparent;
}

.breadcrumbs__view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.breadcrumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
}

.breadcrumbs-item {
  position: relative;
  margin-right: 10px;
  display: block;
  padding-right: 20px;
}

.breadcrumbs-item:first-child {
  padding-left: 25px;
}

.breadcrumbs-item:first-child::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon-list.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumbs-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/arrow-next.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumbs-item:last-child {
  padding-right: 0;
  margin-right: 0;
  font-weight: 700;
}

.breadcrumbs-item:last-child::after {
  content: "";
  width: 1px;
  height: 1px;
  background: none;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media screen and (max-width: 768px) {
  .breadcrumbs__view-mode {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.view-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.view-mode__var {
  padding: 0 25px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 400;
}

.view-mode__var::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.view-mode__var--grid::before {
  background: url(../images/icon-grid.svg) no-repeat center;
  background-size: contain;
}

.view-mode__var--list {
  padding-right: 0;
}

.view-mode__var--list::before {
  background: url(../images/icon-list.svg) no-repeat center;
  background-size: contain;
}

.view-mode__var--active {
  color: #EA594D;
}

.view-mode__var--active.view-mode__var--grid::before {
  background: url(../images/icon-grid--red.svg) no-repeat center;
  background-size: contain;
}

.view-mode__var--active.view-mode__var--list::before {
  background: url(../images/icon-list--red.svg) no-repeat center;
  background-size: contain;
}

.catalog-products {
  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;
}

.catalog-products__item {
  display: block;
  max-width: 270px;
  width: 100%;
  position: relative;
  padding: 0 7px 25px;
  margin: 0 5px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.catalog-products__item__img,
.attachment-woocommerce_thumbnail {
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-products__item__sticker {
  position: absolute;
  top: 13px;
  left: 0;
  background-color: #EA594D;
  color: #fff;
  font-family: "KelsonSans-BoldRU", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 8px 3px 4px;
  border-radius: 0 5px 15px 0;
}

.catalog-products__item__link__name {
  color: #373535;
  text-decoration: none;
}

.catalog-products__item__link__name:hover {
  color: #EA594D;
  text-decoration: none;
}

.catalog-products__item__name,
.woocommerce-loop-product__title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F0F2F3;
  min-height: 70px;
  text-transform: lowercase;
  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-products__item__manufacture {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.catalog-products__item__manufacture::after {
  content: "";
  display: block;
  width: 25px;
  height: 35px;
  background: url(../images/icon-manufacture.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.catalog-products__item__expiration_date {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.catalog-products__item__expiration_date::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon-expiration-date.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .catalog-products {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 920px) {
  .catalog-products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

ins {
  text-decoration: none;
}

del {
  font-size: 0.8rem;
  line-height: 1rem;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  vertical-align: top;
}

.pagination-container{
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: flex;
  margin-bottom: 25px;
}

span.page-numbers, a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #EA594D;
  margin-right: 6px;
  padding: 4px;
}

a.page-numbers {
  color: #333;
  border: 1px solid #BDB8B8;
}

.text-left {
  text-align: left;
}

.woocommerce-product-details__short-description{
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-inner{
  display: flex;
}

.product-inner-left{
  flex: 0 0 40%;
}

.product-inner-right{
  flex: 0 0 60%;
  padding-left: 15px;
}

.catalog-products__item__sticker {
  z-index: 1;
}

.single-product div.product .woocommerce-product-gallery {
  width: 100%;
}

.single-product .wp-post-image {
  margin: 0 auto;
}

.pwb-single-product-brands img{
  margin-left: auto;
  margin-right: 0;
}

.woocommerce-tabs {
  border: 1px solid #d9d9d9;
  margin: 30px 0 45px;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  margin: 0!important;
  padding: 0!important;
  background: #f4f4f4;
}

.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}

.woocommerce-tabs ul.tabs:before {
  border-bottom-color: #d9d9d9;
}

.woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}

.woocommerce-tabs ul.tabs li.active {
  background: #fff!important;
}

.woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}

.woocommerce-tabs ul.tabs li, 
.woocommerce-tabs ul.tabs li.active {
  background: none;
  border-radius: 0;
  background: #f4f4f4;
  border: none;
  border-right: 1px solid #d9d9d9;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 -2px;
}

.woocommerce-tabs ul.tabs li a {
  color: #666!important;
  padding: 4px 22px!important;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #000!important;
}

.woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6a6b;
}

.woocommerce-tabs .panel {
  padding: 30px;
  margin: 0;
}

.widget,
.bapf_sfilter {
  margin-bottom: 40px!important;
}

.cat-parent .children{
  padding-left: 15px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments{
  background-color: #EA594D!important;
  color: #fff;
  padding: 5px;
}

.articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.articles__left-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding: 15px;
  background-color: #fff;
}

.articles__right-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 300px);
          flex: 0 0 calc(100% - 300px);
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .articles-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.article-post {
  padding-bottom: 40px;
  border-bottom: 1px dashed #d3d3d3;
}

.article-post__thumb__img {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 3.72px 0.28px #3d3d3d24;
          box-shadow: 0px 5px 3.72px 0.28px #3d3d3d24;
}

.article-post-content__title {
  margin-bottom: 10px;
}

.article-post-content__title a {
  color: #373535;
}

.article-post__meta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.article-post__meta__list__item {
  display: block;
  margin-right: 20px;
  font-size: 0.8rem;
  color: #919191;
  font-weight: 400;
}

.article-post__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  margin-top: 25px;
}

.article-post__bottom__link {
  font-size: 1rem;
  font-weight: 700;
  color: #213e6e;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.article-post__bottom__link:hover, .article-post__bottom__link:focus {
  color: #EA594D;
}

.article-post__bottom__link span {
  margin-left: 8px;
  color: #EA594D;
}

.bapf_head h3{
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #373535;
  font-weight: 700;
  margin-bottom: 8px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #e8cfb8;
  border: 1px solid #E7C6A8;
  background: linear-gradient(to bottom,#fff 0,#E7C6A8 30%,#e8cfb8 100%);
  box-shadow: inset 0 0 1px 1px rgb(255 255 255 / 50%);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0,0,0,.3);
  background-color: #EA594D;
  background: linear-gradient(to bottom,#e4958f 0,#EA594D 30%,#e4958f 100%);
  box-shadow: 1px 1px 2px rgb(0 0 0 / 20%), inset 0 0 3px 1px #ea594d;
  border-radius: 30px;
  cursor: pointer;
}

.irs--big .irs-handle.state_hover, 
.irs--big .irs-handle:hover {
  border-color: rgba(0,0,0,.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom,#e4958f 0,#EA594D 30%,#e4958f 100%);
}

select.pwb-dropdown-widget{
  width: 100%;
  padding: 5px;
  background: #fff;
  border: 1px solid #BDB8B8;
  border-radius: 4px;
}

.bapf_sfilter .bapf_body .mCSB_container>ul, 
.bapf_sfilter .bapf_body>ul {
  margin-left: 0;
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-left: 0;
}

.bapf_sfilter .bapf_body ul li ul {
  padding-left: 0;
}

.irs-from, 
.irs-single, 
.irs-to {
  top: -5px;
}

.irs--big .irs-from, 
.irs--big .irs-single, 
.irs--big .irs-to {
  color: #333;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #BDB8B8;
  box-sizing: border-box;
  border-radius: 4px;
}

/* modal */

.question-modal {
  max-width: 420px;
  margin: 45px auto;
}

.hystmodal__close:focus {
  outline: none;
}

.hystmodal--simple .hystmodal__window{
  position: relative;
  overflow: visible;
  border-radius: 4px;
  padding: 30px 30px;
}

.hystmodal--video .hystmodal__window{
  position: relative;
  width: 900px;
  padding: 0;
  height: 470px;
  box-sizing:content-box;
  background-color: #000;
  
}
.hystmodal--video iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border:none;
}

.hystmodal__window--long{
  width: 1000px;
}

/* end modal */