@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);html{box-sizing:border-box}:root{--main-color:#fff;--btn-color:#FFE08F;--dif-color:#FFE08F;--white-color:#FDFCF8;--grey-color:#949494;--light-blue-color:#00A0D6;--blue-color:#025DB1;--green-color:green;--hover-btn:#c8a13f;color-scheme:only light}*,::after,::before{margin:0;padding:0;box-sizing:border-box}:focus-visible{outline:0}:focus{outline:0}a{position:relative;color:inherit;text-decoration:none}input,textarea{outline:0;border:none}input[type=text]::-ms-clear{display:none;width:0;height:0}input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}img,svg{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;max-width:100%}body{margin:0;font-family:"Noto Sans",sans-serif;font-weight:400;background-color:#222524;color:var(--main-color)}.container{max-width:1050px;margin:0 auto;padding-right:20px;padding-left:20px}@media screen and (max-width:1249px){.container{padding-right:32px;padding-left:32px}}@media screen and (max-width:500px){.container{max-width:420px;margin:0 auto;padding-right:16px;padding-left:16px}}.list-reset{list-style:none;padding:0;margin:0}.btn-reset{padding:0;border:none;outline:0;cursor:pointer;background:0 0;transition:.3s}.heading-1{position:relative;text-transform:uppercase;font-size:130px;line-height:126%;letter-spacing:2px;background:linear-gradient(152deg,#9efcec 0,#cdfff7 55%,#9efcec 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width:1249px){.heading-1{font-size:122px;line-height:115%}}@media screen and (max-width:950px){.heading-1{font-size:40px}}.heading-2{color:var(--main-black);text-transform:uppercase;text-align:center;font-size:35px;line-height:120%;font-weight:700}.heading-3{color:var(--white-color)}.dif-color{color:var(--dif-color)}.btn-cmn{padding:25px 30px;border-radius:23px;color:#000;transition:.3s}@media (hover:hover){.btn-cmn:hover{background-color:var(--yellow-hover)}}@media (hover:none){.btn-cmn:active{background-color:var(--yellow-hover)}}.common-descr{margin-top:16px;margin-bottom:30px}.play-img{transform:translateY(5px)}@media screen and (max-width:1100px){.cmn-logo{width:158px;height:20px}.play-img{width:27px;height:32px;transform:translateY(2px)}}@media screen and (max-width:700px){.cmn-logo{width:158px;height:20px}.play-img{width:17px;height:19px;transform:translateY(1px)}}.main-btn{position:relative;width:100%;padding:38px 20px;background-color:var(--btn-color);color:#89660a;font-size:31px;font-weight:900;text-transform:uppercase;border-radius:12px;z-index:10;overflow:hidden}.main-btn i{position:relative;font-style:normal;z-index:5}.main-btn span::before{content:"";display:block;position:absolute;top:-18px;height:112%;width:82px;color:var(--white-color);background:linear-gradient(90deg,rgba(255,255,255,.1),currentColor);-webkit-animation:2.4s linear infinite flareAnimation;animation:2.4s linear infinite flareAnimation;z-index:13;filter:blur(20px);transform:translate3d(-300%,0,0) skewX(-45deg)}.main-btn span::after{content:"";display:block;top:0;left:0;width:100%;height:100%;position:absolute;background:var(--hover-btn);opacity:0;transition:.3s}.main-btn:hover span:after{opacity:1}@-webkit-keyframes flareAnimation{0%{transform:translate3d(-700%,0,0) skewX(-45deg)}100%{transform:translate3d(1600%,0,0) skewX(-45deg)}}@keyframes flareAnimation{0%{transform:translate3d(-700%,0,0) skewX(-45deg)}100%{transform:translate3d(1600%,0,0) skewX(-45deg)}}@media screen and (max-width:1249px){.main-btn{padding:35px 20px;font-size:29px}}@media screen and (max-width:950px){.main-btn{padding:26px 20px;font-size:17px;font-weight:400}}.hero{padding:67px 0 45px;background-image:url(../img/main-bg.webp);background-position:center;background-size:cover;overflow:hidden}.hero__container{position:relative}.hero__container::before{content:"";position:absolute;bottom:-9%;left:-23%;width:200px;height:167px;background-image:url(../img/crown.webp);background-repeat:no-repeat}.hero__container::after{position:absolute;content:"";background:url(../img/main-man.webp) 0 0/cover;bottom:-8.5%;left:50%;transform:translateX(-50%);width:388px;height:516px;z-index:2}.hero .top{margin-bottom:-17px;color:#fff;font-size:29px;line-height:120%;font-weight:700;text-transform:uppercase}.hero__title{margin-bottom:6px}.hero .descr{display:flex;justify-content:space-between;font-weight:700;color:#fff;margin-bottom:19px}.hero .descr__text{position:relative;max-width:360px;padding-left:18px;font-size:16px;line-height:120%}.hero .descr__text::after{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background-color:var(--dif-color);border-radius:5px}.hero .descr__digit{max-width:325px;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:15px;border-radius:55px;font-size:29px;line-height:120%;text-align:center;background:linear-gradient(125deg,#d53efa 0,#7035ff 46.5%,#9efcec 100%)}.hero .bottom{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.hero .bottom .price{z-index:15}.hero .bottom .price .old-price{font-size:28px;line-height:117%;font-weight:700;text-transform:uppercase;text-decoration:line-through;color:#4f4579}.hero .bottom .price .current-price{font-size:40px;line-height:117%;font-weight:700;color:#ffe08f;text-transform:uppercase}.hero .bottom .timer__title{text-transform:uppercase;margin-bottom:7px;font-weight:700}.hero .bottom .timer__text,.hero .bottom .timer__title{font-size:16px;line-height:117%;text-align:right}.hero .bottom .timer__text{font-weight:400}.hero .bottom .timer__wrap{font-weight:400;font-size:50px;line-height:117%;text-transform:uppercase;text-align:right}.hero .bottom .timer__wrap span{display:inline-block}.hero .bottom .timer__wrap span:not(:last-child){margin-right:24px}.hero .bottom .timer__wrap .separator{position:relative;display:inline-block;height:100%}.hero .bottom .timer__wrap .separator::before{content:"";position:absolute;top:5px;right:-20px;width:3px;height:90%;background-color:#fff;border-radius:5px}.hero__btn{margin-bottom:25px}.hero__bonus{display:flex;align-items:center;justify-content:flex-start;z-index:10;gap:10px;position:relative;letter-spacing:.5px}@media screen and (max-width:1249px){.hero{padding:47px 0 35px}.hero__container::after{bottom:-6.5%;left:50%;width:345px;height:460px}.hero .top{margin-bottom:-4px;font-size:29px}.hero .descr{margin-bottom:35px}.hero .descr__text{max-width:300px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;font-size:14px}.hero .bottom .price .old-price{font-size:20px}.hero .bottom .price .current-price{font-size:30px}.hero .bottom .timer__text,.hero .bottom .timer__title{font-size:14px}.hero .bottom .timer__wrap{font-size:39px}.hero .bottom .timer__wrap span:not(:last-child){margin-right:21px}.hero .bottom .timer__wrap .separator::before{right:-15px}.hero__btn{margin-bottom:11px}.hero__bonus{font-size:14px;justify-content:center}}@media screen and (max-width:950px){.hero{padding:36px 0 19px;background-image:url(../img/main-bg-360.webp);background-repeat:no-repeat;background-size:cover}.hero__container::after{background-image:url(../img/hero-man-360.webp);width:194px;height:258px;bottom:12.5%;left:68%}.hero__container::before{display:none}.hero__content{max-width:500px;margin:0 auto}.hero .top{margin-bottom:10px;font-size:20px;text-align:center}.hero .top__descr{margin-bottom:9px;font-size:15px}.hero .top__time{justify-content:center;gap:24px;font-size:15px}.hero .top__time::after{display:none}.hero__title{margin-bottom:13px;text-align:center}.hero .descr{flex-direction:column;align-items:center;gap:30px;margin-bottom:37px}.hero .descr__text{order:2;margin-bottom:0;font-size:14px;padding-left:13px;max-width:100%}.hero .descr__text .for-mob,.hero .descr__text br{display:none}.hero .descr__digit{padding:11px 32px;max-width:100%;font-size:16px;line-height:19px;width:100%}.hero .bottom{flex-direction:column;align-items:flex-start;margin-bottom:19px}.hero .bottom .price{order:2}.hero .bottom .price::before{width:92px;height:97px;top:24%;right:3%}.hero .bottom .price__text{margin-bottom:11px;font-size:17px;line-height:20px}.hero .bottom .price__digit{display:block}.hero .bottom .price .old-price{font-size:16px}.hero .bottom .price .current-price{font-size:25px}.hero .bottom .timer{max-width:160px;margin-bottom:33px}.hero .bottom .timer__text,.hero .bottom .timer__title{font-size:12px;text-align:left}.hero .bottom .timer__text{margin-bottom:10px}.hero .bottom .timer__wrap{text-align:left;font-size:27px}.hero__btn{margin-bottom:2px}.hero__bonus{font-size:12px}}.points{padding:59px 0 62px;background:linear-gradient(123deg,#d53efa 0,#7035ff 46.5%,#9efcec 100%)}.points__title{margin-bottom:56px}.points__content{display:flex;align-items:center;justify-content:space-between}.points__content .item{position:relative;width:30.5%}.points__content .item::after{content:"";position:absolute;top:41%;right:-37px;transform:translateY(50%);width:42px;height:15px;background-image:url(../img/arrow-right.svg);background-repeat:no-repeat;background-size:cover}.points__content .item::before{content:"";position:absolute;top:-30px;left:50%;transform:translateX(-50%);width:61px;height:61px;background-image:url(../img/card-1.svg);background-repeat:no-repeat;background-size:cover}.points__content .item:nth-child(2)::before{background-image:url(../img/card-2.svg)}.points__content .item:nth-child(3)::before{background-image:url(../img/card-3.svg)}.points__content .item:last-child::after{display:none}.points__content .item-wrapper{padding:50px 27px 43px;background-color:var(--white-color);color:#141414;border-radius:23px;width:100%}.points__content .item-wrapper p{text-align:center;font-size:16px;line-height:20px}.points__content .item-wrapper p span{font-weight:700;color:#7035ff}.points__btn{margin-top:34px}@media screen and (max-width:1249px){.points{padding:45px 0 54px}.points__content .item-wrapper{padding:50px 18px 43px}.points__btn{margin-top:32px}}@media screen and (max-width:899px){.points{padding:37px 0 49px}.points__title{margin-bottom:61px;padding:0;line-height:28px;font-size:18px}.points__content{flex-direction:column;gap:90px}.points__content .item{width:100%}.points__content .item::after{content:"";position:absolute;top:unset;bottom:-28px;right:48%;transform:translateY(50%);width:15px;height:42px;background-image:url(../img/arrow-bottom.svg);background-repeat:no-repeat;background-size:cover}.points__content .item-wrapper{padding:42px 22px 26px}.points__btn{margin-top:32px}}.lead{padding:56px 0 55px;background-color:#fdfcf8;overflow:hidden}.lead__container{position:relative}.lead__container::before{content:"";position:absolute;top:-15%;right:-5%;width:472px;height:505px;background-image:url(../img/block-3-roman.webp);background-size:contain;background-repeat:no-repeat}.lead__top{display:flex;align-items:center;gap:20px;margin-bottom:35px}.lead__pretitle{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:9px 20px;font-size:18px;line-height:22px;font-weight:700;background:linear-gradient(125deg,#d53efa 0,#7035ff 46.5%,#9efcec 100%);color:#fdfcf8!important;border-radius:40px}.lead__title{color:#141414;font-size:40px;line-height:50px;text-align:left}.lead__content{display:flex;flex-wrap:wrap;gap:16px;max-width:620px}.lead__content li{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:100%;padding:22px 30px 21px;font-family:Montserrat,sans-serif;font-size:16px;line-height:20px;background-color:#ecf2f4;color:#141414;border-radius:23px}.lead__content li:nth-child(1){min-width:416px}.lead__content li:nth-child(2){max-width:312px}.lead__content li:nth-child(4){position:relative;z-index:5}@media screen and (max-width:1249px){.lead{padding:56px 0 70px}.lead__container::before{top:-14%;right:-2%}.lead__top{margin-bottom:25px}}@media screen and (max-width:899px){.lead{padding:30px 0 29px}.lead__container::before{background-image:url(../img/block-3-roman.webp);width:326px;height:349px;top:10%;right:50%;transform:translateX(50%)}.lead__top{flex-direction:column;gap:0;margin-bottom:313px}.lead__pretitle{text-align:center;margin:0 auto;font-size:14px;line-height:20px}.lead__title{order:2;font-size:45px;line-height:115%;text-align:center}.lead__content{position:relative;flex-direction:column;gap:7px}.lead__content li{padding:23px;width:100%;max-width:100%;text-align:center;font-size:16px;line-height:20px}.lead__content li:nth-child(1){padding:25px 27px 22px;max-width:100%;min-width:100%}.lead__content li:nth-child(1) br{display:none}.lead__content li:nth-child(2){max-width:100%}.lead__content li:nth-child(4){padding:23px 30px}.lead__content li:nth-child(4) br,.lead__content li:nth-child(5) br,.lead__content li:nth-child(6) br{display:none}.lead__content li:nth-child(6){padding:23px 30px}}.last{padding:57px 0 44px;background-color:#025db1;background-image:url(../img/last-bg.webp);background-size:cover}.last__container{position:relative}.last__container::before{content:"";position:absolute;top:-18%;left:5.5%;width:245px;height:245px;background-image:url(../img/last-ring.webp);background-size:contain;background-repeat:no-repeat}.last__container::after{content:"";position:absolute;bottom:19%;right:4%;width:241px;height:108px;background-image:url(../img/last-span.webp);background-size:contain;background-repeat:no-repeat}.last__title{margin-bottom:18px}.last__descr,.last__subdescr{font-size:16px;line-height:20px;color:var(--white-color);text-align:center}.last__descr{margin-bottom:14px}.last img{display:block;margin:0 auto 10px;max-width:416px;width:100%}.last__btn{margin-top:46px}@media screen and (max-width:899px){.last{padding:45px 0 42px;overflow:hidden}.last__container::before{background-image:url(../img/last-ring-360.webp);width:115px;height:115px;top:-13%;left:0}.last__container::after{width:144px;height:57px;bottom:25%;right:-7%}.last__title{margin-bottom:20px;position:relative;z-index:10;font-size:20px}.last__title br{display:none}.last__descr,.last__subdescr{font-size:14px;line-height:16px}.last__btn{margin-top:32px;padding:26px 35px}}.footer{background-color:#222524}.footer__content{padding:40px 0;display:flex;justify-content:space-between;align-items:center}.footer__content p{font-size:18px;line-height:100%}@media screen and (max-width:900px){.footer__content{padding:20px 0;flex-direction:column}.footer__content p{font-size:14px}.footer__content p:not(:last-child){margin-bottom:10px}}.thanks{padding:112px 0 50px;position:relative;background:url(../img/main-bg.webp) center center/cover no-repeat;overflow:hidden}.thanks__container::before{content:"";position:absolute;bottom:-1%;left:-3%;width:200px;height:167px;background-image:url(../img/crown.webp);background-repeat:no-repeat}.thanks__container::after{position:absolute;content:"";background:url(../img/thanks-man.webp) center center/cover;bottom:-7px;left:55.5%;width:503px;height:668px}.thanks__wrap{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.thanks__content{position:relative;margin-bottom:41px}.thanks__title{margin-bottom:40px;font-size:59px;line-height:67px;letter-spacing:1.7px;text-transform:uppercase}.thanks .bar{max-width:575px;margin-bottom:48px}.thanks .bar__percent{text-align:right;margin-bottom:10px;font-size:23px;line-height:100%}.thanks .bar__text{font-size:22px;font-weight:600;text-transform:uppercase;color:#f94570}.thanks .bar__line{position:relative;border-radius:30px;border:2px solid #74717e;background:0 0;height:47px;width:100%;overflow:hidden;margin-bottom:10px}.thanks .bar__line span{position:relative;width:0;height:100%;display:block;background:0 0,0 0,linear-gradient(125deg,#d53efa 0,#7035ff 46.5%,#9efcec 100%);margin:0;max-width:calc(100% - 6px);-webkit-animation:.7s linear both wd;animation:.7s linear both wd}.thanks__mob-img{display:none}@-webkit-keyframes wd{0%{width:0}100%{width:85%}}@keyframes wd{0%{width:0}100%{width:85%}}.thanks__descr{position:relative;font-size:20px;line-height:26px;text-transform:uppercase}.thanks__descr::before{content:"";position:absolute;background-image:url(../img/flag.png);background-repeat:no-repeat;background-size:100%;width:156px;height:166px;top:-99%;right:1%;z-index:5}.thanks__descr .dif-color{color:#f94570!important}.thanks__descr .for-desc{display:block}.thanks .btns{display:flex;gap:30px;width:100%;z-index:10}.thanks .btns__descr{display:none}.thanks .btns__btn{display:flex;align-items:center;justify-content:center;width:50%;gap:18px;padding:25px;text-transform:uppercase;font-weight:700;font-size:26px;line-height:100%;border-radius:10px;transition:.3s}.thanks .btns__btn .link-img{width:56px}.thanks .btns__btn .tg-img,.thanks .btns__btn .wa-img{height:56px}.thanks .btns__btn span{position:relative;transition:.6s}.thanks .btns__btn span::before{content:"";bottom:-3px;left:0;position:absolute;width:100%;height:3px;color:var(--white-color);background:currentColor;transition:.6s;transform:scaleX(0)}.thanks .btns__btn:hover span::before{transform:scaleX(1)}.thanks .btns .tg{background:linear-gradient(265deg,#3da7e1 -4.04%,#42ade4 19.97%,#4eb7e7 39.92%,#4db7e7 65.96%,#319dde 90.05%,#36a2e0 100.15%,#47b1e5 106.73%),radial-gradient(40.91% 40.91% at 50% 0,#42ea61 0,#3aa5e1 .01%,rgba(58,165,225,0) 100%);box-shadow:0 5px 0 0 #156692,0 0 40px 0 rgba(144,216,255,.2) inset}.thanks .btns .vk{background:linear-gradient(265deg,#0078ff -4.04%,#499fff 19.97%,#499fff 39.92%,#499fff 65.96%,#0078ff 90.05%,#0078ff 100.15%,#499fff 106.73%),radial-gradient(40.91% 40.91% at 50% 0,#42ea61 0,#3aa5e1 .01%,rgba(58,165,225,0) 100%);box-shadow:0 5px 0 0 #156692,0 0 40px 0 rgba(144,216,255,.2) inset}.thanks__img img{width:800px}@media screen and (max-width:1150px){.thanks{padding:91px 0 46px}.thanks__container::after{left:46%;bottom:0;width:520px;height:623px}.thanks__container::before{display:none}.thanks__title{margin-bottom:36px;font-size:50px;line-height:115%;letter-spacing:.7px}.thanks .bar{margin-bottom:63px}.thanks .bar__text{font-size:20px}.thanks__descr::before{content:"";position:absolute;background-image:url(../img/flag.png);background-repeat:no-repeat;width:156px;height:166px;top:-101%;right:-8%;z-index:5}.thanks .btns__btn{gap:15px}.thanks .btns__btn__descr{font-size:22px}.thanks .btns__btn span{position:relative;transition:.6s}.thanks .btns__btn span::before{content:"";bottom:-3px;left:0;position:absolute;width:100%;height:3px;color:var(--white-color);background:currentColor;transition:.6s;transform:scaleX(0)}}@media screen and (max-width:950px){.thanks{background-color:var(--white-color);padding:30px 0;background-image:url(../img/main-bg-360.webp);background-repeat:no-repeat;background-size:cover;background-position:center}.thanks__container::after{background-image:url(../img/thanks-man-360.webp);bottom:36%;width:268px;height:231px;left:50%;transform:translateX(-50%)}.thanks__wrap{display:flex;flex-direction:column;justify-content:space-between;align-items:center;z-index:10;position:relative}.thanks__content{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:214px}.thanks__title{margin-bottom:10px;text-align:center;font-size:30px}.thanks .bar{width:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin-bottom:22px}.thanks .bar__percent{font-size:16px}.thanks .bar__line{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;width:100%;height:36px}.thanks .bar__text{margin-top:5px;font-size:16px}.thanks__descr{text-align:center;font-size:16px;display:none}.thanks__descr::before{display:none}.thanks .btns{width:100%;flex-direction:column;gap:15px}.thanks .btns__descr{margin-bottom:13px;display:block;text-align:center;font-size:18px;line-height:26px;text-transform:uppercase}.thanks .btns__descr .dif-color{background-color:transparent;padding:0;color:#f94570!important}.thanks .btns__btn{width:100%;justify-content:center;min-height:71px;padding:0 20px;font-size:18px;text-transform:uppercase;border-radius:10px}.thanks .btns .link-img{padding-right:0;width:35px}.thanks .btns .tg-img{height:35px}.thanks__img{display:none}}.cookie-consent-container{position:fixed;bottom:0;left:0;right:0;background-color:#d7f4e4f7;color:#000;padding:20px;z-index:9999999;display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:Arial,sans-serif;border-top-left-radius:15px;border-top-right-radius:15px}.cookie-consent-subtitle,.cookie-consent-title{text-align:center;margin-bottom:10px}.cookie-consent-title{font-size:26px}.cookie-consent-subtitle{font-size:16px;font-weight:700}.cookie-consent-back,.cookie-consent-description{font-size:14px;margin-bottom:20px;cursor:pointer}.cookie-consent-back{color:#2ecc71}.cookie-consent-buttons,.cookie-consent-options{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:10px;margin-bottom:20px}.cookie-consent-button{padding:14px 23px;border:2px solid #2ecc71;background-color:transparent;color:#000;cursor:pointer;border-radius:15px;transition:background-color .3s;flex-grow:1;font-size:15px}.cookie-consent-button:hover{background-color:#2ecc71}.switch{position:relative;display:inline-block;width:60px;height:34px;margin-left:auto}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#000;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#2ecc71}input:focus+.slider{box-shadow:0 0 1px #2ecc71}input:checked+.slider:before{transform:translateX(26px)}input:disabled+.slider{background-color:#ccc}input:disabled:checked+.slider:before{background-color:#999}.cookie-consent-option{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cookie-consent-option-text{flex-grow:1;margin-right:30px}@media (min-width:768px){.cookie-consent-buttons{flex-direction:row;align-items:center;justify-content:center}.cookie-consent-button{flex-grow:0}.cookie-consent-options{flex-direction:row;align-items:center}.cookie-consent-option{display:flex;align-items:center;justify-content:space-between}.cookie-consent-description{max-width:623px}}.cookie-consent-back,.cookie-consent-option,.cookie-consent-save{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:623px}.cookie-consent-back,.cookie-consent-description,.cookie-consent-subtitle{text-align:left}.cookie-consent-save{margin-top:20px}.cookie-consent-save button{width:100%;padding:14px 20px;border:none;border-radius:15px;background-color:#2ecc71;color:#000;font-weight:700;cursor:pointer;font-size:16px;margin-bottom:20px}.disable-scroll,.modal-overlay{position:fixed;left:0;height:100vh;width:100%;top:0}.modal-overlay{right:0;bottom:0;background-color:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:0 15px;z-index:30;opacity:0;visibility:hidden;transition:.3s ease-in-out;overflow:auto}.modal{position:relative;align-items:center;justify-content:center;display:none;background-color:#1d1d1f;z-index:40}.modal-overlay--visible{opacity:1;visibility:visible;transition:.3s ease-in-out}.modal--visible{display:block}.close-modal-btn{position:absolute;right:10px;top:-20px}.close-modal-btn,.close-modal-btn span{width:20px;height:20px}.close-modal-btn span::after,.close-modal-btn span::before{content:"";background-color:var(--white-color);position:absolute;width:30px;height:3px;right:0;top:0;transition:.3s}.close-modal-btn span::after{transform:rotate(-45deg);border-radius:20px}.close-modal-btn span::before{transform:rotate(-135deg);border-radius:20px}.close-modal-btn span:hover::after,.close-modal-btn span:hover::before{background-color:#dedede}.modal--1{width:650px;padding:50px 30px 10px;border-radius:15px;margin:30px auto}.modal-form__title h2{margin-bottom:25px;font:600 36px/49px Manrope,sans-serif;color:#1d1d1f;text-align:center}@media (max-width:800px){.modal-overlay{display:block}.modal-form{width:auto;padding:50px 20px}.modal--1{margin:20vh auto}}