/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*,
&:before,
&:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  font-size: 18px;
  font-weight: normal;
  overflow-x: hidden;
}

@media (max-width: 667px) {
  html,
  body {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

a,
button {
  transition: 0.25s ease-in-out;
}

button {
  background: none;
  border: none;
}

.inner-content {
  padding: 0 120px;
}

.page-header {
  background: #000;
  position: relative;
}

.navbar-toggler-icon {
  background: url("../img/hamburger-icon.svg") no-repeat;
  background-size: contain;
}

.page-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
}

@media (max-width: 667px) {
  .page-header__content {
    padding: 15px 0;
  }
}

.page-header__logo {
  color: #fff;
  font-size: 22px;
}

@media (max-width: 667px) {
  .page-header__logo {
    font-size: 18px;
    max-width: 200px;
    flex: 1;
  }
}

.page-header__navbar ul li {
  position: relative;
  line-height: 1;
  padding: 0 5px;
}

.page-header__navbar ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  width: 2px;
  top: 50%;
  transform: translate(0, -50%);
  background: #fff;
}

@media (max-width: 992px) {
  .page-header__navbar ul li:not(:last-child):after {
    display: none;
  }
}

.page-header__navbar ul li a {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  padding: 0;
}

.page-header__navbar ul li a:hover {
  color: #54b0b6;
}

@media (max-width: 992px) {
  .page-header__navbar ul li {
    margin-bottom: 20px;
  }
  .navbar {
    position: static;
  }
  .navbar-collapse {
    background: #000;
    padding: 20px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
  }
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  color: #014040;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  padding: 0 25px;
  border: 2px solid #014040;
  min-width: 280px;
  text-transform: uppercase;
}

@media (max-width: 667px) {
  .button-primary {
    min-width: 100%;
  }
}



a.btn:hover, a.button-primary:hover, .button-primary:hover {
  background: #014040;
  color: #fff;
  border: 2px solid #368d99;
}

a.btn, a.button-primary_light, .button-primary_light {
  color: #fff;
  border: 2px solid #fff;
  background: #368d99;
  height: 58px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  padding: 0 25px;
  min-width: 280px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.btn:hover, a.button-primary_light:hover, .button-primary_light:hover {
  background: #fff;
  color: #013f3f;
  border: 2px solid #368d99;
}

.hero {
  height: 70vh;
  min-height: 700px;
  padding: 95px 0;

  background: url("../img/hero.png") no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 667px) {
  .hero {
    padding: 45px 0;
    height: auto;
    min-height: 500px;
  }
}

.hero__title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 667px) {
  .hero__title {
    font-size: 42px;
  }
}

.hero__title span {
  color: #26cadd;
}

.hero__text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 30px;
}

@media (max-width: 667px) {
  .hero__text {
    font-size: 18px;
  }
}

.hero__cta {
  background: #fff;
  text-align: center;
  padding: 26px 30px;
  max-width: 500px;
}

.cta-title {
  line-height: 1;
  color: #013f3f;
  font-weight: 700;
}

@media (max-width: 667px) {
  .cta-title {
    font-size: 22px;
  }
}

.cta-text {
  font-weight: 700;
  line-height: 1.1;
  color: #54b0b6;
  margin-bottom: 0;
}

@media (max-width: 667px) {
  .cta-text {
    font-size: 14px;
  }
}

.block_information {
  background: #fff;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 50px;
}

.block_information .row {
  align-items: center;
}

.block_information .col-text {
  padding: 40px 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block_information .col-text p {
  color: #000;
  max-width: 700px;
  font-size: 18px;
}

.block_information .col-image img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

@media (max-width: 667px) {
  .block_information .col-image img {
    height: auto;
  }
}
.block_information .section-title {
    color:#000;
}
.section-title {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 30px;
}

@media (max-width: 667px) {
  .section-title {
    font-size: 32px;
  }
}

.section-title_sm {
  font-size: 26px;
  margin-bottom: 15px;
}

.block_person {
  padding: 38px 0;
}

.block_person .row {
  align-items: center;
}

.block_person img {
  height: 254px;
}

.block_person p {
  max-width: 700px;
}

.person-box {
  display: flex;
  align-items: center;
}

@media (max-width: 667px) {
  .person-box {
    align-items: flex-start;
  }
}

.person-box__data {
  padding: 0 25px;
}

@media (max-width: 667px) {
  .person-box img {
    width: 100px;
    object-fit: cover;
    flex: 0 0 100px;
    height: 140px;
  }
}

/* contact */
.block_contact {
  background: #2bbdd0;
  padding: 40px 0;
}

.block_contact .form-holder {
  max-width: 400px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 12px;
}

.form-control {
  border-radius: 0;
}

textarea.form-control {
  min-height: 150px;
}

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

/* footer */
.page-footer {
  background: #000;
  padding: 58px 0;
}

.page-footer p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.2rem;
}

@media (max-width: 667px) {
  .page-footer {
    padding: 40px 0;
  }
  .page-footer p {
    font-size: 1rem;
  }
}

.page-footer p a {
  color: #fff;
  font-weight: 700;
}

.page-footer p a:hover {
  color: #26cadd;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
