@charset "UTF-8";
/*
Theme Name: Masaże - Izabela Sądel
Author: positiva.com.pl
Version: 1.0
*/
/* 1. Breakpoints */
/* 2. General grid for page */
.container-intro {
  grid-column: full-start/full-end;
  display: grid;
  display: grid;
  grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(6, [col-start] minmax(min-content, 20rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end];
}

.container-grid {
  color: #363636;
}

.section-title-main {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
}
@media screen and (min-width: 500px) {
  .section-title-main {
    font-size: 3.5rem;
  }
}

/* 3. Background-image styles */
/* 4. Titles of sections */
/* 5. Skip link*/
.skip-link {
  left: -100%;
  position: absolute;
}
.skip-link:focus {
  left: 50%;
}

/* 6. GENERAL STYLES AND RESET */
*,
*::before,
*::after {
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

a {
  color: #363636;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #167ca5;
}

button:hover,
a:hover {
  cursor: pointer;
}

body {
  font-family: "Lato", sans-serif;
  color: #363636;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.8rem;
  min-width: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: initial;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  font-size: 2.7rem;
}
@media screen and (min-width: 500px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (min-width: 500px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 1.9rem;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4,
h5,
h6 {
  font-size: 1.8rem;
}

/* 7. General styles for wordpress posts */
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-bottom: 0.55em;
  color: #363636;
  font-family: "Lato", sans-serif;
}
article h2,
article h3,
article h4,
article h5,
article h6,
article p,
article ol,
article ul {
  line-height: 120%;
}
article p,
article ol,
article ul {
  text-align: left;
  margin-bottom: 2rem;
  line-height: 1.75;
}
article ul,
article ol {
  list-style-position: inside;
}
article ul {
  list-style-type: none;
  padding-left: 3rem;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.1rem;
  left: -1.6rem;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  background-color: #A5167C;
}
article ol {
  padding-left: 1.3rem;
}
article a {
  color: #A5167C;
}
article a:hover {
  color: #167ca5;
}
article strong {
  font-weight: 600;
}
article hr {
  width: 100%;
  height: 0.05rem;
  background-color: #25b6f0;
  margin: 2rem 0;
}
article figcaption {
  text-align: center;
  color: #25b6f0;
  font-size: 1.4rem;
}
article figcaption a {
  color: #25b6f0;
  text-decoration: underline;
}
article blockquote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  border-left: 0.3rem solid #A5167C;
  text-align: left;
  width: 80%;
  padding: 1rem 2rem;
}
article blockquote cite {
  padding-top: 1em;
}
article blockquote p {
  margin-bottom: 0;
  line-height: 190%;
}
article figure img {
  margin-bottom: 2rem;
  height: auto;
}
article figure ul li:before {
  display: none;
}
article blockquote,
article .wp-block-media-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
article .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 601px) {
  article .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 8%;
  }
}
article .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 601px) {
  article .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 8% 0 0;
  }
}

/* 8. Tables within TablePress */
table a {
  text-decoration: underline;
}

table td {
  padding: 1em 0;
}
table .column-1 {
  width: 80%;
}
table .column-2 {
  width: 10%;
}
table .column-3 {
  width: 10%;
}

.tablepress .odd td {
  background-color: #f3f3f3;
}
.tablepress .odd td:hover {
  background-color: transparent;
}

.tablepress tbody td {
  border: 1px solid transparent;
}

.tablepress thead th {
  letter-spacing: 1px;
}

.tablepress tfoot th,
.tablepress thead th {
  background-color: #167ca5;
  background-image: linear-gradient(to bottom, #167ca5, #1780ab, #1985b0, #1a89b6, #1b8ebc, #1c93c2, #1d97c9, #1e9ccf, #20a2d7, #22a9df, #23afe8, #25b6f0);
  color: #fff;
}

h2.tablepress-table-name {
  font-size: 1.4em;
}

/* Table of contents:
     1. Buttons
     2. Pagination
     3. Scroll to top
     4. Forms
     5. Accordion
*/
.button,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.wp-block-button__link {
  background-color: #A5167C;
  color: #fff;
  border: solid 0.2rem #A5167C;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4em 3em;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 1rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 500px) {
  .button,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn,
.wp-block-button__link {
    width: initial;
    font-size: 2.2rem;
  }
}
.button:hover, .button:focus, .button:active,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:active,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:active,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:active,
.frm_form_submit_style:hover,
.frm_form_submit_style:focus,
.frm_form_submit_style:active,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active {
  outline: none;
  color: #fff;
  background-color: #861265;
  border: solid 0.2rem #861265;
}

button {
  background-color: transparent;
}

.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error {
  padding: 0.3em 0 0 1em;
}

.frm_style_formidable-style.with_frm_style .frm_error_style,
.frm_style_formidable-style.with_frm_style p.description,
.frm_style_formidable-style.with_frm_style div.description,
.frm_style_formidable-style.with_frm_style div.frm_description,
.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
.frm_style_formidable-style.with_frm_style .frm_error,
.with_frm_style .frm_message,
.frm_success_style {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}

.pagination {
  text-align: center;
  margin-bottom: 2rem;
}
.pagination .page-numbers {
  padding: 0.5rem 0.8rem;
  border: 0.1rem solid #A5167C;
}
.pagination .page-numbers:hover {
  border-width: 0.2rem;
  padding: 0.4rem 0.7rem;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: #A5167C;
  color: #fff;
  border-width: 0.1rem;
}
.pagination .page-numbers.current:hover,
.pagination .page-numbers:hover:hover {
  padding: 0.5rem 0.8rem;
}
.pagination .dots {
  border: 0.1rem solid transparent;
}

#scroll-to-top {
  width: 5rem;
  height: 4.5rem;
  right: 0.5rem;
  position: fixed;
  bottom: 0;
  border-top-right-radius: 25%;
  border-top-left-radius: 25%;
  background-color: #167ca5;
  border: 0.1rem solid #fff;
  border-bottom: 0;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  display: none;
  background-image: linear-gradient(to bottom, #167ca5, #1780ab, #1985b0, #1a89b6, #1b8ebc, #1c93c2, #1d97c9, #1e9ccf, #20a2d7, #22a9df, #23afe8, #25b6f0);
}
@media screen and (min-width: 500px) {
  #scroll-to-top {
    width: 5.5rem;
    height: 4.5rem;
    right: 1em;
  }
}
#scroll-to-top img {
  margin-top: 2px;
}
@media screen and (min-width: 500px) {
  #scroll-to-top img {
    margin-top: 6px;
  }
}

.page-contact__form h4 {
  font-size: 2.7rem;
  padding-bottom: 1em;
}

.frm_style_formidable-style.with_frm_style textarea,
select,
.with_frm_style textarea,
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style input[type=text],
.with_frm_style input[type=email],
.with_frm_style input[type=tel] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  color: #363636;
  border: 0.2rem solid #e0e0e0;
  padding-left: 1rem;
  border-radius: 1rem;
  box-shadow: none;
  font-size: 1.6rem;
  background-color: #fff;
}
.frm_style_formidable-style.with_frm_style textarea:hover,
select:hover,
.with_frm_style textarea:hover,
.frm_style_formidable-style.with_frm_style select:hover,
.frm_style_formidable-style.with_frm_style input[type=text]:hover,
.with_frm_style input[type=email]:hover,
.with_frm_style input[type=tel]:hover {
  background-color: #f9f2f2;
}
.frm_style_formidable-style.with_frm_style textarea:active, .frm_style_formidable-style.with_frm_style textarea:focus,
select:active,
select:focus,
.with_frm_style textarea:active,
.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style select:active,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style input[type=text]:active,
.frm_style_formidable-style.with_frm_style input[type=text]:focus,
.with_frm_style input[type=email]:active,
.with_frm_style input[type=email]:focus,
.with_frm_style input[type=tel]:active,
.with_frm_style input[type=tel]:focus {
  border: 0.2rem solid #d21c9e;
  background-color: #fff;
}

.frm_style_formidable-style.with_frm_style select {
  color: #363636;
}

.frm_style_formidable-style.with_frm_style .form-field.vertical_radio .frm_opt_container {
  margin-top: 1rem;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,
.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  box-shadow: none;
  background-color: #fff;
  border-color: #f196d7;
}

.with_frm_style textarea {
  background-color: #fff;
}
.with_frm_style textarea:focus, .with_frm_style textarea:active {
  background-color: #fff;
}

.frm_html_container span {
  padding-left: 2rem;
  margin-top: 1rem;
  display: block;
}

.frm_style_formidable-style.with_frm_style .frm_error {
  color: #363636;
  font-family: "Lato", sans-serif;
  padding-left: 2rem;
  padding-top: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field select,
.frm_form_fields_error_style,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,
.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices,
.frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-single .chosen-single,
.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
  color: #A5167C;
  background-color: #eee;
  border: 0.2rem solid #e74c3c;
  margin-bottom: 2rem;
}

.contact-page__form .frm_style_formidable-style.with_frm_style .frm_blank_field select,
.contact-page__form .frm_style_formidable-style.with_frm_style .frm_blank_field textarea,
.contact-page__form .frm_style_formidable-style.with_frm_style textarea,
.frm_style_formidable-style.with_frm_style textarea,
.contact-page__form .frm_style_formidable-style.with_frm_style .frm_blank_field select,
.frm_style_formidable-style.with_frm_style .frm_blank_field select,
.frm_style_formidable-style.with_frm_style select {
  margin-bottom: 0 !important;
}

.frm_form_field.form-field.frm_required_field.frm_none_container.vertical_radio.frm_blank_field {
  position: relative;
}

.frm_form_field.form-field.frm_required_field.frm_none_container.vertical_radio.frm_blank_field .frm_error {
  position: relative;
  top: -0.5rem;
  left: 0;
  margin-top: 0.3rem;
}

/* CUSTOM RADIO AND CHECKED BUTTONS */
.frm_checkbox,
.frm_radio {
  margin-left: 0;
}

.frm_checkbox label,
.frm_radio label {
  position: relative;
  padding: 0 0 0 3.5rem !important;
  text-indent: 0 !important;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}

.frm_checkbox input[type=checkbox],
.frm_radio input[type=radio] {
  position: absolute !important;
  margin-left: -9999px;
  visibility: hidden;
}

/* Hide the browser's default checkbox */
.frm_checkbox label input[type=checkbox],
.frm_radio label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.frm_checkbox span,
.frm_radio span {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #e7e7e7;
}

/* On mouse-over, add a grey background color */
.frm_checkbox label:hover input[type=checkbox] ~ span,
.frm_radio label:hover input[type=radio] ~ span {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.frm_checkbox label input[type=checkbox]:checked ~ span,
.frm_radio label input[type=radio]:checked ~ span {
  background-color: #A5167C;
}

/* Create the checkmark/indicator (hidden when not checked) */
.frm_checkbox span:after,
.frm_radio span:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.frm_checkbox label input[type=checkbox]:checked ~ span:after,
.frm_radio label input[type=radio]:checked ~ span:after {
  display: block;
}

/* Style the checkmark/indicator */
.frm_checkbox label span:after,
.frm_radio label span:after {
  left: 0.9rem;
  top: 0.4rem;
  width: 0.7rem;
  height: 1.3rem;
  border: solid white;
  border-width: 0 0.3rem 0.3rem 0;
  transform: rotate(45deg);
}

.with_frm_style .frm_checkbox input[type=checkbox] + span:before,
.with_frm_style .frm_checkbox input[type=checkbox] + span:after,
.with_frm_style .frm_radio input[type=radio] + span:before,
.with_frm_style .frm_radio input[type=radio] + span:after {
  display: block;
  position: absolute;
  content: "";
}

.frm_style_formidable-style.with_frm_style .frm_checkbox input.frm_other_input:not(.frm_other_full),
.frm_style_formidable-style.with_frm_style .frm_radio input.frm_other_input:not(.frm_other_full) {
  margin-left: 3.5rem;
  margin-top: 0.5em;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 0;
  margin-top: 1.7em;
}

.frm_style_formidable-style.with_frm_style .form-field.vertical_radio {
  margin-bottom: 0;
  margin-top: 1.7em;
}

.frm_style_formidable-style.with_frm_style .form-field.frm_required_field.vertical_radio {
  margin-top: 1.7em;
}

.frm_style_formidable-style.with_frm_style .form-field.frm_required_field.vertical_radio.conditions {
  margin-top: 0;
}

.frm_forms form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("img/arrow-down.svg") no-repeat center right 1rem;
}

.frm_form_field .frm_checkbox, .frm_form_field .frm_checkbox + .frm_checkbox, .frm_form_field .frm_radio, .frm_form_field .frm_radio + .frm_radio {
  margin-top: .5rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .accordion .section-title {
    padding-bottom: 1.5em;
  }
}
.accordion .accordion__card {
  margin: 0.5em 0;
  position: relative;
}
.accordion .accordion__title {
  background-color: #fff;
  cursor: pointer;
  display: block;
  padding: 1rem 5rem 1rem 1rem;
  position: relative;
  text-align: left;
  border-radius: 1rem;
}
.accordion .accordion__title.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 500px) {
  .accordion .accordion__title {
    padding: 2rem 5rem 2rem 3rem;
  }
}
.accordion .accordion__title p {
  margin-bottom: 0;
  font-weight: 600;
}
@media screen and (min-width: 500px) {
  .accordion .accordion__title p {
    font-size: 2rem;
  }
}
.accordion .accordion__title::after {
  display: block;
  content: url("img/arrow-down.svg");
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -30%);
  z-index: 444;
}
.accordion .accordion__title.arrow-up-accordion::after {
  content: url("img/arrow-up.svg");
}
.accordion .accordion__panel {
  display: none;
  margin: 0;
  padding: 0 5rem 1rem 1rem;
  text-align: left;
  background-color: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.accordion .accordion__panel p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .accordion .accordion__panel {
    padding: 0 5rem 2rem 3rem;
  }
}

.header {
  display: grid;
  grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(6, [col-start] minmax(min-content, 20rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end];
}
.header > * {
  grid-column: 2/-2;
}

main > * {
  display: grid;
  grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(6, [col-start] minmax(min-content, 20rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end];
  margin-bottom: 3em;
}
main > *:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  main > * {
    margin-bottom: 5em;
  }
  main > *:nth-last-child(1) {
    margin-bottom: 0;
  }
}
main > * > * {
  grid-column: 2/-2;
  padding: 2em 0;
}
@media screen and (min-width: 500px) {
  main > * > * {
    padding: 3em 0;
  }
}
@media screen and (min-width: 768px) {
  main > * > * {
    padding: 5em 0;
  }
}
main .banner + section > *:first-child {
  padding-top: 0;
}
@media screen and (min-width: 1200px) {
  main .banner + section > *:first-child {
    padding-top: 2em;
  }
}

.footer {
  grid-column: full-start/full-end;
  display: grid;
  grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(6, [col-start] minmax(min-content, 20rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end];
}
.footer__wrapper {
  grid-column: center-start/center-end;
}

.banner-wrapper {
  grid-column: 1/-1;
}

.page-container {
  padding-bottom: 6em;
}

/* Contents:
  1. TOP BAR
  2. MENU
  3. ADDITIONAL CLASSES FOR DESKTOP MENU
  4. BANNER ON HOME-PAGE
  5. HEADER ON SUBPAGES
  6. BANNER-LAYER
*/
.top-bar {
  background-color: #167ca5;
  z-index: 109;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(6, [col-start] minmax(min-content, 20rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end];
  padding: 0.5em 0;
  background-image: linear-gradient(to bottom, #167ca5, #1780ab, #1985b0, #1a89b6, #1b8ebc, #1c93c2, #1d97c9, #1e9ccf, #20a2d7, #22a9df, #23afe8, #25b6f0);
}
@media screen and (min-width: 992px) {
  .top-bar {
    position: initial;
  }
}
.top-bar .top-bar__wrapper {
  grid-column: center-start/center-end;
  display: flex;
}
.top-bar a,
.top-bar p {
  color: #fff;
}
.top-bar .top-bar__contact {
  padding: 0.3rem 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.25;
  align-items: center;
}
@media screen and (min-width: 500px) {
  .top-bar .top-bar__contact {
    font-size: 1.6rem;
  }
}
@media (min-width: 650px) {
  .top-bar .top-bar__contact {
    display: flex;
  }
}
.top-bar .top-bar__contact .top-bar__item:first-child {
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .top-bar .top-bar__contact .top-bar__item:first-child {
    padding-right: 1.5em;
  }
}
.top-bar .top-bar__contact .top-bar__item img {
  position: relative;
  top: 0.15rem;
  padding-right: 0.1em;
}
.top-bar .top-bar__socials {
  margin-left: auto;
}
.top-bar .top-bar__socials-link {
  display: flex;
}
.top-bar .top-bar__socials-img {
  padding-left: 0.8rem;
}
.top-bar__text:first-child {
  padding-right: 1.7rem;
}

.menu-menu-glowne-container {
  display: none;
}
@media screen and (min-width: 1200px) {
  .menu-menu-glowne-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.nav-main__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) {
  .nav-main__list .menu-item:not(:last-child) {
    padding-right: 1.5em;
  }
}
.nav-main__list .menu-item:last-child {
  border: 0.2rem solid #A5167C;
  background-color: #A5167C;
  transition: all 0.2s linear 0s;
}
.nav-main__list .menu-item:last-child:hover {
  background-color: #861265;
  border: 0.2rem solid #861265;
}
@media screen and (min-width: 1200px) {
  .nav-main__list .menu-item:last-child {
    border-radius: 1rem;
  }
}
.nav-main__list .menu-item:last-child a {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .nav-main__list .menu-item:last-child a {
    padding: 0.4em 1em;
    background: none;
  }
}
.nav-main__list .menu-item a {
  font-size: 0.95em;
}

.nav-main {
  position: relative;
}
.nav-main.navigation-open .menu-menu-glowne-container {
  position: absolute;
  display: block;
  top: 100%;
  left: -2rem;
  right: -2rem;
  z-index: 11;
}
.nav-main.navigation-open .nav-main__list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 1em 0;
}
.nav-main.navigation-open .menu-item {
  width: 100%;
  text-align: center;
  border-bottom: 0.1rem solid #eee;
}
.nav-main.navigation-open .menu-item:hover {
  background-color: #fff;
  cursor: pointer;
}
.nav-main.navigation-open .menu-item:focus, .nav-main.navigation-open .menu-item:active {
  color: #A5167C;
}
.nav-main.navigation-open .menu-item:last-child:hover, .nav-main.navigation-open .menu-item:last-child:active, .nav-main.navigation-open .menu-item:last-child:focus {
  background-color: #861265;
}
.nav-main.navigation-open .menu-item a {
  height: 100%;
  width: 100%;
  display: block;
  padding: 0.4em 0;
}
.nav-main.navigation-open .button-nav {
  background-image: url("img/close-nav.svg");
}

.button-nav {
  background-image: url("img/button-nav.svg");
  height: 3.8rem;
  width: 3.8rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .button-nav {
    display: none;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.header .nav-main {
  padding: 0.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 500px) {
  .header .nav-main {
    padding: 0.3em 0;
  }
}
.header .logo {
  padding: 0.2em 0;
  font-family: "Caveat", cursive;
  font-size: 1.6em;
}
@media screen and (min-width: 500px) {
  .header .logo {
    font-size: 2em;
  }
}

.menu-item {
  list-style: none;
}

.mobile-menu ul.sub-menu,
.fullMenu ul.sub-menu {
  display: none;
}

.fullMenu .menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  background-color: #fff;
  border: 0.1rem solid #A5167C;
  border-bottom: 0;
}

@media screen and (min-width: 992px) {
  .menu-item-has-children:hover a:after {
    transform: translate(4px, 37px) rotate(220deg);
  }
}
.menu-item-has-children > a:after {
  content: "";
  border: solid;
  border-width: 0 0.12rem 0.12rem 0;
  position: absolute;
  right: -15%;
  top: -2.4rem;
  cursor: pointer;
  width: 0;
  transform: translate(4px, 37px) rotate(45deg);
  padding: 2px;
  transition: transform 0.5s ease-in-out;
  border-color: #A5167C;
}
@media screen and (min-width: 992px) {
  .menu-item-has-children > a:after {
    border-color: initial;
    top: -2.2rem;
  }
}

@media screen and (min-width: 992px) {
  .menu-menu-glowne-container #menu-menu-glowne .sub-menu {
    width: 25rem;
  }
  .menu-menu-glowne-container #menu-menu-glowne .sub-menu .menu-item {
    margin: 0;
    padding: 0;
  }
  .menu-menu-glowne-container #menu-menu-glowne .sub-menu .menu-item::before {
    display: none;
  }
  .menu-menu-glowne-container #menu-menu-glowne .sub-menu .menu-item a {
    display: block;
    padding: 2rem;
    border-bottom: 0.1rem solid #eee;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .menu-menu-glowne-container #menu-menu-glowne .sub-menu .menu-item a {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .menu-menu-glowne-container #menu-menu-glowne .sub-menu .menu-item a:hover {
    border-bottom: 0.1rem solid transparent;
    background-color: #A5167C;
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .menu-menu-glowne-container #menu-menu-glowne .sub-menu .menu-item a::before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .menu-menu-glowne-container #menu-menu-glowne .sub-menu .menu-item a:nth-last-child(1) {
    border-bottom: none;
  }
}
@media screen and (max-width: 1119px) {
  .sub-menu-open .sub-menu {
    display: block !important;
    padding-left: 2rem;
  }
  .sub-menu-open .sub-menu li {
    border-bottom: 0.1rem solid #333;
    padding: 0;
    width: 75%;
  }
  .sub-menu-open .sub-menu a {
    display: block;
    padding: 1rem;
  }
  .sub-menu-open a:after {
    transform: translate(4px, 37px) rotate(220deg);
  }
}
.main-container {
  min-height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.menu-btn {
  height: 3rem;
  width: 3rem;
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translate(0, -50%);
  z-index: 101;
}
.menu-btn > span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  -webkit-transition: height 100ms;
  transition: height 100ms;
}
.menu-btn > span:after, .menu-btn > span:before {
  content: "";
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.menu-btn > span:after {
  top: -8px;
}
.menu-btn > span:before {
  bottom: -8px;
  width: 100%;
}
.menu-btn.act > span {
  height: 0;
}
.menu-btn.act > span:after, .menu-btn.act > span:before {
  background-color: #fff;
  top: 1px;
}
.menu-btn.act > span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-btn.act > span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .menu-btn {
    display: none;
  }
}

.mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 0;
  height: 0;
}
.mobile-menu .menu-item {
  padding: 2rem;
}
.mobile-menu .menu-item a {
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu a {
  opacity: 0;
  -webkit-transition: all 750ms;
  transition: all 750ms;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (min-width: 1200px) {
  .menu-menu-glowne-container {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
}
.menu-menu-glowne-container #menu-menu-glowne-desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .menu-menu-glowne-container #menu-menu-glowne-desktop {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
  }
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item {
  position: relative;
  margin-right: 1.5em;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item:nth-last-child(1) {
  margin-right: 0;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item::before, .menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item.current-menu-item::before {
  content: "";
  display: block;
  height: 0.1rem;
  background: #A5167C;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform ease-in-out 0.25s, -webkit-transform ease-in-out 0.25s;
  transform: scale(0, 1);
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item:hover::before, .menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item:focus::before, .menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item.current-menu-item::before {
  transform: scale(1, 1);
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item:nth-last-child(1) {
  border-radius: 0.1rem solid #363636;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item:nth-last-child(1):before {
  display: none;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .menu-item:nth-last-child(1) a {
  padding: 0.4em;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .sub-menu .menu-item:nth-last-child(1) {
  border: none;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .sub-menu .menu-item:nth-last-child(1):before {
  display: none;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .sub-menu .menu-item:nth-last-child(1) a {
  padding: initial;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop a {
  padding-bottom: 0.4rem;
  font-size: 1.1em;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop a:hover, .menu-menu-glowne-container #menu-menu-glowne-desktop a:focus, .menu-menu-glowne-container #menu-menu-glowne-desktop a:active {
  opacity: 1;
}
.menu-menu-glowne-container #menu-menu-glowne-desktop .current-menu-item a {
  opacity: 1;
}
.menu-menu-glowne-container .sub-menu > .menu-item-has-children:hover > .sub-menu {
  left: 92%;
  top: 15%;
}

@media screen and (min-width: 1200px) {
  .position-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s ease-in-out;
    z-index: 111;
  }
  .position-fixed .top-bar {
    display: none;
  }

  .bgc-color {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
.header-subpages .header {
  position: absolute;
  top: 6rem;
}
@media screen and (min-width: 992px) {
  .header-subpages .header {
    position: initial;
  }
}
.header-subpages .top-bar {
  position: initial;
}
.header-subpages .top-bar a {
  color: #363636;
}
.header-subpages .menu-menu-glowne-desktop-container #menu-menu-glowne-desktop .menu-item a {
  color: #363636;
}
.header-subpages .menu-menu-glowne-desktop-container #menu-menu-glowne-desktop .menu-item:nth-last-child(1) a {
  padding: 0.4em;
}
.header-subpages .menu-menu-glowne-desktop-container #menu-menu-glowne-desktop .menu-item::before,
.header-subpages .menu-menu-glowne-desktop-container #menu-menu-glowne-desktop .menu-item.current-menu-item::before {
  background-color: #363636;
}

.footer {
  padding: 5rem 0;
  background-color: #167ca5;
  color: #fff;
  background-image: linear-gradient(to bottom, #167ca5, #1780ab, #1985b0, #1a89b6, #1b8ebc, #1c93c2, #1d97c9, #1e9ccf, #20a2d7, #22a9df, #23afe8, #25b6f0);
}
.footer .footer__wrapper {
  grid-column: center-start/center-end;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 992px) {
  .footer .footer__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer p {
  margin-bottom: 0;
}
.footer .footer__menu {
  padding-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .footer .footer__menu {
    padding-bottom: 0;
  }
}
.footer .footer__menu .menu {
  text-align: center;
  padding-left: 0;
}
@media screen and (min-width: 500px) {
  .footer .footer__menu .menu {
    display: flex;
    text-align: left;
  }
}
@media screen and (min-width: 500px) {
  .footer .footer__menu li:after {
    content: "|";
    margin: 0 1rem;
  }
}
.footer .footer__menu li:nth-last-child(1):after {
  content: "";
}
.footer .footer__menu a {
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}
.footer .footer__copyrights {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer .footer__copyrights {
    flex-direction: row;
  }
}
.footer .footer__contact {
  padding: 0.5rem 0 2rem;
}
@media screen and (min-width: 992px) {
  .footer .footer__contact {
    text-align: right;
    padding: 0;
  }
}
.footer .footer__contact p {
  padding-right: 1rem;
}
.footer .footer__contact-img {
  padding-right: 0.5rem;
  position: relative;
  top: 0.4rem;
}
.footer .footer-copyrights__wrapper {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .footer-copyrights__wrapper {
    display: flex;
    justify-content: center;
  }
}
.footer .footer-copyrights__wrapper a {
  color: #fff;
}
.footer .footer-copyrights__separator {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-copyrights__separator {
    display: block;
    padding: 0 0.5rem;
  }
}
.footer .footer-copyrights__sign a {
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}

.blog-posts__wrapper {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-posts__wrapper {
    padding-top: 4rem;
  }
}
.blog-posts .article {
  display: grid;
  padding-bottom: 2rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "article-date" "article-title" "article-content";
  grid-column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-posts .article {
    grid-column-gap: 2rem;
    padding-bottom: 5rem;
    grid-template-columns: 15rem auto;
    grid-template-rows: auto auto;
  }
}
.blog-posts .article__title {
  grid-area: article-title;
  padding-bottom: 1rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .blog-posts .article__title {
    grid-column: 2/-1;
    grid-row: 1/2;
    font-size: 3rem;
  }
}
.blog-posts .article__img {
  grid-area: article-date;
}
@media screen and (min-width: 768px) {
  .blog-posts .article__img {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}
.blog-posts .article__img-wrapper {
  text-align: center;
  font-size: 1.6rem;
  background-color: #A5167C;
  color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-posts .article__img-wrapper {
    padding: 2rem;
    font-size: 2rem;
    display: block;
  }
}
.blog-posts .article__content {
  grid-area: article-content;
}
@media screen and (min-width: 768px) {
  .blog-posts .article__content {
    grid-column: 2/-1;
    grid-row: 2/3;
  }
}
.blog-posts .article .button-wrap {
  padding: 2rem 0 4.5rem;
  justify-content: flex-start;
}
.blog-posts .article .button-wrap .button {
  width: 100%;
  background-color: #fff;
  color: #363636;
  border: solid 0.2rem #363636;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4em 3em;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 1rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 500px) {
  .blog-posts .article .button-wrap .button {
    width: initial;
    font-size: 2.2rem;
  }
}
.blog-posts .article .button-wrap .button:hover, .blog-posts .article .button-wrap .button:focus, .blog-posts .article .button-wrap .button:active {
  outline: none;
  color: #fff;
  background-color: #861265;
  border: solid 0.2rem #861265;
}
@media screen and (min-width: 768px) {
  .blog-posts .article .button-wrap .button {
    width: initial;
  }
}

.single-page {
  padding-bottom: 5em;
}
.single-page article {
  padding: 0;
}

/* 1. section testimonials - main page*/
.testimonials .section-title {
  padding-bottom: 2em;
}
.testimonials .testimonials__wrapper {
  display: grid;
  grid-column: 2/-2;
  padding: 0;
}
.testimonials .owl-carousel {
  min-width: 100%;
  position: relative;
  padding-bottom: 2rem;
}
.testimonials .owl-carousel .owl-nav button {
  position: absolute;
  background: transparent;
  color: #363636;
  font-size: 4rem;
}
.testimonials .owl-carousel .owl-nav button:hover {
  background: transparent;
  color: #363636;
}
.testimonials .owl-carousel .owl-nav .owl-prev {
  left: 5%;
  top: 10%;
}
@media screen and (min-width: 600px) {
  .testimonials .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
@media screen and (min-width: 1350px) {
  .testimonials .owl-carousel .owl-nav .owl-prev {
    left: -5%;
    top: 40%;
  }
}
.testimonials .owl-carousel .owl-nav .owl-next {
  right: 5%;
  top: 10%;
}
@media screen and (min-width: 600px) {
  .testimonials .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media screen and (min-width: 1350px) {
  .testimonials .owl-carousel .owl-nav .owl-next {
    right: -5%;
    top: 40%;
  }
}
.testimonials .owl-carousel .owl-dots .owl-dot {
  background-color: transparent;
}
.testimonials .testimonial {
  padding: 4rem;
  border-radius: 2rem;
  padding: 0.5em 2em;
}
.testimonials .testimonial img {
  width: auto !important;
}
.testimonials .testimonial .testimonial__text {
  margin-bottom: 2.5em;
}
.testimonials .testimonial .testimonial__text p {
  text-align: center;
  font-size: 1.1em;
  line-height: 180%;
}
.testimonials .testimonial .testimonial__author {
  font-weight: 600;
  margin-bottom: 2em;
}
.testimonials .testimonial .testimonial__author p {
  text-align: center;
}
.testimonials .testimonial .testimonial__img img {
  border-radius: 50%;
  margin: 0 auto 1em;
}
.testimonials .button-wrap {
  padding: 0;
  margin: 0 auto;
}
.testimonials .button-wrap .button {
  text-align: center;
  background-color: #A5167C;
  color: #fff;
  border: solid 0.2rem #A5167C;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4em 3em;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 1rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 500px) {
  .testimonials .button-wrap .button {
    width: initial;
    font-size: 2.2rem;
  }
}
.testimonials .button-wrap .button:hover, .testimonials .button-wrap .button:focus, .testimonials .button-wrap .button:active {
  outline: none;
  color: #fff;
  background-color: #861265;
  border: solid 0.2rem #861265;
}

.home-page .testimonial__text p {
  text-align: center;
}

/* 2. page testimonials*/
.page-opinie .testimonial {
  height: auto;
  display: flex;
  border: none;
}
@media screen and (min-width: 768px) {
  .page-opinie .testimonial .testimonial__text p {
    text-align: left;
  }
}

.blog .blog__wrapper {
  padding: 1em 0;
}
.blog .section-title-main {
  margin: 2rem 0 1rem;
  line-height: 0.9;
}
.blog .blog__articles {
  display: grid;
}
@media screen and (min-width: 768px) {
  .blog .blog__articles {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5%;
  }
}
.blog .blog__article {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .blog .blog__article {
    padding-bottom: 0;
  }
}
.blog .blog__article:last-child {
  padding-bottom: 0;
}
.blog .blog__article-photo {
  height: 22rem;
  position: relative;
}
.blog .blog__article-photo img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: 100%;
}
.blog .blog__article-photo {
  border-radius: 1rem;
}
.blog .blog__article-title {
  padding: 1.5rem 0 2rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .blog .blog__article-title {
    padding: 2rem 0;
  }
}
.blog .blog__article-title,
.blog .blog__article-photo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog .blog__article-title,
.blog .blog__article-photo {
    text-align: left;
  }
}
.blog .button {
  position: relative;
  transition: 0.5s;
  background-color: transparent;
  color: #363636;
  font-size: 1em;
  font-weight: 600;
  padding: 0 1em 0 0;
  width: initial;
  box-shadow: none;
  border: none;
  border-bottom: 0.1rem solid transparent;
  border-radius: 0;
  overflow: visible;
}
.blog .button:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.blog .button:hover {
  background-color: transparent;
  border-bottom: 0.1rem solid #363636;
}

.error-404 {
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .error-404 {
    padding-bottom: 5rem;
  }
}
.error-404 .button {
  background-color: #363636;
  color: #fff;
  border: solid 0.2rem #363636;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4em 3em;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 1rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .error-404 .button {
    width: initial;
    font-size: 2.2rem;
  }
}
.error-404 .button:hover, .error-404 .button:focus, .error-404 .button:active {
  outline: none;
  color: #fff;
  background-color: #861265;
  border: solid 0.2rem #861265;
}
@media screen and (min-width: 500px) {
  .error-404 .button {
    width: initial;
  }
}

.banner {
  min-height: 55vh;
  margin-bottom: 3em;
  display: grid;
  grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(12, [col-start] minmax(min-content, 10rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end];
  grid-template-rows: 1fr;
  background-color: #f9f2f2;
}
@media screen and (min-width: 992px) {
  .banner {
    min-height: 85vh;
  }
}
.banner .banner__text {
  grid-column: 1/-1;
  grid-row: 1/2;
  text-align: center;
  background-color: rgba(249, 242, 242, 0.7);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .banner .banner__text {
    grid-column: 3/7;
    text-align: left;
    align-items: flex-start;
    background-color: transparent;
    padding: 0 0 5em;
  }
}
@media screen and (min-width: 1400px) {
  .banner .banner__text {
    grid-column: 2/7;
  }
}
.banner .banner__text h2 {
  font-size: 2.7em;
  line-height: 0.9;
  font-weight: 400;
  font-family: "Taviraj", serif;
  padding-bottom: 0.2em;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 500px) {
  .banner .banner__text h2 {
    font-size: 2.7em;
  }
}
@media screen and (min-width: 992px) {
  .banner .banner__text h2 {
    font-size: 4.1em;
  }
}
.banner .banner__text span {
  font-size: 1.3em;
  line-height: 1.2;
  display: block;
}
@media screen and (min-width: 500px) {
  .banner .banner__text span {
    font-size: 1.5em;
  }
}
.banner .banner__text .button {
  padding: 0.2em 1em;
  margin-top: 2em;
}
.banner .banner__img {
  grid-column: 1/-1;
  grid-row: 1/2;
  background-image: url("img/rose_oil.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .banner .banner__img {
    grid-column: 7/-1;
  }
}
.banner .banner__showcase {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.5;
  height: 100%;
  background-color: #707070;
  z-index: 20;
}

.banner-subpage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0;
  background-image: url("img/white_flowers.jpg");
  margin-bottom: 2em;
}
@media screen and (min-width: 500px) {
  .banner-subpage {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .banner-subpage {
    margin-bottom: 5em;
  }
}
.banner-subpage .title-subpage {
  padding: 1.5em 0;
  text-align: center;
  font-size: 1.6em;
  font-family: "Taviraj", serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .banner-subpage .title-subpage {
    padding: 1.7em 0;
    font-size: 2.7em;
  }
}
.banner-subpage + section article:first-child {
  padding-top: 0;
}

.home-page > * .footer {
  margin-bottom: 0;
}
.home-page > * h3 {
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 0.5em;
  line-height: 1;
  font-family: "Taviraj", serif;
}
@media screen and (min-width: 500px) {
  .home-page > * h3 {
    padding-bottom: 1em;
    font-size: 2em;
  }
}

.aboutme {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f9f2f2;
  padding: 2em 0;
}
.aboutme .aboutme__wrapper {
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .aboutme .aboutme__wrapper {
    padding: 0;
  }
}
.aboutme__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutme__img {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .aboutme__img {
    padding-top: 8rem;
  }
}
.aboutme img {
  width: 100%;
}
.aboutme__img-pic {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.aboutme__description {
  padding: 2em;
}
@media screen and (min-width: 768px) {
  .aboutme__description {
    padding: 3em;
  }
}
@media screen and (min-width: 992px) {
  .aboutme__description {
    padding: 4em 4em 0;
  }
}
.aboutme__description h3 {
  padding-bottom: 1.5em;
}
.aboutme__description-title {
  font-weight: 600;
  padding: 2rem 0 0.5rem;
}
.aboutme .button-wrap .button {
  background-color: transparent;
  color: #fff;
  border: solid 0.2rem #fff;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4em 3em;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 1rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 500px) {
  .aboutme .button-wrap .button {
    width: initial;
    font-size: 2.2rem;
  }
}
.aboutme .button-wrap .button:hover, .aboutme .button-wrap .button:focus, .aboutme .button-wrap .button:active {
  outline: none;
  color: #fff;
  background-color: #861265;
  border: solid 0.2rem #861265;
}
.aboutme .dark-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #A5167C;
  opacity: 0.9;
}
.aboutme figure img {
  height: auto;
}
.aboutme .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content {
  padding: 0 0 0 4%;
}
.aboutme .wp-block-media-text.is-vertically-aligned-top.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 4% 0 0;
}
.aboutme .waves-wrapper {
  grid-column: 1/-1;
  position: relative;
  height: 200px;
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
  transform: rotate(180deg);
  z-index: 11;
}
.aboutme svg {
  position: absolute;
  bottom: -0.1rem;
  width: 100%;
  z-index: 111;
  height: 350px;
}
.aboutme svg path {
  fill: #fff;
}
.aboutme svg path:nth-child(1) {
  opacity: 0.15;
}
.aboutme svg path:nth-child(2) {
  opacity: 0.3;
}

.offer-blocks {
  padding: 0;
}
.offer-blocks .offer-blocks__wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .offer-blocks .offer-blocks__boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 7%;
    margin-bottom: 2em;
  }
}
.offer-blocks .offer-blocks__text {
  padding: 2em;
  color: #363636;
}
.offer-blocks .offer-blocks__item {
  display: block;
  padding: 2em;
}
@media screen and (min-width: 768px) {
  .offer-blocks .offer-blocks__item {
    margin-bottom: 0;
  }
}
.offer-blocks .offer-blocks__item:nth-child(1) .offer-blocks__img:before {
  content: url("img/offer_peloha_stones.svg");
}
.offer-blocks .offer-blocks__item:nth-child(2) .offer-blocks__img:before {
  content: url("img/offer_relax_man.svg");
}
.offer-blocks .offer-blocks__item:nth-child(3) .offer-blocks__img:before {
  content: url("img/offer_lomi_flower.svg");
}
.offer-blocks .offer-blocks__img {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .offer-blocks .offer-blocks__img {
    margin-bottom: 1.5em;
  }
}
.offer-blocks .offer-blocks__img:before {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.offer-blocks .offer-blocks__img img {
  width: auto;
  height: 100%;
}
.offer-blocks .offer-blocks__item-title {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  display: block;
}
.offer-blocks .offer-blocks__item-title span {
  font-size: 0.8em;
  display: block;
  text-align: center;
  color: #A5167C;
}
.offer-blocks .button-wrap {
  justify-content: flex-start;
  padding-left: 2em;
}

.section-background {
  text-align: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  margin-top: 0;
}
.section-background .section-background__wrapper {
  grid-column: 2/-2;
}
.section-background .section-title {
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 0.5em;
  line-height: 1;
  font-family: "Taviraj", serif;
  color: #fff;
  font-size: 2.6em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 500px) {
  .section-background .section-title {
    padding-bottom: 1em;
    font-size: 2em;
  }
}
@media screen and (min-width: 500px) {
  .section-background .section-title {
    font-size: 2.7em;
    padding-bottom: 0.5em;
  }
}
.section-background .section-title:before {
  height: 0;
}
.section-background .section-background__paragraph {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 500px) {
  .section-background .section-background__paragraph {
    font-size: 1.4em;
  }
}
.section-background .button {
  background-color: transparent;
  color: #fff;
  border: solid 0.2rem #fff;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4em 3em;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 1rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 500px) {
  .section-background .button {
    width: initial;
    font-size: 2.2rem;
  }
}
.section-background .button:hover, .section-background .button:focus, .section-background .button:active {
  outline: none;
  color: #fff;
  background-color: #861265;
  border: solid 0.2rem #861265;
}
.section-background .button:nth-child(2) {
  margin-top: 2em;
}

.promotion {
  padding: 4rem;
}
.promotion figure img {
  height: auto;
}
.promotion .wp-block-media-text {
  padding-bottom: 3rem;
}

.intro .intro__text {
  font-family: "Taviraj", serif;
  margin-bottom: 1em;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .intro .intro__text {
    padding: 5em;
  }
}
.intro h3 {
  text-align: left;
  font-size: 2.3em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 500px) {
  .intro h3 {
    font-size: 2.7em;
  }
}
.intro p {
  font-size: 1.5em;
}
.intro .wp-block-columns {
  margin-bottom: 0;
}
.intro .wp-block-columns .wp-block-column:first-child {
  margin-bottom: 1em;
}
@media (min-width: 583px) {
  .intro .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 0;
  }
}

.faq {
  background-color: #f9f2f2;
}

.page-contact {
  padding-bottom: 2rem;
}
@media screen and (min-width: 500px) {
  .page-contact {
    padding-bottom: 5rem;
  }
}
.page-contact .page-contact__content {
  display: grid;
  grid-template-areas: "contact-boxes" "contact-form" "contact-map";
  grid-template-rows: 1fr 1fr 30rem;
  padding-top: 0;
}
@media screen and (min-width: 500px) {
  .page-contact .page-contact__content {
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .page-contact .page-contact__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "contact-boxes contact-boxes" "contact-map contact-form";
    grid-column-gap: 3em;
  }
}
.page-contact .page-contact__boxes {
  grid-area: contact-boxes;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .page-contact .page-contact__boxes {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 5em;
  }
}
.page-contact .page-contact__box {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-contact .page-contact__box {
    padding-bottom: 0;
  }
}
.page-contact .page-contact__box h5 {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .page-contact .page-contact__box h5 {
    padding-bottom: 1rem;
  }
}
.page-contact .page-contact__map {
  grid-area: contact-map;
}
.page-contact .page-contact__form {
  grid-area: contact-form;
}
.page-contact .contact-map {
  display: block;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-contact .contact-map .overlay-text {
  display: none;
}
@media screen and (min-width: 992px) {
  .page-contact .contact-map:hover .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.85;
    height: 100%;
    background-color: #000;
    z-index: 20;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
  }
  .page-contact .contact-map:hover .overlay .overlay-text {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    display: block;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
    text-align: center;
  }
}
.page-contact .with_frm_style .frm_top_container .frm_primary_label,
.page-contact .with_frm_style .frm_hidden_container .frm_primary_label,
.page-contact .with_frm_style .frm_pos_top {
  font-family: "Lato", sans-serif;
}
.page-contact .frm_style_formidable-style.with_frm_style .frm_submit button {
  margin: 1.5em 0 2em;
}

.search-page.blog-posts form {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .testimonials.page-opinie .testimonial__img {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .testimonials.page-opinie .testimonial__text {
    padding-left: 2em;
  }
}
.testimonials.page-opinie .testimonial {
  margin-bottom: 8rem;
  background-color: #fff;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .testimonials.page-opinie .testimonial {
    padding: 3rem 0;
    margin-bottom: 2rem;
  }
}
.testimonials.page-opinie .testimonial__img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .testimonials.page-opinie .testimonial__img {
    margin: 0;
  }
}
.testimonials.page-opinie .testimonial__text {
  margin: 0;
  padding-top: 1rem;
}
.testimonials.page-opinie .testimonial__author {
  padding-top: 1rem;
}

@media screen and (min-width: 992px) {
  .page-order .page-container__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.with_frm_style .frm_top_container .frm_primary_label,
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top,
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single,
.with_frm_style .vertical_radio .frm_checkbox label,
.with_frm_style .vertical_radio .frm_radio label {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}

.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single {
  height: auto;
  border-radius: 1rem;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],
.frm_form_fields_active_style,
.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement,
.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single,
.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
  border-color: #A5167C;
  box-shadow: none;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background-color: #A5167C;
  color: #fff;
  border: solid 0.2rem #A5167C;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.4em 3em;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin-top: 1.5em;
  overflow: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 1rem;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
}
@media screen and (min-width: 500px) {
  .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    width: initial;
    font-size: 2.2rem;
  }
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus, .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:active,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:active,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:focus,
.frm_style_formidable-style.with_frm_style .frm_submit button:active,
.frm_form_submit_style:hover,
.frm_form_submit_style:focus,
.frm_form_submit_style:active,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:active {
  outline: none;
  color: #fff;
  background-color: #861265;
  border: solid 0.2rem #861265;
}

.with_frm_style textarea,
.with_frm_style textarea {
  height: auto;
}

.with_frm_style select {
  min-width: 8rem;
}

.frm_form_field .frm_radio + .frm_radio {
  margin-top: 1rem;
}

.frm_radio .frm_style_formidable-style.with_frm_style .form-field.frm_required_field {
  margin-top: 1rem;
}

.conditions.vertical_radio > .frm_primary_label {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .page-massages .offer-blocks__wrapper {
    grid-gap: 1em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2em;
    row-gap: 2em;
  }
}
.page-massages .offer-blocks__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 3em;
  padding: 0;
  background-image: none;
  min-height: 30rem;
  display: flex;
  align-items: center;
  position: relative;
}
.page-massages .offer-blocks__item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 10;
  content: "";
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #363636 100%);
}
.page-massages .offer-blocks__item-title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 100%;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
