 html {
      margin: 0;
      padding: 0;
    }
    
    body {
      margin: 0;
      
      font-family: 'Unbounded Regular';
    }
    
    @font-face {
      font-family: 'Unbounded Regular';
      src: url('/fonts/Unbounded/Unbounded-Regular.ttf');
    }
    
    .absolute {
      position: absolute;
    }
    
    .container {
      max-width: 1200px;
    
      margin: 0 auto;
      padding: 0 1rem;
      
    }
    
    .lg\:hidden {
      display: none;
     
    }
    
    
    @media (max-width: 1024px) {
      .lg\:h-\[76px\] {
        height: 60px;
       
      }
    }
    
    @font-face {
      font-family: 'Bounded';
      src: url('/fonts/ofont.ru_Bounded.ttf');
    }
    
    .logo {
      font-family: 'Bounded';
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 1.5px;
      color: #fff;
    }
   
    
    .bg-blue-600 {
      background-color: #56555a;
      
    }
    
    .bg-blue-700 {
      background-color: #2563EB !important;
     
    }
    
    .bg-black-600 {
     
      color: white;
      font-size: 13px;
      font-weight: 600;
      border: 1px solid white;
    }
    
    .bg-black-600:hover {
      background-color: grey !important;
      color: white;
    }
    
    .rounded-lg {
      border-radius: 30px;
     
    }
    
    .transition-colors {
      transition: background-color 0.3s;
      
    }
    
    
    .hero-visual {
      border-radius: 28px;
      background-size: cover;
      background-position: bottom !important;
    }
    
    .hero-visual {
      border-radius: 12px;
      /* background: url(images/hero.png);*/
      background: url(/images/seo-two.jpeg);
      /*background-size: 100% 87%;*/
      background-size: 100% 100%;
      /* border: 1px solid var(--border); */
      min-height: 520px;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      /*padding: 16px;*/
      color: var(--muted);
      text-align: center;
      /* background-position-x: 65px !important;*/
    }
    
    .hero-visual1 {
      border-radius: 28px;
      background-size: cover;
      background-position: bottom !important;
    }
    
    .hero-visual1 {
      border-radius: 12px;
      background: url(/images/3.jpg);
      background-size: 100% 100%;
      /* border: 1px solid var(--border); */
      min-height: 520px;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      /*padding: 16px;*/
      color: var(--muted);
      text-align: center;
      /* background-position-x: 65px !important;*/
      position: static;
      z-index: 999999;
    }
    
    .hero-visual2 {
      border-radius: 28px;
      background-size: cover;
      background-position: bottom !important;
    }
    
    .hero-visual2 {
      border-radius: 12px;
      background: url(/images/7-mers.jpg);
      background-size: 100% 100%;
      /* border: 1px solid var(--border); */
      min-height: 520px;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      /*padding: 16px;*/
      color: var(--muted);
      text-align: center;
      /* background-position-x: 65px !important;*/
      position: static;
      z-index: 999999;
    }

        .hero-visual3 {
      border-radius: 28px;
      background-size: cover;
      background-position: bottom !important;
    }
    
    .hero-visual3 {
      border-radius: 12px;
      background: url(/images/mers-8.jpg);
      background-size: 100% 100%;
      /* border: 1px solid var(--border); */
      min-height: 520px;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      /*padding: 16px;*/
      color: var(--muted);
      text-align: center;
      /* background-position-x: 65px !important;*/
      position: static;
      z-index: 999999;
    }
    
    #seo {
      padding: 40px 0;
     
      background-color: #f9f9f9;
      
    }
    
    .container {
      max-width: 1200px;
      
      margin: 0 auto;
      
      padding: 0 15px;
     
    }
    
    .bg-white {
      background-color: #fff;
      
      border-radius: var(--border-radius);
      
    }
    
    .text-third {
      color: #333;
     
    }
    
    .text-fs-6 {
      font-size: 1.875rem;
      
    }
 .text-fs-8 {
    font-size: 0.8rem;
    
  }
  button {
    cursor: pointer;
    
  }
  button.bg-primary {
    background-color: #282c37;
    
    
    color: #fff;
    
    
    border: none;
    
    
    border-radius: 20px;
    
    
    transition: background-color 0.3s ease;
    
  }
  button.bg-primary:hover {
    background-color: #71675e;
    
  }
  .flex {
    display: flex;
    
  }
  .grid {
    display: grid;

  }
  .gap-x-6 {
    gap: 1.5rem;

  }
  .gap-y-4 {
    gap: 1rem;
 
  }
  .rounded-rc-1 {
    border-radius: 10px;
  
  }
.mobile-center {padding:15px 0 15px 0; color:#8d8da3; font-size: 14px;}

.blond-about-us {
    float: left;
    padding-right: 20px;
    width:38%;
    display:flex;
}

  @media (max-width: 768px) {
    .blond-about-us {
        float: none;
        padding-right: 0px;
        width:100%;
    }
    .mobile-center {width: 73%; margin: 0 auto;}
    .grid-cols-6 {
      grid-template-columns: repeat(2, 1fr);
 
    }
    
    .text-xs {
      font-size: 0.875rem;
    
    }
    
    .hidden {
      display: none;
 
    }
  }
  @media (min-width: 769px) {
    .lg\:col-span-4 {
      grid-column: span 4 / span 4;
    
    }
    
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;

    }
  }
/*
#scrollToTop {
  display: none; 
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #898383; 
  color: white;
  cursor: pointer;
  padding: 15px;

  font-size: 20px;
  transition: 0.3s;
}

#scrollToTop:hover {
  background-color: #555; 
}*/


#scrollToTop {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99999999999999999999999999;
  
  /* Размеры и вид */
  width: 50px;
  height: 50px;
  background-color: #898383;  /* Современный синий */
  color: white;
  border: none;
 
  cursor: pointer;
  font-size: 24px;
  
  /* Эффект плавности */
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); /* Смещение вниз для эффекта всплытия */
  transition: all 0.4s ease-in-out;
  
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Класс, который будет добавлять JS */
#scrollToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Возвращаем в исходную позицию */
}

#scrollToTop:hover {
  background-color: #7f6f60;
  transform: scale(1.1); /* Легкое увеличение при наведении */
}

  .before\:bg-checkbox:before {
    content: var(--tw-content);
    background-image: url(/images/checkbox2.png);
  }
  .lg\:before\:border-r-\[3px\] {
    color: #c3c0c0;
  }

.support-blondinka .lg\:before\:border-r-\[3px\] {
    color: #1e1d1b;
}

  .cta-grey-active {
    /*background: #7f6f60 !important*/
   
background: linear-gradient(0deg,rgba(82, 75, 73, 1) 0%, rgba(147, 131, 117, 1) 100%) !important;



  }



  .cta-grey-active:hover {

    background: linear-gradient(0deg,rgba(115, 106, 103, 1) 0%, rgba(147, 131, 117, 1) 100%) !important;

  }




.animated-gradient {
    background: linear-gradient(45deg, #524b49, #a5978a, #524b49, #a5978a);
    background-size: 400% 400%; 
    animation: gradient-animation 15s ease infinite; 
}


@keyframes gradient-animation {
    0% {
        background-position: 0% 50%; 
    }
    50% {
        background-position: 100% 50%; 
    }
    100% {
        background-position: 0% 50%; 
    }
}
.animated-gradient:hover {
    animation-play-state: paused; 
     background: linear-gradient(0deg,rgba(115, 106, 103, 1) 0%, rgba(147, 131, 117, 1) 100%) !important;
    }





   .cta-grey-active-1 {
    background:#282c37  !important
  }
  .cta-grey-active-1:hover {
    background:#7f6f60 !important
  }
 
  .burger {
    display: none;
    background: none;
    border: none;
    width: 34px;
    height: 26px;
    position: relative;
    cursor: pointer;
  }
  .burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1f2937;
    border-radius: 3px;
    transition: .3s;
  }
  .burger span:nth-child(1) {
    top: 0;
  }
  .burger span:nth-child(2) {
    top: 11px;
  }
  .burger span:nth-child(3) {
    bottom: 0;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100vh;
    background: #292828;
    padding: 80px 24px 24px;
    transition: left .35s ease;
    z-index: 1001;
  }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu li {
    margin-bottom: 18px;
  }
  .mobile-menu a {
    color: #ffffff;
   
    font-size: 20px;
    text-decoration: none;
    display: block;
  }

  .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;
  }

  .mobile-menu.open {
    left: 0;
  }
  .menu-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .mobi-active {
    display: none;
  }

  .hero {
    background-position-x: 0px;
  }
  .about-ava {margin-top: 60px;}

  @media (max-width: 768px) {
  .m-top-1 {margin-top:-27px !important}
    .m-top {display: inline; }
    .hero {
      background-position-x: -350px;
    }
	.about-ava {margin-top: 0px;}
    
    .desktop-nav {
      display: none;
    }
    
    .mobi {
      display: none !important;
    }
    
    .mobi-active {
      display: block;
      margin-top: -50px;
      padding: 0 0 30px 0;
    }
    
    .burger {
      display: block;
    }
	.container {margin:0;}
	.bg-black-600 {font-size:11px;          padding-right: 11px;
        padding-left: 11px;  margin-left: -15px;     width: max-content;}
  }
  .m-top {}
  .m-top-1 {margin-top:-41px}

    label {
   color:grey;
   padding-top:10px;
   display:inline-block;
  }
    select,
    input,
    textarea {
      width: 100%;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid #e5e7eb;
      background: #ffffff;
     font-weight:100;
	 color:black;
      font-size: 14px;
      transition: border .2s, box-shadow .2s;
    }
	textarea { height:120px;}