/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*******************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./css/style.scss (1) ***!
  \***********************************************************************************************************************************************************************************/
html {
  font-size: 10px;
}

body {
  font-family: "Inter", sans-serif;
  color: #282828;
}

h1 {
  font-size: 4.8rem;
  font-weight: bold;
}

img {
  width: 100%;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.section {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .section {
    padding: 2rem 0;
  }
}

.container {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 1.5rem;
  }
}

.df {
  display: flex;
}

.fdc {
  flex-direction: column;
}

.fdr {
  flex-direction: row;
}

.fww {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.ais {
  align-items: stretch;
}

.aifs {
  align-items: flex-start;
}

.aife {
  align-items: flex-end;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.jcfe {
  justify-content: flex-end;
}

.dg {
  display: grid;
}

.w100 {
  width: 100%;
}

.sectionTitle {
  font-size: 3.6rem;
  font-weight: 600;
}
.sectionTitle span {
  color: #30738D;
}
@media (max-width: 768px) {
  .sectionTitle {
    font-size: 2.4rem;
  }
}

.next,
.prev {
  width: 4.8rem;
  height: 4.8rem;
  background: #ffffff;
  border: 1px solid #30738D;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .next,
  .prev {
    display: none;
  }
}
.next svg,
.prev svg {
  fill: #30738D;
  stroke: #30738D;
  transition: 0.3s ease;
}
.next:hover,
.prev:hover {
  background: #30738D;
}
.next:hover svg,
.prev:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}

.prev {
  left: 0rem;
}

.next {
  right: 0rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: flex;
  }
}

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

.gap5 {
  gap: 0.5rem;
}

.gap10 {
  gap: 1rem;
}

.gap15 {
  gap: 1.5rem;
}

.gap20 {
  gap: 2rem;
}

.gap30 {
  gap: 3rem;
}

.gap40 {
  gap: 4rem;
}

.gap50 {
  gap: 5rem;
}

.gap60 {
  gap: 6rem;
}

.gap100 {
  gap: 10rem;
}

.header {
  position: relative;
}
.header .top {
  padding-top: 3rem;
  color: #30738D;
  position: relative;
}
@media (max-width: 768px) {
  .header .top {
    padding: 1.5rem 0;
  }
}
.header .top .logo {
  max-width: 35rem;
}
@media (max-width: 768px) {
  .header .top .group {
    gap: 1rem;
  }
}
.header .top .burger {
  width: 2.5rem;
  height: 2.5rem;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  border-radius: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .header .top .burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .top .burger.open span {
  transform: rotate(45deg);
}
.header .top .burger.open span::after {
  opacity: 0;
}
.header .top .burger.open span::before {
  top: 0px;
  transform: rotate(-90deg);
}
.header .top .burger span {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1.5rem;
  height: 0.1rem;
  background: #ffffff;
  gap: 0.2rem;
  transition: 0.3s ease-in;
}
.header .top .burger span::before {
  position: absolute;
  top: 4px;
  width: 1.5rem;
  height: 0.1rem;
  background: #ffffff;
  content: "";
  transition: 0.3s ease-in;
}
.header .top .burger span::after {
  position: absolute;
  bottom: 4px;
  width: 1.5rem;
  height: 0.1rem;
  background: #ffffff;
  content: "";
  transition: 0.3s ease-in;
}
.header .top .link {
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .header .top .link.adress {
    display: none;
  }
}
.header .top .link.adress p {
  font-size: 1.2rem;
  max-width: 10rem;
}
.header .top .link.phone {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header .top .link.phone {
    display: none;
  }
}
.header .top .link .icon {
  position: relative;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  transition: 0.3s ease;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .top .link .icon svg {
  fill: #ffffff;
  position: relative;
  z-index: 3;
}
.header .top .link .icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(48, 115, 141, 0.3607843137);
  border-radius: 50%;
  transition: 0.3s ease;
  z-index: 1;
}
@media (max-width: 768px) {
  .header .top .link .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header .top .link:hover .icon {
  transform: scale(1.05);
}
.header .top .link:hover .icon::before {
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 120%;
    height: 120%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.header .menu {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .header .menu {
    display: none;
  }
}
.header .menu .main_menu ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header .menu .link, .header .menu .page_item {
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  transition: 0.3s ease;
  color: #30738D;
  background: transparent;
  border: 1px solid #30738D;
}
.header .menu .link:hover, .header .menu .page_item:hover {
  background: #30738D;
  color: #ffffff;
  transform: scale(1.02);
}
.header .menu .link.current, .header .menu .page_item.current {
  background: #30738D;
  color: #ffffff;
}
.header .headerSearch {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1882352941);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s ease;
  z-index: 100;
}
.header .headerSearch input {
  font-size: 1.5rem;
  outline: none;
  padding: 0.5rem 2rem;
  border: 1px solid rgba(48, 115, 141, 0.3607843137);
  border-radius: 1.5rem;
}
.header .headerSearch.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .headerSearch .headerSearchResults {
  margin-top: 10px;
  max-height: 300px;
  overflow-y: auto;
  display: none;
}
.header .headerSearch .headerSearchResults.active {
  display: flex;
}
.header .headerSearch .headerSearchResults.active a {
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  color: #30738D;
  transition: 0.3s ease-in;
  border-radius: 1.5rem;
}
.header .headerSearch .headerSearchResults.active a:hover {
  background: rgba(48, 115, 141, 0.3607843137);
}

.mobile-menu {
  padding: 1.5rem;
  position: fixed;
  transform: translateX(-200%);
  opacity: 0;
  width: 100%;
  max-width: 60%;
  height: 100vh;
  background: #ffffff;
  color: #30738D;
  transition: 0.3s ease-in;
  top: 0rem;
  z-index: 777;
  box-shadow: 2px 0px 2px 2px rgba(48, 115, 141, 0.0862745098);
}
.mobile-menu.open {
  opacity: 1;
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .mobile-menu .main_menu ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .mobile-menu .main_menu .page_item a {
    font-size: 15px;
    font-weight: 600;
  }
}

.footer {
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  color: #ffffff;
  padding: 3rem 0rem;
  font-size: 1.4rem;
}
.footer .top {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  .footer .top {
    flex-direction: column;
    gap: 2rem;
  }
}
.footer .top .logo {
  max-width: 10.3rem;
}
.footer .top .column {
  max-width: calc(50% - 3rem);
  width: 100%;
}
@media (max-width: 768px) {
  .footer .top .column {
    max-width: 100%;
    gap: 1rem;
  }
}
.footer .top .column.menu .block {
  max-width: calc(50% - 2rem);
  width: 100%;
}
@media (max-width: 768px) {
  .footer .top .column.menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .bottom {
    flex-direction: column-reverse;
    gap: 2rem;
    font-size: 1.2rem;
  }
}
.footer .bottom .block {
  max-width: calc(50% - 5rem);
  width: 100%;
}
@media (max-width: 768px) {
  .footer .bottom .block {
    max-width: 100%;
  }
}
.footer .bottom .block a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hero {
    padding: 0rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .hero .filters .container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.hero .filters input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.hero .filters input::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.hero .filters {
  padding: 1.5rem 0;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  color: #ffffff;
}
.hero .filters #filterForm {
  transition: 0.3s ease-in;
}
.hero .filters #filterForm.active {
  gap: 1.5rem;
}
.hero .filters .filter {
  flex-wrap: wrap;
  max-width: 80%;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .hero .filters .filter {
    max-width: 100%;
    height: 0rem;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .hero .filters .filter.active {
    height: auto;
    opacity: 1;
  }
}
.hero .filters .item {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  border: 1px solid #30738D;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .hero .filters .item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: calc(50% - 1rem);
  }
}
.hero .filters .item svg {
  transition: 0.3s ease;
}
.hero .filters .item:hover {
  border-color: #8BC2D7;
}
.hero .filters .item:hover svg {
  transform: rotate(180deg);
}
.hero .filters .item input {
  background: transparent;
  color: #ffffff;
  font-size: 1.5rem;
  border: none;
  outline: none;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .hero .filters .item input {
    max-width: 50%;
  }
}
.hero .filters .controls .btn {
  padding: 1.2rem 2rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  border: 1px solid #30738D;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 1.5rem;
  position: relative;
}
.hero .filters .controls .btn input[type=submit] {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.hero .filters .controls .btn:hover {
  transform: scale(1.05);
  border-color: #8BC2D7;
}
@media (max-width: 768px) {
  .hero .filters .controls .btn {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }
}
.hero .filters .select {
  position: relative;
  min-width: 200px;
  cursor: pointer;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .hero .filters .select {
    max-width: calc(50% - 0.75rem);
    min-width: none;
    width: 100%;
  }
}
.hero .filters .select .head {
  padding: 0.5rem 2rem;
  background: transparent;
  border: 1px solid #30738D;
  color: #ffffff;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .hero .filters .select .head {
    font-size: 1.2rem;
  }
}
.hero .filters .select .head::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}
.hero .filters .select.open .head::after {
  transform: rotate(-135deg);
}
.hero .filters .select .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #30738D;
  border: 1px solid rgba(48, 115, 141, 0.1411764706);
  border-radius: 8px;
  margin-top: 6px;
  max-height: 25rem;
  overflow-y: auto;
  display: none;
  z-index: 50;
}
@media (max-width: 768px) {
  .hero .filters .select .dropdown {
    max-height: 50rem;
  }
}
.hero .filters .select.open .dropdown {
  display: block;
}
.hero .filters .select .option {
  padding: 0.5rem 1rem;
  transition: 0.2s;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .hero .filters .select .option {
    font-size: 1.2rem;
  }
}
.hero .filters .select .option:hover {
  background: #333;
}
.hero .filters .select .option.active {
  background: #444;
}
.hero .info {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #ffffff;
}
.hero .info .block {
  padding: 3rem;
  max-width: 67rem;
  background: rgba(48, 115, 141, 0.3607843137);
  border-radius: 2rem;
  border: 1px solid rgba(48, 115, 141, 0.1411764706);
  backdrop-filter: blur(3px);
}
@media (max-width: 768px) {
  .hero .info .block {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .hero .info .block .title {
    font-size: 2.6rem;
  }
}
.hero .info .block .subtitle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 768px) {
  .hero .info .block .subtitle {
    font-size: 1.4rem;
  }
}
.hero .info .block .btn {
  padding: 1.5rem 3rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 500;
  transition: 0.3s ease;
}
.hero .info .block .btn:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .hero .info .block .btn {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}

#objectsInner {
  width: 100%;
}
@media (max-width: 768px) {
  #objectsInner {
    gap: 1rem;
  }
}

.searchSlide {
  background: #ffffff;
  max-width: calc(33% - 2rem);
  width: 100%;
  margin: 0;
  position: relative;
}
.searchSlide:hover .overlay {
  opacity: 1;
}
@media (max-width: 768px) {
  .searchSlide {
    max-width: calc(50% - 0.5rem);
  }
}
.searchSlide .swiper-slide {
  background: #f9f9f9;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 32rem;
  max-height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .searchSlide .swiper-slide {
    min-height: 20rem;
    max-height: 20rem;
  }
}
.searchSlide .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
.searchSlide .swiper-slide {
  padding: 0rem;
}
.searchSlide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2352941176);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 50;
  pointer-events: none;
}
.searchSlide .overlay .block {
  margin-top: auto;
  padding: 1.5rem 2rem;
  background: rgba(40, 40, 40, 0.4901960784);
  align-self: flex-end;
  width: 100%;
  color: #ffffff;
  pointer-events: auto;
}
.searchSlide .overlay .block span {
  font-size: 1.6rem;
}
.searchSlide .nextBtn, .searchSlide .prevBtn {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.searchSlide .info {
  margin-top: auto;
  padding-top: 2rem;
}
.searchSlide .info .price {
  font-size: 2rem;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.searchSlide .info .short {
  font-size: 1.6rem;
}
.searchSlide .info .adress {
  font-size: 1.4rem;
}

.slider .swiper-slide {
  flex: 0 0 auto;
}
.slider .slide {
  max-width: 38rem;
  width: 100%;
  height: auto;
  padding: 1.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(48, 115, 141, 0.1411764706);
  transition: 0.3s ease;
  background: #ffffff;
}
.slider .slide:hover {
  border-color: #30738D;
}
@media (max-width: 768px) {
  .slider .slide {
    padding: 1rem;
  }
}
.slider .sliderArrow {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.slider .sliderArrow svg {
  fill: #30738D;
  stroke: #30738D;
}
.slider .sliderArrow:hover {
  background: #30738D;
}
.slider .sliderArrow:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.slider .actions svg {
  fill: #ffffff;
  cursor: pointer;
  transition: 0.3s ease;
}
.slider .actions svg:hover {
  fill: #30738D;
  stroke: #30738D;
}
.slider .info .btn {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  color: #ffffff;
  border-radius: 1.5rem;
  margin-top: auto;
  font-size: 2rem;
  transition: 0.3s ease;
}
.slider .info .btn:hover {
  opacity: 0.95;
}
@media (max-width: 768px) {
  .slider .info .btn {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
.slider .info .title {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .slider .info .title {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.slider .info .description {
  font-size: 1.4rem;
  color: #808080;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .slider .info .description {
    font-size: 1.2rem;
  }
}

.seeAll {
  margin: 0 auto;
  font-size: 2rem;
  border-radius: 2rem;
  color: #ffffff;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  padding: 1.5rem 4.4rem;
  transition: 0.3s ease;
}
.seeAll:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .seeAll {
    font-size: 1.5rem;
    padding: 1rem 4rem;
  }
}

.featured {
  background: rgba(48, 115, 141, 0.0862745098);
}
@media (max-width: 768px) {
  .featured .featuredSlider {
    gap: 1rem;
  }
}
.featured .itemSlider {
  position: relative;
}
.featured .itemSlider .slide {
  padding: 0rem;
  overflow: hidden;
}
.featured .itemSlider .slide img {
  display: block;
}
.featured .itemSlider:hover ~ .overlay {
  opacity: 1;
}
.featured .featuredSlide {
  background: #ffffff;
  max-width: calc(33% - 2rem);
  width: 100%;
}
.featured .featuredSlide:hover .overlay {
  opacity: 1;
}
.featured .featuredSlide .slider {
  border-radius: 1.2rem;
}
.featured .featuredSlide .img {
  background: #f9f9f9;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 32rem;
  max-height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .featured .featuredSlide .img {
    min-height: auto;
    max-height: 20rem;
  }
}
.featured .featuredSlide .img .swiper-slide {
  -o-object-fit: contain;
     object-fit: contain;
}
.featured .featuredSlide .img .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .featured .featuredSlide {
    max-width: calc(50% - 0.5rem);
  }
}
.featured .featuredSlide .swiper-slide {
  padding: 0rem;
}
.featured .featuredSlide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2352941176);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 50;
  pointer-events: none;
}
@media (max-width: 768px) {
  .featured .featuredSlide .overlay {
    display: none;
  }
}
.featured .featuredSlide .overlay .block {
  margin-top: auto;
  padding: 1.5rem 2rem;
  background: rgba(40, 40, 40, 0.4901960784);
  align-self: flex-end;
  width: 100%;
  color: #ffffff;
  pointer-events: auto;
}
.featured .featuredSlide .overlay .block span {
  font-size: 1.6rem;
}
.featured .featuredSlide .nextBtn, .featured .featuredSlide .prevBtn {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.featured .featuredSlide .info {
  margin-top: auto;
  padding-top: 2rem;
}
.featured .featuredSlide .info .price {
  font-size: 2rem;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .featured .featuredSlide .info .price {
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.featured .featuredSlide .info .short {
  font-size: 1.6rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 4rem;
}
@media (max-width: 768px) {
  .featured .featuredSlide .info .short {
    font-size: 1.4rem;
    min-height: 3.4rem;
  }
}
.featured .featuredSlide .info .adress {
  display: -webkit-box;
  font-size: 1.4rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .featured .featuredSlide .info .adress {
    font-size: 1.2rem;
    min-height: 3rem;
  }
}

.partners {
  background: #ffffff;
}
.partners .wrap {
  max-width: 135rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.partners .content {
  overflow: hidden;
  width: 100%;
}
.partners .partnersSlider {
  position: inherit;
}
.partners .slide {
  position: relative;
  overflow: hidden;
}
.partners .slide:hover .info {
  background: rgba(40, 40, 40, 0.7137254902);
}
.partners .slide .img {
  max-height: 32rem;
}
.partners .slide.man {
  padding: 0rem;
}
.partners .slide.man img {
  display: block;
}
.partners .info {
  padding: 2rem;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  background: rgba(40, 40, 40, 0.5019607843);
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  transition: 0.3s ease;
}
.partners .info .name {
  font-size: 2.4rem;
}
.partners .info .job {
  font-size: 1.5rem;
}
.partners .info .phone .icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  border-radius: 50%;
}
.partners .info .phone .icon svg {
  fill: #ffffff;
}
.partners .info .phone {
  font-size: 1.5rem;
}

.blog {
  background: rgba(48, 115, 141, 0.0862745098);
}
@media (max-width: 768px) {
  .blog .content {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .blog .slide {
    max-width: calc(50% - 1rem);
    width: 100%;
  }
}
.blog .description {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media (max-width: 768px) {
  .callback .container {
    flex-direction: column-reverse;
  }
}
.callback .block {
  max-width: calc(50% - 3rem);
  width: 100%;
}
@media (max-width: 768px) {
  .callback .block {
    max-width: 100%;
  }
}
.callback .links .link {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .callback .links .link {
    font-size: 1.8rem;
  }
}
.callback .links .link .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
}
.callback .links .link .icon svg {
  fill: #ffffff;
}
@media (max-width: 768px) {
  .callback .links .link .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

#object {
  position: relative;
  background: #f9f9f9;
}
@media (max-width: 768px) {
  #object .top {
    flex-direction: column;
  }
}
#object .gallery {
  max-width: calc(75% - 1.5rem);
  width: 100%;
  overflow: hidden;
  max-height: 50rem;
}
@media (max-width: 768px) {
  #object .gallery {
    max-width: 100%;
    flex-direction: column-reverse;
  }
}
#object .gallery .main {
  max-width: calc(75% - 1rem);
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  max-height: 50rem;
}
@media (max-width: 768px) {
  #object .gallery .main {
    max-width: 100%;
  }
}
#object .gallery .main .slide {
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(48, 115, 141, 0.0862745098);
  transition: 0.3s ease-in;
}
#object .gallery .main .slide:hover {
  background: rgba(48, 115, 141, 0.1411764706);
}
#object .gallery .main .slide img {
  -o-object-fit: contain;
     object-fit: contain;
  height: inherit;
}
#object .gallery .thumbs {
  max-width: calc(25% - 1rem);
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #object .gallery .thumbs {
    max-width: 100%;
    overflow: visible;
  }
}
#object .gallery .thumbs .swiper-wrapper {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  #object .gallery .thumbs .swiper-wrapper {
    padding: 0rem;
  }
}
#object .gallery .thumbs .slide {
  max-height: 15rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: rgba(48, 115, 141, 0.0862745098);
  border-radius: 1rem;
  transition: 0.3s ease-in;
}
#object .gallery .thumbs .slide:hover {
  background: rgba(48, 115, 141, 0.1411764706);
}
#object .gallery .thumbs .slide img {
  height: -webkit-fill-available;
  -o-object-fit: contain;
     object-fit: contain;
}
#object .gallery .thumbs .sliderArrow {
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #30738D;
  position: absolute;
  z-index: 20;
  cursor: pointer;
  transition: 0.3s ease-in;
  border-radius: 4px;
}
@media (max-width: 768px) {
  #object .gallery .thumbs .sliderArrow {
    width: auto;
    height: 100%;
  }
}
#object .gallery .thumbs .sliderArrow:hover {
  background: #2B4955;
}
#object .gallery .thumbs .sliderArrow svg {
  fill: #ffffff;
}
#object .gallery .thumbs .sliderArrow.prevBtn {
  top: 0rem;
  left: 0rem;
}
#object .gallery .thumbs .sliderArrow.prevBtn svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  #object .gallery .thumbs .sliderArrow.prevBtn svg {
    transform: rotate(90deg);
  }
}
#object .gallery .thumbs .sliderArrow.nextBtn {
  bottom: 0rem;
  left: 0rem;
}
@media (max-width: 768px) {
  #object .gallery .thumbs .sliderArrow.nextBtn {
    right: 0rem;
    left: inherit;
  }
}
@media (max-width: 768px) {
  #object .gallery .thumbs .sliderArrow.nextBtn svg {
    transform: rotate(-90deg);
  }
}
#object .important {
  max-width: calc(25% - 1.5rem);
  width: 100%;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: -2px 4px 10px rgba(98, 173, 231, 0.3450980392);
  padding: 2rem;
  height: 100%;
}
@media (max-width: 768px) {
  #object .important {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #object .important .properties {
    gap: 1rem;
  }
}
#object .important .price {
  font-size: 2.8rem;
  font-weight: bold;
  color: #30738D;
}
@media (max-width: 768px) {
  #object .important .price {
    font-size: 2rem;
  }
}
#object .important .price span {
  padding-left: 0.5rem;
  font-weight: normal;
}
#object .important .for {
  font-size: 1.6rem;
  color: #808080;
}
@media (max-width: 768px) {
  #object .important .for {
    font-size: 1.2rem;
  }
}
#object .important .img {
  width: 2rem;
  height: 2rem;
}
#object .important svg {
  fill: #30738D;
}
@media (max-width: 768px) {
  #object .important svg {
    width: inherit;
  }
}
#object .important .row {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #object .important .row {
    font-size: 1.2rem;
  }
}
#object .important .callback {
  margin-top: auto;
}
#object .important .callback .img {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
}
@media (max-width: 768px) {
  #object .important .callback .img {
    width: 3rem;
    height: 3rem;
  }
}
#object .important .callback .img svg {
  fill: #ffffff;
}
#object .important .callback span {
  font-size: 2.2rem;
  font-weight: 500;
  color: #30738D;
}
@media (max-width: 768px) {
  #object .important .callback span {
    font-size: 1.8rem;
  }
}
#object .description {
  line-clamp: 50;
  -webkit-line-clamp: 50;
}
#object .description p {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #object .description p {
    font-size: 1.2rem;
  }
}
#object .chars .trigger {
  padding: 1rem 2rem;
  border-radius: 1rem;
  color: #ffffff;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
}
#object .chars .trigger svg {
  transition: 0.3s ease;
}
#object .chars .trigger.open svg {
  transform: rotate(180deg);
}
#object .chars .content {
  height: 0rem;
  overflow: hidden;
  transition: height 0.3s ease-in;
  font-size: 1.6rem;
  transition: 0.3s ease;
  opacity: 0;
}
@media (max-width: 768px) {
  #object .chars .content {
    font-size: 1.2rem;
  }
}
#object .chars .content.open {
  height: auto;
  margin-top: 2rem;
  opacity: 1;
}
#object .chars .content span {
  font-weight: 600;
}

.article .block .img {
  max-width: calc(25% - 2rem);
  width: 100%;
}
.article .block .text {
  max-width: calc(75% - 2rem);
  width: 100%;
  font-size: 1.5rem;
  line-height: 120%;
}

.partner .block.img {
  max-width: calc(25% - 2rem);
  width: 100%;
}
.partner .block .text {
  max-width: calc(75% - 2rem);
  width: 100%;
  font-size: 1.5rem;
  line-height: 120%;
}

@media (max-width: 768px) {
  .partners .container {
    flex-direction: column;
    gap: 2rem;
  }
}
.partners .list {
  grid-template-columns: repeat(3, 1fr);
  max-width: calc(75% - 2rem);
  width: 100%;
}
@media (max-width: 768px) {
  .partners .list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
}
.partners .item {
  background: rgba(48, 115, 141, 0.0862745098);
  padding: 1.5rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .partners .item {
    flex-direction: row;
    gap: 2rem;
  }
}
.partners .item:hover .img img {
  transform: scale(1.05);
}
.partners .item .img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .partners .item .img {
    max-width: calc(33% - 1rem);
    margin-bottom: 0rem;
  }
}
.partners .item .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  transition: 0.3s ease-in;
}
.partners .item .text {
  padding-top: 1rem;
  border-top: 1px solid #8BC2D7;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .partners .item .text {
    max-width: calc(66% - 1rem);
    padding-top: 0rem;
    border-top: none;
  }
}
.partners .item .text .title {
  font-weight: 700;
}
.partners .item .text .subtitle {
  font-size: 1.3rem;
  color: #808080;
}
.partners .item .icon {
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.partners .item .icon svg {
  fill: #ffffff;
}
.partners .cta {
  max-width: calc(25% - 2rem);
  position: sticky;
  top: 0rem;
  width: 100%;
  padding: 1.5rem;
  box-shadow: 1px 4px 4px 2px rgba(48, 115, 141, 0.1411764706);
  border-radius: 1.5rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .partners .cta {
    max-width: 100%;
  }
}
.partners .cta .icon {
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.partners .cta .icon svg {
  fill: #ffffff;
}
.partners .cta p.title {
  font-size: 1.5rem;
  font-weight: 700;
}
.partners .cta p {
  font-size: 1.3rem;
}
.partners .cta a {
  font-weight: 600;
  font-size: 1.3rem;
}

.services {
  position: relative;
}
.services .list {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 3rem;
  width: 100%;
}
.services .item {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.services .item:hover .img {
  transform: scale(1.05);
}
.services .item:hover .title {
  transform: scale(1.05);
}
.services .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  z-index: 10;
  transition: 0.3s ease-in;
  aspect-ratio: 4/3;
}
.services .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.services .overlay {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(40, 40, 40, 0.4901960784);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  height: 100%;
  width: 100%;
  padding: 2rem;
}
.services .overlay .title {
  padding: 3rem 0;
  transition: 0.3s ease-in;
}

.service {
  position: relative;
}
.service .bg {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  min-height: 30rem;
  max-height: 30rem;
  z-index: 1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.service .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 30rem;
  max-height: 30rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2588235294);
  overflow: hidden;
}
.service .hero {
  font-size: 3rem;
  font-weight: 600;
  padding: 7rem 4rem;
  border-radius: 1.2rem;
  min-height: 30rem;
  max-height: 30rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .text, .service li {
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: normal;
}
.service ul, .service ol {
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service ul {
  list-style-type: disc;
  list-style: disc inside;
}
.service ul li {
  list-style: disc inside;
}
.service ol {
  list-style-type: decimal;
  list-style: decimal;
}
.service ol li {
  list-style: decimal inside;
}

.form.section {
  background: #30738D;
  color: #ffffff;
}
.form.section .container {
  border-bottom: 0.5px solid #f9f9f9;
  padding-bottom: 3rem;
}
.form.section .pageTitle {
  font-size: 2.4rem;
  font-weight: 600;
}
.form.section .subtitle {
  font-size: 1.8rem;
  font-weight: normal;
}
.form.section .subtitle a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.cb-form {
  width: 100%;
  max-width: 35%;
  margin: 0 auto;
}
.cb-form .row {
  width: 100%;
}
.cb-form .row input[type=text], .cb-form .row input[type=tel], .cb-form .row input[type=email], .cb-form .row textarea {
  width: 100%;
  padding: 1rem 2rem;
  border: 1px solid #30738D;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: #282828;
  background: #ffffff;
  resize: none;
}
.cb-form .row input[type=text]::-moz-placeholder, .cb-form .row input[type=tel]::-moz-placeholder, .cb-form .row input[type=email]::-moz-placeholder, .cb-form .row textarea::-moz-placeholder {
  color: #808080;
}
.cb-form .row input[type=text]::placeholder, .cb-form .row input[type=tel]::placeholder, .cb-form .row input[type=email]::placeholder, .cb-form .row textarea::placeholder {
  color: #808080;
}
.cb-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
  left: -9999px;
}
.cb-form input[type=checkbox]:checked ~ label::before {
  position: absolute;
  top: 0px;
  left: 3px;
  z-index: 20;
  content: "";
  width: 7px;
  height: 9px;
  border-bottom: 2px solid #30738D;
  border-right: 2px solid #30738D;
  transform: rotate(35deg);
}
.cb-form label {
  display: ruby;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
}
.cb-form label::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
}
.cb-form label a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.cb-form .submit {
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
  opacity: 1;
  padding: 1rem 2rem;
  border-radius: 1.2rem;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  transition: 0.3s ease-in;
}
.cb-form .submit:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

section.contacts {
  position: relative;
}

.content {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2rem;
}
.content .link {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .content .link {
    font-size: 1.8rem;
  }
}
.content .link .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #30738D 0%, #2B4955 100%);
}
.content .link .icon svg {
  fill: #ffffff;
}
@media (max-width: 768px) {
  .content .link .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

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

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