body {
  height: 100%;
  margin: 0;
  padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
	line-height: 2.5rem;
}

h3 {
	font-size: 1.5em;
	line-height: 2rem;
}

p {
	line-height: 1.7rem;
	font-size: 1.2em;
}

.ql-size-small {
	font-size: 0.55em;
}

.ql-size-large {
	font-size: 4.5em;
}

.ql-size-huge {
	font-size: 5.7em;
}

.ql-font-lato {
	font-family: 'Lato', sans-serif;
}

.ml-form-interestGroupsRowCheckbox input[type="radio"] {
	display: inline-block;
	float: left;
}

.grid.root {
  /*max-width: 1200px;*/
}

.grid {
  align-content: start;
}

.fixheader {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000 !important;
}

.fixheader ~ div:nth-child(2) {
  margin-top: 68px;
}

.fixheader.fixfilters ~ div:nth-child(2) {
  margin-top: 108px;
}

.thumbslist {
  display: block;
}

.thumbslist a {
  display: block;
  width: 25%;
  float: left;
  padding: 10px 0;
}

.thumbslist img {
  line-height: 0;
  margin: 0 auto;
}

.thumbslist span {
  display: block;
  margin-top: 5px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.ma {
	margin: 0 auto;
}

.thumbslist:after,
.ma:after,
.gr:after {
  display: block;
  content: '';
  clear: both;
}
.ma-c,
.gr-c {
  float: left;
  width: 20%;
}
.ma-b {
  padding: 12.5px;
  overflow: hidden;
}
.dla-firm .ma-b {
  float: left;
  width: 18%;
  padding-left: 1%;
  padding-right: 1%;
}
.ma-b, .ma-i, .ma-i img {
  border-radius: 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.ma-i.ma-g, .ma-i.ma-g img {
  border-radius: 0;
}
.ma-i,
.gr-i {
  position: relative;
  line-height: 0;
  display: block;
}
.ma-i img,
.gr-i img {
  width: 100%;
  min-height: 100px;
  max-height: 100%;
}
.ma-t {
  position: relative;
  height: 30px;
  margin: 5px 0 0;
}
.ma-f {
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 30px;
  height: 30px;
  padding: 5px 8.5px 0 8.5px;
  z-index: 1;
  cursor: pointer;
}
.ma-f:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 6px;
  width: 35px;
  height: 30px;
}
.ma-f:after {
  position: absolute;
  right: 0;
  top: 0;
  content: url('/public/icons/not-favorite.svg');
  padding: 5px 8.5px 0 8.5px;
  width: 30px;
}
.ma-b.favorite .ma-f:after {
  content: url('/public/icons/favorite.svg');
}
.ma-n {
  font-weight: 700;
  font-size: 16px;
  margin: 5px 0 0;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  line-height: 18px;
}
.ma-l {
  text-align: left;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.ma-n a,
.ma-l a {
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
}
.ma-d {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 17px;
  overflow-wrap: break-word;
  text-align: left;
}
.ma-d textarea {
  border: 1px solid #ccc;
  background-color: white;
  width: 100%;
  padding: 5px 0;
  margin: 10px 0 0;
  text-indent: 5px;
  resize: none;
}
.ma-i-c {
  text-align: center;
  line-height: 202px;
  height: 204px;
  background-color: #000;
  border-radius: 0;
}
.ma-i-c img {
  width: initial !important;
  vertical-align: middle;
  border-radius: 0;
}
.search {
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: white;
  display: inline-block;
  padding: 5px 16px;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mo,
.mo-c,
.mo-t {
  display: block;
}
.mo-t {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.mo-c:after {
  content: '';
  float: none;
  clear: both;
  line-height: 0;
}
.mo-c a,
.mo-c .slider {
  display: inline-block;
  width: 20%;
  float: left;
  text-decoration: none;
  padding: 10px 2%;
  color: #000;
  position: relative;
}
.mo-c a:not(.selected):hover {
  text-decoration: underline;
}
.mo-c a.selected {
  background-color: #333;
  color: white;
  cursor: default;
}
.mo:not(.visible) {
    margin-top: 50px;
}
.mo.visible {
  position: fixed;
  background-color: rgba(0,0,0,.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.mo.visible .mo-c {
  position: fixed;
  background-color: white;
  padding: 10px;
  top: 10%;
  bottom: 10%;
  left: 0;
  right: 0;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #aaa;
  border-radius: 6px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mo.visible .mo-t {
  border-bottom: 1px solid #f7f7f7;
}
.mo .mo-c a,
.mo .mo-c .slider {
  width: 29%;
}
.mo .mo-x {
  display: none;
}
.mo.visible .mo-x {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  transform: rotate(45deg);
  color: #ccc;
  cursor: pointer;
  padding: 10px;
  line-height: 20px;
}
.favorites {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.favorites:before {
  content: url('/public/icons/not-favorite.svg');
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}
.favorites.active:before {
  content: url('/public/icons/favorite.svg');
}
.favorites.active span {
  position: absolute;
  right: -5px;
  bottom: -5px;
  border: 1px solid white;
  background-color: pink;
  border-radius: 10px;
  padding: 3px 2px;
  color: darkred;
  font-size: 11px;
  line-height: 11px;
  width: 12px;
  text-align: center;
  font-weight: bold;
}
.fo {
  text-align: center;
}
.fo.signupuser {
  width: 280px;
  margin: 0 auto;
}
.fo.signupuser .fo-status.error {
  margin-top: 15px;
}
.fo-i {
  padding: 5px 0;
  text-align: left;
}
.fo-i.horizontal {
  padding-bottom: 15px;
}
.fo-i:after {
  content: "";
  clear: both;
  display: table;
}
.fo-l {
  line-height: 38px;
  font-weight: bold;
}
.fo-s {
  color: #999;
  font-size: 12px;
}
.fo-v {
  width: 100%;
  position: relative;
}
.fo-v.invalid::after {
  content: 'Nieprawidłowa wartość';
  position: absolute;
  top: 100%;
  color: #dc3545;
  font-size: 12px;
  right: 0;
}
.fo-v.invalid.invalid-name::after {
  content: 'Nieprawidłowe imię';
}
.fo-v.invalid.invalid-email::after {
  content: 'Nieprawidłowy e-mail';
}
.fo-v.invalid.invalid-message::after {
  content: 'Nieprawidłowa wiadomość';
}
.fo-v.invalid input[type="text"],
.fo-v.invalid textarea {
  border-color: #dc3545;
}
.fo-v input[type="text"],
.fo-v textarea,
.fo-v select,
.input {
  border: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px;
  resize: none;
  border-radius: 6px;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fo-v select,
.konto-category select {
  line-height: 38px;
  height: 38px;
}
.fo-b {
  background-color: #5b89ff;
  cursor: pointer;
  border: 1px solid white;
  padding: 15px 20px;
  color: white;
  font-size: 16px;
  margin: 0;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}
.fo-b[disabled] {
  background-color: #ccc;
  cursor: default;
}
.fo-b.loading {
  background-color: #333;
  cursor: wait;
}
.fo-b.block {
  width: 100%;
}
.fo-u {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fo-u + label {
    padding: 5px 15px;
    display: inline-block;
}
.fo-u:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.fo-u + label * {
  pointer-events: none;
}
.fo-p {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.fo-e > span {
  color: red;
  display: block;
  font-size: 14px;
}
.fo-phone {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.fo-status {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid transparent;
  display: none;
}
.fo-status.success {
  display: block;
  border: 1px solid #c3e6cb;
  background-color: #d4edda;
  color: #155724;
}
.fo-status.error {
  display: block;
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da;
}
.fo-r {
  background-color: #c3e6cb;
  color: #155724;
  min-width: 19px;
  border-radius: 13px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  padding: 0 5px;
}
.fo-a {
  text-align: left;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  display: block !important;
}
.fo-a:last-child {
  margin-bottom: 0;
}
.fo-a > .fo-l {
  position: relative;
  padding: 5px;
  cursor: pointer;
  background: #eee;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.fo-a > .fo-l > span {
  margin-left: 15px;
}
.fo-a > .fo-l::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  font-size: 20px;
}
.fo-a.is-opened > .fo-l {
  border-bottom-color: #ccc;
}
.fo-a.is-opened > .fo-l::after {
  content: "-";
}
.fo-a:not(.is-opened) > .fo-l::after {
  content: "+";
}
.fo-a:not(.is-opened) > .fo-v {
  display: none;
}
.fo-a > .fo-v {
  padding: 5px;
  width: inherit;
  background: #fff;
}
.fo-a > .fo-v > .fo-c {
  margin: 15px 0;
}
.fo-c {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.se {
  margin: 50px 10px 0;
}
.se.space {
  margin-top: 100px;
}
.se-h {
  margin-bottom: 10px;
  font-weight: 400;
}
.se-h a {
  text-decoration: none;
  color: #000;
}
.se-h a:hover {
  text-decoration: underline;
}
.se-c {
  color: #ccc;
  font-weight: 300;
}
.tools {
  text-align: center;
  font-size: 16px;
}
.tools a {
  color: rgb(91, 137, 255);
  font-weight: bold;
}
.wizard-arrow-right {
  position: relative;
  border-width: 32px 0 32px 20px;
}
.wizard-arrow-right,
.wizard-arrow-gray:before {
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform:rotate(360deg);
}
.wizard-arrow-gray:before {
  left: -20px;
  top: -32px;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent transparent #f4f5f7;
  margin-left: -2px;
  border-width: 32px 0 32px 20px;
}
.wizard-arrow-blue {
  border-color: transparent transparent transparent #5b89ff;
}
.wizard-arrow-gray {
  border-color: transparent transparent transparent #fff;
}
.sl {
  background-color: #000;
}
.sl-i {
  text-align: center;
  line-height: 0;
}
.b-i {
  width: 50%;
  float: left;
}
.konto-categories {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-gap: 2%;
}
.konto-category {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  display: grid;
  grid-template-rows: 180px auto 60px auto;
  grid-row-gap: 15px;
}
.konto-category:hover {
  background-color: #f7f7f7;
}
.konto-category span,
.konto-category a {
  display: block;
}
.konto-category img {
  margin: 0 auto;
}
.konto-category .matrix {
  display: grid;
  grid-template-columns: 90px 90px;
  grid-template-rows: 90px 90px;
  margin: 0 auto;
}
.konto-category .invalid {
  color: #dc3545;
}
.konto-profile {
  color: #5b89ff;
  padding-bottom: 15px;
  display: inline-block;
}
.dla-firm-photo-options {
  margin-top: 10px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 20px auto 20px;
  grid-gap: 15px;
}
.dla-firm-photo-options select {
  width: auto;
  padding: 0;
  background-color: #fff;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.dla-firm-photo-options .ma-remove,
.dla-firm-photo-options .ma-move {
  cursor: pointer;
  grid-row-start: 1;
  grid-row-end: 2;
}
.dla-firm-photo-options .ma-remove {
  grid-column-start: 1;
  grid-column-end: 2;
}
.dla-firm-photo-options .ma-move {
  grid-column-start: 3;
  grid-column-end: 4;
}
.ma-b:last-child .ma-move {
  visibility: hidden;
}
.m {
  display: grid;
  grid-template-columns: auto 50px 50px 30px;
  grid-gap: 20px;
}
.m-i {
  color: #333;
  text-align: center;
  position: relative;
}
.m-i:first-child {
  grid-column-start: 2;
}
.share {
  display: inline-grid;
  grid-template-columns: 30px 30px;
  grid-column-gap: 20px;
}
.share a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.social {
  padding-top: 15px;
  display: grid;
  grid-template-columns: 35px 35px 35px;
  grid-column-gap: 20px;
}
.social a {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.social .social-instagram {
  width: 37px;
}
.social .social-www {
  background: #f7f7f7;
  border-radius: 3px;
}
.locations {
  padding-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  max-height: 150px;
  overflow-y: scroll;
}

.slider {
  position: relative;
}
.slider input {
  margin: 0px;
  margin-top: 1px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 1;
  background: red;
  width: 40px;
  height: 20px;
}
.slider input:checked + .label:before {
  background-color: #5b89ff;
  content: "";
  padding-left: 6px;
}
.slider input:checked + .label:after {
  left: 21px;
}
.slider .label {
  position: relative;
  padding-left: 46px;
  cursor: pointer;
}
.slider .label:before, .slider .label:after {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: background-color 0.3s, left 0.3s;
}
.slider .label:before {
  content: "";
  color: #fff;
  box-sizing: border-box;
  padding-left: 23px;
  font-size: 12px;
  line-height: 20px;
  background-color: #888;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slider .label:after {
  content: "";
  letter-spacing: 20px;
  background: #fff;
  left: 1px;
  top: 1px;
  height: 18px;
  width: 18px;
}

@media only screen and (min-width: 1201px) {
  .ma-b:hover {
    background-color: #f1f1f1;
  }

  .ma-n a:hover,
  .ma-l a:hover {
    text-decoration: underline;
  }

  .fo-i.horizontal .fo-l {
    width: 25%;
    float: left;
  }

  .fo-s {
    display: block;
  }

  .fo-i.horizontal .fo-v {
    width: 75%;
    float: left;
  }

  .thumbslist img {
    width: 230px;
    height: 230px;
  }

  .uslugi .ma-c--5,
  .uslugi .ma-c--4 { display: none }
  .uslugi .ma-c {
    width: 33.3%;
  }

  .m-i:hover:after {
    border-bottom: 2px solid #333;
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .ma-c--5 { display: none }
  .ma-c,
  .gr-c {
  	width: 25%;
  }

  .dla-firm .ma-b {
    width: 23%;
  }

  .uslugi .ma-c--4 { display: none }
  .uslugi .ma-c {
    width: 33.3%;
  }

  .fo-s {
    margin-left: 5px;
  }

  .fo-c {
    grid-template-columns: 1fr 1fr;
  }

  .thumbslist img {
    width: 179px;
    height: 179px;
  }

  .konto-categories {
    grid-template-columns: 31% 31% 31%;
  }

  .m-i:hover:after {
    border-bottom: 2px solid #333;
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
  }

  .locations {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 701px) and (max-width: 900px) {
  .locations {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 700px) {
  .ma-b {
    padding: 10px;
  }

  .dla-firm .ma-b {
    width: 98%;
  }

  .ma-t {
    margin-bottom: 10px;
  }

  .ma-i img {
    width: 100%;
  }

  .ma-f:after {
    right: -10px;
    top: -10px;
    padding: 16.5px 16.5px 10px 10px;
  }

  .ma-c--4, .ma-c--3, .ma-c--2 { display: none }
  .ma-c,
  .uslugi .ma-c {
    width: 100%;
  }

  .gr-c {
  	width: 50%;
  }

  .mo .mo-c a {
    width: 46%;
  }

  .mo .mo-c .slider {
    width: 96%;
  }

  .mo.visible .mo-c {
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 0;
  }

  .thumbslist a {
    width: 33.3%;
    padding-bottom: 0;
  }

  .thumbslist img {
    width: auto;
    height: auto;
  }

  .thumbslist span {
    height: 60px;
  }

  .konto-categories {
    grid-template-columns: auto;
  }

  .dla-firm-photo-options {
    grid-template-rows: auto;
  }
  .dla-firm-photo-options select {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .dla-firm-photo-options .ma-move {
    transform: rotate(90deg);
  }
  .m-i:hover:after {
    content: none;
  }
}
@media only screen and (max-width: 414px) {
  .fo-c {
    grid-template-columns: 1fr;
  }
  .locations {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 350px) {
  .ma-b {
    padding: 10px 0;
  }

  .ma-t {
    margin-left: 5px;
    margin-right: 5px;
  }

  .se-h {
    font-size: 1.45em;
  }
}
