

/* Start:/local/templates/samura/components/bitrix/menu/header-menu-top/style.css?177075467046273*/
header.white .header-menu-wrap .header-menu > .li > a.catalog {
  background-color: #F3F6F6;
}

.header-menu-wrap {
  height: calc(100% + 1px);
}
@media screen and (max-width: 1279px) {
  .header-menu-wrap {
    display: none;
  }
}
.header-menu-wrap .header-menu {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-menu-wrap .header-menu > .li {
  height: 100%;
  padding: 0 0 0 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .header-menu > .li {
    padding-left: 10px;
  }
}
.header-menu-wrap .header-menu > .li > a {
  position: relative;
  z-index: 2;
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 20px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 479px) {
  .header-menu-wrap .header-menu > .li > a {
    font-size: 14px;
  }
}
.header-menu-wrap .header-menu > .li > a.catalog {
  display: block;
  background-color: #FFFFFF;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
  min-width: 152px;
  max-width: 152px;
  padding-left: 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 53px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header-menu-wrap .header-menu > .li > a.catalog svg {
  margin-right: 15px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header-menu-wrap .header-menu > .li > a.catalog:hover:not(.noHover), .header-menu-wrap .header-menu > .li > a.catalog.hover {
    color: #76767B;
  }
  .header-menu-wrap .header-menu > .li > a.catalog:hover:not(.noHover) svg, .header-menu-wrap .header-menu > .li > a.catalog.hover svg {
    -webkit-transform: rotate(180deg); /* Chrome y Safari */
    -moz-transform: rotate(180deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number); /* Robotonet Explorer */
    -o-transform: rotate(180deg); /* Opera */
    -ms-transform: rotate(180deg);
  }
}
.header-menu-wrap .header-menu > .li.hover .second {
  top: 104px;
  left: 0;
  opacity: 1;
}
.header-menu-wrap .second {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #FFFFFF;
}
.header-menu-wrap .left-menu-wrap {
  width: 1720px;
  margin: 0 auto;
}

@media(min-width: 2560px) {
  .header-menu-wrap .left-menu-wrap {
    width: 2360px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-wrap {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .header-menu-wrap .left-menu-wrap {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-wrap .left-menu-wrap {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu {
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  border-right: 1px solid #D9D9D9;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu {
    min-width: 250px;
    max-width: 250px;
  }
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li {
  position: relative;
  width: 100%;
  height: 46px;
  display: block;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:after, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:before {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  top: 0;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:after {
  background-color: #005F61;
  left: -250%;
  width: 200%;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:before {
  left: -50%;
  width: 150%;
  background: linear-gradient(-90deg, #008c8f 0%, #005f61 100%);
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;
  text-decoration: none;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a .arrow-menu {
  content: "";
  position: relative;
  z-index: 0;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a .arrow-menu path {
  fill: rgba(0, 0, 0, 0.5);
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a svg {
  margin-right: 12px;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a .arrow-menu {
  margin-right: 35px;
  margin-left: auto;
  min-width: 13px;
  max-width: 13px;
  height: 8px;
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/img/menu-arrow.svg") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a .arrow-menu {
    margin-right: 15px;
  }
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a span {
  position: relative;
  z-index: 1;
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  white-space: normal;
  margin-right: 30px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a span {
    margin-right: 15px;
  }
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a .new {
  padding: 8px 8px 7px;
  -webkit-border-radius: 7.4px;
  -moz-border-radius: 7.4px;
  -ms-border-radius: 7.4px;
  border-radius: 7.4px;
  color: white;
  font-size: 12px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 12px;
  background-color: #F92F2F;
  margin-left: -15px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a .new {
    margin-left: 0;
  }
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:last-child {
  margin-top: auto;
  margin-bottom: 30px;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover):before, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover):after, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active:before, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active:after {
  visibility: visible;
  opacity: 1;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a.new svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a.spetsialnoe_predlozhenie svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a.gift_certificates svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a.spetsialnoe_predlozhenie svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a.new svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a.spetsialnoe_predlozhenie svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a.gift_certificates svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a.spetsialnoe_predlozhenie svg path {
  fill: white;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a.collection svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a.catalog svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a.aksessuary_samura svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a.collection svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a.catalog svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a.aksessuary_samura svg path {
  stroke: white;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a svg g, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a svg g {
  opacity: 1;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a svg path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a svg path {
  opacity: 1;
  stroke: white;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a svg.fill path {
	fill: white;
	stroke: none;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a .arrow-menu path, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a .arrow-menu path {
  fill: white;
}
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a span, .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active > a span {
  color: #FFFFFF;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li {
  min-width: 328px;
  max-width: 328px;
  height: 237px;
  position: relative;
  width: auto;
}

@media(min-width: 2560px) {
  .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li {
    min-width: 375px;
    max-width: 375px;
    height: 235px;
  }
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a {
  width: 100%;
  height: 100%;
  padding: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: #F3F6F6;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a .sale-icon {
  position: relative;
  z-index: 1;
  background-color: white;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a .sale-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a span {
  position: relative;
  z-index: 1;
  margin-top: auto;
  text-decoration: none;
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a .a-text {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: #76767B;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a svg g, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a svg g {
  opacity: 1;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a svg path {
  opacity: 1;
  stroke: #005F61;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.check_order svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.refund svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.guarantee svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.reviews svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.franchajzing svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.check_order svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.refund svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.guarantee svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.reviews svg path, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.franchajzing svg path {
  stroke: none;
  fill: #005F61;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.delivery svg path:first-child, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.delivery svg path:first-child {
  stroke: none;
  fill: #005F61;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a span, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a span {
  color: white;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a:before, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a:before {
  opacity: 1;
}
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a .a-text, .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a .a-text {
  color: white;
}
.header-menu-wrap .left-menu-items-wrap {
  border-left: 1px solid #D9D9D9;
  padding: 40px 0 40px 60px;
  display: none;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: -1px;
  transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap {
    padding: 40px 20px 50px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items {
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  min-width: 1356px; /* niris-58530, п. 3.18 - сокрытие правого меню */
  max-width: 1356px; /* niris-58530, п. 3.18 - сокрытие правого меню */
  /* min-width: 990px;
  max-width: 990px; */
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
}

@media(min-width: 2560px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items {
    min-width: 1590px;
    max-width: 1590px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items {
    min-width: 910px; /* niris-58530, п. 3.18 - сокрытие правого меню */
    max-width: 910px; /* niris-58530, п. 3.18 - сокрытие правого меню */
    /* min-width: 680px;
    max-width: 680px; */
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=aksessuary_samura] {
  min-width: 1356px;
  max-width: 1356px;
}

@media(min-width: 2560px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=aksessuary_samura] {
    min-width: 1970px;
    max-width: 1970px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=aksessuary_samura] {
    min-width: 910px;
    max-width: 910px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=gift_certificates] {
  min-width: 1356px;
  max-width: 1356px;
}

@media(min-width: 2560px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=gift_certificates] {
    min-width: 1970px;
    max-width: 1970px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=gift_certificates] {
    min-width: 910px;
    max-width: 910px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=gift_certificates] .left-menu-items-list {
  gap: 20px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items.noAnim {
  transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-title {
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-title {
    font-size: 32px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 52px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link {
    font-size: 16px;
    padding: 0 18px 0 25px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link {
    font-size: 14px;
    padding: 3px 8px 0 14px;
    height: 31px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link svg {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link svg {
    width: 12px;
    margin-left: 7px;
    margin-top: -1px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link:hover:not(.noHover) svg path {
  stroke: #FFFFFF;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list {
  height: 100%;
  margin-top: 35px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-items-list-inner {
  height: 86%;
  padding-bottom: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-color: #231F20 #e4ecef;
  scrollbar-width: thin;
  scrollbar-base-color: #231F20;
  scrollbar-face-color: #231F20;
  scrollbar-3dlight-color: #231F20;
  scrollbar-highlight-color: #231F20;
  scrollbar-track-color: #e4ecef;
  scrollbar-arrow-color: #e4ecef;
  scrollbar-shadow-color: #231F20;
  scrollbar-dark-shadow-color: #231F20;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-items-list-inner::-webkit-scrollbar {
  width: 2px;
  background-color: #e4ecef;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-items-list-inner::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #231F20;
  border-radius: 6px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-items-list-inner::-webkit-scrollbar-button {
  background-color: #e4ecef;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 1em;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-items-list-inner {
    gap: 10px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item {
  min-width: 232px;
  max-width: 232px;
  height: 317px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #F3F6F6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item {
    min-width: 210px;
    max-width: 210px;
    height: 280px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item.aksessuar {
  min-width: 256px;
  max-width: 256px;
}

@media(min-width: 2560px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item.aksessuar {
    min-width: 310px;
    max-width: 310px;
    height: 400px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item.aksessuar {
    min-width: 215px;
    max-width: 215px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item:hover:not(.noHover) .left-menu-item-picture:not(.no-anim) {
  bottom: -30px;
  width: 100%;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item:hover:not(.noHover) .left-menu-item-picture:not(.no-anim).juggernaut {
  width: 120%;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item:hover:not(.noHover) .left-menu-item-picture:not(.no-anim).hannibal {
  width: 110%;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-name {
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  height: 75px;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture {
  height: 100%;
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture:not(.no-anim) {
  width: 120%;
  bottom: -80px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture:not(.no-anim) img {
  -webkit-transform: rotate(90deg); /* Chrome y Safari */
  -moz-transform: rotate(90deg); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number); /* Robotonet Explorer */
  -o-transform: rotate(90deg); /* Opera */
  -ms-transform: rotate(90deg);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture.juggernaut {
  width: 170%;
  bottom: -70px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture.arny, .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture.sultan-pro, .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture.super-5 {
  bottom: -70px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture.hannibal {
  width: 142%;
  bottom: -70px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture.no-anim {
  width: 80%;
  height: 70%;
  bottom: 0;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture.aksessuar {
  width: 100%;
  height: 80%;
  bottom: -17px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card {
  min-width: 650px;
  max-width: 650px;
  height: 360px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #F3F6F6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  padding: 50px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}

@media(min-width: 2560px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card {
    min-width: 640px;
    max-width: 640px;
    height: 355px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card {
    min-width: 445px;
    max-width: 445px;
    height: 300px;
    padding: 35px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card.zelenyy {
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card.siniy {
  background: linear-gradient(90deg, #0e3c71 0%, #1b72d7 100%);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card.bronzovyy {
  background: linear-gradient(90deg, #926032 0%, #cf935e 100%);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card.serebryanyy {
  background: linear-gradient(90deg, #646c70 0%, #889297 100%);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card.zolotoy {
  background: linear-gradient(90deg, #926032 0%, #cf935e 100%);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card.krasnyy {
  background: linear-gradient(90deg, #600a00 0%, #c61500 100%);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card.chernyy {
  background: linear-gradient(90deg, #231f20 0%, #231f20 100%);
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card:after {
  content: "";
  position: absolute;
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/../../../../img/card-icon.svg") center no-repeat;
  width: 392px;
  height: 392px;
  opacity: 0.1;
  right: -155px;
  top: -15px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card:after {
    top: -48px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-name {
  color: #FFFFFF;
  font-size: 40px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-name {
    font-size: 36px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-knives {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  opacity: 0.5;
  margin-top: 25px;
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-buttons {
    margin-top: 80px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-buttons .add-to-cart {
  padding: 25px 35px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  border-radius: 37px;
  background-color: #FFFFFF;
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-buttons .add-to-cart {
    padding: 20px 30px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-buttons .left-menu-card-price {
  margin-left: auto;
  color: #FFFFFF;
  font-size: 50px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-buttons .left-menu-card-price {
    font-size: 40px;
  }
}
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card .left-menu-card-buttons .left-menu-card-price .rub {
  color: #FFFFFF;
  font-size: 21px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
}
.header-menu-wrap .left-menu-popular-wrap {
  margin-left: auto;
  margin-top: 40px;
  height: 0;
  opacity: 0;
  margin-right: -70px;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  visibility: hidden;
}
.header-menu-wrap .left-menu-popular-wrap.active {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
  min-width: 330px;
  max-width: 330px;
  height: 100%;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-popular-wrap.active {
    min-width: 220px;
    max-width: 220px;
  }
}
.header-menu-wrap .left-menu-popular-wrap.active .left-menu-popular {
  display: block;
}
.header-menu-wrap .left-menu-popular-wrap.noAnim {
  transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular-wrap-inner {
  height: 95%;
  padding-bottom: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-color: #231F20 #e4ecef;
  scrollbar-width: thin;
  scrollbar-base-color: #231F20;
  scrollbar-face-color: #231F20;
  scrollbar-3dlight-color: #231F20;
  scrollbar-highlight-color: #231F20;
  scrollbar-track-color: #e4ecef;
  scrollbar-arrow-color: #e4ecef;
  scrollbar-shadow-color: #231F20;
  scrollbar-dark-shadow-color: #231F20;
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular-wrap-inner::-webkit-scrollbar {
  width: 2px;
  background-color: #e4ecef;
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular-wrap-inner::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #231F20;
  border-radius: 6px;
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular-wrap-inner::-webkit-scrollbar-button {
  background-color: #e4ecef;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 1em;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular {
  margin-bottom: 60px;
  display: none;
  text-decoration: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-popular-wrap .left-menu-popular {
    margin-bottom: 40px;
  }
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular .left-menu-popular-picture {
  height: 360px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-color: #F3F6F6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-wrap .left-menu-popular-wrap .left-menu-popular .left-menu-popular-picture {
    height: 280px;
  }
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular .left-menu-popular-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular .left-menu-popular-picture .left-menu-popular-discount {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 13px 18px;
  color: white;
  font-size: 14.5px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: capitalize;
  background-color: #F92F2F;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  border-radius: 36px;
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular .left-menu-popular-name-and-link {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular .left-menu-popular-name-and-link .left-menu-popular-name {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
}
.header-menu-wrap .left-menu-popular-wrap .left-menu-popular .left-menu-popular-name-and-link .left-menu-popular-link {
  margin-left: auto;
  color: #76767B;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/../../../../img/arrow-right-long.svg") 90% center no-repeat;
  padding-right: 30px;
}
.header-menu-wrap .menu-contacts {
  margin-top: 45px;
  border-top: 1px solid #D9D9D9;
  padding-top: 22px;
  padding-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.header-menu-wrap .menu-contacts .menu-contacts-col {
  margin-right: 94px;
}
.header-menu-wrap .menu-contacts .menu-contacts-col .menu-contacts-value {
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.header-menu-wrap .menu-contacts .menu-contacts-col .menu-contacts-value a {
  color: #231F20;
  font-size: 20.5px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
}
.header-menu-wrap .menu-contacts .menu-contacts-col .menu-contacts-text {
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 20px;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials {
  margin-left: auto;
  margin-right: 0;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value {
  width: 170px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.vk {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/../../../../img/socials/vk.svg") center no-repeat;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.vk:hover:not(.noHover) {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/../../../../img/socials/vk-active.svg") center no-repeat;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.telegram {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/../../../../img/socials/telegram.svg") center no-repeat;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.telegram:hover:not(.noHover) {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/../../../../img/socials/telegram-active.svg") center no-repeat;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.youtube {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/../../../../img/socials/youtube.svg") center no-repeat;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.youtube:hover:not(.noHover) {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-top/../../../../img/socials/youtube-active.svg") center no-repeat;
}
.header-menu-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-text {
  text-align: right;
}

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

/* End */


/* Start:/local/templates/samura/components/bitrix/search.form/header_search/style.css?173943974511221*/
header.white .header-search .search {
  background-color: #F3F6F6;
}

.header-search, .mobile-search {
  height: 53px;
  min-width: 293px;
  max-width: 293px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  margin-right: 80px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-search, .mobile-search {
    min-width: 260px;
    max-width: 260px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .header-search, .mobile-search {
    min-width: 220px;
    max-width: 220px;
    margin-right: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-search, .mobile-search {
    height: 44px;
  }
}
.header-search .search, .mobile-search .search {
  height: 100%;
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
}
.header-search .search.focus, .mobile-search .search.focus {
  z-index: 6;
}
.header-search .search form, .mobile-search .search form {
  width: 100%;
  height: 100%;
  line-height: normal;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header-search .search form, .mobile-search .search form {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .header-search .search form input, .mobile-search .search form input {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
  }
}
.header-search .search form input[name=q], .mobile-search .search form input[name=q] {
  width: 100%;
  height: 100%;
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  background: transparent;
  border: 1px solid transparent;
  padding: 0 20px 0 61px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-search .search form input[name=q]::-webkit-input-placeholder, .mobile-search .search form input[name=q]::-webkit-input-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.header-search .search form input[name=q]::-moz-placeholder, .mobile-search .search form input[name=q]::-moz-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.header-search .search form input[name=q]:-moz-placeholder, .mobile-search .search form input[name=q]:-moz-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.header-search .search form input[name=q]:-ms-input-placeholder, .mobile-search .search form input[name=q]:-ms-input-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.header-search .search form input[name=q]:-webkit-autofill, .header-search .search form input[name=q]:-webkit-autofill:hover, .header-search .search form input[name=q]:-webkit-autofill:focus, .header-search .search form input[name=q]:-webkit-autofill:active, .mobile-search .search form input[name=q]:-webkit-autofill, .mobile-search .search form input[name=q]:-webkit-autofill:hover, .mobile-search .search form input[name=q]:-webkit-autofill:focus, .mobile-search .search form input[name=q]:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 1000px black inset;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid black;
  background-color: black !important;
}
@media screen and (max-width: 767px) {
  .header-search .search form input[name=q], .mobile-search .search form input[name=q] {
    font-size: 16px;
    padding-left: 0;
    line-height: 44px;
    margin-left: 10px;
    width: auto;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.header-search .search form .icon, .mobile-search .search form .icon {
  background: url("/local/templates/samura/components/bitrix/search.form/header_search/../../../../img/search.svg") center no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-search .search form .icon, .mobile-search .search form .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 23px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .header-search .search form .icon, .mobile-search .search form .icon {
    min-width: 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
    margin-left: 17px;
  }
}

.mobile-search {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-search {
    display: block;
    position: relative;
    width: 1720px;
    margin: 0 auto;
    margin: 18px auto 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1799px) and (min-width: 1280px) {
  .mobile-search {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 768px) {
  .mobile-search {
    width: 710px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mobile-search {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .header-search {
    display: none;
  }
}

.search .preview-search {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  right: 0;
  z-index: 6;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .search .preview-search {
    width: 515px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .search .preview-search {
    width: 100%;
    background-color: #F3F6F6;
    overflow: visible;
  }
  .search .preview-search:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 300%;
    height: 100%;
    background-color: #F3F6F6;
  }
}
.search .preview-search .marks {
  margin-top: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  z-index: 1;
  position: relative;
}
.search .preview-search .marks .mark {
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  border-radius: 37px;
  background-color: #FFFFFF;
  margin: 0 15px 10px 0;
  padding: 10px 24px;
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.search .preview-search .preview-search-inner {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search .preview-search .preview-search-inner {
    border: 1px solid #EAEAEA;
    max-height: 675px;
    scrollbar-color: #231F20 #e4ecef;
    scrollbar-width: thin;
    scrollbar-base-color: #231F20;
    scrollbar-face-color: #231F20;
    scrollbar-3dlight-color: #231F20;
    scrollbar-highlight-color: #231F20;
    scrollbar-track-color: #e4ecef;
    scrollbar-arrow-color: #e4ecef;
    scrollbar-shadow-color: #231F20;
    scrollbar-dark-shadow-color: #231F20;
    min-height: 400px;
  }
  .search .preview-search .preview-search-inner::-webkit-scrollbar {
    width: 10px;
    background-color: #e4ecef;
  }
  .search .preview-search .preview-search-inner::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #231F20;
    border-radius: 6px;
  }
  .search .preview-search .preview-search-inner::-webkit-scrollbar-button {
    background-color: #e4ecef;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 16px;
    width: 1em;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
.search .preview-search .items-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #F3F6F6;
  padding: 0 32px;
  height: 56px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .search .preview-search .items-title {
    display: none;
  }
}
.search .preview-search .items-title div {
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.search .preview-search .items-title a {
  color: #76767B;
  font-size: 14px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  opacity: 0.5;
  text-decoration: none;
}
.search .preview-search a.prod {
  text-decoration: none;
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  display: block;
  margin-bottom: 20px;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .search .preview-search a.prod {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.search .preview-search a.prod:hover:not(noHover) {
  color: #005F61;
}
@media screen and (min-width: 768px) {
  .search .preview-search a.accessory {
    font-size: 16px;
    font-family: "HelveticaNeueCyr";
  }
}
.search .preview-search .no-results {
  margin-top: 5px;
  color: #F92F2F;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search .preview-search .no-results {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .search .preview-search .no-results {
    font-size: 16px;
  }
}

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

/* End */


/* Start:/local/templates/samura/components/bitrix/menu/header-menu-mobile/style.css?176614937412571*/
.header-menu-mobile-wrap {
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-color: #F3F6F6;
  opacity: 0;
  height: 0;
  top: 0;
  border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.header-menu-mobile-wrap.fadeIn {
  overflow: visible;
  opacity: 1;
  top: 103px;
  z-index: 1003;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .header-menu-mobile-wrap.fadeIn {
    top: 61px;
  }
}
.header-menu-mobile-wrap .ul.menu-mobile {
  position: relative;
  padding: 0;
  width: 1720px;
  margin: 0 auto;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-mobile-wrap .ul.menu-mobile {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .header-menu-mobile-wrap .ul.menu-mobile {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-mobile-wrap .ul.menu-mobile {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1279px) {
  .header-menu-mobile-wrap .ul.menu-mobile {
    margin-top: 20px;
  }
}
.header-menu-mobile-wrap .ul.menu-mobile > .li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 300%;
  height: 60px;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.header-menu-mobile-wrap .ul.menu-mobile > .li:nth-child(1):before, .header-menu-mobile-wrap .ul.menu-mobile > .li:nth-child(2):before {
  background-color: #F3F6F6;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li:nth-child(1) > a, .header-menu-mobile-wrap .ul.menu-mobile > .li:nth-child(2) > a {
  color: black;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li:nth-child(1) > a:after, .header-menu-mobile-wrap .ul.menu-mobile > .li:nth-child(2) > a:after {
  content: "";
  width: 13px;
  height: 8px;
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-mobile/img/menu-arrow-green.svg") center;
  margin-left: auto;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.favorite > a .favorite {
  min-width: 22px;
  max-width: 22px;
  height: 19px;
  margin-right: 12px;
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-mobile/../../../../img/favorite-green.svg") center no-repeat;
  background-size: contain;
  position: relative;
  font-size: 0;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.favorite > a .favorite.active .sum {
  display: block;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.favorite > a .favorite .sum {
  display: none;
  position: absolute;
  top: -6px;
  right: -6px;
  background: #F92F2F;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 7px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.favorite > a .favorite .sum.not-exist {
  display: none;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.personal > a .auth-icon {
  min-width: 23px;
  max-width: 23px;
  height: 25px;
  margin-right: 11px;
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-mobile/../../../../img/auth-green.svg") center no-repeat;
  background-size: contain;
  position: relative;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul > a:after {
  content: "";
  border: 4px solid transparent;
  border-top: 6px solid #76767B;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 4px;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover:before {
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover > a {
  color: white;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover > a:after {
  -webkit-transform: rotate(-180deg); /* Chrome y Safari */
  -moz-transform: rotate(-180deg); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number); /* Robotonet Explorer */
  -o-transform: rotate(-180deg); /* Opera */
  -ms-transform: rotate(-180deg);
  border-top: 6px solid #FFFFFF;
  margin-top: -3px;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li > a {
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  display: block;
  height: 60px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover {
  border-bottom: 0;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover .ul.second {
  opacity: 1;
  padding: 0;
}
.header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover .ul.second > .li {
  overflow: visible;
  height: 60px;
}
.header-menu-mobile-wrap .ul.second {
  width: 100%;
  opacity: 0;
  position: relative;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.header-menu-mobile-wrap .ul.second > .li {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  min-width: 100%;
  max-width: 100%;
}
.header-menu-mobile-wrap .ul.second > .li:hover:not(.noHover) > a, .header-menu-mobile-wrap .ul.second > .li:active > a, .header-menu-mobile-wrap .ul.second > .li.active > a {
  color: #005F61;
}
.header-menu-mobile-wrap .ul.second > .li:hover:not(.noHover) > a svg:first-child, .header-menu-mobile-wrap .ul.second > .li:active > a svg:first-child, .header-menu-mobile-wrap .ul.second > .li.active > a svg:first-child {
  opacity: 1;
}
.header-menu-mobile-wrap .ul.second > .li:hover:not(.noHover) > a svg:first-child path, .header-menu-mobile-wrap .ul.second > .li:active > a svg:first-child path, .header-menu-mobile-wrap .ul.second > .li.active > a svg:first-child path {
  stroke: #005F61;
  opacity: 1;
}
.header-menu-mobile-wrap .ul.second > .li:hover:not(.noHover) > a:after, .header-menu-mobile-wrap .ul.second > .li:active > a:after, .header-menu-mobile-wrap .ul.second > .li.active > a:after {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-mobile/img/menu-arrow-green.svg") center;
}
.header-menu-mobile-wrap .ul.second > .li:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 300%;
  height: 60px;
  background-color: #F3F6F6;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.header-menu-mobile-wrap .ul.second > .li.collection a svg:first-child {
  height: 27px;
}
.header-menu-mobile-wrap .ul.second > .li > a {
  color: black;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-transform: none;
  position: relative;
  white-space: nowrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
.header-menu-mobile-wrap .ul.second > .li > a:before, .header-menu-mobile-wrap .ul.second > .li > a:after {
  content: "";
}
.header-menu-mobile-wrap .ul.second > .li > a svg:first-child {
  margin-right: 5px;
  min-width: 35px;
}
.header-menu-mobile-wrap .ul.second > .li > a:after {
  width: 13px;
  height: 8px;
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-mobile/img/menu-arrow-grey.svg") center;
  margin-left: auto;
}
.header-menu-mobile-wrap .ul.second > .li > a .new {
  padding: 7px 8px 6px;
  -webkit-border-radius: 7.4px;
  -moz-border-radius: 7.4px;
  -ms-border-radius: 7.4px;
  border-radius: 7.4px;
  color: white;
  font-size: 12px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 12px;
  background-color: #F92F2F;
  margin-left: 15px;
}
.header-menu-mobile-wrap .menu-contacts {
  padding-bottom: 32px;
  padding-top: 10px;
  width: 1720px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .header-menu-mobile-wrap .menu-contacts {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .header-menu-mobile-wrap .menu-contacts {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-mobile-wrap .menu-contacts {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.header-menu-mobile-wrap .menu-contacts:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 1px;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col {
  margin-top: 30px;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col .menu-contacts-value {
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col .menu-contacts-value a {
  color: #231F20;
  font-size: 16.5px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col .menu-contacts-text {
  color: #76767B;
  font-size: 14px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 5px;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col.socials {
  margin-left: auto;
  margin-right: 0;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value {
  width: 170px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /* justify-content: space-between; // niris-58740 */
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.vk {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-mobile/../../../../img/socials/vk-white.svg") center no-repeat;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.telegram {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-mobile/../../../../img/socials/telegram-white.svg") center no-repeat;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-value a.youtube {
  background: url("/local/templates/samura/components/bitrix/menu/header-menu-mobile/../../../../img/socials/youtube-white.svg") center no-repeat;
}
.header-menu-mobile-wrap .menu-contacts .menu-contacts-col.socials .menu-contacts-text {
  text-align: left;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 25px;
}

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

/* End */


/* Start:/local/templates/samura/components/bitrix/breadcrumb/main-template/style.css?17409942612165*/
.breadcrumb {
  margin: 0 auto;
  padding-top: 22px;
  font-size: 0;
  position: relative;
  z-index: 2;
  width: 1720px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media(min-width: 2560px) {
  .breadcrumb {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .breadcrumb {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .breadcrumb {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1279px) {
  .breadcrumb {
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .slash, .breadcrumb .item {
  display: inline;
  margin: 0 2px 0 0;
}
.breadcrumb .slash, .breadcrumb span {
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-transform: none;
  padding-right: 11px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .breadcrumb .slash, .breadcrumb span {
    font-size: 14px;
  }
}
.breadcrumb .slash {
  font-family: "HelveticaNeueCyr";
}
.breadcrumb a {
  text-decoration: none;
  display: block;
}
.breadcrumb a span {
  font-family: "HelveticaNeueCyr";
}
.breadcrumb a:hover span {
  text-decoration: underline;
}

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

/* End */


/* Start:/local/templates/samura/components/bitrix/menu/footer-menu/style.css?1739439745780*/
.footer-menu > .li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer-menu > .li {
    margin-bottom: 9px;
  }
}
.footer-menu > .li:last-child {
  margin-bottom: 0;
}
.footer-menu > .li > a {
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.footer-menu > .li > a:hover:not(.noHover), .footer-menu > .li > a.active {
  color: #005F61;
}
@media screen and (max-width: 767px) {
  .footer-menu > .li > a {
    font-size: 14px;
    white-space: nowrap;
  }
}

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

/* End */


/* Start:/local/templates/samura/components/asd/subscribe.quick.form/samurahead/style.css?17394397453436*/
#asd_subscribe_res {
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 16px;
  margin-bottom: 15px;
}

#asd_subscribe_form .form_head {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  #asd_subscribe_form .form_head {
    font-size: 16px;
    line-height: 18px;
  }
}
#asd_subscribe_form .input_form_hold {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #asd_subscribe_form .input_form_hold {
    margin-top: 22px;
  }
}
#asd_subscribe_form .input_form_hold input {
  background-color: #F3F6F6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 0 22px;
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#asd_subscribe_form .input_form_hold input::-webkit-input-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
#asd_subscribe_form .input_form_hold input::-moz-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
#asd_subscribe_form .input_form_hold input:-moz-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
#asd_subscribe_form .input_form_hold input:-ms-input-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
@media screen and (max-width: 767px) {
  #asd_subscribe_form .input_form_hold input {
    background-color: #EAEAEA;
  }
}
#asd_subscribe_form .input_form_hold input.error {
  border: 1px solid #F92F2F;
}
#asd_subscribe_form .input_form_hold .form_sub_btn {
  width: 50px;
  height: 38px;
  position: absolute;
  right: 1px;
  top: 1px;
  outline: none;
  border: 0;
  font-size: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  background: url("/local/templates/samura/components/asd/subscribe.quick.form/samurahead/../../../../img/arrow-button.svg") center no-repeat;
}
#asd_subscribe_form .input_form_hold .form_sub_btn[disabled] {
  cursor: default;
}
#asd_subscribe_form .privacy_policy {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#asd_subscribe_form .privacy_policy #priv_policy {
  display: block;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  border: 1px solid #76767B;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 0 8px 0 0;
  box-sizing: border-box;
  padding: 0;
  accent-color: #005F61;
}
#asd_subscribe_form .privacy_policy label {
  cursor: pointer;
  color: #231F20;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 12px;
  text-transform: none;
}
#asd_subscribe_form .privacy_policy label a {
  color: #016E70;
}

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

/* End */


/* Start:/local/templates/samura/components/samura/catalog.product.subscribe/.default/style.css?17394397452007*/
.product-subscribe {
  position: fixed !important;
  top: 40% !important;
  width: 360px !important;
  padding: 30px 60px 50px;
}
.product-subscribe .validateForm .inputs .input-wrap {
  position: relative;
  width: 100%;
  height: 45px;
}
.product-subscribe .validateForm .inputs .input-wrap input {
  background-color: #F3F6F6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 0 22px;
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-subscribe .validateForm .inputs .input-wrap input::-webkit-input-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.product-subscribe .validateForm .inputs .input-wrap input::-moz-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.product-subscribe .validateForm .inputs .input-wrap input:-moz-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.product-subscribe .validateForm .inputs .input-wrap input:-ms-input-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
@media screen and (max-width: 767px) {
  .product-subscribe .validateForm .inputs .input-wrap input {
    background-color: #EAEAEA;
  }
}
.product-subscribe .validateForm .inputs .input-wrap input.error {
  border: 1px solid #F92F2F;
}
.product-subscribe .validateForm .inputs .input-wrap .form_sub_btn {
  width: 50px;
  height: 43px;
  position: absolute;
  right: 1px;
  top: 1px;
  outline: none;
  border: 0;
  font-size: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  background: url("/local/templates/samura/components/samura/catalog.product.subscribe/.default/../../../../img/arrow-button.svg") center no-repeat;
}
.product-subscribe .validateForm .inputs .input-wrap .form_sub_btn[disabled] {
  cursor: default;
}

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

/* End */


/* Start:/local/templates/samura/styles.css?17619158502516*/
.top-prop.NEW {
    display: none !important;
}

.content img {
	max-width: 100%;
}

.two-columns {
	font-size: 12pt;
	margin: 0 0 30px 0;
	color: #231F20;
	font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
	text-transform: none;
	line-height: 1.7em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
}

.two-columns .column img{
	width: 100%;
	height: auto;
	border-radius: 20px;
	object-fit: cover;
}

.about_page img {
	width: 100%;
	border-radius: 20px;
}

.about-page__title-lvl1 {
	font-size: 24px;
	font-weight: 700;
}

.about-page__title-lvl2 {
	font-size: 16px;
}
.buttom_all_catalog {
	position: relative;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 41px;
    text-decoration: none;
	overflow: hidden;
    cursor: pointer;
    border: 0;
    padding: 0;
    outline: none;
    padding: 14px 40px;
    background: linear-gradient(90deg, #005f61 0%, #008c8f 100% );
    color: white;
    font-size: 20px;
    font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
    text-transform: none;
	color: #fff;
	box-sizing: border-box;
    min-width: 200px;
}
.buttom_all_catalog>span {
	color: #fff;
	font-size: 20px;
    font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
}
.buttom_all_catalog:before {
    background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	content: '';
}
.buttom_all_catalog>span {
	position:relative;
	z-index: 3;
}
.buttom_all_catalog:after {
	content: '';
	background: linear-gradient(90deg, #005f61 0%, #008c8f 100% );
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.buttom_all_catalog:hover:after {
	opacity: 1;
}
@media (max-width: 767px) {
	.two-columns {
		grid-template-columns: 1fr;
		row-gap: 15px;
	}
}

@media (max-width: 480px) {
	.about-page__title-lvl1 {
		font-size: 18px;
	}

	.about-page__title-lvl2 {
		font-size: 14px;
	}
}

[data-page="collection"] .section__image,
[data-page="nozhi-naznacheniyu"] .section__image {
    text-align: center;
}

[data-page="collection"] .content img,
[data-page="nozhi-naznacheniyu"] .content img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 100%;
    max-width: 80%;
    margin: auto;
}

/* End */


/* Start:/local/templates/samura/template_styles.css?1771230479208345*/
@font-face {
  font-family: "HelveticaNeueCyr";
  src: local("HelveticaNeueCyr Roman"),
  local("HelveticaNeueCyr-Roman"),
  url("/local/templates/samura/fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("/local/templates/samura/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr Bold";
  src: local("HelveticaNeueCyr Bold"),
  local("HelveticaNeueCyr-Bold"),
  url("/local/templates/samura/fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("/local/templates/samura/fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr Medium";
  src: local("HelveticaNeueCyr Medium"),
  local("HelveticaNeueCyr-Medium"),
  url("/local/templates/samura/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("/local/templates/samura/fonts/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
header {
  width: 100%;
  height: 103px;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
header.white {
  background-color: white;
}
header.white .header-info-wrap {
  background-color: white !important;
}
header .header-info-wrap {
  width: 100%;
  height: 103px;
}
@media screen and (max-width: 767px) {
  header .header-info-wrap {
    height: 60px;
  }
}
header .header-info-wrap.fixed {
  background-color: #F3F6F6;
  border-bottom: 1px solid #D9D9D9;
}
header .header-info-wrap.fixed:not(.fixedNoAnim) {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: fixedHeader 0.4s linear;
  animation: fixedHeader 0.4s linear;
}
@-webkit-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-moz-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-ms-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-o-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
header .header-info-wrap.fixed.fixedNoAnim {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: fixedHeader 0s linear;
  animation: fixedHeader 0s linear;
}
@-webkit-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-moz-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-ms-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-o-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
header .header-info-wrap .inner {
  height: 100%;
  width: 1720px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media(min-width: 2560px) {
  header .header-info-wrap .inner {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  header .header-info-wrap .inner {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  header .header-info-wrap .inner {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  header .header-info-wrap .inner {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  header .header-info-wrap .inner {
    justify-content: space-between;
  }
}
header .header-info-wrap .menu-button {
  display: none;
}
@media screen and (max-width: 1279px) {
  header .header-info-wrap .menu-button {
    display: block;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
    margin-left: -20px;
  }
  header .header-info-wrap .menu-button svg {
    position: absolute;
    left: 50%;
    top: 50%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  header .header-info-wrap .menu-button svg {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  header .header-info-wrap .menu-button svg {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
  }
}
header .header-info-wrap .menu-button svg {
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
header .header-info-wrap .menu-button svg:last-child {
  visibility: hidden;
  opacity: 0;
}
header .header-info-wrap .menu-button.active svg:first-child {
  visibility: hidden;
  opacity: 0;
}
header .header-info-wrap .menu-button.active svg:last-child {
  visibility: visible;
  opacity: 1;
}
header .header-info-wrap .logo {
  margin-right: 130px;
  min-width: 176px;
  max-width: 176px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  header .header-info-wrap .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  header .header-info-wrap .logo {
    min-width: 125px;
    max-width: 125px;
    margin-right: 30px;
    margin-top: 3px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  header .header-info-wrap .logo {
    min-width: 125px;
    max-width: 125px;
    margin-top: 3px;
    margin-right: 0;
  }
}
header .header-info-wrap .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .header-info-wrap .logo svg {
	width: 100%;
}
header .header-info-wrap .favorite {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  margin-right: 33px;
  background: url("/local/templates/samura/img/favorite.svg") center no-repeat;
  background-size: 25px;
  position: relative;
  z-index: 2;
  font-size: 0;
}
@media screen and (max-width: 1279px) {
  header .header-info-wrap .favorite {
    display: none;
  }
}
header .header-info-wrap .favorite.active .sum {
  display: block;
}
header .header-info-wrap .favorite .sum {
  display: none;
  position: absolute;
  top: 0px;
  right: -1px;
  background: #F92F2F;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
}
header .header-info-wrap .favorite .sum.not-exist {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-info-wrap .favorite .sum {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 7px;
  }
}
header .header-info-wrap .auth-info {
  margin-right: 33px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
header .header-info-wrap .auth-info .logout-link {
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
}
header .header-info-wrap .auth-info .person-lk {
  background: url("/local/templates/samura/img/auth.svg") center no-repeat;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 15px;
}
header .header-info-wrap .auth-info .auth {
  background: url("/local/templates/samura/img/auth.svg") center no-repeat;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  font-size: 0;
}
@media screen and (max-width: 1279px) {
  header .header-info-wrap .auth-info {
    display: none;
  }
}
header .header-info-wrap .basket-header {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background: url("/local/templates/samura/img/basket.svg") center no-repeat;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header .header-info-wrap .basket-header {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background-size: 17px;
    margin-right: -17px;
  }
}
header .header-info-wrap .basket-header.exist .sum {
  display: block;
}
header .header-info-wrap .basket-header .sum {
  display: none;
  position: absolute;
  top: 0px;
  right: -1px;
  background: #F92F2F;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 10px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
}
header .header-info-wrap .basket-header .sum.not-exist {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-info-wrap .basket-header .sum {
    top: 13px;
    right: 13px;
    width: 15px;
    height: 15px;
    line-height: 17px;
    font-size: 9px;
  }
}

pre {
  font-size: 12px;
  position: relative;
  z-index: 1;
  background: white;
  padding: 20px;
}

#bx-panel {
  z-index: 10000 !important;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body *:focus {
  outline: none;
}
body * {
  -webkit-tap-highlight-color: transparent;
}

.browser-info {
  display: none !important;
  height: 0 !important;
}

input, textarea {
  outline: 0;
  box-sizing: border-box;
  color: #76767B;
  font-size: 20px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  filter: none;
}
input.error, textarea.error {
  border: 1px solid #F92F2F !important;
  color: #F92F2F !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input::-ms-clear, textarea::-ms-clear {
  display: none;
}
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}

h1:not(.page-404-h1):not(.section):not(.detail):not(.custom),
div.h1 {
  font-weight: normal;
  white-space: normal;
  position: relative;
  margin: 50px 0;
  color: white;
  color: #231F20;
  font-size: 48px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 48px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  h1:not(.page-404-h1):not(.section):not(.detail):not(.custom),
  div.h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  h1:not(.page-404-h1):not(.section):not(.detail):not(.custom),
  div.h1 {
    font-size: 38px;
    line-height: 38px;
    margin: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  h1:not(.page-404-h1):not(.section):not(.detail):not(.custom),
  div.h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 28px 0;
  }
}

h2:not(.atd-h2):not(.custom) {
  color: #231F20;
  font-size: 32px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  font-weight: normal;
  text-transform: none;
  margin-top: 65px;
  margin-bottom: 35px;
  padding: 0;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  h2:not(.atd-h2):not(.custom) {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  h2:not(.atd-h2):not(.custom) {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

h3, h4, h5 {
  font-weight: normal;
  text-transform: none !important;
}

h3:not(.name-form):not(.custom) {
  padding: 0;
  margin: 47px 0 23px 0;
  color: #231F20;
  font-size: 24px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1279px) {
  h3:not(.name-form):not(.custom) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  h3:not(.name-form):not(.custom) {
    margin-bottom: 17px;
    margin-top: 30px;
  }
}

h4:not(.custom) {
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h4:not(.custom) {
    font-size: 16px;
  }
}
h4:not(.custom) * {
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h4:not(.custom) * {
    font-size: 16px;
  }
}

h5:not(.custom) {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h5:not(.custom) {
    font-size: 16px;
  }
}
h5:not(.custom) * {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h5:not(.custom) * {
    font-size: 16px;
  }
}

h6:not(.custom) {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h6:not(.custom) {
    font-size: 16px;
  }
}
h6:not(.custom) * {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h6:not(.custom) * {
    font-size: 16px;
  }
}

p,
ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li,
ol li {
  margin: 0 0 30px 0;
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 1.5em;
}
@media screen and (max-width: 1279px) {
  p,
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li,
  ol li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
p a,
ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li a,
ol li a {
  color: #005F61;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 24px;
}
@media screen and (max-width: 1279px) {
  p a,
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li a,
  ol li a {
    font-size: 16px;
  }
}
p a:hover:not(.noHover),
ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li a:hover:not(.noHover),
ol li a:hover:not(.noHover) {
  text-decoration: none;
}
p.grey,
ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li.grey,
ol li.grey {
  color: #76767B;
}
p.grey b,
ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li.grey b,
ol li.grey b {
  font-family: "HelveticaNeueCyr Medium";
}

ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li,
ol li {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li,
  ol li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li,
  ol li {
    margin-bottom: 5px;
  }
}

p.red {
  color: #F92F2F;
}
p.red * {
  color: #F92F2F;
}

p.big {
  font-size: 18px;
}
p.big * {
  font-size: 18px;
}
@media screen and (max-width: 1279px) {
  p.big {
    font-size: 16px;
  }
  p.big * {
    font-size: 16px;
  }
}

p.strong {
  color: #231F20;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1279px) {
  p.strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  p.strong {
    line-height: 1.5em;
  }
}

p.light {
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  p.light {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  p.light * {
    font-size: 16px;
  }
}

ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) {
  padding: 0;
  list-style-type: none;
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) {
    margin-bottom: 10px;
  }
}
ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) > li {
  list-style: none !important;
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
}
ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog):not(.slick-dots):not(.quiz-gifts):not(.quiz-rules) > li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  background: #76767B;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
}

ol {
  padding-left: 0;
  counter-reset: list1;
}
ol li {
  list-style-type: none;
  position: relative;
  padding-left: 22px;
}
ol li:before {
  counter-increment: list1;
  content: counter(list1) ".  ";
  position: absolute;
  left: 0;
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  ol li:before {
    font-size: 16px;
  }
}
ol li ol {
  counter-reset: list2;
}
ol li ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) "  ";
}
ol li ol li ol {
  counter-reset: list3;
}
ol li ol li ol li:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) "  ";
}

b, strong {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 1.5em;
  font-weight: normal;
}
@media screen and (max-width: 1279px) {
  b, strong {
    font-size: 16px;
  }
}

blockquote {
  margin: 0 0 30px 0;
  padding: 0 0 0 24px;
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 1.5em;
  text-transform: none;
  border-left: 2px solid #D9D9D9;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  blockquote {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1279px) {
  blockquote {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  blockquote {
    margin-bottom: 15px;
  }
}
blockquote a {
  color: #005F61;
}
blockquote.green-border {
  font-family: "HelveticaNeueCyr Medium";
  border-left: 2px solid #005F61;
}
@media screen and (max-width: 767px) {
  blockquote.green-border {
    font-family: "HelveticaNeueCyr";
  }
}
blockquote.big-indent {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  blockquote.big-indent {
    margin: 24px 0;
  }
}

form {
  margin-bottom: 0;
}

.wrapper {
  position: relative;
  height: auto !important;
  min-height: 100%;
  min-width: 1160px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .wrapper {
    min-width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 767px) {
  .wrapper {
    min-width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 335px;
  }
}
.wrapper .table-content table {
  max-width: 985px;
  border-spacing: 0 0;
  border-collapse: collapse;
}
.wrapper .table-content table th {
  padding: 30px;
  background: #F92F2F;
  color: white;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: left;
  border-right: 1px solid #eceff2;
}
@media screen and (max-width: 479px) {
  .wrapper .table-content table th {
    padding: 15px;
    font-size: 16px;
    word-break: break-all;
  }
}
.wrapper .table-content table th:last-child {
  border-right: 0;
}
.wrapper .table-content table td {
  padding: 25px 30px;
  border: 0;
  border-right: 1px solid #eceff2;
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Light", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 479px) {
  .wrapper .table-content table td {
    padding: 15px;
    font-size: 16px;
    word-break: break-all;
  }
}
.wrapper .table-content table td:last-child {
  border-right: 0;
}
.wrapper .table-content table tr:nth-child(odd) {
  background: #f8f9fa;
}

.loader-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: none;
  z-index: 1003;
}
.loader-wrap .sk-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10em;
  height: 10em;
  background: url("/local/templates/samura/img/Loader_1.gif") center no-repeat;
  background-size: contain;
}
.loader-wrap .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none !important;
}
.loader-wrap .sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #005F61;
  border-radius: 100%;
  animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
}
.loader-wrap .sk-fading-circle .sk-circle-2 {
  transform: rotate(30deg);
}
.loader-wrap .sk-fading-circle .sk-circle-3 {
  transform: rotate(60deg);
}
.loader-wrap .sk-fading-circle .sk-circle-4 {
  transform: rotate(90deg);
}
.loader-wrap .sk-fading-circle .sk-circle-5 {
  transform: rotate(120deg);
}
.loader-wrap .sk-fading-circle .sk-circle-6 {
  transform: rotate(150deg);
}
.loader-wrap .sk-fading-circle .sk-circle-7 {
  transform: rotate(180deg);
}
.loader-wrap .sk-fading-circle .sk-circle-8 {
  transform: rotate(210deg);
}
.loader-wrap .sk-fading-circle .sk-circle-9 {
  transform: rotate(240deg);
}
.loader-wrap .sk-fading-circle .sk-circle-10 {
  transform: rotate(270deg);
}
.loader-wrap .sk-fading-circle .sk-circle-11 {
  transform: rotate(300deg);
}
.loader-wrap .sk-fading-circle .sk-circle-12 {
  transform: rotate(330deg);
}
.loader-wrap .sk-fading-circle .sk-circle-2:before {
  animation-delay: -1.1s;
}
.loader-wrap .sk-fading-circle .sk-circle-3:before {
  animation-delay: -1s;
}
.loader-wrap .sk-fading-circle .sk-circle-4:before {
  animation-delay: -0.9s;
}
.loader-wrap .sk-fading-circle .sk-circle-5:before {
  animation-delay: -0.8s;
}
.loader-wrap .sk-fading-circle .sk-circle-6:before {
  animation-delay: -0.7s;
}
.loader-wrap .sk-fading-circle .sk-circle-7:before {
  animation-delay: -0.6s;
}
.loader-wrap .sk-fading-circle .sk-circle-8:before {
  animation-delay: -0.5s;
}
.loader-wrap .sk-fading-circle .sk-circle-9:before {
  animation-delay: -0.4s;
}
.loader-wrap .sk-fading-circle .sk-circle-10:before {
  animation-delay: -0.3s;
}
.loader-wrap .sk-fading-circle .sk-circle-11:before {
  animation-delay: -0.2s;
}
.loader-wrap .sk-fading-circle .sk-circle-12:before {
  animation-delay: -0.1s;
}
@keyframes sk-fading-circle-delay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.main-loader .loader-wrap {
  position: fixed;
}
/* Каталог общие стили */
/* niris-58350, п. 4.11 - отступы от кнопки "в избранное" */
.product:not(.section-item) .add-to-favorite {
	/* position: absolute;
  z-index: 3;
  right: 30px;
  top: 20px;
  width: 30px;
  height: 27px; */
  cursor: pointer;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.product:not(.section-item) .add-to-favorite:hover:not(.noHover) svg, .product:not(.section-item) .add-to-favorite[data-action=remove] svg{
	fill: #005F61;
}
.content-form:not(.other-style).fixedBlock {
  display: none;
  height: auto;
  position: absolute;
  width: 560px;
  left: 50%;
  top: 50%;
  background: white;
  z-index: 1003;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1279px) {
  .content-form:not(.other-style).fixedBlock {
    width: 300px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style).fixedBlock {
    width: 335px;
  }
}
.content-form:not(.other-style).fixedBlock.fade-animate {
  display: block !important;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: fadeAnimate 0.3s linear;
  animation: fadeAnimate 0.3s linear;
}
@-webkit-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
@-moz-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
@-ms-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
@-o-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
@keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
.content-form:not(.other-style).fixedBlock.scroll .validateForm {
  overflow-y: auto;
  height: 100%;
}
.content-form:not(.other-style) .access-message {
  position: absolute;
  background: rgba(0, 0, 0, 0.47);
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style) .access-message {
    width: 200%;
    left: -50%;
  }
}
.content-form:not(.other-style) .access-message .message {
  width: 83%;
  height: 250px;
  color: white;
  font-size: 26px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style) .access-message .message {
    font-size: 22px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .content-form:not(.other-style) .access-message .message {
    height: 135px;
    width: 335px;
  }
}
@media screen and (max-width: 479px) {
  .content-form:not(.other-style) .access-message .message {
    width: 300px;
    line-height: normal;
  }
}
.content-form:not(.other-style) .access-message .message span {
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style) .access-message .message span {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-form:not(.other-style) .access-message .message span {
    padding-top: 8px;
    display: block;
  }
}
.content-form:not(.other-style) .access-message .message .close {
  position: absolute;
  background: url("/local/templates/samura/img/form-exit.svg") center no-repeat;
  width: 28px;
  height: 27px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style) .access-message .message .close {
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 17px;
    top: 17px;
  }
}
.content-form:not(.other-style) > .exit {
  position: absolute;
  background: url("/local/templates/samura/img/exit-form-black.svg") center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .content-form:not(.other-style) > .exit {
    background-size: 17px;
    right: 13px;
    top: 13px;
  }
}
.content-form:not(.other-style) .validateForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.content-form:not(.other-style) .validateForm .name-form {
  color: #231F20;
  font-size: 26px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: initial;
  white-space: normal;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .content-form:not(.other-style) .validateForm .name-form {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.content-form:not(.other-style) .validateForm .description {
  color: #76767B;
  font-size: 20px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 26px;
  padding: 0 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .content-form:not(.other-style) .validateForm .description {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
  }
}
.content-form:not(.other-style) .validateForm .input-message {
  color: #989898;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Light", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
  margin-top: 8px;
}
.content-form:not(.other-style) .validateForm .errors-wrap {
  position: relative;
  display: none;
}
.content-form:not(.other-style) .validateForm .errors-wrap.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex !important;
  display: flex !important;
}
.content-form:not(.other-style) .validateForm .errors-wrap .errors-list {
  position: relative;
  text-align: left;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
}
.content-form:not(.other-style) .validateForm .errors-wrap .error {
  color: #F92F2F;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 18px;
  text-transform: none;
  white-space: normal;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style) .validateForm .errors-wrap .error {
    white-space: normal;
    max-width: 170px;
    font-size: 16px;
  }
}
.content-form:not(.other-style) .validateForm .errors-wrap .error.agreement, .content-form:not(.other-style) .validateForm .errors-wrap .error.error-title {
  display: none;
}
.content-form:not(.other-style) .validateForm .errors-wrap .error * {
  font-size: 14px;
}
.content-form:not(.other-style) .validateForm form {
  height: 100%;
  padding: 60px 50px 50px;
  min-height: 300px;
}
@media screen and (max-width: 1279px) {
  .content-form:not(.other-style) .validateForm form {
    padding: 40px 15px 40px;
    min-height: 250px;
  }
}
.content-form:not(.other-style) .validateForm .inputs {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) {
  white-space: nowrap;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style):not(.hidden) {
  margin: 0 0 15px 0;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style):hover .input-note, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style):focus .input-note {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error .name:not(.rel) {
  color: #F92F2F !important;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error input::-webkit-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error textarea::-webkit-input-placeholder {
  color: #F92F2F !important;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error input::-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error textarea::-moz-placeholder {
  color: #F92F2F !important;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error input:-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error textarea:-moz-placeholder {
  color: #F92F2F !important;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error input:-ms-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).error textarea:-ms-input-placeholder {
  color: #F92F2F !important;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .name:not(.rel) {
  color: #DFDEE2;
  font-size: 14px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  position: absolute;
  left: 20px;
  top: 47%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .name:not(.rel) {
    left: 10px;
    letter-spacing: -0.5px;
  }
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .name:not(.rel) span {
  color: #F92F2F;
  font-size: 20px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea {
  width: 100%;
  border: 1px solid transparent;
  padding-left: 30px;
  background: #F3F6F6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input::-webkit-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea::-webkit-input-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input::-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea::-moz-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input:-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea:-moz-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input:-ms-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea:-ms-input-placeholder {
  color: rgba(118, 118, 123, 0.5);
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input:-webkit-autofill, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input:-webkit-autofill:hover, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input:-webkit-autofill:focus, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input:-webkit-autofill:active, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea:-webkit-autofill, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea:-webkit-autofill:hover, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea:-webkit-autofill:focus, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea:-webkit-autofill:active {
  -webkit-text-fill-color: #76767B !important;
  -webkit-box-shadow: 0 0 0 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  border: 1px solid #F3F6F6;
  background-color: white !important;
}
@media screen and (max-width: 1279px) {
  .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea {
    font-size: 14px;
  }
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input.light, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea.light {
  background: #F0F0F0;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) input {
  height: 50px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) textarea {
  height: 100%;
  resize: none;
  padding: 14px 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).textarea {
  height: 95px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px !important;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file .name-input-file {
  color: #F92F2F;
  font-size: 14px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  height: 16px;
  line-height: 16px;
  padding-left: 30px;
  margin-right: 22px;
}
@media screen and (max-width: 479px) {
  .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file .name-input-file {
    padding-bottom: 15px;
  }
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file .name-input-file:hover:not(.noHover) {
  text-decoration: none;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file .name-input-file:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 15px;
  background: url("/local/templates/samura/img/file-icon.svg") center no-repeat;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file .file-desc {
  color: #231F20;
  font-size: 13px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 10px;
  white-space: normal;
}
@media screen and (max-width: 479px) {
  .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file .file-desc {
    margin-top: 15px;
  }
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file .file-name {
  margin-right: 22px;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #F92F2F;
  font-size: 13px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  padding-right: 10px;
  word-break: break-all;
  height: 100%;
  white-space: normal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style).file .file-name .delete {
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -10px;
  background: url("/local/templates/samura/img/delete-file-icon.svg") center no-repeat;
  background-size: 8px 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options select {
  display: none;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options.active {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.1);
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options.active .item.first:after {
  -webkit-transform: rotate(-180deg); /* Chrome y Safari */
  -moz-transform: rotate(-180deg); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number); /* Robotonet Explorer */
  -o-transform: rotate(-180deg); /* Opera */
  -ms-transform: rotate(-180deg);
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options.active .item.first {
  border-bottom: 0;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options.active .items-wrap {
  box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options.active .items-wrap.pad {
  padding: 8px 0;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options.active .items-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 420px;
  height: 1px;
  background: #CACACA;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .items-wrap {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
  max-height: 287px;
  overflow-y: auto;
  scrollbar-color: #231F20 #e4ecef;
  scrollbar-width: thin;
  scrollbar-base-color: #231F20;
  scrollbar-face-color: #231F20;
  scrollbar-3dlight-color: #231F20;
  scrollbar-highlight-color: #231F20;
  scrollbar-track-color: #e4ecef;
  scrollbar-arrow-color: #e4ecef;
  scrollbar-shadow-color: #231F20;
  scrollbar-dark-shadow-color: #231F20;
  background: white;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .items-wrap::-webkit-scrollbar {
  width: 2px;
  background-color: #e4ecef;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .items-wrap::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #231F20;
  border-radius: 6px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .items-wrap::-webkit-scrollbar-button {
  background-color: #e4ecef;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 1em;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .items-wrap .load {
  display: block;
  width: 30px;
  height: 30px;
  margin: 30px auto;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item {
  display: block;
  white-space: normal;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item:first-child {
  margin-top: 0;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.active .str {
  font-family: "HelveticaNeueCyr Bold";
  color: #F92F2F;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item .str {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
  .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item .str {
    font-size: 14px;
  }
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item .str span {
  color: rgba(118, 118, 123, 0.5);
  font-size: 20px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 14px;
  padding-right: 4px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first {
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first input {
  background: #F0F0F0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first .str {
  padding: 14.5px 20px;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first.default .str {
  color: rgba(118, 118, 123, 0.5);
  font-size: 16px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  white-space: normal;
}
@media screen and (max-width: 1279px) {
  .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first.default .str {
    font-size: 14px;
  }
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first.error {
  border: 1px solid #F92F2F;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first.error .str, .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first.error span {
  color: #F92F2F !important;
}
.content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.other-style) .options .item.first:after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("/local/templates/samura/img/form-field-arrow.svg") center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  right: 17px;
  cursor: pointer;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.content-form:not(.other-style) .validateForm .agreement-checkbox {
  margin-top: 10px;
}
.content-form:not(.other-style) .validateForm .button-wrap {
  display: block;
}
.content-form:not(.other-style) .validateForm .button-wrap .button {
  position: relative;
  align-items: center;
  min-width: 275px;
  max-width: 275px;
  height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  padding: 0;
  outline: none;
  background: #016466;
  color: white;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin: 20px auto 0;
}
.content-form:not(.other-style) .validateForm .button-wrap .button > span, .content-form:not(.other-style) .validateForm .button-wrap .button > div, .content-form:not(.other-style) .validateForm .button-wrap .button a {
  color: white;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style) .validateForm .button-wrap .button > span, .content-form:not(.other-style) .validateForm .button-wrap .button > div, .content-form:not(.other-style) .validateForm .button-wrap .button a {
    font-size: 16px;
  }
}
.content-form:not(.other-style) .validateForm .button-wrap .button:before {
  left: 0;
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.content-form:not(.other-style) .validateForm .button-wrap .button:after, .content-form:not(.other-style) .validateForm .button-wrap .button:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
.content-form:not(.other-style) .validateForm .button-wrap .button:after {
  opacity: 0;
  right: 100%;
  background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
}
.content-form:not(.other-style) .validateForm .button-wrap .button:hover:not(.noHover):not([disabled]):not(.disabled):after {
  right: 0;
  opacity: 1;
}
.content-form:not(.other-style) .validateForm .button-wrap .button:active:after, .content-form:not(.other-style) .validateForm .button-wrap .button:active:before {
  opacity: 0;
}
.content-form:not(.other-style) .validateForm .button-wrap .button:disabled, .content-form:not(.other-style) .validateForm .button-wrap .button.disabled {
  background-color: #76767B;
  cursor: default;
}
.content-form:not(.other-style) .validateForm .button-wrap .button:disabled:after, .content-form:not(.other-style) .validateForm .button-wrap .button:disabled:before, .content-form:not(.other-style) .validateForm .button-wrap .button.disabled:after, .content-form:not(.other-style) .validateForm .button-wrap .button.disabled:before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .content-form:not(.other-style) .validateForm .button-wrap .button {
    height: 50px;
    font-size: 14px;
  }
}

body {
  background-color: #F3F6F6;
}
body .content.main {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body .content.main {
    padding-bottom: 30px;
  }
}
body .content > .text-wrap:not(.gift_certificates):not(.giveaway) {
  width: 1720px;
  margin: 0 auto;
  margin-bottom: 120px;
}

@media(min-width: 2560px) {
  body .content > .text-wrap:not(.gift_certificates):not(.giveaway) {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  body .content > .text-wrap:not(.gift_certificates):not(.giveaway) {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  body .content > .text-wrap:not(.gift_certificates):not(.giveaway) {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  body .content > .text-wrap:not(.gift_certificates):not(.giveaway) {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  body .content > .text-wrap:not(.gift_certificates):not(.giveaway) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  body .content > .text-wrap:not(.gift_certificates):not(.giveaway) {
    margin-bottom: 60px;
  }
}
body .content .page-with-left-menu {
  width: 1720px;
  margin: 0 auto;
  margin-top: 60px;
}

@media(min-width: 2560px) {
  body .content .page-with-left-menu {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  body .content .page-with-left-menu {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  body .content .page-with-left-menu {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  body .content .page-with-left-menu {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1280px) {
  body .content .page-with-left-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  body .content .page-with-left-menu {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  body .content .page-with-left-menu {
    margin-top: 20px;
  }
}
body .content .page-with-left-menu-content {
  margin-bottom: 120px;
}

@media screen and (min-width: 1800px) {
  body .content .page-with-left-menu-content {
    min-width: 1312px;
    max-width: 1312px;
  }
}

@media(min-width: 2560px) {
  body .content .page-with-left-menu-content {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  body .content .page-with-left-menu-content {
    min-width: 844px;
    max-width: 844px;
  }
}
@media screen and (min-width: 1280px) {
  body .content .page-with-left-menu-content {
    padding-left: 60px;
    border-left: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  body .content .page-with-left-menu-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  body .content .page-with-left-menu-content {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  body .content .page-with-left-menu-content {
    margin-bottom: 60px;
  }
}
body .content .page-with-left-menu-content h1 {
  width: auto !important;
}
@media screen and (min-width: 1280px) {
  body .content .page-with-left-menu-content h1 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
body .content .page-with-left-menu-content .text-wrap p img, body .content .page-with-left-menu-content .text-wrap a img {
  width: 100%;
  height: 370px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  object-fit: cover;
}
@media screen and (max-width: 1279px) {
  body .content .page-with-left-menu-content .text-wrap p img, body .content .page-with-left-menu-content .text-wrap a img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  body .content .page-with-left-menu-content .text-wrap p img, body .content .page-with-left-menu-content .text-wrap a img {
    height: 146px;
  }
}
body .content .page-with-left-menu-content .payments-icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  body .content .page-with-left-menu-content .payments-icons {
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
body .content .page-with-left-menu-content .payments-icons svg {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  body .content .page-with-left-menu-content .payments-icons svg {
    min-width: 32%;
    max-width: 32%;
    margin-right: 0;
  }
}
body .content .page-with-left-menu-content .payments-icons svg:last-child {
  margin-right: 0;
}

.addedToCart {
  display: none;
  position: relative;
}
.addedToCart.fixedBlock {
  display: none;
  position: fixed;
  width: 584px;
  height: 470px;
  left: 50%;
  top: 50%;
  background: white;
  z-index: 1003;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart.fixedBlock {
   
  }
}
@media screen and (max-width: 767px) {
  .addedToCart.fixedBlock {
    width: 335px;
    height: auto;
  }
}
.addedToCart.fixedBlock.with-accessories {
  -moz-transform: translateX(-50%) translateY(-85%);
  -ms-transform: translateX(-50%) translateY(-85%);
  -webkit-transform: translateX(-50%) translateY(-85%);
  -o-transform: translateX(-50%) translateY(-85%);
  transform: translateX(-50%) translateY(-85%);
}
.addedToCart.fixedBlock.fade-animate:not(.with-accessories) {
  display: block !important;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: fadeAnimateCart 0.3s linear;
  animation: fadeAnimateCart 0.3s linear;
}
@-webkit-keyframes fadeAnimateCart {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
@-moz-keyframes fadeAnimateCart {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
@-ms-keyframes fadeAnimateCart {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
@-o-keyframes fadeAnimateCart {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
@keyframes fadeAnimateCart {
  0% {
    -moz-transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
    -o-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}
.addedToCart.fixedBlock.fade-animate.with-accessories {
  display: block !important;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation: fadeAnimateCart1 0.3s linear;
  animation: fadeAnimateCart1 0.3s linear;
}
@-webkit-keyframes fadeAnimateCart1 {
  0% {
    -moz-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    -webkit-transform: translateX(-50%) translateY(-80%);
    -o-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    opacity: 0;
  }
  100% {
    @media screen and (min-width: 1280px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
        -webkit-transform: translateX(-50%) translateY(-100%);
        -o-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
      }
    }
    @media screen and (max-width: 1279px) and (min-width: 768px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-90%);
        -ms-transform: translateX(-50%) translateY(-90%);
        -webkit-transform: translateX(-50%) translateY(-90%);
        -o-transform: translateX(-50%) translateY(-90%);
        transform: translateX(-50%) translateY(-90%);
      }
    }
    opacity: 1;
  }
}
@-moz-keyframes fadeAnimateCart1 {
  0% {
    -moz-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    -webkit-transform: translateX(-50%) translateY(-80%);
    -o-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    opacity: 0;
  }
  100% {
    @media screen and (min-width: 1280px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
        -webkit-transform: translateX(-50%) translateY(-100%);
        -o-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
      }
    }
    @media screen and (max-width: 1279px) and (min-width: 768px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-90%);
        -ms-transform: translateX(-50%) translateY(-90%);
        -webkit-transform: translateX(-50%) translateY(-90%);
        -o-transform: translateX(-50%) translateY(-90%);
        transform: translateX(-50%) translateY(-90%);
      }
    }
    opacity: 1;
  }
}
@-ms-keyframes fadeAnimateCart1 {
  0% {
    -moz-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    -webkit-transform: translateX(-50%) translateY(-80%);
    -o-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    opacity: 0;
  }
  100% {
    @media screen and (min-width: 1280px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
        -webkit-transform: translateX(-50%) translateY(-100%);
        -o-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
      }
    }
    @media screen and (max-width: 1279px) and (min-width: 768px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-90%);
        -ms-transform: translateX(-50%) translateY(-90%);
        -webkit-transform: translateX(-50%) translateY(-90%);
        -o-transform: translateX(-50%) translateY(-90%);
        transform: translateX(-50%) translateY(-90%);
      }
    }
    opacity: 1;
  }
}
@-o-keyframes fadeAnimateCart1 {
  0% {
    -moz-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    -webkit-transform: translateX(-50%) translateY(-80%);
    -o-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    opacity: 0;
  }
  100% {
    @media screen and (min-width: 1280px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
        -webkit-transform: translateX(-50%) translateY(-100%);
        -o-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
      }
    }
    @media screen and (max-width: 1279px) and (min-width: 768px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-90%);
        -ms-transform: translateX(-50%) translateY(-90%);
        -webkit-transform: translateX(-50%) translateY(-90%);
        -o-transform: translateX(-50%) translateY(-90%);
        transform: translateX(-50%) translateY(-90%);
      }
    }
    opacity: 1;
  }
}
@keyframes fadeAnimateCart1 {
  0% {
    -moz-transform: translateX(-50%) translateY(-80%);
    -ms-transform: translateX(-50%) translateY(-80%);
    -webkit-transform: translateX(-50%) translateY(-80%);
    -o-transform: translateX(-50%) translateY(-80%);
    transform: translateX(-50%) translateY(-80%);
    opacity: 0;
  }
  100% {
    @media screen and (min-width: 1280px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-100%);
        -ms-transform: translateX(-50%) translateY(-100%);
        -webkit-transform: translateX(-50%) translateY(-100%);
        -o-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
      }
    }
    @media screen and (max-width: 1279px) and (min-width: 768px) {
      .addedToCart.fixedBlock.fade-animate.with-accessories {
        -moz-transform: translateX(-50%) translateY(-90%);
        -ms-transform: translateX(-50%) translateY(-90%);
        -webkit-transform: translateX(-50%) translateY(-90%);
        -o-transform: translateX(-50%) translateY(-90%);
        transform: translateX(-50%) translateY(-90%);
      }
    }
    opacity: 1;
  }
}
.addedToCart .exit {
  position: absolute;
  background: url("/local/templates/samura/img/exit-form-black.svg") center no-repeat;
  background-size: 16px;
  width: 25px;
  height: 25px;
  right: 45px;
  top: 35px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .addedToCart .exit {
    background-size: 17px;
    right: 13px;
    top: 13px;
  }
}
.addedToCart .addedToCart-inner {
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .addedToCart .addedToCart-inner {
    padding: 20px;
  }
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart .addedToCart-inner {
    padding-bottom: 40px;
  }
}
.addedToCart .addedToCart-inner .title {
  color: #231F20;
  font-size: 28px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: initial;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .addedToCart .addedToCart-inner .title {
    font-size: 22px;
    line-height: 22px;
    padding-right: 15px;
  }
}
.addedToCart .addedToCart-inner .product {
  margin: 25px auto 0;
  width: 328px;
}
@media screen and (max-width: 767px) {
  .addedToCart .addedToCart-inner .product {
    width: 100%;
    margin-top: 15px;
  }
}
.addedToCart .addedToCart-inner .product .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .addedToCart .addedToCart-inner .product .image {
    height: 120px;
  }
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart .addedToCart-inner .product .image {
    height: 150px;
  }
}
.addedToCart .addedToCart-inner .product .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.addedToCart .addedToCart-inner .product .name-and-info {
  margin-top: 10px;
}
.addedToCart .addedToCart-inner .product .name-and-info .name {
  color: #231F20;
  font-size: 22px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .addedToCart .addedToCart-inner .product .name-and-info .name {
    font-size: 16px;
  }
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart .addedToCart-inner .product .name-and-info .name {
    font-size: 18px;
  }
}
.addedToCart .addedToCart-inner .product .name-and-info .artnumber {
  color: rgba(35, 31, 32, 0.5);
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 7px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .addedToCart .addedToCart-inner .product .name-and-info .artnumber {
    margin-top: 4px;
  }
}
.addedToCart .addedToCart-inner .product.card {
  margin-top: 70px;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  width: 400px;
  height: 250px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.addedToCart .addedToCart-inner .product.card.zelenyy {
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.addedToCart .addedToCart-inner .product.card.siniy {
  background: linear-gradient(90deg, #0e3c71 0%, #1b72d7 100%);
}
.addedToCart .addedToCart-inner .product.card.bronzovyy {
  background: linear-gradient(90deg, #926032 0%, #cf935e 100%);
}
.addedToCart .addedToCart-inner .product.card.serebryanyy {
  background: linear-gradient(90deg, #646c70 0%, #889297 100%);
}
.addedToCart .addedToCart-inner .product.card.zolotoy {
  background: linear-gradient(90deg, #926032 0%, #cf935e 100%);
}
.addedToCart .addedToCart-inner .product.card.krasnyy {
  background: linear-gradient(90deg, #600a00 0%, #c61500 100%);
}
.addedToCart .addedToCart-inner .product.card.chernyy {
  background: linear-gradient(90deg, #231f20 0%, #231f20 100%);
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart .addedToCart-inner .product.card {
    margin-top: 35px;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .addedToCart .addedToCart-inner .product.card {
    height: 200px;
    width: 100%;
    margin-top: 24px;
    padding: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
}
.addedToCart .addedToCart-inner .product.card:after {
  content: "";
  position: absolute;
  background: url("/local/templates/samura/../samura/img/card-icon.svg") center no-repeat;
  width: 322px;
  background-size: contain;
  height: 392px;
  opacity: 0.1;
  right: -132px;
  top: -71px;
}
.addedToCart .addedToCart-inner .product.card .card-name {
  color: #FFFFFF;
  font-size: 40px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  font-size: 24px;
}
.addedToCart .addedToCart-inner .product.card .card-knives {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  opacity: 0.5;
  margin-top: 16px;
}
.addedToCart .addedToCart-inner .product.card .card-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 95px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .addedToCart .addedToCart-inner .product.card .card-buttons {
    margin-top: 65px;
  }
}
.addedToCart .addedToCart-inner .product.card .card-buttons .card-price {
  margin-left: auto;
  color: #FFFFFF;
  font-size: 32px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 32px;
  text-transform: none;
}
.addedToCart .addedToCart-inner .product.card .card-buttons .card-price .rub {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  padding-left: 8px;
}
.addedToCart .accessories-block {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 12px);
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: white;
  padding: 30px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart .accessories-block {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .addedToCart .accessories-block {
    padding: 20px;
  }
}
.addedToCart .accessories-block .title {
  color: #231F20;
  font-size: 28px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: initial;
  white-space: normal;
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart .accessories-block .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .addedToCart .accessories-block .title {
    font-size: 22px;
    line-height: 22px;
  }
}
.addedToCart .accessories-block .accessories {
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart .accessories-block .accessories {
    margin-top: 15px;
  }
}
.addedToCart .accessories-block .accessories .accessory {
  min-width: 148px;
  max-width: 148px;
  height: 183px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #F3F6F6;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .addedToCart .accessories-block .accessories .accessory {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .addedToCart .accessories-block .accessories .accessory {
    min-width: 92px;
    max-width: 92px;
    height: 130px;
  }
}
.addedToCart .accessories-block .accessories .accessory .name {
  text-align: center;
  color: #231F20;
  font-size: 12.5px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 13px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .addedToCart .accessories-block .accessories .accessory .name {
    font-size: 12px;
  }
}
.addedToCart .accessories-block .accessories .accessory .image {
  width: 100%;
  height: 90%;
  margin-top: 25px;
  background-color: #F3F6F6;
}
@media screen and (max-width: 767px) {
  .addedToCart .accessories-block .accessories .accessory .image {
    margin-top: 10px;
  }
}
.addedToCart .accessories-block .accessories .accessory .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
footer * {
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
footer .center_block {
  padding: 55px 0 45px;
  width: 1720px;
  margin: 0 auto;
  max-width: 1620px;
}

@media(min-width: 2560px) {
  footer .center_block {
    width: 2320px;
    max-width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  footer .center_block {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  footer .center_block {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block {
    padding-top: 64px;
    padding-bottom: 25px;
  }
}
footer .center_block .foot_info_container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  footer .center_block .foot_info_container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .center_block .mid_block_foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  footer .center_block .mid_block_foot {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .center_block .mid_block_foot .third_foot_block {
  min-width: 250px;
  max-width: 250px;
  margin-right: 140px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  footer .center_block .mid_block_foot .third_foot_block {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1279px) {
  footer .center_block .mid_block_foot .third_foot_block {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot .third_foot_block {
    margin-top: 46px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  footer .center_block .mid_block_foot .third_foot_block:nth-child(1) {
    margin-right: 108px;
  }
}
footer .center_block .mid_block_foot .third_foot_block:nth-child(3) {
  min-width: 460px;
  max-width: 460px;
  margin-right: 30px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  footer .center_block .mid_block_foot .third_foot_block:nth-child(3) {
    min-width: 300px;
    max-width: 300px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  footer .center_block .mid_block_foot .third_foot_block:nth-child(3) {
    min-width: 300px;
    max-width: 300px;
    margin-right: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot .third_foot_block:nth-child(3) {
    min-width: 100%;
    max-width: 100%;
  }
}
footer .center_block .mid_block_foot .third_foot_block .foot_head_bn {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot .third_foot_block .foot_head_bn {
    margin-bottom: 15px;
  }
}
footer .center_block .mid_block_foot .third_foot_block .foot-link {
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot .third_foot_block .foot-link {
    font-size: 14px;
  }
}
footer .center_block .mid_block_foot .third_foot_block .foot-link a {
  color: #005F61;
  font-size: 19px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  display: table;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot .third_foot_block .foot-link a {
    font-size: 16px;
  }
}
footer .center_block .mid_block_foot .third_foot_block .foot-link .phone_span_down, footer .center_block .mid_block_foot .third_foot_block .foot-link .phone_span_up {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot .third_foot_block .foot-link .phone_span_down, footer .center_block .mid_block_foot .third_foot_block .foot-link .phone_span_up {
    font-size: 14px;
  }
}
footer .center_block .mid_block_foot .third_foot_block .bot_paraq {
  margin-bottom: 10px;
}
footer .center_block .mid_block_foot .third_foot_block .bot_paraq.scheme {
  margin-top: 40px;
}
footer .center_block .mid_block_foot .third_foot_block .bot_paraq a {
  color: #005F61;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  display: table;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  footer .center_block .mid_block_foot .socials-footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot .socials-footer {
    margin-top: 32px;
  }
}
footer .center_block .mid_block_foot #toTop {
  position: absolute;
  right: 0;
  cursor: pointer;
  display: none;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url("/local/templates/samura/img/arrow-up.svg") center no-repeat #005F61;
  z-index: 4;
  bottom: -150px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  footer .center_block .mid_block_foot #toTop {
    bottom: -130px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  footer .center_block .mid_block_foot #toTop {
    bottom: -125px;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block .mid_block_foot #toTop {
    bottom: 0;
  }
}

@media(min-width: 2560px) {
  footer .center_block .right_block {
    margin-left: auto;
  }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  footer .center_block .right_block {
    min-width: 300px;
    max-width: 300px;
    position: absolute;
    right: 52px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block .right_block {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block .right_block .socials-footer {
    display: none;
  }
}
footer .center_block .socials-footer {
  margin-top: 55px;
}
@media screen and (max-width: 1799px) and (min-width: 768px) {
  footer .center_block .socials-footer {
    margin-top: 35px;
  }
}
footer .center_block .socials-footer .socials-title {
  color: #231F20;
  font-size: 18px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 18px;
  text-transform: none;
}
footer .center_block .socials-footer .socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  height: 40px;
}
footer .center_block .socials-footer .socials div {
  min-width: 40px;
  max-width: 40px;
  height: 100%;
  margin-right: 14.5px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.7;
}
footer .center_block .socials-footer .socials div:last-child {
  margin-right: 0;
}
footer .center_block .socials-footer .socials div.telegram {
  background: url("/local/templates/samura/img/socials/telegram-circle.svg") center no-repeat;
}
footer .center_block .socials-footer .socials div.telegram:hover {
  opacity: 1;
  background: url("/local/templates/samura/img/socials/telegram-circle-active.svg") center no-repeat;
}
footer .center_block .socials-footer .socials div.vk {
  background: url("/local/templates/samura/img/socials/vk-circle.svg") center no-repeat;
}
footer .center_block .socials-footer .socials div.vk:hover {
  opacity: 1;
  background: url("/local/templates/samura/img/socials/vk-circle-active.svg") center no-repeat;
}
footer .center_block .socials-footer .socials div.youtube {
  background: url("/local/templates/samura/img/socials/youtube-circle.svg") center no-repeat;
}
footer .center_block .socials-footer .socials div.youtube:hover {
  opacity: 1;
  background: url("/local/templates/samura/img/socials/youtube-circle-active.svg") center no-repeat;
}
footer .center_block .socials-footer .socials div.instagram {
  background: url("/local/templates/samura/img/socials/instagram-circle.svg") center no-repeat;
}
footer .center_block .socials-footer .socials div.instagram:hover {
  opacity: 1;
  background: url("/local/templates/samura/img/socials/instagram-circle-active.svg") center no-repeat;
}
footer .center_block .socials-footer .socials div a {
  display: block;
  width: 100%;
  height: 100%;
}
footer .center_block .payments {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .center_block .payments {
    margin-top: 40px;
    padding-top: 24px;
  }
  footer .center_block .payments:before {
    content: "";
    position: absolute;
    left: -100%;
    width: 300%;
    top: 0;
    height: 1px;
    background-color: #D9D9D9;
  }
}
footer .center_block .payments .icons_services {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 60px;
}
footer .center_block .payments .icons_services svg {
  display: block;
  min-width: 96px;
  max-width: 96px;
  height: 100%;
  margin-right: 30px;
  opacity: 0.6;
}
footer .center_block .payments .icons_services svg:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .center_block .payments .icons_services svg:first-child {
    margin-left: -10px;
  }
}
footer .center_block .bottom_footer {
  margin-top: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1799px) and (min-width: 768px) {
  footer .center_block .bottom_footer {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .center_block .bottom_footer {
    margin-top: 24px;
  }
}
footer .center_block .bottom_footer .copyright_left {
  color: #76767B;
  font-size: 14px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 14px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  footer .center_block .bottom_footer .copyright_left {
    font-size: 12px;
    line-height: 12px;
  }
}
footer .center_block .bottom_footer .copyright_left span {
  padding: 0 24px;
}
footer .center_block .bottom_footer .logo {
  margin-left: auto;
  display: table;
  min-width: 118px;
  max-width: 118px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  footer .center_block .bottom_footer .logo {
    display: none;
  }
}

.subscribe-button-auth {
    margin-top: 25px;
    min-width: 100%;
    height: 36px;
    color: #231F20;
    font-size: 16px;
    font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    background-color: #F3F6F6;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1799px) {
    .subscribe-button-auth {
        margin-top: 15px;
        font-size: 14px;
    }
}


 .go-to-cart {
margin: 20px 0 0 0;
  position: relative;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  padding: 0;
  outline: none;
  background: #016466;
  color: white;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  position: relative;
  z-index: 1;
  min-width: unset;
  flex: 1;
}



@media screen and (max-width: 767px) {
    .go-to-cart
 {
        height: 50px;
    }
}
/* Окно просто позвони */
.wrap__IcdsC {
	z-index: 999 !important; /* снижаем слой высоты живосайта */
}
.prosto-pozvoni {
	position: fixed;
	right: 20px;
	bottom: 45px;
	width: 500px;
	z-index: 1000;
}
.prosto-pozvoni .close {
	position: absolute;
	right: 20px;
	top: 12px;
}
.prosto-pozvoni .highlight {
	color: #005F61;
}
.prosto-pozvoni-head{
	border-radius: 20px;
	padding: 24px;
	background: #fff;
	box-shadow: 0px 4px 17.2px 0px rgba(0, 0, 0, .2);
	margin-bottom: 10px;
}
.prosto-pozvoni-head-phone {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
	align-items: center;
}
.prosto-pozvoni-head-phone>* {
	width: 50%;
	text-align: center;
	font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
}
.prosto-pozvoni-head-phone>a {
	background: #F3F6F6;
	font-size: 16px;
	padding: 11px 0 18px;
	border-radius: 10px;
	color: #000;
    text-decoration: none;
}
.prosto-pozvoni-head-phone>a svg{
	position: relative;
	top: 5px;
}
.prosto-pozvoni-head-phone>div a{
	color: #005F61;
	font-size: 24px;
	text-decoration: none;
}
.prosto-pozvoni-head-hide {
	display: flex;
	justify-content: space-between;
	padding: 17px 0 0;
	align-items: center;
	border-top: solid 1px rgba(0, 0, 0, .1);
}
.prosto-pozvoni-head-hide p {
	font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
	font-size: 14px;
	margin: 0;
}
.prosto-pozvoni-head-hide .hide-buttom {
	font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
	font-size: 14px;
	color: #005F61;
	text-decoration: none;
}
.prosto-pozvoni-head-hide .hide-buttom svg {
	position: relative;
	top: -1px;
}
.prosto-pozvoni-footer{
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0px 4px 17.2px 0px rgba(0, 0, 0, .2);
}
.prosto-pozvoni-footer-spisok p {
	margin-bottom: 15px;
	font-size: 14px;
}
.prosto-pozvoni-footer-spisok p a{
	font-size: 14px;
}
.prosto-pozvoni-footer-spisok p a.highlight{
	font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;	
}
.prosto-pozvoni-footer-spisok p svg {
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.prosto-pozvoni-footer-spisok p.highlight {
	font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
}
.prosto-pozvoni-footer-spisok p.highlight svg {
	margin-right: 5px;
	position: relative;
	top: 7px;
}
.prosto-pozvoni-footer-buttom {
	padding: 17px 0 0;
	border-top: solid 1px rgba(0, 0, 0, .1);
}
.prosto-pozvoni-footer-buttom>a {
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border-radius: 41px;
	text-decoration: none;
	cursor: pointer;
	background: #016466;
	color: white;
	font-size: 16px;
	font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
	text-transform: none;
}
.prosto-pozvoni-footer-buttom .snoska {
	font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
	font-size: 14px;
	margin: 10px 0 0;
}
.prosto-pozvoni-footer-buttom .snoska a {
	color: #005F61;
	font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
    font-size: 14px;
}
@media screen and (max-width: 501px) { 
	.prosto-pozvoni {
		width: calc(100% - 10px);
		right: 5px;
		bottom: 5px;
	}
	.prosto-pozvoni-head {
		padding: 24px 15px;
	}
	.prosto-pozvoni-head-phone>a svg {
		width: 5vw;
	}
	.prosto-pozvoni-head-phone>a {
		font-size: 3.2vw;
	}
	.prosto-pozvoni-head-phone>div a {
	    font-size: 4.8vw;
	}
	.prosto-pozvoni-head-hide p {
		width: 60%;
	}
	.prosto-pozvoni .close svg {
		width: 14px;
		height: 14px;
	}
}

/* niris-58530: подложка у окна с успешным добавлением в корзину (п.3.5) */
.addedToCart-overlay {
  background: #000;
  opacity: .7;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
body:has(.addedToCart-overlay) .wrapper {
  filter: blur(5px)
}
/* niris-58530: подложка у окна с успешным добавлением в корзину (п.3.5) */

/* niris-58530: подпись к сторис (п. 3.8) */
#ds-modal-content .story-viewer .viewer-item .head {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#ds-modal-content .story-viewer .viewer-item .left {
  margin-left: 0;
  justify-content: center;
}
.story-viewer > div > .slick-slider {
  padding-bottom: 40px;
}
/* niris-58530: подпись к сторис (п. 3.8) */

/* niris-58530: правки стилей из-за живочата (п. 3.13) */
@media screen and (max-width: 1279px) {
  .smartfilter .fixed-buttons {
    left: 20px;
    transform: none;
    justify-content: start;
    width: calc(100% - 120px);
  }
}

.bx-filter-parameters-box[data-propcode="special_offer_type"] {
  display: none;
}

/* niris-58530, п. 4.7 - куки */
.cookie-block {
  position: fixed;
  bottom: 60px;
  padding: 20px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  max-width: 1200px;
  align-items: center;
  gap: 15px;
  box-shadow: 0px 0px 5px 3px #e7e7e7;
  border-radius: 20px;
  z-index: 100000;
  box-sizing: border-box;
  width: 100%;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
}
.cookie-block .text {
  font-size: 13px;
}
.cookie-block .btn {
  border-radius: 41px;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cookie-block .btn::before,
.cookie-block .btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
.cookie-block div {
  position: relative;
  z-index: 2;
  min-width: 70px;
}
.cookie-block .btn::before {
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
  left: 0;
}
.cookie-block .btn::after {
  opacity: 0;
  right: 100%;
  background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
}
.cookie-block .btn:hover::after {
  right: 0;
  opacity: 1;
}
/* @media (max-width: 1200px) {
  .cookie-block {
    width: calc(100% - 40px);
  }
} */
@media (max-width: 768px) {
  .cookie-block {
    flex-direction: column;
    padding: 10px 15px;
  }
}
/* niris-58530, п. 4.7 - куки */

@media (max-width: 400px) {
  .mainslider .mainslider-bxslider .item img {
    object-position: 30%;
  }
}

@font-face {
  font-family: "Geist-Regular";
  src: local("Geist-Regular"),
  url("/local/templates/samura/./fonts/Geist-Regular.woff") format("woff"), url("/local/templates/samura/../fonts/Geist-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist-Medium";
  src: local("Geist-Medium"),
  url("/local/templates/samura/./fonts/Geist-Medium.woff") format("woff"), url("/local/templates/samura/../fonts/Geist-Medium.woff2") format("woff2");
  font-weight: 550;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist-Bold";
  src: local("Geist-Bold"),
  url("/local/templates/samura/./fonts/Geist-Bold.woff") format("woff"), url("/local/templates/samura/../fonts/Geist-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.header-menu-wrap .header-menu > .li > a,
.header-search .search form input[name=q], .mobile-search .search form input[name=q],
header .header-info-wrap .auth-info .logout-link,
.collections-wrap .title-wrap .section-link,
.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .subscribe-button,
.collections-wrap .collections .collection,
.collections-wrap .collection-products .product:not(.section-item) .topProps .top-prop,
.collections-wrap .collection-products .section-item .name-and-link .link,
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .artnumber,
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) .rub,
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a span,
.bestsellers-wrap .title-wrap .section-link,
.mainpage-reviews-wrap .title-wrap .section-link,
.mainpage-reviews-wrap .review .name, 
.review.abs-hover .name,
.mainpage-reviews-wrap .reviews .show-more-btn,
.mainpage-reviews-wrap .review .company-city-wrapper, 
.review.abs-hover .company-city-wrapper,
.mainpage-form-wrapper .form-desc,
.mainpage-form-wrapper .form-body label,
.banner-wrap .label,
.banner-wrap .cta .cta-text,
.mainpage-blog-list-wrap .title-wrap .section-link,
.mainpage-blog-list-wrap .blog-item .blog-item-name,
.mainpage-blog-list-wrap .blog-item .blog-item-link,
.footer-menu > .li > a,
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop,
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container .to, 
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container .from,
.smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, 
.smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, 
.smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, 
.detail-wrap .bx_item_detail .fixed-add-to-cart .name-and-price .name,
.bx-inclinkspersonal-list .bx-inclinkspersonal-item a,
.bx_profile .personal-info .main-profile-block-shown .form-group label,
.bx_profile .personal-info .main-profile-block-shown .form-group input,
.bx-authform .bx-authform-description-container,
.order-sort div,
.header__back-link,
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link {
    font-family: 'Geist-Medium', Arial, sans-serif;
    font-weight: 550;
    letter-spacing: -0.02rem;
}

.mainslider .item.desktop .text-content .description .small-text,
.mainpage-reviews-wrap .review .review-body, 
.review.abs-hover .review-body,
.mainslider .owl-nav .owl-prev, 
.mainpage-form-wrapper .personal label p,
#asd_subscribe_form .privacy_policy label,
#asd_subscribe_form .input_form_hold input,
footer .center_block .bottom_footer .copyright_left,
.manager-message-wrapper .main-text p,
.mainpage-blog-list-wrap .blog-item .blog-item-preview-text,
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) .rub,
.collections-wrap .collection-products .product:not(.section-item) .artnumber,
.collections-wrap .collection-products .section-item .name-and-link .preview-text,
.smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container .to, 
.smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container .from, 
.smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container .to, 
.smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container .from,
.detail-wrap .bx_item_detail .fixed-add-to-cart .name-and-price .price-discount .rub,
.breadcrumb .slash, .breadcrumb span,
.empty-orders,
.order-success,
.breadcrumb a span,
.header__phone,
.forgot-or-register small,
.main-user-consent-request-announce-link,
.bx-authform form .bx-authform-formgroup-container input:not([type=checkbox]),
p, ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.slick-dots):not(.quiz-rules):not(.quiz-gifts) li, ol li,
.mainslider .owl-nav .owl-next {
    font-family: 'Geist-Regular', Arial, sans-serif;
    letter-spacing: -0.02rem;
}

.mainslider .item.desktop .text-content .description .big-text,
.collections-wrap .title-wrap .title,
.collections-wrap .collection-products .product:not(.section-item) .name,
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount),
.mainslider .item.desktop a.banner-btn,
.bestsellers-wrap .title-wrap .title,
.categories .category-row .category-col .category-title,
.mainpage-reviews-wrap .title-wrap .title,
h2:not(.atd-h2):not(.custom),
.order-success .payment input.btn,
.mainpage-form-wrapper .btn-wrapper input,
.mainpage-form-wrapper h2,
.bx_profile .main-profile-social-block .last-auth,
.mainpage-collections-wrap .title-wrap .title,
.banner-wrap .cta .cta-title,
.bx_profile .personal-info .personal-info-title,
footer .center_block .mid_block_foot .third_foot_block .foot_head_bn,
#asd_subscribe_form .form_head,
footer .center_block .socials-footer .socials-title,
.banner-wrap .cta .cta-button,
h1:not(.page-404-h1):not(.section):not(.detail):not(.custom),
div.h1,
.mainpage-collections-wrap .collection .name,
.collections-wrap .collection-products .section-item .name-and-link .name,
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .name,
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount),
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-title,
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .not-in-stock,
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .subscribe-button,
.detail-wrap .product-counter__input,
.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .add-to-cart > span, 
.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .add-to-cart > div, 
.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .add-to-cart a,
.detail-wrap .bx_item_detail .fixed-add-to-cart .name-and-price .price-discount span,
.detail-wrap .bx_item_detail .fixed-add-to-cart .add-to-cart > span, 
.detail-wrap .bx_item_detail .fixed-add-to-cart .add-to-cart > div, 
.detail-wrap .bx_item_detail .fixed-add-to-cart .add-to-cart a,
b, strong,
.bx-authform form button[type=submit],
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-name {
    font-family: 'Geist-Bold', Arial, sans-serif;
    letter-spacing: -0.02rem;
    font-weight: 700;
}

.actual-offers-wrap .tabs .tab.active,
.collections-wrap .title-wrap .section-link:hover:not(.noHover),
.bestsellers-wrap .title-wrap .section-link:hover:not(.noHover),
.mainpage-reviews-wrap .title-wrap .section-link:hover:not(.noHover),
.bx-pagination ul li:hover:not(.noHover):not(.noActive):not(.dots):not(.bx-pag-prev):not(.bx-pag-next), .bx-pagination ul li.bx-active {
    background: #00969A;
}

.smartfilter .filter-props {
    background: none;
}

.collections-wrap .collection-products .section-item .name-and-link .name,
.collections-wrap .collection-products .product:not(.section-item) .name {
    line-height: 1.1;
}

.collections-wrap .collection-products .section-item .name-and-link .preview-text {
    line-height: 1.3;
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by {
    min-width: auto;
    max-width: none;
    height: auto;
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by .item.first:after {
    background: #231F20;
    width: 10px;
    right: 20px;
    height: 6px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: static;
    margin: 0 0 0 10px;
}

.bx-authform-formgroup-container {
  margin-top: 15px;
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by.active .item.first:after {
    transform: rotate(180deg);
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by .item.first {
    padding: 0;
    background: white;
    padding: 12px 20px;
    border-radius: 99px;
    box-sizing: border-box;
    height: auto;
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by .item.first::before {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1/1;
    margin-right: 10px;
    flex-shrink: 0;
    background: url(/images/redesign/sort-icon.svg) center/cover no-repeat;
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by .var-list {
    padding: 20px;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by.active .var-list {
    display: block;
    background: white;
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by.active .var-list .item {
    padding: 0;
}

.catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by.active .var-list .item:not(:last-of-type) {
    margin-bottom: 20px;
}

body {
    background: #EAF4F5;
    position: relative;
}

header .header-info-wrap.fixed:not(.fixedNoAnim) {
    box-sizing: border-box;
}

body.main .content-wrapper header {
    position: absolute;
    z-index: 1002;
    border-bottom: 0;
}

.collections-wrap .collections {
    margin-top: 40px;
}

.collections-wrap {
    margin-left: auto;
    margin-right: auto;
}

.collections-wrap .collections .collection.selected,
.order-success .payment input.btn,
footer .center_block .mid_block_foot #toTop {
    background-color: #00969A;
}

footer .center_block .mid_block_foot .third_foot_block .bot_paraq a,
.bx_profile .main-profile-social-block .last-auth,
footer .center_block .mid_block_foot .third_foot_block .foot-link a {
    color: #00969a
}

.collections-wrap .collections .collection {
    padding: 25px 35px;
}

header .logo-sub-text {
    font-size: 9.3px;
    line-height: 1.1;
    letter-spacing: 0.93px;
    text-transform: uppercase;
    color: white;
    font-weight: 550;
    margin-top: 10px;
    font-family: "Geist-Medium", Arial, Sans-Serif;
}

header a.logo {
    text-decoration: none;
}

.content-wrapper header {
    height: auto;
}

body.main .content-wrapper header .header-info-wrap {
    /* height: auto; */
    /* padding: 32px 0; */
}

.content-wrapper header .header-info-wrap .logo {
    margin-right: 78px;
}

.content-wrapper header .header-info-wrap .logo svg {
    width: initial;
}

.content-wrapper header.white .header-info-wrap .logo svg path,
body:not(.main) header .header-info-wrap .logo svg path,
.content-wrapper header .header-info-wrap.fixed .logo svg path {
    fill: black;
}

header.white .logo-sub-text,
header .header-info-wrap.fixed .logo-sub-text,
body:not(.main) header .header-info-wrap .logo-sub-text {
    color: black;
}

.content-wrapper header .header-menu-wrap .header-menu>.li>a.catalog svg {
    margin-right: 22px;
    flex-shrink: 0;
}

.content-wrapper .header-menu-wrap .header-menu>.li>a.catalog {
    padding: 14px 27px;
    min-width: 149px;
    max-width: 149px;
    height: 39px;
    background: none;
    background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
}

.content-wrapper .header-menu-wrap .header-menu>.li>a.catalog:hover {
    background: linear-gradient(99.09deg, #53BEC0 0%, #00969A 100%);
}

.smartfilter .fixed-buttons .filter-button {
    background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
}

.smartfilter .fixed-buttons .filter-button:hover {
    background: linear-gradient(99.09deg, #53BEC0 0%, #00969A 100%);
}

/* body .header-info-wrap:not(.fixed) .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a:not(.check_order) svg path {
    stroke-width: 0 !important;
} */

body .header-info-wrap:not(.fixed) .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.check_order svg path {
    stroke: #00969a !important;
}

.detail-wrap .tabs-wrap .tabs {
    margin-bottom: 50px;
}

.content-wrapper .header-menu-wrap .header-menu>.li>a.catalog {
    color: white !important;
    font-size: 20px;
    font-family: "Geist-Regular", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    font-size: 16px;
}

.content-wrapper .header-menu-wrap .header-menu>.li.hover .second {
    top: 77px;
}

.content-wrapper .header-menu-wrap .header-menu>.li {
    padding-left: 0
}

.content-wrapper .header-menu-wrap .header-menu {
    gap: 25px;
}

.content-wrapper .header-menu-wrap .header-menu>.li>a {
    padding: 15px 20px;
    color: white;
}

.content-wrapper .white .header-menu-wrap .header-menu>.li>a,
header .header-info-wrap.fixed .header-menu>.li>a,
body:not(.main) header .header-info-wrap .header-menu>.li>a {
    color: black;
}

body:not(.main) header .header-info-wrap {
    background: white;
}

header .header-search .search form input[name=q], .mobile-search .search form input[name=q] {
    border-radius: 38px;
}

header .header-search .search form input[name=q] {
    background-color: #F3F6F6;
}

header .header-search,
.mobile-search {
    min-width: 321px;
    max-width: 321px;
    margin-right: 34px;
    height: 40px
}

header .header-search .search form input[name=q],
.mobile-search .search form input[name=q] {
    padding-left: 55px;
    font-size: 16px;
    line-height: 1.1;
}

header .header-search>div[id^='bx_incl'] {
    height: 100%;
}

header .header-search .search form input[name=q]::-webkit-input-placeholder,
.mobile-search .search form input[name=q]::-webkit-input-placeholder {
    color: rgba(118, 118, 123, 1);
}

header .header-search .search form input[name=q]::-moz-placeholder,
.mobile-search .search form input[name=q]::-moz-placeholder {
    color: rgba(118, 118, 123, 1);
}

header .header-search .search form input[name=q]:-moz-placeholder,
.mobile-search .search form input[name=q]:-moz-placeholder {
    color: rgba(118, 118, 123, 1);
}

header .header-search .search form input[name=q]:-ms-input-placeholder,
.mobile-search .search form input[name=q]:-ms-input-placeholder {
    color: rgba(118, 118, 123, 1);
}

body.main .content-wrapper header .header-info-wrap:not(.fixed) .favorite {
    background: url(/local/templates/samura/img/niris_redesign/favorite.svg) center no-repeat;
}

body.main .content-wrapper header .header-info-wrap:not(.fixed) .auth-info .auth {
    background: url(/local/templates/samura/img/niris_redesign/personal.svg) center no-repeat;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}

.content-wrapper header .header-info-wrap .auth-info:has(.logout-link) {
    max-width: none;
}

body.main .content-wrapper header .header-info-wrap:not(.fixed) .auth-info .logout-link {
    color: white;
}

body.main .content-wrapper header .header-info-wrap:not(.fixed) .auth-info .person-lk {
    filter: brightness(3)
}

.content-wrapper header .header-info-wrap .auth-info,
.content-wrapper header .header-info-wrap .favorite {
    margin-right: 20px;
    flex-shrink: 0;
}

body.main .content-wrapper header .header-info-wrap:not(.fixed) .basket-header {
    background: url(/local/templates/samura/img/niris_redesign/cart.svg) center no-repeat;
}

.content-wrapper header .header-info-wrap.fixed {
    background: #fff;
}

.content-wrapper header .header-info-wrap.fixed .header-search .search form input[name=q] /*,
.mobile-search .search form input[name=q] */ {
    background: #F3F6F6;
    border-radius: 38px;
}

.bestsellers-wrap,
.collections-wrap,
section.categories,
.accessories-wrap,
.mainpage-reviews-wrap,
.banner-wrap {
    padding-top: 0;
}

.mainslider.slide-image,
.bestsellers-wrap,
.collections-wrap,
section.categories,
.mainpage-reviews-wrap,
.section_stories_desktop,
.mainpage-collections-wrap,
.banner-wrap {
    padding-bottom: 130px;
}

.bestsellers-wrap .product:not(.section-item) .add-to-favorite,
.collections-wrap .product:not(.section-item) .add-to-favorite {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 2;
}

.bestsellers-wrap .bestsellers-products .owl-nav {
    display: none;
}

.bestsellers-wrap .bestsellers-products .product:not(.section-item),
.collections-wrap .collection-products .product:not(.section-item) {
    margin-bottom: 0;
}

.collections-wrap .collections {
    margin-top: 46px;
}

.collections-wrap .collection-products {
    margin-top: 43px;
}

.section_stories_desktop .story.owl-item {
    min-width: unset;
    max-width: none;
    width: 100%;
    height: 100%;
    margin-right: 20px;
    border-radius: 20px;
    max-height: 706px;
    background: white;
}

.section_stories_desktop .story.owl-item a {
    padding: 15px 20px 22px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.section_stories_desktop .story.owl-item .item-preview {
    width: 100%;
    border-radius: 0;
    border: none;
    height: auto;
    max-height: 623px;
    min-height: 623px;
    display: block;
    max-width: 377px;
    border-radius: 20px;
}

.section_stories_desktop .story.owl-item .item-preview img {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    max-width: 377px;
    max-height: 623px;
}

.section_stories_desktop .story.owl-item .item-preview::after {
    display: none;
}

.section_stories_desktop .story.owl-item {
    flex-shrink: 0;
}

.section_stories_desktop {
    border-top: none;
    padding: 0;
    border-bottom: none;
    margin-top: 0 !important;
}

.section_stories_desktop .story.owl-item .info {
    margin: 28px 0 0;
    justify-content: start;
}

.section_stories_desktop .story.owl-item .info .name {
    font-size: 18px;
    font-family: "Geist-Regular", Arial, Sans-Serif;
}

.section_stories_desktop .storiesWrapper .slick-list {
    overflow: hidden;
}

.section_stories_desktop .storiesWrapper {
    position: relative;
}

.section_stories_desktop .slick-arrow {
    position: absolute;
    top: -87px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: none;
}

.section_stories_desktop .slick-arrow svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.section_stories_desktop .slick-arrow.left-arrow {
    margin-right: 7px;
    right: 60px;
}

.section_stories_desktop .slick-arrow.right-arrow {
    right: 4px;
}

.section_stories_desktop .slick-arrow.left-arrow svg {
    -webkit-transform: rotate(180deg);
    /* Chrome y Safari */
    -moz-transform: rotate(180deg);
    /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
    /* Robotonet Explorer */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
}

#s_carousel {
    transform: none !important;
}

.section_stories_desktop h2:not(.atd-h2):not(.custom) {
    margin-top: 0;
    font-size: 48px;
    margin-bottom: 46px;
}

.manager-message-overflow-wrapper {
    overflow: hidden;
    width: 1720px;
    margin: 0 auto;
    border-radius: 20px;
    max-height: 563px;
}

.manager-message-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: 
        linear-gradient(to bottom, rgba(0, 88, 91, .9) 0%, rgba(0, 88, 91, .9) 100%),
        url(/images/redesign/manager-bg.jpg) center/cover no-repeat;
    min-height: 29.3vw;
    max-height: 563px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.manager-message-wrapper .head-img {
    position: absolute;
    top: 0;
    transform: none;
    max-width: 87%;
}

.manager-message-wrapper * {
    cursor: default;
}

.manager-message-wrapper .text-part {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    top: 21%;
    right: 120px;
    gap: 55px;
    max-width: 60%;
}

.manager-message-wrapper .main-text {
    box-sizing: border-box;
    display: flex;
    gap: 70px;
}

.manager-message-wrapper .main-text::before, 
.manager-message-wrapper .main-text::after {
    content: '';
    width: 63px;
    height: 63px;
    flex-shrink: 0;
}

.manager-message-wrapper .main-text::before {    
    background: url(/images/redesign/q-left.svg) center/cover no-repeat;
    align-self: start;
}

.manager-message-wrapper .main-text::after {
    background: url(/images/redesign/q-right.svg) center/cover no-repeat;
    align-self: end;
}

.manager-message-wrapper .main-text p:first-child {margin-bottom: 1.5em}
.manager-message-wrapper .main-text p:last-child {margin-bottom: 0}

.manager-message-wrapper .main-text p {
    color: rgba(255,255,255,.8);
    font-size: 22px;
    line-height: 32px;
}

.manager-message-wrapper .name {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255,255,255,.64);
    padding-top: 55px;
    padding-left: 138px;
    border-top: 1px solid rgba(255,255,255,.16);
    font-family: "Geist-Regular", Arial, Sans-Serif;
    z-index: 4;
    display: inline-block;
    margin-right: 133px;
}

.manager-message-wrapper .name .text {
    transform: rotate(-5.65deg);
    margin-top: 8px;
}

.manager-message-wrapper .title {
    font-size: 18px;
    line-height: 1.2;
    color: white;
    transform: rotate(0.6deg);
    position: absolute;
    top: 478px;
    right: 207px;
    font-family: "Geist-Medium", Arial, Sans-Serif;
    background: url(/images/redesign/title-bg.png) center/cover no-repeat;
    padding: 20px 46px;
    z-index: 3;
}

.manager-message-wrapper .title .text {
    transform: rotate(0.6deg);
}

.check-origin-wrapper {
    background: #00969A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 46px 95px;
    margin: 0 auto 130px;
    box-sizing: border-box;
    width: calc(100% - 200px);
}

.similar-products-wrap {
    width: calc(100% - 200px);
}

.check-origin-wrapper img {
    aspect-ratio: 1/1;
    flex-shrink: 0;
    opacity: .4;
}

.check-origin-wrapper .check-origin-btn {
    flex-shrink: 1;
    display: inline-block;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 285px;
    height: 64px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    -ms-border-radius: 41px;
    border-radius: 41px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    padding: 0;
    outline: none;
    background: #267A7C;
    color: white;
    font-size: 20px;
    font-family: "Geist-Bold", Arial, Sans-Serif;
}

.check-origin-wrapper .check-origin-btn span {
    color: white;
    font-size: 20px;
    font-family: "Geist-Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    position: relative;
    z-index: 2;
}

.check-origin-wrapper .check-origin-btn:hover {
    background: #01afb2;
}

.check-origin-wrapper .head {
    color: white;
    font-size: 48px;
    font-family: "Geist-Bold", Arial, Sans-Serif;
    margin-bottom: 30px;
}

.check-origin-wrapper .desc {
    color: white;
    font-size: 20px;
    line-height: 1.5;
    font-family: "Geist-Regular", Arial, Sans-Serif;
}

.product .topProps .top-prop {
    font-size: 14px !important;
    padding: 10px 15px !important;
    box-sizing: border-box;
}

.bestsellers-wrap .bestsellers-products .product:not(.section-item) .name {
    font-size: 18px;
    max-width: 65%;
}

footer .center_block .mid_block_foot .third_foot_block {
    min-width: calc(25% - 140px);
    max-width: calc(25% - 140px);
}

footer .center_block .mid_block_foot .third_foot_block:nth-child(3) {
    max-width: 365px;
    min-width: 365px;
}

footer .center_block .mid_block_foot {
    width: 100%;
}

footer .center_block .mid_block_foot .third_foot_block:nth-child(3) {
    margin-right: 135px;
}

footer .center_block .socials-footer .socials div.vk {
    background-image: url(/images/redesign/footer-vk.svg)
}

footer .center_block .socials-footer .socials div.tg {
    background-image: url(/images/redesign/footer-tg.svg);
    min-width: 40px;
    max-width: 40px;
    height: 100%;
    margin-right: 14.5px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.7;
}

footer .center_block .socials-footer .socials div.tg:hover {
    opacity: 1;
    background: url(/images/redesign/footer-tg-active.svg) center no-repeat;
}

footer .payment {
    margin-top: 27.5px;
    display: flex;
    align-items: center;
    gap: 38px;
}

footer .center_block .mid_block_foot .third_foot_block .foot_head_bn {
    line-height: 1.1;
    margin-bottom: 33px;
}

.footer-menu>.li>a {
    line-height: 1.1;
}

footer .center_block .mid_block_foot .third_foot_block .foot-link a,
footer .center_block .mid_block_foot .third_foot_block .bot_paraq a {
    font-family: "Geist-Bold", Arial, Sans-Serif;
}

.footer .center_block .mid_block_foot .third_foot_block .foot-link .phone_span_down {
    font-family: "Geist-Regular", Arial, Sans-Serif;
}

.footer .center_block .mid_block_foot .third_foot_block .foot-link .phone_span_up {
    font-family: "Geist-Medium", Arial, Sans-Serif;
}

footer .center_block .bottom_footer {
    margin-top: 41px;
}

.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):before,
.order__confirm-btn,
.address-item__selected,
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):before {
    background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
}

.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):after,
.order__confirm-btn:hover,
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):after {
    background: linear-gradient(-99.09deg, #00969A 0%, #53BEC0 100%);
}

.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):hover:not(.noHover):after,
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):hover:not(.noHover):after {
    opacity: 1;
    right: 0;
}

.bestsellers-wrap .title-wrap .title,
.collections-wrap .title-wrap .title,
.mainpage-reviews-wrap .title-wrap .title,
.section_stories_desktop h2:not(.atd-h2):not(.custom),
.mainpage-collections-wrap .title-wrap .title,
.manager-message-wrapper h2.title,
.mainpage-blog-list-wrap h2:not(.atd-h2):not(.custom) {
    font-size: 44px;
}

.bestsellers-wrap .bestsellers-products,
.collections-wrap .collections {
    margin-top: 46px;
}

.header-menu-wrap .second:not(.catalog) {
    min-width: 375px;
    max-width: 375px;
    top: 77px;
    left: 0;
    border-radius: 0 0 20px 20px;
    z-index: 2000;
}

.header-menu-wrap .second:not(.catalog) .left-menu-wrap {
    width: auto;
}

.header-menu-wrap .second:not(.catalog) .left-menu {
    padding: 0;
    flex-direction: column;
    width: auto;
    margin: 10px 0 8px;
    gap: 0;
}

.header-menu-wrap .second:not(.catalog) .left-menu > .li {
    min-width: unset;
    width: 100%;
    height: auto;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a {
    background: none;
    padding: 0;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li {
    max-width: none;
    padding: 13px 20px;
    box-sizing: border-box;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:not(:last-of-type) {
    border-bottom: 0.5px solid #D9D9D9
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a:before {
    display: none;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a .a-text {
    display: none;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a span {
    margin-top: 0;
}

.li.child-ul {
    position: relative;
}

.header-menu-wrap .second:not(.catalog) .left-menu-wrap .menu-contacts {
    display: none;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li .sale-icon .hov-icon {
    display: none;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active a .sale-icon .hov-icon {
    display: block;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active a .sale-icon .def-icon {
    display: none;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a span {
    font-size: 16px;
    line-height: 1;
    font-weight: 550;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a span {
    color: #00969A;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a .sale-icon {
    width: 28px;
    aspect-ratio: 1/1;
    height: auto;
    background: none;
}

body.main .header-info-wrap:not(.fixed) .header-menu-wrap .second:has(.no-catalog) {
    background: #1D1E21;
    box-shadow: 0px 5px 30px 0px #0000004D;
}

.header-menu-wrap .second:has(.no-catalog) {
    box-shadow: 0px 10px 10px 3px #0000001e;
}

body.main .header-info-wrap:not(.fixed) .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a span {
    color: white;
}

body.main .header-info-wrap:not(.fixed) .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a svg path {
    transition: all 0.4s ease;
}

/* .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li > a svg path {
    fill: black;
} */

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.check_order svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.refund svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.guarantee svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.reviews svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.franchajzing svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.check_order svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.refund svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.guarantee svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.reviews svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.franchajzing svg path,
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.delivery svg path:first-child, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a.delivery svg path:first-child,
body.main .header-info-wrap:not(.fixed) .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a svg path, 
body.main .header-info-wrap:not(.fixed) .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a svg path,
body.main .header-info-wrap.fixed .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a svg path, 
body.main .header-info-wrap.fixed .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a svg path,
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a svg path, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a svg path {
    fill: #00969A;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.faq svg path,
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.delivery svg path {
    stroke: none !important;
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.guarantee svg path,
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.payment svg path,
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.about svg path,
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.gde-kupit svg path,
body.main .header-info-wrap:not(.fixed) .header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.guarantee svg path,
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a.franchajzing svg path {
    stroke: #00969a !important
}

.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li:hover:not(.noHover) > a span, 
.header-menu-wrap .left-menu-wrap.no-catalog .left-menu > .li.active > a span {
    color: #00969A !important;
}

.content-wrapper .header-menu-wrap .header-menu>.li.hover .second.catalog {
    width: 100vw;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 100;
    height: 100vh;
}

body:has(.li-catalog.hover) .header-info-wrap .logo svg path {
    fill: black;
}

body:has(.li-catalog.hover) .header-info-wrap .logo .logo-sub-text {
    color: #7B7B80;
}

body:has(.li-catalog.hover) .header-info-wrap .logo {
    z-index: 102;
}

body:has(.li-catalog.hover) .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu {
    padding-top: 110px;
    padding-right: 28px;
}

body:has(.li-catalog.hover) .header-menu-wrap .left-menu-items-wrap {
    padding-top: 26px;
}

body:has(.li-catalog.hover) .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link {
    margin-left: 60px;
}

body:has(.li-catalog.hover) .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:before {
    background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
    border-radius: 20px;
    width: calc(100% + 56px);
    left: -56px;
}

.catalog .menu-close-btn {
    width: 19px;
    aspect-ratio: 1/1;
    background: url(/images/redesign/menu-close.svg) center/cover no-repeat;
    cursor: pointer;
    transition: .4s ease;
    position: absolute;
    top: 40px;
    right: 110px;
    z-index: 10;
}

.catalog .menu-close-btn:hover {
    opacity: .5;
}

.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a .arrow-menu {
    margin-right: 25px;
    order: 4;
}

.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li > a span {
    margin-right: 19px;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='collection'] .left-menu-items-list .left-menu-item {
    height: 100%;
    min-width: auto;
    max-width: none;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='collection'] .left-menu-items-list .left-menu-items-list-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 226px;
    gap: 15px;
    padding-right: 15px;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='collection'] .left-menu-items-list .left-menu-items-list-inner > a:nth-child(10n + 3),
.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='collection'] .left-menu-items-list .left-menu-items-list-inner > a:nth-child(10n + 6) {
    grid-row: span 2;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='collection'] .left-menu-items-list a.left-menu-item:nth-child(10n + 3) .left-menu-item-picture:not(.no-anim) img, 
.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='collection'] .left-menu-items-list a.left-menu-item:nth-child(10n + 6) .left-menu-item-picture:not(.no-anim) img {
    transform: rotate(-45deg)
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='collection'] .left-menu-items-list .left-menu-item .left-menu-item-picture:not(.no-anim) img,
.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='acsessuary'] .left-menu-items-list .left-menu-item .left-menu-item-picture:not(.no-anim) img {
    transform: none;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture:not(.no-anim) {
    width: 80%;
    bottom: -20px;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item:hover:not(.noHover) .left-menu-item-picture:not(.no-anim) {
    width: 90%;
}

/* .header-menu-wrap .header-menu > .li {
    padding-top: 32px;
    padding-bottom: 32px;
} */

.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:last-child {
    margin: 0;
}

.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li {
    flex-shrink: 0;
}

body:has(.li-catalog.hover) .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu {
    gap: 10px;
}

.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover) > a[href='/catalog/'] svg path {
    stroke: none;
    fill: white;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='hity'] .left-menu-items-title-and-link .left-menu-items-link,
.mainpage-collections-wrap .title-wrap .section-link {display: none;}
.mainpage-collections-wrap {overflow: hidden;}

.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:hover:not(.noHover)[data-code='hity'] > a svg path,
.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li.active[data-code='hity'] > a svg path {
    fill: white;
    stroke-width: 0.5px;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='collection'] .left-menu-items-list .left-menu-item:hover:not(.noHover) .left-menu-item-picture:not(.no-anim) {
    width: 80%;
    bottom: -20px;
    transform: translateX(-60%) rotate(-20deg);
    /* animation: knifeCut ease 0.5s infinite alternate forwards; */
}

.mainslider {
    min-height: 750px;
}

.mainslider picture {
    width: 100%;
    height: 100%;
}

.collections-wrap .collection-products .owl-stage {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;

    grid-auto-flow: row dense;
}

.collections-wrap .collection-products .section-item {
    grid-column: span 2;
    margin-bottom: 0;
}

.collections-wrap .collection-products > div {
    margin-right: 0 !important
}

.collections-wrap .collection-products .product:not(.section-item),
.collections-wrap .collection-products .section-item {
    margin-right: 0;
}

.collections-wrap .collection-products .product:not(.section-item),
.collections-wrap .collection-products .section-item,
.categories .category-row .category-col {
    min-width: auto !important;
    max-width: none !important;
}

.categories .category-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.add-to-favorite:hover:not(.noHover) svg, 
.add-to-favorite[data-action=remove] svg {
    fill: #00969A !important;
}

.add-to-favorite svg path {
    stroke: #00969A !important;
    fill: white;
}

/*anim*/
/**/
._anim_down_to_up_slow{
    transform: translate(0px, 120%);
    opacity: 0;
    transition: all 1s ease 0s;
}

._anim_down_to_up_slow._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_up_to_down_slow{
    transform: translate(0px, -120%);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

._anim_up_to_down_slow._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_down_to_up_fast{
    transform: translate(0px, 120%);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

._anim_down_to_up_fast._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_left_to_right_fast{
    transform: translate(-120%, 0px);
    opacity: 0;
    transition: all 1.5s ease 0s;
}

._anim_left_to_right_fast._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_right_to_left_fast{
    transform: translate(120%, 0px);
    opacity: 0;
    transition: all 1.5s ease 0s;
}

._anim_right_to_left_fast._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_fade_in_fast{	
    opacity: 0;
    transition: all 1s ease 0s;
}

._anim_fade_in_fast._active{	
    opacity: 1;
}

._anim_fade_in_slow{	
    opacity: 0;
    transition: all 2s ease 0s;
}

._anim_fade_in_slow._active{	
    opacity: 1;
}

._anim_rotate_45{
    opacity: 0;
    transform: rotate(45deg);
    transition: all 1s ease 0s;
}

._anim_rotate_45._active{
    transform: rotate(0deg);
    opacity: 1;
}

._anim_big_to_small{
    opacity: 0;
    transform: scale(10);
    transition: all 2s ease 0s;
}

._anim_big_to_small._active{
    transform: scale(1);
    opacity: 1;
}
					
			
._anim-items.tzr1{
	transition: all 0.3s ease 0s;
}	

._anim-items.tzr2{
	transition: all 0.5s ease 0s;
}

._anim-items.tzr3{
	transition: all 0.7s ease 0s;
}

._anim-items.tzr4{
	transition: all 0.9s ease 0s;
}

._anim-items.tzr5{
	transition: all 1.1s ease 0s;
}

._anim-items.tzr6{
	transition: all 1.3s ease 0s;
}

._anim-items.tzr7{
	transition: all 1.5s ease 0s;
}	

._anim-items.tzr8{
	transition: all 1.7s ease 0s;
}	
	
._anim-items.tzr9{
	transition: all 1.9s ease 0s;
}

._anim-items.tzr10{
	transition: all 2.1s ease 0s;
}

._anim-items.tzr11{
	transition: all 2.2s ease 0s;
}

._anim-items.tzr12{
	transition: all 2.4s ease 0s;
}	

._anim_overhide{
	max-width: 100%; 
	overflow: hidden;
}

/*anim*/

._slide-to-right {transform: translate(-120%, 0px);opacity: 0;transition: all 1.5s ease 0s;}
._slide-to-right._active {transform: translate(0px, 0px);opacity: 1;}

.content-wrapper header .header-info-wrap .right-part {
    display: flex;
}

.categories .category-row .category-col img {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 70% !important;
    bottom: -50px !important;
    height: auto;
    max-width: 250px;
}

.categories .category-row .category-col:hover img {
    bottom: 0 !important;
    width: 60% !important;
}

footer .center_block .mid_block_foot #toTop {
    bottom: 0 !important
}

.bx-touch header .header-info-wrap .menu-button {
    display: block;
}

.bx-touch header body.main .header-info-wrap {
    padding: 7px 0;
}

.bx-touch header:has(.menu-button.noHover) .header-menu-mobile-wrap {
    top: 61px;
    z-index: 3;
    opacity: 1;
    height: auto;
}

.header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu > .li:after {
    display: none;
}

.products-block .list .product .add-to-favorite,
.product:not(.section-item) .add-to-favorite {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 27px;
}

.collections-wrap .sections-container .section__name {
    margin-bottom: 70px;
}

.page-with-left-menu .left-menu-page {
    display: none;
}

body:not(.main) .collections-wrap .collections .collection .image {
    min-width: 70%;
    max-width: 70%;
}

body:not(.main) .collections-wrap .collections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

body:not(.main) .collections-wrap .collections .collection {
    min-width: auto !important;
    max-width: none !important;
}

.detail-wrap .bx_item_detail .product-info .info .artnumber-and-favorite {
    justify-content: space-between;
}

.detail-wrap .bx_item_detail .product-info .info .favorite-and-share {
    display: flex;
    align-items: center;
    gap: 20px;
}

.detail-wrap .bx_item_detail .product-info .info .artnumber-and-favorite .add-to-favorite {
    position: static;
    width: auto;
}

.detail-wrap .status {
    font-family: 'Geist-Regular', Arial, sans-serif;
    min-width: 140px;
    color: rgba(35, 31, 32, 0.5);
}

.detail-wrap .status::before {
    width: 9px;
    height: 9px;
    margin-right: 15px;
}

.detail-wrap .bx_item_detail .product-info .info .artnumber-and-favorite .add-to-favorite[data-action=add] span,
.detail-wrap .product-share {
    font-family: 'Geist-Regular', Arial, sans-serif;
    color: rgba(35, 31, 32, 0.5);
    opacity: 1;
    transition: .4s ease;
}

.detail-wrap .bx_item_detail .product-info .info .artnumber-and-favorite .add-to-favorite[data-action=add] svg {
    opacity: 1;
}

.detail-wrap .add-to-favorite svg path {
    stroke: rgba(35, 31, 32, 0.5) !important;
}

.detail-wrap .add-to-favorite:hover svg path {
    stroke: #00969A !important;
}

.detail-wrap .product-share {
    gap: 6px;
}

.detail-wrap .bx_item_detail .product-info .info .artnumber-and-favorite .add-to-favorite[data-action=add]:hover span,
.detail-wrap .product-share:hover {
    color: #00969A;
}

.detail-wrap .product-share:hover svg path {
    fill: #00969A !important;
}

.detail-wrap .bx_item_detail .product-info .info .detail {
    margin: 15px 0;
    font-family: 'Geist-Bold', Arial, sans-serif;
    font-size: 48px;
}

.detail-wrap .artnumber.subtitle-props__item {
    padding: 0;
    margin-top: 24px;
    font-family: 'Geist-Regular', Arial, sans-serif;
    font-size: 16px;
    color: rgba(35, 31, 32, 0.5);
    border-right: none;
}

.detail-wrap .labels {
    padding-top: 0;
    gap: 8px;
    margin: 15px 0;
}

.detail-wrap .labels__item.label-series,
.go-to-cart,
.delivery-fields-wrapper .delivery-tab__fields .open_map_adress,
.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-title-and-link .left-menu-items-link:hover:not(.noHover),
.bx-inclinkspersonal-list .bx-inclinkspersonal-item.bx-inclinkspersonal-selected {
    background: #00969A;
}

.detail-wrap .labels__item.label-new,
.order_button_small,
.order-sort div.active {
    color: #00969A;
}

.detail-wrap .labels__item {
    padding: 15px 20px;
    font-size: 15px;
    border-color: #00969A;
    font-family: 'Geist-Bold', Arial, sans-serif;
}

.detail-wrap .bx_item_detail .product-info .info .description-wrap .description {
    font-family: 'Geist-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.detail-wrap .bx_item_detail .product-info .info .rating .rating-num {
    font-family: 'Geist-Medium', Arial, sans-serif;
}

.detail-wrap .bx_item_detail .product-info .info .rating .line_span_item {
    font-family: 'Geist-Regular', Arial, sans-serif;
}

.detail-wrap .bx_item_detail .product-info .info .prices {
    margin: 48px 0 41px;
    font-family: 'Geist-Bold', Arial, sans-serif;
}

.detail-wrap .add-to-cart-wrapper {
    background: none;
}

.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .add-to-cart:before {
    background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
}

.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .add-to-cart:after {
    background: linear-gradient(99.09deg, #53BEC0 0%, #00969A 100%);
}

.detail-wrap .bx_item_detail .product-info .info .rating .star {
    background-image: url(/images/redesign/review-star.svg)
}

.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .q-order, 
.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .q-order1 {
    opacity: 0;
}

.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click:hover .q-order, 
.detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click:hover .q-order1 {
    opacity: 1;
}

.product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):before {
    background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%) !important;
}

.product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):hover:after {
    background: linear-gradient(99.09deg, #53BEC0 0%, #00969A 100%) !important;
}

.detail-wrap .info .side-services .side-title {
    display: none;
}

.detail-wrap .info .side-services {
    margin-top: 50px;
}

.detail-wrap .info .side-services .services-item__logo {
    display: none;
}

.detail-wrap .info .side-services .services-item {
    gap: 45px;
    align-items: start;
}

.detail-wrap .info .side-services .services-item__desc {
    padding: 0;
    flex: none;
}

.detail-wrap .info .side-services .services-item__name {
    font-size: 17px;
    font-family: 'Geist-Medium', Arial, sans-serif;
    color: #231F20;
    margin-bottom: 7px;
}

.detail-wrap .info .side-services .services-item__info {
    color: #8B8B8B;
    font-size: 17px;
    font-family: 'Geist-Medium', Arial, sans-serif;
}

.detail-wrap .services-item__btn svg {
    display: none;
}

.detail-wrap .services-item__btn {
    font-size: 18px;
    font-family: 'Geist-Bold', Arial, sans-serif;
    color: #00969a;
    text-decoration: underline;
    transition: .4s ease;
}

.detail-wrap .services-item__btn:hover {
    opacity: .8;
}

.catalog-wrap + .related-accessories-wrap .similar-products-wrap {
    padding-top: 0;
    padding-bottom: 120px;
}

.catalog-wrap {
    width: calc(100% - 200px);
}

.catalog-wrap ~ .check-origin-wrapper {
    margin-bottom: 60px;
}

.catalog-wrap .detail-wrap {
    width: 100%;
    max-width: none !important;
}

body:has(.detail-wrap) .breadcrumb {
    padding-top: 55px;
}

.banner-wrap .banner-img {
    animation: ken-burns-slide-ltr ease 40s infinite;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='nabory'] .left-menu-items-list .left-menu-item .left-menu-item-picture:not(.no-anim) img,
.header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code='aksessuary_samura'] .left-menu-items-list .left-menu-item .left-menu-item-picture:not(.no-anim) img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item {
    transition: .4s ease;
}

.products-block .list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.products-block .list .product {
    min-width: auto;
    max-width: none;
    margin: 0 !important;
}

.cookie-block {
    left: 0;
    top: -9999px;
    max-width: none;
    transform: none;
    padding: 20px;
    height: 80px;
    gap: 20%;
    z-index: 10000000001;
    border-radius: 0;
    font-family: "Geist-Bold", Arial, Sans-Serif;
}

.cookie-block.sticky {
    position: sticky;
    bottom: 0;
    top: auto;
}

.cookie-block .btn::before,
.bx-authform .bx-authform-link-container .register:before,
#basket_items_list .to-catalog:before,
.header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover:before,
#basket_items_list .buttons-wrap .order-buttons a.checkout:before,
.bx-authform form button[type=submit]:before {
    background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
}


.cookie-block .btn:hover::before,
.bx-authform .bx-authform-link-container .register:hover:after,
#basket_items_list .to-catalog:hover:after,
#basket_items_list .buttons-wrap .order-buttons a.checkout:hover:after,
.bx-authform form button[type=submit]:hover:after {
    background: linear-gradient(99.09deg, #53BEC0 0%, #00969A 100%);
}

.products-block .show-more {
    background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
}

.products-block .show-more:hover {
    background: linear-gradient(99.09deg, #53BEC0 0%, #00969A 100%);
}

.smartfilter .bx-filter-parameters-box-container .controller-wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
}

.where__tabs_titles-wrap {
    display: none !important;
}

.addedToCart .addedToCart-inner {
    padding: 20px 40px;
}

.addedToCart.fixedBlock {
    height: auto;
}

.detail-wrap .bx-left .labels__item {
    padding: 8px 13px;
}

section.categories {
    overflow: hidden;
}

.content-wrapper header .header-info-wrap.fixed {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.add-to-favorite[data-action='remove'] svg path {
  fill: #00969A;
}

/* .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item:hover {
    background: #d6d8d8;
}

.header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item .left-menu-item-picture {
    background: none;
} */

@keyframes ken-burns-slide-ltr {
    0% {
        transform: translateX(0) scale(1)
    }
    50% {
        transform: translateX(1%) scale(1.2)
    }
    100% {
        transform: translateX(0) scale(1)
    }
}


@keyframes knifeCut {
    0% {
        transform: translateX(-40%);
    }
    100% {
        transform: translateX(-60%) rotate(-20deg);
    }
}

@media (min-width: 2560px) {
    body:not(.main) .collections-wrap .collections {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .mainslider {
        width: 100%;
    }

    body:has(.li-catalog.hover) header .inner {
        max-width: calc(100% - 200px);
    }
}

@media (max-width: 2559px) {
    .manager-message-wrapper .manager-photo-wrapper img {
        margin-left: -5%;
        width: 105%;
        border-radius: 20px;
        object-position: 50%;
    }

    .products-block .list {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1800px) {
    .manager-message-wrapper .head-img {
        transform: translateX(-50%);
        left: 23%;
    }

    .manager-message-wrapper .main-text {
        right: 120px;
    }

    .products-block .list {
        gap: 20px;
    }

    .detail-wrap .bx_item_detail .product-info .bx-left {
        max-width: 1127px;
    }

    .check-origin-wrapper,
    body:not(.main) .collections-wrap,
    .mainpage-blog-list-wrap,
    .mainpage-collections-wrap,
    header .header-info-wrap .inner,
    .bestsellers-wrap,
    .collections-wrap,
    .categories,
    .mainpage-reviews-wrap,
    .manager-message-overflow-wrapper,
    .section_stories_desktop,
    .mainpage-form-wrapper,
    .breadcrumb,
    .catalog-wrap,
    body .content .page-with-left-menu,
    .catalog-search-wrap,
    .section-info,
    body:has(.catalog-wrap) .similar-products-wrap,
    .catalog-wrap ~ .actual-offers-wrap,
    .basket-wrap,
    .personal-area,
    body .content > .text-wrap:not(.gift_certificates):not(.giveaway),
    .banner-wrap .banner {
        width: calc(100% - 200px);
        max-width: 1720px;
    }

    .collections-wrap > .sections-container {
        width: 100%;
    }

    .detail-wrap .tabs-wrap .tabs .tab {
        padding: 23px 35px;
    }
}

@media (max-width: 1799px) {
    footer .center_block .mid_block_foot .third_foot_block:nth-child(3) {
        max-width: 265px;
        min-width: 265px;
        margin-right: 90px;
    }

    .manager-message-wrapper .head-img {
        transform: translateX(-50%);
        left: 23%;
    }

    .mainpage-blog-list-wrap .blog-item .blog-item-name {
        font-size: 20px;
    }

    .mainpage-blog-list-wrap .blog-item .blog-item-preview-text {
        font-size: 16px;
    }

    .categories .category-row {
        gap: 20px;
    }

    header .header-info-wrap .inner,
    .bestsellers-wrap, 
    body.main .collections-wrap, 
    section.categories, 
    .breadcrumb,
    .mainpage-reviews-wrap, 
    .section_stories_desktop, 
    .mainpage-collections-wrap, 
    .banner-wrap, 
    .mainpage-form-wrapper, 
    .manager-message-overflow-wrapper, 
    .check-origin-wrapper, 
    .mainpage-blog-list-wrap,
    .section-info,
    .section-info,
    .container_title_order, 
    .container_title_order + .container,
    body .content > .text-wrap:not(.gift_certificates):not(.giveaway),
    .actual-offers-wrap,
    .catalog-wrap,
    body:has(.catalog-wrap) .similar-products-wrap,
    .catalog-search-wrap,
    body:not(.main) .collections-wrap,
    .personal-area,
    .basket-wrap,
    body .content .page-with-left-menu,
    .check-origin-wrapper {
        width: calc(100% - 200px);
    }

    .container_title_order,
    .container_title_order + .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .products-block .list .product {
        min-width: auto;
        max-width: none;
    }

    .products-block .list {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    header .header-info-wrap .inner {
        justify-content: space-between;
    }

    .banner-wrap {
        margin: auto;
    }

    .banner-wrap .banner {
        width: 100%;
    }

    .catalog .menu-close-btn {
        right: 55px;
    }

    footer .center_block .mid_block_foot .third_foot_block {
        max-width: calc(25% - 30px);
        min-width: calc(25% - 30px);
    }

    .header-menu-wrap .left-menu-wrap {
        width: calc(100% - 80px)
    }

    .header-menu-wrap .left-menu-wrap:not(.no-catalog) .left-menu {
        min-width: 360px;
        max-width: 360px;
    }

    .header-menu-wrap .left-menu-items-wrap {
        width: 100%;
    }

    .header-menu-wrap .left-menu-items-wrap .left-menu-items {
        min-width: 100%;
        max-width: 100%;
    }

    .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item,
    .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-item.aksessuar {
        min-width: calc(33% - 10px);
        height: 420px;
        max-width: calc(33% - 10px);
    }

    .header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=gift_certificates],
    .header-menu-wrap .left-menu-items-wrap .left-menu-items[data-code=aksessuary_samura] {
        min-width: 100%;
        min-width: 100%;
    }

    .header-menu-wrap .left-menu-items-wrap .left-menu-items .left-menu-items-list .left-menu-card {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
        height: auto;
    }

    .footer-menu > .li > a {
        font-size: 16px;
    }

    footer .center_block .mid_block_foot .third_foot_block .foot-link {
        font-size: 14px;
    }

    footer .center_block .mid_block_foot .third_foot_block .foot_head_bn {
        margin-bottom: 20px;
    }

    .categories .category-row .category-col {
        height: 25vw;
        min-height: 280px;
    }

    .categories .category-row .category-col img {
        max-width: 210px;
    }

    .mainpage-form-wrapper {
        padding: 71px 48px 42px;
    }

    .mainpage-form-wrapper h2 {
        font-size: 44px;
        margin-bottom: 15px;
    }

    .mainpage-form-wrapper .form-body label,
    .mainpage-form-wrapper .btn-wrapper input,
    .mainpage-form-wrapper .form-body input {
        font-size: 16px;
    }

    .bestsellers-wrap .bestsellers-products .product:not(.section-item) .name {
        max-width: none;
    }

    .manager-message-wrapper .main-text p {
        font-size: 20px;
    }

    .manager-message-wrapper .text-part {
        right: 80px;
        top: 15%;
        gap: 30px;
    }

    .manager-message-wrapper .name {
        padding-top: 25px;
        padding-left: 75px;
        margin-right: 90px;
    }

}

@media screen and (max-width: 1799px) and (min-width: 1280px) {

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-parameters-box-title span,
    .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset,
    .smartfilter .filter-props:has(.bx-filter-parameters-box.active) .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset,
    .smartfilter .filter-props .bx-filter-parameters-box:not([data-propcode="base_price"]) .bx-filter-parameters-box-title {
        font-size: 16px !important;
    }

    header .header-search,
    .mobile-search {
        width: 100%;
        max-width: 300px;
        min-width: unset;
    }

    .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
        min-width: 235px;
        max-width: 328px;
    }

    .content-wrapper header .header-info-wrap .logo {
        margin-right: 20px;
    }

    .content-wrapper .header-menu-wrap .header-menu>.li>a {
        padding: 10px 15px;
    }

    .content-wrapper .header-menu-wrap .header-menu {
        gap: 15px;
    }

    header .header-search, .mobile-search {
        margin: 0 10px;
    }

    .detail-wrap .bx_item_detail .product-info .bx-left {
        max-width: 65%;
    }

    .detail-wrap .bx_item_detail .product-info .info .detail {
        font-size: 40px;
    }

    .detail-wrap .bx_item_detail .product-info .info .description-wrap .description {
        font-size: 16px;
    }

    .detail-wrap .bx_item_detail .product-info .bx-left .detail-images-wrap {
        height: 650px;
    }

    .detail-wrap .labels__item {
        line-height: 1;
        padding: 12px 20px;
    }

    .detail-wrap .bx_item_detail .product-info .info .rating .rating-num,
    .detail-wrap .bx_item_detail .product-info .info .rating .line_span_item,
    .detail-wrap .bx_item_detail .product-info .info .rating .line {
        font-size: 14px;
    }

    .detail-wrap .bx_item_detail .product-info .bx-left .detail-images-wrap .left-and-detail-images .left-images-wrap {
        min-width: 140px;
        max-width: 140px;
    }

    .detail-wrap .bx_item_detail .product-info .bx-left .detail-images-wrap .left-and-detail-images .detail-image img {
        object-fit: contain;
    }

    .detail-wrap .bx_item_detail .product-info .info .prices .price-discount span {
        font-size: 40px;
    }

    .detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .q-order, 
    .detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .q-order1,
    .detail-wrap .product-counter,
    .detail-wrap .bx_item_detail .product-info .info .add-to-cart-and-buy-by-one-click .add-to-cart {
        height: 50px;
    }

    .detail-wrap .tabs-wrap .tabs .tab {
        padding: 15px 35px;
    }

    .detail-wrap .bx_item_detail .fixed-add-to-cart .add-to-cart,
    .reviews-wrap .open-form-review-button {
        height: 50px;
    }
}

@media (max-width: 1540px) {
    .catalog-wrap > .right .elements-wrap .sort-props .price-sort .sort-by .item {
        font-size: 16px !important;
    }

    .manager-message-wrapper .main-text {
        right: 20px;
        gap: 30px;
        top: 40px;
    }

    .manager-message-wrapper .name {
        right: 105px;
        bottom: 20px;
    }

    .manager-message-wrapper .head-img {
        left: 15%;
        max-width: 81%;
    }
}

@media (max-width: 1450px) {
    .collections-wrap .collection-products .owl-stage {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .collections-wrap .collection-products .product:nth-child(9) {
        display: none;
    }

    .manager-message-wrapper .text-part {
        right: 40px;
        top: 20px;
    }

    .manager-message-wrapper .main-text p {
        font-size: 18px;
    }

    .manager-message-wrapper .main-text::before, .manager-message-wrapper .main-text::after {
        width: 33px;
        height: 33px;
    }
}

@media (min-width: 1280px) {
    .li-about .li[data-code='about'] {
        display: none;
    }

    .catalog-wrap .top-row {
        display: flex;
        justify-content: space-between;
        align-items: start;
        gap: 50px;
    }

    .reviews-wrap {
        border-top: none;
    }

    .catalog-wrap > .right .elements-wrap .sort-props {
        margin-top: 30px;
    }

    .catalog-wrap .top-row .smartfilter .filter-props-inner {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .smartfilter .filter-props .bx-filter-parameters-box {
        padding: 0;
        z-index: auto;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-parameters-box-title {
        border-radius: 99px;
        background: white;
        padding: 13.5px 20px !important;
        line-height: 1;
        font-size: 18px;
        font-family: 'Geist-Medium', 'Arial', sans-serif;
        gap: 10px;
        align-items: center;
        color: #231F20;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block {
        position: absolute;
        top: calc(100% + 9px);
        background: white;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0px 0px 20px 0px #0000001A;
        z-index: 5;
    }

    .smartfilter .filter-props .bx-filter-parameters-box:has(.btn-go-filter) {
        z-index: 10000;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.active.current .bx-filter-block {
        display: block;
        height: auto !important;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block:not(.scroll):has(.btn-go-filter) .btn-wrapper {
        margin-top: 20px;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block.scroll:has(.btn-go-filter) .btn-wrapper {
        position: sticky;
        bottom: -20px;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 0;
        padding: 20px 0;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.active .bx-filter-block {
        display: none;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-parameters-box-title .fa {
        position: static;
        transform: none;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title .fa {
        background: white;
    }

    .smartfilter .filter-props .bx-filter-parameters-box {
        border-bottom: 0;
    }

    .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_button {
        display: none;
    }

    .smartfilter .filter-props .bx_filter_button_box,
    .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset {
        margin-top: 0;
    }

    .detail-wrap .bx_item_detail .product-info .info {
        margin-left: 3.5%;
    }

    .smartfilter .filter-props .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset {
        border-radius: 99px;
        background: white;
        padding: 13.5px 20px;
        line-height: 1;
        font-size: 18px;
        font-family: 'Geist-Medium', 'Arial', sans-serif;
        text-decoration: none;
        color: #00969A;
        display: none;
    }

    .smartfilter .filter-props:has(.bx-filter-parameters-box.active) .bx_filter_button_box .bx-filter-parameters-box-container .bx_filter_search_reset {
        display: block;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title,
    .smartfilter .filter-props .bx-filter-parameters-box.active .bx-filter-parameters-box-title {
        background: #00969A;
        color: white;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label, 
    .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label {
        gap: 7px;
        font-size: 14px;
        font-family: 'Geist-Medium', 'Arial', sans-serif;
        color: #231F20;
        padding: 0;
        border: none;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name, 
    .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .name {
        text-align: left;
    }

    .catalog-wrap > .right {
        margin: 0;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-parameters-box-title .fa {
        background: #231F20;
        width: 10px;
        height: 6px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        transition: .4s ease;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.active .bx-filter-parameters-box-title .fa {
        transform: rotate(180deg);
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container {
        padding: 0 !important;
        gap: 15px !important;
        flex-direction: column !important;
        min-width: 200px;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-parameters-box-title span {
        color: #231F20;
        margin: 0;
        font-size: 18px;
        font-family: 'Geist-Medium', 'Arial', sans-serif;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.active .bx-filter-parameters-box-title span,
    .smartfilter .filter-props .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
        color: white;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox, 
    .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label .checkbox {
        display: block;
        height: 25px;
        min-width: 25px;
        max-width: none;
        border-color: #D9D9D9;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active:not(.disabled), 
    .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active:not(.disabled) {
        background-color: unset;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active:not(.disabled) .name, 
    .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active:not(.disabled) .name {
        color: #231F20;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.S .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active .checkbox, 
    .smartfilter .filter-props .bx-filter-parameters-box.L .bx-filter-block .bx-filter-parameters-box-container .bx_filter_param_label.active .checkbox {
        background: url(/images/redesign/smart-filter-check.svg) center/15px no-repeat #00969A;
        border-color: transparent
    }

    .smartfilter .filter-props .bx-filter-parameters-box.active .bx-filter-parameters-box-title .fa {
        background: url(/images/redesign/smart-filter-cross.svg) center / contain no-repeat;
        width: 10px;
        height: 10px;
        clip-path: none;
    }

    .smartfilter .btn-go-filter {
        background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
        font-size: 14px;
        font-family: 'Geist-Bold', Arial, sans-serif;
        border-radius: 41px;
        text-align: center;
        padding: 12px;
        width: calc(100% - 25px);
        display: block;
        color: white;
        text-decoration: none;
        max-width: 165px;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, 
    .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input, 
    .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input {
        background: none;
        border: 1px solid #8B8B8B33;
        padding: 16px;
        font-size: 14px;
        color: #231F20;
        min-width: 90px;
        max-width: 90px;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.A .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block:first-child, 
    .smartfilter .filter-props .bx-filter-parameters-box.B .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block:first-child, 
    .smartfilter .filter-props .bx-filter-parameters-box.prices .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block:first-child {
        margin-right: 0;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track {
        margin-top: 0;
    }

    .smartfilter .filter-props .bx-filter-parameters-box.N .bx-filter-block .bx-filter-parameters-box-container {
        gap: 24px;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle,
    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-handle {
        background: #00969A;
        border-color: #00969A;
    }

    .smartfilter .filter-props .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd {
        background: #00969A;
    }

    .catalog-wrap > .right .elements-wrap .sort-props .price-sort .title-name {
        display: none;
    }

    .detail-wrap .tabs-wrap .tabs .tab {
        background: none;
        font-family: 'Geist-Medium', Arial, sans-serif;
        line-height: 1;
    }

    .detail-wrap .tabs-wrap .tabs .tab.active {
        background: #00969A;
    }

    .detail-wrap .bx_item_detail .product-info {
        padding-bottom: 0;
    }

    .detail-wrap .tabs-wrap {
        margin-top: 120px;
    }
}

@media screen and (max-width: 1279px) {
    /* .content-wrapper header .header-info-wrap {
        padding: 32px 0;
    }
 */

  .actual-offers-wrap .tabs {
    gap: 20px
  }

    .manager-message-wrapper .main-text p:last-child {
        display: none;
    }

    .manager-message-wrapper .text-part {
        top: 40px;
    }

    .manager-message-wrapper .name {
        top: 50%;
        bottom: auto;
    }

    .manager-message-wrapper .main-text p:first-child {
        margin-bottom: 0;
    }

    .smartfilter .filter-props.fixed {
        height: 90vw;
        padding: 0 0 100px;
        top: 0;
        z-index: 11;
        background: white;
    }

    .smartfilter .filter-props.active:not(.fixed) {
        height: 90vw;
        padding: 0 0 100px;
        width: 100%;
        top: 102px;
        left: 0;
        background: white;
    }

    .check-origin-wrapper {
        width: 710px;
        flex-direction: column;
        gap: 30px;
    }

    .check-origin-wrapper .head {
        text-align: center;
    }

    .section_stories_desktop .slick-arrow {
        top: -70px;
    }

    .section_stories_desktop .slick-arrow.left-arrow {
        right: 45px;
    }

    .section_stories_desktop h2:not(.atd-h2):not(.custom) {
        font-size: 42px;
    }

    footer .center_block .mid_block_foot .third_foot_block {
        max-width: calc(50% - 30px);
        min-width: calc(50% - 30px);
    }

    footer .center_block .mid_block_foot .third_foot_block:nth-child(3) {
        max-width: calc(50% - 30px);
        min-width: calc(50% - 30px);
        margin-right: 30px;
    }

    footer .center_block .mid_block_foot .third_foot_block:nth-child(1) {
        margin-right: 30px;
    }

    footer .center_block .mid_block_foot .third_foot_block:nth-child(4) {
        margin-right: 0;
        margin-top: 50px;
    }

    footer .center_block .mid_block_foot .third_foot_block {
        margin-right: 0;
    }

    header .header-info-wrap .favorite {
        display: block;
    }

    .products-block .list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    header .header-info-wrap .inner,
    .bestsellers-wrap, 
    body.main .collections-wrap, 
    section.categories, 
    .mainpage-reviews-wrap, 
    .section_stories_desktop, 
    .mainpage-collections-wrap, 
    .banner-wrap, 
    .mainpage-form-wrapper, 
    .manager-message-overflow-wrapper, 
    .check-origin-wrapper, 
    .mainpage-blog-list-wrap,
    .section-info,
    .container_title_order, 
    .container_title_order + .container,
    body .content > .text-wrap:not(.gift_certificates):not(.giveaway),
    .actual-offers-wrap,
    .catalog-wrap,
    body .content .page-with-left-menu,
    .breadcrumb,
    .catalog-search-wrap,
    body:has(.catalog-wrap) .similar-products-wrap,
    body:not(.main) .collections-wrap,
    .section-info,
    .basket-wrap,
    .personal-area,
    .check-origin-wrapper {
        width: calc(100% - 80px);
    }

    body:not(.main) .collections-wrap .collections .collection .image {
        margin: 30px auto;
        min-width: 80%;
        max-width: 80%;
    }

    .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
        min-width: 250px;
        max-width: 250px;
    }

    .collections-wrap .collections .collection {
        padding: 13px 24px;
    }

    .reviews.owl-carousel .owl-nav {
        top: 0;
    }

    .bestsellers-wrap .bestsellers-products .product:not(.section-item) .name {
        max-width: 100%;
    }

    .product .topProps .top-prop {
        font-size: 12px !important;
        padding: 6px 8px 4px !important;
    }

    .bestsellers-wrap .product:not(.section-item) .add-to-favorite, .collections-wrap .product:not(.section-item) .add-to-favorite {
        right: 15px;
    }

    .section_stories_desktop .slick-arrow {
        top: -87px;
    }

    .check-origin-wrapper img {
        max-width: 128px;
    }

    .manager-message-wrapper .main-text {
        top: 20px;
    }
}

@media (max-width: 1279px) and (min-width: 767px) {
    .section_stories_desktop .slick-arrow {
        min-width: 45px;
        max-width: 45px;
        height: 45px;
    }

    .section_stories_desktop h2:not(.atd-h2):not(.custom) {
        font-size: 38px;
    }
}

@media (max-width: 1024px) {
    .banner-wrap {
        display: none;
    }

    .mainslider.slide-image {
        min-height: 600px;
    }

    .categories .category-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .categories .category-row .category-col {
        height: 340px;
    }

    .categories .category-row .category-col:hover:not(.noHover) img[data-id="20613"] {
        width: 45%;
        bottom: -40px;
    }

    .categories .category-row .category-col:hover:not(.noHover) img[data-id="36936"] {
        left: 50%;
        width: 45%;
        bottom: -185px;
    }

    .categories .category-row .category-col:hover:not(.noHover) img[data-id="20612"] {
        left: 57%;
        width: 112%;
        bottom: -165px;
    }

    .categories .category-row .category-col:hover:not(.noHover) img[data-id="20611"] {
        width: 50%;
        bottom: -125px;
        left: 50%;
    }

    .categories .category-row .category-col:hover:not(.noHover) img[data-id="20587"] {
        width: 50%;
        bottom: -168px;
        left: 52%;
    }

    body:not(.main) .collections-wrap .collections {
        grid-template-columns: repeat(2, 1fr);
    }

    body:not(.main) .collections-wrap .collections .collection .image img {
        max-width: 200px;
    }

    .manager-message-wrapper .name {
        top: 75%;
        padding-left: 0;
        padding-top: 10px;
    }

    .manager-message-wrapper .main-text p {
        font-size: 18px;
    }

    .manager-message-wrapper .main-text p:first-child {
        margin-bottom: 0;
    }
}

@media (max-width: 850px) {
    .manager-message-wrapper .text-part {
        top: 20px;
        right: 20px;
    }

    .manager-message-wrapper .name {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
    footer .center_block .mid_block_foot .socials-footer {
        display: block;
    }

    header .header-search .search form .icon,
    .mobile-search .search form .icon {
        width: 17px;
        height: 17px;
    }

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

@media screen and (max-width: 767px) {

    .reviews-wrap .open-form-review-button:before {
        background: linear-gradient(99.09deg, #00969A 0%, #53BEC0 100%);
    }

    .reviews-wrap .open-form-review-button:hover:after {
        background: linear-gradient(99.09deg, #53BEC0 0%, #00969A 100%);
        right: 0;
        opacity: 1;
    }

    footer .center_block {
        max-width: calc(100% - 48px);
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer .center_block .bottom_footer .copyright_left span {
        padding: 0;
    }

    footer .center_block .bottom_footer .copyright_left {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    body:not(.main) .collections-wrap .collections .collection {
        height: 380px;
    }

    body:not(.main) .collections-wrap .collections .collection .image {
        height: 130px;
    }

    .collections-wrap .sections-container {
        padding: 0;
    }

    .products-block .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .content-wrapper header .header-info-wrap .right-part  {
        order: 2;
        gap: 20px;
    }

    .mobile-search {
        margin: 18px auto 0;
    }

    .section_stories_desktop .story.owl-item {
        margin-right: 10px;
    }

    .mainpage-collections-wrap .popular-collections {
        gap: 10px;
    }

    .actual-offers-wrap,
    .bx-authform,
    body .content > .text-wrap:not(.gift_certificates):not(.giveaway) {
        max-width: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .bx-authform {
        margin: 0 !important;
    }

    .bx-authform.personal-area {
        margin: auto !important;
    }

    .bestsellers-wrap, 
    body.main .collections-wrap, 
    .actual-offers-wrap, 
    section.categories, 
    .mainpage-reviews-wrap, 
    .section_stories_desktop, 
    .mainpage-collections-wrap, 
    .banner-wrap, 
    .section-info,
    .catalog-wrap,
    .mainpage-form-wrapper, 
    .manager-message-overflow-wrapper, 
    .check-origin-wrapper, 
    .container_title_order, 
    .breadcrumb,
    body .content .page-with-left-menu,
    .container_title_order + .container,
    .catalog-search-wrap,
    .collections-wrap,
    body:not(.main) .collections-wrap,
    body:has(.catalog-wrap) .similar-products-wrap,
    .section-info,
    .personal-area,
    .basket-wrap,
    body .content > .text-wrap:not(.gift_certificates):not(.giveaway),
    .mainpage-blog-list-wrap {
        width: calc(100% - 48px);
        max-width: none;
    }

    .section-info,
    .catalog-wrap,
    .basket-wrap,
    .catalog-search-wrap {
        padding: 0 !important;
    }


    .bestsellers-wrap .title-wrap .title, 
    .collections-wrap .title-wrap .title, 
    .mainpage-reviews-wrap .title-wrap .title, 
    .section_stories_desktop h2:not(.atd-h2):not(.custom), 
    .mainpage-collections-wrap .title-wrap .title, 
    .manager-message-wrapper h2.title, 
    .mainpage-blog-list-wrap h2:not(.atd-h2):not(.custom) {
        font-size: 24px;
    }

    .bestsellers-wrap .bestsellers-products, 
    .collections-wrap .collections {
        margin-top: 26px;
    }

    .mainpage-blog-list-wrap {
        margin-top: 40px;
    }

    .mainslider.slide-image, 
    .bestsellers-wrap, 
    .collections-wrap, 
    section.categories, 
    .mainpage-reviews-wrap, 
    body:has(.catalog-wrap) .similar-products-wrap,
    .detail-wrap,
    .mainpage-collections-wrap {
        padding-bottom: 40px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .section_stories_desktop {
        padding: 0 !important;
        margin-bottom: 0;
    }

    .bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop {
        font-size: 12px;
    }

    .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
        min-width: 210px;
        max-width: 210px;
    }

    .manager-message-wrapper,
    .check-origin-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .manager-message-wrapper .text-wrap .fly-quotes {
        bottom: 10px;
        right: 10px;
    }

    .section_stories_desktop .slick-arrow {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        top: -55px;
    }

    .section_stories_desktop .slick-arrow.left-arrow {
        right: 45px;
    }

    .section_stories_desktop h2:not(.atd-h2):not(.custom) {
        margin-bottom: 24px;
        max-width: 170px;
        overflow: hidden;
        white-space: nowrap;
    }

    footer .payment {
        flex-wrap: wrap;
        gap: 20px;
    }

    footer .center_block .mid_block_foot .third_foot_block:nth-child(1),
    footer .center_block .mid_block_foot .third_foot_block:nth-child(2) {
        margin-top: 0;
    }

    footer .center_block .mid_block_foot .third_foot_block .foot_head_bn {
        margin-bottom: 15px;
    }

    header .header-info-wrap .favorite,
    header .header-info-wrap .basket-header {
        min-width: 28px;
        max-width: 28px;
        height: auto;
        aspect-ratio: 1/1;
    }

    .main header .header-info-wrap:not(.fixed) .favorite, 
    .main header .header-info-wrap:not(.fixed) .basket-header {
        min-width: 34px;
        max-width: 34px;
    }

    .cookie-block {
        height: auto;
        gap: 20px;
        max-height: 250px;
    }

    header .header-info-wrap .favorite {
        margin-right: 0 !important;
    }

    .content-wrapper header .header-info-wrap .basket-header,
    .content-wrapper header .header-info-wrap .favorite {
        background-size: contain !important;
    }

    body:not(.main) header .header-info-wrap .menu-button path {
        stroke: #434343
    }

    header .header-info-wrap .basket-header {
        margin-right: 0;
    }

    body.main .content-wrapper header .header-info-wrap:not(.fixed) .favorite,
    header .header-info-wrap.fixed .inner .favorite {
        background-image: url(/images/redesign/mobile-fav.svg);
        order: 2;
    }

    body.main .content-wrapper header .header-info-wrap:not(.fixed) .basket-header,
    header .header-info-wrap.fixed .inner .basket-header {
        background-image: url(/images/redesign/mobile-cart.svg);
        margin-right: 0;
        order: 3;
    }

    header .header-info-wrap .inner,
    header .header-info-wrap.fixed .inner {
        padding: 0 !important;
        gap: 20px;
        margin: 0 14px 0 24px;
        max-width: none;
        width: calc(100% - 38px);
    }

    .mainslider .item.desktop .text-content, .mainslider .item.desktop a.banner-btn {
        left: 24px;
    }

    header .header-info-wrap .menu-button svg.mobile-menu-btn {
        display: block;
        width: 38px;
        height: 38px;
        margin: 0;
        top: 0;
        left: 0;
    }
    
    header .header-info-wrap .menu-button svg:not(.mobile-menu-btn) {
        display: none;
    }

    header .header-info-wrap .menu-button,
    header .header-info-wrap.fixed .inner .menu-button {
        min-width: 38px;
        max-width: 38px;
        height: 38px;
        margin: 0;
        order: 4;
    }

    header .header-info-wrap .menu-button.active .mobile-menu-btn {
        display: none;
    }

    header .header-info-wrap .menu-button.active svg:last-child {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    header .header-info-wrap .menu-button.active svg:last-child path {
        fill: white;
    }

    .content-wrapper header .header-info-wrap .logo,
    header .header-info-wrap.fixed .inner .logo {
        order: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-right: 0;
        margin-top: 0;
        height: 24px;
    }

    header .header-info-wrap .favorite .sum {
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        top: -5px;
        right: -5px;
    }

    header .header-info-wrap .basket-header .sum {
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        top: -5px;
        right: -5px;
    }

    .content-wrapper header .header-info-wrap .logo svg {
        width: 130px;
    }

    header .logo-sub-text {
        font-size: 7.6px;
        margin-top: 0;
    }

    .collections-wrap .collection-products {
        display: flex;
    }

    .collections-wrap .collection-products .product:nth-child(9) {
        display: initial;
    }

    .mainpage-reviews-wrap .review .name, .review.abs-hover .name {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .mainpage-reviews-wrap .review .company-city-wrapper, .review.abs-hover .company-city-wrapper {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .mainpage-reviews-wrap .review .company-city-wrapper .city {
        color: #989898;
    }

    .categories .category-row .category-col {
        height: auto;
        aspect-ratio: 165/200;
        min-height: auto;
    }

    .collections-wrap .collection-products .owl-stage {
        display: flex;
        gap: 0;
    }

    .bestsellers-wrap .bestsellers-products .product:not(.section-item),
    .collections-wrap .collection-products .product:not(.section-item), 
    .collections-wrap .collection-products .section-item {
        min-width: 58.5vw !important;
        max-width: none;
    }

    .collections-wrap .collection-products .section-item .name-and-link .link {
        width: 150px;
    }

    .mainpage-reviews-wrap .title-wrap .section-link {
        display: none;
    }

    .mainpage-reviews-wrap .title-wrap {
        margin-bottom: 28px;
    }

    .check-origin-wrapper .head {
        font-size: 24px;
    }

    .check-origin-wrapper .desc {
        font-size: 16px;
        text-align: center;
    }

    .check-origin-wrapper .check-origin-btn span {
        font-size: 18px;
        text-align: center;
    }

    .check-origin-wrapper .check-origin-btn {
        min-width: auto;
        width: 100%;
        max-width: 310px;
        padding: 18.5px;
        height: auto;
        box-sizing: border-box;
    }

    .detail-wrap .info .side-services .services-item {
        gap: 10px;
    }

    .check-origin-wrapper {
        margin-bottom: 10px;
    }

    .manager-message-wrapper .main-text p:first-child {
        margin-bottom: 0;
    }

    .mainslider .item.desktop .text-content .label {
        font-size: 18px;
        padding: 13px 22px;
    }

    .mainslider .item.desktop .text-content {
        top: 200px;
    }

    .mainslider .item.desktop .text-content .description .big-text {
        font-size: 55px;
    }

    .mainslider .item.desktop .text-content .description .big-text + .small-text {
        display: none;
    }

    .mainslider .item.desktop .text-content .description .small-text {
        font-size: 16px;
    }

    .mainslider.slide-image {
        height: 100dvh;
        padding-bottom: 0 !important;
    }

    .mainslider .item.desktop#desktop-slide-35150 a.banner-btn {
        top: 290px;
    }

    .mainslider .item.desktop a.banner-btn {
        min-height: 53px;
        min-width: 137px;
        top: 250px;
        bottom: auto;
    }

    #bx_3218110189_35150.active .item > img {
        object-position: 70%;
    }

    .bestsellers-wrap  {
        margin-top: 40px;
    }

    .mainslider .mainslider-item img {
        object-position: 55%;
    }

    .mainslider .mainslider-item #desktop-slide-35485 img {
        object-position: 45%;
    }

    .mainslider .owl-nav {
        display: block !important;
        bottom: auto;
        right: 25px;
        transform: none;
        top: 450px;
    }
    
    .mainslider .owl-nav .owl-next {
        right: 0;
        bottom: auto;
    }

    .mainslider .owl-nav button .text {
        margin-top: 15px;
    }

    .content-wrapper header .header-info-wrap {
        padding: 7px 0;
    }

    body:has(.header-menu-mobile-wrap.fadeIn) .content-wrapper header .header-info-wrap {
        background: white;
    }

    body:has(.header-menu-mobile-wrap.fadeIn) .content-wrapper header .header-info-wrap .logo svg path {
        fill: #000;
    }

    body:has(.header-menu-mobile-wrap.fadeIn) .content-wrapper header .logo-sub-text {
        color: #000;
    }

    body:has(.header-menu-mobile-wrap.fadeIn) .content-wrapper header .favorite,
    header .header-info-wrap.fixed .inner .favorite {
        background: url(/local/templates/samura/img/favorite.svg) center no-repeat !important;
    }

    body:has(.header-menu-mobile-wrap.fadeIn) .content-wrapper header #basket-header,
    header .header-info-wrap.fixed .inner #basket-header {
        background: url(/local/templates/samura/img/basket.svg) center no-repeat !important;
    }

    header .header-info-wrap .menu-button.active svg:last-child path {
        fill: #76767b;
    }

    .header-menu-mobile-wrap.fadeIn {
        top: 75px;
    }

    header .header-info-wrap.fixed .menu-button svg.mobile-menu-btn path {
        stroke: #76767b;
    }

     .manager-message-wrapper {
        height: auto;
        min-height: auto;
        padding: 40px !important;
        max-height: none;
    }

    .manager-message-wrapper .text-part {
        position: static;
        max-width: none;
    }

    .manager-message-wrapper .main-text {
        max-width: none;
        transform: none;
        padding: 0;
        position: static;
    }

    .manager-message-wrapper .head-img {
        display: none;
    }

    .manager-message-wrapper .main-text p:last-child {
        display: block;
    }

    .manager-message-wrapper .main-text p:first-child {
        margin-bottom: 1.5rem;
    }

    .manager-message-wrapper .name {
        width: 60%;
        text-align: right;
        margin-right: 63px;
    }

    .manager-message-wrapper .title {
        left: calc(65% - 160px);
        transform: none;
        right: calc(45% - 160px);
        width: 320px;
        box-sizing: border-box;
    }

    .header-search .search form input[name=q], .mobile-search .search form input[name=q] {
        padding-left: 10px;
    }

    body.main .categories .category-row {
        gap: 10px;
    }

    .mainpage-form-wrapper {
        padding: 37px 14px;
    }

    .mainpage-form-wrapper h2 {
        font-size: 26px;
    }
}

@media (max-width: 600px) {
    .section_stories_desktop .storiesWrapper .slick-list {
        padding-left: 0 !important;
    }

    .collections-wrap .sections-container .section__name {
        margin-bottom: 30px;
    }

    .section_stories_desktop .story.owl-item a {
        padding: 0;
    }
    
    .section_stories_desktop .story.owl-item {
        background: none;
    }

    .section_stories_desktop .story.owl-item .info .name {
        padding: 0;
        font-family: "Geist-Medium", Arial, Sans-Serif;
    }
}

@media (max-width: 550px) {
    footer .third_foot_block .footer-menu {
        display: none;
    }

    footer .third_foot_block:has(.footer-menu) .foot_head_bn {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    footer .third_foot_block:has(.footer-menu) .foot_head_bn::after {
        display: block;
        content: "";
        width: 7px;
        height: 13px;
        background: url(/images/redesign/menu-arrow.svg) center/cover no-repeat;
        transition: .4s ease;
    }
    
    footer .third_foot_block:has(.footer-menu) .foot_head_bn.expanded::after {
        transform: rotate(90deg);
    }
}

@media (max-width: 500px) {
    .check-origin-wrapper {
        max-width: calc(100% - 40px);
    }

    .check-origin-wrapper .text-part {
        width: 100%;
    }

    .check-origin-wrapper .head {
        font-size: 36px;
    }

    .mainpage-reviews-wrap .review {
        /* min-width: 85vw; */
        box-sizing: border-box;
        padding: 15px;
    }

    .mainpage-reviews-wrap .reviews .owl-stage {
        padding-left: 0 !important;
    }

    .mainpage-reviews-wrap .review .review-inner, .review.abs-hover .review-inner {
        gap: 20px;
    }

    .manager-message-wrapper {
        padding: 40px 20px !important;
    }
}

@media (max-width: 450px) {
    footer .center_block .mid_block_foot .third_foot_block {
        max-width: 100% !important;
        min-width: 100% !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    footer .center_block .mid_block_foot {
        gap: 30px;
    }

    .collections-wrap .sections-container .section__name {
        margin-bottom: 0;
    }

    body:not(.main) .collections-wrap .collections .collection .image {
        min-width: 100%;
        max-width: 100%;
    }

    .manager-message-wrapper .main-text::after {
        display: none;
    }
    .manager-message-wrapper .name {
        margin-right: 0;
    }
    .manager-message-wrapper .main-text {
        gap: 10px;
    }
}
/* End */
/* /local/templates/samura/components/bitrix/menu/header-menu-top/style.css?177075467046273 */
/* /local/templates/samura/components/bitrix/search.form/header_search/style.css?173943974511221 */
/* /local/templates/samura/components/bitrix/menu/header-menu-mobile/style.css?176614937412571 */
/* /local/templates/samura/components/bitrix/breadcrumb/main-template/style.css?17409942612165 */
/* /local/templates/samura/components/bitrix/menu/footer-menu/style.css?1739439745780 */
/* /local/templates/samura/components/asd/subscribe.quick.form/samurahead/style.css?17394397453436 */
/* /local/templates/samura/components/samura/catalog.product.subscribe/.default/style.css?17394397452007 */
/* /local/templates/samura/styles.css?17619158502516 */
/* /local/templates/samura/template_styles.css?1771230479208345 */
