@charset "UTF-8";
@font-face {
  font-family: "Cera Pro";
  src: local("Cera Pro Light"), local("CeraPro-Light"), url("../fonts/CeraPro-Light.woff2") format("woff2"), url("../fonts/CeraPro-Light.woff") format("woff"), url("../fonts/CeraPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: local("Cera Pro Regular"), local("CeraPro-Regular"), url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff"), url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: local("Cera Pro Medium"), local("CeraPro-Medium"), url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff"), url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Cera Pro";
  src: local("Cera Pro Bold"), local("CeraPro-Bold"), url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
button {
  font-family: inherit;
  background-color: inherit;
  cursor: pointer;
}
p {
  margin: 0;
}
.body {
  /*padding: 15px;*/
  font-family: "Cera Pro", "Arial", sans-serif;
  font-weight: 400;
}
.similar .page-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #000000;
}
[data-slider] {
  position: relative;
  margin: 0 auto;
}
[data-slider=visible] {
  margin: 0 auto;
  overflow: hidden;
}
[data-slider=similar] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.similar .slide-container {
  padding: 0 4px;
}
.btn-prev,
.btn-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 37px;
  height: 37px;
  background: url("../img/navigate.svg") center no-repeat;
}
.btn-prev {
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-next {
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.equipment {
  width: 240px;
  padding: 10px;
  color: #090818;
  border: 1px solid #7889A3;
  border-radius: 5px;
}
.equipment .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
  background: #F5F5F5;
  border-radius: 5px;
}
.equipment .number {
  font-size: 11px;
  line-height: 14px;
}

.equipment .rating-result {
  font-size: 15px;
}
.rating-result span {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #7889A3;
}
.rating-result > span:before {
  content: "★";
}
.rating-result > span.active {
  color: gold;
}
.equipment .main {
  margin-bottom: 10px;
}
.equipment .title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}
.equipment .title a:hover {
  color: #7889A3;
  text-decoration: none;
}
.equipment .img-wrapper {
  margin-bottom: 25px;
  text-align: center;
}
.equipment .img {
  max-width: 100%;
}
.equipment .text {
  font-size: 12px;
  line-height: 15px;
}
.equipment .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.equipment .old-cost {
  font-size: 12px;
  line-height: 15px;
  text-decoration: line-through;
}
.equipment .current-cost {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.equipment .time {
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  color: #5EA033;
}
.equipment .in-cart {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  background: #FCBF22;
  border-radius: 5px;
}
.equipment .in-cart:hover {
  background: #FDB600;
}
.equipment .in-cart:active {
  background: #FECA44;
}

.similar-products{
  margin-bottom: 60px;
}

.similar-products .img-wrapper img{
  max-width: 100%;
}