<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
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.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
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.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  margin: 0; }

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

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-x: hidden; }
  @media (max-width: 480px) {
    body {
      font-size: 13px;
      line-height: 18px; } }

.flex-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .flex-body .header-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%; }
  .flex-body main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 100%; }
  .flex-body .footer-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%; }

input, select, textarea, button {
  font-family: inherit;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none; }

table, tr, td, th {
  font-size: 1em; }

a {
  color: #09c;
  text-decoration: underline; }

a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

a:hover {
  color: #09c;
  text-decoration: none; }

a img {
  border: none; }

p &gt; img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast; }

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.clearfix::after {
  content: "";
  clear: both;
  display: table;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0; }

/*content {{{*/
input, select, textarea, button {
  font-size: 1em; }

table, tr, td, th {
  font-size: 1em; }

a {
  color: inherit;
  text-decoration: none; }

a {
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s; }

a:hover {
  color: inherit;
  text-decoration: none; }

a img {
  border: none; }

p &gt; img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast; }

h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child {
  margin-top: 0; }

h1, .h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.5;
  margin: 0 0 1em 0;
  padding: 0;
  color: #ffffff;
  text-transform: none; }
  @media (max-width: 1024px) {
    h1, .h1 {
      font-size: 38px; } }
  @media (max-width: 480px) {
    h1, .h1 {
      font-size: 20px; } }

h2, .h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 1em 0 1em 0;
  padding: 0;
  color: #000;
  font-weight: normal;
  text-transform: none; }

h3, .h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 1em 0 1em 0;
  padding: 0;
  color: #000;
  font-weight: normal;
  text-transform: none; }

h4, .h4 {
  font-size: 1em;
  margin: 1em 0 1em 0;
  padding: 0;
  color: #000;
  font-weight: normal;
  text-transform: none; }

p, div.p {
  margin: 1em 0 1em 0;
  padding: 0; }

hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin: 1em 0 1em 0;
  clear: both; }

:link, :visited, :hover, :active, :focus {
  outline: none !important;
  outline: none; }

::-moz-selection {
  background: #09c;
  color: #fff; }

::selection {
  background: #09c;
  color: #fff; }

::-moz-selection {
  background: #09c;
  color: #fff; }

a.button, button.button {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #00D090;
  padding: 10px 65px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  a.button:hover, button.button:hover {
    background-color: #00a773; }
  a.button:active, button.button:active {
    background-color: #059065; }
  a.button--small, button.button--small {
    padding: 10px 35px;
    min-width: 139px; }
    @media (max-width: 480px) {
      a.button--small, button.button--small {
        min-width: 120px; } }
  @media (max-width: 480px) {
    a.button, button.button {
      font-size: 14px;
      padding: 10px 20px; } }

.button-wrapper {
  padding-left: 20px;
  margin: 50px 0; }
  @media (max-width: 480px) {
    .button-wrapper {
      padding-left: 0;
      margin: 32px 0; } }

@media (max-width: 480px) {
  .description {
    font-size: 12px;
    line-height: 18px; } }

.container {
  margin: 0 auto;
  max-width: 1128px;
  min-width: 320px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (max-width: 1024px) {
    .container {
      padding-left: 35px;
      padding-right: 35px; } }
  @media (max-width: 480px) {
    .container {
      padding-left: 23px;
      padding-right: 23px; } }

.page-wrapper {
  padding-top: 58px;
  padding-bottom: 58px;
  margin-bottom: 45px; }
  @media (max-width: 480px) {
    .page-wrapper {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 27px; } }

.page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -40px;
  margin-right: -40px; }
  @media (max-width: 1280px) {
    .page__row {
      margin-left: -20px;
      margin-right: -20px; }
      .page__row .page__col {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 1024px) {
    .page__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page__row .page__col--left,
      .page__row .page__col--right {
        width: 100%; }
      .page__row .page__col--left {
        margin-bottom: 50px; } }

.page__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 40px;
  padding-right: 40px; }
  .page__col--left {
    width: 32%; }
  .page__col--right {
    width: 68%; }

.page-wrapper--inner {
  padding-top: 40px; }
  @media (max-width: 480px) {
    .page-wrapper--inner {
      padding-top: 22px; } }
  .page-wrapper--inner .page__row {
    margin-left: -20px;
    margin-right: -20px; }
    @media (max-width: 1024px) {
      .page-wrapper--inner .page__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .page-wrapper--inner .page__row .page__col--left,
        .page-wrapper--inner .page__row .page__col--right {
          width: 100%; }
        .page-wrapper--inner .page__row .page__col--left {
          margin-bottom: 0; } }
  .page-wrapper--inner .page__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
    .page-wrapper--inner .page__col--left {
      width: 43%; }
    .page-wrapper--inner .page__col--right {
      width: 57%;
      padding-top: 30px; }
      @media (max-width: 480px) {
        .page-wrapper--inner .page__col--right {
          padding-top: 18px; } }

.page__link {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  padding: 5px 0; }
  .page__link:hover {
    text-decoration: none; }

.filter__item:not(:last-child) {
  margin-bottom: 13px; }
  @media (max-width: 480px) {
    .filter__item:not(:last-child) {
      margin-bottom: 15px; } }

.filter__label {
  font-size: 16px;
  line-height: 1.2;
  padding-left: 30px;
  padding-left: 30px;
  position: relative;
  color: #6C718B;
  text-align: left;
  display: block;
  width: 100%; }
  @media (max-width: 480px) {
    .filter__label {
      font-size: 13px; } }

.filter__type {
  display: inline-block; }

.filter__input {
  display: none; }

.filter__radio-indicator {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #7F84C3;
  border-radius: 50%;
  cursor: pointer; }
  @media (max-width: 480px) {
    .filter__radio-indicator {
      width: 15px;
      height: 15px; } }

.filter__label .filter__input:checked + .filter__radio-indicator {
  background-color: #006DFF;
  border-color: #006DFF; }

.required .form__field-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .required .form__field-label::after {
    content: "*";
    display: block;
    color: red;
    padding: 0 3px; }

.form__field-input {
  background: #F2F2F2;
  border-radius: 3px;
  border: none;
  padding: 12px 32px;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #333D47;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);}
  @media (max-width: 480px) {
    .form__field-input {
      padding: 12px 15px;
    padding-top: 15px;} }

@media (max-width: 480px) {
  .form__field-label.action__header {
    font-size: 14px;
    line-height: 1.2;
    max-width: 70%;
    padding-right: 0; } }

textarea.form__field-input {
  min-height: 150px;
  resize: vertical; }

.form__field-input:focus{
  box-shadow: inset 0px 0px 2px 1px rgba(0,109,255, 0.8);
  background-color: #FFFFFF;
}

.u-margin-bottom-small {
  margin-bottom: 25px; }

.text-link {
  cursor: pointer;
  color: #006DFF;
  text-decoration: underline; }
  .text-link:hover {
    color: #006DFF;
    text-decoration: none; }

#track-order-form {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #track-order-form .form__field-input {
    margin-top: 0; }

#track-order-form .button{
  flex: 0 0 auto;
  max-width: 260px;
}

@media (max-width: 480px){
  #track-order-form {
    flex-wrap:wrap;
  }
  #track-order-form .button{
    max-width: none;
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 370px){
  .g-recaptcha{
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

/* }}} content*/
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

.header-block {
  padding: 20px 0; }
  @media (max-width: 480px) {
    .header-block {
      padding: 14px 0; } }

.header__logo {
  display: inline-block;
  margin: 0 auto; }
  .header__logo img {
    display: block;
    max-width: 100%;
    height: auto; }
  @media (max-width: 480px) {
    .header__logo {
      max-width: 122px; } }

.header__inner {
  text-align: center; }

.intro-section {
  padding: 58px 0;
  background: linear-gradient(271.05deg, #21DFD6 -20.18%, #164FE5 100.78%);
  color: #ffffff;
  text-align: center; }
  @media (max-width: 480px) {
    .intro-section {
      padding: 34px 10px; } }

.intro__text--left {
  text-align: left; }
  @media (max-width: 480px) {
    .intro__text--left {
      padding-left: 10px; } }

.intro__text {
  margin: 0; }

.side-section {
  position: -webkit-sticky;
  position: sticky;
  top: 30px; }
  @media (max-width: 1024px) {
    .side-section {
      position: static; } }
  @media (max-width: 480px) {
    .side-section {
      padding: 0 12px; } }

.side__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 30px rgba(65, 69, 83, 0);
          box-shadow: 0px 2px 30px rgba(65, 69, 83, 0);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 27px;
  border: 1px solid #E2E4E7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .side__item:hover {
    -webkit-box-shadow: 0px 2px 30px rgba(65, 69, 83, 0.1);
            box-shadow: 0px 2px 30px rgba(65, 69, 83, 0.1); }
    .side__item:hover .side__heading {
      color: #6A6DBF; }
  .side__item:last-child {
    margin-bottom: 0; }
  @media (max-width: 480px) {
    .side__item {
      padding: 15px 12px;
      margin-bottom: 15px; } }
  .side__item--active {
    border: 1px solid #006DFF;
    -webkit-box-shadow: 0px 2px 30px rgba(65, 69, 83, 0.1);
            box-shadow: 0px 2px 30px rgba(65, 69, 83, 0.1); }
    .side__item--active:hover .side__heading {
      color: #333D47; }

.side__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.side__item-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .side__item-col:first-child {
    width: 36px;
    margin-right: 15px;
    max-width: 25%; }
    @media (max-width: 480px) {
      .side__item-col:first-child {
        margin-right: 7px; } }
  .side__item-col:nth-child(2) {
    max-width: 75%; }

.side__heading {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #333D47;
  margin: 0;
  margin-bottom: 5px; }
  @media (max-width: 480px) {
    .side__heading {
      font-size: 12px;
      margin-bottom: 0; } }

.side__text {
  font-weight: 300;
  color: #6C718B;
  font-size: 14px;
  line-height: 1.2; }
  @media (max-width: 480px) {
    .side__text {
      font-size: 10px;
      line-height: 1.8; } }

.side__item-content {
  max-width: 200px; }
  @media (max-width: 1024px) {
    .side__item-content {
      max-width: 500px; } }

.side__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  color: #333D47; }
  @media (max-width: 1024px) {
    .side__title {
      font-size: 24px; } }
  @media (max-width: 480px) {
    .side__title {
      font-size: 16px;
      line-height: 1.5; } }

.side__img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto; }

.action-section {
  padding-left: 5%; }
  @media (max-width: 1024px) {
    .action-section {
      padding-left: 0; } }

.action__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.action__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .action__col:first-child {
    max-width: 30%; }
    @media (max-width: 480px) {
      .action__col:first-child {
        margin-left: -15px;
        margin-top: 3px; } }
  .action__col:nth-child(2) {
    max-width: 70%; }

.action__item:not(:last-child) {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
    .action__item:not(:last-child) {
      margin-bottom: 65px; } }

.action__heading {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.48; }
  @media (max-width: 480px) {
    .action__heading {
      font-size: 16px; } }

.action__icon {
  margin-right: 10px; }
  .action__icon img {
    display: block;
    max-width: 100%;
    height: auto; }
    @media (max-width: 480px) {
      .action__icon img {
        width: 18px;
        height: 18px; } }

.action__title {
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .action__title {
      margin-bottom: 15px; } }

.action__list {
  padding-left: 20px; }
  @media (max-width: 1024px) {
    .action__list {
      padding-left: 0; } }
  @media (max-width: 480px) {
    .action__list {
      padding-left: 10px;
      padding-right: 10px; } }

.action__list-item {
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08); }
  @media (max-width: 1024px) {
    .action__list-item {
      padding-right: 20px; } }
  @media (max-width: 480px) {
    .action__list-item {
      padding: 15px 0; } }

.action__header {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-right: 35px;
  color: #333D47;
  cursor: pointer; }
  @media (max-width: 480px) {
    .action__header {
      font-size: 13px; } }

.action__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #7F84C3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 480px) {
    .action__toggle {
      width: 14px;
      height: 14px;
      right: 15px; } }
  .action__toggle::after, .action__toggle::before {
    content: "";
    display: block;
    background-color: #7F84C3;
    position: absolute;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .action__toggle::before {
    width: 2px;
    height: 12px;
    top: 2px;
    left: 7px; }
    @media (max-width: 480px) {
      .action__toggle::before {
        width: 2px;
        height: 8px;
        top: 1px;
        left: 4px; } }
  .action__toggle::after {
    width: 12px;
    height: 2px;
    top: 7px;
    left: 2px; }
    @media (max-width: 480px) {
      .action__toggle::after {
        width: 8px;
        height: 2px;
        top: 4px;
        left: 1px; } }

.action__form--customer .action__list-item {
  border-bottom: 0; }
  @media (max-width: 480px) {
    .action__form--customer .action__list-item {
      padding-top: 25px; } }



.action__text {
  font-size: 18px;
  line-height: 1.5;
  color: #333D47; }
  .action__text:not(:last-child) {
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .action__text {
      font-size: 13px;
      line-height: 19px;
      padding: 0 7px; } }

.accordion__content {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-right: 25px; }
  .accordion__content p {
    margin: 7px 0; }
  @media (max-width: 480px) {
    .accordion__content {
      padding-top: 30px; } }

.accordion.active .action__toggle::before {
  opacity: 0; }

.subscribe-section {
  padding: 35px 0;
  background: linear-gradient(266.2deg, #21DFD6 -19.37%, #164FE5 111.69%);
  color: #ffffff; }
  @media (max-width: 480px) {
    .subscribe-section {
      padding: 47px 0; } }

.subscribe__heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3; }
  @media (max-width: 480px) {
    .subscribe__heading {
      font-size: 24px;
      line-height: 1.1;
      max-width: 81%;
      margin: 0 auto;
      margin-bottom: 20px; } }

@media (max-width: 480px) {
  .subscribe__description {
    font-size: 14px;
    max-width: 82%;
    margin: 0 auto; } }

.subscribe__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -10px;
  margin-left: -10px; }
  @media (max-width: 1280px) {
    .subscribe__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.subscribe__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 10px;
  max-width:100%;
  padding-left: 10px; }
.subscribe__col:nth-child(2){
  margin-left:auto;
}
  @media (max-width: 1024px) {
    .subscribe__col {
      width: 100%;
      text-align: center; }
      .subscribe__col:first-child {
        margin-bottom: 20px; } }
  @media (max-width: 480px) {
    .subscribe__col:first-child {
      margin-bottom: 40px; } }

.footer-block {
  background-color: #EEFBFF;
  padding: 40px 0; }

.footer__content, .footer__link {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #8783A3;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    .footer__content, .footer__link {
      font-size: 8px;
      line-height: 12px; } }

.footer__content {
  max-width:100%;
  text-align: right; }
  @media (max-width: 1024px) {
    .footer__content {
      text-align: center; } }

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__row .footer__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 35%; }
  @media (max-width: 1024px) {
    .footer__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer__row .footer__nav, .footer__row .footer__content {
        max-width: none;
        width: 100%; } }

.footer__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 64%; }
  @media (max-width: 1024px) {
    .footer__nav {
      text-align: center;
      margin-bottom: 10px; } }

.footer__link {
  padding: 0 5px; }
  .footer__link:hover {
    text-decoration: underline; }
  .footer__link:first-child {
    padding-left: 0; }


label.filter__label {
  cursor: pointer;
}

button.button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.form__field-error .form__field-input{
  box-shadow: inset 0 0 2px 1px #f55555;
  background-image: url("../images/alert.svg");
  background-repeat: no-repeat;
  background-position: 99% 8px;
}

.form__error-wrapper{
  position: relative;
}

.form__error-notice,
.formError{
  position: absolute;
  box-shadow: 1px 1px 2px 1px rgba(240,57,57,0.18);
  border-radius: 3px;
  background-color: #f55555;
  color: #FFFFFF;
  top: 65px;
  left: 0px;
  padding: 5px 10px;
  z-index: 2;
  font-weight: 500;
  display: none;
}

.form__error-notice::before,
.formError::before{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-bottom: 7px solid #f55555;
  position: absolute;
  top: -14px;
  left: 30px;
}

.action__list-item--textarea .form__error-notice{
  top: auto;
}

.form__field-error .form__error-notice{
  display: block;
}

.formError {
  display: block;
  opacity: 1 !important;
  top: 65px !important;
  margin-top: 0 !important;
}

.action__list-item--textarea .formError {
  top: 172px !important;
}

.label-attachment {
  display: block;
  cursor: pointer;
}
.button-attachment {
  border: 1px solid #333;
  padding: 2px 7px;
  border-radius: 3px;
  margin-right: 3px;
  display: inline-block;
}

#attachment {
  display: none;
}

#file-selected {
  word-break: break-all;
}

@media screen and (max-width: 600px) {
  #file-selected {
    display: block;
    margin-top: 10px;
  }
  .form__field-input {
    font-size: 13px;
  }
}


.header__row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.header__col{
  flex: 0 0 auto;
  max-width: 50%;
}

.header__link{
  display: inline-block;
  padding: 10px;
}

.header__link:hover{
  text-decoration: underline;
}

.header__link.button{
  margin-left: 10px;
}

.header__link.button:hover{
  text-decoration: none;
}

@media (max-width: 980px) {

  .header__col:first-child{
    flex: 0 0 auto;
    max-width: 150px;
    text-align: center;
  }

  .header__col{
   flex: 1 1 auto;
    max-width: none;
    text-align: right;
  }
}

@media (max-width: 768px) {
  .header__row{
    flex-wrap: wrap;
  }

  .header__col:first-child{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .header__col{
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header__col:first-child{
    margin-bottom: 5px;
  }

  .header-block .container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__link{
    padding-left: 5px;
    padding-right: 5px;
  }

  .header__col:first-child{
    max-width: 100px;
  }
}</pre></body></html>