/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./resources/templates/front/main.scss ***!
  \******************************************************************************************************************************************************/
blockquote {
  font-size: 20px;
}

.site-overlay-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50000;
}
.site-overlay-loading__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 20px;
  background: repeating-linear-gradient(to right, #EE0C26 0%, #fff, #EE0C26 100%);
  background-size: 200% auto;
  background-position: 0 100%;
  width: 100%;
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.d-none {
  display: none;
}

.pe-none {
  pointer-events: none;
}

.form__row--error .form__agree {
  color: #f00;
}
.form__row--error .form__agree a {
  color: #f00;
}

.map {
  height: 100%;
  position: relative;
  background: #ffffff;
}
.map__wrap {
  height: 100%;
}
.map__wrap ymaps[class*=copyrights-pane] {
  opacity: 0.9;
}
.map__balloon {
  width: 250px;
}
.map__balloon p + p {
  margin-top: 4px;
}
.map__balloon p {
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.map__balloon p span {
  color: #EE0C26;
  text-decoration-line: underline;
}
.map__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  background: #58595B;
  animation: increase 1.4s infinite;
}

.order__map ymaps[class*=copyrights-pane] {
  top: 35px !important;
  right: 15px !important;
}

@keyframes increase {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.notification {
  z-index: 40000;
}

.invisible {
  visibility: hidden;
}

.choices {
  user-select: none;
}

.choices__item--choice:hover {
  background-color: rgba(242, 242, 242, 0.45);
}

.nowrap {
  white-space: nowrap;
}

.disable-el {
  pointer-events: none;
}

.custom-cluster-icon {
  font-family: Cera Pro, sans-serif;
  width: 44px;
  height: 44px;
  padding-top: 1px;
  background: rgb(238, 12, 38);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  font-weight: 900;
}

.custom-cluster-icon__content {
  text-align: center;
}

@media (max-width: 768px) {
  .map__balloon {
    transform: translateY(-30px);
    width: 300px;
  }
}
