/* Title section */
#about-title-section {
  width: 100%;
  height: auto;
}
.about-title-wrapper {
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 30px 0 0;
  position: relative;
  height: auto;
  min-height: 421px;
  container-type: inline-size;
  container-name: card-container;
}
.about-title-img-mobile {
  display: none;
}
.about-title-img {
  flex: 0 0 auto;
  max-width: 365px;
  width: 25%;
  z-index: 10;
}
.about-title-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.about-title-text {
  flex: 1 1 auto;
  width: 70%;
  margin: 100px 0 40px 0;
  z-index: 10;
}
.about-title-text h1 {
  font-size: min(calc(3rem + 8vw), 170px); 
  line-height: 0.9;
  margin: 0;
  text-align: right;
}

.about-title-text h1 span {
  color: #3855ff;
  display: inline-block;
}
/* Адаптивные стили для планшетов */
@media (max-width: 1420px) {
  .about-title-text h1 {
     font-size: min(calc(3rem + 8vw), 150px);
  }
}
@media (max-width: 1350px) {
  .about-title-text h1 {
     font-size: min(calc(3rem + 7vw), 140px);
  }
}
@media (max-width: 1230px) {
  .about-title-text {
    margin: 100px 0 60px 0;
  }
  .about-title-text h1 {
     font-size: min(calc(3rem + 7vw), 130px);
  }
  .about-title-img {
    width: 30%;
  }
  .about-title-text {
    width: 70%;
  }
}
@media (max-width: 1040px) {
  .about-title-text h1 {
     font-size: min(calc(3rem + 7vw), 120px);
  }

}
@media (max-width: 855px) {
    .about-title-img {
    width: 42%;
  }
  .about-title-text {
    width: 58%;
  }

}



@media (max-width: 769px) {

  /* Title section */
#about-title-section {
  width: 100%;
  height: auto;
  z-index: 20;
  position: relative;
}
.about-title-wrapper {
  max-width: 390px;
  width: 100%;
  padding: 0 30px 22px;
  min-height: auto;
  justify-content: flex-start;
}
.about-title-img {
  display: none;
}
.about-title-img-mobile {
  display: block;
  float: right;
  margin: 0 clamp(15px, 4vw, 20px) clamp(-15px, -2vw, -10px) 0;
  max-width: min(93px, 30vw);
  width: min(93px, 30vw);
  height: auto;
  shape-outside: margin-box;
  shape-margin: 15px;
} 
.about-title-img-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.about-title-text {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.about-title-text h1 {
  font-size: min(calc(2rem + 6vw), 60px); 
  line-height: 1.1;
  margin: 0 0 0 0;
  text-align: left;
  word-wrap: break-word;
  
}
.about-title-text h1::after {
    content: "";
    display: table;
    clear: both;
}
.about-title-text h1 span {
  color: #3855ff;
  display: inline-block;
}
}
@media (max-width: 356px) {
.about-title-img-mobile {
    max-width: min(90px, 23vw);
    width: min(90px, 23vw);
    margin: 0 clamp(10px, 3vw, 15px) clamp(-10px, -1vw, -5px) 0;
    shape-margin: 8px;
}
}

/* values-section */

#values-section {
  height: auto;
}
.values-wrapper {
  max-width: 1512px;
  width: 100%;
  height: auto;
  margin: -20px auto 0;
  display: flex;
  flex-direction: column;
  padding: 83px 30px 0;
  background:  #3855ff;
  --cut-x: clamp(50px, 10vw, 150px); 
  --cut-y: clamp(60px, 12vw, 180px);
  clip-path: polygon(
    var(--cut-x) 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% var(--cut-y)
  );
}
@media (max-width: 1210px) {
  .values-wrapper {
    margin: -40px auto 0;
  }
}
@media (max-width: 1130px) {
  .values-wrapper {
    margin: -50px auto 0;
  }
}
@media (max-width: 1050px) {
  .values-wrapper {
    margin: -60px auto 0;
  }
}
.values-title {
  display: flex;
  width: 100%;
  margin-bottom: 64px;
}
.values-title-desctop {
  color: #f5f5f5;
}
.values-title-mobile {
  display: none;
}
.values-line-1 {
  display: flex;
  justify-content: center;
  text-align: center;
}
.values-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px
}

.values-block {
  width: 100%;
  min-height: clamp(300px, 30vw, 471px);
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  --cut-size: min(15%, 60px);
  clip-path: polygon(
    0% 0%,
    calc(100% - var(--cut-size)) 0%,
    100% var(--cut-size),
    100% 100%,
    0% 100%
  );
}
@supports not (clip-path: polygon(0 0, 0 0, 0 0)) {
  .values-block {
    border-radius: 8px;
    overflow: hidden;
  }
}
#values-title {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  z-index: 10;
}
#values-title p {
  font-weight: 700;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}
.values-title-line {
  height: 100%;
  width: 2px;
  background-color: #fff;
}
#invisible-block-1 {
  width: 100%;
  min-height: clamp(300px, 30vw, 471px);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px;
}
#invisible-block-1 #values-title {
  margin-bottom: auto;
}
#invisible-block-1 p {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: auto;
  align-self: center;
}

#invisible-block-2::before,
#invisible-block-2::after,
#invisible-block-2 > *::before,
#invisible-block-2 > *::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icons/plus-whitу.svg);
}
.invisible-block-1-button {
  display: none;
}
.values-about-wrapper-bottom {
  max-width: 1512px;
  width: 100%;
  margin: -150px auto 0;
  display: flex;
}
.values-about-wrapper-bottom img {
  max-width: 100%;
}

@media (max-width: 769px) {
.values-wrapper {
  max-width: 390px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 28px 30px 0;
  background:  #3855ff;
  --cut-x: clamp(21px, 10vw, 65px); 
  --cut-y: clamp(21px, 12vw, 65px); 
  clip-path: polygon(
    var(--cut-x) 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% var(--cut-y)
  );
}

.values-title {
  display: flex;
  width: 100%;
  margin-bottom: 45px;
}
.values-title-desctop {
  display: none;
}
.values-title-mobile {
  display: block;
  font-size: 20px;
  color: #f5f5f5;
}

.values-blocks {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.values-block {
  order: 0;
  width: 100%;
  min-height: clamp(300px, 30vw, 471px);
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 29.43px;
  --cut-size: min(15%, 60px);
  clip-path: polygon(
    0% 0%,
    calc(100% - var(--cut-size)) 0%,
    100% var(--cut-size),
    100% 100%,
    0% 100%
  );
}
.values-block:nth-child(4),
.values-block:nth-child(5),
.values-block:nth-child(6),
#invisible-block-2,
#values-title {
  display: none;
}
@supports not (clip-path: polygon(0 0, 0 0, 0 0)) {
  .values-block {
    border-radius: 8px;
    overflow: hidden;
  }
}
#invisible-block-1 {
  width: 100%;
  min-height: 330px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 13px;
}
#invisible-block-1.moved-to-end {
  order: 10;
}
#invisible-block-1 p {
  font-size: 12px;
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 0;
  align-self: center;
}
#invisible-block-1::before,
#invisible-block-1::after,
#invisible-block-1 > *::before,
#invisible-block-1 > *::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icons/plus-whitу.svg);
}
.values-about-wrapper-bottom {
  max-width: 390px;
  width: 100%;
  margin: -30px auto 0;
  display: flex;
}
.values-about-wrapper-bottom img {
  max-width: 100%;
}


.invisible-block-1-button {
  max-width: 330px;
  width: 100%;
  position: relative;
  display: flex;
  margin: 0;
  padding: 6px 7px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: background-color 0.3s;
  z-index: 50;
}

.invisible-block-1-button-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  max-width: 315px;
  width: 100%;
}
.invisible-block-1-button-text span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #111;
  text-align: center;
}
.invisible-block-1-button-text::before,
.invisible-block-1-button-text::after,
.invisible-block-1-button-text > *::before,
.invisible-block-1-button-text > *::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 0px solid #111;
}
/* Левый верхний угол */
.invisible-block-1-button-text::before {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}
/* Правый верхний угол */
.invisible-block-1-button-text::after {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
}
/* Левый нижний угол */
.invisible-block-1-button-text > *::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
/* Правый нижний угол */
.invisible-block-1-button-text > *::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.title-button:hover {
    color: inherit;
    transform: none;
    background-color: transparent;
    text-decoration: none;
}

}


/* teambuilding-section */

.teambuilding-wrapper{
  max-width: 1512px;
  width: 100%;
  margin: 0 auto 137px;
  padding: 0 30px;
  display: grid;
  grid-auto-rows: 1fr;
}

.blue-block {
  padding: 17px;
  grid-column: 3;
  grid-row: 1;
  background-color: #3c46ff;
  color: white;
  text-align: center;
  max-width: 627px; 
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 627px;
  height: 100%;
}
.blue-block h4 {
  color: #f5f5f5;
  margin-bottom: 35px;
}
.blue-block p {
  color: #f5f5f5;
}
.blue-block::before,
.blue-block::after,
.blue-block > *::before,
.blue-block > *::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icons/plus-whitу.svg);
}

/* Левый верхний угол */
.blue-block::before {
  top: 17px;
  left: 17px;
}
/* Правый верхний угол */
.blue-block::after {
  top: 17px;
  right: 17px;
}
/* Левый нижний угол */
.blue-block > *::before {
  bottom: 17px;
  left: 17px;
}
/* Правый нижний угол */
.blue-block > *::after {
  bottom: 17px;
  right: 17px;
}
/* Первое изображение - внизу первой колонки */
.image-1 {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  height: 396px;
  max-width: clamp(100px, 30vw, 228px);
  width: 100%;
}

/* Второе изображение - вверху второй колонки */
.image-2 {
  grid-column: 2;
  grid-row: 1;
  align-self: start; 
  height: 246px;
  max-width: clamp(80px, 30vw, 181px);
  width: 100%;
}

/* Третье изображение - вверху четвёртой колонки */
.image-3 {
  grid-column: 4;
  grid-row: 1;
  align-self: start; 
  height: 217px;
  max-width: clamp(60px, 30vw, 144px);
  width: 100%;
}

/* Четвёртое изображение - внизу пятой колонки */
.image-4 {
  grid-column: 5;
  grid-row: 1;
  align-self: end;
  height: 415px;
  max-width: clamp(110px, 30vw, 264px);
  width: 100%;
}

.image {
  overflow: hidden;
}

.image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Адаптивность */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    height: auto;
  }
  
  .blue-block {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    width: 100%;
    padding: 40px 20px;
  }
  
  .image-1, .image-2, .image-3, .image-4 {
    grid-column: 1;
    width: 100%;
    align-self: center;
  }
  
  .image-1 {
    grid-row: 2;
  }
  
  .image-2 {
    grid-row: 3;
  }
  
  .image-3 {
    grid-row: 4;
  }
  
  .image-4 {
    grid-row: 5;
  }
}

@media (max-width: 769px) {

.teambuilding-wrapper{
  max-width: 390px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  row-gap: 19px;
  column-gap: 2px;
}

.blue-block {
  flex: 1;
  padding: 11px 16.31px;
  grid-column: 1/3;
  grid-row: 2;
  background-color: #3c46ff;
  color: white;
  text-align: center;
  max-width: none; 
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 330px;
  height: auto;
}
.blue-block h4 {
  font-size: 30px;
  color: #f5f5f5;
  margin-bottom: 8px;
}
.blue-block p {
  font-size: 12px;
  color: #f5f5f5;
}
.blue-block::before,
.blue-block::after,
.blue-block > *::before,
.blue-block > *::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icons/plus-whitу.svg);
}

/* Левый верхний угол */
.blue-block::before {
  top: 10px;
  left: 10px;
}
/* Правый верхний угол */
.blue-block::after {
  top: 10px;
  right: 10px;
}
/* Левый нижний угол */
.blue-block > *::before {
  bottom: 10px;
  left: 10px;
}
/* Правый нижний угол */
.blue-block > *::after {
  bottom: 10px;
  right: 10px;
}
.image-1,
.image-2,
.image-3,
.image-4 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.image-1 {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch; 
  height: 130px;
  max-width: none;
  width: 100%;
}

.image-2 {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  height: 130px;
  min-width: clamp(80px, 50vw, 165px);
  width: 100%;
}

.image-3 {
  grid-column: 1;
  grid-row: 3;
  align-self: stretch;
  height: 130px;
  max-width: none;
  width: 100%;
}

.image-4 {
  grid-column: 2;
  grid-row: 3;
  align-self: stretch; 
  height: 130px; 
  max-width: none;
  width: 100%;
}
.image-1 img,
.image-2 img,
.image-3 img,
.image-4 img {
    opacity: 0;
    visibility: hidden;
}
.image-1 {
    background-image: url('../img/teambuilding-img-1.png');
}
            
.image-2 {
    background-image: url('../img/teambuilding-img-2.png');
}
            
.image-3 {
    background-image: url('../img/teambuilding-img-3.png');
}
            
.image-4 {
    background-image: url('../img/teambuilding-img-4.png');
}
}


/* team-section */
.team-wrapper {
    max-width: 1512px;
    width: 100%;
    margin: 0 auto 63.5px;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}
.team-title-top {
  display: flex;
  max-width: 100%;
  margin-bottom: 53px;
}
.team-title-desctop {
  display: block;
}
.team-title-mobile {
  display: none;
}
.line-of-text-1 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.team-title-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
.team-title-bottom p {
  text-transform: uppercase;
  text-align: right;
  color: #2b2b2b;
}
.team-title-line {
  height: 100%;
  width: 2px;
  background-color: #2b2b2b;
  z-index: 10;
}
.team-title-line p {
  overflow: hidden;
}
.team-slider-container {
  position: relative;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.team-slider .slick-slide {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.team-slider-item {
  display: flex;
  flex-direction: column;
}
.team-slider-img {
  width: 100%;
  border-radius: 11px;
  margin-bottom: 18px;
}
.job-title {
   margin-bottom: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 5px 0;
   max-width: 100%;
   border: 0.73px solid #2b2b2b;
   border-radius: 66px;
}
.job-title p {
  font-weight: 500;
  font-size: 15px;
  color: #2b2b2b;
}
.job-name {
   margin-bottom: 18px;font-weight: 900;
  font-size: 44px;
  line-height: 91%;
  text-transform: uppercase;
  color: #2b2b2b;
}
.job-email {
   margin-bottom: 6px;
   font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: #2b2b2b;
}
.link-social-networks {
  display: flex;
  gap: 18px;
}
.link-social-networks img {
  max-width: 100%;
}
.link-social-networks p {
  font-weight: 500;
  font-size: 15px;
  color: #2b2b2b;
}

.team-slider .slick-list {
    overflow: hidden;
}

.team-slider .slick-track {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.team-slider-container .custom-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 0px;
    height: 0px;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
}

.team-slider-container .slick-prev.custom-arrow {
    right: 50%;
    margin-right: 32px;
    transform: translateY(-48px);
}

.team-slider-container .slick-next.custom-arrow {
    left: 50%; 
    margin-left: 32px;
    transform: translateY(-48px);
}
.team-slider-container .slick-prev.custom-arrow img {
  cursor: pointer;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.team-slider-container .slick-prev.custom-arrow img:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(85%) saturate(2545%) hue-rotate(227deg) brightness(102%) contrast(105%);
}
.team-slider-container .slick-next.custom-arrow img {
  cursor: pointer;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
.team-slider-container .slick-next.custom-arrow img:hover {
  filter: grayscale(0%);
}
/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .team-wrapper {
    max-width: 390px;
    width: 100%;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}
.team-title-top {
  display: flex;
  max-width: 100%;
  margin-bottom: 37px;
}
.team-title-desctop {
  display: none;
}
.team-title-mobile {
  display: block;
  font-size: 20px;
}

.line-of-text-1 {
  display: flex;
  justify-content: flex-end;
  text-align: end;
}

.team-title-bottom {
  order: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  z-index: 10;
  margin-bottom: 29px;
}
.team-title-bottom p {
  font-size: 9px;
  text-transform: uppercase;
  text-align: right;
  color: #2b2b2b;
  letter-spacing: -0.08em;
}
.team-title-line {
  height: 100%;
  width: 1px;
  background-color: #2b2b2b;
  z-index: 10;
}
.team-title-line p {
  overflow: hidden;
}
.team-slider-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.team-slider .slick-slide {
  transition: transform 0.3s ease;
  transform-origin: center;
}

.team-slider-item {
  display: flex;
  flex-direction: column;
}
.team-slider-img {
  width: 100%;
  border-radius: 11px;
  margin-bottom: 18px;
}
.job-title {
   margin-bottom: 18px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 6px 0;
   max-width: 157px;
   border: 0.73px solid #2b2b2b;
   border-radius: 66px;
}
.job-title p {
  font-weight: 500;
  font-size: 10px;
  color: #2b2b2b;
}
.job-name {
  margin-bottom: 18px;
  font-weight: 900;
  font-size: 30px;
  line-height: 91%;
  text-transform: uppercase;
  color: #2b2b2b;
}
.job-email {
  margin-bottom: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 15px;
  color: #2b2b2b;
}
.link-social-networks {
  display: flex;
  gap: 18px;
}
.link-social-networks img {
  max-width: 100%;
}
.link-social-networks p {
  font-weight: 500;
  font-size: 15px;
  color: #2b2b2b;
}

.team-slider .slick-list {
    overflow: hidden;
}

.team-slider .slick-track {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.team-slider-container .custom-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 0px;
    height: 0px;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
}

.team-slider-container .slick-prev.custom-arrow {
    right: 50%;
    margin-right: 32px; 
    transform: translateY(-48px); /
}

.team-slider-container .slick-next.custom-arrow {
    left: 50%;
    margin-left: 32px; 
    transform: translateY(-48px); 
}
.custom-arrow {
    font-size: 20px;
}
.custom-arrow img  {
  width: 20px;
}
.slick-prev.custom-arrow {
    margin-right: 16px;
}
    
.slick-next.custom-arrow {
    margin-left: 16px;
}
}


/* talents-section */

.talents-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1075px;
  width: 100%;
  margin-left: auto;
  padding: 0 30px;
}

.talents-title-top {
  display: flex;
  margin-bottom: 46px;
}
.talents-title-top img {
  max-width: 100%;
}
.talents-title-bottom {
  display: flex;
  flex-direction: column;
}
.talents-title-bottom h2 {
  font-weight: 900;
  font-size: 110px;
  line-height: 94%;
  text-transform: uppercase;
  text-align: left;
  color: #2b2b2b;
  margin-bottom: 25px;
}
.talents-title-blocks {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 513px 492px;
  grid-auto-rows: auto;
  grid-column-gap: 7px;
  grid-row-gap: 26px;
  justify-content: start;
}
.talents-title-block,
.talents-title-block-en {
  width: 100%;
  padding: 0;
}
.talents-title-block:nth-child(3),
.talents-title-block-en:nth-child(3) {
  grid-column: 1; 
  grid-row: 2;
}
.talents-title-block:nth-child(1) .talents-title-block-h4 {
  max-width: 500px;
  width: 100%;
}
.talents-title-block:nth-child(2) .talents-title-block-h4 {
  max-width: 399px;
  width: 100%;
}
.talents-title-block:nth-child(3) .talents-title-block-h4 {
  max-width: 347px;
  width: 100%;
}
.talents-title-block-en:nth-child(1) .talents-title-block-h4 {
  max-width: 444px;
  width: 100%;
}
.talents-title-block-en:nth-child(2) .talents-title-block-h4 {
  max-width: 526px;
  width: 100%;
}
.talents-title-block-en:nth-child(3) .talents-title-block-h4 {
  max-width: 382px;
  width: 100%;
}
.talents-title-block-h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3855ff;
  padding: 6px 0 9px;
  margin-bottom: 23px;
}
.talents-title-block-h4 h4 {
  font-weight: 900;
  font-size: 45px;
  line-height: 94%;
  text-transform: uppercase;
  color: #f5f5f5;
  text-align: center;
}
.talents-title-block-p {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.talents-title-block:nth-child(1) .talents-title-block-p {
  max-width: 467px;
  width: 100%;
}
.talents-title-block:nth-child(2) .talents-title-block-p {
  max-width: 464px;
  width: 100%;
}
.talents-title-block:nth-child(3) .talents-title-block-p {
  max-width: 464px;
  width: 100%;
}

        @media (max-width: 1030px) {
            .talents-title-blocks {
                grid-template-columns: 1fr;
                justify-items: center;
            }
            
            .talents-title-block {
                width: 100%;
                max-width: 100%;
            }
            
            .talents-title-block:nth-child(1),
            .talents-title-block:nth-child(2),
            .talents-title-block:nth-child(3) {
                grid-column: 1;
            }
            
            .talents-title-block:nth-child(1) {
                grid-row: 1; 
            }
            
            .talents-title-block:nth-child(2) {
                grid-row: 2;
            }
            
            .talents-title-block:nth-child(3) {
                grid-row: 3;
            }
        }

@media (max-width: 769px) {

  .talents-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 390px;
  width: 100%;
  margin: 0 auto 48px;
  padding: 0 30px;
}

.talents-title-top {
  display: flex;
  margin-bottom: 19px;
}
.talents-title-top img {
  max-width: 114px;
  width: 100%;
}
.talents-title-bottom {
  display: flex;
  flex-direction: column;
}
.talents-title-bottom h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 94%;
  text-transform: uppercase;
  text-align: left;
  color: #2b2b2b;
  margin-bottom: 39px; 
}
.talents-title-blocks {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 26px;
  justify-content: start;
}
.talents-title-block {
  width: 100%;
  padding: 0;
}
.talents-title-block:nth-child(1),
.talents-title-block:nth-child(2),
.talents-title-block:nth-child(3) {
    max-width: 100%;
}

.talents-title-block:nth-child(1) .talents-title-block-h4,
.talents-title-block:nth-child(2) .talents-title-block-h4,
.talents-title-block:nth-child(3) .talents-title-block-h4 {
  max-width: 100%;
  width: 100%;
}
.talents-title-block-h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3855ff;
  padding: 6px 0 9px;
  margin-bottom: 23px;
}
.talents-title-block-h4 h4 {
  font-weight: 900;
  font-size: 27px;
  line-height: 94%;
  text-transform: uppercase;
  color: #f5f5f5;
  text-align: center;
}
.talents-title-block-p {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
.talents-title-block-p p {
  font-size: 13px;
}
.talents-title-block:nth-child(1) .talents-title-block-p,
.talents-title-block:nth-child(2) .talents-title-block-p,
.talents-title-block:nth-child(3) .talents-title-block-p {
  max-width: 100%;
  width: 100%;
}
}

/* steps-section */

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  flex-wrap: wrap;
}
.steps-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  border-top: 1px solid rgba(56, 85, 255, 0.34);
}
.steps-wrapper > *:nth-child(1),
.steps-wrapper > *:nth-child(2),
.steps-wrapper > *:nth-child(3) {
  border-right: 1px solid  rgba(56, 85, 255, 0.34);
}
.steps-wrapper > *:nth-child(1) .steps-block-top {
  padding: 44px 17px 259px;
}
.steps-wrapper > *:nth-child(2) .steps-block-top {
  padding: 44px 17px 204px;
}
.steps-wrapper > *:nth-child(3) .steps-block-top {
  padding: 44px 17px 143px;
}
.steps-wrapper > *:nth-child(4) .steps-block-top {
  padding: 44px 17px 71px;
}  
.steps-line {
  display: flex;
  width: 100%;
  border: 9px solid #3855ff;
}
.steps-block-bottom {
  padding: 24px 17px 60px;
  background: #232323;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.steps-wrapper > *:nth-child(1) .steps-block-bottom  > *:nth-child(1) {
  margin-bottom: 100px;
}
.steps-wrapper > *:nth-child(2) .steps-block-bottom  > *:nth-child(1) {
  margin-bottom: 155px;
}
.steps-wrapper > *:nth-child(3) .steps-block-bottom  > *:nth-child(1) {
  margin-bottom: 206px;
} 
.steps-wrapper > *:nth-child(4) .steps-block-bottom  > *:nth-child(1) {
  margin-bottom: 278px;
} 
.steps-block-bottom h4 {
  font-weight: 900;
  font-size: 60px;
  color: #f5f5f5;
}

.steps-block-bottom p {
  max-width: 380px;
  width: 100%;
  color: #f5f5f5;
}

@media (max-width: 769px) {
  .steps-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 390px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 30px;
  flex-wrap: nowrap;
  gap: 30px;
}
.steps-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  border: none;
}
.steps-wrapper > *:nth-child(1),
.steps-wrapper > *:nth-child(2),
.steps-wrapper > *:nth-child(3) {
  border: none;
}
.steps-block-top h5 {
  font-size: 12px;
}
.steps-wrapper > *:nth-child(1) .steps-block-top,
.steps-wrapper > *:nth-child(2) .steps-block-top,
.steps-wrapper > *:nth-child(3) .steps-block-top,
.steps-wrapper > *:nth-child(4) .steps-block-top {
  padding: 0 15.68px 180.95px;
  background: #f1f1f1;
}

.steps-line {
  display: flex;
  width: 100%;
  border: 6.14px solid #3855ff;
}
.steps-block-bottom {
  padding: 16.36px 15.68px 31.73px;
  background: #232323;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.steps-wrapper > *:nth-child(1) .steps-block-bottom  > *:nth-child(1),
.steps-wrapper > *:nth-child(2) .steps-block-bottom  > *:nth-child(1),
.steps-wrapper > *:nth-child(3) .steps-block-bottom  > *:nth-child(1),
.steps-wrapper > *:nth-child(4) .steps-block-bottom  > *:nth-child(1) {
  margin-bottom: 88.36px;
}

.steps-block-bottom h4 {
  font-weight: 700;
  font-size: 40px;
  color: #f5f5f5;
}

.steps-block-bottom p {
  font-size: 11px;
  max-width: 100%;
  width: 100%;
  color: #f5f5f5;
}
}

/* about-about-section */

.about-about-wrapper {
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 152px 30px;
  gap: 46px;
}
.about-about-title {
  display: flex;
}
.about-about-title img {
  max-width: 100%;
}
.about-about-content {
  display: flex;
  flex-direction: column;
}
.about-about-content-desctop {
  display: block;
}
.about-about-content-mobile {
  display: none;
}
.about-about-content h3 {
  font-size: clamp(25px, 5vw, 60px);
}
.about-about-line {
  display: block;
}
.line-1 {
  align-self: center;
  color: #2b2b2b;
  text-align: center;
}
.line-2 {
  align-self: flex-start;
  color: #2b2b2b;
  text-align: left;
}
.line-3,
.line-4,
.line-5,
.line-6 {
  align-self: flex-end;
  font-weight: 300;
  color: rgba(35, 35, 35, 0.36);
  text-align: right;
}


.about-about-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3855ff;
  border: none;
  padding: 6px 7px;
  cursor: pointer;
  transition: background-color 0.3s;
  max-width: 476px;
  width: 100%;
  min-height: 71px;
  height: 100%;
  margin: 0 auto;
}

.about-about-button-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 462px;
  width: 100%;
  padding: 11px 0;
}
.about-about-button-text span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: #f5f5f5;
  text-align: center;
}
.about-about-button-text::before,
.about-about-button-text::after,
.about-about-button-text > *::before,
.about-about-button-text > *::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 0px solid #f5f5f5;
}
/* Левый верхний угол */
.about-about-button-text::before {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}
/* Правый верхний угол */
.about-about-button-text::after {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
}
/* Левый нижний угол */
.about-about-button-text > *::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
/* Правый нижний угол */
.about-about-button-text > *::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.about-about-button:hover {
    background-color: #2a3eb1;
}
@media (max-width: 769px) {
  .about-about-wrapper {
  max-width: 390px;
  width: 100%;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  gap: 0;
}
.about-about-title {
  display: flex;
  margin-bottom: 30px;
}
.about-about-title img {
  max-width: 53px;
  width: 100%;
}
.about-about-content-desctop {
  display: none;
}
.about-about-content-mobile {
  display: block;
}
.about-about-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.about-about-content h3 {
  font-size: clamp(16px, 5vw, 22px);
}
.about-about-line {
  display: block;
}
.line-1 {
  align-self: center;
  color: #2b2b2b;
  text-align: center;
}
.line-2,
.line-3 {
  font-weight: 500;
  align-self: flex-start;
  color: #2b2b2b;
  text-align: left;
}

.line-4,
.line-5,
.line-6,
.line-7,
.line-8,
.line-9,
.line-10 {
  align-self: flex-end;
  font-weight: 300;
  color: rgba(35, 35, 35, 0.36);
  text-align: right;
}
.about-about-button {
  max-width: 330px;
  width: 100%;
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 6px 7px;
  align-items: center;
  justify-content: center;
  background-color: #3855ff;
  transition: background-color 0.3s;
  z-index: 50;
}

.about-about-button-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  max-width: 315px;
  width: 100%;
}
.about-about-button-text span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #f5f5f5;
  text-align: center;
}
.about-about-button-text::before,
.about-about-button-text::after,
.about-about-button-text > *::before,
.about-about-button-text > *::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 0px solid #f5f5f5;
}
/* Левый верхний угол */
.about-about-button-text::before {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}
/* Правый верхний угол */
.about-about-button-text::after {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
}
/* Левый нижний угол */
.about-about-button-text > *::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
/* Правый нижний угол */
.about-about-button-text > *::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.about-about-button:hover {
    color: inherit;
    transform: none;
    background-color: transparent;
    text-decoration: none;
}
}
/* industries-about-section */

.industries-about-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 30px 0;
  background: #2B2B2B;
  --cut-x: clamp(70px, 12vw, 200px);
  --cut-y: clamp(70px, 12vw, 200px); 
  clip-path: polygon(
    var(--cut-x) 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% var(--cut-y)
  );
}
.industries-about-logo {
  display: flex;
  margin: 0 auto;
}
.industries-about-logo img {
  max-width: 100%;
}
.list-of-industries-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.horizontal-list-about {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.horizontal-list-about li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 1.5vw, 12px) clamp(10px, 2vw, 15px);
  border: 1px solid  #f5f5f5;
  border-radius: 900px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(12px, 1.8vw, 20px);
  letter-spacing: -0.02em;
  color:  #f5f5f5;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  flex: 1 1 auto;
  overflow-x: auto;
  flex-shrink: 0;
    margin-left: 5px;
    margin-bottom: 5px;
}
.industries-about-wrapper-bottom {
  display: flex;
  max-width: 1512px;
  width: 100%;
  margin: -150px auto 0;
}
.industries-about-wrapper-bottom img {
  max-width: 100%;
}

@media (max-width: 769px) {

  .industries-about-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 30px 0;
  background: #2B2B2B;
  --cut-x: clamp(36px, 12vw, 70px); 
  --cut-y: clamp(36px, 12vw, 70px);
  clip-path: polygon(
    var(--cut-x) 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% var(--cut-y)
  );
}
.industries-about-logo {
  display: flex;
  margin: 0 auto;
}
.industries-about-logo img {
  max-width: 100%;
}
.list-of-industries-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.mobile-layout .horizontal-list-about {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.mobile-layout .horizontal-list-about li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3px, 1.5vw, 5px) clamp(8px, 2vw, 12px);
  border: 1px solid  #f5f5f5;
  border-radius: 900px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(6px, 1.8vw, 8px);
  letter-spacing: -0.02em;
  color:  #f5f5f5;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  flex: 1 1 auto;
  min-width: fit-content;
  max-width: none;
    margin-left: 5px;
    margin-bottom: 5px;
}
.industries-about-wrapper-bottom {
  display: flex;
  max-width: 390px;
  width: 100%;
  margin: -30px auto 0;
}
.industries-about-wrapper-bottom img {
  max-width: 100%;
}
}

/* reviews-section  */

.reviews-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1512px;
  width: 100%;
  margin: 0 auto 161px;
  padding: 0 0 0 30px;
}
.reviews-title {
  display: flex;
  justify-content: center;
  max-width: 974px;
  width: 100%;
  margin: 0 auto 39px;
}
.reviews-title h2 {
  font-weight: 900;
  color: #2b2b2b;
}
.reviews-title h2 span {
  color: #3855ff;
}
.reviews-slider-container {
  position: relative;
  max-width: 1482px;
  width: 100%;
  padding-bottom: 80px;
}
.reviews-slider {
  overflow: visible;
}
.reviews-slider .slick-slide {
  transition: transform 0.3s ease;
  transform-origin: center;
}
.reviews-slider .slick-list {
  overflow: hidden;
}
.reviews-slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.reviews-slider-item {
  transition: transform 0.3s ease;
  transform-origin: center;
  display: flex;
  flex-direction: column;
  padding: 23px 40px;
  position: relative;
  max-width: 546px;
  width: 100%;
  min-height: 100%;
  margin-right: 44px;
  margin-left: 5px;
}
.reviews-slider-item::before,
.reviews-slider-item::after,
.reviews-slider-item > *::before,
.reviews-slider-item > *::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 0px solid #1e1e1e;
}
/* Левый верхний угол */
.reviews-slider-item::before {
  top: 0;
  left: 0;
  border-top-width: 1px;
  border-left-width: 1px;
}
/* Правый верхний угол */
.reviews-slider-item::after {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
/* Левый нижний угол */
.reviews-slider-item > *::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
/* Правый нижний угол */
.reviews-slider-item > *::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.reviews-slider-item  p {
  font-size: 16px;
  margin-bottom: 13px;
}
.reviews-slider-item h5 {
  font-family: var(--second-family);
font-weight: 900;
font-size: 20px;
line-height: 94%;
text-transform: uppercase;
text-align: right;
color: #3855ff;
}

.reviews-slider-container .custom-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 0px;
    height: 0px;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
}

.reviews-slider-container .slick-prev.custom-arrow {
    right: 50%; 
    margin-right: 32px;
    transform: translateY(-24px);
}

.reviews-slider-container .slick-next.custom-arrow {
    left: 50%; 
    margin-left: 32px; 
    transform: translateY(-24px); 
}
.reviews-slider-container .slick-prev.custom-arrow img {
  filter: grayscale(100%);
  transition: all 0.3s ease
}
.reviews-slider-container .slick-prev.custom-arrow img:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(85%) saturate(2545%) hue-rotate(227deg) brightness(102%) contrast(105%);
  transform: scale(1.05);
}
.reviews-slider-container .slick-next.custom-arrow img {
  filter: grayscale(100%);
  transition: all 0.3s ease
}
.reviews-slider-container .slick-next.custom-arrow img:hover {
  filter: grayscale(0%);
}

@media (max-width: 769px) {
  .reviews-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 390px;
  width: 100%;
  margin: 100px auto;
  padding: 0 30px;
}
.reviews-title {
  display: flex;
  justify-content: center;
  max-width: 243px;
  width: 100%;
  margin: 0 auto 36px;
}
.reviews-title h2 {
  font-weight: 900;
  font-size: 40px;
  color: #2b2b2b;
}
.reviews-title h2 span {
  color: #3855ff;
}
.reviews-slider-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-bottom: 80px;
}
.reviews-slider {
  overflow: visible;
}
.reviews-slider .slick-slide {
  transition: transform 0.3s ease;
  transform-origin: center;
}
.reviews-slider .slick-list {
  overflow: hidden;
}
.reviews-slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.reviews-slider-item {
  transition: transform 0.3s ease;
  transform-origin: center;
  display: flex;
  flex-direction: column;
  padding: 19px 23px;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  margin-right: 5px;
  margin-left: 5px;
}
.reviews-slider-item::before,
.reviews-slider-item::after,
.reviews-slider-item > *::before,
.reviews-slider-item > *::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 0px solid #1e1e1e;
}
/* Левый верхний угол */
.reviews-slider-item::before {
  top: 0;
  left: 0;
  border-top-width: 1px;
  border-left-width: 1px;
}
/* Правый верхний угол */
.reviews-slider-item::after {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
/* Левый нижний угол */
.reviews-slider-item > *::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
/* Правый нижний угол */
.reviews-slider-item > *::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.reviews-slider-item  p {
  font-size: 11px;
  margin-bottom: 0;
}
.reviews-slider-item h5 {
  font-family: var(--second-family);
  font-weight: 900;
  font-size: 15px;
  line-height: 94%;
  text-transform: uppercase;
  text-align: right;
  color: #3855ff;
}

.reviews-slider-container .custom-arrow {
    position: absolute;
    bottom: 0; 
    z-index: 10;
    width: 0px;
    height: 0px;
    cursor: pointer;
    font-size: 0;
    transition: all 0.3s ease;
}
.custom-arrow img {
  width: 20px;
}

.reviews-slider-container .slick-prev.custom-arrow {
    right: 50%; 
    margin-right: 32px; 
    transform: translateY(-24px);
}

.reviews-slider-container .slick-next.custom-arrow {
    left: 50%;
    margin-left: 32px; 
    transform: translateY(-24px); 
}
}

/* contact-form-section */

.contact-form-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 161px;
}
.contact-form-title {
  display: flex;
  justify-content: center;
  max-width: 974px;
  width: 100%;
  margin: 0 auto 38px;
}
.contact-form-title h2 {
font-weight: 900;
color: #2b2b2b;
}
.contact-form-discriptions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 31px;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
}
.contact-form-discriptions p {
  font-weight: 700;
  color: #3855ff;
  
}
.form-container {
  max-width: 1155px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
        
.about-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0 27px;
    max-width: 1155px;
    width: 100%;
    margin: 0 auto;
}
        
.about-form-column {
    display: flex;
    flex-direction: column;
    gap: 0;
}
        
.about-input-group {
    display: flex;
    flex-direction: column;
    position: relative;
}
.about-input-group:nth-child(1) {
    margin-bottom: 27px;
}       
.about-input-label {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 94%;
  text-transform: uppercase;
  color: #2b2b2b;
  position: absolute;
  left: 0;
  bottom: 18px;
  transform: translateY(-50%);
  transition: all 0.3s;
  pointer-events: none;
}
.file-upload-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 94%;
  text-transform: uppercase;
  color: #2b2b2b;
  transition: all 0.3s;
  pointer-events: none;
  position: relative;
  margin-bottom: 18px;
}
    
.required::after {
    content: "*";
    color: #2b2b2b ;
    margin-left: 3px;
}     
.about-form-input {
    max-width: 367px;
    width: 100%;
    min-height: 37px;
    height: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #3855ff;
    outline: none;
    padding: 10px 0;
    font-size: 16px;
    color: #2b2b2b;
    transition: border-color 0.3s;
}
        
.about-form-input:focus {
    border-color: #2a3eb1;
}


.about-form-input:focus + .about-input-label,
.about-form-input:not(:placeholder-shown) + .about-input-label,
.about-form-input:focus + .required::after {
    top: -12px;
    font-size: 12px;
    color: #3855ff;
    transform: translateY(0);
}

.about-form-input::placeholder {
    color: transparent;
}        
.about-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3855ff;
  border: none;
  padding: 6px 7px;
  cursor: pointer;
  transition: background-color 0.3s;
  max-width: 367px;
  width: 100%;
  margin-top: 47px;
}
.about-submit-btn-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 353px;
  width: 100%;
  padding: 11px 0
}
.about-submit-btn-text span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  text-transform: uppercase;
  color: #f5f5f5;
}
.about-submit-btn-text::before,
.about-submit-btn-text::after,
.about-submit-btn-text > *::before,
.about-submit-btn-text > *::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 0px solid #f5f5f5;
}
/* Левый верхний угол */
.about-submit-btn-text::before {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}
/* Правый верхний угол */
.about-submit-btn-text::after {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
}
/* Левый нижний угол */
.about-submit-btn-text > *::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
/* Правый нижний угол */
.about-submit-btn-text > *::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
}      
.about-submit-btn:hover {
    background-color: #2a3eb1;
}
.about-input-container {
            width: 100%;
            max-width: 600px;
        }
        
        .file-upload {
          padding: 12px 0;
            position: relative;
            max-width: 367px;
            width: 100%;
            border: 1px dashed #9e9e9e;
            border-radius: 9px;
            background: rgba(35, 35, 35, 0.11);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            overflow: hidden;
        }
        .upload-icon-block {
          display: flex;
          justify-content: center;
          align-items: center;
          background: rgba(89, 84, 76, 0.1);
          border-radius: 28px;
          padding: 9px 0;
          max-width: 52px;
          width: 100%;
          cursor: pointer;
          margin-bottom: 10px;
        }
        .upload-icon-block img {
          max-width: 100%;
        }
        .file-upload-text {
            max-width: 80%;
            line-height: 1.4;
        }
        .file-upload-text p {
          font-weight: 700;
          font-size: 16px;
          line-height: 100%;
          letter-spacing: -0.03em;
          text-align: center;
          color: #59544c;
        }
        .file-upload input[type="file"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }
        
        /* Когда файлы выбраны, изменяем стиль */
        .file-upload.has-files {
            border-color: #3855ff;
        }
        
        /* Список выбранных файлов */
        .selected-files {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .selected-files p {
            margin: 5px 0;
            color: #2b2b2b;
        }

@media (max-width: 769px) {

  .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 390px;
  width: 100%;
  margin: 0 auto 83px;
  padding: 0 30px;
}
.contact-form-title {
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 11px;
}
.contact-form-title h2 {
font-weight: 900;
font-size: 40px;
color: #2b2b2b;
}
.contact-form-discriptions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 25px;
  max-width: 213px;
  width: 100%;
  margin-left: auto;
}
.contact-form-discriptions p {
  font-weight: 700;
  font-size: 9px;
  color: #3855ff;
}
.form-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
        
.about-input-group {
    display: flex;
    flex-direction: column;
    position: relative;
}
.about-input-group:nth-child(1) {
    margin-bottom: 27px;
}

.about-input-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}        
.about-input-label {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 94%;
  text-transform: uppercase;
  color: #2b2b2b;
  position: absolute;
  left: 0;
  bottom: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
  pointer-events: none;
}
.file-upload-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 94%;
  text-transform: uppercase;
  color: #2b2b2b;
  transition: all 0.3s;
  pointer-events: none;
  position: relative;
  margin-bottom: 18px;
}
    
.required::after {
    content: "*";
    color: #2b2b2b ;
    margin-left: 3px;
}     
.about-form-input {
    max-width: 100%;
    width: 100%;
    min-height: 37px;
    height: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #3855ff;
    outline: none;
    padding: 10px 0;
    font-size: 16px;
    color: #2b2b2b;
    transition: border-color 0.3s;
}
        
.about-form-input:focus {
    border-color: #2a3eb1;
}

.about-form-input:focus + .about-input-label,
.about-form-input:not(:placeholder-shown) + .about-input-label,
.about-form-input:focus + .required::after {
    top: -12px;
    font-size: 12px;
    color: #3855ff;
    transform: translateY(0);
}

.about-form-input::placeholder {
    color: transparent;
}        
.about-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3855ff;
  border: none;
  padding: 6px 7px;
  cursor: pointer;
  transition: background-color 0.3s;
  max-width: 100%;
  width: 100%;
}
.about-submit-btn-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 10px 0
}
.about-submit-btn-text span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  color: #f5f5f5;
}
.about-submit-btn-text::before,
.about-submit-btn-text::after,
.about-submit-btn-text > *::before,
.about-submit-btn-text > *::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 0px solid #f5f5f5;
}
/* Левый верхний угол */
.about-submit-btn-text::before {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}
/* Правый верхний угол */
.about-submit-btn-text::after {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
}
/* Левый нижний угол */
.about-submit-btn-text > *::before {
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
/* Правый нижний угол */
.about-submit-btn-text > *::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
}      
.about-submit-btn:hover {
  color: inherit;
  transform: none;
  background-color: transparent;
  text-decoration: none;
}
        
.file-upload {
    padding: 12px 0;
    position: relative;
    max-width: 367px;
    width: 100%;
    border: 1px dashed #9e9e9e;
    border-radius: 9px;
    background: rgba(35, 35, 35, 0.11);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}
.upload-icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(89, 84, 76, 0.1);
  border-radius: 28px;
  padding: 9px 0;
  max-width: 52px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
}
.upload-icon-block img {
  max-width: 100%;
}
.file-upload-text {
  max-width: 80%;
  line-height: 1.4;
}
.file-upload-text p {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #59544c;
}
.file-upload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
        
        /* Когда файлы выбраны, изменяем стиль */
        .file-upload.has-files {
            border-color: #3855ff;
        }
        
        /* Список выбранных файлов */
        .selected-files {
            margin-top: 15px;
            font-size: 14px;
        }
        
        .selected-files p {
            margin: 5px 0;
            color: #2b2b2b;
        }

.about-form-grid {
                display: grid;
                grid-template-areas:
                    "fullname"
                    "email"  
                    "phone"
                    "file"
                    "button";
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .about-form-column:nth-child(1) .about-input-group:nth-child(1) {
                grid-area: fullname;
            }

            .about-form-column:nth-child(2) .about-input-group {
                grid-area: email;
            }

            .about-form-column:nth-child(3) .about-input-group {
                grid-area: phone;
            }

            .about-form-column:nth-child(1) .about-input-group:nth-child(2) {
                grid-area: file;
            }

            .about-form-column:nth-child(2) .about-submit-btn {
                grid-area: button;
            }

            .about-form-column {
                display: contents;
            }

}
