@import 'vendor/normalize.css';
@import 'vendor/blank.css';
@import 'document/global.css';
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');


*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i {
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  background: #f1f1f1;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}

html.with-menu {
  overflow: hidden;
}

body.with-menu {
  overflow: hidden;
}

.body-wrapper {
  position: relative;
}

body, html {
  overflow-x: hidden;
}

a, a:hover, a:focus, a:active {}

p {
  font-size: 0.9375rem;
  line-height: 1.55;
}

.owl-carousel .owl-item img {
  width: 190px;
  max-width: 190px;
}

.owl-carousel .product-box {
  padding: 0!important;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1
}

/* Header */

.header-wrapper {
  background: #fff;
}

.header {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  height: 108px;
  background: #fff;
}

.header.sb-on {
  justify-content: flex-start;
}

.header.sb-on .search-box {
  max-width: 816px;
  margin-right: 0;
  padding: 0;
}

.header.sb-on .logo {
  width: 147px;
  max-width: 147px;
}

.search-box__filter {
  position: absolute;
  display: block;
  right: -228px;
  width: 228px;
  height: 44px;
  background: #FFE8D9; 
  background: linear-gradient(#FFE8D9, #FFD8BE);
  border: 1px solid #ccc;
  border-left: 0;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  font-size: 0.8125rem;
  color: #F25900;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  z-index: 125;
}


.search-box__filter-wrapper {
  position: relative;
  width: 100%;
  height: 42px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 30px;
}

.search-box__filter .search-box__filter-wrapper::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: url('../img/layout/sb-filtr-arrow.png');
    right: 16px;
    top: 19px;
}
.header.sb-on .search-box__filter.active .search-box__filter-wrapper::after {
  background: url('../img/layout/sb-filtr-arrow-open.png');
}

.header .search-box__filter {
  display: none;
}

.header.sb-on .search-box__filter {
  display: block;
}

.header .search-box__item-close {
  display: none;
}

.header.sb-on .search-box__item-close {
  width: 54px;
  height: 44px;
  background: #FFE8D9 url("../img/layout/sb-close-icon.png") center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.header.sb-on .search-box__search {
  padding-left: 70px;
  max-width: 816px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header.sb-on .search-box__wrapper {
  max-width: 816px;
}

.header__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__item.logo img {
  max-height: 44px;
}
.logo {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-justify-content: left;
}


/* Search box */

.search-box {
  -webkit-box-flex: 2;
  flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 4px;
  position: relative;
  height: 44px;
  margin: 0 8px 0 6px;
}

.search-box__wrapper {
  width: 100%;
  position: relative;
  height: 44px;
  color: #666;
  font-size: 13px;
  line-height: 1.3;
}
.search-box__wrapper strong {
  color: #000;
}

.search-box__help {
  position: absolute;
  width: 100%;
  border: 1px solid rgb(204,204,204);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  z-index: 1000;
  margin-top: .25em;
  display: none;
}

header.header.sb-on .search-box__help {
    display: block;
    max-width: 763px;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
    left: 53px;
    padding: 0.75rem;
}

.search-box__filter-help {
    border: 1px solid #ccc;
    position: absolute;
    width: 227px;
    right: -226px;
    height: auto;
    z-index: 151;
    background: white;
    display: none;
    top: 35px;
    padding-top: 10px;
}

#filterMain {
  z-index: 152;
}


.search-box__filter-help .filter-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-box__filter-help .filter-list__item {
    border-bottom: 1px solid #ccc;
    font-size: 0.8125rem;
    font-weight: 700;
    cursor: pointer;
}
.search-box__filter-help .filter-list__item-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    padding: 0 10px;
}

.search-box__filter-help .filter-list__item-wrapper.active {
  background: #FFD7BB;
  border-top: 1px solid #F55B01;
}

.search-box__filter-help .filter-list__item-wrapper.active .filer-list-more {
    background: url("../img/layout/filter-item-minus-icon.png") center center no-repeat;
}

.search-box__filter-help .filter-list__item-wrapper .filer-list-more {
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: block;
  background: url("../img/layout/filter-item-plus-icon.png") center center no-repeat;
}


.search-box__filter-help .filter-list__label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
}
.search-box__filter-help .filter-list__label > input[type="checkbox"] {
    position: relative;
    top: 1px;
}
.search-box__filter-help .filter-list__label > span {
    padding-left: 8px;
    padding-top: 1px;
}

.search-box__filter-help .filter-list-subcat-box {
    padding: 8px 0 0 0;
    display: none;
    text-align: center;
}

.filter-box-accept {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.filter-box-accept__btn {
      background: #DB4005;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
        padding: 9px 32px;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-list-subcat__label {
      display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-right: 8px;
    cursor: pointer;
}
.filter-list-subcat__label > input[type="checkbox"] {
    position: relative;
    top: 4px;
}
.filter-list-subcat__label > span {
    padding-left: 8px;
    padding-top: 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    line-height: 1.4;
}

.filter-list-subcat .filter-list-subcat__item,
.filter-list-subcat2__item {
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    justify-content: space-between;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #ccc;
    flex-direction: column;
}


.filter-list-subcat .filter-list-subcat__item-wrapper {
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 8px;
}

.filter-list-subcat .filter-list-subcat__item-wrapper.active {
  background: #FFEDE1;
  border-top: 1px solid rgba(245,91,1,.7);
  border-bottom: 1px solid #ccc
}

.filter-list-subcat .filter-list-subcat__item-wrapper.active .filter-list-subcat-more{
      background: url(../img/layout/filter-item-minus-icon.png) center center no-repeat;
}

.filter-list-subcat .filter-list-subcat-more {
  width: 18px;
  min-width: 18px;
    height: 18px;
    display: block;
    background: url(../img/layout/filter-item-plus-icon.png) center center no-repeat;
}

.filter-list-subcat-link:hover {
  text-decoration: none;
}
.filter-list-subcat-link {
  font-size: .75rem;
  color: #000;
  text-decoration: underline;
}

.filter-list-subcat-link {
  display: inline-block;
  padding: 0 1em;
  font-weight: 400;
}
.search-box__filter-help .filter-list-subcat-box.active {
    display: block;
    background: #E1E1E1;
}

.search-box__filter-help .filter-list-subcat::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.search-box__filter-help .filter-list-subcat::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.search-box__filter-help .filter-list-subcat::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.search-box__filter-help .filter-list-subcat-box .filter-list-subcat {
    padding: 0 0 4px 0;
    margin: 0;
    text-align: left;
        max-height: 200px;
    overflow-y: scroll;
}

.search-box__filter-help .filter-list-subcat-box .filter-list-subcat2 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
}

.search-box__filter-help .filter-list-subcat-box .filter-list-subcat2.active {
  display: block;
}

.filter-list-subcat2 .filter-list-subcat2__item {
  padding: 6px 8px 6px 30px;
}

.filter-list-subcat2 .filter-list-subcat2__item:last-child {
  border-bottom: 0
}

.filter-list-subcat2 .filter-list-subcat2__item .filter-list-subcat2__label{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.filter-list-subcat2__label > input[type="checkbox"] {
    position: relative;
    top: 4px;
}

.filter-list-subcat2__label > span {
    padding-left: 8px;
    padding-top: 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    line-height: 1.4;
}

.filter-list-subcat-link__wrap {
      height: 25px;
    border-bottom: 1px solid #ccc;
}

.filter-list-subcat-box .filter-list-subcat .filter-list-subcat__item:last-child {
  border-bottom: 0;
}

.search-box__help-item {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.search-box__help-item-content > a {
    min-width: 66px;
}

.search-box__help-item-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.search-box__help-info {
  padding-left: 1em;
}


.search-box__help-item-content--cat {
  font-size: 0.75rem;
  color: #333;
}

.search-box__help-item-content--title {
  display: block;
  font-size: 0.875rem;
  color: #000;
  padding: 0 0 .25em 0;
  font-weight: 700;
  text-decoration: none;
}
.search-box__help-item-content--title:hover {
  text-decoration: underline;
}
.search-box__help-item-content--code {
  display: block;
  font-size: 0.75rem;
  color: rgb(153,153,153);
}

.search-box__help-item > a {
  display: block;
  width: 51px;
  min-width: 51px;
}

.search-box__help-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-box__help-list-cat1 {
  border-top: 3px solid #F65C01;
}

.search-box__help-list-cat2 {
  border-top: 3px solid #019934;
}

.search-box__help-list-cat3 {
  border-top: 3px solid #CF0F0F;
}


.search-box__help-list-cat1 .search-box__help-item-descr {
  color: #FB6101;
}

.search-box__help-list-cat2 .search-box__help-item-descr {
  color: #019934;
}

.search-box__help-list-cat3 .search-box__help-item-descr {
  color: #CF0F0F;
}


.search-box__help-item-descr {
   font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 0.5em;
}


.search-box__help-list .search-box__help-item:last-child {
  border-bottom: 0;
}

.search-box__search {
  width: 100%;
  height: 44px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #666;
}

.search-box__search::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #666;
}

.search-box__search:focus {
  outline: none;
}

.search-box__submit {
  background: url("../img/layout/search-box-find-icon.png") no-repeat;
  width: 22px;
  height: 23px;
  display: block;
  position: absolute;
  right: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/* Control box */

.control-box {
  -webkit-box-flex: 5;
          flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
}

.client-section {
  height: 38px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 0;
  border-radius: 28px;
  margin: 10px 0 0 50px;
}

.client-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  padding: 0 12px 0 0;
  border-radius: 28px;
  height: 38px;
  background: #f1f1f1;
  width: auto;
}

.client-box__title {
  padding: 0 4px;
}

.client-box__link {
  padding: 0 0 0 24px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  position: relative;
}

.client-box__link--cart::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 18px;
  height: 18px;
  background: url('../img/layout/cart-icon.png') no-repeat center center;
}

.client-box__link--purchase::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 16px;
  background: url('../img/layout/list-icon.png') no-repeat center center;
}

.client-box__link--reg::before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  width: 16px;
  height: 18px;
  background: url('../img/layout/lock-icon.png') no-repeat center center;
}

.client-box__link--login::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: url('../img/layout/user-icon.png') no-repeat center center;
}

.client-box__link:hover {
  text-decoration: none;
  color: #000;
}

.client-box__item {
  margin: 0 12px;
}

.client-box__select {
  border: none;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  width: 72px;
  text-align: center;
  margin: 0 2px 0 12px;
  width: 84px;
  position: relative;
}

.client-box__select-link {
  position: relative;
  color: #000;
  text-decoration: none;
  width: 100%;
  display: block;
}

.client-box__select-link.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.client-box__select-link:hover {
  text-decoration: underline;
}

.client-box__select-link::after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  background: url('../img/layout/client-box-list-arrow.png') no-repeat center center;
  top: 5px;
  right: 11px;
}

.client-box__select-link::before {
  content: '';
  width: 16px;
  height: 12px;
  position: absolute;
  background: url('../img/layout/flag-cz.png') no-repeat center center;
  background-size: contain;
  top: 1px;
  left: 11px;
}
.client-box__select-link::before {
  background: url('../img/layout/flag-cz.png') no-repeat center center;
  background-size: contain;
}
.client-box__select-link.en::before {
  background: url('../img/layout/flag-eu.png') no-repeat center center;
  background-size: contain;
}
.client-box__select-link.ru::before {
  background: url('../img/layout/flag-eu.png') no-repeat center center;
  background-size: contain;
}
.client-box__select-link.eu::before {
  background: url('../img/layout/flag-eu.png') no-repeat center center;
  background-size: contain;
}

.client-box__select-list {
  position: absolute;
  display: none;
  background: #f1f1f1;
  top: 26px;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-bottom: 0;
}

.client-box__select-list-item {
  width: 100%;
}

.client-box__select-list-item:hover {
  background: #e8e8e8;
}

.client-box__select-list-link {
  color: #000;
  text-decoration: none;
  display: block;
  margin: 0px 13px;
  padding: 6px 18px 6px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  text-align: right;
  position: relative;
}

.client-box__select-list-link::before {
  content: '';
  width: 16px;
  height: 12px;
  position: absolute;
    background-image: url('../img/layout/flag-cz.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 7px;
  left: 2px;
}

.client-box__select-list-link.cz::before {
  background-image: url('../img/layout/flag-cz.png');
}

.client-box__select-list-link.en::before {
  background-image: url('../img/layout/flag-en.png');
}

.client-box__select-list-link.ru::before {
  background-image: url('../img/layout/flag-ru.png');
}

.client-box__select-list-link.eu::before {
  background-image: url('../img/layout/flag-eu.png');
}

.client-box__select-list-item:last-child a {
  border-bottom: none;
}

.client-box__select-list-lang {
  width: 88px;
}

.client-box__select-list-currency {
  width: 98px;
  left: -10px;
}

.client-box__counter {
  display: inline-block;
  background: #F55C01;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  padding: 5px 0 0 0;
  font-size: 13px;
  font-weight: 700;
}

.menu {
  height: 54px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.nav--menu {
  padding: 0;
  margin: 0;
}

.nav--menu .nav__item {
  display: inline-block;
  padding: 0 0 0 8px;
}

.nav__item:not(:first-child):before {
  content: "";
  background: url('../img/layout/list-item-separator.png');
  width: 10px;
  height: 11px;
  position: relative;
  display: inline-block;
}

.nav__link {
  color: #F55C01;
  font-size: 0.9375rem;
  text-decoration: none;
  font-weight: 700;
  padding-left: 12px;
}

.nav__link:hover {
  text-decoration: underline;
  color: #F55C01;
}


/* Multiple level menu  */


/* lvl 1 */

.nav-first-level {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*width: 100vw;
  margin-left: calc(-50vw + 50%);*/
  height: 66px;
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#B4180A), to(#FB6101));
  background: linear-gradient(to right, #B4180A, #FB6101);
}

.nav-first-level__wrapper {
  width: 1200px;
  margin: 0 auto;
  height: 66px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  padding: 0;
  list-style: none;
  position: relative;
}

.nav-first-level__item {
  height: 66px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-flex-basis: 20%;
}

.nav-first-level__item.active {
  z-index: 300;
}

.nav-first-level__item--size-one {
  /*flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  */
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
}

.nav-first-level__item--size-two {
  /*flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;*/
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  -webkit-flex-basis: 16%;
}

.nav-first-level__item--size-three {
  /*flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;*/
  -ms-flex-preferred-size: 19%;
      flex-basis: 19%;
  -webkit-flex-basis: 19%;
}

.nav-first-level__item:nth-child(1) {
  border-right: 1px solid #D35639;
}

.nav-first-level__item:nth-child(2) {
  border-right: 1px solid #DC5F38;
}

.nav-first-level__item:nth-child(3) {
  border-right: 1px solid #E16537;
}

.nav-first-level__item:nth-child(4) {
  border-right: 1px solid #E76B36;
}

.nav-first-level__item:nth-child(5) {
  border-right: 1px solid #F9853F;
}

.nav-first-level__item:nth-child(6) {
  border-right: 1px solid #FE893B;
}

.nav-first-level__item:hover {
  background: #fff;
  border-top: 1px solid #c02409;
}

.nav-first-level__item:hover .nav-first-level__link {
  color: #000;
}


.nav-first-level__item:hover > .second-level {
  display: block;
}

.nav-first-level__item:first-child {
  border-left: 1px solid #CB4E3A;
}

.nav-first-level__link {
  position: relative;
  left: 0;
  font-size: 1.0625rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  height: 66px;
  padding: 0 30px 0 11px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.nav-first-level__link::after {
  content: '';
  width: 9px;
  background: url("../img/layout/categories-item-dropdown.png");
  position: absolute;
  right: 9px;
  height: 5px;
  top: 32px;
}


/* lvl 2 */

.second-level {
  position: absolute;
  width: 1197px;
  left: 1px;
  top: 75px;
  background: #fff;
  cursor: default;
  display: none;
  border-top: none;
  padding: 0 0 8px 0;
  z-index: 150;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}

.second-level__wrapper {
  position: relative;
}

.second-level__wrapper::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 9px;
    background: #fff;
    top: -9px;
    left: 0;
}

.detail-item__product-img {
  display: none;
}

.second-level__box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.second-level__item {
  width: 25%;
  padding: 1rem 25px;
  position: relative;
  text-align: left;
}

.second-level__item.no-icon .second-level__title::before {
  background: none;
}
.third-level__item.no-icon .third-level__link::before {
  background: none;
}

.second-level__item::after {
  content: '';
  height: 80%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 1rem;
  background: #ccc;
}

.second-level__box .second-level__item:nth-child(4)::after,
.second-level__box .second-level__item:nth-child(8)::after,
.second-level__box .second-level__item:nth-child(12)::after {
  background: none;
}

.second-level__item::before {
  content: '';
  width: 17px;
  height: 2px;
  background: #CC3107;
  top: 0;
  left: 0;
  display: block;
}

.second-level__title {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9375rem;
  margin: .5em 0;
  color: #000;
}


/* lvl 3 */

.third-level {
/*height: 100px;*/
}

.third-level__wrapper {
  /*height: 100px;*/
}

.third-level__box {
  list-style: none;
  padding: 0;
  margin: 0;
}

.third-level__item {
  padding: 2px 0;
}

.third-level__link {
  color: #000;
  font-size: 0.875rem;
}


/* Container */

.container {
  width: 1200px;
  min-height: 100%;
  margin: 0 auto;
}

.navigation {
  position: relative;
  min-height: 58px;
}

.navigation__list {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
  width: 100%;
  min-height: 58px;
}

.navigation__item {
  display: inline-block;
  font-size: 0.8125rem;
  color: #000;
}

.navigation__item a {
  color: #000;
  position: relative;
  display: block;
  padding-right: 22px;
}

.navigation__item a:hover {
  text-decoration: none;
}

.navigation__item a::after {
  content: "";
  background: url(../img/layout/navigation-separator.png) no-repeat center center;
  position: absolute;
  width: 5px;
  height: 9px;
  top: 3px;
  right: 6px;
}

.navigation__item:nth-last-child(2) a::after {
  content: "";
  background: url(../img/layout/navigation-separator-active.png) no-repeat center center;
  position: absolute;
  width: 5px;
  height: 9px;
  top: 3px;
  right: 6px;
}

.category-mobile-nav {
  display: none;
}

.about-us-base {
  float: left;
  padding: 0 20px 0 0;
}

.category-mobile-nav__menu {
  position: absolute;
  background: url(../img/layout/category-mobile-nav-hamburger.png) no-repeat left 6px center;
  width: 112px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 0.75rem;
  padding-left: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.category-mobile-nav__menu:focus {
  outline: none;
}

.category-mobile-nav__menu--close {
  display: none;
}


/* Main content */

.main {
  height: 100%;
  min-height: 500px;
  background: #fff;
  border-top-right-radius: 5px;
  margin-bottom: 2.5rem;
}

.main__full-width {
  border-radius: 5px;
  padding: 0 2rem;
}

.main__full-width-content {
  position: relative;
  padding: 2rem 0;
  min-height: 500px;
}

.main__full-width-content p a {
  color: #000;
  font-weight: 700;
}

.main__full-width-content p a:hover {
  text-decoration: none;
}

.main__homepage {
  margin-top: 2rem;
  min-width: 0;
}

.main__homepage .main__full-width-content::before {
  content: none;
}

.main__full-width-content::before, .main__full-width-content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#FB6201), to(#CA2F07));
  background: linear-gradient(to left, #FB6201, #CA2F07);
  top: 0px;
  left: 0;
}

.client-section__layout {
  margin-top: 0;
  min-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  padding: 0;
}

.client-section__content {
  -webkit-box-flex: 4;
  flex: 4;
  -ms-flex: 4;
  -webkit-flex: 4;
  border-top: 2px solid #F55C01;
  margin: 0 2em;
  padding: 1em 0 0 0;
}

.client-section__orders {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.client-section__orders-item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-flex-basis: 48%;
  margin-top: 1.5em;
}

.client-section__heading {
  color: #DD4204;
  font-size: 1.25rem;
  margin-bottom: 1em;
}
.client-section-order-box {
  background: #f1f1f1;
      border-radius: 6px;
      padding: 0 0.75rem 1px 0.75em;
}

.client-section-order-box > p {
      text-align: center;
    padding: 16px 0 0 0;
}
.client-section-order-box__list {
  margin-top: 0;
}
.client-section-order-box__list .client-section-order-box__item:last-child {
  border-bottom: none;
}

.client-section-order-box__list--title {
 margin-top: 0;
 background: none;
}

.client-section-order-box__list--title .client-section-order-box__item {
 border-bottom: none;
}

.client-section-order-box__list--title .client-section-order-box__item {
  padding: 6px 0;
}

.client-section-order-box__list--title .client-section-order-box__cell--state,
.client-section-order-box__list--title .client-section-order-box__cell--price,
.client-section-order-box__list--title .client-section-order-box__cell--price-dph {
 font-size: 0.75rem;
 color: #666;
 font-weight: 400;
}

.client-section-order-box__item {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}
.client-section-order-box__cell {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-flex-basis: 20%;
}
.client-section-order-box__cell--date {
  font-size: 0.8125rem;
}
.client-section-order-box__cell--link {
    font-size: 0.8125rem;
    color: #000;
    font-weight: 700;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -webkit-flex-basis: 30%;
}
.client-section-order-box__cell--link:hover {
  text-decoration: none;
}
.client-section-order-box__cell--state {
  color: #009933;
  font-weight: 700;
  font-size: 0.8125rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-flex-basis: 30%;
  text-align: center;
}
.client-section-order-box__cell--price {
      font-size: 0.8125rem;
      text-align: right;
      padding-right: 8px;
}
.client-section-order-box__cell--price-dph {
      font-size: 0.8125rem;
      text-align: right;
      padding-right: 8px;
}

.client-section-order-box .btn {
  padding: 9px 15px;
  margin: 1em auto;
  display: block;
  font-size: 1.125rem;
      text-align: center;
    max-width: 327px;
    text-decoration: none;
}

.client-section__side-bar {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-flex-basis: 300px;
  background: #feefe5;
  padding: 1.25em;
}

.client-section__title {
  font-size: 1.25rem;
  color: #dd4204;
}
.client-section__user-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 28px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-align-items: start;
}
.client-section__user-box > img {
  margin: 0 8px 0 0;
}
.client-section_user-box-content h4 {
  font-size: 0.875rem;
  margin-bottom: .2rem;
}
.client-section_user-box-content p {
  font-size: 0.8125rem;
  color: #999;
  margin-bottom: 0rem;
  line-height: 1.35;
}
.client-section__user-box-contact {
  color: #000;
  font-size: 0.8125rem;
  font-weight: 400;
}

.client-section__box {
  background: #fff;
  padding: 1rem;
  border: 1px solid #fdddc8;
  border-radius: 5px;
}

.client-section__logged {
  margin: 0 28px 0 0;
      position: relative;
      padding: 4px 6px 4px 14px;
      border: 2px solid #fff;
      cursor: pointer;
}

.client-section__logged:hover .client-section-menu {
  display: block!important;
}

.client-section__logged.active {
      border: 2px solid #fa6001;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
}

.client-section__logged::after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  background: url("../img/layout/client-box-list-arrow-orange.png") no-repeat center center;
  top: 12px;
  right: 3px;
}

.client-section__user {
  padding: 0 0;
  font-size: 0.8125rem;
  color: #000;
  font-weight: 700;
}

.client-section__user:hover {
  text-decoration: none;
}

.client-section__user.client-box__link--login::before {
  left: 4px;
  top: 6px;
}

.client-section-menu {
  position: absolute;
  background: #fff;
  padding: 0 4px 0 4px;
  width: calc(100% + 4px);
  border: 2px solid #fa6001;
  border-top: 0;
  z-index: 20;
  top: 26px;
  right: -2px;
  display: none;
}
.client-section-menu__item {
  text-align: center;
  border-bottom: 1px solid #fdddc8;
    padding: 6px 0;
}
.client-section-menu__item a {
  color: #000;
  text-decoration: none;
  font-size: 0.8125rem;
}
.client-section-menu__item a:hover {
  text-decoration: underline;
}

.communication {
  padding: 0;
}

.communication-wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.communication-item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1em;
}

.communication-item__title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: .75em;
}


.communication-item__info {
    font-size: 0.875rem;
    color: #666;
}

.communication-item__info span {
  display: inline-block;
  padding-right: 1em;
  margin-bottom: .5em;
}

.communication-item p {
    font-size: 0.875rem;
}

.communication .btn  {
  padding: 9px 20px;
  font-size: 1.125rem;
  display: block;
  margin: 1em auto;
}

.client-section__content .sort-box__sorts-title {
  text-transform: none;
  color: #666;
  font-weight: 400;
}

.client-section__content .sort-box__sorts-rows {
  font-weight: 700;
  background: url("../img/layout/sort-box__sorts-tile-inactive.png") left center no-repeat;
}

.client-section__content .sort-box__sorts-tile {
  font-weight: 700;
    background: url("../img/layout/sort-box__sorts-tile-inactive.png") left center no-repeat;
}

.sort-box__control {
  margin: 2em 0 3em 0;
}

.product-variants__info {
  width: 100%;
  text-align: right;
  padding: 8px 0;
  font-size: 0.75rem;
  color: #999;
}

.client-section__btn {
  padding: 9px 15px;
  display: block;
  font-size: 1.125rem;
}

.cart::after {
  content: '';
  position: absolute;
  width: calc(100% - 4rem);
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#FB6201), to(#CA2F07));
  background: linear-gradient(to left, #FB6201, #CA2F07);
  bottom: 0px;
  left: 2rem;
}

.main__full-width-content::after {
  bottom: 0;
  top: auto;
}

.main__full-width.cart-layout .main__full-width-content::before {
  background: none;
  content: none;
}

.cart-layout {
  margin-top: 84px;
  border: 1px solid #cdcdcd;
  position: relative;
  padding: 0;
  border-top-left-radius: 0;
}

.cart-layout__tabs {
  position: absolute;
  top: -55px;
  left: -1px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart-layout__tabs-item {
  display: inline-block;
  margin-right: -4px;
  position: relative;
}

.cart-layout__tabs-item.active {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #cdcdcd;
  border-bottom: 1px solid #fff;
}

.cart-layout__tabs-item.active a {
  font-weight: 700;
  font-size: 1.375rem;
}

.cart-layout__tabs-item a {
  display: block;
  padding: 14px 28px 14px 50px;
  font-size: 1.375rem;
  color: #000;
  text-decoration: none;
}

.cart-layout__tabs-item--contact a {
  padding: 14px 28px 14px 64px;
}

.cart-layout__tabs-item--transfer a {
  padding: 14px 28px 14px 96px;
}

.cart-layout__tabs-item--cart {
  background: url('../img/layout/cart-tab-cart-icon.png') left 18px center no-repeat;
}

.cart-layout__tabs-item--contact {
  background: url('../img/layout/cart-tab-contact-icon.png') left 28px center no-repeat;
}

.cart-layout__tabs-item--transfer {
  background: url('../img/layout/cart-tab-transfer-icon.png') left 24px center no-repeat;
}

.cart-layout__tabs-item--contact::after {
  content: '';
  width: 2px;
  height: 30px;
  background: url('../img/layout/cart-tab-separator.png') center center no-repeat;
  position: absolute;
  right: 0;
  top: 12px;
}

.cart-layout__tabs-item--contact.active::after {
  content: none;
}

.cart-layout__content {
  padding: 0;
  margin: 0;
  position: relative;
    min-height: 500px;
}

.cart-layout__content a {
  font-weight: 700;
  color: #000;
}
.cart-layout__content a:hover {
  text-decoration: none;
}

.cart {}

.cart-table {
  padding: 0;
}

.cart-table__item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #f1f1f1;
  padding: 1rem 2rem;
}

.cart-table__item--summary {
  padding: .3rem 2rem;
  border-top: 2px solid #f1f1f1;
}

.cart-table__item--summary .cart-table__delete a {
  display: none;
}

.cart-table__item--summary .cart-table__pricelist--summary, .cart-table__item--summary .cart-table__pricelist-dph {
  font-weight: 700;
  font-size: 1rem;
}

.cart-table__accordion .cart-table--extract {
  display: none;
}

.cart-table__show-more {
  margin: .75em;
  padding: 4px 0;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}

.cart-table__show-more-wrapper {
  text-align: center;
}

.cart-table__show-more:hover {
  text-decoration: none;
}

.cart-table__show-more::before {
  position: absolute;
  width: 12px;
  height: 6px;
  content: '';
  background: url(../img/layout/cart-show-more-btn.png) center center no-repeat;
  background-size: contain;
  top: 10px;
  left: -24px;
}

.cart-table__show-more.open::before {
  background: url(../img/layout/cart-show-more-btn-open.png) center center no-repeat;
    background-size: contain;
}


.cart-table__pricelist--summary {
  padding-right: 2rem;
  position: absolute;
  left: 0;
}

.cart-table__item--summary .cart-table__pricelist {
  font-size: 1rem;
}

.cart-table__item--title {
  padding: 1rem 2rem 0 2rem;
}

.cart-table .cart-table__item:last-child {
  border-bottom: none;
}

.cart-table__left-box {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  -webkit-flex-basis: 66%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.cart-table__product-info {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  -webkit-flex-basis: 44%;
  padding: 0 1em 0 0;
}

.cart-table__title {
  font-size: 1rem;
}

.cart-table__title a {
  color: #000;
  font-weight: 700;
  display: block;
  padding: 0 0 8px;
}

.cart-table__title a:hover {
  text-decoration: none;
}

.cart-table__description {
  font-size: 0.8125rem;
}

.cart-table__input-box {
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  -webkit-flex-basis: 16%;
}

.cart-table__pieces-box {
  position: relative;
  display: inline-block;
}

.cart-table__pieces {
  height: 46px;
  width: 66px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  padding-right: 18px;
}

.cart-table__pieces--up, .cart-table__pieces--down {
  background-color: #f5f5f5;
  border-left: 1px solid #b5b5b5;
  border-top-right-radius: 3px;
  width: 20px;
  bottom: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}

.cart-table__pieces--up:hover, .cart-table__pieces--down:hover {
  background-color: #ffffff;
}

.cart-table__pieces--up::before, .cart-table__pieces--down::before {
  content: "";
  margin: -7px 0 0 -5px;
  left: 50%;
  position: absolute;
  top: 50%;
  border: 5px transparent solid;
  border-bottom-color: #777777;
}

.cart-table__pieces--down {
  border-bottom-right-radius: 3px;
  border-top: 1px solid #b5b5b5;
  border-top-right-radius: 0;
  bottom: 1px;
  top: 50%;
}

.cart-table__pieces--down::before {
  border-top-color: #777777;
  border-bottom-color: transparent;
  margin-top: -2px;
}

.cart-table__quantity {
  font-size: 0.875rem;
  font-weight: 700;
  color: #009933;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-flex-basis: 33%;
}

.cart-table__right-box {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-flex-basis: 33%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 0 0 0 2rem;
  position: relative;
}

.cart-table__pricelist-box {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  -webkit-flex-basis: 66%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.cart-table__pricelist, .cart-table__pricelist-dph {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 .5em;
  font-size: 0.875rem;
  color: #333;
  font-weight: 500;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-flex-basis: 100px;
  text-align: right;
}

.cart-table__pricelist-dph strike, .cart-table__pricelist strike {
  display: block;
  padding-bottom: 2px;
}

.cart-table__pricelist-dph span, .cart-table__pricelist span {
  display: block;
  padding-top: 2px;
}

.cart-table__pricelist--title {
  font-size: 0.875rem;
  color: #666;
}

.cart-table__sent-email, .cart-table__save-cart {
  font-size: 0.8125rem;
  color: #000;
  text-decoration: underline;
  display: inline-block;
  padding: 0 8px 0 0;
}

.cart-table__sent-email:hover, .cart-table__save-cart:hover {
  text-decoration: none;
}

.cart-table__delete {
  height: 46px;
  width: 46px;
}

.cart-table__delete a {
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url('../img/layout/delete-icon.png') center center no-repeat;
  display: block;
  margin: 0 auto;
}

.cart-form {
  padding: 1.5rem;
}

.cart-form__wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.cart-form__content {
  margin: 1rem 1rem 0 0;
  padding: 1rem 0;
  border-top: 2px solid #F55C01;
  -webkit-box-flex: 4;
  flex: 4;
  -ms-flex: 4;
  -webkit-flex: 4;
}

.client-section__content .chbox,
.cart-form__content .chbox {
    display: block;
    padding-bottom: 6px;
}

.cart-form__content--dispatch {
  border-top: 0;
  margin: 0 1rem 0 0;
}

.cart-dispatch {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-dispatch__item {
  padding: 2rem 0;
  border-top: 2px solid #F55C01;
}

.cart-dispatch .cart-dispatch__item:last-child {
  padding: 2rem 0 0 0;
}

.cart-dispatch__item .cart-form__label-box {
  border-bottom: 0;
}

.lost-pass .btn-wrapper {
  margin-top: 0;
}

.lost-pass .cart-form__label-box {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 1em;

}

.cart-dispatch__item .cart-table__item--title {
  padding: 1rem 0 .5rem 0;
}

.cart-dispatch__item .cart-table__item {
  padding: 1rem 0 .5rem 0;
}

.cart-dispatch__item .cart-table__product-info {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-flex-basis: 60%;
}

.cart-dispatch__item .cart-table__quantity {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  -webkit-flex-basis: 38%;
}

.cart-dispatch__heading {
  font-size: 1.25rem;
}

.cart-form__content--dispatch .cart-controls {
  padding: 0;
}

.order-summary {
  position: relative;
}

.order-summary p {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.order-summary__wrapper {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}

.order-summary__row {
  display: table-row;
}

.order-summary__cell {
  display: table-cell;
  padding: 1rem 0;
}

.order-summary__title {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  padding-bottom: .5em;
}

.order-summary__text {
  font-size: 0.875rem;
  display: block;
}

.cart-layout__content a.order-summary__text {
  font-weight: 400;
}

.order-info-box {
  background: rgba(0, 153, 51, .1);
  text-align: center;
  color: #009933;
  font-size: 0.875rem;
  border-radius: 10px;
  width: 100%;
  padding: 1rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.cart-user-control-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  padding: 1rem 0 2rem 0;
}

.cart-user-control-box__item {
  padding: 0 2em 0 3em;
  position: relative;
}

.cart-user-control-box__item--download-bill::before {
  position: absolute;
  width: 15px;
  height: 19px;
  content: '';
  background: url(../img/layout/cart-bill-download.png);
  top: 0;
  left: 22px;
}

.cart-user-control-box__item--communication::before {
  position: absolute;
  width: 22px;
  height: 22px;
  content: '';
  background: url(../img/layout/cart-communication.png);
  top: 0;
  left: 18px;
}

.cart-user-control-box__item--print::before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../img/layout/cart-print.png);
  top: 0;
  left: 18px;
}

.cart-form__label-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(219, 64, 5, 0.35);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.cart-form__label-box--row-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.cart-form__label-box--items {
  padding-bottom: 0;
  padding-top: 30px;
}

.cart-form__label-box--row-layout input[type="checkbox"] {
  margin-right: 4px;
  display: inline-block;
  cursor: pointer;
}

.cart-form__label-box--row-layout>label {
  cursor: pointer;
}

.cart-form__item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 0.5rem;
}

.cart-form__item .success {
  background: none;
  color: #000;
  text-align: left;
}

.cart-form__info-text {
  color: #333;
  font-weight: 700;
  display: inline-block;
  padding: 4px 0 12px 0;
  font-size: 0.9375rem;
}

.cart-form__info-price {
  font-size: 0.9375rem;
  color: #333;
  display: block;
}

.cart-form__item>label, .cart-form__label-box-item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-flex-basis: 48%;
  padding: 0rem 0 1.5rem 0;
  position: relative;
}

.cart-form__title {
  font-size: 0.9375rem;
  font-weight: 400;
  display: inline-block;
  padding: 0 0 6px 0;
}

.cart-form__title a {
  font-weight: 700;
  color: #dd4204;
}

.cart-form__input {
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding-left: 4px;
  font-size: 0.9375rem;
}

.cart-form__error {
  display: inline-block;
  padding: 0px 0 0;
  font-size: 0.8125rem;
  color: #f55b02;
  font-weight: 500;
  position: absolute;
  bottom: 7px;
  left: 2px;
  width: 100%;
}

.cart-form__item--textarea label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.cart-form__item--textarea textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
  padding: 4px;
  font-size: 0.9375rem;
}

.cart-form__side-bar {
  margin: 1rem 0 0 0;
  border-top: 2px solid #F55C01;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  padding: 1rem;
}

.cart-form__side-bar--basic {
  background: none;
}

.side-bar-sum__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(219, 64, 5, 0.35);
}

.side-bar-sum__item--summary {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  border-bottom: 2px solid #F55C01;
  padding: 0.75rem 0 1.5rem 0;
}

.side-bar-sum__item--summary h3 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-flex-basis: 50%;
  font-size: 1.125rem;
}

.side-bar-sum__item--summary .side-bar-sum__item__total-price {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-flex-basis: 50%;
  text-align: right;
}

.side-bar-sum__price {
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
}

.side-bar-sum__heading {
  font-size: 1rem;
  padding: 1rem 0 0 0;
}

.side-bar-sum__user-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 28px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-align-items: start;
}

.side-bar-sum__user-box>img {
  margin: 0 8px 0 0;
}

.side-bar-sum__user-box-content h4 {
  font-size: 0.875rem;
  margin-bottom: .2rem;
}

.side-bar-sum__user-box-content p {
  font-size: 0.8125rem;
  color: #999;
  margin-bottom: 0rem;
  line-height: 1.35;
}

.cart-layout__content .side-bar-sum__user-box-contact {
  color: #000;
  font-size: 0.8125rem;
  font-weight: 400;
}

.side-bar-sum__info {
  font-size: 0.8125rem;
}

.side-bar-sum-products {
  border-bottom: 1px dashed rgba(204, 204, 204, .5);
  padding: .7rem 0 0.5rem 0;
}

.side-bar-sum__item .side-bar-sum-products:last-child {
  border-bottom: none;
}

.side-bar-sum-products__price {
  font-size: 0.9375rem;
  color: #333;
  font-weight: 700;
}

.side-bar-sum-products__info {
  display: block;
}

.side-bar-sum-products__desc {
  font-size: 0.8125rem;
  display: block;
  padding: 6px 0;
}

.cart-controls {
  padding: 1.5rem 2rem 2em 2rem;
}

.cart .category-recommended-slider {
  padding: 2rem;
}

.cart-controls__wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.cart-controls__wrapper .btn-control.btn-next {
  position: relative;
  padding: 0 2rem 0 1rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-controls__wrapper .btn-control.btn-basic {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}



.cart-controls__wrapper--form {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.cart-controls__wrapper--form .btn-control.btn-control--medium {
  margin-left: 30%;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.cart-controls__wrapper .btn-control {
  padding: 0 1rem;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  margin: 1em 0;
}

.cart-form__content > .success {
  background: #f3f9e9;
  color: #658e22;
  font-weight: 700;
  text-align: center;
  padding: 1em;
}
.cart-form__content > .success::after {
  display: none;
}

.success {
    width: 100%;
    background: #f3f9e9;
    padding: 10px;
    text-align: center;
    color: #658e22;
    border-radius: 6px;
    font-weight: 700;
}

div.success::after {
  display: none;
}


.category-title-text {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}

.category-title-text p {
  font-size: 1rem;
}

.category-title-text img {
  padding-left: 10px;
}

.category-list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  margin: 2.5rem 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list__item-wrapper {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-flex-basis: 33%;
  padding: 0 1rem;
  margin: 0 0 2rem 0;
}

.category-list__item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: relative;
  padding: 2rem 0;
  height: 100%;
}

.category-list__item::before, .category-list__item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#FB6201), to(#CA2F07));
  background: linear-gradient(to left, #FB6201, #CA2F07);
  top: 0px;
  left: 0;
}

.category-list__item::after {
  bottom: 0;
  top: auto;
}

.category-list__image {
  margin-bottom: .5rem;
}

.category-list__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  padding: 0 60px;
  text-align: center;
}

.category-list__sub {
  margin: 1rem 0 0 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 7px;
}

.category-list__sub-item {
  color: #000;
  font-size: 0.8125rem;
  line-height: 1.8;
}

.category-list__sub-column {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 6px 0 24px;
  flex-basis: 50%;
}

.main__title-wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  height: 60px;
}

.main__title-wrapper--blank {
  -webkit-box-flex: 3;
          flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;
  padding: 1rem 10px;
  margin: 0 1.2rem;
}

.main__wrapper--content {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  position: relative;
  height: 100%;
}

.main__wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#FB6201), to(#CA2F07));
  background: linear-gradient(to left, #FB6201, #CA2F07);
  bottom: 0px;
  left: 0;
}

.main-content {
  -webkit-box-flex: 3;
          flex: 3;
  -ms-flex: 3;
  -webkit-flex: 3;
  background: #fff;
  padding: 1rem 10px;
  margin: 0 1.2rem;
  position: relative;
  top: -60px;
  min-width: 0;
}

.main-content a {
	color: #000;
	font-weight: 700;
}

.main-content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#FB6201), to(#CA2F07));
  background: linear-gradient(to left, #FB6201, #CA2F07);
  top: 0px;
  left: 0;
}

.main-content__heading {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.main-content p {
  padding: 0 0 1rem 0;
  margin: 0;
}

.more-info-link {
  font-size: 0.875rem;
  color: #000;
  font-weight: 700;
}

.product-detail {}

.product-detail__wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.client-nav-wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  ;
}

.client-nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1f1f1;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  margin-top: 1rem;
}

.client-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: 0;
  border-bottom: 1px solid #f15702;
  width: 100%;
  text-align: center;
  border-radius: 0;
}

.client-nav ul {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  width: 1200px;
}

.client-nav ul li {
  display: inline-block;
  padding: 0;
  text-align: center;
  border-right: 1px solid #ccc;
  width: 32%;
}

.client-nav ul li:last-child {
  border-right: none;
}

.client-nav__link {
  color: #E54B02;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 500;
  position: relative;
}

.client-nav__link.user::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(../img/layout/user-icon.png) no-repeat center center;
}

.client-nav__link.cart::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(../img/layout/cart-icon.png) no-repeat center center;
}

.client-nav__link.variant::before {
  content: '';
  position: absolute;
  left: -24px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(../img/layout/plus-icon.png) no-repeat center center;
}

.client-nav__link:hover {
  text-decoration: none;
}

.product-detail__gallery-box {
  padding: 0 1rem 0 0;
  max-width: 320px;
}

.product-detail__content {
  -webkit-box-flex: 2;
          flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
}

.main-content .product-detail__variant-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 236px;
  color: #fff;
  font-size: 0.9375rem;
  outline: none;
  position: relative;
  padding: 0 0 0 64px;
}

.product-detail__variant-button:focus {
  outline: none;
}

.product-detail__variant-button::after {
  content: none;
  width: 15px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../img/layout/variant-button-arrow.png");
}

.product-detail__variant-button::before {
  content: '';
  width: 74px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/layout/variant-button-plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F47128;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right: 1px solid #FAA574;

}

.translation-box {
  width: 200px;
  border-radius: 10px;
  padding: 4px 8px 4px 80px;
  height: 30px;
  background: url("../img/layout/translation-box-bg.png") left 12px center no-repeat;
  background-color: #F1F1F1;
  margin: 0 0 1rem 0;
}

.main-content .translation-box__link {
  color: #F45B00;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}

.translation-box__link:hover {
  text-decoration: underline;
}

.basic-info {
  font-size: 0.875rem;
  line-height: 1.5;
}

.variant-box {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
  height: auto;
}

.producer-box {
  padding: 0;
  margin: 1rem 0;
}

.producer-box__wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.producer-box__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-flex-basis: 50%;
}

.producer-box__item .table-box__table-cell {
  vertical-align: top;
}

.producer-box__title {
  display: block;
  font-size: 0.875rem;
  color: #999;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.producer-box .table-box__table-cell a {
  display: block;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 0.8125rem;
  color: #000;
}

.product-info {
  padding-top: 1rem;
}

.product-info .description {
  font-size: 0.875rem;
  line-height: 1.5;
}

.product-info b {
  font-weight: 400;
}

.product-info__heading, .product-info__heading--blank {
  background: #fff;
  font-size: 1.875rem;
  position: relative;
  text-align: left;
  margin: 2rem 0 1rem 0;
}

.product-info__heading--blank::after {
  content: none!important;
}

.product-info__heading::after {
  background: #F1F1F1;
  width: 100%;
  height: 4px;
  content: " ";
  position: absolute;
  bottom: 6px;
  left: 0;
}

.product-info__heading>span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
  color: #DD4204;
}

.show-more {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 50px;
}

.show-more.open {
  height: auto;
  max-height: inherit;
}

.show-more.open>.show-more-btn {
  background: none;
  -webkit-filter: none;
          filter: none;
  position: relative;
  height: 40px;
  padding-top: 0px;
  top: -10px;
}

.show-more-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 140px;
  padding-top: 30px;
  display: block;
  text-decoration: none;
}

.show-more-btn .more-less-btn {
  width: 44px;
  height: 44px;
  position: relative;
  margin: 0 auto;
  display: block;
  background: url("../img/layout/more-less-btn.png") left center no-repeat;
}

.show-more-btn.open .more-less-btn {
  background: url("../img/layout/more-less-btn.png") -44px center no-repeat;
}


/* Contact form */

.contact-form {
  background: #eaeaea;
  padding: 1rem;
  margin: 2em 0 1em 0;
  border-radius: 5px;
}

.contact-form__wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form__item {
  width: 50%;
  padding: 10px;
}

.contact-form__item--textarea, .contact-form__checkbox {
  width: 100%;
  padding: 0 10px;
  position: relative;
}

.textarea-info {
  font-size: 0.875rem;
  position: absolute;
  bottom: -26px;
  right: 17px;
}

.contact-form__item--textarea textarea {
  resize: none;
  height: 120px;
  padding: 8px;
}

.contact-form__checkbox {
  margin-top: .5rem;
  font-size: 14px;
}

.contact-form__checkbox span {
  margin-left: 4px;
}

.contact-form__item--textarea {
  width: 100%;
  padding: 0 10px;
  resize: vertical;
}

.contact-form__label-cell {
  display: block;
  margin-bottom: .5rem;
}

.contact-form__input-cell {
  width: 100%;
  height: 48px;
  border: 0;
  padding: 8px;
}

.contact-form__input-cell:focus {
  outline: none;
}

.contact-form__label-cell--required {
  font-weight: 700;
}

.contact-form__submnit {
  padding: 8px 0;
  margin: 1.5rem 10px;
  width: 172px;
  font-size: 1.125rem;
}


/* Labels */

.tag-box {
  margin: 1em 0;
  padding: 8px 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.tag-box__info {
  color: #666;
  font-size: 1rem;
  margin-right: 1rem;
}

.tag {
  display: inline-block;
  width: 60px;
  height: 28px;
  text-align: center;
  margin: 0 4px;
  border-radius: 6px;
  text-decoration: none;
  padding: 4px;
  font-size: 14px;
  font-weight: 700;
}

.tag--orange {
  color: #FF9966;
  border: 2px solid #FF9966;
}

.tag--blue {
  color: #009FEC;
  border: 2px solid #009FEC;
}

.tag--green {
  color: #359F9F;
  border: 2px solid #359F9F;
}

.info-box {
  border-radius: 10px;
  margin: 1em 0;
}

.info-box--login {
  padding: 10px 8px 8px 2.2rem;
  height: 35px;
  background: url("../img/layout/user-icon-circle.png") left center no-repeat;
  font-size: 0.875rem;
  margin: 2rem 0 3rem 0;
}

.info-box__link {
  color: #000;
  font-weight: 700;
}


/* Variant list */

.variant-list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 1.2rem 0 .5rem 0;
}

.variant-list .variant-list__item:nth-child(odd) {
  background: #fff;
}

.variant-list__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.variant-list__item--title {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.variant-list--info {
  font-size: 0.75rem;
  color: #999;
  margin: 0 0 2rem 0;
}

.variant-list .cart-table__input-box {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-flex-basis: auto;
}

.variant-list .cart-table__pieces {
  height: 36px;
  width: 56px;
}

.product-variants {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #eee;
  padding: 8px;
  border-radius: 7px;
}

.product-variants__left-wrapper {
  /*-webkit-box-flex: 2;
          flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;*/
  min-height: 50px;
}

.product-variants__right-wrapper {
  -webkit-box-flex: 4;
          flex: 4;
  -ms-flex: 4;
  -webkit-flex: 4;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.product-variants__right-wrapper .product-variants__item {
  margin: 0 8px;
  text-align: center;
}

.product-variants__item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  position: relative;
  min-height: 50px;
  height: auto;
}

.product-variants__item.code .title-info {
  position: absolute;
  top: -33px;
  left: 0;
  width: 112px;
  font-size: .75rem;
  color: #666;
  text-align: left;
  display: none;
}

.product-variants__item.piece {
  font-size: 0.8125rem;
}

.product-variants__item.price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.product-variants__item.price .title-info,
.product-variants__item .title-info.skladovost {
  position: absolute;
  top: -32px;
  width: 112px;
  font-size: .75rem;
  color: #666;
  text-align: center;
}

.product-variants__item.price .title-info.skladovost {
  left: -150px;
}

.product-variants__preview {
  height: 15px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-flex-basis: auto;
  padding-right: 10px;
}

.product-variants__item.aviability {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 125px;
  justify-content: center;
}

.product-variants__item.aviability .quantity {
  color: #009933;
  font-size: 0.8125rem;
  font-weight: 700;
}

.product-variants__item.aviability .when {
  display: block;
  font-size: 0.6875rem;
  color: #666;
  padding-top: 0.25rem;
}

.product-variants__item.price .old-price {
  display: block;
  font-size: .75rem;
  text-align: center;
}

.product-variants__item.price .current-price {
  display: block;
  text-align: center;
  padding-top: .25rem;
  min-width: 86px;
  font-weight: 700;
}

.product-variants__item.price .register-price a {
    color: #999;
    text-decoration: underline;
}

.product-variants__item.price .register-price > span {
  font-size: 12px;
  font-size: 0.75rem;
}

.product-variants__item.price .register-price {
  font-size: 0.6875rem;
  font-size: 11px;
  color: #999;
  font-weight: 700;
}

.product-variants__item.cart {
  font-size: 0.8125rem;
  margin: 0 0px 0 12px;
}

.product-variants__item.cart::after {
  background: none;
}

.product-variants__item .code {
  font-size: 13px;
  text-align: center;
  padding-right: 8px;
  font-weight: 700;
}

.product-variants__item .code-secondary {
  display: block;
  font-size: 11px;
  color: #999;
  padding-top: 7px;
  line-height: 1.5;
  font-weight: 300;
}

.product-variants__item .pic {
  padding-right: 6px;
  position: relative;
}

.product-variants__item .pic > img {
  max-height: 40px;
}

.pic-preview-modal {
  display: none;
  position: absolute;
  top: 30px;
  left: -58px;
  z-index: 15;
  background: #ffffff;
  border: 1px solid #cccccc;
  max-width: 133px;
  text-align: center;
  padding: 6px 6px 3px 6px;
}

.pic-preview-modal > img {
  max-width: 119px;
}
.pic-preview-modal:after, .pic-preview-modal:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pic-preview-modal:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
}
.pic-preview-modal:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #cccccc;
  border-width: 12px;
  margin-left: -12px;
}
.product-variants__item .pic:hover .pic-preview-modal {
  display: block;
}

.product-variants__item .description {
  font-size: 13px;
  padding-right: 8px;
  max-width: 300px;
  padding-left: 8px;
  font-weight: 700;
}

.product-variants__pieces {
  width: 40px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 8px;
}

.product-variants__add,
.product-variants__ask {
  width: 118px;
  height: 25px;
  position: relative;
  padding-left: 22px;
  padding-top: 2px;
  margin: 0px 8px 6px 16px;
}

.product-variants__add::before {
  content: '';
  background: url("../img/layout/cart-icon-white.png") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 12px;
  width: 15px;
  height: 15px;
}
.product-variants__ask::before {
  content: '';
  background: url("../img/layout/cart-icon-bubble.png") center center no-repeat;
  position: absolute;
  top: 5px;
  left: 12px;
  width: 15px;
  height: 15px;
}

.product-variants__ask {
    background: -webkit-linear-gradient(#5f5f5f, #353535);
    background: -o-linear-gradient(#5f5f5f, #353535);
    background: -moz-linear-gradient(#5f5f5f, #353535);
    background: linear-gradient(#5f5f5f, #353535);
}

/* Related products */

.related-products {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-top: 1rem;
}

.related-products-search {
  width: calc(100% - 270px)
}

.related-products-search .related-products__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}

.related-products--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
          
}

.related-products--row .product-box-item--img {
  min-height: auto;
  height: auto;
}

.related-products--row .product-box-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-products--row .product-box-item-wrapper--price {
  padding-right: 1em;
  float: right;
}

.related-products--row .related-products__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  display: block;
  min-height: 70px;
  height: auto;
  width: 100%;
  border-bottom: 1px solid rgb(204,204,204);
  padding: 8px 0;
}

.related-products--row .related-products__item img {
  min-width: 34px;
}

.related-products--row .product-box-item--product {
  text-align: left;
}

.related-products--row .product-box-item-wrapper--info {
    padding-right: 2em;
    width: 75%
}

.related-products--row .product-box-item--info  {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.related-products--row .product-box-item--tag {
  padding-right: 1em;
}

.related-products--row .product-box-item--img {
  width: 50px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  padding-right: 1em;
}

.product-box-item--img img {
  max-height: 190px;
}

.related-products--row .related-products--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.related-products--column .related-products__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.related-products__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-flex-basis: 25%;
}

.related-products__item > img {
  display: block;
  margin: 0px auto;
}

.related-products__item > a > img {
  display: block;
  margin: 0px auto;
}

.product-box {
  text-align: center;
  margin: 1em 0;
  padding: 0 .7em 0 0;
}

.product-box-item--img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 200px;
  height: 200px;
}

.product-box .tag {
  margin: 0;
}

.product-box__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: .25rem;
  padding-top: 0.4em;
}

.product-box__title:hover {
  text-decoration: none
}

.product-box small {
  display: block;
  font-size: 0.75rem;
  color: #999;
  margin-bottom: .33rem;
  line-height: 1.4;
}

.product-box__price {
  display: block;
  margin-bottom: .33rem;
  font-size: 0.9375rem;
  font-weight: 100;
}

.product-box__dist {
  font-size: 0.875rem;
  color: #999;
  display: block;
  padding: 0.25em 0;
}

.product-box__price del {
  font-size: 0.8125rem;
  font-weight: 700;
}

.product-box__aviability {
  display: block;
  color: #009933;
  font-size: 0.8125rem;
  padding: 0 0 1.2em;
}


/* Side categories bar */

.side-bar {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  background: #FEEFE5;
  position: relative;
  padding-top: 2px;
  min-height: 440px;
}

.category-heading {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  padding: 18px 0;
  background: #ccc;
  text-align: center;
  height: 60px;
  font-size: 1.25rem;
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#B4180A), to(#FB6101));
  background: linear-gradient(to right, #B4180A, #FB6101);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.category-heading--link {
  color: #fff;
  text-decoration: none;
}

.side-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #FBBD95;
}

.side-menu__item--has-dropdown {
  padding: 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #FDDDC8;
  position: relative;
}
.side-menu__item--has-dropdown.open .side-menu__link--has-dropdown{
  color: #fff;
}
.side-menu__item--has-dropdown.open {
  background: #fa5f01;
}
.side-menu__item--has-dropdown.open .plus{
  background: url("../img/layout/side-menu-item-dropdown-active.png") center center no-repeat
}

.side-menu__item--has-dropdown.active {
  background: #fdddc8;
  border-bottom: 0;
  border-top: 0;
}

.side-menu__item--has-dropdown.active.opened {
  /*border-bottom: 2px solid #fff;*/
}

.side-menu__item--has-dropdown.active.opened > .side-submenu {
  height: auto;
      border-bottom: 1px solid #F75D01;
}

.side-menu__item--has-dropdown.active.opened.roll > .side-submenu {
  height: 0;
  border-bottom: 0;
}

.side-menu__item--has-dropdown.active {
  background: #fdddc8;
}

.side-menu__item--has-dropdown.active .side-menu__link--has-dropdown a {
  background: #feefe5;
}

.side-menu__item--has-dropdown.active .side-menu__link--has-dropdown {
  font-weight: 700;
}


.side-menu__item--has-dropdown.active.opened .side-menu__link--has-dropdown {
  /*border-bottom: 1px solid #eaeaea; */
  background: #F75D01;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

.side-menu__item {
  padding: 9px 8px 10px 42px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #FDDDC8;
  position: relative;
}

.side-menu__item.active a {
  color: #fff;
}
.side-menu__item.active {
    background: #f95e01;
    color: #fff;
}

.side-menu__item.active .side-menu__link {
  font-weight: 700;
}

.side-menu__link {
  font-size: 0.9375rem;
  color: #333;
  text-decoration: none;
}

.side-menu__link--has-dropdown {
  position: relative;
  display: inline-block;
  width: calc(100% - 40px);
  padding: 10px 0 10px 2px;
  font-size: 0.9375rem;
  color: #333;
  text-decoration: none;
  margin-left: 40px;
  margin-right: -40px;
}

.side-menu__link--has-dropdown::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url("../img/layout/side-menu-item-dropdown.png");
  position: absolute;
  left: 6px;
  top: 4px;
  display: none;
}

.side-menu__item--has-dropdown .plus {
  width: 26px;
  height: 26px;
  background: url("../img/layout/side-menu-item-dropdown.png");
  position: absolute;
  left: 6px;
  top: 4px;
  cursor: pointer;
}

.side-menu.active .side-menu__item--has-dropdown .plus {
  background: url("../img/layout/side-menu-item-dropdown-active.png") center center no-repeat;
}


.side-menu__item--has-dropdown.opened .plus {
  background: url("../img/layout/active-menu-plus-icon.png") center center no-repeat;
}

.side-menu__item--has-dropdown.opened {
  background: #f75d01;
}

.side-menu__item--has-dropdown.opened.roll {
  font-weight: 700;
  border-top: 0;
}

.side-menu__item--has-dropdown.opened .side-menu__link--has-dropdown{
  color: rgb(255, 255, 255);
}

.side-menu__item--has-dropdown.active.opened .plus {
  width: 26px;
  height: 26px;
  background: url("../img/layout/side-menu-item-dropdown-active.png") center center no-repeat;
  position: absolute;
  left: 6px;
  top: 4px;
  cursor: pointer;
}
.side-menu__item--has-dropdown.active .plus {
  width: 26px;
  height: 26px;
  background: url("../img/layout/side-menu-item-dropdown-active-n.png") center center no-repeat;
  position: absolute;
  left: 6px;
  top: 4px;
  cursor: pointer;
}

.side-menu__item--has-dropdown .plus.open {
  background: url("../img/layout/side-menu-item-dropdown-open.png") center center no-repeat;
  width: 9px;
  height: 9px;
  top: 12px;
  left: 15px;
}
.side-menu__item--has-dropdown.active .plus.open {
  background: url("../img/layout/side-menu-item-dropdown-active.png") center center no-repeat;
  width: 9px;
  height: 9px;
  top: 12px;
  left: 15px;
}

.side-menu__item--has-dropdown.active .side-menu__link--has-dropdown::before {
  background: url("../img/layout/side-menu-item-dropdown-active.png") center center no-repeat;
  width: 9px;
  height: 9px;
  top: 12px;
  left: 14px;
}

.side-menu__item.active::after,
.side-menu__item--has-dropdown.active.opened .side-menu__link--has-dropdown::after {
  background: url("../img/layout/side-menu-dropdown-active-arrow.png") center center no-repeat;
  width: 19px;
  /*height: 37px;*/
  height: 100%;
  top: 0px;
  right: -18px;
  position: absolute;
  content: '';
}
.side-menu__item--has-dropdown.opened .side-menu__link--has-dropdown::after {
  background: url("../img/layout/side-menu-dropdown-active-arrow.png") center center no-repeat;
  width: 24px;
  height: 32px;
  top: 0px;
  right: -13px;
  position: absolute;
  content: '';
}


.side-submenu {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  height: 0;
}

.side-submenu.open {
  height: auto;
  border-bottom: 1px solid #F75D01;
  border-top: 1px solid #fcc3a0;
}

.side-submenu__item {
  padding: 6px 0 6px 32px;
  background: #FDDDC8;
  border-bottom: 1px solid #FCC3A0;
  padding: 6px 6px 6px 42px;
}

.side-submenu__item.active .side-submenu__link {
  font-weight: 700;
}

.side-submenu__link {
  display: block;
  padding: 4px 0;
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
}
.side-submenu__link.active {
    font-weight: 700;
}

.filter-box {
  background: #FDE0CE;
  padding: 1rem;
}

.filter-box__heading {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#B4180A), to(#FB6101));
  background: linear-gradient(to right, #B4180A, #FB6101);
  height: 30px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 5px 0;
}

.filter-box__item {
  margin: 1rem 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter-box__title {
  font-size: 0.875rem;
  font-weight: 700;
}

.filter-box__form {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: .5rem 0 .75rem 0;
  line-height: 1.5;
}

.filter-box__form label {
  font-size: 0.875rem;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.filter-box__form input[type="checkbox"] {
  margin: 0 4px 0 0;
}


/* Footer */

.footer {
  display: block;
  background: #fff;
  width: 100vw;
}

.footer .footer-info {
  border-top: 1px solid #ccc;
  height: 144px;
  background: #fff;
}

.footer-info__list {
  padding: 30px 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.footer-info__list-item {
  padding: 14px 0 0 64px;
  list-style: none;
  display: inline-block;
  height: -webkit-fill-available;
  height: 83px;
  border-right: 1px solid #ccc;
}

.footer-info__list-item:last-child {
  border-right: none;
}

.footer-info__list-info {
  display: block;
  font-size: 0.875rem;
  margin-bottom: .5rem;
}

.footer-info__list-link {
  font-size: 1.875rem;
  color: #000;
  font-weight: 700;
  cursor: default;
  text-decoration: none;
}

.footer-info__list-link:hover {
  text-decoration: none;
}

.footer-info__list-item--range {
  -ms-flex: 3;
  -webkit-box-flex: 3;
          flex: 3;
  background: url("../img/layout/footer-info-range.png") left center no-repeat;
}

.footer-info__list-item--delivery {
  -ms-flex: 4;
  -webkit-box-flex: 4;
          flex: 4;
  background: url("../img/layout/footer-info-delivery.png") left 20px center no-repeat;
  padding: 14px 0 0 120px;
}

.footer-info__list-item--client {
  -ms-flex: 4;
  -webkit-box-flex: 4;
          flex: 4;
  background: url("../img/layout/footer-info-client.png") left 36px center no-repeat;
  padding: 14px 0 0 120px;
}

.footer-info__list-item--client {
  -ms-flex: 4;
  -webkit-box-flex: 4;
          flex: 4;
}

.footer-content {
  min-height: 226px;
  height: auto;
  background: -webkit-gradient(linear, right top, left top, from(#FB6201), to(#CA2F07));
  background: linear-gradient(to left, #FB6201, #CA2F07);
  padding: 1.5rem;
  position: relative;
}

.footer-content__wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer-content__item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  -webkit-flex-basis: 330px;
}

.footer-content__item--contact {
  -ms-flex-preferred-size: 420px;
      flex-basis: 420px;
  -webkit-flex-basis: 420px;
  color: #fff;
}

.footer-content__item--contact .table-box__table {
  margin-bottom: 1rem;
}

.footer-content__item--contact .table-box__table-cell {
  padding: 6px 0;
}

.footer-content__item h3 {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: .8rem;
}

.footer-content__item p {
  color: #fff;
}

.footer-content__newsletter-box {
  padding: 0;
  margin-top: 0.5rem;
}

  .footer-content__newsletter-box > label > p > a:hover {
    text-decoration: none;
  }

  .footer-content__newsletter-box > label > p > a {
    color: #fff;
  }

.footer-content__newsletter-box--email {
  height: 48px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0;
  padding-left: 14px;
}

.footer-content__newsletter-box--email:focus {
  outline: none;
}

.footer-content__newsletter-box--email::-webkit-input-placeholder {
  color: #666;
  font-size: 0.9375rem;
}

.footer-content__newsletter-box--email:-ms-input-placeholder {
  color: #666;
  font-size: 0.9375rem;
}

.footer-content__newsletter-box--email::placeholder {
  color: #666;
  font-size: 0.9375rem;
}

.footer-content__newsletter-box--submit {
  height: 48px;
  width: 100px;
  background: #333;
  color: #fff;
  font-weight: 700;
  border: none;
  left: -4px;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.footer-content__contact-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footer-content__contact-box-item {
  font-size: 0.9375rem;
  line-height: 1.55;
}

.clone {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.5;
  display: none;
}

.clone-light {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.7;
}


.preloader {
  position: fixed;
  top: 40vh;
  left: calc(50% - 150px);
  width: 300px;
  z-index: 101;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader > img {
  padding-bottom: 2em;
}

.clone-full {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.75;
  display: none;
  cursor: pointer;
}

.clone-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.5;
  display: none;
  cursor: pointer;
}

.mobile-btn {
  display: none;
}

.product-variants__item--price {
  display: none;
}

.product-info .table-box__table {
  border-bottom: 1px solid #FDDDC8;
  padding-bottom: 8px;
}

.product-info .table-box__item--parameters {
  margin: 0;
  border-bottom: none;
}

.search-box-mobile {
  display: none;
}

.search-box-mobile__wrapper {
  display: none;
}

.search-box-mobile__item--search {
  display: block;
  width: 22px;
  height: 23px;
  background: url(../img/layout/search-box-find-icon.png) center center no-repeat;
  float: left;
  position: absolute;
  top: 11px;
  right: 16px;
  cursor: pointer;
  border: none;
}

.title-info-mobile {
  display: none;
}

.product-variants__item.price .title-info {
  display: none;
}

.title-info.visible {
  display: block!important;
}

.fourth-level {
  display: none;
}

.nav-mobile__header, .nav-mobile__menu, .nav-mobile__lang-box, .nav-mobile__client-box, .mobile-search {
  display: none;
}

.main-content .text--big {
  font-size: 1rem;
}


/* Kategorie */

.category-sub-box {
  margin: 1rem 0;
}

.category-sub-box__wrapper {
  padding: 1rem 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.category-sub-box__item {
  width: 142px;
  /*min-height: 80px;*/
  margin: 1rem 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #000;
}

.category-sub-box__item:hover .category-sub-box__title,
.category-sub-box__item:hover {
  text-decoration: none;
}

.category-sub-box__image {
  min-width: 74px;
  padding-bottom: 12px;
}

.category-sub-box__image img {
  /*border: 1px solid #ccc;*/
}

.category-sub-box__content {
  padding: 0 14px;
}

.category-sub-box__title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0 0 4px 0;
}

.category-sub-box__title a:hover {
  text-decoration: underline;
}

.category-sub-box__subcat {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 100;
}

.category-sub-box__subcat a {
  color: #666;
  display: block;
}

.category-sub-box__subcat a:hover {
  text-decoration: none;
}

.category-recommended-slider {
  position: relative;
  margin-top: 2.5rem;
}

.category-recommended-slider__wrapper {
  padding: 20px;
  background: #FEEFE5;
  border-radius: 9px;
}

.category-recommended-slider__heading {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  padding: .7rem 0;
}

.category-recommended-slider__heading span {
  color: #DD4105;
}

.category-recommended-slider .owl-carousel {
  padding: 0;
  margin: 0;
}

.category-recommended-slider .owl-carousel li {
  width: 100%;
  min-height: 380px;
  display: inline-block;
  margin-bottom: 12px;
  margin: .5rem 1.5%;
}

.category-recommended-slider .owl-nav {
  margin: 0;
  display: block!important;
}

.category-recommended-slider .owl-prev {
  position: absolute;
  top: 140px;
  left: -25px;
}

.category-recommended-slider .owl-next {
  position: absolute;
  top: 140px;
  right: -25px;
}

.category-recommended-slider .product-box>a>img {
  width: 120px!important;
  margin: 0 auto 8px auto;
}


.category-recommended-slider__title {
  width: 260px;
  height: 30px;
  color: #fff;
  font-size: 0.8125rem;
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#B4180A), to(#FB6101));
  background: linear-gradient(to right, #B4180A, #FB6101);
  padding: 7px 0;
  text-align: center;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  position: absolute;
  top: -14px;
  font-weight: 700;
}

.heading--center {
  background: #fff;
  font-size: 1.875rem;
  position: relative;
  text-align: center;
  margin: 2rem 0 1rem 0;
}

.heading--center::after {
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#B4180A), to(#FB6101));
  background: linear-gradient(to right, #B4180A, #FB6101);
  width: 50%;
  height: 2px;
  content: " ";
  position: absolute;
  bottom: 6px;
  right: 0;
}

.heading--center::before {
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#FB6101), to(#B4180A));
  background: linear-gradient(to right, #FB6101, #B4180A);
  width: 50%;
  height: 2px;
  content: " ";
  position: absolute;
  bottom: 6px;
  left: 0;
}

.heading--center>span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  color: #DD4204;
}

.sort-box {
  margin: 1rem 0;
}

.sort-box__subcat {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-align-items: baseline;
  min-height: 50px;
  background: #f1f1f1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 9px;
  padding: 1em;
}

.sort-box__subcat-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  padding-bottom: .4rem;
}

.sort-box__subcat-content {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;

}

.sort-box__subcat-tag {
  margin: 0.25rem;
  background: #F1F1F1;
  padding: 8px 2em 8px 0em;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 700;
  display: inline-block;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-flex-basis: 32%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
}

.sort-box__subcat-tag:hover {
  text-decoration: underline;
}

.sort-box__img {
  height: 74px;
}

.sort-box__title {
  line-height: 1.4;
  color: #000;
  text-decoration: none;
}

.sort-box__control {
  background: #EAEAEA;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  border-radius: 10px;
  padding: .75em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.sort-box__sorts {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.sort-box__sorts-title {
  color: #666;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

.sort-box__sorts-link-box, .sort-box__sorts-stock-box, .sort-box__sorts-display, .sort-box__sorts-title, .sort-box__sorts-stock-box label {
  padding: 0 .25em;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  height: 20px;
}

.sort-box__sorts-stock-box label input {
  margin-right: 8px;
}

.sort-box__sorts-link {
  color: #000;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 0 6px;
}
.sort-box__sorts-link:hover {
  text-decoration: none;
}

.sort-box__sorts-link-box, .sort-box__sorts-stock-box {
  border-right: 1px solid #ccc;
}

.sort-box__sorts-stock-box {
  font-size: 0.875rem;
  color: #009900;
  font-weight: 700;
}

.sort-box__pagination {
  position: relative;
}

.sort-box__pagination-pages {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.pagination__wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}
.pagination__step {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 6px;
  border-radius: 7px;
  text-align: center;
  padding-top: 5px;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid #CA2F07;
  background: #fff;
  color: #EE5D01;
}
.pagination__step:hover {
  text-decoration: none;
}
.pagination__step.active {
  border: 1px solid #ee5d01;
  background: #EE5D01;
  color: #fff;
  text-decoration: none;
}

.sort-box__pagination-pages li {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 8px;
  border-radius: 3px;
  text-align: center;
  padding-top: 7px;
  background: #fff;
}

.sort-box__pagination-pages li.prev {
  width: 7px;
  background: url('../img/layout/pagination_prev.png') center center no-repeat;
  height: 30px;
}
.sort-box__pagination-pages li.next {
      width: 7px;
    background: url(../img/layout/pagination_next.png) center center no-repeat;
    height: 30px;
}
.sort-box__pagination-pages li.dots {
  background: none;
  width: 16px;
}

.sort-box__pagination-pages li.dots a {
      text-decoration: none;
    color: #000;
}

.sort-box__pagination-pages li.active {
  background: #EE5D01;
  border: 1px solid #EE5d01;
}

.sort-box__pagination-pages li.active a {
  color: #fff;
}

.sort-box__pagination-pages li a {
  color: #EE5D01;
  font-size: 0.8125rem;
  font-weight: 700;
  height: 18px;
  display: block;
}
.sort-box__pagination-pages li.prev a,
.sort-box__pagination-pages li.next a {
  width: 12px;
}

.sort-box__pagination-pages li a:hover {
  text-decoration: none;
}

.sort-box__sorts-rows {
  display: inline-block;
  padding: 0 10px 0 28px;
  font-size: 0.8125rem;
  background: url(../img/layout/sort-box__sorts-rows-hamburger-inactive.png) left center no-repeat;
  height: 15px;
  color: #000;
  margin: 0 0 0 12px;
}

.sort-box__sorts-tile {
  display: inline-block;
  padding: 0 0 0 28px;
  font-size: 0.8125rem;
  background: url(../img/layout/sort-box__sorts-tile-inactive.png) left center no-repeat;
  height: 15px;
  color: #000;
}

.sort-box__sorts-tile.active, .sort-box__sorts-rows.active {
  font-weight: 700;
  text-decoration: none;
}

.sort-box__sorts-tile.active {
  background: url(../img/layout/sort-box__sorts-tile-active.png) left center no-repeat;
}

.sort-box__sorts-rows.active {
  background: url(../img/layout/sort-box__sorts-rows-hamburger-active.png) left center no-repeat;
}

.pagination-box {
  margin: 1rem 0;
  background: #EAEAEA;
  border-radius: 10px;
  padding: .75em;
}

.pagination-box .sort-box__pagination-pages {
  float: none;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.pagination-box .pagination__wrapper {
  float: none;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.cart-table__pricelist .cart-table__pricelist--price-mob, .cart-table__pricelist-dph .cart-table__pricelist--price-mob {
  display: none;
}

.cart-dispatch__item .cart-table__pricelist--price-mob,
.cart-table__pricelist--price-mob {
  display: block;
}

.cart-table__pricelist-dph>div>span, .cart-table__pricelist>div>span {
  color: #666;
  font-size: .875rem;
  font-weight: 400;
}

.cart-table__input-box-btn {
  display: none;
}

.homepage-slider {
  height: auto;
  overflow: hidden;
  position: relative;
}

.homepage-slider__slider .hp-slick-prev {
  width: 19px;
  height: 29px;
  background: url(../img/layout/hp-slider-prev.png) center center no-repeat;
  position: absolute;
  bottom: 10px;
  right: 34px;
  z-index: 1;
  cursor: pointer;
}

.homepage-slider__slider .hp-slick-next {
  width: 19px;
  height: 29px;
  background: url(../img/layout/hp-slider-next.png) center center no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}

.homepage-slider__slider-wrapper,
.homepage-slider__slider-wrapper > div:first-child {
  height: 350px;
}

.homepage-slider__slider>div>img {
  vertical-align: middle;
}

.homepage-slider__action-box {
  height: 54px;
  background: rgba(251, 98, 1, .65);
  width: 751px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 66px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
      display: none!important; /* for while */
}

.action-box__item {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 4em;
  position: relative;
}

.action-box__item.active {
  text-decoration: none;
}

.action-box__item.active::before {
  content: '';
  background: url(../img/layout/hp-slider-active-arrow.png) center center no-repeat;
  width: 22px;
  height: 07px;
  position: absolute;
  left: 42%;
  top: -25px;
}

.homepage-slider__action-box .action-box__item:last-child {
  border-right: 0;
}

.homepage-slider__list {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.6%;
  height: 58px;
  background: rgba(251, 98, 1, .65);
}

.homepage-slider__title-box {
  width: 385px;
  float: left;
  padding: 1rem;
  background: #FB6201;
  background: -webkit-gradient(linear, left top, right top, from(#CB2F07), to(#FB6201));
  background: linear-gradient(to right, #CB2F07, #FB6201);
  height: 350px;
  border-right: 3px solid #fff;
  border-bottom-left-radius: 10px;
}

.homepage-slider__slider {
  width: 751px;
  float: right;
  min-width: 0;
  position: relative;
}

.homepage-slider__heading {
  color: #fff;
  font-size: 2.1875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 1.25rem;
  margin-bottom: 0;
}

.homepage-slider__heading>span {
  color: #ccc;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding-left: 8px;
}

.homepage-slider__intro {
  font-size: 1.0625rem;
  color: #fff;
  line-height: 1.45;
  padding-top: 1.25rem;
  border-bottom-left-radius: 10px;
}

.homepage-slider__intro--news {
    background: #CF4420; 
    background: linear-gradient(to right, #CF4420 , #FB721B); 
    height: 165px;
    margin: 16px -1em 0 -1em;
    border-bottom-left-radius: 10px;
    padding: 1em;
  }
.homepage-slider__intro--news h3{
  font-size: 0.8125rem;
  color: #ccc;
  text-transform: uppercase;
  }
.homepage-slider__intro--news p {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 0.5em;
  }
.homepage-slider__intro--news a {
  color: #fff;
    font-size: 0.875rem;
  }
.homepage-slider__intro--news a:hover {
  text-decoration: none;
  }

.homepage-boxes {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  margin: 2.5rem 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homepage-boxes__item-wrapper {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-flex-basis: 33%;
  padding: 0 1rem;
  margin: 0 0 2rem 0;
}

.homepage-boxes__item {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  padding: 1.25rem;
  min-height: 310px;
}

.homepage-boxes__item::before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#FB6201), to(#CA2F07));
  background: linear-gradient(to left, #FB6201, #CA2F07);
  top: 0px;
  left: -1px;
}

.homepage-boxes--cat1 {
  background: url(../img/content/hp-box-cat-1.png) right bottom no-repeat;
}

.homepage-boxes--cat3 {
  background: url(../img/content/hp-box-cat-2.png) right bottom 22px no-repeat;
}

.homepage-boxes--cat462 {
  background: url(../img/content/hp-box-cat-3.png) right bottom no-repeat;
}

.homepage-boxes--cat4 {
  background: url(../img/content/hp-box-cat-4.png) right bottom 20px no-repeat;
}

.homepage-boxes--cat5 {
  background: url(../img/content/hp-box-cat-5.png) right bottom no-repeat;
}

.homepage-boxes--cat2 {
  background: url(../img/content/hp-box-cat-6.png) right bottom 2px no-repeat;
}

.homepage-boxes__sub {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 160px;
}

.homepage-boxes__sub-link {
  color: #000;
  font-size: 0.8125rem;
  line-height: 1.65;
}
.homepage-boxes__sub-link:hover {
  text-decoration: none;
}

.homepage-boxes__sub-link--next {
  color: #000;
  font-size: 0.8125rem;
  font-weight: 700;
  padding-top: 1rem;
}

.homepage-boxes__title {
  font-size: 1.4375rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

.homepage-boxes__title a {
  color: #000;
  text-decoration: none;
}

.homepage-boxes__title a:hover {
  text-decoration: underline;
}

.main__homepage .category-recommended-slider__wrapper {
  background: none;
}

.main__homepage .category-recommended-slider__wrapper .owl-prev::before {
  content: '';
  height: 120px;
  width: 3px;
  background: #ccc;
  position: absolute;
  left: 6px;
  top: -30px;
  z-index: -1;
}

.main__homepage .category-recommended-slider__wrapper .owl-next::before {
  content: '';
  height: 120px;
  width: 3px;
  background: #ccc;
  position: absolute;
  right: 5px;
  top: -30px;
  z-index: -1;
}

.homepage-about-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/content/homepage-about-box-intro.jpg) right 130px top 20px no-repeat;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5rem 1rem 1rem 1rem;
  position: relative;
}

.homepage-about-box__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-flex-basis: 100%;
  padding-bottom: 2rem;
}

.homepage-about-box__item--wrap {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  padding-top: 4rem;
  background: #f1f1f1;
  border-radius: 10px;
}

.homepage-about-box__text {
  max-width: 40%;
  min-height: 400px;
}

.homepage-about-box__text h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: .75em;
}

.homepage-about-box__text h2 > span {
  font-size: 1.25rem;
    display: inline-block;
    color: #999;
    font-weight: 400;
    padding-left: 1em;
    position: relative;
}

.homepage-about-box__text h2 > span::before {
  content: '';
  height: 43px;
  width: 1px;
  background: #F96101;
  position: absolute;
  left: 9px;
  top: -10px;
}

.homepage-about-box__text--about-us {
  min-height: 326px;
}

.homepage-about-box__text p {
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.6;
}

.homepage-about-box__heading {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  padding-bottom: 1.5em;
}

.homepage-about-box__heading>h2 {
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  padding-right: 12px;
  border-right: 1px solid #F96101;
}

.homepage-about-box__heading--slogan {
  font-size: 1.25rem;
  display: inline-block;
  color: #999;
}

.homepage-about-box__btn {
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 4px;
  padding: 11px 13px;
  text-decoration: none;
}
.homepage-about-box__btn:hover {
  text-decoration: underline;
}

.homepage-about-box__btn:hover {
  text-decoration: none;
}

.homepage-about-box__map {
  min-height: 228px;
  width: 100%;
  padding-right: 12px;
      padding-left: 20px;
}

.homepage-about-box__history p {
  color: #666;
  line-height: 1.6;
  font-size: 0.9375rem;
  padding-right: 20px;
}

.news-box {
  padding: 1rem 2em;
}

.news-box-wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.news-box__item {
  -ms-flex-preferred-size: 303px;
      flex-basis: 303px;
  -webkit-flex-basis: 303px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.news-box__item:hover .news-box__title {
  text-decoration: underline;
}

.news-box__item:hover .news-box__date {
  text-decoration: none;
}

.news-box__photo {
  padding: 0;
}

.news-box__content {
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#B4180A), to(#FB6101));
  background: linear-gradient(to right, #B4180A, #FB6101);
}

.news-box__content {
  min-height: 90px;
  padding: .75rem;
}

.news-box__title {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  padding-bottom: 4px;
}

.news-box__date {
  font-size: 0.8125rem;
  font-weight: 100;
  color: #fff;
}

.news-box__link--next {
  color: #DD4104;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-top: 1.75em;
  display: block;
}

.news-box__link--next:hover {
  text-decoration: none;
}

.homepage-about__info-box {
  width: 1084px;
  height: 130px;
  background: #fff;
  position: absolute;
  bottom: 308px;
  left: 26px;
}

.homepage-about__info-box-list {
  padding: 14px;
  margin: 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 100%;
  position: relative;
}

.homepage-about__info-box-list::after {
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#B4180A), to(#FB6101));
  background: linear-gradient(to right, #B4180A, #FB6101);
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
}

.homepage-about__info-box-list .homepage-about__info-box-list-item:last-child {
  border-right: 0;
}

.homepage-about__info-box-list-item {
  padding: 14px 0 0 0;
  list-style: none;
  display: inline-block;
  height: -webkit-fill-available;
  height: 83px;
  border-right: 1px solid #ccc;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-flex-basis: 33%;
  height: 100%;
  text-align: center;
}

.homepage-about__info-box-list-info {
  display: block;
  font-size: 0.875rem;
  margin-bottom: .5rem;
}

.homepage-about__info-box-list-link {
  font-size: 1.875rem;
  color: #000;
  font-weight: 700;
}

.modal-window {
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.modal-window--login {
  width: 100%;
  height: 100%;
  position: fixed;
  padding-top: 4%;
  padding-bottom: 4%;
  left: 0;
  top: 0;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}

.modal-window__wrapper {
  position: relative;
  margin: auto;
  width: 50%;
}

.modal-window__header {
  background: #FB6101;
  background: -webkit-gradient(linear, left top, right top, from(#B4180A), to(#FB6101));
  background: linear-gradient(to right, #B4180A, #FB6101);
  height: 66px;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.modal-window__close {
  padding-right: 20px;
}

.modal-window__heading {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-size: 1.25rem;
  text-align: left;
  font-weight: 700;
  padding: 0 0 0 24px;
  margin-bottom: 0;
}

.modal-window__close a {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../img/layout/modal-close-icon.png) center center no-repeat;
  text-decoration: none;
}

.modal-window-content {
  padding: 0;
  height: 100%;
  background: #fff;
}
.modal-info-warning {
 padding: 1em; 
}
.modal-info-warning__content {
  padding: 1em;
  background: #ff000026;
  color: #980000;
  border: 2px solid #980000;
  border-radius: 4px;
  line-height: 1.5;
}

.login-box {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.login-box__col.login-box__col--log {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-flex-basis: 60%;
  width: 60%;
  border-right: 1px solid #ccc;
}

.login-box__col.login-box__col--log-wrapper {
  display: table;
  width: 100%;
}

.login-box__col {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-flex-basis: 40%;
  padding: 12px;
}

.login-box__col--reg {
  background: #F6F6F6;
  padding: 2em 1em 2em 2em;
}

.login-box__row {
  display: table-row;
}

.login-box__cell {
  display: table-cell;
  height: 40px;
  padding: 8px 0;
}

.login-box__cell-link {
  color: #000;
  font-size: 0.875rem;
}

.login-box__cell-link:hover {
  text-decoration: none;
}

.login-box__login {
  height: 40px;
  width: 100%;
  padding-left: 4px;
  border: 1px solid #ccc;
}

.login-box__cell--title {
  display: table-cell;
  text-align: right;
  padding: 0 .75rem 0 0;
}

.login-box__title {
  font-size: 0.875rem;
  font-weight: 700;
}

.login-box__button {
  padding: 19px 34px;
  border-radius: 4px;
}

.login-box__tips {
  padding: 1em 0 3em 1em;
  list-style: none;
  line-height: 1.5;
}

.login-box__col--reg a {
  font-weight: 700;
  color: #000;
}

.login-box__col--reg a:hover {
  text-decoration: none;
}

.login-box__tips-item {
  position: relative;
  font-size: 0.875rem;
  padding: 4px 8px 4px 10px;
}

.login-box__tips-item::before {
  content: '';
  background: url(../img/layout/tips-item-check.png) center center no-repeat;
  width: 13px;
  height: 11px;
  position: absolute;
  left: -16px;
  top: 6px;
}

.modal-window--cart-add {
  width: 100%;
  height: 100%;
  position: fixed;
  padding-top: 4%;
  padding-bottom: 4%;
  left: 0;
  top: 0;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}

.modal-window--cart-add .modal-window-content {
  border-bottom: 5px solid #e3e7ea;
}

.cart-add__info-box {
  padding: 1em;
  background: #EBEEF0;
  text-align: center;
}

.modal-window--cart-add .cart-table__pricelist--title {
  color: #999;
}

.modal-window--cart-add .cart-table__item--title {
  padding: 0rem 0rem 0 2rem;
}

.modal-window--cart-add .cart-table__item--added {
  padding: 2rem;
}

.modal-window--cart-add .cart-table__input-box {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-flex-basis: 25%;
}

.modal-window--cart-add .cart-table__item--added .cart-table__product-info {
  position: relative;
  padding: 0px 0em 0 46px;
}

.modal-window--cart-add .cart-table__item--added .cart-table__left-box, .modal-window--cart-add .cart-table__left-box {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  -webkit-flex-basis: 80%;
}

.modal-window--cart-add .cart-table__item--added .cart-table__product-info::before {
  content: '';
  background: url(../img/layout/cart-add-icon.png) center center no-repeat;
  width: 47px;
  height: 47px;
  position: absolute;
  left: -16px;
  top: -4px;
}

.cart-add__buttons {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  padding: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
}

.cart-add__buttons .cart-add__back {
  padding: 15px 26px;
  border-radius: 4px;
  margin-top: 16px;
  font-size: 1rem;
}

.cart-add__buttons .cart-add__login {
  padding: 24px 62px;
  border-radius: 4px;
}

.cart-add__buttons .cart-add__continue {
  padding: 17px 23px;
  border-radius: 4px;
  margin-top: 16px;
}

.cart-add__button-box {
  padding: 16px 30px;
  background: #E3E7EA;
  max-width: 286px;
  text-align: center;
}

.cart-add__button-box>p {
  margin-bottom: 0;
  padding-top: 8px;
}

.cart-add__reg-box {
  margin: 0 auto 0 auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-right: 62px;
}

.cart-add__reg-box span {
  background: #EBEEF0;
  padding: 9px 18px;
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.cart-add__reg-box span a {
  color: #000;
}

.cart-add__reg-box span a:hover {
  text-decoration: none;
}

.modal-window--cart-add .modal-window__wrapper {
  width: 868px;
}

.new-msg-box {
  background: #eaeaea;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 2em;
}

.new-msg__wrapper {
  display: table;
  width: 100%;
}

.new-msg__row {
  display: table-row;
}

.new-msg__cell {
  display: table-cell;
  vertical-align: top;
  padding: 8px 0;
}

 .new-msg__cell--title {
   width: 25%;
   text-align: right;
   padding: 8px 1em 8px 0;
 }
.new-msg__title {
  font-size: 0.875rem;
  font-weight: 700;
}
.new-msg__textarea {
  width: 100%;
  min-height: 150px;
  padding: 4px;
  resize: none;
}
.new-msg__cell--wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  margin-top: 16px;
}

.new-msg__cell--wrapper > input[type="checkbox"] {
  margin-right: 8px;
}

.new-msg__send-btn {
  font-size: 1.125rem;
      padding: 9px 21px;
}

.new-msg__option {
  font-size: 0.875rem;
  height: 50px;
  border: none;
  min-width: 280px;
  padding-left: 4px;
}

.communication__filter {
  padding: 0 0 1em 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 1.5em;
}

.communication__filter-title {
  color: #666;
  font-size: 0.8125rem;
  display: inline-block;
  padding-right: 2em;
}

.communication__filter-link {
  font-size: 0.8125rem;
  display: inline-block;
  padding-right: 0.5em;
  font-weight: 700;
text-decoration: underline;
}

.communication__filter-link:hover {
  text-decoration: none;
}

.communication__filter-link.active {
  text-decoration: none;
}

.without-margin-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.without-margin-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.mobile-logged {
  display: none;
}
.success::after {
    content: "";
    position: absolute;
    display: block;
    height: 41px;
    width: 42px;
    background: rgba(138, 192, 46, .1) url(../img/layout/input-success.png) center center no-repeat;
    right: 0px;
    top: 23px;
    -webkit-animation: scale .4s ease-in;
    border-left: 1px solid #cccccc;
}

.failed::after {
    content: "";
    position: absolute;
    display: block;
    height: 41px;
    width: 42px;
    background: rgba(204, 0, 0, .1) url(../img/layout/input-failed.png) center center no-repeat;
    right: 0px;
    top: 23px;
    -webkit-animation: scale .4s ease-in;
    border-left: 1px solid #cccccc;
}

.form-error, .input-error {
  margin-top: 8px;
  display: block;
  color: #cc0000;
  font-size: 0.875rem;
  font-weight: 500;
}

.login-success {
    color: #658e22;
    font-weight: 700;
    background: #f3f9e9;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
}

.contacts-box {
  position: relative;
}

.contacts-box__wrapper {
  padding-bottom: 2em;
}
.contacts-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-box__info {
  width: 60%;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-right: 2em;
  background: rgb(241,241,241);
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-box__info-item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: block;
  padding-bottom: 8px;
}
.contacts-box__info-item-title a {
  color: #000;
}
.contacts-box__info-item-title a:hover {
  text-decoration: none;
}

.contacts-box__info-item-content {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 1em;
}

.contacts-box__info-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}

.contacts-box__button {
  width: 200px;
  height: 46px;
  background: #EA5C01;
  background: -webkit-gradient(linear, left top, left bottom, from(#F76001), to(#EA5C01));
  background: linear-gradient(#F76001, #EA5C01);
  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;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.contacts-box__button:hover {
  text-decoration: underline;
}

.contacts-box__info--basic .contacts-box__info {
  background: none;
  padding: 0;
}

.contacts-box__wrapper--margin-top {
  margin-top: 2em;
}

.contacts-box__info--basic .contacts-box__info .contacts-box__info-item {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
    width: 40%;
}
.contacts-box__info--basic .contacts-box__info .contacts-box__info-item:first-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
      width: 60%;
}

.contact-form--contacts {
  max-width: 900px;
}

.contact-form--contacts .contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.contact-form--contacts .contact-form__label-cell {
  min-width: 120px;
  padding-right: 17px;
}

.contact-form--contacts .contact-form__input-cell {
  min-width: 320px;
  width: 320px;
  max-width: 100%;
}

.contact-form--contacts .contact-form__item--textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}

.contact-form--contacts .contact-form__item--textarea .contact-form__input-cell {
    min-width:640px;
}
.contact-form--contacts .contact-form__submnit {
    margin: 1.5rem 0px;
    height: 46px;
}

.cert-search {
  margin-top: 1em;
}

.cert-search__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cert-search__item {
  background: rgb(241,241,241);
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  width: 32%;
  margin-right: 1em;
  padding: 1em;
  border-radius: 9px;
}

.cert-search__title {
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  padding-bottom: 6px;
}

.cert-search__input {
  height: 38px;
  border: 1px solid rgb(204,204,204);
  width: 100%;
  padding: 0 80px 0 4px;
}

.cert-search__input-box {
  position: relative;
}

.cert-search__search {
  background: rgb(235, 92, 1);
  border-radius: 4px;
  border: none;
  height: 38px;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fff;
  width: 76px;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0;
}

.cert-search__search:hover {
  text-decoration: underline;
}

.suppliers {
  margin-top: 1em;
}

.suppliers__wrapper {
  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;
}
.suppliers__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
.suppliers__title {
  display: block;
  padding: 1em 0 0.5em 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #000;
}
.suppliers__title:hover {
  text-decoration: none;
}
.suppliers__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 18px;
}

.suppliers__list li {
  position: relative;
  padding: 4px 0;
}

.suppliers__list li::before {
  content: '■';
  color: #f85e01;
  top: 3px;
  left: -14px;
  position: absolute;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  padding-left: 18px;
}

.prilohy a {
  color: #000;
  font-weight: 500;
}

.prilohy a:hover {
  text-decoration: none;
}

.prilohy {
  margin-top: 1em;
}

.prilohy li {
  padding: 10px 0;
}

.list li {
  position: relative;
  padding: 4px 0;
      font-size: 0.9375rem;
    line-height: 1.55;
}

.list li::before {
  content: '■';
  color: #f85e01;
  top: 3px;
  left: -14px;
  position: absolute;
}

.blog-tags__item {
  display: block;
  padding-bottom: 16px;
  color: #d03507;
  font-weight: 700;
  font-size: 1rem;
}

.blog-tags__item:hover {
  text-decoration: none;
}
.blog-tags {
  border-bottom: 1px solid #d03507;
  margin-bottom: 1em;
}

.blog-newsletters {
  margin-top: 1em;
}
.blog-newsletters__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-newsletters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: .75em;
}
.blog-newsletters__title {
  color: #d03507;
  font-weight: 700;
  display: block;
  padding-bottom: .25em;
  font-size: 0.875rem;
}
.blog-newsletters__date {
  color: #000;
  font-size: 0.8125rem;
}
.blog-newsletters__title:hover {
  text-decoration: none;
}

.blog-newsletters__link {
  color: #d03507;
  font-weight: 700;
}
.blog-newsletters__link:hover {
  text-decoration: none;
}

.blog__wrapper {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog__wrapper .blog__item:first-child {
  margin-top: 0;
}
.blog__wrapper .blog__item:last-child {
  margin-bottom: 2em;
}
.blog__item {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog__item-content {
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog__item-title {
  font-size: 1.25rem;
  color: #d03507;
  font-weight: 700;
  padding-bottom: 6px;
}
.blog__item-title:hover {
  text-decoration: none;
}
.blog__item-date {
  font-size: .875rem;
  display: block;
  padding-bottom: .5em;
}
.blog__item-date > span {
  font-weight: 700;
}
.blog__item-image {
  max-width: none;
}

.blog__item-description {
  font-size: 0.875rem;
}
.blog__intro-photo {
  float: left;
  padding-right: 2em;
}

.blog__intro-text {
  font-size: 0.875rem;
  line-height: 1.6;
}

.blog__intro {
  overflow: hidden;
  margin-bottom: 2em;
  margin-top: 1em;
}

.blog__detail-date {
  color: rgb(102, 102, 102);
  font-size: 0.875rem;
}

.blog .more a {
  color:rgb(235, 92, 1);
  font-weight: bold;
  font-size: 1.3rem;
}


.jssocials {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #f55c01;
  padding-top: 1em;
}

.pages-box {
      display: block;
    text-align: center;
    padding: 2em 0;
}


.pages-box a {
    display: inline-block;
    height: 30px;

    margin-right: 6px;
    border-radius: 7px;
    text-align: center;
    padding-top: 5px;
    padding: 5px 4px 0 4px;
    font-weight: 700;
    text-decoration: none;
    min-width: 30px;
    border: 1px solid #CA2F07;
    background: #fff;
    color: #EE5D01;
}
.pages-box a:hover {
  text-decoration: underline;
}
.pages-box a.active {
border: 1px solid #ee5d01;
    background: #EE5D01;
        color: white;
}

.pager-list {
  padding: 12px 0px;
  margin-bottom: 35px;
  width: 100%;
}
.pager-list .fa-chevron-left,
.pager-list .fa-chevron-right{
  color: #f55c01;
}
.pager-list ul {
  padding: 0;
  margin: 0;
}
.pager-list ul li {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.pager-list ul li span {
  padding-left: .5em;
}
.pager-list ul li a {
  color: #f55c01;
  font-weight: 700;
}
.pager-list ul li a:hover {
  text-decoration: none;
}

.supplier-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.supplier-content {
  padding-left: 1em;
}

.supplier-content--link {
  color: #000;
  font-weight: 700;
}
.supplier-content--link > a {
  color: #000;
    text-decoration: none;
}
.supplier-content--link > a:hover {
  text-decoration: underline;
}

.send-cart-form {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    background: #fdddc8;
    padding: 8px;
    border-radius: 10px;
    z-index: 15;
    top: 62px;
    left: 10px;
    display: none;
}
.send-cart-form input[type="email"],.save-cart-form input[type="text"] {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 30px;
    padding: 0 0 0 6px;
    font-size: .875rem;
    width: 250px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.save-cart-form input[type="text"] {
    color: #666;
}

.save-cart-form.show, .send-cart-form.show {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.save-cart-form {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    background: #fdddc8;
    padding: 8px;
    border-radius: 10px;
    z-index: 15;
    top: 62px;
    left: 172px;
    display: none;
}
.send-cart-form input[type="submit"],
.save-cart-form input[type="submit"] {
    font-weight: 600;
    border-radius: 5px;
    outline: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f95f01), to(#b71b09));
    background: linear-gradient(#f95f01, #b71b09);
    color: #fff;
    padding: 0px 10px;
    position: relative;
    left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    border: none;
    font-size: .875rem;
}
.save-cart-form input[type="submit"],
.send-cart-form input[type="submit"] {
  height: 30px;
  left: -4px;
}

.send-cart-form::before,
.save-cart-form::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fdddc8 transparent;
    top: -10px;
    left: 15px;
}

.order__login {
  background: #feefe5;
  padding: 0.5em 1em;
  width: 420px;
}

.order__label {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__label > strong {
  display: inline-block;
  padding-right: 1em;
}

.order__input {
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding-left: 4px;
    font-size: 0.9375rem;
    width: 100%;
}
.btn-wrapper .cart-next {
    background: rgb(235, 92, 1);
    border-radius: 4px;
    border: none;
    height: 38px;
    font-weight: 700;
    font-size: 0.9375rem;
    color: #fff!important;
    padding: 10px 8px;
    margin-left: 4em;
    cursor: pointer;
}
.cart-next:hover {
  text-decoration: underline;
}

.btn-wrapper {
  margin-top: 1.5em;
  height: 36px;
}

.related-products--row .product-box {
  margin: 0;
}
.related-products--row .product-box__aviability {
  padding: 0;
}

.terms {
  padding-top: 1em;
}

.terms a {
    color: #dd4204;
    font-weight: 700;  
}
.range {
  position: relative;
  height: 86px;
}

.range .ui-slider {
  margin: 0 8px;
}

.range__title {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 12px;
  display: block;
}

.range__output {
  background: #fde0ce;
  padding-top: 14px;
  color: #000!important;
  font-size: 0.875rem;
}

.range .ui-slider-range {
  background: #FB5C00!important;
}

.downloads__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.downloads__item {
  flex-basis: 33%;
  width: 33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.downloads__icon {
  height: 38px;
  width: 38px;
  background: rgb(234,76,58);
  display: block;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8125rem;
  padding-top: 12px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 38px;
}

.downloads__icon--pdf {
  background: rgb(234,76,58);
}

.downloads__icon--xls {
  background: rgb(121,172,0);
}

.downloads__content {
  padding-left: 1em;
}

.downloads__title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  display: block;
  padding-bottom: .5em;
}
.downloads__title:hover {
  text-decoration: none;
}

.downloads__url-box {
  font-size: 0.75rem;
}
.downloads__url {
  color: #000;
}

.downloads__url:hover {
  text-decoration: none;
}

.order-table {
  padding-bottom: .5em;
}

.order-table__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.order-table__wrapper .order-table__item:last-child {
  border-bottom: 4px solid #ccc;
}
.order-table__item {
  border: 4px solid #ccc;
  border-bottom: 0;
}
.order-table__item-wrapper--cols {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.order-table__col {
  flex-basis: 50%;
  width: 50%;
  border-right: 4px solid #ccc;
  padding: 1em;
}

.order-table__item-wrapper--cols .order-table__col:last-child {
  border-right: 0;
}

.order-table__item-wrapper--table {
  padding: 1em;
}

.order-table__control {
  padding: 1em 0;
}

.order-table__control--print,
.order-table__control--download {
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
}

.order-table__control--print {
  padding-left: 28px;
}

.order-table__control--print:hover,
.order-table__control--download:hover {
  text-decoration: none;
}

.order-table__control--print::before {
  content: '';
  position: absolute;
  left: 2px;
  top: -1px;
  width: 15px;
  height: 17px;
  background: url(../img/layout/control-print-orange.png) center center no-repeat;
  background-size: 15px;
}

.order-table__control--print::after {
  content: '';
  height: 15px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 10px;
  top: 0px;
}

.order-table__control--download::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 15px;
  background: url(../img/layout/control-pdf.png) center center no-repeat;
}

.order-table__info {
  font-size: 0.875rem;
}

.order-table__table {
  display: table;
  width: 100%;
}

.order-table__table-row {
  display: table-row;
}

.order-table__table-cell {
  display: table-cell;
  padding: 4px 2px 16px 2px;
  line-height: 1.4;
  vertical-align: top;
}

.order-table__table-cell-title {
  font-size: 0.75rem;
  font-weight: bold;
}

.order-table__table--overview {
  width: 100%;
  border-collapse: collapse;
}
.order-table__table--overview tr th,
.order-table__table--overview tr td {
  text-align: center;
  font-size: 0.75rem;
  padding: 12px 4px;
  border-bottom: 1px solid #ccc;
}

.order-table__table--overview tr th:last-child, .order-table__table--overview tr td:last-child {
  min-width: 100px;
}

.order-table__table--overview tr th:first-child,
.order-table__table--overview tr td:first-child {
  text-align: left;
  max-width: 600px;
}

.order-table__table--overview .order-table__table-sum td {
  border-bottom: 0;
}

.order-table__table--overview .order-table__table-sum--overview td {
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 0;
}

.signpost {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 4em 0 2em 0;
}

.signpost__item {
  color: #f55c01;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.signpost__item:hover {
  text-decoration: none;
  text-decoration: underline;
}

.signpost > span {
  color: #ccc;
  display: inline-block;
  padding: 0 1em;
}

.team-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2em;
}

.team-box__item {
  flex-basis: 200px;
  width: 200px;
  border: 1px solid #cdcdcd;
  margin: 0 13px 30px 13px;
}

.team-box__item-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding: 4px;
}

.team-box__item-content img {
    max-width: none;
}

.team-box__item-footer {
  text-align: center;
  background: #f1f1f1;
  padding: 11px;
  display: none;
}

.team-box__item-footer-link {
  color: #dd4204;
  font-weight: 700;
  font-size: 0.875rem;
}
.team-box__item-footer-link:hover {
  text-decoration: none;
}

.team-box__title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  padding: .5em 0 .25em 0;
}
.team-box__email {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  color: #000;
  padding: .5em 0 .25em 0;
}

.team-box__tel {
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding: .25em 0;
  color: #000;
}

.team-box__email:hover {
  text-decoration: none;
}

.team-box__position {
    font-size: 0.875rem;
    color: #666;
}

.company-history {
  padding-top: 3em;
}
.company-history__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.company-history__item {
  padding-bottom: 3em;
}

.company-history__item-content--left {
  width: 538px;
}
.company-history__item-content--right {
  width: 538px;
}

.company-history__item-content {
  line-height: 1.5;
}
.company-history__item-content h3 {
  padding-top: 2em;
  font-size: 1.25rem;
  margin-bottom: 1em;
}

.cert-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 1em 2em;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cert-box__item {
  flex-basis: 33%;
  width: 33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  padding-bottom: 2em
}

.cert-box__title {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  padding-top: .5em;
}

.cert-box__item:hover .cert-box__title {
  text-decoration: underline;
}

.error {
    font-weight: bold;
    display: block;
    font-size: 14px;
    color: #cc0000;
    border-radius: 7px;
    text-align: center;
    background: #ffd2d285;
    padding: 11px 12px;
    margin-top: 5px;
    line-height: 1.75;
}
.search-info {
  height: 58px;
  width: 100%;
  background: #F1F1F1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0 1em;
  margin-top: 1em;
}

.search-info__item {
  color: #000;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  padding: 0 1.5em 0 0;
}

.search-info__item:hover {
  text-decoration: none;
}

.search-info__item.active {
  color: #F25900;
  text-decoration: none;
}

.search-info__heading {
  font-size: 2.5rem;
}

.search-info__heading i {
  color: #DB4105;
}

.search-results {
  position: relative;
}

.search-results .search-box-mobile__item--search {
      right: 46px;
      top: 11px;
}

.search-results > .search-box {
  display: block;
  max-width: 904px;
      height: 52px;
}
.search-results .search-box__wrapper {
      max-width: 960px;
}
.search-results .search-box__filter {
  top: 4px;
  border-left: 1px solid #ccc;
  border-radius: 18px;
    width: 268px;
    display: block;
}

.search-results .search-box__filter-help {
  display: block;
}
.search-results .search-box__filter-help .filter-list {
  display: block;
}

.search-results .search-box__filter-wrapper {
  padding-right: 0
}
.search-results .search-box__filter-help {
  width: 257px;
  padding-top: 12px;
}
.search-results .search-box__search {
  font-size: 1.0625rem;
  color: #000;
}

.purchase-box {
    margin: 0 0 1rem 0;
}

.purchase-box__wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.purchase-box__item {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  margin: 1rem 0;
}

.purchase-box__item-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.purchase-box__item-icon {
    flex: 2;
    -ms-flex: 2;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}



.purchase-box__item-content {
    flex: 6;
    -ms-flex: 6;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: left;
    -webkit-align-items: left;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.purchase-box__item-circle {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    background: #e5e5e5;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}


.purchase-box__item-circle.payment {
    background: #e5e5e5 url(../img/layout/purchase-icon-card.png) center center no-repeat;
}

.purchase-box__item-circle.transport {
    background: #e5e5e5 url(../img/layout/purchase-icon-car.png) center center no-repeat;
}
.purchase-box__item-circle.presents {
    background: #e5e5e5 url(../img/layout/purchase-icon-present.png) center center no-repeat;
}

.purchase-box__item-circle.terms {
    background: #e5e5e5 url(../img/layout/purchase-icon-bill.png) center center no-repeat;
}

.purchase-box__item-circle.advertisement {
    background: #e5e5e5 url(../img/layout/purchase-icon-arrow.png) center center no-repeat;
}

.purchase-box__item-title {
      font-size: 1rem;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 8px;
    color: #000;
}
.purchase-box__item-title:hover {
  text-decoration: none
}

.purchase-box__item-info {
    font-size: 0.875rem;
    color: #666;
}

.purchase-box__item-info strong {
  color: #000;
}

.list--scroll {
  margin-bottom: 3em;
}

.list--scroll .list__item a {
  color: #000;
}

.list--scroll .list__item a:hover {
  text-decoration: none;
}

.logo-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 0;
}

.logo-box__item {
  flex-basis: 22%;
  width: 22%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding-bottom: 1em;
}

.change-form-type {
  height: 52px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 2em;

}

.change-form-type__title {
  font-size: 1.125rem;
  padding-right: 1em;
}

.change-form-type__switch-item {
  height: 52px;
  display: inline-block;
  background: #eaeaea;
  border-radius: 5px;
  margin-right: 0.25em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  padding: 14px .5em;
  position: relative;
  text-align: center;
  min-width: 120px;
}

.change-form-type__switch-item.active {
  background: #E04604;
  color: #fff;
}

.change-form-type__switch-item.active::before {
  content: '';
  background: url("../img/layout/form-switcher-arrow.png") center center no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: -10px;
  left: 44%;
}

.change-form-type {
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: auto;
}

.change-form-type__title {
  font-weight: 700;
}

.communicate-box__title {
  font-weight: 700;
  display: block;
  padding-bottom: .4em;
  padding-top: 1em;
}

.objednavka-form textarea {
  resize: none;
    height: 120px;
    padding: 8px;
    width: 100%;
}

.communicate-box__content-name {
  font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: .5em;
}
.communicate-box__content-text {
font-size: 0.875rem;
}

.communicate-box__content-info {
      font-size: 0.875rem;
    color: #666;
    padding-bottom: 0.75em;
}

.communicate-box__button {
  padding: 8px 27px;
    margin: 1em 0;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 102px;
    font-size: 1.125rem;
    background: #F65C01;
    background: -webkit-linear-gradient(#F65C01, #E24804);
    background: -o-linear-gradient(#F65C01, #E24804);
    background: -moz-linear-gradient(#F65C01, #E24804);
    background: linear-gradient(#F65C01, #E24804);
    border: none;
    color: #fff!important;
    font-size: 0.8125rem;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
}

.blog p a {
    color: #f55c01;
    font-weight: 700;
}
.blog p a:hover {
    text-decoration: none;
}

.blog {
  padding-top: 1em;
}

.blog .cleaner {
  height: 8px;
}

hr.cleaner {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; padding:0;
    border:none;
    visibility: hidden;
}

.pull-left {
  float: left;
  padding: 0 12px 0 0;
}

.silver-border {
  border: 1px solid silver;
}

.img-align-center {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.link-top {
    background: #000000 url(../img/layout/bg-link-top.png) no-repeat 15px 8px;
    width: 43px;
    height: 28px;
    position: absolute;
    top: -14px;
    left: 44.5%;
    z-index: 1;
}

.cart-table__product-info--cart-action {
  display: none;
}

.fancybox-close-small {
  background: url(../img/layout/bg-lightbox-close.png) top left no-repeat!important;  
    background-size: 51px 102px!important;
    width: 51px!important;
    height: 51px!important;
    right: -25px!important;
    top: -25px!important;
    z-index: 9999!important;
}
.fancybox-close-small::after {
  display: none;
}

.fancybox-close-small:hover {
    background-position: 0 -51px!important;
}


.mob-visible {
  display: none;
}

.cart-add-btn-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.modal-sm {
width: 290px;
    min-width: 472px;
    position: absolute;
    background: #fff;
    z-index: 50;
    border-radius: 5px;
    border: 1px solid #cccccc;
    top: 60px;
    left: 50px;
    padding: 6px 0;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1.5;
    color: #666;
    display: none;
}

.modal-sm::before {
  position: absolute;
  content: '';
  width: 34px;
  height: 35px;
  background: url(../img/layout/modal-sm-arrow.png) center center;
    top: -12px;
    left: 30px;
    z-index: -1;
}

.modal-sm__header {
    padding: 2px 6px;
    text-align: right;
    height: 12px;
}
.modal-sm__close {
  width: 10px;
  height: 10px;
  background: url(../img/layout/modal-sm-close-icon.png) center center;
      display: block;
    float: right;
}

.modal-sm__wrapper {
    padding: 6px 12px;
}
.modal-sm__wrapper strong {
    color: #000;
}

#registrace .chbox a {
  color: #000;
}

  .modal-window .modal-window__wrapper.login .order__login {
    width: calc(100% - 3px);
  }

  .modal-window--cart-add .modal-window__wrapper.login {
    max-width: 380px;
  }


@media (min-width: 280px) and (max-width: 360px) {
  /* very small and low res devices */
  .product-detail__variant-button {
    width: 268px;
  }
  .product-detail__variant-button::after {
    right: 12px;
  }
  .client-section-order-box__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-align-items: center;
  }
  .client-section-order-box__cell--link,
  .client-section-order-box__cell--state {
    padding-bottom: .5em;
  }
  .related-products__item {
        -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}

@media (min-width:280px) and (max-width: 766px) {
  /* mobile version, smartphones, iPhone, portrait 480x320 phones */
  .container {
    width: 100%;
  }
  .change-form-type {
    flex-direction: column;
    align-items: flex-start;
  }
  .change-form-type__title {
    padding-bottom: .5em;
  }
  .modal-sm {
    display: none;
  }

  .mob-visible {
    display: block;
  }

  .blog-img {
    width: 100%!important;
  }
  .client-box__link {
    display: none;
  }
  .homepage-slider__intro--news {
    margin: 16px -1em -16px -1em;
  }
  .client-nav ul {
    width: 100%;
  }
    .cert-search__item {
            flex-basis: 50%;
    width: 50%;
  }
  .cart-table__title {
        padding-left: 27px;
  }
  .modal-window--cart-add .cart-table__item--added .cart-table__product-info::before {
    left: -8px!important;
  }
  .logo-box__item {
    flex-basis: 45%;
    width: 45%;
  }
    .company-history__item-content--right,
  .company-history__item-content--left {
    width: 100%;
    padding-bottom: 1em
  }
  .company-history__item {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .company-history__item-content h3 {
    padding-top: 0;
  }
  .company-history__item--second .company-history__item-img{
  order: 2;
  }

  .downloads__item {
    width: 50%;
    flex-basis: 50%;
    padding: 1em 0;
  }
  .search-box__help  {
    display: none;
  }
  .login-box__row {
    display: block;
  }
  .login-box__cell--title {
    display: block;
    text-align: left;
  }
  .login-box__cell {
    height: auto;
    display: block;
  }
  .login-box__login {
    height: auto;
    min-height: 40px;
    width: 100%;
  }
  .modal-window--login .modal-window__wrapper {
    width: 90%;
  }
  .login-box__col.login-box__col--log-wrapper {
    padding: 12px 0;
  }
  .modal-window--cart-add .modal-window__wrapper {
    width: 90%;
  }
  .login-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-box__col.login-box__col--log {
    border-right: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-flex-basis: auto;
    width: auto;
  }
  .login-box__col--reg {
    padding: 0em 0em 0em 1em;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .login-box__tips {
    padding: 1em 0 0em 1em;
  }
  .homepage-about__info-box {
    display: none;
  }
  .news-box {
    padding: 1rem 0;
  }
  .news-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .news-box__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-bottom: 1em;
  }
  .news-box__link--next {
    text-align: center;
  }
  .homepage-boxes__item-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 0;
  }
  .homepage-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homepage-slider__title-box, .homepage-slider__slider {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .homepage-slider__slider {
    margin-top: 1rem;
  }
  .cart-dispatch__item .cart-table__quantity {
    padding: 0;
  }
  .cart-user-control-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
  .cart-user-control-box__item {
    margin: 0.5em 0;
  }
  .cart-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-form__side-bar {
    margin: 1rem 0 0 0;
  }
  .cart-controls__wrapper--form .btn-control.btn-control--medium {
    margin-left: 0;
  }
  .cart-form {
    padding: 1rem 0;
  }
  .cart-form__label-box-item {
    text-align: center;
  }
  .cart-form__label-box--row-layout strong {
    font-size: 0.875rem;
  }
  .side-bar-sum__user-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .cart-form__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 1rem 0 0 0;
  }
  .nav-first-level, .category-heading, .side-bar, .menu, .client-section, .search-box, .control-box {
    display: none;
  }
  .pagination-box .sort-box__pagination-pages {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
  .variant-list__item--title-item.text {
    padding-left: 0;
  }
  .sort-box__subcat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sort-box__subcat-tag {
    margin: 0.25rem 0.25rem 0.25rem 0;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
-webkit-flex-basis: 48%;
  }
  .sort-box__subcat-title {
    padding-bottom: .5rem;
  }
  .mobile-btn {
    display: block;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    height: 52px;
    text-decoration: none;
  }
  .mobile-btn__wrapper {
    margin: 0 2px 0 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
  }
  .mobile-btn__icon {
    width: 40px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 4px;
  }
  .mobile-btn__icon--menu {
    background: url("../img/layout/category-mobile-nav-hamburger-orange.png") center center no-repeat;
  }
  .mobile-btn__icon--login {
    background: url("../img/layout/user-icon.png") center center no-repeat;
    background-color: #fff;
  }
  .mobile-btn__icon--search {
    background: url("../img/layout/search-box-find-icon.png") center center no-repeat;
    background-size: 16px;
    background-color: #fff;
  }
  .mobile-btn__icon--search-mob-menu {
    background: url("../img/layout/search-box-find-icon.png") center center no-repeat;
    background-size: 16px;
    background-color: #fff;
  }
  .mobile-btn__icon--cart {
    background: url("../img/layout/cart-icon.png") center center no-repeat;
    background-color: #fff;
  }
  .mobile-btn__title {
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    display: block;
    margin: 6px 0 0 0;
  }
  .logo {
    height: 52px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-align-items: baseline;
    margin: 0 12px;
  }
  .header {
    padding: 8px 1px;
    height: 68px;
  }
  .main-content {
    margin: 0;
    width: 100%;
	padding: 1rem 0;
  }
  .main-content__heading {
    font-size: 1.5625rem;
    margin-bottom: 0.75rem;
  }

  .category-recommended-slider__title {
    left: 6px;
  }
  .tag {
    margin: 0 4px 0 0;
  }
  .tag-box__info {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .tag-box {
    padding: 0;
    margin: .5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-align-items: left;
  }
  .tag-box__wrapper {
    margin-bottom: .5rem;
  }
  .client-nav-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
  .related-products__item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-flex-basis: 33%;
    /*flex: auto;*/
  }
  .footer-info__list-link {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    display: block;

  }
  .footer-info__list {
    padding: 30px 12px;
  }
  .footer-info__list-item--delivery {
    padding: 14px 0 0 96px;
    background: url("../img/layout/footer-info-delivery.png") left 8px center no-repeat;
  }
  .header-wrapper {
    margin-bottom: 8px;
  }
  .footer-content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-content__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-bottom: 1rem;
  }
  .footer-content {
    height: auto;
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .footer-content__item--contact {
    margin-bottom: 0;
  }
  .product-variants {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    border-radius: 0;
    border-top: 2px solid #ccc;
    padding: 4px 0;
  }
  .product-variants__right-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
            flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
    width: 100%;
  }
  .product-variants__left-wrapper {
    -webkit-box-flex: 1;
            flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
    height: auto;
    min-height: 40px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
  }

  .product-variants__item {
    height: auto;
  }
  .product-variants__item .code {
    padding: 0 7px;
  }
  .product-variants__item .pic {
    display: inline-block;
    padding: 0 7px;
  }
  .product-variants__item.aviability {
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    border-top: 1px solid rgba(204, 204, 204, .3);
    border-bottom: 1px solid #fff;
    margin: 0;
  }
  .product-variants__item.price {
    margin: 0;
    min-height: 50px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    border-top: 1px solid rgba(204, 204, 204, .3);
    border-bottom: 1px solid #fff;
  }

  .product-variants__item.cart {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    min-height: 50px;
  }
  .cart-add-btn-box {
    padding-top: 8px;
  }
  .client-nav__link {
    font-size: 0.8125rem;
  }
  .product-variants__item.cart {
    border-top: 1px solid rgba(204, 204, 204, .3);
    padding-top: 4px;
  }
  .client-nav.fixed ul li {
    display: block;
    padding: 2px 0;
    border-right: none;
  }
  .client-nav.fixed {
    height: auto;
    padding: 2px 0 6px 0;
    display: none;
  }
  .product-detail__gallery-box {
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    max-width: 100%;
  }
  .product-info .table-box__item--parameters {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .variant-box {
    text-align: center;
  }
  .client-nav {
    width: 530px;
  }
  .product-detail__variant-button {
    width: 288px;
    font-size: 0.875rem;
  }
  .footer .footer-info {
    height: auto;
  }
  .footer-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-info__list-info {
    text-align: center;
  }
  .footer-info__list-item {
    padding: 100px 0 0 0;
  }
  .footer-info__list-item--range {
    background-position: top center;
    height: 164px;
    padding: 100px 0 0 0;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 2rem auto;
    border-right: 0;
  }
  .footer-info__list-item--delivery {
    background-position: top 10px center;
    height: 144px;
    margin-top: 2rem;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    border-right: 0;
    height: 160px;
    margin: 0 auto 2rem auto;
  }
  .footer-info__list-item--client {
    background-position: top 10px center;
    height: 144px;
    margin-top: 2rem;
    margin: 0 auto;
    border-right: 0;
    height: 160px;
  }
  .contact-form__label-cell {
    font-size: 0.875rem;
  }
  .contact-form__checkbox {
    padding: 2rem 10px 0 10px;
  }
  .textarea-info {
    bottom: -20px;
  }
  .contact-form__submnit {
    display: block;
    margin: 1.5rem auto;
  }
  .main {
    position: relative;
    padding: 0 .75rem;
  }
  .main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(#FB6201), to(#CA2F07));
    background: linear-gradient(to left, #FB6201, #CA2F07);
    bottom: 0px;
    left: 0;
  }
  .footer-content__item h3 {
    font-size: 0.9375rem;
  }
  .footer-content__item p {
    font-size: 0.8125rem;
  }
  .footer-content__contact-box-item {
    padding-right: 12px;
    font-size: 0.8125rem;
    padding-bottom: 1rem;
  }
  .footer-content__contact-box-item {
    width: 50%;
  }

  .footer-content__newsletter-box--email {
    width: 148px;
    font-size: 0.8125rem;
  }



  .footer-content__newsletter-box--email::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }
  .client-nav-wrapper {
    display: none;
  }
  .main-content p {
    font-size: 0.875rem;
  }
  .product-variants__item.code .title-info {
    display: none;
  }
  .title-info-mobile {
    font-size: .75rem;
    color: #666;
    display: block;
    padding-bottom: .5rem;
  }
  .product-variants__item.price .title-info {
    position: relative;
    top: auto;
    padding-bottom: 4px;
    display: block!important;
  }


  .product-variants__item .title-info.skladovost {
    display: none!important;
  }

  .price-box-wrapper {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-variants__item.price .current-price {
    padding-top: 0;
    padding: 0 .5rem;
    width: auto;
  }
  .variant-list {
        border-bottom: 2px solid #cccccc;
  }
  .product-variants__item.price .old-price {
    padding: 0 .5rem;
  }
  .nav-first-level {
    display: block;
    height: auto;
    background: transparent;
    background: none;
  }
  .nav-first-level__wrapper {
    width: 320px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            border-right: 1px solid #5d5d5d;
  }
  .nav-first-level__item {
    min-height: 30px;
    height: auto;
    font-size: 1rem;
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  }
  .nav-first-level__item {
    border-left: 0!important;
    border-right: 0!important;
  }
  .nav-mobile {
    position: absolute;
    display: block;
    z-index: 5;
    top: 0;
    width: 320px;
    background: #373737;
    height: 100vh;
    display: none;
    border-right: 1px solid #5d5d5d;
    overflow-y: auto;
  }
  .nav-mobile__header {
    padding: .8rem 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #373737;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  }
  .nav-mobile__header .mobile-btn__title {
    color: #fff;
  }
  .nav-mobile__header .mobile-btn__icon {
    margin: 0 10px;
  }
  .nav-first-level__link {
    padding: 4px 30px 0 40px;
    height: 40px;
    text-align: left;
    font-size: 1rem;
    background: #373737;
    color: #fff!important;
    justify-content: flex-start;
  }
  .nav-first-level__link::after {
    content: none;
  }
  .nav-first-level__link::before {
    content: '';
    width: 9px;
    background: url(../img/layout/categories-item-dropdown.png);
    position: absolute;
    left: 14px;
    height: 5px;
    top: 18px;
  }
  .nav-first-level__link.active::before {
    content: '';
    width: 11px;
    background: url(../img/layout/categories-item-dropdown-orange.png);
    position: absolute;
    left: 14px;
    height: 6px;
    top: 18px;
  }
  .second-level {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    border: none;
    background: none;
    padding: 0;
  }
  .second-level__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .second-level__box .second-level__item:last-child {
    border-bottom: none;
  }
  .second-level__item {
    width: 100%;
    text-align: left;
    padding: 0;
    background: #414141;
    border-bottom: 1px solid rgba(204, 204, 204, .2);
    height: auto;
  }
  .second-level__item::before, .second-level__item::after {
    content: none;
  }
  .third-level, .third-level__wrapper, .second-level__item {
    height: auto;
  }
  .second-level__title {
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
    text-decoration: none;
    position: relative;
    padding: 12px 0 8px 50px;
    min-height: 40px;
    width: 100%;
  }
  .second-level__wrapper {
    -webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.75);
  }
  .third-level {
    display: none;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  }
  .third-level__link {
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    padding: 12px 0 10px 50px;
    width: 100%;
    line-height: 1.5;
  }
  .third-level__item {
    font-size: 0.875rem;
    padding: 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    border-bottom: 1px solid #414141;
    border-bottom: 1px solid #414141;
  }
  .third-level__box .third-level__item:last-child() {
    border-bottom: none
  }
  .nav-first-level__item:hover>.second-level {
    display: none;
  }
  .second-level__title::before {
    content: '';
    width: 7px;
    background: url(../img/layout/subcategory-item-dropdown.png);
    position: absolute;
    left: 26px;
    height: 11px;
    top: 14px;
  }
  .second-level__title.active::before {
    content: '';
    width: 7px;
    background: url(../img/layout/subcategory-item-dropdown-active.png);
    position: absolute;
    left: 26px;
    height: 11px;
    top: 14px;
  }
  .third-level__box {
    padding: 0;
  }
  .third-level__link.has-dropdown {
    position: relative;
  }
  .third-level__link.has-dropdown::before {
    content: '';
    width: 8px;
    background: url(../img/layout/third-level-dropdown.png);
    position: absolute;
    left: 26px;
    height: 8px;
    top: 16px;
  }
  .third-level__link.has-dropdown.active::before {
    content: '';
    width: 8px;
    background: url(../img/layout/third-level-dropdown-active.png);
    position: absolute;
    left: 26px;
    height: 8px;
    top: 16px;
  }
  .fourth-level {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, .1);
    margin: 0;
  }
  .fourth-level__box {
    padding: 6px 0;
    margin: 0;
    width: 100%;
    list-style: none;
  }
  .fourth-level__item {
    padding: 8px 0;
  }
  .fourth-level__link {
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 40px;
    width: 100%;
    display: inline-block;
  }
  .nav-mobile__item--close {
    width: 92px;
    height: 37px;
    border-radius: 9px;
    background: #fff url(../img/layout/mobile-close-btn.png) left 0px center no-repeat;
    background-size: 29px;
    margin: 0 0 0 18px;
    text-align: center;
    color: #F65D00;
    text-transform: uppercase;
    padding: 12px 0 0 26px;
    font-size: .75rem;
    font-weight: 700;
    cursor: pointer;
  }
  .nav-mobile__menu {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #E34904;
    display: block;
  }
  .nav-mobile__menu-item {
    height: 38px;
    padding: 0 0 0 40px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  }
  .nav-mobile__link {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }
  .nav-mobile__lang-box {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    padding: 30px 0 10px 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
  }
  .nav-mobile__lang-title {
    position: absolute;
    top: -20px;
    left: 8px;
    font-size: .625rem;
    color: #ccc;
    font-weight: 700;
    text-transform: uppercase;
  }
  .nav-mobile .client-box__select-link::before {
    border: 1px solid #fff;
  }
  .nav-mobile .client-box__select-link, .nav-mobile .client-box__select-list-link {
    color: #fff;
  }
  .nav-mobile .client-box__select-link::after {
    background: url("../img/layout/categories-item-dropdown.png");
  }
  .nav-mobile .client-box__select-list {
    background: #373737;
  }
  .nav-mobile .client-box__select-list-item:hover {
    background: #373737;
  }
  .nav-mobile .client-box__select-list-link {
    margin: 0px 9px;
    padding: 6px 28px 6px 0;
  }
  .nav-mobile .client-box__select-list-link::before {
    border: 1px solid #fff;
    left: 0;
  }
  
  .nav-mobile .client-box__select-list-currency {
    left: -2px;
  }

  .nav-mobile__client-box {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: 5em;
  }

  .nav-mobile__client-box-item {
    height: 42px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    padding: 0 0 0 70px;
    color: #fff;
    font-size: 0.8125rem;
    text-decoration: underline;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    cursor: pointer;
    position: relative;
    font-weight: 700;
  }
  .nav-mobile__client-box-item:hover {
    text-decoration: none;
  }
  .nav-mobile .client-box__link--login::before {
    top: 12px;
    left: 41px;
  }
  .nav-mobile .client-box__link--reg::before {
    top: 10px;
    left: 40px;
  }
  .nav-mobile .client-box__link--purchase::before {
    top: 12px;
    left: 42px;
  }
  .mobile-search {
    background: #f1f1f1;
    height: 40px;
    width: 100%;
    display: none;
    margin: 0 0 8px 0;
    padding: 0 12px;
    position: relative;
  }

  .mobile-search--in-menu {
    padding: 0;
  }
  .mobile-search__search {
    border: none;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    height: 40px;
    padding: 0 34px;
    font-size: 0.875rem;
    outline: none;
  }
  .mobile-search__form {
    position: relative;
  }
  .mobile-search__submit {
    display: block;
    width: 22px;
    height: 23px;
    background: url(../img/layout/search-box-find-icon.png) center center no-repeat;
    float: left;
    position: absolute;
    top: 9px;
    left: 7px;
    cursor: pointer;
    border: none;
  }
  .mobile-search__close {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/layout/search-box-close-icon.png) center center no-repeat;
    position: absolute;
    top: 9px;
    right: 8px;
    cursor: pointer;
  }

  .mobile-logged {
    padding: 0;
    background:#fff;
    margin: 12px 12px 12px 12px;
    border-radius: 5px;
    background-size: 14px;
    display: none;
  }
  .mobile-logged--in-menu .mobile-logged__item--title{
    text-align: center;
  }
  .mobile-logged--in-menu .mobile-logged__item--title .client-box__link--login::before{
    top: 0;
  }

  .mobile-logged__item--title {
    border-bottom: none!important;
    font-weight: 700;
    text-align: center;
    color: #666;
  }

  .mobile-logged__item--title .client-box__link--login {
    position: relative;
  }

  .mobile-logged__item--title .client-box__link--login::before {
    left: -20px;
  }

  .mobile-logged__list {
    list-style: none;
    width: calc(100% - 16px);
    font-size: 0.8125rem;
    color: #000;
    padding: 4px 0 0 0;
    margin: 0px 8px;
    padding: 4px 0 0px 0;
  }

  .mobile-logged__list .mobile-logged__item:last-child {
    border-bottom: none;
  }

  .mobile-logged__close {
    height: 30px;
    background-image: url('../img/layout/mobile-arrow-up.png');
    background-position: top 8px center;
    background-repeat: no-repeat;
    background-size: 12px;
  }

  .mobile-logged__item {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    text-align: center;
  }

  .mobile-logged__item a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
  }

  .category-list__item-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }

  .category-list__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .category-title-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
  .category-title-text img {
    padding-left: 0;
  }
  .category-sub-box__item {
    width: 50%;
  }
  .nav-first-level__item:hover {
    background: none;
  }
  .sort-box__pagination {
    display: none;
  }
  .sort-box__control {
    margin: .5rem 0;
  }
  .sort-box__sorts-display {
    display: none;
  }
  .sort-box__sorts-stock-box, .sort-box__sorts-link-box {
    border-right: 0;
  }
  .sort-box__sorts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    width: 100%;
  }
  .sort-box__sorts-title {
    padding-bottom: 1rem 0;
  }
  .sort-box__sorts-link-box, .sort-box__sorts-stock-box {
    margin-top: 8px;
  }
  .cart-table__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 1rem 0;
    border-bottom: 2px solid #f1f1f1;
  }
  .cart-table__delete {
    /*order: -1; */
    padding-top: 8px;
  }
  .cart-table__item--title {
    padding: 1rem 0 0 0;
  }
  .cart-layout__tabs-item.active a, .cart-layout__tabs-item a {
    font-size: 1rem;
  }
  .cart-layout__tabs {
    top: -48px;
    left: 2px;
  }
  .cart-layout__tabs-item--contact::after {
    top: 7px;
  }
  .cart-layout__tabs-item--cart {
    background: url('../img/layout/cart-tab-cart-icon.png') left 12px center no-repeat;
  }
  .cart-layout__tabs-item--contact {
    background: url('../img/layout/cart-tab-contact-icon.png') left 14px center no-repeat
  }
  .cart-layout__tabs-item--transfer {
    background: url('../img/layout/cart-tab-transfer-icon.png') left 14px center no-repeat;
  }
  .cart-layout__tabs-item--cart a {
    padding: 14px 12px 14px 36px;
  }
  .cart-layout__tabs-item--contact a {
    padding: 14px 14px 14px 44px;
  }
  .cart-layout__tabs-item--transfer a {
    padding: 14px 14px 14px 82px;
  }
  .cart-table__left-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0;
  }
  .cart-table__item--summary .cart-table__left-box {
    display: none;
  }
  .cart-table__item--title .cart-table__right-box {
    display: none;
  }
  .cart-table__product-info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 0;
  }
  .modal-window--cart-add .cart-table__item--added .cart-table__product-info {
    padding: 0;
  }
  .modal-window--cart-add .cart-table__item--added .cart-table__product-info::before {
    left: -2px;
    top: -2px;
    width: 25px;
    height: 25px;
    background-size: cover;
  }
  .modal-window--cart-add .cart-table__item--title .cart-table__left-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .modal-window--cart-add .cart-table__pricelist--title {
    display: block;
    padding: 10px 0;
  }
  .cart-add__button-box {
    padding: 16px 4px;
    max-width: 236px;
  }
  .cart-add__buttons .cart-add__continue {
    padding: 15px 12px;
  }
  .cart-add__button-box {
    padding: 16px 4px;
  }
  .cart-table__description {
    padding: .7rem 0;
  }
  .cart-table__quantity {
    padding: 1.2rem 0 0 0;
  }
  .cart-table__right-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-table__pricelist-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: .75rem;
  }
  .cart-table__delete a {
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .cart-table__pricelist--summary {
    padding-right: 0;
    position: relative;
    left: inherit;
    padding-top: 12px;
    font-size: 1.35rem!important;
  }
  .cart-table__item--summary .cart-table__pricelist-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-table__item--summary .cart-table__delete {
    display: none;
  }
  .cart-table__pricelist, .cart-table__pricelist-dph {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-flex-basis: auto
  }
  .cart-table__item--summary .cart-table__pricelist-dph>div,
  .cart-table__item--summary .cart-table__pricelist>div {
    display: inline-block;
    padding-top: 8px;
    font-size: 1.25rem;
  }
  .cart-controls__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1em;
  }
  .cart-controls__wrapper button {
    margin: .5rem 0;
  }
  .cart .category-recommended-slider {
    padding: 0 0 1rem 0;
  }
  .cart-table__pricelist .cart-table__pricelist--price-mob,
  .cart-table__pricelist-dph .cart-table__pricelist--price-mob {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    display: block;
    padding-bottom: 6px;
  }
  .cart-table__pricelist-dph>div>span, .cart-table__pricelist>div>span {
    display: inline-block;
    color: #666;
    font-size: 1rem;
    min-width: 80px;
    text-align: left;
    padding-left: 8px;
    font-weight: 500;
  }
  .cart-table__pieces {
    height: 36px;
    width: 36px;
    margin: 0;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    background: #f1f1f1;
    border-radius: 0;
    padding-right: 0;
  }
  .variant-list .cart-table__pieces {
    height: 36px;
    width: 36px;
  }
  .cart-table__input-box-btn {
    display: inline-block;
    height: 36px;
    width: 36px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #fff;
  }
  .cart-table__input-box-btn.plus {
    padding-top: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .cart-table__input-box-btn.minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .cart-table__input-box {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
  .cart-table__pieces--up, .cart-table__pieces--down {
    display: none;
  }
  .cart-layout__tabs-item:not(.active) {
    display: none;
  }
  .homepage-about-box {
    background: #f1f1f1;
  }
  .homepage-about-box__text {
    max-width: 100%;
    min-height: 0;
  }
  .homepage-about-box__item--wrap {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    padding-left: 40px;
    padding-right: 20px;
  }
  .homepage-about-box__map {
    width: auto;
    padding-right: 0;
    padding-bottom: .75em;
  }
  .homepage-about-box__item--wrap {
    border-top: 1px solid #ccc;
    padding-bottom: 0;
    border-radius: 0;
  }
  .homepage-about-box {
    padding: 1rem;
  }
  .homepage-about-btn-wrapper {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-window--cart-add .cart-table__item--added {
    padding: 1rem;
  }
  .cart-add__buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0rem 2rem 2rem 2rem;
    border-top: 1px solid #ccc;
  }
  .cart-add__buttons .cart-add__back {
    margin-bottom: 16px;
  }
  .cart-add__reg-box {
    padding-right: 0;
  }
  .cart-add__buttons .cart-add__login {
    padding: 13px 44px;
  }
  .client-section__layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
  }
  .client-section__orders {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .client-section__orders-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .client-section-order-box .btn,
  .communication .btn {
    font-size: 0.875rem;
  }
  .sort-box__control {
    display: none;
  }
  .client-section__content {
    margin: 0;
  }
  .communication-item {
    margin-top: 1rem;
  }
  .client-section__btn {
    margin: 1em auto;
        font-size: 0.875rem;
  }
  .client-section__side-bar {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .client-section__user-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .communication-item__title {
    margin-bottom: 1em;
  }
  .client-section-order-box__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .client-section-order-box__cell--date {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 6px;
  }
  .client-section-order-box__cell--link {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-flex-basis: 40%;
  }
  .client-section-order-box__cell--state {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-flex-basis: 20%;
  }
  .new-msg__wrapper {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-msg__row {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-msg__cell--title {
    width: 100%;
    text-align: left;
  }
  .new-msg__cell--wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
-webkit-justify-content: flex-start;
  }
  .client-section-order-box__cell--price {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    -webkit-flex-basis: 38%;
  }
  .homepage-slider__title-box {
    width: 100%;
    height: auto;
    border-right: 0;
  }
  .homepage-slider__action-box {
    background: none;
    width: 100%;
  }
  .action-box__item {
    display: none;
  }
  .homepage-slider__slider-wrapper, .homepage-slider__slider-wrapper > div:first-child {
    height: auto;
  }
  .homepage-slider__slider {
    width: 100%;
    padding: 0 20px;
  }
  .homepage-slider__slider .hp-slick-prev {
    left: 0;
    right: auto;
    bottom: 40%;
    width: 50px;
    height: 50px;
    background: url(../img/layout/hp-slider-mob-arrow-prev.png) center center no-repeat;
    background-size: contain;
  }
  .homepage-slider__slider .hp-slick-next {
    bottom: 40%;
    background: url(../img/layout/hp-slider-mob-arrow-next.png) center center no-repeat;
    width: 50px;
    height: 50px;
    right: 0;
    background-size: contain;
  }
  .contacts-box__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-box__info {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    padding: 1em;
  }
  .contacts-box__content > iframe {
    width: 100%;
    height: 300px;
  }
  .contact-form--contacts {
    max-width: 100%;
  }
  .contact-form--contacts .contact-form__item--textarea .contact-form__input-cell {
    min-width: 100%;
  }
  .contact-form--contacts .contact-form__item,
  .contact-form--contacts .contact-form__item--textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  .contact-form--contacts .contact-form__input-cell {
    width: 50%;
    min-width: inherit;
  }
  .suppliers__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    width: 49%;
  }
  .blog__item {
    /*flex-direction: column;*/
  }
  .blog__item-image {
    max-width: 150px;
  }
  .blog__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  }
  .blog__intro-text {
    margin-top: 1em;
  }
  .supplier-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .supplier-content {
    padding-left: 0;
    padding-top: 1em;
  }
  .related-products--row .related-products__item {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .related-products--row .product-box-item-wrapper--info {
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    display: block;
  }
  .related-products--row .product-box-item--img {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 1em;
  }
  .related-products--row .related-products__item img {
    height: auto;
min-width: auto;
  }
  .product-box__title,
  .product-box small {
    text-align: center;
  }
  .related-products--row .product-box-item-wrapper--price {
    float: none;
    padding-right: 0;
  }
  .related-products--row .product-box-item-wrapper {
    display: block;
  }
  .order__label {
    padding-right: 0em;
  }
  .order__label > strong {
    padding-right: 0.5em;
  }

  .order__login {
    padding: 0.5em;
    width: 100%;
  }

  .team-box {
    justify-content: center;
    padding-top: 1em;
  }

  .team-box__item {
    flex-basis: 45%;
    width: 45%;
    margin: 0 11px 30px 11px;
  }
  .signpost {
    padding: 3em 0 1em 0;
  }
  .signpost > span {
    padding: 0 .5em;
  }
  .cert-box__item {
    flex-basis: 100%;
    width: 100%;
  }
  .second-level__wrapper::before {
    display: none;
  }
  .second-level__wrapper {
        -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-first-level__item:hover {
    border-top: 0;
  }
  .second-level {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .purchase-box__item {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .purchase-box__item-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .purchase-box__item-icon {
    padding-bottom: 1em;
  }

  .nav-mobile .client-section__logged {
    border: 0;
        padding: 0;
      margin: 0;
  }

  .nav-mobile .client-section__logged .client-section-menu {
    display: block;
    position: relative;
    background: #505050;
    top: 0px;
    right: 0px;
    border: 0;
    width: 100%;
  }

  .nav-mobile .client-section__logged .client-section-menu .client-section-menu__item:last-child {
    border-bottom: none;
  }

  .nav-mobile .client-section__user {
    display: block;
      height: 40px;
      padding: 12px 0;
    color: #fff;
    text-align: center;
  }
  .nav-mobile .client-section__user.client-box__link--login::before {
    top: 13px!important;
  }
  .nav-mobile .client-section__logged::after {
    display: none;
  }

  .nav-mobile .client-section-menu__item a {
    color: #fff;
  }

  .nav-mobile .client-section-menu__item {
    border-bottom: 1px solid #373737;
        height: 40px;
      padding: 9px 0 9px 40px;
      text-align: left;
  }
  .main {
    min-height: 0;
  }
  .link-top {
    left: 44.5%;
  }
  .homepage-boxes__item {
    min-height: 0;
  }
  .news-box__photo {
    width: min-content;
      margin: 0 auto;
  }
  .navigation {
    padding-left: 1em;
    min-height: 38px;
  }
  .navigation__list {
    padding: 0px 0 10px 0;
    min-height: 38px;
    line-height: 1.4;
  }
  h2{
    font-size: 1.125rem;
  }
  .search-box__search {
    padding: 14px 74px 14px 14px;
  }

  .search-results .search-box__filter {
        width: 43px;
  }
  .search-box__filter {
    right: 2px;
  }
  .search-results .search-box__filter-help {
    width: 100%;
  }
  .search-box__filter-help {
        top: 43px;
        left: 0;
        right: auto;
  }


}

@media screen and (min-width: 300px) and (max-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .product-detail__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-detail__content {
    margin: 1rem 0 0 0;
  }
  .show-more.open>.show-more-btn {
    height: 50px;
  }
  .show-more-btn .more-less-btn {
    height: 66px;
  }
  .producer-box__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .producer-box__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-top: 1rem;
  }
  .producer-box__item .table-box__table,
  .producer-box__item .table-box__table-row {
    width: 100%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .producer-box__title, .table-box__table-cell {
    text-align: center;
  }
  .product-info__heading {
    margin: 1.5rem 0 0 0;
  }
  .product-detail__gallery-box {
    padding: 0;
  }
  .related-products__item {
        -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}

@media screen and (max-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets */
  .product-info .table-box__item--parameters {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }

  .product-box-item--img {
    height: auto;
    min-height: auto;
  }
  .product-box__title {
    font-size: 0.75rem;
  }

    .fancybox-close-small {
      background: url(../img/layout/bg-lightbox-close.png) top left no-repeat!important;
    background-size: 41px 82px!important;
    width: 41px!important;
    height: 41px!important;
    right: 5px!important;
    top: 5px!important;
  }
  .related-products__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
        max-width: 100%;
  }
  .contact-form__item {
    width: 100%;
  }
  .footer-info__list-info {
    text-align: center;
  }
  .product-info__heading {
    font-size: 1.5625rem;
  }
  .logo-box__item {
    flex-basis: 90%;
    width: 90%;
    justify-content: center;
  }
  .signpost {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .signpost__item {
    padding: 6px 0;
  }

  .signpost > span {
    display: none;
  }
  .homepage-about-box__text h2 {
        flex-direction: column;
    align-items: flex-start;
  }
  .homepage-about-box__text h2 > span {
    float: none;
    display: block;
    position: relative;
    padding-top: .5em;
    padding-left: 0;
  }
  .homepage-about-box__text h2 > span::before {
  display: none;
  }
  .team-box__item {
    flex-basis: 100%;
    width: 100%;
  }
  .footer-content__newsletter-box--email {
    width: calc(100% - 120px);
    font-size: 0.8125rem;
  }
  .category-sub-box__item {
    width: 50%;
  }
  .category-sub-box__wrapper {
        border-bottom: 3px solid #eaeaea;
  }
  .cart-form__item>label, .cart-form__label-box-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cart-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .side-bar-sum__item, .side-bar-sum__item {
    text-align: center;
  }
  .side-bar-sum__item--summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .side-bar-sum__item--summary .side-bar-sum__item__total-price {
    text-align: center;
  }
  .cart-form__side-bar>h2 {
    text-align: center;
  }
  .order-summary__cell {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 .5em 0;
  }
  .cart-dispatch__item .cart-table__quantity {
    padding: 0;
  }
  .homepage-boxes__item {
    background: none;
  }

  .homepage-boxes__sub {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    max-width: 100%;
    text-align: center;
  }

  .homepage-boxes__title {
    text-align: center;
  }

  .homepage-slider__slider .hp-slick-prev {
    width: 35px;
    height: 35px;
    background-size: contain;
    bottom: 8px;
    left: 4px;
  }

  .homepage-slider__slider .hp-slick-next {
    width: 35px;
    height: 35px;
    background-size: contain;
    bottom: 8px;
    right: 4px;
  }

  .homepage-slider__slider {
    padding: 0;
  }

  .sort-box__subcat-tag {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 8px 0;
  }

  .contact-form--contacts .contact-form__input-cell {
    width: 100%;
    min-width: inherit;
  }

  .contacts-box__info--basic .contacts-box__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-box__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-box__info .contacts-box__info-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding-top: 2em;
  }

  .contacts-box__info .contacts-box__info-item:first-child {
    padding-top: 0;
  }

  .contacts-box__info--basic .contacts-box__info .contacts-box__info-item:first-child,
  .contacts-box__info--basic .contacts-box__info .contacts-box__info-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .contacts-box__info {
    margin-right: 0;
  }
  .contact-form--contacts .contact-form__item--btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .suppliers__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .blog__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog__item-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: .5em;
    padding-left: 0;
  }
  .blog__item-description {
    text-align: center;
  }
  .blog__item-image {
    max-width: 100%;
  }
  
  .supplier-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .change-form-type__switch-item {
    height: auto;
    padding: 18px .5em;
    font-size: 1rem;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
  }
  .change-form-type__switch {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: center;
  }

}

@media screen and (max-width: 580px) {
  /* portrait e-readers (Nook/Kindle) and small tablets */

  .footer-content__contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .cert-search__item {
      flex-basis: 100%;
      width: 100%;
      margin-top: 1em;
  }

  .cert-search__wrapper {
    flex-direction: column;
  }

  .footer-content__contact-box-item {
    width: 100%;
  }
  .logo {
    margin: 0 4px;
  }
  .cart-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-window--cart-add .cart-table__item--title {
    padding: 0;
  }
  .cart-table__right-box {
    width: 100%;
  }
  .cart-table__delete {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .modal-window__heading {
    font-size: 0.875rem;
  }
  .downloads__item {
    flex-basis: 100%;

  }
}

@media screen and (min-width:767px) and (max-width: 1023px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .container {
    width: 100%;
  }  
  .search-results .search-box__filter {
    top: 0;
    right: -12px;
  }
  .product-variants__item.price .title-info, .product-variants__item .title-info.skladovost {
    top: -28px;  
  }
  .search-results .search-box__filter-help {
        right: auto;
    left: 0;
    top: 43px;
    width: 100%;
  }

  .modal-sm {
    left: 0;
  }
    .cert-box__item {
        flex-basis: 50%;
    width: 50%;
  }
  .cert-search__item {
            flex-basis: 50%;
    width: 50%;
  }
  .client-nav ul {
    width: 100%;
  }
  .search-box__help {
    display: none;
  }
  .company-history__item-content h3 {
    padding-top: 0;
  }
  .homepage-slider__title-box {
    width: 100%;
    height: auto;
  }
  .homepage-slider__slider {
    width: 100%;
  }
  .homepage-slider__action-box {
    background: none;
  }

.homepage-slider__slider .hp-slick-next {
  bottom: 35px;
  background: url(../img/layout/hp-slider-mob-arrow-next.png) center center no-repeat;
  width: 50px;
  height: 50px;
  right: 10px;
  background-size: contain;
}

  .homepage-slider__slider .hp-slick-prev {
    bottom: 35px;
    background: url(../img/layout/hp-slider-mob-arrow-prev.png) center center no-repeat;
    width: 50px;
    height: 50px;
    left: 10px;
    right: auto;
    background-size: contain;
  }
  .action-box__item {
  display: none;
  }
  .action-box__item.active::before {
    top: -17px;
  }
  .homepage-slider__action-box-wrapper {
    position: relative;
    width: 100%;
    max-width: 751px;
  }

  .homepage-slider__slider > div {
    margin: 0 auto;
  }

  .slick-slide img {
      margin: 0 auto;
  }

  .client-section__logged {
    padding: 4px 11px 4px 18px;
  }
  .client-section__logged::after {
    right: 3px;
  }
  .cart-add__button-box {
    padding: 16px 4px;
    max-width: 236px;
  }
  .cart-add__buttons .cart-add__continue {
    padding: 17px 12px;
  }
  .cart-add__button-box {
    padding: 16px 4px;
  }
  .cart-add__buttons {
    padding: 1rem;
  }
  .modal-window--cart-add .modal-window__wrapper {
    width: 90%;
  }
  .modal-window__wrapper {
    width: 90%;
  }
  .homepage-about__info-box {
    position: unset;
    margin-bottom: 20px;
    width: 100%;
    height: unset;
  }
  .homepage-about__info-box-list-link {
    font-size: 1.1rem;
  }
  .homepage-about__info-box-list-item {
    padding: 13px 10px 13px 10px;
  }
  .homepage-about-box {
    background: #f1f1f1;
  }
  .homepage-about-box__text {
    max-width: 100%;
    min-height: 0;
  }
  .news-box {
    padding: 1rem 0;
  }
  .news-box__item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    -webkit-flex-basis: 32%;
  }
  .homepage-about-box__item--wrap {
    padding-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
  }
  .homepage-about-box__map {
    width: auto;
    padding-right: 0;
    padding-bottom: .75em;
  }
  .homepage-about-box__item--wrap {
    padding-bottom: 0;
  }
  .homepage-about-box {
    padding: 1rem;
  }
  .homepage-boxes__item-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .homepage-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homepage-slider__title-box, .homepage-slider__slider {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .homepage-slider__slider {
    margin-top: 1rem;
  }
  .cart-table__pricelist--summary {
    left: -70px;
  }
  .cart-table__pricelist-box {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    -webkit-flex-basis: 80%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sort-box__sorts-link-box,
  .sort-box__sorts-stock-box,
  .sort-box__sorts-display,
  .sort-box__sorts-title,
  .sort-box__sorts-stock-box label {
    padding: 0 .4em;
  }
  .footer-content__contact-box-item {
    font-size: 0.875rem;
  }
  .variant-list__item--title-item.text {
    padding-left: 0;
  }
  .nav-first-level__wrapper {
    width: 100%;
    height: 44px;
  }
  .nav-first-level, .nav-first-level__item, .nav-first-level__link {
    height: 44px;
  }
  .nav-first-level__link {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    padding: 0px 30px 0 11px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
  }
  .category-sub-box__item {
    width: 33.3%;
  }
  .nav-first-level__link::after {
    top: 22px;
  }
  .main__title-wrapper {
    display: block;
    height: 48px;
    position: relative;
  }
  .main-content {
    top: 0;
    margin: 0 .2rem;
  }
  .main-content::before {
    display: none;
  }
  .category-heading {
    margin-bottom: 0;
    height: 48px;
    text-align: left;
    padding: 12px 0 12px 134px;
    font-size: 1.125rem;
    background: #FB6101;
    background: -webkit-gradient(linear, left top, right top, from(#CA2F07), to(#FB6101));
    background: linear-gradient(to right, #CA2F07, #FB6101);
  }
  .side-bar {
    display: none;
    width: 240px;
    position: absolute;
    z-index: 3;
    height: 100%;
  }
  .category-mobile-nav {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  .nav-first-level__link {
    font-size: 0.75rem;
  }
  .second-level {
    width: calc(100vw - 17px);
    top: 53px;
  }
  .client-box__link {
    font-size: .75rem;
  }
  .nav__link {
    font-size: 0.88rem;
    padding-left: 0;
  }
  .nav--menu .nav__item {
    padding: 0 5px 0 0;
  }
  .nav__item:not(:first-child):before {
    content: none;
  }
  .client-section {
    margin: 10px 0 0 0px;
    padding: 0px 0 0 5px;
    height: 38px;
  }
  .menu {
    height: 39px;
  }
  .navigation__item {
    font-size: 0.75rem;
  }
  .client-box__select {
    font-size: .75rem;
  }
  .client-box__item {
    margin: 0 7px;
  }
  .client-box__link {
    padding: 0;
  }
  .client-box__link::before {
    content: none;
  }
  .client-box__select {
    width: 46px;
    margin: 0 6px 0 16px;
  }
  .client-box__select-list-link {
    padding: 6px 0px 6px 0;
  }
  .client-box__select-list-link.eu {
    margin: 0px 8px;
  }
  .client-box__select-list-lang {
    width: 66px;
    left: -12px;
    top: 24px;
  }
  .client-box__select-list-currency {
    top: 25px;
    width: 68px;
    left: -15px;
  }
  .control-box {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-items: flex-end;
  }
  .search-box__search::-webkit-input-placeholder {
    color: #fff;
  }
  .search-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-flex: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-flex-basis: auto;
    display: none;
    margin: 0 .75rem 0 0;
    padding: 0;
  }
  .search-box-mobile {
    height: 44px;
    width: 46px;
    border: 1px solid #ccc;
    border-radius: 9px;
    background: url("../img/layout/search-box-find-icon.png") center center no-repeat;
    display: block;
    cursor: pointer;
  }
  .search-box-mobile__wrapper {
    display: none;
    height: 44px;
    border-radius: 9px;
    padding-right: .5rem;
    -webkit-box-flex: 5;
            flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    position: relative;
  }
  .search-box-mobile__item {
    width: 100%;
    height: 44px;
    border-radius: 9px;
    border: 1px solid #ccc;
    padding: 0 3rem;
    text-align: center;
  }
  .search-box-mobile__item::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .search-box-mobile__item--close {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/layout/search-box-close-icon.png) center center no-repeat;
    position: absolute;
    top: 11px;
    right: 14px;
    cursor: pointer;
  }
  .search-box-mobile__item--search {
    display: block;
    width: 22px;
    height: 23px;
    background: url(../img/layout/search-box-find-icon.png) center center no-repeat;
    float: left;
    position: absolute;
    top: 11px;
    left: 12px;
    cursor: pointer;
    border: none;
  }
  .search-box-mobile__item:focus {
    outline: none;
  }
  .search-box__search {
    border-radius: 9px;
    cursor: pointer;
    padding: 0 2.5rem;
    text-align: center;
  }
  .search-box__submit {
    right: 20px;
  }
  .logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-flex: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    margin: 0 12px;
  }
  .navigation__list {
    padding: 8px 0 0 10px;
    min-height: 38px;
  }
  .navigation {
    min-height: 38px;
  }
  .header {
    height: 88px;
  }
  .main-content__heading {
    font-size: 1.875rem;
    margin-bottom: 0.75rem;
  }
  .tag-box {
    margin: 8px 0;
  }
  .product-variants__description {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .product-variants__item.piece {
    -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
    -webkit-flex-basis: 11%;
  }
  .product-variants__aviability {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    -webkit-flex-basis: 18%;
  }
  .related-products__item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-flex-basis: 33%;
  }
  .footer .footer-info {
    height: 240px;
    font-size: 0.8125rem;
  }
  .footer-info__list-item--range {
    background: url(../img/layout/footer-info-range.png) top center no-repeat;
  }
  .footer-info__list-item--delivery {
    background: url(../img/layout/footer-info-delivery.png) top 20px center no-repeat;
  }
  .footer-info__list-item--client {
    background: url(../img/layout/footer-info-client.png) top 20px center no-repeat;
  }
  .footer-info__list-item {
    text-align: center;
    height: auto;
    padding: 120px 28px 0 28px;
  }
  .footer-info__list-link {
    font-size: 1.25rem;
  }
  .footer-content__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
    padding: 0 12px;
  }
  .footer-content__item h3 {
    font-size: 0.9375rem;
  }
  .footer-content__item p {
    font-size: 0.8125rem;
  }
  .footer-content__newsletter-box--email {
    font-size: 0.9375rem;
  }
  .footer-content__item--contact .table-box__table .table-box__table-cell {
    font-size: 0.8125rem;
  }
  .show-more.open>.show-more-btn {
    height: 60px;
    top: 10px;
  }
  .category-list__item-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .sort-box__subcat-content {
    -webkit-box-flex: 7;
            flex: 7;
    -ms-flex: 7;
    -webkit-flex: 7;
  }
  .cart-table__right-box {
    padding: 0;
  }
  .cart-table__product-info {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
    padding: 0;
  }
  .cart-table__item--title {
    padding: 1rem 1rem 0 1rem!important;
  }
  .cart-dispatch__item .cart-table__item--title {
    padding: 0 1rem 0 1rem!important;
  }
  .cart-table__item {
    padding: 1rem;
  }
  .cart-table__quantity {
    text-align: center;
  }
  .cart-table__right-box {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    -webkit-flex-basis: 34%;
  }
  .cart-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-form__side-bar {
    margin: 1rem 0 0 0;
  }
  .side-bar-sum__user-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .side-bar-sum {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .side-bar-sum__item--products {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .side-bar-sum__item--summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .side-bar-sum__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .side-bar-sum__item--half {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .client-section__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .client-section__side-bar {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
-webkit-flex-basis: auto;
  }
  .client-section-order-box .btn {
    font-size: 1rem;
  }
  .client-section-order-box__cell--link {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-flex-basis: 40%;
  }
  .client-section-order-box__cell--state {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-flex-basis: 20%;
  }
  .client-section__user-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .new-msg__cell--title {
    width: 30%;
  }
  .contacts-box__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-box__info {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1em;
  }
  .contacts-box__content > iframe {
    width: 100%;
    height: 300px;
  }
  .contact-form--contacts {
    max-width: 100%;
  }
  .contact-form--contacts .contact-form__item--textarea .contact-form__input-cell {
    min-width: 80%;
  }
    .client-nav ul {
    width: 100%;
  }
  .team-box__item {
    flex-basis: 30%;
    width: 30%;
    margin: 0 11px 30px 11px;
  }
    .company-history__item-content--right,
  .company-history__item-content--left {
    width: 100%;
    padding-bottom: 1em
  }
  .company-history__item {
    padding-bottom: 3em;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .company-history__item--second .company-history__item-img{
    order: 2;
  }
  .header.sb-on .search-box {
    max-width: 46%
  }
  .header.sb-on .search-box__search {
    width: 100%;
  }
  header.header.sb-on .search-box__help {
    left: 7px;
    max-width: calc(100% - 7px);
  }
  .header.sb-on .search-box__filter {
    top: 0;
  }
  .header.sb-on .search-box__item-close {
    display: none;
  }


}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  /* big landscape tablets, laptops, and desktops */
  .container {
    width: 1024px;
    padding: 0 4px;
  }
  .search-results .search-box-mobile__item--search {
        right: 236px;
  }
  .search-box__filter {
    right: -42px;
  }
  .company-history__item-content h3 {
    padding-top: 0;
  }
  .product-variants__item.price .title-info, .product-variants__item .title-info.skladovost {
        top: -58px;
  }
  .cert-box__item {
        flex-basis: 33%;
    width: 33%;
  }
  .modal-window__wrapper {
    width: 80%;
  }
  .company-history__item-content--right,
  .company-history__item-content--left {
    width: 100%;
    padding-bottom: 1em
  }
  .company-history__item {
    padding-bottom: 3em;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .company-history__item--second .company-history__item-img{
  order: 2;
  }
  .client-nav ul {
    width: 100%;
  }
  .news-box {
    padding: 1rem 0;
  }
  .homepage-about__info-box {
    position: unset;
    margin-bottom: 20px;
    width: 100%;
  }
  .homepage-about__info-box-list-link {
    font-size: 1.5rem;
  }
  .homepage-about__info-box-list-item {
    padding: 26px 0 0 0;
  }
  .homepage-about-box {
    background: #f1f1f1;
  }
  .homepage-about-box__text {
    max-width: 100%;
    min-height: 0;
  }
  .homepage-about-box__item--wrap {
    padding-bottom: 0;
    padding-top: 1rem;
  }
  .homepage-about-box {
    padding: 1rem;
  }
  .homepage-boxes__item-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
    padding: 0 1rem;
  }
  .cart-table__pricelist-box {
    /*-ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -webkit-flex-basis: 70%;*/
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .sort-box__sorts-link {
    padding: 0 4px;
  }
  .sort-box__sorts-link-box,
  .sort-box__sorts-stock-box,
  .sort-box__sorts-display,
  .sort-box__sorts-title,
  .sort-box__sorts-stock-box label {
    padding: 0 .35em;
  }
  .variant-list__item--title-item.text {
    padding-left: 0;
  }
  .main__title-wrapper {
    height: 48px;
  }
  .main-content {
    top: -48px;
  }
  .logo img {
    max-width: none;
  }
  .client-box__link {
    font-size: 0.75rem;
    padding: 0 4px 0 18px;
  }
  .client-section {
    margin: 8px 0 0 0px;
    height: 38px;
  }
  .client-box {
    padding: 0 8px 0 0;
  }
  .client-box__select {
    width: 68px;
  }
  .client-box__item {
    margin: 0 0px 0 10px;
  }
  .control-box {
    -webkit-box-flex: 6;
            flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    padding-right: 14px;
  }
  .client-box__select-list-lang {
    width: 68px;
  }
  .client-box__select-list-currency {
    width: 80px;
  }
  .search-box__search::-webkit-input-placeholder {
    font-size: 0.7125rem;
  }
  .search-box {
    -webkit-box-flex: 2.75;
            flex: 2.75;
    -webkit-flex: 2.75;
    -ms-flex: 2.75;
  }
  .header.sb-on .search-box,
  .header.sb-on .search-box__search,
  .header.sb-on .search-box__wrapper {
        max-width: 628px;
  }
  header.header.sb-on .search-box__help {
    max-width: 575px;
  }
  .client-box__link--cart {
    margin: 0 4px 0 10px;
  }
  .client-box__link--reg::before {
    left: -3px;
  }
  .client-box__link--cart::before {
    left: -4px;
  }
  .nav__link {
    font-size: 0.875rem;
    padding-left: 2px;
  }
  .nav--menu .nav__item {
    padding: 0 0 0 2px;
  }
  .header {
    height: 84px;
  }
  .menu {
    height: 34px;
  }
  .nav-first-level, .nav-first-level__wrapper, .nav-first-level__item {
    height: 45px;
  }
  .nav-first-level__link {
    font-size: 0.875rem;
    /*padding: 25px 30px 0 12px;*/
  }
  .nav-first-level__link::after {
    right: 13px;
    top: 32px;
  }
  .nav-first-level__wrapper {
    width: 1024px;
  }
  .second-level {
    width: 1024px;
    top: 54px;
  }
  .category-heading {
    height: 48px;
    padding: 12px 0;
    font-size: 1.125rem;
  }
  .side-menu__link--has-dropdown, .side-menu__link {
    font-size: 0.875rem;
  }
  .side-submenu__link {
    font-size: 0.8125rem;
  }
  .side-menu__item {
    padding: 6px 8px 6px 42px;
  }
  .footer-info__list-link {
    font-size: 1.275rem;
  }
  .footer-info>.container, .footer-content>.container {
    width: calc(1024px - 3rem);
  }
  .client-box__select-list-link {
    padding: 6px 0px 6px 0;
  }
  .product-variants__item.piece {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-flex-basis: 10%;
  }
  .product-variants__description, .product-variants__aviability {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    -webkit-flex-basis: 18%;
  }
  .related-products__item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-flex-basis: 33%;
  }
  .navigation__list {
    padding: 20px 0 0 4px;
  }
  .category-list__item-wrapper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .category-sub-box__item {
    width: 33%;
  }
  .sort-box__subcat-content {
    -webkit-box-flex: 6;
            flex: 6;
    -ms-flex: 6;
    -webkit-flex: 6;
  }
  .client-section__orders-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .client-section__orders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new-msg__cell--title {
    width: 30%;
  }
  .client-section__logged {
    padding: 4px 26px 4px 14px;
  }
  .client-section__logged::after {
    top: 12px;
    right: 8px;
  }
  .homepage-slider__title-box {
    height: 296px;
    width: 315px;
  }
  .homepage-slider__slider {
    width: 637px;
  }
  .homepage-slider__slider-wrapper, .homepage-slider__slider-wrapper > div:first-child {
    height: 296px;
  }
  .slick-slide img {
    width: 637px;
  }
  .homepage-slider__action-box {
    width: 637px;
  }
  .action-box__item.active::before {
    top: -14px;
  }
  .action-box__item {
    height: 40px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    padding: 9px 4em;
  }
  .team-box__item {
    flex-basis: 211px;
    width: 211px;
  }
  .product-variants__left-wrapper {
    height: auto;
  }
  .product-variants__item {
    height: auto;
  }
  .product-variants__item.price .current-price {
    min-width: 86px;
  }
  .product-variants__item .pic {
    min-width: 25px;
  }

}

@media screen and (min-width: 1367px) {
  .container {
    width: 1200px;
  }
  .control-box {
    -webkit-box-flex: 5;
            flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
  }
  /* hi-res laptops and desktops */
}


/* Firefox fallback (settings) */

@-moz-document url-prefix() {

}


/* IE 9 fallback */

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {}


/* IE 10 fallback */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .action-box__item.active::before {
    top: -25px;
  }
  .nav-first-level__link::after {
    right: 0;
  }
  .homepage-boxes__sub-link {
    display: block;
  }
  .homepage-about-box__item--wrap {
    display: block;
    margin-top: 50px;
  }
  .homepage-about__info-box {
    bottom: 438px;
  }
}


/* IE 11 fallback */
@media all and (-ms-high-contrast:none) {
  .nav-first-level__wrapper {
    display: block;
  }
  .nav-first-level__wrapper>li {
    float: left;
    width: 16.6%;
  }
  .nav-first-level__link {
    font-size: 0.875rem;
    padding: 4px 15px 0 2px;
    height: 66px;
  }
  .blog__item-content {
    width: 100%;
  }
  .second-level {
    width: 1193px;
  }
  .nav-first-level__link::after {
    top: 34px;
    right: 9px;
  }

  .second-level__item {
    width: 25%!important;
  }

  .product-detail__gallery-box {
    width: 320px;
  }

  .related-products__item {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    -webkit-flex-basis: 22%;
  }

  .category-list__item-wrapper {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 0 1.1rem;
  }

  .homepage-boxes__item-wrapper {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    -webkit-flex-basis: 30%;
  }

  .homepage-about-box__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-flex-basis: auto;
  }

  .action-box__item.active::before {
    top: -24px;
  }

  .product-box-item--img img {
    max-height: 180px;
    max-width: 180px;
  }
  .category-sub-box__title {
    max-width: 180px;
  }
}


/* IE Edge fallback */

@supports (-ms-ime-align:auto) {}


/* Safari 7.1+ */

_::-webkit-full-page-media, _:future, :root .safari_only .nav-first-level__item {
  font-size: 1rem;
}


/* Print version */

@media print {
  .mobile-btn,
  .mobile-btn__wrapper,
  .cart-table__item--title,
  .cart-table__delete a,
  .cart-controls,
  .footer,
  .cart-table__input-box-btn.minus,
  .cart-table__input-box-btn.plus,
  .order-info-box,
  .cart-user-control-box,
  .cart-dispatch__item .cart-form__label-box,
  #li_diskuze,
  .communicate-box,
  .communicate-box__list,
  .client-section__side-bar,
  .cart::after,
   hr,
   .cart-dispatch__item .cart-table__quantity {
      display: none;
  }
  .cart-dispatch__item .cart-table__product-info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .client-section__content {
    margin: 0 12px;
  }

  .cart-table__pieces, .cart-layout__tabs-item.active {
    border: none;
  }
  .cart-table__pieces-box {
    border: 1px solid #ccc;
  }

  .cart-layout__tabs-item a {
    padding: 14px 28px;
  }
  .cart-layout__tabs-item--cart a {
    padding: 14px 2px;
  }
  .cart-dispatch__item {
    border-top: 2px solid #999;
    padding: 1em 0;
  }
  .client-section__content {
    border-top: none;
  }
  .cart-table__item {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 1rem 2rem;
}
.cart-table__left-box {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    -webkit-flex-basis: 66%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.cart-table__product-info {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -webkit-flex-basis: 60%;
    padding: 0 1em 0 0;
}

.cart-dispatch__item .cart-table__quantity {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    -webkit-flex-basis: 38%;
}

.cart-table__quantity {
    font-size: 0.875rem;
    font-weight: 700;
    color: #009933;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-flex-basis: 33%;
}

.cart-table__right-box {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    -webkit-flex-basis: 33%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding: 0 0 0 2rem;
    position: relative;
}
.cart-table__pricelist-box {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    -webkit-flex-basis: 66%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
}
.cart-table__pricelist, .cart-table__pricelist-dph {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 .5em;
    font-size: 0.875rem;
    color: #333;
    font-weight: 500;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-flex-basis: 100px;
    text-align: right;
}
.client-section__content, .cart-form__content {
  padding: 0;
}
.cart-form {
  padding: 0;
}

}