@font-face {
  font-family: "Material Design Icons";
  src: url("../../node_modules/@mdi/font/fonts/materialdesignicons-webfont.eot?v=3.2.89");
  src: url("../../node_modules/@mdi/font/fonts/materialdesignicons-webfont.eot?#iefix&v=3.2.89") format("embedded-opentype"), url("../../node_modules/@mdi/font/fonts/materialdesignicons-webfont.woff2?v=3.2.89") format("woff2"), url("../../node_modules/@mdi/font/fonts/materialdesignicons-webfont.woff?v=3.2.89") format("woff"), url("../../node_modules/@mdi/font/fonts/materialdesignicons-webfont.ttf?v=3.2.89") format("truetype"), url("../../node_modules/@mdi/font/fonts/materialdesignicons-webfont.svg?v=3.2.89#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.breadcrumbs {
  background: transparent;
  padding: 0 0;
  margin-bottom: 0;
  border-radius: 4px;
  font-size: 18px;
  display: flex; }
  .breadcrumbs__path {
    display: inline; }
  .breadcrumbs__item-link {
    color: #0779bd; }
    .breadcrumbs__item-link::after {
      margin: 0 4px;
      content: "/"; }
    .breadcrumbs__item-link.is-current::after {
      display: none; }
    .breadcrumbs__item-link--text {
      color: #333333; }
  .breadcrumbs__current {
    display: inline; }
  @media (max-width: 751px) {
    .breadcrumbs__path {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      flex-grow: 0;
      flex-shrink: 1; }
    .breadcrumbs__item-link.is-current::before {
      margin: 0 4px;
      content: "/"; }
    .breadcrumbs__item-link:last-child::after {
      display: none; }
    .breadcrumbs__current {
      display: block;
      flex-grow: 1;
      flex-shrink: 0; } }

.button, .form-submit,
.button--primary,
.button--action, .button--warning, .button-danger, .button--success, .button--info, .frontpage__welcome-request, .frontpage__prices-request, .frontpage__hire-us-form .form-submit {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 3px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent; }

.button {
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border-color: #cccccc;
  transition: all .15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); }
  .button:focus, .button:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
  .button:disabled {
    background-color: #ffffff;
    border-color: #cccccc;
    opacity: .65; }
  .button:active {
    color: #333333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }

.form-submit,
.button--primary,
.button--action {
  color: white;
  background-color: #0779bd;
  background-image: none;
  border-color: transparent;
  transition: all .15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); }
  .form-submit:focus, .form-submit:hover,
  .button--primary:focus,
  .button--primary:hover,
  .button--action:focus,
  .button--action:hover {
    color: white;
    background-color: #055a8c;
    border-color: rgba(0, 0, 0, 0); }
  .form-submit:focus,
  .button--primary:focus,
  .button--action:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(7, 121, 189, 0.5); }
  .form-submit:disabled,
  .button--primary:disabled,
  .button--action:disabled {
    background-color: #0779bd;
    border-color: transparent;
    opacity: .65; }
  .form-submit:active,
  .button--primary:active,
  .button--action:active {
    color: white;
    background-color: #055a8c;
    background-image: none;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 3px rgba(7, 121, 189, 0.5); }

.button--warning {
  color: white;
  background-color: #ff9800;
  background-image: none;
  border-color: #e68900;
  transition: all .15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); }
  .button--warning:focus, .button--warning:hover {
    color: white;
    background-color: #cc7a00;
    border-color: #a86400; }
  .button--warning:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.5); }
  .button--warning:disabled {
    background-color: #ff9800;
    border-color: #e68900;
    opacity: .65; }
  .button--warning:active {
    color: white;
    background-color: #cc7a00;
    background-image: none;
    border-color: #a86400;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.5); }

.button-danger {
  color: white;
  background-color: #f44336;
  background-image: none;
  border-color: #f32c1e;
  transition: all .15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); }
  .button-danger:focus, .button-danger:hover {
    color: white;
    background-color: #ea1c0d;
    border-color: #c8180b; }
  .button-danger:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.5); }
  .button-danger:disabled {
    background-color: #f44336;
    border-color: #f32c1e;
    opacity: .65; }
  .button-danger:active {
    color: white;
    background-color: #ea1c0d;
    background-image: none;
    border-color: #c8180b;
    box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.5); }

.button--success {
  color: white;
  background-color: #4caf50;
  background-image: none;
  border-color: #449d48;
  transition: all .15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); }
  .button--success:focus, .button--success:hover {
    color: white;
    background-color: #3d8b40;
    border-color: #327334; }
  .button--success:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.5); }
  .button--success:disabled {
    background-color: #4caf50;
    border-color: #449d48;
    opacity: .65; }
  .button--success:active {
    color: white;
    background-color: #3d8b40;
    background-image: none;
    border-color: #327334;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.5); }

.button--info {
  color: white;
  background-color: #29b6f6;
  background-image: none;
  border-color: #11aef5;
  transition: all .15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125); }
  .button--info:focus, .button--info:hover {
    color: white;
    background-color: #0a9fe2;
    border-color: #0887c0; }
  .button--info:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(41, 182, 246, 0.5); }
  .button--info:disabled {
    background-color: #29b6f6;
    border-color: #11aef5;
    opacity: .65; }
  .button--info:active {
    color: white;
    background-color: #0a9fe2;
    background-image: none;
    border-color: #0887c0;
    box-shadow: 0 0 0 3px rgba(41, 182, 246, 0.5); }

.comments__content .indented {
  padding-left: 32px; }

.contextual-region .contextual-links {
  background: white;
  border: 1px solid;
  border-radius: 4px 0 4px 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2); }
  .contextual-region .contextual-links li a {
    color: inherit; }

.form-item {
  margin: 0 0 16px; }
  .form-item__description {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    color: gray("500");
    font-size: 85%; }
  .form-item__label--required::after {
    content: "*";
    display: inline-block;
    color: #f44336;
    margin: 0 0 0 4px; }

.form-actions input {
  margin: 0 8px 0 0; }
  .form-actions input:last-child {
    margin: 0; }

.filter-wrapper {
  margin-top: -16px; }

.form-item__label.option {
  margin-bottom: 0; }

.form-item--radio {
  margin-bottom: 0; }

.form-wrapper {
  border: 1px solid; }
  .form-wrapper__summary {
    padding: 8px;
    cursor: pointer; }
  .form-wrapper__content {
    padding: 8px; }

.local-actions {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
  display: flex; }
  .local-actions__item:not(:last-child) {
    margin-right: 8px; }

.menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.messages {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem 1rem;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #5d5d5d;
  background-color: #fafafa;
  border-color: #eeeeee; }
  .messages hr {
    border-top-color: #e1e1e1; }
  .messages a {
    color: #444444; }
  .messages--error {
    color: #9f3a38;
    background-color: #fff6f6;
    border-color: #e0b4b4; }
    .messages--error hr {
      border-top-color: #d9a2a2; }
    .messages--error a {
      color: #792c2b; }
  .messages--status {
    color: #2c662d;
    background-color: #fcfff5;
    border-color: #a3c293; }
    .messages--status hr {
      border-top-color: #95b983; }
    .messages--status a {
      color: #1d421d; }
  .messages--warning {
    color: #573a08;
    background-color: #fffaf3;
    border-color: #c9ba9b; }
    .messages--warning hr {
      border-top-color: #c0af8a; }
    .messages--warning a {
      color: #281b04; }

.pager__items {
  margin: 1rem auto;
  padding: 0;
  list-style: none outside none;
  display: table;
  overflow: hidden; }
  .pager__items .pager__item {
    display: inline-block;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0.25rem; }
    .pager__items .pager__item a {
      display: block;
      border-bottom: 3px solid transparent;
      padding: 0 0.25rem 0.25rem;
      font-weight: 600;
      text-decoration: none;
      color: #0779bd; }
    .pager__items .pager__item.is-active a {
      border-bottom-color: #033a5b;
      color: #033a5b; }

table {
  background: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: gray("500");
  text-align: left; }

th {
  text-align: left; }

table, .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border-spacing: 0;
  border-collapse: collapse; }
  table > thead > tr > th, .table > thead > tr > th,
  table > thead > tr > td,
  .table > thead > tr > td,
  table > tbody > tr > th,
  .table > tbody > tr > th,
  table > tbody > tr > td,
  .table > tbody > tr > td,
  table > tfoot > tr > th,
  .table > tfoot > tr > th,
  table > tfoot > tr > td,
  .table > tfoot > tr > td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  table > thead > tr > th, .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  table > tbody + tbody, .table > tbody + tbody {
    border-top: 2px solid #e9ecef; }

table > thead > tr > th, .table--condensed > thead > tr > th,
table > thead > tr > td,
.table--condensed > thead > tr > td,
table > tbody > tr > th,
.table--condensed > tbody > tr > th,
table > tbody > tr > td,
.table--condensed > tbody > tr > td,
table > tfoot > tr > th,
.table--condensed > tfoot > tr > th,
table > tfoot > tr > td,
.table--condensed > tfoot > tr > td {
  padding: 5px; }

table > tbody > tr:nth-of-type(odd), .table--srippted > tbody > tr:nth-of-type(odd), .table--stripped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

table > tbody > tr:hover, .table--hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table-responsive-container {
  overflow-x: auto; }
  @media (max-width: 575px) {
    .table-responsive-container {
      width: 100%;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #e9ecef; }
      .table-responsive-container > .table {
        margin-bottom: 0; }
        .table-responsive-container > .table > thead > tr > th,
        .table-responsive-container > .table > thead > tr > td,
        .table-responsive-container > .table > tbody > tr > th,
        .table-responsive-container > .table > tbody > tr > td,
        .table-responsive-container > .table > tfoot > tr > th,
        .table-responsive-container > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive-container > .table-bordered {
        border: 0; }
        .table-responsive-container > .table-bordered > thead > tr > th:first-child,
        .table-responsive-container > .table-bordered > thead > tr > td:first-child,
        .table-responsive-container > .table-bordered > tbody > tr > th:first-child,
        .table-responsive-container > .table-bordered > tbody > tr > td:first-child,
        .table-responsive-container > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive-container > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive-container > .table-bordered > thead > tr > th:last-child,
        .table-responsive-container > .table-bordered > thead > tr > td:last-child,
        .table-responsive-container > .table-bordered > tbody > tr > th:last-child,
        .table-responsive-container > .table-bordered > tbody > tr > td:last-child,
        .table-responsive-container > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive-container > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive-container > .table-bordered > tbody > tr:last-child > th,
        .table-responsive-container > .table-bordered > tbody > tr:last-child > td,
        .table-responsive-container > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive-container > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

a.tabledrag-handle .handle {
  height: 1.5rem;
  width: 1.25rem; }

.tabs {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap; }
  .tabs--primary {
    margin: 0 0 24px; }
    .tabs--primary .tabs__menu-item {
      position: relative; }
    .tabs--primary .tabs__menu-item-link {
      display: block;
      padding: 0 10px 10px 10px;
      color: #333333;
      position: relative; }
      .tabs--primary .tabs__menu-item-link:hover {
        color: gray("500"); }
      .tabs--primary .tabs__menu-item-link.is-active {
        color: #0779bd;
        font-weight: bold; }
        .tabs--primary .tabs__menu-item-link.is-active::before {
          content: '';
          width: 70%;
          height: 4px;
          background: #0779bd;
          position: absolute;
          bottom: 0;
          left: 15%; }
        .tabs--primary .tabs__menu-item-link.is-active:hover {
          color: theme-color-level("primary", 4); }
  .tabs--secondary {
    margin: 0 0 24px; }
    .tabs--secondary .tabs__menu-item {
      position: relative; }
    .tabs--secondary .tabs__menu-item-link {
      display: block;
      padding: 0 10px 10px 10px;
      border-bottom: 1px solid;
      color: #333333; }
      .tabs--secondary .tabs__menu-item-link:hover {
        color: gray("500");
        border-bottom-color: #0779bd; }
      .tabs--secondary .tabs__menu-item-link.is-active {
        border-bottom-width: 2px;
        border-bottom-color: #0779bd;
        color: #0779bd;
        font-weight: bold; }
        .tabs--secondary .tabs__menu-item-link.is-active:hover {
          color: theme-color-level("primary", 4); }

.vertical-tabs {
  background: white; }
  .vertical-tabs .vertical-tabs__menu {
    background: #fbfaf8;
    border: 1px solid #dddddd; }
    .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item {
      border: none; }
      .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item a {
        color: #555459;
        border: none; }
      .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item.selected {
        background: #439fe0; }
        .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item.selected strong, .vertical-tabs .vertical-tabs__menu .vertical-tabs__menu-item.selected .summary {
          color: white;
          text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .vertical-tabs .vertical-tabs__panes {
    padding: 1rem; }

.text-subtle {
  color: gray("500"); }

.text-highlight {
  color: gray("600"); }

.text-info {
  color: theme-color("info"); }

.text-success {
  color: theme-color("success"); }

.text-warning {
  color: theme-color("warning"); }

.text-error {
  color: theme-color("error"); }

.highlight, .highlight-info, .highlight-success, .highlight-warning, .highlight-error {
  padding: 1px 4px;
  font-weight: bold;
  text-shadow: none;
  border-radius: 3px;
  color: #d7dae0;
  background: #31363f; }

.highlight-info {
  color: #edf9fe;
  background: #29b6f6; }

.highlight-success {
  color: #d9eeda;
  background: #4caf50; }

.highlight-warning {
  color: #ffeacc;
  background: #ff9800; }

.highlight-error {
  color: #fff8f7;
  background: #f44336; }

.ui-widget-overlay {
  background: black;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100; }

.ui-dialog {
  z-index: 1000;
  background: white;
  color: #333333;
  padding: 0;
  border-radius: 4px;
  border: transparent !important;
  max-width: 600px;
  width: 100% !important;
  font-size: 18px; }
  .ui-dialog .ui-widget-header {
    border-radius: 4px;
    background: transparent;
    color: #333333;
    padding: 16px 16px 8px;
    border: none;
    border-bottom: none; }
    @media (max-width: 751px) {
      .ui-dialog .ui-widget-header {
        padding: 16px 16px 8px 16px; } }
    .ui-dialog .ui-widget-header .ui-dialog-title {
      color: #333333;
      font-weight: bold;
      font-size: 19px; }
    .ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
      float: right;
      background: none;
      width: auto;
      border: none;
      text-indent: 0;
      font-size: 28px;
      line-height: 1;
      padding: 0;
      position: absolute;
      top: 10px;
      right: -30px; }
      @media (max-width: 751px) {
        .ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
          right: 0;
          position: initial; } }
      .ui-dialog .ui-widget-header .ui-dialog-titlebar-close:before {
        content: '';
        display: block;
        background: url("../images/close.svg");
        width: 16px;
        height: 15px; }
        @media (max-width: 751px) {
          .ui-dialog .ui-widget-header .ui-dialog-titlebar-close:before {
            background: url("../images/close-dark.svg"); } }
      .ui-dialog .ui-widget-header .ui-dialog-titlebar-close .ui-icon {
        display: none; }
        .ui-dialog .ui-widget-header .ui-dialog-titlebar-close .ui-icon:before {
          margin: 0; }
      .ui-dialog .ui-widget-header .ui-dialog-titlebar-close .ui-button-text {
        padding: 0;
        font-size: "Open Sans", sans-serif;
        line-height: 1.5; }
  .ui-dialog .ui-dialog-content {
    padding: 0 16px;
    border: none;
    overflow: auto; }
    @media (max-width: 751px) {
      .ui-dialog .ui-dialog-content {
        padding: 8px 16px; } }
  .ui-dialog .ui-dialog-buttonpane {
    background: transparent;
    padding: 0 16px 16px;
    padding-top: 0;
    border: none;
    border-top: none; }
    @media (max-width: 751px) {
      .ui-dialog .ui-dialog-buttonpane {
        padding: 8px 16px 16px 16px; } }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: none; }
      .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
        margin: 0; }
      .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button {
        padding: 8px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button.form-submit {
          width: 100%; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .button .ui-button-text {
          padding: 0; }
  .ui-dialog .form-item-fz152-agreement {
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
    font-size: 75%;
    margin-bottom: unset; }

.views-mini-pager__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center; }

.views-mini-pager__item--label {
  padding: 8px; }

.views-mini-pager__item-link {
  padding: 8px;
  display: block; }

.header {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  height: 60px; }
  .header__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
    display: flex;
    align-items: center; }
    @media (min-width: 576px) {
      .header__inner {
        width: 544px;
        max-width: 100%; } }
    @media (min-width: 752px) {
      .header__inner {
        width: 720px;
        max-width: 100%; } }
    @media (min-width: 1000px) {
      .header__inner {
        width: 980px;
        max-width: 100%; } }
    @media (min-width: 576px) {
      .header__inner {
        padding-right: 16px;
        padding-left: 16px; } }
    @media (min-width: 752px) {
      .header__inner {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1000px) {
      .header__inner {
        padding-right: 0;
        padding-left: 0; } }
  .header__right {
    margin-left: auto; }
  .header__phone {
    color: #333333;
    font-weight: bold; }
  .header__telegram:before {
    content: "\F501";
    font-family: "Material Design Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0; }
  .header__email {
    display: block;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold; }
  @media (max-width: 751px) {
    .header__inner {
      padding: 0; }
    .header__email {
      display: none; } }

.header .block-system-branding-block {
  margin-right: 16px; }

.header .header-contacts {
  margin-left: auto; }

.header .header-navigation {
  order: 100; }
  @media (min-width: 1000px) {
    .header .header-navigation {
      order: initial; } }

.main-layout {
  padding: 48px 0; }
  .main-layout__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px; }
    @media (min-width: 576px) {
      .main-layout__inner {
        width: 544px;
        max-width: 100%; } }
    @media (min-width: 752px) {
      .main-layout__inner {
        width: 720px;
        max-width: 100%; } }
    @media (min-width: 1000px) {
      .main-layout__inner {
        width: 980px;
        max-width: 100%; } }
    @media (min-width: 576px) {
      .main-layout__inner {
        padding-right: 16px;
        padding-left: 16px; } }
    @media (min-width: 752px) {
      .main-layout__inner {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1000px) {
      .main-layout__inner {
        padding-right: 0;
        padding-left: 0; } }
  .main-layout--fullwidth {
    padding: unset; }
    .main-layout--fullwidth .main-layout__inner {
      width: 100%; }

.frontpage__title {
  text-align: center;
  font-weight: bold;
  font-size: 36px; }

.frontpage__welcome {
  background-image: linear-gradient(to bottom, #043f62 0%, #022235 100%);
  background-repeat: repeat-x;
  color: white; }

.frontpage__welcome-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  padding: 80px 0; }
  @media (min-width: 576px) {
    .frontpage__welcome-inner {
      width: 544px;
      max-width: 100%; } }
  @media (min-width: 752px) {
    .frontpage__welcome-inner {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .frontpage__welcome-inner {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .frontpage__welcome-inner {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 752px) {
    .frontpage__welcome-inner {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .frontpage__welcome-inner {
      padding-right: 0;
      padding-left: 0; } }

.frontpage__welcome-description {
  text-align: center;
  margin: 48px 0; }

.frontpage__welcome-request {
  color: white;
  background-color: #0779bd;
  background-image: none;
  border-color: transparent;
  transition: all .15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  display: table;
  margin: 0 auto; }
  .frontpage__welcome-request:focus, .frontpage__welcome-request:hover {
    color: white;
    background-color: #055a8c;
    border-color: rgba(0, 0, 0, 0); }
  .frontpage__welcome-request:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(7, 121, 189, 0.5); }
  .frontpage__welcome-request:disabled {
    background-color: #0779bd;
    border-color: transparent;
    opacity: .65; }
  .frontpage__welcome-request:active {
    color: white;
    background-color: #055a8c;
    background-image: none;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 3px rgba(7, 121, 189, 0.5); }

.frontpage__services {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  padding: 80px 0; }
  @media (min-width: 576px) {
    .frontpage__services {
      width: 544px;
      max-width: 100%; } }
  @media (min-width: 752px) {
    .frontpage__services {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .frontpage__services {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .frontpage__services {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 752px) {
    .frontpage__services {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .frontpage__services {
      padding-right: 0;
      padding-left: 0; } }

.frontpage__prices {
  background-color: #f5f5f5;
  padding: 48px 0; }

.frontpage__prices-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 576px) {
    .frontpage__prices-inner {
      width: 544px;
      max-width: 100%; } }
  @media (min-width: 752px) {
    .frontpage__prices-inner {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .frontpage__prices-inner {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .frontpage__prices-inner {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 752px) {
    .frontpage__prices-inner {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .frontpage__prices-inner {
      padding-right: 0;
      padding-left: 0; } }

.frontpage__prices-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px; }

.frontpage__prices-table {
  background-color: #fff;
  border: 2px solid #0779bd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .frontpage__prices-table tr th {
    background-color: #56a4d2;
    color: white;
    padding: 16px;
    border-bottom: 2px solid #0779bd;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  .frontpage__prices-table tr td {
    padding: 16px; }
  .frontpage__prices-table tr:hover {
    background-color: #56a4d2 !important;
    color: white; }
  .frontpage__prices-table tbody tr:nth-child(odd) {
    background-color: #f5fafc; }

.frontpage__prices-additional {
  color: #757575;
  font-size: 14px; }

.frontpage__prices-request {
  color: white;
  background-color: #0779bd;
  background-image: none;
  border-color: transparent;
  transition: all .15s ease-in-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  display: table;
  margin: 32px auto 0; }
  .frontpage__prices-request:focus, .frontpage__prices-request:hover {
    color: white;
    background-color: #055a8c;
    border-color: rgba(0, 0, 0, 0); }
  .frontpage__prices-request:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(7, 121, 189, 0.5); }
  .frontpage__prices-request:disabled {
    background-color: #0779bd;
    border-color: transparent;
    opacity: .65; }
  .frontpage__prices-request:active {
    color: white;
    background-color: #055a8c;
    background-image: none;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 3px rgba(7, 121, 189, 0.5); }

.frontpage__work-included {
  padding: 48px 0; }

.frontpage__work-included-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  display: grid;
  grid-gap: 100px;
  grid-template-columns: repeat(2, [col] 1fr);
  align-items: center; }
  @media (min-width: 576px) {
    .frontpage__work-included-inner {
      width: 544px;
      max-width: 100%; } }
  @media (min-width: 752px) {
    .frontpage__work-included-inner {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .frontpage__work-included-inner {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .frontpage__work-included-inner {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 752px) {
    .frontpage__work-included-inner {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .frontpage__work-included-inner {
      padding-right: 0;
      padding-left: 0; } }

.frontpage__work-included-right img {
  max-width: 380px;
  float: right; }

.frontpage__work-included-item {
  margin: 8px 0; }

.frontpage__work-included-second {
  padding: 48px 0;
  background-color: #f5f5f5; }

.frontpage__work-included-second-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  display: grid;
  grid-gap: 100px;
  grid-template-columns: repeat(2, [col] 1fr);
  align-items: center; }
  @media (min-width: 576px) {
    .frontpage__work-included-second-inner {
      width: 544px;
      max-width: 100%; } }
  @media (min-width: 752px) {
    .frontpage__work-included-second-inner {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .frontpage__work-included-second-inner {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .frontpage__work-included-second-inner {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 752px) {
    .frontpage__work-included-second-inner {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .frontpage__work-included-second-inner {
      padding-right: 0;
      padding-left: 0; } }

.frontpage__work-included-second-item {
  margin: 8px 0; }

.frontpage__clients-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px; }

.frontpage__technology-stack {
  padding: 48px 0;
  background-color: #f5f5f5; }

.frontpage__technology-stack-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 576px) {
    .frontpage__technology-stack-inner {
      width: 544px;
      max-width: 100%; } }
  @media (min-width: 752px) {
    .frontpage__technology-stack-inner {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .frontpage__technology-stack-inner {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .frontpage__technology-stack-inner {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 752px) {
    .frontpage__technology-stack-inner {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .frontpage__technology-stack-inner {
      padding-right: 0;
      padding-left: 0; } }

.frontpage__hire-us {
  padding: 48px 0;
  background-color: #0779bd;
  color: white; }

.frontpage__hire-us-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 576px) {
    .frontpage__hire-us-inner {
      width: 544px;
      max-width: 100%; } }
  @media (min-width: 752px) {
    .frontpage__hire-us-inner {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .frontpage__hire-us-inner {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .frontpage__hire-us-inner {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 752px) {
    .frontpage__hire-us-inner {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .frontpage__hire-us-inner {
      padding-right: 0;
      padding-left: 0; } }

.frontpage__hire-us-title {
  text-align: center; }

.frontpage__hire-us-description {
  text-align: center;
  margin-bottom: 24px; }

.frontpage__hire-us-form {
  max-width: 500px;
  display: table;
  margin: 0 auto;
  padding: 24px;
  border: 2px dashed white;
  border-radius: 6px; }
  .frontpage__hire-us-form .form-submit {
    color: #333333;
    background-color: white;
    background-image: none;
    border-color: transparent;
    transition: all .15s ease-in-out;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
    border-radius: 30px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px; }
    .frontpage__hire-us-form .form-submit:focus, .frontpage__hire-us-form .form-submit:hover {
      color: #333333;
      background-color: #e6e6e6;
      border-color: rgba(0, 0, 0, 0); }
    .frontpage__hire-us-form .form-submit:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }
    .frontpage__hire-us-form .form-submit:disabled {
      background-color: white;
      border-color: transparent;
      opacity: .65; }
    .frontpage__hire-us-form .form-submit:active {
      color: #333333;
      background-color: #e6e6e6;
      background-image: none;
      border-color: rgba(0, 0, 0, 0);
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); }

@media (max-width: 751px) {
  .frontpage__welcome {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; }
  .frontpage__features-items {
    grid-template-columns: repeat(2, [col] 1fr); }
  .frontpage__prices {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; }
  .frontpage__prices-table {
    min-width: 830px; }
  .frontpage__work-included-inner {
    grid-template-columns: 1fr;
    grid-gap: 0; }
  .frontpage__work-included-right {
    grid-row: 1; }
  .frontpage__work-included-second {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; }
  .frontpage__work-included-second-inner {
    grid-template-columns: 1fr;
    grid-gap: 0; }
  .frontpage__technology-stack {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; }
  .frontpage__hire-us {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; } }

@media (max-width: 575px) {
  .frontpage__features-items {
    grid-template-columns: repeat(1, [col] 1fr); }
  .frontpage__features-inner {
    padding: unset; }
  .frontpage__features-item-title {
    font-size: 20px; }
  .frontpage__prices-title {
    font-size: 20px; } }

.frontpage__section {
  padding: 48px 16px; }
  @media (max-width: 751px) {
    .frontpage__section {
      margin-left: -16px;
      margin-right: -16px; } }

.frontpage__section--gray {
  background-color: #f5f5f5; }

.frontpage__section-inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media (min-width: 576px) {
    .frontpage__section-inner {
      width: 544px;
      max-width: 100%; } }
  @media (min-width: 752px) {
    .frontpage__section-inner {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 1000px) {
    .frontpage__section-inner {
      width: 980px;
      max-width: 100%; } }
  @media (min-width: 576px) {
    .frontpage__section-inner {
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 752px) {
    .frontpage__section-inner {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .frontpage__section-inner {
      padding-right: 0;
      padding-left: 0; } }

.frontpage-services {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 752px) {
    .frontpage-services {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1000px) {
    .frontpage-services {
      grid-template-columns: repeat(3, 1fr); } }

.footer {
  padding: 24px 0;
  font-size: 15px;
  background-color: #222;
  color: white; }
  .footer__inner {
    display: flex;
    align-items: center; }
  .footer__right {
    margin-left: auto; }
  .footer a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .footer__inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px; }
    @media (min-width: 576px) {
      .footer__inner {
        width: 544px;
        max-width: 100%; } }
    @media (min-width: 752px) {
      .footer__inner {
        width: 720px;
        max-width: 100%; } }
    @media (min-width: 1000px) {
      .footer__inner {
        width: 980px;
        max-width: 100%; } }
    @media (min-width: 576px) {
      .footer__inner {
        padding-right: 16px;
        padding-left: 16px; } }
    @media (min-width: 752px) {
      .footer__inner {
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1000px) {
      .footer__inner {
        padding-right: 0;
        padding-left: 0; } }
  .footer__phone {
    font-weight: bold; }
  .footer__logo {
    width: 200px;
    float: right;
    margin-bottom: 8px; }

.block-system-branding-block__logo {
  display: block;
  width: 182px; }

.block-main__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }

.block-main__menu-item {
  margin-left: 16px; }
  .block-main__menu-item:first-child {
    margin-left: unset; }

.block-main__menu-item-link {
  text-transform: uppercase;
  color: #333333;
  font-weight: bold; }
  .block-main__menu-item-link:hover {
    color: #0779bd; }

.form-contact-message-request-form__fz152-agreement {
  font-size: 14px; }
  .form-contact-message-request-form__fz152-agreement a {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.node-client-teaser__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 2px transparent; }

.node-client-teaser__link:hover {
  background-color: #f5fafc;
  box-shadow: 0 0 0 2px #0779bd; }

.node-client-teaser__field-image img {
  max-width: 200px;
  width: 100%; }

.frontpage-service {
  position: relative;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 16px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 2px #e0e0e0; }

.frontpage-service:hover {
  border-color: #0779bd;
  background-color: #f5fafc;
  box-shadow: 0 0 0 2px #0779bd; }

.frontpage-service__title {
  font-weight: bold;
  color: #0779bd; }

.frontpage-service:hover .frontpage-service__title {
  color: #055281; }

.frontpage-service__description {
  margin-top: 8px;
  font-size: 80%; }

.frontpage-service__price {
  margin-top: 8px;
  font-size: 80%;
  font-weight: bold; }

.frontpage-service__url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.frontpage-advantages__title {
  text-align: center;
  margin-bottom: 24px; }

.frontpage-advantages__cols {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 752px) {
    .frontpage-advantages__cols {
      grid-template-columns: repeat(2, 1fr); } }

.header-navigation {
  align-self: normal;
  display: flex; }

.header-navigation__list {
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 500;
  display: none; }
  @media (min-width: 1000px) {
    .header-navigation__list {
      display: flex;
      flex-direction: row;
      align-items: center;
      list-style: none;
      height: 100%;
      position: initial; } }

.header-navigation__toggle {
  width: 32px;
  height: 32px;
  margin: 0 16px;
  align-self: center; }
  .header-navigation__toggle:before {
    content: "\F35C";
    font-family: "Material Design Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0; }
  @media (min-width: 1000px) {
    .header-navigation__toggle {
      display: none; } }

.header-navigation__toggle::before {
  font-size: 32px;
  line-height: 1; }

.header-navigation__toggle-checkbox {
  display: none !important; }

.header-navigation__toggle-checkbox:checked + .header-navigation__list {
  display: flex; }

.header-navigation__item {
  width: 100%; }
  @media (min-width: 1000px) {
    .header-navigation__item {
      margin: 0 8px;
      width: auto; } }

.header-navigation__item:not(:last-child) {
  border-bottom: 1px solid #eeeeee; }
  @media (min-width: 1000px) {
    .header-navigation__item:not(:last-child) {
      border-bottom: unset; } }

.header-navigation__link {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 8px; }
  @media (min-width: 1000px) {
    .header-navigation__link {
      padding: 0; } }

.header-navigation__link:hover {
  color: #0779bd; }

.header-contacts {
  display: flex;
  align-items: center;
  align-self: normal; }

.header-contacts__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  margin: 0 8px; }

.header-contacts__link:hover {
  color: #0779bd; }

.header-contacts__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #cde4f2;
  color: #0779bd; }

.header-contacts__label {
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px; }

.header-contacts__icon--telegram:before {
  content: "\F501";
  font-family: "Material Design Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0; }

.header-contacts__icon--email:before {
  content: "\F1EE";
  font-family: "Material Design Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0; }

.view-clients-frontpage__content {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, [col] 1fr);
  align-items: center; }
  @media (min-width: 752px) {
    .view-clients-frontpage__content {
      grid-template-columns: repeat(3, [col] 1fr); } }
  @media (min-width: 1000px) {
    .view-clients-frontpage__content {
      grid-template-columns: repeat(4, [col] 1fr); } }

/*# sourceMappingURL=maps/components.css.map */
