.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}}

.banner-1{padding-bottom: 0}.banner-1 .accent{color: #F53A3A}.banner-1 .mod-banner_desc{justify-content: center;gap: 2rem}.banner-1 .item{position: relative}.banner-1 .item::before{content: '';position: absolute;left: 0;width: 50px;height: 2px;top: -6px;background: #F53A3A}.banner-1 .btns{width: max-content}.banner-1 .imgs{position: relative}.banner-1 .imgs::before{content: '';position: absolute;background: #F53A3A;bottom: 0;top: 0;right: 50%;margin-right: -49.5vw;width: 50vw;z-index: 0}.banner-1 .imgs-scene{position: relative;z-index: 1;width: 100%;max-width: 30rem;margin-inline: auto;aspect-ratio: 606 / 898}.banner-1 .imgs-layer{position: absolute !important;inset: 0;pointer-events: none;display: flex;justify-content: center}.banner-1 .imgs-layer--mark{z-index: 1;align-items: center}.banner-1 .imgs-layer--hero{z-index: 2;align-items: flex-end}.banner-1 .img1{height: 100%;width: auto;max-width: none}.banner-1 .img2{width: 118%;height: auto;max-width: none}@media screen and (min-width: 991px){.banner-1 .imgs{position: inherit;margin-top: -100px}.banner-1 .imgs::before{top: -100px;width: 30%}}@media screen and (min-width: 1400px){.banner-1 .imgs::before{width: 40%}}@media screen and (min-width: 1800px){.banner-1 .imgs::before{width: 45%}}@media screen and (min-width: 1900px){.banner-1 .imgs::before{width: 50%}}@media screen and (min-width: 1921px){.banner-1 .imgs::before{margin-right: -990px}}@media (prefers-reduced-motion: reduce){.banner-1 *{animation: none !important;transition: none !important}}

.coffe-1{position: relative;margin-bottom: 60px;font-weight: bolder}.coffe-1 .big-title{line-height: 1.1}.coffe-1 .text1 .f-title2{margin-left: 80px}.coffe-1 .text1 .f-title3{margin-left: 150px}.coffe-1 .text2 .f-title2{margin-left: 100px}.coffe-1 .cups-scene{position: absolute;inset: 0;z-index: -1;pointer-events: none}.coffe-1 .cup-layer{position: absolute !important;inset: 0;pointer-events: none}.coffe-1 .cup-layer img{position: absolute;top: 50%;transform: translateY(-50%);max-width: none;height: auto}.coffe-1 .cup-saucer{z-index: 1}.coffe-1 .cup-cup{z-index: 2}.coffe-1 .img1{width: 30%;left: 6%}.coffe-1 .img2{width: 46%;right: 0}@media screen and (min-width: 576px){.coffe-1 .text1{padding-left: 45%}}

.rotates-1 .red{color: #F53A3A}.rotates-1{position: relative;margin-bottom: 9.37rem}.rotates-1 .img1{filter: drop-shadow(25px 51px 45px rgba(0, 0, 0, 0.01));display: block}.rotates-1 .img2{position: absolute;left: -5%;z-index: -1;width: 110%;max-width: unset;top: 0}.rotates-1 .f-title{margin-bottom: 4rem}.rotates-1 .items{display: flex;flex-direction: column;gap: 2rem;justify-content: space-between}.rotates-1 .item{position: relative;padding-left: 6.25rem;padding-right: 6.25rem;box-shadow: -20px 269px 108px rgba(0, 0, 0, 0.01), -11px 151px 91px rgba(0, 0, 0, 0.05), -5px 67px 67px rgba(0, 0, 0, 0.09), -1px 17px 37px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);background: #fff;overflow: hidden}.rotates-1 .item::before{content: '';position: absolute;transform: rotate(45deg);width: 50px;height: 50px;background: #F53A3A;right: -25px;top: -25px}.rotates-1 .item::after{content: '';background: #F53A3A;top: 0;bottom: 0;position: absolute;margin: auto;height: 2px;width: 50px;left: 2rem}.rotates-1 .desc{margin-top: 1rem}.rotates-1 .h3{display: inline-block}@media screen and (min-width: 768px){.rotates-1 .f-title{margin-top: 9.37rem}}@media (prefers-reduced-motion: reduce){.rotates-1 *{animation: none !important;transition: none !important}}

.what-sells-1{position: relative}.what-sells-1::before{content: '';position: absolute;background: #F53A3A;top: 0;bottom: 0;left: -50vw;width: calc(50vw + 390px);z-index: 0}.what-sells-1 > *{position: relative;z-index: 1}.what-sells-1 .wrap{background: #fff;display: flex;flex-direction: column;justify-content: space-between;align-items: center;box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.3)}.what-sells-1 .wrap:nth-child(odd){flex-direction: column-reverse}.what-sells-1 .wrap__title{text-align: center}.what-sells-1 .wrap__desc{text-align: center}.what-sells-1 .wrapper{gap: 1.8rem}.what-sells-1 .h1{display: inline-block}.what-sells-1 .f-title{color: #000}.what-sells-1 .f-title .red{color: #000}@media screen and (min-width: 544px){.what-sells-1 .f-title{color: #fff}.what-sells-1 .f-title .red{color: #F53A3A}}@media screen and (min-width: 768px){.what-sells-1 .wrap__item .wrap{flex-direction: row}.what-sells-1 .wrap__item:nth-child(odd) .wrap{flex-direction: row-reverse}}

.hard-1{position: relative;padding-top: 210px;padding-bottom: 300px}.hard-1::before{content: '';position: absolute;inset: 0;z-index: -1;background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EBEBEB 100%)}.hard-1 .desc{width: 100%}.hard-1 .img1{position: absolute;top: -50px;right: -200px;z-index: -1}.hard-1 .img2{position: absolute;top: 50px;left: -100px;z-index: -1}.hard-1 .img3{position: absolute;bottom: 0;right: 50%;margin-right: -50vw;z-index: -1}.hard-1 .img4{position: absolute;top: 0;bottom: 0;margin: auto;left: -280px;z-index: -1}.hard-1 .ParralaxScene{z-index: -1}@media screen and (min-width: 768px){.hard-1{padding-bottom: 370px}}@media screen and (min-width: 992px){.hard-1{padding-bottom: 540px}.hard-1 .img1{top: -710px}.hard-1 .desc{width: 80%}}@media screen and (min-width: 1400px){.hard-1{padding-bottom: 640px}}@media screen and (min-width: 1600px){.hard-1{padding-bottom: 450px}}@media screen and (min-width: 1921px){.hard-1 .img3{margin-right: -990px}}

.choice-1 .red{color: #F53A3A}.choice-1 .row{position: relative;padding: 70px 0 0 0}.choice-1 .row::before{content: '';position: absolute;top: 0;left: 50%;margin-left: -50vw;width: 100vw;max-width: 1980px;bottom: 0;z-index: -2;background: rgb(238, 238, 238);background: linear-gradient(23.3deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 49.9%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%)}.choice-1 .row.second::before{background: linear-gradient(-26.8deg, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 49.9%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%)}.choice-1 .wrapper{padding: 0 30px 0 30px;background: #FFFFFF;box-shadow: 0 0 10px rgba(0, 0, 0, .3)}.choice-1 .wrapper .f-title{position: relative;left: 0px}.choice-1 .wrapper .f-title .h3{position: relative;z-index: 1;left: -24px}.choice-1 .wrapper .f-title::before{position: absolute;content: '';color: #fff;background: #F53A3A;width: calc(100% + 60px);height: calc(100% + 0px);left: -30px;top: 0;z-index: 0}.choice-1 ul{list-style: none}.choice-1 li{position: relative;font-weight: 600;line-height: 155%;margin-bottom: 10px}.choice-1 li::before{content: '';position: absolute;width: 40px;height: 3px;background: #F53A3A;right: 106%;top: 10px}.choice-1 .row.first img{position: static;pointer-events: none;z-index: -1}.choice-1 .row.second img{position: static;pointer-events: none;z-index: -1}.choice-1 .row.third img{position: static;pointer-events: none;z-index: -1}.choice-1 .row.third{padding-top: 70px}.choice-1 .row.first .btn-primary{margin-top: 0}.choice-1 .row.second .btn-primary{margin-top: 0}.choice-1 .row.third .btn-primary{margin-top: 0}.choice-1 > .f-title{margin-top: 100px}@media screen and (min-width: 992px){.choice-1 .row{padding: 120px 0 0 0}.choice-1 .row.third{padding-top: 200px}.choice-1 .row.first img{position: absolute;bottom: -50px;left: 60%}.choice-1 .row.second img{position: absolute;bottom: -150px;left: 50%}.choice-1 .row.third img{position: absolute;bottom: -170px;left: 60%}.choice-1 .wrapper{padding: 0 50px 50px 50px}.choice-1 .row.first .btn-primary{margin-top: 100px}.choice-1 .row.second .btn-primary{margin-top: 140px}.choice-1 .wrapper .f-title::before{width: calc(100% + 100px);left: -50px}}@media screen and (min-width: 1400px){.choice-1 > .f-title{margin-top: 200px}}@media screen and (min-width: 2000px){.choice-1 .row::before{left: auto;right: -30%;max-width: 2100px}.choice-1 .row.second::before{right: -29%}.choice-1 .row.first{padding-top: 160px}.choice-1 .row.second{padding-top: 150px}.choice-1 .row.third{padding-top: 220px}}

.quiz-1{position: relative;margin-bottom: 50px;background-image: url('/assets/images/pages/franchise/quiz-1/007.png');background-repeat: no-repeat;background-position: left center;background-size: auto}.quiz-1 form{background: #fff}.quiz-1 > .f-title{margin-top: 50px}.quiz-1 .red{color: #F53A3A}.quiz-1 .btn-red{cursor: pointer;display: flex;align-items: center;justify-content: center;transition: .3s;border: 1px solid #EC3737;box-shadow: 6px 6px 24px rgba(0, 0, 0, .3);text-align: center;color: #FFFFFF;background: #EC3737;border-radius: .5rem}.quiz-1 .btn-red:hover{background: transparent;color: #EC3737;transition: .3s}.quiz-1 .item{display: none;box-shadow: 11px 8px 35px rgb(0 0 0 / 30%)}.quiz-1 .item.active{display: block}.quiz-1 .item .row{height: 100%}.quiz-1 .item .imgs{background: #F53A3A;margin: auto;display: flex;justify-content: center;align-items: center;height: 100%;padding: 20px}.quiz-1 .item .text{padding: 30px;height: 100%;display: flex;flex-direction: column;justify-content: space-between}.quiz-1 .item .f-title{margin-bottom: 20px}.quiz-1 .item1 .f-title{margin-bottom: 40px}.quiz-1 .item1 .inputs label{display: flex;gap: 16px;margin-bottom: 40px}.quiz-1 .item .inputs{display: flex;flex-direction: column}.quiz-1 .item .inputs label{display: flex;gap: 16px;margin-bottom: 20px}.quiz-1 .item .inputs .radio{width: 20px;height: 20px;transition: .3s;border: 1px solid #161616;border-radius: 50%}.quiz-1 .item .inputs input[type="radio"]{display: none}.quiz-1 .item .inputs input[type="text"], .quiz-1 .item .inputs input[type="email"], .quiz-1 .item .inputs input[type="tel"]{width: 60%;border: none;border-bottom: 1px solid}.quiz-1 .item .bottom{display: flex;justify-content: space-between;align-items: flex-end}.quiz-1 .item .bottom .line{width: 70%;height: 2px;background: #1A1A1A;display: flex;position: relative}.quiz-1 .item .bottom .line__inner{width: 20%;background: #F53A3A;height: 4px;bottom: -1px;position: absolute}.quiz-1 .item1 .bottom .line__inner{left: 0%}.quiz-1 .item2 .bottom .line__inner{left: 10%}.quiz-1 .item3 .bottom .line__inner{left: 30%}.quiz-1 .item4 .bottom .line__inner{left: 50%}.quiz-1 .item5 .bottom .line__inner{left: 70%}.quiz-1 .item6 .bottom .line__inner{right: 0}.quiz-1 .item .inputs input:checked + .radio{background-color: #F53A3A;border: none;transition: .3s}.quiz-1 .item .inputs input[type="text"]:focus-visible, .quiz-1 .item .inputs input[type="email"]:focus-visible, .quiz-1 .item .inputs input[type="tel"]:focus-visible{outline: none;border-bottom: 1px solid #F53A3A}@media screen and (min-width: 992px){.quiz-1{margin-bottom: 0}.quiz-1 > .f-title{margin-top: 150px}}@media screen and (min-width: 1200px){.quiz-1 .item .text{padding: 70px}.quiz-1 .item .imgs{padding: 0}}@media (prefers-reduced-motion: reduce){.quiz-1 *{transition: none !important}}

.whatch-1 .mod-frame{overflow: hidden;width: 100%;aspect-ratio: 1957 / 1038;min-height: 12.5rem;background-image: url('/assets/images/pages/franchise/whatch-1/001.jpg');background-size: cover;background-position: center;background-repeat: no-repeat}.whatch-1 .mod-text{left: 8%;right: 8%;top: 12%;width: auto;height: max-content;line-height: 115%;text-shadow: 0 2px 12px rgba(0, 0, 0, .45)}.whatch-1 .mod-play{left: 50%;top: 55%;transform: translate(-50%, -50%);background: rgba(0, 0, 0, .5);border-radius: 50%;transition: background .3s ease-in-out}.whatch-1 .mod-play{width: clamp(3.125rem, 8vw, 8.125rem);height: clamp(3.125rem, 8vw, 8.125rem)}.whatch-1 .mod-play-icon{margin-left: .15em;font-size: clamp(1.25rem, 3.2vw, 3.9rem)}.whatch-1 [data-bs-target]{cursor: pointer}@media (hover: hover) and (pointer: fine){.whatch-1 .mod-play:hover{background: var(--bs-primary)}}@media screen and (min-width: 768px){.whatch-1 .mod-play{top: 50%}.whatch-1 .mod-text{left: 12%;right: auto;top: 14%}}@media (prefers-reduced-motion: reduce){.whatch-1 *{animation: none !important;transition: none !important}}

.suit-1 .red{color: #F53A3A}.suit-1 .big-title{line-height: 130px;white-space: nowrap}@media screen and (max-width: 1400px){.suit-1 .big-title{line-height: 110px}}@media screen and (max-width: 1200px){.suit-1 .big-title{line-height: 90px}}@media screen and (max-width: 992px){.suit-1 .big-title{line-height: 70px}.suit-1 .sub{line-height: 40px}}@media screen and (max-width: 768px){.suit-1{margin-bottom: 50px}.suit-1 .big-title{line-height: 55px}.suit-1 .sub{line-height: 40px}}@media screen and (max-width: 576px){.suit-1 .big-title{line-height: 35px}.suit-1 .sub{line-height: 30px}}@media (prefers-reduced-motion: reduce){.suit-1 *{animation: none !important;transition: none !important}}

.crm-1 .red{color: #F53A3A}.crm-1{padding-top: 5rem;padding-bottom: 10rem}.crm-1 .f-titles{position: relative;margin-bottom: 4rem}.crm-1 .f-titles::before{content: '';position: absolute;width: 100%;height: 250%;left: 0;top: -70%;background: linear-gradient(89.94deg, rgba(217, 217, 217, 0) 0.05%, rgba(166, 166, 166, 0.1) 56.55%, rgba(217, 217, 217, 0) 99.94%)}.crm-1 .f-titles .f-title1{position: relative;padding-left: 30%}.crm-1 .f-titles .f-title2{position: relative;padding-left: 50%}.crm-1 .wrapper{display: grid;grid-template-columns: 7fr 5fr;grid-gap: 50px;position: relative;top: -50px}.crm-1 .wrapper .wrap{height: 100%;position: relative}.crm-1 .wrapper .items{display: flex;flex-direction: column;gap: 1.5rem;justify-content: center;margin-top: 100px;height: 100%}.crm-1 .wrapper .items .item{display: flex;align-items: center;gap: 16px}.crm-1 .wrapper .item{position: relative;padding: 1.5rem 40px;box-shadow: -20px 269px 108px rgba(0, 0, 0, 0.01), -11px 151px 91px rgba(0, 0, 0, 0.05), -5px 67px 67px rgba(0, 0, 0, 0.09), -1px 17px 37px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);background: #fff;overflow: hidden}.crm-1 .wrapper .item::before{content: '';position: absolute;transform: rotate(45deg);width: 50px;height: 50px;background: #F53A3A;right: -25px;top: -25px}.crm-1 .wrapper .items .item i{min-width: 16px}@media screen and (max-width: 1400px){.crm-1 .wrapper .wrap img{max-width: 100% !important}.crm-1 .wrapper .items{margin-top: 50px}}@media screen and (max-width: 1200px){.crm-1{margin-bottom: 50px}.crm-1 .wrapper .item{padding: 1rem 40px}}@media screen and (max-width: 992px){.crm-1 .wrapper .item{padding: 1rem 20px}.crm-1 .f-titles .f-title1{left: 0;padding-left: 0}.crm-1 .f-titles .f-title2{left: 0;padding-left: 0}.crm-1 .wrapper{grid-template-columns: 1fr;top: 0;gap: 20px;margin-top: 20px}.crm-1 .wrapper .wrap img{position: static !important}.crm-1 .wrapper .items{margin-top: 20px}.crm-1 .f-titles{text-align: center}}@media screen and (max-width: 768px){.crm-1 .f-titles .f-title1{line-height: 45px}.crm-1 .f-titles .f-title2{line-height: 45px}}

.adapt-1 .big-title2{line-height: 155%}.adapt-1 .red{color: #F53A3A}.adapt-1{margin-bottom: 5rem}.adapt-1 .wrapper1 .right{display: flex;justify-content: flex-end;gap: 20px}.adapt-1 .wrapper2{display: grid;grid-template-columns: 4fr 6fr;position: relative}.adapt-1 .f-img img{max-width: unset;position: absolute;left: -30%;top: -20%;z-index: -1}@media screen and (max-width: 1399.98px){.adapt-1 .big-title2{line-height: 70px}.adapt-1 .wrapper2{grid-template-columns: 5fr 6fr;position: relative}}@media screen and (max-width: 1199.98px){.adapt-1 .wrapper2{grid-template-columns: 1fr}.adapt-1 .big-title2{line-height: 50px}.adapt-1 .f-title{line-height: 35px}.adapt-1 .f-img img{position: static;max-width: 100%}}@media screen and (max-width: 991.98px){.adapt-1 .f-title{margin-top: 0 !important}.adapt-1{margin-bottom: 50px}}@media screen and (max-width: 767.98px){.adapt-1 .big-title2{line-height: 35px}}@media screen and (max-width: 575.98px){.adapt-1 .big-title2{text-align: center}.adapt-1 .wrapper1 .right{display: block}}

.forwho-1{position: relative;overflow: hidden;padding-bottom: 6.25rem}.forwho-1 .big-title2{margin-bottom: 3.75rem}.forwho-1 .owl-carousel .owl-stage{display: flex}.forwho-1 .slider__item{height: 100%}.forwho-1 .slider__item-container{position: relative;width: 100%;background: #fff;height: 100%}.forwho-1 .slider__item-wrapper{display: grid;grid-template-columns: 5fr 7fr;height: 100%}.forwho-1 .slider__item-imgs{background: var(--bs-primary);padding: 2rem 2.75rem;height: auto}.forwho-1 .slider__item-imgs img{margin-bottom: 2.62rem;width: 70px;height: auto}.forwho-1 .slider__item-imgs .text{line-height: 155%}.forwho-1 .slider__item-text{display: flex;flex-direction: column;padding: 2rem 2.75rem;text-align: left}.forwho-1 .slider__item-text .p{line-height: 155%}.forwho-1 .slider__item-text .btn{width: max-content}.forwho-1 .owl-carousel .owl-dots{position: absolute;left: 50%;bottom: -1.87rem;transform: translateX(-50%)}.forwho-1 .owl-carousel .owl-dot{height: 10px;width: 10px;background: #7e7d7d !important;border-radius: 50%;margin: 0 5px;outline: none}.forwho-1 .owl-carousel .owl-dot.active{background: #333 !important}@media screen and (max-width: 992px){.forwho-1{padding-bottom: 3.12rem}.forwho-1 .big-title2{margin-bottom: 1.87rem}.forwho-1 .slider__item-wrapper{grid-template-columns: 1fr}.forwho-1 .slider__item-imgs img{margin-bottom: 1.37rem}}@media screen and (max-width: 576px){.forwho-1 .slider__item-imgs, .forwho-1 .slider__item-text{padding: 1.25rem}}@media (prefers-reduced-motion: reduce){.forwho-1 *{animation: none !important;transition: none !important}}

.payback-1 .red{color: #F53A3A}.payback-1{position: relative;padding: 100px 0;margin-bottom: 200px}.payback-1 .pay-scene{position: absolute;inset: 0;z-index: -1;pointer-events: none}.payback-1 .fig-layer{position: absolute !important;inset: 0;pointer-events: none}.payback-1 img.decor{position: absolute;top: -100px;right: 0;left: 500px}@media screen and (max-width: 1400px){.payback-1 img.decor{left: 350px;top: -80px}}@media screen and (max-width: 1200px){.payback-1 img.decor{left: 300px}}@media screen and (max-width: 992px){.payback-1{margin-bottom: 50px}.payback-1 img.decor{left: 150px;top: 0}}@media screen and (max-width: 767px){.payback-1 img.decor{top: 70px;left: 0}.payback-1 .h2{margin-bottom: 400px !important}}@media screen and (max-width: 576px){.payback-1 .h2{margin-bottom: 300px !important}}@media screen and (max-width: 374px){.payback-1 img.decor{top: 150px}.payback-1 .h2{margin-bottom: 250px !important}}

.forum-1{margin-bottom: 1rem;background: transparent !important;text-align: center}.forum-1 .red{color: #F53A3A}.forum-1 .imgs{position: relative;display: flex;justify-content: center}.forum-1 .bottom{display: flex;width: 50%;margin: auto;gap: 2rem;text-align: left;align-items: center}.forum-1 .play{width: 130px;display: block;height: 130px;position: absolute;bottom: 0;top: 0;left: 0;margin: auto;right: 0;border-radius: 50%;cursor: pointer}.forum-1 .play__inner{position: relative}.forum-1 .play__inner::before{content: '';position: absolute;display: inline-block;width: 0;height: 0;border-style: solid;border-width: 30px 0 30px 60px;border-color: transparent transparent transparent #fff;left: 15px;top: 70px;right: 0;bottom: 0;margin: auto}.forum-1 .owl-carousel .owl-nav{position: absolute;top: 20%;width: 100%;max-width: 2000px}.forum-1 .owl-carousel .owl-nav .owl-prev{margin: 0 2rem;position: absolute;top: 0;left: -80px}.forum-1 .owl-carousel .owl-nav .owl-next{margin: 0 2rem;position: absolute;top: 0;right: -80px}.forum-1 .owl-carousel .owl-nav span{font-size: 80px}.forum-1 .owl-carousel .owl-dots{position: absolute;left: 50%;bottom: -30px;transform: translateX(-50%)}.forum-1 .owl-carousel .owl-dot{height: 10px;width: 10px;background: #7e7d7d !important;border-radius: 50%;margin: 0 5px;outline: none}.forum-1 .owl-carousel .owl-dot.active{background: #333 !important}.forum-1 .owl-carousel .video-title{position: absolute;top: 10%;width: 100%;margin: auto}@media screen and (max-width: 1400px){.forum-1 .owl-carousel .owl-nav{top: 35%;max-width: 2000px}}@media screen and (max-width: 1200px){.forum-1 .owl-carousel .owl-nav{max-width: 910px}}@media screen and (max-width: 992px){.forum-1{margin-bottom: 50px}.forum-1 .bottom{flex-direction: column;width: 100%}}

.mack-1{margin-bottom: 50px}.mack-1 .red{color: #F53A3A}.mack-1 ul{list-style: none;padding-left: 100px}.mack-1 li{position: relative}.mack-1 li::before{position: absolute;content: '';width: 47px;height: 3px;background: #F53A3A;right: 105%;top: 16px}.mack-1 img{padding-right: 20px}@media screen and (max-width: 575.98px){.mack-1 .btn-primary{margin: auto}}@media (prefers-reduced-motion: reduce){.mack-1 *{transition: none !important}}

.stages-1{position: relative;padding-bottom: 200px;margin-bottom: 100px}.stages-1::before{margin: 0;right: 50%;margin-right: -49.5vw;width: 30vw;background: #f53a3a;content: '';position: absolute;top: 0;bottom: 0}.stages-1 .row{padding-top: 50px}.stages-1 .stages{display: flex;flex-direction: column;gap: 150px}.stages-1 .stages .stage{background: #FFFFFF;box-shadow: 0px 181px 72px rgba(0, 0, 0, 0.01), 0px 102px 61px rgba(0, 0, 0, 0.05), 0px 45px 45px rgba(0, 0, 0, 0.09), 0px 11px 25px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);display: grid;grid-template-columns: 5fr 7fr}.stages-1 .stages .stage.right{direction: rtl}.stages-1 .stages .stage img{width: 100%;height: 100%;object-fit: cover}.stages-1 .stages .stage.right .wrap{direction: ltr}.stages-1 .stages .stage .wrap{padding: 40px 80px}.stages-1 .stages .stage .f-title{font-style: normal;line-height: 28px;text-align: center;background: #EC3737;border-radius: 7px;width: max-content;box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.3);margin-bottom: 60px}@media screen and (max-width: 1400px){.stages-1 .stages .stage .f-title{margin-bottom: 30px}.stages-1 .stages .stage .wrap{padding: 40px}.stages-1 .stages{gap: 6.2rem}}@media screen and (max-width: 1200px){.stages-1{padding-bottom: 100px}}@media screen and (max-width: 992px){.stages-1 .row{padding-top: 100px}.stages-1{padding-bottom: 50px;margin-bottom: 50px}.stages-1 .stages{gap: 3.1rem}.stages-1 .stages .stage .wrap{padding: 20px}}@media screen and (max-width: 768px){.stages-1 .stages .stage{grid-template-columns: 1fr}}@media screen and (max-width: 576px){.stages-1::before{display: none}.stages-1 .row{padding-top: 0}}.stages-1 .fw700{font-weight: 700}

.frames-1 .red{color: #F53A3A}.frames-1 .text-right{text-align: right}.frames-1{position: relative;overflow: hidden;padding-bottom: 300px;margin-bottom: 200px}.frames-1 .text-right{position: relative;right: -50px}.frames-1 .desc{position: relative}.frames-1 .desc::before{content: '';left: 0;width: 120%;height: 100%;background: linear-gradient(270deg, rgba(60, 60, 60, 0.05) 50.83%, rgba(217, 217, 217, 0) 99.94%);position: absolute}.frames-1 img{position: absolute;bottom: 0;right: 0}@media screen and (max-width: 1400px){.frames-1{padding-bottom: 200px}.frames-1 img{right: -10%}}@media screen and (max-width: 1200px){.frames-1 .text-right{line-height: 55px}}@media screen and (max-width: 768px){.frames-1{padding-bottom: 300px;margin-bottom: 50px}.frames-1 .text-right{line-height: 45px;text-align: left;position: static}}@media screen and (max-width: 992px){.frames-1{padding-bottom: 350px}.frames-1 img{position: static}.frames-1{padding-bottom: 0}}@media screen and (max-width: 576px){.frames-1{padding-bottom: 0;margin-bottom: 50px}.frames-1 .text-right{line-height: 30px;text-align: left;position: static}.frames-1 .h3{line-height: 24px}}

.format-1{padding-bottom: 200px;padding-top: 70px;position: relative}.format-1 > [data-image="decor_image"] img{position: absolute;bottom: 0;right: 110%}.format-1 .wrap-body{display: flex;justify-content: space-between;flex-direction: column;height: 690px;background: #fff;box-shadow: 0px 0px 34px rgba(0,0,0,.2)}.format-1 .wrap:nth-child(2) .wrap-body{height: 740px}.format-1 .wrapper{display: flex}.format-1 .f-title{font-style: normal;line-height: 128%}.format-1 ul{list-style: none}.format-1 li::before{content: '';position: absolute;top: 10px;width: 37px;height: 2px;background: #1A1A1A;right: 105%}.format-1 li{font-style: normal;font-weight: 600;line-height: 128%;color: #3C3C3C;position: relative}.format-1 .head{background: #F43B3B;display: flex;flex-direction: column;align-items: center;font-style: normal;line-height: 145.99%;gap: 0.8rem;height: 225px;box-shadow: 0px 0px 34px rgba(0,0,0,.2)}.format-1 .wrap{flex: 0 0 33%}.format-1 .wrap:nth-child(1){position: relative;left: 20px;top: 25px}.format-1 .wrap:nth-child(2){position: relative;z-index: 1;height: 100%}.format-1 .wrap:nth-child(3){position: relative;right: 20px;top: 25px}.format-1 .wrap-btn .desc{text-align: center;font-style: normal;line-height: 155%}@media screen and (max-width: 1200px){.format-1 .wrap-body{height: 760px}.format-1 .wrap:nth-child(2) .wrap-body{height: 820px}}@media screen and (max-width: 992px){.format-1 .wrap:nth-child(2) .wrap-body{height: max-content}.format-1 .wrapper{flex-direction: column;gap: 1.5rem}.format-1 .wrap-body{height: max-content}.format-1 .wrap:nth-child(1), .format-1 .wrap:nth-child(2), .format-1 .wrap:nth-child(3){position: static}.module.format-1{padding-bottom: 50px !important}}@media (prefers-reduced-motion: reduce){.format-1 *{animation: none !important;transition: none !important}}

.social-1 .big-title2{font-weight: 700;line-height: 155%}.social-1 .red{color: #F53A3A}.social-1{margin-top: 100px;margin-bottom: 500px;position: relative;background-image: url('/assets/images/pages/franchise/social-1/004.png');background-repeat: no-repeat;background-position: right bottom;background-size: auto}.social-1 .f-img{position: relative}.social-1 .f-img img{max-width: unset;margin-top: 34px;border-radius: 10px;position: absolute}.social-1 .imgs__img .img3{border-radius: 10px}.social-1 .imgs__img{position: relative;width: max-content;cursor: pointer}.social-1 .big-title2{line-height: 100%}.social-1 .play{width: 130px;display: block;height: 130px;position: absolute;bottom: 0;top: 0;left: 0;margin: auto;right: 0;border-radius: 50%;cursor: pointer}.social-1 .play__inner{position: relative}.social-1 .play__inner::before{content: '';position: absolute;display: inline-block;width: 0;height: 0;border-style: solid;border-width: 35px 0 35px 70px;border-color: transparent transparent transparent #fff;left: 15px;top: 65px;right: 0;bottom: 0;margin: auto}.social-1 .f-img .play{width: 130px;display: block;height: 130px;position: absolute;bottom: 0;top: 170px;left: 140px;margin: auto;right: 0;border-radius: 50%;z-index: 1}.social-1 .mod-social__col .imgs__img--small{max-width: 400px;width: 100%}@media screen and (max-width: 1600px){.social-1{margin-bottom: 200px}}@media screen and (max-width: 1400px){.social-1 .f-img img.img1{max-width: 400px}.social-1 .h1{line-height: 60px}.social-1 .h2{line-height: 46px}}@media screen and (max-width: 1200px){.social-1{margin-bottom: 100px}}@media screen and (max-width: 992px){.social-1{background-image: none}.social-1 .mod-social__head-img{order: 10;height: 300px}}@media screen and (max-width: 768px){.social-1 .f-img img{position: static;margin: 0;margin-bottom: 24px}.social-1 .h1{line-height: 49px}.social-1 .mod-social__head-img img{max-width: 400px;width: 100%;margin-top: 32px}.social-1 .mod-social__head-img .f-img{max-width: 400px;width: 100%}.social-1 .f-img .play{top: 0;left: 0}}@media screen and (max-width: 576px){.social-1 .h1{line-height: 39px}}

.open-1 .red{color: #F53A3A}.open-1 .text-right{text-align: right}.open-1{position: relative;margin-bottom: 700px}.open-1 .open-band::before{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: -1000;background: linear-gradient(180deg, #EC3737 0%, #000000 86.73%);top: 320px}.open-1 .f-title{padding-left: 100px}.open-1 .item1{position: relative;left: -20%}.open-1 .item2{text-align: right;right: -10%;position: relative;margin-bottom: 130px}.open-1 .item2 .text{text-align: center;position: absolute;top: 100px;bottom: 0;margin: auto;height: max-content;transform: rotate(-15deg);left: 0px}.open-1 .item3{position: relative;left: -10%;margin-bottom: 80px}.open-1 .item3 .text{text-align: center;position: absolute;transform: rotate(30deg);right: 100px;top: 100px;bottom: 0;margin: auto;height: max-content}.open-1 .item4{text-align: right;position: relative;right: -15%}.open-1 .item4 .text{text-align: center;height: max-content;top: 100px;bottom: 0;margin: auto;position: absolute;transform: rotate(-30deg);left: 200px}.open-1 .item5{position: relative;left: -20%}.open-1 .item5 .text{position: absolute;top: 0;bottom: 0;margin: auto;height: max-content;right: 200px;transform: rotate(-20deg)}.open-1 .item6{text-align: right;position: relative;right: -20%;margin-top: -100px}.open-1 .item6 .text{position: absolute;bottom: 0;top: 0;margin: auto;height: max-content;transform: rotate(-10deg);left: 300px;text-align: center}.open-1 .item7{position: relative;left: -20%;margin-bottom: 50px;margin-top: -150px}.open-1 .item7 .text{position: absolute;bottom: 0;top: 300px;margin: auto;height: max-content;transform: rotate(20deg);right: 110px;text-align: center}.open-1 .item8{position: relative;text-align: right;right: -15%;margin-bottom: 400px}.open-1 .item8 .text{text-align: center;position: absolute;top: 350px;bottom: 0;margin: auto;height: max-content;transform: rotate(25deg);left: 190px}.open-1 .wrap{position: relative;transition: .3s}.open-1 .wrap:hover{transform: scale(1.1);transition: .3s}.open-1 .item1 .wrap:hover img{transform: rotate(20deg);transition: .3s}.open-1 .item2 .wrap:hover img{transform: rotate(12deg);transition: .3s}.open-1 .item3 .wrap:hover img{transform: rotate(-11deg);transition: .3s}.open-1 .item4 .wrap:hover img{transform: rotate(12.5deg);transition: .3s}.open-1 .item5 .wrap:hover img{transform: rotate(-30.5deg);transition: .3s}.open-1 .item6 .wrap:hover img{transform: rotate(-32deg);transition: .3s}.open-1 .item7 .wrap:hover img{transform: rotate(26.5deg);transition: .3s}.open-1 .item8 .wrap:hover img{transform: rotate(18deg);transition: .3s}.open-1 .item1 .wrap img{transform: rotate(0deg);transition: .3s;position: relative;z-index: -1}.open-1 .item2 .wrap img{transform: rotate(0deg);transition: .3s;position: relative;z-index: -1}.open-1 .item3 .wrap img{transform: rotate(0deg);transition: .3s;position: relative;z-index: -1}.open-1 .item4 .wrap img{transform: rotate(0deg);transition: .3s;position: relative;z-index: -1}.open-1 .item5 .wrap img{transform: rotate(0deg);transition: .3s;position: relative;z-index: -1}.open-1 .item6 .wrap img{transform: rotate(0deg);transition: .3s;position: relative;z-index: -1}.open-1 .item7 .wrap img{transform: rotate(0deg);transition: .3s;position: relative;z-index: -1}.open-1 .item8 .wrap img{transform: rotate(0deg);transition: .3s;position: relative;z-index: -1}.open-1 .text-right{text-align: center;margin-bottom: 24px;margin-top: -150px}.open-1 img.head{margin-left: 0;position: absolute;left: 50%;bottom: 100%;transform: translateX(-50%) !important;width: 100vw;object-fit: contain;max-width: 1980px;margin-bottom: -322px;z-index: -1}.open-1 .foot{margin-left: 0;margin-top: -3px;position: absolute;top: 100%;z-index: -1;left: 50%;transform: translateX(-50%) !important;width: 100vw;object-fit: contain;max-width: 1980px}@media screen and (max-width: 1800px){.open-1{position: relative;margin-bottom: 700px}.open-1 .open-band::before{background: linear-gradient(180deg, #EC3737 0%, #000000 86.73%);top: 320px}.open-1 .f-title{line-height: 64px}.open-1 .item1{position: relative;left: -10%}.open-1 .item2{text-align: right;right: -10%;position: relative;margin-bottom: 130px}.open-1 .item2 .text{text-align: center;position: absolute;top: 100px;bottom: 0;margin: auto;height: max-content;transform: rotate(-15deg);left: 0px}.open-1 .item3{position: relative;left: -10%;margin-bottom: 80px}.open-1 .item3 .text{text-align: center;position: absolute;transform: rotate(30deg);right: 100px;top: 100px;bottom: 0;margin: auto;height: max-content}.open-1 .item4{text-align: right;position: relative;right: -15%}.open-1 .item4 .text{text-align: center;height: max-content;top: 100px;bottom: 0;margin: auto;position: absolute;transform: rotate(-30deg);left: 200px}.open-1 .item5{position: relative;left: -20%}.open-1 .item5 .text{position: absolute;top: 0;bottom: 0;margin: auto;height: max-content;right: 200px;transform: rotate(-20deg)}.open-1 .item6{text-align: right;position: relative;right: -20%;margin-top: -100px}.open-1 .item6 .text{position: absolute;bottom: 0;top: 0;margin: auto;height: max-content;transform: rotate(-10deg);left: 300px;text-align: center}.open-1 .item7{position: relative;left: -20%;margin-bottom: 50px;margin-top: -150px}.open-1 .item7 .text{position: absolute;bottom: 0;top: 300px;margin: auto;height: max-content;transform: rotate(20deg);right: 110px;text-align: center}.open-1 .item8{position: relative;text-align: right;right: -15%;margin-bottom: 400px}.open-1 .item8 .text{text-align: center;position: absolute;top: 350px;bottom: 0;margin: auto;height: max-content;transform: rotate(25deg);left: 190px}.open-1 .wrap{position: relative}.open-1 .head{position: absolute;bottom: calc(100% - 485px);z-index: -1;width: 100vw;max-width: unset;left: 50%;margin-left: -50vw}.open-1 .foot{margin-left: 0;position: absolute;top: 100%;z-index: -1;left: 50%;transform: translateX(-50%) !important;width: 100vw;object-fit: contain;max-width: 1980px;margin-top: -3px}}@media screen and (max-width: 1600px){.open-1 .f-title{line-height: 52px}.open-1 .open-band::before{background: linear-gradient(180deg, #EC3737 0%, #000000 86.73%);top: 320px}.open-1 .item1{position: relative;left: -10%}.open-1 .item2{text-align: right;right: -10%;position: relative;margin-bottom: 130px}.open-1 .item2 .text{text-align: center;position: absolute;top: 100px;bottom: 0;margin: auto;height: max-content;transform: rotate(-15deg);left: 0px}.open-1 .item3{position: relative;left: -10%;margin-bottom: 80px}.open-1 .item3 .text{text-align: center;position: absolute;transform: rotate(30deg);right: 100px;top: 100px;bottom: 0;margin: auto;height: max-content}.open-1 .item4{text-align: right;position: relative;right: -10%}.open-1 .item4 .text{text-align: center;height: max-content;top: 100px;bottom: 0;margin: auto;position: absolute;transform: rotate(-30deg);left: 200px}.open-1 .item5{position: relative;left: -15%}.open-1 .item5 .text{position: absolute;top: 0;bottom: 0;margin: auto;height: max-content;right: 200px;transform: rotate(-20deg)}.open-1 .item6{text-align: right;position: relative;right: -15%;margin-top: -100px}.open-1 .item6 .text{position: absolute;bottom: 0;top: 0;margin: auto;height: max-content;transform: rotate(-10deg);left: 300px;text-align: center}.open-1 .item7{position: relative;left: -10%;margin-bottom: 50px;margin-top: -150px}.open-1 .item7 .text{position: absolute;bottom: 0;top: 300px;margin: auto;height: max-content;transform: rotate(20deg);right: 110px;text-align: center}.open-1 .item8{position: relative;text-align: right;right: -10%;margin-bottom: 400px}.open-1 .item8 .text{text-align: center;position: absolute;top: 350px;bottom: 0;margin: auto;height: max-content;transform: rotate(25deg);left: 190px}.open-1 .wrap{position: relative}.open-1 .head{position: absolute;bottom: calc(100% - 485px);z-index: -1;width: 100vw;max-width: unset;left: 50%;margin-left: -50vw}}@media screen and (max-width: 1400px){.open-1 .open-band::before{background: linear-gradient(180deg, #EC3737 0%, #000000 86.73%);top: 320px}.open-1 .item1{position: relative;left: -15%}.open-1 .item2{text-align: right;right: -10%;position: relative;margin-bottom: 130px}.open-1 .item2 .text{text-align: center;position: absolute;top: 100px;bottom: 0;margin: auto;height: max-content;transform: rotate(-15deg);left: -50px}.open-1 .item3{position: relative;left: -10%;margin-bottom: 80px}.open-1 .item3 .text{text-align: center;position: absolute;transform: rotate(30deg);right: 0px;top: 100px;bottom: 0;margin: auto;height: max-content}.open-1 .item4{text-align: right;position: relative;right: -15%}.open-1 .item4 .text{text-align: center;height: max-content;top: 100px;bottom: 0;margin: auto;position: absolute;transform: rotate(-30deg);left: 100px}.open-1 .item5{position: relative;left: -20%}.open-1 .item5 .text{position: absolute;top: 0;bottom: 0;margin: auto;height: max-content;right: 50px;transform: rotate(-20deg)}.open-1 .item6{text-align: right;position: relative;right: -20%;margin-top: -100px}.open-1 .item6 .text{position: absolute;bottom: 0;top: 0;margin: auto;height: max-content;transform: rotate(-10deg);left: 150px;text-align: center}.open-1 .item7{position: relative;left: -20%;margin-bottom: 50px;margin-top: -150px}.open-1 .item7 .text{position: absolute;bottom: 0;top: 300px;margin: auto;height: max-content;transform: rotate(20deg);right: -50px;text-align: center}.open-1 .item8{position: relative;text-align: right;right: -15%;margin-bottom: 400px}.open-1 .item8 .text{text-align: center;position: absolute;top: 350px;bottom: 0;margin: auto;height: max-content;transform: rotate(25deg);left: 60px}.open-1 .wrap{position: relative}.open-1 .head{position: absolute;bottom: calc(100% - 485px);z-index: -1;width: 100vw;max-width: unset;left: 50%;margin-left: -50vw}}@media screen and (max-width: 1200px){.open-1 .open-band::before{background: linear-gradient(180deg, #EC3737 0%, #000000 86.73%);top: 320px}.open-1 .item1{position: relative;left: 0;top: 0}.open-1 .item2{text-align: right;right: 0%;position: relative;margin-bottom: 0}.open-1 .item2 .text{text-align: center;position: absolute;top: 100px;bottom: 0;margin: auto;height: max-content;transform: rotate(-15deg);left: 0;right: 0}.open-1 .item3{position: relative;left: 0%;margin-bottom: 0}.open-1 .item3 .text{text-align: center;position: absolute;transform: rotate(30deg);right: 0px;top: 100px;bottom: 0;margin: auto;height: max-content;left: 0}.open-1 .item4{text-align: right;position: relative;right: 0%}.open-1 .item4 .text{text-align: center;height: max-content;top: 100px;bottom: 0;margin: auto;position: absolute;transform: rotate(-30deg);left: 50px;left: 0;right: 0}.open-1 .item5{position: relative;left: 0%}.open-1 .item5 .text{position: absolute;top: 0;bottom: 0;margin: auto;height: max-content;right: 0px;transform: rotate(-20deg);left: 0;text-align: center}.open-1 .item6{text-align: right;position: relative;right: 0;margin-top: 0px}.open-1 .item6 .text{position: absolute;bottom: 0;top: 0;margin: auto;height: max-content;transform: rotate(-10deg);left: 0px;text-align: center;right: 0}.open-1 .item7{position: relative;left: 0%;margin-bottom: 0;margin-top: 0}.open-1 .item7 .text{position: absolute;bottom: 0;top: 0px;margin: auto;height: max-content;transform: rotate(20deg);right: 0px;text-align: center;left: 0}.open-1 .item8{position: relative;text-align: right;right: 0;margin-bottom: 0}.open-1 .item8 .text{text-align: center;position: absolute;top: 0;bottom: 0;margin: auto;height: max-content;transform: rotate(25deg);left: 0px;right: 0}.open-1 .wrap{position: relative}.open-1 .head{position: absolute;bottom: calc(100% - 485px);z-index: -1;width: 100vw;max-width: unset;left: 50%;margin-left: -50vw}.open-1 .head{display: none}.open-1 .foot{display: none}.open-1 .open-band{padding-bottom: 50px}.open-1 .open-band::before{top: 0}.open-1 .text-right{text-align: center;margin-bottom: 24px}.open-1{margin-bottom: 50px}.open-1 .f-title{padding-left: 0}}@media screen and (max-width: 992px){.open-1 .h1{line-height: 64px}}@media screen and (max-width: 768px){.open-1 .h1{line-height: 45px}}@media screen and (max-width: 576px){.open-1 .h1{line-height: 35px}}

.creator-1 .big-title{font-weight: 700;line-height: 1.1}.creator-1 .red{color: #F53A3A}.creator-1 .photo img{max-width: 100%;height: auto}.creator-1 .creator-name > *{margin-bottom: .25rem}.creator-1 .creator-name > *:last-child{margin-bottom: 0}@media (prefers-reduced-motion: reduce){.creator-1 *{animation: none !important;transition: none !important}}

.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}

.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}

.fos-1{position: relative;padding-top: 300px;padding-bottom: 150px;margin-top: -120px}.fos-1 .bg{position: absolute;z-index: -1;width: 100vw;left: 50%;max-width: unset;height: 100%;top: 0;transform: translateX(-50%) !important}.fos-1 .bg img{display: block;width: 100%;height: 100%;object-fit: cover;object-position: top}.fos-1 .img1{position: absolute;left: 45%;top: 40%;width: 500px;height: 400px}.fos-1 .img2{position: absolute;right: -10%;bottom: 0;width: 690px}.fos-1 .img2 img{display: block;width: 100%;height: auto}.fos-1 .form-wrap{margin-top: 170px;width: 600px;background: #fff;padding: 20px;box-shadow: 0px 212px 85px rgba(0, 0, 0, 0.01), 0px 119px 72px rgba(0, 0, 0, 0.05), 0px 53px 53px rgba(0, 0, 0, 0.09), 0px 13px 29px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);border-radius: 10px}.fos-1 .form-wrap .form_title{margin-bottom: 20px}.fos-1 .form-wrap .send_form{display: flex;flex-direction: column;gap: 20px}.fos-1 .form-wrap .form-control{padding: 14px 32px;background: #F7F7F7;border: 1px solid #A6A6A6;border-radius: 7px}.fos-1 .form-wrap .form-control:focus-visible{border: 1px solid #F43B3B;outline: none}.fos-1 .form-wrap .btn{width: max-content;margin: 18px auto 32px;padding: 15px 32px;border: none}.fos-1 .red{color: #F53A3A}@media screen and (max-width: 1400px){.fos-1 .bg{margin-left: -50vw;transform: none !important}}@media screen and (max-width: 1200px){.fos-1 .img1{left: 60%;top: 50%;width: 150px}.fos-1 .img2{width: 500px}.fos-1 .bg img{object-fit: contain;object-position: bottom}.fos-1{padding-top: 150px}}@media screen and (max-width: 992px){.fos-1{padding-bottom: 50px}.fos-1 .form-wrap{margin-top: 50px;width: 100%}.fos-1 .img1{display: none}.fos-1 .img2{display: none}}

.footer-1{padding: 3rem 0;position: relative}.footer-1 address{font-style: normal;margin: 0}.footer-1 a{color: var(--bs-body-color)}.footer-1 a:hover{color: var(--bs-primary)}.footer-1 .footer-tel{font-weight: 700}.footer-1 ul{display: block;list-style: none;margin: 0;padding: 0}.footer-1 ul li{display: block;margin: 0;padding: 0}.footer-1 ul li a{display: block;margin: 0;padding: .25rem 0}.footer-1 .footer-system ul li a{padding: .1rem 0}.footer-1 .btn-outline-primary{color: var(--bs-primary)}.footer-1 .btn-outline-primary:hover{color: var(--bs-primary-text)}.footer-1 .scroll-to-top{position: fixed;z-index: 1030;left: 2em;bottom: 2em;width: 2.5rem;height: 2.5rem;font-size: .7rem;display: flex;justify-content: center;align-items: center;border: none;border-radius: .25rem;opacity: 0;pointer-events: none;transition: .5s;background: rgba(0, 0, 0, .2);color: #fff}.footer-1 .scroll-to-top.active{opacity: 1;pointer-events: auto}.footer-1 .scroll-to-top:hover{background: rgba(0, 0, 0, .3)}@media (min-width: 576px){.footer-1 .scroll-to-top{font-size: .85rem}}@media (min-width: 768px){.footer-1 .scroll-to-top{font-size: 1rem}}

