@charset "UTF-8";
.nav__list, .nav__sublist, .home__services, .tree ul {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

html {
  height: 100%; }

body {
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
  background-color: #FAFAFA;
  color: #3C3C3B; }

h1 {
  margin: 0 0 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
  -webkit-font-smoothing: antialiased; }

h2 {
  position: relative;
  margin: 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875; }

a {
  color: #009FE3;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

p {
  margin: 20px 0; }

img {
  border: 0; }

img[align="left"] {
  float: left;
  margin: 0 10px 10px 0; }

img[align="right"] {
  float: right;
  margin: 0 0 10px 10px; }

hr {
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #ADB3BA; }

.layout {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 320px;
  min-height: 100vh; }
  @media screen and (max-width: 960px) {
    .layout {
      flex-direction: column;
      padding-top: 60px; } }

.header {
  flex: 0 0 180px;
  max-width: 180px;
  padding: 30px 0;
  background: #FFF; }
  .header__brand {
    margin-left: 30px; }
  .header__logo {
    width: 86px;
    height: 34px;
    vertical-align: bottom; }
  @media screen and (max-width: 960px) {
    .header {
      flex: 0 0 auto;
      position: fixed;
      z-index: 50;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      padding: 0;
      height: 60px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08); }
      .header__brand {
        position: absolute;
        top: 9px;
        left: 50%;
        margin-left: -43px; }
      .header__panel {
        position: absolute;
        z-index: 300;
        top: 0;
        left: 0;
        width: 180px;
        height: 100vh;
        padding-top: 60px;
        background: #FFF;
        transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
        will-change: transform, box-shadow; }
        .page-nav-open .header__panel {
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
          transform: translateX(0); }
        .header__panel, .page-nav-close .header__panel {
          box-shadow: none;
          transform: translateX(-180px); }
      .header__shadow {
        position: absolute;
        z-index: -1;
        top: 60px;
        left: 0;
        width: 100vw;
        background: #000;
        transition: opacity 0.25s;
        will-change: opacity; }
        .page-nav-open .header__shadow {
          z-index: 20;
          height: 100vh;
          opacity: .5; }
        .header__shadow, .page-nav-close .header__shadow {
          opacity: 0; }
      .header__search {
        position: absolute;
        top: 5px;
        right: 20px;
        padding: 8px 0 12px;
        background: #FFF; }
      .header__burger {
        position: absolute;
        z-index: 310;
        top: 15px;
        left: 23px;
        transition: transform 0.25s;
        will-change: transform; } }
  @media screen and (max-width: 480px) {
    .header__panel {
      width: 100vw; }
      .page-nav-open .header__panel {
        box-shadow: none;
        transform: translateX(0); }
      .header__panel, .page-nav-close .header__panel {
        transform: translateX(-100vw); }
      .header__panel_active {
        transform: translateX(-100vw) !important; }
        .header__panel_active ~ .header__burger {
          transform: translateX(-100vw); }
    .header__back {
      position: absolute;
      z-index: -1;
      top: 15px;
      left: calc(100vw + 24px);
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .page-nav-open .header__back {
        z-index: 360; }
      .header__back::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 9px;
        width: 9px;
        height: 9px;
        border: solid #FFF;
        border-width: 1px 1px 0 0;
        transform: rotate(-135deg); }
      .header__back::after {
        content: '';
        position: absolute;
        top: 14px;
        left: 8px;
        width: 16px;
        height: 1px;
        background: #FFF; } }

.search {
  position: relative;
  margin: 37px 30px 33px; }
  .search__input {
    width: calc(100% - 20px);
    height: 20px;
    margin: 0 0 0 20px;
    padding: 0;
    border: none;
    border-bottom: 1px solid transparent;
    background: none;
    color: #0083BC;
    font-size: 12px;
    outline: none; }
    .search__input:focus {
      border-bottom: 1px solid #0083BC; }
  .search__icon {
    position: absolute;
    top: 7px;
    left: 0;
    width: 13px;
    height: 14px; }
  @media screen and (max-width: 960px) {
    .search {
      margin: 0; }
      .search__input {
        width: 0;
        height: 30px;
        margin-left: 32px;
        font-size: 14px;
        line-height: 30px;
        opacity: 0;
        transition: width 0.25s ease-out, opacity 0.25s ease-out; }
        .search__input:focus {
          width: 100px;
          opacity: 1; }
      .search__icon {
        top: 7px;
        width: 20px;
        height: 21px; } }
  @media screen and (max-width: 480px) {
    .search__input:focus {
      width: calc(100vw - 120px); } }

::-webkit-input-placeholder {
  color: #0083BC; }

::-moz-placeholder {
  color: #0083BC; }

:-ms-input-placeholder {
  color: #0083BC; }

:-moz-placeholder {
  color: #0083BC; }

.nav {
  margin: 32px 0 0; }
  .nav__panel {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
    width: 220px;
    height: 100%;
    background: #0083BC;
    color: #FFF;
    transform: translateX(-50%) scaleX(0);
    transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
    will-change: transform; }
    .nav__panel_active {
      box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.08);
      transform: translate(0) scaleX(1); }
    .no-js .nav__panel {
      opacity: 0; }
  .nav__title, .nav__subtitle {
    margin: 0 0 24px 30px;
    color: #009FE3;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase; }
  .nav__item, .nav__subitem {
    margin: 10px 0 0; }
  .nav__link, .nav__sublink {
    display: block;
    position: relative;
    padding: 3px 10px 3px 30px;
    color: #009FE3; }
    .nav__link, .nav__sublink, .nav__link:hover, .nav__sublink:hover {
      text-decoration: none; }
    .nav__link:hover, .nav__sublink:hover {
      color: #0083BC; }
    .nav__item_active .nav__link::before, .nav__item_active .nav__sublink::before, .nav__item_current .nav__link::before, .nav__item_current .nav__sublink::before, .nav__link.current::before, .current.nav__sublink::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      border-radius: 3px;
      background: #F1E402; }
    .nav__panel_active ~ .nav__list .nav__item_current .nav__link::before, .nav__panel_active ~ .nav__sublist .nav__item_current .nav__link::before, .nav__panel_active ~ .nav__list .nav__item_current .nav__sublink::before, .nav__panel_active ~ .nav__sublist .nav__item_current .nav__sublink::before {
      display: none; }
    .nav__panel_active ~ .nav__list .nav__item_active .nav__link::before, .nav__panel_active ~ .nav__sublist .nav__item_active .nav__link::before, .nav__panel_active ~ .nav__list .nav__item_active .nav__sublink::before, .nav__panel_active ~ .nav__sublist .nav__item_active .nav__sublink::before {
      display: block; }
  .nav__subnav {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -9999px;
    width: 220px;
    height: 100%;
    padding: 158px 10px 10px 30px;
    color: #FFF; }
    .nav__item_active .nav__subnav {
      z-index: 20;
      left: 180px; }
    @media screen and (max-width: 960px) {
      .nav__subnav {
        padding-top: 92px; } }
  .nav__subtitle {
    margin-left: 0;
    color: inherit;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.25s 0.25s ease-out, opacity 0.25s 0.25s ease-out; }
    .nav__item_active .nav__subtitle {
      opacity: 1;
      transform: translateY(0); }
  .nav__subitem {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.25s ease-out, opacity 0.25s ease-out; }
    .nav__item_active .nav__subitem {
      opacity: 1;
      transform: translateY(0); }
      .nav__item_active .nav__subitem:nth-child(1) {
        transition-delay: 0.35s; }
      .nav__item_active .nav__subitem:nth-child(2) {
        transition-delay: 0.4s; }
      .nav__item_active .nav__subitem:nth-child(3) {
        transition-delay: 0.45s; }
      .nav__item_active .nav__subitem:nth-child(4) {
        transition-delay: 0.5s; }
      .nav__item_active .nav__subitem:nth-child(5) {
        transition-delay: 0.55s; }
      .nav__item_active .nav__subitem:nth-child(6) {
        transition-delay: 0.6s; }
      .nav__item_active .nav__subitem:nth-child(7) {
        transition-delay: 0.65s; }
      .nav__item_active .nav__subitem:nth-child(8) {
        transition-delay: 0.7s; }
      .nav__item_active .nav__subitem:nth-child(9) {
        transition-delay: 0.75s; }
      .nav__item_active .nav__subitem:nth-child(10) {
        transition-delay: 0.8s; }
  .nav__sublink {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    color: inherit; }
    .nav__sublink, .nav__sublink:hover {
      text-decoration: none; }
    .nav__sublink:hover {
      color: inherit;
      text-decoration: underline; }
    .nav__sublink:before {
      display: none !important; }
    .nav__sublink.current {
      color: #F1E402; }
  @media screen and (max-width: 480px) {
    .nav__panel {
      left: 100vw;
      width: 0;
      transform: translateX(0) scaleX(1); }
      .nav__panel_active {
        width: 100vw; }
    .nav__link, .nav__sublink {
      font-size: 18px; }
      .nav__link::after, .nav__sublink::after {
        content: '';
        position: absolute;
        top: 11px;
        right: 20px;
        width: 12px;
        height: 12px;
        border: solid #F1E402;
        border-width: 1px 1px 0 0;
        transform: rotate(45deg); }
    .nav__subnav {
      z-index: -1;
      left: -100vw !important; }
      .page-nav-open .nav__item_active .nav__subnav {
        z-index: 10;
        left: 100vw !important; } }

.burger {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.25s ease-out;
  will-change: transform; }
  @media screen and (min-width: 960px) {
    .burger {
      display: none; } }
  .burger__top, .burger__middle, .burger__bottom {
    position: relative;
    top: 0;
    width: 20px;
    height: 1px;
    margin: 4px 0 0 5px;
    background: #009FE3;
    transition: transform 0.125s ease-out, top 0.125s 0.125s ease-out;
    will-change: transform, top; }
  .burger__top {
    width: 15px;
    margin-top: 9px; }
  .burger__bottom {
    width: 10px;
    transition: transform 0.025s 0.125s ease-out, top 0.125s 0.125s ease-out; }
  .page-nav-open .burger__top, .page-nav-open .burger__middle, .page-nav-open .burger__bottom {
    width: 20px; }
  .page-nav-open .burger__top, .page-nav-open .burger__middle {
    transition: transform 0.125s 0.125s ease-out, top 0.125s ease-out; }
  .page-nav-open .burger__top {
    top: 5px;
    transform: rotate(45deg); }
  .page-nav-open .burger__middle {
    transform: rotate(-45deg); }
  .page-nav-open .burger__bottom {
    top: -5px;
    transform: translateX(0.5px) scaleX(0);
    transition: transform 0.025s 0.125s ease-out, top 0.125s ease-out; }

.content {
  flex: 1 1 auto;
  position: relative;
  padding: 45px 30px; }
  .layout_home .content {
    background: #009FE3 url(https://cdn.getforge.com/fe.beach.io/1688983319/assets/images/bg_home@2x.jpg) no-repeat 50% 50%/cover;
    color: #FFF; }
  .content__container {
    max-width: 768px;
    margin: 0 auto; }
    .content_big .content__container {
      max-width: 840px; }
  @media screen and (max-width: 480px) {
    .content {
      padding: 30px 20px; } }

.home {
  padding: 15px 0; }
  .home__header {
    text-align: center; }
  .home__header {
    max-width: 532px;
    margin: 0 auto 50px; }
  .home__logo {
    width: 131px;
    height: 52px; }
    @media screen and (max-width: 960px) {
      .home__logo {
        display: none; } }
  .home__title {
    margin: 20px 0 0;
    font-size: 24px;
    font-weight: 400; }
    @media screen and (max-width: 960px) {
      .home__title {
        margin-top: 0; } }
  .home__services {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: -30px 0 0; }
  .home__service {
    flex: 0 0 calc(100% / 3 - 20px);
    display: flex;
    align-items: stretch;
    margin: 30px 0 0; }
    @media screen and (max-width: 762px) {
      .home__service {
        flex-basis: calc(50% - 15px);
        order: 1; }
        .home__service:nth-child(2), .home__service:nth-child(5) {
          order: 2; }
        .home__service:nth-child(3), .home__service:nth-child(6) {
          order: 3; } }
    @media screen and (max-width: 600px) {
      .home__service {
        flex-basis: 100%;
        order: 1 !important; } }
  .home__link {
    flex: 1 1 auto;
    display: block;
    padding: 20px 20px 15px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16); }
    .home__link, .home__link:hover {
      color: #878787;
      text-decoration: none; }
    .home__link::before {
      content: '';
      display: block;
      position: relative;
      width: 30px;
      height: 3px;
      margin: 0 0 15px;
      border-radius: 3px;
      background: #009FE3; }
    .home__service:nth-child(2) .home__link::before, .home__service:nth-child(5) .home__link::before {
      background: #F1E402; }
    .home__service:nth-child(3) .home__link::before, .home__service:nth-child(6) .home__link::before {
      background: #63B670; }
  .home__label {
    margin: 0;
    color: #001B3F;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  .home__text {
    margin: 18px 0 0;
    line-height: 1.2; }

.article {
  position: relative; }
  .article img {
    max-width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08); }

.tree li ul {
  margin-left: 30px !important; }
.tree__name::before {
  content: '•';
  margin-right: 3px; }

.table {
  padding: 20px 0;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08); }
  .table__title {
    margin: 0 0 10px 30px; }
  .table table {
    width: 100%; }
  .table th,
  .table td {
    padding: 10px 30px;
    border-bottom: 1px solid #EBEBEB; }
  .table th {
    font-weight: 400;
    text-align: left;
    text-transform: uppercase; }

.footer {
  flex: 0 0 auto;
  position: relative;
  z-index: 80;
  padding: 15px 0; }
  .footer_intro {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none; }
    @media screen and (min-width: 960px) {
      .footer_intro {
        opacity: 0;
        transform: translateY(50px);
        transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        will-change: transform, opacity; }
        .subscription_active ~ .intro-panel .footer_intro {
          opacity: 1;
          transition-delay: 2.2s;
          transform: translateY(0); } }
  .footer__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px; }
  .footer__power {
    margin-right: 60px;
    font-size: 20px; }
  .footer__copyright {
    margin: 0 60px 0 auto; }
  @media screen and (max-width: 960px) {
    .footer {
      text-align: center; }
      .footer__container {
        flex-direction: column; }
      .footer__power {
        margin: 0 auto; }
      .footer__text {
        margin: 10px auto; }
      .footer__copyright {
        order: 3;
        margin: 0 auto; } }