:root{--bg-color-2:#121212;--bg-color:#1E1E1E;--text-color-3:#FFF;--text-color-2:#B0B0B0;--text-color:#A0A0A0;--hover-color:#A89CFF;--hover-color-2:#7469c9;--gradient-btn-color:linear-gradient(90deg,#d12e64,#8B5CF6);--gradient-widget-color:linear-gradient(45deg,#d12e64,#8B5CF6);--pink:#d12e64;--transition:transform 0.5s ease-in-out;--transition-img:.7s;--scale:1.05}body{margin:0}*{box-sizing:border-box;font-family:"TildaSans",Arial,sans-serif}@font-face{font-family:'TildaSans';src:url('/static/general/css/fonts/TildaSans-Light.eot?f6305d14f1fe');src:url('/static/general/css/fonts/TildaSans-Light.eot?&f6305d14f1fe#iefix') format('embedded-opentype'),url('/static/general/css/fonts/TildaSans-Light.woff2?f6305d14f1fe') format('woff2'),url('/static/general/css/fonts/TildaSans-Light.woff?f6305d14f1fe') format('woff');font-weight:300;font-style:normal}@font-face{font-family:'TildaSans';src:url('/static/general/css/fonts/TildaSans-Regular.eot?f6305d14f1fe');src:url('/static/general/css/fonts/TildaSans-Regular.eot?&f6305d14f1fe#iefix') format('embedded-opentype'),url('/static/general/css/fonts/TildaSans-Regular.woff2?f6305d14f1fe') format('woff2'),url('/static/general/css/fonts/TildaSans-Regular.woff?f6305d14f1fe') format('woff');font-weight:400;font-style:normal}@font-face{font-family:'TildaSans';src:url('/static/general/css/fonts/TildaSans-Medium.eot?f6305d14f1fe');src:url('/static/general/css/fonts/TildaSans-Medium.eot?&f6305d14f1fe#iefix') format('embedded-opentype'),url('/static/general/css/fonts/TildaSans-Medium.woff2?f6305d14f1fe') format('woff2'),url('/static/general/css/fonts/TildaSans-Medium.woff?f6305d14f1fe') format('woff');font-weight:500;font-style:normal}header{background-color:var(--bg-color);min-height:80px;border-bottom:2px solid var(--hover-color-2);padding:10px 5%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.nav_menu{display:flex;flex-direction:row;justify-content:end;align-items:center}.nav_logo{cursor:pointer;transition:var(--transition-img)}.nav_logo:hover{scale:var(--scale)}.nav_link{margin-inline-end:20px;color:var(--hover-color-2);font-size:22px;font-weight:400;transition:var(--transition);cursor:pointer;text-decoration:none}.nav_link:hover{color:var(--text-color-3)}.nav_hot_btn{padding:5px 30px;border:none;border-radius:50px;background:var(--gradient-btn-color);color:var(--bg-color);font-size:20px;font-weight:500;cursor:pointer;transition:var(--transition);text-decoration:none}.nav_hot_btn:hover{transform:scale(1.05)}@media only screen and (max-width:580px){.nav_hot_btn{display:none}#last_link{margin-inline-end:0}}@media only screen and (max-width:430px){.nav_link{margin-inline-end:10px;font-size:20px}}.footer_block{background-color:var(--bg-color-2);min-height:100px}.footer{max-width:1200px;width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.logos{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 0;border-bottom:1px solid var(--text-color-3)}.logo,.developer_logo{cursor:pointer;transition:var(--transition-img)}.logo:hover,.developer_logo:hover{scale:var(--scale)}.address_div{display:flex;flex-direction:row;justify-content:space-between;padding-top:20px;align-items:center}.addresses{display:flex;flex-direction:column;justify-content:start;align-items:start;margin-inline-end:20px}.address{font-size:20px;color:var(--text-color-3);font-weight:300;margin-bottom:5px}.address:last-child{margin-bottom:0}.policy_link{font-size:20px;color:var(--text-color-3);font-weight:300;transition:var(--transition-img);text-decoration:none;text-align:end}.policy_link:hover{color:var(--text-color-2);text-decoration:underline}@media only screen and (max-width:560px){.address_div{flex-direction:column}.addresses{align-items:center;margin-bottom:20px}}@media only screen and (max-width:430px){.logos{flex-direction:column}.logo{margin-bottom:10px}}.widget{position:fixed;bottom:50px;right:50px;cursor:pointer;z-index:10;transition:bottom .5s ease-in-out}.menu_btns{position:absolute;bottom:0;left:0;margin:0;padding:0;transition:bottom .5s ease-in-out}.menu_start_btn{position:relative;margin-top:10px;z-index:11;height:80px;width:80px;border-radius:50%;box-sizing:border-box;background:var(--gradient-widget-color);display:flex;flex-direction:row;justify-content:center}.widget_img{width:80%}#pen>.widget_img{width:60%}#whatsapp>.widget_img{width:70%}#telegram>.widget_img{width:80%}.menu_btn{background:var(--gradient-widget-color);height:80px;width:80px;z-index:11;border-radius:50%;display:flex;flex-direction:row;justify-content:center;bottom:0;position:absolute;transition:bottom .5s ease-in-out}.widget.open .menu_btn:nth-child(1){bottom:90px}.widget.open .menu_btn:nth-child(2){bottom:180px}.widget.open .menu_btn:nth-child(3){bottom:270px}.widget.open .menu_btn:nth-child(4){bottom:360px}.widget.open .menu_btn:nth-child(5){bottom:450px}@media only screen and (max-width:960px){.widget{bottom:20px;right:20px}}.order_pop{width:100%;height:100%;background-color:rgba(0,0,0,0.5);overflow:hidden;position:fixed;top:0px;left:0px;outline:0px;z-index:5000}.order_pop.dn{display:none}.order_form{display:flex;flex-direction:column;transform:translate(-50%,-50%);top:50%;left:50%;transition:transform 0.3s ease-out;max-height:calc(100% - 3.5rem);max-width:600px;margin:auto;position:fixed;width:80%;pointer-events:auto;background-color:var(--bg-color);background-clip:padding-box;border-radius:15px;outline:0}.order_form_header{display:flex;flex-direction:row;justify-content:space-between;padding:10px 20px;margin-bottom:10px;align-items:center}.order_form_title{font-size:24px;font-weight:500;text-align:start;margin-inline-end:20px;line-height:36px;color:var(--hover-color)}.order_form_exit{box-sizing:content-box;background-repeat:no-repeat;background-image:url("/static/public/svg/close.svg?f6305d14f1fe");background-color:var(--bg-color);opacity:.7;cursor:pointer;border:0px;width:20px;height:20px;padding:3px;transition:var(--transition-img)}.order_form_exit:hover{scale:var(--scale);opacity:1}.form{display:flex;flex-direction:column;justify-content:start;align-items:center;width:100%;padding:0 20px 40px}.name_input{outline:none;margin-bottom:20px;width:100%;line-height:35px;font-size:20px;background-color:var(--bg-color-2);border-radius:15px;border:2px solid var(--hover-color);padding:5px 10px;color:var(--text-color-2)}.contact_input{outline:none;margin-bottom:20px;width:100%;line-height:35px;font-size:20px;background-color:var(--bg-color-2);border-radius:15px;border:2px solid var(--hover-color);padding:5px 10px;color:var(--text-color-2)}.input_label{text-align:start;width:100%;font-size:20px;margin-bottom:10px;color:var(--text-color-3)}.message_text{margin:0;margin-bottom:20px;text-align:center;width:100%;font-size:20px;font-weight:300;color:var(--text-color-3)}.form_btn{padding:10px 60px;border:none;border-radius:50px;background:var(--gradient-btn-color);color:var(--bg-color);font-size:24px;font-weight:500;cursor:pointer;transition:var(--transition-img)}.form_btn:hover{scale:var(--scale)}.title_block{width:100%;min-height:400px;background-color:var(--bg-color);display:flex;flex-direction:row;justify-content:center;align-items:center;background-image:url(/static/public/svg/price-2.svg?f6305d14f1fe);background-position:center;background-repeat:no-repeat;background-size:cover}.title_div{margin:0 auto 50px;max-width:900px;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:100px 20px}.title{display:flex;flex-direction:column;justify-content:start;width:100%;align-items:center}.title_text{color:var(--hover-color);font-weight:500;font-size:44px;margin:0;margin-bottom:20px}.title_promo{color:var(--text-color-3);font-weight:300;font-size:24px;margin:0 0 30px;text-align:center}.title_promo.hover{color:var(--text-color-3)}.title_btn{padding:10px 60px;border:none;border-radius:50px;background:var(--gradient-btn-color);color:var(--bg-color);font-size:24px;font-weight:500;cursor:pointer;transition:var(--transition);text-decoration:none}.title_btn:hover{transform:scale(1.05)}.title_img{width:calc(50% - 20px);border-radius:15px}@media only screen and (max-width:900px){.title_img{height:auto}}@media only screen and (max-width:760px){.title{width:calc(50% + 10px)}}@media only screen and (max-width:760px){.title_div{flex-direction:column-reverse}.title{margin-inline-end:0;width:100%;align-items:center}.title_text,.title_promo{margin-inline-end:0;text-align:center}.title_img{width:400px;height:auto;margin-bottom:20px}}@media only screen and (max-width:450px){.title_img{width:100%}}.advanages_block{width:100%;background-color:var(--bg-color);display:flex;flex-direction:column;justify-content:start;align-items:start}.advantages_title{width:100%;max-width:1200px;margin:30px auto 10px;color:var(--hover-color);font-weight:500;font-size:32px;padding:0 20px}.advantages{width:100%;max-width:1200px;margin:0 auto;padding:20px}.advantages_table{border-collapse:collapse;width:calc(100% - 60px);max-width:1200px;margin:0 auto;padding:20px;margin-bottom:50px}th,td{border-bottom:1px solid var(--text-color);border-right:1px solid var(--text-color);padding:20px;text-align:center;color:var(--text-color-3);font-weight:300;font-size:22px;width:calc(100%/3)}th:last-child,td:last-child{border-right:none}td{text-align:start}.advantage_td,.disadvantage_td{text-align:center}@media only screen and (max-width:580px){th,td{padding:10px;font-size:20px}}.calculator_title{width:100%;max-width:1200px;margin:30px auto 10px;color:var(--hover-color);font-weight:500;font-size:32px;padding:0 20px}.calculator{display:flex;flex-direction:column;justify-content:start;max-width:1200px;align-items:start;margin:0 auto;width:100%;padding:0 20px;margin-bottom:50px}.calculator_descr{width:100%;text-align:start;color:var(--text-color-3);font-size:24px;font-weight:300;margin-bottom:20px}.calculator_range{width:calc(100% - 40px);margin:0 auto 20px;-webkit-appearance:none;appearance:none;background:inherit}.calculator_range::-webkit-slider-runnable-track{width:100%;height:20px;background:var(--gradient-btn-color);border-radius:5px}.calculator_range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:30px;background:#FFF;border-radius:5px;cursor:pointer;margin-top:-5px;transition:transform 0.2s}.amount_range{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center;margin-bottom:10px}.amount_range.current{position:relative;height:40px}.start_amount,.end_amount{font-size:32px;font-weight:bold;color:var(--hover-color-2);margin-inline-end:20px}.end_amount{margin-inline-end:0}.current_amount{font-size:32px;font-weight:bold;color:var(--text-color-3);margin-inline-end:20px;position:absolute;top:0;left:0}.profit_div{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:start}.profit_title{font-size:32px;color:var(--hover-color-2);margin:10px 0;font-weight:500}.profit_value{font-weight:600;font-size:60px;color:var(--text-color-3)}.about_block{width:100%;background-color:var(--bg-color);display:flex;flex-direction:column;justify-content:start;align-items:start}.about_title{width:100%;max-width:1200px;margin:30px auto 10px;color:var(--hover-color);font-weight:500;font-size:32px;padding:0 20px}.text_preview{margin-bottom:50px}.text_block,.text_preview{max-width:1200px;width:100%;margin:0 auto;padding:0 20px;display:flex;flex-direction:row}.text_preview{justify-content:start;margin-bottom:30px;color:var(--text-color-3);font-size:24px;font-weight:300}.works_block{display:grid;grid-template-columns:repeat(2,calc(100% / 2 - 60px / 2));gap:30px;max-width:1200px;width:100%;margin:0 auto;margin-bottom:30px}.text{display:flex;flex-direction:column;justify-content:start;font-size:20px;font-weight:300;color:var(--text-color-3)}.text>.hover_text{font-weight:500;color:var(--hover-color-2);font-size:24px;margin-bottom:10px}.text_conclusion{max-width:1200px;width:100%;margin:0 auto;margin-bottom:10px;padding:0 20px;color:var(--hover-color-2);font-size:24px;font-weight:500;text-align:center}.about_list_item{max-width:900px;width:100%;margin:0 auto;margin-bottom:10px;padding:0 60px;display:flex;flex-direction:row;justify-content:start;align-items:center}.about_list_item:last-child{margin-bottom:50px}.about_item_img{margin-inline-end:10px;width:20px;height:20px}.about_item_text{color:var(--text-color-3);font-size:22px;font-weight:200}@media only screen and (max-width:580px){.about_list_item{padding:0 40px}.text_block,.text_block_reverse{margin-bottom:20px}.text_div,.text_reverse_div{width:100%;text-align:center}.works_block{grid-template-columns:repeat(1,100%)}}@media only screen and (max-width:400px){.about_list_item{padding:0 20px}}:root{--swiper-pagination-bottom:0!important}.mySwiper>div{padding-bottom:20px!important}.rates_block{width:100%;background-color:var(--bg-color);display:flex;flex-direction:column;justify-content:start;align-items:start}.rates_title{width:100%;max-width:1200px;margin:30px auto 20px;color:var(--hover-color);font-weight:500;font-size:32px;padding:0 20px}.rates{display:grid;grid-template-columns:repeat(3,calc(100% / 3 - 80px /3));grid-auto-flow:row;width:100%;margin:0 auto;max-width:1200px;padding:20px 30px;gap:0 40px;margin-bottom:50px}.rates_swiper{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;margin-bottom:50px}.swiper-horizontal{}.rate_slide{text-align:center;font-size:18px;display:flex;align-items:center;justify-content:center;min-height:550px;min-width:250px;flex-direction:column;border-radius:15px}.rate_slide.GOLD{background:linear-gradient(to top right,#ffe141,#ffa500,#ffdb19);background-size:400% 400%;animation:goldGlow 3s infinite alternate}.rate_slide.PLATINUM{background:linear-gradient(to top right,#e5e4e2,#787878,#aeaead,#d3d3d3);background-size:400% 400%;animation:platinumGlow 4s infinite alternate}.rate_slide.DIAMOND{background:linear-gradient(to top right,#e0e0e0,#ffffff,#aceefe 51.26%,#ffffff,#e0e0e0);background-size:400% 400%;animation:diamondGlow 4s infinite alternate}.rate_body{display:flex;flex-direction:column;width:calc(100% - 14px);height:100%;background-color:var(--bg-color-2);border-radius:15px;min-height:536px;justify-content:space-between}.rate_title{color:transparent;font-size:40px;width:100%;text-align:start;padding:20px;margin:0}.rate_title.DIAMOND,.rate_price.DIAMOND{background:linear-gradient(to top right,#e0e0e0,#ffffff,#aceefe 51.26%,#ffffff,#e0e0e0);background-size:400% 400%;animation:diamondGlow 4s infinite alternate;-webkit-background-clip:text;background-clip:text}.rate_title.PLATINUM,.rate_price.PLATINUM{background:linear-gradient(to top right,#e5e4e2,#787878,#aeaead,#d3d3d3);background-size:400% 400%;animation:platinumGlow 4s infinite alternate;-webkit-background-clip:text;background-clip:text}.rate_title.GOLD,.rate_price.GOLD{background:linear-gradient(to top right,#ffe141,#ffa500,#ffdb19);background-size:400% 400%;animation:goldGlow 3s infinite alternate;-webkit-background-clip:text;background-clip:text}.rate_price_div{display:flex;flex-direction:row;justify-content:start;padding:10px 20px 5px;align-items:end}.rate_price_label:nth-child(1){color:var(--text-color-3);margin-inline-end:5px;font-size:20px;font-weight:300;text-align:start}.rate_price{color:transparent;font-size:40px;margin-inline-end:10px;font-weight:500;line-height:38px}.rate_min_price_label{margin:0;width:100%;text-align:start;padding:0 20px;color:var(--text-color-3);font-weight:300;font-size:20px;line-height:18px;margin-bottom:20px}.rate_options{display:flex;flex-direction:column;justify-content:start;align-items:start;padding:20px;padding-bottom:10px}.rate_option{display:flex;flex-direction:row;align-items:start;justify-content:start;margin-bottom:10px}.rate_option_img{width:10px;height:10px;margin:8px 0;margin-inline-end:5px}.rate_option_label{font-size:20px;text-align:start;align-items:center;color:var(--text-color-3);font-weight:300}.rate_btn_div{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:center;padding:10px 20px}.rate_btn{font-size:24px;font-weight:500;display:flex;align-items:center;flex-direction:column;border-radius:10px;width:100%;border:none;color:var(--bg-color-2);padding:7px 0;transition:var(--transition-img);cursor:pointer}.rate_btn:hover{scale:1.03}.rate_btn.GOLD{background:linear-gradient(to top right,#ffe141,#ffa500,#ffdb19);background-size:400% 400%;animation:goldGlow 3s infinite alternate}.rate_btn.PLATINUM{background:linear-gradient(to top right,#e5e4e2,#787878,#aeaead,#d3d3d3);background-size:400% 400%;animation:platinumGlow 4s infinite alternate}.rate_btn.DIAMOND{background:linear-gradient(to top right,#e0e0e0,#ffffff,#aceefe 51.26%,#ffffff,#e0e0e0);background-size:400% 400%;animation:diamondGlow 4s infinite alternate}@keyframes goldGlow{0%{background-position:0% 50%}100%{background-position:100% 50%}}@keyframes diamondGlow{0%{background-position:0% 50%}100%{background-position:100% 50%}}@keyframes platinumGlow{0%{background-position:0% 50%}100%{background-position:100% 50%}}.partners_block{width:100%;background-color:var(--bg-color);display:flex;flex-direction:column;justify-content:start;align-items:start}.partners_title{width:100%;max-width:1200px;margin:30px auto 20px;color:var(--hover-color);font-weight:500;font-size:32px;padding:0 20px}.partners{background-color:#FFF;width:100%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;flex-wrap:wrap;padding:10px 20px}.partner{margin:10px 10px;height:35px}@media only screen and (max-width:480px){.partner{margin-inline-end:0;margin-bottom:10px}}:root{--swiper-pagination-color:#7469c9}.reviews_block{width:100%;background-color:var(--bg-color);display:flex;flex-direction:column;justify-content:start;align-items:start}.reviews_title{width:100%;max-width:1200px;margin:30px auto 10px;color:var(--hover-color);font-weight:500;font-size:32px;padding:0 20px}.reviews_swiper{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;margin-bottom:50px}.review_slide{text-align:center;font-size:18px;display:flex;align-items:center;justify-content:start;min-height:600px;flex-direction:column;padding:20px;border-radius:15px}.photo_review_slide{display:flex;align-items:center;justify-content:start;border-radius:15px;border:2px solid var(--hover-color-2);margin-bottom:30px}.review_avatar{object-fit:cover;border-radius:50%;height:150px;width:150px;margin-bottom:20px}.review_author{margin:0;font-size:24px;font-weight:300;color:var(--hover-color-2);margin-bottom:10px}.review_text{margin:0;color:var(--text-color-3);font-size:20px;text-align:start}.photo_review{border-radius:15px;width:100%;height:100%}