.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}}

.hero-3{position: relative;overflow: hidden}.hero-3 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2);padding-bottom: 19.6rem;padding-top: 9.38rem;position: relative}.hero-3 .module-background.image{background-position: top center !important}.hero-3 .title{font-style: normal}.hero-3 .btn.btn-primary{overflow: hidden;position: relative;border-radius: 10px;border: 2px solid #EC3737;background: #EC3737;box-shadow: none;color: #FFF;font-style: normal;line-height: normal;width: 100%;display: flex;justify-content: center;align-items: center;max-width: 12.25rem}.hero-3 .btn.btn-primary:hover{background: #fff;color: #EC3737}.hero-3 .btn.btn-primary::after{position: absolute;pointer-events: none;transform-origin: center;transform: rotate(20deg);content: '';width: 3rem;height: 5rem;right: 2rem;bottom: -1rem;background: rgba(255, 255, 255, 0.10)}.hero-3 .mod-quest-block{position: relative;margin-top: 4.37rem;width: fit-content}.hero-3 .mod-quest-block::before{content: '';position: absolute;z-index: -10;top: 0;right: -14.38rem;border: 3px solid #C09C6A;height: 100%;width: 250%;pointer-events: none;background: #00000052}@media screen and (min-width: 992px){.hero-3 .mod-quest-block::before{background: none}}.hero-3 #stars{width: 1px;height: 1px;background: transparent;animation: animStar 50s linear infinite;box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff, 1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff, 36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff, 1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff, 1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff, 164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff, 1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff, 1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff, 1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff, 614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff, 1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff, 1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff, 1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff, 214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff, 1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff, 903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff, 1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff, 757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff, 576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff, 297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff, 82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff, 779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff, 1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff, 1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff, 1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff, 142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff, 1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff, 1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff, 707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff, 1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff, 1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff, 678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff, 51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff, 416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff, 218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff, 1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff, 236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff, 671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff, 785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff, 687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff, 1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff, 1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff, 1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff, 545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff, 9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff, 958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff, 1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff, 295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff, 1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff, 766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff, 682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff, 673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff, 1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff, 1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff, 1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff, 1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff, 382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff, 161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff, 179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff, 858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff, 1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff, 343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff, 1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff, 1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff, 1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff, 121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff, 1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff, 1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff, 1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff, 1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff, 119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff, 407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff, 1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff, 1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff, 374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff, 1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff, 727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff, 1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff, 978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff, 284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff, 1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff, 1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff, 1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff, 529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff, 270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff, 1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff, 955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff, 226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff, 839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff, 1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff, 467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff, 483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff, 1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff, 166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff, 827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff, 1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff, 1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff, 899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff, 1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff, 1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff, 1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff, 384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff, 1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff, 928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff, 1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff, 512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff, 1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff, 411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff, 769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff, 1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff, 1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff, 1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff, 1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff, 1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff, 1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff, 1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff, 751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff, 1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff, 1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff, 1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff, 206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff, 519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff, 172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff, 1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff, 772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff, 1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff, 1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff, 1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff, 665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff, 764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff, 913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff, 1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff, 242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff, 752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff, 21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff, 158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff, 734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff, 1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff, 1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff, 95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff, 955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff, 1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff, 1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff, 1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff, 455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff, 236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff, 1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff, 1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff, 700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff, 1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff, 1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff, 985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff, 914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff, 257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff, 1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff, 1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff, 1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff, 1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff, 1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff, 41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff, 1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff, 1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff, 1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff, 918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff, 605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff, 1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff, 768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff, 380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff, 1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff, 1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff, 1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff, 1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff, 1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff, 100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff, 1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff, 659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff, 696px 1654px #fff, 1144px 60px #fff}.hero-3 #stars:after{content: '';position: absolute;top: 2000px;width: 1px;height: 1px;background: transparent;box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff, 1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff, 36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff, 1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff, 1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff, 164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff, 1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff, 1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff, 1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff, 614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff, 1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff, 1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff, 1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff, 214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff, 1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff, 903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff, 1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff, 757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff, 576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff, 297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff, 82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff, 779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff, 1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff, 1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff, 1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff, 142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff, 1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff, 1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff, 707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff, 1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff, 1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff, 678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff, 51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff, 416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff, 218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff, 1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff, 236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff, 671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff, 785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff, 687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff, 1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff, 1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff, 1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff, 545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff, 9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff, 958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff, 1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff, 295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff, 1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff, 766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff, 682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff, 673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff, 1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff, 1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff, 1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff, 1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff, 382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff, 161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff, 179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff, 858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff, 1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff, 343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff, 1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff, 1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff, 1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff, 121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff, 1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff, 1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff, 1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff, 1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff, 119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff, 407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff, 1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff, 1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff, 374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff, 1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff, 727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff, 1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff, 978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff, 284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff, 1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff, 1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff, 1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff, 529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff, 270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff, 1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff, 955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff, 226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff, 839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff, 1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff, 467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff, 483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff, 1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff, 166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff, 827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff, 1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff, 1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff, 899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff, 1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff, 1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff, 1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff, 384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff, 1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff, 928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff, 1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff, 512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff, 1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff, 411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff, 769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff, 1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff, 1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff, 1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff, 1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff, 1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff, 1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff, 1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff, 751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff, 1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff, 1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff, 1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff, 206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff, 519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff, 172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff, 1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff, 772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff, 1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff, 1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff, 1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff, 665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff, 764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff, 913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff, 1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff, 242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff, 752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff, 21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff, 158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff, 734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff, 1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff, 1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff, 95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff, 955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff, 1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff, 1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff, 1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff, 455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff, 236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff, 1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff, 1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff, 700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff, 1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff, 1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff, 985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff, 914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff, 257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff, 1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff, 1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff, 1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff, 1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff, 1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff, 41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff, 1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff, 1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff, 1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff, 918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff, 605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff, 1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff, 768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff, 380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff, 1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff, 1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff, 1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff, 1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff, 1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff, 100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff, 1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff, 659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff, 696px 1654px #fff, 1144px 60px #fff}.hero-3 #stars2{width: 2px;height: 2px;background: transparent;animation: animStar 100s linear infinite;box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff, 878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff, 121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff, 523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff, 1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff, 1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff, 1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff, 24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff, 1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff, 744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff, 270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff, 1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff, 69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff, 1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff, 1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff, 65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff, 1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff, 1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff, 686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff, 582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff, 270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff, 1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff, 1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff, 443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff, 1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff, 331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff, 822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff, 689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff, 819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff, 887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff, 1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff, 1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff, 163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff, 1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff, 1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff, 219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff, 274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff, 1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff, 161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff, 318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff, 1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff, 1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff, 1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff, 1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff, 1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff, 528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff, 100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff, 987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff, 1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff, 156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff, 986px 1529px #fff, 1667px 1137px #fff}.hero-3 #stars2:after{content: '';position: absolute;top: 2000px;width: 2px;height: 2px;background: transparent;box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff, 878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff, 121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff, 523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff, 1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff, 1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff, 1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff, 24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff, 1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff, 744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff, 270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff, 1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff, 69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff, 1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff, 1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff, 65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff, 1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff, 1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff, 686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff, 582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff, 270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff, 1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff, 1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff, 443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff, 1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff, 331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff, 822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff, 689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff, 819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff, 887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff, 1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff, 1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff, 163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff, 1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff, 1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff, 219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff, 274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff, 1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff, 161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff, 318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff, 1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff, 1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff, 1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff, 1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff, 1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff, 528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff, 100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff, 987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff, 1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff, 156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff, 986px 1529px #fff, 1667px 1137px #fff}.hero-3 #stars3{width: 5px;height: 5px;border-radius: 50%;background: transparent;animation: animStar 150s linear infinte;box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff, 948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff, 1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff, 921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff, 1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff, 383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff, 1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff, 992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff, 1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff, 1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff, 1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff, 1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff, 1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff, 1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff, 473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff, 1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff, 144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff, 1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff, 1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff, 407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff, 1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff, 1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff, 1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff, 16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff, 494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff, 498px 1947px #fff, 617px 880px #fff, 240px 403px #fff}.hero-3 #stars3:after{content: '';position: absolute;top: 2000px;width: 3px;height: 3px;background: transparent;box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff, 948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff, 1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff, 921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff, 1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff, 383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff, 1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff, 992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff, 1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff, 1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff, 1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff, 1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff, 1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff, 1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff, 473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff, 1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff, 144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff, 1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff, 1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff, 407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff, 1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff, 1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff, 1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff, 16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff, 494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff, 498px 1947px #fff, 617px 880px #fff, 240px 403px #fff}@keyframes animStar{from{transform: translateY(0px)}to{transform: translateY(-2000px)}}

.ready-to-be-captured-1{position: relative;margin-bottom: 6rem;padding: 4rem 0 5.42rem;overflow: hidden}.ready-to-be-captured-1 .title span{position: relative;padding: 1rem 1.25rem;display: inline-block}.ready-to-be-captured-1 .title span::before{content: '';background: #000;position: absolute;width: 100%;height: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 5.7px;z-index: -5}.ready-to-be-captured-1 .mod-decor{position: absolute;top: -9rem;left: 50%;width: 100%;transform: translateX(-50%);height: 16.62rem;background: url('/assets/images/pages/upakovka-franshiz/ready-to-be-captured-1/002.png') center top no-repeat;background-size: 100% 100%;z-index: -15}.ready-to-be-captured-1 .mod-decor-2{position: absolute;top: -3.31rem;left: 50%;width: 100%;transform: translateX(-50%);height: 18.25rem;background: url('/assets/images/pages/upakovka-franshiz/ready-to-be-captured-1/004.png') center top no-repeat;background-size: 100% 100%;z-index: -10}.ready-to-be-captured-1 .mod-decor-3{position: absolute;top: -3.31rem;left: 50%;width: 100%;transform: translateX(-50%);height: 24.81rem;background: url('/assets/images/pages/upakovka-franshiz/ready-to-be-captured-1/005.png') center top no-repeat;background-size: 100% 100%;z-index: -7}.ready-to-be-captured-1 .btn.play{width: 100%;max-width: 7.33rem;height: 7.33rem;position: relative}.ready-to-be-captured-1 .btn.play::before{content: '';position: absolute;background: url('/assets/images/pages/upakovka-franshiz/ready-to-be-captured-1/load.png') center no-repeat;background-size: contain;width: 100%;height: 100%;left: 0;top: 0}.ready-to-be-captured-1 .btn.play:hover::before{animation: readyToBeCapturedLoad 2s infinite forwards}.ready-to-be-captured-1 .card_block{perspective: 1000px;transform-style: preserve-3d}.ready-to-be-captured-1 .card_block .card__inner{transition: transform 0.2s;cursor: pointer}.ready-to-be-captured-1 .card_block .card__inner img{max-width: 100%}@media screen and (min-width: 992px){.ready-to-be-captured-1{overflow: visible}}@keyframes readyToBeCapturedLoad{0%{transform: rotate(0)}100%{transform: rotate(360deg)}}@media (prefers-reduced-motion: reduce){.ready-to-be-captured-1 *{animation: none !important}}

.what-is-franchise-1{position: relative;padding-top: 6.55rem;padding-bottom: 17.76rem;overflow: hidden}.what-is-franchise-1 .module-background.image{background-position: bottom !important;background-size: 100% auto !important}

.constructor-2{position: relative;overflow: hidden;padding-top: 3rem;margin-top: -1rem}.constructor-2 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.constructor-2 .title{line-height: 113%}.constructor-2 .title_accent{line-height: 113%}.constructor-2 .mod-constructor-container{padding: 4.38rem 0 3.75rem}.constructor-2 .mod-constructor-block{max-width: 55.62rem;width: 100%;margin-bottom: 4.38rem;display: none;background: #FFF;box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.25)}.constructor-2 .block-image img{width: auto;object-fit: cover}.constructor-2 .block-image{max-width: 11%;background: var(--bs-primary)}.constructor-2 .mod-quiz{background: #fff;min-height: 38rem}.constructor-2 .mod-quiz-text, .constructor-2 .mod-quiz-countor{line-height: 125%}.constructor-2 .mod-block-bottom{gap: 1.88rem}.constructor-2 .mod-quiz-no, .constructor-2 .mod-quiz-yes.btn.btn-primary, .constructor-2 .btn.btn-primary{cursor: pointer;border-radius: 0.43rem;max-width: 6.78rem;min-width: 6.78rem;box-shadow: none;width: 100%;padding: .62rem .62rem;font-weight: 600;line-height: 150%;display: flex;max-height: 3.12rem;height: 100%;justify-content: center;align-items: center}.constructor-2 .mod-quiz-prev.btn.btn-outline-primary{cursor: pointer;min-height: 1.5rem;display: flex;min-width: 3.12rem;max-width: 3.12rem;height: 100%;max-height: 3.12rem;width: 100%;flex-direction: column;justify-content: center;align-items: center}.constructor-2 .mod-quiz-prev.btn.btn-outline-primary path{fill: var(--bs-primary)}.constructor-2 .mod-quiz-yes.btn.btn-primary:hover{background: #fff;color: var(--bs-primary)}.constructor-2 .btn-outline-primary:hover, .constructor-2 .mod-quiz-prev.btn-outline-primary:hover path{color: #fff;background: var(--bs-primary);fill: #fff}.constructor-2 .mod-quiz-nav{gap: 1.88rem}.constructor-2 .mod-quiz-dot{width: 0.93rem;height: 0.93rem;border-radius: 50%;border: 1px solid #616160}.constructor-2 .mod-quiz-dot.active{border: 1px solid var(--bs-primary);background: var(--bs-primary)}.constructor-2 .mod-quiz-dots{gap: .31rem}.constructor-2 .mod-result-block{border-radius: 0.43rem;background: var(--bs-primary);display: flex;max-height: 3.12rem;height: 100%;max-width: 13.56rem;width: 100%;line-height: 150%}.constructor-2 .btn.btn-primary:hover{color: var(--bs-primary);background: #fff}.constructor-2 .btn.quiz-price-list-btn{border-radius: 0.43rem;border: 2px solid var(--bs-primary);color: var(--bs-primary);display: flex;height: 3.125rem;flex-direction: column;justify-content: center;align-items: center;line-height: 150%}.constructor-2 .quiz-price-list-btns{gap: 1.88rem}.constructor-2 .btn.quiz-price-list-btn:hover{background: var(--bs-primary);color: #fff}.constructor-2 .mod-constructor-block.active{display: flex;opacity: 1;z-index: 10}.constructor-2 .mod-constructor-block.activeNext{position: absolute;right: -2rem;display: flex;transform: scale(.9);pointer-events: none}.constructor-2 .form-control{border: 1px solid var(--bs-primary)}.constructor-2 .form-control:focus{box-shadow: 0 0 0 0.15rem rgba(253, 13, 13, 0.25)}@media screen and (min-width: 400px){.constructor-2 .block-image{max-width: 33%}}@media screen and (min-width: 576px){.constructor-2 .mod-quiz{height: auto;min-height: auto}}@media screen and (min-width: 768px){.constructor-2 .block-image{width: auto;max-width: none}.constructor-2 .block-image img{width: auto}}

.for-whom-1{position: relative;padding: 4.38rem 0}.for-whom-1 .mod-card{position: relative;width: 100%;background: #fff;box-shadow: 5px 5px 100px 0px #0000001a}.for-whom-1 .mod-card .mod-triangle{position: absolute;z-index: 1;right: 0;top: 0;width: 2rem;height: 2rem;pointer-events: none;background: linear-gradient(to bottom left, #F53A3A 50%, white 0%)}.for-whom-1 .mod-card .mod-card-text{z-index: 10}.for-whom-1 .image img{max-width: 100%}.for-whom-1 .p_title{position: relative}.for-whom-1 .p_title::after{content: '';position: absolute;width: 2.37rem;height: 3px;background: #F53A3A;bottom: -.94rem;left: 50%;transform: translateX(-50%)}.for-whom-1 .p_text, .for-whom-1 .p_introText{line-height: 150%}.for-whom-1 .btn.btn-primary{display: flex;max-width: 14.37rem;height: 100%;width: 100%;max-height: 3.12rem;border: 2px solid #EC3737;justify-content: center;align-items: center;border-radius: 0.43rem;text-align: center;line-height: 150%}.for-whom-1 .btn.btn-primary:hover{background: #fff;color: #EC3737}

.how-to-pack-franchise-1{position: relative;margin-bottom: 4.38rem;padding: 100px 0;overflow: hidden}.how-to-pack-franchise-1 .mod-cards{display: grid;gap: 1.88rem}.how-to-pack-franchise-1 .mod-card{background: #fff;box-shadow: 5px 5px 100px 0px rgba(0, 0, 0, 0.10);max-width: 78rem;width: 100%;overflow: hidden}.how-to-pack-franchise-1 .mod-text{padding-left: 1.87rem;padding-right: 1.87rem;display: grid;gap: 3.12rem;width: 100%}.how-to-pack-franchise-1 .mod-card-text-container{display: grid;gap: 1.25rem}.how-to-pack-franchise-1 .image{max-width: 25.94rem;width: 100%;padding-left: 3.91rem}.how-to-pack-franchise-1 .image img{max-width: 100%;z-index: 10;position: relative}.how-to-pack-franchise-1 .image::before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;background: url('/assets/images/pages/upakovka-franshiz/how-to-pack-franchise-1/026.png') center no-repeat;background-size: 100% 100%}.how-to-pack-franchise-1 .mod-card-step{max-width: 9.37rem;width: 100%;max-height: 3.12rem;height: 100%;border-radius: 0.43rem;background: #EC3737;box-shadow: 5px 5px 50px 0px rgba(0, 0, 0, 0.10)}.how-to-pack-franchise-1 .mod-cards .card-container:nth-child(odd) .image::before{transform: rotate(180deg)}.how-to-pack-franchise-1 .mod-cards .card-container:nth-child(even) .mod-text{padding-left: 2rem}.how-to-pack-franchise-1 .btn{margin-top: 4.37rem;max-width: 14.37rem;width: 100%;line-height: 150%}@media screen and (min-width: 992px){.how-to-pack-franchise-1 .mod-cards .card-container:nth-child(even) .mod-text{padding-left: 6.25rem}}

.were-deceived-1{position: relative;overflow: hidden;padding-bottom: 7.64rem;padding-top: 7.55rem}.were-deceived-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.were-deceived-1::before{content: '';position: absolute;inset: 0;z-index: -1000;background: url('/assets/images/pages/upakovka-franshiz/were-deceived-1/bg.jpg') center no-repeat;background-size: cover}.were-deceived-1 .mod-card{border: 2px solid rgba(255, 255, 255, 0.40);background: rgba(255, 255, 255, 0.45);min-height: 16.87rem;gap: 1.56rem;align-items: center}.were-deceived-1 .mod-text{gap: 3.12rem}.were-deceived-1 .mod-step{position: relative}.were-deceived-1 .mod-step::before{content: '';position: absolute;left: 0;bottom: -1.56rem;width: 7.5rem;height: 5px;background: #EC3737}.were-deceived-1 .mod-title-block{gap: 3.12rem}

.director-appeal-2{position: relative;padding-bottom: 7.39rem;padding-top: 1.36rem;margin-bottom: 4.38rem}.director-appeal-2::before{content: "";position: absolute;inset: 0;z-index: -1000;background: linear-gradient(to bottom left, #F2F2F4 50%, #fff 50%)}.director-appeal-2 .image-bg{width: 100%}.director-appeal-2 .image-bg img{max-width: 100%;width: 100%}.director-appeal-2 .image-director{bottom: 0;transform: translateX(-50%);left: 45%;z-index: 11;max-height: 100%}.director-appeal-2 .image-logo{top: 1.06rem;background: #fff;width: fit-content;right: 0;z-index: 14}.director-appeal-2 .mod-director-container{gap: .63rem}.director-appeal-2 .mod-text-container{gap: 4.19rem}.director-appeal-2 .btn.btn-primary{overflow: hidden;position: relative;border-radius: 10px;border: 2px solid #EC3737;box-shadow: none;font-style: normal;line-height: normal;width: 100%;display: flex;justify-content: center;align-items: center;max-width: 19rem}.director-appeal-2 .btn.btn-primary:hover{background: #fff;color: #EC3737}.director-appeal-2 .btn.btn-primary::after{position: absolute;pointer-events: none;transform-origin: center;transform: rotate(20deg);content: '';width: 3rem;height: 5rem;left: 50%;transform: translateX(-50%);bottom: -1rem;background: rgba(255, 255, 255, 0.10)}.director-appeal-2 .mod-director-post{line-height: 125%}.director-appeal-2 .video-2 .image-logo{right: auto;left: 0;top: auto;bottom: 1.08rem;padding: 0.62rem 1.25rem 0.62rem 1.88rem}.director-appeal-2 .image-bg{z-index: 1;position: relative;filter: blur(4px)}.director-appeal-2 .video-2 .image-director{left: 42%}.director-appeal-2 .mod-video-container{overflow: hidden;cursor: pointer}.director-appeal-2 .image-director img{max-height: 100%}.director-appeal-2 .mod-play{transform: translate(-50%, -50%);left: 50%;top: 50%;z-index: 20}.director-appeal-2 .mod-play img{max-width: 100%}.director-appeal-2 .mod-video-2-text{gap: .88rem}.director-appeal-2 .mod-video-2-text .mod-subtitle{line-height: 120%}.director-appeal-2 .mod-video-container:hover > .mod-play img{animation: tilt-n-move-shaking 0.25s infinite;transform-origin: center}@media screen and (min-width: 992px){.director-appeal-2 .mod-play img{max-width: 70%}}

.secret-1{position: relative;overflow: hidden;padding-bottom: 10.08rem}.secret-1::before{content: '';position: absolute;inset: 0;z-index: -1000;background: #F53A3A}.secret-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.secret-1 h2{color: #fff}.secret-1 .mod-cards{display: flex;flex-direction: column;gap: 1.88rem}.secret-1 .mod-card{background: #fff;box-shadow: 5px 5px 100px 0px rgba(0, 0, 0, 0.10);max-width: 78rem;width: 100%;overflow: hidden;min-height: 18.75rem}.secret-1 .mod-text{padding-left: 1.87rem;padding-right: 1.87rem;display: grid;gap: 1.88rem;width: 100%}.secret-1 .mod-card-text-container{display: grid;gap: 1.25rem}.secret-1 .image{width: 100%;height: 100%;overflow: hidden}.secret-1 .image-container{width: 100%;position: relative}.secret-1 .image-container::after{content: '';position: absolute;width: 2px;height: 100%;right: -1px;left: auto;background: #fff;z-index: 10;top: 0}.secret-1 .image img{position: relative;object-fit: cover;height: 100%;float: left;padding-left: 2px}.secret-1 .card-container:nth-child(odd) .image img{float: left;}.secret-1 .mod-card-step{max-width: 9.37rem;width: 100%;max-height: 3.12rem;height: 3.12rem;border-radius: 0.43rem;background: #EC3737;box-shadow: 5px 5px 100px 0px rgba(0, 0, 0, 0.10)}.secret-1 .mod-cards .card-container:nth-child(even) .image-container::after{left: -1px;right: auto}.secret-1 .mod-cards .card-container:nth-child(odd) .image .clipContainer{left: auto;right: 0}.secret-1 .mod-cards .card-container:nth-child(odd) .image::before{transform: translateY(50%) rotate(-55deg);transform-origin: right top}.secret-1 .mod-cards .card-container:nth-child(odd) .image::after{transform-origin: right bottom;transform: translateY(-50%) rotate(55deg)}.secret-1 .mod-cards .card-container:nth-child(even) .image-container{border-left: 2px solid #fff;border-right: none}.secret-1 .mod-cards .card-container:nth-child(even) .image img{padding-right: 2px}.secret-1 .mod-cards .card-container:nth-child(odd) .image img{transform: translateX(-50%);left: 50%}.secret-1 .mod-card{flex-wrap: wrap}.secret-1 .card-container .image img{width: 100%}@media screen and (min-width: 576px){.secret-1 .image::before{content: '';position: absolute;right: 0;top: 0;width: 100%;height: 100%;background: #fff;z-index: 1;transform: translateY(50%) rotate(-145deg);transform-origin: left top}.secret-1 .image::after{content: '';position: absolute;right: 0;top: 0;width: 100%;height: 100%;background: #fff;z-index: 1;transform-origin: left bottom;transform: translateY(-50%) rotate(145deg)}.secret-1 .image-container{max-width: 25.5rem}.secret-1 .card-container .image img{width: auto}.secret-1 .mod-card{flex-wrap: nowrap}}@media screen and (min-width: 992px){.secret-1 .mod-cards .card-container:nth-child(even) .mod-text{padding-left: 6.25rem}.secret-1 .mod-card{gap: 1.88rem}}@media screen and (min-width: 1200px){.secret-1 h2{color: inherit}.secret-1::before{left: 107%}}.secret-1 .mod-clipPath{pointer-events: none;opacity: 0;position: absolute}.secret-1 .mod-clipPath path{height: 100%}

.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}

.legal-security-1{position: relative;overflow: hidden;padding-top: 3.16rem}.legal-security-1::before{content: "";position: absolute;inset: 0;z-index: -1000;background: url('/assets/images/pages/upakovka-franshiz/legal-security-1/049.png') top center no-repeat;background-size: cover}.legal-security-1 > .container{position: relative}.legal-security-1 .image img{pointer-events: none;max-width: 200%}.legal-security-1 .accent{color: var(--bs-primary)}.legal-security-1 .btn.btn-primary{border: 2px solid var(--bs-primary);position: relative;z-index: 10;border-radius: 0.43rem;max-width: 14.37rem;width: 100%}.legal-security-1 .btn.btn-primary:hover{background: #fff;color: var(--bs-primary)}.legal-security-1 .parallaxScene{position: absolute;bottom: 0;top: 0;left: 0;right: 0;width: 1920px}.legal-security-1 .item-1{position: absolute;top: 6rem;right: 20rem;z-index: 1}@media screen and (min-width: 992px){.legal-security-1 .btn.btn-primary{left: -2rem}.legal-security-1 .image img{max-width: none;margin-right: 10rem}}

.let-promote-1{position: relative;padding-top: 16.67rem;padding-bottom: 17.3rem;overflow: hidden}.let-promote-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.let-promote-1 .obj-1{top: -12.4rem;right: -14.17rem;transform-origin: 0 100%;z-index: -1;max-width: 225%}.let-promote-1 .obj-2{top: -4.4rem;left: -6.17rem;transform-origin: 0 100%;z-index: -1}.let-promote-1 .mod-content{z-index: 1}.let-promote-1 .subtitle{line-height: 1.87rem}@media screen and (min-width: 400px){.let-promote-1 .obj-1{max-width: 195%}}@media screen and (min-width: 768px){.let-promote-1 .obj-1{max-width: 157%}}@media screen and (min-width: 992px){.let-promote-1 .obj-1{max-width: none}}@media screen and (min-width: 1200px){.let-promote-1{padding-bottom: 11.3rem}}

.watch-video-1{position: relative;padding-top: 2.5rem;padding-bottom: 2rem;margin-top: -2px;overflow: hidden;background-color: #0e2a3e;isolation: isolate}.watch-video-1 .container{padding-right: calc(var(--bs-gutter-x, 0.75rem) / 2);padding-left: calc(var(--bs-gutter-x, 0.75rem) / 2)}.watch-video-1::before{content: "";position: absolute;top: 0;bottom: 0;left: 50%;right: auto;width: 1920px;max-width: 100%;transform: translateX(-50%);z-index: -1000;background: url('/assets/images/pages/upakovka-franshiz/watch-video-1/bg.jpg') center no-repeat;background-size: auto 100%}.watch-video-1 h2{position: relative;z-index: 10}.watch-video-1 .mod-contain__btn{padding: 0 .5rem;margin-top: 25.94rem}.watch-video-1 .card_block{perspective: 1000px;transform-style: preserve-3d;position: relative;z-index: 10}.watch-video-1 .card_block .card__inner{transition: transform 0.2s}.watch-video-1 .mod-contain__btn .btn:focus{box-shadow: none}.watch-video-1 .btn img{max-width: 100%}.watch-video-1 .mod-play__video__fon{width: 100%;height: 40rem;transform: translate(-50%, -50%);top: 50%;left: 50%;z-index: 5;cursor: pointer}.watch-video-1 .mod-cosmo{pointer-events: none}@media screen and (min-width: 400px){.watch-video-1 .mod-contain__btn{padding: 0 3rem}}@media screen and (min-width: 768px){.watch-video-1::before{background-size: cover}}@media screen and (min-width: 992px){.watch-video-1 .mod-play__video__fon{width: 48rem;height: 34rem}.watch-video-1 .mod-contain__btn{padding: 0 8.19rem;margin-top: 14.94rem}}@media screen and (min-width: 1200px){.watch-video-1{overflow: visible}.watch-video-1 .mod-cosmo{top: -47rem;left: -25rem}}@media screen and (min-width: 1400px){.watch-video-1 .mod-cosmo{top: -41rem;left: -21rem}}

.much-price-1{position: relative;padding: 100px 0}.much-price-1 h2{line-height: 124%}.much-price-1 .mod-card-header{background: #EC3737;gap: 1.25rem;min-height: 14.37rem}.much-price-1 ul{gap: 1.25rem}.much-price-1 ul li{font-weight: 400;line-height: 150%}.much-price-1 .mod-card-body{gap: 1.25rem}.much-price-1 .mod-card{background: #fff;box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.25)}.much-price-1 .btn.btn-primary{max-width: 14.37rem;border-radius: 0.43rem;background: #EC3737;box-shadow: none;border: 2px solid #EC3737}.much-price-1 .btn.btn-primary:hover{background: #fff;color: #EC3737}.much-price-1 .image img{max-width: 100%}

.kind-clothes-1{position: relative;padding-bottom: 8.42rem}.kind-clothes-1 h2{line-height: 113%}.kind-clothes-1 .title-2{margin-top: -1.5rem;position: relative}.kind-clothes-1 .title-1 > img{left: -4.5rem;top: -1.69rem;z-index: -1;pointer-events: none}.kind-clothes-1 .title-2 > img{right: 0rem;top: -2.3rem;z-index: -1;pointer-events: none}.kind-clothes-1 .image img{max-width: 100%}.kind-clothes-1 .decor{display: none}@media screen and (min-width: 992px){.kind-clothes-1 .decor{right: 0;bottom: 0;z-index: -1;display: none}.kind-clothes-1 .title-1{position: relative;left: -3.5rem}.kind-clothes-1 .image{top: -21rem;left: -3.63rem;position: absolute}.kind-clothes-1 .image img{max-width: none}}@media screen and (min-width: 1200px){.kind-clothes-1 .image{left: -2.63rem}}@media screen and (min-width: 1700px){.kind-clothes-1 .decor{right: -12.04rem;bottom: 0;z-index: -1;display: block}}

.socially-active-1{position: relative;padding-bottom: 2.5rem;margin-bottom: 4.38rem}.socially-active-1 .mod-text{line-height: 155%}.socially-active-1 .mod-subtitle{line-height: 150%}.socially-active-1 .title{line-height: 150%}.socially-active-1 .play-button{transform: translate(-50%, -50%);left: 50%;top: 50%}.socially-active-1 .mod-video{cursor: pointer}.socially-active-1 .image img{object-fit: cover;max-width: 100%;width: 100%}

.blue-ocean-1{position: relative;overflow: hidden;padding-bottom: 31.18rem;padding-top: 5.74rem}.blue-ocean-1::before{content: "";position: absolute;inset: 0;z-index: -1000;background: url('/assets/images/pages/upakovka-franshiz/blue-ocean-1/065.jpg') center top no-repeat;background-size: cover}.blue-ocean-1 h2{line-height: 150%;color: #0B3B53}.blue-ocean-1 .subtitle{line-height: 120%}.blue-ocean-1 .mod-decor-top{background: url('/assets/images/pages/upakovka-franshiz/blue-ocean-1/066.svg') top center no-repeat;background-size: cover;top: -1rem;width: 100%;height: 39rem;transform: translateX(-50%);left: 50%;z-index: -1}.blue-ocean-1 .mod-decor-bottom{background: url('/assets/images/pages/upakovka-franshiz/blue-ocean-1/067.svg') bottom center no-repeat;background-size: cover;bottom: -5px;width: 100%;height: 45.4rem;transform: translateX(-50%);left: 50%;z-index: -1}.blue-ocean-1 .block-ocean{padding-top: 30.56rem}.blue-ocean-1 .text-ocean{line-height: 150%}.blue-ocean-1 .text-2{margin-top: 38.68rem;margin-bottom: 43.87rem}.blue-ocean-1 .mod-seaweed-1{left: 0;bottom: 0;z-index: -5;animation: blueOceanSeaweed-1 15s infinite forwards, blueOceanSideWays-2 4s ease-in-out infinite alternate;animation-delay: 4s}.blue-ocean-1 .mod-seaweed-2{left: 25%;bottom: 0;z-index: -5;animation: blueOceanSeaweed-1 15s infinite forwards, blueOceanSideWays-2 4s ease-in-out infinite alternate;animation-delay: 2s}.blue-ocean-1 .mod-seaweed-3{right: 0;bottom: 0;z-index: -5;animation: blueOceanSeaweed-1 15s infinite forwards, blueOceanSideWays-2 4s ease-in-out infinite alternate;animation-delay: 10s}.blue-ocean-1 .bubble{width: 30px;height: 30px;border-radius: 100%;position: absolute;background-color: white;bottom: -30px;opacity: 0.2;z-index: -3;animation: blueOceanBubble 15s ease-in-out infinite, blueOceanSideWays}.blue-ocean-1 .bubble--1{left: 10%;animation-delay: 0.5s;animation-duration: 16s;opacity: 0.2}.blue-ocean-1 .bubble--2{width: 15px;height: 15px;left: 40%;animation-delay: 1s;animation-duration: 10s;opacity: 0.1}.blue-ocean-1 .bubble--3{width: 10px;height: 10px;left: 30%;animation-delay: 5s;animation-duration: 20s;opacity: 0.3}.blue-ocean-1 .bubble--4{width: 25px;height: 25px;left: 40%;animation-delay: 8s;animation-duration: 17s;opacity: 0.2}.blue-ocean-1 .bubble--5{width: 30px;height: 30px;left: 60%;animation-delay: 10s;animation-duration: 15s;opacity: 0.1}.blue-ocean-1 .bubble--6{width: 10px;height: 10px;left: 80%;animation-delay: 3s;animation-duration: 30s;opacity: 0.4}.blue-ocean-1 .bubble--7{width: 15px;height: 15px;left: 90%;animation-delay: -7s;animation-duration: 25s;opacity: 0.3}.blue-ocean-1 .bubble--9{width: 20px;height: 20px;left: 50%;bottom: 30px;animation-delay: -5s;animation-duration: 19s;opacity: 0.2}.blue-ocean-1 .bubble--10{width: 40px;height: 40px;left: 30%;bottom: 30px;animation-delay: -21s;animation-duration: 16s;opacity: 0.3}.blue-ocean-1 .bubble--11{width: 30px;height: 30px;left: 60%;bottom: 30px;animation-delay: -13.75s;animation-duration: 20s;opacity: 0.3}.blue-ocean-1 .bubble--11{width: 25px;height: 25px;left: 90%;bottom: 30px;animation-delay: -10.5s;animation-duration: 19s;opacity: 0.3}.blue-ocean-1 .mod-fish-1{top: 34.11rem;right: -20rem;animation: blueOceanFish-1 15s infinite forwards, blueOceanSideWays-2 4s ease-in-out infinite alternate;z-index: -1}.blue-ocean-1 .mod-fish-2{top: 38.27rem;right: -47rem;animation: blueOceanFish-2 20s infinite forwards, blueOceanSideWays-2 4s ease-in-out infinite alternate;z-index: -1;animation-delay: 2s}.blue-ocean-1 .mod-fish-3{top: 60rem;left: -23rem;animation: blueOceanFish-3 15s infinite forwards, blueOceanSideWays-2 4s ease-in-out infinite alternate;z-index: -1;animation-delay: 1s}.blue-ocean-1 .mod-fish-4{top: 88rem;left: -52rem;animation: blueOceanFish-4 25s infinite forwards, blueOceanSideWays-2 4s ease-in-out infinite alternate;z-index: -1;animation-delay: 3s}.blue-ocean-1 .mod-fish-5{top: 116.13rem;left: .84rem;animation: blueOceanFish-5 25s infinite forwards, blueOceanSideWays-2 4s ease-in-out infinite alternate;z-index: -1;animation-delay: 1s}@keyframes blueOceanBubble{0%{transform: translateY(0%);opacity: 0.06}100%{transform: translateY(-120vh)}}@keyframes blueOceanSeaweed-1{0%{transform: rotate(0deg);transform-origin: bottom}25%{transform: rotate(-4deg);transform-origin: bottom}50%{transform: rotate(14deg);transform-origin: bottom}75%{transform: rotate(-23deg);transform-origin: bottom}100%{transform: rotate(0deg);transform-origin: bottom}}@keyframes blueOceanSideWays{0%{margin-left: 0px}100%{margin-left: 200px}}@keyframes blueOceanSideWays-2{0%{margin-top: 0px}25%{margin-top: 2rem}50%{margin-top: 0}75%{margin-top: -2rem}100%{margin-top: 0}}@keyframes blueOceanFish-1{0%{right: -20rem}100%{right: 100%}}@keyframes blueOceanFish-2{0%{right: -47rem}100%{right: 100%}}@keyframes blueOceanFish-3{0%{left: -23rem}100%{left: 100%}}@keyframes blueOceanFish-4{0%{left: -52rem}100%{left: 100%}}@keyframes blueOceanFish-5{0%{transform: scale(1)}50%{transform: scale(1.05)}100%{transform: scale(1)}}

.purchase-and-registration-1{position: relative;overflow: hidden;padding-top: 4.38rem;padding-bottom: 7rem}.purchase-and-registration-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.purchase-and-registration-1 .mod-text-1{font-weight: 400;line-height: 125%}.purchase-and-registration-1 .mod-text-1 > span{line-height: 150%}.purchase-and-registration-1 .mod-decor-3{bottom: 1.25rem;right: 4.9rem;z-index: -5}.purchase-and-registration-1 .mod-decor-4{bottom: 4.37rem;right: 35.39rem;z-index: -5}.purchase-and-registration-1 .mod-decor{width: 100%;bottom: -2rem;z-index: -10}.purchase-and-registration-1 .mod-decor > svg{width: 100%}.purchase-and-registration-1 .image img{max-width: 100%}.purchase-and-registration-1 .mod-man{padding-right: 0;padding-left: 0}@media screen and (min-width: 576px){.purchase-and-registration-1 .mod-man{padding-right: calc(var(--bs-gutter-x) / 2);padding-left: calc(var(--bs-gutter-x) / 2)}}@media screen and (min-width: 992px){.purchase-and-registration-1 .image img{max-width: none}.purchase-and-registration-1 .mod-decor{bottom: -2px}.purchase-and-registration-1{min-height: calc(100vw * 783 / 1920)}.purchase-and-registration-1::before{content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 100%;background: url('/assets/images/pages/upakovka-franshiz/purchase-and-registration-1/bg.jpg') center bottom / 100% auto no-repeat;z-index: -10;pointer-events: none}.purchase-and-registration-1 .mod-man, .purchase-and-registration-1 .mod-decor-3, .purchase-and-registration-1 .mod-decor-4, .purchase-and-registration-1 .mod-decor{display: none !important}}

.who-founder-1{position: relative;padding-top: 3.32rem;overflow: hidden}.who-founder-1::before{content: '';position: absolute;inset: 0;z-index: -1000;background: linear-gradient(180deg, #C3C4C6 0%, rgba(255, 255, 255, 0.00) 100%)}.who-founder-1 h2{line-height: 150%;margin-bottom: 8.55rem}.who-founder-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.who-founder-1 .image{overflow: hidden}.who-founder-1 .image img{max-width: 100%}.who-founder-1 .mod-text{margin-top: 6.04rem}.who-founder-1 .card-odd .mod-text{margin-top: 1.78rem}.who-founder-1 .mod-name{line-height: 120%}.who-founder-1 .card-odd .mod-post{margin-bottom: 1.88rem}.who-founder-1 .mod-post{margin-bottom: 3.12rem;line-height: 125%}.who-founder-1 .mod-cache{line-height: 125%;position: relative}.who-founder-1 .p-text{line-height: 125%}.who-founder-1 .card-odd{margin-top: 5rem;margin-bottom: 4.66rem}.who-founder-1 .mod-cache::before{content: '';position: absolute;top: 0;height: 3px;background: #F53A3A;width: 8.12rem}.who-founder-1 .mod-cache::after{content: '';position: absolute;bottom: 0;height: 3px;background: #F53A3A;width: 8.12rem}.who-founder-1 .card-even .mod-cache::before{left: 0}.who-founder-1 .card-even .mod-cache::after{left: 0}.who-founder-1 .card-odd .mod-cache::before{right: 0}.who-founder-1 .card-odd .mod-cache::after{right: 0}.who-founder-1 .img-director{bottom: -3.2rem;right: -6.85rem;pointer-events: none}.who-founder-1 .card-odd .img-director{bottom: 0;transform: translateX(-50%);left: 50%;right: auto;width: 100%;padding: 0 1.94rem}.who-founder-1 .card-odd .img-director img{max-width: 100%}.who-founder-1 .mod-dop-text{line-height: 125%;position: relative}.who-founder-1 .mod-dop-text::before{content: '';position: absolute;right: 0;top: 0;height: 3px;background: #F53A3A;width: 8.12rem}.who-founder-1 .btn.btn-primary{line-height: 150%;max-width: 14.37rem;border-radius: 0.43rem;box-shadow: none;border: 2px solid #EC3737}.who-founder-1 .btn.btn-primary:hover{background: #fff;color: #EC3737}.who-founder-1 .img-director img{max-width: 100%}.who-founder-1 .mod-text{position: relative;z-index: 15}@media screen and (min-width: 992px){.who-founder-1 .img-director img{max-width: none}}

.packing-instructions-1{position: relative;padding: 8.94rem 0 5.59rem;overflow: hidden}.packing-instructions-1::before{content: '';position: absolute;inset: 0;z-index: -1000;margin-right: -8rem;background: url('/assets/images/pages/upakovka-franshiz/packing-instructions-1/010.jpg') center no-repeat;background-size: cover;background-position: center right}.packing-instructions-1 .container{padding-right: calc(var(--bs-gutter-x, 0.75rem) / 2);padding-left: calc(var(--bs-gutter-x, 0.75rem) / 2)}.packing-instructions-1 .mod-author{background: #fff;border-radius: 5.7px}.packing-instructions-1 .mod-video__tel{background: url('/assets/images/pages/upakovka-franshiz/packing-instructions-1/011.png') center no-repeat;background-size: 100% 100%;padding: 1.06rem 2.38rem 2.44rem}.packing-instructions-1 .mod-prodact{margin-bottom: 23.88rem}.packing-instructions-1 .inst{background: #000;width: fit-content;border-radius: 7.27px}.packing-instructions-1 .mod-text{position: relative}.packing-instructions-1 .mod-text span{position: relative;z-index: 5}.packing-instructions-1 .mod-text::before{content: '';position: absolute;bottom: 10px;left: 0;width: 100%;height: 1px;background: #EC3737;pointer-events: none;z-index: 0}.packing-instructions-1 .card_block{perspective: 1000px;transform-style: preserve-3d}.packing-instructions-1 .card_block .card__inner{transition: transform 0.2s;cursor: pointer}@media screen and (min-width: 992px){.packing-instructions-1 .mod-prodact{margin-bottom: 18.88rem}.packing-instructions-1::before{}}@media screen and (min-width: 1200px){.packing-instructions-1{overflow: visible}.packing-instructions-1{padding: 7.94rem 0 5.59rem}.packing-instructions-1::before{margin-right: auto;background-position: center}}@media screen and (min-width: 1620px){.packing-instructions-1 .mod-video__tel, .packing-instructions-1 .mod-prodact{margin-right: -9rem}}

.marketer-award-1{position: relative;overflow: hidden;background: url('/assets/images/pages/home/157.jpg') left bottom no-repeat;background-size: auto 90%}.marketer-award-1 .mod-panel{background: rgba(255, 255, 255, .88);-webkit-backdrop-filter: blur(6px);backdrop-filter: blur(6px);border-radius: 1.5rem;padding: 2rem}.marketer-award-1 .mod-statue{width: 100%;max-width: 6rem;height: auto;display: block;transform: rotate(-10deg)}.marketer-award-1 .mod-title{margin-bottom: .5rem}.marketer-award-1 .mod-sub-title{margin-bottom: 0;line-height: 1.45}.marketer-award-1 .owl-item{transition: opacity .5s;opacity: 0}.marketer-award-1 .owl-item.opacItem, .marketer-award-1 .owl-item.active{opacity: 1}.marketer-award-1 .owl-carousel img{max-width: 100%;max-height: 42vh;width: auto;margin-inline: auto;border-radius: 1rem}.marketer-award-1 .owl-stage-outer{overflow: hidden}.marketer-award-1 .mod-counter .mod-allItems{color: rgba(0, 0, 0, .32)}.marketer-award-1 .btns{gap: 1rem}.marketer-award-1 .btns .btn{width: 3rem;height: 3rem;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 2px solid rgba(0, 0, 0, .28)}.marketer-award-1 .btns .btn:hover{border-color: #000}@media (max-width: 767.98px){.module.marketer-award-1.vh100{height: auto !important;max-height: none !important;min-height: auto !important}.marketer-award-1{background-size: cover}.marketer-award-1 .owl-carousel{display: block}.marketer-award-1 .owl-carousel > a{display: block;margin-bottom: 1rem}.marketer-award-1 .owl-carousel img{width: 100%;max-height: none;height: auto}.marketer-award-1 .mod-header-owl{display: none !important}}@media (max-width: 575.98px){.marketer-award-1 .mod-panel{padding: 1.25rem;border-radius: 1rem}.marketer-award-1 .mod-statue-col, .marketer-award-1 .mod-copy{width: 100%}.marketer-award-1 .mod-statue{max-width: 4.5rem;margin-inline: auto}}

.module.marketer-award-1{padding:50px 0}

.brainstorm-2{position: relative;overflow: hidden;padding-top: 4.38rem}.brainstorm-2 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.brainstorm-2 h2{line-height: 125%;display: grid;gap: 1.31rem}.brainstorm-2 > div{margin-bottom: 0}.brainstorm-2 .mod-text{line-height: 150%;border-radius: 1.56rem;border: 2px solid #EC3737;background: #FFF;gap: 0.9375rem}.brainstorm-2 .d-grid{display: grid;gap: 1.88rem;margin-top: 6.48rem;margin-bottom: 4.54rem}.brainstorm-2 .image{bottom: 0;z-index: -1;right: -2.41rem}.brainstorm-2 .image .brain{left: 0;top: -4.8rem;z-index: -5;animation: fireImg 3s infinite linear forwards, tilt-n-move-shaking 0.25s infinite}.brainstorm-2 .mod-head-braine{top: -18rem;right: 1.48rem;animation: tilt-n-move-shaking 0.25s infinite}.brainstorm-2 .mod-spiin{top: -20rem;left: 50%;transform: translateX(-50%);z-index: -15}.brainstorm-2 .mod-spiin > img{animation: SPIIN 5s linear infinite;transform-origin: center}.brainstorm-2 .imgae-2{max-width: 100%}.brainstorm-2 .image{position: relative}.brainstorm-2 .btn.btn-primary{line-height: 150%;border-radius: 0.43rem;border: 2px solid #EC3737;max-width: 19.68rem}.brainstorm-2 .btn.btn-primary:hover{background: #fff;color: #EC3737}@media screen and (min-width: 992px){.brainstorm-2 .block-2{left: 7.19rem}.brainstorm-2 .block-5{left: 20%}.brainstorm-2 .block-6{left: 7.19rem}.brainstorm-2 .container{padding-bottom: 3.23rem}.brainstorm-2 .block-3{left: 30%}.brainstorm-2 .image{position: absolute}}@keyframes SPIIN{from{transform: rotate(0deg)}to{transform: rotate(360deg)}}

.have-weak-1{position: relative;padding-top: 4.54rem;padding-bottom: 2rem;overflow: hidden}.have-weak-1 .container{padding-right: calc((var(--bs-gutter-x, 0.75rem))/2);padding-left: calc((var(--bs-gutter-x, 0.75rem))/2)}.have-weak-1 h2{gap: .62rem}.have-weak-1 .mod-subtitle{position: relative}.have-weak-1 .mod-subtitle::before{content: '';position: absolute;right: 0;top: 0;z-index: -10;height: 100%;width: 200%;background: linear-gradient(270deg, #FFF -1.91%, rgba(255, 255, 255, 0.00) 124.26%)}.have-weak-1 .mod-card-text{line-height: 150%}.have-weak-1 .mod-card{max-width: 26.87rem;width: 100%;min-height: 9.37rem;border-radius: 0.62rem;border: 2px solid rgba(255, 255, 255, 0.45);background: rgba(255, 255, 255, 0.80)}.have-weak-1 .mod-cards{gap: 1.88rem}.have-weak-1 .mod-dog{transform: translateX(-50%);left: 70%;z-index: -1;top: -2rem;animation: haveWeakDog 3s linear infinite forwards;transform-origin: left}.have-weak-1 .mod-person{transform: translateX(-50%);transform-origin: right;left: 24%;top: -24rem;z-index: -5;animation: haveWeakPerson 5s linear infinite forwards}@media screen and (min-width: 992px){.have-weak-1{padding-bottom: 24.18rem}}@media screen and (min-width: 1200px){.have-weak-1 .mod-person{left: 24%}}@media screen and (min-width: 1400px){.have-weak-1 .mod-person{left: 38%}}@media screen and (min-width: 1600px){.have-weak-1 .mod-person{left: 42%}}@keyframes haveWeakPerson{0%{transform: translateX(-50%) rotate(0deg)}25%{transform: translateX(-50%) rotate(-3deg)}50%{transform: translateX(-50%) rotate(0deg)}75%{transform: translateX(-50%) rotate(3deg)}100%{transform: translateX(-50%) rotate(0deg)}}@keyframes haveWeakDog{0%{transform: translateX(-50%) rotate(0deg)}50%{transform: translateX(-50%) rotate(-3deg)}100%{transform: translateX(-50%) rotate(0deg)}}

.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}}

