@charset "UTF-8";
@font-face {
  font-family: "site-icons";
  src: url("/fonts/site-icons/site-icons.ttf?f2eujo") format("truetype"), url("/fonts/site-icons/site-icons.woff?f2eujo") format("woff"), url("/fonts/site-icons/site-icons.svg?f2eujo#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.site-icon {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-16 {
  font-size: 16px;
}

.site-icon-med-house:before {
  content: "";
}

.site-icon-home-arrow-right:before {
  content: "";
}

.site-icon-home-blog:before {
  content: "";
}

.site-icon-home-leki:before {
  content: "";
}

.site-icon-home-medcenters:before {
  content: "";
}

.site-icon-home-medtests:before {
  content: "";
}

.site-icon-home-paid-services:before {
  content: "";
}

.site-icon-home-warning:before {
  content: "";
}

.site-icon-settings:before {
  content: "";
}

.site-icon-chevron-up:before {
  content: "";
}

.site-icon-chevron-down:before {
  content: "";
}

.site-icon-question-mark-circle:before {
  content: "";
}

.site-icon-comments-small:before {
  content: "";
}

.site-icon-view-small:before {
  content: "";
}

.site-icon-check-button:before {
  content: "";
}

.site-icon-filter:before {
  content: "";
}

.site-icon-more:before {
  content: "";
}

.site-icon-social-fb:before {
  content: "";
}

.site-icon-social-ok:before {
  content: "";
}

.site-icon-social-telegram:before {
  content: "";
}

.site-icon-social-twitter:before {
  content: "";
}

.site-icon-social-viber:before {
  content: "";
}

.site-icon-social-vk:before {
  content: "";
}

.site-icon-social-instagram:before {
  content: "";
}

.site-icon-info:before {
  content: "";
}

.site-icon-add:before {
  content: "";
}

.site-icon-paid-service:before {
  content: "";
}

.site-icon-download:before {
  content: "";
}

.site-icon-excl:before {
  content: "";
}

.site-icon-list:before {
  content: "";
}

.site-icon-map:before {
  content: "";
}

.site-icon-left-arrow:before {
  content: "";
}

.site-icon-right-arrow:before {
  content: "";
}

.site-icon-close:before {
  content: "";
}

.site-icon-expanded:before {
  content: "";
}

.site-icon-collapsed:before {
  content: "";
}

.site-icon-back:before {
  content: "";
}

.site-icon-check:before {
  content: "";
}

.site-icon-arrow-right:before {
  content: "";
}

.no-animation, .no-animation * {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}

.no-transition, .no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.light-dialog-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  flex-shrink: 0;
  flex-basis: 0;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.light-dialog-box,
.light-dialog-box *,
.light-dialog-box *:before,
.light-dialog-box *:after {
  box-sizing: border-box;
}

.light-dialog {
  line-height: 1.2;
  pointer-events: all;
  position: relative;
  min-width: 290px;
  width: 100%;
  max-width: 400px;
  min-height: 126px;
  background: white;
}
.light-dialog,
.light-dialog *,
.light-dialog *:before,
.light-dialog *:after {
  box-sizing: border-box;
}
.light-dialog.light-dialog--info {
  max-width: 475px;
}
@media screen and (max-width: 727px) {
  .light-dialog.light-dialog--info {
    min-height: 100%;
  }
  .light-dialog.light-dialog--info .light-dialog-content {
    height: 100%;
  }
}
.light-dialog.light-dialog--medium {
  max-width: 712px;
}
@media screen and (max-width: 727px) {
  .light-dialog.light-dialog--medium {
    min-height: 100%;
  }
  .light-dialog.light-dialog--medium .light-dialog-content {
    height: 100%;
  }
}
@media screen and (max-width: 727px) {
  .light-dialog {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - (rl-def-value(0, margin, horiz) * 2));
  }
}
@media screen and (min-width: 728px) {
  .light-dialog {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - (rl-def-value(0, margin, horiz) * 2));
  }
}
.light-dialog .light-dialog-body {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 727px) {
  .light-dialog {
    border-radius: 0;
  }
  .light-dialog .light-dialog-body {
    border-radius: 0;
  }
}
@media screen and (min-width: 728px) {
  .light-dialog {
    border-radius: 4px;
  }
  .light-dialog .light-dialog-body {
    border-radius: 4px;
  }
}
.light-dialog .light-dialog-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  -ms-scroll-chaining: none;
  scrollbar-color: #ddd white;
  scrollbar-width: thin;
}
.light-dialog .light-dialog-content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: white;
}
.light-dialog .light-dialog-content::-webkit-scrollbar-thumb {
  background: #ddd;
}
@media screen and (max-width: 727px) {
  .light-dialog .light-dialog-content {
    --container-h-padding: 16px;
    --container-v-padding: 16px;
    --container-wide-h-offset: -20px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 728px) {
  .light-dialog .light-dialog-content {
    --container-h-padding: 24px;
    --container-v-padding: 32px;
    --container-wide-h-offset: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.light-dialog .light-dialog-close {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.light-dialog .light-dialog-close:before {
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
}
@media screen and (max-width: 727px) {
  .light-dialog .light-dialog-close {
    top: 0;
    right: 0;
    color: #999999;
  }
}
@media screen and (min-width: 728px) {
  .light-dialog .light-dialog-close {
    top: -30px;
    right: -30px;
    color: white;
  }
}
.light-dialog .light-dialog-bottom-sticky {
  position: sticky;
  bottom: calc(-1 * var(--container-v-padding, 0));
  box-shadow: 0 -4px 8px 0 rgba(51, 51, 51, 0.12);
  background-color: white;
  margin-left: calc(-1 * var(--container-h-padding, 0));
  margin-right: calc(-1 * var(--container-h-padding, 0));
  margin-bottom: calc(-1 * var(--container-v-padding, 0));
  padding-left: var(--container-h-padding, 0);
  padding-right: var(--container-h-padding, 0);
  padding-bottom: var(--container-v-padding, 0);
}

.light-dialog-box.light-dialog--loading .light-dialog {
  min-height: 126px;
}
.light-dialog-box.light-dialog--loading .light-dialog::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  background-image: url("/img/small-spinner.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 727px) {
  .light-dialog-box.light-dialog--loading .light-dialog::after {
    border-radius: 0;
  }
}
@media screen and (min-width: 728px) {
  .light-dialog-box.light-dialog--loading .light-dialog::after {
    border-radius: 4px;
  }
}
.light-dialog-box.light-dialog--error .light-dialog-content {
  font-size: 15px;
}
.light-dialog-box.light-dialog--error .light-dialog-content::before {
  content: "Ошибка";
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

html.--modal-layer body {
  overflow: hidden;
}

.modal-layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  /*
  .dialog-box:not(:last-child) .dialog {
    opacity: 0.6;
    pointer-events: none;
  }
  */
}
.modal-layer .dialog-box:not(:last-child) .dialog {
  pointer-events: none;
}
.modal-layer .dialog-box:not(:last-child) .dialog::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.dialog-content {
  line-height: 1.2;
}
.dialog-content,
.dialog-content *,
.dialog-content *:before,
.dialog-content *:after {
  box-sizing: border-box;
}
.dialog-content .dialog-content-header .dialog-content-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.dialog-content .dialog-content-body {
  font-size: 15px;
  line-height: 1.7333333333;
}
.dialog-content .dialog-content-body a {
  color: #f60;
}
@media (pointer: fine) {
  .dialog-content .dialog-content-body a:hover {
    color: #333333;
  }
}
.dialog-content .dialog-content-body p {
  margin-top: 8px;
  margin-bottom: 8px;
}
.dialog-content .dialog-content-body p:first-child {
  margin-top: 0;
}
.dialog-content .dialog-content-body p:last-child {
  margin-bottom: 0;
}
.dialog-content .dialog-content-body p.strong {
  font-weight: bold;
}
.dialog-content .dialog-content-body p + p.strong {
  margin-top: 16px;
}
.dialog-content .dialog-content-body p.strong + p {
  margin-top: 16px;
}
.dialog-content .dialog-content-body ul {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 24px;
}
.dialog-content .dialog-content-body ul:first-child {
  margin-top: 0;
}
.dialog-content .dialog-content-body ul:last-child {
  margin-bottom: 0;
}
.dialog-content .dialog-content-actions .dialog-content-action {
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
  margin-right: 16px;
}
.dialog-content .dialog-content-actions .dialog-content-action:last-child {
  margin-right: 0;
}

.tui-button {
  line-height: 1.2;
  cursor: default;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 12px 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 15px;
}
.tui-button,
.tui-button *,
.tui-button *:before,
.tui-button *:after {
  box-sizing: border-box;
}
a.tui-button,
button.tui-button,
input[type=submit].tui-button,
input[type=button].tui-button {
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

.tui-button[disabled] {
  cursor: default;
}
.tui-button .tui-button-text,
.tui-button .tui-button-icon,
.tui-button .tui-button-image {
  display: inline-block;
  vertical-align: bottom;
}
.tui-button .tui-button-text {
  font-weight: bold;
}
.tui-button .tui-button-icon {
  font-size: 24px;
  line-height: 0.8;
}
.tui-button .tui-button-icon:not(:first-child) {
  margin-left: 8px;
}
.tui-button .tui-button-image {
  vertical-align: middle;
}
.tui-button .tui-button-image img {
  display: inline-block;
  vertical-align: middle;
}
.tui-button .tui-button-image + .tui-button-text {
  vertical-align: middle;
  margin-left: 16px;
}
.tui-button.tui-button-primary {
  color: white;
  border-color: #f60;
  background-color: #f60;
}
.tui-button.tui-button-primary.tui-button-gray, .tui-button.tui-button-primary[disabled] {
  border-color: #999999;
  background-color: #999999;
}
@media (pointer: fine) {
  a.tui-button.tui-button-primary:hover:not([disabled]),
button.tui-button.tui-button-primary:hover:not([disabled]) {
    border-color: #333333;
    background-color: #333333;
  }
}
.tui-button.tui-button-primary.tui-button-light:not([disabled]) {
  color: #f60;
  border-color: #fff2e6;
  background-color: #fff2e6;
}
@media (pointer: fine) {
  a.tui-button.tui-button-primary.tui-button-light:not([disabled]):hover:not([disabled]),
button.tui-button.tui-button-primary.tui-button-light:not([disabled]):hover:not([disabled]) {
    color: white;
    border-color: #f60;
    background-color: #f60;
  }
}
.tui-button.tui-button-secondary {
  color: #f60;
  border-color: #f60;
  background-color: #FFF0E0;
}
.tui-button.tui-button-secondary.tui-button-gray, .tui-button.tui-button-secondary[disabled] {
  color: #999999;
  border-color: #999999;
  background-color: transparent;
}
@media (pointer: fine) {
  a.tui-button.tui-button-secondary:hover:not([disabled]),
button.tui-button.tui-button-secondary:hover:not([disabled]) {
    background-color: #FFE4CC;
  }
}
.tui-button.tui-button-secondary.tui-button-light:not([disabled]) {
  color: #f60;
  border-color: #d9d9d9;
  background-color: transparent;
}
@media (pointer: fine) {
  a.tui-button.tui-button-secondary.tui-button-light:not([disabled]):hover:not([disabled]),
button.tui-button.tui-button-secondary.tui-button-light:not([disabled]):hover:not([disabled]) {
    color: #333333;
    border-color: #d9d9d9;
    background-color: transparent;
  }
}
.tui-button.tui-button-outline {
  color: #f60;
  border-color: #f60;
  background-color: white;
}
.tui-button.tui-button-outline.tui-button-transparent {
  background-color: transparent;
}
.tui-button.tui-button-outline.tui-button-gray, .tui-button.tui-button-outline[disabled] {
  color: #999999;
  border-color: #999999;
}
@media (pointer: fine) {
  a.tui-button.tui-button-outline:hover:not([disabled]),
button.tui-button.tui-button-outline:hover:not([disabled]) {
    color: black;
    border-color: black;
  }
}
.tui-button.tui-button-outline.tui-button-light:not([disabled]) {
  border-color: #ffc8a3;
}
@media (pointer: fine) {
  a.tui-button.tui-button-outline.tui-button-light:not([disabled]):hover:not([disabled]),
button.tui-button.tui-button-outline.tui-button-light:not([disabled]):hover:not([disabled]) {
    color: #f60;
    border-color: #f60;
  }
}
.tui-button.tui-button-plain {
  color: #f60;
  background-color: transparent;
}
.tui-button.tui-button-plain.tui-button-gray, .tui-button.tui-button-plain[disabled] {
  color: #999999;
}
@media (pointer: fine) {
  a.tui-button.tui-button-plain:hover:not([disabled]),
button.tui-button.tui-button-plain:hover:not([disabled]) {
    color: black;
  }
}
.tui-button.tui-button-compact {
  padding: 12px 12px;
  min-width: 132px;
}
.tui-button.tui-button-small {
  padding: 12px 16px;
  min-width: 132px;
  font-size: 13px;
  font-weight: 900;
}

.tui-buttons .tui-button {
  display: inline-block;
  vertical-align: top;
}
.tui-buttons .tui-button + .tui-button {
  margin-left: 8px;
}

.tui-link {
  line-height: 1.2;
  display: inline-block;
  margin-top: -15px;
  margin-bottom: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #f60;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.tui-link,
.tui-link *,
.tui-link *:before,
.tui-link *:after {
  box-sizing: border-box;
}
@media (pointer: fine) {
  .tui-link:hover {
    color: black;
  }
}
.tui-link .tui-link-icon:not(:last-child) {
  margin-right: 12px;
}

.tui-link-button {
  line-height: 1.2;
  margin-top: -4px;
  margin-bottom: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}
.tui-link-button,
.tui-link-button *,
.tui-link-button *:before,
.tui-link-button *:after {
  box-sizing: border-box;
}
.tui-link-button img {
  display: block;
}
.tui-link-button .tui-link-button-hover {
  display: none;
}
@media (pointer: fine) {
  .tui-link-button:hover .tui-link-button-normal {
    display: none;
  }
  .tui-link-button:hover .tui-link-button-hover {
    display: initial;
  }
}

.auto-popover {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.1);
}
.auto-popover .auto-popover-window {
  position: relative;
  padding: 20px;
  margin: auto;
  max-width: 320px;
  min-height: 0;
  background-color: white;
}
.auto-popover .auto-popover-window .auto-popover-window-body {
  min-height: 100px;
}
.auto-popover .auto-popover-row + .auto-popover-row {
  margin-top: 16px;
}
.auto-popover .auto-popover-row.auto-popover-image {
  margin-top: 4px;
}
.auto-popover .auto-popover-message {
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}
.auto-popover .auto-popover-actions {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .auto-popover {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .auto-popover .auto-popover-window {
    width: 100%;
  }
  .auto-popover .auto-popover-window {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .auto-popover {
    padding: 88px 10px 40px;
  }
  .auto-popover .auto-popover-window {
    width: 475px;
  }
  .auto-popover .auto-popover-window {
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1280px) {
  .auto-popover {
    padding: 88px 10px 40px;
  }
  .auto-popover .auto-popover-window {
    width: 475px;
  }
  .auto-popover .auto-popover-window {
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .auto-popover.auto-popover-open {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .auto-popover.auto-popover-open {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .auto-popover.auto-popover-open {
    display: block;
  }
}

body.auto-popover-visible {
  overflow: hidden;
}

.link {
  font-size: 15px;
  font-weight: 900;
  color: #f60;
  border-bottom: 1px dotted rgba(255, 102, 0, 0.2);
}
.link,
.link *,
.link *:before,
.link *:after {
  box-sizing: border-box;
}
@media (pointer: fine) {
  .link:hover {
    color: #333333;
    border-bottom-color: transparent;
  }
}

@media screen and (max-width: 854px) {
  .form-layout {
    margin-top: 24px;
  }
}
@media screen and (min-width: 855px) {
  .form-layout {
    max-width: 723px;
    margin-top: 40px;
  }
}

.form-layout,
.form-layout *,
.form-layout *:before,
.form-layout *:after,
.form-layout-vert,
.form-layout-vert *,
.form-layout-vert *:before,
.form-layout-vert *:after {
  box-sizing: border-box;
}
.form-layout form,
.form-layout-vert form {
  display: block;
  max-width: none;
}
.form-layout form > div,
.form-layout-vert form > div {
  display: block;
  float: none;
}
.form-layout form > div > div,
.form-layout-vert form > div > div {
  float: none;
}
.form-layout form label,
.form-layout-vert form label {
  width: auto;
}
@media screen and (max-width: 854px) {
  .form-layout .form-group + .form-group, .form-layout .form-group + .form-group-stack,
.form-layout .form-group-stack + .form-group,
.form-layout .form-group-stack + .form-group-stack,
.form-layout-vert .form-group + .form-group,
.form-layout-vert .form-group + .form-group-stack,
.form-layout-vert .form-group-stack + .form-group,
.form-layout-vert .form-group-stack + .form-group-stack {
    margin-top: 24px;
  }
}
@media screen and (min-width: 855px) {
  .form-layout .form-group + .form-group, .form-layout .form-group + .form-group-stack,
.form-layout .form-group-stack + .form-group,
.form-layout .form-group-stack + .form-group-stack,
.form-layout-vert .form-group + .form-group,
.form-layout-vert .form-group + .form-group-stack,
.form-layout-vert .form-group-stack + .form-group,
.form-layout-vert .form-group-stack + .form-group-stack {
    margin-top: 32px;
  }
}
.form-layout .form-group .form-control-row p,
.form-layout .form-group-stack .form-control-row p,
.form-layout-vert .form-group .form-control-row p,
.form-layout-vert .form-group-stack .form-control-row p {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
.form-layout .form-group .form-control-row p + p,
.form-layout .form-group-stack .form-control-row p + p,
.form-layout-vert .form-group .form-control-row p + p,
.form-layout-vert .form-group-stack .form-control-row p + p {
  margin-top: 16px;
}
.form-layout .form-group .form-control-row .button,
.form-layout .form-group-stack .form-control-row .button,
.form-layout-vert .form-group .form-control-row .button,
.form-layout-vert .form-group-stack .form-control-row .button {
  line-height: 1.2;
  margin-top: 0;
  padding: 13px 24px;
}
.form-layout .form-group .form-control-row a,
.form-layout .form-group-stack .form-control-row a,
.form-layout-vert .form-group .form-control-row a,
.form-layout-vert .form-group-stack .form-control-row a {
  color: #f60;
}
@media (pointer: fine) {
  .form-layout .form-group .form-control-row a:hover,
.form-layout .form-group-stack .form-control-row a:hover,
.form-layout-vert .form-group .form-control-row a:hover,
.form-layout-vert .form-group-stack .form-control-row a:hover {
    color: #333333;
  }
}
.form-layout .form-group-stack .form-group + .form-group,
.form-layout-vert .form-group-stack .form-group + .form-group {
  margin-top: 16px;
}

@media screen and (max-width: 854px) {
  .form-layout .form-group .form-label {
    display: block;
    margin-bottom: 8px;
  }
  .form-layout .form-group .form-label:empty {
    display: none;
  }
}
@media screen and (min-width: 855px) {
  .form-layout .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .form-layout .form-group .form-label {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    margin-top: 13px;
  }
  .form-layout .form-group .form-label:empty {
    margin-top: 0;
  }
  .form-layout .form-group .form-control-row, .form-layout .form-group > .form-control, .form-layout .form-group > .form-control-group {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
  }
}

.form-layout-vert {
  display: block;
}
.form-layout-vert .form-group {
  float: none;
}
@media screen and (max-width: 854px) {
  .form-layout-vert .form-group .form-label {
    display: block;
    margin-bottom: 8px;
  }
  .form-layout-vert .form-group .form-label:empty {
    display: none;
  }
}
@media screen and (min-width: 855px) {
  .form-layout-vert .form-group .form-label {
    display: block;
    margin-bottom: 8px;
  }
  .form-layout-vert .form-group .form-label:empty {
    display: none;
  }
}

.form-layout .form-group + .form-group-v-spaced,
.form-layout .form-group-stack + .form-group-v-spaced,
.form-layout-vert .form-group + .form-group-v-spaced,
.form-layout-vert .form-group-stack + .form-group-v-spaced {
  margin-top: 32px;
}
.form-layout .form-group .form-label,
.form-layout-vert .form-group .form-label {
  line-height: 19px;
}
@media screen and (max-width: 854px) {
  .form-layout .form-group .form-label,
.form-layout-vert .form-group .form-label {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 855px) {
  .form-layout .form-group .form-label,
.form-layout-vert .form-group .form-label {
    width: 217px;
    margin-right: 8px;
  }
}
.form-layout .form-group .form-label:empty,
.form-layout-vert .form-group .form-label:empty {
  margin-top: 0;
  margin-bottom: 0;
}
.form-layout .form-group input.form-control,
.form-layout-vert .form-group input.form-control {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 2px;
  background: none;
  border: solid 1px #d9d9d9;
  padding: 12px 15px;
}
.form-layout .form-group input.form-control:disabled, .form-layout .form-group input.form-control:read-only,
.form-layout-vert .form-group input.form-control:disabled,
.form-layout-vert .form-group input.form-control:read-only {
  background-color: #EFEFEF;
}
.form-layout .form-group input.form-control[readonly],
.form-layout-vert .form-group input.form-control[readonly] {
  background-color: #EFEFEF;
}
.form-layout .form-group input.form-control:focus,
.form-layout-vert .form-group input.form-control:focus {
  outline: none;
}
.form-layout .form-group input.form-control::-moz-focus-inner,
.form-layout-vert .form-group input.form-control::-moz-focus-inner {
  border: 0;
}
.form-layout .form-group .form-control,
.form-layout-vert .form-group .form-control {
  margin: 0;
}
.form-layout .form-group .form-control .form-control-note,
.form-layout-vert .form-group .form-control .form-control-note {
  margin-top: 16px;
  line-height: 1.2;
}
.form-layout .form-group .form-control .social_buttons::after,
.form-layout-vert .form-group .form-control .social_buttons::after {
  clear: both;
  content: "";
  display: table;
}
.form-layout .form-group .form-control-group,
.form-layout-vert .form-group .form-control-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.form-layout .form-group .form-control-group .form-control,
.form-layout-vert .form-group .form-control-group .form-control {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}
.form-layout .form-group .form-control-group .form-control-addon,
.form-layout-vert .form-group .form-control-group .form-control-addon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}
.form-layout .form-group .form-control-group .form-control-addon:first-child,
.form-layout-vert .form-group .form-control-group .form-control-addon:first-child {
  margin-right: 16px;
}
.form-layout .form-group .form-control-group .form-control-addon:last-child,
.form-layout-vert .form-group .form-control-group .form-control-addon:last-child {
  margin-left: 16px;
}
.form-layout .form-group .form-control-group .form-control-addon-text,
.form-layout-vert .form-group .form-control-group .form-control-addon-text {
  color: #999999;
}
.form-layout .form-group .form-control-group .form-control-addon-text:first-child,
.form-layout-vert .form-group .form-control-group .form-control-addon-text:first-child {
  margin-right: 12px;
}
.form-layout .form-group .form-control-group .form-control-addon-text:last-child,
.form-layout-vert .form-group .form-control-group .form-control-addon-text:last-child {
  margin-left: 12px;
}
.form-layout .form-group .form-control-errors .form-control-error,
.form-layout-vert .form-group .form-control-errors .form-control-error {
  margin-top: 12px;
  color: #d0422a;
}
.form-layout .form-group .form-control-note,
.form-layout-vert .form-group .form-control-note {
  margin-top: 12px;
}
.form-layout .form-group.form-group-error .form-control,
.form-layout-vert .form-group.form-group-error .form-control {
  border-color: #d0422a;
}
.form-layout .form-errors,
.form-layout-vert .form-errors {
  margin-bottom: 40px;
}
.form-layout .form-errors .form-error,
.form-layout-vert .form-errors .form-error {
  line-height: 1.7;
  color: #d0422a;
}
.form-layout .form-errors .form-error + .form-error,
.form-layout-vert .form-errors .form-error + .form-error {
  margin-top: 12px;
}
.form-layout .form-buttons,
.form-layout-vert .form-buttons {
  float: none;
  margin-top: 32px;
}
.form-layout .form-buttons::after,
.form-layout-vert .form-buttons::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 854px) {
  .form-layout .form-buttons .form-buttons-body,
.form-layout-vert .form-buttons .form-buttons-body {
    margin-top: -15px;
    margin-left: -20px;
  }
  .form-layout .form-buttons .form-buttons-body input[type=submit],
.form-layout .form-buttons .form-buttons-body .cancel,
.form-layout-vert .form-buttons .form-buttons-body input[type=submit],
.form-layout-vert .form-buttons .form-buttons-body .cancel {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px !important;
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 855px) {
  .form-layout .form-buttons .form-buttons-body,
.form-layout-vert .form-buttons .form-buttons-body {
    margin-top: -15px;
    margin-left: -20px;
  }
  .form-layout .form-buttons .form-buttons-body input[type=submit],
.form-layout .form-buttons .form-buttons-body .cancel,
.form-layout-vert .form-buttons .form-buttons-body input[type=submit],
.form-layout-vert .form-buttons .form-buttons-body .cancel {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px !important;
    margin-left: 20px !important;
  }
}
.form-layout .form-actions,
.form-layout-vert .form-actions {
  float: none;
  display: block;
  margin-top: 32px;
  margin-bottom: -16px;
}
.form-layout .form-actions button.button,
.form-layout-vert .form-actions button.button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #f60;
}
@media (pointer: fine) {
  .form-layout .form-actions button.button:hover,
.form-layout-vert .form-actions button.button:hover {
    border-color: #333333;
  }
}
.form-layout .form-actions .button,
.form-layout-vert .form-actions .button {
  margin-top: 0;
  margin-bottom: 16px;
}
.form-layout .form-actions .button:not(:last-child),
.form-layout-vert .form-actions .button:not(:last-child) {
  margin-right: 16px;
}
.form-layout .form-footnote,
.form-layout-vert .form-footnote {
  float: none;
  display: block;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.2;
  color: #999999;
}

.form-sending {
  position: relative;
}
.form-sending:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  background-image: url("/img/spinner.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 192px 192px;
}

@media screen and (max-width: 854px) {
  .form-block {
    margin-top: 24px;
  }
}
@media screen and (min-width: 855px) {
  .form-block {
    margin-top: 40px;
  }
}
.form-block .form-buttons,
.form-block .formButton {
  margin-top: 32px;
}

.form-autosubmit {
  position: relative;
}
.form-autosubmit .form-check {
  min-height: 26px;
}
.form-autosubmit .form-check-label-text {
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
  margin-bottom: 4px;
}
.form-autosubmit .form-check-label-text:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 24px;
}
.form-autosubmit .form-check-status {
  color: #26B851;
}
@media (max-width: 400px) {
  .form-autosubmit .form-check-status:before {
    content: "";
    display: block;
  }
}
.form-autosubmit .form-check-status:empty {
  display: none;
}
.form-autosubmit .form-check-status:empty:after {
  content: " ";
}
.form-autosubmit.form-sending:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.form-autosubmit.form-sending .form-autosubmit-status .form-check-label-text:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url("/img/small-spinner.gif") no-repeat center center;
}
.form-autosubmit.form-sending .form-autosubmit-status .form-check-status {
  visibility: hidden;
}

.form-message {
  line-height: 1.7;
}
@media screen and (max-width: 854px) {
  .form-message {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 855px) {
  .form-message {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

.form-block .form-control-phone,
.form-layout .form-control-phone {
  display: inline;
}
.form-block .error-text,
.form-layout .error-text {
  color: #d0422a;
  line-height: 1.2;
}

.sms-code-try {
  position: relative;
}
.sms-code-try .sms-code-try-link {
  margin-top: 9px;
  min-height: 24px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.sms-code-try .sms-code-try-link .sms-code-try-text {
  color: #f60;
}
@media (pointer: fine) {
  .sms-code-try .sms-code-try-link:hover .sms-code-try-text {
    color: #333333;
  }
}
.sms-code-try .sms-code-try-status {
  margin-top: 12px;
}
.sms-code-try .sms-code-try-status:empty {
  display: none;
}
.sms-code-try .sms-code-try-status p {
  line-height: inherit;
}
.sms-code-try .sms-code-try-status p:first-child {
  margin-top: 0;
}
.sms-code-try .sms-code-try-status p:last-child {
  margin-bottom: 0;
}
.sms-code-try.sms-code-try-sending:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sms-code-try.sms-code-try-sending .sms-code-try-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url("/img/small-spinner.gif") no-repeat center center;
}
.sms-code-try.sms-code-try-sending .sms-code-try-status {
  visibility: hidden;
}

.form-notify {
  margin-top: 29px;
}

.form-general-error {
  line-height: 1.2;
}
.form-general-error,
.form-general-error *,
.form-general-error *:before,
.form-general-error *:after {
  box-sizing: border-box;
}
.form-general-error .form-general-error__title {
  font-size: 30px;
  font-weight: bold;
  margin: 25px 0 16px;
}
.form-general-error .form-general-error_message {
  font-size: 15px;
  line-height: 1.73;
}
.form-general-error details.form-general-error__details {
  margin-top: 24px;
}
.form-general-error details.form-general-error__details summary {
  cursor: pointer;
  margin-bottom: 16px;
}
.form-general-error details.form-general-error__details pre {
  display: block;
  background-color: white;
  border-radius: 4px;
  padding: 16px;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  -ms-scroll-chaining: none;
  scrollbar-color: #ddd white;
  scrollbar-width: thin;
}
.form-general-error details.form-general-error__details pre::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: white;
}
.form-general-error details.form-general-error__details pre::-webkit-scrollbar-thumb {
  background: #ddd;
}

.page-title {
  font-size: 30px;
  margin: 20px 0 10px;
  line-height: 30px;
  word-wrap: break-word;
  font-weight: bold;
}

.page-title-2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 16px 0 30px;
  word-wrap: break-word;
  font-weight: 900;
}

.page-center {
  text-align: center;
}

.page-message {
  line-height: 1.2;
}
.page-message,
.page-message *,
.page-message *:before,
.page-message *:after {
  box-sizing: border-box;
}
.page-message.page-message---medium {
  max-width: 546px;
}
.page-message .page-message-title {
  font-weight: 900;
  margin-bottom: 16px;
}
@media screen and (max-width: 854px) {
  .page-message .page-message-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 855px) {
  .page-message .page-message-title {
    font-size: 30px;
  }
}
.page-message p {
  line-height: 1.7;
}
.page-message p:first-child {
  margin-top: 0;
}
.page-message p:last-child {
  margin-bottom: 0;
}

.page-actions {
  margin-top: 24px;
}
.page-actions .button {
  margin-top: 0;
}
.page-actions .page-action {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  margin-bottom: 12px;
}

.footer .tui-button {
  margin-bottom: 12px;
}
.footer .copyright-text a {
  color: #f60;
}
@media (pointer: fine) {
  .footer .copyright-text a:hover {
    color: #333333;
  }
}
.footer .social-links-block::after {
  clear: both;
  content: "";
  display: table;
}
.footer .footer-extra-links {
  float: left;
  width: 100%;
  line-height: 1.2;
}
.footer .footer-extra-links::after {
  clear: both;
  content: "";
  display: table;
}
.footer .footer-extra-links,
.footer .footer-extra-links *,
.footer .footer-extra-links *:before,
.footer .footer-extra-links *:after {
  box-sizing: border-box;
}
.footer .footer-extra-links .footer-extra-link-items .footer-extra-link-item {
  display: inline-block;
}
.footer .footer-extra-links .footer-extra-link-items .footer-extra-link-item .footer-extra-link {
  display: inline-block;
  font-size: 13px;
  color: #333333;
  padding: 16px 0;
  margin: -16px 0;
}
.footer .footer-extra-links .footer-extra-link-items .footer-extra-link-item .footer-extra-link .footer-extra-link-text {
  display: inline-block;
  border-bottom: 1px solid #d9d9d9;
}
@media (pointer: fine) {
  .footer .footer-extra-links .footer-extra-link-items .footer-extra-link-item .footer-extra-link:hover {
    color: #f60;
  }
  .footer .footer-extra-links .footer-extra-link-items .footer-extra-link-item .footer-extra-link:hover .footer-extra-link-text {
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-extra-links {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .footer .footer-extra-links .footer-extra-link-items {
    margin-left: -32px;
    margin-top: -32px;
  }
  .footer .footer-extra-links .footer-extra-link-items .footer-extra-link-item {
    margin-left: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer .footer-extra-links {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .footer .footer-extra-links .footer-extra-link-items {
    margin-left: -32px;
    margin-top: -32px;
  }
  .footer .footer-extra-links .footer-extra-link-items .footer-extra-link-item {
    margin-left: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer-extra-links {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .footer .footer-extra-links .footer-extra-link-items {
    margin-left: -32px;
    margin-top: -20px;
  }
  .footer .footer-extra-links .footer-extra-link-items .footer-extra-link-item {
    margin-left: 32px;
    margin-top: 20px;
  }
}

.social-links {
  line-height: 1.2;
  float: left;
  margin: -8px;
  padding-top: 2px;
}
.social-links,
.social-links *,
.social-links *:before,
.social-links *:after {
  box-sizing: border-box;
}
.social-links .social-link {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  color: white;
}
.social-links .social-link .icon {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 16px;
  padding: 8px;
  border-radius: 4px;
}
.social-links .social-link.social-link-ok .icon {
  background-color: #EE8208;
}
@media (pointer: fine) {
  .social-links .social-link.social-link-ok .icon:hover {
    color: #EE8208;
    background-color: rgba(238, 130, 8, 0.1);
  }
}
.social-links .social-link.social-link-fb .icon {
  background-color: #227BEF;
}
@media (pointer: fine) {
  .social-links .social-link.social-link-fb .icon:hover {
    color: #227BEF;
    background-color: rgba(34, 123, 239, 0.1);
  }
}
.social-links .social-link.social-link-vk .icon {
  background-color: #4680C2;
}
@media (pointer: fine) {
  .social-links .social-link.social-link-vk .icon:hover {
    color: #4680C2;
    background-color: rgba(70, 128, 194, 0.1);
  }
}
.social-links .social-link.social-link-twitter .icon {
  background-color: #03A9F4;
}
@media (pointer: fine) {
  .social-links .social-link.social-link-twitter .icon:hover {
    color: #03A9F4;
    background-color: rgba(3, 169, 244, 0.1);
  }
}
.social-links .social-link.social-link-instagram .icon {
  background-color: #F00073;
}
@media (pointer: fine) {
  .social-links .social-link.social-link-instagram .icon:hover {
    color: #F00073;
    background-color: rgba(240, 0, 115, 0.1);
  }
}
.social-links .social-link.social-link-viber .icon {
  background-color: #7F40BD;
}
@media (pointer: fine) {
  .social-links .social-link.social-link-viber .icon:hover {
    color: #7F40BD;
    background-color: rgba(127, 64, 189, 0.1);
  }
}
.social-links .social-link.social-link-telegram .icon {
  background-color: #039BE5;
}
@media (pointer: fine) {
  .social-links .social-link.social-link-telegram .icon:hover {
    color: #039BE5;
    background-color: rgba(3, 155, 229, 0.1);
  }
}

.radio-list-field {
  margin-top: 15px;
}
.radio-list-field,
.radio-list-field *,
.radio-list-field *:before,
.radio-list-field *:after {
  box-sizing: border-box;
}
.radio-list-field > label {
  margin-bottom: 16px;
}
.radio-list-field .radio-list {
  display: inline-block;
  vertical-align: top;
  margin-left: -3px;
  margin-bottom: 35px;
}
.radio-list-field .radio-list .radio-item + .radio-item {
  margin-top: 18px;
}
.radio-list-field .radio-list .radio-item label {
  float: none;
  display: block;
  vertical-align: top;
  margin: 0 !important;
  margin-top: -14.5px !important;
  margin-bottom: -14.5px !important;
  padding-top: 14.5px !important;
  padding-bottom: 14.5px !important;
}
.radio-list-field .radio-list .radio-item input[type=radio] {
  display: none;
}
.radio-list-field .radio-list .radio-item input[type=radio] + label {
  position: relative;
  padding-left: 29px;
  padding-top: 0;
  padding-bottom: 0;
}
.radio-list-field .radio-list .radio-item input[type=radio] + label:before, .radio-list-field .radio-list .radio-item input[type=radio] + label:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 16.5px;
  left: 0;
}
.radio-list-field .radio-list .radio-item input[type=radio] + label:before,
.radio-list-field .radio-list .radio-item input[type=radio] + label:before *,
.radio-list-field .radio-list .radio-item input[type=radio] + label:before *:before,
.radio-list-field .radio-list .radio-item input[type=radio] + label:before *:after, .radio-list-field .radio-list .radio-item input[type=radio] + label:after,
.radio-list-field .radio-list .radio-item input[type=radio] + label:after *,
.radio-list-field .radio-list .radio-item input[type=radio] + label:after *:before,
.radio-list-field .radio-list .radio-item input[type=radio] + label:after *:after {
  box-sizing: border-box;
}
.radio-list-field .radio-list .radio-item input[type=radio] + label:before {
  border: 1px solid #d9d9d9;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
}
.radio-list-field .radio-list .radio-item input[type=radio]:checked + label:after {
  margin: 3px;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  background-color: #f60;
}

.popover-dialog {
  line-height: 1.2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.popover-dialog,
.popover-dialog *,
.popover-dialog *:before,
.popover-dialog *:after {
  box-sizing: border-box;
}
.popover-dialog.popover-dialog-visible {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.popover-dialog .popover-dialog-body {
  position: relative;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.097);
}
@media screen and (max-width: 730px) {
  .popover-dialog .popover-dialog-body {
    width: 490px;
    max-width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 731px) {
  .popover-dialog .popover-dialog-body {
    width: 490px;
    padding: 32px 24px;
  }
}
.popover-dialog .popover-dialog-body .popover-dialog-title {
  font-size: 24px;
  font-weight: 900;
}
.popover-dialog .popover-dialog-body .popover-dialog-title + .popover-dialog-content {
  margin-top: 24px;
}
.popover-dialog .popover-dialog-body .popover-dialog-content form {
  display: block;
  max-width: none;
}
.popover-dialog .popover-dialog-body .popover-dialog-content .form-layout .form-control-group .form-control,
.popover-dialog .popover-dialog-body .popover-dialog-content .form-layout-vert .form-control-group .form-control {
  width: auto;
}
.popover-dialog .popover-dialog-body .popover-dialog-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.popover-dialog .popover-dialog-body .popover-dialog-content p + p {
  margin-top: 24px;
}
.popover-dialog .popover-dialog-body .popover-dialog-content .button {
  line-height: 1.2;
  margin-top: 0;
  padding: 13px 24px;
}
.popover-dialog.popover-dialog-loading .popover-dialog-body {
  min-height: 220px;
}
.popover-dialog.popover-dialog-loading .popover-dialog-body:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
  background-color: white;
  background-image: url("/img/spinner.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 192px 192px;
}

#list_patients .user-excl {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#list_patients .user-excl,
#list_patients .user-excl *,
#list_patients .user-excl *:before,
#list_patients .user-excl *:after {
  box-sizing: border-box;
}
#list_patients .user-excl img {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 855px) {
  #list_patients .user-excl {
    display: none;
  }
}

@media screen and (min-width: 855px) and (max-width: 1174px) {
  #list_patients.open:before {
    content: "";
    position: absolute;
    z-index: 105;
    display: block;
    bottom: -23px;
    left: 0;
    right: -12px;
    width: 14px;
    height: 7px;
    margin-left: auto;
    margin-right: auto;
    background-position: -75px -12px;
    background-image: url("/img/icons.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1175px) {
  #list_patients.open:before {
    content: "";
    position: absolute;
    z-index: 105;
    display: block;
    bottom: -33px;
    left: 0;
    right: -12px;
    width: 14px;
    height: 7px;
    margin-left: auto;
    margin-right: auto;
    background-position: -75px -12px;
    background-image: url("/img/icons.png");
    background-repeat: no-repeat;
  }
}

#profile_states .list_state.list_state_special {
  color: #856402;
  background-color: #FFF3CD;
  padding-top: 16px;
  padding-bottom: 16px;
}
#profile_states .list_state.list_state_special,
#profile_states .list_state.list_state_special *,
#profile_states .list_state.list_state_special *:before,
#profile_states .list_state.list_state_special *:after {
  box-sizing: border-box;
}
#profile_states .list_state.list_state_special .list_state_right .site-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 64px;
}
#profile_states .list_state.list_state_special .list_state_right .site-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #f60;
}
#profile_states .list_state p .button {
  margin: 0;
  margin-top: 16px;
  padding: 13px 24px;
}
@media screen and (max-width: 854px) {
  #profile_states {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-scroll-chaining: none;
    scrollbar-color: #e5e5e5 white;
    scrollbar-width: thin;
    max-height: calc(var(--doc-height, 100vh) - 75px);
  }
  #profile_states::-webkit-scrollbar {
    width: 11px;
    /* width of the entire scrollbar */
  }
  #profile_states::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
  }
  #profile_states::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    /* color of the scroll thumb */
    border-radius: 11px;
    /* roundness of the scroll thumb */
    border: 3px solid white;
    /* creates padding around scroll thumb */
  }
  #profile_states .list_state:first-child::before {
    content: none;
    display: none;
  }
}
@media screen and (min-width: 855px) and (max-width: 1174px) {
  #profile_states {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-scroll-chaining: none;
    scrollbar-color: #e5e5e5 white;
    scrollbar-width: thin;
    max-height: calc(var(--doc-height, 100vh) - 75px - 20px);
  }
  #profile_states::-webkit-scrollbar {
    width: 11px;
    /* width of the entire scrollbar */
  }
  #profile_states::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
  }
  #profile_states::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    /* color of the scroll thumb */
    border-radius: 11px;
    /* roundness of the scroll thumb */
    border: 3px solid white;
    /* creates padding around scroll thumb */
  }
  #profile_states .list_state:first-child::before {
    content: none;
    display: none;
  }
}
@media screen and (min-width: 1175px) {
  #profile_states {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-scroll-chaining: none;
    scrollbar-color: #e5e5e5 white;
    scrollbar-width: thin;
    max-height: calc(var(--doc-height, 100vh) - 75px - 20px);
  }
  #profile_states::-webkit-scrollbar {
    width: 11px;
    /* width of the entire scrollbar */
  }
  #profile_states::-webkit-scrollbar-track {
    background: white;
    /* color of the tracking area */
  }
  #profile_states::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    /* color of the scroll thumb */
    border-radius: 11px;
    /* roundness of the scroll thumb */
    border: 3px solid white;
    /* creates padding around scroll thumb */
  }
  #profile_states .list_state:first-child::before {
    content: none;
    display: none;
  }
}

.inline-submit {
  line-height: 1.2;
}
.inline-submit,
.inline-submit *,
.inline-submit *:before,
.inline-submit *:after {
  box-sizing: border-box;
}
.inline-submit .inline-submit-sending {
  position: relative;
  padding-right: 32px;
}
.inline-submit .inline-submit-sending:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.inline-submit .inline-submit-sending:after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url("/img/small-spinner.gif") no-repeat center center;
}
.inline-submit .inline-submit-success {
  color: #26B851;
}
.inline-submit .inline-submit-error {
  margin-top: 8px;
  color: #d0422a;
}
.inline-submit .inline-submit-error:empty {
  display: none;
}

.segmented-switch {
  background-color: white;
  border-radius: 4px;
  white-space: nowrap;
}
.segmented-switch,
.segmented-switch *,
.segmented-switch *:before,
.segmented-switch *:after {
  box-sizing: border-box;
}
.segmented-switch .segmented-switch__item {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  border: 2px solid white;
  border-radius: 2px;
  min-width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #f60;
}
.segmented-switch .segmented-switch__item .site-icon {
  font-size: 16px;
}
.segmented-switch .segmented-switch__item.segmented-switch__item--selected {
  cursor: default;
  color: #333333;
  background-color: #f7f7f7;
}
.segmented-switch .segmented-switch__item:hover {
  color: #999999;
  background-color: white;
}

select.select-control[data-select] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.select-control {
  line-height: 1.2;
  position: relative;
  outline: none;
}
.select-control,
.select-control *,
.select-control *:before,
.select-control *:after {
  box-sizing: border-box;
}
.select-control .select-control-value {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 48px;
  border-radius: 4px;
  color: #333333;
  background-color: white;
  border: transparent solid 1px;
  padding: 14px 15px 12px;
  padding-right: 46px;
}
.select-control .select-control-value:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 14px;
  height: 14px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 14px;
  color: #f60;
}
.select-control:focus .select-control-value {
  border: #f60 solid 1px;
}
.select-control .select-control-popover {
  visibility: hidden;
}
.select-control.select-control-open .select-control-popover {
  visibility: visible;
}
.select-control.select-control-open {
  z-index: 50;
}
.select-control.select-control-open:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.select-control.select-control-open .select-control-value:after {
  content: "";
}
.select-control .select-control-popover {
  position: absolute;
  margin-top: 8px;
  top: 100%;
  left: 0;
  max-height: 268px;
  overflow: hidden;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  box-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -o-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.select-control .select-control-popover .select-control-items {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  -ms-scroll-chaining: none;
  scrollbar-color: #999999 white;
  scrollbar-width: thin;
}
.select-control .select-control-popover .select-control-items::-webkit-scrollbar {
  width: 11px;
  /* width of the entire scrollbar */
}
.select-control .select-control-popover .select-control-items::-webkit-scrollbar-track {
  background: white;
  /* color of the tracking area */
}
.select-control .select-control-popover .select-control-items::-webkit-scrollbar-thumb {
  background-color: #999999;
  /* color of the scroll thumb */
  border-radius: 11px;
  /* roundness of the scroll thumb */
  border: 3px solid white;
  /* creates padding around scroll thumb */
}
.select-control .select-control-popover .select-control-items .select-control-item .select-control-item-text {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 9px 12px;
}
.select-control .select-control-popover .select-control-items .select-control-item .select-control-item-text.select-control-item-selected, .select-control .select-control-popover .select-control-items .select-control-item .select-control-item-text.select-control-item-selected > * {
  color: #f60;
}
@media (pointer: fine) {
  .select-control .select-control-popover .select-control-items .select-control-item .select-control-item-text:hover {
    background-color: #f7f7f7;
  }
}
.select-control .select-control-popover .select-control-items .select-control-item .select-control-group .select-control-item .select-control-item-text {
  padding-left: 32px;
}
.select-control .select-control-popover .select-control-items > .select-control-item:first-child {
  margin-top: 7px;
}
.select-control .select-control-popover .select-control-items > .select-control-item:last-child {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .select-control {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .select-control {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .select-control {
    font-size: 16px;
  }
}

.medcenter-actions {
  line-height: 1.2;
}
.medcenter-actions,
.medcenter-actions *,
.medcenter-actions *:before,
.medcenter-actions *:after {
  box-sizing: border-box;
}
.medcenter-actions .medcenter-action .tui-button {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.medcenter-actions .medcenter-action + .medcenter-action {
  margin-top: 12px;
}
.medcenter-actions .medcenter-action .medcenter-action__note {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #999999;
}
.medcenter-actions .medcenter-actions-footer:not(:first-child) {
  margin-top: 12px;
}
.medcenter-actions .medcenter-actions-notify:not(.medcenter-actions-notify--explanation) {
  color: #A97842;
  border: 1px solid #EBD7CC;
  background-color: #F2E8DE;
  border-radius: 2px;
  padding: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.medcenter-actions .medcenter-actions-notify:not(.medcenter-actions-notify--explanation)::before {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
}
.medcenter-actions .medcenter-actions-notify:not(.medcenter-actions-notify--explanation) .medcenter-actions-notify__text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 4px;
  margin-top: 1px;
  font-size: 13px;
  font-weight: 400;
}
.medcenter-actions .medcenter-actions-notify.medcenter-actions-notify--explanation {
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.medcenter-actions .medcenter-actions-notify.medcenter-actions-notify--explanation::before {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  color: #f60;
}
.medcenter-actions .medcenter-actions-notify.medcenter-actions-notify--explanation .medcenter-actions-notify__text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 4px;
  margin-top: 1px;
  font-size: 13px;
  font-weight: 400;
}
.medcenter-actions .medcenter-actions-notify.medcenter-actions-notify--explanation .medcenter-actions-notify__text a {
  color: #f60;
}
@media (pointer: fine) {
  .medcenter-actions .medcenter-actions-notify.medcenter-actions-notify--explanation .medcenter-actions-notify__text a:hover {
    color: #333333;
    text-decoration: underline;
  }
}

body.mobile-app #container {
  padding-bottom: 0;
}

.cookie-panel {
  line-height: 1.2;
  position: fixed;
  z-index: 700;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.cookie-panel,
.cookie-panel *,
.cookie-panel *:before,
.cookie-panel *:after {
  box-sizing: border-box;
}
.cookie-panel * {
  line-height: inherit;
}
.cookie-panel form {
  display: revert;
  max-width: revert;
  width: revert;
}
.cookie-panel form > div {
  display: revert !important;
}
.cookie-panel form > div > div {
  float: revert;
  clear: revert;
  position: revert;
}
.cookie-panel form label,
.cookie-panel form .label {
  width: revert;
  display: revert;
  vertical-align: revert;
  margin-right: revert;
  line-height: revert;
}
.cookie-panel form > div > div label {
  width: revert !important;
}
.cookie-panel form input {
  padding: revert;
  margin: revert;
  vertical-align: revert;
}
.cookie-panel form input[type=radio] {
  width: revert;
  height: revert;
  cursor: revert;
  float: revert;
  clear: revert;
  margin: revert;
}
.cookie-panel .cookie-bar-backdrop {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cookie-panel .cookie-bar {
  position: relative;
  z-index: 2;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  -ms-scroll-chaining: none;
  background-color: white;
}
.cookie-panel .cookie-bar .cookie-bar-content {
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
}
@media screen and (max-width: 919px) {
  .cookie-panel .cookie-bar .cookie-bar-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 920px) {
  .cookie-panel .cookie-bar .cookie-bar-content {
    max-width: 875px;
  }
}
.cookie-panel .cookie-bar .cookie-bar-section + .cookie-bar-section {
  margin-top: 24px;
}
.cookie-panel .cookie-bar .cookie-bar-section input[type=radio] + .radio {
  display: none;
}
.cookie-panel .cookie-bar .cookie-bar-title {
  font-size: 19px;
  margin-bottom: 12px;
}
.cookie-panel .cookie-bar .cookie-bar-text {
  font-size: 15px;
}
.cookie-panel .cookie-bar .cookie-bar-text a {
  color: #f60;
}
@media (pointer: fine) {
  .cookie-panel .cookie-bar .cookie-bar-text a:hover {
    color: #333333;
  }
}
.cookie-panel .cookie-bar .cookie-bar-text p {
  margin: 12px 0;
}
.cookie-panel .cookie-bar .cookie-bar-text p:first-child {
  margin-top: 0;
}
.cookie-panel .cookie-bar .cookie-bar-text p:last-child {
  margin-bottom: 0;
}
.cookie-panel .cookie-bar .cookie-bar-messages:not(:first-child) {
  margin-top: 12px;
}
.cookie-panel .cookie-bar .cookie-bar-messages:not(:last-child) {
  margin-bottom: 12px;
}
.cookie-panel .cookie-bar .cookie-bar-messages:empty {
  display: none;
}
.cookie-panel .cookie-bar .cookie-bar-messages .cookie-bar-message {
  display: none;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 4px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.cookie-panel .cookie-bar .cookie-bar-messages .cookie-bar-message:before {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-right: 6px;
  font-family: "site-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.cookie-panel .cookie-bar .cookie-bar-messages .cookie-bar-message .cookie-bar-message-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
}
.cookie-panel .cookie-bar .cookie-bar-messages .cookie-bar-message.cookie-bar-message--allowed {
  border-color: #C3E6CB;
  color: #165823;
}
.cookie-panel .cookie-bar .cookie-bar-messages .cookie-bar-message.cookie-bar-message--allowed:before {
  content: "";
}
.cookie-panel .cookie-bar .cookie-bar-messages .cookie-bar-message.cookie-bar-message--disallowed {
  color: #d0422a;
}
.cookie-panel .cookie-bar .cookie-bar-messages .cookie-bar-message.cookie-bar-message--disallowed:before {
  content: "";
}
.cookie-panel .cookie-bar .cookie-bar-errors:empty {
  display: none;
}
.cookie-panel .cookie-bar .cookie-bar-errors .cookie-bar-error {
  margin-top: 12px;
  font-size: 13px;
  color: #d0422a;
}
.cookie-panel .cookie-bar .cookie-bar-actions {
  margin-top: 16px;
  margin-bottom: -12px;
}
.cookie-panel .cookie-bar .cookie-bar-actions .tui-button,
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action {
  margin-right: 12px;
  margin-bottom: 12px;
}
.cookie-panel .cookie-bar .cookie-bar-actions .tui-button:not([disabled]),
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action:not([disabled]) {
  cursor: pointer;
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 44px;
  padding: 11px 14px;
  border-radius: 2px;
  border: 1px solid transparent;
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action .cookie-bar-action__icon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-right: 7px;
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action .cookie-bar-action__icon .site-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-bottom: -1px;
  font-size: 11px;
  line-height: 1;
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action[data-option] .cookie-bar-action__icon {
  display: none;
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action .cookie-bar-action__text {
  font-size: 15px;
  font-weight: bold;
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action.cookie-bar-action--primary:not([disabled]) {
  color: white;
  background-color: #f60;
  border-color: #f60;
}
@media (pointer: fine) {
  .cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action.cookie-bar-action--primary:not([disabled]):hover {
    border-color: #333333;
    background-color: #333333;
  }
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action.cookie-bar-action--primary[disabled] {
  color: white;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action.cookie-bar-action--outline:not([disabled]) {
  color: #f60;
  border-color: #f60;
}
@media (pointer: fine) {
  .cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action.cookie-bar-action--outline:not([disabled]):hover {
    color: black;
    border-color: black;
  }
}
.cookie-panel .cookie-bar .cookie-bar-actions .cookie-bar-action.cookie-bar-action--outline[disabled] {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.cookie-panel .cookie-bar .cookie-bar-section input[type=radio][data-option=allow]:checked ~ .cookie-bar-messages .cookie-bar-message--allowed {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.cookie-panel .cookie-bar .cookie-bar-section input[type=radio][data-option=allow]:checked ~ .cookie-bar-actions .cookie-bar-action[data-option=allow] .cookie-bar-action__icon {
  display: inline;
}
.cookie-panel .cookie-bar .cookie-bar-section input[type=radio][data-option=disallow]:checked ~ .cookie-bar-messages .cookie-bar-message--disallowed {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.cookie-panel .cookie-bar .cookie-bar-section input[type=radio][data-option=disallow]:checked ~ .cookie-bar-actions .cookie-bar-action[data-option=disallow] .cookie-bar-action__icon {
  display: inline;
}
.cookie-panel .cookie-bar .cookie-bar-advanced .cookie-bar-footer {
  margin-top: 24px;
}
.cookie-panel:not(.cookie-panel--visible) {
  display: none;
}
.cookie-panel .cookie-bar.cookie-bar--simple .cookie-bar-advanced {
  display: none;
}
.cookie-panel .cookie-bar.cookie-bar--advanced .cookie-bar-simple {
  display: none;
}
