html,
body {
    color: #333;
	font-size: 14px;
	height: 100%;
}

.no-margin { margin: 0px; }
.no-padding { padding: 0px; }

.clear {
    clear: both;
}

.new-btn {
	display: inline-block;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 4px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	e-space: nowrap;
	whitlect: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.new-btn:focus {
    outline: none;
}

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}*/
.btn-grey {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	color: #333;
	cursor: pointer;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
}

.center-block-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap {
    min-height: 100%;
    height: auto;
}

.wrap > .container {
    /*padding: 70px 15px 20px;*/
}

.container {
	padding: 0px;
	width: 966px;
}

.main-navbar {
	position: relative;
	background: #323232;
	border-color: #323232;
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	height: 46px;
	width: 100%;
	min-width: 992px;
}

.top-left {
	float: left;
	width: 50%;
}
.top-left > a {
	float: left;
}
.top-right {
	float: left;
	width: 50%;
}

.btn-top {
	display: inline-block;
	color: white;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	margin: 6px 0px;
	padding: 5px 15px 8px;
	font-size: 13px;
	font-family: arial;
	line-height: 10px;
}
.btn-top-blue {
    background: #3487e0;
	margin-left: 20px;
}
.btn-top-blue:hover {
	background: #379ada;
	color: white;
	text-decoration: none;
}
.btn-text-blue:hover {
	color: #b5d0ed;
}
.ico-sil {
    background-image: url(/images/ico_sil.png)!important;
    background-repeat: no-repeat!important;
    background-position: 15px 8px!important;
    padding-left: 40px!important;
}
.ico-hend {
    background-image: url(/images/ico_hend.png)!important;
    background-repeat: no-repeat!important;
    background-position: 15px 7px!important;
    padding-left: 40px!important;
}


.navbar-right {
	float: right;
	margin: 0px;
}
.navbar-right > .item {
	float: left;
	margin-top: 7px;
	margin-left: 16px;
	height: 30px;
}
.navbar-right > .item > a {
	display: inline-block;
	color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	/*line-height: 30px;*/
	text-decoration: none;
}
.navbar-right > .item > a:hover {
	background-color: #323232;
	color: #ffff54;
	text-shadow: 0px 0px 1px #000, 2px 0px 4px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}
.navbar-nav > li > a {
	padding: 5px 7px;
}
.key-ico {
    background-image: url(/images/key_ico.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0px 4px!important;
    padding-left: 24px!important;
}
.about-ico {
    background-image: url(/images/onas_ico.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0px 4px!important;
    padding-left: 24px!important;
}
.contact-ico {
    background-image: url(/images/kont_ico.png)!important;
    background-repeat: no-repeat!important;
    background-position: 0px 4px!important;
    padding-left: 24px!important;
}

.block-header {
	background: url(/images/tpbg.png) repeat-x center bottom;
	margin-top: 20px;
	height:357px;
	min-width: 992px;
}
.block-menu {
	margin: 0px auto;
	width: 940px;
}
.block-menu-center {
	background: url(/images/bgm.png);
	height: 68px;
	width: 830px;
}
.block-menu-center > .main-menu {
	margin: 0 132px;
}
.main-menu > li {
	float: left;
}
.main-menu > li > a {
	color: #666666;
	font-size: 16px;
	padding: 20px 15px;
}
.main-menu > li > a:hover {
	background-color: transparent;
	text-decoration: underline;
}
.delim-menu {
	background: url(/images/lnm.png) no-repeat;
}

.block-header-descript {
	margin: 16px auto 0px;
	width: 906px;
}
.descript-left {
	float: left;
	margin-left: 57px;
	width: 390px;
}
.descript-right {
	float: left;
	text-align: center;
	width: 458px;
}
.view-detail {
	width: 307px;
    margin: 13px auto 3px;
}
.freeless {
	background: url(/images/glchkblue.png) 15px 15px no-repeat #3396d0;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 3px;
	padding: 10px 20px 0px 59px;
	height: 66px;
}
.freeless:hover {
	background: url(/images/glchkblue.png) 15px 15px no-repeat #50a0f0;
	color: white;
    text-decoration: none;
}
.freeless-text1 {
	font-size: 14px;
}
.freeless-text2 {
	font-size: 24px;
}
.packless {
	background: url(/images/friendgreenbtn.png) 17px 7px no-repeat #a2ba62;
	border-radius: 3px;
	color: #4b5e26;
	display: block;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 0px 20px 0px 38px;
	height: 28px;
}
.packless:hover {
	background: url(/images/friendgreenbtn.png) 17px 7px no-repeat #b0c96c;
	color: #4b5e26;
	text-decoration: none;
}
.countless {
	color: #333333;
	font-size: 16px;
	line-height: 31px;
	margin-top: 15px;
	height: 31px;
}
.countless > span {
    background: url(/images/countlessbg.png);
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-right: 3px;
	margin-right: 3px;
	height: 31px;
	width: 23px;
}
.clockinfo {
	color: #333333;
	font-size: 15px;
    margin: 20px auto 0px;
	width: 190px;
}
.clockinfo-img {
	width: 40px;
}
.clockinfo-text {
	width: 150px;
}


.block-teacher {
	margin: 0 auto 25px;
	height: 205px;
	min-width: 992px;
	text-align: center;
}
.block-teacher-list > li {
	background: url(/images/corner.png) no-repeat 75% 63%;
	border: 1px solid #dcdee0;
	border-radius: 7px;
	display: inline-block;
	margin: 0px 0px 10px 0px;
	height: 202px;
	width: 185px;
	list-style: none;
	text-decoration: none;
}
.teacher-ava {
	border: 4px solid #6ea4f2;
	border-radius: 7px;
	margin: 8px auto;
	height: 112px;
	width: 112px;
	-webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255,1), 1px 0 1px 1px rgba(110,164,242,.08);
	moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255,1), 1px 0 1px 1px rgba(110,164,242,.08);
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255,1), 1px 0 1px 1px rgba(110,164,242,.08);
}
.teacher-ava > div {
	height: 100%;
	width: 100%;
}
.teacher-ava-img {
	width: 100%;
}
.teacher-name {
	color: #3366ff;
	font-size: 18px;
	margin: 0px;
}
.teacher-lng {
	/*border: 1px solid rgb(245, 236, 236);
	height: 11px;
	width: 16px;*/
}
.btn-start_learning {
	background: url(/images/beg_study.png);
	border: 0 solid #000;
	border-radius: 0 0 7px 7px;
	color: #fff;
	display: block;
	padding: 8px 0 8px;
	text-align: center;
}
.btn-start_learning:hover {
	background: url(/images/beg_study_hover.png);
	border: 0 solid #000;
	border-radius: 0 0 7px 7px;
	color: #fff;
	display: block;
	padding: 8px 0 8px;
	text-align: center;
	text-decoration: none;
}


.multiglot_is {
	background: #f8f9fb;
	height: 58px;
}
.multiglot_is-into {
	color:#666666;
	font-size: 30px;
	line-height: 58px;
	margin: 0 auto;
	width: 835px;
}
.row-multiglot_is {
	margin: 0px auto;
	width: 950px;
}
.item-m_is {
	float: left;
	margin: 10px 20px;
	padding: 0px;
	height: 200px;
	width: 150px;
	text-align: center;
}
.item-m_is-text1 {
	color: #333333;
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
}
.item-m_is-text2 {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-align: left;    
}


.block-freeless {
	background: #f8f9fb;
	margin-top: 20px;
	height: 126px;
}


.block-line_start_head {
	color: #666666;
	font-size: 30px;
	line-height: 58px;
	margin: 0 auto;
	width: 835px;
}
.block-line_start_main {
	background: url(/images/bgpolosa2.jpg) top center;
	height: 144px;
	min-width: 992px;
}
.block-line_start_main-into {
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 70px;
	width: 915px;
}
.item-line_start {
	margin-top: 35px;
	padding: 0px;
}
.item-line_start1 {
	width: 275px;
}
.item-line_start2 {
	width: 340px;
}
.item-line_start3 {
	width: 200px;
}
.item-line_start-into {
	color: #fff;
	float: left;
	padding-left: 18px;
}
.line_start-span1 {
	font-size: 18px;
}
.line_start-span2 {
	font-size: 14px;
}


.block-opinion-head {
	color:#666666;
	font-size: 30px;
	margin: 0 auto;
	padding: 10px 0px;
	width: 800px;
	height: 58px;
}
.block-opinion {
	margin-top: 20px;
	margin-bottom: 25px;
	height: 290px;
	min-width: 992px;
}
.arrow-opinion {
	float:left;
	height: 290px;
	width: 68px;
}
.arrow-opinion-left {
	background: url(/images/beck.png) top center;
	margin-top: 100px;
	height: 124px;
	width: 59px;
}
.arrow-opinion-left:hover {
	background: url(/images/beckhover.png) top center;
	cursor: pointer;
	height: 124px;
	width: 59px;
}
.arrow-opinion-right {
	background: url(/images/nextbtnslider.png) top center;
	margin-top: 100px;
	height: 125px;
	width: 62px;
}
.arrow-opinion-right:hover {
	background: url(/images/nextbtnsliderhover.png) top center;
	cursor: pointer;
	height: 125px;
	width: 62px;
}
.body-opinion {
	float:left;
	height: 290px;
	width: 814px;
}
.item-opinion {
	float: left;
	width: 162px;
}
.opinion-ava {
	position: relative;
	margin-left: 70px;
	width: 85px;
}
.opinion-ava-img,
.opinion-ava-border {
	width: 85px;
}
/*.opinion-ava-border {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}*/
.opinion-name {
	margin-right: 11px;
	text-align: right;
}	
.opinion-name-text1 {
	color: #0066ff;
	font-size: 14px;
	margin-top: 5px;
}
.opinion-name-text2 {
	color: #cecece;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}
.item-opinion-text {
	float: left;
	font-size: 14px;
	font-style:italic;
	line-height: 20px;
	margin-left: 15px;
	margin-right: 25px;
	width: 190px;
}


.block-content {
	margin: 0 auto;
	width: 820px;
}
.block-content h4 {
	font-weight: 700;
}


.head-grey {
	/*background: url(/images/bgtopfilter.jpg) top left repeat-x;*/
	background-color: rgb(241, 241, 241);
	min-width: 992px;
}
.block-crammers {
	padding-top: 4px;
}

.block-crammers-filter {
	background: #e1e1e1;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 22px;
	padding: 15px 0px;
	width: 233px;
}
.filter-title {
	background: #b8b8b8;
	color: white;
	line-height: 27px;
	height: 27px;
	text-align: center;
}
.filter-data {
	padding: 16px 20px 16px 19px;
}
.filter-data > div {
	line-height: 30px;
}
.filter-data input {
	margin: 0px 10px 0px 0px;
}

.slider.slider-horizontal {
	margin-top: 20px;
	width: 180px;
}
.range-slider {
	line-height: 10px !important;
}

.filter-clear {
	background: #b8b8b8;
	color: white;
	height: 53px;
	text-align: center;
}
.filter-clear-into {
	background: url(/images/clearbtn.png) 25px no-repeat;
	height: 53px;
	margin: 0px 14px;
	text-align: right;
}
.btn-style1 {
	background: #ffd2ad;
	border: 1px solid #b89b8d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #8d5d4e;
	display: inline-block;
	margin-top: 10px;
	padding: 0px 10px;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
}
.btn-style1:hover {
    background: #f6dfcc;
	color: #8d5d4e;
	text-decoration: none;
}


.tutor-title {
	background: url(/images/skype.png) right top no-repeat;
	color: #6699cc;
	font-size: 24px;
	line-height: 50px;
	margin: 20px 0px;
	padding-left: 25px;
	height: 41px;
	width: 635px;
}

.tutor-item {
	float: left;
	height: 407px;
	width: 49%;
}
.tutor-item-avatar {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px 1px 0px rgba(50, 0, 50, 0.3);
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.3);
	margin: 13px 17px 18px 15px;
	height: 120px;
	width: 120px;
}
.tutor-item-avatar-into {
	height: 100%;
	width: 100%;
}
.tutor-item-avatar-into > a > img {
	width: 100%;
}
.tutor-item-info {
	float: left;
	padding-top: 22px;
}
.tutor-item-name a {
	color: #336699;
	font-size: 18px;
	padding-left: 14px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
}
.tutor-item-langs {
	color: #999999;
	font-size: 12px;
	padding-top: 1px;
	padding-left: 14px;
	height: 68px;
	line-height: 14px;
	text-align: left;
}
.block-tutor-langs {
	color: #666666;
	font-size: 14px;
	margin-left: 6px;
}
.block-tutor-code {
	font-size:10px;
}
.tutor-experience {
	background: url(/images/bluemn.png) left center no-repeat;
	color: #003366;
	font-size: 12px;
	line-height: 15px;
	padding-left: 27px;
	height: 15px;
}
.block-tutor-btn {
	background: #e4edf6;
	padding-left: 128px;
	height: 27px;
}
.block-tutor-btn > div {
	line-height: 27px;
	margin-left: 20px;
	height: 27px;
	width: 20px;
}
.dnmk {
	background: url(/images/dnmk.png) left center no-repeat;
}
.grp {
	background: url(/images/grp.png) left center no-repeat;
}
.vid {
	background: url(/images/vid.png) left center no-repeat;
}
.cmnts {
	color: #336699;
	font-size: 14px;
	line-height: 27px;
	height: 27px;
}
.block-tutor-descr {
	font-size: 12px;
	margin: 15px 5px;
	max-height: 86px;
	min-height: 86px;
	overflow: hidden;
}
.block-tutor-footer {
	padding-bottom: 3px;
	width: 100%;
}
.tutor-foot1 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.tutor-foot2 {
	color: #336699;
	font-size: 24px;
	line-height: 24px;
}
.tutor-foot2 > span {
	color: #999999;
	font-size: 24px;
}
.tutor-foot3 {
	color: #336699;
	font-size: 16px;
	line-height: 24px;
}
.tutor-foot3 > span {
	color: #999999;
	font-size: 16px;
}
.tutor-foot4 {
	padding-right: 10px;
	margin-top: 10px;
}
.btn-more {
	background: url(/images/loop.png) 15px 10px no-repeat #5b99db;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: white;
	display: block;
	font-size: 13px;
	line-height: 13px;
	padding: 4px 20px 4px 37px;
	width: 140px;
}

.tutor-line-vertical {
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	float: left;
	margin: 0px 3px;
	width: 4px;
	height: 405px;
}
.tutor-line-gorizontal {
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	float: left;
    margin: 11px auto 6px;
	height: 4px;
	width: 100%;
}


.block-all_crammers {
    padding: 8px 2px 26px 10px;
}
.block-all_crammers .btn-style1 {
	color: #666666;
	padding: 4px 18px 8px 15px;
	height: 40px;
}
.block-share  {
	margin-top: 28px;
}

block-crammer {
	width: 898px;
	padding: 5px 32px 5px 3px;
	margin: 0 auto;
}
.crammer-avatar {
	border: 6px solid #25a8ff;
	border-radius: 8px;
	margin-left: 26px;
	height: 160px;
	width: 160px;
}
.crammer-avatar-into {
	height: 100%;
	width: 100%;
}
.crammer-avatar-into > img {
	width: 100%;
}
.crammer-detail {
	background: url(/images/viewavaborderplus.png) 0px 130px no-repeat #f5f9fc;
	padding: 18px 35px 23px 25px;
	margin-top: 14px;
	height: 140px;
	width: 718px;
}
.crammer-detail-into  {
	float: left;
	width: 400px;
}
.crammer-detail-title {
	background: url(/images/bluemn.png) 7px 9px no-repeat;
	color: #3366cc;
	font-size: 30px;
	padding-left: 33px;
	height: 30px;
	line-height: 30px;
}
.crammer-detail-descr {
	color: #666666;
	font-size: 16px;
	height: 50px;
	line-height: 16px;
}
.crammer-detail-code {
	color: #cc0033;
	font-size: 12px;
}








footer {
	min-width: 992px;
}

.footer-top {
	width: 840px;
	margin: 0 auto;
}
.info-help {
    width: 840px;
	height: 99px;
    padding: 10px 10px;
    background: url(/images/knauf.png) no-repeat left bottom;
}
.info-help-into {
    border: dashed 1px #444444;
    position: relative;
    z-index: 1;
    width: 819px;
    height: 79px;
}
.info-help-into > div {
    display: inline-block;
	float: left;
}
.info-help-item {
    margin-left: 48px;
    margin-top: 28px;
}

.info-span {
	color: #3399cc;
	padding-left: 22px;
	margin-left: 12px;
}
.info-phone-span { 
    font-size: 18px; 
    background: url(/images/phone.png) no-repeat center left;
}
.info-skype-span {
    font-size: 14px;
    background: url(/images/skipe.jpg) no-repeat top left;
    padding: 3px 25px;
}
.info-all-span {
	color: #3399cc;
    font-size: 14px;
    background: url(/images/info.png) no-repeat center left;
    padding: 3px 25px;
}

.footer-midd {
	width: 760px;
	margin: 0 auto;
}
.container {
	/*margin-top: 30px;*/
}
.block-pay-variant {
	margin-bottom: 14px;
	width: 416px;
	text-align: left;
}
.btn-also {
	background: #5497d3;
	color: #fff;
	padding: 14px 5px 14px 15px;
}
.btn-also:hover,
.btn-also:focus {
	background: #005580;
    color: #fff;
    text-decoration: none;
}

.footer-menu-top {
    background: url(/images/foot_mn_tp.png);
	height: 12px;
	width: 100%;
}
.footer-menu-main {
	background: #f3f3f3;
	/*min-height: 50px;*/
	width: 100%;
}
.footer-menu-main-into {
	margin: 0 auto;
	width: 825px;
}
.footer-menu-main > 
.footer-menu-main-into > ul {
	display: block;
	float: left;
	list-style: none;
	padding-left: 15px;
	margin: 30px 0px 30px 15px;
	width: 175px;
}
.footer-menu-main >
.footer-menu-main-into > ul a.first {
	color: #303030;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
.footer-menu-main >
.footer-menu-main-into > ul a {
	color: #303030;
	font-size: 12px;
}

.footer-bottom {
	background: #323232;
	height: 74px;
	width: 100%;
}
.footer-bottom-into {
	margin: 0 auto;
	width: 760px;
}
span.charity-blue {
	color: #99ccfd;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 27px;    
}
span.charity-white {
	color: white;
	display: inline-block;
	font-size: 16px;
	margin-top: 27px;
}
