@charset "UTF-8";
@keyframes showing_elements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
}
html.fonts-loaded body {
  font-family: "InriaSans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
html.fonts-loaded body h1, html.fonts-loaded body h2, html.fonts-loaded body h3, html.fonts-loaded body h4, html.fonts-loaded body h5, html.fonts-loaded body h6 {
  font-family: "InriaSerif", sans-serif;
  font-weight: 700;
  font-style: normal;
}
select option {
  color: #000;
}
.container {
  width: 80%;
  margin: 0 auto;
}
img {
  width: 100%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../themes/dabrowskiego24/assets/scss/./fonts/slick.eot");
  src: url("../themes/dabrowskiego24/assets/scss/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../themes/dabrowskiego24/assets/scss/./fonts/slick.woff") format("woff"), url("../themes/dabrowskiego24/assets/scss/./fonts/slick.ttf") format("truetype"), url("../themes/dabrowskiego24/assets/scss/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.title-page {
  position: relative;
  width: 100%;
}
.title-page__photo {
  width: 100%;
}
.title-page__photo--desktop {
  display: none;
}
@media screen and (min-width: 950px) {
  .title-page__photo--desktop {
    display: block;
  }
}
.title-page__photo--mobile {
  display: block;
}
@media screen and (min-width: 950px) {
  .title-page__photo--mobile {
    display: none;
  }
}
@keyframes photo_zoom_in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes title_slide_down {
  0% {
    opacity: 0;
    top: -15vw;
  }
  100% {
    opacity: 1;
    top: -10vw;
  }
}
.nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 2rem 1rem 0 1rem;
}
@media screen and (min-width: 950px) {
  .nav {
    padding: 2rem 0;
    position: unset;
    width: 90%;
  }
}
.nav__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: center;
}
.nav__logo {
  width: 15%;
  display: none;
}
@media screen and (min-width: 950px) {
  .nav__logo {
    display: block;
  }
}
.nav__logo img {
  width: 190px;
  height: auto;
}
.nav__links {
  position: absolute;
  left: 0;
  top: -600%;
  width: 100%;
  background-color: #005760;
  display: flex;
  flex-direction: column;
  padding: 6rem 1rem 2rem 1rem;
  opacity: 0;
  transition: all;
  transition-duration: 0.5s;
}
@media screen and (min-width: 950px) {
  .nav__links {
    position: unset;
    width: 60%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: unset;
    padding: 0.3rem 3rem;
    opacity: 1;
  }
}
.nav__links--active {
  opacity: 1;
  top: 0;
}
.nav__link {
  color: #fff;
  text-decoration: none;
  font-family: "InriaSerif";
  font-size: 1.25em;
}
@media screen and (max-width: 950px) {
  .nav__link {
    margin: 1rem 0;
  }
}
.nav__social {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  z-index: 0;
}
@media screen and (min-width: 950px) {
  .nav__social {
    width: 15%;
    justify-content: flex-start;
  }
}
.nav__social-link {
  text-decoration: none;
  margin-right: 10px;
}
.nav__social-link svg {
  width: 40px;
  height: auto;
}
@media screen and (min-width: 950px) {
  .nav__social-link svg {
    width: 35px;
  }
}
.nav__hamburder {
  z-index: 9;
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (min-width: 950px) {
  .nav__hamburder {
    display: none;
  }
}
.nav__hamburder-line {
  background-color: #fff;
  width: 15px;
  height: 2px;
  margin: 2px 0;
}
.offer {
  background-color: rgba(241, 234, 217, 0.3);
  padding: 3rem 0;
  display: flex;
  justify-content: center;
}
.offer__container {
  width: 80%;
}
@media screen and (min-width: 950px) {
  .offer__container {
    width: 67%;
  }
}
.offer__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 950px) {
  .offer__row {
    align-items: center;
    flex-direction: row;
  }
}
.offer__title {
  color: #005760;
  font-family: "InriaSerif", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .offer__title {
    margin-bottom: 4rem;
  }
}
.offer__title-main {
  font-size: 4.375em;
}
.offer__title-subtitle {
  font-size: 2.5em;
  font-family: "InriaSans" !important;
  font-weight: 300 !important;
}
.offer__items {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 950px) {
  .offer__items {
    flex-direction: row;
  }
}
.offer__item {
  color: #005760;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 2.6rem 0;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .offer__item {
    margin: 0 2rem 2.6rem 2rem;
    width: calc(100% / 3 - 4rem);
  }
}
.offer__icon {
  margin-bottom: 2.5rem;
}
.offer__icon svg {
  height: 110px;
  width: auto;
}
.offer__item-title {
  margin-bottom: 1.5rem;
}
.offer--border {
  border-bottom: 8px solid #D9D9D9;
}
.specialists-nav {
  width: 80%;
  padding: 2rem 0;
  display: block;
  margin: 0 auto;
}
.specialists-nav__wrapper {
  background-color: #005760;
}
@media screen and (max-width: 950px) {
  .specialists-nav__logo {
    margin-bottom: 2rem;
  }
}
.specialists-nav__logo img {
  height: 180px;
  width: auto;
}
.specialists-nav__title {
  color: #fff;
  font-size: 2.5em;
}
@media screen and (min-width: 950px) {
  .specialists-nav__title {
    font-size: 5em;
  }
}
.specialists {
  padding-top: 7.5rem;
}
.specialists__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 950px) {
  .specialists__item {
    padding-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 950px) {
  .specialists__photo-col {
    width: 33%;
  }
}
.specialists__btns {
  margin-top: 3.5rem;
  display: flex;
}
@media screen and (max-width: 950px) {
  .specialists__btns {
    margin-bottom: 4rem;
  }
}
.specialists__phone {
  background-color: #769395;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  padding: 0 30px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem;
}
.specialists__phone svg {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.specialists__email {
  background-color: #7C917D;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.specialists__email svg {
  height: 15px;
  width: auto;
}
@media screen and (min-width: 950px) {
  .specialists__text-col {
    width: 60%;
  }
}
.specialists__name {
  color: #769395;
  margin-bottom: 2.5rem;
  font-size: 2.625em;
}
.specialists__short-desc {
  color: #769395;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.specialists__desc {
  color: #769395;
}
.specialists-slider {
  padding: 7.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specialists-slider__title {
  margin-bottom: 4rem;
  font-size: 2.5em;
  color: #2F4A52;
}
.specialists-slider__text-col {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media screen and (min-width: 950px) {
  .specialists-slider__text-col {
    padding: 0 7rem;
    width: 40%;
    margin-bottom: 0;
  }
}
.specialists-slider__slider-col {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 950px) {
  .specialists-slider__slider-col {
    width: 60%;
    margin-top: calc((1rem + 20px) * -1);
  }
}
@media screen and (min-width: 950px) {
  .specialists-slider__item {
    padding-right: 40px;
    width: 28vw;
  }
}
.specialists-slider__photo {
  margin-bottom: 1.5rem;
}
.specialists-slider__name {
  color: #769395;
  margin-bottom: 1.5rem;
  font-size: 1.875em;
}
.specialists-slider__desc {
  color: #769395;
  margin-bottom: 1.5rem;
}
.specialists-slider__more {
  color: #769395;
  font-weight: 700;
  text-decoration: none;
}
.specialists-slider__arrows {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 1rem;
}
.specialists-slider__arrow {
  height: 20px;
  width: auto;
  padding: 0 5px;
  cursor: pointer;
}
.specialists-slider__arrow--left {
  transform: rotate(180deg);
}
.btn {
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  padding: 0 30px;
  height: 40px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem;
}
.btn--text-green {
  background-color: #769395;
}
.btn--second-green {
  background-color: #7C917D;
}
.btn svg {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.btn-circle {
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-circle svg {
  height: 15px;
  width: auto;
}
.btn-circle--text-green {
  background-color: #769395;
}
.btn-circle--second-green {
  background-color: #7C917D;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 7.5rem 0;
}
.footer__bg {
  background-color: #2F4A52;
}
.footer__col-logo {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 950px) {
  .footer__col-logo {
    width: calc(25% - 1.5rem);
    margin-bottom: 0;
    border-right: 1px solid #fff;
    margin-right: 1.5rem;
    padding: 4vw 1.5rem 4vw 0;
  }
}
.footer__col-social-media {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 950px) {
  .footer__col-social-media {
    margin-bottom: 0;
    width: calc(25% - 1.5rem);
    margin-right: 3rem;
  }
}
.footer__col-form {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .footer__col-form {
    width: calc(50% - 1.5rem);
  }
}
.footer__social-links {
  display: flex;
  flex-direction: column;
}
.footer__social-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1rem;
}
.footer__social-link svg {
  margin-right: 1rem;
}
.footer__title {
  color: #fff;
  font-size: 3.75em;
}
@media screen and (max-width: 950px) {
  .footer__title {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.error {
  color: #d30000;
}
.form__item:not(:last-child) {
  margin-bottom: 1rem;
}
.form__item--row {
  display: flex;
  flex-wrap: wrap;
}
.form__label {
  color: #fff;
  font-size: 13px;
  margin: 30px 0 10px 0;
}
.form__input {
  padding: 10px 10px 10px 0;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 13px;
}
.form__input::placeholder {
  color: #fff;
}
.form__input--textarea {
  font-size: 13px;
  height: 160px;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  font-family: "InriaSans";
  color: #fff;
}
@media screen and (max-width: 950px) {
  .form__input--textarea {
    border-bottom: none;
  }
}
@media screen and (min-width: 950px) {
  .form__input--textarea {
    width: 80%;
    border-right: none;
  }
}
.form__input:focus {
  outline: none;
}
.form__btn {
  background-color: #7C917D;
  border: 1px solid #fff;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 950px) {
  .form__btn {
    width: 20%;
    height: auto;
  }
}
.form__msg {
  color: #fff;
  font-size: 1.5em;
}
.faq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4rem 0;
}
.faq__bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.faq__title {
  color: #fff;
  font-size: 2.5em;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 950px) {
  .faq__title {
    margin-bottom: 0;
    width: 25%;
  }
}
.faq__questions {
  color: #7C917D;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
@media screen and (min-width: 950px) {
  .faq__questions {
    padding: 4rem;
    width: 70%;
  }
}
.faq__question-item {
  margin-bottom: 1.5rem;
}
.faq__question-title {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 7rem 0;
}
.about__bg {
  background-color: #2F4A52;
}
.about__logo {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .about__logo {
    width: 45%;
  }
}
@media screen and (min-width: 950px) {
  .about__logo img {
    height: 300px;
    width: auto;
  }
}
.about__content {
  width: 100%;
}
@media screen and (min-width: 950px) {
  .about__content {
    width: 50%;
  }
}
.about__title {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 3em;
  margin-top: 2rem;
}
@media screen and (min-width: 950px) {
  .about__title {
    margin-top: 0;
    font-size: 4em;
  }
}
.about__desc {
  color: #F1EAD9;
  margin-bottom: 3rem;
}
