*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

picture,
img {
  display: block;
  max-width: 100%;
  border-style: none;
}

picture img {
  height: inherit;
  width: inherit;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat/Montserrat-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font: 400 16px/1.3 Montserrat,sans-serif;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #fff;
}

a {
  color: #80d8ff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

.page__wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.container {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.section__title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 48px;
}

.content h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

.content h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}

.content h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.content ol,
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.content ol li,
.content ul li {
  line-height: 1.6;
  margin-bottom: 10px;
}

.content ol li:last-child,
.content ul li:last-child {
  margin-bottom: 0;
}

.content p {
  margin-bottom: 20px;
  line-height: 2;
}

.content > :last-child {
  margin-bottom: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 6px;
  border: 4px solid #00d084;
  background-color: #00d084;
  font-size: 16px;
  font-weight: 600;
  color: #001325;
  text-decoration: none;
  outline: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header {
  padding: 20px 0;
  background-color: #001325;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-text {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
}

.hero {
  background: url(../img/marine-and-plant-industries.jpg) center center/cover no-repeat fixed;
}

.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 650px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-title {
  display: inline;
  font-weight: 700;
  font-size: 60px;
  padding: 0 12px;
  line-height: 1.8;
  text-transform: uppercase;
  background-color: #00d084;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.about {
  padding: 64px 0;
  background-color: #001325;
  color: #fff;
}

.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.about__col {
  width: 48%;
}

.about__col--right {
  padding: 30px 0;
}

.about-img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about .content {
  margin-bottom: 32px;
}

.offer {
  padding: 64px 0;
}

.offer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offer__row-img {
  width: 100%;
  min-height: 440px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.offer__col {
  width: 50%;
}

.offer__col--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 48px;
}

.banner {
  padding: 64px 0;
  background-color: #001325;
  color: #fff;
}

.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .section__title {
  text-transform: uppercase;
  margin-bottom: 32px;
}

.choose {
  padding: 64px 0;
}

.choose .section__title {
  margin-bottom: 32px;
}

.choose__item {
  position: relative;
  padding: 32px;
}

.choose__item:not(:last-child) {
  border-bottom: 4px solid #00d084;
}

.contact {
  padding: 48px 0;
  color: #fff;
  background-color: #001325;
}

.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .section__title {
  margin: 0;
}

.contact__links {
  list-style-type: none;
  margin: 24px 0 48px;
}

.contact__links a {
  font-size: 24px;
  color: #00d084;
}

.copyright {
  font-size: 14px;
}

@media (max-width:1390px) {
  .container {
    max-width: 1200px;
  }

  .hero-title {
    font-size: 48px;
  }

  .offer__col--content {
    padding: 24px;
  }
}

@media (max-width:1199px) {
  .container {
    max-width: 920px;
  }

  .hero {
    background-attachment: initial;
  }

  .about__col {
    width: 100%;
  }

  .about-img {
    height: 420px;
  }

  .offer__row-img {
    min-height: 200px;
    height: 200px;
  }

  .offer__row:nth-child(even) .offer__col--img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .offer__row:nth-child(even) .offer__col--content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .offer__col {
    width: 100%;
  }
}

@media (max-width:919px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width:767px) {
  .container {
    max-width: 600px;
  }
}

@media (max-width:599px) {
  .container {
    max-width: 100%;
  }

  .section__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .content h2 {
    font-size: 28px;
  }

  .content h3 {
    font-size: 20px;
  }

  .content h4 {
    font-size: 16px;
  }

  .content ol,
  .content ul {
    font-size: 14px;
  }

  .content p {
    font-size: 14px;
  }

  .btn {
    padding: 6px 12px;
    font-size: 14px;
  }

  .hero .container {
    min-height: 320px;
  }

  .hero-title {
    font-size: 28px;
  }

  .about {
    padding: 48px 0;
  }

  .about__col--right {
    padding-bottom: 0;
  }

  .about-img {
    height: 320px;
  }

  .offer {
    padding: 48px 0;
  }

  .offer__col--content {
    padding: 16px 0;
  }

  .banner {
    padding: 48px 0;
  }

  .choose {
    padding: 48px 0;
  }

  .choose__item {
    padding: 16px 0;
  }

  .contact__links a {
    font-size: 18px;
  }
}

@media (hover:hover) and (pointer:fine) {
  .btn:hover {
    background-color: transparent;
    color: #00d084;
  }

  .contact__links a:hover {
    text-decoration: none;
  }
}
