* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: rgb(248, 245, 233);
}

header {
  position: fixed;
  width: 100%;
}

#header {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  padding: 1%;
  width: 98%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
  background-color: rgb(250, 248, 241);
}
#header img {
  width: 5%;
  height: 6%;
}
#header h1 {
  text-align: center;
  font-weight: 700;
  margin-top: 1%;
  text-transform: uppercase;
  font-size: 25pt;
  padding: none;
  color: rgb(74, 112, 169);
}
#header ul {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  font-size: 10pt;
  margin-top: 6%;
}
#header ul li {
  padding: 5px;
}
#header ul li a {
  text-decoration: none;
  color: rgb(74, 112, 169);
  padding: 1px;
}
#header ul li a:hover {
  color: rgb(230, 82, 31);
  border-left: 1px solid rgb(230, 82, 31);
}
#header #menu {
  margin: 0px;
}

#container {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 8%;
  width: 94%;
}

.box {
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 3%;
  margin: 0;
  background-color: rgb(250, 248, 241);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
  border-radius: 2%;
}
.box h3 {
  text-transform: uppercase;
  border-left: 2px solid rgb(74, 112, 169);
  text-align: center;
  font-weight: 500;
  background-color: rgba(74, 112, 169, 0.251);
  color: rgb(74, 112, 169);
}
.box a {
  text-decoration: none;
  color: rgb(74, 112, 169);
}
.box a:hover {
  color: rgb(230, 82, 31);
}
.box p {
  text-align: left;
  font-size: 13pt;
  width: 100%;
  padding: 5px;
}
.box img {
  width: 80%;
  border-radius: 5%;
}
.box button {
  background-color: transparent;
  font-size: 19pt;
  padding: 5px;
  text-transform: uppercase;
  border: none;
  font-weight: 100;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
}
.box button a {
  text-decoration: none;
  color: rgb(74, 112, 169);
}
.box button a:hover {
  color: rgb(230, 82, 31);
}
.box #a {
  text-decoration: none;
  color: rgb(74, 112, 169);
  font-size: 19pt;
}
.box #a:hover {
  color: rgb(230, 82, 31);
}
.box .z {
  background-color: rgba(0, 0, 0, 0.1);
}

.AboutUs {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
.AboutUs h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
.AboutUs p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
.AboutUs hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

.container2 {
  width: 100%;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
.container2 h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
.container2 p {
  padding: 15px;
  width: 80%;
  text-align: center;
  font-size: 13pt;
}
.container2 hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}
.container2 h5 {
  font-size: 25pt;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-weight: 800;
  padding: 7px;
  border-left: 1px solid rgb(230, 82, 31);
  width: 25%;
}
.container2 a {
  text-decoration: none;
  color: rgb(74, 112, 169);
  font-size: 11pt;
  text-align: center;
}
.container2 a:hover {
  color: rgb(230, 82, 31);
}

footer {
  background-color: rgb(12, 43, 78);
  color: rgb(250, 248, 241);
  padding: 1%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
footer h6 {
  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17pt;
  color: rgb(250, 248, 241);
  font-weight: 700;
  width: 90%;
  padding: 5px;
  border-radius: 3px;
  margin-top: 2%;
}
footer hr {
  width: 90%;
}
footer #contacts {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
footer #contacts .box1 {
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  width: 49%;
  align-items: center;
  border: 1px solid rgb(250, 248, 241);
  border-radius: 3px;
}
footer .bold {
  font-weight: 600;
  border-right: 1px solid rgba(250, 248, 241, 0.208);
}
footer p {
  font-size: 13pt;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-weight: 200;
  padding: 5px;
}
footer strong {
  font-weight: 600;
}
footer hr {
  width: 80%;
  color: rgb(250, 248, 241);
  font-weight: 600;
  margin: auto;
}

#vm {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#vm h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#vm p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#vm hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#mznp {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#mznp h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#mznp p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#mznp hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#olid {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#olid h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#olid p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#olid hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#st {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#st h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#st p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#st hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#rpip {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#rpip h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#rpip p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#rpip hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#us {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#us h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#us p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#us hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#hr {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#hr h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#hr p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#hr hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#pdl {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#pdl h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#pdl p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#pdl hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#npo {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#npo h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#npo p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#npo hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

#nsp {
  width: 100%;
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column !important;
  align-items: flex-center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  color: rgb(74, 112, 169);
  background-color: rgb(250, 248, 241);
  border-radius: 3%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.188);
}
#nsp h4 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  font-size: 23pt;
  margin-top: 2%;
  width: 80%;
  background-color: rgba(74, 112, 169, 0.251);
}
#nsp p {
  padding: 15px;
  width: 80%;
  font-size: 13pt;
}
#nsp hr {
  width: 90%;
  color: rgba(74, 112, 169, 0.251);
}

@media (max-width: 1100px) {
  #container {
    display: flex;
    flex-direction: column !important;
    align-items: flex-center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  #container .box {
    width: 90%;
    margin-bottom: 2%;
  }
  #container .box img {
    width: 300px;
  }
  .AboutUs {
    width: 100%;
    align-items: center;
  }
  .container2 {
    width: 90%;
  }
  h3 {
    padding: 6px;
  }
  #header {
    display: flex;
    flex-direction: column !important;
    align-items: flex-center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }
  header {
    position: relative;
  }
  #contacts {
    display: flex;
    flex-direction: column !important;
    align-items: flex-center;
    justify-content: flex-start;
    align-items: left;
    padding: 0;
  }
  footer #contacts .box1 {
    display: flex;
    flex-direction: column !important;
    align-items: flex-center;
    justify-content: flex-start;
    min-width: 0;
    margin: 0px;
    align-items: stretch;
    width: 100%;
  }
  table {
    width: 100%;
  }
  .container2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 14pt;
  }
}/*# sourceMappingURL=style.css.map */