@charset "UTF-8";
/* Reset and base styles  */
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "lightzoom.css";
@import "slick.css";
@import "vars.css";
@import "media.css";
* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  /*outline: none;*/
}

a:focus,
a:active {
  /* outline: none;*/
}

/* Links */
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li,
li {
  list-style: none;
}

ul {
  padding-left: 0;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

/*@keyframes scrolldownBigCat {
  100% {
    top: 20px;
  }
  0% {
    top: 10px;
  }
}*/
@keyframes scrolldownBigCat {
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-25%);
  }
}
@keyframes hfixed {
  from {
    transform: translate(0, -200%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 665px;
  }
}
@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes titlein {
  from {
    transform: translate(0, -130%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* Новые стили */
@keyframes menu-blog {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menu-other-board-hover {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  }
  20% {
    background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  }
  0% {
    background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  }
}
@font-face {
  font-weight: 300;
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-weight: 500;
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
  font-display: swap;
}
/* News */
.news-wrap {
  width: 100%;
  position: relative;
  padding-top: 220px;
  padding-bottom: 100px;
  overflow: hidden;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--black);
  background-size: cover;
}

.shadow-tone {
  background: rgba(0, 0, 0, 0.45);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-shadow {
  width: 100%;
  height: 288px;
  background: url(/upload/medialibrary/98f/eyinfvzku0b48gt09jhrekiv3sgemtbg.png) repeat-x top left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}

.news-title-right-wrap-btn {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  animation: scrolldownBigCat 0.8s running alternate infinite;
  color: #fff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  margin: auto;
}

.news-title-right-wrap-btn:hover {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.news-title-right-wrap-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

.news-title-left-header {
  margin-bottom: 20px;
}

.news-title-left-header-title > h1 {
  font-size: 37px;
  line-height: 45px;
  color: var(--white);
}

.news-title-left-header-desc {
  font-size: 18px;
  line-height: 25px;
  margin: 10px 0 30px;
  color: var(--white-1);
}

.news-list-wrap {
  padding-bottom: 80px;
}

.news-box {
  min-height: 500px;
  background-color: var(--white);
  margin: -65px -65px 30px -65px;
  padding: 0 65px 30px;
  border-radius: 8px 8px 0 0;
  position: relative;
}

/*.news-box > .row {
  margin: 0 -15px;
}*/
.news-box-left-padding {
  padding-top: 50px;
} /*
.news-box-left-section {
  margin: 0 -15px;
}/*
.blog-box-left-section-item {
  width: calc(100% / 3);
  padding: 0 15px;
}
.blog-box-left-section-item-box {
  border-radius: 3px;
  margin: 0 -5px 20px;
  background-color: var(--white-6);
  transition: 0.3s;
  text-align: center;
}
.blog-box-left-section-item-box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.2);
  z-index: 5;
  transition: 0.3s;
}
.blog-box-left-section-item-box:hover .news-box-left-section-item-box-img .shine {
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  left: 120%;
  opacity: 1;
}
.blog-box-left-section-item-box:hover .news-box-left-section-item-box-title {
  color: var(--blue);
}
.blog-box-left-section-item-box-title {
  width: 100%;
  height: 100px;
  font-size: 18px;
  line-height: 24px;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  padding: 12px 24px;
  color: #000;
}
.blog-box-left-section-item-box-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-box-left-section-item-box-info {
  width: 100%;
  height: 100px;
  position: relative;
  text-transform: lowercase;
  font-size: 13px;
  line-height: 19px;
  color: var(--white-12);
  padding: 45px 10px 25px;
}
.blog-box-left-section-item-box-info-cat {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, 0);
  box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.3);
  background: var(--white) url(/img/blog_vdud.svg) center no-repeat;
  color: var(--white-12);
}
.blog-box-left-section-item-box-img .shine {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  width: 15%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}*/
.news-box-right-section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-box-right-section-scroll {
  width: 305px;
}

.news-box-right-section .fixed-start {
  position: relative;
}

.news-box-right-section .fixed-move {
  position: fixed;
  top: 69px;
}

.news-box-right-section .fixed-stop {
  position: absolute;
  bottom: 0;
}

.news-box-right-section-menu {
  padding-top: 65px;
}

.news-box-right-section-menu-bar .nav {
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
}

.news-nav-item > a {
  border-left: 3px solid #e5e5e5;
  padding: 0 0 0 20px;
}

.news-nav-item > a > span {
  height: 100%;
  font-size: 15px;
  line-height: 21px;
  padding: 15px 40px 15px 0;
  color: #4685d4;
  display: block;
  border-bottom: 1px solid #f4f4f4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news .news-nav-item > a span, .blog .news-nav-item > a span {
  padding: 7px 40px 7px 0;
}

.news-nav-item > a > span:hover {
  color: var(--black);
}

.nav-main > a {
  display: block;
  border-left-color: #2285c4;
  background-color: #f4f4f4 !important;
  cursor: default;
}

.nav-main > a > span {
  color: var(--black);
}

/* News detail */
.news-detail-left-padding, .news-detail-right-padding {
  padding-top: 30px;
  padding-bottom: 80px;
}

.news-detail-top, .news-detail-review-top {
  height: 35px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--white-21);
}

.news-detail-review-top > a {
  font-size: 15px;
  line-height: 28px;
  color: var(--white-20);
}

.news-detail-review-top > a::before {
  content: "\f177";
  font-family: "FontAwesome";
  margin-right: 15px;
  color: var(--white-20);
}

.news-detail-top-left {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
  white-space: nowrap;
}

.news-detail-top-right {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

.news-detail-top-left .date {
  display: inline-block;
  margin-right: 25px;
  color: var(--white-20);
  font-size: 14px;
  line-height: 28px;
  white-space: nowrap;
}

.news-detail-top-left .views {
  display: inline-block;
  color: var(--white-20);
  font-size: 14px;
  line-height: 28px;
  white-space: nowrap;
}

.news-detail-top-left .views::before {
  content: "\f06e";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 5px;
}

/* Новые стили */
.news-detail-content {
  font-size: 17px;
  line-height: 25px;
}

.news-detail-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

.news-detail-content a {
  display: inline-block;
  color: var(--blue-1);
}

.news-short a {
  display: inline-block;
}

.news-detail-content p {
  margin-top: 0;
  margin-bottom: 13px;
}

.news-detail-content img {
  display: block;
  margin: 50px auto;
}

.news-detail-content ul {
  margin: 5px 0 15px;
  text-align: left;
  display: block;
  list-style: disc inside;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.news-detail-content table {
  padding: 10px;
  margin-bottom: 30px;
}

.news-detail-content table td {
  border-bottom: 1px solid var(--black);
  padding: 10px;
}

.news-detail-content h2, .news-detail-content h3 {
  margin: 40px 0 25px;
  font-size: 33px;
  line-height: 39px;
}

.news-detail-content ul, .news-detail-content ul > li {
  list-style-type: disc !important;
}

.news-detail-content ul > li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 15px;
}

.news-detail-content ul > li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.news-detail-content-img {
  padding: 30px;
  margin-bottom: 30px;
}

.news-detail-content-img img {
  display: block;
  margin: 0 auto;
}

/* */
.news-box-left-section-item-box {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
  min-height: 378px;
  height: 378px;
  overflow: hidden;
  margin: 0 -10px 10px;
}

.news-box-left-section-item-box:hover {
  overflow: visible;
  z-index: 21;
}

.news-box-left-section-item-box:hover .element {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  z-index: 6;
  transition: box-shadow 0.3s;
}

.news-box-left-section-item-box > .element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  padding: 15px;
  min-height: 100%;
}

.news-box-left-section-item-box .news-shadow {
  position: absolute;
  background: url(/upload/medialibrary/34d/qnacohn1r7zh7pv5hm1heyiaop3ixbxj.png) left bottom repeat-x;
  bottom: 0;
  left: 0;
  right: 0;
  height: 93px;
  z-index: 5;
}

.news-box-left-section-item-box .wrap-text {
  margin-top: 15px;
}

.news-box-left-section-item-box .news-img-wrap {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.news-box-left-section-item-box .news-img-wrap:hover div.shine {
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  left: 120%;
  opacity: 1;
}

.news-box-left-section-item-box .news-img-wrap > .shine {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  width: 15%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.news-box-left-section-item-box .news-img-wrap > .news-img {
  background-image: url(/upload/medialibrary/b43/v4f937fym014aiww2hvkou14dbf8aumn.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.news-box-left-section-item-box .news-img-wrap > .news-img > .news-dark-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/upload/medialibrary/5be/eq95abaam27854lszdvaooav138gxktn.png) left bottom repeat-x;
  height: 85px;
}

.news-box-left-section-item-box .news-cat {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  padding: 1px 0;
  text-transform: uppercase;
  color: #7c7c7c;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1px;
}

.news-box-left-section-item-box .news-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 10px;
  color: #272727;
}

.news-box-left-section-item-box .news-date {
  font-size: 13px;
  line-height: 13px;
  color: #868686;
  margin-top: 10px;
  text-transform: lowercase;
}

.news-box-left-section-item-box .news-short {
  font-size: 14px;
  line-height: 19px;
  color: #272727;
  margin-top: 10px;
}

.news-box-left-section-item-box .news-short ul {
  margin: 5px 0 10px;
  text-align: left;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

.news-box-left-section-item-box .news-short ul, .news-box-left-section-item-box .news-short li {
  list-style: disc inside;
}

.news-box-left-section-item-box .news-short li {
  margin-bottom: 7px;
}

.other-news-item {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  cursor: pointer;
}

.other-news-item > div {
  position: relative;
  background-image: url(/upload/medialibrary/b43/v4f937fym014aiww2hvkou14dbf8aumn.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.other-news-item:hover .frameshadow {
  opacity: 0.4;
}

.other-news-item .small-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/upload/medialibrary/5be/eq95abaam27854lszdvaooav138gxktn.png) left bottom repeat-x;
  height: 85px;
}

.other-news-item .frameshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.other-news-item .cont {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.other-news-item .cont .name-bold {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  overflow: hidden;
  max-height: 44px;
}

.other-news-item > a {
  width: 100%;
  height: 100%;
}

.news-nav-item > a {
  display: block;
  position: relative;
  border-left: 3px solid #e5e5e5;
  padding: 0 0 0 20px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  background-color: #fff;
}

.news-nav-item > a > span {
  font-size: 15px;
  line-height: 21px;
  padding: 15px 40px 15px 0;
  color: #4685d4;
  display: block;
  border-bottom: 1px solid #f4f4f4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-main > a {
  border-left-color: #2285c4;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html,
body {
  height: 100%;
  font: 300 16px "Roboto";
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif, Arial;
  font-weight: 700;
}

h1 {
  font-size: 65px;
}

h2 {
  color: var(--black-1);
}

a:hover {
  cursor: pointer;
}

#panel {
  position: relative;
  z-index: 999999;
}

.product-item-detail-slider-container.popup {
  z-index: 99999;
}

#wrap {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
#wrap header.header {
  width: 100%;
  min-height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
}
#wrap main.content {
  flex: 1 0 auto;
}
#wrap footer.footer {
  width: 100%;
  background-color: var(--footer);
  color: var(--white-15);
  padding: 50px 0 0;
}

main.content .catalog-wrap, main.content .news-wrap, main.content .brands-wrap, main.content .delivery-wrap, main.content .contacts-wrap, main.content .about-wrap, main.content .video-wrap {
  /*z-index: -1;*/
}

.wrapper-head-top {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}

.inner-head-top {
  min-height: 90px;
}

.inner-head-top-tel {
  max-width: 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px;
  -ms-flex-order: 1;
  order: 1;
}

.inner-head-top-soc {
  font-size: 14px;
  line-height: 19px;
  padding-left: 30px;
  padding-right: 15px;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.inner-head-top-soc div {
  margin-left: 20px;
}

.inner-head-top-soc div > a {
  display: inline-block;
}

.inner-head-top-soc div > a > img {
  width: 24px;
  margin-right: 16px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.inner-head-top-soc div > a > img:hover {
  opacity: 1;
}

.inner-head-top-logo {
  padding: 0 15px;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  -ms-flex-order: 2;
  order: 2;
}

.inner-head-top-logo-content {
  margin: 0 auto;
}

.inner-head-top-group {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  -ms-flex-order: 13;
  order: 13;
  padding: 0 15px;
}

.wrapper-contacts-box-phone-list:hover {
  -webkit-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  background-color: rgba(255, 255, 255, 0.45);
}

.header-menu-wrap-mini-search {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/search_wt.svg");
  background-size: 20px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-menu-wrap-social {
  width: 100px;
  height: 56px;
  position: relative;
}

.header-menu-wrap-social > a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 56px;
  margin-left: auto;
  background-image: url("../bitrix/templates/concept_phoenix_s1/css/../images/menu_soc_groups.png");
  background-size: 100% auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-menu-wrap {
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: space-between;
}

.header-main-menu > .container,
.header-menu-wrap,
#main-menu {
  height: 100%;
  display: flex;
  align-items: center;
}

#main-menu {
  flex-wrap: wrap;
  overflow: hidden;
  flex: 1 1 auto;
  z-index: 10;
}

#main-menu > li {
  height: 100%;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-menu > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 13px;
  white-space: nowrap;
  letter-spacing: 1px;
  position: relative;
}

#main-menu > li > a > .board {
  display: none;
  width: calc(100% - 30px);
  height: 5px;
  position: absolute;
  bottom: 0;
  background-color: var(--blue);
}

#main-menu > li > a.parent {
  transition: 0.3s;
}

#main-menu > li > a.parent:hover {
  background-color: var(--blue);
  transition: 0.3s;
}

#main-menu > li > a:hover .board {
  display: block;
}

#main-menu > li > a.parent:hover .board {
  display: none;
}

#main-menu > li > a > .before {
  margin-right: 5px;
  font-size: 12px;
}

#main-menu > li > a > .after {
  margin-left: 7px;
}

#main-menu .fa-info,
#main-menu .fa-home {
  font-size: 16px !important;
}

#main-menu .fa-file-text-o {
  font-size: 14px !important;
}

.header-fixed {
  width: 100%;
  display: none;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--header-fixed);
  z-index: 9999;
}

.header-fixed-box {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 12px;
}

.header-fixed-box-tel {
  max-width: 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}

.header-fixed-box-soc {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 15px;
}

.header-fixed-box-soc div {
  margin-left: 20px;
}

.header-fixed-box-soc div > a {
  display: inline-block;
}

.header-fixed-box-soc div > a > img {
  width: 24px;
  margin-right: 16px;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header-fixed-box-soc div > a > img:hover {
  opacity: 1;
}

.header-fixed-box-search {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
  position: relative;
}

.header-fixed-box-group {
  max-width: 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  padding: 0 15px;
}

.wrapper-contacts {
  max-width: 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  padding-left: 42px;
}

.wrapper-contacts-box {
  display: inline-block;
  float: left;
  text-align: right;
}

.wrapper-contacts-box > div {
  padding-right: 26px;
  position: relative;
}

.wrapper-contacts-box-phone-list {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 5;
}

.wrapper-contacts-box-phone-list span {
  background-image: url(/upload/medialibrary/7d3/hd72warup6j8au87ubsyuwl1a1ejhnrm.png);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper-contacts-box-phone a {
  display: block;
  font-size: 23px;
  line-height: 26px;
}

.wrapper-contacts-box-com {
  font-size: 13px;
  line-height: 18px;
}

.wrapper-contacts-box-com span {
  padding-left: 15px;
  position: relative;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.wrapper-contacts-box-com span:hover {
  opacity: 1;
}

.wrapper-contacts-box-com span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/plane.svg) center no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}

.header-fixed-search {
  width: 100%;
  height: 34px;
  background-color: var(--white);
  opacity: 0.7;
  border-radius: 3px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header-fixed-box-search-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header-fixed-search:hover {
  opacity: 1;
}

.header-fixed-search-input {
  height: 100%;
}

.header-fixed-search-input-box {
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.header-fixed-search-input-box input {
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #000;
  border: 0;
  background-color: transparent;
}

.header-fixed-search-input-button {
  width: 40px;
  max-width: none;
  height: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.header-fixed-search-input-button button {
  font-size: 17px;
  line-height: 22px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  text-align: center;
  background-color: transparent;
  background-image: url(../img/search_gr.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.header-fixed-box-group-lk {
  max-width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  vertical-align: middle;
}

.header-fixed-box-group-lk .wr-cabinet {
  display: inline-block;
  position: relative;
}

.header-auth {
  display: inline-block;
}

.header-auth:hover .cabinet {
  opacity: 1;
}

.header-fixed-box-group-lk .cabinet {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  table-layout: fixed;
  opacity: 0.6;
}

.header-fixed-box-group-lk .cabinet tr {
  cursor: pointer;
}

.header-fixed-box-group-lk .cabinet .name {
  font-size: 13px;
  line-height: 18px;
  padding-left: 8px;
}

.header-fixed-box-group-lk .cabinet .picture {
  width: 22px;
  min-width: 22px;
  height: 22px;
}

.header-fixed-box-group-lk .cabinet .picture .def-picture {
  background-image: url(../img/user_wt.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.header-fixed .wrapper-contacts-box {
  text-align: left;
}

/*.header-fixed .container {
  height: 100%;
}
.header .top {
  display: block;
  animation-name: hfixed;
  animation-duration: 0.2s;
}
.header-fixed-box {
  height: 100%;
  padding: 12px 0;
}
.header-fixed-wrap {
  height: 100%;
}
.header-fixed-wrap-contacts {
  max-width: 25%;
  flex: 0 0 25%;
  flex-wrap: nowrap;
  padding: 0 15px;
}*/
.col-auto {
  max-width: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

/* Video */
.video-wrap {
  width: 100%;
  position: relative;
  padding-top: 270px;
  padding-bottom: 280px;
  overflow: hidden;
  background-color: var(--black);
  opacity: 1;
}
@media (max-width: 575.99px) {
  .video-wrap {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .video-wrap {
    padding-top: 140px;
    padding-bottom: 220px;
  }
}

.video-title-fade {
  width: 100%;
  min-height: 125px;
  position: relative;
  opacity: 1;
  animation-name: titlein;
  animation-duration: 1s;
}

.video-title-fade-span {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: center;
  color: var(--white-1);
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-title-fade-span {
    height: auto;
  }
  .video-title-fade-span span.typed-static {
    white-space: normal;
  }
}

.video-title-fade-span .typed-static {
  margin-right: 5px;
}

.video-title-fade-span .typed {
  animation: typing 8s steps(66, end);
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .video-title-fade-span .typed {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .video-title-fade-span .typed {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.video-title-fade-span .typed-cursor {
  animation: blink 0.7s infinite;
  font-size: 28px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .video-title-fade-span .typed-cursor {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .video-title-fade-span .typed-cursor {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}

.video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/webp/bg.webp") no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.video-media {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* Video Title */
.video-wrap .container > h1 {
  font-size: 65px;
  line-height: 60px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.video-wrap .container > span {
  font-size: 20px;
  line-height: 25px;
  color: var(--white-1);
  margin-bottom: 20px;
}

.container-search {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.container-search-box {
  height: 75px;
  background-color: var(--white);
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0 15px;
}

.container-search-box-left,
.container-search-box-right {
  padding: 0 15px;
}

.container-search-box-left {
  position: relative;
  width: 66.6666666667%;
  padding-left: 60px;
}

.container-search-box-left > input {
  width: 100%;
  font-size: 24px;
  padding: 0 0 5px 5px;
}

.container-search-btn {
  position: absolute;
  top: -1px;
  left: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/search_gr.svg);
  background-size: 35px;
}

.container-search-box-right {
  width: 33.3333333333%;
  font-size: 14px;
  line-height: 19px;
  color: var(--white-2);
  text-align: right;
  padding-right: 25px;
}

/* Pre catalog */
.pre-catalog {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -150px;
  padding-top: 10px;
  padding-bottom: 40px;
  z-index: 2;
}

.pre-catalog-box {
  min-height: 150px;
  background-color: var(--white);
  padding: 10px 5px 10px 5px;
}

/*.pre-catalog-box > section {
  position: relative;
  height: 50%;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 9999;
}
.pre-catalog-box > section > img {
  width: 100%;
  height: 100%;
}
.pre-catalog-box > section:nth-child(2n - 1) {
  width: calc((100% - 20px) / 4);
}
.pre-catalog-box > section:nth-child(2n) {
  width: calc((100% - 20px) / 2);
}
.pre-catalog-box > section:nth-child(1),
.pre-catalog-box > section:nth-child(2),
.pre-catalog-box > section:nth-child(4),
.pre-catalog-box > section:nth-child(5) {
  margin-right: 10px;
}*/
.pre-catalog-box-last {
  background: url(../img/banner-5.jpg);
  opacity: 0.4;
}

/* */
/*.pre-catalog-item, .pre-catalog-last-item {
  padding: 0 15px;
}
.pre-catalog-item:nth-child(1), .pre-catalog-item:nth-child(3), .pre-catalog-item:nth-child(5) {
  max-width: 25%;
  width: calc(25% - 0.5px);
  flex: 0 0 25%;
}
.pre-catalog-item:nth-child(2), .pre-catalog-item:nth-child(4) {
  max-width: 50%;
  width: calc(50% - 0.5px);
  flex: 0 0 50%;
}
/*.pre-catalog-item:nth-child(5n + 1), .pre-catalog-item:nth-child(5n + 3) {
  max-width: 25%;
  width: calc(25% - 0.5px);
  flex: 0 0 25%;
}
.pre-catalog-item:nth-child(5n + 2), .pre-catalog-item:nth-child(5n + 4), .pre-catalog-item:nth-child(5n + 5) {
  max-width: 50%;
  width: calc(50% - 0.5px);
  flex: 0 0 50%;
}*/
.pre-catalog-item:hover .pre-catalog-item-img {
  transform: translate(-50%, -50%) scale(1.15);
}

.pre-catalog-item:hover .frameshadow {
  opacity: 0.4;
}

.pre-catalog-item:hover .cont {
  transform: translateY(-115%);
  transition: all 0.5s;
}

.pre-catalog-item:hover .button {
  transform: translateY(-110%);
  transition: all 0.5s;
}

.pre-catalog-item-frame {
  overflow: hidden;
  position: relative;
  height: 262px;
  margin: 0 -10px 5px;
  z-index: 1;
  background: var(--white-6);
}

.pre-catalog-item-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  -ms-transform: translate(-50%, -50%) scale(1.03);
  -o-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
  transition: transform 0.3s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  max-width: none;
  display: block;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .pre-catalog-item-img {
    max-width: 500px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pre-catalog-item-img {
    max-width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pre-catalog-item-img {
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pre-catalog-item-img {
    max-width: 700px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pre-catalog-item-img {
    max-width: 600px;
  }
}

.pre-catalog-item-frame > .small-shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url(/upload/medialibrary/7b7/rryaegyrfngewa4isaoh3rvw1wbz2zyq.png) repeat-x left bottom;
}

.pre-catalog-item-frame > .frameshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.pre-catalog-item-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  color: var(--white);
}

.pre-catalog-item-text .cont {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  padding: 25px;
  transition: all 0.5s;
  transform: translate(0, 0);
  overflow: hidden;
}

.pre-catalog-item-text .name-bold {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.pre-catalog-item-text .comment {
  font-size: 14px;
  line-height: 15px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pre-catalog-item-text > .button {
  width: 100%;
  position: absolute;
  bottom: -100px;
  padding: 25px;
  transition: all 0.5s;
  z-index: 10;
}

.pre-catalog-item-text > .button > .btn-2 {
  color: var(--white);
}

/*.pre-catalog-last-item {
  max-width: 25%;
  width: calc(25% - 0.5px);
  flex: 0 0 25%;
}*/
.pre-catalog-last-item .frameshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background: var(--white);
}

.pre-catalog-last-item .pre-catalog-item-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  -ms-transform: translate(-50%, -50%) scale(1.01);
  -o-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  transition: transform 0.3s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  max-width: none;
  display: block;
}

.pre-catalog-last-item .cont {
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  bottom: 100%;
  padding: 25px;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
}

.pre-catalog-last-item .button {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
}

.pre-catalog-last-item .button-def-shine {
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 4s ease reverse infinite;
  box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.3);
}

.pre-catalog-last-item .cont {
  color: var(--black);
}

.pre-catalog-last-item .name-bold {
  margin-top: 20px;
}

/* Main Slider */
.main-slider {
  width: 100%;
  height: 582px;
  color: black;
  background: url("../img/webp/banner-4.webp") no-repeat;
  position: relative;
  background-position: top center;
  background-size: cover;
  box-shadow: inset 0 0 15px 15px rgba(255, 255, 255, 0.623);
  overflow: hidden;
}
@media (max-width: 992px) {
  .main-slider {
    height: auto;
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-slider {
    padding: 20px 0;
  }
}

.m-slider {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-slider {
    height: auto;
  }
}

.main-slider > .container {
  height: 100%;
}

.m-slider > .slick-prev {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 60px;
  height: 60px;
  background: url(../img/slider/catalog-detail-arrows.png) left top no-repeat;
  z-index: 9;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.m-slider > .slick-next {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 60px;
  background: url(../img/slider/catalog-detail-arrows.png) right top no-repeat;
  z-index: 9;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.m-slider > .slick-prev:hover,
.m-slider > .slick-next:hover {
  opacity: 1;
}

.m-slider-box {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .m-slider-box .m-slider-box-right {
    display: none;
  }
}

.m-slider-box-left {
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-slider-box-left-header {
  margin-bottom: 20px;
}

.m-slider-box-left-header > h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

.m-slider-box-left-header > span {
  font-size: 18px;
  line-height: 25px;
  color: var(--white-3);
}

.m-slider-box-left-btn {
  margin-top: 40px;
  padding: 0 2px;
}

.m-slider-btn {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  padding: 20px 50px;
  background-color: var(--blue);
  color: var(--white) !important;
  border-radius: 4px;
  transition: 0.3s;
}

.m-slider-btn:hover {
  background-color: var(--blue-1);
  transition: 0.3s;
}

.m-slider-box-right {
  padding: 0 15px;
  position: relative;
}

.m-slider-box-right img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Main catalog */
.main-catalog {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: -40px;
}

.main-catalog-wrap {
  margin: 0 -30px;
  padding: 0 30px;
  background-color: var(--white);
  position: relative;
  z-index: 9;
}

.main-catalog-box {
  width: 100%;
  color: black;
  position: relative;
}

.main-catalog-box-menu > .catalog-tabs {
  width: 100%;
  padding: 0 30px 0 10px;
}

.main-catalog-box-menu .tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  color: var(--black-2);
  margin-bottom: 30px;
}

.main-catalog-box-menu .tabs > li {
  width: 100%;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.main-catalog-box-menu .tabs > li:hover {
  color: var(--white-9);
  transition: 0.3s;
}

.main-catalog-box-menu .tabs > li > span {
  font-size: 20px;
}

.tabs-name-1::before {
  content: "\f0e7";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 20px;
  font-size: 18px;
  color: var(--blue);
}

.tabs-name-2::before {
  content: "\f06d";
  font-family: "FontAwesome";
  margin-right: 15px;
  font-size: 18px;
  color: var(--red);
}

.tabs-name-3::before {
  content: "\f006";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 12px;
  font-size: 18px;
  color: var(--gold);
}

.tabs-name-4::before {
  content: "\f087";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 13px;
  font-size: 18px;
  color: var(--green);
}

.main-catalog-box-item {
  width: 25%;
  height: 50%;
  display: flex;
  padding: 50px 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.main-catalog-box-item:nth-child(1),
.main-catalog-box-item:nth-child(2),
.main-catalog-box-item:nth-child(3),
.main-catalog-box-item:nth-child(4) {
  border-bottom: 1px solid var(--white-5);
}

.main-catalog-box-item:nth-child(4n+4) .main-catalog-box-item-body-top {
  border-right: 1px solid var(--white);
}

.main-catalog-box-item-body {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background-color: var(--white);
}

.main-catalog-box-item-body:hover {
  box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.2);
  z-index: 3;
}

.main-catalog-box-item-body:hover .main-catalog-box-item-body-hidden {
  display: flex;
}

.main-catalog-box-item-body-top {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--white-5);
  padding: 30px 30px 0 30px;
}

.main-catalog-box-item-body-img {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}

.main-catalog-box-item-body-img > img {
  max-height: 180px;
}

.main-catalog-box-item-body-acticle {
  display: flex;
  margin-bottom: 10px;
}

.main-catalog-box-item-body-acticle-item {
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 13px;
}

.main-catalog-box-item-body-acticle-item > .quantity-text {
  color: var(--white-7);
  line-height: 10px;
}

.main-catalog-box-item-body-acticle-item > .quantity-text::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 5px;
  color: var(--green);
}

.main-catalog-box-item-body-acticle-item > .quantity-bold {
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}

.main-catalog-box-item-body-acticle-item-n {
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--white-7);
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.main-catalog-box-item-body-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.main-catalog-box-item-body-price {
  display: flex;
  margin-bottom: 10px;
}

.main-catalog-box-item-body-price > .actual-price {
  font-size: 21px;
  margin-right: 15px;
}

.main-catalog-box-item-body-price > .old-price {
  font-size: 18px;
  color: var(--red);
  text-decoration: line-through;
  line-height: 25px;
}

.main-catalog-box-item-body-hidden {
  width: 100%;
  height: 100px;
  display: none;
  align-items: flex-end;
  background-color: var(--white);
}

.main-catalog-box-item-body-hidden-buy {
  width: 100%;
  height: 60px;
  display: flex;
}

.main-catalog-box-item-body-hidden-buy > .buy-quantity {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white-6);
  padding: 0 25px;
}

.main-catalog-box-item-body-hidden-buy > .buy-quantity > input {
  width: 50px;
  text-align: center;
  font-size: 20px;
  padding: 5px;
  color: var(--black);
}

.main-catalog-box-item-body-hidden-buy > .buy-quantity > span {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-3);
  background-color: var(--white);
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}

.main-catalog-box-item-body-hidden-buy > .buy-button {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-catalog-box-item-body-hidden-buy > .buy-button > .btn:hover {
  background-color: var(--blue-1);
  transition: 0.3s;
}

.btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.3s;
}

/* Main brands */
.main-brands {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  padding: 50px 0;
}
.main-brands .main-brands-box {
  position: relative;
  z-index: 9;
}

.main .shadow-tone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}

.main-brands-title {
  margin-bottom: 20px;
}

.main-brands-title-item > h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
}

.main-brands-title-btn {
  padding: 0 15px;
}

.main-brands-title-btn,
.main-news-header-switch-btn,
.main-last-news-header-switch-btn {
  color: var(--white-10);
}

.btn-1 {
  display: block;
  font-size: 13px;
  line-height: 19px;
  border: 1px solid #9d9393;
  padding: 5px 25px 6px;
  border-radius: 30px;
  transition: opacity 0.3s;
}

.main-brands-title-btn .btn-1:hover,
.main-news-header-switch-btn .btn-1:hover,
.main-last-news-header-switch-btn .btn-1:hover {
  background-color: var(--blue);
  color: var(--white);
  transition: background-color 0.3s;
}

.main-brands-slider {
  width: 100%;
}

.main-brands-slider-item {
  width: 224px;
  height: 140px;
  padding: 7px 15px;
}

.main-brands-slider-item-bg {
  width: 100%;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.main-brands-slider-item-bg a {
  padding: 15px 30px;
}

.main-brands-slider-item-bg > a:first-of-type {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.main-brands-slider-item-desc {
  width: auto;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 20px;
  color: var(--white-11);
  padding: 10px;
  text-align: center;
  display: none;
  overflow: hidden;
}

.main-brands-slider-item-bg:hover .main-brands-slider-item-desc {
  display: flex;
  align-items: center;
  background-color: var(--white);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.18);
}

/* Main news */
.main-news {
  width: 100%;
  min-height: 200px;
  padding: 70px 0;
}

/*.main-news-header,
.main-last-news-header {
  margin-bottom: 40px;
}*/
.main-news-header > h2,
.main-last-news-header > h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
}

.main-news-header-switch-btn,
.main-last-news-header-switch-btn {
  padding: 0 15px;
}

.main-news-header-switch-arrows,
.main-last-news-header-switch-arrows {
  padding: 0 15px;
}

.main-news-header-switch-arrows > .slick-prev,
.main-news-header-switch-arrows > .slick-next,
.main-last-news-header-switch-arrows > .slick-prev,
.main-last-news-header-switch-arrows > .slick-next {
  height: 34px;
  width: 34px;
  border-radius: 50%;
}

.main-news-header-switch-arrows > .slick-prev:hover,
.main-news-header-switch-arrows > .slick-next:hover,
.main-last-news-header-switch-arrows > .slick-prev:hover,
.main-last-news-header-switch-arrows > .slick-next:hover {
  background-color: var(--blue-1);
}

.main-news-header-switch-arrows > .slick-prev,
.main-last-news-header-switch-arrows > .slick-prev {
  background: var(--blue) url(../img/slider/arrow_l_wt.svg) center no-repeat;
  margin-right: 10px;
}

.main-news-header-switch-arrows > .slick-next,
.main-last-news-header-switch-arrows > .slick-next {
  background: var(--blue) url(../img/slider/arrow_r_wt.svg) center no-repeat;
}

.main-news-slider {
  width: 100%;
  height: 409px;
  position: relative;
  margin: 0 -15px;
}

.main-news-slider-item {
  padding: 0 10px;
}

.main-news-slider-item-box {
  width: 100%;
  height: 389px;
  background-color: var(--white-6);
  border-radius: 3px;
  margin: 0 -5px 20px;
  transition: 0.3s;
}

.main-news-slider-item-box-title {
  height: 100px;
  padding: 12px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  transition: color 0.3s;
}

.main-news-slider-item-box-img {
  height: 200px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-news-slider-item-box-img .shine {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  width: 15%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.main-news-slider-item-box:hover {
  background-color: var(--white);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.2);
  z-index: 5;
  transition: 0.3s;
}

.main-news-slider-item-box:hover .main-news-slider-item-box-img .shine {
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  left: 120%;
  opacity: 1;
}

.main-news-slider-item-box-desc {
  height: 89px;
  position: relative;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  color: var(--white-12);
  padding: 45px 10px 25px;
  text-align: center;
}

.main-news-slider-item-box-desc > a {
  justify-content: center;
  text-align: center;
}

.main-news-slider-item-box-desc-sq {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25px;
  left: 50%;
  background: url(../img/news/blog_text.svg) center no-repeat;
  background-size: 16px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.3);
  transform: translate(-50%, 0);
  font-size: 18px;
  color: var(--white-12);
}

/* Main last news */
.main-last-news {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.main-last-news-slider {
  width: 100%;
}

.main-last-news-slider-item {
  padding: 10px 15px 20px 15px;
  transition: 0.3s;
}

.point {
  background: url(../img/news/point_news.png) center no-repeat;
  width: 13px;
  height: 13px;
  margin-bottom: 15px;
}

.main-last-news-slider-item-content-img {
  width: 100%;
  height: 140px;
  background-image: url("../img/webp/news-box.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.main-last-news-slider-item-content-img > .shine {
  position: absolute;
  top: 0;
  left: -45%;
  z-index: 2;
  display: block;
  width: 15%;
  height: 100%;
  opacity: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.main-last-news-slider-item:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.main-last-news-slider-item:hover .main-last-news-slider-item-content-img > .shine {
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  left: 120%;
  opacity: 1;
}

.main-last-news-slider-item-content-title {
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

.main-last-news-slider-item-content-text > a > div {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}

.main-last-news-slider-item-content-date {
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 13px;
  color: var(--white-13);
  text-transform: lowercase;
}

.main-last-news-slider-item-content-btn-detail > a > span {
  color: var(--blue-2);
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  border-bottom: 1px solid var(--white-14);
  transition: border-bottom-color 0.7s;
  -webkit-transition: border-bottom-color 0.7s;
  -moz-transition: border-bottom-color 0.7s;
  -o-transition: border-bottom-color 0.7s;
}

.main-last-news-slider-item-content-btn-detail > a > span:hover {
  border-bottom: 1px solid var(--blue-2);
}

.main-last-news .bg-line-cont {
  width: 100%;
  position: relative;
}

.main-last-news .bg-line-cont > .bg-line {
  position: absolute;
  top: 16px;
  width: 100%;
  height: 2px;
  background: #737373;
  opacity: 0.15;
  -moz-opacity: 0.15;
  filter: alpha(opacity=15);
}

/* Main map */
.main-map {
  width: 100%;
  min-height: 500px;
}

/* Footer */
.footer-container-top {
  padding-bottom: 40px;
}

.footer-container-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0 33px;
}

.footer .column-1 {
  padding: 0 15px;
}

.footer .column-2,
.footer .column-3,
.footer .column-4 {
  padding: 20px 15px 0 15px;
}

.footer-logo {
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.footer-logo > span {
  flex: 1 1 auto;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 20px;
  color: var(--white);
}

.footer-contact-item {
  margin-bottom: 20px;
}

.footer-contact-item .phone {
  font-size: 21px;
  line-height: 21px;
  font-weight: 300;
}

.footer-contact-item .phone > a::before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 20px;
  margin-right: 12px;
}

.footer-contact-item .email {
  font-size: 16px;
  line-height: 17px;
}

.footer-contact-item .email > span > a {
  border-bottom: 1px solid var(--white-14);
  transition: 0.3s;
}

.footer-contact-item .email > span > a:hover {
  border-bottom: 1px solid var(--footer);
  transition: 0.3s;
}

.footer-contact-item .email > span::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 12px;
  border-bottom: none;
}

.footer-contact-btn {
  margin-top: 50px;
}

.btn-2 {
  display: block;
  color: var(--white);
  background-color: var(--blue);
  border-radius: 4px;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  padding: 15px 35px;
  text-decoration: none !important;
  text-align: center;
  outline: none;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.btn-2:hover {
  background-color: var(--blue-1);
  transition: 0.3s;
}

.footer-desc-title {
  font-size: 20px;
  line-height: 26px;
}

.footer-desc-text {
  margin-top: 17px;
  margin-bottom: 47px;
}

.footer-desc-political > a {
  display: block;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}

.footer-desc-political > a > span {
  border-bottom: 1px solid var(--white-14);
  transition: 0.3s;
}

.footer-desc-political > a > span:hover {
  border-bottom: 1px solid var(--footer);
  transition: 0.3s;
}

.footer-menu-items {
  padding: 0 0 0 30px;
}

.footer-menu-item {
  display: flex;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-menu-item > a {
  opacity: 0.9;
  transition: 0.3s;
}

.footer-menu-item:first-of-type > a {
  color: var(--white);
  opacity: 1;
}

.footer-menu-item > a:hover {
  color: var(--white);
  opacity: 1;
  transition: 0.3s;
}

.footer-soc-group > a {
  max-width: 40px;
  margin: 0 10px;
  opacity: 0.7;
  transition: 0.3s;
  margin-bottom: 50px;
}

.footer-soc-group > a:hover {
  opacity: 1;
  transition: 0.3s;
}

.footer-mailing-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.footer-mailing-box-body {
  width: 100%;
  border-radius: 4px;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}

.footer-mailing-box-body > input {
  height: 54px;
  padding: 0 12px;
  color: var(--white-16);
}

.footer-mailing-box-body > button {
  width: 54px;
  height: 54px;
  background-color: var(--blue);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  z-index: 8;
  transition: 0.3s;
}

.footer-mailing-box-body > button:hover {
  background-color: var(--blue-1);
  transition: 0.3s;
}

.footer-container-cop {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 15px;
}

.footer-container-pay-items {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

/* Новые стили */
pre {
  position: relative;
  height: auto;
  background-color: var(--black);
  z-index: 999999999;
  color: var(--white);
  font-size: 7px;
  line-height: 9px;
  overflow-y: scroll;
  margin-bottom: 10px;
}

.header-main-menu {
  position: relative;
  width: 100%;
  height: 56px;
  background-color: var(--header-menu);
  z-index: 112;
}
.header-main-menu .container {
  position: static;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-main-menu #main-menu > li:nth-child(1n+8) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-main-menu #main-menu > li:nth-child(1n+5) {
    display: none;
  }
}

.menu-catalog {
  width: 100%;
  display: none;
  background-color: white;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 9999;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.3);
  color: var(--black);
}

.menu-catalog-hover > a {
  font-weight: 700;
}

.menu-catalog > .container > .row > li {
  max-width: 25%;
  display: flex;
  flex: 0 0 25%;
  padding: 0 10px;
}

.menu-catalog-logo {
  width: 70px;
  display: block;
  float: left;
}

.menu-catalog-logo img {
  max-width: 100%;
  max-height: 70px;
  display: block;
}

.menu-catalog-item {
  width: calc(100% - 70px);
  display: block;
  color: black;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}

.menu-catalog-count {
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
  color: #969696;
  margin-top: 5px;
}

.menu-catalog-item > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.menu-catalog-item > a:hover {
  color: var(--blue);
}

.menu-catalog-item > ul > li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-catalog-item > ul > li > a {
  display: block;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.menu-catalog-item > ul > li > a:hover {
  color: var(--blue);
}

.menu-catalog-item > ul {
  margin-top: 15px;
  padding-left: 15px;
  position: relative;
}

.menu-catalog-item > ul:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--white-18);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#main-menu {
  overflow: visible;
}

#main-menu li {
  flex: 1 1 auto;
}

/* Новые стили */
#main-menu li.parent {
  position: relative;
}

#main-menu li.parent:hover ul.menu-childs {
  display: block;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

#main-menu li.parent > ul.menu-childs {
  min-width: 250px;
  max-width: 500px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--white);
  animation: menu-blog;
  animation-duration: 0.5s;
  color: var(--black);
}

#main-menu li.parent > ul.menu-childs > li > a.menu-childs-item {
  display: block;
  padding: 18px 20px;
  color: var(--black);
  border-bottom: 1px solid #c0c0c0;
  transition: 0.2s;
  position: relative;
}

#main-menu li.parent > ul.menu-childs > li > a.menu-childs-item > span.board {
  display: none;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--blue);
}

#main-menu li.parent > ul.menu-childs > li > a.menu-childs-item:hover span.board {
  display: block;
  animation: menu-other-board-hover;
  animation-duration: 0.3s;
}

#main-menu > li > a.root-item-selected > .board {
  display: block;
}

.error-404 {
  min-height: 100vh;
  background-image: url(/upload/medialibrary/704/rt2ywv6za1bok0byotc7rfdjusrlsmsp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  font-size: 20px;
  line-height: 25px;
}

.error-404 span {
  margin-bottom: 10px;
  font-size: 180px;
  line-height: 150px;
  margin-top: 60px;
}

.error-404 > div {
  margin-top: 20px;
}

.error-404 > div > a {
  color: var(--gold);
  margin-left: 7px;
  font-weight: 700;
}

/* Pagination */
.pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.pagination .pagination-text {
  display: flex;
  margin-bottom: 15px;
  color: var(--white-2);
}

.pagination .pagination-list {
  display: flex;
}

.pagination a, .pagination b {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  background-color: var(--white-1);
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination a:hover {
  background-color: var(--white-7);
}

.pagination b {
  background-color: var(--blue);
  color: white;
}

.pagination .nav-next, .pagination .nav-prev {
  position: absolute;
}

.pagination .nav-begin, .pagination .nav-end {
  position: relative;
}

.pagination .nav-next {
  right: 0;
}

.pagination .nav-next::before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
}

.pagination .nav-prev {
  left: 0;
}

.pagination .nav-prev::before {
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
}

.pagination .nav-begin:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  right: 55%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.pagination .nav-end:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  left: 55%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Breadcrumbs */
.bx-breadcrumb {
  position: relative;
  z-index: 9;
  color: var(--white);
  margin-bottom: 15px;
}

.bx-breadcrumb a {
  display: block;
}

.bx-breadcrumb-item {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 13px;
}

.bx-breadcrumb-item a {
  float: right;
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 8px 10px 7px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.bx-breadcrumb-item:first-child a {
  background-image: url(../img/home_wt.svg);
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  width: 28px;
  height: 28px;
}

.bx-breadcrumb-item a:hover {
  opacity: 1;
}

.bx-breadcrumb-item > span {
  float: right;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 8px 10px 7px;
  cursor: default;
}

/* Popup */
.popup-window {
  padding: 0;
}

#hideBlock {
  width: 836px;
  position: relative;
  z-index: 9999;
}

#hideBlock > .row {
  position: relative;
  z-index: 9999;
}

.main-auth-left {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  background-image: url(/upload/medialibrary/415/14pcb4q6yoaif4zr8gm9cpjoswdhg1ko.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 503px;
  overflow: hidden;
}

.main-auth-right {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  height: 503px;
  overflow: hidden;
}

.popup-window-close-icon {
  right: -40px;
}

.popup-window-close-icon:after {
  width: 26px;
  height: 26px;
  background-image: url(../img/cross_wt.svg);
  background-color: rgba(0, 0, 0, 0.3);
}

.bx-title {
  font-size: 21px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

#hideBlock .alert-danger {
  background-color: inherit;
  color: #a94242;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

#hideBlock a {
  display: block;
}

.bx-authform-formgroup-container .btn-primary:hover {
  background-color: var(--blue-1);
}

.bx-submit-btn {
  margin-bottom: 15px;
}

.bx-forgot-link {
  text-align: center;
}

.bx-forgot-link a {
  color: var(--blue);
}

.bx-forgot-link a:hover {
  color: var(--blue-1);
}

.bx-register-link {
  height: 65px;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0;
}

.bx-register-link > a > span {
  position: relative;
  font-size: 14px;
  color: var(--blue);
  border-bottom: 1px solid #dedede;
}

.bx-register-link > a > span::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  opacity: 0.6;
  background: url(../img/user_wt.svg) center no-repeat;
  background-size: 15px;
  -ms-filter: invert(1);
  filter: invert(1);
}

.bx-authform-formgroup-container {
  margin-bottom: 20px;
}

/*.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
  height: 50px;
  font-size: 16px;
  line-height: 17px;
  padding: 0 15px;
}*/
.blog-detail .bx-breadcrumb-item:nth-child(4) span.active, .projects-detail .bx-breadcrumb-item:nth-child(4) span.active, .services-detail .bx-breadcrumb-item:nth-child(4) span.active {
  display: none;
}

.press-detail .bx-breadcrumb-item:nth-child(5) span.active, .events-detail .bx-breadcrumb-item:nth-child(5) span.active, .vacancies-detail .bx-breadcrumb-item:nth-child(5) span.active, .activities-detail .bx-breadcrumb-item:nth-child(5) span.active {
  display: none;
}

.catalog-detail .bx-breadcrumb-item span.active {
  display: none;
}

.about-title, .delivery-title, .contacts-title, .catalog-title, .brands-title, .news-title {
  position: relative;
  /*z-index: 9;*/
}

.about-title-left-header-title > h1, .brands-title-left-header-title > h1, .catalog-title-left-header-title > h1, .delivery-title-left-header-title > h1 {
  font-size: 48px;
  color: var(--white);
}

.about-title-left-header-desc, .brands-title-left-header-desc, .catalog-title-left-header-desc, .delivery-title-left-header-desc {
  font-size: 20px;
  color: var(--white-1);
}

.about-title-left-header-desc {
  color: var(--white-1);
}

.auth-box h1 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
  color: var(--black-1);
}

ul.menu-childs > li.item-selected span.board {
  display: block !important;
}

.news-box-left-section-text .advantage-block {
  min-height: 150px;
  border: 1px solid #efefef;
  transition: box-shadow 0.3s;
  text-align: center;
  padding: 2rem 1rem;
}
.news-box-left-section-text .advantage-block img {
  max-width: 70px;
}
.news-box-left-section-text .advantage-block span {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}
.news-box-left-section-text .advantage-block:hover {
  webkit-box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.3);
}

.about-cats-header {
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
}

.advantage-block {
  height: 300px;
}

.about-cats-box .about-cats-item {
  position: relative;
}
.about-cats-box .about-cats-item .about-cats-item-frame {
  height: 262px;
  position: relative;
  overflow: hidden;
  background-color: var(--white-6);
}
.about-cats-box .about-cats-item .about-cats-item-frame .small-shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: url("/upload/medialibrary/7b7/rryaegyrfngewa4isaoh3rvw1wbz2zyq.png") repeat-x left bottom;
}
.about-cats-box .about-cats-item .about-cats-item-frame .frameshadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--black);
  opacity: 0.3;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.about-cats-box .about-cats-item .about-cats-item-frame .about-cats-item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--white);
  z-index: 2;
  transform: translateY(45%);
  transition: all 0.4s;
}
.about-cats-box .about-cats-item .about-cats-item-frame .about-cats-item-text .name-bold {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.about-cats-box .about-cats-item .about-cats-item-frame .about-cats-item-text .comment {
  font-size: 14px;
  line-height: 15px;
  margin-top: 5px;
}
.about-cats-box .about-cats-item .about-cats-item-frame:hover .about-cats-item-img {
  transform: translate(-50%, -50%) scale(1.7);
}
.about-cats-box .about-cats-item .about-cats-item-frame:hover .about-cats-item-text {
  transform: translateY(0);
}
.about-cats-box .about-cats-item .about-cats-item-frame .about-cats-item-img {
  display: block;
  max-width: 760px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%) scale(1.5);
  transition: transform 0.3s;
}
.about-cats-box .about-cats-item .about-cats-main-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.feedback-button {
  position: fixed;
  bottom: 5%;
  left: 3%;
  z-index: 999;
}
.feedback-button .feedback-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url("../img/phone.png");
  -webkit-background-size: 70%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(236, 11, 52);
  opacity: 0.7;
  transition: opacity 0.3s;
  cursor: pointer;
}
.feedback-button .feedback-circle:hover {
  opacity: 1;
}
.feedback-button .feedback-description {
  min-width: 300px;
  width: auto;
  height: 80px;
  position: absolute;
  top: 0;
  left: 130%;
  color: #fff;
  padding: 15px;
  background-color: #131313;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: none;
  opacity: 0.9;
}
.feedback-button .feedback-description:before {
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #131313;
  position: absolute;
  top: 50%;
  left: -8%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.policies-button {
  font-size: 14px;
  border-bottom: 1px solid gray;
  transition: all 0.3s;
}
.policies-button:hover {
  border: none;
  color: white;
}

.policies-blur {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19, 19, 19, 0.6);
  backdrop-filter: blur(3px);
  z-index: 9999;
  display: none;
}
.policies-blur .policies-close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 5%;
  right: 5%;
  background-image: url("../img/cross_wt.svg");
  -webkit-background-size: 90%;
  background-size: 90%;
  background-repeat: no-repeat;
  opacity: 0.8;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 600px) {
  .policies-blur .policies-close {
    width: 22px;
    height: 22px;
  }
}
.policies-blur .policies-close:hover {
  opacity: 1;
}

.policies-block {
  display: none;
  width: 70vw;
  height: 90vh;
  position: fixed;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 7px;
  color: #000;
  padding: 30px;
  z-index: 99999;
  font-size: 14px;
  overflow: auto;
}

b {
  font-weight: bold;
}

body.modal-open {
  overflow: hidden;
}

header.header {
  color: var(--white);
}
@media (min-width: 0px) and (max-width: 575.98px) {
  header.header .logo img {
    max-width: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.header .logo img {
    max-width: 70px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  header.header .logo .row {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.header .logo .row {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.header .logo .row {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header.header .logo .row {
    text-align: center;
  }
}
header.header .wrapper-head-top .board-menu .wrapper-icon-hamburger, header.header .header-fixed .board-menu .wrapper-icon-hamburger {
  position: relative;
  width: 20px;
  height: 14px;
}
header.header .wrapper-head-top .board-menu .wrapper-icon-hamburger .icon-hamburger, header.header .header-fixed .board-menu .wrapper-icon-hamburger .icon-hamburger {
  display: inline-block;
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.header .wrapper-head-top .board-menu .wrapper-icon-hamburger .icon-hamburger .icon-bar, header.header .header-fixed .board-menu .wrapper-icon-hamburger .icon-hamburger .icon-bar {
  background: var(--white);
  display: block;
  height: 2px;
  margin: 0;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
header.header .wrapper-head-top .board-menu .wrapper-icon-hamburger .icon-hamburger .icon-bar:nth-child(2), header.header .header-fixed .board-menu .wrapper-icon-hamburger .icon-hamburger .icon-bar:nth-child(2) {
  margin-bottom: 4px;
  margin-top: 4px;
}
header.header .wrapper-head-top .board-menu .wrapper-icon-hamburger:hover .icon-hamburger .icon-bar:nth-child(1), header.header .header-fixed .board-menu .wrapper-icon-hamburger:hover .icon-hamburger .icon-bar:nth-child(1) {
  transform: translateY(-1px);
  transition: 0.1s;
}
header.header .wrapper-head-top .board-menu .wrapper-icon-hamburger:hover .icon-hamburger .icon-bar:nth-child(3), header.header .header-fixed .board-menu .wrapper-icon-hamburger:hover .icon-hamburger .icon-bar:nth-child(3) {
  transform: translateY(1px);
  transition: 0.1s;
}
header.header .wrapper-head-top .contacts, header.header .header-fixed .contacts {
  padding-left: 42px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header.header .wrapper-head-top .contacts, header.header .header-fixed .contacts {
    padding-left: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header.header .wrapper-head-top .contacts, header.header .header-fixed .contacts {
    padding-left: 22px;
  }
}
header.header .wrapper-head-top .contacts .board-contact, header.header .header-fixed .contacts .board-contact {
  display: inline-block;
}
header.header .wrapper-head-top .contacts .board-contact .visible-part-phone, header.header .header-fixed .contacts .board-contact .visible-part-phone {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 23px;
  line-height: 1;
  margin-bottom: -4px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 26px;
}
header.header .wrapper-head-top .contacts .board-contact .visible-part-phone a, header.header .header-fixed .contacts .board-contact .visible-part-phone a {
  text-decoration: none;
  color: inherit;
}
header.header .wrapper-head-top .contacts .board-contact .visible-part-phone .show-board-contact, header.header .header-fixed .contacts .board-contact .visible-part-phone .show-board-contact {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 0;
  border-radius: 2px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
}
header.header .wrapper-head-top .contacts .board-contact .visible-part-phone .show-board-contact span, header.header .header-fixed .contacts .board-contact .visible-part-phone .show-board-contact span {
  width: 7px;
  height: 4px;
  display: inline-block;
  background-image: url("/upload/medialibrary/7d3/hd72warup6j8au87ubsyuwl1a1ejhnrm.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.header .wrapper-head-top .contacts .board-contact .visible-part-phone .show-board-contact:hover, header.header .header-fixed .contacts .board-contact .visible-part-phone .show-board-contact:hover {
  background-color: rgba(255, 255, 255, 0.45);
}
header.header .wrapper-head-top .contacts .board-contact .comment, header.header .header-fixed .contacts .board-contact .comment {
  padding-right: 30px;
  text-align: right;
}
header.header .wrapper-head-top .contacts .board-contact .comment span, header.header .header-fixed .contacts .board-contact .comment span {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.2s;
}
header.header .wrapper-head-top .contacts .board-contact .comment span:hover, header.header .header-fixed .contacts .board-contact .comment span:hover {
  opacity: 1;
}
header.header .wrapper-head-top .contacts .board-contact .comment span:before, header.header .header-fixed .contacts .board-contact .comment span:before {
  width: 10px;
  height: 10px;
  content: "";
  background: url("../img/plane.svg");
  position: absolute;
  top: 5px;
  left: 0;
}
header.header .wrapper-head-top .board-info .cabinet, header.header .header-fixed .board-info .cabinet {
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s;
}
header.header .wrapper-head-top .board-info .cabinet .link, header.header .header-fixed .board-info .cabinet .link {
  position: relative;
  padding-left: 35px;
  line-height: 2;
  opacity: 0.6;
}
header.header .wrapper-head-top .board-info .cabinet .link .before, header.header .header-fixed .board-info .cabinet .link .before {
  width: 30px;
  height: 30px;
  background-image: url(../img/user_wt.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
header.header .wrapper-head-top .board-info .cabinet .link:hover, header.header .header-fixed .board-info .cabinet .link:hover {
  opacity: 1;
}
header.header .wrapper-head-top .board-info .cabinet .link-mobile .link-mobile-btn, header.header .header-fixed .board-info .cabinet .link-mobile .link-mobile-btn {
  width: 30px;
  height: 30px;
  background-image: url(../img/user_wt.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
header.header .wrapper-head-top .board-info .cabinet .link-mobile .link-mobile-btn:hover, header.header .header-fixed .board-info .cabinet .link-mobile .link-mobile-btn:hover {
  opacity: 1;
}
header.header .wrapper-head-top .board-info .cabinet .short-profile, header.header .header-fixed .board-info .cabinet .short-profile {
  position: relative;
  padding-left: 35px;
  line-height: 2;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
}
header.header .wrapper-head-top .board-info .cabinet .short-profile .before, header.header .header-fixed .board-info .cabinet .short-profile .before {
  width: 30px;
  height: 30px;
  background-image: url(../img/user_wt.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
header.header .wrapper-head-top .board-info .cabinet .short-profile:hover, header.header .header-fixed .board-info .cabinet .short-profile:hover {
  opacity: 1;
}
header.header .wrapper-head-top .board-info .cabinet .logout, header.header .header-fixed .board-info .cabinet .logout {
  position: relative;
  padding-left: 20px;
  line-height: 2;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.header .wrapper-head-top .board-info .cabinet .logout, header.header .header-fixed .board-info .cabinet .logout {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header.header .wrapper-head-top .board-info .cabinet .logout, header.header .header-fixed .board-info .cabinet .logout {
    padding-left: 0;
  }
}
header.header .wrapper-head-top .board-info .cabinet .logout:hover, header.header .header-fixed .board-info .cabinet .logout:hover {
  opacity: 1;
}
header.header .wrapper-head-top .board-info .header-cart, header.header .wrapper-head-top .board-info .header-subscribe, header.header .wrapper-head-top .board-info .header-compare, header.header .header-fixed .board-info .header-cart, header.header .header-fixed .board-info .header-subscribe, header.header .header-fixed .board-info .header-compare {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
}
header.header .wrapper-head-top .board-info .header-cart, header.header .header-fixed .board-info .header-cart {
  background-image: url("../img/cart_wh.svg");
}
header.header .wrapper-head-top .board-info .header-subscribe, header.header .header-fixed .board-info .header-subscribe {
  background-image: url("../img/heart_wt.svg");
}
header.header .wrapper-head-top .board-info .header-compare, header.header .header-fixed .board-info .header-compare {
  background-image: url("../img/compare_wt.svg");
}
header.header .wrapper-head-top .search-panel-fix-header, header.header .header-fixed .search-panel-fix-header {
  width: 100%;
  height: 34px;
  background-color: #fff;
  table-layout: fixed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.7;
}
header.header .wrapper-head-top .search-panel-fix-header .search-input, header.header .header-fixed .search-panel-fix-header .search-input {
  padding: 0 13px;
  height: 100%;
}
header.header .wrapper-head-top .search-panel-fix-header .search-input .search-input-box, header.header .header-fixed .search-panel-fix-header .search-input .search-input-box {
  height: 100%;
}
header.header .wrapper-head-top .search-panel-fix-header .search-input .search-input-box input, header.header .header-fixed .search-panel-fix-header .search-input .search-input-box input {
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  color: #000;
  border: 0;
  background-color: transparent;
}
header.header .wrapper-head-top .search-panel-fix-header .search-input .search-button, header.header .header-fixed .search-panel-fix-header .search-input .search-button {
  width: 40px;
  height: 100%;
  position: relative;
}
header.header .wrapper-head-top .search-panel-fix-header .search-input .search-button button, header.header .header-fixed .search-panel-fix-header .search-input .search-button button {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 17px;
  line-height: 22px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  text-align: center;
  background-color: transparent;
  background-image: url("../img/search_gr.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.container-search .search-input-box {
  position: relative;
  padding-left: 60px;
}

.bx-filter-block .bx-filter-input-container input {
  margin-bottom: 15px;
}

.menu-catalog .menu-catalog-item a {
  display: block;
  width: 100%;
}

footer.footer .logo, .footer-menu-wrap .logo {
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  footer.footer .logo img, .footer-menu-wrap .logo img {
    max-width: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer.footer .logo img, .footer-menu-wrap .logo img {
    max-width: 70px;
  }
}
footer.footer .contact-item, .footer-menu-wrap .contact-item {
  margin-bottom: 20px;
  font-size: 21px;
}
footer.footer .contact-item .phone:before, .footer-menu-wrap .contact-item .phone:before {
  content: "\f095";
  font-family: "FontAwesome", serif;
  font-size: 20px;
  margin-right: 12px;
}
footer.footer .contact-item .email a, .footer-menu-wrap .contact-item .email a {
  border-bottom: 1px solid gray;
  -webkit-transition: all 0.2s;
}
footer.footer .contact-item .email a:hover, .footer-menu-wrap .contact-item .email a:hover {
  border-bottom: none;
}
footer.footer .contact-item .email:before, .footer-menu-wrap .contact-item .email:before {
  content: "\f0e0";
  font-family: "FontAwesome", serif;
  font-size: 16px;
  margin-right: 12px;
  border-bottom: none;
}
footer.footer .title, .footer-menu-wrap .title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
footer.footer .desc, .footer-menu-wrap .desc {
  font-size: 18px;
  line-height: 1.4;
}
footer.footer .button-wrap, .footer-menu-wrap .button-wrap {
  margin-top: 40px;
}
footer.footer .footer-soc-group, .footer-menu-wrap .footer-soc-group {
  margin-bottom: 30px;
}

.auth .auth-wrap {
  width: 100%;
  position: relative;
  padding-top: 240px;
  padding-bottom: 120px;
  overflow: hidden;
  opacity: 1;
  background-image: url("/img/about-bg.jpg");
  background-color: var(--black);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .auth .auth-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .auth .auth-wrap {
    padding-top: 150px;
  }
}
.auth .auth-wrap .auth-title {
  position: relative;
  z-index: 9;
}
.auth .auth-wrap .auth-title h1 {
  font-size: 37px;
  line-height: 45px;
  color: var(--white);
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .auth .auth-wrap .auth-title h1 {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .auth .auth-wrap .auth-title h1 {
    text-align: center;
  }
}
.auth .auth-box {
  min-height: 500px;
  background-color: var(--white);
  margin: -65px -65px 30px -65px;
  padding: 65px 65px 30px;
  border-radius: 8px 8px 0 0;
  position: relative;
  z-index: 9;
}
.auth .auth-box .alert p {
  margin: 0;
}
.auth .auth-box .alert p font.errortext {
  color: #842029;
}

.smart-filter-slider-range a.left {
  width: 10px;
  height: 9px;
  background: #000;
  top: -3px;
  left: 0 !important;
}
.smart-filter-slider-range a.left:after {
  content: "";
  position: absolute;
  left: -6.6px !important;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #000;
}
.smart-filter-slider-range a.right {
  width: 10px;
  height: 9px;
  background: #000;
  top: -3px;
  right: 0 !important;
}
.smart-filter-slider-range a.right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #000;
}

.smart-filter-slider-track-container .smart-filter-slider-ruler {
  background: none;
}
.smart-filter-slider-track-container .smart-filter-slider-track {
  height: 5px;
}

.product-item-label-text span, .product-item-label-ring {
  background: linear-gradient(135deg, #ffb10b 0%, #c50a0a 100%);
  color: white;
}

.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 4px 8px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-button-container .btn.btn-outline-warning {
  background-color: #ffc107;
  color: black;
}

.main-catalog-box {
  padding-top: 35px;
  z-index: 9;
}
.main-catalog-box .row-first .break-line div {
  height: 1px;
  background-color: #eee;
  margin: 0 10px 44px;
}
.main-catalog-box .row-first .product-item-small-card:nth-child(4) {
  display: none;
}
.main-catalog-box .product-item-small-card {
  position: relative;
  margin-bottom: 45px;
  background-color: #fff;
  min-height: 350px;
  border-right: 1px solid #eee;
}
.main-catalog-box .product-item-small-card:nth-child(4) {
  border-right: none;
}
.main-catalog-box .product-item-small-card:nth-child(5) {
  border-right: none;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .main-catalog-box .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-catalog-box .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-catalog-box .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-catalog-box .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-catalog-box .product-item-small-card {
    border-right: none;
  }
}
.main-catalog-box .product-item-small-card .product-item-container {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .main-catalog-box .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-catalog-box .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-catalog-box .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-catalog-box .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .main-catalog-box .product-item-small-card .product-item-container {
    position: relative;
  }
}
.main-catalog-box .product-item-small-card .product-item-container.hover {
  background-color: #fff;
  z-index: 20;
  -webkit-box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
}
.main-catalog-box .product-item-small-card .product-item {
  padding: 20px 25px 5px;
  /*.product-item-image-wrapper {
    display: block;
    height: 180px;
  }*/
}

.catalog-box-content .catalog-section, .catalog-products-viewed .catalog-section {
  padding: 15px;
}
.catalog-box-content .catalog-section .product-item-list-col-3 .break-line div, .catalog-box-content .catalog-section .product-item-list-col-4 .break-line div, .catalog-products-viewed .catalog-section .product-item-list-col-3 .break-line div, .catalog-products-viewed .catalog-section .product-item-list-col-4 .break-line div {
  height: 1px;
  background-color: #eee;
  margin: 0 10px 44px;
}
.catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card {
  position: relative;
  margin-bottom: 45px;
  background-color: #fff;
  min-height: 350px;
  border-right: 1px solid #eee;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
.catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
.catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container.hover, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container.hover, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card .product-item-container.hover, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card .product-item-container.hover {
  background-color: #fff;
  z-index: 20;
  -webkit-box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
}
.catalog-box-content .catalog-section .product-item-list-col-3 .product-item-small-card .product-item, .catalog-box-content .catalog-section .product-item-list-col-4 .product-item-small-card .product-item, .catalog-products-viewed .catalog-section .product-item-list-col-3 .product-item-small-card .product-item, .catalog-products-viewed .catalog-section .product-item-list-col-4 .product-item-small-card .product-item {
  padding: 20px 25px 5px;
  /*.product-item-image-wrapper {
    display: block;
    height: 180px;
  }*/
}
.catalog-box-content .product-item-list-col-3 .break-line div, .catalog-box-content .product-item-list-col-4 .break-line div, .catalog-products-viewed .product-item-list-col-3 .break-line div, .catalog-products-viewed .product-item-list-col-4 .break-line div {
  height: 1px;
  background-color: #eee;
  margin: 0 10px 44px;
}
.catalog-box-content .product-item-list-col-3 .product-item-small-card, .catalog-box-content .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card {
  position: relative;
  margin-bottom: 45px;
  background-color: #fff;
  min-height: 350px;
  border-right: 1px solid #eee;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card, .catalog-box-content .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card, .catalog-box-content .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card, .catalog-box-content .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card, .catalog-box-content .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card, .catalog-box-content .product-item-list-col-4 .product-item-small-card, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card {
    border-right: none;
  }
}
.catalog-box-content .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item-container {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .catalog-box-content .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-box-content .product-item-list-col-4 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card .product-item-container, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item-container {
    position: relative;
  }
}
.catalog-box-content .product-item-list-col-3 .product-item-small-card .product-item-container.hover, .catalog-box-content .product-item-list-col-4 .product-item-small-card .product-item-container.hover, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card .product-item-container.hover, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item-container.hover {
  background-color: #fff;
  z-index: 20;
  -webkit-box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 2px 7px 0 rgba(50, 50, 50, 0.2);
}
.catalog-box-content .product-item-list-col-3 .product-item-small-card .product-item, .catalog-box-content .product-item-list-col-4 .product-item-small-card .product-item, .catalog-products-viewed .product-item-list-col-3 .product-item-small-card .product-item, .catalog-products-viewed .product-item-list-col-4 .product-item-small-card .product-item {
  padding: 20px 25px 5px;
  /*.product-item-image-wrapper {
    display: block;
    height: 180px;
  }*/
}

/*Image*/
.product-item-image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 70%;
  width: 100%;
  transition: all 300ms ease;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
  padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 300ms linear;
}

.product-item-image-original { /*z-index: 11;*/ }

.product-item-image-alternative {
  z-index: 13;
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
  opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
  opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
  margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.product-item-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .product-item-image-slide {
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .product-item-image-slide.next,
  .product-item-image-slide.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .product-item-image-slide.prev,
  .product-item-image-slide.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .product-item-image-slide.next.left,
  .product-item-image-slide.prev.right,
  .product-item-image-slide.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  display: block;
}

.product-item-image-slider-slide-container > .active {
  left: 0;
}

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.product-item-image-slider-slide-container > .next {
  left: 100%;
}

.product-item-image-slider-slide-container > .prev {
  left: -100%;
}

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
  left: 0;
}

.product-item-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.product-item-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: var(--theme-color-primary);
  opacity: 0.8;
}

.product-item-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: block;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
  opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: 0.6;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
  cursor: pointer;
}

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
  background-color: var(--primary);
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0;
}

/* TEXT */
.product-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
  padding: 5px 17px;
  font-size: 22px;
  line-height: 33px;
}

@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }
  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px;
  }
  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px;
  }
}
/*RING*/
.product-item-label-ring {
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
  width: 120px;
  height: 120px;
  font-size: 42px;
  line-height: 120px;
}

@media (max-width: 767px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}
.product-item-label-top {
  top: 0;
}

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: 0;
  z-index: 1;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: -3px;
}

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Article*/
.product-item-q-info {
  width: 100%;
  min-height: 10px;
  margin-bottom: 20px;
}
.product-item-q-info .quantity-info {
  margin-right: 0.5rem;
}
.product-item-q-info .quantity-info .quantity-aval {
  color: var(--white-7);
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}
.product-item-q-info .quantity-info .quantity-aval:before {
  content: "\f00c";
  font-family: "FontAwesome", serif;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: var(--green);
  line-height: 20px;
}
.product-item-q-info .quantity-info .quantity-not-aval {
  color: var(--white-7);
  font-size: 14px;
  line-height: 20px;
}
.product-item-q-info .quantity-info .quantity-not-aval:before {
  content: "\f00d";
  font-family: "FontAwesome", serif;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  color: #ffc107;
}
.product-item-q-info .article-info {
  color: var(--white-7);
  font-size: 12px;
  font-style: italic;
  line-height: 22px;
  white-space: nowrap;
}

/*Title*/
.product-item-title {
  width: 100%;
  padding: 0;
  text-overflow: ellipsis;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
  color: #000;
  display: block;
  height: 38px;
  overflow: hidden;
}

.product-item-title a {
  color: #3f3f3f;
  text-decoration: none;
  transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
  white-space: normal;
  text-align: left;
}

.product-item-big-card .product-item-title a {
  font-size: 21px;
}

.product-item-line-card .product-item-title a {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .product-item-big-card .product-item-title a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .product-item-big-card .product-item-title a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-item-big-card .product-item-title a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .product-item-big-card .product-item-title a {
    font-size: 16px;
  }
}
.product-item-label-text span, .product-item-label-ring {
  background: linear-gradient(135deg, #ffb10b 0%, #c50a0a 100%);
  color: white;
}

.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 4px 8px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-button-container .btn.btn-outline-warning {
  background-color: #ffc107;
  color: black;
}

/*Price*/
.product-item-price-container {
  text-align: left;
  line-height: 1;
}

.product-item-price-current {
  font-size: 21px;
  line-height: 40px;
  color: #000;
}

.product-item-price-old {
  color: #a5a5a5;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
  vertical-align: middle;
  line-height: 20px;
}

.product-item-big-card .product-item-price-container {
  margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
  font-size: 18px;
}

.product-item-big-card .product-item-price-old {
  font-size: 15px;
}

/*Info*/
.product-item-info-container {
  clear: both;
  margin-bottom: 20px;
}

.product-item-info-container-title {
  font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
  display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
  display: block;
  opacity: 1;
}

/*Amount*/
.product-item-amount {
  padding: 0 0 2px;
  text-align: center;
}

.product-item-amount-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 150px;
  margin: 0 auto 15px;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  position: relative;
  display: block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: 0.5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.product-item-amount-field-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item-amount-field {
  display: block;
  padding: 0;
  width: 100%;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: 0.5px;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.product-item-amount-description-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/
.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.product-item-quantity {
  font-size: 12px;
}

/*region Properties */
.product-item-properties {
  display: block;
  margin: 0;
}

.product-item-properties dl {
  clear: both;
}

.product-item-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
  font-size: 12px;
}

.product-item-properties dd {
  float: right;
  margin-bottom: 3px;
  margin-left: 5px;
  font-size: 12px;
}

.bx-filter .bx-ui-slider-part.p2 {
  display: none;
}
.bx-filter .bx-ui-slider-part.p3 {
  display: none;
}
.bx-filter .bx-ui-slider-part.p4 {
  display: none;
}

.basket-items-search-clear-btn {
  margin: 0 5px;
  font-size: 28px;
}

.basket-items-list-header-filter-item {
  font-size: 16px;
}

.main-last-news-header h2, .main-brands-title h2 {
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
}
.main-last-news-header .btn-1, .main-brands-title .btn-1 {
  transition: background-color 0.3s;
  padding: 9px 20px;
  text-align: center;
}
.main-last-news-header .btn-1:hover, .main-brands-title .btn-1:hover {
  background-color: var(--blue);
  color: var(--white);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .board-contact .visible-part-phone a {
    font-size: 19px;
    line-height: 19px;
  }
  .inner-head-top .contacts {
    padding-left: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main .search-input-box input {
    font-size: 24px;
  }
}

.search-page-input {
  width: 100%;
  font-size: 28px;
  line-height: 40px;
}

.search-page-input-form {
  width: 100%;
  font-size: 18px;
  line-height: 40px;
}

@media (min-width: 1200px) {
  .container-search {
    width: 70%;
  }
}

.pre-catalog-item-text .button .btn-2 {
  padding: 19px 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pre-catalog-item-text .button .btn-2 {
    padding: 15px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pre-catalog-last-item .button .btn-2 {
    padding: 15px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-soc-group a img {
    max-width: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .m-slider-box-left {
    padding-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-fixed {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-fixed {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-fixed {
    height: auto;
  }
}

@media (min-width: 0) and (max-width: 575.98px) {
  .search-panel {
    height: 50px;
  }
  .search-panel .search-input-box {
    padding-left: 10px;
  }
  .search-panel .search-input-box .search-page-input {
    font-size: 16px;
    line-height: 20px;
  }
  .search-panel-review {
    height: 50px !important;
  }
  .footer {
    text-align: center;
  }
  .header-fixed {
    height: auto;
  }
  .video-title-fade-span .typed {
    animation: none;
  }
  .video-title-fade-span .typed-cursor {
    animation: none;
  }
}
.bx-auth-secure {
  display: none;
}

.invalid {
  border-color: red;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.brands .catalog-title-left-header h1 {
  font-size: 45px;
  line-height: 50px;
  color: white;
}
.brands .catalog-title-left .desc {
  margin: 0;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #e8e8e8;
}
@media (min-width: 0) and (max-width: 575.98px) {
  .brands .catalog-title-left h1 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.brands .brands-list-item {
  text-align: center;
}

.mobile-left-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 99;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.mobile-left-menu .mobile-left-header {
  position: relative;
}
.mobile-left-menu .mobile-left-header span.mobile-left-menu-close {
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url("../img/cross_wt.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-left-menu .header-wrap {
  padding: 5px 15px 10px 15px;
  background-color: #666666;
}
.mobile-left-menu .header-wrap img {
  max-width: 50px;
}
.mobile-left-menu .header-wrap span.mobile-title {
  margin-left: 5px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}
.mobile-left-menu .header-wrap .mobile-profile {
  padding: 7px;
  background: #848484;
  border-radius: 4px;
}
.mobile-left-menu .header-wrap .mobile-profile div {
  width: 30px;
  height: 30px;
  background-image: url(../img/user_wt.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-left-menu .header-wrap .mobile-cart {
  padding: 7px;
  background: #848484;
  border-radius: 4px;
}
.mobile-left-menu .header-wrap .mobile-cart div {
  width: 30px;
  height: 30px;
  background-image: url(../img/cart_wh.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile-left-menu .menu-wrap .mobile-form-wrap {
  background-color: white;
}
.mobile-left-menu .menu-wrap .mobile-form-wrap .mobile-form-input {
  display: block;
  width: 100%;
  height: 54px;
  padding: 5px 5px 5px 30px;
}
.mobile-left-menu .menu-wrap .mobile-form-wrap .mobile-form-left {
  position: relative;
}
.mobile-left-menu .menu-wrap .mobile-form-wrap .mobile-form-left .search-icon {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  background-image: url("../img/search_gr.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.mobile-left-menu .menu-wrap .mobile-search-btn {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: var(--blue);
  color: var(--white);
}
.mobile-left-menu .menu-wrap .mobile-list-menu {
  background: linear-gradient(135deg, #a0a0a0 0%, #727272 100%);
  color: white;
}
.mobile-left-menu .menu-wrap .mobile-list-menu #main-menu {
  flex-direction: column;
  flex-wrap: nowrap;
}
.mobile-left-menu .menu-wrap .mobile-list-menu #main-menu li.menu-catalog-hover ul.menu-catalog {
  display: none !important;
}
.mobile-left-menu .menu-wrap .mobile-list-menu #main-menu li a:hover {
  background-color: inherit;
}
.mobile-left-menu .menu-wrap .mobile-list-menu #main-menu > li {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid var(--white-2);
}
.mobile-left-menu .menu-wrap .mobile-list-menu #main-menu > li a {
  display: block;
  font-size: 16px;
}
.mobile-left-menu .menu-wrap .mobile-list-menu #main-menu > li.parent > ul.menu-childs {
  display: none;
}

header.header .mobile-menu-open .wrapper-icon-hamburger {
  position: relative;
  width: 20px;
  height: 14px;
}
header.header .mobile-menu-open .wrapper-icon-hamburger .icon-hamburger {
  display: inline-block;
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.header .mobile-menu-open .wrapper-icon-hamburger .icon-hamburger span.icon-bar {
  background: var(--white);
  display: block;
  height: 2px;
  margin: 0;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
header.header .mobile-menu-open .wrapper-icon-hamburger .icon-hamburger span.icon-bar:nth-child(2) {
  margin-bottom: 4px;
  margin-top: 4px;
}
header.header .search-mobile .search-mobile-btn {
  width: 20px;
  height: 20px;
  background-image: url("../img/search_wt.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
header.header .cart-mobile-btn {
  width: 20px;
  height: 20px;
  background-image: url("../img/cart_wh.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
header.header .contacts-mobile-btn {
  width: 21px;
  height: 26px;
  background-image: url("../img/order_map_wt.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  header.header .header-fixed .header-fixed-logo {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.header .header-fixed .header-fixed-logo {
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  header.header .header-fixed .header-fixed-logo img {
    max-width: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.header .header-fixed .header-fixed-logo img {
    max-width: 70px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .inner-head-top {
    min-height: 50px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .catalog-wrap {
    padding-top: 90px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog-wrap {
    padding-top: 120px;
  }
}

.search-mobile-right {
  height: 100%;
}
.search-mobile-right button {
  background-color: var(--blue);
  background-image: url("../img/search_wt.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .search-mobile-right button {
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .search-mobile-right button {
    height: 75px;
  }
}

.search-panel {
  height: 75px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 40px -5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 40px -5px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 40px -5px rgba(50, 50, 50, 0.3);
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
@media (max-width: 575.99px) {
  .search-panel {
    height: 50px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .pre-catalog-item-text .button .btn-2 {
    padding: 15px 20px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .pre-catalog-item-frame .cont .name-bold {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .contacts-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-wrap {
    padding-top: 140px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .contacts-wrap .contacts-title-left-header-title h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .contacts-box-content-map-info {
    position: relative;
    margin-top: 100px;
  }
}
.contacts-box-content-map-info .contacts-map-item {
  padding: 0 15px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .contacts-box-content-map-info .contacts-map-item {
    border-right: none;
    border-bottom: 1px solid var(--white-14);
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .contacts-box {
    padding-bottom: 10px;
  }
}

.header-menu-wrap-social a {
  display: none;
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .news-wrap {
    padding-top: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-wrap {
    padding-top: 140px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .delivery-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .delivery-wrap {
    padding-top: 140px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .catalog-title-left-header-title h1 {
    font-size: 35px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .bx-filter-title {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bx-filter-title {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bx-filter-title {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .bx-filter-title {
    font-size: 13px;
  }
}

.catalog-box-content-right .bx-catalog-element {
  padding-top: 4rem;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .catalog-box-content-right .bx-catalog-element {
    padding-top: 1rem;
  }
}

.bx-rating-icon {
  fill: gold !important;
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .catalog-detail .catalog-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog-detail .catalog-wrap {
    padding-top: 140px;
  }
}
.catalog-detail .break-line {
  display: none;
}

.btn.btn-outline-warning {
  background-color: #ffc107;
  color: black;
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .product-item-container {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-item-container {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-item-container {
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-item-container {
    position: relative;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product-item-container {
    position: relative;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .news-title-left-header-title h1 {
    font-size: 32px;
    line-height: 1.1;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .about .about-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about .about-wrap {
    padding-top: 140px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .awards .about-wrap {
    padding-top: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .awards .about-wrap {
    padding-top: 140px;
  }
}

.catalog .catalog-sections-list .list-item .item-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  background-color: white;
  margin: 0 auto 15px;
  border-radius: 50%;
  transition: all 0.3s;
}
.catalog .catalog-sections-list .list-item .item-picture:hover {
  transform: translateY(-10%);
}
.catalog .catalog-sections-list .list-item .desc {
  color: white;
  text-align: center;
}

.search .search-input-box {
  position: relative;
  padding-left: 60px;
}
.search .search-item {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
}
.search .search-item h4 {
  font-size: 24px;
  transition: color 0.3s;
}
.search .search-item h4:hover {
  color: var(--blue);
}
.search-panel-fix-header {
  position: relative;
}
.search-panel-fix-header .open-search-top {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.auth-list-wrap .btn-primary {
  color: white;
}
.auth-list-wrap .order-list-title {
  font-size: 30px;
}
.auth-list-wrap .order-list-links a {
  float: left;
}
.auth-list-wrap .order-list-links a:hover {
  color: var(--blue);
}
.auth-list-wrap input.btn-primary {
  background-color: var(--blue);
}
.auth-list-wrap input.btn-primary:hover {
  background-color: var(--blue-1);
}
.auth-list-wrap .main-profile-block-shown .form-group {
  margin-bottom: 30px;
}
.auth-list-wrap .bx-order-cancel .form-group {
  margin-bottom: 20px;
}
.auth-list-wrap .bx-order-cancel .form-group label {
  margin-bottom: 10px;
}
.auth-list-wrap .bx-order-cancel .btn-danger {
  background-color: #dc3545;
  margin-bottom: 10px;
}
.auth-list-wrap .bx-order-cancel .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.catalog-title-right .brand-picture {
  position: relative;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px 40px;
  text-align: center;
}
.catalog-title-right .brand-picture img {
  max-width: 200px;
  width: 100%;
}

.main-brands-slider .main-brands-slider-item-bg:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.18);
}

.catalog-section-slider .slick-next {
  position: absolute;
  top: 20%;
  right: -30px;
  width: 60px;
  height: 60px;
  background: url(../img/slider/catalog-detail-arrows.png) right top no-repeat;
  z-index: 9;
  opacity: 1;
  transition: opacity 0.3s;
}
.catalog-section-slider .slick-prev {
  position: absolute;
  top: 20%;
  left: -30px;
  width: 60px;
  height: 60px;
  background: url(../img/slider/catalog-detail-arrows.png) left top no-repeat;
  z-index: 9;
  opacity: 1;
  transition: opacity 0.3s;
}
.catalog-section-slider .slick-disabled {
  opacity: 0.4;
}
.catalog-section-slider .slick-list {
  padding: 15px 0;
}

.pre-catalog-item a.pre-catalog-main-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.header-fixed-box .bx-basket, .header .bx-basket {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 35px;
  font-size: 14px;
  background-color: var(--blue);
}

.catalog-main-menu {
  background-color: rgba(49, 49, 49, 0.75);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
  color: white;
}
.catalog-main-menu a.logo img {
  max-width: 50%;
}
.catalog-main-menu h1.content-title {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.catalog-main-menu .head-menu-wrap {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.catalog-main-menu .head-menu-wrap .header-cart {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  background-image: url("../img/cart_wh.svg");
}
.catalog-main-menu .head-menu-wrap .link-mobile-btn {
  width: 30px;
  height: 30px;
  background-image: url("../img/user_wt.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
.catalog-main-menu .head-menu-wrap .search-panel-fix-header {
  width: 100%;
  height: 34px;
  background-color: #fff;
  table-layout: fixed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.7;
}
.catalog-main-menu .head-menu-wrap .search-panel-fix-header .search-input {
  padding: 0 13px;
  height: 100%;
}
.catalog-main-menu .head-menu-wrap .search-panel-fix-header .search-input .search-input-box {
  height: 100%;
}
.catalog-main-menu .head-menu-wrap .search-panel-fix-header .search-input .search-input-box input {
  height: 100%;
}
.catalog-main-menu .head-menu-wrap .search-panel-fix-header .search-button {
  width: 40px;
  height: 100%;
  position: relative;
}
.catalog-main-menu .head-menu-wrap .search-panel-fix-header .search-button button {
  display: block;
  font-size: 17px;
  line-height: 22px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  text-align: center;
  background-color: transparent;
  background-image: url("../img/search_gr.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.catalog-main-menu .head-menu-wrap .link {
  position: relative;
  padding-left: 35px;
  line-height: 2;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
}
.catalog-main-menu .head-menu-wrap .link:hover {
  opacity: 1;
}
.catalog-main-menu .head-menu-wrap .link .before {
  width: 30px;
  height: 30px;
  background-image: url("../img/user_wt.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-main-menu .head-menu-wrap .close-main-menu {
  width: 43px;
  height: 43px;
  background: url("../img/cross_wt.svg") center no-repeat;
  background-size: 38px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: opacity 0.3s;
  cursor: pointer;
}
.catalog-main-menu .head-menu-wrap .close-main-menu:hover {
  opacity: 1;
}
.catalog-main-menu .content-menu-wrap {
  background-color: rgba(125, 125, 125, 0.1);
  padding: 40px 0 25px;
}
.catalog-main-menu .content-menu-wrap .picture {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  -webkit-background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  cursor: pointer;
  transition: all 0.3s;
}
.catalog-main-menu .content-menu-wrap .picture:hover {
  transform: translateY(-5%);
}
.catalog-main-menu .content-menu-wrap .desc {
  padding-left: 15px;
}
.catalog-main-menu .content-menu-wrap .desc .title {
  cursor: pointer;
  transition: color 0.3s;
}
.catalog-main-menu .content-menu-wrap .desc .title:hover {
  color: var(--white-2);
}
.catalog-main-menu .content-menu-wrap .desc .count {
  font-size: 12px;
  color: var(--white-2);
}
.catalog-main-menu .footer-menu-wrap {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.auth .bx-soa-cart-total.bx-soa-cart-total-fixed {
  top: 80px;
}
.auth .bx-soa-more-btn button.btn {
  display: block;
  width: auto;
  float: left;
}
.auth .bx-soa-more-btn button.btn:first-child {
  margin-right: 10px;
}
.auth .form-group label {
  margin: 15px 0 5px 0;
}

.product-item-button-container .btn.btn-primary.bx-catalog-subscribe-button, .product-item-button-container .btn-subscr {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  font-size: 0;
  background-image: url("../img/heart_wt.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: inherit;
  filter: invert(50%);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
}
.product-item-button-container .btn.btn-primary.bx-catalog-subscribe-button:hover, .product-item-button-container .btn-subscr:hover {
  filter: invert(30%);
}
.product-item-button-container .btn.btn-primary.bx-catalog-subscribe-button.disabled {
  filter: invert(0);
  background-color: #e6c619;
}

.contacts input.btn-primary {
  background-color: var(--blue);
}
.contacts input.btn-primary:hover {
  background-color: var(--blue-1);
}

.product-item-info-container .about-price-info {
  width: 100%;
  font-size: 12px;
  color: #fa9e42;
  float: left;
}

.contacts .contacts-box-left-item ul {
  margin: 5px 0 15px;
  text-align: left;
  display: block;
  list-style-type: disc;
  padding-inline-start: 40px;
}
.contacts .contacts-box-left-item ul li {
  margin-bottom: 9px;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: disc;
}
.contacts .contacts-box-left-item .contacts-map-item:nth-child(3) {
  border-right: none;
  border-bottom: none;
}

main.content .block-wrap {
  width: 100%;
  position: relative;
  padding-top: 220px;
  padding-bottom: 120px;
  overflow: hidden;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--black);
  background-size: cover;
}
@media (max-width: 576px) {
  main.content .block-wrap {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
main.content .block-title {
  position: relative;
}
main.content .block-title .title {
  font-size: 44px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 5px;
}
main.content .block-title .desc {
  font-size: 20px;
  line-height: 1.1;
  color: var(--white-1);
}
main.content .block-title .btn-right-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  animation: scrolldownBigCat 0.8s running alternate infinite;
  color: var(--white);
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.2s;
}
main.content .block-title .btn-right-wrap:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
main.content .contacts .block-wrap, main.content .delivery .block-wrap {
  padding-top: 260px;
  padding-bottom: 100px;
}
main.content .sale .block-wrap, main.content .catalog .block-wrap, main.content .news .block-wrap {
  background-image: url("/local/templates/iberi_index/img/webp/bg.webp");
}

/* Awards */
.awards .about-list-wrap {
  padding: 50px 0;
}
.awards .about-list-wrap .awards-item {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.awards .about-list-wrap .awards-item img {
  max-height: 250px;
  height: 100%;
  margin-bottom: 10px;
}
.awards .about-list-wrap .awards-item .text-img {
  text-align: center;
}

/*# sourceMappingURL=styles.css.map */
