

/* Start:/promo/webinar/2024.07.17-otchetnost-polugodiye-2024/style.css?17207648316724*/
.color--24-orange {
	color: var(--e24-orange);
}
.color--e24-gray-600 {
	color: var(--e24-gray-600);
}
.container--webinar
{
	font-size:18px;
}
.container--webinar .orange-text
{
	color:#FF6C00;
}
.container--webinar .font-bold
{
	font-weight: bold;
}


.webinar-top
{
	border: 3px solid #FF6C00;
	border-radius: 20px;
	text-align:left;
	padding:100px 60px 70px;
	/*margin-top:30px;*/
	position: relative;
}
.webinar-top .webinar-top__mark
{
	position: absolute;
	top: 25px;
	left: 25px;
	background-color:#FF6C00;
	border-radius:8px;
	color:#fff;
	padding:7px 20px;
	text-transform:uppercase;
}
.webinar-top .webinar-top__mark::before
{
	content:'';
	background-image:url(/promo/webinar/2024.07.17-otchetnost-polugodiye-2024/img/webinar_2.png);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-size: cover;
    display: block;
    float: left;
    margin-top: 4px;
}

.webinar-top .webinar-top__title
{
	font-size: 48px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin: 10px;
    padding: 0;
    font-weight: 600;
	
	text-align:left;
	margin-left:0px;
	margin-bottom:20px;
	
    
}
.webinar-top .webinar-top__description a,
.webinar-top .webinar-top__description a:hover,
.webinar-top .webinar-top__description a:focus
{
	font-size:24px;
	color: #FF6C00;
    border-bottom: 1px dotted;
    text-decoration:none;
}

.webinar-top .webinar-top__description a:hover
{
    border-bottom: 1px dotted transparent;
}
.webinar-top .webinar-top__description::before
{
	content:'';
	background-image:url(/promo/webinar/2024.07.17-otchetnost-polugodiye-2024/img/calendar_1.png);
	width: 34px;
    height: 34px;
    display: block;
    float: left;
    background-size: cover;
    margin-right: 10px;
}





.webinar-description
{
	/*margin-top:50px;*/
	padding: 0 60px;
}
.webinar-description img{
	max-width: 100%;
    height: auto;
}
.webinar-description__preview-text
{
	line-height:28px;
}

.webinar-info
{
	/*margin-top:100px;*/
}
.webinar-info__programms {
    padding-left: 60px;
    padding-right: 20px;
}

.webinar-info__programms-title
{
	font-weight: bold;
	font-size: 32px;
	color: #000000;
	margin-top: 25px;
	margin-bottom: 15px;
}

.webinar-info__programms ol {
    padding-left: 40px;
}
.webinar-info__programms ol > li {
    position: relative;
    margin-bottom: 1.2em;
    margin-top: 12px;
    list-style: none;
    line-height: 1.3em;
    /* font-size: 22px; */
}
.webinar-info__programms ol > li:before
{
  border: none;
  font-size: 18px;
  /* border: 1px solid #ff6c00; */
  background: #ff6c00;
  color: #ffffff;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 28px;
  left: -40px;
  top: 2px;
}

.webinar-author
{
	/*border: 3px solid #FF6C00;*/
  background: var(--e24-orange-100);
	border-radius: 0px 20px 20px 20px;
	padding: 20px;
	margin-bottom: 25px;
}
.webinar-author__top
{
	display: flex;
	align-items: center;
}
.webinar-author__photo {
	margin-right: 20px
}
.webinar-author__title
{
	font-style: bold;
	font-weight: bold;
	font-size: 32px;
	line-height: 37px;
	color: #FF6C00;
	margin-bottom:.5em;
}
.webinar-author__name{
	font-weight: bold;
	font-size: 21px;
}
.webinar-author__description
{
	font-size:16px;
	margin-top: 16px;
}
.webinar-author__description ul li {
	padding-bottom: 5px!important;
}
.webinar-info__bottom-text
{
	margin-top:40px;
}


.webinar-action
{
	/*text-align:center;*/
	/*margin-top:100px;*/
}
.webinar-action .webinar-action__col
{
	min-height:50px;
}
.webinar-action .webinar-action__col--1
{
	color:#0271CB;
	font-size:24px;
	padding-top: 5px;
}
.webinar-action__col--1::after
{
	/*content:' →';*/
}
.webinar-action__col--2 .button
{
	/*width:100%;*/
	padding:15px 40px;
	border-radius:15px;
  font-size: 18px;
}

@media only screen and (max-width: 576px) 
{
	.webinar-top
	{
		padding: 70px 20px 30px;
	}
	.webinar-top .webinar-top__mark
	{
		left:20px;
    	font-size: 14px;
	}
	.webinar-top .webinar-top__mark::before
	{
		width: 14px;
    	height: 14px;
	}
	.webinar-top .webinar-top__title
	{
		font-size:30px;
	}
	.webinar-top .webinar-top__description 
	{
		font-size:16px;
	}
	.webinar-top .webinar-top__description::before
	{
    	margin-top: 5px;
	}
	
	.webinar-description 
	{
	    padding: 0 15px;
	}
	.webinar-info {
	    margin-top: 10px;
	}
	.webinar-info__programms 
	{
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.webinar-info__programms-title
	{
		font-size:24px;
	}
	.webinar-author
	{
		margin-top: 25px;
	}
	
	.webinar-author__top
	{
		flex-direction:column;
	}
	.webinar-info .webinar-author {
	    padding: 15px;
	}
	.webinar-author__name 
	{
	    margin-bottom: 20px;
	}
	.webinar-action
	{
		margin-top: 30px;
	}
	.webinar-action__col--1::after
	{
		display:none;
	}
}

.webianar-program {
	padding: 0 60px;
}
.webianar-program__title
{
	/*color: #455A64;*/
	font-size:24px;
	text-transform: uppercase;
	font-weight: bold;
}
.webianar-program__event-cat
{
	color: #FF6C00;
	font-size:24px;
	text-align: right;
}
.webianar-program__event-cat .sm
{
	font-size: 14px;
  color: var(--e24-gray-600);
}
.webianar-program__event-title
{
	font-weight: bold;
	font-size:24px;
	margin-bottom: 25px;
}

.webianar-program__event-detail ul > li {
	padding-bottom: 24px;
	font-weight: 500;
}

.webianar-program__event-info:before
{
	content:'';
	position: absolute;
	bottom:2px;
	left:15px;
	right:15px;
	height:1px;
	background-color:#F0F5F9;
}
.webianar-program__event-info + div,
.webianar-program__event-info
{
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 15px;
}

.promo-service h3 {
	color: #333
}
.intxtaccent-red {
	color: #F44336;
}
@media(max-width:991.98px)
{
	
	.webianar-program
	{
	    padding: 0 40px;
	}
	
	.webianar-program__event-cat
	{
		text-align:left;
	}
	.webianar-program__event-info + div,
	.webianar-program__event-info
	{
		padding-bottom: 0px;
		padding-top: 10px;
		margin-top: 15px;
	}
	.webianar-program__title
	{
		padding-bottom: 20px;
	}

}
@media(max-width:575.98px)
{
	.webianar-program
	{
	    padding: 0 20px;
	}
	
	
	.webianar-program__event-cat
	{
		text-align: left;
	}
	.webianar-program__event-title
	{
		font-size:18px;
	}
	.webianar-program__event-info + div,
	.webianar-program__event-info
	{
		padding-bottom: 10px;
		padding-top: 10px;
		margin-top: 10px;
	}
	.webianar-program__event-info
	{
		padding-bottom: 10px;
		padding-top: 0px;
		margin-top: 0px;
	}
	.webianar-program__title
	{
		padding-bottom: 20px;
	}
}
/* End */
/* /promo/webinar/2024.07.17-otchetnost-polugodiye-2024/style.css?17207648316724 */
