@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif !important;
  margin: 0;
  color: #161519;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Inter", sans-serif !important;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none !important;
}

a:focus img {
  outline: none !important;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
}

@media screen and (max-width: 1630px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}
.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 40px;
}

.breadcrumbs li {
  margin-right: 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs li {
    margin-right: 5px;
    font-size: 12px;
  }
}
.breadcrumbs li a, .breadcrumbs li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .breadcrumbs li a, .breadcrumbs li p {
    font-size: 12px;
  }
}
/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

a {
  text-decoration: none;
  color: inherit;
}

header.site-header {
  padding: 20px 0;
}

header.site-header.home {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

header.site-header.not_home .burger svg path {
  stroke: black;
}

header.site-header .header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.site-header .header_content .left_side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header.site-header .header_content .left_side .site-logo {
  max-width: 210px;
  width: 100%;
  margin-right: 90px;
}

@media screen and (max-width: 1230px) {
  header.site-header .header_content .left_side .site-logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .left_side .nav_desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .left_side .primary-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -330px;
    max-width: 320px;
    width: 100%;
    left: auto;
    z-index: 9;
    background: white;
    padding: 70px 17px;
    transition: all 0.3s;
  }
}
header.site-header .header_content .left_side .primary-navigation.active {
  right: 0;
  transition: all 0.3s;
}

header.site-header .header_content .left_side .primary-navigation.not_home ul li a {
  color: #000000;
}

header.site-header .header_content .left_side .primary-navigation .close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}

@media screen and (max-width: 768px) {
  header.site-header .header_content .left_side .primary-navigation .close {
    display: block;
  }
}
header.site-header .header_content .left_side .primary-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header.site-header .header_content .left_side .primary-navigation ul {
    display: block;
  }
}
header.site-header .header_content .left_side .primary-navigation ul li {
  margin: 0 16px;
}

@media screen and (max-width: 1230px) {
  header.site-header .header_content .left_side .primary-navigation ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .left_side .primary-navigation ul li {
    margin-bottom: 30px;
  }
}
header.site-header .header_content .left_side .primary-navigation ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
}

@media screen and (max-width: 1230px) {
  header.site-header .header_content .left_side .primary-navigation ul li a {
    font-size: 16px;
  }
}
header.site-header .header_content .head_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 991px) {
  header.site-header .header_content .head_contact.desktop {
    display: none;
  }
}
header.site-header .header_content .head_contact a, header.site-header .header_content .head_contact p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  margin-left: 15px;
  align-items: center;
  color: #FFFFFF;
}

header.site-header .header_content .head_contact a svg, header.site-header .header_content .head_contact p svg {
  margin-right: 10px;
}

header.site-header .header_content .burger {
  display: none;
}

@media screen and (max-width: 991px) {
  header.site-header .header_content .burger {
    display: block;
  }
}
header.site-header .header_content .burger path {
  stroke: white;
}

header.site-header .header_content .mobile_menu {
  display: none;
  transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  header.site-header .header_content .mobile_menu {
    display: block;
    position: fixed;
    width: 320px;
    background: white;
    z-index: 9;
    padding: 100px 20px 60px;
    left: -320px;
    top: 0;
    bottom: 0;
  }
}
header.site-header .header_content .mobile_menu.active {
  left: 0;
  transition: all 0.4s;
}

header.site-header .header_content .mobile_menu .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

header.site-header .header_content .mobile_menu nav ul li {
  margin-bottom: 30px;
}

header.site-header .header_content .mobile_menu nav ul li a {
  font-size: 24px;
  font-weight: 500;
}

header.site-header .header_content .mobile_menu .head_contact {
  display: block;
  position: absolute;
  bottom: 60px;
}

header.site-header .header_content .mobile_menu .head_contact p, header.site-header .header_content .mobile_menu .head_contact a {
  color: black;
  margin-bottom: 25px;
  margin-left: 0;
}

header.site-header .header_content .mobile_menu .head_contact p svg path, header.site-header .header_content .mobile_menu .head_contact a svg path {
  stroke: black;
}

.main_section {
  position: relative;
}

@media screen and (max-width: 991px) {
  .main_section {
    min-height: 600px;
  }
}
.main_section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 78.91%);
  z-index: 1;
}

.main_section img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .main_section img {
    position: absolute;
    height: 100%;
    object-fit: cover;
  }
}
.main_section .main_section_content {
  position: absolute;
  z-index: 1;
  left: calc(50% - 360px);
  max-width: 720px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .main_section .main_section_content {
    left: 10%;
    max-width: 80%;
  }
}
.main_section .main_section_content h1 {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
}

@media screen and (max-width: 1230px) {
  .main_section .main_section_content h1 {
    font-size: 76px;
  }
}
@media screen and (max-width: 991px) {
  .main_section .main_section_content h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
.main_section .main_section_content h1 span {
  display: block;
  font-weight: 900;
  font-size: 128px;
  line-height: 100%;
}

@media screen and (max-width: 1230px) {
  .main_section .main_section_content h1 span {
    font-size: 96px;
  }
}
@media screen and (max-width: 991px) {
  .main_section .main_section_content h1 span {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .main_section_content h1 span {
    font-size: 48px;
  }
}
.main_section .main_section_content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.main_section .main_section_content .buttons {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.main_section .main_section_content .buttons a {
  margin: 0 10px;
  background: #000000;
  padding: 14px 50px;
  width: 190px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .main_section .main_section_content .buttons a {
    padding: 14px 20px;
  }
}
.main_section .main_section_content .buttons a:hover {
  background: #FFB300;
  color: #000000;
  transition: all 0.3s;
}

.section_about {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .section_about {
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.section_about .left_side {
  max-width: 49%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section_about .left_side {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.section_about .left_side h2 {
  font-weight: 900;
  font-size: 96px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 12px;
}

@media screen and (max-width: 1230px) {
  .section_about .left_side h2 {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .section_about .left_side h2 {
    font-size: 48px;
  }
}
.section_about .left_side h4 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 64px;
}

@media screen and (max-width: 1230px) {
  .section_about .left_side h4 {
    font-size: 48px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .section_about .left_side h4 {
    font-size: 36px;
  }
}
.section_about .left_side .numbers {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .section_about .left_side .numbers {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.section_about .left_side .numbers .number {
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 20px;
  margin-right: 20px;
  min-width: 206px;
}

@media screen and (max-width: 1230px) {
  .section_about .left_side .numbers .number {
    min-width: 150px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section_about .left_side .numbers .number {
    min-width: auto;
    max-width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
    width: 100%;
  }
}
.section_about .left_side .numbers .number:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .section_about .left_side .numbers .number:last-of-type {
    max-width: 100%;
  }
}
.section_about .left_side .numbers .number span {
  font-weight: 900;
  font-size: 76px;
  line-height: 100%;
  text-align: center;
  color: #FFB300;
  display: block;
}

@media screen and (max-width: 1230px) {
  .section_about .left_side .numbers .number span {
    font-size: 48px;
  }
}
.section_about .left_side .numbers .number p {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
  text-align: center;
  display: block;
  margin-bottom: 0;
}

@media screen and (max-width: 1230px) {
  .section_about .left_side .numbers .number p {
    font-size: 13px;
  }
}
.section_about .left_side p {
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 24px;
}

@media screen and (max-width: 1230px) {
  .section_about .left_side p {
    font-size: 18px;
    line-height: 23px;
  }
}
.section_about .left_side a {
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 12px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 100%;
  width: fit-content;
  transition: all 0.3s;
}

.section_about .left_side a:hover {
  background: rgba(0, 0, 0, 0.1019607843);
  transition: all 0.3s;
}

.locatii {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .locatii {
    margin-bottom: 50px;
  }
}
.locatii h2 {
  width: 100%;
  margin-bottom: 64px;
  font-weight: 900;
  font-size: 96px;
  line-height: 100%;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 1230px) {
  .locatii h2 {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .locatii h2 {
    font-size: 48px;
  }
}
.locatii .locatie {
  width: 50%;
  height: 350px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .locatii .locatie {
    width: 100%;
  }
}
.locatii .locatie:nth-of-type(2n) {
  border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .locatii .locatie:nth-of-type(2n) {
    border-radius: 12px;
  }
}
.locatii .locatie:nth-of-type(odd) {
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 768px) {
  .locatii .locatie:nth-of-type(odd) {
    border-radius: 12px;
  }
}
.locatii .locatie img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.locatii .locatie .location_content {
  position: absolute;
  z-index: 1;
  left: 34px;
  bottom: 30px;
  padding: 17px 32px;
  border-radius: 20px;
  background: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .locatii .locatie .location_content {
    left: 10px;
    bottom: 10px;
    right: 10px;
    padding: 17px;
  }
}
.locatii .locatie .location_content h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .locatii .locatie .location_content h4 {
    font-size: 24px;
  }
}
.locatii .locatie .location_content .short_description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .locatii .locatie .location_content .short_description {
    flex-wrap: wrap;
  }
}
.locatii .locatie .location_content .short_description p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .locatii .locatie .location_content .short_description p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.locatii .locatie .location_content .short_description p svg {
  margin-right: 7px;
}

.locatii .locatie .location_content a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 12px 64px;
  margin-top: 16px;
  width: fit-content;
  transition: all 0.3s;
}

.locatii .locatie .location_content a:hover {
  background: rgba(0, 0, 0, 0.1019607843);
  transition: all 0.3s;
}

.locatii .locatie .location_content a svg {
  margin-left: 12px;
}

.contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
}

@media screen and (max-width: 991px) {
  .contact {
    flex-wrap: wrap;
  }
}
.contact .details {
  max-width: 48%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .contact .details {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.contact .details h2 {
  font-weight: 900;
  font-size: 96px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 12px;
}

@media screen and (max-width: 1230px) {
  .contact .details h2 {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .contact .details h2 {
    font-size: 48px;
  }
}
.contact .details h5 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 64px;
}

@media screen and (max-width: 1230px) {
  .contact .details h5 {
    font-size: 48px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 768px) {
  .contact .details h5 {
    font-size: 36px;
  }
}
.contact .details p, .contact .details a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contact .details p, .contact .details a {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contact .details p svg, .contact .details a svg {
  margin-right: 10px;
}

.form_side {
  max-width: 48%;
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 24px;
}

@media screen and (max-width: 991px) {
  .form_side {
    max-width: 100%;
  }
}
.form_side h4 {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 4px;
}

@media screen and (max-width: 1230px) {
  .form_side h4 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .form_side h4 {
    font-size: 36px;
  }
}
.form_side h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 24px;
  color: #757575;
}

.form_side form p {
  margin-bottom: 24px;
}

.form_side form p:last-of-type {
  margin-bottom: 0;
}

.form_side form p label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
  color: #000000;
}

.form_side form p label input {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  height: 40px;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
}

.form_side form p label .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
}

.form_side form p label textarea {
  height: 120px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  width: 100%;
  margin-top: 5px;
  padding: 10px;
}

.form_side form p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
}

.form_side form p .wpcf7-form-control-wrap label {
  display: flex;
  justify-content: flex-start;
}

.form_side form p .wpcf7-form-control-wrap label input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.form_side form p .wpcf7-form-control-wrap label a {
  color: #FFB300;
}

.form_side form p input[type=submit] {
  width: 100%;
  text-align: center;
  background: #2C2C2C;
  padding: 14px;
  color: #F5F5F5;
  border-radius: 8px;
  cursor: pointer;
}

.form_side form p .wpcf7-spinner {
  position: absolute;
}

.map {
  margin-bottom: 100px;
}

footer.site-footer {
  background: #E6E6E6;
  padding: 48px 0 0;
}

footer.site-footer .footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer.site-footer .footer_content .column {
  max-width: 280px;
  width: 100%;
}

@media screen and (max-width: 1230px) {
  footer.site-footer .footer_content .column {
    max-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .column {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer.site-footer .footer_content .second-navigation {
  align-self: center;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .second-navigation {
    margin-bottom: 20px;
  }
}
footer.site-footer .footer_content .second-navigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .second-navigation ul {
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .second-navigation ul li {
  margin: 0 16px;
}

@media screen and (max-width: 1230px) {
  footer.site-footer .footer_content .second-navigation ul li {
    margin: 0 7px;
  }
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .second-navigation ul li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
footer.site-footer .footer_content .second-navigation ul li a {
  color: #1E1E1E;
  font-size: 14px;
}

footer.site-footer .footer_content .footer_contact {
  display: flex;
  justify-content: flex-end;
  align-self: center;
}

@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .footer_contact {
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer.site-footer .footer_content .footer_contact p, footer.site-footer .footer_content .footer_contact a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin-left: 16px;
}

@media screen and (max-width: 1230px) {
  footer.site-footer .footer_content .footer_contact p, footer.site-footer .footer_content .footer_contact a {
    margin-left: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  footer.site-footer .footer_content .footer_contact p, footer.site-footer .footer_content .footer_contact a {
    width: 100%;
    justify-content: center;
    margin-bottom: 7px;
  }
}
footer.site-footer .footer_content .footer_contact p svg, footer.site-footer .footer_content .footer_contact a svg {
  margin-right: 10px;
}

@media screen and (max-width: 1230px) {
  footer.site-footer .footer_content .footer_contact p svg, footer.site-footer .footer_content .footer_contact a svg {
    margin-left: 5px;
  }
}
footer.site-footer .footer_bottom {
  width: 100%;
  height: 40px;
  background: #989898;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.site-footer .footer_bottom p {
  color: white;
}

.about_page {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .about_page {
    padding-bottom: 60px;
  }
}
.about_page .section_about .left_side a {
  display: none;
}

.about_page .about_us_locatii {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .about_page .about_us_locatii {
    flex-wrap: wrap;
  }
}
.about_page .about_us_locatii .left_side {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .about_page .about_us_locatii .left_side {
    max-width: 100%;
    order: 2;
  }
}
.about_page .about_us_locatii .right_side {
  max-width: 49%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .about_page .about_us_locatii .right_side {
    max-width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
.about_page .about_us_locatii .right_side .description p {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

@media screen and (max-width: 1230px) {
  .about_page .about_us_locatii .right_side .description p {
    font-size: 16px;
    line-height: 20px;
  }
}
.about_page .about_us_locatii .right_side a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 12px 64px;
  margin-top: 24px;
  width: fit-content;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .about_page .about_us_locatii .right_side a {
    padding: 12px 24px;
  }
}
.about_page .about_us_locatii .right_side a:hover {
  background: rgba(0, 0, 0, 0.1019607843);
  transition: all 0.3s;
}

.about_page .about_us_locatii .right_side a svg {
  margin-left: 12px;
}

.single_locatie {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 43px;
  padding-bottom: 80px;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 991px) {
  .single_locatie {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
}
.single_locatie .left_side {
  max-width: 55%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .single_locatie .left_side {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.single_locatie .left_side h1 {
  font-weight: 900;
  font-size: 96px;
  line-height: 100px;
  color: #000000;
  margin-bottom: 12px;
}

@media screen and (max-width: 1230px) {
  .single_locatie .left_side h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .single_locatie .left_side h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.single_locatie .left_side .short_desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.single_locatie .left_side .short_desc p, .single_locatie .left_side .short_desc a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1230px) {
  .single_locatie .left_side .short_desc p, .single_locatie .left_side .short_desc a {
    font-size: 16px;
  }
}
.single_locatie .left_side .short_desc p svg, .single_locatie .left_side .short_desc a svg {
  margin-right: 7px;
}

.single_locatie .left_side p {
  display: flex;
  justify-content: flex-start;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

@media screen and (max-width: 1230px) {
  .single_locatie .left_side p {
    font-size: 20px;
  }
}
.single_locatie .left_side p b {
  font-weight: 700;
  margin-right: 5px;
}

.single_locatie .left_side .block {
  margin-top: 32px;
}

@media screen and (max-width: 1230px) {
  .single_locatie .left_side .block {
    margin-top: 24px;
  }
}
.single_locatie .left_side .block h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 16px;
  color: #000000;
}

@media screen and (max-width: 1230px) {
  .single_locatie .left_side .block h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.single_locatie .left_side .block p {
  font-size: 20px;
}

@media screen and (max-width: 1230px) {
  .single_locatie .left_side .block p {
    font-size: 16px;
  }
}
.single_locatie .right_side {
  max-width: 43%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .single_locatie .right_side {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.single_locatie .right_side .form_side {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .single_locatie .right_side .form_side {
    order: 2;
  }
}
.vr {
  width: 100%;
  margin-top: 24px;
  height: 600px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .vr {
    height: 400px !important;
  }
}
.vr #master-container {
  max-width: 100% !important;
  height: 600px !important;
}

@media screen and (max-width: 768px) {
  .vr #master-container {
    height: 400px !important;
  }
}
.locatie_gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.locatie_gallery h2 {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 96px;
  line-height: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 1230px) {
  .locatie_gallery h2 {
    font-size: 48px;
  }
}
.locatie_gallery .gallery_item {
  max-width: calc(33.3333333333% - 15px);
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}

@media screen and (max-width: 1230px) {
  .locatie_gallery .gallery_item {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .locatie_gallery .gallery_item {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .locatie_gallery .gallery_item {
    max-width: calc(50% - 5px);
    height: 150px;
    margin-bottom: 10px;
  }
}
.locatie_gallery .gallery_item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}



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