.cart-form__title {
  font-weight: 600;
  margin-bottom: 15px;
}
.cart-form__item {
  margin-bottom: 30px;
}

.label-list__item {
  margin-bottom: 10px;
  font-size: 14px;
}
.label-list label {
  margin-left: -3px;
}
.label-list label input {
  margin-right: 5px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 15px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.button.--blue-white {
  background-color: #568add;
  color: #fff;
}
.button.--blue-white:hover {
  background-color: #ff8200;
}
.button.--orange-white {
  background-color: #ff8200;
  color: #fff;
}
.button.--orange-white:hover {
  background-color: #ff9a2d;
}

.bottom-info {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(86, 138, 221, 0.9);
  z-index: 20000;
}
.bottom-info.--opened {
  display: block;
}
.bottom-info__in {
  padding: 14px 0;
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.bottom-info__in .button {
  min-width: 150px;
}
.bottom-info__text {
  padding-right: 28px;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.category-item {
  padding: 0 10px 30px;
  width: 25%;
  text-align: center;
  color: #333;
  border: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.category-item__text {
  padding-top: 10px;
  font-weight: 600;
  font-size: 14px;
}
.category-item img {
  max-width: 100%;
}

p.annotation {
  padding: 25px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  margin: 25px 0;
  border-radius: 10px;
}

.optIntro {
  text-align: center;
}

.opt-form {
  max-width: 400px;
  margin: 0 auto;
}
.opt-form .pseudoH3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
.opt-form .radioWr {
  margin-bottom: 30px;
}

.opt-sale {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(245, 247, 255, 0.5);
  z-index: 2000;
}
.opt-sale__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
.opt-sale__text {
  font-weight: 700;
  margin-right: 14px;
  margin-left: 5px;
  font-size: 14px;
}
.opt-sale__open-btn {
  cursor: pointer;
  margin-top: 0;
  padding: 7px 12px;
  font-size: 16px;
}
.opt-sale__svg {
  height: 20px;
  width: 20px;
  min-width: 20px;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.opt-sale__hidden {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  bottom: -100px;
  position: absolute;
  left: 0;
  right: 0;
}
.opt-sale__hidden.active {
  visibility: visible;
  bottom: 0;
  max-height: 500px;
  transition: bottom 0.3s linear, max-height 0.3s linear;
}
.opt-sale__hidden-in {
  padding: 7px 15px;
  background-color: #ff8200;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.opt-sale__hidden-in .close {
  width: 24px;
  height: 24px;
}
.opt-sale__hidden-in .close i {
  width: 18px;
  top: 11px;
}
.opt-sale__sale-value {
  font-size: 22px;
  font-weight: 700;
}

.opt-menu .secShopMenu .limMenu {
  display: flex;
  flex-wrap: wrap;
}
.opt-menu .secShopMenu .limMenu img {
  width: 100%;
}
.opt-menu .secShopMenu .limMenu .promoMenu:before {
  min-width: 20px;
}
.opt-menu .secShopMenu .limMenu > ul {
  width: 20%;
  margin-bottom: 30px;
}
.opt-menu .secShopMenu .limMenu > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 5px 20px 5px 0;
  color: #000 !important;
  cursor: default;
}
.opt-menu .secShopMenu .limMenu > ul > li > ul {
  padding-right: 20px;
}
.opt-menu .secShopMenu .limMenu > ul > li > ul > li {
  padding-right: 20px;
  font-size: 14px;
  padding: 5px 0;
}
.opt-menu .secShopMenu .limMenu > ul > li > ul > li ul {
  display: none;
}
.opt-menu ul {
  margin: 0;
  padding: 0;
}
.opt-menu .w50_menu_wr {
  display: none;
}

.cart-check__price-wrapper {
  display: flex;
  align-items: center;
}
.cart-check__price {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.cart-check__price-value {
  white-space: nowrap;
}

.timer__items {
  display: flex;
  font-size: 32px;
}
.timer__item {
  position: relative;
  min-width: 36px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 7px;
  text-align: center;
  font-weight: 700;
}
.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 400;
}
.timer__item:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -15px;
}

@media (max-width: 1090px) {
  .opt-menu .secShopMenu .limMenu > ul {
    width: 33.33%;
  }
}
@media (max-width: 900px) {
  .category-item {
    width: 33.33%;
  }
}
@media (max-width: 720px) {
  .opt-menu .secShopMenu .limMenu > ul {
    width: 50%;
  }
  .opt-menu .secShopMenu .limMenu .promoMenu a {
    margin-left: 14px;
  }
}
@media (max-width: 570px) {
  .opt-sale__svg {
    display: none;
  }
  .opt-sale__text {
    white-space: nowrap;
  }
  .bottom-info__in {
    flex-direction: column;
    padding: 10px 0 75px;
  }
  .bottom-info__in .button {
    width: 100%;
  }
  .bottom-info__text {
    padding: 0 0 10px;
  }
  .category-item {
    width: 50%;
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}