@charset "UTF-8";
.product-block__gallerry-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-block__gallerry-list .Accessories__thing {
  width: calc(50% - 10px);
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: grayscale(1);
}

.shopping-cart {
  width: 100%;
  padding: 0 20px 70px 20px;
}
.shopping-cart__description {
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: right;
  display: block;
  width: 100%;
}
.shopping-cart__description a {
  text-decoration: underline;
  color: rgb(0, 162, 211);
}
.shopping-cart__description a:hover {
  text-decoration: none;
}
.shopping-cart__title {
  margin-bottom: 45px;
  display: block;
  color: rgb(5, 23, 31);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
}

.continue-shopping {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.continue-shopping a {
  color: rgb(5, 23, 31);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  padding: 15px 0;
  display: inline-block;
}

.shopping-cart-item {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.shopping-cart-item__title {
  display: block;
  color: rgb(5, 23, 31);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 5px;
}
.shopping-cart-item__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shopping-cart-item__img {
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.shopping-cart-item__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shopping-cart-item__cost {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.shopping-cart-item__cost span {
  font-size: 14px;
}
.shopping-cart-item__numbers {
  display: flex;
  align-items: center;
}
.shopping-cart__method-of-obtaining {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.shopping-cart__payment {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.shopping-cart__title-sm {
  color: rgb(5, 23, 31);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.shopping-cart__delivery {
  color: rgb(5, 23, 31);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}
.shopping-cart__choose {
  width: 100%;
}
.shopping-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.shopping-cart__total-cost {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  flex-wrap: wrap;
}
.shopping-cart__total-cost strong {
  font-weight: 500;
}
.shopping-cart__total-cost span {
  color: rgb(5, 23, 31);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}
.shopping-cart__button button {
  display: inline-flex;
  align-items: center;
  padding: 0 20px 0 36px;
  height: 57px;
  border-radius: 21.5px;
  background: rgb(0, 162, 211);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  border: 0;
}
.shopping-cart__button button .icon {
  margin-left: 30px;
}

.input-number {
  width: 40px !important;
  height: 40px !important;
  vertical-align: top;
  text-align: center;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(0, 0, 0) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0%;
  padding: 0 !important;
}

.input-number-decrement {
  width: 30px;
  height: 40px;
  color: rgb(138, 138, 138);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-number-increment {
  width: 30px;
  height: 40px;
  color: rgb(138, 138, 138);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rules-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #001115;
  display: none;
  z-index: 9999;
  padding: 50px 20px 20px 20px;
}
.rules-modal.open {
  display: block;
}
.rules-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0;
  z-index: 1;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/close-round.png) 50% 50% no-repeat;
  background-size: 20px auto;
}
.rules-modal__title {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
}
.rules-modal p {
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.rules-modal p:last-child {
  margin-bottom: 0;
}

.shopping-cart-item {
  transition: 1s;
  height: 120px;
  overflow: hidden;
}
.shopping-cart-item.delete {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-color: transparent;
  animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    height: 120px;
  }
  99% {
    height: 0px;
    border: none;
  }
  100% {
    height: 0; /* Конечная высота */
    overflow: hidden;
    margin: 0;
  }
}
.order-placed-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #001115;
  display: none;
  z-index: 9999;
  padding: 50px 20px 20px 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.order-placed-modal.show {
  display: flex;
}
.order-placed-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 0;
  z-index: 1;
  border: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/close-round.png) 50% 50% no-repeat;
  background-size: 20px auto;
}
.order-placed-modal__title {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.order-placed-modal p {
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.order-placed-modal p:last-child {
  margin-bottom: 0;
}
.order-placed-modal__back {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  border-radius: 21.5px;
  background: rgb(0, 162, 211);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.delivery-company {
  padding-bottom: 20px;
}

.delivery-departure {
  padding-bottom: 20px;
}

.form-group {
  margin-bottom: 10px;
}
.form-group input {
  font-size: 14px;
  color: #000 !important;
}
.form-group input::-moz-placeholder {
  color: #000;
}
.form-group input::placeholder {
  color: #000;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding-left: 20px;
  font-weight: 500;
}/*# sourceMappingURL=styles.css.map */