@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("/static/core/fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Russo One";
  font-weight: 400;
  src: url("/static/core/fonts/RussoOne-Regular.ttf");
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 13pt;
}

.br-30 {
  border-radius: 30px !important;
}

h2 {
  font-family: "Russo One", sans-serif;
  font-size: 40pt;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  h2 {
    font-size: 35pt !important;
  }
}

.bg-dark {
  background-color: #252525 !important;
}

.bg-gradient {
  background: linear-gradient(90deg, #FAFF01 0%, #FF8819 25%, #FE271F 50%, #970101 75%, #252525 100%) !important;
}

.map-wrap {
  position: relative;
  max-height: 435px;
  min-height: 60vh;
}

.map-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.logo {
  height: 60px !important;
}

@media (max-width: 992px) {
  .header .btn-zakaza-zvonka-v-sapke {
    font-size: 10pt !important;
  }
}

.header .phone a {
  color: #000 !important;
  text-decoration: none;
  font-size: 14pt;
  font-weight: bold;
}
.header .phone a b {
  font-size: 22pt;
}
@media (max-width: 992px) {
  .header .phone a {
    font-size: 10pt !important;
  }
  .header .phone a b {
    font-size: 14pt;
  }
}

.btn-danger {
  background-color: #DF002D !important;
  border: 0 !important;
}
.btn-danger:hover {
  background-color: rgba(223, 0, 45, 0.8) !important;
}

.img-wrap {
  position: relative;
}

.img-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z-1000 {
  z-index: 1000;
}

h1 {
  font-family: "Russo One", sans-serif !important;
  font-size: 90pt !important;
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  h1 {
    font-size: 40pt !important;
  }
}

h3 {
  font-size: 25pt !important;
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  h3 {
    font-size: 18pt !important;
  }
}

.forma_na_glavnoi {
  border-radius: 100px !important;
}
.forma_na_glavnoi .btn {
  font-size: 12pt !important;
}
@media (max-width: 992px) {
  .forma_na_glavnoi {
    border-radius: 30px !important;
  }
  .forma_na_glavnoi .btn {
    font-size: 10pt !important;
  }
}

.form-control.bg-light {
  background-color: #DCE6ED !important;
}

.katalog_tovarov h4 {
  font-size: 16pt;
}
.katalog_tovarov .price {
  font-size: 24pt;
}

.nav-link {
  border-radius: 30px !important;
  border: 1px solid #fff !important;
  margin-right: 10px;
  color: #fff !important;
}
.nav-link:hover {
  border: 1px solid #DF002D !important;
  background-color: #DF002D !important;
}

.nav-link.active {
  border: 1px solid #DF002D !important;
  background-color: #DF002D !important;
}

.bg-light {
  background-color: #DCE6ED !important;
}

.card-contct {
  font-size: 14pt;
  font-weight: bold;
  font-family: "Russo One", sans-serif !important;
}
.card-contct .email {
  text-decoration: none;
  color: #FFCC00 !important;
}
.card-contct .site {
  color: #FFCC00 !important;
}
.card-contct .phone a {
  color: #fff !important;
  text-decoration: none;
  font-size: 15pt;
  font-weight: bold;
}
.card-contct .phone a b {
  font-size: 18pt;
  color: #FFCC00 !important;
}

.forma-podrobnogo-zakaza h3 {
  font-size: 28pt !important;
  font-family: "Russo One", sans-serif !important;
}

.br-100 {
  border-radius: 100px;
}

.uvedomlenie_wrap {
  position: fixed;
  top: 20px;
  right: 0;
  z-index: 99999999;
}
.uvedomlenie_wrap .toast-header {
  border-bottom: none;
}

.object-fit-contain {
  object-fit: contain;
}

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