/*qustom styles*/
.qInfo .ui-widget-header {
  display: none;
}

.qInfo .ui-button {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #1a1a1a;
  min-height: 47px;
  width: 158px;
}

.qInfo .ui-button:hover {
  border: 1px solid #adadad;
  background: #e0e0e0;
  color: #1a1a1a;
}

/* DP 2021.03.01 */
.qInfoClose {
  border: 1px solid #146cb4 !important;
  background: #146cb4 !important;
  color: #ffffff !important;
}

.qInfoClose:hover {
  border: 1px solid #0e4b7d !important;
  background: #0f5086 !important;
  color: #ffffff !important;
}

/* DP */

.magenta {
  color: #e5007d;
}

.magenta a {
  color: #e5007d;
}

#version {
  float: right;
  font-size: 10px;
}

/*from prototype*/
@font-face {
  font-family: entypo;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/entypo.woff) format("woff"), url(../fonts/entypo.woff2) format("woff2"), url(../fonts/entypo.svg) format("svg"), url(../fonts/entypo.eot) format("eot"), url(../fonts/entypo.ttf) format("ttf");
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../fonts/open-sans-v17-latin-regular.woff2) format("woff2"), url(../fonts/open-sans-v17-latin-regular.woff) format("woff");
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(../fonts/open-sans-v17-latin-700.woff2) format("woff2"), url(../fonts/open-sans-v17-latin-700.woff) format("woff");
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(../fonts/open-sans-v17-latin-600.woff2) format("woff2"), url(../fonts/open-sans-v17-latin-600.woff) format("woff");
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

.page {
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  word-break: break-word;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[role=button], a, button, input, label, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  color: #146cb4;
  background-color: transparent;
  -webkit-transition: color .3s;
  transition: color .3s;
}

a:focus, a:hover {
  color: #e5007d;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid #b3b3b3;

}

.hr--full {
  width: calc(100% + 58px);
  margin-left: -29px;
  margin-right: -29px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: currentColor;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5, h6 {
  font-size: 16px;
}

address, blockquote, dl, figure, ol, p, pre, table, ul {
  margin-top: 0;
  margin-bottom: 1em;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
}

address {
  font-style: normal;
}

ol, ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  line-height: inherit;
}

small, sub, sup {
  font-size: .75em;
}

b, strong {
  font-weight: bolder;
}

blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

code, kbd, pre {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

code {
  background-color: rgba(0, 0, 0, .08);
}

code, kbd {
  padding: .06em .3em;
  color: #1a1a1a;
  border-radius: 3px;
}

kbd {
  background-color: #fafafa;
}

kbd kbd {
  padding: 0;
}

pre {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  overflow-x: auto;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  background-color: rgba(0, 0, 0, .08);
}

pre code {
  background: transparent;
}

.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%;
}

.page__inner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page__footer-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #ffffff;
  margin: 0;
  min-height: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[role=button] {
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: textfield;
}

[role=button], a, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a svg, button svg {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
}

.page-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 5px -5px rgba(106, 108, 113, .5);
  box-shadow: 0 6px 5px -5px rgba(106, 108, 113, .5);
}

.page-header__container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.page-header__top {
  border-bottom: 8px solid #e5007d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
}

.page-header__logo {
  padding-top: 16px;
  padding-bottom: 10px;
}

.page-header__menu {
  position: relative;
  width: 100%;
}

.page-footer {
  background-color: #2b7abb;
  padding-top: 15px;
  padding-bottom: 34px;
  text-align: center;
}

.page-footer__container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-footer__copyright {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
}

.page-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: entypo;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: inherit;
  width: 1rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 120%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e8ca";
}

.icon-list:before {
  content: "\e847";
}

.icon-help:before {
  content: "\2753";
}

.icon-chat:before {
  content: "\e8af";
}

.icon-mail:before {
  content: "\e8e6";
}

.icon-phone:before {
  content: "\e898";
}

.icon-lock:before {
  content: "\e8c7";
}

.icon-info:before {
  content: "\e8cd";
}

.container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 5px 12px;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  line-height: 1;
  text-transform: none;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  background-image: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-height: 47px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn, .btn:hover {
  text-decoration: none;
  color: #1a1a1a;
}

.btn:hover {
  background-color: #e0e0e0;
  border-color: #adadad;
}

.btn--disabled, .btn:disabled {
  opacity: .7;
  cursor: not-allowed;
  color: #1a1a1a;
  background-color: #fafafa;
  border-color: #cccccc;
}

a.btn--disabled {
  pointer-events: none;
}

.btn--main {
  color: #ffffff;
  background-color: #146cb4;
  border: 1px solid #146cb4;
}

.btn--main:focus, .btn--main:hover {
  color: #ffffff;
  background-color: #0f5086;
  border-color: #0e4b7d;
}

.btn--invert {
  color: #e5007d;
  border: 1px solid #e5007d;
  /*background-color: #fff;*/
}

.btn--invert:hover {
  color: #ffffff;
  background-color: #e5007d;
  border-color: #e5007d;
}

.btn--video {
    color: #ffffff;
  background-color: #e5007d;
  border: 1px solid #e5007d;
}

.btn--video:hover, .btn--video:disabled {
  color: #ffffff;
  background-color: #e5007d;
  border-color: #e5007d;
}

.btn--outlined {
  color: #146cb4;
  border: 1px solid rgba(0, 0, 0, .1);
  background-color: #ffffff;
}

.btn--outlined:focus, .btn--outlined:hover {
  color: #ffffff;
  background-color: #146cb4;
  border-color: #ffffff;
}

.btn--big {
  padding: .875rem 2.25rem;
}

.btn--long {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
  margin-right: 12px;
}

.burger {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.burger > span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #000000;
  position: relative;
  -webkit-transition: background .3s .3s;
  transition: background .3s .3s;
}

.burger > span:after, .burger > span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top .3s .3s, -webkit-transform .3s;
  transition: top .3s .3s, -webkit-transform .3s;
  transition: top .3s .3s, transform .3s;
  transition: top .3s .3s, transform .3s, -webkit-transform .3s;
}

.burger > span:before {
  top: -10px;
}

.burger > span:after {
  top: 10px;
}

.burger--close > span {
  -webkit-transition: background .3s 0s;
  transition: background .3s 0s;
  background: transparent;
}

.burger--close > span:after, .burger--close > span:before {
  -webkit-transition: top .3s, -webkit-transform .3s .3s;
  transition: top .3s, -webkit-transform .3s .3s;
  transition: top .3s, transform .3s .3s;
  transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s;
  top: 0;
}

.burger--close > span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger--close > span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close {
  z-index: 1;
  width: 30px;
  border: none;
  padding: 0;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.close, .close span {
  display: inline-block;
  position: relative;
  background: transparent;
}

.close span {
  width: 100%;
  height: 3px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
}

.close span:after, .close span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.close span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logo {
  display: block;
}

.main-nav {
  position: relative;
  z-index: 10;
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav__item {
  position: relative;
}

.main-nav__item--active > .main-nav__link {
  color: #000000;
}

.main-nav__link {
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  background-color: #ffffff;
}

.main-nav__link:focus, .main-nav__link:hover {
  text-decoration: none;
  background-color: #fafafa;
}

.main-nav__link--lvl-2, .main-nav__link--lvl-3 {
  min-width: 200px;
}

.main-nav__toggler {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
}

.no-js .main-nav__toggler {
  display: none;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu, .menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.menu__link--active, .menu__link:focus, .menu__link:hover {
  color: #ffffff;
}

.menu__icon {
  font-size: 16px;
  margin-right: 8px;
}

.menu--big .menu__link {
  color: #146cb4;
}

.menu--big .menu__link span {
  font-size: 14px;
}

.menu--big .menu__link:focus, .menu--big .menu__link:hover {
  color: #e5007d;
}

.menu--big .menu__item:first-child .menu__link {
  padding-left: 0;
}

.menu--big .menu__item:last-child .menu__link {
  padding-right: 0;
}

.menu--big .menu__icon {
  font-size: 16px;
}

.menu--bold .menu__link {
  font-weight: 600;
}

.menu--hide {
  display: none;
}

.tabs {
  margin-bottom: 3em;
  margin-top: 3em;
}

.tabs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}


.tabs__links:after {
  content: "";
  display: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #b3b3b3;
}

.no-js .tabs__links {
  display: none;
}

.tabs__link-wrap {
  position: relative;
  margin: 0 .3em .3em 0;
  color: grey;
  flex: 1 1 auto;
  display: none;
}

@media (min-width: 1024px) {
  .tabs__link-wrap {
    border: 1px solid #b3b3b3;
	display: block;
  }
}

.tabs__link-wrap:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .tabs__link-wrap {
    flex: 0 0 17.4%;
  }
}

.tabs__link-wrap--active {
  color: #1a1a1a;
}

.tabs__link-wrap--active .tabs__link {
  background-color: #ffffff;
}

.tabs__link {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  background-color: #fafafa;
}

.tabs__link--desktop {
  display: none;
}

@media (min-width: 768px) {
  .tabs__link--desktop {
    display: block;
  }

  .tabs__link--mobile {
    display: none;
  }
}

.tabs__link, .tabs__link:focus, .tabs__link:hover {
  color: currentColor;
}

.tabs__content-wrapper {
  display: block;
}

@media (min-width: 1024px) {
	.tabs__content-wrapper {
	  border: 1px solid #b3b3b3;
	  padding: 24px;
	}
}


.js .tabs__content-item {
  display: none;
}

.tabs__content-item > :last-child {
  margin-bottom: 0;
}

.js .tabs__content-item--active {
  display: block;
}

.off-canvas {
  position: relative;
  overflow: hidden;
}

.js .off-canvas--open .off-canvas__overlay {
  position: fixed;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.js .off-canvas--open .off-canvas__close {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.js .off-canvas--open .off-canvas__aside {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js .off-canvas--open .off-canvas__page-content {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas__aside {
  max-height: 30vh;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #1a1a1a;
  color: #ffffff;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.js .off-canvas__aside {
  position: fixed;
  z-index: 2;
  width: 250px;
  height: 100%;
  max-height: none;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.off-canvas__menu-item--separator {
  padding-bottom: 10px;
  border-bottom: 1px solid grey;
  margin-bottom: 10px;
}

.off-canvas__menu-link {
  display: block;
  padding: 8px 14px;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
}

.off-canvas__menu-link:focus, .off-canvas__menu-link:hover {
  color: inherit;
  text-decoration: none;
  background-color: #333333;
}

.off-canvas__page-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.off-canvas__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  opacity: 0;
  visibility: hidden;
}

.embed-responsive {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.embed-responsive iframe, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive--4-3:before {
  padding-top: 75%;
}

.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider:after, .divider:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #999999;
}

.divider__inner {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .75em;
  color: #999999;
}

.table {
  display: table;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
}

.table td, .table th {
  padding: 5px 12px;
  vertical-align: top;
  border-bottom: 1px solid #b3b3b3;
}

.table td:not(:first-child), .table th:not(:first-child) {
  border-left: 1px solid #b3b3b3;
}

.table th {
  text-align: inherit;
}

.table-responsive {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  border: 1px solid #b3b3b3;
}

.table-responsive caption {
  caption-side: top;
  text-align: left;
  border: 1px solid #b3b3b3;
  border-bottom: 0;
  padding: .4em 12px;
  font-size: .75em;
  line-height: 1em;
  color: grey;
}

.table-responsive td, .table-responsive th {
  padding: 5px 12px;
  vertical-align: top;
  border-bottom: 1px solid #b3b3b3;
}

.table-responsive td:not(:first-child), .table-responsive th:not(:first-child) {
  border-left: 1px solid #b3b3b3;
}

.table-responsive th {
  text-align: inherit;
}

.form {
  width: 600px;
  max-width: 100%;
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-left: auto;
  margin-right: auto;
}

/*for desktop form*/
@media (min-width: 1024px) {
  .form--desktop {
    width: 1100px;
    grid-template-columns: repeat(4, 2fr) 8fr;
  }
}

.form__fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.form__fieldset:not(:last-child), .form__legend {
  margin-bottom: 1em;
}

.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  font-size: 24px;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  white-space: normal;
  color: currentColor;
}

.aspNetHidden {
  grid-column: span 4;
}

.form__col--1 {
  grid-column: span 1;
}

.form__col--2 {
  grid-column: span 2;
}

.form__col--3 {
  grid-column: span 3;
}

.form__col--4 {
  grid-column: span 4;
}

.form__col--5 {
  grid-column: span 5;
}

.form__col--video {
  margin-right: 315px;
}

.form__col--aside {
  grid-column: 1/5;
  order: -1;
  position: relative;
}

/*for desktop form*/
@media (min-width: 1024px) {
  .form__col--aside-desktop {
    grid-column: 5/6;
    grid-row: span 7;
	display: table;
  }

  .form__col--first-desktop {
    grid-row: 1/2;
  }

  .form__col--first {
    grid-column: 1/2;
  }

}

.form__col--center {
  align-self: center;
}

.field-text {
  margin-bottom: 1em;
  display: grid;
  height: 100%;
  align-items: end;
}

@media (min-width: 1200px) {
  .field-text {
    align-items: start
  }
}

.field-text__name {
  display: block;
  margin-bottom: .4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-text__input-wrap {
  display: block;
  position: relative;
}

.field-text__input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-height: calc(1.5em + 12px);
  margin: 0;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  padding: 5px 12px;
  line-height: 1.5;
  font-size: 1em;
  font-family: inherit;
  background-color: #ffffff;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  background-color: #fafafa;
}

.field-text__input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
  box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
}

.field-text__input[disabled], .field-text__input[readonly] {
  cursor: not-allowed;
  background-color: #cccccc;
}

.field-text__input::-webkit-inner-spin-button, .field-text__input::-webkit-outer-spin-button, .field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.field-text__input[type=color] {
  padding: 0;
}

.field-text__input::-webkit-input-placeholder {
  color: grey;
  opacity: 1;
}

.field-text__input::-moz-placeholder {
  color: grey;
  opacity: 1;
}

.field-text__input:-ms-input-placeholder {
  color: grey;
  opacity: 1;
}

.field-text__input::-ms-input-placeholder {
  color: grey;
  opacity: 1;
}

.field-text__input::placeholder {
  color: grey;
  opacity: 1;
}

textarea.field-text__input {
  height: auto;
  min-height: 15px;
  resize: vertical;
}

.field-text__help-text {
  display: block;
  padding-top: .4em;
  font-size: .75em;
  line-height: 1.2em;
  color: grey;
}

.field-text__help-text:empty {
  display: none;
}

.field-text__help-text--tooltip {
  visibility: hidden;
  position: absolute;
  width: 100%;
  max-width: 150px;
  text-align: center;
  padding: 4px 0;
  top: 110%;
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.field-text__help-text--tooltip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
}

.field-text--tooltip {
  margin-bottom: 24px;
}

.field-text--error .field-text__help-text, .field-text--error .field-text__input {
  color: #ec9f13;
}

.field-text--error .field-text__input {
  border-color: #ec9f13;
  background-image: url(../img/error.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px 20px;
}

.field-text--error-tooltip .field-text__input {
  color: #ec9f13;
  border-color: #ec9f13;
  background-image: url(../img/error.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px 20px;
}

.field-text--error-tooltip .field-text__help-text--tooltip {
  color: #ffffff;
  background-color: #ec9f13;
  visibility: visible;
  opacity: 1;
}

.field-text--error-tooltip .field-text__help-text--tooltip:after {
  border-color: transparent transparent #ec9f13;
}

.field-text--success .field-text__help-text, .field-text--success .field-text__input {
  color: #6ca05e;
}

.field-text--success .field-text__input {
  border-color: #6ca05e;
  background-image: url(../img/valid.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px 20px;
}

.field-text--success-tooltip .field-text__input {
  color: #6ca05e;
  border-color: #6ca05e;
  background-image: url(../img/valid.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px 20px;
}

.field-text--success-tooltip .field-text__help-text--tooltip {
  color: #ffffff;
  background-color: #6ca05e;
  visibility: visible;
  opacity: 1;
}

.field-text--success-tooltip .field-text__help-text--tooltip:after {
  border-color: transparent transparent #6ca05e;
}

.field-text--warning .field-text__help-text, .field-text--warning .field-text__input {
  color: #e5007d;
}

.field-text--warning .field-text__input {
  border-color: #e5007d;
  background-image: url(../img/triangle-alert.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px 20px;
}

.field-text--warning-tooltip .field-text__input, .field-text--warning .field-text__help-text {
  color: #e5007d;
}

.field-text--warning-tooltip .field-text__input {
  border-color: #e5007d;
  background-image: url(../img/triangle-alert.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px 20px;
}

.field-text--warning-tooltip .field-text__help-text--tooltip {
  color: #ffffff;
  background-color: #e5007d;
  visibility: visible;
  opacity: 1;
}

.field-text--warning-tooltip .field-text__help-text--tooltip:after {
  border-color: transparent transparent #e5007d;
}

.field-checkbox {
  display: block;
  margin-bottom: 1em;
}

.field-checkbox--mb0 {
  margin-bottom: 0;
}

.field-checkbox__title {
  display: block;
  margin-bottom: .4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-checkbox__input-wrap + .field-checkbox__input-wrap {
  margin-top: 1em;
}

.field-checkbox__input-wrap--error .field-checkbox__help-text, .field-checkbox__input-wrap--error .field-checkbox__name-text {
  color: #ec9f13;
}

.field-checkbox__name {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  margin-right: .6em;
  font-weight: 400;
  line-height: 1.5;
}

.field-checkbox__name-text {
  display: inline-block;
}

input:disabled ~ .field-checkbox__name-text {
  cursor: not-allowed;
}

.field-checkbox__name-text:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-radius: 3px;
}

input:focus ~ .field-checkbox__name-text:before {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
  box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
}

input:disabled ~ .field-checkbox__name-text:before {
  border-color: #999999;
  background: #cccccc;
}

.field-checkbox__name-text:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 14px;
  height: 6px;
  opacity: 0;
  border-left: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-box-shadow: 1px 2px 0 #ffffff, inset 0 -2px 0 #ffffff;
  box-shadow: 1px 2px 0 #ffffff, inset 0 -2px 0 #ffffff;
}

input:checked ~ .field-checkbox__name-text:after {
  opacity: 1;
}

input:checked:disabled ~ .field-checkbox__name-text:after {
  border-color: #999999;
}

.field-checkbox__input {
  position: absolute;
  top: .7em;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.field-checkbox__input:active, .field-checkbox__input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
  box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
}

.field-checkbox__help-text-wrap {
  padding-left: 1.5em;
}

.field-checkbox__help-text {
  display: block;
  padding-top: .4em;
  font-size: .75em;
  line-height: 1.2em;
  color: grey;
}

.field-checkbox__help-text:empty {
  display: none;
}

.field-radio {
  display: table-cell;
  margin-bottom: 1em;
  /*margin-left: 1.5em;*/
}

.field-radio__title {
  display: block;
  margin-bottom: .4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-radio__input-wrap {
  margin-top: 1em;
  margin-bottom: 1.15em;
}

@media (min-width: 1024px) {
  .field-radio__input-wrap {
    margin-top: 1em;
    margin-bottom: 1.15em;
  }
}

.field-radio__input-wrap--error .field-radio__help-text, .field-radio__input-wrap--error .field-radio__name-text {
  color: #ec9f13;
}

.field-radio__name {
  position: relative;
  margin-right: .6em;
  padding-left: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}

.field-radio__name, .field-radio__name-text {
  display: inline-block;
}

input:disabled ~ .field-radio__name-text {
  cursor: not-allowed;
}

.field-radio__name-text:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-radius: 50%;
}

input:focus ~ .field-radio__name-text:before {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
  box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
}

input:disabled ~ .field-radio__name-text:before {
  border-color: #999999;
  background: #cccccc;
}

.field-radio__name-text:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 6px;
  height: 6px;
  opacity: 0;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

input:checked ~ .field-radio__name-text:after {
  opacity: 1;
}

input:checked:disabled ~ .field-radio__name-text:after {
  background-color: #999999;
}

.field-radio__input {
  position: absolute;
  top: .8em;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.field-radio__input:active, .field-radio__input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
  box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
}

.field-radio__help-text-wrap {
  padding-left: 1.5em;
}

.field-radio__help-text {
  display: block;
  padding-top: .4em;
  font-size: .75em;
  line-height: 1.2em;
  color: grey;
}

.field-radio__help-text:empty {
  display: none;
}

.field-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em -12px;
}

.field-actions__text {
  margin-top: 1em;
  font-size: .75em;
  color: grey;
  line-height: 1.2em;
}

.field-actions__text, .field-select {
  display: block;
  margin-bottom: 1em;
}

.field-select__name {
  display: block;
  margin-bottom: .4em;
  line-height: 1.5;
  font-weight: 700;
}

.field-select__help-text {
  display: block;
  padding-top: .4em;
  font-size: .75em;
  line-height: 1.2em;
  color: grey;
}

.field-select__help-text:empty {
  display: none;
}

.field-select--error, .field-select--error .field-select__help-text, .field-select--error .field-select__name, .field-select--error .field-select__select {
  color: #ec9f13;
}

.field-select__select {
  width: 100%;
  min-height: calc(1.5em + 12px);
  padding: 7.5px 40px 7.5px 12px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
}

.field-select--error .choices:after, .field-select--error .choices__inner, .field-select--error .field-select__select {
  border-color: #ec9f13;
  background-color: #f9e2b8;
}

.choices {
  position: relative;
}

.choices:focus {
  outline: 0;
}

.choices:focus:not(.is-disabled) .choices__inner {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
  box-shadow: 0 0 0 2px rgba(20, 108, 180, .7);
}

.choices:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 16px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.choices.is-open:after {
  -webkit-transform: translateY(7px) rotate(135deg);
  transform: translateY(7px) rotate(135deg);
}

.choices .is-hidden {
  display: none;
}

.choices__inner {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  padding: 5px 40px 5px 12px;
  background: #ffffff;
  font-size: 1em;
  line-height: 1.5;
  cursor: pointer;
}

.choices__inner .choices__item--selectable {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choices__list--dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  height: 16vh;
  margin-top: -1px;
  border: 1px solid #b3b3b3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ffffff;
  word-break: break-all;
  overflow-y: scroll;
  overflow-x: hidden;
}

.choices__list--dropdown .choices__item {
  padding: 5px 12px;
  cursor: pointer;
}

.choices__list--dropdown .choices__item.is-highlighted {
  background: #fafafa;
}

.choices__heading {
  padding: 5px 12px;
  font-size: .75em;
  font-weight: 700;
  opacity: .5;
  cursor: default;
}

.choices.is-open .choices__list--dropdown {
  display: block;
}

.choices.is-disabled .choices__inner {
  background-color: #cccccc;
  cursor: default;
}

.qautocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #cccccc;
  border-top: 0;
  background: #ffffff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
  position: absolute;
  display: none;
  min-width: 200px;
  z-index: 9999;
}

.qautocomplete-container {
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 254px;
}

.qautocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333333;
}

.qautocomplete-more {
  text-align: center;
}

.qautocomplete-sort {
  font-weight: 700;
  float: right;
  cursor: pointer;
}

.qautocomplete-suggestion b {
  font-weight: 400;
  color: #1f8dd6;
}

.qautocomplete-suggestion.selected {
  background: #f0f0f0;
}

.qautocomplete-table {
  border: 1px;
}

.ui-jqgrid-bdiv {
  max-height: 150px;
}

@media (min-width: 480px) {
  .container, .page-footer__container, .page-header__container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .page-header__container {
    width: 100%;
    grid-template-columns: 50% -webkit-max-content;
    grid-template-columns: 50% max-content;
  }

  .page-footer {
    text-align: left;
  }

  .page-footer__container {
    width: 100%;
    display: grid;
    grid-template-columns: 33.333% 66.666%;
  }

  .page-footer__copyright {
    grid-column: 1/2;
    justify-self: center;
    margin-bottom: 0;
  }

  .page-footer__menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-column: 2/3;
    justify-self: end;
  }

  .container {
    width: 100%;
  }

  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-nav__list--lvl-2, .main-nav__list--lvl-3 {
    display: block;
  }

  .main-nav__sublist-wrapper--lvl-2 {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-2, .main-nav__item:hover .main-nav__sublist-wrapper--lvl-2 {
    height: auto;
    overflow: visible;
    opacity: 1;
  }

  .main-nav__sublist-wrapper--lvl-3 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  .main-nav__item--lvl-2:hover .main-nav__sublist-wrapper--lvl-3, .main-nav__item--show-child > .main-nav__sublist-wrapper--lvl-3 {
    height: auto;
    overflow: visible;
    opacity: 1;
  }

  .main-nav__toggler {
    display: none;
  }

  .menu--hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs__links:after {
    display: block;
  }

  .tabs__link-wrap {
    margin: 0;
  }

  .tabs__link-wrap:not(:last-child) {
    border-right: none;
  }

  .tabs__link-wrap--active {
    border-bottom: 1px solid transparent;
  }

  .tabs__content-wrapper {
    border-top: none;
  }
}

@media (min-width: 992px) {
  .page-header__container {
    width: 962px;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }

  .container, .page-footer__container {
    width: 962px;
  }
}

@media (min-width: 1200px) {
  .container, .page-footer__container, .page-header__container {
    width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container, .page-footer__container, .page-header__container {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container, .page-footer__container, .page-header__container {
    width: 1200px;
  }
}

@media (max-width: 767px) {
  .page-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .page-header__menu .main-nav__list {
    margin-top: 3.375rem;
  }

  .js .main-nav__list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s;
    transition: max-height .2s;
  }

  .js .main-nav__list--lvl-2 {
    max-height: none;
  }

  .js .main-nav--open .main-nav__list {
    max-height: 1000px;
    -webkit-transition: max-height .6s;
    transition: max-height .6s;
  }

  .js .main-nav--open .main-nav__list--lvl-2 {
    max-height: none;
  }

  .main-nav__link--lvl-2 {
    padding-left: 2em;
  }

  .main-nav__link--lvl-3 {
    padding-left: 3em;
  }

  .table-responsive caption {
    display: block;
    margin-top: 1em;
    margin-bottom: .5em;
    border: 0;
    padding: 0;
    font-family: Open Sans, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Droid Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: currentColor;
  }

  .table-responsive {
    display: block;
    border: 0;
  }

  .table-responsive thead {
    display: none;
  }

  .table-responsive tbody {
    display: block;
    width: 100%;
  }

  .table-responsive tbody tr {
    display: block;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
  }

  .table-responsive tbody tr:not(:last-child) {
    margin-bottom: 1.5em;
  }

  .table-responsive tbody td {
    display: block;
    width: 100%;
    border-right: 0 !important;
    border-left: 0 !important;
  }

  .table-responsive tbody td:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
  }
}

label.error {
  color: red;
}

input.error {
  border-color: red;
}

.badge {
  font-weight: 700;
  color: #e5007d;
  text-decoration: none;
  display: block;
  text-align: right;
}

.badge:hover {
  color: #146cb4;
}

.img_qrCode {
  width: 144px;
  float: right;
  margin-right: -6px;
}
.field-qrCode {
  width: 195px;
  display: table-cell;
}

 .container_mobil {
   display: block;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  }


@media (max-width: 600px) {
  body {
	display: -webkit-box;
	-webkit-box-orient: unset;
	}
	.container_mobil {
		width: auto;
	}
	.form {
    width: auto;
    grid-column-gap: 10px;
	}
	.btn {
    padding: 5px 0px;
}
