.header-menu li {
  display: inline;
  list-style: none;
  margin-right: 20px;
}

.header-menu a {
  color: #0a59af;
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
}

.header-menu ul {
  padding-left: 0px;
}

.header_adress {
  font-size: 12px;
}

.header_phones li {
  list-style: none;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.phone_code {
 font-size: 18px;
 font-weight: 500;
}


.header_logo {
  font-weight: 500;
  color: #051563;
  font-size: 28px;
  font-family: 'impact';
}


.header-margin {
  margin-top: 20px;
}


.main {
  background-image: url(../img/main2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 155px;
  padding-bottom: 155px;
  color: white;
}

.main h1 {
  color:white;
  font-size: 55px;
  font-weight: 900;
}


@media (max-width: 700px) {
  .main h1 {
  font-size: 35px;
}

}

.margin-style {
  margin-top: 45px;
}

.offer {
  font-size: 20px;
}

.offer li {
  margin-bottom: 10px;
}

.stages li {
  margin-bottom: 20px;
  font-size: 20px;
}

.value {
  background-color: #f1f1ff;
  border-radius: 5px;
  padding: 40px;
  font-size:20px;
}

.examples img {
 width: 100%;
}

.margin-example {
  margin-top: 30px;
}

.example_row_2_items img {
  max-height: 360px;
  box-shadow: 0px 6px 7px 1px rgb(0 0 0 / 30%);
}

.example_row_3_items img {
  max-height: 221px;
  box-shadow: 0px 6px 7px 1px rgb(0 0 0 / 30%)
}

.weight {
  font-size: 50px;
  font-weight: 900;
}

.descript { 
  font-size: 16px;
 }

 .benefits img {
  width: 100%;

  }

.call-to-action {
  background-color: #f1f1ff;
  padding: 50px;
  margin-top: 40px;
  border-radius: 15px;
}

.call-to-action p {
  font-size: 24px;
}

.call-to-action li {
  font-size: 24px;
}

.benefits_header {
  font-weight: 900;
}

.benefits img {
  box-shadow: 0px 6px 7px 1px rgb(0 0 0 / 30%);
  margin-bottom: 12px;
}

.objects img {
  width: 100%;
}

.footer li {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;

}

.footer ul {
  margin-left: 0px;
  padding-left: 0px;
}

.footer a {
  color: #4a68b5;
    text-decoration: none;
    font-size: 14px;
}


.footer {
  margin-bottom: 50px;
}

.footer_contacts p {
  margin-bottom: 5px;
}