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;
 }

 article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section {
 display: block;
 }

 ol, ul {
 list-style: none;
 }

 blockquote, q {
 quotes: none;
 }

 blockquote:before, blockquote:after,
 q:before, q:after {
 content: '';
 content: none;
 }
 input:focus {
 outline: none;
 }
 table {
 border-collapse: collapse;
 border-spacing: 0;
 }

 input, button, textarea, select {
 font: inherit;
 }

 *, *::before, *::after {
 box-sizing: border-box;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }

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

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

 /* st83COMPANY */
 body {
 font-family: 'Montserrat', sans-serif;
 color: #000;
 font-size: 16px;
 }
 .pcntxt {
 width: 100%;
 max-width: 1400px;
 margin: 0 auto;
 padding: 0 16px;
 }
 html {
 font-size: 100%;
 }

 h1 {
 font-size: 2.5rem;
 margin-bottom: 1rem;
 }

 h2 {
 font-size: 2rem;
 margin-bottom: 0.75rem;
 }

 h3 {
 font-size: 1.75rem;
 margin-bottom: 0.5rem;
 }

 p {
 margin-bottom: 0;
 }

.shine-button {
 position: relative;
 overflow: hidden;
}

.shine-button::after {
 content: '';
 position: absolute;
 top: -50%;
 left: -60%;
 width: 20%;
 height: 200%;
 opacity: 0;
 transform: rotate(30deg);
 background: rgba(255, 255, 255, 0.6);
 background: linear-gradient(
 to right, 
 rgba(255, 255, 255, 0) 0%,
 rgba(255, 255, 255, 0.8) 50%,
 rgba(255, 255, 255, 0) 100%
 );
 animation: shine 3s infinite;
}

@keyframes shine {
 10% { opacity: 1; left: -30%; }
 100% { opacity: 0; left: 130%; }
}

.htop {background: url(/img/htop.jpg) no-repeat center center/cover;margin-bottom: 40px;}
header {background: url("/img/bg.webp") no-repeat center top/cover;}
.non {width: 100%;height: 100px;pointer-events: none;background: linear-gradient(to top, white, transparent);}
.croh {width: 100%;max-width: 1400px;margin: 0 auto;padding: 0 16px;}
.croh h1 {font-size: 30px;text-transform: uppercase;margin-bottom: 0;padding-bottom: 40px;font-weight: 800;}
.crli {color: #5c5c5c;border-bottom: 1px solid #273c6b;margin-bottom: 40px;padding-bottom: 20px;padding-top: 26px;}
.crli a {position: relative;}
.crli a::after {content: '/';padding-left: 5px;}

.t{display: flex;max-width: 1400px;margin: 0 auto;padding: 30px 16px 0;height: 121px;}
.tlogo{width: 342px;display: flex;gap: 14px;align-items: flex-end;}
.tlogo img{max-width: 91px;display: block;}
.tlogo a{width: 225px;line-height: 1.2rem;color: #273c6b;margin-bottom: 0;font-weight: 500;}
.trating {width: 342px;text-align: right;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-end;}
.rating {font-weight: 500;}
.ratingcont {display: inline-flex;align-items: end;}
.ratingstar {position: relative;width: 55px;height: 52px;}
.ratingnumber {position: absolute;top: 54%;left: 50%;transform: translate(-50%, -50%);color: #000;font-size: 11px;font-weight: bold;}
.ratingtext {font-weight: bold;text-transform: uppercase;width: 114px;line-height: 1.3rem;}
.tsocial {width: 342px;text-align: right;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-end;}
.socialtitle {font-weight: 500;}
.socialicons {display: inline-flex;gap: 16px;}
.socialicons img {border-radius: 5px;transition: 0.3s;}
.socialicons img:hover {border-radius: 7px;opacity: 0.9;}
.tcontacts {width: 342px;text-align: right;}
.contacts {display: flex;flex-direction: column;align-items: flex-end;height: 100%;justify-content: space-between;}
.schedule {font-weight: 500;margin-bottom: 16px;}
.contphone {font-size: 22px;font-weight: bold;}
.contcallback {color: #59890f;text-transform: uppercase;font-weight: 500;text-decoration: underline;margin-top: auto;}
/* M */
.m { max-width: 1400px; margin: 70px auto 0; }
.main-menu li.has-submenu > a:after { content: ''; display: inline-block; width: 12px; height: 12px; background-image: url('/img/down.png'); background-size: contain; background-repeat: no-repeat; background-position: center; margin-left: 5px; transition: transform 0.3s; }
.sidebar { position: relative; }
.close-btn { display: none; position: absolute; right: 20px; top: 8px; color: white; cursor: pointer; z-index: 1002; font-size: 40px; }
.main-menu { padding-top: 30px; }
.main-menu ul { list-style: none; margin: 0; padding: 0; }
.main-menu li { position: relative; }
.main-menu a {
 display: block;
 text-decoration: none;
 transition: 0.3s;
 padding: 15px clamp(16px, 1.5vw, 36px) 15px 16px;
}
.main-menu ul ul { background: #19204470; }
.mpole { display: none; padding: 20px; }
.mpole p {color: #fff;font-weight: 600;background: #56a81d;padding: 10px;border-radius: 10px 10px 10px 0;display: table;margin-bottom: 10px;}
.mpole button { width: 100%; padding: 10px; margin-bottom: 10px; border: none; cursor: pointer; border-radius: 5px; }
.mpole button.blue { background: #007bff; color: white; }
.mpole button.yellow { background: #ffc107; color: black; }
@media (max-width: 1080px) {
.main-menu > ul > li > a {font-size: 16px !important;}
}
@media (max-width: 1024px) {
.m {margin: 40px auto 0;}
.menu-toggle {display: none;display: flex;position: relative;top: 0;left: 16px;z-index: 999;cursor: pointer;padding: 0;color: #333;align-items: center;gap: 10px;width: 30%;}
.burger-icon { display: flex; flex-direction: column; justify-content: space-between; width: 40px; height: 28px; }
.menu-toggle span { display: block; width: 100%; height: 6px; background: #273c6b; }
.menu-toggle p { margin: 0; font-size: 22px; font-weight: 600; color: #273c6b; }
}
@media (min-width: 1024px) {
 .sidebar {}
 .main-menu { padding-top: 0; }
 .main-menu > ul { display: flex; }
 .main-menu > ul > li.has-submenu > a:after { filter: brightness(0) !important; }
 .main-menu ul ul { display: block !important; position: absolute; top: 100%; left: 0; min-width: 320px; background: rgba(29, 43, 77, 0.69); opacity: 0; visibility: hidden; transform: translateY(20px); transition: opacity 0.3s, transform 0.3s, visibility 0.3s; border-radius: 10px; overflow: hidden; backdrop-filter: blur(5px); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.36);border: 1px solid #626a84;}
 .main-menu li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
 .menu-toggle { display: none; }
 .main-menu > ul > li > a { color: #000; font-size: 18px; text-transform: uppercase; font-weight: 700; }
 .main-menu > ul > li > a:hover { background: none; opacity: 0.7; }
 .main-menu ul ul a { color: #fff; }
 .main-menu ul ul a:hover { background: #38486a; opacity: 1; }
}
@media (max-width: 1024px) {
 .sidebar { position: fixed; top: 0; left: -100%; width: 80%; height: 100%; transition: 0.3s; z-index: 1000; overflow-y: auto; background: #203653e3; backdrop-filter: blur(7px); border-radius: 0 20px 20px 0; box-shadow: 0px 0px 30px #00000070; padding: 20px; }
 .main-menu li.has-submenu > a:after { float: right; filter: brightness(0) invert(1); }
 .main-menu li.has-submenu > a.submenu-active:after { transform: rotate(90deg); }
 .main-menu a { color: #fff; }
 .main-menu a:hover { background: #18355994; border-radius: 10px; }
 .close-btn { display: block !important; }
 .sidebar.open { left: 0; }
 .main-menu ul ul { display: block; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
 .main-menu ul ul.active { max-height: 500px; border-radius: 10px;}
 .main-menu ul ul.active a:hover { background: #1b2d4f; }
 .main-menu ul ul a { padding-left: 10px; }
 .mpole { display: block; }
.specp {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 10px;width: 100%;}
.specp a {display: block;width: 100%;border-radius: 0 6px 6px;overflow: hidden;border: 1px solid #ffffff4a;}
.specp img {width: 100%;height: auto;display: block;}
}
@media (max-width: 768px) {
.menu-toggle { display: none; position: fixed; top: 20px; left: 20px; z-index: 999; cursor: pointer; padding: 10px; color: #333; align-items: center; gap: 10px; background: #ffffffa1;backdrop-filter: blur(7px);border-radius: 5px;width: auto;}
.burger-icon { display: flex; flex-direction: column; justify-content: space-between; width: 30px; height: 20px; }
.menu-toggle span { display: block; width: 100%; height: 4px; background: #273c6b; }
.menu-toggle p { margin: 0; font-size: 16px; font-weight: 600; color: #273c6b; }
}
@media (max-width: 1024px) {
 .menu-toggle { display: flex; }
}
/* M */
.z{margin-top: 180px;}
.z h1 {font-size: 24px;text-transform: uppercase;font-weight: 700;margin-bottom: 32px;}
.z p{font-size: 54px;font-weight: 800;color: #152754;text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.51);}


.tri {display: flex;flex-wrap: wrap;gap: 25px;max-width: 61%;margin-top: 76px;}
.tripikablock {background-color: rgba(67, 82, 109, 0.9);color: white;padding: 16px;border-radius: 6px;flex: 1;backdrop-filter: blur(5px);border: 1px solid rgba(255, 255, 255, 0.41);transition: 0.3s;}
.tripikablock:hover {background-color: rgb(67, 82, 109);}
.tripikablock h2 {font-size: 24px;margin: 0;text-transform: uppercase;font-weight: 500;line-height: 1.2rem;}
.tripikablock h2::first-letter {color: #86c50e;font-size: 20px;}
.tripikablock p {margin-top: 2px;}

.but-container {display: flex;justify-content: space-between;max-width: 61%;margin-top: 60px;padding-bottom: 60px;gap: 46px;}
.but {display: flex;align-items: center;background-color: #71a70b;color: white;padding: 30px 70px 30px 16px;border-radius: 6px;text-decoration: none;width: 395px;height: 80px;transition: background-color 0.3s;font-size: 18px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.39);background-repeat: no-repeat;background-position: right bottom;border: 1px solid #b8dd7242;}
.but:hover {background-color: #74B11B;}
.calc-button {background-image: url('/img/calculator.png');}
.house-button {background-image: url('/img/house.png');}

.inpika {width: 100%;margin-bottom: clamp(100px, 8vw, 150px);}
.inpika h2 { max-width: 1400px; margin: 0 auto 60px; font-size: 54px; font-weight: bold; padding: 0 16px; color: #2e3d62; }
.container { max-width: 1833px; margin: 0 auto; height: 700px; background: url('/img/noise.png') repeat, url('/img/fon.jpg') no-repeat center right, #2f3e61; display: flex; border-radius: 20px; }
.inner { max-width: 1368px; margin: 0 auto; padding: 128px 16px 100px; display: flex; }
.text-section { width: 50%; box-sizing: border-box; padding-right: 4%; }
.text-section p { color: white; font-size: 20px; margin: 0 0 30px 0; }
.pikapikablocks { width: 50%; display: flex; flex-wrap: wrap; box-sizing: border-box; gap: 4%; }
.pikablock { width: calc(49% - 1%); background-color: #699527; display: flex; flex-direction: column; justify-content: center; padding: 50px 38px; box-sizing: border-box; border-radius: 20px; color: #fff; position: relative; overflow: hidden; transition: box-shadow 0.3s ease; aspect-ratio: 1/1; }
.pikablock:hover { box-shadow: 0px 0px 25px #6e9b29; }
.pikablock::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: inherit; box-shadow: inset 0 0 100px #9cd92e; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.pikablock:hover::after { opacity: 1; }
.pikablock:nth-child(1) { background-image: url('/img/b1.png'), linear-gradient(to bottom right, #669225, #7fac32); background-repeat: no-repeat; background-position: bottom right; }
.pikablock:nth-child(2) { background-image: url('/img/b2.png'), linear-gradient(to bottom right, #669225, #7fac32); background-repeat: no-repeat; background-position: bottom right; }
.pikablock:nth-child(3) { background-image: url('/img/b3.png'), linear-gradient(to bottom right, #669225, #7fac32); background-repeat: no-repeat; background-position: bottom right; }
.pikablock:nth-child(4) { background-image: url('/img/b4.png'), linear-gradient(to bottom right, #669225, #7fac32); background-repeat: no-repeat; background-position: bottom right; }
.pikablock span:first-child { font-size: clamp(46px, 5.8vw, 80px); font-weight: bold; }
.pikablock span:last-of-type { font-size: clamp(20px, 3vw, 40px); margin-top: 10px; font-weight: bold; }
.pikablock p { font-size: clamp(16px, 1.6vw, 26px); margin-top: 10px; }

.prjkt { margin-bottom: 60px; }
.prjkt h2 { font-size: 54px; color: #2e3d62; font-weight: 800; margin-bottom: 30px; }
.prjkt p { color: #2e3d62; font-size: 24px; margin-bottom: 50px; }
.cards-container #allEntries{ display: grid; grid-template-columns: repeat(3, minmax(357.5px, 1fr)); gap: 22px;margin-bottom: 35px;}
.cardscontainer {display: grid;grid-template-columns: repeat(3, minmax(357.5px, 1fr));gap: 22px;}
.projekty-wrapper { position: relative; height: 100%; }
.projekty { width: 100%; height: 100%; border-radius: 10px; background-color: #e8eff4; transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; z-index: 1; }
.hit { position: absolute; top: 20px; left: 0; z-index: 3; background: #71a732; color: #fff; font-weight: 600; padding: 8px 16px; text-transform: uppercase; }
.projekty:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(46, 61, 97, 0.28); z-index: 2; border: 1px solid #c8d4dd; }
.projekty > a:first-child { display: block; border-radius: 10px; overflow: hidden; }
.projekty > a:first-child > img { width: 100%; height: 240px; object-fit: cover; border-radius: 10px; display: block; transition: transform 0.8s ease; }
.projekty:hover > a:first-child > img { transform: scale(1.05); }
.projektinfo { padding: 24px; }
.projektinfo > span { color: #2e3d62; font-size: 30px; font-weight: 800; display: block; margin-bottom: 30px; }
.projektinfo ul {list-style: none;display: grid;margin-bottom: 20px;grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));}
.projektinfo ul li {margin-bottom: 15px; display: flex; align-items: center; }
.projektinfo ul li img { width: 23px; height: 23px; margin-right: 12px; border-radius: 6px; background: #2f3b62;padding: 3px;}
.projektinfo ul li p { font-size: 16px; margin: 0; }
.projektinfo ul li p b { color: #2d3748; font-weight: 800; }
.projektprice { text-align: center; margin-top: 20px;}
.projektprice > span { font-size: 20px; font-weight: 700; display: block; margin-bottom: 5px; }
.projektpricevalue { color: #000; font-size: 20px; font-weight: 700; }
.projektpricevalue span { color: #589412; font-size: 31px; }
.more-button { display: block; width: calc(100% - 82px); background: #589412; color: white; text-align: center; padding: 20px 0; text-decoration: none; font-size: 18px; font-weight: 600; border-radius: 10px; box-shadow: 0 0px 21px rgba(108, 155, 23, 0.89); position: absolute; bottom: -40px; left: 41px; z-index: 3; opacity: 0; transform: translateY(10px); transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.3s ease; }
.projekty-wrapper:hover .more-button { opacity: 1; transform: translateY(0); }
.more-button:hover { background-color: #6aa426; }
.nopw {display: none;}

.prjkts { margin-bottom: 60px; }
.prjkts h2 { font-size: 54px; color: #2e3d62; font-weight: 800; margin-bottom: 30px; }
.prjkts p { color: #2e3d62; font-size: 24px; margin-bottom: 50px; }
.moreproj{color: #fff;background: #2e3d62;padding: 25px 75px;display: table;border-radius: 10px;font-size: 18px;font-weight: 600;margin: 30px auto 0;}

.tags {max-width: 100%;margin-bottom: 20px;display: flex;gap: 10px;align-items: flex-start;}
.tags-list {flex: 1;height: 40px;overflow: hidden;transition: max-height 0.5s ease;max-height: 40px;position: relative;display: flex;flex-wrap: wrap;align-content: flex-start;gap: 8px;}
.tags-toggle:checked ~ .tags-list {max-height: 1000px;}
.tags-list::after {content: '';position: absolute;right: 0;top: 0;height: 100%;width: 50px;background: linear-gradient(to right, transparent, white);pointer-events: none;}
.tags-toggle {display: none;}
.tags-toggle:checked ~ .tags-list {height: auto;}
.tags-toggle:checked ~ .tags-list::after {display: none;}.tags-toggle:checked ~ .tags-btn::after {content: 'Свернуть';}
.tags-btn {white-space: nowrap;padding: 8px 16px;background: #e8eff4;color: #000;border-radius: 10px;cursor: pointer;border: none;font-size: 16px;flex-shrink: 0;font-weight: 600;}
.tags-btn::after {content: 'Смотреть все';}
.tags-list a {display: inline-block;padding: 8px 16px;background: #dde0e9;border-radius: 10px;}

.mrtg{margin-bottom: 90px;}
.mgtgstav{display: flex;margin-bottom: 30px;gap: 20px;flex-wrap: wrap;font-size: 18px;}
.mgtgstav a{color: #2e3d62;border-radius: 50px;border: 1px solid;padding: 8px 20px;}
.mrtg h2 { font-size: 54px; color: #2e3d62; font-weight: 800; margin-bottom: 30px; }
.mortgage-form {background: linear-gradient(to right, #eff9de, #c7dea1);padding: 80px 60px;border-radius: 20px;display: grid;grid-template-columns: 1.2fr 1fr;gap: 30px;transition: 0.3s;border: 1px solid #c8dfa2;}
.mortgage-form:hover {box-shadow: 0 0 110px rgba(163, 228, 80, 0.59);}
.left-content {padding-right: 20px;}
.main-title {font-size: clamp(16px, 2vw, 18px);font-weight: bold;margin-bottom: 36px;text-transform: uppercase;}
.subtitle {font-size: 18px;margin-bottom: 18px;}
.bank-description {font-size: 18px;margin-bottom: 44px;}
.banks-logos {display: flex;align-items: center;gap: 20px;}
.bank-logo {height: auto;object-fit: contain;max-width: 15%;width: 100%;}
.right-content {display: flex;flex-direction: column;}
.form-description {margin-bottom: 38px;}
.form-input {width: 100%;padding: clamp(16px, 3vw, 24px);margin-bottom: 20px;border: 1px solid #b5ca93;border-radius: 10px;box-shadow: 0 0 28px #8ea66787;}
.checkbox-container {display: flex;align-items: center;gap: 10px;margin-bottom: 20px;}
.checkbox-container input[type="checkbox"] {width: 16px;height: 16px;}
.privacy-link {text-decoration: underline;}
.submit-button {background-color: #76b82a;color: white;padding: clamp(15px, 4vw, 24px) clamp(20px, 4vw, 30px);border: none;border-radius: 10px;font-size: clamp(16px, 2vw, 18px);cursor: pointer;max-width: 295px;font-weight: 600;transition: 0.3s;}
.submit-button:hover {background-color: #669f24;}

.step { margin-bottom: 60px; }
.step h2 { font-size: 54px; color: #2e3d62; font-weight: 800; margin-bottom: 30px; }
.step p { color: #2e3d62; font-size: 24px; margin-bottom: 50px; }
.slides-container {position: relative;min-height: 0;height: auto;}
.steps-buttons { display: flex; gap: 20px; margin-bottom: 30px; justify-content: space-between; }
.step-btn { padding: 15px 0; border: none; border-radius: 10px; font-size: 30px; cursor: pointer; transition: all 0.3s ease; text-align: center; font-weight: bold; width: 100%; }
.step-btn.active { background-color: #2E3D62; color: white; }
.step-btn:not(.active) { background-color: #E9EDF3; color: #2E3D62; }
.step-text { display: inline; }
.slides-container {position: relative;overflow: hidden;height: auto;transition: height 0.6s ease;}
.step-slide {position: absolute;top: 0;left: 0;width: 100%;opacity: 0;visibility: hidden;transition: opacity 0.1s ease, transform 0.6s ease, visibility 0.6s, filter 0.4s ease;filter: blur(10px);z-index: 1;}
.step-slide.active {position: relative;opacity: 1;visibility: visible;transform: translateY(0);filter: blur(0);z-index: 2;}
.slides-container:has(.step-slide.active) {min-height: auto;}
.content-block { display: flex; gap: 30px; align-items: flex-start; }
.content-image { width: 50%; border-radius: 10px; overflow: hidden; }
.content-image img { width: 100%; height: auto; }
.content-info { width: 47%; }
.content-info h2 { color: #2E3D62; margin-bottom: 30px; font-size: 24px; }
.content-info h3 { font-size: 20px; font-weight: 600; }
.info-list { list-style: none; padding: 0; }
.info-list li { margin-bottom: 10px; padding-left: 10px; position: relative; }
.info-list li::before { content: ""; position: absolute; left: 0; width: 4px; height: 100%; background-color: #2E3D62; }
.result-block { margin-top: 30px; }
.result-list { list-style: none; padding: 0; }
.result-list li { margin-bottom: 10px; padding-left: 10px; position: relative; }
.result-list li:before { content: ""; position: absolute; left: 0; width: 4px; height: 100%; background-color: #6bb838; }

.team-section {}
.team-flex-container { display: flex; gap: 30px; }
.team-text-block { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.team-title { font-size: clamp(20px, 1.8vw, 28px); color: #2e3d62; margin-bottom: 20px; font-weight: 800; text-transform: uppercase; }
.team-subtitle { font-size: clamp(16px, 1vw, 18px); color: #2e3d62; margin-bottom: 10%; text-transform: uppercase; }
.team-button { display: inline-block; padding: 16px 25px; background-color: #2e3d62; color: white; text-decoration: none; border-radius: 10px; font-size: 16px; transition: background-color 0.3s; align-self: flex-start; font-weight: 600; }
.team-button:hover { background-color: #374151; }
.teammembers-block { flex: 1; }
.teammembers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5%; }
.teammember:nth-child(4) { display: none; }
.member-photo { width: 100%; height: auto; margin-bottom: 15px; aspect-ratio: 1/1; object-fit: cover; border-radius: 10px; }
.member-name { font-size: 18px; color: #2e3d62; font-weight: 600; word-spacing: 100vw; text-transform: uppercase; }
.member-position { font-size: 12px; color: #2e3d62; }

.advantages { position: relative; min-height: 790px; overflow: hidden; color: white; padding: 90px 0; margin: 90px 0 100px; }
.advantages__background-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color: #2f3d62; overflow: hidden; }
.advantages__background { position: absolute; top: 0; left: 0; width: 5111px; height: 100%; background: url('/img/dk.webp') repeat-x center; animation: slideBackground 40s linear infinite; will-change: transform; }
.advantages__background--second { left: 5111px; }
@keyframes slideBackground { 0% { transform: translateX(0); } 100% { transform: translateX(-5111px); } }
.advantages__content { max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; padding: 0 16px; }
.advantages__title { font-size: 54px; margin-bottom: 20px; font-weight: 800; }
.advantages__subtitle { margin-bottom: 40px; font-size: 24px; }
.advantages__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(16px, 2%, 40px); margin-bottom: 60px; }
.card:nth-child(1) { background-image: url('/img/dk1.jpg'); background-repeat: no-repeat; background-position: bottom right; }
.card:nth-child(2) { background-image: url('/img/dk2.jpg'); background-repeat: no-repeat; background-position: bottom right; }
.card:nth-child(3) { background-image: url('/img/dk3.jpg'); background-repeat: no-repeat; background-position: bottom right; }
.card:nth-child(4) { background-image: url('/img/dk4.jpg'); background-repeat: no-repeat; background-position: bottom right; }
.card { background: #eee; padding: 40px 30px; border-radius: 10px; color: #000; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; aspect-ratio: 1/1; }
.card:hover { transform: translateY(-5px); }
.card h3 { margin-bottom: 24px; font-size: 24px; font-weight: 700; }
.card p { font-size: clamp(16px, 1.4vw, 18px); font-weight: 500; }
.telegram-link { background: #06a2cf url(/img/tg.jpg) no-repeat center right 20px; padding: 30px; border-radius: 10px; transition:0.3s; max-width: 548px; box-shadow: 0 0px 31px rgb(0, 135, 216); display: block; font-size: 20px; text-transform: uppercase; }
.telegram-link:hover { transform: translateY(-3px); box-shadow: 0px 0px 60px rgb(37, 155, 225); }
.telegram-link p { margin: 5px 0; font-weight: bold; }

.houses h2 { font-size: 54px; color: #2e3d62; font-weight: 800; margin-bottom: 30px; }
.houses p { color: #2e3d62; font-size: 24px; margin-bottom: 70px; }
.house-details { display: flex; gap: clamp(16px, 2.2%, 40px); align-items: stretch; }
.house-image { flex: 1; display: flex; position: relative; }
.house-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; position: absolute; top: 0; left: 0; }
.house-info { flex: 1; }
.house-info h2 { color: #2e3d62; font-size: 28px; margin-bottom: 25px; font-weight: 800; }
.construction-period { background-color: #80be2f; color: white; padding: 10px 16px; margin-bottom: 25px; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; gap: 16px; }
.construction-period span:first-child { font-size: 18px; order: 2; flex: 1; font-weight: 700; }
.days { font-size: clamp(36px, 3.2vw, 44px); font-weight: 700; order: 1; width: 49%; }
.work-scope h3 { color: #2e3d62; margin-bottom: 30px; font-size: 24px; font-weight: 800; }
.work-list ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.work-list li { position: relative; padding-left: 15px; line-height: 1rem; }
.work-list li:before { content: "-"; position: absolute; left: 0; }
.video-review { margin-top: 30px; background: linear-gradient(to right, #19354f, #6a223f, #19354f, #6a223f); background-size: 200% 100%; background-position: 100% 0%; border-radius: 10px; display: flex; align-items: center; transition: background-position 0.7s ease; }
.video-review:hover { background-position: 0% 0%; }
.video-review-image { position: relative; width: 210px; height: 100px; flex-shrink: 0; }
.video-review-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px 0 0 10px; }
.play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 65px !important; height: auto !important; z-index: 1; }
.play-button { color: white; font-size: clamp(20px, 1.8vw, 24px); padding: 0 10px 0 30px; flex-grow: 1; font-weight: 800; }

.ya {}
.ya h2 { font-size: 54px; color: #2e3d62; font-weight: 800; margin: 80px 0 30px; }
.yarev { font-size: 24px; color: #2e3d62; margin-bottom: 60px; }
.yandex { color: red; font-weight: bold; }
.reviews { font-weight: bold; color: #000; }
.reviews-container { display: flex; gap: 20px; }
.review-card { flex: 1; background: #eee; border-radius: 10px; padding: 35px 30px 50px 30px; }
.review-header { display: flex; gap: 16px; margin-bottom: 30px; }
.avatar { width: 97px; height: 97px; border-radius: 50%; object-fit: cover; }
.reviewer-info { display: flex; flex-direction: column; gap: 4px; }
.reviewer-name { font-weight: bold; font-size: 18px; }
.review-date { font-size: 18px; }
.stars { display: flex; color: #ffcf11; font-size: 30px; font-weight: 800; }
.star { color: #FFD700; font-size: 20px; }
.review-text {}

.smeta { max-width: 1400px; margin: 0 auto; padding: 60px 16px 0; }
.smeta h2 { font-size: 54px; color: #2e3d62; font-weight: 800; margin-bottom: 30px; }
.smeta p { color: #2e3d62; font-size: 24px; margin-bottom: 70px; }
.smeta-block { max-width: 1833px; margin: 0 auto 80px; background: url('/img/smetabg.jpg') no-repeat center right/cover; display: flex; border-radius: 20px;overflow: hidden;}
.smeta-container { display: flex; gap: 40px; width: 1400px; margin: 0 auto; padding-left: 16px; }
.smeta-left { width: 50%; margin-top: 60px; }
.smeta-right { width: 50%; background: linear-gradient(165deg, rgba(209,222,231,1) 0%, rgba(220,236,247,1) 52%); padding: 60px 60px 80px 60px; border-radius: 20px; display: flex; flex-direction: column; box-shadow: 0 0 60px #62ab65b2; border: 1px solid #bbcad5; }
.smeta-right b { font-weight: bold; display: block; }
.smeta-left h2 { font-size: 20px; margin-bottom: 26px; font-weight: 800; color: #000; }
.smeta-left > p { font-size: 18px; margin-bottom: 24px; font-weight: 500; color: #000; }
.smeta-left h3 { font-size: 18px; margin-bottom: 20px; font-weight: bold; }
.smeta-left ul { list-style: none; padding: 0; margin-bottom: 30px; }
.smeta-left li { display: flex; margin-bottom: 15px; padding-left: 35px; position: relative; }
.smeta-left li::first-letter { font-weight: bold; }
.smeta-left li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; background: #8cc63f; border-radius: 4px; }
.smeta-left p:nth-of-type(2) { color: #2b3b5c; text-decoration: underline; margin: 20px 0; width: 500px; }
.smeta-left img { max-width: 100%; height: auto; margin: 30px auto 0; }
.smeta-right > p { text-align: center; margin-bottom: 25px; font-size: 18px; }
.smeta-form { display: flex; flex-direction: column; }
.smeta-form input[type="file"], .smeta-form input[type="text"], .smeta-form input[type="tel"] { width: 100%; padding: 20px; margin-bottom: 24px; border: 1px solid #99a5b7; border-radius: 10px; box-shadow: 0 0 40px #587d9757; background: #fff; }
.checkbox-container { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.checkbox-container input[type="checkbox"] { margin-top: 3px; }
.checkbox-container p { font-size: 12px; margin: 0; }
.submit-button { width: 100%; padding: 24px; background: #2b3b5c; color: white; border: none; border-radius: 10px; cursor: pointer; text-transform: uppercase; font-size: 18px; }

.faq { margin-bottom: 80px; }
.faq h2 { font-size: 54px; color: #2e3d62; font-weight: 800; margin-bottom: 50px; }
.faq-items { display: none; }
.faq-items-wrapper { display: flex; gap: 2rem; }
.faq-column { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.faq-item { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); overflow: hidden; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
.faq-item:hover { box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); transform: translateY(-2px); }
.question { position: relative; padding: 1.5rem; font-weight: 600; color: #2b2d42; cursor: pointer; user-select: none; display: flex; justify-content: space-between; align-items: center; background-color: #ccdceb; }
.question::after { content: ""; width: 12px; height: 12px; border-right: 2px solid #2b2d42; border-bottom: 2px solid #2b2d42; transform: rotate(45deg); transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); flex-shrink: 0; margin-left: 10px; }
.faq-item.active .question::after { transform: rotate(-135deg); }
.answer { height: 0; overflow: hidden; padding: 0 1.5rem; transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
.answer p { padding: 20px 0;line-height: 1.4;}
.faq-item.active .answer { padding: 0 1.5rem 1.5rem; }
.faq-section-title { text-align: center; margin-bottom: 3rem; font-size: 2.5rem; color: #2b2d42; }
.faq-section-subtitle { text-align: center; margin-bottom: 3rem; color: #6c757d; max-width: 700px; margin-left: auto; margin-right: auto; }

.cons-container { width: 1833px; position: relative; background: url('/img/noise.png') repeat, url('/img/ooa.png') no-repeat center center, #2f3e61; background-blend-mode: overlay, normal; border-radius: 20px; overflow: visible; min-height: 700px; max-width: 100%; margin: 0 auto; }
.content-container { width: 1368px; margin: 0 auto; display: flex; min-height: 700px; max-width: 100%; position: relative; z-index: 1; }
.left-section { flex: 1; padding: 120px 0 0 60px; color: #fff; min-width: 320px; order: 1; }
.right-section { flex: 1; position: relative; display: flex; align-items: flex-start; order: 2; }
.contact-text { font-size: 20px; color: #fff; margin-bottom: 30px; max-width: 550px; }
.messenger-icons { display: flex; gap: 15px; margin-bottom: 30px; border-radius: 5px; }
.messenger-icons a { display: inline-block; }
.messenger-icons img { width: 52px; height: 52px; border-radius: 5px; object-fit: contain; }
.form-group { margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 20px; }
.form-group input[type="text"],.form-group input[type="tel"] { width: 84%; padding: 25px; border-radius: 10px; font-size: 16px; border: none; outline: none; }
.chbox-container { display: flex; align-items: center; margin-bottom: 25px; }
.chbox-container input { margin-right: 10px; width: 18px; height: 18px; }
.chbox-container label { font-size: 11px; color: #fff; }
.chbox-container a { color: #fff; }
.submit-btn { background-color: #62b222; color: white; border: none; padding: 25px 50px; font-size: 18px; border-radius: 10px; cursor: pointer; transition: background-color 0.3s; font-weight: bold; }
.submit-btn:hover { background-color: #539a1d; }
.person-container { display: flex; position: relative; height: 100%; }
.person-image-container { position: absolute; bottom: 0; top: -28px; left: 0; width: 306px; height: 731px; z-index: 1; overflow: visible; }
.person-image { width: 100%; height: 100%; object-fit: contain; position: relative; }
.person-image-container::after { content: ''; display: none; }
.person-info { padding-left: 45px; padding-top: 225px; margin-left: 306px; color: #fff; position: relative; z-index: 2; }
.person-name { font-size: 30px; font-weight: bold; color: #fff; margin-bottom: 10px; }
.person-position { font-size: 24px; color: rgba(255, 255, 255, 0.8); margin-bottom: 30px; }
.person-quote {}

.map { position: relative; width: 100%; height: 650px;margin-top: 70px;}
.map__wrapper { max-width: 1400px; padding: 0 16px; margin: 0 auto; height: 100%; position: relative; }
.map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.map__container { position: absolute; top: 50%; left: 16px; transform: translateY(-50%); max-width: 684px; width: 100%; background: rgba(39, 51, 83, 0.87) url('/img/maptel.png') no-repeat right bottom; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 20px; padding: 48px 44px 70px; color: #fff; z-index: 2; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.65); }
.map__logo { display: flex; align-items: last baseline; margin-bottom: 20px; }
.map__logo-icon { margin-right: 16px; }
.map__title { font-size: 20px; font-weight: 500; width: 48%; }
.map__contacts { display: flex; flex-direction: column; gap: 20px; width: 410px; }
.map__contact-item { display: flex; flex-direction: column; }
.map__contact-title { font-size: 20px; font-weight: bold; margin: 0; }
.map__contact-text { font-size: 18px; }
.map__contact-link { color: #fff; text-decoration: none; font-size: 18px; transition: opacity 0.3s; display: block; }
.map__contact-link:hover { opacity: 0.8; }


.privacy {line-height: 1.4;}
.privacy strong {font-weight: bold;}
.privacy ul {padding-left: 20px; margin: 10px 0;}
.privacy li {margin: 10px 0;}

.formoz {display: flex;flex-direction: column;gap: 15px;margin-bottom: 10px;}
.formoz h3 {font-size: 18px;font-weight: 700;}
.formoz input[type="text"], .formoz input[type="tel"] {padding: 16px 16px;border: 1px solid #ddd;border-radius: 10px;width: 100%;transition: border-color 0.3s ease;}
.formoz input[type="text"]:focus,
.formoz input[type="tel"]:focus {border-color: #939ab1;}
.formce {margin-bottom: 20px;display: flex;align-items: center;gap: 10px;}
.formce input[type="checkbox"] {width: 14px;height: 14px;cursor: pointer;margin: 0;}
.formce label {font-size: 11px;}
.formzup[type="submit"] {background-color: #2a417a;color: white;border: none;border-radius: 10px;padding: 16px 16px;font-weight: bold;letter-spacing: 0.5px;cursor: pointer;width: 100%;transition: background-color 0.3s ease;text-transform: uppercase;}
.formzup[type="submit"]:hover {background-color: #1e3266;}

.housecard { position: relative; }
.housecard img { width: 100%; height: auto; display: block; border-radius: 8px; }
.pricetag { position: absolute; top: 60px; left: 50px; background-color: #669933; padding: 20px; border-radius: 10px; color: white; display: flex; gap: 15px; align-items: flex-end; line-height: 1.4rem; }
.price-title { font-size: 24px; max-width: 190px; font-weight: 700; }
.price-value { font-size: 40px; font-weight: bold; white-space: nowrap; }
.price-value i { font-size: 24px; font-weight: 300; }

.characteristic { background: #eff0f4; padding: 30px 24px; border-radius: 20px; color: #2e3c5f; margin-top: 40px; }
.characteristic h2 { font-size: 24px; margin-bottom: 32px; font-weight: 600; }
.characteristics { display: flex; justify-content: space-between; gap: 20px; }
.characteristic-item { display: flex; align-items: center; gap: 16px; width: 25%; }
.characteristic-item img { border-radius: 10px; }
.characteristic-data { display: flex; flex-direction: column; }
.characteristic-data span { font-size: 18px; font-weight: 700; }
.characteristic-data b { font-size: 24px; font-weight: 800; }

.prohouse{margin: 40px 0;}
.prohouse h2{font-size: 30px;font-weight: 800;text-transform: uppercase;color: #2e3d62;margin-bottom: 30px;}
.prohouse p{font-size: 18px;margin-bottom: 20px;}

.constrip { display: flex; flex-wrap: wrap; gap: 30px; }
.construction { flex: 1; min-width: 60%; background: #f1f1f1; padding: 25px 25px 54px 25px; border-radius: 10px; position: relative; }
.construction h2 { color: #2B3B4E; font-size: 24px; font-weight: bold; margin-bottom: 30px; text-transform: uppercase; }
.specifications { column-count: 2; column-gap: 20px; margin: 0; }
.specifications ul { break-inside: avoid; margin: 0 0 20px; padding: 0; list-style-type: none; }
.specifications ul li:first-child { font-size: 16px; font-weight: bold; margin-bottom: 8px; }
.specifications ul li:not(:first-child) { line-height: 1.4; position: relative; padding-left: 12px; }
.specifications ul li:not(:first-child)::before { content: "- "; position: absolute; left: 0; }
.construction-note { font-size: 14px; position: absolute; bottom: 0; margin-bottom: 3%; }
.iptk { flex: 0 0 34%; max-width: 456px; background: #eff0f4; border-radius: 12px; overflow: hidden; box-shadow: 0 0 65px rgba(85, 170, 52, 0.55); align-self: stretch; transition: 0.5s; }
.iptk:hover { box-shadow: 0 0 65px rgba(99, 185, 13, 0.83); }
.iptk img { width: 100%; height: 305px; object-fit: cover; display: block; }
.iptk-info { padding: 30px; }
.iptk-container { display: flex; align-items: center; margin-bottom: 20px; }
.iptk-text { color: #2e3d62; font-size: 24px; font-weight: bold; flex: 1; }
.iptk-percent { color: #3f8324; font-size: 105px; font-weight: bold; }
.iptk-info a { display: block; background: #55aa34; color: white; border-radius: 8px; padding: 26px; font-size: 20px; cursor: pointer; width: 100%; text-align: center; font-weight: 800; transition: 0.3s; }
.iptk-info a:hover { background: #66bb3f; }

.galleryhouse { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 40px 0; }
.galleryhouse a { display: block; overflow: hidden; }
.galleryhouse a:first-child { grid-column: 1 / 3; }
.galleryhouse a:nth-child(even):last-child { grid-column: 1 / 3; }
.galleryhouse img { display: block; width: 100%; height: auto; object-fit: cover; border-radius: 10px; }

.progo { display: grid; grid-template-columns: 1fr 1fr; width: 100%; height: 152px; overflow: hidden; border-radius: 10px; }
.progo-image { position: relative; overflow: hidden; width: 100%; height: 100%; }
.progo-image::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(52, 65, 98, 0.68); z-index: 1; }
.progo-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.progo-text { background-color: #2e3d62; display: flex; align-items: center; padding: 35px; }
.progo-text a { color: white; font-size: 24px; line-height: 1.3; text-transform: uppercase; padding-right: 10%; font-weight: 600; }

.planblock { display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; }
.planblock__main { background-color: #f4f4f5; border-radius: 10px; padding: 30px; box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.19); display: flex; width: 65%; }
.planblock__info { width: 42%; }
.planblock__img { width: 58%; display: flex; align-items: center; justify-content: center; padding-left: 30px; }
.planblock__img a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.planblock__img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.planblock h2 { color: #2e3d62; font-size: 30px; margin-bottom: 30px; font-weight: bold; }
.planblock__rooms { margin-bottom: 30px; width: 100%; list-style: none; font-weight: 500; }
.planblock__rooms li { display: flex; margin-bottom: 8px; color: #333; font-size: 15px; width: 100%; justify-content: space-between; position: relative; overflow: hidden; }
.planblock__rooms li span:first-child { position: relative; background-color: #f4f4f5; padding-right: 5px; z-index: 1; }
.planblock__rooms li span:last-child { position: relative; background-color: #f4f4f5; padding-left: 5px; z-index: 1; text-align: right; }
.planblock__rooms li:after { content: ""; position: absolute; bottom: 3px; width: 100%; border-bottom: 1px dotted #999; z-index: 0; }
.planblock__btn { background: linear-gradient(165deg, rgba(68,157,38,1) 0%, rgba(108,188,73,1) 100%); color: white; padding: 24px 16px; border: none; border-radius: 8px; font-size: 20px; width: 100%; text-align: center; text-decoration: none; display: inline-block; font-weight: 600; }
.planblock__contact { background-color: #eff0f4; border-radius: 10px; padding-top: clamp(20px, 5vw, 30px); padding-bottom: clamp(20px, 5vw, 30px); padding-right: clamp(30px, 4vw, 60px); padding-left: clamp(30px, 4vw, 60px); width: 32%; display: flex; flex-direction: column; box-sizing: border-box; }
.planblock__title { text-align: center; font-size: clamp(16px, 1.5vw, 18px); font-weight: 700; }
.planblock__subtitle { text-align: center; margin-bottom: 30px; font-size: clamp(14px, 1.5vw, 18px); }
.planblock__wa, .planblock__tg { padding: clamp(20px, 2vw, 26px); border-radius: 10px; color: white; text-decoration: none; display: flex; align-items: center; justify-content: center; font-size: clamp(14px, 1.5vw, 18px); transition: opacity 0.3s; margin-bottom: 15px; }
.planblock__wa img, .planblock__tg img { margin-left: 6px; max-width: 100%; height: auto; }
.planblock__wa { background-color: #0db130; }
.planblock__tg { background-color: #0992d6; }
.planblock__wa:hover, .planblock__tg:hover { opacity: 0.9; }
.planblock__qr { display: flex; align-items: center; }
.planblock__qrimg { width: clamp(100px, 10vw, 145px); height: clamp(100px, 10vw, 145px); margin-right: 25px; border-radius: 10px; object-fit: contain; }
.planblock__qrtext { font-size: clamp(14px, 1.5vw, 18px); }

.iptop { display: flex; }
.iptextform { flex: 1; align-self: center; }
.ipspecialist h3 { font-weight: 600; margin-bottom: 5px; font-size: 24px; }
.ipspecialist span { display: block; font-size: 14px; color: #333; margin-bottom: 10px; line-height: 1.2; }
.ipspecialist p { margin-bottom: 10px; }
.iptop img { object-fit: cover; }
.ipformsection { }
.ipformsection input[type="text"] { width: 100%; padding: 12px 15px; border: 1px solid #ccc; border-radius: 10px; font-size: 16px; outline: none; margin-bottom: 12px; }
.ipformsection input[type="text"]::placeholder { color: #666; }
.ipformchec { display: flex; align-items: flex-start; margin: 15px 0; }
.ipformchec input[type="checkbox"] { margin-right: 8px; margin-top: 3px; }
.ipformchec label { font-size: 12px; color: #333; }
.ipformsection button { width: 100%; padding: 15px; background-color: #2a417a; color: white; border: none; border-radius: 8px; font-size: 16px; font-weight: bold; cursor: pointer; text-transform: uppercase; transition: background-color 0.2s; }
.ipformsection button:hover { background-color: #1e3266; }

.formboot { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; opacity: 0; }
.formboot.active { max-height: 500px; opacity: 1; transition: max-height 0.5s ease-in, opacity 0.5s ease-in; }
.bootcontent { padding: 15px; }

#plan{ background: url(/img/fonpere.jpg) no-repeat right/35%;}
.formboot { border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; display: flex; margin-top: 40px; }
.bootcontent { display: flex; flex: 1; padding: 40px 30px 30px;}
.boottext { flex: 0 0 25%; padding-right: 20px; }
.boottext p { font-weight: 600; }
.form-section { flex: 0 0 75%; display: flex; flex-direction: column; gap: 16px; }
.bootrow { display: flex; gap: 15px; flex-wrap: wrap; align-items: center; }
.bootrow input[type="text"], .bootrow input[type="tel"] { flex: 1; min-width: 200px; padding: 16px; border: 1px solid #808080; border-radius: 6px; outline: none; }
.bootrow input[type="text"]:focus, .bootrow input[type="tel"]:focus { border-color: #75b842; }
.bootrow button { background-color: #75b842; color: white; padding: 16px 30px; border: none; border-radius: 6px; cursor: pointer; font-weight: bold; white-space: nowrap; }
.bootrow button:hover { background-color: #68a63a; }
.bootcheck { display: flex; align-items: flex-start; gap: 10px; }
.bootcheck input[type="checkbox"] { }
.bootchecklabel { font-size: 12px; color: #555; line-height: 1.4; }

.protv { display: grid; grid-template-columns: 1fr 1fr; width: 100%; height: clamp(194px, calc(252px - 12vw), 234px); overflow: hidden; border-radius: 10px; margin: 40px 0; }
.protv-image { position: relative; overflow: hidden; width: 100%; height: 100%; }
.protv-image::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(52, 65, 98, 0.68); z-index: 1; }
.protv-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: auto !important; height: auto !important; }
.protv-text { background: linear-gradient(to right, #19354f, #6a223f, #19354f, #6a223f); display: flex; align-items: center; padding: 35px; }
.protv-text a { color: white; font-size: clamp(18px, 2.2vw, 24px); line-height: 1.3; text-transform: uppercase; padding-right: 10%; font-weight: 600; }

.direktor { display: flex; background: #2f4368; color: #fff; position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 0 50px #304164e5; margin-bottom: 60px; }
.dirimg { width: 68%; position: absolute; left: 0; top: 0; bottom: 0; overflow: hidden; }
.dirimg img:first-child { display: block; }
.dirimg img:last-child { display: none; }
.dirimg img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.dirtxt { width: 60%; padding: 50px; margin-left: 40%; position: relative; z-index: 1; }
.dirtxt h2 { margin-bottom: 20px; font-size: 30px; font-weight: 700; }
.dirtxt p { margin-bottom: 16px; }

.teamh { font-size: 30px; text-transform: uppercase; font-weight: bold; margin-bottom: 40px; }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 40px; }
.team-member {}
.team-member img { width: 100%; height: auto; display: block; border-radius: 10px; }
.team-member h2 { font-size: 18px; margin: 26px 0 5px; color: #2e3d62; font-weight: 700; }

.teamf { margin: 40px 0; }
.teamf p { font-size: 22px; margin-bottom: 30px; }
.teamf h3 { font-size: 24px; font-weight: bold; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
.info-block { background-color: #e5eddf; padding: 25px; border-radius: 10px; }
.info-block h2 { font-size: 30px; margin-bottom: 15px; font-weight: bold; }
.info-block ul, .info-block ol { padding-left: 0; margin: 0; list-style: none; }
.info-block li { margin-bottom: 6px; padding-left: 16px; position: relative; font-size: 18px; }
.info-block li::before { content: ""; position: absolute; left: 0; top: 10px; width: 3px; height: 3px; background-color: #000; border-radius: 50%; }
.info-block ol li::before { background-color: #2196F3; }

.top-contacts { display: flex; justify-content: space-between; gap: 20px; }
.contact-item { flex: 1; margin-bottom: 50px; }
.contact-item h3 { font-size: 20px; margin-bottom: 30px; }
.contact-item a { color: #2e3d62; font-weight: bold; font-size: 24px; }
.messenger-links { text-align: left; }
.messenger-links a { margin-right: 15px; display: inline-block; }
.contacts-blocks { display: flex; gap: 24px; margin-bottom: 50px; }
.contact-block { flex: 1; border: 3px solid #2e3d62; padding: 40px 30px; font-weight: 600; }
.contact-block p { margin-bottom: 20px; }
.contact-block.blue { background-color: #2e3d62; color: white; }
.route-link { text-decoration: underline; }
.requisites { background-color: #f2f3f6; padding: 40px; border-radius: 20px; color: #2e3d62; }
.requisites h2 { margin-bottom: 35px; font-size: 30px; font-weight: 700; }
.requisites p { margin-bottom: 20px; font-size: 18px; }

.office-block { display: flex; align-items: center; margin: 40px 0 70px; }
.office-content { flex: 50%; color: #374464; padding: 0 50px 0 40px; }
.office-title { font-size: 28px; margin-bottom: 35px; font-weight: 800; }
.office-text { font-size: 24px; margin-bottom: 30px; }
.office-note { font-size: 24px; }
.office-image { flex: 50%; }
.office-image img { width: 100%; height: auto; border-radius: 20px; }

.formoffice { background-color: #f2f3f6; padding: 40px; border-radius: 20px; margin-bottom: 50px; }
.formoffice h2 { margin-bottom: 38px; font-size: 30px; font-weight: bold; }
.officeform { width: 100%; }
.officerow { display: flex; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.officerow input { flex: 1; padding: 22px 30px; border: 1px solid #c0c7d8; border-radius: 16px; font-size: 16px; outline: none; }
.officerow input:focus { border-color: #465979; }
.officetextarea { width: 100%; height: 150px; padding: 24px 30px; border: 1px solid #c0c7d8; border-radius: 16px; resize: none; margin-bottom: 20px; font-size: 16px; outline: none; }
.officetextarea:focus { border-color: #2b3544; }
.officecheckbox { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.officecheckbox input[type="checkbox"] { margin-top: 4px; }
.officecheckbox label {}
.officecheckbox a { color: #2b3544; text-decoration: underline; }
.officebutton { background-color: #374464; color: white; border: none; border-radius: 16px; padding: 26px 74px; text-transform: uppercase; cursor: pointer; transition: background-color 0.3s; }
.officebutton:hover { background-color: #374357; }

.ipinfo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin: 30px 0; }
.iptxt p { margin-bottom: 18px; }
.ipcard { background: #e1f1d4; padding: 30px; border-radius: 10px; transition: transform 0.3s ease; }
.ipcard:nth-child(even) { background: #dfe8ef; }
.ipcard:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.ipcard h3 { font-size: 18px; font-weight: 600; margin-bottom: 16px; }
.ipcard p { font-size: 18px; }

.bankscontainer { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 60px 0; }
.bankcard { border: 2px solid #2f476e; border-radius: 10px; padding: 30px 40px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.bankcard::after { content: ''; position: absolute; bottom: 0; right: 0; width: 100%; height: 100%; z-index: 1; }
.bankcard:nth-child(1)::after { background: linear-gradient(135deg, transparent 20%, #edfaed 100%); }
.bankcard:nth-child(2)::after { background: linear-gradient(135deg, transparent 20%, #ebf8fe 100%); }
.bankcard:nth-child(3)::after { background: linear-gradient(135deg, transparent 20%, #e5eaf2 100%); }
.bankcard:nth-child(4)::after { background: linear-gradient(135deg, transparent 20%, #fee6e6 100%); }
.bankcard img { height: 38px; width: auto; margin-bottom: 20px; align-self: flex-start; object-fit: contain; position: relative; z-index: 2; }
.bankinfo { position: relative; z-index: 2; }
.bankinfo ul { margin-bottom: 16px; }
.bankinfo li { margin-bottom: 6px; }
.bankcard p { font-size: 12px; }

.rdf{background: #253862;color: #fff;border-radius: 6px;margin-bottom: 20px;padding: 16px;}
.jtz{}
.jtz p{margin-bottom: 16px;}
.offers p { margin-bottom: 16px; }
.offersgrid {}
.offgrid .archiveEntries {display: grid;grid-template-columns: repeat(2, 1fr);gap: 24px;margin-bottom: 60px;}
.offersgrid #allEntries {display: grid;grid-template-columns: repeat(2, 1fr);gap: 24px;margin-bottom: 60px;}
.offercard { border-radius: 10px; overflow: hidden; border: 1px solid #9aa9c2; }
.offercard img { width: 100%; height: auto; object-fit: cover; }
.offertxt { padding: 38px; }
.offertxt h2 { font-size: 20px; margin-bottom: 20px; font-weight: 700; }
.offertxt p { margin-bottom: 20px; }
.offertxt a { display: inline-block; background-color: #62b222; color: white; padding: 18px 78px; border-radius: 10px; text-transform: lowercase; transition: background-color 0.3s; }
.offertxt a:hover { background-color: #558f31; }

.promoimg { width: 100%; margin-bottom: 30px; }
.promoimg img { width: 100%; height: auto; border-radius: 10px; }
.promo-content { margin-bottom: 60px; }
.promo-content p { margin-bottom: 16px; }
.promo-content h2 {font-size: 22px;font-weight: bold;}
.promo-content ul {border-left: 4px solid #62b222;padding-left: 12px;margin-bottom: 20px;}
.promo-content ul li,.promo-content ol li {line-height: 1.4rem;}
.promore { display: inline-block; background-color: #62b222; color: white; padding: 20px 59px; text-decoration: none; border-radius: 4px; font-weight: 700; margin-top: 20px; transition: background-color 0.3s ease; }
.promore em {font-style: italic;font-size: 14px;}
hr {border: none;height: 1px;background: #abb7d0;}

.homehar {position: absolute;background: #00000047;color: #fff;padding: 1rem;border-radius: 10px;margin: 1rem;bottom: 0;backdrop-filter: blur(8px);}
.homehar span {}
.homehar span strong{font-weight: 600;}

.projecton {margin-bottom: 40px;}
.videohome { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 30px; }
.videohome iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;border-radius: 10px;}
.imagehome{margin-bottom: 30px;position: relative;}
.imagehome img{border-radius: 10px;}
.ongallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 30px; }
.ongallery .ulightbox { display: block; height: 160px; overflow: hidden; border-radius: 5px; position: relative; transition: transform 0.3s ease; }
.ongallery .ulightbox:hover { transform: scale(1.03); }
.ongallery .ulightbox img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.ongallery .ulightbox:hover img { transform: scale(1.1); }
.onprojectxt { margin-bottom: 30px; }
.onprojectxt p { margin-bottom: 16px; }
.promo-content h3 {font-size: 22px;font-weight: 700;margin-bottom: 20px;}
.promo-content h2 {font-size: 22px;font-weight: 700;margin-bottom: 20px;}
.promo-content ol {list-style-type: decimal;padding: 0 0 18px 18px;}
.promo-content strong {font-weight: 700;}
ol li::marker {font-weight: bold;color: #303f63;}
.promo-content p em {font-style: italic;font-size: 12px;}
.tagpromo{display: flex;gap: 6px;margin-bottom: 20px;flex-wrap: wrap;}
.tagpromo a{padding: 5px 12px;border: 1px solid #a8a8a8;border-radius: 8px;color: #555;}
.workdone { background-color: #d4d9e6; padding: 40px; border-radius: 10px; margin-bottom: 30px; }
.workdone h2 { margin-bottom: 20px; font-size: 28px; font-weight: 700; }
.workdone ul { columns: 2; padding-left: 5px; }
.workdone li { margin-bottom: 12px; position: relative; padding-left: 10px; break-inside: avoid; }
.workdone li::before { content: "-"; position: absolute; left: -5px; }
.projecton > a { display: inline-block; background-color: #76B82A; color: white; text-decoration: none; padding: 24px 70px; border-radius: 5px; font-weight: bold; text-align: center; transition: background-color 0.3s ease; margin-top: 20px;margin-right: 1%;}
.projecton > a:hover { background-color: #5a9020; }

.pricingblock { position: relative; display: flex; margin-bottom: 40px; }
.pricingimg { width: clamp(512px, 45.8vw, 650px); padding-right: 20px; }
.pricingimg img { max-width: 100%; height: auto; border-radius: 10px; }
.pricing { width: 50%; position: absolute; right: 0; top: 0; background-color: #dee9fb; padding: 30px; border-radius: 10px; z-index: 10; transition: box-shadow 0.5s ease; }
.pricing.with-shadow { box-shadow: 0px 0px 40px rgba(77, 94, 147, 0.5); transition: box-shadow 0.5s ease; }
.pricing h3 { margin-bottom: 10px; font-size: 24px; color: #152754; font-weight: 700; }
.pricingli { overflow: hidden; max-height: 140px; }
.pricingli.expanded { max-height: 100%; }
.pricingli ul { margin-bottom: 20px; }
.pricingli li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.pricing button { display: block; margin-top: 15px; padding: 16px 26px; background-color: #4d5e94; color: white; border: none; border-radius: 10px; cursor: pointer; font-weight: 500; transition: background-color 0.3s; }
.pricing button:hover { background-color: #152754; }

.problems {margin-bottom: 70px;}
.problems h2 { font-size: 24px; margin-bottom: 20px; font-weight: 700; }
.problemslist { position: relative; padding: 20px 0 14px 20px; margin-bottom: 20px; border-left: 6px solid #ff0000; font-weight: 700; color: #152754; }
.problemslist ul { list-style: none; padding: 0; }
.problemslist li { margin-bottom: 10px; }
.problems p { margin-bottom: 20px; }
.problems p:last-of-type { font-weight: bold; }
.benefit { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-bottom: 30px; }
.benefcard { grid-column: span 2; padding: 20px; border-radius: 10px; border: 2px solid #4d5e94; }
.benefit .benefcard:last-child:nth-child(3n-2) { grid-column: 1 / -1; }
.benefit .benefcard:nth-last-child(2):nth-child(3n-2), .benefit .benefcard:last-child:nth-child(3n-1) { grid-column: span 3; }
.benefcard h3 { font-size: 18px; margin-bottom: 10px; font-weight: 800; color: #152754; }
.benefcard p { font-weight: 500 !important; margin-bottom: 0; }

.footer {background-color: #2a3759; color: #ffffff; padding: 80px 0 60px;}
.footer__container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 0 16px; }
.footer__logo { max-width: 150px; margin-bottom: 20px; }
.footer__copyright { font-size: 14px; margin-bottom: 10px; }
.footer__disclaimer {font-size: 12px;width: 300px;}
.footer__list { list-style: none; padding: 0; margin: 0; }
.footer__list li { margin-bottom: 10px; }
.footer__list a { color: #ffffff; text-decoration: none; font-size: 16px; transition: opacity 0.3s; }
.footer__list a:hover { opacity: 0.7; }
.footer__bottom { text-align: right; max-width: 1400px; margin: 40px auto 0; padding: 20px 16px 0; border-top: 1px solid rgba(255,255,255,0.1); font-size: 14px; }


@media (max-width: 1400px) {
.left-section {padding: 60px 0 0 60px;}
.content-container {width: 90%;padding: 40px 0;}
.person-image-container {top: -68px;}
.person-info {margin-left: 190px;padding-top: 250px;}
.characteristic-item {align-items: flex-start;}
.characteristic-data span {display: inline-block;white-space: pre-wrap;word-spacing: 100vw;}
}


@media (max-width: 1280px) {
header {background: url("/img/bg.webp") no-repeat right 63% top;}
.z {margin-top: 170px;}
.tri {max-width: 100%;}
.but-container {gap: 25px;max-width: 65.7%;margin-top: 25px;}
.but {flex: 1;}
.characteristic-data b {font-size: 22px;}
.iptk-text br {display: none;}
}

@media (max-width: 1200px) {
.inpika { margin-bottom: 55%; }
.container { background: url('/img/noise.png') repeat, #2f3e61; }
.inpika h2 { margin: 0 auto 30px; font-size: clamp(20px, 5.2vw, 48px); padding: 0 10%; }
.text-section p { font-size: 18px; }
.inner { padding: 64px 10% 50px; display: flex; flex-wrap: wrap; }
.text-section, .pikablock { width: 100%; }
.pikablock { width: calc(48.93% - 9px); margin-bottom:4%;}
.pikapikablocks { width: 100%; gap: 0 4%; }
.pikablock span:first-child { font-size: clamp(42px, 9.8vw, 120px); }
.pikablock span:last-of-type { font-size: clamp(20px, 4.8vw, 60px); }
.pikablock p { font-size: clamp(18px, 2.9vw, 36px); }
.prjkt h2, .prjkts h2{font-size: 48px;margin-bottom: 20px;}
.prjkt p, .prjkts p{font-size: 20px;}
.cardscontainer{grid-template-columns: repeat(2, minmax(357.5px, 1fr));}
.cards-container #allEntries{grid-template-columns: repeat(2, minmax(357.5px, 1fr));}
.nopw {background: url(/img/noblok.jpg) center center/cover;border-radius: 10px;display: block;padding: 10%;color: #fff;}
.nopw span {font-size: clamp(22px, 5.8vw, 68px);font-weight: 800;}
.mrtg h2 {font-size: 48px;margin-bottom: 20px;}
.mgtgstav {gap: 10px;font-size: 16px;}
.subtitle,.bank-description {font-size: 16px;}
.right-content label{font-size: 14px;}
.submit-button {padding: clamp(16px, 3vw, 24px);max-width: 260px;}
.mrtg {margin-bottom: 60px;}
.step h2{font-size: 48px;margin-bottom: 20px;}
.step p{font-size: 20px;}
.content-info h2 {margin-bottom: 25px;font-size: 20px;}
.step-btn {font-size: 20px;}
.advantages__cards {grid-template-columns: repeat(2, 1fr);gap: 30px;}
.card {padding: 30px 20px;aspect-ratio: 1/0;}
.card h3 {margin-bottom: 14px;font-size: 20px;}
.card p {font-size: 16px;font-weight: 400;}
.house-image img {position: relative;}
.house-details {flex-direction: column;}
.houses h2{font-size: 48px;}
.houses p{font-size: 20px;margin-bottom: 30px;}
.house-info h2 {font-size: 32px !important;}
.ya h2 {font-size: 48px;margin-top: 40px;}
.yarev{font-size: 20px;margin-bottom: 30px;}
.smeta-container {padding-left: 60px;}
.smeta-left {width: 60%;}
.smeta h2{font-size: 48px;}
.smeta p{font-size: 20px;margin-bottom: 30px;}
.faq h2{font-size: 48px;}
.contact-text {font-size: 18px;}
.left-section {padding: 60px 0 0 20px;}
.person-info {margin-left: 160px;}
.pricetag {top: 40px;left: 40px;padding: 16px;line-height: 1.0rem;}
.price-title {font-size: 20px;max-width: 170px;}
.price-value {font-size: 34px;}
.iptk-text {font-size: 18px;}
.progo-text a {font-size: clamp(18px, 2.2vw, 24px);padding: 0;}
.direktor {box-shadow: none;margin-bottom: 40px;}
.dirtxt {width: 45%;padding: 30px;margin-left: 55%;}
.dirimg {width: 90%;}
.info-block h2 {font-size: 26px;margin-bottom: 10px;}
.info-block li {font-size: 16px;}
.teamf p {font-size: 20px;}
.teamf h3 {font-size: 20px;font-weight: 600;}
.contact-item {margin-bottom: 30px;}
.contact-item h3 {font-size: 18px;margin-bottom: 12px;}
.contact-item a {font-size: 20px;}
.contacts-blocks {margin-bottom: 30px;font-size: 14px;}
.contact-block {border: 2px solid #2e3d62;padding: 24px 26px;}
.requisites {padding: 26px;}
.requisites h2 {margin-bottom: 20px;font-size: 24px;}
.requisites p {margin-bottom: 14px;font-size: 16px;}
.office-title {font-size: 24px;margin-bottom: 30px;font-weight: 700;}
.office-text {font-size: 20px;margin-bottom: 20px;}
.office-note {font-size: 18px;}
}

@media (max-width: 1024px) {
header {background: url("/img/bg.webp") no-repeat right 72% top 78%}
.t {justify-content: space-between;height: auto;flex-wrap: wrap;}
.trating {display: none;}
.tlogo {width: 38%;}.tsocial, .tcontacts {width: 30%;}
.socialicons {gap: 10px;}
.contphone {font-size: 20px;}
.z {margin-top: 120px;}
.tripikablock h2 {font-size: 20px;}
.tripikablock p {font-size: 14px;}
.planblock__contact {display: none;}
.planblock__main {width: 100%;}
.team-grid {grid-template-columns: repeat(4, 1fr);gap: 30px;}
.ipinfo {grid-template-columns: repeat(2, 1fr);} 
.bankcard {padding: 28px 28px;}
.ongallery {grid-template-columns: repeat(3, 1fr);justify-items: center;}
.ongallery .ulightbox {width: 100%;aspect-ratio: 322/233;}
}

@media (max-width: 992px) {
.mortgage-form {grid-template-columns: 1fr;padding: 60px 30px;gap: 20px;}
.banks-logos {justify-content: center;margin-bottom: 30px;gap: 10%;}
.bank-logo {max-width: 10%;}
.left-content {padding-right: 0;}
.form-description {font-weight: 600;}
.formmort {grid-template-columns: 1fr 1fr;display: grid;gap: 2%;}
.content-image { display: none; }
.content-info { width: 100%; }
.step-btn { padding: 12px 20px; font-size: 16px; }
.step {margin-bottom: 40px;}
.team-flex-container {flex-direction: column;}
.team-subtitle {margin-bottom: 20px;}
.team-title {font-size: 24px;}
.team-members {grid-template-columns: repeat(3, 1fr);}
.advantages {padding: 70px 0;margin: 90px 0 40px;}
.advantages__title {font-size: 48px;}
.advantages__subtitle {font-size: 20px;}
.telegram-link {padding: 22px;max-width: 410px;font-size: 16px;margin: 0 auto;background-size: 57px;}
.reviews-container { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 20px; -ms-overflow-style: none; scrollbar-width: none; }
.review-card { flex: 0 0 45%; scroll-snap-align: start; }
.reviews-container::-webkit-scrollbar { display: none; }
.subtitle { font-size: 16px; }
.footer__container {grid-template-columns: repeat(2, 1fr);}
.smeta-container {flex-direction: column;padding: 60px 16px;gap: 0;}
.smeta-left {width: 90%;margin: 0px auto;}
.smeta-left p:nth-of-type(2) {width: 100%;}
.smeta-right {width: 80%;margin: 0 auto;}
.smeta-block > h2 {font-size: 32px;}
.faq h2{font-size: 32px;}
.cons-container { background: url('/img/noise.png') repeat, #2f3e61; }
.content-container { flex-direction: column; padding-top: 0; }
.left-section { padding: 0; margin-bottom: 30px; order: 2; }
.form-group { flex-wrap: nowrap; }
.contact-text { max-width: 100%; }
.right-section { margin-bottom: 40px; padding-top: 50px; order: 1; height: auto; width: 100%; display: flex; justify-content: center; }
.person-container { flex-direction: column; align-items: center; text-align: center; height: auto; width: 100%; }
.person-name { margin-bottom: 0; }
.person-position { font-size: 20px; margin-bottom: 20px; }
.person-image-container { position: relative; top: -50px; left: auto; margin-bottom: -30px; width: 306px; height: 365px; overflow: hidden; text-align: center; }
.person-image { position: relative; top: 30px; left: 0; width: 100%; height: auto; max-width: 100%; }
.person-image-container::after { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; background: linear-gradient(to bottom, rgba(47, 62, 97, 0), rgba(47, 62, 97, 1)); z-index: 2; pointer-events: none; }
.person-info { margin-left: 0; padding: 0px; margin-top: -70px; text-align: center; }
.person-quote { display: none; }
.price-title {font-size: 16px;max-width: 140px;}
.price-value {font-size: 26px;}
.price-value i {font-size: 16px;}
.characteristic-item img {border-radius: 5px;width: 54px;}
.characteristic-data span {font-size: 16px;}
.characteristic-data b {font-size: 20px;}
.iptk img {object-position: top;}
.constrip { flex-direction: column; } 
.iptk { max-width: 100%; width: 100%; flex: none; } 
.iptk-container { line-height: 0.8; padding: 0 15% 0 10%; } 
.iptk-text { font-size: clamp(20px, 3.0vw, 32px) !important; text-transform: uppercase; text-align: right; padding-right: 2%; line-height: 1.2; }
.dirtxt {width: 100%;margin-left: 0;}
.direktor {flex-direction: column;}
.dirimg {width: 100%;position: relative;}
.dirimg img {position: relative;}
.dirimg img:first-child {display: none;}
.dirimg img:last-child {display: block;border-radius: 20px;}
.office-content {padding: 0 24px 0 0px;}
.offertxt {padding: 20px;}
.formboot { flex-direction: column; } 
.bootcontent { flex-direction: column; padding: 30px 20px; } 
.boottext, .form-section { width: 100%; padding-right: 0; } 
.bootcontent p { margin-bottom: 20px; } 
.bootrow { flex-wrap: nowrap; } 
}

@media (max-width: 768px) {
header {background: url("/img/bg.webp") no-repeat right 0% top 39%/165%}
.tlogo {width: 100%;flex-direction: column;align-items: center;}
.tlogo a {width: 98%;font-size: 14px;text-align: center;text-transform: uppercase;}
.tsocial, .tcontacts {width: 100%;}
.socialicons {gap: 16px;}
.socialtitle {font-weight: 500;margin: 0.5rem 0;}
.socialicons img {border-radius: 5px;max-width: 40px;}
.tsocial {align-items: center;}
.tcontacts {align-items: center;}
.schedule {margin-bottom: 4px;}
.contacts {align-items: center;margin-top: 0.8rem;}
.contcallback {color: #fff;text-decoration: none;background: linear-gradient(139deg, rgb(36, 54, 94) 0%, rgb(85, 98, 123) 95%);padding: 16px 26px;border-radius: 6px;}
.z {margin-top: 56%;}
.z h1 {font-size: 22px;color: #fff;text-align: center;margin-bottom: 12px;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.51);}
.z p {font-size: 9vw;text-align: center;}
.z p br {display: none;}
.tri {margin-top: 25px;}
.tripikablock h2 {font-size: 20px;}
.but-container {max-width: 100%;margin-top: 25px;}
.non {display: none;}
.inpika { margin-bottom: 70px; }
.inner {padding: 40px 16px;}
.inpika h2 { font-size: 36px;padding: 0 16px;}
.text-section p { font-size: 16px; }
.container { width: 100%; height: 100%; }
.pikablock { aspect-ratio: 0; width: 100%; height: auto; padding: 20px 16px; flex-direction: inherit; flex-wrap: wrap; }
.pikablock span { font-size: clamp(24px, 6.8vw, 50px) !important; margin: 0 10px 0 0 !important; }
.pikablock p { font-size: 18px;text-align: center; display: block;width: 100%;}
.prjkt h2, .prjkts h2{font-size: 36px;}
.prjkt p, .prjkts p{font-size: 16px;margin-bottom: 24px;}
.projektinfo ul {max-width: 530px;grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));}
.projektinfo > span { font-size: 22px; } 
.projektpricevalue { font-size: 24px; }
.cardscontainer{grid-template-columns: repeat(auto-fill, minmax(357.2px, 1fr));}
.cards-container #allEntries{grid-template-columns: repeat(auto-fill, minmax(357.2px, 1fr));}
.nopw {display: none!important;}
.mrtg h2{font-size: 36px;}
.moreproj{padding: 20px 70px;font-size: 16px;}
.bank-description {margin-bottom: 20px;}
.step h2{font-size: 36px;}
.step p{font-size: 16px;margin-bottom: 24px;}
.content-info h2 {margin-bottom: 20px;font-size: 20px;}
.step-slide { position: relative; display: none; filter: none; }
.step-slide.active { display: block; }
.content-block { flex-direction: column; }
.step-btn { padding: 10px 15px; font-size: 14px; }
.team-members {grid-template-columns: repeat(3, 1fr);}
.advantages__title {font-size: 36px;}
.advantages__subtitle {font-size: 16px;margin-bottom: 20px;}
.advantages__cards {grid-template-columns: 1fr;}
.card {padding: 15px;}
.houses h2{font-size: 36px;}
.houses p{font-size: 16px;margin-bottom: 24px;}
.house-info h2 {font-size: 24px !important;margin-bottom: 16px;}
.ya h2{font-size: 36px;}
.yarev p{font-size: 16px;margin-bottom: 24px;}
.review-card {flex: 0 0 80%;}
.smeta-right {padding: 60px;}
.smeta h2{font-size: 36px;}
.smeta p{font-size: 16px;margin-bottom: 24px;}
.faq-items-wrapper { flex-direction: column; } .faq-section-title { font-size: 2rem; }
.smeta-block {margin: 0 auto 60px;}
.faq h2{font-size: 36px;}
.faq-column {gap: 12px;}
.map__container { left: 50%; transform: translate(-50%, -50%); width: calc(100% - 32px); max-width: 684px; } 
.map__title { font-size: 20px; } 
.map__contact-text, .map__contact-link { font-size: 16px; }
.pricetag { flex-direction: column; gap: 5px; align-items: flex-start; padding: 10px;top: -16px;left: 24px;} 
.price-title { font-size: 12px; } 
.price-value { font-size: 16px; }
.characteristics {flex-wrap: wrap;}
.characteristic-item {width: 44%;align-items: center;}
.characteristic-data span {word-spacing: 0vw;}
.prohouse h2{font-size: 26px;margin-bottom: 20px;}
.prohouse p{font-size: 16px;margin-bottom: 18px;}
.specifications { column-count: 1; } 
.progo { grid-template-columns: 1fr; height: auto; } 
.progo-image { height: 150px; } 
.progo-text a { font-size: 20px; }
.planblock { flex-direction: column; }
.planblock__info { order: 2; width: 100%; padding-right: 0; padding-bottom: 20px; }
.planblock__img { order: 1; width: 100%; padding-left: 0px;}
.planblock h2 { text-align: center; margin-top: 30px; }
.planblock__main, .planblock__contact { width: 100%; }
.planblock__main { flex-direction: column; }
.planblock__qr { display: none; }
.protv {grid-template-columns: 1fr;height: 300px;}
.teamh {font-size: 26px;}
.team-grid {grid-template-columns: repeat(3, 1fr);}
.info-grid {grid-template-columns: 1fr;}
.info-block {padding: 20px;}
.top-contacts {flex-direction: column;gap: 6px;margin-bottom: 30px;}
.contact-item {margin-bottom: 0px;}
.contacts-blocks {flex-direction: column;}
.route-link {margin-bottom: 10px;display: block;}
.contact-block {padding: 18px;}
.contact-block p {margin-bottom: 10px;}
.requisites {padding: 18px;}
.office-content {padding: 0;}
.office-block {flex-direction: column;gap: 24px;}
.office-title {font-size: 22px;margin-bottom: 16px;}
.office-text {font-size: 16px;margin-bottom: 11px;}
.office-note {font-size: 16px;}
.officerow {flex-direction: column;gap: 15px;}
.formoffice {padding: 20px;}
.officebutton {width: 100%;}
.ipinfo { grid-template-columns: 1fr;}
.ipcard { padding: 20px;}
.bankscontainer {grid-template-columns: 1fr;}
.bankcard {padding: 22px 18px;}
.offgrid .archiveEntries {grid-template-columns: 1fr;}
.offersgrid #allEntries {grid-template-columns: 1fr;}
.offertxt {padding: 18px;} 
.ongallery {grid-template-columns: repeat(2, 1fr);}
.workdone ul {columns: 1;}
.projecton > a {display: block;width: 100%;max-width: 300px;margin: 20px auto 0;}
.pricingblock { flex-direction: column; min-height: auto; }
.pricingimg { width: 100%; padding-right: 0; margin-bottom: 20px; }
.pricing { width: 100%; position: relative; }
.benefit { grid-template-columns: 1fr; }
.benefit .benefcard { grid-column: 1 / -1 !important; }
#plan {background: none;}
.bootrow { flex-direction: column; align-items: stretch; flex-wrap: wrap; } 
.bootrow input[type="text"], 
.bootrow input[type="tel"], 
.bootrow button { width: 100%; }
.homehar {position: relative;background: #000000b2;margin: 0 0 1rem;}
}

@media (max-width: 640px) {
.iptk-text {font-size: clamp(16px, 2.5vw, 20px) !important;}
.team-grid {gap: 16px;}
.team-grid {grid-template-columns: repeat(2, 1fr);}
.team-member h2 {font-size: 16px;margin: 22px 0 5px;}
}

@media (max-width: 576px) {
header {background: url("/img/bg.webp") no-repeat right 0% top 36%/165%;}
.tripikablock {flex: auto;}
.tri {gap: 10px;}
.formmort {grid-template-columns: 1fr;}
.step-text { display: none; }
.step-btn { padding: 12px; min-width: 40px; font-size: 16px; }
.steps-buttons { gap: 10px; }
.teammembers {gap: 2% 5%;}
.teammembers {grid-template-columns: repeat(2, 1fr);}
.teammember:nth-child(4) {display: block;}
.advantages__cards {grid-template-columns: repeat(1,1fr);gap: 16px;}
.telegram-link {padding: 20px 70px 20px 20px;}
.work-list ul {grid-template-columns: 1fr;}
.construction-period span:first-child {font-size: 16px;}
.footer__logo {margin: 0 auto 20px;}
.footer__disclaimer {width: 90%;margin: 0 auto;}
.footer__container {grid-template-columns: 1fr;text-align: center;}
.smeta {padding: 20px 16px 0;}
.smeta-container {padding: 60px 16px 16px;}
.smeta-left img {max-width: 80%;margin: 20px auto 0;}
.smeta-right {width: 100%;padding: 24px;}
.smeta-form input[type="file"], .smeta-form input[type="text"], .smeta-form input[type="tel"] {padding: 16px;margin-bottom: 16px;}
.right-section { padding-top: 0; }
.form-group { flex-wrap: wrap !important; }
.form-group input[type="text"], .form-group input[type="tel"] { width: 100%; }
.person-image-container { width: 306px; height: 330px; top: -30px; }
.person-name { font-size: 24px; }
.person-position { font-size: 18px; margin-bottom: 20px; }
.contact-text { font-size: 16px; }
.submit-btn { width: 100%; }
.content-container { padding: 30px 20px; }
.price-title {font-size: 16px;font-weight: 500;}
.price-value {font-size: 18px;}
.iptk-container {padding: 0 ;}
.galleryhouse { grid-template-columns: 1fr; } 
.galleryhouse a:first-child, .galleryhouse a:nth-child(even):last-child { grid-column: 1; }
.progo-text {padding: 20px;}
.dirtxt h2 {font-size: 22px;}
.formoffice h2 {margin-bottom: 26px;font-size: 22px;}
.officerow input {padding: 20px;}
.officetextarea {padding: 20px;}
.officebutton {padding: 22px 74px;}
.promore {width: 100%;text-align: center;}
}

@media (max-width: 480px) {
.but-container {margin-top: 20px;flex-wrap: wrap;gap: 12px;}
.but {flex: auto;}
.cardscontainer{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.cards-container #allEntries{grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}
.mortgage-form {padding: 20px 15px;}
.banks-logos {gap: 16px;}
.bank-logo {max-width: 50px;}
.form-input {padding: 16px;}
.submit-button {max-width: 100%;}
.steps-buttons {gap: 6px;}
.step-btn {padding: 10px 0;min-width: 0;font-weight: 500;}
.team-button {width: 100%;text-align: center;}
.advantages__title {font-size: 28px;}
.advantages {padding: 30px 15px;}
.play-button {font-size: 18px;padding: 0px 10px 0 20px;font-weight: 700;}
.checkbox-container p {font-size: 14px;}
.left-section {min-width: 220px;}
.map__container { padding: 20px; background-image: none; } 
.map__title { font-size: 16px; } 
.map__contacts { width: 100%; } 
.map__contact-text, .map__contact-link { font-size: 14px; } 
.map__logo-icon { width: 56px; height: auto; } 
.pricetag { padding: 10px;top: 12px;left: 12px;} 
.price-title { display: none;} 
.price-value { font-size: 14px;} 
.characteristics {gap: 8px;}
.characteristic-item {width: 100%;}
.characteristic-item img {width: 26px;}
.characteristic-data {flex-direction: inherit;gap: 10px;}
.characteristic-data span {font-weight: 500;}
.characteristic-data b {font-size: 16px;}
.characteristics {flex-direction: column;}
.iptk-container {flex-direction: column;}
.iptk-text {font-size: 25px;padding: 0;text-align: center;}
.iptk-info a {padding: 16px;}
.ipinfo { gap: 16px; } 
.ipcard h3 { font-size: 16px; } 
.bankcard img {height: 28px;}
.ongallery {grid-template-columns: 1fr;}
.workdone {padding: 20px;}
.workdone h2 {font-size: 20px;}
.projecton > a {max-width: 100%;}
.member-name {font-size: 16px;margin-bottom: 4px;}
}

@media (max-width: 375px) { 
.play-button {font-size: 16px;padding: 0px 10px 0 10px;}
.video-review-image img {width: 90%;}
.video-review-image {width: 160px;}
}

.popup-background { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); backdrop-filter: blur(8px); opacity: 0; pointer-events: none; z-index: 999; transition: opacity 0.3s ease; display: none; }
.popup-background.visible { opacity: 1; pointer-events: auto; display: block; }
.popup { min-width: 350px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.7); max-width: 430px; padding: 40px 20px 20px 20px; background: #fff; box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.31);border-radius: 1rem; z-index: 1000; opacity: 0; pointer-events: none; transition: transform 0.3s ease, opacity 0.3s ease; color: #000; display: none; }
.popup.visible { transform: translate(-50%, -50%); opacity: 1; pointer-events: auto; display: block;width: 90%;}
.ppc { position: absolute; top: 6px; right: 6px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 40px; line-height: 1; cursor: pointer; color: #626262; border-radius: 50%; transition: all 0.2s ease; }
.ppc:hover { color: #000; transform: rotate(90deg); }
.ppc:before { content: "×"; }

:-moz-placeholder, ::placeholder {color: #202020 !important;}
.xw-plain .xw-bl, .xw-plain .xw-ml, .xw-plain .xw-tl {background-color: #fff !important;}
.xw-hdr .xw-hdr-text {font-size: 0 !important;}
.pby{position: relative;}
.pby img{position: absolute;bottom: 0;opacity: 0.5;border-radius: 4px;width: 16px !important;height: 16px !important;right: 0;}
.myWinError {font-family: 'Montserrat', sans-serif;font-weight: 700;}
.myWinCont, .myWinCont dl, .myWinCont dt, .myWinCont td {color: #364b73 !important;font-weight: 700 !important;}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb { background: #273c6b; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #0055aa; }
* { scrollbar-width: thin; scrollbar-color: #273c6b #fff; }

.bottom-info-wrapper {background: rgba(0, 0, 0, 0.51) !important;border-radius: 10px !important;max-width: 98% !important;margin: 0 auto 0.5% !important;backdrop-filter: blur(8px) !important;}
.bottom-info-wrapper .bottom-info-button-agree {color: #fff !important;border-radius: 10px !important;background: #000 !important;}
.bottom-info-wrapper .bottom-info-block-content {font-size: 14px !important;font-family: 'Montserrat', sans-serif;}
.bottom-info-wrapper .bottom-info-button-agree {font: 600 0.7em/2 'Montserrat', sans-serif !important;}
.u-mpanel-rating,.u-mpanel-tags {display: none !important;}

.catPages1, .catPages2, .pagesBlock1, .pagesBlock2, .pagesBlockuz1, .pagesBlockuz2 { padding: 35px 0px 0px 0px; border-bottom: 1px solid #dedede; }
span.catPages1, span.catPages2, span.pagesBlock1, span.pagesBlock2, span.pagesBlockuz1, span.pagesBlockuz2 { display: inline-block; }
.catPages1 a, .catPages2 a, .pagesBlock1 a, .pagesBlock2 a, .pagesBlockuz1 a, .pagesBlockuz2 a, .catPages1 b, .catPages2 b, .pagesBlock1 b, .pagesBlock2 b, .pagesBlockuz1 b, .pagesBlockuz2 b { font-weight: bold; padding: 12px 12px 0 12px; color: #b7bac7; background: none; position: relative; }
.catPages1 b, .catPages2 b, .pagesBlock1 b, .pagesBlock2 b, .pagesBlockuz1 b, .pagesBlockuz2 b { color: #000; }
.catPages1 b::after, .catPages2 b::after, .pagesBlock1 b::after, .pagesBlock2 b::after, .pagesBlockuz1 b::after, .pagesBlockuz2 b::after { content: ''; width: 100%; height: 2px; position: absolute; background: #000; bottom: -2px; left: 0px; }
.catPages1 a:hover, .catPages2 a:hover, .pagesBlock1 a:hover, .pagesBlock2 a:hover, .pagesBlockuz1 a:hover, .pagesBlockuz2 a:hover { color: #000; background: none; }
.swchItem.swchItem-prev,.swchItem.swchItem-next {display: none !important;}

.swchItemDots { letter-spacing: 1px; color: #828e96; }
#fancybox-buttons.top {display: none !important;}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {background-image: url(/img/fancybox_sprite.png) !important;}
.fancybox-outer {background: none !important;}
.fancybox-opened .fancybox-outer {box-shadow: none !important;}
#fancybox-overlay {opacity: 1 !important; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); background: rgba(0, 0, 0, 0.54) !important;}
.fancybox-image {border-radius: 10px !important;}
.marquiz__bg {backdrop-filter: blur(8px) !important;background: rgba(0, 0, 0, 0.2) !important;}
.marquiz__frame_open {border-radius: 10px !important;}


#map {
 background: #C8CEDD url('/img/maplog.png') no-repeat center center;
 border-radius: 20px;
 overflow: hidden;
 border: 1px solid #ccc;
 margin-bottom: 40px;
 box-shadow: 0 0 70px #2e3d5f54;
}

.balloon-content {
 padding: 10px;
}

.balloon-content .house-balloon-image {
 max-width: 220px;
 margin-bottom: 10px;
 border-radius: 4px;
}

.balloon-content .house-address {
 margin: 2px 0;
 font-size: 12px;
 font-family: 'Montserrat', sans-serif;
 line-height: 1.2;
}

.balloon-content .house-link {
 display: inline-block;
 padding: 8px 20px;
 background: #273C6B;
 color: white;
 text-decoration: none;
 border-radius: 8px;
 margin-top: 5px;
 transition: background 0.3s;
}
.balloon-content .house-link:hover {
 background: #394767;
}