@import url("./font.css");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  background: #f1f1f1;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.header {
  background: url("../img/Фон.png") no-repeat center center / cover;
  height: 500px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 62px;
  row-gap: 25px;
  margin-top: 30px;
  background-color: #ffffff;
}

.header__title {
  width: 332px;
  color: #464748;
  font-family: Rubik;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  position: relative;
  z-index: 1;
}

.header__title::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 55px;
  background: #3fa5d5;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}

.header__text {
  width: 314px;
  color: #696868;
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
}

.header__btn {
  width: 211px;
  background: #3fa5d5;
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  text-align: center;
  padding: 7px 0;
  color: #fff;
  border-radius: 30px;
}

.main {
  margin: 30px 0 48px 0;
}
.main__cards {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.main__card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 19px 19px;
  border-radius: 15px;
}

.main__card__title {
  color: #2a86b1;
  font-family: Rubik;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.main__card i {
  color: #3fa5d5;
  padding: 59px 0 70px 0;
}

.main__card__btn {
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  background: #3fa5d5;
  padding: 7px 65px;
  color: #ffffff;
  border-radius: 30px;
}

.main__description {
  display: flex;
  column-gap: 30px;
  margin: 48px 0 44px 0;
}

.main__descs {
  width: 825px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.main__descs__title {
  color: #686868;
  font-family: Rubik;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  margin-bottom: 7px;
}

.main__descs p {
  color: #545454;
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
}

.main__items {
  width: 255px;
}

.main__items__title {
  color: #686868;
  font-family: Rubik;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 22px;
}

.main__items2 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.main__item {
  display: flex;
  align-items: center;
  column-gap: 15px;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
}
.main__item__desc {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.main__item__desc h5 {
  color: #323232;
  font-family: Rubik;
  font-weight: 400;
  font-size: 17px;
  line-height: 94%;
  letter-spacing: 0%;
  text-align: justify;
}
.main__item__desc p {
  color: #000000;
  font-family: Rubik;
  font-weight: 300;
  font-size: 14px;
  line-height: 94%;
  letter-spacing: 0%;
}

.footer {
  background: #3fa5d5;
  padding: 40px 0;
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__content__title {
  color: #ffffff;
  font-family: Rubik;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
}

.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 15px;
}
.footer__links a {
  color: #ffffff;
  font-family: Rubik;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.footer__links a:last-of-type {
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.aside{
  display: flex;
  flex-direction: column;
  row-gap: 130px;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  padding: 30px 15px;
  height: 100%;
}

.aside img{
  width: 60px;
}

.aside__lists{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 55px;
}

.aside__link{
  color: #939393;
}
.aside__link:active{
  color: #2A86B1;
}