.bold {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.font-primary {
  color: #004f7c;
}
.font-white {
  color: #ffffff;
}
.font-grey {
  color: #636363;
}
.font-12 {
  font-size: 12px;
}
.pointer {
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #636363;
  background: #f3f3f3;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.427;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
main {
  margin-top: -80px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}
hr {
  height: 0;
  border: none;
  border-top: 1px solid #ccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
h3 {
  font-size: 22px;
  font-weight: 500;
  color: #004f7c;
  text-transform: uppercase;
}
h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
a {
  color: #004f7c;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000e16;
  text-decoration: none;
}
ul,
ol {
  padding-left: 17px;
  margin-bottom: 0;
}
ul > li,
ol > li {
  margin: 0;
}
.hero {
  background: url("../assets/images/hero.png") no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 600px;
}
.hero__overlay {
  background-color: rgba(0, 79, 124, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero__title {
  color: #ffffff;
  font-weight: 800;
  font-size: 48px;
  max-width: 620px;
  margin-bottom: 40px;
}
.contact {
  background: url("../assets/images/contact.png") no-repeat top center;
  position: relative;
  min-height: 300px;
}
.contact__overlay {
  background-color: rgba(0, 79, 124, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.contact__title {
  color: #ffffff;
  font-weight: 800;
  font-size: 48px;
}
.product-page {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 400px;
}
.product-page__overlay {
  background-color: rgba(0, 79, 124, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.product-page__title {
  color: #ffffff;
  font-weight: 800;
  font-size: 48px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 18px;
  height: 36px;
  min-width: 130px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  border-radius: 40px;
}
.btn--primary {
  background: #ffffff;
  color: #004f7c;
}
.btn--primary:hover {
  background: #ffffff;
  box-shadow: 0 13px 16px 0 rgba(84, 84, 84, 0.2);
  color: #004f7c;
}
.btn--secondary {
  background: transparent;
  border: 1px solid #004f7c;
  color: #004f7c;
}
.btn--secondary:hover {
  background: #ffffff;
  color: #ffffff;
}
.social-icon {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 12px;
}
.social-icon:last-child {
  margin-right: 0;
}
.social-icon--youtube {
  background: url("../assets/images/social/youtube.png") no-repeat;
}
.social-icon--facebook {
  background: url("../assets/images/social/facebook.png") no-repeat;
}
.modal {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 79, 124, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 100px;
  z-index: 999;
}
.modal__overlay {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  right: 0;
  margin-top: -40px;
  background: url("../assets/images/icons/close.png") no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.section {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #004f7c;
}
.section--blue {
  background: #004f7c;
  color: #ffffff;
}
.section--white {
  background: #ffffff;
  color: #004f7c;
}
.section__header {
  margin-bottom: 20px;
  text-align: center;
}
.section__title {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section__title-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section__title-icon--email {
  background-image: url("../assets/images/icons/email.png");
}
.section__title-icon--phone {
  background-image: url("../assets/images/icons/phone.png");
}
.lang-item {
  list-style: none;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 18px;
}
.lang-item.current-lang a {
  color: #ffffff;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-10 {
  margin-bottom: 10px;
}
.font-semi-bold {
  font-weight: 600;
}
