body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.black-line {
  background-color: #343333;
  height: 28px;
  width: 100%;
}

.section-one {
  background-image: url("./../img/Header_foto.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position-y: 75%;
}

.blue-line {
  background-color: #009fe3;
  height: 28px;
  width: 100%;
}

.header-content {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  padding: 240px 0 151px 0;
}

.header-content h1 {
  color: #fff;
  font-size: 55px;
}

.position_logo {
  position: absolute;
  top: 0;
  left: 0;
}

.position_logo img {
  width: 360px;
}

.section-two {
  color: #323231;
  text-align: center;
  margin-top: 60px;
}

.section-two-title h2 {
  font-size: 48px;
}

.section-two-content {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 847px;
}
.sec-two-flex {
  display: flex;
  justify-content: center;
}
.section-two-content p {
  font-size: 18px;
  width: 100%;
}

.section-two-cards h5 {
  font-size: 30px;
  color: #009fe3;
  font-weight: 600;
}

.section-two-cards p {
  font-size: 18px;
  color: #323231;
}

.section-two-cards img {
    width: 200px;
    height: 200px;
    margin-bottom: 25px;
}

.cards-block {
  margin-top: 129px !important;
}

.avatar-img img {
  width: 100%;
  border-radius: 50%;
}

.section-tree {
  background-color: #009fe3;
  color: #fff;
  padding: 89px 0;
  margin-top: 66px;
}

.section-tree-title {
  text-align: center;
  padding-bottom: 69px;
}

.section-tree-title h3 {
  font-size: 48px;
}

.section-tree-text p {
  font-size: 18px;
}

.section-for {
  background-image: url('./../img/Contact.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 822px;
  position: sticky;
  top: 0;
  z-index: -1;
}

.position-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
}
.position-btn button {
  background-color: transparent;
  border: 0;
}
.section-five {
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 77px 0 65px;
}

.section-five h4 {
  font-size: 48px;
}

.section-five ul {
  padding-top: 45px;
}

.section-five ul li {
  list-style: none;
}

.section-five ul span {
  color: #009fe3;
}

.section-five ul li a {
  color: #323231;
  text-decoration: none;
}

.third-ul {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

.third-ul li {
  padding: 0 11.5px;
}

.third-ul img {
  width: 25px;
}

.bressers_adv {
  color: #009fe3;
  font-weight: 700;
}

.section-five .first-p {
  padding-top: 65px;
}

.section-five .second-p {
  padding-top: 30px;
}

.section-five {
  background-image: url("./../img/section_five.png");
  background-repeat: repeat-x;
  /* background-size: cover; */
  background-position: bottom;
  width: 100%;
}

footer {
  background-image: url("./../img/footer.png");
  color: #fff;
}

footer ul {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

footer ul li {
  border-right: 1px solid #fff;
  list-style: none;
  padding: 0 7px;
  margin: 0 0;
}

.last-li {
  border: 0 !important;
}