@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  scrollbar-width: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: #ffae00;
  color: black;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100%;
  margin: 0;
  background-color: #181818;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-x: hidden;
}

section {
  padding: 24px;
}

header {
  background: url("../main.jpg") no-repeat center center / cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
}

.container-reviews {
  width: 100%;
}

.accordion-header {
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
}

button {
  color: black;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

header button:hover {
  transform: translateY(-5px);
}

button:hover {
  opacity: 0.9;
}

button.contacts-size i {
  font-size: 19px;
}

button.contacts-size {
  width: 100%;
  border-radius: 12px;
  padding: 15px 20px;
}

button.whatsapp {
  background: #40c451;
  color: rgb(255, 255, 255);
}

button.whatsapp:hover {
  box-shadow: rgb(64, 196, 81, 0.2) 0 0 20px 5px !important;
}

button.telegram {
  background: #29a0dc;
  color: rgb(255, 255, 255);
}

button.telegram:hover {
  box-shadow: rgb(41, 160, 220, 0.2) 0 0 20px 5px !important;
}

button.instagram {
  background: #833ab4;
  color: rgb(255, 255, 255);
}

button.instagram:hover {
  box-shadow: rgba(220, 41, 196, 0.2) 0 0 20px 5px !important;
}

button.yandex {
  background: #ff3636;
  color: rgb(255, 255, 255);
}

button.yandex:hover {
  box-shadow: rgba(220, 41, 41, 0.2) 0 0 20px 5px !important;
}

button.gis {
  background: #53b11d;
  color: rgb(255, 255, 255);
}

button.gis:hover {
  box-shadow: rgba(136, 220, 41, 0.2) 0 0 20px 5px !important;
}

button.header-size {
  border-radius: 12px;
  padding: 18px 40px;
}

button.header-size:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 20px 5px;
}

a {
  text-decoration: none;
  color: white;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: white;
  opacity: 0.5;
}

.contacts-content a {
  margin-bottom: 8px !important;
}

button.producter {
  bottom: 0;
  width: 100%;
  position: absolute;
  padding: 30px 10px;
}

button.default {
  background: #ffae00;
  color: rgb(255, 255, 255);
}

button.default:hover {
  box-shadow: rgb(255, 174, 0, 0.4) 0 0 20px 5px !important;
}

.why-us-containers {
  margin-top: 15px;
  flex-direction: column;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.why-us-container:hover .img-container img {
  transform: rotate(25deg);
}

.why-us-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.scroll-down {
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  animation-delay: 3s;
  animation: bounce 4s infinite;
  transition: all 0.3s ease-in-out;
}

.scroll-down:hover {
  opacity: 0.5;
}

.absolute-img.bottom {
  object-fit: cover;
  height: 800px;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }

  65%,
  100% {
    transform: translateY(0);
  }
}

.products {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1600px;
  width: 100%;
}

.reviews,
.faq,
.why-us,
.adress {
  max-width: 1600px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.faq-item {
  margin: 15px 0;
  text-align: left;
}

.accordion-body {
  text-align: left;
  color: rgb(180, 180, 180);
}

.accordion-item {
  border-radius: 12px;
  box-shadow: none;
  background: transparent;
  border: none;
}

.accordion-button {
  overflow: hidden;
  border-radius: 12px !important;
  padding: 24px;
  width: 100%;
  color: white;
  background: rgba(49, 49, 49, 0.2);
  box-shadow: none;
  border: none;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  color: white;
  border: none;
  background: rgba(49, 49, 49, 0.2);
  box-shadow: none;
}

.card {
  background: rgba(49, 49, 49, 0.2);
  border-radius: .7rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.card h5 {
  color: white;
}

.card i {
  color: rgb(255, 166, 32);
}

.card p {
  color: rgb(175, 175, 175);
}

.cleaning {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.cleaning .card {
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.cleaning .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.cleaning .me-3 {
  margin-right: 15px;
}

.cleaning .mb-3 {
  margin-bottom: 15px;
}

.cleaning .mb-4 {
  margin-bottom: 20px;
}

.cleaning .mb-0 {
  margin-bottom: 0;
}

.cleaning .d-flex {
  display: flex;
}

.cleaning .align-items-center {
  align-items: center;
}

.cleaning .text-center {
  text-align: center;
}

@media (max-width: 600px) {
  .cleaning .d-flex {
    align-items: flex-start;
  }

  .cleaning .card-body {
    padding: 15px;
  }
}

p1 {
  color: rgb(175, 175, 175);
}

.contacts-content p1 {
  font-size: 14px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

button.onDialog {
  border-radius: 10px;
  padding: 20px 5px;
  flex: 1 1 0;
  font-weight: 600;
  font-size: 16px;
}

button.onDialog:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 20px 5px;
}

.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8);
  background: #181818;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.dialog.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.dialog .text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  display: flex;
}

.dialog .button-container {
  margin-top: 10px;
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

@media only screen and (min-width: 991px) {
  h1 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 4em;
    margin: 0;
  }

  .product .text-and-description p {
    margin-bottom: 110px;
  }

  h4 {
    margin-top: 5px;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.8;
  }

  button {
    font-weight: 510;
    font-size: 16px;
    gap: 7px;
  }

  header .buttons-container {
    margin-top: 10px;
    margin-bottom: 25px;
    gap: 20px;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .quote {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    border-radius: 16px;
    background: rgb(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    padding: 14px 20px;
  }

  .over-hour {
    height: 30px;
  }

  .product {
    opacity: 0.8;
    position: relative;
    width: 400px;
    z-index: 1;
    padding-top: 320px;
    min-height: 0;
    background: rgba(49, 49, 49, 0.2);
    backdrop-filter: blur(200px);
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 17px;
    display: flex;
    transition: all 0.3s ease-in-out;
  }

  .product img {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    width: 400px;
    height: 300px;
    top: 0;
    position: absolute;
    align-self: auto;
    flex: 1 1 0;
    object-fit: cover;
  }

  .product .text-and-description {
    align-self: stretch;
    padding-left: 12px;
    padding-right: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
  }

  .product:hover {
    transform: translateY(-5px);
    opacity: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  }

  .product h3 {
    color: white;
    margin: 0;
    font-weight: 600;
    font-size: 1.5em;
  }

  .product p {
    font-size: 1em;
    color: #c0c0c0;
  }

  h2 {
    margin: 20px 20px 6px;
    text-align: center;
    color: white;
    opacity: 0.8;
    font-weight: 600;
    letter-spacing: -0.9px;
    font-size: 50px;
  }

  h6 {
    font-size: 16px;
    margin: 0;
    color: rgb(161, 161, 161);
    text-align: center;
    margin-bottom: 8px;
  }

  .why-us-container {
    border-radius: 10px;
    color: rgb(196, 196, 196);
    align-items: center;
    padding: 18px 40px;
    padding-left: 15px;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    max-width: 1600px;
    width: 100%;
    margin: 0;
    background: rgba(49, 49, 49, 0.2);
    backdrop-filter: blur(200px);
    transition: all 0.3s ease-in-out;
  }

  .why-us-container .text-content b {
    font-size: 18px;
    color: white !important;
  }

  .why-us-container:hover .img-container {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }

  .why-us-container img {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease-in-out;
  }

  .why-us-container .img-container {
    width: 70px;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgb(255, 255, 255, 0.02);
    border-radius: 9999px;
    opacity: 0.9;
    padding: 20px;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
  }

  .position-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    flex-wrap: nowrap;
  }

  .position-container p i {
    margin-right: 12px;
    color: rgb(139, 139, 139);
  }

  .position-container p {
    margin: 0px;
    color: white;
  }

  .position-container a i {
    margin-right: 12px;
    color: rgb(139, 139, 139);
  }

  .position-container a {
    margin: 0px;
    color: white;
  }

  .map {
    overflow: hidden;
    position: relative;
    align-items: stretch;
    flex: 1;
    flex-grow: 1;
    align-self: stretch;
    display: flex;
    width: 100%;
    border: none;
    border-radius: 16px;
  }

  iframe {
    flex: 1;
    width: 100%;
    flex-grow: 1;
    height: 100%;
  }

  .contacts-content {
    gap: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }

  footer {
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: rgba(49, 49, 49, 0.2);
    border-radius: 16px;
    color: white;
    padding: 20px;
    text-align: center;
  }

  footer img {
    height: 60px;
    width: 60px;
  }

  footer p {
    margin: 0 !important;
  }

  .logo-and-info {
    text-align: left;
    max-width: 1000px;
    display: flex;
    gap: 16px;
  }

  .logo-and-info b {
    color: white !important;
    font-size: 16px !important;
  }

  .copyright {
    color: rgb(175, 175, 175);
    font-size: 12px;
  }

  .logo-and-info p {
    color: rgb(175, 175, 175);
    font-size: 12px;
  }

  .dialog i.icon {
    color: rgb(255, 255, 255, 0.7);
    font-size: 100px;
  }

  .dialog {
    padding: 20px 25px;
    gap: 9px;
    border-radius: 20px;
  }

  .dialog .text-container .title {
    align-self: stretch;
    text-align: center;
    color: white;
    font-size: 30px;
    letter-spacing: -0.4px;
    line-height: 40px;
    font-weight: 700;
    word-wrap: break-word;
  }

  .dialog .text-container .description {
    max-width: 480px;
    color: #c0c0c0;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.2px;
    font-weight: 500;
    word-wrap: break-word;
  }

  .smoke2 {
    top: 0;
    right: -400px;
  }

  .smoke1 {
    top: 0;
    left: -400px;
  }

  .absolute-img {
    position: absolute;
    width: 80%;
    height: auto;
    max-width: 60%;
    opacity: 0.1;
    z-index: 4;
    user-select: none;
    pointer-events: none;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .product .text-and-description p {
    margin-bottom: 110px;
  }

  h1 {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 3em;
    margin: 0;
  }

  h4 {
    margin-top: 5px;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.8;
  }

  button {
    font-weight: 500;
    font-size: 16px;
    gap: 7px;
  }

  header .buttons-container {
    margin-top: 10px;
    margin-bottom: 25px;
    gap: 20px;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .quote {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    border-radius: 16px;
    background: rgb(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    padding: 14px 20px;
  }

  .over-hour {
    height: 30px;
  }

  .product {
    padding: 0 !important;
    opacity: 0.8;
    position: relative;
    width: 400px;
    z-index: 1;
    min-height: 480px;
    background: rgba(49, 49, 49, 0.2);
    backdrop-filter: blur(200px);
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    display: flex;
    transition: all 0.3s ease-in-out;
  }

  .product img {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    width: 400px;
    max-height: 300px;
    top: 0;
    position: relative;
    align-self: auto;
    flex: 1 1 0;
    object-fit: cover;
  }

  .product .text-and-description {
    align-self: stretch;
    padding-left: 12px;
    padding-right: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
  }

  .product:hover {
    transform: translateY(-5px);
    opacity: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  }

  .product h3 {
    color: white;
    margin: 0;
    font-weight: 600;
    font-size: 1.5em;
  }

  .product p {
    font-size: 1em;
    color: #c0c0c0;
  }

  h2 {
    margin: 20px 20px 6px;
    text-align: center;
    color: white;
    opacity: 0.8;
    font-weight: 600;
    letter-spacing: -0.9px;
    font-size: 50px;
  }

  h6 {
    font-size: 16px;
    margin: 0;
    color: rgb(161, 161, 161);
    text-align: center;
    margin-bottom: 8px;
  }

  .why-us-container {
    border-radius: 10px;
    color: rgb(196, 196, 196);
    align-items: center;
    padding: 18px 40px;
    padding-left: 15px;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    width: 80%;
    margin: 0;
    background: rgba(49, 49, 49, 0.2);
    backdrop-filter: blur(200px);
    transition: all 0.3s ease-in-out;
  }

  .why-us-container .text-content b {
    font-size: 18px;
    color: white !important;
  }

  .why-us-container:hover .img-container {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }

  .why-us-container img {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease-in-out;
  }

  .why-us-container .img-container {
    width: 70px;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgb(255, 255, 255, 0.02);
    border-radius: 9999px;
    opacity: 0.9;
    padding: 20px;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
  }

  .position-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    flex-wrap: nowrap;
    padding: 20px 0;
    align-self: stretch;
  }

  .position-container p i {
    margin-right: 12px;
    color: rgb(139, 139, 139);
  }

  .position-container p {
    margin: 0px;
    color: white;
  }

  .position-container a i {
    margin-right: 12px;
    color: rgb(139, 139, 139);
  }

  .position-container a {
    margin: 0px;
    color: white;
  }

  .map {
    overflow: hidden;
    position: relative;
    height: 240px;
    width: 100%;
    border: none;
    border-radius: 16px;
  }

  .contacts-content {
    display: flex;
    gap: 14px;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }

  footer {
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: rgba(49, 49, 49, 0.2);
    border-radius: 16px;
    color: white;
    padding: 20px;
    text-align: center;
  }

  footer img {
    height: 60px;
    width: 60px;
  }

  footer p {
    margin: 0 !important;
  }

  .logo-and-info {
    text-align: left;
    max-width: 1000px;
    display: flex;
    gap: 16px;
  }

  .logo-and-info b {
    color: white !important;
    font-size: 16px !important;
  }

  .copyright {
    color: rgb(175, 175, 175);
    font-size: 12px;
  }

  .logo-and-info p {
    color: rgb(175, 175, 175);
    font-size: 12px;
  }

  .dialog i.icon {
    color: rgb(255, 255, 255, 0.7);
    font-size: 100px;
  }

  .dialog {
    padding: 20px 25px;
    gap: 9px;
    border-radius: 20px;
  }

  .dialog .text-container .title {
    align-self: stretch;
    text-align: center;
    color: white;
    font-size: 30px;
    letter-spacing: -0.4px;
    line-height: 40px;
    font-weight: 700;
    word-wrap: break-word;
  }

  .dialog .text-container .description {
    max-width: 480px;
    color: #c0c0c0;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.2px;
    font-weight: 500;
    word-wrap: break-word;
  }

  .smoke2 {
    top: 0;
    right: -400px;
  }

  .smoke1 {
    top: 0;
    left: -400px;
  }

  .absolute-img {
    position: absolute;
    width: 80%;
    height: auto;
    max-width: 60%;
    opacity: 0.2;
    z-index: 4;
    user-select: none;
    pointer-events: none;
  }
}

@media (max-width: 600px) {
  h1 {
    text-transform: uppercase;
    letter-spacing: -0.2px;
    font-weight: 700;
    font-size: 2.2em;
    margin: 0;
  }

  h4 {
    margin-top: 5px;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
  }

  button {
    font-weight: 500;
    font-size: 14px;
    gap: 4px;
  }

  header .buttons-container {
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 15px;
    gap: 10px;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  header {
    padding: 14px;
  }

  .quote {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    border-radius: 16px;
    background: rgb(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    padding: 14px 20px;
    margin-bottom: 12px;
  }

  .over-hour {
    height: 25px;
  }

  .product button {
    width: 100%;
    position: sticky;
    bottom: 0 !important;
  }

  button.producter {
    font-size: 15px;
  }

  .product {
    opacity: 0.8;
    position: relative;
    width: 100%;
    z-index: 1;
    background: rgba(49, 49, 49, 0.2);
    backdrop-filter: blur(200px);
    border-radius: 16px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
  }

  .product img {
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    align-self: stretch;
    flex: 1 1 0;
    object-fit: cover;
    mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  }

  .product .text-and-description {
    align-self: stretch;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
  }

  .product:hover {
    transform: translateY(-5px);
    opacity: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  }

  .product h3 {
    color: white;
    margin: 0;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 1.5em;
  }

  .product p {
    font-size: 1em;
    font-weight: 500;
    color: #d1d1d1;
  }

  h2 {
    margin: 20px 20px 6px;
    text-align: center;
    color: white;
    opacity: 0.8;
    font-weight: 600;
    letter-spacing: -0.9px;
    font-size: 40px;
  }

  h6 {
    font-size: 14px;
    margin: 0;
    color: rgb(161, 161, 161);
    text-align: center;
    margin-bottom: 8px;
  }

  .why-us-container {
    border-radius: 10px;
    color: rgb(196, 196, 196);
    align-items: center;
    padding: 16px 25px;
    padding-left: 13px;
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
    background: rgba(49, 49, 49, 0.2);
    backdrop-filter: blur(200px);
    transition: all 0.3s ease-in-out;
  }

  .why-us-container .text-content b {
    font-size: 16px;
    color: white !important;
  }

  .why-us-container:hover .img-container {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }

  .why-us-container img {
    width: 23px;
    height: 23px;
    transition: all 0.3s ease-in-out;
  }

  .why-us-container .img-container {
    width: 45px;
    display: flex;
    height: 45px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgb(255, 255, 255, 0.02);
    border-radius: 9999px;
    opacity: 0.9;
    padding: 20px;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
  }

  .position-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-wrap: nowrap;
    padding: 20px 0;
    align-self: stretch;
  }

  .position-container p i {
    margin-right: 12px;
    color: rgb(139, 139, 139);
  }

  .position-container p {
    margin: 0;
    color: white;
  }

  .position-container a i {
    margin-right: 12px;
    color: rgb(139, 139, 139);
  }

  .position-container a {
    margin: 0;
    color: white;
  }

  .map {
    overflow: hidden;
    position: relative;
    height: 240px;
    width: 100%;
    border: none;
    border-radius: 16px;
  }

  .contacts-content {
    display: flex;
    height: 100%;
    gap: 12px;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
    background: rgba(49, 49, 49, 0.2);
    border-radius: 16px;
    color: white;
    padding: 20px;
    text-align: center;
  }

  footer img {
    width: 50px;
    height: 50px;
  }

  footer p {
    margin: 0 !important;
  }

  .logo-and-info {
    text-align: left;
    max-width: 1000px;
    display: flex;
    gap: 16px;
  }

  .logo-and-info b {
    color: white !important;
    font-size: 16px !important;
  }

  .copyright {
    margin-top: 15px !important;
    color: rgb(175, 175, 175);
    font-size: 12px;
  }

  .logo-and-info p {
    color: rgb(175, 175, 175);
    font-size: 12px;
  }

  .dialog i.icon {
    color: rgb(255, 255, 255, 0.7);
    font-size: 80px;
  }

  .dialog {
    min-width: 380px;
    padding: 20px 25px;
    gap: 9px;
    border-radius: 20px;
  }

  .dialog .text-container .title {
    align-self: stretch;
    text-align: center;
    color: white;
    font-size: 23px;
    letter-spacing: -0.4px;
    line-height: 35px;
    font-weight: 700;
    word-wrap: break-word;
  }

  .dialog .text-container .description {
    max-width: 480px;
    color: #c0c0c0;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 500;
    word-wrap: break-word;
  }

  .smoke2 {
    bottom: 0;
    right: 0;
  }

  .smoke1 {
    top: 0;
    left: 0;
  }

  .absolute-img {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 100%;
    opacity: 0.04;
    z-index: 4;
    user-select: none;
    pointer-events: none;
  }
}