* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Robotomedium";
  src: url("../fonts/Robotomedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Oswaldregular";
  src: url("../fonts/Oswaldregular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Oswaldmedium";
  src: url("../fonts/Oswaldmedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  background: url("../images/bg.png") no-repeat center center fixed;
  background-size: cover;
}

.header-top {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px 16px 30px;
}
.header-top h1 {
  font-family: "Oswaldmedium";
  font-size: 64px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}

.header-item {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-item svg {
  margin-right: 13px !important;
}
.header-item p {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
}
.header-item ul li {
  list-style: none;
  padding-top: 13px;
  display: flex;
  align-items: center;
}
.header-item ul li a {
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-decoration: none;
}
.header-item ul li a:hover {
  color: #FFD300;
}

@media (max-width: 768px) {
  .header-top {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 15px 16px 15px;
  }
  .header-top h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .header-item {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header-item svg {
    margin-right: 8px !important;
    width: 15px;
    height: 15px;
  }
  .header-item p {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
  }
  .header-item ul li {
    list-style: none;
    padding-top: 8px;
    display: flex;
    align-items: center;
  }
  .header-item ul li a {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }
  .header-item ul li a:hover {
    color: #FFD300;
  }
}
.modal-link-button {
  font-family: "Oswaldmedium";
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFD300;
  cursor: pointer;
  background-color: transparent;
}
.modal-link-button:hover {
  color: #ffffff;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
  z-index: 999;
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0.98 !important;
}

.modal-overlay *,
.modal-overlay *:before,
.modal-overlay *:after {
  box-sizing: inherit;
}

.modal-overlay_visible {
  opacity: 1;
  visibility: visible;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  position: relative;
  top: 0px;
}

.modal {
  max-width: 465px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  transform: translate(0, 20%);
  background: #FFFFFF;
  cursor: auto;
  padding: 24px;
}
.modal h3 {
  font-family: "Oswaldmedium";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  padding-bottom: 16px;
}
.modal p {
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  padding-bottom: 24px;
}

.modal-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-form input {
  width: 100%;
  max-width: 340px;
  background: #F1F1F1;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  outline: none;
}
.modal-form input::-moz-placeholder {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #BCBCBC;
}
.modal-form input::placeholder {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #BCBCBC;
}

.modal-form-send {
  font-family: "Oswaldmedium";
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  background: #FFD300;
  border-radius: 8px;
  max-width: 340px;
  width: 100%;
  padding: 20px 20px;
  margin-top: 8px;
  cursor: pointer;
}
.modal-form-send:hover {
  background: #54595F;
  color: #FFD300;
}

.modal-overlay_visible .modal {
  transform: translate(0);
}

.modal__close {
  position: absolute;
  width: 18px;
  height: 18px;
  right: -18px;
  top: -30px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #FFD300;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-nav-bg {
  width: 100%;
  background: #363636;
  border-top: solid 2px #FFFFFF;
  border-bottom: solid 2px #FFFFFF;
  position: relative;
}

.top-nav {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 20px 30px;
}

@media (min-width: 800px) {
  .sub-nav-open {
    display: none;
  }
  .top-nav ul ul {
    display: none;
    position: absolute;
    background: #363636;
    box-shadow: 0px 13px 19px rgba(28, 19, 20, 0.05);
    list-style: none;
    padding: 12px 28px 12px 16px;
    min-width: 220px;
  }
  .top-nav ul li:hover > ul {
    display: inherit;
    top: 60% !important;
  }
  .top-nav ul ul li {
    font-family: "Jost-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C1314;
    padding-top: 10px;
    min-width: 170px;
    float: none;
    display: list-item;
    position: relative;
  }
  .top-nav ul ul li svg {
    margin-left: 9px;
  }
  .top-nav ul ul li:hover svg path {
    fill: #FFD300;
  }
}
@media (max-width: 800px) {
  .list-menu {
    display: none !important;
  }
  .top-nav ul ul {
    display: none;
  }
  .sub-nav-open, .sub-nav-open-1 {
    display: block;
  }
  .sub-nav-open li, .sub-nav-open-1 li {
    padding: 8px 0px 8px 0px !important;
  }
  .sub-nav-open li:first-child, .sub-nav-open-1 li:first-child {
    padding-top: 16px !important;
  }
  .sub-nav-open li:last-child, .sub-nav-open-1 li:last-child {
    padding: 8px 0px 0px 0px !important;
  }
}
.sub-nav-open-1 {
  display: none;
}

.menu ul.sub-nav {
  display: none;
}

.menu ul.visible {
  display: block;
  position: relative;
  width: 100%;
}
.menu ul.visible a {
  text-align: center;
  display: block;
}

.menu ul.sub-nav-1 {
  display: none;
}

.menu ul.visible-1 {
  display: block;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  background-color: lightgray;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: lightgray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-menu a:hover {
  background-color: gray;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.menu > li {
  overflow: hidden;
}
.menu > li .arrow-menu {
  margin-left: 10px;
}
.menu > li:hover .arrow-menu {
  transform: rotate(180deg) !important;
}
.menu > li:last-child {
  padding-right: 0px;
}

.menu a {
  font-family: "Oswaldregular";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.menu a svg {
  margin-left: 10px;
}
.menu a:hover {
  color: #FFD300;
}
.menu a:last-child {
  padding-right: 0px;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 22px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: 5px;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 1.5px;
  width: 22px;
  transition: transform 600ms cubic-bezier(0.13, 1, 0.22, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -7px;
}

.menu-button::after {
  content: "";
  margin-top: 7px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.mail-info {
  display: none;
}

.logo-nav-mobile {
  display: none;
}

.menu-icons {
  display: none;
}

.menu-item-phone {
  display: none;
}

.logo-nav {
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
  .menu a {
    font-size: 12px;
  }
  .modal-link-button {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .menu a {
    font-size: 14px;
  }
  .top-info-contact-row {
    display: none;
  }
  .top-info-contact-item-mail {
    display: none;
  }
  .top-nav {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #363636;
    padding: 20px 15px 24px 15px;
  }
  .menu-button-container {
    display: flex;
  }
  .menu-icons {
    display: block;
    margin-top: 10px;
  }
  .menu-icons img {
    width: 16px;
  }
  .menu-icons img:first-child {
    margin-right: 12px;
  }
  .menu-item-phone {
    display: block;
    margin-top: 5px;
  }
  .menu-item-phone img {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .menu-item-phone a {
    font-family: "Jost-Regular";
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
  }
  .menu-item-phone a:hover {
    text-decoration: underline;
  }
  .menu {
    position: absolute;
    top: 70px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 4;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    height: auto;
    padding: 14px 0px 14px 0px;
    transition: height 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background: #363636;
    display: flex;
    flex-direction: column;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 16px 16px;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.contents-page {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 0px 30px;
  background-color: white;
}

@media (max-width: 768px) {
  .contents-page {
    padding: 0px 15px 0px 15px;
  }
}
.banner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -5px;
}
.banner img {
  width: 100%;
  max-height: 960px;
}

.section-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0px 48px 0px;
}

.section-content-item {
  width: 48%;
  padding: 24px 0px 24px 0px;
}
.section-content-item img {
  width: 100%;
  height: auto;
}
.section-content-item p {
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
  padding-bottom: 16px;
}

@media (max-width: 768px) {
  .section-content {
    width: 100%;
    flex-direction: column;
    padding: 24px 0px 24px 0px;
  }
  .section-content-item {
    width: 100%;
    padding: 12px 0px 12px 0px;
    text-align: center;
  }
  .section-content-item img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.section-cost {
  padding: 48px 0px 48px 0px;
  width: 100%;
}
.section-cost h2 {
  font-family: "Oswaldmedium";
  font-size: 44px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  padding-bottom: 35px;
}
.section-cost table {
  max-width: 1082px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.section-cost thead {
  background-color: #FFD300;
}
.section-cost thead th {
  font-family: "Oswaldregular";
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  border-right: 1px solid #54595F;
  width: 8%;
  padding: 24px 22px;
}
.section-cost thead th:first-child {
  width: 50% !important;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left !important;
}
.section-cost thead th:last-child {
  border-right: 0px;
}
.section-cost tbody tr {
  background-color: #FFF7D3;
}
.section-cost tbody td {
  background-color: #FFF7D3;
  font-family: "Oswaldregular";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  border-right: 1px solid #54595F;
  width: 8%;
  padding: 24px 22px;
}
.section-cost tbody td:first-child {
  width: 50% !important;
  text-align: left !important;
}
.section-cost tbody td:last-child {
  border-right: 0px;
}

@media (max-width: 768px) {
  .section-cost {
    padding: 24px 0px 48px 0px;
    width: 100%;
    background-color: white;
  }
  .section-cost h2 {
    font-family: "Oswaldmedium";
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 24px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  table td {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  table tr {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  table th {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .hack1 {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .hack2 {
    display: table-cell;
    overflow-x: auto;
    width: 100%;
  }
}
.roms {
  max-width: 850px;
  width: 100%;
  margin: 48px 0px 48px 0px;
}
.roms h2 {
  font-family: "Oswaldmedium";
  font-size: 44px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
  padding-bottom: 16px;
}
.roms p {
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .roms {
    margin: 24px 0px 24px 0px;
  }
  .roms h2 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 16px;
  }
  .roms p {
    padding-bottom: 16px;
  }
}
.appartements-one {
  position: relative;
  padding-bottom: 37px;
}
.appartements-one h2 {
  font-family: "Oswaldregular";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
}
.appartements-one .slick-slider {
  margin: 0 -15px;
}
.appartements-one .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.slick-disabled {
  display: none !important;
}

.ppartements-one-slider {
  position: relative;
}

.ppartements-one-slider-item {
  max-width: 400px;
  margin-top: 20px;
}
.ppartements-one-slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 316px;
}
.ppartements-one-slider-item:hover img {
  filter: brightness(80%);
}

.ppartements-one-slider-navigatin {
  display: flex;
  align-items: center;
  position: relative;
}

#ppartements-one-slider-arrow-next {
  background-color: #FFD300;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#ppartements-one-slider-arrow-next:hover {
  background-color: #363636;
}
#ppartements-one-slider-arrow-next:hover svg path {
  fill: #FFD300;
}

#ppartements-one-slider-arrow-prev {
  background-color: #FFD300;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 50%;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
  transform: rotate(180deg);
  cursor: pointer;
}
#ppartements-one-slider-arrow-prev svg {
  margin-bottom: -18px !important;
}
#ppartements-one-slider-arrow-prev:hover {
  background-color: #363636;
}
#ppartements-one-slider-arrow-prev:hover svg path {
  fill: #FFD300;
}

@media (max-width: 768px) {
  #ppartements-one-slider-arrow-next {
    right: 0px;
  }
  #ppartements-one-slider-arrow-prev {
    left: 0px;
  }
}
@media (max-width: 550px) {
  .ppartements-one-slider-item {
    max-width: 550px;
    margin-top: 20px;
  }
  .ppartements-one-slider-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 316px;
  }
  .ppartements-one-slider-item:hover img {
    filter: brightness(80%);
  }
}
.ppartements-two-slider {
  position: relative;
}

.ppartements-two-slider-item {
  max-width: 213px;
  margin-top: 20px;
}
.ppartements-two-slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 317px;
}
.ppartements-two-slider-item:hover img {
  filter: brightness(80%);
}

.ppartements-two-slider-navigatin {
  display: flex;
  align-items: center;
  position: relative;
}

#ppartements-two-slider-arrow-next {
  background-color: #FFD300;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#ppartements-two-slider-arrow-next:hover {
  background-color: #363636;
}
#ppartements-two-slider-arrow-next:hover svg path {
  fill: #FFD300;
}

#ppartements-two-slider-arrow-prev {
  background-color: #FFD300;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 50%;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
  transform: rotate(180deg);
  cursor: pointer;
}
#ppartements-two-slider-arrow-prev svg {
  margin-bottom: -18px !important;
}
#ppartements-two-slider-arrow-prev:hover {
  background-color: #363636;
}
#ppartements-two-slider-arrow-prev:hover svg path {
  fill: #FFD300;
}

@media (max-width: 800px) {
  .ppartements-two-slider-item {
    max-width: 550px;
    margin-top: 20px;
  }
  .ppartements-two-slider-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 316px;
  }
  #ppartements-two-slider-arrow-next {
    right: 0px;
  }
  #ppartements-two-slider-arrow-prev {
    left: 0px;
  }
}
@media (max-width: 550px) {
  .ppartements-two-slider-item {
    max-width: 550px;
    margin-top: 20px;
  }
  .ppartements-two-slider-item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 316px;
  }
  .ppartements-two-slider-item:hover img {
    filter: brightness(80%);
  }
}
.section-additional-information {
  width: 100%;
  padding: 48px 0px 48px 0px;
}
.section-additional-information h2 {
  font-family: "Oswaldmedium";
  font-size: 44px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  padding-bottom: 38px;
}

.section-additional-information-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-additional-information-item {
  width: 22%;
}
.section-additional-information-item p {
  font-family: "Oswaldregular";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
  padding-bottom: 19px;
}
.section-additional-information-item li {
  list-style: none;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 13px;
  display: flex;
}
.section-additional-information-item li img {
  margin-right: 11px;
  width: 25px;
  height: 16px;
}
.section-additional-information-item:nth-child(1) {
  width: 25% !important;
}
.section-additional-information-item:nth-child(2) {
  width: 30% !important;
}
.section-additional-information-item:nth-child(4) {
  width: 15% !important;
}

@media (max-width: 1024px) {
  .section-additional-information-item {
    width: 48%;
    margin-bottom: 24px;
  }
  .section-additional-information-item:nth-child(1) {
    width: 48% !important;
  }
  .section-additional-information-item:nth-child(2) {
    width: 48% !important;
  }
  .section-additional-information-item:nth-child(4) {
    width: 48% !important;
  }
}
@media (max-width: 600px) {
  .section-additional-information {
    width: 100%;
    padding: 24px 0px 24px 0px;
  }
  .section-additional-information h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    padding-bottom: 24px;
  }
  .section-additional-information-row {
    flex-direction: column;
  }
  .section-additional-information-item {
    width: 100%;
    margin-bottom: 16px;
  }
  .section-additional-information-item:nth-child(1) {
    width: 100% !important;
  }
  .section-additional-information-item:nth-child(2) {
    width: 100% !important;
  }
  .section-additional-information-item:nth-child(4) {
    width: 100% !important;
  }
}
.connection {
  width: 100%;
  padding: 48px 0px 48px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.connection h2 {
  font-family: "Oswaldmedium";
  font-size: 44px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  padding-bottom: 18px;
}
.connection p {
  font-family: "Oswaldregular";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
}

.connection-item:nth-child(1) {
  width: 40%;
}
.connection-item:nth-child(2) {
  width: 40%;
}
.connection-item:nth-child(2) ul li {
  list-style: none;
  text-align: center;
  padding-top: 16px;
}
.connection-item:nth-child(2) ul li a {
  font-family: "Oswaldregular";
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #54595F;
  text-decoration: none;
}
.connection-item:nth-child(2) ul li a:hover {
  color: #FFD300;
}
.connection-item:nth-child(2) ul li svg {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .connection {
    width: 100%;
    padding: 0px 0px 24px 0px;
    flex-direction: column;
  }
  .connection h2 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 18px;
  }
  .connection-item:nth-child(1) {
    width: 100%;
  }
  .connection-item:nth-child(2) {
    width: 100%;
    margin-top: 24px;
  }
  .connection-item:nth-child(2) ul li {
    list-style: none;
    text-align: center;
    padding-top: 16px;
  }
  .connection-item:nth-child(2) ul li a {
    font-family: "Oswaldregular";
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #54595F;
    text-decoration: none;
  }
  .connection-item:nth-child(2) ul li a:hover {
    color: #FFD300;
  }
  .connection-item:nth-child(2) ul li svg {
    margin-right: 8px;
  }
}
.section-gallery {
  width: 100%;
  padding: 48px 0px 48px 0px;
}
.section-gallery h2 {
  font-family: "Oswaldmedium";
  font-size: 44px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
  margin-bottom: 48px;
}

.section-gallery-row {
  display: flex;
  flex-wrap: wrap;
}

.section-gallery-item {
  margin-top: 20px;
}
.section-gallery-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-gallery-item img:hover {
  filter: brightness(80%);
}
.section-gallery-item:nth-child(9n+1) {
  max-height: 420px;
  padding-right: 20px;
  width: 35%;
}
.section-gallery-item:nth-child(9n+1) img {
  height: 420px;
}
.section-gallery-item:nth-child(9n+2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  padding-right: 20px;
  max-height: 420px;
}
.section-gallery-item:nth-child(9n+2) img {
  height: 200px;
}
.section-gallery-item:nth-child(9n+3) {
  width: 25%;
  max-height: 420px;
}
.section-gallery-item:nth-child(9n+3) img {
  height: 420px;
}
.section-gallery-item:nth-child(9n+4) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  padding-right: 20px;
}
.section-gallery-item:nth-child(9n+4) img {
  height: 200px;
}
.section-gallery-item:nth-child(9n+5) {
  max-height: 420px;
  width: 35%;
  padding-right: 20px;
}
.section-gallery-item:nth-child(9n+5) img {
  height: 420px;
}
.section-gallery-item:nth-child(9n+6) {
  max-height: 420px;
  width: 25%;
}
.section-gallery-item:nth-child(9n+6) img {
  height: 420px;
}
.section-gallery-item:nth-child(9n+7) {
  max-height: 420px;
  width: 35%;
  padding-right: 20px;
}
.section-gallery-item:nth-child(9n+7) img {
  height: 420px;
}
.section-gallery-item:nth-child(9n+8) {
  max-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
  padding-right: 20px;
}
.section-gallery-item:nth-child(9n+8) img {
  height: 200px !important;
}
.section-gallery-item:nth-child(9n+9) {
  max-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}
.section-gallery-item:nth-child(9n+9) img {
  height: 200px !important;
}

@media (max-width: 768px) {
  .section-gallery {
    width: 100%;
    padding: 24px 0px 24px 0px;
  }
  .section-gallery h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .section-gallery-row {
    justify-content: space-between;
  }
  .section-gallery-item {
    margin-top: 20px;
  }
  .section-gallery-item:nth-child(9n+1) {
    max-height: 420px;
    padding-right: 20px;
    width: 50%;
  }
  .section-gallery-item:nth-child(9n+1) img {
    height: 420px;
  }
  .section-gallery-item:nth-child(9n+2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+2) img {
    height: 200px;
  }
  .section-gallery-item:nth-child(9n+3) {
    width: 50%;
    max-height: 420px;
    padding-right: 20px;
  }
  .section-gallery-item:nth-child(9n+3) img {
    height: 420px;
  }
  .section-gallery-item:nth-child(9n+4) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+4) img {
    height: 200px;
  }
  .section-gallery-item:nth-child(9n+5) {
    max-height: 420px;
    width: 50%;
    padding-right: 20px;
  }
  .section-gallery-item:nth-child(9n+5) img {
    height: 420px;
  }
  .section-gallery-item:nth-child(9n+6) {
    max-height: 420px;
    width: 50%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+6) img {
    height: 420px;
  }
  .section-gallery-item:nth-child(9n+7) {
    max-height: 420px;
    width: 50%;
    padding-right: 20px;
  }
  .section-gallery-item:nth-child(9n+7) img {
    height: 420px;
  }
  .section-gallery-item:nth-child(9n+8) {
    max-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+8) img {
    height: 200px !important;
  }
  .section-gallery-item:nth-child(9n+9) {
    max-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding-right: 20px;
  }
  .section-gallery-item:nth-child(9n+9) img {
    height: 200px !important;
  }
}
@media (max-width: 500px) {
  .section-gallery-row {
    justify-content: space-between;
  }
  .section-gallery-item {
    margin-top: 20px;
  }
  .section-gallery-item:nth-child(9n+1) {
    max-height: 320px;
    padding-right: 0px;
    width: 100%;
  }
  .section-gallery-item:nth-child(9n+1) img {
    height: 320px;
  }
  .section-gallery-item:nth-child(9n+2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+2) img {
    height: 200px !important;
  }
  .section-gallery-item:nth-child(9n+2) img:nth-child(1) {
    padding-bottom: 20px;
  }
  .section-gallery-item:nth-child(9n+3) {
    width: 100%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+3) img {
    height: 320px;
  }
  .section-gallery-item:nth-child(9n+4) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+4) img {
    height: 200px;
  }
  .section-gallery-item:nth-child(9n+4) img:nth-child(1) {
    padding-bottom: 20px;
  }
  .section-gallery-item:nth-child(9n+5) {
    max-height: 320px;
    width: 100%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+5) img {
    height: 320px;
  }
  .section-gallery-item:nth-child(9n+6) {
    max-height: 320px;
    width: 100%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+6) img {
    height: 320px;
  }
  .section-gallery-item:nth-child(9n+7) {
    max-height: 320px;
    width: 100%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+7) img {
    height: 320px;
  }
  .section-gallery-item:nth-child(9n+8) {
    max-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+8) img {
    height: 200px !important;
  }
  .section-gallery-item:nth-child(9n+8) img:nth-child(1) {
    padding-bottom: 20px;
  }
  .section-gallery-item:nth-child(9n+9) {
    max-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-right: 0px;
  }
  .section-gallery-item:nth-child(9n+9) img {
    height: 200px !important;
  }
  .section-gallery-item:nth-child(9n+9) img:nth-child(1) {
    padding-bottom: 20px;
  }
}
.gallery-button {
  font-family: "Oswaldregular";
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
  padding: 16px 32px;
  background-color: #FFD300;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 48px !important;
}
.gallery-button:hover {
  background-color: #363636;
  color: #FFD300;
}

.gallery-button-block {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 500px) {
  .gallery-button-block {
    text-align: center;
  }
  .content-block {
    margin-top: 72px;
  }
}
.content-block {
  width: 100%;
}

.show-more {
  font-family: "Oswaldregular";
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #54595F;
  padding: 16px 32px;
  background-color: #FFD300;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
.show-more:hover {
  background-color: #363636;
  color: #FFD300;
}/*# sourceMappingURL=style.css.map */