/* Views/www_webpack/pages/delivery/delivery.css */
.delivery_map_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.delivery_map_item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 300px;
}
.delivery_map_item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 720;
}
#delivery {
  padding: 20px clamp(20px, 5vw, 10vw);
}
.delivery_top__wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
}
.delivery__aside {
  width: 320px;
}
.delivery__menu {
  position: relative;
  display: grid;
  width: 320px;
  background: var(--color-grey);
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 15%) 0 2px 8px;
}
.delivery__menu li:first-child {
  border-radius: 6px 6px 0 0;
}
.delivery__menu li:last-child {
  border-radius: 0 0 6px 6px;
}
.delivery__menu::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: linear-gradient(to right, rgb(14 174 87 / 60%) 0%, rgb(12 116 117 / 70%) 41%, rgb(14 174 87 / 60%) 120%);
  background-size: 200% auto;
  border-radius: 10px;
  content: "";
}
.delivery__menu_item {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: center;
  height: 60px;
  cursor: pointer;
}
.delivery__menu_item.active,
.delivery__menu_item:hover {
  color: var(--color-white);
  background-image: linear-gradient(to right, rgb(14 174 87 / 60%) 0%, rgb(12 116 117 / 70%) 41%, rgb(14 174 87 / 60%) 120%);
  background-size: 200% auto;
}
.delivery__menu_item .icon {
  width: 45px;
  height: 45px;
  margin: 0 10px;
}
.delivery_top {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: black;
  border-radius: 10px;
}
.delivery_top::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 37%);
  border-radius: 10px;
  content: "";
}
.delivery_top.raw {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.delivery_top.raw h1 {
  margin-bottom: 20px;
  line-height: 1;
}
.delivery_top__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.delivery_top__content {
  z-index: +1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.delivery_top__content .want_edit {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.delivery_top__content h1 {
  font-size: 1.8rem;
  line-height: 1;
  background: rgb(255 255 255 / 78%);
}
.delivery_top__content p {
  padding: 5px 0;
  background: rgb(255 255 255 / 78%);
}
.pdf {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  height: 40px;
  margin: auto 10px 10px auto;
  padding: 0 20px;
  color: var(--color-white);
  background-image: linear-gradient(109.6deg, #e64e41, #b93335 41%, #e64e41 120%);
  background-size: 200%;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
  transition: all 0.2s;
}
.pdf:hover {
  background-position: 100%;
}
.delivery_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.delivery_content.disable {
  display: none;
}
.delivery_content h2 {
  text-align: center;
}
#noData {
  display: none;
  margin-top: 20px;
}
#noData.active {
  display: block;
}
.delivery_content__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.delivery_time .icon {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  transform: translateY(5px);
}
.delivery_comb__container {
  position: relative;
  height: 720px;
}
.delivery_comb {
  display: flex;
  gap: 8vw;
  justify-content: center;
  width: 100%;
  padding: 50px;
}
.delivery_comb.center {
  position: absolute;
  top: clamp(130px, 16vw, 190px);
  left: 0;
}
.delivery_comb__item {
  position: relative;
  display: flex;
  align-items: center;
  width: clamp(220px, 20vw, 250px);
  height: clamp(220px, 20vw, 250px);
  padding: 10px;
  font-size: 0.9em;
  text-align: center;
}
.delivery_comb__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-border);
  border-radius: 10px;
  transform: rotate(45deg);
  content: "";
}
.delivery_comb__item.bottom {
  position: absolute;
  top: clamp(400px, 36.5vw, 430px);
  left: 50%;
  transform: translateX(-50%);
}
.delivery_comb__item_icon {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
}
.base_mobile {
  display: none;
}
.delivery_price__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.delivery_price__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  min-width: 345px;
  max-width: 950px;
  height: auto;
  padding: 20px 40px;
  border: 2px solid var(--color-border);
  border-radius: 10px;
}
.delivery_price__item ul {
  display: grid;
  gap: 10px;
}
.delivery_price__item .icon {
  width: 100%;
  height: 150px;
  margin-top: auto;
  object-fit: contain;
  border-radius: 8px;
}
.delivery_price__item a {
  display: inline-flex;
  width: auto;
  margin-left: 3px;
}
.delivery_price__item a:hover {
  text-decoration: underline;
}
.delivery_price__price {
  width: 100%;
  font-weight: bold;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
}
.delivery_price__price sup {
  margin-left: 5px;
  font-size: 0.5em;
}
.delivery_assembly {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
}
.delivery_assembly h2 {
  margin-bottom: auto;
  padding: 0 0.5em;
  font-size: clamp(1.4em, 2.4vw, 2em);
  text-transform: uppercase;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.delivery_assembly img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delivery_assembly__content {
  order: -1;
  width: 520px;
  height: auto;
  margin-right: auto;
  padding: 20px;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.delivery_assembly__link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  color: var(--color-white);
  font-size: 1.1em;
  background-image: linear-gradient(to right, #0eae57 0%, #0c7475 41%, #0eae57 120%);
  background-size: 200% auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
  transition: all 0.2s;
}
.delivery_assembly__link:hover {
  background-position: 100%;
}
.delivery_attention {
  color: var(--color-red);
}
.delivery_list__container {
  display: grid;
  gap: 8px;
}
.delivery_list {
  display: flex;
  padding-left: 20px;
}
.delivery_list::before {
  margin-right: 0.5em;
  color: var(--color-green);
  content: "➥";
}
.delivery_information {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(109.6deg, #e64e41, #b93335 41%, #e64e41 120%);
  background-size: 200%;
}
.delivery_information img {
  width: auto;
  height: 100%;
  padding: 20px;
}
.delivery_information h2 {
  color: var(--color-white);
  text-transform: uppercase;
}
.delivery_information__body {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  height: 100%;
  padding: 20px;
}
.delivery_information__body ul {
  display: grid;
  gap: 10px;
  align-content: space-evenly;
  align-items: center;
}
.delivery_information__body li {
  color: var(--color-white);
}
.delivery_partner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}
.delivery_partner__method {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  min-width: 300px;
  height: 400px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgb(14 30 37 / 12%);
}
.delivery_partner__method h3 {
  font-size: 1.3em;
  line-height: 1;
  text-align: center;
}
.delivery_partner__method ul {
  display: grid;
  height: 100%;
}
.delivery_partner__method li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.delivery_partner__method .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.delivery_partner__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  min-width: 300px;
  max-width: 19%;
  height: 400px;
  padding: 20px;
  border: 2px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgb(14 30 37 / 12%);
  transition: all 200ms;
}
.delivery_partner__item h3 {
  font-size: 1.3em;
  line-height: 1;
  text-align: center;
}
.delivery_partner__item:hover {
  border: 2px solid var(--color-green);
  transform: scale(1.02);
}
.delivery_partner__item_logo {
  width: 100%;
  min-height: 150px;
  object-fit: contain;
}
.delivery_partner__item_calc {
  position: relative;
  width: 100%;
  height: 100%;
}
.delivery_partner__item_calc .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.delivery_conditions {
  display: flex;
  width: 100%;
  height: auto;
}
.delivery_conditions__title {
  display: flex;
  align-items: center;
  min-width: 100px;
}
.delivery_conditions__title h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  transform: rotate(-90deg);
}
.delivery_conditions__container {
  display: flex;
  flex-direction: column;
}
.delivery_conditions__item {
  display: flex;
  gap: 40px;
  align-items: center;
  min-height: 150px;
  box-shadow: 0 -14px 10px 0 rgb(14 30 37 / 12%);
}
.delivery_conditions__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 100%;
  font-size: clamp(1em, 4vw, 6em);
  line-height: 1;
  background: var(--bg);
}
.delivery_conditions__step i {
  font-size: 0.5em;
}
.delivery_conditions__step::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 30px solid var(--bg);
  border-right: 30px solid transparent;
  content: "";
}
.delivery_conditions__item_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 10px;
}
.delivery_conditions__item_body ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}
.footnote {
  color: red;
}
.delivery_advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.delivery_advantages__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 200px;
}
.delivery_advantages__item .icon {
  width: 70px;
  height: 70px;
}
.list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
}
.list li {
  list-style-position: inside;
  all: revert;
}
.delivery_price_list__raw {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.delivery_price_list__raw_item {
  flex: 1;
  min-width: 370px;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.delivery_price_list__raw_item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.delivery_price_list__raw_item > strong {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 20px;
  font-size: clamp(2em, 2vw, 6em);
  background: aliceblue;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgb(14 30 37 / 12%), 0 2px 16px 0 rgb(14 30 37 / 32%);
}
.delivery_price_list__raw_item p {
  padding: 20px;
}
:scope [name=print] {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: clamp(1em, 1.1vw, 1.5em);
}
:scope [name=print] img {
  height: 30px;
}
:scope .personal_data__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.delivery_contract {
  display: grid;
  gap: 20px;
}
.delivery_contract h2 {
  font-weight: normal;
  text-transform: uppercase;
}
.delivery_contract ol {
  display: grid;
  gap: 20px;
  padding-left: 20px;
}
.delivery_contract ol ol {
  margin-top: 20px;
  padding-left: 40px;
}
.delivery_raw__bottom_payment {
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
  margin-top: 20px;
}
.delivery_raw__bottom_payment li {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-width: 250px;
  text-align: center;
}
.delivery_raw__bottom_payment .icon {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1150px) {
  .delivery_comb__container {
    height: auto;
  }
  .delivery_comb {
    gap: 20px;
    padding: 0;
  }
  .delivery_comb.center {
    position: static;
  }
  .delivery_comb__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .delivery_comb__item::before {
    display: none;
  }
  .delivery_comb__item.bottom {
    position: static;
    margin: 0 auto;
    transform: translateX(0);
  }
  .delivery_comb__item_icon {
    position: static;
    transform: translateX(0);
  }
  .delivery_assembly {
    flex-direction: column;
    gap: 20px;
  }
  .delivery_assembly h2 {
    order: -1;
  }
}
.delivery_footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.delivery_map {
  width: 100%;
}
.delivery_map iframe {
  width: 100%;
  max-height: 720px;
}
