@charset "UTF-8";
.preloader {
  position: relative;
  width: 100%;
  height: 100%;
}

.preloader_static {
  position: static;
}

.preloader::after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 5px solid #606262;
  border-color: #606262 transparent #606262 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  /* Можно сделать интересный эффект анимации границ */
  /* border-top: 5px solid #606262;
        border-bottom: 5px solid #606262; */
}

.preloader ~ *:not(.preloader):not(.preloader_not-hidden) {
  opacity: 0;
}

.preloader_product-slider {
  height: 685px;
}

@media (max-width: 1024px) {
  .preloader_product-slider {
    height: 441px;
  }
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.map-balloon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.map-balloon__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  z-index: 1;
}

.map-balloon__close::before, .map-balloon__close::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #2B2626;
}

.map-balloon__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.map-balloon__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.map-balloon__triangle {
  position: absolute;
  bottom: -7px;
  left: 13px;
  border-radius: 2px;
  border: 9px solid transparent;
  border-right: 9px solid #fff;
  border-bottom: 9px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.choose-pick-up {
  margin-top: 40px;
  font-family: 'Bron Sans Cyrl', sans-serif;
}

.choose-pick-up__table {
  border-spacing: 0;
  border: none;
  margin-bottom: 40px;
}

.choose-pick-up__table td {
  padding-bottom: 25px;
  vertical-align: top;
}

.choose-pick-up__table tr:last-child td {
  padding-bottom: 0;
}

.choose-pick-up__table-label {
  min-width: 160px;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.035em;
  color: rgba(75, 74, 74, 0.6);
}

.choose-pick-up__table-value {
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0.035em;
  color: #4B4A4A;
}

.choose-pick-up [data-pvz_info] {
  display: block;
}

.choose-pick-up [data-pvz_info][data-hidden] {
  display: none;
}

.choose-pick-up__btn {
  display: inline-block;
  margin: 0;
  padding: 0 0 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  color: #BB559D;
  border: none;
  border-bottom: 1px dashed #BB559D;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.035em;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: border .4s ease-in-out;
  transition: border .4s ease-in-out;
}

.choose-pick-up__btn:hover {
  border-bottom-color: transparent;
}

.pick-up-shiptor {
  font-family: 'Bron Sans Cyrl', sans-serif;
  position: relative;
  display: none;
  max-width: 1400px;
  width: 100%;
  padding: 0;
}

.pick-up-shiptor__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  z-index: 3;
}

.pick-up-shiptor__close::before, .pick-up-shiptor__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 1px;
  background-color: #2B2626;
}

.pick-up-shiptor__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pick-up-shiptor__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pick-up-shiptor__back {
  display: none;
  position: absolute;
  top: 15px;
  left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #B2B2B2;
  cursor: pointer;
  z-index: 1;
}

.pick-up-shiptor__back::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #B2B2B2;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
  margin: 0 10px 0 7px;
}

.pick-up-shiptor [data-btn_back][data-active] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pick-up-shiptor__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.pick-up-shiptor__left {
  max-width: 400px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 30px 0 0 30px;
}

.pick-up-shiptor__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #2B2626;
}

.pick-up-shiptor__list-pick-up {
  margin-top: 30px;
  height: 622px;
  overflow-y: auto;
}

.pick-up-shiptor__item {
  max-width: 320px;
  margin-bottom: 20px;
}

.pick-up-shiptor__show-map-btn {
  display: none;
  min-width: 200px;
  width: auto;
  margin: 10px auto 20px;
  padding: 14px 20px 14px;
  border: 1px solid #B2B2B2;
  border-radius: 7px;
  outline: none;
  font-family: inherit;
  font-size: 15px;
  line-height: 15px;
  color: #B2B2B2;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pick-up-shiptor__right {
  width: 100%;
}

.pick-up-shiptor__map {
  height: 100%;
  overflow: hidden;
}

.pick-up-shiptor [data-block_map][data-active] {
  left: 0;
}

@media (max-width: 1440px) {
  .pick-up-shiptor {
    max-width: 1010px;
    width: 1010px;
  }
  .pick-up-shiptor__list-pick-up {
    height: 427px;
  }
}

@media (max-width: 1024px) {
  .pick-up-shiptor {
    max-width: 750px;
  }
  .pick-up-shiptor__left {
    max-width: 360px;
    padding-top: 20px;
    padding-left: 20px;
  }
  .pick-up-shiptor__list-pick-up {
    height: 307px;
  }
}

@media (max-width: 768px) {
  .pick-up-shiptor {
    max-width: 500px;
  }
  .pick-up-shiptor__wrapper {
    position: relative;
    display: block;
    gap: 0;
    overflow-x: hidden;
  }
  .pick-up-shiptor__left {
    max-width: 100%;
    padding: 40px 20px 0;
  }
  .pick-up-shiptor__list-pick-up {
    height: 512px;
  }
  .pick-up-shiptor__show-map-btn {
    display: block;
  }
  .pick-up-shiptor__right {
    position: absolute;
    top: 88px;
    left: 100%;
    max-width: 500px;
    height: calc(100% - 88px);
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media (max-width: 539px) {
  .pick-up-shiptor {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
  .pick-up-shiptor__close {
    display: none;
  }
  .pick-up-shiptor__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pick-up-shiptor__wrapper {
    height: 100%;
  }
  .pick-up-shiptor__right {
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .pick-up-shiptor__map .ymaps-2-1-79-controls-pane {
    top: 10px !important;
  }
  .pick-up-shiptor__map .ymaps-2-1-79-controls__toolbar_right {
    margin-right: 30px !important;
  }
}

.card-pick-up {
  font-family: 'Bron Sans Cyrl', sans-serif;
  color: #2B2626;
}

.card-pick-up__name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
}

.card-pick-up__address {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
}

.card-pick-up__worktime {
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 16px;
}

.card-pick-up__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-pick-up__options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-pick-up[data-active] .card-pick-up__options {
  margin-top: 4px;
  margin-bottom: 15px;
}

.card-pick-up__card-pay {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/2021/images/icons/pay-card.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.card-pick-up__cash-pay {
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/2021/images/icons/pay-cash.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.card-pick-up:not([data-active]) .card-pick-up__how-get-there {
  display: none;
}

.card-pick-up__how-get-there {
  display: block;
  color: #2B2626;
}

.card-pick-up__how-get-there strong {
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
}

.card-pick-up__how-get-there p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

.card-pick-up__how-get-there strong + p, .card-pick-up__how-get-there p + p {
  margin-top: 10px;
}

.card-pick-up__btn {
  max-width: 130px;
  width: 100%;
  margin-left: auto;
  padding: 7px 10px 8px;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  outline: none;
  background-color: #FFFFFF;
  color: #B2B2B2;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  font-family: inherit;
  -webkit-transition: border .4s ease-in-out,
 background-color .4s ease-in-out,
 color .4s ease-in-out;
  transition: border .4s ease-in-out,
 background-color .4s ease-in-out,
 color .4s ease-in-out;
}

.card-pick-up__btn:hover {
  border-color: #2B2626;
  color: #2B2626;
}

.card-pick-up[data-active] .card-pick-up__btn {
  display: block;
  margin-left: auto;
  float: none;
  margin-top: 10px;
  padding: 8px 10px 9px;
  border: none;
  background-color: #BB559D;
  color: #FFFFFF;
}

.card-pick-up[data-active] .card-pick-up__btn:hover {
  border: none;
  background-color: #2B2626;
  color: #FFFFFF;
}

.card-pick-up_map {
  width: 318px;
  height: 100%;
  padding: 16px 15px 15px;
  background-color: #FFFFFF;
  overflow-y: auto;
}

.card-pick-up_map .card-pick-up__name {
  width: calc(100% - 15px);
}

.card-pick-up_map .card-pick-up__worktime {
  margin-bottom: 10px;
}

.card-pick-up_map .card-pick-up__how-get-there {
  display: block;
  margin-bottom: 15px;
  color: #2B2626;
}

.card-pick-up_map .card-pick-up__how-get-there strong {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #BB559D;
  border-bottom: 1px solid #BB559D;
  cursor: pointer;
  -webkit-transition: border .4s ease-in-out;
  transition: border .4s ease-in-out;
}

.card-pick-up_map .card-pick-up__how-get-there strong:hover {
  border-bottom: none;
}

.card-pick-up_map .card-pick-up__how-get-there p {
  display: none;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
}

.card-pick-up_map .card-pick-up__how-get-there strong + p, .card-pick-up_map .card-pick-up__how-get-there p + p {
  margin-top: 10px;
}

.card-pick-up_map:not([data-active]) .card-pick-up__how-get-there {
  display: block;
}

@media (max-width: 475px) {
  .card-pick-up_map {
    width: 100%;
  }
}

.sdek_pvzLair{
  text-align: center;
}
