


/* Start:/bitrix/templates/new/style.css*/
html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #090909;
	cursor: default;
	background: #F5F5F5;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

h4 {
	font-size: 17.5px;
	font-weight: normal;
}

h3.topic {
	color: #FE0000;
	background: url(/bitrix/templates/aic2/images/topic_bg.png) no-repeat;
	background-position: left bottom;
	font-size: 24.5px;
	line-height: 40px;
	font-family: 'PT Sans',sans-serif;
}

.clear, .clearfix {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.border-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}

.wrapper {
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.content {
	float: left;
	width: 75%;
}

.btn {
	border: 0;
	outline: none;
	display: inline-block;
	text-align: center;
	font-family: PT Sans, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}

.btn-yellow {
	background: #fff200;
	color: #000;
	border-radius: 3px;
	border-bottom: 2px solid #e7c324;
}

.btn-gray {
	background: transparent;
	border: 1px solid #787b7e;
	border-radius: 4px;
	color: #303131;
	text-transform: none;
	font-size: 16px;
}

.btn-yellow:active {
	border-bottom: 1px solid #e7c324;
	margin-top: 1px;
}

.btn-tiny {
	padding: 1px 10px;
	font-size: 10px;
}

.btn-small {
	padding: 3px 10px;
	font-size: 11px;
}

.btn-medium {
	padding: 6px 20px;
	font-size: 13px;
}

.btn-big {
	padding: 9px 20px;
    font-size: 16px;
}

.btn-huge {
	padding: 10px 30px;
	font-size: 18px;
	border-bottom: 4px solid #e7c324;
}

.btn-huge:active {
	border-bottom: 1px solid #e7c324;
	margin-top: 3px;
}

.share {
	text-align: center;
	margin-top: 45px;
}

#header-bar {
	height: 69px;
	background: #FFF;
	border-bottom: 1px solid #EAEAEA;
}

#header-bar .logo {
	width: 258px;
	height: 112px;
	background: url('/bitrix/templates/new/images/logo.png');
	position: relative;
	z-index: 150;
	background-color: #FFF;
	box-shadow: 0 0 46px 0 #404040;
}

#header-bar .search {
	float: right;
}

#header-bar .search {
	margin-top: 18px;
	margin-right: 50px;
	position: relative;
}

#header-bar .search .search-result {
	position: absolute;
    left: 4px;
    top: 30px;
    background: #FFF;
    border: 1px solid #CDCDCD;
    z-index: 500;
    padding: 2px 10px;
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
    min-width: 90%;
}

#header-bar .search .search-result ul {
	padding: 0;
	margin: 0;
}

#header-bar .search .search-result li {
	list-style-type: none;
    padding: 5px 15px 6px 15px;
    text-transform: uppercase;
    border-bottom: 1px dashed #DDD;
    max-height: 34px;
    overflow: hidden;
}

#header-bar .search .search-result li a {
	color: #000;
	text-decoration: none;
}

#header-bar .search .search-result li a:hover {
	text-decoration: underline;
}

#header-bar .search .search-result li:last-child {
	padding: 5px 15px;
	border-bottom: 0;
}

#header-bar .search input[type="text"] {
	border: 1px solid #cdcdcd;
	outline: none;
	height: 31px;
	line-height: 31px;
	border-radius: 3px;
	padding: 0 11px;
	width: 314px;
	color: #8a8a8a;
	font-family: Roboto Condensed, sans-serif;
	text-transform: uppercase;
	float: left;
}

#header-bar .search input[type="submit"] {
	height: 25px;
	width: 39px;
	border: 0;
	border-left: 1px solid #cdcdcd;
	float: left;
	margin-left: -40px;
	margin-top: 3px;
	background: url('/bitrix/templates/new/images/sprite_main.png') no-repeat;
	background-color: #FFF;
	display: block;
	background-position: 7px -48px;
	outline: none;
	cursor: pointer;
}

#promo {
	position: relative;
	background: #9f0407;
	margin-top: -45px;
}

#promo img.background {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 50%;
	margin-left: -648px;
}

#promo .title {
	font-size: 35px;
	font-family: PT Sans, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	top: 71px;
	line-height: 40px;
}

.promo-small .title {
	top: 50px!important;
}

#promo .blocks {
	position: absolute;
    width: 100%;
    max-width: 1000px;
    top: 185px;
    left: 50%;
    margin-left: -500px;
}

#promo .block {
	font-size: 16px;
	font-family: PT Sans, sans-serif;
	color: #FFF;
	float: left;
	width: 205px;
	border-top: 3px solid #FFF;
	padding-top: 5px;
	margin-right: 60px;
}

#promo .block:last-child {
	margin-right: 0;
}

.sidebar {
	width: 25%;
	float: right;
}

.sidebar .subscribe {
	width: 240px;
	height: 507px;
	background: url('/bitrix/templates/new/images/subscribe_background.png');
	position: relative;
}

.sidebar .subscribe input[type="text"] {
	outline: none;
	position: absolute;
	bottom: 87px;
	left: 50%;
	margin-left: -92px;
	border: 1px solid #949494;
	border-radius: 3px;
	padding: 0 8px;
	line-height: 30px;
	font-style: italic;
	font-family: PT Sans, sans-serif;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.5);
	width: 169px;
	font-weight: bold;
	box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.35);
}

.sidebar .subscribe input[type="submit"] {
	bottom: 45px;
	position: absolute;
	width: 187px;
	margin-left: 28px;
	box-shadow: 0px 4px 40px 0 rgba(0, 0, 0, 0.8);
}

.sidebar .subscribe h1 {
	text-transform: uppercase;
	font-family: PT Sans, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 25px;
	margin-top: 0;
}

.sidebar .subscribe h4 {
	text-transform: uppercase;
	font-family: PT Sans, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.sidebar .banner {
	position: relative;
	margin-top: 45px;
}

#banner-home-bottom {
	margin-top: 45px;
}

#footer-top {
	background: #eef4f6;
	height: 260px; /* TODO: Убрать высоту, когда будет заполнен контент футера */
	margin-top: 45px;
}

#footer-top h3 {
	margin: 0;
	padding: 26px 0 0 0;
	font-family: Roboto Condensed, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}

#footer-top nav {
	float: left;
	margin-right: 50px;
}

#footer-top h3 a {
	color: #333;
	text-decoration: none;
}

#footer-top h3 a:hover {
	text-decoration: underline;
}

#footer-top nav ul {
	margin: 0;
	padding: 0;
	margin-top: 6px;
}

#footer-top nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 24px;
	font-family: Roboto Condensed, sans-serif;
	font-weight: 300;
}

#footer-top nav ul a {
	color: #808080;
	text-decoration: none;
}

#footer-top nav ul a:hover {
	text-decoration: underline;
}

#footer-top .contacts {
	float: right;
	width: 180px;
}

#footer-top .contacts .contact {
	font-size: 14px;
	line-height: 18px;
	margin-top: 6px;
	color: #808080;
	padding: 2px 0;
}

#footer-top .contacts .title {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

#footer-top .contacts input[type="button"] {
	margin-top: 10px;
}

#footer-bottom {
	background: #e7ebec;
	height: 60px; /* TODO: Убрать высоту, когда будет заполнен контент футера */
	font-family: Roboto Condensed, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #686a6a;
}

#footer-bottom a {
	color: #686a6a;
	text-decoration: none;
}

#footer-bottom a:hover {
	text-decoration: underline;
}

#footer-bottom .copyright {
	padding-top: 15px;
	float: left;
}

#footer-bottom .counters {
	float: right;
	margin-top: 15px;
}

.ui-widget-content {
	border: none!important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button:last-child {
	margin-right: 0;
}

.ui-dialog .ui-dialog-buttonpane {
	padding-right: 0;
	padding-left: 0;
}

#search {
	border: 3px solid #f24941;
	padding: 20px;
	margin-top: 45px;
}

#search .icon {
	width: 24px;
	height: 24px;
	float: left;
	background: url('/bitrix/templates/new/images/search_icon.png');
	margin-top: 8px;
}

#search input[type="text"] {
	outline: none;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	font-family: PT Sans, sans-serif;
	font-size: 17px;
	font-style: italic;
	padding: 8px 20px;
    position: relative;
    top: 1px;
    width: 745px;
    margin: 0px 20px;
    float: left;
}

#search input[type="button"] {
	float: left;
}
#filter {

}

#filter .block {
	float: left;
	width: 455px;
	margin: 30px 20px 0 20px;
}

#filter .block h3 {
	font-family: PT Sans, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#filter .block a {
	color: #848484;
	text-decoration: none;
	border-bottom: 1px dotted #848484;
	text-transform: lowercase;
	font-size: 15px;
	margin: 0 10px;
	line-height: 22px;
}

#filter .block a:hover {
	border-bottom: 1px solid #FFF;
}

.switch {
	font-family: PT Sans, sans-serif;
	font-size: 32px;
}

.switch a {
	display: block;
	float: left;
	background: #FFF;
	color: #2f2f2f;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 20px;
	margin-right: 30px;

}

.switch a.selected, .switch a:hover {
	background: #dedede;
	color: #333;
}

.webinar-order-form {
	width: 300px!important;
}

.webinar-order-form .field {
	margin-bottom: 20px;
}

.webinar-order-form .field label {
	display: inline-block;
	width: 100px;
}

.webinar-order-form .field textarea {
	width: 174px;
}
/* End */



/* Start:/bitrix/templates/new/components/bitrix/news.detail/home_banner_top/style.css*/
.banner-top {
	display: block;
	margin: 0 auto;
}
/* End */



/* Start:/bitrix/templates/new/components/bitrix/menu/mainmenu/style.css*/
#mainmenu {
	height: 49px;
	background: url('/bitrix/templates/new/components/bitrix/menu/mainmenu/images/header_nav_background.png');
	border-bottom: 2px solid #000;
	font-family: Roboto Condensed, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	position: relative;
	z-index: 200;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	height: 51px;
	overflow: hidden;
}

#mainmenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: 0;
	display: inline-block;
}

#mainmenu ul li a {
	display: block;
	height: 51px;
	line-height: 51px;
	text-align: center;
	padding: 0 16px;
	color: #FFF;
	text-decoration: none;
}

#mainmenu ul li a:hover, #mainmenu ul li a.selected {
	background: #ff151f;
}

#mainmenu ul li a.selected {
	font-weight: normal;
}
/* End */



/* Start:/bitrix/templates/new/components/bitrix/menu/usermenu/style.css*/
#header-bar .user {
	float: right;
}

#header-bar .user ul {
	margin: 0;
	padding: 0;
}

#header-bar .user ul li {
	float: left;
	list-style-type: none;
}

#header-bar .user ul li a {
	display: block;
	display: block;
	height: 24px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 12px;
	color: #090909;
	text-decoration: none;
	font-family: Roboto Condensed, sans-serif;
	font-size: 17px;
	margin-top: 22px;
}

#header-bar .user ul li a:hover {
	text-decoration: underline;
}

#header-bar .user ul li:last-child a {
	padding-right: 0;
}

#header-bar .user ul li:first-child a {
	padding-left: 0;
}

#header-bar .user ul li a .ico {
	display: block;
	float: left;
	height: 24px;
	width: 24px;
	background: url('/bitrix/templates/new/components/bitrix/menu/usermenu/images/sprite_main.png') no-repeat;
}

#header-bar .user ul li a .ico-login {
	background-position: 0 0;
}

#header-bar .user ul li a .ico-registration {
	background-position: 0 -24px;
}
/* End */
/* /bitrix/templates/new/style.css */
/* /bitrix/templates/new/components/bitrix/news.detail/home_banner_top/style.css */
/* /bitrix/templates/new/components/bitrix/menu/mainmenu/style.css */
/* /bitrix/templates/new/components/bitrix/menu/usermenu/style.css */
