.header-1{--bar-h: 76px;--bar-h-sm: 60px;--bar-top: .75rem;--bar-side: 1rem;--bar-max: calc(1320px + 100px);--bar-radius: 18px;--glass: rgba(255, 255, 255, .72);--glass-stuck: rgba(255, 255, 255, .88);--edge: rgba(255, 255, 255, .55);position: relative;z-index: 1030}.header-1 .preload *{transition: none !important}.header-1 .header-bar{position: fixed;z-index: 1030;top: var(--bar-top);left: var(--bar-side);right: var(--bar-side);margin-inline: auto;max-width: var(--bar-max);background: var(--glass);backdrop-filter: blur(16px) saturate(180%);-webkit-backdrop-filter: blur(16px) saturate(180%);border: 1px solid var(--edge);border-radius: var(--bar-radius);box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);transition: background .35s ease, box-shadow .35s ease, top .35s cubic-bezier(.19, 1, .22, 1)}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.header-1 .header-bar{background: rgba(255, 255, 255, .97)}}.header-1 .header-bar.is-stuck{top: .375rem;background: var(--glass-stuck);box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .14)}.header-1 .header-inner{height: var(--bar-h);display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;transition: height .35s cubic-bezier(.19, 1, .22, 1)}.header-1 .header-bar.is-stuck .header-inner{height: var(--bar-h-sm)}.header-1 .header-spacer{height: calc(var(--bar-h) + var(--bar-top) * 2)}.header-1 .header-logo{position: relative;z-index: 1020;display: inline-flex;align-items: center;padding-right: 1.5rem}.header-1 .header-logo img{max-width: 190px;height: auto;transition: transform .35s cubic-bezier(.19, 1, .22, 1), opacity .25s}.header-1 .header-bar.is-stuck .header-logo img{transform: scale(.85)}@media (hover: hover) and (pointer: fine){.header-1 .header-logo:hover img{opacity: .75}}.header-1 .header-toggle{position: relative;z-index: 1020;width: 3rem;height: 3rem;padding: 1rem;cursor: pointer}.header-1 .header-toggle > span, .header-1 .header-toggle::before, .header-1 .header-toggle::after{display: block;backface-visibility: hidden;width: 1.5rem;height: .125rem;background: var(--bs-body-color);position: absolute;transform: translate(-50%, -50%);top: 50%;left: 50%;transition: .4s cubic-bezier(.19, 1, .22, 1)}.header-1 .header-toggle::before{content: '';top: 20%}.header-1 .header-toggle::after{content: '';top: 80%}.header-1 .header-checkbox:checked ~ .header-toggle::before{top: 50%;transform: translate(-50%, -50%) rotateZ(135deg)}.header-1 .header-checkbox:checked ~ .header-toggle::after{top: 50%;transform: translate(-50%, -50%) rotateZ(-135deg)}.header-1 .header-checkbox:checked ~ .header-toggle > span{transform: translate(-50%, -50%) rotateY(90deg);opacity: 0}.header-1 .header-toolbar{position: fixed;z-index: 1000;top: var(--bar-top);left: var(--bar-side);right: var(--bar-side);margin-inline: auto;max-width: var(--bar-max);border-radius: var(--bar-radius);border: 1px solid var(--edge);max-height: calc(100dvh - var(--bar-top) * 2);overflow-y: auto;background: rgba(255, 255, 255, .97);backdrop-filter: blur(18px) saturate(180%);-webkit-backdrop-filter: blur(18px) saturate(180%);transform: translateY(-100%);opacity: 0;visibility: hidden;transition: transform .45s cubic-bezier(.19, 1, .22, 1), opacity .35s ease, visibility .45s;padding: calc(var(--bar-h) + 1rem) 1.5rem 2rem;box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12)}.header-1 .header-checkbox:checked ~ .header-toolbar{transform: translateY(0);opacity: 1;visibility: visible}.header-1 .header-contacts{gap: .75rem}.header-1 .header-city, .header-1 .header-tel{display: inline-flex;align-items: center;gap: .45rem;margin: 0;white-space: nowrap;color: var(--bs-body-color);text-decoration: none}.header-1 .header-city{background: none;border: 0;padding: .25rem .5rem;border-radius: 8px;cursor: pointer;transition: background .2s, color .2s}.header-1 .header-city > span{display: inline-block;max-width: 70px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: middle}.header-1 .header-city .cities-caret{font-size: .7em;opacity: .5;color: inherit;transition: transform .2s}@media (hover: hover) and (pointer: fine){.header-1 .header-city:hover{background: rgba(var(--bs-primary-rgb), .08);color: var(--bs-primary)}.header-1 .header-city:hover .cities-caret{transform: translateY(2px)}}.header-1 .header-city i, .header-1 .header-tel i{color: var(--bs-primary);font-size: .875em}.header-1 .header-tel{font-weight: 700;transition: color .25s}@media (hover: hover) and (pointer: fine){.header-1 .header-tel:hover{color: var(--bs-primary)}}.header-1 .header-nav ul{list-style: none;display: flex;flex-direction: column;margin: 0;padding: 0}.header-1 .header-nav li{position: relative}.header-1 .header-nav a{display: block;padding: .625rem .1rem;color: var(--bs-body-color);text-decoration: none;border-bottom: 1px solid rgba(0, 0, 0, .06);transition: color .25s}.header-1 .header-nav li.parent > ul{display: none}.header-1 .header-nav li.parent.open > ul{display: block}.header-1 .header-nav .accordion-toggle{position: absolute;top: .2rem;right: 0;width: 2.25rem;height: 2.25rem;padding: 0;border: none;border-radius: 8px;background: rgba(var(--bs-primary-rgb), .1);color: var(--bs-primary);display: flex;align-items: center;justify-content: center;transition: transform .3s}.header-1 .header-nav li.open > .accordion-toggle{transform: rotateZ(180deg)}@media (min-width: 1200px){.header-1 .header-toolbar{position: static;border: 0;border-radius: 0;box-shadow: none;max-width: none;background: transparent;backdrop-filter: none;-webkit-backdrop-filter: none;transform: none;opacity: 1;visibility: visible;overflow: visible;max-height: none;flex: auto;padding: 0}.header-1 .header-nav > ul{flex-direction: row}.header-1 .header-nav a{border: none}.header-1 .header-nav li.parent > a{padding-right: 1.3rem}.header-1 .header-nav .accordion-toggle{display: none}.header-1 .header-nav > ul > li > a::before{content: '';position: absolute;left: 1rem;right: 1rem;bottom: .2rem;height: 2px;background: var(--bs-primary);transform: scaleX(0);transition: transform .3s cubic-bezier(.19, 1, .22, 1)}.header-1 .header-nav > ul > li:hover > a::before, .header-1 .header-nav > ul > li.active > a::before{transform: scaleX(1)}.header-1 .header-nav > ul > li:hover > a, .header-1 .header-nav > ul > li.active > a{color: var(--bs-primary)}.header-1 .header-nav li.parent > ul, .header-1 .header-nav li.parent.open > ul{display: block}.header-1 .header-nav li ul{position: absolute;z-index: 1000;white-space: nowrap;padding: .5rem;min-width: 100%;border-radius: 12px;border: 1px solid var(--edge);background: rgba(255, 255, 255, .9);backdrop-filter: blur(16px) saturate(180%);-webkit-backdrop-filter: blur(16px) saturate(180%);box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12);opacity: 0;visibility: hidden;pointer-events: none;transform: translateY(10px);transition: opacity .28s ease, transform .28s cubic-bezier(.19, 1, .22, 1), visibility .28s}.header-1 .header-nav > ul > li > ul{top: 100%;left: 0}.header-1 .header-nav li li ul{top: -.5rem;left: 100%;margin-left: .25rem}.header-1 .header-nav li li ul::before{content: '';position: absolute;top: 0;left: -.25rem;width: .25rem;height: 100%}.header-1 .header-nav li.parent:hover > ul, .header-1 .header-nav li.parent:focus-within > ul{opacity: 1;visibility: visible;pointer-events: auto;transform: translateY(0)}.header-1 .header-nav li ul a{border-radius: 8px;padding: .5rem .75rem}.header-1 .header-nav li ul a:hover{background: rgba(var(--bs-primary-rgb), .08);color: var(--bs-primary)}.header-1 .header-nav li.parent > a{padding-right: 1.75rem}.header-1 .header-nav li.parent > a::after{content: '\f107';font-family: "Font Awesome 6 Free";font-weight: 900;font-size: .7rem;position: absolute;top: 50%;right: .5rem;transform: translateY(-50%);transition: transform .3s}.header-1 .header-nav li.parent:hover > a::after{transform: translateY(-50%) rotateZ(180deg)}.header-1 .header-nav li li.parent > a::after{content: '\f105';transform: translateY(-50%)}.header-1 .header-nav li li.parent:hover > a::after{transform: translateY(-50%) translateX(3px)}}@media (min-width: 1400px){.header-1 .header-nav a{padding: .625rem 1rem}}.cities-list{display: grid;grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));gap: .25rem}.cities-item{display: block;padding: .5rem .75rem;border-radius: 8px;color: var(--bs-body-color);text-decoration: none;transition: background .2s, color .2s}.cities-item:hover{background: rgba(var(--bs-primary-rgb), .08);color: var(--bs-primary)}.cities-item.is-active{background: var(--bs-primary);color: var(--bs-primary-text);font-weight: 700}#cities .modal-dialog{max-width: 56rem}.header-1 .breadcrumbs{padding: 1rem 0 .25rem}.header-1 .breadcrumbs .breadcrumb{margin: 0;flex-wrap: wrap}.header-1 .breadcrumbs a{color: var(--bs-secondary-color);text-decoration: none;transition: color .2s}.header-1 .breadcrumbs a:hover{color: var(--bs-primary)}.header-1 .breadcrumbs .breadcrumb-item.active a{color: var(--bs-body-color);pointer-events: none}.header-1 .header-nav li.parent > a[href="#"]{color: var(--bs-secondary-color)}.header-1 .header-nav li:not(.parent) > a[href="#"]{color: var(--bs-secondary-color);opacity: .75;pointer-events: none;cursor: default}.header-1 .header-nav li:not(.parent) > a[href="#"]::after{content: "скоро";display: inline-block;margin-left: .4rem;padding: .05rem .4rem;font-size: .7em;line-height: 1.4;border-radius: .5rem;background: rgba(var(--bs-primary-rgb), .08);color: var(--bs-primary);vertical-align: middle;opacity: .9}@media (prefers-reduced-motion: reduce){.header-1 *, .header-1 *::before, .header-1 *::after{transition: none !important;animation: none !important}}

.home-7{position: relative;padding: 5rem 0 15rem}.home-7 .module-background.image{background-position: center bottom !important}.home-7::after{content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;pointer-events: none;background: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/home-7/003.png') center bottom no-repeat;background-size: cover;z-index: 2}.home-7 .mod-cta{position: relative;z-index: 3}.home-7 .mod-subtitle{margin-bottom: 10rem}.home-7 .mod-title{position: sticky;top: 5rem;z-index: 1}.home-7 .text-center{background: #fff;padding: 1rem}.home-7 .mod-slider{position: relative;z-index: 3}.home-7 .mod-slide{background: #fff;border-radius: 1rem;padding: 1.5rem;height: 12rem;display: flex;align-items: center;justify-content: center;box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .15)}.home-7 .mod-slide img{max-width: 100%;max-height: 100%;width: auto;height: auto;object-fit: contain}.home-7 .owl-nav{margin-top: 1rem;display: flex;gap: .5rem;justify-content: center}.home-7 .owl-nav button.owl-prev, .home-7 .owl-nav button.owl-next{background: var(--bs-primary) !important;color: var(--bs-primary-text) !important;width: 2.5rem;height: 2.5rem;border-radius: 50%;line-height: 1}.home-7 .owl-nav button.owl-prev:hover, .home-7 .owl-nav button.owl-next:hover{opacity: .85}

.price-6{position: relative;z-index: 5;margin-top: -7rem;margin-bottom: 5rem}.price-6 .price-card{position: relative;border: none;border-radius: 1rem;box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.10);transition: transform .2s ease, box-shadow .2s ease}.price-6 .price-card:hover{transform: translateY(-.25rem);box-shadow: 0 .5rem 3rem rgba(0, 0, 0, 0.15)}.price-6 .price-card-featured{border: 2px solid var(--bs-primary)}.price-6 .price-badge{position: absolute;top: 0;right: 1.5rem;transform: translateY(-50%);background: var(--bs-primary)}.price-6 .mod-image{height: 9rem;display: flex;align-items: center;justify-content: center}.price-6 .mod-image img{max-width: 100%;max-height: 100%;width: auto}

.constructor-4{position: relative;padding: 1.5rem 0}.constructor-4 .mod-card{border-radius: 1.25rem;background: #fff;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10), 0px 1px 1px 0px rgba(0, 0, 0, 0.10)}.constructor-4 .image img{max-width: 100%}.constructor-4 .mod-block-1{padding: 1rem 0}.constructor-4 .btn.btn-primary{padding: 0.6rem 1rem;border: 2px solid #EC3737;font-weight: 500}.constructor-4 .mod-dots .mod-dot{width: 0.62rem;height: 0.62rem;border: 1px solid #616160;border-radius: 50%}.constructor-4 .btn.btn-primary.mod-prev{padding: 0.6rem 1rem}.constructor-4 .btn.btn-primary:hover{background: none;color: #EC3737}.constructor-4 .btn.btn-primary > svg path{fill: #fff}.constructor-4 .btn.btn-primary:hover > svg path{fill: #EC3737}.constructor-4 .mod-prev{cursor: pointer}.constructor-4 .mod-dot.active{background: #EC3737;border: 1px solid #EC3737}.constructor-4 .form-check label{cursor: pointer!important}.constructor-4 .form-check-input:checked{background-color: #EC3737;border-color: #EC3737}.constructor-4 .form-check-input:checked[type=radio]{background-image: none}.constructor-4 .image-2 img{max-width: 100%;border-radius: 1.25rem}.constructor-4 .mod-block-2{padding: 0 1.5rem 1rem}.constructor-4 .block-quize, .constructor-4 .block-quize > *, .constructor-4 .block-quize > * > *{cursor: pointer}.constructor-4 .mod-blocks-quize.active{display: flex}.constructor-4 .mod-blocks-quize{display: none}.constructor-4 .mod-choice-block{height: 86%}.constructor-4 .mod-block-2-const{gap: 1.5rem;display: flex;flex-direction: column}.constructor-4 .text-white.custom{background: #EC3737}@media screen and (min-width: 576px){.constructor-4 .btn.btn-primary{padding: 0.6rem 3rem}}@media screen and (min-width: 992px){.constructor-4 .mod-block-1{padding: 1rem 0 1.5rem}.constructor-4 .mod-block-1 .image img{max-height: 340px;width: auto;object-fit: contain}.constructor-4 .mod-block-2{padding: 1.5rem 3rem}.constructor-4 .mod-set{padding: 1rem 5rem 0}.constructor-4 .mod-block-1 .image{position: relative}.constructor-4 .mod-block-1 .image::before{content: '';position: absolute;width: 6px;border-radius: 1rem;height: 60%;right: -1rem;top: 60%;transform: translateY(-50%);background: #EC3737}}

.cases-1 .module-background.image{background-position: center;background-size: cover}.cases-1 .cases-lead{max-width: 46rem;margin-inline: auto}.cases-1 .cases-tabs .nav-link{border: 1px solid rgba(255, 255, 255, .5);border-radius: 2rem;padding: .5rem 1.25rem;color: #fff}.cases-1 .cases-tabs .nav-link.active{background: #fff;border-color: #fff;color: var(--bs-primary)}.cases-1 .case-card{background: #fff;border: 1px solid rgba(11, 11, 18, .08);border-radius: 1.25rem;overflow: hidden;box-shadow: 0 .5rem 1.5rem -.75rem rgba(11, 11, 18, .12);transition: transform .2s ease, box-shadow .2s ease;color: inherit;text-decoration: none}.cases-1 .case-card:hover{transform: translateY(-.35rem);box-shadow: 0 1.25rem 2.5rem -1rem rgba(var(--bs-primary-rgb), .25)}.cases-1 .case-media{display: block;overflow: hidden}.cases-1 .case-media img{width: 100%;height: 100%;object-fit: cover;display: block;transition: transform .4s ease}.cases-1 .case-card:hover .case-media img{transform: scale(1.04)}.cases-1 .case-super .case-media{aspect-ratio: 16 / 10}.cases-1 .case-title-link{color: #202020;text-decoration: none}.cases-1 .case-title-link:hover{color: var(--bs-primary)}.cases-1 .case-metric{display: flex;flex-direction: column;padding: .5rem .75rem;border-radius: .65rem;background: rgba(var(--bs-primary-rgb), .06);min-width: 5rem}.cases-1 .case-metric-val{line-height: 1.1}.cases-1 .case-other .case-media{aspect-ratio: 4 / 3}.cases-1 .case-other-title{display: block;padding: .75rem 1rem}

.module.cases-1{padding:100px 0}

.video-with-announcer-1{position: relative;padding: 6rem 0}.video-with-announcer-1 .text-accept{color: var(--bs-primary)}.video-with-announcer-1 .mod-card{cursor: pointer;border-radius: 1.25rem;overflow: hidden;padding: .7rem;background: #FFF;box-shadow: 0 0 40px rgba(0, 0, 0, 0.10), 0 1px 1px rgba(0, 0, 0, 0.10);transition: transform .25s ease, box-shadow .25s ease}.video-with-announcer-1 .mod-pic{position: relative;border-radius: 1rem;overflow: hidden}.video-with-announcer-1 .mod-pic img{display: block;width: 100%;height: 100%;object-fit: cover}.video-with-announcer-1 .mod-play{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: flex;align-items: center;justify-content: center;width: 5rem;height: 5rem;border-radius: 50%;background: rgba(255, 255, 255, 0.55);transition: background .25s ease, transform .25s ease}.video-with-announcer-1 .mod-play i{margin-left: .25rem}.video-with-announcer-1 .mod-card:hover{transform: translateY(-4px);box-shadow: 0 12px 50px rgba(0, 0, 0, 0.18)}.video-with-announcer-1 .mod-card:hover .mod-play{background: rgba(255, 255, 255, 0.9);transform: translate(-50%, -50%) scale(1.06)}@media screen and (min-width: 992px){.video-with-announcer-1{padding: 7rem 0}.video-with-announcer-1 .mod-card{padding: 1rem}.video-with-announcer-1 .mod-play{width: 6rem;height: 6rem}}

.review-3d-1{position: relative;overflow: hidden}.mod-banner{width:1920px;height: 100vh;position: relative;left:50%;overflow: hidden;transform: translateX(-50%)}.mod-banner .map{position: absolute;left: 50%!important;transform:translateX(-50%);width:1920px;min-width:auto}.mod-banner .map2{width:100% !important}.mod-banner .videos{position:absolute;top:0;right:0;left:0;bottom:0;overflow:hidden;display:none}.mod-banner .videos > video{width:100%;height:100%;object-fit:cover;display:none}.mod-bannermobile{display: none}.mod-banner .homes{position:absolute;top:0;right:0;left:0;bottom:0;overflow:hidden;display:none}.mod-banner .homes > div{width:100%;height:100%;display:none}.review-3d-1 .apartment_item img{max-width: 100%}.mod-banner .panel{position:absolute;left:50%;margin-left:-50vw;width:100vw;top:0;bottom:0;overflow:hidden;display:none;pointer-events: none}@media screen and (min-width: 1920px){.mod-banner .panel{margin-left:-960px;width:1920px}}.mod-banner .panel .switcher{position: absolute;bottom: 1rem;left:1rem;background: #fff;padding:1rem;border-radius: .5rem;pointer-events: all}.mod-banner .panel .switcher > div{display: flex;justify-content: space-between;gap:1rem;align-items: center;margin:.5rem 0}.mod-banner .panel .wrap{width: 800px;position: absolute;height: fit-content;bottom: 1rem;background: #EFF3F5;border-radius: .5rem;padding: 1rem;right: 1rem;overflow: auto;pointer-events: all}.mod-banner .panel .wrap .areas{max-height: 385px}.mod-banner .panel .apartment{display: flex;align-items: center;justify-content: center}.mod-banner .panel .apartment img{height: 270px}.mod-banner .buttondown__wrap{position: absolute;left: 50%;display: flex;transform: translateX(-50%);flex-direction: column;align-items: center;background: #00393E;padding: 3rem 7rem 4.8rem 7rem;bottom: -10%}body:not(.home) .mod-banner .buttondown__wrap{bottom: -10%}body:not(.home) .mod-banner{height: auto;overflow: visible}body:not(.home) .bg{width: 100%;height: 100%}body:not(.home) .bg img{height: 100%}.mod-banner .buttondown__wrap .svg__wrap{position: absolute;bottom: -45%}.mod-banner .svg__wrap::before{content: "";position: absolute;width: 95%;height: 95%;left: 50%;top: 50%;transform: translate(-50%, -50%) rotate(45deg)!important;background: white;z-index: -1}.mod-banner .detail dl{display: flex;justify-content: space-between}.mod-banner .detail dl:not(:first-child){border-bottom: dashed 2px #00393E;margin-bottom: 0.2rem}.mod-banner area{cursor: pointer}area[data-home="1"]:hover::before{opacity: 1;margin: -160px 0 0 -320px}area[data-home="2"]:hover::before{opacity: 1;margin: -260px 0 0 -290px}area[data-home="3"]:hover::before{opacity: 1;margin: -340px 0 0 -270px}area[data-home="4"]:hover::before{opacity: 1;margin: -370px 0 0 -80px}area[data-home="5"]:hover::before{opacity: 1;margin: -350px 0 0 110px}area[data-home="6"]:hover::before{opacity: 1;margin: -270px 0 0 130px}area[data-home="7"]:hover::before{opacity: 1;margin: -180px 0 0 150px}area[data-home="8"]:hover::before{opacity: 1;margin: -40px 0 0 -80px}area[data-home="9"]:hover::before{opacity: 1;margin: -60px 0 0 500px}area[data-home="10"]:hover::before{opacity: 1;margin: -130px 0 0 -650px}area[data-home="1"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/1.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -200px 0 0 -320px;opacity: 0;transition: 0.5s}area[data-home="2"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/2.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -300px 0 0 -290px;opacity: 0;transition: 0.5s}area[data-home="3"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/3.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -380px 0 0 -270px;opacity: 0;transition: 1s}area[data-home="4"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/4.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -410px 0 0 -80px;opacity: 0;transition: 1s}area[data-home="5"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/5.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -390px 0 0 110px;opacity: 0;transition: 1s}area[data-home="6"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/6.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -310px 0 0 130px;opacity: 0;transition: 1s}area[data-home="7"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/7.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -220px 0 0 150px;opacity: 0;transition: 1s}area[data-home="8"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/8.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -80px 0 0 -80px;opacity: 0;transition: 1s}area[data-home="9"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/9.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -100px 0 0 500px;opacity: 0;transition: 1s}area[data-home="10"]::before{content: '';background-image: url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/housenumber/10.svg');pointer-events: none;background-repeat: no-repeat;background-size: contain;width: 100px;height: 100px;position: absolute;top: 50%;left: 50%;margin: -170px 0 0 -650px;opacity: 0;transition: 1s}.mod-banner .panel .apartment .apartment_item a[data-lightbox="lightbox"] img{height: fit-content;position: absolute;right: -1rem;bottom: -0.5rem;transition: 0.5s}.mod-banner .panel .apartment .apartment_item{position: relative}.mod-banner .panel .apartment .apartment_item a[data-lightbox="lightbox"] img:hover{opacity: 0.8}.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/lightbox/loading.gif') no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/lightbox/prev.png') left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/lightbox/next.png') right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url('/assets/images/pages/sajty-dlya-zhilykh-kompleksov/review-3d-1/lightbox/close.png') top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

.marketer-award-1{position: relative;overflow: hidden;background: url('/assets/images/pages/home/157.jpg') left bottom no-repeat;background-size: auto 90%}.marketer-award-1 .mod-panel{background: rgba(255, 255, 255, .88);-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);border-radius: 1.5rem;padding: 2rem}.marketer-award-1 .mod-statue{width: 100%;max-width: 6rem;height: auto;display: block;transform: rotate(-10deg)}.marketer-award-1 .mod-title{margin-bottom: .5rem}.marketer-award-1 .mod-sub-title{margin-bottom: 0;line-height: 1.45}.marketer-award-1 .owl-item{transition: opacity .5s;opacity: 0}.marketer-award-1 .owl-item.opacItem, .marketer-award-1 .owl-item.active{opacity: 1}.marketer-award-1 .owl-carousel img{max-width: 100%;max-height: 42vh;width: auto;margin-inline: auto;border-radius: 1rem}.marketer-award-1 .owl-stage-outer{overflow: hidden}.marketer-award-1 .mod-counter .mod-allItems{color: rgba(0, 0, 0, .32)}.marketer-award-1 .btns{gap: 1rem}.marketer-award-1 .btns .btn{width: 3rem;height: 3rem;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 2px solid rgba(0, 0, 0, .28)}.marketer-award-1 .btns .btn:hover{border-color: #000}@media (max-width: 767.98px){.module.marketer-award-1.vh100{height: auto !important;max-height: none !important;min-height: auto !important}.marketer-award-1{background-size: cover}.marketer-award-1 .owl-carousel{display: block}.marketer-award-1 .owl-carousel > a{display: block;margin-bottom: 1rem}.marketer-award-1 .owl-carousel img{width: 100%;max-height: none;height: auto}.marketer-award-1 .mod-header-owl{display: none !important}}@media (max-width: 575.98px){.marketer-award-1 .mod-panel{padding: 1.25rem;border-radius: 1rem}.marketer-award-1 .mod-statue-col, .marketer-award-1 .mod-copy{width: 100%}.marketer-award-1 .mod-statue{max-width: 4.5rem;margin-inline: auto}}

.module.marketer-award-1{padding:50px 0}

.mortgage-calculator-1{position: relative;padding: 3rem 0;overflow: hidden}.mortgage-calculator-1 .decor{position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 0;max-width: 28%;pointer-events: none}.mortgage-calculator-1 .decor img{max-width: 100%;height: auto}.mortgage-calculator-1 .mod-text{position: relative;z-index: 2}.mortgage-calculator-1 .image{position: relative;z-index: 1}.mortgage-calculator-1 .image img{max-width: 100%;height: auto}@media screen and (min-width: 992px){.mortgage-calculator-1{padding: 5rem 0}.mortgage-calculator-1 .image{margin-right: -3rem}.mortgage-calculator-1 .image img{max-width: none;width: 100%}}

.director-address-1{position: relative;overflow: hidden;background: var(--bs-light)}.director-address-1 .container{padding-top: 4rem;padding-bottom: 4rem}.director-address-1 .mod-pic{position: relative;display: flex;justify-content: center;align-items: flex-end;border-radius: 1.5rem;overflow: hidden;background: linear-gradient(160deg, rgba(var(--bs-primary-rgb), 0.10), rgba(var(--bs-primary-rgb), 0.02))}.director-address-1 .mod-pic img{display: block;max-height: 32rem;width: auto}.director-address-1 .mod-quote{position: relative;padding-left: 1.5rem;border-left: .25rem solid var(--bs-primary)}.director-address-1 .mod-video{display: inline-flex;align-items: center;gap: 1rem;cursor: pointer;padding: .5rem;border-radius: 1rem;background: var(--bs-body-bg);box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);transition: box-shadow .2s ease, transform .2s ease}.director-address-1 .mod-video:hover{box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .14);transform: translateY(-.125rem)}.director-address-1 .mod-thumb{flex: 0 0 auto;width: 9rem;height: 6rem;border-radius: .75rem;overflow: hidden}.director-address-1 .mod-thumb img{width: 100%;height: 100%;object-fit: cover}.director-address-1 .mod-play{width: 2.75rem;height: 2.75rem;border-radius: 50%;background: var(--bs-primary);display: flex;align-items: center;justify-content: center;box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .25)}.director-address-1 .mod-play i{margin-left: .15rem}.director-address-1 .mod-video-label{display: flex;flex-direction: column;padding-right: 1rem}

.stages-of-creation-1{position: relative;padding: 5rem 0}.stages-of-creation-1 .stage-card{border: 1px solid rgba(0, 0, 0, 0.05);box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);overflow: hidden;transition: transform .2s ease, box-shadow .2s ease}.stages-of-creation-1 .stage-card:hover{transform: translateY(-.35rem);box-shadow: 0 0 50px 0 rgba(236, 55, 55, 0.25)}.stages-of-creation-1 .stage-num{position: absolute;top: .75rem;right: 1.25rem;opacity: .14}.stages-of-creation-1 .stage-title{position: relative;z-index: 1}

.print-button-1{position: relative;padding: 5rem 0 0}.print-button-1 .module-background.image{background-size: 100% 100% !important;background-repeat: no-repeat}.print-button-1 .image img{max-width: 75%}.print-button-1 .mod-decor{border-radius: 1.25rem;background: #EC3737;color: #FFF;text-align: center;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);box-shadow: 0px 0px 40px 0px rgba(236, 55, 55, 0.10), 0px 1px 1px 0px rgba(236, 55, 55, 0.10)}.print-button-1 .mod-accept{background: #ffffff83}@media screen and (min-width: 992px){.print-button-1{padding: 5rem 0}}@media screen and (min-width: 1200px){.print-button-1 .image img{max-width: 100%}}@media screen and (min-width: 1200px){.print-button-1{padding: 10rem 0 3rem;margin-top: 5rem}}@media screen and (min-width: 1400px){.print-button-1 .mod-accept{background: none}}

.weight-of-gold-1{position: relative;overflow: hidden;background: url('/assets/images/pages/home/weight-of-gold-1/01.jpg') right bottom no-repeat;background-size: auto 90%}.weight-of-gold-1 .mod-panel{background: rgba(255, 255, 255, .88);-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);border-radius: 1.5rem;padding: 2rem}.weight-of-gold-1 .mod-statue{width: 100%;max-width: 6rem;height: auto;display: block;transform: rotate(-10deg)}.weight-of-gold-1 .mod-title{margin-bottom: .5rem}.weight-of-gold-1 .mod-sub-title{margin-bottom: 0;line-height: 1.45}.weight-of-gold-1 .owl-item{transition: opacity .5s;opacity: 0}.weight-of-gold-1 .owl-item.opacItem, .weight-of-gold-1 .owl-item.active{opacity: 1}.weight-of-gold-1 .owl-carousel img{max-width: 100%;max-height: 42vh;width: auto;margin-inline: auto;border-radius: 1rem}.weight-of-gold-1 .owl-stage-outer{overflow: hidden}.weight-of-gold-1 .mod-counter .mod-allItems{color: rgba(0, 0, 0, .32)}.weight-of-gold-1 .btns{gap: 1rem}.weight-of-gold-1 .btns .btn{width: 3rem;height: 3rem;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 2px solid rgba(0, 0, 0, .28)}.weight-of-gold-1 .btns .btn:hover{border-color: #000}@media (max-width: 767.98px){.weight-of-gold-1 .owl-carousel{display: block}.weight-of-gold-1 .owl-carousel > a{display: block;margin-bottom: 1rem}.weight-of-gold-1 .owl-carousel img{width: 100%;max-height: none;height: auto}.weight-of-gold-1 .mod-header-owl{display: none !important}}

.module.weight-of-gold-1{padding:50px 0}

.fine-declaration-1{position: relative;overflow: hidden;padding: 5rem 0}.fine-declaration-1 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;z-index: -1}.fine-declaration-1 .parallaxScene .item-1{position: absolute;bottom: 2%;left: 88%}.fine-declaration-1 .parallaxScene .item-2{position: absolute;bottom: 67%;left: 79%}.fine-declaration-1 .parallaxScene .item-3{position: absolute;bottom: 30%;left: 34%}.fine-declaration-1 .image img{width: 70%}.fine-declaration-1 .block-castom{position: relative;border-radius: 1.25rem}.fine-declaration-1 .block-castom::before{content: '';position: absolute;width: 100%;height: 70%;left: 0;transform: translateY(-50%);top: 50%;border-radius: 10px;background: #ec3737;z-index: -10}@media screen and (min-width: 992px){.fine-declaration-1 .block-castom::before{content: none}.fine-declaration-1{padding: 0}.fine-declaration-1 .container{padding: 22rem 0}.fine-declaration-1 .module-background.image{background-position: center !important}}

.dont-use-layouts-1{position: relative;padding-top: 2rem}.dont-use-layouts-1 .mod-bgg{background: #ffffff93}.dont-use-layouts-1 .image img{max-width: 100%}@media screen and (min-width: 992px){.dont-use-layouts-1 .mod-bgg{background: none}}@media screen and (min-width: 1400px){.dont-use-layouts-1 .image img{max-width: none}}

.drone-photography-1{margin: 4rem 0}.drone-photography-1 .mod-title{margin-bottom: 2rem}.drone-photography-1 .text-accept{color: var(--bs-primary)}.drone-photography-1 .mod-pic img{width: 100%}.drone-photography-1 .mod-drone{max-width: 300px;margin: 0 auto}@media screen and (min-width: 992px){.drone-photography-1 .mod-drone{margin: 0}}

.bank-integration-1{position: relative;margin: 5rem 0}.bank-integration-1 .image img{width: 100%}.bank-integration-1 .owl-nav{width: 100%;left: 0%;top: 155%}.bank-integration-1 .mod-slider{width: 90%}.bank-integration-1 .image-2 img{max-width: 100%;position: absolute;left: -10%;bottom: -55%}@media screen and (min-width: 576px){.bank-integration-1 .owl-nav{width: 122%;left: -11%;top: 16%}}@media screen and (min-width: 1400px){.bank-integration-1 .mod-title{margin-top: 4.12rem}}

.stripes-1{position: relative;padding: 7rem 0;overflow: hidden}@media screen and (min-width: 992px){.stripes-1{margin: 10rem 0 5rem}}

.crm-integration-1{position: relative;margin: 5rem 0}.crm-integration-1 .mod-icon{width: 3.5rem;height: 3.5rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: var(--bs-primary)}.crm-integration-1 .mod-icon i{font-size: 1.5rem;line-height: 1}.crm-integration-1 .mod-pic{max-width: 100%;height: auto}

.med-marketing-1{position: relative;overflow: hidden;background: url('/assets/images/pages/home/med-marketing-1/01.jpg') left bottom no-repeat;background-size: auto 90%}.med-marketing-1 .mod-panel{background: rgba(255, 255, 255, .88);-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);border-radius: 1.5rem;padding: 2rem}.med-marketing-1 .mod-statue{width: 100%;max-width: 6rem;height: auto;display: block;transform: rotate(-10deg)}.med-marketing-1 .mod-title{margin-bottom: .5rem}.med-marketing-1 .mod-sub-title{margin-bottom: 0;line-height: 1.45}.med-marketing-1 .owl-item{transition: opacity .5s;opacity: 0}.med-marketing-1 .owl-item.opacItem, .med-marketing-1 .owl-item.active{opacity: 1}.med-marketing-1 .owl-carousel img{max-width: 100%;max-height: 42vh;width: auto;margin-inline: auto;border-radius: 1rem}.med-marketing-1 .owl-stage-outer{overflow: hidden}.med-marketing-1 .mod-counter .mod-allItems{color: rgba(0, 0, 0, .32)}.med-marketing-1 .btns{gap: 1rem}.med-marketing-1 .btns .btn{width: 3rem;height: 3rem;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 2px solid rgba(0, 0, 0, .28);color: #000}.med-marketing-1 .btns .btn:hover{border-color: #000}@media (max-width: 767.98px){.module.med-marketing-1.vh100{height: auto !important;max-height: none !important;min-height: auto !important}.med-marketing-1{background-size: cover}.med-marketing-1 .owl-carousel{display: block}.med-marketing-1 .owl-carousel > a{display: block;margin-bottom: 1rem}.med-marketing-1 .owl-carousel img{width: 100%;max-height: none;height: auto}.med-marketing-1 .mod-header-owl{display: none !important}}@media (max-width: 575.98px){.med-marketing-1 .mod-panel{padding: 1.25rem;border-radius: 1rem}.med-marketing-1 .mod-statue-col, .med-marketing-1 .mod-copy{width: 100%}.med-marketing-1 .mod-statue{max-width: 4.5rem;margin-inline: auto}}

.module.med-marketing-1{padding:50px 0}

.property-size-1{position: relative;margin: 5rem 0}.property-size-1 .mod-subtitle{margin-bottom: 4.37rem}.property-size-1 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;z-index: -1}.property-size-1 .parallaxScene .item-1{position: absolute;bottom: -3%;left: 31%}.property-size-1 .parallaxScene .item-2{position: absolute;bottom: 12%;left: 20%}.property-size-1 .parallaxScene .item-3{position: absolute;bottom: 6%;left: -16%}.property-size-1 .parallaxScene .item-4{position: absolute;bottom: 56%;left: 6%;z-index: -1}.property-size-1 .parallaxScene .item-5{position: absolute;bottom: 56%;left: -24%;z-index: -1}.property-size-1 .mod-accept{background: #ffffff93}.property-size-1 .image img{max-width: 100%}@media screen and (min-width: 992px){.property-size-1{padding: 4.3rem 0 31.7rem}}@media screen and (min-width: 1200px){.property-size-1 .parallaxScene .item-1{left: 43%}.property-size-1 .mod-accept{background: none}}

.haunting-advertisement-1{position: relative;margin: 5rem 0}.haunting-advertisement-1 .module-background.image{background-position: center bottom !important}.haunting-advertisement-1 .mod-title{margin-bottom: 4.37rem}.haunting-advertisement-1 .h5{font-weight: normal}.haunting-advertisement-1 .image img{max-width: 100%}.haunting-advertisement-1 .mod-accept{background: #ffffff94}@media screen and (min-width: 992px){.haunting-advertisement-1{padding: 1rem 0}.haunting-advertisement-1 .mod-accept{background: none}}

.federal-channels-1 .fc-inner{position: relative}.federal-channels-1 .fc-wrap{position: relative;z-index: 1}@media (max-width: 767.98px){.module.federal-channels-1{padding-top: 50px !important}}.federal-channels-1 .fc-bg{position: absolute;top: 50%;right: -2%;transform: translateY(-50%);max-width: 46%;opacity: .5;z-index: 0;pointer-events: none}.federal-channels-1 .fc-mic{position: absolute;z-index: 2;pointer-events: none;filter: drop-shadow(0 .75rem 1.25rem rgba(0, 0, 0, .18))}.federal-channels-1 .fc-mic-1{width: 5.5rem;top: -1.75rem;right: 6%;animation: fc-float 6s ease-in-out infinite}.federal-channels-1 .fc-mic-2{width: 4.25rem;bottom: -1.25rem;right: 52%;animation: fc-float 7.5s ease-in-out infinite .8s}@keyframes fc-float{0%, 100%{transform: translateY(0) rotate(-5deg)}50%{transform: translateY(-14px) rotate(5deg)}}.federal-channels-1 .fc-count-label{max-width: 12rem;line-height: 1.2}.federal-channels-1 .fc-channel{padding: .3rem .85rem;border: 1px solid rgba(var(--bs-primary-rgb), .25);border-radius: 2rem;background: rgba(var(--bs-primary-rgb), .05);white-space: nowrap}.federal-channels-1 .fc-video{text-decoration: none}.federal-channels-1 .fc-video-img{border-radius: .85rem;overflow: hidden;background: #000;box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .12)}.federal-channels-1 .fc-video-img img{width: 100%;height: 100%;object-fit: cover;transition: transform .35s ease}.federal-channels-1 .fc-video:hover .fc-video-img img{transform: scale(1.06)}.federal-channels-1 .fc-play{background: rgba(0, 0, 0, .2);transition: background .3s ease}.federal-channels-1 .fc-video:hover .fc-play{background: rgba(var(--bs-primary-rgb), .6)}.federal-channels-1 .fc-video-title{transition: color .2s ease}.federal-channels-1 .fc-video:hover .fc-video-title{color: var(--bs-primary)}.federal-channels-1{position: relative;overflow: hidden}.federal-channels-1 .fc-director{margin: 1.5rem auto 0;max-width: 22rem}.federal-channels-1 .fc-director img{display: block;width: 100%;height: auto}@media (min-width: 992px){.federal-channels-1 .fc-director{position: absolute;right: 0;bottom: 0;margin: 0;z-index: 2;max-width: min(26rem, 30vw);pointer-events: none}}

.module.federal-channels-1{padding:100px 0}

.augmented-reality-1{position: relative;padding-top: 5rem;margin: 5rem 0}.augmented-reality-1 .image img{max-width: 100%;height: auto}.augmented-reality-1 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;z-index: -1}.augmented-reality-1 .parallaxScene .item-1{position: absolute;bottom: 41%;left: -3%}.augmented-reality-1 .parallaxScene .item-2{position: absolute;bottom: 4%;left: 22%}.augmented-reality-1 .parallaxScene .item-3{position: absolute;bottom: 6%;left: 33%}

.published-book-1 .book-cover{max-width: 460px;width: 100%;height: auto;transform: rotate(-8deg)}.published-book-1 .book-text{text-align: right}.published-book-1 .book__buy{flex: 0 0 auto;white-space: nowrap}.published-book-1 .book__audio{display: flex;align-items: center;gap: 16px;max-width: 600px;margin: 26px 0 0 auto;padding: 14px 18px;background: #fff;border: 1px solid rgba(0, 0, 0, .08);border-radius: 16px;box-shadow: 0 18px 44px rgba(0, 0, 0, .10);text-align: left}.published-book-1 .book__audio-btn{flex: 0 0 auto;width: 54px;height: 54px;border-radius: 50%;background: var(--bs-primary);border: none;cursor: pointer;display: inline-flex;align-items: center;justify-content: center;transition: .2s}.published-book-1 .book__audio-btn:hover{background: var(--bs-primary-hover);transform: scale(1.06)}.published-book-1 .book__audio-btn svg{width: 22px;height: 22px;fill: #fff;display: block}.published-book-1 .book__audio-btn .ic-pause{display: none}.published-book-1 .book__audio.is-playing .ic-play{display: none}.published-book-1 .book__audio.is-playing .ic-pause{display: block}.published-book-1 .book__audio-body{flex: 1 1 auto;min-width: 0}.published-book-1 .book__audio-label{margin-bottom: 9px}.published-book-1 .book__audio-bar{height: 6px;border-radius: 4px;background: rgba(0, 0, 0, .1);position: relative;overflow: hidden;cursor: pointer}.published-book-1 .book__audio-fill{position: absolute;left: 0;top: 0;bottom: 0;width: 0;background: var(--bs-primary);border-radius: 4px;transition: width .1s linear}.published-book-1 .book__audio-meta{display: flex;justify-content: space-between;gap: 12px;margin-top: 9px}.published-book-1 .book__audio-time{flex: 0 0 auto;font-variant-numeric: tabular-nums}@media (max-width: 991px){.published-book-1 .book-text{text-align: left}.published-book-1 .book-cover{max-width: 320px}.published-book-1 .book__audio{margin-left: 0;max-width: none}}

.module.published-book-1{padding:50px 0}

.seo-promotion-1{position: relative}.seo-promotion-1 .mod-head{max-width: 52rem}.seo-promotion-1 .mod-text{max-width: 46rem;margin-left: auto;margin-right: auto}.seo-promotion-1 .mod-card{background: #fff;border: 1px solid rgba(var(--bs-primary-rgb), .12);border-radius: 1.25rem;box-shadow: 0 .25rem 1.5rem rgba(0, 0, 0, .05);transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease}.seo-promotion-1 .mod-ico{display: inline-flex;align-items: center;justify-content: center;width: 4.5rem;height: 4.5rem;border-radius: 50%;background: rgba(var(--bs-primary-rgb), .1)}@media (hover: hover) and (pointer: fine){.seo-promotion-1 .mod-card:hover{transform: translateY(-.35rem);box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, .1);border-color: rgba(var(--bs-primary-rgb), .35)}}

.module.seo-promotion-1{padding:100px 0}

.personal-consultation-1{position: relative;padding: 2.5rem 0;margin: 5rem 0}.personal-consultation-1 .die{width: fit-content;border-radius: 0.62rem;border: 1px solid rgba(236, 55, 55, 0.01);background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), rgba(236, 55, 55, 0.70);backdrop-filter: blur(7.5px)}.personal-consultation-1 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;z-index: -1}.personal-consultation-1 .parallaxScene .item-1{position: absolute;bottom: -9%;left: 17%;width: 40rem}.personal-consultation-1 .parallaxScene .item-2{position: absolute;bottom: 34%;left: 3%}.personal-consultation-1 .parallaxScene img{max-width: 100%}.personal-consultation-1 .image img{max-width: 100%}@media screen and (min-width: 992px){.personal-consultation-1{padding: 2.5rem 0 31rem}.personal-consultation-1 .module-background.image{background-position: center bottom !important}}.personal-consultation-1 .title .text-danger, .personal-consultation-1 .subtitle .text-danger{color: #EC3737 !important}

.our-capabilities-1{position: relative;overflow: hidden;margin: 5rem 0}.our-capabilities-1 .mod-text{max-width: 70%}.our-capabilities-1 .mod-card{z-index: 1;padding: 2rem;overflow: hidden;height: 25rem;border-radius: 1.25rem;background: #fff;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10), 0px 1px 1px 0px rgba(0, 0, 0, 0.10)}.our-capabilities-1 .image img{top: 0;z-index: 0;height: 100%}.our-capabilities-1 .mod-glav{position: relative;z-index: 1}.our-capabilities-1 .num{pointer-events: none}.our-capabilities-1 .num-0{left: 0;transform: translateY(-50%);top: 50%}.our-capabilities-1 .num-1{right: 0;transform: translateY(-50%);top: 50%}.our-capabilities-1 .num-2{left: 0;transform: translateY(-50%);top: 50%}.our-capabilities-1 .num-3{right: 0;transform: translateY(-50%);top: 50%}.our-capabilities-1 .num-4{left: 0;transform: translateY(-50%);top: 50%}.our-capabilities-1 .num-5{right: 0;transform: translateY(-50%);top: 50%}.our-capabilities-1 .image__mobal{position: absolute;z-index: -1;bottom: 0;right: 0}@media screen and (min-width: 768px){.our-capabilities-1 .mod-card{padding: 2rem 7rem}}@media screen and (min-width: 992px){.our-capabilities-1 .mod-glav{background: #ffffff69}.our-capabilities-1 .mod-text{max-width: none}}@media screen and (min-width: 1200px){.our-capabilities-1 .mod-glav{background: none}.our-capabilities-1 .num{pointer-events: none}.our-capabilities-1 .num-0{left: -11rem;transform: translateY(-50%);top: 50%}.our-capabilities-1 .num-1{right: -11rem;transform: translateY(-50%);top: 50%}.our-capabilities-1 .num-2{left: -11rem;transform: translateY(-50%);top: 39%;z-index: 2}.our-capabilities-1 .card-2{z-index: 3}.our-capabilities-1 .num-3{right: -12rem;transform: translateY(-50%);top: 39%;z-index: 4}.our-capabilities-1 .card-3{z-index: 5}.our-capabilities-1 .num-4{left: -11rem;transform: translateY(-50%);top: 30%;z-index: 6}.our-capabilities-1 .card-4{z-index: 7}.our-capabilities-1 .num-5{right: -11rem;transform: translateY(-50%);top: 27%;z-index: 8}.our-capabilities-1 .card-5{z-index: 8}}

.fly-1{position: relative;overflow: hidden;margin: 5rem 0}.fly-1 .image img{max-width: 100%}.fly-1 .mod-top, .fly-1 .mod-bottom{position: absolute;transform: translateX(-50%);left: 50%;z-index: -1}.fly-1 .mod-top{top: 0}.fly-1 .mod-bottom{bottom: -1rem}.fly-1 .mod-video{margin: 10rem 0 7rem}.fly-1 .mod-play{cursor: pointer}.fly-1 .mod-play:hover{animation: fly-1-play 4s infinite}@media screen and (min-width: 319px){.fly-1 .mod-text{background: none;padding-bottom: 0;padding-top: 1rem}}.fly-1 .mod-text{background: #ffffffb6;padding-bottom: 1rem}@media screen and (min-width: 992px){.fly-1 .mod-video{margin: 22rem 0 7rem}}@media scree and (max-width: 319px){.fly-1 .mod-text{background: none;padding-bottom: 0;padding-top: 1rem}}@keyframes fly-1-play{0%{transform: scale(1) rotate(0deg)}25%{transform: scale(1.2) rotate(20deg)}50%{transform: scale(1) rotate(0deg)}75%{transform: scale(.8) rotate(-20deg)}100%{transform: scale(1) rotate(0deg)}}

.integration-1{position: relative;margin: 5rem 0 0;padding: 0 0 5rem}.integration-1 .mod-card{border-radius: 1.25rem;overflow: hidden;width: fit-content;background: #fff;box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.10), 0px 10px 10px 0px rgba(0, 0, 0, 0.10)}.integration-1 .h5{font-weight: normal}.integration-1 .mod-options-li{color: rgba(0, 0, 0, 0.50)}.integration-1 .mod-address{color: rgba(0, 0, 0, 0.50)}.integration-1 .card-image img{max-width: 100%}.integration-1 .image img{max-width: 100%}.integration-1 .parallaxScene{position:absolute;bottom:0;top:0;left:0;right:0;z-index: 1}.integration-1 .parallaxScene .item-1{position:absolute;bottom: 2%;left: 35%}@media screen and (min-width: 768px){.integration-1 .card-0{margin-right: 1rem}}@media screen and (min-width: 1200px){.integration-1 .card-0{margin-right: 0}.integration-1 .image{margin-top: 12rem}.integration-1 .card-1{margin-top: -11rem;position: relative;left: 6rem;z-index: -1}}

.services-map-1 .module-background.image{background-size: 100% 100%}.services-map-1 .services-tile{border: 1px solid rgba(0, 0, 0, .08);border-radius: 1rem;background: var(--bs-body-bg);cursor: pointer;transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease}.services-map-1 .services-tile:hover{transform: translateY(-4px);box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .08);border-color: var(--bs-primary)}.services-map-1 .tile-ico{display: inline-flex;align-items: center;justify-content: center;width: 3.25rem;height: 3.25rem;flex: 0 0 auto;border-radius: .85rem;background: rgba(var(--bs-primary-rgb), .1);color: var(--bs-primary)}.services-map-1 .tile-title{line-height: 1.15}.services-map-1 .tile-list li{padding-block: .4rem;border-top: 1px solid rgba(0, 0, 0, .05)}.services-map-1 .tile-list > li:first-child{border-top: 0}.services-map-1 .tile-list a{color: var(--bs-body-color);text-decoration: none;transition: color .2s ease, padding-left .2s ease;display: inline-flex;align-items: center;gap: .5rem}.services-map-1 .tile-list a::before{content: "\f105";font-family: "Font Awesome 6 Free";font-weight: 900;color: var(--bs-primary);opacity: 0;transition: opacity .2s ease}.services-map-1 .tile-list a:hover{color: var(--bs-primary);padding-left: .35rem}.services-map-1 .tile-list a:hover::before{opacity: 1}.services-map-1 .svc-soon{opacity: .75}.services-map-1 .svc-soon::after{content: "скоро";display: inline-block;margin-left: .4rem;padding: .05rem .4rem;border-radius: .5rem;background: rgba(var(--bs-primary-rgb), .08);color: var(--bs-primary);vertical-align: middle;opacity: .9}.services-map-1 .tile-sublist{margin: .25rem 0 .25rem 1.35rem;padding-left: .75rem;border-left: 2px solid rgba(var(--bs-primary-rgb), .15)}.services-map-1 .tile-sublist li{padding-block: .2rem;border: 0}.services-map-1 .services-tile--accent{border-color: var(--bs-primary);background: linear-gradient(180deg, rgba(var(--bs-primary-rgb), .07), rgba(var(--bs-primary-rgb), .02));box-shadow: 0 .5rem 1.5rem rgba(var(--bs-primary-rgb), .1)}.services-map-1 .services-tile--accent .tile-ico{background: var(--bs-primary);color: var(--bs-primary-text)}.services-map-1 .services-tile--accent:hover{box-shadow: 0 1rem 2.5rem rgba(var(--bs-primary-rgb), .18)}.services-map-1 .services-map--compact .services-tile{border: 0;border-radius: 0;background: transparent;padding: 0 !important}.services-map-1 .services-map--compact .services-tile:hover{transform: none;box-shadow: none}.services-map-1 .services-map--compact .tile-ico{width: 2.5rem;height: 2.5rem;border-radius: .6rem}.services-map-1 .services-map--compact .tile-list li{border-top: 0;padding-block: .2rem}.services-map-1 .svc-toggle{text-decoration: none;color: inherit;cursor: pointer}.services-map-1 .svc-toggle:hover .tile-title{color: var(--bs-primary)}.services-map-1 .svc-caret{transition: transform .2s ease}.services-map-1 .svc-toggle:not(.collapsed) .svc-caret{transform: rotate(180deg)}

.module.services-map-1{padding:80px 0}

.article-1{padding: 5rem 0}.article-1 .article-body{height: 400px;overflow: hidden;position: relative;max-width: 1320px}.article-1 .article-body::after{content: '';position: absolute;right: 0;bottom: 0;left: 0;height: 200px;background: linear-gradient(to top, var(--bs-body-bg), rgba(255, 255, 255, 0));pointer-events: none}.article-1 .article-checkbox:checked ~ .article-schema .article-body{height: auto}.article-1 .article-checkbox:checked ~ .article-schema .article-body::after{background: none}.article-1 .article-checkbox{position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0}.article-1 .article-checkbox:focus-visible + .article-label{box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .25)}.article-1 .label-less{display: none}.article-1 .article-checkbox:checked + .article-label .label-more{display: none}.article-1 .article-checkbox:checked + .article-label .label-less{display: inline}.article-1 .article-body .body, .article-1 .article-body{line-height: 1.5}.article-1 .article-body p{margin-bottom: 1rem}.article-1 .article-body h2{margin-bottom: 1.5rem}.article-1 .article-body th, .article-1 .article-body td{border: 1px solid #000;padding: 8px;text-align: left}.article-1 .article-body img{max-width: 100%;height: auto}@media (prefers-reduced-motion: reduce){.article-1 *{animation: none !important;transition: none !important}}

.form-min-1{position: relative;overflow-x: clip;padding-top: 100px;padding-bottom: 100px;display: flex;flex-direction: column;justify-content: center}.form-min-1 > .container{flex: 1 1 auto;display: flex;flex-direction: column}@media (min-width: 768px){.form-min-1 .h-md-100{height: 100% !important}}.form-min-1 .skew{position: relative;overflow: hidden}.form-min-1 .skew-background{height: 100%;overflow-x: hidden}.form-min-1 .skew-background-external{position: absolute;transform: translateX(-50%);left: 50%;bottom: 0;top: 25px;display: flex;align-items: flex-end}@media (min-width: 768px){.form-min-1 .skew-content{float: right;width: 100%;max-width: calc(660px - var(--bs-gutter-x));height: 100%}.form-min-1 .skew-background{border: solid var(--bs-primary);border-width: 0 0 0 24px;transform-origin: 50% 100% 0;transform: skewX(-20deg)}.form-min-1 .skew-background-internal{position: absolute;top: 0;bottom: 0;left: 50%;width: 100%;overflow: hidden;transform-origin: 50% 100% 0;transform: skewX(20deg) translateX(-50%);z-index: -1}.form-min-1 .skew-background-external{transform: none;left: 0;top: 100px}}@media (min-width: 992px){.form-min-1 .skew{position: absolute;overflow: hidden;left: 50%;width: 50vw;top: 0;bottom: 0}}@media (max-height: 850px){.form-min-1 .skew-background-external{top: 20px}}.form-min-1 .form-consent{padding-top: 1rem;margin-bottom: 1.5rem}.form-min-1 .form-consent a{color: inherit;font-weight: 500;text-decoration: underline}.form-min-1 .send_form{display: flex;flex-direction: column}.form-min-1 .send_form .btn{width: auto;align-self: center}@media (min-width: 768px){.form-min-1 .send_form .btn{align-self: flex-start}}.form-min-1 .title em, .form-min-1 .accent{font-style: normal;color: var(--bs-primary)}.form-min-1 .req-list{display: grid;grid-template-columns: auto 1fr;gap: .2rem .9rem;max-width: 34rem}.form-min-1 .req-list > div{display: contents}.form-min-1 .req-list dt{margin: 0;font-weight: 500;color: var(--bs-secondary-color);white-space: nowrap}.form-min-1 .req-list dd{margin: 0;color: var(--bs-body-color)}.form-min-1 .req-list a{color: inherit;text-decoration: none}.form-min-1 .req-list a:hover{color: var(--bs-primary)}

.footer-1{padding: 3rem 0;position: relative}.footer-1 address{font-style: normal;margin: 0}.footer-1 a{color: var(--bs-body-color)}.footer-1 a:hover{color: var(--bs-primary)}.footer-1 .footer-tel{font-weight: 700}.footer-1 ul{display: block;list-style: none;margin: 0;padding: 0}.footer-1 ul li{display: block;margin: 0;padding: 0}.footer-1 ul li a{display: block;margin: 0;padding: .25rem 0}.footer-1 .footer-system ul li a{padding: .1rem 0}.footer-1 .btn-outline-primary{color: var(--bs-primary)}.footer-1 .btn-outline-primary:hover{color: var(--bs-primary-text)}.footer-1 .scroll-to-top{position: fixed;z-index: 1030;left: 2em;bottom: 2em;width: 2.5rem;height: 2.5rem;font-size: .7rem;display: flex;justify-content: center;align-items: center;border: none;border-radius: .25rem;opacity: 0;pointer-events: none;transition: .5s;background: rgba(0, 0, 0, .2);color: #fff}.footer-1 .scroll-to-top.active{opacity: 1;pointer-events: auto}.footer-1 .scroll-to-top:hover{background: rgba(0, 0, 0, .3)}@media (min-width: 576px){.footer-1 .scroll-to-top{font-size: .85rem}}@media (min-width: 768px){.footer-1 .scroll-to-top{font-size: 1rem}}

