@charset "UTF-8";
/*! 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
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.
 */
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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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.
 */
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;
}

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

/**
 * 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 {
  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.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

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

body {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: auto;
  min-width: 320px;
  overflow-x: hidden;
}
body.opened {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  body {
    overflow: auto !important;
  }
}
main {
  flex: 1;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 990px;
  /*min-width: 320px;*/
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-narrow {
  max-width: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #171717;
  margin-top: 40px;
  margin-bottom: 16px;
}

h1 {
  font-size: 32px;
  line-height: 38px;
}

h2 {
  font-size: 26px;
  line-height: 32px;
}

h3 {
  font-size: 23px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    margin-bottom: 24px;
  }
}
p {
  line-height: 1.6rem;
}

img {
  max-width: 100%;
}

b,
strong {
  font-weight: 600;
}

a:link, a:visited, a:active, a:hover {
  color: #377CBC;
  text-decoration: none;
  font-weight: 300;
}

a:hover {
  color: #61A0DB;
}

a:visited {
  color: #3A37AA;
}

.content-wrap {
  padding-top: 48px;
}
.content-wrap .table-of-contents {
  margin-top: 64px !important;
  margin-bottom: 64px;
  background: #F7F8FA;
  border: 1px #E1E6EF solid;
  border-radius: 8px;
  padding: 40px 24px;
}
.content-wrap .table-of-contents + * {
  margin-top: 0 !important;
}
.content-wrap .table-of-contents h2 {
  margin-top: 0;
}
.content-wrap .table-of-contents ol, .content-wrap .table-of-contents ul {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 1.4em;
}
.content-wrap .table-of-contents ol li, .content-wrap .table-of-contents ol a, .content-wrap .table-of-contents ul li, .content-wrap .table-of-contents ul a {
  font-size: 16px;
  line-height: 32px;
}
.content-wrap .table-of-contents ol {
  counter-reset: li;
  margin-left: -1em;
}
.content-wrap .table-of-contents ol > li, .content-wrap .table-of-contents ol > li > a {
  font-weight: 400;
}
.content-wrap .table-of-contents ol > li {
  counter-increment: li;
}
.content-wrap .table-of-contents ol > li:before {
  content: counter(li) ". ";
  color: #377CBC;
  display: inline-block;
  width: 1.4em;
  margin-left: -1.4em;
}
.content-wrap .table-of-contents ul {
  padding-left: 10px;
}
.content-wrap .table-of-contents ul li, .content-wrap .table-of-contents ul li a {
  font-weight: 300;
}
.content-wrap .table-of-contents {
  width: 100%;
  height: auto;
}
.content-wrap > .container {
  flex-direction: column;
  max-width: 664px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #171717;
}
.content-wrap > .container > div {
  margin-top: 40px;
}
.content-wrap > .container > :first-child,
.content-wrap > .container h2 + p, .content-wrap > .container h3 + p, .content-wrap > .container h4 + p, .content-wrap > .container h5 + p, .content-wrap > .container h6 + p {
  margin-top: 0 !important;
}
.content-wrap > .container h2 + figure, .content-wrap > .container h3 + figure, .content-wrap > .container h4 + figure, .content-wrap > .container h5 + figure, .content-wrap > .container h6 + figure,
.content-wrap > .container h2 + img, .content-wrap > .container h3 + img, .content-wrap > .container h4 + img, .content-wrap > .container h5 + img, .content-wrap > .container h6 + img,
.content-wrap > .container h2 + p > img, .content-wrap > .container h3 + p + img, .content-wrap > .container h4 + p + img, .content-wrap > .container h5 + p + img, .content-wrap > .container h6 + p + img {
  margin-top: 24px;
}
.content-wrap > .container > :last-child, .content-wrap > .container figure, .content-wrap > .container ul {
  margin-bottom: 0 !important;
}
.content-wrap > .container > p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 0;
}
.content-wrap > .container h2, .content-wrap > .container h3, .content-wrap > .container h4, .content-wrap > .container h5, .content-wrap > .container h6,
.content-wrap > .container h2 a, .content-wrap > .container h3 a, .content-wrap > .container h4 a, .content-wrap > .container h5 a, .content-wrap > .container h6 a {
  color: #171717;
  font-weight: 500;
}
.content-wrap > .container > .links-list {
  margin-top: 48px;
}
.content-wrap > .container > .links-list .heading {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: #171717;
}
.content-wrap > .container > .links-list ul.list {
  column-count: 2;
  column-gap: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.content-wrap > .container > .links-list ul.list li {
  color: #377CBC;
  font-size: 16px;
}
.content-wrap > .container > .links-list ul.list li a {
  font-size: 16px;
  line-height: 26px;
}
.content-wrap > .container > .links-list ul.list li:before {
  content: "•";
  color: #377CBC;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
}
.content-wrap > .container > figure {
  margin: 40px 0 0 0;
}
.content-wrap > .container > figure figcaption {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #64717D;
  text-align: center;
  margin-top: 7px;
}
.content-wrap > .container > ol {
  margin-top: 40px;
  list-style: none;
  padding: 0;
  counter-reset: li;
  margin-left: 3.2em;
}
.content-wrap > .container > ol > li {
  counter-increment: li;
  line-height: 30px;
}
.content-wrap > .container > ol > li:before {
  content: counter(li) ". ";
  color: #377CBC;
  display: inline-block;
  width: 1.2em;
  margin-left: -1em;
  font-weight: 500;
}
.content-wrap > .container > .quote {
  margin-top: 40px;
  margin-left: 28px;
  position: relative;
}
.content-wrap > .container > .quote blockquote, .content-wrap > .container > .quote blockquote > p {
  color: #377CBC;
  font-weight: 500 !important;
  font-size: 21px;
  line-height: 32px;
  margin: 0;
}
.content-wrap > .container > .quote span {
  display: block;
  color: #64717D;
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
}
.content-wrap > .container > .quote:before {
  position: absolute;
  display: block;
  content: "“";
  left: -30px;
  top: 0;
  font-size: 34px;
  font-weight: 700;
  color: #377CBC;
  font-family: Arial, sans-serif;
}
.content-wrap > .container > p iframe, .content-wrap > .container > iframe {
  margin-top: 30px;
  border: 0;
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.content-wrap > .container > .notation {
  margin-top: 40px;
  position: relative;
  border: 1px #E1E6EF solid;
  border-radius: 8px;
  padding: 32px 24px 32px 72px;
  font-size: 16px;
  line-height: 26px;
}
.content-wrap > .container > .notation.lightbulb:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/wp-content/themes/formspal/assets/img/icons/lightbulb.svg);
  background-size: cover;
  width: 32px;
  height: 32px;
  left: 27px;
  top: 32px;
}
.content-wrap > .container > .faq .faq-items .faq-item {
  margin-top: 40px;
  background: #F7F8FA;
  border: 1px #E1E6EF solid;
  border-radius: 8px;
  padding: 0 24px 32px 24px;
}
.content-wrap > .container > .faq .faq-items .faq-item h3 {
  margin-top: 32px;
  font-size: 20px;
  line-height: 26px;
}
.content-wrap > .container > .faq .faq-items .faq-item p, .content-wrap > .container > .faq .faq-items .faq-item li {
  font-size: 16px;
  line-height: 26px;
  color: #333F4B;
}
.content-wrap > .container > .faq .faq-items .faq-item ul, .content-wrap > .container > .faq .faq-items .faq-item ol {
  margin-left: 0;
}
.content-wrap > .container table {
  max-width: 100vw;
}
.content-wrap > .container table.style-1 {
  position: relative;
  margin-top: 40px;
  background: #E1E6EF;
  width: 100%;
  border-radius: 8px;
  border-spacing: 1px;
}
.content-wrap > .container table.style-1 th, .content-wrap > .container table.style-1 td {
  border-spacing: 1px;
  padding: 20px;
  font-size: 16px;
}
.content-wrap > .container table.style-1 thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.content-wrap > .container table.style-1 thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.content-wrap > .container table.style-1 thead th {
  background: #F7F8FA;
}
.content-wrap > .container table.style-1 thead th:first-child {
  text-align: left;
}
.content-wrap > .container table.style-1 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.content-wrap > .container table.style-1 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.content-wrap > .container table.style-1 tbody td {
  background: #fff;
  text-align: center;
}
.content-wrap > .container table.style-1 tbody td:first-child {
  text-align: left;
  background: #F7F8FA;
  color: #64717D;
  font-weight: 500;
}
.content-wrap > .container .scroll-styled {
  max-width: 100%;
  overflow-x: auto;
}
.content-wrap > .container .attention {
  margin-top: 40px;
  border-radius: 8px;
  border: 1px #bce8f1 solid;
  background: #d9edf7;
  padding: 16px;
  color: #3a87be;
  font-size: 16px;
  line-height: 24px;
}
.content-wrap > .container .attention span {
  font-weight: 500;
  text-transform: uppercase;
}
.content-wrap > .container > figure img {
  width: 100%;
  height: auto;
}
.content-wrap > .container > figure img, .content-wrap > .container img {
  height: auto;
  max-width: 100%;
}
.content-wrap > .container > p iframe, .content-wrap > .container > figure, .content-wrap > .container > iframe {
  width: 100%;
  height: auto;
}
.content-wrap ul:not(.list), .content-wrap ol {
  margin-left: 2em;
}
.content-wrap ul:not(.list) {
  list-style: none;
  padding: 0;
}
.content-wrap ul:not(.list) li {
  line-height: 30px;
  padding-left: 1em;
  position: relative;
}
.content-wrap ul:not(.list) li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 2px;
  background: #377CBC;
}
.content-wrap ul:not(.list) li > ul, .content-wrap ul:not(.list) li > p {
  margin-left: 1em;
}

@media only screen and (max-width: 767px) {
  .content-wrap .container {
    min-width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .content-wrap > .container {
    max-width: 700px;
    padding: 0;
  }
  .content-wrap > .container > .links-list {
    margin-top: 64px;
  }
  .content-wrap > .container > .links-list ul.list {
    column-count: 4;
  }
  .content-wrap > .container > p iframe, .content-wrap > .container > iframe {
    min-height: 395px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .content-wrap .table-of-contents {
    margin-top: 64px !important;
    padding: 16px 80px;
  }
  .content-wrap .table-of-contents h2 {
    margin-top: 20px;
  }
  .content-wrap .table-of-contents ol {
    margin-left: 0;
  }
  .content-wrap .table-of-contents ol > ul li {
    line-height: 42px;
  }
  .content-wrap .table-of-contents ol > ol {
    margin-left: 0;
  }
  .content-wrap .table-of-contents ol > ol > li {
    line-height: 42px;
  }
  .content-wrap > .container {
    max-width: 664px;
  }
  .content-wrap > .container > .quote {
    margin-left: 0;
  }
  .content-wrap > .container > p iframe img, .content-wrap > .container > iframe img {
    min-height: 470px;
    max-width: 840px;
  }
  .content-wrap > .container > .notation {
    padding: 32px 32px 32px 108px;
  }
  .content-wrap > .container > .notation.lightbulb:before {
    width: 48px;
    height: 48px;
    left: 32px;
  }
  .content-wrap > .container > .faq .faq-items .faq-item {
    padding: 0 32px 32px 32px;
  }
  .content-wrap > .container > figure img {
    width: 840px;
    height: auto;
    max-width: 100%;
  }
}
header.page-header {
  height: 48px;
  background-color: #fff;
  position: relative;
}
header.page-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100%;
}
header.page-header .container .main-logo {
  margin-top: -3px;
}
header.page-header .container .main-logo img {
  width: 110px;
  height: 35px;
}
header.page-header .container .main-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  flex-direction: column;
  background: #fff;
  z-index: 20;
}
header.page-header .container .main-menu.opened {
  display: block;
}
header.page-header .container .main-menu > nav {
  margin-top: 80px;
}
header.page-header .container .main-menu > nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.page-header .container .main-menu > nav > ul > li {
  display: block;
  outline: none;
  position: relative;
}
header.page-header .container .main-menu > nav > ul > li.current > a, header.page-header .container .main-menu > nav > ul > li.current > span {
  background: #F7F8FA;
}
header.page-header .container .main-menu > nav > ul > li.current .chevron {
  transform: rotate(-90deg);
}
header.page-header .container .main-menu > nav > ul > li > a, header.page-header .container .main-menu > nav > ul > li > span {
  display: block;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 24px;
  color: #64717D;
  font-weight: 500;
  border-bottom: 1px solid #E1E6EF;
  cursor: pointer;
}
header.page-header .container .main-menu > nav > ul > li > a:hover, header.page-header .container .main-menu > nav > ul > li > span:hover {
  color: #377CBC;
}
header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu {
  margin: 16px 0 16px 0;
  padding: 0;
  list-style: none;
  display: none;
}
header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li {
  display: block;
  outline: none;
}
header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li > a, header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li > span {
  display: block;
  padding: 8px 32px;
  font-size: 16px;
  line-height: 20px;
  color: #377CBC;
}
header.page-header .container .main-menu > nav > ul > li.main-menu__item_has-sub.current > .main-menu__sub-menu {
  display: block;
}
header.page-header .container .main-menu > nav > ul > li .chevron {
  position: absolute;
  right: 32px;
  top: 26px;
}
header.page-header .container .main-menu .sprite.cross {
  position: absolute;
  top: 8px;
  right: 24px;
  cursor: pointer;
}
header.page-header .container .main-search {
  display: block;
  cursor: pointer;
  margin-top: 4px;
  margin-left: auto;
  margin-right: 20px;
}
header.page-header .container .main-search svg {
  fill: #377CBC;
}
header.page-header .container .main-search:hover svg {
  fill: #61A0DB;
}
header.page-header .container .main-search.opened svg {
  fill: #BDC5CD;
}
header.page-header .container .burger-menu .hamburger {
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  header.page-header .container .main-menu {
    display: block;
    position: relative;
    width: auto;
  }
  header.page-header .container .main-menu > nav {
    margin-top: 0;
  }
  header.page-header .container .main-menu > nav > ul {
    display: flex;
  }
  header.page-header .container .main-menu > nav > ul > li.current > a, header.page-header .container .main-menu > nav > ul > li.current > span {
    background: #fff;
  }
  header.page-header .container .main-menu > nav > ul > li.current .chevron {
    transform: rotate(0deg);
  }
  header.page-header .container .main-menu > nav > ul > li > a, header.page-header .container .main-menu > nav > ul > li > span {
    padding: 12px 32px 10px 32px;
    border: 0;
  }
  header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu {
    display: none;
    width: 250px;
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li {
    border-bottom: 1px solid #E1E6EF;
  }
  header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li > a, header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li > span {
    padding: 16px 32px;
  }
  header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu > li:hover {
    background: #F7F8FA;
  }
  header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu:before {
    display: block;
    position: absolute;
    content: "";
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #fff transparent;
  }
  header.page-header .container .main-menu > nav > ul > li > .main-menu__sub-menu .hover > .main-menu__sub-menu {
    display: block;
  }
  header.page-header .container .main-menu > nav > ul > li .chevron {
    top: 20px;
    right: 10px;
    width: 9px;
  }
  header.page-header .container .main-menu .sprite.cross {
    display: none;
  }
  header.page-header .container .main-search {
    margin-left: 0;
    margin-right: 0;
  }
  header.page-header .container .main-search svg {
    width: 24px;
    height: 24px;
  }
  header.page-header .container .burger-menu {
    display: none;
  }
}
.post-card {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding-bottom: 32px;
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
}
.post-card:hover {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
}
.post-card .post-image a {
  display: block;
}
.post-card .post-image figure {
  margin: 0;
}
.post-card .post-image figure img {
  width: 100%;
}
.post-card .post-title {
  margin: 16px 24px 16px 24px;
}
.post-card .post-title a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #171717;
}
.post-card .post-meta {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #64717D;
  margin-left: 24px;
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .post-card {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }

  .post-card {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }

  .post-card {
    max-width: 312px;
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
  }
}
form input, form select, form button {
  outline: none;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

#modal-form {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  z-index: 100;
  display: none;
}
#modal-form .modal-data {
  position: relative;
  max-width: 100vw;
  max-height: 100vh;
  margin-left: 24px;
  margin-right: 24px;
}
#modal-form .modal-data .modal-content {
  max-width: 100vw;
  max-height: 100vh;
}
#modal-form .modal-data .modal-content img {
  max-width: calc(100vw - 50px);
  max-height: calc(100vh - 50px);
}
#modal-form .modal-data .modal-close {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#modal-form .modal-data .modal-close svg {
  width: 24px;
  height: 24px;
}
.modal {
  cursor: pointer;
}

.search-wrap {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #E1E6EF;
  display: none;
  z-index: 100;
}
.search-wrap.opened {
  display: block;
}
.search-wrap:hover input[type=text] {
  border-color: #61A0DB;
}
.search-wrap:hover button[type=submit] {
  color: #61A0DB;
}
.search-wrap form {
  width: 100%;
  padding: 20px 0;
  position: relative;
}
.search-wrap form input[type=text] {
  border-bottom: 1px solid #377CBC;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  width: 100%;
  height: 40px;
  padding-left: 0;
  padding-right: 110px;
  caret-color: #377CBC;
  color: #333f4b;
}
.search-wrap form button[type=submit] {
  position: absolute;
  right: 0;
  border: 0;
  background: none;
  color: #377CBC;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  top: 26px;
  cursor: pointer;
}

div.wpcf7-response-output {
  margin-top: 40px;
  border-radius: 8px;
  border: 1px #bce8f1 solid;
  background: #d9edf7;
  padding: 16px;
  color: #3a87be;
  font-size: 16px;
  line-height: 24px;
}

.error404 main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.hidden {
  display: none;
}

footer.page-footer {
  padding-top: 36px;
  border-top: 1px #E1E6EF solid;
}
footer.page-footer .container {
  flex-direction: column;
}
footer.page-footer .container .page-footer-blocks {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}
footer.page-footer .container .page-footer-blocks .page-footer__main-links {
  width: 100%;
}
footer.page-footer .container .page-footer-blocks .page-footer__main-links .logo {
  height: 42px;
  display: flex;
  align-items: center;
}
footer.page-footer .container .page-footer-blocks .page-footer__main-links ul {
  margin-top: 12px;
}
footer.page-footer .container .page-footer-blocks .page-footer__useful-links {
  width: 100%;
  padding: 0;
}
footer.page-footer .container .page-footer-blocks .page-footer__useful-links .heading {
  margin: 12px 0 13px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
footer.page-footer .container .page-footer-blocks .page-footer__useful-links .page-footer__links-list {
  margin-top: 8px;
  column-count: 1;
  column-gap: 0;
}
footer.page-footer .container .page-footer-blocks .page-footer__useful-links a:hover {
  color: #64717D;
}
footer.page-footer .container .page-footer-blocks .page-footer__contacts {
  width: 100%;
}
footer.page-footer .container .page-footer-blocks .page-footer__contacts .heading {
  margin: 12px 0 13px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
footer.page-footer .container .page-footer-blocks .page-footer__contacts p {
  font-size: 14px;
  line-height: 26px;
  color: #333F4B;
  margin: 8px 0;
  font-weight: 300;
}
footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block a {
  display: flex;
  align-items: center;
}
footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block a .sprite {
  fill: #BDC5CD;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block a .sprite.icon-linkedin {
  width: 24px;
  height: 20px;
  margin-top: -5px;
}
footer.page-footer .container .page-footer-blocks .page-footer__contacts .page-footer__follow-block a .sprite:hover {
  fill: #8F99A4;
}
footer.page-footer .container .page-footer-blocks .page-footer__links-list {
  list-style: none;
  padding: 0;
}
footer.page-footer .container .page-footer-blocks .page-footer__links-list li a {
  font-size: 14px;
  line-height: 32px;
  color: #333F4B;
}
footer.page-footer .container .page-footer-blocks .page-footer__links-list li a:hover {
  color: #64717D;
}
footer.page-footer .container .page-footer__copy {
  border-top: 1px #E1E6EF solid;
  padding: 12px 0 24px 0;
}
footer.page-footer .container .page-footer__copy p {
  color: #64717D;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer.page-footer .container .page-footer-blocks {
    display: grid;
    grid-template-columns: [col1-start] 50% [col2-start] 50% [col2-end];
    grid-template-rows: [row1-start] auto [row2-start] auto [row2-end];
    grid-gap: 0 20px;
  }
  footer.page-footer .container .page-footer-blocks .page-footer__main-links {
    grid-column: col1-start;
    grid-row: row1-start;
  }
  footer.page-footer .container .page-footer-blocks .page-footer__useful-links {
    grid-column: col2-start;
    grid-row: row1-start/row2-end;
  }
  footer.page-footer .container .page-footer-blocks .page-footer__useful-links .page-footer__links-list {
    grid-column: col1-start;
    grid-row: row2-start;
  }
}
@media only screen and (min-width: 1024px) {
  footer.page-footer .container .page-footer-blocks {
    display: flex;
    flex-direction: row;
  }
  footer.page-footer .container .page-footer-blocks .page-footer__main-links {
    width: 25%;
  }
  footer.page-footer .container .page-footer-blocks .page-footer__useful-links {
    width: 50%;
    padding: 0 20px;
  }
  footer.page-footer .container .page-footer-blocks .page-footer__useful-links .page-footer__links-list {
    column-count: 2;
    column-gap: 3%;
  }
  footer.page-footer .container .page-footer-blocks .page-footer__contacts {
    width: 25%;
  }
}
/*----- Breadcrumbs ------*/
.breadcrumbs {
  position: absolute;
  right: 0;
  left: 0;
  top: 16px;
}
.breadcrumbs ul.breadcrumbs__list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span a:hover {
  color: #E1E6EF;
}
.breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span.breadcrumb_last {
  opacity: 0.6;
}
.breadcrumbs ul.breadcrumbs__list li.sep {
  transform: rotate(-90deg);
  opacity: 0.6;
  margin: 0 12px;
}

.page-content > .container {
  display: block;
  padding-bottom: 60px;
}
.page-content > .container > p {
  font-weight: 300;
}

.page-meta {
  margin-top: 40px;
  color: #626262;
  font-size: 16px;
  font-weight: 300;
}

.user-block {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px #E1E6EF solid;
  display: grid;
  grid-template-rows: [row1] auto [row2] auto;
}
.user-block .user-thumb img {
  width: 72px;
  height: 72px;
}
.user-block .user-meta .name {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.user-block .user-meta .position {
  display: block;
  margin-left: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #64717D;
}
.user-block .user-bio {
  margin-top: 16px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #333F4B;
}

@media only screen and (max-width: 767px) {
  .user-block {
    grid-gap: 0 24px;
    grid-template-columns: [col1] 72px [col2] calc(100% - 96px);
    padding: 40px 24px;
  }
  .user-block .user-thumb {
    grid-column: col1;
    grid-row: row1;
  }
  .user-block .user-thumb img {
    width: 72px;
    height: 72px;
  }
  .user-block .user-meta {
    grid-column: col2;
    grid-row: row1;
  }
  .user-block .user-meta .position {
    margin-top: 8px;
  }
  .user-block .user-bio {
    grid-column: col1/span 2;
    grid-row: row2;
  }
}
@media only screen and (min-width: 768px) {
  .user-block {
    grid-gap: 0 40px;
    grid-template-columns: [col1] 140px [col2] calc(100% - 180px);
    padding: 40px 40px;
  }
  .user-block .user-thumb {
    grid-column: col1;
    grid-row: row1;
  }
  .user-block .user-thumb img {
    width: 140px;
    height: 140px;
  }
  .user-block .user-meta {
    grid-column: col2;
    grid-row: row1;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30px;
  }
  .user-block .user-meta .position {
    margin-left: 32px;
  }
  .user-block .user-bio {
    grid-column: col2;
    grid-row: 1/3;
    margin-top: 50px;
  }
}
.numbers-block {
  padding-top: 64px;
  padding-bottom: 64px;
}
.numbers-block .container {
  flex-direction: column;
}
.numbers-block .container h2 {
  color: #171717;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
  margin-top: 0;
}
.numbers-block .container .numbers-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}
.numbers-block .container .numbers-wrap .number-item {
  background: #F7F8FA;
  border-radius: 8px;
  border: 1px #E1E6EF solid;
  margin: 12px 0;
  padding: 32px 36px;
  flex-grow: 1;
  flex-basis: 0;
}
.numbers-block .container .numbers-wrap .number-item .value {
  color: #377CBC;
  font-size: 28px;
  font-weight: 500;
}
.numbers-block .container .numbers-wrap .number-item .text {
  margin-top: 20px;
  color: #64717D;
  font-size: 16px;
  font-weight: 300;
}

.partners-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.partners-block > div {
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 16px;
  min-width: 33%;
}
.partners-block > div img {
  height: 28px;
}
.partners-block > div img.forbes, .partners-block > div img.business-insider, .partners-block > div img.inc {
  width: 70px;
}
.partners-block > div img.ny-times {
  width: 166px;
}

@media only screen and (min-width: 768px) {
  .partners-block {
    justify-content: space-between;
  }
  .partners-block > div {
    min-width: auto;
  }
  .partners-block > div img {
    height: 36px;
  }
  .partners-block > div img.forbes, .partners-block > div img.business-insider, .partners-block > div img.inc {
    width: 90px;
  }
  .partners-block > div img.ny-times {
    width: 214px;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #D5DBE7;
  border-radius: 4px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 46px 0 16px;
  font-size: 16px;
  line-height: 46px;
  color: #788797;
  height: 46px;
  user-select: none;
  font-weight: 300;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #FFF;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/46px Lucida Sans Unicode, Arial Unicode MS, Arial;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  &:after {
  	content: " ";
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 0;
  	height: 0;
  	border: 4px solid transparent;
  	border-top-color: $selectric-secondary-color;
  	border-bottom: none;
  	display:none;
  }
   */
}

.selectric-focus .selectric {
  border-color: #94a3c2;
}

.selectric-hover .selectric {
  border-color: #b5bfd4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #b5bfd4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #b5bfd4;
  /*z-index: -1;*/
  /*box-shadow: 0 0 10px -6px;*/
  outline: none;
  border: 0;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: -4px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  border-radius: 4px;
}
.selectric-items .selectric-scroll::-webkit-scrollbar {
  height: 40px;
  width: 4px;
}
.selectric-items .selectric-scroll::-webkit-scrollbar:vertical {
  width: 10px;
}
.selectric-items .selectric-scroll::-webkit-scrollbar:horizontal {
  height: 40px;
  width: 4px;
}
.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #fff;
  /* should match background, can't be transparent */
  background-color: #8F99A4;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 14px 10px 10px 10px;
  color: #333F4B;
  cursor: pointer;
  height: 48px;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #FFFFFF;
  color: #788797;
  display: none;
}
.selectric-items li:hover {
  background: #F7F8FA;
  color: #333F4B;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
  display: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.about-wrap {
  background-image: linear-gradient(to right, #3C6D9A 0%, #478CBE 100%);
  background-size: auto 232px;
  background-repeat: no-repeat;
  padding-top: 0;
  position: relative;
}
.about-wrap .container {
  flex-direction: column;
}
.about-wrap p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px !important;
  color: #333F4B;
}
.about-wrap .about-hero {
  position: relative;
  height: 232px;
}
.about-wrap .about-hero .breadcrumbs .container {
  padding: 0;
}
.about-wrap .about-hero h1 {
  color: #fff;
}
.about-wrap .about-hero .hero-image {
  position: absolute;
  right: 0;
  display: block;
}
.about-wrap .about-hero .hero-image-dt {
  display: none;
}
.about-wrap .about-our-mission {
  border-top: 1px solid #E1E6EF;
}
.about-wrap .about-our-mission > .text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #333F4B;
}
.about-wrap .about-our-mission > .text p > img {
  margin: 10px 0;
}
.about-wrap .about-our-mission > .text i {
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
}
.about-wrap .about-our-mission > .text .icons {
  display: flex;
  justify-content: space-between;
  max-width: 420px;
  margin: 0 auto;
}
.about-wrap .about-our-mission > .text .icons > img {
  height: 40px;
  margin-top: 32px;
  margin-bottom: 40px;
}
.about-wrap .about-how_it_works {
  background: #F7F8FA;
}
.about-wrap .about-how_it_works .blocks-wrap {
  margin-top: 24px;
}
.about-wrap .about-how_it_works .blocks-wrap .block {
  background: #FFFFFF;
  border: 1px solid #E1E6EF;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 32px 40px;
  margin-bottom: 32px;
}
.about-wrap .about-how_it_works .blocks-wrap .block .title {
  font-size: 16px;
  line-height: 26px;
  color: #64717D;
  margin-top: 16px;
  font-weight: 300;
}
.about-wrap .about-our-team > .items-wrap .user-block {
  background: #F7F8FA;
  border: 1px solid #E1E6EF;
  border-radius: 8px;
}
.about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}
.about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts a {
  margin-right: 15px;
  width: 20px;
}
.about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts a .sprite {
  fill: #BDC5CD;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts a .sprite.icon-linkedin {
  margin-top: -3px;
}
.about-wrap .about-our-team > .items-wrap .user-block .user-thumb .user-contacts a .sprite:hover {
  fill: #8F99A4;
}
.about-wrap .about-our-team > .items-wrap .user-block .user-bio {
  font-size: 18px;
  line-height: 30px;
}
.about-wrap .social-block .text {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  text-align: center;
  color: #171717;
}
.about-wrap .social-block .networks {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 64px;
}
.about-wrap .social-block .networks .social-share {
  display: flex;
  margin-top: 24px;
}
.about-wrap .social-block .networks .social-share .icon {
  border-radius: 8px 0 0 8px;
  height: 52px;
  width: 68px;
  text-align: center;
}
.about-wrap .social-block .networks .social-share .icon svg {
  height: 50px;
  width: 21px;
  fill: #ffffff;
}
.about-wrap .social-block .networks .social-share .title {
  background: #F7F8FA;
  border-radius: 0 8px 8px 0;
  width: 140px;
  border: 1px solid #E1E6EF;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64717D;
}
.about-wrap .social-block .networks .facebook-share .icon {
  background: #3F5896;
}
.about-wrap .social-block .networks .twitter-share .icon {
  background: #62A9ED;
}
.about-wrap .social-block .networks .linkedin-share .icon {
  background: #3478B4;
}

@media only screen and (max-width: 767px) {
  .about-wrap .about-hero h1 {
    margin-top: 90px;
  }
  .about-wrap .about-hero .hero-image {
    top: 130px;
    width: 167px;
    height: 142px;
    display: block;
  }
  .about-wrap .about-hero .hero-image-dt {
    display: none;
  }
  .about-wrap .about-intro {
    margin-top: 56px;
    margin-bottom: 48px;
  }
  .about-wrap .about-our-mission {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .about-wrap .about-our-mission > h2 {
    margin-bottom: 0;
    text-align: center;
  }
  .about-wrap .about-our-mission > .image {
    margin-top: 40px;
  }
  .about-wrap .about-how_it_works {
    padding-top: 38px;
  }
  .about-wrap .about-how_it_works .blocks-wrap {
    padding-bottom: 32px;
  }
  .about-wrap .about-our-team {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .about-wrap .about-our-team h2 {
    margin-bottom: 0;
  }
  .about-wrap .about-our-team > .items-wrap {
    margin-top: 40px;
  }
  .about-wrap .about-our-team > .items-wrap .user-block {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .about-wrap {
    background-size: auto 283px;
  }
  .about-wrap .about-hero {
    height: 283px;
  }
  .about-wrap .about-hero h1 {
    margin-top: 117px;
  }
  .about-wrap .about-hero .hero-image {
    top: 60px;
    right: 80px;
    width: 324px;
    height: 279px;
    display: block;
  }
  .about-wrap .about-hero .hero-image-dt {
    display: none;
  }
  .about-wrap .about-intro {
    margin-top: 110px;
    margin-bottom: 100px;
  }
  .about-wrap .about-intro p img {
    max-width: 468px;
    margin: 0 auto;
    display: block;
  }
  .about-wrap .about-our-mission {
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .about-wrap .about-our-mission > h2 {
    margin-bottom: 0;
    text-align: center;
  }
  .about-wrap .about-our-mission > .image {
    margin-top: 40px;
  }
  .about-wrap .about-our-mission > .text p i {
    margin-top: 48px;
    display: block;
    font-size: 24px;
  }
  .about-wrap .about-our-mission > .text .icons > img {
    height: 48px;
  }
  .about-wrap .about-how_it_works {
    padding-top: 75px;
  }
  .about-wrap .about-how_it_works h2 {
    text-align: center;
  }
  .about-wrap .about-how_it_works .blocks-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 100px;
  }
  .about-wrap .about-how_it_works .blocks-wrap .block {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
  .about-wrap .about-our-team {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .about-wrap .about-our-team h2 {
    text-align: center;
  }
  .about-wrap .about-our-team > .items-wrap .user-block {
    margin-top: 40px;
  }
  .about-wrap .social-block .text {
    font-size: 28px;
    line-height: 40px;
    max-width: 510px;
    margin: 0 auto;
  }
  .about-wrap .social-block .networks {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-wrap {
    background-size: auto 300px;
  }
  .about-wrap .container {
    position: relative;
  }
  .about-wrap h1 {
    text-align: center;
  }
  .about-wrap .about-hero {
    height: 300px;
  }
  .about-wrap .about-hero h1 {
    margin-top: 117px;
  }
  .about-wrap .about-hero .hero-image {
    top: 60px;
    left: -100px;
    right: auto;
    width: 514px;
    height: 440px;
    display: none;
  }
  .about-wrap .about-hero .hero-image-dt {
    position: absolute;
    right: -50px;
    left: auto;
    top: 240px;
    width: 514px;
    height: 440px;
    display: block;
  }
  .about-wrap .about-intro {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .about-wrap .about-intro p {
    display: inline-block;
    float: left;
  }
  .about-wrap .about-intro p.r1 {
    display: block;
    float: none;
    width: 487px;
  }
  .about-wrap .about-intro p img {
    margin-top: 50px;
    max-width: 468px;
  }
  .about-wrap .about-intro p.r2 {
    width: 487px;
    display: inline-block;
    float: right;
  }
  .about-wrap .about-our-mission {
    padding-top: 75px;
    padding-bottom: 60px;
    text-align: center;
  }
  .about-wrap .about-our-mission > h2 {
    margin-bottom: 0;
    text-align: center;
  }
  .about-wrap .about-our-mission > .image {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 612px;
  }
  .about-wrap .about-our-mission > .text {
    display: block;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .about-wrap .about-our-mission > .text p i {
    margin-top: 48px;
    display: block;
    font-size: 24px;
  }
  .about-wrap .about-our-mission > .text .icons > img {
    height: 48px;
  }
  .about-wrap .about-how_it_works {
    padding-top: 75px;
  }
  .about-wrap .about-how_it_works .text {
    max-width: 612px;
    margin: 0 auto;
  }
  .about-wrap .about-how_it_works h2 {
    text-align: center;
  }
  .about-wrap .about-how_it_works .blocks-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-bottom: 100px;
  }
  .about-wrap .about-how_it_works .blocks-wrap .block {
    width: calc(33% - 27px);
    margin-bottom: 0;
  }
  .about-wrap .about-our-team {
    padding-top: 75px;
    padding-bottom: 100px;
  }
  .about-wrap .about-our-team h2 {
    text-align: center;
  }
  .about-wrap .about-our-team > .items-wrap .user-block {
    margin-top: 40px;
  }
  .about-wrap .social-block .text {
    font-size: 28px;
    line-height: 40px;
    max-width: 660px;
    margin: 0 auto;
  }
  .about-wrap .social-block .networks {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 100px;
  }
  .about-wrap .social-block .networks .social-share {
    margin-top: 0;
  }
  .about-wrap .social-block .networks .social-share .title {
    width: 156px;
  }
}
.author-wrap {
  position: relative;
}
.author-wrap .author-data {
  background: #F7F8FA;
}
.author-wrap .author-data .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span a {
  color: #171717;
}
.author-wrap .author-data .breadcrumbs ul.breadcrumbs__list li.sep svg path {
  stroke: #64717D;
  opacity: 0.6;
}
.author-wrap .author-data .breadcrumbs .breadcrumb_last {
  color: #64717D;
  opacity: 0.6;
}
.author-wrap .author-data .container {
  flex-direction: column;
}
.author-wrap .author-block {
  margin-top: 84px;
  margin-bottom: 64px;
}
.author-wrap .author-block .author-thumb img {
  width: 140px;
  height: 140px;
}
.author-wrap .author-block .author-meta .position {
  color: #64717D;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.author-wrap .author-block .author-bio {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #333F4B;
}
.author-wrap .author-posts .container {
  flex-direction: column;
}
.author-wrap .author-posts h2 {
  color: #171717;
  margin-top: 64px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .author-wrap {
    padding-bottom: 24px;
  }
  .author-wrap .author-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .author-wrap .author-block .author-thumb img {
    width: 140px;
    height: 140px;
  }
  .author-wrap .author-block .author-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .author-wrap .author-block .author-meta h1.name {
    margin-bottom: 16px;
  }
  .author-wrap .author-block .author-bio {
    margin-top: 20px;
  }
  .author-wrap .author-posts .post-card {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .author-wrap {
    padding-bottom: 24px;
  }
  .author-wrap .author-block {
    display: grid;
    grid-gap: 0 40px;
    grid-template-columns: [col1] 140px [col2] calc(100% - 180px);
    grid-template-rows: [row1] auto [row2] auto;
    padding: 10px;
  }
  .author-wrap .author-block .author-thumb {
    grid-column: col1;
    grid-row: row1;
  }
  .author-wrap .author-block .author-meta {
    grid-column: col2;
    grid-row: row1;
    display: flex;
    flex-direction: column;
    height: 30px;
  }
  .author-wrap .author-block .author-meta h1.name {
    font-size: 35px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .author-wrap .author-block .author-bio {
    grid-column: col2;
    grid-row: 1/3;
    margin-top: 95px;
  }
}
@media only screen and (min-width: 1024px) {
  .author-wrap .author-block {
    padding: 10px 0;
  }
  .author-wrap .author-posts h2 {
    margin-top: 72px;
  }
}
.contact-wrap {
  background-image: linear-gradient(to right, #3C6D9A 0%, #478CBE 100%);
  background-size: auto 232px;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 64px;
  position: relative;
}
.contact-wrap .breadcrumbs {
  height: 52px;
}
.contact-wrap .container {
  flex-direction: column;
}
.contact-wrap .page-header h1 {
  text-align: center;
  color: #fff;
}
.contact-wrap .page-header > div {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.contact-wrap .page-body .form .form-row {
  margin-bottom: 24px;
}
.contact-wrap .page-body .form .form-row input[type=text], .contact-wrap .page-body .form .form-row input[type=email], .contact-wrap .page-body .form .form-row textarea {
  border: 1px solid #E1E6EF;
  border-radius: 4px;
  color: #333F4B;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 16px 0 16px;
  width: 100%;
  caret-color: #377CBC;
}
.contact-wrap .page-body .form .form-row input[type=text].wpcf7-not-valid, .contact-wrap .page-body .form .form-row input[type=email].wpcf7-not-valid, .contact-wrap .page-body .form .form-row textarea.wpcf7-not-valid {
  border: 1px solid #f16c42;
}
.contact-wrap .page-body .form .form-row input[type=text]:hover, .contact-wrap .page-body .form .form-row input[type=email]:hover, .contact-wrap .page-body .form .form-row textarea:hover {
  border: 1px solid #377CBC;
}
.contact-wrap .page-body .form .form-row input {
  height: 48px;
}
.contact-wrap .page-body .form .form-row textarea {
  padding: 10px 16px;
  height: 192px;
}
.contact-wrap .page-body .form .form-row input[type=submit] {
  background: #F16C42;
  border-radius: 4px;
  border: 0;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
.contact-wrap .page-body .form .form-row ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #788797;
}
.contact-wrap .page-body .form .form-row ::-moz-placeholder {
  /* Firefox 19+ */
  color: #788797;
}
.contact-wrap .page-body .form .form-row :-ms-input-placeholder {
  /* IE 10+ */
  color: #788797;
}
.contact-wrap .page-body .form .form-row :-moz-placeholder {
  /* Firefox 18- */
  color: #788797;
}
.contact-wrap .page-body .form .form-row.form-submit {
  margin-bottom: 0;
}
.contact-wrap .page-body .contacts > .heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333F4B;
  margin-bottom: 5px;
}
.contact-wrap .page-body .contacts > .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #333F4B;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .contact-wrap {
    background-size: auto 334px;
    padding-bottom: 50px;
  }
  .contact-wrap .page-header {
    height: 256px;
  }
  .contact-wrap .page-body {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-wrap .page-header > div {
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-wrap .page-body {
    flex-direction: row;
    display: flex;
    margin-top: 64px;
  }
  .contact-wrap .page-body .form {
    width: 100%;
    margin-right: 40px;
  }
  .contact-wrap .page-body .form .form-row.form-submit {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  .contact-wrap .page-body .form .form-row.form-submit input[type=submit] {
    width: 266px;
  }
  .contact-wrap .page-body .contacts {
    flex: 0 0 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-wrap {
    background-size: auto 292px;
  }
  .contact-wrap .page-header {
    height: 212px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-wrap {
    background-size: auto 340px;
  }
  .contact-wrap .page-header {
    height: 260px;
  }
}
.home-hero {
  background-image: url(../img/background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.home-hero .container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 64px;
}
.home-hero .container h1 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.home-hero .container > p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  max-width: 664px;
  margin-top: 0;
}
.home-hero .container > .steps {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  margin-top: 24px;
  width: 100%;
}
.home-hero .container > .steps .step {
  text-align: center;
  margin: 24px 16px 8px 16px;
}
.home-hero .container > .steps .step .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.home-hero .container > .steps .step .img-wrap svg {
  display: block;
}
.home-hero .container > .steps .step p {
  color: #333F4B;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.home-templates {
  background: #F7F8FA;
  padding-top: 42px;
  padding-bottom: 64px;
}
.home-templates .container {
  flex-direction: column;
}
.home-templates .container h2 {
  color: #171717;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0;
}
.home-templates .container .featured-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  /*margin-top: 64px;*/
}
.home-templates .container .featured-wrap .featured-item {
  position: relative;
  background: #fff;
  border-radius: 8px;
  margin: 97px 0 0 0;
  flex-grow: 1;
  flex-basis: 0;
  z-index: 0;
  transform-style: preserve-3d;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07);
}
.home-templates .container .featured-wrap .featured-item .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  padding: 32px 32px 24px 32px;
}
.home-templates .container .featured-wrap .featured-item .list a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  border-top: 1px #E1E6EF solid;
  padding: 15px 32px;
}
.home-templates .container .featured-wrap .featured-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -60px;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07);
  z-index: 2;
  transform: translateZ(1px);
}
.home-templates .container .featured-wrap .featured-item:last-child {
  margin-bottom: 0;
}
.home-templates .container .forms-list-wrap {
  margin-top: 28px;
  padding: 40px 32px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.07);
}
.home-templates .container .forms-list-wrap h3 {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  font-weight: 500;
  margin-top: 0;
}
.home-templates .container .forms-list-wrap .list {
  margin-top: 10px;
}
.home-templates .container .forms-list-wrap .list a {
  display: inline-block;
  line-height: 26px;
  align-self: stretch;
  width: 100%;
  padding: 5px 0;
}

.home-advantages {
  background: #F7F8FA;
  padding-top: 64px;
  padding-bottom: 64px;
}
.home-advantages .container {
  flex-direction: column;
}
.home-advantages .container h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #192938;
  margin-top: 0;
  margin-bottom: 32px;
}
.home-advantages .container .advantages-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-advantages .container .advantages-wrap .advantage-item {
  background: #FFFFFF;
  border: 1px solid #E1E6EF;
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.home-advantages .container .advantages-wrap .advantage-item .icon {
  width: 32px;
  height: 32px;
}
.home-advantages .container .advantages-wrap .advantage-item .icon img {
  width: 32px;
  height: 32px;
}
.home-advantages .container .advantages-wrap .advantage-item .title {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #64717D;
  flex: 1;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .home-hero .container h1 {
    font-size: 42px;
  }
  .home-hero .container > .steps {
    flex-direction: row;
  }
  .home-hero .container > .steps .step {
    width: 33.3%;
  }
  .home-hero .container > .partners-block {
    margin-top: 80px;
  }
  .home-hero .container > .partners-block > div {
    margin-bottom: 0;
  }

  .numbers-block .container h2 {
    text-align: center;
  }
  .numbers-block .container .numbers-wrap {
    flex-direction: row;
    margin: 0 -20px 0 -20px;
  }
  .numbers-block .container .numbers-wrap .number-item {
    margin: 20px;
  }
  .home-templates .container h2 {
    text-align: center;
  }
  .home-templates .container .featured-wrap {
    flex-direction: column;
    /*margin: 64px -20px 0 -20px;*/
  }
  .home-templates .container .featured-wrap .featured-item {
    /*margin: 20px;*/
  }
  .home-templates .container .forms-list-wrap {
    margin-top: 48px;
    padding: 16px 0 32px 0;
  }
  .home-templates .container .forms-list-wrap h3 {
    text-align: center;
  }
  .home-templates .container .forms-list-wrap .list {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    column-count: 2;
  }
  .home-templates .container .forms-list-wrap .list a {
    padding: 5px 32px;
  }

  .home-advantages .container h2 {
    text-align: center;
    color: #171717;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .home-advantages .container .advantages-wrap {
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-advantages .container .advantages-wrap .advantage-item {
    display: block;
    padding: 32px 40px;
    width: calc(50% - 20px);
  }
  .home-advantages .container .advantages-wrap .advantage-item .icon {
    width: 48px;
    height: 48px;
  }
  .home-advantages .container .advantages-wrap .advantage-item .icon img {
    width: 48px;
    height: 48px;
  }
  .home-advantages .container .advantages-wrap .advantage-item .title {
    margin-top: 24px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .home-templates {
    padding-top: 64px;
  }
  .home-templates .container h2 {
    margin-top: 0;
  }
  .home-templates .container .featured-wrap {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-templates .container .featured-wrap .featured-item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .home-templates .container .forms-list-wrap {
    padding-top: 32px;
  }
  .home-templates .container .forms-list-wrap .list {
    column-count: 3;
  }
  .home-advantages {
    padding-bottom: 80px;
  }
  .home-advantages .container .advantages-wrap .advantage-item {
    width: calc(33.333% - 27px);
  }
}
.page-support .support-wrap {
  padding-bottom: 70px;
  position: relative;
}
.page-support .support-wrap .hero-wrap {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-support .support-wrap .hero-wrap:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #172C41;
  opacity: 0.5;
}
.page-support .support-wrap .hero-wrap > picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
.page-support .support-wrap .hero-wrap > picture source, .page-support .support-wrap .hero-wrap > picture img {
  display: block;
  min-width: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.page-support .support-wrap .hero-wrap .hero-inner {
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}
.page-support .support-wrap .hero-wrap .hero-inner h1 {
  color: #fff;
  margin-bottom: 32px;
  margin-top: 0;
  font-weight: 600;
}
.page-support .support-wrap .hero-wrap .hero-inner .details {
  color: #fff;
  display: flex;
  justify-content: center;
}
.page-support .support-wrap .hero-wrap .hero-inner .details .views {
  padding-right: 16px;
  margin-right: 16px;
  /*border-right: 1px #fff solid;*/
  position: relative;
}
.page-support .support-wrap .hero-wrap .hero-inner .details .views:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 10%;
  width: 1px;
  background: #fff;
  height: 14px;
}
.page-support .support-wrap .hero-wrap .hero-inner .details .share {
  display: flex;
}
.page-support .support-wrap .hero-wrap .hero-inner .details .share .text {
  margin-right: 20px;
}
.page-support .support-wrap .hero-wrap .hero-inner .details .share a svg {
  fill: #FFF;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.page-support .support-wrap .content-wrap > .toc-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  z-index: 10;
}
.page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents {
  margin-top: 0 !important;
  background: none;
  padding-bottom: 20px;
  margin-bottom: 48px;
}
.page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents h2 {
  font-size: 20px;
  font-weight: 600;
}
.page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents ol {
  padding-left: 20px;
  margin-bottom: 0;
}
.page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents ol > li > ul {
  margin-left: 0.4em !important;
}
.page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents ol li, .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents ul li {
  margin-bottom: 0;
}
.page-support .support-wrap .content-wrap > .container {
  position: relative;
  font-weight: 400;
}
.page-support .support-wrap .content-wrap > .container > * {
  color: #333F4B;
}
.page-support .support-wrap .content-wrap > .container h2, .page-support .support-wrap .content-wrap > .container h3, .page-support .support-wrap .content-wrap > .container h4, .page-support .support-wrap .content-wrap > .container h5, .page-support .support-wrap .content-wrap > .container h6 {
  font-weight: 600;
  color: #171717;
}
.page-support .support-wrap .content-wrap > .container p, .page-support .support-wrap .content-wrap > .container ul, .page-support .support-wrap .content-wrap > .container ol, .page-support .support-wrap .content-wrap > .container figcaption {
  font-weight: 400;
}
.page-support .support-wrap .content-wrap > .container figure figcaption {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  color: #64717D;
}
.page-support .support-wrap .content-wrap > .container ul {
  margin-left: 0;
}
.page-support .support-wrap .content-wrap > .container ol {
  margin-left: 1em;
}
.page-support .support-wrap .content-wrap > .container ul li, .page-support .support-wrap .content-wrap > .container ol li {
  margin-bottom: 10px;
}
.page-support .support-wrap .content-wrap > .container > .quote span {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .page-support .support-wrap .hero-wrap {
    height: 330px;
  }
  .page-support .support-wrap .hero-wrap > picture source, .page-support .support-wrap .hero-wrap > picture img {
    max-height: 330px;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-support .support-wrap .content-wrap > .toc-wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-support .support-wrap .hero-wrap {
    height: 466px;
  }
  .page-support .support-wrap .hero-wrap > picture source, .page-support .support-wrap .hero-wrap > picture img {
    max-height: 466px;
    max-width: none;
  }
  .page-support .support-wrap .hero-wrap .hero-inner h1 {
    max-width: 670px;
  }
  .page-support .support-wrap .content-wrap {
    padding-top: 0;
    position: relative;
  }
  .page-support .support-wrap .content-wrap > .toc-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px #E1E6EF solid;
    max-width: 320px;
  }
  .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents {
    padding: 64px 32px 0 32px;
    border: 0;
    position: sticky;
    top: 0;
  }
  .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents > * {
    display: block;
  }
  .page-support .support-wrap .content-wrap > .toc-wrap .table-of-contents h2 {
    margin-top: 0;
  }
  .page-support .support-wrap .content-wrap > .container {
    display: block;
    padding-top: 64px;
    padding-right: 20px;
    max-width: 1200px;
    padding-left: 365px;
    /*
    &:before {
      display: block;
      position: absolute;
      content: "";
      width: 1px;
      top: 0;
      bottom: 0;
      left: 320px;
      background: #E1E6EF;
    }

     */
  }
  .page-support .support-wrap .content-wrap > .container > * {
    max-width: 670px;
  }
  .page-support .support-wrap .content-wrap > .container .wide {
    max-width: 100%;
  }
  .page-support .support-wrap .content-wrap > .container .wide img {
    width: 100%;
  }
  .page-support .support-wrap .content-wrap > .container .double {
    display: inline-block;
    width: calc(50% - 8px);
  }
  .page-support .support-wrap .content-wrap > .container .double + .double {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-support .support-wrap .content-wrap > .container {
    max-width: 1440px;
  }
}
.page-template .page-header {
  border-bottom: 1px solid #E1E6EF;
}

.cta-wrap {
  background: linear-gradient(235.03deg, #478CBE 18.63%, #3C6D9A 69.59%);
  opacity: 0.96;
  padding-top: 56px;
  padding-bottom: 56px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.cta-wrap .container {
  flex-direction: column;
}
.cta-wrap .container h2 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin: 0;
  width: 258px;
}
.cta-wrap .container .form-wrap {
  margin-top: 24px;
}
.cta-wrap .container .form-wrap form .form-row {
  display: flex;
  flex-direction: column;
}
.cta-wrap .container .form-wrap form .form-row .form-item {
  width: 100%;
}
.cta-wrap .container .form-wrap form .form-row .form-item.doc-type, .cta-wrap .container .form-wrap form .form-row .form-item.doc-state {
  margin-bottom: 20px;
}
.cta-wrap .container .form-wrap form .form-row .form-item select {
  background: #FFFFFF;
  border: 1px solid #D5DBE7;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  width: 100%;
}
.cta-wrap .container .form-wrap form .form-row .form-item select option {
  color: #333F4B;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  height: 48px;
}
.cta-wrap .container .form-wrap form .form-row .form-item input {
  width: 100%;
  background: #F16C42;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  border: 0;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.cta-wrap .container .form-wrap form .form-row .form-item input:hover {
  background: #FF7D54;
}

.dnl-items-wrap {
  margin: 16px auto 0 auto;
}
.dnl-items-wrap .dnl-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  gap: 16px;
}
.dnl-items-wrap .dnl-items .dnl-item {
  width: 131px;
  height: 118px;
  background: #F7F8FA;
  border: 1px #E1E6EF solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  flex-direction: column;
}
.dnl-items-wrap .dnl-items .dnl-item.pdf img {
  width: 34px;
  height: 46px;
}
.dnl-items-wrap .dnl-items .dnl-item.word img {
  width: 38px;
  height: 38px;
}
.dnl-items-wrap .dnl-items .dnl-item.odt img {
  width: 44px;
  height: 44px;
}
.dnl-items-wrap .dnl-items .dnl-item.gdoc img {
  width: 34px;
  height: 44px;
}
.dnl-items-wrap .dnl-items .dnl-item img {
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
}
.dnl-items-wrap .dnl-items .dnl-item .dnl-item-text {
  margin-top: 10px;
}
.dnl-items-wrap .dnl-items .dnl-item .dnl-item-text svg {
  display: inline-block;
  margin-right: 4px;
}
.dnl-items-wrap .dnl-items .dnl-item .dnl-item-text svg path {
  fill: #F16C42;
}
.dnl-items-wrap .dnl-items .dnl-item .dnl-item-text div {
  display: inline-block;
  color: #F16C42;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.dnl-items-wrap .dnl-items .dnl-item:hover {
  background: #FFF6F3;
  border-color: #F16C42;
}
.dnl-items-wrap .dnl-items .dnl-item:hover img {
  -webkit-filter: drop-shadow(0px 6px 7px rgba(157, 52, 19, 0.25));
}

.template-wrap {
  padding-top: 48px;
  padding-bottom: 70px;
  position: relative;
}
.template-wrap .container {
  flex-direction: column;
}
.template-wrap .breadcrumbs {
  top: 5px;
}
.template-wrap .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span a {
  color: #171717;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.template-wrap .breadcrumbs ul.breadcrumbs__list li.sep svg path {
  stroke: #64717D;
}
.template-wrap .breadcrumbs ul.breadcrumbs__list li.breadcrumbs__item span {
  color: #64717D;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.template-wrap h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.template-wrap .container.intro-text {
  margin-top: 24px;
}
.template-wrap .container.intro-text :last-child {
  margin-bottom: 0;
}
.template-wrap .container.intro-text + .container {
  margin-top: 32px;
}
.template-wrap .template-card {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 48px;
  box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.12);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.template-wrap .template-card .thumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  margin-top: 32px;
  margin-bottom: 16px;
}
.template-wrap .template-card .thumb-wrap img {
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 100% !important;
}
.template-wrap .template-card .dnl-wrap {
  order: 1;
}
.template-wrap .template-card .dnl-wrap .title {
  font-size: 18px;
  line-height: 30px;
  color: #333F4B;
  font-weight: 300;
  margin-left: 0;
  margin-top: 24px;
}
.template-wrap .forms-by-type-wrap {
  background: #F7F8FA;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-top: 64px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap {
  display: flex;
  justify-content: space-between;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap h2 {
  margin: 0;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .heading-wrap .count {
  background: #E1E6EF;
  border-radius: 32px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item {
  background: #FFFFFF;
  border: 1px solid #E1E6EF;
  border-radius: 8px;
  padding: 32px 24px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .thumb-wrap {
  width: 100px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title {
  width: calc(100% - 120px);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:link, .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:hover, .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:visited {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:link, .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:visited {
  color: #171717;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title a:hover {
  color: #377CBC;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items {
  gap: 12px;
  justify-content: space-between;
  margin: 0 auto;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item {
  height: 56px;
  flex-direction: row;
  width: calc(50% - 6px);
  padding: 5px;
  max-width: 230px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.pdf img {
  width: 22px;
  height: 30px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.word img {
  width: 25px;
  height: 24px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.odt img {
  width: 29px;
  height: 29px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.gdoc svg {
  display: none;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item.gdoc img {
  width: 21px;
  height: 29px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item img {
  margin-right: 12px;
}
.template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items .dnl-item .dnl-item-text {
  margin-top: 5px;
}

@media only screen and (min-width: 480px) {
  .template-wrap .cta-wrap h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .template-wrap .user-block {
    padding: 64px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  body.with-cta .template-wrap .container.intro-text {
    text-align: center;
  }

  .template-wrap {
    background-size: auto 400px;
  }
  .template-wrap .cta-wrap .container {
    max-width: 625px;
  }
  .template-wrap .cta-wrap h2 {
    text-align: center;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row .form-item.doc-type {
    margin-right: 8px;
    width: 48%;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row .form-item.doc-state {
    margin-left: 8px;
    width: 48%;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row .form-item.btn-submit {
    width: 204px;
    margin-bottom: 0;
  }
  .template-wrap .template-card {
    padding: 40px 40px 40px 0;
    flex-direction: row;
    height: 428px;
  }
  .template-wrap .template-card .thumb-wrap {
    order: 1;
    width: 50%;
    margin: 0;
    flex: 1;
  }
  .template-wrap .template-card .dnl-wrap {
    width: 50%;
    order: 2;
    flex: 1;
  }
  .template-wrap .template-card .dnl-wrap .title {
    margin-left: 8px;
    margin-top: 0;
  }
  .template-wrap .template-card .dnl-wrap .dnl-items .dnl-item {
    width: 148px;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item {
    display: block;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .thumb-wrap {
    display: inline-block;
    float: left;
    margin-right: 32px;
    width: 120px;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .title {
    height: 20px;
    display: inline-block;
    width: calc(100% - 160px);
    font-size: 20px;
    line-height: 26px;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .description {
    display: inline-block;
    width: calc(100% - 160px);
    margin-top: 16px;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap {
    padding-left: 160px;
    margin-top: 24px;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap .dnl-items {
    gap: 16px;
    margin: 0 auto;
    width: 476px;
  }
  .template-wrap .user-block {
    padding: 64px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  body.with-cta .template-wrap .container.intro-text {
    max-width: 840px;
  }

  .template-wrap .cta-wrap .container {
    max-width: 880px;
  }
  .template-wrap .cta-wrap h2 {
    width: 100%;
    text-align: center;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 24px;
    margin: 0;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row .form-item {
    margin: 0 !important;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row .form-item.doc-type {
    width: 312px;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row .form-item.doc-state {
    width: 312px;
  }
  .template-wrap .cta-wrap .form-wrap form .form-row .form-item.btn-submit {
    width: 204px;
  }
  .template-wrap .template-card {
    padding: 40px;
    flex-direction: row;
    margin-left: -88px;
    width: 840px;
  }
  .template-wrap .template-card .dnl-wrap .title {
    margin-left: 8px;
    margin-top: 0;
  }
  .template-wrap .template-card .dnl-wrap .dnl-items .dnl-item {
    width: 148px;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item {
    width: calc(50% - 20px);
    margin-top: 0;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap {
    padding: 0;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap .dnl-items {
    width: auto;
  }
  .template-wrap .forms-by-type-wrap .container.forms-by-type .items-wrap .item .dnl-items-wrap .dnl-items .dnl-item {
    width: calc(50% - 8px);
    max-width: none;
  }
  .template-wrap .content-wrap > .table-of-contents, .template-wrap .content-wrap table {
    margin-left: -88px;
    width: 840px !important;
    height: auto;
  }
}
.search-results {
  padding-bottom: 64px;
}
.search-results .container {
  flex-direction: column;
}
.search-results h1, .search-results .subheading {
  margin-left: auto;
  margin-right: auto;
}
.search-results h1 {
  margin-top: 50px;
}
.search-results .subheading {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 24px;
  text-align: center;
}
.search-results .posts-grid {
  margin-top: 30px;
}

/*# sourceMappingURL=main.css.map */
