/*!
 * b5st v1.0 | Unicence
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,600,900&display=swap&subset=cyrillic');

@font-face {
  font-family: 'Nort';
  src: url('../fonts/Nort/Nort.eot');
  src: url('../fonts/Nort/Nort.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Nort/Nort.woff') format('woff'),
  url('../fonts/Nort/Nort.ttf') format('truetype'),
  url('../fonts/Nort/Nort.svg#Nort') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nort';
  src: url('../fonts/Nort-Medium/Nort-Medium.eot');
  src: url('../fonts/Nort-Medium/Nort-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Nort-Medium/Nort-Medium.woff') format('woff'),
  url('../fonts/Nort-Medium/Nort-Medium.ttf') format('truetype'),
  url('../fonts/Nort-Medium/Nort-Medium.svg#Nort') format('svg');
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #2B2B33;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  padding-top: 85px;
  
}
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat;
  font-weight: bold;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #000000;;
}
a:hover {
  text-decoration: none;
  color: #FFCC00;
}
legend {
  font-size: 18px;
  padding: 7px 0px
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 14px;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 20px;
  color: #2B2B33;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E1E4E5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 16px;
  line-height: 20px;
}

.form-control:hover {
  border-color: #BBBEBF;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #F5F5F5;
}

.form-control:focus {
  border: 2px solid #BBBEBF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.img-responsive {
  position: relative;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 14px;
}
.input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
  border-radius: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #E1E4E5;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px -5px;
  padding: 8px 0;
  font-size: 13px;
  line-height: 17px;
  color: #9A9CA1;
  background: none;
  font-family: Nort;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  padding: 0 5px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb .breadcrumbs-sep:last-child {
  display: none;
}

.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > li:after {
  content: '';
}
.breadcrumb a {
  color: #9A9CA1;
}

.pagination-wrap {
  max-width: 866px;
  margin: 30px auto;
}

.pagination {
  margin: 0;
  display: flex;
  border: 1px solid #E1E4E5;
  border-radius: 0;
}

.pager li>a, .pager li>span {
  padding: 5px 14px;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  float: none;
  line-height: 50px;
}


.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span{
  border-radius: 0;
}

.pager .previous,
.pager .next {
  max-width: 50px;
  flex: 0 0 50px;
}

.pager li {
  height: 50px;
  max-width: 25px;
  flex: 0 0 25px;
  margin: 0 4px;
}

.pager .previous {
  border-right: 1px solid #E1E4E5;
  margin-right: auto;
  margin-left: 0;
}
.pager .next {
  border-left: 1px solid #E1E4E5;
  margin-left: auto;
  margin-right: 0;
}


.pager .previous a,
.pager .next a {
  line-height: 22px;
  float: none;
  padding: 14px;
}

.pagination>li>a,
.pagination>li>span {
  margin-left: 0;
  text-align: center;
  color: #9A9CA1;
  padding: 0;
  display: block;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  cursor: default;
  background: none;
  color: #2B2B33;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 3;
  color: #2B2B33;
  background-color: transparent;
  border-color: transparent;
}


.pager li>a:focus, .pager li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.pager .previous a:hover,
.pager .next a:hover {
  background-color: #F5F5F5;
}

.pager li.active {
  box-shadow: inset 0 -2px 0px 0px #FFCC00;
}

.pager .disabled .icon {
  opacity: .3;
}


.list-inline>li:last-child {
  padding-right: 0!important;
}
/* buttons */
.buttons {
  margin: 1em 0;
  outline: 0!important;
}
.btn {
  padding: 10px 30px;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  outline: 0!important;
  transition: .3s;
  font-family: 'Nort';
}

.btn.disabled,
.btn[disabled] {
  background-color: #BBBEBF;
  color: #828387;
}

.btn-empty {
  padding: 0;
  color: #2B2B33;
  font-size: 14px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}



.btn-icon .icon {
  margin-right: 8px;
}

.btn-icon--right .icon {
  margin-left: 8px;
}
.btn-continue,
.btn-empty:hover {
  color: #FFCC00;
}

.btn-continue .icon {
  fill: #FFCC00;
}

.btn.active, .btn:active {
  box-shadow: none;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #fff;
  background-color: #2B2B33;
}

.btn-default .icon {
  fill: #fff
}

.btn-default:hover {
  color: #fff;
  background-color: #0B0B0D;
  border-color: #0B0B0D;
}


.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #FFCC00;
}

.btn-primary .icon {
  fill: #fff
}

.btn-primary[disabled]{
	  border-color: transparent;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary[disabled]:hover,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:focus{
  background-color: #FFCC00;
  border-color: transparent;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  background-color: #FFCC00;
  border-color: transparent;
}

.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  background-color: #FF7865;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  background-color: #df5c39;
  background-repeat: repeat-x;
  border-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
  border-color: #df5c39;
}
.btn-info.focus, .btn-info:focus,
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #df5c39;
  border-color: #df5c39;
}
.btn-link {
  cursor: pointer;
  color: #FFCC00
}
.btn-link:hover {
  text-decoration: none;
  color: #FFCC00
}

.btn-link, .btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.has-error .form-control {
  border-color: #FF7865;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 2px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  padding: 14px 30px;
}

.in.modal {
  display: flex!important;
  align-items: center;
  justify-content: center;
}

.modal-backdrop {
  background: #2B2B33;
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
}

.modal-dialog {
  margin: 15px;
  max-width: 475px;
}

.modal-content {
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 40px 15px 15px;
}

.modal-header {
  border: 0;
  min-height: auto;
  padding: 0;
}

.modal-header h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2B2B33;
  margin: 0 0 20px;
}

.modal-body p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #828387;
}

.modal-body {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #828387;
  padding: 0;
  font-family: 'Nort';
}

.form-group {
  margin-bottom: 30px;
  text-align: left;
}

.form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #2B2B33;
  margin-bottom: 6px;
}

.modal-body-btns {
  margin: 26px 0 0;
}

.modal-body-btns li {
  display: block;
}

#simplecheckout_login button.close,
.modal button.close {
  position: absolute;
  top: 15px;
  right: 15px;
}

#simplecheckout_login button.close.icon,
.modal button.close.icon  {
  fill: #9A9CA1;
}

#simplecheckout_login button.close:hover .icon,
.modal button.close:hover .icon  {
  fill: #FF7865;
}

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: #9A9CA1;
  width: 5px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* list group */
.list-group a {
  border: 1px solid #E1E4E5;
  color: #2B2B33;
  padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  background: #F5F5F5;
  border: 1px solid #E1E4E5;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #2B2B33;
  background-color: #f5f5f5;
  border-color: #E1E4E5;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius: 0;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 0;
  padding: 5px;
  display: block;
  border: 1px solid #E1E4E5;
  border-radius: 0;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #FFCC00;
}

.image-additional {
  max-width: 60px;
  margin: auto;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 0;
  margin-top: 25px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.ml-auto, .mx-auto {
  margin-left: auto!important;
}

.mr-auto, .mx-auto {
  margin-right: auto!important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.loader,
.loader::after {
  border-radius: 50%;
  height: 39px;
  width: 39px;
}

.loader {
  animation: loader 1.1s infinite linear;
  border-bottom: .5em solid #E1E4E5;
  border-left: .5em solid #FFCC00;
  border-right: .5em solid #E1E4E5;
  border-top: .5em solid #E1E4E5;
  font-size: 1px;
  margin: 2px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
}

.product-grid-one .product-wrap .product {
  float: none !important;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.well {
  border-color: #E1E4E5;
  background-color: #F5F5F5;
  border-radius: 0;
  box-shadow: none;
}

.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
}

.img-thumbnail {
  border-radius: 0;
  border-color: #F5F5F5
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

.icon {
  height: 20px;
  width: 20px;
}

.icon-location {
  width: 14px;
  height: 14px;
}

.icon-info {
  height: 16px;
  width: 16px;
}

.icon-filter {
  height: 14px;
  width: 18px;
}

.icon-refresh {
  height: 18px;
  width: 18px;
}

.icon-marker {
  height: 18px;
  width: 13px;
}
.icon-sorts {
  height: 10px;
  width: 10px;
}

.icon-phone {
  height: 16px;
  width: 16px;
}

.icon-mail {
  height: 13px;
  width: 16px;
}

.icon-clock {
  height: 16px;
  width: 16px;
}

.icon-menu {
  height: 16px;
}

.icon-list {
  height: 16px;
  width: 18px;
}

.icon-car {
  height: 14px;
}

.icon-money {
  height: 18px;
}

.icon-share {
  height: 18px;
  width: 18px;
}

.icon-search {
  height: 18px;
  width: 18px;
}

.icon-catalog {
  height: 14px;
  width: 16px;
}

.icon-user {
  height: 17px;
  width: 18px;
}

.icon-arrow-down {
  width: 12px;
  height: 7px;
}

.icon-cart {
  height: 22px;
  width: 24px;
}
.icon-grid {

}

.icon-sort {
  height: 14px;
  width: 14px;
}

.icon-trash {
  height: 20px;
  width: 18px;
}

.icon-heart {
  height: 15px;
  width: 16px;
}

.icon-arrow {
  height: 5px;
  width: 24px;
}

.icon-instagram {
  width: 22px;
  height: 22px;
}

.icon-fb {
  width: 22px;
  height: 22px;
}

.icon-vk {
  width: 32px;
  height: 19px;
}

.site-head {
  background: #fff;
  border-bottom: 1px solid #E1E4E5;
}


.icon-arrow {
  height: 5px;
  width: 20px;
}


.icon-compare {
  width: 24px;
  height: 18px;
}

.icon-star {
  width: 14px;
  height: 14px;
}

.icon-times {
  height: 12px;
  width: 12px;
}

.icon-wishlist {
  width: 24px;
  height: 22px;
}


.tooltip-inner {
  max-width: 346px;
  border-radius: 0;
  padding: 18px 24px;
  min-width: 260px;
  box-shadow: 0 10px 25px rgba(43, 43, 51, 0.1);
  color: #2B2B33;
  margin: 0;
  background: #fff;
  text-align: left;
  top: calc(100% + 20px);
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #E1E4E5;
}

.tooltip.bottom .tooltip-arrow {
  top: -1px;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid #E1E4E5;
  border-left: 1px solid #E1E4E5;
  display: block;
  position: absolute;
  transform: rotateZ(45deg);
  margin-left: -4px;
  border-bottom-color: transparent;
  text-align: left;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 5px;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}


.popup-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 320px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  max-height: 100vh;
  color: #fff;
  padding: 0 15px 15px;
}

.popup-wrapper.active {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.popup-item {
  padding: 10px;
  border-radius: 3px;
  margin-top: 10px;
  background: #2b2b33;
  display: none;
  font-size: 12px;
  cursor: default;
  width: 100%;
  text-align: center;
}

.popup-item a {
  color: #fff;
  text-decoration: underline;
}

.popup-item--already-wishlist,
.popup-item--already-compare {
  background: #2b2b33;
}

.popup-item--remove-wishlist {
  background: #FF7865;
}

.radio,
.checkbox {
  position: relative;
  padding-left: 0;
  min-height: 24px;
  margin-top: 0;
}

.checkbox label, .radio label {
  margin: 0;
  padding: 0;
  text-indent: 34px;
}

.radio input,
.checkbox input {
  display: none;
}

.checked-status {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 2px solid #9A9CA1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: none;
}

.mfilter-option .checked-status {
  border: 1px solid #E1E4E5;
}

.checked-status::before {
  content: '';
  width: 14px;
  height: 10px;
  display: block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(-45deg);
  margin-top: -6px;
  opacity: 0;
}

.checkbox input:checked + .checked-status {
  border-color: #FFCC00;
  background: #FFCC00;
}

.checkbox input:checked + .checked-status::before {
  opacity: 1;
}

.radio .checked-status {
  border-radius: 50%;
}

.radio input:checked + .checked-status {
  border-color: #FFCC00;
  border-width: 8px;
}

@-webkit-keyframes slider_dot_loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    border-right: 2px solid #FFCC00;
  }

  50% {
    border-bottom: 2px solid #FFCC00;
  }

  75% {
    border-left: 2px solid #FFCC00;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes slider_dot_loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25% {
    border-right: 2px solid #FFCC00;
  }

  50% {
    border-bottom: 2px solid #FFCC00;
  }

  75% {
    border-left: 2px solid #FFCC00;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.site-head__top {
  background: #FFCC00;
  color: #9A9CA1;
  display: none
}



.site-head__top .d-flex {
  height: 40px;
}

.site-head__bottom {
  font-family: 'Nort';
}

.location {
  margin-right: 30px;
}

.site-head__bottom .container > div {
  height: 69px;
}

.menu-nav {
  display: none;
}

.account-nav {
  display: none;
}

.account-nav .icon {
  fill: #FFCC00;
  margin-right: 8px;
}

.account-nav a {
  display: flex;
}

.location .btn.dropdown-toggle {
  padding: 0;
  display: flex;
  align-items: center;
  height: 36px;
  color: #9A9CA1;
  font-size: 13px;
  line-height: 17px;
}

.location .btn.dropdown-toggle:hover {
  color: #fff;
  text-decoration: none!important;
}

.location .btn.dropdown-toggle .icon {
  fill: #FFCC00;
  margin-right: 8px;
}

.btn-group.open .dropdown-toggle.btn-link {
  text-decoration: none;
}

.dropdown-menu {
  border: 1px solid #E1E4E5;
  border-radius: 0;
  padding: 18px 24px;
  min-width: 260px;
  box-shadow: 0 10px 25px rgba(43, 43, 51, 0.1);
  color: #2B2B33;
  margin: 0;
  background: #fff;
  top: calc(100% + 20px);
}

.dropdown-menu::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid #E1E4E5;
  border-left: 1px solid #E1E4E5;
  display: block;
  position: absolute;
  transform: rotateZ(45deg);
  top: -8px;
  left: 24px;
}

.dropdown-menu-right::before {
  left: auto;
  right: 2px;
}

.location-cloud {
  font-family: 'Nort';
}

.location-cloud__title {
  margin-bottom: 14px;
}

.location-cloud__action a {
  color: #FFCC00;
}

.location-cloud__action a:hover {
  color: #FFCC00!important;
}

.site-head__top .phone {
  font-size: 13px;
  line-height: 17px;
  padding: 10px 0;
}

.catalog-menu__toggle {
  display: none;
}

.contact-info {
  display: none;
}

.account-action ul {
  margin: 0;
}

.account-action li {
  padding: 0 8px;
}

.account-action li a:hover .icon {
  fill: #FFCC00;
}

.account-action .account-action__wishlist,
.account-action .account-action__user,
.account-action .account-action__search,
.account-action .account-action__compare {
  display: none;
}



.account-action__phones.wtap-item i {
		font-size: 14px;
}

.account-action__phones.phone-item i {
    transform: scale(-1) rotate(-90deg);
}

.account-action__phones.wtap-item a::before {
   
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 0 6px;
    border-color: transparent transparent transparent #FFCC00;
    position: absolute;
    bottom: 0;
    left: 0;
}


.account-action__phones a {
    width: 25px;
    height: 25px;
    background: #FFCC00;
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
	position: relative;
}

.account-action__phones a i {
    font-size: 12px;
}

.account-action__phones.wtap-item a{
	line-height: 27px; 
}

.account-action__phones.phone-item a {
    background: #2b2b33;
}

.mobile-menu-toggle .btn {
  padding: 0;
}

.mobile-menu-toggle {
  margin-right: 16px;
}

.primary-nav a, .primary-nav ul a {
  display: flex;
  align-items: center;
  height: 42px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid #E1E4E5;
  transform: translateZ(0);
  text-decoration: none!important;
  will-change: transform,opacity;
  transition: transform .3s,opacity .3s;
}


.account-action {
  margin-left: auto;
}

.account-action-item {
  position: relative;
  cursor: pointer;
}

.account-action-item span {
  text-align: center;
  position: absolute;
  top: -18px;
  width: 22px;
  height: 22px;
  background: #E1E4E5;
  border-radius: 50%;
  color: #2B2B33;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  right: -10px;
  border: 2px solid #fff;
}

.cart-wrap {
  position: relative;
}

.cart-wrap .dropdown-menu {
  min-width: 290px;
  padding: 5px;
}

.cart-wrap .dropdown-menu .table>tbody>tr>td {
  border: 0;
}

.cart-wrap .dropdown-menu .table .btn {
  padding: 0;
}
.cart-wrap .dropdown-menu .table .btn .icon {
  fill: #9A9CA1;
      vertical-align: inherit;
}
.cart-wrap .dropdown-menu .table .btn:hover .icon {
  fill: #FF7865;
}

#cart li {
  display: block;
  padding: 0;
  position: relative;
}

#cart li table tr {
  display: flex;
  align-items: center;
}

#cart li table tr td:nth-child(1) {
	flex: auto
}
#cart li table tr td:nth-child(2) {
    flex: 0 0 30px;
}

#cart p {
  margin-bottom: 0;
}


.search-item  {
  padding: 0 20px;
}

.search-item a {
  font-size: 16px;
  line-height: 20px;
  color: #2B2B33;
  display: flex;
  align-items: center;
  height: 50px;
}

.search-item a::after {
  content: '';
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #2b2b33;
  width: 4px;
  height: 8px;
  opacity: .2;
  margin-left: auto;
}

.search-item:hover {
  background: #F5F5F5;
}

.search-item:hover a:after{
  opacity: 1;
}


.search-item:not(:last-child) {
  border-bottom: 1px solid #E1E4E5;
}

.search-categories {
  margin: 0;
}

.search-wrap .btn.search_reset {
  display: none;
}

.search-wrap--open .btn.search_reset {
  display: block
}

.search-wrap .btn.search_reset .icon {
  fill: #9A9CA1;
}

.search-wrap .btn.search_reset:hover .icon {
  fill: #2B2B33;
}

#quick_search_results {
  height: 100%;
  overflow-y: auto;
  padding: 10px 0 50px;
}

.search-products {
  margin: 0;
}

.item-image {
  background-repeat: no-repeat;
  background-position: center;
}

.slideshow-wrap {
  max-width: 1160px;
  margin: auto;
}

.slideshow-wrap .item-image {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.slideshow-wrap .item-inner {
  padding: 0 15px;
}

.slideshow-wrap .item-inner__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.35px;
  margin: 24px 0 17px;
}

.slideshow-wrap .item-inner__title br {
  display: none;
}

.slideshow-wrap .item-inner__description {
  color: #2B2B33;
  margin-bottom: 24px;
  font-family: 'Nort';
}

.slideshow-wrap .item-inner a {
  padding: 14px 30px 16px;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 20px 9px;
}

.owl-dot .btn {
  padding: 0;
  position: relative;
  display: block;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  width: 5px;
  height: 5px;
  transition: .3s;
  background: #2B2B33;
  opacity: .6;
}

.owl-dot .btn .owl-dot__indicator {
  display: none;
}

.owl-dot.active .btn {
  background: #FFCC00;
  opacity: 1;
  box-shadow: 0 0 0 3px #FFCC00;
}

.owl-carousel .item {
  position: relative;
}

.owl-carousel.owl-loaded .owl-nav .owl-prev,
.owl-carousel.owl-loaded .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: #2B2B33;
}

.owl-carousel.owl-loaded .owl-nav .owl-prev:hover,
.owl-carousel.owl-loaded .owl-nav .owl-next:hover {
  background: #0B0B0D;
}


.owl-nav {
  position: absolute;
  right: -60px;
  bottom: 0;
  z-index: 3;
}

.owl-carousel .owl-nav .owl-prev .icon,
.owl-carousel .owl-nav .owl-next .icon {
  fill: #fff
}


.owl-dots {
  text-align: center;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 20px  7.5px;
}

.owl-carousel button.owl-dot span {
  background: #35353d;
  opacity: 1;
  box-shadow: 0 0 0 5px #35353d;
}

.owl-carousel button.owl-dot.active span {
  background: #FFCC00;
  opacity: 1;
  box-shadow: 0 0 0 5px #FFCC00;
}

.brands-carousel {
  margin: 50px 0 50px!important
}

.brands-carousel .carousel-dots{
  display: none;
}

.brands-carousel .item-image {
  opacity: .25;
  transition: .3s;
}

.brands-carousel  .item-image:hover {
  opacity: 1;
}

.brands-carousel .item img {
  height: 50px;
  object-fit: contain;
}

.module {
  margin-bottom: 40px;
  position: relative;
}

.product-product .module.triggers {
  background: #F5F5F5;
  padding: 50px 0;
  margin: 40px 0;
}

.module.latest-news {
  padding-top: 50px;
}

.module.latest-news::before {
  content: '';
  border-top: 1px solid #E1E4E5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
}

.module.catalog-categories {
  overflow-x: hidden;
      padding: 0px 10px;
}

.module.subscribe-block {
  margin: 0;
}



.module.special_carousel {
  background: #F5F5F5;
  padding: 50px 0 20px;
  overflow-x: hidden;
}

.module.special_carousel .owl-stage .owl-item:last-child{
  display: none
}



.module.special_carousel .owl-stage .owl-item.active + .owl-item:last-child{
  display: none
}

.module-title h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  margin: 0 12px 0 0;
}

.module-title {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.module-title h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin: 0 12px 0 0;
}

.module-title {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}


.module-title a {
  font-family: 'Nort';
}
.module-title a span {
  display: none;
  margin-right: 10px;
}

.carousel-dots .owl-dot .btn {
  padding: 0;
  position: relative;
  display: block;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  width: 5px;
  height: 5px;
  transition: .3s;
  background: #2B2B33;
  opacity: .6;
}

.carousel-dots .owl-dot .btn .owl-dot__indicator {
  display: none;
}

.carousel-dots .owl-dot.active .btn {
  background: #FFCC00;
  opacity: 1;
  box-shadow: 0 0 0 2px #FFCC00;
}

.product-grid:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  grid-column-gap: 15px;
      width: 100%;
}

.product-wrap {
  position: relative;
  margin-bottom: 15px;
  /*height: 440px;*/
  height: auto;
  font-family: 'Nort';
}

.product-wrap--banner {
  overflow: hidden;
}

.product-wrap--banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.product-wrap .product {
  border: 1px solid #E1E4E5;
  padding: 20px 20px 0;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product--info {
    margin-bottom: auto;
}

.product-wrap .product:hover {
  box-shadow: 0px 15px 40px rgba(43, 43, 51, 0.15);
}

.product-image {
  position: relative;
}

.product-image img {
  margin: auto;
}

.product-labels {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.product-labels__item {
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 12px;
  cursor: default;
  margin-bottom: 10px;
}

.product-labels__item--new {
  background: #52A4B3;
}


.product-labels__item--special {
  background: #FFCC00;
}

.product-title h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
}

.product-title a {
  color: #2B2B33;
}

.product-title {
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.price-new {
  font-weight: bold;
    font-size: 22px;
    line-height: 18px;
}

.price-old {
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: line-through;
  color: #9A9CA1;
}


.product-model > span {
  font-size: 11px;
  line-height: 17px;
  color: #9A9CA1;
}

.product-model {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}


.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #ccc;
  font-size: 15px;
}

.rating .fa-star {
  color: #eabc02;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #eabc02;
}

.rating-empty .fa-star, .rating-empty .fa-star + .fa-star-o {
  color: #ccc;
}


.rating .icon-star {
  fill: #FFCC00;
}

.rating .rating-empty .icon-star {
  fill: #E1E4E5;
}

.rating > span.rating-empty:before, .rating > .rating-emptyspan ~ .rating-emptyspan:before{
	display:none
}

.product-stock {
  font-size: 13px;
  line-height: 17px;
  color: #FFCC00;
  margin: 15px 0;
}

.product-stock--out {
  color: #9A9CA1;
}

.product-image img {
  object-fit: contain;
  max-height: 180px;
}

.product-buttons {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.product-buttons .product-price {
  display: none;
}

.product-buttons .product-price ul {
  margin: 0;
}

.product-brands {
  display: none;
  font-size: 13px;
  line-height: 17px;
  color: #9A9CA1;
}

.product-brands a, .product-brands span {
  color: #2B2D33;
}

.product-brands a:hover {
  color: #FFCC00;
}

.product-grid-one .product-brands ul {
  margin: 0 0 0 -15px;
}
.product-grid-one .product-brands li {
  padding: 0 15px;
}

.product-buttons-ua {

  max-width: 33.3333%;
	flex: 0 0 33.3333%;
  display: flex;
}

.product-wrap .product:hover .product-buttons-ua {
  opacity: 1;
  visibility: visible;
}

.product-buttons > .btn {
  max-width: 66.6666%;
  flex: 0 0 66.6666%;
}

.product-buttons .btn {
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 10px;
  font-weight: 500;
}


.product-buttons .btn .icon {
  fill: #9A9CA1;
}

.product-buttons-ua .btn.active .icon,
.product-buttons-ua .btn:hover .icon {
  fill: #2B2B33
}

.product-buttons-ua .btn {
  flex: 0 0 100%;
  max-width: 100%;
}

.product-buttons > .btn span {
  margin-left: 10px;
}

.product-buttons-ua .btn + .btn {
  border-left: 1px solid #E1E4E5;
}
.product-buttons-ua .btn {
  border-top: 1px solid #E1E4E5;
}

.product-buttons > .btn .icon {
  fill: #fff;
}

.trigger {
  display: flex;
}

.trigger__icon {
  max-width: 48px;
  flex: 0 0 48px;
  margin-right: 20px;
  height: 48px;
}

.trigger__content h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}

.trigger__content p {
  font-size: 14px;
  line-height: 22px;
  color: #828387;
  font-family: 'Nort';
}

.triggers-grid {
  display: grid;
  grid-template-columns:  repeat(auto-fill, minmax(290px, 1fr));
  gap: 15px;
}

.blog-grid-item__date {
  font-size: 13px;
  line-height: 17px;
  color: #9A9CA1;
  margin-bottom: 10px;
  font-family: 'Nort';
}

.blog-grid-item__title h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.blog-grid-item__title a {
  color: #2B2B33;
}

.blog-grid-item__title a:hover {
  color: #FFCC00;
}

.blog-grid-item {
  margin-bottom: 30px;
}

.site-footer {
  background: #35353D;
  padding-top: 50px;
  color: #fff;
  position: relative;
}

.container + .site-footer {
  margin-top: 60px;
}

.site-footer-column__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  font-family: 'Montserrat', sans-serif;
}

.site-footer-column__title .icon {
  fill: #9A9CA1;
}

.site-footer-column__inner.active {
  display: block;
}

.site-footer-column__title.active .icon {
  transform: scale(-1);
}

.site-footer-column__inner .site-footer-menu {
  margin-bottom: 20px
}

.site-footer-column.active .site-footer-column__title {
  color: #828387;
}

.site-footer-column.active .site-footer-column__title .icon {
  transform: scale(-1);
}

.site-footer-column__inner .site-footer-menu a {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  font-family: 'Nort';
}

.site-footer-column__inner .site-footer-menu a:hover {
  text-decoration: underline;
}

.socials ul {
  margin-left: -15px;
}

.socials li {
  padding: 0 15px;
}

.socials a .icon {
  fill: #fff
}

.phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1px;
  font-family: 'Nort';
}

.worktime {
  font-size: 13px;
  line-height: 17px;
  color: #828387;
  margin-bottom: 5px;
}

.address {
  line-height: 32px;
  margin-bottom: 16px;
}

.site-footer .phone {
  margin-bottom: 5px;
}

.site-footer {
  font-family: 'Nort';
}

.site-footer hr {
  border-color: #43434A;
}

.site-footer-copy {
  padding-bottom: 10px;
}

.site-footer-copy a:hover {
  color: #FFCC00;
}

.copy {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 20px;
}

.copy small {
  color: #828387;
}

.copy a {
  color: #828387;
  text-decoration: underline;
}

.agency {
  font-size: 13px;
  line-height: 17px;
  color: #828387;
}

.agency a {
  color: #fff;
}

.btn-scroll-up {
  position: absolute;
  right: 0;
  top: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 60px;
  height: 60px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.btn-scroll-up--show {
  opacity: 1;
  visibility: visible;
}
.btn-scroll-up:hover {
  background: #0B0B0D;;
}

.btn-scroll-up .icon {
  transform: rotateZ(-90deg);
  fill: #9A9CA1;
}

.catalog-categories .item,
.special_carousel .item {
  max-width: 270px;
  margin-bottom: 20px;
}

.catalog-categories .item {
  width: 100%;
  position: relative;
  margin: 0 auto 60px;
  max-width: 390px
}

.catalog-categories-grid .owl-item {
	
}


.special_carousel .item-image {
  background-position: top right;
  background-size:cover;
}

.special_carousel .item-inner {
  background: #fff;
  padding: 20px;
}
.special_carousel .item-inner__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px
}

.special_carousel .item-inner__description {
  font-size: 14px;
  line-height: 22px;
  color: #828387;
  margin-bottom: 40px
}

.special_carousel .item-inner a {
  padding: 14px 30px 16px;
}

.item-category {
  height: 340px;
  background: #FFCC00;
  padding: 30px 24px;
  color: #fff!important;
  text-decoration:none!important;
  margin-bottom: 25px;
  display:block;
 
}


.item-category__title h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 4px;
}

.item-category__total {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.6;
  font-family: 'Nort';
}

.item-category .btn {
  width: 50px;
  height: 50px;
  padding: 13px;
  position: absolute;
  bottom: -25px;
}

.item-category .btn:hover {
  width: 70px;
}

.item-category__thumb {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  height: 214px;
      max-width: 278px;
}

.item-category__thumb::before {
  content: '';
  background-image: radial-gradient(rgba(43, 43, 51, 0.15) 20%, transparent 20%);
  background-position: 0 0;
  background-size: 19px 19px;
  height: 100%;
  display: block;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  margin: auto;
}

.catalog-categories__other {
  background: #F5F5F5;
  padding: 40px 15px;
  display: grid;
  gap: 4px 70px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.catalog-categories-item a {
  display: flex;
  align-items: center;
  color: #2B2B33;
}
.catalog-categories-item a:hover {
  color: #FFCC00;
}

.catalog-categories-item h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.catalog-categories-item__icon {
  max-width: 57px;
  flex: 0 0 57px;
}

.catalog-categories-item__icon img {
  margin: auto;
  max-width: 36px;
}

.article-info {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  font-family: Nort;
}

.article-info p {
  margin-bottom: 40px;
}

.article-info h1,
.article-info h2,
.article-info h3,
.article-info h4,
.article-info h5,
.article-info h6 {
  margin-bottom: 30px;
}

.article-info h2 {
  font-size: 22px;
}

.article-info ul {
  padding: 0;
  list-style: none;
}

.article-info li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
}

.article-info li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #FFCC00;
  left: 0;
  top: 9px;
}

.custom-block {
  margin: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-block .owl-carousel button.owl-dot {
  padding: 0;
  position: relative;
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  width: 5px;
  height: 5px;
  transition: .3s;
  background: #2B2B33;
  opacity: .6;
}

.custom-block .owl-carousel button.owl-dot.active {
  background: #FFCC00;
  opacity: 1;
  box-shadow: 0 0 0 3px #FFCC00;
}

.counters {
  border-top: 1px solid #E1E4E5;
  border-bottom: 1px solid #E1E4E5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
  margin-bottom: 30px;
}

.counters-item {
  text-align: center;
  padding: 0 10px;
}

.counters-item__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}

.counters-item__text {
  color: #9A9CA1;
  font-size: 13px;
  line-height: 17px;
}

.counters-item:not(:last-child) {
  margin-bottom: 30px;
}


.page-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  line-height: 34px;
}

.page-title h1 {
  margin: 0;
  font-weight: bold;
  letter-spacing: -0.35px;
  font-size: 28px;
}

.page-title--counts {
  align-items: flex-start;
  flex-direction: column;
}

.page-title .products-count {
  color: #9A9CA1;
}

.cart-action li {
  padding: 0 8px;
}

.cart-action {
  display: flex;
  align-items: center;
  font-family: Nort;
  margin: 30px 0 0 -8px;
}

.cart-action--continue a {
  color: #FFCC00;
}

.cart-action--continue a .icon {
  fill: #FFCC00;
}

.cart-table-row {
  border-bottom: 1px solid #E1E4E5;
  display: flex;
}

.cart-table__body .cart-table-row:first-child {
  border-top: 1px solid #E1E4E5;
}

.cart-table__column--img {
  max-width: 60px;
  flex: 0 0 60px;
}

.cart-table__column--info {
  flex: 1;
}

.cart-table__header .cart-table__column--info {
  font-size: 12px;
  line-height: 22px;
  color: #9A9CA1;
}


.cart-table__column--info .cart-table__column {
  padding: 0 20px
}

.cart-table__body .cart-table-row {
  padding: 26px 0;
}

.cart-table__column--img img {
  margin-bottom: 38px;
}

.cart-table__column--img .btn-empty {
  color: #FFCC00;
  font-size: 12px;
  line-height: 16px;
}

.cart-table__column--info a {
  font-size: 14px;
  line-height: 20px;
  color: #2B2D33;
}

.cart-table__column .product-sku {
  font-size: 11px;
  line-height: 17px;
  color: #9A9CA1;
}

.cart-table__column--quapr {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.cart-product_count {
  display: none;
}

.product-prices ul {
  margin: 0;
}

.product-prices ul li:first-child {
  font-size: 12px;
  line-height: 20px;
  color: #9A9CA1;
}

.product-prices ul li:last-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2B2D33;
}

.cart-table__column .product-quantity {
  margin-right: 25px;
}

.product-quantity {
  display: grid;
  align-items: center;
  grid-template-columns: 28% 44% 28%;
  width: 80px;
  background: #FFFFFF;
  border: 1px solid #E1E4E5;
}

.product-quantity .form-control {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2B2B33;
  height: 42px;
  padding: 0;
  border: 0;
}

.product-quantity .btn {
  height: 100%;
}

.product-quantity__plus::after{
  content: '';
  width: 2px;
  height: 10px;
  display: block;
  background: #9A9CA1;
  position: absolute;
}

.product-quantity__plus::before,
.product-quantity__minus::before {
  content: '';
  width: 10px;
  height: 2px;
  display: block;
  background: #9A9CA1;
}

.product-quantity .btn:hover::before,
.product-quantity .btn:hover::after {
  background: #2B2B33;
}


.cart-table {
  margin-bottom: 40px;
  font-family: Nort;
}

.cart-table__header {
  padding-bottom: 10px;
}

.cart-table__header .cart-table-row {
  border-bottom: 0;
}

.cart-static {
  background: #F5F5F5;
  border-top: 4px solid #FFCC00;
  padding: 20px;
  margin-bottom: 60px;
  font-family: Nort;
}

.cart-static__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #2B2B33;
  margin: 14px 0;
  font-family: 'Montserrat', sans-serif;
}

.cart-total {
  font-size: 14px;
  line-height: 32px;
  color: #2B2D33;
}

.cart-total i {
  font-style: normal;
}

.cart-total .total_text--adv {
  display: none;
}

.cart-total li span.separator {
  border-bottom: 1px dotted #828387;
  flex: 1;
  margin: 0 5px;
}

.cart-total li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cart-total li span {
  float: right;
}

.cart-total li:last-child {
  border-top: 1px solid rgba(43, 43, 51, 0.1);
  margin-top: 9px;
  padding-top: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #2B2D33;
}

.cart-chekout .btn {
  padding: 19px 30px;
}

.cart-static p {
  font-size: 13px;
  line-height: 17px;
  color: #9A9CA1;
  margin-top: 16px;
}


.module.html {
  background: #EAEBE5 url(../image/help_bg_mob.jpg) bottom right no-repeat;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
}

.checkout-simplecheckout .module.html {
  margin-top: 60px;
  margin-bottom: 0;
}

.help-block__title h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #2B2B33;
  margin-bottom: 15px;
}

.help-block__content {
  font-size: 14px;
  line-height: 22px;
  color: #2B2B33;
  font-family: Nort;
  padding-bottom: 215px;
}

.blog-grid {
  display: grid;
  gap: 30px 15px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.blog-item {
  font-family: 'Nort';
}

.blog-item__date {
  font-size: 12px;
  line-height: 16px;
  color: #9A9CA1;
}

.blog-item__title h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 18px 0;
  font-family: 'Montserrat', sans-serif;
}

.blog-item__title a {
  color: #2B2D33;
}

.blog-item__preview {
  margin-bottom: 12px;
}

.contact-item {
  margin-bottom: 40px;
}

.contact-item__title h3 {
  margin-top: 0;
}

.contact-item__attr {
  color: #9A9CA1;
  position: relative;
  padding-left: 25px;
}

.contact-item__attr .icon {
  fill: #9A9CA1;
  position: absolute;
  left: 0;
  top: 3px;
}

.contact-item__text {
  padding-left: 25px;
}

.contact-item__row {
  margin-bottom: 18px;
}

.contact-item__row li {
  padding: 0;
  margin: 0;
}

.contact-item__row li::before{
  display: none

}

.contact-item__row li span {
  color: #9A9CA1;
}

.client_service {
  background: #F5F5F5;
  padding: 50px 0;
  font-family: Nort;
}

.client_service h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.contact-map #map {
  height: 280px;
  width: calc( 100% + 30px);
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.products-actions {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-family: Nort;
  padding-top: 18px;
}

.products-views {
  margin-left: auto;
}

.mfilter-free-button {
  margin-right: 15px;
}

.products-limit {
  margin-left: 30px;
  display: none
}
.products-limit .form-control {
  height: 40px;
  padding: 10px 20px;
}

.sub-categories {
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  margin-bottom: 30px;
  display: none;
}

.sub-categories__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1e4e5;
  transition: .3s;
  min-height: 50px;
}

.sub-categories__item a {
  color: #2B2B33;
  font-weight: 600;
  transition: .3s;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  word-break: break-word;
  text-decoration: none!important
}

.sub-categories__item:hover {
  background: #FFCC00;
}

.sub-categories__item:hover a {
  color: #fff;
}

.sorts-select__list .icon {
  margin-right: 6px;
}

.products-actions ul {
  margin: 0;
}

.products-views .btn .icon {
  fill: #9A9CA1;
}

.products-views li {
  padding: 0 10px;
}
.products-views .btn.active .icon,
.products-views .btn:hover .icon {
  fill: #2b2b33;
}

.subscribe-block .newsletter {
  padding: 20px 15px 15px;
  margin: 0 -15px -60px;
  width: calc(100% + 30px)!important;
  position: relative;
  text-align: center;
  font-family: 'Nort';
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.subscribe-block .newsletter::after,
.subscribe-block .newsletter::before {
  content: '';
  background: url('../image/Neon_Like.png');
  width: 224px;
  height: 190px;
  display: block;
  margin: 0 auto;
  transform: translateX(-15px);
  pointer-events: none;
}

.subscribe-block .newsletter::after {
  display: none;
}

.newsletter .modtitle {
  font-size: 22px;
  line-height: 26px;
}

.newsletter .promotext {
  color: #828387;
}

.newsletter .post_text {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #828387;
  opacity: 0.6;
}

.newsletter .post_text a {
  color: inherit;
  text-decoration: underline;
}

.newsletter .signup .form-group {
  display: flex;
  align-items: center;
}

.newsletter .subcribe .btn {
  padding: 14px 13px;
}

.newsletter .block_content {
  margin: 20px 0;
}

.newsletter .signup .form-group .input-box {
  flex: 1
}

.subscribe-block .newsletter .form-control {
  border-color: #ffffff;
  width: 100%;
}

.subscribe-block .signup {
  max-width: 500px;
  margin: auto;
}

#xd_zvonok-form .modal-body-btns {
  margin-top: 40px;
}

.agree-text {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #828387;
  opacity: 0.6;
  padding: 0 15px;
  margin-top: 20px;
}

.agree-text a {
  color: inherit;
  text-decoration: underline;
}

.category-description {
  padding: 50px 0;
  margin-top: 60px;
  font-size: 13px;
  line-height: 22px;
  font-family: Nort;
  background: #fff;
}
.category-description h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 20px;
}

.module.instagram {
  background: #F5F5F5;
  margin-bottom: 0;
  padding: 54px 0 80px;
}

.module.instagram .module-title {
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.module.instagram .module-title h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 15px;
}

.module.instagram .module-title .icon {
  fill: #FFCC00;
  margin-right: 10px;
}

.module.instagram .module-title a {
  color: #2B2B33;
  display: flex;
  align-items: center;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
  grid-auto-rows: 144px;
}

.instagram-item {
  position: relative;
  overflow: hidden;
}

.instagram-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.instagram-item .icon {
  fill: #fff;
  margin-right: 10px;
}

.instagram-item a::before {
  content: '';
  background: rgba(43, 43, 51, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  transition: .3s;
  opacity: 0;
}


.instagram-item:hover a::before{
  opacity: 1;
}

.instagram-item a > span {
  position: absolute;
  left: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
  transition: .3s;
  opacity: 0;
  top: 0;
  display: flex;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex-wrap: wrap;
}

.instagram-item:hover a span {
  opacity: 1
}

.instagram-grid img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-related .owl-nav {
  bottom: auto;
  top: -75px;
  right: 0;
}

.product-related .owl-carousel.owl-loaded .owl-nav .owl-prev,
.product-related .owl-carousel.owl-loaded .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #E1E4E5;
  margin-left: -1px;
}


.product-related .owl-carousel.owl-loaded .owl-nav .owl-prev.disabled,
.product-related .owl-carousel.owl-loaded .owl-nav .owl-next.disabled{cursor: no-drop;}

.product-related .owl-carousel.owl-loaded .owl-nav .owl-prev.disabled .icon,
.product-related .owl-carousel.owl-loaded .owl-nav .owl-next.disabled .icon{
  opacity: .3;
}

.product-related .owl-carousel .owl-nav .owl-prev .icon,
.product-related .owl-carousel .owl-nav .owl-next .icon{
  fill: #2B2B33
}

.zoomContainer {z-index: 450; }

.mobile-carousel {
  position: relative;
}

.main-gallery {
  display: none;
}

.zoomWindow {
  background-color: #fff;
}

.large-image {
  position: relative;
}

.large-image img {
  margin: auto;
}

#thumb-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}
#thumb-slider .image-additional {
  margin: 0 15px;
}

.main-gallery p {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #9A9CA1;
  margin: 17px 0;
}

.product-title-h1 {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.35px;
  margin-bottom: 15px;
}

.cart-static__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-static__row ul {
  margin: 0;
}

.product-product .product-quantity {
  width: 100px;
}

.product-product .product-quantity .form-control {
  height: 49px
}

.product-product .cart-chekout {
  margin-bottom: 15px;
}


.product-action-btns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-action-btns li {
  width: 50%;
  padding: 0;
}

.product-action-btns .btn {
  padding: 10px 5px;
  width: 100%;
  color: #9A9CA1;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-action-btns .btn .icon {
  margin-right: 5px;
}

.product-action-btns .btn.active {
  color: #2B2B33;
}

.order-delpay__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.order-delpay__title .icon {
  margin-right: 10px;
}

.order-delpay-item {
  border-top: 1px solid rgba(43, 43, 51, 0.1);
  padding: 20px 0 10px;
}

.order-delpay-list {
  font-size: 12px;
  color: #9A9CA1;
}

.order-delpay-list span {
  color: #2B2B33;
}

.product-product .cart-static p {
  font-size: 12px;
}

.product-share {
  margin: 20px 0 30px;
  display: flex;
  align-items: center;
}

.product-details .product-share {
  display: flex!important;
}

.product-details hr {
  margin-bottom: 25px;
}

.product-share ul {
  margin: 0 0 0 7.5px;
}

.product-share .btn {
  padding: 0;
  line-height: 0;
}

.product-share .btn .icon {
  fill: #9A9CA1;
}
.product-share .btn:hover .icon {
  fill: #FFCC00;
}

.product-share li {
  padding: 0 7.5px;
}

.product-share__title {
  display: flex;
  align-items: center;
}

.product-share__title .icon {
  margin-right: 10px;
}

.products-tab .nav-tabs {
  margin: 0 -15px 30px;
  background: #F5F5F5;
  padding: 0 15px;
  border: 0;
}

.products-tab .nav-tabs span {
  display: none;
  color: #828387;
  font-weight: 400;
  font-size: 14px;
}

.nav-tabs>li>a {
  color: #2B2B33;
  margin: 0;
  border: 0;
  border-radius: 0;
  line-height: 22px;
  font-family: Nort;
  font-weight: 500;
  display: block;
  padding: 23px 0px;
  border-bottom: 2px solid transparent;
}

.nav-tabs>li {
  margin: 0 7px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #2B2B33;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #FFCC00;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {}

.nav-tabs>li.products-tab__all {
  display: none;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav-tabs>li>a:hover {
  border-color: #FFCC00;
}

.specification-item {
  font-size: 12px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.specification-item_p {
  display: flex;
  align-items: baseline;
}

.specification-item_p:last-child {
  margin-left: 5px;
}

.specification-item_p:first-child {
  flex: 1;
}

.specification-item .specification-item_p span:nth-child(2) {
  flex: 1;
  border-bottom: 1px dashed #828387;
  margin-left: 5px
}

.tab-content>.tab-pane {
  font-family: Nort;
}

.form-rating {
  display: flex;
  align-items: center;
}

.form-rating-container {
  margin: 0px 0 -3px 10px;
}

.form-rating .form-rating-container label {
  float: right
}

.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
  cursor: pointer;
}

.form-rating .form-rating-container label .icon {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  fill: #E1E4E5;
}

.form-rating .form-rating-container input {
  display: none;
}

.form-rating .form-rating-container:hover label:hover .icon,
.form-rating .form-rating-container:hover label:hover ~ label .icon {
  fill: #FFCC00
}

.form-rating input:checked ~ label .icon {
  fill: #FFCC00
}

.review-item {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E1E4E5;
  margin-bottom: -1px;
  padding: 15px;
}

.review-item__header {
  width: 100%;
}

.review-item__body {
  flex: 1;
  margin-top: 5px;
}
.eview-item__body-row + .eview-item__body-row {
  margin-top: 35px;
}
.review-rating {
  display: flex;
  align-items: center;
}

.review-rating .rating {
  margin-left: 10px;
}

.review-item__body-title {
  font-weight: 500;
  font-size: 15px;
}

.review-author {
  display: inline-block;
  padding: 5px 10px;
  background: #E1E4E5;
  margin: 5px 0;
}

.review-date {
  font-size: 16px;
  font-weight: 500;
}

.product-details {
  padding-top: 25px;
}

.product-info__row {
  display: flex;
  align-items: center;
}

.product-info__col {
  max-width: 95px;
  flex: 0 0 95px;
  line-height: 32px;
  font-family: Nort;
}

.product-info__col:last-child {
  max-width: 100%;
  flex-grow: 1;
}

.product-info__col:first-child {
  color: #9A9CA1;
}

.product-info__row--separator {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E4E5;
}


.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper.mfilter-scroll-standard {
  overflow-y: auto !important;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  padding: 0;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .iScrollIndicator,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.catalog-items .scroll-element,
.catalog-items .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.catalog-items .scroll-element.scroll-y {
  height: 100%;
  left: 0;
  top: 0;
  width: 3px;
}

.catalog-items .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.catalog-items .scroll-element .scroll-element_outer,
.catalog-items .scroll-element .scroll-element_track,
.catalog-items .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.catalog-items .scroll-element .scroll-element_track,
.catalog-items .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.catalog-items .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}


.external-scroll_x,
.external-scroll_y {
  border: solid 1px #9999fc;
  cursor: pointer;
  display: none;
  position: absolute;
}

.external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 10px;
  left: 0;
  top: 410px;
  width: 200px;
}

.external-scroll_y.scroll-scrolly_visible {
  display: block;
  height: 200px;
  left: 610px;
  top: 0;
  width: 10px;
}

.external-scroll_x div,
.external-scroll_y div
{
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.external-scroll_x .scroll-bar,
.external-scroll_y .scroll-bar {
  background: #9999fc;
  z-index: 12;
}

.external-scroll_x .scroll-bar {
  width: 100px;
}
.external-scroll_y .scroll-bar {
  height: 100px;
}

@media (max-width: 1199px){
  .special_carousel .item-image {
    height: 220px !important;
  }
  .special_carousel .item-inner__description {
    color: #828387!important;
  }
  .special_carousel .item-inner__title br,
  .special_carousel .item-inner__description br {
    display: none;
  }

  .products-actions {
    background: #F5F5F5;
    padding: 0 15px;
    height: 60px;
  }

}
@media (max-width: 991px){

  .logo img {
    max-height: 40px;
  }
  .main-nav {
    transition: transform .3s;
    transform: translateX(-101%);
    position: fixed;
    top: 69px;
    left: 0;
    height: calc( 100vh - 69px);
    width: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .main-nav.nav-is-visible {
    transform: translateX(0);
  }

  .primary-nav, .primary-nav ul {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    transition: transform .3s;
    margin: 0!important;
    background: #fff;
    padding: 0 16px;
  }

  .primary-nav a .icon {
    margin-right: 12px;
  }

  li.go-back {
    background: #F5F5F5;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 15px;
  }
  li.go-back a {
    padding-left: 24px;
    border-color: transparent;
    font-weight: 500;
    font-size: 16px;
  }

  .primary-nav .go-back a::after, .primary-nav .go-back a::before, .primary-nav .has-children>a::after, .primary-nav .has-children>a::before, .primary-nav ul .go-back a::after, .primary-nav ul .go-back a::before, .primary-nav ul .has-children>a::after, .primary-nav ul .has-children>a::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #2B2B33;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .primary-nav .go-back a::after, .primary-nav .has-children>a::after, .primary-nav ul .go-back a::after, .primary-nav ul .has-children>a::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .primary-nav .go-back a::before, .primary-nav .has-children>a::before, .primary-nav ul .go-back a::before, .primary-nav ul .has-children>a::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .primary-nav ul.is-hidden, .primary-nav.is-hidden {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .primary-nav .has-children>a::after, .primary-nav .has-children>a::before, .primary-nav ul .has-children>a::after, .primary-nav ul .has-children>a::before {
    right: 0;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }

  .primary-nav .go-back a::after, .primary-nav .go-back a::before, .primary-nav ul .go-back a::after, .primary-nav ul .go-back a::before {
    left: 0;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }

  .catalog-items li[class=""] a::after{
    content: '';
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #2b2b33;
    width: 4px;
    height: 8px;
    opacity: .2;
    margin-left: auto;
  }


  .search-wrap {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    top: 110px;
    height: calc(100vh - 110px);
    left: 0;
    padding: 10px;
    background: #fff;
    right: 0;
    transform: translateY(-15px);
    transition: .3s;
    margin: auto;
    max-width: 720px;
  }

  .search-wrap.search-wrap--open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .search-wrap .form-control {
    padding-right: 75px;
  }

  .search-wrap .btn {
    right: 32px;
    top: 25px;
    position: absolute;
    padding: 0;
  }

  .search-wrap .btn.search_reset {
    right: 65px;
    padding: 0;
    top: 24px;
  }

  .site-footer-column {
    border-top: 1px solid #43434A;
  }

  .site-footer-column__inner {
    display: none;
  }

  .copy br {
    display: none;
  }
  .catalog-items.has-children .icon {
    height: 15px;
    width: 15px;
  }

  #quick_search_results {
    height: 100% !important;
  }

  .products-actions {
    margin: 0 -15px 30px;
  }


}

@media (max-width: 767px){

  .catalog-categories .owl-stage-outer,
  .special_carousel .owl-stage-outer {
    overflow: visible;
  }

  .btn-scroll-up {
    display: none;
  }

  .slideshow-wrap .owl-dot .btn {
    padding: 0;
    position: relative;
    display: block;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 5px;
    height: 5px;
    transition: .3s;
    background: #2B2B33;
    opacity: .6;
  }

  .slideshow-wrap .owl-dot .btn .owl-dot__indicator {
    display: none;
  }

  .slideshow-wrap .owl-dot.active .btn {
    background: #FFCC00;
    opacity: 1;
    box-shadow: 0 0 0 3px #FFCC00;
  }

  .catalog-categories__other {
    margin-left: -15px;
    margin-right: -15px;
  }

  .contact-grid > .row > .col-xs-12 + .col-xs-12 .contact-item {
    border-top: 1px solid #E1E4E5;
    padding-top: 40px;
  }

  .products-sort {
    margin-left: auto;
  }

  .products-views {
    display: none;
  }

  .sorts-select {
    position: relative;
  }

  .sorts-select__list {
    position: absolute;
    top: calc(100% + 20px);
    transition: .3s;
    background: #fff;
    box-shadow: 0 10px 25px rgba(43, 43, 51, 0.1);
    border: 1px solid #E1E4E5;
    border-radius: 0;
    padding: 18px 24px;
    right: 0;
    z-index: 2;
    text-align: right;
    display: none;
    white-space: nowrap;
  }

  .sorts-select--open .sorts-select__list {
    display: block;
  }

  .sorts-select__list .icon {
    fill: #FFCC00
  }

  .sorts-select__list li:not(.active) .icon {
    fill: #2B2B33
  }

  .sorts-select__list li:not(.active) a {
    color: #2B2B33;
  }

  .sorts-select__list .sorts-select__title {
    display: none;
  }

  .sorts-select__list::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid #E1E4E5;
    border-left: 1px solid #E1E4E5;
    display: block;
    position: absolute;
    transform: rotateZ(45deg);
    top: -8px;
    right: 24px;
  }
  .zoomContainer {
    display: none;
  }

  .product-product .cart-static {
    background: none;
    border-top: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 425px){
  .tooltip.bottom {
    left: calc( 50% + 15px )!important;
  }
  .tooltip.bottom .tooltip-arrow {
    left: 23px!important;
  }
}

@media (min-width: 530px){
  .counters-item:not(:last-child) {
    margin-bottom: 0
  }
}

@media (min-width: 576px){
  .slideshow-wrap .item-image {
    height: 300px;
  }
}

@media (min-width: 768px) {

  .tooltip-inner {
    width: 346px;
  }

  .sub-categories {
    display: grid
  }

  .slideshow-wrap .item-image {
    height: 360px;
  }

  .tooltip.bottom .tooltip-arrow {
    left: 24px!important;
  }

  .slideshow-wrap .item-inner__title {
    font-size: 44px;
    line-height: 46px;
    text-transform: uppercase;
  }

  .slideshow-wrap .item-inner__title br {
    display: block;
  }

  .slideshow-wrap .item-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .slideshow-wrap .item-inner a {
    width: fit-content;
  }

  .slideshow-wrap .owl-dots {
    position: absolute;
    bottom: 22px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
    max-width: 80%;
    margin: auto;
  }

  .slideshow-wrap {
    position: relative;
  }

  .slideshow-wrap .owl-dot .btn {
    padding: 0;
    position: relative;
    display: block;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    width: 16px;
    height: 16px;
    transition: .3s;
    background: none;
    opacity: 1;
    box-shadow: none;
  }

  .slideshow-wrap .owl-dot .btn .owl-dot__indicator {
    display: block;
  }

  .slideshow-wrap .owl-dot .btn:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background:  #2B2B33;
    opacity: .6;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border: 2px solid rgb(226, 226, 226);
    transition: .3s;
  }

  .slideshow-wrap .owl-dot .btn .path {
    stroke: #FFCC00;
    stroke-width: 80;
    fill: none;
    stroke-dasharray: 0 251px;
    transition: all 3.5s linear;
  }

  .slideshow-wrap .owl-dot.active .btn .path {
    stroke-dasharray: 251 251px;
  }

  .slideshow-wrap .owl-dot.active .btn:before {
    background: #FFCC00;
    opacity: 1
  }

  .slideshow-wrap .owl-dot .btn .owl-dot__indicator {
    opacity: 0
  }

  .slideshow-wrap .owl-dot.active .btn {
    background: #C4C4C4;
  }

  .slideshow-wrap .owl-dot.active .btn .owl-dot__indicator {
    opacity: 1
  }

  .slideshow-dots li {
    vertical-align: bottom;
  }

  .module-title {
    align-items: baseline;
  }

  .module-title h3 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 30px 0 0;
  }
  .module-title a span {
    display: inline-block;
  }

  .special_carousel .item {
    max-width: calc(705px / 2);
  }

  .page-title h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .modal-content {
    padding: 45px;
  }

  .modal-body-btns li {
    display: inline-block;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .module.html {
    margin-left: 0;
    margin-right:0;
  }

  .help-block {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .module.html .module-inner {
    height: 100%;
  }

  .help-block__content {
    padding-bottom: 10px;
  }

  .custom-block {
    margin-left: 15px;
    margin-right: 15px;
  }

  .btn-remove-product {
    border-color: #FFCC00;
  }

  .client_service {
    padding: 70px 0;
  }

  .contact-map #map {
    height: 360px;
    width: 100%;
    margin: 0 0 -50px;
  }

  .page-title--counts {
    justify-content: start;
    flex-direction: row;
    align-items: center;
  }

  .page-title--counts h1 {
    margin-right: 20px;
  }

  .page-title .products-count {
    align-self: flex-end;
    line-height: 28px;
  }

  .sorts-select > .sorts-select__title {
    display: none;
  }

  .sorts-select__list li a {
    color: #2b2b33;
  }

  .sorts-select__list li.active .icon {
    fill: #FFCC00;
  }
  .sorts-select__list li.active a,
  .sorts-select__list li a:hover {
    color: #FFCC00;
  }

  .sorts-select__list, .sorts-select__list ul {
    display: flex;
    align-items: center;
  }

  .sorts-select__title {
    margin-right: 5px;
  }

  .sorts-select__list li {
    padding: 0 15px;
  }

  .product-grid-one {
    grid-template-columns: 1fr!important;
  }

  .product-grid-one .product-wrap {
    height: auto
  }

  .product-grid-one .product-wrap .product {
    display: flex;
    padding: 20px;
  }

  .product-grid-one .product-model {
    justify-content: flex-start;
    margin: auto 0 0;
  }

  .product-grid-one .product-info .product-price {
    display: none;
  }

  .product-grid-one .product .product-buttons {
    margin:0;
    flex-direction: column;
    border-left: 1px solid #E1E4E5;
    align-items: center;
    padding-left: 20px;
    justify-content: space-between;
    flex: 0 0 180px;
    max-width: 180px;
    padding-top: 20px;
  }

  .product-grid-one .product .product-buttons .product-price {
    display: block
  }

  .product-grid-one .product .product-buttons-ua {
    order: 3;
    max-width: 100%;
    flex: 0 0 100%;
    max-height: 50px;
    width: 80%;
  }
  .product-grid-one .product .product-buttons-ua .btn {
    border: 0;
  }

  .product-grid-one .product .product-buttons > .btn {
    max-width: 100%;
    flex: 0 0 100%;
    max-height: 50px;
    width: 100%;
  }

  .product-grid-one .product-brands {
    display: block;
  }

  .product-grid-one .product-image {
    max-width: 175px;
    flex: 0 0 175px;
  }

  .product-grid-one .product-wrap--banner {
    display: none;
  }

  .product-grid-one .product-info {
    flex: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }

  .product-grid-one .product-model > span {
    margin-right: 4px;
  }

  .product-grid-one .product-title {
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }

  .product-grid-one .product-stock {
    margin: 8px 0;
  }

  .product-grid-one .product-model > span,
  .product-grid-one .product-brands li:first-child {
    min-width: 120px;
  }

  .subscribe-block .newsletter {
    padding: 20px;
    margin: 0 0 -60px;
    width: 100%!important;
  }

  .subscribe-block .newsletter::after,
  .subscribe-block .newsletter::before {
    position: absolute;
  }

  .subscribe-block .newsletter::after {
    display: block;
    right: -36px;
    bottom: -100px;
    transform: rotate(-32.26deg);
  }

  .subscribe-block .newsletter::before {
    left: -90px;
    bottom: -80px;
    transform: rotate(18.09deg);
  }

  .category-description {
    background: #F5F5F5;
    margin-top: 0;
    padding-top: 100px;
  }

  .products-actions {
    margin: 0 0 30px;
  }

  .module.instagram .module-title h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .module.instagram .module-title a {
    font-size: 18px;
    line-height: 26px;
  }

  .products-tab .nav-tabs {
    margin: 0 0 30px;
  }
  .nav-tabs>li.products-tab__all {
    display: block;
  }

  .nav-tabs>li {
    margin: 0 30px;
  }

  .nav-tabs>li>a {
    font-size: 16px;
  }

  .products-tab .nav-tabs span {
    display: inline-block;
  }

  .form-rating label {
    padding-top: 0!important;
    margin-top: 0;
  }

  .form-rating-container {
    margin: 0 0 -10px 10px;
  }


  .specification-item_p:first-child {
    flex:1;
    max-width: 100%;
  }

  .specification-item {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 36px;
  }

  .product-adv {
    display: none;
  }

  .mobile-carousel {
    display: none;
  }

  .main-gallery {
    display: block;
  }

  .product-product .cart-static {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .cart-action {
    margin: 18px 0 0 -8px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .instagram-item:nth-child(3) {
    grid-column: 3 / 5;
  }

  .instagram-item:nth-child(5) {
    grid-column: 1 / 3;
  }

  .instagram-item:nth-child(7) {
    grid-column: 4 / 7;
  }

  .zoomContainer {
    display: none;
  }
}

@media (min-width: 992px) {

  .products-limit {
    display: block
  }
  
  .account-action__phones {
	  display: none!important
  }



  #quick_search_results {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 100%;
    padding: 0;
    max-height: 300px;
    background: #fff;
    border: 1px solid #E1E4E5;
    box-shadow: 0 10px 25px rgba(43, 43, 51, 0.1);
  }

  .attr-grid {
    column-count: 1;
  }

  .catalog-menu__overflow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }

  .main-nav--show + .catalog-menu__overflow {
    display: block;
  }

  .site-head__top .phone {
    display: none;
  }

  .menu-nav {
    display: block;
  }

  .menu-nav ul {
    margin: 0;
  }

  .site-head__top a {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 17px;
    font-family: 'Nort';
  }

  .site-head__top a:hover {
    color: #ffff
  }

  .account-action li {
    padding: 0 8px;
  }

  .account-action .account-action__wishlist,
  .account-action .account-action__compare {
    display: block;
  }

  .account-action .account-action__search {
    display: none;
  }

  .catalog-menu {
    position: relative;
    margin-right: 20px;
  }

  .main-nav {
    position: absolute;
    top: calc( 100% - 2px );
    background: #FFFFFF;
    border: 2px solid #FFCC00;
    z-index: 2;
    pointer-events: none;
    transition: .3s ease;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
  }

  .main-nav--show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }

  .catalog-menu__toggle {
    display: flex;
    padding: 14px 26px;
    align-items: center;
  }

  .catalog-menu__toggle .icon {
    margin-right: 12px;
  }

  .primary-nav .catalog-items__main,
  .primary-nav .go-back {
    display: none;
  }

  .primary-nav a {
    color: #2B2B33;
    display: block;
    min-width: 240px;
    padding: 10px 12px;
  }

  .primary-nav .catalog-items li:not(:last-child) {
    border-bottom: 1px solid #E1E4E5;
  }

  .primary-nav > li:not(.catalog-items) {
    display: none
  }

  .primary-nav,
  .primary-nav .catalog-items ul {
    margin-bottom: 0
  }


  .primary-nav .catalog-items li ul {
    position: absolute;
    left: 100%;
    display: none;
    top: -2px;
    background: #fff;
    border: 2px solid #FFCC00;
    border-left-width: 1px;
    z-index: 2;
    min-height: calc(100% + 4px);
  }

  .primary-nav .show_more a {
    justify-content: center;
    font-weight: 500;
    background: #35353d;
    color: #fff;
  }

  .primary-nav .catalog-items > ul > .show_more {
    display: none!important
  }

  .primary-nav a, .primary-nav ul a {
    white-space: normal;
    line-height: 1.2;
  }

  .primary-nav .catalog-items li:hover {
    background: #F5F5F5;
  }

  .catalog-items li.has-children:hover a::after {
    opacity: 1;
  }

  .primary-nav .catalog-items li:hover > ul {
    display: block;
  }

  .primary-nav .catalog-items li ul li:nth-child(n + 11) {
    display: none;
  }

  .primary-nav a, .primary-nav ul a {
    border: 0
  }

  .catalog-items li.has-children > a::after{
    content: '';
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #2b2b33;
    width: 4px;
    height: 8px;
    opacity: .2;
    margin-left: auto;
  }

  .search-wrap {
    position: relative;
    margin-right: 20px;
  }

  .search-wrap .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 16px 8px;
    height: 100%;
  }
  .search-wrap .btn.search_reset {
    right: 50px;
    padding: 16px 4px;
  }

  .empty_search .btn.search_reset {
    display: none!important;
  }

  .search-wrap .form-control {
    padding-right: 70px;
  }

  .contact-info {
    display: block;
  }

  .contact-info ul {
    margin: 0;
  }

  .mobile-menu-toggle {
    display: none;
  }

  .logo {
    margin-right: 36px;
  }

  .slideshow-wrap .item-inner {
    padding-left: 80px;
  }
  .slideshow-wrap .item-image {
    height: 450px;
  }
  .slideshow-wrap .item-inner__title {
    font-size: 48px;
    line-height: 54px;
    font-weight: 900;
  }
  .slideshow-wrap .item-inner__description {
    font-size: 18px;
    line-height: 28px;
  }

  .triggers-grid {
    gap: 15px 80px;
  }

  .site-footer-column__title .icon {
    display: none;
  }

  .special_carousel .item {
    max-width: calc(910px / 3);
  }

  .module.latest-news::before {
    width: 940px;
  }


  .cart-table__column--img {
    max-width: 80px;
    flex: 0 0 80px;
  }

  .cart-table__column--info {
    flex: 1;
    display: grid;
    grid-template-columns: 44% 20% 15% 16% 5%;
  }

  .cart-table__column--info .cart-table__column:first-child {
    padding-left: 30px;
  }

  .cart-table__column--info .cart-table__column {
    align-self: center;
    margin: 0;
  }

  .cart-table__column--info .cart-table__column:last-child {
    padding: 0;
  }

  .cart-table__column .product-quantity {
    margin: 0;
  }

  .cart-table__column--remove {
    text-align: center;
  }

  .cart-table__column--remove .btn {
    padding: 0;
  }

  .cart-table__column--remove .btn .icon {
    fill: #9A9CA1;
  }
  .cart-table__column--remove .btn:hover .icon {
    fill: #FF7865
  }

  .page-title h1 {
    margin-bottom: 0;
  }

  .cart-action {
    margin: 0;
  }

  .page-title {
    margin-bottom: 30px;
  }

  .cart-static {
    margin-top: 32px;
  }

  .blog-item--big {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    background: #F5F5F5;
  }

  .blog-item--big .blog-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }

  .blog-item--big .blog-item__title h4 {
    font-size: 30px;
    line-height: 36px;
  }

  .blog-grid hr {
    grid-column: 1 / -1;
    width: 100%;
  }

  .blog-item__more .btn {
    padding: 15px 35px;
  }

  .socials {
    margin-top: -14px;
  }

  .article-info {
    font-size: 16px;
    line-height: 28px;
  }

  .article-info p {
    margin-bottom: 40px;
  }

  .article-info h1,
  .article-info h2,
  .article-info h3,
  .article-info h4,
  .article-info h5,
  .article-info h6 {
    margin-bottom: 40px;
    line-height: 28px;
  }

  .article-info h2 {
    font-size: 26px;
  }

  .custom-block {
    margin: 40px 0;
  }

  .counters {
    padding: 46px 0;
  }

  .counters-item__title {
    font-size: 48px;
    line-height: 54px;
  }

  .counters-item__text {
    font-size: 14px;
    line-height: 22px;
  }

  .article-info .contact-item {
    font-size: 14px;
    line-height: 22px;
  }

  .subscribe-block .newsletter::after,
  .subscribe-block .newsletter::before {
    transform: none;
  }

  .subscribe-block .newsletter::after {
    background: url('../image/Neon_Like_right.png');
    width: 427px;
    height: 255px;
    right: 0;
    bottom: -3px;
  }

  .subscribe-block .newsletter::before {
    background: url('../image/Neon_Like_left.png');
    width: 250px;
    height: 255px;
    left: 0;
    bottom: 0;
  }

  .instagram-item:nth-child(3) {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
  }
  .instagram-item:nth-child(4) {
    grid-column: 5 / 7;
  }
  .instagram-item:nth-child(5) {
    grid-column: 1 / 3;
  }

  .product-product .module.triggers {
    margin: 60px 0;
  }

  .site-footer-column__inner {
    display: block!important
  }

}

@media (min-width: 1200px) {

  .item-category__thumb {
    bottom: 0;
  }
  .pr-lg-0 {
    padding-right: 0;
  }

  .pl-lg-40 {
    padding-left: 40px;
  }

  body {
    padding-top: 151px;
  }

  .site-head__bottom .container > div {
    height: 110px;
  }

  .container {
    width: 1190px;
  }
  .search-wrap {
    width: 440px;
  }

  .search-wrap,
  .contact-info {
    margin-right: 34px;
  }

  .account-action li {
    padding: 0 15px;
  }

  .account-nav {
    display: block;
  }

  .account-action .account-action__user {
    display: none;
  }
  .slideshow-wrap .item-image {
    height: 500px;
  }
  .account-action li {
    padding: 0 10px;
  }
  .product-buttons-ua {
    position: absolute;
    top: 25px;
    right: 33px;
    max-width: none;
    flex: none;
    border: 0;
    opacity: 0;
    visibility: hidden;
  }

  .product-buttons-ua .btn {
    padding: 0;
    border: 0!important;
    height: 24px;
  }

  .product-buttons-ua .btn + .btn {margin-left: 10px;}

  .product-buttons {
    margin: 0;
  }

  .product-wrap {
    height: 450px;
	    height: 585px;
  }

  .product-image img {
    max-height: 228px;
  }

  .product-title {
    margin-bottom: 20px;
  }
  .product-wrap .product {
    padding: 25px 25px 0;
  }

  .product-wrap .product:hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: auto;
    padding-bottom: 25px;
  }

  .product-buttons > .btn {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }

  .product-wrap .product:hover .product-buttons > .btn {
    display: flex;
  }

  .trigger {
    display: block;
  }

  .trigger__content h3 {
    margin: 18px 0 8px;
  }

  .triggers-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }

  .carousel-dots {
    margin-top: -50px;
  }

  .carousel-dots.hide_dot {
    display: none;
  }

  .module.special_carousel {
    background: none;
  }
  .module.special_carousel::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #F5F5F5;
    z-index: -1;
  }

  .special_carousel .item {
    max-width: none;
  }

  .special_carousel .item-inner {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 40px;
  }

  .special_carousel .item-inner__title {
    font-weight: 900;
    text-transform: uppercase;
  }

  .special_carousel .item-inner.center_left {
    justify-content: center;
    align-items: flex-start;
  }


  .special_carousel .item-inner.center_right {
    justify-content: center;
    align-items: flex-end;
    left: auto;
    right: 0;
    text-align: right
  }

  .special_carousel .item-inner.bottom_left {
    justify-content:flex-end;
    align-items: flex-start;
    bottom: 0;
    pointer-events: none;
  }

  .special_carousel .item-inner.bottom_right {
    justify-content: flex-end;
    align-items: flex-end;
    left: auto;
    right: 0;
    bottom: 0;
    text-align: right
  }

  .special_carousel .item-inner.bottom_center {
    justify-content: flex-end;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
  }

  .special_carousel .item-inner.top_left {
    justify-content:flex-start;
    align-items: flex-start;
  }

  .special_carousel .item-inner.top_right {
    justify-content: flex-start;
    align-items: flex-end;
    left: auto;
    right: 0;
    bottom: 0;
    text-align: right
  }

  .special_carousel .item-inner.top_center {
    justify-content: flex-start;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
  }

  .special_carousel .item-inner .btn {
    display: inline-block;
    width: auto;
  }

  .special_carousel .item {
    margin-bottom: 0;
  }

  .module.latest-news::before {
    width: 1160px;
  }

  .catalog-categories-grid {
    display: grid!important;
    grid-column-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .catalog-categories .item {
    width: 100%;
    max-width: none;
  }

  .catalog-categories__other {
    padding: 40px 60px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .cart-action {
    margin-left: 0;
  }

  .cart-action li {
    padding: 0 20px;
  }

  .cart-action li:last-child {
    padding-right: 0;
  }

  .cart-table__column--img img {
    margin-bottom: 0;
  }

  .module.html {
    padding: 35px 60px;
    background: #EAEBE5 url(../image/help_bg.jpg) bottom right no-repeat;
  }
  .help-block {
    width: 40%;
  }

  .blog-grid {
    display: grid;
    gap: 80px 15px;
  }

  .blog-item--big .blog-item__content {
    padding: 60px;
  }

  .blog-item--big .blog-item__title h4 {
    font-size: 36px;
    line-height: 36px;
  }

  .blog-item__more .btn {
    padding: 20px 35px;
  }

  .custom-block .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .custom-block .owl-carousel button.owl-dot {
    width: 6px;
    height: 6px;
    background: #ffffff;
    opacity: .6;
  }

  .custom-block .owl-carousel button.owl-dot.active {
    box-shadow: 0 0 0 2px #fff;
    background: #ffffff;
    opacity: 1;
  }

  .client_service {
    padding: 120px 0 70px;
  }

  .contact-map #map {
    height: 450px;
    margin: 0 0 -70px;
  }

  .product-grid-one .product-wrap .product {
    padding: 25px 35px 25px 25px;
    position: relative;
    height: auto;
  }

  .product-grid-one .product-info {
    padding: 0px 25px;
  }

  .product-grid-one .product .product-buttons {
    padding: 20px 0 0 35px;
    max-width: 240px;
    flex: 0 0 240px;
  }

  .product-grid-one .product .product-buttons-ua {
    position: relative;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    max-height: 40px;
    width: 60%;
  }

  .product-grid-one .product .product-buttons-ua .btn {
    height: auto;
  }

  .product-grid-one .product .product-buttons > .btn {
    display: flex;
    max-height: 60px;
    margin: 20px 0 10px;
  }

  .products-actions {
    border-top: 1px solid #E1E4E5;
  }

  .module.instagram {
    padding: 85px 0 110px;
  }

  .instagram-grid {
    grid-auto-rows: 180px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }

  .module.instagram .module-title {
    margin-bottom: 40px;
  }

  .product-related  {
    margin-bottom: 0;
  }

  .product-related  .product-wrap{
    margin-bottom: 125px;
  }

  .product-product .module.triggers {
    margin: 80px 0;
  }

  .products-tab {
    margin-top: 50px;
  }

  .product-product .cart-static {
    padding: 34px 40px 10px;
  }
  .large-image {
    padding: 45px 25px;
  }
}

@media print {

  body {
    padding: 0!important;
  }

  #content {
    margin-top: -150px;
  }

  .cart-total .list-unstyled {
    padding-left: 0;
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  .site-head,
  .breadcrumb,
  .site-footer,
  .module,
  .cart-action,
  .cart-chekout,
  .cart-static p,
  .cart-table__column--remove,
  .product-prices,
  .product-quantity,
  .cart-table__column--img .btn  {
    display: none;
  }

  .cart-table__column--img {
    max-width: 80px;
    flex: 0 0 80px;
  }

  .cart-table__column--info {
    flex: 1;
    display: grid;
    grid-template-columns: 44% 20% 15% 16% 5%;
  }

  .cart-table__column--info .cart-table__column:first-child {
    padding-left: 30px;
  }

  .cart-table__column--info .cart-table__column {
    align-self: center;
    margin: 0;
  }

  .cart-table__column--info .cart-table__column:last-child {
    padding: 0;
  }

  .cart-table__column .product-quantity {
    margin: 0;
  }

  .cart-table__column--remove {
    text-align: center;
  }

  .cart-table__column--remove .btn {
    padding: 0;
  }

  .cart-table__column--remove .btn .icon {
    fill: #9A9CA1;
  }
  .cart-table__column--remove .btn:hover .icon {
    fill: #FF7865
  }

  .page-title h1 {
    margin-bottom: 0;
  }

  .cart-action {
    margin-bottom: 0;
  }

  .page-title {
    margin-bottom: 30px;
  }

  .cart-static {
    margin-top: 32px;
  }

  .cart-product_count {
    display: block;
  }

  .cart-table__body .cart-table-row {
    padding: 10px 0;
  }

  .cart-table__column--img img {
    margin-bottom: 0;
  }


  .modal {
    display: none;
  }

  #simplecheckout_button_confirm,
  .customer-login {
    display: none;
  }

  .simplecheckout-block-content__part + .simplecheckout-block-content__part {
    display: none!important;
  }

  .simplecheckout-button-block.buttons,
  .simplecheckout-left-column {
    width: 100%!important;
  }

  .simplecheckout-block-content__part {
    max-width: 100%!important;
    flex: 0 0 100%!important;
    width: 100%!important;
  }

  #simplecheckout_button_confirm,
  .show_in_cart,
  .simplecheckout-proceed-payment,
  .simplecheckout-right-column {
    display: none;
  }

  .radio input:not(:checked) + .checked-status {
    display: none!important;
  }

  .radio {
    padding-left: 50px;
    padding-top: 10px;
  }

  .simplecheckout-block-content .radio label, .simplecheckout-block-content .checkbox label {
    font-size: 16px;
    line-height: 24px;
    color: #2B2B33;
  }

  .simple-content .checkout-heading {
    border: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
  }

  hr,
  .contact-item__row {
    display: none;
  }
  .contact-item--address {
    display: block;
  }

  .row-customer_register,
  *[data-toggle="tooltip"],
  .simple-content .buttons,
  .coupons-block .btn,
  .simplecheckout-methods-description .contact-item__info {
    display: none;
  }

  .simplecheckout-methods-description .contact-item__info.active {
    display: block;
  }

  .simplecheckout-block {
    margin-bottom: 10px;
  }

  .simple-content input[type=text], .simple-content input[type=password], .simple-content input[type=email], .simple-content input[type=tel], .simple-content input[type=phone], .simple-content input[type=date], .simple-content input[type=time], .simple-content select, .simple-content textarea {
    width: 90%;
  }

  .simplecheckout-left-column {
    counter-reset: geek-counter;
  }

  .simple-content .checkout-heading::before {
    counter-increment: geek-counter;
    content: counter(geek-counter) ". ";
    float: left;
    margin-right: 10px;
    color: #9A9CA1;
  }
}

@supports (-moz-appearance:none) {
  @media (min-width: 992px) {
    .attr-grid {
      column-count: 2;
    }
    .attr-grid  > div {
      -moz-page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      break-inside: avoid;
      -o-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      column-break-inside: avoid;
      page-break-inside: avoid;
    }


  }
}

.row-customer_actual_price label[for="customer_actual_price"], .row-customer_full_cash label[for="customer_full_cash"] {
  display: none!important;
}

.product_edtype {
  color: #9A9CA1;
}

.product_edtype::before{
  content: 'лил░ ';
}
.main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brands-carousel .owl-item .item-image {
  background-size: contain;
  height: 50px;
}

.attachment-woocommerce_thumbnail {
  width: 100%;
  object-fit: contain;
}
.product-image {
  position: relative;
}
.yith-wcbm-badge {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.yith-wcbm-badge .yith-wcbm-badge-text p {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  font-family: 'Montserrat', sans-serif;
}
.product-info .woocommerce-loop-product__title {
  margin: 0 0 20px;
  font-family: 'Nort';
  font-weight: 400;
  color: #2B2B33;
  font-size: 14px;
  line-height: 22px;
  min-height: 65px;
}
.product-info .price {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  font-family: 'Nort';
  color: #2B2B33;
}
.products-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.products-actions .woocommerce-ordering {
  order: -1;
}
.berocket_lgv_widget {
  margin-left: auto;
  margin-right: 5px;
}
div.berocket_lgv_widget a.berocket_lgv_button {
  margin-right: 10px;
  background: transparent !important;

  border: none !important;
  border-radius: 0 !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  line-height: 30px !important;
  box-shadow: none !important;
  opacity: 0.5;
}
div.berocket_lgv_widget a.berocket_lgv_button .fa {
  font-size: 24px !important;
}
div.berocket_lgv_widget a.berocket_lgv_button.selected {
  opacity: 1;
}
.product-image img {
  width: 100%;
  object-fit: contain;
  height: 240px;
}
#column-left .panel {
  border-radius: 0 !important;
  border: 2px solid #FFCC00 !important;
}
#column-left .panel  .product-categories,
#column-left .panel  .product-categories ul{
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
#column-left .panel  .product-categories > li:not(:first-child),
#column-left .panel  .product-categories ul > li {
  border-top: 1px solid #E1E4E5;
}
#column-left .panel  .product-categories a {
  display: block;
  width: 100%;
  color: #2B2B33;
  padding: 5px;
}
#column-left .widget_product_categories ul li {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
.wcsca-icon {
  height: 32px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2B2B33;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
#column-left .widget_product_categories .cat-parent > a {
  padding-right: 30px !important;
}

#column-left .widget_product_categories  .current-cat > a {
  color: #fff;
  background-color: #FFCC00;
}
#column-left .wpfFilterWrapper:not(:first-child) {
  border-top: 1px solid #E1E4E5;
  margin: 0 !important;
  padding: 15px 10px !important;
}
.woocommerce-product-rating,
.woocommerce .products .star-rating {
  margin-bottom: 0 !important;
}
.compare.btn span {
  display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  font-family: 'Nort';
  color: #2B2B33 !important;
  padding-bottom:10px;
  display: block !important;
}
#productList.product-grid-one .woocommerce-loop-product__link {
  display: flex;
  flex-grow: 1 !important;
}
#productList.product-grid-one .product-model {
  margin-top: 0;
}
#productList.product-grid-one .product-info {
  flex-grow: 1 !important;
  width: 100% !important;
}


.product--info .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin: 1.5rem 0;
}

.prod_value--size::before {
    content: '\2194';
    transform: rotate(-45deg);
    display: inline-block;
    margin-right: 5px;
}

.prod_value {
    text-align: center;
    font-weight: 500;
	font-size: 15px;
}

.prod_label {
    text-align: center;
    color: rgba(20, 12, 10, .6);
    position: relative;
    margin-bottom: .5rem;
}

.prod_label.prod_label--line::before, .prod_label.prod_label--line::after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #e1e4e5;
}

.prod_label.prod_label--line {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 10px;
}


.prod_price {
    text-align: center;
    font-weight: 600;
    margin: 0.7rem;
    font-size: 15px;
}

.prod_variable-images {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
	    margin-bottom: 1rem;
}
.prod_variable-images img{
	cursor: pointer
}

.prod_variable-images div {
    max-width: 46px;
    position: relative;
    border: 1px solid #e1e4e5;
    background: #fff;
	padding: 3px;
    margin-bottom: 0.5rem;
}

.single_variation .woocommerce-variation-price,
.product-buttons-ua button span {
	display: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .quantity .qty {
    width: auto;
}

.variations-item__label label {
    font-size: 14px;
    margin: 10px 0;
}

.rtwpvs-radio-term {
    position: relative;
}

.rtwpvs-radio-term input {
    display: none;
}

.rtwpvs .rtwpvs-terms-wrapper.radio-variable-wrapper {
    display: flex;
    gap: 10px;
}

.rtwpvs .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label {
    padding: 5px 5px 3px;
    border-radius: 15px;
    font-weight: 500!important;
    text-align: center!important;
    transition: .35s;
}

.rtwpvs .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term input:checked + label,
.rtwpvs .rtwpvs-terms-wrapper.radio-variable-wrapper .rtwpvs-radio-term label:hover {
    background: #FFCC00;
    color: #fff;
}
.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper .rtwpvs-radio-term[data-rtwpvs-tooltip]:after, .rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper .rtwpvs-radio-term[data-rtwpvs-tooltip]:before {
	left: 50%
}

.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.product-qty-wrap {
    display: flex;
    align-items: center;
}

.product-qty-wrap > div {
    flex: 0 0 50%;
}

.product-qty-col .product-quantity {
    margin: 10px auto 15px!important;
    float: none!important;
}

.rtwpvs_ajax_add_to_cart,
.woocommerce-variation-description {
	display: none!important
}

.wpfFilterWrapper[data-filter-type] {
    padding: 10px 15px;
	margin: 0
}

.widget .wpfFilterWrapper .wfpTitle {
    font-size: 12px;
    margin-bottom: 10px;
}

.widget {
    border: 2px solid#FFCC00;
    margin-bottom: 20px;
    background-color: #fff;
}

.widget div.wpfMainWrapper[data-filter="1"] #wpfBlock_1 .irs-bar {
    background-color: #FFCC00;
    border-color: #FFCC00;
    background: #FFCC00;
}

.widget div.wpfMainWrapper[data-filter="1"] #wpfBlock_1 .irs-grid-pol {
    background-color: #FFCC00;
}
.widget div.wpfMainWrapper[data-filter="1"] #wpfBlock_1 .irs-grid-text {
    color: #FFCC00;
}

.widget .irs--circle .irs-line {
    background: #e1e4e5;
}

ul.product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.product-categories li {
    line-height: 1.618em;
    position: relative;
    display: flex;
	    flex-wrap: wrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
ul.product-categories li:hover {
    background-color: #F5F5F5;
}

ul.product-categories li + li {
    border-top: 1px solid #E1E4E5;
}

ul.product-categories a {
    padding: 5px;
    width: 100%;
}

.product-categories ul {
    margin-top: 0px !important;
    padding-left: 2em;
}

.widget_product_categories .wcsca-icon {
    font-size: 1rem;
}

.woocommerce span.onsale,
.product-image span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0.202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -0.5em;
    left: -0.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
	min-height: 0;
    padding: 8px;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
}


.review-image {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #FFCC00;
    background-color: #fff;
	z-index: 1;

}


.review-inner {
    position: relative;
}

.review-body {
    background: #e1e4e545;
	position: relative;
	padding: 15px
}

.review-body::after {
    content: '';
    background-image: radial-gradient(rgba(43, 43, 51, 0.15) 20%, transparent 20%);
    background-position: 0 0;
    background-size: 19px 19px;
    height: 100%;
    display: block;
    position: absolute;
    left: 2px;
    bottom: -30px;
    z-index: -1;
    width: 43%;
    opacity: .4;
    pointer-events: none;
}

.review-body::before {
	content: "\f10d";
    font-size: 28px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 15px;
    top: 15px;
	color: #FFCC00
}

.review-name {
    font-size: 1.4em;
    font-weight: 700;
	    padding-right: 40px;
}

.review-name::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    margin: 15px 0;
    background: #FFCC00;
}

.review-city {
    font-style: italic;
    color: #35353d;
    text-align: right;
}

.review-city::before {
    content: ' - ';
}

.review-city {
    font-style: italic;
    color: #35353d;
    text-align: right;
}

.review-city::before {
    content: ' - ';
}


.blog-grid-item__thumb {
    margin-bottom: 20px;
	height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	display: block;
	width: 100%;
	transition: .35s
}

.blog-grid-item:hover .blog-grid-item__thumb {
	box-shadow: 0px 10px 20px rgb(43 43 51 / 15%);
}

@media (min-width: 576px){
	.review-inner {
		min-height: 350px;
		display: flex;
		align-items: center;
	}
	
	.review-image {
		position: absolute;
		left: 20px;
		top: 0;
			width: 210px;
		bottom: 0;
	}
	.review-body {
		padding: 15px 15px 15px 250px;
	}

}

.woocommerce th.product-quantity,
.woocommerce td.product-quantity {
    border: 0;
    display: table-cell;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 360px;
    margin: 40px auto;
    position: relative;
}
.white-popup-block--lg {
    max-width: 860px;
}

.contact-form-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0;
}

.contact-form-row:not(:last-child) {
    margin-bottom: 20px;
}

.wpcf7 .contact-form-row input[type="url"],
.wpcf7 .contact-form-row textarea,
.wpcf7 .contact-form-row input[type="email"],
.wpcf7 .contact-form-row input[type="text"],
.wpcf7 .contact-form-row input[type="tel"] {
    width: 100%;
    border-radius: 0;
    border: 1px solid #E1E4E5;
    padding: 10px 10px 10px 35px;
}

.wpcf7 .contact-form-row textarea{
	resize: none;
	height: 150px
}

.contact-form-row .wpcf7-list-item {
    margin: 0;
}

.contact-form-row .wpcf7-list-item a {
    text-decoration: underline;
}

.contact-form__length::before,
.contact-form__name::before,
.contact-form__width::before,
.contact-form__address::before,
.contact-form__email::before,
.contact-form__question::before,
.contact-form__phone::before {
    content: '';
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 16px;
    margin: auto;
    z-index: 1;
    opacity: .4;
    pointer-events: none;
}

.contact-form__address::before{
    content: "\f3c5";
}
.contact-form__email::before{
    content: "\f1fa";
}


.contact-form__length::before,
.contact-form__width::before{
	content: '\2194';
}

.contact-form__width::before {
	transform: rotate(90deg);
    display: inline-block;
}

.contact-form__phone::before {
    content: "\f095";
}

.contact-form__name::before {
    content: "\f406";
}

.contact-form__question::before {
    content: "\f044";
}


.contact-form-row {
    position: relative;
}

.contact-form-row span.wpcf7-spinner {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contact-form-row .wpcf7-not-valid-tip {
    font-size: .75em;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
	font-size: 13px;
}

.wizard .steps {
    margin: 30px 15px;
}

.wizard .steps ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.wizard .steps ul li a {
    color: #2B2B33;
    display: block;
    width: 23px;
    height: 23px;
    background: #e1e4e5;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    flex: 0 0 23px;
}

.wizard .steps ul li:not(:last-child)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #b7b7b7;
    margin: auto 15px;
    position: relative;
}

.wizard .steps ul li.done a .number, .wizard .steps ul li.current a .number {
    display: none
}

.wizard .steps ul li.done a::before, .wizard .steps ul li.current a::before {
    content: "\f00c";
    font-size: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.wizard .steps ul li.done a, .wizard .steps ul li.current a {
    background: #FFCC00;
    color: #fff;
}

.wizard .steps ul li.current::after, .wizard .steps ul li.done::after {
    background: #FFCC00;
}

.wizard .steps ul li {
    flex: 1;
    display: flex;
    align-items: center;
}

.wizard .steps ul li:last-child {
    flex: 0
}

.wizard .steps ul li:last-child a {
    margin: 0;
}

.step-inner ul {
    gap: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.item-vis__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 60px;
    outline: 1px solid #e1e4e5;
    outline-offset: 10px;
    background-color: #fff;
    position: relative;
    margin: 0 auto 20px;
}

.item-vis {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.item-vis__title {
    font-size: 15px;
    font-weight: 600;
}

.item-vis__other {
    position: absolute;
    width: 47px;
    height: 47px;
    background: #ffff;
    text-align: center;
    border-radius: 50%;
    line-height: 47px;
    font-size: 30px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.item-vis:hover .item-vis__image, 
.item-vis.active .item-vis__image {
    outline-color: #FFCC00;
}

.item-vis.active .item-vis__image::before {
    content: "\f00c";
    font-size: 8px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
	right: -20px;
    top: -20px;
    width: 19px;
    height: 19px;
    color: #fff;
    border-radius: 50%;
    background: #FFCC00;
    z-index: 2;
    line-height: 19px;
}

.wizard .actions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
	gap: 15px;
}

.wizard .actions ul li.disabled {
    display: none;
}

.wizard .actions {
    margin: 30px 0;
}

.wizard .actions ul li a {
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    outline: 0!important;
    transition: .3s;
    font-family: 'Nort';
    color: #ffffff;
    text-shadow: none;
    background-color: #FFCC00;
}

.wizard .content select{
	display: none
}

.wizard  .step-desc {
    margin-bottom: 20px;
}

.contact-form__file {
	cursor: pointer;
}
.contact-form__file span {
    border: 1px dashed #c2c2c2;
    display: block;
    padding: 15px;
    width: 100%;
    margin: auto;
    height: 180px;
}

.contact-form__file input {
	width: 100%;
    height: 100%;
    opacity: 0;
}

.contact-form__file span::after {
	content: 'Прикрепить файл (png, jpg, jpeg) до 7Mb';
	position: absolute;
    bottom: 5px;
    width: 40%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
	font-weight: 600
}



.contact-form__file span::before {
    content: "\f03e";
    font-size: 40px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff;
    width: 67px;
    height: 67px;
    background: #e1e4e5;
    border-radius: 50%;
    text-align: center;
    line-height: 67px;
}
.contact-form__file:hover span::before {
	background: #FFCC00;
}

.contact-form__file img {
    position: absolute;
    top: 0;
    max-width: 100%;
    left: 0;
    margin: 15px auto;
    z-index: 2;
    height: calc(100% - 15px);
    right: 0;
    pointer-events: none;
}

.contact-form__file.image-loaded::before,
.contact-form__file.image-loaded::after {
	opacity:0
}

.label_w label {
    font-weight: 600;
    font-size: 14px;
}

.raschet-wrap__left {
  border-right: 1px solid #fff;
}
.raschet-wrap__left .ghostkit-col-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.raschet-left__p {
  display: flex;
  color: #fff;
  align-items: center;
}
.raschet-left__p svg {
  width: 16px;
  height: auto;
  margin-right: 10px;
}
.raschet-wrap__left h3 {
  text-transform: uppercase;
}
.raschet-right .ghostkit-col-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 30px;
  justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 1199px){
	.raschet-right .ghostkit-col-content {
		justify-content: center;
		flex-direction: column;
	}
}

.raschet-right .ghostkit-col-content .calculation__time .calculation__label {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
.raschet-right .ghostkit-col-content .calculation__time  .calculation__minutes {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFCC00;
}
.raschet-right .ghostkit-col-content .calculation__time  .calculation__minutes svg {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

.pswp__bg {
	background: #00000073!important;
}

.rtwpvs-term:not(.rtwpvs-radio-term) {
	width: 50px;
    height: 50px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {
    margin:4px 14px 30px 0
}

.prod_variable-images div[data-rtwpvs-tooltip]:after, 
.prod_variable-images div[data-rtwpvs-tooltip]:before {
    bottom: 130%;
    box-sizing: inherit;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateZ(0);
    visibility: hidden;
    z-index: 999;
}

.prod_variable-images div[data-rtwpvs-tooltip]:before {
    background-color: #000;
    background-color: rgba(51,51,51,.9);
    border-radius: 3px;
    color: #fff;
    content: attr(data-rtwpvs-tooltip);
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-left: -50px;
    min-width: 100px;
    padding: 7px;
    text-align: center;
}

.prod_variable-images div[data-rtwpvs-tooltip]:hover:after, 
.prod_variable-images div[data-rtwpvs-tooltip]:hover:before {
    bottom: 120%;
    opacity: 1;
    visibility: visible;
}

.prod_variable-images div[data-rtwpvs-tooltip]:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-top: 5px solid rgba(51,51,51,.9);
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}

.catalog-categories .owl-nav {
    position: static;
    top: 0;
    text-align: center;
    right: 0;
}


.catalog-categories .owl-carousel.owl-loaded .owl-nav .owl-prev, 
.catalog-categories .owl-carousel.owl-loaded .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -60px;
}
.catalog-categories .owl-carousel.owl-loaded .owl-nav .owl-prev{
    left: -10px;
}
.catalog-categories .owl-carousel.owl-loaded .owl-nav .owl-next{
    right: -10px;
}

@media(min-width: 992px){
	body {
		padding-top: 110px;
	}
	.site-head__top {
		  display: block
	}	
}