html, body {
  font-size: 16px;
  font-family: Arial, Sans-serif;
  padding: 0px;
  margin: 0px;
  overscroll-behavior: none;
}

input, select, textarea {
  outline: none;
}
input:focus, select:focus, textarea:focus {
  outline: auto;
  outline-color: darkkhaki;
}
input::placeholder, select::placeholder, textarea::placeholder {
  font-size: 12px;
  vertical-align: middle;
}

@-webkit-keyframes autofill {
  0%, 100% {
    color: #000;
    background: #fff;
  }
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.wide {
  overflow: scroll;
  max-width: 1046px;
  margin: auto;
  padding: 0px 2em;
}

.header {
  z-index: 1;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 45px;
}
.header .back-title {
  display: none;
}
.header img {
  display: none;
}
.header .wrapper {
  max-width: 1046px;
  margin: auto;
}
.header .back {
  cursor: pointer;
  height: 45px;
  padding-left: 1.2em;
}
.header .back svg {
  margin-top: 0.75em;
}
.header .logo {
  display: none;
}
.header .logo img {
  width: 156px;
}
.header h1.title {
  margin: -44px 0px 0px 50px;
  font: 1em/45px Arial, Sans-serif;
  vertical-align: middle;
}

.loading {
  position: absolute;
  background: transparent;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  z-index: 3;
}
.loading img {
  top: 50%;
  position: relative;
  margin-top: -50%;
}

.content {
  padding: 50px 0.7em 177px;
  max-width: 530px;
  margin: auto;
}
.content h2 {
  font-weight: bold;
}
.content .form h2 {
  font-weight: bold;
}

.select-input-arrow {
  background: url(/images/arrow.svg) no-repeat center;
  right: 5px;
  top: 7px;
  display: block;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.select-input-area {
  box-sizing: border-box;
  top: 35px;
  right: 0;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
  display: block;
  position: absolute;
  z-index: 20;
  border: 1px solid #CCC;
  border-top: 0px;
  max-height: 200px;
  overflow: auto;
  padding: 10px 0 10px 0;
}

.step4 {
  margin-top: 35px;
}

#showBlcokAdress {
  margin-top: 0px;
  padding-top: 0px;
}
#showBlcokAdress .content {
  background-color: #fff;
  border-radius: 3px;
}
#showBlcokAdress .content input {
  background-color: #fff;
}
#showBlcokAdress .content input.error-border {
  background-color: #f9f6d3 !important;
}
#showBlcokAdress .content .street-type-selector {
  height: 35px;
}
#showBlcokAdress .noInfo.content {
  background-color: #fff5f5;
  border-radius: 3px;
}

.progress {
  position: fixed;
  top: 35px;
  right: 0.7em;
  left: 0.7em;
  margin: 0px 0em;
  background-color: #fff;
  z-index: 1;
}
.progress .green {
  background-color: #00B04D;
}
.progress .green .arrowB {
  border-left: 0.15em solid #00B04D;
}
.progress .green .arrowC {
  border-left: 0.3em solid #00B04D;
}
.progress .gray {
  background-color: #CCCCCC;
}
.progress .gray .arrowB {
  border-left: 0.15em solid #CCCCCC;
}
.progress .gray .arrowC {
  border-left: 0.3em solid #CCCCCC;
}
.progress .step {
  margin-top: 10px;
  margin-left: 0.3%;
  padding-top: -0.5em;
  width: 33%;
  height: 0.7em;
  float: left;
}
.progress .step div {
  width: 0px;
  height: 0px;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}
.progress .step .arrowA {
  float: left;
  border-left: 0.15em solid #fff;
}
.progress .step .arrowB, .progress .step .arrowC {
  float: right;
  background-color: #fff;
}

.dispatch {
  font-size: 0.85em;
  margin-bottom: 1em;
  background-color: #f6f6d2;
  padding: 10px 10px;
}

.delivery-plan {
  margin-bottom: 10px;
}
.delivery-plan span {
  border-bottom: dashed 1px #000;
  position: relative;
  cursor: pointer;
}
.delivery-plan span:hover div {
  display: block;
}
.delivery-plan span div {
  position: absolute;
  padding: 1em;
  font-size: 16px;
  text-align: left;
  background: white;
  border: 1px solid #eeeeee;
  max-width: 350px;
  width: 350px;
  color: #9f9f9f !important;
  z-index: 2;
  display: none;
}

.present .action-block {
  margin-right: 15px;
}
.present .subtract {
  display: none;
}
.present .add {
  display: none;
}

.product {
  padding-left: 0.1em;
  clear: both;
  overflow: hidden;
  margin: 0.2em 0px;
}
.product a {
  text-decoration: none;
}
.product a:hover {
  text-decoration: underline;
  text-decoration-color: #0D3B04;
}
.product h2 {
  margin: 0em 0px 0.15em 0px;
  padding: 0px;
  font-size: 1.1em;
  font-weight: 400;
  color: #0D3B04;
  min-width: 33px;
  margin-left: 58px;
}
.product .action-block {
  float: right;
}
.product div {
  float: left;
}
.product .avatar {
  width: 50px;
  height: 50px;
  background: #ddd;
}
.product .sku {
  display: block;
  float: left;
  width: 15%;
  padding: 0em 0.5em;
  margin-top: 0em;
}
.product .sku span {
  display: inline;
}
.product .sku .value {
  font-weight: 300;
  font-size: 0.9em;
  margin-top: 0.15em;
}
.product .sku .gray {
  color: #CCCCCC;
  font-size: 0.75em;
}
.product .count {
  float: right;
  width: 100px;
  margin-right: 0.2em;
}
.product .count input {
  border: 1px solid #CCCCCC;
  height: 22px;
  padding: 0px;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  font-size: 1em;
}
.product .count .input {
  width: 40px;
  height: 27px;
  display: inline-block;
}
.product .count .subtract {
  width: 27px;
  height: 27px;
  /*margin:1.5em .5em 0px 0px;*/
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.product .count .add {
  width: 27px;
  height: 27px;
  margin: 0em 0px 0px 0.2em;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.product .count .add svg {
  margin-top: 7px;
}
.product .subtotal, .product .price {
  float: right;
  margin-top: 0.25em;
  margin-right: 0.5em;
  min-width: 87px;
  font-size: 1em;
  text-align: right;
}
.product .subtotal .gray, .product .price .gray {
  color: #CCCCCC;
  font-size: 0.75em;
}
.product .drop {
  float: right;
  padding-top: 0.4em;
  width: 15px;
  cursor: pointer;
}

.mobileByBtn {
  display: none;
}
.mobileByBtn .total .text {
  text-transform: math-auto;
  font-weight: 400;
}

.checkout, .mobileByBtn {
  position: fixed;
  bottom: 0px;
  /*height:102px;*/
  width: 100%;
  background: #f6f6f6;
  text-align: center;
}
.checkout .btn input, .checkout .btn button, .mobileByBtn .btn input, .mobileByBtn .btn button {
  cursor: pointer;
  background-color: #00B04D;
  color: #fff;
  border: 0px;
  font-size: 16px;
  height: 2.2em;
  width: 180px;
  border-radius: 0.25em;
  margin-top: 0.6em;
  outline: none;
}
.checkout .btn input:hover, .checkout .btn button:hover, .mobileByBtn .btn input:hover, .mobileByBtn .btn button:hover {
  background-color: #14B65B;
}
.checkout .btn input:active, .checkout .btn button:active, .mobileByBtn .btn input:active, .mobileByBtn .btn button:active {
  background-color: #00A247;
}
.checkout .btn button span, .mobileByBtn .btn button span {
  line-height: 2em;
  vertical-align: top;
}
.checkout .btn svg, .mobileByBtn .btn svg {
  transform: rotate(180deg);
  margin-top: 0.25em;
  height: 24px;
  width: 24px;
}

.step2 .checkout .inactive button {
  background-color: #CCCCCC;
}
.step2 .checkout .inactive button:hover {
  background-color: #D0D0D0;
}
.step2 .checkout .inactive button:active {
  background-color: #BCBCBC;
}

.total {
  margin-top: 0.5em;
}
.total .text {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.5em;
  position: relative;
  top: -1px;
}
.total .value {
  font-size: 1.5em;
  color: #009240;
}
.total .currency {
  font-size: 0.8em;
  color: #009240;
}

.old {
  text-decoration: line-through;
}

.form {
  margin: auto;
  margin-top: 0.5em;
  padding: 0.88em;
  max-width: 360px;
}
.form h2 {
  font-size: 1em;
  font-weight: normal;
  color: #1b1b1b;
  margin: 0em 0em 0.88em 0em;
}
.form .uncompleted {
  background: #fffce2 !important;
  /*border:1px solid #d50000 !important;*/
}
.form .error-border {
  border: 1px solid red !important;
  /*border:1px solid #d50000 !important;*/
}
.form .description {
  color: #767676;
  font-size: 0.7em;
  margin-bottom: 0.88em;
}
.form .field-row {
  margin-bottom: 0.5em;
  clear: both;
}
.form .field-title {
  font-size: 0.7em;
  display: inline-block;
  width: 29%;
  float: left;
  text-align: right;
  padding-top: 0.6em;
  white-space: nowrap;
}
.form input {
  border: 1px solid #aaa;
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  font-size: 0.75em;
  padding: 0 10% 0 0.5em;
  margin-left: 2px;
  width: 69%;
}
.form .good {
  background: url("/images/adapt/Vector.svg") no-repeat right 5px center;
}
.form .house input.good, .form #flat {
  background: none;
}
.form .zipcode {
  min-width: 60px;
  margin-left: 2%;
}
.form .zipcode .text-right {
  text-align: left !important;
}
.form .zipcode input {
  width: 31%;
}
.form .zipcode input.kz {
  width: 39% !important;
}

#phoneCountryCode {
  width: 40px;
  display: inline-block;
  text-align: center;
}

#phoneCode {
  width: 40px;
}

#phoneDigits {
  width: 39%;
}

#phone::placeholder {
  font-size: 1em;
}

#streetType {
  width: 56px;
  background: transparent;
  z-index: 2;
  height: 26px;
  -webkit-appearance: none;
  padding: 0px 0px 0px 5px;
  position: relative;
  top: 0px;
  color: #000 !important;
  border: 1px solid #aaa;
  border-radius: 0px;
}

#regionId, #areaId {
  border: 1px solid #aaa;
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  font-size: 0.75em;
  padding: 0 0.5em;
  margin-left: 0.2em;
  width: 69%;
  border-radius: 0px;
  background: #fff;
  padding-left: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#regionId::-ms-expand, #areaId::-ms-expand {
  display: none;
}

select {
  color: #757575;
}

select.black {
  color: #000;
}

#street {
  width: 48.8%;
}

#house {
  width: 15%;
  margin-left: 0.5em;
  padding: 0 4px;
  text-align: center;
}

#building {
  width: 15%;
  padding: 0 4px;
  text-align: center;
  background: #fff;
}

#building:focus-within {
  background: #fff;
}

#flat {
  width: 15%;
  text-align: center;
  padding: 0px 0.5px 0px 0.2em;
}

.house span {
  font-size: 0.7em;
  display: inline-block;
  width: 8%;
}

.house span.red {
  font-size: 1em;
}

.step1 .max-dispatch {
  margin: 0.7em 0em 1.5em;
  position: relative;
  color: rgb(181, 181, 181);
}
.step1 .max-dispatch span {
  color: #4f7c00;
  cursor: pointer;
}
.step1 .min-total {
  position: relative;
  margin: 0.2em 0em 0.8em;
  color: #9f9f9f;
  cursor: pointer;
}
.step1 .min-total .inline {
  display: inline-block;
  border-bottom: 1px dashed #9f9f9f;
  font-size: 0.85em;
}
.step1 .min-total span {
  color: #000;
  cursor: pointer;
}
.step1 .checkout .min-total {
  margin-top: 1em;
  display: none;
}

.max-dispatch-notice, .min-total-notice, .checkout-btn-notice {
  position: absolute;
  padding: 1em;
  font-size: 16px;
  text-align: justify;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(238, 238, 238);
  max-width: 250px;
  width: 250px;
  color: #9f9f9f !important;
  z-index: 2;
}

.step2 .total, .step3 .total {
  margin-top: 1.3em;
  text-align: right;
}
.step2 .total .text, .step3 .total .text {
  float: left;
  top: 0.6em;
  font-size: 18px;
}
.step2 .total .value, .step3 .total .value {
  font-size: 32px;
}
.step2 .total .currency, .step3 .total .currency {
  font-size: 16px;
  font-weight: bold;
}

.step2 .content {
  padding-bottom: 0px;
}
.step2 .login-form .close {
  margin-right: -1.2em;
  cursor: pointer;
}
.step2 .login-form .login-pass, .step2 .login-form .login-submit, .step2 .login-form .login-close {
  display: none;
}
.step2 .login-form .login-pass .notice, .step2 .login-form .login-submit .notice, .step2 .login-form .login-close .notice {
  color: #767676;
  font-size: 14px;
  margin-bottom: 0px;
}
.step2 .login-form .login-pass .error {
  font-size: 14px;
  margin: 0.5em 0px 0px 31%;
}
.step2 .login-form .login-submit {
  margin-top: 0px;
}
.step2 .login-form .login-submit .field-title {
  float: none;
  width: auto;
}
.step2 .login-form .login-submit .field-title a {
  color: #4f7c00;
  font-size: 14px;
}
.step2 .login-form .login-submit input {
  width: 90px;
  margin-left: 20px;
  cursor: pointer;
  background-color: #00B04D;
  color: #fff;
  border: 0px;
  font-size: 16px;
  height: 2.2em;
  border-radius: 0.25em;
  outline: none;
}
.step2 .login-form.opened {
  padding: 0.5em 1.6em 0.8em 1.2em;
  margin-bottom: 0.8em;
  background: #bfe6d0;
}
.step2 .login-form.opened .login-pass, .step2 .login-form.opened .login-submit, .step2 .login-form.opened .login-close {
  display: block;
}
.step2 .phone .notice {
  text-align: left;
}
.step2 .regionId, .step2 .areaId, .step2 .street {
  position: relative;
}
.step2 .regionId svg, .step2 .areaId svg, .step2 .street svg {
  position: absolute;
  top: 0px;
  right: 0.1em;
}
.step2 .black {
  color: #000;
}
.step2 .checkout {
  background: #fff;
  height: 60px;
  position: relative;
}
.step2 .checkout button {
  margin-left: 2.6em;
}
.step2 .phone {
  position: relative;
}
.step2 .phone-container-mask {
  position: absolute;
  top: 10.5px;
  left: 34%;
}
.step2 .phone-container {
  width: 68.5%;
  margin-left: 31%;
  text-align: left;
  border: 1px solid #aaa;
}
.step2 .phone-container input {
  padding: 0px;
  min-width: 1px !important;
  text-align: center;
  border: 0px;
  outline: none !important;
}
.step2 .street-type-selector {
  position: relative;
  display: inline-block;
  height: 26px;
  background: #fff;
}
.step2 .street-type-selector svg {
  position: absolute;
  top: 0px;
  right: 0px;
}

.fastOrder .checkout {
  background: #fff;
  height: 60px;
  position: relative;
}
.fastOrder .checkout button {
  margin-left: 2.6em;
}
.fastOrder .zipcode, .fastOrder .regionId, .fastOrder .areaId, .fastOrder .city, .fastOrder .street, .fastOrder .house {
  display: none;
}

.oneClickFinish .content {
  text-align: center;
  position: relative;
}
.oneClickFinish .content .close {
  position: absolute;
  right: -40px;
  top: 0px;
  cursor: pointer;
}

#phone-code {
  width: 33px !important;
  padding-left: 47px;
}

#phone-part1 {
  width: 33px !important;
}

#phone-part2 {
  width: 22px !important;
}

#phone-part3 {
  width: 22px !important;
}

.step3 h2 {
  font-size: 1em;
  font-weight: bold;
}
.step3 h3 {
  color: #009240;
  font-size: 1em;
  font-weight: 400;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}
.step3 .content {
  padding-bottom: 60px;
}
.step3 .checkout {
  background: #f6f6f6;
  height: 60px;
  position: fixed;
}
.step3 .compact {
  overflow: hidden;
  height: 0.75em;
}
.step3 .info {
  position: relative;
}
.step3 .info .phone {
  margin-left: 1.7em;
}
.step3 .info .toggle {
  position: absolute;
  top: 0.7em;
  left: 0.5em;
}
.step3 .info .edit {
  position: absolute;
  top: 0.8em;
  right: 1em;
  border-bottom: 1px dashed #0A246A;
  cursor: pointer;
}
.step3 .info div {
  margin-bottom: 0.5em;
}
.step3 .delivery input[type=radio], .step3 .payment input[type=radio] {
  border: 1px solid #38b36c;
  zoom: 1.3;
  cursor: pointer;
  vertical-align: top;
}
.step3 .delivery .checked span, .step3 .payment .checked span {
  color: #3aa756;
}
.step3 .delivery .checked label, .step3 .payment .checked label {
  font-weight: bold;
}
.step3 .delivery .checked .choose-point .green, .step3 .payment .checked .choose-point .green {
  background: #f9f6d3;
  padding: 0.3em 0.5em;
  display: inline-block;
}
.step3 .delivery .vopros, .step3 .payment .vopros {
  color: #3aa756;
  border: solid 1px #3aa756;
  border-radius: 40px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.step3 .delivery .hideText, .step3 .payment .hideText {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 10;
  font-size: 12px;
  max-width: 230px;
  font-size: 12px;
  border-radius: 5px;
  line-height: 20px;
  cursor: pointer;
  font-weight: normal;
  margin: -25px 0 0 0;
  left: 145px;
}
.step3 .delivery .vopros:hover + .hideText, .step3 .payment .vopros:hover + .hideText {
  display: block;
}
.step3 .delivery .hideText:hover, .step3 .payment .hideText:hover {
  display: block;
}
.step3 .delivery .loader img, .step3 .payment .loader img {
  display: inline-block;
}
.step3 .delivery img, .step3 .payment img {
  width: 20px;
  margin: 0 10px;
  vertical-align: middle;
  display: none;
}
.step3 .delivery div, .step3 .payment div {
  /*margin-left:1em;*/
  margin-bottom: 0.7em;
}
.step3 .delivery div label, .step3 .payment div label {
  display: inline-block;
  margin-left: 10px;
  padding-top: 4px;
}
.step3 .delivery .choose-point, .step3 .payment .choose-point {
  margin-left: 0px !important;
  margin-top: 0.5em;
}
.step3 .delivery .choose-point span, .step3 .payment .choose-point span {
  text-decoration: underline;
}

.map1 {
  height: 85vh;
}
.map1 .content {
  height: 100%;
  padding: 0em 1.5em 2em;
  position: relative;
}
.map1 .content .close {
  position: absolute;
  top: 0.7em;
  right: 1.5em;
  cursor: pointer;
}
.map1 .content h2 {
  font: 1em/45px Arial, Sans-serif;
  margin: 0px;
}
.map1 .content .search-map {
  display: table;
  width: 300px;
  max-width: 100%;
  margin: 0 0 10px 0;
}
.map1 .content .search-map > div {
  display: table-cell;
  vertical-align: top;
}
.map1 .content .search-map > div:nth-child(2) {
  width: 80px;
}
.map1 .content .search-map > div:nth-child(2) a {
  height: 30px;
  background: #009240;
  line-height: 30px;
  color: #FFF;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.map1 .content .search-map input[type=text] {
  height: 30px;
  border: 1px solid #CCC;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}
.map1 .content .search-map #search-result-area {
  position: absolute;
  z-index: 10;
  overflow: auto;
  max-height: 200px;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.map1 .content .search-map #search-result-area a {
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #009240;
  cursor: pointer;
}
.map1 .content .search-map #search-result-area a:last-child {
  border-bottom: 0px;
}
.map1 .content .search-map #search-result-area .inf {
  padding: 10px;
  font-size: 14px;
}
.map1 .content .points-map {
  height: 40vh;
  width: 100%;
}
.map1 .content .points-list {
  height: 50vh;
  overflow: auto;
}
.map1 .content .points-list .block {
  cursor: pointer;
  font-size: 15px;
  padding: 0.6em 1.2em;
  border: 1px solid #ccc;
  border-top: 0px;
}
.map1 .content .points-list .block:hover {
  background: rgba(39, 172, 30, 0.1);
}
.map1 .content .points-list .block:nth-child(0) {
  border-top: 1px solid #ccc;
}
.map1 .content .points-list .green {
  margin-top: 0.6em;
  font-size: 14px !important;
}
.map1 .content .points-list .border {
  border-bottom: 1px solid #F87D34;
  background: rgba(39, 172, 30, 0.1);
  font-size: 18px;
}
.map1 .content .point-descr {
  font-size: 0.88em;
}
.map1 .content .point-descr .navigation {
  cursor: pointer;
  background: #f7f7f7;
  border: 1px solid #ccc;
}
.map1 .content .point-descr .navigation .back {
  display: inline-block;
  width: 2em;
}
.map1 .content .point-descr .navigation .back svg {
  margin-left: 0.8em;
  height: 0.7em;
}
.map1 .content .point-descr .navigation h2 {
  display: inline-block;
  color: #444;
}
.map1 .content .point-descr .row {
  margin: 1em 0.5em;
  max-width: 360px;
}
.map1 .content .point-descr .title {
  font-weight: bold;
}
.map1 .content .point-descr .btn button {
  cursor: pointer;
  background-color: #00B04D;
  color: #fff;
  border: 0px;
  font-size: 18px;
  height: 3.2em;
  width: 315px;
  border-radius: 0.25em;
  margin-top: 0.6em;
  outline: none;
}
.map1 .content .point-descr .btn button span {
  line-height: 2em;
  vertical-align: top;
}
.map1 .content .point-descr .btn svg {
  transform: rotate(180deg);
  margin-top: 0.38em;
  height: 24px;
  width: 24px;
}
.map1 .content .point-descr .work-hours div {
  padding: 0.35em 0.6em;
  font-size: 0.87em;
}
.map1 .content .point-descr .work-hours .gray {
  background: #f2f2f2;
}
.map1 .content .point-descr .work-hours span {
  float: right;
}

.finish .animateA {
  transform: translateX(100px);
}
.finish .animateB {
  transform: scale(0.5);
}
.finish .animateA2 {
  transform: translateX(0);
}
.finish .animateB2 {
  transform: scale(1);
  transform: translateY(0);
}
.finish h2 {
  font-size: 3em;
  transform: translateX(-120%);
  transition: transform 0.3s;
}
.finish svg {
  margin: auto;
  transform: translateY(2000px);
  transition: transform 0.3s;
}
.finish .center {
  text-align: center;
  margin-top: 30vh;
}

.recentProducts {
  padding: 20px 0 0 0;
}
.recentProducts h2 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  color: #1b1b1b;
}
.recentProducts h2 a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  color: #1b1b1b;
}
.recentProducts h2 a:hover {
  text-decoration: underline;
}
.recentProducts .productsLists {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.25rem;
}
.recentProducts .productsLists .one-prod-wrapper {
  padding: 5px 2%;
  display: inline-block;
  position: relative;
  transition: 0.1s;
  z-index: 1;
  background-color: #fff;
}
.recentProducts .productsLists .one-prod-wrapper .content {
  padding: 0px;
}
.recentProducts .productsLists .one-prod-wrapper .prod-list-img {
  position: relative;
}
.recentProducts .productsLists .one-prod-wrapper .prod-list-img img {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.recentProducts .productsLists .one-prod-wrapper .prod-list-img .info-prods-block-bot-left {
  position: absolute;
  bottom: 4px;
  left: 0px;
  z-index: 2;
}
.recentProducts .productsLists .one-prod-wrapper .prod-list-img .info-prods-block-bot-left .discount {
  background: #ff0a0d;
  line-height: 29px;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #ff0a0d;
  height: 29px;
  border-radius: 3px;
  font-size: 14px;
  width: 31px;
  text-align: center;
  box-sizing: border-box;
}
.recentProducts .productsLists .one-prod-wrapper .prod-list-img .info-prods-block-bot-left .discount small {
  font-size: 80%;
}
.recentProducts .productsLists .one-prod-wrapper a {
  text-decoration: none;
}
.recentProducts .productsLists .one-prod-wrapper .prod-list-img {
  margin-bottom: 5px;
}
.recentProducts .productsLists .one-prod-wrapper .title {
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  max-height: 30px;
  line-height: 15px;
}
.recentProducts .productsLists .one-prod-wrapper .price-wrapper {
  font-size: 13px;
  color: #646464;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 20px;
}
.recentProducts .productsLists .one-prod-wrapper .price-wrapper .big-price {
  color: #000;
  font-size: 19px;
}
.recentProducts .productsLists .one-prod-wrapper .price-wrapper .big-price.sale {
  color: #FC1435;
  font-size: 19px;
  font-weight: 600;
}
.recentProducts .productsLists .one-prod-wrapper .price-wrapper .old-price {
  font-size: 13px;
  color: #646464;
  text-decoration: line-through;
}
.recentProducts .productsLists .one-prod-wrapper .price-wrapper .articul {
  float: none;
  padding: 0;
}

.ab48Test2 {
  padding-top: 20px;
}
.ab48Test2 .step2 .totalStep2, .ab48Test2 .step3 .totalStep2 {
  margin: 0.5em 0;
  text-transform: uppercase;
}
.ab48Test2 .step2 .content, .ab48Test2 .step3 .content {
  padding: 10px 0;
}
.ab48Test2 .step2 .content h2, .ab48Test2 .step3 .content h2 {
  margin-top: 0px;
}
.ab48Test2 .step2 .noInfo.content, .ab48Test2 .step3 .noInfo.content {
  background-color: #fff5f5;
  border-radius: 3px;
}
.ab48Test2 .step2 .delivery .cost, .ab48Test2 .step3 .delivery .cost {
  color: #1b1b1b;
}
.ab48Test2 .step2 .delivery .cost .green, .ab48Test2 .step3 .delivery .cost .green {
  color: #1b1b1b;
}
.ab48Test2 .step1 .checkout {
  background: none;
}
.ab48Test2 .step1 .total .text {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.ab48Test2 .step1 .min-total .inline {
  margin-top: 15px;
}
.ab48Test2 .step3 h2 {
  font-size: 24px;
  font-weight: 400;
}
.ab48Test2 .step3 .delivery .choose-point .red {
  color: #ff0000;
  text-decoration-color: #3aa756;
}
.ab48Test2 .step3 .delivery div label {
  font-size: 15px;
}
.ab48Test2 .step2 {
  margin-bottom: 5px;
}
.ab48Test2 .step2 h2 {
  font-size: 24px;
  font-weight: 400;
}
.ab48Test2 .step2 .form .field-title {
  font-size: 15px;
  font-weight: 400;
}
.ab48Test2 .step2 .form .field-title span {
  text-align: center;
  width: 10px;
  display: inline-block;
}
.ab48Test2 .delivery-plan {
  margin-top: 30px;
}
.ab48Test2 .content {
  padding-bottom: 10px;
  padding-top: 0px;
}
.ab48Test2 .step2 .form {
  margin: 0px;
  padding: 0px;
}

.step5 {
  padding-bottom: 30px;
}
.step5 .btn button {
  cursor: pointer;
  background-color: #00B04D;
  color: #fff;
  border: 0px;
  font-size: 16px;
  height: 2.2em;
  width: 180px;
  border-radius: 0.25em;
  margin-top: 0.6em;
  outline: none;
}
.step5 .btn button span {
  line-height: 1.9em;
  vertical-align: top;
}
.step5 .btn button svg {
  transform: rotate(180deg);
  margin-top: 0.2em;
  margin-left: 0em;
  height: 32px;
  width: 32px;
}

.ab50 {
  max-width: 1000px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.ab50 .content {
  padding-top: 0px;
}
.ab50 .header {
  height: auto;
  margin-bottom: 2rem;
}
.ab50 .mobileName, .ab50 .mobileSkU {
  display: none;
}
.ab50 .checkoutMobile {
  display: none;
}
.ab50 .header .wrapper {
  max-width: 100%;
}
.ab50 .step1 {
  width: 100%;
  position: relative;
  display: flex;
}
.ab50 .step1 div {
  float: none;
}
.ab50 .step1 .delivery-plan {
  font-size: 14px;
  font-weight: bold;
}
.ab50 .step1 .delivery-plan span:hover div {
  font-weight: normal;
  font-size: 12px;
}
.ab50 .step1 .dispatch {
  background: none;
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 10px 0;
  padding: 0px;
}
.ab50 .step1 .totalSummInfo {
  flex: 0 0 32%;
  padding-left: 1%;
}
.ab50 .step1 .checkout {
  right: 1rem;
  position: relative;
  left: auto;
  max-width: 500px;
  top: 0px;
}
.ab50 .step1 .checkout .total {
  border-radius: 24px;
  background: linear-gradient(264deg, #ECF6EE 3.61%, #F3F9F2 51.67%, #FAFAF6 94.81%);
  padding: 25px 5%;
  position: sticky;
  margin: 0px;
  width: 90%;
  top: 10px;
}
.ab50 .step1 .checkout .total .text {
  color: #000;
  font-size: 26px;
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.ab50 .step1 .checkout .total .text .value {
  float: right;
  color: #000;
  font-style: normal;
  font-size: 26px;
  text-transform: lowercase;
  font-weight: 400;
}
.ab50 .step1 .checkout .total .text2 {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 7px 0;
}
.ab50 .step1 .checkout .total .text2 .value {
  float: right;
  color: #646464;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}
.ab50 .step1 .checkout .total .text3 {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ab50 .step1 .checkout .total .text3 .value {
  float: right;
  color: #FD7A23;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ab50 .step1 .checkout #checkoutBtn {
  background-color: #009240;
  color: #fff;
  font-size: 20px;
  border: none;
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 20px;
}
.ab50 .step1 .product {
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.ab50 .step1 .product .action-block {
  clear: both;
}
.ab50 .step1 .product .drop {
  float: right;
  display: none;
}
.ab50 .step1 .product h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #000;
}
.ab50 .step1 .product .sku {
  padding: 0px;
  width: 100%;
  margin-bottom: 15px;
}
.ab50 .step1 .product .sku .gray {
  color: #000;
  font-size: 14px;
}
.ab50 .step1 .product .sku .value {
  color: #909090;
  font-size: 14px;
}
.ab50 .step1 .product .right {
  flex: 0 0 78%;
  padding: 0 0 0 2%;
  overflow: hidden;
}
.ab50 .step1 .product .right .left {
  float: left;
  width: 70%;
}
.ab50 .step1 .product .right .count {
  width: auto;
  background-color: #F6FAF6;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  padding: 3px;
}
.ab50 .step1 .product .right .count input {
  border: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
}
.ab50 .step1 .product .right .count div {
  float: left;
}
.ab50 .step1 .product .right .priceBlk {
  float: right;
  width: 30%;
  text-align: right;
}
.ab50 .step1 .product .right .priceBlk .value {
  color: #000;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.ab50 .step1 .product .right .priceBlk .old_price {
  text-decoration: line-through;
  color: #909090;
  font-size: 14px;
  font-weight: bold;
}
.ab50 .step1 .product .avatar {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  background: none;
}
.ab50 .step1 .product .avatar img {
  border-radius: 8px;
}
.ab50 .step1 .product:hover .drop {
  display: block;
  margin-top: 4px;
}
.ab50 .step1 .product:hover .drop:hover path {
  fill: #f00010 !important;
}
.ab50 .step1 .content {
  flex: 0 0 67%;
  max-width: none;
  padding: 0px 0em 110px;
  margin: 0px;
}
.ab50 .step1 .content h2 {
  margin-top: 0px;
}

.empty {
  color: #7a7775;
  text-align: center;
  font-size: 1.05em;
}
.empty .content {
  max-width: 1024px;
  margin: auto;
  padding-bottom: 0px;
}
.empty h1 {
  font-weight: normal;
  font-size: 32px;
  margin: 35px 0 9px 0;
}
.empty .more-inf {
  margin: 0 0 40px 0;
}
.empty h2 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  margin: 0 0 30px 0;
  color: #505050;
}
.empty a {
  color: #1B924E;
  text-decoration: underline;
}
.empty p {
  font-size: 1.4em;
}
.empty .sunman {
  margin-left: -6vh;
  margin-top: 7vh;
  height: 37vh;
}
.empty .top-categories {
  overflow: hidden;
  font-size: 0px;
}
.empty .discount-active {
  text-align: left;
  color: #009240;
  font-size: 20px;
  margin: 40px 0 0 0;
}
.empty .category {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 16.6666%;
  margin: 0 0 30px 0;
}
.empty .category img {
  width: 100%;
  border-radius: 50%;
  background: #D2D2D2;
  border: 15px solid transparent;
  box-sizing: border-box;
}
.empty .category .wrapper {
  margin: 0 17px;
}
.empty .category .title {
  padding: 8px 0 0 0;
  text-align: center;
}
.empty .category .title a {
  text-decoration: none;
  color: #555;
  font-size: 15px;
}

.gray-box {
  background-color: #edeeed;
  font-size: 0.88em;
  padding: 1em 1em;
}

.info-container {
  max-width: 360px;
  padding: 0em 1em;
}

.hideCheckout .content {
  padding-bottom: 0px;
}
.hideCheckout .checkout {
  display: none;
}

.uncompleted {
  background-color: #fffef5;
}

.hidden {
  display: none !important;
}

.relative {
  position: relative;
}

.text-right {
  text-align: right;
}

.red {
  color: #f00;
}

.green {
  color: #3aa756;
}

.rotate180deg {
  transform: rotateZ(180deg);
}

.notice {
  color: #f00;
  font-size: 0.75em;
  margin: 0.5em 0em 1em;
  margin-left: 31%;
}

.tpl div {
  display: none;
}

.tpl-product {
  margin-bottom: 0.5em;
}
.tpl-product div {
  display: block;
}
.tpl-product .avatar, .tpl-product h2, .tpl-product .value, .tpl-product .subtotal, .tpl-product .subtotal .gray, .tpl-product .count {
  background: #ddd;
  color: transparent;
}
.tpl-product .count input, .tpl-product svg {
  display: none;
}
.tpl-product h2 {
  width: 180px;
}

@media screen and (max-width: 480px) {
  .fastOrder .form h2 {
    margin-top: 120px;
    margin-left: 30px;
  }
  .fastOrder .form input {
    margin-right: 25px;
    width: 66%;
    padding-right: 10%;
  }
  .fastOrder .field-title {
    width: 25%;
  }
  #finishMessage {
    margin-top: 40vh;
  }
  #street::placeholder {
    font-size: 0.95em;
  }
  #email::placeholder {
    font-size: 0.85em;
  }
  .quick-buy .step1 .checkout {
    height: 172px;
  }
  #oneClickBtn, #oneClickBtnMobile {
    width: 180px;
    height: 38px;
    font-size: 13px;
    background: #fff;
    color: #19AF52;
    border: 1px solid #19AF52;
    display: block;
    margin: auto;
    margin-top: 10px;
  }
  #oneClickBtn:hover, #oneClickBtnMobile:hover {
    background: rgba(25, 175, 82, 0.1);
    border: 1px solid rgba(25, 175, 82, 0.5);
  }
}
@media screen and (max-width: 640px) {
  .empty .discount-active {
    position: absolute;
    margin: 50px 0 0 20px;
    font-size: 16px;
  }
  .empty .content {
    padding-bottom: 0px;
  }
  .select-input-arrow {
    top: 2px;
  }
  .select-input-area {
    top: 27px;
  }
}
@media screen and (min-width: 640px) {
  .step2 h2, .step3 h2 {
    display: block;
  }
  .fastOrder .content {
    padding-bottom: 20px;
  }
  .content {
    padding: 45px 0em 110px;
  }
  .dispatch {
    /*padding:0px;*/
  }
  .total .value {
    font-size: 32px;
    color: #009240;
    white-space: nowrap;
  }
  .total .currency {
    font-size: 16px;
    color: #009240;
  }
  .header {
    position: relative;
    width: 100%;
  }
  .header h1.title {
    margin: -0.3em 0px 0px 1.6em;
    text-align: left;
    display: inline-block;
  }
  .header svg {
    display: none;
  }
  .header img {
    display: inline;
    width: 120px;
    margin-top: 0.5em;
  }
  .header .back {
    display: none;
  }
  .header .back-title {
    display: block;
    padding-left: 0px;
    height: 1.2em;
    color: rgb(181, 181, 181);
    cursor: pointer;
    margin-left: -1.4em;
  }
  .header .back-title .title {
    margin-left: 0.8em;
  }
  .progress {
    position: relative;
    width: 100%;
    top: -0.5em;
    left: -0.1em;
  }
  /*.step2{
    position:fixed;
    top:1.5em;
    left:50%;
    .content{
      max-width:360px;
    }
  }*/
  .step2, .step3, .map1, .finish {
    max-width: 530px;
    width: 100%;
  }
  .step2 .content, .step3 .content, .map1 .content, .finish .content {
    position: relative;
    width: 100%;
  }
  .step2 .total, .step3 .total, .map1 .total, .finish .total {
    text-align: left;
  }
  .step1 {
    width: 50%;
  }
  .step1 .product {
    margin: 1.8em 0px;
  }
  .step1 .product h2 {
    min-width: 33%;
  }
  .step1 .total .text {
    font-size: 20px;
  }
  .step1 .checkout {
    position: fixed;
    top: 4em;
    left: 50%;
    max-width: 360px;
    height: 100%;
    background: #fff;
  }
  .step1 .checkout .btn span {
    line-height: 1.9em;
    vertical-align: top;
  }
  .step1 .checkout .btn svg {
    margin-top: 0.2em;
    margin-left: 0em;
    height: 32px;
    width: 32px;
  }
  .step1 .checkout .min-total {
    display: none;
  }
  .step2 .checkout {
    margin: auto;
  }
  .step2 .total .text {
    font-size: 20px;
  }
  .step2 .form {
    margin: auto;
  }
  .step2 .form input, .step2 .form select, .step2 .form #regionId, .step2 .form #areaId, .step2 .form #streetType {
    height: 35px;
    font-size: 1em;
    min-width: 50px;
  }
  .step2 .form input {
    line-height: 35px;
  }
  .step2 .form .field-title {
    padding-top: 0.75em;
    font-size: 0.8em;
  }
  .step2 .form svg {
    top: 5px;
  }
  .step2 .form .house span {
    font-size: 0.8em;
  }
  .step3 .total .text {
    font-size: 20px;
  }
  .step3 .content {
    padding-bottom: 0px;
  }
  .step3 .checkout {
    position: relative;
    background: #fff;
  }
  #checkoutBtn {
    width: 270px;
    height: 2.6em;
    font-size: 1.4em;
  }
  #checkoutBtnStep2 {
    width: 270px;
    height: 2.6em;
    font-size: 1.4em;
  }
  #oneClickBtn {
    width: 270px;
    height: 58px;
    font-size: 18px;
    background: #fff;
    color: #19AF52;
    border: 1px solid #19AF52;
  }
  #oneClickBtn:hover {
    background: rgba(25, 175, 82, 0.1);
    border: 1px solid rgba(25, 175, 82, 0.5);
  }
  #scrollStep2 {
    width: 270px;
    height: 58px;
    font-size: 18px;
    background: #fff;
    color: #19AF52;
    border: 1px solid #e3e3e3;
  }
  #scrollStep2 span {
    line-height: 20px;
    font-weight: bold;
  }
  #scrollStep2:hover {
    background: rgba(25, 175, 82, 0.1);
    border: 1px solid rgba(25, 175, 82, 0.5);
  }
  #house {
    margin-left: 0.45em;
  }
  #street {
    width: 51.1%;
  }
}
@media (max-width: 900px) {
  .empty .category {
    width: 33.3333%;
  }
  .empty .more-inf > span {
    display: block;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 950px) {
  .ab50 .step1 .totalSummInfo {
    display: none;
  }
  .ab50 .step1 .delivery-plan {
    font-size: 13px;
  }
  .ab50 .step1 .content {
    flex: 0 0 100%;
    float: none;
    padding: 50px 0 100px;
  }
  .ab50 .step1 .content .product {
    padding: 0px;
  }
  .ab50 .step1 .content .product .avatar {
    flex: 0 0 10%;
  }
  .ab50 .step1 .content .product .avatar img {
    width: 100%;
    height: auto;
    max-width: 100px;
  }
  .ab50 .step1 .content .product .right {
    flex: 0 0 85%;
  }
  .ab50 .step1 .content .product .right .left {
    display: none;
  }
  .ab50 .step1 .content .product .right .mobileName {
    display: block;
  }
  .ab50 .step1 .content .product .right .mobileName h2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .ab50 .step1 .content .product .right .priceBlk {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .ab50 .step1 .content .product .right .priceBlk .subtotal {
    text-align: left;
  }
  .ab50 .step1 .content .product .right .priceBlk .old_price {
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    font-size: 12px;
  }
  .ab50 .step1 .content .product .right .priceBlk .value {
    font-weight: normal;
    font-size: 16px;
  }
  .ab50 .step1 .content .product .right .priceBlk .mobileSkU {
    display: block;
    float: right;
  }
  .ab50 .step1 .content .product .right .priceBlk .mobileSkU .sku .gray, .ab50 .step1 .content .product .right .priceBlk .mobileSkU .sku .value {
    color: #C4C4C4;
    font-weight: bold;
    font-size: 10px;
  }
  .ab50 .step1 .content .product .right .priceBlk .subtotal {
    float: left;
  }
  .ab50 .step1 .checkoutMobile {
    display: flex;
    background: linear-gradient(264deg, #ECF6EE 3.61%, #F3F9F2 51.67%, #FAFAF6 94.81%);
    border-radius: 15px;
    padding: 10px 0;
    position: fixed;
    bottom: 10px;
    width: 95%;
  }
  .ab50 .step1 .checkoutMobile .price {
    flex: 0 0 45%;
    padding-left: 5%;
  }
  .ab50 .step1 .checkoutMobile .price .value {
    font-weight: bold;
    font-size: 16px;
  }
  .ab50 .step1 .checkoutMobile .price .old_value {
    color: #909090;
    font-size: 12px;
    text-decoration: line-through;
  }
  .ab50 .step1 .checkoutMobile .price .count {
    font-size: 14px;
    margin-top: 5px;
  }
  .ab50 .step1 .checkoutMobile .oform {
    flex: 0 0 45%;
    padding-right: 5%;
    text-align: right;
    padding-top: 5px;
  }
  .ab50 .step1 .checkoutMobile .oform span {
    color: #009240;
    font-size: 18px;
    font-weight: bold;
  }
  .ab50 .step1 .checkout {
    display: none;
  }
}
@media (max-width: 650px) {
  .ab50 .step1 .content .product .avatar {
    flex: 0 0 20%;
  }
  .ab50 .step1 .content .product .right {
    flex: 0 0 75%;
  }
  .ab50 .step1 .content .product .drop {
    display: block;
    margin-top: 4px;
  }
}
@media (max-width: 500px) {
  .ab50 .step1 .checkoutMobile {
    width: 90%;
  }
  .ab50 .step1 .checkoutMobile .oform {
    padding-top: 10px;
  }
  .ab50 .step1 .checkoutMobile .oform span {
    font-size: 16px;
  }
  .ab50 .step1 .content .product .avatar {
    flex: 0 0 30%;
  }
  .ab50 .step1 .content .product .right {
    flex: 0 0 65%;
  }
}
@media (max-width: 639px) {
  #scrollStep2 {
    display: none;
  }
  .ab48Test2 .step1 .checkout {
    background-color: #f6f6f6;
    z-index: 3;
  }
  .recentProducts {
    display: none;
  }
}
@media (max-width: 480px) {
  .form input {
    height: 36px;
    line-height: 36px;
  }
  .form .field-title {
    line-height: 26px;
  }
  .map1 .content .point-descr .btn button {
    width: 100%;
    font-size: 17px;
  }
  #checkoutBtnMobile, #checkoutBtn, #oneClickBtn, #scrollStep2 {
    height: 50px;
  }
  .mobileByBtn {
    display: block;
    background-color: #fff;
    position: relative;
  }
  .mobileByBtn .btn button {
    width: 90% !important;
  }
  .recentProducts {
    display: none;
  }
  #showBlcokAdress .step2 {
    padding: 0px;
  }
  #showBlcokAdress .content .street-type-selector {
    height: 26px;
  }
  #oneClickBtn {
    display: none;
  }
  #checkoutBtn svg {
    display: none;
  }
  .step5 {
    background-color: #f6f6f6;
    position: fixed;
    bottom: 0px;
    padding: 15px 0;
    width: 100%;
  }
  .step5 .btn button {
    margin: 0.6em auto 0 auto;
    width: 90%;
    display: block;
    height: 50px;
  }
  .step5 .btn button span {
    line-height: 35px;
  }
  #summOrderText {
    font-weight: 400;
    text-transform: math-auto;
    font-size: 20px;
  }
  .checkout .total .text {
    font-weight: 400;
    text-transform: math-auto;
    font-size: 20px;
  }
  .step3 .delivery div label, .step3 .payment div label {
    max-width: 270px;
  }
  .step1 .checkout {
    z-index: 3;
    max-height: 210px;
    height: auto !important;
    padding-bottom: 15px;
  }
  .step1 .checkout .total .text {
    font-size: 20px;
  }
  .step1 .checkout .btn button {
    width: 90% !important;
  }
  .ab48Test2 .select-input-arrow {
    top: 8px;
  }
  .ab48Test2 #streetType {
    height: 36px;
  }
  .ab48Test2 .step1 {
    padding-top: 10px;
  }
  .ab48Test2 #building {
    width: 62px;
  }
  .ab48Test2 .step2, .ab48Test2 .step5 {
    padding: 0 10px;
  }
  .ab48Test2 .step1 .content {
    padding-bottom: 150px;
  }
  .ab48Test2 .step2 {
    padding-top: 20px;
  }
  .ab48Test2 .step2 .contact-form {
    padding-bottom: 100px;
  }
  .ab48Test2 .step2 .form .street-type-selector {
    float: left;
    margin-left: 8px;
  }
  .ab48Test2 .step2 .form .field-title {
    padding-top: 3px;
  }
  .empty .category {
    width: 50%;
  }
  .empty h1 {
    font-size: 27px;
  }
}
@media (hover: none) {
  .checkout .btn input:hover, .checkout .btn button:hover {
    background-color: #00B04D;
  }
  .checkout .inactive button:hover {
    background-color: #CCCCCC;
  }
}
#regionId.uncompleted ~ #regionId_input {
  background: #fffce2 !important;
}

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