a {
  color: #9bced8;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 400;
}

.body {
  background-color: #00667a;
  background-image: url('/images/background.png');
  background-position: 20% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Lexend, Tahoma, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
}

.langselector__container {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.langselector__block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
}

.langselector__link {
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.langselector__link:hover {
  background-color: #1a7f92;
  text-decoration: none;
}

.langselector__link.langselector__link--active {
  background-color: #f1892b;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.main__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  padding: 100px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main__col__left {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.main__col__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.text-block {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 300;
}

.text-block-2 {
  font-weight: 300;
}

.text-block-2:hover {
  text-decoration: none;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 400;
}

.div-block {
  width: 90px;
  height: 5px;
  margin: 30px auto;
  background-color: #f1892b;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.link {
  color: #9bced8;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.image {
  width: 100%;
  height: auto;
}

.image-2 {
  margin-right: 35px;
}

.button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #f1892b;
  font-size: 20px;
  font-weight: 300;
}

.button:hover {
  background-color: #f70;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .body {
    background-position: 0% 0%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 0% -220px;
    background-size: auto;
  }

  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__col__left {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .main__col__right {
    padding: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 0% -388px;
  }

  .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Lexend';
  src: url('/fonts/Lexend-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/fonts/Lexend-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('/fonts/Lexend-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}