body{
	color: #212222;
}
.header .container{
	height: 100%;
}

.order-form__del--tab-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.order-form__del--toggle .icon{
	display: block;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 20px;
	top:25px;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (min-width: 1px) {
  .order-form-tab-wrapper-closed {
    padding: 20px;
  }
  .order-form-tab-wrapper {
    padding: 20px 20px 30px 20px;
  }
  .order-content__wrapper {
    background-color: #ffffff;
  }
  .order-col__wrapper {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .order-form-tab-wrapper {
    padding: 20px 62px 30px 62px;
  }
  .order-col__wrapper {
    margin: 0 30px;
  }
  .order-form-tab-wrapper-closed {
    padding: 20px 62px;
  }
}
@media (min-width: 1024px) {
  .order-col__wrapper {
    margin: 0;
  }
  .order-form-tab-wrapper {
    padding: 28px 80px 30px 80px;
  }
  .order-form-tab-wrapper-closed {
    padding: 28px 80px;
  }
  .page-order__wrapper {
    margin: 0 auto;
    padding: 0 30px;
    min-width: 1000px;
    max-width: 1160px;
  }
  .order-col__wrapper {
    display: flex;
  }
  .order-left-col {
    width: calc(71% - 20px);
  }
  .order-right-col {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 29%;
    margin-left: 20px;
  }
}
.order-form__del {
  border-bottom: 2px solid #f6f6f6;
}
.order-form__del--heading {
  margin: 0;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  color: #212222;
  white-space: nowrap;
  margin-bottom: 26px;
}
.order-form__del--heading:before {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  content: "1";
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  left: 0;
  top: -6px;
  border-radius: 50%;
  background-color: #f04d52;
  color: #ffffff;
}
.order-form__del--select {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #939393;
  border-radius: 5px;
  padding: 15px 15px;
  width: 100%;
}
.order-form__del--select:focus {
  border-color: #212222;
}
.order-form__del--select:hover {
  border-color: #212222;
}
.order-form__del--select:active {
  border-color: #212222;
}
.order-form__del--select-wrapper {
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}
.order-form__del--select-wrapper-before {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 18px;
  height: 18px;
  background: url(../img/icon-search-big.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.order-form__del--select-close {
  position: absolute;
  cursor: pointer;
  display: none;
  right: 14px;
  top: 16px;
  width: 18px;
  height: 18px;
  background: url(../img/order-form__close-btn-big.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}

.chosen .order-form__del--select-close{
	display: block;
}
.order-form__del--select-list {
  position: absolute;
  top: 44px;
  left: 4px;
  width: calc(100% - 14px);
  border: 1px solid #939393;
  border-radius: 5px;
  color: #212222;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 3px 5.4px 0.6px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  z-index: 10;
  overflow: hidden;
}
.order-form__del--select-list p {
  padding: 18px 15px 30px 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #004cff;
}
.order-form__del--select-list ul {
  list-style: none;
  margin: 0;
  padding: 6px;
  padding-bottom: 14px;
  max-height: 300px;
  overflow: auto;
  display: block;
}
.order-form__del--select-list ul li {
  display: block;
  border-radius: 5px;
  padding: 8px 14px 11px 14px;
  cursor: pointer;
}
.order-form__del--select-list ul li:hover {
  color: #f6f6f6;
  background-color: #212222;
}
.order-form__del--select-list ul li:first-child {
  color: #f04d52;
  padding: 14px 60px 20px 14px;
  cursor: auto;
  font-weight: bold;
}
.order-form__del--select-list ul li:first-child:hover {
  color: #f04d52;
  background-color: #ffffff;
}
.order-form__del--city-text,
.order-form__del--chose {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.order-form__del--shop,
.order-form__del--courier-moscow,
.order-form__del--courier-moscow-dis,
.order-form__del--mail {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: left;
  position: relative;
  padding: 20px 48px 22px 54px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  min-height: 170px;
  margin-bottom: 10px;
}
.order-form__del--shop:hover,
.order-form__del--courier-moscow:hover,
.order-form__del--courier-moscow-dis:hover,
.order-form__del--mail:hover {
  cursor: pointer;
  background-color: #f6f6f6;
  opacity: 0.6;
}
.order-form__del--tab-wrapper input[type="checkbox"],
.order-form__del--tab-wrapper input[type="radio"] {
  display: none;
}
.order-form__del--checkbox {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #939393;
  cursor: pointer;
}
.order-form__del--tab-wrapper label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
  line-height: 22px;
  margin-top: 0px;
  font-weight: normal;
  cursor: pointer;
}
.order-form__del--time-opening,
.order-form__del--courier-moscow-time,
.order-form__del--courier-moscow-dis-time,
.order-form__del--mail-time {
  margin-top: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #939393;
  margin-top: 0;
}
.order-form__del--shop .order-form__del--shop-price {
  margin-top: 10px;
}
.order-form__del--shop-map {
  display: inline;
  max-width: 140px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.order-form__del--shop-map span {
  color: #f04d52;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px dotted #f04d52;
}
.order-form__del--shop-price,
.order-form__del--courier-moscow-price,
.order-form__del--courier-moscow-dis-price,
.order-form__del--mail-price {
  margin-top: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #212222;
}
.order-form__mail-address--index-toggle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.order-form__mail-address--index-toggle p {
  width: 100%;
}
.order-form__mail-address .order-form__mail-address--heading {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 26px;
  color: #212222;
}
.order-form__mail-address .order-form__mail-address--wrapper label {
  display: block;
  margin-top: 0;
  margin-bottom: 6px;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
}
.order-form__mail-address .order-form__mail-address--wrapper input {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #939393;
  border-radius: 5px;
  padding: 15px 15px;
  width: 100%;
}
.order-form__mail-address .order-form__mail-address--wrapper input:focus {
  border-color: #212222;
}
.order-form__mail-address .order-form__mail-address--wrapper input:hover {
  border-color: #212222;
}
.order-form__mail-address .order-form__mail-address--wrapper input:active {
  border-color: #212222;
}
.order-right-col .order-content-right__wrapper {
  background-color: #ffffff;
}
.order-form__mail-address--house-building-flat p {
  margin-bottom: 30px;
}
.order-form__mail-address--house-building-flat p:last-child {
  margin-bottom: 0;
}
.order-form__mail-address--house-building-flat p:nth-child(2) {
  min-width: 140px !important;
}
@media (min-width: 768px) {
  .order-form__del--shop .order-form__del--shop-price {
    margin-top: 10px;
  }
  .order-form__del--select-list ul li {
    padding-right: 60px;
  }
  .order-form__del {
    border-bottom: 4px solid #f6f6f6;
  }
  .order-form__mail-address--street-toggle {
    width: 100%;
  }
  .order-form__mail-address--index-toggle .order-form__input--wrapper .post-index {
    width: 24%;
    margin-right: 10px;
  }
  .order-form__mail-address--index-toggle .order-form__mail-address--index-street-first {
    width: 73%;
  }
  .order-form__del--tab-wrapper .order-form__mail-address {
    width: 100%;
  }
  .order-form__del--tab-wrapper .order-form__mail-address .order-form__del--tab-wrapper-container {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .order-form__mail-address--wrapper .order-form__del--tab-wrapper {
    margin: 0;
  }
  .order-form__mail-address--wrapper label {
    display: block;
    margin-top: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .order-form__mail-address--wrapper input {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #939393;
    border-radius: 5px;
    padding: 15px 15px;
    width: 100%;
  }
  .order-form__mail-address--wrapper input:focus {
    border-color: #212222;
  }
  .order-form__mail-address--wrapper input:hover {
    border-color: #212222;
  }
  .order-form__mail-address--wrapper input:active {
    border-color: #212222;
  }
  .order-form__mail-address--wrapper .order-form__mail-address--index-street {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .order-form__mail-address--wrapper .order-form__mail-address--index-street p:first-child {
    width: calc(27% - 10px);
    margin-right: 10px;
  }
  .order-form__mail-address--wrapper .order-form__mail-address--house-building-flat {
    display: flex;
    width: 100%;
  }
  .order-form__mail-address--wrapper .order-form__mail-address--house-building-flat p {
    width: calc(27% - 10px);
    margin-right: 10px;
  }
  .order-form__del--heading:before {
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: -42px;
    top: -6px;
  }
}
.order-form__del--select {
  max-width: 100%;
}
.order-form__input--wrapper {
  position: relative;
}
.order-form__del--heading {
  padding-left: 34px;
}
.order-form__del--tab-wrapper div {
  width: 100%;
}
@media (min-width: 768px) {
  .order-form__mail-address--house-building-flat p {
    margin-bottom: 0;
  }
  .order-form__del--heading {
    padding-left: 0;
  }
  .order-form__del--select-wrapper {
    position: relative;
    max-width: 400px;
  }
  .order-form__del--select {
    max-width: 400px;
  }
  .order-form__del--tab-wrapper > div:nth-child(odd) {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .order-form__del--tab-wrapper > div:nth-child(even) {
    width: calc(50% - 5px);
  }
  .order-form__del--tab-wrapper > div:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .order-form__del--heading {
    padding-left: 0;
  }
  .order-form__del--tab-wrapper > div:nth-child(odd) {
    margin-right: 10px;
    width: 50%;
  }
  .order-form__del--tab-wrapper > div:nth-child(even) {
    width: calc(50% - 10px);
  }
  .order-form__del--tab-wrapper > div:nth-child(n+3) {
    margin-bottom: 0;
  }
  .order-form__del--select-wrapper {
    position: relative;
    max-width: 400px;
  }
  .order-form__del--select {
    max-width: 400px;
  }
  .order-right-col .order-content-right__wrapper {
    background-color: transparent;
  }
}
.order-form__type-of-payment {
  border-bottom: 2px solid #f6f6f6;
}
.order-form__type-of-payment input {
  display: none;
  opacity: 0;
}
.order-form__type-of-payment--heading {
  position: relative;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #939393;
  white-space: nowrap;
}
.order-form__type-of-payment--heading:before {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  content: "2";
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #939393;
  color: #ffffff;
}
.order-form__type-of-payment--heading-before {
  position: relative;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #212222;
  white-space: nowrap;
}
.order-form__type-of-payment--heading-before:before {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  content: "2";
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #f04d52;
  color: #ffffff;
}
.order-form__type-payment--option {
  margin-top: 28px;
  margin-bottom: 14px;

}
.order-form__type-of-payment--tab {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: left;
  position: relative;
  padding: 20px 48px 22px 54px;
	background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
  border-radius: 5px;
  min-height: 170px;
  min-height: 140px;
  margin-bottom: 0;
}
.order-form__type-of-payment--tab.active-tab{
	    border: 1px solid #f04d52;
    background-color: #ffffff;
}

.order-form__type-of-payment--tab:hover {
  cursor: pointer;
  background-color: #f6f6f6;
  opacity: 0.6;
}
.order-form__type-of-payment--tab label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.order-form__type-of-payment--checkbox {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #939393;
  cursor: pointer;
  max-width: 287px;
}
.order-form__type-of-payment--heading,
.order-form__type-of-payment--heading-before {
  padding-left: 34px;
}
.order-form__type-of-payment--heading:before,
.order-form__type-of-payment--heading-before:before {
  left: 0;
  top: -4px;
}
@media (min-width: 768px) {
  .order-form__type-of-payment--heading,
  .order-form__type-of-payment--heading-before {
    padding-left: 0;
  }
  .order-form__type-of-payment--heading:before,
  .order-form__type-of-payment--heading-before:before {
    left: 0;
    top: -4px;
  }
  .order-form__type-of-payment {
    border-bottom: 4px solid #f6f6f6;
  }
  .order-form__type-of-payment--heading:before,
  .order-form__type-of-payment--heading-before:before {
    font-family: 'Panton', sans-serif;
    display: inline-block;
    position: absolute;
    content: "2";
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: -42px;
    top: -6px;
    border-radius: 50%;
    background-color: #939393;
    color: #ffffff;
  }
  .order-form__type-of-payment--heading-before {
    position: relative;
    font-family: 'Panton', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #212222;
    white-space: nowrap;
  }
  .order-form__type-of-payment--heading-before:before {
    font-family: 'Panton', sans-serif;
    display: inline-block;
    position: absolute;
    content: "2";
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: -42px;
    top: -6px;
    border-radius: 50%;
    background-color: #f04d52;
    color: #ffffff;
  }
  .order-form__type-of-payment--tab {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: left;
    position: relative;
    padding: 20px 48px 22px 54px;

    border-radius: 5px;
    min-height: 170px;

    width: calc(50% - 6px);
  }
  .order-form__type-of-payment--tab:hover {
    cursor: pointer;
    background-color: #f6f6f6;
    opacity: 0.6;
  }

  .order-form__type-payment--option {
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
  }
  .order-form__type-of-payment--heading {
    margin: 0;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: #939393;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .order-form__type-of-payment--tab {
    min-height: 140px;
  }
}
@media (min-width: 1024px) {
  .order-form__type-of-payment {
    margin-bottom: 4px;
  }
}
.order-form__disc-promo {
  border-bottom: 2px solid #f6f6f6;
}
.order-form__disc-promo--heading {
  position: relative;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #939393;
  white-space: nowrap;
}

.filled .order-form__disc-promo--heading,.filled .order-form__contacts--heading{
	margin-bottom: 26px;
}


.order-form__disc-promo--heading:before {
  display: inline-block;
  position: absolute;
  font-size: 18px;
  line-height: 32px;
  width: 30px;
  height: 30px;
  left: -42px;
  top: -6px;
  content: "3";
  text-align: center;
  border-radius: 50%;
  background-color: #939393;
  color: #ffffff;
}
.order-form__disc-promo--heading-before {
  position: relative;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #212222;
  white-space: nowrap;
  margin-bottom: 28px;
}
.order-form__disc-promo--heading-before:before {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  content: "3";
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  top: 20px;
  border-radius: 50%;
  background-color: #f04d52;
  color: #ffffff;
}
.order-form__disc-promo input[type="checkbox"] {
  display: none;
}
.order-form__promo--checkbox {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #939393;
  cursor: pointer;
}
.order-form__promo--checkbox:focus {
  border-color: #212222;
}
.order-form__promo--checkbox:hover {
  border-color: #212222;
}
.order-form__promo--checkbox:active {
  border-color: #212222;
}
.order-form__disc-lbl,
.order-form__promo-lbl {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding-left: 34px;
  position: relative;
}
.order-form__disc-lbl {
  margin-top: 10px;
}
.order-form__promo--form,
.order-form__disc--form {
  transition: 1s;
}
.order-form__promo--form input,
.order-form__disc--form input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #939393;
  border-radius: 5px;
  padding: 15px 15px;
  width: 100%;
  width: calc(50% - 16px);
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.order-form__promo--form input:focus,
.order-form__disc--form input:focus {
  border-color: #212222;
}
.order-form__promo--form input:hover,
.order-form__disc--form input:hover {
  border-color: #212222;
}
.order-form__promo--form input:active,
.order-form__disc--form input:active {
  border-color: #212222;
}
.order-form__promo--form button,
.order-form__disc--form button {
  color: #ffffff;
  width: 154px;
  height: 38px;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  border: none;
  background-color: #f04d52;
  border-radius: 5px;
  cursor: pointer;
}
.order-form__promo--form-active,
.order-form__disc--form-active {
  display: flex;
  flex-direction: column;
  visibility: visible;
  opacity: 1;
}
.order-form__promo--form button,
.order-form__disc--form button,
.order-form__promo--form input,
.order-form__disc--form input {
  width: 100%;
}
.order-form__promo--form input,
.order-form__disc--form input {
  margin-bottom: 10px;
}
.order-form__disc--form input {
  margin-bottom: 0;
}
.order-form__promo--form button,
.order-form__disc--form button {
  margin-bottom: 10px;
  height: 40px;
}
.order-form__promo--form,
.order-form__disc--form {
  margin-left: 0;
  margin-top: 10px;
}
.order-form__disc--form input {
  margin-bottom: 10px;
}
.order-form__disc-promo--heading,
.order-form__disc-promo--heading-before {
  padding-left: 34px;
}
.order-form__disc-promo--heading:before,
.order-form__disc-promo--heading-before:before {
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}


.order-form__disc-lbl, .order-form__promo-lbl{
	margin-bottom: 18px;
}


@media (min-width: 768px) {
  .order-form__disc-promo--heading,
  .order-form__disc-promo--heading-before {
    padding-left: 0;
  }
  .order-form__disc-promo--heading:before,
  .order-form__disc-promo--heading-before:before {
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: -42px;
    top: -6px;
  }
  .order-form__promo--form-active,
  .order-form__disc--form-active {
    flex-direction: row;
  }
  .order-form__promo--form input,
  .order-form__disc--form input {
    max-width: 300px;
  }
  .order-form__promo--form button,
  .order-form__disc--form button {
    width: 154px;
    margin-bottom: 0;
  }
  .order-form__disc-promo {
    border-bottom: 4px solid #f6f6f6;
  }
}
@media (min-width: 1024px) {
  #order-form__disc--value {
    margin-bottom: 0;
  }
}
.tab {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: left;
  position: relative;
  padding: 20px 48px 22px 54px;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  min-height: 170px;
}
.tab:hover {
  cursor: pointer;
  background-color: #f6f6f6;
  opacity: 0.6;
}
/*
.checkbox {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #939393;
  cursor: pointer;
}*/

input[type="radio"]:checked + label span {
  padding: 5px;
  border: 6px solid #f04d52;
  background-color: #ffffff;
}
.del-time {
  margin-top: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #939393;
}
.del-price {
  margin-top: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bolder;
  color: #212222;
}
.label-robo {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
}
.checkbox-sq {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #939393;
  cursor: pointer;
}
.checkbox-sq:focus {
  border-color: #212222;
}
.checkbox-sq:hover {
  border-color: #212222;
}
.checkbox-sq:active {
  border-color: #212222;
}
input[type="checkbox"]:checked + label span {
  border: 1px solid #f04d52;
  background: url("../img/tick.png") no-repeat center center;
  background-color: #f04d52;
}
input[type="checkbox"]:checked + label span:hover {
  border-color: #f04d52;
}
.input-data {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #939393;
  border-radius: 5px;
  padding: 15px 15px;
  width: 100%;
}
.input-data:focus {
  border-color: #212222;
}
.input-data:hover {
  border-color: #212222;
}
.input-data:active {
  border-color: #212222;
}
.order-form__input--wrapper {
  margin-bottom: 30px;
}
.order-form__input-error {
  margin-bottom: 40px;
}
.order-form__input-error input[type="text"],
.order-form__input-error input[type="tel"],
.order-form__input-error input[type="email"] {
  border: 1px solid #004cff;
}
.order-form__input-error input[type="text"]:focus,
.order-form__input-error input[type="tel"]:focus,
.order-form__input-error input[type="email"]:focus {
  border-color: #004cff;
}
.order-form__input-error input[type="text"]:hover,
.order-form__input-error input[type="tel"]:hover,
.order-form__input-error input[type="email"]:hover {
  border-color: #004cff;
}
.order-form__input-error input[type="text"]:active,
.order-form__input-error input[type="tel"]:active,
.order-form__input-error input[type="email"]:active {
  border-color: #004cff;
}
.input-text-error {
  position: absolute;
  display: block;
  padding-left: 30px;
  left: -10px;
  bottom: -20px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #004cff;
  background: url("../img/input-error-sign.png") no-repeat 10px center;
  background-size: contain;
  transition: ease-out;
}
.close-btn {
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/order-form__close-btn.png") no-repeat center center;
}
.close-btn:hover {
  opacity: 0.8;
}
.active-tab {
  border: 1px solid #f04d52;
  background-color: #ffffff;
}
.active-tab:hover {
  opacity: 1;
  background-color: #ffffff;
}
.overlay-wrapper {
  transition: 0.5s;
  transform: translateX(0%);
}
.body-overlay {
  transform: translateX(300px);
  transition: 0.5s;
}
@media (min-width: 768px) {
	.order-form__del--toggle .icon{
	left: 0px;
	}
  .body-overlay {
    transform: translateX(320px);
    transition: 0.5s;
  }
}
.sticky-top {
  position: fixed;
  top: 0;
}
.order-form__contacts {
  border-bottom: 10px solid #f6f6f6;
}
.order-form__contacts label {
  display: block;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
}
#order-form__contacts--text {
  height: 150px;
}
.order-form__contacts input,
.order-form__contacts textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #939393;
  border-radius: 5px;
  padding: 15px 15px;
  width: 100%;
}
.order-form__contacts input:focus,
.order-form__contacts textarea:focus {
  border-color: #212222;
}
.order-form__contacts input:hover,
.order-form__contacts textarea:hover {
  border-color: #212222;
}
.order-form__contacts input:active,
.order-form__contacts textarea:active {
  border-color: #212222;
}
.order-form__personal-data {
  padding-bottom: 26px;
}
.order-form__personal-data input {
  display: none;
  opacity: 0;
}
.order-form__personal-data label {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 23px;
  padding-left: 30px;
  margin-top: 0px;
}
.order-form__personal-data a {
  display: inline;
  text-decoration: underline;
  color: #f04d52;
  cursor: pointer;
}
.order-form__personal-data .order-form__personal-data--checkbox {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #939393;
  cursor: pointer;
  left: -1px;
}
.order-form__personal-data .order-form__personal-data--checkbox:focus {
  border-color: #212222;
}
.order-form__personal-data .order-form__personal-data--checkbox:hover {
  border-color: #212222;
}
.order-form__personal-data .order-form__personal-data--checkbox:active {
  border-color: #212222;
}
.order-form__personal-data .order-form__personal-data--checkbox:hover {
  border-color: inherit;
}
.order-form__contacts--heading {
  position: relative;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #939393;
  white-space: nowrap;
  margin-bottom: 0px;
}
.order-form__contacts--heading:before {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  content: "3";
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  left: -42px;
  top: -6px;
  border-radius: 50%;
  background-color: #939393;
  color: #ffffff;
}
.order-form__contacts--heading-before {
  position: relative;
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #212222;
  white-space: nowrap;
  margin-bottom: 26px;
}
.order-form__contacts--heading-before:before {
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  content: "4";
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  top: 20px;
  border-radius: 50%;
  background-color: #f04d52;
  color: #ffffff;
}
.order-form__contacts--heading,
.order-form__contacts--heading-before {
  padding-left: 34px;
}
.order-form__contacts--heading:before,
.order-form__contacts--heading-before:before {
  left: 0;
  top: -4px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 768px) {

  .order-form__contacts--heading,
  .order-form__contacts--heading-before {
    padding-left: 0;
  }
  .order-form__contacts {
    border-bottom: 4px solid #f6f6f6;
  }
  .order-form__contacts--mail p:last-child {
    width: 50%;
  }
  .order-form__contacts--mail-surname-name {
    display: flex;
  }
  .order-form__contacts--mail-surname-name p:first-child {
    width: 50%;
  }
  .order-form__contacts--mail-surname-name P:last-child {
    width: 50%;
    margin-left: 10px;
  }
  .order-form__contacts--mail-surname-name .order-form__contacts--mail-surname {
    width: 50%;
  }
  .order-form__contacts--heading:before,
  .order-form__contacts--heading-before:before {
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: -42px;
    top: -6px;
  }
  .order-form__personal-data--checkbox {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #939393;
    cursor: pointer;
    left: 0;
    top: 5px;
  }
  .order-form__personal-data--checkbox:focus {
    border-color: #212222;
  }
  .order-form__personal-data--checkbox:hover {
    border-color: #212222;
  }
  .order-form__personal-data--checkbox:active {
    border-color: #212222;
  }
  .order-form__contacts--wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .order-form__contacts--phone--email {
    display: flex;
    flex-direction: row;
  }
  .order-form__contacts--phone--email p {
    width: 50%;
  }
  .order-form__contacts--phone--email p:first-child {
    width: 50%;
    margin-right: 10px;
  }
  .order-form__personal-data {
    padding-bottom: 0;
  }
}
.order-form__total-info {
  padding-bottom: 30px;
  padding-top: 20px;
}
.order-form__product-info {
  /* padding: 0 20px; */
  padding-left: 40px;
  margin: 0 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 2px solid #f6f7f9;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  background: url(../img/order-form__total-info.png) no-repeat 0px 0px;
}
.order-form__total {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-form__total--text {
  font-size: 14px;
  line-height: 18px;
}
.order-form__total--price {
  margin-left: auto;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.order-form__submit-btn {
  font-family: inherit;
  display: block;
  font-size: 16px;
  line-height: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: #939393;
  border-radius: 5px;
  outline: none;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  height: 54px;
}
.order-form__type-of-del {
  margin: 0 20px;
  padding: 18px 20px 16px 20px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid #f6f7f9;
  font-family: 'Roboto', sans-serif;
  color: #212222;
  white-space: normal;
}

.order-form__del--toggle{
	position: relative;
}


.order-form__type-of-del span{
	display: block;
}
.order-form__type-of-del span.free {
  color: #f04d52;
}
.order-form__del--courier,
.order-form__del--courier-mos-dis,
.order-form__del--mail-total {
  margin: 0 20px;
  border-bottom: 2px solid #f6f6f6;
  padding: 20px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  background: url(../img/courier.png) no-repeat 0px 18px;
}
.order-form__del--mail-total {
  background: url("../img/mail.png") no-repeat 0px 18px;
}
@media (min-width: 768px) {
  .order-form__del--mail-total,
  .order-form__del--courier,
  .order-form__del--courier-mos-dis {
    padding: 20px 20px 20px 40px;
    background-position-x: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .order-form__type-of-del {
    margin: 0;
  }
  .order-form__product-info {
    margin: 0;
  }
  .order-form__total-info {
    width: 266px;
    margin: 0;
    margin-left: auto;
    padding-bottom: 40px;
  }
  .order-form__product-info,
  .order-form__type-of-del {
    background-position-x: 0;
  }
  .order-form__product-info,
  .order-form__type-of-del {
    padding-left: 40px;
  }
  .order-form__submit-btn {
    width: 100%;
  }
  .order-form__total {
    padding: 16px 0 12px 0;
  }
}
@media (min-width: 1024px) {

	.order-form__del--toggle .icon{
	left: 27px;

	}

  .order-form__total-info {
    width: 100%;
  }
  .order-form__del--mail-total,
  .order-form__del--courier,
  .order-form__del--courier-mos-dis {
    padding: 16px 28px 20px 67px;
    background-position-x: 27px;
    line-height: 20px;
  }
  .order-form__total-info {
    padding: 0;
  }
  .order-form__type-of-del {
    margin: 0;
    padding: 20px 28px 14px 68px;
    background-position-x: 28px;
  }
  .order-content-right__wrapper {
    position: relative;
  }
  .order-content-right__wrapper-active {
    height: 2410px;
  }
  .order-right-col .order-form__submit-btn {
    display: none;
  }
  .order-form__total {
    padding: 16px 20px;
  }
  .order-form__total-info {
    padding-top: 18px;
    background-color: #ffffff;
    padding-bottom: 0;
    position: sticky;
    right: 0;
    top: 14px;
  }
  .order-form__product-info {
    margin: 0;
    padding: 0 40px;
    padding-left: 40px;
    background-position-x: 28px;
    padding-bottom: 8px;
  }
  .order-form__product--price,
  .order-form__products--total,
  .order-form__total {
    padding-left: 28px;
    margin-bottom: 8px;
    padding-right: 36px;
  }
}
@media (min-width: 1024px) and screen and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .order-form__total-info {
    top: auto;
    right: auto;
    z-index: 10;
  }
  .order-right-col {
    position: relative;
    width: 29%;
  }
  .order-content-right__wrapper-active-ie {
    position: fixed;
    top: 14px;
    margin-right: 30px;
  }
}
.order-form__submit {
  display: none;
}
@media (min-width: 1024px) {
  .order-form__submit {
    display: block;
    padding: 20px 30px 40px 30px;
  }
  .order-form__submit .order-form__submit-btn {
    width: 246px;
    height: 54px;
    margin-right: 10px;
  }
  .order-form__submit-active {
    padding-right: 70px;
  }
}
.order-form__map {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  transition: 0.5s;
  z-index: 5099;
}
.order-form__map header {
  position: relative;
  padding: 22px 20px 18px 20px;
}
.order-form__map footer {
  padding-top: 16px;
  padding-bottom: 30px;
}
.order-form__map h1 {
  font-family: 'Panton', sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.order-form__map .order-form__map-close-btn {
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url("../img/order-form__close-btn.png") no-repeat center center;
}
.order-form__map iframe {
  width: 100%;
  height: 330px;
  border: none;
}
.order-form__map .order-form__map-close-btn--footer {
  font-family: inherit;
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  vertical-align: center;
  width: 195px;
  height: 36px;
  margin: 0 auto;
  background-color: #f04d52;
  border-radius: 5px;
  outline: none;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}
@media (min-width: 1px) and (max-width: 767px) {
  .order-form__map {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .order-form__map footer {
    padding-top: 30px;
  }
  .order-form__map header {
    padding: 28px 30px;
  }
  .order-form__map {
    width: 70%;
  }
  .order-form__map .order-form__map-close-btn {
    right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .order-form__map {
    max-width: 800px;
  }
}
.order-form__overlay {
  display: none;
  z-index: 4000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
}
.main-nav {
  white-space: nowrap;
  width: calc(100% - 20px);
  max-width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding-top: 70px;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.5s;
  z-index: 4005;
}
.main-nav footer h1 {
  font-size: 14px;
  line-height: 40px;
  font-family: 'Panton', sans-serif;
  font-weight: bold;
}
.main-nav footer {
  padding: 14px 20px;
}
.main-nav .main-nav__close-btn {
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/order-form__close-btn.png") no-repeat center center;
  width: 18px;
  height: 18px;
  top: 26px;
  right: 20px;
}
.main-nav .main-nav__close-btn:hover {
  opacity: 0.8;
}
.main-nav .nav-bar {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f6f6f6;
  margin-bottom: 20px;
}
.main-nav .nav-bar a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 16px 20px;
  color: #212222;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Panton', sans-serif;
}
.main-nav .nav-bar a:hover {
  color: #f04d52;
}
.main-nav .nav-bar li {
  border-bottom: 1px solid #f6f6f6;
}
.main-nav .nav-bar .main-nav__item:nth-child(5) {
  margin-right: 0;
}
.main-nav .main-info__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 14px;
  border-bottom: 1px solid #f6f6f6;
}
.main-nav .main-info__list a {
  text-decoration: none;
  color: #f04d52;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px;
}
.main-nav .main-info__list a:hover {
  color: #939393;
}
.main-nav .nav-bar .main-nav__cart {
  position: absolute;
  width: 150px;
  right: 0;
  top: 0;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 16px 50px 16px 30px;
  padding-right: 40px;
  border-left: 1px solid #f6f6f6;
  color: #212222;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Panton', sans-serif;
  z-index: 1;
}
.main-nav .nav-bar .main-nav__cart:hover {
  color: #f04d52;
}
.main-nav .main-nav__cart span {
  font-family: "Panton", sans-serif;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  padding: 0px;
  right: 28px;
  top: 17px;
  position: absolute;
  background-color: #212222;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
}
.main-nav:hover:after {
  background-color: #f04d52;
  color: #ffffff;
}
.main-nav .nav-bar {
  display: block !important;
}
.menu_active {
  transform: translateX(0%);
  visibility: visible;
  z-index: 4005;
}
@media (min-width: 768px) {
  .main-nav__cart + i {
    right: 38px;
  }
  .main-nav {
    max-width: 320px;
    padding-top: 85px;
  }
  .main-nav .main-nav__close-btn {
    top: 30px;
    width: 24px;
    height: 24px;
    background-image: url("../img/main-nav__close-btn-big.png");
  }
  .main-nav .nav-bar .main-nav__cart {
    width: 160px;
    padding-left: 40px;
  }
}
.main-nav-fb {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url("../img/icon-fb.png") no-repeat center center;
}
.main-nav-fb:hover {
  opacity: 0.6;
}
.main-nav-vk {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url("../img/icon-vk.png") no-repeat center center;
}
.main-nav-vk:hover {
  opacity: 0.6;
}
.main-nav-telegram {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url("../img/icon-telegram.png") no-repeat center center;
}
.main-nav-telegram:hover {
  opacity: 0.6;
}
.menu_active {
  transform: translateX(0%);
  visibility: visible;
  z-index: 4005;
}
.thanks-page {
  background-color: #f6f6f6;
}
.thanks-page .thanks-page__wrapper {
  padding: 28px 20px 24px 20px;
  margin-bottom: 2px;
  background-color: #ffffff;
}
.thanks-page .thanks-page__main-heading {
  background-color: transparent;
  padding-bottom: 20px;
}
.thanks-page .thanks-page__wrapper:nth-child(4) {
  margin-bottom: 10px;
}
.thanks-page .thanks-page__order-info--wrapper,
.thanks-page .thanks-page__order-del--wrapper,
.thanks-page .thanks-page__order-payment--wrapper,
.thanks-page .thanks-page__order-contacts--wrapper {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.thanks-page .thanks-page__order-info--wrapper div:nth-child(odd),
.thanks-page .thanks-page__order-del--wrapper div:nth-child(odd),
.thanks-page .thanks-page__order-payment--wrapper div:nth-child(odd),
.thanks-page .thanks-page__order-contacts--wrapper div:nth-child(odd) {
  color: #939393;
  margin-top: 12px;
}
.thanks-page h1,
.thanks-page h2 {
  text-transform: uppercase;
}
.thanks-page h1 {
  font-family: 'Panton', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.thanks-page h2 {
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.thanks-page .thanks-page__order--wrapper {
  position: relative;
  display: flex;
  min-height: 134px;
  justify-content: space-between;
}
.thanks-page .thanks-page__order--wrapper .thanks-page__order--artist-name {
  text-transform: uppercase;
  font-family: 'Panton', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #f04d52;
}
.thanks-page .thanks-page__order--wrapper .thanks-page__order--year {
  font-family: 'Roboto', sans-serif;
  color: #212222;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.thanks-page .thanks-page__order--wrapper img {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.thanks-page .thanks-page__order--wrapper .thanks-page__order--info {
  position: absolute;
  width: 130px;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}
.thanks-page .thanks-page__order--wrapper .thanks-page__order--info span:first-child {
  font-family: 'Roboto', sans-serif;
  color: #939393;
  font-size: 16px;
  line-height: 18px;
}
.thanks-page .thanks-page__order--wrapper .thanks-page__order--info span:last-child {
  font-family: 'Panton', sans-serif;
  font-weight: bold;
  color: #212222;
  font-size: 16px;
  line-height: 18px;
  margin-left: 20px;
}
.thanks-page .thanks-page__order--wrapper .thanks-page__order--additional {
  display: none;
}
@media (min-width: 768px) {
  .thanks-page .thanks-page__wrapper:nth-child(4) {
    margin-bottom: 20px;
  }
  .thanks-page .thanks-page__wrapper:nth-child(5) {
    margin-bottom: 4px;
  }
  .thanks-page .thanks-page__wrapper {
    padding: 28px 30px 30px 30px;
    margin: 0 30px;
    margin-bottom: 4px;
  }
  .thanks-page .thanks-page__main-heading {
    margin-left: 0;
    margin-bottom: 0;
  }
  .thanks-page .thanks-page__order-info--wrapper,
  .thanks-page .thanks-page__order-del--wrapper,
  .thanks-page .thanks-page__order-payment--wrapper,
  .thanks-page .thanks-page__order-contacts--wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .thanks-page .thanks-page__order-info--wrapper div,
  .thanks-page .thanks-page__order-del--wrapper div,
  .thanks-page .thanks-page__order-payment--wrapper div,
  .thanks-page .thanks-page__order-contacts--wrapper div {
    width: 182px;
  }
  .thanks-page .thanks-page__order-info--wrapper div:nth-child(even),
  .thanks-page .thanks-page__order-del--wrapper div:nth-child(even),
  .thanks-page .thanks-page__order-payment--wrapper div:nth-child(even),
  .thanks-page .thanks-page__order-contacts--wrapper div:nth-child(even) {
    width: 71%;
  }
  .thanks-page .thanks-page__order-info--wrapper div:nth-child(even),
  .thanks-page .thanks-page__order-del--wrapper div:nth-child(even),
  .thanks-page .thanks-page__order-payment--wrapper div:nth-child(even),
  .thanks-page .thanks-page__order-contacts--wrapper div:nth-child(even) {
    margin-top: 12px;
    padding-left: 40px;
  }
  .thanks-page .thanks-page__order--wrapper {
    justify-content: flex-start;
    padding-top: 10px;
  }
  .thanks-page .thanks-page__order--wrapper img {
    order: 2;
    margin-top: -10px;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-left: -1px;
    padding-left: 1px;
  }
  .thanks-page .thanks-page__order--wrapper .thanks-page__order {
    order: 3;
  }
  .thanks-page .thanks-page__order--wrapper .thanks-page__order--artist-name {
    margin-bottom: 4px;
  }
  .thanks-page .thanks-page__order--wrapper .thanks-page__order--info {
    width: 140px;
    bottom: auto;
    left: auto;
    right: 0;
    top: 2px;
  }
  .thanks-page .thanks-page__order--wrapper .thanks-page__order--info span:first-child {
    margin-right: 30px;
  }
  .thanks-page .thanks-page__order--wrapper .thanks-page__order--additional {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #212222;
    font-size: 14px;
    line-height: 18px;
  }
  .thanks-page .thanks-page__order--wrapper .thanks-page__order--additional a {
    display: block;
    text-decoration: none;
    color: #f04d52;
    margin-top: 20px;
  }
  .thanks-page .thanks-page__order--wrapper .thanks-page__order--additional a:hover {
    color: #939393;
  }
}
@media (min-width: 1024px) {
  .thanks-page .thanks-page__wrapper:nth-child(5) {
    margin-bottom: 4px;
  }
  .thanks-page__ribbon {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    margin-bottom: 30px;
  }
  .thanks-page {
    min-width: 964px;
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .thanks-page h1 {
    font-size: 30px;
    line-height: 32px;
    margin-left: -30px;
  }
  .thanks-page .thanks-page__wrapper {
    width: 760px;
    margin: 0 0 4px 0;
  }
}
.search {
  padding-top: 4px;
  position:fixed;
  top:0px;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 4005;
  background-color: rgba(0,0,0,0.4);
}
.search .search__wrapper {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}
.search .search__input-wrapper {
  position: relative;
}
.search .search__input-wrapper input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #939393;
  border-radius: 5px;
  padding: 15px 15px;
  width: 100%;
  padding-left: 34px;
}
.search .search__input-wrapper input:focus {
  border-color: #212222;
}
.search .search__input-wrapper input:hover {
  border-color: #212222;
}
.search .search__input-wrapper input:active {
  border-color: #212222;
}
.search .search__input-wrapper:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 20px;
  height: 20px;
  background: url("../img/icon-search.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.search button {
  border: none;
  cursor: pointer;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  height: 49px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f04d52;
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .search {
    padding-top: 10px;
  }
  .search .search__wrapper {
    padding: 30px 30px;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .search .search__wrapper button {
    width: 194px;
    margin-top: 0;
  }
  .search .search__wrapper .search__input-wrapper {
    width: calc(100% - 204px);
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .search .search__wrapper {
    margin: 0 auto;
    padding: 0 30px;
    padding-top: 30px;
    min-width: 1000px;
    max-width: 1160px;
  }
}
.search__input-close {
  position: absolute;
  cursor: pointer;
  display: none;
  right: 14px;
  top: 13px;
  width: 25px;
  height: 22px;
  background: url(../img/order-form__close-btn.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.header__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
  height: 70px;
}
.header__wrapper .header__menu {
  display: block;
  cursor: pointer;
  text-decoration: none;
  width: 24px;
  height: 18px;
  background: url("../img/header__menu-btn.png") center;
}
.header__wrapper .header__img--wrapper {
  position: absolute;
  top: 10px;
  left: calc(50% - 25px);
}
.header__wrapper .header__img--wrapper img {
  width: 50px;
  height: 50px;
}
.header__wrapper .nav-bar {
  display: none;
}
.header__wrapper .header__search {
  margin-left: auto;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  background: url("../img/icon-search.png") no-repeat center center;
  background-size: 20px;
}
.header__wrapper .header__search:hover {
  opacity: 0.6;
}
.header__wrapper .header__cart {
  cursor: pointer;
  width: 30px;
  position: relative;
  height: 30px;
  background: url("../img/icon-cart.png") no-repeat center center;
}
@media (min-width: 768px) {
  .header__wrapper {
    height: 85px;
    padding: 10px 30px;
  }
  .header__wrapper .header__search {
    margin-right: 20px;
    background: url("../img/icon-search-big.png") no-repeat center center;
  }
  .header__wrapper .header__img--wrapper img {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 768px) {
  .header__wrapper .header__search {
    margin-right: 32px;
  }
  .header__wrapper .header__menu {
    width: 32px;
    height: 24px;
    background: url("../img/header__menu-big-btn.png") center;
  }
}
@media (min-width: 1024px) {
	#right-col.fixed{
		position: fixed;
		top:20px;
	}
  header {
    background-color: #ffffff;
  }
  header .header__wrapper {
    height: 122px;
    margin: 0 auto;
    padding: 0 30px;
    min-width: 1000px;
    max-width: 1160px;
  }
  header .header__wrapper .header__search {
    margin-left: 12%;
    margin-right: 0;
  }
  header .header__wrapper .header__menu {
    display: none;
  }
  header .header__wrapper .header__img--wrapper {
    bottom: 20px;
    top: 20px;
    left: auto;
  }
  header .header__wrapper .header__img--wrapper img {
    width: 80px;
    height: 80px;
  }
  header .header__wrapper .nav-bar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-left: 10px;
  }
  header .header__wrapper .nav-bar a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-right: 14px;
    color: #212222;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    font-family: 'Panton', sans-serif;
  }
  header .header__wrapper .nav-bar a:hover {
    color: #f04d52;
  }
  header .header__wrapper .nav-bar li:last-child {
    margin-left: 90px;
  }
  header .header__cart {
    position: relative;
  }

}

header .header__cart span {
    position: absolute;
    right: -2px;
    top: -2px;
   display: block;
   	padding: 0px;
    font-size: 10px;
    font-family: 'Panton', sans-serif;
    line-height: 16px;
    text-align: center;
    background-size: cover;
    width: 16px;
    height: 16px;
    color: #ffffff;
    background-color: #212222;
    border-radius: 50%;
  }

.cart-page__total--text {
  padding-left: 36px;
  background: url("../img/order-form__total-info.png") no-repeat 0px 4px;
  padding-bottom: 20px;
}
.cart-page__order--close-btn {
  font-size: 14px;
  line-height: 16px;
  color: #f04d52;
  text-decoration: none;
  position: absolute;
  bottom: 2px;
  right: 8px;
}
.cart-page__total-btn {
  border: none;
  display: block;
  text-align: center;
  padding: 14px 0;
  text-decoration: none;
  background-color: #f04d52;
  border-radius: 5px;
  height: 44px;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Panton', sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.order-form__ribbon--footer {
  margin-top: 80px;
  height: 10px;
  background: #ffffff;
  width: 100%;
}
.cart-page {
  background-color: #f6f6f6;
}
.cart-page .cart-page__wrapper {
  padding: 30px 20px 20px 20px;
  margin-bottom: 2px;
  background-color: #ffffff;
}
.cart-page .cart-page__main-heading {
  background-color: transparent;
}
.cart-page .cart-page__wrapper:nth-child(5) {
  margin-bottom: 10px;
}
.cart-page .cart-page__order-info--wrapper,
.cart-page .cart-page__order-del--wrapper,
.cart-page .cart-page__order-payment--wrapper,
.cart-page .cart-page__order-contacts--wrapper {
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.cart-page .cart-page__order-info--wrapper div:nth-child(odd),
.cart-page .cart-page__order-del--wrapper div:nth-child(odd),
.cart-page .cart-page__order-payment--wrapper div:nth-child(odd),
.cart-page .cart-page__order-contacts--wrapper div:nth-child(odd) {
  color: #939393;
  margin-top: 20px;
}
.cart-page h1,
.cart-page h2 {
  text-transform: uppercase;
}
.cart-page h1 {
  font-family: 'Panton', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.cart-page h2 {
  font-family: 'Panton', sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.cart-page .cart-page__order--wrapper {
  position: relative;
  display: flex;
  min-height: 88px;
  justify-content: space-between;
}
.cart-page .cart-page__order--wrapper .cart-page__order--artist-name {
  text-transform: uppercase;
  font-family: 'Panton', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #f04d52;
  cursor: pointer;
}

.cart-page .cart-page__order--wrapper .cart-page__order--artist-name a{
	    color: #f04d52;
}
.cart-page .cart-page__order--wrapper .cart-page__order--year {
  font-family: 'Roboto', sans-serif;
  color: #212222;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.cart-page .cart-page__order--wrapper img {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-top: -10px;
  cursor: pointer;
}
.cart-page .cart-page__order--wrapper .cart-page__img-link:hover {
  filter: none !important;
  -webkit-filter: none !important;
}
.cart-page .cart-page__order--wrapper .cart-page__order--info {
  position: absolute;
  width: 130px;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
}
.cart-page .cart-page__order--wrapper .cart-page__order--info span:first-child {
  font-family: 'Roboto', sans-serif;
  color: #939393;
  font-size: 16px;
  line-height: 18px;
}
.cart-page .cart-page__order--wrapper .cart-page__order--info span:last-child {
  font-family: 'Panton', sans-serif;
  font-weight: bold;
  color: #212222;
  font-size: 16px;
  line-height: 18px;
  margin-left: 20px;
}
.cart-page .cart-page__order--wrapper .cart-page__order--additional {
  display: none;
}
.cart-page .cart-page__total {
  display: block;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #212222;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .cart-page {
    padding: 0 30px;
  }
  .cart-page .cart-page__total {
    position: relative;
  }
  .cart-page .cart-page__total-btn {
    width: 100%;
  }

  .cart-page__total-btn:hover{
	  color: #fff;
  }
  .cart-page .cart-page__wrapper {
    margin-bottom: 4px;
    padding: 40px 30px 30px 30px;
  }
  .cart-page .cart-page__wrapper h1 {
    margin-left: -30px;
  }
  .cart-page .cart-page__order--close-btn {
    right: auto;
    left: 120px;
    bottom: 0;
  }
  .cart-page .cart-page__order--wrapper {
    justify-content: flex-start;
    min-height: 180px;
  }
  .cart-page .cart-page__order--wrapper img {
    order: 2;
    margin-top: -10px;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-left: -1px;
    padding-left: 1px;
  }
  .cart-page .cart-page__order--wrapper .cart-page__order {
    order: 3;
    max-width: calc(100% - 300px);
  }
  .cart-page .cart-page__order--wrapper .cart-page__order--artist-name {
    margin-bottom: 4px;
  }
  .cart-page .cart-page__order--wrapper .cart-page__order--info {
    width: 160px;
    bottom: auto;
    left: auto;
    right: 0;
    top: -3px;
  }
  .cart-page .cart-page__order--wrapper .cart-page__order--info span:first-child {
    margin-right: 30px;
  }
  .cart-page .cart-page__order--wrapper .cart-page__order--additional {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #212222;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart-page .cart-page__total-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 260px;
  }
}
@media (min-width: 1024px) {
  .right-col .cart-page__wrapper {
    padding-top: 30px;
  }
  .cart-page {
    position: relative;
    display: flex;
    padding: 0;
  }
  .cart-page .right-col {
    height: 100%;
  }
  .cart-page .right-col {
    top: 14px;
    position: sticky;
    position: -webkit-sticky;
    right: auto;
  }
  .cart-page .cart-page__total--text {
    padding-left: 50px;
    background: url("../img/order-form__total-info.png") no-repeat 10px 0px;
  }
  .cart-page__ribbon {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    margin-bottom: 30px;
  }
  .cart-page {
    min-width: 964px;
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .cart-page h1 {
    font-size: 30px;
    line-height: 32px;
    margin-left: -26px;
  }
  .left-col {
    margin-right: 20px;
    width: calc(71% - 10px);
  }
  .right-col {
    width: calc(29% - 10px);
  }
}
@media (min-width: 1024px) and screen and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .cart-page .right-col {
    top: 0;
    position: relative;
  }
  .cart-page .right-col-ie-fixed {
    position: fixed;
    top: 14px;
    padding-right: 18px;
  }
}
.order-page__footer {
  background-color: #f6f6f6;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
}
.order-page__footer .main-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
.order-page__footer .main-info__list a {
  display: inline-block;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #f04d52;
}
.order-page__footer-social a {
  width: 34px;
  height: 34px;
  margin-right: 6px;
}
.main-info__list li {
  margin-bottom: 8px;
}
.main-info__list li:last-child {
  margin-bottom: 0;
}
.order-page__footer h2 {
  display: block;
  font-family: 'Panton', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #212222;
  vertical-align: baseline;
  margin-bottom: 10px;
}
.order-page__footer-sub-social > div {
  margin-bottom: 30px;
}
.order-page__footer-sub-social h2 {
  margin-bottom: 18px;
}
.order-page__footer-sub input {
  width: 100%;
  padding: 14px 10px;
  margin-bottom: 8px;
  border: 2px solid #212222;
}
.order-page__footer-sub button {
  display: inline-block;
  width: 100%;
  height: 44px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 28px;
  background-color: #212222;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order-page__footer {
    padding: 46px 30px;
    flex-direction: row;
    justify-content: space-between;
  }
  .order-page__footer-sub-social {
    width: 398px;
  }
  .order-page__footer-sub input {
    display: inline-block;
    width: 260px;
    height: 44px;
    float: left;
    margin-right: 10px;
  }
  .order-page__footer-sub button {
    display: inline-block;
    width: 125px;
    height: 44px;
  }
}
@media (min-width: 1024px) {
  .order-page__footer {
    margin: 0 auto;
    padding: 46px 30px;
    min-width: 1000px;
    max-width: 1160px;
  }
  .order-page__footer-sub-social,
  .order-page__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .order-page__footer-sub-social {
    min-width: 74%;
  }
  .order-page__footer-sub input {
    display: inline-block;
    width: 260px;
    height: 44px;
    float: left;
    margin-right: 10px;
  }
  .order-page__footer-sub button {
    display: inline-block;
    width: 125px;
    height: 44px;
  }
  .order-page__footer-sub-social h2 {
    margin-bottom: 18px;
  }
  .order-page__footer-sub-social > div {
    margin-bottom: 0;
  }
  .order-page__footer .main-info__list {
    margin-bottom: 0;
  }
}



.page-order h1,
.page-order h2 {
  text-transform: uppercase;
}
.order-form__ribbon--footer,
.order-form__ribbon {
  width: 100%;
  background-color: #ffffff;
}
.order-form__ribbon {
  height: 4px;
  display: none;
  margin-bottom: 30px;
}
.order-form__ribbon--footer {
  height: 10px;
}
button:hover,
.cart-page__total-btn:hover,
.cart-page__order--artist-name a:hover,
.cart-page__order--close-btn:hover,
.order-form__personal-data a:hover,
.order-form-cart:hover,
.main-info__link:hover,
div[class*="btn-close"]:hover,
div[class*="select-close"]:hover {
  filter: saturate(300%) !important;
  -webkit-filter: saturate(300%) !important;
}
@media (min-width: 1px) and (max-width: 768px) {
	#bx-soa-order-form{
		margin-left: -20px;
		margin-right: -20px;
	}
  .order-form__ribbon--footer {
    display: block;
  }
}
.page-order__heading {
  padding: 0;
  margin-top: 26px;
  margin-left: 20px;
  margin-bottom: 16px;
  font-family: 'Panton', sans-serif;
  font-size: 18px;
  line-height: 20px;
  background-color: #f6f6f6;
  white-space: nowrap;
}
.order-form-cart {
  display: none;
}
.order-right-col {
  margin-bottom: 80px;
}

.cart-page{
		margin-left: -20px;
		margin-right: -20px;
	}


@media (min-width: 768px) {
	.cart-page{
		margin-left:0px;
		margin-right: 0px;
	}
	#basket_form_new{

	}
  .order-right-col {
    margin-bottom: 80px;
  }
  .order-form__total-info {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 20px;
  }
  .page-order__heading {
    margin-left: 28px;
    margin-top: 35px;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
	#basket_form_new{
	display: flex;
	position: relative;
	width: 100%;
}

#bx-soa-order-form{
	display: flex;
}


  .order-form__total-info {
    margin-right: 0;
    padding-right: 0;
  }
  .order-form__ribbon--footer {
    margin-top: 100px;
  }
  .page-order__heading {
    line-height: 32px;
    margin-left: 0;
    font-size: 30px;
    margin-top: 14px;
  }
  .order-form__ribbon {
    display: block;
  }
  .order-form-cart {
    display: inline-block;
    color: #f04d52;
    font-size: 12px;
    line-height: 16px;
    margin-right: auto;
    text-decoration: none;
    margin-top: 28px;
    margin-left: 0;
    margin-right: 20px;
  }
  .order-form__mail--toggle {
    border-bottom: 4px solid #f6f6f6;
  }
}
.order-form__del--toggle {
  display: block;
}
.order-form__mail-address--index {
  display: block;
}
.order-form__mail--toggle {
  border-bottom: 4px solid #f6f6f6;
  display: block;
}
.order-form__mail--toggle-footer {
  display: block;
  border-bottom: none;
}
.order-form__mail-address--name {
  display: block;
}





#bx-soa-order-form.filled .order-form__type-of-payment--heading:before,#bx-soa-order-form.filled .order-form__disc-promo--heading:before, #bx-soa-order-form.filled .order-form__contacts--heading:before{

    background-color: #f04d52;
    color: #ffffff;
}

.order-form__type-of-payment--tab label{
	margin-top: 0px;
	cursor: pointer;
}


.input-success-text{
	display: block;
}

#order-form__disc--value{
	margin-bottom: 10px;
}

.discounts_block{
	display: none;
}
.filled .discounts_block{
	display: block;
}

.order-form__promo--form{
	display: none;
}

.discounts_block input[type="checkbox"]:checked + label + div{
	display: block;
}

.order-form__del--select-list p{
	margin: 0px;
}

.input-text-error{
	display: none;
}

.order-form__input-error .input-text-error{
	display: block;
}

.order-form__del--toggle{
	display: none;
}

.filled .order-form__del--toggle{
	display: block;
}

.filled  .order-form__submit-btn{
	background-color: #f04d52;
}

.filled  .order-form__submit-btn:hover{
		filter: saturate(300%) !important;
    -webkit-filter: saturate(300%) !important;
}

.filled .order-form__type-of-payment--heading, .filled .order-form__disc-promo--heading, .filled .order-form__disc-promo--heading, .filled .order-form__contacts--heading{
	color: #212222;
}

.thanks-page{
	padding: 0px;
}

.cart-page{
	padding: 0px;
}

.empty_cart{
	height: 285px;
    padding: 30px 30px 30px 30px;
    background-color: #fff;
    width: 100%;
    font-size: 16px;
}



@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


    .order-form .ajax-filter {
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(240, 240, 240, 0.8); }

  .order-form .ajax-icon {
    position: fixed;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 6px solid #fff;
    border-top: 6px solid #f04d52;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }
    .order-form.loading .ajax-filter {
    visibility: visible;
    opacity: 1;
}

.section:last-child{
	padding-top: 0px;
}
.order-form__type-payment--option{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
}
.order-form__input--wrapper.post-index.ADDRESS{
	margin-bottom: 0px;
}
