/* Start:../components/bitrix/menu/top-menu/style.css?15168383521647*/
	.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
	}
	h2 {
		font-size: 30px;
	}
	.top-menu {
	height: 63px;
	overflow: hidden;
	background: #e2e8ed 0% 0% repeat-x url('../img/top-menu-back.png');
	}
	.top-menu .inner {
	display: table;
	width: 100%;
	}
	.top-menu ul {
	display: table-row;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	}
	.top-menu ul li {
	display: table-cell;
	}
	.top-menu ul li {
	background: 0% 0% no-repeat url('../img/top-menu-break.png');
	}
	.top-menu ul li:first-child {
	background: none;
	width: 1%;
	}
	.top-menu ul li:last-child {
	width: 1%;
	}
	.top-menu ul li a {
	display: block;
	height: 63px;
	line-height: 63px;
	text-align: center;
	font-size: 22px;
	color: #4f4f4f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 30px;
	white-space: nowrap;
	position: relative;
	}
	.top-menu ul li a:hover {
	text-decoration: none;
	}
	.top-menu ul li a:before {
	content: '';
	display: block;
	width: 70px;
	height: 14px;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -35px;
	background: 0% 0% no-repeat url('../img/top-menu-arrow.png');
	-webkit-transition: bottom 0.1s ease-out;
	-moz-transition: bottom 0.1s ease-out;
	-o-transition: bottom 0.1s ease-out;
	transition: bottom 0.1s ease-out;
	}
	.inner-page .top-menu ul li a:before {
		background-image: url('../img/top-menu-arrow-inner.png');
	}
	.top-menu ul li:hover a:before {
		bottom: 0;
	}
	.top-menu ul li a.selected:before {
		bottom: 0;
	}
	.top-menu ul li a.selected {
		color: #ffffff;
		background: #92a0ac 0% 0% repeat-x url('../img/top-menu-selected.png');
	}
/* End */

/* Start:../components/bitrix/breadcrumb/breadcrumb/style.css?1516838352693*/
	.breadcrumb {
		overflow: hidden;
	  font-size: 14px;
	  color: #9199a1;
	  line-height: 1.3;
	  padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
	}
	.breadcrumb a {
	  color: #9199a1;
	}
	.breadcrumb .item {
	  width: auto;
	  float: left;
	  white-space: nowrap;
	  max-width: 500px;
	  text-overflow: ellipsis;
	  margin-right: 8px;
	}
	.breadcrumb .item.home {
	  margin-right: 0;
	}
	.breadcrumb .arrow {
	  display: block;
	  width: 4px;
	  height: 18px;
	  float: left;
	  background: 0% 50% no-repeat url('../img/breadcrumb-arrow.png');
	  margin-right: 8px;
	}
	.breadcrumb .item.home a {
	  display: block;
	  width: 28px;
	  height: 18px;
	  float: left;
	  background: 50% 50% no-repeat url('../img/breadcrumb-home.png');
	}
/* End */


/* Start:../components/bitrix/menu/bottom-menu/style.css?1516838352809*/
	.bottom-menu {
	    height: 49px;
	    overflow: hidden;
	    background: #464646;
	}
	.bottom-menu .inner {
	    display: table;
	    width: 1230px;
	}
	.bottom-menu ul {
	    display: table-row;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    position: relative;
	    width: 100%;
	}
	.bottom-menu ul li {
	    display: table-cell;
	}
	.bottom-menu ul li:first-child {
	    width: 1%;
	}
	.bottom-menu ul li:last-child {
	    width: 1%;
	}
	.bottom-menu ul li a {
	    display: block;
	    height: 49px;
	    line-height: 49px;
	    text-align: center;
	    font-size: 16px;
	    color: #b0b0b0;
	    text-decoration: none;
	    padding: 0 30px;
	    white-space: nowrap;
	    position: relative;
	}
	.bottom-menu ul li a:hover {
	    text-decoration: none;
	    color: #ffffff;
	}
	.bottom-menu ul li a.selected {
	    color: #ffffff;
	}
/* End */


/* Start:../components/bitrix/form/order-form/bitrix/form.result.new/.default/style.css?15168383522367*/
	.bx_subscribe_response_container {
	    padding: 40px;
	    color: #35414e;
	}
	.order-form {
	    background: #43b9fe;
	    padding: 15px 20px;
	    position: relative;
	    margin-top: 30px;
	}
	.order-form.loading:before {
	    content: '';
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: #43b9fe 50% 50% no-repeat url('/include/order/images/ajax-load.gif');
	    opacity: 0.5;
	    z-index: 100;
	}
	.order-form .title {
	    font-size: 35px;
	    color: #ffffff;
	    white-space: nowrap;
	    position: relative;
	    margin-left: -5px;
	    margin-bottom: 15px;
	}
	.order-form .field {
	    margin-bottom: 10px;
	}
	.order-form .text {
	    width: 190px;
	}
	.order-form select {
	    width: 210px;
	}
	.order-form .button {
	    width: 210px;
	}
	.order-form .error {
	    display: block;
	    padding-top: 5px;
	    color: #ffffff;
	    font-size: 14px;
	}
	.order-form .ui-selectmenu-button .ui-selectmenu-text {
	    white-space: normal;
	    text-overflow: clip;
	    margin: 0;
	    padding: 14px 10px;
	    line-height: 1;
	}
	.order-form .ui-widget {
	    font-size: 14px;
	    font-family: BlissPro, Arial, sans-serif;
	}
	.order-form .ui-corner-all {
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	    -o-border-radius: 2px;
	    border-radius: 2px;
	}
	.order-form .ui-state-default {
	    background: #f7f7f7;
	    border: none;
	    color: #4f4f4f;
	    font-weight: normal;
	}
	.ui-selectmenu-menu .ui-widget {
	    font-size: 14px;
	    font-family: BlissPro, Arial, sans-serif;
	    width: 208px !important;
	}
	.ui-widget-content .ui-state-focus {
	    border: none;
	    background: #f7f7f7;
	    font-weight: normal;
	    margin: 0;
	    color: #43b9fe;
	}
/* End */

/* table.form-table */
	table.form-table
	{
		width:100%;
		background-color:white;
		border-collapse:collapse;
		font-size:100%;
		font-weight:normal;
		line-height:160%;
	}

	table.form-table th, table.form-table td
	{
		border:1px solid #ADC3D5;
		padding: 5px 5px;
		vertical-align:top;
	}

	table.form-table th
	{
		background-image:url(../components/bitrix/form/order-form/bitrix/form.result.new/.default/images/table_head.gif);
		background-repeat:repeat-x;
		text-align: left;
		color:#25639A;
	}


	table.form-table td
	{
		padding: 15px 5px;
	}

	.form-required 
	{
		color: red;
	}

	.error-fld {
		display: block;
		float: left;
		height: 13px;
		width: 15px;
		background-repeat: no-repeat;
		background-image: url(../components/bitrix/form/order-form/bitrix/form.result.new/.default/images/icon_warn.gif);
	}
/* End */

/* Start:../js/fancybox/jquery.fancybox.css?15168383524895*/


/* Title helper */

	.fancybox-title {
		visibility: hidden;
		font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
		position: relative;
		text-shadow: none;
		z-index: 8050;
	}

	.fancybox-opened .fancybox-title {
		visibility: visible;
	}

	.fancybox-title-float-wrap {
		position: absolute;
		bottom: 0;
		right: 50%;
		margin-bottom: -35px;
		z-index: 8050;
		text-align: center;
	}

	.fancybox-title-float-wrap .child {
		display: inline-block;
		margin-right: -100%;
		padding: 2px 20px;
		background: transparent; /* Fallback for web browsers that doesn't support RGBa */
		background: rgba(0, 0, 0, 0.8);
		-webkit-border-radius: 15px;
		   -moz-border-radius: 15px;
		        border-radius: 15px;
		text-shadow: 0 1px 2px #222;
		color: #FFF;
		font-weight: bold;
		line-height: 24px;
		white-space: nowrap;
	}

	.fancybox-title-outside-wrap {
		position: relative;
		margin-top: 10px;
		color: #fff;
	}

	.fancybox-title-inside-wrap {
		padding-top: 10px;
	}

	.fancybox-title-over-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		padding: 10px;
		background: #000;
		background: rgba(0, 0, 0, .8);
	}

/*Retina graphics!*/
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */

/* font-face */
	@font-face {
		font-family: 'BlissPro';
		src: url('../fonts/BlissPro.eot');
		src: local('☺'), url('../fonts/BlissPro.woff') format('woff'), url('../fonts/BlissPro.ttf') format('truetype'), url('../fonts/BlissPro.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'BlissPro';
		src: url('../fonts/BlissPro-Italic.eot');
		src: local('☺'), url('../fonts/BlissPro-Italic.woff') format('woff'), url('../fonts/BlissPro-Italic.ttf') format('truetype'), url('../fonts/BlissPro-Italic.svg') format('svg');
		font-weight: normal;
		font-style: italic;
	}

	@font-face {
		font-family: 'BlissPro';
		src: url('../fonts/BlissPro-Bold.eot');
		src: local('☺'), url('../fonts/BlissPro-Bold.woff') format('woff'), url('../fonts/BlissPro-Bold.ttf') format('truetype'), url('../fonts/BlissPro-Bold.svg') format('svg');
		font-weight: bold;
		font-style: normal;
	}

	@font-face {
		font-family: 'BlissPro';
		src: url('../fonts/BlissPro-BoldItalic.eot');
		src: local('☺'), url('../fonts/BlissPro-BoldItalic.woff') format('woff'), url('../fonts/BlissPro-BoldItalic.ttf') format('truetype'), url('../fonts/BlissPro-BoldItalic.svg') format('svg');
		font-weight: bold;
		font-style: italic;
	}

	@font-face {
		font-family: 'BlissPro_Heavy';
		src: url('../fonts/BlissPro-Heavy.eot');
		src: local('☺'), url('../fonts/BlissPro-Heavy.woff') format('woff'), url('../fonts/BlissPro-Heavy.ttf') format('truetype'), url('../fonts/BlissPro-Heavy.svg') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face {
	    font-family: 'BlissPro_Heavy';
	    src: url('../fonts/BlissPro-Heavy.eot');
	    src: url('../fonts/BlissPro-Heavy.eot?#iefix') format('embedded-opentype'),
	       url('../fonts/BlissPro-Heavy.woff2') format('woff2'),
	       url('../fonts/BlissPro-Heavy.woff') format('woff'),
	       url('../fonts/BlissPro-Heavy.ttf') format('truetype');
	    font-weight: bold;
	    font-style: normal;
	}
/* end */	

	html { width: 100%; height: 100%; }

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		font-size: 18px;
		font-family: BlissPro, Arial, sans-serif;
	  color: #4f4f4f;
	  background-color: #f7f7f7;
	}

	img {
	    border: none;
	}
	img.ruble-img { height: 1.5ex; }
	    span.dot { position:absolute; text-indent: -1000em; }

	table {
	    border: none;
	    border-collapse: collapse;
	}
	table td {
	    padding: 0;
	}

	a {
	    text-decoration: none;
	    color: #337ab7;
	}
	a:hover {
	    text-decoration: underline;
	    color: #337ab7;
	}
	.course-trener-detail {
		padding-top: 40px;
	}
	.right {
	    width: auto;
	    float: right;
	}
	.left {
	    width: auto;
	    float: left;
	}
	.clear{
	    display: block;
		clear: both;
		padding: 0;
		margin: 0;
		height: 0;
		overflow: hidden;
		font-size: 0;
	}

	.text-title {
	    display: block;
	    font-size: 36px;
	    font-weight: bold;
	    color: #4f4f4f;
	    margin: 0 0 40px;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	}
	.text-subtitle {
	    display: block;
	    font-size: 32px;
	    font-weight: bold;
	    color: #4f4f4f;
	    margin: 40px 0 30px;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	    text-align: center;
	}

	ul.list {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    line-height: 1.5;
	}
	ul.list li {
	    padding-left: 40px;
	    background: 0% 5px no-repeat url('../img/list-bullet.png');
	    padding-bottom: 5px;
	    margin-bottom: 10px;
	}

	ul.listsmall {
	    list-style: none;
	    margin: 0;
	    padding-left: 20;
	    line-height: 1.5;
	}
	ul.listsmall li {
	    padding-left: 40px;
	    background: 0% 5px no-repeat url('../img/list-bullet-smallgray.png');
	    padding-bottom: 2px;
	    margin-bottom: 5px;
	}
	ul.listgray {
	    list-style: none;
	    margin: 0;
	    padding-left: 20;
	    line-height: 1.5;
	}
	ul.listgray li {
	    padding-left: 20px;
	    background: 0% 5px no-repeat url('../img/list-bullet-gray.png');
	    padding-bottom: 5px;
	    margin-bottom: 10px;
	}


	p {
	    margin: 0;
	    padding: 0;
	    line-height: 1.5;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color: #4f4f4f;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color: #4f4f4f;
	   opacity: 1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color: #4f4f4f;
	   opacity: 1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color: #4f4f4f;
	}

	form {
	    display: block;
	    margin: 0;
	    padding: 0;
	}

	input.text {
	    background-color: #ffffff;
	    margin: 0;
	    padding: 14px 10px;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	    -o-border-radius: 2px;
	    border-radius: 2px;
	    text-indent: 25px;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 2s;
	    transition: all 0.2s;
	    border: none;
	    font-size: 14px;
	    font-family: BlissPro, Arial, sans-serif;
	    color: #4f4f4f;
	}
	input.text.gray {
	    background-color: #f7f7f7;
	}
	input.text:focus {
	    background-position: -20px center;
	    text-indent: 0;
	    outline: 2px solid #e9694a;
	}

	textarea.text {
	    background-color: #ffffff;
	    margin: 0;
	    padding: 14px 10px;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	    -o-border-radius: 2px;
	    border-radius: 2px;
	    text-indent: 30px;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	    border: none;
	    font-size: 14px;
	    font-family: BlissPro, Arial, sans-serif;
	    color: #4f4f4f;
	}
	textarea.text.gray {
	    background-color: #f7f7f7;
	}
	textarea.text:focus {
	    background-position: -20px 15px !important;
	    text-indent: 0;
	    outline: 2px solid #e9694a;
	}

	.text.icon-email {
	    background-position: 15px 50%;
	    background-repeat: no-repeat;
	    background-image: url('../img/icon-input-email.png');
	    margin: 0;
	    padding: 14px;
	}
	.text.icon-phone {
	    background-position: 15px 50%;
	    background-repeat: no-repeat;
	    background-image: url('../img/icon-input-phone.png');
	}
	.text.icon-name {
	    background-position: 15px 50%;
	    background-repeat: no-repeat;
	    background-image: url('../img/icon-input-name.png');
	}
	.text.icon-message {
	    background-position: 15px 50%;
	    background-repeat: no-repeat;
	    background-image: url('../img/icon-input-message.png');
	}
	textarea.text.icon-message {
	    background-position: 15px 15px;
	}

	.button {
	    display: inline-block;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;
	    font-family: BlissPro, Arial, sans-serif;
	    font-weight: bold;
	    color: #ffffff;
	    font-size: 16px;
	    background: #0abafd;
	    padding: 12px 40px 13px;
	    text-decoration: none;
	    border: none;
	    cursor: pointer;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 2s;
	    transition: all 0.2s;
	    text-align: center;
	    -webkit-appearance: none;
	}
	.button:hover {
	    background: #3cb0fd;
	    text-decoration: none;
	}

	.button.blue {
	    background: #0abafd;
	}

	.button.pro {
	    background: #c5d0da;
	    font-size: 36px; 
	}

	.button.pro:hover {
	    background: #b6c2cd;
	    background-image: -webkit-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -moz-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -ms-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -o-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: linear-gradient(to bottom, #b6c2cd, #a5b2bd);

	}

	.button.blue:hover {
	    background: #3cb0fd;
	    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	}

	.button.gray {
	    background: #c5d0da;
	}
	.button.gray:hover {
	    background: #b6c2cd;
	    background-image: -webkit-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -moz-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -ms-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -o-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: linear-gradient(to bottom, #b6c2cd, #a5b2bd);
	}
	.button.white {
	    background: #ffffff;
	    color: #525151;
	}
	.button.white:hover {
	    color: #8c98a3;
	    background: #8c98a3;
	    background-image: -webkit-linear-gradient(top, #8c98a3, #a5b2bd);
	    background-image: -moz-linear-gradient(top, #8c98a3, #a5b2bd);
	    background-image: -ms-linear-gradient(top, #8c98a3, #a5b2bd);
	    background-image: -o-linear-gradient(top, #8c98a3, #a5b2bd);
	    background-image: linear-gradient(to bottom, #8c98a3, #a5b2bd);
	}

	.button.orange {
	    background: #ea6a4c;
	    background-image: -webkit-linear-gradient(top, #ea6a4c, #d4421d);
	    background-image: -moz-linear-gradient(top, #ea6a4c, #d4421d);
	    background-image: -ms-linear-gradient(top, #ea6a4c, #d4421d);
	    background-image: -o-linear-gradient(top, #ea6a4c, #d4421d);
	    background-image: linear-gradient(to bottom, #ea6a4c, #d4421d);
	}
	.button.orange:hover {
	    background: #d4421d;
	}
	.popup-window-with-titlebar .popup-window-content {
	    padding: 0px;
	}
	#cookie_notification{
	  display: none;
	  justify-content: space-between;
	  align-items: flex-end;
	  position: fixed;
	bottom: 0;
	left: 0;
	padding: 30px;
	z-index: 2000;
	  width: 100%;
	color: white;
	background-color:rgba(0, 0, 0, 0.5);
	}

	#cookie_notification p{
	  margin: 0;
	  text-align: left;
	}

/* media */
	@media (min-width: 576px){
	  #cookie_notification.show{
	    display: flex;
	  }
	  .cookie_accept{
	    margin: 0 0 0 25px;
	  }
	}

	@media (max-width: 575px){
	  #cookie_notification.show{
	    display: block;
	    text-align: left;
	  }
	  .cookie_accept{
	    margin: 10px 0 0 0;
	  }
	}
/* End */


/* Start:../template_styles.css?168850426228353*/
	@font-face {
	    font-family: 'BlissPro';
	    src: url('../fonts/BlissPro.eot');
	    src: local('☺'), url('../fonts/BlissPro.woff') format('woff'), url('../fonts/BlissPro.ttf') format('truetype'), url('../fonts/BlissPro.svg') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'BlissPro';
	    src: url('../fonts/BlissPro-Italic.eot');
	    src: local('☺'), url('../fonts/BlissPro-Italic.woff') format('woff'), url('../fonts/BlissPro-Italic.ttf') format('truetype'), url('../fonts/BlissPro-Italic.svg') format('svg');
	    font-weight: normal;
	    font-style: italic;
	}

	@font-face {
	    font-family: 'BlissPro';
	    src: url('../fonts/BlissPro-Bold.eot');
	    src: local('☺'), url('../fonts/BlissPro-Bold.woff') format('woff'), url('../fonts/BlissPro-Bold.ttf') format('truetype'), url('../fonts/BlissPro-Bold.svg') format('svg');
	    font-weight: bold;
	    font-style: normal;
	}

	@font-face {
	    font-family: 'BlissPro';
	    src: url('../fonts/BlissPro-BoldItalic.eot');
	    src: local('☺'), url('../fonts/BlissPro-BoldItalic.woff') format('woff'), url('../fonts/BlissPro-BoldItalic.ttf') format('truetype'), url('../fonts/BlissPro-BoldItalic.svg') format('svg');
	    font-weight: bold;
	    font-style: italic;
	}

	/*@font-face {
	    font-family: 'BlissPro_Heavy';
	    src: url('../fonts/BlissPro-Heavy.eot');
	    src: local('☺'), url('../fonts/BlissPro-Heavy.woff') format('woff'), url('../fonts/BlissPro-Heavy.ttf') format('truetype'), url('../fonts/BlissPro-Heavy.svg') format('svg');
	    font-weight: bold;
	    font-style: normal;
	}*/
	@font-face {
	    font-family: 'BlissPro_Heavy';
	    src: url('../fonts/BlissPro-Heavy.eot');
	    src: url('../fonts/BlissPro-Heavy.eot?#iefix') format('embedded-opentype'),
	       url('../fonts/BlissPro-Heavy.woff2') format('woff2'),
	       url('../fonts/BlissPro-Heavy.woff') format('woff'),
	       url('../fonts/BlissPro-Heavy.ttf') format('truetype');
	    font-weight: bold;
	    font-style: normal;
	}
/* End */

/* css */
	#header-social > a.insta{
	    display: inline-block !important;
	    background: 100% 0% no-repeat url(/bitrix/templates/main/images/header-social1.png) !important;
	}
	#header-social > a.insta:hover{
	    background: 100% 100% no-repeat url(/bitrix/templates/main/images/header-social1.png) !important;
	}
	a.insta{
	        background: 100% 0% no-repeat url(/bitrix/templates/main/images/footer-social1.png) !important;
	}
	a.insta:hover{
	    background: 100% 100% no-repeat url(/bitrix/templates/main/images/footer-social1.png) !important;
	}
	#mw_callback{
	    z-index: 99999 !important;
	}

	.course-detail .description .paragraph > .head{
	    width: 35% !important;
	}
	.course-detail .description .paragraph > .text{
	    width: 60% !important;
	}
	.year-block{
	    height: auto !important;
	}
	.bx-filter.bx-blue .bx-filter-section{
	background: #43b9fe !important;
	}
	.open-order-form-list:hover{
	    color: #fff !important
	}
	html { width: 100%; height: 100%; }
	.breadcrumb{
	    background: #e8ebee !important
	}
	body {
	    height: 100%;
	    margin: 0;
	    padding: 0;
	    font-size: 18px !important;
	    font-family: BlissPro, Arial, sans-serif !important;
	    color: #333;
	    background-color: #f7f7f7;
	}

	img {
	    border: none;
	}
	img.ruble-img { height: 1.5ex; }
	    span.dot { position:absolute; text-indent: -1000em; }

	table {
	    border: none;
	    border-collapse: collapse;
	}
	table td {
	    padding: 0;
	}
	a {
	    text-decoration: none;

	}
	a:hover {
	    text-decoration: underline;
	}

	.right {
	    width: auto;
	    float: right;
	}
	.left {
	    width: auto;
	    float: left;
	}
	.clear{
	    display: block;
	    clear: both;
	    padding: 0;
	    margin: 0;
	    height: 0;
	    overflow: hidden;
	    font-size: 0;
	}

	.text-title {
	    display: block;
	    font-size: 36px;
	    font-weight: bold;
	    color: #4f4f4f;
	    margin: 0 0 40px;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	}
	.text-subtitle {
	    display: block;
	    font-size: 32px;
	    font-weight: bold;
	    color: #4f4f4f;
	    margin: 40px 0 30px;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	    text-align: center;
	}

	ul.list {
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    line-height: 1.5;
	}
	ul.list li {
	    padding-left: 40px;
	    background: 0% 5px no-repeat url('../img/list-bullet.png');
	    padding-bottom: 5px;
	    margin-bottom: 10px;
	}

	ul.listsmall {
	    list-style: none;
	    margin: 0;
	    padding-left: 20;
	    line-height: 1.5;
	}
	ul.listsmall li {
	    padding-left: 40px;
	    background: 0% 5px no-repeat url('../img/list-bullet-smallgray.png');
	    padding-bottom: 2px;
	    margin-bottom: 5px;
	}
	ul.listgray {
	    list-style: none;
	    margin: 0;
	    padding-left: 20;
	    line-height: 1.5;
	}
	ul.listgray li {
	    padding-left: 20px;
	    background: 0% 5px no-repeat url('../img/list-bullet-gray.png');
	    padding-bottom: 5px;
	    margin-bottom: 10px;
	}


	p {
	    margin: 0;
	    padding: 0;
	    line-height: 1.5;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color: #4f4f4f;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color: #4f4f4f;
	   opacity: 1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color: #4f4f4f;
	   opacity: 1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color: #4f4f4f;
	}

	form {
	    display: block;
	    margin: 0;
	    padding: 0;
	}

	input.text {
	    background-color: #ffffff;
	    margin: 0;
	    padding: 14px 10px;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	    -o-border-radius: 2px;
	    border-radius: 2px;
	    text-indent: 25px;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 2s;
	    transition: all 0.2s;
	    border: none;
	    font-size: 14px;
	    font-family: BlissPro, Arial, sans-serif  !important;
	    color: #4f4f4f;
	}
	input.text.gray {
	    background-color: #f7f7f7;
	}
	input.text:focus {
	    background-position: -20px center;
	    text-indent: 0;
	    outline: 2px solid #e9694a;
	}

	textarea.text {
	    background-color: #ffffff;
	    margin: 0;
	    padding: 14px 10px;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	    -o-border-radius: 2px;
	    border-radius: 2px;
	    text-indent: 30px;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    transition: all 0.2s;
	    border: none;
	    font-size: 14px;
	    font-family: BlissPro, Arial, sans-serif  !important;
	    color: #4f4f4f;
	}
	textarea.text.gray {
	    background-color: #f7f7f7;
	}
	textarea.text:focus {
	    background-position: -20px 15px !important;
	    text-indent: 0;
	    outline: 2px solid #e9694a;
	}

	.text.icon-email {
	    background-position: 15px 50%;
	    background-repeat: no-repeat;
	    background-image: url('../img/icon-input-email.png');
	}
	.text.icon-phone {
	    background-position: 15px 50%;
	    background-repeat: no-repeat;
	    background-image: url('../img/icon-input-phone.png');
	}
	.text.icon-name {
	    background-position: 15px 50%;
	    background-repeat: no-repeat;
	    background-image: url('../img/icon-input-name.png');
	}
	.text.icon-message {
	    background-position: 15px 50%;
	    background-repeat: no-repeat;
	    background-image: url('../img/icon-input-message.png');
	}
	textarea.text.icon-message {
	    background-position: 15px 15px;
	}

	.button {
	    display: inline-block;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;
	    font-family: BlissPro, Arial, sans-serif  !important;
	    font-weight: bold;
	    color: #ffffff;
	    font-size: 16px;
	    background: #0abafd;
	    padding: 12px 40px 13px;
	    text-decoration: none;
	    border: none;
	    cursor: pointer;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 2s;
	    transition: all 0.2s;
	    text-align: center;
	    -webkit-appearance: none;
	}
	.button:hover {
	    background: #3cb0fd;
	    text-decoration: none;
	}

	.button.blue {
	    background: #0abafd;
	}

	.button.pro {
	    background: #c5d0da;
	    font-size: 36px; 
	}

	.button.pro:hover {
	    background: #b6c2cd;
	    background-image: -webkit-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -moz-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -ms-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -o-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: linear-gradient(to bottom, #b6c2cd, #a5b2bd);

	}

	.button.blue:hover {
	    background: #3cb0fd;
	    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	}

	.button.gray {
	    background: #c5d0da;
	}
	.button.gray:hover {
	    background: #b6c2cd;
	    background-image: -webkit-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -moz-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -ms-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: -o-linear-gradient(top, #b6c2cd, #a5b2bd);
	    background-image: linear-gradient(to bottom, #b6c2cd, #a5b2bd);
	}
	.button.white {
	    background: #ffffff;
	    color: #525151;
	}
	.button.white:hover {
	    color: #8c98a3;
	    background: #8c98a3;
	    background-image: -webkit-linear-gradient(top, #8c98a3, #a5b2bd);
	    background-image: -moz-linear-gradient(top, #8c98a3, #a5b2bd);
	    background-image: -ms-linear-gradient(top, #8c98a3, #a5b2bd);
	    background-image: -o-linear-gradient(top, #8c98a3, #a5b2bd);
	    background-image: linear-gradient(to bottom, #8c98a3, #a5b2bd);
	}

	.button.orange {
	    background: #ea6a4c;
	    background-image: -webkit-linear-gradient(top, #ea6a4c, #d4421d);
	    background-image: -moz-linear-gradient(top, #ea6a4c, #d4421d);
	    background-image: -ms-linear-gradient(top, #ea6a4c, #d4421d);
	    background-image: -o-linear-gradient(top, #ea6a4c, #d4421d);
	    background-image: linear-gradient(to bottom, #ea6a4c, #d4421d);
	}
	.button.orange:hover {
	    background: #d4421d;
	}
	.popup-window-with-titlebar .popup-window-content {
	    padding: 0px;
	}
	.pdf {
	    display: inline-block;
	    height: 50px;
	    line-height: 50px;
	    padding-left: 60px;
	    background: 0% 0% no-repeat url(/bitrix/templates/main/components/bitrix/news.detail/news-detail/images/adobe.png);
	    text-decoration: none;
	    margin-top: 30px;
	}
	.korpus > div, .korpus > input { display: none; } 

	.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1), .korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2), .korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block;} 
	.korpus label{
	    width: 200px;
	    height: 31px;
	    background: #fff;
	    text-align: center;
	    padding-top: 8px;
	    float: left;
	    cursor: pointer;
	}
	.korpus label:hover{
	    background: #c5d0da;
	    color: #fff;
	}
	.korpus label:active{
	    background: #c5d0da;
	    color: #fff;
	}
	.korpus label {
	   /* height: 40px !important;*/
	}
	.korpus label:nth-of-type(2) { top: 51px; /* 50px + 1px border */ }
	.korpus label:nth-of-type(3) { top: 102px; /* 50px + 1px border первой вкладки + 1px border второй вкладки */  }
	.korpus input[type="radio"]:checked + label {    background: #e8ebee; }
	.col-news{
	float: left;
	    width: 900px;
	}
	.col-fil{
	float: right;
	    width: 255px;
	}
	#page {
    min-height: 100%;
    margin: 0 auto -155px;
    position: relative;
    background-color: #f7f7f7;
	}
	body {
	    height: 100%;
	}
	#order-form-courses-button{
	        width: 100% !important;
	}
	.col-news{
	    width: auto !important
	}
	.bottom-menu .inner{
	    width: auto !important;
	}
	.inner {
	/*    width: 1170px;*/
	    margin: 0 auto;
	}

	#header {
	    position: relative;
	    height: 130px;
	    background: #f9f9f9;
	}
	#about .inner{
	    padding: 10px;
	}
	.header-logo {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color: #4b4b4b;
	}	
	.header-logo:hover {
		color: #4b4b4b;
		text-decoration: none;
	}
	.header-logo img {
		max-width: 120px;
		margin-right: 10px;
	}
	.header-text {
		font-size: 42px;
		text-decoration: none;
		line-height: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}
	.header-text .bold {
		font-size: 43px;
	}
	.header-logo .slogan {
	  font-size: 15px;
	  line-height: 3;
	}
	.order-form .text {
	    width: 100% !important
	}
	.order-form select{
	     width: 100% !important
	}
	#header-callback {
	    width: 310px;
	    float: right;
	    text-align: right;
	}
	#header-callback .phones {
	    font-size: 28px;
	    color: #4b4b4b;
	    font-weight: bold;
	    padding-top: 20px;
	}
	#header-callback .navbar-phone {
		color: #337ab7;
	}
	#header-callback .navbar-phone:hover {
		text-decoration: none;
		color: #337ab7;
	}
	#header-callback .phones .icon-phone {
	    background: 0% 50% no-repeat url('../img/icon-phone.png');
	    padding-left: 30px;
	}
	#header-callback a.callback {
	    color: #4f4f4f;
	    font-size: 16px;
	    text-decoration: none;
	    border-bottom: 1px dashed #4f4f4f;
	}
	#header-callback a.callback:hover {
	    text-decoration: none;
	    border-bottom: none;
	}

	#header-social {
    font-size: 0;
    padding-top: 10px;
	}
	#header-social a {
	    display: inline-block;
	    width: 30px;
	    height: 29px;
	    vertical-align: middle;
	    background: 0% 0% no-repeat url('../img/header-social1.png');
	    margin-left: 0px;
	}
	#header-social a:first-child {
	    margin-left: 0;
	}
	#header-social a.fb {
	    background-position: 0% 0%;
	}
	#header-social a.fb:hover {
	    background-position: 0% 100%;
	}
	#header-social a.vk {
	    background-position: 33% 0%;
	}
	#header-social a.vk:hover {
	    background-position: 33% 100%;
	}
	#header-social a.tw {
	    background-position: 67% 0%;
	}
	#header-social a.tw:hover {
	    background-position: 67% 100%;
	}

	.header-address {
	    max-width: 250px;
	    padding-top: 20px;
	    font-size: 17px;
	    color: #4f4f4f;
	    line-height: 1.5;
	}
	.header-address .icon-address {
	    background: 0% 3px no-repeat url('../img/icon-address.png');
	    padding-left: 25px;
	    display: block;
	}
	#sved-ob {
	    transform: translateX(-40px);
	    margin-top: 30px;
	    font-size: 10px;
	    color: #4f4f4f;
	}
	#sved-ob .icon-sved {
	    /*background: 0% 5px no-repeat url('../img/icon-sved.png');*/
	    display: block;
	    position: relative;
	}
	.icon-sved:before {
		content: '';
		width: 30px;
		height: 30px;
		background: url('../img/icon-sved.png') center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: -40px;
	}
	#sved-ob a {text-decoration: none;

	    color: #4f4f4f;
	}
	#sved-ob a :hover {
	     color: #43b9fe
	   
	}


	#breadcrumb {
	    background: #e8ebee;
	}

	#content {

	}
	#content .inner {
	    position: relative;
	}

	#work-area {
	/*    width: 1170px;*/
	    min-height: 10px;
	    padding: 65px 0;
	}
	.inner-page #work-area {
	    padding: 45px 0 65px;
	}
	#content.right-area #work-area {
	/*    width: 870px;*/
	    float: left;
	}

	#right-area {
	    width: 24%;
	    float: left;
	    margin-left: 1%;
	}
	.inner-page #right-area {
	    padding-top: 50px;
	}

	#content #about {
	    background-color: #ffffff;
	    padding: 50px 0;
	}

	#content #gallery {
	    padding: 52px 0 80px;
	}

	#space-for-footer  {
	    height: 175px;
	    clear: both;
	}
	#footer {
    background: #4f4f4f;
    position: relative;
    
	}
	.footer-container {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		padding: 30px 0;
	}
	#footer-logo {
    display: block;
    height: 86px;
    text-decoration: none;
    background: 0% 0% no-repeat url('../img/footer-logo.png');
    float: left;
    margin-top: 18px;
    padding-left: 105px;
    padding-top: 10px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
	}
	#footer-logo:hover {
	    text-decoration: none;
	}
	#footer-logo .slogan {
	    display: block;
	    font-size: 12px;
	    color: #ffffff;
	    line-height: 14px;
	    padding-top: 6px;
	}

	#footer-callback {
	/*    width: 330px;*/
	    float: right;
	    text-align: right;
	    padding-left: 30px;
	}
	#footer-callback .phones {
	    font-size: 28px;
	    color: #ffffff;
	    font-weight: bold;
	    padding-top: 24px;
	}
	#footer-callback .phones .icon-phone {
	    background: 0% 50% no-repeat url('../img/icon-phone.png');
	    padding-left: 30px;
	}
	#footer-callback a.callback {
	    color: #ffffff;
	    font-size: 16px;
	    text-decoration: none;
	    border-bottom: 1px dashed #ffffff;
	}
	#footer-callback a.callback:hover {
	    text-decoration: none;
	    border-bottom: none;
	}

	#footer-social {
	    float: right;
	    white-space: nowrap;
	    font-size: 0;
	    padding-top: 44px;
	    margin-right: 65px;
	}
	#footer-social a {
	    display: inline-block;
	    width: 30px;
	    height: 29px;
	    vertical-align: middle;
	    background: 0% 0% no-repeat url('../img/footer-social1.png');
	    margin-left: 10px;
	}
	#footer-social a:first-child {
	    margin-left: 0;
	}
	#footer-social a.fb {
	    background-position: 0% 0%;
	}
	#footer-social a.fb:hover {
	    background-position: 0% 100%;
	}
	#footer-social a.vk {
	    background-position: 33% 0%;
	}
	#footer-social a.vk:hover {
	    background-position: 33% 100%;
	}
	#footer-social a.tw {
	    background-position: 67% 0%;
	}
	#footer-social a.tw:hover {
	    background-position: 67% 100%;
	}

	#footer-subscribe {
	    float: right;
	    white-space: nowrap;
	    padding-top: 36px;
	}
	#footer-subscribe form {
	    padding-right: 125px;
	    position: relative;
	    height: 44px;
	    overflow: hidden;
	}
	#footer-subscribe input.text {
	    width: 170px;
	}
	#footer-subscribe input.button {
	    width: 130px;
	    padding-left: 20px;
	    padding-right: 20px;
	    position: absolute;
	    top: 0;
	    right: 0;
	}

	.widget {
	    background: #e6e6e6;
	    -webkit-border-radius: 2;
	    -moz-border-radius: 2;
	    border-radius: 2px;
	    -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
	    -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
	    box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.4);
	    padding: 0;
	}
	.widget .mw-loading {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    opacity: 0.3;
	    background: #e6e6e6 50% 50% no-repeat url('../img/ajax-loader.gif');
	}
	.widget .mw-close {
	    position: absolute;
	    right: -40px;
	    top: -40px;
	    width: 40px;
	    height: 40px;
	    background: 50% 50% no-repeat url('../img/close.png');
	    cursor: pointer;
	}
	.widget .mw-title {
	    display: block;
	    font-size: 36px;
	    font-weight: bold;
	    color: #4f4f4f;
	    margin: 0;
	    text-transform: uppercase;
	    letter-spacing: 5px;
	    text-align: center;
	    padding: 50px 50px 30px;
	}
	.widget .mw-content {
	    min-width: 250px;
	    font-size: 18px;
	    padding: 50px;
	}

	#mw_callback {
	    min-height: 200px;
	}
	.callback-form form {
	    width: 280px;
	    margin: 0 auto;
	}
	.callback-form .field {
	    margin-top: 10px;
	}
	.callback-form .text {
	    width: 260px;
	}
	.callback-form .button {
	    width: 280px;
	}
	#header > div > div.col-lg-1{
	        margin-top: -29px;
	    padding-right: 37px;
	}
/* end */	
/* media */	
	@media (max-width: 1180px) { 
		#header > div > div.col-lg-5.col-md-5{
		    zoom: 0.6;
		    margin-top: 70px;
		}
		.slider-with-previews{
		    width: 100% !important
		}
		#header-callback{
		    zoom: 0.8;
		    margin-top: 35px;
		}
		#header-address .icon-address{
		                font-size: 16px;
		}
		#sved-ob > a > div{
		    font-size: 9px;
		}
		.top-menu ul li a {

		}
		.top-menu{
		    zoom: 0.8;
		}
		#right-area {
		    width: 32%;
		    float: left;
		    margin-left: 1%;
		}
	}
	@media (max-width: 1024px) { 
	#header-logo{
	        font-size: 30px;
	}
	#header-callback .phones{
	        font-size: 20px;
	}
	.item.active .description.inner div{
	        padding-left: 40% !important;
	    padding-top: 35% !important;
	}
	}
	@media (max-width: 992px){
	    .news-list .item .picture{
	        display: block;
	    float: left;
	    margin-left: 0;
	    width: 100%;
	    }
	    .news-list .item .link{
	        display: block;
	    padding-top: 27px;
	    padding-left: 0;
	    position: relative;
	    min-height: 145px;
	    color: #4f4f4f;
	    text-decoration: none;
	    overflow: hidden;
	    }
	.gallery .item.even{
	    margin-left: 0px !important;
	}
	.gallery .item{
	        width: 100%;
	    height: auto;
	    position: relative;
	    float: left;
	    margin: 0px 0px 20px 0px;
	    max-width: 570px;
	    max-height: 300px;
	}
	.gallery .item img{
	        width: 100%;}
	        .gallery .item a{
	            display: block;
	        }
	}
	@media (max-width: 850px){
	    #header{
	            zoom: 0.8;
	    }
	    .top-menu{
	    zoom: 0.6;
	}
	.inner-page > .course-detail {    width: 100%;}
	#footer-callback{
	    padding-left: 0
	}
	.banners .item{
	    height: auto;
	    min-height: 480px
	}
	.item > .description.inner > div{
	    padding-left: 0 !important;
	    padding-top: 100% !important;
	    width: 100% !important;
	    display: block !important;
	}
	.banners{
	    overflow: hidden;
	}
	#work-area > div > div.course-detail{
	        float: left;
	    width: 100%;
	}
	}
	@media (max-width: 768px){
	#header > div > div.col-lg-5.col-md-5{
	    zoom:1;
	}
	#sved-ob{display: none;}
	#header-social.head{
	    display: none;
	}
	#header-address{display: none;}
	.text-title{
	        text-align: center;
	    letter-spacing: inherit;
	    font-size: 30px;
	}

	.course-detail .description .paragraph > .head{
	    width: 100% !important;
	    text-align: center;
	}
	.course-detail .description .paragraph > .text{
	    width: 100% !important;
	}
	#footer-logo {
	    display: block;
	    height: 86px;
	    text-decoration: none;
	    background: 0% 0% no-repeat url(../img/footer-logo.png);
	    float: left;
	    margin-top: 18px;
	    padding-left: 105px;
	    padding-top: 10px;
	    white-space: nowrap;
	    color: #ffffff;
	    font-size: 25px;
	    line-height: 28px;
	    text-decoration: none;
	}
	#footer-logo .slogan {
	    display: block;
	    font-size: 10px;
	    color: #ffffff;
	    line-height: 14px;
	    padding-top: 6px;
	}
	#footer-social {
	    float: left;
	    white-space: nowrap;
	    font-size: 0;
	    padding-top: 44px;
	    margin-right: 0;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	#right-area{
	    width: 100%;
	    margin-left: 1%;
	}
	.banners .item{
	        background-size: contain;
	}
	.mobbut{
	    display: block;float: left;width: 100%;padding: 0 !important
	}
	.bottom-menu ul li {
	    display: block;
	}
	.bottom-menu{
	    height: auto;
	}
	.mobile-nav{
	    display: block !important;
	}
	#sved-ob{
	    float: left;
	}
	#header-social{
	        padding-top: 14px;
	}
	#header > div > div.col-lg-1 {
	    margin-top: 20px;
	    padding-right: 38px;
	}
	#header-callback {
	    zoom: 1;
	    margin-top: -20px;
	    width: 100%;
	    float: left;
	    text-align: left;
	    padding-left: 56px;
	}
	#header-address {
	    width: 250px;
	    padding-right: 0px;
	    padding-top: 60px;
	    float: left;
	    font-size: 18px;
	    color: #4f4f4f;
	    padding-left: 57px;
	}
	#top-menu{
	    display: none;
	}
	#header {
	    position: relative;
	    height: auto;
	    background: #f9f9f9;
	}
	.course-detail .head{
	        display: block;
	    float: left;
	}
	.course-detail .description .paragraph > .text{
	    width: 100% !important;
	    margin-top: 30px;
	    margin-left: 0;
	    zoom: 0.8;
	}
	.course-detail .description{
	    width: auto !important;
	}
	}
	@media screen and (max-width: 768px) and (min-width: 680px) {
	    #header > div > div.col-lg-5.col-md-5{
	        margin-top: 0
	    }
	    #header-callback{
	    padding: 0;
	    margin-left: 0px;
	    }
	    #header > div.inner.content.container > div:nth-child(4){
	            float: right;
	    }
	    #header-callback .phones .icon-phone{
	            font-size: 16px;
	    }
	    .navbar-brand, .navbar-nav>li>a{
	font-size: 15px !important;
	    }
	    #work-area{
	        width: 100%
	    }
	    .banners .item{
	            background-size: contain;
	    background-position: top;
	    }
	    .banners{
	            height: 190px;
	    }
	    .articles-list .item .right-data{
	            padding: 0 16px 0 85px;
	    }
	    .articles-list.lists_block .item .left-data img, .row .item_block>a img{
	           max-width: 145px;
	    }
	.inner-page #right-area{
	        width: 29% !important;
	}
	.open-order-form-detail{
	    font-size: 18px;
	}
	.news-list .item .picture{
	        text-align: center;
	}
	.articles-list .item .item-title{
	    float: left;
	}
	#header-logo{
	    height: 150px;
	}
	}
	@media (max-width: 680px){
	#header > div > div.col-lg-5.col-md-5.col-sm-5.col-xs-6{
	width: 100%;
	    margin-top: 0;
	    margin-left: 20%;
	}
	.open-order-form-list{
	        font-size: 21px;
	}
	.articles-list.lists_block .item .left-data{
	        width: 100% !important;
	}

	.certificate li{
	        display: block;
	    text-align: center;
	    padding-left: 20px;
	    float: left;
	    width: 100% !important;
	}
	#content #about{
	    padding: 10px;
	    margin-top: 49px;
	    margin-bottom: 30px;
	}
	#header-callback {
	    text-align: center;
	    padding-left: 0;
	}
	.feedback-form form{
	    width: auto;
	}
	.feedback-form .field-name{
	    width: 100%;
	    margin-bottom: 10px;
	}
	.feedback-form .field-email{
	        width: 100%;
	    margin-bottom: 10px;
	    margin-left: 0;
	}
	.feedback-form .field-message {
	    clear: both;
	    padding-top: 20px;
	    width: 100%;
	    overflow-x: hidden;
	}
	.feedback-form textarea.text{
	        width: auto;
	}
	#BX_YMAP_contact_map{
	        width: 100% !important;
	    overflow: hidden;
	}
	input.text.gray{
	    width: 100%;
	}

	}
	@media (max-width: 520px){
	#header-logo {
	    display: block;
	    height: 100px;
	    padding-top: 30px;
	    text-decoration: none;
	    background: 0% 0% no-repeat url(/bitrix/templates/main/images/NewLogo.png);
	    float: left;
	    margin-top: 5px;
	    padding-left: 90px;
	    white-space: nowrap;
	    color: #4b4b4b;
	    font-size: 42px;
	    line-height: 13px;
	    text-decoration: none;
	    background-size: 90px;
	}
	#header{
	    max-width: 100%;
	    margin-left: 0;
	}
	.faq .question-container .question .marker{
	    font-size: 14px !important;
	/*  padding-top: 2px;*/
	}
	    #header-logo .slogan{
	        padding-left: 0
	    }
	.articles-list .item .right-data .preview-text{
	    text-align: justify;
	}
	.articles-list.lists_block .right-data{
	    padding-right: 0;
	        width: 100%;
	}
	.articles-list.lists_block .item .imgs{
	        margin: 0 auto;
	    display: block;
	    float: unset;
	    margin-top: 20px;
	}
	.city{    width: 112%;}

	#footer-subscribe{
	        float: left;
	    white-space: nowrap;
	    padding-top: 36px;
	    width: 100%;
	}
	#footer-subscribe input.text {
	    width: 100%;
	}
	.gallery .item {
	    width: 48%;
	    margin-right: 2%;
	}
	.imgs{

	}
	iframe{
	    width: 100% !important
	}
	#work-area > div > div.course-detail{
	    width: 100% !important
	}
	#mw_callback{
	    width: auto !important;
	}
	#header > div > div.col-lg-5.col-md-5.col-sm-5.col-xs-6{
	        zoom: 0.7;
	}
	}
	@media (max-width: 450px){
	#header > div > div.col-xs-6{
	    width: 100%
	}
	#header > div > div.col-lg-5.col-md-5.col-sm-5.col-xs-6{
	        margin-left: 0%;
	            margin-bottom: -55px;
	            margin-left: 4%;
	            width: 94%;
	}
	#about .cols .col{
	    width: 100%;


	    padding: 30px;
	}

	.slider{
	        zoom: 0.32;
	}

	#header-logo{
	    font-size: 30px;
	    text-align: right;
	    line-height: 30px;
	    padding-top: 10px;
	    height: 130px;
	    padding-left: 130px;
	    background-size: 120px;
	}
	    #header-logo .slogan{
	    padding-left: 0;
	    white-space: initial;
	    text-align: right;

	    }
	}
/* mobile-nav bottom-menu*/
	.mobile-nav{
	  background: #e2e8ed 0% 0% repeat-x url(../img/top-menu-back.png);

	}
	.navbar-brand{
	    color: #4b4b4b !important;
	    padding-left: 40px !important;
	}
	.navbar-toggle{
	        z-index: 99999;
	    background: #fff !important;
	    margin-right: 40px !important;
	}
	.navbar-toggle .icon-bar{
	background: #01bbff;
	    height: 3px;
	}
	.navbar-brand, .navbar-nav>li>a{
	        text-align: center;
	    color: #4b4b4b;
	    font-size: 22px;
	    text-transform: uppercase;
	    font-weight: bold;
	}
	.mobile-nav{
	    display: none;
	}
	.banners .item .description{
	    max-width: 1180px !important
	}
	.faq .question-container .question .marker{
	        font-size: 11px !important;
	}
	.slider-switcher li{
	    height: 39px !important;
	}
	#bottom-menu{
	    background: #464646
	}
	.order-form .button{
	    width: 100%
	}
	.bullet {
	    border: 1px solid #eee;
	    margin: 20px auto;
	    padding: 20px 40px;
	    min-height: 260px;
	}
	.bullet:hover {
	background: #eee;
	box-shadow: 0px 0px 15px #eee;
	}
	.old-price {
	color: #ff0000;
	text-decoration: line-through;
	}
	.bottom-menu {
	    height: 49px;
	    overflow: hidden;
	    background: #464646;
	}
	.bottom-menu .inner {
	    display: table;
	    width: 1230px;
	}
	.bottom-menu ul {
	    display: table-row;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    position: relative;
	    width: 100%;
	}
	.bottom-menu ul li {
	    display: table-cell;
	}
	.bottom-menu ul li:first-child {
	    width: 1%;
	}
	.bottom-menu ul li:last-child {
	    width: 1%;
	}
	.bottom-menu ul li a {
	    display: block;
	    height: 49px;
	    line-height: 49px;
	    text-align: center;
	    font-size: 16px;
	    color: #b0b0b0;
	    text-decoration: none;
	    padding: 0 30px;
	    white-space: nowrap;
	    position: relative;
	}
	.bottom-menu ul li a:hover {
    text-decoration: none;
    color: #ffffff;
	}
	.bottom-menu ul li a.selected {
	    color: #ffffff;
	}
/* End */

/* Start: news.detail/course-detail */
	.teachers-list {
	    background: #e0e5ea;
	    -webkit-border-radius: 2;
	    -moz-border-radius: 2;
	    border-radius: 2px;
	    padding: 20px;
	    margin-top: 77px;
	}
	.teachers-list .title {
	    margin: 0;
	    padding: 0;
	    font-size: 24px;
	    text-align: center;
	}
	.teachers-list .item {
	    margin-top: 20px;
	    background: #ffffff;
	    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	}

	.teachers-list .item .link {
	    display: block;
	    padding: 10px;
	    text-decoration: none;
	}
	.teachers-list .item .link:hover {
	    text-decoration: none;
	}

	.teachers-list .item .picture {
	    display: block;
	}
	.teachers-list .item .picture img {
	    width: 100%;
	    height: auto;
	}
	.teachers-list .item .item-body {
	    display: block;
	}

	.teachers-list .item .name {
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    color: #4f4f4f;
	    text-transform: uppercase;
	    margin-top: 10px;
	}
	.teachers-list .item .link:hover .name {
	    text-decoration: underline;
	}

	.teachers-list .item .work-position {
	    display: block;
	    font-size: 13px;
	    color: #7b7b7b;
	    margin-top: 5px;
	}
/* End */

/* course-detail */
	.titles{
		font-size: 20px;
	    color: #4f4f4f;
	    background: #edeff1;
	    padding: 15px 20px 15px 15px;
	    cursor: pointer;
	    margin-top: 5px;
	}

	.open-order-form-detail {
		display: inline-block;
    background: #43b9fe;
    color: white;
    padding: 15px 34px 15px 34px;
    text-decoration: none;
    font-size: 26px;
    margin-top: 20px;
    transition: all 0.2s;
	}
	.open-order-form-detail:hover{
		box-shadow: 0 0 8px 2px #caccce;
		text-decoration: none;
		color: white;
	}
	.open-order-form-detail.right-btn {
		font-size: 24px;
		margin-top: 50px;
	}
	.course-detail .description .paragraph {
		overflow: hidden;
	    margin-bottom: 35px;
	}
	.course-detail .description .paragraph > .head {
		width: 270px;
		height: 100%;
		float: left;
	    text-transform: uppercase;
		font-size: 24px;
		line-height: 30px;
	    font-weight: bold;
	}
	.course-detail .description .paragraph > .text {
	    line-height: 1.5;
		width: 560px;
		float: left;
		margin-left: 30px;
	    font-size: 16px;
	}
	.course-detail .description .paragraph > .text p {
	    margin: 0 0 15px;
	}
	.course-detail .description .paragraph > .text ul {
	    margin: 0 0 20px;
	}
	.course-detail .description .paragraph > .text strong {
		text-transform: uppercase;
	}
	.course-detail .description .paragraph > .text .big {
		font-size: 25px;
	    text-transform: uppercase;
	    font-weight: bold;
	}
	.course-detail .description .paragraph > .text .clock {
		padding-left: 105px;
	    min-height: 110px;
	    background: 0% 0% no-repeat url('../img/clock.png');
	    font-size: 18px;
	    font-weight: bold;
	    line-height: 1.8;
	}
	.course-detail .description .paragraph > .text .clock .time {
	    font-size: 43px;
	    color: #43b9fe;
	    font-family: BlissPro_Heavy, BlissPro, 'Arial Narrow', Arial, sans-serif;
	    font-weight: bold;
	    text-transform: uppercase;
	    line-height: 43px;
	}
	.course-detail .description .paragraph > .text a.dashed {
	    text-decoration: none;
	    border-bottom: 1px dashed #43b9fe;
	}
	.course-detail .description .paragraph > .text a.dashed:hover {
	    border-bottom: none;
	}

	.course-detail .programm .section {
	    margin-bottom: 10px;
	}
	.course-detail .programm .title {
	    font-size: 20px;
	    color: #4f4f4f;
	    background: #edeff1 18px 16px no-repeat url('../img/minus.png');
	    padding: 15px 20px 15px 60px;
	    cursor: pointer;
	}
	.course-detail .programm .title:hover {
	    background-color: #e2e7ec;
	}
	.course-detail .programm .section.opened .title, .course-detail .programm .section.opened .title:hover {
	    background-color: #43b9fe;
	    background-image: url('../img/plus.png');
	    color: #ffffff;
	}
	.course-detail .programm .table {
	    display: none;
	    background: #fff;
		-webkit-box-shadow: 0px 15px 43px -6px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 15px 43px -6px rgba(0,0,0,0.2);
		box-shadow: 0px 15px 43px -6px rgba(0,0,0,0.2);
		padding: 17px 22px;
		font-size: 16px;
	}
	.course-detail .programm .table > table {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	}
	.course-detail .programm .table > table td {
	    padding: 8px 30px;
	}
	.course-detail .programm .table > table tbody tr:nth-child(even) td {
	    background-color: #f2f4f6;
	}
	.course-detail .programm .table > table thead td {
	    background: #dee5ea;
	    font-size: 18px;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	.course-detail .programm .table > table tfoot td {
	    background: #c5d0da;
	    font-size: 24px;
	    font-weight: bold;
	    color: #ffffff;
	    text-align: center;
	    border-top: 2px solid #ffffff;
	}

	.course-detail .programm .text-subtitle {
	    margin-top: 70px;
	}

	.course-detail .sertificates .items {
	    text-align: center;
	}
	.course-detail .sertificates .items a {
	    display: inline-block;
	    vertical-align: middle;
	    margin: 0 10px 10px;
	    position: relative;
	    text-decoration: none;
	}
	.course-detail .sertificates .items a span.picture {
	    display: block;
	    position: relative;
	}
	.course-detail .sertificates .items a span.picture:before {
	    content: '';
	    background: rgba(0, 0, 0, 0.4) 50% 50% url('../img/zoom.png') no-repeat;
		display: none;
		position: absolute;
		left: 0;
		top: 0;
	    right: 0;
	    bottom: 0;
	}
	.course-detail .sertificates .items a:hover{
		text-decoration: none;
	}
	.course-detail .sertificates .items a:hover span.picture:before{
		display: block;
	}

	.course-detail .download {
	    text-align: center;
	    margin-top: 20px;
	}
	.course-detail .pdf {
	    display: inline-block;
	    height: 50px;
	    line-height: 50px;
	    padding-left: 60px;
	    background: 0% 0% no-repeat url('../img/adobe.png');
	    text-decoration: none;
	}
	.course-detail .pdf span {
	    border-bottom: 1px dashed #43b9fe;
	}
	.course-detail .pdf:hover {
	    text-decoration: none;
	}
	.course-detail .pdf:hover span {
	    border-bottom: none;
	}
/* End */

/* bx-pagination */
	.bx-pagination {
		margin: 50px 0;
	}
	.bx-pagination .bx-pagination-container {
		text-align: center;
		position: relative;
	}
	.bx-pagination .bx-pagination-container ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: inline-block;
	    background: #ebeef0;
	    border-radius: 2px;
	}
	.bx-pagination .bx-pagination-container ul li {
		display: inline-block;
		margin: 7px 2px 7px 2px;
	}
	.bx-pagination .bx-pagination-container ul li span{
	    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
		background: none;
		padding: 0 8px;
		display: block;
		height: 32px;
		min-width: 32px;
		line-height: 32px;
		color: #4f4f4f;
		font-size: 18px;
		border-radius: 16px;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.bx-pagination .bx-pagination-container ul li a {
		text-decoration: none;
		display: block;
		border-radius: 18px;
		display: block;
		height: 32px;
		min-width: 32px;
		line-height: 32px;
		color: #4f4f4f;
		vertical-align: middle;
	}
	.bx-pagination .bx-pagination-container ul li a:hover span{
		background: #dadada;
	}
	.bx-pagination .bx-pagination-container ul li.bx-active span{
		background: #ae1616;
		color: #fff;
	}
	.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
		line-height: 28px;
		padding: 0 18px;
		color: #4f4f4f;
	    background: none;
	}
	.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
		color: #aab1b4;
		line-height: 28px;
		padding: 0 18px;
	    background: none;
	}
	.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
	.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
		color: #000;
	}

/* End */


/* Start: teachers-list */
	.teachers-list {
	    background: #e0e5ea;
	    -webkit-border-radius: 2;
	    -moz-border-radius: 2;
	    border-radius: 2px;
	    padding: 20px;
	    margin-top: 40px;
	}
	.teachers-list .title {
	    margin: 0;
	    padding: 0;
	    font-size: 24px;
	    text-align: center;
	}
	.teachers-list .item {
	    margin-top: 20px;
	    background: #ffffff;
	    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	}

	.teachers-list .item .link {
	    display: block;
	    padding: 10px;
	    text-decoration: none;
	}
	.teachers-list .item .link:hover {
	    text-decoration: none;
	}

	.teachers-list .item .picture {
	    display: block;
	}
	.teachers-list .item .picture img {
	    width: 100%;
	    height: auto;
	}
	.teachers-list .item .item-body {
	    display: block;
	}

	.teachers-list .item .name {
	    display: block;
	    font-size: 16px;
	    font-weight: bold;
	    color: #4f4f4f;
	    text-transform: uppercase;
	    margin-top: 10px;
	}
	.teachers-list .item .link:hover .name {
	    text-decoration: underline;
	}

	.teachers-list .item .work-position {
	    display: block;
	    font-size: 13px;
	    color: #7b7b7b;
	    margin-top: 5px;
	}
/* End */

/* up button */
  #up {
    display: block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #d2d2d2;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: all .3s;
    z-index: 9999;
    cursor: pointer;
  }  
  #up:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/up.png) center no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #up.show {
    opacity: 0.5;
  }
  #up.show:hover {
    opacity: 1;
  }
.modal-content .button {
	display: block;
	width: 100%;
	padding: 15px 10px;
	margin: 15px auto;
	font-size: 20px;
}
.close {
	position: absolute;
	top: 10px;
	right: 10px;
}
input[type="text"], input[type="tel"], input[type="email"] {
	display: block;
	width: 100%;
	padding: 14px;
	margin: 15px auto;
}
.reviews .col-sm-6 {
	margin-bottom: 30px;
}
.navbar-messenger {

}
.navbar-messenger a {
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
}
.navbar-messenger .img-fluid {
	width: 30px;
}
/* cookie */
#cookie_notification {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1000px;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification p {
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
  color: #000;
}
#cookie_notification a {
  color: #284e92;
}
#cookie_notification .btn {
  font-size: 0.8rem;
}
@media (max-width: 1199px) {
	.header-text .bold {
	  font-size: 32px;
	}
	.header-logo .slogan {
		font-size: 12px;
	}
	.header-logo img {
		max-width: 110px;
	}
	.header-address {
		font-size: 14px;
	}
	#sved-ob {
		font-size: 8px;
		transform: translateX(-50px);
		width: 120px;
	}
	#header-callback .phones {
	  font-size: 24px;
	}
	#header-callback {
	  zoom: 1;
	  margin-top: 0;
	}
	.top-menu ul li a {
		padding: 0 50px;
	}
	.bullet {
		padding: 20px;
	}
	.open-order-form-detail.right-btn {
	  font-size: 18px;
	  margin-top: 50px;
	}
	.course-detail .description .paragraph > .text .clock .time {
		font-size: 35px;
	}
	.open-order-form-detail {
		font-size: 22px;
	}
	#footer-social {
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	#header {
    zoom: 1;
	}
	.header-logo img {
	    max-width: 90px;
	}
	.header-text .bold {
	    font-size: 26px;
	}
	.header-logo .slogan {
	    font-size: 8px;
	}
	.navbar-header {
		position: relative;
		height: 50px;
	}
	.navbar-toggler {
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  top: 5px;
	  right: 15px;
	}
	.navbar-toggler:focus {
	  outline: none;
	}
	.navbar-toggler .burger {
	  position: absolute;
	  display: block;
	  width: 40px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: transparent;
	  top: 50%;
	  left: 50%;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	}
	.navbar-toggler .burger:focus {
	  outline: none;
	}
	.navbar-toggler .burger:before {
	  content: '';
	  display: block;
	  width: 40px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: #01bbff;
	  position: absolute;
	  right: 0;
	  top: -14px;
	  -webkit-transform-origin: right;
	          transform-origin: right;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}
	.navbar-toggler .burger:after {
	  content: '';
	  display: block;
	  width: 40px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: #01bbff;
	  position: absolute;
	  right: 0;
	  bottom: -14px;
	  -webkit-transform-origin: right;
	          transform-origin: right;
	  -webkit-transform: rotate(45deg);
	          transform: rotate(45deg);
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	}
	.navbar-toggler.collapsed {
	  width: 40px;
	  height: 40px;
	}
	.navbar-toggler.collapsed .burger {
	  position: absolute;
	  display: block;
	  width: 40px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: #01bbff;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	          transform: translate(-50%, -50%);
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.navbar-toggler.collapsed .burger:focus {
	  outline: none;
	}
	.navbar-toggler.collapsed .burger:before {
	  content: '';
	  display: block;
	  width: 40px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: #01bbff;
	  position: absolute;
	  right: 0;
	  top: -12px;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: rotate(0);
	          transform: rotate(0);
	}
	.navbar-toggler.collapsed .burger:after {
	  content: '';
	  display: block;
	  width: 40px;
	  height: 3px;
	  border-radius: 1px;
	  background-color: #01bbff;
	  position: absolute;
	  right: 0;
	  bottom: -12px;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: rotate(0);
	          transform: rotate(0);
	}
	.navbar-collapse {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.course-detail .description .paragraph > .text {
		zoom: 1;
	}
	.course-detail .description .paragraph > .text .clock .time {
	  font-size: 26px;
	}
	.right-area {
		max-width: 400px;
	}
	#top-menu {
		display: none;
	}
	.footer-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

}
@media (max-width: 767px) {
	#work-area {
		padding: 60px 15px;
	}
	.course-detail .description .paragraph > .head {
		float: none;
		margin-bottom: 20px;
	}
	.course-detail .description .paragraph > .text {
		float: none;
		margin: 0;
		padding: 0 15px;
	}
	ul.list li {
		padding-left: 30px;
	}
	.header-logo {
		justify-content: center;
	}
	.header-text {
		max-width: 200px;
	}
	.header-address {
		display: none;
	}
	.header-callback {
		margin-bottom: 20px;
	}
	.h1, h1 {
	  font-size: 2.2rem;
	  font-weight: bold;
	}
	h2 {
	  font-size: 20px;
	}
	.course-detail .description .paragraph > .text ul {
		margin: 0;
		padding: 0;
	}
	.open-order-form-detail {
	  font-size: 19px;
	  padding: 15px;
	}
	.open-order-form-detail.right-btn {
		display: block;
		max-width: 280px;
		margin: 20px auto;
		text-align: center;
	}
	.right-area {
	  max-width: 290px;
	  margin: 0 auto;
	}
	.bottom-menu {
		height: auto;
	}
	.bottom-menu .inner ul {
		display: flex;
		flex-direction: column;
	}
	#footer-subscribe {
		padding-left: 15px;
		padding-right: 15px;
	}
	#footer-callback {
		text-align: center;
	}
	.course-detail .description .paragraph > .text .clock .time {
	  font-size: 23px;
	}
}
@media (max-width: 379px) {
	.course-detail .description .paragraph > .text .clock {
		background: none;
		padding-left: 0px;
	}
	.course-detail .description .paragraph > .text .clock .time {
	    font-size: 28px;
	}
	.open-order-form-detail {
		font-size: 15px;
	}
}
