.div,
.div * {
box-sizing: border-box;
}

*{
    margin: 0;
    padding: 0;
    appearance: 0;
    outline: 0;
    border: 0;
    text-decoration: none;
}

html, body{
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  scroll-behavior: smooth;
}

:root{
    --text-color: #1367b1;
}

::-webkit-scrollbar {
    width: 5px;
    height: 12px;
  }

.reveal {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(1px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, filter 0.8s ease-out;
  will-change: transform, opacity, filter;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

  
  /* ::-webkit-scrollbar-track {
    background: #f0f0f0; 
  } */

  ::-webkit-scrollbar-thumb {
    background-color: var(--text-color);
    /* border: #f0f0f0; */
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #274bbf;
  }


.div {
background: #ffffff;
display: flex;
flex-direction: column;
gap: 0%;
align-items: flex-start;
justify-content: flex-start;
height: 100vw;
position: relative;
/* overflow: hidden; */
}


/* .frame-11 {
background: #ffffff;
display: flex;
position: fixed;
z-index: 99;
flex-direction: row;
align-items: center;
justify-content: center;
align-self: stretch;
flex-shrink: 0;
height: 113px;
width: 100vw;
gap: 29%;
}

.header-logo-pic {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
object-fit: cover;
aspect-ratio: 202/90;
}


.header-menu {
display: flex;
flex-direction: row;
gap: 50px;
align-items: center;
justify-content: flex-start;
flex-shrink: 0;
position: relative;
}


.header-menu a{
  padding-left: 3em;
  border-radius: 12px;
  padding: 15px 25px;
  display: block;
  text-decoration: none;
} */

.hamburger {
  display: none;
  font-size: 32px;
  cursor: pointer;
  padding: 10px;
}

.frame-11 {
  background: #ffffff;
  display: flex;
  position: fixed;
  z-index: 99;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 113px;
  width: 100vw;
  padding: 0 20px;
  box-sizing: border-box;
}

.header-logo-pic {
  height: 90px;
  width: auto;
  object-fit: contain;
}

.header-menu {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.header-menu a {
  border-radius: 12px;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .hamburger:hover{
    transition-duration: 0.5s;
    background-color: #eaeaeab6;
  }

  .header-menu {
    display: none;
    position: absolute;
    top: 113px;
    right: 0;
    flex-direction: column;
    background: white;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 98;
  }

  .header-menu.active {
    display: flex;
  }

  .header-menu a {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
}

.header-menu a:-webkit-any-link {
  color:black
}

.header-menu a:visited{
  color: #000 !important;
}

.header-menu a:hover{
  transition-duration: 0.5s;
  background-color: #eaeaeab6;
}


.div2 {
color: #000000;
text-align: left;
font-family: 'Inter-SemiBold', sans-serif;
font-size: 20px;
font-weight: 600;
position: relative;
}
.frame-2 {
display: flex;
flex-direction: row;
gap: 12px;
align-items: center;
justify-content: flex-start;
flex-shrink: 0;
position: relative;
}
.frame-1 {
flex-shrink: 0;
width: 16px;
height: 20px;
position: relative;
overflow: visible;
}
/* .bg-banner {
background: linear-gradient(to left, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
align-self: stretch;
flex-shrink: 0;
height: 967px;
position: relative;
object-fit: cover;
aspect-ratio: 1920/1080;
} */
 .bg-banner-wrapper {
  position: relative;
  width: 100%;
  height: 967px;
}

.bg-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bg-banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
  pointer-events: none;
  z-index: 0;
}

.banner-content {
display: flex;
flex-direction: column;
gap: 109px;
align-items: flex-start;
justify-content: flex-start;
flex-shrink: 0;
width: 920px;
position: absolute;
left: 80px;
top: 301px;
user-select: none;
z-index: 99;
}
.frame-249 {
display: flex;
flex-direction: column;
gap: 24px;
align-items: flex-start;
justify-content: flex-start;
align-self: stretch;
flex-shrink: 0;
position: relative;
}
.div3 {
color: #ffffff;
text-align: left;
font-family: 'Inter-SemiBold', sans-serif;
font-size: 64px;
font-weight: 600;
position: relative;
width: 947px;
}
.bid-group {
color: #b1b1b1;
text-align: left;
font-family: 'Inter-Regular', sans-serif;
font-size: 36px;
font-weight: 400;
position: relative;
width: 918px;
}
.component-2 {
background: #fff;
border-radius: 100px;
padding: 20px;
display: flex;
flex-direction: row;
gap: 28px;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 433px;
height: 95px;
position: relative;
cursor: pointer;
}
.div4 {
color: #252525;
text-align: left;
font-family: 'Inter-SemiBold', sans-serif;
font-size: 24px;
font-weight: 600;
position: relative;
}
.frame-7 {
flex-shrink: 0;
width: 32px;
height: 32px;
position: relative;
overflow: visible;
}

.component-2:hover{
  border: 0.2rem solid #000;
  
}

@media screen and (max-width: 768px) {
  .bg-banner {
    height: 600px;
    aspect-ratio: auto;
    width: 100%;
  }

  .banner-content {
    width: 100%;
    left: 0;
    top: 200px;
    padding: 0 16px;
    gap: 40px;
    align-items: left;
  }

  .frame-249 {
    align-items: left;
    gap: 16px;
  }

  .div3 {
    font-size: 28px;
    width: 100%;
    text-align: left;
  }

  .bid-group {
    font-size: 18px;
    width: 100%;
    text-align: left;
  }

  .component-2 {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 16px;
    border-radius: 50px;
    gap: 16px;
  }

  .div4 {
    font-size: 18px;
    text-align: center;
  }

  .frame-7 {
    width: 24px;
    height: 24px;
  }
}









.main_1,
.main_1 * {
    box-sizing: border-box;
}

.main_1 {
    background: #ffffff;
    padding: 149px 80px 149px 80px;
    display: flex;
    flex-direction: row;
    gap: 172px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    overflow: hidden;
}

.main-p-1 {
    display: flex;
    flex-direction: column;
    gap: 58px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 692px;
    position: relative;
}

.main-aboutus {
    color: #5e5e5e;
    text-align: left;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.main-p1-h1 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 668px;
    position: relative;
}

.bi-dgroup {
    color: #000000;
    text-align: left;
    font-family: var(--zagolovok-font-family, 'Inter-Bold', sans-serif);
    font-size: var(--zagolovok-font-size, 48px);
    font-weight: var(--zagolovok-font-weight, 700);
    position: relative;
    align-self: stretch;
}

.under-main-aboutus {
    color: #545454;
    text-align: left;
    font-family: var(--podzagolovok-font-family, 'Inter-Medium', sans-serif);
    font-size: var(--podzagolovok-font-size, 20px);
    line-height: var(--podzagolovok-line-height, 150%);
    font-weight: var(--podzagolovok-font-weight, 500);
    position: relative;
    align-self: stretch;
}

.photo-1 {
    border-radius: 32px;
    flex-shrink: 0;
    width: 497px;
    height: 663px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 497/663;
}
@media screen and (max-width: 768px) {
  .main_1 {
    flex-direction: column;
    gap: 40px;
    padding: 60px 16px;
    align-items: center;
  }

  .main-p-1 {
    width: 85%;
    gap: 32px;
    align-items: left;
  }

  .main-p1-h1 {
    width: 100%;
    gap: 20px;
    align-items: left;
    text-align: left;
  }

  .main-aboutus {
    font-size: 16px;
    text-align: center;
  }

  .bi-dgroup {
    font-size: 28px;
    text-align: center;
  }

  .under-main-aboutus {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .photo-1 {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}








.main-2,
.main-2 * {
    box-sizing: border-box;
}

.main-2 {
    background: #ffffff;
    padding: 76px 258px 33px 258px;
    display: flex;
    flex-direction: column;
    gap: 99px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    min-height: 1048px;
    position: relative;
    overflow: hidden;
}

.main-h-1-2 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 668px;
    position: relative;
}

.bi-dgroup2 {
    color: #000000;
    text-align: right;
    font-family: 'Inter-ExtraBold', sans-serif;
    font-size: 36px;
    font-weight: 800;
    position: relative;
}

.bi-dgroup2-p {
    color: #5e5e5e;
    text-align: center;
    font-family: var(--podzagolovok-font-family, 'Inter-Medium', sans-serif);
    font-size: var(--podzagolovok-font-size, 20px);
    line-height: var(--podzagolovok-line-height, 150%);
    font-weight: var(--podzagolovok-font-weight, 500);
    position: relative;
    align-self: stretch;
}

.main-cards-2 {
    display: flex;
    flex-direction: row;
    gap: 180px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.card-2-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 336px;
    position: relative;
}

.close-up-person-working-alternative-energy-1 {
    border-radius: 32px;
    align-self: stretch;
    flex-shrink: 0;
    height: 343px;
    position: relative;
    object-fit: cover;
}

.under-maincards-2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.main-undercards {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.h1-undercards {
    color: #000000;
    text-align: left;
    font-family: 'Inter-Bold', sans-serif;
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}

.p1-undercards {
    color: #474747;
    text-align: left;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.ex-button-cards {
    background: #2f32ff;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 232px;
    height: 64px;
    position: relative;
}

.BUTTON-NAME {
    color: #ffffff;
    text-align: left;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    position: relative;
    user-select: none;
}

.BUTTON-NAME a {
  color: #ffffff;
}
.BUTTON-NAME a:visited{
  color: #ffffff;
}

.card-2-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 336px;
    position: relative;
}

.young-adult-organizing-documents-1 {
    border-radius: 32px;
    align-self: stretch;
    flex-shrink: 0;
    height: 343px;
    position: relative;
    object-fit: cover;
}

.under-maincards-22 {
    display: flex;
    flex-direction: column;
    gap: 46px;
    align-items: flex-start;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.p2-undercards {
    color: #4a4a4a;
    text-align: left;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    width: 272px;
}

.card-2-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 336px;
    position: relative;
}

.young-woman-designer-working-desk-1 {
    border-radius: 32px;
    align-self: stretch;
    flex-shrink: 0;
    height: 343px;
    position: relative;
    object-fit: cover;
}

.p3-undercards {
    color: #4b4b4b;
    text-align: left;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

@media screen and (max-width: 768px) {
  .main-2 {
    padding: 80px 20px;
    gap: 60px;
  }

  .main-cards-2 {
    flex-direction: column;
    gap: 40px;
  }

  .card-2-1,
  .card-2-2,
  .card-2-3 {
    padding-bottom: 80px;
    width: 80%;
    align-items: center;
  }

  .p1-undercards,
  .p2-undercards,
  .p3-undercards {
    width: 100%;
    text-align: left;
  }

  .ex-button-cards {
    width: 100%;
    max-width: 232px;
    justify-content: center;
  }
  .main-h-1-2 {
    padding: 0 20px;
    gap: 16px;
  }

  .bi-dgroup2 {
    font-size: 26px;
  }

  .bi-dgroup2-p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 1624px) and (min-width: 900px) {
  .main-h-1-2 {
    width: 100%;
    padding: 0 40px;
    gap: 20px;
  }

  .bi-dgroup2 {
    font-size: 30px;
    text-align: center;
  }

  .bi-dgroup2-p {
    font-size: 18px;
  }

}
  /* .under-maincards-2,
.under-maincards-22 {
  margin-top: auto;
}
.card-2-1, .card-2-2, .card-2-3 {
  margin-bottom: auto;
  height: 100%;
} */


@media (max-width: 480px) {
  .bi-dgroup2 {
    font-size: 22px;
  }

  .bi-dgroup2-p {
    font-size: 15px;
  }

}











/* .main-3,
.main-3 * {
    box-sizing: border-box;
}

.main-3 {
    background: #ffffff;
    padding: 109px 100px 109px 100px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 925px;
    position: relative;
    overflow: hidden;
}

.main-3-h-1 {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 928px;
    position: relative;
}

.why-choose-us {
    color: #000000;
    text-align: center;
    font-family: var(--zagolovok-font-family, 'Inter-Bold', sans-serif);
    font-size: var(--zagolovok-font-size, 48px);
    font-weight: var(--zagolovok-font-weight, 700);
    position: relative;
    align-self: stretch;
}

.main-3-p {
    color: #636363;
    text-align: center;
    font-family: 'Inter-Medium', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    position: relative;
    width: 694px;
    height: 47px;
}

.all-main-3-text {
    display: flex;
    flex-direction: row;
    gap: 108px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1720px;
    position: relative;
}

.main-3-block-1 {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 335px;
    height: 232px;
    position: relative;
}

.main-3-cube {
    background: #ff9345;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 59px;
    height: 59px;
    position: relative;
    aspect-ratio: 1;
}

.main-3-undercube-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.main-3-undercube-1-h-1 {
    color: #000000;
    text-align: center;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}


.main-3-block-2 {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 336px;
    position: relative;
}


.main-3-undercube-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}


.main-3-block-3 {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 330px;
    position: relative;
}


.main-3-undercube-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.main-3-block-4 {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 338px;
    height: 232px;
    position: relative;
}

.cube-num {
    color: #000000;
    text-align: left;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    user-select: none;
}

.main-3-undercube-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}
.main-3-undercube-1-h-12 {
  color: #949494;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.main-3-undercube-1-h-16 {
  color: #949494;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.main-3-undercube-1-h-14 {
  color: #949494;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.main-3-undercube-1-h-13 {
  color: #949494;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
} */

 .main-3,
.main-3 * {
  box-sizing: border-box;
}

.main-3 {
  background: #ffffff;
  padding: 100px 10px 150px 10px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.main-3-h-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 928px;
  text-align: center;
}

.why-choose-us {
  color: #000000;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.main-3-p {
  color: #636363;
  font-family: 'Inter-Medium', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  max-width: 694px;
  margin: 0 auto;
}

.all-main-3-text {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: center;
  width: 100%;
}

@media (max-width: 900px){
  .all-main-3-text{
    flex-wrap: wrap;
  }
}

.main-3-block-1,
.main-3-block-2,
.main-3-block-3,
.main-3-block-4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  padding: 20px;
}

.main-3-cube {
  background: #ff9345;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  aspect-ratio: 1;
}

.cube-num {
  color: #000000;
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 32px;
  font-weight: 600;
  user-select: none;
}

.main-3-undercube-1,
.main-3-undercube-2,
.main-3-undercube-3,
.main-3-undercube-4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.main-3-undercube-1-h-1 {
  color: #000000;
  text-align: center;
  font-family: 'Inter-SemiBold', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.main-3-undercube-1-h-12,
.main-3-undercube-1-h-13,
.main-3-undercube-1-h-14,
.main-3-undercube-1-h-16 {
  color: #949494;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}







.main-4,
.main-4 * {
    box-sizing: border-box;
}

.main-4 {
    background: #f8f8f8;
    padding: 76px 100px 76px 100px;
    display: flex;
    flex-direction: column;
    gap: 66px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: 1045px;
    position: relative;
    overflow: hidden;
}

.clients-info {
    color: #000000;
    text-align: center;
    font-family: var(--zagolovok-font-family, 'Inter-Bold', sans-serif);
    font-size: var(--zagolovok-font-size, 48px);
    font-weight: var(--zagolovok-font-weight, 700);
    position: relative;
    align-self: stretch;
}

.clients-reviews {
    display: flex;
    flex-direction: column;
    gap: 47px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.card-1-2-3 {
    display: flex;
    flex-direction: row;
    gap: 123px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.card-clients {
    background: #ffffff;
    border-radius: 28px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 489px;
    height: 181px;
    position: relative;
}

.frame-377 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.stars-cl {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.e1star-num {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}

.my-skin-feels-so-hydrated-and-glowy-love-the-peptide-glazing-fluid {
    color: #000000;
    text-align: left;
    font-family: 'Inter-Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    align-self: stretch;
}

.frame-316 {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.maya-thompson {
    color: #696969;
    text-align: left;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}


.frame-311 {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.card-4-5-6 {
    display: flex;
    flex-direction: row;
    gap: 126px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.card-7-8-9 {
  display: flex;
  flex-direction: row;
  gap: 126px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}


.show-more-clients-button {
    background: #ffffff;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 353px;
    height: 70px;
    position: relative;
}

.mobile-toggle-btn {
    color: #2d2d2d;
    text-align: left;
    font-family: 'Inter-Medium', sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}


.hidden {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0s ease;
}

.visible {
  max-height: 2000px;
  opacity: 1;
  transition: all 1s ease;
}
@media (max-width: 1624px) {
  .main-4 {
    padding: 60px 40px;
    height: auto;
    gap: 40px;
  }

  .card-1-2-3,
  .card-4-5-6,
  .card-7-8-9 {
    gap: 40px;
    align-items: center;
  }

  .card-clients {
    max-width: 100%;
    height: auto;
  }

  .clients-info {
    font-size: 36px;
  }

  .show-more-clients-button {
    width: 100%;
    max-width: 300px;
    height: 60px;
  }

  .mobile-toggle-btn {
    font-size: 18px;
    text-align: center;
    width: 100%;
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .main-4 {
    padding: 40px 20px;
    gap: 30px;
  }

  .clients-info {
    font-size: 28px;
  }
   .card-1-2-3,
  .card-4-5-6,
  .card-7-8-9 {
    flex-direction: column;
    align-items: center;
  }

  .my-skin-feels-so-hydrated-and-glowy-love-the-peptide-glazing-fluid {
    font-size: 14px;
  }

  .maya-thompson {
    font-size: 13px;
  }

  .show-more-clients-button {
    height: 56px;
  }

  .mobile-toggle-btn {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .card-4-5-6,
  .card-7-8-9 {
    display: none;
  }

  .card-4-5-6.visible,
  .card-7-8-9.visible {
    display: flex;
  }

}

@media (min-width: 900px) {
  .card-4-5-6,
  .card-7-8-9 {
    display: flex;
  }

  /* .mobile-toggle-btn {
    display: none;
  } */
}




.main-5,
.main-5 * {
    box-sizing: border-box;
}

.main-5 {
    background: #ffffff;
    padding: 149px 80px 149px 80px;
    display: flex;
    flex-direction: row;
    gap: 222px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.main-5-photo {
    border-radius: 32px;
    flex-shrink: 0;
    width: 497px;
    height: 663px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 497/663;
}

.main-5-fulltext {
    display: flex;
    flex-direction: column;
    gap: 110px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 692px;
    position: relative;
}

.main-5-p {
    color: #5e5e5e;
    text-align: left;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.main-5-maintext {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.main-5-h-1 {
    color: #000000;
    text-align: left;
    font-family: var(--zagolovok-font-family, 'Inter-Bold', sans-serif);
    font-size: var(--zagolovok-font-size, 48px);
    font-weight: var(--zagolovok-font-weight, 700);
    position: relative;
    align-self: stretch;
}

.main-5-infotext {
    color: #595959;
    text-align: left;
    font-family: var(--podzagolovok-font-family, 'Inter-Medium', sans-serif);
    font-size: var(--podzagolovok-font-size, 20px);
    line-height: var(--podzagolovok-line-height, 150%);
    font-weight: var(--podzagolovok-font-weight, 500);
    position: relative;
    align-self: stretch;
}

@media (max-width: 1624px) and (min-width: 900px) {
  .main-5 {
    padding: 150px 40px;
    gap: 60px;
  }

  .main-5-photo {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .main-5-fulltext {
    width: 60%;
    gap: 60px;
  }

  .main-5-h-1 {
    font-size: 36px;
  }

  .main-5-infotext {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .main-5 {
    padding: 120px 10px;
    gap: 40px;
    flex-direction: column;
  }

  .main-5-photo {
    max-width: 70%;
    border-radius: 24px;
  }

  .main-5-fulltext {
    gap: 40px;
    width: 80%;
  }

  .main-5-h-1 {
    font-size: 28px;
  }

  .main-5-infotext {
    font-size: 16px;
  }

  .main-5-p {
    font-size: 18px;
  }
}


/* ************* ADVANTAGES ************* */
/* ************* ADVANTAGES ************* */
/* ************* ADVANTAGES ************* */

.div-2,
.div-2 * {
box-sizing: border-box;
}

.div-2{
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 98px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.frame-1 {
  flex-shrink: 0;
  width: 16px;
  height: 20px;
  position: relative;
  overflow: visible;
  }

  .arrow-png{
    position: absolute;
    left: 95%;
    top: 80%;
    transform: translate(-43px, 0px);
    overflow: visible;
    aspect-ratio: 1;
    width: 43px;
    height: 43px;
  }

  .all-services {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 1760px;
    position: relative;
    padding-top: 9.5rem;
    flex: 1;
  }

  @media (max-width: 1780px) {
    .all-services{
      max-width: 1600px;
      width: 100%;
    }
    ._4{
      max-width: 290px;
    }
  .h1-services{
    padding-left: 5%;
  }
  }

  @media (max-width: 1000px) {
    .all-services{
      width: 768px;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-auto-rows: 100px;
    }
    .arrow-png{
      position: absolute;
      left: 98%;
      top: 10%;
      overflow: visible;
      aspect-ratio: 1;
      width: 33px;
      height: 33px;
  }
  .header-menu{
    display: none;
  }
  }

  @media (max-width: 768px) {
    .all-services{
      width: 450px;
    }
    .h1-services{
      padding-left: 10%;
    }
    ._1{
      width: 300px;
    }
  }

  @media (max-width: 480px) {
    .h1-services{
      padding-left: 20%;
    }
    
  }


  .h1-services{
  color: #000000;
  text-align: left;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  }
  
  .services {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  z-index: 90;
  user-select: none;
  }
  ._1 {
  background: #222020;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  max-width: 425px;
  height: 310px;
  position: relative;
  }
  ._12 {
  color: #9e9e9e;
  text-align: left;
  font-family: 'Inter-Bold', sans-serif;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  }
  ._4 {
  color: #ffffff;
  text-align: left;
  font-family: 'Inter-Regular', sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  }

._1:hover{
    transition-duration: 0.5s;
    background: #f1622B;
  }

  .arrow,
.arrow * {
box-sizing: border-box;
}
.arrow {
flex-shrink: 0;
width: 43px;
height: 43px;
position: relative;
}
.group {
position: absolute;
right: -100%;
left: 85%;
bottom: 0%;
top: 80%;
overflow: visible;
aspect-ratio: 1;
}

/* .group {
  transition: transform 0.3s ease;
  transform-origin: center center
}

._1:hover .group {
  transform: rotate(90deg);
} */

._1:hover ._12{
  transition-duration: 0.5s;
  color: #fff;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


.services{
  animation: fadeIn 1s ease-out forwards;
}

.banner-content{
  animation: fadeIn 1s ease-out forwards;
}

/* ************************* FOOTER ************************* */
/* ************************* FOOTER ************************* */
/* ************************* FOOTER ************************* */
/* ************************* FOOTER ************************* */
/* ************************* FOOTER ************************* */
/* ************************* FOOTER ************************* */
/* ************************* FOOTER ************************* */
/* ************************* FOOTER ************************* */

.footer,
.footer * {
  box-sizing: border-box;
}
.footer {
  background: #f6f6f6;
  padding: 28px 80px 28px 107px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  row-gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.footer-logo {
  border-style: solid;
  border-color: #000000;
  border-width: 0px 1px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1068px;
  height: 187px;
  position: relative;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
}
.footer-logo-photo {
  flex-shrink: 0;
  width: 143px;
  height: 63px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 143/63;
}
.footer-under-logo-text {
  color: #424242;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.footer-menu {
  display: flex;
  flex-direction: row;
  gap: 233px;
  align-items: flex-start;
  justify-content: flex-end;
  flex-shrink: 0;
  max-width: 571px;
  position: relative;
}
.footer-main-menu {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.footer-menu-text {
  color: #000000;
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.footer-contacts-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 203px;
  height: 145px;
  position: relative;
}
.footer-contacts-h-1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.footer-under-contacts {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.footer-phone-full {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.phone-logo {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
    aspect-ratio: 1;
  }
  
.phone-number {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.footer-google-full {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.footer-google-full2 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.footer-google-text-info {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.footer-telegram-full {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.footer-telegram-logo {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.footer-telegram-text-info {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.footer-rights-text {
  color: #000000;
  text-align: left;
  font-family: "Inter-Light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}



@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
    gap: 40px;
  }

  .footer-logo {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }

  .footer-menu {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  .footer-main-menu {
    flex-direction: column;
    gap: 15px;
  }

  .footer-contacts-info {
    width: 100%;
    height: auto;
  }

  .footer-under-contacts {
    gap: 15px;
  }

  .footer-phone-full,
  .footer-google-full,
  .footer-telegram-full {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .footer-rights-text {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .footer-menu-text,
  .footer-contacts-h-1,
  .phone-number,
  .footer-google-text-info,
  .footer-telegram-text-info {
    font-size: 14px;
  }

  .footer-logo-photo {
    width: 120px;
    height: auto;
  }
  .footer-contacts-h-1{
    display: none;
  }
}
@media (max-width: 1624px) and (min-width: 900px) {
  .footer {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 40px 20px;
  }

  .footer-logo {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 300px;
    border: none;
  }

  .footer-menu,
  .footer-contacts-info {
    flex: 1 1 25%;
    max-width: 25%;
    min-width: 200px;
    padding-top: 2%;
  }
  .footer-under-contacts {
    flex-wrap: wrap;
  }

  .footer-rights-text {
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .footer-rights-text{
    text-align: left;
  }
}











.contacts,
.contacts * {
  box-sizing: border-box;
}
.contacts {
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.contacts-h-1-cont {
  color: #000000;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  position: relative;
}
.contacts-fullfil {
  display: flex;
  flex-direction: row;
  gap: 138px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.contacts-filling {
  border-radius: 28px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  align-items: flex-end;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 65vw;
  position: relative;
}
.contacts-filling-h-1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 32px;
  line-height: 140%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.contacts-filling-menu {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contacts-filling-1-2 {
  display: flex;
  flex-direction: row;
  gap: 134px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.contacts-filling-namefull {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 452px;  */
  position: relative;
}
.contacts-filling-name-h-1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
.contacts-filling-name-fill {
  border-radius: 28px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 58px;
  position: relative;
}
.contacts-filling-name-example {
  color: var(--1, #9a9a9a);
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
.contacts-filling-phonefull {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 432px; */
  position: relative;
}

.contacts-filling-1-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;

  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1600px){
  .contacts-fullfil {
    gap: 20px;
  }
  .contacts-filling {
    width: 60vw;
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .contacts-fullfil {
    flex-direction: column;
    gap: 40px;
  }

  .contacts-filling {
    width: 90vw;
    padding: 20px;
  }

  .contacts-filling-1-2 {
    flex-direction: column;
  }

  .contacts-filling-namefull,
  .contacts-filling-phonefull {
    width: 100%;
  }
}



.contacts-filling-namefull,
.contacts-filling-phonefull {
  flex: 1 1;
  /* max-width: 100%;
  min-width: 280px; */
}


.contacts-filling-emailfull,
.contacts-filling-servicefull{
  flex: 1 1;
  /* max-width: 100%;
  min-width: 280px; */
}




.contacts-filling-phone-h-1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
.contacts-filling-phone-fill {
  border-radius: 28px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  display: flex;
  flex-direction: row;
  gap: 29px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  z-index: 99;
}
.contacts-filling-phone-start {
  background: #f0f0f0;
  border-radius: 28px 0px 0px 28px;
  border-style: solid;
  border-color: #777777;
  border-width: 0px 0px 0px 1px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 86px;
  position: relative;
  z-index: 2;
}
.contacts-filling-phone-numb {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
.contacts-filling-phone-example {
  color: #9a9a9a;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  z-index: 3;
  background-color: #f7f7f7;
  color: #777;
}

.contacts-filling-phone-fill .contacts-filling-email-example{
  max-width: 70%;
}

.contacts-filling-email-example {
  font-size: 20px;
  font-family: "Inter-Regular", sans-serif;
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  color: #000;
}
.contacts-filling-h-3-4 {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
   flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1200px) {
  .contacts-filling-h-3-4 {
    flex-direction: column;
    gap: 20px;
  }

  .contacts-filling-emailfull,
  .contacts-filling-servicefull,
  .contacts-filling-ask-fill {
    width: 100%;
    max-width: none;
  }

  .contacts-filling-email-fill,
  .contacts-filling-service-fill,
  .contacts-filling-ask-fill {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 16px;
  }

  .contacts-filling-email-example,
  .contacts-filling-service-example,
  .contacts-filling-ask-example {
    font-size: 16px;
    line-height: 1.4;
  }
}
.contacts-filling-emailfull {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 452px; */
  position: relative;
}
.contacts-filling-email-h-1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
.contacts-filling-email-fill {
  border-radius: 28px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 58px;
  position: relative;
}
.contacts-filling-email-example {
  color: var(--1, #9a9a9a);
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  background-color: #f7f7f7;
  color: #777;
}
.contacts-filling-servicefull {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 452px; */
  position: relative;
}
.contacts-filling-service-h-1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
.contacts-filling-service-fill {
  border-radius: 28px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 58px;
  width: 100%;
  position: relative;
}
.contacts-filling-service-fill input{
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.contacts-filling-service-example {
  color: var(--1, #9a9a9a);
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  background-color: #f7f7f7;
  color: #777;
  
}
.contacts-filling-ask {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.contacts-filling-ask-h-1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
}
.contacts-filling-ask-fill {
  border-radius: 28px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 151px;
  position: relative;
}
.contacts-filling-ask-example {
  color: var(--1, #9a9a9a);
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  position: relative;
  background-color: #f7f7f7;
  resize: none;
  width: 100%;
  color: #777;
}
.contacts-button {
  background: #ffffff;
  border-radius: 100px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 406px;
  height: 95px;
  position: relative;
}
.contacts-button-send {
  color: #000000;
  text-align: left;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  background-color: #fff;
}

.contacts-button:hover{
  cursor: pointer;
}

.contacts-button {
  cursor: pointer;
  transition: background 0.3s;
}
.contacts-arrow {
  border-radius: 100px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
  margin-left: 7px;
  top: 6px;
}

@media screen and (max-width: 768px) {
  .contacts-button {
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding: 10px 20px;
    gap: 16px;
    border-radius: 50px;
  }

  .contacts-button-send {
    font-size: 16px;
    bottom: 2px;
  }

  .contacts-arrow {
    width: 18px;
    height: 18px;
    top: 3px;
  }
    .contacts-filling-rightfull{
      width: 90vw;
  }
  .contacts-filling-rightfull {
    padding: 20px;
    gap: 20px;
    max-width: 100%;
    border-radius: 16px;
  }

  .contacts-filling-right-numb,
  .contacts-filling-right-email-text,
  .contacts-filling-right-telegram-numb {
    font-size: 14px;
    word-break: break-word;
  }

  .contacts-filling-right-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .contacts-filling-right-numbfull,
  .contacts-filling-right-emailfull,
  .contacts-filling-right-telegramfull {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .phone-logo,
  .envelope-simple,
  .foooter-telegram-logo {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}


/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */





.contacts-filling-rightfull {
  border-radius: 28px;
  border: 1px solid #777;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  box-sizing: border-box;
}

/* .contacts-filling-rightfull {
  border-radius: 28px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 99px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 20vw;
  height: 759px;
  position: relative;
} */
.contacts-filling-right-h-1 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.contacts-filling-right-info {
  display: flex;
  flex-direction: column;
  gap: 61px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 531px;
  position: relative;
}
.contacts-filling-right-numbfull {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.contacts-filling-right-numb-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.contacts-filling-right-numb {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
.contacts-filling-right-emailfull {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 285px;
  position: relative;
}
.contacts-filling-right-email-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.contacts-filling-right-email-text {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
.contacts-filling-right-telegramfull {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.contacts-filling-right-telegram-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.contacts-filling-right-telegram-numb {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.contacts > .footer{
    background: #fff;
}

.contacts-h-1-cont{
    animation: fadeIn 1s ease-out forwards;
}

.contacts-fullfil{
    animation: fadeIn 1s ease-out forwards;
}

.advantages-bg > .footer{
    background: #fff;
}

.contacts-filling-ask-example{
  height: 100%;
  overflow: scroll;
}

.svg-mobile {
  display: none;
}

.contacts-h-1-cont:-webkit-autofill,
.contacts-h-1-cont:-webkit-autofill:hover, 
.contacts-h-1-cont:-webkit-autofill:focus {
  -webkit-box-shadow:  #e1edff inset;
}

/* @media (max-width: 768px) {
  .all-services {
    width: 90%;
    padding-top: 4rem;
    gap: 40px;
  }

  .h1-services {
    font-size: clamp(24px, 6vw, 32px);
    text-align: left;
  }

  .services {
    flex-direction: column;
    gap: 20px;
  }

  ._1 {
    height: auto;
    padding: 16px;
    gap: 20px;
  }

  ._12 {
    font-size: clamp(24px, 6vw, 32px);
  }

  ._4 {
    font-size: clamp(16px, 4vw, 20px);
  }

  .arrow {
    width: 32px;
    height: 32px;
  }

  .group {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
  }
} */