
.dotList{margin:0;}
.dotList li{
}

.modal-body{
	width:93%;
	text-align:left;
	margin:0 auto;
	padding:30px 15px;
}
.modal-choose{
    max-width: 60%;
	margin:5% auto 5%;
}


@media (max-width: 1599px) {
	.modal-choose{
		max-width: 60%;
	}
}

@media (max-width: 1000px) {
	.modal-choose{
		max-width: 80%;
	}
}


.modal-choose .modal-header{
	border-bottom: 1px solid #eceeef;
	/*background:#da96ee;*/
}
@media (max-width: 480px) {
	.modal-choose{
		width: 100%;
		height:95%;
		margin-top: 2%;
		overflow:auto;
	}

}
.modal-choose.mail .modal-header, .modal-choose.maps .modal-header{border:none;}
.modal-choose.mail{
    width: 400px;
}
.modal-choose.maps{
    width: 50%;
}

.modal-choose *{
	border:none;
}

@media (max-width: 410px) {
	.modal-choose.mail{
		width: 90%;
	}
}
@media (max-width: 1024px) {
	.modal-choose.maps{
		width: 90%;
	}
}
@media (max-width: 600px) {
	.modal-choose.maps{
		width: 100%;
		padding:0;
	}
}


.footContactHead{
	background-color:rgba(255,255,255,1);
	color:#848989;
}
.footContact{
	/*background-color:rgba(255,255,255,0.7);*/
	background-color:transparent;
}
.footContact .close{
	position:absolute;right:0;top:0;
}



.navbar-light .navbar-nav .nav-link{
	text-transform:uppercase;
}

/*--- ���������� ������ ---*/
.nav-item.list{
	position:relative;
}
.nav-item.list .nav-link{
	padding-left: 20px;
}
.nav-item.list span{
	float:left;
	padding:8px 0 0 0;
	height:35px;
	font-size:25px;
	color:#fff;
	
	
}

.nav-item.list ul{
	list-style:none;
	position:absolute;
	top:40px; /* �������� �� �������, ����� �� ����� (������ ����� �����, ��� display:none;) */
	left:13px; /* �������� �� �������, ����� �� ����� (������ ����� �����, ��� display:none;) */
	opacity:0; /* ������������� ��������� ��������� ������������ */
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	margin:0;
	padding:0 0 0 7px;
	background:#323434;
}

.nav-item.list:hover ul{ /* ������� ���������� ����� ��� ��������� ������� */
	right:0; /* �������� ��� ������� �� �����, ����� ����� */
	opacity:1; /* ������ ������������ */
}
.nav-item.list ul a{
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.foot_s_po{
	margin-top:40px;
	display:table;
}


.inpC{
	outline:0;
	border: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 56px;
    padding: 0 20px;
    color: #323434;
    background: #fff;
    height: 56px;
	margin-top:10px;
	-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
	font-weight:normal;
	
	-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}
textarea.inpC{
	line-height:normal;
}

.inpC.new::-webkit-input-placeholder {color:#a4aaaa;}
.inpC.new::-moz-placeholder          {color:#a4aaaa;}/* Firefox 19+ */
.inpC.new:-moz-placeholder           {color:#a4aaaa;}/* Firefox 18- */
.inpC.new:-ms-input-placeholder      {color:#a4aaaa;}

.inpC.new{
	outline:0;
	border: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 56px;
    padding: 0 20px;
    color: #323434;
    background: #fff;
    height: 56px;
	margin-top:10px;
	-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	box-shadow: none;
	font-weight:normal;
}
.butC.ll:hover{text-decoration:none;color:#fff;}
.butC.new{
	outline:0;
	cursor:pointer;
	border: none;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 56px;
    padding: 0 20px;
    color: #fff;
    background: #9878a6;
    height: 56px;
	margin-top:10px;
	-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	box-shadow: none;
}

.butC.Pdf{
	outline: 0;
    cursor: pointer;
    border: none;
    display: block!important;
    width: auto;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    background: #9878a6;
    height: 30px;
    margin-top: 10px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    box-shadow: none;
}
.butC.min{
	display:none;
}
.butC{
	outline:0;
cursor:pointer;
	border: none;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 56px;
    /*padding: 0 20px;*/
    color: #fff;
    background: #9878a6;
    height: 56px;
	margin-top:10px;
	-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
}
.butC:hover{
	background:#bb96cc;
}
.f-contact{
	margin:0 auto;
	padding:0;
	width:80%;
}
.f-contact .col-md-3{
	padding:0 5px;
}
.zap_form{
	background:url('../images/zap_form_phone.png') no-repeat left;
	height:25px;
	margin-top:15px;
	padding-left:30px;
	font-size:17px;
	text-align:left;
}


.choose_one .choose_title{
	position: relative;
	padding-top:5px;
    text-align: center;
	color:#323434;
	font-size:17px;
	text-decoration:underline;
}

.new_small_size{
	font-size:1rem;
	font-weight:normal;
}


select.howdid:required:invalid {
color: #323434;
}
.howdid .nonee{
display: none;
}
.howdid option {
	color: #323434;
}
.howdid{
	outline: 0;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 56px;
    padding: 0 0 0 0;
    color: #757575;
    background: #fff;
    height: 56px;
    margin: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    font-weight: normal;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	cursor:pointer;
	
	position: relative;
	display: inline-block;
}

.howdid option {
  padding: 6px 28px 6px 0;
}

.howdid_bg{
	background: #fff;
    height: 56px;
    padding: 0 15px 0 15px;
    margin-top: 10px;
	
	-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    font-weight: normal;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}


@media (max-width: 1430px) {
	.inpC, .inpC.new,.howdid_bg{
		font-size:16px;
		height:40px;
		line-height: 40px;
	}
	.howdid{
		font-size:16px;
		height:30px;
		line-height: 30px;
	}
	.butC, .butC.new{
		font-size:16px;
		height:40px;
		line-height: 40px;
	}
}
@media (max-width: 1385px) {
	.inpC, .inpC.new,.howdid_bg{
		font-size:14px;
	}
	.howdid{
		font-size:14px;
	}
	.butC, .butC.new{
		font-size:14px;
	}
}
@media (max-width: 1337px) {
	.inpC, .inpC.new,.howdid_bg,.howdid{		
		
	}
	.butC, .butC.new{
		
	}
}

@media (max-width: 1330px) {

	.butC, .butC.new{
		display:none;
	}
	.butC.min{
		display:block;
	}
}
@media (max-width: 1265px) {
	.f-contact{
		width:80%;
	}
}

.compltForm{
	background:url('../images/zap_form_phone1.png') no-repeat left;
	height:25px;
	padding-left:30px;
	font-size:17px;
	color:#323434;
	text-align:left;
	margin-top:-5px;
	margin-bottom:-10px;
}
.compltForm2{
	
	margin-top:15px;
	margin-bottom:0;
}


/* TABLE PRICE */


.new_price b{
	margin-top: 7px; display: table;float: left;
}

.new_price img{
	float:right;
}



@media (max-width: 1273px) {
	.new_price img{
		width: 30px;
	}
}
@media (max-width: 1131px) {
	.new_price b{
		margin-top: 0;
		width: 100%;
		text-align:cente;
	}
	
	.new_price img{
		float:unset;
		margin:0 auto;
	}
}

.table_col .tit_table1{background:#d566fe;color:#fff;}
.table_col .tit_table2{background:#fe667f;color:#fff;}
.table_col .tit_table3{background:#feaa66;color:#fff;}
.table_col .tit_table4{background:#fe66ce;color:#fff;}
.table_col .tit_table5{background:#ba97c7;color:#fff;}
.table_col .tit_table6{background:#6e72ff;color:#fff;}

.table_col .oneBg{
	background:#f9effd;
	border-bottom: 3px solid #fff;
}
.table_col .oneTD{border:none;height:50px;}
.table_col {
  width: 100%;
  background: white;
  text-align: center;
  border-collapse: collapse;
  color: #323434;
  margin-top:15px;
}
.table_col th:first-child, .table_col td:first-child {
	border-left: none;
}
/*
.table_col td:last-child {
*/

.table_col td:nth-child(4){
	font-size:12px;
}
.table_col tr.two td:nth-child(3){
	font-size:12px;
}
/*
.table_col tr:first-child {
	border-top: none;
}
.table_col tr{
	border-top: 1px solid #d566fe;
}
*/
.tableScroll{
	width:100%;
	/*overflow:auto;*/
}
.table_col tr a{
	border-bottom:2px dotted #323434;
}
.table_col tr a:hover{text-decoration:none;}
.table_col th {
	font-weight: normal;
	border-left: 10px solid white;
	padding: 8px 10px;
	text-align: center;
}
/*
.table_col.fucult td.tt{font-size:14px;border-bottom:10px solid #fff; text-align: left;padding:12px 5px 12px 30px;}
*/
.table_col.fucult td.tt{font-size:14px;text-align: left;padding:12px 5px 12px 30px;}
.table_col td {
	border-left: 10px solid white;
	padding: 12px 5px;
	color: #323434;
	text-align: center;	
}

.marg_tk li {
    color:#f85c63;
}
.marg_tk li span{
	color:#323434;
}


.modalPrev{
	cursor:pointer;
	position:absolute;
	left:-25px;
	top:35px;
	background:url('../images/modPrev.png') no-repeat left;
	width:19px;
	height:37px;
}
.modalNext{
	cursor:pointer;
	position:absolute;
	right:-25px;
	top:35px;
	background:url('../images/modNext.png') no-repeat left;
	width:19px;
	height:37px;
}
.modalPrev:hover{background:url('../images/modPrev_h.png') no-repeat left;}
.modalNext:hover{background:url('../images/modNext_h.png') no-repeat left;}


/* fmenu */
.fmenu div{
	text-align:left;
	margin: -7px 0 0 0;
	height:30px;
}
.fmenu div a, .fmenu div span{
	font-size:1rem;
	color:#323434;
}
.fmenu .big{
	margin-bottom:10px;
}
.fmenu .big.cente{
	margin-top:20px;
}
.fmenu .big2{
	margin-top:10px;
}
.fmenu .big a, .fmenu .big2 a{
	font-size:19px;
}

@media (max-width: 1430px) {
	.fmenu div a, .fmenu div span{
		font-size:0.9rem;
	}
}
@media (max-width: 1330px) {
	.fmenu div a, .fmenu div span{
		font-size:14px;
	}
}

.soc_fot{
	margin-top:-10px;
}


.zarah-pupil{
	width:50%;
	margin:50px auto 0 auto;
}
.zarah-pupil span{
	display: table;
	height: 67px;
    background-position: left;
    background-repeat: no-repeat;	
    opacity: 1;	
	padding:0 0 0 80px;
	background-image: url('../images/alert.png');
	font-size:21px;
	color:#323434;
	text-align:left;
}


.study_block_one{
	margin:80px auto 0 auto;
}
.zarah-pupil span.study{
	padding:15px 0 0 80px;
}

.study_left,
.study_right{
	font-size:19px;
	font-family:Tahoma;
}

.study_left{
	text-align:right;
}
.study_right{
	text-align:left;
}

.study_bl_left{
	margin-bottom:50px;
}
.one_block_study{
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.one_block_study .st_cont,
.one_block_study .st_more{
	width:100%;
	display:table;
}
.one_block_study .st_more{
	opacity: 0;
	position:absolute;
	bottom:-25px;
	left:0;
	background:#9e86a7;
	color:#fff;
	text-align:center;
	
	cursor:pointer;
	visibility: hidden;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
}
.one_block_study .st_more.m_one{
	padding: 10px 20px;
}
.one_block_study .st_more a{
	color:#fff;
	display:block;
	cursor:pointer;
	padding: 10px 20px;
}
.one_block_study .st_more a:hover{
	text-decoration:none;
}
.one_block_study:hover > .st_more{
	opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.one_block_study .st_cont{
	width:100%;
	height:100%;
	position:relative;
}
.one_block_study .st_cont .st_left_c{
	float:left;
	width:75%;
}
.one_block_study .st_cont .st_right_photo{
	float:left;
	width:25%;
	height:100%;
	max-height:300px;
}
.one_block_study .st_cont .st_right_photo img.imgssa{
	width:100%;
	position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.one_block_study .st_cont .st_left_c .st_title h3{
	font-size:19px;
	color:#2d2b2e;
}
.one_block_study .st_cont .st_left_c .st_text{
	font-size:16px;
	color:#2d2b2e;
}

@media (max-width: 1600px) {
	.zarah-pupil{
		width:60%;
	}
}
@media (max-width: 1367px) {
	.zarah-pupil{
		width:55%;
		margin:30px auto 0 auto;
	}
}
@media (max-width: 1265px) {
	.zarah-pupil{
		width:95%;
		margin:50px auto 0 auto;
	}
}
@media (max-width: 930px) {
	.zarah-pupil span{
		font-size:18px;
	}
}

@media (max-width: 600px) {
	.zarah-pupil span{
		font-size:16px;
	}
}




.scInfo{
	margin-top:15px;
}


.scInfo2{
	padding-top:25px;
	font-size:15px;
}


.scInfo2 .social{
	background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
	display: block;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	margin:0 auto;
	width:35px;
	height:35px;
	float:right;
	margin-left:2px;
}
.scInfo2 .social a{width:35px;height:35px;display:block}
.scInfo2 .social.fb{background-image: url('../images/icon/ffacebook.png');}
.scInfo2 .social.tube{background-image: url('../images/icon/fyoutube.PNG');}
.scInfo2 .social.insta{background-image: url('../images/icon/finsta.png');}
.scInfo2 .social.telegram{background-image: url('../images/icon/ftelegram.png');}

.scInfo2.font14{
	font-size:14px;
}
.osv_prog{
	background: url('../images/icon/pdf_footer.png') no-repeat left;
	background-size:22px 24px;
	display:-webkit-inline-box;
}
.osv_prog span{
	padding-left:25px;
}

.scInfo .ftext{
	font-size:17px;
	margin-top:5px;
}

.scInfo .fbutton{
	margin-top:25px;
}

.scInfo .fimg{
	display: block;
	margin-bottom:20px;	
	height: 29px;
    background-position: center;
    background-repeat: no-repeat;	
    opacity: 1;	
}

.scInfo .fimg.phone{background-image: url('../images/icon/fphone.png');}
.scInfo .fimg.mail{background-image: url('../images/icon/fmail.png');}
.scInfo .fimg.geo{background-image: url('../images/icon/fgeo.png');}

.scInfo .butF{
	text-align:center;
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
	background:#9878a6;
	width:361px;
	height:60px;
	border:0;
	outline:0;
	font-size:19px;
	color:white;
	text-align:center;
	cursor:pointer;
	margin-top:20px;
	-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	display:block;
	display: table-cell;
	vertical-align: middle;
}
.scInfo .butF:hover{
	text-decoration:none;
	background:#bb96cc;
}








.dispFooterMinShow .ftext{
	font-size:17px;
	margin-top:5px;
}

.dispFooterMinShow .fbutton{
	margin-top:25px;
}

.dispFooterMinShow .fimg{
	float:left;
	width: 20%;
	height: 50px;
    background-position: center;
    background-repeat: no-repeat;	
    opacity: 1;	
	display:table-cell;
	vertical-align:middle;
}
.numbText{
	width: 80%;
	display:table-cell;
	vertical-align:middle;
	min-height: 50px;
}

.dispFooterMinShow .fimg.phone{background-image: url('../images/icon/fphone.png');}
.dispFooterMinShow .fimg.mail{background-image: url('../images/icon/fmail.png');}
.dispFooterMinShow .fimg.geo{background-image: url('../images/icon/fgeo.png');}

.dispFooterMinShow .fbutton{
	width:100%;
	margin-top:10px;
}
.dispFooterMinShow .butF{
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
	background:#9878a6;
	width:100%;
	padding:10px 0;
	border:0;
	outline:0;
	font-size:14px;
	color:white;
	text-align:center;
	cursor:pointer;
	margin-top:10px;
	-webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	display:block;

}
.dispFooterMinShow .lin{
	margin-top:25px;
}
.dispFooterMinShow .butF:hover{
	text-decoration:none;
	background:#bb96cc;
}












.lozungPrice{
	font-size:21px;color:#f85c63;
}
.lozungPrice2{
	font-size:21px;color:#f85c63;
}
.size17, .size17-2{
	font-size:17px;
}
.adaptMain{
	width: 92%;
}

.sprobuvatu{
	margin-top:40px;
	display:flex;
}

.demodostyp_line{
	margin-top:25px;
}
@media (max-width: 1470px) {
	.scInfo2{
		font-size:14px;
	}
}

.footerMenuStr.ne, .footerMenuStr.no{
	background:none;
}
.footerMenuStr.ne li a {
	font-size:20px;
}
.footerMenuStr{
	background:#fff;
	position: relative;
	overflow:hidden;
	margin:30px 0;
}
.footerMenuStr ul{
	list-style:none;
	margin:0;
	padding:0;
	position: relative;
	left:50%;
	float:left;
}
.footerMenuStr li{
	position:relative;
	left:-50%;
	float:left;
	margin:0 10px;
}
.footerMenuStr li a {
	color: #323434;
	display:block;
	text-decoration:none;
	font-size:16px;
	border-bottom:2px dotted #323434;
}
.footerMenuStr li .actve{border-bottom:none;color: #939393;cursor:default;}
.footerMenuStr li .actve:hover {text-decoration:none;}
.footerMenuStr li a:hover {
	text-decoration:none;
}

.pdf_ww{
	width:45%;
	margin:50px auto;
}
.pdf_icon{
	background:url('../images/icon/pdf_i.png') no-repeat left;
	background-size:40px 40px;
	padding-left:60px;
	height:40px;
	display:table;
	margin:0 auto;
}

.pricePorTitle.size20 {
    margin-top: 15px;
    margin-bottom: 0;
}
.pdf_ww{display:block;}


@media (max-width: 1366px) {
	.partnerBL .left{font-size:16px;}

	.priceBotMiddle{min-height:80px;}
	.doc2{background-size:63px 80px;}
	.pdf_icon{background-size:30px 30px;height:30px;}
	.adaptMain{
		width: 83%;
	}
	#mainNav {height:80px;}
	.scInfo .butF{height:40px;font-size:14px;}
	.scInfo2{
		font-size:13px;
	}
	.need_title2 .nCont p{
		font-size:14px;
	}
	.need_title .nTitle h2, .title_block2, .need_title2 .nTitle h2, .title_block, .title_block3, .title_block3_{
		font-size:25px;
	}
	.title_block3{
		margin-left:0;
	}
	.goToTable .texGo div{font-size:16px;}
	.service-box h3{font-size:14px;}
	.goToTable .texGo span{font-size:14px;}
	.goToTable .texGo div.final{font-size:20px;}
	
	.modal-body, .foot_s_po {font-size:0.9rem;}
	.modal-title{font-size:1.3rem;}
	
	.blog_list .one_blog .cont_bl .title_bl h2{font-size:16px;}
	.scInfo .ftext{font-size:14px;}
	.blog_list .one_blog .cont_bl .text_bl{font-size:14px;}
	
	#slider-two img{
		width:65px;
		height:65px;
	}
	#slider-two .current img{
		width:80px;
		height:80px;
	}
	.mb-panel.current .mb-inside h2, .mb-panel.current .mb-inside p{
		font-size:16px;
	}
	.mb-panel .mb-inside h2, .mb-panel .mb-inside p, .mb-controls a{
		font-size:14px;
	}
	.fmenu .big a, .fmenu .big2 a{font-size: 16px;}
	.fmenu div a {
		font-size: 14px;
	}
	#homeHeadingMy{
		font-size: 48px;
		bottom: 20px;
		left: 80px;
	}
	#homeHeadingMyPrice{
		left: 80px;
		bottom: 100px;
	}
	
	/* FORMS */
	.form-title1 h1, .form-title11 h1, .pricePorTitle, .title_block4{font-size: 25px;}
	.form-text1, .form-text11{font-size:16px;}
	.form-title2 h2, .form-title3 h2, .form-title22 h2, .form-title33 h2, .form-img-sl h2, .form-money, .zarah-pupil span{font-size:16px;}
	.block-title2 span, .block-sluhach span, .form-img-sl h2 div{font-size:14px;}
	.block-title3 span{padding-left:35px;font-size:14px;}
	.form-list3 p, .form-textM, .text14, .pricePorTable .texPor, .priceBotMiddle, .pricePor2Table .texPor{font-size:14px;}
	.pricePorTable tr{}
	
	.bgform11{
		padding-right: 20px;
	}
	.bgForm2 {background-size: 680px 447px;}
	.pricePorTitle.size20{font-size:16px;}
	
	
	/*Vartist*/
	.blockPrice .blTop span{font-size: 25px;}
	.blockPrice .blTop{padding-top: 25px;}
	.footerMenuStr li a, .pricePorLine, .priceTable .texPrice{font-size:14px;}
	.footerMenuStr.ne li a, .size17, .lickC a, .detailInf a{font-size:16px;}
	.size17-2{font-size:14px;}
	.lickC{
		margin:25px auto 15px auto;
	}
	
	#mainNav.navbar-shrink2{
		height:45px;
	}
	
	.logo {
		background: url(../images/logo.png) no-repeat center;
		background-size: 100%;
		width: 222px;
		height: 40px;
	}

	#mainNav .navbar-nav>li.nav-item>a.nav-link,
	#mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
		height:45px;
		padding-top:9px;
		font-size:14px;
		
	}
	
	#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover{
		background:transparent;
	}
	
	.nav-item.list span{padding-top:2px;}
	
	.bg-forms{
		background-size: 621px 645px;
		/*height: 645px;*/
	}
	
	.lozungPrice{font-size:16px;}
	.lozungPrice2{font-size:18px;}
	.zap_form, .table_col td, .table_col th, .marg_tk{font-size:14px;}
	.zap_form{
		line-height:25px;
	}
	
	.study-list div span, .choose_one .choose_title, .blTopPrice{font-size:14px;}
	.study-list div span{margin-left:25px;}
	.study-list div{
		background-size: 16px 16px;
	}
	
	.pricePorTable .texPor{
		padding:7px 0 7px 12px;
	}
	.pricePor2Table .texPor{
		padding:7px 0 7px 12px;
	}
	.pricePorTitle.size20 {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.texPor div{
		line-height:1.5;
	}
}

@media (max-width: 1200px) and (max-width: 1366px) {	
	.pdf_ww{
		width:40%;
	}
}
@media (max-width: 1200px) {	
	.pdf_ww{
		width:60%;
	}
}

@media (max-width: 1185px) {
	#homeHeadingMyPrice{
		font-size: 25px;
		bottom: 85px;
	}
	#homeHeadingMy{
		font-size: 36px;
	}
}

@media (max-width: 844px) {	
	.pdf_icon {padding-left:35px;}
}
@media (max-width: 395px) {	
	.pdf_ww{
		width:80%;
	}
}
@media (max-width: 312px) {	
	.pdf_ww{
		width:100%;
	}
	.pdf_icon {padding-left:35px;background-size:25px;}
}
@media (max-width: 261px) {	
	.pdf_ww{
		width:100%;
	}
	.pdf_icon {padding-left:35px;background-size:25px;}
	.pricePor .container{padding:5px;}
	.container.pricePor{padding:10px;}
}

@media (max-width: 767px){
	.pricePort.Ri {
		padding-left: 5px;
	}
}
@media (max-width: 700px) {
	.pdf_ww{
		margin:20px auto;
	}
	.pricePort .pricePorTitle{
		margin:0;
	}
}
@media (min-width: 1440px) {
	.texPor div{
		line-height:1.5;
	}
}

@media (min-width: 1367px) and (max-width: 1440px) {
	.texPor div{
		line-height:1.5;
	}
	.pricePorTitle.size20 {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.bg_doc11 {
		background-size: 80px;
		background-position: right center;
		height: 100px;
		padding: 0;
		margin: 0 auto;
		width: 85%;
	}
	.partnerBL .left{font-size:16px;}
	.pdf_ww{
		width:40%;
	}
	.priceBotMiddle{min-height:80px;}
	.doc2{background-size:63px 80px;}
	.pdf_icon{background-size:30px 30px;height:30px;}
	.adaptMain{
		width: 83%;
	}
	#mainNav {height:80px;}
	.scInfo .butF{height:40px;font-size:14px;}
	.scInfo2{
		font-size:13px;
	}
	.need_title2 .nCont p{
		font-size:14px;
	}
	.need_title .nTitle h2, .title_block2, .need_title2 .nTitle h2, .title_block, .title_block3, .title_block3_{
		font-size:25px;
	}
	.title_block3{
		margin-left:0;
	}
	.goToTable .texGo div{font-size:16px;}
	.service-box h3{font-size:14px;}
	.goToTable .texGo span{font-size:14px;}
	.goToTable .texGo div.final{font-size:20px;}
	
	.modal-body, .foot_s_po {font-size:0.9rem;}
	.modal-title{font-size:1.3rem;}
	
	.blog_list .one_blog .cont_bl .title_bl h2{font-size:16px;}
	.scInfo .ftext{font-size:14px;}
	.blog_list .one_blog .cont_bl .text_bl{font-size:14px;}
	
	#slider-two img{
		width:65px;
		height:65px;
	}
	#slider-two .current img{
		width:80px;
		height:80px;
	}
	.mb-panel.current .mb-inside h2, .mb-panel.current .mb-inside p{
		font-size:16px;
	}
	.mb-panel .mb-inside h2, .mb-panel .mb-inside p, .mb-controls a{
		font-size:14px;
	}
	.fmenu .big a, .fmenu .big2 a{font-size: 16px;}
	.fmenu div a {
		font-size: 0.9rem;
	}
	.fmenu div a, .fmenu div span{
		font-size:0.9rem;
	}
	#homeHeadingMy{
		font-size: 48px;
		bottom: 20px;
		left: 80px;
	}
	#homeHeadingMyPrice{
		left: 80px;
		bottom: 100px;
	}
	
	/* FORMS */
	.form-title1 h1, .form-title11 h1, .pricePorTitle, .title_block4{font-size: 25px;}
	.form-text1, .form-text11{font-size:16px;}
	.form-title2 h2, .form-title3 h2, .form-title22 h2, .form-title33 h2, .form-img-sl h2, .form-money, .zarah-pupil span{font-size:16px;}
	.block-title2 span, .block-sluhach span, .form-img-sl h2 div{font-size:14px;}
	.block-title3 span{padding-left:35px;font-size:14px;}
	.form-list3 p, .form-textM, .text14, .pricePorTable .texPor, .priceBotMiddle, .pricePor2Table .texPor{font-size:14px;}
	.pricePorTable tr{}
	
	.bgform11{
		padding-right: 20px;
	}
	.bgForm2 {background-size: 680px 447px;}
	.pricePorTitle.size20{font-size:16px;}
	
	
	/*Vartist*/
	.blockPrice .blTop span{font-size: 25px;}
	.blockPrice .blTop{padding-top: 25px;}
	.footerMenuStr li a, .pricePorLine, .priceTable .texPrice{font-size:14px;}
	.footerMenuStr.ne li a, .size17, .lickC a, .detailInf a{font-size:16px;}
	.size17-2{font-size:14px;}
	.lickC{
		margin:25px auto 15px auto;
	}
	
	#mainNav.navbar-shrink2{
		height:45px;
	}
	#mainNav .navbar-nav>li.nav-item>a.nav-link,
	#mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
		height:45px;
		padding-top:13px;
		font-size:14px;
		
	}
	
	#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover{
		background:transparent;
	}
	
	.nav-item.list span{padding-top:2px;}
	
	.bg-forms{
		background-size: 621px 645px;
		/*height: 645px;*/
	}
	
	.lozungPrice{font-size:16px;}
	.lozungPrice2{font-size:18px;}
	.zap_form, .table_col td, .table_col th, .marg_tk{font-size:14px;}
	.zap_form{
		line-height:25px;
	}
	
	.study-list div span, .choose_one .choose_title, .blTopPrice{font-size:14px;}
	.study-list div span{margin-left:25px;}
	.study-list div{
		background-size: 16px 16px;
	}
	
	.pricePorTable .texPor{
		padding:7px 0 7px 12px;
	}
	.pricePor2Table .texPor{
		padding:7px 0 7px 12px;
	}
		
}


@media (min-width: 900px) and (max-width: 1366px) {
	#mainNav .navbar-nav>li.nav-item>a.nav-link,
	#mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
		font-size: 12px;
		height:35px;
	}

	#mainNav.navbar-shrink2 {
		height: 35px;
	}
	
	.logo {
		background: url(../images/logoM.png) no-repeat center;
		background-size: cover;
		width: 35px!important;
		height: 35px;
		margin: 2px 0 0 15px;
	}
	.logo_plus{
		background: url('../images/logoM_plus.png') no-repeat center;
		background-size: cover;
		margin: 2px 0 0 2px
	}
	.logo_block{
		display: flex;
	}
}

@media (max-width: 1022px) {
	#mainNav .navbar-nav>li.nav-item>a.nav-link,
	#mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
		font-size: 11px;		
	}
	
	

}


@media (max-width: 1200px) {
	.bgForm3{
		background-size: 750px 581px;
		min-height:600px;
	}
}
@media (max-width: 1275px) {
	.bgForm2{
		background-size: 600px 394px;
	}
}
@media (max-width: 1120px) {
	.bgForm2{
		background-size: 550px 362px;
	}
}
@media (max-width: 1175px){
	.bg-forms {
		height: auto;
	}
}
/*
@media (max-width: 1286px) {
	#homeHeadings {
		font-size: 55px;
	}
}
@media (max-width: 1080px) {
	header.masthead .header-content .header-content-inner h1{font-size: 55px;}
	#homeHeadings {
		font-size: 45px;
	}
}
@media (max-width: 875px) {
	header.masthead .header-content .header-content-inner h1{font-size: 47px;}
	#homeHeadings {
		font-size: 40px;
	}
}
*/

@media (max-width: 991px) {
	#mainNav {height:40px;padding:0;}
	.navbar-toggleable-md > .container {padding:0;}
	
	.logo {
		background: url(../images/logoM.png) no-repeat center;
		background-size: cover;
		width: 35px;
		height: 35px;
		margin: 2px 0 0 15px;
	}
	.logo_plus{
		background: url('../images/logoM_plus.png') no-repeat center;
		background-size: cover;
		margin: 2px 0 0 2px
	}

}
}





/*
@media (max-width: 772px) {
	#homeHeadings {
		font-size: 35px;
	}
}


@media (max-width: 700px) {
	header.masthead .header-content .header-content-inner h1{font-size: 40px;}
	#homeHeadingform{font-size:25px;}
	.zap_form{font-size:12px;}
}
*/



.size20{
	font-size:20px;
}

.miWhide{
	margin-top:50px;
}

@media (max-width: 1300px) {
	.scInfo2{
		font-size:12px;
	}
	.col-sm-2.soc_fot{
		width:100%;
		display:table;
	}
}

.margSlTop{
	margin-top:30px;
}

.minWcontact{
	width:100%;
}

.adaptMargTop{
	margin-top:30px;
}
.miWhide{
	margin-top:0;
}

.dispFooterMinShow{
	display:none;
}
.goTablehide{
	display:none;
}
	

@media (max-width:700px) {

	#homeHeading{font-size:28px;}
	#homeHeadings {font-size:28px;}
	#homeHeadingform{font-size:20px;}
	.headerTwoLine span, .headerTwoLine a{
		font-size: 14px;
	}
	.zap_form{
		font-size:12px;
	}
	.index-hello__video{
		display:none;		
	}

	
	.lic_header, .lic_header a{
		width:50px;
		height:53px;
	}
	.consultQuest{
		margin: 0 auto 0 auto;
	}
	
	.headerTwoLine{
		margin: 30px auto 30px auto;
		padding:7px 0;
	}
	.headerTwoLine span, .headerTwoLine a{
		font-size: 14px;
	}
	
	.blockpunkt {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.punkt{
		width:50%;
		display:table;
		margin-bottom: 20px;
	}
	.punkt .bl1{font-size:40px;}
	.punkt .bl1 span{font-size:35px;}
	.punkt .bl2 {font-size:12px;}
	
	.mLeft {padding-left:0;width:100%;}
	.need_title .nTitle h2, .title_block2, .need_title2 .nTitle h2, .title_block, .title_block3, .title_block3_, .title_block4{font-size:20px;}
	/*.title_block4 {font-weight:normal;}*/
	.mCentr{
		display:none;
	}
	
	.mLeft .listItem2.actives{
		background:url('../images/list1_2.png') no-repeat left center;
		text-decoration:none;
	}
	.mLeft .listItem2.actives span, .mRight .listItem2.actives  span{
		text-decoration:none;	
	}
	.margSlTop{
		margin-top:15px;
	}
	.bg-slider{
		min-height:auto;
	}
	/*
	.bg-trusts #services{
	*/
	section{
		padding:20px 0;
	}
	.bg-news{
		padding:30px 0 0;
	}
	.bg-partn{
		padding:0 0 0;
	}
	.need_title2{
		margin-bottom:15px;
	}
	.need_title2 .nCont.left {
		text-align:left;
	}
	.need_title2 .nCont.right{
		padding-left:0;
	}
	#trusts{
		padding:0 0 20px 0;
	}
	.study-title h2{
		text-align:center;
		font-size:20px;
	}
	.study-list div{
		line-height:1;
	}
	.study-list div,.need_title2 .nCont p{
		line-height:1.5;
		margin-top:5px;
	}
	.study-list div span{display:table;}
	.study{
		padding:0;
	}
	.sudyBL{
		margin-top:10px;
	}
	.service-box{
		margin-top:0;
	}
	.service-box .numbs .one_numbs{
		background-size: 20px 31px;
		width: 20px;
		height: 31px;
	}
	.service-box .numbs .one_numbs .nn{
		font-size:30px;
		width: 20px;
		height: 31px;
	}
	
	.dosyagnWidth .col-md-6{
		width:50%;
	}
	.dosyagnWidthNone{
		display:none;
	}
	.goTableShow{
		display:none;
	}
	.goTablehide{
		display:block;
	}
	.GoToBL{
		width:100%;
		margin:0;
		padding:0;
	}
	.GoToBL .col-md-10{
		width:100%;
		margin:0;
		padding:0;
	}
	.goTablehide .texGo{
		text-align:left;
		font-size:14px;
		color:#323434;
		padding: 0 15px 15px;
	}
	.goTablehide .texGo div{
		font-weight:bold;
		margin:0 0 5px 0;
		display:table-cell;
		vertical-align:middle;
		height:39px;
	}
	.goTablehide .texGo div.final{
		font-weight:bold;
		font-size:16px;
	}
	.goTablehide .numbGo-1{background:url('../images/icon/numbGo-1.png') no-repeat center left;background-size:40px 39px;min-height:39px;padding-left:45px;}
	.goTablehide .numbGo-2{background:url('../images/icon/numbGo-2.png') no-repeat center left;background-size:40px 39px;min-height:39px;padding-left:45px;}
	.goTablehide .numbGo-3{background:url('../images/icon/numbGo-3.png') no-repeat center left;background-size:40px 39px;min-height:39px;padding-left:45px;}
	.goTablehide .numbGo-4{background:url('../images/icon/numbGo-4.png') no-repeat center left;background-size:40px 39px;min-height:39px;padding-left:45px;}
	.goTablehide .numbGo-5{background:url('../images/icon/numbGo-5.png') no-repeat center left;background-size:40px 39px;min-height:39px;padding-left:45px;}
	
	.footerMenuStr.ne li{
		text-align:center;
		margin:5px;
	}
	.footerMenuStr.ne li a{
		font-size:14px;
		text-align:center;
	}
	
	.choseGrid .col-md-6{
		width:50%;
		overflow:none;
		padding:0;
	}
	.choose_one{
		margin-bottom:0;
	}
	.choose_one .choose_img{
		background-size:80px;
		height:80px;
	}
	.choose_one .choose_img.img_4{
		background-size:60px;
	}
	
	.modalPrev, .modalNext{display:none;}
	.modal .choose_img{
		width:71px;
		height:50px;
		margin-right:3px;
	}
	.modal-body{
		padding:15px 0;
	}
	.modal-body, .foot_s_po{font-size:14px;}
	.modal-title.choose span{
		margin:0;
		font-size:14px;
		height:50px;
		display:table-cell;
		vertical-align:middle;
	}
	.blog_list{
		width:100%;
	}
	.blog_list .one_blog{
		width:100%;
		margin-bottom:10px;
	}
	.blog_list .one_blog .cont_bl{
		height:50px;
	}
	.blog_list .one_blog .cont_bl .title_bl h2{height:54px;overflow:hidden;}
	.blog_list .one_blog .poster_bl, .blog_list .one_blog .poster_bl img{
		width:50px;
		height:50px;
	}
	.blog_list .one_blog .cont_bl .text_bl{
		display:none;
	}
	.newsBL{
		margin-top:20px;
	}
	.partnerBL .left{
		font-size:20px;
		text-align:center;
	}
	.partnerBL .left span{
		position:static;
	}
	.partnerBL .left{
		height:50px;
	}
	.partBlock{
		width:100%;
	}
	.partnerBL .cont span{
		padding:10px;
		margin:0;
		width:50%;
	}
	.partnerBL .cont span a.p1{
		height:45px;
	}
	.miWhide{
		margin-top:20px;
	}
	
	.inpC.white{
		border:1px solid #ccc;
		box-shadow:none;
	}
	.footerMenuStr{
		margin:15px 0;
	}
	.footerMenuStr.ne{
		display:none;
	}
	.footerMenuStr li{
		display:table;
		width:50%;
		float:left;
		margin:0;
		padding:0 15px 10px 15px;
	}
	.footerMenuStr li a{
		display:table;
	}
	.dispFooterMinNone{
		display:none;
	}
	.dispFooterMinShow{
		display:block;
	}
	.dispFooterMinShowCont{
		padding:0;
	}
	.fmenu .big{
		margin-bottom:0;
	}
	.footMarg .col-sm-6{
		margin-bottom:15px;
	}
	.col-md-2.soc_fot{
		width:33.333333%;
		display:table;
		text-align:center;
		margin:0 auto 0 auto;
		    flex: none;
	}
	.scInfo2 .social{
		float:left;
		margin:20px auto 20px auto;
		width:33.333333%;
		background-size: 44px 44px;
	}
	.adaptMargTop{
		margin-top:30px;
	}
	.miWhide{
		margin-top:0;
	}
}

@media (min-width: 560px) and (max-width: 1000px) {
	.adaptMain{
		width: 80%;
	}

	form .col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width:100%;
	}
}


@media (min-width:560px) and (max-width:700px) {
	.dispFooterMinNone{
		display:none;
	}
	.dispFooterMinShow{
		display:block;
	}
	.punkt {
		width: 25%;
	}
	.adaptMain {
		width: 45%;
	}
	#homeHeading {
		font-size: 32px;
	}
	.dosyagnWidth .col-md-6{
		width:25%;
	}

	.blog_list .one_blog, .blog_list .one_blog.right{
		width:83%;
		float:none;
		margin:0 auto 10px;
	}
	.dispFooterMinShow{
		width:50%;
		margin:0 auto;
	}
	.scInfo2 .social{
		margin-top:0;
	}
	.col-md-2.soc_fot{
		width:30%;
		display:table;
		text-align:center;
		margin:0 auto 0 auto;
	}
	.scInfo2 .social{
		float:left;
		margin:20px auto 20px auto;
		width:33.333333%;
		background-size: 44px 44px;
	}
	#mainNav {
		height: 40px;
	}
	.navbar{
		padding:0;
	}
}


@media (max-width:767px) {
	.sudyBL{
		margin-top:0;
	}
}
@media (max-width:639px) {
	.displDistSc{
		display:none;
	}
	.sudyBL .col-md-6{
		margin-top:15px;
	}
}
@media (max-width:767px) {
	.need_title2 .nCont.left {
		width:100%;
		text-align: left;
		padding-left: 0;
	}
	.need_title2 .nCont.right {
		width:100%;
		text-align: left;
		padding-left: 0;
	}
}
@media (max-width:1080px) {
	.sudyBL{
		width:100%;
		padding:0;
	}
	.sudyBL .col-md-6{
		padding:0;
	}
	.study-list{
		padding-left: 50px;
	}
}
@media (max-width:830px) {
	.study-list {
		padding-left: 80px;
	}
	.study-list div span{
		display:table;
		line-height:1;
	}
}
@media (max-width:456px) {
	.study-list {
		padding-left: 15px;
	}

}

@media (min-width:640px) and (max-width:700px) {
	.choseGrid .col-md-6{
		width:25%;
		overflow:none;
		padding:0;
	}
	.choose_one{
		margin-bottom:0;
	}
	.choose_one .choose_img{
		background-size:80px;
		height:80px;
	}
	.choose_one .choose_img.img_4{
		background-size:60px;
	}
	.blog_list{
		width:100%;
	}
	.blog_list .one_blog{
		width:49%;
		margin-bottom:10px;
		float:left;
	}
	 .blog_list .one_blog.right{
		width:49%;
		margin-bottom:10px;
		float:right;
	}
	.blog_list .one_blog .cont_bl{
		height:50px;
	}
	.blog_list .one_blog .cont_bl .title_bl h2{height:54px;overflow:hidden;}
	.blog_list .one_blog .poster_bl, .blog_list .one_blog .poster_bl img{
		width:50px;
		height:50px;
	}
	
	#mainNav {
		height: 40px;
	}
	.navbar{
		padding:0;
	}

	
	
	#homeHeading{font-size:35px;}
	#homeHeadings {font-size:32px;}
	#homeHeadingform{font-size:25px;}
	.headerTwoLine span, .headerTwoLine a{
		font-size: 16px;
	}
	.zap_form{
		font-size:14px;
	}
	.headerTwoLine span, .headerTwoLine a{
		font-size: 16px;
	}
	.punkt .bl1{font-size:40px;}
	.punkt .bl1 span{font-size:35px;}
	.punkt .bl2 {font-size:14px;}


	.service-box .numbs .one_numbs .nn{
		font-size:30px;
	}
	.goTablehide .texGo{
		font-size:16px;
	}
	.goTablehide .texGo span{
		font-size:14px;
	}
	.goTablehide .texGo div.final{
		font-size:18px;
	}
	.footerMenuStr.ne li a{
		font-size:14px;
	}
	.modal-body, .foot_s_po{font-size:14px;}
	.modal-title.choose span{
		margin:0;
		font-size:14px;
		height:50px;
		display:table-cell;
		vertical-align:middle;
	}
	.partnerBL .left{
		font-size:20px;
		text-align:center;
	}
	.choose_title{
		font-size:16px;
	}
	.study-title h2, .need_title .nTitle h2, .title_block2, .need_title2 .nTitle h2, .title_block, .title_block3, .title_block3_, .title_block4{font-size:25px;}

	
}


@media screen and (max-width:1075px){
	.mLeft {
		padding-left: 80px;
	}
}
@media screen and (max-width:985px){
	.mLeft {
		padding-left: 0;
	}
}
@media screen and (max-width:890px){
	.slider2 .content{
		background-size:480px 415px;
	}
	.slider1 .content .one, .slider2 .content .one {
		width:430px;
	}
}
@media screen and (max-width:790px){
	.slider2 .content{
		background-size:440px 381px;
	}
	.slider1 .content .one, .slider2 .content .one {
		width:400px;
		height:280px;
	}
}
@media screen and (max-width:700px){
	.mLeft {
		padding-left: 50px;
	}
}
@media screen and (max-width:400px){
	.mLeft {
		padding-left: 0;
	}
}
@media (min-width:700px) and (max-width:1000px) {
	#homeHeading{font-size:35px;}
	#homeHeadings {font-size:32px;}
	#homeHeadingform{font-size:25px;}
	.headerTwoLine span, .headerTwoLine a{
		font-size: 16px;
	}
	.zap_form{
		font-size:14px;
	}
	.headerTwoLine span, .headerTwoLine a{
		font-size: 16px;
	}
	.punkt .bl1{font-size:40px;}
	.punkt .bl1 span{font-size:35px;}
	.punkt .bl2 {font-size:14px;}

	.goTablehide .texGo{
		font-size:16px;
	}
	.goTablehide .texGo span{
		font-size:14px;
	}
	.goTablehide .texGo div.final{
		font-size:18px;
	}
	.footerMenuStr.ne li a{
		font-size:14px;
	}
	.modal-body, .foot_s_po{font-size:14px;}
	.modal-title.choose span{
		margin:0;
		font-size:14px;
		height:50px;
		display:table-cell;
		vertical-align:middle;
	}
	.partnerBL .left{
		font-size:20px;
		text-align:center;
	}
	.choose_title{
		font-size:16px;
	}
	.need_title .nTitle h2, .title_block2, .need_title2 .nTitle h2, .title_block, .title_block3, .title_block3_, .title_block4{font-size:25px;}
	
}
@media (min-width:640px) and (max-width:767px) {
	.study-title h2 {
		text-align:center;
		font-size:25px;
	}
}

@media (min-width:700px) and (max-width:992px) {
	.dosyagnWidth .col-md-6 {
		width:25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.GoToBL{
		width: 100%;
		padding:0;
	}
	
	
	.choseGrid .col-md-6{
		width:25%;
		padding:0;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.choose_one{
		margin-bottom:0;
	}
	.choose_one .choose_img{
		background-size:80px;
		height:80px;
	}
	.choose_one .choose_img.img_4{
		background-size:60px;
	}
}

@media (min-width:700px) and (max-width:1000px) {
	.blog_list{
		width:100%;
	}
	.blog_list .one_blog{
		width:49%;
		margin-bottom:10px;
		float:left;
	}
	 .blog_list .one_blog.right{
		width:49%;
		margin-bottom:10px;
		float:right;
	}
	.blog_list .one_blog .cont_bl{
		height:50px;
	}
	.blog_list .one_blog .cont_bl .title_bl h2{height:54px;overflow:hidden;}
	.blog_list .one_blog .poster_bl, .blog_list .one_blog .poster_bl img{
		width:50px;
		height:50px;
	}
}
@media (min-width:1000px) and (max-width:1366px) {
	.blog_list{
		width:100%;
	}
	.blog_list .one_blog{
		width:49%;
		margin-bottom:10px;
		float:left;
	}
	 .blog_list .one_blog.right{
		width:49%;
		margin-bottom:10px;
		float:right;
	}
	.blog_list .one_blog .cont_bl{
		height:100px;
	}
	.blog_list .one_blog .cont_bl .title_bl h2{height:auto;font-weight:bold;}
	.blog_list .one_blog .poster_bl, .blog_list .one_blog .poster_bl img{
		width:100px;
		height:100px;
	}
}

@media (max-width:700px) {
	.sprobuvatu{
		width: 100%;
	}
}

@media (max-width:500px) {
	.sprobuvatu{
		flex-wrap: wrap;
		justify-content: center;
	}
	.sprobuvatu span,
	.sprobuvatu a
	{
		margin:0 20px!important;
	}
	
	.sprobuvatu span.nmail{
		margin-bottom:15px!important;
	}
	
}


@media (min-width:700px) and (max-width:750px) {
	.partnerBL .left{
		font-size:20px;
		text-align:center;
	}
	.partnerBL .left span{
		position:static;
	}
	.partnerBL .left{
		height:50px;
	}
	.partBlock{
		width:100%;
	}
	.partnerBL .cont span{
		padding:10px;
		margin:0;
		width:50%;
	}
	.partnerBL .cont span a.p1{
		height:45px;
	}
}

@media (min-width:751px) and (max-width:1263px) {
	.partnerBL .left{
		font-size:20px;
		text-align:center;
		width:100%;
		height:50px;
		flex: 0 0 100%;
		max-width: 100%;
		
	}
	.partnerBL .left span{
		position:static;
	}

	.partBlock{
		width:100%;
	}
	.partnerBL .cont{
		width:100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.partnerBL .cont span{
		padding:20px;
		margin:0;
		width:25%;
	}
	.partnerBL .cont span a.p1{
		height:45px;
	}
}
	
	
	


	
	
	
	
	
	
.priceWL{
	width:55%;
}

.priceWR{
	width:45%;
}

.blogRow{
	width:80%;margin:0 auto;
}
	
.margMinNo{
	margin-top:50px;
}
	
.pricePorNo .pricePorTitle{
	display:block;
}
	
/* FORMS */

.margFooterMenuStr{
	padding-bottom:40px;
}

@media (min-width:992px) and (max-width:1385px){
	.blockPrice{
		width:100%;
	}
	.blockPrice .blTop, .blockPrice .blTopPrice, .blockPrice .blMiddle, .blockPrice .blBottom{
		/*width:100%;*/
		background-size:cover;
	}
}

	.pricePorTitle {
		margin-top: 25px;
		margin-bottom: 0;
	}

@media (min-width:768px){
	.pricePort.Ri{
		padding-left:15px;
	}
}


@media (max-width:700px){
	
	.margMinNo{
		margin-top:0;
	}
	
	.bgform1{
		padding-top:10px;
	}
	.myHead.feedback {
		height: 160px;
		min-height: 160px;
	}
	#homeHeadingMy2{
		font-size:20px;
	}
	.myHead {
		height: 86px;
		min-height: 86px;
	}
	.myHead.price {
		height: 120px;
		min-height: 120px;
	}
	#homeHeadingMyPrice{
		bottom: 37px;
		font-size: 16px;
	}
	
	#homeHeadingMy, #homeHeadingMy.my2{
		font-size: 20px;
		bottom: 5px;
		width:100%;
		left: 0%;
		margin-left:0%;
		text-align:center;
	}

	.title_block4 {
		margin: 25px 0 0;
	}

	.form-text1{
		margin-top:15px;
		font-size:14px;
	}
	.padLtit1{
		padding:0;
	}
	.form-title2{
		text-align:center;
		font-size:16px;
	}
	.block-title2 span, .block-title3 span, .block-sluhach span{
		font-size:14px;
		background-size:20px;
		background-position:left center;
		padding-left: 30px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.form-title2 h2, .form-title3 h2, .form-title22 h2, .form-title33 h2, .form-img-sl h2, .form-money, .zarah-pupil span {
		font-size: 16px;
	}
	.form-title2 h2 {
		margin-top: 20px;
	}
	.form-title3 h2{
		text-align:center;
		font-size:14px;
		margin-top:15px;
	}
	.bgTi3{
		padding:0;
		background-size:30%;
		margin:0 auto;
	}
	.form-list3 p, .form-textM, .text14, .pricePorTable .texPor, .priceBotMiddle, .pricePor2Table .texPor {
		font-size: 14px;
	}
	.bg-forms{
		height:auto;
	}
	.bg-forms2{
		margin-top:20px;
	}
	.form-text11{
		margin-top:15px;
		font-size: 14px;
	}
	.form-title22 h2{
		font-size: 14px;
	}
	.block-title3{
		padding:0;
	}
	.form-title33{
		padding:0;
		text-align:center;
		font-size: 14px;
		width:100%;
	}
	.form-title33 h2{
		text-align:center;
		font-size: 14px;
		margin: 15px 0;
		
	}
	.bg_doc11{
		background-size:55px 70px;
		height:70px;
		width:70%;
		margin:0 auto;
	}
	.bgform11{
		text-align:left;
	}
	.bgForm3{
		margin-top:20px;
	}
	.bgForm3 .container{
		padding:0 5px;
	}
	.container.block-sluhach2{padding:0 5%;}
	.form-img-sl{
		padding-left:60px;
		background-size:50px;
	}
	.form-img-sl h2{
		font-size:14px;
	}
	.block-sluhach{
		margin-top:0px;
	}
	.form-line{
		margin:5px 0;
	}
	.form-line2{
		margin:5px 0;
	}
	.form-textM{
		padding:0;
	}
	.form-money{
		height:80px;
		background-size:85px 80px;
		background-position:left center;
		padding:3% 5% 0 5%;
		display:table-cell;
		vertical-align:middle;
	}
	.pricePor{
		margin:25px 0;
	}
	.pricePorTitle.size20{
		margin-top:15px;
		margin-bottom:0;		
	}
	.pricePort{
		padding:0;
	}

	.pricePorNo .pricePorTitle.tn{
		display:block;
	}
	.zarah-pupil{
		margin:15px auto;
	}
	.zarah-pupil span{
		font-size:14px;
		background-size:50px;
		padding-left:65px;
		height:50px;
		display:table-cell;
		vertical-align:middle;
	}
	.pricePorTitle.bordn{
		margin-top:0px;
	}
	.bordn{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: center;
		padding:5px 0;
		font-size: 18px;
	}
	
	/* PRICE */
	
	
	.blockPrice{
		width:100%;
	}
	.blockPrice .blTop, .blockPrice .blTopPrice, .blockPrice .blMiddle, .blockPrice .blBottom{
		/*width:100%;*/
		background-size:cover;
	}
	
	.blockPrice .blTop span{
		font-size:18px;
	}
	.blockPrice .blTop.karantin span{
		font-size:18px;
		color: #fff;
	}
	.blockPrice .blTop span.times{
		font-size:14px;
		color: #fff;
	}
	
	.blockPrice .blTop.karantin{
		padding-top: 6px;
	}
	.blockPrice .blTop{
		height:50px;
		padding-top: 15px;
		margin: 20px auto 0 auto;
	}
	.blTopPrice{
		height:60px;
		padding-top: 5px;
	}
	.blTopPrice b{
		font-size:18px;
	}
	.priceTable .texPrice {
		font-size: 14px;
	}
	.priceBotMiddle{
		margin:0;
		min-height: 60px;
		background-size:47px 60px;
	}
	
	.marg_tk{
		margin:0;
	}
	
	.blogRow .col-md-12{padding:0;}
	.blogRow{
		width:100%;margin:0 auto;
	}
	.bl_list .bl_item{
		width:100%;
		margin:0 0 10px 0;
		padding:3px;
	}
	.bl_list .bl_item .poster_bl{
		float:left;
		width:50px;
		height:50px;
		max-width:50px;
		max-height:50px;
		margin-right:5px;
		margin-bottom:5px;
	}
	.bl_list .bl_item .title_bl {
		padding: 0px 0 0 5px;
	}
	.bl_list .bl_item .text_bl{
		font-size:14px;
		width:100%;
		display:table;
	}
	.margFooterMenuStr{
		padding-bottom:0px;
	}
	
}

@media (max-width:700px){
	.zarah-pupil .row{display:table;padding-bottom:20px;}
}
@media (max-width:360px){
	.bg_doc11{
		width:100%;
	}
}

@media (min-width:700px) and (max-width:992px){
	.block-sluhach .col-sm-12{
		width:50%;
		flex:0 0 50%;
		max-width:50%;
	}
	.margFooterMenuStr{
		padding-bottom:0px;
	}
	.noPaddMin{
		padding:20px 0 0 0;
	}
	
	.form-title33 h2{
		margin:0;
	}
}
@media (max-width:500px){
	#homeHeadingMy2{
		font-size:17px;
		padding-top: 70px;
	}
}
@media (max-width:425px){
	#homeHeadingMy2{
		font-size:15px;
		padding-top: 62px;
	}
}
@media (max-width:386px){
	.zarah-pupil{
		margin-bottom:30%;
	}
}
@media (min-width:700px) and (max-width:991px){
	.bg_doc11{
		background-size:55px 70px;
		height:70px;
		width:70%;
		margin:0 auto 30px ;
	}
	.pricePort{padding:0;}
	.bordn{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: center;
		padding:5px 0;
		font-size: 18px;
	}
	.pricePorTitle.size20 {
		margin-top: 15px;
		margin-bottom: 0;
	}
	.zarah-pupil {
		margin: 15px auto;
	}
	.zarah-pupil span {
		font-size: 16px;
		background-size: 50px;
		padding-left: 65px;
		height:50px;
		display:table-cell;
		vertical-align:middle;
	}
}
@media (min-width:700px){
	.pricePor{
		margin:0 auto;
	}
}
@media (max-width:838px){
.priceWL{
		flex: 0 0 100%;
		max-width: 100%;
		width:100%;
		padding:0;
	}
	.priceWR{
		flex: 0 0 100%;
		max-width: 100%;
		width:100%;
	}
}
@media (min-width:992px) and (max-width:1200px){
	.noVisMin{
		display:none;
	}
}
@media (min-width:992px) and (max-width:1130px){
	.noVisMinTabel{
		display:none;
	}
	.bgTi3{
		background-size:80px;
		background-position:right center;
		height:150px;
		padding:0;
	}
	.padt1, .padLtit1{
		padding:0;
	}
	.padLtit1{
		min-height:550px;
	}

	.lluist{
		width:83%;
		margin:0;
	}
	.bg-forms{
		background-size:550px 571px;
		background-position:right center;
	}
	
	.bgform11{
		padding:0 15px 0 50px;
		width:100%;
		margin:0;
	}
	.bg-forms2{
		margin:0;
	}
	.form-text11, .form-text1{
		margin-top:5px;
	}
	.form-title22 h2, .form-title2 h2{
		margin-top:15px;
	}
	.block-title3 span, .block-title2 span{
		margin-top:10px;
	}
	.form-text1, .form-text11{font-size:14px;}

	.bgForm3 .container{
		padding:0 0 0 5px;
	}
	.form-img-sl {
		padding-left: 60px;
		background-size: 50px;
	}
	.block-sluhach{
		margin:0;
	}
	.form-line, .form-line2{
		margin:0;
	}
	.form-img-sl, .form-img-s2{
		margin-bottom:0;
	}
	.block-sluhach span{
		margin-top: 10px;
	}
}
@media (min-width:991px) and (max-width:1130px){
.bg_doc11{
		background-size:80px;
		background-position:right center;
		height:100px;
		padding:0;
		margin:30px auto  0;
	}
}
@media (min-width:1131px) and (max-width:1366px){
	.bg_doc11{
		background-size:80px;
		background-position:right center;
		height:100px;
		padding:0;
		margin:0 auto;
		width:85%;
	}
}
@media (min-width:1366px) and (max-width:1700px){
	.bgform11 {
		padding-right: 25px;
		width:70%;
	}
}
@media (min-width:1366px) and (max-width:1470px){
	.bgForm2 {
		background-size: 680px 447px;
	}
}

	
@media (max-width:700px){
	
	.minTitlePor{
		font-size:20px;
		line-height:1;
	}
	.minTitlePorMarginn{
		margin:0 0 20px 0;
	}
}

@media (max-width: 950px){
	
	#homeHeadingMyPrice{
		bottom: 55px;
		width: 100%;
		left: 0%;
		margin-left: 0%;
		text-align: center;
	}
	
	#homeHeadingMy, #homeHeadingMy.my2 {
		bottom: 5px;
		width: 100%;
		left: 0%;
		margin-left: 0%;
		text-align: center;
	}
}

@media (max-width:700px){
	#homeHeadingMyPrice{
		bottom: 37px;
		font-size: 16px;
	}
}

.dosyagnWidthNone{
		display:none;
	}

.commentBlock{
  width:500px;
  margin: 10px auto;
  border-bottom:1px solid #999;
}
.name{
  font-weight:700;
}
#load{
  width:120px;
  height:30px;
  text-align:center;
  margin: 10px auto;
}
#load div{
   margin: 5px;
   cursor:pointer;
   background: #6483aa;
   color:#fff;
   padding: 4px 10px 4px 10px;
   border:1px solid #2f4561;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
}

.play_rev,
.play_rev:active{
	background:url('../images/play_rev.png') no-repeat center;
	width:70px;
	height:81px;
	outline:0;
	border:none;
	cursor:pointer;
	opacity:0.6;
}
.play_rev:hover{opacity:1;}

/**/
/* Overall & panel width defined using css in MovingBoxes version 2.2.2+ */
#slider-one { width: 300px; }
#slider-one > li { width: 150px; }

#slider-two { width: 75%; }
#slider-two > div { width: 250px; }
.mb-scroll{
	height: 300px;
}

.selPointer:hover{cursor:pointer;text-decoration:underline;}


.teach_one {
	cursor: pointer;
	width: 140px;
	height: 140px;
	position: relative;
	margin:0 auto 60px auto;
}
.teach_one .t_img {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 140px;
	height: 140px;
	text-align:center;
	
}
.teach_one .t_img div{
	width: 100%;
	height: 100%;
	background-size:cover;
	moz-transition: all 1s ease-out;
	o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	webkit-transition: all 1s ease-out;
}
.teach_one:hover > .t_img div{
	moz-transform: scale(1.2);
	o-transform: scale(1.2);
	transform: scale(1.2);
	webkit-transform: scale(1.2);
}
.teach_one .t_name {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0%;
	color: #fff;
	left: 0%;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	width: 140px;
}
.teach_one .t_spec {
	font-size:14px;
	color: #f00;
	left: 0%;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 140px;
}

@media (max-width: 1570px) {
	.teach_one, .teach_one .t_img, .teach_one .t_img div{
		width:100%;
		height:120px;
	}
	.teach_one .t_name, .teach_one .t_spec{
		width:100%;
	}
}
@media (max-width: 1330px) {
	.teach_one, .teach_one .t_img, .teach_one .t_img div{
		width:100%;
		height:100px;
	}
	.teach_one .t_name, .teach_one .t_spec{
		width:100%;
		font-size:13px;
	}
}
@media (max-width: 1100px) {
	.teach_one, .teach_one .t_img, .teach_one .t_img div{
		width:100%;
		height:90px;
	}
	.teach_one .t_name, .teach_one .t_spec{
		width:100%;
		font-size:12px;		
	}
}
@media (max-width: 991px) {
	.teach_one, .teach_one .t_img, .teach_one .t_img div{
		width:140px;
		height:140px;
	}
	.teach_one .t_name, .teach_one .t_spec{
		width:140px;
		font-size:14px;		
	}
}
@media (max-width: 765px) {
	.teach_one, .teach_one .t_img, .teach_one .t_img div{
		width:105px;
		height:105px;
	}
	.teach_one .t_name, .teach_one .t_spec{
		width:105px;
		font-size:13px;
	}
}
@media (max-width: 576px){
	.modal-body .col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.teach_one, .teach_one .t_img, .teach_one .t_img div{
		width:150px;
		height:150px;
	}
	.teach_one .t_name, .teach_one .t_spec{
		width:150px;
	}
}

@media (max-width: 350px){
	.teach_one, .teach_one .t_img, .teach_one .t_img div{
		width:120px;
		height:120px;
	}
	.teach_one .t_name, .teach_one .t_spec{
		width:120px;
	}
}

@media (max-width: 400px){
	.teach_one, .teach_one .t_img, .teach_one .t_img div{
		width:130px;
		height:130px;
	}
	.teach_one .t_name, .teach_one .t_spec{
		width:130px;
	}
}

#mainNav.navbar-shrink .actve {
    background: #9e86a7;
    transition: 1s;
}


.rowWidthBlog{
	width:80%;margin:0 auto;
}
@media (max-width: 700px){
	.rowWidthBlog{
		width:100%;
	}
	.containerWidthBlog{
		padding:0;
	}
}


.heightFootMess{
	width: 100%;height:150px;padding-top:20px;padding-bottom:20px;
}

@media (max-width: 780px) {
	.heightFootMess{
		height:100px;
	}
}


@media (max-width:1344px) {

	.scInfo2 .social{
		float:right;
		margin:0 auto 20px auto;
		width:25%;
		background-size: 40px 40px;
	}
}
@media (max-width:1224px) {

	.scInfo2 .social{
		background-size: 35px 35px;
	}
}
@media (min-width:992px) and (max-width:1120px){

	.scInfo2 .social{
		background-size: 30px 30px;
	}
}
@media (min-width:768px) and (max-width:824px){

	.scInfo2 .social{
		background-size: 30px 30px;
	}
}
@media (min-width:260px) and (max-width:429px){

	.scInfo2 .social{
		background-size: 30px 30px;
	}


	.col-md-2.soc_fot {
		width: 50.333333%;
		display: table;
		text-align: center;
		margin: 0 auto 0 auto;
		flex: none;
	}
}
@media (min-width:120px) and (max-width:260px){

	.scInfo2 .social{
		background-size: 30px 30px;
	}
	.col-md-2.soc_fot {
		width: 80%;
		display: table;
		text-align: center;
		margin: 0 auto 0 auto;
		flex: none;
	}
}
@media (min-width:320px) and (max-width:768px){

	.scInfo2 .social{
		margin-top:15px;
	}
}


.soc_left_page{
	position:fixed;
	top:50%;
	right:15px;
	margin-top:-140px;
	z-index:99999;
}
.soc_left_page .social_l{
	background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
	display: block;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	margin:0 auto;
	width:44px;
	height:44px;
	margin-bottom:20px;
	opacity:0.4;
}
.soc_left_page .social_l:hover{opacity:1;}
.soc_left_page .social_l a{width:44px;height:44px;display:block;}
.soc_left_page .social_l.fb{background-image: url('../images/icon/ffacebook.png');}
.soc_left_page .social_l.tube{background-image: url('../images/icon/fyoutube.PNG');}
.soc_left_page .social_l.insta{background-image: url('../images/icon/finsta.png');}
.soc_left_page .social_l.telegram{background-image: url('../images/icon/ftelegram.png');}


.demo_right_page{
	position:fixed;
	top:50%;
	right:15px;
	margin-top:-40px;
	z-index:99999;
}
.demo_right_page .demo_dostup{
	background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
	display: block;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	margin:0 auto;
	width:44px;
	height:44px;
	/*opacity:0.4;*/
	background: rgba(152,120,166, 1)  url('../images/icon/demo.png') center;
	cursor:pointer;
	animation: pulsate1 2.5s linear infinite;
	border-radius:50%;
	
}
.demo_right_page .demo_dostup:hover{opacity:1;}


@-webkit-keyframes pulsate1 {
	30% { color: #fff ; box-shadow: 0 -1px rgba(0,0,0,.3), 0 0 15px #fff , 0 0 18px #000 ; }
}
@keyframes pulsate1 {
	30% { color: #fff ; box-shadow: 0 -1px rgba(0,0,0,.3), 0 0 15px #fff , 0 0 18px #000 ; }
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: block;
  opacity: 1;
  margin-right:10px;
}
[tooltip]::before {
  content: '';
 border: 10px solid transparent; 
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*animation: pulsate1 3.5s linear infinite;*/
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 250px;
  max-width: 500px;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  padding: 20px;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: rgba(152,120,166, 0.7);
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  white-space: pre-wrap;
  font-size:16px;
  line-height:30px;
  margin-right:10px;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip]:hover::before {
	border: 10px solid transparent; 
   border-left-color: rgba(152,120,166, 0.7);
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: rgba(152,120,166, 0.7);
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;

}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: rgba(152,120,166, 0.7);
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, .5em);
          transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: rgba(152,120,166, 0.7);
  right: calc(100% - 3px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}


/* KEYFRAMES */
@-webkit-keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {

}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {

}











/*
[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  
  font-family: Helvetica, sans-serif;
  text-align: center;

  min-width: 250px;
  max-width: 500px;
  overflow: hidden;
  padding: 20px;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: rgba(152,120,166, 0.7);
  color: #fff;
  z-index: 1000;
  white-space: pre-wrap;
  font-size:16px;
  line-height:30px;
  margin-right:10px;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip]:hover::before {
	border: 10px solid transparent; 
   border-left-color: rgba(152,120,166, 0.7);
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: rgba(152,120,166, 0.7);
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -.5em);
          transform: translate(-50%, -.5em);
}

[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: rgba(152,120,166, 0.7);
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, .5em);
          transform: translate(-50%, .5em);
}

[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: rgba(152,120,166, 0.7);
  left: calc(0em - 15px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}

[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: rgba(152,120,166, 0.7);
  right: calc(0em - 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}

@-webkit-keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  -webkit-animation: tooltips-vert 300ms ease-out forwards;
          animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  -webkit-animation: tooltips-horz 300ms ease-out forwards;
          animation: tooltips-horz 300ms ease-out forwards;
}


*/







@media (min-width:700px) and (max-width:992px){
	.soc_left_page .social_l{
		margin-bottom:10px;
	}
	.soc_left_page{
		/*left:10px;*/
		margin-top:-100px;
	}
}
@media (min-width:639px) and (max-width:700px){
	.soc_left_page .social_l{
		margin-bottom:10px;
	}
	.soc_left_page{
		/*left:2px;*/
		margin-top:-80px;
	}
	.soc_left_page .social_l,
	.soc_left_page .social_l a,
	.demo_right_page .demo_dostup{width:30px;height:30px;}
}
@media (max-width:639px){
	.soc_left_page,
	.demo_right_page .demo_dostup{
		display:none;
	}
}

.part_img_list{
	margin-top:20px;
	width:100%;
	display:table;
}
.part_img_list img{
	width:32.333333%;
	margin:0.5%;
}


/* choose */
.choose_one{
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
	cursor: pointer;
}

.choose_one .choose_img{
	height: 149px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;    

	display: block;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	
	margin:0 auto;
}

.choose_one:hover > .choose_img{
	-webkit-transform: scale(1.15,1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.15,1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}
.choose_one:hover > .choose_title{
	text-decoration:underline;
}
.choose_one .choose_img.img_1{background-image: url('../images/choose/choose_1.jpg');}
.choose_one .choose_img.img_2{background-image: url('../images/choose/choose_2.jpg');}
.choose_one .choose_img.img_3{background-image: url('../images/choose/choose_3.jpg');}
.choose_one .choose_img.img_4{background-image: url('../images/choose/choose_4.jpg');}
.choose_one .choose_img.img_5{background-image: url('../images/choose/choose_5.jpg');}
.choose_one .choose_img.img_6{background-image: url('../images/choose/choose_6.jpg');}
.choose_one .choose_img.img_7{background-image: url('../images/choose/choose_7.jpg');}
.choose_one .choose_img.img_8{background-image: url('../images/choose/choose_8.jpg');}


.choose_img.img_logo1{background-image: url('../images/partners/4.jpg');}




.modal .choose_img{
	width: 100px;
	height: 70px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;    
    margin-right: 20px;
	float:left;
}

.choose_img.img_logo8{background-image: url('../images/partners/8_1.jpg');  background-size: auto 100%;}
.choose_img.img_logo9{background-image: url('../images/partners/16_1.png');  background-size: auto 100%;}


.modal .choose_img.img_1{background-image: url('../images/choose/choose_1.jpg');}
.modal .choose_img.img_2{background-image: url('../images/choose/choose_2.jpg');}
.modal .choose_img.img_3{background-image: url('../images/choose/choose_3.jpg');}
.modal .choose_img.img_4{background-image: url('../images/choose/choose_4.jpg');}
.modal .choose_img.img_5{background-image: url('../images/choose/choose_5.jpg');}
.modal .choose_img.img_6{background-image: url('../images/choose/choose_6.jpg');}
.modal .choose_img.img_7{background-image: url('../images/choose/choose_7.jpg');}
.modal .choose_img.img_8{background-image: url('../images/choose/choose_8.jpg');}
.modal .choose_img.img_lic{background-image: url('../images/licT.png');background-size:70px;}
.modal-title.choose span{
	display:table;
	margin:20px 0 0 0;
}

.modal-title.choose span.war{
	display:table;
	margin:5px 0 0 0;
	font-size:18px;
}

.modal-title.choose span.sn_t{
	font-size:16px;
}




select {

}

select:after {
  content: "?";
  padding: 0 15px 0 0;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 4px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

.line_new_height .ftext{
	margin-top:0px;
}

@media (max-width: 1440px) {
	.line_new_height .ftext{
		margin-top:0.5px;
	}
}
@media (max-width: 1167px) {
	.line_new_height .ftext{
		font-size: 13.5px;
		margin-top:2.2px;
	}
	.line_new_height.col-sm-4{
		padding:0;
	}
	.scInfo .butF{
		width:500px;
	}
}

@media (max-width: 1131px)  {
	.line_new_height .ftext{
		font-size: 13px;
		margin-top:3.5px;
	}
}

@media (max-width: 731px) {
	.line_new_height .ftext{
		font-size: 12.5px;
		margin-top:5px;
	}
}
@media (max-width: 704px) {
	.line_new_height .ftext{
		font-size: 12px;
	}
}

@media (max-width: 663px) {
	.dispFooterMinShow .ftext{
		font-size: 14px;
	}
	.dispFooterMinShow{
		width:100%;
	}
}

.demodostyp_text{
	line-height: 56px;
	font-size: 18px;
}
#homeHeadingform.demo_or{
	font-size: 18px;
	margin-top:0px;
	margin-bottom:25px;
}

.demodostyp_text.textright{
	text-align:right;
}
.demodostyp_text.textleft{
	text-align:left;
}




@media (min-width: 1430px) {
	.demodostyp_text{
		font-size:16px;
	}
	
	.demodostyp_line .col-md-5{
		-webkit-flex: 0 0 37%;
		-ms-flex: 0 0 37%;
		flex: 0 0 37%;
		max-width: 37%;
		padding:0;
		margin:5px 0 0;
	}
	.demodostyp_line .col-md-2{
		-webkit-flex: 0 0 26%;
		-ms-flex: 0 0 26%;
		flex: 0 0 26%;
		max-width: 26%;
		padding:0 10px;
		margin:5px 0 0;
	}
	
}

@media (max-width: 1440px) {
	/*
	.demodostyp_line .butC, .demodostyp_line .butC.new,
	.demodostyp_text 
	{
		font-size: 15px;
	}
	*/
	
	.demodostyp_line .col-md-5{
		-webkit-flex: 0 0 37.5%;
		-ms-flex: 0 0  37.5%;
		flex: 0 0  37.5%;
		max-width:  37.5%;
		padding:0 10px;
		margin:5px 0 0;
	}
	.demodostyp_line .col-md-2{
		-webkit-flex: 0 0  25%;
		-ms-flex: 0 0  25%;
		flex: 0 0  25%;
		max-width:  25%;
		padding:0 0;
		margin:5px 0 0;
	}
}

@media (max-width: 1430px) {
	
	.demodostyp_text {
		line-height: 40px;
	}
}

@media (max-width: 1385px) {
	.demodostyp_text{
		font-size:14px;
	}
}

@media (max-width: 1202px) {
	
	.demodostyp_line .col-md-5{
		-webkit-flex: 0 0 36%;
		-ms-flex: 0 0  36%;
		flex: 0 0  36%;
		max-width:  36%;
		padding:0 10px;
		margin:5px 0 0;
	}
	.demodostyp_line .col-md-2{
		-webkit-flex: 0 0  28%;
		-ms-flex: 0 0  28%;
		flex: 0 0  28%;
		max-width:  28%;
		padding:0 0;
		margin:5px 0 0;
	}

}
@media (max-width: 1074px) {
	
	.demodostyp_line .col-md-5{
		-webkit-flex: 0 0 34.5%;
		-ms-flex: 0 0  34.5%;
		flex: 0 0  34.5%;
		max-width:  34.5%;
		padding:0 10px;
		margin:5px 0 0;
	}
	.demodostyp_line .col-md-2{
		-webkit-flex: 0 0  31%;
		-ms-flex: 0 0  31%;
		flex: 0 0  31%;
		max-width:  31%;
		padding:0 0;
		margin:5px 0 0;
	}

}
@media (max-width: 1015px) and (min-width: 1000px) {
	/*
	.demodostyp_line .butC, .demodostyp_line .butC.new{
		font-size: 13px;
	}
	*/
}
@media (max-width: 1000px) {
	.demodostyp_line .col-md-2,
	.demodostyp_line .col-md-5{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding:0;
		padding:0;
		margin:5px 0 0;
	}
	.demodostyp_line .butC, .demodostyp_line .butC.new{
		width: 70%;
		margin: 0 auto;
	}
	.demodostyp_text.textright,
	.demodostyp_text.textleft{
		text-align:center;
		line-height:20px;
	}
	.demodostyp_text.textright{
		margin-bottom: 5px;
	}
	.demodostyp_text.textleft{
		margin-top: 10px;
	}
	#homeHeadingform.demo_or{
		margin-bottom: 7px;
		margin-top: 15px;
	}
	
}
@media (max-width: 759px) {
	.demodostyp_line .butC, .demodostyp_line .butC.new{
		width: 80%;
		margin: 0 auto;
	}
}
@media (max-width: 661px) {
	.demodostyp_line .butC, .demodostyp_line .butC.new{
		width: 90%;
		margin: 0 auto;
	}
}

.no_licen{
	display:block;
	width:100%;
	height:80px;
	
}

.lic_header.header_lic{
	width:58px;
	height:58px;
	margin-left:20px;
	background: url(../images/lic2.png) no-repeat right;
	background-size:cover;
	opacity:1;
}
@media (min-width: 100px) and (max-width: 1366px) {
	.lic_header.header_lic {
		width: 31px;
		height: 31px;
		margin-top: 3px;
	}
}
@media (min-width: 1367px) and (max-width: 1440px) {
	.lic_header.header_lic {
		width: 35px;
		height: 35px;
		margin-top: 3px;
	}
}

.lic_header.header_osv{
	width:68px;
	height:55px;
	margin-left:20px;
	background: url(../images/lic_osv1.png) no-repeat center;
	background-size:cover;
	opacity:1;
}
@media (min-width: 100px) and (max-width: 1366px) {
	.lic_header.header_osv {
		width: 31px;
		height: 31px;
		margin-top: 3px;
	}
}
@media (min-width: 1367px) and (max-width: 1440px) {
	.lic_header.header_osv {
		width: 35px;
		height: 35px;
		margin-top: 3px;
	}
}

@media (max-width: 144px) {
	#mainNav.navbar-shrink {
		height: 45px;
	}
}



.footer_contacts_div{
	width:100%;
	margin:15px auto 0 auto;
	padding:0 25px;
}



.price_contacts{
	width:80%;
	table-layout: fixed;
	margin: 0 auto;
}
.footer_contacts{
	width:100%;
	table-layout: fixed;
}
.footer_contacts tr td{
	width:40%;
	padding:0 15px;
}
.footer_contacts tr td.marg_td{
	padding:15px 15px 0;
}

.footer_contacts .fimg{
	display: block;
	height: 29px;
    background-position: center;
    background-repeat: no-repeat;	
    opacity: 1;	
}

.footer_contacts .fimg.phone{background-image: url('../images/icon/fphone.png');}
.footer_contacts .fimg.mail{background-image: url('../images/icon/fmail.png');}
.footer_contacts .fimg.geo{background-image: url('../images/icon/fgeo.png');}

.price_contacts .fbutton,
.footer_contacts .fbutton
{
	width:100%;
	margin-top:10px;
}
.price_contacts .butF,
.footer_contacts .butF
{
    text-align: center;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    background: #9878a6;
	display:table;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 0;
    outline: 0;
    font-size: 19px;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	/*
    display: block;
    display: table-cell;
    vertical-align: middle;
	*/
}
.price_contacts .butF{
	height: 40px;
    line-height: 40px;
	font-size: 17px;
}
.footer_contacts .lin{
	margin-top:25px;
}
.price_contacts .butF:hover,
.footer_contacts .butF:hover
{
	text-decoration:none;
	background:#bb96cc;
}

@media (min-width: 991px) and (max-width: 1300px) {
	
	.footer_contacts_div{
		padding:0 10px;
	}
	.footer_contacts tr td{
		width:40%;
		padding:0 10px;
	}
	
	.footer_contacts .butF{height:40px;font-size:14px;}
	.price_contacts .butF{height:40px;font-size:14px;}
	
}
@media (max-width: 991px) {

	.price_contacts .butF{height:40px;font-size:14px;}
	.footer_contacts .butF{height:40px;font-size:14px;}
	
}
@media (max-width: 774px) {

	.price_contacts .butF{height:40px;font-size:12px;}
	.footer_contacts .butF{height:40px;font-size:12px;}
	.footer_contacts tr td {
		padding: 0 5px;
	}
	.footer_contacts_div{
		padding:0 5px;
	}
}
@media (max-width:774px) {

	.footer_contacts_div{
		display:none;
	}

	.dispFooterMinShow{
		display:block;
	}
}
@media (max-width: 1167px) {
	.footer_contacts .ftext{
		font-size: 13.5px;
		margin-top:2.2px;
	}
	.footer_contacts.col-sm-4{
		padding:0;
	}
	.scInfo .butF{
		width:500px;
	}
}

@media (max-width: 1131px)  {
	.footer_contacts .ftext{
		font-size: 13px;
		margin-top:3.5px;
	}
}
@media (max-width: 870px)  {
	.footer_contacts .ftext{
		font-size: 12px;
		margin-top:3.5px;
	}
}

@media (max-width: 731px) {
	.footer_contacts .ftext{
		font-size: 12.5px;
		margin-top:5px;
	}
}
@media (max-width: 704px) {
	.footer_contacts .ftext{
		font-size: 12px;
	}
}

@media (max-width: 663px) {
	.footer_contacts .ftext{
		font-size: 14px;
	}

}



.table_table_lider_year2 {
  display: flex;
  flex-flow: row wrap;
  width:100%;
  text-align:center;
  vertical-align:middle;
  font-size:26px;
  margin:40px 0;
}
.table_table_lider_year2_table-cell {
   align-self: center;
}
.table_table_lider_year2_table-cell.lider_cols_1 { flex: 1 30%;}
.table_table_lider_year2_table-cell.lider_cols_2 { flex: 1 40%;}
.table_table_lider_year2_table-cell.lider_cols_3 { flex: 1 30%;}

.table_table_lider_year2_table-cell img {
    width: 14%;
    float: left;
    margin: 0 1%;
}

@media (max-width: 1200px) {
	.table_table_lider_year2{
		font-size:22px;
	}
	/*
	.table_table_lider_year2 img{
		width:200px;
		height:200px;
	}
	*/
}
@media (max-width: 1030px) {
	.table_table_lider_year2{
		font-size:21px;
	}
	/*.table_table_lider_year2 img{
		width:180px;
		height:180px;
	}*/

}
@media (max-width: 991px) {
	.table_table_lider_year2{
		font-size:17px;
	}
	/*.table_table_lider_year2 img{
		width:150px;
		height:150px;
	}*/
}
@media (max-width: 768px) {
	.table_table_lider_year2{
		font-size:15px;
	}
	/*.table_table_lider_year2 img{
		width:120px;
		height:120px;
	}*/
}
@media (max-width: 668px) {
	.table_table_lider_year2{
		font-size:14px;
	}
	/*.table_table_lider_year2 img{
		width:100px;
		height:100px;
	}*/
}
@media (max-width: 620px) {
	.table_table_lider_year2{
		font-size:13px;
	}
	/*.table_table_lider_year2 img{
		width:90px;
		height:90px;
	}*/
	.table_table_lider_year2_table-cell.lider_cols_1 { flex: 1 41.5%;}
	.table_table_lider_year2_table-cell.lider_cols_2 { flex: 1 17%;}
	.table_table_lider_year2_table-cell.lider_cols_3 { flex: 1 41.5%;}
}
@media (max-width: 559px) {
	.table_table_lider_year2_table-cell.lider_cols_1,
	.table_table_lider_year2_table-cell.lider_cols_2,
	.table_table_lider_year2_table-cell.lider_cols_3 { flex: 1 100%;  vertical-align:middle;}
	.table_table_lider_year2 img{
		width: 48%;
	}

}
/*
@media (max-width: 562px) {
	.table_table_lider_year2_table-cell.lider_cols_1,
	.table_table_lider_year2_table-cell.lider_cols_2,
	.table_table_lider_year2_table-cell.lider_cols_3 { flex: 1 100%;  vertical-align:middle;}
}
*/

.one_country{

}

.n_f_one_block{
	margin-bottom:20px;
	font-size:1rem;
	line-height: 20px;
}
.n_f_one_block.but_map{
	margin-bottom:20px;
}
.n_f_one_block.last{
	margin-bottom:0;
}
.footer_contacts .butF.nomarg,
.footer_contacts .fbutton.nomarg
{
	margin:0;
}

.nfooter{
	padding: 20px 5px 20px 5px;
}
.footer_list_c{
	padding-top: 15px;
}

@media (max-width: 1430px) {
	.n_f_one_block{
		font-size:.9rem;
	}
		
}
@media (max-width: 1299px) {
	.n_f_one_block{
		font-size:.85rem;
	}
		
}
@media (max-width: 1237px) {
	.n_f_one_block{
		font-size:.84rem;
	}
	.nfooter .col-lg-4{
		padding:0;
	}
	.nfooter{
		padding:0;
		margin:0;
	}
}
@media (max-width: 1120px) {
	.n_f_one_block{
		font-size:.8rem;
	}
}
@media (max-width: 1046px) {
	.n_f_one_block{
		font-size:.75rem;
	}
}
@media (max-width: 991px) {
	.nfooter .col-lg-4{
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		padding:20px;
	}
}


@media (max-width: 991px) {
	.nfooter .footer_contacts .butF{
		font-size:16px;
		height:40px;
		line-height: 40px;
	}
	.n_f_one_block.but_map {
		margin-bottom: 41px;
	}
}
@media (max-width: 833px) {
	.nfooter .col-lg-4{
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.nfooter .col-lg-4.linea{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.nfooter .footer_contacts .butF{
		line-height: 38px;
	}
	.n_f_one_block.but_map {
		margin-bottom: 15px;
	}
	.nfooter .col-lg-4.linea {padding-top: 0;}
}
@media (max-width: 555px) {
	.nfooter .col-lg-4{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}



@media (max-width: 1590px) {
	.teach_one .t_name {
		padding: 2px 0;
		font-size: 14px;
	}
	.teach_one .t_spec{
		font-size: 14px;
	}
	.modal-choose .modal-body .cont_te .col-lg-2 {
		padding:5px;
		
	}
}
@media (max-width: 1450px) {
	.teach_one .t_name {
		padding: 0;
		font-size: 12px;
	}
	.teach_one .t_spec{
		font-size: 12px;
	}
	.modal-choose .modal-body {
		width: 97%;
		padding: 30px 0px;
	}
	
}
@media (max-width: 1165px) {
	.teach_one .t_name {
		font-size: 10px;
	}
	.teach_one .t_spec{
		font-size: 10px;
	}
	.modal-choose .modal-body .cont_te .col-lg-2 {
		padding:2px;
		
	}
	
}

@media (max-width: 576px){
	.teach_one .t_name {
		font-size: 12px;
	}
	.teach_one .t_spec{
		font-size: 12px;
	}
}



.block_login_and_password{
	background:#71b552;
	display:table;
	color:#fff;
	padding:10px;
	margin:5px auto 40px;
	text-align:center;
	width: 100%;
}

.pay_btn{
	/*background-color:#fbfbfb;*/
	padding:20px 25px;
	/*border-radius:8px;*/
	border:1px solid #9878a6;
	outline:none;
	
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.pay_or_text{
	padding:30px 25px;
	text-align:center;
	font-size:20px;
}


.pay_btn:hover{
	background-color:#f3f3f3;
}

.pay_type_left{
	text-align:right;
}
.pay_type_right{
	text-align:left;
}


.pay_none{
	filter: grayscale(100%);
    opacity: 0.4;
	
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.pay_none:hover{
	filter: grayscale(50%);
    opacity: 1;
}


/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: calc(100% + 25px);
  border-bottom-width: 0;
  border-top-color: #333;
  display: none !important;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 15px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}





@media (max-width: 1580px) {
	#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
		font-size:13px;
	}
	/*
	#mainNav.navbar-shrink {
		height: 36px;
	}
	*/
}
@media (max-width: 1366px) {
	
	#mainNav.navbar-shrink {
		height: 36px;
	}
	
}
@media (max-width: 1063px) {
	#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
		font-size:11px;
	}
	#mainNav.navbar-shrink {
		height: 35px;
	}
}

@media (max-width: 991px) {
	#mainNav.navbar-shrink {
		height: 40px;
	}
}



div.glogh1 {
	position: absolute;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 11px 8px 11px 8px;
	background: rgba(255, 255, 255, 0.5);

	width:200px;
	margin-left:-100px;
	top: 280px;
	left:50%;
}
.glogh_more {
	position: absolute;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: center;

	margin-left:-90px;
	top: 342px;
	left:50%;
	border-bottom:1px dotted #000;
	cursor:pointer;
}
@media (min-width:768px) and (max-width:950px) {
	div.glogh1{
		left:55%;
	}
}

.res_r{
	color:#fff;
	display: table; 
    width: 100%;
    margin-top: 10px;
}

.nav-fixed-left{
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	width:12%;
	height: 100%!important;
	background:rgb(0,0,17);
	z-index:999;
}

.navbar_list_menu{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:15px;
}
.navbar_list_menu li{
	padding:0 20px;
}
.navbar_list_menu li a{
	position: relative;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
	padding: 0px 20px 0 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 8px;
    background: transparent;
    height: 43px;
    flex-shrink: 0;
	text-decoration:none;
}
.navbar_list_menu li a.actve{
	background:rgba(255,255,255,0.15);
}

.navbar_list_menu li a:hover,
.navbar_list_menu li a:hover.actve{
	background:rgba(255,255,255,0.2);
	text-decoration:none;
}

.nav_pod_menu{
	list-style-type:none;
	padding-left:15px;
}
.nav_pod_menu li a{
	padding: 0px 10px 0 10px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    height: 30px;
}
	


.content_block_all{
	width:88%;
	margin-left:12%;
}

.logo_block{
	margin-top:15px;
}
.logo{
	width:80%;
	margin:0 auto;
	display: block;
}

.navbar-toggler{
	display:none;
}
.nav-toggler{
	background-image: url(/templates/file/images/menu_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    /* float: right; */
    width: 30px;
    height: 30px;
}
.navbar_list_menu.collapse.show{
	background: rgba(0,0,17, 0.9);
	margin-top: 43px;
	overflow:auto;
	min-height:500px;
	height:100%;
}

.navbar-toggler-right {
    position: absolute;
    right: 10px;
    top: 4px;
}


@media (max-width: 1590px) {
	.navbar_list_menu li {
		padding: 0;
	}
}
@media (max-width: 1366px) {
	
	.navbar_list_menu li a {
		padding: 0px 0 0 10px;
		border-radius:0px;
	}
	
}
@media (max-width: 1100px) {
	
	.navbar_list_menu li a {
		font-size: 12px;
	}
	
}
@media (max-width: 899px) {
	
	.nav-fixed-left {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 45px!important;
		z-index: 999;
	}
	.logo_block{
		float:left;
	}
	.navbar_list_menu{
		display:none;
	}
	.logo_block {
		display: flex;
		width: 100px;
		margin-top: 5px;
	}
	.content_block_all {
		width: 100%;
		margin-left: 0%;
	}
	
	.logo {
		width: 35px;
		height: 35px;
		margin: 2px 0 0 15px;
	}
	.navbar-toggler{
		display:inherit;
	}
	
	
}


.grecaptcha-badge{
	/*bottom: 10px!important;
	right: 10px!important;*/
	/*display:none!important;*/
}



.block_parther_title{
	margin-bottom:15px;
}
.list_parther{
	/*display: flex;*/
  /*align-items: flex-start;
  align-items: baseline;*/
  /*flex-wrap: wrap;*/
}

.list_parther .one_parther{
	/*width: 25%;*/
	/*max-width: 33.333%;*/
    align-items: stretch;
    position: relative;
	min-height: 120px;
}
.list_parther .one_parther .img_part{
    display: table;
    margin: 0 auto;
	height:60px;
	margin-bottom: 15px;
}
.list_parther .one_parther .img_part img,
.list_parther .one_parther .img_part svg{
    max-height:60px;
    height:60px;
}

.list_parther .one_parther .text_part{
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 25%; */
    position: relative;
    text-align: center;
    bottom: 0;
	padding:0 10px;
}

.list_parther .one_parther:hover > a .text_part{
    background: #9e86a7;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.5s, visibility 0s linear 0.5s;
	text-decoration:none;
}

.list_parther a,
.list_parther a:hover{
	text-decoration:none;
}



/* Chrome, Safari, Edge, Opera */
input.inpC::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.inpC[type=number] {
  -moz-appearance: textfield;
}





.about-float-right{
	margin-left: auto;
	order: 2;
}
    
.about_md{
	padding-bottom: 30px;
    border-top: 1px solid rgba(0,0,0,0.1);
	padding-top:30px;
}

.about_md:first-child{
	border-top:none;
	padding-top:0;
}

.about_md:last-child{
	padding-bottom: 0;
}

.rowAbout{
	align-items: center;
}
.one_about_school{
	position: relative;
	cursor: default;
}

.one_about_school .about_school_img{
	height: 149px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;    

	display: block;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	
	margin:0 auto;
	
}

.one_about_school .about_school_title{
	position: relative;
	padding-top:5px;
    text-align: center;
	color:#323434;
	font-size:17px;
	text-decoration:underline;
	
}

.one_about_school:hover > .about_school_img{
	-webkit-transform: scale(1.15,1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.15,1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	
}

.about_school_img.imgs-1{background-image: url('../images/choose/choose_1.jpg');}
.about_school_img.imgs-2{background-image: url('../images/choose/choose_2.jpg');}
.about_school_img.imgs-3{background-image: url('../images/choose/choose_3.jpg');}
.about_school_img.imgs-4{background-image: url('../images/choose/choose_4.jpg');}
.about_school_img.imgs-5{background-image: url('../images/choose/choose_5.jpg');}
.about_school_img.imgs-6{background-image: url('../images/choose/choose_6.jpg');}
.about_school_img.imgs-7{background-image: url('../images/choose/choose_7.jpg');}
.about_school_img.imgs-8{background-image: url('../images/choose/choose_8.jpg');}

.about-text{
	
}


@media (max-width:767px){

	.about-float-right{
		padding-top: 5px;
		padding-bottom: 10px;
	}
	.about-float-right{
		order: -1;
		padding-bottom:15px;
	}
}


.grecaptcha-badge{
	bottom:50px!important;
	opacity:0;
}