* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: sans-serif;
  background: url(../img/bgc.png);
  background-size: 100%;
}
.container {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.main {
  width: 100%;
  height: 110vh;
  background: url(../img/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.navbar {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
  position: fixed;
  transition: all .3s ease;
  z-index: 99;
}
.sticky{
  backdrop-filter: blur(8px);
  box-shadow: 10px 0px 20px 2px white;
  height: 50px;
}
.icon1 img {
  width: 30px;
}
.links a {
  color: white;
  text-decoration: none;
  margin: 0px 10px;
  padding: 10px 10px;
  position: relative;
}
.links a::before{
  position: absolute;
  content: '';
  width: 10%;
  height: 5px;
  border-radius: 2.5px;
  background: #22a6b3;
  left: 0;
  bottom: 0;
  transition: all .5s ease;
}
.links a:hover::before{
  width: 100%;
}
.btn1 {
  width: 150px;
  height: 30px;
  background: linear-gradient(90deg, rgb(200, 154, 252), rgb(124, 106, 250));
  border-radius: 15px;
  color: white;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
}
.header {
  width: 600px;
  height: 400px;
  margin-left: 250px;
  margin-top: 130px;
}
.text1 {
  color: white;
  font-size: 40px;
  line-height: 55px;
}
.calendar {
  width: 350px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.day {
  width: 70px;
  height: 70px;
  background-color: rgb(18, 18, 18);
  color: white;
  text-align: center;
  padding-top: 10px;
}
.day p {
  font-size: 13px;
  color: rgb(158, 149, 149);
}
.btn2 {
  width: 130px;
  height: 30px;
  background: linear-gradient(90deg, rgb(221, 87, 79), rgb(69, 15, 69));
  border-radius: 15px;
  color: white;
  font-size: 13px;
  text-align: center;
  margin-top: 50px;
  line-height: 30px;
  cursor: pointer;
}
.about {
  width: 100%;
  padding: 100px 240px 0px 240px;
  color: white;
  display: inline-block;
}
.block {
  display: flex;
  justify-content: space-between;
}
.img {
  width: 350px;
}
.info {
  width: 450px;
}
.info h2 {
  line-height: 80px;
  margin-top: 30px;
}
.info h6{
  line-height: 20px;
}
.process {
  padding-top: 80px;
}
.oval {
  width: 50px;
}
.process h2,
.group h2 {
  margin-left: 70px;
  line-height: 50px;
}
.process h6 {
  color: rgb(105, 103, 103);
  margin-top: 20px;
}
.oval {
  position: absolute;
}
.cards {
  width: 100%;
  margin-top: 50px;
  display: flex;
}
.card {
  width: 25%;
}
.card h3 {
  line-height: 50px;
}
.card hr {
  border: 1px solid rgb(157, 127, 251);
}
.card h6 {
  width: 95%;
}
.group {
  width: 100%;
  margin-top: 40px;
  padding-top: 60px;
}
.persons {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.person {
  width: 180px;
  height: 230px;
  text-align: center;
  position: relative;
}
.person1, .person2, .person3{
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: white;
  top: 0;
  right: 0;
  background-color: rgb(124,106,250);
  padding: 0px 10px;
  color: black;
  overflow: hidden;
  transition: all .5s ease;
  border-radius: 10px;

  opacity: 0;
}
.person11{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.fa-right-from-bracket{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  font-size: 30px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 2px 10px;
  background-color: rgb(124,106,250);
  box-shadow: 0px 0px 5px 1px white;
}
.person h4{
  margin-top: 30px;
}
.person1 p, .person2 p, .person3 p{
  margin-top: 15px;
  width: 95%;
}
.person h5 {
  line-height: 40px;
}
.admin {
  width: 90px;
}
.btn3 {
  width: 100px;
  height: 26px;
  border: 1px solid white;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 13px;
  line-height: 24px;
  margin-top: 20px;
  color: rgb(190, 190, 190);
  cursor: pointer;
  position: relative;
}
.futter {
  width: 100%;
  height: 200px;
  color: white;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 40px;
}
.futter h6 {
  line-height: 60px;
  color: rgb(145, 139, 139);
}
.btn4 {
  width: 130px;
  height: 30px;
  background: linear-gradient(90deg, rgb(221, 87, 79), rgb(69, 15, 69));
  border-radius: 15px;
  color: white;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
  cursor: pointer;
}
.content {
  width: 240px;
  display: flex;
  justify-content: space-between;
  height: 40px;
  margin: 0 auto;
  margin-top: 30px;
}
.icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(94.26deg, #c89afc 9.51%, #7c6afa 90.23%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.icon:hover{
  transform: translateY(-10px);
  width: 40px;
  height: 40px;
  /* border: 1px solid black; */
  box-shadow: 0px 5px 10px 1px white;
}
.icon img {
  width: 20px;
}
.scrollToTop-btn{
  width: 40px;
  height: 40px;
  background-color: rgb(124,106,250);
  border-radius: 6px;
  position: fixed;
  right: 0px;
  bottom: 10px;
  z-index: 99;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  opacity: 0;
  transition: all .4s ease;
}
.activ{
  right: 20px;
  opacity: 1;
  animation: anime 2.5s infinite;
}
@keyframes anime {
  0%{
    transform: translateY(0px);
  }
  25%{
    transform: translateY(10px);
  }
  50%{
    transform: translateY(0px);
  }
  75%{
    transform: translateY(5px);
  }
  100%{
    transform: translateY(0px);
  }

}
.reveal{
    position: relative;
    transform:  translateY(50px);
    opacity: 0;
    transition: all 1.3s ease;
}
.reveal.active{
    position: relative;
    transform:  translateY(0px);
    opacity: 1;
}
.modal{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(75, 74, 74, 0.719);
  z-index: 100;
  top: 0;
  right: -100%;
  position: fixed;
  backdrop-filter: blur(3px);
  transition: all .5s ease;
}
.modal1{
  right: 0;
}
.box{
  width: 440px;
  border: 1px solid white;
  padding: 40px 50px;
  color: white;
  background-color: rgb(44,44,44);
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.fa-arrow-right-from-bracket{
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  color: white;
}
.box h2{
  font-size: 30px;
  letter-spacing: 1px;
}
.box h6{
  line-height: 50px;
  color: rgb(179, 179, 179);
}
input{
  height: 22px;
  margin-bottom: 10px;
  width: 80%;
  background: rgb(89,89,89);
  border: none;
  border-radius: 11px;
  padding: 0px 16px;
  font-size: 11px;
  color: white;
  outline: none;
}
::placeholder{
  color: rgb(226, 226, 226);
}
.btn5 {
  width: 90px;
  height: 25px;
  background: linear-gradient(90deg, rgb(221, 87, 79), rgb(69, 15, 69));
  border-radius: 15px;
  color: white;
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  line-height: 25px;
  margin-top: 10px;
  cursor: pointer;
}
.alert{
  margin-top: 12px;
  color: red;
  display: none;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0px;
}
.btn6{
  width: 40px;
  height: 30px;
  border: 1px solid black;
  border-radius: 5px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
  color: black;
}
.btn6:hover{
  box-shadow: 0px 0px 10px 2px black;
}
.btn{
  position: relative;
}
.btn:hover{
  box-shadow: 0px 0px 10px 2px white;
}
.btn::before{
  transition: all .4s ease;
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: red;
  left: 49%;
  border-radius: 15px;
}
.btn:hover::before{
  content: "Оставить заявку";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #22a6b3;
  overflow: hidden;
}
.btn5:hover::before{
  content: "Отправить";
}
.btn3::before{
  bottom: 0;
}
.btn3:hover::before{
  content: "Биография";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #22a6b3;
  overflow: hidden;
  color: white;
  font-weight: bold;
}
