/*  font-family: 'Mea Culpa', cursive;
    font-family: 'Pacifico', cursive; */
* {box-sizing: border-box;}

*, body {font-family: 'Comfortaa', cursive; }

  div {border: 0px red solid;}

.main-fon {
  background-image: url("../image/fon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0px;
}
.pink-fon {
  background: #ff7f9545;
  margin-top: 1px;
}
.mira {
  border-bottom: 5px #ff7f9587 double;
  color: #531022;
  border-top: 5px #ff7f9587 double;
  min-height: 60px;
}
h1 {
  font-family: 'Mea Culpa', cursive;
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-family: 'Mea Culpa', cursive;
  font-size: 60px;
  font-weight: 400;
}
h5 {
  color: #531022;
}
h6 {
  font-family: 'Verona';
  font-size: 18px;
  font-weight: 900;
  color: #531022;
  padding-top: 5px;
}
.flora-font h1 {
  font-family: 'Comfortaa', cursive;
  font-size: 26px;
  font-weight: bold;
  color: #531022;
}
.anons-font {
  font-family: 'Pacifico', cursive;
  font-size: 16px;
  font-weight: bold;
  color: #531022;
}
.title {
  padding-top: 8px;
}
.bg-pnk {
  border-radius: 7px;
  background-color: #531022;
  box-shadow: 1px 3px 7px #85434f;
}
.navbar-expand-lg {
  padding: 0px;
  border-radius: 8px;
  margin-top: 10px;
}
.navbar-collapse {
  justify-content: space-around;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 12px;
  padding-right: 12px;
  color: white;
  font-weight: bold;
}
.navbar-nav .nav-item {
  padding-top: 3px;
  padding-bottom: 3px;
  transition: 0.2s;
}
.nav-item.active {
  background-color: #833044;
}
.nav-item:hover {
  background-color: #9f041f;
  transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-item a.nav-link:hover {
  color: #c9d3dd;
  transition: 0.5s;
}
.dropdown-menu {
  background: #9f041f;
  color: white;
  top: -1px;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 3px 3px 5px #85434f;
}
.dropdown-menu .dropdown-item {
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.2s;
}
.dropdown-menu .dropdown-item:hover {
  background: #833044;
  transition: 0.5s;
}
.dropdown-menu[data-bs-popper] {
  top: 44px;
  left: 0px;
}
.navbar-toggler {
  background-color: #ff7f9587;
  border: 5px #ff7f95 double;
  border-radius: 10px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
    border: 5px #ff7f95 double;
}
.menu-side ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu-side ul li {
   padding: 0px 20px;
}
.menu-side ul li.active {
  background: #833044;
}
.menu-side ul li:hover {
  background: #9f041f;
}
.menu-side ul li a {
  color: white;
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  border-bottom: 0.5px #c9d3dd dotted;
}
.menu-side ul li a:hover {
  color: #c9d3dd;
}
.menu-side ul li:last-child a {
  border-bottom: none;
}
.quality {
  border-radius: 15px;
  margin-bottom: 30px;
  height: 90px;
  width: 220px;
  border: 5px #ff7f951a solid;
  padding: 10px;
  color: #531022;
  background: #ff7f9517;
  font-family: 'Pacifico', cursive;
  font-size: 18px;
}

.flowers {
  background: #ff7f9517;
  border: 5px #ff7f954a solid;
  padding-top: 2px;
  border-radius: 10px;
  box-shadow:
  5px 5px 15px #85434f70,
  -5px -5px 15px #85434f70,
  5px -5px 15px #85434f70,
  -5px 5px 15px #85434f70;
}
.flowers .item {
  width: 170px;
  height: 230px;
  background: #ff7f9525;
  padding-top: 1px;
  border: 3px #833044cc solid;
  border-radius: 5px;
}
.flowers .item img {
  height: 165px;
  margin: 0px;
  object-fit: contain;
  padding: 3px;
}

.flowers .item h5 {
  font-size: 12px;
  font-weight: bold;
  color: #531022;
  padding: 5px;
  margin-bottom: 0px;
}
.btn-carousel {
  background: #531022;
  border: 3px #531022 solid;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 10px 4px 10px;
  margin-bottom: 5px;
  box-shadow: 2px 2px 5px #69303a;
}
.btn-carousel:hover {
  background: #833044;
  color: #c9d3dd;
}
.owl-dots {
  display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev  {
  background: #833044;
  color: #c9d3dd;
  border: 3px #531022 solid;
  padding-left: 10px!important;
  padding-right: 10px!important;
  padding-top: 0px!important;
  padding-bottom: 1px!important;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover  {
  background: #531022;
  color: white;
}

div.col-12.line-news {
  border-bottom: 3px #531022 double;
  color: #531022;
}
div.col-12.line-news b {
  font-size: 20px;
}
.more-news {
  color: #531022;
  font-weight: bold;
}
.card.news-card {
  background: none;
  border: none;
  width: 100% !important;
}
.card.news-card p,
.card.news-card h5 {
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: bold;
  color: #531022;
}
.card.news-card h5.card-title {
  margin-bottom: 0px;
}
.card.news-card .card-body {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-right: 0px;
}
.breadcrumb-item a {
    font-size: 14px;
    padding-top: 3px;
    text-decoration: none;
    color: #531022;
}
.breadcrumb-item.active {
  font-size: 14px;
  font-weight: 900;
  padding-left: 8px;
  padding-top: 3px;
  color: #833044;
}
.slide-min .card {
  background: #ff7f9525;
  border: 5px #ff7f9587 solid;
  padding-top: 2px;
  border-radius: 10px; */
}
.pcs-prv .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 80px;
    border-radius: 5px;
    border: 2px #531022 solid;
    margin-right: 4px;
    margin-left: 4px;
    opacity: 0.5;
    z-index: 99;
    background-size: contain !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    background-color: #ff7f9587 !important;
}
.pcs-prv .carousel-indicators .active
 {
  opacity: 1;
}
.pcs-prv .carousel-indicators
 {
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: 0;
}
.carousel-inner.slide-min .card img {
  width: 100%;
  height: 500px;
  padding: 5px;
  object-fit: contain;
  margin-bottom: 6rem;
}
.carousel-inner.slide-min .card {
  margin: 0px;
}
.navbar .title {display: none;}
.flower-dscpt {
  justify-content: flex-start;
  color: #531022;
  font-size: 14px;
}

.block-title {
  height: 40px;
  background: #833044;
  border: 2px #531022 solid;
  border-radius: 5px;
  box-shadow: 5px 5px 7px #69303a;
}
.title-block {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px 5px #020202;
  padding-top: 6px;
}
.info-box {
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
  border: 5px #ff7f951a solid;
  padding: 15px;
  color: #531022;
  background: #ff7f9517;
  font-family: 'Comfortaa', cursive;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.info-box b {
  font-family: 'Arial';
  font-size: 15px;
}
.contact a {
  text-decoration: none;
  color: #531022;
}
.contact {
  font-size: 18px;
}
.tel-nom {
  position: relative;
  display: inline-block;
  color: #531022;
  font-family: 'Comfortaa', cursive;
}
.tel-nom:hover .numb  {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 300px;
  color: #531022;
  font-family: 'Comfortaa', cursive;
}
.tel-nom:hover .numb a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 300px;
  color: #531022;
  font-family: 'Comfortaa', cursive;
}
.numb {
  display: none;
}
.numb a {
  text-decoration: none;
  color: #531022;
  font-family: 'Comfortaa', cursive;
  width: 300px;
}
.cc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.cc  div {
  width: 40px;
  height: 40px;
  background: #833044;
  color: #fff;
  border-radius: 50%;
  margin: 7px;
  font-size: 9px;
  padding: 3px 0px;
  text-align: center;
  border: 3px #531022 solid;
}
.cc a {
  color: white;
}

.tel-nom:hover .zapros {
  display: none;
}
.zapros {
  margin-left: 0px;
  text-decoration: underline;
  color: #531022;
  font-family: 'Comfortaa', cursive;
}
.map {
  border: 3px #531022 solid;
  border-radius: 5px;
}
.form-question {
  margin: 0px auto;
  height: 600px;
  background-color: white;
  border-radius: 15px;
  background: url("../image/Zakaz_fon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px #ff7f9587 solid;
  background-position: center;
}
.contact-forma {
  color: #531022;
  font-size: 13px;
  font-weight: bold;
  margin: 0px auto;
  padding-top: 30px;
  text-shadow: 1px 1px 1px #4b1c28;
}
.inp {
    outline: none;
    border: 2px #531022 solid;
    border-radius: 7px;
    padding: 8px;
    width: 250px;
    margin-bottom: -20px;
    resize: none;
    box-shadow: 1px 3px 5px #561123b0;
}
.inp::placeholder {color: #83304490;}
.inp:hover::placeholder {color: #83304495;}
.inp:hover {
  background: #f7e6f4;
  color: black;
}

.footer h3 {
  color: #531022;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer ul {
  list-style: none;
  padding: 0px;

}
.footer ul li a,
.footer ul li a:active,
.footer ul li a:link,
.footer ul li a:visited
{
  text-decoration: none;
  color: #531022;
}
.footer ul li a:hover
{
  color: white;
}
.foot1 {
  font-size: 26px;
}
.foot2 {
  font-size: 13px;
  font-family: 'Comfortaa', cursive;
}
.s-footer {
  background: #ff7f95c7;
  border-top: 2px #682030 solid;
  font-size: 11px;
  padding-top: 10px;
}
.s-bottom {
  background: #833044cc;
  border-top: 1px #682030 solid;
  font-size: 9px;
  color: #c9d3dd;
  padding-top: 10px;
  border-bottom: 20px #531022 solid;
  text-shadow: 3px 3px 5px #636464;
}

@media only screen and (max-width: 1200px) {
  .mira h1 {
    font-size: 55px;
  }
  .flora-font h1 {
    font-size: 20px;
  }
  .daria h2 {
    padding-top: 6px;
    font-size: 45px;
  }
}

@media only screen and (max-width: 992px) {
  .pink-fon .flora-font {display: none;}
  .navbar .title h1 {
      font-family: 'Comfortaa', cursive;
      font-size: 14px;
      font-weight: 700;
      color: white;
  }
  .carousel-inner.slide-min .card img {
    height: 400px;
  }
  .navbar .title {display: block;}
  .menu-side .bg-pnk {display: none;}
}

@media only screen and (max-width: 767px) {
  .mira h1 {
    font-size: 55px;
  }
  .daria h2 {
    padding-top: 8px;
    font-size: 45px;
  }
  .flower-dscpt {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 513px) {
  .flowers .item {width: 180px;}
  .mira h1 {
    font-size: 50px;
  }
  .daria h2 {
    padding-top: 0px;
    font-size: 35px;
  }
  .tel-nom:hover .numb a {
    left: 0px;
  }
  .contact {
    font-size: 15px;
  }
  .quality {
    border-radius: 0px;
    margin: 0px;
    height: auto;
    width: 250px;
    border: none;
    padding: 0px;
    color: #531022;
    background: none;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
  .quality.m-2 {
    margin: 0.1rem!important;
  }
}
@media only screen and (max-width: 400px) {
  .flowers .item {width: 230px;}
  .info-box {
    font-size: 16px;
  }
  .info-box b {
    font-size: 16px;
  }
  .tel-nom:hover .numb a {
    left: -5px;
  }
  .contact {
    font-size: 11px;
  }
  .inp {
    width: 235px;
  }
}
@media only screen and (max-width: 335px) {
  .inp {
    width: 200px;
  }
  .form-question {
    height: 670px;
  }
  h6 {
    padding-top: 2px;
  }
}
@media only screen and (max-width: 305px) {
  .pink-fon .flora-font {display: none;}
  .navbar .title h1 {
      font-size: 11px;
  }
  .carousel-inner.slide-min .card img {
    height: 300px;
  }
  .navbar .title {display: block;}
  .menu-side .bg-pnk {display: none;}
  .mira h1 {
    font-size: 45px;
  }
  .daria h2 {
    padding-top: 0px;
    font-size: 30px;
  }
  .contact-forma {
    padding-top: 10px;
  }
  .inp {
    width: 180px;
  }
  .sticky-top {
      top: 10px;
  }
}
@media only screen and (max-width: 268px) {
  .navbar .title h1 {
      font-size: 9px;
  }
  .tel-nom:hover .numb a {
    left: -7px;
  }
  .contact {
    font-size: 9px;
  }
  .inp {
    width: 150px;
  }

}
/* Ссылки в WhatsApp
https://api.whatsapp.com/send?phone=ХХХXXXXXXXX
https://wa.me/79000000000 */
