.nvbr {
  background: #2f80ed;
  box-shadow: 0px 6px 7px -2px rgba(0, 0, 0, 0.48);
  border-radius: 0px 0px 20px 20px;
  padding-bottom: 23px;
}
body{
 background-image: url("icon/fon.png");
 background-repeat:no-repeat;
 background-size: cover;
}

img {
  width: 120px;
  height: 120px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 1s;
}

#1 {
  margin-bottom: 55px;
  margin-right: 84px;
}

.icon {
  color: white;
  margin-right: 10px;
}

.wrapper {
  z-index: 1;
 // height: 97%;
}


.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
  background-image: url(icon/fon.png);
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.col-lg-2 {
  background: #f2f2f2;
  box-shadow: 0px 7px 7px rgba(0, 78, 160, 0.55);
  border-radius: 0px 0px 10px 10px;
  width: 264px;
  height: 160px;
  margin-right: 34px;
  margin-left: 34px;
  margin-bottom: 55px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: center;
  padding-top: 15px;
  transition: 0.7s;
}

.box__col {
  background: #f2f2f2;
  box-shadow: 0px 7px 7px rgba(0, 78, 160, 0.55);
  border-radius: 0px 0px 10px 10px;
  width: 25rem;
  height: 16rem;
  /* margin: 55px; */
  margin: 0 auto;
  margin-bottom: 3rem;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: center;
  padding-top: 1rem;
  transition: 0.5s;
}

.title {
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem;
  /* display: flex; */
  align-items: center;
  text-align: center;
  color: #f2f2f2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-top: 22px;
}

.col-lg-2:hover {
  -webkit-box-shadow: 4px 18px 22px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 18px 22px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 18px 22px -3px rgba(0, 0, 0, 0.75);
  width: 270;
  height: 166px;
}

.box__col:hover {
  -webkit-box-shadow: 4px 18px 22px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 18px 22px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 18px 22px -3px rgba(0, 0, 0, 0.75);
  width: 25rem;
  height: 16rem;
}

.h3,
h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5rem;
  /* identical to box height */

  display: flex;
  align-items: center;
  text-align: center;

  color: #004ea0;
}

.header_contacts {
  display: flex;
  justify-content: center;
  margin: 25px;
}

.header_contacts-item {
  margin: 34px;
  display: grid;
  grid-template-columns: 40px 1fr;
}

.header_contacts-item__text-title {
  color: #075095;
  font-size: 1rem;
}

.header_contacts-item__icon {
  font-size: 2rem;
  padding-top: 0.4rem;
}

.footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background: #2f80ed;
  box-shadow: 0px 0px 17px 10px #2f80ed;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
  /* identical to box height */

  /* Gray 6 */

  color: #f2f2f2;
}

hr {
  border: 1px solid #f1f3f4;
}
span.title__box {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

span.title__box {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 550;
  font-size: 2rem;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  color: #337ab7;
}

.navbar-header {
  position: absolute;
  left: 55px;
}
@media (min-width: 1px) and (max-width: 991.98px) {
  .box__col {
    width: auto;
    height: 25rem;
  }
  .box__col:hover {
    width: auto;
    height: 25rem;
  }
  span.title__box {
    font-size: 4rem;
    line-height: 5rem;
  }
  .footer {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 4rem;
  }
  .title {
    font-size: 4rem;
    line-height: 5rem;
 
  }

 img {
  margin-top:1rem;
  width: 150px;
  height: 150px;
 
}
}
