

/* Start:/local/templates/samura/components/bitrix/menu/header-menu-top/style.css?174099383945744*/
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: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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: 56px;
  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 .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: 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: 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?173943974512510*/
.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;
  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?1740757307770*/
.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;
}

@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;
	}
}
/* End */


/* Start:/local/templates/samura/template_styles.css?1754674815102486*/
@font-face {
  font-family: "HelveticaNeueCyr";
  src: 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: 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: 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 .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;
}

.fixed-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}

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;
}

.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;
    }
}


/* End */
/* /local/templates/samura/components/bitrix/menu/header-menu-top/style.css?174099383945744 */
/* /local/templates/samura/components/bitrix/search.form/header_search/style.css?173943974511221 */
/* /local/templates/samura/components/bitrix/menu/header-menu-mobile/style.css?173943974512510 */
/* /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?1740757307770 */
/* /local/templates/samura/template_styles.css?1754674815102486 */
