@import url("https://fonts.googleapis.com/css2?family=Lora:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

/* Изменение цвета выделенного текста */
::selection {
  background-color: #ee0a0a; /* Цвет фона выделения */
  color: black; /* Цвет текста в выделении */
}

/* Для браузеров на основе WebKit (Chrome, Safari) */
::-moz-selection {
  background-color: #ee0a0a; /* Цвет фона выделения для Firefox */
  color: black; /* Цвет текста в выделении для Firefox */
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 650;
}
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.hidden-element {
  visibility: hidden;
}

ul,
ol {
  list-style-type: none; /* Убираем маркеры и нумерацию */
  padding: 0; /* Убираем отступы слева */
  margin: 0; /* Убираем внешние отступы */
}

.body-bg {
  background-image: url("../../static/images//fon.jpg");
  background-size: cover;
  background-position: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  margin-bottom: 20px;
}

.menu {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}

.home-top {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 1000;
}
.top {
  background: white;
  transition: all 1s ease;
  z-index: 1000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.menu-up {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  transition: all 0.5s ease;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}

.logo {
  flex: 1;
}

.li-bg,
.li-bg-up {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  z-index: 20000;
  font-size: 12px;
}

.li-bg {
  padding-top: 40px;
  transition: all 0.4s ease;
}

.li-bg-up {
  padding-top: 20px;
  transition: all 0.4s ease;
}
.li-bg-up a {
  color: black;
  /* max-width: 70px; */
  margin: 20px 10px;
  transition: color 0.3s ease;
}

.li-bg-up input {
  color: #7a7a7a;
  max-width: 100px;
  font-weight: 650;
  text-align: center;
  margin-right: 10px;
}

.li-bg a {
  color: white;
  /* max-width: 70px; */
  margin: 20px 10px;
  transition: color 0.3s ease;
}

.li-bg a:hover {
  color: rgb(0, 0, 0);
}

.li-bg-up a:hover {
  color: rgb(0, 0, 0);
}

.li-bg input {
  color: #7a7a7a;
  max-width: 100px;
  font-weight: 650;
  text-align: center;
  margin-right: 10px;
}
.li-bg-up .dropdown {
  background: white;
}

.dropdown {
  margin: 10px;
  background: #555454fe;
  transition: opacity 0.2s ease;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.dropdown a {
   
  width: 100%;
  height: 100%;
}
.li-1 {
  transform: translateX(-15%);
}
.li-2 {
  transform: translateX(-5%);
} 

.dropdown ul {
  padding: 10px;
}

.dropdown li { 
  transition: color 0.5s ease;
  width: 100px;
  height: auto;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.dropdown li:hover {
  background-color: #d8d5d5;
}

.dropdown.show {
  visibility: visible;
  opacity: 1;
}

#results {
  top: 70px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  background-color: white;
  z-index: 1000;
  color: #446969;
  min-width: 100px;
  max-width: none;
}

#results li {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
  text-align: center;
}

#results li:hover {
  background-color: #e3cbcb;
}

.logo-img-up {
  width: 5%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  justify-content: center;
  margin: 15px;
}

.logo-img-up img {
  width: 100%;
}

.logo-img {
  padding-top: 20px;
  width: 10%;
  height: auto;
  object-fit: contain;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.logo-img img {
  width: 100%;
}

.hidden {
  display: none;
  margin: 0 auto;
}

.slogan {
  overflow: hidden;
  text-align: center;
  padding: 18% 0;
  height: auto;
  opacity: 1;
  
}


.slogan h1,
h2,
a {
  color: white;
  font-weight: 650;
  margin: 20px;
}

.slogan h1 {
  font-size: 70px;
}

.slogan h2 {
  font-size: 20px;
  padding-bottom: 20px;
}

.slogan a {
  font-size: 15px;
  background: #d40436;
  padding: 10px;
  max-width: 28%;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 4px #9e072a;
}

/* Начало слоган */

.container-slogan {
  overflow: hidden;
  height: auto;
  min-height: 250px;
  max-width: 1140px;
  align-items: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
}

.slogan-content {
  flex: 1 1 calc(33.33% - 20px);
  box-sizing: border-box;
}
.slogan-content h4 {
  font-size: 20px;
  margin: 0;
}
.slogan-content p {
  font-size: 12px;
  color: #7a7a7a;
}
.slogan-discriptor {
  position: relative;
}

.item-slogan {
  display: flex;
}

.icon-slogan {
  font-size: 35px;
  color: #d40436;
  padding-right: 10px;
}
/* Начало выбор */

.container-choice {
  display: flex;
  justify-content: center;
}

/* Начало каталог */

.text-block {
  text-align: center;
  font-size: 32px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.btn-items {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  font-size: 20px;
  padding-bottom: 20px;
}

.btn-items .btn {
  width: 25%;
  /* height: 4%; */
  margin: 0 10px;
  padding: 10px;
  outline: none;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 20px;
  /* max-width: 150px; */
}

.btn-items .btn:hover {
  background: #c61a1a;
  color: black;
}

.btn-mesage-cont {
  width: 15%;
  height: 4%;
  margin: 0 10px;
  padding: 5px;
  outline: none;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 18px;
  max-width: 150px;
  background: #d40436;
  color: #ffffff;

  display: flex; 
  justify-content: center; 
  align-items: center; 
}
.btn-mesage-cont:hover {
  background: #e11e1e;
  color: black;
}

.no-active {
  color: #615e5e;
}

.active {
  background: #d40436;
  color: #ffffff;
  outline: none;
}

.container-catalog {
  justify-content: center;
  padding-bottom: 20px;
  margin: 0;
}

.items {
  display: flex;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  z-index: 20;
}

.items a {
  overflow: hidden;
  width: 30%;
  margin: 0.4%;
  position: relative;
  box-shadow: 0 0 2px #00000080;
  height: 30%;
}

.text-img {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  background: rgb(0 0 0 / 50%);
  padding: 10px;
  text-align: center;
  width: 100%;
  pointer-events: none;
  font-size: 16px;
}

.item {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.item:hover {
  transform: scale(1.2);
}

.slogan h1 {
  animation: anim-menu 1.1s;
}

.slogan h2 {
  animation: anim-menu 1s;
}
.a-slogan {
  animation: anim-menu 4s backwards;
}

#call,
.callbackForm {
  overflow: hidden;
  animation: anim-menu 2s;
}

.changed-class {
  color: #ffffff;
}

.pad {
  padding-top: 200px;
}

.callbackForm {
  padding-bottom: 20px;
  height: 400px;
}

.callbackForm input {
  display: block;
  margin: 0 auto;
  width: 40%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #615e5e;
  background: #f2f2f2;
  border: none;
  padding: 20px;
  max-width: 400px;
}

.input {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact {
  display: flex;
  /* gap: 5%; */
  justify-content: center;
  background-color: #252525;
  padding: 15px;
}
.contact i {
  color: #c61a1a;
  padding-right: 5px;
}
.contact li {
  font-size: 14px;
  transition: all 0.5s ease;
}
.contact li:hover {
  transform: scale(1.05);
}

.contact a {
  color: #7e7e7e;
}



.anim {
  opacity: 0;
  animation: fadeInUp 2s forwards;
  
}

@keyframes fadeInUp {
  to {
    opacity: 1;
  }
}


@keyframes anim-menu {
  0% {
    transform: translateY(-70%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes anim-choice {
  0% {
    transform: translateX(-100%);
    opacity: 0.9;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Конец каталог */

.basement {
  display: flex;
  background-color: #1c1c1c;
  padding: 30px 0;
  width: 100%;
}

.basement h2 {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: #8c8989;
}

.main-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.flex-content {
  position: relative;
  width: 90%;
  height: auto;
}

.responsive-img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 2px #00000080;
}

.text-box {
  position: absolute;
  top: 5%;
  right: 4%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.unique-container {
  padding: 40px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.unique-advantages {
  width: 90%;
  margin: 0 auto;
  font-style: italic;
  font-weight: 600;
}

.modal-top {
  width: 100%;
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.modal-content {
  margin: 10px auto;
  width: 30%;
  position: relative;
  padding: 20px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 650;
  border-radius: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.error {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  height: 65vh;
}

@keyframes modal-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes modal-down {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}


.wids{
  height: 300%;
}


.centered-text{
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}

.price-tab{
  background-color: #797de112;
  max-width: 1050px;
  margin: 10px auto;
  text-align: center;
  padding: 10px 0;
}
