/* breakpoints */
/* colors */
/* mixins */
.valsum-error {
  width: 100%;
  clear: both;
  margin: 20px 0 0 0;
  padding: 8px 10px;
  background: #FFFFFF;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 400;
}
.valsum-error ul {
  list-style: none;
  font-size: 0;
}
.valsum-error span,
.valsum-error li {
  list-style: none;
  color: #CC0000;
  padding: 1px 0;
  font-size: 0.9rem;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.custom-checkbox {
  opacity: 0;
  position: absolute;
  z-index: 1000;
}
.custom-checkbox:checked + label:before {
  opacity: 1;
}
.custom-checkbox + label {
  display: inline-block;
  padding-left: 32px;
  cursor: pointer;
}
.custom-checkbox + label:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #424241;
  top: 6px;
  left: 6px;
  opacity: 0;
}
.custom-checkbox + label:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #c5c5c5;
  cursor: pointer;
}
.custom-radio {
  position: relative;
}
.custom-radio input[type='radio'] {
  opacity: 0;
  position: absolute;
  z-index: 1000;
}
.custom-radio input[type='radio']:checked + label:before {
  opacity: 1;
}
.custom-radio label:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #424241;
  top: 18px;
  left: 6px;
  opacity: 0;
}
.custom-radio label:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  cursor: pointer;
}
.shop_sent_ok .descr {
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.shop_sent_ok .descr-head {
  font-family: 'GothamM';
  line-height: 26px;
  font-size: 1rem;
  line-height: 120%;
}
@media screen and (min-width: 640px) {
  .shop_sent_ok .descr-head {
    font-size: 1.3rem;
  }
}
.shop_sent_ok .descr-info {
  display: block;
  clear: both;
  padding: 5px 0 0 0;
}
.shop_sent_ok .descr .icn {
  display: block;
  position: relative;
  float: left;
  background: #E28600;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}
.shop_sent_ok .descr .icn:before {
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 3px;
  width: 4px;
  height: 10px;
  z-index: 150;
}
