.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-4{position: relative}.home-4 .title{display: block;line-height: 1.05;letter-spacing: -0.02em}.home-4 .subtitle{display: block;line-height: 1.05;letter-spacing: -0.02em}.home-4 .hero-intro{max-width: 34rem;line-height: 1.55}.home-4 .module-background.image{background-size: cover !important;background-position: center !important}.home-4 .hero-stats{gap: .5rem;flex-wrap: nowrap;max-width: 100%}.home-4 .hero-stat{min-width: 0;padding: .5rem .6rem;border: 1px solid rgba(11, 11, 18, .08);border-radius: .85rem;background: #fff;box-shadow: 0 .5rem 1.5rem rgba(11, 11, 18, .05)}.home-4 .hero-stat-ico{display: inline-flex;align-items: center;justify-content: center;width: 2.25rem;height: 2.25rem;border-radius: .65rem;background: rgba(var(--bs-primary-rgb), .1);flex: 0 0 auto}.home-4 .hero-stat-body{display: flex;flex-direction: column;line-height: 1.15;min-width: 0}.home-4 .hero-stat-label{line-height: 1.15}.home-4 .card-glass{max-width: 100%}

.module.home-4{padding:100px 0}

.suitable-project-1{position: relative;margin: 9.38rem 0;padding-bottom: 6.13rem;overflow: hidden}.suitable-project-1 .h2{line-height: 150%}.suitable-project-1 .text-danger{color: #EC3737 !important}.suitable-project-1 .title{margin-bottom: 5.19rem}.suitable-project-1 .mod-card{position: relative;gap: 1.56rem;height: 100%;margin: 0 4rem}.suitable-project-1 .mod-card .mod-card_head{gap: .63rem}.suitable-project-1 .mod-card_price{line-height: 120%}.suitable-project-1 .space-none{white-space: nowrap}.suitable-project-1 .mod-card .mod-bg{position: absolute;inset: 0;z-index: -10;pointer-events: none;display: flex;align-items: center;justify-content: center}.suitable-project-1 .mod-card .mod-bg img{width: 100%;height: 100%;object-fit: contain;object-position: center}.suitable-project-1 .decorMod{z-index: -10;top: -.75rem;left: -.94rem;pointer-events: none}.suitable-project-1 .row{position: relative;z-index: 10}.suitable-project-1 .card-2 .mod-bg-1{display: none}.suitable-project-1 .card-2 .mod-bg-2{display: block !important}.suitable-project-1 .mod-bg-all-modal{width: 100%}.suitable-project-1 .mod-bg-all-modal img{width: 100%}.suitable-project-1 .mod-bg{display: none}.suitable-project-1 .owl-carousel{z-index: 10}.suitable-project-1 .owl-carousel .owl-item img{width: auto}.suitable-project-1 .owl-nav{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;left: 0;display: flex;justify-content: space-between;pointer-events: none}.suitable-project-1 .owl-nav button{pointer-events: all;border: 0 none;background: none;cursor: pointer;color: #dc3545;font-size: 5rem;transition: .3s}.suitable-project-1 .owl-nav button:hover{opacity: .75}@media screen and (min-width: 768px){.suitable-project-1 .mod-card{margin: 0}.suitable-project-1 .mod-bg{display: block}}@media screen and (min-width: 1400px){.suitable-project-1 .card-2 .mod-bg-1{display: block}.suitable-project-1 .card-2 .mod-bg-2{display: none !important}.suitable-project-1 .decorMod{z-index: 15}}

.portfolio-3{position: relative;padding-bottom: 9.38rem;overflow: hidden}.portfolio-3 .text-danger{color: #EC3737 !important}.portfolio-3 .cases-lead{max-width: 46rem;margin-inline: auto}.portfolio-3 .cases-tabs .nav-link{border: 1px solid var(--bs-primary);border-radius: 2rem;padding: .5rem 1.25rem;color: var(--bs-primary)}.portfolio-3 .cases-tabs .nav-link.active{background: var(--bs-primary);border-color: var(--bs-primary);color: #fff}.portfolio-3 .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, .14);transition: transform .2s ease, box-shadow .2s ease;color: inherit;text-decoration: none}.portfolio-3 .case-card:hover{transform: translateY(-.35rem);box-shadow: 0 1.25rem 2.5rem -1rem rgba(var(--bs-primary-rgb), .25)}.portfolio-3 .case-media{display: block;overflow: hidden;background: #f4f4f6}.portfolio-3 .case-media img{width: 100%;height: 100%;object-fit: cover;display: block;transition: transform .4s ease}.portfolio-3 .case-card:hover .case-media img{transform: scale(1.04)}.portfolio-3 .case-super .case-media{aspect-ratio: 16 / 10}.portfolio-3 .case-title-link{color: #202020;text-decoration: none}.portfolio-3 .case-title-link:hover{color: var(--bs-primary)}.portfolio-3 .case-metric{display: flex;flex-direction: column;padding: .5rem .75rem;border-radius: .65rem;background: rgba(var(--bs-primary-rgb), .06);min-width: 5rem}.portfolio-3 .case-metric-val{line-height: 1.1}.portfolio-3 .case-other .case-media{aspect-ratio: 4 / 3}.portfolio-3 .case-other-title{display: block;padding: .75rem 1rem}.portfolio-3 .mod-decor-1{top: 20.38rem;right: 0}.portfolio-3 .mod-decor-2{top: 63.63rem;left: 0}.portfolio-3 .mod-decor-3{bottom: 3.38rem;right: 0}.portfolio-3 .mod-decor{z-index: -10;pointer-events: none}@media screen and (min-width: 576px){.portfolio-3{overflow: visible}}@media screen and (min-width: 1727px){.portfolio-3 .mod-decor{z-index: 10}}

.analytics-1 .p{line-height: 135%}.analytics-1{position: relative;padding-top: 6.75rem;padding-bottom: 6.75rem;margin-bottom: 9.37rem;overflow: hidden}.analytics-1::before{content: '';position: absolute;inset: 0;z-index: -1;background: url('/assets/images/pages/landing-page/analytics-1/011.jpg') center no-repeat;background-size: cover;filter: blur(2px)}.analytics-1::after{content: '';position: absolute;inset: 0;z-index: -1;background: url('/assets/images/pages/landing-page/analytics-1/015.png') top center no-repeat;margin-top: 10.22rem;background-size: 100% auto}.analytics-1 .mod-tv_image{float: right}.analytics-1 .mod-tv_screen{right: 3.75rem;top: 1.12rem}.analytics-1 .mod-tv{right: 0;top: 0}.analytics-1 .mod-tv_container .mod-tv_screen_fon{top: 0;left: 0}.analytics-1 .mod-tv_sceen_content{gap: .17rem}.analytics-1 .mod-grad_parent{bottom: 0;left: 0;width: 100%;pointer-events: none;z-index: 10}.analytics-1 .mod-grad_parent img{object-fit: cover}.analytics-1 .mod-tv_block_1{display: flex;justify-content: center}@media screen and (max-width: 1199px){.analytics-1 .mod-tv_screen_content_img img{max-width: 80%}.analytics-1 .mod-tv_image img{max-width: 100%}.analytics-1 .mod-tv{border-radius: 10px;overflow: hidden}.analytics-1 .mod-tv_sceen_content{padding-top: 6px}.analytics-1 .mod-tv_screen_fon{border: 6px solid #000;border-radius: 20px;overflow: hidden}.analytics-1 .mod-tv_container .mod-tv_screen_fon{z-index: -10;height: 100%}.analytics-1 .mod-tv_container .mod-tv_screen_fon img{height: 100%;border-radius: 10px}}@media screen and (min-width: 1200px){.analytics-1 .mod-tv_screen{position: absolute}.analytics-1{padding-bottom: 13.94rem}.analytics-1::before{margin-bottom: 12.27rem}.analytics-1 .mod-tv_screen, .analytics-1 .mod-tv_sceen_content{position: absolute}.analytics-1 .mod-tv_image img, .analytics-1 .mod-grad_parent img{max-width: 100%}.analytics-1 .mod-tv_screen{right: 2.5rem;top: .8rem}.analytics-1 .mod-tv_screen_content_img img{max-width: 70%}}@media screen and (min-width: 1400px){.analytics-1 .mod-tv_screen_content_img img{max-width: none}.analytics-1 .mod-tv_image img, .analytics-1 .mod-grad_parent img{max-width: none}.analytics-1 .mod-tv_screen{right: 3.75rem;top: 1.12rem}}@media screen and (min-width: 1600px){.analytics-1 .mod-tv_block_1{display: block}}

.recipe-1{position: relative;margin-bottom: 3rem;overflow: hidden}.recipe-1 .mod-title{margin-bottom: 1.5rem}.recipe-1 .mod-top_chose{gap: 1.75rem;cursor: pointer}.recipe-1 .mod-top_chose_title{line-height: 135%}.recipe-1 .mod-top_chose_img{padding: 2rem;transition: .5s;position: relative;border-radius: 50%;width: 9.69rem;height: 9.69rem;background: linear-gradient(135deg, #E8E8E8 0%, #FFF 43.75%, #ECECEC 100%);box-shadow: 11px 11px 28px 0px rgba(174, 174, 174, 0.90), -11px -11px 22px 0px rgba(255, 255, 255, 0.90), 11px -11px 22px 0px rgba(174, 174, 174, 0.20), -11px 11px 22px 0px rgba(174, 174, 174, 0.20), -1px -1px 2px 0px rgba(174, 174, 174, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset}.recipe-1 .mod-top_chose_img::before{content: '';position: absolute;width: 11.25rem;height: 11.25rem;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);border: 1px solid #F9F9F9}.recipe-1 .mod-top_chose_img::after{content: '';position: absolute;border-radius: 50%;width: 100%;height: 100%;opacity: 0;background: linear-gradient(135deg, #C11F1F 0%, #E03434 43.75%, #E43434 100%);transition: opacity .5s}.recipe-1 .mod-top_chose.active .mod-top_chose_img img{z-index: 1;transition: .5s}.recipe-1 .owl-carousel.carousel-1 .owl-stage-outer{overflow: visible}.recipe-1 .mod-top_chose_img img{max-width: 100%}.recipe-1 .mod-top_chose.active .mod-top_chose_img::after{opacity: 1}.recipe-1 .mod-top_chose.active .mod-top_chose_img::before{border-color: #EC3737}.recipe-1 .mod-top_chose.active .mod-top_chose_img img{filter: grayscale(100%) brightness(1000%)}.recipe-1 .custom-dots_top.custom-dots{width: 100%;padding: 1.5rem 5rem;position: relative}.recipe-1 .custom-dots_top.custom-dots::after{content: '';position: absolute;width: 100%;height: 0.13rem;top: 50%;transform: translate(-50%, -50%);left: 50%;z-index: -1;background: linear-gradient(270deg, rgba(236, 55, 55, 0.00) -1.56%, #EC3737 50.45%, rgba(236, 55, 55, 0.00) 101.56%)}.recipe-1 .custom-dots_top.custom-dots .custom-dot{transition: .5s;width: 1.25rem;height: 1.25rem;border: 3px solid #EC3737;background: #EC3737;border-radius: 50%}.recipe-1 .custom-dots_top.custom-dots .custom-dot.active{background: #fff}.recipe-1 .custom-dots_bottom.custom-dots{gap: .31rem}.recipe-1 .custom-dots_bottom.custom-dots .custom-dot{border: 1px solid #616160;width: 0.94rem;height: 0.94rem;border-radius: 50%}.recipe-1 .custom-dots_bottom.custom-dots .custom-dot.active{background: #EC3737;border: 1px solid #EC3737}.recipe-1 .mod-text{gap: 1.25rem}.recipe-1 .mod-text .mod-text_ol_title{margin-bottom: .94rem}.recipe-1 .mod-text ol{margin-bottom: 0;padding-left: 1.5rem}.recipe-1 .mod-text ol li::marker{color: #333}.recipe-1 .image img{max-width: 100%;max-height: 20rem;object-fit: contain}.recipe-1 .btn.btn-primary{display: flex;justify-content: center;align-items: center}.recipe-1 .mod-btn_container{width: 12.5rem}.recipe-1 .owl-nav{position: absolute;top: 50%;transform: translateY(-50%);width: 110%;left: -5%;display: flex;justify-content: space-between;pointer-events: none}.recipe-1 .owl-nav button{pointer-events: all;border: 0 none;background: none;cursor: pointer;color: #dc3545;font-size: 5rem;transition: .3s}.recipe-1 .owl-nav button:hover{opacity: .75}.recipe-1 .carousel-1 .owl-nav{display: flex;width: 100%;left: 0}.recipe-1 .carousel-2 .owl-nav{display: none;width: 100%;left: 0}.recipe-1 .mod-top_chose_img img{max-width: 60%;max-height: 60%;object-fit: contain}@media screen and (min-width: 1200px){.recipe-1 .mod-top_chose_img{padding: 0}.recipe-1 .mod-top_chose_img img{max-width: 60%;max-height: 60%}.recipe-1 .carousel-1 .owl-nav{display: none}}@media screen and (min-width: 1240px){.recipe-1{overflow: visible}}

.wheel-luck-3{position: relative;padding-bottom: 5.3rem;padding-top: 5.58rem;overflow: hidden}.wheel-luck-3 .text-danger{color: var(--bs-primary) !important}.wheel-luck-3 .dis-grid{display: grid;justify-content: end}.wheel-luck-3 .wheel-luck{width: 631px;height: 631px;border-radius: 50%;position: relative;z-index: 5}.wheel-luck-3 .wheel-luck::before{content: '';pointer-events: none;position: absolute;width: 107%;height: 106%;transform: translate(-50%, -50%);top: 50%;left: 50%;border-radius: 50%;border: 21px solid rgba(116, 116, 116, 0.40)}.wheel-luck-3 .wheel-luck .wheel-luck-circle{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;overflow: hidden;background: #fff;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05), -4.06px 4.06px 11.36px 0px rgba(0, 0, 0, 0.05), -15.42px 14.61px 21.10px 0px rgba(0, 0, 0, 0.04), -34.09px 32.46px 28.40px 0px rgba(0, 0, 0, 0.03), -60.87px 58.43px 33.27px 0px rgba(0, 0, 0, 0.01), -94.95px 91.71px 36.52px 0px rgba(0, 0, 0, 0.00)}.wheel-luck-3 .wheel-luck .wheel-luck-circle::after{border: .5rem #fff solid;content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%}.wheel-luck-3 .wheel-luck .wheel-luck-circle .wheel-luck-img{position: absolute;top: 0;left: 0}.wheel-luck-3 .wheel-luck .wheel-luck-circle .wheel-luck-img[data-point="2"]{left: auto;right: 0}.wheel-luck-3 .wheel-luck .wheel-luck-circle .wheel-luck-img[data-point="3"]{left: auto;right: 0}.wheel-luck-3 .wheel-luck .wheel-luck-circle .wheel-luck-img[data-point="4"]{left: auto;top: auto;right: 0;bottom: 0}.wheel-luck-3 .wheel-luck .wheel-luck-circle .wheel-luck-img[data-point="5"]{top: auto;bottom: 0}.wheel-luck-3 .wheel-luck .wheel-luck-circle .wheel-luck-img[data-point="6"]{top: auto;bottom: 0}.wheel-luck-3 .img-contain{width: 100%;height: 100%;object-fit: contain}.wheel-luck-3 .wheel-luck-img[data-point="1"] img{width: 631px;height: 429px}.wheel-luck-3 .wheel-luck-img[data-point="2"] img{width: 431px;height: 631px}.wheel-luck-3 .wheel-luck-img[data-point="3"] img{width: 500px;height: 478px}.wheel-luck-3 .wheel-luck-img[data-point="4"] img{width: 479px;height: 502px}.wheel-luck-3 .wheel-luck-img[data-point="5"] img{width: 631px;height: 420px}.wheel-luck-3 .wheel-luck-img[data-point="6"] img{width: 505px;height: 482px}.wheel-luck-3 .wheel-luck-img[data-point="7"] img{width: 432px;height: 631px}.wheel-luck-3 .wheel-luck-img[data-point="8"] img{width: 479px;height: 497px}.wheel-luck-3 .wheel-luck .wheel-luck-center-img{position: absolute;top: 50%;left: 50%;z-index: 10;transform: translate(-50%, -50%)}.wheel-luck-3 .form-control{max-width: 28.75rem;border: 3px solid #000;line-height: 135%}.wheel-luck-3 p{font-weight: 400;line-height: 1.56rem}.wheel-luck-3 .mod-decor_circ:nth-child(1){top: -1.69rem;transform: translateX(-50%);left: 50%}.wheel-luck-3 .mod-decor_circ:nth-child(2){top: 16%;left: 9%;transform: translate(-50%, -50%)}.wheel-luck-3 .mod-decor_circ:nth-child(3){left: -1.69rem;transform: translateY(-50%);top: 50%}.wheel-luck-3 .mod-decor_circ:nth-child(4){top: 16%;right: 5%;transform: translate(-50%, -50%)}.wheel-luck-3 .mod-decor_circ:nth-child(5){bottom: 13%;left: 8%;transform: translate(-50%, -50%)}.wheel-luck-3 .mod-decor_circ:nth-child(6){right: -1.69rem;transform: translateY(-50%);top: 50%}.wheel-luck-3 .mod-decor_circ:nth-child(7){bottom: 13%;right: 4%;transform: translate(-50%, -50%)}.wheel-luck-3 .mod-decor_circ:nth-child(8){bottom: -1.69rem;transform: translateX(-50%);left: 50%}.wheel-luck-3 .mod-bottom_content{margin-top: 2.5rem}@media screen and (min-width: 992px){.wheel-luck-3 .mod-bottom_content{margin-top: 12.6rem}}@media screen and (min-width: 1200px){.wheel-luck-3 .dis-grid{display: block}.wheel-luck-3 .bar_hand{left: auto;right: -4rem;top: 1.5rem;max-width: 26rem;z-index: -10;pointer-events: none}}.wheel-luck-3 .wheel-popup{position: fixed;top: 0;left: 0;height: 100%;width: 100%;display: flex;align-items: center;justify-content: center;z-index: 20;opacity: 0;pointer-events: none;transition: opacity .5s ease}.wheel-luck-3 .wheel-popup::before{content: "";background: rgb(0, 0, 0);opacity: .3;backdrop-filter: blur(7.5px);position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 1}.wheel-luck-3 .wheel-popup.show{opacity: 1;pointer-events: auto}.wheel-luck-3 .wheel-prize{width: 950px;max-width: calc(100% - 2rem);height: fit-content;background: #FFFFFF;box-shadow: -7px -7px 15px rgb(0 0 0 / 25%), 7px 7px 15px rgb(0 0 0 / 25%);border-radius: 8px;padding: 52px 30px 32px;text-align: center;position: relative;z-index: 2}.wheel-luck-3 .wheel-prize__close{width: 20px;height: 20px;position: absolute;top: 14px;right: 14px;display: flex;align-items: center;justify-content: center;cursor: pointer}.wheel-luck-3 .wheel-prize__close::before{content: "";position: absolute;width: 100%;height: 2px;background: #000;transform: rotate(45deg)}.wheel-luck-3 .wheel-prize__close::after{content: "";position: absolute;width: 100%;height: 2px;background: #000;transform: rotate(-45deg)}

.laptop-1{position: relative;padding-top: 5.66rem;margin-bottom: 7.27rem;overflow: hidden}.laptop-1 .text-danger{color: #EC3737 !important}.laptop-1 .image-laptop img{max-width: 50%}.laptop-1 .mod-contain_screen{margin-bottom: 50.59px;margin-left: 1rem;margin-right: 1rem}.laptop-1 .mod-screen_content{gap: 1.25rem}.laptop-1 .mod-el_content{gap: 1.25rem}.laptop-1 .mod-title_result{line-height: 120%}.laptop-1 .mod-line_after_content{width: 100%;height: 1px;background: #fff}.laptop-1 .mod-sreen_laptop{width: 100%!important;height: 100%!important;background: #333;border: 1.5rem solid #000}@media screen and (min-width: 576px){.laptop-1 .image-laptop img{max-width: 100%}}@media screen and (min-width: 1200px){.laptop-1 .mod-sreen_laptop{position: absolute;width: 63.8231%!important;height: 67.6291%!important;top: 6.06039%;left: 18.2614%;border: none}.laptop-1 .image-laptop img{max-width: none}.laptop-1 .mod-contain_screen{margin-bottom: 0;margin-left: 44px;margin-right: 44px}}@media screen and (min-width: 1400px){.laptop-1 .mod-sreen_laptop{width: 1036px;height: 650px;top: 58.41px;left: 296.5px}}

.tie-1 .h2{line-height: 150%}.tie-1 .p{line-height: 135%}.tie-1 .text-danger{color: #EC3737 !important}.tie-1{position: relative}.tie-1 h2{margin-bottom: 6.19rem}.tie-1 .mod-num_block{gap: 1.69rem}.tie-1 .block-title{font-weight: 400;line-height: 120%}.tie-1 .mod-block{overflow: hidden;padding: 3.75rem 0;border-radius: 1.25rem;background: #FFF;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10), 0px 4px 10px 0px rgba(0, 0, 0, 0.20)}.tie-1 .mod-letter{border-radius: 50%;line-height: 120%;min-width: 5.38rem;height: 5.38rem;background: linear-gradient(135deg, #E8E8E8 0%, #FFF 43.75%, #ECECEC 100%);box-shadow: -1px -1px 2px 0px rgba(174, 174, 174, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;filter: drop-shadow(11px 11px 28px rgba(174, 174, 174, 0.90)) drop-shadow(-11px -11px 22px rgba(255, 255, 255, 0.90)) drop-shadow(11px -11px 22px rgba(174, 174, 174, 0.20)) drop-shadow(-11px 11px 22px rgba(174, 174, 174, 0.20))}.tie-1 .list_el{gap: .73rem}.tie-1 .block-2 .mod-letter, .tie-1 .block-4 .mod-letter{background: linear-gradient(135deg, #EC3737 20.83%, rgba(237, 32, 36, 0.50) 49.48%, #EC3737 77.6%)}.tie-1 .block-4 .mod-block{padding: 1.12rem 5.81rem}.tie-1 .block-2 .mod-circ_el, .tie-1 .block-4 .mod-circ_el{border-color: #EC3737}.tie-1 .block-2 .mod-list{gap: 3.75rem}.tie-1 .list_last_block{gap: 3.75rem}.tie-1 .list_el_bottom{gap: .73rem}.tie-1 .block-2 .mod-block{padding: 3.75rem}.tie-1 .two_content_blocks{gap: 5.5rem}.tie-1 .block-2 .image img{max-width: 100%;filter: drop-shadow(-10px 10px 60px rgba(0, 0, 0, 0.20))}.tie-1 .block-1 .list_el:first-child, .tie-1 .block-3 .list_el:first-child, .tie-1 .block-1 .list_el:nth-child(3), .tie-1 .block-3 .list_el:nth-child(3){margin-bottom: 3.12rem}.tie-1 .block-1 .list_el:nth-child(2), .tie-1 .block-3 .list_el:nth-child(2){margin-bottom: 5rem}.tie-1 .num{width: 5.384rem;height: 5.38rem;position: relative;border-radius: 50%;background: linear-gradient(135deg, #E8E8E8 0%, #FFF 43.75%, #ECECEC 100%);box-shadow: -1px -1px 2px 0px rgba(174, 174, 174, 0.50) inset, 1px 1px 2px 0px rgba(255, 255, 255, 0.30) inset;filter: drop-shadow(11px 11px 28px rgba(174, 174, 174, 0.90)) drop-shadow(-11px -11px 22px rgba(255, 255, 255, 0.90)) drop-shadow(11px -11px 22px rgba(174, 174, 174, 0.20)) drop-shadow(-11px 11px 22px rgba(174, 174, 174, 0.20))}.tie-1 .num::after{border-radius: 50%;content: '';position: absolute;width: 6.25rem;height: 6.25rem;top: 50%;left: 50%;transform: translate(-50%, -50%);border: 1px solid #F9F9F9;pointer-events: none}.tie-1 .image_last img{max-width: 100%}.tie-1 .blocks{gap: 9.38rem}.tie-1 .mod-title_content{font-weight: 700;line-height: 120%;margin-bottom: 5.25rem;position: relative}.tie-1 .mod-title_content::after{content: '';position: absolute;width: 100%;height: 4px;bottom: -.86rem;left: 0;background: linear-gradient(to left, #333333, #EC3737)}.tie-1 .scarf{top: -2.58rem;left: -1.76rem;z-index: -10}.tie-1 .block-1 .image img, .tie-1 .block-3 .image img{max-width: 100%}.tie-1 .block-1 .mod-list, .tie-1 .block-3 .mod-list{padding: 0 1rem}.tie-1 .block-3 .mod-block{padding-top: 0}@media screen and (min-width: 768px){.tie-1{padding-bottom: 9.8rem}.tie-1 .block-3 .mod-block{padding-top: 3.75rem}.tie-1 .block-1 .mod-list, .tie-1 .block-3 .mod-list{padding: 0}.tie-1 .block-1 .image{left: 0;pointer-events: none;transform: translateY(-50%);top: 50%}.tie-1 .block-3 .image{right: 0;top: 0;height: 100%}.tie-1 .block-3 .image img{height: 100%}.tie-1 .block-1 .image img, .tie-1 .block-3 .image img{max-width: none}.tie-1 .block-1 .image, .tie-1 .block-3 .image{position: absolute}.tie-1 .mod-circ_el{border: 1px solid #F9F9F9;padding: .45rem;border-radius: 50%}.tie-1 .mod-circ_block{width: 37.5rem;height: 37.5rem;position: absolute;border-radius: 50%;border: 2px solid #EC3737;transform: translateY(-50%);top: 50%}.tie-1 .block-3 .image{right: -13rem}.tie-1 .block-3 .mod-circ_block{right: 0%}.tie-1 .block-1 .mod-list, .tie-1 .block-3 .mod-list{width: 45%;z-index: 10;position: relative;margin-left: 55%}.tie-1 .block-3 .mod-list{width: 46%;margin-left: 0;margin-right: 50%}.tie-1 .block-1 .image{left: -20rem}}@media screen and (min-width: 992px){.tie-1 .block-1 .list_el:nth-child(2), .tie-1 .block-1 .list_el:nth-child(3){position: relative;left: 6.25rem}.tie-1 .block-3 .list_el:nth-child(2), .tie-1 .block-3 .list_el:nth-child(3){position: relative;right: 6.25rem}.tie-1 .scarf img{max-width: 9rem}.tie-1 .block-1 .mod-list, .tie-1 .block-3 .mod-list{margin-left: 41%}.tie-1 .block-3 .mod-list{margin-left: 10%}.tie-1 .block-1 .image{left: -15rem}.tie-1 .block-3 .image{right: -15rem}.tie-1 .block-3 .mod-circ_block{right: 1%}}@media screen and (min-width: 1200px){.tie-1 .block-1 .mod-list, .tie-1 .block-3 .mod-list{margin-left: 48%}.tie-1 .block-3 .mod-list{margin-right: 50%;width: 50%;margin-left: 6%}.tie-1 .block-1 .mod-circ_block{left: 6.58%}.tie-1 .block-1 .image{left: -5rem}.tie-1 .block-3 .image{right: -10rem}.tie-1 .block-3 .mod-circ_block{left: 39.41%}}@media screen and (min-width: 1400px){.tie-1 .block-3 .mod-circ_block{left: 12.58%}.tie-1 .block-1 .mod-list, .tie-1 .block-3 .mod-list{margin-left: 55%}.tie-1 .block-3 .mod-list{margin-right: 50%;width: 46%;margin-left: 0}.tie-1 .block-1 .mod-circ_block{left: 19.58%}.tie-1 .block-1 .image{left: 0}.tie-1 .block-3 .image{right: 0}}

.advertising-1{position: relative;padding-top: 29.58rem;padding-bottom: 5.05rem;margin-bottom: 9.38rem}.advertising-1 .module-background.image{background-position: center !important;background-repeat: no-repeat !important;background-size: 100% auto !important}.advertising-1 .p{line-height: 135%}@media screen and (min-width: 992px){.advertising-1{padding-top: 42.58rem}}

.quiz-3{overflow: hidden}.quiz-3 .body-carousel{background: linear-gradient(135deg, #26252C 0%, #43414B 27%, #19191E 100%);border-radius: 1.25rem}.quiz-3 .pc-lead{max-width: 48rem;margin-inline: auto;opacity: .85}.quiz-3 .pc-opt{display: inline-flex;flex-direction: column;align-items: flex-start;gap: .15rem;padding: .6rem .9rem;border: 1px solid rgba(255, 255, 255, .22);border-radius: .8rem;background: rgba(255, 255, 255, .08);text-align: left;transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease}.quiz-3 .pc-opt:hover{border-color: var(--bs-primary);background: rgba(255, 255, 255, .16);transform: translateY(-3px);box-shadow: 0 .7rem 1.6rem -.5rem rgba(0, 0, 0, .55)}.quiz-3 .btn-check:checked + .pc-opt{border-color: var(--bs-primary);background: var(--bs-primary);color: #fff;box-shadow: 0 0 0 1px var(--bs-primary) inset}.quiz-3 .btn-check:focus-visible + .pc-opt{box-shadow: 0 0 0 .2rem rgba(var(--bs-primary-rgb), .45)}.quiz-3 .pc-opt-label{line-height: 1.1}.quiz-3 .pc-opt-price--zero{color: rgba(255, 255, 255, .7)}.quiz-3 .pc-summary{position: sticky;top: 1.5rem;padding: 1.5rem;border: 1px solid rgba(11, 11, 18, .1);border-radius: 1.25rem;background: #fff;box-shadow: 0 1rem 2.5rem -1rem rgba(11, 11, 18, .25)}.quiz-3 .pc-total{display: flex;align-items: baseline;flex-wrap: wrap;gap: .35rem;margin: .25rem 0 1.1rem}

.module.quiz-3{padding:80px 0}

.commercial-offer-1 .p{line-height: 135%}.commercial-offer-1 .text-danger{color: #EC3737 !important}.commercial-offer-1{position: relative;margin-bottom: 9.38rem}.commercial-offer-1 .module-background.image{background-position: center bottom !important;background-size: contain !important}.commercial-offer-1 .mod-block{z-index: 10;background: #fff;border: 0;border-radius: 2.5rem;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10), 0px 0px 4px 0px rgba(0, 0, 0, 0.15)}.commercial-offer-1 .form-control{border-radius: 0.25rem;border: 3px solid #333;padding: .87rem 1.71rem;font-weight: 600;line-height: 150%}.commercial-offer-1 .form-control::placeholder{color: rgba(51, 51, 51, 0.50)}.commercial-offer-1 .form-control:focus{box-shadow: 0 0 0 0.15rem #dc35453b}.commercial-offer-1 .mod-decor{left: 0;top: -8rem;z-index: -10}@media screen and (min-width: 768px){.commercial-offer-1{padding-bottom: 15.25rem;margin-bottom: 2.12rem}}@media screen and (min-width: 1400px){.commercial-offer-1 .mod-decor{left: 13.59rem}.commercial-offer-1 .mod-block{margin-top: -2.4rem}}

.do-not-trust-1{position: relative;margin-bottom: 9.38rem;overflow: hidden}.do-not-trust-1::before{content: '';position: absolute;inset: 0;z-index: -1;background: #fff}.do-not-trust-1::after{content: '';position: absolute;left: 0;right: 0;top: auto;bottom: 0;z-index: 10;pointer-events: none;background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);height: 12.44rem}.do-not-trust-1 .text-danger{color: #EC3737 !important}.do-not-trust-1 h2, .do-not-trust-1 p{position: relative;z-index: 10}.do-not-trust-1 .btn.btn-primary{position: relative;z-index: 10}.do-not-trust-1 .image_dude img{max-width: 100%}.do-not-trust-1 .image_dude{left: -7.69rem;bottom: 0;pointer-events: none}.do-not-trust-1 .image_dude-2{left: -1.69rem;bottom: -2.2rem;z-index: 100;pointer-events: none}.do-not-trust-1 .image img{max-width: 100%}@media screen and (min-width: 768px){.do-not-trust-1::before{background: url('/assets/images/pages/landing-page/do-not-trust-1/038.png') center no-repeat;background-size: cover}.do-not-trust-1{padding-bottom: 17.19rem}.do-not-trust-1 .image{position: absolute;left: auto;top: -15.11rem;right: -100%;max-width: 100%;pointer-events: none}.do-not-trust-1 .image img{max-width: 100%}}@media screen and (min-width: 992px){.do-not-trust-1{padding-bottom: 21.19rem}}@media screen and (min-width: 1200px){.do-not-trust-1{padding-bottom: 23.19rem}.do-not-trust-1 .image{top: 5.89rem;right: 0;max-width: none}.do-not-trust-1 .image img{max-width: none}}@media screen and (min-width: 1400px){.do-not-trust-1{overflow: visible}.do-not-trust-1 .image_dude{left: -3.69rem}.do-not-trust-1 .image_dude-2{left: 2.31rem}.do-not-trust-1{padding-bottom: 28.4rem}.do-not-trust-1 .image_dude{bottom: -2.2rem}.do-not-trust-1 .image_dude img{max-width: none}.do-not-trust-1 .image{left: -18rem;right: auto}}@media screen and (min-width: 1600px){.do-not-trust-1 .image_dude{left: 7.31rem}.do-not-trust-1 .image_dude-2{left: 13.31rem}}@media screen and (min-width: 1727px){.do-not-trust-1 .image{left: -8rem}}

.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}

.brainstorm-3 .h2{line-height: 150%;font-weight: 700}.brainstorm-3 .text-danger{color: #EC3737 !important}.brainstorm-3{padding-bottom: .88rem}.brainstorm-3 h2 .mod-title{font-style: normal;font-weight: 700;line-height: 125%}.brainstorm-3 ul{gap: 1.25rem}.brainstorm-3 ul li{line-height: 135%;gap: .81rem;max-width: 43.75rem}.brainstorm-3 .btn.btn-primary{width: 100%;white-space: nowrap}.brainstorm-3 .image img{max-width: 100%}@media screen and (min-width: 992px){.brainstorm-3{margin-bottom: 9.38rem}}@media screen and (min-width: 1400px){.brainstorm-3 .image img{max-width: none}.brainstorm-3 .btn.btn-primary{width: 39.4rem}}

.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}

.dumpling-question-1 .h2{line-height: 150%}.dumpling-question-1 .p{line-height: 135%}.dumpling-question-1{position: relative;margin-bottom: 9.38rem}.dumpling-question-1 .accordeon{gap: 1rem}.dumpling-question-1 dl{cursor: pointer;padding: 1rem;gap: 1.2rem;border-radius: 1.875rem;background: #FFF;box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.12), 0px 0px 4px 0px rgba(0, 0, 0, 0.10)}.dumpling-question-1 dl dd{display: none}.dumpling-question-1 dl.active dd{display: block}.dumpling-question-1 dl.active dt .mod-title_accordeon_vert{display: none}.dumpling-question-1 dl dt .mod-title_accordeon{display: none;overflow: hidden}.dumpling-question-1 dl.active dt .mod-title_accordeon{display: block}.dumpling-question-1 dl dt, .dumpling-question-1 dl dt h3{gap: 1.88rem}.dumpling-question-1 dl .mod-title_accordeon_vert{display: block}.dumpling-question-1 .dumpling{min-width: 4.38rem;width: 4.38rem;height: 4.38rem;border-radius: 50%;border: 1px solid #EC3737}.dumpling-question-1 dl.active .mod-title_accordeon_vert{position: relative;transform: none;top: 0!important;left: 0!important}.dumpling-question-1 .dumpling{margin-top: .91rem;margin-left: .87rem}.dumpling-question-1 .dumpling img{max-width: 100%;top: -.91rem;left: -.87rem;z-index: 1}.dumpling-question-1 .num{position: relative;z-index: 10}@media screen and (min-width: 768px){.dumpling-question-1 dl{min-height: 38.22rem}.dumpling-question-1 dl .mod-title_accordeon_vert{white-space: nowrap;display: block;position: absolute;transform: rotate(180deg) translateX(-50%);left: 20%;writing-mode: vertical-lr;top: 7.27rem;z-index: 10}.dumpling-question-1 .dumpling img{max-width: none}}@media screen and (min-width: 1400px){.dumpling-question-1 dl{padding: 1.88rem;gap: 1.88rem}}

.heritage-1{position: relative;overflow: hidden;margin-bottom: 9.38rem}.heritage-1::before{content: '';position: absolute;inset: 0;z-index: -1;background: url('/assets/images/pages/landing-page/heritage-1/043.jpg') bottom right no-repeat;background-size: 100% 100%}.heritage-1 .text1, .heritage-1 .text2{line-height: 135%}.heritage-1 h2{line-height: 120%;position: relative}.heritage-1 h2::before{content: '';position: absolute;top: 0;left: -.75rem;width: calc(var(--vw, 1vw)*100);height: 100%;pointer-events: none;z-index: -100;background: linear-gradient(90deg, #000 4.6%, rgba(0, 0, 0, 0.00) 131.32%)}.heritage-1 .mod-bottom_content{gap: 1.88rem;margin-bottom: 3.95rem}.heritage-1 .image img{max-width: 70%}@media screen and (min-width: 768px){.heritage-1 .image{margin-top: -13rem;pointer-events: none}}@media screen and (min-width: 992px){.heritage-1{padding-top: 14rem}.heritage-1 .image{margin-top: 0;left: -19.27rem;bottom: 0;pointer-events: none;position: absolute}.heritage-1::before{background-size: 100% 100%}.heritage-1 h2::before{left: -58%;left: -38%}.heritage-1 .image img{max-width: none;max-height: 32rem;object-fit: contain;object-position: top}}@media screen and (min-width: 1200px){.heritage-1 .image{left: -7.27rem}.heritage-1 h2::before{left: -38%}.heritage-1{padding-top: 10rem}.heritage-1::before{background-size: 77% 100%;margin-top: 14rem}}@media screen and (min-width: 1400px){.heritage-1 .image{left: -3.37rem}.heritage-1::before{background-size: 70% 100%;margin-top: 10rem}}

.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}}

