@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;
}
body{

  display: flex;
  flex-direction: column;
  background-size: cover;
  justify-content: start;
}
.container {
  width: 1130px;
}
.container-fluid.white{
  background-color: #FFFFFF;
}
body:not(.frontpage) .container-fluid.white{
  min-height: 100%;
  padding-bottom: 40px;
}
main, header, footer {
  display: block;
}

.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 {
  margin: 0 auto;
  width: 1100px;
}
.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: #CF4D44 !important;
}
.btn-default {
  background: #787878;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 5px 10px;
}
.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 {
  margin-top: 3rem;
}
.logo {
  max-width: 200px;
  height: auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
