@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

html {
  padding: 0;
  margin: 0;
}

* {
box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #fff;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: normal;
}

a {
	color: #0b486b;
}

a:hover, a:focus {
	color: #ff5959;
}

.clear {
	clear: both;
}




.aloader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3b8686; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
	margin: 50px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



#header {
  background: #fff;
  height: 85px;
-webkit-box-shadow: 0px 15px 20px 0px rgba(130, 175, 200, 0.2);
-moz-box-shadow:    0px 15px 20px 0px rgba(130, 175, 200, 0.2);
box-shadow:         0px 15px 20px 0px rgba(130, 175, 200, 0.2);
z-index: 100;
position: relative;
}

#header .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	display: none;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 50px !important;
  background: rgba(255,255,255,0.9) !important;
  z-index: 100;
}

.sticky .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	display: inline !important;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.navbar-default {
	background: transparent;
	border: 0;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 12px;
}

.sticky .navbar-default {
	margin-left: 0px;
	margin-top: 0px;
}

.navbar-default .navbar-nav > li > a {
	color: #024880;
	font-size: 15px;
}

.sticky .navbar-default .navbar-nav > li > a {
	padding-right: 10px;
	padding-left: 10px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ff5959;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #ff5959;
	background-color: #fff;
}

.dropdown-menu > li > a {
	padding: 10px 20px;
	color: #024880;
}

.dropdown-menu > li > a:hover {
	color: #ff5959;
	background: #fff;
}

#header:not(.sticky) .navbar-right {
	padding-top: 15px;
}

#header:not(.sticky) .navbar-right a {
	padding: 0;
	padding-top: 20px;
}

#header:not(.sticky) .navbar-right a i {
	display: block;
	position: absolute;
	top: -20px;
	left: calc(50% - 17px);
	width: 34px;
	height: 34px;
	background: url(/images/top_reg_but.png) center center no-repeat;
	color: transparent;
}

.header_content {
	position: relative;
}

.top_logo {
	position: absolute;
	bottom: -52px;
	left: 0px;
	width: 68px;
	height: 104px;
	z-index: 100;
}

.top_logo img {
	width: 100%;
}

.sticky .top_logo {
	display: none;
}

#toBack {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 50px;
	left: 20px;
	cursor: pointer;
	display: none;
	background: url(/images/bul.png) center center no-repeat;
	background-size: contain;
	opacity: 1;
	z-index: 100;
}

#toTop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	background: url(/images/bup.png) center center no-repeat;
	background-size: contain;
	opacity: 1;
	z-index: 100;
}

.zayavka_result {
	text-align: center;
	padding: 100px 0;
}

#specialButton {
	
}

#specialButton span {
	display: inline-block;
	padding-top: 5px;
	text-transform: none;
	font-size: 14px;
}


/* Всплывающее окно Квииз */

.popup-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

.popup-holder .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

.popup {
	position: fixed;
	top: 100px !important;
	left: 50%;
	margin: 0 0 0 -450px;
	padding: 10px 20px;
	width: 900px;
	border: 0;
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .8);
	border-radius: 15px;
	border: 0;
}

#popup_form_buy .popup {
	width: 340px;
}

#popup_teacher .popup {
	width: 340px;
}

#popup_qeeze {
	
	padding: 10px 0px;
	width: 950px;
	text-align: left;
}

#popup_qeeze {
	top: 10px !important;
}

#popup_qeeze .qeeze_cont {
	position: relative;
	
}

#popup_qeeze .qeeze_content {
	background: url(/images/qeeze_bg.png) center center no-repeat;
	padding: 0 60px;
	padding-bottom: 160px;
	height: 540px;
	position: relative;
}

#popup_qeeze .qeeze_content2 {
	height: 540px;
	padding: 0 0px;
	padding-bottom: 160px;
	position: relative;
	background: url(/images/qeeze_confirm_form.png) right top no-repeat;
}

#popup_qeeze .qeeze_content3 {
	height: 540px;
	padding: 0 0px;
	position: relative;
	background: url(/images/qeeze_final_bg.png) center center no-repeat;
}

.close-popup {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 0;
	background: url(/images/icon-close.png) no-repeat;
	width: 25px;
	height: 25px;
	margin: 0 0 0 -14px;
	z-index: 100;
}

#popup_qeeze .qeeze_cont .close-popup {
		top: 0px;
		right: 10px;
}

.qeeze_top {
	background: url(/images/qeeze_top.png) left top no-repeat;
	padding: 0px 0 10px 70px;
	color: #5a8db5;
	border-bottom: 1px solid #5a8db5;
	margin: 0 auto;
	max-width: 760px;
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 1px;
}

.qeeze_top_empty {
	height: 50px;
}

#popup_qeeze h2 {
	color: #024880;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 20px 0;
}

.qeeze_bottom {
	position: absolute;
	left: calc(50% - 140px);
	width: 280px;
	bottom: 30px;
	text-align: center;
}

.qeeze_content2 .qeeze_bottom {
	bottom: 155px;
}

.qeeze_bottom img {
	display: inline-block;
}

.qeeze_bottom a {
	position: absolute;
	display: block;
	width: 15px;
	height: 26px;
	top: 50px;
	transition: all .2s ease-in-out;
	opacity: 0.3;
}

.qeeze_bottom a.prev_but {
	background: url(/images/qeeze_prev.png) center center no-repeat;
	background-size: contain;
	left: 0;
}

.qeeze_bottom a.next_but {
	background: url(/images/qeeze_next.png) center center no-repeat;
	background-size: contain;
	right: 0;
}

.qeeze_bottom a.prev_but2 {
	padding-left: 30px;
	font-size: 18px;
	left: -100px;
}

.qeeze_bottom a.active {
	opacity: 1;
}


.qeeze_bottom a.active:hover {
	transform: scale(1.4);
}

.qeeze_form ul {
	padding: 0;
}

.qeeze_form ul li {
	list-style-type: none;
	width: 100%;
	padding: 0;
	border-radius: 20px;
	border: 1px solid #0080e7;
	background: #fff;
	color: #0080e7;
	font-size: 16px;
	
}

.qeeze_form ul li.active {
	background: #0080e7;
	color: #fff;
	font-weight: bold;
-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 130, 230, 0.35);
-moz-box-shadow:    4px 4px 5px 0px rgba(0, 130, 230, 0.35);
box-shadow:         4px 4px 5px 0px rgba(0, 130, 230, 0.35);
}

.qeeze_form .radio {
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 5px 3px 0 0;
}
.qeeze_form .radio + label {
	cursor: pointer;
	margin: 0;
	display: block;
	padding: 8px 15px !important;
	font-weight: normal;
}

.qeeze_form ul li.active label {
	font-weight: bold;
}



.qeeze_form .radio:not(checked) {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 20px 0 0 7px;
}
.qeeze_form .radio:not(checked) + label {
	position: relative;
	padding-left: 35px !important;
	
}
.qeeze_form .radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 15px;
	width: 12px;
	height: 12px;
	border: 1px solid #0080e7;
	border-radius: 50%;
	background: #fff;
}
.qeeze_form .radio:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 15px;
	width: 12px;
	height: 12px;
	opacity: 0;
	transition: .2s;
	background: #fff;
	border-radius: 50%;
}
.qeeze_form .radio:checked + label:after {
	opacity: 1;
}
.qeeze_form .radio:focus + label:before {
	
}

#kursi_drug_text {
	width: calc(100% - 50px);
	border: 0;
	margin: 5px 15px 5px 15px;
	position: relative;
	display: block;
	padding-left: 20px;
	background: url(/images/qeeze_input_circle.png) left center no-repeat;
}



.qeeze_li_block {
	float: left;
	width: 50%;
	padding: 12px 15px;
}

.qeeze_subhead_empty {
	height: 60px;
}

.qeeze_subhead {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 5px 35px;
	border-radius: 20px;
	margin: 0 auto;
	width: 250px;
	background: #0080e7 url(/images/qeeze_input_circle.png) 15px center no-repeat;
	margin-bottom: 40px;
}

#qeeze_form2 .qeeze_li_block:last-of-type {
	width: 60%;
	margin-left: 20%;
}

#qeeze_form5 .qeeze_li_block {
	width: 100%;
}

#qeeze_form3 .qeeze_li_block a, #qeeze_form4 .qeeze_li_block a, #qeeze_form5 .qeeze_li_block a {
	display: block;
	padding: 8px 5px 8px 35px;
	background: #fff url(/images/qeeze_input_circle.png) 15px center no-repeat;
	border-radius: 20px;
	border: 1px solid #0080e7;
	color: #0080e7;
	font-size: 16px;
}

#qeeze_form3 .qeeze_li_block a:hover, #qeeze_form3 .qeeze_li_block a:focus, #qeeze_form4 .qeeze_li_block a:hover, #qeeze_form4 .qeeze_li_block a:focus, #qeeze_form5 .qeeze_li_block a:hover, #qeeze_form5 .qeeze_li_block a:focus {
	text-decoration: none;
}

#qeeze_form3 .qeeze_li_block a.active, #qeeze_form4 .qeeze_li_block a.active, #qeeze_form5 .qeeze_li_block a.active {
	background: #0080e7 url(/images/qeeze_input_circle.png) 15px center no-repeat;
	color: #fff;
	font-weight: bold;
-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 130, 230, 0.35);
-moz-box-shadow:    4px 4px 5px 0px rgba(0, 130, 230, 0.35);
box-shadow:         4px 4px 5px 0px rgba(0, 130, 230, 0.35);
}

#popup_qeeze .qeeze_confirm_left {
	color: #024880;
	float: left;
	width: 45%;
	font-size: 16px;
	padding-left: 60px;
}

#popup_qeeze .qeeze_confirm_left h2 {
	font-size: 40px;
	text-align: left;
	margin: 0;
}

#popup_qeeze .qeeze_confirm_left h3 {
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	margin: 0;
}

#popup_qeeze .qeeze_confirm_left p {
	padding: 40px 0 20px 0;
}

#popup_qeeze .qeeze_confirm1 {
	background: url(/images/qeeze_confirm1.png) left center no-repeat;
	padding: 25px 0 0 35px;
	height: 65px;
}

#popup_qeeze .qeeze_confirm2 {
	background: url(/images/qeeze_confirm2.png) left center no-repeat;
	padding: 25px 0 0 35px;
	height: 65px;
}

#popup_qeeze .qeeze_confirm3 {
	background: url(/images/qeeze_confirm3.png) left center no-repeat;
	padding: 25px 0 0 35px;
	height: 65px;
}

#popup_qeeze .qeeze_confirm_right {
	color: #024880;
	float: left;
	width: 55%;
	position: relative;
}

.qeeze_form_confirm {
	width: 250px;
	position: absolute;
	top: 125px;
	right: 135px;
}

.qeeze_form_confirm input[type=text] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #024880;
	color: #024880;
	padding: 3px 0;
	font-size: 12px;
	margin: 10px 0;
}

.qeeze_form_confirm button {
	width: 100%;
	background: #024880;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 8px;
	border: 0;
	border-radius: 20px;
	margin-top: 10px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 130, 230, 0.35);
	-moz-box-shadow:    4px 4px 5px 0px rgba(0, 130, 230, 0.35);
	box-shadow:         4px 4px 5px 0px rgba(0, 130, 230, 0.35);
}

.qeeze_form_confirm button:disabled {
	background: #999;
	box-shadow: none;
}

.qeeze_confirm_personal {
	font-size: 12px;
	margin-top: 10px;
}

.qeeze_final {
	text-align: center;
	width: 240px;
	margin: 0 auto;
	padding-top: 140px;
	color: #024880;
}

.final_but {
	display: inline-block;
	background: #024880;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 30px;
	border: 0;
	border-radius: 25px;
	margin-top: 20px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 130, 230, 0.35);
	-moz-box-shadow:    4px 4px 5px 0px rgba(0, 130, 230, 0.35);
	box-shadow:         4px 4px 5px 0px rgba(0, 130, 230, 0.35);
}

.final_but:hover {
	text-decoration: none;
	
}


/*  Всплывающие формы*/

#popup_form_buy form, #popup_teacher form {
	padding-top: 30px;
}

#popup_form_buy input[type=text], #popup_teacher input[type=text], #popup_teacher select {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #024880;
	padding: 3px 0;
	font-size: 12px;
	margin: 10px 0;
	background: #fff;
}

.form_buy_personal {
	font-size: 12px;
	margin-top: 10px;
}

.form_buy_personal a {
	text-decoration: underline;
}

#popup_form_buy button, #popup_teacher button {
	width: 100%;
	border: 0;
	padding: 5px 0;
	background: #024880;
	margin-top: 20px;
	font-size: 14px;
}

#popup_form_buy button:hover, #popup_teacher button:hover {
	background-color: #024880;
}

#form_buy_program_name {
	text-align: center;
	display: block;
}

/* Главная */

@keyframes pulsate{
0% {
    opacity: 1;
  }
  20% {
    opacity: 0.7;
  }
  100 {
    opacity: 1;
  }
}


.mybut1 {
    padding: 12px 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ff5959;
  font-size: 20px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.mybut1:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.mybut1:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
  
 .mybut1:hover {
    background-color: #ff5959;
    color: #fff;
	text-decoration: none;
	  -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

 .mybut1:disabled {
	 background: gray !important;
 }

.main_top_block_new_cont {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

.main_top_block {
	padding-bottom: 50px;
	color: #024880;
	position: relative;
				
}

.main_top_block .container:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: -360px;
	width: 725px;
	height: 620px;
	background: url(/images/main_top_block_bg.png) top left no-repeat;
	z-index: -1;
}

.main_top_block .container {
	position: relative;
}


.main_top_block h2 {
	padding-top: 90px;
	font-weight: bold;
	font-size: 38px;
}

.main_top_block_teachers h2 {
	font-size: 28px;
}

.main_top_block h2 span {
	color: #ff5959;
}


.main_top_block_new_text {
	position: absolute;
	top: 9vw;
	left: 0;
	width: 100%;
	color: #024880;
}

.main_top_block_pic {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 2;
}

.main_top_block_pic img {
	max-width: 100%;
}

.main_top_block_pic span {
	display: block;
}

.main_top_block_pic_0 {
	width: 500px;
	z-index: 2;
	position: relative;
}

.main_top_block_pic_1 {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 270px;
	height: 270px;
	z-index: 1;
} 

.main_top_block_pic_2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 115px;
	height: 115px;
	z-index: 3;
}

.main_top_block_pic_2 span {
	position: absolute;
	display: block;
	text-align: center;
	top: 27px;
	left: 0;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
}

.main_top_block_pic_3 {
	position: absolute;
	top: -50px;
	right: -120px;
	width: 285px;
	height: 167px;
	z-index: 4;
}

.main_top_block_pic_3 > div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_top_block_pic_3 > div > div {
	display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_top_block_pic_3 span {
	display: inline-block;
	text-align: center;
	font-size: 44px;
	line-height: 46px;
	font-weight: bold;
}

.main_top_block_pic_3 span i {
	display: inline-block;
	font-style: normal;
	color: #80a0ba;
	font-weight: normal;
	position: relative;
	font-size: 38px;
}

.main_top_block_pic_3 span i:before {
	border-bottom: 3px solid red;
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	transform: rotate(-10deg);
}

.main_top_block_line {
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 54%;
	height: 185px;
	background: url(/images/dot_block.png) left top repeat;
	z-index: 1;
}


.main_top_block_new_text h2 {
	font-weight: bold;
	font-size: 50px;
}

.main_top_block_text1 {
	font-size: 25px;
	margin-top: 20px;
}

.main_top_block_text1 span {
	color: #666;
	margin-bottom: 10px;
	display: inline-block;
}

.main_top_block_text2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 120px;
	max-width: 360px;
	line-height: 20px;
	letter-spacing: 1px;
}

.main_top_block_text3 {
	font-size: 16px;
	margin-top: 20px;
	max-width: 360px;
}

.main_top_block_link {
	margin-top: 10px;
}


.main_top_youtube_cont {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 2;
}

.main_top_youtube {
	width: 1000px;
	height: 520px;
	border-radius: 260px 0 0 260px;
	overflow: hidden;
	
}

.main_top_block_circle1 {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 115px;
	height: 115px;
	z-index: 4;

}

.main_top_block_new_links {
	margin-top: 105px;
	position: relative;
	height: 140px;
}

.main_top_block_new_links > div {
	position: absolute;
	top: 0;
}

.main_top_block_new_links > div:nth-child(1) {
	left: 0px;
}

.main_top_block_new_links > div:nth-child(2) {
	left: 130px;
}

.main_top_block_new_links > div:nth-child(3) {
	left: 260px;
}

.main_top_block_new_links > div:hover {
	width: 240px;
	height: 110px;
	z-index: 11;
}

.main_top_block_new_links a {
	text-align: left;
	padding-left: 100px;
	padding-top: 14px;
	border-radius: 55px;
	background-color: #aae6dc;
	overflow: hidden;
	width: 110px;
	height: 110px;
	color: transparent;
	border-radius: 55px;
	display: block;
	transition: all .2s ease-in-out;
}

.main_top_block_doc a {
	background-image: url(./images_new/main_top_block_gerb_white.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.main_top_block_doc a:hover {
	background-image: url(./images_new/main_top_block_gerb.png);
}

.main_top_block_cert a {
	background-image: url(./images_new/main_top_block_cert_white.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 25px;
}

.main_top_block_cert a:hover {
	background-image: url(./images_new/main_top_block_cert.png);
}

.main_top_block_new_links a:hover {
	width: 240px;
	color: #0b486b;
	text-decoration: none;
}

.main_top_block_price_bg {
	position: absolute;
	top: 0;
	right: 0;
	background: #dae9f1;
	width: 240px;
	height: 240px;
	border-radius: 120px;
	z-index: 1;
}

.main_top_block_price {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-radius: 80px;
	background: #aae6dc;
	text-align: center;
	z-index: 3;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 45px;
}

.main_top_block_teachers .main_top_block_price {
	font-size: 14px;
	line-height: 20px;
}

.main_top_block_price span {
	display: block;
	font-size: 33px;
	color: #ff5959;
}

.main_top_block_teachers .main_top_block_price span {
	padding-bottom: 10px;
}

.naprav_all {
	text-align: center;
	margin-top: 50px;
}

.main_cat h2 {
	font-size: 40px;
	color: #024880;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 80px 0;
	text-transform: uppercase;
}

.main_cat_block {
	float: left;
	width: 25%;
	text-align: center;
	
}

.main_cat_block_cont {
	position: relative;
}

.main_cat_block a {
	display: inline-block;
	background-color: #024880;
	text-align: center;
	color: #fff;
	width: 240px;
	height: 240px;
	border-radius: 120px;
	background-position: center 40px;
	background-repeat: no-repeat;
	padding: 0 20px;
	padding-top: 150px;
	font-size: 20px;
	line-height: 22px;
-webkit-box-shadow: 0px 10px 5px 0px rgba(214,226,235,1);
-moz-box-shadow: 0px 10px 5px 0px rgba(214,226,235,1);
box-shadow: 0px 10px 5px 0px rgba(214,226,235,1);
transition: all .2s ease-in-out;
}

.main_cat_block_bg {
	content: '';
	display: block;
	width: 85px;
	height: 85px;
	background: url(/images/dot_block.png) left top repeat;
	position: absolute;
	left: -18px;
	top: -34px;
	z-index: -1;
}

.main_cat_block:nth-child(3) .main_cat_block_bg, .main_cat_block:nth-child(4) .main_cat_block_bg{
	left: auto;
	right: -18px;
}

.main_cat_block:nth-child(1), .main_cat_block:nth-child(4) {
	padding-top: 120px;
}

.main_cat_block a:hover {
	text-decoration: none;
	transform: scale(1.3);
	background-color: #ff5959;
	text-decoration: none;
}


.main_cat_lines {
	color: #024880;
	font-size: 18px;
	padding-top: 80px;
	min-height: 400px;
	overflow: hidden;
}

.main_cat_lines .container {
	position: relative;
}

.main_cat_lines_circle1 {
	position: absolute;
	top: -60px;
	left: -185px;
	width: 215px;
	height: 215px;
	background: url(./images_new/main_cat_lines_circle1.png) center center no-repeat;
	z-index: 5;
}

.main_cat_lines_circle2 {
	position: absolute;
	top: -20px;
	left: -349px;
	width: 359px;
	height: 359px;
	background: url(./images_new/main_cat_lines_circle2.png) center center no-repeat;
	z-index: 4;
}

.main_cat_lines_circle3 {
	position: absolute;
	top: -60px;
	right: -215px;
	width: 215px;
	height: 215px;
	background: url(./images_new/main_cat_lines_circle3.png) center center no-repeat;
	z-index: 5;
}

.main_cat_lines_dots1 {
	position: absolute;
	top: 0px;
	left: -118px;
	width: 84px;
	height: 84px;
	background: url(./images_new/main_cat_lines_dots.png) center center no-repeat;
	z-index: 6;
}

.main_cat_lines_dots2 {
	position: absolute;
	top: 105px;
	right: -148px;
	width: 84px;
	height: 84px;
	background: url(./images_new/main_cat_lines_dots.png) center center no-repeat;
	z-index: 6;
}

.main_cat_lines_head {
	position: relative;
	z-index: 7;
	margin-bottom: 10px;
}

.main_cat_lines_cont {
	text-align: center;
	position: relative;
	z-index: 7;
}

.main_cat_lines_cont a {
	display: inline-block;
	padding: 8px 20px;
	color: #024880;
	border: 2px solid #024880;
	border-radius: 17px;
	margin: 10px;
}

.main_cat_lines_cont a:hover {
	color: #fff;
	background: #024880;
	text-decoration: none;
}


.main_cat_slider {
	margin-top: 50px;
}

.main_cat_slider .slick-slide {
	padding: 10px;
}

.main_cat_slider .slick-list:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
	width: 30%;
	height: 100%;
}

.main_cat_slider .slick-list:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	pointer-events: none;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
	width: 30%;
	height: 100%;
}

.main_cat_slider h2 {
	font-size: 40px;
	color: #024880;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.main_cat_slider_item {
	background: #aae6dc;
	border-radius: 20px;
	color: #024880;
	padding: 15px;
	height: 200px;
	transition: all 0.5s;
	position: relative;
}

.main_cat_slider_item:hover {
	background: #dae9f1;
}

.main_cat_slider_left {
	float: left;
	width: calc(100% - 160px);
}

.main_cat_slider_subname {
	min-height: 30px;
}

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

.main_cat_slider_kurs_count {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.main_cat_slider_right {
	float: left;
	width: 160px;
	text-align: center;
}

.main_cat_slider_item:after {
	display: block;
	content: '';
	clear: both;
}

.main_cat_slider_pic {
	height: 130px;
}

.main_cat_slider_pic img {
	max-width: 130px;
	display: inline-block;
}


.main_cat_slider_link {
	padding-top: 10px;
	opacity: 0;
	transition: all 0.5s;
}

.main_cat_slider_item:hover .main_cat_slider_link { 
	opacity: 1;
}


.main_cat_slider_link a {
	display: block;
	text-align: center;
	border: 1px solid #024880;
	padding: 3px;
	border-radius: 5px;
}

.main_cat_slider_link a:hover {
	text-decoration: none;
	color: #fff;
	background: #024880;
}

.main_cat_slider_all {
	text-align: center;
	margin-top: 30px;
}

.kurs_search {
	padding: 40px;
	margin: 50px 0;
	position: relative;
	z-index: 15;

	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	box-shadow: 0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	color: #024880;
	font-size: 16px;

}

.kurs_search_muzhik {
	text-align: center;
}

.kurs_search_title {
	text-align: center;
	color: #024880;
	font-size: 22px;
	padding-bottom: 20px;
}

.kurs_search_title h2 {
	font-size: 40px;
	padding: 0;
}

#kurs_search_form {
	display: block;
}



.kurs_search_form_field {
	width: calc(100% - 50px);
	float: left;
	margin-right: 10px;
}

.kurs_search_form_actions {
	width: 40px;
	float: left;
}

#kurs_search_form .kurs_search_form_field input {
	border-radius: 5px;
	padding: 5px 20px;
	font-size: 20px;
	height: 40px;
	border: 1px solid #dae9f1;
	width: 100%;
}

#kurs_search_form .kurs_search_form_actions button {
	display: block;
	width: 40px;
	height: 40px;
	background: url(./images_new/search_but.png) center center no-repeat;
	border: 0;
}

#kurs_search_form .kurs_search_form_actions button:hover {
	filter: brightness(50%);
}

.kurs_search_result_cont {
	position: relative;
	margin-top: 10px;
	z-index: 15;
}

.kurs_search_result {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: #fff;
	border: 1px solid #024880;
	color: #024880;
	overflow: auto;
	height: 400px;
	z-index: 17;
}

.kurs_search_result a {
	display: block;
	margin: 10px 0;
	font-size: 20px;
	background: #fff;
}

.kurs_search_result a span {
	color: #999;
	font-weight: bold;
}

.kurs_search_result a span i {
	font-style: normal;
	color: #666;
	margin-right: 10px;
}

.kurs_search_result_empty {
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #024880;
}


.kurs_select_type_block {
	text-align: center;
	padding: 20px 0;
}

.kurs_select_type_block a {
	display: inline-block;
	padding: 8px 20px;
	color: #024880;
	border: 2px solid #024880;
	border-radius: 17px;
	margin: 10px;
}

.kurs_select_type_block a:hover, .kurs_select_type_block a.active {
	color: #fff;
	background: #024880;
	text-decoration: none;
}

.main_about {
	margin-top: 130px;
}


.main_about_left {
	position: relative;
}

.main_about_left a {
	display: block;
	position: relative;
	text-decoration: none;
}

.main_about_left h2 {
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	display: block;
	z-index: 5;
	position: relative;
}

.main_about_left_bg {
	content: '';
	display: block;
	width: 550px;
	height: 550px;
	top: -170px;
	left: -130px;
	position: absolute;
	background: url(/images/main_about_bg1.png) center center no-repeat;
	background: url(/images/main_about_bg.png) center center no-repeat;
}

.main_about_left_bg2 {
	background: url(/images/main_about_bg1.png) center center no-repeat;
}

.main_about_left a:hover h2 {
	color: #024880;
}



.main_about_left h2 a {
	color: #fff;
}

.main_about_left h2 a:hover {
	color: #ff5959;
}

.main_about_left p {
	font-size: 20px;
	letter-spacing: 1px;
	max-width: 420px;
	color: #024880;
	margin-top: 90px;
	margin-left: 60px;
}

.main_about_video {
	position: relative;
	width: 450px;
	height: 250px;
}

.main_about_video:after {
	display: block;
	content: '';
	position: absolute;
	width: inherit;
    height: inherit;
	background: url(/images/dot_block2.png) left top repeat;
	right: -45px;
	bottom: -50px;
	z-index: -1;
}

.main_poryadok {
	margin-top: 50px;
}

.main_poryadok h2 {
	color: #0b486b;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-bottom: 40px;
}

.main_poryadok_blocks > div {
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
}

.main_poryadok_blocks > div:after {
	display: block;
	content: '';
	width: 22px;
	height: 42px;
	background: url(/images/main_poryadok_arrow.png) center center no-repeat;
	position: absolute;
	right: -10px;
	top: 70px;
}

.main_poryadok_blocks > div:last-of-type:after {
	display: none;
}

.main_poryadok_blocks > div img {
	max-width: 100%;
	display: inline-block;
}

.main_poryadok_blocks > div p {
	font-size: 18px;
	color: #0b486b;
	padding: 10px 20px;
}

.main_dover {
	margin-top: 50px;
	
}

.main_dover h2 {
	color: #0b486b;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
	text-transform: uppercase;
}

.main_dover_blocks > div {
	padding: 0px 30px;
	text-align: center;
}

.main_dover_blocks > div span {
	font-size: 56px;
	color: #ff5959;
	font-weight: bold;
	text-align: center;
	display: block;
	border-bottom: 5px solid #ff5959;
}

.main_dover_blocks > div p {
	font-size: 24px;
	color: #0b486b;
	padding: 20px 0;
}

.main_econom {
	margin-top: 60px;
}

.main_econom_left {
	width: 45%;
	float: left;
	background: #ff5959;
	color: #fff;
	height: 300px;
	position: relative;
}

.main_econom_left:after {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	right: -150px;
	background: #ff5959;
	border-radius: 0 150px 150px 0;
	z-index: -1;
}

.main_econom_left > div {
	float: right;
	max-width: 450px;
	margin-top: 50px;
}

.main_econom_left > div h2 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
}

.main_econom_left > div p {
	margin: 15px 0;
	font-size: 18px;
}

.main_econom_right {
	float: left;
	width: 55%;
}

.main_econom_right {
	padding-left: 200px;
	padding-top: 20px;
}

.main_econom_right img {
	max-width: 100%;
}

.main_otzivi {
	margin-top: 70px;
	background: url(/images/main_otzivi_bg.png) center center no-repeat;
	padding-top: 60px;
	height: 830px;
}

.main_otzivi:after {
	content: '';
	display: block;
	clear: both;
}

.main_otzivi h2 {
	color: #0b486b;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
	text-transform: uppercase;
	margin: 0;
}

.main_otziv_block {
	padding: 20px;
	
}

.otzivi_slider .slick-slide {
	padding: 20px;
}

.main_otziv_cont {
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.25);
padding: 50px 30px;
transition: all .2s ease-in-out;
min-height: 550px;
}

.main_otziv_cont:hover {
	transform: scale(1.1);
	
}

.main_otziv_pic {
	text-align: center;
}

.main_otziv_pic img {
	display: inline-block;
	width: 100px;
	border-radius: 50px;
}

.main_otziv_name {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #024880;
	padding: 15px 0;
}

.main_otziv_dolg {
	color: #bababa;
	font-size: 14px;
	text-align: center;
}

.main_otziv_text {
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #024880;
	padding-top: 40px;
}

.main_otziv_link {
	padding-top: 30px;
}

.main_otziv_link a {
	color: #bababa;
}

.main_otziv_link a:hover {
	color: #ff5959;
}

.main_clients {
	margin-top: 60px;
}

.main_clients h2 {
	color: #0b486b;
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	padding-bottom: 40px;
	text-transform: uppercase;
	margin: 0;
}

.main_clients_block {
	text-align: center;
	padding: 10px;
}

.main_clients_block img {
	max-width: 100%;
	display: inline-block;
}

.main_udostov {
	margin-top: 50px;
	position: relative;
}

.main_udostov:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 42%;
	height: 185px;
	width: 100%;
	background: url(/images/dot_block.png) left top repeat;
	z-index: -1;

}

.main_udostov h2 {
	color: #0b486b;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-bottom: 50px;
	text-transform: uppercase;
	margin: 0;
}

.main_udostov_block {
	background: #fff;
	padding: 70px;
	border: 2px solid #ff5959;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 900px;
}

.main_udostov_block img {
	display: inline-block;
	max-width: 100%;
}

.main_udostov_block_line1 {
	width: 90%;
	margin: 0 auto;
}

.main_udostov_block_line1 > div {
	float: left;
}

.main_udostov_block_line1 > div {
	padding: 5px;
}

.main_udostov_block_line1 > div:nth-child(1) {
	width: 25%;
}

.main_udostov_block_line1 > div:nth-child(2) {
	width: 25%;
}

.main_udostov_block_line1 > div:nth-child(3) {
	width: 50%;
}

.main_udostov_block_line2 {
	
}

.main_udostov_block_line2 > div {
	float: left;
	width: 50%;
	padding: 5px;
}


.main_form1 {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 60px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	-moz-box-shadow:    0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	box-shadow:         0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	z-index: 99;
	position: relative;
	padding: 20px 70px;
	color: #0b486b;
}

.main_form1_block1 {
	float: left;
	width: 40%;
}

.main_form1_block1 h2 {
	font-size: 24px;
	margin: 20px 0;
}

.main_form1_block2 {
	float: left;
	width: 30%;
	padding-right: 20px;
}

.main_form1_block2 input[type=text] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #024880;
	padding: 3px 0;
	font-size: 12px;
	color: #333;
}

.main_form1_personal {
	font-size: 12px;
	margin-top: 10px;
}

.main_form1_personal a {
	text-decoration: underline;
}

.main_form1_block3 {
	float: left;
	width: 30%;
	padding-left: 20px;
}

.main_form1_block3 textarea {
	width: 100%;
	border: 1px solid #024880;
	padding: 3px 8px;
	resize: none;
	font-size: 12px;
	height: 68px;
	color: #333;
}

.main_form1_block3 button {
	width: 100%;
	border: 0;
	padding: 5px 0;
	background: #024880;
	margin-top: 20px;
	font-size: 14px;
}

.main_form1_block3 button:hover {
	background-color: #024880;
}

.main_form1 form:after {
	content: '';
	display: block;
	clear: both;
}


.main_poluchite {
	position: relative;
	padding-bottom: 80px;
	margin-top: 20px;
}

.main_poluchite .container {
	position: relative;

}

.main_poluchite_bg img {
	max-width: 100%;
}

.main_poluchite_bg2 {
	position: absolute;
	top: 70px;
	left: 120px;
	width: 600px;
	height: 600px;
	z-index: 2;
}

.main_poluchite_bg2 img {
	max-width: 100%;
}

.main_poluchite_title {
	position: absolute;
	top: 160px;
	right: 80px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
}

.main_poluchite_block_line {
	position: absolute;
	bottom: 130px;
	right: 0;
	width: 50%;
	height: 185px;
	background: url(/images/dot_block.png) left top repeat;
	z-index: 1;
}

.main_poluchite_block {
	position: absolute;
	top: 180px;
	left: 230px;
	width: 380px;
	height: 380px;
	border-radius: 190px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(250, 90, 90, 0.75);
	-moz-box-shadow:    0px 0px 15px 0px rgba(250, 90, 90, 0.75);
	box-shadow:         0px 0px 15px 0px rgba(250, 90, 90, 0.75);
	text-align: center;
	color: #0b486b;
	z-index: 5;
}

.main_poluchite_block > div {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.main_poluchite_block span {
	font-size: 24px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

.main_poluchite_block span i {
	color: #ff5959;
	font-style: normal;
}



.main_poluchite_block a {
	margin-top: 20px;
}

.main_poluchite_block:before {
	content: '';
    position: absolute;
    display: block;
    width: 120%;
    height: 120%;
    box-sizing: border-box;
    margin-left: -10%;
    margin-top: -10%;
    border-radius: 100%;
    background-color: #ff5959;
    animation: heartbeat 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	z-index: 3;
	
}

.main_poluchite_block:after {
	content: '';
    position: absolute;
    left: 0; 
    top: 0;
    display: block;
    width: 380px;
    height: 380px;
    background-color: white;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
	z-index: 4;
}



@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .33 );
  }
  20%
  {
    transform: scale( 1 );
	opacity: 0;
  }
  25%
  {
    transform: scale( .33 );
	opacity: 0;
  }
  35%
  {
    transform: scale( .33 );
	opacity: 1;
  }
  60%
  {
    transform: scale( 1 );
	opacity: 0;
  }
  80%
  {
    transform: scale( .33 );
	opacity: 0;
  }
  100%
  {
    transform: scale( .33 );
	opacity: 0;
  }
}



.main_preim_blocks {
	margin-top: 20px;
}

.main_preim_blocks > div {
	text-align: center;
}

.main_preim_blocks > div img {
	max-width: 100%;
	display: inline-block;
}

.main_preim_blocks > div p {
	color: #0b486b;
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0;
}


.main_map_block {
	margin-top: 100px;
}

.main_map_block h2 {
	color: #0b486b;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	padding-bottom: 50px;
	text-transform: uppercase;
	margin: 0;
}

.main_map {
	position: relative;
	
}


.main_map_back img {
	width: 100%;
	max-width: auto;
}

.main_map_markers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_map_markers span {
	position: absolute;
	display: block;
}

.main_map_markers span.mmm_city {
	width: 17px;
	height: 18px;
	background: url(/images/main_map_city.png) center center no-repeat;
	background-size: contain;
}

.main_map_markers span:hover {
	cursor: pointer;
	transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transition: All 0.25s; 
}

.main_map_markers span.mmm_city.active {
	background: url(/images/main_map_city2.png) center center no-repeat;

    -webkit-animation: leaves 0.5s ease-in-out infinite alternate;
    animation: leaves 0.5s ease-in-out infinite alternate;
	z-index: 100;
	
}


@-webkit-keyframes leaves {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.3);
    }
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.3);
    }
}

.main_map_left {
	float: left;
	width: 60%;
	margin-right: 2%;
}

.main_map_right {
	float: right;
	width: 38%;
}

.main_map_cities {
	font-size: 15px;
	line-height: 18px;
}

.main_map_cities ul {
	columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
padding: 0;
}

.main_map_cities li {
	color: #0b486b;
	display: block;
	white-space: nowrap;
}

.main_map_cities li:hover {
	cursor: pointer;
}

.main_map_cities li.active {
	color: #ff5959;
	font-weight: bold;
}

.main_form2 {
	max-width: 670px;
	margin: 0 auto;
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	padding: 50px 120px;
	color: #ff5959;
}


.main_form2 h2 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.main_form2 p {
	text-align: center;
}


.main_form2 input[type=text] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ff5959;
	padding: 5px 0;
	font-size: 12px;
	margin-bottom: 10px;
	color: #333;
}

.main_form2_input1 {
	width: 100%;
	padding: 0;
}

.main_form2_input2 {
	width: 50%;
	padding-right: 20px;
	float: left;
}

.main_form2_input3 {
	width: 50%;
	padding-left: 20px;
	float: left;
}

.main_form2 textarea {
	margin-top: 15px;
	width: 100%;
	border: 1px solid #ff5959;
	padding: 3px 8px;
	resize: none;
	font-size: 12px;
	height: 50px;
	color: #333;
}

.main_form2_personal {
	font-size: 12px;
	margin-top: 30px;
	float: left;
	width: 45%;
	margin-right: 10%;
}

.main_form2_personal a {
	color: #ff5959;
	text-decoration: underline;
}

.main_form2 button {
	width: 45%;
	border: 0;
	padding: 7px 0;
	margin-top: 30px;
	font-size: 14px;
}

.main_form2after {
	content: '';
	display: block;
	clear: both;
}

.main_portfolio {
	margin-top: 70px;
}

.main_portfolio h2 {
	color: #0b486b;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	padding-bottom: 40px;
	text-transform: uppercase;
	margin: 0;
}

.main_portfolio_cont {
	background: url(/images/dot_block3.png) left top repeat;
	padding: 0px 85px 0 75px;
}



.portfolio_slider {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255, 90, 90, 0.25);
	-moz-box-shadow:    0px 0px 15px 0px rgba(255, 90, 90, 0.25);
	box-shadow:         0px 0px 15px 0px rgba(255, 90, 90, 0.25);
	color: #0b486b;
}


.slick-prev, .slick-next {
	width: 20px;
	height: 37px;
}

.slick-prev::before {
	content: '';
	background: url(/images/slide-prev.png) center center no-repeat;
	width: 20px;
	height: 37px;
	display: block;
}

.slick-next::before {
	content: '';
	background: url(/images/slide-next.png) center center no-repeat;
	width: 20px;
	height: 37px;
	display: block;
}

.portfolio_slider .slick-prev {
	left: -105px;
}

.portfolio_slider .slick-next {
	right: -105px;
}

.portfolio_logo {
	float: left;
	width: 40%;
	text-align: center;
	padding-right: 40px;
}

.portfolio_logo img {
	max-width: 100%;
	display: inline-block;
}

.portfolio_info {
	float: left;
	width: 60%;
}

.portfolio_info h2 {
	text-align: left;
	font-size: 34px;
	margin: 0;
	text-transform: none;
	padding-bottom: 10px;
}

.portfolio_before {
	float: left;
	width: 40%;
	padding-right: 20px;
	padding-top: 20px;
}

.portfolio_before ul {
	padding: 0;
	list-style: none;
}

.portfolio_before li {
	padding: 5px 0 5px 25px;
	background: url(/images/li2.png) left 8px no-repeat;
}

.portfolio_after {
	float: left;
	width: 60%;
	padding-top: 20px;
}

.portfolio_before h2, .portfolio_after h2 {
	font-size: 20px;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding-bottom: 20px;
}

.portfolio_after > div {
	display: block;
	padding: 10px 0 10px 120px;
	min-height: 62px;
}

.portfolio_after > div:nth-child(3) {
	margin-left: 40px;
}

.portfolio_after > div:nth-child(4) {
	margin-left: 80px;
}

.portfolio_after1 {
	background: url(/images/portfolio_after1.png) left center no-repeat;
}

.portfolio_after2 {
	background: url(/images/portfolio_after2.png) left center no-repeat;
}

.portfolio_after3 {
	background: url(/images/portfolio_after3.png) left center no-repeat;
}

.portfolio_after4 {
	background: url(/images/portfolio_after4.png) left center no-repeat;
}

.portfolio_after5 {
	background: url(/images/portfolio_after5.png) left center no-repeat;
}

.portfolio_after6 {
	background: url(/images/portfolio_after6.png) left center no-repeat;
}

.portfolio_after7 {
	background: url(/images/portfolio_after7.png) left center no-repeat;
}

.portfolio_cifri {
	padding-top: 40px;
	clear: both;
}

.portfolio_cifri h2 {
	font-size: 20px;
	margin: 0;
	text-align: center;
	text-transform: none;
	padding-bottom: 20px;
}

.portfolio_cifri > div {
	text-align: center;
	padding: 10px 20px;
}

.portfolio_cifri > div span {
	color: #ff5959;
	font-size: 34px;
	display: block;
	font-weight: bold;
}

.main_contacts {
	height: 600px;
	margin-top: 100px;
	position: relative;
}

.main_contacts_cont {
	position: absolute;
	top: 100px;
	left: calc(50% - 580px);
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 60px;
	color: #0b486b;
	font-size: 20px;
}

.main_contacts_cont h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	margin: 0;
	padding-bottom: 20px;
}

.main_contacts_tel {
	padding: 10px 0 10px 60px;
	background: url(/images/main_contacts_tel.png) left center no-repeat;
}

.main_contacts_mail {
	padding: 10px 0 10px 60px;
	background: url(/images/main_contacts_mail.png) left center no-repeat;
}

.main_contacts_address {
	padding: 10px 0 10px 60px;
	background: url(/images/main_contacts_address.png) left center no-repeat;
}

.main_social {
	margin: 60px auto;
	max-width: 750px;
}

.main_social_subscribe {
	padding: 20px 40px;
	padding-top: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	-moz-box-shadow:    0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	box-shadow:         0px 0px 15px 0px rgba(2, 70, 130, 0.25);
	color: #024880;
	font-size: 16px;
	margin-bottom: 40px;
}

.main_social_subscribe:after {
	clear: both;
	display: block;
	content: '';
}

.main_social_subscribe h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 10px;
}

.main_social_subscribe_left img {
	margin-top: -10px;
}

.main_social_subscribe_right {
	padding-top: 25px;
	text-align: center;
}


.main_social {
	clear: both;
	padding-top: 10px;
}

.main_social_block a {
	display: block;
	padding: 10px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.main_social_block a span {
	display: inline-block;
	padding-left: 45px;
	padding:2px 0 2px 45px;
}

.main_social_vk {
	background: #024880;
}

.main_social_yt {
	background: #ff0000;
}

.main_social_ig {
	background: #28add6;
}

.main_social_vk span {
	background: url(/images/main_social_vk.png) left center no-repeat;
}

.main_social_yt span {
	background: url(/images/main_social_yt.png) left center no-repeat;
}

.main_social_ig span {
	background: url(/images/main_social_tg.png) left center no-repeat;
}


















































#footer {
  background: #c6dfec;
  color: #024880;
  padding-top: 20px;
  padding-bottom: 20px;
}

.foot_copyright {
	font-size: 11px;
	line-height: 13px;
}

.foot_copyright span {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
}

.foot_copyright img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#foot_menu {
	padding-bottom: 10px;
}

#foot_menu ul {
	margin: 0;
	padding: 0;
}

#foot_menu ul li {
	display: inline-block;
	list-style: none;
	padding: 5px 15px;
}

#foot_menu a {
	color: #024880;
	text-decoration: none;
	font-size: 16px;
}

#foot_menu a:hover, #foot_menu a.active  {
	text-decoration: underline;
}

.foot_address {
	padding: 0 0 3px 40px;
	background: url(images/foot-address.png) left 0 no-repeat;
	display: inline-block;
	font-size: 13px;
}

.foot_email {
	padding: 5px 0 5px 40px;
	background: url(images/foot-email.png) left center no-repeat;
	display: inline-block;
}

.foot_tel {
	padding: 5px 0 5px 40px;
	background: url(images/foot-tel.png) left center no-repeat;
	display: inline-block;
}

.foot_wz {
	padding: 5px 0 5px 40px;
	background: url(images/foot-wz.png) left center no-repeat;
	display: inline-block;
	margin-top: 10px;
}

.foot_links {
	font-size: 11px;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding-top: 15px;
	padding-left: 110px;
	color: #024880;
	font-size: 13px;
	margin-bottom: 0;
}

.breadcrumb a {
	color: #666;
}

.breadcrumb span {
	font-weight: bold;
}


.main_naprav {
	background: url(images/main_naprav.jpg) center center no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 460px;
}

.naprav_cont {
	margin: 50px auto;
	width: 950px;
}




.naprav_cont_table {
	display: table;
	width: auto;
	margin: 0 auto;
}

.naprav_block {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

.naprav_block span {
	display: block;
	font-size: 22px;
	padding: 20px 10px;
}

.naprav_register {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.naprav_register a {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	border-radius: 25px;
	border: 0;
	color: #fff;
	background: #024880;
}


.naprav_instruct {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.naprav_test_results {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.naprav_instruct a {
	display: inline-block;
	color: #fff;
	padding: 15px 10px;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	width: 380px;
background: #119f9f; /* Old browsers */
background: -moz-linear-gradient(left, #119f9f 0%, #2cbbbb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #119f9f 0%,#2cbbbb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #119f9f 0%,#2cbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119f9f', endColorstr='#2cbbbb',GradientType=1 ); /* IE6-9 */
}

.naprav_test_results a {
	display: inline-block;
	color: #fff;
	padding: 15px 10px;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	width: 380px;
background: #17a567; /* Old browsers */
}

.naprav_instruct a:hover, .naprav_test_results a:hover  {
background: #497b97; /* Old browsers */
}

.main_license {
	margin: 0px auto;
	width: 80%;
	padding-top: 20px;
}

.license_slider {
	margin-top: 40px;
}

.license_slider a {
	padding: 10px;
	display: block;
}

.license_slider img {
	border: 8px solid #3b8686;
	width: 100%;
}

.license_slider .slick-slide {
	height: auto;
}




.instruction-ul li {
	padding: 7px 0;
	list-style-type: decimal;
}

#contact_form {
	text-align: center;
	margin-top: 30px;
}

#contact_form h2 {
	font-size: 14px;
	font-style: italic;
}

#contact_form_cont {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 20px 30px;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,ffffff+100 */
background: #e7e7e7; /* Old browsers */
background: -moz-linear-gradient(left, #e7e7e7 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e7e7e7 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e7e7e7 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
margin-bottom: 5px;
}

#contact_form_cont textarea {

	width: 100%;
	border: 0;
	border-bottom: 2px solid #7cd0d0;
	background: transparent;
	font-size: 18px;
	height: 70px;
}

#contact_form_cont input[type=submit] {
	margin-top: 30px;
		display: inline-block;
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a3d5b+0,405d6d+100 */
background: #0a3d5b; /* Old browsers */
background: -moz-linear-gradient(left, #0a3d5b 0%, #405d6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0a3d5b 0%,#405d6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0a3d5b 0%,#405d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3d5b', endColorstr='#405d6d',GradientType=1 ); /* IE6-9 */
}

.register_page {
	margin: 50px auto;
	max-width: 940px;
	position: relative;
	background: url(./images/register_bg.png) center center no-repeat;
	background-size: 100% auto;
}

.register_page_logo {
	text-align: center;
	padding-bottom: 20px;
}

.login_page {
	background: url(./images/login_bg.png) center center no-repeat;
	background-size: 100% auto;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 0;
}

.register_form_head {
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: #024880;
}

.register_form_head span {
	display: inline-block;
}

.register_form_head a {
	color: #5a8db5;
	font-size: 20px;
	display: inline-block;
}

.register_form_head a:hover {
	text-decoration: none;
	color: #024880;
}

.reg_personal {
	color: #024880;
	font-size: 12px;
}

.register_kurs_list {
	margin-top: 20px;
}

.register_kurs_list div {
	font-size: 13px;
	line-height: 14px;
	border-bottom: 1px solid #c6dfec;
	padding-bottom: 10px;
	margin: 10px 0;
}



#register_form, #login_form {
	display: block;
	width: 450px;
	margin: 0 auto;
	padding: 50px 50px;
	border-radius: 10px;
	background: #fff;
-webkit-box-shadow: 0px 0px 25px 0px rgba(140, 180, 210, 0.8);
-moz-box-shadow:    0px 0px 25px 0px rgba(140, 180, 210, 0.8);
box-shadow:         0px 0px 25px 0px rgba(140, 180, 210, 0.8);
}

#register_form input[type=text], #login_form input[type=text], #login_form input[type=password] {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #5a8db5;
	background: transparent;
	font-size: 16px;
	margin-top: 15px;
}

#register_form input[type=submit], #login_form input[type=submit] {
	margin-top: 30px;
	display: inline-block;
	color: #5a8db5;
	padding: 15px 50px;
	font-size: 20px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	border: 1px solid #5a8db5;
	border-radius: 50px;
	background: #fff;
}

#register_form input[type=submit]:hover, #login_form input[type=submit]:hover {
color: #fff;
background: #024880; /* Old browsers */
border: 1px solid #fff;
}

#register_form input[type=submit]:disabled {
	border: 1px solid #ccc;
	color: #ccc;
}

#register_form input[type=submit]:disabled:hover {
	background: #ccc; /* Old browsers */
	border: 1px solid #fff;
	color: #fff;
}

.register_user_type > div {
	float: left;
	width: 50%;
}

.register_user_type > div:nth-child(1) {
	padding-right: 10px;
}

.register_user_type > div:nth-child(1) {
	padding-left: 10px;
}

.register_user_type > div > div {
	border: 1px solid #5a8db5;
	padding: 5px;
	text-align: center;
	color: #5a8db5;
	cursor: pointer;
	transition: 0.2s all;
}

.register_user_type > div > div:hover {
	background: #d1e2f0;
}

.register_user_type > div > div.active {
	color: #fff;
	background: #5a8db5;
}

#register_done {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	display: none;
	text-align: center;
}

#register_done span {
	display: inline-block;
	text-align: center;
	border: 1px solid #0b486b;
	background: #fff;
	border-radius: 10px;
	padding: 50px;
	position: relative;
}

#popup_close {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	top: 10px;
	right: 10px;
}


.login_text {
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	font-family: Academia;
	padding-top: 0px;
}

.login_error {
	padding: 10px 0;
	text-align: center;
	color: red;
}

.admin_users_head {
	background: #024880;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	display: table-row;
}

.admin_users_head div {

	background: transparent;
	padding: 15px 5px;
	text-align: center;
	display:table-cell; 
}

.admin_users_table {
	display:table;
		border-radius: 15px;
		overflow: hidden;
background: #e9f0f4;
margin-bottom: 20px;
width: 100%;
font-size: 13px;
overflow-x: auto;
}

.admin_users_tr {
	display:table-row;
}

SPAN.td
{
    display:table-cell;
	border-bottom: 1px solid #7ca6c8;
	padding: 15px 5px;
	text-align: center;
}


.admin_users_table form {
	display: table-row;
}

.admin_users_table_row {
	display: table-row;
	display: block;
	width: 100%;
}

.admin_users_table_row span.td {
	display: block;
}


.admin_users_table input[type=text] {
	border: 0;
	background: transparent;
	text-align: center;
}

.admin_users_table input[type=submit] {
	border: 0;
	color: #fff;
	font-size: 16px;
	background: #14b0b0;
	text-align: center;
	border-radius: 15px;
	padding: 5px 5px;
}

.block_user {
	color: #bb2a22;
}

.unblock_user {
	color: #14b070;
}

.oplata_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.oplata_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.oplata_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #2cc2c2;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.oplata_container:hover input ~ .oplata_checkmark {
  background-color: #2cc2c2;
}

/* When the checkbox is checked, add a blue background */
.oplata_container input:checked ~ .oplata_checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.oplata_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.oplata_container input:checked ~ .oplata_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.oplata_container .oplata_checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0b486b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

.error1 {
	padding: 10px 0;
	text-align: center;
	color: red;
}


.my_program_page h2, .admin_page h2 {
	text-align: center;
	text-transform: uppercase;
	color: #0b486b;
	font-size: 24px;
	margin-top: 40px;
}

.program_material_block, .program_present_block, .program_video_block {
	
	text-align: center;
	font-size: 15px;
	margin: 0;
	height: 300px;
}

.program_materials_cont, .program_presents_cont, .program_videos_cont {
	padding: 10px;
	float: left;
	width: 20%;
}

.program_material_block a, .program_present_block a, .program_video_block a {
	text-decoration: none;
	color: #2a2a2a;
}

.program_material_block img, .program_present_block img, .program_video_block img {
	margin-bottom: 10px;
}

.program_test_link {
	text-align: center;
	margin-top: 50px;
}

.program_test_link a {
		display: inline-block;
	color: #fff;
	padding: 15px 50px;
	font-size: 20px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a3d5b+0,405d6d+100 */
background: #0a3d5b; /* Old browsers */
background: -moz-linear-gradient(left, #0a3d5b 0%, #405d6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0a3d5b 0%,#405d6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0a3d5b 0%,#405d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3d5b', endColorstr='#405d6d',GradientType=1 ); /* IE6-9 */
}

.my_test_page {
	margin: 80px auto;
	width: 80%;
}

.select_test_info {
	text-align: center;
}

.select_test {
	margin: 30px auto;
	width: 700px;
	text-align: center;
}

.select_test a {
	display: inline-block;
	color: #fff;
	padding: 15px 10px;
	font-size: 20px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	text-align: center;
	text-transform: uppercase;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#119f9f+0,2cbbbb+100 */
background: #119f9f; /* Old browsers */
background: -moz-linear-gradient(left, #119f9f 0%, #2cbbbb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #119f9f 0%,#2cbbbb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #119f9f 0%,#2cbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119f9f', endColorstr='#2cbbbb',GradientType=1 ); /* IE6-9 */
}

.select_test a:hover {
	background: #44cbcb;
}

.select_random {
	width: 46%;
	margin: 15px 1%;
}

.select_bilet {
	width: 29.8%;
	margin: 15px 1%;
}

.select_bilet_finished {
		display: inline-block;
	color: #fff;
	padding: 15px 10px;
	font-size: 20px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	text-align: center;
	text-transform: uppercase;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#119f9f+0,2cbbbb+100 */
background: #119f9f; /* Old browsers */
background: -moz-linear-gradient(left, #119f9f 0%, #2cbbbb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #119f9f 0%,#2cbbbb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #119f9f 0%,#2cbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119f9f', endColorstr='#2cbbbb',GradientType=1 ); /* IE6-9 */
}

.add_bilet {
	display: inline-block;
	color: #fff;
	padding: 15px 25px;
	font-size: 20px;
	border-radius: 35px;
	text-decoration: none;
	border: 0;
	text-align: center;
	background: #024880;
	font-weight: bold;
}

.add_bilet:hover {
	background: #356d99;
	color: #fff;
	text-decoration: none;
}

.add_bilet_form {
	margin: 20px auto;
	max-width: 800px;
	
}

.add_bilet_form textarea {
	width: 100%;
}

.view_bilet {
	border: 0;
	color: #fff;
	font-size: 16px;
	background: #024880;
	text-align: center;
	border-radius: 15px;
	padding: 5px 5px;
	margin: 10px 0;
	display: inline-block;
}

.view_bilet:hover {
	color: #fff;
	text-decoration: none;
	background: #356d99;
}

.delete_bilet {
	border: 0;
	color: #fff;
	font-size: 16px;
	background: #be2f2f;
	text-align: center;
	border-radius: 15px;
	padding: 5px 5px;
}

.td_active {
	background: #b0dede;
}

.toback {
	text-align: center;
	font-size: 18px;
}

.test_page {
	margin: 50px auto;
	width: 80%;
}

.test_page h2 {
	text-align: center;
	text-transform: uppercase;
	color: #0b486b;
	font-size: 24px;
	margin-top: 40px;
}

.test_vopros h2 {
	text-align: left;
	margin-bottom: 0;
}

.test_vopros span {
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}

.test_checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 3px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.test_checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.test_checkbox_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #2cc2c2;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.test_checkbox_container:hover input ~ .test_checkbox_checkmark {
  background-color: #2cc2c2;
}

/* When the checkbox is checked, add a blue background */
.test_checkbox_container input:checked ~ .test_checkbox_checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.test_checkbox_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.test_checkbox_container input:checked ~ .test_checkbox_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.test_checkbox_container .test_checkbox_checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #0b486b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

#test_form input[type=submit] {
	margin-top: 50px;
		display: inline-block;
	color: #fff;
	padding: 15px 50px;
	font-size: 20px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a3d5b+0,405d6d+100 */
background: #0a3d5b; /* Old browsers */
background: -moz-linear-gradient(left, #0a3d5b 0%, #405d6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0a3d5b 0%,#405d6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0a3d5b 0%,#405d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3d5b', endColorstr='#405d6d',GradientType=1 ); /* IE6-9 */
}

#test_form input[type=submit]:hover {
cursor: pointer;
background: #497b97; /* Old browsers */
}

.test_timer_cont {
	margin: 0 auto;
	width: 320px;
}

.flip-clock-label{ display: none !important; }

.bilet_result {
	margin-top: 40px;
	
}

.bilet_result table {
	width: 100%;
			border-radius: 15px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2c2c2+0,e5e5e5+23,ffffff+100 */
background: #c2c2c2; /* Old browsers */
background: -moz-linear-gradient(left, #c2c2c2 0%, #e5e5e5 23%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c2c2c2 0%,#e5e5e5 23%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c2c2c2 0%,#e5e5e5 23%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
overflow: hidden;
border-spacing: 0px;
border: 1px solid #7ca6c8;
}

.bilet_result table thead {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#119f9f+0,2cbbbb+100 */
background: #119f9f; /* Old browsers */
background: -moz-linear-gradient(left, #119f9f 0%, #2cbbbb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #119f9f 0%,#2cbbbb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #119f9f 0%,#2cbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119f9f', endColorstr='#2cbbbb',GradientType=1 ); /* IE6-9 */
border-radius: 15px;
}

.bilet_result table thead th {
	color: #fff;
	padding: 15px 30px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.bilet_result table tbody td {
	padding: 15px 30px;
	text-align: left;
	border-bottom: 1px solid #7ca6c8;
}
	
.prav_otvet1 {
	font-weight: bold;
	color: #11a0a0;
}

.prav_otvet2 {
	font-weight: bold;
	color: #a8343a;
}

.test_itogo_good, .test_itogo_bad {
	margin: 40px auto;
	width: 350px;
	text-align: center;
	color: #fff;
	padding: 15px 30px;
	border-radius: 15px;
	display: block;
	text-decoration: none;
}

.test_itogo_good:hover, .test_itogo_bad:hover {
	color: #fff;
}

.test_itogo_good {
	background: #11a0a0;
}

.test_itogo_bad {
	background: #a8343a;
}

.admin_program_textarea {
	width: 100%;
	height: 250px;
}


.contacts_page {
	margin: 30px auto;
	width: 80%;
}

.contacts_page .head1 {
	text-align: left;
}

.contacts_left {
	float: left;
	width: 45%;
	font-size: 22px;
	padding-left: 150px;
	padding-top: 40px;
}

.contacts_left span {
	padding-left: 40px;
	display: block;
}

.contacts_left a {
	color: #000;
	text-decoration: none;
}

.contacts_address {
	color: #3b8686;
	padding-left: 40px;
	background: url(images/foot-address.png) left center no-repeat;
	margin-top: 25px;
}

.contacts_email {
	color: #3b8686;
	padding-left: 40px;
	background: url(images/foot-email.png) left center no-repeat;
	margin-top: 25px;
}

.contacts_tel {
	color: #3b8686;
	padding-left: 40px;
	background: url(images/foot-tel.png) left center no-repeat;
	margin-top: 25px;
}

.contacts_requsite {
	color: #3b8686;
	padding-left: 40px;
	background: url(images/foot-reausite.png) left center no-repeat;
	margin-top: 25px;
}

.contacts_right {
	float: left;
	width: 55%;
	height: 650px;
}

.certificate_page {
	margin: 30px auto;
	width: 80%;
}

.certificate_block {
	float: left;
	width: 25%;
	padding: 20px;
}

.certificate_block img {
	width: 100%;
	border: 8px solid #3b8686;

}

.naprav_page {
	margin: 30px auto;
	width: 80%;
}

.napravs_cont {
	width: 50%;
	padding: 10px;
	float: left;
	
}

.napravs_cont a {
	position: relative;
	color: #0b486b;
	font-size: 24px;
}

.napravs_cont a:hover {
	opacity: 0.9;
}

.napravs_cont img {
	width: 100%;
}

.napravs_cont span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	
	background: rgba(255,255,255,0.8);
	padding: 15px 0;
}

.programs_table {
	margin: 40px auto;
	margin-bottom: 30px;
	max-width: 1170px;
}

.programs_table table {
	width: 100%;
			border-radius: 15px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2c2c2+0,e5e5e5+23,ffffff+100 */
background: #c2c2c2; /* Old browsers */
background: -moz-linear-gradient(left, #c2c2c2 0%, #e5e5e5 23%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c2c2c2 0%,#e5e5e5 23%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c2c2c2 0%,#e5e5e5 23%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
overflow: hidden;
border-spacing: 0px;
border: 1px solid #7ca6c8;
border-collapse: inherit;
}

.programs_table table thead {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#119f9f+0,2cbbbb+100 */
background: #119f9f; /* Old browsers */
background: -moz-linear-gradient(left, #119f9f 0%, #2cbbbb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #119f9f 0%,#2cbbbb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #119f9f 0%,#2cbbbb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119f9f', endColorstr='#2cbbbb',GradientType=1 ); /* IE6-9 */
border-radius: 15px;
}

.programs_table table thead th {
	color: #fff;
	padding: 15px 5px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.programs_table table tbody td {
	padding: 15px 5px;
	text-align: left;
	border-bottom: 1px solid #7ca6c8;
}

.programs_table table tbody td:nth-child(3) {
	width: 185px;
}

.programs_table a {
	color: #fff;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	background: #119f9f; /* Old browsers */

border-radius: 15px;
margin: 3px 0;
}



.test_again {
	font-style: italic;
	text-align: center;
}

.results_table table {
	width: 100%;

border-spacing: 0px;
border: 1px solid #7ca6c8;
}

.results_table table thead {
background: #024880;
}

.results_table table thead th {
	color: #fff;
	padding: 10px 3px;
	font-size: 13px;
	text-align: center;
}


.results_table table tbody td {
	padding: 10px 3px;
	text-align: left;
	border-bottom: 1px solid #7ca6c8;
	text-align: center;
	font-size: 12px;
}


.admin_table tbody tr:hover, .user_table tbody tr:hover {
	background: #e9f0f4 !important;
}

.view_results {
	font-size: 18px;
	text-align: right;
	display: inline-block;
	background: url(images/view.png) left center no-repeat;
	padding: 5px 35px 5px 0;
	text-decoration: none;
}

.view_results:hover, .view_results:focus {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
	text-decoration: none;
}

 a.del_material, a.del_cat,  a.del_present, a.del_present_cat,  a.del_video, a.del_video_cat {
	border: 0;
	color: transparent;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(./images/cab_icon_delete.png) center center no-repeat;
	background-size: contain;
	margin: 5px 3px;
}

a.move_material, a.move_cat, a.move_present, a.move_present_cat, a.move_video, a.move_video_cat {
	border: 0;
	color: transparent;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(./images/cab_icon_move.png) center center no-repeat;
	background-size: contain;
	margin: 5px 3px;
}

a.rename_material, a.rename_cat, a.rename_present, a.rename_present_cat, a.rename_video, a.rename_video_cat {
	border: 0;
	color: transparent;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(./images/cab_icon_edit.png) center center no-repeat;
	background-size: contain;
	margin: 5px 3px;
}

a.rename_material:hover, a.rename_cat:hover, a.rename_present:hover, a.rename_present_cat:hover, a.rename_video:hover, a.rename_video_cat:hover,
a.move_material:hover, a.move_cat:hover, a.move_present:hover, a.move_present_cat:hover, a.move_video:hover, a.move_video_cat:hover
 {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}




.add_material_link, .add_present_link, .add_video_link {
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	background: #024880;
	background: #a6a8ae;
	
	font-size: 14px;
}

.add_material_link:hover, .add_present_link:hover, .add_video_link:hover {
	text-decoration: none;
	color: #fff;
	background: #356d99;
	background: #024880;
}

.my_program_page input[type=submit] {
			display: inline-block;
	color: #fff;
	padding: 15px 50px;
	font-size: 20px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	margin-top: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a3d5b+0,405d6d+100 */
background: #0a3d5b; /* Old browsers */
background: -moz-linear-gradient(left, #0a3d5b 0%, #405d6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0a3d5b 0%,#405d6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0a3d5b 0%,#405d6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3d5b', endColorstr='#405d6d',GradientType=1 ); /* IE6-9 */
}

.my_program_page input[type=text], .my_program_page input[type=file] {
width: 350px;
	border: 0;
	border-bottom: 2px solid #7cd0d0;
	background: transparent;
	font-size: 18px;
	margin-top: 20px;
}

.my_program_page select {
	border: 2px solid #7cd0d0;
	font-size: 16px;
	margin-top: 20px;
	}

.my_program_page textarea {
width: 70%;
	border: 0;
	border: 2px solid #7cd0d0;
	background: transparent;
	font-size: 16px;
	margin-top: 20px;
	height: 250px;
}

.form_label {
	color: #0b486b;
	font-style: italic;
	font-size: 18px;
	margin-top: 20px;
	display: block;
}

.cat_breadcrumb {
	text-align: center;
}

.admin_instruct {
	padding: 0 10%;
}

.admin_instruct ul li {
	list-style: decimal;
	padding: 5px 0;
}

.hint1 {
	margin: 30px auto;
	max-width: 500px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #ffffcc;
	border-radius: 15px;
}

.hint1 li {
	padding: 10px 0;
}

.access_date {
	text-decoration: none;
	font-weight: bold;
}

@media (max-width:1680px){
	
.contacts_page {
	width: 95%;
}
	
.admin_users_table {
	font-size: 12px;
	
}

SPAN.td {
	padding: 10px 2px;
}

.admin_users_head div {
	padding: 10px 2px;
}

.admin_users_table input[type="text"] {
	width: 100%;
}
	
}



@media (max-width:1370px){
	
.head2 {
	padding: 0 100px;
}
	
#foot_copyright {
	margin-left: 20px;
}

#foot_menu {
	padding-right: 20px;
}
	
.program_material_block, .program_present_block, .program_video_block {
	font-size: 16px;
	height: 250px;
}
	
.my_test_page {
	margin: 40px auto;
	width: 90%;
}
	
.test_page {
	margin: 40px auto;
	width: 90%;
}
	
.naprav_page {
	margin: 40px auto;
	width: 90%;
}
	
.certificate_page {
	margin: 30px auto;
	width: 95%;
}
	
.contacts_left {
	font-size: 20px;
	padding-left: 50px;
	padding-top: 30px;
}
	
#foot_menu ul li {
	padding: 5px 5px;
}



	
.head1 {
	font-size: 26px;
	line-height: 24px;
}
	
.admin_users_table {
	overflow-x: auto;
	overflow-y: auto;
		display: block;
	height: 400px;
}

.head2 {
	font-size: 22px;
}
	
}

@media (max-width:990px){
	
.main_otzivi {
	margin-top: 30px;
	padding-top: 50px;
	height: auto;
}
	
.head2 {
	padding: 0 0px;
}
	
#foot_menu ul li {
	padding: 5px 10px;
}
	
#foot_copyright {
	float: none;
	display: inline-block;
	margin-left: 0px;
	margin-top: 0;
}

#foot_menu {
	padding-right: 10px;
	float: none;
	padding-top: 0;
	margin-top: 0;
}
	

.program_material_block, .program_present_block, .program_video_block {
	font-size: 15px;
	height: 260px;
}
	
body {
  font-size: 13px;
}
	
.head2 {
	font-size: 18px;
}
	
.naprav_page {
	margin: 30px auto;
	width: 95%;
}

.my_program_page {
	margin: 30px auto;
	width: 95%;
}

.test_page {
	margin: 30px auto;
	width: 95%;
}

.my_test_page {
	margin: 30px auto;
	width: 95%;
}
	
.naprav_page {
	margin: 30px auto;
	width: 95%;
}

.programs_table {
	font-size: 13px;
	overflow-x: auto;
		display: block;
	
}
	
	
.napravs_cont span {
	padding: 10px 0;
}

.napravs_cont a {
	font-size: 18px;
}
	
.certificate_block {
	float: left;
	width: 50%;
	padding: 10px;
}
	
.contacts_left {
	font-size: 18px;
	padding-left: 10px;
}
	
	
.naprav_cont {
	width: 100%;
}
	
#header {
	height: auto;
	min-height: 100px;
}
	
.top_logo {
	top: 20px;
	left: 10px;
}

#top_menu ul li {
	padding: 5px 10px;

}

#top_menu {
	padding-right: 10px;
	padding-left: 50px;
	float: none;
}
	
	.head1 {
	font-size: 20px;
	line-height: 18px;
}

.results_table {
	overflow-x: auto;
		display: block;
		font-size: 13px;
}

.results_table table thead th {
	padding: 15px 5px;
	font-size: 14px;
}

.results_table table tbody td {
	padding: 15px 5px;
	font-size: 13px;
}

.test_page h2 {
	font-size: 18px;
	margin-top: 30px;
}

.bilet_result table thead th {
	padding: 15px 5px;
	font-size: 16px;
}

.bilet_result table tbody td {
	padding: 15px 10px;
}

.select_test a {
	padding: 10px 5px;
	font-size: 16px;
}

.select_test {
	margin: 20px auto;
	width: 100%;
}

.naprav_block {
	display: inline-block;

}

.main_naprav {
	background-size: cover;
	height: auto;
}


	
}

@media (max-width:480px){
	
.main_udostov_block_line1 {
	width: 100%;
}
	
.main_udostov_block_line1 > div, .main_udostov_block_line2 > div {
	width: 100% !important;
	float: none;
	padding: 10px 0;
}

.main_udostov_block {
	padding: 20px;
}

	
.admin_page select {
	font-size: 12px;
}
	
.foot_copyright1, .foot_copyright2 {
	float: none;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 5px 0;
}
	
.test_timer_cont {
	margin: 0 auto;
	width: 100%;
}
	
.select_test a {
	padding: 8px 3px;
	font-size: 15px;
}
	
.program_test_link a {
	padding: 15px 30px;
	font-size: 16px;
}
	
.program_materials_cont, .program_presents_cont, .program_videos_cont {
	padding: 10px;
	float: left;
	width: 50%;
}


.program_material_block, .program_present_block, .program_video_block {
	font-size: 12px;
	height: 260px;
}
	
.my_program_page h2, .admin_page h2 {
	font-size: 18px;
	margin-top: 20px;
}
	
#login_form {
	width: 95%;
	padding: 20px 20px;
}
	
#register_form {
	width: 95%;
	padding: 20px 20px;
}

#register_form input[type="submit"], #login_form input[type="submit"] {
	margin-top: 20px;
	padding: 12px 20px;
	font-size: 20px;
	display: block;
	width: 100%;
}

.register_form_head {
	font-size: 22px;
}

.register_form_head a {
	font-size: 18px;
}
	
.test_itogo_good, .test_itogo_bad {
	width: 90%;
}
	
.bilet_result table thead th {
	padding: 15px 5px;
	font-size: 14px;
}

.bilet_result table tbody td {
	padding: 15px 5px;
}
	
#test_form input[type="submit"] {
	margin-top: 30px;
	padding: 15px 50px;
	font-size: 16px;
}
	
.test_page h2 {
	font-size: 16px;
	margin-top: 20px;
}
	
body {
  font-size: 12px;
}
	
.head2 {
	font-size: 16px;
}
	
.programs_table table thead th {
	padding: 10px 3px;
	font-size: 14px;

}

.programs_table table tbody td {
	padding: 10px 3px;
}
	
.naprav_instruct a {

	font-size: 16px;

	width: 80%;
}
	
.napravs_cont a {
	font-size: 16px;
}
	
.napravs_cont {
	width: 100%;
	padding: 10px;
	float: none;
}
	
.certificate_block {
	float: left;
	width: 100%;
	padding: 10px;
}
	
.contacts_tel {
	padding: 5px 0 5px 40px;
}

.contacts_address {
	padding: 5px 0 5px 40px;
}

.contacts_email {
	padding: 5px 0 5px 40px;
}
	
.contacts_left {
	float: none;
	width: 100%;
	padding-bottom: 20px;
	font-size: 14px;
	padding-top: 0;
}

.contacts_right {
	float: none;
	width: 100%;
}
	
#foot_copyright {
	background: none;
	padding: 0;
}
	
#foot_menu ul {
	padding: 0;
}

#foot_menu ul li {
	display: block;
}
	
.naprav_register a {

	font-size: 18px;
	width: 80%;
}
	
.naprav_cont {
	margin: 20px auto;
}
	
.naprav_block {
	width: 50%;
	display: block;
	float: left;
}

.naprav_block:nth-child(3), .naprav_block:nth-child(5) {
	clear: both;
}

.main_naprav {
	background-size: cover;
	height: auto;
}

.naprav_block span {
	padding: 10px;
	font-size: 16px;
}
	
#top_menu ul {
	padding-top: 0;
	}
	
	#top_menu ul li {
	padding: 3px 10px;
	display: block;
}

#top_menu {
	padding-top: 0;
}


	
		.head1 {
	font-size: 16px;
	line-height: 15px;
}
}

.about_page table {
	margin: 10px auto;
	max-width: 600px;
	border-collapse: collapse; 
	
}

.about_page table td {
	border: 1px solid #000;
	padding: 3px;
}

/* ------------------------------------------------------------------------------------- Кабинет ---------------------------------------------------------------------------------------------------- */
#wrapper_cabinet {
	height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
}

#wrapper_cabinet #footer {
	background: transparent;
	padding-left: 210px;
	padding-top: 0;
}

#wrapper_cabinet #footer.content_collapsed {
	background: transparent;
	padding-left: 50px;
	padding-top: 0;
}

#wrapper_cabinet #footer .footer_cont {
	border-top: 2px solid #dbe9f2;
	padding-top: 20px;
	margin: 0 auto;
	width: calc(100% - 50px);
}

.sticky_cabinet + .content {
	padding-top: 50px;
}

.sticky_cabinet {
	background: #fff;
}

.cabinet_back_link {
	display: inline-block;
	font-size: 14px;
	padding-left: 15px;
	left: 25px;
	position: absolute;
	top: 10px;
	color: #024880;
	background: url(./images/back_link.png) left center no-repeat;
}

.site_back_link {
	padding-left: 110px;
}

.site_back_link a {
	display: inline-block;
	font-size: 14px;
	padding-left: 15px;
	color: #024880;
	background: url(./images/back_link.png) left center no-repeat;
}

.cabinet_back_link:hover, .site_back_link a:hover {
	color: #024880;
	text-decoration: none;
}

.admin_page, .user_page {
	color: #024880;
	position: relative;
}

.admin_menu, .user_menu {

	background: #fff;
	padding-top: 75px;
	padding-right: 10px;
	
	position: fixed;
    width: 210px;
    overflow-y: auto;
    top: 0;
    bottom: 0;
}

.admin_menu ul, .user_menu ul {
	padding: 0;
	
}

.admin_menu ul li, .user_menu ul li {
	list-style: none;
	position: relative;
}

.admin_menu ul li a, .user_menu ul li a {
	display: block;
	text-align: left;
	padding: 12px;
	font-size: 14px;
	color: #5a8db5;
	border-bottom: 2px solid #dbe9f2;
	padding-left: 45px;
}

.user_menu ul li a {
	color: #024880;
}

.admin_menu ul li a.active, .user_menu ul li a.active {
	color: #fff;
	font-weight: bold;
	
	border-radius: 0 5px 5px 0;
	border: 0;
}

#admin_menu_admin_main a {
	background: #fff url(./images/admin_menu1.png) 10px center no-repeat;
}

#admin_menu_admin_main a.active {
	background: #024880 url(./images/admin_menu1a.png) 10px center no-repeat;
}

#admin_menu_admin_users a, #admin_menu_admin_prepods a, #admin_menu_admin_prepod_kursi a {
	background: #fff url(./images/admin_menu2.png) 10px center no-repeat;
}

#admin_menu_admin_users a.active, #admin_menu_admin_prepods a.active, #admin_menu_admin_prepod_kursi a.active {
	background: #024880 url(./images/admin_menu2a.png) 10px center no-repeat;
}

#admin_menu_admin_results a {
	background: #fff url(./images/admin_menu3.png) 10px center no-repeat;
}

#admin_menu_admin_results a.active {
	background: #024880 url(./images/admin_menu3a.png) 10px center no-repeat;
}

#admin_menu_admin_material a, #admin_menu_admin_prepod_obuch_control a {
	background: #fff url(./images/admin_menu5.png) 10px center no-repeat;
}

#admin_menu_admin_material a.active, #admin_menu_admin_prepod_obuch_control a.active {
	background: #024880 url(./images/admin_menu5a.png) 10px center no-repeat;
}

#admin_menu_admin_kurs a {
	background: #fff url(./images/admin_menu6.png) 10px center no-repeat;
}

#admin_menu_admin_kurs a.active {
	background: #024880 url(./images/admin_menu6a.png) 10px center no-repeat;
}

#admin_menu_admin_orders a {
	background: #fff url(./images/admin_menu14.png) 10px center no-repeat;
}

#admin_menu_admin_orders a.active {
	background: #024880 url(./images/admin_menu14a.png) 10px center no-repeat;
}

#admin_menu_admin_settings a {
	background: #fff url(./images/admin_menu7.png) 10px center no-repeat;
}

#admin_menu_admin_settings a.active {
	background: #024880 url(./images/admin_menu7a.png) 10px center no-repeat;
}

#admin_menu_admin_map a {
	background: #fff url(./images/admin_menu8.png) 10px center no-repeat;
}

#admin_menu_admin_map a.active {
	background: #024880 url(./images/admin_menu8a.png) 10px center no-repeat;
}

#admin_menu_admin_documents a {
	background: #fff url(./images/admin_menu9.png) 10px center no-repeat;
}

#admin_menu_admin_documents a.active {
	background: #024880 url(./images/admin_menu9a.png) 10px center no-repeat;
}

#admin_menu_admin_news a {
	background: #fff url(./images/admin_menu10.png) 10px center no-repeat;
}

#admin_menu_admin_news a.active {
	background: #024880 url(./images/admin_menu10a.png) 10px center no-repeat;
}

#admin_menu_admin_banners a {
	background: #fff url(./images/admin_menu10.png) 10px center no-repeat;
}

#admin_menu_admin_banners a.active {
	background: #024880 url(./images/admin_menu10a.png) 10px center no-repeat;
}

#admin_menu_admin_blog a {
	background: #fff url(./images/admin_menu11.png) 10px center no-repeat;
}

#admin_menu_admin_otzivi a {
	background: #fff url(./images/admin_menu11.png) 10px center no-repeat;
}

#admin_menu_admin_otzivi a.active {
	background: #024880 url(./images/admin_menu11.png) 10px center no-repeat;
}

#admin_menu_admin_portfolio a {
	background: #fff url(./images/admin_menu11.png) 10px center no-repeat;
}

#admin_menu_admin_portfolio a.active {
	background: #024880 url(./images/admin_menu11.png) 10px center no-repeat;
}

#admin_menu_admin_blog a.active {
	background: #024880 url(./images/admin_menu11a.png) 10px center no-repeat;
}

#admin_menu_admin_main_settings a {
	background: #fff url(./images/admin_menu12.png) 10px center no-repeat;
}

#admin_menu_admin_main_settings a.active {
	background: #024880 url(./images/admin_menu12a.png) 10px center no-repeat;
}

#admin_menu_admin_programs a, #admin_menu_admin_kurs_new a, #admin_menu_admin_kursi a, #admin_menu_admin_obuch_control a, #admin_menu_admin_bilets a,
#admin_menu_admin_prepods_kursi a, #admin_menu_admin_prepods_obuch_control a, #admin_menu_admin_prepods_balance a
{
	padding-left: 25px;
	font-size: 13px;
}

#admin_menu_admin_programs a.active, #admin_menu_admin_kurs_new a.active, #admin_menu_admin_kursi a.active, #admin_menu_admin_obuch_control a.active, #admin_menu_admin_bilets a.active,
#admin_menu_admin_prepods_kursi a.active, #admin_menu_admin_prepods_obuch_control a.active, #admin_menu_admin_prepods_balance a.active {
	background: #024880;
}

#admin_menu_balance a {

	background: #fff url(./images/admin_menu_balance.png) 10px center no-repeat;
}

#admin_menu_balance a.active {
	background: #024880 url(./images/admin_menu_balancea.png) 10px center no-repeat;
}

.admin_menu_open_arrow {
	display: block;
	position: absolute;
	right: 10px;
	top: 17px;
	width: 15px;
	height: 11px;
	background: url(/images_new/admin_menu_arrow.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.admin_menu_open_arrow.open {
	transform: rotate(180deg);
}

.admin_menu_dop_info {
	display: block;
	position: absolute;
	right: 5px;
	top: 10px;
	min-width: 22px;
	height: 22px;
	background: #cc3333;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding-top: 2px;
}

.admin_menu_dop_info2 {
	right: 30px;
}

.admin_new_users_alert {
	padding: 20px;
	text-align: center;
	font-size: 20px;
	color: #cc3333;
}

.admin_new_users_alert a {
	font-weight: bold;
	padding: 0 5px;
}

#user_menu0 a, #admin_menu_my_profile a {

	background: #fff url(./images/user_menu0.png) 10px center no-repeat;
}

#user_menu0 a.active, #admin_menu_my_profile a.active {
	background: #024880 url(./images/user_menu0a.png) 10px center no-repeat;
}

#user_menu1 a {

	background: #fff url(./images/user_menu1.png) 10px center no-repeat;
}

#user_menu1 a.active {
	background: #024880 url(./images/user_menu1a.png) 10px center no-repeat;
}

#user_menu2 a {

	background: #fff url(./images/user_menu2.png) 10px center no-repeat;
}

#user_menu2 a.active {
	background: #024880 url(./images/user_menu2a.png) 10px center no-repeat;
}

#user_menu3 a {

	background: #fff url(./images/user_menu3.png) 10px center no-repeat;
}

#user_menu3 a.active {
	background: #024880 url(./images/user_menu3a.png) 10px center no-repeat;
}

#user_menu4 a, #admin_menu_my_feedback a {

	background: #fff url(./images/user_menu4.png) 10px center no-repeat;
}

#user_menu4 a.active, #admin_menu_my_feedback a.active {
	background: #024880 url(./images/user_menu4a.png) 10px center no-repeat;
}

#user_menu5 a {

	background: #fff url(./images/admin_menu14.png) 10px center no-repeat;
}

#user_menu5 a.active {
	background: #024880 url(./images/admin_menu14a.png) 10px center no-repeat;
}

#user_menu1 ul li a {
	color: #5a8db5;
	background: #fff url(./images/user_menu_sub.png) 15px center no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 35px;
}

#user_menu1 ul li a.active_sub {
	background: #fff url(./images/kurs_sub_open.png) 12px center no-repeat;
	background-size: auto 7px !important;
}

#user_menu1 ul li a.subactive {
	font-weight: bold;
	color: #5a8db5;
}

#user_menu1 ul li ul {
	display: none;
}

#user_menu1 ul li ul.subactived {
	display: block;
}

#user_menu1 ul li ul li a {
	background: none;
	color: #a0b2c0;
	font-size: 14px;
}

.admin_menu ul li a, .user_menu ul li a {
	background-size: auto 28px !important;
}

.admin_menu ul li ul li a, .user_menu ul li ul li a {
	background-size: auto 14px !important;
}



.left_collapsed #user_menu1 ul {
	display: none;
}



.admin_menu ul li a:hover, .user_menu ul li a:hover {
	text-decoration: none;
	background-color: #e9f0f4 !important;
}

.admin_menu ul li a.active:hover, .user_menu ul li a.active:hover {
	text-decoration: none;
	background-color: #024880 !important;
}

.buy_kurs_link {
	background: #598db5 url(./images/kursi_plus.png) 12px center no-repeat !important;
	color: #fff !important;
}

.buy_kurs_link:hover {
	background: #598db5 url(./images/kursi_plus.png) 12px center no-repeat !important;
	color: #fff !important;
}

.left_menu_collapse {
	display: block;
	padding: 6px;
	padding-left: 60px;
	color: #fff;
	border-radius: 0 5px 5px 0;
	background: #024880 url(./images/left_menu_collapse.png) 30px center no-repeat;
	margin-bottom: 5px;
}

.left_collapsed .left_menu_collapse {
	background: #024880 url(./images/left_menu_collapse2.png) 30px center no-repeat;
}

.left_menu_collapse:hover, .left_menu_collapse:focus {
	text-decoration: none;
	color: #fff;
}

.left_collapsed {
	width: 55px;
}

.left_collapsed a {
	width: 55px;
	height: 45px;
	color: transparent !important;
	overflow: hidden;
	border-bottom: 0 !important;
	padding: 0 !important;
}

.admin_content, .user_content {
	float: left;
	width: calc(100% - 210px);
	margin-left: 210px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px;
	font-size: 16px;
	min-height: calc(100vh - 242px);
	position: relative;
}

.content_collapsed {
	width: calc(100% - 60px);
	margin-left: 60px;
}

.admin_content h1, .user_content h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;

	border-left: 5px solid #0b486b;
	padding-left: 8px;
	display: inline-block;

}

.admin_content h2, .user_content h2 {
	text-align: left;
	font-size: 20px;
	text-transform: none;
	margin: 0;
	padding: 10px 0;
	font-weight: bold;
}

.admin_main_li {
	position: relative;
	margin: 20px 0;
	padding-left: 60px;
}

.admin_main_li span {
	position: absolute;
	left: 0;
	top: 5px;
	font-weight: bold;
	font-size: 20px;
	width: 40px;
	height: 40px;
	padding-top: 6px;
	border-radius: 20px;
	text-align: center;
	background: #ffacab;
}

.admin_content input[type=submit] {
	background: #024880;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	margin: 10px 0;
	border-radius: 5px;
	font-size: 14px;
}

.admin_content input[type=submit]:hover {
	background: #356d99;
}

.admin_content input.gray_input {
	background: #a6a8ae;
}

.admin_content input.gray_input_active {
	background: #024880;
}

.admin_content input.gray_input[type=submit]:hover {
	background: #024880;
}

.admin_content textarea {
	width: 100%;
	height: 150px;
}

.sortable_table th {
	cursor: pointer;
}

.sortable_table th. {
	cursor: pointer;
}

.sortable_table th.no-sort,
.sortable_table th.no-sort:hover {
		cursor: not-allowed;
	}

.sortable_table th.sorted.ascending:after {
		content: "  \2191";
	}

.sortable_table th.sorted.descending:after {
		content: " \2193";
	}
	
#loadMoreRows {
	text-align: center;
	padding: 10px 0;
}

#loadMoreRows span {
	cursor: pointer;
}

.cabinet_download {
	border-bottom: 1px solid #dbe9f2;
	margin-bottom: 10px;
	font-size: 14px;
	padding-bottom: 5px;
}

.cabinet_download a {
	display: inline-block;
	
}

.cabinet_download label {
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
}

.cabinet_download a.export_excel {
	background: url(./images/export_excel.png) left center no-repeat;
	padding-left: 30px;
}
	
.cabinet_filter {
	border-bottom: 1px solid #dbe9f2;
	margin-bottom: 10px;
}

.cabinet_filter form {
	display: none;
}

.cabinet_filter_head {
	font-size: 14px;
	margin-bottom: 5px;
}

.cabinet_filter_head span {
	display: inline-block;
	padding-right: 20px;
	cursor: pointer;
}

.cabinet_filter_head span.filter_open {
	background: url(./images/cabinet_filter_open.png) right center no-repeat;
}

.cabinet_filter_head span.filter_close {
	background: url(./images/cabinet_filter_close.png) right center no-repeat;
}

.cabinet_filter_left {
	width: 400px;
	float: left;
}

.cabinet_filter_right {
	width: calc(100% - 400px);
	float: left;
	padding-left: 30px;
}
	
.cabinet_filter_block {
	display: block;
	padding: 5px 0;
}

.cabinet_filter_block label {
	font-size: 14px;
	font-weight: normal;
	width: 180px;
	text-align: right;
	padding-right: 20px;
}

.cabinet_filter_block input[type=text], .cabinet_filter_block select {
	color: #000;
	font-size: 13px;
	padding: 3px 6px;
	border: 1px solid #5a8db5;
	border-radius: 4px;
	width: 220px;
}

.cabinet_filter_block input.filter_mini {
	color: #000;
	font-size: 13px;
	padding: 3px 6px;
	border: 1px solid #5a8db5;
	border-radius: 4px;
	width: 107px;
}


.cabinet_filter input[type=submit] {
	border-radius: 15px;
	margin: 0;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	width: 120px;
	padding: 5px 0;
	display: inline-block
}

.clear_form {
	border: 1px solid #024880;
	border-radius: 15px;
	width: 120px;
	text-align: center;
	padding: 4px 0;
	display: inline-block;
}

.clear_form:hover, .clear_form:focus {
	
	color: #024880;
	text-decoration: none;
}

.clear_form:hover {
	background: #e9f0f4;
}

.myselect {
	position: relative;
}


.myselect select {
    display: block;
    width: 100%; /* от ширины блока div */
    padding: 3px 2.5rem 3px 0.5rem;/* отступы от текста до рамки */
    background: none; /* убираем фон */
    border: 1px solid #5a8db5; /* рамка */
    border-radius: 4px;/* скругление полей формы */
    -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;/* убираем дефолнтные стрелочки */
    font-family: inherit;/* наследует от родителя */
    font-size: 13px;
    color: #000;
}


.myselect:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #5a8db5 transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 1;
    margin-top: -3px;
}

.myselect2 select {
	font-size: 14px;
	color: #024880;
}


.cabinet_filter_block .myselect {
	width: 220px;
	display: inline-block;
}

.but1 {
	display: inline-block;
	text-align: center;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 25px;
	background: #024880;

	
	font-size: 14px;
}

.but1:hover {
	text-decoration: none;
	color: #fff;
	background: #356d99;

}

.edit_table {
	margin: 10px auto;
	border-collapse: collapse;
	border: 1px solid #8290a1;
}

.edit_table tr {
	background: #f4f9fa;
}

.edit_table tr:nth-child(2n) {
	background: #e6f3f5;
}

.edit_table .table_separator td {
	height: 4px;
	background: #56667f;
}

.edit_table tr td {
	padding: 5px;
	border: 1px solid #8290a1;
}

.admin_submenu {
	text-align: center;
	padding: 5px 0;
}

.admin_submenu a, .admin_submenu span {
	display: inline-block;
	margin: 5px;
	color: #024880;
	text-transform: uppercase;
	font-size: 14px;
}

.admin_submenu a {
	color: #5a8db5;
	text-decoration: none;
}

.admin_submenu a:hover, .admin_submenu a:focus {
	color: #024880;
	text-decoration: none;
}

.admin_submenu span {
	color: #024880;
	font-size: 18px;
	font-weight: bold;
}

.check_active {
	color: #14b070;
}

.check_inactive {
	color: #b01414;
}

#add_kurs_filter_form {
	background: #fafbe6;
	padding: 20px;
}

#add_kurs_filter_form select, #add_kurs_filter_form input {
	width: 100%;
	margin-bottom: 15px;
}

#add_kurs_filter_form button {
	width: 100px;
	text-align: center;
}

.add_kurs_float_but {
	position: fixed;
	right: 20px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	display: block;
	border: 0;
	background: url(./images_new/add_kurs_float_but.png) center center no-repeat;
}


#feedback_form {
	max-width: 360px;
	padding-top: 20px;
}

#feedback_form textarea {
	width: 100%;
	height: 140px;
	margin-top: 15px;
	color: #000;
	font-size: 15px;
	padding: 10px;
	border: 1px solid #024880;
}

#feedback_form input[type=submit] {
	border-radius: 25px;
	border: 1px solid #024880;
	color: #024880;
	background: #fff;
	padding: 10px 60px;
	font-size: 20px;
	margin-top: 15px;
}

#feedback_form input[type=submit]:hover {
	color: #fff;
	background: #024880;
}

.my_kursi {
	clear: both;
	margin-left: -15px;
}

.my_kursi:after {
	clear: both;
	content: '';
	display: block;
}

.my_kurs_cont {

	padding: 15px;

}

.my_kurs_block {
	display: block;
	border-radius: 5px;
	padding: 20px 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(140, 180, 210, 0.8);
-moz-box-shadow:    0px 0px 10px 0px rgba(140, 180, 210, 0.8);
box-shadow:         0px 0px 10px 0px rgba(140, 180, 210, 0.8);
position: relative;
}

.my_kurs_block:hover, .my_kurs_block:focus {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(140, 180, 210, 0.9);
-moz-box-shadow:    0px 0px 25px 0px rgba(140, 180, 210, 0.9);
box-shadow:         0px 0px 25px 0px rgba(140, 180, 210, 0.9);
text-decoration: none;
}

.my_kurs_block a:hover, .my_kurs_block a:focus {
	text-decoration: none;
}

.my_kurs_block_pic {
	float: left;
	width: 230px;
	position: relative;
}

.my_kurs_image {
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.my_kurs_name {
	font-size: 14px;
	font-weight: bold;
	color: #014880;
	float: left;
	width: calc(100% - 430px);
	position: relative;
	padding-left: 20px;
	min-height: 150px;
	padding-bottom: 35px;
	padding-right: 20px;
	position: relative;
	padding-right: 70px;
}

.my_kurs_name span {
	color: #bdd3e5;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
}

.my_kurs_name span i {
	color: #999;
	font-weight: normal;
	font-style: normal;
	margin-right: 10px;
}

.my_kurs_info_icon {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 20px;
}

.my_kurs_info_icon img {
	display: inline-block;
	max-width: 100%;
}

.my_kurs_info {
	color: #014880;
	font-size: 12px;
	float: left;
	width: 200px;
}

.my_kurs_info p {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

.my_kurs_info label {
	display: inline-block;
	font-weight: normal;
	margin: 0;
}

.my_kurs_info span {
	display: inline-block;
	font-weight: bold;
}

.my_kurs_status {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
}

.my_kurs_payed {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 38px;
	height: 38px;
}

.my_kurs_payed_yes {
	background: url(/images_new/my_kurs_payed_yes.png) center center no-repeat;
}

.my_kurs_payed_no {
	background: url(/images_new/my_kurs_payed_no.png) center center no-repeat;
}




.kurs_status0 .my_kurs_status {
	background: url(/images_new/my_kurs_status0.png) center center no-repeat;
}

.kurs_status1 .my_kurs_status {
	background: url(/images_new/my_kurs_status1.png) center center no-repeat;
}

.kurs_status2 .my_kurs_status {
	background: url(/images_new/my_kurs_status2.png) center center no-repeat;
}

.kurs_status3 .my_kurs_status {
	background: url(/images_new/my_kurs_status3.png) center center no-repeat;
}

.buy_new_kurs {
	background: url(./images/buy_new_kurs.png) center 60px no-repeat;
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #5a8db5;
}

.buy_new_kurs span {
	padding-top: 160px;
	display: block;
}

.buy_new_kurs:hover {
	color: #5a8db5;
}

.my_kurs_block_top {
	cursor: pointer;
}

.my_kursi_site .my_kurs_block_top {
	cursor: auto;
}

.my_kurs_price {
	color: #014880;
	font-size: 12px;
}

.my_kurs_price_with_skidka {
	color: #014880;
	font-size: 12px;
	margin-top: 5px;
}

.my_kurs_price_with_skidka strong {
	color: #1dbb63;
}

.my_kurs_cert_but {
	display: block;
	padding: 5px 0 5px 30px;
	background: url(/images_new/my_kurs_cert.png) left center no-repeat;
	position: absolute;
	left: 20px;
	bottom: 0;
}

.my_kurs_pod_but {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 7px;
	color: #fff;
	font-weight: bold;
	background: #024880;
	border-radius: 4px;
	margin-top: 10px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.3);
}

.my_kurs_pod_but:hover, .my_kurs_pod_but:focus {
	background: #155e98;
	color: #fff;
	text-decoration: none;
}

.my_kurs_pod_but.checked {
	background: #999;
}

.my_kurs_pod_but_disabled, .my_kurs_pod_but_disabled:hover, .my_kurs_pod_but_disabled:focus {
	background: #999;

}

.my_kurs_pod_but_green, .my_kurs_pod_but_green:hover, .my_kurs_pod_but_green:focus {
	background: #00b420;
}

.my_kurs_pod_but_blue, .my_kurs_pod_but_blue:hover, .my_kurs_pod_but_blue:focus {
	background: #598db5;
}

.my_kurs_buy_top {
	position: absolute;
	top: 25px;
	left: 15px;
}

.my_kurs_buy_block .my_kurs_block_pic, .my_kurs_buy_block .my_kurs_name {
	cursor: pointer;
}

.my_kurs_buy_top span {
	display: block;
	width: 20px;
	height: 20px;
	background: url(/images_new/buy_kurs_galka.png) left center no-repeat;
}

.buy_kurs_checked .my_kurs_buy_top span {
	background: url(/images_new/buy_kurs_galka1.png) left center no-repeat;
}

.buy_kurs_itogo {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	font-size: 16px;
	color: #5a8db5;
	border-top: 1px solid #dbe9f2;
	background: rgba(255,255,255,0.8);
	padding: 5px 30px;
	z-index: 35;
}

.buy_kurs_itogo_left {
	float: left;
	padding-top: 5px;
}

.buy_kurs_itogo_left > div {
	display: inline-block;
	margin-right: 30px;
}

.buy_kurs_itogo_left span {
	color: #024880;
	font-weight: bold;
	text-decoration: underline;
}

.buy_kurs_itogo_right {
	float: right;
	padding-top: 2px;
}

.to_order_but {
	border: 0;
	color: #fff;
	padding: 5px 35px;
	font-size: 14px;
}

.buy_kurs_itogo_float_clear {
	width: 30px;
	height: 30px;
	background: url(/images_new/order_cancel.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
}

.buy_kurs_filter {
	float: left;
	width: 255px;
	margin-right: 25px;
	margin-bottom: 10px;
}

.buy_kurs_filter select {
	margin-top: 10px;
}

.buy_kurs_filter .input_filter {
	margin-top: 9px;
}

.buy_kurs_filter .input_filter input[type=text] {
	font-size: 14px;
	padding: 3px 8px;
	border-top: 1px solid #5a8db5;
	border-left: 1px solid #5a8db5;
	border-bottom: 1px solid #5a8db5;
	border-radius: 4px 0 0 4px;
	border-right: 0;
	width: calc(100% - 30px);
	display: block;
	float: left;
}

.buy_kurs_filter .input_filter input[type=submit] {
	font-size: 14px;
	padding: 3px 8px;
	width: 30px;
	border-top: 1px solid #5a8db5;
	border-right: 1px solid #5a8db5;
	border-bottom: 1px solid #5a8db5;
	border-radius: 0 4px 4px 0;
	border-left: 0;
	background: #fff url(./images/kurs_search_icon.png) center center no-repeat;
	display: block;
	float: left;
}

.naprav_view_sort {
	text-align: right;
}

.naprav_view_sort > div {
	display: inline-block;
	padding: 10px;
}

.naprav_view_sort a, .naprav_view_sort span {
	display: inline-block;
	width: 13px;
	height: 10px;
}

.naprav_view_sort > div:first-of-type a {
	background: url(./images_new/my_kurs_view_block.png) center center no-repeat;
}

.naprav_view_sort > div:first-of-type span {
	background: url(./images_new/my_kurs_view_block1.png) center center no-repeat;
}

.naprav_view_sort > div:last-of-type a {
	background: url(./images_new/my_kurs_view_table.png) center center no-repeat;
}

.naprav_view_sort > div:last-of-type span {
	background: url(./images_new/my_kurs_view_table1.png) center center no-repeat;
}

#naprav_page_anchor {
	max-width: 1170px;
}

#naprav_page_anchor .programs_table {
	margin-top: 0;
}

.result_table_actions {
	font-size: 13px;
	text-transform: uppercase;
	text-align: left !important;
}

.result_table_actions a {
	margin: 0 5px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
}

.cab_icon_add {
	background: url(./images/cab_icon_add.png) center center no-repeat;
}

.cab_icon_add:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_edit {
	background: url(./images/cab_icon_edit.png) center center no-repeat;
}

.cab_icon_edit:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_balance {
	background: url(./images/cab_icon_balance.png) center center no-repeat;
}

.cab_icon_balance:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_stat {
	background: url(./images/cab_icon_stat.png) center center no-repeat;
}

.cab_icon_stat:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_reset {
	background: url(./images/cab_icon_reset.png) center center no-repeat;
}

.cab_icon_reset:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_mail {
	background: url(./images_new/cab_icon_mail.png) center center no-repeat;
}

.cab_icon_mail:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_mail_cont {
	display: inline;
}

.cab_icon_galka {
	background: url(./images_new/cab_icon_galka.png) center center no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 25px;
}

.cab_icon_actions {
	background: url(./images_new/shesterenka1.png) center center no-repeat;
}

.cab_icon_actions:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.under_table_action_left_actions {
	background: url(./images_new/shesterenka1.png) center center no-repeat;
	background-size: contain;
}

.under_table_action_left_actions:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_delete {
	background: url(./images/cab_icon_delete.png) center center no-repeat;
}

.cab_icon_move {
	background: url(./images/cab_icon_move.png) center center no-repeat;
}

.cab_icon_move:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_view {
	background: url(./images/cab_icon_view.png) center center no-repeat;
}

.cab_icon_view:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
}

.cab_icon_cert {
	background: url(./images/cab_icon_cert.png) center center no-repeat;
	filter: grayscale(100%);
}

.cab_icon_cert:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
	filter: grayscale(0);
}

.cab_icon_obr {
	background: url(./images/cab_icon_obr.png) center center no-repeat;
	filter: grayscale(100%);
}

.cab_icon_obr:hover {
	filter: invert(38%) sepia(81%) saturate(413%) hue-rotate(164deg) brightness(58%) contrast(90%);
	filter: grayscale(0);
}

.cab_icon_enable_access {
	background: url(./images/cab_icon_enable_access.png) center center no-repeat;
}

.cab_icon_disable_access {
	background: url(./images/cab_icon_disable_access.png) center center no-repeat;
}


.new_cabinet_table {
	border-collapse: collapse;
	border: 1px solid #8290a1;
	width: 100%;
}

.new_cabinet_table tr {
	background: #f4f9fa;
}

.new_cabinet_table tr td {
	padding: 5px;
	border: 1px solid #8290a1;
}

.new_cabinet_table tr td:nth-child(1) {
	width: 300px;
}

.new_cabinet_table tr:nth-child(2n) {
	background: #e6f3f5;
}

.new_cabinet_table input[type=text] {
	width: 100%;
}

.main_naprav_buts a {
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	margin: 7px 0;
	padding: 5px 40px;
}

.buy_kurs_itogo_float {
	background: #fff url(./images/kurs_cart.png) 3px 7px no-repeat;
	position: fixed;
	right: 0;
	width: 280px;
	z-index: 35;
	right: -235px;
	top: calc(50% - 100px);
	border: 1px solid #5a8db5;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	padding: 10px 10px 10px 50px;
	font-size: 14px;
	text-align: right;
	transition: all 0.3s cubic-bezier(0.77,0,0.175,1);
}

#buy_kurs_itogo_count_float_cart {
	position: absolute;
	top: 5px;
	left: 25px;
	font-size: 16px;
	font-weight: bold;
}

.buy_kurs_itogo_float:hover {
	right: -2px !important;
}

.buy_kurs_itogo_float span {
	font-weight: bold;
}

.buy_kurs_itogo_float button {
	width: 100%;
	border: 0;
}

.buy_kurs_itogo_float_title {
	position: absolute;
	top: 55px;
	left: -7px;
	transform: rotate(90deg);
	font-weight: bold;
	font-size: 16px;
}

#buy_kurs_itogo_float_anim {
	/*position: absolute;
	top: -25px;
	right: 240px;*/
	
	position: fixed;
	top: calc(50% - 125px);
	right: 0;
}

#buy_kurs_itogo_float_anim2 {
	/*position: absolute;
	bottom: -25px;
	right: 240px;*/
	
	position: fixed;
	top: calc(50% + 40px);
	right: 0;
}

#buy_kurs_itogo_float_anim span, #buy_kurs_itogo_float_anim2 span {
	display: inline-block;
	position: absolute;
	top: -50px;
	right: 0;
	font-weight: bold;
	font-size: 18px;
	color: #ff9900;
	opacity: 0;
	display: none;
	padding-left: 35px;
	background: url(./images_new/coin_icon.png) left center no-repeat;
}

#buy_kurs_itogo_float_anim2 span {
	top: auto;
	bottom: 0;
	opacity: 0;
}

#select_bilet_cat {
	max-width: 100%;
}

.navbar-cabinet {
	font-size: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navbar2 ul {
	display: none;
}

.navbar-cabinet {
	background: url(./images/lk_icon.png) center center no-repeat;
	width: 42px;
	height: 35px;
}

#web_copyright {
	display: none;
}

.cur_user_not_kursi {
	background: #ffcccc;
}

.cur_user_not_personal_data {
	background: #ff6666;
}

.cur_user_row_green {
	background: #33ff99;
}



/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------АДАПТАЦИЯ-------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */



@media (max-width:1680px){
	
.sticky .navbar-default .navbar-nav > li > a {
	font-size: 13px;
}
	
.main_top_block_new_text {
	top: 8vw;
	left: 60px;
}

.main_top_block_new_text h2 {
	font-size: 40px;
}

.main_top_block_text1 {
	font-size: 22px;
	margin-top: 20px;
}

.main_top_block_text2 {
	margin-top: 100px;
}
}

@media (max-width:1600px){	
	.main_top_youtube {
	width: 900px;
}
	
}

@media (max-width:1400px){
	
	.main_top_youtube {
	width: 700px;
}
	
.main_top_block_pic_3 {
	right: 0px;
}

.main_top_block_pic_1 {

	right: 0px;
}
	
.sticky .navbar-default .navbar-nav > li > a {
	font-size: 13px;
}
	
.admin_content, .user_content {
	font-size: 14px;
}

.results_table table {
	/*display: block;*/
	overflow-x: auto;  
}

.results_table table thead th {
	padding: 6px 1px;
	font-size: 10px;
}

.results_table table tbody td {
	padding: 6px 1px;
	text-align: left;
	font-size: 10px;
}
	
	#wrapper_cabinet #footer .container {
		width: auto;
	}
	
	#wrapper_cabinet #foot_menu ul li {
	padding: 5px 5px;
	font-size: 14px;
}

#wrapper_cabinet .foot_copyright span {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 13px;
}

#wrapper_cabinet .foot_block1 {
	font-size: 12px;
}

#wrapper_cabinet .foot_tel, #wrapper_cabinet .foot_email, #wrapper_cabinet .foot_wz {
	padding: 10px 0 10px 40px;
}

#wrapper_cabinet .foot_address {
	padding: 5px 0 3px 40px;
	font-size: 12px;
}
}

@media (max-width:1370px){
.main_top_block_new_text {
	top: 8vw;
	left: 140px;
}

.main_top_block_new_text h2 {
	font-size: 30px;
}

.main_top_block_text1 {
	font-size: 18px;
	margin-top: 10px;
}

.main_top_block_text2 {
	margin-top: 110px;
	font-size: 16px;
}

.main_top_block_text3 {
	font-size: 14px;
	margin-top: 10px;
	max-width: 360px;
}
	
	
		.navbar-right {
	margin-right: 0px;
}

.main_about_left_bg {
	top: -170px;
	left: 0px;
}

.main_about_left a {
	margin-left: 150px;
}

.main_about_left p {
	font-size: 18px;
	letter-spacing: 1px;
	max-width: 420px;
	margin-top: 100px;
	margin-left: 160px;
}
}

@media (max-width:1200px){
	


.content_collapsed .my_kurs_cont {
	width: 33.3%;
}
	
.main_top_block_new_text {
	top: 8vw;
	left: 100px;
}

.main_top_block_new_text h2 {
	font-size: 28px;
}

.main_top_block_text1 {
	font-size: 16px;
}

.main_top_block_text2 {
	margin-top: 90px;
	font-size: 16px;
}

.main_top_block_text3 {
	font-size: 14px;
	margin-top: 10px;
	max-width: 360px;
}
	
#foot_menu a {
	font-size: 12px;
}

.foot_block1 {
	height: 50px;
}
	
.main_contacts_cont {
	top: 100px;
	left: 50px;
	font-size: 18px;
	padding: 40px;
}
	
.main_poluchite {
	top: -50px;
}
	
.main_poluchite_title {
	top: 140px;
	right: 40px;
	font-size: 28px;
}

.main_poluchite_block_line {
	bottom: 80px;
}
	
.main_dover_blocks > div {
	padding: 0px 10px;
}

.main_dover_blocks > div span {
	font-size: 46px;
}

.main_dover_blocks > div p {
	font-size: 20px;
}
	
.main_cat_block a {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-position: center 30px;
	padding: 0 20px;
	padding-top: 135px;
	font-size: 18px;
	line-height: 20px;
}

.main_top_block h2 {
	padding-top: 60px;
	font-size: 30px;
}	

.main_top_youtube_cont {
	top: 50px;
}

.main_top_block_price {
	top: 0px;
}

.main_top_block_price_bg {
	top: -40px;
}

.main_top_block_new_links {
	margin-top: 150px;
}

.main_top_youtube {
	width: 600px;
	height: 400px;
}

.main_top_block_circle1 {
	bottom: 150px;
}

.main_top_block_text1 {
	font-size: 20px;
	margin-top: 20px;
}

.main_top_block_pic img {
	max-width: 500px;
}

	.navbar-default .navbar-nav > li > a {
	font-size: 14px;
}

.sticky .container {
	width: 100%;
}

.sticky .navbar-default .navbar-nav > li > a {
	padding-left: 5px;
	padding-right: 5px;
}

.portfolio_cifri > div span {
	font-size: 24px;
}



}

@media (max-width:1100px){

.sticky .navbar-default .navbar-nav > li > a {
	font-size: 12px;
}

}

@media (max-width:990px){
	



	
.main_cat_lines {
	font-size: 14px;
	padding-top: 80px;
	min-height: auto;
}

.main_cat_lines_head {
	text-align: center;
}
	
#wrapper_cabinet #footer #foot_menu {
	display: none;
}
	
.my_kurs_cont {
	width: 100%;
}

.my_kurs_block_pic {
	float: none;
	width: 100%;
}

.my_kurs_name {
	float: none;
	width: 100%;
	padding-left: 0px;
	padding-right: 30px;
	min-height: auto;
	padding-bottom: 35px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.my_kurs_info_icon {
	right: 10px;
}

.my_kurs_info {
	color: #014880;
	font-size: 12px;
	float: none;
	width: 100%;
}

.my_kurs_cert_but {
	left: 0px;
}

.content_collapsed .my_kurs_cont {
	width: 50%;
}


	
.main_top_block_new_text {
	top: 8vw;
	left: 30px;
}

.main_top_block_new_text h2 {
	font-size: 22px;
}

.main_top_block_text1 {
	font-size: 14px;
}

.main_top_block_text2 {
	font-size: 14px;
	letter-spacing: 0;
}

.main_top_block_text3 {
	font-size: 12px;
	max-width: 320px;
}
	
#popup_qeeze {
	width: 100%;
}
	
.foot_block1 {
	height: auto;
	margin: 0px 0;
}

#foot_menu {
	text-align: center;
	margin-top: 20px;
}

.foot_tel, .foot_email, .foot_wz {
	padding: 15px 0 15px 40px;
}

 .foot_wz {
	 margin-left: 10px;
 }
	
.foot_block1 a, .foot_block1 span {
	text-align: left;
}
	
.main_social_subscribe {
	padding: 20px 40px;
	text-align: center;
}

.main_social_block a {
	max-width: 300px;
	margin: 10px auto;
}
	
.main_contacts_cont {
	top: 50px;
	left: 20px;
	font-size: 16px;
	padding: 30px;
}

.main_contacts_cont h2 {
	font-size: 30px;
}

.main_poluchite_title {
	top: 110px;
	right: 40px;
	font-size: 24px;
}

.main_poluchite_block_line {
	bottom: 60px;
	height: 125px;
	
}

.main_poluchite_block > div {
	top: 60px;
}

.main_poluchite_block span {
	font-size: 18px;
}

.mybut1 {
	padding: 8px 30px;
	font-size: 18px;
}
	
.main_poluchite_block {
	top: 130px;
	left: 170px;
	width: 280px;
	height: 280px;
	border-radius: 140px;
}

.main_poluchite_block::before {
	width: 120%;
	height: 120%;
	margin-left: -10%;
	margin-top: -10%;
	border-radius: 100%;
}

.main_poluchite_block::after {
	width: 280px;
	height: 280px;
}

.main_poluchite_bg2 {
	top: 70px;
	left: 120px;
	width: 400px;
	height: 400px;
}
	
.main_about_right {
	margin-top: 50px;
}
	
.main_cat_block a {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	background-position: center 20px;
	background-size: 40%;
	padding: 0 20px;
	padding-top: 95px;
	font-size: 16px;
	line-height: 18px;
}
	
.main_top_block h2 {
	padding-top: 40px;
	font-size: 24px;
}

.main_top_block_text1 {
	font-size: 18px;
	margin-top: 10px;
}

.main_top_block_text2 {
	font-size: 16px;
	margin-top: 60px;
	max-width: 320px;
}

.main_top_block {
	overflow: hidden;
}

.main_top_block .container::before {
	top: -200px;
	left: -350px;
}
	
.main_top_block_pic img {
	max-width: 460px;
}

.main_top_block_new_links {
	margin-top: 50px;
}

.main_top_block_circle1 {
	display: none;
}

.main_top_youtube_cont {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 30px;
}

.main_top_youtube {
	width: 100%;
	height: 400px;
	border-radius: 200px;
}

.main_top_block_price {
	top: 40px;
}

.main_top_block_price_bg {
	top: 0px;
}

.main_portfolio {
	margin-top: 20px;
}
	
	#header .container {
		width: 100%;
	}
	
	.navbar-default .navbar-nav > li > a {
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

.main_poryadok_blocks > div p {
	font-size: 14px;
	padding: 10px 10px;
}

.main_poryadok_blocks > div img {
	max-width: 90%;
}

.foot_copyright {
	float: left;
	width: 225px;
}

.foot_right {
	float: left;
	width: calc(100% - 225px);
}

.main_cat_slider h2 {
	font-size: 30px;
	padding-bottom: 20px;
}

.main_cat_slider .slick-list:before, .main_cat_slider .slick-list:after {
	display: none;
}

}

@media (max-width:768px){
	
 .main_cat_lines_circle1, .main_cat_lines_circle2, .main_cat_lines_circle3, .main_cat_lines_dots1, .main_cat_lines_dots2 {
	display: none;
}

.main_cat_lines {
	padding-top: 0px;
}
	
.cabinet_back_link {
	top: 30px;
}
	
#naprav_change_form img {
	max-width: 100% !important;
}
	
.new_cabinet_table tr td:nth-child(1) {
	width: auto;
}
	
#wrapper_cabinet #footer {
	padding-left: 0;
}
	
	#navbar2 ul {
	display: block;
}
	
.admin_menu, .user_menu {
	display: none;
}

.admin_content, .user_content {
	float: none;
	width: 100%;
	margin-left: 0;
	font-size: 13px;
	min-height: auto;
}
	
.my_kurs_cont {
	width: 100%;
}

.content_collapsed .my_kurs_cont {
	width: 100%;
}
	
.main_top_block_new_cont object {
	display: none;
}

.main_top_block_new_text {
	position: relative;
}
	
.main_contacts {
	margin-top: 340px;
	height: 300px;
}

.main_contacts_cont {
	top: -320px;
}
	
#popup_qeeze .qeeze_content {
	padding: 0 30px;
	/*height: calc(100vh - 70px) !important;*/
	height: 100%;
}

.qeeze_bottom {
	
	bottom: -150px;
}
	
.qeeze_top {
	padding: 0px 25px 5px 55px;
	max-width: 100%;
	font-size: 14px;
	letter-spacing: 0;
	background-position: 10px top;
}

.qeeze_li_block {
	float: none;
	width: 100%;
	padding: 10px 0;
}
	
.main_form1 {
	padding: 20px 40px;
}

.main_form1_block1 {
	float: none;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.main_form1_block2 {
	width: 50%;
}

.main_form1_block3 {
	width: 50%;
}
	
.main_dover_blocks > div {
	padding: 0px 40px;
}

.main_econom_left > div {
	float: none;
	max-width: 100%;
	margin-top: 0px;
}

.main_econom_left {
	width: 100%;
	padding: 20px;
	float: none;
}

.main_econom_right {
	float: none;
	width: 100%;
	margin-top: 20px;
	text-align: left;
	padding: 20px;
}

.main_econom_right img {
	display: inline-block;
}
	
	#header {
	height: auto;
	min-height: auto;
	z-index: 201;
}
	
.sticky {
	height: auto !important;
}
	
.navbar-default {
	margin-left: 0px;
	margin-top: 25px;
}
	
#header:not(.sticky) .navbar-right {
	padding-top: 0px;
}
	
#header:not(.sticky) .navbar-right a i {
	display: none;
}

.navbar-default .navbar-nav > li > a {
	font-size: 18px;
	text-align: center;
}
	
.main_cat_block {
	float: none;
	width: 100%;
}

.main_cat_block_cont {
	width: 250px;
	margin: 20px auto;
}

.main_cat_block a {
	width: 240px;
	height: 240px;
	border-radius: 120px;
	background-position: center 40px;
	background-size: 40%;
	padding: 0 20px;
	padding-top: 160px;
	font-size: 18px;
	line-height: 22px;
}

.main_cat_block:nth-child(1), .main_cat_block:nth-child(4) {
	padding-top: 0px;
}

.main_map_left {
	float: none;
	width: 100%;
	margin-right: 0;
}

.main_map_right {
	float: none;
	width: 100%;
}

.main_form2 {
	margin-top: 30px;
	padding: 30px 30px;
}

.portfolio_logo {
	float: none;
	width: 100%;
	padding-right: 0px;
}

.portfolio_info {
	float: none;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.portfolio_before {
	float: none;
	width: 100%;
	padding-right: 0px;
}

.portfolio_after {
	float: none;
	width: 100%;
}

.main_portfolio {
	padding: 0 30px;
}

.main_portfolio_cont {
	padding: 0px 0px 0 0px;
}

.portfolio_slider .slick-prev {
	left: -25px;
}

.portfolio_slider .slick-next {
	right: -25px;
}

.portfolio_after > div {
	padding: 10px 0 10px 90px;
}

.portfolio_after > div:nth-child(3), .portfolio_after > div:nth-child(4) {
	margin-left: 0px;
}

.main_econom_left::after {
	display: none;
}

.popup{
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 10000 !important;
    border-radius: 0;
    overflow-y: auto;
    padding: 80px 0 0;
    margin: 0 !important;
  }
  
  
#popup_qeeze {
	top: 0px !important;
}

#qeeze_form2 .qeeze_li_block:last-of-type {
	width: 100%;
	margin-left: 0%;
}

.qeeze_subhead_empty {
	height: 30px;
}

#popup_qeeze .qeeze_confirm_left {
	width: 100%;
	font-size: 14px;
	padding-left: 0px;
	padding: 0 40px;
}

#popup_qeeze .qeeze_confirm_right {
	width: 100%;
}

#popup_qeeze .qeeze_confirm_left p {
	padding: 10px 0 0px 0;
}

#popup_qeeze .qeeze_confirm1, #popup_qeeze .qeeze_confirm2, #popup_qeeze .qeeze_confirm3 {
	padding: 10px 0 0 35px;
	height: 35px;
}

.qeeze_form_confirm {
	width: 300px;
	margin: 10px auto;
	top: auto;
	right: auto;
	position: relative;
	background: #fff;
	padding: 20px 30px;
	border: 1px solid #024880;
}

#popup_qeeze .qeeze_content2 {
	height: calc(100vh - 40px) !important;
	background: url(/images/qeeze_bg.png) center center no-repeat;
}

.qeeze_bottom a.prev_but2 {

	left: 90px;
	top: 90px;
}

.cabinet_filter_left {
	width: 100%;
	float: none;
}

.cabinet_filter_right {
	width: 100%;
	float: none;
	padding-left: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}


}

@media (max-width:480px){
	
.main_cat_lines {
	padding-top: 30px;
}

.main_cat_lines_cont a {
	display: block;
	padding: 8px 10px;
}
	
.main_top_block_price_bg {
	top: 680px;
	bottom: auto;
	right: auto;
	left: calc(50% - 120px);
}

.main_top_block_price {
	top: 720px;
	right: auto;
	left: calc(50% - 80px);
	bottom: auto;
}


	
.foot_copyright {
	float: none;
	width: 100%;
}

.foot_right {
	float: none;
	width: 100%;
}

	
.add_material_link, .add_present_link, .add_video_link {
	padding: 5px 10px;
	font-size: 12px;
}
	
.results_table table thead th, .results_table table tbody td {
	padding: 4px 2px;
	font-size: 12px;
}
	
.cabinet_filter_block label {
	font-size: 12px;
	width: 100%;
	text-align: center;
	padding-right: 0px;
}

.cabinet_filter_block input[type="text"] {
	font-size: 13px;
	width: 100%;
}
	
.admin_submenu span {
	font-size: 14px;
}

.admin_submenu a, .admin_submenu span {
	font-size: 12px;
}

	
.admin_content h1, .user_content h1 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}
	
.admin_menu, .user_menu {
	float: none;
	width: 100%;
}

.admin_content, .user_content {
	padding-top: 20px;
	float: none;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}
	
#foot_menu {
	margin-top: 10px;
}

#foot_menu ul li {
	padding: 0px 0px;
}

.foot_block1 {
	text-align: left;
}

.foot_right {
	padding: 0;
}
	
#popup_qeeze .qeeze_content3 {
	background-size: 180%;
}

.qeeze_final {
	padding-top: 170px;
}

#popup_qeeze .qeeze_final h2 {
	font-size: 30px;
}

#popup_qeeze .qeeze_final p {
	font-size: 14px;
}
	
.qeeze_top_empty {
	height: 20px;
}

#popup_qeeze .qeeze_confirm_left h2 {
	font-size: 30px;
}

#popup_qeeze .qeeze_confirm2 {
	height: 50px;
}

#popup_qeeze .qeeze_confirm_left {
	width: 100%;
	font-size: 13px;
	padding: 0 20px;
}
	
	.qeeze_top {
	padding: 0px 30px 5px 50px;
	font-size: 13px;
}

.qeeze_li_block {
	padding: 5px 0;
}
	
.qeeze_form ul li {
	font-size: 14px;
}
	
#popup_qeeze h2 {
	font-size: 20px;
	margin: 10px 0;
}

.qeeze_subhead {
	margin-bottom: 10px;
}
	
.main_portfolio h2 {
	font-size: 24px;
	padding-bottom: 20px;
}
	
.main_form2 {
	padding: 20px 20px;
}

.main_form2 h2 {
	font-size: 18px;
}

.main_form2_input2, .main_form2_input3 {
	width: 100%;
	padding-right: 0px;
	padding-left: 0;
	float: none;
}

.main_form2_personal {
	margin-top: 20px;
	float: none;
	width: 100%;
	margin-right: 0%;
}

.main_form2 button {
	width: 100%;
	margin-top: 20px;
}
	
.main_map_block {
	margin-top: 20px;
}
	
	.main_map_block h2 {
	font-size: 24px;
	padding-bottom: 30px;
}
	
.main_poluchite {
	top: 20px;
	height: 400px;
}

.main_poluchite_bg2 {
	display: none;
}

.main_poluchite_block {
	top: 50px;
	left: calc(50% - 140px);
}

.main_poluchite_bg {
	display: none;
}

.main_poluchite_block_line {
	display: none;
}

.main_poluchite_title {
	position: relative;
	text-align: center;
	color: #024880;
	top: 0;
	width: 100%;
	left: 0;
}
	
.main_form1 {
	padding: 20px 20px;
}

.main_form1_block1 {
	padding-bottom: 10px;
}

.main_form1_block2 {
	width: 100%;
	float: none;
	padding: 10px 0;
}

.main_form1_block3 {
	width: 100%;
	float: none;
	padding: 10px 0;
}
	
.main_poryadok_blocks > div {
	float: none;
	width: 100%;
	padding: 20px 0;
}

.main_poryadok_blocks > div p {
	font-size: 18px;
	padding: 20px 0px;
}

.main_poryadok_blocks > div::after {
	width: 22px;
	height: 42px;
	right: auto;
	left: calc(50% - 10px);
	top: auto;
	bottom: 0;
	transform: rotate(90deg);
}
	
.main_about_left_bg {
	width: 300px;
	height: 300px;
	top: -110px;
	left: 0px;
}

.main_about_left_bg {
	width: 300px;
	height: 350px;
	background-size: contain;
	top: -110px;
	left: 0px;
}

.main_about_left h2 {
	font-size: 24px;
}

.main_about_left a {
	margin-left: 50px;
}

.main_about_left p {
	font-size: 16px;
	max-width: auto;
	margin-top: 60px;
	margin-left: 90px;
}

.main_about_right {
	margin-top: 20px;
	padding: 0 0px;
}

.main_about_video {
	width: 100%;
	height: 250px;
}

.main_about_video::after {
	display: none;
}

.main_about_video iframe {
	width: 100%;
	max-width: 100%;
}
	
	.main_top_block_line {
	width: 100%;

}

.main_top_block_pic {
	top: auto;
	right: auto;
	left: 0;
	text-align: center;
	width: 100%;
	bottom: 0;
}
	
	.main_top_block {
	padding-bottom: 0px;
}

.main_top_block .container {
	padding-bottom: 20px;
}

.main_top_block_new_links > div {
	position: relative;
	top: auto !important;
	left: auto !important;
}

.main_top_block_new_links {
	margin-top: 860px;
	height: auto;
}

.main_top_block_new_links a {
	width: 300px;
	height: 110px;
	color: #024880;
	padding-right: 20px;
	margin: 10px auto;
	font-size: 16px;
	padding-top: 10px;
}

.main_top_block_new_links a:hover {
	width: 300px !important;
	margin: 10px auto;
	left: auto !important;
}

.main_top_block_new_links > div:hover {
	width: auto;
}

.main_top_youtube_cont {
	position: absolute;
	top: 260px;
	left: 0;
	margin-top: 0px;
	width: 100%;
}

.my_kursi {
	clear: both;
	margin-left: 0;
}

.view_kurs_site_block .block_content img {
	height: auto !important;
}

.main_top_block_link {
	margin-top: 0px !important;
	position: absolute;
	top: 960px;
	display: inline-block;
	left: calc(50% - 125px)
}

.kurs_search_title h2 {
	font-size: 28px;
}

.kurs_search_title {
	font-size: 16px;
}

.kurs_search {
	padding: 20px;
	margin: 20px 0;
}

.kurs_search_result {
	padding: 10px;
	height: 300px;
}

.kurs_search_result a {
	margin: 7px 0;
	font-size: 14px;
}

.sticky .navbar-default .navbar-nav > li > a {
	padding: 3px 5px;
}
	
}

@media (max-width:380px){
	.qeeze_top {
	padding: 0px 20px 3px 50px;
	font-size: 11px;
}

.qeeze_bottom {
	left: calc(50% - 80px);
	width: 160px;
	bottom: -100px;
}

.qeeze_bottom img {
	max-width: 80px;
}

.qeeze_bottom a {
	
	top: 30px;
}

#popup_qeeze h2 {
	font-size: 18px;
	margin: 10px 0;
}

.qeeze_subhead {
	
	font-size: 12px;
}

.qeeze_form .radio + label {
	padding: 3px 10px !important;
	padding-left: 35px !important;
}

.qeeze_form .radio:not(checked) + label::before {
	top: 8px;

}

.qeeze_form .radio:not(checked) + label:after {
	top: 8px;
}

#qeeze_form3 .qeeze_li_block a, #qeeze_form4 .qeeze_li_block a, #qeeze_form5 .qeeze_li_block a {
	font-size: 12px;
}

#popup_qeeze .qeeze_confirm_left {
	margin-top: -20px;
	font-size: 12px;
	padding: 0 10px;
}

#popup_qeeze .qeeze_confirm1, #popup_qeeze .qeeze_confirm2, #popup_qeeze .qeeze_confirm3 {
	padding: 8px 0 0 35px;
	height: 32px;
}

#popup_qeeze .qeeze_confirm2 {
	padding-top: 0px;
}

.qeeze_form_confirm {
	margin: 5px auto;
	padding: 10px 20px;
}

.qeeze_form_confirm input[type="text"] {
	padding: 4px 0;
	margin: 5px 0;
	font-size: 13px;
}

.qeeze_bottom a.prev_but2 {
	top: 130px;
	left: 40px;
}

#popup_qeeze .qeeze_content3 {
	height: auto;
	
}

.qeeze_final {
	padding-top: 150px;
	padding-bottom: 140px;
}

.admin_content, .user_content {
	font-size: 11px;
}







}