

/* Start:/local/templates/edisontheme/css/delivery.css?178710636226751*/
.main:has(.delivery-page) > .container .breadcrumbs .breadcrumbs__item {
  color: #f8f8f8;
}

.main:has(.delivery-page) > .container .breadcrumbs .breadcrumbs__item .breadcrumbs__link {
  color: rgba(248, 248, 248, .5);
}

.main:has(.delivery-page){
  padding-bottom: 80px;
}

.delivery-page {
  --delivery-content: #464646;
  --delivery-accent: #ff8e16;
  --delivery-line: #ececec;
  --delivery-white: #f8f8f8;
  --delivery-muted: #c5c5c5;
  --delivery-header: #464646;

  margin-top: -95px;
}

.delivery-page img {
  display: block;
  max-width: 100%;
}

.delivery-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1629px) {
  .delivery-container {
    width: 1440px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1439px) {
  .delivery-container {
    width: 1366px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1365px) {
  .delivery-container {
    width: 1024px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 1023px) {
  .delivery-container {
    width: 768px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .delivery-container {
    width: 414px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 413px) {
  .delivery-container {
    width: 100%;
    padding: 0 15px;
  }
}

.delivery-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 340px;
  overflow: hidden;
  background: var(--delivery-header);
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.delivery-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

img.delivery-hero__bg--mobile,
img.delivery-hero__overlay--mobile {
  display: none;
}

@media (max-width: 414px) {
  img.delivery-hero__bg--desktop,
  img.delivery-hero__overlay--desktop {
    display: none;
  }

  img.delivery-hero__bg--mobile,
  img.delivery-hero__overlay--mobile {
    display: block;
  }
}

.delivery-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 57px;
  padding-bottom: 56px;
}

.delivery-crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--delivery-white);
}

.delivery-crumbs a {
  color: inherit;
  text-decoration: none;
  opacity: 0.5;
}

.delivery-crumbs img {
  width: 12px;
  height: 16px;
  flex: none;
}

.delivery-hero__title {
  max-width: 100%;
  margin: 0 0 13px;
  color: var(--delivery-white);
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
}

.delivery-hero__text {
  margin: 0;
  color: var(--delivery-muted);
  line-height: 26px;
}

.delivery-section {
  padding: 80px 0 20px;
}

.delivery-section--grey {
  background: var(--delivery-line);
}

.delivery-section--russia,
.delivery-section--faq,
.delivery-section--process {
  padding-top: 82px;
  padding-bottom: 82px;
}

.delivery-section--russia{
  padding-bottom: 80px;
}

.delivery-section--process {
  padding-top: 0;
}

.delivery-section--payment {
  /* padding-top: 48px; */
  padding-top: 0;
  padding-bottom: 52px;
}

.delivery-section--feedback {
  padding-top: 0;
  padding-bottom: 0;
}

.delivery-section__title {
  margin: 0;
  color: var(--delivery-content);
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.delivery-section__title--sm {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

.delivery-section--russia .delivery-section__title,
.delivery-section--process .delivery-section__title,
.delivery-section--payment .delivery-section__title,
.delivery-section--faq .delivery-section__title {
  margin-bottom: 30px;
}

.delivery-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.delivery-info-card {
  min-height: 256px;
  padding: 30px;
  background: var(--delivery-line);
}

.delivery-info-card h3 {
  margin: 0 0 30px;
  color: var(--delivery-accent);
  font-size: 20px;
  font-weight: 700;
}

.delivery-info-card dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.delivery-info-card dl > div {
  display: grid;
  grid-template-columns: 195px 1fr;
  gap: 30px;
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--delivery-muted);
}

.delivery-info-card:nth-child(2) dl > div {
  grid-template-columns: 132px 1fr;
}

.delivery-info-card dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.delivery-info-card__list--narrow > div {
  grid-template-columns: 131px 1fr;
}

.delivery-info-card dt {
  margin: 0;
  font-weight: 600;
}

.delivery-info-card dd {
  margin: 0;
  font-weight: 400;
}

.delivery-russia__head {
  display: grid;
  grid-template-columns: minmax(0, 657px) minmax(0, 691px);
  gap: 62px;
  align-items: start;
}

.delivery-russia__text {
  max-width: none;
}

.delivery-russia__map {
  min-height: 360px;
  overflow: hidden;
}

.delivery-russia__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.delivery-russia__map img:last-child {
  display: none;
}

@media (max-width: 767px) {
  .delivery-russia__map img:last-child {
    display: block;
  }

  .delivery-russia__map img:first-child {
    display: none;
  }
}

.delivery-russia__text p {
  margin: 16px 0 0;
  line-height: 20px;
}

.delivery-russia__text p:first-of-type {
  margin-top: 0;
}

.delivery-partners {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin: 30px 0;
}

.delivery-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  overflow: hidden;
  /* background: var(--delivery-white); */
  background: #fff;
  border: 1px solid var(--delivery-line);
}

.delivery-partners__item img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.delivery-notes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.delivery-note {
  padding: 16px 20px 16px 17px;
  border-left: 3px solid var(--delivery-accent);
}

.delivery-note h3 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
}

.delivery-note p {
  margin: 0;
  line-height: 1.35;
}

.delivery-process {
  display: flex;
  align-items: stretch;
  height: 248px;
}

.delivery-process__card {
  position: relative;
  flex: none;
  height: 248px;
  overflow: hidden;
}

.delivery-process__card--1 {
  flex: 451 1 0;
  z-index: 1;
}

.delivery-process__card--2 {
  flex: 542 1 0;
  margin-left: -40px;
  z-index: 2;
}

.delivery-process__card--3 {
  flex: 499 1 0;
  margin-left: -42px;
  z-index: 3;
}

.delivery-process__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}

img.delivery-process__shape--mobile {
  display: none;
}

.delivery-process__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0 30px 22px;
}

.delivery-process__card--2 .delivery-process__body,
.delivery-process__card--3 .delivery-process__body {
  padding-left: 100px;
}

.delivery-process__num {
  position: absolute;
  top: 12px;
  left: 30px;
  z-index: 1;
  font-size: 110px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.3;
}

.delivery-process__card--2 .delivery-process__num,
.delivery-process__card--3 .delivery-process__num {
  left: 100px;
}

.delivery-process__card--1 .delivery-process__num,
.delivery-process__card--3 .delivery-process__num,
.delivery-process__card--1 h3,
.delivery-process__card--3 h3,
.delivery-process__card--1 p,
.delivery-process__card--3 p {
  color: var(--delivery-white);
}

.delivery-process__card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.delivery-process__card p {
  max-width: 360px;
  margin: 0;
  line-height: 1.3;
}

.delivery-section_faq-text{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 33px;
  margin-bottom: 30px;
}

.delivery-payment {
  padding: 15px 20px;
}

.delivery-payment__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.delivery-payment__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 44px;
  overflow: hidden;
  border-radius: 2px;
  background: var(--delivery-accent);
  flex: none;
}

.delivery-payment__icon img {
  width: 24px;
  height: 24px;
}

.delivery-payment h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.delivery-payment p {
  margin: 0;
}

.delivery-payment p + p {
  margin-top: 8px;
}

.delivery-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.delivery-faq__item {
  background: var(--delivery-line);
}

.delivery-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 25px;
  list-style: none;
  cursor: pointer;
}

.delivery-faq__item summary::-webkit-details-marker {
  display: none;
}

.delivery-faq__item summary h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.delivery-faq__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: var(--delivery-white);
  flex: none;
  overflow: hidden;
}

.delivery-faq__arrow img {
  width: 25px;
  height: 25px;
  transition: transform 0.2s ease;
}

.delivery-faq__item[open] .delivery-faq__arrow img {
  transform: rotate(180deg);
}

.delivery-faq__item p {
  margin: 0;
  padding: 0 25px 30px;
  line-height: 1.4;
}

.delivery-feedback {
  position: relative;
  min-height: 438px;
  overflow: hidden;
}

.delivery-feedback__shape {
  position: absolute;
  top: 0;
  left: calc(233 / 1410 * 100%);
  z-index: 1;
  width: calc(751 / 1410 * 100%);
  height: 100%;
  pointer-events: none;
}

.delivery-feedback__shape img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}

.delivery-feedback__form {
  position: relative;
  z-index: 2;
  width: calc(804 / 1410 * 100%);
  max-width: 804px;
  padding: 30px;
  background: var(--delivery-line);
}

.delivery-feedback__form .delivery-section__title {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 24px;
}

.delivery-feedback__form .delivery-section__title img {
  width: 17px;
  height: 15px;
  margin-top: -1px;
  flex: none;
}

.delivery-feedback__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.delivery-feedback__col {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
}

.delivery-field,
.delivery-field input,
.delivery-field textarea {
  width: 100%;
}

.delivery-field input,
.delivery-field textarea {
  display: block;
  padding: 15px 20px;
  border: 0;
  background: var(--delivery-white);
  outline: none;
  font: inherit;
  color: inherit;
}

.delivery-field input::placeholder,
.delivery-field textarea::placeholder {
  color: var(--delivery-content);
  opacity: 0.5;
}

.delivery-field--area,
.delivery-field--area textarea {
  flex: 1;
  min-height: 148px;
  resize: none;
  height: 100%;
}

.delivery-field--file {
  position: relative;
  padding: 0;
  background: transparent;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.delivery-field--file label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 15px 50px 15px 20px;
  background: var(--delivery-white);
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s linear;
}

.delivery-field--file label.active {
  background: var(--delivery-accent);
}

.delivery-field--file label img {
  width: 16px;
  height: 16px;
  flex: none;
  opacity: 0.5;
  transition: opacity 0.3s linear, filter 0.3s linear;
}

.delivery-field--file label.active img {
  opacity: 1;
  filter: brightness(0) invert(1);
}

.delivery-field--file input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
}

.delivery-field__placeholder {
  flex: 1;
  min-width: 0;
  font: inherit;
  color: var(--delivery-content);
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s linear;
}

.delivery-field__filename {
  display: none;
  flex: 1;
  min-width: 0;
  font: inherit;
  color: var(--delivery-white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delivery-field--file label.active .delivery-field__placeholder {
  display: none;
}

.delivery-field--file label.active .delivery-field__filename {
  display: block;
}

.delivery-field--file label.active + .delivery-field__remove {
  display: inline-block;
}

.delivery-field__remove {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.delivery-field__remove svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--delivery-white);
}

.delivery-feedback__bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.delivery-feedback__bottom .btn{
  min-width: 191px;
  padding: 15px 0px;
}

.delivery-agree {
  position: relative;
  display: flex;
  align-items: center;
}

.delivery-agree input {
  position: absolute;
  opacity: 0;
  left: 2px;
  top: 20px;
}

.delivery-agree label {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  font-size: 16px;
  color: var(--delivery-content);
  cursor: pointer;
  line-height: 1.35;
}

.delivery-agree label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(197 197 197 / 80%);
  background-color: transparent;
}

.delivery-agree input:checked + label::before {
  border-color: var(--delivery-accent);
  background-color: var(--delivery-accent);
  background-image: url(/local/templates/edisontheme/css/../icons/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.delivery-agree label a {
  color: inherit;
  /* text-decoration: underline; */
  text-underline-offset: 2px;
  opacity: 0.8;
}

.delivery-feedback__media {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: calc(571 / 1410 * 100%);
  max-width: 571px;
  height: 100%;
  min-height: 438px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25.5% 100%);
}

.delivery-feedback__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1439px) {
  .delivery-process__card--2 .delivery-process__body, .delivery-process__card--3 .delivery-process__body, .delivery-process__card--2 .delivery-process__num, .delivery-process__card--3 .delivery-process__num{
    padding-left: 55px;
    left: 55px;
  }

  .delivery-agree label br{
    display: none;
  }
}

@media (max-width: 1365px) {
  .delivery-hero__title,
  .delivery-section__title {
    font-size: 36px;
  }

  .delivery-partners {
    grid-template-columns: repeat(3, 1fr);
  }

  .delivery-process__num {
    font-size: 84px;
  }

  .delivery-feedback__form {
    width: calc(720 / 1200 * 100%);
    max-width: 720px;
  }

  .delivery-feedback__media {
    width: calc(480 / 1200 * 100%);
    max-width: 480px;
  }

  .delivery-feedback__shape {
    left: calc(180 / 1200 * 100%);
    width: calc(680 / 1200 * 100%);
  }

  .delivery-process__card--2 .delivery-process__body, .delivery-process__card--3 .delivery-process__body, .delivery-process__card--2 .delivery-process__num, .delivery-process__card--3 .delivery-process__num{
    padding-left: 30px;
    left: 30px;
    max-width: 90%;
  }

  .delivery-process__card--1 .delivery-process__body{
    max-width: 90%;
  }
}

@media (max-width: 1023px) {
  .delivery-cards,
  .delivery-faq,
  .delivery-notes,
  .delivery-feedback__grid {
    grid-template-columns: 1fr;
  }

  .delivery-russia__head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .delivery-russia__map {
    min-height: 280px;
  }

  .delivery-feedback {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
  }

  .delivery-feedback__shape {
    display: none;
  }

  .delivery-feedback__form {
    width: 100%;
    max-width: none;
  }

  .delivery-feedback__media {
    display: none;
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 280px;
    clip-path: none;
  }

  .delivery-hero__title {
    font-size: 32px;
  }

  .delivery-section__title {
    font-size: 28px;
  }

  .delivery-process {
    flex-direction: column;
    height: auto;
    gap: 12px;
  }

  .delivery-process__card {
    width: 100%;
    min-height: 220px;
    height: auto;
    margin-left: 0;
  }

  .delivery-process__shape--desktop {
    display: none;
  }

  .delivery-process__card--1,
  .delivery-process__card--3 {
    background: var(--delivery-accent);
  }

  .delivery-process__card--2 {
    background: var(--delivery-line);
  }

  .delivery-process__card--2 .delivery-process__body,
  .delivery-process__card--3 .delivery-process__body {
    padding-left: 30px;
  }

  .delivery-process__card--2 .delivery-process__num,
  .delivery-process__card--3 .delivery-process__num {
    left: 30px;
  }

  .delivery-feedback__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery-info-card:nth-child(2) dl > div{
    grid-template-columns: 195px 1fr;
  }

  .delivery-process__card--1 .delivery-process__body,
  .delivery-process__card--2 .delivery-process__body, .delivery-process__card--3 .delivery-process__body, .delivery-process__card--2 .delivery-process__num, .delivery-process__card--3 .delivery-process__num{
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  .delivery-section--russia.delivery-section--grey,
  .delivery-section--payment.delivery-section--grey{
    background: none;
    padding-bottom: 0;
  }

  .delivery-section--russia.delivery-section--grey{
    padding-bottom: 82px;
  }

  .delivery-feedback__bottom .btn{
    width: 100%;
  }
}

.br_delivery__mobile{
  display: none;
}
@media (max-width: 767px) {
  .br_delivery__mobile{
    display: block;
  }
}

@media (max-width: 767px) {
  .delivery-field__placeholder{
    font-size: 15px;
  }
  .delivery-field__filename{
    font-size: 15px;
  }
  .main:has(.delivery-page) {
    padding-bottom: 0px;
    /* background: #fff; */
  }

  .delivery-page {
    margin-top: -97px;
  }

  .delivery-hero {
    min-height: 228px;
  }

  .delivery-hero__content {
    padding-top: 75px;
    padding-bottom: 30px;
  }

  .delivery-hero__title {
    font-size: 24px;
    margin-bottom: 13px;
  }

  .delivery-hero__text {
    font-size: 15px;
    line-height: 20px;
    color: #d1d1d1;
  }

  .delivery-section,
  .delivery-section--nsk {
    padding: 60px 0;
  }

  .delivery-section--russia {
    padding: 0 0 60px;
    background: var(--delivery-white);
  }

  .delivery-section--process {
    padding: 0 0 60px;
  }

  .delivery-section--payment {
    padding: 0 0 30px;
    background: var(--delivery-white);
  }

  .delivery-section--faq,
  .delivery-section--feedback {
    padding: 60px 0;
    background: #fff;
  }

  .delivery-section--faq{
    padding-bottom: 0;
  }

  .delivery-section__title,
  .delivery-section__title--sm {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .delivery-section--process .delivery-section__title,
  .delivery-feedback__form .delivery-section__title {
    font-size: 26px;
  }

  .delivery-section--process .delivery-section__title {
    margin-bottom: 20px;
  }

  .delivery-section_faq-text {
    display: none;
  }

  .delivery-cards {
    gap: 10px;
  }

  .delivery-info-card {
    min-height: 0;
    padding: 20px 16px;
  }

  .delivery-info-card:last-child{
    padding-bottom: 7px;
  }

  .delivery-payment__head{
    margin-bottom: 16px;
  }

  .delivery-info-card h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .delivery-info-card dl {
    gap: 10px;
  }

  .delivery-info-card dl > div,
  .delivery-info-card:nth-child(2) dl > div,
  .delivery-info-card__list--narrow > div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-bottom: 12px;
  }

  .delivery-info-card dt {
    font-size: 16px;
  }

  .delivery-info-card dd {
    font-size: 15px;
    line-height: 20px;
  }

  .delivery-russia__head {
    gap: 20px;
  }

  .delivery-russia__text p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 20px;
    color: #646464;
  }

  .delivery-russia__map {
    min-height: 188px;
    margin-top: 9px;
  }

  .delivery-russia__map img{
    height: 188px;
    object-position: right;
  }

  .delivery-partners {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px 0;
  }

  .delivery-partners__item {
    height: 59px;
  }

  .delivery-partners__item img {
    max-height: 42px;
  }

  .delivery-notes {
    gap: 10px;
  }

  .delivery-note {
    padding: 16px 15px 17px 13px;
    background: var(--delivery-line);
  }

  .delivery-note p {
    font-size: 15px;
    line-height: 20px;
    color: #646464;
  }

  .delivery-process {
    gap: 0;
  }

  .delivery-process__card {
    min-height: 0;
    margin-bottom: -5px;
  }

  .delivery-process__card--1,
  .delivery-process__card--3 {
    height: 139px;
    min-height: 139px;
  }

  .delivery-process__card--2 {
    height: 173px;
    min-height: 173px;
  }

  .delivery-process__card--3 {
    margin-bottom: 0;
  }

  .delivery-page img.delivery-process__shape--desktop {
    display: none;
  }

  img.delivery-process__shape--mobile {
    display: block;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 139px;
    height: 384px;
    transform: translate(-50%, -50%) rotate(90deg);
    object-fit: fill;
  }

  .delivery-process__card--2 img.delivery-process__shape--mobile {
    width: 173px;
    height: 384px;
  }

  .delivery-process__card--1,
  .delivery-process__card--3 {
    background: transparent;
  }

  .delivery-process__card--2 {
    background: transparent;
  }

  .delivery-process__body {
    justify-content: center;
    padding: 0 20px 0 93px;
  }

  .delivery-process__card--2 .delivery-process__body,
  .delivery-process__card--3 .delivery-process__body {
    padding-left: 93px;
  }

  .delivery-process__num {
    top: 41%;
    left: 27px;
    font-size: 70px;
    transform: translateY(-50%);
  }

  .delivery-process__card--2 .delivery-process__num {
    left: 24px;
    padding: 0;
  }

  .delivery-process__card--3 .delivery-process__num {
    left: 25px;
    padding: 0;
  }

  .delivery-process__card h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .delivery-process__card p {
    max-width: none;
    font-size: 15px;
    line-height: 20px;
  }

  .delivery-payment {
    padding: 20px 16px;
    background: var(--delivery-line);
    border-radius: 2px;
  }

  .delivery-payment__icon {
    width: 36px;
    height: 36px;
  }

  .delivery-payment h3 {
    font-size: 18px;
  }

  .delivery-payment p {
    font-size: 16px;
  }

  .delivery-faq {
    gap: 9px;
  }

  .delivery-faq__item summary {
    gap: 10px;
    padding: 20px 16px;
  }

  .delivery-faq__item summary h3 {
    font-size: 18px;
    font-weight: 700;
  }

  .delivery-faq__arrow {
    width: 32px;
    height: 32px;
    background: transparent;
  }

  .delivery-faq__arrow img {
    width: 32px;
    height: 32px;
  }

  .delivery-faq__item p {
    padding: 0 16px 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .delivery-feedback {
    overflow: visible;
  }

  .delivery-feedback__media {
    display: none;
  }

  .delivery-feedback__form {
    padding: 0;
    background: transparent;
  }

  .delivery-feedback__grid {
    gap: 6px;
    margin-bottom: 6px;
  }

  .delivery-feedback__col {
    gap: 6px;
  }

  .delivery-field input,
  .delivery-field textarea {
    padding: 14px 10px;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid var(--delivery-line);
  }

  .delivery-field--file {
    border: 0;
    padding: 0;
  }

  .delivery-field--file label {
    padding: 14px 40px 14px 10px;
    border: 1px solid var(--delivery-line);
  }

  .delivery-field--file label.active {
    border-color: var(--delivery-accent);
  }

  .delivery-field__remove {
    right: 10px;
  }

  .delivery-field--area,
  .delivery-field--area textarea {
    min-height: 92px;
    height: 92px;
  }

  .delivery-feedback__bottom {
    flex-direction: column;
    gap: 5px;
    align-items: stretch;
  }

  .delivery-feedback__bottom .btn {
    width: 100%;
    min-width: 0;
    padding: 15px 25px;
    border-radius: 6px;
  }

  .delivery-agree label {
    font-size: 12px;
    line-height: normal;
    padding-left: 26px;
  }

  .delivery-section--russia.delivery-section--grey{
    padding-bottom: 60px;
  }

  .main:has(.delivery-page) > .container .breadcrumbs .breadcrumbs__item .breadcrumbs__link{
    display: flex;
    gap: 5px;
  }

  .main:has(.delivery-page) > .container .breadcrumbs{
    margin-top: 27px;
  }

  .main:has(.delivery-page) > .container .breadcrumbs .breadcrumbs__item:not(:has(.breadcrumbs__link)) span{
    padding-left: 4px;
  }
}

@media (max-width: 413px) {
  .delivery-hero__title {
    font-size: 22px;
  }

  .delivery-section__title,
  .delivery-section__title--sm {
    font-size: 20px;
  }

  .delivery-section--process .delivery-section__title,
  .delivery-feedback__form .delivery-section__title {
    font-size: 24px;
  }

  .delivery-process__body {
    padding-left: 78px;
  }

  .delivery-process__card--2 .delivery-process__body,
  .delivery-process__card--3 .delivery-process__body {
    padding-left: 78px;
  }

  .delivery-process__num {
    left: 16px;
    font-size: 60px;
  }

  .delivery-page{
    margin-top: -70px;
  }

  .delivery-russia__map img{
    object-fit: contain;
  }

  .delivery-process__card h3{
    font-size: 16px;
  }

  .delivery-process__card p{
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-page{
    margin-top: -98px;
  }
}

@media (min-width: 415px) and (max-width: 767px) {
  .delivery-page{
    margin-top: -85px;
  }

  .delivery-russia__map img{
    height: auto;
  }

  .delivery-process{
    max-width: 384px;
    margin: auto;
  }
}

@media (min-width: 1630px){
  .delivery-hero__content{
    width: 1440px;
  }
}

@media (hover: hover) {
  .delivery-faq__arrow:hover {
    background: rgba(255, 142, 22, 0.5);
  }
}
/* End */
/* /local/templates/edisontheme/css/delivery.css?178710636226751 */
