.dl-root *, .dl-root *::before, .dl-root *::after{
  box-sizing: border-box;
}
.dl-root{
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #1e1e1e;
  background: #fff;
  line-height: 1.45;
}
.dl-root img{
  display: block;
  max-width: 100%;
  height: auto;
}
.dl-root .benefits{
  padding: 50px 0 100px;
}
.dl-root .benefits__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .benefits__title{
  margin: 0 0 55px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1e1e;
  text-transform: none;
}
.dl-root .benefits__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.dl-root .card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 387px;
  padding: 30px 28px 16px;
  background: #eaf2ff;
  border-radius: 20px;
  overflow: hidden;
}
.dl-root .card__title{
  margin: 0 0 14px;
  max-width: 260px;
  min-height: 65px;
  color: #ea5150;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
.dl-root .card__text{
  margin: 0 0 auto;
  max-width: 280px;
  color: #333;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.45;
}
.dl-root .card__img{
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 28px;
  max-height: 200px;
  width: auto;
  object-fit: contain;
}
/* Coverage map */
.dl-root .coverage{
  padding: 80px 0 110px;
  background:
    radial-gradient(ellipse 70% 55% at 50% 35%, #2b6a8f 0%, #24546f 55%, #1e4560 100%);
  color: #fff;
}
.dl-root .coverage__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .coverage__inner svg{
  max-width: 100%;
}
.dl-root .coverage__map{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  object-fit: contain;
}
.dl-root .coverage__stats{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 55px;
}
.dl-root .stat{
  display: flex;
  align-items: center;
  gap: 16px;
}
.dl-root .stat__num{
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.dl-root .stat__label{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
}
/* Process steps */
.dl-root .process{
  padding: 100px 0 80px;
  background: #fff;
}
.dl-root .process__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .process__title{
  margin: 0 0 55px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1e1e;
}
.dl-root .process__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.dl-root .process__item{
  position: relative;
  text-align: left;
}
.dl-root .process__item:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 37px;
  left: 100px;
  right: 0;
  height: 2px;
  background: #24546F;
}
.dl-root .process__item:not(:last-child)::before{
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #24546F;
}
.dl-root .process__num{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #ea5150;
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  position: relative;
  z-index: 2;
}
.dl-root .process__heading{
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #24546f;
  min-height: 47px;
}
.dl-root .process__text{
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #777;
}
/* Cost */
.dl-root .cost{
  padding: 50px 0 100px;
}
.dl-root .cost__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .cost__panel{
  display: grid;
  grid-template-columns: 0.76fr 1.25fr;
  align-items: stretch;
  background: #eaf2ff;
  border-radius: 24px;
  overflow: hidden;
  min-height: 630px;
}
.dl-root .cost__media{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 420px;
}
.dl-root .cost__media img{
  position: absolute;
  width: auto;
  max-height: 736px;
  object-fit: contain;
  object-position: bottom center;
  left: -22px;
  bottom: -151px;
}
.dl-root .cost__body{
  padding: 75px 44px 40px 28px;
}
.dl-root .cost__title{
  margin: 0 0 40px;
  text-align: left;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e1e1e;
}
.dl-root .cost__lead{
  margin: 0 0 45px;
  font-size: 25px;
  color: #555;
}
.dl-root .cost__main{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 24px;
  align-items: start;
}
.dl-root .cost__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.dl-root .cost__list li{
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #24546f;
}
.dl-root .cost__icon{
  flex: 0 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dl-root .cost__icon.stroke svg path,
.dl-root .cost__note.stroke svg path{
  stroke: #EA5150;
}
.dl-root .cost__box{
  width: 310px;
  margin-top: 4px;
}
.dl-root .cost__note{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 50px 0 0;
  font-size: 18px;
  font-style: italic;
  color: #666;
  line-height: 1.4;
}
.dl-root .cost__note-mark{
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ea5150;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
/* Pickup */
.dl-root .pickup{
  padding: 105px 0 95px;
  background: #f0f4f8;
}
.dl-root .pickup__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .pickup__title{
  margin: 0 0 40px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1e1e;
}
.dl-root .pickup__lead{
  margin: 0 auto 35px;
  max-width: 800px;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  color: #555;
  letter-spacing: -.7px;
}
.dl-root .pickup__link-row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0 0 50px;
  font-size: 18px;
  font-style: italic;
  color: #555;
  text-align: center;
}
.dl-root .pickup__link-row svg path{
  stroke: #EA5150;
}
.dl-root .pickup__link-row a{
  color: #1e1e1e;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.dl-root .pickup__link-row a:hover{
  color: #ea5150;
}
.dl-root .pickup__grid{
  min-height: 460px;
}
.dl-root .pickup__grid > .row{
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 20px;
  margin: 0;
  width: 100%;
}
.dl-root .pickup__grid .c-3,
.dl-root .pickup__grid .c-9{
  float: none;
  width: 100%;
  min-width: 0;
  position: relative;
}
.dl-root .pickup__grid .c-3{
  background: #fff;
  border-radius: 24px;
  overflow: auto;
  max-height: 642px;
  min-height: 460px;
  padding: 8px 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.dl-root .pickup__grid .c-9{
  background: #dfeaf5;
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
}
.dl-root .pickup__grid .news-list{
  height: 100%;
  margin: 0;
}
.dl-root .pickup__grid .canvas-map{
  width: 100%;
  height: 642px;
  min-height: 460px;
  border-radius: 24px;
}
.dl-root .pickup__grid .psk263{
  list-style: none;
  margin: 0;
  padding: 0;
}
.dl-root .pickup__grid .psk263 > li{
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.dl-root .pickup__grid .psk263 > li > span{
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  padding: 14px 20px 14px 36px;
  position: relative;
  cursor: pointer;
  display: block;
}
.dl-root .pickup__grid .psk263 > li > span:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #24546f transparent transparent transparent;
  transition: transform 0.2s ease;
}
.dl-root .pickup__grid .psk263 > li.psk264 > span:before{
  transform: rotate(180deg);
}
.dl-root .pickup__grid .psk263 > li > ul{
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
  display: none;
}
.dl-root .pickup__grid .psk263 > li.psk264 > ul{
  display: block;
}
.dl-root .pickup__grid .psk263 > li > ul > li > a{
  display: block;
  padding: 8px 20px 8px 36px;
  font-size: 14px;
  line-height: 1.4;
  color: #356b89;
  text-decoration: none;
}
.dl-root .pickup__grid .psk263 > li > ul > li > a:hover{
  color: #ea5150;
}
/* Howto */
.dl-root .howto{
  padding: 105px 0 95px;
  background: #fff;
}
.dl-root .howto__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .howto__title{
  margin: 0 0 50px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1e1e;
}
.dl-root .howto__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.dl-root .howto__card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 224px;
  padding: 32px 15px 20px 35px;
  background: #eaf2ff;
  border-radius: 20px;
  overflow: hidden;
}
.dl-root .howto__card .txt{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row;
  gap: 18px;
}
.dl-root .howto__num{
  margin-bottom: 10px;
  color: #ea5150;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
}
.dl-root .howto__text{
  margin: 0 0 auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #1e1e1e;
  letter-spacing: -1px;
  word-spacing: 2px;
}
.dl-root .howto__img{
  position: absolute;
  height: auto;
  width: 120px;
  object-fit: contain;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
}
.dl-root .howto__card:nth-child(3) .howto__img{
  width: 100px;
  bottom: -20px;
}
.dl-root .howto__card:nth-child(4) .howto__img{
  width: 100px;
}
.dl-root .howto__card:nth-child(5) .howto__img{
  width: 100px;
  bottom: -20px;
}
.dl-root .howto__note{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 224px;
  padding: 32px 15px 20px 35px;
  background: #eaf2ff;
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
}
.dl-root .howto__note:nth-last-child(1){
  background-color: #fff;
}
.dl-root .howto__phone{
  display: block;
}
.dl-root .howto__note p{
  font-weight: 300;
  font-style: Italic;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-top: 32px;
}
/* Extra services */
.dl-root .extra{
  padding: 102px 0 100px;
  background: #24546f;
}
.dl-root .extra__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .extra__title{
  margin: 0 0 52px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}
.dl-root .extra__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.dl-root .extra__card{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 36px 24px;
  background: #fff;
  border-radius: 28px;
  min-height: 383px;
  overflow: hidden;
}
.dl-root .extra__card-title{
  position: relative;
  margin: 0 0 14px;
  color: #ea5150;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  z-index: 2;
}
.dl-root .extra__text{
  position: relative;
  margin: 0 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  z-index: 2;
}
.dl-root .extra__img{
  margin-top: 28px;
  height: auto;
  width: 420px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -135px;
  z-index: 1;
}
/* Hours */
.dl-root .hours{
  padding: 100px 0 40px;
}
.dl-root .hours__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .hours__panel{
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: #eaf2ff;
  border-radius: 24px;
  min-height: 630px;
  overflow: hidden;
}
.dl-root .hours__body{
  padding: 73px 40px 44px 74px;
}
.dl-root .hours__title{
  margin: 0 0 8px;
  text-align: left;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1e1e;
}
.dl-root .hours__label{
  margin: 70px 0 8px;
  color: #ea5150;
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}
.dl-root .hours__value{
  margin: 0;
  font-size: 25px;
  color: #1e1e1e;
  line-height: 1.4;
  padding: 0;
}
.dl-root .hours__note{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 67px 0 0;
  font-size: 18px;
  font-style: italic;
  color: #666;
  line-height: 1.45;
}
.dl-root .hours__note svg{
  min-width: 25px;
}
.dl-root .hours__note svg path{
  stroke: #EA5150;
}
.dl-root .hours__note strong{
  font-style: italic;
  font-weight: 700;
  color: #333;
}
.dl-root .hours__note-mark{
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ea5150;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
.dl-root .hours__panel img.media{
  position: absolute;
  right: -310px;
  bottom: -350px;
  width: 860px;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  mix-blend-mode: Multiply;
}
/* Check / receive goods */
.dl-root .check{
  padding: 62px 0 100px;
  background: #fff;
}
.dl-root .check__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .check__title{
  margin: 0 0 40px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1e1e;
}
.dl-root .check__lead{
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
  font-size: 25px;
  color: #777;
}
.dl-root .check__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90%;
}
.dl-root .check__item{
  margin: 0;
  text-align: center;
}
.dl-root .check__item img{
  margin: 0 auto;
  max-height: 170px;
  width: auto;
  object-fit: contain;
}
.dl-root .check__item figcaption{
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.5;
}
.dl-root .check__support{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 20px;
  padding: 28px 40px;
  background: #eaf2ff;
  border-radius: 20px;
}
.dl-root .check__support > p{
  margin: 0;
  flex: 1 1 280px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.5;
  color: #555;
  letter-spacing: -1px;
  padding: 0;
  word-spacing: 2px;
}
.dl-root .check__contacts{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}
.dl-root .check__contacts a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #24546f;
  font-weight: 700;
  font-size: 25px;
  text-decoration: none;
}
.dl-root .check__contacts a:hover{
  color: #ea5150;
}
/* FAQ */
.dl-root .faq{
  padding: 100px 0 90px;
  background: #eaf2ff;
}
.dl-root .faq__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .faq__list{
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.dl-root .faq__item{
  background: #fff;
  border-radius: 12px;
  padding: 0 28px;
}
.dl-root .faq__q{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 33px 0;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: inherit;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.35;
  color: #1e1e1e;
  cursor: pointer;
}
.dl-root .faq__icon{
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}
.dl-root .faq__icon::before, .dl-root .faq__icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ea5150;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.dl-root .faq__icon::before{
  width: 18px;
  height: 2px;
}
.dl-root .faq__icon::after{
  width: 2px;
  height: 18px;
}
.dl-root .faq__item.is-open .faq__icon::after{
  display: none;
}
.dl-root .faq__a{
  padding: 0 36px 24px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}
/* CTA */
.dl-root .cta{
  background: #24546f;
}
.dl-root .cta__inner{
  position: relative;
  display: flex;
  align-items: center;
  gap: 36px;
  width: 100%;
  max-width: 1128px;
  min-height: 250px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.dl-root .cta__img{
  position: absolute;
  left: 14%;
  bottom: -20px;
  width: 210px;
  flex-shrink: 0;
  align-self: flex-end;
  object-fit: contain;
}
.dl-root .cta__text{
  flex: 1;
  margin-left: 34%;
}
.dl-root .cta__title{
  margin: 0 0 12px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
.dl-root .cta__desc{
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}
/* Rules */
.dl-root .rules{
  padding: 95px 0 80px;
  background: #fff;
}
.dl-root .rules__inner{
  width: 100%;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 15px;
}
.dl-root .rules__panel{
  padding: 75px 73px;
  background: #EAF2FF;
  border-radius: 24px;
}
.dl-root .rules__title{
  margin: 0 0 35px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
  color: #1e1e1e;
}
.dl-root .rules-tabs__list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 40px;
}
.dl-root .rules-tabs__btn{
  height: 44px;
  padding: 0 28px;
  border-radius: 100px;
  border: 1px solid #EA5150;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.dl-root .rules-tabs__btn.is-active{
  background: #ea5150;
  border-color: #ea5150;
  color: #fff;
}
.dl-root .rules-tabs__panel{
  display: none;
  flex-direction: column;
  gap: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.dl-root .rules-tabs__panel.is-active{
  display: flex;
}
.dl-root .rules__heading{
  margin: 0 0 10px;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1e1e1e;
}
.dl-root .rules__block p{
  margin: 0 0 8px;
  padding: 0;
}
.dl-root .rules__block ul{
  margin: 0 0 8px;
  padding-left: 18px;
}
.dl-root .rules__block li{
  margin-bottom: 4px;
}
.dl-root .rules__dash{
  list-style: none;
  padding-left: 0;
}
.dl-root .rules__dash li{
  position: relative;
  padding-left: 14px;
}
.dl-root .rules__dash li::before{
  content: "–";
  position: absolute;
  left: 0;
}
@media (max-width: 1000px) {
  .dl-root .benefits{
    padding: 100px 0;
  }
  .dl-root .benefits__inner{
    max-width: 798px;
  }
  .dl-root .benefits__grid{
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
  }
  .dl-root .card{
    min-height: 0;
    padding: 53px 30px 47px;
    text-align: left;
    align-items: flex-start;
  }
  .dl-root .card__img{
    right: 0;
    left: unset;
  }
  .dl-root .card__title{
    max-width: 80%;
    min-height: unset;
  }
  .dl-root .card__text{
    max-width: 60%;
  }
  .dl-root .coverage{
    padding: 0 0 90px;
  }
  .dl-root .coverage__stats{
    gap: 40px;
    margin-top: 0;
  }
  .dl-root .coverage__inner{
    text-align: center;
  }
  .dl-root .coverage__inner svg{
    max-width: 70%;
    height: 490px;
  }
  .dl-root .process{
    padding: 100px 0 45px;
  }
  .dl-root .process__inner{
    max-width: 798px;
  }
  .dl-root .process__title{
    margin-bottom: 52px;
  }
  .dl-root .process__list{
    grid-template-columns: repeat(1, 1fr);
    gap: 35px 20px;
  }
  .dl-root .process__item:not(:last-child)::before{
    top: unset;
    right: unset;
    left: 35px;
    bottom: -17px;
    transform: rotate(90deg);
  }
  .dl-root .process__item{
    min-height: 135px;
  }
  .dl-root .process__item:not(:last-child)::after{
    width: 4px;
    height: 35%;
    left: 38px;
    top: 100px;
  }
  .dl-root .process__num{
    position: absolute;
    top: 0;
    left: 0;
  }
  .dl-root .process__heading{
    margin-top: 25px;
    margin-left: 100px;
    margin-bottom: 8px;
    font-size: 25px;
  }
  .dl-root .process__text{
    margin-left: 100px;
    font-size: 18px;
    letter-spacing: -.4px;
  }
  .dl-root .cost__inner{
    max-width: 798px;
  }
  .dl-root .cost__panel{
    grid-template-columns: 1fr;
  }
  .dl-root .cost__lead{
    margin: 0 0 28px 39%;
  }
  .dl-root .cost__media{
    min-height: 0;
    order: 2;
  }
  .dl-root .cost__media img{
    max-height: 660px;
    left: -108px;
    bottom: -5px;
  }
  .dl-root .cost__body{
    order: 1;
    padding: 75px 24px 70px;
  }
  .dl-root .cost__title{
    text-align: center;
    font-weight: 600;
    margin: 0 0 50px;
    line-height: 1.1;
  }
  .dl-root .cost__main{
    grid-template-columns: 1fr;
    margin: 0 0 25px 39%;
  }
  .dl-root .cost__list{ 
    gap: 10px;
  }
  .dl-root .cost__list li br{
    display: none;
  }
  .dl-root .cost__box{
    width: 320px;
    margin: 20px auto 0;
  }
  .dl-root .cost__box svg{
    min-width: 25px;
  }
  .dl-root .cost__note{
    margin: 40px 0 0 39%;
    gap: 15px;
  }
  .dl-root .pickup{
    padding: 105px 0 100px;
  }
  .dl-root .pickup__inner{
    max-width: 798px;
  }
  .dl-root .pickup__title{

  }
  .dl-root .pickup__grid{
    min-height: 0;
  }
  .dl-root .pickup__grid > .row{
    grid-template-columns: 1fr;
  }
  .dl-root .pickup__grid .c-3{
    max-height: none;
    min-height: 0;
  }
  .dl-root .pickup__grid .canvas-map{
    height: 440px;
    min-height: 440px;
  }
  .dl-root .howto{
    padding: 105px 0 70px;
  }
  .dl-root .howto__title{
    margin-bottom: 50px;
  }
  .dl-root .howto__inner{
    max-width: 798px;
  }
  .dl-root .howto__grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .dl-root .howto__card{
    min-height: 175px;
    padding: 38px 15px 20px 30px;
  }
  .dl-root .howto__card .txt{
    flex-flow: column;
    gap: 5px;
    width: 100%;
    max-width: 70%;
  }
  .dl-root .howto__note{
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }
  .dl-root .howto__img{
    width: 150px;
    left: unset;
    right: 45px;
    transform: unset;
  }
  .dl-root .howto__card:nth-child(3) .howto__img{
    width: 124px;
    bottom: -20px;
  }
  .dl-root .howto__card:nth-child(4) .howto__img{
    width: 120px;
    right: 55px;
    bottom: -30px;
  }
  .dl-root .howto__card:nth-child(5) .howto__img{
    width: 131px;
    bottom: -33px;
    right: 50px;
  }
  .dl-root .howto__note:nth-child(6){
    min-height: 80px;
    padding: 10px 80px;
    background: #fff;
    gap: 15px;
  }
  .dl-root .howto__note:nth-child(6) svg{
    max-width: 25px;
  }
  .dl-root .howto__note:nth-child(6) p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    letter-spacing: -.3px;
  }
  .dl-root .extra{
    padding: 102px 0 100px;
  }
  .dl-root .extra__inner{
    max-width: 798px;
  }
  .dl-root .extra__title{
    margin-bottom: 53px;
  }
  .dl-root .extra__grid{
    grid-template-columns: 1fr;
    max-width: 710px;
    margin: 0 auto;
  }
  .dl-root .extra__card{
    text-align: left;
    align-items: flex-start;
    padding-left: 205px;
    min-height: 200px;
  }
  .dl-root .extra__card-title{
    margin: 0 0 10px;
  }
  .dl-root .extra__img{
    left: -60px;
    bottom: -23px;
    width: 250px;
    transform: unset;
    margin-top: 0;
  }
  .dl-root .hours__inner{
    max-width: 798px;
  }
  .dl-root .hours__panel{
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .dl-root .hours__body{
    padding: 77px 24px 65px 30px;
  }  
  .dl-root .hours__label{
    margin: 38px 0 8px;
    width: 100%;
    max-width: 40%;
  }
  .dl-root .hours__value{
    width: 100%;
    max-width: 50%;
  }
  .dl-root .hours__note{
    width: 100%;
    max-width: 45%;
    margin: 35px 0 0;
    letter-spacing: -.1px;
  }
  .dl-root .hours__media{
    padding: 0 16px;
  }
  .dl-root .hours__panel img.media{
    right: -47%;
    bottom: -200px;
  }
  .dl-root .check{
    padding: 65px 0 100px;
  }
  .dl-root .check__inner{
    max-width: 798px;
  }
  .dl-root .check__grid{
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .dl-root .check__support{
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 68px;
    text-align: center;
    gap: 10px;
  }
  .dl-root .check__support > p{
    flex: 1 1 70px;
    max-width: 100%;
  }
  .dl-root .check__contacts{
     gap: 52px;
    justify-content: center;
    flex-flow: row-reverse;
    width: 100%;   
  }
  .dl-root .faq{
    padding: 100px 0;
  }
  .dl-root .faq__inner{
    max-width: 798px;
  }
  .dl-root .faq__list{
    max-width: 712px;
  }
  .dl-root .faq__item{
    padding: 0 33px;
  }
  .dl-root .faq__q{
    padding: 30px 0;
  }
  .dl-root .faq__a{
    padding: 0 36px 32px 0;
  }
  .dl-root .cta__inner{
    gap: 24px;
    min-height: 285px;
  }
  .dl-root .cta__img{
    width: 222px;
    left: 15%;
  }
  .dl-root .cta__text{
    margin-left: 39.5%;
    width: 100%;
    max-width: 45%;
  }
  .dl-root .rules{
    padding: 100px 0;
  }
  .dl-root .rules__inner{
    max-width: 798px;
  }
  .dl-root .rules__panel{
    padding: 73px 28px;
  }
  .dl-root .rules__title{
    margin: 0 0 30px;
  }
  .dl-root .rules__block p{
    margin: 0;
  }
}
@media (max-width: 600px) {
  .dl-root .benefits{
    padding: 52px 0;
  }
  .dl-root .benefits__inner{
    max-width: 405px;
  }
  .dl-root .benefits__title{
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 42px;
  }
  .dl-root .benefits__grid{
    gap: 12px;
  }
  .dl-root .card{
    min-height: 280px;
    padding: 33px 20px;
    text-align: center;
    align-items: center;
  }
  .dl-root .card__title{
    margin: 0 0 12px;
    font-size: 20px;
    text-align: center;
    max-width: 95%;
  }
  .dl-root .card__text{
    font-size: 16px;
    max-width: 80%;
    line-height: 1.3;
  }
  .dl-root .card__img{
    right: 53px;
    bottom: -23px;
    left: unset;
    max-height: 158px;
  }
  .dl-root .coverage{
    padding: 0 0 35px;
  }
  .dl-root .coverage__inner svg{
    max-width: 70%;
    height: 250px;
  }
  .dl-root .coverage__stats{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: -16px;
  }
  .dl-root .stat__num{
    font-size: 50px;
  }
  .dl-root .stat__label{
    font-size: 20px;
  }
  .dl-root .process{
    padding: 52px 0 45px;
  }
  .dl-root .process__inner{
    max-width: 405px;
  }
  .dl-root .process__title{
    font-size: 25px;
    margin-bottom: 44px;
  }
  .dl-root .process__list{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dl-root .process__item:not(:last-child)::before, .dl-root .process__item:not(:last-child)::after{
    content: unset;
  }
  .dl-root .process__num{
    font-size: 30px;
    width: 60px;
    height: 60px;
  }
  .dl-root .process__heading{
    margin-top: 20px;
    margin-left: 80px;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .dl-root .process__text{
    margin-left: 0;
    font-size: 16px;
  }
  .dl-root .cost{
    padding: 0 0 50px;
  }
  .dl-root .cost__inner{
    max-width: 405px;
  }
  .dl-root .cost__body{
    padding: 50px 24px;
  }
  .dl-root .cost__title{
    font-size: 25px;
    line-height: 1.4;
  }
  .dl-root .cost__title{
    font-size: 25px;
    line-height: 1.4;
    margin: 0 0 25px;
  }
  .dl-root .cost__lead{
    font-size: 20px;
    text-align: center;
    margin: 0 0 28px 0;
  }
  .dl-root .cost__media img{
    max-height: 212px;
    left: unset;
    right: 13px;
    bottom: -45px;
  }
  .dl-root .cost__main{
    margin: 0 0 25px 10px;
  }
  .dl-root .cost__list{
    gap: 14px;
  }
  .dl-root .cost__note{
    margin: 82px 0 0 0;
    max-width: 65%;
    font-size: 14px;
  }
  .dl-root .cost__note svg{
    min-width: 25px;
    min-height: 25px;
  }
  .dl-root .pickup{
    padding: 50px 0 55px;
  }
  .dl-root .pickup__inner{
    max-width: 405px;
  }
  .dl-root .pickup__title{
    font-size: 25px;
    margin: 0 0 35px;
  }
  .dl-root .pickup__lead{
    font-size: 20px;
    line-height: 1.35;
    margin: 0 auto 30px;
  }
  .dl-root .pickup__link-row{
    flex-flow: row;
    font-size: 14px;
    width: 100%;
    max-width: 77%;
    margin: 0 auto;
  }
  .dl-root .pickup__link-row svg{
    min-width: 25px;
  }
  .dl-root .pickup__grid{
    margin-top: 38px;
    min-height: 0;
  }
  .dl-root .pickup__grid > .row{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dl-root .pickup__grid .c-3{
    max-height: 420px;
    min-height: 0;
  }
  .dl-root .pickup__grid .canvas-map{
    height: 360px;
    min-height: 360px;
  }
  .dl-root .howto{
    padding: 53px 0 8px;
  }
  .dl-root .howto__inner{
    max-width: 405px;
  }
  .dl-root .howto__title{
    font-size: 25px;
    margin-bottom: 40px;
  }
  .dl-root .howto__grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .dl-root .howto__card{
    min-height: 212px;
  }
  .dl-root .howto__img{
    width: 100px;
    left: unset;
    right: 28px;
    bottom: 34px;
    transform: unset;
  }
  .dl-root .howto__card:nth-child(3) .howto__img{
    width: 80px;
    bottom: 49px;
    right: 38px;
  }
  .dl-root .howto__text{
    line-height: 1.3;
    font-weight: 200;
    letter-spacing: -1px;
  }
  .dl-root .howto__card:nth-child(4) .howto__img{
    width: 80px;
    right: 38px;
    bottom: 50px;
  }
  .dl-root .howto__card:nth-child(5) .howto__img{
    width: 83px;
    bottom: 46px;
    right: 36px;
  }
  .dl-root .howto__note:nth-child(6){
    min-height: 120px;
    padding: 10px 15px;
  }
  .dl-root .extra{
    padding: 50px 0;
  }
  .dl-root .extra__inner{
    max-width: 345px;
  }
  .dl-root .extra__title{
    font-size: 25px;
    margin-bottom: 45px;
  }
  .dl-root .extra__grid{
    gap: 10px;
  }
  .dl-root .extra__card{
    padding: 32px 20px 20px;
    align-items: center;
    min-height: 364px;
  }
  .dl-root .extra__card-title{
    font-size: 20px;
  }
  .dl-root .extra__text{
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  .dl-root .extra__img{
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    width: 260px;
  }
  .dl-root .hours{
    padding: 50px 0 10px;
  }
  .dl-root .hours__inner{
    max-width: 405px;
  }
  .dl-root .hours__body{
    padding: 52px 35px 223px;
  }
  .dl-root .hours__title{
    font-size: 25px;
    text-align: center;
    line-height: 1.3;
  }
  .dl-root .hours__label{
    font-size: 20px;
    text-align: center;
    max-width: 100%;
    margin: 31px 0 8px;
  }
  .dl-root .hours__value{
    font-size: 18px;
    text-align: center;
    max-width: 100%;
    line-height: 1.2;
  }
  .dl-root .hours__note{
    font-size: 14px;
    margin: 25px 0 0;
    max-width: 100%;
  }
  .dl-root .hours__note svg{
    min-width: 35px;
  }
  .dl-root .hours__panel img.media{
    right: 0%;
    bottom: -225px;
  }
  .dl-root .check{
    padding: 42px 0 50px;
  }
  .dl-root .check__inner{
    max-width: 405px;
  }
  .dl-root .check__title{
    font-size: 25px;
    margin: 0 0 30px;
  }
  .dl-root .check__grid{
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 35px;
  }
  .dl-root .check__item{
    display: flex;
    align-items: center;
  }
  .dl-root .check__item img{
    margin: 12px 20px 0 40px;
    max-height: 103px;
    width: auto;
    object-fit: contain;
  }
  .dl-root .check__item figcaption{
    text-align: left;
  }
  .dl-root .check__lead{
    font-size: 20px;
  }
  .dl-root .check__contacts a{
    font-size: 15px;
  }
  .dl-root .check__support > p{
    font-size: 16px;
    line-height: 1.35;
  }
  .dl-root .check__contacts{
    gap: 16px;
    flex-flow: column;
    align-items: center;
    margin-top: 10px;
  }
  .dl-root .faq{
      padding: 50px 0;
  }
  .dl-root .faq__inner{
    max-width: 345px;
  }
  .dl-root .faq__item{
    padding: 0 30px 30px;
  }
  .dl-root .faq__q{
    font-size: 20px;
    padding: 30px 0 10px;
  }
  .dl-root .faq__a{
    font-size: 14px;
    padding: 0 36px 0 0;
  }
  .dl-root .cta__inner{
    flex-direction: column;
    text-align: center;
    gap: 8px;
    min-height: 498px;
    padding: 50px 16px 0;
  }
  .dl-root .cta__img{
    width: 236px;
    left: 26%;
    align-self: center;
    order: 2;
  }
  .dl-root .cta__text{
    order: 1;
    padding-bottom: 12px;
    margin-left: 0;
    max-width: 75%;
  }
  .dl-root .cta__title{
    font-size: 20px;
    margin: 0 0 32px;
    line-height: 1.4;
  }
  .dl-root .cta__desc{
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }
  .dl-root .rules{
    padding: 50px 0;
  }
  .dl-root .rules__inner{
    max-width: 405px;
  }
  .dl-root .rules__panel{
    padding: 50px 30px;
  }
  .dl-root .rules__title{
    font-size: 25px;
    margin: 0 0 45px;
  }
  .dl-root .rules-tabs__list{
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
  }
  .dl-root .rules-tabs__btn{
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
  }
}


/* Bitrix template isolation (ia_pegas_1marka) */
main#content:has(> .dl-root) {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  width: 100%;
}
main#content > .dl-root {
  display: block;
  width: 100%;
  isolation: isolate;
}
body.page-dostavka-landing #pagetitle,
body.page-dostavka-landing .breadcrumb {
  display: none;
}
body.page-dostavka-landing .footer {
  margin-top: 0;
}

/* Hide site H1/breadcrumbs under /for-clients/ for this landing */
body.page-dostavka-landing main#content > .container.py-5 {
  display: none;
}
