<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Art therapist Marusya Boycheva</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta http-equiv="Content-Language" content="en" />

<meta name="language" content="english" />

<meta name="description" content="Art therapy and creative expression for children and adults – discover the healing power of colors and shapes, a path to harmony, balance, and inner growth." />

<meta name="keywords" content="art therapy, art and healing, creative expression, therapeutic art, colors and emotions, shapes and meaning, art for inner balance, art therapy sessions, art therapy for children, art therapy for adults" />

<meta name="robots" content="index,follow" />

<link rel="shortcut icon" type="image/x-icon" href="/share/images/site/favicon.ico" />

<link rel="bookmark" href="/share/images/site/favicon.ico" />

<link rel="apple-touch-icon" href="/share/images/site/apple-touch-icon.png"/>

<link rel="stylesheet" href="/share/css/jquery.lightbox-0.4.css" />

<link rel="stylesheet" href="/share/css/jquery-ui-1.10.3.custom.min.css" />

<link rel="stylesheet" href="/share/css/style.css" />
<link rel="stylesheet" href="/share/css/bootstrap.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:image" content="https://www.marusyaboycheva.com/share/images/site/fb.jpg" /> 
<script type="text/javascript" src="/share/js/javamenu/stmenu.js"></script>

<script type="text/javascript" src="/share/js/jquery-1.9.1.js"></script>

<script type="text/javascript" src="/share/js/jquery.lightbox-0.4.js"></script>

<script type="text/javascript" src="/share/js/jquery-ui-1.10.3.custom.min.js"></script>



<script type="text/javascript" language="javascript">

var language = 'en';



$(document).ready(function(){

      $('.lightbox').lightBox();

      $('.lightbox_tbl').lightBox();

});	




</script> 
<script type="text/javascript" src="/share/js/unslider.min.js"></script>

<link rel="stylesheet" href="/share/css/design.css" />
<link rel="stylesheet" href="/share/css/aos.css" type="text/css" />

<script type="text/javascript" src="/share/js/custom/site.js"></script>






<script type="application/ld+json">

{
  "@context": "http://schema.org/",
  "@type": "WebSite",
  "name": "marusya boycheva",
  "url": "https://www.marusyaboycheva.com"
}

</script>


<link rel="canonical" href="https://www.marusyaboycheva.com/en/"/>

<meta name="theme-color" content="#000000">

<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000000">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">

<meta name="apple-mobile-web-app-status-bar-style" content="#000000">


<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BM5QW4FRNL"></script>
<script>

  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
            gtag('consent', 'default', {
                'ad_storage': 'denied',
                'ad_user_data': 'denied',
                'ad_personalization': 'denied',
                'analytics_storage': 'denied'
            });

  gtag('config', 'G-BM5QW4FRNL');

</script>



<script type="text/javascript">
  
  jQuery( document ).ready(function() {
  document.onkeypress = function (event) {
    event = (event || window.event);
    if (event.keyCode == 123) {
      return false;
    }
    else if (event.ctrlKey && event.shiftKey && event.keyCode == 73 || 
             event.ctrlKey && event.keyCode == 85){        
      return false;
    }
  }
  document.onkeydown = function (event) {
    event = (event || window.event);
    if (event.keyCode == 123) {
      return false;
    }
    else if (event.ctrlKey && event.shiftKey && event.keyCode == 73 || 
             event.ctrlKey && event.keyCode == 85){        
      return false;
    }
  }
});

</script> 

  <script type="text/javascript">
  
  /*<![CDATA[*/var image_save_msg='You Can Not Save images!';
	var no_menu_msg='Context Menu disabled!';
	var smessage = "Съдържанието на varnamaritime.com и технологиите, използвани в него, са под закрила на Закона за авторското право и сродните му права.";

function disableEnterKey(e)
{
	if (e.ctrlKey){
     var key;
     if(window.event)
          key = window.event.keyCode;     //IE
     else
          key = e.which;     //firefox (97)
    //if (key != 17) alert(key);
     if (key == 97 || key == 65 || key == 67 || key == 99 || key == 88 || key == 120 || key == 26 || key == 85  || key == 86 || key == 83 || key == 43)
     {
          show_wpcp_message('You are not allowed to copy content or view source');
          return false;
     }else
     	return true;
     }
}

function disable_copy(e)
{	
	var elemtype = e.target.nodeName;
	var isSafari = /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor);
	elemtype = elemtype.toUpperCase();
	var checker_IMG = '';
	if (elemtype == "IMG" && checker_IMG == 'checked' && e.detail >= 2) {show_wpcp_message(alertMsg_IMG);return false;}
	if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
	{
		if (smessage !== "" && e.detail == 2)
			show_wpcp_message(smessage);
		
		if (isSafari)
			return true;
		else
			return false;
	}	
}
function disable_copy_ie()
{
	var elemtype = window.event.srcElement.nodeName;
	elemtype = elemtype.toUpperCase();
	if (elemtype == "IMG") {show_wpcp_message(alertMsg_IMG);return false;}
	if (elemtype != "TEXT" && elemtype != "TEXTAREA" && elemtype != "INPUT" && elemtype != "PASSWORD" && elemtype != "SELECT" && elemtype != "OPTION" && elemtype != "EMBED")
	{
		//alert(navigator.userAgent.indexOf('MSIE'));
			//if (smessage !== "") show_wpcp_message(smessage);
		return false;
	}
}	
function reEnable()
{
	return true;
}
document.onkeydown = disableEnterKey;
document.onselectstart = disable_copy_ie;
if(navigator.userAgent.indexOf('MSIE')==-1)
{
	document.onmousedown = disable_copy;
	document.onclick = reEnable;
}
function disableSelection(target)
{
    //For IE This code will work
    if (typeof target.onselectstart!="undefined")
    target.onselectstart = disable_copy_ie;
    
    //For Firefox This code will work
    else if (typeof target.style.MozUserSelect!="undefined")
    {target.style.MozUserSelect="none";}
    
    //All other  (ie: Opera) This code will work
    else
    target.onmousedown=function(){return false}
    target.style.cursor = "default";
}
//Calling the JS function directly just after body load
window.onload = function(){disableSelection(document.body);};/*]]>*/

</script>


 <script  type="text/javascript">
 
 document.ondragstart = function() { return false;}
	/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
	Disable context menu on images by GreenLava Version 1.0
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
	    function nocontext(e) {
	       return false;
	    }
	    document.oncontextmenu = nocontext;
        
        </script> 
		
		<style>
		
		.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

</style>

 <script  type="text/javascript">
 
 var e = document.getElementsByTagName('body')[0];
if(e)
{
	e.setAttribute('unselectable',on);
}

</script>




</head>



<body>
<!-- Cookie Consent -->
<script type="text/javascript" src="/share/js/cookie-consent.js" charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">

document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({"notice_banner_type":"simple","consent_type":"express","palette":"dark","language":"en","page_load_consent_levels":["strictly-necessary"],"notice_banner_reject_button_hide":false,"preferences_center_close_button_hide":false,"page_refresh_confirmation_buttons":false,"website_name":"www.marusyaboycheva.com",
				   "callbacks": {
                "scripts_specific_loaded": (level) => {
                    switch(level) {
                        case 'targeting':
                            gtag('consent', 'update', {
                                'ad_storage': 'granted',
                                'ad_user_data': 'granted',
                                'ad_personalization': 'granted',
                                'analytics_storage': 'granted'
                            });
                            break;
                    }
                }
            },
            "callbacks_force": true
        });
    });

</script>

<noscript>Cookie consent management tool</noscript>
<!-- End Cookie Consent -->
<div class="cookie_banner"><a href="#" id="open_preferences_center"><img src="/share/images/cookie.svg" alt="cookie" width="" height="30"  title="cookie preference"/></a></div>

<div class="bgr1"><table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">

  <tr>
    <td width=""><div data-aos="fade-down"><a href="/en/"><img src="/share/images/site/logo.svg" alt="Artist Marusya Boycheva" height="40" vspace="30" class="grow"  /></a></div></td>

    <td width="" align="right" valign="middle" >

	<script type="text/javascript" src="/share/js/javamenu/menu-en.js"></script>
</td><td width="40"><a href="/bg/"><img src="/share/images/site/bg-flag.png" width="" height="35" alt=""/></a></td>


   

  </tr>

</table>

</div>


<div id="banners">

  

  
  

  <img  src="/phpThumb/phpThumb.php?w=1920&h=564&q=85&zc=1&src=/files/actual_images/baner-en-00092.jpg", 

  , "_blank", ""/>

  
  

  <img style="display: none;" src="/phpThumb/phpThumb.php?w=1920&h=564&q=85&zc=1&src=/files/actual_images/baner-en-00095.jpg", 

  , "_blank", ""/>

  
  

  <img style="display: none;" src="/phpThumb/phpThumb.php?w=1920&h=564&q=85&zc=1&src=/files/actual_images/baner-en-00096.jpg", 

  , "_blank", ""/>

  
  

</div>

<div class="bgr3"><table width="80%" border="0" align="center" cellpadding="2" cellspacing="3">

  <tr>

  

    <td valign="top"><div class="">


     <div class="text1"><span class=""><div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-5"><img src="/files/marusyaboycheva.jpg" width="100%" alt="" /></div>
<div class="col-md-7 pad20"><span class="gray_zagl">What is art therapy?</span><br />
<img src="/share/images/site/line1.svg" width="" height="" alt="" /><br />
<br />
Art therapy is a special type of therapy that uses art as a path то enhance one&rsquo;s self-esteem and inner balance. It does not require talent or skill in drawing&mdash;instead the focus is the act of creating itself, not the result. <br />
<br />
Through painting, modeling, working with colors and shapes, a person can express feelings and thoughts that are difficult to describe in words. Art therapy helps to release tension, understand ourselves better and discover new ways to cope with life's challenges. <br />
<br />
It is suitable for children and adults, for people going through difficult times, as well as for anyone seeking peace, more confidence and inspiration in live. <br />
<br />
&nbsp;</div>
<div class="col-md-7 pad20"><span class="gray_zagl">Art therapy with me</span><br />
<img src="/share/images/site/line1.svg" width="" height="" alt="" /><br />
<br />
I am Marusya, a certified art therapist dedicated to supporting people in discovering<br />
their inner world through creative expression. In my art therapy method, each participant is leading their own process under my guidance and support.<br />
<br />
Sessions with me provide solutions for: <br />
✅ Releasing emotions and reducing stress;<br />
✅ Developing creativity and self-awareness;<br />
✅ Support with personal and social challenges;<br />
✅ Integration and harmony between the inner and outer worlds.<br />
<br />
My methods are adapted according to age, individual needs, and interests of the participants.<br />
Through creativity together we open the path to self-awareness, balance, and inner peace.  <br />
&nbsp;</div>
<div class="col-md-5"><img src="/files/marusyaboycheva1.jpg" width="100%" alt="" /></div>
</div>
</div>
<br />
<br />
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<div class="text-border">
<div align="center"><span class="gray_zagl">My mission as an art therapist</span><br />
<img src="/share/images/site/line1.svg" width="" height="" alt="" /></div>
<br />
My mission is to create a safe, supportive, and inspiring environment in which every person&mdash; regardless of age, ability or life challenges&mdash;can express their inner world through own creativity. <br />
<br />
Art therapy methods and approaches aim is to support the emotional health, personal development and integration of children and young people into the social environment.<br />
<br />
I believe that creativity is a natural way to self-discovery, emotional release, and finding inner balance. My role is to be a guide and support in this process, helping people hearing own inner voice, develop confidence, and build healthy strategies for coping with difficulties.</div>
</div>
<div class="col-md-6">
<div class="text-border">
<div align="center"><span class="gray_zagl">My goals as an art therapist</span><br />
<img src="/share/images/site/line1.svg" width="" height="" alt="" /></div>
<br />
Support and integration of children with special educational needs (SEN) &ndash; through adapted art therapy methods to facilitate their socialization, communication and emotional development.<br />
<br />
Developing creative potential &ndash;  stimulating creativity as a tool for self-awareness, confidence, and expression of individuality.<br />
<br />
Emotional regulation and stress management &ndash; using art therapy to help clients recognize, express, and manage their emotions in a healthy way.<br />
<br />
Creating a safe therapeutic environment &ndash; providing a space where every participant feels accepted, heard, and supported without judgment.<br />
<br />
Professional development and knowledge exchange &ndash;applying  modern art therapy techniques, and share my experience with colleagues and the community.</div>
</div>
</div>
</div>
<br />
<br />
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-md-7 pad20"><span class="gray_zagl">My partnership as an art therapist</span><br />
<img src="/share/images/site/line1.svg" width="" height="" alt="" /><br />
<br />
Mission:<br />
&quot;To support the emotional and creative development of children and young people through art therapy, creating a safe and inspiring environment for self-expression.&quot; <br />
<br />
Goals:<br />
Integration of children with special educational needs through creative processes. Developing patience&rsquo;s  emotional intelligence and social skills through art. Further promoting in participating in charitable causes and community initiatives through exhibitions and art events. <br />
<br />
Partnerships:<br />
Children's centers, schools, social services, and foundations for therapeutic sessions, creative workshops and social projects.<br />
Organization of charity art events and exhibitions to support children and families in need.</div>
<div class="col-md-5"><img src="/files/marusyaboycheva2.jpg" width="100%" alt="" /></div>
<div class="col-md-12">Philosophy:<br />
&bdquo;I believe that art therapy is the key for positive enhancement  in mental health, through unification of creativity, art and social engagement.&ldquo;<br />
&nbsp;</div>
</div>
</div></span><br />


 </div>

   <!--  <br /><div class="arrow2 gray_18"><strong>НОВИ АРТИКУЛИ</strong></div>

     <table width="100%" border="0" cellspacing="3" cellpadding="2">

        <tr>

          <td valign="top">

          					  
                      
          

          <div align="center"></div></td>

          

        </tr>

      </table>-->

 
</div>

   </td>

  </tr>

</table>

</div>

<div class="events" ><strong class="gray_zagl">Events</strong><br />
  <img src="/share/images/site/line1.svg" alt=""/><br /><br />






<table width="80%" align="center" border="0" cellspacing="1" cellpadding="10">

<tr>


<td width="23%" align="center" valign="top"> 


<div data-aos="fade-up">
<a href="/en/news_more/coming-soon/"><img src="/phpThumb/phpThumb.php?w=399&h=220&zc=1&src=/files/actual_images/polish_20210422_002025193-00047.jpg" width="100%" /></a><br />

<a href="/en/news_more/coming-soon/"> <span class="gray_middle pad10"><strong>New</strong></span></a>

<br />

<span class="gray_16">

Paintings printed on canvas</span>
</div>
</td>


<td width="23%" align="center" valign="top"> 


<div data-aos="fade-up">
<a href="/en/news_more/upcoming-exhibition/"><img src="/phpThumb/phpThumb.php?w=399&h=220&zc=1&src=/files/actual_images/boycheva-marusya-bulgaria-marusya_boycheva-refraction_of_light-2-0facebook.jpeg-00048.jpg" width="100%" /></a><br />

<a href="/en/news_more/upcoming-exhibition/"> <span class="gray_middle pad10"><strong>Exhibition</strong></span></a>

<br />

<span class="gray_16">

</span>
</div>
</td>


<td width="23%" align="center" valign="top"> 


<div data-aos="fade-up">
<a href="/en/news_more/coronal-spectral-analysis/"><img src="/phpThumb/phpThumb.php?w=399&h=220&zc=1&src=/files/actual_images/c427m.b.after_2-00051.jpg" width="100%" /></a><br />

<a href="/en/news_more/coronal-spectral-analysis/"> <span class="gray_middle pad10"><strong>Coronal Spectral Analysis</strong></span></a>

<br />

<span class="gray_16">

Coronal Spectral Analysis of a Painting by Marusya Boycheva.</span>
</div>
</td>


<td width="23%" align="center" valign="top"> 


<div data-aos="fade-up">
<a href="/en/news_more/san-valentine-art/"><img src="/phpThumb/phpThumb.php?w=399&h=220&zc=1&src=/files/actual_images/san-valentino-arte-00077.jpg" width="100%" /></a><br />

<a href="/en/news_more/san-valentine-art/"> <span class="gray_middle pad10"><strong>San Valentine Art 2022</strong></span></a>

<br />

<span class="gray_16">

San Valentino Arte 2022</span>
</div>
</td>


</tr>

</table>


</div>






<div align="center" class="down-bgr">

 <br />

  <br />

  <table width="80%" border="0" cellspacing="0" cellpadding="0">

    <tr>

      <td class="white_14"><a href="https://www.instagram.com/marusyaboycheva/" target="_blank"><img src="/share/images/site/instagram.png" height="30" hspace="5" align="absmiddle" /></a><a href="https://www.facebook.com/Marusyas-Gallery-108823474095535/" target="_blank"><img src="/share/images/site/fb.png" height="30" align="absmiddle" /></a><a href="https://twitter.com/BoychevaMarusya/" target="_blank"><img src="/share/images/site/twitter.png" height="30" hspace="5" align="absmiddle" /></a><a href="https://www.pinterest.com/marusya_boycheva/_saved/" target="_blank"><img src="/share/images/site/pinterest.png" height="30"  align="absmiddle" /></a></td>

      <td align="right" class="white_16">COPYRIGHT © Marusya Boycheva, 2025. <a href="/en/info/privacy/">Privacy Policy</a></td>

    </tr>

  </table>

<br />

</div>

  <script src="/share/js/aos.js"></script>
      
    <script>
	
     AOS.init({
  duration: 1300,
})
	  
    </script>


</body>
</html>

