/* BUILD: src */
/*! 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;
}

h1,
h2,
h3 {
  text-align: center;
}

h1 {
  font-size: 4em;
  font-weight: 200;
}

a {
  color: #6236ff;
  text-decoration: none;
}

::-moz-selection {
  background-color: #f7b500;
}

::selection {
  background-color: #f7b500;
}

code {
  white-space: normal;
}

pre {
  display: flex;
  position: relative;
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  color: white;
  font-size: 14px;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.8;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
          hyphens: none;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  overflow: auto;
  background: #2b2b2b;
  max-width: 600px;
  margin: 0 auto;
}

.bp-button {
  display: inline-block;
  padding: 12px 24px 10px 24px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1;
  font-weight: 500;
  background: #6236ff;
  color: white;
}
.bp-button:visited, .bp-button:hover, .bp-button:active {
  color: white;
}

.bp-button--cta {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 30px;
}

body,
.apos-refreshable,
.bp-wrapper {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Lexend", sans-serif;
}

.apos-refreshable,
.bp-wrapper,
main {
  flex-grow: 1;
}

.bp-header,
main,
.bp-footer {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 40px 0;
}

.bp-footer {
  padding: 40px 0;
}

.bp-footer__links {
  padding-left: 0px;
  list-style: none;
  text-align: center;
}
.bp-footer__links li {
  display: inline-block;
  margin-right: 20px;
}
.bp-footer__links li:last-child {
  margin-right: 0;
}

.bp-header__logo {
  display: block;
  width: 190px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bp-header__login:visited {
  color: white;
}

.bp-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bp-rich-text a {
  text-decoration: none;
}

.bp-welcome {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bp-welcome__area {
  margin-top: 40px;
}

.bp-welcome__headline {
  position: relative;
  margin: 0 0 50px;
}

.bp-welcome__verson-wrapper {
  display: flex;
  justify-content: center;
}

.bp-welcome__version {
  position: relative;
  background-color: #a992ff;
  padding: 4px 5px;
  border-radius: 2px;
  display: inline-block;
  color: #300ab7;
  font-size: 12px;
  box-shadow: 0 25px 50px rgba(64, 70, 104, 0.1);
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bp-welcome__help {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 24px;
}

.bp-welcome p {
  max-width: 500px;
  margin: 20px auto;
  line-height: 1.5;
  font-size: 1.1rem;
}

.bp-welcome__code__context {
  position: absolute;
  display: inline-block;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 11px;
  font-family: code-saver, sans-serif;
  letter-spacing: 0.025em;
  padding: 5px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-top-right-radius: 2px;
  background: rgba(255, 255, 255, 0.1254901961);
  color: rgba(255, 255, 255, 0.5882352941);
  letter-spacing: 1px;
}

.bp-welcome__code {
  margin: 40px auto;
}

p.bp-welcome__cta {
  text-align: center;
  margin-bottom: 40px;
}

.bp-mode {
  display: inline-block;
  padding: 5px 5px;
  font-size: 12px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  line-height: 10px;
  color: black;
  vertical-align: middle;
  background-color: white;
  border-bottom-color: black;
  border: 1px solid black;
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 black;
}

.bp-video-widget {
  width: 100%;
}

.bp-image-widget {
  max-width: 100%;
}

.signboard {
  padding: 0 9.1666666667vw 10.07vw 9.1666666667vw;
  background: #ebeced;
}
.signboard__title {
  padding-top: 8.33vw;
  font-size: 3.19vw;
  display: flex;
  justify-content: center;
  color: #3A3E41;
  font-weight: 500;
  text-transform: uppercase;
}
.signboard__list {
  padding-top: 5.69vw;
}
.signboard__list .apos-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.signboard__list .apos-area section:not(:nth-child(3n)) .signboard-block {
  border-right: 1px solid #E2E5E8;
}
.signboard__list .apos-area section:last-child .signboard-block {
  border-right: none;
}
.signboard-block {
  width: 26.55vw;
  background: #FFFFFF;
}
.signboard-block__logos {
  height: 3.4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.94vw 2.5vw;
}
.signboard-block__logos--company img {
  width: 5.49vw;
  height: 3.4vw;
}
.signboard-block__logos--logo img {
  height: 2.5vw;
  width: 2.5vw;
}
.signboard-block__image {
  padding: 4.31vw 1.94vw 3.26vw 1.94vw;
}
.signboard-block__image img {
  max-height: 9.98vw;
}
.signboard-block__link {
  width: 26.55vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.28vw;
  border-top: 1px solid #E2E5E8;
  border-bottom: 1px solid #E2E5E8;
}
.signboard-block__link a {
  color: #3A3E41;
  font-size: 0.97vw;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.signboard-block__link img {
  width: 0.83vw;
  height: 0.83vw;
  margin-left: 0.69vw;
}

@media screen and (max-width: 767px) {
  .signboard {
    padding: 0 8.53vw 10.07vw 8.53vw;
    background: #ebeced;
  }
  .signboard__title {
    padding-top: 17.07vw;
    font-size: 9.6vw;
    display: flex;
    justify-content: center;
    color: #3A3E41;
    font-weight: 500;
    text-transform: uppercase;
  }
  .signboard__list {
    padding-top: 12.8vw;
  }
  .signboard__list .apos-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .signboard-block {
    width: 82.93vw;
    background: #FFFFFF;
    margin-bottom: 8.53vw;
  }
  .signboard-block__logos {
    height: 9.6vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6.4vw;
  }
  .signboard-block__logos--company img {
    width: 17.6vw;
    height: 9.6vw;
  }
  .signboard-block__logos--logo img {
    width: 9.6vw;
    height: 9.6vw;
  }
  .signboard-block__image {
    padding: 9.6vw 6.93vw 11.73vw 4vw;
  }
  .signboard-block__image img {
    max-height: 24.8vw;
  }
  .signboard-block__link {
    width: 82.93vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18.13vw;
    border-top: 1px solid #E2E5E8;
    border-bottom: 1px solid #E2E5E8;
  }
  .signboard-block__link a {
    color: #3A3E41;
    font-size: 3.73vw;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .signboard-block__link img {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 4.27vw;
  }
}
.main-container {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: content-box !important;
}

h1, h2, h3 {
  margin: 0;
  text-align: -webkit-auto;
}

.erp-header {
  width: 80.469vw;
  display: flex;
  align-items: center;
  padding: 1.111vw 4.931vw 1.111vw 4.931vw;
}
.erp-header__logo {
  height: 4.653vw;
  width: 9.444vw;
}
.erp-header__group {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.erp-header__group a {
  text-decoration: none;
  color: #FFFFFF;
}
.erp-header__tour {
  border: none;
  background: #3776CF;
  box-shadow: 0vw 0.347vw 3.472vw rgba(55, 118, 207, 0.25);
  border-radius: 0.556vw;
  padding: 0.633vw 1.675vw;
  font-style: normal;
  font-weight: bold;
  font-size: 1vw;
  line-height: 1.389vw;
  color: #FFFFFF;
  cursor: pointer;
}
.erp-header__login {
  border: 1px solid rgba(55, 118, 207, 0.3098039216);
  box-sizing: border-box;
  border-radius: 0.556vw;
  padding: 0.833vw 1.875vw 0.903vw 1.875vw;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.389vw;
  align-items: center;
  text-align: center;
  color: #3776CF;
  margin-left: 1.736vw;
  background: none;
  cursor: pointer;
  height: 3.264vw;
}
.erp-header__burger {
  display: none;
  background: none;
  border: none;
}
.erp-nav--mobile {
  display: none;
  border-radius: 0vw 0vw 5.333vw 5.333vw;
  transition: 1s;
}
.erp-nav__list {
  width: 66.74vw;
  display: flex;
  align-items: center;
}
.erp-nav__item {
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  margin-right: 1.182vw;
}
.erp-nav__item a {
  color: rgba(48, 59, 74, 0.85);
  text-decoration: none;
}
.erp-nav__item a:hover {
  color: #3776CF;
}
.erp-nav__dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.erp-nav__dropdown span {
  color: rgba(48, 59, 74, 0.85);
}
.erp-nav__dropdown span:hover {
  color: #3776CF;
}
.erp-nav__user {
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: rgba(48, 59, 74, 0.8509803922);
  border-bottom: 1px solid rgba(208, 208, 215, 0.3490196078);
  padding: 0 2.083vw 0.938vw 2.083vw;
  display: flex;
  align-items: center;
}
.erp-nav__avatar {
  margin-right: 0.938vw;
}
.erp-nav__username {
  cursor: default;
  color: #303B4A;
  font-size: 1.111vw;
  line-height: 1.389vw;
  font-weight: 600;
}
.erp-nav__logout {
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: rgba(48, 59, 74, 0.8509803922);
  border-top: 1px solid rgba(208, 208, 215, 0.3490196078);
  padding-top: 0.876vw;
  margin-top: 5px;
  padding-left: 2.083vw;
  display: flex;
  align-items: center;
}
.erp-nav__dropdown-content {
  display: none;
  position: absolute;
  background-color: #0D98D1;
  z-index: 99;
  padding: 20px 20px 10px 20px;
}
.erp-nav__dropdown-item {
  padding: 0.521vw 0 0.521vw 2.083vw;
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
}
.erp-nav__dropdown-item a {
  color: rgba(48, 59, 74, 0.85);
  text-decoration: none;
}
.erp-nav__dropdown-item a:hover {
  color: #3776CF;
}
.erp-nav__dropdown:hover .erp-nav__dropdown-content {
  display: block;
}
.erp-nav__active a {
  color: #3776CF;
}
.erp-content {
  padding-left: 4.931vw;
  padding-right: 4.931vw;
  margin-top: 2.222vw;
  margin-bottom: 2.222vw;
}
.erp-help {
  margin-top: 6.944vw;
  margin-bottom: -2.083vw;
  height: 24.444vw;
  background: #F8F8FA;
}
.erp-help__title {
  padding-top: 5vw;
  font-style: normal;
  font-weight: bold;
  font-size: 2.639vw;
  line-height: 3.194vw;
  text-align: center;
  color: #303B4A;
  margin-bottom: 1.667vw;
}
.erp-help__text {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.528vw;
  color: #727A84;
  text-align: center;
}
.erp-help__btn {
  margin: 2.292vw 0;
  text-align: center;
}
.erp-help__tour-btn {
  border: none;
  background: #3776CF;
  box-shadow: 0vw 0.347vw 3.472vw rgba(55, 118, 207, 0.25);
  border-radius: 0.556vw;
  padding: 0.833vw 1.875vw;
  font-style: normal;
  font-weight: bold;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: #FFFFFF;
  cursor: pointer;
}
.erp-footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #303B4A;
  display: flex;
}
.erp-footer__col {
  width: 12vw;
  display: flex;
  align-items: center;
}
.erp-footer__col:first-child {
  width: 25.972vw;
}
.erp-footer__col:nth-child(2) {
  width: 17.569vw;
}
.erp-footer__col:nth-child(3) {
  width: 17.569vw;
}
.erp-footer__col:nth-child(4) {
  width: 17.569vw;
}
.erp-footer__col:last-child {
  width: 21vw;
}
.erp-footer__col li {
  margin-bottom: 0.833vw;
}
.erp-footer__col-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.389vw;
  line-height: 1.667vw;
  color: #FFFFFF;
  margin-bottom: 2.222vw;
}
.erp-footer__logo {
  text-align: center;
}
.erp-footer__logo-btn {
  height: 4.653vw;
  width: 9.444vw;
}
.erp-footer__navigation {
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 0;
}
.erp-footer__navigation--link a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
}
.erp-footer__resources {
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 0;
}
.erp-footer__company {
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 0;
}
.erp-footer__icon {
  width: 2.222vw;
  height: 2.222vw;
  margin-right: 1.111vw;
}
.erp-global-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 78.125vw;
}
.erp-global-search__select {
  width: 100%;
  height: 100%;
  margin-left: 0.521vw;
}
.erp-global-search__select .el-input {
  height: 100%;
}
.erp-global-search__select .el-input__inner {
  width: 100%;
  height: 100%;
  padding-left: 38px !important;
  font-size: 13px;
  background: url("/images/icon-search.svg") left 10px center no-repeat;
  -svg-fill: #8B90A3;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.erp-global-search__select .el-input__suffix .el-select__caret {
  background: none;
}
.erp-global-search .el-select__tags {
  padding-left: 38px;
}
.erp-global-search__link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  text-decoration: none !important;
}
.erp-global-search__link, .erp-global-search__link:hover, .erp-global-search__link:visited {
  color: #101415;
}
.erp-global-search__link:hover .erp-global-search__link-label,
.erp-global-search__link:hover .erp-global-search__link-time {
  color: #FFFFFF;
}
.erp-global-search__link-label {
  font-weight: 500;
  width: 175px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.erp-global-search__link-time {
  width: 85px;
  color: #898fa1;
  font-size: 0.8em;
}
.erp-global-search__dropdown {
  left: 16.302vw !important;
  width: 69.94vw !important;
  box-shadow: none !important;
}
.erp-global-search__dropdown-header {
  font-size: 13px;
  border-bottom: 1px solid #D6DEE1;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
  font-weight: 600;
}
.erp-global-search__dropdown .el-select-dropdown__item {
  height: 70px;
}
.erp-global-search__dropdown .el-select-dropdown__item:hover {
  background: #FFFFFF;
}
.erp-global-search__dropdown .el-select-dropdown__item:hover .erp-global-search__dropdown-options__info--pn {
  color: #3776CF;
}
.erp-global-search__dropdown .el-select-dropdown__item.hover {
  background: #FFFFFF;
}
.erp-global-search__dropdown .el-select-dropdown__item.hover .erp-global-search__dropdown-options__info--pn {
  color: #3776CF;
}
.erp-global-search__dropdown-options {
  display: flex;
  height: 70px;
  color: rgba(48, 59, 74, 0.85);
}
.erp-global-search__dropdown-options__image {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.erp-global-search__dropdown-options__image img {
  width: 55px;
  height: 55px;
}
.erp-global-search__dropdown-options__info {
  margin-right: 10px;
  font-size: 12px;
  display: flex;
  flex: 1;
  padding-top: 15px;
  font-weight: 600;
}
.erp-global-search__dropdown-options__info--pn {
  margin-right: 10px;
}
.erp-global-search__dropdown-options__info--desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.erp-global-search__dropdown .popper__arrow {
  display: none !important;
}
.erp-global-search--popover {
  margin-right: 0.521vw;
  width: 3.021vw;
}
.erp-global-search--popover-input {
  width: 68.802vw;
  position: absolute !important;
  left: 16.302vw !important;
}
.erp-global-search--popover-input .popper__arrow {
  display: none !important;
}
.erp-global-search--btn {
  border: none !important;
}
.erp-shopping-cart {
  display: flex;
}
.erp-shopping-cart--count {
  width: 0.677vw;
  height: 0.677vw;
  background: #35C835;
  position: relative;
  border-radius: 50%;
  top: -0.417vw;
  right: 1.042vw;
  font-size: 0.469vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.block-video {
  display: flex;
  background: #F8F8FA;
  border-radius: 2.083vw;
  padding: 4.444vw;
}
.block-video__text {
  width: 29.931vw;
  height: 21.944vw;
  margin-right: 2.778vw;
}
.block-video__text-title {
  font-style: normal;
  font-weight: bold;
  font-size: 3.333vw;
  line-height: 4.097vw;
  display: flex;
  align-items: center;
  color: #303B4A;
}
.block-video__text-info {
  font-style: normal;
  font-weight: normal;
  font-size: 1.25vw;
  line-height: 2.153vw;
  color: rgba(48, 59, 74, 0.85);
  margin-top: 1.667vw;
  margin-right: 2.9vw;
}
.block-video__text-btn {
  margin-top: 2.292vw;
}
.block-video__text-request {
  background: #3776CF;
  box-shadow: 0vw 0.347vw 3.472vw rgba(55, 118, 207, 0.25);
  border-radius: 0.556vw;
  border: none;
  padding: 0.833vw 1.875vw;
  font-weight: bold;
  font-size: 1.111vw;
  line-height: 1.389vw;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.block-video__text-watch {
  border: 1px solid rgba(55, 118, 207, 0.3098039216);
  box-sizing: border-box;
  border-radius: 0.556vw;
  padding: 0.833vw 1.875vw;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.389vw;
  align-items: center;
  text-align: center;
  color: #3776CF;
  margin-left: 1.736vw;
  background: none;
  cursor: pointer;
}
.block-video__video {
  width: 48.611vw;
  height: 25.833vw;
}
.block-video__video--img {
  width: 48.611vw;
  display: block;
}
.block-video__video--video {
  width: 48.611vw;
  height: 100%;
  display: none;
}
.block-video--mobile {
  display: none;
}

.info-block__pre-title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.528vw;
  margin-bottom: 0.556vw;
}
.info-block__title {
  font-style: normal;
  font-weight: bold;
  font-size: 2.639vw;
  line-height: 3.194vw;
  display: flex;
  align-items: center;
  color: #303B4A;
  margin-bottom: 1.667vw;
}
.info-block__text {
  font-style: normal;
  font-weight: normal;
  font-size: 1.111vw;
  line-height: 1.944vw;
  color: rgba(48, 59, 74, 0.85);
  margin-bottom: 1.667vw;
}
.info-block__btns a {
  text-decoration: none;
}
.info-block__btns-more {
  box-sizing: border-box;
  border-radius: 0.556vw;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.389vw;
  display: flex;
  align-items: center;
  text-align: center;
  background: none;
  cursor: pointer;
  width: 10.347vw;
  height: 3.125vw;
  justify-content: center;
}
.info-block__btns-more--white {
  color: #3776CF;
  border: 1px solid #3776CF;
}
.info-block__btns-more--white:visited {
  color: #3776CF;
}
.info-block__btns-more--blue {
  color: #FFFFFF;
  background: #3776CF;
}
.info-block__btns-more--blue:visited {
  color: #FFFFFF;
}
.info-block__btns-more--green {
  color: #FFFFFF;
  background: #20AC47;
}
.info-block__btns-more--green:visited {
  color: #FFFFFF;
}

.two-column {
  padding: 0 4.931vw 0 4.931vw;
}
.two-column--top-padding-default {
  padding-top: 8.333vw;
}
.two-column--top-padding-medium {
  padding-top: 3.889vw;
}
.two-column--top-padding-none {
  padding-top: 0;
}
.two-column--mobile {
  display: none;
}
.two-column__columns {
  display: flex;
  flex-flow: row wrap;
}
.two-column__col {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #4F5865;
  margin-right: 7.917vw;
}
.two-column__col:last-child {
  margin-right: 0;
}
.two-column__col .bp-rich-text {
  font-size: 1.111vw;
  line-height: 1.944vw;
}
.two-column__title {
  font-weight: bold;
  font-size: 3.333vw;
  line-height: 4.097vw;
  color: #303B4A;
  display: flex;
}
.two-column__title--margin-default {
  margin-bottom: 3.333vw;
}
.two-column__title--margin-none {
  margin-bottom: 0;
}

.block-showcase {
  padding: 6.111vw 4.444vw 5.139vw 4.444vw;
  background: #F8F8FA;
  border-radius: 2.083vw;
}
.block-showcase__title {
  font-weight: bold;
  font-size: 2.639vw;
  line-height: 3.194vw;
  padding: 0 18.75vw;
  color: #303B4A;
  text-align: center;
  margin-bottom: 3.472vw;
}
.block-showcase__content {
  width: 89.583vw;
}
.block-showcase__content .apos-areas-widgets-list {
  display: flex;
  flex-wrap: wrap;
}
.block-showcase__content .apos-areas-widgets-list .apos-area-widget-wrapper:nth-child(3n+3) .showcase-block {
  margin-right: 0;
}
.block-showcase__content .apos-area {
  display: flex;
  flex-wrap: wrap;
}
.block-showcase__content .apos-area section:nth-child(3n+3) .showcase-block {
  margin-right: 0;
}
.block-showcase__row {
  display: flex;
  margin-bottom: 1.389vw;
}
.block-showcase__item {
  height: 17.847vw;
  padding: 1.563vw 0;
  border-radius: 1.042vw;
  margin-bottom: 1.389vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-showcase__item-icon {
  display: flex;
  justify-content: center;
}
.block-showcase__item-icon img {
  height: 4.861vw;
  margin-bottom: 1.389vw;
}
.block-showcase__item-title {
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 2.014vw;
  color: #303B4A;
  margin-bottom: 1.042vw;
  padding: 0 4.653vw 0 4.583vw;
}
.block-showcase__item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 1.111vw;
  line-height: 1.944vw;
  color: rgba(48, 59, 74, 0.85);
  padding: 0 4.653vw 0 4.583vw;
}
.block-showcase__item:first-child {
  margin-right: 1.389vw;
}

.block-carousel {
  background: #F8F8FA;
  padding-bottom: 4.583vw;
  padding-top: 7.361vw;
  margin-top: 7.778vw;
  border-radius: 2.083vw;
}
.block-carousel__title {
  font-weight: bold;
  font-size: 2.639vw;
  line-height: 3.194vw;
  text-align: center;
  color: #303B4A;
  padding-bottom: 3.472vw;
}
.block-carousel__slider {
  display: flex;
}
.block-carousel__slider-item {
  background: #FFFFFF;
  border: 1.5px solid #EFEFEF;
  box-sizing: border-box;
  border-radius: 1.389vw;
  height: 24.375vw;
  display: flex;
}
.block-carousel__slider-content {
  display: flex;
}
.block-carousel__slider-content--mobile {
  display: none;
}
.block-carousel__slider-col1 {
  border-right: 1px solid #EFEFEF;
  padding: 4.861vw 4.167vw 0 4.167vw;
  width: 13.194vw;
}
.block-carousel__slider-col1--logo {
  width: 13.194vw;
}
.block-carousel__slider-col1--person {
  font-weight: 600;
  font-size: 1.389vw;
  line-height: 2.431vw;
  color: #3776CF;
  text-align: center;
  margin-top: 1.042vw;
}
.block-carousel__slider-col1--position {
  font-size: 1.111vw;
  line-height: 1.597vw;
  text-align: center;
  color: #9A9FA6;
}
.block-carousel__slider-col2 {
  padding: 3.333vw 7.5vw 3.472vw 3.333vw;
  width: 31.875vw;
  font-style: normal;
  font-weight: normal;
  font-size: 1.111vw;
  line-height: 1.944vw;
  color: rgba(48, 59, 74, 0.85);
}
.block-carousel__slider-arrow {
  width: 12.986vw;
  padding-top: 9.722vw;
  text-align: center;
}
.block-carousel__slider-arrow--icon {
  width: 3.889vw;
  height: 3.889vw;
}

.block-diptych {
  padding-top: 4.444vw;
  padding-bottom: 3.472vw;
  border-radius: 2.083vw;
}
.block-diptych__title {
  padding: 3.333vw 0;
  font-style: normal;
  font-weight: bold;
  font-size: 2.639vw;
  line-height: 3.194vw;
  color: #3776CF;
  max-width: 36.111vw;
  margin: auto;
  text-align: center;
}
.block-diptych__content {
  display: flex;
  padding: 0 4.514vw;
}
.block-diptych__content--mobile {
  display: none;
}
.block-diptych__item {
  width: 39.931vw;
}
.block-diptych__item:first-child {
  margin-right: 1.389vw;
}

.block-list {
  border-radius: 2.083vw;
  padding: 3.056vw 0;
}
.block-list__title {
  padding: 3.333vw 0;
  font-style: normal;
  font-weight: bold;
  font-size: 2.639vw;
  line-height: 3.194vw;
  color: #303B4A;
  text-align: center;
}
.block-list__list {
  padding: 0 4.514vw;
}
.block-list__item {
  display: flex;
  align-items: center;
  padding: 2.153vw 0;
  border-bottom: 1px solid #E4E4E4;
}
.block-list__item--mobile {
  display: none;
}
.block-list__item-number {
  font-style: normal;
  font-weight: 200;
  font-size: 5vw;
  line-height: 6.111vw;
  width: 12.5vw;
  color: #3776CF;
}
.block-list__item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 2.014vw;
  color: #303B4A;
  width: 41.319vw;
}
.block-list__item-title p {
  line-height: 2.014vw;
  margin-top: 0;
  margin-bottom: 3px;
}
.block-list__item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.944vw;
  color: rgba(48, 59, 74, 0.85);
  width: 26.181vw;
}
.block-list__list .apos-areas-widgets-list .apos-area-widget-wrapper:last-child .block-list__item {
  border-bottom: none;
}
.block-list__list .apos-area section:last-child .block-list__item {
  border-bottom: none;
}

.calendly {
  text-align: center;
}
.calendly-block {
  width: 100%;
  height: 700px;
}

.timeline-item {
  display: flex;
  height: auto;
  min-height: 6.944vw;
}
.timeline-item--mobile {
  display: none;
}
.timeline-item__block {
  width: 74.375vw;
  border-top: 1px solid #E4E6EA;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.timeline-item__line {
  width: 10.417vw;
  display: flex;
  align-items: center;
  border-left: 1px dashed #D2D3D4;
  position: relative;
  left: 2.778vw;
}
.timeline-item__line:before {
  content: "";
  position: absolute;
  margin-left: -1.389vw;
  background: #979EA6;
  border-radius: 50%;
  border: 1.042vw solid #FFFFFF;
  padding: 0.347vw;
}
.timeline-item__date {
  width: 15.833vw;
  font-style: normal;
  font-weight: normal;
  font-size: 2.083vw;
  line-height: 2.569vw;
  color: #3776CF;
}
.timeline-item__title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 1.528vw;
  line-height: 1.875vw;
  color: #303B4A;
}
.timeline-item__title .bp-rich-text {
  font-weight: 600;
  font-size: 1.528vw;
  line-height: 2.3vw;
}
.timeline-item__text {
  width: 23.264vw;
  font-weight: normal;
  font-size: 1.111vw;
  line-height: 1.944vw;
  color: #58667A;
}
.timeline-item__text .bp-rich-text {
  font-weight: normal;
  font-size: 1.111vw;
  line-height: 1.944vw;
}
.timeline .apos-area-widget-wrapper:first-child .timeline-item__block {
  border-top: none;
}
.timeline .apos-area section:first-child .timeline-item__block {
  border-top: none;
}

.contact-us {
  display: flex;
  flex-direction: column;
  padding: 0 3.889vw;
}
.contact-us__title {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 3.333vw;
  line-height: 4.097vw;
  color: #303B4A;
  margin-bottom: 1.333vw;
}
.contact-us__sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.528vw;
  text-align: center;
  margin-bottom: 1.333vw;
  color: #303B4A;
}
.contact-us__table {
  border: 2px solid rgba(255, 255, 255, 0.4392156863);
  padding: 10px;
  font-size: 0.85vw;
  line-height: 1.389vw;
}
.contact-us__work-time {
  width: 65%;
  padding-top: 15px;
  margin-bottom: 25px;
}
.contact-us__work-time--title {
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.389vw;
  margin-bottom: 0.972vw;
}
.contact-us__work-time--row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contact-us__content {
  display: flex;
  border: 1.5px solid #EFEFEF;
  border-radius: 1.042vw;
}
.contact-us__info {
  width: 30.556vw;
  background: #303B4A;
  padding: 3.889vw;
  color: #FFFFFF;
  border-radius: 1.042vw 0 0 1.042vw;
}
.contact-us__info span {
  opacity: 75%;
}
.contact-us__info--title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 2.014vw;
  color: #FFFFFF;
  margin-bottom: 3.889vw;
}
.contact-us__info--title a {
  color: #08ADA7;
}
.contact-us__info--phone {
  font-style: normal;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: #FFFFFF;
  margin-bottom: 0.972vw;
}
.contact-us__info--phone a {
  text-decoration: none;
  color: #08ADA7;
}
.contact-us__info--email {
  font-style: normal;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: #FFFFFF;
  margin-bottom: 0.972vw;
}
.contact-us__info--address {
  font-style: normal;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.806vw;
  color: #FFFFFF;
  margin-bottom: 0.972vw;
}
.contact-us__info--social {
  display: flex;
  margin-bottom: 2.917vw;
}
.contact-us__info--social-icon {
  width: 2.222vw;
  height: 2.222vw;
  margin-right: 1.111vw;
}
.contact-us__info--map {
  margin-bottom: 0.972vw;
}
.contact-us__info--map img {
  border-radius: 0.417vw;
  width: 100%;
}
.contact-us__info--link-map {
  font-style: normal;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 1.944vw;
  text-decoration-line: underline;
}
.contact-us__info--link-map a {
  color: #FFFFFF;
  cursor: pointer;
}
.contact-us__info--link-map-icon {
  width: 1.111vw;
  height: 1.111vw;
  margin-left: 0.694vw;
  cursor: pointer;
}
.contact-us__form {
  width: 50.694vw;
  padding: 3.889vw;
}
.contact-us__form--title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 2.014vw;
  color: #303B4A;
  margin-bottom: 3.889vw;
}
.contact-us__form--row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.222vw;
}
.contact-us__form--input input {
  width: 19.444vw;
  border: none;
  border-bottom: 1px solid rgba(144, 156, 178, 0.8);
  padding: 1.111vw 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: #303B4A;
  outline: none;
}
.contact-us__form--textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(144, 156, 178, 0.8);
  padding: 1.111vw 0;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: #929AA7;
  outline: none;
}
.contact-us__form--btn {
  display: flex;
  justify-content: center;
  margin-top: 3.889vw;
}
.contact-us__form--submit {
  border: none;
  background: #08ADA7;
  box-shadow: 0vw 0.347vw 3.472vw rgba(55, 118, 207, 0.25);
  border-radius: 0.556vw;
  padding: 0.833vw 1.875vw;
  font-style: normal;
  font-weight: bold;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: #FFFFFF;
  cursor: pointer;
}

.title-widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-widget--margin-default {
  margin-bottom: 2.778vw;
}
.title-widget--margin-small {
  margin-bottom: 1.778vw;
}
.title-widget--margin-none {
  margin-bottom: 0;
}
.title-widget__text {
  font-style: normal;
  font-weight: bold;
  font-size: 3.333vw;
  line-height: 4.097vw;
  color: #303B4A;
  text-align: center;
}
.title-widget__text--48 {
  font-size: 3.333vw;
}
.title-widget__text--32 {
  font-size: 2.222vw;
}
.title-widget__text--28 {
  font-size: 1.944vw;
}
.title-widget__text--24 {
  font-size: 1.667vw;
}
.title-widget__text--18 {
  font-size: 1.25vw;
}
.title-widget__text--14 {
  font-size: 0.972vw;
}

.document-block {
  height: 4.167vw;
  display: flex;
  align-items: center;
  padding-left: 4.444vw;
}
.document-file {
  padding-left: 0.694vw;
}
.document-file--icon {
  width: 1.141vw;
  height: 1.141vw;
}
.document-link, .document a:link, .document a:visited {
  font-size: 18px;
  text-decoration: none;
  color: #455A7E;
  font-weight: 600;
  display: flex;
  align-content: center;
}
.document-title {
  display: flex;
  align-items: center;
}

.iframe-widget {
  width: 100%;
  height: 115vh;
}

.catalog {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.catalog-filters {
  width: 17vw;
  margin-right: 2.604vw;
  padding-top: 1.25rem;
}
.catalog-filters--title {
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: rgba(48, 59, 74, 0.85);
  text-transform: uppercase;
  margin-bottom: 2.083vw;
}
.catalog-filters--list {
  margin-bottom: 2.083vw;
}
.catalog-filters--btns {
  display: flex;
  justify-content: space-between;
}
.catalog-filters--btn {
  border: none;
  background: #3776CF;
  box-shadow: 0vw 0.347vw 3.472vw rgba(55, 118, 207, 0.25);
  border-radius: 0.556vw;
  font-style: normal;
  font-weight: bold;
  font-size: 0.951vw;
  line-height: 1.389vw;
  color: #FFFFFF;
  cursor: pointer;
  height: 2.078vw;
  padding: 0 1.382vw;
}
.catalog-multi-search {
  border: 1px solid #E9EAEF;
  border-radius: 0.525vw;
}
.catalog-multi-search__header {
  height: 2.677vw;
  padding-left: 1.627vw;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.735vw;
  line-height: 0.997vw;
  letter-spacing: 0.026vw;
  text-transform: uppercase;
  color: #4D5260;
  border-bottom: 1px solid #E9EAEF;
}
.catalog-multi-search__list {
  padding: 0 1.102vw 1.102vw 1.102vw;
}
.catalog-multi-search__row {
  display: flex;
  margin-top: 1.102vw;
}
.catalog-multi-search__search {
  cursor: pointer;
  height: 2.677vw;
  background: rgba(55, 118, 207, 0.08);
  border: 1px solid rgba(55, 118, 207, 0.04);
  border-radius: 0 0 0.525vw 0.525vw;
  font-weight: 700;
  font-size: 0.577vw;
  line-height: 0.787vw;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.063vw;
  text-transform: uppercase;
  color: #3776CF;
}
.catalog-multi-search__pn {
  width: 100%;
  margin-right: 2.604vw;
}
.catalog-multi-search__pn input.multi-search-pn[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 14px;
}
.catalog-multi-search__qty {
  display: none;
  width: 16.667vw;
  margin-right: 2.604vw;
}
.catalog-multi-search__add--btn {
  cursor: pointer;
  background: rgba(55, 118, 207, 0.08);
  border-radius: 6px;
  outline: none;
  border: none;
  height: 100%;
  width: 1.719vw;
  padding: 0;
}
.catalog-multi-search__delete--btn {
  cursor: pointer;
  border-radius: 6px;
  outline: none;
  border: none;
  height: 100%;
  width: 1.719vw;
  margin-right: 0.694vw;
  padding: 0;
  background: rgba(235, 89, 69, 0.08);
}
.catalog-multi-search__input {
  border-radius: 5px;
  border: 1px solid #b0b4bc;
  height: 1.563vw;
  line-height: 30px;
  outline: none;
  padding-left: 0.521vw;
  width: 100%;
  color: #8A91A5;
}
.catalog-multi-search__input::-webkit-input-placeholder {
  opacity: 0.7;
}
.catalog-block {
  width: 100%;
}
.catalog-block-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
  margin-bottom: 0.321vw;
}
.catalog-block-pagination--btn {
  border-radius: 0.556vw;
  font-style: normal;
  font-weight: bold;
  font-size: 0.811vw;
  line-height: 1.189vw;
  color: #8A91A5;
  cursor: pointer;
  height: 2vw;
  padding: 0 0.8vw;
  border: 1px solid #E9EAEF;
  background: #fff;
}

.catalog-filter {
  border: 1px solid #E9EAEF;
  border-radius: 0.842vw;
  margin-bottom: 1.042vw;
}
.catalog-filter--title {
  height: 2.604vw;
  display: flex;
  align-items: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-left: 1.042vw;
  font-size: 0.673vw;
  line-height: 0.781vw;
  font-weight: 700;
  color: #8A91A5;
  border-bottom: 1px solid #E9EAEF;
}
.catalog-filter-checkbox {
  padding: 0.833vw 1.042vw;
  color: #101415;
  font-style: normal;
  font-weight: 500;
  font-size: 0.729vw;
  line-height: 0.938vw;
}
.catalog-filter-checkbox--ratio {
  width: 0.781vw;
  height: 1.042vw;
}
.catalog-filter-checkbox--label {
  margin-left: 0.417vw;
  font-size: 0.729vw;
  line-height: 0.938vw;
  font-weight: 500;
  font-style: normal;
}
.catalog-filter-picklist {
  padding: 0.833vw 1.042vw;
}
.catalog-filter-picklist--select {
  border-radius: 5px;
  border: 1px solid #b0b4bc;
  height: 30px;
  line-height: 30px;
  outline: none;
  width: 95%;
  padding-left: 0.521vw;
}
.catalog-filter-input {
  padding: 0.833vw 1.042vw;
}
.catalog-filter-input input {
  border-radius: 5px;
  border: 1px solid #b0b4bc;
  height: 30px;
  line-height: 30px;
  outline: none;
  width: 95%;
  padding-left: 0.521vw;
  background: #ffffff;
}

.form_radio {
  margin-bottom: 10px;
}

.form_radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.form_radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 1px;
}

/* Checked */
/* Hover */
.form_radio label:hover:before {
  filter: brightness(120%);
}

/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
  filter: grayscale(100%);
}

.bp-rich-text p {
  margin: 0;
}
.bp-rich-text a {
  cursor: pointer;
}

.table {
  border: 1px solid rgba(154, 159, 166, 0.2784313725);
}
.table-header {
  display: flex;
  height: 3.125vw;
  align-items: center;
  background: #F8F8FA;
}
.table-header__title {
  flex: 1;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #9A9FA6;
  font-weight: 600;
  border-right: 1px solid rgba(154, 159, 166, 0.2784313725);
}
.table-header__title:last-child {
  border-right: none;
}
.table-row {
  display: flex;
  border-bottom: 1px solid rgba(154, 159, 166, 0.2784313725);
}
.table-row__col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(154, 159, 166, 0.2784313725);
}
.table-row__col:last-child {
  border-right: none;
}
.table-row__col .apos-area-widget-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.for-auth {
  display: none;
}

@media screen and (max-width: 767px) {
  .erp-content {
    padding: 0;
  }
  .block-video {
    display: none;
  }
  .block-video--mobile {
    display: block;
  }
  .block-video__video {
    width: 100%;
    height: 100%;
  }
  .block-video__video iframe {
    width: 100%;
    height: 100%;
  }
  .block-video__video--img {
    width: 84vw;
    padding: 0 8vw;
  }
  .block-video__text {
    width: 84vw;
    height: 100%;
    margin-right: 0;
    padding: 0 8vw;
    margin-top: 5vw;
  }
  .block-video__text-btn {
    display: flex;
    justify-content: space-between;
  }
  .block-video__text-title {
    font-size: 8.533vw;
    line-height: 10.4vw;
  }
  .block-video__text-info {
    font-size: 4.267vw;
    line-height: 7.467vw;
    margin-right: 0;
  }
  .block-video__text-request {
    font-size: 3.733vw;
    line-height: 4.533vw;
    padding: 3.733vw 6.133vw 4.267vw 6.133vw;
    height: 12.533vw;
    box-shadow: 0vw 1.333vw 13.333vw rgba(55, 118, 207, 0.15);
    border-radius: 2.133vw;
  }
  .block-video__text-watch {
    font-size: 3.733vw;
    line-height: 4.533vw;
    height: 12.533vw;
    border-radius: 2.133vw;
    padding: 3.733vw 3.333vw;
    margin-left: 4.8vw;
  }
  .two-column {
    display: none;
  }
  .two-column--mobile {
    display: block;
  }
  .two-column--top-padding-default {
    padding-top: 8.333vw;
  }
  .two-column--top-padding-none {
    padding-top: 0;
  }
  .two-column__title {
    font-weight: bold;
    font-size: 8.533vw;
    line-height: 8vw;
    padding: 0 8vw;
  }
  .two-column__title--margin-default {
    margin-bottom: 3.333vw;
  }
  .two-column__title--margin-none {
    margin-bottom: 0;
  }
  .two-column__col {
    display: block;
  }
  .two-column__col .bp-rich-text {
    font-weight: normal;
    font-size: 4.267vw;
    line-height: 6.933vw;
    padding: 0 8vw;
    margin-bottom: 4.267vw;
  }
  .two-column__col:last-child {
    margin-right: 0;
  }
  .two-column__col:nth-child(2) {
    margin-top: 6.667vw;
  }
  .two-column__col:nth-child(3) {
    margin-top: 6.667vw;
  }
  .two-column__col .bp-image-widget {
    padding: 0 8vw;
    width: 84vw;
    height: 47.2vw;
  }
  .info-block {
    padding: 0 8vw;
  }
  .info-block__pre-title {
    font-size: 4.8vw;
    line-height: 5.867vw;
    margin-bottom: 2.133vw;
  }
  .info-block__title {
    font-size: 6.4vw;
    line-height: 8vw;
    margin-bottom: 3.467vw;
  }
  .info-block__text {
    font-size: 4.267vw;
    line-height: 6.933vw;
  }
  .info-block__btns-more {
    width: 40.733vw;
    height: 12.533vw;
    padding: 3.467vw 7.2vw 3.733vw 7.2vw;
    font-size: 4.267vw;
    line-height: 5.333vw;
    border-radius: 2.133vw;
  }
  .block-showcase__title {
    font-size: 6.4vw;
    line-height: 8vw;
    padding: 0;
  }
  .block-showcase__content .apos-area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .block-showcase__content .apos-area section .showcase-block {
    margin-right: 0;
  }
  .block-showcase__row {
    display: block;
  }
  .block-showcase__item {
    width: 89.3vw !important;
    margin-bottom: 4.267vw;
    border-radius: 4vw;
    padding: 8vw 0;
    height: auto;
  }
  .block-showcase__item-title {
    font-size: 5.333vw;
    line-height: 6.4vw;
  }
  .block-showcase__item-text {
    font-size: 4.267vw;
    line-height: 6.933vw;
  }
  .block-showcase__item:first-child {
    margin-right: 0;
  }
  .block-showcase__item-icon {
    width: 10.819vw;
    padding-left: 40.067vw;
    margin-bottom: 4.267vw;
  }
  .block-showcase__item-icon img {
    height: 14.333vw;
    max-width: none;
  }
  .block-carousel {
    padding: 0 8vw;
    margin-top: 16.111vw;
  }
  .block-carousel__title {
    font-size: 6.4vw;
    line-height: 8vw;
    text-align: inherit;
  }
  .block-carousel__slider {
    display: block;
  }
  .block-carousel__slider-item {
    border-radius: 4vw;
    height: auto;
    display: block;
  }
  .block-carousel__slider-content {
    display: none;
  }
  .block-carousel__slider-content--mobile {
    display: block;
  }
  .block-carousel__slider-btns--mobile {
    display: flex;
    padding-left: 27.733vw;
  }
  .block-carousel__slider-col1 {
    border-bottom: 1px solid #EFEFEF;
    padding: 6.4vw 0 6.4vw 0;
    width: 100%;
  }
  .block-carousel__slider-col1--logo {
    margin-left: 21.933vw;
    width: 38.4vw;
  }
  .block-carousel__slider-col1--person {
    font-size: 4.8vw;
    line-height: 5.867vw;
  }
  .block-carousel__slider-col1--position {
    font-size: 3.733vw;
    line-height: 4.533vw;
  }
  .block-carousel__slider-col2 {
    font-size: 3.2vw;
    line-height: 6.933vw;
    padding: 4.267vw 6.4vw 6.4vw 6.4vw;
    width: 71.2vw;
  }
  .block-carousel__slider-arrow--icon {
    width: 10.667vw;
    height: 10.667vw;
  }
  .erp-header {
    padding: 6.4vw 8vw;
  }
  .erp-header__logo {
    width: 28vw;
    height: 13.867vw;
  }
  .erp-header__tour {
    display: none;
    border-radius: 2.133vw;
    font-size: 4.267vw;
    line-height: 5.333vw;
    padding: 3.467vw 5.333vw 3.733vw 5.333vw;
    margin-top: 5.867vw;
  }
  .erp-header__burger {
    display: block;
  }
  .erp-header__burger img {
    width: 6.667vw;
    height: 3.733vw;
  }
  .erp-header__login {
    font-weight: 600;
    font-size: 4.267vw;
    line-height: 5.333vw;
    border-radius: 2.133vw;
    padding: 3.467vw 13.6vw;
    height: 12.533vw;
  }
  .erp-help {
    height: 71.333vw;
    padding: 0 12vw;
  }
  .erp-help__title {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .erp-help__text {
    font-size: 4.267vw;
    line-height: 6.933vw;
  }
  .erp-help__tour-btn {
    font-weight: 600;
    font-size: 4.267vw;
    line-height: 5.333vw;
    padding: 3.467vw 5.333vw 3.733vw 5.333vw;
    border-radius: 2.133vw;
  }
  .erp-nav {
    display: none;
  }
  .erp-nav__list {
    display: block;
  }
  .erp-nav__item {
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 5.867vw;
    margin-bottom: 5.867vw;
  }
  .erp-nav__btns {
    padding: 8vw;
    display: flex;
    justify-content: center;
  }
  .erp-footer {
    height: 136.267vw;
    width: auto;
    padding: 8vw;
    display: flex;
    flex-wrap: wrap;
  }
  .erp-footer__logo {
    text-align: inherit;
  }
  .erp-footer__logo-btn {
    width: 21.6vw;
    height: 10.667vw;
  }
  .erp-footer__col {
    width: 40vw;
  }
  .erp-footer__col:first-child {
    width: 40vw;
  }
  .erp-footer__col:nth-child(2) {
    width: 40vw;
  }
  .erp-footer__col:nth-child(3) {
    width: 40vw;
  }
  .erp-footer__col:nth-child(4) {
    width: 40vw;
  }
  .erp-footer__col:last-child {
    width: 40vw;
  }
  .erp-footer__col-title {
    font-weight: 600;
    font-size: 4.8vw;
    line-height: 5.867vw;
  }
  .erp-footer__col li {
    margin-bottom: 3.2vw;
  }
  .erp-footer__navigation--link {
    font-weight: 500;
    font-size: 3.733vw;
    line-height: 4.533vw;
  }
  .erp-footer__icon {
    height: 8.533vw;
    width: 8.533vw;
    margin-right: 4.8vw;
  }
  .block-diptych__content {
    display: none;
  }
  .block-diptych__content--mobile {
    display: block;
  }
  .block-diptych__item {
    width: 100%;
  }
  .block-diptych__item:first-child {
    margin-right: 0;
  }
  .block-list__title {
    font-size: 6.4vw;
    line-height: 8vw;
  }
  .block-list__list {
    padding: 0 8vw;
  }
  .block-list__item {
    display: none;
  }
  .block-list__item--mobile {
    display: flex;
    margin: 4.8vw 0;
  }
  .block-list__item-number {
    font-size: 12.8vw;
    line-height: 15.733vw;
    margin-right: 13.333vw;
  }
  .block-list__item-title {
    font-weight: 600;
    font-size: 4.8vw;
    line-height: 5.867vw;
    width: auto;
  }
  .block-list__item-title p {
    line-height: 5.867vw;
  }
  .block-list__item-text {
    font-weight: 500;
    font-size: 3.733vw;
    line-height: 5.867vw;
    width: auto;
  }
  .timeline {
    padding: 0 8vw;
  }
  .timeline-item {
    display: none;
  }
  .timeline-item--mobile {
    display: flex;
    margin-bottom: 6.667vw;
  }
  .timeline-item__line {
    align-items: normal;
    padding-top: 9.067vw;
  }
  .timeline-item__line:before {
    padding: 1.2vw;
    margin-left: -2.2vw;
  }
  .timeline-item__block {
    display: block;
    padding: 6.67vw 0;
  }
  .timeline-item__date {
    font-size: 7.467vw;
    line-height: 9.067vw;
    margin-right: 9.067vw;
  }
  .timeline-item__title {
    font-size: 4.8vw;
    line-height: 5.867vw;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .timeline-item__title .bp-rich-text {
    font-size: 3.73vw;
    line-height: 5.3vw;
  }
  .timeline-item__title a {
    color: #08ADA7;
  }
  .timeline-item__text {
    font-size: 3.733vw;
    line-height: 5.867vw;
    width: 100%;
  }
  .contact-us {
    padding: 0;
  }
  .contact-us__title {
    font-size: 8.533vw;
    line-height: 8vw;
  }
  .contact-us__content {
    display: block;
  }
  .contact-us__form {
    width: auto;
    padding: 8vw;
  }
  .contact-us__form--title {
    font-size: 5.333vw;
    line-height: 6.4vw;
  }
  .contact-us__form--title a {
    color: #08ADA7;
  }
  .contact-us__form--row {
    display: block;
  }
  .contact-us__form--input {
    margin: 4.267vw 0;
  }
  .contact-us__form--input input {
    width: 84vw;
    font-size: 4.267vw;
    line-height: 5.333vw;
    padding: 3.2vw 0;
  }
  .contact-us__form--textarea {
    font-size: 4.267vw;
    line-height: 5.333vw;
    width: 84vw;
  }
  .contact-us__form--btn {
    margin-top: 10.667vw;
  }
  .contact-us__form--submit {
    padding: 3.2vw 12.8vw;
    font-size: 4.267vw;
    border-radius: 2.133vw;
    line-height: 5.333vw;
  }
  .contact-us__info {
    width: auto;
    padding: 8vw;
    border-radius: 0;
  }
  .contact-us__info--title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10.667vw;
  }
  .contact-us__info--phone {
    font-size: 4.267vw;
    line-height: 5.333vw;
    margin-bottom: 4.267vw;
  }
  .contact-us__info--phone a {
    color: #08ADA7;
  }
  .contact-us__info--email {
    font-size: 4.267vw;
    line-height: 5.333vw;
    margin-bottom: 4.267vw;
  }
  .contact-us__info--address {
    font-size: 4.267vw;
    line-height: 6.933vw;
    margin-bottom: 4.267vw;
  }
  .contact-us__info--address div {
    font-size: 3.73vw !important;
    line-height: 4.389vw !important;
  }
  .contact-us__info--social {
    margin-bottom: 6.4vw;
  }
  .contact-us__info--social-icon {
    width: 8.533vw;
    height: 8.533vw;
    margin-right: 4.267vw;
  }
  .contact-us__info--map {
    margin-bottom: 5.867vw;
  }
  .contact-us__info--link-map {
    font-size: 4.267vw;
    line-height: 7.467vw;
  }
  .contact-us__info--link-map-icon {
    width: 4.267vw;
    height: 4.267vw;
    margin-left: 2.667vw;
  }
  .contact-us__sub-title {
    font-size: 2.93vw;
    line-height: 4.528vw;
  }
  .contact-us__work-time {
    width: 85%;
  }
  .contact-us__work-time--title {
    font-size: 3.73vw;
    line-height: 5.389vw;
  }
  .contact-us__work-time--row {
    font-size: 2.73vw;
  }
  .contact-us__small-info {
    font-size: 3.73vw !important;
    line-height: 4.389vw !important;
  }
  .title-widget--margin-default {
    margin-bottom: 6.4vw;
  }
  .title-widget--margin-small {
    margin-bottom: 4.563vw;
  }
  .title-widget--margin-none {
    margin-bottom: 0;
  }
  .title-widget__text {
    line-height: 9.067vw;
    width: 100%;
    padding: 0 8vw;
  }
  .title-widget__text--48 {
    font-size: 8.533vw;
  }
  .title-widget__text--32 {
    font-size: 7.422vw;
  }
  .title-widget__text--28 {
    font-size: 7.144vw;
  }
  .title-widget__text--24 {
    font-size: 6.867vw;
  }
  .title-widget__text--18 {
    font-size: 5.45vw;
  }
  .title-widget__text--14 {
    font-size: 4.172vw;
  }
  .document-block {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 4.444vw;
  }
  .document-file {
    padding-left: 1.694vw;
    padding-right: 3.694vw;
  }
  .document-file--icon {
    width: 8.14vw;
    height: 6.14vw;
  }
  .document-link, .document a:link, .document a:visited {
    font-size: 4.4vw;
    text-decoration: none;
    color: #455A7E;
    font-weight: 600;
    display: flex;
    align-content: center;
  }
  .document-title {
    display: flex;
    align-items: center;
  }
  .table-header {
    height: 11.125vw;
  }
}
::-moz-selection {
  background-color: rgba(8, 173, 167, 0.2509803922) !important;
}
::selection {
  background-color: rgba(8, 173, 167, 0.2509803922) !important;
}

.pct-header {
  font-size: 1em;
  z-index: 1;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 0 9.1666666667vw;
}
.pct-header-mobile {
  display: none;
}
.pct-header__row-main {
  height: 6.25vw;
  display: flex;
  border-bottom: 1px solid #E3E4E5;
}
.pct-header__logo {
  height: 3.33vw;
  width: 6.25vw;
  padding: 1.39vw 2.78vw 1.39vw 0;
}
.pct-header__line {
  border-left: 1px solid #E3E4E5;
}
.pct-header__search {
  height: 3.33vw;
  width: 47.22vw;
  padding: 1.39vw 7.03vw 1.39vw 2.78vw;
  display: flex;
}
.pct-header__search--form {
  display: flex;
}
.pct-header__search--form select:not([multiple]) {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-size: 0.85em auto;
  background-position: calc(100% - 0.25em) 1.5em;
  background-image: url(/images/icon-arrow.svg);
}
.pct-header__search--form select::-ms-expand {
  display: none;
}
.pct-header__search--form input::-webkit-input-placeholder {
  opacity: 0.5;
}
.pct-header__search--select {
  height: 100%;
  border: 1px solid #E3E4E5;
  background: #F7F7F7;
  outline: none;
  cursor: pointer;
  font-size: 0.97vw;
  font-family: "Lexend", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #3A3E41;
  -moz-text-align-last: center;
       text-align-last: center;
}
.pct-header__search--option {
  outline: none;
  font-size: 0.97vw;
  font-family: "Lexend", sans-serif;
}
.pct-header__search--input {
  height: 100%;
  outline: none;
  padding: 0;
  padding-left: 1.74vw;
  border: none;
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  width: 36.11vw;
  font-family: "Lexend", sans-serif;
  font-size: 1.04vw;
  color: #939699;
}
.pct-header__search--btn {
  height: 100%;
  width: 4.72vw;
  border: none;
  border-top: 1px solid #08ADA7;
  border-bottom: 1px solid #08ADA7;
  outline: none;
  background: #08ADA7;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pct-header__search--icon {
  width: 1.11vw;
  height: 1.11vw;
}
.pct-header__phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.29vw;
  font-weight: bold;
  width: 14.26vw;
  color: #3A3E41;
  text-decoration: none;
}
.pct-header__phone--icon {
  width: 1.18vw;
  height: 1.18vw;
}
.pct-header__phone--number {
  text-decoration: none !important;
  width: 10.9vw;
  color: #3A3E41;
  cursor: pointer;
}
.pct-header__row-nav {
  display: flex;
  justify-content: space-between;
  height: 4.17vw;
  align-items: center;
}
.pct-header__row-nav--actions {
  display: flex;
}
.pct-header__row-nav--actions .erp-nav__dropdown-item a {
  color: rgba(48, 59, 74, 0.85);
  text-decoration: none;
}
.pct-header__row-nav--actions .erp-nav__dropdown-item a:hover {
  color: #08ADA7 !important;
}
.pct-header__row-nav--actions .erp-nav__logout a {
  text-decoration: none;
  color: rgba(48, 59, 74, 0.85);
}
.pct-header__signin {
  display: flex;
  align-items: center;
}
.pct-header__signin--icon {
  width: 1.32vw;
  height: 1.32vw;
  margin-right: 0.49vw;
}
.pct-header__signin--link {
  font-size: 0.97vw;
  font-weight: 600;
  color: #3A3E41;
  text-decoration: none !important;
}
.pct-header__signin--link:hover {
  color: #08ADA7;
}
.pct-header__row {
  display: flex;
  width: 100%;
  align-items: center;
}
.pct-header__list {
  display: flex;
  align-items: center;
  padding: 0;
  text-transform: uppercase;
}
.pct-header__link {
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  margin-right: 1.182vw;
}
.pct-header__link--active {
  color: #08ADA7 !important;
}
.pct-header__link a {
  text-decoration: none;
  color: #A0A9B0;
  font-size: 0.97vw;
}
.pct-header__link a:hover {
  color: #08ADA7;
}
.pct-header__block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.pct-header__main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  border: 0;
  font-size: 1em;
  z-index: 1;
}

.pct-content-container {
  padding: 0 9.1666666667vw;
}
.pct-content-board {
  padding: 0 9.1666666667vw;
}
.pct-content-board-mobile {
  display: none;
}
.pct-content-board__info {
  display: flex;
  height: 34.03vw;
}
.pct-content-board__col {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.pct-content-board__text {
  font-size: 3.19vw;
  line-height: 4.17vw;
  color: #3A3E41;
  font-weight: 500;
  width: 33.68vw;
}
.pct-content-board__btn {
  margin-top: 2.22vw;
}
.pct-content-board__link {
  width: 10.9vw;
  height: 3.68vw;
  background: #08ADA7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 0.97vw;
  border-radius: 0.14vw;
}
.pct-content-board__img {
  width: 41.74vw;
  height: 23.82vw;
}
.pct-content-board__slogan {
  display: flex;
  height: 2.99vw;
  border-top: 1px solid #E4E8EB;
  padding: 2.43vw 0;
}
.pct-content-board__slogan--block {
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 0.97vw;
  text-transform: uppercase;
  color: #3A3E41;
}

.pct-footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 37.71vw;
  background: #3A3E41;
  display: flex;
  flex-direction: column;
}
.pct-footer-mobile {
  display: none;
}
.pct-footer__menu {
  padding: 0 9.1666666667vw;
  display: flex;
  height: 30.28vw;
}
.pct-footer__logo {
  padding-top: 5.56vw;
  margin-right: 12.01vw;
}
.pct-footer__logo img {
  width: 8.68vw;
  height: 4.65vw;
}
.pct-footer__nav {
  padding-top: 6.11vw;
  display: flex;
  height: 22.5vw;
}
.pct-footer__block--title {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.11vw;
  line-height: 1.67vw;
  opacity: 70%;
  margin-bottom: 0.83vw;
}
.pct-footer__block--link {
  padding: 0.83vw 0;
}
.pct-footer__block--link a {
  color: #A0A9B0;
  font-size: 1.11vw;
  text-decoration: none;
}
.pct-footer__block--link a:hover {
  color: #08ADA7;
}
.pct-footer__block--social {
  display: flex;
}
.pct-footer__block--social-link {
  text-decoration: none;
  cursor: pointer;
  height: 2.78vw;
  width: 2.78vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2B2E30;
  border-radius: 5px;
}
.pct-footer__block--social-link img {
  height: 1.11vw;
  width: 1.11vw;
}
.pct-footer__line {
  height: 1px;
  background: #A0A9B0;
  margin: 0 9.1666666667vw;
  opacity: 20%;
}
.pct-footer__info {
  padding: 0 9.1666666667vw;
  height: 7.15vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pct-footer__info--group {
  display: flex;
  font-size: 0.83vw;
  color: #A0A9B0;
  opacity: 70%;
}
.pct-footer__col {
  width: 12vw;
  display: flex;
  flex-direction: column;
}
.pct-footer__col:first-child {
  width: 25.972vw;
}
.pct-footer__col:nth-child(2) {
  width: 25.569vw;
}
.pct-footer__col:last-child {
  width: 14vw;
}
.pct-footer__col li {
  margin-bottom: 0.833vw;
}
.pct-footer__col-title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 1.189vw;
  line-height: 1.667vw;
  color: #FFFFFF;
  margin-bottom: 2.222vw;
}
.pct-footer__col-link {
  margin-bottom: 0.833vw;
  font-weight: 500;
  font-size: 1.111vw;
  line-height: 1.389vw;
  color: rgba(255, 255, 255, 0.85);
}
.pct-footer__col-link a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
}
.pct-footer__col-link a:hover {
  color: #3776CF;
}

@media screen and (max-width: 767px) {
  .pct-header {
    display: none;
  }
  .pct-content-container {
    padding: 0 8.53vw;
  }
  .pct-content-board {
    display: none;
  }
  .pct-footer {
    display: none;
  }
  .pct-header-mobile {
    display: flex;
    flex-direction: column;
    height: 35.2vw;
    padding: 0 8.53vw;
  }
  .pct-header-mobile__main {
    height: 22.4vw;
    display: flex;
  }
  .pct-header-mobile__menu {
    padding-top: 12.6vw;
    margin-right: 19.73vw;
    font-size: 2.93vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .pct-header-mobile__menu img {
    width: 7.47vw;
    height: 4.27vw;
  }
  .pct-header-mobile__logo {
    padding-top: 4.53vw;
    margin-right: 15.8vw;
  }
  .pct-header-mobile__logo img {
    width: 28vw;
    height: 14.93vw;
  }
  .pct-header-mobile__signin {
    padding-top: 9.6vw;
    font-size: 2.93vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3A3E41;
  }
  .pct-header-mobile__signin--block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pct-header-mobile__signin--icon {
    height: 7.47vw;
    width: 7.47vw;
  }
  .pct-header-mobile__search {
    height: 11.2vw;
    width: 82.93vw;
    display: flex;
  }
  .pct-header-mobile__search--form {
    display: flex;
  }
  .pct-header-mobile__search--form select:not([multiple]) {
    padding-right: 1.2em;
    background-repeat: no-repeat;
    background-size: 0.85em auto;
    background-position: calc(100% - 0.25em) 1.34em;
    background-image: url(/images/icon-arrow.svg);
  }
  .pct-header-mobile__search--form select::-ms-expand {
    display: none;
  }
  .pct-header-mobile__search--form input::-webkit-input-placeholder {
    opacity: 0.5;
  }
  .pct-header-mobile__search--select {
    height: 100%;
    border: 1px solid #E3E4E5;
    background: #F7F7F7;
    outline: none;
    cursor: pointer;
    font-size: 3.73vw;
    font-family: "Lexend", sans-serif;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #3A3E41;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  .pct-header-mobile__search--option {
    outline: none;
    font-size: 3.73vw;
    font-family: "Lexend", sans-serif;
  }
  .pct-header-mobile__search--input {
    height: 100%;
    outline: none;
    padding: 0;
    padding-left: 2.2vw;
    border: none;
    border-top: 1px solid #E3E4E5;
    border-bottom: 1px solid #E3E4E5;
    width: 48.4vw;
    font-family: "Lexend", sans-serif;
    font-size: 3.73vw;
    color: #939699;
  }
  .pct-header-mobile__search--btn {
    height: 100%;
    width: 13.33vw;
    border: none;
    border-top: 1px solid #08ADA7;
    border-bottom: 1px solid #08ADA7;
    outline: none;
    background: #08ADA7;
    padding: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pct-header-mobile__search--icon {
    width: 4.27vw;
    height: 4.27vw;
  }
  .pct-header-mobile__modal {
    position: absolute;
    top: 22.2vw;
    left: 0;
    height: 90%;
    width: 100%;
    background: #FFFFFF;
    display: none;
    z-index: 3;
  }
  .pct-header-mobile__modal--container {
    padding: 10.93vw 8.53vw;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pct-header-mobile__modal--list {
    width: 100%;
    padding: 0;
    text-transform: uppercase;
  }
  .pct-header-mobile__modal--link {
    list-style-type: none;
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
  .pct-header-mobile__modal--link-active {
    color: #08ADA7 !important;
  }
  .pct-header-mobile__modal--link a {
    text-decoration: none;
    color: #A0A9B0;
  }
  .pct-header-mobile__modal--footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pct-header-mobile__modal--footer-block {
    width: 12.8vw;
    height: 12.8vw;
    border: 1px solid #E3E4E5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.73vw;
  }
  .pct-header-mobile__modal--footer-number {
    font-size: 5.33vw;
    color: #3A3E41;
    text-decoration: none;
    font-weight: 600;
  }
  .pct-header-mobile__modal--footer img {
    width: 4.27vw;
    height: 4.27vw;
  }
  .pct-content-board-mobile {
    display: flex;
    flex-direction: column;
    padding: 0 8.53vw;
  }
  .pct-content-board-mobile__info {
    display: flex;
    flex-direction: column;
    padding-top: 10vw;
    padding-bottom: 17.07vw;
  }
  .pct-content-board-mobile__col {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .pct-content-board-mobile__text {
    font-size: 8vw;
    line-height: 10.67vw;
    color: #3A3E41;
    font-weight: 700;
    width: 82.93vw;
  }
  .pct-content-board-mobile__btn {
    margin-top: 9.6vw;
  }
  .pct-content-board-mobile__link {
    width: 82.93vw;
    height: 14.13vw;
    background: #08ADA7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 3.73vw;
    border-radius: 0.53vw;
  }
  .pct-content-board-mobile__img {
    width: 82.93vw;
    height: 47.2vw;
  }
  .pct-content-board-mobile__slogan {
    display: flex;
    flex-direction: column;
  }
  .pct-content-board-mobile__slogan--block {
    display: flex;
    align-items: flex-start;
    font-size: 3.73vw;
    text-transform: uppercase;
    color: #3A3E41;
    height: 35.2vw;
    flex-direction: column;
    font-weight: 600;
    justify-content: center;
    border-top: 1px solid #E3E4E5;
  }
  .pct-footer-mobile {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #3A3E41;
    display: flex;
    flex-direction: column;
  }
  .pct-footer-mobile__menu {
    padding: 0 8.53vw;
    display: flex;
    height: auto;
  }
  .pct-footer-mobile__logo {
    display: none;
  }
  .pct-footer-mobile__nav {
    padding-top: 19.47vw;
    display: flex;
  }
  .pct-footer-mobile__block--title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 3.27vw;
    line-height: 6.4vw;
    opacity: 70%;
    display: flex;
    align-items: center;
  }
  .pct-footer-mobile__block--title img {
    width: 2.67vw;
    height: 1.33vw;
    margin-left: 3.2vw;
  }
  .pct-footer-mobile__block--link {
    padding: 3.2vw 0;
  }
  .pct-footer-mobile__block--link a {
    color: #A0A9B0;
    font-size: 3.73vw;
    text-decoration: none;
  }
  .pct-footer-mobile__block--link a:hover {
    color: #08ADA7;
  }
  .pct-footer-mobile__block--social {
    display: flex;
    margin-top: 3.73vw;
  }
  .pct-footer-mobile__block--social-link {
    text-decoration: none;
    cursor: pointer;
    height: 14vw;
    width: 14vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2B2E30;
    border-radius: 5px;
  }
  .pct-footer-mobile__block--social-link img {
    height: 7vw;
    width: 7vw;
  }
  .pct-footer-mobile__block .collapsible {
    background-color: #3A3E41;
    border: none;
    text-align: left;
    outline: none;
    font-size: 4.27vw;
    padding: 0;
  }
  .pct-footer-mobile__block .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .pct-footer-mobile__line {
    height: 1px;
    background: #A0A9B0;
    margin: 12.8vw 8.53vw 0 8.53vw;
    opacity: 20%;
  }
  .pct-footer-mobile__info {
    padding: 0 8.53vw;
    height: 31.2vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .pct-footer-mobile__info--group {
    display: flex;
    font-size: 3.2vw;
    color: #A0A9B0;
    opacity: 70%;
  }
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../../../../../fonts/FuturaPT.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
.lgm-header-block {
  position: relative;
  padding: 33px;
  font-size: 0.96rem;
  transition: 0.3s background-color;
  z-index: 1000;
  will-change: background-color;
}
.lgm-header-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
}
.lgm-header-row__logo svg {
  width: 120px !important;
  height: 120px !important;
}
.lgm-header-row__menu {
  display: block !important;
  flex: 0 0 auto;
  margin: 0 auto;
}
.lgm-header-row__menu ul {
  display: flex;
  list-style-type: none;
}
.lgm-header-row__menu li .erp-nav__dropdown span {
  padding: 5px 20px 10px 20px;
  text-transform: uppercase;
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s linear;
  outline: none;
  z-index: 10;
  transform: scaleY(0.9);
}
.lgm-header-row__menu li .erp-nav__dropdown span:hover {
  background: transparent;
  color: #CCCCCC;
}
.lgm-header-row__menu li .erp-nav__dropdown a {
  padding: 0 0 20px 0;
  display: inline-block;
  float: left;
  clear: both;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.lgm-header-row__menu li a {
  padding: 5px 20px 10px 20px;
  text-transform: uppercase;
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s linear;
  outline: none;
  z-index: 10;
  transform: scaleY(0.9);
}
.lgm-header-row__menu li a:hover {
  background: transparent;
  color: #CCCCCC;
}
.lgm-header-row__actions {
  display: flex;
  align-items: center;
}
.lgm-header-row__actions--login {
  padding: 5px 20px 10px 20px;
  text-transform: uppercase;
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s linear;
  outline: none;
  z-index: 10;
  transform: scaleY(0.9);
}
.lgm-header-row__actions--login:hover {
  background: transparent;
  color: #CCCCCC;
}
.lgm-header-row__actions--profile {
  padding: 5px 20px 10px 20px;
  text-transform: uppercase;
  font-size: 17px;
  color: #000000 !important;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.3s linear;
  outline: none;
  z-index: 10;
  transform: scaleY(0.9);
}
.lgm-header-row__actions--profile:hover {
  color: #CCCCCC !important;
}
.lgm-header-row__actions--menu a:hover {
  color: #CCCCCC;
}
.lgm-header-row__actions svg {
  width: 20px;
}

.lgm-content {
  box-sizing: border-box !important;
  padding: 0 100px;
}

footer {
  background-color: #FFFFFF;
  padding-top: 40px;
}

.lgm-footer {
  display: block;
  margin-top: 40px !important;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.65;
  letter-spacing: 0.004em;
  color: #5f5f5f;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}
.lgm-footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.lgm-footer-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.lgm-footer-social {
  text-align: center !important;
}
.lgm-footer-social a {
  display: inline-block !important;
  box-sizing: border-box !important;
  background-color: #0D98D1;
  height: 40px;
  width: 40px;
  padding: 7px 0 0 3px;
  text-align: center;
  transition: all 0.3s ease-in 0s;
}
.lgm-footer-social a svg {
  width: 20px;
  height: 20px;
  fill: #FFFFFF;
}
.lgm-footer-social a:hover {
  background-color: #4DB9E6;
}
.lgm-footer-links {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 130px;
  box-sizing: border-box !important;
}
.lgm-footer-links li {
  padding: 0;
  border: 0;
}
.lgm-footer-links a {
  color: rgba(136, 136, 136, 0.5);
  width: 100%;
  padding: 5px;
  transition: all 0.1s ease-in 0s;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  width: auto;
}
.lgm-footer-links a:hover {
  color: rgba(136, 136, 136, 0.25);
  text-decoration: none;
}
.lgm-footer-block {
  padding: 20px 10px;
  box-sizing: border-box !important;
}
.lgm-footer-copyright {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2em;
  text-transform: uppercase;
  box-sizing: border-box !important;
}

/*# sourceMappingURL=src-build.css.map*/
/* BUILD: public */
