@charset "UTF-8";


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?14178711#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* line-height: 1em; */
  line-height: 1.8em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-youtube-play:before {
  content: '\f16a';
}

/* '' */
.icon-vkontakte:before {
  content: '\f189';
}

/* '' */
.icon-instagram-1:before {
  content: '\f32d';
}

.icon-telegram:before {
  content: '\f2c6';
}

/* '' */
.psd,
.btn span:before,
.info-btn:before,
.info-btn:after,
.sel-btn:before,
.sel-btn:after,
.head-cart a:before,
.main-nav li a .arr:before,
.main-nav li.has-submenu ul:before,
.slick-arrow:before,
.slick-dots li button:before {
  content: '';
  display: block;
  position: absolute;
}

.trans,
.btn,
.action-btn span .persent-ico svg,
.hed-info .dropdown-menu ul li a,
.info-btn span,
.info-btn:after,
.right-head .compare-btn,
.right-head .cab-btn,
.right-head .cab-btn .user-ico svg,
.nav-ico,
.nav-ico span,
.sel-btn span,
.sel-btn:after,
.head-cart a:before,
.head-cart strong,
.main-nav li a,
.main-nav li a .arr:before,
.slick-arrow,
.slick-dots li button,
.slick-dots li button:before,
.socially li a,
.backdrop,
.sticky-header,
.sticky-header .head-cart a .cart-ico svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  padding: 9px 30px;
  font-size: 12px;
  text-transform: uppercase;
  border: 2px solid #0b4250;
  background: #0b4250;
  font-weight: 700;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Rubik', sans-serif;
}

.btn:hover,
.btn:focus {
  background: #31869A;
  border-color: #31869A;
  color: #fff;
}

.btn span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 26px;
}

.btn span:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.add-btn {
  -webkit-box-shadow: 0px 4px 8px #A9C2E9;
  box-shadow: 0px 4px 8px #A9C2E9;
  padding: 9px 15px;
}

.add-btn span:before {
  width: 16px;
  height: 16px;
  background: url(/local/templates/ekrom/images/icons/cart-ico.svg) 0 0 no-repeat;
  background-size: 100%;
}

.more-btn {}

.white-btn {
  background: transparent;
  border-color: #fff;
}

.action-btn {
  background: transparent;
  color: #FFBB7D;
  border-color: #FFBB7D;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.action-btn span {
  padding-left: 20px;
}

.action-btn span:before {
  display: none;
}

.action-btn span .persent-ico {
  padding: 0;
  margin-top: -2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.action-btn span .persent-ico svg {
  width: 16px;
  height: 16px;
  fill: #FFBB7D;
}

.action-btn:hover,
.action-btn:focus {
  border-color: #FFBB7D;
  background: #FFBB7D;
  color: #fff;
}

.action-btn:hover span .persent-ico svg,
.action-btn:focus span .persent-ico svg {
  fill: #fff;
}

.action-btn.blue-btn {
  width: 100%;
  border-color: #3F87F2;
  background: #3F87F2;
  color: #fff;
  -webkit-box-shadow: 0px 4px 8px #A9C2E9;
  box-shadow: 0px 4px 8px #A9C2E9;
}

.action-btn.blue-btn span {
  padding-left: 25px;
}

.action-btn.blue-btn .persent-ico {
  padding-left: 0;
}

.action-btn.blue-btn .persent-ico svg {
  fill: #fff;
}

.action-btn.blue-btn:hover,
.action-btn.blue-btn:focus {
  background: #4E89E2;
  border-color: #4E89E2;
  color: #fff;
}

button,
a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #ffffff;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #4F545F;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

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

a {
  color: #6E91C6;
}

.bg,
.head-top,
.quote,
.sticky-header {
  background: #fff;
}

.header {
  position: relative;
  z-index: 10;
}

.top-nav {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-right: 20px;
}

.top-nav li {
  display: inline;
  vertical-align: top;
  font-size: 13px;
}

.top-nav li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 10px;
  transition: all .3s;
}

.top-nav li a strong {
  font-weight: 700;
}

.top-nav li a:hover,
.top-nav li a:focus {
  text-decoration: none;
  color: #FFBB7D;
}

.hed-info {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
}

.hed-info .dropdown-menu {
  width: auto !important;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0px 4px 10px rgba(62, 91, 133, 0.25);
  box-shadow: 0px 4px 10px rgba(62, 91, 133, 0.25);
  margin-top: 0;
  width: 100%;
  padding: 16px;
}

.hed-info .dropdown-menu ul li {
  display: block;
  font-size: 13px;
  line-height: 27px;
}

.hed-info .dropdown-menu ul li a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #6C7683;
}

.hed-info .dropdown-menu ul li a:hover,
.hed-info .dropdown-menu ul li a:focus {
  text-decoration: none;
  color: #6E91C6;
}

.hed-info.show .info-btn:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.info-btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  text-align: left;
  padding: 10px 15px 10px 25px;
  position: relative;
  color: #6E91C6;
  background: transparent;
  font-size: 13px;
}

.info-btn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.info-btn:hover span,
.info-btn:focus span {
  color: #4F545F;
}

.info-btn:before,
.info-btn:after {
  top: 50%;
}

.info-btn:before {
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/ekrom/images/icons/att-ico.svg) 0 0 no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s;
}

.info-btn:after {
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #6E91C6;
  margin-top: -2px;
}

.info-btn:hover::before,
.info-btn:focus::before {
  background: url(/local/templates/ekrom/images/icons/att-ico-1.svg) 0 0 no-repeat;
}

.info-btn:hover::after,
.info-btn:focus::after {
  border-top-color: #4F545F;
}

.right-head {
  font-size: 0;
}

.right-head .compare-btn,
.right-head .cab-btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  border: 0;
  padding: 10px 20px;
  color: #6E91C6;
  font-size: 13px;
  line-height: 20px;
}

.right-head .compare-btn {
  background: transparent;
}

.right-head .compare-btn:hover {
  color: #FFBB7D;
  transition: all .3s;
}

.right-head .compare-btn .qty {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #A6C3EE;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
}

.right-head .cab-btn {
  padding-left: 48px;
  background: #E4ECF9;
}

.right-head .cab-btn .user-ico {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right-head .cab-btn .user-ico svg {
  fill: #336EC6;
}

.right-head .cab-btn:hover,
.right-head .cab-btn:focus {
  background: #3F87F2;
  color: #fff;
}

.right-head .cab-btn:hover .user-ico svg,
.right-head .cab-btn:focus .user-ico svg {
  fill: #fff;
}

.head-mdl {
  padding: 25px 0;
}

.head-mdl .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}

.head-mdl .container>div {
  padding: 0 15px;
}

.head-mdl .cab-btn {
  display: none;
  width: 28px;
  height: 28px;
  text-decoration: none;
}

.head-mdl .cab-btn .user-ico {
  display: block;
  width: 28px;
  height: 28px;
}

.head-mdl .cab-btn .user-ico svg {
  fill: #fff;
}

.head-mdl .compare-btn {
  display: none;
  width: 28px;
  height: 28px;
  position: relative;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.head-mdl .compare-btn .comp-ico {
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 15px;
  height: 15px;
}

.head-mdl .compare-btn .comp-ico svg {
  fill: #336EC6;
}

.head-mdl .compare-btn .qty {
  display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 14px;
  height: 14px;
  background: #A6C3EE;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.head-mdl .btn-box {
  display: none;
}

.nav-ico {
  display: none;
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  width: 27px;
  height: 27px;
  overflow: hidden;
  z-index: 100;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.nav-ico span {
  display: block;
  position: absolute;
  left: 6px;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  width: 14px;
  background: #fff;
}

.nav-ico span:first-child {
  top: 7px;
}

.nav-ico span:nth-child(2) {
  top: 12px;
}

.nav-ico span:last-child {
  top: 17px;
}

.js-open .nav-ico {
  border-color: #FFBB7D;
  background: #FFBB7D;
}

.js-open .nav-ico span {
  background: #336EC6;
}

.js-open .nav-ico span:first-child {
  top: 12px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-open .nav-ico span:last-child {
  top: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-open .nav-ico span:nth-child(2) {
  left: 150px;
}

.logo {
  display: block;
  vertical-align: top;
}

.logo img {
  /* max-width: 100%; */
  /* height: auto; */
  /*width: 100%;*/
  max-height: 50px;
}


@media (max-width: 991px) {

  .logo {
    display: inline-block;
  }

  #bx-soa-total .active_scroll {
    width: auto !important;
  }

  #bx-soa-paysystem {
    padding-bottom: 0;
  }

  #order_comment {
    padding-top: 0;
  }

  #bx-soa-delivery {
    padding-bottom: 0;
  }

  #bx-soa-paysystem {
    padding-top: 0;
  }
}


/* .sity-sel p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  color: #6C7683; }

.sel-btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #336EC6;
  padding: 4px 16px 0 22px; }
  .sel-btn span {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dotted #336EC6;
    line-height: 20px; }
  .sel-btn:hover span, .sel-btn:focus span {
    border-bottom-color: transparent; }
  .sel-btn:before, .sel-btn:after {
    top: 50%; }
  .sel-btn:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 12px;
    height: 16px;
    background: url(/local/templates/ekrom/images/icons/pin-ico.svg) 0 0 no-repeat;
    background-size: 100%; }
  .sel-btn:after {
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #6E91C6;
    margin-top: -2px; } */

.search-box {
  padding: 0 15px;
  width: 300px;
}

.search {
  width: 100%;
  position: relative;
  height: 40px;
  border: 1px solid #A6C3EE;
  border-radius: 50px;
}

.search input {
  display: block;
  width: 100%;
  border: 0;
  height: 38px;
  padding: 10px 20px 10px 42px;
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #6E91C6;
  line-height: 18px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.search input:focus {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  outline: none !important;
}

.search input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.search input:focus:-ms-input-placeholder {
  opacity: 0;
}

.search input:focus::-moz-placeholder {
  opacity: 0;
}

.search input:focus:-moz-placeholder {
  opacity: 0;
}

.search .search-btn {
  display: block;
  position: absolute;
  z-index: 2;
  border: 0;
  padding: 0;
  background: transparent;
  left: 14px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(/local/templates/ekrom/images/icons/search-ico.svg) 0 0 no-repeat;
  background-size: 100%;
}

.time .num a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #4F545F;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.time .num a:hover {
  color: #FFBB7D;
  transition: all .3s;
}

.time p {
  font-size: 12px;
  color: #6C7683;
  line-height: 20px;
  margin-bottom: 0;
}

.head-cart a {
  display: block;
  text-decoration: none;
  color: #4F545F;
  padding: 5px 0 0 65px;
  min-height: 48px;
  position: relative;
}

.head-cart a:before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  z-index: 1;
  background: #FFBB7D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.head-cart a .cart-ico {
  display: block;
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 22px;
}

.head-cart a .cart-ico svg {
  fill: #fff;
}

.head-cart strong {
  display: block;
  padding-right: 25px;
  position: relative;
  color: #4F545F;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.head-cart .qty {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  text-indent: 1px;
  background: #A6C3EE;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.head-cart .cart-price {
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #6C7683;
}

.head-cart a:hover:before {
  background: #336EC6;
}

.head-cart a:hover strong {
  color: #6E91C6;
}

.head-btm {
  background: #336EC6;
}

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

.main-nav li a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 13px 0;
}

.main-nav li a .arr {
  margin: 7px 0 0 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-nav li a .arr:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  margin-top: -2px;
}

.main-nav li a:hover,
.main-nav li a:focus {
  color: #FFBB7D;
}

.main-nav li a:hover span:before,
.main-nav li a:focus span:before {
  border-top-color: #FFBB7D;
}

.main-nav li:hover a,
.main-nav li:focus a {
  color: #FFBB7D;
}

.main-nav li:hover a span:before,
.main-nav li:focus a span:before {
  border-top-color: #FFBB7D;
}

.main-nav li.has-submenu {
  position: relative;
}

.main-nav li.has-submenu a {
  padding-right: 7px;
}

.main-nav li.has-submenu ul {
  display: none;
  position: absolute;
  width: 180px;
  z-index: 10;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 4px 10px rgba(62, 91, 133, 0.25);
  box-shadow: 0px 4px 10px rgba(62, 91, 133, 0.25);
  background: #fff;
  padding: 16px 16px 5px;
}

.main-nav li.has-submenu ul:before {
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

.main-nav li.has-submenu ul li {
  display: block;
  margin-bottom: 10px;
}

.main-nav li.has-submenu ul li a {
  display: block;
  padding: 0;
  color: #4F545F;
}

.main-nav li.has-submenu ul li a:hover,
.main-nav li.has-submenu ul li a:focus {
  color: #336EC6;
}

.main-nav li.has-submenu:hover ul {
  display: block;
}

.main-nav li.has-more a {
  background: #12499B;
  padding-right: 15px;
  padding-left: 10px;
}

.main-nav li.has-more a:hover,
.main-nav li.has-more a:focus {
  background: #12499B;
}

.main-nav li.has-more a.subitem,
.main-nav li.has-more a.subitem:hover,
.main-nav li.has-more a.subitem:focus {
  background: transparent !important;
}

.content-nav {
  padding: 50px 0 1px;
}

h1 {
  font-size: 42px;
  line-height: 59px;
  font-weight: 400;
  margin-bottom: 30px;
}

h1 a {
  text-decoration: underline;
}

h1 a:hover,
h1 a:focus {
  text-decoration: none;
}

h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 30px;
}

h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

.quote {
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.quote p {
  margin-bottom: 0;
}

.quote p a {
  color: #4F545F;
  font-weight: 500;
  text-decoration: underline;
}

.quote p a:hover,
.quote p a:focus {
  text-decoration: none;
}

.headline {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  margin-bottom: 35px;
}

.headline.has-ico {
  position: relative;
  padding-left: 64px;
}

.headline.has-ico .ico {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.gallery-title .headline.has-ico .ico {
  line-height: 33px;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  display: block;
  width: 32px;
  height: 32px;
  border: 4px solid #fff;
  padding: 0;
  background: #6E91C6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  overflow: hidden;
  text-indent: -9999px;
}

.slick-arrow:hover {
  background: #FFBB7D;
}

.slick-arrow:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 14px;
}

.slick-arrow.slick-prev {
  left: -32px;
}

.slick-arrow.slick-prev:before {
  background: url(/local/templates/ekrom/images/icons/left-nav.svg) center center no-repeat;
  background-size: 100% auto;
}

.slick-arrow.slick-next {
  right: -12px;
}

.slick-arrow.slick-next:before {
  background: url(/local/templates/ekrom/images/icons/right-nav.svg) center center no-repeat;
  background-size: 100% auto;
}

.slick-dots {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 20px;
}

.slick-dots li {
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.slick-dots li button {
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  border: 2px solid #fff;
  position: relative;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button:before {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: var(--button-blue);
}

.footer {
  background: #18407D;
}

.footer .logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}

.footer .logo img {
  max-width: 100%;
}

.footer .phone {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}

.footer .phone a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

.footer .email {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 21px;
}

.footer .email a {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #fff;
}

.footer .email a:hover,
.footer .email a:focus {
  text-decoration: none;
}

.footer .f-link {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 17px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #6E91C6;
}

.footer .f-link:hover,
.footer .f-link:focus {
  text-decoration: none;
}

.f-adress {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #A6C3EE;
  margin: 5px 0 15px 0;
}

.ftr-top {
  padding: 60px 0;
}

.payment p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #A6C3EE;
}

.payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment ul li {
  display: inline-block;
  margin-right: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.payment ul li img {
  max-width: 100%;
}

.f-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #A6C3EE;
  margin-bottom: 14px;
}

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

.f-list li {
  display: block;
  font-size: 13px;
  line-height: 27px;
}

.f-list li a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}

.f-list li a:hover,
.f-list li a:focus {
  text-decoration: none;
}

.pay-info {
  font-size: 12px;
  line-height: 18px;
  color: #A6C3EE;
  margin-bottom: 25px;
}

.pay-info span {
  display: block;
}

.ftr-btm {
  padding: 16px 0;
  background: #113469;
  line-height: 17px;
}

.create {
  text-align: right;
  color: #6E91C6;
  font-size: 12px;
}

.create img {
  vertical-align: top;
}

.copy {
  font-size: 12px;
  color: #6E91C6;
}

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

.socially li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}

.socially li a {
  display: block;
  width: 32px;
  height: 32px;
  background: #FFBB7D;
  color: #18407D;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
}

.socially li a:hover,
.socially li a:focus {
  background: #fff;
}

.socially li a .icon-vkontakte {
  margin-left: -3px;
}

.backdrop {
  display: none;
  position: fixed;
  z-index: 20;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
}

.navigation {
  width: auto;
  display: none;
  position: fixed;
  overflow: auto;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 500px;
  max-width: 80%;
  z-index: 20;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  height: 100%;
  background: #336EC6;
}

.navigation .search-box {
  padding: 0;
  width: 100%;
}

.navigation .search {
  border-radius: 0;
  height: 50px;
  border: 0;
}

.navigation .search input {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 50px;
  padding: 15px 20px 15px 49px;
  line-height: 20px;
  background: #4E89E2;
  color: #A6C3EE;
}

.navigation .search input::-webkit-input-placeholder {
  color: #A6C3EE;
  opacity: 1;
}

.navigation .search input:-ms-input-placeholder {
  color: #A6C3EE;
  opacity: 1;
}

.navigation .search input::-moz-placeholder {
  color: #A6C3EE;
  opacity: 1;
}

.navigation .search input:-moz-placeholder {
  color: #A6C3EE;
  opacity: 1;
}

.navigation .search input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.navigation .search input:focus:-ms-input-placeholder {
  opacity: 0;
}

.navigation .search input:focus::-moz-placeholder {
  opacity: 0;
}

.navigation .search input:focus:-moz-placeholder {
  opacity: 0;
}

.navigation .main-nav {
  display: block;
}

.navigation .main-nav li {
  display: block;
}

.navigation .main-nav li a {
  display: block;
  padding: 15px 30px 15px 20px;
  border-bottom: 1px solid #4E89E2;
  font-size: 13px;
  background: #336EC6;
  position: relative;
}

.navigation .main-nav li a .arr {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 2px;
}

.navigation .main-nav li a:focus,
.navigation .main-nav li a:hover {
  background: #3F87F2;
  color: #fff;
}

.navigation .main-nav li.has-more {
  background: #336EC6;
}

.navigation .main-nav li.has-more:focus {
  background: #3F87F2;
  color: #fff;
}

.navigation .main-nav li.has-more a {
  background: #336EC6;
}

.navigation .main-nav li.has-more a:hover,
.navigation .main-nav li.has-more a:focus {
  color: #fff;
  background: #3F87F2;
}

.navigation .main-nav li.has-more a:hover .arr:before,
.navigation .main-nav li.has-more a:focus .arr:before {
  border-top-color: #fff;
}

.navigation .main-nav li.has-submenu ul {
  position: static;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  padding: 0;
  background: #18407D;
}

.navigation .main-nav li.has-submenu ul:before {
  display: none;
}

.navigation .main-nav li.has-submenu ul li {
  display: block;
  margin-bottom: 0;
}

.navigation .main-nav li.has-submenu ul li a {
  display: block;
  padding: 15px 30px 15px 20px;
  border-bottom: 1px solid #4E89E2;
  font-size: 13px;
  position: relative;
  color: #fff;
  background: #18407D;
}

.navigation .main-nav li.has-submenu ul li a .arr {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 2px;
}

.navigation .main-nav li.has-submenu ul li a:focus {
  background: #3F87F2;
  color: #fff;
}

.navigation .main-nav li.has-submenu ul li.has-more {
  background: #336EC6;
}

.navigation .main-nav li.has-submenu ul li.has-more:focus {
  background: #3F87F2;
  color: #fff;
}

.navigation .main-nav li.has-submenu:hover ul {
  display: none;
}

.navigation .main-nav li.has-submenu:hover a {
  color: #fff;
}

.navigation .main-nav li.has-submenu:hover a .arr:before {
  border-top-color: #fff;
}

.breadcrumbs {
  margin: 0 0 20px 0;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #9FAABA;
}

.breadcrumbs li:first-child a {
  padding-left: 0px;
}

.breadcrumbs li:last-child span {
  padding-left: 9px;
  padding-right: 7px;
}

.breadcrumbs li a {
  /* content: ' '; */
  padding-left: 9px;
  padding-right: 7px;
}


.breadcrumbs li+li:before {
  content: '|';
  margin-top: 0;
  margin-bottom: 0;
  /* margin-left: 9px;
      margin-right: 7px; */
  color: #9FAABA;
}

.breadcrumbs li a {
  display: inline-block;
  vertical-align: top;
  color: #9FAABA;
  text-decoration: underline;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:focus {
  text-decoration: none;
}

.sticky-header {
  position: fixed;
  max-height: 0;
  overflow: hidden;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-header .head-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-header .logo-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92px;
  flex: 0 0 92px;
}

.sticky-header .sel-btn {
  font-size: 14px;
  padding-top: 0;
  line-height: normal;
}

.sticky-header .time .num a {
  font-size: 16px;
  line-height: 26px;
  color: #336EC6;
}

.sticky-header .search-box {
  padding: 0;
  width: 200px;
  background: #E4ECF9;
}

.sticky-header .search {
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #CAD8EC;
  border-right: 1px solid #CAD8EC;
  height: 52px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.sticky-header .search .search-btn:before {
  display: none;
}

.sticky-header .search .search-btn .search-ico {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sticky-header .search .search-btn .search-ico svg {
  fill: #336EC6;
}

.sticky-header .search input {
  height: 52px;
  padding: 10px 15px 10px 43px;
  line-height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
}

.sticky-header .search input:focus {
  font-style: normal;
  background: #EFF5FE;
}

.sticky-header .search input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.sticky-header .search input:focus:-ms-input-placeholder {
  opacity: 0;
}

.sticky-header .search input:focus::-moz-placeholder {
  opacity: 0;
}

.sticky-header .search input:focus:-moz-placeholder {
  opacity: 0;
}

.sticky-header .right-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sticky-header .compare-btn,
.sticky-header .head-cart {
  background: #E4ECF9;
  border-right: 1px solid #CAD8EC;
  font-size: 14px;
  font-weight: 700;
}

.sticky-header .compare-btn:hover {
  background: #EFF5FE;
}

.sticky-header .head-cart:hover {
  border-right-color: #FFBB7D;
}

.sticky-header .head-cart .qty {
  line-height: 20px;
}

.sticky-header .head-cart a {
  padding: 15px 20px 15px 45px;
}

.sticky-header .head-cart a .cart-ico {
  width: 20px;
  height: 18px;
  top: 45%;
  left: 18px;
}

.sticky-header .head-cart a .cart-ico svg {
  width: 100%;
  height: 100%;
  fill: #336EC6;
}

.sticky-header .head-cart a:before {
  display: none;
}

.sticky-header .head-cart strong {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  color: #6E91C6;
}

.sticky-header .head-cart a:hover {
  background: #FFBB7D;
  margin-left: -1px;
  padding-left: 46px;
}

.sticky-header .head-cart a:hover .cart-ico {
  left: 19px;
}

.sticky-header .head-cart a:hover .cart-ico svg {
  fill: #fff;
}

.sticky-header .head-cart a:hover strong {
  color: #fff;
}

.sticky-header .head-cart a:hover .qty {
  color: #FFBB7D;
  background: #fff;
}

.sticky-header .right-head .cab-btn {
  border-right: 1px solid #CAD8EC;
  padding: 0;
  width: 52px;
  height: 52px;
}

.sticky-header .right-head .cab-btn .user-ico {
  left: 50%;
  margin-left: -10px;
}

.sticky-header .right-head .cab-btn:hover,
.sticky-header .right-head .cab-btn:focus {
  background: #EFF5FE;
}

.sticky-header .right-head .cab-btn:hover .user-ico svg,
.sticky-header .right-head .cab-btn:focus .user-ico svg {
  fill: #336EC6;
}

.sticky-header .info-btn {
  padding-top: 0;
  padding-bottom: 0;
}

.sticky-header .info-btn span {
  /*border-bottom: 1px dotted #6E91C6;*/
}

.sticky-header .info-btn:hover span {
  border-bottom-color: transparent;
}

.sticky .sticky-header {
  max-height: 500px;
  overflow: visible;
}

.pagination {
  margin-bottom: 50px;
}

.pagination .page-item {
  margin-right: 6px;
}

.pagination .page-link {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  color: #4F545F;
  text-decoration: none;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #EFF5FE;
}

.pagination .page-link.active {
  background: #336EC6;
  color: #fff;
}

.pagination .page-link.prev,
.pagination .page-link.next {
  width: auto;
  padding: 0 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 400;
}

.pagination .page-link.prev.disabled,
.pagination .page-link.next.disabled {
  pointer-events: none;
  background: #EFF5FE;
  color: #9FAABA;
}

.pagination .page-link.prev {
  margin-right: 18px;
}

.pagination .page-link.next {
  margin-left: 18px;
}

.main.inner-main .row.justify-content-lg-center .img-box img {
  width: 100%;
}





/* Начало Главная 03.07.2019 */

.navigation .main-nav {
  overflow-y: auto;
  height: 100%;
}

@media (min-width: 992px) {
  .search-mobile {
    display: none;
  }
}

/* Конец Главная 03.07.2019 */

/* Начало Карточка товара от 20.05.2019 */

.add-comp label {
  cursor: pointer;
  font-weight: normal;
}

.add-comp input {
  display: none;
}

.product-info .add-comp.active:before {
  background: url(/local/templates/ekrom/images/icons/minus-ico.svg) 0 0 no-repeat;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 100%;
  opacity: 0.5;
}

.tab-pane.fade.active.show {
  opacity: 1;
}

.nav-tabs .nav-item .nav-link {
  background: transparent;
}

/* Конец Карточка товара от 20.05.2019 */

/* Начало 404 от 20.05.2019 */

.bx-404-container {
  flex-wrap: wrap;
}

.bx-404-block img {
  width: 100%;
}

.bx-404-text-block {
  margin-top: 45px;
  font-size: 1.5em;
  font-weight: 400;
}

/* Конец 404 от 20.05.2019 */

/* Начало Поиск от 25.05.2019 */

.title-search-result {
  display: none;
  background: #EFF5FE;
  z-index: 30;
  padding: 15px;
  border: 3px solid #E4ECF9
}

.bx_item_block {
  position: relative;
}

.bx_item_element:after {
  content: '';
  background: url('images/icons/Vector.png') no-repeat;
  position: absolute;
  right: 0px;
  top: 13px;
  width: 15px;
  height: 15px;
}

.bx_item_block.others_result {
  display: none;
}

.bx_item_block.all_result .bx_item_element:after {
  top: 3px;
}

/* Конец Поиск от 25.05.2019 */

/* Начало Страница поиск от 26.05.2019 */

.search-page,
.search_result>.row {
  margin-bottom: 30px;
}

.title-search-result {
  display: none !important;
}

.bx_catalog-compare-list.fix.top.left {
  display: none !important;
}

/* Конец Страница поиск от 26.05.2019 */

/* Начало Страница сравнение от 26.06.2019 */

#bx_catalog_compare_block {
  margin-bottom: 40px;
}

.bx_filtren_container {
  display: none;
}

#bx_catalog_compare_block .bx_sort_container {
  text-align: end;
}

.bx_compare .table_compare table tr td a.btn.btn-add-compare {
  padding: 5px 10px;
  color: #fff;
}

.bx_compare .table_compare table tr td a.btn.btn-add-compare:hover {
  text-decoration: none;
}

.header_compare {
  font-size: 1.75em;
}

.search_result {
  margin-bottom: 70px;
  width: 100%;
}

/* Конец Страница сравнение от 26.06.2019 */

.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"],
.form_input {
  background: #FFFFFF;
  border: 1px solid #A6C3EE;
  border-radius: 4px;
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 10px;
  outline: 0;
  box-sizing: border-box;
}

.bx-authform-formgroup-container {
  margin-top: 15px;
}

.bx-authform-label-container {
  color: #4F545F;
  font-weight: 500;
  margin-bottom: 5px;
}

.bx-captcha {
  margin-bottom: 5px;
}

.btn-outline {
  background: transparent;
  color: #336EC6;
}

.bx-authform-formgroup-container.submit_and_no a {
  margin-right: 15px;
}

.bx-authform-formgroup-container.submit_and_reg input {
  margin-left: 15px;
}

/* .personal_document {
  
} */

.personal_document:hover {
  opacity: 1;
}

.personal_document-cart {
  padding: 15px;
}

.personal_document-cart--item {
  background: #18407d;
  opacity: .8;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s;
  color: #fff;
  border-radius: 3px;
}

.personal_document-cart--item:hover {
  opacity: 1;
}

.personal_document-cart--item a {
  display: block;
  padding: 45px 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.25em;
}

.personal_document-cart--item:hover a {
  color: #FFBB7D;
}


/* Авторизация */
.auth_all-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.auth_all-block input {
  height: 40px;
}

/* .auth_all-block-reg {

} */
/* Авторизация */


@media (min-width: 1200px) and (max-width: 1400px) {

  .sticky-header .search input {
    /* padding: 10px 15px 10px 43px; */
    padding: 10px 15px 10px 40px;
  }

  .sticky-header .search .search-btn {
    /* left: 14px; */
    left: 12px;
  }

  .sticky-header .search-box {
    /* width: 200px; */
    width: 190px;
  }

  .sticky-header .right-head .compare-btn,
  .sticky-header .right-head .cab-btn {
    /* padding: 10px 20px; */
    padding: 10px;
  }

  .sticky-header .head-cart a {
    /* padding: 15px 20px 15px 45px; */
    padding: 15px 15px 15px 40px;
  }

  .sticky-header .head-cart a .cart-ico {
    /* left: 18px; */
    left: 13px;
  }

  .sticky-header .head-cart a:hover {
    /* margin-left: -1px; */
    /* padding-left: 46px; */
    margin-left: 0px;
  }

  .sticky-header .head-cart a:hover .cart-ico {
    /* left: 19px; */
    left: 13px;
  }
}




.sticky-header .time .num a {
  /* font-size: 16px; */
  font-size: 15px;
}

@media (max-width: 1199px) {
  .sticky-header .search-box {
    /* width: 170px; */
    width: 160px;
  }
}

.sticky-header .search input {
  /* padding: 10px 15px 10px 43px; */
  padding: 10px 10px 10px 36px;
}

.search .search-btn {
  /* left: 14px; */
  left: 10px;
}

.sticky-header .head-cart a {
  /* padding: 15px 20px 15px 45px; */
  padding: 15px 20px 15px 40px;
}

.sticky-header .head-cart a .cart-ico {
  /* left: 18px; */
  left: 10px;
}

.sticky-header .head-cart a:hover {
  /* margin-left: -1px; */
  /* padding-left: 46px; */
  margin-left: 0px;
  padding-left: 40px;
}

.sticky-header .head-cart a:hover .cart-ico {
  /* left: 19px; */
  left: 10px;
}

.sticky-header .right-head .cab-btn {
  /* width: 52px; */
  width: 50px;
}




@media (min-width: 992px) and (max-width: 1199px) {

  .sticky-header .time .num a {
    font-size: 15px;
  }

  .sticky-header .search-box {
    width: 160px;
  }

  .sticky-header .search input {
    padding: 10px 10px 10px 36px;
  }

  .sticky-header .search .search-btn {
    left: 10px;
  }

  .sticky-header .head-cart a {
    padding: 15px 20px 15px 40px;
  }

  .sticky-header .head-cart a .cart-ico {
    left: 10px;
  }

  .sticky-header .head-cart a:hover {
    margin-left: 0px;
    padding-left: 40px;
  }

  .sticky-header .head-cart a:hover .cart-ico {
    left: 10px;
  }

  .sticky-header .right-head .cab-btn {
    width: 50px;
  }

  .sel-btn span {
    font-size: .8em;
  }

  .head-mdl .container>div {
    padding: 0px 15px;
  }

  .time .num a {
    font-size: 16px;
  }

  .time p {
    font-size: 11px;
  }

  .head-cart a {
    padding: 5px 0 0 54px;
  }


  .head-mdl>div:nth-child(1)>div:nth-child(1) {
    width: 160px;
  }


  .head-mdl>div:nth-child(1)>div:nth-child(2) {
    width: 190px;
  }


  div.search-box:nth-child(3) {
    width: 250px;
  }


  #bx_basketFKauiI {
    width: 180px;
  }

  .hero_slider {
    flex: 0 0 58.5%;
    max-width: 58.5%;
  }

  .hero_banners {
    flex: 0 0 41.5%;
    max-width: 41.5%;
  }

  .hero_banners .teaser img {
    height: 100%;
  }

}

.s-slider-1.slick-slider,
.s-slider-1.slick-slider .slick-slide {
  height: auto;
}

.label_percent {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 6px 10px;
  background: #F63B00;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.search_result .product-item-small-card {
  margin-bottom: 30px;
}

.search_result .product-item-small-card:last-child {
  margin-bottom: 0px;
}



/* === */

.header .compare-btn .span_text {
  text-decoration: none;
}

.compare-btn .span_text:hover {
  text-decoration: none;
}

.sticky-header .search .search-btn {
  background: url(/local/templates/ekrom/images/icons/search-ico-scroll.svg) 0 0 no-repeat;
  background-size: 100%;
}

#bx_1847241719_100,
#bx_1847241719_121 {
  display: none !important;
}


@media (max-width: 991px) {
  .main-nav li a .arr {
    width: 36px;
    top: 0;
    bottom: 0;
  }

  .main-nav li a .arr:before {
    top: 50%;
    left: 33%;
  }

  .navigation .main-nav li a .arr {
    right: 0;
    top: 0;
    margin-top: 2px;
  }
}



@media (max-width: 991px) {

  .header .qty.cart-items-qty,
  .header .qty.compare-items-qty,
  .sticky-header .qty.cart-items-qty,
  .sticky-header .qty.compare-items-qty {
    color: #4F545F;
  }


}

@media (min-width: 992px) {
  .head-cart a.cart-ico-qty:before {
    background-color: #F63B00;
  }

  .footer .logo {
    width: 100%;
  }
}

.header .qty.cart-items-qty,
.header .qty.compare-items-qty,
.sticky-header .qty.cart-items-qty,
.sticky-header .qty.compare-items-qty {
  background-color: #FFBB7D;
}

@media (max-width: 544px) {

  .sort-row {
    flex-wrap: wrap;
  }

  .num-item {
    font-size: 14px;
  }

  #bx-soa-delivery,
  #bx-soa-properties,
  #bx-soa-region {
    padding-bottom: 0;
  }

  #bx-soa-delivery .bx-soa-pp-company-graf-description {
    margin-bottom: -5px;
  }
}

.about-text.bg ul,
.about-text.bg ol,
.about-text.bg dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 35px;
}

.about-text.bg ul {
  list-style: disc;
}

.about-text.bg ol {
  list-style: decimal;
}



.save_icon {
  background-image: url('images/icons/save-ico.svg');
}

.del_icon {
  background-image: url('images/icons/del-ico.svg');
}

.edit_icon {
  background-image: url('images/icons/edit-ico.svg');
}


.commentblock {
  position: relative;
}

.commentblock input {
  border: 0px;
}


#regentityForm_list {
  width: 100%;
  display: block;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: calc(1.5em + .75rem + 2px);
}

#regentityForm {
  line-height: 18px;
}

.message.new_privacy-policy-confirm {
  padding: 12px 20px;
  display: flex;
  position: fixed;
  right: calc((100vw - 1400px) / 2);
  bottom: 15px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(52, 59, 76, .9);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
  border-radius: 6px;
  z-index: 1150;
  border: none;
  width: max-content;
  color: white;
  left: inherit;
}

.message.new_privacy-policy-confirm div {
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
}

.message.new_privacy-policy-confirm button {
  padding: 5px;
  margin-left: 10px;
  font-size: 10px;
  box-shadow: none;
  cursor: pointer;
}

#bx-soa-orderSave .checkbox label input[type=checkbox] {
  display: none;
}

#bx-soa-orderSave .checkbox label {
  padding-left: 0;
}

.garantiya_block_info_data {
  font-weight: 600;
  color: #4776C3;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 18px;
}

.garantiya_block_info,
.product_return_blok_info {
  margin-left: 8px;
}

.garantiya_block_info_title {
  color: #4776C3;
  line-height: 16px;
  font-size: 13px;
}

.garantiya_block,
.product_return_blok {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}

.garantiya_block {
  margin-right: 17px;
}

.garantiya_block p {
  margin: 0;
}

.garantiya_block_image {
  width: 27px;
}

.product_return_blok_image {
  width: 30px;
}

.status_container .p-label,
.status_container .p-credit {
  margin-bottom: 5px;
}

.prodcut_garanty_info_container {
  display: flex;
  width: 100%;
}

#regentity_window_new .popup-window-titlebar {
  text-align: center;
  height: auto;
}

#regentity_window_new #popup-window-content-regentity_window_new {
  padding-top: 0;
}

#regentity_window_new .nav-tabs {
  margin-bottom: 30px;
}

#regentity_window_new .nav-tabs .nav-item {
  padding: 0;
  margin: 0;
}

#regentity_window_new .nav-tabs .nav-link {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
  padding: 9px 26px;
  transition: 0.3s all linear;
  background: #E4ECF9;
  color: #4F545F;
  margin: 0;
  position: relative;
}

#regentity_window_new .nav-tabs .nav-link::after {
  content: '';
  position: absolute;
  left: 45%;
  border: 8px solid transparent;
  border-top: 8px solid #E4ECF9;
  top: 39px;
}

#regentity_window_new .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  left: 45%;
  border: 8px solid transparent;
  border-top: 8px solid #3F87F2;
  top: 39px;
}

#regentity_window_new .nav-tabs .nav-link.active {
  background: #3F87F2;
  color: #FFFFFF;
}

#regentity_window_new .popup-window-buttons .btn-default {
  width: 100%;
}

#regentity_window_new .popup-window-buttons {
  padding: 0 20px 20px 20px;
}

.tooltip {
  z-index: 999999999;
  box-shadow: 0 4px 10px rgba(62, 91, 133, 0.25);
  padding: 20px;
  background-color: #FFFFFF;
}

.tooltip .tooltip-inner {
  color: #6E91C6;
  background-color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
}

.tooltip .arrow {
  display: none;
}

#regentity_window_new .popup-window-titlebar-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #4F545F;
  padding-top: 40px;
  padding-bottom: 32px;
}

#regentity_window_new .product-container {
  display: flex;
  justify-content: space-between;
}

#regentity_window_new .product_name {
  max-width: 115px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #4F545F;
  display: flex;
  align-items: center;
}

#regentity_window_new .product_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
}

#regentity_window_new .product_cnt .plus {
  background: #336EC6;
  border-radius: 50%;
  padding: 4px;
  color: white;
  font-size: 18px;
  line-height: 8px;
  margin-left: 16px;
  cursor: pointer;
}

#regentity_window_new .product_cnt .minus {
  background: #336EC6;
  border-radius: 50%;
  padding: 5px;
  color: white;
  font-size: 20px;
  line-height: 5px;
  padding-bottom: 7px;
  margin-right: 16px;
  cursor: pointer;
}

#regentity_window_new .product_cnt .input input {
  width: 56px;
  height: 40px;
  padding: 11px 12px;
  text-align: center;
  border: 1px solid #A6C3EE;
  box-sizing: border-box;
  border-radius: 4px;
}

#regentity_window_new .product-container {
  margin-bottom: 20px;
}

#regentity_window_new .product_inputs label {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #4F545F;
  margin: 0;
}

#regentity_window_new .product_inputs input,
#regentity_window_new .product_inputs select {
  background: #FFFFFF;
  border: 1px solid #A6C3EE;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 12px;
  height: 40px;
  font-size: 14px;
  margin-bottom: 20px;
}

#regentity_window_new .info {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #4F545F;
}

.map_toogle {
  text-decoration: none !important;
  border-bottom: 1px #6E91C6 dotted;
}

.product-item-label-text {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 5px;
}

.product-item-label-text .product-label {
  display: block;
  z-index: 2;
  color: #fff;
  padding: 6px 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}

.product-item-label-text .product-label.hit {
  background: #9658EB;
}

.product-item-label-text .product-label.promo {
  background: #FF0000;
}

.product-item-label-text .product-label.new {
  background: #FF8023;
}

.product-item-label-text-item {
  right: -5px;
}

.product-label.product-label-item {
  padding: 5px 11px;
  line-height: normal;
}

label.bx-filter-param-label.disabled {
  display: none;
}

.bx-filter-parameters-box-container .btn-themes.set_filter {
  margin-bottom: 10px;
}

.category_with_image a {
  text-align: center;
}

.category_with_images_container .category_with_image.slick-slide {
  width: 140px;
  display: flex;
  margin-right: 20px;
  height: 138px;
  padding: 10px 0;
}

.category_with_images_container .category_with_image.slick-slide img {
  height: 90px;
  width: auto;
  max-width: 80%;
  object-fit: contain;
}

.category_with_images_container .slick-arrow:hover,
.category_with_images_container .slick-arrow {
  background-color: transparent;
  border: none;
}

.category_with_images_container .slick-arrow.slick-next:before {
  background: url(/local/templates/ekrom/images/icons/prev_svg.svg) center center no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
  margin-left: -6px;
  margin-top: -11px;
}

.category_with_images_container .slick-arrow.slick-prev:before {
  background: url(/local/templates/ekrom/images/icons/prev_svg.svg) center center no-repeat;
  background-size: 100% auto;
}

.category_with_images_container .slick-arrow.slick-next:hover:before,
.category_with_images_container .slick-arrow.slick-next:active:before {
  background: url(/local/templates/ekrom/images/icons/next_svg.svg) center center no-repeat;
  background-size: 100% auto;
  transform: none;
}

.category_with_images_container .slick-arrow.slick-prev:hover:before,
.category_with_images_container .slick-arrow.slick-prev:active:before {
  background: url(/local/templates/ekrom/images/icons/next_svg.svg) center center no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
  margin-left: -6px;
  margin-top: -11px;
}

.category_with_images_container .slick-arrow:before {
  height: 20px;
}

.address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.address a {
  text-decoration: none;
  color: #336ec6;
  transition: all .3s;
}

.address p {
  margin-bottom: 10px;
  font-size: 16px;
}

.address a:hover {
  color: #FFBB7D;
}

h3.address__title {
  margin-bottom: 10px;
  color: #000;
}

a.address__mail-link {
  display: block;
  width: 155px;
  text-align: center;
  padding: 5px;
  background-color: #7eacf2;
  border-radius: 10px;
  color: #FFF;
}

.address__mail-link:hover {
  background-color: #336ec6;
}

.hero_slider .slick-prev,
.best_track .slick-prev,
.s-slider .slick-prev {
  left: -16px;
}

.hero_slider .slick-next,
.best_track .slick-next,
.s-slider .slick-next {
  right: -16px;
}

.tab-pane[aria-labelledby="h-tab-5"] p, 
.tab-pane[aria-labelledby="h-tab-5"] h3,
.tab-pane[aria-labelledby="h-tab-5"] h2,
.tab-pane[aria-labelledby="h-tab-5"] ul,
.tab-pane[aria-labelledby="h-tab-5"] ol {
  margin-bottom: 15px;
}

.tab-pane[aria-labelledby="h-tab-5"] ul,
.tab-pane[aria-labelledby="h-tab-5"] ol {
  list-style-position: inside;
}

.tab-pane[aria-labelledby="h-tab-5"] ul {
  list-style-type: disc;
}

.tab-pane[aria-labelledby="h-tab-5"] ol {
  list-style-type: decimal;
}