@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 {

  font-family: "Cera Pro", "Arial", sans-serif;
  font-weight: 400;
  color: #090818;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}
.col-12 {
  padding-left: 0;
  padding-right: 0;
}
.col-auto {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #7889A3;
}
.breadcrumbs a {
  font-size: 11px;
  line-height: 14px;
  color: #090818;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .arrow:not(:last-child) {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 10px;
  background: url("../img/Arrow-black.svg") top 60% center no-repeat;
}
.product-card .head {
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #7889A3;
}
.product-card .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
}
.breadcrumbs--sub {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #7889A3;
  border: 0;
}
.breadcrumbs--sub a {
  color: #7889A3;
  text-decoration: underline;
}
.breadcrumbs--sub .arrow:not(:last-child) {
  background: url("../img/Arrow-gray.svg") top 60% center no-repeat;
}
.product-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-code {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.product-code span {
  margin-left: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FC8B13;
}
.to-feedback {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.to-feedback:hover {
  text-decoration: underline;
  color: #090818;
}
.to-feedback span {
  color: #FC8B13;
}
.btn-compare {
  padding-left: 23px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  color: #000000;
  background: url("../img/scales.svg") left center no-repeat;
}
.btn-compare:hover {
  text-decoration: none;
}
.product-features .rating-result {
  font-size: 15px;
}
.rating-result span {
  padding: 0;
  line-height: 1;
  color: #7889A3;
}
.rating-result > span:before {
  content: "★";
}
.rating-result > span.active {
  color: gold;
}
.product-images {
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.preview-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.preview-images img {
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
.to-order {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.order-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.order-cost {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #FC8B13;
}
.order-cost span {
  font-size: 13px;
  line-height: 16px;
}
.order-cart {
  padding: 10px 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  background: #FCBF22;
  border-radius: 5px;
}
.order-available {
  padding-left: 35px;
  font-size: 13px;
  line-height: 20px;
  background: url("../img/box.svg") left center no-repeat;
}
.receiving-block {
  width: 160px;
}
.receiving-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-decoration: underline;
}
.receiving-text {
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
}
.characteristic {
  padding: 15px;
}
.characteristic .title {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.characteristic-list {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list-min {
  margin-bottom: 70px;
}
.characteristic-row {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.row-visible {
  height: auto;
  padding: 10px 0 10px;
  border-bottom: 1px solid #7889A3;
}
.row--visible {
  height: auto;
  padding: 10px 0 10px;
  border-bottom: 1px solid #7889A3;
}
.characteristic-list dt {
  font-size: 12px;
  line-height: 15px;
  color: #7889A3;
}
.characteristic-list dd {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}
.characteristic-all {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.characteristic-all span:last-child {
  display: none;
}
.characteristic-all:hover {
  color: #7889A3;
}
.characteristic-all:active {
  color: #000000;
}
.btn-all--active span:last-child {
  display: inline;
}
.btn-all--active span:first-child {
  display: none;
}

.product-card{
  margin-bottom: 60px;
}

.count input{
  border: 1px solid black;
  border-radius: 5px;
  margin: 0 10px;
  width: 65px;
  padding: 2px 10px;
  text-align: center;
  appearance: none;
}
.count span{
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  appearance: none;
  -moz-appearance: textfield;
}