.delivery__section {
  padding-bottom: 130px;
}
.delivery__title {
  margin-bottom: 72px;
}
.delivery__item {
  border-top: 1px solid #E9EAEB;
}
.delivery__item:last-of-type {
  border-bottom: 1px solid #E9EAEB;
}
.delivery__item .text-md {
  font-weight: 500;
}
.delivery__item_active .delivery__item-heading .col:nth-of-type(1) p {
  color: var(--kmnd-body-color-accent);
}
.delivery__item_active .delivery__icon:before, .delivery__item_active .delivery__icon:after {
  background: var(--kmnd-body-background-accent);
}
.delivery__item_active .delivery__icon:before {
  opacity: 0;
}
.delivery__item_active .delivery__item-body {
  display: block;
}
.delivery__item_active:not(:first-of-type) .delivery__item-heading .col:nth-of-type(2) p {
  color: var(--kmnd-body-color-accent);
}
.delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(1) {
  display: flex;
}
.delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(1) p {
  width: 50%;
}
.delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(2) p:nth-of-type(2) {
  display: none;
}
.delivery__item:not(:first-of-type) .delivery__item-heading:hover .col:nth-of-type(2) p {
  color: var(--kmnd-body-color-accent);
}
.delivery__item-heading {
  padding: 30px 0;
  cursor: pointer;
}
.delivery__item-heading .col:nth-of-type(1) p {
  transition: var(--kmnd-transition);
}
.delivery__item-heading .col:nth-of-type(2) {
  padding-left: 31px;
  padding-right: 79px;
  position: relative;
}
.delivery__item-heading:hover .col:nth-of-type(1) p {
  color: var(--kmnd-body-color-accent);
}
.delivery__item-heading:hover .delivery__icon:before, .delivery__item-heading:hover .delivery__icon:after {
  background: var(--kmnd-body-background-accent);
}
.delivery__item-body {
  padding-top: 3px;
  display: none;
}
.delivery__map {
  padding-right: 80px;
  position: sticky;
  top: 130px;
  margin-top: -50px;
  margin-bottom: 30px;
}
.delivery__map svg {
  display: block;
  margin-left: auto;
  max-width: 100%;
  height: auto;
}
.delivery__map path.active {
  fill: #0989FF;
}
.delivery__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.delivery__country {
  width: 50%;
  padding: 25px 0 25px 31px;
  display: flex;
  align-items: center;
  border-top: 1px solid #E9EAEB;
}
.delivery__country:nth-of-type(1), .delivery__country:nth-of-type(2) {
  border-top: none;
}
.delivery__country:nth-of-type(1), .delivery__country:nth-of-type(2) {
  padding-top: 3px;
}
.delivery__country img {
  height: 20px;
  display: block;
  width: auto;
  margin-right: 16px;
}
.delivery__country.active p {
  color: var(--kmnd-body-color-accent);
}
.delivery__icon {
  margin-left: auto;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.delivery__icon:after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: var(--kmnd-body-background-primary-inverted);
  transition: var(--kmnd-transition);
}
.delivery__icon:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  border-radius: 5px;
  background: var(--kmnd-body-background-primary-inverted);
  transition: var(--kmnd-transition);
}

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  .delivery__title {
    margin-bottom: 39px;
  }
  .delivery__country {
    padding: 20px 0 20px 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1340px) {
  .delivery__item:nth-of-type(1) .delivery__item-heading .col:nth-of-type(2) .text-md {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 992px) {
  .delivery__title {
    margin-bottom: 50px;
  }
  .delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(1) p:nth-of-type(2) {
    display: none;
  }
  .delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }
  .delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(2) p:nth-of-type(2) {
    display: block;
    margin-bottom: 5px;
  }
  .delivery__item-heading .row {
    display: flex;
  }
  .delivery__item-heading .col {
    width: 50%;
  }
  .delivery__item-heading .col:nth-of-type(2) {
    padding-left: 0;
    padding-right: 20px;
  }
  .delivery__map {
    top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
  }
  .delivery__map svg {
    margin-left: auto;
    margin-right: auto;
  }
  .delivery__country {
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .delivery__section {
    padding-bottom: 70px;
  }
  .delivery__title {
    margin-bottom: 30px;
  }
  .delivery__item-heading {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .delivery__item-body .row {
    display: flex;
  }
  .delivery__item-body .col {
    width: 50%;
  }
  .delivery__country {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .delivery__item:first-of-type .delivery__item-heading .col:nth-of-type(2) p:nth-of-type(1) {
    max-width: 350px;
  }
  .delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(1) p:nth-of-type(2) {
    display: block;
    text-align: right;
    margin-right: 40px;
  }
  .delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(2) p:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .delivery__section {
    padding-bottom: 70px;
  }
  .delivery__title {
    margin-bottom: 30px;
  }
  .delivery__item-heading {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .delivery__item-body .row {
    display: flex;
  }
  .delivery__item-body .col {
    width: 50%;
  }
  .delivery__country {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .delivery__item:last-of-type .delivery__item-heading .col:nth-of-type(1) p:nth-of-type(1) {
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  .delivery__section {
    padding-bottom: 70px;
  }
  .delivery__title {
    margin-bottom: 25px;
  }
  .delivery__item-heading {
    padding: 25px 0;
  }
  .delivery__item-heading .col:first-of-type .text-xl {
    font-size: 1.125rem;
  }
  .delivery__item-body {
    padding-top: 0;
  }
  .delivery__country {
    padding: 20px 0;
  }
  .delivery__country:nth-of-type(1), .delivery__country:nth-of-type(2) {
    padding-top: 0;
  }
  .delivery__country img {
    margin-right: 8px;
  }
}

/*# sourceMappingURL=delivery.css.map */
