body{
  overflow-x: hidden;
}
@keyframes zoomBackground {
  from {
    background-size: 130% 130%;
  }
  to {
    background-size: 100% 100%; /* Увеличиваем размер фона */
  }
}
.navbar{
  background:#333333;
  opacity: 0.9;
}
.header {
  position: relative;
  color: #fff;
  padding-top: 2rem;
  background: url(../pictures/background_1.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  min-height: 50rem;
  animation: zoomBackground 15s infinite alternate; /* Применяем анимацию */
}
.header_down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* Poluprozrachnyy fon */
  padding: 3rem;
  text-align: center;
}

.header_tellimus{
  color: #fff;
   padding-top: 2rem;
   background: url(../pictures/background_1.jpg) no-repeat center;
   background-size: cover;
   width: 100%;
   height: 40vh;
   min-height: 10rem;

}
.Tellimine_header {
  font-family: "Montserrat", sans-serif;
  color: white; /* Iznachal'nyy belyy tekst */
  text-decoration: none; /* Ubirayem podcherkivanie */
  transition: color 0.3s ease, text-shadow 0.3s ease; /* Pлавnый perehod */
}

.Tellimine_header:hover {
  font-family: "Montserrat", sans-serif;
  color: yellow; /* Menyaem cvet pri navedenii */
  text-shadow: 0 0 10px rgba(255, 255, 0, 0.8); /* Svetlyashchijsya effekt */
}

.header-text {
    text-align: center;
}
.header-text_menu{
text-align: center;
  padding-top: 15vh;
}
.logo_main{
  padding-top: 10vh;
  padding-bottom: 8vh;
}
.logo_img{
  width:50%;
}
.h1_main{
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 45px;
  padding-bottom: 20px;
}
.h4_main{
  padding-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.about_name{
text-align: center;
padding-top: 6vh;
padding-bottom: 6vh;
}
.about_name h2{
color: #333333;
font-size: 30px;
font-family: "Montserrat", sans-serif;
font-weight: 800;
font-style: normal;
}
.advantages_block{
  padding-top: 2vh;
  padding-bottom: 8vh;
}
.check_mark{
text-align: right;
padding-top: 2vh;
padding-right: 4vh;

}
.advantages_block h2 {
color: #333333;
font-size: 20px;
font-family: "Montserrat", sans-serif;
font-weight: 800;
font-style: normal;
}
.advantages_block span {
color: #000;
font-size: 15px;
font-family: "Montserrat", sans-serif;
font-weight: 300;
font-style: normal;
}

.about_main{
padding-right: 10rem;
padding-left: 10rem;
padding-bottom: 5rem;

}
.about_main p{
color: #000;
font-size: 20px;
font-family: "Montserrat", sans-serif;
font-weight: 300;
font-style: normal;
}



.main_footer {
    background-color: #333333;
    color: #dee2e6;
}
.contact_name{
text-align: center;
padding-top: 6vh;
padding-bottom: 2vh;
}
.contact_name h2{
color: #868e96;
font-size: 30px;
font-family: "Montserrat", sans-serif;
font-weight: 800;
font-style: normal;
}
.contact_name hr{
    border-top: 1px solid rgba(255, 255, 255, 1);
}
.link_contact:link {
    color: #dee2e6;
    font-weight: lighter;
    text-decoration: none;
}
.link_contact {
    margin-bottom: 8px;
    display: block;
}
.contact_data{
  padding-left: 10rem;

  padding-bottom: 2rem;
}
.person_contact hr{
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.adress_contact{
  text-align: center;
      padding-top: 10px;
      padding-bottom: 3vh;
}
.link_contact_orange:visited {
    color: #4dabf7;
    text-decoration: none;
}
.link_contact_orange {
    display: block;
    font-size: 20px;
}
.fa-map-marker-alt {
    color: red;
}
.fa-check {
  color: #FFA500;
}
.social_contact{
  text-align: center;
      padding-top: 10px;
      padding-bottom: 2vh;
}
.social_contact a{

      padding: 10px;

}
.baner2_img {
    width: 100px;
}
.insta {
    font-family: 'Shrikhand', cursive;
}
.bottom_footer {
    background-color: #212529;
    color: #fff;
}

.copyright_main {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.copyright {
    font-weight: lighter;
    line-height: 1.2;
    font-size: 15px;
}

.zoom-effect {
    position: relative;
    width: 26vh; /* Делаем квадрат, чтобы после border-radius картинка стала круглой */
    height: 26vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 8px 8px 18px 1px #ccc;
    border-radius: 50%; /* Делаем круг */
}

.zoom-effect h2 {
    color: white;
    position: relative;
    z-index: 1;
    font-size: 20px;
}
.zoom-effect_1::after {

  background-image: url('../pictures/background_1.jpg');
}
.zoom-effect_2::after {

  background-image: url('../pictures/background_1.jpg');
}
.zoom-effect_3::after {

  background-image: url('../pictures/background_1.jpg');
}
.zoom-effect_4::after {

  background-image: url('../pictures/background_1.jpg');
}
.zoom-effect_5::after {

  background-image: url('../pictures/background_1.jpg');
}
.zoom-effect_6::after {

  background-image: url('../pictures/background_1.jpg');
}.zoom-effect_7::after {

  background-image: url('../pictures/background_1.jpg');
}
.zoom-effect_8::after {

  background-image: url('../pictures/background_1.jpg');
}
.zoom-effect_9::after {

  background-image: url('../pictures/background_1.jpg');
}
.zoom-effect::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    border-radius: 50%; /* Округляем фон */
}

.zoom-effect:hover::after {
    transform: scale(1.1);
}

.info_block{
padding-bottom: 2rem;
display: flex;
    justify-content: center; /* Центрируем содержимое по горизонтали */
    align-items: center; /* Центрируем по вертикали (если нужно) */
    text-align: center; /* Центрируем текст внутри */
}

.info_link:hover {
    text-decoration: none; /* Убираем подчеркивание при наведении */
}
#info {
  padding-bottom: 4vh;
}
#galery {
  padding-bottom: 4vh;
}

.contact_form{
padding-bottom: 6vh;
}
.form-check-input{
  margin-left: 0;
}

#tellimus {

  padding-top: 8vh;
  padding-bottom: 4vh;
}
.tellimus h4{
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  padding-bottom: 10px;
}

.tellimus h3{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 30px;
}
.Send_info{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  padding: 30px;
}

@media (max-width: 1000px) { /* Применяем стили только для мобильных устройств с шириной до 767px */
  .header {
    background-size: contain; /* Изменяем размер фона на contain на мобильных устройствах */
  }
  .logo_img{
    width:90%;
  }
  .about_main{
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 2rem;

  }
  .contact_data{
    padding-left: 3rem;


  }
  .header_tellimus{

     height: 30vh;

  }

  .header-text_menu{

    padding-top: 7vh;
  }
  .header_down {
    padding: 1rem;

  }
  @keyframes zoomBackground {
    from {
      background-size: auto 110%;
    }
    to {
      background-size: auto 100%; /* Увеличиваем размер фона */
    }
  }

}
