
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
a{
    text-decoration: none;
}
.wrapper{
    max-width: 980px;
    margin: auto;
}
.raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
nav{
    z-index: 100;
    top: 0;
}
nav a{
    color: #0F4C85 !important;
}
.bg-1{
    background-color: #396790;
    height: 476px;
}
.bg-2{
    background-color: rgba(162, 205, 242, 1);
    height: 476px;
}
.metr{
    top: 200px;
    h1{
        font-size: 50px !important;
    }
}
.metr h1, .metr p{
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}
.bg-3{
    background-color: rgba(234, 244, 246, 1);
    height: 405px;
}
.bg-4{
    background-color: rgba(256, 256, 256, 1);
    height: 405px;
}
.spheres{
    top: 88px;
    h2{
        font-size: 50px !important;
    }
}
.text-blue{
    color: #00305B;
}
.bg-about-us{
    background-color: #00305B;
    color: #fff;
}
.bg-certificate{
    background-color: rgba(234, 244, 246, 1);
}
.licenzii {
    display: flex;
    gap: 15px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.licenzii_w {
    width: 230px;
    height: auto;
}
.licenzii .row {
    flex-wrap: nowrap !important;
}
.licenzii .row>* {
         width: auto;
     }
.contact{
    top: 88px;
    h2{
        font-size: 42px !important;
    }
}
.bg-5{
    background-color: #094174;
    height: 405px;
    color: #fff;
}
.bg-6{
    background-color: #0F4C85;
    height: 405px;
    color: #fff;
}
.bottom-button{
    height: 90px;
    background-color: #00305B;
}
@media screen and (max-width: 768px) {
    .bg-3{
        height: 270px;
    }
    .bg-4{
        height: 270px;
    }
    .bg-5{
        height: 270px;
    }
    .bg-6{
        height: 270px;
    }

}

.document-content {
  padding-top: 100px;
  color: #00305B;

  h1 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
  }

  h2 {
    margin: 18px 0 8px;
    font-size: 14px;
    font-weight: 600;
  }

  a {
    text-decoration: underline;
  }
}
footer {
  color: #00305B;
}
