@import url("perfect-scrollbar.min.css");
@import url("https://p.typekit.net/p.css?s=1&k=fvf8voh&ht=tk&f=18500.18501&a=1433516&app=typekit&e=css");
@font-face {
  font-family: 'ibmplex-semi-bold';
  src: url('../webfonts/ibmp/IBMPlexSans-SemiBold.eot');
  src: url('../webfonts/ibmp/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../webfonts/ibmp/IBMPlexSans-SemiBold.ttf') format('truetype'), url('../webfonts/ibmp/IBMPlexSans-SemiBold.woff') format('woff'), url('../webfonts/ibmp/IBMPlexSans-SemiBold.otf') format('otf');
}
@font-face {
  font-family: 'ibmplex-regular';
  src: url('../webfonts/ibmp/IBMPlexSans-Regular.eot');
  src: url('../webfonts/ibmp/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/ibmp/IBMPlexSans-Regular.ttf') format('truetype'), url('../webfonts/ibmp/IBMPlexSans-Regular.woff') format('woff'), url('../webfonts/ibmp/IBMPlexSans-Regular.otf') format('otf');
}
.ibmplexsemibold {
  font-family: "ibmplex-semi-bold", sans-serif;
}
.ibmplex {
  font-family: "ibmplex-regular", sans-serif;
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins
More info at: http://lesselements.com
---------------------------------------------------*/
header.top {
  padding: 0 5% 0 5%;
  height: 8rem;
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  header.top {
    height: 10.8rem;
  }
}
@media (min-width: 1200px) {
  header.top {
    padding: 2% 5% 2% 5%;
    height: auto;
    display: block;
  }
}
@media (min-width: 1600px) {
  header.top {
    padding: 2% 3.5% 2% 3.5%;
  }
}
header.top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #212121;
  z-index: 101;
  padding: 1% 5% 1% 5%;
}
header.top.fixed .header-table .header-table-row .header-table-cell {
  vertical-align: middle;
}
header.top.fixed .subtitle {
  display: none;
}
header.top .header-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
header.top .header-table .header-table-row {
  width: 100%;
  display: table-row;
}
header.top .header-table .header-table-row .header-table-cell {
  display: table-cell;
  vertical-align: bottom;
}
header.top .header-table .header-table-row .header-table-cell .maintitle {
  font-size: 1.7em;
  margin: 0;
  font-family: 'GothamSSm-Medium';
}
header.top .header-table .header-table-row .header-table-cell .maintitle .braker {
  height: 0.4rem;
  display: none;
}
header.top .header-table .header-table-row .header-table-cell .subtitle {
  font-size: 1em;
  padding: 0.5em 0 0 0;
  margin: 0;
  font-weight: 500;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
}
header.top .header-table .header-table-row .header-table-cell .dot {
  display: inline-block;
  margin-right: 1.3em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background-color: #e6391e;
  z-index: 11;
}
header.top .header-table .header-table-row .header-table-cell .main-title {
  display: inline-block;
}
header.top .header-table .header-table-row .header-table-cell .main-menu {
  float: right;
  display: table;
  table-layout: fixed;
}
header.top .header-table .header-table-row .header-table-cell .main-menu ul {
  display: table-row;
  margin: 0;
}
header.top .header-table .header-table-row .header-table-cell .main-menu ul li {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  white-space: nowrap;
}
header.top .header-table .header-table-row .header-table-cell .main-menu ul li a {
  color: #000;
  margin-left: 2em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  display: table;
  font-size: 1.6rem;
  font-weight: 400;
  transition: color 0.5s ease;
}
header.top .header-table .header-table-row .header-table-cell .main-menu ul li a:hover {
  text-decoration: none;
  color: #e6391e;
}
header.top .header-table .header-table-row .header-table-cell .main-menu ul li.wcag span {
  color: #000;
  margin-left: 2em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  display: table;
  font-size: 1.2rem;
}
header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch {
  position: relative;
  background-color: #000000;
  width: 64px;
  height: 56px;
  padding-left: 12px;
  padding-bottom: 2px;
  display: none;
}
header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch .line {
  height: 2px;
  background: #ffffff;
  margin: 5px;
}
@media (max-width: 1792px) {
  header.top .header-table .header-table-row .header-table-cell .maintitle {
    font-size: 1.5em;
  }
  header.top .header-table .header-table-row .header-table-cell .subtitle {
    font-size: 1em;
  }
  header.top .header-table .header-table-row .header-table-cell .dot {
    margin-left: 1.5em;
    margin-right: 1.2em;
    width: 1.4em;
    height: 1.4em;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li a {
    margin-left: 2em;
    font-size: 1.4rem;
  }
}
@media (max-width: 1600px) {
  header.top .header-table .header-table-row .header-table-cell .maintitle {
    font-size: 1.3em;
  }
  header.top .header-table .header-table-row .header-table-cell .subtitle {
    font-size: 0.8em;
  }
  header.top .header-table .header-table-row .header-table-cell .dot {
    margin-left: 1.4em;
    margin-right: 1.1em;
    width: 1.2em;
    height: 1.2em;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li a {
    margin-left: 1.2em;
    font-size: 0.95em;
  }
}
@media (max-width: 1362px) {
  header.top .header-table .header-table-row .header-table-cell {
    /*                  .maintitle {
                              font-size:1.1em}
                            .subtitle {font-size:.9em}*/
  }
  header.top .header-table .header-table-row .header-table-cell .dot {
    margin-left: 1.2em;
    margin-right: 0.9em;
    width: 1.2em;
    height: 1.2em;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li a {
    margin-left: 1.1em;
    font-size: 1.1rem;
  }
}
header.top .header-table .header-table-row .header-table-cell li.rejestr a,
header.top .header-table .header-table-row .header-table-cell li.login a {
  color: #ffffff !important;
  display: block;
  text-transform: uppercase;
  font-size: 0.7em !important;
  letter-spacing: 0.1em;
  padding: 0.9em 1.4em 0.7em 1.4em !important;
  font-family: 'ibmplex-re4gular';
}
header.top .header-table .header-table-row .header-table-cell li.rejestr a {
  background-color: #e6391e;
}
header.top .header-table .header-table-row .header-table-cell li.login a {
  background-color: #1d1d1b;
}
@media (max-width: 1255px) {
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.deskmenu {
    display: none;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch {
    display: table-cell;
    width: 64px;
    height: 56px;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch .line {
    background-color: #ffffff;
    width: 31.7px;
    height: 4px;
    border: solid 1px #000000;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch .cross {
    display: none;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch.closer {
    display: block;
    width: 64px !important;
    height: 56px;
    min-width: 10%;
    padding-top: 25px;
    padding-left: 13px;
    padding-bottom: 3px;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch.closer .line {
    display: none;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch.closer .cross {
    position: absolute;
    background-color: #ffffff;
    width: 38px;
    height: 4px;
    border: solid 1px #000000;
    display: block;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch.closer .cross.left {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
  }
  header.top .header-table .header-table-row .header-table-cell .main-menu ul li.sandwitch.closer .cross.right {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
  }
}
@media (max-width: 900px) {
  header.top .header-table .header-table-row .header-table-cell .maintitle {
    width: 80%;
  }
  header.top .header-table .header-table-row .header-table-cell .maintitle .braker {
    display: block;
  }
  header.top .header-table .header-table-row .header-table-cell .dot {
    margin-left: 0;
    margin-right: 0.4em;
    width: 1em;
    height: 1em;
  }
}
header.top .header-table .header-table-row .header-table-cell.all-title {
  padding-left: 2%;
}
header.top .header-table .header-table-row .header-table-cell.all-title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 1200px) {
}
@media (max-width: 900px) {
  header.top .header-table .header-table-row .header-table-cell.all-title {
    vertical-align: middle;
    padding-left: 0;
    margin: auto;
    /*          .subtitle {
            display: none
          }*/
  }
}
@media (max-width: 640px) {
  header.top .header-table .header-table-row .header-table-cell.all-title {
    vertical-align: middle;
    margin: auto;
    /*          .subtitle {
            display: none
          }*/
  }
}
@media (max-width: 444px) {
  header.top .header-table .header-table-row .header-table-cell.all-title {
    vertical-align: middle;
    padding-left: 0;
    margin: auto;
    /*          .subtitle {
            display: none
          }*/
  }
}
@media (max-width: 334px) {
  header.top .header-table .header-table-row .header-table-cell.all-title {
    vertical-align: middle;
    padding-left: 0;
    margin: auto;
    /*          .subtitle {
            display: none
          }*/
  }
}
header.top .header-table .header-table-row .header-table-cell.all-title .titletab {
  display: table;
}
header.top .header-table .header-table-row .header-table-cell.all-title .titletab .titlerow {
  display: table-row;
}
header.top .header-table .header-table-row .header-table-cell.all-title .titletab .titlerow .titlecell {
  display: table-cell;
  width: fit-content;
}
header.top .header-table .header-table-row .header-table-cell.main-logo {
  width: 110px;
}
header.top .header-table .header-table-row .header-table-cell.main-logo img {
  max-height: 61.8px;
  width: auto;
}
@media (max-width: 900px) {
  header.top .header-table .header-table-row .header-table-cell.main-logo {
    display: none;
    width: 0px;
  }
}
header.top .header-table .header-table-row .header-table-cell.main-logo-mobile {
  display: none;
  width: 44px;
}
@media (max-width: 900px) {
  header.top .header-table .header-table-row .header-table-cell.main-logo-mobile {
    display: table-cell;
    min-width: 44px;
    min-height: 44px;
    vertical-align: middle;
  }
  header.top .header-table .header-table-row .header-table-cell.main-logo-mobile img {
    display: block;
  }
}
header.top .header-table .header-table-row .header-table-cell.top-menu {
  margin-bottom: 1em;
}
@media (max-width: 900px) {
  header.top .header-table .header-table-row .header-table-cell.top-menu {
    width: 20%;
  }
}
header.top .header-table .header-table-row .header-table-cell.wcag {
  margin-bottom: 1em;
}
.menumobile {
  position: fixed;
  top: 10.8rem;
  right: inherit;
  width: 100%;
  display: none;
  background-color: #000000;
  height: calc(100vh - 10.8rem);
  overflow-y: scroll;
  z-index: 120;
}
@media (max-width: 1200px) {
  .menumobile {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 899px) {
  .menumobile {
    height: calc(100vh - 8rem);
    top: 8rem;
  }
}
@media (max-width: 767px) {
  .menumobile {
    flex-direction: column;
  }
}
.menumobile .menumobileinfo {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding: 50px 20px 50px 20px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  flex-direction: column;
  width: 60%;
}
@media (max-width: 767px) {
  .menumobile .menumobileinfo {
    width: 100%;
  }
}
.menumobile .menumobileinfo .info {
  display: flex;
  padding: 8px 0;
}
@media (min-width: 992px) {
  .menumobile .menumobileinfo .info {
    padding: 15px;
  }
}
.menumobile .menumobileinfo .info div.im {
  padding-right: 30px;
  width: 40%;
}
@media (min-width: 576px) {
  .menumobile .menumobileinfo .info div.im {
    width: 20%;
  }
}
.menumobile .menumobileinfo .info div.txt {
  padding-top: 10px;
  width: 60%;
}
@media (min-width: 576px) {
  .menumobile .menumobileinfo .info div.txt {
    width: 80%;
  }
}
.menumobile .menumobileinfo .info div.txt p:first-child {
  padding-bottom: 25px;
}
.menumobile .menumobileinfo .info div.txt p a {
  color: inherit;
  text-decoration: underline;
}
.menumobile ul {
  right: 0px;
  background-color: #000000;
  margin-left: 0;
  padding: 20px 20px 0 0px;
}
@media (max-width: 767px) {
  .menumobile ul {
    width: 100%;
  }
}
.menumobile ul li {
  text-align: center;
}
.menumobile ul li.first {
  border-bottom: 0px !important;
}
.menumobile ul li.rejestr,
.menumobile ul li.login {
  border-bottom: 0px !important;
  margin-left: 10px;
}
.menumobile ul li.rejestr a,
.menumobile ul li.login a {
  color: #ffffff !important;
  display: block;
  text-transform: uppercase;
  font-size: 0.9em !important;
  letter-spacing: 0.1em;
  padding: 15px  !important;
  font-family: 'ibmplex-regular';
  box-shadow: -10px -10px 0 0 #f7eee7;
}
.menumobile ul li.rejestr a {
  background-color: #e6391e;
}
.menumobile ul li.login a {
  background-color: #f7a729;
}
.menumobile ul li {
  display: block !important;
  font-size: 1.2em;
  padding: 20px 10px 20px 20px;
  border-bottom: 1px solid #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
}
.menumobile ul li a {
  color: #ffffff !important;
}
.menumobile ul li a.active {
  color: #E6391E !important;
}
.menumobile ul li.rejestr a.active,
.menumobile ul li.login a.active {
  color: #000000 !important;
}
.menumobile.cover {
  display: none;
}
footer {
  font-family: "ibmplex-regular", sans-serif;
  background: #000000;
  min-height: 500px;
  color: #ffffff;
  padding: 15% 7% 7% 7%;
}
@media (min-width: 768px) {
  footer {
    padding: 6% 4% 2% 4%;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 3% 4% 0 4%;
  }
}
footer .no-pad {
  padding-left: 0;
  padding-right: 0;
}
footer .no-pad .row {
  margin-left: 0;
  margin-right: 0;
}
footer .no-pad .row.footer-row {
  padding: 2rem 0 4rem 0;
}
@media (min-width: 1200px) {
  footer .no-pad .row.footer-row {
    padding: 4rem 0 0 0;
  }
}
footer .no-pad .row.footer-row.row-dsh-ahm {
  padding: 2rem 0 1rem 0;
}
@media (min-width: 1200px) {
  footer .no-pad .row.footer-row.row-dsh-ahm {
    padding: 4rem 0 0 0;
  }
}
footer .no-pad .row.footer-row .footer-bio-text {
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.04rem;
  text-align: left;
  color: #eee5de;
}
footer .no-pad .row.footer-row .footer-bio-text a {
  color: #eee5de;
  text-decoration: underline;
}
footer .no-pad .row.footer-row .footer-bio-text.left-pad {
  padding-left: 2rem;
}
footer .no-pad .row.footer-row .social {
  display: flex;
  align-items: center;
}
footer .no-pad .row.footer-row .social a {
  color: #eee5de;
  font-size: 1.6rem;
}
footer .no-pad .row.footer-row .social a:first-child {
  width: 3.77rem;
}
footer .no-pad .row.footer-row .social a:last-child {
  padding: 0 2rem;
}
footer .no-pad .row.footer-row .line {
  border-top: 1px solid #eee5de;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  footer .no-pad .row.footer-row.institution .institution-logo,
  footer .no-pad .row.footer-row.institution .institution-text {
    vertical-align: middle;
    float: none;
    display: inline-block;
  }
}
footer .no-pad .row.footer-row.institution .institution-text {
  font-size: 1.4rem;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  footer .no-pad .row.footer-row.institution .institution-text {
    padding-left: 5rem;
    width: 74%;
  }
}
@media (min-width: 1200px) {
  footer .no-pad .row.footer-row.institution .institution-text {
    width: 74%;
  }
}
footer .no-pad .row.footer-last-row {
  display: flex;
  align-items: flex-end;
}
footer .no-pad .row.footer-last-row .space {
  border-top: solid 2px #7c7773;
}
@media (min-width: 1200px) {
  footer .no-pad .row.footer-last-row .space {
    border: 0;
  }
}
footer .no-pad .row.footer-last-row .contractors {
  font-size: 1.4rem;
  line-height: 2.5;
}
@media (min-width: 768px) {
  footer .no-pad .row.footer-last-row .contractors {
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  footer .no-pad .row.footer-last-row .contractors {
    font-size: 1.25rem;
  }
}
@media (min-width: 1300px) {
  footer .no-pad .row.footer-last-row .contractors {
    font-size: 1.35rem;
  }
}
@media (min-width: 1400px) {
  footer .no-pad .row.footer-last-row .contractors {
    font-size: 1.4rem;
  }
}
footer .no-pad .row.footer-last-row .contractors span {
  display: block;
}
@media (min-width: 768px) {
  footer .no-pad .row.footer-last-row .contractors span {
    display: inline-block;
    padding: 0 1rem;
    border-right: 1px solid #fff;
  }
}
footer .no-pad .row.footer-last-row .contractors span:first-child {
  padding: 0 1rem 0 0;
}
footer .no-pad .row.footer-last-row .contractors span:last-child {
  border: 0;
}
footer .no-pad .row [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
footer .no-pad .row [class*='col-'].space {
  padding: 0;
}
@media (min-width: 768px) {
  footer .no-pad .row [class*='col-'].space {
    padding: 0 1%;
  }
}
@media (min-width: 1600px) {
  footer .no-pad .row [class*='col-'].space {
    padding: 0 3.5%;
  }
}
footer .footer-title {
  padding-bottom: 10px;
  font-family: "freight-display-pro", serif;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.036rem;
  text-align: left;
  color: #eee5de;
  border-bottom: solid 2px #7c7773;
}
@media (min-width: 1200px) {
  footer .footer-title {
    font-size: 3.6rem;
  }
}
footer .logostyle {
  float: left;
  width: 33.33333333%;
  margin-left: 0%;
}
footer .textstyle {
  float: left;
  width: 66.66666667%;
  margin-left: 0%;
  font-family: "ibmplex-regular", sans-serif;
  padding: 20px 0 40px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: left;
  color: #eee5de;
}
footer .textstyle a {
  color: #eee5de;
  vertical-align: middle;
}
footer .footer-dsh-text {
  font-family: "ibmplex-regular", sans-serif;
  padding: 35px 0 40px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  text-align: left;
  color: #eee5de;
}
footer .footer-dsh-text a {
  color: #eee5de;
  vertical-align: middle;
}
footer .footer-dsh-text img {
  font-family: 'GothamSSm-Medium';
  max-width: 38.5px;
  max-height: 38.5px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}
footer .footer-dsh-text .contractors {
  font-size: 14px !important;
}
.full-width {
  width: 100vw;
  max-width: 30em;
  height: calc(100vw * (9/16));
  max-height: calc(30em * (9/16));
}
.h3-font-size {
  font-size: calc(1.2em + 0.7vw) !important;
}
.list-font-size {
  font-size: calc(1.2em + 1.2vw) !important;
}
.list-title-name-font-size {
  font-size: calc(0.73em + 0.6vw);
}
@media (max-width: 991px) {
  .list-title-name-font-size {
    font-size: calc(1.3em + 0.7vw);
  }
}
.head-font-size {
  font-size: calc(1.2em + 1.8vw) !important;
}
.half-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #21211e;
}
.center-center {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s;
  animation-iteration-count: 1;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
ul.skipper {
  text-align: left;
  margin: 2px;
  padding: 1px 2px 2px 2px;
  position: absolute;
  width: 20%;
  height: auto;
  display: inline-block;
  top: 0px;
  left: -999px;
  z-index: 999;
}
ul.skipper li {
  font-size: 1.5em;
  color: #ffffff;
  display: block;
  padding: 0.8em;
  text-decoration: none;
  background-color: #e6391e;
  /*    & a { font-size: 1.5em;
          color: #ffffff;
          display: block;
          padding: .8em;
          text-decoration:none;
          background-color: #e6391e;
    }
    & a:focus { outline-width: 0; }*/
}
ul.skipper li:focus {
  outline-width: 0;
}
ul.skipper:focus {
  outline-width: 0;
}
.audio-record-player {
  position: relative;
  height: 100px;
  width: 100%;
  margin: auto;
  background: #f7eee7;
  font-family: arial;
  color: black;
  font-size: 0.75em;
  overflow: hidden;
}
.audio-record-player .controls {
  position: relative;
}
.audio-record-player .controls > * {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.audio-record-player .controls .toggle-play {
  position: absolute;
  z-index: 100;
  left: 5%;
  top: 1.7em;
}
.audio-record-player .controls .toggle-play.play {
  cursor: pointer;
  border: 7px solid #0000;
  border-left: 13px solid black;
}
.audio-record-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-record-player .controls .toggle-play.pause {
  height: 25px;
  width: 20px;
  cursor: pointer;
  transform: scale(1.1);
}
.audio-record-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: black;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-record-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: black;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-record-player .controls .time {
  position: absolute;
  top: 2.2em;
  left: 15%;
  z-index: 2;
  width: 70%;
  display: flex;
  flex-direction: column;
  /*      > * {
        padding: 2px;
      }*/
}
.audio-record-player .controls .time .timeline {
  position: relative;
  background: white;
  width: 100%;
  height: 0.2em;
  cursor: pointer;
}
.audio-record-player .controls .time .timeline:hover .progress .handle {
  display: block;
}
.audio-record-player .controls .time .timeline .progress {
  position: absolute;
  top: 0px;
  background: black;
  width: 0%;
  height: 100%;
  overflow: visible;
  transition: 0.25s;
}
.audio-record-player .controls .time .timeline .progress:hover .handle {
  display: block;
}
.audio-record-player .controls .time .timeline .progress .handle {
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  border-radius: 0.3em;
  transform: translate(0, -35%);
  right: 0px;
  background-color: black;
  display: none;
}
.audio-record-player .controls .time .row-time {
  padding-top: 0.2em;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.audio-record-player .controls .time .row-time .current,
.audio-record-player .controls .time .row-time .length {
  width: 50%;
  white-space: nowrap;
  font-size: calc(0.3em + 0.5vw);
  font-family: "ibmplex-regular", sans-serif;
}
@media (max-width: 899px) {
  .audio-record-player .controls .time .row-time .current,
  .audio-record-player .controls .time .row-time .length {
    font-size: calc(0.5em + 0.6vw);
  }
}
.audio-record-player .controls .time .row-time .current {
  text-align: left;
  padding-left: 0.2em;
}
.audio-record-player .controls .time .row-time .length {
  text-align: right;
  padding-right: 0.2em;
}
.audio-record-player .controls .volume-container {
  position: absolute;
  right: 4%;
  top: 1.75em;
  cursor: pointer;
  z-index: 3;
}
.audio-record-player .controls .volume-container .volume-button {
  display: flex;
  align-items: center;
}
.audio-record-player .controls .volume-container .volume-button .volume {
  transform: scale(1.7);
}
.audio-record-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 11px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  transition: 0.25s;
}
.audio-record-player .controls .volume-container .volume-slider .volume-percentage {
  background: #000;
  height: 100%;
  width: 75%;
}
.audio-record-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}
a.bull:hover {
  text-decoration: none;
}
.h2.person {
  font-weight: bold;
}
.h3.person {
  font-weight: 900;
}
.request {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
}
.request:hover {
  background-color: #ff2e00;
}
.container-fluid.ahm-container {
  --fontInfo-size: calc(2.5em + 1.4vw);
  --soft-pink: #f6afc1;
}
.container-fluid.ahm-container a.ecru.bio,
.container-fluid.ahm-container a.ecru.gal {
  margin: 2em 0em 3em 2em !important;
}
@media (max-width: 768px) {
  .container-fluid.ahm-container a.ecru.bio,
  .container-fluid.ahm-container a.ecru.gal {
    margin: 1em auto 0 auto !important;
    width: 100%;
  }
}
.transcript-contener {
  position: relative;
  height: 100%;
}
.transcript-contener .incentive {
  position: absolute;
  bottom: 0px;
  transform: translateY(18%);
  width: 100%;
  min-height: 400px;
  z-index: 198;
}
.transcript-contener .incentive .whiteshadow-box {
  box-shadow: -1.4vw 1.4vw 0px 0px #000000;
  background-color: #ffffff;
  width: 90%;
  margin: auto;
  font-size: var(--fontText-size);
  padding: 1em 10em 3em 10em;
  background-image: url(../images/pink-circle.svg);
  background-repeat: no-repeat;
  background-position: 10vw 8vh;
  background-size: auto;
}
@media (max-width: 899px) {
  .transcript-contener .incentive .whiteshadow-box {
    box-shadow: none;
    width: 100%;
    min-height: 0;
    padding: 2em 3em;
  }
}
.transcript-contener .incentive .whiteshadow-box .incentive-info {
  width: 100%;
  height: 100%;
  font-size: var(--fontInfo-size);
  font-family: "freight-display-pro", serif;
  color: #202020;
  text-align: center;
  padding: 0.6em 1em 0em 1em;
}
@media (max-width: 640px) {
  .transcript-contener .incentive .whiteshadow-box .incentive-info {
    font-size: calc(var(--fontInfo-size) * 0.7);
    padding: 0.6em;
  }
}
.transcript-contener .incentive .whiteshadow-box .incentive-info .incentive-navig {
  width: fit-content;
  margin: auto;
}
.transcript-contener .incentive .whiteshadow-box .incentive-info .incentive-navig a.increjestr {
  font-family: ibmplex-semi-bold;
  color: #f7eee7;
  margin: 2em auto;
  display: block;
  padding: 1em;
  line-height: 1.5em;
  font-size: 0.3em;
  background-color: #E9360B;
}
.transcript-contener .incentive .whiteshadow-box .incentive-info .incentive-navig a.increjestr span {
  font-size: 0.8em;
}
@media (max-width: 640px) {
  .transcript-contener .incentive .whiteshadow-box .incentive-info .incentive-navig a.increjestr {
    font-size: 0.5em;
  }
}
@media (max-width: 992px) {
  .transcript-contener .incentive .whiteshadow-box .incentive-info .incentive-navig {
    width: 90% !important;
  }
}
.noauth-curt {
  position: relative;
  width: 50%;
  max-width: 1000px;
  margin: 0.5em auto;
  max-height: 500px;
  min-height: 450px;
  vertical-align: bottom;
}
.noauth-curt .curt {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  opacity: 0.7;
}
.noauth-curt .curt-info {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: var(--fontInfo-size);
  font-family: "freight-display-pro", serif;
  color: #f7eee7;
  text-align: center;
  padding: 0.4em 2em;
}
.noauth-curt .curt-info .curt-navig {
  width: fit-content;
  margin: auto;
}
.noauth-curt .curt-info .curt-navig a.recrejestr {
  font-family: ibmplex-semi-bold;
  color: #f7eee7;
  margin: 1em auto;
  display: block;
  padding: 1em;
  line-height: 1.5em;
  font-size: 0.3em;
  background-color: #E9360B;
}
.noauth-curt .curt-info .curt-navig a.recrejestr span {
  font-size: 0.8em;
}
.noauth-curt .curt-info .curt-navig > div {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: calc(0.2em + 0.2vw);
}
.noauth-curt .curt-info .curt-navig a.reclogin {
  font-family: ibmplex-semi-bold;
  margin: 1em auto;
  display: block;
  padding: 0.5em 0.7em;
  color: #202020;
  font-size: 0.3em;
  background-color: #f7eee7;
}
@media (max-width: 992px) {
  .noauth-curt .curt-info .curt-navig {
    width: 90% !important;
  }
}
.noauth-curt .mediaplayer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-bottom: 0em !important;
}
@media (max-width: 992px) {
  .noauth-curt {
    width: 100%;
    max-height: 200px;
  }
}
.searchlabel,
.searchcomp,
.local-navig,
.mediaplayer {
  width: 50vw;
  max-width: 1000px;
  margin: 0.5em auto;
}
@media (max-width: 992px) {
  .searchlabel,
  .searchcomp,
  .local-navig,
  .mediaplayer {
    width: 100%;
  }
}
.searchlabel {
  position: relative;
  margin: 1.5em auto 1em auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  min-height: 25px;
}
.searchlabel div > img {
  display: none;
  height: 100%;
  width: auto;
}
.searchlabel div:first-child {
  font-family: "freight-display-pro", serif;
  font-size: 1.4em;
}
.searchlabel .help {
  font-family: "ibmplex-semi-bold", sans-serif;
  font-size: calc(0.6em + 0.45vw) !important;
  width: calc(1.5em * 1vw) !important;
  height: 90%;
  padding-right: calc(0.5em + 0.7vw) !important;
  background-image: url(../images/help.svg);
  background-repeat: no-repeat;
  background-size: calc(0.6em + 0.5vw) !important;
  background-position: right center;
  cursor: pointer;
  /*    &:after {
            content: url(../images/help.svg);
            position: relative;
            transform: scale(.5);
          }*/
}
.searchcomp {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  height: 44px;
}
@media (max-width: 620px) {
  .searchcomp {
    display: block !important;
  }
}
.searchcomp .btn-search {
  border: 1px solid #ffffff;
  min-width: 20%;
  height: 100%;
  background: url("../images/lupka_margin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  font-size: 0.8em;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 620px) {
  .searchcomp .btn-search {
    display: block;
    width: 100% !important;
  }
}
.form-control.search {
  border: 0 !important;
  height: 100%;
  background: #ffffff;
  font-size: 1.2em;
  border-radius: 0;
  margin-bottom: 1em;
  width: 80% !important;
}
@media (max-width: 620px) {
  .form-control.search {
    width: 100% !important;
  }
}
@media (max-width: 420px) {
  .form-control.search {
    font-size: 1em;
  }
}
.download-pdf {
  display: table;
  border: 1px solid #000000;
  margin: auto;
  padding: 1em !important;
}
.ps-container .ps-scrollbar-x {
  background-color: transparent;
}
.ps-container .ps-scrollbar-y {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #8d8979 !important;
  min-height: 4em;
  -o-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
/*.normal {background-color:transparent; color:#232323}
.light {color:#ff2e00}
.highlight {color:#232323; text-decoration:underline}*/
.normal {
  background-color: transparent;
  color: #232323;
}
.light {
  background-color: #FFFAF7;
  color: #232323;
}
.light time {
  display: none !important;
}
.highlight {
  color: #ff2e00;
  font-weight: bold;
}
img.upper-arrow,
img.down-arrow {
  position: fixed;
  width: calc(11vw * (9 / 16));
  height: auto;
  z-index: 199;
  cursor: pointer;
  bottom: 0;
  right: 0;
}
@media (max-width: 640px) {
  img.upper-arrow,
  img.down-arrow {
    width: calc(20vw * (9 / 16));
  }
}
img.upper-arrow {
  display: none;
}
img.down-arrow {
  display: inline-block;
}
.container-fluid.witnesses {
  padding: 0 !important;
  /*overflow: hidden; removed */
  -webkit-clip-path: inset(0);
  /* safari*/
  clip-path: inset(0);
  clip: rect(0px, auto, auto, 0px);
  --div-width: 15%;
}
.container-fluid.witnesses .titles-back {
  position: relative;
  margin: 5rem 5% 5rem;
  text-align: left !important;
}
.container-fluid.witnesses .titles-back h2 {
  text-align: center;
  font-family: "freight-display-pro", serif;
  padding-top: 0;
  margin: 0 2% 0 2%;
  font-size: calc(2em + 2vw);
  margin-bottom: 0.5%;
}
.container-fluid.witnesses .titles-back .bread-back {
  font-family: "ibmplex-regular", sans-serif;
  font-size: calc(0.4em + 0.5vw);
}
@media (max-width: 889px) {
  .container-fluid.witnesses .titles-back .bread-back {
    font-size: calc(0.8em + 0.5vw);
  }
}
.container-fluid.witnesses .titles-back .bread-back a {
  text-decoration: underline;
}
.container-fluid.witnesses .port-second.scale {
  position: sticky;
}
.container-fluid.witnesses .port-second.scale .mazol-right {
  padding-top: 20vh;
}
@media (max-width: 1200px) {
  .container-fluid.witnesses .port-second.scale {
    display: none !important;
  }
}
@media (max-width: 1390px) {
  .container-fluid.witnesses .port-second.scale {
    display: none !important;
  }
}
.container-fluid.witnesses .distance {
  height: 20vh;
}
.container-fluid.witnesses img.upper-arrow {
  display: none;
  position: fixed;
  width: calc(11vw * (9 / 16));
  height: auto;
  z-index: 199;
  cursor: pointer;
  bottom: 0;
  right: 0;
}
@media (max-width: 640px) {
  .container-fluid.witnesses img.upper-arrow {
    width: calc(20vw * (9 / 16));
  }
}
.sort {
  padding: 0 20% 2% 20%;
  margin: 2em 0;
  font-family: "ibmplex-regular", sans-serif;
  display: flex;
  alignment-baseline: bottom;
}
@media (max-width: 1390px) {
  .sort {
    padding: 0 10% !important;
  }
}
@media (max-width: 1200px) {
  .sort {
    padding: 0 2% 2% 2% !important;
  }
}
@media (max-width: 640px) {
  .sort {
    display: block !important;
    padding: 2% !important;
  }
}
.sort .check-sort {
  display: table;
  width: 25%;
  height: 2.5em;
}
.sort .check-sort .sort-container {
  display: table-row;
  position: relative;
  box-shadow: 4px 4px 8px 4px #ccc;
  width: 25%;
  height: 2.5em;
}
.sort .check-sort .sort-container .sort-screen {
  display: table-cell;
  position: relative;
  width: 90%;
}
.sort .check-sort .sort-container .sort-screen .sort-selected {
  width: 100%;
  padding-left: 0.5em;
  margin-top: 0.5em;
}
.sort .check-sort .sort-container .sort-screen .sort-list {
  position: absolute;
  display: none;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 4px 4px 8px 4px #ccc;
}
.sort .check-sort .sort-container .sort-screen .sort-list a {
  display: block;
  padding: 0.2em 0.7em 0.2em 0.7em;
  text-align: left;
  text-decoration: none;
  width: 100%;
  color: #232323;
}
.sort .check-sort .sort-container .sort-screen .sort-list a:hover {
  background-color: #ddd;
}
.sort .check-sort .sort-container .sort-screen .sort-list.show {
  display: block;
}
.sort .check-sort .sort-container .sort-button {
  display: table-cell;
  background-image: url('../images/select-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 10%;
}
@media (max-width: 880px) {
  .sort .check-sort {
    width: 50% !important;
  }
  .sort .check-sort .sort-container {
    width: 50% !important;
  }
}
@media (max-width: 880px) and (max-width: 640px) {
  .sort .check-sort {
    width: 100% !important;
  }
  .sort .check-sort .sort-container {
    width: 100% !important;
  }
}
.sort .sort-label {
  position: relative;
  font-size: 1.3em;
  width: 12.5%;
}
@media (max-width: 880px) {
  .sort .sort-label {
    width: 20% !important;
  }
}
@media (max-width: 640px) {
  .sort .sort-label div {
    position: static !important;
    margin-bottom: 0.5em;
  }
}
.sort .sort-label div {
  position: absolute;
  bottom: 0px;
}
.persons-list {
  display: table;
  margin-bottom: 70px;
  width: 100%;
}
@media (max-width: 821px) {
  .persons-list .person-item div.person-photo {
    width: 20%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .persons-list {
    display: block !important;
  }
  .persons-list .person-item {
    display: block !important;
  }
  .persons-list .person-item div {
    display: inline-block !important;
  }
  .persons-list .person-item div.person-photo {
    width: 100px;
  }
}
.person-item {
  margin-top: 1em;
  padding-left: 1em;
}
@media (max-width: 640px) {
  .person-item {
    display: block !important;
    height: fit-content !important;
    padding-bottom: 1em;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1em;
  }
}
.person-item div {
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 640px) {
  .person-item div {
    vertical-align: top !important;
    display: inline-block !important;
    padding-top: 0 !important;
  }
}
.person-item div.person-photo {
  width: var(--div-width);
  position: relative;
}
.person-item div.person-photo .media-label {
  position: absolute;
  right: 65%;
  bottom: 0px;
  padding: 0.7% 6%;
  font-size: 1em;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 640px) {
  .person-item div.person-photo .media-label {
    right: 60%;
  }
}
.person-item div.person-photo img {
  height: 120px;
  width: 120px;
}
@media (max-width: 820px) {
  .person-item div.person-photo img {
    padding: 0 !important;
    width: 130px !important;
    height: 130px !important;
  }
}
@media (max-width: 640px) {
  .person-item div.person-photo img {
    width: calc(25vw * 9 / 16) !important;
    min-width: 100px;
    height: auto !important;
  }
}
@media (max-width: 640px) {
  .person-item div.person-photo {
    padding-right: 0 !important;
  }
}
.person-item br.wrapper {
  display: none;
}
@media (max-width: 640px) {
  .person-item br.wrapper {
    display: block;
  }
}
.person-item div.person-name {
  font-family: FreightDispProSemibold, "freight-display-pro", serif;
  font-weight: bold;
  font-size: calc(0.9em + 0.7vw);
  width: 45%;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  padding-left: 0.5em;
}
@media (max-width: 830px) {
  .person-item div.person-name {
    width: fit-content;
  }
}
@media (max-width: 640px) {
  .person-item div.person-name {
    border-bottom: none !important;
    text-align: left !important;
    width: 100%;
    line-height: calc(1em + 0.9vw);
    font-size: calc(1em + 0.9vw) !important;
    padding-left: 0 !important;
    height: fit-content;
    padding-bottom: 1rem;
  }
}
@media (max-width: 640px) {
  .person-item div.person-name.desk {
    display: none;
  }
}
.person-item div.person-name.mob {
  display: none;
}
@media (max-width: 640px) {
  .person-item div.person-name.mob {
    font-size: calc(1em + 0.7vw);
    display: block;
  }
}
.person-item div.right-site {
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  width: 60vw;
}
@media (max-width: 640px) {
  .person-item div.right-site {
    margin-left: 2.5em;
    display: inline-block !important;
    horiz-align: left !important;
    border-bottom: none !important;
    vertical-align: top !important;
    width: fit-content !important;
  }
}
.person-item div.right-site div.person-time {
  font-size: 1.1em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  text-align: left;
  min-width: 100px;
}
@media (max-width: 640px) {
  .person-item div.right-site div.person-time {
    font-size: calc(0.7em + 0.7vw) !important;
    display: block !important;
    transform: none !important;
  }
}
.person-item div.right-site div.person-time:before {
  content: '';
  background: url('../images/zegarek.svg') no-repeat;
  background-size: contain;
  padding-right: 30px;
  vertical-align: middle;
  /*      background-image: url('../images/zegarek.svg');
              min-height: 20px;
              padding-right: 10px;
              background-position: right bottom;
              background-size: 10px 20px;
              background-repeat: no-repeat;
              width: 20px;
              height: 20px;*/
}
@media (max-width: 640px) {
  .person-item div.right-site div.person-time:before {
    padding-right: 20px !important;
  }
}
.person-item div.right-site div.person-go {
  text-align: right;
  font-size: 1.1em;
  padding-top: 0 !important;
  padding-left: 3em;
  transform: translateX(20%);
}
@media (max-width: 640px) {
  .person-item div.right-site div.person-go {
    font-size: calc(0.7em + 0.7vw) !important;
    display: block !important;
    text-align: left !important;
    float: left !important;
    padding-left: 0 !important;
    transform: translateX(0%) !important;
  }
}
.person-item div.right-site div.person-go a {
  color: #e6391e !important;
  text-decoration: underline;
}
.person-item div.right-site div.person-go:before {
  position: relative;
  content: '';
  background: url('../images/redplay.svg') no-repeat;
  background-size: contain;
  padding-right: 25px;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .person-item div.right-site div.person-go:before {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .person-item div.person-name.desk {
    display: none !important;
  }
}
.person-item div.person-name.mob {
  display: none;
}
@media (max-width: 640px) {
  .person-item div.person-name.mob {
    display: block !important;
  }
}
.person-item.formedia {
  /*  width: 100% !important;
  div.person-name {width: 40% !important;}
*/
}
@media (max-width: 821px) {
  .person-item.formedia div.person-photo {
    width: 20%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .person-item.formedia div.person-photo {
    width: 120px;
    height: fit-content;
  }
}
.person-item.formedia div.right-site {
  width: 60vw;
}
.persons-container,
.media-container {
  width: 100%;
  margin: auto;
}
.persons-container .panel-body,
.media-container .panel-body {
  padding: 0 20%;
  border: 0 !important;
  background-color: #f7eee7 !important;
}
@media (max-width: 1390px) {
  .persons-container .panel-body,
  .media-container .panel-body {
    padding: 0 10% !important;
  }
}
@media (max-width: 1200px) {
  .persons-container .panel-body,
  .media-container .panel-body {
    padding: 0 2% !important;
  }
}
.persons-container .panel-default,
.media-container .panel-default {
  border: 0 !important;
  background-color: #ffffff !important;
  margin: 0 !important;
}
.persons-container .panel-default .controls-panel,
.media-container .panel-default .controls-panel {
  width: 87%;
  text-align: right;
  display: inline-block;
  border-bottom: 1px solid #232323;
  padding-bottom: 2em;
  color: #aaa;
}
.persons-container .panel-default .controls-panel a.down,
.media-container .panel-default .controls-panel a.down {
  display: inline-block;
  position: relative;
  color: #232323;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 2em;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: 1px solid #ffffff;
  background-color: #f7eee7;
  padding: 1.2em 5em;
  cursor: pointer;
}
.persons-container .panel-default .controls-panel a.down:after,
.media-container .panel-default .controls-panel a.down:after {
  content: url('../images/down_arrow.svg');
  position: absolute;
  transform: scale(0.7) translate(110%, -14%);
}
.persons-container .panel-default .controls-panel a.up,
.media-container .panel-default .controls-panel a.up {
  position: relative;
  display: none;
  color: #232323;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 2em;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: 1px solid #f7eee7;
  background-color: #ffffff;
  padding: 1.2em 6em;
  cursor: pointer;
}
.persons-container .panel-default .controls-panel a.up:after,
.media-container .panel-default .controls-panel a.up:after {
  content: url('../images/up_arrow.svg');
  position: absolute;
  transform: scale(0.7) translate(110%, -14%);
}
.persons-container .panel-open,
.media-container .panel-open {
  display: block;
  border: 0 !important;
  background-color: #ffffff !important;
}
.persons-container .panel-open .controls-panel,
.media-container .panel-open .controls-panel {
  border-bottom: 1px solid #f7eee7;
}
.persons-container .panel-open .cnt,
.media-container .panel-open .cnt {
  display: none;
}
.persons-container .panel-open a.down,
.media-container .panel-open a.down {
  display: none !important;
}
.persons-container .panel-open a.up,
.media-container .panel-open a.up {
  display: inline-block !important;
}
.persons-container .panel-collapse > .panel-body,
.media-container .panel-collapse > .panel-body {
  display: table;
  width: 100%;
  border-top: 0;
  padding-bottom: 3em;
}
.persons-container .panel-default > .panel-heading,
.media-container .panel-default > .panel-heading {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  color: #232323;
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #ffffff !important;
  padding: 0 20% !important;
}
@media (max-width: 1390px) {
  .persons-container .panel-default > .panel-heading,
  .media-container .panel-default > .panel-heading {
    padding: 0 10% !important;
  }
}
@media (max-width: 1200px) {
  .persons-container .panel-default > .panel-heading,
  .media-container .panel-default > .panel-heading {
    padding: 0 2% !important;
  }
}
.persons-container .panel-open > .panel-heading,
.media-container .panel-open > .panel-heading {
  background-color: #f7eee7 !important;
}
.persons-container .accordion-toggle,
.media-container .accordion-toggle {
  display: inline-block;
  font-size: 8em;
  color: #232323;
  font-family: "freight-display-pro", serif;
  text-decoration: none;
  coursor: pointer !important;
}
.persons-container .accordion-toggle:hover,
.media-container .accordion-toggle:hover {
  text-decoration: none;
}
.media-container .accordion-toggle {
  font-size: 4em !important;
}
@media (max-width: 640px) {
  .media-container .accordion-toggle {
    font-size: 2em !important;
  }
}
.media-container .panel-default > .panel-heading {
  display: block !important;
}
.media-container .panel-default > .panel-heading .panel-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #232323 !important;
}
.media-container .panel-open > .panel-heading .panel-all {
  border-bottom: 0 !important;
}
.media-container .controls-panel {
  padding-top: 2em;
  border-bottom: 0 !important;
  width: fit-content !important;
}
.media-label {
  position: absolute;
  bottom: 0px;
  padding: 0.7% 6%;
  font-size: 0.13em;
  background-color: #000000;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 640px) {
}
.content-cont.search {
  background-color: #F7EEE7 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  clip: rect(0px, auto, auto, 0px);
}
.content-cont.search .port {
  position: fixed;
  left: 0px;
  transform: scale(0.6) translate(-40%, -12%);
}
@media (max-width: 1390px) {
  .content-cont.search .port {
    display: none;
  }
}
.content-cont.search img.spinning {
  display: none;
  margin: 2em auto;
}
.content-cont.search img.spinning.wait {
  display: block;
}
.content-cont.search .container-fluid.search .form-control.search {
  width: 100% !important;
}
.content-cont.search .contentwrap.search {
  width: 100%;
  min-height: 350px;
  padding-bottom: 4em;
  margin: 0;
}
@media (max-width: 900px) {
  .content-cont.search .contentwrap.search {
    background-image: none !important;
  }
}
.content-cont.search #search {
  display: block;
  width: 100%;
}
.content-cont.search #search input {
  min-width: 80%;
}
.content-cont.search #search .btn-search {
  min-width: 20%;
}
.content-cont.search #search .btn-point-search {
  display: table-row;
}
.content-cont.search #search .btn-point-search .spanning.rotate {
  display: table-cell;
}
.content-cont.search #search h2 {
  text-align: center;
  font-family: "freight-display-pro", serif;
  font-size: calc(1em + 0.8vw);
}
.content-cont.search .searchcomp {
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  margin: auto;
  clear: both;
}
@media (max-width: 1200px) {
  .content-cont.search .searchcomp {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .content-cont.search .searchcomp {
    display: block;
  }
}
.content-cont.search .searchcomp .tbrow {
  display: table-row;
}
.content-cont.search .searchcomp .tbrow h3 {
  display: table-cell;
  font-family: "freight-display-pro", serif;
  font-size: calc(0.8em + 0.8vw);
  width: 100% !important;
  padding: 2em 0 !important;
}
@media (max-width: 640px) {
  .content-cont.search .searchcomp .tbrow h3 {
    margin: 2% 1% 2% 1%;
    font-size: calc(1.2em + 0.9vw);
  }
}
.content-cont.search .searchcomp .tbrow .form-control.search {
  display: table-cell;
  border: 0 !important;
  height: 44px;
  background: #ffffff;
  font-size: 1.2em;
  border-radius: 0;
  margin: 0 !important;
  width: 80% !important;
}
@media (max-width: 768px) {
  .content-cont.search .searchcomp .tbrow .form-control.search {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0;
    height: 50px;
  }
}
.content-cont.search .searchcomp .tbrow .btn-search {
  display: table-cell;
  height: 44px;
}
@media (max-width: 768px) {
  .content-cont.search .searchcomp .tbrow .btn-search {
    display: block !important;
    height: 50px;
    width: 100% !important;
    margin-bottom: 2em;
  }
}
.content-cont.search .searchcomp .tbrow .select-type {
  display: table-cell;
  padding: 2.5em 0 2.5em 0;
  width: 100%;
  margin: auto;
}
.content-cont.search .searchcomp .tbrow .select-type .btn-point-search {
  font-family: "ibmplex-regular" !important;
  line-height: 2em;
  font-size: calc(0.6em + 0.6vw);
  font-weight: normal;
}
.content-cont.search .searchcomp .tbrow .select-type .btn-point-search .circle {
  width: calc(0.6em + 0.6vw);
  height: calc(0.6em + 0.6vw);
}
@media (max-width: 640px) {
  .content-cont.search .searchcomp .tbrow .select-type .btn-point-search {
    line-height: 1.7em;
    font-size: calc(0.9em + 0.8vw);
    margin: auto 3.5em;
  }
  .content-cont.search .searchcomp .tbrow .select-type .btn-point-search .circle {
    width: calc(0.9em + 0.8vw);
    height: calc(0.9em + 0.8vw);
  }
}
.content-cont.search .searchcomp .tbrow .select-type .tot span {
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .content-cont.search .searchcomp .tbrow {
    display: block !important;
  }
}
.content-cont.search .searchcomp input:-webkit-autofill,
.content-cont.search .searchcomp input:-webkit-autofill:hover,
.content-cont.search .searchcomp input:-webkit-autofill:focus,
.content-cont.search .searchcomp textarea:-webkit-autofill,
.content-cont.search .searchcomp textarea:-webkit-autofill:hover,
.content-cont.search .searchcomp textarea:-webkit-autofill:focus,
.content-cont.search .searchcomp select:-webkit-autofill,
.content-cont.search .searchcomp select:-webkit-autofill:hover,
.content-cont.search .searchcomp select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
.content-cont.search .container-fluid.search {
  padding: 0 !important;
  /*overflow: hidden; removed */
  -webkit-clip-path: inset(0);
  /* safari*/
  clip-path: inset(0);
  clip: rect(0px, auto, auto, 0px);
  --div-width: 15%;
}
.content-cont.search .totalAll {
  text-align: center;
  margin: auto;
  width: 90%;
  font-family: "freight-display-pro-bold", serif;
  font-size: calc(0.9em + 0.7vw);
}
@media (max-width: 640px) {
  .content-cont.search .totalAll {
    padding-top: 5%;
    font-size: calc(1.4em + 0.8vw);
  }
}
.content-cont.search .totalAll span {
  text-decoration: underline;
  font-weight: 800;
}
.content-cont.search .panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.content-cont.search .port-second.scale {
  position: sticky;
}
.content-cont.search .port-second.scale .mazol-right {
  padding-top: 20vh;
}
@media (max-width: 1200px) {
  .content-cont.search .port-second.scale {
    display: none !important;
  }
}
@media (max-width: 1390px) {
  .content-cont.search .port-second.scale {
    display: none !important;
  }
}
.content-cont.search .distance {
  height: 20vh;
}
.content-cont.search img.upper-arrow {
  display: none;
  position: fixed;
  width: calc(11vw * (9 / 16));
  height: auto;
  z-index: 199;
  cursor: pointer;
  bottom: 0;
  right: 0;
}
@media (max-width: 640px) {
  .content-cont.search img.upper-arrow {
    width: calc(20vw * (9 / 16));
  }
}
.sort {
  padding: 0 20% 2% 20%;
  margin: 2em 0;
  font-family: "ibmplex-regular", sans-serif;
  display: flex;
  alignment-baseline: bottom;
}
@media (max-width: 1390px) {
  .sort {
    padding: 0 10% !important;
  }
}
@media (max-width: 1200px) {
  .sort {
    padding: 0 2% 2% 2% !important;
  }
}
@media (max-width: 640px) {
  .sort {
    display: block !important;
    padding: 2% !important;
  }
}
.sort .check-sort {
  display: table;
  width: 25%;
  height: 2.5em;
}
.sort .check-sort .sort-container {
  display: table-row;
  position: relative;
  box-shadow: 4px 4px 8px 4px #ccc;
  width: 25%;
  height: 2.5em;
}
.sort .check-sort .sort-container .sort-screen {
  display: table-cell;
  position: relative;
  width: 90%;
}
.sort .check-sort .sort-container .sort-screen .sort-selected {
  width: 100%;
  padding-left: 0.5em;
  margin-top: 0.5em;
}
.sort .check-sort .sort-container .sort-screen .sort-list {
  position: absolute;
  display: none;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 4px 4px 8px 4px #ccc;
}
.sort .check-sort .sort-container .sort-screen .sort-list a {
  display: block;
  padding: 0.2em 0.7em 0.2em 0.7em;
  text-align: left;
  text-decoration: none;
  width: 100%;
  color: #232323;
}
.sort .check-sort .sort-container .sort-screen .sort-list a:hover {
  background-color: #ddd;
}
.sort .check-sort .sort-container .sort-screen .sort-list.show {
  display: block;
}
.sort .check-sort .sort-container .sort-button {
  display: table-cell;
  background-image: url('../images/select-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 10%;
}
@media (max-width: 880px) {
  .sort .check-sort {
    width: 50% !important;
  }
  .sort .check-sort .sort-container {
    width: 50% !important;
  }
}
@media (max-width: 880px) and (max-width: 640px) {
  .sort .check-sort {
    width: 100% !important;
  }
  .sort .check-sort .sort-container {
    width: 100% !important;
  }
}
.sort .sort-label {
  position: relative;
  font-size: 1.3em;
  width: 12.5%;
}
@media (max-width: 880px) {
  .sort .sort-label {
    width: 20% !important;
  }
}
@media (max-width: 640px) {
  .sort .sort-label div {
    position: static !important;
    margin-bottom: 0.5em;
  }
}
.sort .sort-label div {
  position: absolute;
  bottom: 0px;
}
.persons-list {
  display: table;
  margin-bottom: 70px;
  width: 100%;
}
@media (max-width: 821px) {
  .persons-list .person-item div.person-photo {
    width: 20%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .persons-list {
    display: block !important;
  }
  .persons-list .person-item {
    display: block !important;
  }
  .persons-list .person-item div {
    display: inline-block !important;
  }
  .persons-list .person-item div.person-photo {
    width: 100px;
  }
}
@media (max-width: 1200px) {
  .panel-group {
    width: 90% !important;
    margin: auto !important;
  }
}
.table-contener {
  display: table;
  margin-top: 2em !important;
}
.table-contener .search-item {
  display: table-row;
  margin-top: 1em;
  padding-left: 1em;
  height: 6em;
}
@media (max-width: 640px) {
  .table-contener .search-item {
    display: block !important;
    height: fit-content !important;
    padding-bottom: 1em;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1em;
  }
}
.table-contener .search-item div {
  display: block;
  vertical-align: bottom;
}
@media (max-width: 640px) {
  .table-contener .search-item div {
    vertical-align: top !important;
    display: inline-block !important;
    padding-top: 0 !important;
  }
}
.table-contener .search-item div.person-photo {
  width: var(--div-width);
  position: relative;
}
.table-contener .search-item div.person-photo .media-label {
  position: absolute;
  right: 65%;
  bottom: 0px;
  padding: 0.7% 6%;
  font-size: 1em;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 640px) {
  .table-contener .search-item div.person-photo .media-label {
    right: 60%;
  }
}
.table-contener .search-item div.person-photo img {
  height: 120px;
  width: 120px;
}
@media (max-width: 820px) {
  .table-contener .search-item div.person-photo img {
    padding: 0 !important;
    width: 130px !important;
    height: 130px !important;
  }
}
@media (max-width: 640px) {
  .table-contener .search-item div.person-photo img {
    width: calc(25vw * 9 / 16) !important;
    min-width: 100px;
    height: auto !important;
  }
}
@media (max-width: 640px) {
  .table-contener .search-item div.person-photo {
    padding-right: 0 !important;
  }
}
.table-contener .search-item br.wrapper {
  display: none;
}
@media (max-width: 640px) {
  .table-contener .search-item br.wrapper {
    display: block;
  }
}
.table-contener .search-item div.person-name {
  font-family: FreightDispProSemibold, "freight-display-pro", serif;
  font-weight: bold;
  font-size: calc(0.9em + 0.7vw);
  width: 45%;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  padding-left: 0.5em;
}
@media (max-width: 830px) {
  .table-contener .search-item div.person-name {
    width: fit-content;
  }
}
@media (max-width: 640px) {
  .table-contener .search-item div.person-name {
    border-bottom: none !important;
    text-align: left !important;
    width: 100%;
    line-height: calc(1em + 0.9vw);
    font-size: calc(1em + 0.9vw) !important;
    padding-left: 0 !important;
    height: fit-content;
    padding-bottom: 1rem;
  }
}
@media (max-width: 640px) {
  .table-contener .search-item div.person-name.desk {
    display: none;
  }
}
.table-contener .search-item div.person-name.mob {
  display: none;
}
@media (max-width: 640px) {
  .table-contener .search-item div.person-name.mob {
    font-size: calc(1em + 0.7vw);
    display: block;
  }
}
.table-contener .search-item div.right-site {
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  width: 60vw;
}
@media (max-width: 640px) {
  .table-contener .search-item div.right-site {
    margin-left: 2.5em;
    display: inline-block !important;
    horiz-align: left !important;
    border-bottom: none !important;
    vertical-align: top !important;
    width: fit-content !important;
  }
}
.table-contener .search-item div.right-site div.person-time {
  font-size: 1.1em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  text-align: left;
  min-width: 100px;
}
@media (max-width: 640px) {
  .table-contener .search-item div.right-site div.person-time {
    font-size: calc(0.7em + 0.7vw) !important;
    display: block !important;
    transform: none !important;
  }
}
.table-contener .search-item div.right-site div.person-time:before {
  content: '';
  background: url('../images/zegarek.svg') no-repeat;
  background-size: contain;
  padding-right: 30px;
  vertical-align: middle;
  /*      background-image: url('../images/zegarek.svg');
                min-height: 20px;
                padding-right: 10px;
                background-position: right bottom;
                background-size: 10px 20px;
                background-repeat: no-repeat;
                width: 20px;
                height: 20px;*/
}
@media (max-width: 640px) {
  .table-contener .search-item div.right-site div.person-time:before {
    padding-right: 20px !important;
  }
}
.table-contener .search-item div.right-site div.person-go {
  text-align: right;
  font-size: 1.1em;
  padding-top: 0 !important;
  padding-left: 3em;
  transform: translateX(20%);
}
@media (max-width: 640px) {
  .table-contener .search-item div.right-site div.person-go {
    font-size: calc(0.7em + 0.7vw) !important;
    display: block !important;
    text-align: left !important;
    float: left !important;
    padding-left: 0 !important;
    transform: translateX(0%) !important;
  }
}
.table-contener .search-item div.right-site div.person-go a {
  color: #e6391e !important;
  text-decoration: underline;
}
.table-contener .search-item div.right-site div.person-go:before {
  position: relative;
  content: '';
  background: url('../images/redplay.svg') no-repeat;
  background-size: contain;
  padding-right: 25px;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .table-contener .search-item div.right-site div.person-go:before {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .table-contener .search-item div.person-name.desk {
    display: none !important;
  }
}
.table-contener .search-item div.person-name.mob {
  display: none;
}
@media (max-width: 640px) {
  .table-contener .search-item div.person-name.mob {
    display: block !important;
  }
}
.table-contener .fragment-time {
  display: table-cell;
  vertical-align: top;
  font-size: calc(0.6em + 0.6vw);
  width: 110px;
  padding-right: 20px !important;
}
.table-contener .fragment-time:before {
  content: '';
  background: url(../images/zegarek-red.svg) no-repeat;
  background-size: contain;
  padding-right: 2em;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .table-contener .fragment-time {
    margin-top: 1em;
    display: block !important;
    text-align: right;
    width: 100%;
    padding-right: 7.5%;
    font-size: 1em;
  }
  .table-contener .fragment-time:before {
    background: url(../images/zegarek.svg) no-repeat;
    background-size: contain;
    padding-right: 1.5em;
    /*        width: 2em !important;
                height: auto !important;
                padding-right: 5px;
                font-size: 1em;*/
  }
}
.table-contener a.listen {
  color: #E6391E;
  display: table-cell;
  text-align: right;
  padding: 0 1em;
  font-size: calc(0.6em + 0.5vw);
  text-decoration: underline !important;
}
@media (max-width: 640px) {
  .table-contener a.listen {
    padding-top: 1em;
    display: block !important;
    width: 100%;
    font-size: 1em;
  }
  .table-contener a.listen:before {
    position: relative;
    content: '';
    background: url(../images/redplay.svg) no-repeat;
    background-size: contain;
    padding-right: 1em;
    vertical-align: middle;
  }
}
.table-contener .highlights {
  vertical-align: top;
  display: table-cell;
  text-align: left;
}
.table-contener .highlights.desktop {
  width: 75%;
}
@media (max-width: 640px) {
  .table-contener .highlights.desktop {
    display: none !important;
  }
}
.table-contener .highlights.mobile {
  display: none;
}
@media (max-width: 640px) {
  .table-contener .highlights.mobile {
    display: block;
    width: 100%;
  }
}
.person-item.formedia {
  /*  width: 100% !important;
    div.person-name {width: 40% !important;}
  */
}
@media (max-width: 821px) {
  .person-item.formedia div.person-photo {
    width: 20%;
    height: auto;
  }
}
@media (max-width: 640px) {
  .person-item.formedia div.person-photo {
    width: 120px;
    height: fit-content;
  }
}
.person-item.formedia div.right-site {
  width: 60vw;
}
.search-container {
  width: 100%;
  margin: 5em auto 0 auto;
  background-color: #ffffff;
}
.search-container .panel-body {
  padding: 0 20%;
  border: 0 !important;
  background-color: #ffffff !important;
}
@media (max-width: 1390px) {
  .search-container .panel-body {
    padding: 0 15% !important;
  }
}
@media (max-width: 1200px) {
  .search-container .panel-body {
    padding: 0 5% !important;
  }
}
.search-container .panel-default {
  border: 0 !important;
  background-color: #ffffff !important;
  margin: 0 0 1em 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search-container .panel-default .controls-panel {
  width: 87%;
  text-align: right;
  display: inline-block;
  border-bottom: 1px solid #232323;
  padding-bottom: 2em;
  color: #aaa;
}
.search-container .panel-default .controls-panel .cnt.search {
  font-size: calc(0.5em + 0.5vw) !important;
  text-align: left;
}
.search-container .panel-default .controls-panel .cnt.search span {
  font-family: serif;
  font-weight: 800;
}
.search-container .panel-default .controls-panel .search-name {
  font-family: FreightDispProSemibold, "freight-display-pro", serif;
  font-weight: bold;
  font-size: calc(0.9em + 0.7vw);
  color: #222;
  float: left;
  margin-left: 1em;
}
.search-container .panel-default .controls-panel a.down {
  display: inline-block;
  position: relative;
  color: #232323;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 2em;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: 1px solid #ffffff;
  background-color: #f7eee7;
  padding: 1.2em 5em;
  cursor: pointer;
}
.search-container .panel-default .controls-panel a.down:after {
  content: url('../images/down_arrow.svg');
  position: absolute;
  transform: scale(0.7) translate(110%, -14%);
}
.search-container .panel-default .controls-panel a.up {
  position: relative;
  display: none;
  color: #232323;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 2em;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border: 1px solid #ffffff;
  background-color: #f7eee7;
  padding: 1.2em 6em;
  cursor: pointer;
}
.search-container .panel-default .controls-panel a.up:after {
  content: url('../images/up_arrow.svg');
  position: absolute;
  transform: scale(0.7) translate(110%, -14%);
}
.search-container .panel-open {
  display: block;
  border: 0 !important;
  background-color: #ffffff !important;
}
.search-container .panel-open .controls-panel {
  border-bottom: 1px solid #ffffff !important;
}
.search-container .panel-open .cnt {
  display: none;
}
.search-container .panel-open a.down {
  display: none !important;
}
.search-container .panel-open a.up {
  display: inline-block !important;
}
.search-container .panel-collapse > .panel-body {
  display: table;
  width: 100%;
  border-top: 0;
  padding-bottom: 3em;
}
@media (min-width: 1200px) {
  .search-container .panel-body.photos {
    padding: 0 17% !important;
  }
}
.search-container .panel-default > .panel-heading {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  color: #232323;
  border: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #ffffff !important;
  padding: 0 17% !important;
}
@media (max-width: 1390px) {
  .search-container .panel-default > .panel-heading {
    padding: 0 10% !important;
  }
}
@media (max-width: 1200px) {
  .search-container .panel-default > .panel-heading {
    padding: 0 2% !important;
  }
}
.search-container .accordion-toggle {
  display: inline-block;
  font-size: 8em;
  color: #232323;
  font-family: "freight-display-pro", serif;
  text-decoration: none;
  coursor: pointer !important;
}
.search-container .accordion-toggle:hover {
  text-decoration: none;
}
.blink {
  animation: blink-animation 2s steps(5, start) infinite;
  -webkit-animation: blink-animation 2s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.transc {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  color: #222222;
}
@media (max-width: 422px) {
  .transc {
    font-size: clamp(14px, 1.2vw, 18px);
  }
}
.rotate {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.photo-slide {
  display: none;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: 2000;
  top: 0;
  left: 0;
  padding: 4em;
  background-color: #0a0a0a;
}
@media (max-width: 639px) {
  .photo-slide {
    padding: 0;
  }
}
.photo-slide .close {
  position: relative;
  top: 0px;
  right: 0px;
}
.photo-slide .photo-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: 90%;
}
.photo-slide .photo-wrap .back,
.photo-slide .photo-wrap .next {
  color: #ffffff;
}
.photo-slide .photo-wrap .photo-place {
  width: auto;
}
.photo-slide .photo-wrap .photo-place img.photo {
  height: 90%;
  width: auto;
}
.photo-slide.show {
  display: block;
}
.crop {
  clip: rect(0px, auto, auto, 0px);
}
.slide-record-gallery-search {
  padding-top: 3em !important;
}
.slide-record-gallery-search .photoswipe-gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
}
.slide-record-gallery-search .photoswipe-gallery figure {
  width: 23% !important;
  max-height: calc(17vh * (16 / 9));
  overflow: hidden;
  border-radius: 0 !important;
  margin: 0 1% 1.5% 1% !important;
}
/*@font-face {
  font-family:"freight-display-pro";
  src:url("https://use.typekit.net/af/5b2861/000000000000000077359fad/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/5b2861/000000000000000077359fad/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/5b2861/000000000000000077359fad/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:600;
}*/
@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/5b2861/000000000000000077359fad/30/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/5b2861/000000000000000077359fad/30/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/5b2861/000000000000000077359fad/30/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "freight-display-pro";
  src: url("https://use.typekit.net/af/6112b4/000000000000000077359fb0/30/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/6112b4/000000000000000077359fb0/30/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/6112b4/000000000000000077359fb0/30/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
.tk-freight-display-pro {
  font-family: "freight-display-pro", serif;
}
@font-face {
  font-family: 'Sentinel-Black';
  src: url('../webfonts/sentinel/sentinel-black.eot');
  src: url('../webfonts/sentinel/sentinel-black.eot?#iefix') format('embedded-opentype'), url('../webfonts/sentinel/sentinel-black.woff') format('woff'), url('../webfonts/sentinel/sentinel-black.ttf') format('truetype'), url('../webfonts/sentinel/sentinel-black.otf') format('opentype'), url('../webfonts/sentinel/sentinel-black.svg#adventbold3') format('svg');
}
@font-face {
  font-family: 'Sentinel-BlackItalic';
  src: url('../webfonts/sentinel/sentinel-blackItalic.eot');
  src: url('../webfonts/sentinel/sentinel-blackItalic.eot?#iefix') format('embedded-opentype'), url('../webfonts/sentinel/sentinel-blackItalic.woff') format('woff'), url('../webfonts/sentinel/sentinel-blackItalic.ttf') format('truetype'), url('../webfonts/sentinel/sentinel-blackItalic.otf') format('opentype'), url('../webfonts/sentinel/sentinel-blackItalic.svg#adventbold3') format('svg');
}
@font-face {
  font-family: 'Sentinel-Bold';
  src: url('../webfonts/sentinel/sentinel-bold.eot');
  src: url('../webfonts/sentinel/sentinel-bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/sentinel/sentinel-bold.woff') format('woff'), url('../webfonts/sentinel/sentinel-bold.ttf') format('truetype'), url('../webfonts/sentinel/sentinel-bold.otf') format('opentype'), url('../webfonts/sentinel/sentinel-bold.svg#adventbold3') format('svg');
}
@font-face {
  font-family: 'Sentinel-Medium';
  src: url('../webfonts/sentinel/sentinel-medium.eot');
  src: url('../webfonts/sentinel/sentinel-medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/sentinel/sentinel-medium.woff') format('woff'), url('../webfonts/sentinel/sentinel-medium.ttf') format('truetype'), url('../webfonts/sentinel/sentinel-medium.otf') format('opentype'), url('../webfonts/sentinel/sentinel-medium.svg#adventbold3') format('svg');
}
@font-face {
  font-family: 'Sentinel-Book';
  src: url('../webfonts/sentinel/sentinel-book.eot');
  src: url('../webfonts/sentinel/sentinel-book.eot?#iefix') format('embedded-opentype'), url('../webfonts/sentinel/sentinel-book.woff') format('woff'), url('../webfonts/sentinel/sentinel-book.ttf') format('truetype'), url('../webfonts/sentinel/sentinel-book.otf') format('opentype'), url('../webfonts/sentinel/sentinel-book.svg#adventbold3') format('svg');
}
@font-face {
  font-family: 'GothamSSm-Book';
  src: url('../webfonts/gothamssm/GothamSSm-Book.eot');
  src: url('../webfonts/gothamssm/GothamSSm-Book.eot?#iefix') format('embedded-opentype'), url('../webfonts/gothamssm/GothamSSm-Book.woff') format('woff'), url('../webfonts/gothamssm/GothamSSm-Book.ttf') format('truetype'), url('../webfonts/gothamssm/GothamSSm-Book.otf') format('opentype'), url('../webfonts/gothamssm/GothamSSm-Book.svg#adventbold3') format('svg');
}
@font-face {
  font-family: 'GothamSSm-Light';
  src: url('../webfonts/gothamssm/GothamSSm-Light.eot');
  src: url('../webfonts/gothamssm/GothamSSm-Light.eot?#iefix') format('embedded-opentype'), url('../webfonts/gothamssm/GothamSSm-Light.woff') format('woff'), url('../webfonts/gothamssm/GothamSSm-Light.ttf') format('truetype'), url('../webfonts/gothamssm/GothamSSm-Light.otf') format('opentype'), url('../webfonts/gothamssm/GothamSSm-Light.svg#adventbold3') format('svg');
}
@font-face {
  font-family: 'GothamSSm-Medium';
  src: url('../webfonts/gothamssm/GothamSSm-Medium.eot');
  src: url('../webfonts/gothamssm/GothamSSm-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/gothamssm/GothamSSm-Medium.woff') format('woff'), url('../webfonts/gothamssm/GothamSSm-Medium.ttf') format('truetype'), url('../webfonts/gothamssm/GothamSSm-Medium.otf') format('opentype'), url('../webfonts/gothamssm/GothamSSm-Medium.svg#adventbold3') format('svg');
}
@font-face {
  font-family: 'ibmplex-semi-bold';
  src: url('../webfonts/ibmp/IBMPlexSans-SemiBold.eot');
  src: url('../webfonts/ibmp/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../webfonts/ibmp/IBMPlexSans-SemiBold.ttf') format('truetype'), url('../webfonts/ibmp/IBMPlexSans-SemiBold.woff') format('woff'), url('../webfonts/ibmp/IBMPlexSans-SemiBold.otf') format('otf');
}
@font-face {
  font-family: 'ibmplex-regular';
  src: url('../webfonts/ibmp/IBMPlexSans-Regular.eot');
  src: url('../webfonts/ibmp/IBMPlexSans-Regular.eot?#iefix') format('embedded-opentype'), url('../webfonts/ibmp/IBMPlexSans-Regular.ttf') format('truetype'), url('../webfonts/ibmp/IBMPlexSans-Regular.woff') format('woff'), url('../webfonts/ibmp/IBMPlexSans-Regular.otf') format('otf');
}
.ibmplexsemibold {
  font-family: "ibmplex-semi-bold", sans-serif;
}
.ibmplex {
  font-family: "ibmplex-regular", sans-serif;
}
html {
  min-height: 100%;
  /* make sure it is at least as tall as the viewport */
  position: relative;
}
body {
  height: 100%;
  /* force the BODY element to match the height of the HTML element */
  background: #ffffff;
}
body#body {
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  /*  h2.section-title{
    .Sentinel_Black();
    font-size: 2.3rem;
    text-transform: uppercase;
  }*/
}
body#body .bread-back li a::before {
  content: '←';
  float: left;
  font-family: "ibmplex-regular", sans-serif;
  margin-left: 0.3em;
  font-size: 1.1em;
  display: inline-block;
}
body#body .bread-back li a.reverse::after {
  content: "→";
  float: right;
  font-family: "ibmplex-regular", sans-serif;
  margin-left: 0.3em;
  font-size: 1em;
  display: block;
}
body#body .bread-back li a.reverse.last::after {
  display: none;
}
body#body .bread-back li a.reverse::before {
  display: none;
}
body#body .bread-back {
  list-style: none;
  margin: 0;
  padding: 0;
}
body#body .bread-back a {
  color: #000000;
}
body#body.menuopen {
  overflow: hidden;
}
@media (max-width: 767px) {
  body#body {
    width: auto;
  }
}
body#body img.sepia-image {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}
body#body h2.section-title {
  text-align: center;
  font-family: "freight-display-pro", serif;
  padding-top: 0;
  margin: 0 2% 0 2%;
  font-size: calc(2em + 2vw);
  margin-bottom: 0.5%;
}
body#body h2.section-title-bigger {
  font-family: "freight-display-pro", serif;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 3em;
}
body#body h3.section-title-h3 {
  font-family: "freight-display-pro", serif;
  font-size: 2.8rem;
  text-align: center;
  margin: 1em auto;
}
body#body h3.section-title-h3-bigger {
  font-family: "freight-display-pro", serif;
  font-size: 2.7rem;
}
.main-contener {
  border: 12px solid #e6391e;
}
@media (max-width: 900px) {
  .main-contener {
    border: 0;
    padding: 0px 0px 0px 0px;
  }
}
.main-contener.record {
  border: 12px solid #e6391e;
  background-image: url(../images/elipsa_ecru.svg);
  background-repeat: no-repeat;
  background-size: 30vw;
  background-position: 1vw -15vw;
}
@media (max-width: 900px) {
  .main-contener.record {
    border: 0;
    background-image: none !important;
    padding: 0px 0px 0px 0px;
  }
}
.content-cont {
  min-height: 70vh;
  margin-top: 24px;
}
.content-cont.record {
  min-height: 40vh;
  margin-top: 24px;
}
.log-key-btn {
  position: relative;
}
.log-key-btn .cloud-login-content {
  position: absolute;
  top: 120px;
  right: 0;
  background: #EEE5DD;
  width: 550px;
  border: 1px solid #000;
  z-index: 55;
  padding: 24px 24px 24px 0;
}
header.top .col-right-mobile .sandwitch {
  position: relative;
  width: 80px;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}
header.top .col-right-mobile .sandwitch .line {
  height: 2px;
  background: #000;
  margin-top: 12px;
}
header.top .col-right-mobile .sandwitch .line:first-child {
  margin-top: 0;
}
header.top .col-right-mobile .sandwitch a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
header.top .menu-box.showabsolute {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #232323;
  z-index: 11;
}
header.top .menu-box.showabsolute .close-x {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 12;
  height: 60px;
  width: 60px;
  overflow: hidden;
}
header.top .menu-box.showabsolute .close-x a.close-click {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 13;
}
header.top .menu-box.showabsolute ul.menu {
  margin-top: 10px;
}
header.top .menu-box.showabsolute ul.menu li {
  float: none;
  display: block;
  border-top: none;
  border-bottom: 2px solid #eee5dd;
  width: 50%;
}
header.top .menu-box.showabsolute ul.menu li a {
  color: #eee5dd;
  padding: 15px;
}
header.top .menu-box.showabsolute ul.menu li:last-child {
  border-top: none;
  border-bottom: none;
}
header.top .menu-box.showabsolute ul.menu li.bull {
  display: none;
}
header.top .menu-box.showabsolute .log-key-btn {
  float: none;
  width: 100px;
  height: 60px;
  background: url("../images/zaloguj.svg") center no-repeat;
  background-size: contain;
}
header.top .menu-box.showabsolute .log-key-btn img {
  margin-left: 10px;
}
header.top .menu-box.showabsolute .log-key-btn a {
  position: absolute;
  left: 0;
  top: 10%;
  text-align: center;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 800;
  color: #eee5dd;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}
.regcustomerend {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(238, 229, 221, 0.8);
  z-index: 2;
  text-align: center;
}
.regcustomerend .alert {
  margin-top: 20%;
}
.col-info-verify {
  text-align: center;
  padding-top: 20%;
}
.btn-full-length {
  width: 100%;
}
.alphaHide {
  opacity: 0;
}
.alphaShow {
  opacity: 1;
  transition: 700ms opacity;
  -webkit-transition: 700ms opacity;
  -moz-transition: 700ms opacity;
  -ms-transition: 700ms opacity;
  -o-transition: 700ms opacity;
}
.wrapper {
  border: 7px solid #E9360B;
  min-height: 100vh;
}
@media (max-width: 1199px) {
  .row.row-first-news {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .row.row-first-news {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.row.row-first-news .image-view {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.row.row-first-news .left-col {
  position: relative;
  overflow: hidden;
  float: left;
  width: 66.66666667%;
  margin-left: 0%;
}
@media (min-width: 1200px) {
  .row.row-first-news .left-col {
    min-height: 570px;
  }
}
@media (max-width: 1670px) and (min-width: 1601px) {
  .row.row-first-news .left-col {
    float: left;
    width: 66.66666667%;
    margin-left: 0%;
    min-height: 560px;
  }
}
@media (max-width: 1600px) {
  .row.row-first-news .left-col {
    float: left;
    width: 62.5%;
    margin-left: 0%;
  }
}
@media (max-width: 1350px) {
  .row.row-first-news .left-col {
    float: left;
    width: 51.66666667%;
    margin-left: 0%;
  }
}
@media (max-width: 1250px) {
  .row.row-first-news .left-col {
    float: left;
    width: 56.66666667%;
    margin-left: 0%;
  }
}
@media (max-width: 1220px) {
  .row.row-first-news .left-col {
    float: left;
    width: 56.66666667%;
    margin-left: 0%;
  }
}
@media (max-width: 1199px) {
  .row.row-first-news .left-col {
    display: none;
  }
}
.row.row-first-news .left-col img {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}
.row.row-first-news .right-col {
  float: left;
  width: 33.33333333%;
  margin-left: 0%;
}
@media (max-width: 1670px) and (min-width: 1601px) {
  .row.row-first-news .right-col {
    float: left;
    width: 33.33333333%;
    margin-left: 0%;
  }
}
@media (max-width: 1600px) {
  .row.row-first-news .right-col {
    float: left;
    width: 37.5%;
    margin-left: 0%;
  }
}
@media (max-width: 1350px) {
  .row.row-first-news .right-col {
    float: left;
    width: 48.33333333%;
    margin-left: 0%;
  }
}
@media (max-width: 1250px) {
  .row.row-first-news .right-col {
    float: left;
    width: 43.33333333%;
    margin-left: 0%;
  }
}
@media (max-width: 1220px) {
  .row.row-first-news .right-col {
    float: left;
    width: 43.33333333%;
    margin-left: 0%;
  }
}
@media (max-width: 1199px) {
  .row.row-first-news .right-col {
    float: left;
    width: 100%;
    margin-left: 0%;
    position: relative;
  }
}
.row.row-first-news .right-col .inside {
  margin-left: 24px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
}
@media (max-width: 1650px) and (min-width: 1200px) {
  .row.row-first-news .right-col .inside {
    font-size: 1.8rem;
    min-height: 540px;
  }
}
@media (max-width: 1600px) and (min-width: 1200px) {
  .row.row-first-news .right-col .inside {
    min-height: 480px;
  }
}
@media (max-width: 1560px) and (min-width: 1200px) {
  .row.row-first-news .right-col .inside {
    min-height: 450px;
    font-size: 1.7rem;
  }
}
@media (max-width: 1450px) and (min-width: 1200px) {
  .row.row-first-news .right-col .inside {
    font-size: 1.65rem;
    min-height: 450px;
  }
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .row.row-first-news .right-col .inside {
    font-size: 1.9rem;
    min-height: 380px;
  }
}
@media (max-width: 1250px) and (min-width: 1200px) {
  .row.row-first-news .right-col .inside {
    font-size: 1.7rem;
    min-height: 340px;
  }
}
@media (max-width: 1220px) and (min-width: 1200px) {
  .row.row-first-news .right-col .inside {
    font-size: 1.6rem;
    min-height: 310px;
  }
}
@media (max-width: 1199px) {
  .row.row-first-news .right-col .inside {
    margin-left: 0px;
    margin-right: 24px;
    height: auto;
    position: static;
  }
}
@media (max-width: 767px) {
  .row.row-first-news .right-col .inside {
    margin-left: 24px;
  }
}
.row.row-first-news .right-col .inside-about {
  position: relative;
}
.row.row-first-news .right-col .inside-about p {
  margin: 0 0 20px;
}
@media (max-width: 1350px) {
  .row.row-first-news .right-col .inside-about p {
    margin: 0 0 8px;
  }
}
@media (max-width: 1250px) {
  .row.row-first-news .right-col .inside-about p {
    margin: 0 0 8px;
  }
}
.row.row-first-news .right-col .inside-about #about-home-content {
  position: relative;
  font-weight: 300;
  text-align: left;
}
.row.row-first-news .right-col .inside-about div.circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .row.row-first-news .right-col .inside-about div.circle {
    background: url("../images/circle.gif") center center no-repeat;
    background-size: contain;
  }
}
.row.row-first-news .right-col .inside-about div.circle img {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .row.row-first-news .right-col .inside-about div.circle img {
    display: none;
  }
}
.row.row-first-news .right-col .inside-about div.content-about {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .row.row-first-news .right-col .inside-about div.content-about {
    position: relative;
    background-size: contain;
  }
}
@media (max-width: 767px) {
}
.row-arts .more-width {
  float: left;
  width: 53.16666667%;
  margin-right: 1.83333333%;
}
@media (max-width: 991px) {
  .row-arts .more-width {
    float: right;
    width: 100%;
    margin-right: 0%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .row-arts .more-width {
    float: none;
    width: 91.66666667%;
    margin-left: 0%;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
  }
}
.row-arts .less-width {
  float: right;
  width: 45%;
  margin-right: 0%;
  padding-top: 24px;
}
@media (max-width: 1199px) {
  .row-arts .less-width {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .row-arts .art-content.first-art {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.row-arts .col-art {
  float: left;
  width: 100%;
  margin-left: 0%;
}
@media (max-width: 767px) {
  .row-arts .col-art {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.row-arts .col-art .content {
  padding: 2%;
}
.row-arts .fade {
  opacity: 1;
  transition: 1s linear all;
  -webkit-transition: 1s linear all;
}
.row-arts .fade.ng-enter {
  opacity: 0;
}
.row-arts .fade.ng-enter.ng-enter-active {
  opacity: 1;
}
.row-arts .art-content {
  background: #232323;
  color: #FFF;
  padding: 0;
  margin-bottom: 24px;
  min-height: 220px;
  font-size: 1.7rem;
  word-wrap: break-word;
}
.row-arts .art-content .intro-content a {
  color: #FFF;
  text-decoration: underline;
}
.row-arts .art-content .text-art-content {
  padding: 24px;
}
@media (max-width: 500px) {
  .row-arts .art-content .text-art-content {
    padding: 24px;
  }
}
.row-arts .art-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}
.row-arts .art-content h3 a {
  color: #FFF;
}
.row-arts .art-content h3 a:hover {
  color: #E9360B;
  text-decoration: none;
}
.row-arts .art-content .short-line {
  margin-bottom: 10px;
}
.row-arts .art-content .short-line .line-inside {
  display: block;
  width: 20%;
  height: 1px;
  background: #FFF;
}
.row-arts .art-content span.art-publish-date {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  display: block;
}
.row-arts .art-content .intro-content {
  margin-top: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 300;
}
.row-arts .art-content .more-link {
  margin-top: 15px;
}
.row-arts .art-content .more-link a {
  font-family: "Sentinel A", "Sentinel B";
  font-style: italic;
  font-weight: 800;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.row-arts .art-content .more-link a:hover {
  color: #E9360B;
  text-decoration: none;
}
.last-records {
  padding-left: 22px;
}
.last-records .record-list-el {
  position: relative;
}
.last-records .col-left-icon {
  padding-top: 10px;
  position: static;
}
@media (min-width: 992px) {
  .last-records .col-left-icon img.svg-icon {
    position: absolute;
    width: 36px;
  }
}
.last-records hr.kreska {
  margin: 5% 0 2% 0;
  border: 0;
  width: 40%;
  height: 1px;
  background: #232323;
}
.last-records h2.record-title {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 800;
  font-size: 1.7rem;
}
.last-records h2.record-title a {
  color: #232323;
}
.last-records h2.record-title a:hover {
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 991px) {
  .row.row-content-home > div:first-child {
    float: none;
  }
  .row.row-content-home > div:last-child {
    float: none;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .row.row-content-home {
    margin-left: 0;
    margin-right: 0;
  }
}
.row-art-view .art-content {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
}
/*
.show-all-interv{
  cursor: pointer;
}


.alphabet-list{

  padding-left: 0;

  li{

    a{
      font-size: 2.6rem;
      color: #232323;
      .GothamSSm_Light();
      &:hover{
        text-decoration: none;
      }
    }

    a:focus{
      text-decoration: none;
      color: #E9360B;
    }


    a.a-letter.active{
      color: #E9360B;
    }

    a.a-letter{

      position: relative;



      span.point{
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: -12px;
        text-decoration: none;
      }

    }

  }

}

.interviewees-row{

  text-align: center;
  margin-left: 0;
  margin-right: 0;

  .col-interviewee{
    margin-bottom: 24px;
  }


  @media(min-width: 1200px){

    .col-interviewee{

      .cols-margin-right(4,16.9,0.3);
      //margin-right: 1.7%;

    }

    .col-interviewee:nth-child(4n+4){
      .cols-margin-right(4,16.9,0);
      //margin-right: 0;
    }



  }




  @media(min-width: 992px) and (max-width: 1199px){

    .col-interviewee{

      .cols-margin-right(5,15.8,0.4);


    }

    .col-interviewee:nth-child(3n){
      .cols-margin-right(5,15.8,0);
      margin-right: 0;
    }

  }


  @media(min-width: 768px) and (max-width: 991px){

    .col-interviewee{

      .cols-margin-right(5,10.2,0.2);

    }

    .col-interviewee:nth-child(2n){
      .cols-margin-right(5,10.2,0.2);
      margin-right: 0;
    }

  }


  @media(max-width: 767px){

    .col-interviewee{
      .cols(12,12,0);
    }

  }




  .interviewee-content{

    position: relative;
    overflow: hidden;
    //height: 230px; //180px;

    @media(min-width: 1350px) and (max-width: 1450px){
      //height: 180px; //160px;
    }

    @media(min-width: 1200px) and (max-width: 1349px){
      //height: 170px; //140px;
    }

    @media(min-width: 992px) and (max-width: 1090px){
      //height: 170px;
    }

    @media(min-width: 768px) and (max-width: 991px){
      //height: 200px;
    }

    @media(max-width: 767px){
      //height: 250px;
    }
    @media(max-width: 480px){
      //height: 220px;
    }


    .loading{
      z-index: -1;
    }

    .svg-icon{
      position: absolute;
      left: 12px;
      bottom:28%;
      width: 45px;
      z-index: 3;
    }
  }

  h2.interviewee-title{
    margin: 7px 0 0 0;
    .Sentinel_Black();
    font-size: 1.8rem;
    color: #232323;
    text-align: left;

    a{
      color: #232323;
      &:hover{
        color: #e6391e;
        text-decoration: none;
      }
    }

  }

  h3.interviewee-title{
    margin: 7px 0 0 0;
    .Sentinel_Black();
    font-size: 1.8rem;
    color: #232323;
    text-align: left;

    a{
      color: #232323;
      &:hover{
        color: #FFF;
        text-decoration: none;
      }
    }

  }

}



//Gallery in news

.row.title-gallery{
  h2{
    padding-left: 20px;
  }
}


.col-art-gallery {

  figure {

    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-left: 12px;

    .tlo-gif{
      padding-left: 10px;
      padding-top: 0px;
      width: 100%;
      height: 100%;
      background: #FFFFFF;
      img{
        width: 50px;
      }
    }

    img {
      //-webkit-filter: sepia(1);
      //filter: sepia(1);
    }

  }

  figure.landscape {
    img[itemprop="thumbnail"]{

    }
  }

  figure.portrait {
    img[itemprop="thumbnail"]{
      //margin-top: -30px;
    }
  }

}*/
.biogram-row {
  font-family: "ibmplex-regular", sans-serif;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: left;
}
.info-not-login {
  text-align: center;
}
.info-not-login a {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 800;
  font-size: 2.4rem;
  color: #968c8c;
}
.img-responsive.classic-respo {
  height: auto;
}
.linked-row {
  margin-bottom: 48px;
}
.linked-row .linked-col {
  margin-bottom: 24px;
}
.linked-row .interviewee-content {
  position: relative;
  /*
        .red-over{
          background: rgba(255, 46, 0, 0.5);
          position: absolute;
          left: 0;
          top:0;
          width: 100%;
          height: 100%;
          z-index: 1;
        }


    */
  overflow: hidden;
  height: 230px;
  /*
        img{
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          -webkit-filter: contrast(50%);
          filter: contrast(50%);
          -webkit-filter: brightness(1.6);
          filter: brightness(1.6);
        }
    */
}
@media (min-width: 1350px) and (max-width: 1450px) {
  .linked-row .interviewee-content {
    height: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1349px) {
  .linked-row .interviewee-content {
    height: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1090px) {
  .linked-row .interviewee-content {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .linked-row .interviewee-content {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .linked-row .interviewee-content {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .linked-row .interviewee-content {
    height: 220px;
  }
}
.linked-row .interviewee-content .loading {
  z-index: -1;
}
.linked-row .interviewee-content .svg-icon {
  position: absolute;
  left: 12px;
  bottom: 28%;
  width: 45px;
  z-index: 3;
}
.linked-row h2 {
  margin: 0;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 800;
  font-size: 1.8rem;
  color: #232323;
}
.linked-row h2 a {
  color: #232323;
}
.linked-row h2 a:hover {
  color: #FFF;
  text-decoration: none;
}
.galleries-row .loading {
  position: absolute;
  left: 38%;
  top: 0px;
  margin: auto;
  width: 80px;
  z-index: -1;
}
.galleries-row .col-gallery-element {
  min-height: 250px;
}
.galleries-row .image-gallery-content {
  height: 218px;
  overflow: hidden;
}
.galleries-row h2.gallery-title {
  line-height: 2rem;
}
.galleries-row h2.gallery-title a {
  font-family: 'Sentinel-Black';
  font-size: 2rem;
  color: #232323;
}
/*
.galleries-row .curtain {position:absolute;
          width:92.3%;
		  height:80%;
		  background-color:transparent;}
*/
/*.curtain {
  @media(max-width: 640px) {
    display: none !important;
  }
}*/
.row-gallery-single .curtain.onegall {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.row-gallery-single .curtain:hover {
  background-color: #E9360B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row-gallery-single .photoswipe-gallery > figure {
  overflow: hidden;
  height: 230px;
  margin-right: -10px;
  margin-bottom: 17px;
}
.row-gallery-single .photoswipe-gallery > figure .image-content {
  width: 100%;
  position: relative;
}
.row-gallery-single .photoswipe-gallery > figure .image-content img.img-responsive {
  min-width: 100%;
}
.row-gallery-single .photoswipe-gallery > figure .tlo-gif {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  text-align: center;
}
.row-gallery-single .photoswipe-gallery > figure .tlo-gif img {
  margin: 10px auto 0 auto;
  width: 70px;
}
.row-gallery-single figure.landscape {
  position: relative;
}
.row-gallery-single figure.portrait {
  position: relative;
}
.row-gallery-single figure.portrait img[itemprop="thumbnail"] {
  margin-top: -6%;
}
.about-proj {
  --fontText-size: calc(0.5em + 0.5vw);
  --fontHeadAuthor-size: calc(0.9em + 0.7vw);
  max-width: 1920px;
  overflow: hidden;
  background-image: url('../images/zolta_plama.svg');
  background-repeat: no-repeat;
  /*  @media(max-width: 1440px) {
    --fontText-size: calc(0.6em + 0.5vw);
    --fontHeadAuthor-size: calc(1em + 0.7vw);
  }*/
  font-family: "ibmplex-regular", sans-serif;
}
@media (max-width: 899px) {
  .about-proj {
    background-position: -50vw 60vh;
    width: 100%;
    margin: 0;
    padding: 0;
    --fontText-size: calc(0.9em + 0.6vw);
    --fontHeadAuthor-size: calc(1.5em + 0.7vw);
  }
}
.about-proj .paragraf {
  padding-top: 9px;
  padding-bottom: 9px;
}
.about-proj .photo-box {
  position: relative;
}
.about-proj .photo-box .photo-label {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  color: #ffffff;
  padding: 0.5em;
  background-color: #F7A729;
}
.about-proj .photo-box .photo-label.long {
  right: 1.5em;
}
.about-proj .blackshadow-box {
  background-color: #f7eee7;
  font-size: var(--fontText-size);
  font-weight: 400;
}
.about-proj .primary-box {
  align-items: center;
  width: 65%;
  margin: 0 auto 6em auto;
  padding: 4em 13em;
  box-shadow: 1.4vw 1.4vw 0px 0px #1d1d1b;
}
@media (max-width: 899px) {
  .about-proj .primary-box {
    box-shadow: calc(1.4vw * 1.7) calc(1.4vw * 1.7) 0px 0px #1d1d1b;
  }
}
.about-proj .primary-box .text-field {
  margin-top: 0;
}
.about-proj h2 {
  font-family: "freight-display-pro", serif;
  font-size: calc(1.5em + 0.8vw);
}
.about-proj .text-field {
  margin-top: 4em;
  line-height: 1.7em;
}
.about-proj .section-about {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  --div-width: calc(100vw / 1 - 8px);
  width: var(--div-width);
}
@media (min-width: 1921px) {
  .about-proj .section-about {
    --div-width: 1895px;
  }
}
@media (max-width: 899px) {
  .about-proj .section-about {
    position: static;
    display: block;
    width: 100%;
  }
}
@media (max-width: 899px) {
  .about-proj .section-about .left,
  .about-proj .section-about .right {
    width: 100%;
  }
}
.about-proj .section-about .left.prim {
  width: 50%;
}
.about-proj .section-about .left.prim .photo-box {
  display: flex;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.about-proj .section-about .left.prim .photo-box img {
  width: 100%;
  height: auto;
}
@media (max-width: 899px) {
  .about-proj .section-about .left.prim {
    display: block;
    --phbox-width: 100%;
    width: var(--phbox-width);
  }
  .about-proj .section-about .left.prim .photo-box {
    display: block;
  }
}
.about-proj .section-about .left.prim .background_bottom {
  width: 100%;
  display: flex;
  padding: 4em;
  background-image: url(../images/kreski_long.svg);
  background-repeat: repeat-x;
  z-index: 100;
  position: static;
  transform: translate(0%, 0%);
}
@media (max-width: 899px) {
  .about-proj .section-about .left.prim .background_bottom {
    padding: 0;
    height: 4em;
  }
}
.about-proj .section-about .right.prim {
  align-items: flex-end;
  width: 46%;
  max-width: 920px;
  font-family: "ibmplex-regular", sans-serif;
  position: relative;
}
.about-proj .section-about .right.prim h2 {
  margin-top: 2em;
}
.about-proj .section-about .right.prim .pink-circle {
  --sub-width: calc(11vw / 1.35 - 8px);
  width: var(--sub-width);
  height: calc(var(--sub-width) * 1);
  background-color: #f6afc1;
  border-radius: 50%;
  position: absolute;
  transform: translate(calc(var(--sub-width)*3.2), -50%);
}
@media (max-width: 899px) {
  .about-proj .section-about .right.prim .pink-circle {
    --pink-dim: 15vw;
    width: var(--pink-dim);
    height: var(--pink-dim);
    right: 25%;
    top: 2%;
  }
}
@media (max-width: 659px) {
  .about-proj .section-about .right.prim .pink-circle {
    --pink-dim: 20vw;
    width: var(--pink-dim);
    height: var(--pink-dim);
  }
}
@media (max-width: 499px) {
  .about-proj .section-about .right.prim .pink-circle {
    --pink-dim: 30vw;
    width: var(--pink-dim);
    height: var(--pink-dim);
  }
}
@media (min-width: 1921px) {
  .about-proj .section-about .right.prim .pink-circle {
    --sub-width: 150px;
    transform: translate(450px, -50%);
  }
}
@media (max-width: 1680px) {
  .about-proj .section-about .right.prim .pink-circle {
    --sub-width: calc(15vw / 1.35 - 8px);
    transform: translate(calc(var(--sub-width)*2), -50%);
  }
}
@media (max-width: 899px) {
  .about-proj .section-about .right.prim {
    width: 100%;
  }
}
.about-proj .section-about .ecrushadow-box {
  box-shadow: 1.4vw 1.4vw 0px 0px #f7eee7;
  background-color: #222222;
  color: #F2E9E3;
  min-height: 900px;
  font-size: var(--fontText-size);
  padding: 1em 10em 3em 10em;
}
.about-proj .section-about .ecrushadow-box p {
  margin-bottom: 2em;
  line-height: 1.7em;
  font-weight: 300;
}
@media (max-width: 899px) {
  .about-proj .section-about .ecrushadow-box {
    box-shadow: none;
    width: 100%;
    min-height: 0;
    padding: 2em 3em;
  }
}
.about-proj .section-about.last {
  margin-top: 30em;
}
@media (max-width: 899px) {
  .about-proj .section-about.last {
    margin-top: 0;
  }
}
.about-proj .secondary-box {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.8em;
  --box-width: calc(var(--div-width)*0.85);
  width: var(--box-width);
  --dim-left: calc((var(--div-width) - var(--box-width)) - 1.4vw*1.85);
  margin-left: var(--dim-left);
  max-width: 1640px;
  box-shadow: -1.4vw 1.4vw 0px 0px #1d1d1b;
}
@media (min-width: 1921px) {
  .about-proj .secondary-box {
    --box-width: 1600px;
    --dim-left: 250px;
  }
}
@media (max-width: 899px) {
  .about-proj .secondary-box {
    display: block !important;
  }
}
.about-proj .secondary-box .text-field {
  width: 70%;
}
@media (max-width: 1473px) {
  .about-proj .secondary-box .text-field {
    width: 80%;
  }
}
@media (max-width: 1349px) {
  .about-proj .secondary-box .text-field {
    width: 90%;
  }
}
@media (max-width: 1221px) {
  .about-proj .secondary-box h2 {
    margin-top: 1em;
  }
  .about-proj .secondary-box .text-field {
    margin-top: 2.5em;
    width: 100%;
  }
}
@media (max-width: 1054px) {
  .about-proj .secondary-box h2 {
    margin-top: 0.9em;
  }
  .about-proj .secondary-box .text-field {
    margin-top: 2em;
  }
}
.about-proj .secondary-box .outer-title {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0;
}
.about-proj .secondary-box .outer-title h2 {
  top: 0px;
  left: 0px;
  position: absolute;
  font-size: calc(1.2em + 1.5vw);
  transform: translate(-20%, -230%);
}
.about-proj .secondary-box.authors {
  display: block;
  padding: 1.5em 3.5em 3.5em 3.5em;
  margin-bottom: 5em;
}
.about-proj .secondary-box.authors .authors-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
}
.about-proj .secondary-box.authors .authors-list .author {
  font-family: "freight-display-pro", serif;
  margin-right: 2em;
  width: 30%;
  text-align: center;
  padding: 3em;
  font-size: var(--fontText-size);
  border-bottom: 1px solid #222222;
}
.about-proj .secondary-box.authors .authors-list .author h3 {
  font-size: var(--fontHeadAuthor-size);
  font-weight: bold;
}
@media (max-width: 899px) {
  .about-proj .secondary-box.authors .authors-list .author {
    font-size: calc(var(--fontText-size) * 1.5);
  }
}
@media (max-width: 899px) {
  .about-proj .secondary-box.authors .authors-list {
    display: block;
    padding: 1em;
  }
  .about-proj .secondary-box.authors .authors-list .author {
    width: 100%;
    font-size: calc(var(--fontText-size)*0.9);
  }
  .about-proj .secondary-box.authors .authors-list .author h3 {
    font-size: calc(var(--fontHeadAuthor-size)*1);
    font-weight: bold;
  }
}
@media (max-width: 899px) {
  .about-proj .secondary-box.authors {
    margin-bottom: 0;
  }
}
.about-proj .puddle {
  position: relative;
  z-index: 100;
  width: 125%;
}
.about-proj .puddle img {
  transform: translate(-15%, 1.4vw);
  position: absolute;
}
@media (max-width: 899px) {
  .about-proj .puddle img {
    transform: translate(8%, -2em);
  }
}
.about-proj .left.sec {
  padding-top: 4em;
  padding-left: 9.2em;
  padding-right: 2em;
  width: 59.8%;
}
@media (max-width: 1473px) {
  .about-proj .left.sec {
    padding-top: 1em;
  }
}
@media (max-width: 1349px) {
  .about-proj .left.sec {
    padding-top: 0;
  }
}
@media (max-width: 1132px) {
  .about-proj .left.sec {
    width: 69%;
    padding-left: 7em;
  }
}
@media (max-width: 1054px) {
  .about-proj .left.sec {
    padding-left: 5em;
  }
}
@media (max-width: 1006px) {
  .about-proj .left.sec {
    width: 73.6%;
    padding-left: 3em;
  }
}
@media (max-width: 977px) {
  .about-proj .left.sec {
    width: 82.8%;
    padding-left: 2.5em;
  }
}
@media (max-width: 935px) {
  .about-proj .left.sec {
    width: 92%;
    padding-left: 2em;
  }
}
@media (max-width: 899px) {
  .about-proj .left.sec {
    width: 90%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin: auto;
  }
}
.about-proj .right.sec {
  padding-right: 1.7em;
}
.about-proj .right.sec .photo-box {
  margin-bottom: 2em;
  position: relative;
  z-index: 100;
}
@media (max-width: 899px) {
  .about-proj .right.sec {
    padding: 0 1.7em;
    margin-bottom: 0;
  }
}
.about-proj .photo-box {
  position: relative;
  z-index: 100;
}
@media (max-width: 899px) {
  .about-proj {
    width: 100%;
    padding: 0;
  }
  .about-proj .photo-box {
    overflow: hidden;
    margin: 0 0 2em 0;
  }
  .about-proj .photo-box .courtin {
    display: block;
  }
  .about-proj .photo-box .photo-label {
    display: none;
  }
  .about-proj .photo-box.last {
    margin: 0 0 0 0;
  }
  .about-proj .photo-box:hover .courtin {
    animation-name: TopStob;
    animation-duration: 0.3s;
    transform: none;
  }
}
.about-proj .courtin {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 9em 3em 3em 3em !important;
  transform: translate(0%, -100%);
  position: absolute;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
}
@keyframes TopStob {
  0% {
    transform: translatey(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media (max-width: 899px) {
  .about-proj .primary-box,
  .about-proj .third-box,
  .about-proj .fourth-box {
    width: 100%;
    margin: 2em auto 4em auto;
    padding: 2em;
  }
}
@media (max-width: 899px) {
  .about-proj .fourth-box {
    margin-bottom: 0;
  }
}
@media (max-width: 899px) {
  .about-proj .blackshadow-box.primary-box {
    width: 80%;
  }
}
@media (max-width: 899px) {
  .about-proj .blackshadow-box.secondary-box,
  .about-proj .blackshadow-box.third-box,
  .about-proj .blackshadow-box.fourth-box {
    box-shadow: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
.about-proj .blackshadow-box.third-box,
.about-proj .blackshadow-box.fourth-box {
  padding: 3em 20em 6em 20em;
}
@media (max-width: 1473px) {
  .about-proj .blackshadow-box.third-box,
  .about-proj .blackshadow-box.fourth-box {
    padding: 3em 12em;
  }
}
@media (max-width: 1134px) {
  .about-proj .blackshadow-box.third-box,
  .about-proj .blackshadow-box.fourth-box {
    padding: 3em 10em;
  }
}
@media (max-width: 899px) {
  .about-proj .blackshadow-box.third-box,
  .about-proj .blackshadow-box.fourth-box {
    padding: 2em 4em;
  }
}
.about-proj .third-box {
  position: relative;
  margin-left: 12.5%;
  margin-top: 8em;
  width: 78.2%;
  box-shadow: 1.4vw 1.4vw 0px 0px #1d1d1b;
}
@media (max-width: 899px) {
  .about-proj .third-box {
    margin-bottom: 0;
  }
}
.about-proj .third-box .pink-circle {
  --sub-width: calc(11vw / 1.35 - 8px);
  width: var(--sub-width);
  height: calc(var(--sub-width) * 1);
  background-color: #f6afc1;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (min-width: 1921px) {
  .about-proj .third-box .pink-circle {
    --sub-width: 150px;
  }
}
@media (max-width: 1680px) {
  .about-proj .third-box .pink-circle {
    --sub-width: calc(15vw / 1.35 - 8px);
  }
}
@media (max-width: 899px) {
  .about-proj .third-box .pink-circle {
    display: none;
  }
}
.about-proj .background_bottom.mobile {
  background-image: url(../images/kreski_long.svg);
  background-repeat: repeat-x;
  display: none;
}
@media (max-width: 899px) {
  .about-proj .background_bottom.mobile {
    transform: translate(0%, 0%);
    height: 4em;
    width: 100%;
    display: block;
  }
}
.about-proj .fourth-box {
  margin-left: 10vw;
  margin-top: 8em;
  width: 78.2%;
  box-shadow: -1.4vw 1.4vw 0px 0px #1d1d1b;
}
@media (max-width: 899px) {
  .about-proj .fourth-box {
    margin-top: 0;
    position: relative;
  }
}
.about-proj .fourth-box .pink-circle.mobile {
  display: none;
}
@media (max-width: 899px) {
  .about-proj .fourth-box .pink-circle.mobile {
    display: block;
    background-color: #f6afc1;
    border-radius: 50%;
    position: absolute;
    --pink-dim: 15vw;
    width: var(--pink-dim);
    height: var(--pink-dim);
    right: 0%;
    top: 0%;
    transform: translate(-40%, -50%);
  }
}
@media (max-width: 659px) {
  .about-proj .fourth-box .pink-circle.mobile {
    --pink-dim: 20vw;
    width: var(--pink-dim);
    height: var(--pink-dim);
  }
}
@media (max-width: 499px) {
  .about-proj .fourth-box .pink-circle.mobile {
    --pink-dim: 30vw;
    width: var(--pink-dim);
    height: var(--pink-dim);
  }
}
.about-proj .fourth-box .outbox {
  position: relative;
  width: 100%;
  left: 100%;
  top: 0%;
}
.about-proj .fourth-box .outbox .kreski {
  position: absolute;
  transform: translate(-20%, -100%);
  /*      @media(max-width: 899px){
                left: 0%;
                top: 0%;
              }*/
}
@media (max-width: 899px) {
  .about-proj .fourth-box .outbox {
    display: none;
  }
}
.about-proj .fourth-box .txtfield {
  margin-bottom: 5em;
}
.about-proj .port-gallery {
  position: relative;
}
.about-proj .port-gallery .gallery {
  position: absolute;
  width: 100%;
  display: flex;
  left: 0px;
  transform: translate(0.5%, -40%);
  flex-direction: row;
  justify-content: space-around;
}
@media (min-width: 1921px) {
  .about-proj .port-gallery .gallery {
    transform: translate(2%, -30%);
  }
}
.about-proj .port-gallery .gallery .photo-box {
  --gallbox-width: calc(40vw / 1.35 - 8px);
  width: var(--gallbox-width);
  max-width: 33%;
  height: calc(var(--gallbox-width) * 9 / 16);
  /*        @media (min-width: 1921px) {
          position: relative;
          height: 10px;
          justify-content: center;
          //width: 1895px;
        }*/
}
.about-proj .port-gallery .gallery .photo-box div {
  font-size: calc(0.4em + 0.4vw);
  font-weight: 400;
}
@media (max-width: 889px) {
  .about-proj .port-gallery .gallery .photo-box {
    padding: 0;
  }
}
@media (max-width: 889px) {
  .about-proj .port-gallery .gallery .photo-box {
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }
  .about-proj .port-gallery .gallery .photo-box img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 899px) {
  .about-proj .port-gallery .gallery {
    display: none;
  }
}
.about-proj .gallery.mobile .photo-box div {
  padding: 0.5em 2em 0.5em 3em;
  font-weight: 400;
}
.about-proj .gallery.mobile .photo-box img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .about-proj .gallery.mobile {
    display: none;
  }
}
.about-proj .break {
  flex-basis: 100%;
  height: 0;
}
.about-proj .titles-back {
  position: relative;
  margin: 5rem 5% 5rem;
  text-align: left !important;
}
@media (max-width: 889px) {
  .about-proj .titles-back {
    margin: 1rem;
  }
}
.about-proj .titles-back .bread-back {
  font-family: "ibmplex-regular", sans-serif;
  font-size: calc(0.4em + 0.5vw);
}
@media (max-width: 889px) {
  .about-proj .titles-back .bread-back {
    font-size: calc(0.8em + 0.5vw);
  }
}
.about-proj .titles-back .bread-back a {
  text-decoration: underline;
}
.about-proj .titles-back h2 {
  font-family: "freight-display-pro", serif;
  font-size: 3.2rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-proj .titles-back h2 {
    font-size: 6.5rem;
  }
}
.about-proj .titles-back h3 {
  font-family: "ibmplex-regular", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-proj .titles-back h3 {
    font-size: 2.1rem;
  }
}
/*input {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255,1);
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

input:-internal-autofill-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255,1);
  background-color: rgb(255, 255, 255) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}*/
.row.register-row {
  margin: 0 !important;
}
.authorisation {
  padding-top: 4vw;
  background-image: url('../images/group.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 900px) {
  .authorisation {
    padding: 0 !important;
    background-image: none;
    background-color: #F7EEE7;
    width: 100vw;
  }
}
.logtitle {
  font-family: "freight-display-pro", serif;
  text-align: center;
  font-size: calc(1.2em + 1.8vw);
  white-space: nowrap;
}
.activesend.active {
  border-top: 3px solid #f7a729;
  border-left: 3px solid #f7a729;
  border-bottom: 3px solid #f7a729;
  color: #f7a729;
  background-color: #f7a729;
  cursor: text;
}
.activesend {
  box-shadow: -1em -1.5em 0em 0em #f7a729;
  /*  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;*/
  border: 0;
  padding: 1em 5em 1em 5em;
  background: url(../images/arrow.svg) no-repeat;
  background-color: #111824;
  background-position: 90% center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 3em 0 1em 0;
  cursor: pointer;
}
@media (max-width: 900px) {
  .activesend {
    box-shadow: -1em -1em 0em 0em #f7a729;
    font-size: 0.6em;
    margin: 2em 1em 1em 1.5em;
  }
}
.send {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  border: 3px solid #f7a729;
  padding: 1.4%;
  text-transform: uppercase;
  font-size: calc(0.6em + 0.7vw);
  text-align: center;
  font-family: 'GothamSSm-Medium';
  cursor: pointer;
}
.authpanel,
.regpanel {
  width: 48vw;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: #232323;
  background-color: #F7EEE7;
  box-shadow: -30px 30px 0px 0px black;
  padding: 1em 13.9em;
  margin-bottom: 5em;
}
@media (max-width: 1762px) {
  .authpanel,
  .regpanel {
    padding: 1em 10em;
  }
}
@media (max-width: 1440px) {
  .authpanel,
  .regpanel {
    padding: 1em 8em;
  }
}
@media (max-width: 1200px) {
  .authpanel,
  .regpanel {
    padding: 1em 7em;
  }
}
@media (max-width: 990px) {
  .authpanel,
  .regpanel {
    padding: 1em 6em;
  }
}
@media (max-width: 900px) {
  .authpanel,
  .regpanel {
    width: 100vw;
    max-width: 100%;
    box-shadow: none;
    padding: 0 0 6em 0;
    margin-bottom: 0;
    background-color: transparent;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 360px) {
}
.authpanel .centerback,
.regpanel .centerback {
  text-align: center;
}
.authpanel .bread-back,
.regpanel .bread-back {
  display: block;
  margin: 1em 0 !important;
}
.authpanel .bread-back li,
.regpanel .bread-back li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.authpanel .sendbutton,
.regpanel .sendbutton {
  text-align: center !important;
}
.authpanel .form-horizontal .form-group,
.regpanel .form-horizontal .form-group {
  margin: 0 !important;
}
.authpanel .info,
.regpanel .info {
  padding: 0 3em;
  font-weight: 600;
  margin: 2em 1em 2.5em 1em;
  font-size: calc(0.6em + 0.4vw);
  font-family: "ibmplex-regular", sans-serif;
}
.authpanel .info a,
.regpanel .info a {
  color: #000000 !important;
  text-decoration: underline !important;
}
.authpanel .info h4,
.regpanel .info h4 {
  font-family: "freight-display-pro", serif;
  font-size: calc(0.5em + 1.4vw);
}
@media (max-width: 900px) {
  .authpanel .info h4,
  .regpanel .info h4 {
    font-size: 1.8em;
  }
}
.authpanel .info .leftalign,
.regpanel .info .leftalign {
  text-align: left;
}
.authpanel .info .centeralign,
.regpanel .info .centeralign {
  text-align: center !important;
}
@media (max-width: 900px) {
  .authpanel .info,
  .regpanel .info {
    font-size: 1em;
    padding: 0;
  }
}
.authpanel .form-group input:-webkit-autofill,
.regpanel .form-group input:-webkit-autofill,
.authpanel .form-group input:-webkit-autofill:focus,
.regpanel .form-group input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
@media (max-width: 899px) {
  .authpanel .form-group .col-md-12,
  .regpanel .form-group .col-md-12 {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.authpanel .form-group input[type="text"].form-control,
.regpanel .form-group input[type="text"].form-control,
.authpanel .form-group input[type="password"].form-control,
.regpanel .form-group input[type="password"].form-control,
.authpanel .form-group input[type="search.circ"].form-control,
.regpanel .form-group input[type="search.circ"].form-control,
.authpanel .form-group textarea,
.regpanel .form-group textarea {
  border-radius: 0;
  border: 0;
  height: 5em;
  background: #FFFFFF;
  color: #232323;
  margin-bottom: 2em;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .authpanel .form-group input[type="text"].form-control,
  .regpanel .form-group input[type="text"].form-control,
  .authpanel .form-group input[type="password"].form-control,
  .regpanel .form-group input[type="password"].form-control,
  .authpanel .form-group input[type="search.circ"].form-control,
  .regpanel .form-group input[type="search.circ"].form-control,
  .authpanel .form-group textarea,
  .regpanel .form-group textarea {
    height: 4em;
  }
}
@media (max-width: 1200px) {
  .authpanel .form-group input[type="text"].form-control,
  .regpanel .form-group input[type="text"].form-control,
  .authpanel .form-group input[type="password"].form-control,
  .regpanel .form-group input[type="password"].form-control,
  .authpanel .form-group input[type="search.circ"].form-control,
  .regpanel .form-group input[type="search.circ"].form-control,
  .authpanel .form-group textarea,
  .regpanel .form-group textarea {
    height: 3.5em;
  }
}
@media (max-width: 1200px) {
  .authpanel .form-group input[type="text"].form-control,
  .regpanel .form-group input[type="text"].form-control,
  .authpanel .form-group input[type="password"].form-control,
  .regpanel .form-group input[type="password"].form-control,
  .authpanel .form-group input[type="search.circ"].form-control,
  .regpanel .form-group input[type="search.circ"].form-control,
  .authpanel .form-group textarea,
  .regpanel .form-group textarea {
    height: 3.5em;
  }
}
.authpanel .form-group textarea,
.regpanel .form-group textarea {
  height: 8em;
}
.authpanel .form-group ::placeholder,
.regpanel .form-group ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e0d5c6;
  font-size: calc(0.4em + 0.4vw);
  opacity: 1;
  /* Firefox */
}
@media (max-width: 900px) {
  .authpanel .form-group ::placeholder,
  .regpanel .form-group ::placeholder {
    font-size: 1em;
  }
}
.authpanel .form-group :-ms-input-placeholder,
.regpanel .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e0d5c6;
}
.authpanel .form-group ::-ms-input-placeholder,
.regpanel .form-group ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e0d5c6;
}
.authpanel .form-group .select-circle,
.regpanel .form-group .select-circle {
  border: 0 !important;
}
.authpanel .form-group .radio,
.regpanel .form-group .radio,
.authpanel .form-group .checkbox,
.regpanel .form-group .checkbox {
  display: inline-block;
  width: 48%;
}
.authpanel .form-group .radio label,
.regpanel .form-group .radio label,
.authpanel .form-group .checkbox label,
.regpanel .form-group .checkbox label {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 899px) {
  .authpanel .form-group .radio,
  .regpanel .form-group .radio,
  .authpanel .form-group .checkbox,
  .regpanel .form-group .checkbox {
    display: block;
    width: 100%;
  }
}
.authpanel .form-group .clearboth,
.regpanel .form-group .clearboth {
  clear: both;
}
.authpanel .form-group .select-rectangle,
.regpanel .form-group .select-rectangle {
  display: inline-table;
  height: 3em;
  width: 3em;
}
.authpanel .form-group .select-rectangle.white,
.regpanel .form-group .select-rectangle.white {
  background: #FFFFFF;
}
.authpanel .form-group .select-rectangle.red,
.regpanel .form-group .select-rectangle.red {
  background: #E9360B;
}
.authpanel .form-group label,
.regpanel .form-group label,
.authpanel .form-group a,
.regpanel .form-group a,
.authpanel .form-group .select-label,
.regpanel .form-group .select-label,
.authpanel .form-group .text-label,
.regpanel .form-group .text-label {
  color: #232323;
  font-family: "ibmplex-regular", sans-serif;
  margin-bottom: 0.6em;
  font-size: calc(0.4em + 0.5vw);
}
@media (max-width: 899px) {
  .authpanel .form-group label,
  .regpanel .form-group label,
  .authpanel .form-group a,
  .regpanel .form-group a,
  .authpanel .form-group .select-label,
  .regpanel .form-group .select-label,
  .authpanel .form-group .text-label,
  .regpanel .form-group .text-label {
    font-size: calc(0.5em + 0.5vw);
  }
}
@media (max-width: 419px) {
  .authpanel .form-group label,
  .regpanel .form-group label,
  .authpanel .form-group a,
  .regpanel .form-group a,
  .authpanel .form-group .select-label,
  .regpanel .form-group .select-label,
  .authpanel .form-group .text-label,
  .regpanel .form-group .text-label {
    font-size: calc(0.5em + 0.6vw);
  }
}
@media (max-width: 899px) {
  .authpanel .form-group .label,
  .regpanel .form-group .label {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .authpanel .form-group .text-label,
  .regpanel .form-group .text-label {
    font-size: 0.6em;
  }
}
@media (max-width: 640px) {
  .authpanel .form-group .text-label,
  .regpanel .form-group .text-label {
    font-size: 0.6em;
  }
}
@media (max-width: 480px) {
  .authpanel .form-group .text-label,
  .regpanel .form-group .text-label {
    font-size: 0.6em;
  }
}
.authpanel .form-group .select-label,
.regpanel .form-group .select-label {
  display: inline-block;
  vertical-align: middle;
  color: #232323;
  font-weight: 600;
  height: 4em;
  margin-left: 1em;
  /*      a {
        font-size: calc(0.4em + 0.5vw);
      }*/
}
@media (max-width: 899px) {
  .authpanel .form-group .select-label,
  .regpanel .form-group .select-label {
    font-size: calc(0.5em + 0.5vw);
  }
}
@media (max-width: 640px) {
  .authpanel .form-group .select-label,
  .regpanel .form-group .select-label {
    font-size: calc(0.5em + 0.5vw);
  }
}
@media (max-width: 480px) {
  .authpanel .form-group .select-label,
  .regpanel .form-group .select-label {
    font-size: calc(0.8em + 0.6vw);
  }
}
.authpanel .form-group .select-label a,
.regpanel .form-group .select-label a {
  text-decoration: underline;
}
@media (max-width: 899px) {
  .authpanel .form-group .select-label a,
  .regpanel .form-group .select-label a {
    font-size: calc(0.7em + 0.8vw);
  }
}
@media (max-width: 419px) {
  .authpanel .form-group .select-label a,
  .regpanel .form-group .select-label a {
    font-size: calc(0.8em + 0.9vw);
  }
}
.authpanel .form-group .leftedge,
.regpanel .form-group .leftedge {
  margin-left: 0.1em !important;
  /*      a{
        font-size: calc(0.5em + 0.5vw);
        @media(max-width: 899px) {
          font-size: calc(0.6em + 0.6vw);
        }

        @media(max-width: 419px) {
          font-size: calc(.6em + .6vw);
        }

      }*/
}
.authpanel .form-group .leftedge.remember,
.regpanel .form-group .leftedge.remember {
  font-size: 0.6em;
}
@media (max-width: 899px) {
  .authpanel .form-group .leftedge.remember,
  .regpanel .form-group .leftedge.remember {
    font-size: calc(0.5em + 0.6vw);
  }
}
@media (max-width: 419px) {
  .authpanel .form-group .leftedge.remember,
  .regpanel .form-group .leftedge.remember {
    font-size: calc(0.5em + 0.6vw);
  }
}
.authpanel .form-group .long,
.regpanel .form-group .long {
  width: 70% !important;
}
@media (max-width: 900px) {
  .authpanel .form-group .long,
  .regpanel .form-group .long {
    white-space: normal;
  }
}
@media (max-width: 900px) {
  .authpanel .form-group,
  .regpanel .form-group {
    font-size: 1.5em;
  }
}
.row.row-search-results .row.row-search-result {
  border-bottom: 1px solid #232323;
  padding-top: 20px;
  padding-bottom: 20px;
}
.row.row-search-results .row.row-search-result h2.interviewee-name {
  font-family: 'Sentinel-Black';
}
.row.row-search-results .row.row-search-result h2.interviewee-name a {
  color: #232323;
}
.row.row-search-results .col-icon-search img.img-responsive {
  width: 60%;
  margin-top: 15px;
  margin-left: 15px;
}
.row.row-search-results .col-fragments .arrow-col {
  min-height: 60px;
}
.row.row-search-results .col-fragments .arrow-col img {
  margin: 5px auto 0 auto;
}
.row.row-search-results .col-fragments .time-col {
  min-height: 60px;
}
.row.row-search-results .col-fragments .time-col a {
  font-family: 'GothamSSm-Book';
  font-size: 1.5rem;
  color: #232323;
}
.row.row-search-results .col-fragments .fragment-col {
  min-height: 60px;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
}
.row.row-search-results .more-section {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
}
.row.row-search-results .more-section .button-more-search {
  font-size: 1.8rem;
  color: #232323;
  width: 100%;
  display: table;
  font-family: "Sentinel A", "Sentinel B";
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}
.row.row-search-results .row-fragment {
  margin-bottom: 12px;
  margin-top: 12px;
}
.slide-record-gallery {
  padding-left: 3em;
}
@media (max-width: 640px) {
  .slide-record-gallery {
    padding-left: 0;
  }
}
.slide-record-gallery .photoswipe-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0 5em;
}
@media (max-width: 640px) {
  .slide-record-gallery .photoswipe-gallery {
    display: block !important;
    padding: 1em 2em !important;
  }
}
.slide-record-gallery .photoswipe-gallery figure {
  --div-width: calc(33vw / 1.28);
  width: var(--div-width);
  height: calc(var(--div-width) * 3 / 4);
  overflow: hidden;
  margin-right: 2em;
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .slide-record-gallery .photoswipe-gallery figure {
    --div-width: calc(50vw / 1.28);
    margin-right: 0 !important;
    margin-bottom: 8%;
  }
}
@media (max-width: 620px) {
  .slide-record-gallery .photoswipe-gallery figure {
    --div-width: calc(100vw / 1.28);
    margin-right: 0 !important;
    margin-bottom: 4em;
  }
}
.slide-record-gallery .photoswipe-gallery figure .image-content {
  position: relative;
  height: calc(var(--div-width) * 3 / 4);
  overflow: hidden;
}
@media (max-width: 640px) {
  .slide-record-gallery .photoswipe-gallery figure .image-content {
    background-color: #EEEEEE;
  }
}
@media (max-width: 620px) {
  .slide-record-gallery .photoswipe-gallery figure .image-content {
    /*              -webkit-clip-path: inset(0);
      clip-path: inset(0);
      clip: rect(0px, auto, auto, 0px);*/
  }
}
.slide-record-gallery .photoswipe-gallery figure img.img-responsive {
  width: 100%;
  height: auto;
}
.slide-record-gallery .photoswipe-gallery .showphotolink {
  display: block;
  position: absolute;
  text-align: center;
  color: #e6391e;
  font-family: ibmplex-regular;
  font-size: calc(0.4em + 0.6vw);
  text-decoration: underline;
  cursor: pointer;
  width: var(--div-width);
  margin-top: 0.5%;
  margin-bottom: 2%;
}
@media (max-width: 640px) {
  .slide-record-gallery .photoswipe-gallery .showphotolink {
    font-size: calc(1em + 0.7vw);
  }
}
.slide-record-gallery .photoswipe-gallery figure .landscape {
  height: calc(var(--div-width) * 3 / 4);
  overflow-y: hidden;
}
.slide-record-gallery .photoswipe-gallery figure .portrait {
  height: calc(var(--div-width) * 3 / 4);
  overflow-y: hidden;
}
.slide-record-gallery.galeria {
  padding-left: 3em;
}
.slide-record-gallery.galeria figure {
  margin-right: 3em;
}
.slide-record-gallery.search .photoswipe-gallery {
  padding-top: 3em;
  width: 75% !important;
  margin: 0 auto !important;
}
@media (max-width: 1200px) {
  .slide-record-gallery.search .photoswipe-gallery {
    width: 90% !important;
  }
}
@media (max-width: 800px) {
  .slide-record-gallery.search .photoswipe-gallery {
    width: 100% !important;
  }
}
.slide-record-gallery.search .photoswipe-gallery figure {
  --div-width: calc(17.2vw / 1.28);
  width: var(--div-width);
  overflow: hidden;
  margin-bottom: 5%;
}
@media (max-width: 1200px) {
  .slide-record-gallery.search .photoswipe-gallery figure {
    --div-width: calc(20vw / 1.28);
    width: var(--div-width);
    height: calc(var(--div-width) * 3 / 4);
  }
}
@media (max-width: 800px) {
  .slide-record-gallery.search .photoswipe-gallery figure {
    --div-width: calc(40vw / 1.28);
    width: var(--div-width);
    height: calc(var(--div-width) * 3 / 4);
  }
}
@media (max-width: 640px) {
  .slide-record-gallery.search .photoswipe-gallery figure {
    --div-width: calc(90vw / 1.28);
    width: 100%;
    height: calc(var(--div-width) * 3 / 4);
    margin: 0 0 4em 0;
  }
}
.slide-record-gallery.search .photoswipe-gallery figure .image-content {
  position: relative;
  height: calc(var(--div-width) * 3 / 4);
  overflow: hidden;
}
.slide-record-gallery.search .photoswipe-gallery figure img.img-responsive {
  display: block;
  min-width: 170%;
  margin-left: -35%;
}
@media (max-width: 640px) {
  .slide-record-gallery.search .photoswipe-gallery figure img.img-responsive {
    margin-top: -20%;
  }
}
.slide-record-gallery.search .photoswipe-gallery figure .landscape {
  height: calc(var(--div-width) * 3 / 4);
}
.slide-record-gallery.search .photoswipe-gallery figure .portrait {
  height: calc(var(--div-width) * 3/4);
}
.slide-record-gallery.search .photoswipe-gallery img {
  -webkit-filter: grayscale();
  filter: grayscale();
}
.slide-record-gallery.search .photoswipe-gallery .showphotolink {
  text-align: right;
  font-family: ibmplex-semi-bold;
  font-size: calc(0.3em + 0.5vw);
  width: var(--div-width);
  margin-top: 0.3%;
  margin-bottom: 2%;
}
@media (max-width: 900px) {
  .slide-record-gallery.search .photoswipe-gallery .showphotolink {
    display: block !important;
    font-size: calc(0.7em + 0.8vw);
    text-align: center;
  }
}
@media (max-width: 620px) {
  .slide-record-gallery.search .photoswipe-gallery .showphotolink {
    display: block !important;
    font-size: calc(1em + 0.8vw);
    width: 90% !important;
  }
}
.gallery-more-link {
  text-align: center;
}
.gallery-more-link a {
  color: #232323;
  font-family: 'Sentinel-Black';
  font-size: 1.7rem;
}
.pswp__caption__center {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
div.port-second {
  position: relative;
  right: 0px;
  top: 10vh;
}
div.port-second div.mazol-right {
  position: absolute;
  right: 0px;
  top: 0px;
  min-width: 200px;
  min-height: 600px;
  text-align: right;
}
div.port-second div.mazol-right img {
  height: auto;
}
@media (max-width: 899px) {
  div.port-second {
    display: none;
  }
}
div.port-second.scale div.mazol-right {
  transform: translate(0%, 0%);
}
div.port-second.scale div.mazol-right img {
  height: calc(30vh * (16/9));
  width: auto;
}
@media (max-width: 1280px) {
  div.port-second.scale {
    top: 20vh;
  }
  div.port-second.scale img {
    height: calc(80vh * (16/9)) !important;
  }
}
@media (max-width: 992px) {
  div.port-second.scale {
    display: none;
  }
}
.search-gallery {
  padding-top: 24px;
}
.search-gallery figure {
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin-left: 12px;
}
.search-gallery figure img.img-responsive {
  display: block;
  min-width: 170%;
  margin-left: -35%;
}
.search-gallery figure .tlo-gif {
  padding-left: 10px;
  padding-top: 0px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.search-gallery figure .tlo-gif img {
  width: 50px;
}
.search-gallery figure.portrait img[itemprop="thumbnail"] {
  margin-top: -30px;
}
.search-gallery figcaption[itemprop="caption description"] {
  opacity: 0;
}
.gallery-more-link {
  text-align: center;
}
.gallery-more-link a {
  color: #232323;
  font-family: 'Sentinel-Black';
  font-size: 1.7rem;
}
.about-project {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.9rem;
}
.about-project .paragraf {
  padding-top: 9px;
  padding-bottom: 9px;
}
.about-project .col-xs-12.col-sm-12.dystans {
  height: 24px;
}
.about-project .justify-section p {
  text-align: left;
}
.mywell.content {
  font-family: "ibmplex-regular", sans-serif;
  font-size: 1.3rem;
  line-height: 2.5rem;
  overflow: hidden;
  height: 70vh;
  margin-bottom: 2em;
  resize: vertical;
}
.mywell.content::-webkit-resizer {
  cursor: se-resize;
}
.mywell.content time {
  font-family: "ibmplex-regular", sans-serif;
}
.row.frase-row {
  font-family: "ibmplex-regular", sans-serif;
}
.row.frase-row a {
  font-style: italic;
}
.form-inline.form-remember-inline .form-group.group-search {
  display: inherit;
  width: 60%;
  float: left;
}
.form-inline.form-remember-inline .form-group.group-search .input-group {
  width: 100%;
}
.form-inline.form-remember-inline .form-group.group-search input {
  width: 100%;
  height: 45px;
  border-color: #232323;
  border-right: 0;
  background: #FFFFFF;
  font-size: 1.4rem;
}
.form-inline.form-remember-inline .form-group.group-search input:focus {
  box-shadow: none;
}
.form-inline.form-remember-inline .btn-search {
  float: left;
  border: none;
  width: 41px;
  height: 45px;
  background: url("../images/arrow-right.png");
}
.form-block.form-remember-block {
  display: block !important;
  width: 100%;
  clear: both;
}
.form-block.form-remember-block .input-group {
  display: block !important;
  width: 100% !important;
}
.form-block.form-remember-block .input-group input[type="text"] {
  display: block !important;
  width: 100% !important;
  height: 4em !important;
}
.select-type {
  padding-top: 15px;
  clear: both;
}
.select-type .btn-point-search {
  color: #232323;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}
.select-type .btn-point-search .circle {
  display: inline-table;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: -3px;
  height: 15px;
  width: 15px;
  border-radius: 25px;
  background-color: #FFF;
  border: 1px solid #777;
}
.select-type .braker {
  height: 0.4rem;
  display: none;
}
@media (max-width: 991px) {
  .select-type .braker {
    display: block;
  }
}
.select-type .btn-point-search.selected .circle {
  background-color: #ffffff;
  background-image: url("../images/kropa.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #777;
}
.form-remember-inline .email-was-send {
  font-size: 1.6rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-remember-inline .form-group.group-search.has-error input {
  border: 1px solid red;
}
.form-remember-inline .form-group.group-search.has-error .alert-ahm {
  color: red;
}
.form-horizontal.form-reset input {
  width: 100%;
  height: 45px;
  border-color: #232323;
  background: #FFFFFF;
  font-size: 1.4rem;
  border-radius: 0;
}
.form-horizontal.form-reset .button-group button {
  width: 100%;
  background: #232323;
  color: #FFF;
  border: 1px solid #232323;
  padding-bottom: 10px;
  padding-top: 10px;
}
.form-horizontal.form-reset .alert-for-reset {
  color: red;
}
.form-horizontal.form-reset .pass-change {
  font-size: 1.6rem;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
.select-image {
  margin-left: 10px;
  display: inline-block;
  height: 31px;
  margin-top: 7px;
}
.letters-24 li {
  float: left;
  width: 4.16666667%;
  margin-left: 0%;
}
@media (max-width: 900px) {
  .letters-24 li {
    float: left;
    width: 10%;
    margin-left: 0%;
  }
}
/*
.transcript {height:1490px; overflow:auto;width:105%; padding-right:5%; margin: 1% 1% 1% 1%}
.transcript section {padding:2px; margin-bottom:10px; cursor:pointer; font-size:1.2em}
.transcript section time {display:block; font-weight:bold}
*/
.ps-container .ps-scrollbar-x {
  background-color: transparent;
}
.ps-container .ps-scrollbar-y {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -o-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.ps-container .ps-scrollbar-y-rail {
  background-color: #ffffff;
  margin-right: 3px;
  z-index: 22;
}
.ps-scrollbar-y-rail {
  opacity: 1 !important;
}
.mywell.content .ps-container .ps-scrollbar-y {
  background-color: #E9360B;
}
.scroller {
  position: relative;
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
  padding-right: 0;
}
@media (max-width: 767px) {
  .scroller {
    width: auto;
  }
}
.mywell.content .scroller {
  position: relative;
  overflow: hidden;
  padding-right: 25px;
  width: 100%;
}
@media (max-width: 1291px) {
  .mywell.content .scroller {
    padding-right: 20px;
  }
}
.scroller section {
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 1.2em;
  text-align: left;
}
.scroller section time {
  display: block;
}
.row-advanced-elements {
  margin-top: 22px;
}
.form-inline-to-oth {
  display: inline-block;
}
.img-float-left {
  float: left;
}
.label-form {
  display: inline-table;
  padding-left: 15px;
  padding-right: 15px;
}
.active-input-element {
  display: inline-table;
  padding-left: 15px;
  padding-right: 15px;
}
.form-inline .input-group.input-date > .form-control {
  width: 90px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 0;
}
h5.search-head {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-top: 15px;
}
.link-change-search {
  color: #000;
  margin-top: 7px;
  display: inline-table;
}
.select-circle {
  display: inline-table;
  height: 15px;
  width: 15px;
  border-radius: 25px;
  border: 1px solid #000;
}
.select-circle.white {
  background: #FFF;
}
.select-circle.red {
  background: #E9360B;
  border: 0;
}
.cont-search-criteria.overlayer {
  position: relative;
  min-height: 60px;
}
.cont-search-criteria.overlayer .over-criteria-show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
  background: rgba(238, 229, 221, 0.7);
}
.threads-row .col-thread-element {
  border-top: 1px solid #232323;
  border-bottom: 3px solid #232323;
  float: left;
  width: calc((100% - (100px*3))/3);
  margin-right: 100px;
  margin-bottom: 24px;
}
.threads-row .col-thread-element .threads-row-el {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.threads-row .col-thread-element .threads-row-el .thread-title h2 {
  margin-top: 6px;
}
.threads-row .col-thread-element .threads-row-el .thread-title h2 a {
  color: #232323;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
}
.threads-row .col-thread-element .threads-row-el .left-thread {
  float: left;
  width: 50%;
  margin-left: 0%;
}
.threads-row .col-thread-element .threads-row-el .left-thread img {
  width: 30px;
}
.threads-row .col-thread-element .threads-row-el .right-thread {
  float: left;
  width: 50%;
  margin-left: 0%;
}
.threads-row .col-thread-element .threads-row-el .right-thread img {
  width: 30px;
}
.threads-row .col-thread-element .threads-row-el .info-count-data {
  font-size: 3.6rem;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 800;
  float: left;
  width: 72px;
  height: 100%;
  display: block;
}
.threads-row .col-thread-element .threads-row-el img.img-type-icon {
  width: 36px;
}
.row.records-row .col-record-element {
  position: relative;
}
.row.records-row .col-record-element a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.row.records-row .row-record-el-list {
  min-height: 160px;
}
.row.records-row .row-record-el-list h2 {
  font-family: "Sentinel A", "Sentinel B";
  font-size: 2.2rem;
}
.row.records-row .line-over-r-el {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}
/*
.elasticsearch-front-cnt{

  .padding-right-in{
    padding-right: 24px;
  }

  .padding-left-in{
    padding-left: 24px;
  }

  h2.head-search{
    font-family: 'Sentinel-Black';
    font-size: 2rem;
    color: #232323;


    span.lower-title{
      text-transform: lowercase;
      font-weight: normal;
      font-size: 1.2rem;
    }

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

}

.elasticsearch-front-cnt{

  .form-inline.form-search-inline{

    .form-group.group-search{
      display: inherit;
      width: calc(~'(100% - 41px)');
      float: left;

      .input-group{
        width: 100%;
      }

      input{
        width: 100%;
        height: 45px;
        border-color: #232323;
        border-right: 0;
        background: #FFFFFF;
        font-size: 1.4rem;
      }

      input:focus{
        box-shadow: none;
      }

    }

    .btn-search{
      float: left;
      border: none;
      width: 41px;
      height: 45px;
      background: url("../images/lupka.png");
    }

  }

}

.elasticsearch-front-cnt{
  .row-index-vars{
    position: relative;
    .element-open:nth-child(1){
      width: calc(~'(100% - 48px)/3');
      float: left;
    }
    .element-open:nth-child(2){
      width: calc(~'(100% - 48px)/3');
      float: left;
      margin-left: 24px;
    }
    .element-open:nth-child(3){
      width: calc(~'(100% - 48px)/3');
      float: left;
      margin-left: 24px;
    }
  }
}



.elasticsearch-front-cnt{
  .row-index-vars{
    .date-input {
      position: relative;
      overflow: hidden;
      .over-input {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        cursor: pointer;
      }
    }

    .element-open{
      position: relative;
      overflow: hidden;
      .placeholder-text{
        display: table;
        width: calc(~'(100% - 45px)');
        float: left;
        font-family: 'GothamSSm-Light';
        font-size: 1.6rem;
        padding: 12px 0 0 0px;
      }

      .show-query-info{
        display: table;
        width: calc(~'(100% - 45px)');
        float: left;
        font-family: 'GothamSSm-Light';
        font-size: 1.4rem;
        padding: 12px 0 0 0px;
        line-height: 1.2rem;
        letter-spacing: 1px;
        position: relative;

        .close-x{
          position: absolute;
          right: -3px;
          top:6px;
          font-size: 2rem;
          z-index: 23;
          cursor: pointer;
        }

      }

      a.over-empty-select{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }

    }

  }
}


.elasticsearch-front-cnt {
  .row-index-vars {
    .cloud-config-index{
      background: #EEE5DD;
      z-index: 22;
      position: absolute;
      border: 1px solid #232323;
      left: 1px;
      top: 46px;
      width: calc(~'(100% - 1px)');
      padding: 24px 24px 48px 24px;

      a.tag-button{
        color: #232323;
        display: table;
        padding: 2px;
        .GothamSSm_Book();
        font-size: 1.6rem;
      }
    }
  }
}

.elasticsearch-front-cnt {

  .row-index-vars {

    .cloud-config-index {

      .date-row:first-child{
        margin-bottom: 24px;
      }

      .date-row{
        clear: both;
        display: table;
        width: 100%;
        .date-prefix{
          .cols(1.5,12);
        }
        .date-selectors{
          .cols(10.5,12);
        }
      }


      .date-row{

        .date-prefix{
          font-family: 'Sentinel-Black';
        }

      }

      button.search-index-bottom{
        width: 100%;
        background: #000;
        border: none;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: left;
        color: #FFF;
      }

    }

  }
}



.elasticsearch-front-cnt {

  .row-index-vars {

    .cloud-config-index {

      .date-selectors {

        .date-input {
          .cols(4, 12);

          input {
            display: block;
            width:100%;
            padding: 5px;
            background: #FFFFFF;
            text-align: center;
          }
        }

        .date-input:nth-child(1) {
          input{
            border: 1px solid #232323;
          }
        }

        .date-input:nth-child(2) {
          input{
            border-top: 1px solid #232323;
            border-bottom: 1px solid #232323;
            border-left: none;
            border-right: none;
          }
        }

        .date-input:nth-child(3) {
          input{
            border: 1px solid #232323;
          }
        }

      }

    }

  }

}


.elasticsearch-front-cnt {

  .row-index-vars {

    .cloud-config-index {

      .date-selectors {

          position: relative;

          .cloud-select{
            position: absolute;
            z-index: 11;
            left: 0;
            top:45px;
            width: 100%;
            padding: 5px;
            border: 1px solid #232323;
            background: #EEE5DD;

            .select-day-element{
              .cols(3,12);
              float: left;
              text-align: center;
              height: 36px;
              position: relative;
              overflow: hidden;
              a{
                color: #232323;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 12;
                width: 100%;
                height: 100%;
                padding: 5px;
              }
            }

          }


      }

    }

  }

}

.elasticsearch-front-cnt{
  h3.time-sub-title{
    .Sentinel_Black();
    font-size: 16px;
  }
  h3.time-sub-title.no-margin{
    margin-top: 0;
  }
}

.elasticsearch-front-cnt{

  .cloud-config-index{

    ul.ul-alphabet{
      padding-left: 0;
      //text-align: center;
      li{
        display: inline-block;
        a{
          display: table;
          padding: 0 5px 0 5px;
          color: #232323;
          font-family: 'Sentinel-Black';
        }
      }
    }

  }

}

.elasticsearch-front-cnt {

  .col-search-inside {
    position: relative;
    .over-col-search{
      position: absolute;
      left: 0;
      top: 0;
      z-index: 33;
      width: 100%;
      height: 100%;
      background: rgba(238, 229, 221,0.6);
    }
    .rel-input-group{
      position: relative;
      .abs-label{
        position: absolute;
      }
    }


  }

  .col-search-inside.over-hidden {
    overflow: hidden;
    clear: both;
  }


}


.more-section {

  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;

  .button-more-search {
    font-size: 1.8rem;
    color: #232323;
    width: 100%;
    display: table;
    .Sentinel_BlackItalic();
    text-transform: uppercase;
  }

}
*/
.container-fluid.clearcontainer {
  padding: 0;
  margin: 0;
}
.container-fluid .row.first-main-section {
  height: 78vh;
  margin: 3% 5% 0 5%;
  background-image: url('../images/background_big.svg');
  background-size: 78%                                                      ;
  background-repeat: no-repeat;
  background-position: 100% 0%;
}
.container-fluid .row.first-main-section .column {
  float: left;
  width: 25%;
  margin-left: 0%;
  text-align: center;
  padding: 5% 3% 5% 3%;
  border-radius: 50%;
  max-width: 550px;
  max-height: 550px;
  width: 27vw;
  height: 27vw;
  background-color: #F7EEE7;
  font-family: "ibmplex-regular", sans-serif;
  line-height: 1.56em;
  font-size: 1.4em;
}
.container-fluid .row.first-main-section .column a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}
.container-fluid .row.first-main-section .column h3 {
  font-family: "freight-display-pro", serif;
  margin-bottom: 2em;
  font-size: 1.56em;
}
.container-fluid .row.first-main-section .column .number {
  font-family: "freight-display-pro", serif;
  font-size: 18px;
}
.container-fluid .row.first-main-section .column.first-col {
  float: left;
  left: 10px;
}
.container-fluid .row.first-main-section .column.second-col {
  float: none;
  margin: auto;
}
.container-fluid .row.first-main-section .column.third-col {
  float: right;
  right: 10px;
}
@media (max-width: 1792px) {
  .container-fluid .row.first-main-section {
    background-position: 100% 0%;
    background-size: 80%;
  }
  .container-fluid .row.first-main-section .column {
    line-height: 1.4em;
    font-size: 1.3em;
  }
  .container-fluid .row.first-main-section .column h3 {
    margin-bottom: 1.6em;
  }
  .container-fluid .row.first-main-section .column .number {
    font-size: 0.9em;
  }
}
@media (max-width: 1499px) {
  .container-fluid .row.first-main-section .column {
    line-height: 1.3em;
    font-size: 1.1em;
  }
  .container-fluid .row.first-main-section .column h3 {
    margin-bottom: 1.4em;
  }
  .container-fluid .row.first-main-section .column .number {
    font-size: 0.8em;
  }
}
@media (max-width: 1265px) {
  .container-fluid .row.first-main-section .column {
    line-height: 1.3em;
    font-size: 1em;
  }
  .container-fluid .row.first-main-section .column h3 {
    margin-bottom: 1.3em;
  }
  .container-fluid .row.first-main-section .column .number {
    font-size: 0.7em;
  }
}
.container-fluid .row.second-main-section {
  margin: 0 5% 2% 5%;
}
.container-fluid .row.second-main-section .column {
  float: left;
  width: 25%;
  margin-left: 0%;
  text-align: center;
  padding: 2% 3% 5% 3%;
  height: 100%;
  max-width: 500px;
  max-height: 500px;
  width: 27vw;
  height: 20vw;
  font-family: "ibmplex-regular", sans-serif;
  letter-spacing: 0.53px;
  line-height: 1.56em;
  font-size: 1.4em;
}
.container-fluid .row.second-main-section .column div.im {
  height: 18vh;
}
.container-fluid .row.second-main-section .column div.im img {
  margin: 0 auto;
}
.container-fluid .row.second-main-section .column a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}
.container-fluid .row.second-main-section .column h3 {
  font-family: "freight-display-pro", serif;
  margin-bottom: 2em;
  font-size: 1.56em;
}
.container-fluid .row.second-main-section .column .number {
  font-family: "freight-display-pro", serif;
  font-size: 18px;
}
.container-fluid .row.second-main-section .column.first-col {
  float: left;
  left: 10px;
}
.container-fluid .row.second-main-section .column.first-col {
  float: left;
  left: 10px;
}
.container-fluid .row.second-main-section .column.second-col {
  float: none;
  margin: auto;
}
.container-fluid .row.second-main-section .column.third-col {
  float: right;
  right: 10px;
}
.container-fluid .row.actions-main-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: 93.5% 73.5%, -5% 47.3%;
  background-image: url('../images/guide3bg.png'), url('../images/guide2bg.png');
  margin: 10% 0 0 0;
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section {
    margin: 8% 5% 8% 5%;
    background-image: url('../images/background_big.svg');
    background-size: 145%;
    background-position: 0% 0%;
    z-index: unset;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section {
    margin: 4% 5% 4% 5%;
    background-size: 80%;
    background-position: 100% 0%;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.actions-main-section {
    margin: 2% 3.5% 8% 3.5%;
  }
}
.container-fluid .row.actions-main-section .guide-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .guide-box {
    flex-direction: row;
  }
}
.container-fluid .row.actions-main-section .guide-box .front-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .guide-box .front-arrow {
    bottom: -27%;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.actions-main-section .guide-box .front-arrow {
    bottom: -25%;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .guide-box .front-arrow img {
    height: 8rem;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.actions-main-section .guide-box .front-arrow img {
    height: 10.7rem;
  }
}
.container-fluid .row.actions-main-section .guide-box .front-arrow img:hover {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s;
  animation-iteration-count: 1;
}
.container-fluid .row.actions-main-section .guide-box .count-box {
  background: #f7eee7;
  position: relative;
  margin: 10% auto 16%;
  width: 80%;
}
.container-fluid .row.actions-main-section .guide-box .count-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #1d1d1b;
  transform: translate(15px, 15px);
  z-index: -1;
}
.container-fluid .row.actions-main-section .guide-box .count-box .count-item {
  flex-grow: 1;
  padding: 2rem;
  text-align: center;
  position: relative;
}
.container-fluid .row.actions-main-section .guide-box .count-box .count-item:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 1.5prem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.container-fluid .row.actions-main-section .guide-box .count-box .count-item:last-child:after {
  display: none;
}
.container-fluid .row.actions-main-section .guide-box .count-box .count-item .counter {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "ibmplex-regular", sans-serif;
}
.container-fluid .row.actions-main-section .guide-box .count-box .count-item .counter-description {
  font-size: 2rem;
  font-family: "freight-display-pro", serif;
}
.container-fluid .row.actions-main-section .guide-box .guide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 12% 0;
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item {
    padding: 0 0 5% 0;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item {
    padding: 0;
  }
}
.container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper {
  width: 100vw;
  height: 100vw;
  border-radius: 50%;
  background: #F7EEE7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.2rem;
}
@media (min-width: 400px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper {
    width: 80vw;
    height: 80vw;
  }
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper {
    width: 55vw;
    height: 55vw;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper {
    align-items: flex-start;
    width: 28vw;
    height: 28vw;
    max-width: 40.5rem;
    max-height: 40.5rem;
    padding: 6rem 4rem;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper {
    align-items: center;
    max-width: 55rem;
    max-height: 55rem;
  }
}
.container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content {
  text-align: center;
  font-family: "ibmplex-regular", sans-serif;
  font-size: 1.6rem;
  /* @media(min-width: 1600px){
             
              min-height: 60%;
            }*/
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content {
    font-size: 1.5rem;
  }
}
@media (min-width: 1300px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content {
    font-size: 1.8rem;
  }
}
.container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content h3 {
  font-family: "freight-display-pro", serif;
  font-size: 3.2rem;
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content h3 {
    font-size: 2.3rem;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content h3 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content .number {
  font-family: "freight-display-pro", serif;
  font-size: 1.8rem;
}
.container-fluid .row.actions-main-section .guide-box .guide-item .item-wrapper .item-content a {
  color: inherit;
  text-decoration: underline;
  font-style: italic;
  font-weight: 600;
}
.container-fluid .row.actions-main-section .guide-box .guide-item:first-child {
  position: relative;
  padding: 0 0 15% 0;
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item:first-child {
    padding: 0 0 5% 0;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item:first-child {
    padding: 0;
  }
}
.container-fluid .row.actions-main-section .guide-box .guide-item:first-child:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  background-position: 10% 100%;
  background-repeat: no-repeat;
  background-image: url('../images/guide1bg.png');
  z-index: 1;
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .guide-box .guide-item:first-child:before {
    display: none;
  }
}
.container-fluid .row.actions-main-section .guide-box .guide-item:first-child .item-wrapper {
  position: relative;
  z-index: 2;
}
.container-fluid .row.actions-main-section .actions-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 5rem;
}
@media (max-height: 400px) {
  .container-fluid .row.actions-main-section .actions-box {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .actions-box {
    flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .actions-box {
    padding-top: 14rem;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.actions-main-section .actions-box {
    padding-top: 18rem;
  }
}
.container-fluid .row.actions-main-section .actions-box .action-item {
  padding: 2rem;
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .actions-box .action-item {
    padding: 0 1rem;
    width: 30vw;
    max-width: 55rem;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.actions-main-section .actions-box .action-item {
    padding: 0 5rem;
  }
}
.container-fluid .row.actions-main-section .actions-box .action-item .im {
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-height: 500px) {
  .container-fluid .row.actions-main-section .actions-box .action-item .im {
    height: 45vh;
  }
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .actions-box .action-item .im {
    height: 20vh;
  }
}
@media (min-width: 1200px) and (max-height: 700px) {
  .container-fluid .row.actions-main-section .actions-box .action-item .im {
    height: 25vh;
  }
}
.container-fluid .row.actions-main-section .actions-box .action-item .txt {
  font-family: "ibmplex-regular", sans-serif;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .container-fluid .row.actions-main-section .actions-box .action-item .txt {
    font-size: 2rem;
  }
}
.container-fluid .row.actions-main-section .actions-box .action-item .txt a.rejestr {
  color: #ffffff !important;
  display: block;
  text-transform: uppercase;
  font-size: 0.7em !important;
  letter-spacing: 0.1em;
  padding: 0.9em 1.4em 0.9em 1.4em !important;
  font-family: 'ibmplex-regular';
  background-color: #e6391e;
  width: fit-content;
  margin: 1em auto;
}
.container-fluid .row.count-main-section {
  margin: 10% 5% 10% 5%;
}
@media (min-width: 768px) {
  .container-fluid .row.count-main-section {
    margin: 15% 5% 10% 5%;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.count-main-section {
    margin: 8% 5% 8% 5%;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.count-main-section {
    margin: 8% 3.5% 8% 3.5%;
  }
}
.container-fluid .row.count-main-section .count-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7eee7;
  position: relative;
  flex-direction: column;
  box-shadow: 1.5rem 1.5rem 0px 0px #1d1d1b;
  /* &:before{
        content:'';
        width: 100%;
        height: 100%;
        position: absolute;
        left:0;
        top:0;
        display: block;
        background: #1d1d1b;
        transform: translate(1.5rem,1.5rem);
        z-index:-1;
        @media(min-width: 768px){
          transform: translate(3rem, 3rem);
        }
      }*/
}
@media (min-width: 768px) {
  .container-fluid .row.count-main-section .count-box {
    flex-direction: row;
    box-shadow: 3rem 3rem 0px 0px #1d1d1b;
  }
}
.container-fluid .row.count-main-section .count-box .stripes {
  width: 509px;
  height: 59px;
  background: url("../images/kreski.png") no-repeat;
  position: absolute;
  top: -28px;
  right: -30px;
  display: none;
}
@media (min-width: 768px) {
  .container-fluid .row.count-main-section .count-box .stripes {
    display: block;
  }
}
.container-fluid .row.count-main-section .count-box .count-item {
  flex-grow: 1;
  padding: 2rem;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .container-fluid .row.count-main-section .count-box .count-item {
    padding: 4rem 2rem;
  }
}
@media (min-width: 992px) {
  .container-fluid .row.count-main-section .count-box .count-item {
    padding: 5rem;
  }
}
.container-fluid .row.count-main-section .count-box .count-item:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .container-fluid .row.count-main-section .count-box .count-item:after {
    left: 100%;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.container-fluid .row.count-main-section .count-box .count-item:last-child:after {
  display: none;
}
.container-fluid .row.count-main-section .count-box .count-item .counter {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "ibmplex-regular", sans-serif;
}
@media (min-width: 768px) {
  .container-fluid .row.count-main-section .count-box .count-item .counter {
    font-size: 4.8rem;
  }
}
.container-fluid .row.count-main-section .count-box .count-item .counter-description {
  font-size: 2rem;
  font-family: "freight-display-pro", serif;
}
@media (min-width: 768px) {
  .container-fluid .row.count-main-section .count-box .count-item .counter-description {
    font-size: 3rem;
  }
}
.container-fluid .row.freeaccess-main-section {
  margin: 10% 5% 10% calc(5% + 1.5rem);
  background-image: url('../images/freeaccess-shape-bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
  position: relative;
}
@media (min-width: 768px) {
  .container-fluid .row.freeaccess-main-section {
    margin: 0 5% 0% 5%;
    padding-bottom: 14.8%;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.freeaccess-main-section {
    margin: 0 3.5% 0% 3.5%;
  }
}
.container-fluid .row.freeaccess-main-section .freeaccess-box {
  background-color: #f7eee7;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: -1.5rem 1.5rem 0px 0px #1d1d1b;
  background-image: url("../images/tenis.jpg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right top;
  /* &:before{
        content:'';
        width: 100%;
        height: 100%;
        position: absolute;
        left:0;
        top:0;
        display: block;
        background: #1d1d1b;
        transform: translate(-1.5rem,1.5rem);
        z-index:-1;
        @media(min-width: 768px){
          transform: translate(-3rem,3rem);
        }
      }*/
}
@media (min-width: 768px) {
  .container-fluid .row.freeaccess-main-section .freeaccess-box {
    box-shadow: -3rem 3rem 0px 0px #1d1d1b;
  }
}
@media (max-width: 991px) {
  .container-fluid .row.freeaccess-main-section .freeaccess-box {
    background-image: none;
  }
}
.container-fluid .row.freeaccess-main-section .freeaccess-box .box-left {
  text-align: left;
  margin: 2% 5% 2% 5%;
  font-family: "ibmplex-regular", sans-serif;
}
@media (min-width: 992px) {
  .container-fluid .row.freeaccess-main-section .freeaccess-box .box-left {
    width: 45%;
    padding: 0 6% 0 2%;
  }
}
@media (min-width: 1200px) {
  .container-fluid .row.freeaccess-main-section .freeaccess-box .box-left {
    padding: 0 4% 0 0;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.freeaccess-main-section .freeaccess-box .box-left {
    padding: 0 6% 0 2%;
  }
}
.container-fluid .row.freeaccess-main-section .freeaccess-box .box-left h2 {
  font-size: 3.2rem;
  font-family: "freight-display-pro", serif;
}
@media (min-width: 1363px) {
  .container-fluid .row.freeaccess-main-section .freeaccess-box .box-left h2 {
    font-size: 4.4rem;
  }
}
.container-fluid .row.freeaccess-main-section .freeaccess-box .box-left p {
  font-size: 1.6rem;
  line-height: 1.52;
  padding: 1rem 0 1.5rem;
}
@media (min-width: 1125px) {
  .container-fluid .row.freeaccess-main-section .freeaccess-box .box-left p {
    font-size: 1.7rem;
  }
}
.container-fluid .row.freeaccess-main-section .freeaccess-box .box-left p a {
  font-weight: 600;
  color: inherit;
}
.container-fluid .row.freeaccess-main-section .freeaccess-box .box-left a.register {
  display: block;
  padding: 2rem;
  background: #e6391e;
  color: #fff;
  text-align: center;
  margin: 2rem 0;
  /*          @media(min-width: 992px){
            display: none;
          }*/
}
.container-fluid .row.freeaccess-main-section .freeaccess-box .box-right {
  width: 55%;
  height: 50vh;
  background-image: url("../images/Lenczewska_Alina.jpg");
  background-size: cover;
  background-color: #00DD00;
  display: none;
}
@media (min-width: 992px) {
  .container-fluid .row.freeaccess-main-section .freeaccess-box .box-right {
    display: block;
  }
}
.container-fluid .row.listen-main-section {
  margin: 20% 5% 20% 5%;
}
@media (min-width: 768px) {
  .container-fluid .row.listen-main-section {
    margin: 0 5% 2% 5%;
  }
}
@media (min-width: 1600px) {
  .container-fluid .row.listen-main-section {
    margin: 0 3.5% 2% 3.5%;
  }
}
.container-fluid .row.listen-main-section h2 {
  font-family: "freight-display-pro", serif;
  font-size: 3.2rem;
  color: #21211e;
}
@media (min-width: 1200px) {
  .container-fluid .row.listen-main-section h2 {
    font-size: 6.5rem;
  }
}
.container-fluid .row.listen-main-section .relations {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5% 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .container-fluid .row.listen-main-section .relations {
    flex-direction: row;
    padding: 3% 0 5% 0;
  }
}
.container-fluid .row.listen-main-section .relations .relations-item {
  width: 100%;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .container-fluid .row.listen-main-section .relations .relations-item {
    width: 45%;
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .container-fluid .row.listen-main-section .relations .relations-item {
    width: 22%;
  }
}
.container-fluid .row.listen-main-section .relations .relations-item .photo {
  position: relative;
  /*          img{
            margin: auto;
            width: 11rem;
            @media(min-width: 768px){
              width: auto;
            }
          }*/
}
.container-fluid .row.listen-main-section .relations .relations-item .photo img {
  margin: auto;
  width: calc(19vw * (9 / 16)) !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .container-fluid .row.listen-main-section .relations .relations-item .photo img {
    width: calc(35vw * (9/16)) !important;
  }
}
@media (max-width: 720px) {
  .container-fluid .row.listen-main-section .relations .relations-item .photo img {
    width: calc(40vw * (9/16)) !important;
  }
}
@media (max-width: 640px) {
  .container-fluid .row.listen-main-section .relations .relations-item .photo img {
    width: calc(50vw * (9/16)) !important;
  }
}
@media (max-width: 420px) {
  .container-fluid .row.listen-main-section .relations .relations-item .photo img {
    width: calc(70vw * (9/16)) !important;
  }
}
.container-fluid .row.listen-main-section .relations .relations-item .photo .media-label {
  position: absolute;
  right: 60%;
  bottom: 0px;
  padding: 0.7% 5%;
  font-size: 1.2em;
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .container-fluid .row.listen-main-section .relations .relations-item .photo .media-label {
    right: 52%;
    padding: 0.6% 3%;
    font-size: 1em;
  }
}
@media (max-width: 420px) {
  .container-fluid .row.listen-main-section .relations .relations-item .photo .media-label {
    left: 29%;
    padding: 0.6% 4%;
    font-size: 1.1em;
  }
}
.container-fluid .row.listen-main-section .relations .relations-item .info {
  border-bottom: 1px solid #333;
  font-family: "freight-display-pro", serif;
}
@media (max-width: 640px) {
  .container-fluid .row.listen-main-section .relations .relations-item .info {
    border: 0;
  }
}
.container-fluid .row.listen-main-section .relations .relations-item .info h3 {
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .container-fluid .row.listen-main-section .relations .relations-item .info h3 {
    font-size: 3.2rem;
  }
}
.container-fluid .row.listen-main-section .relations .relations-item .info h3 a {
  color: inherit;
}
.container-fluid .row.listen-main-section .relations .relations-item .info h3 a:hover {
  text-decoration: none;
}
.container-fluid .row.listen-main-section .relations .relations-item .info .description {
  font-weight: 400;
  font-size: 1.9rem;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .container-fluid .row.listen-main-section .relations .relations-item .info .description {
    font-size: 2.2rem;
  }
}
.container-fluid .row.listen-main-section .relations .relations-item .more a {
  display: inline-block;
  padding: 1rem 0;
  color: #e6391e;
  font-size: 1.8rem;
  text-decoration: underline;
  font-family: "ibmplex-regular", sans-serif;
}
@media (max-width: 900px) {
}
.contentwrap {
  width: 94%;
  margin: 3% auto;
}
@media (max-width: 900px) {
  .contentwrap {
    width: 100%;
    margin: 0;
    background-color: #F7EEE7;
    padding: 0 !important;
    background-image: url('/images/kreski_background.svg');
    background-repeat: repeat-x;
    background-position-y: bottom;
  }
}
.container-fluid.ahm-container .search-result {
  position: relative;
}
.container-fluid.ahm-container .search-result .over-loading-search {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container-fluid.ahm-container .search-result .over-loading-search img {
  display: block;
  margin: 24px auto;
}
.container-fluid.ahm-container h3.result-none {
  font-family: 'Sentinel-Black';
  font-size: 2rem;
  color: #232323;
}
.local-navig {
  text-align: right;
}
@media (max-width: 768px) {
  .local-navig {
    text-align: center;
    margin: 2em auto;
  }
}
.local-navig a.ecru {
  display: inline-block;
  background-color: #f7eee7;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  font-size: 0.8em;
  color: black;
  padding: 1em 5em;
  margin: 2em 2em 3em 0em;
}
@media (max-width: 768px) {
  .local-navig a.ecru {
    padding: 1em 2em;
    margin: 1em auto 0 auto;
    width: 100%;
  }
}
.container-fluid.ahm-container .transc {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif !important;
  color: #222222;
}
@media (max-width: 422px) {
  .container-fluid.ahm-container .transc {
    font-size: clamp(14px, 1.2vw, 18px);
  }
}
.container-fluid.ahm-container .carusel {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.container-fluid.ahm-container .recblock {
  width: 100%;
  margin: auto;
}
@media (max-width: 1444px) {
}
@media (max-width: 991px) {
  .container-fluid.ahm-container .recblock {
    padding: 1em;
  }
}
@media (max-width: 620px) {
  .container-fluid.ahm-container .recblock {
    padding: 0.7em;
  }
}
.container-fluid.ahm-container .recblock .col-xs-12.col-sm-12 {
  padding: 15px 0px !important;
}
.container-fluid.ahm-container .record-container.ecru {
  background-color: #f7eee7;
}
.container-fluid.ahm-container .record-container {
  background-color: transparent;
}
.container-fluid.ahm-container .record-container.bio {
  font-family: "ibmplex-regular", sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  width: 50vw !important;
  max-width: 1000px;
  margin: auto;
  padding: 0 0 2em 0 !important;
}
@media (max-width: 992px) {
  .container-fluid.ahm-container .record-container.bio {
    width: 100% !important;
    padding: 2em !important;
  }
}
.container-fluid.ahm-container .record-container.bio .biotext,
.container-fluid.ahm-container .record-container.bio .bioportret {
  float: left;
}
.container-fluid.ahm-container .record-container.bio .biotext {
  width: 80%;
  padding-right: 4em;
}
@media (max-width: 992px) {
  .container-fluid.ahm-container .record-container.bio .biotext {
    width: 100% !important;
    float: none !important;
    padding-right: 0em !important;
    clear: both;
  }
}
.container-fluid.ahm-container .record-container.bio .bioportret {
  width: 20%;
}
@media (max-width: 992px) {
  .container-fluid.ahm-container .record-container.bio .bioportret {
    display: none;
  }
}
.container-fluid.ahm-container .record-container.bio .bioportret.mobile {
  display: none;
  margin: 1em auto;
  width: 50%;
}
@media (max-width: 992px) {
  .container-fluid.ahm-container .record-container.bio .bioportret.mobile {
    width: 30%;
    float: none !important;
  }
}
@media (max-width: 640px) {
  .container-fluid.ahm-container .record-container.bio .bioportret.mobile {
    width: 50%;
  }
}
.container-fluid.ahm-container .transcript-contener .mywell.content {
  width: 50vw;
  padding-left: 0.3em;
  maxwidth: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .container-fluid.ahm-container .transcript-contener .mywell.content {
    width: 100% !important;
  }
}
.container-fluid.ahm-container .mediaplayer {
  margin-bottom: 3em;
}
.container-fluid.ahm-container .search-result {
  margin-top: 24px;
}
.container-fluid.ahm-container .search-result .result-element {
  margin-bottom: 48px;
}
.container-fluid.ahm-container .search-result .result-element .result-record-title {
  overflow: hidden;
  margin-bottom: 24px;
}
.container-fluid.ahm-container .search-result .result-element .result-record-title .icon {
  width: 48px;
  float: left;
  margin-right: 10px;
}
.container-fluid.ahm-container .search-result .result-element .result-record-title .icon img {
  margin-top: -2px;
}
.container-fluid.ahm-container .search-result .result-element .result-record-title .title-and-dur {
  width: calc((100% - 58px));
}
.container-fluid.ahm-container .search-result .result-element .result-record-title .title-and-dur h3 {
  font-family: "freight-display-pro", serif;
  font-size: 1.8rem;
}
.container-fluid.ahm-container .search-result .result-element .result-record-title .title-and-dur h3 a {
  color: #232323;
}
.container-fluid.ahm-container .search-result .result-element .result-record-title .title-and-dur h4 {
  font-family: "freight-display-pro", serif;
  font-size: 2.1rem;
}
.container-fluid.ahm-container .search-result .fragments .row-element-search {
  clear: both;
  overflow: hidden;
  margin-bottom: 24px;
}
.container-fluid.ahm-container .search-result .fragments .row-element-search .col-link-fragment {
  width: 140px;
  float: left;
}
.container-fluid.ahm-container .search-result .fragments .row-element-search .col-link-fragment a {
  color: #232323;
}
.container-fluid.ahm-container .search-result .fragments .row-element-search .col-highlight {
  width: calc((100% - 160px));
  margin-left: 10px;
  float: left;
}
.container-fluid.ahm-container .search-result .fragments .row-element-search .col-link-fragment .arrow-link .arrow-left {
  float: left;
  width: 35%;
  margin-left: 0%;
}
.container-fluid.ahm-container .search-result .fragments .row-element-search .col-link-fragment .arrow-link .start-right {
  float: left;
  width: 56.66666667%;
  margin-left: 8.33333333%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
}
.container-fluid.ahm-container .search-result .fragments .row-element-search .col-link-fragment .arrow-link span.arrow-left {
  display: block;
  float: left;
  width: 35%;
  margin-left: 0%;
}
.container-fluid.ahm-container .search-result .fragments .row-element-search .col-link-fragment .arrow-link span.start-right {
  display: block;
  float: left;
  width: 56.66666667%;
  margin-left: 8.33333333%;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
}
.table-cont-images {
  padding-top: 40px;
}
.table-cont-images .photoswipe-gallery {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 400;
}
.table-cont-images .photoswipe-gallery .search-element-image {
  min-height: 300px;
  width: calc(((100% - 24px)/2));
  float: left;
  margin-bottom: 64px;
  padding-bottom: 16px;
}
.table-cont-images .photoswipe-gallery .search-element-image img {
  max-width: 100%;
}
.table-cont-images .photoswipe-gallery .search-element-image .image-content {
  float: left;
  width: 50%;
  margin-left: 0%;
}
.table-cont-images .photoswipe-gallery .search-element-image figcaption[itemprop="caption description"] {
  overflow: hidden;
  padding: 0 0 16px 0;
  min-height: 70px;
  font-family: "Sentinel A", "Sentinel B";
  font-style: italic;
  font-weight: 800;
  font-size: 1.6rem;
  float: left;
  width: 47.5%;
  margin-left: 2.5%;
  border-bottom: 1px solid #232323;
  margin-bottom: 20px;
}
.table-cont-images .photoswipe-gallery .image-content {
  padding-left: 12px;
  border-left: 1px solid #232323;
}
.table-cont-images .photoswipe-gallery .image-content div.ng-scope {
  height: 320px;
  overflow: hidden;
}
.table-cont-images .photoswipe-gallery h3.see-more {
  font-size: 2rem;
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 700;
  padding-left: 12px;
  cursor: pointer;
}
.table-cont-images .photoswipe-gallery .search-element-image:first-child {
  margin-left: 0;
}
.table-cont-images .photoswipe-gallery .search-element-image:nth-child(2n+2) {
  margin-left: 24px;
}
.table-cont-images .records-linked {
  margin-top: 32px;
  clear: both;
  display: table;
  position: relative;
  width: 100%;
}
.table-cont-images .records-linked .close-x {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 2.5rem;
  color: #232323;
}
.table-cont-images .records-linked .cloud-more-fragments {
  position: absolute;
  top: 0px;
  z-index: 11;
  background: #EEE5DD;
  width: 100%;
  padding: 5% 3% 5% 3%;
  border-top: 1px solid #232323;
  border-left: 1px solid #232323;
  border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;
}
.table-cont-images .records-linked .row-title-rec-l {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #232323;
  margin-bottom: 12px;
  margin-top: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.table-cont-images .records-linked .row-title-rec-l img.image-type {
  float: left;
  width: 30px;
  margin-bottom: 12px;
}
.table-cont-images .records-linked .row-title-rec-l h4.more-see-title {
  font-family: "Sentinel A", "Sentinel B";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  margin-left: 12px;
  float: left;
}
.table-cont-images .records-linked .row-frg {
  clear: both;
}
.table-cont-images .records-linked .row-frg .more-col {
  width: 128px;
  float: left;
}
.table-cont-images .records-linked .row-frg .more-col .more-link-row {
  clear: both;
}
.table-cont-images .records-linked .row-frg .more-col .arrow-col {
  display: block;
  float: left;
  width: 41.66666667%;
  margin-left: 0%;
}
.table-cont-images .records-linked .row-frg .more-col .time-col {
  display: block;
  float: left;
  width: 58.33333333%;
  margin-left: 0%;
  color: #232323;
}
.table-cont-images .records-linked .row-frg .frag-col {
  width: calc(100% - 128px);
  float: left;
}
.photoswipe-gallery .fragment-image-elements {
  float: left;
  width: calc((100% - 48px)/3);
  height: 260px;
  overflow: hidden;
  margin-bottom: 24px;
}
.photoswipe-gallery .fragment-image-elements:nth-child(3n+2) {
  margin-left: 24px;
}
.photoswipe-gallery .fragment-image-elements:nth-child(3n+3) {
  margin-left: 24px;
}
body.contrast-plus .mainbutton {
  background-color: #e6391e;
}
body.contrast-plus .mainbutton h2,
body.contrast-plus .mainbutton span {
  color: #ffffff !important;
}
nav.breadc ol.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
}
nav.breadc ol.breadcrumb > li + li:before {
  content: '>';
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
}
nav.breadc ol.breadcrumb > .active {
  color: #333;
}
nav.breadc ol.breadcrumb a {
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
  color: #333;
  text-decoration: underline;
}
nav.breadc ol.breadcrumb.home-breadc {
  padding-left: 0;
}
.mainbutton {
  margin: 0% 5% 2% 5%;
  height: 70px;
  background-color: #F7A729;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 500;
}
.mainbutton h2,
.mainbutton span {
  color: #000000 !important;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .mainbutton {
    justify-content: flex-start;
    padding-left: 9%;
  }
}
@media (min-width: 1600px) {
  .mainbutton {
    margin: 0% 3.5% 2% 3.5%;
  }
}
.mainbutton h2 {
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
  letter-spacing: 0.09rem;
  text-align: center;
  padding: 0 1rem;
  line-height: 1.7;
}
@media (min-width: 1200px) {
  .mainbutton h2 {
    font-size: 1.5rem;
    letter-spacing: 0.16rem;
  }
}
@media (min-width: 1400px) {
  .mainbutton h2 {
    font-size: 1.6rem;
  }
}
.mainbutton .action {
  position: absolute;
  right: 0;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: underline;
  font-size: 1.3rem;
  letter-spacing: 0.16rem;
  cursor: pointer;
  display: none;
}
@media (min-width: 1200px) {
  .mainbutton .action {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .mainbutton .action {
    font-size: 1.4rem;
  }
}
.mainbutton .action .actiontxt {
  display: block;
  padding: 0 20px;
}
.mainbutton .action .actionarrow {
  display: block;
  width: 70px;
  height: 70px;
  background: #111824;
  position: relative;
}
.mainbutton .action .actionarrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.mainbutton .action .actionarrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 47%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
@media (max-width: 900px) {
  .mainbutton {
    margin: 2% 3% 1.5% 3%;
  }
}
.mainbutton-pass {
  height: 100px;
  background: url("../images/kreski.png") no-repeat;
  background-position: bottom right;
}
@media (max-width: 900px) {
  .mainbutton-pass {
    height: 70px;
    background: transparent;
  }
}
.mainbutton-pass a:hover {
  text-decoration: none;
}
.shortcuts {
  /*   .bread li a:hover{
     text-decoration: underline !important;
   }

   .bread li.last a::after{
     content: "";
   }

   .bread li:last-child a::after{
     content: "";
   }*/
}
.shortcuts .titles-back {
  position: relative;
  margin: 5rem 5% 5rem;
  text-align: center;
}
.shortcuts .titles-back h2 {
  font-family: "freight-display-pro", serif;
  font-size: 3.2rem;
}
@media (min-width: 1200px) {
  .shortcuts .titles-back h2 {
    font-size: 6.5rem;
  }
}
.shortcuts .titles-back h3 {
  font-family: "ibmplex-regular", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .shortcuts .titles-back h3 {
    font-size: 2.1rem;
  }
}
.shortcuts .relationsmob {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .shortcuts .relationsmob {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 5%;
  }
}
.shortcuts .relationsmob .relations-item {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .shortcuts .relationsmob .relations-item {
    width: 45%;
  }
}
.shortcuts .relationsmob .relations-item .item-image {
  position: relative;
  overflow: hidden;
}
.shortcuts .relationsmob .relations-item .item-image::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.shortcuts .relationsmob .relations-item .item-image img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shortcuts .relationsmob .relations-item .item-content {
  border-right: 1px solid #1d1e1b;
  width: 90%;
  margin: auto;
  font-family: "ibmplex-regular", sans-serif;
}
@media (min-width: 768px) {
  .shortcuts .relationsmob .relations-item .item-content {
    width: 100%;
  }
}
.shortcuts .relationsmob .relations-item .item-content .item-title {
  padding: 2rem 3rem 1rem 3rem;
  font-family: "freight-display-pro", serif;
  font-size: 2.6rem;
  line-height: 1.2;
}
.shortcuts .relationsmob .relations-item .item-content .item-title a {
  color: inherit;
}
.shortcuts .relationsmob .relations-item .item-content .item-subtitle {
  padding: 1rem 0 2rem 0;
  font-size: 1.6rem;
  opacity: 0.49;
}
.shortcuts .relationsmob .relations-item .item-content .item-description {
  padding: 2rem 4rem 0 2rem;
  border-top: 1px solid #1d1e1b;
  font-size: 1.6rem;
  letter-spacing: 0.016rem;
}
.shortcuts .relationsmob .relations-item .item-content .item-description a {
  color: inherit;
}
.shortcuts .relations {
  background: url(../images/kreski.png) no-repeat;
  background-position: 96.5% 2.5rem;
  padding-bottom: 8rem;
}
.shortcuts .relations .relations-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0 5%;
  /*    &.spec-1{
            background: url(../images/kreski.png) no-repeat 5rem 20rem, url(../images/pink-circle.png) no-repeat 10rem 20rem;
          }
          &.spec-2{
            background: url(../images/bgspec2.png) no-repeat right center;
          }*/
}
@media (min-width: 1600px) {
  .shortcuts .relations .relations-row {
    padding: 0 3.5%;
  }
}
.shortcuts .relations .relations-row.spec-1 {
  justify-content: flex-end !important;
  background: url(../images/kreski.png) no-repeat 5rem 20rem, url(../images/pink-circle.png) no-repeat 10rem 20rem;
}
.shortcuts .relations .relations-row.spec-1 .relations-item {
  margin-left: 5%;
}
@media (max-width: 1600px) {
  .shortcuts .relations .relations-row.spec-1 {
    background: url(../images/kreski_short.svg) no-repeat 5rem 13rem, url(../images/pink-circle.png) no-repeat 7rem 14rem;
  }
}
@media (max-width: 1420px) {
  .shortcuts .relations .relations-row.spec-1 {
    background: url(../images/kreski_sh.svg) no-repeat 5rem 13rem, url(../images/pink-circle.png) no-repeat 7rem 14rem;
  }
}
.shortcuts .relations .relations-row.spec-2 {
  justify-content: flex-start !important;
  background: url(../images/bgspec2.png) no-repeat right center;
}
.shortcuts .relations .relations-row.spec-2 .relations-item {
  margin-right: 5%;
}
.shortcuts .relations .relations-row .relations-item {
  width: 30%;
  margin: 5rem 0;
}
.shortcuts .relations .relations-row .relations-item .item-image {
  position: relative;
  overflow: hidden;
}
.shortcuts .relations .relations-row .relations-item .item-image::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.shortcuts .relations .relations-row .relations-item .item-image img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shortcuts .relations .relations-row .relations-item .item-content {
  border-right: 1px solid #1d1e1b;
  font-family: "ibmplex-regular", sans-serif;
}
.shortcuts .relations .relations-row .relations-item .item-content .item-title {
  padding: 2rem 1rem 1rem 1rem;
  font-family: "freight-display-pro", serif;
  font-size: 3.2rem;
}
@media (min-width: 1600px) {
  .shortcuts .relations .relations-row .relations-item .item-content .item-title {
    padding: 2rem 5rem 1rem 5rem;
  }
}
.shortcuts .relations .relations-row .relations-item .item-content .item-title a {
  color: inherit;
}
.shortcuts .relations .relations-row .relations-item .item-content .item-title a:hover {
  text-decoration: none;
}
.shortcuts .relations .relations-row .relations-item .item-content .item-subtitle {
  padding: 1rem 0 2rem 0;
  font-size: 1.6rem;
  opacity: 0.49;
}
.shortcuts .relations .relations-row .relations-item .item-content .item-description {
  padding: 2rem 4rem 0 2rem;
  border-top: 1px solid #1d1e1b;
  font-size: 1.8rem;
  letter-spacing: 0.045rem;
}
.shortcuts .relations .relations-row .relations-item .item-content .item-description a {
  color: inherit;
}
.shortcuts .relations .relations-row .relations-item .item-content .item-description a:hover {
  text-decoration: none;
}
.shortcuts .relations .relations-row .relations-item .item-content.blank {
  border-right: none !important;
}
.shortcuts .relations .relations-row .relations-item .item-content.blank .item-description {
  border-top: none !important;
}
.shortcuts .row.freeaccess-main-section {
  padding-bottom: 5rem;
  margin-bottom: 0;
  background-image: none;
}
@media (min-width: 992px) {
  .shortcuts .row.freeaccess-main-section {
    background-image: url('../images/freeaccess-shape-bg-pink.png');
    background-size: auto;
    background-position: right 5% bottom -4rem;
    padding-bottom: 10%;
  }
}
.shortcuts .bread-back {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .shortcuts .bread-back {
    position: static;
  }
}
.shortcuts .bread-back li {
  display: inline-block;
}
.shortcuts .bread-back li a {
  font-family: "ibmplex-regular", sans-serif;
  text-decoration: underline;
  display: block;
  font-size: calc(0.3em + 0.5vw);
  color: #000000;
}
@media (max-width: 1999px) {
  .shortcuts .bread-back li a {
    font-size: calc(0.4em + 0.5vw);
  }
}
@media (max-width: 991px) {
  .shortcuts .bread-back li a {
    font-size: calc(0.5em + 0.5vw);
  }
}
@media (max-width: 640px) {
  .shortcuts .bread-back li a {
    font-size: calc(0.5em + 0.7vw);
  }
}
@media (max-width: 420px) {
  .shortcuts .bread-back li a {
    font-size: calc(0.5em + 0.8vw);
  }
}
