

/* Start:/local/templates/potential/js/fancybox/jquery.fancybox.css?14957070964431*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3000;
}

.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #222;
	text-shadow: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.fancybox-opened {
	z-index: 2990;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/potential/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 3000;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/potential/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 27px;
	height: 25px;
	cursor: pointer;
	z-index: 3000;
	background: url("/local/templates/potential/js/fancybox/icon-close.png") no-repeat 0 0;
}

.fancybox-close:hover,
.fancybox-close:active {
	background-position: 0 100%;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/potential/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 3000;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 3000;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 2980;
	background: url('/local/templates/potential/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

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

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

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 2990;
	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!*/
/* End */


/* Start:/local/templates/potential/components/bitrix/system.auth.authorize/standart/style.css?15117812421118*/
div.bx-auth {max-width:600px; margin-top:16px; margin-bottom:24px;}
div.bx-auth form {padding:0; margin:0;}
div.bx-auth-line {border-bottom:1px solid #E3E3E3; padding-bottom:10px;}
div.bx-auth-title {font-size:140%; border-bottom:solid 2px #E3E3E3; padding-bottom:12px; }
div.bx-auth-note{margin:18px 0px 6px 0px;}
td.bx-auth-label{text-align:right; font-weight:bold;}
table.bx-auth-table{margin-top:8px; }
table.bx-auth-table td {padding:3px;}

div.bx-auth input.bx-auth-input {vertical-align:middle;}
div.bx-auth span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth div.bx-auth-secure-icon {background-image:url(/local/templates/potential/components/bitrix/system.auth.authorize/standart/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth div.bx-auth-secure-unlock {background-image:url(/local/templates/potential/components/bitrix/system.auth.authorize/standart/images/sec-unlocked.png);}

/* ROSO */

.submit_wrap {
  background-color: rgb(236,236,237);
  margin: 35px -100px -45px -100px;
  padding: 20px 100px 20px 100px;
}

@media all and (max-width: 640px) {
  .submit_wrap {padding: 20px 100px 50px 100px;}
}

/* End */


/* Start:/local/templates/potential/ajax/ajax.min.css?1495707096420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/local/templates/potential/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/local/templates/potential/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/local/templates/potential/components/roso/subscribe.edit/subscr/style.css?1513082360183*/
div.subscribe-edit .red {
	color:red;
}
div.subscribe-edit .green {
	color:green;
}
div.subscribe-edit .errorcolor {
	color:red;
}
div.subscribe-edit .successcolor {
	color:green;
}
	
/* End */


/* Start:/local/templates/potential/components/bitrix/system.auth.forgotpasswd/standart/style.css?1511782143271*/
.password_restore_intro {margin: 0 0 30px 0;}

.submit_wrap {
  background-color: rgb(236,236,237);
  margin: 35px -100px -45px -100px;
  padding: 20px 100px 20px 100px;
}

@media all and (max-width: 640px) {
  .submit_wrap {padding: 20px 100px 50px 100px;}
}

/* End */


/* Start:/local/templates/potential/components/bitrix/menu/horizontal_multilevel/style.css?16472292278504*/
/**Top menu**/
/*.horizontal-multilevel-menu {
	margin: 20px 0;
}*/

#horizontal-multilevel-menu {
	display: none;
}

#horizontal-multilevel-menu, #horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#c93a3a;
	min-height:50px;
	width:100%;
	list-style:none;
	clear: both;

}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu ul a
{
	display:block;
	text-decoration:none;
	text-align:center;
	font-family: "BloggerSans";
	font-weight: 400;
	line-height: 50px;
	height: 50px;
}

#horizontal-multilevel-menu li
{
	width: 20%;
	float: left;
	position: relative;
}

#horizontal-multilevel-menu li.empty-item {
}

#horizontal-multilevel-menu li.empty-item span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 0 0;
	color: #000 !important;
	background-color: #fff !important;
	cursor: default;
}

#horizontal-multilevel-menu li + li {
	border-left: 1px solid #fff;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	height: 50px;
	line-height: 50px;
	font-size:16px;
}

#horizontal-multilevel-menu ul li.search-item {
	display: none;
}


/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#8c2828;
	color:#fff;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#8c2828;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected a
{
	color:#c93a3a;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position: absolute;
    top: auto;
    display: none;
    z-index: 500;
    height: auto;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 1px 6px 0px #666666;
    padding: 15px;
}
#horizontal-multilevel-menu li:hover ul{display: block;}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	height: auto;
	margin: 4px 0;
	font-size: 13px;

}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	color: #000;
	text-align: left;
	line-height: 18px;
    height: auto;
	font-family: "Open Sans";
	font-size: 14px;
}

/*Items text color & size */
/*#horizontal-multilevel-menu li a,*/
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{}

#horizontal-multilevel-menu li li:hover a {
	color:#c93a3a;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover,
#horizontal-multilevel-menu li li:hover,
#horizontal-multilevel-menu li.jshover li.jshover,
#horizontal-multilevel-menu li:hover li:hover li:hover,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover
{
	background-color: #fff;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	display:block;
}
*/
div.menu-clear-left
{
	clear:left;
}

@media all and (max-width: 999px) {
	#horizontal-multilevel-menu {
		position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 2px solid #c93a3a;
    z-index: 50;
    background: #fff;
    padding: 15px;
    padding-bottom: 0;
	}

	#horizontal-multilevel-menu ul {
		background: #fff;
	}

	#horizontal-multilevel-menu li {
		display: block;
		float: none;
		border: 0;
		padding: 4px 0 8px;
		margin: 0;
		width: 100%;
	}

	#horizontal-multilevel-menu li a,
	#horizontal-multilevel-menu li a.root-item,
	#horizontal-multilevel-menu li a:visited,
	#horizontal-multilevel-menu li a.root-item:visited {
		height: auto;
		line-height: 18px;
    font-size: 15px;
    color: #3599d7;
    text-align: left;
    font-family: inherit;
	}

	#horizontal-multilevel-menu li ul {
		position: relative;
    top: auto;
    z-index: 500;
    height: auto;
    background: #fff;
    border: 0;
    box-shadow: none;
    padding: 5px 10px 5px;
    border-bottom: 1px solid #d7d7d7;
	}

	#horizontal-multilevel-menu li ul a,
	#horizontal-multilevel-menu li ul a:visited {
		height: auto;
		line-height: 18px;
    font-size: 14px;
    color: #3599d7;
    text-align: left;
    font-family: inherit;
	}

	#horizontal-multilevel-menu li ul .item-selected a,
	#horizontal-multilevel-menu li ul .item-selected a:visited {
		color: #000 !important;
		cursor: default;
	}

	#horizontal-multilevel-menu li:hover a, #horizontal-multilevel-menu li.jshover a,
	#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover {
		background-color: #fff !important;
		color: #3599d7 !important;
	}

	#horizontal-multilevel-menu li a.clicked {
	color: #c93a3a !important;
    background: #fff;
    font-weight: 700;
  }



	#horizontal-multilevel-menu li.parent a.root-item,
	#horizontal-multilevel-menu li.parent a.root-item-selected {
		background: url("/local/templates/potential/components/bitrix/menu/horizontal_multilevel/images/item-root.png") no-repeat 98% 5px;
	}

	 #horizontal-multilevel-menu li.parent a.clicked {
	    background: url("/local/templates/potential/components/bitrix/menu/horizontal_multilevel/images/item-root.png") no-repeat 98% -86px;
	    color: #c93a3a !important;
	}
}

@media all and (min-width: 640px) and (max-width: 999px) {
	#horizontal-multilevel-menu {
		right: inherit;
		left: 148px;
    width: 320px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
	}
}

@media all and (min-width: 1000px) {
	#horizontal-multilevel-menu {
		display: block;
		margin: 20px 0;
		position: relative;
		padding-right: 50px;
	}

	#horizontal-multilevel-menu ul {
		position: relative;
	}

	#horizontal-multilevel-menu ul li.search-item {
		width: 50px;
		position: absolute;
		left: 100%;
		top: 0;
		bottom: 0;
		display: block;
	}

	#horizontal-multilevel-menu ul li.search-item span {
		cursor: pointer;
		display: block;
		height: 50px;
		text-indent: -9999px;
		background: url("/local/templates/potential/components/bitrix/menu/horizontal_multilevel/images/item-search.png") no-repeat 50% 14px;
	}

	#horizontal-multilevel-menu ul li.search-item span.clicked {
		background: url("/local/templates/potential/components/bitrix/menu/horizontal_multilevel/images/item-search.png") no-repeat 50% -66px;
	}


	#horizontal-multilevel-menu li.empty-item {
		display: block;
		background-color: #fff !important;
	}

	#horizontal-multilevel-menu li.empty-item span {
		display: block;
		border-top: 1px solid #d7d7d7;
		font-size: 17px;
		font-weight: 700;
		margin: 5px 0 0;
		padding: 10px 0 0;
		color: #000 !important;
		background-color: #fff !important;
		cursor: default;
		line-height: 18px;
		font-family: "BloggerSans";
	}

	/*Root menu selected*/
	#horizontal-multilevel-menu li a.root-item-selected
	{
		background:#e54242;
		color:#fff;
		font-size:16px;
	}

	#horizontal-multilevel-menu li a.root-item {
		font-size: 16px;
	}

}

@media all and (min-width: 1180px) {
	#horizontal-multilevel-menu li a.root-item {
		font-size: 18px;
	}
}


/* End */


/* Start:/local/templates/potential/components/bitrix/search.title/search/style.css?15270581471478*/
#title-search {
	position: relative;
}

#title-search-input {
	border: 1px solid #d7d7d7;
	background-color: #f1f1f1;
	color: #000;
	height: 26px;
	width: 100%;
	line-height: 28px;
	padding: 0 30px 0 12px;
}

#title-search-input:focus {
	background-color: #fff;
}

#title-search input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -9999px;
	background: url("/local/templates/potential/components/bitrix/search.title/search/images/icon-search.png") no-repeat 50% -40px;
	cursor: pointer;
}

#title-search input[type=submit]:hover {
	background-position: 50% 5px;
}

#title-search input[type=submit]:focus {
	outline: none;
}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	display: none !important; 
}

@media all and (min-width: 1000px) {
	.header__top-menu .search #title-search-input {
		height: 40px;
		line-height: 40px;
		padding: 0 130px 0 40px;
		font-style: italic;
	    background: url(/local/templates/potential/components/bitrix/search.title/search/images/icon-search.png) no-repeat 11px -35px #f6f6f6;
	}

	.header__top-menu .search #title-search input[type=submit] {
		font-size: 18px;
	    text-indent: inherit;
	    text-align: center;
	    width: 110px;
	    color: #fff;
	    background: #3599d7;
	    height: 40px;
	    line-height: 40px;
	}

	.header__top-menu .search #title-search input[type=submit]:hover,
	.header__top-menu .search #title-search input[type=submit]:active {
		outline: none;
		background-color: #2080bc;
	}
}
/* End */


/* Start:/local/templates/potential/components/bitrix/menu/footer_simple/style.css?14957070971411*/
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 18px;
}

.footer-menu ul.footer-menu {
	margin-left: 29px;
}

.footer-menu li a,
.footer-menu li a:visited {
	text-decoration: none;
    background: -moz-linear-gradient(left, #333, #333 100%);
    background: -ms-linear-gradient(left, #333, #333 100%);
    background: -o-linear-gradient(left, #333, #333 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#333), to(#333));
    background: -webkit-linear-gradient(left, #333, #333 100%);
    background: linear-gradient(left, #333, #333 100%);
    background-position: 0 95%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:visited:hover,
.footer-menu li a:visited:focus {
	text-decoration: none;
    background: -moz-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -ms-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -o-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#c93a3a), to(#c93a3a));
    background: -webkit-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: linear-gradient(left, #c93a3a, #c93a3a 100%);
    background-position: 0 95%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    color: #c93a3a;
}

/* End */


/* Start:/local/templates/potential/components/bitrix/news.line/footer_simple/style.css?1495707097136*/
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li {
	margin: 0 0 8px;
	font-size: 14px;
line-height: 18px;
}
/* End */


/* Start:/local/templates/potential/template_styles.css?175146078783237*/
/*@font-face {
  font-family: 'OpenSans';
  src: url('/local/templates/potential/fonts/OpenSans/regular/OpenSans-Regular.eot');
  src: url('/local/templates/potential/fonts/OpenSans/regular/OpenSans-Regular.woff') format('woff'),
       url('/local/templates/potential/fonts/OpenSans/regular/OpenSans-Regular.ttf') format('truetype'),
       url('/local/templates/potential/fonts/OpenSans/regular/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
       url('/local/templates/potential/fonts/OpenSans/regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/local/templates/potential/fonts/OpenSans/bold/OpenSans-Bold.eot');
  src: url('/local/templates/potential/fonts/OpenSans/bold/OpenSans-Bold.woff') format('woff'),
       url('/local/templates/potential/fonts/OpenSans/bold/OpenSans-Bold.ttf') format('truetype'),
       url('/local/templates/potential/fonts/OpenSans/bold/OpenSans-Bold.svg#OpenSans-Bold') format('svg'),
       url('/local/templates/potential/fonts/OpenSans/bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('/local/templates/potential/fonts/OpenSans/italic/OpenSans-Italic.eot');
  src: url('/local/templates/potential/fonts/OpenSans/italic/OpenSans-Italic.woff') format('woff'),
       url('/local/templates/potential/fonts/OpenSans/italic/OpenSans-Italic.ttf') format('truetype'),
       url('/local/templates/potential/fonts/OpenSans/italic/OpenSans-Italic.svg#OpenSans-Italic') format('svg'),
       url('/local/templates/potential/fonts/OpenSans/italic/OpenSans-Italic.eot?#iefix') format('embedded-opentype');
  font-weight: 400;
  font-style: italic;
}*/

@font-face {
    font-family: 'BloggerSans';
    src: url('/local/templates/potential/fonts/BloggerSans/regular/Blogger_Sans.eot');
    src: url('/local/templates/potential/fonts/BloggerSans/regular/Blogger_Sans.woff') format('woff'),
    url('/local/templates/potential/fonts/BloggerSans/regular/Blogger_Sans.ttf') format('truetype'),
    url('/local/templates/potential/fonts/BloggerSans/regular/Blogger_Sans.svg#Blogger_Sans') format('svg'),
    url('/local/templates/potential/fonts/BloggerSans/regular/Blogger_Sans.eot?#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BloggerSans';
    src: url('/local/templates/potential/fonts/BloggerSans/bold/Blogger_Sans-Bold.eot');
    src: url('/local/templates/potential/fonts/BloggerSans/bold/Blogger_Sans-Bold.woff') format('woff'),
    url('/local/templates/potential/fonts/BloggerSans/bold/Blogger_Sans-Bold.ttf') format('truetype'),
    url('/local/templates/potential/fonts/BloggerSans/bold/Blogger_Sans-Bold.svg#Blogger_Sans-Bold') format('svg'),
    url('/local/templates/potential/fonts/BloggerSans/bold/Blogger_Sans-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BloggerSans';
    src: url('/local/templates/potential/fonts/BloggerSans/bolditalic/Blogger_Sans-Bold_Italic.eot');
    src: url('/local/templates/potential/fonts/BloggerSans/bolditalic/Blogger_Sans-Bold_Italic.woff') format('woff'),
    url('/local/templates/potential/fonts/BloggerSans/bolditalic/Blogger_Sans-Bold_Italic.ttf') format('truetype'),
    url('/local/templates/potential/fonts/BloggerSans/bolditalic/Blogger_Sans-Bold_Italic.svg#Blogger_Sans-Bold_Italic') format('svg'),
    url('/local/templates/potential/fonts/BloggerSans/bolditalic/Blogger_Sans-Bold_Italic.eot?#iefix') format('embedded-opentype');
    font-weight: 700;
    font-style: italic;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    min-width: 320px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    height: 100%;
    background-color: #f1f1f1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "BloggerSans", sans-serif;
    font-weight: 400;
}

h1.main_page_title {
    display: none;
}

hr {
    height: 1px;
    background-color: #c93a3a;
    border: 0;
    margin: 30px 0 20px;
}

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

a,
a:visited {
    color: #3599d7;
    border-color: #3599d7;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
    /*color: #ffa500;
    border-color: #ffa500;*/
    color: #c93a3a;
    border-color: #c93a3a;
    cursor: pointer;
    outline: none;
}

a.no-underline,
a.no-underline:visited {
    text-decoration: none;
}

.thin,
.thin:visited {
    text-decoration: none;
    background: -moz-linear-gradient(left, #3599d7, #3599d7 100%);
    background: -ms-linear-gradient(left, #3599d7, #3599d7 100%);
    background: -o-linear-gradient(left, #3599d7, #3599d7 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#3599d7), to(#3599d7));
    background: -webkit-linear-gradient(left, #3599d7, #3599d7 100%);
    background: linear-gradient(left, #3599d7, #3599d7 100%);
    background-position: 0 98%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.thin:hover,
.thin:focus,
.thin:visited:hover,
.thin:visited:focus {
    text-decoration: none;
    background: -moz-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -ms-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -o-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#c93a3a), to(#c93a3a));
    background: -webkit-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: linear-gradient(left, #c93a3a, #c93a3a 100%);
    background-position: 0 98%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.dashed,
.dashed:visited {
    background: -moz-linear-gradient(left, #3599d7, #3599d7 60%, transparent 60%);
    background: -ms-linear-gradient(left, #3599d7, #3599d7 60%, transparent 60%);
    background: -o-linear-gradient(left, #3599d7, #3599d7 60%, transparent 60%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#3599d7), color-stop(0.6, #3599d7), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #3599d7, #3599d7 60%, transparent 60%);
    background: linear-gradient(left, #3599d7, #3599d7 60%, transparent 60%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: 0 98%;
    text-decoration: none;
}

.dashed:hover,
.dashed:focus,
.dashed:visited:hover,
.dashed:visited:focus {
    background: -moz-linear-gradient(left, #c93a3a, #c93a3a 60%, transparent 60%);
    background: -ms-linear-gradient(left, #c93a3a, #c93a3a 60%, transparent 60%);
    background: -o-linear-gradient(left, #c93a3a, #c93a3a 60%, transparent 60%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#c93a3a), color-stop(0.6, #c93a3a), color-stop(0.6, transparent));
    background: -webkit-linear-gradient(left, #c93a3a, #c93a3a 60%, transparent 60%);
    background: linear-gradient(left, #c93a3a, #c93a3a 60%, transparent 60%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: 0 98%;
    text-decoration: none;
}

.dotted,
.dotted:visited {
    background: -moz-linear-gradient(left, #3599d7, #3599d7 50%, transparent 50%);
    background: -ms-linear-gradient(left, #3599d7, #3599d7 50%, transparent 50%);
    background: -o-linear-gradient(left, #3599d7, #3599d7 50%, transparent 50%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#3599d7), color-stop(0.5, #3599d7), color-stop(0.5, transparent));
    background: -webkit-linear-gradient(left, #3599d7, #3599d7 50%, transparent 50%);
    background: linear-gradient(left, #3599d7, #3599d7 50%, transparent 50%);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: 0 98%;
    text-decoration: none;
}

.dotted:hover,
.dotted:focus,
.dotted:visited:hover,
.dotted:visited:focus {
    background: -moz-linear-gradient(left, #c93a3a, #c93a3a 50%, transparent 50%);
    background: -ms-linear-gradient(left, #c93a3a, #c93a3a 50%, transparent 50%);
    background: -o-linear-gradient(left, #c93a3a, #c93a3a 50%, transparent 50%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#c93a3a), color-stop(0.5, #c93a3a), color-stop(0.5, transparent));
    background: -webkit-linear-gradient(left, #c93a3a, #c93a3a 50%, transparent 50%);
    background: linear-gradient(left, #c93a3a, #c93a3a 50%, transparent 50%);
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: 0 98%;
    text-decoration: none;
}

#header .hcontent,
#footer .fcontent,
.workarea {
    max-width: 1300px;
    margin: 0 auto;
}

ul.view-checkboxes {
    padding: 0 0 0 25px;
    margin: 20px 0;
}

ul.view-checkboxes li {
    list-style: none;
    position: relative;
    margin: 0 0 12px;
}

ul.view-checkboxes li:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("/local/templates/potential/images/icon-checkbox.png");
}

ul.ndash {
    padding: 0 0 0 30px;
}

ul.ndash li {
    list-style: none;
    position: relative;
    margin: 0 0 6px;
}

ul.ndash li:before {
    content: "\2014";
    position: absolute;
    left: -24px;
    top: -1px;
}

.clear {
    overflow: hidden;
    clear: both;
}

.border-blue {
    margin: 30px 0;
    padding: 15px 20px;
    font-size: 19px;
    line-height: 22px;
    font-family: "BloggerSans";
    border: 1px solid #3599d7;
}

.fancybox-inner,
.fancybox-skin {
    padding: 0 !important;
}

.fancybox-type-ajax .fancybox-skin {
    padding-top: 30px !important;
}

/* MOBILE */

h1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 25px;
}

blockquote {
    margin: 20px -15px;
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
    border-top: 2px solid #c93a3a;
    border-bottom: 2px solid #c93a3a;
    font-style: italic;
}

blockquote p {
    margin: 0 0 15px;
}

p {
    margin: 0 0 15px;
    text-indent: 25px;
}

.page-order_form p,
.popup-order_form p,
form p {
    text-indent: 0;
}

ol {
    padding: 0 0 0 20px;
}

ol li {
    margin: 0 0 10px;
}

ol p,
ul p {
    text-indent: 0;
}

#header {
    background-color: #fff;
    padding: 15px;
    height: 165px;
    border-bottom: 1px solid #c2c2c2;
    position: relative;

    /*transition: all 0.4s ease;
    -webkit--transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; */
}

.header__logo {
    /*background: url("/local/templates/potential/images/logo.jpg") no-repeat 0 0;*/
    background-size: contain;
    width: 80px;
    height: 70px;
    margin: 0 0 0 -4px;

    float: left;
}

.header__logo a {
    display: block;
    text-decoration: none;
    height: 100%;
}

.header__logo a img {
    width: 100%;
    height: auto;
}

.header__logo .normal {
    margin-top: 16px; */
}

.slogan-block {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 10px 90px;
    font-weight: 300;
}

.block_calendar {
    margin: 0 0 0 90px;
    font-size: 13px;
    padding: 0 0 0 0px;
    /* background: url("/local/templates/potential/images/icon-calendar.png") no-repeat 0 50%; */
}

.block_calendar a:visited,
.block_calendar a {
    color: #c93a3a;
}

.block_calendar a:hover {
    text-decoration: none;
}

#header .phone {
    margin: 10px 0 0 90px;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s ease;
}
#header .phone a {
    color: #000;
    text-decoration: none;
}
#header .phone:hover,
#header .phone a:hover {
    color: #c93a3a;
    transform: scale(1.1);
    transition: 0.3s ease;
}
.contacts_link {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    margin: 5px 0 0 90px;
    font-size: 15px;
}
.contacts_link a {
    color: #000;
    text-decoration: none;
}
.contacts_link a:hover {
    color: #c93a3a;
    transition: 0.3s ease;
}

.block-auth {
    margin: 15px -15px 0;
    padding: 20px 15px 15px;
    border-top: 1px solid #d7d7d7;
}

.block-auth a,
.block-auth a:visited {
    color: #000;
    text-decoration: none;
    background: -moz-linear-gradient(left, #666, #666 100%);
    background: -ms-linear-gradient(left, #666, #666 100%);
    background: -o-linear-gradient(left, #666, #666 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#666), to(#666));
    background: -webkit-linear-gradient(left, #666, #666 100%);
    background: linear-gradient(left, #666, #666 100%);
    background-position: 0 96%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.block-auth a:hover,
.block-auth a:focus,
.block-auth a:visited:hover,
.block-auth a:visited:focus {
    color: #c93a3a;
    text-decoration: none;
    background: -moz-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -ms-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -o-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#c93a3a), to(#c93a3a));
    background: -webkit-linear-gradient(left, #c93a3a, #c93a3a 100%);
    background: linear-gradient(left, #c93a3a, #c93a3a 100%);
    background-position: 0 96%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.btn-menu {
    position: absolute;
    background: url("/local/templates/potential/images/icon-menu.png") no-repeat 0 50%;
    cursor: pointer;
    padding: 0 0 0 28px;
    color: #c93a3a;
    cursor: pointer;
    left: 5px;
    bottom: 0px;
    border: 9px solid #FFF;
}

.clicked.btn-menu {
    background: url("/local/templates/potential/images/icon-menu_close.png") no-repeat 0 50% #c93a3a;
    color: #fff;
    border-color: #c93a3a;
}

.workarea .workarea-content {
    padding: 15px;
    background-color: #fff;
}

.front .workarea .workarea-content {
    padding-top: 0;
    padding-bottom: 0;
}

.header__top-menu .search {
    padding: 20px 15px;
    margin: 5px -15px 0;
    background: #f1f1f1;
}

/* FIXED HEADER */
#wrapper.fixed {
    padding-top: 35px;
}

.fixed #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    padding: 5px 20px;
    z-index: 60;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: 0 0 9px 0px #b7b7b7;
    -webkit-box-shadow: 0 0 9px 0px #b7b7b7;
    -moz-box-shadow: 0 0 9px 0px #b7b7b7;
}

/*
.fixed #header .block-auth {
	display: none;
}
*/

.fixed #header img.normal {
    display: none;
}

#header img.fixed {
    display: none;
}

.fixed #header img.fixed {
    display: inline;
}

.fixed #header .slogan-block {
    display: none;
}

.fixed #header .header__logo {
    width: 80px;
    margin: 5px 0 0 30px;
    height: 25px;
}

.fixed .btn-menu {
    width: 30px;
    height: 35px;
    background-position: 50% 50%;
    right: inherit;
    bottom: 0px;
    left: 5px;
    border: 5px solid #FFF;
}

.fixed .clicked.btn-menu {
    border-color: #c93a3a;
}

.fixed #header .block_calendar a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
}

.fixed #header * {
    /*transition: all 0.4s ease;
    -webkit--transition: all 0.4s ease;
    -moz-transition: all 0.4s ease; */
}

.fixed #header .block_calendar {
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 32px;
    padding: 0;
    background-position: 50% 50%;
}

.fixed #header .phone {
    position: absolute;
    margin: 0;
    right: 37px;
    top: 6px;
    font-size: 14px;
}
.fixed #header .contacts_link {
    display: none;
}

.fixed .btn-menu span {
    display: none;
}

.fixed .horizontal-multilevel-menu {
    margin: 0;
}

.fixed #horizontal-multilevel-menu {
    top: 34px;
    left: 0;
    right: 0;
    position: fixed;
    overflow-y: auto !important;
    bottom: 0;
    width: 100%;
}

.fixed #horizontal-multilevel-menu * {
    transition: inherit;
    -webkit-transition: inherit;
    -moz-transition: inherit;
}

.with-bg-title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    min-height: 130px;
    margin: -15px -15px 30px;
    padding: 25px 15px;
}

.with-bg-title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 75, 93, 0.6);
}

.with-bg-title * {
    color: #fff;
    z-index: 1;
    position: relative;
}

.with-bg-title h1 {
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
    margin: 0;
    padding: 0;
}

#navigation {
    display: none;
}

#footer {
    padding: 20px 15px 160px;
    height: auto;
    border-top: 2px solid #c93a3a;
    position: relative;
}

.social-links {
    margin: 15px 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-links li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: baseline;
    width: 24px;
    height: 24px;
    margin: 0 4px;
}

.social-links li a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    background-color: #3599d8;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    width: 24px;
    height: 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.social-links li a.vk {
    background-image: url("/local/templates/potential/images/icon-vk.png");
}

.social-links li a.fb {
    background-image: url("/local/templates/potential/images/icon-fb.png");
}

.social-links li a.ok {
    background-image: url("/local/templates/potential/images/icon-ok.png");
}

.social-links li a.youtube {
    background-image: url("/local/templates/potential/images/icon-you.png");
}

.social-links li a:hover,
.social-links li a:focus {
    background-color: #d83f3f;
}

#footer .search {
    margin: 0 0 20px;
}

#footer .city-item {
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #d7d7d7;
    line-height: 22px;
    color: #333;
}

#footer a,
#footer a:visited {
    color: #333;
}

#footer a:hover {
    color: #c93a3a;
}

#footer .city-item .mail {
    margin: 10px 0 10px;
}

#footer .city-item .phone {
    font-size: 18px;
}

#footer .copyright {
    position: absolute;
    bottom: 120px;
    left: 15px;
    right: 15px;
    text-align: center;
}

#footer .social {
    position: absolute;
    bottom: 70px;
    left: 15px;
    right: 15px;
    text-align: center;
}

#footer .developer {
    position: absolute;
    text-align: center;
    bottom: 17px;
    left: 15px;
    right: 15px;
    padding: 17px 0 0 30px;
    border-top: 1px solid #d7d7d7;
}

#footer .developer a {
    position: relative;
}

#footer .developer a:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 24px;
    height: 20px;
    top: 3px;
    background: url("/local/templates/potential/images/icon-dev.png") no-repeat 0 0;
}

#footer .subscription {
    text-align: center;
    margin: 20px 0 0;
    padding-left: 24px;
}

#footer .subscription a {
    position: relative;
}

#footer .subscription a:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -24px;
    width: 18px;
    height: 12px;
    background: url("/local/templates/potential/images/icon-subscribe.png") no-repeat 0 0;
}

#footer .subscription a:hover:before {
    background-position: 0 100%;
}

.main_nearest-programm {
    background-color: #f1f1f1;
    border-top: 1px solid #c93a3a;
    margin: 0 -15px 30px;
    padding: 25px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

a.link-calendar,
a.link-calendar:visited {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 0 0 28px;
    background: url(/local/templates/potential/images/icon-calendar.png) no-repeat 0 50%;
    color: #c93a3a !important;
}

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

/* SEARCH */
#title-search {
    position: relative;
}

#title-search-input {
    border: 1px solid #d7d7d7;
    background-color: #f1f1f1;
    color: #000;
    height: 26px;
    width: 100%;
    line-height: 28px;
    padding: 0 30px 0 12px;
}

#title-search-input:focus {
    background-color: #fff;
}

#title-search input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    text-indent: -9999px;
    background: url("/local/templates/potential/images/icon-search.png") no-repeat 50% -40px;
    cursor: pointer;
}

#title-search input[type=submit]:hover {
    background-position: 50% 5px;
}

#title-search input[type=submit]:focus {
    outline: none;
}

.border-block {
    font-size: 19px;
    line-height: 22px;
    font-family: "BloggerSans";
    font-weight: 400;
    padding: 20px;
    border: 1px solid #7eb7e4;
    margin: 25px 0 30px;
}

.tablet,
.desktop {
    display: none;
}

a.btn-blue,
a.btn-blue:visited {
    text-decoration: none;
    display: block;
    color: #fff;
    background-color: #3599d8;
    text-align: center;
    padding: 8px 15px;
    margin: 0 auto 30px;
}

a.btn-blue:hover,
a.btn-blue:focus,
a.btn-blue:visited:hover,
a.btn-blue:visited:focus {
    background-color: #2080bc;
}

/* BLOCK ON MAIN "ABOUT COMPANY" */
.about-company__block {
    margin: 0 -15px 30px;
    background-color: #f1f1f1;
    padding: 0;
    position: relative;
}

.about-company__block .content {
    padding: 0 15px 15px;
}

a.read-more,
a.read-more:visited {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid #3599d8;
    color: #3599d8;
    line-height: 36px;
}

a.read-more:hover,
a.read-more:focus {
    background-color: #2080bc;
    color: #fff;
}

a.more-inform,
a.more-inform:visited {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-decoration: none;
    text-align: center;
    background-color: #3599d8;
    color: #fff;
    line-height: 36px;
    padding: 0 20px;
    max-width: 100%;
}

a.more-inform:hover,
a.more-inform:focus {
    background-color: #2080bc;
}

.block-error {
    border: 1px solid #dcdcdc;
    padding: 15px 40px 35px 15px;
    border-bottom: 2px solid #c93a3a;
    margin: 0 0 50px;
}

.block-error .error {
    color: #3599d8;
    font-size: 100px;
    line-height: 100px;
    font-family: "BloggerSans";
}

.about-company-group {
    /* border-bottom: 2px solid #c93a3a; */
    background-color: #f1f1f1;
    padding: 15px;
    margin: 20px -15px 0;
}

.about-company-group h2 {
    margin-bottom: 30px;
}

.about-company-group p {
    text-indent: 0;
}

.about-company-group hr {
    background-color: #d7d7d7;
    margin: 20px 0 15px;
}

@media all and (min-width: 430px) {
    .btn-menu {
        right: 15px;
        bottom: 0px;
        left: inherit;
    }
}

/* FORMS */
/* page_form */
.page-order_form {
    padding: 15px;
    border: 1px solid #3399d7;
    margin: 20px 0;
}

.page-order_form h3, .page-order_form .h3 {
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 15px;
}

.page-order_form h3 + h3, .page-order_form .h3 + .h3 {
    display: none;
}

.page-order_form .hidden-field,
.popup-order_form .hidden-field {
    display: none !important;
}

.page-order_form .form-item label {
    margin: 0 0 6px;
    display: block;
}

.page-order_form .form-fields {
}

.page-order_form .form-descr {
    font-size: 13px;
    font-style: italic;
}

.page-order_form .form-item {
    margin: 0 0 15px;
}

.page-order_form .form-field {
}

.page-order_form .no-label.form-field {
    margin: 0;
}

#popup-order_form-9 label font {
    /*	display: none;*/
}

.page-order_form .field-short.form-field {
    width: 218px;
}

.page-order_form .form-field input[type=text],
.page-order_form .form-field textarea,
.page-order_form .form-field select,
.page-order_form .form-field input[type=mail] {
    width: 100%;
}

.page-order_form .form-item select {
    padding: 2px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    height: 33px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-order_form .form-item input[type=text] {
    padding: 4px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background-color: #f7f7f8;
}

.page-order_form .form-item textarea {
    padding: 6px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    background-color: #f7f7f8;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial;
}

.page-order_form .form-item input:focus,
.page-order_form .form-item input:hover {
    outline: none;
}

.page-order_form .form-actions {
    margin: 18px 0 10px;
}

.page-order_form .form-actions input {
    -webkit-appearance: none;
    background-color: #3599d7;
    color: #fff;
    border: 0;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
}

.page-order_form .form-actions input:hover,
.page-order_form .form-actions input:focus {
    background-color: #2080bc;
    outline: none;
}

.page-order_form .error.form-field input[type=text],
.page-order_form .error.form-field input[type=mail],
.page-order_form .error.form-field textarea,
.page-order_form .error.form-field select {
    border-color: #ED605B;
}

.page-order_form .form-fields__descr {
    float: left;
    font-size: 13px;
}

.details-programm_block #page-order_form-8 .form-fields__descr {
    margin: -10px 0 20px;
}

/* popup_form */
.popup-order_form {
    padding: 20px 15px 0;
    margin: 0;
}

.popup-order_form h3, .popup-order_form .h3 {
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 15px;
}

.popup-order_form h3 + h3, .popup-order_form .h3 + .h3 {
    display: none;
}

.popup-order_form .form-fields {
}

.popup-order_form .form-descr {
    font-size: 13px;
    font-style: italic;
}

.popup-order_form .form-item {
    margin: 0 0 15px;
}

.popup-order_form .form-item label {
    margin: 0 0 6px;
    display: block;
}

.popup-order_form .form-field {
}

.popup-order_form .no-label.form-field {
    margin: 0;
}

.popup-order_form .field-short.form-field {
    width: 218px;
}

.popup-order_form .form-field input[type=text],
.popup-order_form .form-field textarea,
.popup-order_form .form-field select,
.popup-order_form .form-field input[type=mail] {
    width: 100%;
}

.popup-order_form .field-30 .form-field,
.popup-order_form .field-5 .form-field {
    color: #fff;
    max-height: 35px;
}

.popup-order_form .form-fields__descr {
    margin: 0 0 30px;
    padding: 0 0 0 120px;
    font-size: 13px;
}

.popup-order_form .form-item select {
    padding: 2px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    height: 33px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f8;
}

.popup-order_form .form-item input[type=text] {
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    height: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background-color: #f7f7f8;
}

.popup-order_form .form-item textarea {
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    background-color: #f7f7f8;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-order_form .form-item input:focus,
.popup-order_form .form-item input:hover {
    outline: none;
}

.popup-order_form .form-actions {
    margin: 18px 0 10px;
}

.popup-order_form .form-actions input {
    -webkit-appearance: none;
    background: #3599d7 !important;
    color: #fff !important;
    border: 0;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    width: 100%;
    cursor: pointer;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.popup-order_form .form-actions input:hover,
.popup-order_form .form-actions input:focus {
    background: #2080bc !important;
    outline: none !important;
}

.popup-order_form .error.form-field input[type=text],
.popup-order_form .error.form-field input[type=mail],
.popup-order_form .error.form-field textarea,
.popup-order_form .error.form-field select {
    border-color: #ED605B;
}

.popup-order_form .field-29 .form-field,
.popup-order_form .field-47 .form-field,
.popup-order_form .field-70 .form-field,
.popup-order_form .field-30 .form-field,
.popup-order_form .field-5 .form-field {
    position: relative;
}

.popup-order_form .field-29 .form-field .custom-select,
.popup-order_form .field-70 .form-field .custom-select,
.popup-order_form .field-47 .form-field .custom-select /*,
.popup-order_form .field-29 .form-field:before,
.popup-order_form .field-47 .form-field:before*/
{
    /*content: "";*/
    position: absolute;
    background: url("/local/templates/potential/images/icon-select.jpg") no-repeat 50% 50%;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 30px;
    background-color: #f7f7f8;
    cursor: pointer;
    pointer-events: none;
}

.popup-order_form .field-30 .form-field input,
.popup-order_form .field-5 .form-field input {
    padding-right: 30px;
}

.popup-order_form .field-30 .form-field:after,
.popup-order_form .field-5 .form-field:after {
    content: "";
    position: absolute;
    right: 1px;
    top: 1px;
    height: 31px;
    width: 25px;
    background: url("/local/templates/potential/images/icon-calendar_field.png") no-repeat 0% 4px #f7f7f8;
}

.popup-order_form .field-30 .form-field img,
.popup-order_form .field-5 .form-field img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: auto;
    opacity: 0;
    z-index: 3;
}

.popup-order_form .form-actions {
    margin: 25px -15px 0;
    padding: 20px 15px 30px;
    position: relative;
    text-align: center;
    background: #f1f1f1;
}

.custom-checkboxes input {
    display: none;
}

.custom-checkboxes label {
    display: block;
    padding: 0 0 0 30px !important;

    margin: 0 0 10px !important;
    position: relative;
}

.custom-checkboxes label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background: url(/local/templates/potential/images/custom-checkbox.jpg) no-repeat 0 0;
}

.custom-checkboxes input[type=checkbox]:checked + label:before {
    background-position: 0 100%;
}

#popup-order_form-9 .field-70 {
    margin-bottom: 20px;
}

/* Blue submit and buttons */

.button_blue {
    text-align: center;
    color: #fff;
    background: rgb(53, 153, 216);
    font-size: 18px;
    line-height: 20px;
    border: none;
    font-weight: 400;
    cursor: pointer;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

.button_blue:hover {
    background-color: #2080bc;
}

.button_blue_hollow {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: rgb(53, 153, 216);
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    border: solid 1px rgb(53, 153, 216);
    font-weight: 400;
    cursor: pointer;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 0px 0px rgba(53, 153, 216, 1);
}

.button_blue_hollow:hover {
    background: rgb(53, 153, 216);
    color: #fff;
    border-color: rgb(53, 153, 216);
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

/* Profile subscription block */

.profile_subscription {
    border-top: solid 1px #dcddde;
    margin: 65px 0 50px;
    0;
}

.profile_subscription h3, .profile_subscription .h3 {
    margin: 30px 0 20px 0;
}

.profile_subscription .button_blue_hollow {
    height: 44px;
    line-height: 42px;
    padding: 0 45px;
    margin: 20px 0 15px 0;
}

/* TABLET */
.wrapper{
  display: flex;
  align-items: center;
}
.wrapper img{
  width: 18px;
  height: 20px;
  margin-right: 8px;
}

@media all and (min-width: 640px) {
    .fancybox-inner,
    .fancybox-skin {
        padding: 0 !important;
    }

    .fancybox-type-ajax .fancybox-skin {
        padding-top: 0 !important;
    }

    body {
        font-size: 15px;
        line-height: 22px;
    }

    h1, .h1 {
        font-weight: 400;
        font-size: 36px;
        line-height: 38px;
        margin: 0 0 30px;
    }

    h2, .h2 {
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;
        margin: 10px 0 15px;
    }

    h3, .h3 {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0;
    }

    /*h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0;
    }

    h5 {
        font-weight: 700;
        font-size: 17px;
        line-height: 19px;
        font-style: italic;
        margin: 10px 0;
    }

    h6 {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        margin: 10px 0 5px;
    }*/
    .profile_subscription h3, .profile_subscription h3 {
        font-size: 30px;
        line-height: 20px;
        margin: 35px 0 25px 0;
    }

    .profile_subscription .sub_message {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
    }

    blockquote {
        margin: 30px 0;
        font-size: 20px;
        line-height: 28px;
        padding: 20px 0;
        border-top: 2px solid #c93a3a;
        border-bottom: 2px solid #c93a3a;
        font-style: italic;
    }

    blockquote p {
        margin: 0 0 15px;
    }

    p {
        margin: 0 0 15px;
    }

    .border-blue {
        margin: 30px 0;
        padding: 25px 30px;
        font-size: 20px;
        line-height: 24px;
        font-family: "BloggerSans";
        border: 1px solid #3599d7;
    }

    .workarea .workarea-content {
        padding: 20px;
    }

    .mobile {
        display: none;
    }

    .tablet {
        display: block;
    }

    /*
      .horizontal-multilevel-menu .block-auth {
          display: none;
      }
    */
    #header {
        padding: 10px 20px 5px;
        height: 95px;
        position: relative;
    }

    .header__logo {
        width: 90px;
        height: 70px;
        margin: 0;
    }

    .slogan-block {
        font-size: 12px;
        line-height: 17px;
        margin: 0 0 10px 135px;
    }

    .block_calendar {
        margin: 30px 0 0 250px;
        font-size: 13px;
        padding: 0 0 0 28px;
        /* background: url("/local/templates/potential/images/icon-calendar.png") no-repeat 0 50%; */
    }

    .block_calendar a:visited,
    .block_calendar a {
        color: #c93a3a;
    }

    .block_calendar a:hover {
        text-decoration: none;
    }

    .btn-menu {
        left: 148px;
        bottom: 0px;
        right: inherit;
        border-bottom-width: 15px;
    }

    #header .phone {
        margin: 0;
        font-size: 18px;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .contacts_link {
        top: 35px;
        right: 20px;
        position: absolute;
    }
    .contacts_link:nth-child(2n) {
        top: 60px;
    }
    #footer {
        padding: 0 0 56px;
        background-color: inherit;
        border: 0;
        position: relative;
    }

    #navigation {
        display: block;
        margin: 0 0 10px;
    }

    .with-bg-title {
        margin: -20px -20px 30px;
        padding: 15px 20px 30px;
        min-height: 150px;
    }

    .with-bg-title h1 {
        left: 20px;
        right: 20px;
        bottom: 30px;
    }

    #footer .ftcontent {
        padding: 20px;
        clear: both;
        overflow: hidden;
    }

    #footer .fcontent {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 54px;
        background-color: #fff;
        border-top: 2px solid #c93a3a;
        padding: 15px 20px;
    }

    #footer .search {
        float: left;
        width: 31.5%;
        position: relative;
    }

    #footer .tablet.address-block {
        margin: 0 0 0 35%;
    }

    #footer .city-item {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 49%;
        text-align: left;
        font-size: 14px;
        border: 0;
        padding: 0;
    }

    #footer .city-item .mail {
        margin: 0;
    }

    #footer .city-item .phone {
        font-size: 18px;
        margin: 10px 0 10px;
    }

    #footer .copyright {
        position: relative;
        bottom: inherit;
        left: inherit;
        right: inherit;
        text-align: left;
    }

    #footer .social {
        position: absolute;
        bottom: inherit;
        left: 20px;
        right: inherit;
        text-align: left;
        top: 50px;
    }

    #footer .fcontent {
        clear: both;
        overflow: hidden;
    }

    #footer .developer {
        position: relative;
        text-align: right;
        float: right;
        padding: 0;
        border-top: 0;
        top: inherit;
        bottom: inherit;
        right: inherit;
        left: inherit;
    }

    #footer .subscription {
        text-align: left;
        margin: -22px 0 0;
    }

    .border-block {
        font-size: 20px;
        line-height: 24px;
    }

    a.btn-blue,
    a.btn-blue:visited {
        max-width: 380px;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 20px;
    }

    /* BLOCK ON MAIN "ABOUT COMPANY" */
    .about-company__block {
        margin: 0 0 30px;
        background-color: #f1f1f1;
        padding: 0;
        position: relative;
    }

    .about-company__block .image img {
        width: 100%;
        height: auto;
    }

    .about-company__block .content {
        padding: 10px 20px 15px;
    }

    a.read-more,
    a.read-more:visited {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: baseline;
        width: 160px;
    }

    /* FORMS */
    /* page_form */
    .page-order_form {
        padding: 20px;
        margin: 30px 0;
    }

    .page-order_form h3, .page-order_form .h3 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 15px;
    }

    .page-order_form .form-item,
    .page-order_form .form-actions {
        float: left;
        width: 50%;
    }

    .page-order_form .form-item:nth-child(2n-1) {
        padding-left: 8px;
    }

    .page-order_form .form-item:nth-child(2n) {
        padding-right: 8px;
    }

    .page-order_form .form-actions {
        margin: 0 0 15px;
        padding-left: 8px;
    }

    #page-order_form-3 .form-actions {
        padding: 0 8px 0 0;
    }

    #popup-order_form-3 .field-64 label,
    #popup-order_form-3 .field-65 label,
    #popup-order_form-8 .field-66 label,
    #popup-order_form-8 .field-67 label {
        padding: 0;
        margin: -4px 0 0;
    }

    #page-order_form-8 .form-item:nth-child(even) {
        padding: 0 8px 0 0;
    }

    #page-order_form-8 .form-item:nth-child(odd) {
        padding: 0 0 0 8px;
    }

    #page-order_form-7 form {
        position: relative;
        padding-top: 104px;
    }

    #page-order_form-7 .field-68 {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        right: 0;
        width: 100%;
    }

    #popup-order_form-7 textarea {
        height: 160px;
    }

    /* page_form */
    .popup-order_form {
        padding: 30px 20px 0;
        margin: 0;
        width: 600px;
    }

    .popup-order_form h3, .popup-order_form .h3 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 15px;
    }

    .popup-order_form .form-item {
        overflow: hidden;
        clear: both;
    }

    .popup-order_form .form-item label {
        width: 120px;
        float: left;
        padding-top: 4px;
    }

    .popup-order_form .form-item label .starrequired {
        /* display: none; */
    }

    #popup-order_form-5 .field-17 input,
    #popup-order_form-5 .field-18 input,
    #popup-order_form-8 .field-32 input,
    #popup-order_form-8 .field-33 input,
    #popup-order_form-4 .field-11 input,
    #popup-order_form-4 .field-12 input,
    #popup-order_form-1 .field-2 input,
    #popup-order_form-1 .field-3 input,
    #popup-order_form-10 .field-37 input,
    #popup-order_form-10 .field-38 input,
    #popup-order_form-2 .field-27 input,
    #popup-order_form-2 .field-28 input,
    #popup-order_form-2 .field-29 input,
    #popup-order_form-11 .field-42 input,
    #popup-order_form-11 .field-43 input,
    #popup-order_form-12 .field-58 input,
    #popup-order_form-12 .field-59 input {
        max-width: 75%;
    }

    #popup-order_form-1 .field-4 input,
    #popup-order_form-1 .field-5 input,
    #popup-order_form-1 .field-47 select {
        width: 110px;
    }

    .popup-order_form .field-30 .form-field,
    .popup-order_form .field-5 .form-field,
    .popup-order_form .field-47 .form-field
        /*	#popup-order_form-2 .field-30 input */
    {
        width: 110px;
    }

    .popup-order_form .form-item .form-field {
        margin-left: 120px;
        max-width: 330px;
    }

    #popup-order_form-9 .form-item label {
        float: none;
        width: auto;
        padding: 0 0 4px;
    }

    #popup-order_form-9 .form-item .form-field {
        margin-left: 0;
    }

    .popup-order_form .form-actions {
        margin: 18px -20px 0;
        padding: 30px 0 40px;
        position: relative;
        background: #f1f1f1;
    }

    .popup-order_form .form-actions {
        text-align: left;
        padding-left: 140px;
    }

    .popup-order_form .form-actions input {
        width: 258px;
    }

    /*.popup-order_form .form-actions:before {
        content: "";
        position: absolute;
        left: -15px;
        right: -15px;
        bottom: -15px;
        top: 0;
        background: #f1f1f1;
    }*/
    #popup-order_form-9 .custom-checkboxes {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 49%;
        padding: 0 3% 0 0;
    }

    #popup-order_form-9 .field-70 .form-field {
        max-width: 100%;
    }

    #popup-order_form-9 .field-35,
    #popup-order_form-9 .field-69 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 49%;
        padding: 0 3% 0 0;
    }

    ul.column-2 li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 45%;
    }

    ul.column-2 li:nth-child(odd) {
        padding-right: 8%;
        width: 54%;
    }

    .block-error {
        border: 1px solid #dcdcdc;
        padding: 45px 30px 35px;
        border-bottom: 2px solid #c93a3a;
        margin: 0 auto 50px;
        overflow: hidden;
        clear: both;
        max-width: 780px;
    }

    .block-error .error {
        color: #3599d8;
        font-size: 100px;
        line-height: 100px;
        font-family: "BloggerSans";
        float: left;
        width: 35%;
        text-align: right;
        padding: 0 30px 0 0;
    }

    .block-error .content {
        margin: 0 0 0 35%;
    }

    .block-error .content h2 {
        margin-top: 5px;
    }

    .block-error .content p {
        font-size: 16px;
        line-height: 22px;
    }

    .fancybox-type-iframe .fancybox-close {
        top: -30px;
        right: -30px;
    }
}

@media all and (min-width: 720px) {
    /* FIXED HEADER */
    #wrapper.fixed {
        padding-top: 50px;
    }

    .fixed #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        padding: 15px 20px;
        z-index: 60;
    }

    .fixed #header .slogan-block {
        display: none;
    }

    .fixed #header .header__logo {
        width: 145px;
        margin: 0;
        height: 25px;
    }

    .fixed .btn-menu {
        width: auto;
        height: 50px;
        background-position: 6px 50%;
        right: inherit;
        bottom: 0;
        left: 190px;
        border: 12px solid #FFF;
        padding: 0 0 0 38px;
    }

    .fixed .clicked.btn-menu {
        border-color: #c93a3a;
    }

    .fixed .btn-menu span {
        display: inline;
        line-height: 28px;
    }

    .fixed #header .block_calendar a {
        display: block;
        text-indent: 0;
        text-decoration: underline;
    }

    .fixed #header .block_calendar {
        margin: 0;
        position: absolute;
        top: 13px;
        right: inherit;
        width: auto;
        height: auto;
        padding: 0 0 0 28px;
        background-position: 0% 0%;
        left: 308px;
        font-size: 14px;
    }

    .fixed #header .phone {
        position: absolute;
        margin: 0;
        right: 20px;
        top: 12px;
        font-size: 18px;
    }

    .fixed .horizontal-multilevel-menu {
        margin: 0;
    }

    .fixed #horizontal-multilevel-menu {
        top: 49px;
        left: 190px;
        right: inherit;
        position: absolute;
        overflow-y: auto !important;
        bottom: inherit;
        width: 390px;
        /*max-height: 100%;*/
    }

    .block-online-btn {
        margin: 0 0 45px;
    }

    .about-company-group {
        margin: 20px -20px 0;
    }
}

/* DESKTOP */

@media all and (min-width: 1000px) {
    h1, .h1 {
        font-weight: 400;
        font-size: 42px;
        line-height: 44px;
        margin: 0 0 30px;
    }

    h2, .h2 {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        margin: 30px 0 25px;
    }

    h3, .h3 {
        font-weight: 400;
        font-size: 30px;
        line-height: 32px;
        margin: 20px 0 15px;
    }

    h4, .h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        margin: 10px 0;
    }

    h5, .h5 {
        font-weight: 700;
        font-size: 17px;
        line-height: 24px;
        font-style: italic;
        margin: 10px 0;
    }

    h6, .h6 {
        font-weight: 700;
        font-size: 15px;
        line-height: 26px;
        margin: 10px 0 5px;
    }

    /*#header .hcontent,
    #footer .fcontent,*/
    .workarea {
        padding: 0 30px;
    }

    #navigation {
        display: block;
        margin: 0 0 15px;
    }

    .border-blue {
        margin: 30px 0;
        padding: 25px 30px;
        font-size: 20px;
        line-height: 24px;
    }

    .workarea .workarea-content {
        padding: 30px 80px;
        position: relative;
        margin: 40px 0 0;
    }

    .front {
        background-color: #fff;
    }

    .front .workarea .workarea-content {
        padding: 30px;
        margin: 0;
    }

    #header {
        padding: 30px 30px 0;
        height: 188px;
        margin: 0;
        border: 0;
    }

    #header .hcontent {
        position: relative;
        padding: 0;
        max-width: 1300px;
        margin: 0 auto;
    }

    .header__top-menu {
        padding: 15px 0 0;
    }

    .header__top-menu .search {
        margin: 0;
        background: #f1f1f1;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 30px 50px 30px 30px;
        z-index: 2;

        display: none;
    }

    .header__logo {
        width: 130px;
        height: 115px;
        margin: -25px 0 0;
    }
     .contacts_link {
        margin: 0;
        top: 55px;
        right: 0;
        position: absolute;
    }
    .contacts_link:nth-child(2n) {
        top: 80px;
    }

    .slogan-block {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0 200px;
        max-width: 300px;
    }

    .slogan-block i {
        font-size: 14px;
        display: block;
        margin: 13px 0 0;
    }

    .slogan-block .tablet {
        margin: 18px 0 0 !important;
    }

    .block_calendar {
        margin: 0;
        font-size: 15px;
        padding: 0 0 0 0px;
        /* background: url(/local/templates/potential/images/icon-calendar.png) no-repeat 0 50%; */
        position: absolute;
        /* right: 23%; */
        left: 55%;
        top: 40px;
    }
    .block_calendar .wrapper{
      display: flex;
      align-items: center;
    }
    .block_calendar .wrapper img {
      width: 18px;
      height: 20px;
      /* Если вам необходимо отделить иконку от текста, можно добавить отступ справа */
      margin-right: 8px;
    }

    .block_calendar a:visited,
    .block_calendar a {
        color: #c93a3a;
    }

    .block_calendar a:hover {
        text-decoration: none;
    }

    .block-auth {
        position: absolute;
        /* right: 21%; */
        left: 55%;
        top: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    /*
      .horizontal-multilevel-menu .block-auth {
          display: none;
      }
    */
    .btn-menu {
        display: none;
    }

    #header .phone {
        margin: 0;
        font-size: 24px;
        top: 0;
        right: 0;
    }

    #header .mail {
        margin: 0;
        font-size: 15px;
        top: 30px;
        right: 0;
        position: absolute;
    }

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

    #header .block-company {
        height: 70px;
    }

    /* FIXED HEADER */
    #wrapper.fixed {
        padding-top: 112px;
    }

    .fixed #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 112px;
        padding: 0;
        z-index: 60;
        background: #fff;
        max-width: 100%;
    }

    .fixed #header .block-company {
        height: auto;
    }

    .fixed #header:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 51px;
        background: #c93a3a;
        display: none;
        z-index: -1;
    }

    .fixed #header .hcontent {
        max-width: 1300px;
        padding: 15px 0 0;
    }

    .fixed #header .header__top-menu {
        padding: 10px 0 0;
        margin: 0;
    }

    .fixed #header .slogan-block {
        display: block;
        max-width: 260px;
        font-size: 13px;
        line-height: 17px;
    }

    .fixed #header .slogan-block .desktop {
        display: none !important;
    }

    .fixed #header .block_company {
        padding: 0 0 0 30px;
        height: 36px;
    }

    .fixed #header .header__logo {
        width: 180px;
        margin: 4px 0 0;
        height: 30px;
    }

    .fixed .btn-menu {
        width: auto;
        height: 50px;
        background-position: 6px 50%;
        right: inherit;
        bottom: 0;
        left: 190px;
        border: 12px solid #FFF;
        padding: 0 0 0 38px;
    }

    .fixed .clicked.btn-menu {
        border-color: #c93a3a;
    }

    .fixed .btn-menu span {
        display: inline;
        line-height: 28px;
    }

    .fixed #header .block_calendar a {
        display: block;
        text-indent: 0;
        text-decoration: underline;
    }

    .fixed #header .block_calendar {
        margin: 0;
        position: absolute;
        top: 20px;
        right: inherit;
        width: auto;
        height: auto;
        padding: 0 0 0 28px;
        background-position: 0% 0%;
        /*left: 515px;*/
        left: 470px;
        font-size: 14px;
    }

    .fixed #header .phone {
        position: absolute;
        margin: 0;
        right: 30px;
        top: 18px;
        font-size: 26px;
    }

    .fixed .horizontal-multilevel-menu {
        margin: 0;
    }

    .fixed #horizontal-multilevel-menu {
        top: inherit;
        left: inherit;
        right: inherit;
        position: relative;
        overflow-y: visible !important;
        bottom: inherit;
        width: auto;
        /*max-height: 100%;*/
        padding: 0 50px 0 0;
        margin: 0;
    }

    .fixed #header .mail.desktop {
        display: none !important;
    }

    .with-bg-title {
        margin: 0 -50px 45px;
        padding: 20px 50px 45px;
        min-height: 180px;
    }

    .with-bg-title h1 {
        left: 50px;
        right: 50px;
        bottom: 30px;
    }

    .tablet {
        display: none;
    }

    .desktop {
        display: block;
    }

    .front #footer {
        background-color: #f1f1f1;
    }

    #footer {
        padding: 0;
        background-color: inherit;
        border: 0;
    }

    #footer .ftcontent {
        padding: 30px 30px 80px;
        max-width: 1300px;
        margin: 0 auto;
    }

    #footer:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 54px;
        background-color: #fff;
        border-top: 2px solid #c93a3a;
    }

    #footer .ftcontent .row {
        clear: both;
        overflow: hidden;
        display: table;
        width: 100%;
    }

    #footer .ftcontent .row .cell {
        width: 25%;
        /*float: left;*/
        padding-right: 3%;
        position: relative;
        display: table-cell;
        vertical-align: top;
    }

    #footer .ftcontent .row .cell h6, #footer .ftcontent .row .cell .h6 {
        font-size: 17px;
        line-height: 26px;
        margin: 10px 0 8px;
        font-family: "BloggerSans";
        font-weight: 400;
    }

    #footer .ftcontent .row .cell:before {
        content: "";
        position: absolute;
        top: 0;
        left: -17px;
        bottom: 0;
        width: 0;
        border-left: 1px solid #d7d7d7;
    }

    #footer .ftcontent .row .cell h6, #footer .ftcontent .row .cell .h6 {
        margin-top: 0;
    }

    #footer .search {
        float: none;
        width: 100%;
        position: relative;
        padding: 0;
    }

    #footer .city-item {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 14px;
        border-bottom: 1px solid #d7d7d7;
        padding: 0 0 15px;
        margin: 0 0 10px;
    }

    #footer .city-item .mail {
        margin: 0;
    }

    #footer .city-item .phone {
        font-size: 18px;
        margin: 10px 0 10px;
    }

    #footer .copyright {
        position: relative;
        bottom: inherit;
        left: inherit;
        right: inherit;
        text-align: left;

        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 26%;
        font-size: 14px;
    }

    #footer .info {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 46%;
        font-size: 14px;
    }

    #footer .info span,
    #footer .info img {
        vertical-align: middle;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 0 0 5px;
    }

    #footer .info span {
        margin-left: 4%;
    }

    #footer .social {
        position: relative;
        bottom: inherit;
        left: inherit;
        right: inherit;
        text-align: left;
        top: inherit;
    }

    #footer .social .social-links {
        text-align: left;
    }

    #footer .fcontent {
        clear: both;
        overflow: hidden;
        padding-left: 30px;
        padding-right: 30px;
        border: 0;
    }

    #footer .developer {
        position: relative;
        text-align: right;
        float: right;
        padding: 0;
        border-top: 0;
        top: inherit;
        bottom: inherit;
        right: inherit;
        left: inherit;
        font-size: 14px;
    }

    #footer .subscription {
        text-align: left;
        margin: 0;
    }

    a.btn-blue {
        max-width: 380px;
        font-size: 18px;
        line-height: 22px;
    }

    .section-order_btn {
        position: absolute;
        top: 130px;
        right: 80px;
        width: 190px;
        z-index: 2;
    }

    /* BLOCK ON MAIN "ABOUT COMPANY" */
    .about-company__block {
        margin: 40px 0 55px;
        background-color: #f1f1f1;
        padding: 0;
        position: relative;
    }

    .about-company__block .image {
        position: absolute;
        right: 0;
        overflow: hidden;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .about-company__block .image img {
        max-width: auto !important;
        width: auto !important;
        height: 100% !important;
    }

    .about-company__block .content {
        position: relative;
        z-index: 10;
        padding: 1px 30px 30px;
        margin: 0 0 0 50%;
        border-bottom: 2px solid #c93a3a;
        background-color: #f1f1f1;
    }

    a.read-more,
    a.read-more:visited {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: baseline;
        width: 160px;
    }

    .about-company-group .content {
        width: 80%;
        margin: 0 auto;
        max-width: 920px;
    }

    .about-company-group hr {
        margin: 40px 0;
    }

    .about-company-group p {
        margin: 0 0 40px;
    }

    .about-company-group h2 {
        margin-bottom: 40px;
        line-height: 50px;
    }

    /* FORMS */
    /* page_form */
    .page-order_form {
        padding: 20px;
        margin: 45px 0 0;
    }

    .page-order_form h3, .page-order_form .h3 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px;
    }

    .page-order_form .form-item,
    .page-order_form .form-actions {
        float: left;
        width: 25%;
    }

    .page-order_form .form-item:nth-child(odd) {
        padding-left: 0;
    }

    .page-order_form .form-item {
        padding-right: 10px;
    }

    .page-order_form .form-actions {
        margin: 0 0 15px;
        padding-left: 8px;
    }

    #page-order_form-7 form {
        position: relative;
        max-width: 865px;
        padding: 0;
    }

    #page-order_form-7 .field-68 {
        position: absolute;
        top: 0;
        left: inherit;
        right: 0;
        padding: 0 0 0 2% !important;
        width: 50%;
    }

    #page-order_form-7 .field-68 textarea {
        height: 80px;
        resize: none;
    }

    #page-order_form-7 .form-item {
        display: block;
        padding: 0 1% 0 0;
        width: 50%;
        float: none;
    }

    #page-order_form-7 .form-actions {
        position: absolute;
        top: 95px;
        right: 0;
        width: 50%;
        padding: 0 0 0 2%;
    }

    /* popup form */
    .popup-order_form {
        padding: 35px 40px 0;
        width: 700px;
    }

    .popup-order_form .form-actions {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 160px;
    }

    .popup-order_form h3, .popup-order_form .h3 {
        font-size: 32px;
        line-height: 32px;
        margin: 0 0 20px;
    }

    .block-results {
        margin: 40px 0 70px;
        max-width: 90%;
    }

    .block-online-btn {
        margin: 35px 0 60px;
    }

    .block-error {
        padding: 60px 30px 100px;
    }

    .block-error .error {
        color: #3599d8;
        font-size: 100px;
        line-height: 100px;
        font-family: "BloggerSans";
        float: left;
        width: 35%;
        text-align: right;
        padding: 0 50px 0 0;
    }

    .block-error .content {
        margin: 0 0 0 35%;
    }

    .block-error .content h2 {
        margin-top: 5px 0 30px;
        line-height: 42px;
    }

    .block-error .content p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media all and (min-width: 1300px) {
    .workarea {
        padding: 0;
    }

    .border-blue {
        margin: 30px 0;
        padding: 30px 35px;
        font-size: 22px;
        line-height: 26px;
    }

    .workarea .workarea-content {
        padding: 30px 100px;
    }

    .with-bg-title {
        margin: 0 -70px 45px;
        padding: 20px 70px 45px;
        min-height: 180px;
    }

    .with-bg-title h1 {
        left: 70px;
        right: 70px;
        bottom: 40px;
    }

    .desktop-row {
        display: table-row;
    }

    .desktop-cell {
        display: table-cell;
        vertical-align: top;
    }

    #navigation {
        margin: 0 0 25px;
    }

    #footer .ftcontent {
        padding: 30px 100px 70px;
        max-width: 1300px;
        margin: 0 auto;
    }

    #footer .fcontent {
        clear: both;
        overflow: hidden;
        padding-left: 100px;
        padding-right: 100px;
        max-width: 1300px;
        margin: 0 auto;
    }

    .about-company-group .content {
        max-width: 80%;
        margin: 40px auto;
    }

    .section-order_btn {
        position: absolute;
        top: 130px;
        right: 100px;
        width: 190px;
        z-index: 2;
    }

    #footer .ftcontent .row .cell:before {
        left: -20px;
    }

    .programm-block_head .link-calendar {
        width: 21.5%;
    }

    .block-licence a img {
        margin: 0 0 50px;
    }

    a.more-inform,
    a.more-inform:visited {
        line-height: 44px;
        height: 44px;
        width: 245px;
    }

    .about-company__block .content,
    .main_news-list,
    .main_reviews-block {
        border-bottom: 4px solid #c93a3a;
    }

    #footer .ftcontent .row .cell h6, #footer .ftcontent .row .cell .h6 {
        font-size: 19px;
    }
}

font.notetext {
    color: #c93a3a;
    font-weight: 700;
}

.bx-controls-direction .disabled {
    display: none !important;
}

.bx-pager .bx-pager-item a {
    height: 20px;
}

/*
** H1 на главной
*/

h1.main_page_title {
    text-align: center;
    margin: 30px 0;
}

.slider-block {
    margin-bottom: 0;
}

@media all and (max-width: 640px) {
    h1.main_page_title {
        margin: 15px 0 !important;
    }

    .profile_subscription {
        margin: 50px 0 50px;
    }

    .profile_subscription h3, .profile_subscription .h3 {
        line-height: 20px;
        font-size: 19px;
    }

    .profile_subscription .button_blue_hollow {
        margin: 20px 0 20px 0;
        width: 100%;
    }
}

.ya-kassy-form input {
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: #3599d8;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #fff;
    margin: 0 0 10px;
    font-size: 15px;
    border: none;
}

.ya-kassy-form .logos {
    text-align: center;
    margin: 20px 0;
}

@media (min-width: 640px) {
    .ya-kassy-form input {
        display: inline-block;
        zoom: 1;
        width: 275px;
    }
}

@media (min-width: 1200px) {
    .ya-kassy-form input {
        height: 46px;
        line-height: 46px;
    }
}

@media (min-width: 641px) and (max-width: 999px) {
    .ya-kassy-form .logos {
        display: inline-block;
        margin-left: 30px;
        vertical-align: middle;
    }
}

/*
.block-auth {
    display:none;
}
*/

.block-auth .wrapper {
  display: flex;
  align-items: center;
}

.block-auth .wrapper img {
  width: 18px;
  height: 20px;
  /* Если вам необходимо отделить иконку от текста, можно добавить отступ справа */
  margin-right: 8px;
}

.block-auth .fancybox_archive {
  text-decoration: none;
 
  color: #000;
  /* Цвет текста ссылки, настраивается по вашему желанию */
  /* Выравнивание текста не требуется, так как flex align-items уже выравнивает содержимое по центру */
}

/*
** Авторизация, регистрация, забыли пароль и т.д.
*/

.user_form p,
.no_intend {
    text-indent: 0px;
}

.user_form .starrequired {
    color: rgb(202, 55, 63);
}

.user_form .bottom_message {
    padding: 0 0 0 175px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(153, 153, 153);
}

.user_form .bottom_links_wrap {
    padding: 0 0 0 175px;
}

.user_form .bottom_links_wrap .forgot_pass {
    margin: 0 15px 0 0;
}

.user_form .bottom_links_wrap .bottom_link,
.user_form .bottom_links_wrap .bottom_link:visited {
    text-decoration: none;
    border-bottom: solid 1px rgba(53, 153, 215, 0.3);
    display: inline-block;
    line-height: 16px;
}

.user_form .bottom_links_wrap .bottom_link:hover {
    text-decoration: none;
    border-bottom: none;
}

.user_form .errortext,
.user_form .notetext {
    padding: 0 0 15px 0;
    display: inline-block;
}

.user_form .bottom_message.privacy {
    max-width: 550px;
}

.user_form .form_row {
    clear: both;
    margin: 0 0 15px 0;
}

.user_form .form_row label {
    display: block;
    float: left;
    width: 160px;
    margin: 0 15px 0 0;
    padding: 9px 0 0 0;
}

.user_form .form_row input[type="text"],
.user_form .form_row input[type="password"] {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: solid 1px #d0d1d3;
    padding: 0 10px;
    color: #999;
    outline: none;
}

.user_form .form_row input[name="user_fio"] {
    width: 400px;
}

.form_row input[type="submit"].button_blue {
    width: 260px;
    height: 44px;
    line-height: 44px;
    margin: 15px 0 0 175px;
    padding: 0;
}

/* Popup forms */

.popup_form {
    width: 790px;
}

.popup_form h1 {
    margin: 30px 50px;
}

.popup_form .user_form {
    padding: 0 50px;
}

.popup_form .user_form .submit_wrap {
    background-color: rgb(236, 236, 237);
    padding: 20px 49px;
    margin: 30px -49px 0 -49px;
}

.popup_form .password_restore_intro {
    max-width: 550px;
    margin: -5px 0 25px 0;
}

/* errors template */
.popup_content .errortext {
    padding: 0px 25px;
    color: #c93a3a;
    display: inline-block;
    text-indent: 0px;
    margin: 0;
}

.popup_content .notetext {
    font-weight: 500;
    display: inline-block;
    width: 750px;
    padding: 0 25px;
    text-indent: 0;
}

@media all and (max-width: 840px) {
    .popup_form {
        width: 550px;
    }

    .popup_form .user_form {
        padding: 0 30px;
    }

    .popup_form h1 {
        margin: 30px;
    }

    .popup_form .user_form .form_row label {
        float: left;
        width: 108px;
    }

    .popup_content .errortext {
        padding: 0px 5px;
    }

    .popup_content .notetext {
        width: 500px;
        padding: 0 5px;
    }

    .popup_form .user_form .form_row input[name="user_fio"] {
        width: 350px;
    }

    .popup_form .user_form .bottom_message {
        padding: 0 0 0 125px;
    }

    .form_row input[type="submit"].button_blue {
        margin: 15px 0 0 125px;
    }

    .popup_form .user_form .submit_wrap {
        padding: 20px 30px;
        margin: 30px -30px 0 -30px;
    }
}

@media all and (max-width: 640px) {
    .popup_form {
        width: auto;
        max-width: 320px;
    }

    .popup_form .user_form {
        padding: 0 15px;
    }

    .popup_form h1 {
        margin: 0 15px 20px 15px;
    }

    .popup_form.restore_password .h1 {
        margin: 25px 15px 20px 15px;
    }

    .popup_form .user_form .bottom_message {
        padding: 0px;
    }

    .popup_form .user_form .form_row label {
        width: 100%;
    }

    .popup_form .user_form .submit_wrap {
        padding: 10px 15px;
        margin: 20px -15px 0 -15px;
    }

    .popup_content .errortext {
        padding: 0px;
        margin: 0 0 0 -10px;
    }

    .popup_content .notetext {
        width: 300px;
        padding: 0px;
        margin: 0 0 0 -10px;
    }
}

/* static form */
@media all and (max-width: 1000px) {

    .user_form .form_row label {
        text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
    }

}

@media all and (max-width: 640px) {

    .user_form .bottom_message.privacy {
        font-size: 13px;
        line-height: 16px;
    }

    .user_form .bottom_links_wrap,
    .user_form .bottom_message {
        padding: 0;
    }

    .user_form .bottom_message.privacy {
        max-width: 100%;
    }

    .user_form .form_row {
        margin: 0 0 17px 0;
    }

    .user_form .form_row label {
        float: none;
        width: 100%;
        padding: 0 0 5px 0;
    }

    .user_form .form_row .input_wrap input[type="password"],
    .user_form .form_row .input_wrap input[type="text"] {
        width: 100%;
        height: 36px;
        line-height: 34px;
    }

    .user_form .form_row input[type="submit"].button_blue {
        width: 100%;
        margin: 15px 0 0 0;
    }

    .fancybox-close {
        width: 20px;
        height: 18px;
        background-size: cover;
        top: -30px;
        right: 0;
    }

    .fancybox-type-iframe .fancybox-close {
        top: -30px;
        right: 0;
    }
}

/* Auth */
.block-auth.desktop {
    margin: 5px 0 0 0;
}

.fixed .block-auth.desktop {
    margin: 20px 0 0 0;
}

.block-auth .username {
    background-image: url(/local/templates/potential/images/icon_user.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    display: inline-block;
}

.block-auth.mobile .username a {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

.block-auth .button_blue_hollow {
    display: inline-block;
    clear: both;
    width: 100%;
    background-image: none !important;
    background: #fff !important;
    height: 44px;
    line-height: 42px;
    margin: 25px 0 0;
    padding: 0;
    color: #3599d7 !important;
    font-weight: 500;
}

.block-auth .button_blue_hollow:hover {
    background: rgb(53, 153, 216) !important;
    color: #fff !important;
    border-color: rgb(53, 153, 216) !important;
}

@media all and (max-width: 1200px) {
    .block-auth.desktop .username {
        max-width: 160px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0 0 -5px 0;
    }

    .block-auth.desktop .username a {
        width: 300px;
        display: inline-block;
        line-height: 20px;
    }
}

.block-auth .delimiter {
    color: #d7d7d7;
}

.block-auth,
.block-auth.thin {
    font-weight: 300;
}

.archive_text {
    max-width: 980px;
    margin: 30px 0 50px 0;
}

.archive_count {
    text-indent: 0px;
    margin: 0 0 25px;
}

/* subscription popup */
#subscription_popup .form-item.name,
#subscription_popup .form-item.email {
    width: 50%;
    float: left;
    clear: none;
}

#subscription_popup .form-item.sections label,
#subscription_popup .form-item.email label,
#subscription_popup .form-item.name label {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}

#subscription_popup .form-item.name .form-field,
#subscription_popup .form-item.email .form-field {
    margin: 0 20px 0 0;
}

#subscription_popup .form-item.sections .form-field {
    margin: 0;
    max-width: 100%;
}

#subscription_popup .field-checkboxes.custom-checkboxes {
    float: left;
    width: 50%;
}

.profile_subscription .messages {
    padding: 0 0 20px 0;
}

.profile_subscription .messages .notetext {
    color: rgb(53, 153, 216) !important;
}

.file-programm.subscribe {
    top: 115px;
    right: 183px;
}

.file-programm.subscribe_inner {
    top: -60px;
    right: 0;
    position: absolute;
}

.file-programm.subscribe_inner.inline {
    top: auto;
    right: auto;
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    clear: both;
    float: right;
}

.page-programm .details {
    clear: both;
}

.page-programm {
    position: relative;
}

.file-programm.subscribe_inner a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(/local/templates/potential/images/sub_icon.png) no-repeat 0 50%;
    width: 18px;
    height: 20px;
}

.file-programm.subscribe_inner a {
    text-indent: 0;
    width: auto;
    height: auto;
    padding-left: 26px;
    color: #000;
    text-decoration: none;
}

.file-programm.subscribe_inner a span.thin,
.file-programm.subscribe_inner a span.thin:visited {
    text-decoration: none;
    background: -moz-linear-gradient(left, #c1c1c1, #c1c1c1 100%);
    background: -ms-linear-gradient(left, #c1c1c1, #c1c1c1 100%);
    background: -o-linear-gradient(left, #c1c1c1, #c1c1c1 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#c1c1c1), to(#c1c1c1));
    background: -webkit-linear-gradient(left, #c1c1c1, #c1c1c1 100%);
    background: linear-gradient(left, #c1c1c1, #c1c1c1 100%);
    background-position: 0 98%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    color: #000;
}

.file-programm.subscribe_inner a:hover span.thin,
.file-programm.subscribe_inner a:focus span.thin,
.file-programm.subscribe_inner a:visited:hover span.thin,
.file-programm.subscribe_inner a:visited:focus span.thin {
    text-decoration: none;
    background: -moz-linear-gradient(left, #bb6868, #bb6868 100%);
    background: -ms-linear-gradient(left, #bb6868, #bb6868 100%);
    background: -o-linear-gradient(left, #bb6868, #bb6868 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#bb6868), to(#bb6868));
    background: -webkit-linear-gradient(left, #bb6868, #bb6868 100%);
    background: linear-gradient(left, #bb6868, #bb6868 100%);
    background-position: 0 98%;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    color: #c93a3a;
}

.file-programm.subscribe a:before {
    background: url(/local/templates/potential/images/sub_icon.png) no-repeat 0 50%;
    width: 18px;
    height: 20px;
}

@media all and (max-width: 1300px) {
    .file-programm.subscribe {
        right: 163px;
    }
}

@media all and (max-width: 1150px) {
    .file-programm.subscribe_inner {
        top: 75px;
        right: 82px;
    }
.fcontent {max-width: 1000px;
    padding: 15px 0 0;
    margin: 0 auto;}
}
.info.desktop span { margin-left: 30px;

}
.info.desktop a {margin-right: 30px;
}
}

@media all and (max-width: 1000px) {
    .file-programm.subscribe {
        right: auto;
        left: 0px;
        top: -5px;
    }
.lk_mobile {display: block;}

.fcontent {max-width: 800px;
    padding: 15px 0 0;
    margin: 0 auto;}
}
.info.desktop span { margin-left: 30px;

}
.info.desktop a {margin-right: 30px;
}
    .file-programm.subscribe_inner {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 0 35px 0;
    }

    .file-programm.subscribe_inner.inline {
        float: none;
    }

    .block-auth.mobile {
        display: block;
    }
}

@media all and (max-width: 700px) {
    #subscription_popup .form-item.name,
    #subscription_popup .form-item.email {
        width: 100%;
    }

    #subscription_popup .field-checkboxes.custom-checkboxes {
        float: none;
        width: 100%;
    }

    .popup-order_form .form-fields__descr {
        margin: 0px;
        padding: 0px;
    }

    .popup-order_form {
        min-width: 404px;
    }
}

@media all and (max-width: 640px) {
    .popup-order_form {
        min-width: 220px;
        width: 100%;
    }

    .popup-order_form h3, .popup-order_form .h3 {
        margin: 20px 0 15px;
    }

.fcontent {    max-width: 342px;
    padding: 15px 0 0;
    margin: 0 auto;
    text-align: center;}
}
.info.desktop span { margin-left: 30px;

}
.info.desktop a {margin-right: 30px;
}
    .file-programm.subscribe {
        right: 36px;
        left: auto;
        top: 19px;
    }

    .direction-detail {
        position: relative;
    }

    .file-programm.subscribe_inner {
        position: absolute;
        top: -48px;
        right: -7px;
        margin: 0;
        min-width: 18px;
    }

    .file-programm.subscribe_inner a span {
        display: none;
    }

    .file-programm.subscribe_inner.inline {
        float: none;
        position: absolute;
        top: -40px;
        right: 5px;
    }
}

/* inline sub form */
.sub_inline h3, .sub_inline .h3 {
    display: none;
}

.sub_inline .popup-order_form {
    padding: 0;
    width: 100%;
}

.sub_inline .popup-order_form .form-actions {
    margin: 0 -100px -30px -100px;
}

.sub_inline .popup-order_form .form-fields {
    width: 700px;
}

.sub_inline .form-item.email,
.sub_inline .form-item.name {
    width: 50%;
    float: left;
    clear: none;
}

.sub_inline .popup-order_form .form-item .form-field {
    margin-left: 0px;
    max-width: 100%;
}

.sub_inline .form-item.email .form-field,
.sub_inline .form-item.email label {
    margin: 0 20px 10px 0;
}

.sub_inline .form-item.name .form-field,
.sub_inline .form-item.name label {
    margin: 0 0 10px 1px;
}

.sub_inline .form-item.sections label {
    margin: 0 0 15px 0;
}

.sub_inline .popup-order_form .form-item label {
    width: 100%;
    float: none;
    padding: none;
}

.sub_inline .field-checkboxes.custom-checkboxes {
    width: 50%;
    float: left;
}

@media all and (max-width: 750px) {
    .sub_inline .popup-order_form .form-fields {
        width: 100%;
    }

    .sub_inline .form-item.email, .sub_inline .form-item.name {
        width: 100%;
        float: none;
        clear: both;
    }

    .sub_inline .form-item.email .form-field,
    .sub_inline .form-item.email label {
        margin: 0 0 10px 0;
    }

    .sub_inline .form-item.name .form-field,
    .sub_inline .form-item.name label {
        margin: 0 0 10px 0;
    }

    .sub_inline .popup-order_form .form-fields__descr {
        margin: 0px 0 30px 0;
    }

    .sub_inline .field-checkboxes.custom-checkboxes {
        width: 100%;
        float: none;
    }
}

@media all and (max-width: 640px) {
    .sub_inline .popup-order_form .form-actions {
        margin: 0 -15px -30px -15px;
        padding: 25px 15px 50px 15px;
    }
}

html body .workarea  .another-event-dates {
    font-size: 12px;
    text-align: center;
    display: block;
    padding-top:0;
    padding-bottom:0;
}

.another-event-dates a, .another-event-dates a:visited{
    color: #3599d7;
}



.modal-event-all-dates {
    position: absolute;
    padding: 1em;
    border: 2px solid #c93a3a;
    background-color: white;
    transform: translate(-50%, -50%);
}

.modal-event-all-dates .event-day {
    cursor: pointer;
    display: block;
    line-height: 2em;
}

.programm-list .about, .calendar-list .about {
    padding-top: 20px;
    text-align: right;
}


.programm-list .about a,.calendar-list .about a{
    padding: 0.3em;
    color:white;
    /*background: #3599d8; */
    background: #2080bc;
    font-family:"Open Sans", sans-serif;
    font-size: 14px;
    cursor: pointer;

    border:none;
    margin: 0 0.3em;
    text-decoration: none;
}
.programm-list .about a:hover, .calendar-list .about a:hover{
    /*background: #e54242;*/
    background: #3599d8;
}

@media (max-width: 640px){
    .programm-list .about a, .calendar-list .about a{
        display: none;
    }
}

.programm-list .online,.calendar-list .online{
    border:none;
}

.to-calendar{
    padding: 0.3em 0;
    text-align: right;
}

.other-programm.no-border {
    border: none;
}
.upper-block .other-programm{
    background: url(/local/templates/potential/components/bitrix/catalog/programms/bitrix/catalog.element/.default/images/icon-flag.png) no-repeat 0 30%;
    padding:0 20px 5px 30px;
}

.upper-block .other-programm-string, .lower-block .other-programm-string {
    padding: 0.2em 0 0.2em 40px;
}

.other-programm-string a{
    margin-left:2em;
}

.lower-block .other-programm{
    background: url(/local/templates/potential/components/bitrix/catalog/programms/bitrix/catalog.element/.default/images/icon-flag.png) no-repeat 0 30%;
    padding:0 20px 5px 30px;
}


@media (min-width: 1200px){
    .details-programm_block.upper-block {
        padding: 20px 0 30px 35px;
        min-height: unset;
    }
.fcontent {max-width: 1300px;
    padding: 15px 0 0;
    margin: 0 auto;}
}
.info.desktop span { margin-left: 30px;

}
.info.desktop a {margin-right: 30px;
}


a.section_link{
    text-decoration: none;
    color: black;
}

a.section_link:hover{
    color:#c93a3a;
}

@media (min-width: 1000px){
    .block-programm .h2 {
        padding-left: 0;
    }
}

@media (min-width: 640px){
    .block-programm .h2 {
        padding: 0 20px;
    }
}

.block-programm .h2 {
    margin: 0 0 14px;
}

.footer__contact-block .content .h2 {
    margin: 0 0 20px;
    text-align: center;
}


@media (min-width: 1000px){
    .footer__contact-block .content .h2 {
        margin: 0 0 35px;
    }
.lk_mobile {display: none;}
/*.daterangepicker.show-ranges  { display: none;
    top: 58%!important;
    left: 21%!important;
    right: auto; }
	
	.daterangepicker .ranges li.active {
    background-color: #e54242!important;
    color: #fff;
}

.filter__date_select input {
    width: 148px;
    font-weight: 600;
    text-align: center;
    color: #e54242!important;
    font-size: 15px;
    border: 1px solid #e54242!important;
}
.filter__date_select {    margin-top: 20px;
    font-weight: 400;}
	.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #e54242!important;
    border-color: transparent;
    color: #fff;
}
}

.center{
    text-align: center;
}
.daterangepicker .ranges li.active {
    background-color: #e54242!important;
    color: #fff;
}

.filter__date_select input {
    width: 148px;
    font-weight: 600;
    text-align: center;
    color: #e54242!important;
    font-size: 15px;
    border: 1px solid #e54242!important;
}
.filter__date_select {    margin-top: 20px;
    font-weight: 400;}
	.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #e54242!important;
    border-color: transparent;
    color: #fff;
}
.filter__date_select input:focus-visible, .filter__date_select input:focus {border: 1px solid #e54242!important;}
@media (max-width: 1000px){

.daterangepicker.show-ranges {
    top: 20%!important;
    left: 15%!important;
    right: auto;
    display: none;
}*/
}

.filter__date_select input {
    width: 228px;
    font-weight: 900;
    text-align: center;
    color: #c93a3a;
    border-color: #c93a3a;
    border: solid 2px;
}

.daterangepicker .ranges li.active {
    background-color: #c93a3a;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #c93a3a;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.in-range {
    background-color: #e7cda7;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #c93a3a;
    color: white;
    border: solid 2px #c93a3a;
}



@media (max-width: 1000px) {

.daterangepicker.show-calendar .drp-buttons {
    display: flex!important;
}
.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 18px;
    font-weight: 700;
    color: #c93a3a!important;
}
.filter__date_select input {
    width: 228px;
    font-weight: 900;
    text-align: center;
    color: #c93a3a!important;
    border-color: #c93a3a;
    border: solid 2px;
}

.daterangepicker .ranges li.active {
    background-color: #c93a3a!important;
    color: #fff;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #c93a3a!important;
    border-color: transparent;
    color: #fff!important;
}

.daterangepicker td.in-range {
    background-color: #e7cda7!important;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #c93a3a;
    color: white;
    border: solid 2px #c93a3a;
}

}
@media (min-width: 640px) {

.filter__date_select {margin-top: 20px; }
.daterangepicker .drp-selected {
    color: #c93a3a!important;}
.daterangepicker .ranges li.active {
    background-color: #c93a3a!important;
    color: #fff;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #c93a3a!important;
    border-color: transparent;
    color: #fff!important;
}
.daterangepicker td.in-range {
    background-color: #e7cda7!important;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.filter__date_select input:focus-visible, .filter__date_select input:focus {border: 1px solid #e54242!important; outline: none;}
}

/* End */
/* /local/templates/potential/js/fancybox/jquery.fancybox.css?14957070964431 */
/* /local/templates/potential/components/bitrix/system.auth.authorize/standart/style.css?15117812421118 */
/* /local/templates/potential/ajax/ajax.min.css?1495707096420 */
/* /local/templates/potential/components/roso/subscribe.edit/subscr/style.css?1513082360183 */
/* /local/templates/potential/components/bitrix/system.auth.forgotpasswd/standart/style.css?1511782143271 */
/* /local/templates/potential/components/bitrix/menu/horizontal_multilevel/style.css?16472292278504 */
/* /local/templates/potential/components/bitrix/search.title/search/style.css?15270581471478 */
/* /local/templates/potential/components/bitrix/menu/footer_simple/style.css?14957070971411 */
/* /local/templates/potential/components/bitrix/news.line/footer_simple/style.css?1495707097136 */
/* /local/templates/potential/template_styles.css?175146078783237 */
