@charset "UTF-8";.home-page section{padding-bottom:100px}@media screen and (max-width:1024px){.home-page section{padding-bottom:80px;padding-bottom:54px}}.about{background-color:#090917;overflow-x:hidden;width:100%}.about .inner{gap:12px;padding:80px 30px}.about .inner .info_wrapper{display:flex;flex-direction:column}.about .inner .info_wrapper .title{color:#f2f3f4;font-size:50px;font-weight:700;line-height:68px}.about .inner .info_wrapper .subtitle{color:#f2f3f4;display:flex;flex-wrap:wrap;font-size:32px;font-weight:600;line-height:68px}.about .inner .info_wrapper .subtitle>span{margin-right:12px}.about .inner .info_wrapper .subtitle .Typewriter{color:#854ce6;cursor:pointer}.about .inner .info_wrapper .text{color:hsla(210,8%,95%,.584);font-size:20px;line-height:32px;margin-bottom:42px}.about .inner .info_wrapper .my_button{box-shadow:20px 20px 60px #1f2634,-20px -20px 60px #1f2634;width:100%}@media(hover:hover){.about .inner .info_wrapper .my_button:hover{background-color:#854ce6;transform:scale(1.05)}}.about .inner .avatar_wrapper{align-items:center;display:flex;justify-content:flex-end;position:relative}.about .inner .avatar_wrapper svg{position:absolute}.about .inner .avatar_wrapper .avatar{border:2px solid #854ce6;border-radius:50%;height:100%;max-height:400px;max-width:400px;width:100%;z-index:1}@media screen and (max-width:1024px){.about .inner{padding:48px 30px}.about .inner .info_wrapper .title{font-size:40px;line-height:48px}.about .inner .info_wrapper .subtitle{font-size:28px;line-height:36px}.about .inner .info_wrapper .text{font-size:16px;line-height:28px;margin-bottom:28px}.about .inner .avatar_wrapper{justify-content:center}.about .inner .avatar_wrapper svg{max-height:85%;max-width:85%}.about .inner .avatar_wrapper .avatar{max-height:300px;max-width:300px}}@media screen and (max-width:768px){.about .inner{padding:32px 24px}.about .inner .avatar_wrapper svg{left:10%;max-height:140%;max-width:140%;top:-20%}.about .inner .info_wrapper .title{margin-top:8px}.about .inner .info_wrapper .subtitle{margin:12px 0}.about .inner .info_wrapper .my_button{margin:0 auto}}@media screen and (max-width:420px){.about .inner{padding:32px 16px}.about .inner .info_wrapper .title{font-size:34px;line-height:40px}.about .inner .info_wrapper .subtitle{font-size:26px;line-height:30px;margin:8px 0}.about .inner .info_wrapper .text{font-size:14px;line-height:26px;margin-bottom:22px}.about .inner .avatar_wrapper .avatar{max-height:240px;max-width:240px}.about .inner .avatar_wrapper svg{left:5%;max-height:150%;max-width:150%;top:-10%}}.my_button{align-items:center;background-color:#0000;border:1.8px solid #854ce6;border-radius:40px;color:#854ce6;cursor:pointer;display:flex;height:42px;justify-content:center;max-width:300px;padding:0 20px;transition:all .3s ease-in-out 0s;width:-moz-fit-content;width:fit-content}.my_button.rectangle{border-radius:8px}.my_button .my_button_title{font-size:16px;font-weight:500;transition:inherit;transition:color .3s ease-in-out 0s}@media(hover:hover){.my_button:hover{background-color:#854ce6}.my_button:hover .my_button_title{color:#fff}}.my_button.active{background-color:#854ce6;border:none}@media(hover:hover){.my_button.active:hover{background-color:#854ce699}}.my_button.active .my_button_title{color:#fff}.my_button.medium{height:62px}.my_button.medium .my_button_title{font-size:20px;font-weight:600}@media screen and (max-width:1024px){.my_button{height:36px;max-width:240px;padding:0 16px}.my_button.medium{height:50px}.my_button.medium .my_button_title{font-size:18px}.my_button .my_button_title{font-size:14px}}@media screen and (max-width:420px){.my_button{max-width:220px}.my_button.medium{height:44px}.my_button.medium .my_button_title{font-size:17px}}.container_box.contacts_section{margin-bottom:100px}.contacts_section .form_wrapper{background-color:#111928d4;border:1px solid hsla(0,0%,100%,.125);border-radius:12px;box-shadow:0 4px 24px #175ce61a;margin:28px auto 0;max-width:600px;padding:32px;width:100%}.contacts_section .form_wrapper .title{color:#f2f3f4;font-size:28px;font-weight:600;margin-bottom:18px}.contacts_section .form_wrapper form{display:flex;flex-direction:column;gap:12px}.contacts_section .form_wrapper form input,.contacts_section .form_wrapper form textarea{background-color:#0000;border:1px solid hsla(210,1%,70%,.314);border-radius:12px;color:#f2f3f4;font-size:18px;outline:none;padding:12px 16px;resize:none;transition:all .15s ease-in-out;width:100%}.contacts_section .form_wrapper form input::placeholder,.contacts_section .form_wrapper form textarea::placeholder{opacity:.5}.contacts_section .form_wrapper form input:focus,.contacts_section .form_wrapper form textarea:focus{border:1px solid #854ce6}@media(hover:hover){.contacts_section .form_wrapper form input:hover,.contacts_section .form_wrapper form textarea:hover{border:1px solid #854ce6}}.contacts_section .form_wrapper form .my_button{height:54px;max-width:100%;width:100%}.contacts_section .form_wrapper form .my_button span{font-size:18px}.contacts_section .form_wrapper form .loader_wrapper{align-items:center;display:flex;height:50px;justify-content:center}.contacts_section .form_wrapper form .loader_wrapper .lds-spinner{transform:scale(.65)}.contacts_section .form_wrapper form .error{color:#bf1515;font-size:18px;font-weight:500;margin:0 auto}@media screen and (max-width:1024px){.container_box.contacts_section{margin-bottom:80px}.contacts_section .form_wrapper{padding:28px}.contacts_section .form_wrapper .title{font-size:24px;margin-bottom:12px}.contacts_section .form_wrapper form input,.contacts_section .form_wrapper form textarea{font-size:15px;padding:8px 12px}.contacts_section .form_wrapper form .my_button{height:44px}.contacts_section .form_wrapper form .my_button span{font-size:16px}.contacts_section .form_wrapper form .loader_wrapper{height:40px}.contacts_section .form_wrapper form .loader_wrapper .lds-spinner{transform:scale(.5)}}.section_title{color:#f2f3f4;font-size:52px;margin-top:20px}.section_subtitle,.section_title{font-weight:600;text-align:center}.section_subtitle{color:#b1b2b3;font-size:18px;margin-bottom:40px}@media screen and (max-width:1024px){.section_title{font-size:46px;margin-top:16px}.section_subtitle{font-size:16px;margin-bottom:32px}}@media screen and (max-width:768px){.section_title{font-size:42px;margin-top:12px}}@media screen and (max-width:420px){.section_title{font-size:38px;line-height:48px;margin-top:8px}.section_subtitle{margin-bottom:20px}}.lds-spinner{display:inline-block;height:80px;position:relative;width:80px;z-index:100}.lds-spinner div{animation:lds-spinner 1.2s linear infinite;transform-origin:40px 40px}.lds-spinner div:after{background:#fff;border-radius:20%;content:" ";display:block;height:18px;left:37px;position:absolute;top:3px;width:6px}.lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0deg)}.lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.education_section .grade{color:#b1b2b399;font-size:14px;font-weight:500;margin:4px 0}@media screen and (max-width:1024px){.education_section .grade{font-size:13px}}.experience_section .skills{display:flex}.experience_section .skills b{color:#f2f3f499;font-size:15px;margin-right:12px}.experience_section .skills ul{display:flex;flex-wrap:wrap;gap:8px}.experience_section .skills ul li{color:#f2f3f499;font-size:15px;font-weight:400}.experience_section .skills ul li:before{content:"• "}@media screen and (max-width:1024px){.experience_section .skills b{font-size:13px;margin-right:8px}.experience_section .skills ul li{font-size:13px}}.cards_line{align-items:center;display:flex;flex-direction:column;padding-top:12px;position:relative;width:100%}.cards_line:before{background-color:#fff;content:"";height:100%;left:50%;position:absolute;transform:translateX(-50%);width:4px}.cards_line .experience_item:nth-of-type(2n){flex-direction:row-reverse}.cards_line .experience_item:nth-of-type(2n) .info_card:after{left:-14px;transform:none}.cards_line .experience_item:nth-of-type(2n) .logo-date{justify-content:end}.cards_line .experience_item:nth-of-type(2n) .logo-date span{margin-left:0;margin-right:-16px}.cards_line .experience_item:last-of-type{margin-bottom:12px}.cards_line .experience_item{align-items:flex-start;display:flex;gap:140px;justify-content:space-between;margin-bottom:64px;padding:32px 0;width:100%}.cards_line .experience_item .info_card,.cards_line .experience_item .logo-date{max-width:calc(50% - 70px);width:100%}.cards_line .experience_item .info_card{background:#111928d4;border:1px solid hsla(0,0%,100%,.125);border-radius:6px;box-shadow:0 4px 24px #175ce626;color:#fff;display:flex;flex-direction:column;padding:24px;position:relative}.cards_line .experience_item .info_card:after{border:7px solid #0000;border-right-color:#ffffff4d;content:"";left:100%;position:absolute;top:24px;transform:rotate(180deg)}.cards_line .experience_item .info_card .head{display:flex;margin-bottom:12px}.cards_line .experience_item .info_card .head .logo{align-items:center;background-color:#fff;border-radius:10px;display:flex;height:60px;justify-content:center;margin-right:12px;margin-top:4px;max-width:60px;overflow:hidden;padding:4px;width:100%}.cards_line .experience_item .info_card .head .logo.black{background-color:#090917}.cards_line .experience_item .info_card .head .logo img{height:100%;object-fit:contain;width:100%}.cards_line .experience_item .info_card .head .logo svg{height:80%;width:80%}.cards_line .experience_item .info_card .head .job_title{color:#f2f3f499;font-size:18px}.cards_line .experience_item .info_card .head .company_name{color:#b1b2b399;font-size:14px}.cards_line .experience_item .info_card .head .date{color:#b1b2b380;font-size:12px}.cards_line .experience_item .info_card .description{color:#f2f3f499;font-size:15px;font-weight:400;margin-bottom:10px}.cards_line .experience_item .info_card .logo-date{justify-content:start;max-width:100%;padding:12px 0 0}.cards_line .experience_item .info_card .logo-date .date{font-size:15px;margin-left:0}.cards_line .experience_item .logo-date{align-items:center;padding:20px 0}.cards_line .experience_item .logo-date .logo_wrapper{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.078),0 3px 0 4px rgba(0,0,0,.051);display:flex;height:60px;justify-content:center;left:50%;overflow:hidden;padding:4px;position:absolute;transform:translateX(-50%);width:60px}.cards_line .experience_item .logo-date .logo_wrapper.black{background-color:#090917}.cards_line .experience_item .logo-date .logo_wrapper img{height:100%;object-fit:contain;width:100%}.cards_line .experience_item .logo-date .logo_wrapper svg{height:80%;width:80%}.cards_line .experience_item .logo-date .date{font-weight:500;margin-left:-16px;opacity:.7}@media screen and (max-width:1024px){.cards_line:before{left:20px}.cards_line .experience_item{flex-direction:row-reverse;gap:32px;margin-bottom:16px;padding:28px 0}.cards_line .experience_item .logo-date{max-width:40px;padding:0}.cards_line .experience_item .logo-date .logo_wrapper{height:40px;left:0;position:relative;transform:none;width:40px}.cards_line .experience_item .info_card{max-width:100%;padding:20px}.cards_line .experience_item .info_card:after{left:-14px;top:15px;transform:none}.cards_line .experience_item .info_card .head{margin-bottom:8px}.cards_line .experience_item .info_card .head .logo{height:48px;margin-right:8px;max-width:48px}.cards_line .experience_item .info_card .head .job_title{font-size:16px}.cards_line .experience_item .info_card .head .company_name{font-size:13px}.cards_line .experience_item .info_card .head .date{font-size:11px}.cards_line .experience_item .info_card .description{font-size:14px;margin-bottom:8px}}@media screen and (max-width:420px){.cards_line .experience_item{gap:22px}}.modal_wrapper{align-items:center;background-color:#00000080;height:100vh;justify-content:center;left:0;padding:64px;position:fixed;right:0;width:100vw;z-index:100}.modal_wrapper.form-success .modal{max-width:600px;padding:16px 26px 20px}.modal_wrapper.modal-project .modal{max-width:1000px}.modal_wrapper .modal{background-color:#171721;border-radius:16px;display:flex;flex-direction:column;max-height:100%;max-width:800px;padding:20px;position:relative;width:100%}.modal_wrapper .modal .modal_close{cursor:pointer;margin-left:auto;max-height:16px;max-width:16px}@media(hover:hover){.modal_wrapper .modal .modal_close:hover path{fill:#854ce6}}.modal_wrapper .modal h1.modal-title{color:#f2f3f4;font-size:24px;font-weight:600}@media screen and (max-width:768px){.modal_wrapper{padding:32px}}@media screen and (max-width:420px){.modal_wrapper{padding:24px 16px}.modal_wrapper .img_wrapper{height:220px}}.modal-project{display:flex!important}.modal-project .slick-slider{border-radius:12px;box-shadow:0 0 10px 0 #0000004d;height:350px;max-height:350px;overflow:hidden}.modal-project .slick-slider .img_slider{display:flex;height:100%;max-width:100%}.modal-project .slick-slider .img_slider img{height:100%;object-fit:contain;width:100%}.modal-project .img_wrapper{border-radius:12px;box-shadow:0 0 10px 0 #0000004d;display:flex;height:350px;margin-top:20px;max-width:100%;overflow:hidden}.modal-project .img_wrapper img{height:100%;object-fit:contain;width:100%}.modal-project .project_name{color:#f2f3f4;font-size:28px;font-weight:600;margin-top:8px}.modal-project .duration_work{color:#b1b2b3;font-size:16px;font-weight:400;margin:2px 0}.modal-project .technologies{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin:10px 0;width:100%}.modal-project .technologies li{background-color:rgba(133,76,230,.125);border-radius:8px;color:#854ce6;font-size:14px;font-weight:400;padding:4px 8px}.modal-project .project_description{color:#f2f3f4;font-weight:400;margin-top:8px;max-height:180px;min-height:120px;overflow-y:auto;padding-right:4px}.modal-project .my_button{margin-top:8px;max-width:100%;min-height:50px;width:100%}@media screen and (max-width:1024px){.modal-project .project_name{font-size:22px}.modal-project .technologies{margin:6px 0}.modal-project .technologies li{font-size:12px}.modal-project .project_description{font-size:14px}.modal-project .my_button{min-height:44px}}.slick-slider{margin-bottom:20px;width:100%}.slick-slider .slick-list,.slick-slider .slick-list .slick-track,.slick-slider .slick-list .slick-track .slick-slide,.slick-slider .slick-list .slick-track .slick-slide>div{height:100%}.slick-slider .slick-prev{left:5px}.slick-slider .slick-next{right:5px}.slick-slider .slick-next,.slick-slider .slick-prev{height:20px;width:20px;z-index:1}.slick-slider .slick-next:before,.slick-slider .slick-prev:before{color:#b1b2b3;font-size:20px}.slick-slider .slick-dots{bottom:-18px}.slick-slider .slick-dots li{height:10px;width:10px}.slick-slider .slick-dots li button{background-color:#ffffff80;border-radius:50%;height:10px;width:10px}.slick-slider .slick-dots li button:before{display:none}.slick-slider .slick-dots li.slick-active button{background-color:#854ce6}.project_section .switch_block{margin:0 auto;padding:22px 0;width:-moz-fit-content;width:fit-content}.project_section .switch_block .my_button.active{background-color:#844ce659;border:1.8px solid #854ce6}.project_section .switch_block .my_button.active span{color:#854ce6}@media(hover:hover){.project_section .switch_block .my_button:hover{background-color:#844ce659}.project_section .switch_block .my_button:hover span{color:#854ce6}}.project_section .projects_list{grid-column-gap:28px;grid-row-gap:28px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:8px}.project_section .projects_list .project_card{background-color:#171721;border-radius:10px;box-shadow:0 0 12px 4px #0006;cursor:pointer;display:flex;flex-direction:column;gap:14px;padding:26px 20px;transition:all .5s ease-in-out 0s;width:100%}@media(hover:hover){.project_section .projects_list .project_card:hover{box-shadow:0 0 50px 4px #0009;filter:brightness(1.3);transform:translateY(-10px)}}.project_section .projects_list .project_card img{background-color:#212121;border-radius:10px;box-shadow:0 0 16px 2px #0000004d;height:180px;object-fit:contain;width:100%}.project_section .projects_list .project_card .technologies{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;width:100%}.project_section .projects_list .project_card .technologies li{background-color:rgba(133,76,230,.082);border-radius:10px;color:#854ce6;font-size:12px;font-weight:400;padding:2px 8px}.project_section .projects_list .project_card .project_name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#b1b2b3;display:-webkit-box;font-size:20px;font-weight:600;max-width:100%;overflow:hidden;text-overflow:ellipsis}.project_section .projects_list .project_card .duration_work{color:#b1b2b380;font-size:12px;font-weight:400;margin-left:2px}.project_section .projects_list .project_card .project_description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#b1b2b399;display:-webkit-box;font-weight:400;margin-top:8px;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1024px){.project_section .switch_block{padding:12px 0}.project_section .projects_list .project_card{gap:10px;padding:18px 14px}.project_section .projects_list .project_card img{height:150px}.project_section .projects_list .project_card .technologies li{font-size:10px}.project_section .projects_list .project_card .project_name{font-size:18px}.project_section .projects_list .project_card .duration_work{font-size:10px}.project_section .projects_list .project_card .project_description{-webkit-line-clamp:4;font-size:14px;margin-top:4px}}@media screen and (max-width:768px){.project_section .projects_list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.project_section .projects_list{grid-template-columns:repeat(1,1fr)}}.switch_block{display:flex}.switch_block>*{border-radius:0}.switch_block>:first-of-type{border-radius:12px 0 0 12px}.switch_block>:last-of-type{border-radius:0 12px 12px 0}.switch_block .my_button span{line-height:14px;text-transform:uppercase}@media screen and (max-width:420px){.switch_block{flex-wrap:wrap}.switch_block .my_button{width:50%}.switch_block>*{border-width:1px}.switch_block>:first-of-type{border-radius:12px 0 0 0}.switch_block>:nth-of-type(2){border-radius:0 12px 0 0}.switch_block>:nth-of-type(3){border-radius:0 0 0 12px}.switch_block>:nth-of-type(4){border-radius:0 0 12px 0}}.pagination{align-items:center;display:flex;gap:12px;justify-content:space-between;margin:32px auto 20px;max-width:380px;width:-moz-fit-content;width:fit-content}.pagination .arrow{border:1px solid #854ce6}.pagination .arrow.prev{margin-right:4px;order:-1}.pagination .arrow.next{margin-left:4px;order:3}.pagination .arrow svg path{stroke:#854ce6}@media(hover:hover){.pagination .arrow:hover{background-color:#854ce6}.pagination .arrow:hover svg path{stroke:#f2f3f4}}.pagination .arrow,.pagination .item{align-items:center;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;-webkit-user-select:none;user-select:none;width:40px}.pagination .item{border:1px solid #854ce6;color:#b1b2b3;color:#f2f3f4;font-size:14px;font-weight:500}@media(hover:hover){.pagination .item:hover{background-color:#854ce6!important}}.pagination .item.hide{display:none}.pagination .item.active{background-color:rgba(0,0,255,.274)}@media screen and (max-width:420px){.pagination{flex-wrap:wrap;gap:8px;margin:24px auto 16px;max-width:350px}.pagination .arrow,.pagination .item{font-size:13px;height:36px;width:36px}.pagination .arrow svg,.pagination .item svg{width:9px}}.skills_section .skills_box_list{display:flex;flex-wrap:wrap;gap:50px;justify-content:center;padding-top:20px}.skills_section .skills_box_list .skill_box{align-items:center;background-color:#111928d4;border:1px solid hsla(0,0%,100%,.125);border-radius:16px;box-shadow:0 4px 24px #175ce626;display:flex;flex-basis:calc(50% - 25px);flex-direction:column;flex-grow:0;flex-shrink:1;padding:18px 36px;transition:all .3s ease-in-out;width:100%}@media(hover:hover){.skills_section .skills_box_list .skill_box:hover{border:1px solid #4e1980}}.skills_section .skills_box_list .skill_box .title{color:#b1b2b3;font-size:28px;font-weight:600;margin-bottom:20px;text-align:center}.skills_section .skills_box_list .skill_box .skills_wrapper{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:20px}.skills_section .skills_box_list .skill_box .skills_wrapper .skill{align-items:center;border:1px solid #f2f3f480;border-radius:12px;color:#f2f3f480;display:flex;font-size:16px;font-weight:400;gap:8px;justify-content:center;padding:12px 16px;transition:all .3s ease-in-out}@media(hover:hover){.skills_section .skills_box_list .skill_box .skills_wrapper .skill:hover{border:1px solid #a24cf3;color:#a957f580}}.skills_section .skills_box_list .skill_box .skills_wrapper .skill svg{max-height:24px;max-width:24px;min-height:24px;min-width:24px}.skills_section .skills_box_list .skill_box .skills_wrapper .skill svg.github_logo path,.skills_section .skills_box_list .skill_box .skills_wrapper .skill svg.phpmyadmin_logo path{fill:#fff}@media screen and (max-width:1024px){.skills_section .skills_box_list{gap:40px;padding-top:8px}.skills_section .skills_box_list .skill_box{flex-basis:100%;padding:12px 28px}.skills_section .skills_box_list .skill_box .title{font-size:24px}.skills_section .skills_box_list .skill_box .skills_wrapper{margin-bottom:12px}.skills_section .skills_box_list .skill_box .skills_wrapper .skill{font-size:14px;gap:6px;padding:8px 10px}.skills_section .skills_box_list .skill_box .skills_wrapper .skill svg{max-height:20px;max-width:20px;min-height:20px;min-width:20px}}@media screen and (max-width:420px){.skills_section .skills_box_list .skill_box .title{margin-bottom:12px}}.login-page{display:flex;flex-direction:column}.login-page .polygon-gradient_background{align-items:center;display:flex;flex-grow:1;margin-bottom:0}.login-page .polygon-gradient_background .title{color:#f2f3f4;font-size:40px;font-weight:600;margin-top:20px;text-align:center}.login-page .polygon-gradient_background form{display:flex;flex-direction:column;gap:12px;margin-top:12px}.login-page .polygon-gradient_background form .input_wrapper{border:2px solid rgba(1,76,227,.223);border-radius:8px;display:flex;position:relative;transition:.2s ease-in-out;width:250px}@media(hover:hover){.login-page .polygon-gradient_background form .input_wrapper:hover label{font-size:10px;top:-2px}.login-page .polygon-gradient_background form .input_wrapper:hover input{background-color:rgba(0,85,255,.173)}}.login-page .polygon-gradient_background form .input_wrapper input:focus+label{font-size:10px;top:-2px}.login-page .polygon-gradient_background form .input_wrapper label{font-size:13px;left:8px;position:absolute;top:50%;transform:translateY(-50%);transition:inherit}.login-page .polygon-gradient_background form .input_wrapper label.active{font-size:10px;top:-2px}.login-page .polygon-gradient_background form .input_wrapper input{background-color:rgba(0,85,255,.127);border:none;border-radius:6px;caret-color:#fff;color:#fff;font-size:12px;height:100%;outline:none;padding:4px 4px 4px 8px;transition:inherit;width:100%}.login-page .polygon-gradient_background form button{align-items:center;background-color:#001b50ba;border:1px solid #002e89c2;border-radius:8px;color:#854ce6;cursor:pointer;display:flex;justify-content:center;margin:0 auto;outline:none;overflow:hidden;padding:4px 24px;transition:.1s ease-in-out;width:100%}.login-page .polygon-gradient_background form button.disabled{opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}@media(hover:hover){.login-page .polygon-gradient_background form button:hover{background-color:rgba(0,40,120,.586)}}footer{align-items:center;background-color:#090917;display:flex;flex-direction:column;gap:14px;padding:20px 16px 40px;width:100%}footer .my_name{color:#854ce6;font-size:21px;font-weight:600}footer nav{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:8px}footer nav .link_item{color:#f2f3f4;font-size:18px;transition:all .2s ease-in-out}@media(hover:hover){footer nav .link_item:hover{color:#854ce6}}footer .copyright{font-size:14px;margin-top:12px;opacity:.8;text-align:center}@media screen and (max-width:1024px){footer{gap:10px}footer .my_name{font-size:18px}footer nav{gap:12px;margin-top:0}footer nav .link_item{font-size:14px}footer .socials_wrapper{gap:16px;margin:8px 0}footer .socials_wrapper a svg{height:24px;width:24px}footer .copyright{font-size:12px;margin-top:4px}}.socials_wrapper{align-items:center;display:flex;gap:20px;margin:12px 0}.socials_wrapper a{display:flex}.socials_wrapper a svg{height:28px;transition:all .2s ease-in-out;width:28px}.socials_wrapper a svg path{transition:inherit}@media(hover:hover){.socials_wrapper a:hover svg path{fill:#854ce6}}header{box-shadow:0 4px 96px #175ce626;height:80px;position:fixed;top:0}header,header .inner{background-color:#090917;display:flex;width:100%;z-index:10}header .inner{align-items:center;justify-content:space-between}header .inner .logo{align-items:center;color:#f2f3f4;display:flex;margin-right:6px}header .inner .logo svg{max-height:48px;max-width:48px}header .inner .logo svg path{fill:#fff}header .inner .logo .title{font-size:18px;font-weight:700;padding:0 4px}header .inner nav{gap:32px;justify-content:space-between;margin:0 6px}header .inner nav .link_item{color:#f2f3f4;font-weight:500;transition:all .2s ease-in-out 0s}@media(hover:hover){header .inner nav .link_item:hover{color:#854ce6}}header .inner>.my_button{margin-left:6px}header .background{background-color:#000;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .85s ease-in-out;visibility:hidden;width:100vw;z-index:8}header .background.active{opacity:.5;visibility:visible}@media screen and (max-width:1024px){header{height:64px}header .inner .logo svg{max-height:36px;max-width:36px}header .inner .logo .title{font-size:16px}header .inner nav{gap:20px}header .inner nav .link_item{font-size:14px}}@media screen and (max-width:768px){header .inner{box-shadow:0 4px 96px #175ce626}header .inner .logo svg{max-height:44px;max-width:44px}header .inner .logo .title{font-size:18px}header .inner .lang_container{margin-left:auto}}.burger_wrapper{align-items:center;border:1px solid #0000;border-radius:50%;cursor:pointer;height:46px;justify-content:center;margin-left:12px;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none;width:46px}@media(hover:hover){.burger_wrapper:hover{border:1px solid #854ce6;box-shadow:0 4px 24px #175ce626}}.burger_wrapper.open{background-color:#cc00bb4d;border:1px solid #854ce6}@media(hover:hover){.burger_wrapper.open:hover{background-color:#cc00bb73}}.burger_wrapper.open .burger i{opacity:0;width:0}.burger_wrapper.open .burger:before{top:9px;transform:rotate(-135deg)}.burger_wrapper.open .burger:after{bottom:7px;transform:rotate(315deg)}.burger_wrapper .burger{align-items:center;display:flex;height:20px;justify-content:center;position:relative}.burger_wrapper .burger i,.burger_wrapper .burger:after,.burger_wrapper .burger:before{background-color:#854ce6;border-radius:20px;display:block;height:4px;width:26px}.burger_wrapper .burger:after,.burger_wrapper .burger:before{content:"";position:absolute;transition:all .8s ease-in-out}.burger_wrapper .burger:before{top:0}.burger_wrapper .burger i{opacity:1;transition:all .6s ease-in-out}.burger_wrapper .burger:after{bottom:0}.mobile_menu{align-items:center;background-color:#090917;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;max-width:100vw;padding:80px 12px 24px;position:fixed;right:-100%;top:0;transition:all .85s ease-in-out;width:340px;z-index:9}.mobile_menu.open{right:0}.mobile_menu.open .my_button{opacity:1;top:0;transition:all 1.5s cubic-bezier(.55,.04,.05,.97) 1.4s}.mobile_menu.open .socials_wrapper{opacity:1;top:0;transition:all 1.5s cubic-bezier(.55,.04,.05,.97) 1.7s}.mobile_menu.open .item-list .nav-item:first-of-type .text{transition:opacity .3s cubic-bezier(.55,.04,.05,.97) .9s,top .3s cubic-bezier(.55,.04,.05,.97) .9s}.mobile_menu.open .item-list .nav-item:nth-of-type(2) .text{transition:opacity .6s cubic-bezier(.55,.04,.05,.97) .9s,top .6s cubic-bezier(.55,.04,.05,.97) .9s}.mobile_menu.open .item-list .nav-item:nth-of-type(3) .text{transition:opacity .9s cubic-bezier(.55,.04,.05,.97) .9s,top .9s cubic-bezier(.55,.04,.05,.97) .9s}.mobile_menu.open .item-list .nav-item:nth-of-type(4) .text{transition:opacity 1.2s cubic-bezier(.55,.04,.05,.97) .9s,top 1.2s cubic-bezier(.55,.04,.05,.97) .9s}.mobile_menu.open .item-list .nav-item:nth-of-type(5) .text{transition:opacity 1.5s cubic-bezier(.55,.04,.05,.97) .9s,top 1.5s cubic-bezier(.55,.04,.05,.97) .9s}.mobile_menu.open .item-list .nav-item:nth-of-type(6) .text{transition:opacity 1.8s cubic-bezier(.55,.04,.05,.97) .9s,top 1.8s cubic-bezier(.55,.04,.05,.97) .9s}.mobile_menu.open .item-list .nav-item .text{opacity:1;top:0}.mobile_menu .item-list{align-items:center;display:flex;flex-direction:column;gap:24px;height:80%;justify-content:center;width:100%}.mobile_menu .item-list .nav-item{overflow-y:hidden}.mobile_menu .item-list .nav-item .text{color:#f2f3f4;font-size:20px;font-weight:700;opacity:0;padding:12px 28px;position:relative;top:-36px;transition:opacity .4s cubic-bezier(.55,.04,.05,.97),top .4s cubic-bezier(.55,.04,.05,.97)}.mobile_menu .my_button{height:48px;margin-bottom:16px;opacity:0;padding:0 24px;position:relative;top:-36px;transition:all .4s cubic-bezier(.55,.04,.05,.97);width:-moz-fit-content;width:fit-content}.mobile_menu .my_button .my_button_title{font-size:16px}.mobile_menu .socials_wrapper{opacity:0;position:relative;top:-32px;transition:all .4s cubic-bezier(.55,.04,.05,.97)}@media screen and (max-width:420px){.mobile_menu{width:100vw}}.lang_wrapper{margin-left:12px;position:relative}.lang_wrapper .my_button{border-radius:50%;height:44px;padding:0;width:44px}.lang_wrapper .my_button .my_button_title{text-transform:uppercase}.lang_wrapper.open button{background-color:rgba(0,0,255,.274)}@media(hover:hover){.lang_wrapper.open button:hover{background-color:#854ce6}}.lang_wrapper.open button .my_button_title{color:#fff}.lang_wrapper.open .lang_window{max-height:150px;opacity:1;padding:6px 16px}.lang_wrapper .lang_window{background-color:rgba(0,0,255,.274);border:2px solid #854ce6;border-radius:16px;box-shadow:0 4px 24px #0009;display:flex;flex-direction:column;justify-content:center;left:50%;max-height:0;opacity:0;overflow:hidden;padding:0 16px;position:absolute;top:110%;transform:translateX(-50%);transition:opacity .5s ease-in-out,max-height .5s ease-in-out,padding .5s ease-in-out;width:60px}.lang_wrapper .lang_window .lang{color:#f2f3f4;cursor:pointer;font-size:13.081px;font-weight:600;line-height:100%;margin:4px 0;text-align:center;text-transform:uppercase}@media(hover:hover){.lang_wrapper .lang_window .lang:hover{color:#854ce6}}.text_center{text-align:center}.text_right{text-align:right}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.undecorated_text{text-decoration:none}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.pos_sticky{position:sticky}.float_left{float:left}.float_right{float:right}.zIndex{z-index:1}.overflow_hidden{overflow:hidden}.overflowX_hidden{overflow-x:hidden}.pointer{cursor:pointer}.default{cursor:default}.auto_scroll{scroll-behavior:auto}.no_scroll{overflow-y:hidden}.flex{display:flex}.flex_centered_item{align-items:center;display:flex;justify-content:center}.column{flex-direction:column}.row{flex-direction:row}.row_reverse{flex-direction:row-reverse}.column_reverse{flex-direction:column-reverse}.space_between{justify-content:space-between}.space_around{justify-content:space-around}.justify_end{justify-content:flex-end}.justify_start{justify-content:flex-start}.justify_center{justify-content:center}.align_center{align-items:center}.align_baseline{align-items:baseline}.align_stretch{align-items:stretch}.align_start{align-items:flex-start}.align_end{align-items:flex-end}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}.hide{display:none}.block{display:block}.grid{display:grid}.inline_flex{display:inline-flex}.inline_block{display:inline-block}.max_width_full{max-width:100%}.full_width{width:100%}.full_height{height:100%}.half_width{width:50%}.fit_content_width{width:-moz-fit-content;width:fit-content}.undecorated_ul{list-style:none;margin:0;padding:0}.grow{flex-grow:1}.grow_0{flex-grow:0}.basis_0{flex-basis:0}.shrink_0{flex-shrink:0}.appearance_none{appearance:none!important}.no_focus_outline:active,.no_focus_outline:focus{outline:none!important}@media screen and (min-width:1536px){.hide-if_xxl_size{display:none}.nowrap-if_xxl_size{flex-wrap:nowrap}.row_reverse-if_xxl_size{flex-direction:row-reverse}.float_left-if_xxl_size{float:left}.float_right-if_xxl_size{float:right}.inline_block-if_xxl_size{display:inline-block}.justify_end-if_xxl_size{justify-content:flex-end}.justify_start-if_xxl_size{justify-content:flex-start}.column-if_xxl_size{flex-direction:column}}@media screen and (max-width:1535px){.flex-if_xl_size{display:flex}.column-if_xl_size{flex-direction:column}.row-if_xl_size{flex-direction:row}.hide-if_xl_size{display:none}.block-if_xl_size{display:block}.wrap-if_xl_size{flex-wrap:wrap}.full_width-if_xl_size{width:100%}.half_width-if_xl_size{width:50%}.max_width_full-if_xl_size{max-width:100%}}@media screen and (max-width:1024px){.full_width-if_lg_size{width:100%}.width_auto-if_lg_size{width:auto}.hide-if_lg_size{display:none}.block-if_lg_size{display:block}.flex-if_lg_size{display:flex}.wrap-if_lg_size{flex-wrap:wrap}.row_reverse-if_lg_size{flex-direction:row-reverse}.column_reverse-if_lg_size{flex-direction:column-reverse}.column-if_lg_size{flex-direction:column}.row-if_lg_size{flex-direction:row}.space_between-if_lg_size{justify-content:space-between}.justify_center-if_lg_size{justify-content:center}.space_around-if_lg_size{justify-content:space-around}.space_evenly-if_lg_size{justify-content:space-evenly}.align_end-if_lg_size{align-items:flex-end}.align_start-if_lg_size{align-items:flex-start}}@media screen and (max-width:768px){.full_width-if_md_size{width:100%}.align_end-if_md_size{align-items:flex-end}.max_width_full-if_md_size{max-width:100%}.row-if_md_size{flex-direction:row}.hide-if_md_size{display:none}.block-if_md_size{display:block}.flex-if_md_size{display:flex}.column-if_md_size{flex-direction:column}.column_reverse-if_md_size{flex-direction:column-reverse}.justify_center-if_md_size{justify-content:center}.justify_end-if_md_size{justify-content:flex-end}.wrap-if_md_size{flex-wrap:wrap}.align_center-if_md_size{align-items:center}.text_center-if_md_size{text-align:center}}@media screen and (max-width:420px){.space_around-if_sm_size{justify-content:space-around}.space_between-if_sm_size{justify-content:space-between}.half_width-if_sm_size{width:50%}.align_end-if_sm_size{align-items:flex-end}.justify_end-if_sm_size{justify-content:flex-end}.column-if_sm_size{flex-direction:column}.hide-if_sm_size{display:none}.block-if_sm_size{display:block}.flex-if_sm_size{display:flex}.row-if_sm_size{flex-direction:row}.justify_center-if_sm_size{justify-content:center}.wrap-if_sm_size{flex-wrap:wrap}.align_center-if_sm_size{align-items:center}.text_center-if_sm_size{text-align:center}}@media screen and (max-width:360px){.space_around-if_xs_size{justify-content:space-around}.space_between-if_xs_size{justify-content:space-between}.half_width-if_xs_size{width:50%}.align_end-if_xs_size{align-items:flex-end}.justify_end-if_xs_size{justify-content:flex-end}.column-if_xs_size{flex-direction:column}.hide-if_xs_size{display:none}.block-if_xs_size{display:block}.flex-if_xs_size{display:flex}.row-if_xs_size{flex-direction:row}.justify_center-if_xs_size{justify-content:center}.wrap-if_xs_size{flex-wrap:wrap}.align_center-if_xs_size{align-items:center}.text_center-if_xs_size{text-align:center}}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0;scroll-behavior:smooth;text-decoration:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background-color:#575c66;border-radius:6px}::-webkit-scrollbar-track{background-color:#222a35}#root{min-height:100vh;overflow-x:hidden}.App{color:#fff;display:flex;flex-direction:column;min-height:inherit}main{background-color:#090917;flex-grow:1;margin-top:80px}.polygon-gradient_background{background:linear-gradient(38.73deg,#cc00bb26,#c920b800 50%),linear-gradient(141.27deg,#0046d100 50%,#0046d126);clip-path:polygon(0 0,100% 0,100% 100%,30% 94%,0 100%);margin-bottom:100px;padding-bottom:16px}.polygon-gradient_background:last-of-type:not(.login){clip-path:polygon(0 0,100% 0,100% 100%,30% 98%,0 100%);margin-bottom:0}.container_box{margin:0 auto;max-width:1200px;padding-left:24px;padding-right:24px}@media screen and (min-width:1536px){.container_box{max-width:1536px}}@media screen and (max-width:1024px){.polygon-gradient_background{clip-path:polygon(0 0,100% 0,100% 100%,30% 96%,0 100%);margin-bottom:60px}.polygon-gradient_background:last-of-type:not(.login){clip-path:polygon(0 0,100% 0,100% 100%,30% 99%,0 100%)}main{margin-top:64px}}@media screen and (max-width:420px){.polygon-gradient_background{clip-path:polygon(0 0,100% 0,100% 100%,30% 97%,0 100%);margin-bottom:48px}.polygon-gradient_background:last-of-type:not(.login){clip-path:polygon(0 0,100% 0,100% 100%,30% 99.3%,0 100%)}.container_box{padding-left:16px;padding-right:16px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/portfolio/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/portfolio/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/portfolio/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/portfolio/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/portfolio/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}
/*# sourceMappingURL=main.b23b6b0f.css.map*/