@charset "UTF-8";

button {
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  color: currentColor;
}
/*
img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
*/
label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.badge-list {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
  top: 20px;
}

.badge-list__list {
  margin: -5px;
}

.badge-list__li {
  padding: 5px;
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px;
  margin-top: 60px;
}

.btn-list__li {
  padding: 5px;
}

.card-history__head {
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid #1BB5C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(27, 181, 194, 0.2);
}

.card-history__head-list-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}

.card-history__head-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

@media only screen and (max-width: 980px) {
  .card-history__head-list {
    margin: -5px;
  }
}

.card-history__head-li {
  padding: 10px;
}

@media only screen and (max-width: 980px) {
  .card-history__head-li {
    padding: 5px;
  }
}

.card-history__head-item {
  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;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.card-history__head-key {
  color: #7F7F7F;
  margin-right: 5px;
}

.card-history__btn {
  width: 36px;
  height: 36px;
  background: #1BB5C2;
  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;
  border-radius: 50%;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media screen and (min-width: 1200px) {
  .card-history__btn:hover {
    background: #179DA9;
  }
}

.card-history__btn-icon {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.card-history__content {
  display: none;
  border: 1px solid #1BB5C2;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.card-history__pay {
  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;
  background: #1BB5C2;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  height: 48px;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  width: 200px;
  margin-left: auto;
  margin-top: 24px;
}

@media screen and (min-width: 1200px) {
  .card-history__pay:hover {
    background: #179DA9;
  }
}

.card-history__pay:active {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.card-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  padding: 35px 0px;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .card-order {
    padding: 22px 0;
  }
}

.card-order:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  background: #e7e7e7;
}

.card-order__img-col {
  width: 70px;
  height: 100px;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
  margin-right: 40px;
  -webkit-box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 980px) {
  .card-order__img-col {
    margin-right: 20px;
  }
}

.card-order__name-col {
  width: 360px;
}

@media screen and (max-width: 1440px) {
  .card-order__name-col {
    width: 200px;
  }
}

@media only screen and (max-width: 980px) {
  .card-order__name-col {
    width: calc(100% - 90px);
    padding-right: 40px;
  }
}

.card-order--history .card-order__name-col {
  width: auto;
  max-width: 360px;
}

@media screen and (max-width: 1440px) {
  .card-order--history .card-order__name-col {
    width: auto;
    max-width: 200px;
  }
}

@media only screen and (max-width: 980px) {
  .card-order--history .card-order__name-col {
    width: calc(100% - 90px);
    padding-right: 0px;
  }
}

.card-order__title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
  word-break: break-all;
  color: #000 !important;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .card-order__title:hover {
    color: #1BB5C2 !important;
  }
}

@media only screen and (max-width: 980px) {
  .card-order__title {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}

.card-order__author {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #7F7F7F !important;
  word-break: break-all;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .card-order__author:hover {
    color: #1BB5C2 !important;
  }
}

@media only screen and (max-width: 980px) {
  .card-order__author {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
  }
}

.card-order__type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {
  .card-order__type-list {
    max-width: 210px;
    display: block;
  }
}

.card-order__type-li {
  margin-left: 20px;
}

.card-order__type-li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1440px) {
  .card-order__type-li {
    margin-left: 0;
    margin-top: 10px;
  }
}

.card-order__weight-col {
  width: 160px;
  margin-left: 36px;
}

@media only screen and (max-width: 980px) {
  .card-order__weight-col {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.card-order__weight-list {
  margin: -4px;
}

.card-order__weight-li {
  padding: 4px;
}

.card-order--digital .card-order__weight-li {
  display: none;
}

.card-order--digital .card-order__weight-li--sale {
  display: block;
}

.card-order__weight-card {
  font-size: 14px;
  line-height: 16px;
  color: #7F7F7F;
}

@media only screen and (max-width: 980px) {
  .card-order__weight-card {
    font-size: 13px;
    line-height: 17px;
  }
}

.card-order__price-col {
  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;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  font-size: 18px;
}

@media only screen and (max-width: 980px) {
  .card-order__price-col {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    max-width: 290px;
  }
}

.card-order--digital .card-order__single-price {
  font-weight: bold;
}

@media only screen and (max-width: 980px) {
  .card-order--digital .card-order__single-price {
    margin-left: auto;
  }
}

.card-order__order-counter {
  margin-left: 40px;
}

@media only screen and (max-width: 980px) {
  .card-order__order-counter {
    margin-left: 20px;
  }
}

.card-order--digital .card-order__order-counter {
  display: none;
}

.card-order__total-price {
  margin-left: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 980px) {
  .card-order__total-price {
    margin-left: auto;
  }
}

.card-order--digital .card-order__total-price {
  display: none;
}

.card-order__delete-btn {
  margin-left: 60px;
  font-size: 14px;
  color: #7F7F7F;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .card-order__delete-btn:hover {
    color: #1BB5C2;
  }
}

@media only screen and (max-width: 980px) {
  .card-order__delete-btn {
    position: absolute;
    right: 0;
    top: 22px;
    margin: 0;
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../svg_icons/order-close.svg) no-repeat center;
    background-size: cover;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.form-checkbox {
  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;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.form-checkbox__input {
  display: none;
}

.form-checkbox__img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
  background: #fff;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.form-checkbox__input:checked + .form-checkbox__img {
  background: no-repeat center;
  background-size: cover;
  background-image: url(../svg_icons/circle-check.svg);
  background-color: #1BB5C2;
}

.form-checkbox__text {
  font-size: 12px;
  line-height: 15px;
}

.form-checkbox a {
  color: #1BB5C2;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.label-badge {
  height: 27px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.label-badge--red {
  color: #FF8584;
}

.label-badge--red .label-badge__content {
  background: #FF8584;
}

.label-badge--blue {
  color: #ABE7FF;
}

.label-badge--blue .label-badge__content {
  background: #ABE7FF;
}

.label-badge--yellow {
  color: #FFCE49;
}

.label-badge--yellow .label-badge__content {
  background: #FFCE49;
}

.label-badge__content {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
}

.label-badge__text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #7F7F7F;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-badge__tale {
  position: absolute;
  top: 100%;
  left: 0;
}

.main-background {
  padding: 55px 0 75px 0;
  position: relative;
  background: #dfeaf1;
}

@media only screen and (max-width: 980px) {
  .main-background {
    padding: 44px 0 30px;
  }
}

.main-background:after {
  font-size: 18px !important;
  line-height: 18px !important;
}
/*
.old-price {
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  color: #7F7F7F;
  position: relative;
  margin: 10px 0 4px;
}

.old-price:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #7F7F7F;
}
*/
.old-price {
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  color: #777;
  position: relative;
  margin: 10px 0 4px;
}

.old-price:before {
  display: block;
  content: '';
  position: absolute;
  left: -15%;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 130%;
  background: #f00;
}

.order-cart .card-order__single-price.old {
	text-decoration: none;
}
.order-cart .card-order__single-price.old:before {
  display: block;
  content: '';
  position: absolute;
  left: -15%;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 130%;
  background: #f00;
}


.order-auth {
  color: #000;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 980px) {
  .order-auth {
    margin-bottom: 20px;
  }
}

.order-auth__header {
  font-family: 'Yeseva One';
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 18px;
}

.order-auth__desc {
  font-size: 16px;
  font-weight: bold;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px;
}

.order-auth__list {
  margin: -10px;
}

.order-auth__li {
  padding: 10px;
}

.order-auth__link-box {
  font-size: 14px;
  line-height: 17px;
  margin-top: 20px;
}

.order-auth__link-box--pass {
  margin-top: 6px;
}

.order-auth__link-desc {
  color: #7F7F7F;
}

.order-auth__link {
  color: #1BB5C2;
  text-decoration: none;
}

.order-auth__submit {
  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;
  background: #1BB5C2;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  height: 48px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
  margin-top: 24px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media screen and (min-width: 1200px) {
  .order-auth__submit:hover {
    background: #179DA9;
  }
}

.order-auth__submit:active {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.order-btn {
  height: 42px;
  font-size: 14px;
  line-height: 16px;
  color: #1BB5C2;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  padding: 0 12px;
}

.order-btn.active {
  padding-left: 40px;
  position: relative;
  background: #1BB5C2;
  color: #fff;
}

.order-btn.active:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../svg_icons/circle-check--white.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.order-btn--prev {
  width: 140px;
}

@media only screen and (max-width: 980px) {
  .order-btn--prev {
    width: 110px;
  }
}

.order-btn--next {
  width: 210px;
}

@media only screen and (max-width: 980px) {
  .order-btn--next {
    width: 140px;
  }
}

@media screen and (min-width: 1200px) {
  .order-btn:hover {
    background: #1BB5C2;
    border-color: #1BB5C2;
    color: #fff;
  }
}

.order-btn:active {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.order-btn--next.error {
  background: #7F7F7F;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.order-btn--next.error:after {
  display: block;
  content: 'Устраните ошибки, чтобы продолжить';
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  right: 0;
  font-size: 12px;
  color: #fff;
  padding: 5px;
  background: #1BB5C2;
  opacity: 0;
  pointer-events: none;
}

.order-btn--next.error:hover:after {
  opacity: 1;
}

.order-checkbox {
  height: 42px;
  display: block;
  overflow: hidden;
}

.order-checkbox__input {
  display: none;
}

.order-checkbox__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 24px;
  border-radius: 3px;
  border: 1px dashed #7F7F7F;
  position: relative;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media only screen and (max-width: 980px) {
  .order-checkbox__content {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  .order-checkbox__content:hover {
    background: #1BB5C2;
    border-color: #1BB5C2;
  }
  .order-checkbox__content:hover .order-checkbox__text {
    color: #fff;
  }
}

.order-checkbox__content:active {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.order-checkbox__input:checked + .order-checkbox__content {
  background: #1BB5C2;
  border-color: #1BB5C2;
}

.order-checkbox__input:checked + .order-checkbox__content .order-checkbox__text {
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 980px) {
  .order-checkbox__input:checked + .order-checkbox__content .order-checkbox__text {
    text-align: center;
  }
}

.order-checkbox__input:checked + .order-checkbox__content .order-checkbox__icon {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 20px;
  height: 20px;
  position: static;
}

@media only screen and (max-width: 980px) {
  .order-checkbox__input:checked + .order-checkbox__content .order-checkbox__icon {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: scale3d(1, 1, 1) translate(0, -50%);
    transform: scale3d(1, 1, 1) translate(0, -50%);
  }
}

.order-checkbox__icon {
  margin-right: 12px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  border-radius: 50%;
  position: absolute;
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  -o-transition: transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s;
  width: 0;
  height: 0;
}

@media only screen and (max-width: 980px) {
  .order-checkbox__icon {
    margin-right: 12px;
  }
}

.order-checkbox__text {
  font-size: 15px;
  line-height: 17px;
  color: #1BB5C2;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 980px) {
  .order-checkbox__text {
    font-size: 13px;
    line-height: 15px;
  }
}

.order-counter {
  font-size: 14px;
  font-weight: 700;
  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;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 40px;
}

.order-counter__btn {
  width: 40px;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 4px 0 0 4px;
}

.order-counter__btn:active {
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.05);
}

.order-counter__btn:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: #000;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

.order-counter__btn:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 10px;
  background: #000;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  display: none;
}

.order-counter__btn--next {
  border-radius: 0 4px 4px 0;
}

.order-counter__btn--next:after {
  display: block;
}

@media screen and (min-width: 1200px) {
  .order-counter__btn:hover:before, .order-counter__btn:hover:after {
    background: #1BB5C2;
  }
}

.order-counter__number {
  padding: 0 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-input {
  height: 48px;
  position: relative;
}

.order-input--textarea {
  min-height: 120px;
}

.order-input--textarea .order-input__input:focus + .order-input__placeholder {
  -webkit-transform: translate(calc(-100% - 15px), 0) !important;
  -ms-transform: translate(calc(-100% - 15px), 0) !important;
  transform: translate(calc(-100% - 15px), 0) !important;
}

.order-input--textarea .order-input__input:focus + ul + .order-input__placeholder {
  -webkit-transform: translate(calc(-100% - 15px), 0) !important;
  -ms-transform: translate(calc(-100% - 15px), 0) !important;
  transform: translate(calc(-100% - 15px), 0) !important;
}

.order-input.textarea.clear .order-input__input:focus + .order-input__placeholder {
  -webkit-transform: translate(calc(-100% - 15px), 0) !important;
  -ms-transform: translate(calc(-100% - 15px), 0) !important;
  transform: translate(calc(-100% - 15px), 0) !important;
}

.order-input.textarea.clear .order-input__input:focus + ul + .order-input__placeholder {
  -webkit-transform: translate(calc(-100% - 15px), 0) !important;
  -ms-transform: translate(calc(-100% - 15px), 0) !important;
  transform: translate(calc(-100% - 15px), 0) !important;
}

.order-input__input {
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media only screen and (max-width: 980px) {
  .order-input__input {
    width: 100%;
    height: 100%;
    font-size: 13px;
  }
}

@media screen and (max-width: 1440px) {
  .order-input:hover .order-input__input {
    background: #DCE5EB;
  }
}

.order-input__input--textarea {
  resize: vertical;
  border: none;
  height: 100%;
  min-height: 189px;
}

@media only screen and (max-width: 980px) {
  .order-input__input--textarea {
    min-height: 120px;
  }
}

.order-input__placeholder {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  -webkit-transition: opacity .2s, -webkit-transform .3s;
  transition: opacity .2s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .2s;
  transition: transform .3s, opacity .2s;
  transition: transform .3s, opacity .2s, -webkit-transform .3s;
  pointer-events: none;
}

.order-input__input:focus + .order-input__placeholder {
  -webkit-transform: translate(calc(-100% - 15px), -50%);
  -ms-transform: translate(calc(-100% - 15px), -50%);
  transform: translate(calc(-100% - 15px), -50%);
  opacity: 0;
}

.order-input.clear .order-input__placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate(calc(-100% - 15px), -50%);
  -ms-transform: translate(calc(-100% - 15px), -50%);
  transform: translate(calc(-100% - 15px), -50%);
  opacity: 0;
}

.order-input__input:focus + ul + .order-input__placeholder {
  -webkit-transform: translate(calc(-100% - 15px), -50%);
  -ms-transform: translate(calc(-100% - 15px), -50%);
  transform: translate(calc(-100% - 15px), -50%);
  opacity: 0;
}

.order-input.clear + ul + .order-input__placeholder {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate(calc(-100% - 15px), -50%);
  -ms-transform: translate(calc(-100% - 15px), -50%);
  transform: translate(calc(-100% - 15px), -50%);
  opacity: 0;
}

.order-input--textarea .order-input__placeholder {
  top: 15px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.order-input__star {
  color: #FC4040;
}

.order-promocode {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.order-promocode__input-col {
  position: relative;
}

@media only screen and (max-width: 980px) {
  .order-promocode__input-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.order-promocode__order-input {
  width: 29rem;
}

@media only screen and (max-width: 980px) {
  .order-promocode__order-input {
    width: 100%;
  }
}

.order-promocode__btn {
  width: 165px;
  background: #1BB5C2;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media only screen and (max-width: 980px) {
  .order-promocode__btn {
    width: 118px;
  }
}

@media screen and (min-width: 1200px) {
  .order-promocode__btn:hover {
    background: #179DA9;
  }
}

.order-promocode__btn:active {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.order-search {
  position: relative;
}

.order-search__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.order-search.filled .order-search__list {
  pointer-events: auto;
  opacity: 1;
}

.order-search__btn {
  display: block;
  width: 100%;
  padding: 13.5px 14px;
  background: #fff;
  border: none;
  margin: 0;
  font-size: 14px;
  color: #7F7F7F;
  text-align: left;
  font-weight: 500;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}

@media screen and (min-width: 1200px) {
  .order-search__btn:hover {
    background: #D2EAEC;
  }
}

.parsley-errors-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: 12px;
  color: #FC4040;
}

.product .product__type {
  height: auto !important;
  padding-top: 57px !important;
}

.product__gallery-nav {
  margin-right: 22px;
}

.required-desc {
  margin-bottom: 40px;
  text-align: center;
}

.required-desc__text {
  font-size: 12px;
  color: #7F7F7F;
}

.required-desc__text--red {
  color: #FC4040;
}

.test {
  width: 200px;
  height: 300px;
  background: #ccc;
  position: relative;
}

.type-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  padding: 9px 35px 9px 15px;
  border-radius: 3px;
  color: #000;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (max-width: 980px) {
  .type-checkbox {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
  }
}

.type-checkbox__input {
  display: none;
}

.type-checkbox__border {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  border: 1px dashed #7F7F7F;
  border-radius: 3px;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
}

@media screen and (min-width: 1200px) {
  .type-checkbox:hover .type-checkbox__border {
    border-color: #1BB5C2;
  }
}

.type-checkbox__input:checked + .type-checkbox__border {
  border-style: solid;
  border-color: #1BB5C2;
}

.type-checkbox__price {
  color: #7F7F7F;
  margin-left: 4px;
}

.type-checkbox__icon {
  width: 14px;
  height: 14px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.type-checkbox__input:checked + .type-checkbox__border + .type-checkbox__title + .type-checkbox__price + .type-checkbox__icon {
  opacity: 1;
}

.order-cart {
  padding-top: 100px;
  padding-bottom: 66px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

@media only screen and (max-width: 980px) {
  .order-cart {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.order-cart__header {
  font-family: 'Yeseva One';
  font-size: 48px;
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 980px) {
  .order-cart__header {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.order-cart__header-desc {
  font-size: 15px;
  line-height: 18px;
  color: #7F7F7F;
  text-align: center;
  margin-bottom: 55px;
}

@media only screen and (max-width: 980px) {
  .order-cart__header-desc {
    margin-bottom: 30px;
  }
}

.order-cart__order-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 980px) {
  .order-cart__order-wrap {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

.order-cart__order-li {
  position: relative;
  z-index: 5;
}

.order-cart__order-li:first-child:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1px;
  background: #e7e7e7;
}

@media screen and (min-width: 1200px) {
  .order-cart__order-li:hover {
    z-index: 1;
  }
}

.order-cart__order-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 980px) {
  .order-cart__order-bot {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  .order-cart__promocode-col {
    margin-bottom: 20px;
    max-width: 290px;
  }
}

@media only screen and (max-width: 980px) {
  .order-cart__info-col {
    max-width: 290px;
  }
}

.order-cart__total-price-col {
  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;
}

.order-cart__price-title {
  font-size: 16px;
  line-height: 18px;
  color: #7F7F7F;
  margin-bottom: 7px;
}

@media only screen and (max-width: 980px) {
  .order-cart__price-title {
    font-size: 13px;
    line-height: 15px;
  }
}

.order-cart__total-price {
  font-size: 34px;
  line-height: 39px;
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  font-family: 'Yeseva One';
}

.order-cart__price-desc {
  font-size: 12px;
  color: #7F7F7F;
}

.order-cart__weight-col {
  font-size: 14px;
  color: #7F7F7F;
  margin-left: 55px;
}

@media only screen and (max-width: 980px) {
  .order-cart__weight-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    margin-left: 0;
    text-align: right;
  }
}

.order-form {
  overflow: hidden;
}

.order-form__container {
  margin-top: 40px;
}

.order-form__header {
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  font-family: 'Yeseva One';
  margin-bottom: 45px;
}

@media only screen and (max-width: 980px) {
  .order-form__header {
    font-size: 24px;
    line-height: 30px;
  }
}

.order-form__title {
  position: relative;
  font-family: 'Yeseva One';
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 10px;
}

.order-form__title:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #BEC7CD;
  height: 1px;
}

.order-form__title-text {
  position: relative;
  background: #DFEAF1;
  z-index: 10;
  padding: 0 10px;
}

.order-form__title-desc {
  font-size: 15px;
  color: #000;
  letter-spacing: .5px;
  text-align: center;
  line-height: 18px;
  margin-bottom: 10px;
}

.order-form__order-search {
  max-width: 700px;
  margin: 0 auto;
}

.order-form__list {
  margin: -33px;
}

@media only screen and (max-width: 980px) {
  .order-form__list {
    margin: -16px;
  }
}

.order-form__li {
  padding: 33px;
  display: none;
}

@media only screen and (max-width: 980px) {
  .order-form__li {
    padding: 16px;
  }
}

.order-form__li.active {
  display: block;
}

.order-form__list-wrap {
  margin: 40px 0;
}

@media only screen and (max-width: 980px) {
  .order-form__list-wrap {
    max-width: 320px;
    margin: 40px auto;
  }
}

.order-form__list-wrap:last-child {
  margin-bottom: 0;
}

.order-form__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 980px) {
  .order-form__tab-list {
    display: block;
  }
}

.order-form__tab-li {
  margin-left: 20px;
}

@media only screen and (max-width: 980px) {
  .order-form__tab-li {
    margin-top: 20px;
    margin-left: 0;
  }
}

.order-form__tab-li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 980px) {
  .order-form__tab-li:first-child {
    margin-top: 0;
  }
}

.order-form__delivery-content-item {
  display: none;
}

.order-form__delivery-content-item.active {
  display: block;
}

.order-form__delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 700px;
  margin: -10px;
  margin-left: auto;
  margin-right: auto;
}

.order-form__delivery-li {
  padding: 10px;
}

@media only screen and (max-width: 980px) {
  .order-form__delivery-li {
    padding-left: 0;
    padding-right: 0;
  }
}

.order-form__delivery-li--100 {
  width: 100%;
}

.order-form__delivery-li--50 {
  width: 50%;
}

@media only screen and (max-width: 980px) {
  .order-form__delivery-li--50 {
    width: 100%;
  }
}

.order-form__delivery-li--25 {
  width: 25%;
}

@media only screen and (max-width: 980px) {
  .order-form__delivery-li--25 {
    width: 100%;
  }
}

.order-form__boxberry-map-btn {
  max-width: 330px;
  margin: 0 auto;
}

.order-form__boxberry-map-btn .order-checkbox__content {
  background: #1BB5C2;
  border-color: #1BB5C2;
}

.order-form__boxberry-map-btn .order-checkbox__text {
  font-weight: bold;
  color: #fff;
}

.order-form__box-list {
  margin: -5px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.order-form__box-li {
  padding: 5px;
}

.order-form__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  line-height: 17px;
}

@media only screen and (max-width: 980px) {
  .order-form__box-item {
    font-size: 12px;
    line-height: 15px;
    display: block;
  }
}

.order-form__box-key {
  color: #7F7F7F;
  margin-right: 4px;
}

@media only screen and (max-width: 980px) {
  .order-form__box-key {
    margin-bottom: 5px;
  }
}

.order-form__box-value {
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-form__tab-desc {
  font-size: 12px;
  text-align: center;
  color: #7F7F7F;
  max-width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.order-form__personal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: -25px;
}

@media only screen and (max-width: 980px) {
  .order-form__personal-list {
    display: block;
    margin: -10px;
  }
}

.order-form__personal-li {
  padding: 25px;
  width: calc(100% / 2);
}

@media only screen and (max-width: 980px) {
  .order-form__personal-li {
    width: 100%;
    padding: 10px;
  }
}

.order-form__textarea {
  height: 100%;
}

@media only screen and (max-width: 980px) {
  .order-form__textarea {
    height: auto;
    min-height: 120px;
  }
}

.order-form__personal-input-list {
  margin: -10px;
}

.order-form__personal-input-li {
  padding: 10px;
}

.order-form__bottom {
  margin-top: 60px;
  text-align: center;
}

.order-form__total-price-desc {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  letter-spacing: .5px;
  text-align: center;
  margin-bottom: 8px;
}

.order-form__total-price {
  font-size: 34px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  font-family: 'Yeseva One';
  margin-bottom: 10px;
  text-align: center;
}

.order-form__form-checkbox {
  margin: 0 auto;
  max-width: 550px;
}

.order-form__submit {
  width: 278px;
  height: 58px;
  background: #1BB5C2;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .2px;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  padding: 0 27px;
  text-transform: uppercase;
  -webkit-transition: background .3s, color .3s, opacity .3s;
  -o-transition: background .3s, color .3s, opacity .3s;
  transition: background .3s, color .3s, opacity .3s;
}

@media screen and (min-width: 1200px) {
  .order-form__submit:hover {
    background: #179DA9;
  }
}

.order-form__submit:active {
  -webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

.order-form__submit.disable {
  background: #7F7F7F;
  pointer-events: none;
  opacity: .5;
}

.order-form__submit-icon {
  margin-right: 34px;
}

.order-form__submit-desc {
  font-size: 12px;
  line-height: 21px;
  color: #7F7F7F;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.order-form__order-btn-wrap {
  text-align: center;
}

.order-history__list {
  margin: -10px;
}

.order-history__li {
  padding: 10px;
}

.order-history__li.active .js-accordion-content {
  display: block;
}

.order-history__li.active .card-history__head {
  border-width: 1px 1px 0 1px;
  border-radius: 10px 10px 0 0;
}

/*# sourceMappingURL=main.css.map */
