

/* Start:/local/templates/html/components-template/delivery-inner/style.css?17186328866387*/
.delivery .wrapper {
  overflow: hidden; }

.delivery .delivery-main {
  position: absolute;
  left: 0;
  right: 0;
  transition: all linear 0.7s;
  bottom: -50px;
  transform-origin: center;
  overflow: hidden; }
  .delivery .delivery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.delivery-block {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: rgba(109, 128, 147, 0.05);
  border-radius: 60px;
  padding: 50px 40px 40px; }
  @media (max-width: 1339px) {
    .delivery-block {
      padding: 40px; } }
  @media (max-width: 767px) {
    .delivery-block {
      grid-template-columns: 1fr;
      padding: 25px 10px 10px;
      border-radius: 20px;
      gap: 10px; } }
  .delivery-block:not(:last-child) {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .delivery-block:not(:last-child) {
        margin-bottom: 10px; } }
  .delivery-block--v2 {
    font-size: 28px;
    font-weight: 500; }
    .delivery-block--v2 .delivery-item {
      gap: 40px; }
      @media (max-width: 767px) {
        .delivery-block--v2 .delivery-item {
          gap: 24px; } }
    @media (max-width: 767px) {
      .delivery-block--v2 {
        font-size: 24px; } }

.delivery-title {
  grid-column: span 4;
  font-size: 64px;
  text-align: center;
  font-weight: 500; }
  @media (max-width: 1023px) {
    .delivery-title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .delivery-title {
      font-size: 28px;
      grid-column: span 1;
      margin-bottom: 10px;
      padding: 0 20px;
      text-align: left; } }

.delivery-img {
  width: 100%;
  padding-bottom: 80%; }
  .delivery-img .lazy-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

.delivery-item {
  position: relative;
  background: #FFFFFF;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  font-size: 24px;
  padding: 40px 40px 70px; }
  @media (max-width: 1339px) {
    .delivery-item {
      grid-column: span 2;
      padding: 30px; } }
  @media (max-width: 767px) {
    .delivery-item {
      text-align: left;
      align-items: flex-start;
      padding: 25px 30px;
      grid-column: span 1;
      border-radius: 20px; } }
  .delivery-item--v2 {
    grid-column: span 2; }
    .delivery-item--v2 p {
      font-size: 18px; }
    .delivery-item--v2 .delivery-item__title {
      font-size: 34px;
      flex-grow: 1; }
      @media (max-width: 1339px) {
        .delivery-item--v2 .delivery-item__title {
          font-size: 28px; } }
    @media (max-width: 767px) {
      .delivery-item--v2 {
        grid-column: span 1; }
        .delivery-item--v2 p {
          font-size: 16px; }
        .delivery-item--v2 .delivery-item__title {
          font-size: 24px; } }
  .delivery-item--v4 {
    grid-column: span 4; }
    @media (max-width: 767px) {
      .delivery-item--v4 {
        grid-column: span 1; } }
    @media (max-width: 575px) {
      .delivery-item--v4 {
        overflow: auto; } }
  .delivery-item__title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px; }
    @media (max-width: 1339px) {
      .delivery-item__title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .delivery-item__title {
        font-size: 24px; } }
  .delivery-item__img {
    width: 77px;
    height: 77px;
    position: relative; }
    @media (max-width: 767px) {
      .delivery-item__img {
        align-self: center; } }
    .delivery-item__img .lazy-img-wrap {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0; }
      .delivery-item__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .delivery-item__map {
    position: relative;
    padding-bottom: 80%;
    width: 100%;
    border-radius: 15px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .delivery-item__map {
        cursor: pointer; }
        .delivery-item__map:hover .delivery-item__hover {
          opacity: 1;
          visibility: visible; } }
    @media (max-width: 767px) {
      .delivery-item__map {
        padding-bottom: 0;
        height: 324px; } }
    .delivery-item__map .map {
      height: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      z-index: 5; }
  .delivery-item__hover {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(26, 27, 28, 0.2);
    transition: all 0.3s ease;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    fill: #ffffff; }
    @media (max-width: 1023px) {
      .delivery-item__hover {
        opacity: 1;
        visibility: visible; } }
  .delivery-item__row p {
    font-size: 18px; }
    @media (max-width: 767px) {
      .delivery-item__row p {
        font-size: 16px; } }

.delivery-map {
  min-height: 100px;
  min-width: 100px;
  position: relative; }
  @media (max-width: 575px) {
    .delivery-map .lazy-img-wrap {
      height: 380px;
      width: 580px; }
      .delivery-map .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: contain;
        object-position: center; } }

.ti {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 10;
  transition: all ease .3s;
  fill: #6f4ef3; }
  .ti .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none; }
  @media (max-width: 576px) {
    .ti {
      width: 24px;
      height: 24px; } }
  .ti:hover {
    fill: #F53636; }
  .ti .tooltip-wrap {
    width: 100%;
    height: 100%;
    background-image: none !important; }

.delivery .tooltip-inner {
  max-width: 280px; }
  @media (max-width: 575px) {
    .delivery .tooltip-inner {
      padding: 16px 12px; } }

#map {
  border-radius: 20px;
  overflow: hidden; }

.delivery-item .delivery-item__conditions {
  font-size: 24px;
  line-height: 1.58; }
  @media (max-width: 1339px) {
    .delivery-item .delivery-item__conditions {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .delivery-item .delivery-item__conditions {
      font-size: 16px; } }

/* End */


/* Start:/local/templates/html/components-template/mixin__tooltip/style.css?17186328874657*/
.tooltip-wrap {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' stroke='%23F1EEFF' stroke-width='2'/%3E%3Cpath d='M12.8265 8.47019V18H11.1279V8.47019H12.8265ZM11 5.94241C11 5.67818 11.0822 5.45506 11.2466 5.27304C11.417 5.09101 11.6667 5 11.9954 5C12.3181 5 12.5647 5.09101 12.7352 5.27304C12.9117 5.45506 13 5.67818 13 5.94241C13 6.1949 12.9117 6.41215 12.7352 6.59417C12.5647 6.77033 12.3181 6.8584 11.9954 6.8584C11.6667 6.8584 11.417 6.77033 11.2466 6.59417C11.0822 6.41215 11 6.1949 11 5.94241Z' fill='%236F4EF3'/%3E%3C/svg%3E%0A");
  background-size: contain; }
  .tooltip-wrap:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12.5' r='11' stroke='%236F4EF3' stroke-width='2'/%3E%3Cpath d='M12.8265 8.97019V18.5H11.1279V8.97019H12.8265ZM11 6.44241C11 6.17818 11.0822 5.95506 11.2466 5.77304C11.417 5.59101 11.6667 5.5 11.9954 5.5C12.3181 5.5 12.5647 5.59101 12.7352 5.77304C12.9117 5.95506 13 6.17818 13 6.44241C13 6.6949 12.9117 6.91215 12.7352 7.09417C12.5647 7.27033 12.3181 7.3584 11.9954 7.3584C11.6667 7.3584 11.417 7.27033 11.2466 7.09417C11.0822 6.91215 11 6.6949 11 6.44241Z' fill='%236F4EF3'/%3E%3C/svg%3E%0A"); }
    @media (min-width: 1024px) {
      .tooltip-wrap:hover {
        cursor: pointer; } }
  .tooltip-wrap.tooltip-wrap--card {
    width: 14px;
    height: 14px; }

.tooltip-icon {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer; }

.tooltip-icon--question {
  fill: #8ea0ac; }

.tooltip-icon--caution {
  fill: #fca185; }

.tt-content {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff; }

.tooltip {
  z-index: 170; }
  .tooltip.show {
    opacity: 1;
    padding: 0; }
  .tooltip .arrow {
    display: block;
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    transform: rotate(-45deg) skew(20deg, 20deg);
    background-color: #fff; }

.tooltip-inner {
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: 1px solid #EBEEF1;
  padding: 30px;
  max-width: 800px;
  font-size: 18px;
  color: #585C62;
  line-height: 1.5; }
  .tooltip-inner span {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    color: #1A1B1C; }
  .tooltip-inner .tooltip-header {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    color: #1A1B1C; }
  .tooltip-inner .tooltip-footer {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #1A1B1C; }
  .tooltip-inner .tooltip-text {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-bottom: 4px; }
  .tooltip-inner .tooltip-link {
    color: #6f4ef3; }

.tooltip-title {
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: center; }

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 6px; }

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 6px; }

.tooltip-close {
  display: block;
  opacity: 1;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5966 10.025C17.1824 9.43923 17.1824 8.48948 16.5966 7.90369C16.0108 7.31791 15.061 7.31791 14.4753 7.9037L12.0003 10.3787L9.5255 7.90392C8.93972 7.31813 7.98997 7.31813 7.40418 7.90392C6.8184 8.4897 6.8184 9.43945 7.40418 10.0252L9.87895 12.5L7.40418 14.9748C6.8184 15.5605 6.8184 16.5103 7.40418 17.0961C7.98997 17.6819 8.93972 17.6819 9.5255 17.0961L12.0003 14.6213L14.4752 17.0963C15.061 17.6821 16.0108 17.6821 16.5966 17.0963C17.1824 16.5105 17.1824 15.5608 16.5966 14.975L14.1216 12.5L16.5966 10.025Z' fill='%23AAAAAA'/%3E%3C/svg%3E%0A");
  background-position: center;
  width: 20px;
  height: 20px;
  top: 3px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
  background-size: 26px; }
  @media (max-width: 1339px) {
    .tooltip-close {
      right: 4px; } }

@media (min-width: 1340px) {
  .tooltip-inner {
    padding: 12px; }
  .tooltip-close {
    display: none; } }

/* End */
/* /local/templates/html/components-template/delivery-inner/style.css?17186328866387 */
/* /local/templates/html/components-template/mixin__tooltip/style.css?17186328874657 */
