@import url('https://fonts.googleapis.com/css2?family=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

:root {
  --white: #ffffff;
}

body{
    direction: ltr;
    font-family: 'Trirong', sans-serif !important;
    font-size: 25px;
    line-height: 1.2;
    margin: 0;
    padding: 0px;
}

*{
  box-sizing: border-box;
}

ul {
  padding-left: 0;
  padding-right: 0;
}
a {
    text-decoration: none;
    color:  black;
    word-break: break-all;
}

h2 {
  
  text-transform: uppercase;
  font-size: 21px;
}
h3 {
  color: grey;
  font-size: 16px;
}

.container {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.padding-style {
    padding: 78px 0;
}
.body-bcg {
  position: relative;
  background-image: url('content/images/mask-bg-FG0.png');
  background-size: cover;
 background-repeat: no-repeat;
  background-color: #180707; 
}
.section-container-head {
  padding:50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
    height: auto;
  }
  .header-head {
    background-color: white; 
    border-radius: 31px;
    margin: 0 11px;
  }
  .head-img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    display: flex;
    flex: 1;
  }
.navbar-container{
    display: flex; 
    align-items: center;
    padding: 0;
   }
.header-logo{
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 25px;
  }
.header-logo img{
    height: 50px;
} 
.headline {

  color: var(--white); 
  font-size: 27px;
}
.head-title-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.head-title {
display: flex;
flex: 1;
}
.head-title p{
  color: black;
  font-size:  21px;
  text-align: center;
  padding: 4px;
  margin: 17px;
  transition: transform 0.3s ease;
}
.head-title p:hover {
  transform: translateY(-4px);
}
.head-phone-btn {
display: flex;
flex: 1;
justify-content: center;
margin: 17px;
}
                      
.hero-button {
  white-space: normal;
  width: 100%;
  margin: 0 11px;
  display: flex;
    padding: 27px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.section-aboutus {
  background-color: #180707;
}
.about-how-work {
  display: flex;
  flex-direction: column;
}
.aboutus-box {
  display: flex;
  justify-content: space-between;
}
.aboutus-img-box {
  display: flex;
  flex: 1;
  justify-content: center;
}
.aboutus-img-box > img{
  width: 350px;
  height: 500px;
  object-fit: cover;
  overflow: hidden;
}
.aboutus-content-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin: 0 25px;
}
.aboutus-title,
.aboutus-text {
  color: white;
}
.section-how-work {
  background-color:  var(--white);
}
.how-work-list {
  display: flex;
}
.how-work-item {
  flex: 1;
  padding: 25px;
}
.how-work-pic {
  border-radius: 90px;
  border: 1px solid black;
  width: fit-content;
  padding: 11px;
  background-color: rgba(128, 128, 128, 0.508);
}
.how-work-pic:hover {
  background-color: white;
  border: 1px solid white;
}
.how-work-txt {
font-size: 21px;
}


    .navbar-wrap {
      position: relative;
      float: left;
      display: flex; 
      flex-direction: row;
      align-items: center;
      justify-content: space-between;    
      flex-wrap: wrap; 
      padding: 17px 0;
      background-color: black;
      border-top-right-radius: 31px;
      border-top-left-radius: 31px;
      border-bottom-right-radius: 31px;
     }

     .navbar-wrap .nav-link {
      text-decoration: none;
      padding: 4px;
      margin: 0 11px; 
      display: flex; 
      color: gray;
      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;
      align-items: center;
      padding: 0;
      margin: 0;
      list-style: none;
  }
 
  .nav-list .nav-item .dropdown-menu{
   position: absolute;
   float: left;
    width: 180px;
    background: black;
    display: none;
  }
  .nav-list .nav-item:hover .dropdown-menu{
    display: initial;
    padding: 11px;
    z-index: 3;
  }
  .drop-link {
    display: block;
    width: 100%;
    color: grey;
  }
  .drop-link:hover{
    color: rgb(231, 224, 224);
  }
  .dropdown-item{
    color-scheme: var(--white);
    white-space: normal;
    padding: 11px;
    border-bottom: 1px solid white;
  }

.service-section-container,
.articles-section-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 27px;
  }
  .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;
      gap: 27px;
    }
    .service-title {
      display: flex;
      align-items: center; 
      margin: 27px 7px;
      position: relative;
      flex: 1;
      justify-content: center;
      text-align: center;
      color:black;
      font-size:  21px;
      text-transform: uppercase;
    }
    .service-title:hover {
      background-color: gray;
    }
    .service-text {
      color: black;
      margin: 17px;
      padding: 11px;
      text-align: left;
    }
    .service-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .section-service{
      overflow: hidden;
    }
    .service-items .service-item{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content:  space-between;
      color: black;
      background-color: var(--white);
      margin: 25px;
      transition: transform 0.4s ease;
      flex: 1;
      gap: 25px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 27px 50px -11px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
      padding-bottom: 25px;
       }
    
       .service-items .service-item:hover{
        transform: scale(1.1);
      }
    .service-item-rev {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-radius: 31px;
      flex: 1;
    }
    .service-img-item {
      display: flex;
    align-items: center;
    justify-content: center;
      flex: 1;
      width: 100%;
      height: 100%;
    }
    .service-item  {
    border-radius: 31px;
    }
    .service-img {
    width: 100%;
    height: 308px;
    border-radius: 31px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 4px 0px inset;
    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;
      margin: 25px;
      transition: transform 0.4s ease; 
      flex: 1;
      gap: 25px;
      }
    .articles-title-pop {
      margin-bottom: 25px;
      color: var(--white);
    }

    .articles-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; 
    }
    .articles-item {
      padding-bottom: 25px;
    }
  
    .articles-img{
      width: 100%;
      height: 300px;
      object-fit: cover;
    }
    .articles-title {
      display: flex;
      text-align: left;
      color: white;
      font-size:  21px;
      text-transform: uppercase;
    }
    .articles-title:hover {
      color: rgba(255, 255, 255, 0.792);
    }
   
   
    .articles-text {
      text-align: left;
      color: white;
    width: 100%;
    }
    .button-articles {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .button-service {
      margin: 17px;
      display: flex;
    align-items: center;
    justify-content: center;
    }
   
    
     .main-section {
      background-color:  white;
     }
     .main-contaier{
      overflow: hidden;
     }
     .main-flex {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 25px;

     }
     .main-content {
      padding: 30px;
      text-align: left;
     }
     .color-text-main {
      color: black;
     }
     .main-image {
      display: flex;
      justify-content: center;
     }
     .main-img {
      width: 100%;
      height: 528px;
      object-fit: contain;
     }
   
     .price {
      margin: 25px;
      padding: 25px;
      color: var(--white);
      background-color: black;
      border-top-left-radius: 31px;
      border-bottom-right-radius: 31px;
  }
 
 .reviews-container {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 .reviews-box {
  display: flex;
  flex-direction: row;
 }
 .reviews-text {
  color: var(--white);
 }
 .reviews-title {
  display: flex;
  flex-direction: column;
  align-items: center;
 }
 .reviews-title svg {
  color: black;
}
 .left-svg {
  margin-right: auto; 
}
.right-svg {
  margin-left: auto; 
}
  .reviews-card {
    display: flex;
    flex-direction: column;
    align-items: stretch; 
    position: relative;
    background-color: white;
    padding:27px ;
    margin: 30px;
    max-width: 700px;
    border-radius: 31px;
    transition: transform 0.8s ease-in-out;
    opacity: 1;
    direction: initial;  
    box-shadow: rgba(50, 50, 93, 0.25) 0px 27px 50px -11px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
       
  }
  .reviews-star-name {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .stars {
    display: flex;
    justify-content: center;
    grid-gap: 0.125rem;
    gap: 0.125rem;
    color: grey;
    font-size:  20px;
    margin: 17px;
  }
  

  .name {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin: 17px;
  }
  .message {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    color: black;
    text-align: center;
    font-size: 19px;
  }

.form-write-us-cont {
  color:  white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  font-weight: 700;
  font-size: 23px;
}
.form-write-us {
  color: black;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  display: block;
  font-weight: 700;
  font-size: 23px;
}
.form-write-us:hover{
  color: grey;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 25px; 
  background-color: #171717;
  color: white;
  border-radius: 25px;
  transition: .4s ease-in-out;
}


#heading {
  text-align: center;
  margin: 2em;
  color: rgb(255, 255, 255);
  font-size: 1.2em;
}

.field {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 25px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #171717;
  box-shadow: inset 1px 4px 11px rgb(5, 5, 5);
}
.input-input-fieldinput {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 25px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #171717db;
  box-shadow: inset 1px 4px 11px rgb(5, 5, 5);
}
.textarea-input-fieldinput {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border-radius: 25px;
  padding: 0.6em;
  border: none;
  outline: none;
  color: white;
  background-color: #171717db;
  box-shadow: inset 1px 4px 11px rgb(5, 5, 5);
}
.input-icon {
  height: 1.3em;
  width: 1.3em;
  fill: white;
}

.input-field {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  color: #d3d3d3;
}

.form-check {
  display: flex;
  flex-direction: row;
 
}
.form-check label {
  color: rgb(209, 204, 204);
  margin: 0 25px;
}
.form-check a {
  color: rgb(209, 204, 204);
}
.form-check a:hover {
  color: rgba(135, 129, 129, 0.779);
}
.contacts-maps {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer-contact{
  list-style: none;
}


.footer-contact-section {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
}
.footer-contacts-items{
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
 
}

.footer-contacts-items a{
  color: grey;
  line-height: 1;
}
.footer-contacts {
  padding: 50px 0;
}
.footer-contact a{
  color: white;
  font-size: 20px;
}
.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: 17px;

 }
.nav-list-footer {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: center;
}
.nav-list-footer li {
  line-height: 1.2;
}
.nav-link-footer {
  color: grey;
}
.nav-link-footer:hover {
  color: var(--white);
}
.footer-svg {
  color: grey;
}
.footer-svg:hover {
  color: white;
}
.nav-link-menu {
  font-size: 16px;
  color: grey;
}
.footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
 
}
.footer-bottom div {
  flex: 1;
}
.footer-logo{
  display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-logo-title{
  padding: 25px 0;
}
.footer-contact-item {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-contact-item svg {
  margin: 11px;
    padding: 4px;
    border: 1px solid black;
    border-radius: 11px;
  background-color: rgba(128, 128, 128, 0.508);
}

.footer-contact-item svg:hover {
  background-color: white;
  border: 1px solid white;
}
.footer-logo-item {
  display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.footer-size {
  font-size: 21px;
}

.footer-rights{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
.footer-privacy {
  color: grey;
}
.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 25px;
  text-transform: uppercase;
  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;
}
.element-animation {
  opacity: 0;
}
.element-animation.element-show {
  opacity: 1;
  transition: opacity 1s;
}

.section-privacy-box {
  background-color: #180707;
}
.content-block {
  overflow: hidden;
  padding: 25px;
  color: white;
}
.content-block a {
  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: 11px;
      padding: 17px;
      text-align: center;
    }
    .head-title-phone {
      flex-direction: column!important;
    }
    .navbar-wrap {
      width: 100%;
    }
      .head-title {
        flex-direction: column !important;
        margin-bottom: 25px;
      }
      .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-bottom {
        flex-direction: column !important;
      }
    
    }
    
    @media (max-width: 996px) {
     .articles-items {
      flex-direction: column !important;
     }
    }
   

    @media (max-width: 800px) {
      .aboutus-box {
        flex-direction: column !important;
      }
      .how-work-list {
        flex-direction: column !important;
      }
      .reviews-box {
        flex-direction: column !important;
      }
    }
    
  @media (max-width: 768px) {
   
     .contacts-maps {
      flex-direction: column !important;
     }
     .nav-list {
      display: flex;
      flex-direction: column;
      margin-bottom: auto;
      align-items: center;
      }
      .service-items .service-item {
        flex-direction: column !important;
      }
      .navbar-wrap {
        width: 100%;
        border-top-right-radius: 31px;
        flex-direction: column !important;
      }
    }
    @media (max-width: 576px) {
      .header-head {
        width: 90%;
      }
      .footer-contact a
        {
        font-size: 15px;
      }
      .header-logo {
        flex-direction: column !important;
      }
      .nav-link-menu {
        font-size: 14px;
      }
      .footer-size {
        font-size: 16px;
      }
      .articles-items .articles-item {
        margin: 11px;
      }
    }


  @media (max-width: 567px) {
.next-slide-btn svg,
.prev-slide-btn svg {
  display: none;
}
.head-title p {
  font-size: 19px;
}
  }

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



  .button-1 {
    appearance: none;
    background-color: white;
    border: 0.125em solid black;
    border-radius: 0.9375em;
    box-sizing: border-box;
    color: #7d2ae8;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    min-height: 3.75em;
    min-width: 0;
    outline: none;
    padding: 25px 2.3em;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
   }
   
   .button-1:disabled {
    pointer-events: none;
   }
   
   .button-1:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 17px;
    transform: translateY(-1px);
   }
   
   .button-1:active {
    box-shadow: none;
    transform: translateY(0);
   }
  
   .button-2 {
    position: relative;
    padding: 11px 21px;
    border-radius: 35px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: #7d2ae8;
    transition: all 0.2s ease;
  }
  
  .button-2:active {
    transform: scale(0.96);
  }
  
  .button-2:before,
  .button-2:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
  }
  
  .button-2:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, #7d2ae8 20%, transparent 30%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
      10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
  }
  
  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }
  
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }
  
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  
  .button-2:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, #7d2ae8 15%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%),
      radial-gradient(circle, #7d2ae8 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
  }
  
  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }
  
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }
  
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  
  .button-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 25px;
    border: 1px solid #8F9092;
    transition: all 0.2s ease;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #606060;
    text-shadow: 0 1px #fff;
  }
  
  .button-3:hover {
    box-shadow: 0 4px 2px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 2px 2px #CECFD1;
  }
  
  .button-3:active {
    box-shadow: 0 4px 2px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 4px 2px #999, inset 0 0  #aaa;
  }
  
  .button-3:focus {
    box-shadow: 0 4px 2px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 4px 2px #999, inset 0 0  #aaa;
  }
  
  .button-4 {
    width: 165px;
    height: 61px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    border: none;
    position: relative;
    background: #100720;
    transition: 0.1s;
  }
  
  .button-4::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(255,94,247,1) 17.8%, rgba(2,245,255,1) 100.2% );
    filter: blur(17px);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .button-4:active {
    transform: scale(0.9) rotate(3deg);
    background: radial-gradient( circle farthest-corner at 10% 20%,  rgba(255,94,247,1) 17.8%, rgba(2,245,255,1) 100.2% );
    transition: 0.4s;
  }
  
  .button-5 {
    padding: 11px;
    margin: 4px;
    width: 120px;
    background: #333;
    -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 #404c5d 1px;
    font-size: 15px;
    color: rgb(161, 161, 161);
    -webkit-transition: 500ms;
    transition: 500ms;
    border-radius: 4px;
    background: linear-gradient(145deg, #2e2d2d, #212121);
    -webkit-box-shadow: -1px -4px 17px #41465b, 4px 4px 17px #41465b,
      inset 4px 4px 11px #212121, inset -4px -4px 11px #212121;
    box-shadow: -1px -4px 17px #41465b, 4px 4px 17px #41465b,
      inset 4px 4px 11px #212121, inset -4px -4px 11px #212121;
  }
  
  .button-5:hover {
    -webkit-box-shadow: 1px 1px 12px #20232e, -1px -1px 12px #545b78;
    box-shadow: 1px 1px 12px #20232e, -1px -1px 12px #545b78;
    color: #d6d6d6;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
  
  .button-5:active {
    -webkit-box-shadow: 1px 1px 12px #20232e, -1px -1px 32px #545b78;
    box-shadow: 1px 1px 12px #20232e, -1px -1px 32px #545b78;
    color: #d6d6d6;
    -webkit-transition: 100ms;
    transition: 100ms;
  }
  
  .reviews {
    overflow: hidden;
  }

  .overHiden{
    overflow: hidden;
  }

  .w100{
    width: 100%;
  }

  .heightDop{
    height: 100px;
  }

  iframe{
    border: 0;
  }

  .how-work-title-padd{
    padding: 0 25px;
  }


  @media (max-width: 420px){

    .main-img, .service-img{
      height: auto;
    }
  
  }

  @media (max-width: 1200px) {
    .articles-items {
      flex-direction: column !important;
    }
  }

 