

/* Start:/local/templates/main/dist/styles/delivery-pay.css?175083362117891*/
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/styles/pages/delivery-pay.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.bold {
  font-weight: 700; }

.delivery-pay {
  margin-bottom: 60px; }
  .delivery-pay__text-top {
    font-size: 16px;
    font-weight: 400;
    line-height: 190%;
    margin: -20px 0 0;
    padding: 0 0 30px; }
    @media screen and (max-width: 767px) {
      .delivery-pay__text-top {
        margin: 0; } }
    .delivery-pay__text-top p {
      margin: 0 0 18px; }
    .delivery-pay__text-top ul {
      margin: 0 0 18px;
      padding: 0; }
      .delivery-pay__text-top ul li {
        margin: 0;
        padding: 0 0 0 18px;
        position: relative; }
        .delivery-pay__text-top ul li::before {
          background: #eaeaf2;
          border-radius: 100%;
          content: "";
          height: 6px;
          left: 0;
          position: absolute;
          top: 13px;
          width: 6px; }
  .delivery-pay__subtitle {
    font-size: 22px;
    line-height: 110%;
    color: #1b1b20;
    font-weight: 700;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .delivery-pay__subtitle {
        font-weight: 600;
        font-size: 20px; } }
    .delivery-pay__subtitle:not(:first-child) {
      margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .delivery-pay__subtitle:not(:first-child) {
          margin-top: 40px; } }
  .delivery-pay__methods {
    width: 100%; }
  .delivery-pay__tabs {
    display: flex;
    margin-bottom: 20px; }
    @media screen and (max-width: 1279px) {
      .delivery-pay__tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(340px, 1fr));
        grid-gap: 20px;
        gap: 20px; } }
    @media screen and (max-width: 767px) {
      .delivery-pay__tabs {
        grid-template-columns: none; } }
  .delivery-pay__wrapper {
    padding-top: 40px; }
    @media screen and (max-width: 1279px) {
      .delivery-pay__wrapper {
        padding-top: 0; } }
  .delivery-pay__info-string {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px; }
  .delivery-pay__delivery {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .delivery-pay__delivery {
        margin-bottom: 40px; } }
    @media screen and (max-width: 1279px) {
      .delivery-pay__delivery .alert {
        display: block; } }
    @media screen and (max-width: 767px) {
      .delivery-pay__delivery .alert {
        line-height: 150%; } }
  .delivery-pay__tab {
    flex: 1 1 25%; }
    .delivery-pay__tab:not(:last-child) {
      margin-right: 20px; }
    @media screen and (max-width: 1279px) {
      .delivery-pay__tab {
        margin-right: 0 !important; } }
  .delivery-pay__address {
    display: none;
    flex-direction: column;
    margin-bottom: 70px; }
    .delivery-pay__address--indent {
      margin-bottom: 10px; }
    .delivery-pay__address.active {
      display: flex; }
    .delivery-pay__address-wrapper {
      display: flex;
      justify-content: space-between; }
    .delivery-pay__address-link {
      font-size: 16px;
      line-height: 110%;
      color: #303184; }
    .delivery-pay__address-alerts {
      display: none;
      padding-top: 20px;
      font-size: 14px; }
      .delivery-pay__address-alerts.active {
        display: flex; }
      .delivery-pay__address-alerts > .alert {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content; }
        @media screen and (max-width: 1279px) {
          .delivery-pay__address-alerts > .alert {
            max-width: 100%; } }
        .delivery-pay__address-alerts > .alert:not(:last-child) {
          margin-right: 20px; }
          @media screen and (max-width: 1279px) {
            .delivery-pay__address-alerts > .alert:not(:last-child) {
              margin-bottom: 20px; } }
  .delivery-pay__output {
    display: none;
    padding-top: 10px; }
    .delivery-pay__output.active {
      display: block; }
    .delivery-pay__output-switch {
      border-bottom: 1px solid #e3e2e2;
      display: none; }
      @media screen and (max-width: 767px) {
        .delivery-pay__output-switch {
          display: flex;
          justify-content: space-around;
          margin-bottom: 20px; }
          .delivery-pay__output-switch-list, .delivery-pay__output-switch-map {
            padding-bottom: 20px;
            font-weight: 600;
            font-size: 18px;
            line-height: 110%;
            position: relative;
            color: #c2c2c8; }
            .delivery-pay__output-switch-list::before, .delivery-pay__output-switch-map::before {
              content: "";
              position: absolute;
              outline: 1px solid #009de0;
              left: -32px;
              right: -32px;
              bottom: 0;
              opacity: 0;
              transform: scale(0);
              transition-property: opacity, transform;
              transition-duration: 0.2s;
              transition-timing-function: ease-in-out; }
            .delivery-pay__output-switch-list.active, .delivery-pay__output-switch-map.active {
              color: #1b1b20; }
              .delivery-pay__output-switch-list.active::before, .delivery-pay__output-switch-map.active::before {
                opacity: 1;
                transform: scale(1); }
          .delivery-pay__output-switch-list {
            margin-right: 16px; } }
    .delivery-pay__output-pickup, .delivery-pay__output-pvz, .delivery-pay__output-delivery {
      display: none;
      height: 500px; }
      @media screen and (max-width: 767px) {
        .delivery-pay__output-pickup, .delivery-pay__output-pvz, .delivery-pay__output-delivery {
          height: unset; } }
      .delivery-pay__output-pickup .delivery-pay__output-wrapper, .delivery-pay__output-pvz .delivery-pay__output-wrapper, .delivery-pay__output-delivery .delivery-pay__output-wrapper {
        border-radius: 10px;
        overflow: hidden; }
      .delivery-pay__output-pickup.active, .delivery-pay__output-pvz.active, .delivery-pay__output-delivery.active {
        display: flex; }
    .delivery-pay__output-pickup .delivery-pay__output-tabs {
      height: auto; }
    .delivery-pay__output-scheme {
      margin-bottom: 20px;
      display: block;
      font-weight: bold; }
    .delivery-pay__output-tabs {
      display: flex;
      flex-direction: column;
      margin-right: 20px;
      min-width: 298px;
      width: 298px;
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      @media screen and (max-width: 767px) {
        .delivery-pay__output-tabs {
          display: none;
          margin-right: 0;
          min-width: unset;
          width: 100%;
          height: 388px; }
          .delivery-pay__output-tabs.active {
            display: block; } }
      .delivery-pay__output-tabs::-webkit-scrollbar {
        width: 0;
        height: 0; }
    .delivery-pay__output-tab {
      padding: 20px;
      background: #fff;
      border: 2px solid #f7f7f7;
      border-radius: 10px;
      cursor: pointer; }
      .delivery-pay__output-tab:not(:last-child) {
        margin-bottom: 20px; }
      .delivery-pay__output-tab.active {
        border: 2px solid #009de0; }
      .delivery-pay__output-tab-marktypeTitle {
        font-size: 14px;
        line-height: 110%;
        color: #1b1b20; }
      .delivery-pay__output-tab-name {
        font-weight: 700;
        font-size: 16px;
        line-height: 110%;
        color: #1b1b20; }
      .delivery-pay__output-tab-address, .delivery-pay__output-tab-phone, .delivery-pay__output-tab-schedule, .delivery-pay__output-tab-delivery-area, .delivery-pay__output-tab-delivery-time, .delivery-pay__output-tab-price {
        font-size: 14px;
        line-height: 120%;
        color: #73737b; }
      .delivery-pay__output-tab-delivery-area,
      .delivery-pay__output-tab-price > span {
        color: #1b1b20; }
      .delivery-pay__output-tab-marktypeTitle, .delivery-pay__output-tab-name, .delivery-pay__output-tab-address, .delivery-pay__output-tab-phone, .delivery-pay__output-tab-delivery-area, .delivery-pay__output-tab-delivery-time {
        margin-bottom: 10px; }
    .delivery-pay__output-wrapper {
      position: relative;
      width: 100%;
      display: flex; }
      @media screen and (max-width: 767px) {
        .delivery-pay__output-wrapper {
          display: none; }
          .delivery-pay__output-wrapper.active {
            display: flex; } }
    .delivery-pay__output-info {
      display: none;
      background: #fff;
      padding: 20px;
      border: 2px solid #009de0;
      border-radius: 10px;
      width: 100%;
      justify-content: space-between; }
      .delivery-pay__output-info.active {
        display: flex; }
      .delivery-pay__output-info-name {
        font-weight: 700;
        font-size: 16px;
        line-height: 110%;
        color: #1b1b20; }
      .delivery-pay__output-info-address, .delivery-pay__output-info-phone, .delivery-pay__output-info-schedule {
        font-size: 14px;
        line-height: 120%;
        color: #73737b; }
      .delivery-pay__output-info-name, .delivery-pay__output-info-address {
        margin-bottom: 10px; }
      .delivery-pay__output-info-phone {
        margin-right: 20px; }
      .delivery-pay__output-info-phone, .delivery-pay__output-info-schedule {
        display: inline-block; }
      .delivery-pay__output-info-price {
        display: none;
        margin-top: 20px; }
        .delivery-pay__output-info-price.active {
          display: flex; }
      .delivery-pay__output-info-btn {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content; }
  .delivery-pay__map {
    width: 100%;
    height: 500px; }
    .delivery-pay__map > ymaps {
      min-height: 500px;
      width: 100% !important; }
      .delivery-pay__map > ymaps > ymaps {
        min-height: 500px;
        width: 100% !important; }
    @media screen and (max-width: 767px) {
      .delivery-pay__map {
        height: 276px; }
        .delivery-pay__map > ymaps {
          min-height: 276px; }
          .delivery-pay__map > ymaps > ymaps {
            min-height: 276px; }
        .delivery-pay__map#delivery-pay-map-delivery {
          height: 500px; }
          .delivery-pay__map#delivery-pay-map-delivery > ymaps {
            min-height: 500px; }
            .delivery-pay__map#delivery-pay-map-delivery > ymaps > ymaps {
              min-height: 500px; } }
  .delivery-pay__popup {
    padding: 20px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    min-width: 298px;
    width: 298px;
    top: 67px;
    left: calc(50% - 149px);
    display: none;
    flex-direction: column; }
    .delivery-pay__popup.active {
      display: flex; }
    .delivery-pay__popup-close {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width=%2710%27 height=%2710%27 viewBox=%270 0 10 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M2 2L8 8%27 stroke=%27%23C2C2C8%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3e%3cpath d=%27M8 2L2 8%27 stroke=%27%23C2C2C8%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3e%3c/svg%3e");
      height: 10px;
      width: 10px;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    .delivery-pay__popup-marktypeTitle {
      font-size: 14px;
      line-height: 110%;
      color: #1b1b20;
      margin-bottom: 10px; }
    .delivery-pay__popup-title {
      font-weight: 700;
      font-size: 16px;
      line-height: 110%;
      color: #1b1b20;
      margin-bottom: 10px; }
    .delivery-pay__popup-address {
      font-size: 14px;
      line-height: 120%;
      color: #1b1b20;
      opacity: 0.7;
      margin-bottom: 20px; }
    .delivery-pay__popup-btn {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
  .delivery-pay__payment {
    display: flex; }
    .delivery-pay__payment-item {
      margin-right: 20px;
      flex: 1 1 33.333%; }
      .delivery-pay__payment-item:last-child {
        margin-right: 0;
        text-align: center; }
  .delivery-pay-template-label-container {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    color: #1b1b20; }
  .delivery-pay-template-label-content {
    background: #fff;
    border-radius: 4px;
    width: 50px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .delivery-pay__user-type-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 40px; }
    @media screen and (max-width: 767px) {
      .delivery-pay__user-type-selector {
        justify-content: space-around; } }
    .delivery-pay__user-type-selector .delivery-pay__input {
      border: 2px solid #009de0;
      border-radius: 10px;
      cursor: pointer;
      line-height: 120%;
      padding: 20px;
      min-width: 220px; }
      .delivery-pay__user-type-selector .delivery-pay__input input {
        visibility: hidden;
        position: absolute; }
        .delivery-pay__user-type-selector .delivery-pay__input input:checked ~ span::after {
          background: #009de0;
          border-radius: 100%;
          content: "";
          height: 8px;
          left: 6px;
          position: absolute;
          top: 6px;
          width: 8px; }
      .delivery-pay__user-type-selector .delivery-pay__input > span {
        display: flex;
        font-size: 14px;
        font-weight: 700;
        gap: 16px;
        position: relative; }
        .delivery-pay__user-type-selector .delivery-pay__input > span::before {
          border: 2px solid #009de0;
          border-radius: 100%;
          content: "";
          height: 20px;
          width: 20px; }
  .delivery-pay__payment-list {
    display: none; }
    .delivery-pay__payment-list.active {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      .delivery-pay__payment-list.active .item {
        align-items: center;
        display: flex;
        font-size: 16px;
        font-weight: 400;
        gap: 24px; }
        .delivery-pay__payment-list.active .item > img,
        .delivery-pay__payment-list.active .item > svg {
          width: 60px; }
  .delivery-pay__coords {
    color: #1b1b20;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 14px; }
    .delivery-pay__coords > span {
      position: relative; }
  .delivery-pay__links {
    display: flex;
    flex-direction: column;
    gap: 14px; }
    .delivery-pay__links a {
      color: #303184;
      font-size: 16px;
      font-weight: 400; }
      .delivery-pay__links a:hover {
        text-decoration: underline; }

.payment {
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  padding: 30px;
  font-size: 16px;
  font-weight: 700; }
  .payment__image {
    margin-bottom: 20px; }
  .payment.--empty {
    border: none; }

.zone0 {
  border: 2px solid #8cd11c; }

.zone1 {
  border: 2px solid #edc020; }

.zone2 {
  border: 2px solid #f84a4a; }

.personal-form__group + .personal-form__group {
  margin-top: 60px; }

.personal-form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px; }
  .personal-form__row--full {
    grid-template-columns: 100%; }
  .personal-form__row--two-thirds {
    grid-template-columns: 2fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px; }
  .personal-form__row + .personal-form__row {
    margin-top: 30px; }

.personal-form__btn-row {
  margin-top: 60px; }

.clipboard {
  background: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_98_2826%29%27%3E%3Cpath d=%27M15 12C16.1046 12 17 11.1046 17 10V3C17 1.89543 16.1046 1 15 1H8C6.89543 1 6 1.89543 6 3M3 6H10C11.1046 6 12 6.89543 12 8V15C12 16.1046 11.1046 17 10 17H3C1.89543 17 1 16.1046 1 15V8C1 6.89543 1.89543 6 3 6Z%27 stroke=%27%23001A72%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_98_2826%27%3E%3Crect width=%2718%27 height=%2718%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  height: 32px;
  left: calc(100% + 6px);
  position: absolute;
  top: -6px;
  width: 32px; }

.clipboard-popup {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  left: calc(100% + 21px);
  opacity: 0;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  top: 28px;
  transform: translate(-50%, 0);
  z-index: 1000; }
  .clipboard-popup::before {
    border-top: 3px solid rgba(0, 0, 0, 0.5);
    border-left: 3px solid rgba(0, 0, 0, 0.5);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    content: "";
    height: 0;
    left: calc(50% - 3px);
    position: absolute;
    top: -3px;
    transform: rotate(45deg);
    width: 0; }
  @media screen and (max-width: 767px) {
    .clipboard-popup {
      left: calc(100% - 50px); } }


/* End */
/* /local/templates/main/dist/styles/delivery-pay.css?175083362117891 */
