@charset "UTF-8";
.accent-link {
  color: #4ddbc2;
  border-bottom: 1px solid rgba(77, 219, 194, 0.3);
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.accent-link:hover, .accent-link:focus {
  border-bottom: none;
}

.ruble {
  position: relative;
  white-space: nowrap;
}

.ruble::after {
  content: 'Р';
  position: absolute;
  font-size: inherit;
  font-weight: inherit;
  padding-left: 3px;
}

input {
  padding-left: 20px;
}

textarea {
  resize: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 45px;
  padding-right: 50px;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #4ddbc2;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 10px solid #4ddbc2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

label.agree-label {
  width: 425px;
}

.check-wrap .checkbox + label:after {
  background-position: 0 -59px;
  top: 7px;
}

.check-wrap .checkbox:checked + label:after {
  background-position: 0 -30px;
}

.check-wrap .checkbox + label {
  padding-left: 40px;
}

.form-checkbox {
  padding-left: 155px;
  margin-bottom: 30px;
}

.header-lk-wrap .short-basket__sum, .header-lk-wrap .short-basket__amount {
  color: #868686;
}

.header .search-form .text-field {
  padding-right: 30px;
}

.header .social-list li {
  margin-right: 15px;
}

.header .social-list li:last-child {
  margin-right: 0;
}

.social-list a.instagram {
  background-position: -40px 0;
}

.social-list a.vkontakte {
  background-position: -75px 0;
  width: 28px;
}

.footer {
  padding-bottom: 55px;
  height: 310px;
}

.footer__nav {
  list-style: none;
  padding: 0;
}

.footer__item {
  padding: 5px 0;
}

.footer__link {
  text-transform: uppercase;
  border-bottom: 1px solid #b4b3ac;
  font-size: 13px;
  font-weight: 500;
}

.footer__link:hover, .footer__link:focus {
  border-bottom: none;
}

.footer__contacts {
  padding-top: 15px;
}

.footer__contacts .email {
  margin-bottom: 0;
}

.footer__contacts .email, .footer__contacts address {
  font-weight: 300;
}

.footer__info {
  padding-top: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__info .copy {
  font-weight: 300;
}

@media (max-width: 1199px) {
  .footer {
    height: auto;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 20px 50px;
  }
}

@media (max-width: 575px) {
  .footer {
    padding: 20px;
  }
  .footer__nav {
    margin: 0;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-description__text {
  -webkit-column-count: 2;
          column-count: 2;
  padding-bottom: 65px;
  font-weight: 300;
}

.home-description__text p {
  margin: 0;
}

.production {
  position: relative;
  margin-bottom: 65px;
}

.production::before, .production::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #868686;
}

.production::after {
  left: auto;
  right: -20px;
}

.production__item {
  height: 310px;
  margin-bottom: 20px;
  position: relative;
}

.production__item:last-of-type, .production__item:nth-last-of-type(2), .production__item:nth-last-of-type(3), .production__item:nth-last-of-type(4) {
  margin-bottom: 0;
}

.production__image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.production__image-1 {
  background: url(../images/product1.jpg) no-repeat 50% 100%;
}

.production__image-2 {
  background: url(../images/product2.jpg) no-repeat 50% 100%;
}

.production__title {
  position: absolute;
  left: 50%;
  top: 267px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'pf_beausans_pro', serif;
  font-weight: 400;
  width: 90%;
  text-align: center;
}

.second-nav__list {
  background-color: #f0efe6;
  padding: 20px 0 0 40px;
  -webkit-column-count: 2;
          column-count: 2;
}

.second-nav__item {
  display: block;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.second-nav__link {
  padding: 10px 0;
  text-decoration: underline;
}

.second-nav__link_opener::before {
  background: none;
  width: 0;
}

.main-nav__link-lk {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}

.main-nav__link-lk::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 200px;
  background: #868686;
}

@media (max-width: 1199px) {
  .production__item {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .home-description__text {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .home-description__text p {
    margin-bottom: 12px;
  }
  .second-nav__list {
    -webkit-column-count: 1;
            column-count: 1;
    padding: 5px 0 0 40px;
  }
  .nav {
    padding: 60px 0;
  }
  .main-nav {
    padding: 0 16px;
  }
}

@media (max-width: 575px) {
  .second-nav__list {
    padding-left: 20px;
  }
  .second-nav__link {
    font-size: 12px;
  }
}

.lk {
  margin-bottom: 90px;
}

.lk__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  position: relative;
}

.lk__nav-list::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 1px;
  width: calc(100% - 800px);
  background-color: #4ddbc2;
}

.lk__nav-link {
  display: inline-block;
  text-transform: uppercase;
  width: 200px;
  height: 42px;
  text-align: center;
  border-bottom: 1px solid #4ddbc2;
  line-height: 42px;
  padding-top: 3px;
  font-weight: 500;
  font-size: 13px;
}

.lk__nav-link-active {
  border-bottom: 1px solid transparent;
  background: url(../images/lk-active.png) no-repeat 50% 100%;
  background-size: contain;
  height: 43px;
}

.lk__nav-item:first-child .lk__nav-link-active {
  background: url(../images/lk-active-first.png) no-repeat 50% 100%;
  background-size: contain;
}

.lk-back {
  color: #4ddbc2;
  border-bottom: 1px solid rgba(77, 219, 194, 0.5);
  margin: 15px 0 45px;
  display: inline-block;
}

.lk__form {
  width: 705px;
  font-size: 13px;
  font-weight: 300;
}

.lk__form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.lk__form .form-group.lk__form-radio-block {
  margin-bottom: 50px;
}

.lk__form label, .lk__form .lk__textarea-label, .lk__form .lk__input-description {
  width: 155px;
  display: inline-block;
  color: #868686;
}

.lk__form label.agree-label {
  width: 425px;
}

.lk__form .lk__textarea-label, .lk__form .lk__input-description {
  display: block;
}

.lk__form input[type="text"].lk__form-input, .lk__form textarea, .lk__form input[type="password"].lk__form-input {
  width: calc(100% - 155px);
  border-radius: 8px !important;
  border: 1px solid #c2c2c2;
  padding: 11px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.lk__form input[type="text"].lk__form-input:valid, .lk__form input[type="password"].lk__form-input:valid {
  border-color: #39c7ae !important;
}

.lk__form-point {
  position: relative;
}

.lk__form-point-delete {
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/close.png) no-repeat 50%;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}

.lk__form-buttons {
  padding-left: 155px;
}

.lk__form-buttons a {
  margin-right: 15px;
  text-transform: uppercase;
}

.lk__form .lk__radio-label {
  width: auto;
}

.lk textarea:disabled, .lk input:disabled {
  background-color: #fff;
  border-color: transparent !important;
}

.lk #lk-address__form-point {
  padding-right: 30px;
}

.lk-address, .lk-order, .cart {
  font-size: 13px;
}

.lk-address__titles, .lk-order__titles, .cart__titles {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 10px;
  border-bottom: 1px solid #efefe6;
  font-weight: 500;
}

.lk-address__item, .lk-order__item, .cart__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #efefe6;
  font-weight: 500;
}

.lk-address__item-link, .lk-order__item-link, .cart__item-link {
  display: block;
  color: #4ddbc2;
  text-decoration: underline;
  text-align: center;
}

.lk-address__item-delete, .lk-order__item-delete, .cart__item-delete {
  color: #ec1c24;
}

.lk-address__item-profile, .lk-order__item-profile, .cart__item-profile {
  color: #4ddbc2;
  text-decoration: underline;
}

.lk-address__item-data, .lk-order__item-data, .cart__item-data {
  font-weight: 300;
}

.lk-address__item-data-point, .lk-order__item-data-point, .cart__item-data-point {
  font-weight: 500;
}

.lk-address__profile, .lk-order__profile, .cart__profile {
  width: 20%;
}

.lk-address__data, .lk-order__data, .cart__data {
  width: 50%;
}

.lk-address__date, .lk-order__date, .cart__date {
  width: 20%;
  text-align: center;
}

.lk-address__action, .lk-order__action, .cart__action {
  width: 10%;
  text-align: center;
}

.lk__form .lk-partner__location-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk__form .location-block-wrapper {
  width: calc(100% - 155px);
  margin: 0 0 18px;
}

.lk__form .dropdown-block {
  height: 41px;
  border-color: #39c7ae !important;
  border-radius: 8px;
}

.lk__form .bx-sls .bx-ui-sls-fake, .lk__form .bx-sls .bx-ui-sls-route, .lk__form .bx-ui-sls-container {
  height: 41px;
  font-family: "GothamPro", sans-serif;
  font-size: 13px;
}

.lk__form .dropdown-icon {
  top: 14px;
}

.lk__form .bx-ui-sls-clear {
  top: 4px;
}

.lk__form .bx-sls .dropdown-fade2white {
  right: 2px;
}

.lk-partner__form {
  width: 100%;
}

.lk-partner__form .lk-partner__location-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-partner__form .location-block-wrapper {
  width: 340px;
  margin: 0 0 18px;
}

.lk-partner__form .dropdown-block {
  height: 41px;
  border-color: #39c7ae !important;
  border-radius: 8px;
}

.lk-partner__form .bx-sls .bx-ui-sls-fake, .lk-partner__form .bx-sls .bx-ui-sls-route, .lk-partner__form .bx-ui-sls-container {
  height: 41px;
  font-family: "GothamPro", sans-serif;
  font-size: 13px;
}

.lk-partner__form .dropdown-icon {
  top: 14px;
}

.lk-partner__form .bx-ui-sls-clear {
  top: 4px;
}

.lk-partner__form .bx-sls .dropdown-fade2white {
  right: 2px;
}

.lk-partner__title {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 30px;
}

.lk-partner input[type="text"].lk__form-input, .lk-partner textarea, .lk-partner input[type="password"].lk__form-input {
  width: 340px;
}

.lk-partner textarea {
  line-height: 19px;
}

.lk-partner label, .lk-partner .lk__textarea-label, .lk-partner .lk__input-description {
  width: 200px;
}

.lk-partner__discount {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 97%;
  font-size: 15px;
  font-weight: 500;
  padding-right: 30px;
}

.lk-partner__discount-size {
  font-weight: 30;
}

.lk-partner .form-group:nth-last-of-type(2) {
  margin-bottom: 60px;
}

.lk-partner__second-column .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk-partner .lk__form-buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

.lk-partner .accent-link {
  font-weight: 300;
}

.lk-partner .btn-green {
  padding: 0 15px;
}

.lk-data__title {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 30px;
}

.lk-data__email {
  font-weight: 300;
  margin-left: 15px;
}

.lk-data .form-group {
  width: 500px;
}

.lk-data #lk__form-mail.edit-mail {
  border-color: rgba(134, 134, 134, 0.2) !important;
}

.lk-data .lk__form-buttons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lk-order {
  text-align: center;
}

.lk-order__num {
  width: 15%;
}

.lk-order__num.lk-order__item-num {
  color: #4ddbc2;
  text-decoration: underline;
}

.lk-order__status {
  width: 20%;
}

.lk-order__date {
  width: 20%;
}

.lk-order__sum {
  width: 15%;
}

.lk-order__action {
  width: 30%;
}

.lk-order__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 90px;
}

.lk-order__item-wrapper:last-child {
  margin-bottom: 30px;
}

.lk-order__item-toggler {
  width: 25px;
  height: 21px;
  background: url(../images/arrow-bottom.png) no-repeat 50%;
  margin-right: 70px;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.lk-order__item-toggler.lk-order__item-toggler-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lk-order__parameters {
  margin: 30px 0;
  padding: 30px;
  background: #f0efe6;
  font-size: 13px;
  font-weight: 300;
}

.lk-order__parameters-title {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 15px;
}

.lk-order__parameters-title span {
  font-weight: 400;
}

.lk-order__parameters b {
  font-weight: 500;
}

.lk-order__group {
  padding: 15px 0;
  position: relative;
}

.lk-order__group::before {
  content: '';
  position: absolute;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 40px;
}

.lk-order__person::before {
  background: url(../images/user.png) no-repeat 50%;
}

.lk-order__delivery::before {
  background: url(../images/delivery.png) no-repeat 50%;
}

.lk-order__tracking::before {
  background: url(../images/tracking.png) no-repeat 50%;
}

.lk-order__address::before {
  background: url(../images/location.png) no-repeat 50%;
}

.lk-order__payment::before {
  background: url(../images/payment.png) no-repeat 50%;
}

.lk-order__desc {
  padding-left: 70px;
}

.lk-order__view {
  position: relative;
  text-align: right;
  padding-top: 25px;
  padding-right: 15px;
  display: block;
}

.lk-order__view::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  right: 0;
  bottom: 7px;
  background: url(../images/arrow-top.png) no-repeat 50%;
}

.lk-order__view.lk-order__rollout::after {
  background: url(../images/arrow-bottom.png) no-repeat 50%;
}

.lk-order__view em {
  display: none;
  font-style: normal;
}

.cart {
  background: #fff;
  text-align: center;
  font-size: 13px;
}

.cart a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cart__titles {
  padding-top: 0;
  font-weight: 300;
}

.cart__photo {
  width: 15%;
}

.cart__designation {
  width: 28%;
}

.cart__price {
  width: 20%;
}

.cart__quantity {
  width: 10%;
}

.cart__sale {
  width: 7%;
}

.cart__sum {
  width: 10%;
}

.cart__delete {
  width: 10%;
}

.cart__item-delete {
  background: url(../images/item-delete.png) no-repeat 50%;
  text-align: center;
  height: 15px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.cart__item-delete:hover, .cart__item-delete:focus {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.cart__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart__photo-pic {
  margin: auto;
  background: url(../images/cart-item.png) no-repeat 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.cart__item-designation {
  text-align: left;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 15px;
  padding: 0 30px 0 0;
}

.cart__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
  font-size: 18px;
}

.cart__item-price .cart__price-old {
  margin-right: 30px;
  position: relative;
  color: #868686;
}

.cart__item-price .cart__price-old::before {
  content: '';
  position: absolute;
  background: #f68e92;
  height: 2px;
  width: 125%;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cart__item-sum {
  font-size: 18px;
}

.cart__item-sale {
  font-size: 15px;
}

.cart__summary .d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 300;
}

.cart__summary .d-flex span:last-of-type {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  padding-right: 20px;
}

.cart__common {
  text-align: right;
  margin-right: 125px;
}

.cart__common a {
  width: 245px;
  text-transform: uppercase;
}

.cart__item .cart__photo {
  position: relative;
}

.cart__item .cart__photo-link {
  position: absolute;
  height: 120px;
  width: 120px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cart__item .cart__item-quantity {
  position: relative;
}

.cart__item .cart__item-quantity::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #4ddbc2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
}

.cart__item .quantity-nav {
  width: 100%;
  height: 42px;
}

.cart__item .cart__item-quantity input::-webkit-outer-spin-button,
.cart__item .cart__item-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart__item .cart__item-quantity input {
  width: 120px;
  text-align: center;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  font-size: 18px;
  z-index: 2;
  background: transparent;
  color: #fff;
  -moz-appearance: textfield;
}

.cart__item .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  color: #000;
  font-size: 18px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 3;
}

.cart__item .quantity-button.quantity-up {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 15px;
}

.cart__item .quantity-button.quantity-down {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 15px;
}

.cart__promo {
  padding-top: 30px;
  margin-bottom: 60px;
}

.cart__promo-desc {
  width: 260px;
}

.cart__promo-wrapper {
  text-align: left;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 300;
}

.cart__promo p {
  margin-bottom: 10px;
}

.cart__promo label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.cart__promo-input[type="text"] {
  height: 42px;
  padding: 5px 15px;
  width: 260px;
  text-transform: uppercase;
  border: 2px solid rgba(134, 134, 134, 0.5);
  border-radius: 8px !important;
  font-weight: 500;
  margin: 0 20px 10px 0;
}

.cart__promo-input[type="text"].cart__promo-input-sale {
  border-color: #37b34a;
}

.cart__promo-input[type="text"].cart__promo-input-nosale {
  border-color: #ec1c24;
}

.cart__promo-submit {
  text-transform: uppercase;
}

.cart__promo-sale {
  color: #37b34a;
  display: none;
}

.cart__promo-nosale {
  color: #ec1c24;
  display: none;
}

.cart__promo-rezult {
  position: relative;
  height: 60px;
  max-width: 400px;
}

.cart__promo-rezult .accent-link {
  position: absolute;
  bottom: 0;
}

.cart__promo .cart__summary {
  padding: 25px 0 15px;
}

.lk-order.cart {
  font-size: 18px;
  padding: 30px;
}

.lk-order.cart .cart__titles {
  padding-top: 0;
  font-weight: 300;
  font-size: 13px;
}

.lk-order.cart .cart__photo {
  width: 15%;
}

.lk-order.cart .cart__designation {
  width: 27%;
}

.lk-order.cart .cart__price {
  width: 20%;
}

.lk-order.cart .cart__quantity {
  width: 10%;
}

.lk-order.cart .cart__sale {
  width: 8%;
}

.lk-order.cart .cart__sum {
  width: 12%;
}

.lk-order.cart .cart__item-quantity {
  font-size: 15px;
}

.lk-order.cart .cart__item-quantity::after {
  content: none;
}

.lk-order.cart .cart__item-designation {
  color: #868686;
}

.lk-order.cart .cart__item-designation span {
  color: #000;
}

.lk-order.cart .cart__summary {
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .cart__promo {
    margin-bottom: 90px;
  }
  .lk-partner label, .lk-partner .lk__textarea-label, .lk-partner .lk__input-description {
    width: 140px;
  }
}

@media (max-width: 1070px) {
  .cart__promo {
    margin-bottom: 140px;
  }
}

@media (max-width: 1025px) {
  .lk__form-buttons {
    text-align: center;
    padding-left: 0;
  }
  .lk-partner .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lk-partner__location-input {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lk-partner__discount {
    position: static;
    margin: 30px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .lk-partner__title {
    text-align: center;
  }
  .lk-partner label, .lk-partner .lk__textarea-label, .lk-partner .lk__input-description {
    width: 155px;
  }
  .cart {
    overflow: scroll;
  }
  .cart__item, .cart__titles {
    width: 1160px;
  }
  .cart__common {
    margin-right: 0;
  }
  .lk-order {
    overflow: scroll;
  }
  .lk-order__item, .lk-order__titles {
    width: 1000px;
  }
  .cart__promo {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .lk__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lk__nav-list::after {
    content: none;
  }
  .lk__nav-item {
    margin: 3px 0;
    width: 49.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lk__nav-item:first-child .lk__nav-link-active {
    background: none;
    background-color: #4ddbc2;
    color: #fff !important;
  }
  .lk__nav-link {
    border: 1px solid #4ddbc2;
    background: none;
    width: 100%;
  }
  .lk__nav-link-active {
    background-color: #4ddbc2;
    color: #fff !important;
  }
  .lk-address {
    overflow: scroll;
  }
  .lk-address__item, .lk-address__titles {
    width: 1020px;
  }
  .lk #lk-address__form-point {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 35px;
  }
  .cart__promo-wrapper {
    padding-top: 0;
  }
  .cart__promo-input[type="text"] {
    width: 165px;
    margin: 0 10px 10px 0;
  }
}

@media (max-width: 767px) {
  .form-checkbox {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .lk__form {
    width: 100%;
  }
  .lk__form-buttons {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .lk-data .form-group {
    width: 100%;
  }
  .cart__promo {
    margin-bottom: 40px;
  }
  .cart__promo-rezult {
    height: auto;
  }
  .cart__promo-rezult .accent-link {
    position: relative;
    bottom: auto;
  }
  .cart__promo-submit {
    margin-bottom: 10px;
    width: 45%;
  }
  .cart__promo-input[type="text"] {
    width: 45%;
  }
  .cart__common {
    text-align: left;
    padding-top: 30px;
  }
  .cart__summary {
    max-width: 450px;
  }
}

@media (max-width: 575px) {
  label.agree-label {
    width: auto;
    margin-left: 0;
  }
  .lk__nav-item {
    width: 100%;
  }
  .lk__form-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lk__form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lk__form .form-group label, .lk__form .form-group .lk__textarea-label, .lk__form .form-group .lk__input-description {
    width: auto;
    margin-bottom: 5px;
  }
  .lk__form .lk-partner__location-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .lk__form .lk-partner__location-input .form-group {
    margin-bottom: 0;
  }
  .lk__form .lk-partner__location-input .location-block-wrapper {
    width: 100%;
  }
  .lk__form input[type="text"].lk__form-input, .lk__form input[type="password"].lk__form-input {
    width: 100%;
  }
  .lk__form .btn-transparent, .lk__form input[type="submit"], .lk__form textarea {
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  .lk-data .lk__form-radio-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lk-data .lk__input-description {
    padding-right: 15px;
  }
  .lk-data [type="radio"]:checked + label, .lk-data [type="radio"]:not(:checked) + label {
    padding-right: 20px;
  }
  .lk textarea:disabled, .lk input:disabled {
    padding-left: 0 !important;
  }
  .cart__summary .d-flex span:first-child {
    text-align: left;
  }
  .cart__summary .d-flex span:last-child {
    font-size: 15px;
  }
  .cart__promo-submit {
    width: 260px;
  }
  .cart__promo-input[type="text"] {
    width: 100%;
  }
}

.order .cart {
  padding: 30px 30px 20px;
}

.order .cart__photo {
  width: 25%;
}

.order .cart__designation {
  width: 45%;
}

.order .cart__sum {
  width: 30%;
}

.order .cart__sum span:last-child {
  color: #868686;
  font-weight: 300;
  text-transform: none;
  margin-left: 10px;
}

.order .cart__item-info {
  padding-top: 15px;
  color: #4ddbc2;
  text-transform: none;
}

.order .cart__item-info span {
  font-weight: 300;
  color: #000;
}

.order .cart__item-info span:last-of-type {
  color: #868686;
}

.order .cart__item:last-child {
  border: none;
}

.order .cart__summary {
  background-color: #f0efe6;
  padding: 30px;
  position: fixed;
  top: 285px;
  right: 17%;
  width: 375px;
  z-index: 10;
}

.order .cart__summary .cart__sale-size {
  color: #ec1c24;
}

.order .cart__summary .cart__total {
  text-transform: uppercase;
  padding-top: 40px;
  font-size: 15px;
  font-weight: 500;
}

.order .gray-bg {
  background: #f0efe6;
  padding: 30px;
  margin-bottom: 30px;
}

.order__parameters {
  font-size: 13px;
  font-weight: 300;
}

.order__title {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
}

.order__title p {
  text-transform: none;
  font-weight: 300;
  padding-bottom: 13px;
  margin: 5px 0 0;
}

.order__subtitle {
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 10px;
}

.order__control {
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__control .btn-transparent {
  text-transform: uppercase;
}

.order [type="radio"]:checked + label, .order [type="radio"]:not(:checked) + label {
  padding-left: 0;
  padding-right: 0;
  padding-top: 45px;
  font-weight: 300;
  font-size: 13px;
}

.order [type="radio"]:checked + label:before, .order [type="radio"]:not(:checked) + label:before, .order [type="radio"]:checked + label:after, .order [type="radio"]:not(:checked) + label:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.order [type="radio"]:not(:checked) + label:before {
  border-color: #868686 !important;
  width: 23px;
  height: 23px;
}

.order [type="radio"]:checked + label:before {
  border: 2px solid #4ddbc2 !important;
  width: 23px;
  height: 23px;
}

.order [type="radio"]:checked + label:after, .order [type="radio"]:not(:checked) + label:after {
  background-color: #4ddbc2;
  border: 4px solid #fff;
  width: 19px;
  height: 19px;
  top: 2px;
}

.order [type="radio"]:checked + label, .order [type="radio"]:not(:checked) + label {
  line-height: 20px;
}

.order__region {
  font-size: 13px;
}

.order__region-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__region-form span {
  white-space: nowrap;
}

.order__region-form .btn-green {
  width: 170px;
  min-width: 170px;
}

.order__region-form .div-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.order__region-form .location-block-wrapper {
  width: calc(100% - 150px);
}

.order__region-form .bx-sls .dropdown-block {
  border-radius: 5px;
}

.order__region-form .bx-sls .bx-ui-sls-fake, .order__region-form .bx-sls .bx-ui-sls-route, .order__region-form .bx-sls .bx-ui-sls-container {
  height: 41px;
  font-family: "GothamPro", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #868686;
}

.order__region-form .dropdown-icon {
  top: 15px;
}

.order__region-form .bx-ui-sls-clear {
  top: 5px;
}

.order__region .selectize-control {
  width: 100%;
  margin: 0 0 0 10px;
  height: 42px;
}

.order__region .selectize-input {
  padding: 12px 8px;
  border: none;
  border-radius: 5px;
  font-weight: 300;
  color: #868686;
  padding-left: 15px;
}

.order__region .selectize-input.dropdown-active {
  border: 1px solid #4ddbc2;
  border-bottom-color: transparent;
}

.order__region .selectize-control.single .selectize-input:after {
  margin-top: -1px;
  width: 9px;
  height: 5px;
  border: none;
  background: url(../images/arrow-bottom.png) no-repeat 50%;
}

.order__region .selectize-control.single .selectize-input.dropdown-active:after {
  background: url(../images/arrow-top.png) no-repeat 50%;
}

.order__region .selectize-dropdown {
  color: #868686;
  border: 1px solid #4ddbc2;
  border-top-color: transparent;
}

.order__region .selectize-dropdown-content {
  color: #868686;
  font-weight: 300;
  max-height: 110px;
}

.order__region .selectize-dropdown .option {
  padding: 2px 8px 2px 18px;
  cursor: pointer;
}

.order__region .selectize-dropdown .active {
  background-color: #f0efe6;
  color: #495c68;
}

.order__region .selectize-dropdown.order__region-select {
  top: 44px !important;
}

.order__delivery {
  padding: 30px 0 !important;
}

.order__delivery-wrapper {
  padding: 0 30px;
}

.order__delivery-ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.order__delivery-form {
  padding-top: 15px;
}

.order__delivery-form label {
  text-align: center;
  padding-bottom: 25px;
}

.order__delivery-points {
  padding: 30px 30px 0;
}

.order__delivery-points .order__title {
  text-transform: none;
}

.order__delivery-point {
  position: relative;
  padding: 30px;
  background: #fff;
  margin-bottom: 15px;
  border: 2px solid #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.order__delivery-point:last-of-type {
  margin-bottom: 0;
}

.order__delivery-point-active {
  border: 2px solid #4ddbc2;
}

.order__delivery-photo {
  position: absolute;
  background: url(../images/delivery-point.jpg) no-repeat 50%;
  width: 200px;
  height: 150px;
}

.order__delivery-info {
  padding-left: 230px;
  text-align: right;
}

.order__delivery-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
}

.order__delivery p {
  font-weight: 300;
  font-size: 13px;
  max-width: 190px;
  text-align: left;
  line-height: 20px;
  margin: 10px 0;
}

.order__delivery .order__control {
  padding: 30px 30px 0;
}

#map {
  height: 500px;
}

.order__payment-wrapper {
  padding: 0 30px;
}

.order__payment-ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__payment-form {
  padding-top: 15px;
}

.order__payment-form label {
  text-align: center;
}

.order__payment .order__control {
  padding-top: 23px;
}

.order__user {
  margin-bottom: 70px !important;
}

.order__user-input[type="text"] {
  width: 100%;
  border: none;
  height: 42px;
  padding-left: 20px;
  line-height: 42px;
  margin-bottom: 30px;
  border-radius: 5px !important;
  font-weight: 300;
  font-size: 13px;
}

.order__user-input[type="text"]::-webkit-input-placeholder {
  color: #868686;
}

.order__user-input[type="text"]:-ms-input-placeholder {
  color: #868686;
}

.order__user-input[type="text"]::-ms-input-placeholder {
  color: #868686;
}

.order__user-input[type="text"]::placeholder {
  color: #868686;
}

.order__user-textarea {
  width: 100%;
  border: none;
  padding-left: 20px;
  border-radius: 5px !important;
  padding-top: 15px;
  font-weight: 300;
  font-size: 13px;
}

.order__user-textarea::-webkit-input-placeholder {
  color: #868686;
}

.order__user-textarea:-ms-input-placeholder {
  color: #868686;
}

.order__user-textarea::-ms-input-placeholder {
  color: #868686;
}

.order__user-textarea::placeholder {
  color: #868686;
}

.order__user .form-checkbox {
  padding-top: 30px;
  padding-left: 0;
}

.order__user .agree-label {
  width: 100%;
  font-weight: 300;
}

@media (max-width: 1749px) {
  .order .cart__summary {
    right: 10%;
  }
}

@media (max-width: 1450px) {
  .order .cart__summary {
    right: 7%;
    width: 315px;
  }
}

@media (max-width: 1200px) {
  .order__user {
    margin-bottom: 90px !important;
  }
  .order .cart__designation {
    width: 42%;
  }
  .order .cart__photo {
    width: 28%;
  }
  .order .cart__summary {
    right: 30px;
  }
  .lk-partner .lk__form-firm {
    width: calc(100% - 340px);
  }
}

@media (max-width: 1070px) {
  .order__user {
    margin-bottom: 140px !important;
  }
}

@media (max-width: 1024px) {
  .order__user {
    margin-bottom: 30px !important;
  }
  .order .cart__titles, .order .cart__item {
    width: auto;
  }
  .order__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order .cart__summary {
    margin-bottom: 30px;
    position: static;
    width: auto;
  }
}

@media (max-width: 767px) {
  .order .cart__summary {
    max-width: none;
  }
  .order .cart__titles, .order .cart__item {
    width: 550px;
  }
  .order__region-form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order .selectize-control {
    margin: 15px 0;
  }
  .order__delivery-photo {
    width: 160px;
    height: 120px;
  }
  .order__delivery-info {
    padding-left: 180px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .order__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order__control .btn-transparent:first-child {
    margin-bottom: 15px;
  }
  .order__delivery-ways {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order [type="radio"]:checked + label:before, .order [type="radio"]:not(:checked) + label:before, .order [type="radio"]:checked + label:after, .order [type="radio"]:not(:checked) + label:after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .order [type="radio"]:checked + label, .order [type="radio"]:not(:checked) + label {
    padding-left: 40px;
    padding-top: 0;
  }
  .order .order__delivery-form label {
    text-align: left;
  }
  .order [type="radio"]:checked + label:before, .order [type="radio"]:not(:checked) + label:before {
    top: 5px;
  }
  .order [type="radio"]:checked + label:after, .order [type="radio"]:not(:checked) + label:after {
    left: 2px;
    top: 7px;
  }
  .order__delivery-photo {
    position: static;
    width: 100%;
    background-size: cover;
  }
  .order__delivery-info {
    padding-left: 0;
    padding-top: 20px;
  }
  .order__payment-ways {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order__payment-ways fieldset {
    margin-bottom: 10px;
  }
  .order [type="radio"]:checked + label, .order [type="radio"]:not(:checked) + label {
    padding-top: 5px;
  }
  .order__payment-wrapper {
    padding: 0;
  }
  .order__delivery-info .btn-green {
    min-width: 150px;
  }
}

.auth-reg {
  font-size: 13px;
  font-weight: 300;
}

.auth-reg__wrapper {
  background-color: #f0efe6;
  padding: 30px;
  margin-bottom: 60px;
}

.auth-reg .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 460px;
  margin: 0 auto 30px;
}

.auth-reg input[type="text"], .auth-reg input[type="password"] {
  width: 310px;
  border: none;
  height: 42px;
  padding-left: 20px;
  line-height: 42px;
  border-radius: 5px !important;
  font-weight: 300;
  font-size: 13px;
}

.auth-reg__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 460px;
  margin: 0 auto 30px;
  text-align: left;
}

.auth-reg__social-items {
  white-space: nowrap;
}

.auth-reg__social p {
  margin: 0;
}

.auth-reg__social-link {
  display: inline-block;
  background: url(../images/social-nets.png) no-repeat;
  width: 23px;
  height: 18px;
  opacity: 0.85;
  margin-right: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.auth-reg__social-link:hover, .auth-reg__social-link:focus {
  opacity: 1;
}

.auth-reg__social-link:last-child {
  margin-right: 0;
}

.auth-reg__social-google {
  background-position: 0px 0px;
}

.auth-reg__social-fb {
  background-position: -55px 0px;
}

.auth-reg__social-vk {
  background-position: -107px 0px;
}

.auth-reg__social-tw {
  background-position: -165px 0px;
}

.auth-reg .form-checkbox {
  width: 310px;
  margin-left: calc(100% - 340px);
  padding-left: 0;
}

.auth-reg .form-checkbox .checkbox + label:after {
  top: 2px;
}

.auth-reg__signin {
  width: 310px;
  margin-left: calc(100% - 340px);
  font-weight: 500;
  margin-bottom: 30px;
}

.auth-reg__buttons {
  width: 310px;
  margin-left: calc(100% - 340px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auth-reg__buttons .accent-link {
  font-weight: 500;
}

label[for="auth__password"] {
  display: inline-block;
  width: 160px;
}

@media (max-width: 1199px) {
  .auth-reg__wrapper {
    margin-bottom: 110px;
  }
  .auth-reg .form-group {
    width: 400px;
  }
  .auth-reg__buttons, .auth-reg .form-checkbox, .auth-reg .auth-reg__signin {
    margin-left: calc(100% - 370px);
  }
  .auth-reg__social {
    width: 400px;
  }
}

@media (max-width: 1024px) {
  .auth-reg__wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .auth-reg__buttons, .auth-reg .form-checkbox, .auth-reg .auth-reg__signin {
    margin-left: calc(100% - 435px);
  }
}

@media (max-width: 575px) {
  .auth-reg__buttons, .auth-reg .form-checkbox, .auth-reg .auth-reg__signin {
    margin-left: auto;
  }
  .auth-reg__form {
    text-align: center;
  }
  .auth-reg .form-group {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .auth-reg .form-group label {
    padding-bottom: 10px;
  }
  .auth-reg .form-group input {
    width: 260px;
  }
  .auth-reg__social {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .auth-reg .form-checkbox {
    width: 150px;
    margin: 0 auto 30px;
  }
  .auth-reg__signin {
    width: 230px;
  }
  .auth-reg__buttons {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .order__region-form .div-location {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .order__region-form .order-reg-form-recipient-label {
    padding-bottom: 10px;
  }
  .order__region-form .location-block-wrapper {
    width: 100%;
  }
}

.registration .agree-label {
  font-family: 'pf_beausans_pro', sans-serif;
  width: auto;
}

.registration .form-group label {
  max-width: 80px;
}

.order-success__wrapper {
  width: 460px;
  margin: 50px auto 135px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

.order-success__wrapper p {
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .registration__buttons, .registration .form-checkbox, .registration .auth-reg__signin {
    margin-left: calc(100% - 420px);
  }
}

@media (max-width: 575px) {
  .order-success__wrapper {
    padding: 0 20px;
    width: auto;
    margin: 60px auto 120px;
  }
}

@media (max-width: 575px) {
  .registration__buttons, .registration .form-checkbox, .registration .auth-reg__signin {
    margin-left: 0;
  }
  .registration .form-checkbox {
    width: 260px;
    text-align: left;
    margin: 0 auto 30px;
  }
}

#modal-notification .one-click-promo {
  margin: 0 auto 24px;
  width: 343px;
}

#modal-notification .fancybox-close-small:after {
  content: none;
}

#modal-notification .close-button {
  display: block;
  background: url(../images/close-2.png) no-repeat 50% 100%;
  background-size: cover;
  width: 21px;
  height: 20px;
}

#modal-notification input[type="text"]:valid, #modal-notification input[type="email"]:valid {
  border-color: #39c7ae !important;
}

#modal-one-click .fancybox-close-small:after, #modal-delete-address .fancybox-close-small:after {
  content: none;
}

#modal-one-click .close-button, #modal-delete-address .close-button {
  display: block;
  background: url(../images/close-2.png) no-repeat 50% 100%;
  background-size: cover;
  width: 21px;
  height: 20px;
}

.modal-delete__buttons {
  text-align: center;
}

.modal-delete__buttons a {
  height: 42px;
  text-transform: uppercase;
  width: 200px;
}

#modal-to-card {
  padding-bottom: 45px;
}

#modal-to-card .one-click-promo {
  width: 400px;
  margin: auto;
  margin-bottom: 55px;
}

#modal-to-card .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}

#modal-to-card .text-box .title {
  padding-right: 0;
  width: auto;
}

#modal-to-card .text-box .quantity {
  padding-top: 7px;
}

#modal-to-card .close-button {
  display: block;
  background: url(../images/close-2.png) no-repeat 50% 100%;
  background-size: cover;
  width: 21px;
  height: 20px;
}

#modal-to-card .return, #modal-to-card .continue {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}

#modal-to-card .return {
  margin-bottom: 20px;
}

#modal-to-card .continue {
  text-transform: uppercase;
}

#modal-to-card .fancybox-close-small:after {
  content: none;
}

.product-not-available {
  color: #ec1c24;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
}

.product-not-available__notification {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  color: #4ddbc2;
}

@media (max-width: 767px) {
  #modal-to-card .one-click-promo .image {
    width: 100px;
    height: 100px;
  }
  #modal-to-card .one-click-promo .price {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  #modal-notification .one-click-promo, #modal-to-card .one-click-promo {
    width: auto;
  }
  #modal-to-card .one-click-promo {
    margin-bottom: 30px;
  }
  .modal-delete__buttons a {
    margin-bottom: 10px;
  }
}

.item-section__price-wrap {
  height: 32px;
}

.check-wrap label {
  -webkit-user-select: none;
  -moz-user-select: none;
}
/*# sourceMappingURL=custom.css.map */

form[data-parsley-validate] .form-group, form[data-parsley-validate], form[data-parsley-validate] .text-wrap{
    position: relative;
}

form[data-parsley-validate] .parsley-errors-list {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(-50%);
    list-style-type: none;
    animation: animationError .3s;
    /* display: none; */
}

form[data-parsley-validate] input.parsley-error{
    border: 1px solid #ec1c24;
}

@keyframes animationError {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(-50%);
        opacity: 1;
    }
}

.order__delivery {
    padding: 30px !important;
}

.order__delivery-ways {
    justify-content: space-between;
}

.order__delivery-ways label, .order__delivery-ways fieldset {
    width: 100%;
    max-width: 100px;
    text-align: center !important;
}

.order__payment-ways label, .order__payment-ways fieldset {
    width: 100%;
    max-width: 100px;
    text-align: center !important;
}

@media (max-width: 767px) {
    .order__delivery-wrapper {
        padding: 0;
    }
}
