.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-5{position: relative;overflow: hidden;padding-top: 4.37rem;padding-bottom: 17rem}.home-5 .module-background.image{background-position: center bottom !important;background-size: 100% 75%}.home-5 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.home-5 h1{gap: .94rem}.home-5 h1 > div:nth-child(1){line-height: 100%}.home-5 h1 > div:nth-child(2){line-height: 150%}.home-5 .mod-block{border-radius: 1.25rem;gap: 1.87rem;width: 100%;max-width: 28.81rem;border: 1px solid rgba(255, 255, 255, 0.10);background: #FFF;box-shadow: 7px 7px 50px 0px rgba(0, 0, 0, 0.25)}.home-5 form{gap: 1.88rem}.home-5 .form-control{border-radius: 0.25rem;margin-top: .91rem;border: 2px solid var(--bs-primary);padding: .94rem 1.24rem;line-height: 1.25rem}.home-5 .form-control:focus{box-shadow: 0 0 0 0.15rem rgba(253, 13, 13, 0.25)}.home-5 .form-label{margin-bottom: 0;top: 0;left: 1.14rem;padding: 0 .23rem;background: #fff;font-weight: 400;line-height: 150%}.home-5 .mod-decor_block{left: -17.5rem;top: -.56rem;transform-origin: top right;animation: rotateCheck 2s infinite linear forwards}.home-5 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;z-index: -1;max-width: 1920px;width: 100%;pointer-events: none}.home-5 .item-1{position: absolute;bottom: 19.3rem;left: 44%}.home-5 .item-2{position: absolute;top: 21.04rem;left: 42%}.home-5 .image img{max-width: 100%}@media screen and (max-width: 992px){.home-5 .image img{max-width: none}}@keyframes rotateCheck{0%{transform: rotate(0)}50%{transform: rotate(-2deg)}100%{transform: rotate(0)}}

.how-much-1{position: relative;margin-bottom: 3.75rem;margin-top: -9rem}.how-much-1 .mod-card::before{--bs-gutter-x: 1.5rem;content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin-right: calc(var(--bs-gutter-x) / -2);margin-left: calc(var(--bs-gutter-x) / -2);z-index: -1000;pointer-events: none;backface-visibility: hidden;background-color: var(--bs-light)}@media (min-width: 1200px){.how-much-1 .mod-card::before{left: 50%;transform: translateX(-50%);width: 100vw;width: calc(var(--vw, 1vw) * 100);margin: 0 auto;max-width: 1980px}}.how-much-1 h2{line-height: 124%}.how-much-1 h2 > span:last-child{display: block;margin-top: 1rem}.how-much-1 .mod-blocks{gap: 2.3rem}.how-much-1 .row::after{content: none}.how-much-1 .mod-title-card{line-height: 120%}.how-much-1 .mod-title-list{line-height: 135%}.how-much-1 ul{gap: .62rem}.how-much-1 ul li{font-weight: 400;line-height: 150%}.how-much-1 .mod-card-mobile{border-radius: 10px;background: #EC3737}.how-much-1 .imageMob{border-radius: 5px;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);overflow: hidden}.how-much-1 .d-grid-mobile{display: grid;gap: .94rem}.how-much-1 .mod-card-mobile-2 .d-grid-mobile > .imageMob img{width: 100%;height: 100%;object-fit: cover}.how-much-1 .mod-card-mobile-2 .d-grid-mobile{grid-template-areas: "a b" "a c" "a d"}.how-much-1 .mod-card-mobile-2 .d-grid-mobile > .imageMob:nth-child(1){grid-area: a}.how-much-1 .mod-card-mobile-2 .d-grid-mobile > .imageMob:nth-child(2){grid-area: b}.how-much-1 .mod-card-mobile-2 .d-grid-mobile > .imageMob:nth-child(3){grid-area: c}.how-much-1 .mod-card-mobile-2 .d-grid-mobile > .imageMob:nth-child(4){grid-area: d}.how-much-1 .mod-card-mobile-3 .d-grid-mobile > .imageMob img{width: 100%;height: 100%;object-fit: cover}.how-much-1 .mod-card-mobile-3 .d-grid-mobile{grid-template-areas: "a a b b f f f f f" "c c c c f f f f f" "d d d d f f f f f" "e e e e f f f f f"}.how-much-1 .mod-card-mobile-3 .d-grid-mobile > .imageMob:nth-child(1){grid-area: a}.how-much-1 .mod-card-mobile-3 .d-grid-mobile > .imageMob:nth-child(2){grid-area: b}.how-much-1 .mod-card-mobile-3 .d-grid-mobile > .imageMob:nth-child(3){grid-area: c}.how-much-1 .mod-card-mobile-3 .d-grid-mobile > .imageMob:nth-child(4){grid-area: d}.how-much-1 .mod-card-mobile-3 .d-grid-mobile > .imageMob:nth-child(5){grid-area: e}.how-much-1 .mod-card-mobile-3 .d-grid-mobile > .imageMob:nth-child(6){grid-area: f}.how-much-1 .mod-mark-list img{width: 1rem}@media screen and (min-width: 768px){.how-much-1 .mod-card-mobile-2 .d-grid-mobile{grid-template-columns: 57% 1fr}}@media screen and (min-width: 992px){.how-much-1 .mod-text{padding: 1.25rem 0}.how-much-1 .mod-card-1{padding-top: 4.63rem;padding-bottom: 4.91rem}.how-much-1 .mod-card-1::before{background: url('/assets/images/pages/internet-magazin/how-much-1/004.svg') center no-repeat;background-size: 100% 100%;width: 100%;margin-top: 4.91rem}.how-much-1 .mod-card-1 .image{border-radius: 0.93rem;overflow: hidden;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25)}.how-much-1 .mod-card-1 .image img{max-width: 100%;height: 100%;object-fit: cover}.how-much-1 .mod-card-2{padding-top: 2.73rem;padding-bottom: 9.22rem}.how-much-1 .mod-card-2::before{background: url('/assets/images/pages/internet-magazin/how-much-1/009.svg') center no-repeat;background-size: 100% 100%;width: 100%;margin-top: 2.73rem}.how-much-1 .mod-card-2 .d-grid-image{display: grid;grid-template-areas: "a a a b b" "a a a c c" "a a a d d";gap: 1.77rem}.how-much-1 .mod-card-2 .d-grid-image > .image:nth-child(1){grid-area: a}.how-much-1 .mod-card-2 .d-grid-image > .image:nth-child(2){grid-area: b}.how-much-1 .mod-card-2 .d-grid-image > .image:nth-child(3){grid-area: c}.how-much-1 .mod-card-2 .d-grid-image > .image:nth-child(4){grid-area: d}.how-much-1 .mod-card-2 .d-grid-image .image{border-radius: 0.93rem;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);overflow: hidden}.how-much-1 .mod-card-2 .d-grid-image .image img{width: 100%;height: 100%;object-fit: cover}.how-much-1 .mod-card-3{padding-bottom: 13.13rem;padding-top: 2rem}.how-much-1 .mod-card-3::before{background: url('/assets/images/pages/internet-magazin/how-much-1/016.svg') center no-repeat;background-size: 100% 100%;width: 100%;margin-top: 2rem}.how-much-1 .mod-card-3 .d-grid-image{display: grid;grid-template-areas: "a a b b f f f f f" "c c c c f f f f f" "d d d d f f f f f" "e e e e f f f f f";gap: 1.25rem}.how-much-1 .mod-card-3 .d-grid-image > .image:nth-child(1){grid-area: a}.how-much-1 .mod-card-3 .d-grid-image > .image:nth-child(2){grid-area: b}.how-much-1 .mod-card-3 .d-grid-image > .image:nth-child(3){grid-area: c}.how-much-1 .mod-card-3 .d-grid-image > .image:nth-child(4){grid-area: d}.how-much-1 .mod-card-3 .d-grid-image > .image:nth-child(5){grid-area: e}.how-much-1 .mod-card-3 .d-grid-image > .image:nth-child(6){grid-area: f}.how-much-1 .mod-card-3 .d-grid-image .image{border-radius: 0.93rem;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);overflow: hidden}.how-much-1 .mod-card-3 .d-grid-image .image img{max-width: 100%;height: 100%;object-fit: cover}.how-much-1 .mod-card-2 .mod-block-card, .how-much-1 .mod-card-3 .mod-block-card{gap: 1.88rem}.how-much-1 .mod-card-3 .mod-text{min-width: 28rem}.how-much-1 .mod-card::before{margin-left: 0;margin-right: 0}.how-much-1 .mod-card-2 .mod-text{padding-left: 1rem}.how-much-1 .mod-card-2 .mod-block-card{gap: 0}.how-much-1 .mod-card-3 .d-grid-image{margin-top: -2rem;position: absolute}.how-much-1 .d-grid-image{position: absolute;margin-top: -2.73rem}.how-much-1 .mod-card-1 .image{position: absolute;top: 0}}@media screen and (min-width: 1400px){.how-much-1 .mod-card-2 .mod-text{min-width: 28rem}}

.constructor-3{position: relative;overflow: hidden;padding-bottom: 11.16rem;padding-top: 3.13rem;z-index: 10}.constructor-3 .mod-quiz-card{overflow: hidden;border-radius: 0.94rem;background: #FFF;box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25)}.constructor-3 .quiz-image{background: var(--bs-primary)}.constructor-3 .mod-quiz-dots{gap: 5px}.constructor-3 .mod-quiz-dots .mod-quiz-dot{opacity: 0;width: 15px;height: 15px;border: 1px solid #616160;border-radius: 50%}.constructor-3 .mod-quiz-dots .mod-quiz-dot.active{border: 1px solid var(--bs-primary);background: var(--bs-primary)}.constructor-3 .mod-quiz-dots .mod-quiz-dot.visib{opacity: 1}.constructor-3 .price-in-uslug{width: fit-content;border-radius: 0.44rem;border: .13rem solid var(--bs-primary)}.constructor-3 .mod-quiz-full-price{border-radius: 0.44rem;background: var(--bs-primary)}.constructor-3 .mod-quiz-quist{display: none;gap: 1.75rem}.constructor-3 .mod-quiz-quist.active{display: flex}.constructor-3 .btn-no.btn.btn-primary{height: 100%;display: flex;align-items: center;line-height: 150%;border: 2px solid var(--bs-primary)}.constructor-3 .btn-no.btn.btn-primary:hover{background: #FFF;color: var(--bs-primary)}.constructor-3 .form-control{max-width: 17.7rem;font-weight: 400;line-height: 125%;border-radius: 0.44rem;border: 2px solid var(--bs-primary)}.constructor-3 .form-control::placeholder{color: rgba(0, 0, 0, 0.50)}.constructor-3 .block-text-quiz{gap: 1.75rem;height: 100%}.constructor-3 .mod-btns{gap: 1.88rem}.constructor-3 .btn-nextPrev.btn.btn-outline-primary{border: 2px solid var(--bs-primary);max-width: 3.13rem;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center}.constructor-3 .btn-nextPrev.btn.btn-outline-primary i{color: var(--bs-primary)}.constructor-3 .btn-nextPrev.btn.btn-outline-primary:hover i{color: #fff}.constructor-3 .form-select{max-width: 19.5rem;cursor: pointer;border-radius: 0.44rem;border: 2px solid var(--bs-primary);color: rgba(0, 0, 0, 0.50);font-style: normal;font-weight: 400;line-height: 125%;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.0847376 0.692597C0.301616 0.289588 0.689082 0.0505384 1.12849 0.0486289C1.66553 0.0463065 1.58937 -0.0282676 4.8342 3.67757C6.47849 5.55554 7.83935 7.10936 7.85835 7.13052C7.87735 7.15173 9.26497 5.60349 10.942 3.68995C13.2039 1.10902 14.0413 0.187558 14.1855 0.120467C14.9808 -0.249099 15.8269 0.27199 15.8304 1.13354C15.8313 1.36815 15.8007 1.46791 15.66 1.68755C15.4684 1.98673 8.7853 9.62981 8.57148 9.79423C8.26165 10.0326 7.77311 10.0674 7.36991 9.88011C7.21595 9.80853 6.34812 8.85001 3.6831 5.80785C1.76608 3.61961 0.152509 1.74277 0.0974054 1.63713C-0.0268944 1.39886 -0.0334395 0.912138 0.0847376 0.692597Z' fill='%23EC3737'/%3e%3c/svg%3e")}.constructor-3 .form-select:focus, .constructor-3 .form-control:focus{border-color: #e42c2c;outline: 0;box-shadow: 0 0 0 0.15rem #cc4d4dc9}.constructor-3 .block-form-chek{gap: 1.88rem}.constructor-3 .btn.quiz-price-list-btn{border: 2px solid var(--bs-primary);background: #fff;display: flex;align-items: center;justify-content: center;color: rgba(0, 0, 0, 0.50);line-height: 125%}.constructor-3 .form-control.form-last-quiz::placeholder{color: var(--bs-primary);font-weight: 600}.constructor-3 .form-control.form-last-quiz:nth-child(1){max-width: 9.75rem}.constructor-3 .form-control.form-last-quiz:nth-child(2){max-width: 10.81rem}.constructor-3 .form-control.form-last-quiz:nth-child(3){max-width: 12.18rem}.constructor-3 .mod-quiz-quist:last-child .block-text-quiz{gap: 1.25rem}.constructor-3 .btn.btn-primary.btn-last-quiiz{border: 2px solid var(--bs-primary);color: #fff;line-height: 150%}.constructor-3 .btn.btn-primary.btn-last-quiiz:hover{background: #fff;color: var(--bs-primary)}.constructor-3 .btn.quiz-price-list-btn:hover, .constructor-3 .price-radio:checked ~ .btn.quiz-price-list-btn{background: var(--bs-primary);color: #fff}.constructor-3 .dot-container{transition: all .5s ease-in-out}.constructor-3 .mod-quiz-dots{left: 0;top: 50%;transform: translateY(-50%)}.constructor-3 .mod-quiz-dot{transition: all .1s ease-in-out}.constructor-3 .btn-da.btn.btn-primary{height: 100%;display: flex;align-items: center;background: #fff;color: var(--bs-primary);line-height: 150%;border: 2px solid var(--bs-primary)}.constructor-3 .btn-da.btn.btn-primary:hover{background: var(--bs-primary);color: #fff}.constructor-3 .form-check-input:checked ~ .btn-no, .constructor-3 .form-check-input:checked ~ .btn-da{box-shadow: 0 0 0 0.16rem #cc4d4dc9}.constructor-3 .mod-quiz-block{min-height: 30rem;height: 100%}.constructor-3 .quiz-image img{max-width: 40%;object-fit: contain}.constructor-3 .block-quiz-num{gap: .64rem}.constructor-3 .btn-block-num{width: 3.12rem;cursor: pointer}.constructor-3 .input-number{border-radius: 0.44rem;background: var(--bs-primary)}.constructor-3 .input-number__input::-webkit-inner-spin-button, .constructor-3 .input-number__input::-webkit-outer-spin-button, .constructor-3 .input-number__input:hover{-webkit-appearance: none}.constructor-3 .input-number__input{-moz-appearance: textfield;margin: .62rem 1ch;width: 1ch;background: none;border: none}.constructor-3 .input-number__input:active, .constructor-3 .input-number__input:hover, .constructor-3 .input-number__input:focus-visible, .constructor-3 .input-number__input:focus{border: none;box-shadow: none}.constructor-3 .block-17 .block-form-chek{gap: 1rem}@media screen and (min-width: 992px){.constructor-3 .quiz-image img{max-width: 100%}.constructor-3 .mod-quiz-block{height: 100%}}@media screen and (min-width: 1400px){.constructor-3 .mod-quiz-quist{gap: 0}}

.writing-stores-1{position: relative;padding-top: 32.37rem;margin-top: -32.37rem;padding-bottom: 23.87rem;z-index: 5}.writing-stores-1 .module-background.image{background-size: 100% 100% !important;background-repeat: no-repeat !important}.writing-stores-1 h2{line-height: 120%;margin-bottom: 3.37rem}.writing-stores-1 .mod-card{min-height: 22rem;border-radius: 0.94rem;border: 1px solid rgba(255, 255, 255, 0.20);background: #FFF;box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.25)}.writing-stores-1 .mod-card p{font-weight: 500;line-height: 125%}.writing-stores-1 .mod-card-list{gap: .62rem}.writing-stores-1 .image{margin-bottom: -2.24rem;pointer-events: none}.writing-stores-1 .circle-img{width: 6.5rem;height: 6.5rem;border: 3px solid var(--bs-primary);border-radius: 50%;background: #fff}.writing-stores-1 .image img{max-width: 4.5rem}.writing-stores-1 .row{overflow-x: auto;flex-wrap: nowrap}.writing-stores-1 .row::-webkit-scrollbar{height: 0}@media screen and (min-width: 992px){.writing-stores-1 .row{overflow: visible}.writing-stores-1 h2{margin-bottom: 9.37rem}}

.you-know-1{position: relative;margin-top: -10.67rem;z-index: 10;overflow: hidden}.you-know-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.you-know-1 .image-text img{vertical-align: bottom}.you-know-1 .image{margin-left: -1.37rem;position: relative;z-index: 10;pointer-events: none}.you-know-1 .h2{line-height: 120%;max-width: 94%}.you-know-1 .mod-decor{position: absolute;right: -6.02rem;bottom: 0;pointer-events: none}.you-know-1 .mod-decor .image-1{z-index: -10;transform: translate(-50%, -50%);left: 56%;top: 53%}.you-know-1 .mod-decor .image-2{position: relative;animation: youKnow1ImageFly 2s linear infinite forwards;pointer-events: none;z-index: -5}.you-know-1 .image-text img, .you-know-1 .image img{max-width: 100%}@media screen and (min-width: 992px){.you-know-1 .h2{max-width: none}.you-know-1 .image img{max-width: none}}@keyframes youKnow1ImageFly{0%{top: 0}50%{top: -1rem}100%{top: 0}}

.perfect-store-1{position: relative;overflow: hidden;margin-top: -1.75rem;padding-bottom: 6.45rem;z-index: 5}.perfect-store-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.perfect-store-1 .grid-conatiner{display: grid;gap: 1.88rem;grid-template-columns: 100%;grid-template-areas: "b" "a" "c" "d" "e" "f" "g" "j"}.perfect-store-1 .grid-conatiner .mod-block:nth-child(1){grid-area: a}.perfect-store-1 .grid-conatiner .mod-block:nth-child(2){grid-area: b}.perfect-store-1 .grid-conatiner .mod-block:nth-child(3){grid-area: c}.perfect-store-1 .grid-conatiner .mod-block:nth-child(4){grid-area: d}.perfect-store-1 .grid-conatiner .mod-block:nth-child(5){grid-area: e}.perfect-store-1 .grid-conatiner .mod-block:nth-child(6){grid-area: f}.perfect-store-1 .grid-conatiner .mod-block:nth-child(7){grid-area: g}.perfect-store-1 .grid-conatiner .mod-block:nth-child(8){grid-area: j}.perfect-store-1 .mod-block .mod-title-card{padding-bottom: 1.25rem;margin-bottom: .62rem;gap: 1.5rem;border-bottom: 3px solid #EC3737}.perfect-store-1 .grid-conatiner .mod-block{border-radius: 0.63rem;background: linear-gradient(90deg, #E0E0E0 0%, rgba(224, 224, 224, 0.00) 100%);padding: 1.5rem 1.25rem;display: flex;align-items: center}.perfect-store-1 .grid-conatiner .mod-block:nth-child(1){background: none;padding: 0}.perfect-store-1 .image-mob img{max-width: 11rem}.perfect-store-1 .mod-block .mod-text{width: 100%}@media screen and (min-width: 576px){.perfect-store-1 .image-mob img{max-width: 10.5rem}}@media screen and (min-width: 768px){.perfect-store-1 .image img{max-width: 50%}.perfect-store-1 .mod-block .mod-title-card{padding-bottom: 1.25rem;margin-bottom: 1.06rem}.perfect-store-1 .mod-block .mod-text{max-width: 26.7rem}.perfect-store-1 .mod-block{min-height: 26.25rem;border-radius: 0.93rem}.perfect-store-1 .grid-conatiner .mod-block:nth-child(3), .perfect-store-1 .grid-conatiner .mod-block:nth-child(4), .perfect-store-1 .grid-conatiner .mod-block:nth-child(7), .perfect-store-1 .grid-conatiner .mod-block:nth-child(8){flex-direction: column}.perfect-store-1 .grid-conatiner .mod-block:nth-child(3) .image, .perfect-store-1 .grid-conatiner .mod-block:nth-child(4) .image, .perfect-store-1 .grid-conatiner .mod-block:nth-child(7) .image, .perfect-store-1 .grid-conatiner .mod-block:nth-child(8) .image{margin-top: 2.5rem;height: auto}.perfect-store-1 .grid-conatiner{grid-template-columns: 1fr 1fr;grid-template-areas: "b b" "a a" "c d" "e e" "f f" "g j"}.perfect-store-1 .grid-conatiner .mod-card-3, .perfect-store-1 .grid-conatiner .mod-card-4, .perfect-store-1 .grid-conatiner .mod-card-7, .perfect-store-1 .grid-conatiner .mod-card-8{background: linear-gradient(180deg, #E0E0E0 0%, rgba(224, 224, 224, 0.00) 100%)}}@media screen and (min-width: 992px){.perfect-store-1 .image img{max-width: 100%;object-fit: contain}.perfect-store-1 .grid-conatiner .mod-block:nth-child(3) .image, .perfect-store-1 .grid-conatiner .mod-block:nth-child(4) .image, .perfect-store-1 .grid-conatiner .mod-block:nth-child(7) .image, .perfect-store-1 .grid-conatiner .mod-block:nth-child(8) .image{height: 100%}.perfect-store-1 .grid-conatiner{grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas: "b b b b b b b b c c c c" "d d d d a a a a c c c c" "d d d d e e e e e e e e" "f f f f f f f f j j j j" "g g g g g g g g j j j j"}}@media screen and (min-width: 1400px){.perfect-store-1 .grid-conatiner .mod-block:nth-child(3), .perfect-store-1 .grid-conatiner .mod-block:nth-child(4), .perfect-store-1 .grid-conatiner .mod-block:nth-child(8){flex-direction: row;align-items: start;padding: 4.4rem 1.5rem}.perfect-store-1 .grid-conatiner .mod-block > .image-absolute{pointer-events: none}.perfect-store-1 .grid-conatiner .mod-block:nth-child(7){padding: 4.4rem 1.5rem;align-items: end;background: linear-gradient(90deg, rgba(224, 224, 224, 0.00) 0%, #E0E0E0 100%)}.perfect-store-1 .grid-conatiner .mod-block:nth-child(2) > .image-absolute{transform: translateY(-50%);top: 50%;right: -1.56rem}.perfect-store-1 .grid-conatiner .mod-block:nth-child(3) > .image-absolute{bottom: -1.46rem;left: 0}.perfect-store-1 .grid-conatiner .mod-block:nth-child(4) > .image-absolute{transform: translateX(-50%);bottom: -.87rem;left: 50%}.perfect-store-1 .grid-conatiner .mod-block:nth-child(5) > .image-absolute{transform: translateY(-50%);top: 50%;right: -6.09rem}.perfect-store-1 .grid-conatiner .mod-block:nth-child(6) > .image-absolute{top: .19rem;right: -1.85rem}.perfect-store-1 .grid-conatiner .mod-block:nth-child(7) > .image-absolute{transform: translateY(-50%);top: 50%;left: -4.75rem}.perfect-store-1 .grid-conatiner .mod-block:nth-child(8) > .image-absolute{bottom: -6.46rem;left: .94rem}}

.get-married-1{position: relative;padding-bottom: 10rem}.get-married-1 .module-background.image{background-image: url('/assets/images/pages/internet-magazin/get-married-1/125.svg') !important;background-position: center !important;background-repeat: no-repeat !important;background-size: 100% 100% !important}.get-married-1 h2{line-height: 120%}.get-married-1 .mod-pic img{max-width: 100%}.get-married-1 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;z-index: 1;max-width: 100%;pointer-events: none}.get-married-1 .item-1{position: absolute;bottom: 4rem;left: 31%}@media screen and (min-width: 992px){.get-married-1{padding-top: 44.82rem;padding-bottom: 33.76rem;margin-top: -26.06rem}.get-married-1 .module-background.image{background-image: url('/assets/images/pages/internet-magazin/get-married-1/031.svg') !important;background-size: auto !important;background-repeat: no-repeat !important}.get-married-1 .mod-pic{position: absolute;z-index: -5;right: -5rem;transform: translateY(-50%);top: 50%}.get-married-1 .mod-pic img{max-width: none}}

.seamless-relocation-1{position: relative;padding-top: 4rem;overflow: hidden;margin-bottom: 3.75rem}.seamless-relocation-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.seamless-relocation-1 .h2 .mod-accent{color: var(--bs-primary)}.seamless-relocation-1 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;z-index: -7;max-width: 100%;pointer-events: none}.seamless-relocation-1 .parallaxScene > div{transition: transform .25s ease-out;will-change: transform}.seamless-relocation-1 .item-1{position: absolute;top: 0rem;right: 22%}.seamless-relocation-1 .item-2{position: absolute;right: 0;top: 0}.seamless-relocation-1 .item-3{position: absolute;bottom: 2.56rem;right: 0}.seamless-relocation-1 .item-4{position: absolute;bottom: 0;right: 14.22rem}.seamless-relocation-1 .image img{max-width: 100%}@media screen and (min-width: 768px){.seamless-relocation-1 .image img{max-width: none}}@media screen and (min-width: 992px){.seamless-relocation-1 .h2{line-height: 120%}.seamless-relocation-1 .desc{max-width: 34.06rem}.seamless-relocation-1 .stage{padding-bottom: 20.5rem}.seamless-relocation-1 .decor-1{bottom: 0;left: 24.62rem;z-index: -5;pointer-events: none}.seamless-relocation-1 .decor-2{bottom: 0;left: 39.62rem;z-index: -10;pointer-events: none}}@media screen and (min-width: 1200px){.seamless-relocation-1 .decor-1{bottom: 1.46rem;left: 18.62rem}}@media (prefers-reduced-motion: reduce){.seamless-relocation-1 .parallaxScene > div{transform: none !important}}

.best-features-1{position: relative;overflow: hidden;padding-top: 3.37rem;z-index: 5;padding-bottom: 5rem}.best-features-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.best-features-1 .d-mobile{gap: 1.5rem}.best-features-1 .image-mob img{width: 6.65rem}.best-features-1 .mod-card-mob-4 .image-mob img, .best-features-1 .mod-card-mob-8 .image-mob img{width: 11.65rem}.best-features-1 .mod-card-mob{border-radius: 1rem;background: linear-gradient(90deg, #E0E0E0 0%, rgba(224, 224, 224, 0.00) 100%);gap: 1rem}.best-features-1 .mod-title-card-mob{line-height: 120%}.best-features-1 .mod-head-card{border-bottom: .3rem solid #EC3737;gap: 1rem}.best-features-1 .grid-conatiner{display: none}@media screen and (min-width: 576px){.best-features-1 .grid-conatiner{display: grid;gap: 1.88rem;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas: "c c c c c c" "a a a a a a" "b b b d d d" "e e e e e e" "f f f f f f" "g g g g g g" "j j j j j j"}.best-features-1 .grid-conatiner .mod-block:nth-child(1){grid-area: a}.best-features-1 .grid-conatiner .mod-block:nth-child(2){grid-area: b}.best-features-1 .grid-conatiner .mod-block:nth-child(3){grid-area: c}.best-features-1 .grid-conatiner .mod-block:nth-child(4){grid-area: d}.best-features-1 .grid-conatiner .mod-block:nth-child(5){grid-area: e}.best-features-1 .grid-conatiner .mod-block:nth-child(6){grid-area: f}.best-features-1 .grid-conatiner .mod-block:nth-child(7){grid-area: g}.best-features-1 .grid-conatiner .mod-block:nth-child(8){grid-area: j}.best-features-1 .mod-text{max-width: 26.6rem}.best-features-1 .grid-conatiner .mod-block.mod-card{min-height: 26.25rem}.best-features-1 .grid-conatiner .mod-block{border-radius: 0.94rem}.best-features-1 .grid-conatiner .mod-block.mod-card-3, .best-features-1 .grid-conatiner .mod-block.mod-card-7{background: linear-gradient(90deg, #E0E0E0 0%, rgba(224, 224, 224, 0.00) 100%);display: flex;align-items: center;padding: 1.25rem 3.13rem}.best-features-1 .grid-conatiner .mod-block.mod-card-5, .best-features-1 .grid-conatiner .mod-block.mod-card-8{background: linear-gradient(90deg, rgba(224, 224, 224, 0.00) 0%, #E0E0E0 100%);display: flex;justify-content: end;align-items: center;padding: 1.25rem 3.13rem}.best-features-1 .grid-conatiner .mod-block.mod-card-2, .best-features-1 .grid-conatiner .mod-block.mod-card-4, .best-features-1 .grid-conatiner .mod-block.mod-card-6{background: linear-gradient(180deg, #E0E0E0 0%, rgba(224, 224, 224, 0.00) 100%);padding: 1.91rem 1.88rem}.best-features-1 .mod-block .mod-title-card{padding-bottom: 1.25rem;margin-bottom: 1.06rem;border-bottom: 3px solid #EC3737}.best-features-1 .mod-desc-card{font-weight: 400;line-height: 125%}.best-features-1 h2, .best-features-1 .h2{line-height: 150%;padding: 6rem 0;margin-bottom: 0}.best-features-1 .grid-conatiner .mod-block.mod-card-3 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-7 .image{transform: translateY(-50%);top: 50%}.best-features-1 .grid-conatiner .mod-block.mod-card-7 .image{right: -5rem}.best-features-1 .grid-conatiner .mod-block.mod-card-8 .image{left: -5.3rem}.best-features-1 .grid-conatiner .mod-block.mod-card-8 .image{position: relative!important;left: auto;top: auto;right: auto;bottom: auto;transform: none}.best-features-1 .grid-conatiner .mod-block.mod-card-2 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-4 .image{position: relative!important}.best-features-1 .grid-conatiner .mod-block.mod-card-5 .image img, .best-features-1 .grid-conatiner .mod-block.mod-card-6 .image img, .best-features-1 .grid-conatiner .mod-block.mod-card-8 .image img{max-width: 100%}.best-features-1 .grid-conatiner .mod-block.mod-card-6 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-7 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-5 .image{position: relative!important}.best-features-1 .grid-conatiner .mod-block.mod-card-6{display: flex}.best-features-1 .grid-conatiner .mod-block.mod-card-2 .image img, .best-features-1 .grid-conatiner .mod-block.mod-card-6 .image img, .best-features-1 .grid-conatiner .mod-block.mod-card-7 .image img, .best-features-1 .grid-conatiner .mod-block.mod-card-4 .image img{max-width: 100%}.best-features-1 .grid-conatiner .mod-block.mod-card-3 .image{margin-left: 1rem;position: relative!important}.best-features-1 .grid-conatiner .mod-block.mod-card-3 .image img{max-height: 29rem;max-width: 100%}}@media screen and (min-width: 768px){.best-features-1 .grid-conatiner .mod-block.mod-card-3 .image{margin-left: 0;right: 3.12rem;top: 45%;position: absolute!important}}@media screen and (min-width: 992px){.best-features-1 .grid-conatiner .mod-block.mod-card-3 .image img{max-height: none}.best-features-1 .grid-conatiner .mod-block.mod-card-3 .image{right: -3.88rem;top: 45%}.best-features-1 .grid-conatiner .mod-block.mod-card-2 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-6 .image{position: absolute!important}.best-features-1 .grid-conatiner .mod-block.mod-card-6 .image img{max-width: 100%}.best-features-1 .grid-conatiner{grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas: "b b c c c c" "b b a a d d" "e e e e d d" "f f g g g g" "f f j j j j"}.best-features-1 .grid-conatiner .mod-block.mod-card-6 .image{bottom: -4.83rem;left: -1.5rem}.best-features-1 .grid-conatiner .mod-block.mod-card-6{display: block}.best-features-1 .grid-conatiner .mod-block.mod-card-2 .image{right: -.94rem;bottom: 3.43rem}}@media screen and (min-width: 1200px){.best-features-1 .grid-conatiner .mod-block.mod-card-7 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-4 .image{position: absolute!important}.best-features-1 .grid-conatiner .mod-block.mod-card-2 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-4 .image img{max-width: auto}.best-features-1 .grid-conatiner .mod-block.mod-card-5 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-8 .image{transform: translateY(-50%);top: 50%}.best-features-1 .grid-conatiner .mod-block.mod-card-2 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-4 .image{position: absolute!important}.best-features-1 .grid-conatiner .mod-block.mod-card-5 .image, .best-features-1 .grid-conatiner .mod-block.mod-card-5 .image{position: absolute!important;left: -8.3rem}.best-features-1 .grid-conatiner .mod-block.mod-card-4 .image{right: -8.69rem;bottom: -2.13rem}}@media screen and (min-width: 1400px){.best-features-1 .grid-conatiner .mod-block.mod-card-8 .image{left: -5.3rem;transform: translateY(-50%);top: 50%}.best-features-1 .grid-conatiner .mod-block.mod-card-8 .image{position: absolute!important}.best-features-1 .grid-conatiner .mod-block.mod-card-5 .image{left: -5.3rem}.best-features-1 .grid-conatiner .mod-block.mod-card-5 .image img, .best-features-1 .grid-conatiner .mod-block.mod-card-6 .image img, .best-features-1 .grid-conatiner .mod-block.mod-card-8 .image img{max-width: none}}

.perfect-card-1{position: relative;padding-top: 3.37rem;margin-bottom: 3.75rem;padding-bottom: 6.75rem}.perfect-card-1 h2, .perfect-card-1 .h2{line-height: 120%;margin-bottom: 13.25rem}.perfect-card-1 .image{top: 0;left: 0}.perfect-card-1 .image-main{opacity: 0}.perfect-card-1 .mod-decor-card .mod-circle{width: .62rem;height: .62rem;background: var(--bs-primary);border-radius: 50%;opacity: 0}.perfect-card-1 .mod-decor-card .mod-circle.anim{opacity: 1}.perfect-card-1 .mod-line-card{height: 9.38rem;width: 3px;background: var(--bs-primary);max-height: 0rem}.perfect-card-1 .mod-line-card.anim{animation: modLine 1s;opacity: 1;max-height: 12.5rem}.perfect-card-1 .mod-decor-text.anim{animation: modText 2s;opacity: 1;opacity: 1}.perfect-card-1 .mod-decor-card{position: absolute;z-index: 10}.perfect-card-1 .block-img::before{content: '';position: absolute;z-index: -100;top: 50%;left: 50%;transform: translate(-50%, -50%);background: url('/assets/images/pages/internet-magazin/perfect-card-1/110.png') center no-repeat;background-size: contain;width: 100%;height: 100%}.perfect-card-1 .line-1{left: 11.5rem;bottom: 20rem}.perfect-card-1 .line-2{right: 30rem;top: 34.2rem}.perfect-card-1 .line-3{left: 28rem;bottom: 32.5rem}.perfect-card-1 .line-4{right: 16rem;top: 24rem}.perfect-card-1 .line-5{right: 35rem;bottom: 47rem}.perfect-card-1 .line-6{right: 19rem;bottom: 39rem}.perfect-card-1 .line-7{right: 8.6rem;top: 14rem}.perfect-card-1 .line-2 .mod-line-card, .perfect-card-1 .line-3 .mod-line-card, .perfect-card-1 .line-4 .mod-line-card, .perfect-card-1 .line-6 .mod-line-card{height: 12.5rem}.perfect-card-1 .line-5 .mod-line-card, .perfect-card-1 .line-7 .mod-line-card{height: 6.25rem}.perfect-card-1 .mod-decor-text{line-height: 120%;position: absolute;opacity: 0;transition: 2s}.perfect-card-1 .line-1 .mod-decor-text, .perfect-card-1 .line-3 .mod-decor-text, .perfect-card-1 .line-5 .mod-decor-text{top: -1rem;text-align: end;right: 1rem}.perfect-card-1 .line-1 .mod-decor-text{top: -2rem}.perfect-card-1 .line-2 .mod-decor-text, .perfect-card-1 .line-4 .mod-decor-text{bottom: -1rem;left: 1rem;margin-bottom: 0}.perfect-card-1 .line-6 .mod-decor-text{top: -2rem;left: 1rem;margin-bottom: 0}.perfect-card-1 .line-7 .mod-decor-text{white-space: nowrap;bottom: -1rem;left: 1rem;margin-bottom: 0}@media screen and (min-width: 992px){.perfect-card-1 .line-1{left: 12.5rem;bottom: 13rem}.perfect-card-1 .line-2{top: 28.2rem}.perfect-card-1 .line-3{bottom: 20.5rem}.perfect-card-1 .line-4{top: 19rem}.perfect-card-1 .line-5{bottom: 32rem}.perfect-card-1 .line-6{bottom: 28rem}.perfect-card-1 .line-7{top: 11rem}}@media screen and (min-width: 1200px){.perfect-card-1 .line-1{bottom: 17rem}.perfect-card-1 .line-2{top: 30.2rem}.perfect-card-1 .line-3{bottom: 23.5rem}.perfect-card-1 .line-4{top: 20rem}.perfect-card-1 .line-5{bottom: 35rem}.perfect-card-1 .line-6{bottom: 30rem}.perfect-card-1 .line-7{top: 11rem}}@media screen and (min-width: 1400px){.perfect-card-1 .line-1{bottom: 20rem}.perfect-card-1 .line-2{top: 34.2rem}.perfect-card-1 .line-3{bottom: 32.5rem}.perfect-card-1 .line-4{top: 24rem}.perfect-card-1 .line-5{bottom: 47rem}.perfect-card-1 .line-6{bottom: 39rem}.perfect-card-1 .line-7{top: 14rem}}@keyframes modLine{0%{max-height: 0rem;opacity: 0}100%{max-height: 12.5rem;opacity: 1}}@keyframes modText{0%{opacity: 0}100%{opacity: 1}}

.do-not-order-1{position: relative;overflow: hidden}.do-not-order-1 h2, .do-not-order-1 .h2{margin-bottom: 2.56rem;line-height: 120%}.do-not-order-1 .desc{line-height: 120%;margin-bottom: 2.56rem}.do-not-order-1 .image-fon{bottom: 0;transform: translateX(-50%);left: 68%;z-index: -15;pointer-events: none}.do-not-order-1 .image{z-index: -10}.do-not-order-1 .image-fon img, .do-not-order-1 .image img{max-width: 100%}.do-not-order-1 .mod-hend{top: 0;left: 0;transform-origin: bottom;animation: doNotOrder1ModHend 2s linear infinite forwards}@media screen and (min-width: 992px){.do-not-order-1{overflow: visible}.do-not-order-1 h2, .do-not-order-1 .h2{margin-bottom: 7.25rem}.do-not-order-1 .desc{max-width: 23rem}.do-not-order-1 .image img{max-width: 43rem}.do-not-order-1 .image-fon img{max-width: 37.5rem}}@media screen and (min-width: 1200px){.do-not-order-1 .desc{max-width: 42rem}}@media screen and (min-width: 1400px){.do-not-order-1 .image-fon img, .do-not-order-1 .image img{max-width: none}}@keyframes doNotOrder1ModHend{0%{transform: rotate(0deg)}50%{transform: rotate(3deg)}100%{transform: rotate(0deg)}}

.made-application-1{position: relative;padding-top: 7.5rem;margin-top: -7.6rem;overflow: hidden;z-index: 1}.made-application-1 .containe-main{padding-bottom: 19.5rem}.made-application-1 .module-background.image{margin-top: 7.5rem;background-size: auto 100% !important;background-position: center right !important}.made-application-1 .mod-card{min-height: 26.88rem;border-radius: 0.93rem;background: #FFF}.made-application-1 h2, .made-application-1 .h2{line-height: 120%}.made-application-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.made-application-1 .image img{max-width: 100%}.made-application-1 .card-1, .made-application-1 .card-3{margin-top: 3rem}.made-application-1 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;z-index: -1;width: 100%;pointer-events: none}.made-application-1 .item-1{position: absolute;top: 15rem;left: -8.24rem}.made-application-1 .item-2{position: absolute;top: 1rem;right: -17.41rem}@media screen and (min-width: 992px){.made-application-1{z-index: -5}.made-application-1 .module-background.image{background-position: center !important;background-size: 100% 100% !important}.made-application-1 .card-1, .made-application-1 .card-3{margin-top: 6.87rem}}@media screen and (min-width: 1200px){.made-application-1 .item-1{top: 17rem}.made-application-1 .item-2{position: absolute;top: 1rem;right: -14.41rem}}@media screen and (min-width: 1400px){.made-application-1 .item-2{right: -10.41rem}.made-application-1 .svg-img{top: 0;left: 0;width: 100%;height: 100%;z-index: -100;opacity: 0;pointer-events: none}}@media screen and (min-width: 1600px){.made-application-1 .item-2{right: -4.41rem}}@media screen and (min-width: 1800px){.made-application-1 .parallaxScene{z-index: 1}}

.empty-shopping-cart-1{position: relative;padding-top: 3.81rem;overflow: hidden}.empty-shopping-cart-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.empty-shopping-cart-1 .hole{margin-top: 5rem;right: 1rem}.empty-shopping-cart-1 .hole-cloud{background: #EC3737;position: absolute;width: 699px;height: 699px;clip-path: url('#cloud-1');right: 0%;bottom: 0}.empty-shopping-cart-1 .image-1{bottom: 0;transform: translateX(-50%);left: 55%}.empty-shopping-cart-1 .mod-text{position: absolute;transform: translate(-50%, -50%);left: 48%;top: 50%;gap: 1.31rem;z-index: 10}.empty-shopping-cart-1 .mod-text > div{line-height: 100%;white-space: nowrap}.empty-shopping-cart-1 h2, .empty-shopping-cart-1 .h2{line-height: 150%}.empty-shopping-cart-1 .mod-desc{line-height: 125%}.empty-shopping-cart-1 .image-main img, .empty-shopping-cart-1 .image-trash img{max-width: 100%}@media screen and (min-width: 992px){.empty-shopping-cart-1{margin-top: -7rem}}@media screen and (min-width: 1200px){.empty-shopping-cart-1 .image-trash img{max-width: none}.empty-shopping-cart-1 .hole{height: 699px}.empty-shopping-cart-1 .image-main img{max-width: none}}

.steps-5{position: relative;padding-top: 7.31rem;margin-bottom: 5.31rem;z-index: 10;overflow: hidden}.steps-5 .mod-blocks{gap: 2rem}.steps-5 .mod-title{line-height: 120%}.steps-5 .image{border-radius: 50%;box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.15);position: relative;z-index: 10}.steps-5 .block-1 .mod-union{background: #FF8F8F}.steps-5 .block-2 .mod-union{background: #FB7F7F}.steps-5 .block-3 .mod-union{background: #F87272}.steps-5 .block-4 .mod-union{background: #F56363}.steps-5 .block-5 .mod-union{background: #F25656}.steps-5 .block-6 .mod-union{background: #F04949}.steps-5 .block-7 .mod-union{background: #ED3B3B}.steps-5 .row-fon::before{content: '';border-radius: 50%;position: absolute;transform: translateX(-50%);left: 50%;width: 4.37rem;height: 4.37rem;top: 1rem;background: #FDA0A0}.steps-5 .row-fon{z-index: -10;top: 0;width: 100%;transform: translateX(-50%);left: 50%;position: absolute}.steps-5 .row-fon img, .steps-5 .row-fon svg{padding: 0 1.4rem}.steps-5 .mod-cta{margin-top: 4.38rem}.steps-5 .mod-steps-block{gap: 1.5rem}.steps-5 .mod-circle{width: 5.31rem;min-height: 5.31rem;border-radius: 50%;position: relative}.steps-5 .block-1 .mod-circle{border: 5px solid #FF8F8F}.steps-5 .block-2 .mod-circle{border: 5px solid #FB7F7F}.steps-5 .block-3 .mod-circle{border: 5px solid #F87272}.steps-5 .block-4 .mod-circle{border: 5px solid #F56363}.steps-5 .block-5 .mod-circle{border: 5px solid #F25656}.steps-5 .block-6 .mod-circle{border: 5px solid #F04949}.steps-5 .block-7 .mod-circle{border: 5px solid #ED3B3B}.steps-5 .mod-circle > div{border-radius: 50%;width: 3.75rem;height: 3.75rem}.steps-5 .block-1 .mod-circle > div{background: #FF8F8F}.steps-5 .block-2 .mod-circle > div{background: #FB7F7F}.steps-5 .block-3 .mod-circle > div{background: #F87272}.steps-5 .block-4 .mod-circle > div{background: #F56363}.steps-5 .block-5 .mod-circle > div{background: #F25656}.steps-5 .block-6 .mod-circle > div{background: #F04949}.steps-5 .block-7 .mod-circle > div{background: #ED3B3B}.steps-5 .mod-triangle{transform: translateY(-50%);top: 50%}.steps-5 .block-1 .mod-union .mod-triangle > svg > path{fill: #FF8F8F}.steps-5 .block-2 .mod-union .mod-triangle > svg > path{fill: #FB7F7F}.steps-5 .block-3 .mod-union .mod-triangle > svg > path{fill: #F87272}.steps-5 .block-4 .mod-union .mod-triangle > svg > path{fill: #F56363}.steps-5 .block-5 .mod-union .mod-triangle > svg > path{fill: #F25656}.steps-5 .block-6 .mod-union .mod-triangle > svg > path{fill: #F04949}.steps-5 .block-7 .mod-union .mod-triangle > svg > path{fill: #ED3B3B}.steps-5 .block-1 .mod-union .mod-triangle{right: -2.19rem}.steps-5 .block-2 .mod-union .mod-triangle{left: -2.19rem;transform: translateY(-50%) rotate(180deg);transform-origin: center}.steps-5 .block-3 .mod-union .mod-triangle{right: -2.19rem}.steps-5 .block-4 .mod-union .mod-triangle{left: -2.19rem;transform: translateY(-50%) rotate(180deg);transform-origin: center}.steps-5 .block-5 .mod-union .mod-triangle{right: -2.19rem}.steps-5 .block-6 .mod-union .mod-triangle{left: -2.19rem;transform: translateY(-50%) rotate(180deg);transform-origin: center}.steps-5 .block-7 .mod-union .mod-triangle{right: -2.19rem}.steps-5 .mod-block{gap: 2rem}.steps-5 .mod-union{border-radius: 14rem;background: #FF8F8F;gap: .32rem}.steps-5 .mod-block:nth-child(odd) .mod-union{padding: .8rem .29rem .8rem 3rem}.steps-5 .mod-block:nth-child(even) .mod-union{padding: .8rem 3rem .8rem .29rem}.steps-5 .image{width: 10rem}.steps-5 .image img{width: 10rem}@media screen and (min-width: 576px){.steps-5 .image img{max-width: 100%;width: 100%}.steps-5 .mod-union{padding: 1.56rem;border-radius: 9rem;background: #FF8F8F;min-height: 18.75rem;gap: 2.5rem}.steps-5 .mod-block:nth-child(odd) .mod-union, .steps-5 .mod-block:nth-child(even) .mod-union{padding: 1.56rem}.steps-5 .image{width: 40%}.steps-5 .mod-block-text{width: 60%}.steps-5 .mod-block-text{padding: 1.88rem 0rem;gap: 1.25rem}}@media screen and (min-width: 768px){.steps-5 .image, .steps-5 .mod-block-text{width: auto}.steps-5 .mod-union{border-radius: 11rem}.steps-5 .image img{width: 12rem;max-width: none}}@media screen and (min-width: 992px){.steps-5{overflow: visible}.steps-5 .mod-block{gap: 0}.steps-5 .mod-blocks{gap: 6.25rem}}@media screen and (min-width: 1200px){.steps-5 .image img{max-width: none;width: auto}}@media screen and (min-width: 1400px){.steps-5 .mod-union{border-radius: 8.75rem}}

.long-landing-1{position: relative;padding-top: 49.56rem;padding-bottom: 27.04rem;margin-bottom: -13rem;margin-top: -42rem}.long-landing-1 .module-background.image{background-size: cover !important}.long-landing-1 h2, .long-landing-1 .h2{line-height: 150%}.long-landing-1 ul{gap: 1.25rem}.long-landing-1 .mod-text-bottom span{text-transform: none;line-height: 100%}.long-landing-1 .mod-pic{bottom: 0}.long-landing-1 .mod-pic img{max-width: 145%}@media screen and (min-width: 992px){.long-landing-1{padding-top: 41.56rem;margin-bottom: 3.78rem;margin-top: -30rem}.long-landing-1 .module-background.image{background-size: 100% 100% !important}}@media screen and (min-width: 1200px){.long-landing-1 .mod-pic img{max-width: none}.long-landing-1 .mod-pic{right: -37rem;top: 5.86rem;z-index: -1;bottom: auto}}@media screen and (min-width: 1400px){.long-landing-1 .mod-pic{right: -37rem;top: 2.86rem;z-index: -1}}

.perfect-store-2{position: relative;overflow: hidden;padding-bottom: 6.45rem;z-index: 5}.perfect-store-2 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.perfect-store-2 .d-mobile{gap: 1.5rem}.perfect-store-2 .image-mob img{width: 6.65rem}.perfect-store-2 .mod-card-mob{border-radius: 1rem;background: linear-gradient(90deg, #E0E0E0 0%, rgba(224, 224, 224, 0.00) 100%);gap: 1rem}.perfect-store-2 .mod-title-card-mob{line-height: 120%}.perfect-store-2 .mod-head-card{border-bottom: .3rem solid #EC3737;gap: 1rem}.perfect-store-2 .grid-conatiner{display: none}.perfect-store-2 .mod-main-title{color: #000}@media screen and (min-width: 576px){.perfect-store-2 .mod-main-title{color: #EC3737}.perfect-store-2 .grid-conatiner{display: grid;gap: 1.88rem;grid-template-columns: 1fr 1fr;grid-template-areas: "b b" "a a" "c d" "e e" "f f" "g j"}.perfect-store-2 .grid-conatiner .mod-block:nth-child(1){grid-area: a}.perfect-store-2 .grid-conatiner .mod-block:nth-child(2){grid-area: b}.perfect-store-2 .grid-conatiner .mod-block:nth-child(3){grid-area: c}.perfect-store-2 .grid-conatiner .mod-block:nth-child(4){grid-area: d}.perfect-store-2 .grid-conatiner .mod-block:nth-child(5){grid-area: e}.perfect-store-2 .grid-conatiner .mod-block:nth-child(6){grid-area: f}.perfect-store-2 .grid-conatiner .mod-block:nth-child(7){grid-area: g}.perfect-store-2 .grid-conatiner .mod-block:nth-child(8){grid-area: j}.perfect-store-2 .mod-block{min-height: 26.25rem;border-radius: 0.93rem}.perfect-store-2 .mod-block .mod-title-card{padding-bottom: 1.25rem;margin-bottom: 1.06rem;border-bottom: 3px solid #EC3737}.perfect-store-2 .mod-block .mod-text{max-width: 26.7rem}.perfect-store-2 .grid-conatiner .mod-block:nth-child(2), .perfect-store-2 .grid-conatiner .mod-block:nth-child(5), .perfect-store-2 .grid-conatiner .mod-block:nth-child(7), .perfect-store-2 .grid-conatiner .mod-block:nth-child(8){background: linear-gradient(90deg, #E0E0E0 0%, rgba(224, 224, 224, 0.00) 100%);padding: 3rem 3.13rem;display: flex;align-items: center}.perfect-store-2 .grid-conatiner .mod-block:nth-child(3), .perfect-store-2 .grid-conatiner .mod-block:nth-child(4), .perfect-store-2 .grid-conatiner .mod-block:nth-child(6){background: linear-gradient(180deg, #E0E0E0 0%, rgba(217, 217, 217, 0.00) 100%);padding: 3.12rem 1.88rem}.perfect-store-2 .grid-conatiner .mod-block:nth-child(7){background: linear-gradient(-90deg, #E0E0E0 0%, rgba(224, 224, 224, 0.00) 100%)}.perfect-store-2 .grid-conatiner .mod-block:nth-child(8){align-items: start;flex-direction: column}.perfect-store-2 .grid-conatiner .image img{max-width: 100%}.perfect-store-2 .grid-conatiner .mod-block:nth-child(4).mod-card-4{padding-left: 1rem;padding-right: 1rem}.perfect-store-2 .mod-card-3 .image{bottom: 2rem;right: -3.58rem}.perfect-store-2 .grid-conatiner .mod-block:nth-child(8).mod-card-8 .image{top: 0.3rem;left: auto;transform: none;right: -2.45rem}.perfect-store-2 .image{pointer-events: none}.perfect-store-2 .mod-card-7{justify-content: end}.perfect-store-2 .mod-block.mod-card-7{flex-direction: column;justify-content: start}}@media screen and (min-width: 992px){.perfect-store-2 .grid-conatiner .mod-block:nth-child(8){align-items: center;flex-direction: row}.perfect-store-2 .mod-block.mod-card-7{flex-direction: row;justify-content: end}.perfect-store-2 .mod-card-1 h2, .perfect-store-2 .mod-card-1 .h2{padding: 9rem 0;margin-bottom: 0}.perfect-store-2 .mod-card-7 .image{left: -.37rem}.perfect-store-2 .grid-conatiner{grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas: "b b b b b b b b c c c c" "d d d d a a a a c c c c" "d d d d e e e e e e e e" "f f f f g g g g g g g g" "f f f f j j j j j j j j"}}@media screen and (min-width: 1200px){.perfect-store-2 .grid-conatiner .mod-block:nth-child(4) .image{transform: translateX(-50%);left: 50%}.perfect-store-2 .grid-conatiner .mod-block:nth-child(3) .image img, .perfect-store-2 .grid-conatiner .mod-block:nth-child(4) .image img, .perfect-store-2 .grid-conatiner .mod-block:nth-child(8) .image img{max-width: none}.perfect-store-2 .grid-conatiner .mod-block:nth-child(3) .image, .perfect-store-2 .grid-conatiner .mod-block:nth-child(4) .image, .perfect-store-2 .grid-conatiner .mod-block:nth-child(8) .image{position: absolute!important;max-width: none}.perfect-store-2 .grid-conatiner .mod-block:nth-child(5) .image{position: absolute!important}.perfect-store-2 .grid-conatiner .mod-block:nth-child(5) .image img{max-width: none}.perfect-store-2 .mod-card-7 .image{left: 1.63rem}.perfect-store-2 .mod-card-5 .image{right: -13.09rem}.perfect-store-2 .mod-card-6 .image{position: absolute;transform: translateX(-50%);left: 50%}.perfect-store-2 .mod-card-6 .image img{max-width: none}}@media screen and (min-width: 1400px){.perfect-store-2 .mod-card-2 .mod-text{max-width: 25.7rem}.perfect-store-2 .grid-conatiner .mod-block:nth-child(2) .image{right: -1.9rem;top: .56rem}.perfect-store-2 .mod-card-7 .mod-text{max-width: 31rem}.perfect-store-2 .grid-conatiner .mod-block:nth-child(4) .image{transform: none;right: .45rem;bottom: 2rem;left: auto}.perfect-store-2 .mod-card-5 .image{right: -6.09rem}.perfect-store-2 .mod-card-6 .image{transform: none;right: .11rem;bottom: -2.25rem;left: auto}.perfect-store-2 .mod-card-7 .image{left: -.37rem}.perfect-store-2 .grid-conatiner .mod-block:nth-child(2) .image img, .perfect-store-2 .grid-conatiner .mod-block:nth-child(6) .image img, .perfect-store-2 .grid-conatiner .mod-block:nth-child(7) .image img{max-width: none}.perfect-store-2 .grid-conatiner .mod-block:nth-child(2) .image, .perfect-store-2 .grid-conatiner .mod-block:nth-child(6) .image, .perfect-store-2 .grid-conatiner .mod-block:nth-child(7) .image{max-width: none;position: absolute!important}}

.on-credit-1{position: relative}.on-credit-1 h2, .on-credit-1 .h2{line-height: 120%}.on-credit-1 .mod-title-list{line-height: 120%}.on-credit-1 .mod-list_text{gap: 2.5rem;align-items: end;padding-bottom: 10.06rem}.on-credit-1 .mod-list_text .el-list{max-width: 35.81rem}.on-credit-1 .mod-image img{max-width: 100%}.on-credit-1 .anim-block{left: 4.82rem;transform: scale(0.8) rotate(1deg);top: 1.81rem}.on-credit-1 .anim-block.anim{animation: animBlockOnCredit1 .5s linear forwards}@media screen and (min-width: 992px){.on-credit-1 .mod-image{position: absolute;bottom: 0;right: -35%;z-index: -1}.on-credit-1 .mod-image img{max-width: none}}@keyframes animBlockOnCredit1{0%{transform: scale(.8);top: 1.81rem}100%{transform: scale(1);top: 0}}

.all-regions-1{position: relative;margin-bottom: 4.75rem;overflow: hidden}.all-regions-1 > .container-fluid{padding-left: 0;padding-right: 0}.all-regions-1 .mod-svgg{position: absolute;width: 100%;height: 100%;pointer-events: none;opacity: 0;z-index: -10000;top: 0;left: 0;z-index: -10}.all-regions-1 .mod-clip{padding-bottom: 2.75rem;overflow: hidden;background: linear-gradient(180deg, #771B1B -11.42%, var(--bs-primary) 100%)}.all-regions-1 .mod-inner{width: min(100% - 2rem, 1320px);margin-inline: auto;padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.all-regions-1 .form-control{background: none;border-radius: 0.62rem;border: 5px solid #FFF;padding: .69rem 1.25rem;color: #fff;line-height: 125%}.all-regions-1 .form-control::placeholder{color: rgba(255, 255, 255, 0.50)}.all-regions-1 .form-control:focus{box-shadow: none}.all-regions-1 .send_form .btn{width: auto;margin: 0 auto;display: block;color: var(--bs-primary);border: 2px solid #fff;background: #FFF}.all-regions-1 .send_form .btn:hover{background: none;color: #fff}.all-regions-1 .form-consent{color: #fff;margin-bottom: 3.12rem}.all-regions-1 .form-consent a{color: #fff}.all-regions-1 .mod-image-1{left: 0;bottom: auto;top: 0;pointer-events: none;z-index: 1}.all-regions-1 .mod-image-1 img{max-width: 100%}.all-regions-1 .image-2-block1{top: -4.75rem;left: 55%;pointer-events: none;z-index: -10}@media screen and (min-width: 768px){.all-regions-1 .mod-image-1 img{max-width: 54rem}.all-regions-1 .mod-clip{padding-bottom: 23rem}}@media screen and (min-width: 992px){.all-regions-1{padding-top: 4.75rem}}@media screen and (min-width: 1200px){.all-regions-1{margin: 0}.all-regions-1 .mod-clip{clip-path: url(#mod-svgg)}.all-regions-1 .mod-image-1{left: -19rem;top: auto;bottom: -4rem;z-index: -1}.all-regions-1 .mod-image-1 img{max-width: 68rem}}

.brainstorm-4{position: relative;margin-bottom: 3.75rem;overflow: hidden;margin-top: 1.75rem}.brainstorm-4 h2, .brainstorm-4 .h2{line-height: 120%}.brainstorm-4 .el-list > img{margin-right: 0.81rem}.brainstorm-4 .mod-list_brain{gap: 1.25rem}.brainstorm-4 .btn.btn-primary{margin-bottom: 4.19rem}.brainstorm-4 .image img{max-width: 100%}@media screen and (min-width: 768px){.brainstorm-4 .h2 > .mod-author{line-height: 120%}}@media screen and (min-width: 992px){.brainstorm-4{margin-top: 0}.brainstorm-4 .image{position: absolute;top: 0;bottom: 0;right: 0;z-index: -5}.brainstorm-4 .image img{height: 100%;width: auto;max-width: 100%;object-fit: contain;object-position: bottom right}}

.customers-are-spoiled-1{position: relative;padding-top: 10.56rem}.customers-are-spoiled-1 h2, .customers-are-spoiled-1 .h2{line-height: 150%;float: right}.customers-are-spoiled-1 .title-list{line-height: 120%}.customers-are-spoiled-1 .subtitle-list{line-height: 125%}.customers-are-spoiled-1 .mod-el{line-height: 125%}.customers-are-spoiled-1 .mod-list-els{gap: 1.88rem;margin-bottom: 6.63rem}.customers-are-spoiled-1 .mod-pic img{max-width: 100%}@media screen and (min-width: 576px){.customers-are-spoiled-1 .h2 .mod-title-bottom{line-height: 100%}}@media screen and (min-width: 1200px){.customers-are-spoiled-1 .mod-pic{position: absolute;bottom: 0;right: calc(41.6667% + 7rem);z-index: -5}.customers-are-spoiled-1 .mod-pic img{max-width: none}}@media screen and (min-width: 1400px){.customers-are-spoiled-1 h2, .customers-are-spoiled-1 .h2{float: left}}

.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}

.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}

.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}}

