/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}
a {
  color: #61ca9f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.t-subheader {
  margin-top: 0;
  font-style: italic;
  color: #4d4d4d;
}
.t-bold-caps {
  font-weight: 700;
  letter-spacing: 0.05em;
  word-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6;
}
.t-accent {
  color: #61ca9f;
}
.grid {
  padding: 0.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.grid__flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.grid__flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.grid__element {
  padding: 0.5rem;
}
.grid--double-space .grid__element {
  padding: 1rem;
}
.grid--double-space .l-grid:not(.l-grid--double-space) .grid__element {
  padding: 0.5rem;
}
.grid__str-item > .grid__element {
  width: 100%;
}
.grid__str-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.grid__str-item--3 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
}
.grid__str-item--border3 {
  position: relative;
}
.grid__str-item--border3 + .grid__str-item--border3:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.grid__str-item--border3 + .grid__str-item--border3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
}
.grid__str-item--border3:nth-child(3n + 1):after {
  background-color: transparent;
}
.grid__str-item--border3:nth-child(n + 4):before {
  background-color: rgba(0, 0, 0, 0.2);
}
.grid__str-item--person {
  -ms-flex-preferred-size: 19em;
  flex-basis: 19em;
}
.grid__str-item--catalog {
  -ms-flex-preferred-size: 15em;
  flex-basis: 15em;
}
.grid__content {
  width: 100%;
}
.grid--double-space {
  padding: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 73.25rem;
  min-width: 73.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.c-figure__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-figure__list--alt {
  margin-top: 3em;
  margin-bottom: -2em;
}
.c-figure__item {
  margin: 0;
  width: 33.33333333%;
  text-align: center;
}
.c-figure__list--clients .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.c-figure__item--1of2 {
  width: 50%;
  text-align: left;
}
.c-figure__list--clients .c-figure__item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-figure__list--clients .c-figure__item.c-figure__item--wide {
  width: 40%;
}
.c-figure__list--horz .c-figure__item {
  width: 50%;
}
.c-figure__list--horz .c-figure__item-str-B {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}
.c-figure__icon {
  margin-left: auto;
  margin-right: auto;
  width: 68px;
  height: 96px;
  padding-top: 1.5em;
  position: relative;
}
.c-figure__list--horz .c-figure__icon {
  margin: 0;
  width: 64px;
  height: 64px;
  background-color: #61ca9f;
}
.c-figure__icon .hexagon {
  position: relative;
  width: 68px;
  height: 39.26px;
  margin: 19.63px 0;
  border-left: 2px solid #61ca9f;
  border-right: 2px solid #61ca9f;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-figure__icon .hexagon:after,
.c-figure__icon .hexagon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 48.08px;
  height: 48.08px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.9584px;
}
.c-figure__icon .hexagon:before {
  top: -24.0416px;
  border-top: 2.8284px solid #61ca9f;
  border-right: 2.8284px solid #61ca9f;
}
.c-figure__icon .hexagon:after {
  bottom: -24.0416px;
  border-bottom: 2.8284px solid #61ca9f;
  border-left: 2.8284px solid #61ca9f;
}
.c-figure__picture {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
}
.c-figure__list--horz .c-figure__picture {
  margin-top: -16px;
}
.c-figure__title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-top: 1.5em;
  margin-bottom: 0;
}
.c-figure__list--horz .c-figure__title {
  margin-top: -.2em;
  margin-bottom: 0.5em;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  color: #61ca9f;
}
.c-figure__title-alt {
  font-size: 2em;
}
.c-figure__info {
  margin-top: 0;
}
.l-header {
  background: #03324d url(images/headerBg.png) no-repeat bottom;
  color: #fff;
}
.l-header__str {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header__str-B {
  margin-left: auto;
}
.l-header__str-C,
.l-header__str-D {
  width: 100%;
}
.l-header__logo {
  font-size: 2.5em;
  margin: 0.75em 0;
}
.l-header__logo .c-logo__2nd {
  color: #fff;
}
.l-header__logo .c-logo__3rd {
  color: hsla(0, 0%, 100%, 0.3);
}
.l-header__page-nav {
  position: relative;
  top: 3px;
}
.l-header__page-nav ul {
  list-style: none;
}
.l-header__page-nav ul li {
  padding-left: 1rem;
}
.l-header__page-nav ul li a {
  color: #fff;
}
.l-header__lead {
  text-align: center;
}
.l-header__lead-title {
  width: 11em;
  margin: 2.2em auto 0;
  font-size: 4.3em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #61ca9f;
  text-shadow: 0 0 30px #03324d;
}
.l-header__lead-subtitle {
  text-transform: uppercase;
  text-shadow: 0 0 20px #03324d;
}
.l-header__link {
  margin: 6em 0 1.5em;
  text-align: center;
}
.l-header__link a {
  padding: 2em;
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.5);
}
.l-header__link a:focus,
.l-header__link a:hover {
  color: #fff;
}
.l-header__link a .carret-down {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-style: normal;
  text-align: left;
  text-indent: -9999px;
  direction: ltr;
  -webkit-transform: rotate(90deg) scale(2, 4);
  transform: rotate(90deg) scale(2, 4);
  width: 12px;
  height: 20px;
  margin: 7px 11px;
}
.l-header__link a .carret-down:before {
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.l-header__link a .carret-down:after,
.l-header__link a .carret-down:before {
  content: "";
  pointer-events: none;
  width: 14px;
  height: 2px;
  position: absolute;
  bottom: 0;
  margin: auto 0;
  right: 2px;
  box-shadow: inset 0 0 0 32px;
}
.l-header__link a .carret-down:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.c-logo {
  font-family: Roboto, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-logo:focus,
.c-logo:hover {
  text-decoration: none;
}
.c-logo__1st {
  font-weight: 700;
}
.c-logo__2nd,
.c-logo__3rd {
  font-weight: 400;
}
.c-logo__3rd {
  font-size: 50%;
  margin-left: 1em;
  position: relative;
  top: -4px;
}
.c-logo__bullet {
  margin: 0 0.25em;
  font-size: 0.5em;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
}
.l-footer {
  background-color: #03324d;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 4em;
}
.l-footer__str-A {
  width: 50%;
  padding-left: 3.6rem !important;
}
.l-footer__str-B {
  width: 50%;
}
.l-footer h1 {
  font-size: 3em;
}
.l-footer a {
  color: #fff;
}
.l-footer__info {
  color: hsla(0, 0%, 100%, 0.3);
  margin-top: 3em;
}
.l-footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-footer__form-str-A,
.l-footer__form-str-B {
  width: 50%;
}
.l-footer__form-str-C {
  width: 100%;
}
.l-footer__form-str-D {
  width: 50%;
}
.l-footer__form input {
  padding: 0.5em;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #31586f;
  color: #fff;
}
.l-footer__form input:focus {
  border-bottom-color: #61ca9f;
}
.l-footer__form textarea {
  height: 87px;
  padding: 0.5em;
  background-color: transparent;
  border: 1px solid #31586f;
  color: #fff;
}
.l-footer__form textarea:focus {
  border-color: #61ca9f;
}
.l-footer__form button {
  font-weight: 700;
  padding: 1em;
  background-color: #61ca9f;
  border: none;
  color: #fff;
}
.l-section--bg {
  background-color: #eaeff6;
  margin-top: 6em;
  padding-bottom: 6em;
}
.l-section__header {
  text-align: center;
  padding-top: 2.3em;
}
.l-section__title {
  font-size: 3em;
}
/*# sourceMappingURL=main.css.map*/
