img{width:100%;}
.bg_kvart {background: url(/images/bg_01.JPG) no-repeat;background-size: cover;background-position: center;}
.bg-light-kvart{background-color: #f8f9fad4;}
.pc_data{display:block;}
.mob_data{display:none;}
.mob_data a{color: #fff;text-decoration: none;}
.footer_contacts p {display: flex;flex-wrap: wrap;}
.footer_contacts a {color: #fff;text-decoration: none;}
.flare-button {
  /*width: 100%;
  max-width: 280px;
  height: 50px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  /*margin-bottom: 30px;*/
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #eb9f11;
  box-shadow: 0 3px 3px #be8316;
  cursor: pointer;
  text-decoration: none;
 
  /* Важные стили для анимации */
  position: relative;
  overflow: hidden;
}
.flare-button:hover{color:#fff;}
.flare-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.element_apt_cost{
    letter-spacing: -2px;
}

body{font-family: 'Raleway', sans-serif;font-size: 1.1rem;}
.uppercase {
    text-transform: uppercase;
}
.btn_prime1{
	border: 1px solid #69c2d5;
    color: #69c2d5;
}
.btn_prime1:hover{
	border: 1px solid #3b7d8b;
    color: #3b7d8b;
}
.btn-primary{
    border: 1px solid #69c2d5;
    background: #69c2d5;
}
header .btn-primary:hover {
    border: 1px solid #ffffff;
    background: transparent;
}
.btn-primary:hover{
    border: 1px solid #3b7d8b;
    background: #3b7d8b;
}
.btn-outline-secondary {
    border-color: #69c2d5;
    color: #69c2d5;
}
.btn-outline-secondary:hover{
     background: #69c2d5;
     border-color: #69c2d5;
}
.navbar-brand {
    font-size: 2rem;
}
.zoom {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    color: #fff;
    font-size: 2rem;
    opacity: 0.5;
}
.hr_bl {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.card-text span {
    font-weight: 600;
}
.fw_600{font-weight: 600;}

@media (max-width: 767px){
.pc_data{display:none;}
.mob_data{display:block;}
.udobstva_block>*{text-align:center;}
}
@media (max-width: 992px){
.element_apt_item {
    width: 100%!Important;
}
.apt_item_gallery {
    width: 100%!Important;
}
.element_apt_cost{
    width: 100%!Important;
    padding-left: calc(var(--bs-gutter-x) * .5)!Important;
}
}