@charset "UTF-8";

/*---ICOMOON---*/
@font-face {
  font-family: 'icomoon1';
  src: url('../fonts/icomoon_1.eot?m18qjm');
  src: url('fonts/icomoon_1.eot?m18qjm#iefix') format('embedded-opentype'), url('../fonts/icomoon_1.ttf?m18qjm') format('truetype'), url('../fonts/icomoon_1.woff?m18qjm') format('woff'), url('../fonts/icomoon_1.svg?m18qjm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?h3fq6x") format("truetype"), url("../fonts/icomoon.woff?h3fq6x") format("woff"), url("../fonts/icomoon.svg?h3fq6x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "ok";
  src: url("../fonts/ok.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon_custom_"],
[class*=" icon_custom_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shop_soc [class^="icon_custom_"],
.shop_soc [class*=" icon_custom_"] {
  color: #fd5948;
  font-size: 27px;
}

.shop_soc [class^="icon_custom_"]:hover span,
.shop_soc [class*=" icon_custom_"]:hover span {
  text-decoration: underline;
}

.icon_custom_clock:before {
  content: "";
}

.icon_custom_calendar:before {
  content: "";
}

.icon_custom_phone:before {
  content: "";
}

.icon_custom_mail:before {
  content: "";
}

.icon_custom_house:before {
  content: "";
}

.icon_custom_search:before {
  content: "";
}

.icon_custom_favorite_fill:before {
  content: "";
}

.icon_custom_favorite:before {
  content: "";
}

.icon_custom_compare:before {
  content: "";
}

.icon_custom_user:before {
  content: "";
}

.icon_custom_cart:before {
  content: "";
}

.icon_custom_minus:before {
  content: "";
}

.icon_custom_plus:before {
  content: "";
}

.icon_custom_filter:before {
  content: "";
}

.icon_custom_fullscreen:before {
  content: "";
}

.icon_custom_menu:before {
  content: "";
}

.icon_custom_play:before {
  content: "";
}

.icon_custom_next:before {
  content: "";
}

.icon_custom_up:before {
  content: "";
}

.icon_custom_down:before {
  content: "";
}

.icon_custom_prev:before {
  content: "";
}

.icon_custom_close:before {
  content: "";
}

.icon_custom_facebook:before {
  content: "";
}

.icon_custom_vkontakte:before {
  content: "";
}

.icon_custom_instagram:before {
  content: "";
}

.icon_custom_youtube:before {
  content: "";
}

.icon_custom_telegram:before {
  font-family: "icomoon1" !important;
  content: "";
}

/*---CHUNKS---*/
/* Шрифты */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

:root {
  --white: $color-white;
  --black: $color-black;
  --default: $color-default;
  --primary: $color-primary;
  --secondary: $color-secondary;
  --success: $color-success;
  --danger: $color-danger;
  --warning: $color-warning;
  --info: $color-info;
  --light: $color-light;
  --dark: $color-dark;
}

* {
  outline: none !important;
}

*::after,
*::before,
*:hover,
*:focus,
*.active,
*:active {
  outline: none !important;
}

html,
body {
  height: 100%;
}

body,
.body_global {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}

body.scroll-disabled,
.body_global.scroll-disabled {
  overflow: hidden;
}

body.onscroll .header_wrapper_global,
.body_global.onscroll .header_wrapper_global {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {

  body.onscroll .header_main__wrapper,
  .body_global.onscroll .header_main__wrapper {
    height: 70px;
  }
}

.header_wrapper_global,
.footer_wrapper_global {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main_wrapper_global {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: auto;
  overflow: hidden;
  /*-webkit-transition: padding-top .4s ease-in-out;*/
  /*transition: padding-top .4s ease-in-out;*/
}

.header_wrapper_global {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

/* Корректировка сетки проекта */
@media screen and (min-width: 1200px) {
  .container-fluid {
    max-width: 1200px;
  }


}

@media screen and (min-width: 1600px) {
  .container-fluid {
    max-width: 1600px;
  }
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1600px) {
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

/* Кнопки */
[role="button"],
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn_custom {
  height: 40px;
  font-size: 12px;
  border-radius: 0;
  padding: 0 .75rem;
  border: 1px solid #2d2d2d;
  background: #2d2d2d;
  color: #2d2d2d;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 400;
}

.btn_custom:hover,
.btn_custom:focus {
  border: 1px solid #2d2d2d;
  background: #2d2d2d;
  color: #2d2d2d;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1200px) {
  .btn_custom:hover {
    border: 1px solid #2d2d2d;
    background: #2d2d2d;
    color: #2d2d2d;
    cursor: pointer;
    text-decoration: none;
  }
}

.btn_custom.active:not(.disabled):not(:disabled),
.btn_custom:active:not(.disabled):not(:disabled) {
  border: 1px solid #2d2d2d;
  background: #2d2d2d;
  color: #2d2d2d;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_custom.disabled,
.btn_custom:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn_custom.btn-link {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #1e1e1e;
}

.btn_custom.btn-link:hover,
.btn_custom.btn-link:focus {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #1e1e1e;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .btn_custom.btn-link:hover {
    border: 1px solid #1e1e1e;
    background: #1e1e1e;
    color: #1e1e1e;
    cursor: pointer;
    text-decoration: none;
  }
}

.btn_custom.btn-link.active:not(.disabled):not(:disabled),
.btn_custom.btn-link:active:not(.disabled):not(:disabled) {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #1e1e1e;
  text-decoration: none;
}

.btn_custom.btn-primary {
  border: 1px solid #2d2d2d;
  background: #2d2d2d;
  color: #fff;
}

.btn_custom.btn-primary:hover,
.btn_custom.btn-primary:focus {
  border: 1px solid #606060;
  background: #606060;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .btn_custom.btn-primary:hover {
    border: 1px solid #606060;
    background: #606060;
    color: #fff;
    cursor: pointer;
  }
}

.btn_custom.btn-primary.active:not(.disabled):not(:disabled),
.btn_custom.btn-primary:active:not(.disabled):not(:disabled) {
  border: 1px solid #606060;
  background: #606060;
  color: #fff;
  text-decoration: none;
}

.btn_custom.btn-secondary {
  border: 1px solid #7d7d7d;
  background: #7d7d7d;
  color: #fff;
}

.btn_custom.btn-secondary:hover,
.btn_custom.btn-secondary:focus {
  border: 1px solid #a8a8a8;
  background: #a8a8a8;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .btn_custom.btn-secondary:hover {
    border: 1px solid #a8a8a8;
    background: #a8a8a8;
    color: #fff;
    cursor: pointer;
  }
}

.btn_custom.btn-secondary.active:not(.disabled):not(:disabled),
.btn_custom.btn-secondary:active:not(.disabled):not(:disabled) {
  border: 1px solid #a8a8a8;
  background: #a8a8a8;
  color: #fff;
  text-decoration: none;
}

.btn_custom.btn-outline-primary {
  border: 2px solid #2d2d2d;
  background: rgba(45, 45, 45, 0);
  color: #2d2d2d;
}

.btn_custom.btn-outline-primary:hover,
.btn_custom.btn-outline-primary:focus {
  border: 2px solid #606060;
  background: #606060;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .btn_custom.btn-outline-primary:hover {
    border: 2px solid #606060;
    background: #606060;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
  }
}

.btn_custom.btn-outline-primary.active:not(.disabled):not(:disabled),
.btn_custom.btn-outline-primary:active:not(.disabled):not(:disabled) {
  border: 2px solid #606060;
  background: #606060;
  color: #fff;
  text-decoration: none;
}

.btn_custom.btn-outline-secondary {
  border: 2px solid #7d7d7d;
  background: rgba(125, 125, 125, 0);
  color: #7d7d7d;
}

.btn_custom.btn-outline-secondary:hover,
.btn_custom.btn-outline-secondary:focus {
  border: 2px solid #a8a8a8;
  background: #a8a8a8;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .btn_custom.btn-outline-secondary:hover {
    border: 2px solid #a8a8a8;
    background: #a8a8a8;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
  }
}

.btn_custom.btn-outline-secondary.active:not(.disabled):not(:disabled),
.btn_custom.btn-outline-secondary:active:not(.disabled):not(:disabled) {
  border: 2px solid #a8a8a8;
  background: #a8a8a8;
  color: #fff;
  text-decoration: none;
}

.btn_custom.btn-sm {
  height: 28px;
  font-size: 14px;
  border-radius: 0px;
}

.btn_custom.btn-md {
  height: 40px;
  font-size: 16px;
  border-radius: 0px;
}

.btn_custom.btn-lg {
  height: 50px;
  font-size: 12px;
  border-radius: 0px;
}

/* Типография */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #2d2d2d;
  line-height: 1.5;
}

.h1,
h1 {
  font-size: 25.6px;
}

@media screen and (min-width: 1200px) {

  .h1,
  h1 {
    font-size: 32px;
  }
}

.h2,
h2 {
  font-size: 22.4px;
}

@media screen and (min-width: 1200px) {

  .h2,
  h2 {
    font-size: 28px;
  }
}

.h3,
h3 {
  font-size: 19.2px;
}

@media screen and (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 24px;
  }
}

.h4,
h4 {
  font-size: 16px;
}

@media screen and (min-width: 1200px) {

  .h4,
  h4 {
    font-size: 20px;
  }
}

.h5,
h5 {
  font-size: 14.4px;
}

@media screen and (min-width: 1200px) {

  .h5,
  h5 {
    font-size: 18px;
  }
}

.h6,
h6 {
  font-size: 12.8px;
}

@media screen and (min-width: 1200px) {

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* осторожно говнокод START */
.news_p a:not([class]),
.bottom_text a:not([class]),
.blog_item__text a:not([class]),
span:not([class])>a:not([class]),
p:not([class])>a:not([class]) {
  color: #fd5948;
  font-weight: bold;
}

.news_p a:not([class]):hover,
.bottom_text a:not([class]):hover,
.blog_item__text a:not([class]):hover,
span:not([class])>a:not([class]):hover,
p:not([class])>a:not([class]):hover {
  color: #fd5948;
  font-weight: normal;
}

/* осторожно говнокод END */

div.contacts_item a:not([class]),
a {
  font-size: inherit;
  font-weight: normal;
  color: rgba(30, 30, 30, 0.5);
}

div.contacts_item a:not([class]):hover,
a:hover {
  color: #1e1e1e;
}

p {
  font-size: inherit;
}

@media screen and (min-width: 1200px) {
  p {
    font-size: inherit;
  }
}

.pre,
pre {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {

  .pre,
  pre {
    margin-bottom: 25px;
  }
}

/* Стили для кастомных элементов формы */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2d;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid rgba(45, 45, 45, 0.5);
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2d;
  background-color: #fff;
  border: 1px solid rgba(45, 45, 45, 0.5);
  border-radius: .25rem;
}

.custom-file-label::after {
  content: "Browse";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #2d2d2d;
  background-color: #d9d9d9;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}

.custom-control {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1.5rem;
  padding-left: 30px;
}

.custom-control:not(:last-child) {
  margin-bottom: 10px;
}

.custom-control.custom-xl {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .custom-control.custom-xl {
    padding-left: 50px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .custom-control.custom-xl .custom-control-label {
    line-height: 30px;
    font-weight: 300;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {

  .custom-control.custom-xl .custom-control-label::before,
  .custom-control.custom-xl .custom-control-label::after {
    top: 0;
    left: -50px;
    width: 30px;
    height: 30px;
  }
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: rgba(45, 45, 45, 0);
  border: 1px solid #adadad;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-control-label::after {
  position: absolute;
  top: 0;
  left: -30px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio.radio-lg {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .custom-radio.radio-lg {
    padding-left: 45px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .custom-radio.radio-lg .custom-control-label {
    opacity: 0.5;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {

  .custom-radio.radio-lg .custom-control-label::before,
  .custom-radio.radio-lg .custom-control-label::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -45px;
    width: 30px;
    height: 30px;
  }
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: rgba(45, 45, 45, 0.5);
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    -webkit-transform .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    -webkit-transform .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-transform .15s ease-in-out,
    -webkit-box-shadow .15s ease-in-out;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #1e1e1e;
  background-color: #606060;
  border-color: #606060;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #1e1e1e;
  background-color: #606060;
  border-color: #606060;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #1e1e1e;
  border-color: #606060;
  background-color: #606060;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #1e1e1e;
  border-color: #1e1e1e;
  background-color: #1e1e1e;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #606060;
}

.custom-radio .custom-control-input:checked~.custom-control-label {
  opacity: 1;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* Стили для валидации формы */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated textarea.form-control:valid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-valid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: #19692c;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: #28a745;
  background-color: #28a745;
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
  display: block;
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
  display: block;
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block;
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
  display: block;
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
  display: block;
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
  display: block;
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block;
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
  display: block;
}

/* Стили для формы */
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number] {
  text-align: left;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  display: none;
}

.form-row {
  margin-left: -5px;
  margin-right: -5px;
}

@media screen and (min-width: 768px) {
  .form-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.form-row>[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .form-row>[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form-row.-order- {
  margin-bottom: 20px;
}

.form-row.-top- {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .form-row.-top- {
    margin-bottom: 20px;
  }
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.text-muted {
  color: #7d7d7d !important;
}

.form-group {
  margin-bottom: 0;
}

.form-group.-order- {
  margin-bottom: 20px;
}

.form-group.-default- {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .form-group.-default- {
    margin-bottom: 20px;
  }
}

.form-group.-default- .text-muted {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.form-group.-default- .text-muted a {
  color: inherit;
  text-decoration: underline;
}

.form-group.-default- .text-muted a:hover {
  color: #fff;
  text-decoration: none;
}

.form-group.-dashboard- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.form-group.-dashboard- .form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .form-group.-dashboard- .form-control {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    margin-right: 10px;
  }
}

.form-group.-dashboard- label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.form-group.-dashboard- .btn_custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}

@media screen and (min-width: 1200px) {
  .form-group.-dashboard- .btn_custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 0 30px;
  }
}

.form-group.-dashboard- .btn_custom:last-child {
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .form-group.-dashboard- .btn_custom:last-child {
    margin-left: 10px;
  }
}

.form-control.-basket- {
	height: 40px;
	padding: .375rem 20px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	color: #000;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	width: 190px;
	flex-grow: 0;
	margin: 0;
}

.form-control.-basket-:focus {
  border: 1px solid black;
}

.form-control.-basket-:disabled,
.form-control.-basket-.disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-control.-basket-:-moz-read-only {
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(45, 45, 45, 0);
}

.form-control.-basket-:read-only {
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(45, 45, 45, 0);
}

.form-control.-basket-::-webkit-input-placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-basket-::-moz-placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-basket-:-ms-input-placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-basket-::-ms-input-placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-basket-::placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-default- {
  height: 40px;
  padding: .375rem 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control.-default-:focus {
  border: 1px solid white;
}

.form-control.-default-:disabled,
.form-control.-default-.disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-control.-default-:-moz-read-only {
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(45, 45, 45, 0);
}

.form-control.-default-:read-only {
  pointer-events: none;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(45, 45, 45, 0);
}

.form-control.-default-::-webkit-input-placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-default-::-moz-placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-default-:-ms-input-placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-default-::-ms-input-placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.-default-::placeholder {
  color: #7d7d7d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: inherit;
  line-height: 21px;
}

.form-control.form-control-lg {
  height: 60px;
  padding: .375rem 1.5rem;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 300;
}

.form-control.form-control-sm {
  height: 30px;
  padding: .375rem 1.5rem;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 300;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
}

/* Стили для подсказок */
.tooltip {
  z-index: 5;
}

/*---PLUGINS---*/
/* Стили для каруселей */
.carousel__buttons {
  position: relative;
}

.carousel__prev,
.carousel__next {
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 150px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: color .4s ease-in-out,
    opacity .4s ease-in-out;
  transition: color .4s ease-in-out,
    opacity .4s ease-in-out;
}

@media screen and (min-width: 768px) {

  .carousel__prev,
  .carousel__next {
    top: 200px;
  }
}

@media screen and (min-width: 1200px) {

  .carousel__prev:hover,
  .carousel__next:hover {
    color: black;
  }
}

.carousel__prev:active,
.carousel__next:active {
  color: black;
}

.carousel__prev.slick-disabled,
.carousel__next.slick-disabled {
  pointer-events: none;
  opacity: .2;
}

.carousel__prev.slick-hidden,
.carousel__next.slick-hidden {
  display: none !important;
}

.carousel__prev {
  left: -10px;
}

@media screen and (min-width: 768px) {
  .carousel__prev {
    left: 5px;
  }
}

.carousel__next {
  right: -10px;
}

@media screen and (min-width: 768px) {
  .carousel__next {
    right: 5px;
  }
}

.carousel_main {
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  /*margin-right: -15px;*/
  /*margin-left: -15px;*/
}

.carousel_main .slick-dots {
  text-align: center;
}

.carousel_main .slick-dots li {}

.carousel_main .slick-dots li.slick-active {}

.carousel_main .slick-dots button {
	background-color: rgba(255, 255, 255, 0.5);
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.carousel_main .slick-dots .slick-active button {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
  .carousel_main {
    /*margin-right: 0;*/
    /*margin-left: 0;*/
    /*margin-top: 20px;*/
    margin-bottom: 20px;
  }
}

.carousel_main__img {
  height: 150px;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .carousel_main__img {
    height: 300px;
  }
}

@media screen and (min-width: 1200px) {
  .carousel_main__img {
    height: 450px;
  }
}

.carousel_main__item {
  display: block;
}

.carousel_main__item .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.carousel_main__product {
  margin-bottom: 30px;
}

.carousel_main__product__wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (min-width: 768px) {
  .carousel_main__product__wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .carousel_main__product .slick-list {
    padding-right: 2px;
  }
}

.carousel_main__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (min-width: 768px) {
  .carousel_main__category {
    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
  }
}

.carousel_main__category__item {
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 330px;
  width: 300px !important;
}

@media screen and (min-width: 768px) {
  .carousel_main__category__item {
    width: auto !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .carousel_main__category__item {
    height: 510px;
  }
}

.carousel_main__category__item.last .main_category {
  height: 130px;
}

@media screen and (min-width: 1200px) {
  .carousel_main__category__item.last .main_category {
    height: 200px;
  }
}

.carousel_main__category__item.last .main_category:first-child {
  height: 200px;
}

@media screen and (min-width: 1200px) {
  .carousel_main__category__item.last .main_category:first-child {
    height: 310px;
  }
}

.carousel_main__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .carousel_main__instagram {
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
  }
}

.carousel_main__instagram__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
  min-width: 170px;
  width: 170px;
  height: 170px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .carousel_main__instagram__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
    min-width: 250px;
    width: 250px;
    height: 250px;
  }
}

.carousel_main__instagram__item:hover {
  text-decoration: none;
}

.carousel_main__instagram__item.style-video::before {
  content: "";
  font-family: icomoon;
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.carousel_product_left__wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.carousel_product_left__wrapper .carousel__next,
.carousel_product_left__wrapper .carousel__prev {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 25px;
  width: 100%;
  padding: 0;
  font-size: 16px;
}

.carousel_product_left__wrapper .carousel__prev {
  top: 0;
  left: auto;
}

.carousel_product_left__wrapper .carousel__next {
  bottom: 0;
  top: auto;
  right: auto;
}

.carousel_product_left__item {
  height: 80px !important;
  width: 60px !important;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .carousel_product_left__item {
    height: 90px !important;
    width: 70px !important;
  }
}

.carousel_product_left__item .img-fluid {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel_product_left .slick-slide {
  opacity: 0.5;
}

.carousel_product_left .slick-slide:hover {
  opacity: 0.7;
}

.carousel_product_left .slick-slide.slick-current {
  opacity: 1;
}

.carousel_product_right__item {
  text-align: center;
}

.carousel_product_right__item .img-fluid {
  display: inline-block;
}

.carousel_product__wrapper {
  display: inline-block;
  text-align: center;
}

.carousel_product__wrapper.style-left {
  width: 60px;
}

@media screen and (min-width: 1200px) {
  .carousel_product__wrapper.style-left {
    width: 70px;
  }
}

.carousel_product__wrapper.style-right {
  width: calc(100% - 60px);
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .carousel_product__wrapper.style-right {
    width: calc(100% - 70px);
    padding-left: 30px;
  }
}

.carousel_dashboard .slick-track {
  margin-left: 0;
}

.carousel_dashboard-wrapper {
  margin: 0 -5px;
  position: relative;
}

.carousel_dashboard-wrapper .carousel__prev,
.carousel_dashboard-wrapper .carousel__next {
  top: 85px;
}

.carousel_dashboard-wrapper .carousel__prev {
  left: 0;
}

.carousel_dashboard-wrapper .carousel__next {
  right: 0;
}

.carousel_dashboard-item {
  display: inline-block !important;
  height: 170px;
  position: relative;
}

.carousel_dashboard-item .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 170px;
  width: calc(100% - 10px);
  background-position: center;
  background-size: cover;
}

/* Стили для датапикера */
/* Стили для попапов */
.popup_callback {
  background: #2d2d2d;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .popup_callback {
    width: 600px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.popup_callback .h2,
.popup_callback h2 {
  color: inherit;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {

  .popup_callback .h2,
  .popup_callback h2 {
    margin-bottom: 45px;
  }
}

.popup_callback .btn_custom {
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .popup_callback .btn_custom {
    width: 180px;
    margin-top: 25px;
  }
}

.popup_oneclick {
  background: #fff;
  border: 1px solid #000;
  width: 1000px;
  padding: 20px;
  padding-bottom: 0;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .popup_oneclick {
    padding: 30px 30px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .popup_oneclick {
    max-width: 1000px;
    padding: 50px 70px;
    padding-bottom: 30px;
  }
}

.popup_oneclick .custom-control-label {
  font-size: 12px;
  text-transform: none;
}

.popup_oneclick .img-fluid {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .popup_oneclick .img-fluid {
    margin-bottom: 0;
  }
}

.popup_oneclick .btn_custom {
  padding: 0 30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .popup_oneclick .btn_custom {
    width: auto;
  }
}

.popup_oneclick .qty_wrapper {
  margin-top: 10px;
  width: 80px;
}

.popup_oneclick .qty_wrapper input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
}

.popup_oneclick .qty_wrapper [class^="icon_custom"] {
  font-size: 13px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
}

.popup_oneclick .dl_list__wrapper {
  margin-bottom: 0;
}

.popup_oneclick .dl_list__wrapper:not(:last-child) {
  margin-bottom: 0;
}

.popup_oneclick hr,
.popup_oneclick .hr {
  margin-bottom: 15px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {

  .popup_oneclick hr,
  .popup_oneclick .hr {
    margin-bottom: 25px;
    margin-top: 30px;
  }
}

.popup_oneclick p {
  font-size: 12px;
  margin-bottom: 20px;
}

.popup_oneclick p.product_price {
  font-size: 15px;
  margin-bottom: 0;
}

.popup_oneclick p.-grey- {
  opacity: 0.5;
}

.popup_oneclick p.-text- {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.popup_oneclick p.-text- span {
  margin-right: 5px;
}

.popup_oneclick p.-text- span.-value- {
  font-weight: bold;
}

.popup_oneclick p.-text-.-xl- {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .popup_oneclick p.-text-.-xl- {
    margin-bottom: 40px;
  }
}

.popup_oneclick p a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.popup_oneclick p a:hover {
  color: inherit;
  text-decoration: none;
}

.fancybox-slide--html {
  padding: 15px;
}

@media screen and (min-width: 1200px) {
  .fancybox-slide--html {
    padding: 6px;
  }
}

.fancybox-bg {
  background: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

@media screen and (min-width: 1200px) {
  .body_global.compensate-for-scrollbar .header_wrapper_global {
    margin-right: inherit;
  }
}

.body_global.compensate-for-scrollbar .fancybox-container.fancybox-is-open .fancybox-slide {
  overflow-y: scroll;
}

/* Кастомный селект */
select::-ms-expand {
  display: none;
}

.selectize-control.-clock-,
.selectize-control.-calendar- {
  position: relative;
}

.selectize-control.-clock-::before,
.selectize-control.-calendar-::before {
  font-family: icomoon;
  position: absolute;
  top: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 2;
}

.selectize-control.-clock- .selectize-input,
.selectize-control.-calendar- .selectize-input {
  padding-left: 30px !important;
}

.selectize-control.-clock-::before {
  content: "";
}

.selectize-control.-calendar-::before {
  content: "";
}

.selectize-control.customselect {
  line-height: 1;
}

.selectize-control.customselect .selectize-input {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  padding: .375rem 20px;
  padding-right: 35px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.selectize-control.customselect .selectize-input::after {
  content: "";
  font-family: icomoon;
  font-size: 14px;
  border: none;
  width: auto;
  height: auto;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}

.selectize-control.customselect .selectize-input.dropdown-active::after {
  content: "";
  margin-top: 0;
}

.selectize-control.customselect .selectize-input>.item,
.selectize-control.customselect .selectize-input>input {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.selectize-control.customselect .selectize-dropdown .option,
.selectize-control.customselect .selectize-dropdown .optgroup-header {
  padding: .375rem 20px;
}

/* Стили для слайдера */
.irs.irs--flat .irs-line {
  height: 9px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: #9e9e9e;
  cursor: pointer;
}

.irs.irs--flat .irs-bar {
  top: 28px;
  height: 3px;
  background-color: #000;
  cursor: pointer;
}

.irs.irs--flat .irs-handle {
  top: 19px;
  width: 3px;
  height: 23px;
}

.irs.irs--flat .irs-handle:hover {
  cursor: pointer;
}

.irs.irs--flat .irs-handle:hover>i:first-child {
  background-color: gray;
}

.irs.irs--flat .irs-handle>i:first-child {
  border: 1px solid gray;
  width: 3px;
  background-color: #fff;
}

/*---CUSTOM_COMPONENTS---*/
/* Шапка */
.header_promo {
  height: 40px;
  overflow: hidden;
  background: #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header_promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 30px;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.header_promo__item a {
  color: #fd5948;
}

@media screen and (min-width: 768px) {
  .header_promo__wrapper {
    height: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .header_promo__wrapper {
    height: 40px;
  }
}

.header_promo__item {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  display: inline-block;
}

.header_contacts {
  background: #2d2d2d;
}

.header_contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header_contacts__wrapper {
    height: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .header_contacts__wrapper {
    height: 40px;
  }
}

.header_contacts__city {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
}

.header_contacts__list {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .header_contacts__list:hover .list__item:first-child::before {
    background: #c20000;
  }
}

.header_contacts__list .list__item,
.header_contacts__list a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.header_contacts__list .list__item:not(:last-child) {
  margin-bottom: 5px;
}

.header_contacts__list .list__item:first-child {
  position: relative;
  display: inline-block;
}

.header_contacts__list .list__item:first-child::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #2d2d2d;
  border-radius: 100%;
  z-index: -1;
}

.header_contacts__dropdown {
  position: fixed;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100vw;
  background-color: #3e3e3e;
  z-index: 5;
  padding-top: 15px;
  padding-bottom: 10px;
  pointer-events: none;
  overflow: auto;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header_contacts__dropdown {
    top: 35px;
    bottom: auto;
    padding-top: 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 1200px) {
  .header_contacts__dropdown {
    top: 40px;
    padding-top: 30px;
    padding-bottom: 55px;
  }
}

.header_contacts__dropdown .h2,
.header_contacts__dropdown h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  vertical-align: baseline;
}

.header_contacts__dropdown .col_custom {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .header_contacts__dropdown .col_custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.header_contacts__action {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .header_contacts__action {
    margin-left: 0;
    margin-right: 25px;
  }
}

.header_contacts__action:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .header_contacts__action:hover:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.header_contacts__action:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

.header_contacts__action.style-city,
.header_contacts__action.style-callback {
  border: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  text-decoration: underline;
  margin-left: 0;
}

.header_contacts__action.style-city:hover,
.header_contacts__action.style-callback:hover {
  color: #fff;
}

@media screen and (min-width: 1200px) {

  .header_contacts__action.style-city:hover:hover,
  .header_contacts__action.style-callback:hover:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.header_contacts__action.style-city:active,
.header_contacts__action.style-callback:active {
  color: rgba(255, 255, 255, 0.5);
}

.header_contacts__action.style-city {
  margin-right: auto;
  position: relative;
}

.header_contacts__action.style-city::before {
  content: "";
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid #3e3e3e;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in-out,
    -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,
    -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out,
    opacity .4s ease-in-out;
  transition: transform .4s ease-in-out,
    opacity .4s ease-in-out,
    -webkit-transform .4s ease-in-out;
}

.header_contacts__action.style-city[aria-expanded="true"]::before {
  opacity: 1;
}

.header_contacts__action.style-city[aria-expanded="true"]~.header_contacts__dropdown {
  opacity: 1;
  pointer-events: all;
}

.header_contacts__action.style-callback {
  margin-right: 0;
}

.header_main {
  border-bottom: 1px solid #bebebe;
  position: relative;
}

.header_main__wrapper {
  height: 100px;
}

@media screen and (min-width: 768px) {
  .header_main__wrapper {
    -webkit-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    height: 120px;
  }
}

@media screen and (min-width: 1200px) {
  .header_main__wrapper {
    height: 130px;
  }
}

.header_main__mobile {
  padding: 0 15px;
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 24px;
}

.header_main__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  .header_main__menu {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    margin-right: 25px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 0;
  }
}

.header_main__menu.show .header_main__menu__dropdown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.header_main__menu__btn {
  padding: 0 50px 0 0px;
  margin: 0 0 0 15px;
  background: rgba(0, 0, 0, 0);
  border: none;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: rgba(45, 45, 45, 0.5);
  display: flex;
  align-items: center;
}

.header_main__menu__btn:hover {
  color: rgba(45, 45, 45, 0.5);
}

@media screen and (min-width: 1200px) {
  .header_main__menu__btn:hover:hover {
    color: #2d2d2d;
  }
}



.header_main__menu__btn:active {
  color: #2d2d2d;
}

.header_main__menu__btn[aria-expanded="true"],
.header_main__menu__btn.active {
  color: #2d2d2d;
}

.header_main__menu__btn[aria-expanded="true"]::before,
.header_main__menu__btn.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  border-bottom: 3px solid #2d2d2d;
  width: calc(100% - 50px);
}

.header_main__menu__dropdown {
  background: #fff;
  position: absolute;
  padding: 15px 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity .2s ease-in-out,
    -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out,
    -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out,
    opacity .2s ease-in-out;
  transition: transform .2s ease-in-out,
    opacity .2s ease-in-out,
    -webkit-transform .2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header_main__menu__dropdown {
    padding: 30px 0;
    /*overflow: visible;*/
    min-height: 390px;
    max-height: 60vh;
  }
}

.header_main__menu__dropdown * {
  font-size: 14px;
  /* line-height: 24px; */
  /* text-transform: uppercase; */
  font-weight: 300;
  color: #000;
}

/*.header_main__menu__list {*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-orient: vertical;*/
/*-webkit-box-direction: normal;*/
/*-ms-flex-direction: column;*/
/*flex-direction: column; }*/
/*@media screen and (min-width: 768px) {*/
/*.header_main__menu__list {*/
/*-ms-flex-wrap: wrap;*/
/*flex-wrap: wrap;*/
/*height: 330px; } }*/
/*.header_main__menu__list li {*/
/*-webkit-box-flex: 0;*/
/*-ms-flex: 0 1 36px;*/
/*flex: 0 1 36px; }*/
.header_main__menu__title {
  font-weight: bold;
}

.header_main__dashboard {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 15px 5px;
  font-size: 24px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .header_main__dashboard {
    padding: 15px;
    margin-left: 15px;
  }
}

.header_main__dashboard:hover {
  text-decoration: none;
}

.header_main__dashboard[data-counter="0"] .cart_counter {
  display: none;
}

.header_main__dashboard .cart_counter {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -3px;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  #favorite_count {
    margin-left: auto;
  }
}

.header_main__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: auto;
  max-width: 120px;
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .header_main__logo {
    margin-right: 30%;
  }
}

@media screen and (min-width: 768px) {
  .header_main__logo {
    /*margin-left: -25px;*/
    margin-left: auto;
    max-width: none;
  }
}

.header_bottom {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  background: rgba(255, 255, 255, 1);
  z-index: 200;
}

@media screen and (min-width: 768px) {
  .header_bottom {
    width: auto;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #bebebe;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 0;
  }
}

.header_bottom.custom-show-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .header_bottom.custom-show-menu {
    overflow: visible;
  }
}

.header_bottom__wrapper {
  position: relative;
  display: block;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .header_bottom__wrapper {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (min-width: 1200px) {
  .header_bottom__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.header_bottom__mobile {
  position: absolute;
  padding: 7px 12px;
  top: 16px;
  right: 0;
  color: #2d2d2d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: rgba(0, 0, 0, 0);
}

.header_bottom__mobile::after {
  content: "";
  font-family: icomoon;
  font-size: 14px;
}

.header_bottom__menu {
  margin-right: auto;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .header_bottom__menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.header_bottom__menu__item {
  text-transform: uppercase;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d2d;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .header_bottom__menu__item {
    font-size: 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .header_bottom__menu__item {
    font-size: 14px;
    margin-right: 15px;
    padding: 15px;
  }
}

.header_bottom__menu__item:last-child {
  margin-right: 0;
}

.header_bottom__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #bebebe;
  margin: 0 15px;
  margin-right: 40px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .header_bottom__search {
    border: none;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
  }
}

.header_bottom__search.customshow {
  opacity: 1;
  pointer-events: all;
}

.header_bottom__search__btn {
  padding: 6px;
  border: none;
  background: rgba(0, 0, 0, 0);
  font-weight: bold;
  color: rgba(45, 45, 45, 0.5);
}

@media screen and (min-width: 768px) {
  .header_bottom__search__btn {
    padding: 15px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.header_bottom__search__btn:hover {
  color: rgba(45, 45, 45, 0.5);
}

@media screen and (min-width: 1200px) {
  .header_bottom__search__btn:hover:hover {
    color: #2d2d2d;
  }
}

.header_bottom__search__btn:active {
  color: #2d2d2d;
}

.header_bottom__search__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: calc(100% - 28px);
  padding-left: 15px;
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 14px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .header_bottom__search__input {
    max-width: 100%;
  }
}

.header_bottom__search__input::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
}

.header_bottom__search__input::-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
}

.header_bottom__search__input:-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
}

.header_bottom__search__input::-ms-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
}

.header_bottom__search__input::placeholder {
  font-size: inherit;
  font-weight: inherit;
}

/* Футер */
.footer_subscribe {
  background: #2d2d2d;
  border-bottom: 1px solid #bebebe;
}

.footer_subscribe__wrapper {
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .footer_subscribe__wrapper {
    padding: 30px 0;
  }
}

.footer_subscribe__title {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: auto;
  max-width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .footer_subscribe__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer_subscribe__title {
    margin-right: 20px;
  }
}

.footer_subscribe__title.style-alt {
  text-align: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer_subscribe__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {
  .footer_subscribe__social {
    margin-right: 20px;
  }
}

.footer_subscribe__social * {
  font-size: 20px !important;
}

@media screen and (min-width: 1200px) {
  .footer_subscribe__social * {
    font-size: 24px !important;
  }
}

.footer_subscribe__social:hover {
  color: white;
  text-decoration: none;
}

.footer_subscribe__social:last-child {
  margin-right: 0;
}

.footer_subscribe__form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%;
  height: 38px;
}

@media screen and (min-width: 768px) {
  .footer_subscribe__form {
    margin-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .footer_subscribe__form {
    margin-left: 90px;
  }
}

.footer_subscribe__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: calc(100% - 100px);
  border: 1px solid #7d7d7d;
  background: rgba(0, 0, 0, 0);
  color: black;
  font-weight: 400;
  padding: 0 15px;
}

.footer_subscribe__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  background: #7d7d7d;
  border: none;
  color: #fff;
  padding: 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (min-width: 1200px) {
  .footer_subscribe__btn:hover:hover {
    background: #a8a8a8;
  }
}

.footer_subscribe__btn:active {
  background: #a8a8a8;
}

.footer_sitemap {
  background: #2d2d2d;
}

.footer_sitemap__wrapper {
  padding: 25px 0;
}

@media screen and (min-width: 768px) {
  .footer_sitemap__wrapper {
    padding: 40px 0;
  }
}

.footer_sitemap__wrapper * {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  color: #adadad;
}

.footer_sitemap__list {
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .footer_sitemap__list {
    margin-bottom: 0;
  }
}

.footer_sitemap__list li {
  margin-bottom: 15px;
}

/*.footer_sitemap__list li:first-child {*/
/*color: #707070; }*/
.footer_sitemap__list li:last-child {
  margin-bottom: 0;
}

.footer_sitemap__list li:not(:first-child) {
  padding-left: 10px;
  position: relative;
}

.footer_sitemap__list li:not(:first-child)::before {
  content: '.';
  position: absolute;
  color: #adadad;
  left: 0;
  top: -4.5px;
  height: 1px;
}

.footer_sitemap__list li:not(:first-child) a {
  color: #adadad;
}

.footer_sitemap__contacts {
  margin-bottom: 0;
}

.footer_sitemap__contacts * {
  line-height: 2.75;
}

.footer_sitemap__contacts li {
  position: relative;
  padding-left: 20px;
}

.footer_sitemap__contacts li::before {
  font-family: icomoon;
  font-size: 12px;
  position: absolute;
  left: 0;
  color: inherit;
  top: 0;
  color: #5e5e5e;
}

.footer_sitemap__contacts li.style-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}

.footer_sitemap__contacts li.style-social a {
  display: inline-block;
}

.footer_sitemap__contacts li.style-address::before {
  content: "";
}

.footer_sitemap__contacts li.style-phone::before {
  content: "";
}

.footer_sitemap__contacts li.style-phone a {
  font-weight: bold;
}

.footer_sitemap__contacts li.style-phone a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.footer_sitemap__contacts li.style-email::before {
  content: "";
}

.footer_sitemap__contacts a {
  display: block;
}

.footer_privacy {
  background: #000;
}

.footer_privacy__wrapper {
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .footer_privacy__wrapper {
    padding: 0 15px;
  }
}

.footer_privacy__item {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer_privacy__item .img-fluid {
  margin-left: 8px;
}

/* Хлебные крошки */
.bread-crumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px 0;
}

.bread-crumbs__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.bread-crumbs__item.bread-crumbs__current .bread-crumbs__decoration {
  display: none;
}

.bread-crumbs__item.bread-crumbs__current .bread-crumbs__link {
  color: #1e1e1e;
  text-decoration: none;
}

.bread-crumbs__item:not(:last-child) {
  margin-right: 0;
}

.bread-crumbs__link {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.5);
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
  text-decoration: underline;
}

.bread-crumbs__link:hover {
  color: rgba(30, 30, 30, 0.5);
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .bread-crumbs__link:hover {
    color: rgba(30, 30, 30, 0.5);
    text-decoration: none;
  }
}

.bread-crumbs__link:active {
  color: #1e1e1e;
  text-decoration: underline;
}

.bread-crumbs__decoration {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.5);
  margin: 0 5px;
}

/* Пагинатор */
.pagination_custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .pagination_custom {
    margin-left: auto;
    margin-right: -15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

.pagination_custom__page {
  height: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  max-width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .pagination_custom__page {
    height: 50px;
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 5px;
  }
}

.pagination_custom__page:last-child {
  margin: 0;
}

.pagination_custom__page:hover {
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .pagination_custom__page:hover {
    text-decoration: underline;
    font-weight: 800;
  }
}

.pagination_custom__page:active,
.pagination_custom__page.active {
  text-decoration: underline;
  font-weight: 800;
}

.pagination_custom__page:disabled,
.pagination_custom__page.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.pagination_custom__page.icon_custom_prev,
.pagination_custom__page.icon_custom_next {
  font-size: 20px;
}

@media screen and (min-width: 1200px) {

  .pagination_custom__page.icon_custom_prev:hover,
  .pagination_custom__page.icon_custom_next:hover {
    text-decoration: none;
  }
}

.pagination_custom__page.icon_custom_prev:active,
.pagination_custom__page.icon_custom_prev.active,
.pagination_custom__page.icon_custom_next:active,
.pagination_custom__page.icon_custom_next.active {
  text-decoration: none;
}

/* Стили для карточки */
.main_product {
	padding: 10px;
	font-size: 14px;
	line-height: 1.25;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: border .4s ease-in-out;
	transition: border .4s ease-in-out;
}

@media screen and (min-width: 768px) {
	.main_product {
		/* padding: 5px; */
	}
}

.main_product:hover {
  border: 1px solid #d9d9d9;
}

.main_product__img {
	display: block;
	/* height: 180px; */
	position: relative;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.main_product__img {
		/* height: 280px; */
	}
}

.main_product__img .img-fluid {
	position: absolute;
	top: 50%;
	left: 50%;
	/* -webkit-transform: translate(-50%, -50%); */
	transform: translate(-50%, -50%);
	max-height: none;
	max-width: none;
	width: auto;
	height: 100%;
}

.main_product__price, .main_product__title {
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	color: #000;
	margin-bottom: 0;
	text-align: left;
}

.main_product__price .price-currency,
.main_product__title .price-currency {
  font-weight: 400;
}

.main_product__title:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.main_product__description {
  color: #a2a2a2;
  text-align: center;
  margin-bottom: 10px;
}

.main_product__compare {
  position: absolute;
  padding: inherit;
  padding-top: 5px;
  top: 10px;
  right: 0;
  z-index: 1;
  font-size: 24px;
  color: #a2a2a2;
  background: rgba(0, 0, 0, 0);
  border: none;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}

.main_product__compare.active {
  color: #000;
}

.main_product__compare.-favorite- {
  top: 45px;
}

.main_product__compare.-favorite- .icon_custom_favorite {
  display: inline;
}

.main_product__compare.-favorite- .icon_custom_favorite_fill {
  display: none;
}

.main_product__compare.-favorite-.active .icon_custom_favorite {
  display: none;
}

.main_product__compare.-favorite-.active .icon_custom_favorite_fill {
  display: inline;
}

@media screen and (min-width: 1200px) {
  .main_product__compare:hover {
    color: #000;
  }
}

.main_product__compare:active {
  color: #000;
}

.main_product__label {
  display: inline-block;
  text-align: center;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}

.main_product__label_wrapper {
  position: absolute;
  padding: inherit;
  padding-top: 5px;
  top: 10px;
  left: 0;
  z-index: 1;
}

.main_product__label:hover {
  text-decoration: none;
  color: #fff;
}

/*---PAGES---*/
/* Страница списка страниц */
/* Главная страница */
.main_title {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .main_title {
    margin-bottom: 40px;
  }
}

.main_title.-dashboard- {
  text-align: left;
  margin-bottom: 20px;
}

.main_title.-dashboard- h1,
.main_title.-dashboard- .h1 {
  margin-bottom: 0;
}

.main_title h2, .main_title .h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0;
}

.main_title a {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: rgba(30, 30, 30, 0.5);
  text-decoration: underline;
}

.main_title a:hover {
  color: #1e1e1e;
}

@media screen and (min-width: 768px) {
  .main_title a {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.main_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.main_category::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  pointer-events: none;
}

.main_category:hover {
  text-decoration: none;
}

.main_category:hover::after {
  display: block;
}

.main_category:hover h3,
.main_category:hover .h3 {
  text-decoration: underline;
}

.main_category::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));*/
}

.main_category h3,
.main_category .h3 {
  text-shadow: 0 0 12px rgba(0, 0, 0, 1);
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
}

.main_category h3 {
  display: none;
}

@media screen and (min-width: 1200px) {

  .main_category h3,
  .main_category .h3 {
    font-size: 42px;
  }
}

.main_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .main_features {
    margin-bottom: 40px;
  }
}

.main_features__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .main_features__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.main_features__item p {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.main_features__item p:first-child {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .main_features__item p:first-child {
    font-size: 48px;
  }
}

.main_blog {
  width: 100%;
  position: relative;
}

.main_blog__wrapper {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .main_blog__wrapper {
    margin-bottom: 40px;
  }
}

.main_blog__img {
  display: block;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main_blog__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
}

.main_blog__title h3,
.main_blog__title .h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  color: #000;
  text-decoration: none;
  width: 100%;
  display: inline-block;
}

.main_blog__title h3:hover,
.main_blog__title .h3:hover {
  text-decoration: underline;
}

.main_blog__title a {
  font-size: 10px;
  font-weight: 300;
  color: #1e1e1e;
  text-decoration: underline;
}

.main_blog__title a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .main_blog__title a:hover {
    text-decoration: none;
  }
}

.main_blog__title a:active {
  text-decoration: none;
}

.main_news {
  text-transform: uppercase;
}

.main_news__wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .main_news__wrapper {
    margin-bottom: 60px;
  }
}

.main_news__img {
  position: relative;
  display: block;
  width: 100%;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
}

.news_p img {
  max-width: 100%;
  height: auto;
}

.main_news__date {
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1;
  color: #707070;
}

.main_news__date::before {
  font-style: normal;
  content: "";
  font-family: icomoon;
  margin-right: 8px;
}

.main_news__title {
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}

.main_news__description {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}

.main_news__link {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-weight: 300;
  text-decoration: underline;
}

.main_news__link:hover {
  text-decoration: none;
  color: #000;
}

/* Страница секции каталога */
.section__page .main_product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.section__page .main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .section__page .main_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section_filter__btn {
  font-size: 24px;
  padding: 15px 30px;
  padding-left: 0;
  border: none;
  background: rgba(30, 30, 30, 0);
  color: rgba(30, 30, 30, 0.75);
  z-index: 1;
  font-weight: bold;
}

.section_filter__btn:hover {
  color: rgba(30, 30, 30, 0.75);
}

@media screen and (min-width: 1200px) {
  .section_filter__btn:hover {
    color: #1e1e1e;
  }
}

.section_filter__btn:active,
.section_filter__btn.active {
  color: #1e1e1e;
}

.section_left__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .4s ease-in-out,
    -webkit-box-shadow .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out,
    -webkit-box-shadow .4s ease-in-out;
  transition: transform .4s ease-in-out,
    box-shadow .4s ease-in-out;
  transition: transform .4s ease-in-out,
    box-shadow .4s ease-in-out,
    -webkit-transform .4s ease-in-out,
    -webkit-box-shadow .4s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  z-index: 2;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .section_left__wrapper {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    background: rgba(255, 255, 255, 0);
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 0;
    overflow: visible;
  }
}

.section_left__wrapper.custom-show-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1200px) {
  .section_left__wrapper.custom-show-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.section_left__wrapper>.section_filter__btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  font-size: 14px;
}

.section_left__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_left__footer .btn_custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}

.section_right {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .section_right {
    margin-left: -15px;
  }
}

.section_block {
  margin: 0 -15px;
  padding: 0 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .section_block {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}

.section_block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_block__wrapper input {
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e1e1e;
  padding: 0 12px;
  border: 1px solid #9e9e9e;
}

.section_block__btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .section_block__btn {
    padding-bottom: 20px;
  }
}

.section_block__btn[js-block-toggler] {
  cursor: pointer;
}

.section_block__btn[js-block-toggler]::after {
  content: "";
  font-family: icomoon;
  margin-left: auto;
}

.section_block__btn[js-block-toggler].active::after {
  content: "";
}

.section_block__content {
  padding-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .section_block__content {
    padding-bottom: 20px;
  }
}

.section_footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  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;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .section_footer {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .section_footer {
    margin-bottom: 60px;
  }
}

.section_footer>.btn_custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .section_footer>.btn_custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1600px) {
  .section_footer>.btn_custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.section_sort {
  color: #1e1e1e;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}

.section_sort__btn {
  color: rgba(30, 30, 30, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(30, 30, 30, 0);
  border: none;
  padding: 0;
  margin-left: 8px;
}

.section_sort__btn::after {
  content: " ";
  font-family: icomoon;
  font-size: 10px;
  color: inherit;
  font-weight: bold;
}

.section_sort__btn:hover {
  color: rgba(30, 30, 30, 0.5);
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .section_sort__btn:hover {
    color: #1e1e1e;
    text-decoration: underline;
  }
}

.section_sort__btn:active,
.section_sort__btn.active {
  color: #1e1e1e;
  text-decoration: underline;
}

.section_sort__btn.descend::after {
  content: " ";
}

/* Страница Торгового предложения */
.product__page .carousel_main__product__wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .product__page .carousel_main__product__wrapper {
    margin-bottom: 50px;
  }
}

.product__page .main_features {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .product__page .main_features {
    margin-bottom: 100px;
  }
}

.product__page .main_features__item {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .product__page .main_features__item {
    margin-bottom: 0;
  }
}

.product_title {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .product_title {
    margin-bottom: 30px;
    padding-right: 85px;
  }
}

.product_title .h1,
.product_title h1,
.product_title p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .product_title .h1,
  .product_title h1,
  .product_title p {
    font-size: 25px;
  }
}

.product_title.-popup- {
  margin-bottom: 15px;
}

.product_title.-popup- .h2,
.product_title.-popup- h2,
.product_title.-popup- p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

.product_description {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .product_description {
    margin-bottom: 50px;
  }
}

.product_description.style-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
}

@media screen and (min-width: 1200px) {
  .product_actions {
    margin: 30px 0;
  }
}

.product_actions .btn_custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

@media screen and (max-width: 375px) {
  .product_actions .btn_custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product_text,
.product_size,
.product_price {
  margin-bottom: 5px;
}

.product_size,
.product_price {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_size__label {
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 15px;
}

.product_size__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}

.product_price {
  font-weight: bold;
  font-size: 24px;
}

.product_price__wrapper {
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .product_price__wrapper {
    position: static;
    margin-bottom: 0;
  }
}

.product_price .price-currency {
  margin-left: 8px;
}

.product_price .main_product__compare {
  padding: 8px 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.product_text {
  text-transform: uppercase;
  font-size: 14px;
}

.product_text span:not(:last-of-type) {
  margin-right: 5px;
}

.product_text a {
  text-transform: none;
  color: inherit;
  text-decoration: underline;
}

.product_text a:hover {
  text-decoration: none;
}

.product_block {
  border-bottom: 1px solid #ebebeb;
  margin: 0 -15px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .product_block {
    margin: 0;
    padding: 0;
  }
}

.product_block__btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.product_block__btn[js-block-toggler] {
  cursor: pointer;
}

.product_block__btn[js-block-toggler]::after {
  content: "";
  font-family: icomoon;
  margin-left: auto;
}

.product_block__btn[js-block-toggler].active::after {
  content: "";
}

.product_block__content {
	/* padding-bottom: 15px; */
	padding: 15px 0;
}

.product_block__content p {
  margin-bottom: 0;
  font-size: 14px;
}

.product_block__content p.font-weight-bold {
  margin-bottom: 5px;
}

.product_block__content p a {
  color: inherit;
  text-decoration: underline;
}

.product_block__content p a:hover {
  text-decoration: none;
}

.product_preview {
  margin-top: 25px;
  font-size: 24px;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: rgba(45, 45, 45, 0.5);
}

.product_preview:hover,
.product_preview:focus {
  color: #2d2d2d;
}

@media screen and (min-width: 1200px) {
  .product_preview:hover {
    color: #2d2d2d;
  }
}

.product_preview.active:not(.disabled):not(:disabled),
.product_preview:active:not(.disabled):not(:disabled) {
  color: #2d2d2d;
}

.dl_list {
  margin-bottom: 0;
}

.dl_list__wrapper {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.dl_list__wrapper:not(:last-child) {
  margin-bottom: 5px;
}

.dl_list__wrapper dt,
.dl_list__wrapper dd {
  display: inline-block;
}

.dl_list__wrapper dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 50%;
  margin-right: 15px;
}

.dl_list__wrapper dd {
  margin-bottom: 0;
}

/* Страницы новостей */
.news__page .main_title {
  text-align: left;
  margin-bottom: 30px;
}

.news__page .main_title .h1,
.news__page .main_title h1 {
  margin-bottom: 0;
}

.news__page .main_news {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .news__page .main_news {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .news__page .main_news {
    margin-bottom: 40px;
  }
}

.news_img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .news_img {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .news_img {
    margin-bottom: 40px;
  }
}

.news_p {
  font-size: 14px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .news_p {
    margin-bottom: 25px;
  }
}

.news_date {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .news_date {
    margin-bottom: 25px;
  }
}

.news_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news_link {
    width: auto;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .news_link {
    margin-bottom: 60px;
  }
}

/* Страницы ЧаВо */
.faq__page .main_title,
.reviews__page .main_title,
.team__page .main_title,
.blog__page .main_title,
.contacts__page .main_title,
.sertic__page .main_title,
.friends__page .main_title {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.faq__page .main_title .h1,
.faq__page .main_title h1,
.reviews__page .main_title .h1,
.reviews__page .main_title h1,
.team__page .main_title .h1,
.team__page .main_title h1,
.blog__page .main_title .h1,
.blog__page .main_title h1,
.contacts__page .main_title .h1,
.contacts__page .main_title h1,
.sertic__page .main_title .h1,
.sertic__page .main_title h1,
.friends__page .main_title .h1,
.friends__page .main_title h1 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {

  .faq__page .main_title .h1,
  .faq__page .main_title h1,
  .reviews__page .main_title .h1,
  .reviews__page .main_title h1,
  .team__page .main_title .h1,
  .team__page .main_title h1,
  .blog__page .main_title .h1,
  .blog__page .main_title h1,
  .contacts__page .main_title .h1,
  .contacts__page .main_title h1,
  .sertic__page .main_title .h1,
  .sertic__page .main_title h1,
  .friends__page .main_title .h1,
  .friends__page .main_title h1 {
    font-size: 26px;
  }
}

.faq__page .main_wrapper_global,
.reviews__page .main_wrapper_global,
.team__page .main_wrapper_global,
.blog__page .main_wrapper_global,
.contacts__page .main_wrapper_global,
.sertic__page .main_wrapper_global,
.friends__page .main_wrapper_global {
  padding-bottom: 40px;
}

.faq_item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.faq_item:hover {
  text-decoration: none;
}

.faq_item-title {
  line-height: 22px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

.faq_item-title::before {
  content: "";
  position: absolute;
  top: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
}

.faq_item-text {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

/* Страницы Сертификатов */
.sertic_item {
  overflow: hidden;
  display: block;
  border-radius: 15px;
  margin: 18px 0;
}

@media screen and (min-width: 1200px) {
  .sertic_item {
    margin: 30px 0;
  }
}

.sertic_item.-hover- {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.sertic_item.-hover-:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.sertic_slide {
  border: 2px solid #1b1b1b;
  margin-top: 30px;
}

.sertic_slide-btn {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.sertic_slide-btn.active .icon_custom_down {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.sertic_slide-btn span {
  font-size: 12px;
  text-transform: uppercase;
  color: inherit;
}

.sertic_slide-btn .icon_custom_up,
.sertic_slide-btn .icon_custom_down {
  margin-left: auto;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.sertic_slide-content {
  padding: 0 15px;
}

.sertic_slide-content ol,
.sertic_slide-content ul {
  margin-bottom: 0;
}

.sertic_slide-content ol li,
.sertic_slide-content ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.sertic_slide-content ol {
  counter-reset: li;
}

.sertic_slide-content ol>li {
  counter-increment: li;
  margin-bottom: 15px;
}

.sertic_slide-content ol>li::before {
  content: counter(li) ".";
  margin-right: 8px;
}

.sertic_slide-content ul li::before {
  content: "";
  border-radius: 8px;
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #1b1b1b;
  margin: 3px 0;
  margin-right: 8px;
}

/* Страницы Друзья магазина */
@media screen and (min-width: 768px) {
  .friends-row {
    margin: 0 -8px;
  }
}

@media screen and (min-width: 1200px) {
  .friends-row {
    margin: 0 -15px;
  }
}

@media screen and (min-width: 768px) {
  .friends-row>[class*="col"] {
    padding: 0px 8px;
  }
}

@media screen and (min-width: 1200px) {
  .friends-row>[class*="col"] {
    padding: 0px 15px;
  }
}

.friends__page .main_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .friends__page .main_blog {
    margin-bottom: 30px;
  }

  .friends__page .main_blog:hover p {
    max-height: 200px;
  }
}

.friends__page .main_blog .h3 {
  text-decoration: none;
}

.friends__page .main_blog p {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
}

@media screen and (min-width: 1200px) {
  .friends__page .main_blog p {
    /*max-height: 0;
    overflow: hidden;*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
}

.friends__page .main_blog a {
  display: inline-block;
}

/* Страницы Команда */
.team-row {
  margin: 0;
}

.team-row>[class*="col"] {
  padding: 0;
}

.team-row.-wrapper- {
  margin: 0 -15px;
}

@media screen and (min-width: 768px) {
  .team-row.-wrapper- {
    margin: 0;
  }
}

.team_title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
  margin: 20px 0;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .team_title {
    padding: 0;
  }
}

.team__page .main_features {
  margin-top: 50px;
}

.team__page .news_p {
  margin-bottom: 0;
}

.team_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #3e3e3e;
  height: 230px;
  margin: 2px 0;
}

@media screen and (min-width: 768px) {
  .team_item {
    height: 270px;
  }
}

@media screen and (min-width: 1200px) {
  .team_item {
    height: 320px;
  }
}

.team_item-img {
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 170px;
}

@media screen and (min-width: 768px) {
  .team_item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
  }
}

.team_item-text {
  padding: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 55%;
}

@media screen and (min-width: 768px) {
  .team_item-text {
    max-width: calc(100% - 270px);
    padding: 30px;
  }
}

.team_item-text .d-flex.align-items-center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.team_item-name {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .team_item-name {
    font-size: 16px;
  }
}

.team_item-link {
  color: #d3d3d3;
  font-size: 12px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .team_item-link {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.team_item-link:last-child {
  margin-bottom: 0;
}

.team_item-link span {
  display: inline-block;
}

.team_item-link [class*="icon_custom"] {
  color: #5e5e5e;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}

@media screen and (min-width: 768px) {
  .team_item-link [class*="icon_custom"] {
    display: inline-block;
  }
}

.team_item-link a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .team_item-link a {
    color: inherit;
  }
}

.team_item-link a:hover {
  color: #fff;
}

/* Страницы Отзывы */
.reviews__page .section_footer {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .reviews__page .section_footer {
    margin-top: 30px;
  }
}

.reviews_form {
  background-color: #3e3e3e;
  padding: 15px;
  margin: 0 -15px;
}

@media screen and (min-width: 768px) {
  .reviews_form {
    padding: 20px;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .reviews_form {
    margin: 0;
    padding: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .reviews_form-bottom {
    margin-top: 20px;
  }
}

.reviews_form-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .reviews_form-title {
    margin-bottom: 45px;
  }
}

.reviews_form .btn_custom.btn-secondary {
  padding: 0 50px;
  text-transform: uppercase;
}

.reviews_item {
  margin-bottom: 20px;
}

.reviews_item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: inherit;
}

.reviews_item-datetime {
  margin-bottom: 5px;
  color: #707070;
}

.reviews_item-datetime>span {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 25px;
}

.reviews_item-datetime [class*="icon_custom"] {
  margin-right: 8px;
  font-size: 14px;
}

.reviews_item-description {
  font-size: 14px;
}

/* Страница Блог */
.blog__page .main_blog {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .blog__page .main_blog {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .blog__page .main_blog {
    margin-bottom: 30px;
  }
}

.blog__page .section_footer {
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .blog__page .section_footer {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .blog__page .section_footer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.blog_back {
  margin-top: 25px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .blog_back {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .blog_back {
    margin-top: 70px;
    margin-bottom: 45px;
    margin-left: calc(75% * .5);
  }
}

.blog_back .btn_custom.btn-outline-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.blog_text picture {
  display: block;
  text-align: center;
  margin: 0 -15px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .blog_text picture {
    float: left;
    width: calc(50% - 30px);
    margin-left: 0;
    margin-right: 30px;
    margin-top: 6px;
  }
}

.blog_text picture img,
.blog_text picture .img-fluid {
  max-width: 100%;
  height: auto;
}

.blog_text p {
  font-size: 14px;
  margin-bottom: 20px;
}

.blog_text p.blog_tags a {
  margin-right: 10px;
  display: inline-block;
}

.blog_text a {
  color: inherit;
  text-decoration: underline;
}

.blog_text a:hover {
  text-decoration: none;
}

/* Страница Контакты */
.contacts__page .reviews_form {
  margin-top: 30px;
}

.contacts_map {
  width: 100%;
  height: 430px;
}

@media screen and (min-width: 1200px) {
  .contacts_map {
    width: 570px;
  }
}

.contacts_map-wrapper {
  margin: 0 -15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .contacts_map-wrapper {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.contacts_item {
  margin-bottom: 20px;
}

.contacts_item-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.contacts_item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contacts_item-text p {
  margin-bottom: 0;
  font-size: 14px;
}

.contacts_item-text p a {
  display: inline-block;
  color: inherit;
}

.contacts_item-text [class*="icon_custom"] {
  font-size: 12px;
  margin-right: 15px;
}

/* Корзина */
.qty_wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 115px;
}

.qty_wrapper [class^="icon_custom"] {
  border: none;
  background-color: rgba(204, 204, 204, 0);
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
}

.qty_wrapper [class^="icon_custom"]:hover {
  background-color: #cccccc;
  color: #fff;
}

.qty_wrapper [class^="icon_custom"].disabled,
.qty_wrapper [class^="icon_custom"]:disabled {
  opacity: 0.25;
  pointer-events: none;
}

.qty_wrapper input {
  height: 36px;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  max-width: 55px;
}

.basket_tab {
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  opacity: 0.5;
  color: #b0b0b0;
  margin-right: 60px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .basket_tab {
    max-width: 100%;
  }
}

.basket_tab:last-child {
  margin-right: 0;
}

.basket_tab:hover span {
  text-decoration: none;
}

.basket_tab.active {
  color: #000;
  opacity: 1;
}

.basket_tab.active span {
  text-decoration: none;
}

.basket_tab span {
  text-decoration: underline;
}

.basket_tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .basket_tab-wrapper {
    padding-top: 15px;
    padding-bottom: 0;
  }
}

.basket_tab-wrapper.-reverse- {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .basket_tab-wrapper.-reverse- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.basket_tab-wrapper.-reverse- .basket_tab {
  margin-right: 0;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .basket_tab-wrapper.-reverse- .basket_tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.basket_tab-wrapper.-reverse- .basket_tab:first-child {
  margin-right: 0;
}

.basket_tab-wrapper.-reverse- .basket_tab span {
  text-decoration: none;
}

.basket_tab-wrapper.-reverse- .basket_tab.active {
  color: #000;
  opacity: 1;
}

.basket_tab-wrapper.-reverse- .basket_tab.active~.basket_tab {
  color: #000;
  opacity: 1;
}

.basket_total {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
  .basket_total {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px !important;
  }
}

.basket_total span {
  font-weight: bold !important;
  display: inline-block !important;
  margin: 0 4px;
}

@media screen and (min-width: 768px) {
  .basket_total span {
    margin: 0;
    margin-left: 8px;
  }
}

.basket_total-wrapper {
  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 0;
}

@media screen and (min-width: 768px) {
  .basket_total-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
}

.basket_margin {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .basket_margin {
    margin-bottom: 50px;
  }
}

.basket_order {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .basket_order {
    padding: 0 75px;
    width: auto;
  }
}

.basket_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basket_item-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 -15px;
  padding: 20px 15px;
  margin-bottom: -1px;
}

@media screen and (min-width: 768px) {
  .basket_item-wrapper {
    padding: 25px 15px;
  }
}

.basket_item-wrapper.-header- {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
  opacity: 0.5;
}

.basket_item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .basket_item-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    margin-bottom: 0;
  }
}

.basket_item-info>.d-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.basket_item-price,
.basket_item-qty {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
  text-align: center;
}

@media screen and (min-width: 768px) {

  .basket_item-price,
  .basket_item-qty {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    text-align: right;
  }
}

.basket_item-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 29%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .basket_item-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    padding-right: 20px;
    text-align: right;
  }
}

.basket_item-price:last-child {
  text-align: right;
}

.basket_item-price span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
}

.basket_item-price span.old_price {
  opacity: 0.5;
  text-decoration: line-through;
}

.basket_item-param span {
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}

.basket_item-param span:first-child {
  color: #000;
  opacity: 0.5;
  margin-right: 5px;
}

.basket_item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.basket_item-action {
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  height: 20px;
  margin-right: 10px;
}

.basket_item-action:hover span:last-child {
  text-decoration: underline;
}

.basket_item-action.-remove- [class^="icon_custom"] {
  font-size: 12px;
}

.basket_item-action [class^="icon_custom"] {
  font-size: 20px;
  margin-right: 5px;
  font-weight: bold;
}

.basket_item-title {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.basket_item-title small {
  font-size: 12px;
  font-weight: 400;
}

.basket_item-img {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  height: 130px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .basket_item-img {
    width: 130px;
    height: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    margin-right: 40px;
  }
}

.basket_item-img .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.basket-coupon-alert-section {
	display: flex;
	justify-content: flex-end;
}
.basket_bonus-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 15px;
}

.basket_bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	max-width: 300px;
	gap: 15px;
}

@media screen and (min-width: 768px) {
  .basket_bonus {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .basket_bonus-wrapper {
    padding: 25px 0;
  }
}

.basket_bonus-label {
	font-size: 14px;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: 700;
	/* -webkit-box-flex: 0; */
	/* -ms-flex: 0 0 100%; */
	/* flex: 0 0 100%; */
	/* max-width: 100%; */
	/* text-align: center; */
}

@media screen and (min-width: 768px) {
  .basket_bonus-label {
    padding: 0 0;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

.basket_bonus-input {
  margin-right: 5px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 120px;
}

@media screen and (min-width: 768px) {
  .basket_bonus-input {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

/* Оформление заказа */
.ordering_text {
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.ordering_text.-bottom- {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .ordering_text.-bottom- {
    margin-top: 40px;
  }
}

.ordering_text a {
  text-decoration: underline;
}

.ordering_text a:hover {
  text-decoration: none;
}

.ordering_text-link {
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.ordering_text-link span {
  text-decoration: underline;
}

.ordering_text-link:hover span {
  text-decoration: none;
}

.ordering_total_wrap {
  max-width: 500px;
  margin: auto;
  text-align: left;
}

.ordering_total {
  padding: 15px;
  padding-bottom: 1px;
}

.ordering_total span,
.ordering_total p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.ordering_total span.-small-,
.ordering_total p.-small- {
  text-transform: none;
  font-weight: 300;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.5);
}

.ordering_total span.-light-,
.ordering_total p.-light- {
  font-weight: 300;
  margin-bottom: 15px;
}

.ordering_total span.-bold-,
.ordering_total p.-bold- {
  font-weight: bold;
  margin-bottom: 15px;
}

.ordering_total span.-semibold-,
.ordering_total p.-semibold- {
  font-weight: 600;
  margin-bottom: 6px;
}

.ordering_total span.-regular-,
.ordering_total p.-regular- {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 6px;
}

.ordering_total-list {
  margin-bottom: 0;
}

.ordering_total-list.-items- {
  padding: 10px 0;
}

.ordering_total-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.ordering_total-list li span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.ordering_total-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 5px 0;
}

.ordering_total-item_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}

.ordering_total-item_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 60px);
  padding-left: 15px;
}

.ordering_total-item_text p:last-child {
  margin-bottom: 0;
}

.ordering_total-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ordering_total-img {
  padding: 10px 0;
  line-height: 1;
}

.ordering_total-img .img-fluid {
  display: inline-block;
}

.ordering_total-btn {
  padding: 0 10px;
  border: none;
  background-color: #fafafa;
  font-size: 11px;
  line-height: 21px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
}

.ordering_total-btn [class^="icon_custom"] {
  margin-left: 8px;
  display: inline-block;
}

.ordering_total-divider {
  position: relative;
  height: 21px;
  text-align: center;
  line-height: 1;
  margin: 0 -15px;
}

.ordering_total-divider::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #d7d7d7;
}

.ordering_total-divider.active .ordering_total-btn [class^="icon_custom"] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ordering_total-wrapper {
  background-color: #fafafa;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .ordering_total-wrapper {
    margin-bottom: 80px;
  }
}

.ordering_form-btn {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .ordering_form-btn {
    width: 270px;
  }
}

@media screen and (min-width: 1200px) {
  .ordering_form-btn {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .ordering_form .col-12.basket_margin {
    margin-top: 40px;
  }
}

.ordering_form .hr.w-100.d-md-none {
  margin-top: 0;
}

.ordering_form .h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .ordering_form .h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Личный кабинет */
.dashboard_page .main_wrapper_global {
  padding-bottom: 40px;
}

.dashboard_page .main_product {
  margin-bottom: 20px;
}

.dashboard_right {
  padding: 0 30px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .dashboard_right {
    margin-top: 0;
    padding-right: 30px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard_right {
    padding-right: 15px;
    padding-left: 30px;
  }
}

.dashboard_menu-link {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 15px;
  text-transform: uppercase;
  background: #e9e9e9;
  color: #000;
}

@media screen and (min-width: 768px) {
  .dashboard_menu-link {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard_menu-link {
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
  }
}

.dashboard_menu-link:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.dashboard_menu-link.active {
  color: #fff;
  background: #000;
}

.dashboard_menu-btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  font-weight: 400;
  padding: 0 15px;
  text-transform: uppercase;
  background: #e9e9e9;
  color: #000;
  border: none;
  position: relative;
}

.dashboard_menu-btn::before {
  content: "";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dashboard_menu-btn.active,
.dashboard_menu-btn:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.dashboard_menu-btn.active::before {
  content: "";
}

.dashboard_loyalty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
}

.dashboard_loyalty .-value- {
  font-weight: 600;
  margin-left: 5px;
}

.dashboard_loyalty.-total- {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.dashboard_loyalty-wrapper {
  padding-top: 15px;
  padding-bottom: 7px;
  border-top: 1px solid #ddd;
}

.dashboard_loyalty-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 8px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .dashboard_loyalty-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard_loyalty-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard_loyalty-col:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
}

.dashboard_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 25px;
}

.dashboard_order.-current- {
  border: 1px solid #dadada;
}

.dashboard_order.-current-:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.33);
}

.dashboard_order.-old- {
  border-bottom: 1px solid #dadada;
}

.dashboard_order.-old- .dashboard_order-col_4 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .dashboard_order.-old- .dashboard_order-col_4 {
    padding-right: 15px;
  }
}

.dashboard_order.-old- .dashboard_order-col_1 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .dashboard_order.-old- .dashboard_order-col_1 {
    padding-left: 15px;
  }
}

.dashboard_order.-old- .dashboard_order-bottom {
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .dashboard_order.-old- .dashboard_order-bottom {
    left: 15px;
  }
}

.dashboard_order-wrapper:last-child .dashboard_order.-old- {
  border-bottom: none;
}

.dashboard_order-col_4 {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .dashboard_order-col_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard_order-col_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.dashboard_order-col_1 {
  padding: 0 15px;
  padding-top: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .dashboard_order-col_1 {
    padding-bottom: 100px;
    padding-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .dashboard_order-col_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.dashboard_order-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.dashboard_order-title.-green- {
  color: #70ac31;
}

.dashboard_order-title.-red- {
  color: #cf5454;
}

.dashboard_order-title.-grey- {
  color: #999;
}

.dashboard_order-info {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dashboard_order-info .-value- {
  font-weight: 600;
  margin-left: 5px;
}

.dashboard_order-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .dashboard_order-bottom {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
}

.dashboard_order-bottom .btn_custom {
  margin-top: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.dashboard_data.-info- {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 8px 0;
}

.dashboard_data.-info- .-value- {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .dashboard_data.-info- .-value- {
    margin-right: 25px;
  }
}

.dashboard_data.-info- span {
  display: block;
}

@media screen and (min-width: 768px) {
  .dashboard_data.-info- span {
    display: inline-block;
    margin-right: 5px;
  }
}

.dashboard_data-btn {
  padding: 0;
  border: none;
  background: #fff;
  color: #000;
  opacity: 0.5;
  text-decoration: underline;
  line-height: 20px;
  display: inline-block;
}

.dashboard_data-btn:hover {
  text-decoration: none;
  opacity: 1;
}

.dashboard_data-wrapper {
  width: 100%;
}

.popup-mobile-app {
  min-width: 98%;
  min-height: 98%;
  background-color: rgba(46, 46, 46, .95);
  padding: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup-mobile-app.popup-desctop {
	background-color: rgba(46, 46, 46, .30);
}
.popup-mobile-app.popup-desctop .fancybox-button {
	width: 92px;
	height: 92px;
}

.popup-mobile-app .mobile-app-text {
  font-size: 20px;
  line-height: 40px;
}

.popup-mobile-app .btn_custom.btn-secondary.btn-red {
  background-color: #ff151f;
  border: 1px solid #ff151f;
  padding: 0 50px;
}

/*
  *cardProduct
  **/
.top-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 9px;
  padding-right: 15px;
}

.top-stars img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
}

.top-stars span {
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
  color: #969696;
}

.product_price .main_product__compare {
  top: 36px !important;
}

.product_price .main_product__favorite_container {
  top: 44px !important;
}

.buy-today {
  height: 46px;
  margin-top: 20px;
  width: calc(50% - 15px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(241, 198, 68, 0.12);
  padding: 0 12px;
}

.buy-today span {
  font-size: 12px;
  color: #5C5C5C;
  padding-top: 3px;
}

.buy-today img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.product_actions {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-header {
  padding: 6px 15px;
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-header__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-header__stars span {
  font-weight: 600;
  font-size: 16px;
  margin-right: 2px;
}

.review-header__stars img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4px;
  width: 14px;
}

.review-header__text {
  margin-left: 15px;
  font-size: 12px;
}

.review-header__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.review-header__sort span {
  font-size: 13px;
  margin-right: 10px;
}

.review-header__select .selectize-dropdown {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.review-header__select .selectize-dropdown .option,
.review-header__select .selectize-control.customselect .selectize-dropdown .optgroup-header {
  padding-left: 8px !important;
}

.review-header__select .selectize-input {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px !important;
  padding-right: 20px;
  padding: 8px 30px 8px 8px !important;
  min-width: 150px !important;
}

.review-header__select .selectize-input input {
  display: none !important;
}

.review-header__select .selectize-input::after {
  color: #000;
  font-size: 11px !important;
  margin-top: 1px !important;
}

.review-block {
  padding: 18px 0;
  border-bottom: 1px solid #EDEDED;
}

.review-block__top {
  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;
}

.review-block__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-block__stars img {
  display: block;
  width: 14px;
  margin-right: 4px;
}

.review-block__stars img:last-child {
  margin-right: 0;
}

.review-block__date {
  font-weight: 600;
  font-size: 12px;
  color: #969696;
}

.review-block__name {
  margin-top: 6px;
  font-weight: 600;
  font-size: 14px;
}

.review-block__comment {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

.review-block__row {
  font-size: 12px;
  color: #969696;
  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: 14px;
}

.review-block__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-block__recommend img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}

.review-block__recommend span {
  font-weight: 600;
}

.review-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 1px;
}

.review-meta__more {
  display: inline-block;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-size: 14px;
  color: #000;
}

.review-meta__more:hover {
  text-decoration: none;
}

.review-meta__modal {
  display: block;
  max-width: 198px;
  padding: 16px 0;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  background: #2D2D2D;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
}

.review-meta__modal:hover {
  background: #606060;
}

.card-modal {
  width: 100%;
  max-width: 630px;
  padding: 45px 30px;
  display: none;
}

.card-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  width: 18px;
  height: 18px;
}

.card-modal__close:hover {
  opacity: .65;
}

.card-modal__close span {
  height: 2px;
  width: 22px;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  background-color: #000;
}

.card-modal__close span:first-child {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.card-modal__close span:last-child {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.card-modal .fancybox-close-small {
  display: none;
}

.card-modal__title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.card-modal__form {
  margin-top: 30px;
}

.card-modal__sub {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  width: 141px;
}

.card-modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

.card-modal__row--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-modal__row--top .card-modal__sub {
  padding-top: 12px;
}

.card-modal__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card-modal__stars input {
  display: none;
}

.card-modal__stars input:checked+label {
  background-image: url(../img/card_product/star-on.svg);
}

.card-modal__stars input:checked~label {
  background-image: url(../img/card_product/star-on.svg);
}

.card-modal__stars label {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 6px;
  -webkit-transition: .15s;
  transition: .15s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/card_product/star-off.svg);
  cursor: pointer;
  margin-bottom: 0;
}

.card-modal__stars label:last-child {
  margin-left: 0;
}

.card-modal__textarea {
  padding: 12px;
  display: block;
  width: 100%;
  font-size: 13px;
  resize: none;
  border: 1px solid #C4C4C4;
  height: 130px;
}

.card-modal__textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: #BABABA;
  -webkit-transition: .1s;
  transition: .1s;
}

.card-modal__textarea:-ms-input-placeholder {
  font-size: 13px;
  color: #BABABA;
  -webkit-transition: .1s;
  transition: .1s;
}

.card-modal__textarea::-ms-input-placeholder {
  font-size: 13px;
  color: #BABABA;
  -webkit-transition: .1s;
  transition: .1s;
}

.card-modal__textarea::placeholder {
  font-size: 13px;
  color: #BABABA;
  -webkit-transition: .1s;
  transition: .1s;
}

.card-modal__textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.card-modal__textarea:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.card-modal__textarea:focus::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.card-modal__textarea:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.card-modal__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-modal__input {
  display: block;
  width: 100%;
  border: 1px solid #C4C4C4;
  padding: 8px 12px;
  font-size: 13px;
}

.card-modal__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-modal__recommend label {
  margin-right: 15px;
}

.card-modal__recommend label:last-child {
  margin-right: 0;
}

.card-modal__recommend label:last-child input:checked+span {
  border-color: #fd5948;
  color: #fd5948;
}

.card-modal__recommend label input {
  display: none;
}

.card-modal__recommend label input:checked+span {
  border-color: #58b551;
  color: #58b551;
}

.card-modal__recommend label span {
  display: block;
  width: 73px;
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
  border: 1px solid #C4C4C4;
  cursor: pointer;
  color: #000;
  -webkit-transition: .15s;
  transition: .15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card-modal__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-modal__size label {
  margin-right: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card-modal__size label:last-child {
  margin-right: 0;
}

.card-modal__size label input {
  display: none;
}

.card-modal__size label input:checked+span::before {
  border-color: #000;
}

.card-modal__size label input:checked+span::after {
  background-color: #000;
  opacity: 1;
  visibility: visible;
}

.card-modal__size label span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  color: #000;
}

.card-modal__size label span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #D4D4D4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: .15s;
  transition: .15s;
}

.card-modal__size label span::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #D4D4D4;
  -webkit-transition: .15s;
  transition: .15s;
  opacity: 0;
  visibility: hidden;
}

.card-modal__send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
}

.card-modal__btn {
  display: block;
  max-width: 198px;
  padding: 16px 0;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  background: #2D2D2D;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
  border: 0;
}

.card-modal__btn:hover {
  background: #606060;
}

.card-modal__cancel {
  font-size: 14px;
  color: #000;
  margin-left: 24px;
  cursor: pointer;
  display: inline-block;
}

.card-modal__cancel:hover {
  text-decoration: underline;
}

.card-modal__politic {
  font-size: 11px;
  color: #000;
  margin-top: 20px;
}

.card-modal__politic a {
  text-decoration: underline;
  color: #000;
}

.card-modal__politic a:hover {
  text-decoration: none;
}

.fancybox-bg.dark {
  background-color: #000;
}

@media (max-width: 1599px) {
  .review-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .review-header__sort {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }




}

@media (max-width: 1199px) {
  .buy-today {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .product_title {
    padding-right: 145px !important;
  }
}

@media (max-width: 767px) {
  .card-modal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-modal__sub {
    margin-right: 15px;
  }


}

@media (max-width: 575px) {
  .review-header {
    margin-left: -15px;
    margin-right: -15px;
  }

  .review-header__sort {
    margin-top: 2px;
  }

  .review-block__row {
    display: block;
  }

  .review-block__size {
    margin-top: 6px;
  }

  .review-meta {
    display: block;
  }

  .review-meta__modal {
    max-width: 100%;
    margin-top: 14px;
  }

  .card-modal__row {
    display: block;
  }

  .card-modal__row .card-modal__sub {
    width: auto;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .card-modal__size {
    display: block;
  }

  .card-modal__size label {
    display: inline-block;
  }

  .card-modal__send {
    display: block;
  }

  .card-modal__btn {
    max-width: 100%;
  }

  .card-modal__cancel {
    margin-left: 0;
    text-align: center;
    margin-top: 12px;
    display: block;
  }
}

.span__404 {
  font-size: 125px;
  font-weight: bold;
}

.search__404 {
  border: 1px #CDCFD3 solid;
  margin: 40px 0 73px 0;
}

.search__404 input {
  width: 94%;
  height: 58px;
  border: none;
  padding: 30px;
  font-size: 14px;
  font-weight: 300;
}

.social__404 {
  margin: 30px 0 50px 0;
}

.soc-wrap {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.soc-wrap__item {
  padding: 0 5px;
  width: 20%;
  margin-bottom: 10px;
}

.soc-wrap__item img {
  width: 100%;
}

.soc-wrap__item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.soc-wrap__item a:hover {
  opacity: .65;
}

.header_main__menu__item {
  font-weight: 400;
  margin: 0;
  line-height: 27px;
}

@media(max-width: 991px) {
  .soc-wrap__item {
    width: 33.3333%;
  }
}

@media(max-width: 575px) {
  .soc-wrap__item {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .header_main__menu__btn {
    padding: 0 15px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .header_main__menu__btn {
    padding: 0;
    margin: 0;
  }

  .header_bottom__menu__item {
    font-weight: 700;
  }
}

.header_main__menu:last-child .header_main__menu__type {
  padding-bottom: 2px;
}

/* new delivery*/
.delivery__inner {
  display: grid;
  grid-template-columns: repeat(3, 1.333fr);
  gap: 22px;
}

/*new footer*/
.footer_subscribe__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px 25px;
  font-size: 21px;
}

.footer-company-name {
  display: block;
  /*color: #bebebe !important;*/
  margin: 0 0 22px 0;
  font-weight: 700 !important;
}

.footer_sitemap__wrapper * {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}

.footer_sitemap__list li:not(:first-child) {
  padding-left: 0;
}

.footer_sitemap__list li:first-child span {
  text-transform: uppercase;
  color: #bebebe;
  margin: 0 !important;
}

.footer_sitemap__list li span {
  margin: 0 !important;
}

.footer_sitemap__list li {
  margin-bottom: 10px;
}

.footer_sitemap__contacts li.style-address::before {
  content: none;
}

.footer_sitemap__list li:not(:first-child) a {
  color: #fff;
}

.footer_subscribe__title {
  margin: 0 !important;
}

.footer_sitemap__list li:first-child {
  margin: 0 0 22px 0;
  font-weight: 700;
}

.footer_sitemap__list li:first-child a {
  color: #BEBEBE;
  text-transform: uppercase !important;
}

.footer_sitemap__contacts li.style-phone::before,
.footer_sitemap__contacts li.style-email::before,
.footer_sitemap__list li:not(:first-child)::before {
  content: none;
}

.footer_subscribe__title {
  font-size: 17px !important;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}

.footer_subscribe-left {
  display: flex;
  align-items: center;
  gap: 63px;
}

.footer__subscribe-right {
  display: flex;
  align-items: center;
  gap: 20px 25px;
  flex-wrap: wrap;
}

.footer_subscribe__social {
  margin: 0 !important;
}

.footer_subscribe__form {
  margin: 0 !important;
}

.footer_subscribe__input {
  max-width: unset;
  width: 411px;
  background: #fff;
  border: none;
  height: 50px;
  font-size: 17px;
}

.footer_subscribe__input::-webkit-input-placeholder {
  color: #000000;
}

.footer_subscribe__input::-moz-placeholder {
  color: #000000;
}

.footer_subscribe__input:-moz-placeholder {
  color: #000000;
}

.footer_subscribe__input:-ms-input-placeholder {
  color: #000000;
}

.footer_subscribe__btn {
  font-size: 18px;
  line-height: normal;
  font-family: 'Open Sans';
  max-width: 150px;
  flex: 0 0 150px;
  height: 50px;
}

.footer_subscribe-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_subscribe__form {
  height: auto;
}

.footer_sitemap__contacts * {
  line-height: normal;
}

.footer_sitemap__contacts li {
  padding-left: 0;
  margin: 0 0 10px 0;
}

.footer_sitemap__contacts li a {
  display: flex;
  margin: 0 0 10px 0;
}

.footer-kpp {
  margin: 49px 0 0 0;
}

.footer_sitemap__wrapper {
  padding: 40px 0 !important;
}

.footer_sitemap__wrapper div.col-xl-3 {
  margin-left: auto;
}

.footer_privacy__item {
  font-size: 17px;
  line-height: normal;
}

@media (min-width: 1200px) {
  .footer_sitemap__wrapper .col-xl-2 {
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
  }
}

@media screen and (max-width: 1599px) {
  .footer_subscribe-left {
    justify-content: space-between;
  }

  .footer_subscribe__form,
  .footer_subscribe-left {
    flex-grow: 1;
  }
}

@media screen and (max-width: 1024px) {
  .footer_subscribe-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer_subscribe__wrapper {
    gap: 24px;
  }

  .footer_subscribe__form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer_subscribe__input {
    width: calc(100% - 120px);
  }

  .footer_subscribe__btn {
    max-width: 120px;
    flex: 0 0 120px;
    font-size: 16px;
  }

  .footer_privacy__item {
    font-size: 16px;
  }

  .footer_sitemap__wrapper {
    padding: 30px 0 !important;
  }

  .footer_subscribe__title {
    font-size: 16px !important;
  }

  .footer_sitemap__wrapper * {
    font-size: 16px;
  }

  .footer-company-name {
    margin: 20px 0 30px 0;
  }

  .footer_sitemap__contacts br {
    display: none;
  }

  .footer-kpp {
    margin: 30px 0 0 0;
  }
}

/*end new footer*/