body {
    background: url(../images/bg_eng.jpg) repeat-x;
    font-family: Georgia, serif;
}
ul, li, ul li, .no_pm {
    margin: 0;
    padding: 0;
}
.margin-top-5 {margin-top:5px;}
.margin-bottom-5 {margin-bottom:5px;}
.margin-top-10 {margin-top: 10px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-top-15 {margin-top:15px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-top-20 {margin-top:20px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-top-25 {margin-top:25px;}
.margin-bottom-25 {margin-bottom:25px;}
.margin-top-30 {margin-top:30px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-left-right-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.border-radius-bottom {
    -moz-border-radius: 0 0 3px 3px; /* Firefox */
    -webkit-border-radius: 0 0 3px 3px; /* Safari, Google Chrome */
    -khtml-border-radius: 0 0 3px 3px; /* KHTML */
    -o-border-radius: 0 0 3px 3px; /* Opera */
    -ms-border-radius: 0 0 3px 3px; /* IE8 */
    -icab-border-radius: 0 0 3px 3px; /* Icab */
    border-radius: 0 0 3px 3px; /* CSS3 */
    behavior: url(border-radius.htc); /* IE */
}
.header_line_1 {
    height: 1px;
    background: #af4670;
}
.header_line_2 {
    height: 1px;
    background: #8c2953;
}
.header_line_3 {
    height: 1px;
    background: #77324b;
}
.header_line_block {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.header_bg {
   /* height: 149px;*/
    background: #f9f4df; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f4df 0%, #f7f0d3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f4df), color-stop(100%,#f7f0d3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f4df 0%,#f7f0d3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f4df 0%,#f7f0d3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f4df 0%,#f7f0d3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f4df 0%,#f7f0d3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4df', endColorstr='#f7f0d3',GradientType=0 ); /* IE6-9 */
}
.content_bg {
    background: #f7f0d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7f0d3 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f0d3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7f0d3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7f0d3 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7f0d3 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7f0d3 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0d3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.reg_block {
    background: #da767e; /* Old browsers */
    background: -moz-linear-gradient(top,  #da767e 0%, #972f5d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da767e), color-stop(100%,#972f5d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #da767e 0%,#972f5d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #da767e 0%,#972f5d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #da767e 0%,#972f5d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #da767e 0%,#972f5d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da767e', endColorstr='#972f5d',GradientType=0 ); /* IE6-9 */

}
.box_shadow {
    -webkit-box-shadow: -2px 3px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 3px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 3px 11px 0px rgba(50, 50, 50, 0.75);
}
.top_bar_menu {
    
}
.top_bar_menu ul {
    margin-bottom: 5px;
}
.top_bar_menu li {
    display: inline-block;
}
.top_bar_menu ul li a {
    color: #c10737;
    /*font-size: 12px;*/
    padding: 0px 0px;
    margin: 0 5px;
    text-decoration: underline
}
.top_bar_menu ul li a:hover {
    text-decoration: none;
} 
.block_top_menu {
    border-radius: 5px 5px 0 0;
    z-index: 11;
}
.block_top_menu-xs {
    border-radius: 5px 5px 0 0;
    z-index: 1050;
    margin-top: 14px !important;
}
.nav-header_xs {
    border-radius: 3px 3px 0 0;
    background: url(../images/template/bg_menu.jpg) center top repeat-x;
}
.navbar-top {
    margin-top: 13px;
}
.header_right_block a {
    color: #ffffff;
    text-decoration: underline;
}
.header_right_block a:hover {
    text-decoration: none;
}
.logo {
    margin-top: 30px;
    margin-left: 15px;
}
.slider_block {
    border-top: 1px solid #ac6785;
    border-bottom: 1px solid #ac6785;
    z-index: 999;
}
.slider_block img {
    width: 100%;
}
ul.top_menu li {
    display:inline;
    border-right: 1px solid #efe3ae;
    border-left: 1px solid #ffffff;
    padding: 0px 8px 0px 4px;
}
ul.top_menu li:first-child {
    border-left:none;
}
ul.top_menu li:last-child {
    border-right:none;
}
.left-column_info h2 {
    font-size: 18px;
    color: #910b2d;
}
.left-column_info p {    
    font-size: 15px;
    color: #222222;
}
ul.left_menu {
    background: #f5edcd;
    padding: 15px;
    border-radius: 20px 50px 20px 0;
    list-style: none;
}
ul.left_menu li a {
    color: #910b2d;
    text-decoration: underline;
}
ul.left_menu li a:hover {
    text-decoration: none;
}
.title_small, h4.title_small {
    font-style: italic;
    font-size: 16px;
}
a.title_small, h4.title_small a {
    text-decoration: underline;
    color: #910b2d;
}
a.title_small:hover, h4.title_small a:hover {
    text-decoration: none;
    color: #910b2d;
}
.block_footer h3 {
    font-style: italic;
    font-size: 17px;
    font-family: Georgia, serif;
}
.reg_block {
    padding: 25px 20px 1px 20px;
    border-radius: 20px 0;
    color: #ffffff;
    font-family: Georgia, serif;
}
ul.reg_links {
    list-style: none;
}
.reg_links a {
    font-size: 15px;
    font-family: Georgia, serif;
    text-decoration: underline;
    color:#ffffff;
}
.reg_links a:hover {
    text-decoration: none;
}
.content_bottom {
    background: url(../images/template/content_bottom_bg.png) no-repeat;
    background-position-y: bottom;
    background-position-x: center;
}
.footer {
    background: #ffffff;
    border-bottom: 1px solid #efdfab;
}
.block_footer {
    padding-bottom: 20px;
}
.block_footer2 {
    border-top: 1px solid #ffffff;
    background: #f5edcd;
}
.block_footer2 p {
    padding-top: 10px;
    font-size: 13px;
}
.slider_text {
    background: rgba(255, 255, 255, 0.76);
    border-radius: 10px 0;
}
.slider_text h3 {
    color: rgb(18, 42, 128);
    font-size: 17px;
    font-weight: 600;
    text-shadow: none;
    font-style: italic;
    margin-top: 10px;
}
.slider_text p {
    font-style: italic;
    text-shadow: none;
    color: #1E5977;
}
.video_slider {
    position: absolute;
    top: -260px;
    right: 0;
}
.video_desc {
    position: absolute;
    right: 0;
    top: 0;
}
.fa-hot {
    position: absolute;
    color: #B47050;
}
.header_right_block p {
    margin-left: 53px;
    margin-top: 5px;
    position: absolute;
}
.hot_line {
    color: rgb(192, 83, 97);
    border-bottom: 1px dashed rgb(192, 83, 97);
}
.hot_number {
    font-size: 21px;
	color: #FFFFFF;
	display: block;
	font-style: italic;
	background: rgb(62, 126, 144);
	padding: 0px 5px 0px 10px;
	border-radius: 3px;
	top: 10px;
	position: relative;
}
.hotline_bg {
    height: 63px;
    border: 2px solid rgba(180, 112, 80, 0.46);
    border-radius: 5px;
    width: 247px;
}
.block_reg, .block_oplata {
    font-style: italic;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
	font-size: 18px;
}
.block_reg {background: rgb(192, 83, 97);}
.block_oplata {background: rgb(26, 188, 156);}
.block_reg a, .block_oplata a {
	color: #fff;
	/*text-decoration: underline;*/
}
.block_reg a:hover, .block_oplata a:hover {
	text-decoration: none;
}
.three_bg {
    background: url(../images/template/three.png) no-repeat;
    width: 58%;
    height: 580px;
}
.page_title {
    font-family: 'Lobster', cursive;
    text-align: center;
    color: #C30000;
    margin: 11px 0 20px 0;
    text-shadow: 0px 1px 3px rgba(150, 150, 150, 1);
}
.pagetitle {
    z-index: 14;
    position: relative;
}
.pagetitle_bg {
    background: url(../images/bg_title.jpg) repeat-x;
    border-top: 1px solid #ac6785;
    border-bottom: 1px solid #ac6785;
}
.pagetitle_bg_green {
    background: url(../images/bg_title_green.jpg) repeat-x;
    border-top: 1px solid #ac6785;
    border-bottom: 1px solid #ac6785;
}
.pagetitle_bg_coffee {
    background: url(../images/bg_title_coffee.jpg) repeat-x;
    border-top: 1px solid #ac6785;
    border-bottom: 1px solid #ac6785;
}
.pagetitle_bg_purple {
    background: url(../images/bg_title_purple.jpg) repeat-x;
    border-top: 1px solid #ac6785;
    border-bottom: 1px solid #ac6785;
}
.pagetitle h2 {
    font-size: 32px;
    font-style: italic;
    color: whitesmoke;
    padding: 10px;
	margin-top: 10px;
}
.pagetitle p {
    font-size: 15px;
	padding: 5px;
}
.block_book, .prepodavateli {
    width: 100%;
    margin-bottom: 20px;
    background: #FFF url(../images/template/block-english.gif) repeat-x;
    border-radius: 5px 5px 0 0;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.block_book img, .prepodavateli img {
    margin: 5px 10px 10px 15px;
}
.block_book h2, .block_menu h2, .prepodavateli h2 {
    color: #ffffff;
    font-size: 20px;
    padding: 4px 0 0 10px;
    font-style: italic;
}
.block_book p {
    color: #494949;
    line-height: 17px;
    margin: 0px 10px 0 0px;
    text-align: justify;
}
.block_menu {
    width: 100%;
    margin-bottom: 20px;
    background: #FFF url(../images/template/block-english.gif) repeat-x;
    border-radius: 5px 5px 0 0;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.buttons_im {
    margin: 20px 0;
	border-top: 1px solid #E2E2E2;
	padding-top: 10px;
	clear: both;
}
.button_prepod {
    margin: 20px;
    padding-top: 10px;
}
.price_text {
    color: #1182B0;
    font-size: 16px;
    font-style: italic;
}
.price_number {
    font-weight: 600;
}
ul.first_level {
    list-style-type: square;
    margin-left: 25px;
}
ul.first_level li {
    color: rgb(66, 139, 202);
    font-weight: 600;
    font-style: italic;
}
ul.second_level {
    margin-left: 5px;
    list-style: none;
}
ul.second_level li a {
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
}
ul.second_level li a:hover {
    text-decoration: none;
}
.title_category {
    font-size: 22px;
    margin-top: 20px;
	margin-bottom: 20px;
    border-bottom: 1px solid #165583;
    color: #165583;
    font-weight: 600;
}
.tree_content {
    width: 120px;
    position: absolute;
    left: -118px;
    top: 43px;
    text-align: center;
    border-radius: 4px 4px 0 4px;
    background: rgba(255, 255, 255, 0.87);
}
.tree_content a {
    color: rgb(1, 78, 136);
}
.basic_level {
    position: absolute;
    right: 285px;
    top: 0px;
}
.grammatika {
    position: absolute;
    left: 176px;
    top: 86px;
}
.dlya_nachin {
    position: absolute;
    right: 164px;
    top: 72px;
}
.children {
    position: absolute;
    left: 267px;
    top: 155px;
}
.business {
    position: absolute;
    top: 152px;
    right: 102px;
}
.travel {
    position: absolute;
    top: 175px;
    left: 54px;
}
.obschenie {
    position: absolute;
    top: 295px;
    left: 50px;
}
.toefl {
    position: absolute;
    top: 260px;
    left: 270px;
}
.zno {
    position: absolute;
    top: 255px;
    right: 61px;
}
.online {
    position: absolute;
    top: 345px;
    right: 160px;
}
.mypage {
    position: absolute;
    bottom: 136px;
    left: 192px;
}
.feedback, .slideshow {
    padding: 25px 20px 20px 20px;
    border-radius: 20px 0;
    color: #ffffff;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
    background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: linear-gradient(135deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );

}
.prepodavateli p {
    color: #494949;
    line-height: 17px;
    margin: 20px 20px 0 0px;
    text-align: justify;
}
ul.menu_prpage {
    list-style-position: inside;
    padding-left: 10px;
}
.title_prpage h3 {
    color: rgb(192, 83, 97);
    font-style: italic;
}
.content_prpade {
    background: url(../images/template/content_bottom_bg_prpage.png) no-repeat;
    background-position-y: bottom;
    background-position-x: center;
}
.category h5 {
    position: absolute;
    bottom: -10px;
    right: 15px;
    background: rgb(192, 83, 97);
    color: #fff;
    padding: 5px;
    border-radius: 0 0 5px 0;
}
.category img {
    border: 1px solid rgb(192, 83, 97);
}
.categoria {
    margin-bottom: 15px;
}
a.readmore {
    color: rgb(166, 62, 82);
    font-style: italic;
    font-weight: 600;
    text-decoration: underline;
    font-size: 13px;
}
a.readmore:hover {
    text-decoration: none;
}
a.block_oplata:hover {
    text-decoration: underline;
    color: #fff;
}
.oplata {
    padding: 20px 0;
}
.basic_level_title {
    background: #3E7E90;
    border-top: 1px solid #06576E;
    border-bottom: 1px solid #06576E;
}
.basic_level_bord {
    border-color: #3E7E90 !important;
}
.basic_level_bg {
    color: #fff;
    background-color: #3E7E90 !important;
    border-color: #3E7E90 !important;
}
.icon_kurs h5 {
    color: #3E7E90;
    font-style: italic;
    font-weight: 600;
}
.head_menu {
    line-height: 43px;
    font-weight: 600;
    padding-left: 14px;
    font-size: 22px;
    color: rgb(193, 7, 55);
    font-style: italic;
}
.transparent_line {
    background: url(../images/bg_title.png);
	border-bottom: 1px solid #06576E;
}
.nav-list>li>a{padding:3px 15px;}
.nav-list>.active>a,
.nav-list>.active>a:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color: #C05361;}
.nav-list [class^="icon-"]{margin-right:2px;}
.nav-list .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}

.container-fluid {
    padding: 0; 
}
.content_line {
    background: url(../images/template/swoosh.png) no-repeat;
    background-position: center 160px;   
}
p.nach_zan {
    position: relative;
    font-weight: 600;
    color: rgb(192, 83, 97);
	margin:0;
	border-bottom:2px solid rgb(192, 83, 97);
}
.play_icon {
	background: url("/basic_site/images/play_icon.png") repeat rgba(0, 0, 0, 0);
	cursor: pointer;
	height: 105px;
	position: absolute;
	text-decoration: none;
	width: 105px;
	left: 30%;
	margin-top: 33px;
}
p.footer_text {
	font-size: 14px;
	line-height: 17px;
	text-indent: 15px;
	font-style: italic;
	margin-top: 10px;
}
.menu_footer {
	background: rgb(220, 104, 89);
	height: 30px;
}
.menu_footer a {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 0 15px;
}
.xs_menu {
	float: left;
	padding: 15px;
	color: #fff;
}
.share {
	margin: 10px 0;
}
.header_top_line {
	  background-color: #e05053;
  color: #fff;
  border-top: 1px solid #CA4D4F;
  border-bottom: 1px solid #CA4D4F;
}
.header_top_line p {
	margin:3px 0;
}

.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	width: 97%;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}

.simple-little-table .fa-times {
  color: rgb(224, 80, 83);
  font-size: 25px;
 }

.simple-little-table .fa-check{
	color: rgb(0, 130, 164);
  font-size: 25px;
}