@import url(libs/normalize.min.css);
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic.woff2") format("woff2"), url("../fonts/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html {
  min-height: 100%;
  width: 100vw;
  max-width: 100%;
  box-sizing: border-box;
  text-size-adjust: 100%; }

body,
html {
  margin: 0;
  padding: 0;
  border: 0;
  color: white;
  font-family: "CenturyGothic", sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-variant: normal;
  background-color: #4b7d70;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  text-rendering: optimizeLegibility; }

body::before {
  content: '';
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #4b7d70;
  background: radial-gradient(circle, #4b7d70 0%, #4b7d70 0%, #1b3848 100%); }

.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

* {
  box-sizing: border-box; }

strong {
  font-weight: 700; }

img {
  border: 0;
  padding: 0;
  margin: 0;
  backface-visibility: hidden;
  max-width: 100%; }

a {
  color: inherit;
  transition: all .25s ease-out; }

p {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 20px; }
  p a {
    font-weight: normal;
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

ul, ol {
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 20px; }
  ul li, ol li {
    margin-bottom: 10px; }

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(1000px + 20px * 2);
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  clear: both; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0; }

.no-margins {
  margin: 0; }

.margin-small {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-regular {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-medium {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-large {
  margin-top: 60px;
  margin-bottom: 60px; }

.no-top-margin {
  margin-top: 0; }

.no-bottom-margin {
  margin-bottom: 0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-highlight {
  color: #97cfd4; }

.title-large {
  font-size: 2.4em;
  letter-spacing: 0.05em; }

.title-medium {
  font-size: 2em; }

.page-window {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.footer {
  height: 100px; }

/*HEADER*/
.main-header {
  width: 100%;
  background-color: #af191b;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.15); }

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.logo-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 65px;
  background-color: white; }

.logo-img {
  width: 50px;
  height: auto; }

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .main-menu li {
    display: block;
    margin: 0;
    padding-left: 10px; }
    .main-menu li::after {
      content: '/';
      font-size: 1.5em;
      margin-left: 10px; }
    .main-menu li:first-child {
      padding-left: 0; }
    .main-menu li:last-child::after {
      display: none; }

.main-menu-btn {
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 1px transparent;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  color: white; }
  .main-menu-btn:hover, .main-menu-btn.active {
    text-decoration: none;
    border-color: white; }

@media (max-width: 760px) {
  .main-header {
    padding-top: 10px;
    padding-bottom: 10px; }

  .main-menu {
    display: block; }
    .main-menu li {
      padding-left: 0; }
      .main-menu li::after {
        display: none; }

  .main-menu-btn {
    letter-spacing: 0; } }
/*MAIN*/
.main {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px; }

@media (max-width: 760px) {
  .main {
    padding-top: 60px;
    padding-bottom: 60px; } }
.column-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.column {
  width: 47%; }
  @media (max-width: 760px) {
    .column {
      width: 100%; } }

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%; }

.logo-link {
  display: block;
  width: 30%;
  text-align: center;
  text-decoration: none; }
  .logo-link img {
    transition: all .25s ease-out; }
  .logo-link:hover img {
    opacity: .6; }
  @media (max-width: 760px) {
    .logo-link {
      width: 100%;
      margin-top: 50px; } }

.adress {
  font-size: 1.5em;
  color: #8ccfd3; }
  .adress a {
    text-decoration: none; }
    .adress a:hover {
      text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
