*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
li{
  text-decoration: none;
  list-style: none;
}
body{
  font-family: 'Open Sans', sans-serif;

}
header{

}
nav{
  margin: 5px auto;
  width: 100%;
  height: 30px;
}
main{
  text-align: center;
}

.pronas{
  width: 1280px;
  margin:25px auto;
  color: #1f6eb6;
}
.pronas p{
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.colortext{
      color: #83b925;
}
.services{
    color: #1f6eb6;
}
footer{
  width: 100%;
  height: auto;
  background: #f7f8fc;
  text-align: center;
  border-top: 2px solid #83b925;
}
footer a{
  color: #1f6eb6;
  font-size: 18px;
  margin-left: 15px;
}
footer a:hover{
  color:#83b925;
}
footer nav{
  height: auto;
}
footer nav a:hover{
  color: #83b925;
}
.logofooter{
  background:#f7f8fc;
  width: 100%;
  display: flex;
  justify-content: center;
}

.logo{
  background:#f7f8fc;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #83b925;
}
.graficlogo{
  padding:5px;
  max-width: 100%;
  box-sizing: border-box;
}
.topnav{
  font-size: 20px;
  display: block;
  text-align: center;
}
.topnav a{
  color: #1f6eb6;
  padding: 5px 20px;
  font-size: 20px;
}
.topnav a:hover{
  color: #83b925;
}
.topnav .icon{
  display: none;
}
.mw-100{
  max-width: 100%;
}










.pronas_container{
   display: flex;
  justify-content: center;
}
.pronas-advantages{
  padding-top: 40px;
  padding-bottom: 40px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.pronas-advantages-item{
  width: 25%;
}



.advantages_container{
  display: flex;
  justify-content: center;
}

.advantages{
  padding-top: 40px;
  padding-bottom: 40px;
  width: 60%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.advantages-item{
  width: 30%;
  margin-bottom: 40px;
  color: #1f6eb6;
}
.advantages-item p{
  color: #83b925;
}










.contacts{
  width: 960px;
  margin: 10px auto;
}
.contacts p{
  font-size: 20px;
  color: #1f6eb6;
}
.contacts a{
  color: #1f6eb6;
}
.contacts a:hover{
  color: #83b925;
}
.map{
  width: 60%;
  height: 60%;
  margin: auto;
  margin-bottom: 5px;
}









table {
  width: 800px; /* Ширина таблицы */
  background: white; /* Цвет фона таблицы */
  color: #83b925; /* Цвет текста */
  margin: auto;
  border-bottom: 2px solid #83b925;
}
th {
  background: #f7f8fc; /* Цвет фона ячеек */
  padding: 5px; /* Поля вокруг текста */
}
td {
  background: white; /* Цвет фона ячеек */
  padding: 5px; /* Поля вокруг текста */
  color: #1f6eb6;
}
.prices-tab h5{
  color: #1f6eb6;
}