@font-face {
  font-family: "Lilita One Regular";
  src: url("../fonts/Lilita-One-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Ermilov-bold";
  src: url("../fonts/Ermilov-bold.otf") format("truetype");
  font-weight: normal;
}
nav {
  box-shadow: 0px 3px 6px #00000047 !important;
  background-color: #1c979f !important;
  z-index: 100;
  color: white;
}
  nav a {
    color: white !important;
  }
.block {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 6px solid #b1b1b1;
  border-image: linear-gradient(90deg, #dbe3f6, #f1fff9);
  border-image-slice: 1;
}
/* .carousel {
  border-top: 6px solid #b1b1b1;
      border-image: linear-gradient(90deg, #dbe3f6, #f1fff9);
  border-image-slice: 1;
} */
.blockBlue {
  background-color: #3872ff;
}
.blockVertCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.navLogo {
  width: 57px;
  margin-top: -15px;
  margin-bottom: -9px;
}
.imgItem {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #454360;
}
.sliderTextHeader {
  color: white;
  font-size: 55px;
}
.sliderText {
  color: white;
}
.h1text {
  font-size: 75px;
  line-height: 70px;
  font-family: "Lilita One Regular"
}
.h2text {
  font-size: 45px;
  line-height: 50px;
  font-family: "Lilita One Regular"
}
.textCenter {
  text-align: center;
}
.textGradientRed {
  background: linear-gradient(90deg, #ff3891, #ffbf04);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.textGradientBlue {
  background: linear-gradient(#03c4fc, 20%, #60ecb9);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.iconCard {
  text-align: center;
  margin-bottom: 25px;
}
.iconCard img {
  width: 100px;
  margin-bottom: 25px;
}
/* .iconCard h3 {
  font-family: math;
} */

.gradientBlockBlue {
  background: linear-gradient(#03c4fc40, 20%, #c0ffe800);
  border-radius: 25px;
  color: white;
  padding: 25px;
}

.personImg {
  width: 100%;
  border-right: 6px solid #ececec;
}


/* ------------------------------------------ */
.personCard {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  cursor: pointer;
}
  .personCard .personCardImage {
    width: 130px;
    height: 165px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
  }
  .personCard .personCardInfo {
    margin-left: 10px;
  }

  .personCardTags {
    background-color: #ababab !important;
      margin-right: 3px;
  }

/* ------------------------------------------ */
.personFilter {
  display: inline-block;
  /* display: flex; */
  /* flex-direction: row; */
  background-color: #EEE;
  padding: 8px;
  border-radius: 5px;
  /* width: 100%; */
  margin-bottom: 30px;
}

.personFilter > input {
  width: 150px;
  margin-right: 10px;
}

.contactPhone {
  margin-right: 10px;
}

.footer {
  background-color: #1c979f;
  color: white;
  padding: 50px 0px;
}
  .footer a {
    color: white;
  }



.infoBlockLogo {
  /* background-image: url('../images/logoVector.png'); */
  /* width: 100%; */
  height: 160px;
  /* background-size: cover; */
  /* background-position: center; */
}



/* Стили для мобильных (обычно до 1023px) */
@media screen and (max-width: 1023px) {
  .h1text {
    font-size: 35px;
    /* font-weight: bold; */
    line-height: 40px;
    /* font-family: math; */
    text-align: center;
  }
}