/* lora-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lora-v32-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-regular.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-regular.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/lora-v32-latin_latin-ext-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-500.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-500.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-500.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-500.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-500.svg#Lora") format("svg"); /* Legacy iOS */
}
/* lora-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lora-v32-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/lora-v32-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lora-v32-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/lora-v32-latin_latin-ext-700.woff") format("woff"), url("../fonts/lora-v32-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/lora-v32-latin_latin-ext-700.svg#Lora") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin_latin-ext-regular.woff") format("woff"), url("../fonts/roboto-v30-latin_latin-ext-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin_latin-ext-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/roboto-v30-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin_latin-ext-700.woff") format("woff"), url("../fonts/roboto-v30-latin_latin-ext-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin_latin-ext-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Lora";
  scroll-padding-top: 0px;
}

section {
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  transition: 0.5s;
  background-color: #F7F3EA;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-nav {
  justify-content: end;
}
.navbar-brand img {
  max-height: 35px;
}
.navbar .nav-item {
  padding: 10px 15px;
}
.navbar .nav-link {
  color: #171D35 !important;
  font-size: 16px;
  font-family: "Roboto";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar .nav-link:hover {
  text-decoration: underline;
}

.navbar-active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 15px;
}

.container-sm {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 56px;
  color: #171D35;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  color: #171D35;
  font-weight: 600;
  margin-bottom: 30px;
}

.btn-check:focus + .btn-primary, .btn-primary:active:focus, .btn-primary:focus, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #F7F3EA;
  border: 1px solid #F7F3EA;
  color: #F6F6F6;
  box-shadow: none;
}

.btn {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-family: "Roboto";
  transition: 0.3s;
}

.btn-primary {
  background-color: #226A5C;
  border: 1px solid #226A5C;
  color: #F6F6F6;
}
.btn-primary:hover {
  background-color: #171D35;
  border: 1px solid #171D35;
  color: #F6F6F6;
}

p {
  font-size: 18px;
  font-family: "Roboto";
  line-height: 1.8;
  color: #171D35;
  margin-bottom: 0;
}

.header {
  padding-top: 150px;
  padding-bottom: 550px;
  position: relative;
  overflow: hidden;
}
.header:after {
  content: "";
  background: #F7F3EA;
  border-radius: 100%;
  height: 3400px;
  width: 3400px;
  position: absolute;
  bottom: 400px;
  left: 50%;
  transform: translate(-50%, 0);
}
.header-in {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.header-in h1 {
  margin-bottom: 30px;
}
.header-in .btn {
  margin-top: 30px;
}
.header-in p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.direction {
  background-color: #F7F3EA;
}

.about {
  background-color: #F7F3EA;
}
.about-in {
  max-width: 580px;
  margin-bottom: 60px;
}
.about .timeline {
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}
.about .timeline-badge {
  background-color: #226A5C;
  height: 11px;
  width: 11px;
  border-radius: 100%;
  display: block;
  margin-top: 10px;
}
.about .timeline-dots {
  height: 100%;
  border-right: 1px solid #226A5C;
  position: absolute;
  margin-left: 5px;
}
.about .timeline-date {
  color: #226A5C;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.about .timeline-text {
  font-size: 16px;
}

.conditions {
  background-color: #226A5C;
  position: relative;
  overflow: hidden;
}
.conditions h2 {
  color: #F6F6F6;
  margin-bottom: 50px;
}
.conditions-in p {
  color: #F6F6F6;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.conditions-in .text-link {
  color: #F6F6F6;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
  display: block;
}
.conditions-in .hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-bottom: 0px;
}
.conditions-in .show {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
  padding-bottom: 10px;
}
.conditions-img {
  position: absolute;
  bottom: -50px;
  left: 60%;
  transform: translate(-50%);
}
.conditions-block {
  position: relative;
  z-index: 2;
  background-color: #F6F6F6;
  padding: 55px 35px;
  border-radius: 30px;
}
.conditions-block-icon {
  background-color: #226A5C;
  height: 55px;
  width: 55px;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conditions-block-icon img {
  height: 30px;
}
.conditions-block-price {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #226A5C;
  margin-top: 30px;
  margin-bottom: 50px;
}

.meet {
  background-color: #F7F3EA;
}

.contact {
  background-color: #F7F3EA;
}
.contact p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  margin-top: 40px;
}
.contact .contact-map {
  position: relative;
  margin-top: 80px;
  text-align: left;
}
.contact .contact-map iframe {
  border-radius: 10px;
}
.contact .contact-address {
  position: absolute;
  left: 40px;
  top: -50px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  background: #226A5C;
  color: #F6F6F6;
  padding: 40px;
  z-index: 100;
  border-radius: 10px;
}
.contact .contact-address ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.contact .contact-address ul li {
  padding-bottom: 5px;
}
.contact .contact-address ul li b {
  padding-bottom: 10px;
  display: block;
}
.contact .contact-address ul li a {
  color: #F6F6F6;
  text-decoration: none;
}
.contact .contact-address ul li a:hover {
  text-decoration: underline;
}
.contact .contact-image {
  text-align: right;
}

footer {
  padding: 30px 0;
  font-family: "Roboto";
  background-color: #171D35;
  color: #F6F6F6;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-box {
  display: flex;
  align-items: center;
}
footer .footer-box-in {
  font-size: 14px;
}
footer .footer-box-in span {
  display: block;
}
footer .footer-right {
  text-align: right;
  font-size: 14px;
}
footer .footer-right span {
  display: block;
}
footer .footer-right span a {
  color: #F6F6F6;
  text-decoration: underline;
}
footer .footer-right span a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .navbar .col-lg-5 {
    display: flex;
    align-items: center;
  }
  .navbar .col-lg-5 .navbar-toggler {
    height: 40px;
  }
  .pricelist-price {
    margin-bottom: 40px;
  }
  .pricelist .quote p {
    font-size: 20px;
  }
  .meet .swiper-slide {
    margin-left: 0px;
    padding: 0 30px;
  }
  .contact p {
    margin-bottom: 40px;
  }
  .contact-list {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .contact-list-item {
    justify-content: start;
  }
  .contact-list-item a {
    font-size: 20px;
  }
  .contact-list-item:first-child {
    margin: 0;
  }
  .contact-list-item:last-child {
    margin: 0;
    margin-top: 30px;
  }
  footer .footer-right {
    text-align: left;
    margin-top: 30px;
  }
  .header {
    background-color: #F7F3EA;
    padding-bottom: 0px;
  }
  .header-in {
    padding-bottom: 50px;
  }
  .header:after {
    bottom: 500px;
    display: none;
  }
  .header img {
    display: block;
    position: relative;
    z-index: 1;
  }
}/*# sourceMappingURL=style.css.map */