.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}}

.title-8{position: relative;padding-top: 0;padding-bottom: 0;min-height: calc(100vh + 125px);display: flex;flex-direction: column;justify-content: center}@media (min-height: 850px){.title-8{min-height: calc(100vh - 75px)}}@media (min-height: 1080px){.title-8{min-height: 1080px}}.title-8 > .container-fluid{padding-left: 0;padding-right: 0;max-width: 1980px;flex: 1 1 auto;display: flex;flex-direction: column}@media (min-width: 768px){.title-8 .h-md-100{height: 100% !important}}.title-8 .skew{position: relative;overflow: hidden}.title-8 .skew-background{height: 100%;overflow-x: hidden}.title-8 .skew-background-external{position: absolute;transform: translateX(-50%);left: 50%;bottom: 0;top: 25px}@media (min-width: 768px){.title-8 .skew-content{float: right;width: 100%;max-width: calc(660px - var(--bs-gutter-x));height: 100%}.title-8 .skew-background{border: solid var(--bs-primary);border-width: 0 0 0 24px;transform-origin: 50% 100% 0;transform: skewX(-20deg)}.title-8 .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}.title-8 .skew-background-external{transform: none;left: 0;top: 100px}}@media (max-height: 850px){.title-8 .skew-background-external{top: 20px}}.title-8 .logo{display: flex;align-items: center;justify-content: center;filter: grayscale(100%);opacity: .4;transition: .5s}.title-8 .logo:hover{filter: none;opacity: 1}.title-8 .title-logo{width: 250px;height: 200px;margin: auto}.title-8 .owl-carousel .owl-item img{width: auto;max-width: 100%;height: auto}.title-8 .owl-carousel.owl-drag .owl-stage{cursor: grab}@media (prefers-reduced-motion: reduce){.title-8 .logo{transition: none}}

.company-1 .logo{background: #fff;transition: box-shadow .35s ease}.company-1 .logo:hover{box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .08)}.company-1 .logo img{height: 2.75rem;width: auto;max-width: 100%;object-fit: contain;filter: grayscale(100%);opacity: .55;transition: .35s ease}.company-1 .logo:hover img{filter: none;opacity: 1}@media (prefers-reduced-motion: reduce){.company-1 .logo, .company-1 .logo img{transition: none}}

.module.company-1{padding:100px 0}

.price-9 .pcard{background: var(--bs-body-bg);border: 1px solid rgba(11, 11, 18, .1);border-radius: 1.15rem;padding: 1.5rem;display: flex;flex-direction: column;transition: box-shadow .2s, border-color .2s, transform .2s}.price-9 .pcard:hover{border-color: rgba(var(--bs-primary-rgb), .35);box-shadow: 0 .75rem 2rem rgba(11, 11, 18, .08);transform: translateY(-3px)}.price-9 .pcard-head{display: flex;align-items: center;gap: .85rem;margin-bottom: 1.1rem}.price-9 .pcard-ico{width: 2.75rem;height: 2.75rem;flex: 0 0 2.75rem;border-radius: .8rem;background: rgba(var(--bs-primary-rgb), .12);display: inline-flex;align-items: center;justify-content: center}.price-9 .pcard-cat a{color: inherit;text-decoration: none}.price-9 .pcard-cat a:hover{color: var(--bs-primary)}.price-9 .pcard-list{list-style: none;margin: 0 0 1.25rem;padding: 0;flex: 1 1 auto}.price-9 .pcard-list li{display: flex;align-items: baseline;justify-content: space-between;gap: 1rem;padding: .6rem 0;border-bottom: 1px dashed rgba(11, 11, 18, .12)}.price-9 .pcard-list li:last-child{border-bottom: 0}.price-9 .pcard-name a{color: var(--bs-body-color);text-decoration: none}.price-9 .pcard-name a:hover{color: var(--bs-primary);text-decoration: underline}.price-9 .pcard-price{white-space: nowrap;background: rgba(var(--bs-primary-rgb), .08);border-radius: 2rem;padding: .2rem .7rem}.price-9 .pcard-cta{align-self: flex-start}

.discount-2{position: relative;overflow: hidden;padding: 3rem 0}.discount-2 .module-background.color{background: linear-gradient(180deg, var(--bs-primary) 70%, #ffffff 70%) !important}.discount-2 .dc-inner{position: relative;z-index: 1}.discount-2 .discount-card{position: relative;z-index: 2;border: 0;border-radius: 1.5rem;max-width: 62rem}.discount-2 .parallaxScene{position: absolute;inset: 0;z-index: 0;pointer-events: none}.discount-2 .parallaxScene > div{position: absolute !important;inset: 0;will-change: transform}.discount-2 .parallaxScene > div > img{position: absolute;max-width: 100%}.discount-2 .item-1 img{top: 8%;left: 6%}.discount-2 .item-2 img{top: 14%;right: 8%}.discount-2 .item-3 img{bottom: 24%;right: 5%}.discount-2 .item-4 img{bottom: 6%;left: 9%}.discount-2 .dc-wallet-layer{z-index: 1}.discount-2 .dc-wallet{position: absolute;left: -14.5rem;bottom: -1.5rem;pointer-events: none}.discount-2 .dc-wallet img{max-width: 27rem}@media (prefers-reduced-motion: reduce){.discount-2 .parallaxScene > div{transition: none}}

.slider-blog-1 .slider-blog-item{display: block;text-decoration: none;color: inherit}.slider-blog-1 .video-preview{position: relative;border-radius: 1rem;overflow: hidden;background: #0b0b12;box-shadow: 0 .5rem 1.5rem rgba(11, 11, 18, .1);transition: box-shadow .2s, transform .2s}.slider-blog-1 .slider-blog-item:hover .video-preview{transform: translateY(-4px);box-shadow: 0 .9rem 2.25rem rgba(11, 11, 18, .18)}.slider-blog-1 .slider-blog-preview{width: 100%;height: 200px;object-fit: cover;display: block;transition: transform .35s}.slider-blog-1 .slider-blog-item:hover .slider-blog-preview{transform: scale(1.05)}.slider-blog-1 .video-preview-play{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 3.5rem;height: 3.5rem;border-radius: 50%;background: var(--bs-primary);display: flex;align-items: center;justify-content: center;box-shadow: 0 .35rem 1rem rgba(11, 11, 18, .35);transition: transform .2s, background .2s}.slider-blog-1 .video-preview-play i{margin-left: .15rem}.slider-blog-1 .slider-blog-item:hover .video-preview-play{transform: translate(-50%, -50%) scale(1.12)}.slider-blog-1 .video-chan{position: absolute;top: .6rem;left: .6rem;background: rgba(var(--bs-primary-rgb), .92);border-radius: 2rem;padding: .15rem .6rem;max-width: calc(100% - 1.2rem);overflow: hidden;text-overflow: ellipsis;white-space: nowrap}.slider-blog-1 .video-dur{position: absolute;bottom: .6rem;right: .6rem;background: rgba(11, 11, 18, .8);border-radius: .4rem;padding: .1rem .45rem}.slider-blog-1 .video-preview-label{margin-top: .75rem;line-height: 1.35;color: var(--bs-body-color);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden}.slider-blog-1 .slider-blog-item:hover .video-preview-label{color: var(--bs-primary)}.slider-blog-1 .slider-blog{padding: .5rem .25rem 1rem}.slider-blog-1 .slider-blog-crs .owl-stage{padding-block: .35rem}.slider-blog-1 .slider-blog-crs .owl-dots{position: static;left: auto;bottom: auto;transform: none;text-align: center;margin-top: 1.35rem;display: flex;gap: .4rem;justify-content: center}.slider-blog-1 .slider-blog-crs .owl-dots .owl-dot span{display: block;width: .55rem;height: .55rem;margin: 0;border-radius: 50%;background: rgba(var(--bs-primary-rgb), .25);transition: background .2s, width .2s}.slider-blog-1 .slider-blog-crs .owl-dots .owl-dot.active span{background: var(--bs-primary);width: 1.4rem;border-radius: 1rem}.slider-blog-1 .slider-blog + .text-center{margin-top: 1.5rem}

.module.slider-blog-1{padding:100px 0}

.form-1 .form-card{background: #fff}.form-1 .form-aside{justify-content: center;background: var(--bs-primary);padding: 2.5rem 2rem}.form-1 .form-aside .title{line-height: 1.15}.form-1 .form-aside .offer{opacity: .9}.form-1 .trust-list{display: flex;flex-direction: column;gap: 1rem}.form-1 .trust-item{display: flex;align-items: center;gap: .85rem}.form-1 .trust-ico{flex: 0 0 auto;display: inline-flex;align-items: center;justify-content: center;width: 2.5rem;height: 2.5rem;border-radius: 50%;background: rgba(255, 255, 255, .18)}.form-1 .form-panel{padding: 2.5rem 2rem;background: #fff}.form-1 .form-consent{color: var(--bs-secondary-color)}.form-1 .form-consent a{color: inherit;font-weight: 500;text-decoration: underline}.form-1 .send_form{display: flex;flex-direction: column}.form-1 .send_form .btn{width: auto !important;align-self: stretch;padding-left: 1.5rem;padding-right: 1.5rem}@media (min-width: 576px){.form-1 .send_form .btn{align-self: flex-start}}@media (max-width: 991.98px){.form-1 .form-aside{padding: 2rem 1.5rem}.form-1 .form-panel{padding: 2rem 1.5rem}}

.module.form-1{padding:48px 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}}

.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}

.afterword-1{padding: 100px 0 0}.afterword-1 .afterword-bg{background-position: center bottom;background-repeat: no-repeat;background-size: auto 100%}.afterword-1 .afterword-text{background: rgba(255,255,255,.5)}@media (min-width: 992px){.afterword-1 .afterword-text{background: none}}

.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}}

