.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #363636;
  background-color: #fff;
  min-width: 300px;
}

body .main-header .header-social {
  opacity: 0;
}

body .main-header .header-tel {
  opacity: 0;
}

body .main-header .header-mail {
  opacity: 0;
}

body .main-header .header-lang {
  opacity: 0;
}

body .main-header .discount-text {
  opacity: 0;
}

body .main-header .delivery-text {
  opacity: 0;
}

body.afterLoad .main-header .header-social {
  opacity: 1;
}

body.afterLoad .main-header .header-lang {
  opacity: 1;
}

body.afterLoad .main-header .discount-text {
  opacity: 1;
}

body.afterLoad .main-header .delivery-text {
  opacity: 1;
}

body.afterLoad .main-header .header-tel {
  opacity: 1;
}

body.afterLoad .main-header .header-mail {
  opacity: 1;
}

body.afterLoad .slide-cart {
  display: block;
}

body.fixed {
  overflow: hidden;
}

body.fixed .main-header .header-bottom .theme-switch {
  opacity: 0;
  pointer-events: none;
}

.section-title h2,
.section-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #343434;
  line-height: 1;
  margin: 0 0 35px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 576px) {

  .section-title h2,
  .section-title h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {

  .section-title h2,
  .section-title h3 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {

  .section-title h2,
  .section-title h3 {
    font-size: 32px;
    text-align: left;
    letter-spacing: 1px;
  }
}

@media (min-width: 1200px) {

  .section-title h2,
  .section-title h3 {
    font-size: 38px;
    letter-spacing: 2.8px;
  }
}

.default-button {
  outline: 0;
  border: 1px solid #fe8143;
  color: #fff;
  background-color: #fe8143;
  padding: 8px 35px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.default-button:hover,
.default-button:focus,
.default-button:active {
  text-decoration: none;
  outline: none;
}

.default-button:hover {
  background-color: #fff;
  color: #fe8143;
}

.main-header {
  position: relative;
  z-index: 100;
}

.main-header .header-top {
  background-color: #e1e1e1;
}

.main-header .top-nav a {
  display: block;
  color: #fff;
  padding: 5px 0;
}

.main-header .bottom-nav a {
  display: block;
  color: #181818;
  padding: 5px 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-weight: 500;
}

.main-header .bottom-nav a:active,
.main-header .bottom-nav a:focus,
.main-header .bottom-nav a:hover {
  text-decoration: none;
}

.main-header .header-logo {
  float: left;
  margin-left: 50px;
  margin-top: -3px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.main-header .header-logo img {
  display: block;
  max-width: 80px;
}

.main-header .search-toggle {
  float: right;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin-right: 10px;
  margin-top: 5px;
  background-color: transparent;
}

.main-header .search-toggle svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  display: block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.main-header .search-toggle:hover svg {
  fill: #fe8143;
}

.main-header .overlay-search-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background-color: #000;
  cursor: pointer;
}

.main-header .overlay-search-close span {
  width: 25px;
  display: block;
  height: 2px;
  margin: 0 auto 4px;
  background-color: #fff;
  position: relative;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.main-header .overlay-search-close span:first-of-type {
  -webkit-transform: rotate(45deg) translate(2px, 2px);
  -ms-transform: rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}

.main-header .overlay-search-close span:last-of-type {
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
  -ms-transform: rotate(-45deg) translate(2px, -2px);
  transform: rotate(-45deg) translate(2px, -2px);
}

.main-header .overlay-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  z-index: 100;
  padding-top: 100px;
}

.main-header .overlay-search.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-header .overlay-search form {
  width: 100%;
}

.main-header .overlay-search .form-group {
  position: relative;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}

.main-header .overlay-search .form-control {
  height: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  border: 1px solid transparent;
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}

.main-header .overlay-search .form-control::-webkit-input-placeholder {
  color: #868b92;
}

.main-header .overlay-search .form-control:-ms-input-placeholder {
  color: #868b92;
}

.main-header .overlay-search .form-control::-ms-input-placeholder {
  color: #868b92;
}

.main-header .overlay-search .form-control::placeholder {
  color: #868b92;
}

.main-header .overlay-search .form-control:focus {
  border: 1px solid transparent;
}

.main-header .overlay-search .form-control:focus::-webkit-input-placeholder {
  color: #fff;
}

.main-header .overlay-search .form-control:focus:-ms-input-placeholder {
  color: #fff;
}

.main-header .overlay-search .form-control:focus::-ms-input-placeholder {
  color: #fff;
}

.main-header .overlay-search .form-control:focus::placeholder {
  color: #fff;
}

.main-header .overlay-search .submit-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  background-color: #fe8143;
  border: 0;
  outline: 0;
  cursor: pointer;
  text-align: center;
  padding: 7px 0 0;
}

.main-header .overlay-search .submit-search svg {
  width: 26px;
}

.main-header .search-inside {
  position: relative;
  width: 100%;
}

.main-header .search-autoresult {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  max-width: 400px;
  margin: 0 auto;
  display: none;
}

.main-header .search-autoresult .result-container {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px 0 10px 10px;
}

.main-header .search-autoresult .result-item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #ddd;
  margin-right: 5px;
}

.main-header .search-autoresult .product-img {
  float: left;
  width: 60px;
  height: 60px;
}

.main-header .search-autoresult .product-img a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 1px solid #ddd;
}

.main-header .search-autoresult .product-img a img {
  display: block;
  max-width: 48px;
  max-height: 48px;
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-header .search-autoresult .product-text {
  margin-left: 70px;
}

.main-header .search-autoresult .product-text h2 {
  font-size: 15px;
  font-weight: 700;
  margin: -6px 0 5px;
  line-height: 1.5;
}

.main-header .search-autoresult .product-text h2 a {
  color: inherit;
}

.main-header .search-autoresult .product-text .product-cost .old-cost {
  color: #353535;
  font-size: 13px;
}

.main-header .search-autoresult .product-text .product-cost .old-cost p {
  margin: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.main-header .search-autoresult .product-text .product-cost .old-cost p:after {
  content: '';
  height: 1px;
  position: absolute;
  left: -2px;
  right: -2px;
  background-color: #353535;
  top: 6px;
}

.main-header .search-autoresult .product-text .product-cost .new-cost {
  color: #ff6500;
}

.main-header .search-autoresult .product-text .product-cost .new-cost p {
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

.main-header .search-autoresult .failed-search {
  text-align: center;
  padding: 25px 0;
}

.main-header .search-autoresult .failed-search h3 {
  font-size: 24px;
}

.main-header .search-autoresult .show-all-results a {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 10px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.main-header .search-autoresult .show-all-results a span {
  color: #f7b284;
}

.main-header .search-autoresult .show-all-results a:active,
.main-header .search-autoresult .show-all-results a:focus,
.main-header .search-autoresult .show-all-results a:hover {
  background-color: #ddd;
  text-decoration: none;
}

.main-header .lang-select {
  width: 50px;
  position: absolute;
  top: 8px;
  left: 20px;
}

.main-header .lang-select .select-button {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.main-header .lang-select .select-button:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 0;
  top: 8px;
  pointer-events: none;
}

.main-header .lang-select .select-sorting {
  position: absolute;
  left: -2px;
  top: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  width: 60px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.main-header .lang-select .select-sorting a {
  display: block;
  padding: 5px 7px;
  color: #515151;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  text-transform: uppercase;
}

.main-header .lang-select .select-sorting a:hover {
  text-decoration: none;
  background-color: #fe8143;
  color: #fff;
}

.main-header .switch-hands {
  position: absolute;
  top: 7px;
  left: 100px;
  width: 50px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.main-header .switch-hands .left-hand,
.main-header .switch-hands .right-hand {
  width: 50%;
}

.main-header .switch-hands .left-hand svg,
.main-header .switch-hands .right-hand svg {
  fill: #aaa;
  width: 20px;
}

.main-header .switch-hands .right-hand svg {
  width: 20px;
  fill: #fe8143;
}

.main-header .switch-hands.active .left-hand svg {
  fill: #fe8143;
}

.main-header .switch-hands.active .right-hand svg {
  fill: #aaa;
}

.main-header .header-cabinet {
  position: absolute;
  top: 8px;
  left: 180px;
  width: auto;
}

.main-header .header-cabinet a {
  background-color: #fe8143;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 10px;
  display: inline-block;
}

.main-header .header-cabinet .online-status {
  position: absolute;
  top: -1px;
  right: -4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #64b15a;
}

.main-header .header-content {
  background-color: #7e7977;
  padding: 8px 0 10px;
}

.main-header .header-content .container {
  position: relative;
}

.main-header .header-content .header-info {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header .header-content .header-info .header-adress,
.main-header .header-content .header-info .header-cart-my,
.main-header .header-content .header-info .header-phone {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  margin-right: 40px;
}

.main-header .header-content .header-info .header-adress .text,
.main-header .header-content .header-info .header-cart-my .text,
.main-header .header-content .header-info .header-phone .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}

.main-header .header-content .header-info .header-adress p,
.main-header .header-content .header-info .header-cart-my p,
.main-header .header-content .header-info .header-phone p {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0.45px;
}

.main-header .header-content .header-info .header-adress i,
.main-header .header-content .header-info .header-cart-my i,
.main-header .header-content .header-info .header-phone i {
  font-style: normal;
  color: #fe8143;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.main-header .header-content .header-info .header-adress span,
.main-header .header-content .header-info .header-cart-my span,
.main-header .header-content .header-info .header-phone span {
  color: #56575f;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.main-header .header-content .header-info .header-adress .icon,
.main-header .header-content .header-info .header-cart-my .icon,
.main-header .header-content .header-info .header-phone .icon {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.main-header .header-content .header-info .header-adress .icon img,
.main-header .header-content .header-info .header-adress .icon svg,
.main-header .header-content .header-info .header-cart-my .icon img,
.main-header .header-content .header-info .header-cart-my .icon svg,
.main-header .header-content .header-info .header-phone .icon img,
.main-header .header-content .header-info .header-phone .icon svg {
  width: 20px;
  fill: #333;
}

.main-header .header-content .header-info .header-cart-my {
  margin-right: 0;
}

.main-header .header-content .header-info .header-cart-my .icon {
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.main-header .header-content .header-info .header-cart-my .icon span {
  position: absolute;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  right: -3px;
  top: -3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fe8143;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  /* Text style for "4," */
  letter-spacing: 0.25px;
}

.main-header .header-content .header-info .header-cart-my .text .cart-info {
  color: #56575c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin: 0;
}

.main-header .header-content .header-info .header-cart-my .text .cart-info span {
  color: #56575c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin: 0;
  border-bottom: 1px #fe8143 solid;
}

.main-header .header-content .header-info .header-cart-my:hover .icon {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.main-header .nav-toggle {
  margin-top: 11px;
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  left: 15px;
  top: -6px;
}

.main-header .nav-toggle span {
  display: block;
  width: 28px;
  height: 1px;
  margin: 0 auto 7px;
  background-color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.main-header .slide-nav-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background-color: #000;
  cursor: pointer;
  padding: 0;
}

.main-header .slide-nav-close span {
  width: 26px;
  display: block;
  height: 2px;
  margin: 0 auto 4px;
  background-color: #fff;
  position: relative;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.main-header .slide-nav-close span:first-of-type {
  -webkit-transform: rotate(45deg) translate(3px, 3px);
  -ms-transform: rotate(45deg) translate(3px, 3px);
  transform: rotate(45deg) translate(3px, 3px);
}

.main-header .slide-nav-close span:last-of-type {
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
  -ms-transform: rotate(-45deg) translate(1px, -2px);
  transform: rotate(-45deg) translate(1px, -2px);
}

.main-header .header-compare {
  float: right;
  position: relative;
  text-align: center;
  margin: 3px 8px 0;
}

.main-header .header-compare:hover svg {
  fill: #fe8143;
}

.main-header .header-compare svg {
  fill: #B8B9B9;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.main-header .header-compare a:active,
.main-header .header-compare a:focus,
.main-header .header-compare a:hover {
  text-decoration: none;
}

.main-header .header-compare span {
  color: #363636;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
  margin: 0;
}

.main-header .header-chosen {
  float: right;
  position: relative;
  text-align: center;
  margin: 3px 8px 0;
  padding-top: 2px;
}

.main-header .header-chosen:hover svg {
  fill: #fe8143;
}

.main-header .header-chosen:hover i {
  color: #fe8143;
  border: 1px solid #fe8143;
}

.main-header .header-chosen svg {
  fill: #B8B9B9;
  width: 18px;
  height: 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.main-header .header-chosen a:active,
.main-header .header-chosen a:focus,
.main-header .header-chosen a:hover {
  text-decoration: none;
}

.main-header .header-chosen i {
  color: #B8B9B9;
  position: absolute;
  top: -5px;
  left: 100%;
  border: 1px solid #B8B9B9;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 0 4px;
  font-size: 9px;
  z-index: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: none;
  font-style: normal;
}

.main-header .header-chosen span {
  color: #363636;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
  margin: 0;
}

.main-header .header-chosen.active i {
  display: block;
}

.main-header .header-cart {
  float: right;
  position: relative;
  text-align: center;
  margin: 3px 12px 0;
  padding-top: 2px;
}

.main-header .header-cart button {
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.main-header .header-cart:hover svg {
  fill: #fe8143;
}

.main-header .header-cart:hover i {
  color: #fe8143;
  border: 1px solid #fe8143;
}

.main-header .header-cart.active i {
  display: block;
}

.main-header .header-cart a:active,
.main-header .header-cart a:focus,
.main-header .header-cart a:hover {
  text-decoration: none;
}

.main-header .header-cart svg {
  fill: #B8B9B9;
  width: 18px;
  height: 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.main-header .header-cart i {
  color: #B8B9B9;
  position: absolute;
  top: -5px;
  left: 100%;
  border: 1px solid #B8B9B9;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 0 4px;
  font-size: 9px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-style: normal;
  display: none;
}

.main-header .header-cart span {
  color: #363636;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
  margin: 0;
}

.main-header .slide-nav {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #363636;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  width: 280px;
  padding: 45px 5px 30px 25px;
  z-index: 105;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(-200vw);
  -ms-transform: translateX(-200vw);
  transform: translateX(-200vw);
  color: #fff;
}

.main-header .slide-nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.main-header .header-bottom {
  background-color: #e9edf1;
  position: relative;
  height: 42px;
  min-height: 60px;
  z-index: 10;
}

.main-header .header-bottom .catalog-toggle {
  background-color: #fe8143;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 10px 30px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.main-header .bottom-catalog {
  float: left;
  position: relative;
  width: 100%;
}

.main-header .bottom-catalog:after,
.main-header .bottom-catalog:before {
  content: " ";
  display: table;
}

.main-header .bottom-catalog:after {
  clear: both;
}

.main-header .bottom-catalog .dropdown-catalog {
  position: absolute;
  top: -webkit-calc(100% + 3px);
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  display: none;
}

.main-header .bottom-catalog .dropdown-catalog .side-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10;
}

.main-header .bottom-catalog .dropdown-catalog .side-list>li {
  position: relative;
}

.main-header .bottom-catalog .dropdown-catalog .side-list>li .list-img {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  z-index: 5;
  pointer-events: none;
}

.main-header .bottom-catalog .dropdown-catalog .side-list>li .list-img img {
  display: block;
  margin: 0 auto;
  max-width: 22px;
  max-height: 22px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-header .bottom-catalog .dropdown-catalog .side-list>li>a {
  display: block;
  width: 100%;
  color: #363636;
  padding: 8px 15px 8px 55px;
  position: relative;
}

.main-header .bottom-catalog .dropdown-catalog .side-list>li>a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  opacity: 0;
  display: none;
}

.main-header .bottom-catalog .dropdown-catalog .side-list>li.active>a,
.main-header .bottom-catalog .dropdown-catalog .side-list>li:hover>a {
  text-decoration: none;
  background: #fe8143;
  color: #fff;
}

.main-header .bottom-catalog .dropdown-catalog .side-list>li.active>a:after,
.main-header .bottom-catalog .dropdown-catalog .side-list>li:hover>a:after {
  opacity: 1;
}

.main-header .bottom-catalog .dropdown-catalog .side-list>li.active .list-img img,
.main-header .bottom-catalog .dropdown-catalog .side-list>li:hover .list-img img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.main-header .bottom-catalog .fade-right {
  display: block;
  margin-left: 300px;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  position: relative;
  padding: 10px 0 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  z-index: 5;
}

.main-header .bottom-catalog .fade-right .catalog-list {
  display: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
}

.main-header .bottom-catalog .fade-right .list-item {
  display: inline-block;
  vertical-align: top;
  padding: 10px 5px 10px 0;
  font-size: 0;
  max-width: 100%;
  min-width: 99%;
}

.main-header .bottom-catalog .fade-right .list-item h2,
.main-header .bottom-catalog .fade-right .list-item h3 {
  font-size: 14px;
  margin: 0 0 5px;
}

.main-header .bottom-catalog .fade-right .list-item .item-link {
  position: relative;
  color: #fe8143;
  font-size: 13px;
  padding-right: 18px;
}

.main-header .bottom-catalog .fade-right .list-item .item-link:after {
  content: '';
  width: 11px;
  height: 13px;
  background: url("../img/orange-right-arrow.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 0;
}

.main-header .bottom-catalog .fade-right ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  font-size: 13px;
}

.main-header .bottom-catalog .fade-right ul>li {
  margin: 5px 0;
}

.main-header .bottom-catalog .fade-right ul>li>a {
  color: #181818;
  font-size: 13px;
}

.main-header .bottom-catalog .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fe8143;
}

.main-header .bottom-catalog .mCSB_inside>.mCSB_container {
  margin-right: 8px;
}

.main-header .bottom-catalog .mCSB_scrollTools {
  width: 8px;
}

.slide-overlay {
  background-color: rgba(48, 48, 48, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 100;
  display: none;
}

#wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

#wrapper .main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-slider-wrap {
  background-color: #ebebeb;
}

.main-slider.slick-initialized .item {
  display: block;
}

.main-slider .item {
  height: 280px;
  position: relative;
  overflow: hidden;
  display: none;
}

.main-slider .item:first-of-type {
  display: block;
}

.main-slider .item:before {
  content: '';
  width: 200px;
  height: 200px;
  background: url(../img/dots-circle.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 3%;
}

.main-slider .item .slide-badges {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.main-slider .item .slide-badges .badge-item {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.main-slider .item .slide-badges .badge-item p {
  margin: 0 0;
  width: 100%;
  line-height: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slider .item .slide-badges .badge-item p .old-cost {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  font-weight: 400;
  font-size: 11px;
}

.main-slider .item .slide-badges .badge-item p .old-cost:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 5px;
  height: 1px;
  background-color: #fff;
}

.main-slider .item .slide-badges .badge-item.cost-badge {
  background-color: #fe8143;
  font-size: 12px;
}

.main-slider .item .slide-badges .badge-item.cost-badge p {
  line-height: 1;
}

.main-slider .item .slide-badges .badge-item.cost-badge span {
  font-size: 11px;
}

.main-slider .item .slide-badges .badge-item.super-price {
  background-color: #ffc800;
  text-transform: uppercase;
}

.main-slider .item .slide-badges .badge-item.share-badge {
  background-color: #df0024;
  text-transform: uppercase;
}

.main-slider .item .slide-badges .badge-item.top-badge {
  background-color: #1a6ddd;
  text-transform: uppercase;
}

.main-slider .item.single-product .slide-img {
  position: absolute;
  top: 15%;
  left: 30px;
}

.main-slider .item.single-product .slide-img img {
  display: block;
  max-width: 100px;
  max-height: 100px;
}

.main-slider .item.single-product .slide-descr {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  max-width: 50%;
}

.main-slider .item.single-product .slide-descr h2,
.main-slider .item.single-product .slide-descr h3 {
  font-size: 16px;
}

.main-slider .item.single-product .slide-descr p {
  font-size: 12px;
  color: #959595;
  margin: 0 0 5px;
}

.main-slider .item.single-product .slide-descr .default-button {
  font-size: 13px;
  padding: 5px 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.main-slider .item.sale-product .slide-img {
  position: absolute;
  top: 15%;
  left: 30px;
}

.main-slider .item.sale-product .slide-img img {
  display: block;
  max-width: 100px;
  max-height: 100px;
}

.main-slider .item.sale-product .slide-descr {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  max-width: 50%;
}

.main-slider .item.sale-product .slide-descr h2,
.main-slider .item.sale-product .slide-descr h3 {
  font-size: 14px;
}

.main-slider .item.sale-product .slide-descr h2 span,
.main-slider .item.sale-product .slide-descr h3 span {
  color: #1585d8;
}

.main-slider .item.sale-product .slide-descr p {
  font-size: 12px;
  color: #959595;
  margin: 0 0 5px;
}

.main-slider .item.sale-product .slide-descr ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}

.main-slider .item.sale-product .slide-descr ul li {
  padding-left: 20px;
  position: relative;
}

.main-slider .item.sale-product .slide-descr ul li img {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
}

.main-slider .item.sale-product .slide-descr .default-button {
  font-size: 13px;
  padding: 5px 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.main-slider .item.together-cheaper-product .slide-badges {
  bottom: 5px;
}

.main-slider .item.together-cheaper-product .together-descr {
  text-align: center;
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
}

.main-slider .item.together-cheaper-product .together-descr h2,
.main-slider .item.together-cheaper-product .together-descr h3 {
  display: none;
  font-size: 16px;
}

.main-slider .item.together-cheaper-product .together-descr .default-button {
  font-size: 13px;
  padding: 5px 20px;
  text-transform: uppercase;
}

.main-slider .item.together-cheaper-product:before {
  display: none;
}

.main-slider .item.together-cheaper-product .cheaper-plus {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  color: #df0024;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}

.main-slider .item.together-cheaper-product .cheaper-one,
.main-slider .item.together-cheaper-product .cheaper-two {
  position: absolute;
  top: 10px;
  width: 40%;
}

.main-slider .item.together-cheaper-product .cheaper-one .slide-img,
.main-slider .item.together-cheaper-product .cheaper-two .slide-img {
  height: 50px;
  margin-bottom: 10px;
}

.main-slider .item.together-cheaper-product .cheaper-one img,
.main-slider .item.together-cheaper-product .cheaper-two img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  max-height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slider .item.together-cheaper-product .cheaper-one .slide-descr,
.main-slider .item.together-cheaper-product .cheaper-two .slide-descr {
  background-color: rgba(233, 237, 241, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 5px;
}

.main-slider .item.together-cheaper-product .cheaper-one .slide-descr h2,
.main-slider .item.together-cheaper-product .cheaper-one .slide-descr h3,
.main-slider .item.together-cheaper-product .cheaper-two .slide-descr h2,
.main-slider .item.together-cheaper-product .cheaper-two .slide-descr h3 {
  font-size: 13px;
  margin: 0 0 5px;
}

.main-slider .item.together-cheaper-product .cheaper-one .slide-descr p,
.main-slider .item.together-cheaper-product .cheaper-two .slide-descr p {
  font-size: 13px;
  margin: 0 0 5px;
}

.main-slider .item.together-cheaper-product .cheaper-one {
  left: 15px;
}

.main-slider .item.together-cheaper-product .cheaper-two {
  right: 15px;
}

.main-slider .slick-arrow {
  position: absolute;
  bottom: -45px;
  background-color: #7e7e7e;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 1;
}

.main-slider .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.main-slider .slick-arrow.next-arrow {
  right: 0;
}

.main-slider .slick-arrow.prev-arrow {
  right: 30px;
}

.main-slider .slick-arrow:hover {
  background-color: #000;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: -35px;
  right: 80px;
  left: 80px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.main-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.main-slider .slick-dots li.slick-active button {
  background-color: #fe8143;
}

.main-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #363636;
  font-size: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.index-benefits {
  padding: 70px 0 10px;
}

.index-benefits .benefit-item {
  width: 100%;
  position: relative;
  padding-left: 60px;
  margin-bottom: 10px;
}

.index-benefits .benefit-item .benefit-img {
  position: absolute;
  left: 10px;
  top: 0;
}

.index-benefits .benefit-item .benefit-img img {
  display: block;
  width: 32px;
}

.index-benefits .benefit-item .benefit-text h2,
.index-benefits .benefit-item .benefit-text h3,
.index-benefits .benefit-item .benefit-text h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}

.index-benefits .benefit-item .benefit-text p {
  font-size: 13px;
}

.catalog-type-one {
  padding: 30px 0 40px;
  min-height: 300px;
}

.catalog-type-one h2 {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  margin: 0 0 65px;
}

.catalog-type-one .description-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
  display: none;
}

.catalog-type-one .description-toggle>div {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  cursor: pointer;
}

.catalog-type-one .description-toggle>div:hover i {
  background-color: #fe8143;
}

.catalog-type-one .description-toggle>div.active i {
  background-color: #fe8143;
}

.catalog-type-one .description-toggle span {
  display: inline-block;
  height: 30px;
  width: 1px;
  background-color: #363636;
  margin: 0 8px;
}

.catalog-type-one .description-toggle i {
  background-color: #a6a6a6;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}

.catalog-type-one .description-toggle .show-decription i {
  position: relative;
}

.catalog-type-one .description-toggle .show-decription i:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #a6a6a6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.catalog-type-one .description-toggle .show-decription:hover i:after {
  border-top: 5px solid #fe8143;
}

.catalog-type-one .description-toggle .show-decription.active i:after {
  border-top: 5px solid #fe8143;
}

.catalog-type-one .container {
  position: relative;
}

.catalog-type-one .default-select {
  position: absolute;
  right: 60px;
  left: 60px;
  top: 51px;
  border: 1px solid #fe8143;
  z-index: 5;
}

.catalog-type-one .default-select .select-button {
  width: 100%;
  text-align: left;
  padding: 0 25px 0 10px;
  position: relative;
  border: 0;
  outline: 0;
  height: 28px;
  background-color: #fff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.catalog-type-one .default-select .select-button span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.catalog-type-one .default-select .select-button:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  right: 8px;
  border-top: 5px solid #363636;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.catalog-type-one .default-select .select-sorting {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  background-color: #fff;
  border: 1px solid #fe8143;
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-type-one .default-select .select-sorting a {
  display: block;
  padding: 5px 10px;
  color: #363636;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.catalog-type-one .default-select .select-sorting a:hover {
  color: #fff;
  background-color: #fe8143;
  text-decoration: none;
}

.catalog-slider {
  margin: 0 -5px;
}

.catalog-slider.slick-initialized .item {
  display: block;
  opacity: 1;
}

.catalog-slider .slick-list {
  padding: 10px 0;
}

.catalog-slider .item {
  outline: 0;
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0;
  display: none;
}

.catalog-slider .item:first-of-type {
  display: block;
}

.catalog-slider .slick-arrow {
  position: absolute;
  top: -35px;
  background-color: #7e7e7e;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.catalog-slider .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.catalog-slider .slick-arrow.next-arrow {
  right: 5px;
}

.catalog-slider .slick-arrow.prev-arrow {
  left: 5px;
}

.catalog-slider .slick-arrow:hover {
  background-color: #000;
}

.catalog-slider .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.catalog-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.catalog-slider .slick-dots li.slick-active button {
  background-color: #fe8143;
}

.catalog-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #363636;
  font-size: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.catalog-type-two {
  background-color: #ebebeb;
  padding: 10px 0 40px;
  min-height: 400px;
}

.catalog-type-two h2 {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  margin: 0 0 65px;
}

.catalog-type-two .description-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
  display: none;
}

.catalog-type-two .description-toggle>div {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  cursor: pointer;
}

.catalog-type-two .description-toggle>div:hover i {
  background-color: #fe8143;
}

.catalog-type-two .description-toggle>div.active i {
  background-color: #fe8143;
}

.catalog-type-two .description-toggle span {
  display: inline-block;
  height: 30px;
  width: 1px;
  background-color: #363636;
  margin: 0 8px;
}

.catalog-type-two .description-toggle i {
  background-color: #a6a6a6;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}

.catalog-type-two .description-toggle .show-decription i {
  position: relative;
}

.catalog-type-two .description-toggle .show-decription i:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #a6a6a6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.catalog-type-two .description-toggle .show-decription:hover i:after {
  border-top: 5px solid #fe8143;
}

.catalog-type-two .description-toggle .show-decription.active i:after {
  border-top: 5px solid #fe8143;
}

.catalog-type-two .container {
  position: relative;
}

.catalog-type-two .default-select {
  position: absolute;
  right: 60px;
  left: 60px;
  top: 51px;
  border: 1px solid #fe8143;
  z-index: 5;
}

.catalog-type-two .default-select .select-button {
  width: 100%;
  text-align: left;
  padding: 0 25px 0 10px;
  position: relative;
  border: 0;
  outline: 0;
  height: 28px;
  background-color: #fff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.catalog-type-two .default-select .select-button span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.catalog-type-two .default-select .select-button:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  right: 8px;
  border-top: 5px solid #363636;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.catalog-type-two .default-select .select-sorting {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  background-color: #fff;
  border: 1px solid #fe8143;
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-type-two .default-select .select-sorting a {
  display: block;
  padding: 5px 10px;
  color: #363636;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.catalog-type-two .default-select .select-sorting a:hover {
  color: #fff;
  background-color: #fe8143;
  text-decoration: none;
}

.index-producers {
  padding: 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.index-producers .container {
  position: relative;
}

.index-producers h2 {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  margin: 0 0 50px;
}

.index-producers .top-link {
  position: absolute;
  right: 15px;
  top: 1px;
  color: #fe8143;
  text-decoration: underline;
  font-size: 13px;
}

.index-producers .default-select {
  position: absolute;
  right: 60px;
  left: 60px;
  top: 36px;
  border: 1px solid #fe8143;
  z-index: 5;
}

.index-producers .default-select .select-button {
  width: 100%;
  text-align: left;
  padding: 0 25px 0 10px;
  position: relative;
  border: 0;
  outline: 0;
  height: 28px;
  background-color: #fff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.index-producers .default-select .select-button span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-producers .default-select .select-button:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  right: 8px;
  border-top: 5px solid #363636;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.index-producers .default-select .select-sorting {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  background-color: #fff;
  border: 1px solid #fe8143;
  list-style: none;
  padding: 0;
  margin: 0;
}

.index-producers .default-select .select-sorting a {
  display: block;
  padding: 5px 10px;
  color: #363636;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.index-producers .default-select .select-sorting a:hover {
  color: #fff;
  background-color: #fe8143;
  text-decoration: none;
}

.index-producers .producers-slider {
  margin: 0 -5px;
}

.index-producers .producers-slider .slick-list {
  padding: 10px 0;
}

.index-producers .producers-slider .item {
  outline: 0;
  height: 105px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 0 5px;
  padding: 0 10px;
}

.index-producers .producers-slider .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-producers .producers-slider .slick-arrow {
  position: absolute;
  top: -35px;
  background-color: #7e7e7e;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.index-producers .producers-slider .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.index-producers .producers-slider .slick-arrow.next-arrow {
  right: 5px;
}

.index-producers .producers-slider .slick-arrow.prev-arrow {
  left: 5px;
}

.index-producers .producers-slider .slick-arrow:hover {
  background-color: #000;
}

.index-producers .producers-slider .slick-dots {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.index-producers .producers-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.index-producers .producers-slider .slick-dots li.slick-active button {
  background-color: #fe8143;
}

.index-producers .producers-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #363636;
  font-size: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.index-news {
  background-color: #ebebeb;
  padding: 25px 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.index-news .item-link {
  color: #000;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  bottom: 0;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  left: 50%;
  border-top: 1px #fe8143 solid;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.index-news .item-link svg {
  fill: #000;
  width: 15px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.index-news .item-link:hover {
  color: #000;
}

.index-news .item-link:hover svg {
  fill: #000;
}

.index-news .news-item {
  position: relative;
  padding: 0 0 15px;
}

.index-news .news-item .item-img {
  height: 250px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #aaaeb1;
  margin-bottom: 10px;
}

.index-news .news-item .item-img .img {
  display: block;
  width: 100%;
  height: 100%;
}

.index-news .news-item .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-news .news-item .item-title {
  min-height: 36px;
  margin: 0 30px 10px;
}

.index-news .news-item .item-title h2,
.index-news .news-item .item-title h3 {
  margin: 0;
  font-size: 14px;
  color: #363636;
  font-weight: 500;
}

.index-news .news-item .item-title h2 a,
.index-news .news-item .item-title h3 a {
  color: inherit;
}

.index-news .news-item .item-text {
  font-size: 12px;
  margin: 0 30px;
}

.index-news h2 {
  font-size: 20px;
  font-weight: 700;
  color: #363636;
  margin: 0 0 60px;
}

.index-news .container {
  position: relative;
}

.index-news .top-link {
  position: absolute;
  right: 15px;
  top: 4px;
  color: #fe8143;
  text-decoration: underline;
  font-size: 13px;
}

.index-news .news-slider .item {
  outline: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  border: 1px solid transparent;
}

.index-news .news-slider .item:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border: 1px solid #56575c;
  background-color: #f3f4f6;
}

.index-news .news-slider .item:hover .item-link {
  opacity: 1;
}

.index-news .news-slider .slick-arrow {
  position: absolute;
  top: -45px;
  background-color: #7e7e7e;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.index-news .news-slider .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.index-news .news-slider .slick-arrow.next-arrow {
  right: 0;
}

.index-news .news-slider .slick-arrow.prev-arrow {
  left: 0;
}

.index-news .news-slider .slick-arrow:hover {
  background-color: #000;
}

.about-container {
  padding: 20px 0 10px;
  background-color: #363636;
  color: #fff;
}

.about-container .about-head {
  position: relative;
  padding-right: 50px;
  margin-bottom: 15px;
}

.about-container .about-head.active .about-toggle {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.about-container .about-head .about-toggle {
  position: absolute;
  top: -1px;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  background-color: #fe8143;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

.about-container .about-head .about-toggle:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 13px;
  left: 9px;
}

.about-container .about-head h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.about-container .about-dropdown {
  display: none;
}

.catalog-item {
  position: relative;
  padding-top: 20px;
  background-color: #fff;
}

.catalog-item .item-img {
  height: 100px;
  width: 70px;
  margin: 0 auto 10px;
}

.catalog-item .item-img a {
  display: block;
  height: 100%;
}

.catalog-item .item-img img {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
}

.catalog-item .item-code {
  position: absolute;
  font-size: 12px;
  color: #a6a6a6;
  top: 20px;
  left: 15px;
  display: none;
}

.catalog-item .item-code p {
  margin: 0;
}

.catalog-item .item-available {
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 20px;
  display: none;
}

.catalog-item .item-available .available {
  color: #64b15a;
}

.catalog-item .item-available .not-available {
  color: #960b25;
}

.catalog-item .item-available p {
  margin: 0;
}

.catalog-item .item-colors {
  position: absolute;
  top: 40px;
  right: 10px;
}

.catalog-item .item-colors a {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  outline: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.catalog-item .item-colors a:hover {
  opacity: 0.8;
}

.catalog-item .item-colors a:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.catalog-item .item-colors a.active:after {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}

.catalog-item .benefit-badges {
  position: absolute;
  left: 7px;
  top: 75px;
}

.catalog-item .benefit-badges>div {
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}

.catalog-item .benefit-badges>div img {
  display: block;
  max-width: 100%;
}

.catalog-item .item-compare {
  position: absolute;
  top: 10px;
  left: 8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.catalog-item .item-compare .default-img {
  display: block;
}

.catalog-item .item-compare .active-img {
  display: none;
}

.catalog-item .item-compare img {
  display: block;
  width: 20px;
}

.catalog-item .item-delete {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #464646;
  background-color: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.catalog-item .item-delete:before,
.catalog-item .item-delete:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 4px;
  top: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.catalog-item .item-delete:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.catalog-item .item-delete:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalog-item .item-delete:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.catalog-item .item-delete:hover:before,
.catalog-item .item-delete:hover:after {
  background: #fff;
}

.catalog-item .item-choose {
  position: absolute;
  top: 10px;
  right: 8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.catalog-item .item-choose .default-img {
  display: block;
}

.catalog-item .item-choose .active-img {
  display: none;
}

.catalog-item .item-choose img {
  display: block;
  width: 20px;
}

.catalog-item .item-choose.active .default-img {
  display: none;
}

.catalog-item .item-choose.active .active-img {
  display: block;
}

.catalog-item .item-badges {
  position: absolute;
  top: 40px;
  left: 6px;
}

.catalog-item .item-badges .top-badge {
  color: #fff;
  background-color: #1a6ddd;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-top: 4px;
  display: block;
}

.catalog-item .item-badges .top-badge img {
  display: block;
  width: 14px;
  margin: 0 auto;
}

.catalog-item .item-badges .top-badge span {
  display: none;
}

.catalog-item .item-badges .sale-badge {
  color: #fff;
  background-color: #df0024;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-top: 4px;
  display: block;
  -webkit-text-decoration: center;
  text-decoration: center;
}

.catalog-item .item-badges .sale-badge img {
  display: block;
  width: 14px;
  margin: 0 auto;
}

.catalog-item .item-badges .sale-badge span {
  display: none;
}

.catalog-item .item-title h2,
.catalog-item .item-title h3 {
  text-align: center;
  font-size: 14px;
  margin: 0 0 5px;
}

.catalog-item .item-title h2 a,
.catalog-item .item-title h3 a {
  color: inherit;
}

.catalog-item .item-company {
  color: #ff6500;
  text-align: center;
  font-size: 13px;
  margin-bottom: 8px;
}

.catalog-item .item-company a {
  color: inherit;
}

.catalog-item .item-company p {
  margin: 0;
}

.catalog-item .item-rating {
  padding: 0 12px;
  margin-bottom: 5px;
}

.catalog-item .item-rating span {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.catalog-item .item-rating .full-star {
  background: url(../img/full-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.catalog-item .item-rating .half-star {
  background: url(../img/half-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.catalog-item .item-rating .empty-star {
  background: url(../img/empty-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.catalog-item .item-rating p {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.catalog-item .item-footer {
  position: relative;
  padding: 0 10px 10px;
}

.catalog-item .item-footer .col-6 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: static;
}

.catalog-item .item-footer .product-cost .old-cost {
  color: #353535;
  font-size: 13px;
}

.catalog-item .item-footer .product-cost .old-cost p {
  margin: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.catalog-item .item-footer .product-cost .old-cost p:after {
  content: '';
  height: 1px;
  position: absolute;
  left: -2px;
  right: -2px;
  background-color: #353535;
  top: 6px;
}

.catalog-item .item-footer .product-cost .new-cost {
  color: #ff6500;
}

.catalog-item .item-footer .product-cost .new-cost p {
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

.catalog-item .item-footer .default-button {
  width: 23px;
  height: 23px;
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 0;
}

.catalog-item .item-footer .default-button .default-text,
.catalog-item .item-footer .default-button .active-text {
  display: none;
}

.catalog-item .item-footer .default-button .default-icon,
.catalog-item .item-footer .default-button .active-icon {
  width: 23px;
  height: 23px;
}

.catalog-item .item-footer .default-button .default-icon {
  background: url(../img/cart-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
}

.catalog-item .item-footer .default-button .active-icon {
  background: url(../img/cart-icon-active.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  display: none;
}

.catalog-item .item-footer .oneclick-buy {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 11px;
  color: #343434;
  text-decoration: underline;
  margin-top: 8px;
  font-weight: 500;
  cursor: pointer;
}

.catalog-item .item-footer .oneclick-buy:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/check-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.catalog-item .item-footer .oneclick-buy:hover {
  text-decoration: none;
}

.catalog-item .item-dropdown-descr {
  max-height: 180px;
  height: 180px;
  overflow-y: auto;
  padding: 5px 10px 10px 15px;
  position: relative;
  margin-bottom: 10px;
  display: none;
}

.catalog-item .item-dropdown-descr:after {
  content: '';
  left: 10px;
  right: 10px;
  height: 1px;
  border-bottom: 1px dashed #9a9a9a;
  position: absolute;
  bottom: 1px;
}

.catalog-item .item-dropdown-descr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog-item .item-dropdown-descr ul li {
  font-weight: 300;
  font-size: 12px;
  margin: 6px 0;
}

.catalog-item .item-dropdown-descr ul li strong {
  font-weight: 500;
}

.catalog-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  background-color: #a6a6a6;
}

.catalog-item .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: #fe8143;
}

.catalog-item .mCSB_inside>.mCSB_container {
  margin-right: 10px;
}

.catalog-item .mCSB_draggerContainer {
  left: 10px;
}

.error-page {
  background-color: #575454;
}

.error-page .not-found-container {
  padding: 100px 0 120px;
  text-align: center;
  color: #fff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.error-page .not-found-container .planet-icon {
  max-width: 100px;
  margin: 0 auto 10px;
}

.error-page .not-found-container .white-circle,
.error-page .not-found-container .orange-star,
.error-page .not-found-container .white-star {
  position: absolute;
}

.error-page .not-found-container .white-circle {
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}

.error-page .not-found-container .white-circle:nth-of-type(1) {
  top: 10%;
  left: 10%;
}

.error-page .not-found-container .white-circle:nth-of-type(2) {
  top: 30%;
  right: 40px;
}

.error-page .not-found-container .white-circle:nth-of-type(3) {
  bottom: 10%;
  left: 30%;
}

.error-page .not-found-container .orange-star {
  width: 50px;
  height: 50px;
  background-color: #fe8143;
}

.error-page .not-found-container .orange-star i {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #575454;
  width: 50px;
  height: 50px;
}

.error-page .not-found-container .orange-star i:nth-of-type(1) {
  left: -25px;
  top: -25px;
}

.error-page .not-found-container .orange-star i:nth-of-type(2) {
  left: -25px;
  bottom: -25px;
}

.error-page .not-found-container .orange-star i:nth-of-type(3) {
  right: -25px;
  top: -25px;
}

.error-page .not-found-container .orange-star i:nth-of-type(4) {
  right: -25px;
  bottom: -25px;
}

.error-page .not-found-container .orange-star:nth-of-type(1) {
  top: 10%;
  right: 10%;
}

.error-page .not-found-container .orange-star:nth-of-type(2) {
  top: 75%;
  left: 10%;
}

.error-page .not-found-container .white-star {
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.error-page .not-found-container .white-star i {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #575454;
  width: 40px;
  height: 40px;
}

.error-page .not-found-container .white-star i:nth-of-type(1) {
  left: -20px;
  top: -20px;
}

.error-page .not-found-container .white-star i:nth-of-type(2) {
  left: -20px;
  bottom: -20px;
}

.error-page .not-found-container .white-star i:nth-of-type(3) {
  right: -20px;
  top: -20px;
}

.error-page .not-found-container .white-star i:nth-of-type(4) {
  right: -20px;
  bottom: -20px;
}

.error-page .not-found-container .white-star.white-one {
  top: 40px;
  right: 40%;
}

.error-page .not-found-container .white-star.white-two {
  bottom: 5%;
  right: 20%;
}

.error-page h1 {
  font-size: 45px;
  margin: 0 0 15px;
}

.error-page .not-found-content {
  position: relative;
  z-index: 10;
}

.error-page .not-found-content p {
  font-size: 14px;
  margin: 0 0 20px;
}

.index-not-found {
  text-align: center;
  padding: 50px 0;
  background-color: #ebebeb;
}

.index-not-found h2 {
  font-size: 32px;
  font-weight: 500;
}

.index-not-found p {
  font-size: 14px;
  margin: 0 0 5px;
}

.about-page {
  background-color: #ebebeb;
}

.about-page .page-content {
  background-color: transparent;
  padding: 15px;
  margin: 15px 0;
}

.about-page .page-content h1 {
  text-align: center;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 40px;
}

.about-page .page-content h1 span {
  color: #fe8143;
}

.about-page .page-content h2,
.about-page .page-content h3 {
  font-size: 16px;
}

.about-page .page-content p {
  font-size: 13px;
  margin: 0 0 30px;
  line-height: 1.4;
}

.about-page .page-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-page .page-content ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 10px;
}

.about-page .page-content ul li:after {
  content: '';
  width: 4px;
  height: 1px;
  background-color: #363636;
  position: absolute;
  left: 0;
  top: 10px;
}

.about-page .mark-text {
  float: left;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 15px -15px;
  background-color: #fe8143;
  color: #fff;
  padding: 15px;
}

.about-page .mark-text h1,
.about-page .mark-text h2,
.about-page .mark-text h3,
.about-page .mark-text h4,
.about-page .mark-text h5 {
  color: #000;
}

.about-page .mark-text ul {
  padding-left: 15px;
}

.about-page .mark-text ul li {
  list-style-type: initial;
}

.about-page .mark-text ul li:after {
  display: none;
}

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

.about-slider .item {
  outline: 0;
  border: 1px solid #b3b6b9;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  position: relative;
}

.about-slider .item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(54, 54, 54, 0.8);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}

.about-slider .item .hover-content {
  color: #fff;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
  padding: 0 10px 5px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}

.about-slider .item .hover-content:after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.about-slider .item .hover-content h2,
.about-slider .item .hover-content h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.about-slider .item .hover-content p {
  font-size: 13px;
}

.about-slider .item:hover:after {
  opacity: 1;
}

.about-slider .item:hover .hover-content {
  opacity: 1;
}

.about-slider .slick-arrow {
  position: absolute;
  top: -45px;
  background-color: #7e7e7e;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.about-slider .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.about-slider .slick-arrow.next-arrow {
  right: 0;
}

.about-slider .slick-arrow.prev-arrow {
  left: 0;
}

.about-slider .slick-arrow:hover {
  background-color: #000;
}

.breadcrumbs {
  background-color: #fff;
}

.breadcrumbs .container {
  position: relative;
}

.breadcrumbs .breadcrumb {
  background-color: #fff;
  padding: 10px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.breadcrumbs .breadcrumb .breadcrumb-item {
  font-size: 11px;
  font-weight: 400;
  color: #363636;
  display: inline-block;
}

.breadcrumbs .breadcrumb .breadcrumb-item.active {
  text-decoration: underline;
}

.breadcrumbs .breadcrumb .breadcrumb-item a {
  font-weight: 300;
  color: #363636;
}

.breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item {
  position: relative;
  padding-left: 20px;
}

.breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #363636;
  position: absolute;
  top: 5px;
  left: -1px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.breadcrumbs .back-link {
  position: absolute;
  right: 15px;
  top: 11px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fe8143;
  color: #363636;
  padding: 5px 10px 5px 20px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: none;
}

.breadcrumbs .back-link:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 5px solid #363636;
  position: absolute;
  top: 11px;
  left: 8px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.breadcrumbs .back-link:hover,
.breadcrumbs .back-link:focus,
.breadcrumbs .back-link:active {
  text-decoration: none;
  background-color: #fe8143;
  color: #fff;
}

.breadcrumbs .back-link:hover:before,
.breadcrumbs .back-link:focus:before,
.breadcrumbs .back-link:active:before {
  border-right: 5px solid #fff;
}

.delivery-page {
  background-color: #ebebeb;
}

.delivery-page .page-content {
  background-color: #fff;
  margin-bottom: 30px;
  font-size: 13px;
}

.delivery-page .page-content h2,
.delivery-page .page-content h3 {
  font-size: 18px;
  margin: 20px 0;
}

.delivery-page .page-content hr {
  border-top: 1px solid #fe8143;
  margin-top: 20px;
  margin-bottom: 20px;
}

.delivery-page .page-content ol {
  padding: 0;
  padding-left: 25px;
}

.delivery-page .page-content ol li {
  position: relative;
  margin: 12px 0;
}

.delivery-page .page-content ol li:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fe8143;
  position: absolute;
  left: -25px;
  bottom: -5px;
}

.delivery-page .page-content ol ul {
  list-style-type: disc;
}

.delivery-page .page-content ol ul li {
  margin: 5px 0;
}

.delivery-page .page-content ol ul li:after {
  display: none;
}

.delivery-page .nav-tabs {
  border-bottom: 0;
}

.delivery-page .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 10px;
}

.delivery-page .nav-tabs .nav-item .nav-link {
  background-color: #363636;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

.delivery-page .nav-tabs .nav-item .nav-link p {
  font-weight: 500;
  margin: 0 0 3px;
}

.delivery-page .nav-tabs .nav-item .nav-link span {
  font-size: 12px;
  font-weight: 300;
}

.delivery-page .nav-tabs .nav-item .nav-link.active,
.delivery-page .nav-tabs .nav-item .nav-link:hover {
  border-color: #363636;
}

.delivery-page .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  border: 1px solid #fff;
}

.delivery-page .nav-tabs .nav-item .nav-link.active p {
  color: #363636;
}

.delivery-page .nav-tabs .nav-item .nav-link.active span {
  color: #959595;
}

.delivery-page .tab-content .tab-pane {
  padding: 15px;
}

.delivery-page .driveway-benefits {
  text-align: center;
}

.delivery-page .driveway-benefits .benefit-item {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  vertical-align: top;
}

.delivery-page .driveway-benefits .benefit-item .item-img {
  height: 70px;
  margin-bottom: 15px;
}

.delivery-page .driveway-benefits .benefit-item img {
  display: block;
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto;
}

.delivery-page .driveway-benefits .benefit-item p {
  max-width: 250px;
  margin: 0 auto;
}

.delivery-page .payment-table .table-row {
  margin-bottom: 25px;
}

.delivery-page .payment-table .table-cell {
  text-align: center;
}

.delivery-page .payment-table .table-cell img {
  display: block;
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto 20px;
}

.delivery-page .payment-table ul {
  padding-left: 20px;
  font-size: 13px;
  text-align: left;
}

.delivery-page .payment-table h2,
.delivery-page .payment-table h3 {
  margin: 0 0 15px;
}

.delivery-page .payment-table p {
  text-align: left;
}

.success-order {
  padding: 100px 0;
  text-align: center;
  background-color: #fff;
}

.success-order h1 {
  font-size: 20px;
  margin: 0 0 20px;
}

.order-page {
  background-color: #ebebeb;
}

.order-page .top-checkboxes {
  margin-bottom: 10px;
}

.order-page .top-checkboxes .default-checkbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.order-page .top-checkboxes input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.order-page .top-checkboxes input:checked+label {
  color: #8c8c8c;
}

.order-page .top-checkboxes input:checked+label:after {
  opacity: 1;
}

.order-page .top-checkboxes input:checked+label:before {
  border: 2px solid #fe8143;
}

.order-page .top-checkboxes label {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.order-page .top-checkboxes label:before {
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #363636;
}

.order-page .top-checkboxes label:after {
  content: '';
  top: 6px;
  left: 5px;
  width: 11px;
  height: 11px;
  background-color: #fe8143;
  position: absolute;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.order-page .delivery-services {
  margin-bottom: 20px;
}

.order-page .delivery-services .default-checkbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.order-page .delivery-services input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.order-page .delivery-services input:checked+label:after {
  opacity: 1;
}

.order-page .delivery-services input:checked+label:before {
  border: 2px solid #fe8143;
}

.order-page .delivery-services label {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.order-page .delivery-services label:before {
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #363636;
}

.order-page .delivery-services label:after {
  content: '';
  top: 10px;
  left: 5px;
  width: 11px;
  height: 11px;
  background-color: #fe8143;
  position: absolute;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.order-page .delivery-services label img {
  display: inline-block;
  max-width: 120px;
}

.order-page .delivery-services label span {
  font-weight: 700;
  margin-left: 5px;
}

.order-page .payment-checkboxes .default-checkbox {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.order-page .payment-checkboxes input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.order-page .payment-checkboxes input:checked+label:after {
  opacity: 1;
}

.order-page .payment-checkboxes input:checked+label:before {
  border: 2px solid #fe8143;
}

.order-page .payment-checkboxes label {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.order-page .payment-checkboxes label:before {
  content: '';
  width: 21px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #363636;
}

.order-page .payment-checkboxes label:after {
  content: '';
  top: 10px;
  left: 5px;
  width: 11px;
  height: 11px;
  background-color: #fe8143;
  position: absolute;
  opacity: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.order-page .payment-checkboxes label img {
  display: inline-block;
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.order-page .payment-checkboxes label span {
  font-weight: 700;
  margin-left: 5px;
}

.order-page .payment-checkboxes label h2,
.order-page .payment-checkboxes label h3 {
  font-size: 14px;
  display: inline-block;
}

.order-page .payment-checkboxes div {
  position: absolute;
  display: none;
}

.order-page .payment-checkboxes ul {
  list-style: none;
  color: #959595;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.order-page .payment-checkboxes p {
  color: #959595;
  font-size: 12px;
  margin: 0 0 8px;
}

.order-page .page-content {
  background-color: transparent;
  padding: 15px;
  margin: 15px 0;
}

.order-page .page-content h1 {
  text-align: center;
  font-size: 22px;
  margin: 0 0 15px;
}

.order-page .page-content h2 {
  font-size: 18px;
  margin: 0 0 25px;
}

.order-page .page-content h2 span {
  background-color: #fe8143;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  margin-right: 5px;
}

.order-page .page-content .form-row .form-group {
  margin-bottom: 0;
}

.order-page .page-content .form-row .form-col {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

.order-page .page-content .form-row .form-col.is-completed .translate-label {
  font-size: 12px;
  color: #999;
  top: -20px;
  left: 0;
}

.order-page .page-content .form-row .form-col.textarea-col {
  width: 100%;
}

.order-page .page-content .form-row .form-col.textarea-col textarea {
  height: none;
  min-height: 120px;
}

.order-page .page-content .form-row .translate-input {
  width: 100%;
  height: 32px;
  border: 0;
  border: 1px solid #8c8c8c;
  color: #333;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.order-page .page-content .form-row .translate-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.order-page .page-content .form-row .translate-label {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 16px;
  color: #a6a6a6;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.order-page .page-content .form-row .translate-label span {
  color: #df0024;
}

.order-page .page-content .default-select {
  position: relative;
}

.order-page .page-content .default-select .select-button {
  border: 1px solid #8c8c8c;
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  text-align: left;
  padding: 0 25px 0 15px;
  background-color: #fff;
  color: #a6a6a6;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.order-page .page-content .default-select .select-button:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}

.order-page .page-content .default-select .select-sorting {
  position: absolute;
  left: 0;
  right: 0;
  top: 51px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #8c8c8c;
  list-style: none;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}

.order-page .page-content .default-select .select-sorting a {
  display: block;
  padding: 7px;
  color: #363636;
}

.order-page .page-content .default-select .select-sorting a:hover,
.order-page .page-content .default-select .select-sorting a:focus,
.order-page .page-content .default-select .select-sorting a:active {
  text-decoration: none;
  background-color: #fe8143;
  color: #fff;
}

.order-page .page-content hr {
  border-top: 1px solid #363636;
}

.order-page .page-content .order-footer hr {
  margin: 5px 0 10px;
  max-width: 350px;
  min-width: 250px;
  display: inline-block;
  border-top: 1px solid #acacac;
}

.order-page .page-content .order-footer p {
  margin: 0 0 10px;
  font-size: 14px;
}

.order-page .page-content .order-footer p strong {
  font-weight: 700;
}

.order-page .page-content .order-footer .default-button {
  font-size: 13px;
  border: 2px solid #fe8143;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.order-page .page-content .order-footer .default-button.inverted-button {
  background-color: #fff;
  color: #363636;
  position: relative;
  padding-left: 40px;
  padding-right: 32px;
}

.order-page .page-content .order-footer .default-button.inverted-button:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 5px solid #363636;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 20px;
  top: 12px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.order-page .page-content .order-footer .default-button.inverted-button:hover {
  background-color: #fe8143;
  color: #fff;
}

.order-page .page-content .order-footer .default-button.inverted-button:hover:after {
  border-right: 5px solid #fff;
}

.comparison-page {
  background-color: #ebebeb;
}

.comparison-page .page-content {
  background-color: #fff;
  margin: 15px 0;
}

.comparison-page .table-responsive td {
  vertical-align: middle;
  text-align: center;
  min-width: 150px;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px;
  font-size: 12px;
}

.comparison-page .table-responsive td:first-of-type {
  text-align: left;
  font-weight: 700;
  min-width: 120px;
}

.comparison-page .table-responsive td:first-of-type span {
  font-weight: 400;
  display: block;
}

.comparison-page .table-responsive td:nth-of-type(even) {
  background-color: #fafafa;
}

.comparison-page .table-responsive td.char-cell {
  vertical-align: top;
}

.comparison-page .table-responsive tr:first-of-type td {
  border-bottom: 1px solid #fe8143;
  position: relative;
  padding-right: 23px;
}

.comparison-page .table-responsive tr:first-of-type td a {
  color: #363636;
}

.comparison-page .table-responsive img {
  display: block;
  max-width: 50px;
  margin: 0 auto;
}

.comparison-page .table-responsive ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  max-height: 300px;
  overflow: hidden;
}

.comparison-page .table-responsive ul.active {
  max-height: none;
}

.comparison-page .table-responsive ul li {
  margin: 4px 0;
}

.comparison-page .table-responsive .compare-list-button {
  display: none;
  width: 50px;
  position: relative;
  margin: 0 auto;
  padding: 0 0 18px;
  text-align: center;
  font-size: 18px;
  line-height: 0.1;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}

.comparison-page .table-responsive .compare-list-button:after {
  content: '';
  width: 0;
  border-top: 7px solid #363636;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.comparison-page .table-responsive .compare-list-button.active {
  color: #fe8143;
}

.comparison-page .table-responsive .compare-list-button.active:after {
  border-top: 5px solid #fe8143;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.comparison-page .table-responsive a {
  color: #fe8143;
}

.comparison-page .table-responsive .new-cost {
  color: #fe8143;
  font-weight: 700;
  font-size: 16px;
}

.comparison-page .table-responsive .new-cost p {
  margin: 0;
}

.comparison-page .table-responsive .old-cost p {
  margin: 0;
  display: inline-block;
  position: relative;
}

.comparison-page .table-responsive .old-cost p:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 8px;
  height: 1px;
  background-color: #363636;
}

.comparison-page .table-responsive .available {
  color: #64b15a;
}

.comparison-page .table-responsive .not-available {
  color: #df0024;
}

.comparison-page .table-responsive .product-rating {
  padding: 0 12px;
  margin-bottom: 5px;
}

.comparison-page .table-responsive .product-rating span {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.comparison-page .table-responsive .product-rating .full-star {
  background: url(../img/full-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.comparison-page .table-responsive .product-rating .half-star {
  background: url(../img/half-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.comparison-page .table-responsive .product-rating .empty-star {
  background: url(../img/empty-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.comparison-page .table-responsive .product-rating p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin: 0;
}

.comparison-page .table-responsive .oneclick-buy {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 11px;
  color: #343434;
  text-decoration: underline;
  margin-top: 8px;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.comparison-page .table-responsive .oneclick-buy:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/check-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.comparison-page .table-responsive .default-button {
  font-size: 13px;
  padding: 5px 10px;
}

.comparison-page .delete-compare {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 1px solid #464646;
  background-color: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.comparison-page .delete-compare:before,
.comparison-page .delete-compare:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 3px;
  top: 7px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.comparison-page .delete-compare:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.comparison-page .delete-compare:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comparison-page .delete-compare:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.comparison-page .delete-compare:hover:before,
.comparison-page .delete-compare:hover:after {
  background: #fff;
}

.comparison-page .doubleScroll-scroll-wrapper {
  height: 16px !important;
}

.comparison-page .swipe-sign {
  width: 40px;
  height: 40px;
  margin: 10px auto;
}

.comparison-page .swipe-sign img {
  display: block;
  width: 40px;
}

.comparison-page .compare-existence {
  padding-top: 1px;
  padding-bottom: 1px;
}

.comparison-page .compare-empty {
  display: none;
  text-align: center;
  padding: 100px 0;
}

.comparison-page .compare-empty h2 {
  font-size: 16px;
}

.comparison-page .compare-empty h2:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/compare-empty-icon.png) no-repeat center;
  display: block;
  margin: 0 auto 10px;
}

.comparison-page .compare-empty p {
  font-size: 13px;
}

.comparison-page .compare-empty .default-button {
  font-size: 13px;
}

.contacts-page .page-content {
  margin: 15px 0;
  padding: 15px;
}

.contacts-page .page-content iframe {
  width: 100% !important;
  height: 230px !important;
}

.contacts-page .contacts-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacts-page .contacts-info li {
  padding-left: 30px;
  position: relative;
  margin: 18px 0;
}

.contacts-page .contacts-info li p {
  margin: 0 0 5px;
}

.contacts-page .contacts-info li sub {
  display: block;
  text-align: center;
  max-width: 180px;
}

.contacts-page .contacts-info li sub a {
  color: #a6a6a6;
}

.contacts-page .contacts-info li img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 16px;
}

.contacts-page .contacts-info li a {
  color: #363636;
}

.contacts-page .contacts-social {
  margin-bottom: 15px;
}

.contacts-page .contacts-social a {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 1px solid #363636;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin: 0 4px;
}

.contacts-page .contacts-social a:hover {
  border: 1px solid #fe8143;
}

.contacts-page .contacts-social a:hover svg {
  fill: #fe8143;
}

.contacts-page .contacts-social a svg {
  width: 16px;
  fill: #363636;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.contacts-page .contacts-form {
  margin-top: 30px;
}

.contacts-page .contacts-form h2 {
  font-size: 18px;
  margin: 0 0 25px;
}

.contacts-page .contacts-form .form-row {
  margin: 0;
}

.contacts-page .contacts-form .form-col {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

.contacts-page .contacts-form .form-col.is-completed .translate-label {
  font-size: 12px;
  color: #999;
  top: -20px;
  left: 0;
}

.contacts-page .contacts-form .form-col textarea {
  height: 180px;
}

.contacts-page .contacts-form .translate-input {
  width: 100%;
  height: 32px;
  border: 0;
  border: 1px solid #8c8c8c;
  color: #333;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.contacts-page .contacts-form .translate-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.contacts-page .contacts-form .translate-label {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 16px;
  color: #a6a6a6;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.contacts-page .contacts-form .translate-label span {
  color: #df0024;
}

.contacts-page .contacts-form .default-button.inverted-button {
  width: 100%;
  background-color: #363636;
  border: 1px solid #363636;
  font-weight: 500;
  font-size: 18px;
  padding: 11px 10px;
}

.contacts-page .contacts-form .default-button.inverted-button:hover {
  background-color: #fff;
  color: #363636;
}

.contacts-page .wide-line {
  background-color: #fe8143;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 15px -15px;
}

.contacts-page .wide-line h2 {
  margin: 0;
  font-size: 22px;
}

.contacts-page .address-container h3 {
  font-size: 22px;
  margin: 15px 0 10px;
}

.contacts-page .address-container .table-row {
  border-bottom: 1px solid #bababa;
  padding-bottom: 10px;
}

.contacts-page .address-container .table-td {
  position: relative;
  padding: 5px 5px 5px 25px;
}

.contacts-page .address-container .table-td img {
  position: absolute;
  max-width: 16px;
  left: 0;
  top: 8px;
}

.contacts-page .address-container .table-td p {
  margin: 0 0 5px;
}

.contacts-page .address-container .table-td p a {
  color: #363636;
}

.contacts-page .address-container .table-td a {
  color: #a6a6a6;
}

.news-page .news-head {
  margin-bottom: 20px;
}

.news-page .news-head .news-social {
  float: right;
}

.news-page .news-head .news-date {
  margin-top: 10px;
  padding-left: 20px;
  float: left;
  position: relative;
}

.news-page .news-head .news-date:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/clock-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1px;
}

.news-page .news-head .news-date p {
  margin: 0;
}

.news-page .row .news-item {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid transparent;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.news-page .row .news-item .item-img {
  height: 100px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #aaaeb1;
  margin-bottom: 5px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.news-page .row .news-item .item-img:hover {
  opacity: 0.8;
}

.news-page .row .news-item .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-page .row .news-item .item-title {
  min-height: 1;
  margin: 0 30px 10px;
}

.news-page .row .news-item .item-title h2,
.news-page .row .news-item .item-title h3 {
  margin: 0;
  font-size: 13px;
  color: #363636;
  font-weight: 500;
}

.news-page .row .news-item .item-title h2 a,
.news-page .row .news-item .item-title h3 a {
  color: inherit;
}

.news-page .row .news-item .item-text {
  font-size: 11px;
  margin: 0 30px 5px;
}

.news-page .row .news-item .item-text p {
  margin: 0;
}

.news-page .row .news-item .item-link {
  color: #363636;
  font-size: 11px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding: 8px 0;
  display: inline-block;
  text-align: center;
  border-top: 1px #fe8143 solid;
  width: 100%;
  text-decoration: none;
  opacity: 0;
}

.news-page .row .news-item .item-link svg {
  display: inline-block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  width: 10px;
  fill: #363636;
}

.news-page .row .news-item .item-link:hover {
  color: #363636;
}

.news-page .row .news-item .item-link:hover svg {
  fill: #363636;
}

.news-page .row .news-item:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border: 1px solid #56575c;
  background-color: #f3f4f6;
}

.news-page .row .news-item:hover .item-link {
  opacity: 1;
}

.news-page .news-social a {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 1px solid #363636;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin: 0 4px;
}

.news-page .news-social a:hover {
  border: 1px solid #fe8143;
}

.news-page .news-social a:hover svg {
  fill: #fe8143;
}

.news-page .news-social a svg {
  width: 16px;
  fill: #363636;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.news-page .inner-news-slider {
  padding-top: 40px;
  margin-bottom: 20px;
}

.news-page .inner-news-slider .item {
  height: 200px;
  margin: 0 5px;
  position: relative;
}

.news-page .inner-news-slider .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.news-page .inner-news-slider .item.slick-center:after {
  background-color: rgba(255, 255, 255, 0);
}

.news-page .inner-news-slider img {
  display: block;
  height: 100%;
}

.news-page .inner-news-slider .slick-arrow {
  position: absolute;
  top: 0;
  background-color: #363636;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.news-page .inner-news-slider .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.news-page .inner-news-slider .slick-arrow.next-arrow {
  right: 0;
}

.news-page .inner-news-slider .slick-arrow.prev-arrow {
  left: 0;
}

.news-page .inner-news-slider .slick-arrow:hover {
  background-color: #000;
}

.news-page .inner-news-text p {
  font-size: 13px;
}

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 30px;
}

.pagination .page-link {
  padding: 7px 3px;
  line-height: 1;
  height: 30px;
  width: 30px;
  color: #363636;
  text-align: center;
  border: 1px solid #8a8888;
}

.pagination .page-link.active {
  background-color: #fe8143;
  border: 1px solid #fe8143;
  color: #fff;
}

.pagination img {
  display: block;
  width: 10px;
  margin: 2px auto 0;
}

.cabinet-page {
  background-color: #ebebeb;
}

.cabinet-page .page-content {
  background-color: #fff;
  margin-bottom: 30px;
  font-size: 13px;
  padding: 15px;
}

.cabinet-page .page-content h2,
.cabinet-page .page-content h3 {
  font-size: 18px;
  margin: 20px 0;
}

.cabinet-page .page-content hr {
  border-top: 1px solid #fe8143;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cabinet-page .page-content ol {
  padding: 0;
  padding-left: 25px;
}

.cabinet-page .page-content ol li {
  position: relative;
  margin: 12px 0;
}

.cabinet-page .page-content ol li:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fe8143;
  position: absolute;
  left: -25px;
  bottom: -5px;
}

.cabinet-page .page-content ol ul {
  list-style-type: disc;
}

.cabinet-page .page-content ol ul li {
  margin: 5px 0;
}

.cabinet-page .page-content ol ul li:after {
  display: none;
}

.cabinet-page .nav-tabs {
  border-bottom: 0;
}

.cabinet-page .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 10px;
}

.cabinet-page .nav-tabs .nav-item .nav-link {
  background-color: #363636;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

.cabinet-page .nav-tabs .nav-item .nav-link p {
  font-weight: 500;
  margin: 0 0 3px;
}

.cabinet-page .nav-tabs .nav-item .nav-link span {
  font-size: 12px;
  font-weight: 300;
}

.cabinet-page .nav-tabs .nav-item .nav-link.active,
.cabinet-page .nav-tabs .nav-item .nav-link:hover {
  border-color: #363636;
}

.cabinet-page .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;
  border: 1px solid #fff;
}

.cabinet-page .nav-tabs .nav-item .nav-link.active p {
  color: #363636;
}

.cabinet-page .nav-tabs .nav-item .nav-link.active span {
  color: #959595;
}

.cabinet-page .review-item {
  position: relative;
  margin-bottom: 35px;
}

.cabinet-page .review-item>.default-button {
  width: 200px;
  padding: 8px 10px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cabinet-page .review-item .product-content {
  margin-bottom: 20px;
}

.cabinet-page .review-item .product-content .item-img {
  padding-right: 30px;
  margin-bottom: 10px;
}

.cabinet-page .review-item .product-content .item-img img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}

.cabinet-page .review-item .product-content h2,
.cabinet-page .review-item .product-content h3 {
  font-size: 16px;
  color: #363636;
  margin: 0 0 10px;
}

.cabinet-page .review-item .product-content h2 a,
.cabinet-page .review-item .product-content h3 a {
  color: inherit;
  text-decoration: underline;
}

.cabinet-page .review-item .product-content .item-company a {
  color: #fe8143;
  font-size: 16px;
}

.cabinet-page .review-item .product-content .product-code .code-text {
  color: #6f6f6f;
  display: inline-block;
  vertical-align: top;
}

.cabinet-page .review-item .product-content .product-code .code-text p {
  margin: 0;
}

.cabinet-page .review-item .product-content .product-code i {
  font-style: normal;
  color: #7e7e7e;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.cabinet-page .review-item .product-content .product-code .available {
  display: inline-block;
  vertical-align: top;
  color: #64b15a;
}

.cabinet-page .review-item .product-content .product-code .available p {
  margin: 0;
}

.cabinet-page .review-item .product-content .product-code .not-available {
  display: inline-block;
  vertical-align: top;
  color: #c12018;
}

.cabinet-page .review-item .product-content .product-code .not-available p {
  margin: 0;
}

.cabinet-page .review-item .product-content .item-rating {
  display: inline-block;
  vertical-align: top;
  padding: 3px 12px 0;
  margin-bottom: 5px;
}

.cabinet-page .review-item .product-content .item-rating span {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.cabinet-page .review-item .product-content .item-rating .full-star {
  background: url(../img/full-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.cabinet-page .review-item .product-content .item-rating .half-star {
  background: url(../img/half-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.cabinet-page .review-item .product-content .item-rating .empty-star {
  background: url(../img/empty-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.cabinet-page .review-item .item-number {
  font-size: 13px;
  background-color: #fe8143;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

.cabinet-page .review-item .item-content h2,
.cabinet-page .review-item .item-content h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.cabinet-page .review-item .item-content .content-rating {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
}

.cabinet-page .review-item .item-content .content-rating span {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.cabinet-page .review-item .item-content .content-rating .full-star {
  background: url(../img/full-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.cabinet-page .review-item .item-content .content-rating .half-star {
  background: url(../img/half-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.cabinet-page .review-item .item-content .content-rating .empty-star {
  background: url(../img/empty-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.cabinet-page .review-item .item-content .content-date {
  color: #7e7e7e;
}

.cabinet-page .review-item .item-content p {
  font-size: 13px;
  margin: 0 0 10px;
}

.cabinet-page .cabinet-step h2 {
  font-size: 14px;
  margin: 0 0 25px;
}

.cabinet-page .cabinet-step h2 span {
  background-color: #fe8143;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  padding-top: 8px;
  margin-right: 5px;
  font-size: 16px;
}

.cabinet-page .cabinet-step .form-row .form-group {
  margin-bottom: 0;
}

.cabinet-page .cabinet-step .form-row .form-col {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

.cabinet-page .cabinet-step .form-row .form-col.is-completed .translate-label {
  font-size: 12px;
  color: #999;
  top: -20px;
  left: 0;
}

.cabinet-page .cabinet-step .form-row .form-col.textarea-col {
  width: 100%;
}

.cabinet-page .cabinet-step .form-row .form-col.textarea-col textarea {
  height: none;
  min-height: 120px;
}

.cabinet-page .cabinet-step .form-row .translate-input {
  width: 100%;
  height: 32px;
  border: 0;
  border: 1px solid #8c8c8c;
  color: #363636;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cabinet-page .cabinet-step .form-row .translate-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.cabinet-page .cabinet-step .form-row .translate-label {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 16px;
  color: #a6a6a6;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.cabinet-page .cabinet-step .form-row .translate-label span {
  color: #df0024;
}

.cabinet-page .cabinet-history .table-head {
  border-bottom: 1px solid #363636;
  padding: 5px 0;
  margin-bottom: 10px;
}

.cabinet-page .cabinet-history .table-head h1 {
  float: left;
  font-size: 12px;
}

.cabinet-page .cabinet-history .table-head h1 span {
  background-color: #b7b7b7;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
  margin-left: 3px;
  font-weight: 400;
}

.cabinet-page .cabinet-history .table-head .head-sum {
  float: right;
  margin-top: 6px;
}

.cabinet-page .cabinet-history .table-head .head-sum p {
  font-size: 12px;
}

.cabinet-page .cabinet-history .table-head .head-sum span {
  color: #fe8143;
  font-weight: 700;
}

.cabinet-page .cabinet-history .table-row {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}

.cabinet-page .cabinet-history .table-row.hidden-row {
  display: none;
}

.cabinet-page .cabinet-history .table-row.active {
  display: block;
}

.cabinet-page .cabinet-history .history-date {
  color: #a6a6a6;
}

.cabinet-page .cabinet-history .history-date p {
  margin: 0;
}

.cabinet-page .cabinet-history .history-img img {
  display: block;
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
}

.cabinet-page .cabinet-history .history-code {
  color: #a6a6a6;
}

.cabinet-page .cabinet-history .product-name h2,
.cabinet-page .cabinet-history .product-name h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.cabinet-page .cabinet-history .new-cost {
  color: #fe8143;
  font-weight: 700;
  font-size: 18px;
}

.cabinet-page .cabinet-history .new-cost p {
  margin: 0;
}

.cabinet-page .cabinet-history .old-cost p {
  margin: 0;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.cabinet-page .cabinet-history .old-cost p:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 8px;
  height: 1px;
  background-color: #363636;
}

.cabinet-page .cabinet-history .product-amount {
  border: 1px solid #fe8143;
  padding: 5px 0;
  width: 30px;
  text-align: center;
  margin: 0 auto;
}

.cabinet-page .cabinet-history .total-cost {
  text-align: center;
  margin: 10px 0;
  font-weight: 500;
  font-size: 20px;
  color: #fe8143;
}

.cabinet-page .cabinet-history .total-cost p {
  margin: 0;
}

.cabinet-page .cabinet-history .payed-status {
  background-color: #fe8143;
  padding: 8px;
  display: block;
  width: 135px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cabinet-page .cabinet-history .payed-status p {
  margin: 0;
}

.cabinet-page .cabinet-history .success-status {
  background-color: #64b15a;
  padding: 8px;
  display: block;
  width: 135px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.cabinet-page .cabinet-history .success-status p {
  margin: 0;
}

.cabinet-page .cabinet-history .cancel-status {
  background-color: #c81313;
  padding: 8px;
  display: block;
  width: 135px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.cabinet-page .cabinet-history .cancel-status p {
  margin: 0;
}

.cabinet-page .cabinet-history .toggle-block {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}

.cabinet-page .cabinet-history .toggle-block button {
  border: 0;
  background-color: transparent;
  outline: 0;
}

.cabinet-page .cabinet-history .toggle-block a {
  color: #363636;
}

.cabinet-page .cabinet-history .toggle-block i {
  font-style: normal;
}

.cabinet-page .cabinet-history .toggle-block .history-toggle {
  position: relative;
  cursor: pointer;
}

.cabinet-page .cabinet-history .toggle-block .history-toggle:after {
  content: '';
  width: 15px;
  height: 10px;
  background: url(../img/arrow-down.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.cabinet-page .cabinet-history .toggle-block .history-toggle.active {
  color: #fe8143;
}

.cabinet-page .cabinet-history .toggle-block .history-toggle.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.product-page {
  background-color: #ebebeb;
}

.product-page .page-content {
  background-color: #fff;
  padding: 55px 15px 15px;
  margin-bottom: 15px;
  position: relative;
}

.product-page .page-content .nav-tabs {
  border-bottom: 0;
  margin-bottom: 15px;
}

.product-page .page-content .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 10px;
}

.product-page .page-content .nav-tabs .nav-item .nav-link {
  background-color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-align: center;
  border: 1px solid #fe8143;
  color: #363636;
  padding: 5px;
}

.product-page .page-content .nav-tabs .nav-item .nav-link span {
  font-weight: 300;
}

.product-page .page-content .nav-tabs .nav-item .nav-link.active,
.product-page .page-content .nav-tabs .nav-item .nav-link:hover {
  background-color: #fe8143;
  color: #fff;
}

.product-page .page-content .tab-pane {
  margin: 0 -15px;
  padding: 0 15px;
}

.product-page .page-content .item-compare {
  position: absolute;
  top: 10px;
  right: 60px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.product-page .page-content .item-compare .default-img {
  display: block;
}

.product-page .page-content .item-compare .active-img {
  display: none;
}

.product-page .page-content .item-compare img {
  display: block;
  width: 30px;
}

.product-page .page-content .item-choose {
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

.product-page .page-content .item-choose .default-img {
  display: block;
}

.product-page .page-content .item-choose .active-img {
  display: none;
}

.product-page .page-content .item-choose img {
  display: block;
  width: 28px;
}

.product-page .page-content .item-choose.active .default-img {
  display: none;
}

.product-page .page-content .item-choose.active .active-img {
  display: block;
}

.product-page .product-slider-container {
  position: relative;
}

.product-page .product-slider {
  margin-bottom: 20px;
}

.product-page .product-slider.slick-initialized .item {
  display: block;
}

.product-page .product-slider .item {
  height: 300px;
  display: none;
}

.product-page .product-slider .item:first-of-type {
  display: block;
}

.product-page .product-slider .item a {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
}

.product-page .product-slider .item img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page .product-slider iframe {
  height: 100% !important;
  width: 100% !important;
}

.product-page .product-slider .zoom-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
  z-index: 1;
  background: url(../img/zoom-in.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .product-slider-nav {
  margin-bottom: 20px;
}

.product-page .product-slider-nav.slick-initialized .item {
  display: block;
}

.product-page .product-slider-nav .item {
  height: 75px;
  border: 1px solid transparent;
  margin: 0 7.5px;
  outline: none;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  display: none;
}

.product-page .product-slider-nav .item img {
  display: block;
  max-height: 72px;
  max-width: 70px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page .product-slider-nav .item.slick-current {
  border: 1px solid #fe8143;
}

.product-page .product-slider-nav .item.video-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3) url(../img/camera-icon.svg) no-repeat center;
  -webkit-background-size: 25px 25px;
  background-size: 25px;
  width: 100%;
  height: 100%;
}

.product-page .product-slider-nav .slick-arrow {
  position: absolute;
  top: 22px;
  background-color: #7e7e7e;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 5;
}

.product-page .product-slider-nav .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.product-page .product-slider-nav .slick-arrow.prev-arrow {
  left: -15px;
}

.product-page .product-slider-nav .slick-arrow.next-arrow {
  right: -15px;
}

.product-page .product-slider-nav .slick-arrow:hover {
  background-color: #000;
}

.product-page .product-description h1 {
  font-size: 18px;
  margin: 0 0 10px;
}

.product-page .product-description .product-code {
  margin-bottom: 5px;
}

.product-page .product-description .product-code .code-text {
  color: #6f6f6f;
  display: inline-block;
  vertical-align: top;
}

.product-page .product-description .product-code .code-text p {
  margin: 0;
  font-size: 12px;
}

.product-page .product-description .product-code i {
  font-style: normal;
  color: #7e7e7e;
  display: inline-block;
  vertical-align: top;
  margin: -2px 5px 0;
}

.product-page .product-description .product-code .available {
  display: inline-block;
  vertical-align: top;
  color: #64b15a;
}

.product-page .product-description .product-code .available p {
  margin: 0;
  font-size: 12px;
}

.product-page .product-description .product-code .not-available {
  display: inline-block;
  vertical-align: top;
  color: #c12018;
}

.product-page .product-description .product-code .not-available p {
  margin: 0;
  font-size: 12px;
}

.product-page .product-description .item-company a {
  color: #fe8143;
  font-size: 16px;
}

.product-page .product-description .product-colors {
  text-align: center;
}

.product-page .product-description .product-colors a {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 5px auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  outline: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.product-page .product-description .product-colors a:hover {
  opacity: 0.8;
}

.product-page .product-description .product-colors a:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.product-page .product-description .product-colors a.active:after {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}

.product-page .product-description .item-rating {
  display: inline-block;
  vertical-align: top;
  padding: 3px 12px 0;
  margin-bottom: 5px;
}

.product-page .product-description .item-rating span {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.product-page .product-description .item-rating .full-star {
  background: url(../img/full-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .product-description .item-rating .half-star {
  background: url(../img/half-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .product-description .item-rating .empty-star {
  background: url(../img/empty-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .product-description .new-cost {
  color: #fe8143;
  font-weight: 700;
  font-size: 18px;
}

.product-page .product-description .new-cost p {
  margin: 0;
}

.product-page .product-description .old-cost p {
  margin: 0;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.product-page .product-description .old-cost p:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 8px;
  height: 1px;
  background-color: #363636;
}

.product-page .product-description .product-bonus {
  margin-top: 10px;
}

.product-page .product-description .product-bonus span {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: #7e7e7e url(../img/question-icon.svg) no-repeat center;
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.product-page .product-description .buy-buttons {
  text-align: center;
  margin-bottom: 15px;
}

.product-page .product-description .buy-buttons .default-button {
  display: block;
  width: 200px;
  margin: 0 auto;
}

.product-page .product-description .buy-buttons .default-button .default-text {
  display: block;
}

.product-page .product-description .buy-buttons .default-button .active-text {
  display: none;
}

.product-page .product-description .buy-buttons .default-button.active .default-text {
  display: none;
}

.product-page .product-description .buy-buttons .default-button.active .active-text {
  display: block;
}

.product-page .product-description .buy-buttons .oneclick-buy {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  color: #343434;
  text-decoration: underline;
  margin: 10px;
  font-weight: 500;
}

.product-page .product-description .buy-buttons .oneclick-buy:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/check-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.product-page .product-description .buy-buttons .oneclick-buy:hover {
  text-decoration: none;
}

.product-page .product-description .buy-buttons p {
  display: inline-block;
  margin: 0;
  position: relative;
  padding-right: 20px;
}

.product-page .product-description .buy-buttons p span {
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  background: #7e7e7e url(../img/question-icon.svg) no-repeat center;
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.product-page .product-description .buy-buttons p a {
  color: #6291e4;
  text-decoration: underline;
}

.product-page .product-description .buy-buttons p a:hover {
  text-decoration: none;
}

.product-page .product-description .buy-buttons .payment-link {
  font-size: 13px;
}

.product-page .product-description table {
  width: 100%;
  font-size: 12px;
  margin: 0 0 20px;
}

.product-page .product-description table tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.product-page .product-description table td {
  padding: 3px;
}

.product-page .cross-buy {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.product-page .cross-buy>h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

.product-page .cross-buy .cross-buy-slider {
  margin-bottom: 20px;
}

.product-page .cross-buy .cross-buy-slider .item {
  outline: none;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.product-page .cross-buy .cross-buy-slider .item a {
  outline: 0;
}

.product-page .cross-buy .cross-buy-slider .item img {
  display: block;
  max-height: 80px;
  max-width: 80px;
  margin: 0 auto;
}

.product-page .cross-buy .cross-buy-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: #7e7e7e;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 5;
}

.product-page .cross-buy .cross-buy-slider .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.product-page .cross-buy .cross-buy-slider .slick-arrow.prev-arrow {
  left: -15px;
}

.product-page .cross-buy .cross-buy-slider .slick-arrow.next-arrow {
  right: -15px;
}

.product-page .cross-buy .cross-buy-slider .slick-arrow:hover {
  background-color: #000;
}

.product-page .cross-buy .cross-buy-slider .item-img {
  margin-bottom: 10px;
}

.product-page .cross-buy .cross-buy-slider .item-descr {
  text-align: center;
}

.product-page .cross-buy .cross-buy-slider .item-descr p {
  margin: 0;
}

.product-page .cross-buy .cross-buy-slider .item-descr .new-cost {
  color: #fe8143;
  font-weight: 700;
  font-size: 18px;
}

.product-page .cross-buy .cross-buy-slider .item-descr .new-cost p {
  margin: 0;
}

.product-page .cross-buy .cross-buy-slider .item-descr .old-cost p {
  margin: 0;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.product-page .cross-buy .cross-buy-slider .item-descr .old-cost p:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 10px;
  height: 1px;
  background-color: #363636;
}

.product-page .cross-buy .cross-buy-slider .item-title h2,
.product-page .cross-buy .cross-buy-slider .item-title h3 {
  font-size: 14px;
}

.product-page .cross-buy .cross-buy-slider .cross-plus,
.product-page .cross-buy .cross-buy-slider .cross-equal {
  margin: 10px 0;
}

.product-page .cross-buy .cross-buy-slider .cross-plus img,
.product-page .cross-buy .cross-buy-slider .cross-equal img {
  display: block;
  top: auto;
  width: 20px;
}

.product-page .cross-buy .cross-buy-slider .cross-total {
  text-align: center;
}

.product-page .cross-buy .cross-buy-slider .cross-total .new-cost {
  color: #fe8143;
  font-weight: 700;
  font-size: 20px;
}

.product-page .cross-buy .cross-buy-slider .cross-total .new-cost p {
  margin: 0;
}

.product-page .cross-buy .cross-buy-slider .cross-total .old-cost p {
  margin: 0;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.product-page .cross-buy .cross-buy-slider .cross-total .old-cost p:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 10px;
  height: 1px;
  background-color: #363636;
}

.product-page .cross-buy .cross-buy-slider .cross-total .default-button {
  margin-top: 10px;
}

.product-page .cross-buy .cross-buy-slider .slick-dots {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.product-page .cross-buy .cross-buy-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.product-page .cross-buy .cross-buy-slider .slick-dots li.slick-active button {
  background-color: #fe8143;
}

.product-page .cross-buy .cross-buy-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #363636;
  font-size: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.product-page .sm-product {
  margin: 10px 0 30px;
  display: none;
}

.product-page .sm-product .item-img {
  float: left;
}

.product-page .sm-product .item-img img {
  display: block;
  max-width: 80px;
  max-height: 80px;
}

.product-page .sm-product .item-text {
  margin-left: 100px;
}

.product-page .sm-product h2,
.product-page .sm-product h3 {
  font-size: 16px;
  color: #363636;
  margin: 0 0 10px;
}

.product-page .sm-product h2 a,
.product-page .sm-product h3 a {
  color: inherit;
  text-decoration: underline;
}

.product-page .sm-product .item-company a {
  color: #fe8143;
  font-size: 16px;
}

.product-page .sm-product .product-code .code-text {
  color: #6f6f6f;
  display: inline-block;
  vertical-align: top;
}

.product-page .sm-product .product-code .code-text p {
  margin: 0;
}

.product-page .sm-product .product-code i {
  font-style: normal;
  color: #7e7e7e;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.product-page .sm-product .product-code .available {
  display: inline-block;
  vertical-align: top;
  color: #64b15a;
}

.product-page .sm-product .product-code .available p {
  margin: 0;
}

.product-page .sm-product .product-code .not-available {
  display: inline-block;
  vertical-align: top;
  color: #c12018;
}

.product-page .sm-product .product-code .not-available p {
  margin: 0;
}

.product-page .sm-product .item-rating {
  display: inline-block;
  vertical-align: top;
  padding: 3px 12px 0;
  margin-bottom: 5px;
}

.product-page .sm-product .item-rating span {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.product-page .sm-product .item-rating .full-star {
  background: url(../img/full-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .sm-product .item-rating .half-star {
  background: url(../img/half-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .sm-product .item-rating .empty-star {
  background: url(../img/empty-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .sm-product .oneclick-buy {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #343434;
  text-decoration: underline;
  margin: 18px 0 0;
  font-weight: 500;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.product-page .sm-product .oneclick-buy:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/check-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.product-page .sm-product .default-button {
  margin-right: 12px;
}

.product-page .sm-product .default-button .default-text {
  display: block;
}

.product-page .sm-product .default-button .active-text {
  display: none;
}

.product-page .sm-product .default-button.active .default-text {
  display: none;
}

.product-page .sm-product .default-button.active .active-text {
  display: block;
}

.product-page .sm-product .product-cost {
  margin-bottom: 10px;
}

.product-page .sm-product .product-cost .old-cost {
  color: #353535;
  font-size: 14px;
}

.product-page .sm-product .product-cost .old-cost p {
  margin: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.product-page .sm-product .product-cost .old-cost p:after {
  content: '';
  height: 1px;
  position: absolute;
  left: -2px;
  right: -2px;
  background-color: #353535;
  top: 6px;
}

.product-page .sm-product .product-cost .new-cost {
  color: #ff6500;
}

.product-page .sm-product .product-cost .new-cost p {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

.product-page .lg-tables table {
  margin-bottom: 20px;
}

.product-page .lg-tables tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.product-page .lg-tables td {
  font-size: 13px;
  padding: 5px;
}

.product-page .inner-descr>h2,
.product-page .inner-descr h3 {
  font-size: 15px;
  line-height: 1;
  margin: 0 0 5px;
  font-weight: 500;
}

.product-page .inner-descr>p {
  font-size: 13px;
  margin: 0 0 20px;
}

.product-page .inner-descr>img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

.product-page .review-container {
  margin: 25px 0 0;
  padding: 0 0 5px;
  border-bottom: 1px dashed #ddd;
}

.product-page .create-comment-link {
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  float: right;
  outline: 0;
}

.product-page .create-comment-link:hover {
  border: 1px solid #fe8143;
  background: #fe8143;
  color: #fff;
}

.product-page .review-item {
  margin: 20px 0;
  position: relative;
}

.product-page .review-item .item-name h2,
.product-page .review-item .item-name h3 {
  font-size: 16px;
  margin: 0 0 10px;
}

.product-page .review-item .item-rating {
  margin-bottom: 5px;
}

.product-page .review-item .item-rating span {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.product-page .review-item .item-rating .full-star {
  background: url(../img/full-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .review-item .item-rating .half-star {
  background: url(../img/half-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .review-item .item-rating .empty-star {
  background: url(../img/empty-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .review-item .item-date {
  color: #7e7e7e;
}

.product-page .review-item .item-date p {
  margin: 0;
  font-size: 12px;
}

.product-page .review-item .item-images img {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  max-width: 80px;
  border: 1px solid #5e5e5e;
}

.product-page .review-item .item-text {
  margin: 15px 0 10px;
}

.product-page .review-item .item-text p {
  margin: 0 0 15px;
  font-size: 13px;
}

.product-page .review-item .review-toggle {
  padding: 0;
  display: inline-block;
  color: #1a6ddd;
  outline: 0;
  border: 0;
  background-color: transparent;
  text-decoration: underline;
  cursor: pointer;
}

.product-page .review-item .item-benefit {
  margin-bottom: 10px;
}

.product-page .review-item .item-benefit p {
  margin: 0 0 5px;
  font-size: 13px;
}

.product-page .review-item .item-disadvantage {
  margin-bottom: 10px;
}

.product-page .review-item .item-disadvantage p {
  margin: 0 0 5px;
  font-size: 13px;
}

.product-page .review-item .review-dropdown {
  display: none;
  padding: 5px;
  max-width: 450px;
  margin: 0 auto;
}

.product-page .review-item .review-dropdown .form-row {
  display: block;
}

.product-page .review-item .review-dropdown .form-control {
  width: 100%;
  height: 32px;
  border: 0;
  border: 1px solid #8c8c8c;
  color: #fff;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
}

.product-page .review-item .review-dropdown .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.product-page .review-item .review-dropdown .form-col {
  padding-bottom: 20px;
}

.product-page .review-item .review-dropdown textarea {
  min-height: 120px;
}

.product-page .review-item.response-item {
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.product-page .review-item.response-item:after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: -26px;
  left: 0;
  border-left: 1px dashed #B8B9B9;
}

.product-page .review-item.response-item:last-of-type:after {
  display: none;
}

.product-page .review-item .angle {
  width: 20px;
  height: 20px;
  background: url(../img/angle-arrow-icon.svg) no-repeat center;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  position: absolute;
  top: -5px;
  left: -25px;
}

.product-page .create-review {
  margin: 0 auto;
  padding: 20px 5px;
}

.product-page .create-review>h2,
.product-page .create-review>h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
}

.product-page .create-review .form-row {
  display: block;
}

.product-page .create-review label {
  display: block;
  margin-bottom: 3px;
}

.product-page .create-review .form-control {
  width: 100%;
  height: 32px;
  border: 0;
  border: 1px solid #8c8c8c;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
}

.product-page .create-review .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.product-page .create-review .form-col {
  padding-bottom: 20px;
}

.product-page .create-review textarea {
  height: 100px;
  width: 100%;
  border: 1px solid #8c8c8c;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
}

.product-page .create-review textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.product-page .create-review .review-raiting {
  margin: -8px 0 15px -3px;
}

.product-page .create-review .review-raiting p {
  margin: 0 0 5px;
}

.product-page .create-review .benefit-col textarea {
  resize: vertical;
  height: 50px;
  color: #181818;
}

.product-page .create-review .disadvantage-col textarea {
  resize: vertical;
  height: 50px;
  color: #181818;
}

.product-page .create-review .attach-file {
  position: relative;
  margin-top: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.product-page .create-review .attach-file input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.product-page .create-review .attach-file label {
  display: block;
  width: 100%;
  max-width: none;
  font-size: 14px;
  color: #181818;
  background-color: #fff;
  font-weight: normal;
  border: 0;
  padding: 0 0 0 25px;
  position: relative;
}

.product-page .create-review .attach-file label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 17px;
  background: url(../img/attachment.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-page .create-review .default-button {
  display: block;
  margin-top: 25px;
  width: 100%;
}

.catalog-page {
  background-color: #ebebeb;
}

.catalog-page .breadcrumbs {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.catalog-page .breadcrumb {
  margin: 0;
}

.catalog-page .catalog-show {
  float: right;
  position: relative;
  z-index: 10;
  margin-top: -2px;
}

.catalog-page .catalog-show p {
  margin: 6px 5px 0 0;
  vertical-align: top;
  font-weight: 500;
  font-size: 13px;
  display: none;
}

.catalog-page .catalog-show .select-button {
  border: 1px solid transparent;
  background-color: transparent;
  font-size: 16px;
  padding: 3px 25px 3px 5px;
  position: relative;
  font-weight: 300;
  cursor: pointer;
  outline: 0;
  color: #fe8143;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.catalog-page .catalog-show .select-button:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 11px;
  right: 7px;
  pointer-events: none;
}

.catalog-page .catalog-show .select-sorting {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50px;
  border: 1px solid #fe8143;
}

.catalog-page .catalog-show .select-sorting li a {
  display: block;
  padding: 2px 10px;
  font-size: 16px;
  color: #363636;
  width: 100%;
}

.catalog-page .catalog-show .select-sorting li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #fe8143;
}

.catalog-page .catalog-sorting {
  float: right;
  position: relative;
  z-index: 15;
  margin-left: 10px;
}

.catalog-page .catalog-sorting p {
  margin: 5px 5px 0 0;
  vertical-align: top;
  font-weight: 500;
  font-size: 13px;
  display: none;
}

.catalog-page .catalog-sorting .select-button {
  border: 1px solid #fe8143;
  background-color: transparent;
  font-size: 13px;
  padding: 3px 25px 3px 10px;
  position: relative;
  font-weight: 300;
  outline: 0;
  cursor: pointer;
  width: 150px;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.catalog-page .catalog-sorting .select-button span {
  display: block;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.catalog-page .catalog-sorting .select-button:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #363636;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 9px;
  right: 7px;
}

.catalog-page .catalog-sorting .select-sorting {
  position: absolute;
  top: -webkit-calc(100% + 1px);
  top: calc(100% + 1px);
  right: 0;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #fe8143;
}

.catalog-page .catalog-sorting .select-sorting li a {
  display: block;
  padding: 2px 10px;
  font-size: 14px;
  color: #363636;
  width: 100%;
}

.catalog-page .catalog-sorting .select-sorting li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #fe8143;
}

.catalog-page .catalog-buttons {
  float: right;
  margin-top: 2px;
  margin-left: 10px;
}

.catalog-page .grid-button,
.catalog-page .cube-button,
.catalog-page .marked-list-button,
.catalog-page .list-button {
  width: 21px;
  height: 21px;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  cursor: pointer;
  outline: 0;
}

.catalog-page .grid-button span,
.catalog-page .cube-button span,
.catalog-page .marked-list-button span,
.catalog-page .list-button span {
  position: absolute;
  background-color: #363636;
}

.catalog-page .grid-button span:before,
.catalog-page .grid-button span:after,
.catalog-page .cube-button span:before,
.catalog-page .cube-button span:after,
.catalog-page .marked-list-button span:before,
.catalog-page .marked-list-button span:after,
.catalog-page .list-button span:before,
.catalog-page .list-button span:after {
  content: '';
  position: absolute;
  background-color: #363636;
}

.catalog-page .grid-button.active span,
.catalog-page .cube-button.active span,
.catalog-page .marked-list-button.active span,
.catalog-page .list-button.active span {
  background-color: #fe8143;
}

.catalog-page .grid-button.active span:before,
.catalog-page .grid-button.active span:after,
.catalog-page .cube-button.active span:before,
.catalog-page .cube-button.active span:after,
.catalog-page .marked-list-button.active span:before,
.catalog-page .marked-list-button.active span:after,
.catalog-page .list-button.active span:before,
.catalog-page .list-button.active span:after {
  background-color: #fe8143;
}

.catalog-page .grid-button {
  position: relative;
}

.catalog-page .grid-button span {
  width: 5px;
  height: 5px;
  left: 8px;
}

.catalog-page .grid-button span:before,
.catalog-page .grid-button span:after {
  width: 5px;
  height: 5px;
}

.catalog-page .grid-button span:before {
  left: -8px;
}

.catalog-page .grid-button span:after {
  right: -8px;
}

.catalog-page .grid-button span:nth-of-type(1) {
  top: 0;
}

.catalog-page .grid-button span:nth-of-type(2) {
  top: 8px;
}

.catalog-page .grid-button span:nth-of-type(3) {
  bottom: 0;
}

.catalog-page .cube-button span {
  width: 9px;
  height: 9px;
  left: 0;
}

.catalog-page .cube-button span:before,
.catalog-page .cube-button span:after {
  width: 9px;
  height: 9px;
}

.catalog-page .cube-button span:before {
  right: -12px;
}

.catalog-page .cube-button span:after {
  right: -12px;
}

.catalog-page .cube-button span:nth-of-type(1) {
  top: 0;
}

.catalog-page .cube-button span:nth-of-type(2) {
  bottom: 0;
}

.catalog-page .marked-list-button {
  width: 26px;
  display: none;
}

.catalog-page .marked-list-button span {
  width: 5px;
  height: 5px;
  left: 0;
}

.catalog-page .marked-list-button span:after {
  top: 0;
  width: 18px;
  height: 5px;
}

.catalog-page .marked-list-button span:after {
  right: -21px;
}

.catalog-page .marked-list-button span:nth-of-type(1) {
  top: 0;
}

.catalog-page .marked-list-button span:nth-of-type(2) {
  top: 8px;
}

.catalog-page .marked-list-button span:nth-of-type(3) {
  bottom: 0;
}

.catalog-page .list-button {
  width: 25px;
  display: none;
}

.catalog-page .list-button span {
  width: 100%;
  height: 5px;
  left: 0;
  top: 8px;
}

.catalog-page .list-button span:before,
.catalog-page .list-button span:after {
  width: 100%;
  height: 5px;
  left: 0;
}

.catalog-page .list-button span:before {
  top: -8px;
}

.catalog-page .list-button span:after {
  bottom: -8px;
}

.catalog-page .activated-filters {
  margin-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
}

.catalog-page .activated-filters .item {
  padding: 5px 35px 5px 15px;
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.catalog-page .activated-filters .item .item-delete {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent url(../img/filter-close.svg) no-repeat center;
  -webkit-background-size: 8px 8px;
  background-size: 8px;
}

.catalog-page .activated-filters .item:hover {
  background-color: #fe8143;
}

.catalog-page .activated-filters .reset-filters {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #363636;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent url(../img/filter-close-dark.svg) no-repeat center;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.catalog-page .activated-filters .reset-filters:hover {
  background: #fe8143 url(../img/filter-close-dark.svg) no-repeat center;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  border: 1px solid #fe8143;
}

.catalog-page .catalog-content .row {
  margin-right: -5px;
  margin-left: -5px;
}

.catalog-page .catalog-content .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.catalog-page .catalog-content .catalog-item {
  margin-bottom: 10px;
}

.catalog-page .catalog-content .catalog-item .item-dropdown-descr {
  display: block;
}

.catalog-page .filters-open-toggle {
  background-color: #fe8143;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 10px 35px 10px 15px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.catalog-page .filters-open-toggle:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/filter-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 10px;
  margin-top: 5px;
}

.catalog-page .slide-filters {
  background-color: #fff;
  display: none;
  margin-bottom: 15px;
}

.catalog-page .slide-filters .filter-item {
  border-bottom: 1px solid #363636;
}

.catalog-page .slide-filters .filter-item:last-of-type {
  border-bottom: 0;
}

.catalog-page .slide-filters .item-head {
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  position: relative;
}

.catalog-page .slide-filters .item-head h2,
.catalog-page .slide-filters .item-head h3,
.catalog-page .slide-filters .item-head p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.catalog-page .slide-filters .item-head:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid #fe8143;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 17px;
  right: 10px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.catalog-page .slide-filters .item-head.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.catalog-page .slide-filters .item-body {
  padding: 0 15px 5px;
}

.catalog-page .slide-filters .default-checkbox {
  position: relative;
  margin: 0 0 10px;
}

.catalog-page .slide-filters .default-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.catalog-page .slide-filters .default-checkbox input:checked~label:after {
  display: block;
}

.catalog-page .slide-filters .default-checkbox label {
  display: block;
  padding-left: 25px;
  font-size: 14px;
  cursor: pointer;
}

.catalog-page .slide-filters .default-checkbox label:before {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fe8143;
  position: absolute;
  left: 0;
  top: 1px;
}

.catalog-page .slide-filters .default-checkbox label:after {
  content: '';
  background: #fe8143 url(../img/check-solid.svg) no-repeat center;
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 1px;
  display: none;
}

.catalog-page .slide-filters .irs--flat .irs-bar {
  height: 2px;
  top: 29px;
  background-color: #fe8143;
}

.catalog-page .slide-filters .irs--flat .irs-line {
  height: 2px;
  top: 29px;
  background-color: #a6a6a6;
}

.catalog-page .slide-filters .irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  background-color: #fe8143;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.catalog-page .slide-filters .irs--flat .irs-handle i {
  display: none;
}

.catalog-page .slide-filters .irs--flat .irs-from,
.catalog-page .slide-filters .irs--flat .irs-to,
.catalog-page .slide-filters .irs--flat .irs-single {
  background-color: #fe8143;
  font-size: 14px;
  top: -3px;
}

.catalog-page .slide-filters .irs--flat .irs-from:before,
.catalog-page .slide-filters .irs--flat .irs-to:before,
.catalog-page .slide-filters .irs--flat .irs-single:before {
  border-top-color: #fe8143;
}

.catalog-page .slide-filters .irs-grid {
  display: none;
}

.catalog-page .slide-filters .extra-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.catalog-page .slide-filters .extra-controls .num-input {
  width: 80px;
  height: 35px;
  text-align: center;
  border: 1px solid #949494;
  outline: 0;
  font-size: 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.catalog-page .slide-filters .extra-controls .num-input:focus {
  border: 1px solid #fe8143;
}

.catalog-page .slide-filters .extra-controls i {
  display: block;
  font-weight: 700;
  width: 25px;
  text-align: center;
  color: #a1a1a1;
  margin-top: 8px;
}

.catalog-page .slide-filters .extra-controls .default-button {
  height: 35px;
  width: 70px;
  padding: 3px 10px;
  font-size: 14px;
  margin-left: 15px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.catalog-page.cube-catalog .catalog-content .catalog-item .item-dropdown-descr {
  display: none;
}

.catalog-page .load-content {
  background-color: #fff;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px 5px;
}

.catalog-page .load-content .load-img {
  width: 100px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog-page .load-content .load-text {
  font-size: 12px;
}

.catalog-page .load-content .load-text p {
  margin: 0;
}

.catalog-page .load-content:hover .load-img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.catalog-page .empty-catalog {
  text-align: center;
  padding: 50px 0;
}

.catalog-page .empty-catalog h2 {
  font-size: 20px;
  margin: 0 0 15px;
}

.catalog-page .empty-catalog p {
  font-size: 14px;
}

.modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #fe8143;
}

.addcart-modal-content .modal-header {
  border: 0;
  padding: 15px 40px 15px 15px;
  position: relative;
}

.addcart-modal-content .modal-header h2,
.addcart-modal-content .modal-header h3,
.addcart-modal-content .modal-header h4 {
  font-size: 14px;
}

.addcart-modal-content .modal-header h2 svg,
.addcart-modal-content .modal-header h3 svg,
.addcart-modal-content .modal-header h4 svg {
  width: 30px;
  fill: #fe8143;
  margin-right: 5px;
}

.addcart-modal-content .modal-header h2 span,
.addcart-modal-content .modal-header h3 span,
.addcart-modal-content .modal-header h4 span {
  color: #fe8143;
  font-weight: 700;
}

.addcart-modal-content .modal-header .close {
  position: absolute;
  right: 26px;
  top: 17px;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #363636;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent url(../img/filter-close-dark.svg) no-repeat center;
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding: 0;
}

.addcart-modal-content .modal-body {
  padding: 10px 10px 15px;
}

.addcart-modal-content .modal-img {
  float: left;
  width: 50px;
  height: 50px;
}

.addcart-modal-content .modal-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.addcart-modal-content .modal-text {
  margin-left: 70px;
}

.addcart-modal-content .modal-text h2,
.addcart-modal-content .modal-text h3,
.addcart-modal-content .modal-text h4 {
  font-size: 14px;
  margin: 0 0 20px;
}

.addcart-modal-content .modal-text p {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

.addcart-modal-content .product-calc {
  text-align: center;
  margin-bottom: 20px;
}

.addcart-modal-content .product-sum {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 25px;
  text-align: right;
}

.addcart-modal-content .product-sum>span {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  margin-top: -14px;
}

.addcart-modal-content .product-sum .old-cost p {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin: 0;
}

.addcart-modal-content .product-sum .old-cost p:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  height: 1px;
  top: 50%;
  background: #363636;
}

.addcart-modal-content .product-sum .new-cost p {
  font-size: 15px;
  margin: 0;
  color: #fe8143;
  font-weight: 799;
}

.addcart-modal-content .product-count {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.addcart-modal-content .product-count .amount-control {
  border: 1px solid #fe8143;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 0 5px;
  padding: 0;
}

.addcart-modal-content .product-count .decrease-btn,
.addcart-modal-content .product-count .increase-btn {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  border: 1px solid #a0a0a0;
  margin-top: 7px;
  cursor: pointer;
  position: relative;
}

.addcart-modal-content .product-count .decrease-btn:after,
.addcart-modal-content .product-count .decrease-btn:before,
.addcart-modal-content .product-count .increase-btn:after,
.addcart-modal-content .product-count .increase-btn:before {
  content: '';
  position: absolute;
  background-color: #a0a0a0;
}

.addcart-modal-content .product-count .decrease-btn:before,
.addcart-modal-content .product-count .increase-btn:before {
  width: 9px;
  height: 1px;
  top: 9px;
  left: 5px;
}

.addcart-modal-content .product-count .decrease-btn:hover,
.addcart-modal-content .product-count .increase-btn:hover {
  border: 1px solid #414141;
}

.addcart-modal-content .product-count .decrease-btn:hover:after,
.addcart-modal-content .product-count .decrease-btn:hover:before,
.addcart-modal-content .product-count .increase-btn:hover:after,
.addcart-modal-content .product-count .increase-btn:hover:before {
  background: #414141;
}

.addcart-modal-content .product-count .increase-btn:after {
  width: 1px;
  height: 9px;
  top: 5px;
  left: 9px;
}

.addcart-modal-content .together-add {
  border: 1px solid #ff6501;
  padding: 20px 10px 10px;
  margin-bottom: 20px;
}

.addcart-modal-content .together-add .together-title {
  font-weight: 500;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  padding: 0 7px;
  font-size: 16px;
}

.addcart-modal-content .together-add hr {
  display: block;
  border: 0;
  border-top: 1px dashed #ddd;
}

.addcart-modal-content .together-add .modal-text h2,
.addcart-modal-content .together-add .modal-text h3 {
  margin-bottom: 5px;
}

.addcart-modal-content .together-add .product-calc {
  text-align: left;
}

.addcart-modal-content .together-add>.product-calc {
  margin-bottom: 0;
  text-align: center;
}

.addcart-modal-content .together-add>.product-calc>p {
  font-size: 12px;
}

.addcart-modal-content .addcart-item {
  margin-bottom: 10px;
}

.addcart-modal-content .addcart-footer>p {
  text-align: center;
  margin: 10px 0;
}

.addcart-modal-content .addcart-footer .default-button {
  font-size: 14px;
  padding: 8px 5px;
  display: block;
}

.addcart-modal-content .addcart-footer .continue-shop {
  border: 1px solid #fe8143;
  text-align: center;
  display: block;
  color: #363636;
  padding: 3px 5px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  outline: 0;
}

.addcart-modal-content .addcart-footer .continue-shop span {
  font-size: 13px;
  display: block;
}

.addcart-modal-content .addcart-footer .continue-shop small {
  font-size: 11px;
}

.addcart-modal-content .addcart-footer .continue-shop:hover {
  text-decoration: none;
  background-color: #fe8143;
  color: #fff;
}

.oneclick-modal-content .modal-header {
  border: 0;
  padding: 15px 40px 5px 15px;
  position: relative;
  display: block;
}

.oneclick-modal-content .modal-header h2,
.oneclick-modal-content .modal-header h3,
.oneclick-modal-content .modal-header h4 {
  font-size: 16px;
}

.oneclick-modal-content .modal-header h2 svg,
.oneclick-modal-content .modal-header h3 svg,
.oneclick-modal-content .modal-header h4 svg {
  width: 20px;
  margin-right: 5px;
}

.oneclick-modal-content .modal-header h2 span,
.oneclick-modal-content .modal-header h3 span,
.oneclick-modal-content .modal-header h4 span {
  color: #fe8143;
  font-weight: 700;
}

.oneclick-modal-content .modal-header p {
  font-size: 12px;
  margin-left: 30px;
}

.oneclick-modal-content .modal-header .close {
  position: absolute;
  right: 26px;
  top: 17px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #464646;
  background-color: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.oneclick-modal-content .modal-header .close:before,
.oneclick-modal-content .modal-header .close:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 4px;
  top: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.oneclick-modal-content .modal-header .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.oneclick-modal-content .modal-header .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.oneclick-modal-content .modal-header .close:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.oneclick-modal-content .modal-header .close:hover:before,
.oneclick-modal-content .modal-header .close:hover:after {
  background: #fff;
}

.oneclick-modal-content .modal-body {
  padding: 10px 10px 15px;
}

.oneclick-modal-content .modal-img {
  float: left;
  width: 70px;
  height: 100px;
}

.oneclick-modal-content .modal-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.oneclick-modal-content .modal-text {
  margin-left: 80px;
}

.oneclick-modal-content .modal-text h2,
.oneclick-modal-content .modal-text h3,
.oneclick-modal-content .modal-text h4 {
  font-size: 14px;
  margin: 0;
}

.oneclick-modal-content .modal-text p {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}

.oneclick-modal-content .product-calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.oneclick-modal-content .product-calc span {
  margin: 0 10px;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #8c8c8c;
}

.oneclick-modal-content .product-sum {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: right;
  width: 150px;
}

.oneclick-modal-content .product-sum .old-cost p {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin: 0;
}

.oneclick-modal-content .product-sum .old-cost p:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  height: 1px;
  top: 50%;
  background: #363636;
}

.oneclick-modal-content .product-sum .new-cost p {
  font-size: 15px;
  margin: 0;
  color: #fe8143;
  font-weight: 799;
  text-align: right;
}

.oneclick-modal-content .modal-form {
  margin-left: 80px;
}

.oneclick-modal-content .modal-form .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.oneclick-modal-content .modal-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.oneclick-modal-content .modal-form .form-row {
  margin: 0;
}

.oneclick-modal-content .modal-form .form-col {
  margin-bottom: 10px;
  width: 100%;
}

.oneclick-modal-content .modal-form .default-button {
  display: block;
  width: 100%;
}

.oneclick-modal-content .modal-form small {
  font-size: 11px;
  line-height: 1;
  color: #616161;
}

#login-modal .modal-content {
  border: 0;
  background: transparent;
}

.login-modal-content .modal-body {
  padding: 0;
}

.login-modal-content .close {
  position: absolute;
  right: 15px;
  top: 45px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #464646;
  background-color: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.login-modal-content .close:before,
.login-modal-content .close:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 4px;
  top: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.login-modal-content .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.login-modal-content .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-modal-content .close:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.login-modal-content .close:hover:before,
.login-modal-content .close:hover:after {
  background: #fff;
}

.login-modal-content .nav-tabs {
  border: 0;
  border-left: 1px solid #fe8143;
}

.login-modal-content .nav-tabs .nav-link {
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  color: #363636;
}

.login-modal-content .nav-tabs .nav-link.active {
  background: #fe8143;
  color: #fff;
}

.login-modal-content .tab-content {
  background: #fff;
}

.login-modal-content .tab-pane {
  padding: 15px 15px 20px;
  border: 1px solid #fe8143;
}

.login-modal-content .tab-pane h2 {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
}

.login-modal-content .tab-pane p {
  font-size: 13px;
}

.login-modal-content .tab-pane .default-button {
  margin-top: 10px;
  display: block;
  width: 100%;
}

.login-modal-content .modal-line {
  display: block;
  border: 0;
  border-top: 1px solid #808080;
  margin: 25px 0;
}

.login-modal-content .col-sm-6 {
  position: relative;
}

.login-modal-content .modal-forms {
  position: relative;
  overflow: hidden;
}

.login-modal-content .form-row {
  margin: 0 0 20px;
}

.login-modal-content .form-row label {
  color: #8c8c8c;
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
}

.login-modal-content .form-row .form-control {
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #8c8c8c;
}

.login-modal-content .form-row .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.login-modal-content .modal-checkbox {
  position: relative;
}

.login-modal-content .modal-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.login-modal-content .modal-checkbox label {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  cursor: pointer;
}

.login-modal-content .modal-checkbox label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #808080;
}

.login-modal-content .modal-checkbox label:after {
  content: '';
  background: url(../img/checked-icon-orange.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 2px;
  width: 16px;
  height: 16px;
  display: none;
}

.login-modal-content .modal-checkbox input:checked~label:after {
  display: block;
}

.login-modal-content .modal-checkbox a {
  color: #363636;
  text-decoration: underline;
}

.login-modal-content .social-login a,
.login-modal-content .social-login button {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.login-modal-content .social-login a svg,
.login-modal-content .social-login button svg {
  display: block;
  fill: #fff;
  width: 20px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-modal-content .social-login a:hover,
.login-modal-content .social-login button:hover {
  opacity: 0.8;
}

.login-modal-content .social-login .facebook-item {
  background-color: #4267b2;
}

.login-modal-content .social-login .google-item {
  background-color: #dd4b39;
}

.login-modal-content .remember-button {
  margin-top: 10px;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.login-modal-content .remember-button:hover {
  text-decoration: none;
}

.login-modal-content .remember-button .default-state {
  display: block;
}

.login-modal-content .remember-button .active-state {
  display: none;
}

.login-modal-content .remember-button.active .default-state {
  display: none;
}

.login-modal-content .remember-button.active .active-state {
  display: block;
}

.login-modal-content .remember-form {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.login-modal-content .remember-form.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.login-modal-content .signin-form {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.login-modal-content .signin-form.active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.login-modal-content .remeber-info-sent {
  padding: 10px 25px 10px 10px;
  color: #fff;
  background: #5cb75a;
  position: relative;
  margin: 15px 0 10px;
  display: none;
}

.login-modal-content .remeber-info-sent .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: #fff;
  opacity: 1;
}

.login-modal-content .remeber-info-sent .close:before,
.login-modal-content .remeber-info-sent .close:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 4px;
  top: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.login-modal-content .remeber-info-sent .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.login-modal-content .remeber-info-sent .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-modal-content .remeber-info-sent .close:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.login-modal-content .remeber-info-sent .close:hover:before,
.login-modal-content .remeber-info-sent .close:hover:after {
  background: #fff;
}

.login-modal-content .remeber-info-sent p {
  margin: 0 0 10px;
}

.cart-modal-content .modal-header {
  display: block;
  padding: 10px;
}

.cart-modal-content .modal-header h2,
.cart-modal-content .modal-header h3 {
  text-align: center;
  font-size: 18px;
  margin: 0;
}

.cart-modal-content .modal-header .close {
  position: absolute;
  right: 23px;
  top: 25px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #464646;
  background-color: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.cart-modal-content .modal-header .close:before,
.cart-modal-content .modal-header .close:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 4px;
  top: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.cart-modal-content .modal-header .close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart-modal-content .modal-header .close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-modal-content .modal-header .close:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.cart-modal-content .modal-header .close:hover:before,
.cart-modal-content .modal-header .close:hover:after {
  background: #fff;
}

.cart-modal-content .modal-body {
  padding: 10px 0 10px 10px;
}

.cart-modal-content .modal-cart {
  max-height: 500px;
  overflow-y: auto;
  padding: 5px 3px 0;
}

.cart-modal-content .table-row {
  margin-bottom: 15px;
  position: relative;
  padding: 10px 0;
}

.cart-modal-content .table-row .delete-item {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #464646;
  background-color: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.cart-modal-content .table-row .delete-item:before,
.cart-modal-content .table-row .delete-item:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 4px;
  top: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.cart-modal-content .table-row .delete-item:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart-modal-content .table-row .delete-item:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-modal-content .table-row .delete-item:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.cart-modal-content .table-row .delete-item:hover:before,
.cart-modal-content .table-row .delete-item:hover:after {
  background: #fff;
}

.cart-modal-content .product-img {
  margin-bottom: 10px;
}

.cart-modal-content .product-img img {
  display: block;
  max-width: 80px;
  max-height: 80px;
  margin: 0 auto;
}

.cart-modal-content .product-code {
  color: #a6a6a6;
  font-size: 12px;
}

.cart-modal-content .product-code p {
  margin: 0 0 5px;
}

.cart-modal-content .product-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-modal-content .product-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.cart-modal-content .product-name h2,
.cart-modal-content .product-name h3 {
  font-size: 14px;
  margin: 0 0 10px;
}

.cart-modal-content .new-cost {
  color: #fe8143;
  font-weight: 700;
  font-size: 14px;
}

.cart-modal-content .new-cost p {
  margin: 0;
  line-height: 1;
}

.cart-modal-content .old-cost p {
  margin: 0;
  font-size: 12px;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.cart-modal-content .old-cost p:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 8px;
  height: 1px;
  background-color: #363636;
}

.cart-modal-content .product-count {
  margin: 5px 0 10px;
  text-align: center;
}

.cart-modal-content .product-count .amount-control {
  border: 1px solid #fe8143;
  width: 36px;
  height: 30px;
  text-align: center;
  margin: 0 5px;
  padding: 0;
}

.cart-modal-content .product-count .decrease-btn,
.cart-modal-content .product-count .increase-btn {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  border: 1px solid #a0a0a0;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
}

.cart-modal-content .product-count .decrease-btn:after,
.cart-modal-content .product-count .decrease-btn:before,
.cart-modal-content .product-count .increase-btn:after,
.cart-modal-content .product-count .increase-btn:before {
  content: '';
  position: absolute;
  background-color: #a0a0a0;
}

.cart-modal-content .product-count .decrease-btn:before,
.cart-modal-content .product-count .increase-btn:before {
  width: 9px;
  height: 1px;
  top: 9px;
  left: 5px;
}

.cart-modal-content .product-count .decrease-btn:hover,
.cart-modal-content .product-count .increase-btn:hover {
  border: 1px solid #414141;
}

.cart-modal-content .product-count .decrease-btn:hover:after,
.cart-modal-content .product-count .decrease-btn:hover:before,
.cart-modal-content .product-count .increase-btn:hover:after,
.cart-modal-content .product-count .increase-btn:hover:before {
  background: #414141;
}

.cart-modal-content .product-count .increase-btn:after {
  width: 1px;
  height: 9px;
  top: 5px;
  left: 9px;
}

.cart-modal-content .row-cost {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.cart-modal-content .row-cost p {
  margin: 0;
}

.cart-modal-content .row-text {
  font-size: 11px;
  margin: 5px 0 0;
}

.cart-modal-content .row-text p {
  margin: 0;
}

.cart-modal-content .row-text span {
  color: #ff6501;
}

.cart-modal-content .modal-footer {
  background-color: #ebebeb;
  display: block;
  padding: 10px;
}

.cart-modal-content .cart-promocode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
}

.cart-modal-content .cart-promocode label {
  display: block;
  font-size: 13px;
  margin: 0 0 5px;
}

.cart-modal-content .cart-promocode .form-control {
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #747474;
}

.cart-modal-content .cart-promocode .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fe8143;
}

.cart-modal-content .cart-promocode .promocode-form {
  width: 100%;
}

.cart-modal-content .cart-promocode .default-button {
  height: 40px;
  width: 45px;
  padding: 7px 5px 0;
  margin-left: 10px;
}

.cart-modal-content .cart-total table {
  width: 100%;
  margin: 0 0 10px;
}

.cart-modal-content .cart-total table td {
  padding: 4px 0;
  border-bottom: 1px dashed #aaa;
}

.cart-modal-content .cart-total table td:last-of-type {
  text-align: right;
  font-weight: 500;
}

.cart-modal-content .cart-total table tr:last-of-type {
  font-weight: 500;
  font-size: 16px;
}

.cart-modal-content .cart-total table tr:last-of-type td {
  border: 0;
}

.cart-modal-content .cart-total table tr:last-of-type td:last-of-type {
  color: #fe8143;
}

.cart-modal-content .cart-total .default-button {
  background-color: #363636;
  border: 1px solid #363636;
  font-size: 14px;
  padding: 8px 5px;
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cart-modal-content .cart-total .default-button:hover {
  border: 1px solid #fe8143;
  background-color: #fe8143;
  color: #fff;
}

.cart-modal-content .continue-buy {
  text-align: center;
  margin-top: 15px;
}

.cart-modal-content .continue-buy button,
.cart-modal-content .continue-buy a {
  border: 0;
  padding: 0;
  outline: 0;
  position: relative;
  padding-left: 10px;
  text-decoration: underline;
  font-size: 14px;
  color: #363636;
  font-weight: 500;
}

.cart-modal-content .continue-buy button:before,
.cart-modal-content .continue-buy a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  border-right: 5px solid #363636;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.cart-modal-content .continue-buy:hover button,
.cart-modal-content .continue-buy:hover a {
  text-decoration: none;
}

.cart-modal-content .continue-buy:hover button:before,
.cart-modal-content .continue-buy:hover a:before {
  left: -3px;
}

.cart-modal-content .together-products {
  border: 1px solid #ff6501;
  padding: 10px;
  position: relative;
}

.cart-modal-content .together-products .delete-item {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #464646;
  background-color: transparent;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.cart-modal-content .together-products .delete-item:before,
.cart-modal-content .together-products .delete-item:after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #464646;
  position: absolute;
  left: 4px;
  top: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.cart-modal-content .together-products .delete-item:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart-modal-content .together-products .delete-item:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart-modal-content .together-products .delete-item:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.cart-modal-content .together-products .delete-item:hover:before,
.cart-modal-content .together-products .delete-item:hover:after {
  background: #fff;
}

.cart-modal-content .together-products .together-title {
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  padding: 0 7px;
}

.cart-modal-content .together-products .together-footer {
  text-align: center;
}

.cart-modal-content .together-products .together-footer h4 {
  font-size: 14px;
  margin: 0 0 10px;
}

.cart-modal-content .together-products .together-cost {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fe8143;
}

.cart-modal-content .together-products .together-cost p {
  margin: 0;
}

.cart-modal-content .mCSB_scrollTools {
  width: 8px;
}

.cart-modal-content .mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.cart-modal-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fe8143;
}

.cart-modal-content .empty-cart {
  text-align: center;
  padding: 30px 15px;
}

.cart-modal-content .empty-cart h3 {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}

.cart-modal-content .empty-cart h3:before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/empty-cart.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -3px;
}

.chosen-page h1 {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 15px;
}

.chosen-page .empty-chosen {
  background: #fff;
  text-align: center;
  padding: 20px;
}

.chosen-page .empty-chosen h2 {
  font-size: 20px;
  margin: 0 0 20px;
}

.chosen-page .empty-chosen p {
  font-size: 13px;
  max-width: 600px;
  margin: 0 auto 15px;
}

.chosen-page .empty-chosen .default-button {
  margin-top: 10px;
}

.chosen-page .catalog-item {
  margin-bottom: 10px;
}

.chosen-page .main {
  padding-bottom: 15px;
}

.chosen-page .main .row {
  margin-left: -5px;
  margin-right: -5px;
}

.chosen-page .main .col-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.chosen-page .main .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.search-result .empty-search {
  text-align: center;
  padding: 50px 0;
}

.search-result .empty-search h2 {
  font-size: 20px;
}

.search-result .container>h2 {
  font-size: 16px;
  text-align: center;
}

.search-result .main .row {
  margin-left: -5px;
  margin-right: -5px;
}

.search-result .main .row .catalog-item {
  margin-bottom: 10px;
}

.search-result .main .row .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}

body.switch .main-header .header-content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 100px;
}

body.switch .main-header .header-content .nav-toggle {
  position: absolute;
  right: 15px;
  left: auto;
}

body.switch .main-header .header-content .header-logo {
  position: absolute;
  right: 60px;
  top: -1px;
}

body.switch .main-header .slide-nav {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

body.switch .main-header .slide-nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body.switch .main-header .slide-nav-close {
  left: 0;
  right: auto;
}

body.switch .main-header .header-cabinet {
  left: auto;
  right: 20px;
}

body.switch .main-header .switch-hands {
  right: 50px;
  left: auto;
  top: 8px;
}

body.switch .main-header .lang-select {
  left: auto;
  right: 120px;
}

body.switch .catalog-item .item-footer .col-6:first-of-type {
  padding-left: 50px;
}

body.switch .catalog-item .item-footer .default-button {
  right: auto;
  left: 10px;
}

body.switch .catalog-item .item-footer .product-cost {
  text-align: right;
}

.catalog-page .slide-filters .default-checkbox label span {
  color: #999;
}

.basket {
  background-color: #ebebeb;
}

.basket .cart-modal-content .footer-row {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.error-page .not-found-text .default-button {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.review-slider {
  margin-bottom: 50px;
}

.review-slider .item {
  margin: 0 15px;
  border: 1px solid rgba(18, 18, 18, 0.35);
}

.review-slider .item .head-block {
  height: 50px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(18, 18, 18, 0.35);
  box-shadow: 1px 1px 5px 1px rgba(18, 18, 18, 0.35);
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px;
  width: 100%;
}

.review-slider .item .body-block {
  padding: 30px;
}

.review-slider .item .body-block p {
  margin-bottom: 0;
}

.review-slider .item:hover {
  border: 1px #fe8143 solid;
}

.review-slider .item-rating {
  padding: 0;
}

.review-slider .item-rating span {
  display: inline-block;
  width: 21px;
  height: 21px;
}

.review-slider .item-rating .full-star {
  background: url(../img/full-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.review-slider .item-rating .half-star {
  background: url(../img/half-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.review-slider .item-rating .empty-star {
  background: url(../img/empty-star-icon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.review-slider .item-rating p {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}

.review-slider .slick-arrow {
  position: absolute;
  bottom: -35px;
  background-color: #7e7e7e;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0 0 3px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.review-slider .slick-arrow svg {
  fill: #fff;
  width: 15px;
}

.review-slider .slick-arrow.next-arrow {
  right: 15px;
}

.review-slider .slick-arrow.prev-arrow {
  left: 15px;
}

.review-slider .slick-arrow:hover {
  background-color: #000;
}

.catalog-item .item-img .img {
  display: block;
  height: 100%;
  width: 100%;
}

.contactForm {
  background-color: #363636;
}

.contactForm .taitle.page-content {
  padding-bottom: 0;
}

.contactForm h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.contactForm .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 100px;
  margin: 0;
}

.contactForm .form-row .form-group {
  margin-bottom: 0;
}

.contactForm .form-row .form-col {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

.contactForm .form-row .form-col.is-completed .translate-label {
  font-size: 12px;
  color: #999;
  top: -20px;
  left: 0;
}

.contactForm .form-row .form-col.textarea-col {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 4;
}

.contactForm .form-row .form-col.textarea-col textarea {
  height: none;
}

.contactForm .form-row .form-col.form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-start: 1;
  grid-column-end: 4;
  padding-bottom: 0;
}

.contactForm .form-row .form-col.form-submit button {
  outline: 0;
  border: 1px solid #fe8143;
  color: #fff;
  background-color: #fe8143;
  padding: 8px 45px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.contactForm .form-row .form-col.form-submit button:hover {
  background-color: #fff;
  color: #fe8143;
}

.contactForm .form-row .translate-input {
  width: 100%;
  height: 32px;
  border: 0;
  border-bottom: 1px solid #8c8c8c;
  color: #fff;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.contactForm .form-row .translate-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #fe8143;
}

.contactForm .form-row .translate-label {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 16px;
  color: #a6a6a6;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.contactForm .form-row .translate-label span {
  color: #df0024;
}

.slick-arrow {
  padding-bottom: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-arrow svg {
  height: 15px;
  width: 15px;
}

.main-no-form .subscription-section {
  display: none;
}

.delivery-page .page-content ol li span,
.delivery-page .page-content ul li span {
  font-weight: 600;
  color: #e10628;
}

.catalog-type-one .review-slider .item-rating .empty-star {
  background: url("../img/empty-star-icon-2.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.catalog-type-one .review-slider .item-rating .half-star {
  background: url("../img/half-star-icon-2.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.review-slider .item-rating .full-star {
  background: url("../img/full-star-icon-2.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

.taitle {
  text-align: center;
}

.taitle h1,
.taitle h2,
.taitle h3,
.taitle h4,
.taitle h5 {
  padding: 1em 0;
}

.default-button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.page-content {
  position: relative;
}

.cabinet-page .page-content {
  padding-bottom: 30px;
}

.next_element {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border: 0;
}

.next_element i {
  height: 10px;
  width: 10px;
  border-right: 2px #fe8143 solid;
  border-bottom: 2px #fe8143 solid;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg_img #wrapper {
  background-image: url("../images/Depositphotos_10.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.secCatalogBrend {
  padding: 40px 0;
  background-color: #e1e1e1;
}

.secCatalogBrend .carsfilter a {
  background-color: transparent;
}

.main-footer .footer-content {
  overflow: hidden;
}

.subscription-section {
  background-color: #363636;
  padding: 20px 0 25px;
  color: #fff;
}

.subscription-section h2,
.subscription-section h3 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px;
  font-weight: 400;
}

.subscription-section h2 strong,
.subscription-section h3 strong {
  font-weight: 700;
}

.subscription-section .form-row {
  display: block;
  max-width: 400px;
  margin: 0 auto 5px;
}

.subscription-section .form-row .form-col {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}

.subscription-section .form-row .form-col.is-completed .translate-label {
  font-size: 12px;
  color: #999;
  top: -15px;
  left: 0;
}

.subscription-section .form-row .translate-input {
  width: 100%;
  height: 32px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background-color: #363636;
  color: #fff;
  outline: 0;
}

.subscription-section .form-row .translate-label {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.subscription-section .default-button {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  height: 40px;
  color: #000;
}

.main-footer {
  color: #fff;
}

.main-footer .footer-content {
  background-color: #3d4144;
  padding: 25px 0;
  position: relative;
}

.main-footer .footer-content .footer-logo {
  text-decoration: none;
  display: block;
  width: 120px;
  margin: 0 auto;
}

.main-footer .footer-content .footer-logo span {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.main-footer .footer-content .footer-logo span i {
  font-style: normal;
  color: #fe8143;
}

.main-footer .footer-content .footer-logo img {
  max-width: 120px;
}

.main-footer .footer-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer .footer-info li {
  padding-left: 30px;
  position: relative;
  margin: 18px 0;
}

.main-footer .footer-info li p {
  margin: 0 0 5px;
}

.main-footer .footer-info li sub {
  display: block;
  text-align: center;
  max-width: 180px;
}

.main-footer .footer-info li sub a {
  color: #fff;
}

.main-footer .footer-info li img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 16px;
}

.main-footer .footer-info li a {
  color: #fff;
}

.main-footer .footer-list {
  padding-top: 15px;
}

.main-footer .footer-list h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  position: relative;
}

.main-footer .footer-list h3:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #fe8143;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.main-footer .footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer .footer-list ul li {
  margin: 8px 0;
}

.main-footer .footer-list a {
  color: #fff;
  font-size: 13px;
}

.main-footer .footer-social {
  margin-left: -5px;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-footer .footer-social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 30px;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  margin: 0 4px;
}

.main-footer .footer-social a:hover {
  border: 1px solid #fe8143;
}

.main-footer .footer-social a:hover svg {
  fill: #fe8143;
}

.main-footer .footer-social a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.main-footer .footer-bottom {
  padding: 10px 0;
  text-align: center;
  background-color: transparent;
  color: #dfe1e6;
  margin-top: 80px;
}

.main-footer .footer-bottom .container {
  padding: 0;
}

.main-footer .footer-bottom a {
  color: #dfe1e6;
  position: relative;
}

.main-footer .footer-bottom a:before {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #dfe1e6;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-footer .footer-bottom .footer-developer p,
.main-footer .footer-bottom .footer-copyright p {
  margin: 0;
}

.main-footer .footer-bottom .footer-copyright {
  margin-bottom: 10px;
}

.main-footer .col-md-8 {
  position: static;
}

.main-footer .slide-footer-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  padding: 5px 0 5px 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateX(-webkit-calc(100% - 30px));
  -ms-transform: translateX(calc(100% - 30px));
  transform: translateX(calc(100% - 30px));
}

.main-footer .slide-footer-nav.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.main-footer .slide-footer-toggle {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -29px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: 1px solid #ccc;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  padding: 3px 8px;
  background-color: #fff;
  z-index: 3;
  cursor: pointer;
}

.main-footer .slide-footer-content {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #ccc;
  padding: 15px;
}

.main-footer .slide-footer-content .row {
  width: 700px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-footer .payment-list {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-footer .payment-list .visa-item,
.main-footer .payment-list .master-item {
  width: 48px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  margin: 5px;
}

.fixed-nav {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 50;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}

.fixed-nav .sm-nav {
  padding: 10px;
  position: absolute;
  top: 0;
  background-color: #363636;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  right: -300%;
  opacity: 0;
}

.fixed-nav .sm-nav a {
  display: block;
  padding: 8px 10px;
  text-align: right;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.fixed-nav .sm-nav a:hover {
  text-decoration: none;
  color: #fe8143;
}

.fixed-nav .sm-nav.active {
  opacity: 1;
  right: -webkit-calc(100% + 3px);
  right: calc(100% + 3px);
}

.fixed-nav .fixed-item {
  margin: 2.5px 0;
  height: 35px;
  width: 35px;
  background-color: #363636;
  position: relative;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  pointer-events: auto;
}

.fixed-nav .fixed-item>a,
.fixed-nav .fixed-item>button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #fff;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  z-index: 5;
  background: #363636;
}

.fixed-nav .fixed-item>a:hover,
.fixed-nav .fixed-item>a:focus,
.fixed-nav .fixed-item>a:active,
.fixed-nav .fixed-item>button:hover,
.fixed-nav .fixed-item>button:focus,
.fixed-nav .fixed-item>button:active {
  text-decoration: none;
}

.fixed-nav .fixed-item svg {
  fill: #b7b7b7;
  display: block;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  width: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -10px auto 0;
  pointer-events: none;
}

.fixed-nav .fixed-item span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 3px;
  border: 1px solid #b7b7b7;
  padding: 0 4px;
  font-size: 9px;
  z-index: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-color: #363636;
  display: none;
}

.fixed-nav .fixed-item.scrollup-item .button-icon {
  padding-top: 4px;
}

.fixed-nav .fixed-item:hover {
  background: #000;
}

.fixed-nav .fixed-item:hover svg {
  fill: #fe8143;
}

.fixed-nav .fixed-item.active span {
  display: block;
}

.fixed-nav .fixed-item.menu-item {
  position: relative;
}

.fixed-nav .fixed-item.menu-item span {
  top: 18px;
  left: 7px;
  width: 22px;
  height: 2px;
  background: #b7b7b7;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
}

.fixed-nav .fixed-item.menu-item span:before,
.fixed-nav .fixed-item.menu-item span:after {
  content: '';
  width: 22px;
  height: 2px;
  background: #b7b7b7;
  position: absolute;
  left: 0;
}

.fixed-nav .fixed-item.menu-item span:before {
  top: -5px;
}

.fixed-nav .fixed-item.menu-item span:after {
  bottom: -5px;
}

.fixed-nav .fixed-item.menu-item:hover,
.fixed-nav .fixed-item.menu-item.active {
  background: #000;
}

.fixed-nav .fixed-item.menu-item:hover span,
.fixed-nav .fixed-item.menu-item.active span {
  background-color: #fe8143;
}

.fixed-nav .fixed-item.menu-item:hover span:before,
.fixed-nav .fixed-item.menu-item:hover span:after,
.fixed-nav .fixed-item.menu-item.active span:before,
.fixed-nav .fixed-item.menu-item.active span:after {
  background-color: #fe8143;
}

.fixed-nav .fixed-item.search-item>button .active-state,
.fixed-nav .fixed-item.search-item>a .active-state {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.fixed-nav .fixed-item.search-item>button .active-state:before,
.fixed-nav .fixed-item.search-item>button .active-state:after,
.fixed-nav .fixed-item.search-item>a .active-state:before,
.fixed-nav .fixed-item.search-item>a .active-state:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  top: 16px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.fixed-nav .fixed-item.search-item>button .active-state:before,
.fixed-nav .fixed-item.search-item>a .active-state:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fixed-nav .fixed-item.search-item>button .active-state:after,
.fixed-nav .fixed-item.search-item>a .active-state:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fixed-nav .fixed-item.search-item>button.active svg,
.fixed-nav .fixed-item.search-item>a.active svg {
  display: none;
}

.fixed-nav .fixed-item.search-item>button.active .active-state,
.fixed-nav .fixed-item.search-item>a.active .active-state {
  display: block;
}

.fixed-nav .fixed-item.scrollup-item svg {
  width: 18px;
  margin-top: -9px;
}

.fixed-nav.visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.fixed-nav .slide-search {
  width: 300px;
  position: absolute;
  top: 0;
  background: #363636;
  height: 50px;
  padding: 5px 45px 5px 5px;
  right: -1000%;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 1;
}

.fixed-nav .slide-search .form-control {
  height: 40px;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 13px;
  padding: 0 10px;
  line-height: 30px;
}

.fixed-nav .slide-search .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fixed-nav .slide-search .submit-search {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  background: #fe8143;
  padding: 0;
}

.fixed-nav .slide-search .submit-search svg {
  fill: #fff;
  width: 18px;
}

.fixed-nav .slide-search.active {
  opacity: 1;
  right: -webkit-calc(100% + 3px);
  right: calc(100% + 3px);
}

@media (min-width: 480px) {
  .catalog-type-one .default-select {
    right: auto;
    width: 200px;
  }

  .catalog-type-two .default-select {
    right: auto;
    width: 200px;
  }

  .index-news .news-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .index-news .news-item .item-img {
    height: 150px;
  }

  .index-news .news-item .item-text p {
    font-size: 14px;
  }

  .index-news .news-slider .slick-arrow.next-arrow {
    right: 10px;
  }

  .index-news .news-slider .slick-arrow.prev-arrow {
    left: 10px;
  }

  .news-slider {
    margin: 0 -10px;
  }

  .about-slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .about-slider .item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-slider .slick-arrow.next-arrow {
    right: 10px;
  }

  .about-slider .slick-arrow.prev-arrow {
    left: 10px;
  }

  .news-page .row .news-item .item-img {
    height: 130px;
  }
}

@media (min-width: 576px) {
  .index-producers .default-select {
    right: auto;
    width: 205px;
  }

  .index-not-found {
    text-align: left;
    padding: 100px 0 120px;
  }

  .index-not-found h2 {
    font-size: 45px;
  }

  .index-not-found p {
    font-size: 16px;
  }

  .index-benefits .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .index-benefits .benefit-item {
    width: 33.33%;
    padding-left: 40px;
  }

  .index-benefits .benefit-item .benefit-img {
    left: 5px;
  }

  .index-benefits .benefit-item .benefit-img img {
    width: 20px;
  }

  .main-slider .item:before {
    width: 250px;
    height: 250px;
  }

  .main-slider .item.single-product .slide-img {
    max-width: 50%;
  }

  .main-slider .item.single-product .slide-img img {
    max-width: 100%;
    max-height: 150px;
  }

  .main-slider .item.sale-product .slide-img {
    max-width: 50%;
  }

  .main-slider .item.sale-product .slide-img img {
    max-width: 100%;
    max-height: 150px;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item {
    font-size: 12px;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    top: 6px;
  }

  .delivery-page .driveway-benefits .benefit-item {
    width: 45%;
  }

  .order-page .page-content {
    padding: 25px;
  }

  .order-page .page-content .order-footer p {
    font-size: 16px;
  }

  .order-page .page-content .order-footer .default-button {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 16px;
    width: 150px;
  }

  .order-page .page-content .order-footer .default-button.inverted-button:after {
    top: 14px;
  }

  .order-page .top-checkboxes {
    text-align: center;
    margin-bottom: 25px;
  }

  .order-page .top-checkboxes .default-checkbox {
    display: inline-block;
    margin: 0 10px;
  }

  .order-page .top-checkboxes .pull-right {
    padding-left: 0;
    padding-right: 30px;
  }

  .order-page .top-checkboxes .pull-right input[type='radio'] {
    right: 0;
    left: auto;
  }

  .order-page .top-checkboxes .pull-right label:before {
    left: auto;
    right: 0;
  }

  .order-page .top-checkboxes .pull-right label:after {
    left: auto;
    right: 5px;
  }

  .news-page h1 {
    margin-bottom: 30px;
  }

  .news-page .news-head {
    margin-bottom: 20px;
  }

  .news-page .row .news-item .item-img {
    height: 150px;
  }

  .cabinet-page .driveway-benefits .benefit-item {
    width: 45%;
  }

  .product-page .page-content .nav-tabs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-page .page-content .nav-tabs .nav-item {
    width: auto;
    margin: 0 5px;
  }

  .product-page .page-content .nav-tabs .nav-item .nav-link {
    padding: 5px 10px;
  }

  .product-page .product-description table td {
    font-size: 13px;
    padding: 5px;
  }

  .product-page .product-slider-nav {
    margin: 0 auto 20px;
    max-width: 550px;
    padding: 0 20px;
  }

  .product-page .sm-product {
    display: block;
  }

  .addcart-modal-content .modal-header {
    padding: 15px 40px 15px 20px;
  }

  .addcart-modal-content .modal-body {
    padding: 15px 15px 20px;
  }

  .oneclick-modal-content .modal-header {
    padding: 15px 40px 15px 20px;
  }

  .oneclick-modal-content .modal-body {
    padding: 15px 15px 20px;
  }
}

@media (min-width: 768px) {
  .main-slider .item {
    height: 350px;
  }

  .main-slider .item:before {
    width: 350px;
    height: 350px;
  }

  .main-slider .item .slide-badges .badge-item {
    width: 100px;
    height: 100px;
  }

  .main-slider .item .slide-badges .badge-item p {
    font-size: 15px;
  }

  .main-slider .item.single-product .slide-img {
    max-width: 50%;
    left: 100px;
    top: 25%;
  }

  .main-slider .item.single-product .slide-img img {
    max-width: 100%;
    max-height: 150px;
  }

  .main-slider .item.single-product .slide-descr h2,
  .main-slider .item.single-product .slide-descr h3 {
    font-size: 18px;
  }

  .main-slider .item.single-product .slide-descr p {
    font-size: 14px;
  }

  .main-slider .item.sale-product .slide-img {
    max-width: 50%;
    left: 100px;
    top: 25%;
  }

  .main-slider .item.sale-product .slide-img img {
    max-width: 100%;
    max-height: 150px;
  }

  .main-slider .item.sale-product .slide-descr h2,
  .main-slider .item.sale-product .slide-descr h3 {
    font-size: 18px;
  }

  .main-slider .item.sale-product .slide-descr p {
    font-size: 14px;
  }

  .main-slider .item.together-cheaper-product .slide-badges {
    bottom: 15px;
  }

  .main-slider .item.together-cheaper-product .together-descr {
    bottom: 130px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one,
  .main-slider .item.together-cheaper-product .cheaper-two {
    width: 230px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one .slide-img,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-img {
    height: 80px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one img,
  .main-slider .item.together-cheaper-product .cheaper-two img {
    max-width: 80px;
    max-height: 80px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one .slide-descr,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-descr {
    text-align: center;
    padding: 10px 40px 5px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one .slide-descr h2,
  .main-slider .item.together-cheaper-product .cheaper-one .slide-descr h3,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-descr h2,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-descr h3 {
    font-size: 16px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one .slide-descr p,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-descr p {
    font-size: 15px;
  }

  .main-footer .footer-bottom {
    padding: 18px 0;
  }

  .main-footer .footer-bottom .footer-developer {
    float: right;
  }

  .main-footer .footer-bottom .footer-copyright {
    float: left;
    margin: 0;
  }

  .main-footer .slide-footer-nav {
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }

  .main-footer .slide-footer-toggle {
    display: none;
  }

  .main-footer .slide-footer-content {
    padding: 0;
    overflow: visible;
    border: 0;
  }

  .main-footer .slide-footer-content .row {
    width: auto;
  }

  .main-footer .footer-list {
    padding-top: 20px;
  }

  .main-footer .footer-list h3 {
    font-size: 13px;
    min-height: 30px;
  }

  .main-footer .footer-list ul li {
    margin: 5px 0;
  }

  .main-footer .footer-list a {
    font-size: 10.5px;
  }

  .subscription-section h2 {
    margin: 0 0 30px;
  }

  .subscription-section .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin: 0 0 30px;
  }

  .subscription-section .form-row .form-col {
    width: 47%;
    margin: 0 1.5%;
  }

  .catalog-item .item-img {
    width: 140px;
    height: 140px;
  }

  .catalog-item .item-img img {
    max-height: 140px;
  }

  .catalog-item .benefit-badges>div {
    width: 30px;
    height: 30px;
  }

  .catalog-item .item-title h2,
  .catalog-item .item-title h3 {
    font-size: 16px;
  }

  .catalog-item .item-company {
    font-size: 14px;
  }

  .catalog-item .item-compare {
    left: 13px;
  }

  .catalog-item .item-badges {
    left: 11px;
  }

  .catalog-item .item-choose {
    right: 12px;
  }

  .catalog-item .item-delete {
    right: 12px;
  }

  .catalog-item .item-colors a {
    width: 24px;
    height: 24px;
  }

  .catalog-item .item-footer {
    padding: 0 10px 40px;
  }

  .catalog-item .item-footer .product-cost .new-cost p {
    font-size: 16px;
  }

  .catalog-item .item-footer .default-button {
    background-color: #fe8143;
    width: 100px;
    height: auto;
    font-size: 13px;
    padding: 5px;
  }

  .catalog-item .item-footer .default-button .active-icon,
  .catalog-item .item-footer .default-button .default-icon {
    display: none !important;
  }

  .catalog-item .item-footer .default-button .default-text {
    display: block;
  }

  .catalog-item .item-footer .default-button .active-text {
    display: none;
  }

  .catalog-item .item-footer .default-button:hover {
    border: 1px solid #fe8143;
    background: #fff;
  }

  .catalog-item .item-footer .default-button.active .default-text {
    display: none;
  }

  .catalog-item .item-footer .default-button.active .active-text {
    display: block;
  }

  .catalog-item .item-footer .default-button.active:hover {
    background: #fe8143;
    color: #fff;
  }

  .catalog-item .item-footer .oneclick-buy {
    font-size: 13px;
    position: absolute;
    bottom: 12px;
    right: 10px;
  }

  .catalog-page .breadcrumbs {
    padding-bottom: 6px;
  }

  .catalog-page .breadcrumb {
    padding: 15px 0 10px;
  }

  .catalog-page .catalog-buttons {
    margin-top: 14px;
  }

  .catalog-page .marked-list-button {
    display: inline-block;
  }

  .catalog-page .list-button {
    display: inline-block;
  }

  .catalog-page .catalog-sorting {
    margin-top: 11px;
  }

  .catalog-page .catalog-show {
    margin-top: 10px;
  }

  .catalog-page .filters-open-toggle {
    display: none;
  }

  .catalog-page .slide-filters {
    display: block !important;
  }

  .catalog-page .slide-filters .irs--flat.irs-with-grid {
    height: 50px;
  }

  .catalog-page .slide-filters .extra-controls {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-page .slide-filters .extra-controls i {
    display: none;
  }

  .catalog-page .slide-filters .extra-controls .num-input {
    height: 25px;
    width: 100%;
    margin-bottom: 10px;
  }

  .catalog-page .slide-filters .extra-controls .default-button {
    width: 100%;
    margin: 0;
    height: 25px;
  }

  .catalog-page .slide-filters .item-head h2,
  .catalog-page .slide-filters .item-head h3,
  .catalog-page .slide-filters .item-head p {
    font-size: 14px;
  }

  .catalog-page .slide-filters .default-checkbox label {
    font-size: 12px;
  }

  .catalog-page .activated-filters {
    white-space: normal;
    overflow-x: visible;
  }

  .catalog-page.marked-list-catalog .catalog-content .row .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item {
    padding-left: 170px;
    padding-top: 35px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-choose {
    top: 10px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-compare {
    left: auto;
    top: 9px;
    right: 45px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-badges {
    left: auto;
    right: 75px;
    top: 8px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .benefit-badges {
    left: auto;
    right: 107px;
    top: 5px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .benefit-badges>div {
    display: inline-block;
    vertical-align: top;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-img {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -75px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-title h2,
  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-title h3,
  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-title p {
    text-align: left;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-company {
    text-align: left;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-dropdown-descr {
    padding-left: 0;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-dropdown-descr:after {
    display: none;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-rating {
    padding: 0;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-footer {
    padding-left: 0;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-colors {
    top: auto;
    bottom: 0;
    left: 170px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-colors a {
    display: inline-block;
  }

  .catalog-page.marked-list-catalog.switch .catalog-item .item-footer .default-button {
    left: 0;
  }

  .catalog-page.list-catalog .catalog-content .row .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item {
    padding-left: 170px;
    padding-top: 35px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-choose {
    top: 10px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-compare {
    left: auto;
    top: 9px;
    right: 45px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-badges {
    left: auto;
    right: 75px;
    top: 8px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .benefit-badges {
    left: auto;
    right: 107px;
    top: 5px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .benefit-badges>div {
    display: inline-block;
    vertical-align: top;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-img {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -75px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-title h2,
  .catalog-page.list-catalog .catalog-content .catalog-item .item-title h3,
  .catalog-page.list-catalog .catalog-content .catalog-item .item-title p {
    text-align: left;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-company {
    text-align: left;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-dropdown-descr {
    padding-left: 0;
    display: none;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-rating {
    padding: 0;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-footer {
    padding-left: 0;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-colors {
    top: auto;
    bottom: 0;
    left: 170px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-colors a {
    display: inline-block;
  }

  .catalog-page.list-catalog.switch .catalog-item .item-footer .default-button {
    left: 0;
  }

  .error-page .not-found-container {
    padding: 150px 0 200px;
  }

  .error-page .not-found-container .planet-icon {
    max-width: 200px;
  }

  .error-page .not-found-container h1 {
    color: #fe8143;
    font-size: 200px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 10px;
  }

  .error-page .not-found-text p {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.4px;
  }

  .error-page .not-found-text .defautl-button {
    font-size: 24px;
  }

  .about-page .page-content {
    padding: 25px;
  }

  .about-page .page-content .mark-text {
    margin: 20px -25px;
    padding: 20px 25px;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
  }

  .delivery-page .nav-tabs {
    margin-top: 40px;
  }

  .delivery-page .nav-tabs .nav-item {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .delivery-page .nav-tabs .nav-item .nav-link {
    position: relative;
    height: 60px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }

  .delivery-page .nav-tabs .nav-item .nav-link:before {
    content: '';
    height: 10px;
    left: -1px;
    right: -1px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    opacity: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }

  .delivery-page .nav-tabs .nav-item .nav-link.active {
    padding-top: 0;
  }

  .delivery-page .nav-tabs .nav-item .nav-link.active:before {
    opacity: 1;
  }

  .delivery-page .payment-table .table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    border-bottom: 1px solid #fe8143;
  }

  .delivery-page .payment-table .table-cell:first-of-type {
    border-right: 1px solid #fe8143;
  }

  .delivery-page .payment-table .table-cell:last-of-type {
    text-align: left;
  }

  .delivery-page .payment-table .table-row {
    display: table-row;
  }

  .delivery-page .payment-table .table-row:last-of-type .table-cell {
    border-bottom: 0;
  }

  .success-order {
    padding: 150px;
  }

  .success-order h1 {
    font-size: 24px;
    margin: 0 0 25px;
  }

  .order-page .delivery-services {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .order-page .delivery-services .default-checkbox {
    display: inline-block;
    text-align: left;
    margin: 0 15px;
  }

  .comparison-page .compare-empty {
    padding: 150px 0;
  }

  .comparison-page .compare-empty h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .comparison-page .compare-empty p {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .comparison-page .compare-empty .default-button {
    font-size: 16px;
  }

  .comparison-page .table-responsive td {
    font-size: 14px;
    min-width: 180px;
  }

  .comparison-page .table-responsive td:first-of-type {
    min-width: 150px;
  }

  .comparison-page .table-responsive img {
    max-width: 80px;
  }

  .comparison-page .table-responsive ul {
    font-size: 13px;
    font-weight: 300;
  }

  .comparison-page .table-responsive ul strong {
    font-weight: 400;
  }

  .contacts-page .contacts-form {
    max-width: 550px;
    margin: 0 auto 30px;
  }

  .news-page .row .news-item {
    margin-bottom: 20px;
  }

  .news-page .row .news-item .item-img {
    height: 200px;
    margin-bottom: 10px;
  }

  .news-page .row .news-item .item-title h2,
  .news-page .row .news-item .item-title h3 {
    font-size: 16px;
  }

  .news-page .row .news-item .item-text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .news-page .row .news-item .item-link {
    font-size: 14px;
  }

  .news-page .inner-news-slider .item {
    height: 250px;
  }

  .pagination {
    margin: 30px 0;
  }

  .pagination .page-item {
    margin: 0 5px;
  }

  .pagination .page-link {
    width: auto;
    min-width: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
  }

  .cabinet-page .nav-tabs {
    margin-top: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cabinet-page .nav-tabs .nav-item {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .cabinet-page .nav-tabs .nav-item .nav-link {
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }

  .cabinet-page .nav-tabs .nav-item .nav-link:before {
    content: '';
    height: 8px;
    left: -1px;
    right: -1px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    opacity: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }

  .cabinet-page .nav-tabs .nav-item .nav-link.active:before {
    opacity: 1;
  }

  .cabinet-page .review-item {
    padding-left: 50px;
  }

  .cabinet-page .review-item .item-number {
    position: absolute;
    left: 0;
    top: 0;
  }

  .cabinet-page .review-item .item-img img {
    max-width: 100px;
  }

  .cabinet-page .review-item {
    margin-bottom: 50px;
  }

  .cabinet-page .review-item .item-number {
    top: 5px;
  }

  .cabinet-page .review-item .product-content .item-img {
    float: left;
    margin: 0 20px 20px 0;
    padding-right: 0;
  }

  .cabinet-page .review-item .product-content .item-img img {
    max-width: 80px;
    max-height: 80px;
  }

  .cabinet-page .cabinet-history .history-table {
    display: table;
    width: 100%;
  }

  .cabinet-page .cabinet-history .table-row {
    display: table-row;
  }

  .cabinet-page .cabinet-history .table-row.active {
    display: table-row;
  }

  .cabinet-page .cabinet-history .table-td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border-bottom: 1px solid #cccccc;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(1) {
    width: 70px;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(2) {
    width: 50px;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(3) {
    width: 90px;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(4) {
    width: 120px;
  }

  .cabinet-page .cabinet-history .table-td p {
    font-size: 12px;
    margin: 0;
  }

  .cabinet-page .cabinet-history .history-img img {
    max-width: 50px;
    max-height: 50px;
  }

  .cabinet-page .cabinet-history .product-name h2,
  .cabinet-page .cabinet-history .product-name h3 {
    font-size: 14px;
  }

  .cabinet-page .cabinet-history .toggle-block {
    font-size: 12px;
  }

  .product-page .page-content {
    padding: 20px;
  }

  .product-page .page-content .nav-tabs {
    margin-bottom: 25px;
    margin-right: 70px;
  }

  .product-page .page-content .item-compare {
    top: 20px;
  }

  .product-page .page-content .item-choose {
    top: 22px;
  }

  .product-page .product-slider .item {
    height: 400px;
  }

  .product-page .product-slider .item img {
    max-width: 400px;
    max-height: 400px;
  }

  .product-page .product-description .product-code {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 10px;
  }

  .product-page .product-description .product-colors {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .product-page .product-description .old-cost p {
    font-size: 16px;
  }

  .product-page .product-description .old-cost p:after {
    top: 11px;
  }

  .product-page .product-description .new-cost {
    font-size: 28px;
  }

  .product-page .product-description .product-bonus {
    font-size: 16px;
  }

  .product-page .product-description .buy-buttons {
    width: 370px;
    margin: 0 auto 20px;
    text-align: justify;
  }

  .product-page .product-description .buy-buttons .default-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-page .product-description .buy-buttons .oneclick-buy {
    float: left;
    margin: 0;
    font-size: 14px;
  }

  .product-page .product-description .buy-buttons p {
    float: right;
  }

  .product-page .product-description .buy-buttons p .payment-link {
    font-size: 14px;
  }

  .product-page .product-description table td {
    font-size: 14px;
  }

  .product-page .cross-buy .cross-buy-slider .item {
    text-align: center;
  }

  .product-page .cross-buy .cross-buy-slider .cross-item {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
  }

  .product-page .cross-buy .cross-buy-slider .cross-plus {
    display: inline-block;
    vertical-align: top;
    margin: 50px 20px 0;
  }

  .product-page .cross-buy .cross-buy-slider .cross-equal {
    margin: 20px 0;
  }

  .product-page .create-review {
    max-width: 500px;
    margin: 0 auto;
  }

  #login-modal .modal-dialog {
    max-width: 600px;
  }

  .login-modal-content .modal-line {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 1px;
    height: 100%;
    background: #363636;
    z-index: 10;
    margin: 0;
  }

  .login-modal-content .tab-pane {
    padding: 20px;
  }

  .chosen-page h1 {
    font-size: 24px;
    margin: 20px 0 25px;
  }

  .chosen-page .empty-chosen {
    padding: 30px 40px;
  }

  .chosen-page .empty-chosen h2 {
    font-size: 24px;
  }

  .chosen-page .empty-chosen p {
    font-size: 14px;
  }

  .chosen-page .empty-chosen .default-button {
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  #page-overlay {
    display: none !important;
  }

  .main-header .header-top {
    position: relative;
    z-index: 5;
    padding: 2.5px 0 4px;
    z-index: 100;
  }

  .main-header .header-logo {
    color: #363636;
    font-size: 32px;
    margin-left: 0;
  }

  .main-header .header-logo img {
    max-width: 100px;
  }

  .main-header .header-content {
    padding: 15px 0;
    background-color: #fff;
  }

  .main-header .slide-nav {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: auto;
    overflow: visible;
    width: 100%;
    padding: 0;
    background: transparent;
  }

  .main-header .top-nav {
    float: left;
    margin-left: -10px;
  }

  .main-header .top-nav a {
    display: inline-block;
    padding: 3px 0;
    margin: 0 10px;
    color: #363636;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
  }

  .main-header .top-nav a:active,
  .main-header .top-nav a:focus,
  .main-header .top-nav a:hover {
    text-decoration: none;
    color: #fe8143;
  }

  .main-header .top-nav a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    opacity: 0;
    background-color: #fe8143;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }

  .main-header .top-nav a:hover:after {
    opacity: 1;
  }

  .main-header .slide-nav-close {
    display: none;
  }

  .main-header .nav-toggle {
    display: none;
  }

  .main-header .bottom-nav {
    position: absolute;
    bottom: -175px;
    right: -10px;
  }

  .main-header .bottom-nav a {
    display: inline-block;
    padding: 5px 10px;
  }

  .main-header .bottom-nav a:hover {
    color: #fe8143;
  }

  .main-header .header-cabinet {
    position: relative;
    left: auto;
    top: auto;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
  }

  .main-header .header-cabinet svg {
    width: 16px;
  }

  .main-header .header-cabinet .online-status {
    right: -1px;
    top: 2px;
  }

  .main-header .switch-hands {
    position: relative;
    left: auto;
    top: auto;
    float: right;
    padding: 0 10px;
    border-left: 1px solid #B8B9B9;
    border-right: 1px solid #B8B9B9;
    height: 20px;
    width: 60px;
    margin-top: 3px;
  }

  .main-header .switch-hands .left-hand,
  .main-header .switch-hands .right-hand {
    margin-top: -1px;
    text-align: center;
  }

  .main-header .switch-hands .left-hand svg,
  .main-header .switch-hands .right-hand svg {
    width: 16px;
  }

  .main-header .switch-hands .left-hand {
    padding-right: 5px;
  }

  .main-header .lang-select {
    position: relative;
    left: auto;
    top: auto;
    float: right;
    border-right: 1px solid #B8B9B9;
    width: 80px;
    margin-top: 3px;
  }

  .main-header .lang-select .select-button {
    color: #363636;
    padding: 0 18px 0 10px;
    text-align: center;
  }

  .main-header .lang-select .select-button:after {
    right: 10px;
    border-top: 5px solid #000;
  }

  .main-header .lang-select .select-sorting {
    -webkit-box-shadow: 0 1px 12.6px 0.4px rgba(0, 0, 0, 0.32);
    box-shadow: 0 1px 12.6px 0.4px rgba(0, 0, 0, 0.32);
    width: 80px;
    top: -webkit-calc(100% + 8px);
    top: calc(100% + 8px);
  }

  .main-header .lang-select .select-sorting a {
    text-align: center;
  }

  .main-header .header-phone {
    float: right;
    margin: 3px 15px 0 0;
  }

  .main-header .header-phone p {
    display: inline-block;
    margin: 0 0 0 10px;
  }

  .main-header .header-phone p a {
    color: #363636;
    font-weight: 700;
  }

  .main-header .search-toggle {
    display: none;
  }

  .main-header .overlay-search-close {
    display: none;
  }

  .main-header .overlay-search {
    display: block;
    position: relative;
    padding: 0;
    width: 450px;
    border: 1px solid transparent;
    background-color: transparent;
    float: left;
    margin-right: 15px;
  }

  .main-header .overlay-search .form-group {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 5px 0 95px;
  }

  .main-header .overlay-search label {
    display: none;
  }

  .main-header .overlay-search .submit-search {
    width: 90px;
  }

  .main-header .overlay-search .submit-search svg {
    fill: #fff;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }

  .main-header .overlay-search .submit-search:hover svg {
    fill: #363636;
  }

  .main-header .search-autoresult {
    max-width: 452px;
  }

  .main-header .header-compare {
    margin: 6px 10px 0;
  }

  .main-header .header-compare svg {
    width: 28px;
    height: 30px;
  }

  .main-header .header-chosen {
    margin: 6px 12px 0;
  }

  .main-header .header-chosen i {
    font-size: 11px;
  }

  .main-header .header-chosen svg {
    width: 26px;
    height: 30px;
  }

  .main-header .header-cart {
    margin: 6px 12px 0;
  }

  .main-header .header-cart i {
    font-size: 11px;
  }

  .main-header .header-cart svg {
    width: 30px;
    height: 30px;
  }

  .main-header .header-bottom .catalog-toggle {
    position: relative;
    width: auto;
    height: 42px;
  }

  .main-header .bottom-catalog:after,
  .main-header .bottom-catalog:before {
    content: " ";
    display: table;
  }

  .main-header .bottom-catalog:after {
    clear: both;
  }

  .main-header .bottom-catalog .dropdown-catalog .side-list {
    float: left;
    width: 315px;
  }

  .main-header .bottom-catalog .dropdown-catalog .side-list>li>a:after {
    display: block;
  }

  .main-header .bottom-catalog .dropdown-catalog .fade-right {
    display: block;
  }

  body.switch .main-header .header-content .header-logo {
    right: 15px;
  }

  body.switch .main-header .slide-nav {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    height: auto;
    overflow: visible;
    width: 100%;
    padding: 0;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 100px;
  }

  body.switch .main-header .top-nav {
    margin-left: 10px;
  }

  body.switch .main-header .top-nav a {
    margin: 0 3px;
  }

  body.switch .main-header .bottom-nav {
    bottom: -113px;
  }

  body.switch .main-header .header-cabinet {
    position: absolute;
    left: 15px;
    right: auto;
    float: none;
    top: 2px;
    margin: 0;
  }

  body.switch .main-header .lang-select {
    position: absolute;
    left: 40px;
    right: auto;
    border-right: 0;
  }

  body.switch .main-header .switch-hands {
    position: absolute;
    left: 130px;
    right: auto;
    top: 0;
  }

  body.switch .main-header .header-cart {
    margin-left: 0;
  }

  body.switch .main-header .overlay-search {
    margin-left: 15px;
  }

  .main-slider .item {
    height: 400px;
  }

  .main-slider .item:before {
    width: 450px;
    height: 450px;
  }

  .main-slider .item.single-product .slide-img {
    top: 20%;
  }

  .main-slider .item.single-product .slide-img img {
    max-height: 250px;
  }

  .main-slider .item.single-product .slide-descr h2,
  .main-slider .item.single-product .slide-descr h3 {
    font-size: 28px;
    max-width: 350px;
  }

  .main-slider .item.single-product .slide-descr p {
    font-size: 14px;
  }

  .main-slider .item.sale-product .slide-img {
    top: 20%;
  }

  .main-slider .item.sale-product .slide-img img {
    max-height: 250px;
  }

  .main-slider .item.sale-product .slide-descr h2,
  .main-slider .item.sale-product .slide-descr h3 {
    font-size: 28px;
    max-width: 350px;
  }

  .main-slider .item.sale-product .slide-descr p {
    font-size: 14px;
  }

  .main-slider .item.together-cheaper-product:before {
    display: block;
    width: 600px;
    height: 600px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-slider .item.together-cheaper-product .slide-badges {
    left: auto;
    top: 0;
    bottom: 0;
    padding-top: 30px;
    width: 110px;
  }

  .main-slider .item.together-cheaper-product .slide-badges .badge-item {
    margin: 10px 0;
  }

  .main-slider .item.together-cheaper-product .together-descr {
    text-align: left;
    left: auto;
    right: 130px;
    max-width: 250px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-slider .item.together-cheaper-product .together-descr h2,
  .main-slider .item.together-cheaper-product .together-descr h3 {
    display: block;
    font-size: 28px;
  }

  .main-slider .item.together-cheaper-product .cheaper-plus {
    left: 260px;
    right: auto;
    top: 100px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one,
  .main-slider .item.together-cheaper-product .cheaper-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-slider .item.together-cheaper-product .cheaper-one .slide-img,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-img {
    height: 150px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one img,
  .main-slider .item.together-cheaper-product .cheaper-two img {
    max-width: 230px;
    max-height: 150px;
  }

  .main-slider .item.together-cheaper-product .cheaper-two {
    right: auto;
    left: 300px;
  }

  .main-slider .slick-arrow {
    bottom: 15px;
  }

  .main-slider .slick-dots {
    left: auto;
    bottom: 25px;
    right: 80px;
  }

  .index-not-found {
    padding: 100px 0 120px;
  }

  .index-not-found h2 {
    font-size: 72px;
    margin-left: 100px;
  }

  .index-not-found p {
    font-size: 24px;
    margin-left: 130px;
  }

  .index-benefits {
    padding: 25px 0 20px;
  }

  .index-benefits .benefit-item {
    padding-left: 80px;
    padding-right: 20px;
  }

  .index-benefits .benefit-item:nth-of-type(2) {
    border-left: 1px solid #363636;
    border-right: 1px solid #363636;
  }

  .index-benefits .benefit-item .benefit-img {
    left: 25px;
  }

  .index-benefits .benefit-item .benefit-img img {
    width: 30px;
  }

  .index-benefits .benefit-item .benefit-text h2,
  .index-benefits .benefit-item .benefit-text h3,
  .index-benefits .benefit-item .benefit-text h4 {
    font-size: 16px;
  }

  .index-benefits .benefit-item .benefit-text p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .catalog-type-one .default-select {
    left: 180px;
    top: -4px;
  }

  .catalog-type-two {
    padding: 10px 0 50px;
  }

  .catalog-type-two .default-select {
    left: 180px;
    top: -4px;
  }

  .index-producers h2 {
    font-size: 22px;
  }

  .index-producers .top-link {
    font-size: 16px;
    top: 2px;
  }

  .index-producers .default-select {
    left: 250px;
    top: -1px;
  }

  .index-producers .producers-slider {
    margin: 0 -10px;
  }

  .index-producers .producers-slider .item {
    margin: 0 10px;
  }

  .index-producers .producers-slider .slick-arrow.prev-arrow {
    left: 10px;
  }

  .index-producers .producers-slider .slick-arrow.next-arrow {
    right: 10px;
  }

  .subscription-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subscription-section form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .subscription-section h2 {
    font-size: 14px;
    margin: 3px 10px 0 0;
  }

  .subscription-section .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin: 0;
  }

  .subscription-section .form-row .form-col {
    width: 47%;
    margin: 0 1.5%;
  }

  .subscription-section .form-row .form-col label {
    font-size: 14px;
  }

  .index-news .news-item .item-img {
    height: 200px;
  }

  .index-news .top-link {
    font-size: 16px;
    top: 2px;
  }

  .about-slider .item {
    height: 200px;
  }

  .main-footer .footer-list h3 {
    font-size: 16px;
    min-height: 38px;
  }

  .main-footer .footer-list a {
    font-size: 13px;
  }

  .catalog-item .benefit-badges>div {
    width: 40px;
    height: 40px;
  }

  .catalog-page .breadcrumbs {
    padding-bottom: 5px;
    margin-bottom: 25px;
  }

  .catalog-page .catalog-sorting p {
    display: inline-block;
  }

  .catalog-page .catalog-show p {
    display: inline-block;
  }

  .catalog-page .load-content .load-img {
    width: 130px;
  }

  .catalog-page .load-content .load-text {
    font-size: 16px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item {
    padding-top: 45px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-choose {
    top: 15px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-title {
    max-width: 300px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-compare {
    top: 14px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-badges {
    top: 14px;
  }

  .catalog-page.list-catalog .catalog-content .row .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item {
    padding-top: 45px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-choose {
    top: 15px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-title {
    max-width: 300px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-compare {
    top: 14px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-badges {
    top: 14px;
  }

  .catalog-page .empty-catalog {
    text-align: center;
    padding: 80px 0;
  }

  .catalog-page .empty-catalog h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }

  .catalog-page .empty-catalog p {
    font-size: 16px;
  }

  .about-page .page-content {
    margin: 20px 0;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    top: 7px;
  }

  .delivery-page .tab-content .tab-pane {
    padding: 25px;
  }

  .delivery-page .page-content h3 {
    margin-bottom: 25px;
  }

  .delivery-page .page-content ol {
    padding-left: 50px;
    margin-bottom: 40px;
  }

  .order-page .payment-checkboxes {
    text-align: center;
  }

  .order-page .payment-checkboxes .default-checkbox {
    display: inline-block;
    text-align: left;
    margin: 0 10px;
  }

  .order-page .payment-checkboxes .default-checkbox label img {
    margin-bottom: 10px;
  }

  .order-page .payment-checkboxes .default-checkbox label h2,
  .order-page .payment-checkboxes .default-checkbox label h3 {
    display: block;
  }

  .order-page .page-content .form-row {
    max-width: 800px;
    margin: 0 auto;
  }

  .order-page .page-content .order-footer {
    padding-top: 5px;
  }

  .comparison-page .compare-empty {
    background: url("../img/compare-empty-bg.png") no-repeat top left;
  }

  .comparison-page .compare-empty h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .comparison-page .compare-empty p {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .comparison-page .compare-empty .default-button {
    font-size: 16px;
  }

  .comparison-page .table-responsive td {
    padding: 15px;
    min-width: 250px;
  }

  .comparison-page .table-responsive td:first-of-type {
    min-width: 200px;
  }

  .comparison-page .table-responsive img {
    max-width: 150px;
    max-height: 150px;
  }

  .comparison-page .compare-empty h2 {
    font-size: 28px;
  }

  .contacts-page .page-content {
    padding: 25px;
  }

  .contacts-page .wide-line {
    margin: 15px -25px 20px;
  }

  .contacts-page .address-container .address-table {
    display: table;
    width: 100%;
  }

  .contacts-page .address-container .table-row {
    display: table-row;
    border: 0;
  }

  .contacts-page .address-container .table-td {
    display: table-cell;
    border-bottom: 1px solid #bababa;
    width: 25%;
    padding: 15px 0 15px 25px;
  }

  .contacts-page .address-container .table-td:last-of-type {
    text-align: right;
  }

  .contacts-page .address-container .table-td img {
    top: 18px;
  }

  .news-page .inner-news-slider {
    margin-bottom: 30px;
  }

  .news-page .inner-news-slider .item {
    height: 300px;
  }

  .news-page .inner-news-text {
    margin-bottom: 40px;
  }

  .news-page .inner-news-text p {
    font-size: 14px;
    margin: 0 0 25px;
    line-height: 1.5;
  }

  .cabinet-page .page-content {
    padding: 25px;
  }

  .cabinet-page .page-content h3 {
    margin-bottom: 25px;
  }

  .cabinet-page .page-content ol {
    padding-left: 50px;
    margin-bottom: 40px;
  }

  .cabinet-page .page-content .form-row {
    max-width: 800px;
    margin: 0 auto;
  }

  .cabinet-page .page-content .text-right {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 5px;
  }

  .cabinet-page .item-content .content-rating {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
  }

  .cabinet-page .item-content .content-name {
    display: inline-block;
    vertical-align: top;
  }

  .cabinet-page .item-content .content-date {
    display: inline-block;
    vertical-align: top;
  }

  .cabinet-page .cabinet-history .table-head h1 {
    font-size: 18px;
  }

  .cabinet-page .cabinet-history .table-head h1 span {
    font-size: 16px;
  }

  .cabinet-page .cabinet-history .table-head .head-sum p {
    font-size: 18px;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(1) {
    width: 100px;
    text-align: center;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(2) {
    width: 100px;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(3) {
    width: 100px;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(4) {
    width: 200px;
  }

  .product-page .product-description .item-compare {
    top: -50px;
  }

  .product-page .product-description .buy-buttons {
    margin: 0 0 20px;
  }

  .product-page .sm-product .item-footer {
    margin-top: 20px;
  }

  .product-page .sm-product .product-cost {
    margin-right: 10px;
  }

  .product-page .sm-product .product-cost {
    display: inline-block;
    vertical-align: top;
  }

  .product-page .inner-descr>h3,
  .product-page .inner-descr>h2 {
    font-size: 18px;
  }

  .product-page .inner-descr>p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 25px;
  }

  .fixed-nav {
    display: block;
  }

  #addcart-modal .modal-dialog {
    max-width: 600px;
  }

  .addcart-modal-content .modal-header {
    padding: 30px 50px 5px 30px;
  }

  .addcart-modal-content .modal-header h2,
  .addcart-modal-content .modal-header h3,
  .addcart-modal-content .modal-header h4 {
    font-size: 20px;
  }

  .addcart-modal-content .modal-header h2 svg,
  .addcart-modal-content .modal-header h3 svg,
  .addcart-modal-content .modal-header h4 svg {
    width: 33px;
  }

  .addcart-modal-content .modal-header .close {
    right: 40px;
    top: 30px;
  }

  .addcart-modal-content .modal-body {
    padding: 30px;
  }

  .addcart-modal-content .modal-img {
    width: 120px;
    height: 150px;
  }

  .addcart-modal-content .modal-text {
    margin-left: 130px;
  }

  .addcart-modal-content .modal-text h2,
  .addcart-modal-content .modal-text h3,
  .addcart-modal-content .modal-text h4 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .addcart-modal-content .modal-text .default-button {
    font-size: 18px;
    max-width: 260px;
    display: block;
    margin: 0 auto;
  }

  .addcart-modal-content .modal-text .continue-shop {
    max-width: 260px;
    padding: 7px 5px;
    display: block;
    margin: 0 auto;
  }

  .addcart-modal-content .modal-text .continue-shop span {
    font-size: 16px;
  }

  .addcart-modal-content .modal-text .continue-shop small {
    font-size: 12px;
  }

  .addcart-modal-content .product-calc {
    text-align: center;
    margin-bottom: 20px;
  }

  .addcart-modal-content .product-sum {
    padding-left: 30px;
  }

  .addcart-modal-content .product-sum .old-cost p {
    font-size: 14px;
  }

  .addcart-modal-content .product-sum .new-cost p {
    font-size: 22px;
  }

  .addcart-modal-content .product-count {
    margin-right: 30px;
    /* margin-top: 8px; */
  }

  #oneclick-modal .modal-dialog {
    max-width: 650px;
  }

  .oneclick-modal-content .modal-header {
    padding: 30px 50px 5px 30px;
  }

  .oneclick-modal-content .modal-header h2,
  .oneclick-modal-content .modal-header h3,
  .oneclick-modal-content .modal-header h4 {
    font-size: 20px;
  }

  .oneclick-modal-content .modal-header p {
    font-size: 14px;
  }

  .oneclick-modal-content .modal-header .close {
    right: 35px;
    top: 28px;
  }

  .oneclick-modal-content .modal-body {
    padding: 15px 40px 30px;
  }

  .oneclick-modal-content .modal-img {
    float: left;
    width: 160px;
    height: 170px;
  }

  .oneclick-modal-content .modal-text {
    margin-left: 170px;
  }

  .oneclick-modal-content .modal-text h2,
  .oneclick-modal-content .modal-text h3,
  .oneclick-modal-content .modal-text h4 {
    font-size: 16px;
  }

  .oneclick-modal-content .modal-text p {
    font-size: 16px;
  }

  .oneclick-modal-content .product-calc {
    margin-bottom: 20px;
  }

  .oneclick-modal-content .product-sum .old-cost p {
    font-size: 15px;
  }

  .oneclick-modal-content .product-sum .new-cost p {
    font-size: 22px;
  }

  .oneclick-modal-content .modal-form {
    margin-left: 80px;
  }

  .oneclick-modal-content .modal-form .form-control {
    height: 40px;
  }

  .oneclick-modal-content .modal-form .form-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .oneclick-modal-content .modal-form .form-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
  }

  .oneclick-modal-content .modal-form .default-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-left: 10px;
    padding: 5px 3px;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
  }

  .oneclick-modal-content .modal-form small {
    font-size: 11px;
    line-height: 1;
    color: #616161;
  }

  #login-modal .modal-dialog {
    max-width: 700px;
  }

  #login-modal .modal-dialog {
    max-width: 900px;
  }

  .login-modal-content .modal-line {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 1px;
    height: 100%;
    background: #363636;
    z-index: 10;
    margin: 0;
  }

  .login-modal-content .tab-pane {
    padding: 45px 25px;
  }

  .login-modal-content .tab-pane h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
  }

  .login-modal-content .tab-pane .col-md-6 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .login-modal-content .form-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .login-modal-content .form-footer .modal-checkbox {
    white-space: nowrap;
    margin: 0;
  }

  .login-modal-content .form-footer .modal-checkbox label {
    margin: 0;
    font-size: 14px;
  }

  .login-modal-content .form-footer .default-button {
    width: 130px;
    margin: 0;
  }

  .login-modal-content .remember-button {
    font-size: 14px;
    margin-top: 15px;
  }

  #cart-modal .modal-dialog {
    max-width: 900px;
  }

  .cart-modal-content .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-modal-content .row-cost {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    color: #fe8143;
  }

  .cart-modal-content .row-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 13px;
  }

  .cart-modal-content .product-code {
    width: 150px;
    text-align: center;
  }

  .cart-modal-content .product-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 125px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    width: 125px;
  }

  .cart-modal-content .product-img img {
    max-width: 120px;
    max-height: 120px;
  }

  .cart-modal-content .product-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .cart-modal-content .product-count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }

  .cart-modal-content .product-name h2,
  .cart-modal-content .product-name h3 {
    font-size: 16px;
    max-width: 300px;
  }

  .cart-modal-content .new-cost p {
    font-size: 18px;
  }

  .cart-modal-content .old-cost p {
    font-size: 14px;
  }

  .cart-modal-content .modal-footer {
    padding: 15px 15px 40px;
  }

  .cart-modal-content .together-products {
    margin-top: 10px;
  }

  .cart-modal-content .together-products .together-title {
    font-size: 16px;
    top: -12px;
    left: 15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .cart-modal-content .together-products .together-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cart-modal-content .together-products .together-footer h4 {
    margin: 0;
  }

  .cart-modal-content .together-products .product-count {
    margin: 0 15px;
  }

  .cart-modal-content .footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-modal-content .cart-total {
    width: 330px;
  }

  .cart-modal-content .cart-total table td {
    padding: 7px 0;
  }

  .cart-modal-content .cart-total .default-button {
    font-size: 16px;
  }

  .cart-modal-content .continue-buy {
    text-align: left;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }

  .cart-modal-content .empty-cart {
    padding: 70px 15px;
    position: relative;
    overflow: hidden;
  }

  .cart-modal-content .empty-cart:after {
    content: '';
    width: 600px;
    height: 600px;
    background: url("../img/dots-circle.svg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: -20%;
    top: -40%;
    z-index: 1;
  }

  .cart-modal-content .empty-cart h3 {
    font-size: 30px;
    padding-left: 70px;
    padding-right: 50px;
    z-index: 10;
  }

  .cart-modal-content .empty-cart h3:before {
    width: 50px;
    height: 50px;
    top: -10px;
  }

  .cart-modal-content .empty-cart p {
    font-size: 16px;
    z-index: 10;
  }

  .cart-modal-content .empty-cart .default-button {
    position: relative;
    z-index: 10;
  }

  .chosen-page h1 {
    font-size: 28px;
    margin: 30px 0 35px;
  }

  .chosen-page .main {
    padding-bottom: 25px;
  }

  .chosen-page .empty-chosen {
    padding: 30px 50px;
  }

  .chosen-page .empty-chosen h2 {
    font-size: 28px;
  }

  .chosen-page .empty-chosen p {
    font-size: 16px;
  }

  .search-result .empty-search h2 {
    font-size: 24px;
  }

  .search-result .container>h2 {
    font-size: 20px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }

  .main-header .header-content {
    padding: 15px 0 20px;
  }

  .main-header .header-logo {
    font-size: 38px;
    margin-top: 5px;
  }

  .main-header .header-phone {
    margin-top: 3px;
  }

  .main-header .switch-hands {
    margin-top: 3px;
  }

  .main-header .lang-select {
    margin-top: 3px;
  }

  .main-header .header-cabinet {
    margin-top: 3px;
    margin-left: 15px;
  }

  .main-header .header-chosen {
    margin: 8px 20px 0;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    padding: 0 20px;
  }

  .main-header .header-chosen i {
    left: auto;
    right: 22px;
  }

  .main-header .header-chosen span {
    display: block;
  }

  .main-header .header-compare {
    margin-top: 10px;
  }

  .main-header .header-compare span {
    display: block;
  }

  .main-header .header-cart {
    margin-top: 8px;
  }

  .main-header .header-cart span {
    display: block;
  }

  .main-header .overlay-search {
    margin-top: 4px;
    margin-right: 40px;
    width: 450px;
  }

  .main-header .header-bottom {
    padding: 5px 0;
    height: auto;
  }

  .main-header .header-bottom .catalog-toggle {
    padding: 11px 90px;
    height: auto;
  }

  .main-header .header-bottom .catalog-toggle span {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
  }

  .main-header .header-bottom .catalog-toggle i {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 15px;
  }

  .main-header .header-bottom .catalog-toggle i:after,
  .main-header .header-bottom .catalog-toggle i:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 0;
  }

  .main-header .header-bottom .catalog-toggle i:before {
    top: -7px;
  }

  .main-header .header-bottom .catalog-toggle i:after {
    bottom: -7px;
  }

  .main-header .top-nav {
    margin-left: -15px;
    margin-top: 6px;
  }

  .main-header .top-nav a {
    font-size: 15px;
    margin: 0 15px;
  }

  .main-header .bottom-nav {
    bottom: -184px;
    right: -25px;
  }

  .main-header .bottom-nav a {
    font-size: 16px;
    padding: 5px 25px;
  }

  .main-header .bottom-nav a:first-of-type {
    border: 0;
  }

  .main-header .bottom-nav a:last-of-type {
    border-left: 1px solid #c5c6d1;
    border-right: 1px solid #c5c6d1;
    font-weight: 400;
  }

  .main-header .header-logo img {
    max-width: 220px;
    max-height: 65px;
  }

  body.switch .main-header .bottom-nav {
    bottom: -140px;
  }

  body.switch .main-header .overlay-search {
    margin-right: 0;
    margin-left: 30px;
  }

  .main-slider .item.single-product .slide-badges {
    left: auto;
    right: -4px;
    top: 0;
    bottom: 0;
    width: 110px;
    padding-top: 30px;
  }

  .main-slider .item.single-product .slide-badges .badge-item {
    margin: 10px 0;
  }

  .main-slider .item.single-product .slide-descr {
    right: 130px;
  }

  .main-slider .item.single-product .slide-descr h2,
  .main-slider .item.single-product .slide-descr h3 {
    max-width: 300px;
  }

  .main-slider .item.sale-product .slide-badges {
    left: auto;
    right: -4px;
    top: 0;
    bottom: 0;
    width: 110px;
    padding-top: 30px;
  }

  .main-slider .item.sale-product .slide-badges .badge-item {
    margin: 10px 0;
  }

  .main-slider .item.sale-product .slide-descr {
    right: 130px;
  }

  .main-slider .item.sale-product .slide-descr h2,
  .main-slider .item.sale-product .slide-descr h3 {
    max-width: 300px;
  }

  .main-slider .item.together-cheaper-product .together-descr {
    max-width: 320px;
  }

  .main-slider .item.together-cheaper-product .together-descr h2,
  .main-slider .item.together-cheaper-product .together-descr h3 {
    font-weight: 700;
    font-size: 36px;
  }

  .index-not-found {
    padding: 80px 0 100px;
  }

  .index-not-found h2 {
    font-size: 130px;
    margin-left: 140px;
  }

  .index-not-found p {
    font-size: 30px;
    margin-left: 180px;
  }

  .index-benefits .container {
    display: block;
    text-align: center;
  }

  .index-benefits .benefit-item {
    display: inline-block;
    width: auto;
    min-width: 250px;
    max-width: 300px;
    text-align: left;
  }

  .catalog-type-one {
    padding: 40px 0 20px;
  }

  .catalog-type-one h2 {
    margin: 0 0 30px;
  }

  .catalog-type-one .description-toggle {
    display: block;
  }

  .catalog-type-one .catalog-slider .slick-dots {
    top: -55px;
    left: 405px;
    right: auto;
    bottom: auto;
  }

  .catalog-type-two {
    padding: 20px 0 50px;
  }

  .catalog-type-two h2 {
    margin: 0 0 30px;
  }

  .catalog-type-two .description-toggle {
    display: block;
  }

  .catalog-type-two .catalog-slider .slick-dots {
    top: -55px;
    left: 405px;
    right: auto;
    bottom: auto;
  }

  .index-producers h2 {
    margin: 0 0 20px;
  }

  .index-producers .producers-slider .slick-arrow {
    top: 47px;
  }

  .index-producers .producers-slider .slick-arrow.next-arrow {
    right: -40px;
  }

  .index-producers .producers-slider .slick-arrow.prev-arrow {
    left: -40px;
  }

  .index-producers .producers-slider .slick-dots {
    right: auto;
    left: 470px;
    bottom: auto;
    top: -48px;
  }

  .index-news h2 {
    font-size: 22px;
    text-align: left;
    margin: 0 0 25px;
  }

  .index-news .news-item {
    padding-bottom: 30px;
  }

  .index-news .news-slider .slick-arrow {
    top: 90px;
  }

  .index-news .news-slider .slick-arrow.next-arrow {
    right: -40px;
  }

  .index-news .news-slider .slick-arrow.prev-arrow {
    left: -40px;
  }

  .about-container {
    padding: 30px 0 10px;
  }

  .about-container .about-head {
    margin-bottom: 20px;
  }

  .about-container .about-head h2 {
    font-size: 22px;
  }

  .about-container p {
    margin: 0 0 25px;
    font-size: 16px;
  }

  .subscription-section h2 {
    font-size: 16px;
  }

  .main-footer .footer-content {
    background-color: #3d4144;
  }

  .main-footer .footer-content .footer-logo {
    margin: 0;
  }

  .main-footer .footer-bottom {
    font-size: 16px;
  }

  .catalog-item {
    padding-top: 60px;
  }

  .catalog-item .benefit-badges {
    left: 15px;
  }

  .catalog-item .item-img {
    height: 170px;
  }

  .catalog-item .item-img img {
    max-height: 170px;
  }

  .catalog-item .item-code {
    display: block;
  }

  .catalog-item .item-available {
    display: block;
  }

  .catalog-item .item-choose {
    top: 20px;
    right: 10px;
  }

  .catalog-item .item-delete {
    top: 20px;
    right: 10px;
  }

  .catalog-item .item-badges {
    left: auto;
    top: 60px;
    right: 10px;
  }

  .catalog-item .item-badges .item-badge {
    width: 73px;
    -webkit-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 0;
    height: auto;
  }

  .catalog-item .item-badges .item-badge img {
    width: 16px;
    margin-right: 3px;
    display: inline-block;
  }

  .catalog-item .item-badges .item-badge span {
    display: inline-block;
    letter-spacing: 1px;
  }

  .catalog-item .item-badges .item-badge.sale-badge img {
    display: none;
  }

  .catalog-item .item-compare {
    left: auto;
    right: 42px;
    top: 19px;
  }

  .catalog-item .item-colors {
    top: 100px;
  }

  .catalog-page .breadcrumbs {
    padding: 0;
    margin-bottom: 50px;
  }

  .catalog-page .breadcrumbs .breadcrumb {
    padding: 15px 0;
  }

  .catalog-page .catalog-buttons {
    margin-top: 15px;
    margin-left: 15px;
  }

  .catalog-page .catalog-show {
    margin-top: 12px;
  }

  .catalog-page .catalog-show p {
    font-size: 16px;
    margin-top: 3px;
  }

  .catalog-page .catalog-sorting {
    margin-top: 13px;
  }

  .catalog-page .catalog-sorting p {
    font-size: 16px;
    margin-top: 2px;
  }

  .catalog-page .slide-filters .extra-controls {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .catalog-page .slide-filters .extra-controls i {
    display: block;
    margin-top: 2px;
  }

  .catalog-page .slide-filters .extra-controls .num-input {
    width: 60px;
  }

  .catalog-page .slide-filters .extra-controls .default-button {
    width: 50px;
    margin-left: 10px;
    padding: 2px 3px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item {
    padding-bottom: 50px;
    padding-top: 55px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-code {
    top: 13px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-available {
    left: 100px;
    top: 13px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-img img {
    max-height: 100%;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-dropdown-descr {
    max-width: 350px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-rating {
    margin: 0;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-rating span {
    width: 12px;
    height: 12px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .benefit-badges {
    right: 160px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-colors {
    bottom: 5px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-footer {
    position: absolute;
    right: 0;
    width: 200px;
    top: 49.9%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    text-align: center;
    padding: 0;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-footer .col-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-footer .default-button {
    position: static;
    margin: 10px 0 0;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-footer .oneclick-buy {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .catalog-page.marked-list-catalog.switch .catalog-item .item-footer .col-6:first-of-type {
    padding-left: 15px;
  }

  .catalog-page.marked-list-catalog.switch .catalog-item .item-footer .col-6:first-of-type .product-cost {
    text-align: center;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item {
    padding-bottom: 50px;
    padding-top: 55px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-code {
    top: 13px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-available {
    left: 100px;
    top: 13px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-img img {
    max-height: 100%;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-rating {
    margin: 0;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-rating span {
    width: 12px;
    height: 12px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .benefit-badges {
    right: 160px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-colors {
    bottom: 5px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-footer {
    width: 200px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: right;
    padding: 0;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-footer .col-6 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-footer .default-button {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-footer .oneclick-buy {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .catalog-page.list-catalog.switch .catalog-item .item-footer .col-6:first-of-type {
    padding-left: 15px;
  }

  .catalog-slider .slick-arrow {
    top: 50%;
  }

  .catalog-slider .slick-arrow.prev-arrow {
    left: -40px;
  }

  .catalog-slider .slick-arrow.next-arrow {
    right: -40px;
  }

  .about-page .page-content {
    margin: 30px 0 40px;
  }

  .about-page .page-content {
    padding: 50px 50px 30px;
  }

  .about-page .page-content p {
    font-size: 16px;
  }

  .about-page .page-content h1 {
    font-size: 22px;
  }

  .about-page .page-content h2,
  .about-page .page-content h3 {
    font-size: 22px;
  }

  .about-page .page-content ul li {
    font-size: 16px;
  }

  .about-page .page-content .mark-text {
    margin: 20px -50px;
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    padding: 20px 50px;
  }

  .about-slider {
    margin-top: 30px;
    margin-bottom: 35px;
  }

  .about-slider .slick-arrow {
    top: 90px;
  }

  .about-slider .slick-arrow.next-arrow {
    right: -40px;
  }

  .about-slider .slick-arrow.prev-arrow {
    left: -40px;
  }

  .breadcrumbs .breadcrumb {
    padding: 15px 120px 15px 0;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    top: 7px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #363636;
  }

  .breadcrumbs .back-link {
    display: block;
  }

  .delivery-page .tab-content .tab-pane {
    padding: 35px;
  }

  .delivery-page .page-content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .delivery-page .page-content ol li,
  .delivery-page .page-content ul li {
    font-size: 16px;
  }

  .delivery-page .page-content .payment-table {
    margin: 25px 0;
  }

  .delivery-page .page-content .payment-table .table-cell {
    padding: 25px;
  }

  .delivery-page .driveway-benefits .benefit-item {
    padding: 0 25px;
    width: 22%;
    position: relative;
  }

  .delivery-page .driveway-benefits .benefit-item p {
    font-size: 14px;
  }

  .delivery-page .driveway-benefits .benefit-item:after {
    content: '';
    width: 1px;
    height: 150px;
    background-color: #363636;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .delivery-page .driveway-benefits .benefit-item:last-of-type:after {
    display: none;
  }

  .order-page .page-content {
    margin: 30px 0;
    padding: 35px;
  }

  .order-page .page-content h1 {
    font-weight: 700;
    margin: 0 0 25px;
  }

  .order-page .page-content .form-row {
    max-width: 800px;
    margin: 0 auto;
  }

  .order-page .delivery-services .default-checkbox {
    margin: 0 30px;
  }

  .order-page .top-checkboxes {
    padding-left: 20px;
  }

  .order-page .top-checkboxes .default-checkbox {
    margin: 0 20px;
  }

  .order-page .order-footer {
    max-width: 800px;
    margin: 0 auto;
  }

  .comparison-page .table-responsive td {
    padding: 20px;
    min-width: 300px;
  }

  .contacts-page .page-content {
    padding: 50px;
  }

  .contacts-page .contacts-info li p {
    font-size: 16px;
  }

  .contacts-page .contacts-social {
    margin-bottom: 25px;
  }

  .contacts-page .wide-line {
    margin: 20px -50px;
  }

  .contacts-page .contacts-form {
    float: right;
  }

  .news-page .breadcrumbs {
    margin-bottom: 30px;
  }

  .news-page .row .news-item .item-img {
    height: 150px;
    margin-bottom: 10px;
  }

  .news-page .row .news-item .item-link {
    font-size: 16px;
    font-weight: 500;
  }

  .news-page .row .news-item .item-link svg {
    width: 12px;
  }

  .news-page .inner-news-slider {
    padding-top: 10px;
  }

  .news-page .inner-news-slider .item {
    height: 350px;
  }

  .news-page .inner-news-slider .slick-arrow {
    top: 195px;
    width: 40px;
    height: 40px;
  }

  .news-page .inner-news-slider .slick-arrow.prev-arrow {
    left: -60px;
  }

  .news-page .inner-news-slider .slick-arrow.next-arrow {
    right: -60px;
  }

  .news-page .pagination {
    margin: 50px 0;
  }

  .cabinet-page .nav-tabs .nav-item .nav-link {
    padding: 10px 30px;
  }

  .cabinet-page .nav-tabs .nav-item .nav-link span {
    font-size: 16px;
    font-weight: 500;
  }

  .cabinet-page .page-content {
    padding: 35px;
  }

  .cabinet-page .page-content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .cabinet-page .page-content ol li,
  .cabinet-page .page-content ul li {
    font-size: 16px;
  }

  .cabinet-page .page-content .payment-table {
    margin: 25px 0;
  }

  .cabinet-page .page-content .payment-table .table-cell {
    padding: 25px;
  }

  .cabinet-page .review-item {
    max-width: 900px;
    margin: 0 auto 50px;
  }

  .cabinet-page .review-item .product-content h2,
  .cabinet-page .review-item .product-content h3 {
    margin-right: 230px;
  }

  .cabinet-page .review-item .product-content .product-code p {
    font-size: 13px;
  }

  .cabinet-page .review-item .item-content p {
    font-size: 14px;
  }

  .cabinet-page .review-item>.default-button {
    position: absolute;
    top: 0;
    right: 0;
  }

  .product-page .page-content {
    padding: 30px;
  }

  .product-page .page-content .nav-tabs {
    margin-bottom: 20px;
  }

  .product-page .page-content .item-compare {
    top: 29px;
  }

  .product-page .page-content .item-choose {
    top: 30px;
  }

  .product-page .cross-buy .cross-buy-slider .slick-arrow.prev-arrow {
    left: -60px;
  }

  .product-page .cross-buy .cross-buy-slider .slick-arrow.next-arrow {
    right: -60px;
  }

  .product-page .cross-buy .cross-buy-slider .cross-plus {
    margin: 50px 25px 0;
  }

  .product-page .cross-buy .cross-buy-slider .cross-equal {
    display: inline-block;
    vertical-align: top;
    margin: 50px 40px 0;
  }

  .product-page .cross-buy .cross-buy-slider .cross-total {
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
  }

  .product-page .sm-product {
    margin-left: 5px;
  }

  .product-page .product-description {
    margin-top: 30px;
  }

  .product-page .product-slider-container {
    margin-top: 30px;
  }

  .product-page .lg-tables {
    margin: 0 -1%;
  }

  .product-page .lg-tables table {
    float: left;
    width: 48%;
    margin: 0 1%;
  }

  .product-page .lg-tables table td {
    font-size: 12px;
  }

  #login-modal .modal-dialog {
    max-width: 900px;
  }

  #cart-modal .modal-dialog {
    max-width: 1100px;
  }

  .cart-modal-content .modal-header {
    padding: 20px 10px 10px;
    border: 0;
  }

  .cart-modal-content .modal-header h2,
  .cart-modal-content .modal-header h3 {
    font-size: 22px;
  }

  .cart-modal-content .table-row {
    padding: 10px 50px;
  }

  .cart-modal-content .modal-footer {
    padding: 30px;
  }

  .cart-modal-content .modal-footer .continue-buy {
    bottom: 40px;
    left: 30px;
  }

  .cart-modal-content .together-products {
    padding: 15px 15px 25px;
  }

  .cart-modal-content .together-products .table-row {
    padding: 15px 35px;
  }

  .chosen-page h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .chosen-page .main {
    padding-bottom: 50px;
  }

  .search-result .empty-search {
    padding: 80px 15px;
  }

  .search-result .empty-search h2 {
    font-size: 30px;
  }

  .search-result .catalog-type-one .catalog-slider .slick-dots {
    left: 0;
    right: 0;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1250px;
  }

  .main-header .bottom-catalog .dropdown-catalog {
    top: -webkit-calc(100% + 9px);
    top: calc(100% + 9px);
  }

  .main-header .bottom-catalog .fade-right {
    padding: 10px 0 15px 15px;
    max-width: 900px;
  }

  .main-header .bottom-catalog .fade-right .catalog-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .main-header .bottom-catalog .fade-right .list-item {
    padding: 15px 5px 15px 0;
  }

  .main-header .bottom-catalog .fade-right .list-item h2,
  .main-header .bottom-catalog .fade-right .list-item h3 {
    font-size: 15px;
    margin: 0 0 10px;
  }

  .main-header .bottom-catalog .fade-right .list-item ul {
    margin-bottom: 7px;
  }

  .main-header .bottom-catalog .fade-right .list-item ul>li {
    margin: 8px 0;
  }

  .main-header .bottom-catalog .fade-right .list-item ul>li>a {
    font-size: 14px;
  }

  .main-header .bottom-catalog .fade-right .list-item .item-link {
    font-size: 14px;
  }

  .main-slider {
    width: 1200px;
    margin: 0 auto;
  }

  .main-slider .item {
    height: 450px;
  }

  .main-slider .item:before {
    width: 750px;
    height: 750px;
    top: -120px;
    left: -100px;
  }

  .main-slider .item.single-product .slide-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15%;
  }

  .main-slider .item.single-product .slide-img img {
    max-height: 360px;
  }

  .main-slider .item.single-product .slide-descr {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-slider .item.single-product .slide-descr h2,
  .main-slider .item.single-product .slide-descr h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
  }

  .main-slider .item.single-product .slide-descr p {
    font-size: 20px;
  }

  .main-slider .item.single-product .slide-descr .default-button {
    font-size: 16px;
    padding: 8px 50px;
    margin-top: 20px;
  }

  .main-slider .item.sale-product .slide-img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15%;
  }

  .main-slider .item.sale-product .slide-img img {
    max-height: 360px;
  }

  .main-slider .item.sale-product .slide-descr {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-slider .item.sale-product .slide-descr h2,
  .main-slider .item.sale-product .slide-descr h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
  }

  .main-slider .item.sale-product .slide-descr p {
    font-size: 20px;
  }

  .main-slider .item.sale-product .slide-descr .default-button {
    font-size: 16px;
    padding: 8px 50px;
    margin-top: 20px;
  }

  .main-slider .item.together-cheaper-product:before {
    width: 750px;
    height: 750px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one .slide-descr,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-descr {
    padding: 12px 25px;
  }

  .main-slider .item.together-cheaper-product .cheaper-one .slide-descr h2,
  .main-slider .item.together-cheaper-product .cheaper-one .slide-descr h3,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-descr h2,
  .main-slider .item.together-cheaper-product .cheaper-two .slide-descr h3 {
    font-size: 20px;
  }

  .main-slider .item.together-cheaper-product .together-descr {
    max-width: 450px;
    right: 170px;
    top: 45%;
  }

  .main-slider .item.together-cheaper-product .together-descr h2,
  .main-slider .item.together-cheaper-product .together-descr h3 {
    font-size: 45px;
    margin: 0 0 25px;
  }

  .main-slider .item.together-cheaper-product .together-descr .default-button {
    font-size: 16px;
    padding: 8px 50px;
  }

  .main-slider .item.together-cheaper-product .cheaper-plus {
    left: 290px;
    top: 150px;
    font-size: 65px;
  }

  .main-slider .item.together-cheaper-product .cheaper-two {
    left: 350px;
  }

  .catalog-item .item-img {
    height: 200px;
    width: 200px;
  }

  .catalog-item .item-img img {
    max-height: 200px;
  }

  .catalog-item .item-rating {
    position: absolute;
    bottom: 8px;
    left: 0;
  }

  .catalog-item .item-footer .col-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .catalog-item .item-footer .product-cost .old-cost {
    font-size: 14px;
    margin-left: 3px;
  }

  .catalog-item .item-footer .product-cost .new-cost p {
    font-size: 20px;
  }

  body.switch .catalog-item .item-footer .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  body.switch .catalog-item .item-footer .col-6:first-of-type {
    padding-left: 15px;
  }

  body.switch .catalog-item .item-footer .default-button {
    left: auto;
    position: relative;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-rating {
    position: static;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-img {
    width: 140px;
    height: 140px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-title {
    max-width: 400px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-dropdown-descr {
    max-width: 400px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute;
    right: 260px;
    top: 0;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .benefit-badges {
    right: 280px;
    top: 15px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .benefit-badges>div {
    display: block;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-footer {
    width: 260px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-footer .default-button {
    display: block;
    width: 140px;
    margin: 10px auto 3px;
    font-size: 18px;
    padding: 5px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-img {
    width: 140px;
    height: 140px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-title {
    max-width: 400px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-rating {
    position: static;
  }

  .order-page .page-content {
    padding: 50px 120px;
  }

  .order-page .page-content .delivery-services .default-checkbox {
    margin: 0 80px;
  }

  .order-page .page-content h2 {
    margin-bottom: 35px;
  }

  .order-page .page-content .form-row {
    max-width: 1120px;
  }

  .order-page .payment-checkboxes {
    margin: 0 -70px 150px;
  }

  .order-page .payment-checkboxes .default-checkbox {
    vertical-align: top;
    width: 180px;
    margin: 0 10px;
    padding-top: 40px;
  }

  .order-page .payment-checkboxes .default-checkbox input:checked+label div {
    opacity: 1;
  }

  .order-page .payment-checkboxes .default-checkbox img {
    position: absolute;
    left: 30px;
    top: 2px;
  }

  .order-page .payment-checkboxes .default-checkbox label {
    display: block;
  }

  .order-page .payment-checkboxes .default-checkbox div {
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
  }

  .order-page .order-footer {
    max-width: 1120px;
  }

  .comparison-page .table-responsive td {
    padding: 25px;
    min-width: 400px;
    font-size: 16px;
  }

  .comparison-page .table-responsive td:first-of-type {
    min-width: 300px;
  }

  .comparison-page .table-responsive ul {
    font-size: 16px;
  }

  .comparison-page .table-responsive .new-cost {
    font-size: 28px;
  }

  .comparison-page .table-responsive .default-button {
    width: 280px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  .comparison-page .table-responsive .oneclick-buy {
    font-size: 16px;
  }

  .comparison-page .table-responsive .oneclick-buy:before {
    top: 5px;
  }

  .comparison-page .compare-existence {
    padding: 0;
  }

  .comparison-page .swipe-sign {
    display: none;
  }

  .news-page .row .news-item .item-img {
    height: 180px;
  }

  .news-page .article-container {
    max-width: 1170px;
  }

  .cabinet-page .cabinet-history .product-name h2,
  .cabinet-page .cabinet-history .product-name h3 {
    font-size: 22px;
  }

  .cabinet-page .cabinet-history .history-img img {
    max-width: 100px;
    max-height: 100px;
  }

  .cabinet-page .cabinet-history .table-td {
    border-bottom: 1px solid #cccccc;
    padding: 10px 5px;
  }

  .cabinet-page .cabinet-history .table-td p {
    font-size: 14px;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(1) {
    width: 130px;
    text-align: center;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(2) {
    width: 110px;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(3) {
    width: 130px;
    text-align: center;
  }

  .cabinet-page .cabinet-history .table-td:nth-of-type(4) {
    width: 250px;
  }

  .cabinet-page .cabinet-history .total-cost p {
    font-size: 20px;
  }

  .cabinet-page .cabinet-history .toggle-block {
    font-size: 16px;
    margin: 25px 0;
  }

  .cabinet-page .cabinet-history .toggle-block .history-toggle:after {
    bottom: -12px;
  }

  .cabinet-page .cabinet-history .new-cost p {
    font-size: 18px;
  }

  .cabinet-page .cabinet-history .old-cost p:after {
    top: 10px;
  }

  .cabinet-page .cabinet-history .product-amount {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .product-page .inner-descr>h3,
  .product-page .inner-descr>h2 {
    font-size: 20px;
  }

  .product-page .review-container {
    max-width: 1000px;
    margin: 25px auto 0;
  }
}

@media (min-width: 1440px) {
  .main-header .overlay-search {
    width: 600px;
  }

  .main-header .search-autoresult {
    max-width: 600px;
  }

  .index-benefits .benefit-item {
    padding-left: 100px;
    min-width: 325px;
    max-width: 330px;
  }

  .index-benefits .benefit-item .benefit-img {
    left: 35px;
  }

  .index-news .news-item .item-title h2,
  .index-news .news-item .item-title h3 {
    font-size: 16px;
  }

  .about-container {
    padding: 40px 0 20px;
  }

  .subscription-section h2 {
    font-size: 20px;
  }

  .subscription-section .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    position: relative;
  }

  .subscription-section .form-row .form-col {
    width: 170px;
    margin: 0 10px;
  }

  .subscription-section .form-row .form-col label {
    font-size: 16px;
  }

  .subscription-section .default-button {
    margin-left: 20px;
  }

  .main-footer .footer-content {
    padding: 50px 0 40px;
  }

  .main-footer .footer-list h3 {
    font-size: 18px;
    min-height: auto;
    margin: 0 0 20px;
  }

  .main-footer .footer-list ul li {
    margin: 10px 0;
    margin-bottom: 20px;
  }

  .main-footer .footer-list a {
    font-size: 14px;
  }

  .error-page .not-found-container .white-circle:nth-of-type(1) {
    left: 20%;
  }

  .breadcrumbs .breadcrumb {
    padding: 22px 0;
  }

  .breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    top: 7px;
  }

  .breadcrumbs .back-link {
    top: 17px;
  }

  .delivery-page .tab-content .tab-pane {
    padding: 50px;
  }

  .delivery-page .page-content h3 {
    margin: 40px 0 30px;
  }

  .delivery-page .page-content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .delivery-page .page-content ol {
    padding-left: 80px;
  }

  .delivery-page .page-content ol li {
    font-size: 16px;
    margin: 30px 0;
  }

  .delivery-page .page-content .payment-table .table-cell {
    padding: 40px 30px 30px;
  }

  .delivery-page .page-content .payment-table .table-cell:first-of-type {
    width: 190px;
  }

  .delivery-page .page-content .payment-table h2,
  .delivery-page .page-content .payment-table h3 {
    margin: 0 0 25px;
  }

  .delivery-page .driveway-benefits .benefit-item {
    padding: 0 30px;
    width: 24%;
  }

  .delivery-page .driveway-benefits .benefit-item p {
    font-size: 16px;
  }

  .delivery-page .driveway-benefits .benefit-item:after {
    top: 20px;
  }

  .order-page .page-content .payment-checkboxes .default-checkbox {
    padding-top: 70px;
  }

  .order-page .page-content .payment-checkboxes .default-checkbox label:before {
    top: 10px;
  }

  .order-page .page-content .payment-checkboxes .default-checkbox label:after {
    top: 15px;
  }

  .order-page .page-content .payment-checkboxes .default-checkbox label img {
    max-width: 60px;
    max-height: 60px;
  }

  .comparison-page .page-content {
    margin: 30px 0;
  }

  .comparison-page .compare-empty h2 {
    font-size: 30px;
    display: inline-block;
    position: relative;
    padding-left: 80px;
  }

  .comparison-page .compare-empty h2:before {
    position: absolute;
    left: 0;
    top: -12px;
  }

  .contacts-page .contacts-info {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts-page .contacts-info li {
    margin: 22px 0;
  }

  .contacts-page .contacts-form h2 {
    font-size: 22px;
  }

  .contacts-page .page-content iframe {
    width: 100% !important;
    margin: 0 auto;
  }

  .contacts-page .address-container .table-td {
    font-size: 18px;
  }

  .news-page .row .news-item .item-img {
    height: 220px;
  }

  .cabinet-page .page-content {
    padding: 50px 80px;
  }

  .cabinet-page .tab-content .form-row {
    max-width: 1120px;
    margin: 0 auto;
  }

  .cabinet-page .tab-content .form-row .col-md-4,
  .cabinet-page .tab-content .form-row .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cabinet-page .tab-content .text-right {
    max-width: 1120px;
    padding: 0 10px;
  }

  .cabinet-page .page-content h3 {
    margin: 40px 0 30px;
  }

  .cabinet-page .page-content p {
    font-size: 16px;
    line-height: 1.5;
  }

  .cabinet-page .page-content ol {
    padding-left: 80px;
  }

  .cabinet-page .page-content ol li {
    font-size: 16px;
    margin: 30px 0;
  }

  .cabinet-page .page-content .payment-table .table-cell {
    padding: 40px 30px 30px;
  }

  .cabinet-page .page-content .payment-table .table-cell:first-of-type {
    width: 190px;
  }

  .cabinet-page .page-content .payment-table h2,
  .cabinet-page .page-content .payment-table h3 {
    margin: 0 0 25px;
  }

  .cabinet-page .review-item .product-content h2,
  .cabinet-page .review-item .product-content h3 {
    font-size: 20px;
  }

  .cabinet-page .review-item .item-content {
    padding-left: 30px;
  }

  .product-page .page-content {
    padding: 50px;
  }

  .product-page .page-content .nav-tabs {
    position: absolute;
    top: 50px;
    right: 100px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .product-page .page-content .nav-tabs .nav-item .nav-link {
    padding: 5px 20px;
  }

  .product-page .page-content .item-compare {
    top: 49px;
    right: 95px;
  }

  .product-page .page-content .item-choose {
    top: 50px;
    right: 50px;
  }

  .product-page .lg-tables table td {
    font-size: 14px;
  }

  .product-page .inner-tab {
    position: relative;
    margin-top: 190px;
  }

  .product-page .tab-pane .col-lg-6 {
    margin-top: 70px;
  }

  .product-page .cross-buy h2 {
    font-size: 22px;
    font-weight: 700;
  }

  .product-page .cross-buy .cross-buy-slider .item img {
    max-width: 140px;
    max-height: 140px;
  }

  .product-page .cross-buy .cross-buy-slider .cross-plus img {
    width: 30px;
  }

  .product-page .cross-buy .cross-buy-slider .cross-equal img {
    width: 30px;
  }

  .product-page .catalog-type-one h2 {
    font-size: 22px;
  }

  .product-page .catalog-type-one .default-select {
    left: 170px;
    top: -2px;
  }

  .product-page .catalog-type-one .catalog-slider .slick-dots {
    top: -60px;
    left: 390px;
  }

  .product-page .catalog-type-two h2 {
    font-size: 22px;
  }

  .product-page .catalog-type-two .default-select {
    left: 188px;
    top: -2px;
  }

  .product-page .catalog-type-two .catalog-slider .slick-dots {
    top: -60px;
  }

  .product-page .sm-product {
    margin: 0;
    max-width: 420px;
    position: absolute;
    top: -190px;
    left: 10px;
  }

  .product-page .sm-product .default-button {
    font-size: 13px;
    padding: 8px 15px;
  }

  .product-page .sm-product .oneclick-buy {
    font-size: 13px;
    margin: 9px 0 0;
  }

  .product-page .sm-product .item-footer {
    margin-top: 10px;
  }

  #cart-modal .modal-dialog {
    max-width: 1300px;
  }

  .cart-modal-content .table-row {
    padding: 10px 50px 10px 100px;
    margin-right: 50px;
  }

  .cart-modal-content hr {
    margin: 10px 50px 10px 0;
  }

  .cart-modal-content .modal-body {
    padding: 20px 0 20px 50px;
  }

  .cart-modal-content .modal-footer {
    padding: 50px 80px;
  }

  .cart-modal-content .modal-footer .continue-buy {
    bottom: 55px;
    left: 80px;
  }

  .cart-modal-content .modal-footer .continue-buy a,
  .cart-modal-content .modal-footer .continue-buy button {
    font-size: 18px;
  }

  .cart-modal-content .modal-footer .continue-buy a:before,
  .cart-modal-content .modal-footer .continue-buy button:before {
    top: 5px;
  }

  .cart-modal-content .together-products {
    padding: 15px 30px 25px;
    margin-right: 45px;
  }

  .cart-modal-content .together-products hr {
    margin-right: 0;
  }

  .cart-modal-content .together-products .table-row {
    padding: 15px 30px 10px 55px;
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1450px;
  }

  .index-not-found {
    padding: 80px 0 100px;
  }

  .index-not-found h2 {
    font-size: 150px;
    margin-left: 300px;
  }

  .index-not-found p {
    margin-left: 380px;
  }

  .subscription-section h2 {
    font-size: 16px;
    text-align: left;
  }

  .subscription-section .form-row .form-col {
    width: 230px;
  }

  .subscription-section .default-button {
    margin-left: 20px;
  }

  .main-footer .footer-content {
    padding: 80px 0 70px;
  }

  .main-footer .col-md-4 {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .main-footer .col-md-8 {
    max-width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }

  .main-footer .footer-list {
    padding-top: 12px;
  }

  .main-footer .footer-list h3 {
    font-size: 20px;
  }

  .main-footer .footer-list a {
    font-size: 16px;
  }

  .contacts-page .page-content {
    padding: 50px 200px;
  }

  .contacts-page .wide-line {
    margin: 20px -200px;
  }

  .product-page .page-content {
    padding: 50px 100px;
  }

  .product-page .page-content .nav-tabs {
    right: 150px;
  }

  .product-page .page-content .item-choose {
    right: 100px;
  }

  .product-page .page-content .item-compare {
    right: 145px;
  }

  .product-page .product-slider-container {
    padding-right: 30px;
  }

  .product-page .product-slider-container:after {
    content: '';
    width: 1px;
    height: 450px;
    background-color: #7e7e7e;
    position: absolute;
    top: 3px;
    right: -15px;
  }

  .product-page .product-description {
    padding-left: 30px;
  }

  .product-page .product-description .table-wrap {
    margin-right: -1%;
    margin-left: -1%;
  }

  .product-page .product-description table {
    float: left;
    width: 48%;
    margin: 0 1%;
  }

  .product-page .product-page .sm-product {
    max-width: 550px;
  }

  .product-page .lg-tables {
    max-width: 1290px;
    margin: 0 auto;
  }

  .catalog-page .breadcrumbs {
    padding: 10px 0;
  }

  .catalog-page .catalog-buttons {
    margin-left: 40px;
  }

  .catalog-page .catalog-sorting {
    margin-top: 11px;
    margin-left: 30px;
  }

  .catalog-page .catalog-sorting p {
    margin-top: 4px;
  }

  .catalog-page .catalog-sorting .select-button {
    font-size: 16px;
  }

  .catalog-page .catalog-sorting .select-button:after {
    top: 12px;
  }

  .catalog-page .catalog-show {
    margin-top: 11px;
  }

  .catalog-page .catalog-show p {
    margin-top: 4px;
  }

  .catalog-page .catalog-show .select-button {
    font-size: 16px;
  }

  .catalog-page .catalog-show .select-button:after {
    top: 11px;
  }

  .catalog-page .col-6.col-lg-4 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .catalog-page .slide-filters .item-head {
    padding: 20px 25px 18px 20px;
  }

  .catalog-page .slide-filters .item-head h2,
  .catalog-page .slide-filters .item-head h3,
  .catalog-page .slide-filters .item-head p {
    font-size: 16px;
  }

  .catalog-page .slide-filters .item-head:after {
    top: 25px;
  }

  .catalog-page .slide-filters .item-body {
    padding: 5px 20px 20px;
  }

  .catalog-page .slide-filters .irs--flat.irs-with-grid {
    height: 60px;
  }

  .catalog-page .slide-filters .extra-controls i {
    width: 30px;
    margin-top: 10px;
  }

  .catalog-page .slide-filters .extra-controls .num-input {
    height: 40px;
    width: 90px;
    font-size: 14px;
  }

  .catalog-page .slide-filters .extra-controls .default-button {
    width: 80px;
    height: 40px;
    margin-left: 15px;
  }

  .catalog-page .slide-filters .default-checkbox label {
    font-size: 14px;
  }

  .catalog-page .activated-filters .item {
    font-size: 14px;
  }

  .catalog-page .activated-filters .reset-filters {
    width: 25px;
    height: 25px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item {
    padding-left: 270px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-img {
    width: 230px;
    height: 230px;
    margin-top: -120px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-code {
    left: 270px;
    font-size: 14px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-available {
    left: 370px;
    font-size: 14px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-colors {
    left: 268px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-footer {
    width: 300px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .benefit-badges {
    right: 315px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item:after {
    right: 300px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-dropdown-descr {
    max-height: none;
    height: auto;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item {
    padding-left: 160px;
    padding-top: 60px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-img {
    width: 120px;
    height: 120px;
    margin-top: -60px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-code {
    left: 160px;
    font-size: 14px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-available {
    left: 270px;
    font-size: 14px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-title {
    max-width: 550px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .benefit-badges {
    right: 250px;
    top: 13px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .benefit-badges>div {
    margin: 0 5px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-colors {
    left: 158px;
  }

  .catalog-page.list-catalog .catalog-content .catalog-item .item-footer .default-button {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .fixed-nav .fixed-item {
    width: 50px;
    height: 50px;
  }

  .fixed-nav .fixed-item svg {
    width: 30px;
    margin-top: -15px;
  }

  .fixed-nav .fixed-item.menu-item span {
    top: 25px;
    left: 15px;
  }

  .fixed-nav .fixed-item.search-item>a .active-state:after,
  .fixed-nav .fixed-item.search-item>a .active-state:before,
  .fixed-nav .fixed-item.search-item>button .active-state:after,
  .fixed-nav .fixed-item.search-item>button .active-state:before {
    width: 30px;
    top: 23px;
    left: 10px;
  }

  .fixed-nav .fixed-item.scrollup-item svg {
    margin-top: -12px;
    width: 25px;
  }

  .fixed-nav .fixed-item.chosen-item svg {
    margin-top: -12px;
    width: 27px;
  }

  .fixed-nav .slide-search .submit-search svg {
    margin-top: -10px;
  }

  #cart-modal .modal-dialog {
    max-width: 1450px;
  }

  .cart-modal-content .modal-body {
    padding: 20px 0 20px 80px;
  }

  .cart-modal-content hr {
    margin-right: 65px;
  }

  .cart-modal-content .table-row {
    margin-right: 70px;
  }

  .cart-modal-content .together-products {
    margin-right: 65px;
  }

  .search-result .main .row .col-6.col-sm-4 {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }

  .chosen-page .main .row .col-6.col-sm-4 {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1620px;
  }

  .main-header .bottom-nav {
    right: -5px;
  }

  .main-header .bottom-nav a {
    padding: 5px 50px;
  }

  .main-header .bottom-nav a:first-of-type {
    border-left: 1px solid #fff;
  }

  .main-header .bottom-nav a:last-of-type {
    border-right: 1px solid #fff;
  }

  .index-news .news-slider {
    padding: 0;
    margin: 0 -10px;
  }

  .index-news .news-slider .slick-arrow.next-arrow {
    right: -60px;
  }

  .index-news .news-slider .slick-arrow.prev-arrow {
    left: -60px;
  }

  .index-producers .producers-slider {
    padding: 0;
    margin: 0 -10px;
  }

  .index-producers .producers-slider .slick-arrow.next-arrow {
    right: -60px;
  }

  .index-producers .producers-slider .slick-arrow.prev-arrow {
    left: -60px;
  }

  .subscription-section .container:before {
    top: 5px;
  }

  .subscription-section h2 {
    margin-right: 50px;
  }

  .subscription-section .form-row .form-col {
    width: 320px;
    margin: 0 25px;
  }

  .subscription-section .default-button {
    margin-left: 20px;
    padding: 8px 40px;
    position: absolute;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    top: -1px;
    right: 15px;
  }

  .catalog-slider .slick-arrow {
    top: 50%;
  }

  .catalog-slider .slick-arrow.prev-arrow {
    left: -60px;
  }

  .catalog-slider .slick-arrow.next-arrow {
    right: -60px;
  }

  .product-page .cross-buy .cross-buy-slider .slick-arrow.prev-arrow {
    left: -80px;
  }

  .product-page .cross-buy .cross-buy-slider .slick-arrow.next-arrow {
    right: -80px;
  }

  .catalog-page.marked-list-catalog .catalog-content .catalog-item .item-dropdown-descr {
    max-width: 500px;
  }
}

.secBaner {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.secBaner .container {
  height: 450px;
}

.secBaner .text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.secBaner h2 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}

.secBaner p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}

.secTitle {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 50px;
}

.secTitle span {
  color: #181818;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 0 35px;
  position: relative;
}

.secTitle span:before {
  content: '';
  height: 1px;
  width: 999999px;
  background-color: #181818;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.secTitle span:after {
  content: '';
  height: 1px;
  width: 999999px;
  background-color: #181818;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.secCategor {
  padding: 80px 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.secCategor ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 0;
  padding: 0;
}

.secCategor ul li {
  list-style-type: none;
}

.secCategor ul li a {
  display: inline-block;
  text-decoration: none;
  min-height: 130px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border: 1px solid #56575c;
  background-color: #e9edf1;
  width: 100%;
  display: grid;
  grid-template-columns: 230px auto;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.secCategor ul li a .picture {
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}

.secCategor ul li a .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  color: #181818;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.secCategor ul li a:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.secCategor ul li:nth-child(2n) a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border: 1px solid #56575c;
  background-color: #ffffff;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.secCategor ul li:nth-child(2n) a:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1366px) {
  .secCategor ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1200px) {
  .main-header .search-inside {
    top: 8px;
  }

  .main-header .header-logo img {
    max-width: 160px;
  }

  .main-header .header-logo {
    margin-top: 15px;
  }

  .main-header .top-nav {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  .contactForm .form-row {
    grid-column-gap: 15px;
  }

  .secCategor {
    padding: 25px 0;
  }

  .secBaner h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .main-header .header-content .header-info .header-adress {
    display: none;
  }

  .main-header .header-content .header-info .header-phone {
    display: none;
  }

  .main-header .header-content .header-info .header-cart-my .text {
    display: none;
  }

  .main-header .header-content .header-info .header-cart-my .icon {
    height: 32px;
    width: 32px;
  }

  .main-header .header-bottom {
    background-color: #e9edf1;
    position: relative;
    height: 42px;
    min-height: 60px;
    z-index: 10;
  }

  .main-header .header-bottom {
    position: relative;
    height: 0;
    min-height: 0;
    z-index: 10;
  }

  .main-header .overlay-search .form-control {
    padding-left: 45px;
  }

  .main-header .header-logo img {
    max-width: 125px;
  }

  .main-header .header-logo {
    margin-top: 0;
  }

  .secBaner .container {
    height: auto;
  }

  .secBaner {
    padding: 15px 0;
  }

  .secCategor ul {
    grid-template-columns: 1fr;
  }

  .main-footer .slide-footer-content {
    background-color: #3d4144;
  }

  .main-footer .slide-footer-toggle {
    background-color: #3d4144;
  }

  .main-footer .slide-footer-content .row {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 650px;
  }

  .main-footer .footer-social {
    margin-left: 0;
    margin-top: 15px;
  }

  .main-footer .footer-content .footer-logo {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .main-footer .footer-content .footer-logo span {
    line-height: 1;
  }

  .main-footer .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-footer .payment-list {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-header .header-cabinet {
    position: static;
    top: 8px;
    left: 0px;
    width: 100%;
  }

  .main-header .bottom-nav a {
    color: #fff;
  }

  .secCategor ul li a {
    grid-template-columns: 150px auto;
  }

  .secCategor ul li a .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0 5px;
  }

  .secTitle span {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .taitle {
    text-align: center;
  }

  .taitle h1,
  .taitle h2,
  .taitle h3,
  .taitle h4,
  .taitle h5 {
    font-size: 1rem;
  }

  .secCategor ul {
    grid-gap: 15px;
  }

  .contactForm .form-row {
    grid-column-gap: 0;
    grid-template-columns: 1fr;
  }

  .contactForm .form-row .form-col {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}

.login-modal-content .close {
  z-index: 2;
}

.d-none {
  display: none;
}

/* prav ------------- */

.main-header .header-content .header-info .text p a {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0.45px;
}

.catalog-item .item-footer {
  min-height: 90px;
}

.header-cabinet a {
  display: inline-block;
  color: #181818;
  padding: 15px 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  font-weight: 500;
}

.cart-modal-content .table-row {
  border-bottom: 1px #fe8143 solid;
}

.cart-modal-content .table-row:last-of-type {
  border-bottom: 0;
}

/* #pidryska .default-button:hover {
  background-color: #fe8143;
  color: #fff;
  border-color: #fff;
} */