﻿/* =============================== helpdesk.index.css ====================================== */
.hdsp-wrapp
{

}
.hdsp-wrapp_mb-30 {
	margin-bottom: 30px;
}
.hdsp-section
{

}
.hdsp-section-content
{
	max-width: 1175px;
	width: 100%;
	margin: 0 auto;
}
.hdsp-top-search-block
{
	display: flex;
	justify-content: space-around;
	padding: 68px 0 0;
}
.hdsp-info-author-block
{
	display: flex;
	align-items: center;
}
.hdsp-info-author-block-picture
{
	width: 152px;
	height: 152px;
	background: #aaf3fc;
	border-radius: 100%;
	overflow: hidden;
}
.hdsp-info-author-block-picture-item
{
	width: 152px;
	height: 152px;
	border-radius: 100%;
}
.hdsp-info-author-block-text
{
	position: relative;
	max-width: 306px;
	margin-left: 17px;
	background: #aaf3fc;
	border-radius: 5px;
}
.hdsp-info-author-block-text:before
{
	content: '';
	display: block;
	position: absolute;
	top: 54px;
	left: -30px;
	border: 15px solid transparent;
	border-right: 15px solid #aaf3fc;
}
.hdsp-info-author-block-text-item
{
	padding: 20px 29px;
	color: #000;
	font-size: 17px;
	line-height: 21px;
}
.hdsp-info-dotted-line-block
{
	display: flex;
	align-items: center;
}
.hdsp-info-search-block
{

}
.hdsp-info-search-inner
{
	min-width: 467px;
	margin-top: 5px;
	border: 2px solid #cccccc;
	border-radius: 5px;
	font-size: 17px;
}
.hdsp-info-search-form
{
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 11px 10px;
	border: none;
}
.hdsp-info-search-form-input
{
	flex: 1;
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
}
.hdsp-info-search-form-search-btn
{
	margin: 0;
	padding: 10px 36px;
	background: #2fc7f7;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	transition: background .3s;
	cursor: pointer;
}
.hdsp-info-search-form-search-btn:hover
{
	background: #68ddff;
}
.hdsp-warning-message-section-content
{
	margin-top: 69px;
}
.hdsp-warning-message-block
{
	position: relative;
	padding: 22px 32px 14px;
	background: #fef2f2;
	border: 1px solid #fab9b7;
}
.hdsp-warning-message-block:before
{
	content: '';
	display: block;
	position: absolute;
	width: 37px;
	height: 33px;
	top: -17px;
	left: -15px;
	background: url(/images/helpdesk/icons/warning-message-icon.png?1) no-repeat;
}
.hdsp-warning-message-block-text
{
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
}
.hdsp-warning-message-block-link
{
	font-size: 15px;
}
.hdsp-video-section-content
{

}
.hdsp-video-section-box
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*padding-top: 125px;*/
	padding-top: 80px;
}
.hdsp-video-section-box-item
{
	width: 37.8%;
	/*margin-bottom: 83px;*/
	margin-bottom: 40px;
}
.hdsp-video-section-box-item-content
{

}
.hdsp-video-section-box-item-title
{
	margin-left: 24px;
	color: #0066a1;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 40px;
}
.hdsp-video-section-box-item-video-box
{
	margin: 35px 3px;
	border: 1px solid #3fe3ea;
	border-radius: 3px;
}
.hdsp-video-section-box-item-video-box-item
{
	position: relative;
	padding: 9px 20px;
	cursor: pointer;
}
.hdsp-video-section-box-item-video-box-item:before,
.hdsp-video-section-box-item-video-box-item:after
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.hdsp-video-section-box-item-video-box-item:before
{
	width: 124px;
	height: 124px;
	background: #2fc6f7;
	border-radius: 100%;
	transition: width .3s, height .3s;
}
.hdsp-video-section-box-item-video-box-item:hover:before
{
	width: 130px;
	height: 130px;
}
.hdsp-video-section-box-item-video-box-item:after
{
	left: 3%;
	width: 53px;
	height: 63px;
	background: url(/images/helpdesk/index/play-icon.png?1) no-repeat;
}
.hdsp-video-section-box-item-video-picture
{
	display: block;
	margin: 0;
	padding: 0;
	min-width: 100%;
}
.hdsp-video-section-box-item-section-link
{
	padding: 5px 16px 0;
}
.hdsp-video-section-box-item-section-link-item
{
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #53c7f0;
	color: #53c7f0;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	text-decoration: none;
}
.hdsp-topics-section-content
{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/*padding-top: 87px;*/
	padding-top: 40px;
}
.hdsp-topics-section-box
{
	max-width: 49%;
	flex: 1 1 100%;
}
.hdsp-topics-section-sidebar
{
	max-width: 42.2%;
	width: 100%;
}
.hdsp-topics-section-sidebar-content
{

}
.hdsp-topics-section-sidebar-banner {
	max-width: 100%;
	margin-bottom: 20px;
}
.hdsp-topics-section-sidebar-banner img {
	max-width: 100%;
	height: auto;
}
.hdsp-topics-section-sidebar-item
{
	margin-bottom: 40px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.hdsp-topics-section-sidebar-item-content
{
	padding: 33px 36px 14px;
}
.hdsp-topics-section-sidebar-item-title
{
	color: #000000;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
	font-size: 23px;
	line-height: 28px;
}
.hdsp-topics-section-sidebar-item-links
{
	padding-top: 5px;
}
.hdsp-topics-section-sidebar-item-links-list
{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;

	list-style-type: none;
	box-sizing: border-box;
}
.hdsp-topics-section-sidebar-item-links-list-item {
	padding-left: 1.125em;
}
.hdsp-topics-section-sidebar-item-links-list-item:before
{
	content: '';
	display: inline-block;
	width: .375em;
	height: .375em;
	margin-left: -1.125em;
	margin-right: .75em;
	background-color: #3bc8f5;
	border-radius: 100%;
	line-height: 1;
	vertical-align: middle;
}
.hdsp-topics-section-sidebar-item-links-list-item.hdsp-topics-section-sidebar-item-links-list-item_status
{
	padding-left: 0;
}
.hdsp-topics-section-sidebar-item-links-list-item.hdsp-topics-section-sidebar-item-links-list-item_status:before
{
	content: none;
}
.hdsp-topics-section-sidebar-item-links-list-item-link
{
	color: #4c85ca;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
}
.hdsp-topics-section-sidebar-item-more
{
	padding-top: 16px;
	padding-right: 34px;
	text-align: right;
}
.hdsp-topics-section-sidebar-item-more-link
{

}
.hdsp-topics-icon-new,
.hdsp-topics-icon-actual,
.hdsp-topics-icon-business
{
	position: relative;
}
.hdsp-topics-icon-new:before,
.hdsp-topics-icon-actual:before,
.hdsp-topics-icon-business:before
{
	content: '';
	display: block;
	position: absolute;
	width: 27px;
	height: 32px;
	top: 0 ;
	right: 20px;
}
.hdsp-topics-icon-new:before
{
	background: url(/images/helpdesk/index/icon-new.png?1) no-repeat;
}
.hdsp-topics-icon-actual:before
{
	background: url(/images/helpdesk/index/icon-actual.png?1) no-repeat;
}
.hdsp-topics-icon-business:before
{
	background: url(/images/helpdesk/index/icon-business.png?1) no-repeat;
}
.hdsp-support-section-content
{
	position: relative;
	/*padding-top: 135px;*/
	padding-top: 70px;
}
.hdsp-support-section-content:before,
.hdsp-support-section-content:after
{
	content: '';
	position: absolute;
	top: 120px;
	z-index: -1;
}
.hdsp-support-section-content:before
{
	width: 190px;
	height: 90px;
	left: 0;
	background: url(/images/helpdesk/ticket/bg-cloud-left.png?1) no-repeat;
	background-size: contain;
}
.hdsp-support-section-content:after
{
	width: 180px;
	height: 100px;
	right: 0;
	background: url(/images/helpdesk/ticket/bg-cloud-right.png?1) no-repeat;
	background-size: contain;
}
.hdsp-support-section-title
{
	color: #000000;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
}
.hdsp-support-section-subtitle
{
	padding-top: 4px;
	color: #000000;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
}
.hdsp-support-section-list
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	max-width: 67%;
	margin: 0 auto;
	padding-top: 65px;
}
.bxhd-photo-block-item
{
	width: 100px;
	text-align: center;
	margin: 12px 12px 0px 12px;
}
.bxhd-photo-block-item img
{
	max-width: 140px;
	width: 100%;
	background: #fff;
	border: 1px solid #00caf7;
	border-radius: 100%;
	overflow: hidden;
}
.hdsp-support-section-btn-box
{

}
.hdsp-support-section-btn-content
{
	padding-top: 45px;
	text-align: center;
}
.hdsp-support-section-btn
{
	display: inline-block;
	padding: 15px 55px;
	border: 2px solid #2fc6f7;
	border-radius: 30px;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
}
.hdsp-check-section-content
{
	max-width: none;
	padding-top: 92px;
}
.hdsp-check-section-title
{
	color: #000000;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
}
.hdsp-check-section-list
{
	display: flex;
	justify-content: center;
	margin-top: 56px;
}
.hdsp-check-section-list-item
{
	max-width: 706px;
	width: 100%;
	padding-top: 78px;
	padding-bottom: 63px;
	text-align: center;
}
.hdsp-check-section-list-item-b1
{
	background: url(/images/helpdesk/index/bf-1.png?1) no-repeat;
	background-size: cover;
}
.hdsp-check-section-list-item-b2
{
	background: url(/images/helpdesk/index/bf-2.png?1) no-repeat;
	background-size: cover;
}
.hdsp-check-section-list-content
{

}
.hdsp-check-section-list-item-icon
{

}
.hdsp-check-section-list-item-icon-item
{

}
.hdsp-check-section-list-item-desc
{
	padding-top: 30px;
}
.hdsp-check-section-list-item-desc-link
{
	color: #fff;
	border-bottom: 2px solid #fff;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
}
.hdsp-check-section-list-item-desc-link:hover
{
	color: #fff;
}
.hdsp-tools-section-content
{
	padding-top: 85px;
	padding-bottom: 150px;
}
.hdsp-tools-section-title
{
	color: #000000;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
}
.hdsp-tools-section-list
{
	display: flex;
	justify-content: center;
	max-width: 93%;
	margin: 0 auto;
	padding-top: 43px;
	color: #2fc7f7;
	font-size: 19px;
	line-height: 24px;
	text-decoration: underline;
}
.hdsp-tools-section-list-item
{
	max-width: 25%;
	width: 100%;
	text-align: center;
}
.hdsp-tools-section-list-item-picture
{
	max-width: 90px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
}
.hdsp-tools-section-list-item-picture-item
{
	width: 100%;
	height: auto;
}
.b-counter-section
{
	display: none;
}
.bx-note-active-player-popup-cnt
{
	background: #ffffff;
	max-width: 650px;
	width: 100%;
	min-width: 320px;
	padding: 20px;
	border-radius: 5px;
}
.bx-note-active-player-popup-cnt .popup-window-close-icon
{
	position: absolute;
	top: -22px;
	right: -22px;
	width: 48px;
	height: 80px;
	background: url(/bitrix/templates/b24_new/img/shared/modal.png?123) 0 0 no-repeat;
	-o-transition: background-image 0.3s;
	-moz-transition: background-image 0.3s;
	-webkit-transition: background-image 0.3s;
	transition: background-image 0.3s;
}
.bx-note-active-player-popup-cnt .popup-window-close-icon:after
{
	content: none;
}
.bx-note-active-player-popup-cnt .popup-window-close-icon:hover
{
	background: url(/bitrix/templates/b24_new/img/shared/modal-hover.png?123) 0 0 no-repeat;
}
.bx-note-active-player-popup-cnt .popup-window-content
{
	position: relative;
	padding-top: 25.65%;
	padding-bottom: 25.65%;
}
.bx-note-active-player-popup-cnt .popup-window-content iframe
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

@media (max-width: 1000px)
{
	.hdsp-section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.hdsp-top-search-block
	{
		flex-wrap: wrap;
		margin-bottom: 40px;
		padding-top: 35px;
	}
	.hdsp-info-author-block
	{
		justify-content: center;
		flex-direction: column;
		width: 100%;
		padding: 0 0 50px;
	}
	.hdsp-info-author-block_main {
		display: none;
	}
	.hdsp-info-author-block-text {
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
	}
	.hdsp-info-author-block-text:before {
		top: -29px;
		left: calc(50% - 15px);
		transform: rotate(90deg);
	}
	.hdsp-info-author-block-text-item
	{
		font-size: 12px;
		line-height: 14px;
	}
	.hdsp-info-dotted-line-block
	{
		display: none;
	}
	.hdsp-info-search-inner
	{
		max-width: 467px;
		min-width: auto;
	}
	.hdsp-video-section-box
	{
		justify-content: center;
		flex-wrap: wrap;
	}
	.hdsp-video-section-box-item
	{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.hdsp-video-section-box-item-content
	{
		max-width: 320px;
	}
	.hdsp-video-section-box-item-title
	{
		margin-left: 0;
		font-size: 25px;
		line-height: 28px;
	}
	.hdsp-video-section-box-item-video-box
	{
		margin: 20px 3px;
	}
	.hdsp-video-section-box-item-video-picture
	{
		max-width: 100%;
	}
	.hdsp-video-section-box-item-section-link
	{
		padding: 5px 0 0;
	}
	.hdsp-video-section-box-item-section-link-item
	{
		font-size: 20px;
		line-height: 25px;
	}
	.hdsp-topics-section-content
	{
		flex-wrap: wrap-reverse;
		justify-content: center;
		padding-top: 0;
	}
	.hdsp-topics-section-box,
	.hdsp-topics-section-sidebar
	{
		max-width: none;
	}
	.hdsp-support-section-content
	{
		padding-top: 70px;
	}
	.hdsp-support-section-list
	{
		flex-wrap: wrap;
	}
	.hdsp-support-section-list-item
	{
		width: 45%;
		margin: 2.5%;
	}
	.hdsp-check-section-list
	{
		flex-wrap: wrap;
	}
	.bxhd-photo-block-item
	{
		width: 60px;
	}
	.hdsp-support-section-btn {
		padding: 15px 20px;
		font-size: 16px;
	}
	.video .article-video-list {
		flex-wrap: wrap;
	}
	.article-video-list .article-video-list-item {
		margin: 0 10px 15px;
	}
}

@media (max-width: 768px) {
	.hdsp-info-author-block {
		padding-bottom: 30px;
	}

	.hdsp-info-search-form-search-btn {
		padding: 10px;
	}

	.bxhd-photo-block-item
	{
		width: 40px;
	}

	.hdsp-tools-section-list {
		flex-direction: column;
	}

	.hdsp-tools-section-list-item {
		max-width: 100%;
		margin: 10px auto;
	}

	.title-extra {
		font-size: 22px;
	}

	.other-help .bx-other-help {
		flex-direction: column;
	}

	.other-help .bx-other-help .bx-other-help-type {
		display: block;
		max-width: 100%;
		width: auto;
		margin: 0 0 30px;
	}
}
/* =============================== helpdesk.index.css ====================================== */


/* =============================== b24_help_new.css ====================================== */
.wrap
{
    width: 1160px;
    margin: 0 auto;
    padding: 0;
}

.question-container
{
    margin: 40px 0 30px;
    font-family: Arial;
}

.answer
{
    background: url("/bitrix/templates/b24_new/img/curve_arrow.png") no-repeat scroll 99% 66% rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    padding: 0 165px 0 0;
}

.answering-photo
{
    background: url("/bitrix/templates/b24_new/img/photo-pattern.png") repeat scroll center center rgba(0, 0, 0, 0);
    border-radius: 100px;
    display: inline-block;
    height: 100px;
    margin: 0 30px 0 15px;
    padding: 10px;
    vertical-align: middle;
    width: 100px;
}

.answering-photo .photo
{
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: #535c69;
    border: none;
    margin: 0;
    padding: 0;
}

.answer-message
{
    background-color: #caf0fc;
    border-radius: 5px;
    padding: 14px 20px 20px;
    width: 380px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.answer-message:before
{
    border: 10px solid;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: -18px;
    top: 30px;
    content: " ";
    border-color: transparent #caf0fc transparent transparent;
}

.answer-message p
{
    margin: 0;
    padding: 0;
    color: #7f7f7f;
}


.answering-name
{
    color: #000;
    display: inline-block;
    font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
		font-weight: 400;
    font-size: 14px;
    margin: 16px 0 0;
    text-transform: uppercase;
}

.find-block,
.info-block
{
    display: inline-block;
    vertical-align: middle;
}

.search-form
{
    border: 1px solid #c1c3c4;
    border-radius: 2px;
    padding: 9px 9px 9px 25px;
    position: relative;
    width: 360px;
}

.search-form input[type=text]
{
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px - 25px);
    margin: 0 25px 0 0;
}

.search-form input[type=submit]
{
    background-color: #2ecaf7;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
		font-weight: 300;
    font-weight: 600;
    padding: 9px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 90px;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: background;
}

.submit-info,
.get-course
{
    background-color: #2ecaf7;
    border: medium none;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
		font-weight: 500;
    font-size: 15px;
    margin: 35px 0 0 165px;
    padding: 17px 30px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-property: background;
    vertical-align: middle;
}

.search-form input[type=submit]:hover,
.submit-info:hover,
.get-course:hover
{
    background-color: #39d5ff;
    color: #fff;
}

.submit-info:disabled {
	background: #CCC;
}
.info-block .info
{
    border: 1px solid #c1c3c4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    width: 358px;
    height: 140px;
}

.other-help
{
    padding: 60px 0 90px;
}

.help-type p
{
    margin: 25px 0 30px;
}

.help-type
{
    width: calc(33% - 100px);
    display: inline-block;
    vertical-align: top;
    margin: 0 100px 0 0;
}

.help-type:nth-last-child(1)
{
    margin: 0;
}

.bx-other-help
{
    display: flex;
    justify-content: flex-start;
}

.bx-other-help-type
{
    width: calc(100% - 100px);
}

.dont-found
{
    display: inline-block;
    vertical-align: middle;
    margin: 50px 30px 50px 0;
}

.course-info
{
    display: inline-block;
    width: 510px;
    vertical-align: middle;
}

.title-extra
{
    color: #676767;
    font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    font-size: 28px;
		font-weight: 300;
    margin: 0 0 50px;
    line-height: 38px;
}

.navigation-container
{
    display: inline-block;
    margin: 0 80px 0 0;
    padding: 30px 0 0;
    width: 570px;
    vertical-align: top;
}

.video
{
    padding: 40px 0 50px;
}

.video .title-extra
{
    width: 80%;
}

.actual
{
    display: inline-block;
    padding: 30px 0 0;
    width: 505px;
    vertical-align: top;
}

.actual .list-title
{
    padding-left: 0;
}

.actual .links-list
{

}

.actual .links-list a
{
    color: #0b66c3;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: calc(100% - 30px);
}

.actual .links-list a:before
{
    background: none repeat scroll 0 0 #2ecaf7;
    border-radius: 10px;
    content: " ";
    display: inline-block;
    height: 10px;
    margin: 0 20px 0 0;
    vertical-align: initial;
    width: 10px;
}

.contents
{
    padding: 10px 0 70px;
}

.article
{
    padding: 45px 0 40px;
}

.article-wrap
{
    width: 675px;
    margin: 0 55px 0 0;
    display: inline-block;
    vertical-align: top;
}

.navigation-right-container
{
    width: 430px;
    display: inline-block;
    vertical-align: top;
}

.search-title
{
    margin: 40px 0 30px;
}

.results-count
{
    margin: 0 55px 0 0;
    vertical-align: middle;
}

.found-items a
{
    margin: 0 20px 0 0;
    border-radius: 50px;
    padding: 5px 8px;
}

.found-items a:hover
{
    background: #e9f1f3;
    color: #6a828c;
}

.crumb
{
    text-transform: uppercase;
    font-size: 14px;
    color: #2fc6f7;
    padding: 20px 0;
}

.crumb-link
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0 22px 0 0;
    position: relative;
}

.crumb-link:after
{
    background: url("/bitrix/templates/b24_new/img/shared/icons.png") no-repeat scroll 0 -450px rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 15px;
    left: 15px;
    position: relative;
    transition: background-image 0.3s ease 0s;
    vertical-align: text-top;
    width: 9px;
}

.crumb-link:nth-last-child(1)
{
    color: #86969d;
}

.crumb-link:nth-last-child(1):after
{
    display: none;
}

.bx-help-gif-notfound {
	margin-top: -45px;
	margin-left: 192px;
}

.course-button
{
    margin-top: 20px;
    padding-left: 165px;
}

.helpdesk-commercial-users-warning {
    margin-bottom: 75px;
}



.bx-helpdesk-search-block
{

}
.bx-helpdesk-search-inner
{
	margin-bottom: 20px;
	border: 2px solid #E5ECEF;
	border-radius: 5px;
	font-size: 17px;
}
.bx-helpdesk-search-form
{
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 11px 10px;
	border: none;
}
.bx-helpdesk-search-form-input
{
	flex: 1;
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
}
.bx-helpdesk-search-form-search-btn
{
	margin: 0;
	padding: 10px 25px;
	background: #2fc7f7;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	transition: background .3s;
	cursor: pointer;
}
.bx-helpdesk-search-form-search-btn:hover
{
	background: #68ddff;
}

/* =============================== b24_help_new.css ====================================== */

/* =============================== main.css ====================================== */


/* CSS3 *******************************************************************************************************************************************************/
/* Transform **************************************************************************************************************************************************/
/* Transition *************************************************************************************************************************************************/
/* IE Filter **************************************************************************************************************************************************/
/* .mx-font 1 *************************************************************************************************************************************************/
/* .mx-font 2 *************************************************************************************************************************************************/
/* .mx-font 3 *************************************************************************************************************************************************/
/* .mx-font 4 *************************************************************************************************************************************************/
/* .mx-font 5 *************************************************************************************************************************************************/
#c-wrapper {
  font-size: 16px;
  line-height: 26px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #6a828c;
  position: relative;
  min-width: 1260px;
  padding: 74px 0 0;
}
h1 {
  font-size: 47px;
  line-height: 48px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -3px;
  letter-spacing: -1px;
}
h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -3px;
  letter-spacing: -1px;
  margin: 0 0 35px;
}
h3 {
  font-size: 30px;
  line-height: 42px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  color: #000000;
  position: relative;
  left: -1px;
  letter-spacing: -1px;
  margin: 0 0 18px;
}
h4 {
  font-size: 21px;
  line-height: 32px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -1px;
  margin-bottom: 13px;
}
h5 {
  font-weight: bold;
  margin: 42px 0 26px;
}
a {
  -o-transition-property: background-color, border-color, color, opacity;
  -moz-transition-property: background-color, border-color, color, opacity;
  -webkit-transition-property: background-color, border-color, color, opacity;
  transition-property: background-color, border-color, color, opacity;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #2fc7f7;
  border-bottom: 2px none #cdf0ff;
}
a:hover {
  color: #68ddff;
}
/* .g-article *************************************************************************************************************************************************/
.g-article {
  /*a {
        border-bottom-style: solid;
    }*/
  /*li > ul,
    li > ol {
        margin-bottom: 0;
    }*/
}
.g-article p {
  margin: 0 0 26px;
}
.g-article ul {
  margin: 0 0 26px;
}
.g-article ul > li {
  margin: 12px 0;
  padding: 0 0 0 33px;
  background: url(/bitrix/templates/b24_new/img/shared/list-marker.png) 0 9px no-repeat;
}
.g-article ul:first-child > li:first-child {
  margin-top: 0;
}
.g-article ol {
  margin: 0 0 26px;
}
.g-article ol > li {
  margin: 12px 0;
  padding: 0 0 0 21px;
  position: relative;
}
.g-article ol > li:before {
  content: attr(index);
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: bold;
}
.g-article img {
  display: inline-block;
  margin: 0 0 32px;
}
.g-article p:last-child,
.g-article ul:last-child,
.g-article ul > li:last-child,
.g-article ol:last-child,
.g-article ol > li:last-child {
  margin-bottom: 0;
}
.g-article ul > li.m-reference,
.g-article ol > li.m-reference {
  padding-left: 0 !important;
}
.g-article ul > li h5,
.g-article ol > li h5 {
  margin: 26px 0 12px;
}
/* Global *****************************************************************************************************************************************************/
.st-bdt-gray {
  border-top: 1px solid #eaf0f3;
}
.st-bdb-gray {
  border-bottom: 1px solid #eaf0f3;
}
.st-c-dark {
  color: #272b2d;
}
.st-c-black {
  color: #000000;
}
.st-c-dark-blue {
  color: #0066a1;
}
.st-fz-big {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.gm-gradient-line-top {
  position: relative;
}
.gm-gradient-line-top .gi-gradient-line {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/gradient-line.png) no-repeat;
  background-size: 100% 100%;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gm-gradient-line-bottom {
  position: relative;
}
.gm-gradient-line-bottom .gi-gradient-line {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/gradient-line.png) no-repeat;
  background-size: 100% 100%;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
html.ie8 .gi-gradient-line {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/bitrix/templates/b24_new/img/shared/gradient-line.png", sizingMethod='scale');
}
.gl-wrap {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.ge-link {
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-color: rgba(155, 226, 255, 0.5);
}
.ge-link.n-ext,
.ge-link.n-contacts {
  margin: 0 0 0 27px;
}
.ge-link.n-ext:before,
.ge-link.n-contacts:before {
  content: ' ';
  position: absolute;
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 50px no-repeat;
}
.ge-link.n-ext:before {
  width: 13px;
  height: 12px;
  background-position: 0 -1700px;
  top: 4px;
  left: -25px;
}
.ge-link.n-contacts:before {
  width: 16px;
  height: 12px;
  background-position: 0 -1750px;
  top: 3px;
  left: -27px;
}
.ge-link-2 {
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 26px 0 35px;
}
.ge-link-2:before {
  -o-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 50px no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -35px;
  margin: -14px 0 0;
}
.ge-link-2:hover:before {
  background-image: url(/bitrix/templates/b24_new/img/shared/icons-hover.png);
}
.ge-link-2.n-info:before {
  background-position: 0 -2050px;
}
.ge-link-2.n-play:before {
  background-position: 0 -2100px;
}
.logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.social-links {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
ul.js-table-ul {
  display: table;
  width: 100%;
}
ul.js-table-ul > li {
  white-space: nowrap;
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
ul.js-table-ul > li.m-separator {
  width: auto;
}
.js-show-more,
.js-hide-more {
  border-bottom-style: dashed;
}
.js-hide-more {
  display: none;
}
.js-more-content {
  display: none;
}
.js-more-content .js-hide-more {
  display: inline;
}
/* #b-header **************************************************************************************************************************************************/
#b-header {
  height: 74px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  min-width: 1260px;
  z-index: 2000;
  border-bottom: 1px solid #eaf0f3;
}
#b-header .r-logo {
  background: url(/bitrix/templates/b24_new/img/main/logo.png) no-repeat;
  width: 195px;
  height: 36px;
  position: absolute;
  top: 19px;
  left: 0;
}
#b-header .r-logo .e-wobbler {
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url(/bitrix/templates/b24_new/img/main/wobbler.png) no-repeat;
  width: 126px;
  height: 35px;
  position: absolute;
  top: 26px;
  left: 62px;
  opacity: 0;
}
#b-header .e-home {
  border-radius: 50%;
  behavior: url(PIE.htc);
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 0;
  top: 16px;
  left: 252px;
  border: 2px solid #2fc7f7;
  text-indent: -9999px;
  overflow: hidden;
}
#b-header .e-home:before {
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 0 no-repeat;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}
#b-header .e-home:hover {
  border-color: #68ddff;
}
#b-header .e-home:hover:before {
  background-image: url(/bitrix/templates/b24_new/img/shared/icons-hover.png);
}
html.m-show-wobbler #b-header .r-logo .e-wobbler {
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
html.ie8 #b-header .r-logo .e-wobbler {
  opacity: 1;
  display: none;
}
html.ie8.m-show-wobbler #b-header .r-logo .e-wobbler {
  display: block;
}
/* .b-main-menu ***********************************************************************************************************************************************/
.b-main-menu {
  position: absolute;
  top: 17px;
  left: 298px;
}
.b-main-menu:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-main-menu > li {
  font-size: 13px;
  line-height: 18px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  float: left;
}
.b-main-menu > li + li {
  margin-left: 1px;
}
.b-main-menu > li a {
  display: block;
  color: inherit;
  border: 2px solid transparent;
  padding: 7px 14px;
}
.b-main-menu > li a:hover {
  color: #2ecaf7;
}
.b-main-menu > li.is-active a {
  border-radius: 5px;
  behavior: url(PIE.htc);
  color: #000000;
  cursor: default;
  border-color: #2fc7f7;
}
/* .b-sign-in *************************************************************************************************************************************************/
.b-sign-in {
  position: absolute;
  top: 16px;
  right: 78px;
}
.b-sign-in div.e-handle {
  border-radius: 5px;
  behavior: url(PIE.htc);
  width: 59px;
  padding: 9px 10px 9px;
  min-width: 0;
}
.b-sign-in .r-popup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 21px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  border-radius: 6px;
  behavior: url(PIE.htc);
  position: absolute;
  z-index: 0;
  top: 100%;
  right: -78px;
  width: 363px;
  padding: 23px 31px 0;
  margin: 22px 0 0;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(20, 101, 125, 0.75);
  display: none;
}
.b-sign-in .r-popup .i-pointer {
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -300px no-repeat;
  width: 23px;
  height: 10px;
  position: absolute;
  top: -10px;
}
.b-sign-in .r-popup .e-close {
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -350px no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 10;
  top: 31px;
  right: 31px;
  text-indent: -9999px;
  overflow: hidden;
}
.b-sign-in .r-popup > .e-heading {
  font-size: 32px;
  line-height: 40px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -2px;
  letter-spacing: -1px;
  margin: 0 0 20px;
}
.b-sign-in .r-popup .r-form-layout {
  margin: 0 0 29px;
}
.b-sign-in .r-popup .r-form-layout > li:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-sign-in .r-popup .r-form-layout > li + li {
  margin-top: 20px;
}
.b-sign-in .r-popup .r-form-layout .x-button {
  display: block;
  float: left;
}
.b-sign-in .r-popup .r-form-layout .ge-link {
  display: block;
  position: relative;
  top: 11px;
  float: right;
}
.b-sign-in .r-popup .r-fast {
  border-radius: 0 0 6px 6px;
  behavior: url(PIE.htc);
  background: #eff9fc;
  border-top: 1px solid #d5e9ef;
  padding: 13px 31px 19px;
  margin: 0 -31px;
}
.b-sign-in .r-popup .r-fast > .e-heading {
  font-size: 24px;
  line-height: 30px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #000000;
  position: relative;
  left: -2px;
  margin: 0 0 13px;
  letter-spacing: -1px;
}
.b-sign-in .r-popup .r-fast ul > li {
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
}
.b-sign-in .r-popup .r-fast ul > li a {
  border-radius: 5px;
  behavior: url(PIE.htc);
  display: block;
  padding: 15px 12px 13px;
  color: inherit;
}
.b-sign-in .r-popup .r-fast ul > li.fb a {
  background: #4666ac;
}
.b-sign-in .r-popup .r-fast ul > li.fb a:hover {
  background: #758dc1;
}
.b-sign-in .r-popup .r-fast ul > li.vk a {
  background: #55799b;
}
.b-sign-in .r-popup .r-fast ul > li.vk a:hover {
  background: #7f9bb4;
}
.b-sign-in .r-popup .r-fast ul > li.tw a {
  background: #5ea9dd;
}
.b-sign-in .r-popup .r-fast ul > li.tw a:hover {
  background: #86bfe6;
}
.b-sign-in .r-popup .r-fast ul > li.e-more a {
  border-radius: 5px;
  behavior: url(PIE.htc);
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
  z-index: 0;
  background: transparent;
  width: 36px;
  height: 37px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #d5dde0;
}
.b-sign-in .r-popup .r-fast ul > li.e-more a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/b24_new/img/shared/transparent.png);
}
.b-sign-in .r-popup .r-fast ul > li.e-more a:after {
  -o-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -400px no-repeat;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -10px;
}
.b-sign-in .r-popup .r-fast ul > li.e-more a:hover {
  border-color: #dfe5e8;
}
.b-sign-in .r-popup .r-fast ul > li.e-more a:hover:after {
  background-image: url(/bitrix/templates/b24_new/img/shared/icons-hover.png);
}
html.presto .b-sign-in .r-popup,
html.ie9 .b-sign-in .r-popup,
html.mac .b-sign-in .r-popup {
  box-shadow: 0 0 2px rgba(20, 101, 125, 0.75);
}
/* .b-language ************************************************************************************************************************************************/
.b-language {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 0;
  /*width: 110px;*/
}
.b-language a {
  display: block;
  position: relative;
  width: 54px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #e3eaed;
  background: #ffffff;
}
.b-language a:before {
  content: ' ';
  position: absolute;
  top: 9px;
  left: 11px;
  width: 16px;
  height: 12px;
  background: url(/bitrix/templates/b24_new/img/main/language.png) 0 15px no-repeat;
}
.b-language a.ru:before {
  background-position: 0 0;
}
.b-language a.en:before {
  background-position: 0 -13px;
}
.b-language a.ua:before {
  background-position: 0 -38px;
}
.b-language a.de:before {
  background-position: 0 -25px;
}
.b-language a:hover {
  border-radius: 5px;
  behavior: url(PIE.htc);
  border-color: #c2ced3;
}
.b-language .e-handle {
  border-radius: 5px;
  behavior: url(PIE.htc);
  display: block;
  z-index: 1;
  top: 0;
  border-color: #d5dde0;
  position: absolute;
  right: 0;
}
.b-language .e-handle:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -50px no-repeat;
  width: 7px;
  height: 4px;
  position: absolute;
  right: 9px;
  top: 14px;
}
.b-language .r-list {
  position: relative;
  z-index: 0;
  top: 34px;
  display: none;
}
.b-language .r-list > li + li {
  margin-top: -2px;
}
.b-language .r-list > li a {
  height: 29px;
  text-indent: 35px;
  color: #9aa0a6;
  font-weight: bold;
  font-size: 12px;
  width: 110px;
  line-height: 30px;
}
.b-language .r-list > li:first-child a {
  height: 32px;
  line-height: 38px;
  border-radius: 5px 5px 0 0;
  behavior: url(PIE.htc);
}
.b-language .r-list > li:first-child a:before {
  top: 12px;
}
.b-language .r-list > li:last-child a {
  border-radius: 0 0 5px 5px;
  behavior: url(PIE.htc);
}
.b-language .r-list > li a:hover {
  z-index: 1;
}
/* #b-footer **************************************************************************************************************************************************/
#b-footer {
  font-size: 14px;
  line-height: 21px;
  color: #9ba9af;
  position: relative;
  z-index: 0;
  background: #475155;
  padding: 3px 0 0;
}
#b-footer > .l-top .gl-wrap {
  padding: 46px 0 33px;
}
#b-footer > .l-top:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/main/footer.png) no-repeat;
  width: 294px;
  height: 127px;
  position: absolute;
  z-index: -10;
  top: 131px;
  left: 50%;
  margin-left: 269px;
}
#b-footer > .l-bottom {
  border-top: 1px solid #6b757b;
}
#b-footer > .l-bottom .gl-wrap {
  padding: 76px 0 35px;
}
#b-footer .r-links {
  position: absolute;
  bottom: 80px;
  left: 0;
}
#b-footer .r-links:after {
  content: ' ';
  display: block;
  clear: both;
}
#b-footer .r-links > li {
  float: left;
}
#b-footer .r-links > li + li {
  margin-left: 36px;
}
#b-footer .r-links > li a {
  color: #ffffff;
}
#b-footer .r-links > li a:hover {
  color: #8d9ba1;
}
#b-footer .e-copyright {
  font-size: 12px;
  display: inline-block;
}
#b-footer .e-age-restriction {
  font-size: 14px;
  color: #839199;
  border-radius: 16px;
  behavior: url(PIE.htc);
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 11px;
  margin: -15px 13px;
  border: 1px solid #839199;
}
/* .b-sitemap *************************************************************************************************************************************************/
.b-sitemap:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-sitemap > li {
  float: left;
}
.b-sitemap > li + li {
  margin-left: 62px;
}
.b-sitemap > li .e-heading {
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 500;
  color: #ffffff;
  display: inline-block;
  padding: 0 0 2px;
  margin: 0 0 27px;
  border-bottom: 2px solid #7e878c;
  text-transform: uppercase;
}
.b-sitemap > li .e-heading:hover {
  color: #cdcdcd;
}
.b-sitemap > li li + li {
  margin-top: 15px;
}
.b-sitemap > li li a {
  color: inherit;
}
.b-sitemap > li li a:hover {
  color: #ebf1f3;
}
/* .b-search-form *********************************************************************************************************************************************/
.b-search-form {
  position: absolute;
  z-index: 0;
  top: 39px;
  right: 0;
  width: 280px;
}
.b-search-form .x-text {
  border-radius: 20px;
  behavior: url(PIE.htc);
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  height: 40px;
  background: #839199;
  color: #475155;
}
.b-search-form .x-text input,
.b-search-form .x-text .e-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: inherit;
  top: 0;
  left: 0;
  padding: 11px 50px 10px 24px;
}
.b-search-form .x-text.is-hover,
.b-search-form .x-text.is-focus {
  background: #b8bdc0;
  color: #373839;
}
.b-search-form .x-button {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.b-search-form .x-button:before {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -200px no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 5px;
}
/* .b-designed-by *********************************************************************************************************************************************/
.b-designed-by {
  border-radius: 4px;
  behavior: url(PIE.htc);
  border: 2px solid #839199;
  position: absolute;
  bottom: 71px;
  left: 629px;
  padding: 6px 78px 7px 10px;
  color: inherit;
  width: min-content;
  min-width: 170px;
}
.b-designed-by:hover {
  color: #ffffff;
}
.b-designed-by .e-logo {
  width: 63px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #5e6c73;
}
.b-designed-by .e-logo:after {
  content: ' ';
  background: url(/bitrix/templates/b24_new/img/shared/icons.png) 0 -250px no-repeat;
  width: 41px;
  height: 21px;
  position: absolute;
  top: 5px;
  right: 10px;
}
/* .b-social **************************************************************************************************************************************************/
.b-social {
  position: absolute;
  bottom: 70px;
  right: 0;
}
.b-social:after {
  content: ' ';
  display: block;
  clear: both;
}
.b-social > li {
  float: left;
}
.b-social > li + li {
  margin-left: 12px;
}
.b-social > li a {
  border-radius: 50%;
  behavior: url(PIE.htc);
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-property: border-color, background-image;
  -moz-transition-property: border-color, background-image;
  -webkit-transition-property: border-color, background-image;
  transition-property: border-color, background-image;
  display: block;
  background: url(/bitrix/templates/b24_new/img/main/social-normal.png) 0 0 no-repeat;
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #839199;
}
.b-social > li a:hover {
  border-color: #c8ccce;
  background-image: url(/bitrix/templates/b24_new/img/main/social-hover.png);
}
.b-social > li.vk a {
  background-position: -2px -2px;
}
.b-social > li.fb a {
  background-position: -2px -39px;
}
.b-social > li.tw a {
  background-position: -2px -76px;
}
.b-social > li.h a {
  background-position: -2px -113px;
}
.b-social > li.bt a {
  background-position: -2px -150px;
}
.b-social > li.gp a {
  background-position: -2px -187px;
}
.b-social > li.in a {
  background-position: -2px -224px;
}
.b-social > li.yt a {
  background-position: -2px -256px;
}
.b-social > li.xi a {
  background-position: -2px -290px;
}
.b-buy-modal {
  font-size: 16px;
  line-height: 26px;
  font-family: Montserrat, 'Helvetica Neue', Verdana, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 400;
  color: #6a828c;
}
.b-buy-modal .x-text {
  border-radius: 5px;
  behavior: url(PIE.htc);
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -o-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  height: 40px;
  background: #fff;
  color: #475155;
  border: 2px solid #d5dde0;
}
.b-buy-modal .x-text input,
.b-buy-modal .x-text .e-placeholder {
  font-size: 16px;
  line-height: 19px;
  color: inherit;
  top: 0;
  left: 0;
  padding: 11px 50px 10px 24px;
}
.b-buy-modal .x-text.is-hover,
.b-buy-modal .x-text.is-focus {
  background: #b8bdc0;
  color: #373839;
}
.b-forum a {
  color: #0066a1;
  text-decoration: underline;
}
.b-forum li {
  display: list-item;
}
.b-forum ul {
  list-style: initial;
}
a.ge-modal-img {
  border-bottom: none;
}
#play-container2 {
  border: 5px solid #fff;
  border-radius: 4px;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 130px;
  width: 838px;
  height: 471px;
  box-shadow: inset 0 0 10px #000;
}
#play-content {
  opacity: 0;
}

.p-support .data-table {
	border:1px solid #ccc;
	margin-bottom:10px;
}

.p-support .data-table td {
	padding:2px;
}

.bx-help-post-partner-name {
	display:inline;
	margin-left:20px;
}

.bx-help-post-partner-img {
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 22px;
	vertical-align: middle;
}

.bx-help-post-partner-img img {
	border: none;
	display: block;
	max-height: 150px;
	max-width: 150px;
}
div.code {
	overflow:auto;
}

table.code {
	color: #7D7D7D;
	background-color: #F7F7F7;
}

table.code, table.quote {font-size:1em; margin:0.5em 1em; width:80%; border:1px solid #E8E8E8; margin: 0; border-radius:4px; background-color: #f7f8ee;}
table.code td, table.quote td {padding: 6px 40px 8px 32px;}
table.code pre {font-family:"Courier New"; font-size: 12px; margin: 0; line-height: 15px; white-space:pre-nowrap;}

table.quote {
	background: url(/bitrix/components/bitrix/socialnetwork.blog.blog/templates/.default/images/quote-gray.png) no-repeat 12px 11px #fefff4;
	border-color: #edede6;
	color: #555;
}

.bx-publish-tabs {
	text-align:right;
}

.bx-publish-tabs div {
	display:inline;
	background-color: #f5f7f8;
	border: 1px solid #ecf1f2;
	border-bottom:0;
	border-radius: 3px;
	padding:16px;
	padding-top:10px;
	margin-right: 4px;
}

.bx-publish-tabs div.bx-unselected {
	background-color: #fff;
	padding-bottom:3px;
}

/* =============================== main.css ====================================== */


/* =================================== mobile.css ============================ */
#menu-block-menu {
	display: none;
}

.b-modal img {
	max-width: 100%;
}

@media (max-width: 992px) {
	.b-modal {
		max-width: 90%;
		margin: auto;
		padding: 15px;
	}

	.bx-help-post-btn.bx-help-padding {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.b-modal .xm-close {
		right: -8px;
	}
}

@media (max-width: 992px) {
	.bxst-header .bxst-header-menu {
		display: none;
	}

	.bxst-header.active {
		overflow: auto;
	}

	.bxst-header .bxst-header-slide-section-outer {
		align-items: flex-start;
	}

	.bxst-header .bxst-header-slide-section-inner {
		width: 100%;
	}

	.bxst-header .bx-helpdesk-section-title-cnr {
		display: none;
	}
}

@media (max-width: 768px) {
	.bxst-header .bxst-header-inner {
		width: 100%;
	}
}


#c-wrapper {
	min-width: 320px;
}

@media (max-width: 992px) {
	#c-wrapper {
		padding: 60px 0 0;
	}
}

.b-page-heading {
	background: #2fc7f7;
}

.b-page-heading .gl-wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0;
	height: 149px;
}

@media (max-width: 992px) {
	.b-page-heading .gl-wrap {
		height: 100px;
	}

	.b-page-heading h3 {
		display: none;
	}
}
@media (max-width: 768px) {
	.b-page-heading .gl-wrap {
		height: 80px;
	}
}
@media (max-width: 576px) {
	.b-page-heading .gl-wrap {
		height: 40px;
	}
}

.b-page-heading.gl-wrap > .x-button {
	border-radius: 4px;
	box-shadow: 0 1px 3px #26a6d1;
	behavior: url(PIE.htc);
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -23px;
	padding: 15px 18px 13px;
	min-width: 0;
}

@media (max-width: 992px) {
	.b-page-heading h1 {
		height: 100px;
		font-size: 40px;
		line-height: 41px;
	}
}


@media (max-width: 768px) {
	.b-page-heading h1 {
		height: 80px;
		font-size: 30px;
		line-height: 31px;
	}
}

@media (max-width: 576px) {
	.b-page-heading h1 {
		display: block;
		height: 35px;
		font-size: 25px;
		line-height: 35px;
		text-align: center;
	}
}

@media (max-width: 1200px) {

	.b-free-start .x-button {
		padding: 6px 10px 6px;
	}

	.b-page-heading .bx-start-free-wrap {
		right: 15px !important;
	}
}

@media (max-width: 767px) {
	.b-page-heading .bx-start-free-wrap {
		display: none;
	}
}

@media (max-width: 1200px) {
	.b-page-heading .gl-wrap {
		width: 100%;
		padding: 0 15px 0;
	}

	.gl-wrap {
		width: 100%;
	}
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}
@media (max-width: 576px) {
	.gl-wrap {
		padding: 0;
	}
}

.wrap {
	width: 1180px;
	position: relative;
}

@media (max-width: 1200px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
}

@media (max-width: 768px) {
	.crumb {
		padding: 15px 0;
	}
}
@media (max-width: 576px) {
	.crumb {
		padding: 5px 0;
	}
}

.search-input {
	box-sizing: border-box;
	width: 730px;
}

@media (max-width: 1200px) {
	.search-input {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.search-input {
		margin: 20px 0 15px;
	}
}

@media (max-width: 768px) {
	.search-input {
		padding: 0 10px;
	}
}

@media (max-width: 576px) {
	.search-input {
		padding: 0 5px;
	}
}

@media (max-width: 992px) {
	.search-input input[type=text] {
		line-height: 30px;
	}
}

@media (max-width: 992px) {
	.search-input .find-button {
		height: 45px;
		background-position: -15px 10px;
	}
}

@media (max-width: 768px) {
	.search-input .find-button {
		height: 35px;
		background-position: -15px 5px;
	}
}

@media (max-width: 1200px) {
	.bx-help-gif-notfound {
		margin: 0 auto;
		display: block;
	}
}

@media (max-width: 576px) {
	.bx-help-gif-notfound {
		width: 200px;
		height: 150px;
	}
}

.bx-help-text-notfound {

}

@media (max-width: 576px) {
	.bx-help-text-notfound {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
	.results-count {
		margin: 0;
		display: block;
	}
}

.search-preview {
	word-wrap: break-word;
}

@media (max-width: 576px) {
	.found-items a {
		padding: 0;
		margin: 0;
	}
}

@media (max-width: 768px) {
	.dont-found {
		display: block;
		margin: 30px 0 30px 0;
		text-align: center;
	}

}

@media (max-width: 576px) {
	.x-button.m-blue-border.m-arrow {
		width: 100%;
		box-sizing: border-box;
	}

	.bx-help-social {
		flex: none;
	}
}

@media (max-width: 1200px) {
	.article-wrap {
		width: 670px;
		margin: 0 10px 0 0;
	}
}

@media (max-width: 992px) {
	.article-wrap {
		width: 100%;
		margin: 0;
	}
}

@media (max-width: 576px) {
	.article-wrap iframe {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.bx-help-post-vote-y.bx-help-post-vote-y, .bx-help-post-vote-n.bx-help-post-vote-n {
		display: block;
	}

	.bx-help-post-vote-y.bx-help-post-vote-y {
		margin-right: 0;
	}
}

@media (max-width: 576px) {
	.bx-detail-voted-no {
		width: 100%;
		left: 0;
		top: 170px;
	}

	.bx-detail-arrow:after {
		left: 25px;
	}
}

@media (max-width: 576px) {
	.bx-help-media-info {
		justify-content: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.article-title {
		text-align: center;
	}
}

@media (max-width: 576px) {
	.bx-section-social-share-cnt {
		flex-direction: column;
		justify-content: center;
	}
}

.navigation-right-container {

}

@media (max-width: 1200px) {
	.navigation-right-container {
		width: 460px;
	}
}

@media (max-width: 992px) {
	.navigation-right-container {
		width: 100%;
		margin: 15px 0 0 0;
	}

	#menu-block-left {
		display: none;
	}

	#menu-block-menu {
		display: block;
	}
}

.bxst-footer {
	min-width: 320px;
}

/* footer */

@media (max-width: 1200px) {
	.footer-top__wrap-container {
		padding: 46px 15px 33px;
	}
}

@media (max-width: 992px) {
	.footer-top__wrap-container:after {
		background: none;
	}
}

@media (max-width: 992px) {
	.footer-top__content {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 1200px) {
	.footer-sitemap {
		width: 65%;
	}
}

@media (max-width: 992px) {
	.footer-sitemap {
		width: 90%;
	}
}

@media (max-width: 768px) {
	.footer-sitemap {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.footer-sitemap {
		flex-direction: column;
	}
}

@media (max-width: 992px) {
	.footer-sitemap__item ul, .footer-sitemap__item .e-heading {
		margin-left: 10px;
	}
}

@media (max-width: 576px) {
	.footer-sitemap__item ul, .footer-sitemap__item .e-heading {
		margin-left: 0;
	}
}

@media (max-width: 576px) {
	.footer-item_mobile {
		display: block;
	}

	.footer-item_desktop {
		display: none;
	}
}

@media (max-width: 576px) {
	.footer-item__head {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-item .e-heading {
		margin-bottom: 0;
	}

	.footer-item .bxst-footer-menu-section-header-icon {
		display: block;
	}

	.footer-item ul {
		height: 0;
		overflow: hidden;
		margin: 15px 0 0 0;
	}

	.footer-item.active ul {
		margin: 15px 0;
	}

	.footer-item.active ul {
		height: auto;
	}
}

@media (max-width: 992px) {
	.footer-search-block {
		width: 60%;
		margin-top: 50px;
	}
}

@media (max-width: 576px) {
	.footer-search-block {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.footer-search-block .footer-search-form {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.footer-bottom__wrap-container {
		padding: 0 15px 10px;
	}
}

@media (max-width: 992px) {
	.footer-bottom__wrap-container {
		padding: 0 15px 20px;
	}
}

@media (max-width: 992px) {
	.footer-bottom__content {
		flex-direction: column;
	}
}

@media (max-width: 992px) {
	.menu-arguments-block ul.r-links {
		text-align: center;
	}

	.menu-arguments-block ul.r-links li {
		display: inline-block;
	}

	#b-footer .r-links > li {
		float: none;
	}
}

@media (max-width: 768px) {
	#b-footer .r-links > li + li {
		margin-left: 5px;
	}

	#b-footer .r-links > li {
		margin-bottom: 5px;
	}
}

@media (max-width: 992px) {
	.arguments-block {
		flex-direction: column;
		margin-top: 10px;
	}
}

@media (max-width: 992px) {
	.arguments-block__age {
		padding-left: 0;
	}
}

@media (max-width: 992px) {
	.copyright-block__item {
		text-align: center;
	}
}

@media (max-width: 992px) {
	.age-block {
		margin-top: 20px;
		justify-content: center;
	}
}

@media (max-width: 992px) {
	.social-logo-block {
		padding-right: 0;
	}
}

/* fix header MZ*/
@media (max-width: 768px) {
	.bxst-header .bxst-header-inner {
		flex: none;
	}

	.bxst-header .bxst-header-slide-section-inner {
		flex: none;
	}
}
/* =============================== mobile.css ====================================== */