html,
body
{
  padding: 0px;
  margin: 0px;
}

body
{
  background: #fff;
  color: #383838;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Noto Sans', Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  text-align: center;
}

p
{
  margin: 1em 0;
}

/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

input::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder {
  color: #acacac;
}

textarea::-webkit-input-placeholder {
  color: #acacac;
}

textarea:-moz-placeholder {
  color: #acacac;
}

a
{
  color: #114c59;
}

.inner
{
  text-align: left;
  width: 940px;
  padding: 0 10px;
  margin: 0px auto;
  position: relative;
}

h1, h2, h3, h4
{
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  margin: 1em 0;
}

h1, h2, h3
{
  color: #415914;
}

h2
{
  font-size: 30px;
}

h3
{
  font-size: 24px;
}

h4
{
  font-size: 18px;
}

#header
{
  height: 154px;
  background-color: #415914;
  color: #fff;
}

#header .inner
{
  background: transparent url(../images/header_new.png) no-repeat right top;
  height: 154px;
}

#header .inner .header_title h1,
#header .inner .img_logo
{
  display: none;
}

#header .inner .header_title p
{
	color: #fff;
	font-size: 14px;
	margin: 0;
	position: absolute;
	right: 102px;
	text-align: right;
	top: 110px;	
}

#top_menu
{
  height: 54px;
  line-height: 54px;
  background: rgb(61,61,61); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(61,61,61,1) 0%, rgba(41,41,41,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,61,61,1)), color-stop(100%,rgba(41,41,41,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(41,41,41,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(41,41,41,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(41,41,41,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(61,61,61,1) 0%,rgba(41,41,41,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#292929',GradientType=0 ); /* IE6-9 */
	position: relative;
}

#top_menu .inner
{
  width: 960px;
}

#top_menu ul,
#top_menu ul li
{
  padding: 0px;
  margin: 0px;
  list-style: none;
  list-style-image: none;
}

#top_menu ul li
{
  height: 54px;
  line-height: 54px;
  float: left;
  border-left: 1px solid #000;
  border-right: 1px solid #9c9c9c;
  width: 135px;
  text-align: center;
}

#top_menu ul li.active
{
  background: rgb(81,81,81); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(81,81,81,1) 0%, rgba(63,63,63,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,81,81,1)), color-stop(100%,rgba(63,63,63,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(81,81,81,1) 0%,rgba(63,63,63,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(81,81,81,1) 0%,rgba(63,63,63,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(81,81,81,1) 0%,rgba(63,63,63,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(81,81,81,1) 0%,rgba(63,63,63,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
}

#top_menu ul li.first
{
  border-left: 1px solid #9c9c9c;
}

#top_menu ul li a
{
  color: #fff;
  text-decoration: none;
}

#top_menu ul li a:hover
{
  text-decoration: underline;
}

#promo_image
{
  height: 486px;
  background: transparent url(../images/front_main_full.jpg) no-repeat center top;
}

@media (min-width: 1401px) {
  #promo_image
  {
    background: transparent url(../images/front_main_gradient.jpg) no-repeat center top;
  }
}

#promo_image h1
{
  margin: 0px;
  font-size: 40px;
  position: relative;
  top: 350px;
}

#promo_image h1 span
{
  background-color: #fff;
  padding: 0 10px;
}

.section
{
  margin: 50px 0;
}

#promo_text .block
{
  margin: 20px 0;
}

#promo_text .block h3
{
  text-align: left;
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
  margin-top: 0px;
}

#promo_text .block.promo h3
{
  color: #000;
}

#promo_text .block .text
{
  float: left;
  width: 460px;
}

#promo_text .block .widget
{
  float: right;
  width: 460px;
}

#promo_text .block .text p
{
  font-size: 13px;
}

#promo_text .block .text ul,
#promo_text .block .text ul li
{
  padding: 0px;
  margin: 0px;
  list-style: none;
  list-style-image: none;
}

#promo_text .block .text ul li
{
  float: left;
  margin-right: 45px;
}

#promo_text .block .text ul li.last
{
  margin-right: 0px;
}

#promo_text .block .text ul li a
{
  text-decoration: none;
  font-size: 18px;
  color: #114c59;
}

#promo_text .block .text ul li a.active
{
  color: #000;
}

#promo_text .block .text .tab_content
{
  
}

#promo_text .block .text .tab_content .tab_item
{
  display: none;
}

#promo_text .block .text .tab_content .tab_item.active
{
  display: block;
}

.actions
{
  margin: 2em 0;
}

.actions a,
.newsletter_form form .form_inner input.submit
{
  background-color: #415914;
  font-size: 16px;
  color: #fff;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  margin: 0px;
  cursor: pointer;
}

.actions a:hover,
.newsletter_form form .form_inner input.submit:hover
{
  background-color: #6d912b;
}

#promo_text .block.promo .item
{
  
}

#promo_text .block.promo .item .image
{
  float: left;
  width: 160px;
}

#promo_text .block.promo .item .info
{
  float: right;
  width: 300px;
}

#promo_text .block.promo .item .info h4
{
  margin-top: 0px;
  text-align: left;
}

.newsletter_form
{
  
}

.newsletter_form form
{
  border: 2px solid #fff;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.newsletter_form form .form_inner
{
  padding: 30px 20px;
  overflow: hidden;
}

.newsletter_form form .form_inner h3
{
  margin-top: 0px !important;
  font-size: 22px !important;
  text-align: left !important;
  color: #415914 !important;
  padding: 0px !important;
  border-bottom: none !important;
}

.newsletter_form form .form_inner .form_item
{
  margin: 0.5em 0;
  width: 280px;
  float: left;
}

.newsletter_form form .form_inner .form_item.submit
{
  width: 130px;
  float: right;
}

.newsletter_form form .form_inner input.form_text
{
  width: 255px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  font-size: 16px;
}

.newsletter_form form .form_inner input.submit
{
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  top: 1px;
}

.newsletter_form p.description
{
  font-size: 12px;
  color: #888;
}

#bright_voice .inner
{
  border-top: 1px solid #888;
}

#bright_voice .girl
{
  
}

#bright_voice .girl .image
{
  width: 400px;
  float: left;
}

#bright_voice .girl .image img
{
  margin-left: -80px;
}

#bright_voice .girl .text
{
  width: 540px;
  float: right;
  padding-top: 0;
}

#bright_voice .list
{
  
}

#bright_voice .list .item
{
  float: left;
  width: 234px;
  border-right: 1px solid #888;
  height: 84px;
  position: relative;
  overflow: hidden;
}

#bright_voice .list .item.last
{
  border-right: none;
}

#bright_voice .list .item .image
{
  width: 100px;
  float: left;
}

#bright_voice .list .item p
{
  font-size: 17px;
  color: #000;
  position: relative;
  left: 0px;
}

#bright_voice .list .item.first p
{
  position: relative;
  left: 10px;
}

.inset
{
  background-color: #e7e7e7;
  padding-bottom: 30px;
}

.inset h2.title
{
  color: #fff;
  background-color: #415914;
  font-size: 20px;
  padding: 15px 0;
  margin: 0px;
  margin-bottom: 40px;
}

#example_voice
{
  overflow: hidden;
}

#example_voice .list .item
{
  width: 460px;
}

#example_voice .list .item.first
{
  float: left;
}

#example_voice .list .item.last
{
  float: right;
}

#example_voice .list .item .person
{
  margin-bottom: 20px;
}

#example_voice .list .item .person .image
{
  float: left;
  width: 115px;
}

#example_voice .list .item .person .text
{
  width: 340px;
  float: right;
}

#example_voice .list .item .person .text h4
{
  margin: 0px;
  text-align: left;
}

#example_voice .list .item .person .text p.contacts
{
  font-size: 12px;
  margin-top: 0px;
}

#example_voice .list .item .person .text p.contacts,
#example_voice .list .item .person .text p.contacts a
{  
  color: #888;
}

#example_voice .list .item .person .text p
{
  font-size: 13px;
}

#example_voice .list .item .players
{
  float: left;
  width: 470px;
  background-color: #d6d6d6;
  margin-left: -10px;
}

#example_voice .list .item.last .players
{
  float: right;
  margin-right: -10px;
  margin-left: 0px;
}

#example_voice .list .item .players .players_inner
{
  padding: 15px 10px;
}

#example_voice .list .item .players .players_inner p
{
  float: left;
  font-weight: bold;
  width: 120px;
}

#example_voice .list .item .player
{
  width: 200px;
  height: 20px;
  float: left;
  background: transparent url(../images/fake_player.png) no-repeat 0 0;
  position: relative;
  top: 1em;
}

#example_voice .actions
{
  text-align: center;
}

#voice_staging
{
  margin-bottom: 0px;
}

#voice_staging .text
{
  width: 460px;
  float: left;
}

#voice_staging .widget
{
  width: 460px;
  float: right;
}

#voice_staging .steps
{
  border-top: 1px solid #888;
  margin-top: 40px;
}

#voice_staging .steps .list
{
  
}

#voice_staging .steps .list .item
{
  width: 460px;
  float: left;
}

#voice_staging .steps .list .item.last
{
  float: right;
}

#voice_staging .attention
{
  border-top: 1px solid #888;
  margin-top: 40px;
  position: relative;
}

#voice_staging .attention h2
{
  text-align: left;
}

#voice_staging .attention h2.center
{
  text-align: center;
  clear: both;
  position: relative;
}

#voice_staging .attention .left
{
  width: 540px;
  float: left;
  position: relative;
}

#voice_staging .attention .right
{
  width: 540px;
  float: right;
  position: relative;
}

#voice_staging .attention img
{
  position: absolute;
}

#voice_staging .attention img.grand_piano
{
  top: 0;
  right: -10px;
}

#voice_staging .attention img.girl
{
  bottom: -100px;
  left: 20px;
}

#setting_the_voice
{
  position: relative;
}

#setting_the_voice .text
{
  width: 540px;
  float: left;
}

#setting_the_voice .image
{
  width: 380px;
  float: right;
}

#schedule
{
  
}

#schedule .list
{
  margin-top: 40px;
}

#schedule .list .item
{
  width: 460px;
  float: left;
}

#schedule .list .item.last
{
  float: right;
}

#schedule .list .item .calendar
{
  margin-bottom: 2em;
}

#schedule .list .item .calendar .image
{
  width: 158px;
  height: 230px;
  float: left;
  margin-left: -9px;
  text-align: center;
  font-size: 30px;
  color: #000;
  line-height: 1;
  background: transparent url(../images/calendar_back.png) no-repeat 0 0;
}

#schedule .list .item .calendar .image b
{
  font-size: 70px;
  display: block;
  margin-top: 85px;
  line-height: 1;
  color: #910b0a;
  font-weight: bold;
}

#schedule .list .item .calendar .text
{
  width: 300px;
  float: right;
  position: relative;
}

#schedule .list .item .calendar .text h4
{
  text-align: left;
  margin-top: 1.5em;
}

#schedule .list .item .calendar .text .actions
{
  position: absolute;
  top: 150px;
  left: 0;
}

.testimonials
{
  margin-top: 0px;
}

.testimonials .item
{
  width: 480px;
  float: left;
}

.testimonials .item.last
{
  float: right;
  margin-right: -20px;
}

.testimonials h4
{
  text-align: left;
  margin-bottom: 1.5em;
}

.testimonials .testimonials_container
{
  
}

.testimonials .testimonial
{
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.testimonials .testimonial.horizontal
{
  width: 460px;
  height: 220px;
}

.testimonials .testimonial.vertical
{
  width: 220px;
  height: 460px;
}

.testimonials .testimonial .testimonial_inner
{
  padding: 20px;
}

.testimonials .testimonial.horizontal .image
{
  width: 115px;
	max-height: 155px;
  float: left;
}

.testimonials .testimonial.vertical .image
{
  width: 184px;
	max-height: 145px;

  margin-bottom: 1em;
}

.testimonials .testimonial.horizontal .text
{
  width: 270px;
  float: right;
}

.testimonials .testimonial .text,
.testimonials .testimonial .text a
{
  color: #fff !important;
}

.testimonials .testimonial .text h4
{
  margin: 0px;
}

.testimonials .testimonial .text p.contacts
{
  font-size: 12px;
  margin-top: 0px;
  font-style: normal;
}

.testimonials .testimonial .text p.contacts,
.testimonials .testimonial .text p.contacts a
{
  color: #bbb;
}

.testimonials .testimonial .text p
{
  font-style: italic;
}

#school_tv .image
{
  float: left;
  width: 380px;
}

#school_tv .text
{
  float: right;
  width: 540px;
}

#gift
{
  
}

#gift h2.banner
{
  height: 117px;
  line-height: 87px;
  color: #fff;
  background: transparent url(../images/red_banner.png) no-repeat center top;
}

#gift .list
{
  margin-top: 30px;
}

#gift .list .item
{
  width: 460px;
  float: left;
}

#gift .list .item.right
{
  float: right;
}

#gift .list .item .subitem
{
  margin: 20px 0;
} 

#gift .list .item.left .subitem .image
{
  width: 120px;
  float: right;
  text-align: right;
}

#gift .list .item.left .subitem .text
{
  width: 335px;
  float: left;
  text-align: right;
}

#gift .list .item.right .subitem .image
{
  width: 120px;
  float: left;
}

#gift .list .item.right .subitem .text
{
  width: 335px;
  float: right;
}

#gift .list .item .subitem .text p
{
  margin-top: 7px;
  margin-bottom: 0px;
}

#gift .list .item .subitem#gift_list_4 .text p
{
  margin-top: 17px;
}

#newsletter
{
  padding-top: 40px;
}

#newsletter .widget
{
  width: 460px;
  margin: 0 auto;
}

#in_the_school
{
  margin-bottom: 0px;
}

#in_the_school .text
{
  width: 620px;
  float: left;
}

#in_the_school .text ul li
{
  margin: 10px 0;
}

#in_the_school h2
{
  text-align: left;
}

#in_the_school .image
{
  width: 300px;
  float: right;
}

#in_the_school .image img
{
  float: left;
}

#natural_voice
{
  margin-top: 0px;
}

#natural_voice img.left
{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#natural_voice img.right
{
  float: right;
  margin-left: 20px;
}

#life_examples
{
  
}

#life_examples .list .item
{
  float: left;
  width: 460px;
}

#life_examples .list .item.last
{
  float: right;
}

#life_examples .list .item .info
{
  margin-bottom: 1em;
}

#life_examples .list .item .info .image
{
  width: 150px;
  float: left;
}

#life_examples .list .item .info .text
{
  width: 310px;
  float: right;
}

#life_examples .list .item .info .text p
{
  margin-top: 40px;
}

#life_examples h4
{
  margin: 2em 0;
}

#make_voice_better .inner
{
  border-top: 1px solid #888;
  padding-top: 20px;
}

#make_voice_better .inner h4
{
  margin-bottom: 2em;
}

#make_voice_better .list
{
  
}

#make_voice_better .list .item
{
  float: left;
  width: 180px;
  margin-right: 10px;
  text-align: center;
}

#make_voice_better .list .item.last
{
  margin-right: 0px;
}

#make_voice_better .list .item p.title
{
  margin-top: 7px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

#make_voice_better .list .item p
{
  font-size: 12px;
}

#make_voice_better p.center
{
  margin: 2em 0;
  text-align: center;
}

#school_can_be_useful .image
{
  margin: 2em 0;
}

#school_can_be_useful .image img
{
  margin-left: -7px;
  margin-right: -7px;
}

#signup
{
  margin-bottom: 0px;
}

#signup .inner
{
  border-top: 1px solid #888;
}

#signup .actions
{
  margin: 4em 0;
  text-align: center;
}

#signup .results
{
 
}

#signup .results .image
{
  float: left;
  width: 320px;
}

#signup .results .image img
{
  margin-left: -72px;
}

#signup .results .text
{
  width: 620px;
  float: right;
}

#signup .results .text h4
{
  text-align: left;
  margin-top: 2em;
}

#footer
{
  background-color: #666;
  padding-top: 30px;
  overflow: hidden;
}

.not_front #footer
{
  margin-top: 80px;
}

#footer .inner
{
  
}
  
#footer .widget
{
  width: 460px;
  float: left;
}

#footer .text
{
  width: 460px;
  float: right;
  color: #fff !important;
}

#footer .text h3
{
  margin: 0;
  text-align: left;
  color: #fff;
}

#footer .text p
{
  font-size: 13px;
}

#footer .text ul.menu,
#footer .text ul.menu li
{
  padding: 0px;
  margin: 0px;
  list-style: none;
  list-style-image: none;
}

#footer .text ul.menu
{
  margin: 1em 0;
}

#footer .text ul.menu li
{
  float: left;
  padding: 0 5px;
  border-right: 1px solid #fff;
  line-height: 1;
}

#footer .text ul.menu li.first
{
  padding-left: 0px;
}

#footer .text ul.menu li.last
{
  padding-right: 0px;
  border-right: none;
}

#footer .text ul.menu li a
{
  font-size: 12px;
  color: #fff;
}
 
#footer .text p.legal
{
  color: #aaa;
  font-size: 11px;
}

#footer .social_network_links
{
  margin: 1em 0 1.6em;
}

img.white.shadow
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.15); 
}

#title
{
  margin-top: 30px;
  text-align: center;
  margin-bottom: 45px;
}

#title .breadcrumb
{
  margin-bottom: 0px;
  font-size: 13px;
}

#title h1
{
  margin: 0px;
  font-size: 40px;
}

#title .breadcrumb a
{
  text-decoration: none;
  color: #383838;
  padding: 0 5px;
}

#title .breadcrumb a:hover
{
  text-decoration: underline;
}

.courses_list
{
  
}

.courses_list .list
{
  width: 960px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.courses_list .list .item_container
{
  width: 20000px;
}

.courses_list .list .item
{
  width: 460px;
  margin-right: 20px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.item_container .item
{
  display: none;
}

.item_container .item.active
{
  display: block;
}

.courses_list .list .item.first
{
  margin-left: 10px;
}

.courses_list .list .item.last
{
  margin-right: 10px;
}

.courses_list .list .item .image
{
  width: 240px;
  float: left;
  position: relative;
}

.courses_list .list .item .image img
{
  float: left;
	border: none;
}

.courses_list .list .item .image .hit
{
  width: 90px;
  height: 28px;
  background: transparent url(../images/sales_hit.png) no-repeat 0 0;
  position: absolute;
  left: -1px;
  top: 14px;
}

.courses_list .list .item .text
{
  width: 220px;
  float: right;
  position: relative;
}

.courses_list .list .item .text p
{
  font-size: 12px;
  margin: 0.5em 0;
}

.courses_list .list .item .text p.type
{
  color: #7b7b7b;
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  top: -3px;
}

.courses_list .list .item .text h4
{
  margin-top: 0px;
  margin-bottom: 15px;
  text-indent: -10px;
  text-align: left;
}

.courses_list .list .item .text .actions
{
  position: absolute;
  top: 210px;
  left: 0;
}

.courses_list .list .item .text .more
{
  position: absolute;
  top: 280px;
  left: 0;
  font-size: 13px;
}

.courses_list .list .item .text .more a
{
  color: #114c59;
}

a.carousel_prev,
a.carousel_next
{
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
}

a.carousel_prev:hover,
a.carousel_next:hover
{
  opacity: .8;
}

a.carousel_prev
{
  background: transparent url(../images/carousel_prev.png) no-repeat 0 0;
}

a.carousel_next
{
  background: transparent url(../images/carousel_next.png) no-repeat 0 0;
}

.courses_list a.carousel_prev
{
  top: 140px;
  left: -50px;
}

.courses_list a.carousel_next
{
  top: 140px;
  right: -50px;
}

#courses_partner_courses
{
  
}

#courses_partner_courses .inner
{
  border-top: 1px solid #888;
  padding-top: 20px;
}

#courses_partner_courses .list
{
  
}

#courses_partner_courses .list .item
{
  float: left;
  width: 300px;
  margin-right: 20px;
}

#courses_partner_courses .list .item.last
{
  margin-right: 0px;
}

#courses_partner_courses .list .item .image
{
  width: 160px;
  float: left;
}

#courses_partner_courses .list .item .text
{
  width: 140px;
  float: right;
  position: relative;
}

#courses_partner_courses .list .item .text h4
{
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 17px;
}

#courses_partner_courses .list .item .text p
{
  font-size: 12px;
  margin: 0.5em 0;
}

#courses_partner_courses .list .item .text .more
{
  position: absolute;
  top: 125px;
  left: 0;
  font-size: 13px;
}

#trainings_main
{
  
}

#trainings_main .map
{
  width: 460px;
  float: left;
}

#trainings_main .list
{
  width: 460px;
  float: right;
}

#trainings_main .list .item
{
  padding: 25px 0;
  border-bottom: 1px solid #888;
}

#trainings_main .list .item.first
{
  padding-top: 0px;
}

#trainings_main .list .item.last
{
  padding-bottom: 0px;
  border-bottom: none;
}

#trainings_main .list .item.highlighted
{
  
}

#trainings_main .list .item.highlighted .image
{
  float: left;
  width: 115px;
  position: relative;
}

#trainings_main .list .item.highlighted .image .hit
{
  width: 41px;
  height: 28px;
  background: transparent url(../images/hit.png) no-repeat 0 0;
  position: absolute;
  left: -10px;
  top: 9px;
}

#trainings_main .list .item .text
{
  width: 370px;
  float: right;
}

#trainings_main .list .item.highlighted .text
{
  width: 340px;
}

#trainings_main .list .item h4
{
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: left;
}

#trainings_main .list .item p
{
  font-size: 13px;
  margin-top: 0px;
}

#trainings_main .list .item .more
{
  margin-top: 1.5em;
  font-size: 13px;
}

#trainings_main .list .item .date
{
  width: 70px;
  float: left;
  text-align: right;
  font-size: 12px;
}

#trainings_main .list .item .date b
{
  font-size: 22px;
  display: block;
  position: relative;
  margin-top: -4px;
}

#trainigs_master_classes .inner
{
  padding-top: 20px;
  border-top: 1px solid #888;
}

#trainigs_master_classes .inner .list
{
  
}

#trainigs_master_classes .inner .list .item
{
  width: 300px;
  margin-right: 20px;
  float: left;
}

#trainigs_master_classes .inner .list .item.last
{
  float: right;
  margin-right: 0px;
}

#trainigs_master_classes .inner .list .item h3
{
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
  color: #000;
}

#trainigs_master_classes .inner .list .item .subitem
{
  padding: 15px 0;
  border-bottom: 1px solid #888;
}

#trainigs_master_classes .inner .list .item .subitem.last
{
  padding-bottom: 0px;
  border-bottom: none;
}

#trainigs_master_classes .inner .list .item .subitem h4
{
  text-align: left;
}

#trainigs_master_classes .inner .list .item .subitem p
{
  font-size: 13px;
}

#trainigs_master_classes .inner .list .item .subitem .more
{
  font-size: 13px;
}

#articles_main
{
  
}

#articles_main .main_article
{
  margin-bottom: 40px;
}

#articles_main .main_article .image
{
  float: left;
  width: 380px;
}

#articles_main .main_article .text
{
  width: 540px;
  float: right;
}

#articles_main .main_article .text h4
{
  text-align: left;
}

#articles_main .main_article .text p
{
  font-size: 13px;
}

#articles_main .main_article .text .more
{
  font-size: 13px;
}

#articles_main .list
{
  
}

#articles_main .list
{
  width: 960px;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

#articles_main .list .item_container
{
  width: 20000px;
}

#articles_main .list .item
{
  width: 300px;
  margin-right: 20px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

#articles_main .list .item.first
{
  margin-left: 10px;
}

#articles_main .list .item.last
{
  margin-right: 10px;
}

#articles_main .list .item .image
{
  width: 160px;
  float: left;
}

#articles_main .list .item .text
{
  width: 140px;
  float: right;
}

#articles_main .list .item .text h4
{
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 16px;
  text-align: left;
}

#articles_main .list .item .text .more
{
  font-size: 13px;
}

#articles_main a.carousel_prev
{
  top: 370px;
  left: -50px;
}

#articles_main a.carousel_next
{
  top: 370px;
  right: -50px;
}

#articles_archive .inner
{
  border-top: 1px solid #888;
  padding-top: 20px;
}

#articles_archive .inner ul,
#articles_archive .inner ul li
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}

#articles_archive .inner ul
{
  margin: 1em 0;
  text-align: center;
}

#articles_archive .inner ul li
{
  display: inline;
  padding: 0 30px;
}

#articles_archive .inner ul li a
{
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}

#articles_archive .inner ul li a:hover
{
  text-decoration: underline;
}

#testimonials_main .submenu
{
  margin-bottom: 40px;
}

#testimonials_main .submenu ul,
#testimonials_main .submenu ul li
{
  padding: 0px;
  margin: 0px;
  list-style: none;
  list-style-image: none;
}

#testimonials_main .submenu ul
{
  text-align: center;
}

#testimonials_main .submenu ul li
{
  display: inline;
  padding: 0 30px;
}

#testimonials_main .submenu ul li a
{
  font-size: 22px;
  text-decoration: none;
}

#testimonials_main .submenu ul li a.active
{
  color: #000;
}

#testimonials_main .submenu ul li a:hover
{
  text-decoration: underline;
}

#about_main
{
  
}

#about_main .people
{
  margin-top: 40px;
}

#about_main .people .left,
#about_main .people .right
{
  width: 460px;
  float: left;
}

#about_main .people .right
{
  float: right;
}

#about_main .people .item
{
  margin-bottom: 40px;
}

#about_main .people .item .image
{
  width: 160px;
  float: left;
  position: relative;
}

#about_main .people .item .text
{
  width: 300px;
  float: right;
}

#about_main .people .item .text h4
{
  margin-top: 0px;
  text-align: left;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
}

#about_main .people .item .text p
{
  font-size: 13px;
}

#about_main .people .item#about_main_people_3 .image
{
/*  margin-top: -100px; */
}

.about_section .inner
{
  padding-top: 20px;
  border-top: 1px solid #888;
}

.about_section .inner .left
{
  width: 300px;
  float: left;
}

.about_section .inner .right
{
  width: 620px;
  float: right;
}

.about_section .inner h3
{
  text-align: left;
}

.about_section .inner p,
.about_section .inner li
{
  font-size: 13px;
}

#about_results .results
{
  
}

#about_results .results .item
{
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  padding: 10px 0 20px;
}

#about_results .results .item p
{
  font-size: 12px;
  color: #fff;
  margin: 0px;
}

#about_results .results .item p.title
{
  color: #faffb0;
  font-weight: bold;
  font-size: 36px;
  margin: 0px;
}

#about_results .people
{
  
}

#about_results .people h3
{
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
  color: #000;
}

#about_results .people .russia,
#about_results .people .other
{
  width: 300px;
  float: left;
}

#about_results .people .other
{
  float: right;
}

#about_results .people .list
{
  margin-bottom: 30px;
}

#about_results .people .list .item
{
  margin: 10px 0;
  background: transparent url(../images/dotted_line.png) repeat-x 0 16px;
}

#about_results .people .list .item .city
{
  font-size: 16px;
  float: left;
  background-color: #fff;
  padding-right: 5px;
}

#about_results .people .list .item .person
{
  font-size: 13px;
  float: right;
  position: relative;
  top: 4px;
  background-color: #fff;
  padding-left: 5px;
}

#about_results .people .list .item.highlighted
{
  background-image: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
}

#about_results .people .list .item.highlighted .city
{
  float: none;
}

#about_results .people .list .item.highlighted .city span
{
  background-color: #f7b906;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#about_results .people .list .item.highlighted .person
{
  top: 0;
  float: none;
}

#contacts_main
{
  
}

#contacts_main .left,
#contacts_main .right
{
  width: 460px;
  float: left;
}

#contacts_main .right
{
  float: right;
}

#contacts_main .list .item
{
  margin-bottom: 60px;
}

#contacts_main .list .item .image
{
  width: 160px;
  float: left;
}

#contacts_main .list .item .text
{
  width: 300px;
  float: right;
}

#contacts_main .list .item .text
{
  font-size: 13px;
}

#contacts_main .list .item .text h4
{
  font-size: 20px;
  text-align: left;
  margin: 0px;
}

#contacts_main .list .item .text p.position
{
  font-style: italic;
  margin: 0px;
}

#contacts_main .list .item .text .contacts
{
  margin-top: 20px;
}

#contacts_main .list .item .text .contacts .contact
{
  margin: 10px 0;
}

#contacts_main .list .item .text .contacts .contact .label
{
  font-weight: bold;
  float: left;
  width: 80px;
}

#contacts_main .list .item .text .contacts .contact .value
{
  width: 220px;
  float: right;
}

#google_map
{
  width: 460px;
  height: 420px;
}

#google_map .labels
{
  color: #fff;
}

/* класс при выделении неверного элемента формы */
.need-req
{
	outline: double red 5px;
}


		/* Дополнения от Димы для узких экранов? */
		#top_menu li.last { width: 134px; }	
		
		#top_menu ul li
		{
		  border-left: none;
		  border-right: none;
		  position: relative;
		  width: 14.28%;
		}
		
		#top_menu ul li.first
		{
		  border-left: none !important;
		}
		
		#top_menu ul li:before
		{
		  position: absolute;
		  left: 0;
		  top: 0;
		  height: 100%;
		  width: 1px;
		  background-color: #9c9c9c;
		  content: ' ';
		}
		
		#top_menu ul li:after
		{
		  position: absolute;
		  right: 0;
		  top: 0;
		  height: 100%;
		  width: 1px;
		  background-color: #000;
		  content: ' ';
		}

/* @UPD 2017-12-25_1942 для смены H1 на класс _h1 */
#title div._h1
{
	margin: 20px auto;
	font-size: 40px;
	color: #415914;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;	
}
/*  чуть поменьше шрифт */
#title div._h2
{
	margin: 20px auto;
	font-size: 32px;
	color: #415914;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;	
}

/* @UPD 2017-12-26_1203 класс для body чтобы убрать скроллбары */
.lockbody {
	overflow-y: hidden;
}

._h3
{
	font-size: 20px;
	font-weight: bold;	
}

/* @UPD 2018-01-31_0812 класс для формы обратный звонок - ссылка в новой шапке */

#callback {
  position: fixed;
  height: 155px;
  background-color: #e8e8e8;
  border-top: 1px solid #fff;
  bottom: -155px;
  left: 0;
  right: 0;
}

#callback .wrapper_inner {
  padding: 0;
  padding-top: 25px;
  position: relative;
}

#callback h2 {
  margin: 0;
  font-size: 24px;
  margin-bottom: 15px;
}

#callback form {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}

#callback .form-item {
  width: 300px;
  float: left;
}

#callback .form-item:last-child {
  float: right;
}

#callback .form-item input.form-text {
  width: 278px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-size: 20px;
  padding: 10px;
}

#callback .form-item input.form-submit {
	height: 46px;
	width: 100%;
	text-align: center !important;
	display: inline-block;
	border: 2px solid #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	background: #f4d433;
}

#callback .close {
  position: absolute;
  right: 0;
  top: -13px;
  width: 30px;
  height: 30px;
  background: transparent url(../images/close.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -2000px;
  display: none;
}

/* Телефоны */

@media all and (min-width: 320px) and (max-width: 479px) {
	#callback {
	  height: 185px;
	  bottom: -185px;
	}

	#callback form {
	  width: 320px;
	}

	#callback .form-item input.form-text {
	  width: 180px;
	  font-size: 16px;
	}
	
	#callback .form-item:last-child {
  	float: left;
  	margin: 12px 0;
  	font-size: 16px;
	}
}