


/* Start:/bitrix/templates/new/components/bitrix/news.list/webinars_list/style.css*/
.webinars-list {
	margin-top: 50px;
	border: 1px solid #868484;
}

.webinars-list .switch {
	font-family: PT Sans, sans-serif;
	font-size: 32px;
}

.webinars-list .switch a {
	display: block;
	float: left;
	background: #dedede;
	color: #2f2f2f;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 20px;
	margin-right: 30px;

}

.webinars-list .switch a.selected, .webinars-list .switch a:hover {
	background: none;
	color: #333;
}

.webinars-list .heading h3 {
	background: #868484;
	color: #FFF;
    font-family: Roboto Condensed, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    float: left;
    padding: 6px 15px;
    margin: 0 0 0px 0;
}

.webinars-list .heading input[type="button"].more {
	float: left;
	margin-left: 10px;
	position: relative;
	top: 4px;
}

.webinars-list article {
	width: 435px;
	float: left;
	margin: 30px;
}

.webinars-list article .preview {
	width: 210px;
	float: left;
	position: relative;
}

.webinars-list article .preview .date {
	width: 60px;
	height: 60px;
	background: #ec0000;
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.webinars-list article .preview .date .day {
	font-family: Roboto Condensed, sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	display: block;
	width: 100%;
	padding-top: 4px;
}

.webinars-list article .preview .date .month {
	font-size: 12px;
	line-height: 12px;
	display: block;
	width: 100%;
	margin-top: -3px;
	text-transform: lowercase;
}

.webinars-list article .preview .buttons {
	background: #ff0000;
	color: #FFF;
	height: 50px;
	margin-top: -4px;
	text-align: center;
	padding-top: 8px;
}

.webinars-list article .preview .buttons .btn {

}

.webinars-list article .preview .buttons a {
	color: #FFF;
}

.webinars-list article .preview .buttons .watch {
	float: left;
	text-align: left;
	margin-left: 5px;
	margin-right: 6px;
	font-size: 12px;
}

.webinars-list article .preview .buttons .download {
	float: left;
	text-align: left;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 6px;
	font-size: 12px;
}

.webinars-list article .buttons .icon {
	display: block;
	width: 24px;
	height: 24px;
	margin-top: 5px;
	float: left;
	margin-right: 4px;
}

.webinars-list article .buttons .txt {
	display: block;
	float: left;
}

.webinars-list article .buttons .icon-watch {
	background: url('/bitrix/templates/new/components/bitrix/news.list/webinars_list/images/icon_watch.png');
}

.webinars-list article .buttons .icon-download {
	background: url('/bitrix/templates/new/components/bitrix/news.list/webinars_list/images/icon_download.png');
}

.webinars-list article .desc {
	width: 225px;
	float: left;
	background: #a30000;
	color: #FFF;
	font-family: Roboto Condensed, sans-serif;
	height: 225px;
	padding: 15px 12px;
}

.webinars-list article .desc .title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	max-height: 36px;
}

.webinars-list article .desc .title a {
	color: #FFF;
	text-decoration: none;
}

.webinars-list article .desc .text {
	font-size: 13px;
	line-height: 17px;
}

.webinars-list article .desc .text-inner {
	overflow: hidden;
	height: 155px;
}
/* End */



/* Start:/bitrix/templates/new/components/bitrix/news.list/webinars_info_blocks/style.css*/
.info-blocks {
	margin-top: 35px;
}

.info-blocks article {
	float: left;
	width: 237px;
	border: 1px solid #DDD;
	margin-left: 17px;
	padding: 10px;
	height: 460px;
	overflow: hidden;
}

.info-blocks article:first-child {
	margin-left: 0;
}

.info-blocks article h3 {
	font-family: PT Sans, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

.info-blocks article .desc {
	font-family: PT Sans, sans-serif;
	font-size: 15px;
	color: #4F4F4F;
}
/* End */



/* Start:/bitrix/components/autozap/webinars.schedule/templates/.default/style.css*/
.subscribe-block {
	width: 100%;
	margin-top: 45px;
}

.subscribe-block .wrapper {
	background: #c7c7c7;
	height: 96px;
}

.subscribe-block input[type="text"] {
	font-size: 16px;
	font-style: italic;
	font-family: PT Sans, sans-serif;
	line-height: 38px;
	border: 1px solid #a1a1a1;
	outline: none;
	border-radius: 4px;
	margin-left: 15%;
	margin-right: auto;
	display: block;
	padding: 0 12px;
	width: 225px;
	float: left;
}

.subscribe-block form {
	width: 500px;
	margin: 0 auto;
	padding: 28px 0;
}

.subscribe-block input[type="submit"] {
	float: left;
	margin-left: 20px;
}

.subscribe-block form {
	float: left;
	width: 70%;
}

.subscribe-block .order {
	float: left;
	background: #f70206;
	padding-top: 28px;
	height: 68px;
	width: 30%;
	text-align: center;
}

.subscribe-block .order input[type="button"] {
	float: none;
	margin-left: 0;
}

.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 */
/* /bitrix/templates/new/components/bitrix/news.list/webinars_list/style.css */
/* /bitrix/templates/new/components/bitrix/news.list/webinars_info_blocks/style.css */
/* /bitrix/components/autozap/webinars.schedule/templates/.default/style.css */
