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

html, body {
  margin: 0;
  padding: 0;
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; }

html, body {
  font-size: 15px;
  line-height: normal; }

body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  margin: 0;
  margin-bottom: 20px;
  font-family: Oswald, "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: normal; }

h1 {
  font-size: 2.2rem; }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.3rem; }

a {
  color: #b60146;
  text-decoration: none; }

a:hover {
  color: #95003A;
  text-decoration: underline; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.7rem;
  list-style-position: outside;
  padding-left: 1rem; }

.bold {
  font-weight: bold; }

.fa-left {
  margin-left: 10px; }

.fa-right {
  margin-right: 10px; }

.text-italic {
  font-style: italic; }

.flex-r {
  display: flex;
  flex-direction: row; }

.flex-c {
  display: flex;
  flex-direction: column; }

.flex-aic {
  align-items: center; }

.flex-1 {
  flex: 1; }

.flex-jc {
  justify-content: center; }

.flex-wrap {
  flex-wrap: wrap; }

.full-width {
  width: 100%; }

.red {
  color: red; }

.green {
  color: mediumseagreen; }

.glossary {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: help; }

.tooltipster-content p:first-of-type {
  margin-top: 0; }

.tooltipster-content p:last-of-type {
  margin-bottom: 0; }

.tooltipster-default {
  border-color: #aeaeae;
  background: #fafafa;
  color: #000; }

/*********************************************************************************** TOP BAR ***********************************************************************************/
.top-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 5px 0;
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; }

.top-bar__separator {
  margin: 0 15px; }

.top-bar__logo {
  width: 32px; }

/*********************************************************************************** HEADER ***********************************************************************************/
header {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap; }

.header__left {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row; }

.header__logo {
  padding-left: 70px;
  background: url(../img/sfpd_logo.png) no-repeat;
  background-size: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: Oswald, "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  color: #000; }

.header__logo:hover {
  text-decoration: none;
  color: #000; }

.header__title {
  font-size: 2rem;
  margin: 0;
  font-weight: normal; }

.header__description {
  color: #8e8e8e;
  font-size: .8rem;
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; }

.header__right {
  flex: 0 0 400px;
  display: flex;
  flex-direction: row; }

.header__input {
  flex: 1;
  border: 1px solid #aeaeae;
  border-right-width: 0 !important;
  border-radius: 5px 0 0 5px !important;
  padding: 5px 10px;
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  outline-color: #95003A; }

.header__buton {
  background: #b60146;
  border: 1px solid #95003A;
  border-left-width: 0;
  color: #fff;
  padding: 5px 15px;
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  display: flex;
  align-items: center; }

.header__magnify {
  margin-left: 12px; }

/*********************************************************************************** BREADCRUMB ***********************************************************************************/
.breadcrumbs {
  padding-left: 0;
  border-top: 2px solid #efefef;
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row; }

.breadcrumbs_bl {
  border-top-width: 0; }

.breadcrumbs__item {
  position: relative;
  margin: 0 15px 0 13px;
  list-style-type: none;
  display: inline-flex; }

.breadcrumbs__item_hidden {
  display: none; }

.breadcrumbs__item:first-child {
  margin-left: 0; }

.breadcrumbs__item:last-child {
  margin-right: 0; }

.breadcrumbs__item:after {
  content: "\00bb";
  position: absolute;
  right: -15px;
  width: 5px;
  color: #000; }

.breadcrumbs__item:last-child:after {
  display: none; }

/*********************************************************************************** GLOBAL WARNING ***********************************************************************************/
.gw {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  text-align: center;
  padding: 5px 10px; }

.gw_spaced {
  margin-bottom: 1.5rem; }

/*********************************************************************************** FOOTER ***********************************************************************************/
footer {
  margin-top: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #dfdfdf;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.footer__left {
  flex: 1;
  display: flex;
  flex-direction: row; }

.footer__item {
  margin: 0 15px 0 10px;
  position: relative; }

.footer__item::after {
  content: '|';
  position: absolute;
  right: -15px;
  width: 5px;
  color: #000; }

.footer__item:last-child:after {
  display: none; }

.footer__item:first-child {
  margin-left: 0; }

.footer__item:last-child {
  margin-right: 0; }

/*********************************************************************************** MOBILE ***********************************************************************************/
.only-for-mobile {
  display: none; }

select,
input[type=text],
textarea {
  padding: 4px 8px;
  border: 2px solid #dfdfdf;
  border-radius: 5px;
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  outline: none;
  max-width: 100%; }

select:focus,
input[type=text]:focus,
textarea:focus {
  border-color: dodgerblue !important; }

select.invalid,
input[type=text].invalid,
textarea.invalid {
  border-color: red; }

select.valid,
input[type=text].valid,
textarea.valid {
  border-color: forestgreen; }

input[type=radio] {
  margin-left: 0; }

::placeholder {
  color: #cfcfcf; }

.button {
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 25px;
  padding: 10px 20px;
  border: 0;
  cursor: pointer;
  max-width: 100%; }

.button_small {
  width: 75px; }

.button_normal {
  width: 150px; }

.button_big {
  width: 250px; }

.button_fw {
  width: 100%; }

.button_primary {
  background: #95003A;
  color: #fff; }

.button:hover {
  text-decoration: none; }

.button_primary:hover {
  color: #fff;
  background: #2d9ca6; }

button {
  background: #b60146;
  border: 1px solid #95003A;
  color: #fff;
  padding: 5px 15px;
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  cursor: pointer; }

button[disabled] {
  cursor: no-drop;
  background: rgba(182, 1, 70, 0.8); }

.fbs {
  display: flex;
  flex-direction: row; }

.fb {
  margin-right: 2rem;
  width: 300px; }

.fb_last {
  margin-right: 0; }

.fb__block {
  margin-top: 2rem; }

.fb__block:first-of-type {
  margin-top: 0; }

.fb__title {
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 5px; }

.fb__error {
  color: red;
  font-weight: bold;
  margin-top: 5px; }

.fb__options {
  margin-top: 1rem; }

.fb__option {
  margin-bottom: .5rem; }

.fb__option:last-of-type {
  margin-bottom: 0; }

.fb input[type=text] {
  width: 300px; }

label {
  display: inline-flex;
  flex-direction: row;
  align-items: center; }

label > input[type=checkbox],
label > input[type=radio] {
  margin-right: .75rem; }

.boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px 0 -20px;
  justify-content: flex-start; }

.box {
  border: 1px solid #dfdfdf;
  padding: 15px;
  flex-grow: 0;
  flex-shrink: 1;
  width: calc((100% / 3) - 40px);
  border-left: 5px solid #95003A;
  margin: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 1px #eaeaea; }

.box > h1,
.box__title {
  font-size: 1.6rem; }

.box > h2,
.box__subtitle {
  font-size: 1.4rem; }

.box > h3 {
  font-size: 1.2rem; }

.box__title a {
  color: #000; }

.box__intro {
  margin-top: 15px;
  margin-bottom: 0; }

.box__content ul {
  padding-left: 0; }

.box__content li > ul {
  padding-left: 1rem; }

.box__content {
  flex: 1 1 auto;
  padding: 0 15px; }

.box__more {
  margin-top: 15px;
  font-size: .9rem; }

.flex-grid__row {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px; }

.flex-grid .flex-grid__row:first-of-type .flex-grid__column-container {
  padding-top: 0; }

.flex-grid__row .flex-grid__column-container:first-of-type {
  padding-left: 0; }

.flex-grid__row .flex-grid__column-container:last-of-type {
  padding-right: 0; }

.flex-grid__row_vertical {
  flex-direction: column; }

.flex-grid__column-container {
  padding: 0 10px; }

.flex-grid__row_separator {
  height: 2rem;
  margin-top: 1rem;
  border-top: 1px solid #dfdfdf; }

.flex-grid__row_no-space-below {
  margin-bottom: 0; }

.flex-grid__column {
  flex-shrink: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%; }

.flex-grid__column-container_1 {
  width: calc(100% / (12 / 1)); }

.flex-grid__column-container_2 {
  width: calc(100% / (12 / 2)); }

.flex-grid__column-container_3 {
  width: calc(100% / (12 / 3)); }

.flex-grid__column-container_4 {
  width: calc(100% / (12 / 4)); }

.flex-grid__column-container_5 {
  width: calc(100% / (12 / 5)); }

.flex-grid__column-container_6 {
  width: calc(100% / (12 / 6)); }

.flex-grid__column-container_7 {
  width: calc(100% / (12 / 7)); }

.flex-grid__column-container_8 {
  width: calc(100% / (12 / 8)); }

.flex-grid__column-container_9 {
  width: calc(100% / (12 / 9)); }

.flex-grid__column-container_10 {
  width: calc(100% / (12 / 10)); }

.flex-grid__column-container_11 {
  width: calc(100% / (12 / 11)); }

.flex-grid__column-container_12 {
  width: calc(100% / (12 / 12)); }

.flex-grid__column p:first-of-type {
  margin: 0; }

.flex-grid__title {
  background: #b60146;
  padding: 10px 15px;
  color: #fff; }

.flex-grid__title_negative {
  margin: -1rem -1rem 1rem -1rem; }

.flex-grid__title h1,
.flex-grid__title h2,
.flex-grid__title h3,
.flex-grid__title h4 {
  margin: 0;
  font-weight: normal; }

.flex-grid__row_border-left,
.flex-grid__column_border-left {
  border: 1px solid #dfdfdf;
  border-left: 5px solid #b60146; }

.flex-grid__row_border-all,
.flex-grid__column_border-all {
  border: 1px solid #b60146; }

.flex-grid__column_border-left > .flex-grid__content,
.flex-grid__column_border-all > .flex-grid__content,
.flex-grid__column_padding > .flex-grid__content,
.flex-grid__row_border-left,
.flex-grid__row_border-all,
.flex-grid__row_padding {
  padding: 1rem; }

.flex-grid__row_border-left > .flex-grid__column-container,
.flex-grid__row_border-all > .flex-grid__column-container,
.flex-grid__row_padding > .flex-grid__column-container {
  padding-top: 0;
  padding-bottom: 0; }

.flex-grid__content p:last-of-type {
  margin-bottom: 0; }

.flex-grid__row_shadow,
.flex-grid__column_shadow {
  box-shadow: 0px 0px 10px 1px #eaeaea; }

.flex-grid__title,
.flex-grid__content > h1 {
  font-size: 1.6rem; }

.flex-grid__title > h2,
.flex-grid__content > h2 {
  font-size: 1.4rem; }

.flex-grid__title,
.flex-grid__content > h3 {
  font-size: 1.2rem; }

.flex-grid__title,
.flex-grid__content > h4 {
  font-size: 1.1rem; }

.news__date {
  color: #8e8e8e;
  font-size: 1.1rem;
  margin-bottom: 1rem; }

.news__content {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: calc(1em + 10px); }

.news__share {
  padding-bottom: calc(1em + 10px);
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: calc(1em + 10px); }

.nlcta__intro {
  font-size: 1.3rem; }

.nlcta_center .nlcta__intro {
  text-align: center;
  font-size: 1.3rem; }

.nlcta__subscription {
  width: 500px;
  margin: 10px 0 15px 0;
  display: flex;
  flex-direction: row; }

.nlcta_center .nlcta__subscription {
  margin-left: auto;
  margin-right: auto; }

.nlcta__input {
  flex: 1;
  border: 1px solid #aeaeae;
  border-right-width: 0;
  padding: 5px 10px;
  font-family: Poppins, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  outline-color: #95003A; }

.nlcta__buton {
  background: #b60146;
  border: 1px solid #95003A;
  border-left-width: 0;
  color: #fff;
  padding: 5px 15px;
  font-family: Oswald, "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 1rem;
  margin-left: -4px; }

.nlcta__outro {
  font-size: .8rem; }

.nlcta_center .nlcta__outro {
  text-align: center; }

.nlcta__check {
  display: none !important; }

.call-to-action {
  background: #b60146;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  text-align: center; }

a.call-to-action,
a.call-to-action:hover {
  color: #fff;
  text-decoration: none !important; }

.call-to-action:hover {
  background: #95003A; }

.macro-preview::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: ''; }

td[data-mce-selected="1"] {
  background-color: #dfdfdf; }

.pnl {
  position: relative;
  margin: 1rem 0;
  padding: 10px 15px 10px 40px; }

.pnl:before {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: 15px;
  top: 15px;
  width: 1.28571em;
  text-align: center; }

.pnl_success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.pnl_success:before {
  content: "\f00c"; }

.pnl_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.pnl_error:before {
  content: "\f00d"; }

.pnl_info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.pnl_info:before {
  content: "\f129"; }

.pnl_warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.pnl_warning:before {
  content: "\f12a"; }

.table-of-content {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dfdfdf; }

.margin-top-1 {
  margin-top: 1rem; }

.margin-bottom-1 {
  margin-bottom: 1rem; }

.margin-left-1 {
  margin-left: 1rem; }

.margin-right-1 {
  margin-right: 1rem; }

.margin-top-1-5 {
  margin-top: 1.5rem; }

.margin-bottom-1-5 {
  margin-bottom: 1.5rem; }

.margin-left-1-5 {
  margin-left: 1.5rem; }

.margin-right-1-5 {
  margin-right: 1.5rem; }

.margin-top-2 {
  margin-top: 2rem; }

.margin-bottom-2 {
  margin-bottom: 2rem; }

.margin-left-2 {
  margin-left: 2rem; }

.margin-right-2 {
  margin-right: 2rem; }

.gsr {
  margin-bottom: 2rem; }

.gsr_last {
  margin-bottom: 0; }

.gsr__title {
  font-size: 1.1rem; }

.gsr__info {
  color: #aeaeae;
  font-size: .9rem; }

.gsr__counter {
  margin-bottom: 1rem; }

table {
  width: 100%;
  border-collapse: collapse;
  border-width: 0; }

table thead td, tbhead th {
  font-size: .9rem;
  font-weight: bold;
  border-bottom-width: 2px; }

tbody th {
  font-size: .9rem;
  font-weight: bold;
  text-align: left;
  border-left-width: 0;
  border-right-width: 0; }

table td, table th {
  padding: 10px;
  border-width: 0;
  border-bottom: 1px solid #dfdfdf; }

/*********************************************************************************** VACATURE ***********************************************************************************/
.vacature__right {
  margin-left: 2rem; }

.vacature__map {
  width: 100%;
  border: 1px solid #aeaeae;
  height: 100%;
  min-height: 200px; }

@media (max-width: 920px) {
  .top-bar {
    justify-content: center; }
  .breadcrumbs__item:before {
    content: "\00ab";
    position: absolute;
    left: -15px;
    width: 5px;
    color: #000; }
  .breadcrumbs__item:after {
    content: "";
    left: 0;
    width: 0; }
  .breadcrumbs__item:first-child,
  .breadcrumbs__item {
    margin-left: 16px; }
  header {
    margin-top: 20px;
    flex-direction: column; }
  .header__right {
    flex: 1 0 auto;
    width: 100%; }
  .header__left {
    justify-content: center; }
  .header__logo {
    margin-top: 0;
    margin-bottom: 30px; }
  .header__search {
    display: none; }
  .header__magnify {
    margin-left: 0; }
  footer {
    padding-top: 2rem;
    margin-top: 2rem;
    margin-bottom: 0; }
  footer,
  .footer__left,
  .footer__right {
    flex-direction: column; }
  .footer__left {
    text-align: center;
    margin-bottom: 20px;
    flex: 1; }
  .footer__right {
    text-align: center;
    flex: 1; }
  .footer__item {
    margin: 5px 10px; }
  .footer__item::after {
    display: none; }
  .not-for-mobile {
    display: none; }
  .only-for-mobile {
    display: initial; }
  ul > li {
    margin: 4px 0; }
  ul > li:first-of-type {
    margin-top: 0; }
  ul > li:last-of-type {
    margin-bottom: 0; }
  .boxes {
    margin-top: 0; }
  .flex-grid__row {
    flex-direction: column; }
  .flex-grid__row:last-of-type {
    margin-bottom: 0; }
  .flex-grid__column-container {
    padding: 0 0 10px 0;
    margin-bottom: 2rem;
    width: 100%; }
  .flex-grid__column-container:last-of-type {
    margin-bottom: 0; }
  .nlcta__subscription {
    width: 100%; }
  .nlcta__check {
    display: inline-block !important; }
  .nlcta__label {
    display: none; }
  .table-overflow {
    overflow-x: auto; }
  .table-overflow > table {
    max-width: 100%;
    min-width: 100% !important; }
  .table-overflow td {
    width: auto !important; } }

@media (max-width: 550px) {
  header {
    margin-top: 20px; }
  .header__logo {
    padding-left: 0;
    background: none;
    text-align: center; } }

@media (max-width: 700px) {
  .fbs {
    flex-direction: column; }
  .fb {
    margin-right: 0;
    width: 100%; }
  .fbs > .fb {
    margin-top: 2rem; }
  .fbs > .fb:first-of-type {
    margin-top: 0; }
  .fb input[type=text] {
    width: 100%; }
  .fb__buttons {
    text-align: center; } }

@media (max-width: 1200px) {
  .box {
    width: calc(50% - 40px); } }

@media (max-width: 750px) {
  .box {
    width: calc(100% - 40px); } }

.contact__block {
  margin: 1rem 0 1rem 2rem; }

.contact__date-name {
  margin-top: 1rem; }

.contact__blocks {
  margin-top: 1.5rem; }

.contact__question {
  resize: none;
  width: 500px;
  height: 100px; }

.contact__upload {
  display: block;
  margin-top: 1rem;
  width: 500px;
  max-width: 100%; }

.contact__intro {
  margin-bottom: 1rem; }

.contact__short-input {
  width: 300px; }

.contact__long-input {
  width: 500px; }

.fu {
  margin-bottom: 2rem; }

.fu__files {
  margin: 0 0 1rem 2rem; }

.fu__progress {
  display: block;
  margin-left: 2rem; }

.fu__delete {
  color: red; }

.nlr__description {
  margin-left: 1.7rem; }

.panel {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 1rem 0; }

.panel_success {
  color: green; }

.panel_error {
  color: red; }

.panel_information {
  color: dodgerblue; }

.panel_warning {
  color: darkorange; }

.panel__icon {
  margin-right: .5rem; }

.pager {
  margin-top: 2rem; }

.pager__ellipsis,
.pager__previous,
.pager__page,
.pager__next {
  margin-right: 1rem; }

.pager__page_current {
  font-weight: bold; }

.pp__header {
  display: flex;
  flex-direction: row; }

.pp__block {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #eaeaea; }

.pp__block_low {
  margin-top: 2rem; }

.pp__warning {
  margin-bottom: 2rem; }

.pp__big-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: .5rem; }

.schedule__row {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #eaeaea;
  border-right-width: 0; }

.schedule__row:last-of-type {
  border-bottom-width: 0; }

.schedule__day {
  flex: 0 0 175px;
  border-right: 2px solid #eaeaea;
  padding: .75rem 1.25rem;
  max-width: 175px; }

.schedule__timing,
pension-point-schedule {
  flex: 1;
  display: flex;
  flex-direction: row;
  border-right: 2px solid #eaeaea; }

pension-point-schedule {
  border-right-width: 0; }

.schedule__timing {
  padding: .75rem 1.25rem; }

.schedule__morning,
.schedule__afternoon {
  flex: 1; }

.schedule__morning {
  padding-right: 5px; }

.schedule__afternoon {
  padding-left: 5px; }

.schedule__type {
  padding: .75rem 1.25rem;
  flex: 1; }

.schedule_green {
  color: mediumseagreen; }

.schedule_red {
  color: red; }

.schedule_orange {
  color: coral; }

.schedule__frequency {
  padding-left: 22px;
  font-size: .9rem;
  margin-bottom: 10px; }

.schedule__day-part {
  display: none; }

.pp__location {
  display: flex;
  flex-direction: row; }

.pp__info {
  margin-right: 30px; }

.pp__map {
  width: 100%;
  border: 1px solid #aeaeae;
  height: 100%;
  min-height: 200px;
  margin-left: 1rem; }

.pp__info-block {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 2rem; }

.pp__info-block:last-of-type {
  margin-bottom: 0; }

@media (max-width: 920px) {
  pension-point-schedule,
  .pp__location,
  .pp__header {
    flex-direction: column; }
  .pp__block_low {
    padding-bottom: 0; }
  .pp__meeting-button {
    margin: .75rem 0 2rem 0; }
  .schedule__row {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0; }
  .schedule__row:first-of-type {
    display: none; }
  .schedule__row:last-of-type {
    margin-bottom: 0; }
  .schedule__day {
    padding: 10px 0;
    flex-basis: auto;
    border-right-width: 0; }
  .schedule__timing {
    padding: 10px 0;
    border-right-width: 0; }
  .schedule__type {
    padding: 10px 0 30px 0; }
  .schedule__day-part {
    margin-bottom: 5px;
    font-weight: bold;
    display: block; }
  .pp__info {
    margin-bottom: 30px;
    margin-right: 0; }
  .pp__map {
    margin-left: 0; } }

.pl {
  display: flex;
  flex-direction: row; }

.pl__left {
  margin-right: 40px;
  padding-top: 50px; }

.pl__right {
  flex: 1; }

.pl__title {
  font-family: Oswald, "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1rem; }

.pl__part {
  margin-left: 10px; }

.pl__current,
.pl__position {
  margin-bottom: 10px; }

.pl__position {
  display: flex;
  align-items: center; }

.pl__input {
  flex: 1; }

.pl__km {
  display: flex;
  flex-direction: row;
  align-items: center; }

.pl__select {
  flex: 1; }

.pl__arrow,
.pl__plus {
  margin-right: 5px; }

.pl__options {
  margin-top: 30px; }

.pl__options:last-of-type {
  margin-bottom: 35px; }

.pl__option {
  margin-bottom: 3px; }

.pl__sort-area {
  text-align: right; }

.pl__sort-title {
  margin-right: 10px;
  font-weight: bold; }

.pl__loader {
  font-size: 8rem;
  text-align: center;
  color: #b60146;
  padding-top: 50px;
  opacity: .7; }

.pl__results {
  margin-top: 2rem; }

.pl__no-result {
  border: 2px solid #eaeaea;
  padding: 20px;
  margin-bottom: 2rem; }

.pl__result {
  border: 2px solid #eaeaea;
  padding: 20px;
  margin-bottom: 2rem; }

.pl__name-area {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 2rem; }

.pl__marker {
  margin-right: 1rem; }

.pl__name {
  font-size: 1.2rem; }

.pl__details {
  margin-top: 2rem; }

.pl__detail {
  margin-bottom: 1rem; }

.pl__footer {
  margin-top: 1rem; }

.pl__no {
  color: red; }

.pl__yes {
  color: mediumseagreen; }

.pl__info {
  margin-left: 24px; }

@media (max-width: 920px) {
  .pl {
    flex-direction: column; }
  .pl__left {
    margin: 0 0 3rem 0;
    padding-top: 0; }
  .pl__part {
    margin-left: 0; }
  .pl .fa {
    display: none !important; }
  .plss__info {
    margin-left: 0 !important; }
  .pl .pager {
    text-align: center; } }

.plss__detail {
  margin-bottom: 1rem; }

.plss__no {
  color: red; }

.plss__yes {
  color: mediumseagreen; }

.plss__info {
  margin-left: 24px; }

.plss__info_separator {
  margin-bottom: 1rem; }

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  z-index: 5000;
  display: flex;
  flex-direction: column;
  align-items: center; }

.popup {
  max-width: 90%;
  background: #fff;
  text-align: center;
  width: 500px;
  padding: calc(2rem + 50px) 2rem 2rem 2rem;
  margin-top: calc(5% + 50px);
  position: relative;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.4); }

.popup__icon {
  position: absolute;
  font-size: 4rem;
  left: calc(50% - 50px);
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.popup__icon_success {
  background-color: #21bd63;
  color: #fff; }

.popup__icon_error {
  background-color: #cc0000;
  color: #fff; }

.popup__icon_info {
  background-color: #0066ff;
  color: #fff; }

.popup__icon_warning {
  background-color: #ff9900;
  color: #fff; }

.popup__title {
  font-size: 2rem;
  margin-bottom: 2rem; }

.popup__content {
  margin-bottom: 3rem; }

.popup__button {
  width: 100%; }

.press__date {
  color: #8e8e8e; }

.press__separator {
  margin: 0 .75rem;
  font-weight: bold; }

/* https://codepen.io/valiooo/pen/qyiov */
.pb {
  position: relative;
  border: #95003A solid 1px;
  height: 1.75rem;
  line-height: 1.75rem; }

.pb__bar {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden; }

.pb__label {
  position: absolute;
  height: 100%;
  text-align: center; }

.pb__bar_positive {
  background: #b60146;
  left: 0; }

.pb__bar_positive .pb__label {
  left: 0;
  color: #fff; }

.pb__bar_negative {
  background: #fff;
  right: 0; }

.pb__bar_negative .pb__label {
  right: 0;
  color: #000; }

.top-scroller {
  position: fixed;
  right: 2rem;
  bottom: 0;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  padding: 6px 12px;
  width: 130px;
  text-align: center;
  border-radius: 7px 7px 0 0;
  font-family: Oswald, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  opacity: .25;
  background: #b60146; }

.top-scroller:hover {
  opacity: 1; }

@media (max-width: 900px) {
  .top-scroller {
    display: none; } }

.share {
  display: flex;
  flex-direction: row; }

.share__option {
  margin-right: 50px; }

.share__option:last-of-type {
  margin-right: 0; }

.share__icon {
  font-size: 1.3rem; }

.share__icon:hover {
  text-decoration: none; }

