.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}}

.vr-development-1{position: relative;padding-top: 8.5rem;padding-bottom: 10rem}.vr-development-1 .module-background.image{background-position: right bottom !important}.vr-development-1 .vr-dev-sub{max-width: 34rem}.vr-development-1 .vr-dev-badge{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));padding: .5rem 1rem;border-radius: 999px;line-height: 1.2}.vr-development-1 .vr-dev-features{max-width: 40rem}.vr-development-1 .vr-dev-feature{padding: .5rem .9rem;border: 1px solid rgba(236,55,55,.25);border-radius: 999px;background: rgba(236,55,55,.06);line-height: 1.2}.vr-development-1 .vr-dev-feature i{flex: 0 0 auto}.vr-development-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip: text;-webkit-text-fill-color: transparent}@media screen and (min-width: 992px){.vr-development-1 .module-background.image{background-position: center bottom !important}}

.vr-services-1{position:relative;margin:7.5rem 0 3.4rem}.vr-services-1 .card-body{padding: 0.25rem 1.25rem 1.5rem;border-radius: 1rem;background: #F1F1F1;margin:3rem 0}.vr-services-1 .card_img img{max-width:100%}.vr-services-1 .card_text{max-height: 60px;height: 100%}@media screen and (min-width: 992px){.vr-services-1 .card-body{padding: 7.25rem 1.25rem 1.5rem;border-radius: 1rem;background: #F1F1F1;height:260px;margin:3rem 0}.vr-services-1 .card_img img{max-width:none}.vr-services-1 .card_text{min-height:60px}.vr-services-1 .card_img{position:absolute;top: 0;left: 50%;transform: translate(-50%, -50%)}}.vr-services-1 .text-red{background:none}.vr-services-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}

.five-benefit-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.five-benefit-1 .mod-text .card_text{z-index:1}.five-benefit-1 .mod-text{background:#F1F1F1;border-radius:1rem}.five-benefit-1 .mod-text.card1{background-size: cover}.five-benefit-1 .mod-text.card2{position:relative;background-position:25% 75%;background-size: 100% auto}.five-benefit-1 .mod-text.card2::before{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 0;pointer-events: none;backface-visibility: hidden;background: linear-gradient(to right, #F1F1F1 35%, #3330 )}.five-benefit-1 .mod-text.card3{position:relative;background-position:25% 75%;background-size: 100% auto}.five-benefit-1 .mod-text.card3::before{content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 0;pointer-events: none;backface-visibility: hidden;background: linear-gradient(to right, #F1F1F1 35%, #3330 )}.five-benefit-1 .mod-text.card4{background-position: right 40%;background-size: cover}.five-benefit-1 .mod-text.card5{background-size: 100% 100%}.five-benefit-1 .card_numb{width:fit-content}.five-benefit-1 .card_numb::before{content: '';position: absolute;bottom:0;height: 20px;width: 100%;border-bottom: solid 3px;border-color: #EF5513}.five-benefit-1 .box-grid{}@media screen and (min-width: 992px){.five-benefit-1 .mod-text.card1{grid-area: a}.five-benefit-1 .mod-text.card2{grid-area: b;background-size: 100% 100%}.five-benefit-1 .mod-text.card2::before{background:none}.five-benefit-1 .mod-text.card3{grid-area: c;background-size: 100% 100%}.five-benefit-1 .mod-text.card3::before{background:none}.five-benefit-1 .mod-text.card4{grid-area: d;background-size: 100% 100%}.five-benefit-1 .mod-text.card5{grid-area: e}.five-benefit-1 .box-grid{display:grid;gap:2rem;grid-template-columns:minmax(200px, 420px) minmax(200px, 420px) minmax(200px, 420px);grid-template-rows: minmax(200px, 420px) minmax(200px, 420px) minmax(200px, 420px);grid-template-areas: "a a b" "c d b" "c e e"}}

.develop-vr-instruction-1{position: relative;padding: 100px 0}.develop-vr-instruction-1 .container{padding-top: 5rem}.develop-vr-instruction-1 .row{position: relative;padding-top: 4rem;padding-bottom: 25rem}.develop-vr-instruction-1 .text br{display: none}.develop-vr-instruction-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip: text;-webkit-text-fill-color: transparent}.develop-vr-instruction-1 .text-white-grad{background: var(--vr--2, linear-gradient(270deg, #D9F5FB -41.59%, #FFF 100%));background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent}@media screen and (min-width: 480px){.develop-vr-instruction-1 .row{padding-top: 4rem;padding-bottom: 15rem}}@media screen and (min-width: 992px){.develop-vr-instruction-1 .text{line-height: 150%}.develop-vr-instruction-1 .text br{display: block}}

.find-out-cost-1 .text-red{background:none}.find-out-cost-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.find-out-cost-1{overflow:hidden}.find-out-cost-1 .card_image img{border-radius:10px;max-width: 100%}.find-out-cost-1 .owl-nav{display:none}.find-out-cost-1 .body-carousel{border-radius: 1rem;background: #F1F1F1}.find-out-cost-1 .counter{border-right:1px solid #EC3737}.find-out-cost-1 .owl-item.active.center .card-body{color:#fff;background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%))}.find-out-cost-1 .mod-question-block{min-height:450px;display:flex;gap:5rem}.find-out-cost-1 .checklist-1{max-width:100%}.find-out-cost-1 .checklist-1 .card-check{background:#fff;border-radius:1rem;min-height: 200px}.find-out-cost-1 .checklist-1 .check-input[type=radio]{background: #D9D9D9;border: 0;outline: none;border-radius:50px;width:2rem;height:2rem;appearance: none}.find-out-cost-1 .check-input[type=radio]:checked, .find-out-cost-1 .check-input[type=radio]:active{background:url('/assets/images/pages/sozdaniye-virtualnoy-realnosti-vr/find-out-cost-1/111.png') !important;background-size: 100% 100% !important}.find-out-cost-1 .card-check.active{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%)) !important;color:#fff}.find-out-cost-1 .checklist-2 input[type="range"]{width:100%;appearance: none;overflow: hidden}.find-out-cost-1 .checklist-2 input[type="range"]::-webkit-slider-thumb{}.find-out-cost-1 .checklist-2 input[type=range]::-webkit-slider-runnable-track{height: 10px;-webkit-appearance: none;color: #13bba4;margin-top: -1px;background: linear-gradient(90deg, rgba(26,26,26,1) 0%, rgba(236,55,55,1) 100%)}.find-out-cost-1 .checklist-2 .slide-pay{max-width:80%}.find-out-cost-1 .checklist-2 .slide-range{max-width:80%;padding:2rem 1.3rem 5rem;background:#fff;border-radius:1rem}.find-out-cost-1 .checklist-2 .slide-range .myRange{height: 8px;background: #000;cursor: pointer;width: 100%;background: #ededed;cursor: pointer;border-radius: 10px}.find-out-cost-1 .checklist-2 .slide-range .myRange > div{width: 15%;height: 8px;background: linear-gradient(90deg, rgba(26,26,26,1) 0%, rgba(236,55,55,1) 100%);position: relative;border-radius: 10px}.find-out-cost-1 .checklist-2 .slide-range .myRange > div .point{width: 1.75rem;height: 1.75rem;border-radius: 100%;border: rgba(236, 55, 55, 0.70) solid 5px;background:#fff;box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);position: absolute;right: -7px;top: -100%;cursor: pointer}.find-out-cost-1 .checklist-2 .slide-range .myRange > div .range{position:absolute;right: -150%;top: 300%;white-space: nowrap;user-select: none}.find-out-cost-1 .checklist-3 .card-check{background:#fff;border-radius:1rem;min-height: 200px}.find-out-cost-1 .checklist-3 .check-input[type=radio]{background: #D9D9D9;border: 0;border-radius:50px;width:2rem;height:2rem;appearance: none}.find-out-cost-1 .checklist-4 input[type="file"]{opacity:0;position:absolute;z-index:1;height:100%;width:100%;cursor:pointer;bottom:0}.find-out-cost-1 .checklist-4 .file{background: #fff;border-radius: 1rem}.find-out-cost-1 .checklist-4 .form-text{max-width: 575px;width:100%}.find-out-cost-1 .checklist-4 .form-text textarea{border:0;resize: none;min-height: 170px;height:100%;border-radius:1rem}.find-out-cost-1 .checklist-5 .form-input input{border-radius: 3.13rem;border: 0}.find-out-cost-1 .form-check-input{background: url(/assets/images/pages/sozdaniye-virtualnoy-realnosti-vr/find-out-cost-1/002.1.svg) center;border: none;background-size: 100% 100%}.find-out-cost-1 .form-check-input:checked{background: url(/assets/images/pages/sozdaniye-virtualnoy-realnosti-vr/find-out-cost-1/002.2.svg) center;background-size: 100% 100%}@media screen and (min-width: 1200px){.find-out-cost-1 .checklist-1 .card-check{min-height: 300px}.find-out-cost-1 .checklist-2 .slide-range .myRange > div::before{content: '';position: absolute;border: 1px solid #000;z-index: 1;right: 6px;top: 300%;width: 0.06rem;height: 1.25rem}}@media screen and (max-width: 576px){.find-out-cost-1 .body-carousel{padding: 1.25rem;gap: 2rem}.find-out-cost-1 .mod-question-block{gap: 2rem;min-height: auto}}

.module.find-out-cost-1{padding:100px 0}

.promotion-2{position:relative;margin:9.38rem 0}.promotion-2 .h1{color: rgba(236, 55, 55, 0.20);pointer-events: none}.promotion-2 .decor-1,.promotion-2 .decor-2,.promotion-2 .decor-3{display:none}.promotion-2 .mod-shlem{max-width: 70%;top: 50%;left: 50%;transform: translate(-50%, -50%)}.promotion-2 .mod-shlem img{max-width: 100%}@media screen and (min-width: 992px){.promotion-2{padding:14.3rem 0 12rem}.promotion-2 .decor-1,.promotion-2 .decor-2,.promotion-2 .decor-3{display:block}.promotion-2 .decor-1{right: 0;top: -3%}.promotion-2 .decor-2{left: 25%;top: 26%}.promotion-2 .decor-3{left: 0;top: 45%}}@media screen and (min-width: 1200px){.promotion-2 .decor-1{right: 12%;top: -3%}.promotion-2 .decor-2{left: 33.5%;top: 26%}.promotion-2 .decor-3{left: 10%;top: 45%}}@media screen and (min-width: 1600px){.promotion-2 .decor-1{right: 22%;top: -3%}.promotion-2 .decor-2{left: 33.5%;top: 26%}.promotion-2 .decor-3{left: 17.3%;top: 36%}}

.our-works-1{position:relative;margin:9.8rem 0}.our-works-1 .card_body{padding:5rem 0 5rem}.our-works-1 .card_body .card_img_1 img, .our-works-1 .card_body .card_img_2 img, .our-works-1 .card_body .card_img_3 img{border-radius:0.6rem;width:100%}.our-works-1 .owl-carousel{position:relative}.our-works-1 .owl-carousel .owl-stage-outer{overflow:hidden}.our-works-1 .owl-carousel .owl-stage{display:flex}.our-works-1 .owl-carousel .owl-stage .item{height:100%}.our-works-1 .owl-carousel .owl-nav{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:1.5rem;display:flex;justify-content:center;gap:2.5rem;pointer-events:none}.our-works-1 .owl-carousel .owl-nav button{pointer-events:all;border:0 none;background:none;cursor:pointer;color:#dc3545;font-size:1.75rem;line-height:1;transition:.3s}.our-works-1 .owl-carousel .owl-nav button:hover{opacity:.75}.our-works-1 .owl-carousel .owl-dots{display:flex;gap:0.9rem;position:absolute;bottom:-20%;left:50%;transform:translate(-50%, -50%)}.our-works-1 .owl-carousel .owl-dots .owl-dot{height:20px;width:20px;border:0;border-radius:50px}.our-works-1 .owl-carousel .owl-dots .owl-dot.active{background:#EC3737}@media screen and (min-width: 1200px){.our-works-1 .owl-carousel .owl-nav{top:40%;left:0;right:0;width:100%;margin-top:0;transform:translateY(-50%);justify-content:space-between;padding:0 1.5rem}.our-works-1 .owl-carousel .owl-dots{bottom: -10%}.our-works-1 .card_body .card_img_1 img, .our-works-1 .card_body .card_img_2 img, .our-works-1 .card_body .card_img_3 img{border-radius:0.6rem;width: auto}.our-works-1 .card_body{padding:11rem 0 30rem}.our-works-1 .card_body.card-1 .card_img_back{bottom:0;right:0;transform: rotate(121deg);position:absolute}.our-works-1 .card_body.card-1 .card_img_1{top: 6%;left: 34.5%;z-index: 1;position:absolute}.our-works-1 .card_body.card-1 .card_img_2{bottom: 0;left: 9%;position:absolute}.our-works-1 .card_body.card-1 .card_img_3{right:1%;top:0;z-index:1;position:absolute}.our-works-1 .card_body.card-2 .card_img_back{bottom: 0;left: 0;position:absolute}.our-works-1 .card_body.card-2 .card_img_1{bottom: 4%;right:1%;position:absolute}.our-works-1 .card_body.card-2 .card_img_2{top: 5%;left: 35%;z-index: 1;position:absolute}.our-works-1 .card_body.card-2 .card_img_3{left:16%;bottom:10.5%;z-index:1;position:absolute}.our-works-1 .card_body.card-3 .card_img_back{top:0;right:0;position:absolute}.our-works-1 .card_body.card-3 .card_img_1{top: 6%;left: 30.5%;z-index: 1;position:absolute}.our-works-1 .card_body.card-3 .card_img_2{bottom:0;right: 4%;z-index:1;position:absolute}.our-works-1 .card_body.card-3 .card_img_3{left: 5%;bottom: 0;z-index:1;position:absolute}}.our-works-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}

.virtual-sea-voyage-1{position: relative}.virtual-sea-voyage-1 .row{padding-top: 2rem;padding-bottom: 40rem}@media screen and (min-width: 768px){.virtual-sea-voyage-1 .row{padding-top: 15.25rem;padding-bottom: 15.25rem}}

.inspect-product-1{position:relative;margin:4rem 0 3rem;overflow:hidden;padding:2rem 0}.inspect-product-1 .blocks-select .block{position:relative;border:0;background:transparent;border-radius:0.9375rem;z-index:0}.inspect-product-1 .blocks-select .block.active{color:#fff}.inspect-product-1 .blocks-select .block.active::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;backface-visibility:hidden;border-radius:0.9375rem;background:var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%))}.inspect-product-1 .images .mod-pic{max-width:100%}.inspect-product-1 .text-red{color:#EC3737;background:none}.inspect-product-1 .text-red-grad{background:var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}

.solve-problems-1{overflow:hidden}.solve-problems-1 .text-red-grad{background: linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.solve-problems-1 .vr-card{position:relative;display:flex;flex-direction:column;background:#F1F1F1;border-radius:0.9375rem;overflow:hidden;transition:background 0.4s}.solve-problems-1 .vr-card__media{position:relative;aspect-ratio:16 / 10}.solve-problems-1 .vr-card__media--tall{aspect-ratio:3 / 2}.solve-problems-1 .vr-card__media img{position:absolute;inset:0;margin:auto;max-width:74%;max-height:74%;object-fit:contain;transition:opacity 0.4s}.solve-problems-1 .vr-card__media--tall img{max-width:88%;max-height:88%}.solve-problems-1 .vr-card__img--hover{opacity:0}.solve-problems-1 .vr-card__title{padding:0 1rem 1.25rem;text-align:center;transition:color 0.4s}.solve-problems-1 .vr-card:hover .vr-card__img{opacity:0}.solve-problems-1 .vr-card:hover .vr-card__img--hover{opacity:1}.solve-problems-1 .vr-card:hover .vr-card__title{color:#fff}.solve-problems-1 .vr-card--red:hover{background:linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%)}.solve-problems-1 .vr-card--blue:hover{background:linear-gradient(270deg, #2C81A3 -41.59%, #94BFD1 100%)}

.your-presentation-best-1{position: relative;min-height: 100vh;display: flex;align-items: center;padding: 6rem 0;margin-bottom: 3rem;color: #fff}.your-presentation-best-1 .box{width: 100%;padding: 0}@media screen and (max-width: 991px){.your-presentation-best-1{min-height: auto;padding: 4rem 0}}.your-presentation-best-1 .glass-dark{background: rgba(0,0,0,.55);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);border-radius: 1rem;padding: 2rem 2.5rem;max-width: 640px}.your-presentation-best-1 .text-red{color: #EC3737;background: none}

.world-virtual-reality-1{position: relative;padding-bottom: 27rem}.world-virtual-reality-1 .mod-bg-image{right: 0;bottom: 0;z-index: -1;pointer-events: none;object-fit: contain;object-position: right bottom;width: 130%;height: 50%;max-width: none}.world-virtual-reality-1 .glass-light{position: relative;z-index: 1;max-width: 46rem;background: rgba(255, 255, 255, .85);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);border-radius: 1.5rem;padding: 2.5rem;box-shadow: 0 1rem 3rem rgba(0, 0, 0, .12)}.world-virtual-reality-1 .title{word-break: break-all}.world-virtual-reality-1 .text-red{color: #EC3737;background: none}.world-virtual-reality-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip: text;-webkit-text-fill-color: transparent}.world-virtual-reality-1 .decor-1{top: 34%;left: 45%}.world-virtual-reality-1 .decor-2{top: 50%;left: 50%}.world-virtual-reality-1 .decor-3{bottom: -30%;left: 20%}.world-virtual-reality-1 .decor-4{bottom: -70%;left: 45%}@media screen and (min-width: 768px){.world-virtual-reality-1 .mod-bg-image{width: 100%;height: 100%}}@media screen and (min-width: 1400px){.world-virtual-reality-1 .mod-bg-image{width: 90%;height: 100%}}

.stages-vr-application-development-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stages-vr-application-development-1{}.stages-vr-application-development-1 .mod-card{cursor:pointer}.stages-vr-application-development-1 .mod-text.card0{background:none}.stages-vr-application-development-1 .mod-text{background:#f1f1f1;border-radius:1rem;z-index:2}.stages-vr-application-development-1 .card_numb{width: fit-content}.stages-vr-application-development-1 .card_title, .stages-vr-application-development-1 .card_text{z-index: 1}.stages-vr-application-development-1 .card_numb::before{content: '';position: absolute;bottom: 0;height: 20px;width: 100%;border-bottom: solid 3px;border-color: #EF5513}.stages-vr-application-development-1 .mod-text .image img{max-width: 100%;max-height: 100%;z-index:-1}.stages-vr-application-development-1 .mod-text.card0{grid-area: a;justify-content: flex-end}.stages-vr-application-development-1 .mod-text.card01{grid-area: b}.stages-vr-application-development-1 .mod-text.card01 .image img{bottom:0.5%;right:0}.stages-vr-application-development-1 .mod-text.card02{grid-area: c}.stages-vr-application-development-1 .mod-text.card02 .image img{bottom:0;right:0}.stages-vr-application-development-1 .mod-text.card02 .image img{max-height:100%}.stages-vr-application-development-1 .mod-text.card03{grid-area: d}.stages-vr-application-development-1 .mod-text.card03 .image img{bottom:0;right:0;max-width: 106%}.stages-vr-application-development-1 .mod-text::before{content: "";width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: linear-gradient(45deg, rgba(241,241,241,1) 40%, rgba(241,241,241,1) 100%);z-index: -1}.stages-vr-application-development-1 .mod-text.card04{grid-area: e;background:url('/assets/images/pages/sozdaniye-virtualnoy-realnosti-vr/stages-vr-application-development-1/055.jpg')no-repeat;background-size: 100% 100%}.stages-vr-application-development-1 .mod-text.card05{grid-area: h;background:url('/assets/images/pages/sozdaniye-virtualnoy-realnosti-vr/stages-vr-application-development-1/056.jpg')no-repeat;background-size: 100% 100%}.stages-vr-application-development-1 .mod-text.card06{grid-area: f}.stages-vr-application-development-1 .mod-text.card06 .image img{bottom:0;right:0}@media screen and (min-width: 992px){.stages-vr-application-development-1 .mod-text::before{background: linear-gradient(45deg, rgba(241,241,241,0) 40%, rgba(255,255,255,0) 100%)}.stages-vr-application-development-1 .mod-text.card01 .image img{bottom:0;left:0}.stages-vr-application-development-1 .mod-text.card02 .image img{max-height:none}.stages-vr-application-development-1 .mod-text.card03 .image img{bottom:0;left:0}.stages-vr-application-development-1 .box-grid{display: grid;grid-template-columns:minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px) minmax(50px,107.5px);grid-template-rows: 420px 420px 420px 420px;grid-auto-flow: row;grid-template-areas: "a a a a a a a a b b b b" "c c c c c c c c b b b b" "d d d d e e e e e e e e" "h h h h h h f f f f f f"}}@media screen and (min-width: 1400){.stages-vr-application-development-1 .mod-text .image img{max-width:none;max-height:none}}

.module.stages-vr-application-development-1{padding:100px 0}

.surgeons-virtual-reality-1{position: relative;padding-top: 15rem;margin-bottom: 9rem;overflow: hidden}.surgeons-virtual-reality-1 .container{padding-top: 7.5rem;padding-bottom: 30.5rem}.surgeons-virtual-reality-1 .module-background.image{background-position: left !important;background-size: cover !important}.surgeons-virtual-reality-1 .mod-plaque{background: rgba(0, 0, 0, .55);backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px);border-radius: 1rem;padding: 2rem 2.5rem}.surgeons-virtual-reality-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip: text;-webkit-text-fill-color: transparent}@media screen and (min-width: 572px){.surgeons-virtual-reality-1 .container{padding-bottom: 42.5rem}}@media screen and (min-width: 1200px){.surgeons-virtual-reality-1 .container{padding-bottom: 32.5rem}}@media screen and (min-width: 1300px){.surgeons-virtual-reality-1 .container{padding-bottom: 7.5rem}}

.implementing-vr-business-1{position:relative;--rotate-speed: 40;--count: 8;--easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);--easing: cubic-bezier(0.000, 0.37, 1.000, 0.63)}.implementing-vr-business-1 .void{width: 100%;margin: auto;position: relative;aspect-ratio: 1 / 1}.implementing-vr-business-1 .void ul{list-style-type: none;margin: 0;padding: 0;position: relative;width: 100%;aspect-ratio: 1 / 1;z-index: 1}.implementing-vr-business-1 .void li{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;animation: rotateCW calc(var(--rotate-speed) * 1s) var(--easing) infinite}.implementing-vr-business-1 .card{width: 27%;display: flex;flex-direction: column;align-items: flex-start;gap: 8px;background: #FFFFFF;box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0px 16px 32px rgba(0, 0, 0, 0.1);border-radius: 12px;animation: rotateCCW calc(var(--rotate-speed) * 1s) var(--easing) infinite}.implementing-vr-business-1 .void svg{position: absolute;top: 0;left: 0;z-index: 0}.implementing-vr-business-1 .void li:nth-child(2), li:nth-child(2) .card{animation-delay: calc((var(--rotate-speed)/var(--count)) * -1s)}.implementing-vr-business-1 .void li:nth-child(3), li:nth-child(3) .card{animation-delay: calc((var(--rotate-speed)/var(--count)) * -2s)}.implementing-vr-business-1 .void li:nth-child(4), li:nth-child(4) .card{animation-delay: calc((var(--rotate-speed)/var(--count)) * -3s)}.implementing-vr-business-1 .void li:nth-child(5), li:nth-child(5) .card{animation-delay: calc((var(--rotate-speed)/var(--count)) * -4s)}.implementing-vr-business-1 .void li:nth-child(6), li:nth-child(6) .card{animation-delay: calc((var(--rotate-speed)/var(--count)) * -5s)}.implementing-vr-business-1 .void li:nth-child(7), li:nth-child(7) .card{animation-delay: calc((var(--rotate-speed)/var(--count)) * -6s)}.implementing-vr-business-1 .void li:nth-child(8), li:nth-child(8) .card{animation-delay: calc((var(--rotate-speed)/var(--count)) * -7s)}.implementing-vr-business-1 .owl-carousel .item{padding:1.3rem;min-height:150px;border:1rem;box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25)}.implementing-vr-business-1 .owl-carousel .owl-item{padding:2rem 0}.implementing-vr-business-1 .owl-carousel .owl-stage{align-items: center}.implementing-vr-business-1 .owl-dots{padding-top: 2rem;display: flex;gap: 1rem;justify-content: center;gap:1rem}.implementing-vr-business-1 .owl-dots .owl-dot{border: 0;background: #D9D9D9;width: 1rem;height: 1rem;border-radius: 1rem}.implementing-vr-business-1 .owl-dots .owl-dot.active{background: #EC3737}.implementing-vr-business-1 .owl-carousel .owl-nav{position: absolute;top: 95%;left: 50%;right: 50%;transform: translateY(-50%) translateX(-50%);width: 80%;display: flex;justify-content: space-between;pointer-events: none}@keyframes rotateCW{from{transform: translate3d(0px, -50%, -1px) rotate(-45deg)}to{transform: translate3d(0px, -20%, 0px) rotate(-315deg)}}@keyframes rotateCCW{from{transform: rotate(45deg)}to{transform: rotate(315deg)}}@keyframes pulseGlow{from{background-size: 60%}to{background-size: 100%}}.implementing-vr-business-1 .void .center-circle{position: absolute;width: 230px;aspect-ratio: 1 / 1;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #FFFFFF;box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);border-radius: 50%}.implementing-vr-business-1 .void .second-circle{position: absolute;width: 40%;aspect-ratio: 1 / 1;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #F5F4FE;opacity: 0.5;box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);border-radius: 50%}.implementing-vr-business-1 .void .last-circle{position: absolute;width: 66%;aspect-ratio: 1 / 1;left: 50%;top: 50%;transform: translate(-50%, -50%);background: #F5F4FE;opacity: 0.25;box-shadow: 0px 18px 36px -18px rgba(12, 5, 46, 0.3), 0px 30px 60px -12px rgba(12, 5, 46, 0.25);border-radius: 50%}.implementing-vr-business-1 .void .crop{-webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1))}.implementing-vr-business-1 .void .mask{position: absolute;top: 0;left: 0;bottom: 0;width: 50%;animation: pulseGlow 5s linear infinite alternate;background-position: 100% 50%;background-repeat: no-repeat;background-image: radial-gradient(100% 50% at 100% 50%, rgba(60, 26, 229, 0.25) 0%, rgba(60, 26, 229, 0.247904) 11.79%, rgba(59, 26, 229, 0.241896) 21.38%, rgba(58, 26, 229, 0.2324) 29.12%, rgba(57, 26, 229, 0.219837) 35.34%, rgba(55, 26, 229, 0.20463) 40.37%, rgba(53, 26, 229, 0.1872) 44.56%, rgba(51, 26, 229, 0.16797) 48.24%, rgba(48, 26, 229, 0.147363) 51.76%, rgba(46, 26, 229, 0.1258) 55.44%, rgba(44, 26, 229, 0.103704) 59.63%, rgba(41, 26, 229, 0.0814963) 64.66%, rgba(39, 26, 229, 0.0596) 70.88%, rgba(36, 26, 229, 0.038437) 78.62%, rgba(34, 26, 229, 0.0184296) 88.21%, rgba(32, 26, 229, 0) 100%)}.implementing-vr-business-1 .void .mask .image-1{top: 12%;right: 9%}.implementing-vr-business-1 .void .mask .image-2{bottom: 13%;right: auto}.implementing-vr-business-1 .void .mask:after{content: "";position: absolute;width: 1px;height: 100%;right: 0;display: block;background-image: linear-gradient(180deg, rgba(60, 26, 229, 0) 0%, #3C1AE5 50%, rgba(60, 26, 229, 0) 100%)}.implementing-vr-business-1 .text-red{background:none}.implementing-vr-business-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}

.implement-your-ideas-1{margin: 3rem 0}.implement-your-ideas-1 .cta-card{background: url(/assets/images/pages/sozdaniye-virtualnoy-realnosti-vr/implement-your-ideas-1/bg.jpg) center / cover no-repeat;border-radius: 1rem}.implement-your-ideas-1 .send_form .form-control{max-width: 312px;border-radius: 3rem;padding: 0.75rem 1.13rem}@media screen and (min-width: 992px){.implement-your-ideas-1 .cta-card{aspect-ratio: 1360 / 895;display: flex;align-items: flex-end}.implement-your-ideas-1 .cta-card .row{width: 100%;margin: 0}}

.earn-on-vr-1{position:relative;overflow:hidden}.earn-on-vr-1 .decor .image-composite img{display:block;width:100%;max-width:1200px;margin:0 auto}.earn-on-vr-1 .text-red{background: none}.earn-on-vr-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip: text;-webkit-text-fill-color: transparent}

.memorable-vr-project-1{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.memorable-vr-project-1 > .container-fluid{padding-top:4rem;padding-bottom:4rem;width:100%}.memorable-vr-project-1 .module-background.image{background-size:cover}.memorable-vr-project-1 .text-red{color:#EC3737;background:none}.memorable-vr-project-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (min-width: 992px){.memorable-vr-project-1 > .container-fluid{padding-top:5rem;padding-bottom:5rem}}

.vr-custom-development-1{position:relative;padding: 100px 0}.vr-custom-development-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.vr-custom-development-1 .card-body{padding: 4.375rem 1.875rem 4.375rem 14.125rem;border-radius: 1rem;overflow:hidden}.vr-custom-development-1 .card-body .card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill;z-index:-1}.vr-custom-development-1 .card-body::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(241,241,241,1) 35%)}@media screen and (min-width: 576px){.vr-custom-development-1 .card-body::after{background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(241,241,241,1) 30%)}}@media screen and (min-width: 768px){.vr-custom-development-1 .card-body{padding: 4.375rem 1.875rem 4.375rem 16.125rem}.vr-custom-development-1 .card-body::after{background:none}}@media screen and (min-width: 1200px){.vr-custom-development-1 .card-body{padding: 4.375rem 1.875rem 4.375rem 18.125rem}}

.vr-simplifies-1{position: relative;margin-top: 9rem;padding: 1rem 0 25rem}.vr-simplifies-1 .module-background.image{background-size: contain !important;background-position: bottom left !important;background-repeat: no-repeat !important}.vr-simplifies-1 br{display: none}@media screen and (min-width: 768px){.vr-simplifies-1 br{display: block}}.vr-simplifies-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip: text;-webkit-text-fill-color: transparent}

.questions-about-vr-1{margin-top:9rem;margin-bottom:9rem}.questions-about-vr-1 li::marker{color:#000}.questions-about-vr-1 .image img{border-radius:1rem;width:100%}.questions-about-vr-1 .nav-pills .nav-link{background:#F1F1F1;color:#282828;border-radius:1rem;padding:1rem 1.25rem;transition:.3s}.questions-about-vr-1 .nav-pills .nav-link:hover{background:#e6e6e6}.questions-about-vr-1 .nav-pills .nav-link.active{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));color:#fff}.questions-about-vr-1 .tab-content .tab-body{background:#F1F1F1;border-radius:1rem}@media screen and (min-width: 1400px){.questions-about-vr-1 .image img{border-radius:1rem;width:auto}}.questions-about-vr-1 .text-red{color:#EC3737;background:none}.questions-about-vr-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}

.your-products-in-vr-1{position:relative}.your-products-in-vr-1 .row{position:relative;padding-top:6.3rem;padding-bottom:30rem}.your-products-in-vr-1 .module-background.image{background-position: center right !important}.your-products-in-vr-1 ul{list-style:none}.your-products-in-vr-1 ul li{border-radius:1.875rem;background:rgba(236, 55, 55, 0.50);max-width:fit-content}.your-products-in-vr-1 .text-red-grad{background: var(--vr--1, linear-gradient(270deg, #EC3737 0%, #FAA3A3 119.87%));-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (min-width: 1200px){.your-products-in-vr-1 .row{padding-top:6.3rem;padding-bottom:6.3rem}}

.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}}

