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

:root {
  --white: #ffffff;


  --bcg-1: #b807c2;
  --bcg-2: #018d90;
  --bcg-3: #42009f;
  --bcg-4: #b4007b;
  --bcg-5: #e0640d;

  --rbcg-1: #b907c28b;
  --rbcg-2: #018e9092;
  --rbcg-3: #42009f84;
  --rbcg-4: #b4007b91;
  --rbcg-5: #e0650d93;
}


body{
  
    direction: ltr;
    font-family: 'Overpass', sans-serif !important;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0px;
}
*{
  box-sizing: border-box;
}
li {
list-style: none;
}
ul {
padding-left: 0;
padding-right: 0;
}
a {
text-decoration: none;
}


.content-block {
  overflow: hidden;
  padding: 22px;
}
.pulse-button {
  padding: 13px 22px;
  font-size: 16px;
  background-color: #007bff;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  animation: pulse 2s infinite; 
}
.about-us {
  color: white;
  background-color: var(--bcg-5);
  padding: 103px 13px;
}
.section-privacy-box {
  color: white;
  background-color: var(--bcg-5);
  padding: 103px 13px;
}
.section-privacy-box h1 {
  color: white;
  text-transform: inherit; 
  text-align: center;
}
.about-us h1 {
  color: white;
  text-transform: inherit; 
  text-align: center;
}
.about-us-contg {
  overflow: hidden;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); 
  }
  100% {
    transform: scale(1);
  }
}
.main-poge {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-poge img {
  width: 100%;
    height: 100%;
    object-fit: contain;
}
.container {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.padding-style {
    padding: 79px 0;
}
.body-bcg {
  position: relative;
  background-position: center;
  background-image: url('uploads/2025_10/overlay-bg-B8u90.png');
  background-size: cover;
 background-repeat: no-repeat;
  background-color: #080101; 
}
.section-container-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  }


.navbar-container{
    display: flex; 
    align-items: center;
    padding: 0;
    justify-content: center;
   }
   .head-logo-box {
    display: flex;
    flex-direction: row;
    align-items: center;
   }
   .logo-box {
    border-radius: 300px;
    display: flex;
    height: 300px;
    width: 300px;
    background-color: var(--rbcg-5);
    box-shadow: rgb(224 23 218 / 63%) 0px 8px 22px, rgb(1 1 2) 0px 20px 56px, #46029d 0px 22px 80px;
    padding: 30px;
    align-items: center;
    justify-content: center;
   }
   .logo-box:hover {
    box-shadow: rgba(62, 8, 60, 0.63) 0px 8px 22px, rgb(24, 24, 71) 0px 20px 56px, #761ee8 0px 22px 80px;
   }
.header-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin: 0 30px;
  }
.header-logo img{
    height: 60px;
} 
.headline {
  text-align: center;
  color: var(--white); 
  font-size: 30px;
}
.head-title-phone {
flex: 1;
}

.head-title {
display: flex;
flex: 1;
}

.head-title p{
  color: rgb(241, 238, 238);
  font-size:   30px;
  text-align: center;
  padding: 4px;
  margin: 20px;
  position: relative;
  animation: slideIn 2s ease-in-out infinite alternate;
}
@keyframes slideIn {
  from {
    top: 0; 
  }
  to {
    top: 13px;
  }
}
.head-phone-btn {
display: flex;
flex: 1;
justify-content: center;
padding: 30px;
margin: 20px;
}
                      
.hero-button {
  white-space: normal;
  width: 100%;
  margin: 0 13px;
  display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.section-aboutus {
  background-color: black;
}

.aboutus-box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.aboutus-img-box {
  display: flex;
  flex: 1;
  justify-content: center;
}
.aboutus-img-box > img{
  width: 700px;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  box-shadow: rgb(224 23 218 / 63%) 0px 8px 22px, rgb(1 1 2) 0px 20px 56px, #46029d 0px 22px 80px;
}
.aboutus-content-box {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin: 26px;
  align-items: center;
}
.aboutus-title,
.aboutus-text {
  color: white;
}
.aboutus-text {
  padding: 30px 0;
}
.section-how-work {
  background: var(--bcg-5);
}
.how-work-title {
  text-align: center;
}
.how-work-title,
.how-work-pic svg {
  color: white;
}
.how-work-list {
  display: flex;
}
.how-work-item {
  flex: 1;
  padding: 22px;
}


.how-work-txt p {
font-size: 22px;
text-align: justify;
color: white;
}


    .navbar-wrap {
      position: relative;
      float: left;
      display: flex; 
      flex-direction: row;
      align-items: center;
      justify-content: center;    
      flex-wrap: wrap; 
      padding: 20px 0;
     
     }

     .navbar-wrap .nav-link {
      text-decoration: none;
      padding: 4px;
      margin: 0 13px; 
      display: flex; 
      color: white;
      transition: text-decoration 0.6s ease-out;
  }
  .navbar-wrap .nav-link:hover{
      color: var(--white);
      transform: scale(1.1); 
      transition: transform 0.3s ease; 
      }
  .nav-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 0;
      margin: 0;
      
  }
 
  .nav-list .nav-item .dropdown-menu{
   position: absolute;
   float: left;
    width: 180px;
    background: white;
    display: none;
  }
  .nav-list .nav-item:hover .dropdown-menu{
    display: initial;
    z-index: 3;
  }
  .drop-link {
    display: block;
    width: 100%;
    color: rgb(9, 8, 8);
  }
  .drop-link:hover{
    color: rgb(231, 224, 224);
  }
  .dropdown-item{
    color-scheme: var(--white);
    white-space: normal;
    padding: 13px;
    
  }
  .dropdown-item:hover {
    background-color: var(--bcg-5);
  }
  .section-service {
    background-color: black;
  }
.service-section-container,
.articles-section-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  }
  .service-title-span,
  .articles-title-span {
    display: flex;
    flex-direction: column;
    align-items: center;
    }
  .service-color-text {
    color: var(--white);
  }
    .service-box{
      display: flex;
      flex-direction: column;
    }
    .service-title {
      display: flex;
      align-items: center; 
      margin: 30px 7px;
      position: relative;
      flex: 1;
      justify-content: center;
      text-align: center;
      color:  white;
      font-size:  21px;
      text-transform: inherit;
    }
    .service-title:hover {
      background-color: gray;
    }
    .service-text {
      color: white;
      margin: 20px;
      padding: 13px;
      text-align: justify;
    }
    .service-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .service-items .service-item{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content:  space-between;
      color: white;
      flex: 1;
    }
   
    .service-item-rev {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-radius: 47px;
      flex: 1;
    }
    .service-img-item {
      flex: 1;
      width: 100%;
      height: 100%;
    }
    .service-item  {
    border-radius: 47px;
    }
    .service-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    }
   
    .service-title-item {
      width: 100%;
    }

    .articles-items .articles-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content:  space-between;
      color: black;
      background-color: var(--bcg-5);
      margin: 22px;
      padding: 13px;
      transition: transform 0.4s ease; 
      flex: 1;
      gap: 22px;
      }
    .articles-title-pop {
      margin-bottom: 22px;
      color: var(--white);
    }

    .articles-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; 
    }
    .articles-item {
      padding-bottom: 22px;
    }
  
    .articles-img{
    width: 200px;
    height: 200px;
    border-radius: 300px;
    border: 20px solid white;
    object-fit: cover;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 20px 0px;
    }
    .articles-title {
      display: flex;
      text-align: center;
      color: white;
      font-size:  21px;
      text-transform: inherit;
    }
    .articles-title:hover {
      color: rgba(255, 255, 255, 0.792);
    }
   
   
    .articles-text {
      text-align: justify;
      color: white;
    width: 100%;
    }
    .button-articles {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .button-service {
      margin: 20px;
      display: flex;
    align-items: center;
    justify-content: center;
    }
   
    
     .main-section {
      background-color: var(--bcg-5);
     }
     .main-contaier{
      overflow: hidden;
     }
     .main-flex {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 22px;

     }
     .main-content {
      padding: 23px;
      text-align: left;
      color: white;
     }
     .color-text-main {
      color: black;
     }
     .main-img {
      width: auto;
     }
   
     .price {
      margin: 22px;
      padding: 22px;
      color: var(--white);
      background-color: black;
      text-align: center;
  }
 
.service-our-worker {
  background-color: #000000;
}
.service-our-worker h2,
.service-our-worker p {
  color: white;
  text-align: center;
}
  .card {
    width: 190px;
    transition: all 0.2s;
    position: relative;
    cursor: pointer;
  }
  
  .card-inner {
    width: inherit;
    height: inherit;
    background: rgba(255,255,255,.05);
    box-shadow: 0 0 13px rgba(0,0,0,0.25);
    backdrop-filter: blur(13px);
    border-radius: 8px;
    padding: 25px;
  }
  .card-inner img {
    width: 190px;
    height: 190px;
    border-radius: 40px;
  }
  .card:hover {
    transform: scale(1.04) rotate(1deg);
  }

  .our-worker-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 70px;
    align-items: center;
    justify-content: center;
  }
  
  
  .circle {
    width: 100px;
    height: 100px;
    background: radial-gradient(white, var(--rbcg-5));
    border-radius: 50%;
    position: absolute;
    animation: move-up6 2s ease-in infinite alternate-reverse;
  }
  
  .circle:nth-child(1) {
    top: -25px;
    left: -25px;
  }
  
  .circle:nth-child(2) {
    bottom: -25px;
    right: -25px;
    animation-name: move-down1;
  }
  
  @keyframes move-up6 {
    to {
      transform: translateY(-13px);
    }
  }
  
  @keyframes move-down1 {
    to {
      transform: translateY(13px);
    }
  }
 
 


.form_main {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.062);
  position: relative;
  overflow: hidden;
}
.form_main button { 
  z-index: 2;
}
.form-check {
  margin: 22px;
}

.form_main::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 300px;
  background-color: var(--bcg-5);
  transform: rotate(45deg);
  right: -180px;
  bottom: 30px;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.082);
}
.section-container-form {
  background-color: #000000;
}
.form-container {
  display: flex;
  flex-direction:  column-reverse;
  background-color: black;
}
.contact-form {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.heading {
  font-size: 18px;
  color: black;
  font-weight: 900;
  margin: 4px 0 13px 0;
  z-index: 2;
}

.inputContainer {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.inputIcon {
  position: absolute;
  left: 3px;
}

.inputField {
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 13px 0;
  color: black;
  font-size: 13px;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 30px;
}

.inputField:focus {
  outline: none;
  border-bottom: 2px solid rgb(199, 114, 255);
}

.inputField::placeholder {
  color: black;
  font-size: 18px;
  font-weight: 500;
}
.form-check {
  z-index: 1;
}

#button {
  z-index: 2;
  position: relative;
  width: 100%;
  border: none;
  background-color: rgb(162, 104, 255);
  height: 30px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 13px;
  cursor: pointer;
}

#button:hover {
  background-color: rgb(126, 84, 255);
}

.forgotLink {
  z-index: 2;
  font-size: 13px;
  font-weight: 500;
  color: rgb(44, 24, 128);
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 22px;
}


.input-controlgroup_input {
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 13px 0;
  color: black;
  font-size: 13px;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 30px;
  z-index: 1;
}
.textarea-controlgroup_input {
  width: 100%;
  height: 86px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 13px 0;
  color: black;
  font-size: 13px;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 30px;
  z-index: 1;
}
.form-main button {
  z-index: 1;
}


.contacts-maps {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}


.footer-contact-section {
  background: var(--bcg-5);
  display: flex;
  flex-direction: column;
}
.footer-contacts-items{
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  gap: 13px;
}


.footer-contacts-items a{
  color: white;
  line-height: 1;
  word-break: break-word;
  text-align: center;
}

.footer-contact a{
  color: white;
  font-size: 22px;
}
.footer-contact a:hover {
  color: grey;
}
.footer-contacts,
.footer-maps {
  flex: 1;
 width: 100%;
 text-align: center;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 4;
}

.navbar-wrap-footer {
  display: flex; 
  flex-direction: row;
  align-items: center;
  justify-content: center;    
  flex-wrap: wrap; 
  padding: 20px;

 }
.nav-list-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: center;
}
.nav-list-footer li {
  line-height: 1.5;
}
.nav-link-footer {
  color: white;
}
.nav-link-footer:hover {
  color: rgba(255, 255, 255, 0.77);
}
.footer-svg {
  color: white;
}
.footer-svg:hover {
  color: white;
}
.nav-link-menu {
  font-size: 16px;
  color: white;
}
.footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
 
}
.footer-bottom div {
  flex: 1;
}
.footer-logo{
  display: flex;
    align-items: center;
    flex-direction: row;
}

.footer-logo-title{
  padding: 30px 0;
  flex: 1;
}
.footer-contact-item {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-contact-item svg {
  margin: 13px;
  padding: 4px;
  color: white;
}

.footer-contact-item svg:hover {
 color: var(--bcg-5);
}
.footer-logo-item {
  display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.footer-size {
  font-size: 22px;
}
.section-footer-rights {
  padding: 30px 0;
}
.footer-rights{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
.footer-privacy {
  color: white;
}
.footer-privacy:hover {
  color: white;
}
.footer-privacy-rev {
  display: flex;
  flex-direction: column;
}
.navbar-wrap .nav-link-footer {
  text-decoration: none;
  text-align: center;
  padding: 4px;
  margin: 0 13px;
  text-transform: inherit;
  display: flex;
  color: grey;
  transition: text-decoration 0.6s ease-out;
}
.navbar-wrap .nav-link-footer:hover{
  color: white;
  transform: scale(1.1); 
  transition: transform 0.3s ease; 
  }
.nav-link-menu:hover {
  color: white;
}




@media screen and (min-width: 480px) {
    .container {
      max-width: 480px;
    }
  }
  @media screen and (min-width: 768px) {
    .container {
      max-width: 768px;
    }
  }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1200px;
    }
  }

  @media (max-width: 1199px) {
  
 
    .header-logo {
      display: flex;
      align-items: center;
      margin: 13px;
      padding: 20px;
      text-align: center;
    }
    .head-title-phone {
      flex-direction: column!important;
    }
    .navbar-wrap {
      width: 100%;
    }
      .head-title {
        flex-direction: column !important;
        margin-bottom: 22px;
      }
      .service-section-container {
        flex-direction: column !important;
      }
      .service-items{
        justify-content: center !important;
      }
      .service-box,
      .articles-box {
        flex-direction: column !important;
      }
     
       .container-reviews {
        flex-direction: column !important;
       }
       .footer-contact-section {
        flex-direction: column !important;
      }
      .footer-contacts-items {
        align-items: center !important;
      }
      .footer-logo {
        flex-direction: column !important;
      }
      .footer-bottom {
        flex-direction: column !important;
      }
    
    }
    
    @media (max-width: 996px) {
     .articles-items {
      flex-direction: column !important;
     }
     .head-logo-box {
      flex-direction: column !important;
     }
     .how-work-list {
      flex-direction: column !important;
    }
     .footer-rights {
    flex-direction: column !important;
     }
    }
   

    @media (max-width: 800px) {
      .aboutus-box {
        flex-direction: column !important;
      }
      .reviews-box {
        flex-direction: column !important;
      }
      .our-worker-box {
        flex-direction: column !important;
      }
    }
    
  @media (max-width: 768px) {
    .how-work-txt p {
      font-size: 19px;
    }
    .service-img {
      height: 300px;
    }
     .contacts-maps {
      flex-direction: column !important;
     }
     .nav-list {
      display: flex;
      margin-bottom: auto;
      align-items: center;
      }
      .service-items .service-item {
        
      margin: 13px;
      }
      .service-item-1 {
        flex-direction: column!important;
      }
      .service-item-2 {
        flex-direction: column-reverse !important;
      }
      .navbar-wrap {
        width: 100%;
        border-top-right-radius: 47px;
        flex-direction: column !important;
      }
      .aboutus-img-box > img {
        width: 500px;
        height: 200px; 
      }

      .service-text{
        margin: 0 !important;
        text-align: left !important;
      }
    }
    @media (max-width: 576px) {
      .nav-list {
        flex-direction: column !important;
      }
      .main-poge {
        height: auto;
      }
      .main-poge img {
        height: auto;
      }
      .footer-contact a
        {
        font-size: 16px;
      }
      .head-title p{
        font-size: 22px;
        }
      .nav-link-menu {
        font-size: 13px;
      }
      .footer-size {
        font-size: 16px;
      }
      .articles-items .articles-item {
        margin: 13px;
      }
    }


  @media (max-width: 567px) {
.next-slide-btn svg,
.prev-slide-btn svg {
  display: none;
}
.aboutus-img-box > img {
  width: 320px;
  height: 150px;
}
  }

  @media (max-width: 420px) {
.navbar>.container{
   justify-content: center; 
}

.logo-box {
  width: 150px;
  height: 150px;
}
.headline {
  font-size: 23px;
}
  }

  .button-1 {
    padding: 13px 30px;
    border: 0;
    border-radius: 13px;
    background-color: rgb(167, 28, 146);
    color: #ffffff;
    font-weight: 900;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  
  .button-1:hover {
    background-color: rgb(87, 24, 74);
    box-shadow: 0 0 22px white;
    transform: scale(1.1);
  }
  
  .button-1:active {
    background-color: #570080;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
    transform: scale(0.98);
  }
  
  .button-2 {
    background: transparent;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 500;
    border: none;
    padding: 22px 30px;
    perspective: 30rem;
    border-radius: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.308);
  }
  
  .button-2::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 13px;
    background: linear-gradient(320deg, rgba(0, 140, 255, 0.678), rgba(128, 0, 128, 0.308));
    z-index: 1;
    transition: background 3s;
  }
  
  .button-2:hover::before {
    animation: rotate 1s;
    transition: all .4s;
  }
  
  @keyframes rotate {
    0% {
      transform: rotateY(180deg);
    }
  
    100% {
      transform: rotateY(360deg);
    }
  }
  
  .button-3 {
    font-family: monospace;
    font-size: 18px;
    color: #FAFAFA;
    text-transform: inherit;
    padding: 13px 22px;
    border-radius: 13px;
    border: 2px solid #FAFAFA;
    background: #000000;
    box-shadow: 3px 3px #fafafa;
    cursor: pointer;
    margin: 34px 0;
  }
  
  .button-3 :active {
    box-shadow: none;
    transform: translate(3px, 3px);
  }
  
  .button-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0.4px;
    color: black;
    background-color: #e0e8ef;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(255, 255, 255, 0.333);
    border-radius: 47px 9px 47px 9px;
    padding: 20px 22px 20px 28px;
    transform: translate(0px, 0px) rotate(0deg);
    transition: 0.2s;
    box-shadow: -4px -2px 20px 0px #ffffff, 4px 2px 20px 0px rgb(95 157 231 / 48%);
   }
   
   .button-4:hover {
    color: #516d91;
    background-color: #E5EDF5;
    box-shadow: -2px -3px 8px 0px #ffffff, 2px 3px 8px 0px rgb(95 157 231 / 48%);
   }
   
   .button-4:active {
    box-shadow: none;
   }
  
  .button-5 {
    padding: 13px 22px;
    height: 50px;
    margin: 4px;
    background: rgb(31, 20, 31);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Consolas, Courier New, monospace;
    border: solid #452a43 1px;
    font-size: 16px;
    color: rgb(247, 212, 247);
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 40px;
    background: linear-gradient(145deg, #2d2d2e, #212121);
    -webkit-box-shadow: -1px -4px 20px #54415b, 4px 4px 20px #4e415b,
      inset 4px 4px 13px #212121, inset -4px -4px 13px #212121;
    box-shadow: -2px -4px 20px #56415b, 4px 4px 20px #58415b,
      inset 4px 4px 13px #212121, inset -4px -4px 13px #212121;
  }
  
  .button-5:hover {
    -webkit-box-shadow: 2px 2px 13px #20232e, -2px -2px 13px #545b78;
    box-shadow: 2px 2px 13px #20232e, -2px -2px 13px #545b78;
    color: #d6d6d6;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .button-5:active {
    -webkit-box-shadow: 2px 2px 13px #20232e, -2px -2px 33px #545b78;
    box-shadow: 2px 2px 13px #20232e, -2px -2px 33px #545b78;
    color: #d6d6d6;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  

  .allh2 {
    text-transform: inherit;
    font-size: 23px !important;
  }

  .allh3 {
    color: var(--rbcg-5);
    font-size: 18px !important;
  }

  .overHid{
    overflow: hidden;
  }

  .how-work-title-dopPadd{
    padding: 0 22px;
  }

  .width100{
    width: 100%;
  }

  .footer-maps iframe{
    border: 0;
  }

  .main-priva-blocks h2, .main-content h2{
    font-size: 18px;
  }

  .main-priva-blocks h3, .main-content h3{
    font-size: 18px;
  }

  .main-priva-blocks ul li, .main-priva-blocks ol li, .main-content ul li, .main-content ol li{
    list-style: disc !important;
  }