

/* Start:/local/templates/vecdev/components/bitrix/news.detail/delivery/style.css?17756487747430*/
.delivery {
  margin-top: 30px;
}
.delivery p {
  font-size: 1.7rem;
  color: var(--gray700);
  margin-bottom: 8px;
}
.delivery ul {
  padding-top: 10px;
  margin-left: 20px;
}
.delivery ul li {
  font-size: 1.7rem;
  color: var(--gray700);
  padding-bottom: 6px;
}
.delivery i {
  color: #C70C2C;
  font-size: 1.5rem;
}
.delivery a {
  color: var(--redPrimary);
}
.delivery__title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 992px) {
  .delivery__title {
    text-align: center;
  }
}
.delivery__block {
  max-width: 800px;
  margin: 30px auto 0 auto;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .delivery__block {
    padding-left: 120px;
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.delivery__block__title {
  margin-bottom: 14px;
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .delivery__block__title {
    font-size: 2rem;
  }
}
.delivery__block__title-descr {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: var(--redPrimary);
  text-align: center;
}
@media (min-width: 768px) {
  .delivery__block_sklad {
    background: url("/local/templates/vecdev/images/icons/sklad.svg") no-repeat left top;
    background-size: 80px auto;
  }
}
@media (min-width: 768px) {
  .delivery__block_truck {
    background: url("/local/templates/vecdev/images/icons/truck.svg") no-repeat left top;
    background-size: 80px auto;
  }
}
.delivery__text-block {
  max-width: 800px;
  margin: 30px auto 0 auto;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .delivery__text-block {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.delivery__block-title {
  margin-bottom: 14px;
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .delivery__block-title {
    font-size: 2rem;
  }
}
.delivery__coordinates-link a {
  font-weight: 600;
}
.delivery__map {
  margin-bottom: 60px;
}
.delivery__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.delivery__gallery a {
  display: block;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .delivery__gallery a {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .delivery__gallery a {
    width: 24%;
  }
}
.delivery__slider {
  margin-top: 20px;
  margin-bottom: 60px;
}
.delivery__slider a {
  display: block;
}
.delivery__slider a img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .delivery__slider a img {
    height: 300px;
  }
}
.delivery .splide__arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0.8;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1;
  position: absolute;
  top: 50%;
  transition: background ease, border-color ease;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .delivery .splide__arrow {
    width: 48px;
    height: 48px;
  }
}
.delivery .splide__arrow--next {
  right: 15px;
}
@media (min-width: 1440px) {
  .delivery .splide__arrow--next {
    right: -12px;
  }
}
.delivery .splide__arrow--prev {
  left: 15px;
}
@media (min-width: 1440px) {
  .delivery .splide__arrow--prev {
    left: -12px;
  }
}
.delivery__price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
}
.delivery__price-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.delivery__price-list li:last-child {
  border-bottom: none;
}
.delivery__price-list span {
  font-weight: bold;
  white-space: nowrap;
}

.delivery-banner {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .delivery-banner {
    display: block;
  }
}
.delivery-banner .db__img {
  position: relative;
}
.delivery-banner .db__img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.delivery-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -o-object-fit: cover;
}
.delivery-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.delivery-banner .db__title {
  padding-top: 8%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6117647059);
}
.delivery-banner .db__descr {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6117647059);
}

@media (min-width: 768px) {
  .delivery {
    padding-top: 40px;
  }
}
.delivery h2 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #000;
}

.delivery__btns {
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  justify-content: center;
}
.delivery__btns a {
  margin-right: 15px;
  color: #fff;
}
.delivery__btns a:hover {
  color: #fff;
}

.alert {
  text-align: center;
  font-size: 2rem;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  border-radius: 12px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.3;
}

#map {
  width: 100%;
  height: 400px;
  min-height: 300px;
  margin-top: 20px;
}
#map .ymaps-2-1-79-controls__control_toolbar {
  display: none;
}

.map-block {
  position: relative;
}
.map-block__container {
  width: 100%;
  height: 400px;
}
.map-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}
.map-block__overlay__message {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
}

.map__form-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.map__calculate {
  position: relative;
}
.map__loader {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 10px;
  color: var(--gray600) !important;
}
.map__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--boxShadowPrimary);
  padding: 4px;
  border: 1px solid var(--gray100);
  margin-top: 4px;
}
.map__suggestions svg {
  width: 30px;
  height: 30px;
}
.map__suggestions__item {
  font-size: 1.5rem;
  padding: 4px 6px;
  cursor: pointer;
}
.map__suggestions__item:hover {
  background: var(--gray200);
}
.map__route-result {
  background: #fff;
  padding: 10px;
  border: 1px solid var(--gray300);
  border-radius: 8px;
  margin-top: 10px;
}
.map__route-result__title {
  margin-bottom: 10px;
  font-size: 2rem;
}
.map__route-result__title span {
  font-weight: 500;
}
.map__route-result__length {
  font-size: 1.7rem;
}
.map__route-result__length span {
  font-weight: 500;
}
.map__route-result__price {
  font-size: 1.7rem;
}
.map__route-result__price span {
  font-weight: 500;
  color: var(--redPrimary);
}
.map__route-result__descr {
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--redPrimary);
  margin-top: 10px;
}

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

/* End */
/* /local/templates/vecdev/components/bitrix/news.detail/delivery/style.css?17756487747430 */
