@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: overlay;
}

html.overflow-hidden{
  overflow-y: hidden;
}

html, body {
  font-family: 'Roboto', sans-serif;
  height: 100%;
}
body{
}
.container-fluid.white{
  background-color: #FFFFFF;
}
body:not(.frontpage) .container-fluid.white{
  min-height: 100%;
  padding-bottom: 40px;
}
main, header, footer {
  display: block;
}

header.page-header {
  position: absolute;
  width: 100%;
  top: 0;
  background: #fff;
  margin: 0;
  padding: 0 1rem;
}
main {
  display: flex;

  padding-top: 150px;
  min-height: 100%;
  padding-bottom: 2rem;
}
.wrapper {
  min-height: 90%;
  max-width: 90%;
  background: #fff;
  padding: 1rem 2rem;
  margin: 0 auto;
  border-radius: 8px;
}

.padd {
  padding: 0 20px; }

a, a.btn.btn-link {
  text-decoration: none;
  color: #082C65;
}

a:focus {
  text-decoration: underline;
  outline: none;
}

h1, h2 {
  text-transform: uppercase;
  text-align: center;
  color: #333C5A;
  font-weight: 700;
  font-size: 29px;
}
h2 {
  font-size: 25px;
  margin-top: 44px;
}
h3 {
  color: #333C5A;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

ul li {
  list-style: none; }

p {
  font-size: 20px;
  text-align: justify;
  line-height: 28px;
}

.wrapper.wrapper_lg{
  margin: 20px auto 0;
  width: 1400px;
}
header .wrapper{
  position: relative;
}
header nav{
  display: flex;
  justify-content: flex-end;
}

.btn {
  color: #fff !important;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  padding: 10px 20px;
  border-radius: 5px;
  outline: none !important;
  text-shadow: none !important;
}
.btn-primary {
  background: #265a88;
}
.btn-cancel {
  background: #ff7b74;
}
.btn-danger {
  background: #3764f5 !important;
}
.btn-default {
  background: #787878;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 5px 10px;
}
.mb-1 {
 margin-bottom: 0.5rem;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #265a88;
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #525252;
  color: #fff;
}
input.form-control, textarea.form-control {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #D2D2D2 !important;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none !important;
  outline: none !important;
  height: auto;
}
.logout {
  margin-top: 1rem;
  font-size: 14px;
  padding: 7px 15px;
}
.logo-block {
}
.logo {
  max-width: 250px;
  max-height: 150px;
  height: auto;
  padding: 2rem 0;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

