/*
font-family: "Circe-Thin";
font-family: "Circe-Bold";
font-family: "Circe-Italic";
font-family: "Circe-Light";
font-family: "Circe-Medium";
font-family: "Circe-Regular";
font-family: "Circe-Thin";
*/
.main_menu > div {
  display: flex;
}

.main_menu > div .subMenuWrap {
  display: none;
}

.mainContainer {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Circle-Regular';
  font-size: 14px;
  font-display: swap;
  background: #fff;
  min-width: 320px;
  color: #000;
  line-height: 1.2;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: normal;
  font-family: 'Circle-Bold';
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 30px;
}

h2,
.h2 {
  font-size: 26px;
}

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

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

p {
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.btnMin {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  border: none;
  transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
  padding: 8px 12px;
  font-size: 14px;
  text-transform: none;
  font-family: 'Circle-Regular';
  font-display: swap;
}

.btnMin:hover {
  text-decoration: none;
}

.btnMid {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  border: none;
  transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
  padding: 17px 4%;
  font-size: 14px;
  font-family: 'Circle-Regular';
  font-display: swap;
}

.btnMid:hover {
  text-decoration: none;
}

.btnLarge {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  text-align: center;
  border: none;
  transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  background: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
  padding: 17px 10%;
  font-size: 14px;
  font-family: 'Circle-Regular';
  font-display: swap;
}

.btnLarge:hover {
  text-decoration: none;
}

.btn1 {
  background: none;
  color: #000;
  border: 1px solid #303133;
}

.btn1:hover {
  /* background: #fff;*/
  color: #303133 !important;
}

.btn2 {
  border: 1px solid #303133 !important;
  color: #303133 !important;
}

button.btn2:hover,
a.btn2:hover {
  color: #fff !important;
  background: #303133 !important;
}

.btn3 {
  border: 1px solid #fff;
  color: #fff;
}

.btn3:hover {
  background: #fff;
  color: #000;
  opacity: 0.7;
}

.btnBlock {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

[class^='icon-'],
[class*=' icon-'] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#minBody {
  position: relative;
}

#header {
  background: #fff;
  position: relative;
  z-index: 1000;
  transition: all 0.3s;
}

.header {
  padding: 16px 0 10px;
  text-align: center;
  /* position: relative; */
  z-index: 999;
  position: sticky;
  left: 0;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #b2b6b521;
}

.header:after {
  width: 0;
  height: 0;
  clear: both;
  content: '';
  display: block;
}

.headerInnerWrap {
  /*    border-bottom: 1px solid #544D46;
*/
  padding: 8px 0 0;
}

.headerInnerWrap:after {
  width: 0;
  height: 0;
  clear: both;
  content: '';
  display: block;
}

.headerInnerWrap .right {
  position: relative;
  top: -4px;
}

.headerNav {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 40px;
}

.headerNav li {
  display: flex;
  align-items: center;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  /* margin: 0 0 0 40px; */
}

.headerNav li a {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
}

.headerNav li a:hover {
  color: #818d58;
}

.searchFormMain {
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 50px;
  width: 15vw;
  transition: all 0.2s;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  margin-right: 12px;
  position: relative;
  top: -2px;
  padding-right: 5px;
}

.searchFormField input {
  height: 48px;
  text-transform: uppercase;
  border: none;
  width: 100%;
}

.searchFormBtn {
  float: right;
  margin: 0 0 0 -50px;
  cursor: pointer;
}

.searchFormBtn button {
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  font-size: 20px;
}

.searchFormMain.opened .searchNavBtn {
  animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-name: fadeOutLeftSearch;
}

.searchFormMain.opened .searchForm {
  animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-name: fadeInLeftSearch;
}

.searchFormMain.closed .searchNavBtn {
  animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-name: fadeInLeftSearch;
}

.searchFormMain.closed .searchForm {
  animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-name: fadeOutLeftSearch;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  transition: all 0.3s ease;
  margin-left: -10px;
}

.count {
  width: 14px;
  height: 14px;
  font-size: 10px;
  background: #000;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #fff;
}

.headerBtns {
  flex: 1 1 100%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.headerBtns ul {
}

.headerBtns li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 0 0 0px;
}

.headerBtns li.compare,
.headerBtns li.heart {
  margin-right: 5px !important;
}

.headerBtns li i svg {
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
}

.headerBtns li a {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
}

.headerBtns li a:hover path {
  fill: #efa019;
}

.headerBtns li.compare a:hover path {
  stroke: #efa019;
}

.headerBtns li a .count {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
}

.headerBtns li.btnMobNav,
.headerBtns li.tel {
  display: none;
}

.headerBtns .cart {
  display: flex;
  flex: auto;
  cursor: pointer;
}

.headerBtns .cart a {
  display: inline-block;
}

.headerBtns .cart .name {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #7b7b7b;
  display: inline-block;
}

.logo a {
  display: block;
}

.headerTop {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10001;
  /*    padding: 0 20px;
*/
  background: #000;
}

.dottedLink span {
  border-bottom: 1px dashed;
}

.headerTopNav ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 25px 0 0;
  position: relative;
  font-family: 'Circle-Regular';
  font-display: swap;
  letter-spacing: 0.5px;
}

.headerTopNav ul li:hover ul {
  display: block;
}

.headerTopNav ul li:last-child {
  margin: 0;
}

.headerTopNav ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #fff;
}

.headerTopNav ul li a:hover {
  text-decoration: none;
}

.headerTopNav ul li a .icon-arrow-select {
  font-size: 10px;
  margin: 0 0 0 6px;
}

.headerTopNav ul li a:hover {
  color: #efa019;
}

.headerTopNav ul li ul li {
  display: inline-block;
  width: 160px;
  margin: 0;
  white-space: nowrap;
  float: left;
  width: 25%;
}

.headerTopNav ul li ul li a {
  display: block;
  padding: 5px 0;
  color: #000;
}

.searchForm {
  position: absolute;
  padding: 0 30px 0 24px;
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
  z-index: -1;
  left: -2px;
}

.searchForm input#title-search-input {
  border: none;
  height: 31px;
  padding: 0 30px 0 14px;
  font-size: 12px;
  background: none;
  background: #ffffff;
  border: 1px solid #ececec;
  box-sizing: border-box;
  border-radius: 5px;
  text-transform: none;
  width: 179px;
  position: relative;
  top: -4px;
}

.searchForm button {
  width: 24px;
  height: 30px;
  padding: 0 10px 0 0;
  position: absolute;
  top: -4px;
  right: 30px;
  border: none;
  background: none;
}

.searchForm .searchFormClose {
  left: 0;
  right: auto;
}

@keyframes fadeOutLeftSearch {
  0% {
    opacity: 1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: -1;
  }
}

@keyframes fadeInLeftSearch {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    z-index: -1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 1;
  }
}

#footer {
  height: 100%;
  background: #212121;
  color: #fff;
  padding: 40px 0 20px;
}

#footer .topfooter {
  /* opacity: 0.1; */
  border-bottom: 1px solid #ffffff1f;
  padding-bottom: 20px;
}

#footer .topfooter .fLogo {
}

#footer .topfooter .f_address {
}

#footer .topfooter .f_address {
  display: block;
  position: relative;
  top: -7px;
}

#footer .topfooter .f_address .f_address_add {
  font-weight: normal;
  font-size: 13px;
  /* or 19px */
  color: #ffffff;
  margin-bottom: 3px;
}

#footer .topfooter .f_address .f_address_sh {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.5;
}

#footer .topfooter .f_info {
  position: relative;
  top: -7px;
}

#footer .topfooter .f_info_phone {
  font-size: 14px;
  line-height: 141.19%;
  /* or 20px */
  color: #ffffff;
  opacity: 0.5;
  display: block;
}

#footer .topfooter .f_info_mail {
  font-size: 14px;
  line-height: 141.19%;
  /* or 20px */
  color: #ffffff;
  opacity: 0.5;
}

#footer .f_social {
}

#footer .f_social a {
  margin-right: 20px;
}

#footer .f_social a:hover {
}

.topfooter {
  display: table;
  width: 100%;
}

.footerRow {
  display: table-row;
}

.footerCol {
  display: table-cell;
  padding: 0 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footerCol:last-child {
  padding-right: 0;
  border-right: none;
}

.footerCol:first-child {
  padding-left: 0;
  border: 0;
}

.footerMin {
  padding: 20px 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}

.footerMin .copy {
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  color: #ffffff;
  opacity: 0.5;
  display: inline-block;
  line-height: 32px;
  float: left;
}

.footerMin .studioLogo {
  max-width: 200px;
  display: inline-block;
  float: right;
}

.footerMin .studioLogo a {
}

.footerMin .studioLogo a img {
  width: 200px;
}

.footer {
  width: 100%;
  display: block;
  padding: 40px 0 40px;
  border-bottom: 1px solid #ffffff1f;
}

.footer .footerRow {
  width: 100%;
  display: inline-block;
}

.footer .footerCol {
  display: inline-table;
}

.footer .footerCol:last-child {
  float: right;
  position: relative;
  top: 26px;
}

.footer .footerCol:first-child .footerItems {
  float: left;
  display: inline-block;
}

.footer .footerCol:first-child .footerItems:last-child {
  margin-left: 50px;
}

.footer .footerCol .footerItems {
  display: inline-block;
}

.footer .footerCol:nth-child(3) {
  padding-left: 20px;
}

/*.footer .footerCol:nth-child(2) .footerItems {
	margin-right: 40px;
}*/

.footer .footerCol:nth-child(2) .footerItems:last-child {
  margin-right: 0px;
}

.footer .footerCol:nth-child(3) .footerItemsTitle {
  font-size: 0;
  height: 8px;
}

.footer .footerCol {
  border: 0;
}

.footer .footerItemsTitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 180%;
  /* identical to box height, or 27px */
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.footer .footerItems {
}

.footer .footerItems ul {
}

.footer .footerItems ul li {
}

.footer .footerItems ul li a {
  font-size: 15px;
  line-height: 200%;
  /* or 30px */
  color: #ffffff;
}

.footer .footerItems ul li a:hover {
  border-bottom: 1px solid;
}

.footer .subscribTitle {
  font-size: 14px;
  line-height: 103%;
  /* or 14px */
  color: #ffffff;
  opacity: 0.5;
}

.footer .subscribForm {
  display: flex;
}

.footer .subscribForm input {
  background: none;
  border: 0;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding-left: 5px;
  border: 1px solid #2f2f2f;
  box-sizing: border-box;
  border-right: 0;
  color: #fff;
  width: 200px;
}

.footer .subscribForm button {
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
  background: #3e3e3e;
  border: 1px solid #3e3e3e;
  height: 33px;
  font-size: 12px;
  position: relative;
  width: 128px;
  padding: 0 20px;
}

.footer .subscribForm button:hover {
  opacity: 0.7;
}

.footer .subscribPol {
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  /* or 14px */
  color: #ffffff;
  opacity: 0.5;
}

#top-indicator {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #e31e25;
  color: #e31e25;
  z-index: 999999;
}

#top-indicator::-webkit-progress-bar {
  background-color: transparent;
}

#top-indicator::-webkit-progress-value {
  background-color: #e31e25;
}

#top-indicator::-moz-progress-bar {
  background-color: #e31e25;
}

.mainBannerItem > div {
  height: 620px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 620px;
}

.mainBannerItemContent {
  top: 30%;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  display: inline;
  line-height: normal;
  /* margin-left: 8%;
    max-width: 650px;*/
  position: absolute;
  z-index: 1;
}

.mainBannerItemTitle {
  font-size: 45px;
  /* font-family: "Circle-Bold"; */
  margin: 0 0 18px;
  color: #fff;
  line-height: 46px;
}

.mainBannerItemCaption {
  font-size: 26px;
  line-height: 1;
  /* or 26px */
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.mainBannerItem_left {
  width: 65%;
  display: inline-block;
  float: left;
}

.mainBannerItemContent .btn1 {
  border-color: #fff;
  color: #fff;
  background: none;
  position: relative;
  overflow: hidden;
}

.mainBannerItemContent .btn1:hover {
  background: #fff;
  color: #000;
}

.mainBannerItem_right {
  width: 35%;
  display: inline-block;
  float: right;
  position: relative;
}

.mainBannerItem_right:after {
  content: '';
  position: absolute;
  background: #0000005e;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.owl-theme1 .owl-nav {
  margin: 0;
  width: 65%;
  position: absolute;
  top: 50%;
}

.owl-theme1 .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: none;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 20px;
  text-align: center;
  color: #000 !important;
  line-height: 40px;
  opacity: 0.7;
  margin: -25px 0 0;
  /* text-indent: -9999px; */
  /* font-size: 0; */
}

.owl-theme1 .owl-nav i {
  color: #fff;
}

.owl-theme1 .owl-nav [class*='owl-']:hover {
  opacity: 1;
  background: #000;
}

.owl-theme1 .owl-nav .owl-prev {
  left: 3%;
  /* text-indent: -9999px; */
  /* font-size: 0; */
}

.owl-theme1 .owl-nav .owl-next {
  right: 3%;
}

.owl-theme1 .owl-dots {
  position: absolute;
  left: 0;
  width: 65%;
  bottom: 10px;
}

.owl-theme1 .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 12px;
}

.owl-theme1 .owl-dots .owl-dot:hover span,
.owl-theme1 .owl-dots .owl-dot.active span {
  background: #e30e13;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 100%;
  -o-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  z-index: 9;
}

.animateInk {
  -webkit-animation: ripple 1s linear;
  animation: ripple 1s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

.categoryBox {
  height: 300px;
  position: relative;
  margin: 0 0 26px;
  overflow: hidden;
  background: #b9b9b9;
}

.categoryBox:hover .categoryBoxImg {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.categoryBoxImg {
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* background-position: top; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* transition: all 0.2s; */
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  /* max-height: 300px; */
  /* max-width: 200px; */
  /* text-align: center; */
  /* margin: 0 auto; */
  /* display: table; */
  right: 0;
}

.categoryBoxCont {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: 0 auto;
  display: table;
  text-align: center;
}

.categoryBoxTitle {
  /* margin: 0 0 20px; */
  border: 1px solid #a9aaac;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 115%;
  /* or 18px */
  text-align: center;
  color: #212121;
  padding: 5px 25px;
}

.categoryBox:hover .categoryBoxTitle {
  border-color: #fff;
  color: #fff;
}

.categoryBoxTitle em {
  font-family: 'GraphikLCG-LightItalic';
  font-display: swap;
}

.categoryBox:hover:after {
  content: '';
  background: rgb(0 0 0 / 35%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.categoryBoxList {
  padding: 0;
  margin: 0;
}

.categoryBoxList li {
  list-style: none;
}

.categoryBoxList li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 24px 25px 0;
  text-transform: uppercase;
}

.categoryBoxList li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #727374;
}

.categoryBoxList li a:hover {
  text-decoration: none;
}

.categoryBoxList li a:hover {
  color: #727374;
}

.categoryBoxFooter {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 25px 26px 0;
  width: 100%;
  color: #727374;
  font-size: 16px;
  max-width: 624px;
}

.categoryBoxFull {
  height: 344px;
  position: relative;
  margin: 0 0 26px;
  overflow: hidden;
  background: #c4c4c4;
}

.categoryBoxImgFull {
  position: absolute;
  right: 0;
  /*top: 10%;*/
  bottom: 0;
}

.categoryBoxImgFull img {
}

.categoryBoxContFull {
  padding-left: 60px;
  padding-top: 29px;
}

.categoryBoxContFull a {
  line-height: 33px;
}

.categoryBoxContFull a:hover {
  text-decoration: underline;
}

.categoryBoxTitleFUll {
  display: block;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */
  color: #212121;
}

.categoryBoxTitleFUllHead {
  font-size: 25px;
  line-height: 115.9%;
  /* identical to box height, or 29px */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 13px;
  margin-top: 20px;
}

.categoryBoxFooter span {
  max-width: 460px;
  display: block;
}

[class*='colp13-'] .categoryBoxFooter {
  padding-left: 0px;
  padding-right: 0px;
}

.section {
  padding: 100px 0;
}

.title-r-40 {
  font-size: 30px;
  text-transform: uppercase;
}

.greySection {
  background: #f2f2f2;
}

.sectionFeatures {
  display: block;
}

.sectionFeaturesCell:first-child {
  width: 53%;
}

.sectionFeaturesCell:last-child {
  width: 31%;
  padding-right: 0;
}

.sectionFeaturesCell {
  display: table-cell;
  width: 50%;
  padding-right: 0%;
  position: relative;
  vertical-align: middle;
  /* padding-left: 10%; */
}

.sectionFeaturesCell > img {
  display: block;
  padding-left: 10%;
  max-width: 720px;
}

.sectionFeaturesTxtCell {
}

.sectionFeaturesTxtCellItem {
  margin-bottom: 60px;
}

.sectionFeaturesTxtCellItemIco {
  display: inline-block;
  width: 40px;
  float: left;
  margin-right: 30px;
}

.sectionFeaturesTxtCellItemIco {
}

.sectionFeaturesTxtCellItemIco img {
}

.sectionFeaturesTxtCellItemTxt {
  font-size: 25px;
  line-height: 115.9%;
  /* identical to box height, or 29px */
  text-transform: uppercase;
  color: #000000;
  display: block;
}

.sectionFeaturesTxtCellItemTxt span {
  font-size: 19px;
  line-height: 150%;
  /* identical to box height, or 30px */
  color: #7b7b7b;
  display: block;
  text-transform: none;
  margin-top: 10px;
}

.sectionFeaturesTxtCellItem:last-child {
  margin-bottom: 0;
}

.homeSectionTxt {
}

.homeSectionTxtTitle {
  font-size: 30px;
  text-transform: uppercase;
}

.homeSectionTxtText {
}

.homeSectionTxtText b {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 14px;
  display: block;
}

.homeSectionTxtText p {
  font-size: 15px;
  line-height: 23px;
  /* or 153% */
  letter-spacing: 0.02em;
  color: #000000;
}

.homeSectionTxtText .dottedLink {
  line-height: 23px;
  /* or 177% */
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 1px dashed;
  opacity: 0.5;
  margin-top: 25px;
  display: table;
}

.blogHome {
}

.blogHomeCell {
  display: table-cell;
  width: 33%;
  padding-right: 2%;
  position: relative;
  vertical-align: middle;
}

.blogHomeCell:first-child {
  width: 42%;
}

.blogHomeCell:last-child {
  padding-right: 0;
}

.blogHomeCellFull {
}

.blogHomeCellFull img {

  width: 100%;
}

.blogHomeCellFullInfo {
  margin-top: 12px;
}

.blogHomeDescText {
    font-size: 14px;
    color: #a9a9a9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 10px 0;
}

.blogHomeCellFullInfoTop {
  margin-bottom: 14px;
}

.blogHomeCellFullInfoTag {
  font-size: 14px;
  line-height: 25px;
  /* identical to box height, or 179% */
  align-items: center;
  color: #000000;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.blogHomeCellFullInfoTag:after {
  content: '';
  width: 1px;
  height: 13px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
}

.blogHomeCellFullInfoDate {
  font-size: 14px;
  line-height: 25px;
  /* or 179% */
  align-items: center;
  color: #efa019;
  display: inline-block;
}

.blogHomeCellFullInfoTitle {
  font-size: 26px;
  line-height: 38px;
  /* or 110% */
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  cursor: pointer;
  display: block;
}

.blogHomeCellFullInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.blogHomeCellFullInfoTitle:hover {
  text-decoration: none;
}

.blogHomeCellFullInfoTitleText {
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  letter-spacing: 0.02em;
  color: #000000;
}

.blogHomeCellItem {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 38px;
  margin-bottom: 38px;
}

.blogHomeCellItem:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blogHomeCellItemImg {
  display: table-cell;
  width: 40%;
  padding-right: 2%;
  position: relative;
  vertical-align: middle;
}

.blogHomeCellItemImg img {
  max-width: 212px;
  width: 100%;
}

.blogHomeCellItemInfo {
  display: table-cell;
  width: 49%;
  padding-right: 0%;
  position: relative;
  vertical-align: middle;
}

.blogHomeCellItemInfoTag {
  font-size: 14px;
  line-height: 25px;
  align-items: center;
  color: #000000;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.blogHomeCellItemInfoTag:after {
  content: '';
  width: 1px;
  height: 13px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
}

.blogHomeCellItemInfoDate {
  font-size: 14px;
  line-height: 25px;
  /* or 179% */
  display: inline-block;
  align-items: center;
  color: #efa019;
}

.blogHomeCellItemTitle {
  font-size: 22px;
  line-height: 36px;
  /* or 150% */
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
}

.blogHomeCellItemTitle:hover {
  text-decoration: none;
}

.blogHomeCellItemLink {
  font-size: 14px;
  line-height: 25px;
  align-items: center;
  text-transform: uppercase;
  color: #efa019;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  cursor: pointer;
}

.blogHomeCellItemLink:hover {
  border-color: #f2f2f2;
}

.blogHomeBtn {
  text-align: center;
  margin: 90px 0 0;
  position: relative;
  clear: both;
  display: block;
}

.blogHomeBtn a {
  position: relative;
  overflow: hidden;
  background: none;
  color: #000 !important;
}

.products {
  position: relative;
}

.products ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  margin: -7px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
}

.products ul li {
  list-style: none;
}

.products ul li {
  font-size: 14px;
  padding: 7px;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}

.products ul .owl-item li {
  height: 100%;
  width: 100%;
}

.productItem {
  border: 1px solid #e0dede;
  padding: 30px 22px;
  position: relative;
  height: 100% !important;
  text-align: center;
  overflow: hidden;
  background: #c4c4c4;
}

.productItem .productItemLabels {
  top: 10px;
  right: 10px;
  z-index: 1;
}

.productItem .productItemLabels.blockLeft {
  top: 10px;
  left: 10px;
  z-index: 0;
}

.productItem .productItemLabels > div:first-child {
  /*margin-right: 8px;*/
}
.productItemLabels .productItemLabel {
  margin-left: 6px;
  font-family: 'Circle-Light';
}

body #content .productItem {
  height: 100% !important;
}

body #content .catalogProducts .productItem {
  /*height: 570px!important;*/
}

.products .productItem:not(.notHover):hover .productItemPrices {
}

.products .productItem:after {
  content: '';
  opacity: 0;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.products .productItem .productItemColors .active {
  box-shadow: 0px 4px 25px rgb(140 129 129 / 40%);
  -o-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  -moz-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  -webkit-box-shadow: 0px 4px 25px rgb(140 129 129 / 40%);
  -ms-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  border: 1px solid #919191;
  border-radius: 50%;
  padding: 10px;
}

.products .productItem .productItemColors a:hover {
  box-shadow: 0px 4px 25px rgb(140 129 129 / 40%);
  -o-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  -moz-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  -webkit-box-shadow: 0px 4px 25px rgb(140 129 129 / 40%);
  -ms-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  border: 1px solid #919191;
  border-radius: 50%;
  padding: 10px;
}

/*.products .productItem:not(.notHover):hover:after {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000087;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/
/*.products .productItem.has_second:not(.notHover):hover:after{
    opacity: 0;
}*/
/* .products .productItem .productItemImage.has_second:hover img:first-child {
	display: none;

}

.products .productItem .productItemImage.has_second:hover img.second {
	display: block;
	text-align: center;
	margin: 0 auto;
} */

/*.has_second.productItem:not(.notHover):hover .productItemTitle a, 
.has_second.productItem:not(.notHover):hover .productItemPrices .productItemPrice, 
.has_second.productItem:not(.notHover):hover .productItemPrices .productItemPriceOld{
    color: #000;
}*/
img.second {
  display: none;
}

.products .productItemPrices {
  width: 100%;
}

.products ul.owl-carousel {
  display: block;
}

.products ul.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.productItemLabels {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

.productItemLabel {
  width: 44px;
  height: 44px;
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 50%;
  text-align: center;
  /* border: 1px solid #000; */
  font-size: 12px;
  line-height: 44px;
  margin: 0;
  background: #000;
  color: #fff;
  font-family: 'Circle-Light';
  font-display: swap;
  display: inline-block;
  float: left;
}

.productItemImage {
  margin: 0 0 20px;
}

.productItemImage a {
  display: block;
  height: 240px;
  line-height: 240px;
}

.productItemImage img {
  max-height: 100%;
}

.productItemTitle {
  font-size: 20px;
  margin: 0 0 10px;
  cursor: pointer;
  /* overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; */
}

.productItemTitle a {
  text-decoration: none;
}
@media (max-width: 425px) {
div#cookie-banner {
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 8px !important;
}
div#cookie-banner > div {
   justify-content: space-between !important;
}
  .productItemTitle a {
    height: 40px;
    display: block;
    overflow: hidden;
  }
}

.productItemTitle a:hover {
  text-decoration: none;
}

.productItemParam1 {
  font-size: 16px;
  font-family: 'Circle-Light';
  font-display: swap;
  margin: 0 0 4px;
}

.productItemParam2 {
  font-family: 'Circle-Light';
  font-display: swap;
  color: #938585;
  font-size: 16px;
}

.productItemPrices {
  margin: 10px 0 0;
  transition: all cubic-bezier(0, 0, 0.04, 0.62) 0.2s;
  -o-transition: all cubic-bezier(0, 0, 0.04, 0.62) 0.2s;
  -moz-transition: all cubic-bezier(0, 0, 0.04, 0.62) 0.2s;
  -webkit-transition: all cubic-bezier(0, 0, 0.04, 0.62) 0.2s;
  -ms-transition: all cubic-bezier(0, 0, 0.04, 0.62) 0.2s;
  white-space: nowrap;
  width: 100%;
  min-height: 22px;
  position: relative;
}

.products .productItemButtons a {
  transition: none;
}

.productItem:not(.notHover):hover .productItemButtons a {
  transform: translateX(0px);
  transition: transform cubic-bezier(0, -0.07, 0.02, 0.65) 0.2s;
}

.productItemPrices .productItemPrice,
.productItemPrices .productItemPriceOld {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 8px;
}

.productItemPriceOld {
  text-decoration: line-through;
  font-size: 18px;
  line-height: 21px;
  align-items: center;
  text-align: center;
}
.productItemQuantityP {
  font-size: 15px;
  line-height: 22px;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #7f7f7f !important;
  display: inline-block;
}
.productItemPrice {
  font-size: 18px;
  line-height: 21px;
  min-height: 21px;
  align-items: center;
  text-align: center;
}

.productItemPrice span {
  font-size: 35px;
  font-family: 'Circe-Bold';
  font-display: swap;
}

.productItemButtons {
  position: absolute;
  bottom: 24px;
  right: 22px;
}

.productItemButtons a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  line-height: 48px;
  background: #ebebeb;
  font-size: 25px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  margin: 0 0 0 7px;
  transition-delay: 0.1s;
  transform: translateX(150px);
}

.productItemButtons a .icon-compare {
  font-size: 20px;
}

.productItemButtons a:nth-child(2) {
  transition-delay: 0.2s;
}

.productItemButtons a:hover {
  background: #efa019;
  color: #fff;
}

.productItem {
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.productItem:not(.notHover):hover {
  /* border: 1px solid #000; */
  box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  -o-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  -moz-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  -webkit-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  -ms-box-shadow: 0px 4px 25px rgba(140, 129, 129, 0.4);
  transform: translateY(-2px);
}

.productItem:not(.notHover):hover .productItemButtons a {
  transform: translateX(0px);
}

.productItem:not(.notHover):hover .productItemPrices {
}

.productItem:not(.notHover):hover .productItemTitle a {
  text-decoration: underline;
}

.productItem:not(.notHover):hover .productItemTitle a,
.productItem:not(.notHover):hover .productItemPrices .productItemPrice,
.productItem:not(.notHover):hover .productItemPrices .productItemPriceOld {
  color: #000;
}

/*embla carousel*/
.js-products-embla {
  overflow: hidden;
  position: relative;
}

.embla__container {
  display: flex;
  flex-wrap: nowrap !important;
  width: 100%;
}

.js-products-embla li {
  position: relative;
  min-width: 25%;
}

.viewed .owl-nav > div,
.embla-navs {
  position: absolute;
  display: block;
  top: -46px;
  width: 40px;
  height: 40px;
  background: none !important;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 0;
  -ms-border-radius: 50%;
  font-size: 15px;
  text-align: center;
  color: #000 !important;
  line-height: 37px;
  margin: -25px 0 0;
  border: 1px solid #000;
}

.viewed .owl-nav > div:hover,
.embla-navs:hover {
  opacity: 1;
  color: #efa019 !important;
  border: 1px solid #efa019 !important;
}

.viewed .owl-prev,
.embla-nav-prev {
  right: 50px;
  left: inherit;
}

.viewed .owl-next,
.embla-nav-next {
  right: 0px;
}

.mobHeader {
  display: none;
}

.mobHeaderNav {
  padding: 0;
  margin: 0;
}

.mobHeaderNav li {
  list-style: none;
}

.mobHeaderNav li {
  float: left;
}

.mobHeaderNav li a {
  font-size: 20px;
  width: 60px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  display: block;
}

.navBtn {
  position: relative;
  overflow: hidden;
}

.navBtn:before,
.navBtn:after {
  background: #000;
  height: 1px;
  content: '';
  display: block;
  width: 26px;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -13px;
  top: 50%;
  opacity: 0;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.navBtn:after {
  transform: rotate(-45deg) translateX(-40px);
  -webkit-transform: rotate(-45deg) translateX(-40px);
  -moz-transform: rotate(-45deg) translateX(-40px);
  -o-transform: rotate(-45deg) translateX(-40px);
  -ms-transform: rotate(-45deg) translateX(-40px);
  transform-origin: left bottom;
  top: 78%;
  margin-left: -9px;
  transition-delay: 0.3s;
}

.navBtn:before {
  transform: rotate(45deg) translateX(40px);
  -webkit-transform: rotate(45deg) translateX(40px);
  -moz-transform: rotate(45deg) translateX(40px);
  -o-transform: rotate(45deg) translateX(40px);
  -ms-transform: rotate(45deg) translateX(40px);
  transform-origin: right bottom;
  top: 78%;
  margin-left: -16px;
  transition-delay: 0.4s;
}

.navBtn .navBtnIco span,
.navBtn .navBtnIco:before,
.navBtn .navBtnIco:after {
  background: #000;
  height: 1px;
  content: '';
  display: block;
  width: 26px;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -13px;
  top: 50%;
  transition: left 0.3s, opacity 0.3s;
  -o-transition: left 0.3s, opacity 0.3s;
  -moz-transition: left 0.3s, opacity 0.3s;
  -webkit-transition: left 0.3s, opacity 0.3s;
  -ms-transition: left 0.3s, opacity 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.navBtn .navBtnIco:before {
  top: 26%;
  transition-delay: 0.1s;
}

.navBtn .navBtnIco:after {
  bottom: 23%;
  top: auto;
  transition-delay: 0.2s;
}

.openMobNav .navBtn:before {
  transform: rotate(45deg) translateX(0px);
  -webkit-transform: rotate(45deg) translateX(0px);
  -moz-transform: rotate(45deg) translateX(0px);
  -o-transform: rotate(45deg) translateX(0px);
  -ms-transform: rotate(45deg) translateX(0px);
  opacity: 1;
}

.openMobNav .navBtn:after {
  transform: rotate(-45deg) translateX(0px);
  -webkit-transform: rotate(-45deg) translateX(0px);
  -moz-transform: rotate(-45deg) translateX(0px);
  -o-transform: rotate(-45deg) translateX(0px);
  -ms-transform: rotate(-45deg) translateX(0px);
  opacity: 1;
}

.openMobNav .navBtn .navBtnIco span,
.openMobNav .navBtn .navBtnIco:before,
.openMobNav .navBtn .navBtnIco:after {
  left: 100%;
  opacity: 0;
}

.openMobNav #mobHeaderNav {
  display: block;
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.headerBtns li.show_mb_menu {
  display: none;
}

.show_mb_menu .navBtn {
  height: 32px;
  text-align: center;
  line-height: 30px;
  display: block;
}

#maska {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a1d24;
  opacity: 0.5;
  z-index: 999;
  display: none;
}

#mobHeaderNav {
  position: fixed;
  top: 8%;
  left: -300px;
  height: calc(100vh - 75px);
  width: 250px;
  background: #fff;
  z-index: 999999 !important;
  padding: 36px 0 50px;
  overflow: auto;
  display: none;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

#mobHeaderNav .headerTopNav li {
  display: block;
}

#mobHeaderNav .headerTopNav li a {
  color: #000;
  padding: 8px 15px;
}

#mobHeaderNav .headerNav {
  width: 100%;
  float: none;
  margin-left: 0;
}

#mobHeaderNav .headerNav li {
  display: block;
  padding: 0;
  margin: 0;
}

#mobHeaderNav .headerNav li a {
  padding: 10px 15px;
  position: relative;
  text-transform: none;
}

#mobHeaderNav .headerNav li a .icon-arrow-select {
  margin: -1px 0 0 10px;
  font-size: 12px;
}

#mobHeaderNav .headerNav li .subNavMenuWrap {
  background: #403d3d;
  padding: 10px 15px 0 30px;
  position: static;
  color: #fff;
  display: none;
}

#mobHeaderNav .headerNav li .subNavMenuWrap:before {
  display: none;
}

#mobHeaderNav .headerNav li .subNavMenuWrap .title-22-bold {
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

#mobHeaderNav .headerNav li .subNavMenuWrap .subNavMenu {
  margin: 0 0 10px;
}

#mobHeaderNav .headerNav li .subNavMenuWrap .subNavMenu nav {
  display: none;
}

#mobHeaderNav .headerNav li .subNavMenuWrap .subNavMenu nav ul li {
  margin: 0;
}

#mobHeaderNav .headerNav li .subNavMenuWrap .subNavMenu nav ul li a {
  padding: 10px 15px;
  font-size: 14px;
  color: #ebebeb;
}

#mobHeaderNav .headerNav li .subNavMenuWrap .brands {
  margin-left: -15px;
  margin-bottom: 10px;
}

#mobHeaderNav .headerNav li .subNavMenuWrap .brands li {
  float: none;
  width: 100%;
}

#mobHeaderNav .headerNav li .subNavMenuWrap .brands li .brandItem a {
  line-height: 90px;
  background: #fff;
}

#mobHeaderNav .headerCol {
  display: block;
  margin: 20px 0 0;
  width: 100%;
  padding: 0 15px;
}

#mobHeaderNav .headerCol .callLink a,
#mobHeaderNav .headerCol .telBlock a {
  color: #fff;
}

#mobHeaderNav .headerCol .telBlockDesc {
  color: #fff;
}

#mobHeaderNav .headerNav {
  display: block;
}

#header {
  position: fixed;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 2px;
  transition: all 0.3s;
  background: #000;
}

.header.fixed {
  padding: 0;
}

.sectionFirst {
  padding-top: 20px;
  position: relative;
}

.breadcrumbs1 {
  padding: 75px 0 0 0;
  margin: 0 0 30px;
}

.breadcrumbs1 li {
  list-style: none;
}

.breadcrumbs1 li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.breadcrumbs1 li:after {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 8px 0 10px;
  content: ' / ';
  color: #828282;
}

.breadcrumbs1 li:last-child:after {
  display: none;
}

.breadcrumbs1 li a {
  color: #828282;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.breadcrumbs1 li a:hover {
  text-decoration: none;
}

.breadcrumbs1 li a:hover {
  color: #efa019;
}

.catalogHead {
  /* border-top: 1px solid #E0E0E0; */
  padding: 10px 0 0px;
}

.filtered {
  padding: 0;
  margin: 0;
  margin: 30px 0 10px;
  display: inline-block;
}

.filtered li {
  list-style: none;
}

.filtered li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 10px 10px 0;
}

.filtered li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 4px 0px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  background: none;
  border-bottom: 1px solid;
  letter-spacing: 0.03em;
}

.filtered li a:hover {
  text-decoration: none;
}

.filtered li a i {
  font-size: 6px;
  margin: 0px 0 0 6px;
  position: relative;
  top: -3px;
}

.filtered li a:hover {
  background: none;
  color: #efa019;
}

.filterGroupHead {
  /* padding: 20px 15px 20px 0; */
  cursor: pointer;
  position: relative;
}

.filterGroupHead .filterGroupNotC {
  padding: 20px 15px 20px 0;
}

.filterGroupTitle {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 18px;
}

.filterGroupTitle .icon-info {
  color: #5f5a5a;
}

.filterGroup.opened .filterGroupBody {
  position: absolute;
  background: #fff;
  width: 100%;
  left: -15px;
  padding-left: 16px;
  padding-right: 16px;
  min-width: 175px;
  max-height: 200px;
  overflow: auto;
}

.checkboxList {
  padding: 0;
  margin: 0;
}

.checkboxList li {
  list-style: none;
}

.checkboxList li {
  margin: 0 0 9px;
}

.checkboxList li label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 5px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;

  /* dark */
  color: #101010;
}

.checkboxList li label span {
  line-height: 1.1;
}

.checkboxList li label span b {
  font-family: 'Circe-Bold';
  font-display: swap;
}

.checkboxList li ul {
  margin: 5px 0;
  padding: 0 0 0 18px;
}

.catalogFilter .jq-checkbox {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
  border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  background: none;
  border: 1px solid #5f5a5a;
}

.jq-checkbox.checked {
  border: 1px solid #000;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url('../images/icons/check.svg');
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.filterGroupItem {
  padding: 22px 0;
}

.filterGroupHeadArrow {
  display: inline-block;
  font-size: 10px;
  padding-left: 0px;
  position: relative;
  top: 0;
  right: 0;
  margin: -2px 0px 0 4px;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.scrollBar::-webkit-scrollbar {
  width: 7px;
  background-color: #e0dede;
}

.scrollBar::-webkit-scrollbar-track {
  background-color: #fff;
}

.scrollBar::-webkit-scrollbar-thumb {
  background-color: #e0dede;
}

.filterGroupBody {
  padding: 0px 0 14px;
  display: none;
  margin-top: 12px;
  border-bottom: 1px solid #797777;
  border-right: 1px solid #797777;
  border-left: 1px solid #797777;
  z-index: 1;
}

.checkboxList.scrollBar {
  max-height: 470px;
  overflow: auto;
}

.filterGroup.opened .filterGroupHeadArrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.filterGroup.opened .filterGroupBody {
  display: block;
}

.filterSubmit {
  padding: 30px 0 0;
}

.filterSubmit .icon-close {
  font-size: 12px;
  margin: -2px 5px 0 0;
}

.closeFilter {
  position: absolute;
  top: 1px;
  right: 3px;
  display: none;
}

.closeFilter a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 30px;
}

.catalogFilter .filterGroup {
  min-width: 175px;
  float: left;
  margin-right: 20px;
  /* margin-left: 20px; */
  position: relative;
}

.catalogFilter {
  border-bottom: 1px solid #797777;
  padding-bottom: 12px;
}

.filterGroup.opened:first-child .filterGroupBody {
  border-left: 0;
  left: -10px;
  padding-left: 10px;
}

.catalogFilter:after {
  content: '';
  clear: both;
  display: block;
}

.filtered a.clearAll {
  border: 0;
  letter-spacing: 0.03em;
  color: #000000;
  opacity: 0.55;
  margin-left: 10px;
}

.filterSorted {
  padding: 0;
  margin: 30px 0 0;
  display: inline-block;
  float: right;
}

.filterSorted li {
  display: inline-block;
}

.filterSorted li a {
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  text-transform: uppercase;
  color: #000000;
  position: relative;
  text-transform: uppercase;
  opacity: 0.4;
}

.filterSorted li.active a {
  opacity: 1;
}

.filterSorted li:first-child {
}

.filterSorted li:first-child a {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.filterSorted li:first-child a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #a0a0a0;
  right: 0;
  top: 3px;
}

/*.productItemColors {
    display: none;
}*/

.productItem .productItemColors {
  display: block;
  height: 54px;
  overflow: hidden;
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* bottom: 20%; */
}

.productItemColors a {
  /* margin-right: 5px; */
  width: 17px;
  height: 17px;
  position: relative;
  display: inline-block;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.productItemColors a:hover {
  box-shadow: 0px 0px 5px 2px #9d9d9d;
  border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.productItemColors a img {
  display: table;
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  /* width: 12px;
    height: 13px;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  /* background: #000; */
  border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
  width: 14px;
  height: 14px;
}

.catalogProducts .loadMore {
  margin: 60px auto;
  display: table;
  min-width: 250px;
  text-align: center;
  width: 250px;
}

.catalogProducts .loadMore a {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.paginatior1 {
  text-align: center;
  padding: 30px 0;
  margin: 0 0 30px;
  border-top: 1px solid #797777;
  border-bottom: 1px solid #797777;
}

.paginatior1 .next-link,
.paginatior1 .prev-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
}

.paginatior1 .next-link span,
.paginatior1 .prev-link span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 22px;
}

.paginatior1 .next-link i,
.paginatior1 .prev-link i {
  font-size: 12px;
}

.paginatior1 .next-link:hover,
.paginatior1 .prev-link:hover {
  color: #e30e13;
}

.paginatior1 ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0;
}

.paginatior1 ul li {
  list-style: none;
}

.paginatior1 ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 10px;
}

.paginatior1 ul li a {
  display: block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.paginatior1 ul li a:hover {
  text-decoration: none;
}

.paginatior1 ul li a:hover {
  color: #e30e13;
}

.paginatior1 ul li.active a {
  border-color: #000;
}

.section.catalogText {
  padding: 0;
}

.filterToggle {
  display: none;
}

.closeFilter {
  display: none;
}

.page404 {
  /* z-index: -1;*/
  text-align: center;
  padding: 0;
  position: relative;
  top: -25px;
}

.page404Image {
  margin-bottom: 5px;
  max-width: 350px;
  margin: 0 auto;
  z-index: 9999;
}

.main404 {
  margin-bottom: 10px;
  margin-top: -130px;
  z-index: -1;
  position: relative;
}

.main404 svg {
  max-width: 400px;
}

.page404Title {
  font-size: 29px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 10px;
}

.page404Txt {
  max-width: 570px;
  margin: 45px auto;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 1px;
}

.page404Txt a {
  position: relative;
  overflow: hidden;
}

.mainContainer > .productPageRow {
  margin: 0 0 60px;
  border: 0;
  display: flex;
  border-bottom: 1px solid #000;
}

.productPageRow:after {
  content: '';
  clear: both;
  display: block;
}

.productPageImages {
  width: 54%;
  padding: 0;
  border-right: 0;
  position: relative;
  /* background: #C4C4C4; */
  box-sizing: border-box;
}

.productPageMinImages {
  position: relative;
  top: 0;
  left: 0;
  z-index: 199;
  float: left;
  display: inline-block;
  margin-bottom: 24px;
}

.productPageMinImages.non_youtube ul {
  width: 680px;
}

.productPageBigImage {
  overflow: hidden;
  height: auto;
  max-height: 660px;
  text-align: center;
  position: relative;
  line-height: 390px !important;
  margin: 0 0 20px;
  background: transparent;
  box-shadow: 0px 0px 0px 1px #fff;
}

.productPageBigImage img {
  max-height: 600px !important;
}

.productPageItemColors {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 9;
}

.productPageItemColors a {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
}

.productPageItemColors a:hover {
  box-shadow: 0px 0px 0px 1px #fff;
  border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.productPageItemColors a img {
  margin: 0 auto;
  display: table;
  vertical-align: middle;
  text-align: center;
  line-height: 17px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 9%;
  /* background: #000; */
  border-radius: 50%;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
}

/*  .productPageBigImage figure.mz-figure {
    max-height: 694px !important; }
    .productPageBigImage figure.mz-figure > img {
      max-height: 694px !important; }*/
.productPageMinImages ul li a {
  position: relative;
}

.productPageMinImages ul li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
}

.productPageBigImage .productItemLabels {
  top: 30px;
  right: 0;
}

body div#minBody div#mainWrap div#content div div div div div a#Zoom-1 > .mz-figure > img {
  width: auto !important;
  max-width: 100%;
  max-width: 624px !important;
}

.productImagesBtns {
  position: relative;
  display: inline-block;
  float: right;
}

.productImagesBtns a {
  display: block;
  width: 119px;
  height: 119px;
  background: #8e8989;
  text-align: center;
  font-size: 50px;
  margin: 0;
  line-height: 106px;
  border: 1px solid #ebebeb;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.productImagesBtns a:hover {
  border: 1px solid #000;
}

.productPageData {
  padding: 0px 0 0 90px;
  width: 46%;
}

.productPageMinImages ul {
  padding: 0;
  margin: 0;
  height: auto;
  width: 445px;
  position: relative;
  left: -31px;
  text-align: center;
  overflow: visible;
  /* width: 100%;
    height: 100%;*/
}

.productPageMinImages ul li {
  list-style: none;
}

.productPageMinImages ul li {
  margin: 0;
  margin-right: 5px;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
}

.productPageMinImages ul li a {
  border: 1px solid #e0dede;
  display: block;
  width: 119px;
  height: 119px;
  background: #fff;
  text-align: center;
  padding: 7px;
}

.productPageMinImages ul li a img {
  max-height: 100%;
  visibility: visible;
}

.productPageMinImages ul li a.mz-thumb-selected,
.productPageMinImages ul li a:hover {
  border: 0;
  background: #c4c4c4;
  margin: 0;
  padding: 0;
}

.MagicScroll-vertical .mcs-button-arrow-prev {
  width: 100%;
  top: -3px;
}

.MagicScroll-vertical .mcs-button-arrow-next {
  width: 100%;
  bottom: -3px;
}

.productPageDataMB {
  margin-bottom: 17px;
}

.productPageDataMB:after {
  content: '';
}

.productPageDataMBTag {
  text-align: center;
  letter-spacing: 0.01em;
  color: #555555;
  padding: 5px 10px;
  background: #e4e4e4;
  display: inline-block;
}

.productPageDataMBReview {
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #000000;
}

.productPageDataMBReview i {
  position: relative;
  left: -5px;
  top: -2px;
}

.productPageDataMBReview i img {
}

.productPageDataName {
  font-size: 26px;
  line-height: 135%;
  /* or 41px */
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.productPageDataBaige {
  margin-bottom: 30px;
}

.productPageDataBaigeLabel {
  border: 1px solid #1b237a;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 38px;
}

.productPageDataBaigeLabel.new {
  margin-right: 5px;
}

.productPageDataBaigeLabel.sale {
  border-color: #de5050;
  color: #de5050;
}

.productPageDataBaigeArticul {
  font-size: 15px;
  line-height: 22px;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  display: inline-block;
  margin-left: 15px;
}

.productPageDataPrice {
  vertical-align: middle;
  line-height: 52px;
  margin-bottom: 5px;
}

.productPageDataPriceOld {
  font-size: 35px;
  line-height: 52px;
  color: #000000;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 20px;
}

.productPageDataPriceP {
  font-size: 35px;
  line-height: 52px;
  color: #000000;
  display: inline-block;
}

.productPageDataPriceWhats {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #6c6c6c;
  border-bottom: 1px dashed;
  padding-bottom: 0px;
  text-align: right;
  float: right;
  position: relative;
  top: 15px;
  cursor: pointer;
}

.productPageDataPriceWhats:hover {
  border-color: #fff;
}

.productPageDataPriceWhats img {
  margin-left: 7px;
  width: 18px;
  position: relative;
  top: -5px;
}

.productPageDataCart {
  display: flex;
  margin-bottom: 25px;
}

.num {
  width: 200px;
  border: 1px solid #000;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.num button {
  width: 33.333333333333%;
  background: none;
  border: none;
  text-align: center;
  height: 100%;
  font-size: 9px;
  float: left;
  position: relative;
  left: 6px;
}

.num button.nPlus {
  float: right;
  left: -6px;
}

.num img {
  width: 15px;
}

.num input {
  width: 33.333333333333%;
  height: 100%;
  float: left;
  border: none;
  background: none;
  text-align: center;
  font-size: 16px;
}

.productPageDataCart .js_add2bsk {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-left: 20px;
  padding: 10px 4% !important;
  font-size: 12px;
  line-height: 1.5;
}

.productPageDataIcons {
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 25px;
  text-align: center;
}

.productPageDataIcons:after {
  content: '';
  clear: both;
  display: block;
}

.productPageDataIcons a:hover path {
  fill: #efa019;
}

.productPageDataIcons a.productPageDataIconsCompare:hover path {
  stroke: #efa019;
}

.productPageDataIconsHeart {
  float: left;
  vertical-align: middle;
  line-height: 22px;
  cursor: pointer;
}

.productPageDataIconsHeart span {
  vertical-align: super;
  letter-spacing: 0.01em;
  color: #000000;
  margin-left: 10px;
}

.productPageDataIconsHeart i {
}

.productPageDataIconsCompare {
  float: right;
  cursor: pointer;
}

.productPageDataIconsCompare span {
  vertical-align: super;
  letter-spacing: 0.01em;
  color: #000000;
  margin-left: 10px;
}

.productPageDataIconsCompare i {
}

.productPageDataAttr {
  margin-bottom: 24px;
}

.productPageDataAttrTitle {
  color: #000000;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.productPageDataAttrTitleLists {
}

.productPageDataAttrTitleLists ul {
  margin-left: 0;
  padding-left: 0;
  column-count: 2;
}

.productPageDataAttrTitleLists li {
  display: block;
  list-style-type: none;
  margin-bottom: 6px;
  /* font-size: 16px; */
  /* line-height: 200%; */
  /* or 32px */
  /* letter-spacing: 0.01em; */
  /* color: #56585E; */
}

.productPageDataAttrTitleLists li.show_more {
  display: none !important;
  display: table;
  color: #000;
  font-size: 16px;
  width: auto;
  padding-bottom: 5px;
  margin-top: 15px;
  cursor: pointer;
}

.productPageDataAttrTitleLists li span:first-child {
  font-size: 15px;
  /* or 32px */
  letter-spacing: 0.01em;
  color: #56585e;
}

.productPageDataAttrTitleLists li span:last-child {
  font-size: 15px;

  /* or 32px */
  letter-spacing: 0.01em;
  color: #000;
  padding-left: 2px;
}

.show_more {
}

.productPageDataDim {
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.productPageDataDimList {
  display: inline-block;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 6px 25px;
  margin-right: 6px;
}

.productPageDataDimList.active {
  background: #000;
  color: #fff;
}

.productPageDataDimList.active a {
  color: #fff;
}

.productPageDataDimList a {
}

.productPageDataDimList:hover {
  background: #000;
}

.productItemLabels {
  border: 0;
  text-align: center;
  display: inline-block;
}

.productItemLabel {
}

.productItemLabel.sale {
  background: #de5050;
  color: #fff;
  border: 0;
}

.productPageDataDimList:hover a {
  color: #fff;
}

.productPageDataCode {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  display: inline-block;
}

.productPageBigImage figure {
  overflow: visible !important;
}

.productPageBigImage figure .mz-button-prev {
  left: -63px !important;
}

.productPageBigImage figure .mz-button-next {
  right: -63px !important;
}

body #content .section .productPageBigImage button.mz-button {
  color: rgb(135 135 135) !important;
}

.productPageViewed {
}

.productPageViewed ul {
}

.productPageViewed ul li {
  width: 20%;
}

.productPageViewed .productItemImage a {
  height: 200px;
  line-height: 200px;
}

.cmsPageImgTextCell {
}

.cmsPageImgTextCellItem {
  display: table-cell;
  width: 33%;
  padding-right: 2%;
  position: relative;
  vertical-align: middle;
}

.cmsPageImgTextCellItem:first-child {
  width: 20%;
}

.cmsPageImgTextCellItem:last-child {
  width: 35%;
  padding-right: 0;
}

.cmsPageImgTextCellItem img {
  max-width: 600px;
}

.cmsPageImgTextCellItemTitle {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.cmsPageImgTextCellItemText {
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 18px;
}

.cmsPageImgTextCellItemText p {
  margin-bottom: 30px;
}

.r-productItem {
  position: absolute;
  right: 0;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 101;
}

.r-productItem svg {
}

.sectionHead {
  position: relative;
}

.products .productItem:not(.notHover):hover .r-productItem path {
  stroke: #fff;
}

.js_favorite:after {
  content: '';
  clear: both;
  display: block;
}

.js_favorite > div {
  display: inline-block;
}

.js_favorite > a {
  position: relative;
  overflow: hidden;
  float: right;
}

.topCmsContent {
  padding: 30px 0;
  position: relative;
}

.topCmsContent:after {
  content: '';
  clear: both;
  display: block;
}

.topCmsContentLeft {
  max-width: 600px;
  text-align: left;
  float: left;
  display: inline-block;
  z-index: 2;
}

.topCmsContentLeft .title-r-40 {
}

.topCmsContentText {
  font-size: 18px;
  line-height: 25px;
  /* or 139% */
  color: #000000;
  margin-top: 20px;
}

.topCmsContentRight {
  float: right;
  display: inline-block;
  z-index: 2;
  position: relative;
  top: 30px;
}

.topCmsContentRightImg1 {
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 0;
  max-width: 210px;
  margin: 0 auto;
  right: -400px;
}

.topCmsContentRightImg1 img {
  /* left: 0; */
  max-width: 230px;
}

.topCmsContentRightImg2 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  left: -3px;
}

.topCmsContentRightImg2 img {
}

.topCmsContentRightTitle {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  color: #000000;
  opacity: 0.78;
}

.calcRaschet {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 51px;
  margin-bottom: 20px;
}

.calcRaschet:after {
  content: '';
  clear: both;
  display: block;
}

.title-r-20 {
  font-size: 30px;
  line-height: 44px;
  /* identical to box height */
  color: #3e3e3e;
  font-family: 'Circle-Bold';
  font-display: swap;
  margin-bottom: 30px;
}

.calcRaschetItem {
  display: inline-block;
  width: 24%;
  position: relative;
  vertical-align: middle;
  margin-right: 1%;
}

.calcRaschetItem:after {
  content: '';
  clear: both;
  display: block;
  background: url(../images/right_arrow.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 40%;
}

.calcRaschetItem:nth-child(4) .calcRaschetItemText {
  position: relative;
  top: -10px;
}

.calcRaschetItemNum {
  font-size: 60px;
  line-height: 60px;
  align-items: center;
  text-align: center;
  color: #eaeaea;
  display: inline-block;
  margin-right: 20px;
  padding-left: 15px;
}

.calcRaschetItemText {
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  /* or 144% */
  color: #000000;
  vertical-align: bottom;
}

.calcRaschetItem:last-child {
  margin-right: 0;
}

.calcRaschetItem:last-child:after {
  display: none;
}

.calcRaschetItemCheck {
  position: absolute;
  top: -53px;
  text-align: center;
  left: -121px;
  right: 0;
}

.calcRaschetItemCheck img {
}

.raschetProf {
  margin-left: 100px;
  margin-bottom: 70px;
}

.raschetProf:after {
  content: '';
  clear: both;
  display: block;
}

.raschetProfTitle {
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  float: left;
  margin-right: 100px;
}

.raschetProfText {
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  color: #000000;
  display: inline-block;
  float: right;
  max-width: 100%;
  width: 900px;
}

.raschetProfText p {
  margin-bottom: 40px;
  line-height: 26px;
}

.raschetProfText ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.raschetProfText ol {
  padding-left: 20px;
  margin-bottom: 24px;
}

.raschetProfText a {
  color: #efa019 !important;
}

.raschetProfCell {
  margin-left: 100px;
}

.raschetProfCellItem {
  display: table-cell;
  width: 50%;
  padding-right: 0%;
  position: relative;
  vertical-align: middle;
}

.raschetProfCellItem:first-child {
}

.raschetProfCellItem:last-child {
  width: 31%;
  padding-right: 0;
}

.raschetProfCellItemTitle {
  font-size: 30px;
  line-height: 126.9%;
  /* or 38px */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.raschetProfCellItemCaption {
  font-size: 20px;
  line-height: 35px;
  /* or 175% */
  color: #000000;
  font-family: 'Circle-Light';
  font-display: swap;
  margin-bottom: 30px;
}

.raschetProfCellItemPrice {
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  text-transform: uppercase;
  color: #000000;
  font-family: 'Circle-Bold';
  font-display: swap;
  margin-bottom: 30px;
}

.raschetProfCellItemSrok {
  font-size: 20px;
  line-height: 30px;
  /* or 150% */
  text-transform: uppercase;
  color: #000000;
  font-family: 'Circle-Bold';
  font-display: swap;
}

.non_padding.section {
  padding: 0;
  z-index: 101;
  overflow: visible;
  display: block;
  position: relative;
}

.formRaschet {
  max-width: 900px;
  float: none;
  width: 100%;
  padding-top: 100px;
  margin: 0 auto;
}

.field {
  margin-bottom: 30px;
  display: block;
}

.field.fileInput {
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 50px;
}

.field.fileInput:first-child {
  margin-bottom: 30px;
}

.field.fileInput > span {
  font-size: 20px;
  line-height: 70px;
  /* or 350% */
  color: #000000;
  font-family: 'Circle-Light';
  font-display: swap;
  display: inline-block;
  float: left;
}

.field.fileInput:after {
  content: '';
  clear: both;
  display: block;
}

.field.fileInput .inputFile {
}

.field.fileInput .inputFile span {
  float: right;
  position: relative;
  top: 10px;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  text-transform: uppercase;
  color: #e30e13;
}

.field.fileInput .inputFile span:after {
  content: '';
  background: url(../images/pin.svg);
  background-repeat: no-repeat;
  padding-right: 40px;
  background-position: right;
  background-size: 33px;
  background-position-y: 0px;
  position: relative;
  top: 2px;
  height: 31px;
  display: inline-block;
}

.field.fileInput .inputFile input {
  border: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  text-transform: uppercase;
  color: #e30e13;
  display: none;
}

.field label {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-family: 'Circle-Light';
  font-display: swap;
  margin-bottom: 11px;
  display: block;
}

.field input:not([type="checkbox"]),
.field textarea {
  border: 1px solid #bbb9b9;
  box-sizing: border-box;
  background: no-repeat;
  width: 100%;
  padding: 15px;
}

.formInformation {
  margin: 60px 0px 20px;
  display: block;
}

.formInformation:after {
  content: '';
  clear: both;
  display: block;
}

.formInformationText {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  font-family: 'Circle-Light';
  font-display: swap;
  display: inline-block;
}

.formInformationInform {
  display: inline-block;
  margin-left: 150px;
}

.formInformationInform > img {
  width: 90px;
  float: left;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  top: -17px;
}

.formInformationInformName {
  font-size: 25px;
  line-height: 28px;
  /* or 112% */
  color: #3e3e3e;
  font-family: 'Circle-Bold';
  font-display: swap;
  clear: both;
}

.formInformationInformCaption {
  display: inline-block;
  line-height: 30px;
  color: #000000;
  font-family: 'Circle-Light';
  font-display: swap;
  font-size: 18px;
  display: block;
}

.field .submit {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.field .politics {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  font-family: 'Circle-Light';
  font-display: swap;
  margin-left: 100px;
  margin-top: 20px;
  position: relative;
  top: 10px;
}

.field .politics a {
  border-bottom: 1px dashed;
  font-family: 'Circle-Bold';
  font-display: swap;
}

.imgSingle {
  margin-top: 30px;
}

.imgSingle img {
  width: 100%;
}

.center {
  text-align: center;
}

.section.non_padding.greySection:after {
  content: '';
  clear: both;
  display: block;
}

.raschetForm {
  position: relative !important;
  top: -45px !important;
  z-index: 0 !important;
  overflow: visible !important;
  padding-bottom: 100px !important;
  margin-bottom: -45px !important;
}

.comparePage {
  /*  padding: 15px 0 50px;*/
  overflow: auto;
}

.comparePage .products ul {
  overflow-x: auto;
  flex-wrap: nowrap;
}

.comparePage .products ul li {
  white-space: normal;
  min-width: 280px;
}

.comparePage .personalTabsNav {
  text-align: left;
}

.comparePage .personalTabsNav li:first-child {
  margin-left: 0;
}

.productOptions {
  padding: 28px 40px;
  border: 1px solid #e0dede;
}

.productOption {
  font-size: 20px;
  font-family: 'Circle-Light';
  font-display: swap;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 24px;
}

.productOption span {
  color: #000;
  font-family: 'Circle-Light';
  font-display: swap;
  display: block;
}

.personalTabsNav {
  text-align: center;
  margin: 40px 0 50px;
  border-bottom: 1px solid #e0dede;
}

.personalTabsNav ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 20px;
}

.personalTabsNav ul li a {
  display: block;
  padding: 14px 0px;
  font-size: 18px;
  /* font-family: "Circle-Bold"; */
  text-transform: uppercase;
  text-decoration: none;
  color: #4f4f4f;
  position: relative;
}

.personalTabsNav ul li a:hover {
  text-decoration: none;
}

.personalTabsNav ul li a.active {
  color: #000;
}

.personalTabsNav ul li a.active:after {
  width: 100%;
  bottom: -1px;
  left: 0;
  content: '';
  position: absolute;
  height: 2px;
  background: #000000;
}

.topCmsContentRightImg1.del {
  max-width: 400px;
  right: -320px;
}

.topCmsContentRightImg1.del img {
  width: 100%;
  max-width: 100%;
}

.sectionFeatures.del {
}

.sectionFeatures.del .sectionFeaturesTxtCellItem {
  margin-bottom: 30px;
}

.sectionFeatures.del .sectionFeaturesTxtCellItem:after {
  content: '';
  clear: both;
  display: block;
}

.sectionFeatures.del .sectionFeaturesTxtCellItemIco {
  font-size: 60px;
  /* line-height: 88px; */
  align-items: center;
  text-align: center;
  color: #e0dddd;
  float: none;
  vertical-align: middle;
}

.sectionFeatures.del {
}

.sectionFeatures.del .sectionFeaturesTxtCellItemTxt {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

.sectionFeatures.del .sectionFeaturesTxtCellItemTxt {
  font-size: 18px;
  line-height: 25px;
  /* or 139% */
  color: #000000;
  text-transform: none;
  display: inline-block;
}

.sectionFeatures.del .sectionFeaturesCell > img {
  width: 87%;
}

.delivertyInform {
}

.delivertyInform:after {
  content: '';
  clear: both;
  display: block;
}

.delivertyInformTitle {
  font-size: 30px;
  /* or 40px */
  text-transform: uppercase;
  line-height: 132%;
  display: inline-block;
  float: left;
  margin-right: 25%;
  width: 30%;
}

.delivertyInformText {
  display: inline-block;
  width: 45%;
}

.delivertyInformText p:first-child {
  color: #000000;
  font-family: 'Circle-Bold';
  font-display: swap;
}

.delivertyInformText p {
  font-size: 22px;
  line-height: 27px;
  /* or 136% */
  color: #000000;
  /* font-family: "Circle-Bold"; */
}

.delivertyDelInform {
  margin-top: 90px;
}

.delivertyDelInformItem {
  display: inline-block;
  width: 49%;
  position: relative;
  padding-left: 72px;
}

.delivertyDelInformItem:before {
  content: '';
  width: 1px;
  background: #efa019;
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
}

.delivertyDelInformItem:first-child {
  margin-right: 6%;
}

.delivertyDelInformItem:last-child {
  width: 40%;
}

.delivertyDelInformItemTitle {
  color: #000000;
  font-family: 'Circle-Bold';
  font-display: swap;
  font-size: 22px;
  line-height: 28px;
  /* or 112% */
  color: #000000;
  margin-bottom: 10px;
}

.delivertyDelInformItemCaption {
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  color: #000000;
  opacity: 0.67;
  margin-bottom: 10px;
}

.delivertyDelInformItemText {
  font-size: 18px;
  line-height: 28px;
  /* or 140% */
  color: #000000;
}

.deliveryPickup {
}

.deliveryPickupCell {
  display: table-cell;
  width: 50%;
  padding-right: 0%;
  position: relative;
  vertical-align: middle;
}

.deliveryPickupCell:first-child {
  width: 50%;
}

.deliveryPickupCell:last-child {
  width: 30%;
}

.deliveryPickupCell img {
  max-width: 555px;
  width: 100%;
}

.deliveryPickupCellTitle {
  font-size: 35px;
  line-height: 140%;
  /* or 49px */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 50px;
}

.deliveryPickupCellInform {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px;
  display: block;
  max-width: 700px;
}

.deliveryPickupCellInformIcon {
  display: inline-block;
  vertical-align: top;
  margin-right: 13px;
}

.deliveryPickupCellInformIcon img {
  max-width: 66px;
}

.deliveryPickupCellInformAddress {
  display: inline-block;
  font-size: 23px;
  line-height: 30px;
  /* or 130% */
  color: #000000;
  margin-right: 38px;
}

.deliveryPickupCellInformTime {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
  color: #000000;
}

.deliveryPickupCellBottom {
  display: block;
  margin: 60px 0 0;
}

.deliveryPickupCellBottom:after {
  content: '';
  clear: both;
  display: block;
}

.deliveryPickupCellBottomTitle {
  font-size: 15px;
  line-height: 25px;
  /* or 167% */
  color: #000000;
  font-family: 'Circle-Bold';
  font-display: swap;
  display: inline-block;
  float: left;
  margin-right: 90px;
}

.deliveryPickupCellBottomList {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
}

.deliveryPickupCellBottomList li {
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  color: #000000;
  margin-bottom: 15px;
}

.deliveryPickupCell img {
}

.deliveryPickupPayment {
}

.deliveryPickupPayments {
  margin-bottom: 100px;
  margin-top: 30px;
  position: relative;
}

.deliveryPickupPaymentItem {
  background: #f3f3f3;
  width: 31%;
  margin-right: 3%;
  display: inline-block;
  /* font-size: 20px; */
  /* line-height: 29px; */
  /* text-align: center; */
  /* text-transform: uppercase; */
  /* color: #000000; */
  /* padding: 50px 0; */
  vertical-align: middle;
  position: relative;
  height: 130px;
}

.deliveryPickupPaymentItem:last-child {
  margin-right: 0;
}

.deliveryPickupPaymentItemInform {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.deliveryPickupPaymentItemInform img {
  max-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 11px;
}

.deliveryPickupPaymentItemInform span {
  display: none;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  color: #000000;
  opacity: 0.5;
  /* display: block;*/
  text-transform: none;
}

.title-r-30 {
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000000;
}

.blogHomeItemBottom {
  display: block;
  margin-top: 100px;
}

.blogHomeItemBottom:after {
  content: '';
  clear: both;
  display: block;
}

.blogHomeItemBottomItem {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
}

.blogHomeItemBottomItem:last-child {
}

.blogHomeItemBottomItemImg {
  margin-bottom: 20px;
  display: block;
}

.blogHomeItemBottomItemImg img {
  width: 100%;
}

.blogHomeItemBottomItemInfo {
  display: inline-table;
  margin-bottom: 20px;
}

.blogHomeItemBottomItemInfoTag:after {
  content: '';
  width: 1px;
  height: 13px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
}

.blogHomeItemBottomItemInfoTag {
  font-size: 14px;
  line-height: 25px;
  align-items: center;
  color: #000000;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.blogHomeItemBottomItemInfoDate {
  font-size: 14px;
  line-height: 25px;
  align-items: center;
  color: #efa019;
  display: inline-block;
}

.blogHomeItemBottomItemTitle {
  font-size: 23px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  margin-bottom: 21px;
  cursor: pointer;
  display: block;
}

.blogHomeItemBottomItemLink {
  font-size: 15px;
  line-height: 25px;
  align-items: center;
  text-transform: uppercase;
  color: #efa019;
  border-bottom: 1px solid;
  padding-bottom: 12px;
  cursor: pointer;
}

.blogHomeItemBottomItemInfoTop {
  margin-bottom: 14px;
}

.blogHomeItemBottomItemInfoTop:after {
  content: '';
  clear: both;
  display: block;
}

.blogHomeItemBottomItemTitle:hover {
  text-decoration: none;
}

.blogHomeItemBottomItemLink:hover {
  border-color: #fff;
}

.cmsPageImgTextCellItemText.car p:first-child {
  font-family: 'Circle-Bold';
  font-display: swap;
}

.cmsPageImgTextCellItemTextBtn {
  position: relative;
  overflow: hidden;
}

.cmsPageImgTextCellItemTextBtn:after {
  content: '';
  background: url(../images/hh.svg);
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  right: 28px;
  top: 13px;
  background-size: 100%;
}

.careerFeatures {
}

.careerFeaturesItems {
  margin-top: 40px;
  margin-bottom: 50px;
}

.careerFeaturesItem {
  display: inline-block;
  width: 32%;
  position: relative;
  vertical-align: middle;
  margin-right: 1%;
}

.careerFeaturesItemNum {
  font-size: 60px;
  line-height: 60px;
  align-items: center;
  text-align: center;
  color: #eaeaea;
  display: inline-block;
  margin-right: 20px;
  padding-left: 15px;
}

.careerFeaturesItemText {
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  vertical-align: super;
}

.careerFeaturesItem:last-child {
  margin-right: 0;
}

.formRaschet.car {
  float: none;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding-top: 30px;
}

.contactsTitleBottom {
  font-size: 18px;
  line-height: 30px;
  /* or 167% */

  text-align: center;

  color: #000000;
}

.contactsInformation {
  display: flex;
}

.contactsInformation:after {
  content: '';
  clear: both;
  display: block;
}

.contactsInformationItem {
  display: inline-block;
  width: 30%;
  position: relative;
  padding-left: 72px;
  overflow: visible;
}

.contactsInformationItem:before {
  content: '';
  width: 1px;
  background: #efa019;
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
}

.contactsInformationItemTitle {
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 10px;
}

.contactsInformationItemPhone {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 28px;
  /* or 112% */
  color: #000000;
  font-family: 'Circle-Bold';
  font-display: swap;
}

.contactsInformationIteWhats {
}

.contactsMaps {
  padding-bottom: 0;
}

.contactsMaps .title-r-30 {
  margin-bottom: 20px;
}

.contactsMapsItems {
}

.contactsMapsItem {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
}

.contactsMapsItem:last-child {
  margin-right: 0;
}

.contactsMapsItemMap {
  margin-bottom: 20px;
}

.contactsMapsItemTitle {
  font-size: 23px;
  line-height: 28px;
  /* or 120% */
  color: #000000;
  font-family: 'Circle-Bold';
  font-display: swap;
  margin-bottom: 20px;
}

.contactsMapsItemCaption {
  font-size: 18px;
  line-height: 20px;
  /* or 111% */
  color: #000000;
  opacity: 0.7;
}

.contactsInformationIteEmail {
  margin-bottom: 10px;
  content: '';
  background: url(../images/mail.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  display: block;
  padding-left: 34px;
  background-size: 24px;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  /* or 156% */
  color: #000000;
  opacity: 0.77;
  background-position-y: 0px;
}

.contactsInformationIteWhats {
  content: '';
  background: url(../images/whats.svg);
  background-repeat: no-repeat;
  height: 29px;
  display: block;
  padding-left: 34px;
  background-size: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  opacity: 0.77;
  background-position-y: 0px;
  /* border-bottom: 1px dashed; */
  /* width: 114px; */
  /* background-position-x: -32px; */
  overflow: visible;
  position: relative;
}

.contactsInformationIteWhats span {
  border-bottom: 1px dashed;
  opacity: 0.66;
}

.staticPageRow {
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}

.staticPageRow:after {
  width: 0;
  height: 0;
  clear: both;
  content: '';
  display: block;
}

.staticPageCol1 {
  float: left;
  width: 70%;
}

.staticPageCol2 {
  float: right;
  width: 23.1%;
}

.sideBarBlockTitle {
  font-size: 25px;
  line-height: 36px;
  /* or 144% */
  align-items: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.popularList {
}

.popularListItem {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.popularListItemImg {
}

.popularListItemImg img {
  width: 100%;
}

.popularListItemInfo {
  margin-top: 14px;
}

.popularListItemInfoTag {
  font-size: 14px;
  line-height: 25px;
  align-items: center;
  color: #000000;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  color: #000000;
  opacity: 0.66;
}

.popularListItemInfoDate {
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  align-items: center;
  color: #efa019;
}

.popularListItemTitle {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  margin-bottom: 21px;
  cursor: pointer;
  margin-top: 10px;
}

.popularListItem:after {
  content: '';
  clear: both;
  display: block;
}

.popularListItem:last-child {
  border: 0;
}

.social-share {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}

.social-share li {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4px;
}

.social-share li.social-share-btn_tw-cont,
.social-share li.social-share-btn_fb-cont {
  display: none;
}

.social-share li.social-share-telegram {
  font-size: 13px;
  line-height: 32px;
  margin-left: 10px;
}

.social-share li.social-share-telegram a {
  font-weight: 700;
}

.social-share-btn {
  display: inline-block;
  vertical-align: top;
  background: #ccc;
  color: #fff;
  text-decoration: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 14px 7px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.social-share-btn:hover,
.social-share-btn:focus,
.social-share-btn:active {
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.social-share-btn i {
  vertical-align: top;
  margin-right: 8px;
  margin-top: -1px;
}

.social-share-btn_tw,
.social-share-btn_tw:hover,
.social-share-btn_tw:focus,
.social-share-btn_tw:active {
  background: #00abed;
}

.social-share-btn_fb,
.social-share-btn_fb:hover,
.social-share-btn_fb:focus,
.social-share-btn_fb:active {
  background: #4c68b3;
}

.social-share-btn_vk,
.social-share-btn_vk:hover,
.social-share-btn_vk:focus,
.social-share-btn_vk:active {
  background: #426b9a;
}

.social-share__cnt {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  margin-left: 7px;
}

.social-share {
  overflow: hidden;
  padding: 0;
  margin-top: 70px;
}

.social-share > div {
  float: left;
}

.social-share-desc {
  font-size: 18px;
  line-height: 1.85;
  margin-left: 0.5em;
  color: #aaa;
  float: left;
}

.social-share-desc a,
.social-share-desc a:hover,
.social-share-desc a:active,
.social-share-desc a:visited {
  color: #aaa;
  text-decoration: underline;
}

.social-share .i {
  background: url(../images/icons-social.png) no-repeat 0 0;
  vertical-align: text-top;
  display: inline-block;
}

.social-share .i-sfb {
  width: 17px;
  height: 17px;
  background-position: 0 -167px;
}

.social-share .i-stw {
  width: 19px;
  height: 17px;
  background-position: 0 -186px;
}

.social-share .i-stw_sq {
  width: 32px;
  height: 32px;
  background-position: 0 -205px;
}

.social-share .i-svk {
  width: 24px;
  height: 17px;
  background-position: 0 -239px;
}

.staticPageContent {
}

.staticPageContent h2 {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 29px;
  display: block;
  margin-bottom: 15px;
}

.staticPageContent p {
  font-size: 16px;
  line-height: 23px;
  /* or 92% */
  letter-spacing: 0.02em;
  color: #000000;
}

.staticPageContent img {
  margin: 20px 0;
}

.staticPageCol1 .left:after {
  content: '';
  clear: both;
  display: block;
}

.similarProducts .left:after {
  content: '';
  clear: both;
  display: block;
}

.similarProducts .title-r-30 {
  display: block;
  width: 100%;
  text-align: left;
}

.staticPageCol1 .title-r-30 {
  display: block;
  width: 100%;
  text-align: left;
}

.cmsPageImgTextCellItemText.des p:first-child {
  color: #e30e13;
}

.cmsPageImgTextCellItemDes {
  overflow: hidden;
  position: relative;
}

.desChoos {
  padding: 85px 0px 70px;
}

.desChoos:after {
  content: '';
  clear: both;
  display: block;
}

.desChoosLeft {
  display: inline-block;
  float: left;
}

.desChoosLeftTitle {
  font-size: 28px;
  line-height: 30px;
  /* or 100% */
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}

.desChoosLeftText {
  font-size: 18px;
  line-height: 30px;
  /* or 150% */
  color: #000000;
}

.desChoosRight {
  display: inline-block;
  float: right;
  margin-right: 16%;
  position: relative;
  top: 15px;
}

.desChoosRightList {
}

.desChoosRightList span {
  font-size: 20px;
  line-height: 40px;
  /* or 200% */
  text-transform: uppercase;
  color: #e30e13;
  display: block;
}

.desSotrud {
  padding: 85px 0px 70px;
}

.desSotrudItem {
  display: inline-block;
  width: 30%;
  border-bottom: 1px solid #e30e13;
  padding-bottom: 22px;
  margin-right: 2%;
  min-height: 91px;
}

.desSotrudItem:last-child {
}

.desSotrudItemIcon {
  display: inline-block;
}

.desSotrudItemIcon img {
}

.desSotrudItemTxt {
  font-size: 18px;
  line-height: 25px;
  /* or 139% */
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.desAdress {
  padding: 85px 0px 70px;
}

.desAdressCell {
  display: table-cell;
  width: 50%;
  padding-right: 0%;
  position: relative;
  vertical-align: middle;
}

.desAdressCell:first-child {
  width: 38%;
}

.desAdressCell:last-child {
}

.desAdressCell img {
}

.desAdressCellHead {
  font-size: 16px;
  line-height: 25px;
  /* or 156% */
  text-transform: uppercase;
  color: #3e3e3e;
  margin-bottom: 20px;
}

.desAdressCellTitle {
  font-size: 28px;
  line-height: 40px;
  /* or 143% */
  color: #000000;
  margin-bottom: 30px;
}

.desAdressCellBottom {
  font-size: 21px;
  line-height: 40px;
  /* identical to box height, or 190% */
  color: #000000;
}

.desAdressCellBottom a {
  border-bottom: 1px solid #e30e13;
  color: #e30e13;
}

.formRaschet .twoField {
}

.formRaschet .twoField:after {
  content: '';
  clear: both;
  display: block;
}

.formRaschet .twoField .field {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
  float: left;
}

.formRaschet .twoField .field:last-child {
  margin-right: 0;
  float: right;
}

.w-48 {
  width: 48%;
}

.w-96 {
  width: 100%;
}

.desSotrud:after {
  content: '';
  clear: both;
  display: block;
}

.cartPage table thead th {
  font-size: 16px;
  text-align: left;
  font-family: 'Circle-Light';
  font-display: swap;
  font-weight: normal;
  opacity: 0.5;
}

.cartPage {
  margin: 0 0 40px;
}

.cartPage tr th:first-child,
.cartPage tr td:first-child {
  width: 240px;
}

.cartPage tr th:nth-child(3),
.cartPage tr td:nth-child(3) {
  width: 230px;
}

.cartPage tr th:nth-child(4),
.cartPage tr td:nth-child(4) {
  width: 180px;
}

.cartPage tr th:last-child,
.cartPage tr td:last-child {
  width: 110px;
}

.cartTableHead th {
  padding: 8px 20px;
}

.cartTableItem {
  border: 1px solid #e0dede;
  margin: 0 0 14px;
}

.cartTableItem td {
  padding: 20px;
}

.cartTableItem td .productItemPriceOld {
  color: #403d3d;
  /* font-family: "Cirlcle-Regular"; */
}

.cartTableItem td .num {
  margin: 22px 0 0;
}

.cartItemTitle {
  font-size: 20px;
  font-family: 'Circle-Bold';
  font-display: swap;
}

.cartItemTitle a {
  text-decoration: none;
}

.cartItemTitle a:hover {
  text-decoration: none;
}

.cartItemAttr {
  font-size: 18px;
}

.removeItemCart {
  font-size: 17px;
  border: none;
  background: none;
  margin: 0 30px 0 10px;
}

.cartPageFooter {
  text-align: right;
  margin: 0 0 30px;
}

.cartPageTotal {
  margin: 0 0 40px;
}

.cartPageTotal strong {
  font-size: 35px;
  font-family: 'Circle-Bold';
  font-display: swap;
  display: block;
  margin: 0 0 4px;
}

.cartPageTotal span {
  font-size: 16px;
}

.cartPageTotal .infoBlock {
  margin: -2px 0 0;
}

.cartPageButtons .btnMid {
  margin: 0 0 0 10px;
}

.cartPageButtons .btnMid:first-child {
  margin: 0;
}

.cartCountText {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 20px 0 0;
  color: #333333;
  font-family: 'Circle-Light';
  font-display: swap;
  border-bottom: 1px solid;
}

.cartPage .productItemPriceOld {
  text-align: left;
}

.cartPage .productItemPrice {
  text-align: left;
}

.cartPageFooter {
  text-align: right;
  margin: 0 0 30px;
}

.cartPageTotal {
  margin: 0;
  margin-right: 40px;
  display: inline-block;
  position: relative;
  top: 10px;
}

.cartPageTotal strong {
  font-size: 35px;
  font-family: 'Circle-Regular';
  font-display: swap;
  display: block;
  margin: 0 0 4px;
}

.cartPageTotal span {
  font-size: 16px;
  font-family: 'Circle-Bold';
  font-display: swap;
}

.cartPageTotal .infoBlock {
  margin: -2px 0 0;
}

.cartPageButtons .btnMid {
  margin: 0 0 0 10px;
}

.cartPageButtons .btnMid:first-child {
  margin: 0;
}

.cartPageButtons button {
  position: relative;
  overflow: hidden;
}

.modalWindow {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 9999999;
  display: none;
  padding: 5px;
  color: #000;
}

.modalWindowMask {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.modalWindowBody {
  max-width: 800px;
  margin: 5% auto;
  background: #fff;
  padding: 40px 70px;
  position: relative;
  animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-name: zoomIn;
}

.modalWindowBody p {
  color: #333333;
  margin: 0 0 25px;
}

.modalWindowBody p:last-child {
  margin: 0;
}

.modalWindowBody p a {
  color: #ff0000;
}

.modalWindowBody .grey {
  font-size: 14px;
  line-height: 160%;
  color: #333333;
  opacity: 0.6;
  letter-spacing: 0;
}

.modalWindowBody .formCheckbock {
  margin: 10px 0 20px;
}

.modalWindowBody .formCheckbock span {
  line-height: 160%;
  color: #333333;
  opacity: 0.6;
  letter-spacing: 0;
  font-size: 14px;
}

.modalWindowClose {
  width: 17px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 26px;
  line-height: 22px;
  transition: ease 0.3s all;
  transition-duration: 0.8s;
  transition-property: transform;
  font-size: 16px;
}

.modalWindowClose:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.openModal {
  overflow: hidden;
}

.formControl {
  margin: 0 0 22px;
}

.field input:not([type="checkbox"]) {
  height: 66px;
  border: 1px solid #333333;
  padding: 0 20px;
  font-size: 16px;
}

.field textarea {
  width: 100%;
  border: 1px solid #333333;
  padding: 15px 20px;
  font-size: 16px;
}

.modalWindowFooter {
  padding: 40px 0 0;
}

.modalWindowTitle {
  font-size: 40px;
  margin: 0;
  float: left;
}

.modalWindowHead {
  margin: 0 0 35px;
}

.modalWindowHead:after {
  width: 0;
  height: 0;
  clear: both;
  content: '';
  display: block;
}

.modalWindowHead .dashedLink {
  float: right;
  margin: 14px 0 0;
  color: #ff0000;
}

.modalWindowTitle2 {
  font-size: 26px;
}

.modalWindow button {
  overflow: hidden;
  position: relative;
}

.title-r-25 {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 125.8%;
  text-transform: uppercase;
  color: #000000;
}

.modalWindowBody .field input:not([type="checkbox"]) {
  height: 50px;
  border: 1px solid #bbb9b9;
}

.success-form.success,
.response-result.success {
  color: green;
}

.clear {
  clear: both;
  display: block;
  margin: 90px 0;
}

.post-meta-info {
  display: inline-block;
}

.post-meta-info .staticPageDate {
  display: inline-block;
  margin: 0 0px 24px 0px;
  font-size: 16px;
  color: #717171;
}

.post-meta-info .deter {
  display: inline-block;
  margin: 0 5px 24px 5px;
  font-size: 16px;
  color: #717171;
}

.post-meta-info .staticPageCounter {
  display: inline-block;
  margin: 0 0px 24px 0px;
  font-size: 16px;
  color: #717171;
}

.inputFile {
  cursor: pointer;
}

.cartModal {
  text-align: center;
  letter-spacing: 0px;
}

.cartModalTitle {
  font-size: 30px;
  font-family: 'Montserrat-Bold';
  font-display: swap;
  margin-bottom: 16px;
}

.cartModalDesc {
  font-size: 16px;
  font-family: 'Montserrat-Light';
  font-display: swap;
  margin-bottom: 22px;
}

.cartModalNumbs {
  margin-bottom: 25px;
  line-height: 30px;
}

.cartModalNumbs:after {
  clear: both;
  display: block;
  content: '';
}

.cartModalNumbsPrice,
.cartModalNumbsCount {
  width: 50%;
  float: left;
}

.cartModalNumbsCount {
  font-size: 16px;
  opacity: 0.6;
  position: relative;
}

.cartModalNumbsCount:after {
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: #000000;
}

.cartModalNumbsPrice {
  font-size: 18px;
  font-family: 'Circle-Bold';
  font-display: swap;
}

.semi {
  font-family: 'Circle-Bold';
  font-display: swap;
}

.cartModalBtn {
  display: block;
  text-align: center;
  font-family: 'Circle-Bold';
  font-display: swap;
  text-transform: uppercase;
  margin-top: 26px;
  text-decoration: none;
}

.cartModalBtn:hover {
  color: #ff0000;
}

.section.viewed {
  position: relative;
}

.section.viewed:before {
  content: '';
  position: absolute;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #f2f2f2;
}

.section.viewed .owl-nav > div {
  display: flex;
  justify-content: center;
  align-items: center;
  top: -53px;
}

.search-page {
  margin-bottom: 30px;
  display: block;
}

.search-page form {
  display: flex;
  margin-bottom: 20px;
}

.search-page input[type='text'] {
  color: #000;
  background: #fff;
  text-transform: none;
  font-size: 15px;
  padding: 10px 20px;
  max-width: 320px;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}

.search-page input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 20px 44px;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  border: none;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  text-transform: uppercase;
  color: #fff;
  background: #403d3d;
  min-width: 188px;
  display: inline-block;
  max-width: 250px;
}

.md_fav.to_wishlist path {
  fill: #efa019;
}

.productPageDataIconsCompare.active path {
  stroke: #efa019;
}

.headerBtns .cart .btnCard {
  position: relative;
}

.headerBtns .cart .name {
  position: absolute;
  left: 60px;
  top: 12px;
}

.footerBottomItems {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  opacity: 0.4;
  line-height: 32px;
}

.footerBottomItems a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin-right: 10px;
}

.footerBottomItems a:first-child {
  display: none;
}

.footerBottomItems a:hover {
  color: #fff;
  text-decoration: underline;
}

.privacy {
}

.privacy p {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #000000;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 10px;
  /* font-family: "Circle-Bold"; */
}

.privacy h2 {
}

.privacy ul,
.privacy ol {
  margin-left: 20px;
}

.privacy ul li,
.privacy ol li {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 10px;
}

.filterSorted {
  display: none;
}

#bx-soa-region .bx-soa-section-content.container-fluid {
  padding-top: 0 !important;
}

#btnToUp {
  display: none;
  position: fixed;
  bottom: 90px;
  left: 23px;
  width: 50px;
  height: 50px;
  background: none;
  border: 1px solid #979494;
  z-index: 999;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #979494;
}

#btnToUp:hover {
}

#btnToUp path {
  fill: #fff;
}

.products .js-productsSlider-5 .owl-nav {
  position: absolute;
  display: block;
  top: -19px;
  background: none !important;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 0;
  -ms-border-radius: 50%;
  font-size: 15px;
  color: #000 !important;
  line-height: 37px;
  margin: -25px 0 0;
  border: 0;
  right: 7px;
  text-align: right;
}

.products .js-productsSlider-5 .owl-nav .owl-prev {
  color: #000;
  background: none;
  border: 1px solid;
  border-radius: 0;
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0;
  margin: 0 4px 0 0;
  text-align: center;
}

.products .js-productsSlider-5 .owl-nav .owl-next {
  color: #000;
  background: none;
  border: 1px solid;
  border-radius: 0;
  width: 38px;
  height: 38px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.buy_this {
}

.buy_this_title {
  padding-right: 100px;
}

.buy_this_tabs {
}

.buy_this_head {
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 13px;
}

.buy_this_head > div {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #a9aaac;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #212121;
  padding: 5px 25px;
  z-index: 1;
  cursor: pointer;
}

.buy_this_head > div:first-child {
}

.buy_this_head > div:hover {
  background: #ccc;
  border-color: #ccc;
}

.buy_this_head > div.active {
  background: #ccc;
  border-color: #ccc;
}

.buy_this_content {
  position: relative;
  z-index: 0;
}

.pageBannerPost img,
.staticPageContent img {
  cursor: pointer;
}

#photoShow .textCenter img {
  width: 100%;
}

.productOffers {
  margin-top: 0;
  margin-bottom: 23px;
}

.productOffersList {
  margin-top: 15px;
}

.productOffersList .title {
  font-size: 12px;
  line-height: 22px;
  align-items: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7;
  display: inline-block;
  margin-bottom: 2px;
}

.productOffersList .list {
  display: flex;
}

.productOffersList .list a {
  display: inline-block;
  background: #cccc;
  margin-right: 8px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  height: 24px;
  line-height: 25px;
  border: 1px solid #cccc;
}

.productOffersList .list a.active_offer,
.productOffersList .list a:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.productPageImagesButtons {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
	position: absolute;
    top: 35px;
    left: 0px;
    z-index: 1;
}

.productPageImagesButtons .btnMid {
  display: inline-block;
  padding: 5px 10px 3px;
  background: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  float: left;
  border-right: 1px solid #ccc !important;
  color: #000 !important;
  font-size: 14px;
}

@media (max-width: 767px) {
	.productPageImagesButtons {
    right: auto;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    top: 0;
}
  .productPageImages {
    padding-top: 40px;
  }
  .productPageImagesButtons {
    right: auto;
  }
  .productPageImagesButtons .btnMid {

  font-size: 12px;
}

}

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




.productPageImagesButtons .btnMid:last-child {
  border-right: 1px solid #f9f9f9 !important;
}

html .productPageImagesButtons .btnMid,html .productPageImagesButtons .btnMid:last-child {
    border: 1px solid #00000033 !important;
}

.detail_text__Text {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-transform: none;
  display: inline-block;
}
.listSeries {
}
.listSeries .productItem {
  background: #f9f9f9;
  color: #2a2a2a;
}
.listSeriesTitle {
  font-size: 20px;
  margin: 0 0 20px;
  cursor: pointer;
  text-align: left;
}
.listSeriesItems {
  text-align: left;
}
.listSeriesItem {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.listSeriesItem:hover .listSeriesItemTitle {
  text-decoration: underline;
}
.listSeriesItemTitle {
  font-size: 16px;
  margin: 0 0 5px;
  cursor: pointer; /* text-transform: uppercase; */
}
.listSeriesItemPrice {
  font-size: 16px;
  margin: 0 0 10px;
  cursor: pointer;
}
a.sc-7dvmpp-1 {
  display: none;
}

.q8c6tt-2 {
  bottom: 78px;
}

.productOffersList.notVisible {
  visibility: hidden;
  height: 0;
  margin: 0;
}
#bx-soa-region .bx-sls .bx-ui-sls-pane {
  z-index: 9999;
}
div.title-search-result {
  display: none !important;
}
.contactsMaps:after {
  content: '';
  clear: both;
  display: block;
}
.contactsMaps .item {
  background: #f9f9f9;
  padding: 15px;
  position: relative;
}
.contactsMaps .item .name {
  color: #000000;
  /* font-family: "Circle-Bold"; */
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 22px;
}
.contactsMaps .item .name:hover {
  text-decoration: underline;
}
.contactsMaps .item .name span {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #b4d5d2;
  color: #fff;
  font-size: 14px;
  margin-right: 11px;
  float: left;
}
.contactsMapsLeft {
  width: 23%;
  float: left;
  margin-right: 2%;
}
.contactsMapsRight {
  width: 75%;
  float: left;
}
.contactsMaps #map {
  width: 100%;
  height: 400px;
  padding: 10px;
  background: #f9f9f9;
  box-sizing: border-box;
}
/*.contactsMaps .item.active .showroom-item{
	display: block;
}*/
.showroom-item {
  padding-left: 49px;
  line-height: 18px;
}
.showroom-item_text {
  line-height: 21px;
  font-size: 14px;
}
.showroom-item_text b {
  font-weight: normal;
  font-family: 'Circle-Regular';
  font-display: swap;
  color: #000;
}
.showroom-item_text .t1 {
}
.showroom-item_text .adr {
  margin-bottom: 10px;
  margin-top: 9px;
}
.showroom-item_text .tel {
  margin-bottom: 10px;
}
.showroom-item_text .t2 {
}
.productDesc {
  margin-bottom: 60px;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  top: -50px;
}
.productDescTitle {
  font-size: 26px;
  line-height: 135%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}
.productDescText {
  line-height: 1.5;
  font-size: 16px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.productDesc ul,
.productDesc ol {
  padding-left: 20px;
}
.productDesc p,
.productDesc li {
  line-height: 1.5;
  font-size: 16px;
}
.comparePage .productItem {
  background: #fff;
}
.comparePage .productItemImage a {
  text-align: center;
  margin: 0 auto;
  display: table;
}
body .comparePage .productItem:hover .r-productItem path {
  stroke: #000 !important;
  opacity: 0.9;
}
.comparePage .productItem .productItemTitle a {
}
.comparePage .productItem .productItemTitle a {
}
@media screen and (max-width: 1024px) {
  .contactsMapsLeft {
    width: 30%;
  }
  .contactsMapsRight {
    width: 67%;
  }
  .contactsInformation {
    display: flex;
  }
  .contactsInformationItem:before {
    display: none;
  }
  .contactsInformationItem {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .contactsMapsLeft {
    width: 100%;
  }
  .contactsMapsRight {
    width: 100%;
  }
  .checkboxList li {
    margin: 0 0 3px;
  }

  .catalogHead {
    padding: 0 !important;
  }

  .catalog.sectionHead.mb-30 {
    margin-bottom: 0;
  }

  .topCmsContent {
    padding: 0px 0 40px;
  }

  .hidden-xs {
    display: none !important;
  }

  .sectionFeaturesTxtCellItemTxt {
    font-size: 20px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .headerInnerWrap {
    padding-top: 12px;
  }

  .headerInnerWrap .right.searchFormMain {
    position: inherit;
  }

  .header.headerNavWrap {
    padding: 0;
  }

  .header .logo img {
    width: 140px;
  }

  .headerTopNav ul li a.dottedLink {
    border-bottom: 0;
  }

  .headerTopNav ul li a {
    padding: 6px 0 4px;
  }

  .headerBtns .cart .btnCard {
    margin-right: 0;
  }

  .sectionFirst .breadcrumbs1 {
    padding-top: 15px;
    margin-bottom: 20px;
  }

  .searchFormMain.opened .searchForm {
    position: fixed;
    top: 48px;
  }

  .header.fixed .searchFormMain.opened .searchForm {
    top: 49px;
  }

  .footerMin .copy {
    float: none;
    flex: 1 1 100%;
    text-align: left;
  }

  .footerBottomItems a {
    display: block;
  }

  .calcRaschetItemText {
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    vertical-align: -webkit-baseline-middle;
    max-width: 70%;
  }

  .raschetProfCellItemPrice {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .non_padding.raschetForm {
    padding-bottom: 5px !important;
  }

  .social-share {
    margin-top: 40px;
  }

  .social-share-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 9px 7px 6px;
  }

  .productPageRow {
    margin-bottom: 0;
  }

  .productPageMinImages.non_youtube ul {
    width: 350px;
    left: -8px;
  }

  .buy_this_head {
    white-space: nowrap;
    overflow: scroll;
  }

  .viewed .embla-navs {
    top: -25px;
  }

  .footer .footerCol:nth-child(3) {
    padding-left: 0;
  }
  .productDesc {
    top: 0;
  }
  #header {
    z-index: 111;
  }
}
@media screen and (max-width: 767px) {
  .products .js-productsSlider-5 .owl-nav {
    top: -69px;
  }

  .contactsInformation {
    display: inline-block;
  }
  .contactsInformationItem {
    width: 100%;
    margin-bottom: 25px;
  }
  #mobHeaderNav .headerNav li a {
    font-size: 18px;
  }
  #mobHeaderNav .headerNav .subMenuWrap li a {
    font-size: 15px;
    padding: 8px 15px;
  }

  #mobHeaderNav .headerTopNav::before {
    width: calc(100% - 30px);
    height: 1px;
    margin: 20px auto;
    display: block;
    content: '';
    background: #e0dede;
  }

  #mobHeaderNav .headerTopNav li a {
    font-size: 16px;
  }

  .headerBtns li.compare,
  .headerBtns li.heart {
    margin: 0 !important;
  }
}
.ymaps > p:first-child b {
  text-transform: uppercase;
  color: #000000;
  font-family: 'Circle-Bold';
  font-display: swap;
}

@media screen and (max-width: 450px) {
  .productPageMinImages.non_youtube ul {
    width: 320px;
  }
}
/*
.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; 
    border-radius: 50%;
    width: 48px; 
    height: 48px; 
    color: #fff;
    text-align: center;
    line-height: 53px; 
    font-size: 35px; 
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; 
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {  
    .whatsapp-button {   
        bottom: 90px;
    left: 317px;
      }
    }
    */

    .enabled_lamp{
        display: none;
    }
    .enabled_lamp_exsist:hover .disabled_lamp{
        display: none;
    }
    .enabled_lamp_exsist:hover .enabled_lamp{
        display: inline;
    }
	
.field.privacy input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
	flex: 0 0 20px;
}

.field.privacy label {
    display: flex;
    align-items: center;
    gap: 10px;
}