/*
*
*  Theme name: Mila
*  Version: 1.0
*  Author: Wrona.it 
*
*/
body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-weight: 700;
}

.main-content p {
  line-height: 1.8rem;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  height: 100%;
}

body {
  background-color: #FEF4EC;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

p {
  margin: 0 0 10.5px;
}

ul {
  padding-left: 25px;
}

main {
  flex: 1 0 auto;
}

.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.link {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
@media (min-width: 1550px) {
  .container {
    max-width: 1500px;
  }
}
.container--single {
  max-width: 1080px;
}
.container--single p {
  text-align: justify;
}
.container--accordion {
  max-width: 890px;
}

.zero-padding {
  padding: 0;
}

.zero-margin {
  margin: 0 !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

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

.color-white {
  color: #ffffff;
}

.color-blue {
  color: #292B7F;
}

.txt-uppercase {
  text-transform: uppercase;
}

.padding {
  padding: 50px 0 10px;
}
@media (max-width: 991px) {
  .padding {
    padding: 20px 0 10px;
  }
}

.aligncenter {
  display: block;
  margin: 20px auto;
}

.padding50 {
  padding: 50px;
}
@media (max-width: 991px) {
  .padding50 {
    padding: 20px;
  }
}

.home .page-header {
  padding-top: 50px;
}

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

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

.flex-2equal__item {
  width: 50%;
}
@media (max-width: 991px) {
  .flex-2equal__item {
    width: 100%;
  }
}

.mt-0 {
  margin-top: 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-100 {
  margin-top: 100px;
}

h1, .h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 1201px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (min-width: 1550px) {
  h1, .h1 {
    font-size: 120px;
    line-height: 144px;
  }
}

h2, .h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (min-width: 1201px) {
  h2, .h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (min-width: 1550px) {
  h2, .h2 {
    font-size: 100px;
    line-height: 120px;
  }
}

h3, .h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1201px) {
  h3, .h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (min-width: 1550px) {
  h3, .h3 {
    font-size: 60px;
    line-height: 72px;
  }
}

h4, .h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1201px) {
  h4, .h4 {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1550px) {
  h4, .h4 {
    font-size: 45px;
    line-height: 54px;
  }
}

h5, .h5 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1201px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1550px) {
  h5, .h5 {
    font-size: 25px;
    line-height: 30px;
  }
}

.btn {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .btn {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 1201px) {
  .btn {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 1550px) {
  .btn {
    font-size: 35px;
    line-height: 42px;
  }
}

.txt-regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .txt-regular {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 1201px) {
  .txt-regular {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 1550px) {
  .txt-regular {
    font-size: 32px;
    line-height: 39px;
  }
}
.txt-regular--bold {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

.txt-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .txt-sm {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1201px) {
  .txt-sm {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1550px) {
  .txt-sm {
    font-size: 25px;
    line-height: 30px;
  }
}
.txt-sm--bold {
  font-weight: 500;
  line-height: 39px;
}

p, li {
  color: #000;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1200px) {
  p, li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1201px) {
  p, li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 1550px) {
  p, li {
    font-size: 25px;
    line-height: 38px;
  }
}

.back-to-top {
  background: url("/wp-content/uploads/2023/09/arrow-top.svg") center no-repeat #fff;
  background-size: 40% auto;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media (min-width: 1201px) {
  .back-to-top {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1550px) {
  .back-to-top {
    width: 68px;
    height: 68px;
  }
}

.action-btn {
  border-radius: 40px;
  border: none;
  background-color: #383AA5;
  color: #ffffff;
  display: block;
  font-family: "Muli", sans-serif;
  font-weight: 500;
  padding: 18px 38px;
  margin: 25px 0;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 1201px) {
  .action-btn {
    font-size: 25px;
  }
}
@media (min-width: 1550px) {
  .action-btn {
    font-size: 35px;
  }
}
.action-btn--orange {
  background-color: #E5815A;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.icon__chevron-down {
  background: url("/wp-content/uploads/2023/09/chevron-down.svg") center/contain no-repeat;
}

.mila-form .wpcf7-form-control-wrap {
  display: block;
}
.mila-form .wpcf7-form-control:not(.action-btn):not(.wpcf7-acceptance) {
  background-color: #FEF4EC;
  border: none;
  border-bottom: 1px solid #383AA5;
  padding: 50px 0;
  margin-top: 10px;
  outline: none !important;
  width: 100% !important;
}
.mila-form .wpcf7-form-control::-moz-placeholder {
  color: #ddd;
}
.mila-form .wpcf7-form-control::placeholder {
  color: #ddd;
}
.mila-form textarea.wpcf7-form-control {
  height: 250px;
}
.mila-form label {
  color: #000;
  display: block;
  font-weight: 500;
}
@media (min-width: 1201px) {
  .mila-form label {
    font-size: 30px;
  }
}
@media (min-width: 1550px) {
  .mila-form label {
    font-size: 40px;
  }
}
.mila-form label:not(:nth-of-type(1)) {
  margin: 50px 0 0;
}
.mila-form .wpcf7-spinner {
  position: absolute;
}
.mila-form .action-btn {
  margin: 25px auto 0;
}
@media (max-width: 1200px) {
  .mila-form .action-btn {
    margin: 25px auto 0;
  }
}
.mila-form .wpcf7-not-valid-tip {
  font-size: 16px;
}

.july2019-formularz__child {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  width: 100%;
}
.july2019-formularz__child p {
  font-size: 19px;
  line-height: 28px;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

.wpcf7-acceptance .wpcf7-list-item .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border: 1px solid #000;
}

@media (max-width: 1200px) {
  .wpcf7-acceptance .wpcf7-list-item .checkmark {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 1801px) {
  .wpcf7-acceptance .wpcf7-list-item .checkmark {
    height: 20px;
    width: 20px;
  }
}
.wpcf7-acceptance .wpcf7-list-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  background-color: #000;
}

@media (max-width: 1200px) {
  .wpcf7-acceptance .wpcf7-list-item .checkmark:after {
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
  }
}
@media (min-width: 1801px) {
  .wpcf7-acceptance .wpcf7-list-item .checkmark:after {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
  }
}
.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.icon-list {
  display: block;
  align-items: center;
  margin-bottom: 71px;
}
@media (max-width: 1200px) {
  .icon-list {
    text-align: center;
  }
}
.icon__item {
  font-weight: 500;
}
@media (min-width: 1201px) {
  .icon__item {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1550px) {
  .icon__item {
    font-size: 25px;
    line-height: 32px;
  }
}
.icon__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.icon__link {
  color: #000;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .icon__link {
    display: block;
    text-align: center;
  }
}
.icon__link--white {
  color: #ffffff;
}
.icon__link--xl {
  font-size: 30px;
}
.icon__link span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
}
.icon__img {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 50px 100px;
  mask-size: 50px 100px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .icon__img {
    display: block;
    margin: 0 auto;
  }
}
.icon__img-map-marker--white {
  width: 24px;
  height: 38px;
  -webkit-mask-position: top;
  mask-position: center top;
  background-color: #fff;
  -webkit-mask-image: url(/wp-content/uploads/2023/09/contact-icons.svg);
  mask-image: url(/wp-content/uploads/2023/09/contact-icons.svg);
}
.icon__img-phone--orange {
  -webkit-mask-size: 100px 200px;
  mask-size: 100px 200px;
  width: 50px;
  height: 50px;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #E5815A;
  -webkit-mask-image: url(/wp-content/uploads/2023/09/contact-icons.svg);
  mask-image: url(/wp-content/uploads/2023/09/contact-icons.svg);
}
.icon__img-phone--white {
  width: 24px;
  height: 24px;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #fff;
  -webkit-mask-image: url(/wp-content/uploads/2023/09/contact-icons.svg);
  mask-image: url(/wp-content/uploads/2023/09/contact-icons.svg);
}

.mila__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mila__contact .icon__link {
  justify-content: center;
  width: 100%;
}

.header {
  position: relative;
  margin-bottom: 0;
}


.header .main-nav {
  background-color: #383AA5;
}
@media (max-width: 1200px) {
  .header .main-nav {
    background-color: #FEF4EC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
  }
}
.header .main-nav > .container {
  display: block;
}
@media (min-width: 1201px) {
  .header .main-nav > .container {
    display: flex;
    align-items: center;
  }
}


@media (min-width: 1201px) {
  .main-nav.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .header-pusher {
    height: 84px;
  }
}

.nav__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.mila-menu-wrap {
  position: relative;
}
.mila-menu {
  list-style-type: none;
  display: inline-block;
}


.menu__item {
  position: relative;
  display: inline-block;
}
.menu__item--offer {
  display: block;
}

.mila-menu .sub-menu {
  list-style-type: none;
  padding: 0;
}

.menu__link {
  color: #ffffff;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  white-space: nowrap;
}
.menu__link--offer {
  padding: 0 0 20px;
}

.menu__item:hover > a {
  color: #E5815A;
}

.mila-menu_open {
  display: block !important;
}

.current_page_item > a,
.current_page_parent > a,
.current-menu-item > a {
  color: #E5815A;
}

@media (min-width: 1201px) {
  .mila-menu-wrap {
    margin-left: auto;
  }
  .mila-menu--offer {
    margin-left: initial;
    text-align: center;
  }
  .mila-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 350px;
    padding: 0 20px;
    background: #383AA5;
    z-index: 2;
  }
}
@media (min-width: 1201px) and (min-width: 1201px) {
  .mila-menu .sub-menu {
    top: 74px;
  }
}
@media (min-width: 1201px) and (min-width: 1550px) {
  .mila-menu .sub-menu {
    top: 74px;
  }
}
@media (min-width: 1201px) {
  .mila-menu .sub-menu.active {
    display: block;
  }
}
@media (min-width: 1201px) {
  .menu-item-has-children {
    position: relative;
  }
}
@media (min-width: 1201px) {
  .menu-item-has-children:after {
    content: "";
    left: 0;
    right: 0;
    height: 50px;
    bottom: -30px;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1201px) {
  .menu__item {
    line-height: normal;
  }
}
@media (min-width: 1201px) and (min-width: 1201px) {
  .menu__item {
    font-size: 18px;
  }
}
@media (min-width: 1201px) and (min-width: 1550px) {
  .menu__item {
    font-size: 18px;
  }
}
@media (min-width: 1201px) {
  .mila-menu .sub-menu .menu__item {
    display: block;
  }
  .mila-menu .sub-menu .menu__link {
    padding: 15px 0;
    letter-spacing: 0;
  }
}
@media (min-width: 1201px) and (min-width: 1201px) {
  .mila-menu .sub-menu .menu__link {
    font-size: 16px;
  }
}
@media (min-width: 1201px) and (min-width: 1550px) {
  .mila-menu .sub-menu .menu__link {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .mila-menu {
    background-color: #383AA5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: none;
    padding: 20px 0;
    margin-left: -30px;
    margin-right: -30px;
  }
  .mila-menu__open {
    display: block;
  }
  .mila-menu > .menu__item {
    display: block;
    text-align: center;
  }
  .mila-menu > .menu__item:not(:last-of-type) {
    border-bottom: 1px solid #FEF4EC;
  }
  .mila-menu .sub-menu {
    display: none;
  }
  .mila-menu .sub-menu.active {
    display: block;
  }
  .mila-menu .sub-menu > .menu__item {
    display: block;
  }
  .mila-menu .sub-menu > .menu__link {
    padding: 10px 0;
  }
  .mila-menu > .menu-item > .menu__link {
    font-size: 20px;
    position: relative;
  }
  .mila-menu .sub-menu .menu__link {
    font-size: 14px;
  }
  .menu__link .icon__chevron-down {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .mobile-bar {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1201px) {
  .nav__toggler {
    display: none;
  }
}
@media (max-width: 1200px) {
  .nav__toggler {
    position: absolute;
    top: 15px;
    height: 40px;
    right: 20px;
    background: transparent;
    border: none;
    padding: 0;
    width: 32px;
    height: 60px;
    -webkit-tap-highlight-color: transparent;
  }
}
.nav__toggler .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 15px;
  left: 0;
  top: 30px;
  background-color: #383AA5;
}

.nav__toggler.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}

.nav__toggler .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #383AA5;
  content: "";
  left: 0;
  top: -8px;
}

.nav__toggler.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.2) translate(2px, 0.5px);
}

.nav__toggler .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #383AA5;
  content: "";
  left: 0;
  top: 8px;
}

.nav__toggler.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.2) translate(2px, -0.5px);
}

.nav__toggler .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 15px;
  top: 30px;
  background-color: #383AA5;
  left: 15px;
}

.nav__toggler.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}

.nav__toggler .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #383AA5;
  content: "";
  left: 0;
  top: -8px;
}

.nav__toggler.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.2) translate(-2px, 0.5px);
}

.nav__toggler .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: #383AA5;
  content: "";
  left: 0;
  top: 8px;
}

.nav__toggler.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.2) translate(-2px, -0.5px);
}

@media (max-width: 1200px) {
  .nav__toggler {
    right: 25px;
  }
}
/* site logo */
.site-logo-wrap {
  position: relative;

}
.site-logo {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .site-logo--desktop {
    display: none;
  }
}
@media (min-width: 1201px) {
  .site-logo--desktop {
    display: inline-flex;
  }
}
@media (max-width: 1200px) {
  .site-logo--mobile {
    display: inline-block;
  }
}
@media (min-width: 1201px) {
  .site-logo--mobile {
    display: none;
  }
}

.site-logo img {
  width: 100%;
  max-width: 185px;
  height: 96px;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .site-logo img {
    height: 80px;
    max-width: 140px;
  }
}

.footer {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  overflow-x: hidden;
}
.footer .txt-regular {
  font-size: 23px;
  line-height: 30px;
}
.footer-top {
  background-color: #383AA5;
}
@media (min-width: 1201px) {
  .footer-top {
    padding: 30px 0 0;
  }
}
.footer-top-list {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
}
@media (max-width: 1200px) {
  .footer-top-list {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
  }
}
.footer-top-list__item--menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .footer__logo {
    display: block;
    margin: 0 auto;
    max-width: 110px;
    padding: 15px 0 10px;
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .footer__logo {
    max-width: 300px;
  }
}
@media (min-width: 1550px) {
  .footer__logo {
    max-width: 300px;
  }
}
@media (max-width: 1200px) {
  .footer .txt-regular {
    font-size: 18px;
  }
}
.footer-bottom__container {
  background-color: #383AA5;
  font-family: 'Montserrat', sans-serif;
  padding: 0 0 25px;
}
.footer-bottom {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  
}

.footer-bottom__left {
  width: 50%;
  text-align: left;
}

.footer-bottom__right {
  width: 50%;
  text-align: right;    
}
@media (max-width: 1200px) {
  .footer-bottom__left,
  .footer-bottom__right {
      width: 100%;
      text-align: center;
      padding: 5px 0;
  }
}


.footer-bottom__right a {
  color: #ffffff;
  text-decoration: none;
}

.footer-left {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1201px) {
  .footer-left {
    max-width: 300px;
  }
}
@media (min-width: 1550px) {
  .footer-left {
    max-width: 300px;
  }
}

.footer-center h3 {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .footer-center .icon-list {
    margin-bottom: 30px;
  }
}

.page-header__title {
  color: #292B7F;
  text-align: center;
}
@media (max-width: 1200px) {
  .page-header__title {
    margin: 30px auto 0;
  }
}

.hero {
  background: url("/wp-content/uploads/2023/09/hero-img.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 50px 0;
  position: relative;
  min-height: 530px;
}
@media (min-width: 1201px) and (max-width: 2500px) {
  .hero {
    height: calc(100vh - 96px);
  }
}
.hero:after {
  content: "";
  background: rgba(41, 43, 127, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero__content {
  position: relative;
  z-index: 1;
}
.hero__heading {
  color: #ffffff;
  margin: 0 auto 40px;
}
@media (max-width: 1200px) {
  .hero__heading {
    font-size: 40px;
    text-align: center;
  }
}
.hero__heading span {
  display: block;
}
.hero__contact {
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .hero__contact {
    font-size: 25px;
    text-align: center;
  }
}
.hero__tel {
  color: #ffffff;
  display: inline-block;
  margin-left: 15px;
  text-decoration: underline;
}

.menu {
  padding: 90px 0;
}

.actions-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 85px;
}
@media (max-width: 1200px) {
  .actions-list {
    grid-template-columns: 1fr;
    gap: 50px;
    width: min(100%, 500px);
    margin: 0 auto;
  }
}

.action {
  background-color: #E5815A;
  border-radius: 70px;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .action {
    padding: 50px 0;
  }
}
.action__title {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .action__title {
    font-size: 40px;
  }
}
.action__btn {
  display: inline-block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 270px;
}
@media (max-width: 1200px) {
  .action__btn {
    font-size: 25px;
  }
}

.contact {
  padding: 60px 0;
  position: relative;
}
.contact__img {
  background: url(/wp-content/uploads/2023/09/wheelchair.jpg) center right/cover no-repeat;
  border-radius: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.contact__img:after {
  content: "";
  background: rgba(41, 43, 127, 0.4);
  border-radius: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}
@media (max-width: 1200px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-grid__item {
  width: min(100%, 960px);
  margin: 0 auto;
}
.contact-grid__item h3 {
  text-align: center;
}

.about-us {
  padding: 50px 0;
}
.about-us__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .about-us__grid {
    display: block;
  }
}
.equipment-archive {
  padding: 50px 0;
}
.equipment-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 1200px) {
  .equipment-archive__list {
    display: block;
  }
}
.equipment-archive-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.equipment-archive-item__img {
  display: block;
  width: auto;
  height: 340px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .equipment-archive-item__img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
}

.equipment-archive-item__title {
  color: #292B7F;
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
}
.equipment {
  padding: 0 0 140px;
}
.equipment__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .equipment__grid {
    display: block;
    text-align: justify;
  }
}
.equipment__img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .equipment__img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    height: 360px;
    width: 100%;
  }
}

.pricing {
  padding: 30px 0 120px;
}

.pricing table {
  border-collapse: collapse;
  border-radius: 1em;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 600px) {
  .pricing table {
    border-radius: 0;
  }
}

.pricing table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

.pricing table thead tr {
  background-color: #E5815A;
  color: #ffffff;
}

.pricing table tr {
  background-color: rgba(56, 58, 165, 0.6);
  border: 1px solid #ddd;
  padding: 0.35em;
}

.pricing table th,
.pricing table td {
  border: 1px solid #ddd;
  color: #ffffff;
  padding: 23px;
  text-align: center;
}
@media (min-width: 1201px) {
  .pricing table th,
  .pricing table td {
    font-size: 23px;
  }
}
@media (min-width: 1550px) {
  .pricing table th,
  .pricing table td {
    font-size: 25px;
  }
}

.pricing table th {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 1201px) {
  .pricing table th {
    font-size: 25px;
  }
}
@media (min-width: 1550px) {
  .pricing table th {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  .pricing table {
    border: 0;
  }
  .pricing table caption {
    font-size: 1.3em;
  }
  .pricing table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .pricing table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .pricing table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 23px;
    text-align: right;
  }
  .pricing table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .pricing table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .pricing table td:last-child {
    border-bottom: 0;
  }
  .pricing table tr td:first-of-type {
    background-color: #E5815A;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.contact-icons {
  padding: 0 0 120px;
}

.contact-items {
  margin: 0 auto 50px;
  width: min(100%, 600px);
}

.contact-item {
  margin-bottom: 25px;
  text-align: center;
}
.contact-item__link {
  display: inline-block;
  text-align: center;
}
.contact-item__icon {
  display: inline-block;
  background: url("/wp-content/uploads/2023/09/contact-icons.svg") no-repeat;
  background-size: 300% 400%;
  width: 100px;
  height: 100px;
}
.contact-item__icon--phone {
  background-position: center -150px;
}
.contact-item__icon--map-marker {
  background-position: center -30px;
}
.contact-item__icon--clock {
  background-position: center -270px;
}
.contact-item__txt span {
  text-decoration: underline;
}

/* Google reviews */

.google-reviews__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 15px 0;
  width: 100%;
  max-width: 260px;
}
@media (max-width: 1200px) {
  .google-reviews__wrap {
    max-width: initial;
    position: relative;
  }
}
@media (min-width: 1201px) {
  .google-reviews__wrap {
    left: -240px;
  }
}
@media (min-width: 1550px) {
  .google-reviews__wrap {
    left: -270px;
  }
}

.google-reviews {
  font-family: 'Montserrat', sans-serif;
  display: inline-grid;
  border-radius: 4px;
  margin: 0;
  width: 100%;
  z-index: 0;
  
}
@media (max-width: 1200px) {
  .google-reviews {
    display: block;
    margin: 0 auto;
    max-width: 260px;
  }
}
@media (min-width: 1201px) {
  .google-reviews {
    grid-template-columns: 35px 1fr;
    max-width: 260px;
    padding: 0;
  }
}
@media (min-width: 1550px) {
  .google-reviews {
    grid-template-columns: 35px 1fr;
    max-width: 260px;
    padding: 0;
  }
}

.google-reviews__left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.google-reviews__right {
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  padding: 0 0 0 5px;
}
@media (max-width: 1200px) {
  .google-reviews__right {
    align-items: center;
    padding: 5px 0 0;
  }
}
.google-reviews__img {
  max-width: 25px;
  width: 100%;
  height: auto;
}

.google-reviews-content__top {
  display: flex;
  align-items: center;
  padding: 0 0 3px;
}
.google-reviews-content__txt {
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (max-width: 1200px) {
  .google-reviews-content__txt {
    color: #000;
  }
}
.google-reviews-content__rating {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 8px 0 10px;
}
@media (max-width: 1200px) {
  .google-reviews-content__rating {
    color: #000;
  }
}
.google-reviews-content__stars {
  display: inline-block;
  max-width: 70px;
}
.google-reviews-content__info {
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 12px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .google-reviews-content__info {
    color: #000;
  }
}

.polityka-prywatnosci h2 {
  font-size: 35px;
  line-height: 35px;
  margin: 50px 0;
}

@media (max-width: 1200px) {
  .polityka-prywatnosci h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 25px 0;
  }
}

.page-content { 
  padding: 0 0 60px;
}

.phone-call {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 70px;
  height: 70px;
}

.phone-call__icon {
  background-color: #e5815a;
  display: inline-block;
  width: 27px;
  height: 50px;
  -webkit-mask-image: url(/wp-content/uploads/2023/09/phone-call.svg);
  mask-image: url(/wp-content/uploads/2023/09/phone-call.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (max-width: 1200px) {
  .phone-call__icon {
    background-color: #fff;
  }
}

.phone-call:after {
  content: '';
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  animation: pulsate infinite 2s;
  z-index: 1;
}
@media (max-width: 1200px) {
  .phone-call {
    background-color: #383AA5;
    position: absolute;
    left: 0;
    top: calc(-100% + 15px);
    bottom: auto;
  }
  .phone-call:after {
    border: 2px solid #383AA5;
  }
}
@media (min-width: 1201px) {
  .phone-call {
    right: -90px;
  }
}
@media (min-width: 1550px) {
  .phone-call {
    right: -200px;
  }
}

@-webkit-keyframes pulsate {
  0% {
      -webkit-transform: translate(-50%,-50%) scale(1,1);
      opacity: .7
  }
  50% {
      opacity: .4
  }
  to {
      -webkit-transform: translate(-50%,-50%) scale(1.5,1.5);
      opacity: 0
  }
}

.phone-call > a {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .phone-call--desktop {
    display: none;
  }
}

@media (min-width: 1201px) {
  .phone-call--mobile {
    display: none;
  }
}