

/* Start:/local/templates/alventa/components/bitrix/news/blog/bitrix_mod/news.detail/.default/style.css?16278957631873*/
section.blog-header {
	padding: 120px 0 80px 0;
	background: url("/local/templates/alventa/img/blog/blog-header-background.jpg") no-repeat top center / cover;
}
section.blog-header .blog-title {
	color: #3760ad;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
	padding-bottom: 30px;
}
section.blog-header .blog-subtitle {
	font-weight: 300;
    font-size: 20px;
	padding-bottom: 10px;
}
section.blog-header .blog-text {
    text-align: left;
    color: #5a5a5a;
    font-size: 14px;
	padding-bottom: 20px;
}
section.blog-header form.subscription .subscription-types {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
section.blog-header form.subscription .subscription-type {
	padding: 0;
}
section.blog-header form.subscription input.subscription-email {
	width: 50%;
	display: block;
	margin: 0 auto;
	background-color: transparent;
}
section.blog-header form.subscription .button-submit {
	padding-top: 15px;
	text-align: center;
}

@media (max-width: 991px) {
	section.blog-header {
		padding: 30px 0 40px 0;
	}
	section.blog-header .blog-title {
		padding-bottom: 15px;
	}
}
@media (max-width: 767px) {
	section.blog-header {
		background-image: none !important;
		background-color: #f9f9f9;
	}
}


section.blog {
	padding: 40px 0;
}
section.blog .article {
    margin: 0 0 30px 0;
    background: #fff;
    word-break: break-word;
    padding: 20px;
	box-shadow: 0px 0px 32px 5px rgb(0 0 0 / 5%);
	font-size: 14px;
}
section.blog .article .content {
	padding-bottom: 20px;
}
section.blog .article .content img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
section.blog .article .date {
	padding-bottom: 20px;
}
section.blog .article .article-title {
	display: block;
	font-size: 24px;
	padding-bottom: 20px;
}
section.blog .article .content img, section.blog .article .content iframe {
    max-width: 100%;
    max-height: 100%;
}
/* End */


/* Start:/local/templates/alventa/components/bitrix/breadcrumb/main/style.css?1626067484305*/
.bx-breadcrumb {
	padding-bottom: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	display: inline-block;
	font-size: 12px;
}
.bx-breadcrumb .bx-arrow {
	display: inline-block;
	padding: 0 5px;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	
}

/* End */


/* Start:/local/templates/alventa/components/bitrix/iblock.vote/blog_vote/style.css?1625197513357*/
div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background-image: url(/local/templates/alventa/components/bitrix/iblock.vote/blog_vote/images/empty.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-voted
{
	background-image: url(/local/templates/alventa/components/bitrix/iblock.vote/blog_vote/images/voted.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

div.star-over
{
	background-image: url(/local/templates/alventa/components/bitrix/iblock.vote/blog_vote/images/over.gif);
	width:15px;
	height:15px;
	overflow:hidden;
}

/* End */


/* Start:/local/templates/alventa/components/bitrix/menu/default/style.css?1626283128596*/
section .sidebar .menu {
	box-shadow: 0px 0px 32px 5px rgb(0 0 0 / 5%);
	padding: 10px;
	margin-bottom: 20px;
}
section .sidebar .menu .menu-title {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}
section .sidebar .menu .menu-items {
	list-style: none;
	padding: 0 15px;
	margin: 0;
	font-size: 14px;
}
section .sidebar .menu .menu-item {
	width: 100%;
	padding: 20px 0;
	color: #5d5d5d;
	border-bottom: 1px solid #ccc;
}
section .sidebar .menu .menu-item:last-of-type {
	border-bottom: none;
}
section .sidebar .menu .menu-item a {
	display: block;
	height: 100%;
}
/* End */


/* Start:/include/blog/expert_advice.css?16484486001313*/
.expert-advice {
    background-color: #fff;
    box-shadow: 0px 0px 32px 5px rgb(0 0 0 / 5%);
    padding: 20px;
    margin-bottom: 20px;
}
.expert-advice .advice-title {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #3760ad;
    padding-bottom: 15px;
}
.expert-advice .advice-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #5a5a5a;
}
.expert-advice .advice-description + .advice-description {
    margin-top: 5px;
}
.expert-advice .advice-form-title {
    font-size: 16px;
    color: #212529;
}
.expert-advice .advice-types {
    display: flex;
    flex-wrap: wrap;
}
.expert-advice .advice-types .advice-type {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}
.expert-advice .advice-types .advice-type * {
    vertical-align: middle;
}
.expert-advice .advice-question textarea {
    width: 100%;
    resize: none;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #c1c1c1;
    outline: 0;
}
.expert-advice .advice-form-field * {
    width: 100%;
}
.expert-advice .subscription-captcha.captcha-now {
    padding-top: 10px;
}
.expert-advice .subscription-captcha.captcha-now > div {
    margin: 0 auto;
}
.expert-advice .button-submit {
    padding-top: 15px;
    text-align: center;
}

/* End */


/* Start:/local/templates/alventa/components/bitrix/news.list/seminars-calendar/style.css?16264210851617*/
.seminars-calendar {
	background-color: #fff;
	box-shadow: 0px 0px 32px 5px rgb(0 0 0 / 5%);
	padding: 20px 10px;
}
.seminars-calendar .calendar-title {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
.seminars-calendar .calendar {
	padding-top: 20px;
}
.seminars-calendar .calendar .calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seminars-calendar .calendar .calendar-header .calendar-ym {
	font-size: 20px;
	font-weight: 700;
}
.seminars-calendar .calendar .calendar-header .calendar-button {
	font-size: 28px;
	cursor: pointer;
}

.seminars-calendar .calendar .calendar-rows {
	border: 1px solid #dbdbdb;
}
.seminars-calendar .calendar .calendar-row {
	display: flex;
	background-color: #94709f;
	justify-content: flex-end;
}
.seminars-calendar .calendar .calendar-row .calendar-day {
	display: block;
	flex: 1;
	max-width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
	background-color: #fff;
}
.seminars-calendar .calendar .calendar-row .calendar-day.active {
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.seminars-calendar .calendar .calendar-row .calendar-day.today {
	box-shadow: inset 0px 0px 0px 1px #000;
}
.seminars-calendar .calendar .calendar-row .calendar-day.header {
	font-weight: 700;
	background-color: #eee;
}
.seminars-calendar .calendar .calendar-row:last-child .calendar-day {
	border-bottom: none;
}
.seminars-calendar .calendar .calendar-row .calendar-day:last-child {
	border-right: none;
}
/* End */


/* Start:/local/templates/alventa/components/bitrix/news.list/similar-articles/style.css?16304731021111*/
.similar-articles {
    padding: 0 0 20px;
}
.similar-articles .similar-articles-title {
    text-align: left;
    font-size: 30px;
    font-weight: 500;
}
.similar-articles .similar-articles-title .button {
    font-size: 24px;
    text-transform: none;
    max-width: 350px;
    width: 100%;
}
.similar-articles .similar-articles-list {
    padding-top: 30px;
}
.similar-articles .similar-articles-list .similar-article {
    padding-bottom: 20px;
}
.similar-articles .similar-articles-list .similar-article-wrapper {
    box-shadow: 0px 0px 32px 5px rgb(0 0 0 / 5%);
    padding: 15px;
}
.similar-articles .similar-articles-list .similar-article .similar-article-image img {
    max-width: 100%;
}
.similar-articles .similar-articles-list .similar-article .similar-article-title {
    font-size: 16px;
    font-weight: 700;
}
.similar-articles .similar-articles-list .similar-article .similar-article-image ~ .similar-article-title {
    padding-top: 15px;
}
.similar-articles .similar-articles-list .similar-article .similar-article-date {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
/* End */
/* /local/templates/alventa/components/bitrix/news/blog/bitrix_mod/news.detail/.default/style.css?16278957631873 */
/* /local/templates/alventa/components/bitrix/breadcrumb/main/style.css?1626067484305 */
/* /local/templates/alventa/components/bitrix/iblock.vote/blog_vote/style.css?1625197513357 */
/* /local/templates/alventa/components/bitrix/menu/default/style.css?1626283128596 */
/* /include/blog/expert_advice.css?16484486001313 */
/* /local/templates/alventa/components/bitrix/news.list/seminars-calendar/style.css?16264210851617 */
/* /local/templates/alventa/components/bitrix/news.list/similar-articles/style.css?16304731021111 */
