/*!
Theme Name:		Sustainable Seas
Theme URI:		https://bstonesdesigns.co.uk
Description:	The bespoke WordPress theme for Sustainable Seas Technology
Version:		1.0
Author:			Ben Stones
Author URI:		https://bstonesdesigns.co.uk
Text Domain:	sustainable-seas
*/
/* line 46, sass/base/_variables.scss */
.split__col video, .blocks__item__inner__bg, .c2a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, sass/base/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/base/_reset.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/base/_reset.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/base/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, sass/base/_reset.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, sass/base/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/base/_reset.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, sass/base/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/base/_reset.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, sass/base/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/base/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, sass/base/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/base/_reset.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/base/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/base/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, sass/base/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, sass/base/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/base/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, sass/base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/base/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, sass/base/_reset.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, sass/base/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, sass/base/_reset.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/base/_reset.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, sass/base/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/base/_reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, sass/base/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/base/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/base/_reset.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/base/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/base/_reset.scss */
[hidden] {
  display: none;
}

/* Slider */
/* line 2, sass/vendor/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, sass/vendor/_slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, sass/vendor/_slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 35, sass/vendor/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, sass/vendor/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 51, sass/vendor/_slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, sass/vendor/_slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, sass/vendor/_slick.scss */
.slick-track:after {
  clear: both;
}

/* line 72, sass/vendor/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, sass/vendor/_slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, sass/vendor/_slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, sass/vendor/_slick.scss */
.slick-slide img {
  display: block;
}

/* line 93, sass/vendor/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, sass/vendor/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, sass/vendor/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, sass/vendor/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, sass/vendor/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, sass/vendor/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'Cooper Lt BT';
  src: url("./fonts/cooper/CooperBT-Bold.woff2") format("woff2"), url("./fonts/cooper/CooperBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cooper Lt BT';
  src: url("./fonts/cooper/CooperBT-Light.woff2") format("woff2"), url("./fonts/cooper/CooperBT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url("./fonts/montreal/NeueMontreal-Light.woff2") format("woff2"), url("./fonts/montreal/NeueMontreal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url("./fonts/montreal/NeueMontreal-Regular.woff2") format("woff2"), url("./fonts/montreal/NeueMontreal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url("./fonts/montreal/NeueMontreal-Medium.woff2") format("woff2"), url("./fonts/montreal/NeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url("./fonts/montreal/NeueMontreal-Bold.woff2") format("woff2"), url("./fonts/montreal/NeueMontreal-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* line 1, sass/base/_global.scss */
*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 7, sass/base/_global.scss */
*:focus {
  outline: none;
}

/* line 8, sass/base/_global.scss */
html {
  background-color: #FFF;
  /* for outside the body colour */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

/* line 13, sass/base/_global.scss */
body {
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
}
/* line 18, sass/base/_global.scss */
body.customize-support {
  min-height: calc(100vh - 32px);
}

@media only screen and (max-width: 782px) {
  /* line 21, sass/base/_global.scss */
  body.customize-support {
    min-height: calc(100vh - 46px);
  }
}
/* line 24, sass/base/_global.scss */
img {
  max-width: 100%;
}

/* line 25, sass/base/_global.scss */
mark {
  background-color: transparent;
  color: inherit;
}

/* line 26, sass/base/_global.scss */
a {
  cursor: pointer;
  text-decoration: none;
}

/* line 30, sass/base/_global.scss */
p, .footer__main__address address {
  font-size: 1.6rem;
}

/* line 32, sass/base/_global.scss */
.container, .section__header, .hero__content, .popup__content {
  width: 85%;
  max-width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  /* line 49, sass/base/_global.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* line 54, sass/base/_global.scss */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 55, sass/base/_global.scss */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 56, sass/base/_global.scss */
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, sass/base/_global.scss */
.alignright {
  float: right;
}

/* line 58, sass/base/_global.scss */
.alignleft {
  float: left;
}

/* line 59, sass/base/_global.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 63, sass/base/_global.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, sass/base/_typography.scss */
::-moz-selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 2, sass/base/_typography.scss */
::selection {
  background: #bad3e8;
  text-shadow: none;
}

/* line 4, sass/base/_typography.scss */
html {
  color: #064560;
  font-family: "Neue Montreal", sans-serif;
  font-size: 62.5%;
  font-size: calc(0.4vw + 4px);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* responsive font sizes */
@media only screen and (min-width: 1500px) {
  /* line 18, sass/base/_typography.scss */
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 19, sass/base/_typography.scss */
  html {
    font-size: calc(0.5vw + 5px);
  }
}
@media only screen and (max-width: 450px) {
  /* line 20, sass/base/_typography.scss */
  html {
    font-size: 9px;
  }
}
/* links */
/* line 23, sass/base/_typography.scss */
a, a:link, a:visited {
  color: #1879bd;
  cursor: pointer;
  -webkit-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -moz-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  -o-transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
  transition: color 0.125s ease-in-out, background-color 0.125s ease-in-out;
}

/* line 28, sass/base/_typography.scss */
a:hover, a:active {
  color: #064560;
}

/* paragraphs */
/* line 31, sass/base/_typography.scss */
p, .footer__main__address address {
  font-size: 1.8rem;
  line-height: 1.8em;
  margin: 0 0 2.4rem 0;
  color: #064560;
}
@media only screen and (max-width: 450px) {
  /* line 31, sass/base/_typography.scss */
  p, .footer__main__address address {
    font-size: 1.6rem;
    line-height: 1.6em;
  }
}

/* lists */
/* line 43, sass/base/_typography.scss */
ul, ol {
  margin: 2.4rem 0 2.4rem 0;
}

/* line 46, sass/base/_typography.scss */
li {
  font-size: 1.6rem;
  line-height: 1.8em;
}

/* line 51, sass/base/_typography.scss */
b, strong {
  font-weight: 700;
}

/* headings */
/* line 54, sass/base/_typography.scss */
h1 {
  font-family: "Cooper Lt BT", sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 6rem;
  line-height: 1.2em;
  margin: 0 0 1.5rem 0;
  color: #002231;
}

/* line 55, sass/base/_typography.scss */
h2 {
  font-family: "Cooper Lt BT", sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 4.2rem;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #002231;
}

/* line 56, sass/base/_typography.scss */
h3 {
  font-family: "Cooper Lt BT", sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.2em;
  margin: 0 0 .75em 0;
  color: #002231;
}

/* line 57, sass/base/_typography.scss */
h4, .blocks__item__inner__text h3 {
  font-family: "Cooper Lt BT", sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2em;
  margin: 0 0 .5rem 0;
  color: #002231;
}

/* line 58, sass/base/_typography.scss */
h5 {
  font-family: "Cooper Lt BT", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin: 0 0 .5rem 0;
  color: #002231;
}

/* line 59, sass/base/_typography.scss */
h6 {
  font-family: "Cooper Lt BT", sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  margin: 0 0 .5rem 0;
  color: #002231;
  text-decoration: underline;
}

@media only screen and (max-width: 782px) {
  /* line 61, sass/base/_typography.scss */
  h1 {
    font-size: 4.8rem;
  }

  /* line 62, sass/base/_typography.scss */
  h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 600px) {
  /* line 65, sass/base/_typography.scss */
  h1 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 450px) {
  /* line 68, sass/base/_typography.scss */
  h1 {
    font-size: 3.6rem;
  }

  /* line 69, sass/base/_typography.scss */
  h2 {
    font-size: 2.8rem;
  }

  /* line 70, sass/base/_typography.scss */
  h3 {
    font-size: 2.4rem;
  }

  /* line 71, sass/base/_typography.scss */
  h4, .blocks__item__inner__text h3 {
    font-size: 2rem;
  }
}
/* added with js to make tables responsive */
/* line 75, sass/base/_typography.scss */
.table_wrapper {
  width: 100%;
  overflow-y: auto;
  margin: 2.4rem 0;
}

/* line 81, sass/base/_typography.scss */
.table_wrapper table {
  margin: 0;
}

/* line 82, sass/base/_typography.scss */
.table_wrapper th, .table_wrapper td {
  min-width: 100px;
}

/* tables */
/* line 85, sass/base/_typography.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2.4rem 0;
  width: 100%;
}

/* line 92, sass/base/_typography.scss */
table thead td, table th {
  background-color: #999;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: left;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 103, sass/base/_typography.scss */
table td {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: left;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #ccc;
}

/* line 2, sass/base/_form.scss */
div.wpforms-container .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem calc(0% - (2vw + 2rem));
}
@media only screen and (max-width: 1200px) {
  /* line 2, sass/base/_form.scss */
  div.wpforms-container .wpforms-field-container {
    margin: -1rem calc(0% - (1vw + 1rem));
  }
}
/* line 10, sass/base/_form.scss */
div.wpforms-container .wpforms-form {
  position: relative;
}
/* line 12, sass/base/_form.scss */
div.wpforms-container .wpforms-form .wpforms-field {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem calc(2vw + 2rem);
}
/* line 16, sass/base/_form.scss */
div.wpforms-container .wpforms-form .wpforms-field.half {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1200px) {
  /* line 12, sass/base/_form.scss */
  div.wpforms-container .wpforms-form .wpforms-field {
    padding: 1rem calc(1vw + 1rem);
  }
}
@media only screen and (max-width: 1200px) {
  /* line 24, sass/base/_form.scss */
  div.wpforms-container .wpforms-form .wpforms-field.half {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 30, sass/base/_form.scss */
div.wpforms-container .wpforms-form .wpforms-field-label {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #002231;
  letter-spacing: .1em;
}
/* line 36, sass/base/_form.scss */
div.wpforms-container .wpforms-form .wpforms-required-label {
  color: #01cfc9;
  font-weight: 700;
}
/* line 40, sass/base/_form.scss */
div.wpforms-container .wpforms-form input[type="text"],
div.wpforms-container .wpforms-form input[type="email"],
div.wpforms-container .wpforms-form input[type="date"],
div.wpforms-container .wpforms-form input[type="number"],
div.wpforms-container .wpforms-form input[type="tel"],
div.wpforms-container .wpforms-form select,
div.wpforms-container .wpforms-form textarea {
  border: 1px solid rgba(0, 34, 49, 0.2);
  border-radius: 0px;
  color: #064560;
  padding: 0 calc(1vw + 1rem);
  min-height: 8rem;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
/* line 53, sass/base/_form.scss */
div.wpforms-container .wpforms-form input[type="text"].wpforms-field-medium,
div.wpforms-container .wpforms-form input[type="email"].wpforms-field-medium,
div.wpforms-container .wpforms-form input[type="date"].wpforms-field-medium,
div.wpforms-container .wpforms-form input[type="number"].wpforms-field-medium,
div.wpforms-container .wpforms-form input[type="tel"].wpforms-field-medium,
div.wpforms-container .wpforms-form select.wpforms-field-medium,
div.wpforms-container .wpforms-form textarea.wpforms-field-medium {
  min-height: 16rem;
}
/* line 54, sass/base/_form.scss */
div.wpforms-container .wpforms-form input[type="text"]:focus,
div.wpforms-container .wpforms-form input[type="email"]:focus,
div.wpforms-container .wpforms-form input[type="date"]:focus,
div.wpforms-container .wpforms-form input[type="number"]:focus,
div.wpforms-container .wpforms-form input[type="tel"]:focus,
div.wpforms-container .wpforms-form select:focus,
div.wpforms-container .wpforms-form textarea:focus {
  border-color: #01cfc9;
}
@media only screen and (max-width: 782px) {
  /* line 40, sass/base/_form.scss */
  div.wpforms-container .wpforms-form input[type="text"],
  div.wpforms-container .wpforms-form input[type="email"],
  div.wpforms-container .wpforms-form input[type="date"],
  div.wpforms-container .wpforms-form input[type="number"],
  div.wpforms-container .wpforms-form input[type="tel"],
  div.wpforms-container .wpforms-form select,
  div.wpforms-container .wpforms-form textarea {
    min-height: 6rem;
  }
}
/* line 59, sass/base/_form.scss */
div.wpforms-container .wpforms-form textarea {
  padding: calc(1vw + 1rem);
}
/* line 62, sass/base/_form.scss */
div.wpforms-container .wpforms-form .wpforms-submit-container {
  position: absolute;
  right: 0;
  top: calc(100% + (4vw + 4rem) - 1rem);
  width: 50%;
  background: #f2f8fc;
  height: calc(4vw + 4rem);
  padding: 0 calc(2vw + 2rem);
  display: flex;
  align-items: center;
}
/* line 72, sass/base/_form.scss */
div.wpforms-container .wpforms-form .wpforms-submit-container::after {
  content: '';
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: inherit;
  display: block;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 782px) {
  /* line 62, sass/base/_form.scss */
  div.wpforms-container .wpforms-form .wpforms-submit-container {
    margin-top: calc(0% - (1vw + 1rem));
    background: #FFF;
  }
}
@media only screen and (max-width: 600px) {
  /* line 62, sass/base/_form.scss */
  div.wpforms-container .wpforms-form .wpforms-submit-container {
    padding: calc(0.5vw + 0.5rem) calc(2vw + 2rem);
    height: auto;
    width: auto;
  }
  /* line 91, sass/base/_form.scss */
  div.wpforms-container .wpforms-form .wpforms-submit-container--right {
    text-align: right;
  }
}
@media only screen and (max-width: 450px) {
  /* line 62, sass/base/_form.scss */
  div.wpforms-container .wpforms-form .wpforms-submit-container {
    padding: 0;
    justify-content: flex-end;
    margin: 1rem auto 0;
    position: relative;
  }
}
/* line 103, sass/base/_form.scss */
div.wpforms-container .wpforms-form input[type="submit"]:hover,
div.wpforms-container .wpforms-form button[type="submit"]:hover {
  border: none;
  background: transparent;
}
/* line 109, sass/base/_form.scss */
div.wpforms-container:last-child {
  margin-bottom: 0;
}

/* line 1, sass/base/_btn.scss */
.btn, div.wpforms-container .wpforms-form input[type="submit"],
div.wpforms-container .wpforms-form button[type="submit"] {
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #002231;
  min-height: 5rem;
  align-items: center;
  display: inline-flex;
  position: relative;
  padding: 0 0 2px 0;
  box-shadow: inset 0 -2px 0 rgba(0, 34, 49, 0.2);
  overflow: hidden;
  padding-right: 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
}
/* line 18, sass/base/_btn.scss */
.btn:link, div.wpforms-container .wpforms-form input[type="submit"]:link,
div.wpforms-container .wpforms-form button[type="submit"]:link, .btn:visited, div.wpforms-container .wpforms-form input[type="submit"]:visited,
div.wpforms-container .wpforms-form button[type="submit"]:visited {
  color: #002231;
}
/* line 21, sass/base/_btn.scss */
.btn::before, div.wpforms-container .wpforms-form input[type="submit"]::before,
div.wpforms-container .wpforms-form button[type="submit"]::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #01cfc9;
  width: 100%;
  z-index: 1;
  will-change: transform;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 33, sass/base/_btn.scss */
.btn::after, div.wpforms-container .wpforms-form input[type="submit"]::after,
div.wpforms-container .wpforms-form button[type="submit"]::after {
  content: '';
  height: 1.4rem;
  width: 1.4rem;
  background-color: #064560;
  -webkit-mask: url("./images/icons/arrow.svg") center/contain no-repeat;
  mask: url("./images/icons/arrow.svg") center/contain no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-left: 1.5rem;
  will-change: transform;
  -webkit-transition: transform 0.4s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: transform 0.4s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: transform 0.4s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: transform 0.4s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 47, sass/base/_btn.scss */
.btn:hover::before, div.wpforms-container .wpforms-form input[type="submit"]:hover::before,
div.wpforms-container .wpforms-form button[type="submit"]:hover::before {
  animation: linkHover 1s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
/* line 50, sass/base/_btn.scss */
.btn:hover::after, div.wpforms-container .wpforms-form input[type="submit"]:hover::after,
div.wpforms-container .wpforms-form button[type="submit"]:hover::after {
  -webkit-transform: translateX(0.9rem);
  -moz-transform: translateX(0.9rem);
  -ms-transform: translateX(0.9rem);
  -o-transform: translateX(0.9rem);
  transform: translateX(0.9rem);
}
/* line 55, sass/base/_btn.scss */
.btn--up::after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 58, sass/base/_btn.scss */
.btn--up:hover::after {
  -webkit-transform: translateY(-1rem) rotate(-90deg);
  -moz-transform: translateY(-1rem) rotate(-90deg);
  -ms-transform: translateY(-1rem) rotate(-90deg);
  -o-transform: translateY(-1rem) rotate(-90deg);
  transform: translateY(-1rem) rotate(-90deg);
}
/* line 62, sass/base/_btn.scss */
.btn--light {
  color: #FFF;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.33);
}
/* line 65, sass/base/_btn.scss */
.btn--light:link, .btn--light:visited {
  color: #FFF;
}
/* line 68, sass/base/_btn.scss */
.btn--light::after {
  background-color: #daf0f0;
}
/* line 70, sass/base/_btn.scss */
.btn.disabled, div.wpforms-container .wpforms-form input.disabled[type="submit"],
div.wpforms-container .wpforms-form button.disabled[type="submit"] {
  pointer-events: none;
  opacity: .5;
  box-shadow: none;
  padding-right: 0;
}
/* line 75, sass/base/_btn.scss */
.btn.disabled::before, div.wpforms-container .wpforms-form input.disabled[type="submit"]::before,
div.wpforms-container .wpforms-form button.disabled[type="submit"]::before, .btn.disabled::after, div.wpforms-container .wpforms-form input.disabled[type="submit"]::after,
div.wpforms-container .wpforms-form button.disabled[type="submit"]::after {
  display: none;
}

/* line 82, sass/base/_btn.scss */
section a:not(.btn):not(.news__block):not(.blocks__item__inner),
.footer__bottom a:not(.btn):not(.news__block):not(.blocks__item__inner) {
  color: inherit;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
/* line 92, sass/base/_btn.scss */
section a:not(.btn):not(.news__block):not(.blocks__item__inner)::before, section a:not(.btn):not(.news__block):not(.blocks__item__inner)::after,
.footer__bottom a:not(.btn):not(.news__block):not(.blocks__item__inner)::before,
.footer__bottom a:not(.btn):not(.news__block):not(.blocks__item__inner)::after {
  content: '';
  position: absolute;
  bottom: .3rem;
  height: 1px;
  left: 0;
  width: 100%;
}
/* line 101, sass/base/_btn.scss */
section a:not(.btn):not(.news__block):not(.blocks__item__inner)::before,
.footer__bottom a:not(.btn):not(.news__block):not(.blocks__item__inner)::before {
  background: rgba(0, 34, 49, 0.2);
}
/* line 104, sass/base/_btn.scss */
section a:not(.btn):not(.news__block):not(.blocks__item__inner)::after,
.footer__bottom a:not(.btn):not(.news__block):not(.blocks__item__inner)::after {
  background: #01cfc9;
  will-change: transform;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 111, sass/base/_btn.scss */
section a:not(.btn):not(.news__block):not(.blocks__item__inner):hover,
.footer__bottom a:not(.btn):not(.news__block):not(.blocks__item__inner):hover {
  color: #01cfc9;
}
/* line 113, sass/base/_btn.scss */
section a:not(.btn):not(.news__block):not(.blocks__item__inner):hover::after,
.footer__bottom a:not(.btn):not(.news__block):not(.blocks__item__inner):hover::after {
  animation: linkHover 1s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
/* line 119, sass/base/_btn.scss */
section.section--dark a:not(.btn):not(.news__block):not(.blocks__item__inner)::before,
.footer__bottom.section--dark a:not(.btn):not(.news__block):not(.blocks__item__inner)::before {
  background: rgba(255, 255, 255, 0.33);
}

@keyframes linkHover {
  from {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 1, sass/partials/_header.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(2vw + 2rem);
  z-index: 10;
  background: #002231;
}
/* line 12, sass/partials/_header.scss */
.header__left, .header__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
/* line 21, sass/partials/_header.scss */
.header__logo picture, .header__logo img {
  height: 5rem;
  width: auto;
  display: block;
}
/* line 33, sass/partials/_header.scss */
.header__left + .header__menus {
  padding-left: calc(4vw + 4rem);
}
@media only screen and (max-width: 992px) {
  /* line 33, sass/partials/_header.scss */
  .header__left + .header__menus {
    padding-left: calc(3vw + 3rem);
  }
}
/* line 39, sass/partials/_header.scss */
.header__menus {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 44, sass/partials/_header.scss */
.header__menus + .header__right {
  margin-left: calc(4vw + 4rem);
}
@media only screen and (max-width: 992px) {
  /* line 44, sass/partials/_header.scss */
  .header__menus + .header__right {
    margin-left: calc(3vw + 3rem);
  }
}
@media only screen and (max-width: 782px) {
  /* line 39, sass/partials/_header.scss */
  .header__menus {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
    background: #002231;
    padding: calc((4vw + 4rem) + 5rem) 0 0 !important;
    margin: 0 !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    will-change: transform;
    -webkit-transition: transform 750ms cubic-bezier(0.555, 0.205, 0.295, 0.975);
    -moz-transition: transform 750ms cubic-bezier(0.555, 0.205, 0.295, 0.975);
    -o-transition: transform 750ms cubic-bezier(0.555, 0.205, 0.295, 0.975);
    transition: transform 750ms cubic-bezier(0.555, 0.205, 0.295, 0.975);
  }
  /* line 64, sass/partials/_header.scss */
  .header__menus .header__menu {
    margin: auto 0 0;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease;
    -moz-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease;
    -o-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease;
    transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateX(-7.5%);
    -moz-transform: translateX(-7.5%);
    -ms-transform: translateX(-7.5%);
    -o-transform: translateX(-7.5%);
    transform: translateX(-7.5%);
  }
  /* line 74, sass/partials/_header.scss */
  .header__menus .header__menu li a {
    padding: 1.6rem 7.5%;
    display: block;
    font-size: 1.8rem;
  }
  /* line 79, sass/partials/_header.scss */
  .header__menus .header__menu li.current-menu-item > a::after {
    top: unset;
    bottom: 1rem;
    left: 7.5%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  /* line 85, sass/partials/_header.scss */
  .header__menus .header__menu li + li {
    margin-left: 0;
  }
  /* line 88, sass/partials/_header.scss */
  .header__menus .header__social {
    margin: auto 0 calc(1vw + 1rem);
    align-self: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease;
    -moz-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease;
    -o-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease;
    transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
    -webkit-transform: translateY(2.4rem);
    -moz-transform: translateY(2.4rem);
    -ms-transform: translateY(2.4rem);
    -o-transform: translateY(2.4rem);
    transform: translateY(2.4rem);
  }
  /* line 97, sass/partials/_header.scss */
  .header__menus .header__social li a {
    padding: 1.6rem;
  }
  /* line 99, sass/partials/_header.scss */
  .header__menus .header__social li a svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media only screen and (max-width: 450px) {
  /* line 39, sass/partials/_header.scss */
  .header__menus {
    padding: calc((2vw + 2rem) + 5rem) 0 0 !important;
  }
}
/* line 111, sass/partials/_header.scss */
.header__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: calc(0% - .5rem) calc(0% - 1rem);
}
/* line 118, sass/partials/_header.scss */
.header__menu li a {
  color: #FFF;
  text-transform: uppercase;
  display: block;
  padding: .5rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 127, sass/partials/_header.scss */
.header__menu li a:hover {
  color: #01cfc9;
}
/* line 130, sass/partials/_header.scss */
.header__menu li.current-menu-item a {
  color: #FFF;
  position: relative;
}
/* line 133, sass/partials/_header.scss */
.header__menu li.current-menu-item a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4rem;
  height: .6rem;
  background: url("./images/icons/wave.svg") center/contain no-repeat;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 145, sass/partials/_header.scss */
.header__menu li + li {
  margin-left: calc(0.75vw + 0.75rem);
}
/* line 148, sass/partials/_header.scss */
.header__social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: calc(0% - .5rem) calc(0% - 1rem);
}
/* line 155, sass/partials/_header.scss */
.header__social li a {
  color: #FFF;
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 161, sass/partials/_header.scss */
.header__social li a svg {
  height: 1.8rem;
  width: 1.8rem;
}
/* line 165, sass/partials/_header.scss */
.header__social li a:hover {
  color: #01cfc9;
}
/* line 169, sass/partials/_header.scss */
.header__search {
  background: transparent;
  padding: 1rem;
  border: none;
  cursor: pointer;
  margin: 0 -1rem 0 0;
}
/* line 176, sass/partials/_header.scss */
.header__search svg circle {
  -webkit-transition: stroke 0.3s ease;
  -moz-transition: stroke 0.3s ease;
  -o-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
/* line 177, sass/partials/_header.scss */
.header__search svg rect {
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
/* line 180, sass/partials/_header.scss */
.header__search:hover svg circle {
  stroke: #01cfc9;
}
/* line 181, sass/partials/_header.scss */
.header__search:hover svg rect {
  fill: #01cfc9;
}
/* line 183, sass/partials/_header.scss */
.header__search + .header__burg {
  margin-left: calc(1vw + 1rem);
}
/* line 187, sass/partials/_header.scss */
.header__burg {
  display: none;
  background: transparent;
  padding: calc(1rem + 8px) 1rem;
  border: none;
  cursor: pointer;
  margin: 0 -1rem 0 0;
}
/* line 194, sass/partials/_header.scss */
.header__burg .bars {
  width: 24px;
  height: 2px;
  background: #FFF;
  display: block;
  position: relative;
  -webkit-transition: background 0.3s ease 0.3s, transform 0.3s ease;
  -moz-transition: background 0.3s ease 0.3s, transform 0.3s ease;
  -o-transition: background 0.3s ease 0.3s, transform 0.3s ease;
  transition: background 0.3s ease 0.3s, transform 0.3s ease;
}
/* line 202, sass/partials/_header.scss */
.header__burg .bars::before, .header__burg .bars::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  position: relative;
}
/* line 211, sass/partials/_header.scss */
.header__burg .bars::before {
  top: -8px;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease 0.3s;
}
/* line 215, sass/partials/_header.scss */
.header__burg .bars::after {
  margin-top: 6px;
  -webkit-transition: margin-top 0.3s ease 0.3s, transform 0.3s ease;
  -moz-transition: margin-top 0.3s ease 0.3s, transform 0.3s ease;
  -o-transition: margin-top 0.3s ease 0.3s, transform 0.3s ease;
  transition: margin-top 0.3s ease 0.3s, transform 0.3s ease;
}
/* line 221, sass/partials/_header.scss */
.header__burg:hover .bars {
  background: #01cfc9;
}
@media only screen and (max-width: 782px) {
  /* line 187, sass/partials/_header.scss */
  .header__burg {
    display: block;
  }
}
/* line 227, sass/partials/_header.scss */
.header + .footer {
  margin-top: calc(5rem + (4vw + 4rem));
}
/* line 229, sass/partials/_header.scss */
.header + .footer .footer__main__address {
  margin-top: 0;
}
@media only screen and (max-width: 450px) {
  /* line 1, sass/partials/_header.scss */
  .header {
    padding: calc(1vw + 1rem) 7.5%;
  }
}

@media only screen and (max-width: 782px) {
  /* line 237, sass/partials/_header.scss */
  .customize-support .header__menus {
    top: 46px;
    height: calc(100vh - 46px);
  }

  /* line 242, sass/partials/_header.scss */
  body.menu-open {
    position: fixed;
    width: 100%;
  }
  /* line 245, sass/partials/_header.scss */
  body.menu-open .header__menus {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 248, sass/partials/_header.scss */
  body.menu-open .header__menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 253, sass/partials/_header.scss */
  body.menu-open .header__social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 258, sass/partials/_header.scss */
  body.menu-open .header__burg .bars {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background 0.3s ease, transform 0.3s ease 0.3s;
    -moz-transition: background 0.3s ease, transform 0.3s ease 0.3s;
    -o-transition: background 0.3s ease, transform 0.3s ease 0.3s;
    transition: background 0.3s ease, transform 0.3s ease 0.3s;
  }
  /* line 262, sass/partials/_header.scss */
  body.menu-open .header__burg .bars::before {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
    -moz-transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
    -o-transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
  }
  /* line 267, sass/partials/_header.scss */
  body.menu-open .header__burg .bars::after {
    margin-top: -2px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
    -moz-transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
    -o-transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
    transition: margin-top 0.3s ease, transform 0.3s ease 0.3s;
  }
}
/* line 1, sass/partials/_misc.scss */
.sub, .news__block__text time {
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #daf0f0;
}
/* line 7, sass/partials/_misc.scss */
.sub + p, .news__block__text time + p, .footer__main__address .sub + address, .news__block__text .footer__main__address time + address, .footer__main__address .news__block__text time + address {
  margin-top: calc(1vw + 1rem);
}

/* line 10, sass/partials/_misc.scss */
.play-video {
  background: #064560;
  color: #daf0f0;
  border: none;
  margin: 0;
  cursor: pointer;
  width: 8rem;
  padding: 0;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 19, sass/partials/_misc.scss */
.play-video::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 24, sass/partials/_misc.scss */
.play-video svg {
  height: 1.8rem;
  width: 1.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 34, sass/partials/_misc.scss */
.play-video span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  left: 1rem;
  width: 6rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
  color: #064560;
  -webkit-transform: translateY(calc(-50% + 2rem));
  -moz-transform: translateY(calc(-50% + 2rem));
  -ms-transform: translateY(calc(-50% + 2rem));
  -o-transform: translateY(calc(-50% + 2rem));
  transform: translateY(calc(-50% + 2rem));
  -webkit-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: visibility 0.3s linear, opacity 0.3s ease, transform 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 50, sass/partials/_misc.scss */
.play-video:hover {
  background: #01cfc9;
}
/* line 52, sass/partials/_misc.scss */
.play-video:hover svg {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, calc(-50% - 2rem));
  -moz-transform: translate(-50%, calc(-50% - 2rem));
  -ms-transform: translate(-50%, calc(-50% - 2rem));
  -o-transform: translate(-50%, calc(-50% - 2rem));
  transform: translate(-50%, calc(-50% - 2rem));
}
/* line 57, sass/partials/_misc.scss */
.play-video:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 450px) {
  /* line 10, sass/partials/_misc.scss */
  .play-video {
    width: 6rem;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
  }
  /* line 66, sass/partials/_misc.scss */
  .play-video svg {
    height: 1.4rem;
    width: 1.4rem;
  }
  /* line 70, sass/partials/_misc.scss */
  .play-video span {
    display: none;
  }
  /* line 71, sass/partials/_misc.scss */
  .play-video:hover {
    color: #FFF;
  }
  /* line 73, sass/partials/_misc.scss */
  .play-video:hover svg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* line 82, sass/partials/_misc.scss */
.masonry {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
/* line 91, sass/partials/_misc.scss */
.masonry li {
  position: relative;
}
/* line 93, sass/partials/_misc.scss */
.masonry li::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 98, sass/partials/_misc.scss */
.masonry li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 106, sass/partials/_misc.scss */
.masonry li:nth-child(4n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
/* line 110, sass/partials/_misc.scss */
.masonry li:nth-child(4n+3) {
  grid-row: span 2;
}
/* line 112, sass/partials/_misc.scss */
.masonry li:nth-child(4n+3)::before {
  padding-bottom: 200%;
}
/* line 114, sass/partials/_misc.scss */
.masonry li:nth-child(4n) {
  grid-column: span 2;
}
/* line 116, sass/partials/_misc.scss */
.masonry li:nth-child(4n)::before {
  padding-bottom: 50%;
}
@media only screen and (max-width: 450px) {
  /* line 82, sass/partials/_misc.scss */
  .masonry {
    grid-gap: 1rem;
  }
}

/* line 124, sass/partials/_misc.scss */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -1rem;
  list-style-type: none;
  padding: 0;
}
/* line 131, sass/partials/_misc.scss */
.grid li {
  flex: 0 0 calc(50% - 2rem);
  position: relative;
  margin: 1rem;
}
/* line 135, sass/partials/_misc.scss */
.grid li::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 140, sass/partials/_misc.scss */
.grid li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 148, sass/partials/_misc.scss */
.grid li:nth-child(1):last-child, .grid li:nth-child(3):last-child {
  flex: 0 0 calc(100% - 2rem);
}
/* line 151, sass/partials/_misc.scss */
.grid li:nth-child(1):last-child::before, .grid li:nth-child(3):last-child::before {
  padding-bottom: 50%;
}
/* line 154, sass/partials/_misc.scss */
.grid li:nth-child(1):last-child::before {
  display: none;
}
/* line 157, sass/partials/_misc.scss */
.grid li:nth-child(1):last-child img {
  position: relative;
  height: auto;
}
@media only screen and (max-width: 450px) {
  /* line 124, sass/partials/_misc.scss */
  .grid {
    margin: -.5rem;
  }
  /* line 165, sass/partials/_misc.scss */
  .grid li {
    flex: 0 0 calc(50% - 1rem);
    margin: .5rem;
  }
}

/* line 172, sass/partials/_misc.scss */
.intro {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}
/* line 177, sass/partials/_misc.scss */
.intro h1:last-child, .intro h2:last-child, .intro h3:last-child, .intro h4:last-child, .intro .blocks__item__inner__text h3:last-child, .blocks__item__inner__text .intro h3:last-child, .intro h5:last-child, .intro h6:last-child, .intro p:last-child, .intro .footer__main__address address:last-child, .footer__main__address .intro address:last-child {
  margin-bottom: 0;
}
/* line 179, sass/partials/_misc.scss */
.intro + div {
  padding-top: calc(4vw + 4rem);
}
/* line 181, sass/partials/_misc.scss */
.intro + div.blocks {
  padding-top: calc(3vw + 3rem);
}
@media only screen and (max-width: 782px) {
  /* line 179, sass/partials/_misc.scss */
  .intro + div {
    padding-top: calc(3vw + 3rem);
  }
  /* line 184, sass/partials/_misc.scss */
  .intro + div.blocks {
    padding-top: calc(2vw + 2rem);
  }
}
@media only screen and (max-width: 600px) {
  /* line 187, sass/partials/_misc.scss */
  .intro + div.blocks {
    padding-top: calc((2vw + 2rem) + (0.75vw + 0.75rem));
  }
}
@media only screen and (max-width: 450px) {
  /* line 179, sass/partials/_misc.scss */
  .intro + div {
    padding-top: calc(2vw + 2rem);
  }
  /* line 191, sass/partials/_misc.scss */
  .intro + div.blocks {
    padding-top: calc(1vw + 1rem);
  }
}

/* line 196, sass/partials/_misc.scss */
.iframe-wrapper {
  position: relative;
}
/* line 198, sass/partials/_misc.scss */
.iframe-wrapper::before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}
/* line 203, sass/partials/_misc.scss */
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 1, sass/partials/_section.scss */
.section {
  padding: calc(4vw + 4rem) 0;
  position: relative;
}
/* line 5, sass/partials/_section.scss */
.section h1:last-child, .section h2:last-child, .section h3:last-child, .section h4:last-child, .section .blocks__item__inner__text h3:last-child, .blocks__item__inner__text .section h3:last-child, .section h5:last-child, .section h6:last-child, .section p:last-child, .section .footer__main__address address:last-child, .footer__main__address .section address:last-child, .section li:last-child {
  margin-bottom: 0;
}
/* line 7, sass/partials/_section.scss */
.section--dark {
  background: #002231;
}
/* line 9, sass/partials/_section.scss */
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4, .section--dark .blocks__item__inner__text h3, .blocks__item__inner__text .section--dark h3, .section--dark h5, .section--dark h6 {
  color: #FFF;
}
/* line 10, sass/partials/_section.scss */
.section--dark p, .section--dark .footer__main__address address, .footer__main__address .section--dark address {
  color: #daf0f0;
}
/* line 13, sass/partials/_section.scss */
.section__header {
  background: #f2f8fc;
  padding: calc(2vw + 2rem) 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
  margin-top: calc(0% - (4vw + 4rem));
}
/* line 24, sass/partials/_section.scss */
.section__header h1, .section__header h2, .section__header h3, .section__header h4, .section__header .blocks__item__inner__text h3, .blocks__item__inner__text .section__header h3, .section__header h5, .section__header h6 {
  margin-bottom: 0;
  color: #002231;
}
/* line 28, sass/partials/_section.scss */
.section__header::after {
  position: absolute;
  content: '';
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(0% - (4vw + 4rem));
  background: #f2f8fc;
  z-index: -1;
}
/* line 38, sass/partials/_section.scss */
.section__header + *:not(.slideshow__slider) {
  margin-top: calc(4vw + 4rem);
}
@media only screen and (max-width: 782px) {
  /* line 38, sass/partials/_section.scss */
  .section__header + *:not(.slideshow__slider) {
    margin-top: calc(3vw + 3rem);
  }
}
@media only screen and (max-width: 450px) {
  /* line 38, sass/partials/_section.scss */
  .section__header + *:not(.slideshow__slider) {
    margin-top: calc(2vw + 2rem);
  }
}
@media only screen and (max-width: 1400px) {
  /* line 48, sass/partials/_section.scss */
  .section__header::after {
    left: -3.75%;
  }
}
@media only screen and (max-width: 450px) {
  /* line 13, sass/partials/_section.scss */
  .section__header {
    flex-direction: column;
    padding: calc(2vw + 2rem) 7.5%;
    width: 100%;
    background: #f2f8fc;
  }
  /* line 57, sass/partials/_section.scss */
  .section__header * + * {
    margin-top: calc(0.5vw + 0.5rem);
  }
  /* line 58, sass/partials/_section.scss */
  .section__header::after {
    display: none;
  }
}
/* line 61, sass/partials/_section.scss */
.section__btn {
  position: absolute;
  top: 100%;
  width: 50%;
  background: inherit;
  height: calc(4vw + 4rem);
  padding: 0 calc(4vw + 4rem);
  z-index: 2;
}
/* line 69, sass/partials/_section.scss */
.section__btn--right {
  right: 0;
}
@media only screen and (max-width: 782px) {
  /* line 61, sass/partials/_section.scss */
  .section__btn {
    margin-top: calc(0% - (1vw + 1rem));
  }
}
@media only screen and (max-width: 600px) {
  /* line 61, sass/partials/_section.scss */
  .section__btn {
    padding: calc(0.5vw + 0.5rem) calc(2vw + 2rem);
    height: auto;
    width: auto;
  }
  /* line 79, sass/partials/_section.scss */
  .section__btn--right {
    text-align: right;
  }
}
@media only screen and (max-width: 450px) {
  /* line 61, sass/partials/_section.scss */
  .section__btn {
    padding: 0 7.5%;
    margin: calc(2vw + 2rem) auto 0;
    position: relative;
  }
}
/* line 87, sass/partials/_section.scss */
.section.page .section__btn {
  background: #f2f8fc;
  padding: 0 calc(2vw + 2rem);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 782px) {
  /* line 87, sass/partials/_section.scss */
  .section.page .section__btn {
    background: #FFF;
  }
}
@media only screen and (max-width: 600px) {
  /* line 87, sass/partials/_section.scss */
  .section.page .section__btn {
    padding: calc(0.5vw + 0.5rem) calc(2vw + 2rem);
  }
}
@media only screen and (max-width: 450px) {
  /* line 87, sass/partials/_section.scss */
  .section.page .section__btn {
    padding: 0 7.5%;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1, sass/partials/_section.scss */
  .section {
    padding: calc(3vw + 3rem) 0;
  }
  /* line 105, sass/partials/_section.scss */
  .section__header {
    margin-top: calc(0% - (3vw + 3rem));
    padding: calc(1.5vw + 1.5rem) 0;
  }
}
@media only screen and (max-width: 450px) {
  /* line 1, sass/partials/_section.scss */
  .section {
    padding: calc(2vw + 2rem) 0;
  }
  /* line 112, sass/partials/_section.scss */
  .section__header {
    margin-top: calc(0% - (2vw + 2rem));
  }
}

/* line 1, sass/partials/_hero.scss */
.hero {
  min-height: 100vh;
  background: #002231;
  position: relative;
  display: flex;
  align-items: center;
}
/* line 7, sass/partials/_hero.scss */
.hero__content {
  z-index: 2;
}
/* line 10, sass/partials/_hero.scss */
.hero__content span + h1 {
  margin-top: calc(0.5vw + 0.5rem);
}
/* line 11, sass/partials/_hero.scss */
.hero__content h1 {
  color: #FFF;
}
/* line 13, sass/partials/_hero.scss */
.hero__img {
  position: absolute;
  width: 62.5%;
  height: calc(100vh - 10rem - (8vw + 8rem));
  top: 50%;
  right: 0;
  z-index: 1;
  opacity: .7;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 22, sass/partials/_hero.scss */
.hero__img picture, .hero__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  /* line 1, sass/partials/_hero.scss */
  .hero {
    flex-wrap: wrap;
    flex-direction: column;
    padding: calc(5rem + (4vw + 4rem)) 0 calc((2vw + 2rem) + 1.8rem);
  }
  /* line 36, sass/partials/_hero.scss */
  .hero__content {
    padding: calc(2vw + 2rem) 0;
  }
  /* line 39, sass/partials/_hero.scss */
  .hero__img {
    width: 85%;
    flex: 1;
    position: relative;
    margin-left: auto;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: auto;
  }
}

/* line 52, sass/partials/_hero.scss */
.customize-support .hero {
  min-height: calc(100vh - 32px);
}
/* line 54, sass/partials/_hero.scss */
.customize-support .hero picture, .customize-support .hero img {
  max-height: calc(100vh - 32px - 10rem - (8vw + 8rem));
}
@media only screen and (max-width: 782px) {
  /* line 52, sass/partials/_hero.scss */
  .customize-support .hero {
    min-height: calc(100vh - 46px);
  }
  /* line 59, sass/partials/_hero.scss */
  .customize-support .hero picture, .customize-support .hero img {
    max-height: calc(100vh - 46px - 10rem - (8vw + 8rem));
  }
}

/* line 1, sass/partials/_split.scss */
.split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #002231;
}
/* line 6, sass/partials/_split.scss */
.split__col {
  flex: 1;
  position: relative;
}
/* line 9, sass/partials/_split.scss */
.split__col video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* line 15, sass/partials/_split.scss */
.split__col__control {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 2;
}
/* line 22, sass/partials/_split.scss */
.split__col__text {
  padding: calc(4vw + 4rem);
}
/* line 25, sass/partials/_split.scss */
.split__col__text h1:last-child, .split__col__text h2:last-child, .split__col__text h3:last-child, .split__col__text h4:last-child, .split__col__text .blocks__item__inner__text h3:last-child, .blocks__item__inner__text .split__col__text h3:last-child, .split__col__text h5:last-child, .split__col__text h6:last-child, .split__col__text p:last-child, .split__col__text .footer__main__address address:last-child, .footer__main__address .split__col__text address:last-child {
  margin-bottom: 0;
}
/* line 28, sass/partials/_split.scss */
.split__col__btn {
  padding: calc(2vw + 2rem) calc(4vw + 4rem);
  background: #f2f8fc;
}
@media only screen and (max-width: 782px) {
  /* line 34, sass/partials/_split.scss */
  .split__col {
    flex: 0 0 100%;
  }
  /* line 36, sass/partials/_split.scss */
  .split__col video {
    position: relative;
    height: auto;
    display: block;
  }
  /* line 41, sass/partials/_split.scss */
  .split__col__control {
    top: 100%;
    right: 7.5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 46, sass/partials/_split.scss */
  .split__col__text {
    padding: calc(3vw + 3rem) 7.5%;
  }
  /* line 49, sass/partials/_split.scss */
  .split__col__btn {
    padding: calc(2vw + 2rem) 7.5%;
  }
}

/* line 1, sass/partials/_blocks.scss */
.blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(0% - (1vw + 1rem));
}
/* line 6, sass/partials/_blocks.scss */
.blocks__item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: calc(1vw + 1rem);
}
/* line 10, sass/partials/_blocks.scss */
.blocks__item__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 14, sass/partials/_blocks.scss */
.blocks__item__inner::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 21, sass/partials/_blocks.scss */
.blocks__item__inner__bg img {
  width: 100%;
  height: 100%;
  will-change: transform;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: transform 1200ms ease;
  -moz-transition: transform 1200ms ease;
  -o-transition: transform 1200ms ease;
  transition: transform 1200ms ease;
}
/* line 29, sass/partials/_blocks.scss */
.blocks__item__inner__text {
  position: relative;
  width: auto;
  max-width: calc(100% - (2vw + 2rem));
  margin-top: calc(0% - (2vw + 2rem));
  z-index: 2;
  color: #FFF;
  background: #002231;
  padding: calc(0.5vw + 0.5rem);
  max-width: 80%;
}
/* line 39, sass/partials/_blocks.scss */
.blocks__item__inner__text h3 {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 45, sass/partials/_blocks.scss */
.blocks__item__inner:hover .blocks__item__inner__bg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 46, sass/partials/_blocks.scss */
.blocks__item__inner:hover .blocks__item__inner__text h3 {
  color: #01cfc9;
}
@media only screen and (max-width: 782px) {
  /* line 51, sass/partials/_blocks.scss */
  .blocks__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1, sass/partials/_blocks.scss */
  .blocks {
    margin: calc(0% - (0.75vw + 0.75rem));
  }
  /* line 58, sass/partials/_blocks.scss */
  .blocks__item {
    padding: calc(0.75vw + 0.75rem);
  }
}
@media only screen and (max-width: 450px) {
  /* line 63, sass/partials/_blocks.scss */
  .blocks__item {
    flex: 0 0 100%;
    max-width: 32rem;
  }
}

/* line 1, sass/partials/_page.scss */
.page {
  padding: calc(4vw + 4rem) 0;
  position: relative;
  z-index: 2;
}
/* line 5, sass/partials/_page.scss */
.page::before {
  content: '';
  position: absolute;
  width: calc(((100vw - 120rem) / 2) - (4vw + 4rem));
  background: #f2f8fc;
  height: 100%;
  right: 0;
  top: 0;
}
/* line 14, sass/partials/_page.scss */
.page--split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
/* line 19, sass/partials/_page.scss */
.page--split__col {
  flex: 0 0 calc(50% - (2vw + 2rem));
  max-width: calc(50% - (2vw + 2rem));
}
/* line 23, sass/partials/_page.scss */
.page--split__col h1:last-child, .page--split__col h2:last-child, .page--split__col h3:last-child, .page--split__col h4:last-child, .page--split__col .blocks__item__inner__text h3:last-child, .blocks__item__inner__text .page--split__col h3:last-child, .page--split__col h5:last-child, .page--split__col h6:last-child, .page--split__col p:last-child, .page--split__col .footer__main__address address:last-child, .footer__main__address .page--split__col address:last-child {
  margin-bottom: 0;
}
/* line 25, sass/partials/_page.scss */
.page--split__col img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 31, sass/partials/_page.scss */
.page--split + .page--split {
  margin-top: calc(4vw + 4rem);
}
/* line 34, sass/partials/_page.scss */
.page--split:nth-child(odd) .page--split__col:first-child {
  order: 2;
}
/* line 35, sass/partials/_page.scss */
.page--split:nth-child(odd) .page--split__col:last-child {
  order: 1;
}
/* line 40, sass/partials/_page.scss */
.page--split--rev .page--split__col:first-child {
  order: 1 !important;
}
/* line 41, sass/partials/_page.scss */
.page--split--rev .page--split__col:last-child {
  order: 2 !important;
}
@media only screen and (max-width: 782px) {
  /* line 14, sass/partials/_page.scss */
  .page--split {
    display: block;
  }
  /* line 46, sass/partials/_page.scss */
  .page--split__col {
    width: 100%;
    max-width: 100%;
  }
  /* line 49, sass/partials/_page.scss */
  .page--split__col + .page--split__col {
    margin-top: calc(2vw + 2rem);
  }
}
/* line 54, sass/partials/_page.scss */
.page a:not(.btn)::before {
  background: rgba(0, 34, 49, 0.2);
}
/* line 58, sass/partials/_page.scss */
.page-header {
  padding: calc(5rem + (4vw + 4rem)) 0 calc(3vw + 3rem);
  overflow: hidden;
}
/* line 61, sass/partials/_page.scss */
.page-header .container, .page-header .section__header, .page-header .hero__content, .page-header .popup__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
/* line 67, sass/partials/_page.scss */
.page-header__title {
  padding: calc(2vw + 2rem) 0 0;
  text-align: center;
  flex: 0 0 100%;
}
/* line 71, sass/partials/_page.scss */
.page-header__title + .page-header__intro, .page-header__title + .page-header__breadcrumbs {
  margin-top: calc(2vw + 2rem);
}
@media only screen and (max-width: 782px) {
  /* line 67, sass/partials/_page.scss */
  .page-header__title {
    padding: 0;
  }
}
/* line 77, sass/partials/_page.scss */
.page-header__intro {
  flex: 1;
}
/* line 79, sass/partials/_page.scss */
.page-header__intro p:last-child, .page-header__intro .footer__main__address address:last-child, .footer__main__address .page-header__intro address:last-child {
  margin-bottom: 0;
}
/* line 80, sass/partials/_page.scss */
.page-header__intro + .page-header__breadcrumbs {
  margin-left: calc(4vw + 4rem);
  max-width: 50%;
}
@media only screen and (max-width: 992px) {
  /* line 77, sass/partials/_page.scss */
  .page-header__intro {
    flex: 0 0 100%;
  }
  /* line 86, sass/partials/_page.scss */
  .page-header__intro + .page-header__breadcrumbs {
    margin: calc(2vw + 2rem) 0 calc(0% - (3vw + 3rem));
    max-width: 100%;
  }
}
/* line 92, sass/partials/_page.scss */
.page-header__breadcrumbs {
  flex: 1 0 50%;
  background: #f2f8fc;
  padding: calc(1.5vw + 1.5rem) 0 calc(1.5vw + 1.5rem) calc(2vw + 2rem);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: calc(0% - (3vw + 3rem));
  position: relative;
  z-index: 1;
  color: dkblue;
}
/* line 104, sass/partials/_page.scss */
.page-header__breadcrumbs::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}
/* line 114, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span {
  display: flex;
  align-items: center;
}
/* line 117, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span > a:not(.btn) {
  font-weight: 700;
  margin: 0 calc(0.75vw + 0.75rem);
  display: inline-block;
}
/* line 121, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span > a:not(.btn) i:hover::before {
  background-color: #01cfc9;
}
/* line 122, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span > a:not(.btn):first-child {
  margin-left: 0;
}
/* line 124, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span > span {
  flex: 1;
  display: flex;
  align-items: center;
}
/* line 128, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span > span > a:not(.btn) {
  font-weight: 700;
  margin: 0 calc(0.75vw + 0.75rem);
}
/* line 133, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span .breadcrumb_last {
  flex: 1;
  width: auto;
  color: rgba(0, 34, 49, 0.33);
  margin-left: calc(0.75vw + 0.75rem);
  letter-spacing: .1em;
}
/* line 144, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span i::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #064560;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/* line 152, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span i.breadcrumb-home::before {
  -webkit-mask: url("./images/icons/home.svg") center/contain no-repeat;
  mask: url("./images/icons/home.svg") center/contain no-repeat;
}
/* line 156, sass/partials/_page.scss */
.page-header__breadcrumbs > span > span i.breadcrumb-chevron::before {
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  background-color: rgba(0, 34, 49, 0.2);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-mask: url("./images/icons/chevron.svg") center/contain no-repeat;
  mask: url("./images/icons/chevron.svg") center/contain no-repeat;
}
@media only screen and (max-width: 600px) {
  /* line 92, sass/partials/_page.scss */
  .page-header__breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1, sass/partials/_page.scss */
  .page {
    padding: calc(3vw + 3rem) 0;
  }
}
@media only screen and (max-width: 450px) {
  /* line 1, sass/partials/_page.scss */
  .page {
    padding: calc(2vw + 2rem) 0;
  }
}

/* line 1, sass/partials/_slideshow.scss */
.slideshow {
  background: #002231;
  overflow: hidden;
}
/* line 4, sass/partials/_slideshow.scss */
.slideshow .section__header {
  margin-top: 0 !important;
}
/* line 5, sass/partials/_slideshow.scss */
.slideshow__slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: calc((100% - 120rem) / 2);
}
/* line 10, sass/partials/_slideshow.scss */
.slideshow__slider .slick-track {
  display: flex;
}
/* line 11, sass/partials/_slideshow.scss */
.slideshow__slider__slide {
  display: flex;
  justify-content: flex-end;
  height: auto;
}
/* line 15, sass/partials/_slideshow.scss */
.slideshow__slider__slide__text {
  align-self: center;
  flex: 1;
  padding: calc(4vw + 4rem) calc(4vw + 4rem) calc(4vw + 4rem) 0;
}
/* line 21, sass/partials/_slideshow.scss */
.slideshow__slider__slide__text h1:last-of-type, .slideshow__slider__slide__text h2:last-of-type, .slideshow__slider__slide__text h3:last-of-type, .slideshow__slider__slide__text h4:last-of-type, .slideshow__slider__slide__text .blocks__item__inner__text h3:last-of-type, .blocks__item__inner__text .slideshow__slider__slide__text h3:last-of-type, .slideshow__slider__slide__text h5:last-of-type, .slideshow__slider__slide__text h6:last-of-type, .slideshow__slider__slide__text p:last-of-type, .slideshow__slider__slide__text .footer__main__address address:last-of-type, .footer__main__address .slideshow__slider__slide__text address:last-of-type, .slideshow__slider__slide__text li:last-of-type {
  margin-bottom: 0;
}
/* line 23, sass/partials/_slideshow.scss */
.slideshow__slider__slide__text h3 {
  color: #FFF;
  margin-bottom: calc(0.5vw + 0.5rem);
}
/* line 27, sass/partials/_slideshow.scss */
.slideshow__slider__slide__text p, .slideshow__slider__slide__text .footer__main__address address, .footer__main__address .slideshow__slider__slide__text address {
  color: #daf0f0;
}
@media only screen and (max-width: 782px) {
  /* line 15, sass/partials/_slideshow.scss */
  .slideshow__slider__slide__text {
    flex: 0 0 50%;
    max-width: 50%;
    padding: calc(3vw + 3rem) calc(3vw + 3rem) calc(3vw + 3rem) 7.5%;
    position: relative;
    z-index: 2;
    background: rgba(0, 34, 49, 0.85);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 450px) {
  /* line 15, sass/partials/_slideshow.scss */
  .slideshow__slider__slide__text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: calc(3vw + 3rem) 7.5%;
    background: rgba(0, 34, 49, 0.75);
  }
}
/* line 47, sass/partials/_slideshow.scss */
.slideshow__slider__slide__img {
  min-height: 60rem;
  flex: 0 0 62.5%;
  position: relative;
}
/* line 51, sass/partials/_slideshow.scss */
.slideshow__slider__slide__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  /* line 47, sass/partials/_slideshow.scss */
  .slideshow__slider__slide__img {
    min-height: 50rem;
  }
}
@media only screen and (max-width: 782px) {
  /* line 47, sass/partials/_slideshow.scss */
  .slideshow__slider__slide__img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}
@media only screen and (max-width: 782px) {
  /* line 11, sass/partials/_slideshow.scss */
  .slideshow__slider__slide {
    justify-content: flex-start;
  }
}
/* line 75, sass/partials/_slideshow.scss */
.slideshow__slider .slick-arrow {
  width: 8rem;
  height: 8rem;
  background: #002231;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  border: none;
  z-index: 2;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
/* line 94, sass/partials/_slideshow.scss */
.slideshow__slider .slick-arrow svg {
  fill: #FFF;
  height: 2rem;
  width: 2rem;
}
/* line 99, sass/partials/_slideshow.scss */
.slideshow__slider .slick-arrow.slick-prev {
  right: 8rem;
  background: #064560;
}
/* line 102, sass/partials/_slideshow.scss */
.slideshow__slider .slick-arrow.slick-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 106, sass/partials/_slideshow.scss */
.slideshow__slider .slick-arrow:hover {
  background: #01cfc9;
}
@media only screen and (max-width: 450px) {
  /* line 75, sass/partials/_slideshow.scss */
  .slideshow__slider .slick-arrow {
    width: 6rem;
    height: 6rem;
  }
  /* line 112, sass/partials/_slideshow.scss */
  .slideshow__slider .slick-arrow svg {
    height: 1.8rem;
    width: 1.8rem;
  }
  /* line 116, sass/partials/_slideshow.scss */
  .slideshow__slider .slick-arrow.slick-prev {
    right: 6rem;
  }
}
@media only screen and (max-width: 1314px) {
  /* line 121, sass/partials/_slideshow.scss */
  .slideshow__slider {
    margin-left: 7.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 124, sass/partials/_slideshow.scss */
  .slideshow__slider {
    margin-left: 0;
  }
}

/* line 127, sass/partials/_slideshow.scss */
.slick-initialized .slick-slide.slideshow__slider__slide {
  display: flex;
}

/* line 1, sass/partials/_news.scss */
.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(0% - (2vw + 2rem)) 0;
}
/* line 6, sass/partials/_news.scss */
.news__block {
  display: block;
  flex: 0 0 calc(50% - (2vw + 2rem));
  max-width: calc(50% - (2vw + 2rem));
  margin: calc(2vw + 2rem) 0;
}
/* line 11, sass/partials/_news.scss */
.news__block__img {
  position: relative;
  overflow: hidden;
}
/* line 15, sass/partials/_news.scss */
.news__block__img::before {
  content: '';
  padding-bottom: 72.727272%;
  display: block;
}
/* line 20, sass/partials/_news.scss */
.news__block__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: transform 1200ms ease;
  -moz-transition: transform 1200ms ease;
  -o-transition: transform 1200ms ease;
  transition: transform 1200ms ease;
}
/* line 30, sass/partials/_news.scss */
.news__block__img + .news__block__text {
  margin-top: calc(0% - (3vw + 3rem));
  min-height: calc(3vw + 3rem);
}
/* line 35, sass/partials/_news.scss */
.news__block__text {
  background: #FFF;
  padding: calc(1vw + 1rem) calc(1vw + 1rem) 0;
  position: relative;
  z-index: 1;
  width: calc(100% - (3vw + 3rem));
}
/* line 41, sass/partials/_news.scss */
.news__block__text h3 {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 42, sass/partials/_news.scss */
.news__block__text h3, .news__block__text p, .news__block__text .footer__main__address address, .footer__main__address .news__block__text address {
  overflow: hidden;
}
/* line 44, sass/partials/_news.scss */
.news__block__text h3:last-child, .news__block__text p:last-child, .news__block__text .footer__main__address address:last-child, .footer__main__address .news__block__text address:last-child {
  margin-bottom: 0;
}
/* line 46, sass/partials/_news.scss */
.news__block__text time {
  color: rgba(0, 34, 49, 0.5);
}
/* line 49, sass/partials/_news.scss */
.news__block__text time + p, .news__block__text .footer__main__address time + address, .footer__main__address .news__block__text time + address {
  margin-top: 1em;
}
/* line 53, sass/partials/_news.scss */
.news__block:hover .news__block__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 56, sass/partials/_news.scss */
.news__block:hover h3 {
  color: #01cfc9;
}
@media only screen and (max-width: 782px) {
  /* line 6, sass/partials/_news.scss */
  .news__block {
    flex: 0 0 100%;
    max-width: 48rem;
    margin: calc(1.5vw + 1.5rem) 0;
  }
}
@media only screen and (max-width: 450px) {
  /* line 6, sass/partials/_news.scss */
  .news__block {
    margin: calc(1vw + 1rem) 0;
    flex: 0 0 42rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 1, sass/partials/_news.scss */
  .news {
    justify-content: center;
    margin: calc(0% - (1.5vw + 1.5rem)) 0;
  }
}
@media only screen and (max-width: 450px) {
  /* line 1, sass/partials/_news.scss */
  .news {
    margin: calc(0% - (1vw + 1rem)) 0;
  }
}

/* line 77, sass/partials/_news.scss */
.section--dark .news__block__text {
  background: #002231;
}

/* line 1, sass/partials/_c2a.scss */
.c2a {
  background: center/cover no-repeat;
  padding: calc(4vw + 4rem) 0;
  min-height: 60rem;
  position: relative;
}
/* line 6, sass/partials/_c2a.scss */
.c2a::before {
  content: '';
  background: rgba(0, 34, 49, 0.33);
}
/* line 11, sass/partials/_c2a.scss */
.c2a__content {
  width: 100%;
  padding: calc(2vw + 2rem) 0 calc(6vw + 6rem);
  max-width: calc(60rem - (4vw + 4rem));
  margin-left: calc((100% - 120rem) / 2);
  position: relative;
  z-index: 2;
}
/* line 18, sass/partials/_c2a.scss */
.c2a__content p, .c2a__content .footer__main__address address, .footer__main__address .c2a__content address {
  color: #FFF;
}
/* line 20, sass/partials/_c2a.scss */
.c2a__content p:last-child, .c2a__content .footer__main__address address:last-child, .footer__main__address .c2a__content address:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1314px) {
  /* line 11, sass/partials/_c2a.scss */
  .c2a__content {
    margin-left: 7.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 1, sass/partials/_c2a.scss */
  .c2a {
    min-height: auto;
  }
  /* line 28, sass/partials/_c2a.scss */
  .c2a__content {
    max-width: 85%;
    margin: 0 auto;
    padding: calc(1vw + 1rem) 0 calc(3vw + 3rem);
  }
}
@media only screen and (max-width: 600px) {
  /* line 1, sass/partials/_c2a.scss */
  .c2a {
    padding: calc(3vw + 3rem) 0;
  }
}
@media only screen and (max-width: 450px) {
  /* line 1, sass/partials/_c2a.scss */
  .c2a {
    padding: calc(2vw + 2rem) 0;
  }
}

/* line 1, sass/partials/_footer.scss */
.footer {
  position: relative;
  z-index: 2;
  margin-top: calc(4vw + 4rem);
}
/* line 5, sass/partials/_footer.scss */
.footer__main {
  display: flex;
  flex-wrap: wrap;
}
/* line 8, sass/partials/_footer.scss */
.footer__main__address {
  background: #064560;
  padding: calc(4vw + 4rem) 7.5% calc(4vw + 4rem) calc(50% - 60rem);
  width: 50%;
  margin-top: calc(0% - (4vw + 4rem));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 16, sass/partials/_footer.scss */
.footer__main__address h3 {
  color: #FFF;
}
/* line 17, sass/partials/_footer.scss */
.footer__main__address address {
  color: #daf0f0;
  font-style: normal;
}
/* line 21, sass/partials/_footer.scss */
.footer__main__address address:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1314px) {
  /* line 8, sass/partials/_footer.scss */
  .footer__main__address {
    padding: calc(4vw + 4rem) 7.5%;
  }
}
@media only screen and (max-width: 782px) {
  /* line 8, sass/partials/_footer.scss */
  .footer__main__address {
    padding: calc(3vw + 3rem) 7.5%;
    margin-top: calc(0% - (3vw + 3rem));
  }
}
@media only screen and (max-width: 600px) {
  /* line 8, sass/partials/_footer.scss */
  .footer__main__address {
    width: 100%;
    width: calc(100% - (3vw + 3rem));
  }
}
@media only screen and (max-width: 450px) {
  /* line 8, sass/partials/_footer.scss */
  .footer__main__address {
    width: calc(100% - 7.5vw);
    padding: 7.5vw 7.5%;
    margin-top: -7.5vw;
  }
}
/* line 40, sass/partials/_footer.scss */
.footer__main__contact {
  width: 50%;
  padding: calc(4vw + 4rem) calc(50% - 60rem) 0 calc(4vw + 4rem);
}
/* line 43, sass/partials/_footer.scss */
.footer__main__contact p, .footer__main__contact .footer__main__address address, .footer__main__address .footer__main__contact address {
  margin-bottom: .5rem;
}
/* line 45, sass/partials/_footer.scss */
.footer__main__contact p > a:not(.btn):not(.news__block), .footer__main__contact .footer__main__address address > a:not(.btn):not(.news__block), .footer__main__address .footer__main__contact address > a:not(.btn):not(.news__block) {
  color: inherit;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 2px 0 4px;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
/* line 55, sass/partials/_footer.scss */
.footer__main__contact p > a:not(.btn):not(.news__block)::before, .footer__main__contact .footer__main__address address > a:not(.btn):not(.news__block)::before, .footer__main__address .footer__main__contact address > a:not(.btn):not(.news__block)::before, .footer__main__contact p > a:not(.btn):not(.news__block)::after, .footer__main__contact .footer__main__address address > a:not(.btn):not(.news__block)::after, .footer__main__address .footer__main__contact address > a:not(.btn):not(.news__block)::after {
  content: '';
  position: absolute;
  bottom: 1px;
  height: 1px;
  left: 0;
  width: 100%;
}
/* line 64, sass/partials/_footer.scss */
.footer__main__contact p > a:not(.btn):not(.news__block)::before, .footer__main__contact .footer__main__address address > a:not(.btn):not(.news__block)::before, .footer__main__address .footer__main__contact address > a:not(.btn):not(.news__block)::before {
  background: rgba(0, 34, 49, 0.2);
}
/* line 67, sass/partials/_footer.scss */
.footer__main__contact p > a:not(.btn):not(.news__block)::after, .footer__main__contact .footer__main__address address > a:not(.btn):not(.news__block)::after, .footer__main__address .footer__main__contact address > a:not(.btn):not(.news__block)::after {
  background: #01cfc9;
  will-change: transform;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: transform 0.8s cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 74, sass/partials/_footer.scss */
.footer__main__contact p > a:not(.btn):not(.news__block):hover, .footer__main__contact .footer__main__address address > a:not(.btn):not(.news__block):hover, .footer__main__address .footer__main__contact address > a:not(.btn):not(.news__block):hover {
  color: #01cfc9;
}
/* line 76, sass/partials/_footer.scss */
.footer__main__contact p > a:not(.btn):not(.news__block):hover::after, .footer__main__contact .footer__main__address address > a:not(.btn):not(.news__block):hover::after, .footer__main__address .footer__main__contact address > a:not(.btn):not(.news__block):hover::after {
  animation: linkHover 1s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
}
/* line 81, sass/partials/_footer.scss */
.footer__main__contact p + .footer__social, .footer__main__contact .footer__main__address address + .footer__social, .footer__main__address .footer__main__contact address + .footer__social {
  margin-top: calc(0.5vw + 0.5rem);
}
@media only screen and (max-width: 1314px) {
  /* line 40, sass/partials/_footer.scss */
  .footer__main__contact {
    padding: calc(4vw + 4rem) 7.5% 0 calc(4vw + 4rem);
  }
}
@media only screen and (max-width: 782px) {
  /* line 40, sass/partials/_footer.scss */
  .footer__main__contact {
    padding: calc(3vw + 3rem) 7.5% 0 calc(3vw + 3rem);
  }
}
@media only screen and (max-width: 600px) {
  /* line 40, sass/partials/_footer.scss */
  .footer__main__contact {
    width: 100%;
    padding: calc(2vw + 2rem) 7.5% 0;
  }
}
/* line 94, sass/partials/_footer.scss */
.footer__main + .footer__bottom {
  padding-top: calc(1.5vw + 1.5rem);
}
@media only screen and (max-width: 600px) {
  /* line 5, sass/partials/_footer.scss */
  .footer__main {
    padding-bottom: calc(2vw + 2rem);
  }
  /* line 99, sass/partials/_footer.scss */
  .footer__main + .footer__bottom {
    padding-top: 0;
  }
}
/* line 104, sass/partials/_footer.scss */
.footer__social {
  list-style: none;
  padding: 0;
  margin: 0 calc(0% - 1rem);
  display: flex;
}
/* line 110, sass/partials/_footer.scss */
.footer__social li a {
  color: #064560;
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 116, sass/partials/_footer.scss */
.footer__social li a svg {
  height: 1.8rem;
  width: 1.8rem;
}
/* line 120, sass/partials/_footer.scss */
.footer__social li a:hover {
  color: #01cfc9;
}
/* line 124, sass/partials/_footer.scss */
.footer__bottom {
  overflow: hidden;
}
/* line 126, sass/partials/_footer.scss */
.footer__bottom .container, .footer__bottom .section__header, .footer__bottom .hero__content, .footer__bottom .popup__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
/* line 132, sass/partials/_footer.scss */
.footer__bottom__legal {
  flex: 1;
  padding: 0 calc(2vw + 2rem) calc(1.5vw + 1.5rem) 0;
}
/* line 135, sass/partials/_footer.scss */
.footer__bottom__legal p, .footer__bottom__legal .footer__main__address address, .footer__main__address .footer__bottom__legal address {
  line-height: 1.2em;
}
/* line 137, sass/partials/_footer.scss */
.footer__bottom__legal p:last-child, .footer__bottom__legal .footer__main__address address:last-child, .footer__main__address .footer__bottom__legal address:last-child {
  margin-bottom: 0;
}
/* line 140, sass/partials/_footer.scss */
.footer__bottom__author {
  background: #f2f8fc;
  padding: calc(1.5vw + 1.5rem) 0 calc(1.5vw + 1.5rem) calc(2vw + 2rem);
  position: relative;
  z-index: 1;
}
/* line 145, sass/partials/_footer.scss */
.footer__bottom__author p:last-child, .footer__bottom__author .footer__main__address address:last-child, .footer__main__address .footer__bottom__author address:last-child {
  margin-bottom: 0;
}
/* line 146, sass/partials/_footer.scss */
.footer__bottom__author::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background: inherit;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 782px) {
  /* line 158, sass/partials/_footer.scss */
  .footer__bottom__legal {
    flex: 0 0 100%;
    padding-right: 0;
  }
  /* line 162, sass/partials/_footer.scss */
  .footer__bottom__author {
    flex: 0 0 100%;
    padding-left: 0;
  }
  /* line 165, sass/partials/_footer.scss */
  .footer__bottom__author::after {
    width: 150vw;
    left: -25vw;
  }
}
/* line 172, sass/partials/_footer.scss */
.footer__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 178, sass/partials/_footer.scss */
.footer__menu li a {
  font-size: 1.4rem;
}
/* line 184, sass/partials/_footer.scss */
.footer__menu li + li {
  margin-left: calc(1vw + 1rem);
}
/* line 186, sass/partials/_footer.scss */
.footer__menu + p, .footer__main__address .footer__menu + address {
  margin-top: calc(1.5vw + 1.5rem);
}
@media only screen and (max-width: 782px) {
  /* line 1, sass/partials/_footer.scss */
  .footer {
    margin-top: calc(3vw + 3rem);
  }
}
@media only screen and (max-width: 450px) {
  /* line 1, sass/partials/_footer.scss */
  .footer {
    margin-top: 7.5vw;
  }
}

/* line 195, sass/partials/_footer.scss */
.c2a + .footer {
  margin-top: 0;
}

/* line 1, sass/partials/_popup.scss */
.popup {
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #002231;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  z-index: 100;
  -webkit-transition: transform 1000ms cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -moz-transition: transform 1000ms cubic-bezier(0.555, 0.205, 0.295, 0.975);
  -o-transition: transform 1000ms cubic-bezier(0.555, 0.205, 0.295, 0.975);
  transition: transform 1000ms cubic-bezier(0.555, 0.205, 0.295, 0.975);
}
/* line 14, sass/partials/_popup.scss */
.popup__content {
  color: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5vh);
  -moz-transform: translateY(5vh);
  -ms-transform: translateY(5vh);
  -o-transform: translateY(5vh);
  transform: translateY(5vh);
  -webkit-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease 0.975s;
  -moz-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease 0.975s;
  -o-transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease 0.975s;
  transition: visibility 700ms linear, opacity 700ms ease, transform 700ms ease 0.975s;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
/* line 23, sass/partials/_popup.scss */
.popup__close {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f8fc;
  color: #064560;
  border: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 850ms ease, background-color 700ms ease;
  -moz-transition: opacity 850ms ease, background-color 700ms ease;
  -o-transition: opacity 850ms ease, background-color 700ms ease;
  transition: opacity 850ms ease, background-color 700ms ease;
}
/* line 38, sass/partials/_popup.scss */
.popup__close svg {
  height: 1.8rem;
  width: 1.8rem;
  fill: #064560;
  -webkit-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
/* line 44, sass/partials/_popup.scss */
.popup__close:hover {
  background-color: #01cfc9;
}
/* line 46, sass/partials/_popup.scss */
.popup__close:hover svg {
  fill: #FFF;
}
/* line 49, sass/partials/_popup.scss */
.popup.show {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 51, sass/partials/_popup.scss */
.popup.show .popup__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 56, sass/partials/_popup.scss */
.popup.show .popup__close {
  opacity: 1;
  -webkit-transition: opacity 850ms ease 1600ms, background-color 700ms ease;
  -moz-transition: opacity 850ms ease 1600ms, background-color 700ms ease;
  -o-transition: opacity 850ms ease 1600ms, background-color 700ms ease;
  transition: opacity 850ms ease 1600ms, background-color 700ms ease;
}
