.footer{--footer-bg:var(--color-main);--footer-col-gap:var(--space-md);background-color:var(--footer-bg);font-weight:var(--font-weight-base)}.footer__bottom{padding-bottom:30px}.footer__rights-img{display:block}.footer__social-item{display:flex}.footer__wrap{-webkit-column-gap:var(--footer-col-gap);-moz-column-gap:var(--footer-col-gap);column-gap:var(--footer-col-gap);display:grid;grid-template-areas:"about contact" "press dmca" "services services";grid-template-columns:repeat(2,1fr);grid-row-gap:30px;margin:0 auto;padding:50px 0 0}.footer__wrap_without-services{grid-template-areas:"about contact" "press dmca"}.footer__wrap_with-resources{grid-template-areas:"about contact" "press dmca" "services resources"}.footer__wrap_with-resources .footer__section-content_service{grid-template-columns:1fr}.footer__col{display:flex;flex-direction:column}.footer__col_services{grid-area:services}.footer__col_press{grid-area:press}.footer__col_about{grid-area:about}.footer__col_contact{grid-area:contact}.footer__col_resources{grid-area:resources}.footer__col_dmca{grid-area:dmca}.footer__col_dmca .dmca-badge{margin-bottom:10px;padding-top:0}.footer__col_dmca .footer__section{display:flex;flex-direction:column}.footer__title{color:var(--color-white);display:block;font-size:var(--font-size-base);margin-bottom:var(--space-xs);white-space:nowrap}.footer__text,.footer__title{font-weight:var(--font-weight-base);line-height:1.5}.footer__text{font-size:var(--font-size-xs);text-align:left}.footer__text,.footer__text a{color:var(--color-main-lighter)}.footer__text a{display:inline-block}.footer__section+.footer__section{margin-top:30px}.footer__section p{margin-bottom:0;margin-top:0}.footer__section-item+.footer__section-item{margin-top:8px}.footer__section-item_contact+.footer__section-item_contact{margin-top:15px}.footer__section-item_contact a,.footer__section-item_contact p{color:var(--color-white);font-size:var(--font-size-xs);padding-left:30px;position:relative}.footer__section-item_contact a svg,.footer__section-item_contact p svg{left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer__section-item_message a{word-break:break-word}.footer__section-content_socials{background-color:var(--footer-bg);display:flex;padding:0 30px;position:relative;z-index:1}.footer__section-content_service{display:grid;gap:var(--space-xxxs) var(--space-md);grid-template-columns:1fr 1fr}@media (max-width:767px){.footer__service-links-wrap.is-closed{height:70px;overflow:hidden;transition:height .4s ease}}.footer__links-open-btn{display:inline-block;font-size:var(--font-size-sm);margin-top:15px;padding-right:20px;position:relative}.footer__links-open-btn:after{background-color:var(--color-main-lighter);content:"";display:block;height:7px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath stroke='%2303C1FF' stroke-linecap='round' stroke-linejoin='round' d='m10.5 1-5 5-5-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath stroke='%2303C1FF' stroke-linecap='round' stroke-linejoin='round' d='m10.5 1-5 5-5-5'/%3E%3C/svg%3E");position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:11px}.footer__links-open-btn.is-hidden{display:none}.footer__social-wrap{display:flex;justify-content:center;padding:30px 0;position:relative}.footer__social-wrap:after,.footer__social-wrap:before{background-color:var(--color-main-light);content:"";display:block;height:1px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:50%}.footer__social-wrap:before{left:0}.footer__social-wrap:after{right:0}.footer__social-item+.footer__social-item{margin-left:15px}.footer__social-item a{align-items:center;border-radius:50%;display:inline-flex;height:30px;justify-content:center;position:relative;text-align:center;width:30px}.footer__social-item a svg{height:60%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:60%}.footer__flags{margin-bottom:40px;text-align:left}.footer__flags-wrap{margin-top:15px}.footer__flags-wrap .local_flags ul{display:flex;margin-top:15px}.footer__flags-wrap .local_flags ul li a{border-radius:0;display:block;line-height:0;margin-left:0;width:40px}.footer__flags-wrap .local_flags ul li+li{margin-left:20px}.footer__pay{margin-bottom:40px}.footer__rights{color:var(--color-white);line-height:2;margin-bottom:30px}.footer__rights a{font-size:var(--font-size-xs)}.footer__rights a:after{background-color:var(--color-main-light);content:"";display:inline-block;height:15px;margin:0 5px;vertical-align:middle;width:1px}.footer__rights a:last-child:after,.footer__rights a:nth-child(3):after{display:none}.footer__rights_short-footer{margin:10px 0 30px}.footer__privacy-term{display:block;line-height:1.5;margin-top:10px}.footer__privacy-term a{padding:3px 0}@media (min-width:768px){.footer__wrap{grid-template-areas:"about press contact" "about dmca ." "services services services";grid-template-columns:repeat(3,1fr)}.footer__wrap_without-services{grid-template-areas:"about press contact" "about dmca ."}.footer__wrap_with-resources{grid-template-areas:"about press contact" "services resources dmca"}.footer__wrap_with-resources .footer__section-content_service{grid-template-columns:1fr}.footer__flags{grid-area:flags}.footer__flags-wrap{margin-top:0}.footer__rights{grid-area:rights}.footer__rights a:after{margin:0 15px}.footer__pay{grid-area:pay;text-align:left}.footer__bottom-wrap{grid-column-gap:30px;align-items:start;display:grid;grid-template-areas:"flags pay" "rights rights";grid-template-columns:1fr 2fr}.footer__links-open-btn{display:none}.footer__section-content_service{gap:var(--space-xxxs) var(--space-xl);grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.footer{--footer-col-gap:40px}.footer__wrap{grid-template-areas:"services services services about contact" "services services services about dmca" "services services services . press";grid-template-columns:repeat(5,1fr)}.footer__wrap_without-services{grid-template-areas:"about press contact dmca ."}.footer__wrap_with-resources{grid-template-areas:"services resources about contact" "services resources about dmca" "services resources about press";grid-template-columns:repeat(4,1fr)}.footer__bottom{padding:20px 0 80px}.footer__col_dmca .dmca-badge{margin:0 20px 0 0}.footer__col_dmca .footer-trustmark{margin-top:5px}.footer__col_dmca .footer__section{align-items:center;flex-direction:row}.footer__col_pay{margin-left:0}.footer__bottom-wrap{grid-template-areas:"rights flags pay";grid-template-columns:2fr 1fr 2fr}.footer__rights{margin-bottom:0;max-width:500px;padding:0;text-align:left}.footer__rights-img{margin-bottom:15px;margin-top:5px}.footer__flags{padding:0}}.footer{padding:30px 0}.footer__inner-wrapper{grid-template-areas:"disclaimer disclaimer" "links contacts" "cards social" "copyrights copyrights"}.footer_order-pay .footer__inner-wrapper{grid-template-areas:"disclaimer disclaimer" "contacts social" "cards cards" "copyrights copyrights"}.footer__disclaimer{grid-area:disclaimer}.footer__links{grid-area:links}.footer__contacts{grid-area:contacts}.footer__social{grid-area:social}.footer__cards{grid-area:cards}.footer__copyrights{grid-area:copyrights}.footer__social-list{gap:16px}.footer__disclaimer-text{color:#8e949f}.footer__social-link{background-position:50%;background-repeat:no-repeat;display:block;font-size:0;height:30px;opacity:.5;width:30px}.footer__social-link_fb.lazy-bg-loaded{background-image:url(/bundles/asterfreelance/_layout/images/TheStudypalCom/social/fb.svg)}.footer__social-link_inst.lazy-bg-loaded{background-image:url(/bundles/asterfreelance/_layout/images/TheStudypalCom/social/inst.svg)}.footer__social-link:hover{opacity:1}.footer__list-item+.footer__list-item{margin-top:10px}.footer__list-item_contacts+.footer__list-item_contacts{margin-top:15px}.footer__address,.footer__link,.footer__link:hover,.footer__link:visited{color:#8e949f}@media (min-width:768px){.footer{padding:50px 0}.footer__inner-wrapper{grid-template-areas:"disclaimer links" "cards contacts" "copyrights social"}.footer_order-pay .footer__inner-wrapper{grid-template-areas:"disclaimer contacts" "cards social" "copyrights ."}}@media (min-width:1024px){.footer__inner-wrapper{grid-template-areas:"disclaimer links cards" "copyrights contacts social" "copyrights . ."}.footer_order-pay .footer__inner-wrapper{grid-template-areas:"disclaimer contacts cards" "disclaimer social ." "copyrights copyrights ."}.footer__disclaimer{max-width:320px}.footer__list-item+.footer__list-item{margin-top:15px}}.uk-modal-dialog.uk-modal-dialog_v3{margin-left:auto;margin-right:auto;overflow:hidden;width:100%}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content{display:grid;padding:0}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content__login{order:1}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content__advantages{background-color:var(--color-secondary)}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content__advantages-header{padding:20px}.uk-modal-dialog.uk-modal-dialog_v3 .login_form{margin:0 auto;max-width:340px}.uk-modal-dialog.uk-modal-dialog_v3 .uk-form{padding:20px}@media (min-width:375px){.uk-modal-dialog.uk-modal-dialog_v3{width:345px}.uk-modal-dialog.uk-modal-dialog_v3 .uk-form{padding:30px}}@media (min-width:768px){.uk-modal-dialog.uk-modal-dialog_v3{width:728px}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content{grid-template-columns:1fr 328px}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content__login{order:0;padding-top:40px}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content__advantages-header{margin-bottom:30px;padding:0}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content__advantages{min-height:482px;padding:40px 40px 0 38px;position:relative}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content__advantages.lazy-bg-loaded:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='318' height='140' fill='none'%3E%3Cpath fill='%23F2F5F7' d='M16.736 66.835.13 24.498c-.553-1.41.757-2.84 2.221-2.425l43.314 12.298c1.69.48 1.808 2.814.176 3.46l-18.716 7.414c-.53.21-.931.652-1.088 1.197l-5.815 20.23c-.484 1.686-2.844 1.796-3.485.163Z'/%3E%3Cpath fill='%23fff' stroke='%23212131' stroke-linecap='round' d='M19.736 65.835 3.13 23.498c-.553-1.41.757-2.84 2.221-2.425l43.314 12.298c1.69.48 1.808 2.814.176 3.46l-18.716 7.414c-.53.21-.931.652-1.088 1.197l-5.815 20.23c-.484 1.686-2.844 1.796-3.485.163Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M133.667 87.723c-4.014 1.092-8.386 1.895-13.143 2.34-16.708 1.562-33.212-5.704-48.94-13.513-15.73-7.808-37.987-27.116-37.987-27.116m100.07 38.289c21.956-5.976 33.202-20.627 38.173-32.865 5.879-14.476 4-27.482-5.29-31.883-9.792-4.639-18.953-3.607-27.464 6.504-9.9 11.76-11.656 32.096-8.473 47.136.844 3.985 1.868 7.678 3.054 11.108Zm0 0c7.402 21.401 21.13 32.543 36.865 40.341 16.15 8.003 30.968 11.436 49.653 11.436M108.81 121.341h8.799m-4.399 4.399v-8.799M80.08 51.418h8.799m-4.399 4.4v-8.8m62.976 1.167h8.8m-4.4 4.4v-8.8'/%3E%3Crect width='99' height='123' x='205.185' y='16.5' fill='%23fff' stroke='%23212131' rx='7.5'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M199.704 21.498c-1.433-.406-2.932-.611-4.387-.799-.313-.04-.604.18-.626.49a.56.56 0 0 0 .47.632c1.41.18 2.864.374 4.229.765a.567.567 0 0 0 .314-1.088m4.105-6.43c-2.305-2.377-4.901-4.448-7.161-6.889a.55.55 0 0 0-.784-.027.56.56 0 0 0-.022.8c2.26 2.447 4.856 4.525 7.161 6.909a.573.573 0 0 0 .806.007c.201-.219.224-.577 0-.8m4.555-8.472.202 4.082c0 .312.268.552.582.537s.537-.28.537-.592l-.202-4.088a.576.576 0 0 0-.604-.534.56.56 0 0 0-.515.595' clip-rule='evenodd'/%3E%3Ccircle cx='295' cy='23' r='22.5' fill='%23fff' stroke='%23212131'/%3E%3Ccircle cx='295' cy='23' r='19.167' fill='%23fff'/%3E%3Cpath stroke='%23212131' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m304.583 16.292-11.5 11.5-5.75-5.75'/%3E%3Cpath stroke='%23212131' stroke-linecap='round' stroke-linejoin='round' d='M222.685 46h46m-46 17h64m-64 17h64m-64 17h30m4 0h30m-64 17h45m4 0h15'/%3E%3C/svg%3E");bottom:0;content:"";display:block;height:140px;position:absolute;right:30px;width:318px}}@media (min-width:1280px){.uk-modal-dialog.uk-modal-dialog_v3{width:980px}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content{grid-template-columns:1fr 480px}.uk-modal-dialog.uk-modal-dialog_v3 .modal-content__advantages.lazy-bg-loaded:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='156' fill='none'%3E%3Cpath fill='%23F2F5F7' d='M18.497 83.116.456 36.851c-.601-1.541.822-3.104 2.413-2.65l47.056 13.44c1.834.523 1.963 3.074.19 3.78l-20.332 8.102A2 2 0 0 0 28.6 60.83l-6.316 22.11c-.527 1.842-3.09 1.962-3.787.177Z'/%3E%3Cpath fill='%23fff' stroke='%23212131' stroke-linecap='round' d='M21.369 81.73 3.328 35.466c-.601-1.54.822-3.104 2.412-2.65l47.056 13.44c1.835.524 1.964 3.075.191 3.781l-20.332 8.101a2 2 0 0 0-1.183 1.309l-6.317 22.107c-.526 1.842-3.09 1.962-3.786.178Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' d='M137.982 103.723c-4.014 1.092-8.385 1.895-13.142 2.34-16.708 1.562-33.213-5.704-48.941-13.513-15.73-7.808-37.986-27.116-37.986-27.116m100.069 38.289c21.957-5.976 33.203-20.627 38.173-32.865 5.88-14.476 4-27.482-5.29-31.883-9.792-4.639-18.953-3.607-27.463 6.504-9.9 11.76-11.657 32.096-8.473 47.136.843 3.985 1.867 7.678 3.053 11.108Zm0 0c7.403 21.401 21.131 32.543 36.865 40.341 16.15 8.003 40.653 11.436 49.653 11.436m-111.375-18.159h8.8m-4.4 4.4v-8.8m-33.13-65.523h8.8m-4.4 4.399v-8.8m62.976 1.169h8.8m-4.4 4.399v-8.8'/%3E%3Crect width='109' height='135' x='359.5' y='20.5' fill='%23fff' stroke='%23212131' rx='7.5'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M354.019 25.498c-1.432-.406-2.932-.611-4.387-.799-.313-.04-.604.18-.626.49a.56.56 0 0 0 .47.632c1.41.18 2.864.374 4.229.765a.567.567 0 0 0 .314-1.088m4.105-6.43c-2.305-2.377-4.901-4.448-7.161-6.889a.55.55 0 0 0-.784-.027.56.56 0 0 0-.022.8c2.26 2.447 4.856 4.525 7.162 6.909a.57.57 0 0 0 .805.007c.202-.219.224-.577 0-.8m4.556-8.472.201 4.082c0 .312.269.552.582.537s.537-.28.537-.592l-.201-4.088a.577.577 0 0 0-.605-.534.56.56 0 0 0-.514.595' clip-rule='evenodd'/%3E%3Ccircle cx='456' cy='24' r='23.5' fill='%23fff' stroke='%23212131'/%3E%3Ccircle cx='456' cy='24' r='20' fill='%23fff'/%3E%3Cpath stroke='%23212131' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m466 17-12 12-6-6'/%3E%3Cpath stroke='%23212131' stroke-linecap='round' stroke-linejoin='round' d='M377 50h46m-46 17h74m-74 17h74m-74 17h35m4 0h35m-74 17h55m4 0h15'/%3E%3Crect width='144' height='21' x='225.5' y='88.5' fill='%23fff' stroke='%23212131' rx='2.5'/%3E%3Cpath fill='%23212131' d='M353 89h1v20h-1zm6 0h1v20h-1zm-124 0h1v20h-1zm6 0h1v20h-1z'/%3E%3Crect width='152' height='27' x='221.5' y='128.5' fill='%23fff' stroke='%23212131' rx='2.5'/%3E%3Cpath fill='%23212131' d='M241 129h1v26h-1zm8 0h1v26h-1zm96 0h1v26h-1zm8 0h1v26h-1z'/%3E%3Crect width='134' height='19' x='230.5' y='109.5' fill='%23fff' stroke='%23212131' rx='2.5'/%3E%3Cpath fill='%23fff' d='M231 112a2 2 0 0 1 2-2h129a2 2 0 0 1 2 2v7H231z'/%3E%3Crect width='121' height='1' x='237' y='119' fill='%23212131' rx='.5'/%3E%3Cpath fill='%23212131' d='M231 112a2 2 0 0 1 2-2h129a2 2 0 0 1 2 2z'/%3E%3Crect width='7' height='5' x='341.5' y='67.5' fill='%23fff' stroke='%23212131' rx='2.5'/%3E%3Crect width='7' height='5' x='250.5' y='67.5' fill='%23fff' stroke='%23212131' rx='2.5'/%3E%3Cpath fill='%23212131' d='m292 65 .46.196q0 .002 0 0l.001-.003a5 5 0 0 1 .311-.54 6.4 6.4 0 0 1 1.13-1.276c1.064-.925 2.824-1.877 5.598-1.877v-1c-3.028 0-5.019 1.048-6.254 2.123a7.4 7.4 0 0 0-1.306 1.475 6 6 0 0 0-.372.643l-.019.043-.006.013-.002.005-.001.001v.001zm7.5-3.5c2.774 0 4.534.952 5.598 1.877.536.466.901.93 1.13 1.275a5 5 0 0 1 .311.54l.001.005v-.001L307 65l.46-.196-.001-.002-.002-.005-.006-.013-.019-.043a5 5 0 0 0-.372-.643 7.4 7.4 0 0 0-1.306-1.475c-1.235-1.075-3.226-2.123-6.254-2.123z'/%3E%3Ccircle cx='325.5' cy='68.5' r='19' fill='%23fff' stroke='%23212131'/%3E%3Ccircle cx='273.5' cy='68.5' r='19' fill='%23fff' stroke='%23212131'/%3E%3Cmask id='a' width='37' height='37' x='255' y='50' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Ccircle cx='273.5' cy='68.5' r='18' fill='%23FCEAAB' stroke='%23212131'/%3E%3C/mask%3E%3Cg fill='%23fff' fill-opacity='.3' mask='url(%23a)'%3E%3Cpath d='m239.491 82.933 47.314-47.438 7.882 7.86-47.315 47.438zm10.006 9.978 47.314-47.438 3.54 3.531-47.314 47.438z'/%3E%3C/g%3E%3Cmask id='b' width='37' height='37' x='307' y='50' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Ccircle cx='325.5' cy='68.5' r='18' fill='%23D1C3FA' stroke='%23212131'/%3E%3C/mask%3E%3Cg fill='%23fff' fill-opacity='.3' mask='url(%23b)'%3E%3Cpath d='m291.491 82.933 47.314-47.438 7.882 7.86-47.315 47.438zm10.006 9.978 47.314-47.438 3.54 3.531-47.314 47.438z'/%3E%3C/g%3E%3C/svg%3E");height:156px;width:480px}.uk-modal-dialog.uk-modal-dialog_v3 .list-group-v2{margin-left:70px}}.list-group-v2.lazy-bg-loaded .list-group-v2__item:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M15.813 8.375 9.393 14.5l-3.206-3.063'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='M11 21.5c5.799 0 10.5-4.701 10.5-10.5S16.799.5 11 .5.5 5.201.5 11 5.201 21.5 11 21.5'/%3E%3C/svg%3E")}.list-group-v2__item{color:var(--color-white);padding-left:35px;position:relative}.list-group-v2__item:before{content:"";display:block;height:22px;left:0;position:absolute;top:2px;width:22px}.list-group-v2__item+.list-group-v2__item{margin-top:34px}.b-file-prev{--tag-background-color:var(--color-secondary-light);--tag-color:var(--color-white)}.writer-qualification{--button-color:var(--color-secondary)}