

/* Start:/bitrix/templates/main/css/lightbox.css?17256048844130*/
/* Preload images */
body:after {
  content: url(/bitrix/templates/main/skin/lightbox/close.png) url(/bitrix/templates/main/skin/lightbox/loading.gif) url(/bitrix/templates/main/skin/lightbox/prev.png) url(/bitrix/templates/main/skin/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
  height: 100%;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/bitrix/templates/main/skin/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/bitrix/templates/main/skin/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/bitrix/templates/main/skin/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/main/skin/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/top_menu/style.css?17256048841326*/
  /* Главное меню (начало) */

    #head_menu{
      position: relative;
      width: 100%;
      float: left;
    }

    #head_menu .menu_content {
      background-color: #993366;
      position: relative;
      max-width: 1000px;
      min-width: 1000px;
      margin: 0 auto;
      height: 50px;
      overflow: hidden;
    }

    #head_menu ul {
      position: relative;
      float: right;
    }

    #head_menu li {
      position: relative;
      float: left;
      font: normal 17px/22px "pt sans";
    }

    #head_menu li:first-child {margin: 0;}

    #head_menu li a {
      display: block;
      position: relative;
      color: #fff;
      text-decoration: none;
      padding: 14px 50px;
    }

		#head_menu li:hover > a, #head_menu li a.active, #head_menu li ul li:hover a {
      background-color: #793657;
    }

		#head_menu li ul {
			position: absolute;
			top: 50px;
			left: 0;
			z-index: 10;
			background: #6AAAF3;
		  width: 100%;
			margin: 0;
			display: none;
      background-color: #993366;
		}

    #head_menu li:last-child ul {left: -96px; }
    #head_menu li ul li {margin: 0;}
    #head_menu li ul a {padding: 10px 15px;}
		#head_menu li:hover ul { display: block; }
		#head_menu li ul li { white-space: nowrap; width: 100%; }

  /* Главное меню (конец) */
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/slideshow/style.css?17256048842150*/
/* слайдшоу (начало) */

  .slideshow {
    position: relative;
    /*float: left;*/
    width: 100%;  
  }

  .slideshow_shadow {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 370px;
    background: url(/images/slide_fon.jpg) 0 0 no-repeat;
  }

  .slide_lists {
    display: block;
    margin: 0!important;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 370px;
  }

  .slide_lists li {
    position: absolute;
    list-style-type: none;
    width: 100%;
    opacity: 0;
    top: 0;
    margin: 0!important;
  }

  .slide_lists li.active {
    opacity: 1;
  }

  .slide_lists li a, .slide_lists li .non_link {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-decoration: none;
    z-index: 5;
  }

  .slide_lists li img {
    width: 100%;
    float: left;
    display: block;
    position: relative;
  }

  .left_arrow {
    position: absolute;
    width: 15px;
    left: 20px;
    z-index: 6;
    top: 50%;
  }

  .left_arrow a {
    background: url(/images/left_arrow.jpg) 0 2px no-repeat;
    position: relative;
    float: left;
    height: 20px;
    width: 100%;
  }

  .left_arrow a:hover {background: url(/images/left_arrow_hover.jpg) 0 2px no-repeat;}

  .next_arrow {
    position: absolute;
    width: 15px;
    right: 20px;
    z-index: 6;
    top: 50%;
  }

  .next_arrow a {
    background: url(/images/next_arrow.jpg) 0 2px no-repeat;
    position: relative;
    float: left;
    height: 20px;
    width: 100%;
  }

  .next_arrow a:hover {background: url(/images/next_arrow_hover.jpg) 0 2px no-repeat;}

  .slide_text {
    position: absolute;
    left: 60px;
    top: 43px;
    z-index: 20;
    color: #fff;
    width: 88%;
  }

  .slide_text span {
    position: relative;
    display: block;
    width: 86%;
    text-align: left;
    margin: 0 0 5px 0;
  }

  .slide_date{font: bold 20px/22px "PT Sans";}
  .slide_descript{font: 15px/17px "PT Sans";}
  .slide_descript.two {margin: 8px 0 0 0;}
  .slide_title{font: 40px/42px "PT Serif Caption"; text-transform: uppercase;}

/* слайдшоу (конец) */
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/artists/style.css?1725604884108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/components/bitrix/main.share/templates/.default/style.min.css?17256048911293*/
a.share-switch{display:block;width:20px;height:20px;background:scroll transparent url('/bitrix/components/bitrix/main.share/templates/.default/images/share.gif') center center no-repeat}.share-window-parent{position:relative}table.bookmarks-table{padding:0;height:19px;// height:18px}.share-dialog{z-index:1000;position:absolute;top:0}.share-dialog-left{left:18px}.share-dialog-right{right:18px}.share-dialog-inner-left{background:scroll transparent url('/bitrix/components/bitrix/main.share/templates/.default/images/background.gif') right center no-repeat;padding:0 1px 1px 4px;// padding:1px 1px 1px 4px}.share-dialog-inner-right{background:scroll transparent url('/bitrix/components/bitrix/main.share/templates/.default/images/background-right.gif') left center no-repeat;padding:0 4px 1px 1px;// padding:1px 4px 1px 1px}td.bookmarks{padding-left:2px!important;padding-right:2px!important;padding-top:1px!important;padding-bottom:0!important;border:none!important}.bookmarks a{background:none no-repeat scroll center center transparent;display:block;width:16px;height:16px;overflow:hidden}.bookmarks a.vk{background-image:url('/bitrix/components/bitrix/main.share/templates/.default/images/vk.gif')}.bookmarks a.facebook{background-image:url('/bitrix/components/bitrix/main.share/templates/.default/images/facebook.gif')}.bookmarks a.twitter{background-image:url('/bitrix/components/bitrix/main.share/templates/.default/images/twitter.gif')}.bookmarks a.delicious{background-image:url('/bitrix/components/bitrix/main.share/templates/.default/images/delicious.gif')}.bookmarks a.lj{background-image:url('/bitrix/components/bitrix/main.share/templates/.default/images/lj.gif')}.bookmarks a.mailru{background-image:url('/bitrix/components/bitrix/main.share/templates/.default/images/mailru.gif')}
/* End */


/* Start:/bitrix/templates/main/styles.css?17256048843566*/
/* Обнуление стилей */
 
html, body, div, span, object, iframe, p, pre, address, cite, code, del, dfn, font, img, ins, kbd, samp, strike, tt, var, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
  }

  html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* не забываем это свойство для html и body */
  }
		
	body {
		line-height: 1;
		color: black;
		background: url(/images/fon1.png) 50% -8px no-repeat;
		text-align: justify;
		font: normal 14px/16px 'sans-serif', Tahoma, Arial;
		line-height: 1.4;
		/* overflow-y: scroll;*/
	}

  input { outline: none; }
  textarea { resize: vertical; }
	a { outline: none; color: #507AAA; }
	a:hover { color: #709FD4; }
  p { margin: 10px 0; }
	img { border: none; }
		
	ul { list-style: none; margin: 0; padding: 0; }
	ol {
		list-style-type: decimal;
		margin: 5px 0 5px 30px;
		padding: 0;
	}

  /* Для таблиц все еще надо прописывать 'cellspacing="0"' в коде */

  .center_content table, body[contenteditable] table {
		border-collapse: collapse;
		border-spacing: 0;
		margin: 5px 0;
		width: 100%;
	}
	
  caption { text-align: right; font-weight: normal; padding: 0 0 3px 0; }
	.center_content th, .center_content td, body[contenteditable] th, body[contenteditable] td {
		text-align: left;
		padding: 5px;
	}
	
	.center_content table thead td, .center_content table tfoot td, body[contenteditable] table thead td, body[contenteditable] table tfoot td {
		background: #709FD4;
		color: #fff;
	}
		
	/* Cтили для :focus! */
		:focus { outline: 0; }
		
  blockquote:before, blockquote:after, q:before, q:after { content: ""; }
  blockquote, q {  quotes: "" ""; }
		
	h1, h2, h3, h4, h5 { margin:5px 0 5px; }

  	h1 { font: bold  220% PT Sans; color:#993366; }
  	h2 { font: bold  180% PT Sans; color:#993366; }
  	h3 { font: bold  160% PT Sans; color:#993366; }
  	h4 { font: bold  140% PT Sans; color:#993366; }
  	h5 { font: bold  120% PT Sans; color:#993366; }
		
	.clear { clear: both; }

	.center_content ul {
		list-style: square;
		margin: 5px 0 5px 30px;
	}
	
	.center_content ul ul { list-style: circle; }
		
	.center_content ul li,
	.center_content ol li
	{ margin: 3px 0; }
		
	p img { margin: 0 5px; }
		
	.left_img {
		position: relative;
		float: left;
	}
	
	menu, menu li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
  
  /* Подключение шрифтов */

    @font-face {
      font-family: 'PT Serif Caption';
      src: url('/bitrix/templates/main/fonts/PTSerifCaption.ttf')  format('truetype');
    }

    @font-face {
        font-family: 'PT Sans';
        src: url('/bitrix/templates/main/fonts/PT Sans.ttf')  format('truetype');
    }

    @font-face {
        font-family: 'PT Sans Italic';
        src: url('/bitrix/templates/main/fonts/PT Sans Italic.ttf')  format('truetype');
    }

    @font-face {
        font-family: 'PT Sans Bold';
        src: url('/bitrix/templates/main/fonts/PT Sans Bold Regular.ttf')  format('truetype');
    }
    
  /*// Подключение шрифтов */

/*картинки визуального редактора*/

.picktures_text_left {
	position: relative;
	float: left;
	margin: 10px 10px 10px 0;
}

.picktures_text_right {
	position: relative;
	float: right;
	margin: 10px 0 10px 10px;
}

/*//картинки визуального редактора*/
/* End */


/* Start:/bitrix/templates/main/template_styles.css?172560488418579*/
#conteiner {   /* Центрирующий контейнер*/
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 0px;
  }

  #conteiner_2 {
    position: relative;
    float: left;
    min-height: 100%;
    width: 100%;
  }


  .bx-context-toolbar-empty-area{ float: left; }


  /*шапка сайта*/

    #head {
      min-height: 140px;
      *height: 150px;
      position: relative;
      float: left;
      width: 100%;
     z-index: 2;
    }

      .head_content {
        position:    relative;
        max-width: 1000px;
        min-width: 1000px;
        margin: 0 auto;
      }

      .left_head {
        position: relative;
        float: left;
        margin: 18px 0 0 20px;
        width: 30%;
      }

      .languages {
        position: relative;
        float: left;
        width: 32%;
      }

      .languages li {
        position: relative;
        float: left;
        width: 36%;
        text-transform: uppercase;
        color: #993366;
      }

      .languages li:first-child {margin:0;}
      .languages li a{
        color: #8D8C8B!important;
      }

      .left_head form {
        width: 100%;
        position: relative;
        float: left;
        margin: 18px 0 0 0;
      }

      .left_head form .text {
        padding: 5px 4px 4px 29px;
        background: #fff;
        border: 1px solid #B0ABAB;
        color: #919191;
        width: 89%
      }

      .left_head .search_button {
        background: url(/images/search.jpg) 9px 6px no-repeat;
        border: none;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0px;
        top: 1px;
        cursor: pointer;
        padding: 9px;
      }

      .logo {
        position: absolute;
        right: 20px;
        top: 40px;
      }
      
  /*// шапка сайта*/

    #center { /*Центральная часть сайта */
      position: relative;
      float: left;
      top: 0px;
      width: 100%;
  		z-index: 1;
    }

      .center_2 { /* Оцентровка посередине центральной части (блок нельзя оцентровать если он резиновый !!!)*/
        position: relative;
        max-width: 1000px;
        min-width: 1000px;
        margin: auto;
      }



      /* Указываем отступы для центрального наполнения слева и справа
      (так как при добавлении свойства padding ширина будет плюсоваться поэтому создаеться еще один блок ) */
      .center_content {
        position: relative;
        float: left;
        margin: 0 0 40px 0;
        width: 100%;
      }


	.text_pro { margin: 45px; }

        .artists_list {
          position: relative;
          float: left;
          width: 1000px;
          margin: 0 0 20px 0!important;
        }

        .artists_list:first-child {margin: 20px 0!important;}

        .artists_list li {
          width: 32%;
          position: relative;
          float: left;
          display: block;
          margin: 0 0 0 20px!important;
        }

        .artists_list li:first-child {margin: 0!important;}
        .artists_list li img {
          width: 100%;
          float: left;
        }

        .artists_list .description, .artists_list .description_main {
          position: absolute;
          bottom: 0;
          color: #fff;
          background: rgba(68, 20, 68, 0.67);
          opacity: 0;
        }

        .artists_list a {
          float: left;
          width: 100%;
          display: block;
        }

        .artists_list a:hover .description, .artists_list a:hover .description_main {display: block;}

        .news_block,
        .left_block,
        .artists_photo {
          position: relative;
          float: left;
        }


        .left_block {width: 47%;}
        .left_block.detail {
          margin: 9px 0 0 0;
          width: 48.2%;
          float: none;
        }

          .left_block.detail .news_block h2 {font: bold 20px/36px "PT Sans";}
          .left_block.detail .news_block ul {margin: 0 0 13px 0;}
          .left_block.detail .news_block ul li {
            width: 98%;
            margin: 13px 0 7px 3px;
            padding: 16px 0 0 0;
          }

          .left_block.detail .news_block ul li:first-child {padding: 0;}

          .news_block {
            background: #ebebeb;
            padding: 5% 4% 5% 8%;
            width: 88%;
          }

          .news_block.press {
            background: none;
            margin: 15px 0 0 0;
          }

          .press_title {
            color: #993366;
            margin: 0 0 10px 0;
            font: 18px/20px "PT Sans";
          }

          .press_title span {margin: 0 8px 0 0!important;}
          .press_title h3 {
            margin: 0!important;
            display: inline;
            margin: 0 0 0 8px;
            font: 20px/22px "PT Sans";
          }

          .news_block ul {
            margin: 0;
            position: relative;
            float: left;
            width: 100%;
            margin: 0 0 20px 0;
          }

          .news_block ul li {
            position: relative;
            float: left;
            display: block;
            width: 100%;
            list-style-type: none;
            border-top: 1px solid #BCBCBC;
            margin: 20px 0 2px 3px;
            padding: 15px 0 0 0;
          }

          .news_block ul li:first-child {border: none; padding: 0;}
          .news_block ul li span {
            color: #000;
            font: 18px/20px "PT Sans";
            float: left;
            margin: 0 0 10px 0;
          }

          .news_block .news_text {
            position: relative;
            float: left;
            width: 100%;
            font: 100% "PT Sans";
            text-align: left;
          }

          .news_block ul li a {
            text-decoration: none;
            color: #000;
            display: block;
            float: left;
            width: 100%;    
          }

          .link_all {
            color: #993366;
            font: 15px/18px "PT Sans";
            margin: 15px 0px 0px 4px;
            float: left;
          }

          .link_all:hover {color:#790C42!important;}

      .main {
        width: 44%;
        margin: 20px 45px 0 0;
        font: 15px/18px "PT Sans";
        float: right;
        position: relative;
      }
      
    
      .main a {color: #993366;}
      .main a:hover {color: #709FD4;}
      .main ul {
        margin: 0 0 22px 0;
        position: relative;
        float: left;
        width: 98%;    
      }

      .main ul:first-child {margin-top: 5px;}
      .main ul li {
        font: 15px/16px "PT Sans";
        margin: 0;
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 0 0 20px;
        list-style-type: none;
        background: url(/bitrix/templates/main/skin/tire.png) 6px 7px no-repeat;
      }

      .main p {
        margin: 0px 0 16px 0;
        text-align: left;
        font: 15px/23.5px "PT Sans";
        float: left;
      }

      .main.artists {
        width: 61%;
        margin: 45px 50px 0 0;
      }

      .main.artists p {margin: 10px 0 16px 0;}

      .main.about {
        width: 60%;
        margin: 28px 60px 0 0;
      }

      .main.about p{margin: 17px 0 0 0;}
      .main.about ul {margin: 22px 0 6px 0;}
      .main.detail h1 {
        font: 30px/35px "PT Sans";
        margin: 0 0 16px 0;
      }


      .main.contacts p {
        margin: 16px 0 16px 0;
        width: 100%;
        font: 15px/20px "PT Sans";
      }

      .left_block.about{
        width: 30%;
        margin: 80px 0 0 0;
      }

      .left_block.about img {
        width: 100%;
        float: left;
      }

      .artists_page ul {
        position: relative;
        float: left;
        width: 100%;
        margin: 20px 0 10px 0!important;
      }

      .artists_page ul li {
        position: relative;
        float: left;
        display: block;
        width: 32%;
        margin: 0 0 0 2%!important;        
      }

      .artists_page ul li:first-child {margin: 0!important;}
      .artists_page ul li a,
      .artists_list li a {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #000;
      }

      .artists_page ul li img {
        float: left;
        width: 100%;
      }

      .artists_page ul .description,
      .artists_list .description{
        width: 88.3%;
        padding: 1.2% 6% 6% 6%;
        background-color: #fff;
      }

      .artists_page ul .description_main,
      .artists_list .description_main{
        width: 88.3%;
        padding: 1.2% 6% 6% 6%;
        background-color: #000;
      }

      .artists_page ul .description,  .artists_page ul .description_main{
        position: relative;
        float: left;    
      }

      .artists_page ul a:hover .description, .artists_page ul a:hover .description_main {
        background: #663366;
        color: #fff;
      }

      .artists_page span,
      .artists_list span {
        position: relative;
        float: left;
        width: 100%;
      }
      
      .description_list {
        position: relative;
        float: right;
        width: 66%;
        font: 14px/21px "PT Sans";
        margin: 30px 0;
      }

      span.name {font: 20px/35px "PT Serif Caption"; }
      span.skills {font: 16px/21px "PT Sans Italic"; }
      span.detail {
        font: 14px/18px "PT Sans";
        text-align: left;
        margin: 5px 0 0 0;
      }

      .artists_photo {
        width: 100%;
        margin: 40px 0 0 0;
      }

      .artists_photo img {
        width: 100%;
        float: left;
        margin: 0 0 14px 0;
      }

      .artists_photo ul {
        width: 100%;
        position: relative;
        float: left;
        margin: 0 0 014px;
      }

      .artists_photo ul li {
        width: 31.2%;
        position: relative;
        float: left;
        margin: 0 0 0 15px;
        list-style-type: none;
      }

      .artists_photo ul li:first-child {margin: 0;}
      .artists_tags {
        color: #999999;
        font: 12px/14px "PT Sans";
        float: left;
        width: 100%;
        margin: 0 0 10px 0;
      }

      .artists_photo a {
        float: left;
        width: 100%;
        display: block;
      }

      .artists_photo ul img {margin: 0;}

      .video_blocks {
        position: relative;
        float: left;
        width: 98%;
        padding: 1%;
        border: 1px solid #bbb;
        margin:  0 0 20px 0;
      }

      .video_blocks iframe {float: left;}
      .video_blocks.audio {border: none;}

      p.audio {text-align: center;width: 100%;}

      .left_block.contact {
        position: relative;
        float: left;
        width: 43%;
        margin: 20px 0 0 30px;
        padding: 5px;
        border: 1px solid #bbb;
        background-color: #fff;
      }

      .detail_back {
        float: left;
        margin: 10px 0 0 30px;
        font: 14px/21px "PT Sans";
      }

      .detail_back a {color: #993366!important;}
      .detail_back a:hover {color:#790C42!important;}

    #end_conteiner_3 {
      position: relative;
      float: left;
      width: 100%;
      height: 82px;
    }

  #footer {
    position: relative;
    float:    left;
    margin-top: -75px;
    width: 100%;
    min-height: 75px;
    height: 75px; /* поправить */
  }

    .footer_2 {
      border-top: 1px solid #F5F5F5;
      position: relative;
      margin: 0px auto;
      min-width: 900px;
  		max-width: 925px;
      min-height: 75px;
      *height: 75px; /* поправить */
      padding: 28px 0;
    }

    .footer_2 .left,
    .footer_2 .center,
    .footer_2 .right {
      position: relative;
      float: left;
      width: 30%;
      min-height: 30px;
      padding: 17px 6px;
    }

  	.footer_2 .right {
  		float: right;
      font: 13px/20px "PT Sans";
      text-align: left;
  	}

    .footer_2 #footer_menu,
    .footer_2 #footer_menu ul,
    .footer_2 #footer_menu ul li {
      position: relative;
      float: left;
    }

    .footer_2 #footer_menu ul li {
      position: relative;
      float: left;
      padding: 0 10px;
    }

    .footer_2 #footer_menu ul li a { color: #000;}
  	.footer_2 #footer_menu ul li a:hover, .footer_2 #footer_menu ul li a.active { color: #507AAA;}

  /* Хлебные крошки (начало) */

  /* Хлебные крошки (тип 1 без подгрузки изображений)*/

    #breadcrumb,
    #breadcrumb ul,
    #breadcrumb ul li span {
      position: relative;
      float: left;
      list-style-type: none;
      color: #000;
      margin: 0px;
      padding: 0px;
    }

    #breadcrumb,
    #breadcrumb ul {
      width: 100%;
      clear: both;
      text-align: left;
    }

    #breadcrumb ul {
      margin: 10px 0 20px 0;
      width: auto;
      padding-left: 47px;
    }

    #breadcrumb ul li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      float: none;
    }

    #breadcrumb ul li.first {
      position: absolute;
      left: 0;
      top: 0;
    }

    #breadcrumb ul li { margin-bottom: 5px; }
    #breadcrumb ul li span { margin:0 10px; }
    #breadcrumb ul li a { color: #25769e; }
    #breadcrumb ul li a:hover { color: #000; }

  /*// Хлебные крошки (тип 1 без подгрузки изображений) */

  /* Хлебные крошки (c картинкой)*/

    #breadcrumb_2,
    #breadcrumb_2 ul {
      position: relative;
      float: left;
      list-style-type: none;
      color: #000;
      margin: 0px;
      padding: 0px;
    }

    #breadcrumb_2,
    #breadcrumb_2 ul {
      width: 100%;
      clear: both;
      text-align: left;
    }

    #breadcrumb_2 ul {
      margin:10px 0 5px 0;
      width: auto;
      padding-left: 60px;
    }

    #breadcrumb_2 ul li.first {
      background-image: none;
      position: absolute;
      left: 0;
      top: 0;
      padding-left: 0px;
    }

    #breadcrumb_2 ul li {
      margin-bottom: 5px;
      padding: 0 7px 0 15px;
      display: inline-block;
      *display: inline;
      *padding: 0 15px;
      zoom: 1;
      float: none;
      background:  url(/bitrix/templates/main/skin/breadcrumb.png) no-repeat 0px 4px;
    }

    #breadcrumb_2 ul li a         { color: #25769e; }
    #breadcrumb_2 ul li a:hover { color: #000; }

  /*// Хлебные крошки 2 */

  /* Хлебные крошки 3 */

    #breadcrumb_3,
    #breadcrumb_3 ul,
    #breadcrumb_3 ul li span {
      position: relative;
      float: left;
      list-style-type: none;
      color: #000;
      margin: 0px;
      padding: 0px;
      text-align: left;
    }

    #breadcrumb_3,
    #breadcrumb_3 ul {
      width: 100%;
      clear: both;
    }

    #breadcrumb_3 ul {
      margin:10px 0 5px 0;
      width: auto;
      padding-left: 20px;
    }

    #breadcrumb_3 ul li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      float: none;
    }

    #breadcrumb_3 ul li.first {
      position: absolute;
      left: 0;
      top: 0;
    }

    #breadcrumb_3 ul li           { margin-bottom: 5px; }
    #breadcrumb_3 ul li span    { margin:0 10px; }
    #breadcrumb_3 ul li a         { color: #25769e; }
    #breadcrumb_3 ul li a:hover { color: #000; }

  /*// Хлебные крошки 3 */

  /* Хлебные крошки 4 (c картинкой)*/

    #breadcrumb_4,
    #breadcrumb_4 ul {
      position: relative;
      float: left;
      list-style-type: none;
      color: #000;
      margin: 0px;
      padding: 0px;
      width: 100%;
      clear: both;
      text-align: left;
    }

    #breadcrumb_4 ul {
      margin:10px 0 5px 0;
      width: auto;
      padding-left: 30px;
    }

    #breadcrumb_4 ul li.first {
      background-image: none;
      position: absolute;
      left: 0;
      top: 0;
      padding-left: 0px;
    }

    #breadcrumb_4 ul li {
      margin-bottom: 5px;
      padding: 0 7px 0 15px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      float: none;
      *padding: 0 15px;
      background:  url(/bitrix/templates/main/skin/breadcrumb.png) no-repeat 0px 4px;
    }

    #breadcrumb_4 ul li a         { color: #25769e; }
    #breadcrumb_4 ul li a:hover { color: #000; }

  /*// Хлебные крошки 4 */

  /* Хлебные крошки 5 */

    #breadcrumb_5,
    #breadcrumb_5 ul {
      position: relative;
      float: left;
      list-style-type: none;
      color: #000;
      margin: 0px;
      padding: 0px;
      width: 100%;
      clear: both;
      text-align: left;
    }

    #breadcrumb_5 ul {
      margin: 0px;
      width: auto;
      padding-left: 68px;
    }

    #breadcrumb_5 ul li {
      margin-bottom: 5px;
      padding: 0 0px 0 20px;
      *padding: 0 20px;
      *margin-left: -20px;
      font: 12px/31px "PT Sans";
      zoom: 1;
      float: left;
      height: 31px;
      background:  url(/bitrix/templates/main/skin/bread_li.png) no-repeat 0px 0px;
      background-size: 20px 100%;
      border-radius: 3px;
    }
    #breadcrumb_5 ul li:first-child {
      position: absolute;
      left: 0px;
      top: 0;
      padding-left: 0px;
    }

    #breadcrumb_5 ul li span{
      padding: 0px 20px 0px 0px;
      background: #eaeaea;
      display: block;
      border-radius: 0px 3px 3px 0px;
    }
    #breadcrumb_5 ul li a span{
      padding: 0px 10px 0px 0px;
      border-radius: 0px;
    }
    #breadcrumb_5 ul li:first-child span{ border-radius: 3px 0px 0px 3px; padding-left: 10px!important; }

    #breadcrumb_5 ul li a {
      color: #a4a4a4;
      padding-right: 20px;
      background:  url(/bitrix/templates/main/skin/bread_a.png) right no-repeat;
      display: block;
      margin-right: -20px;
    }
    #breadcrumb_5 ul li a:hover { color: #000; }
  /* //Хлебные крошки 5 */

  /* Хлебные крошки (конец) */

  font.text {
    font: 14px/18px "PT Sans"!important; 
    margin: 10px 0 0 0;
    float: left;
    width: 97%;
  }

  font.text:first {margin-top: 25px!important;}
  font.text a {
    color: #993366;
    font: 14px/21px "PT Sans" !important;
    float: none;
  }

  .navigation-arrows,
  .navigation-pages {
    float: left;
    font: 14px/21px "PT Sans"!important;  
  }

  .navigation-arrows {margin: 0 0 0 30px;}
  .navigation-pages {margin: 0 0 0 20px;}
  .navigation-arrows a,
  .navigation-pages a {color: #993366;}
  
  /* Прочее */
  
    .bx-context-toolbar-empty-area {
      min-height: 50px;
      display: block;
    }
    
  /*// Прочее */
/* End */
/* /bitrix/templates/main/css/lightbox.css?17256048844130 */
/* /bitrix/templates/main/components/bitrix/menu/top_menu/style.css?17256048841326 */
/* /bitrix/templates/main/components/bitrix/news.list/slideshow/style.css?17256048842150 */
/* /bitrix/templates/main/components/bitrix/news.list/artists/style.css?1725604884108 */
/* /bitrix/components/bitrix/main.share/templates/.default/style.min.css?17256048911293 */
/* /bitrix/templates/main/styles.css?17256048843566 */
/* /bitrix/templates/main/template_styles.css?172560488418579 */
