


/* Start:/bitrix/templates/.default/components/bitrix/menu/adaptive-menu/style.css*/
.tabs-right, .tabs-left{width: 100%;margin: 15px 0;}
/* End */



/* Start:/bitrix/components/infostart/support.chat/templates/modal/style.css*/
/*modal*/
.modal-chat{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	font-family: Inter, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 9999;

	transition: all .3s;
}
.modal-chat_bg{
	background-color: rgb(0, 0, 0, 0.5);
}
.modal_active{
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.modal-chat__main{
	display: flex;
	flex-direction: column;

	width: auto;
	height: calc(100vh - 60px);
	max-height: 634px;

	margin: 10px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border-radius: 6px;
	outline: 0;
}
.modal-chat__header{
	display:flex;
	justify-content: space-between;
	align-items: center;

	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.header__title{
	margin: 0;
	line-height: 1.42857143;
	font-size: 17px;
	font-weight: 300;
}
.modal__close-img {
	width: 23px;
	height: 23px;
	cursor: pointer;
	filter: invert(71%) sepia(1%) saturate(397%) hue-rotate(41deg) brightness(114%) contrast(111%);
}
.modal__close-img:hover{
	filter: invert(53%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(88%) contrast(88%);
}
.modal-chat__body{
	padding: 50px;
	width: fit-content;
	height: fit-content;
	margin: auto;
	border-radius: 10px;
	position: relative;
}
.modal-chat__footer{
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.footer__form_hidden{
	display: none;
	visibility: hidden;
}
.footer__continue{
	display:flex;
	align-items: center;
	padding: 4px 7px;
	border: 1px solid #dee1e7;
}
.continue__label{
	font-size: 0.8125em;
	line-height: 1.230769230769231em;
	color: #575d67;
	margin-right: 8px;
}
.link__icon {
	cursor: pointer;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: none;
	outline: none;
	background-color: #40b3e0;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m18.874 5.486-2.51 12.658s-.352.878-1.317.457l-5.794-4.442-2.107-1.018L3.6 11.947s-.544-.193-.597-.615c-.053-.421.614-.65.614-.65l14.098-5.53s1.159-.509 1.159.334' fill='%23fff'/%3E%3Cpath d='M8.808 18.001s-.17-.016-.38-.683-1.282-4.178-1.282-4.178l8.515-5.408s.492-.298.474 0c0 0 .088.053-.175.299-.264.246-6.69 6.022-6.69 6.022' fill='%23D2E5F1'/%3E%3Cpath d='m11.475 15.862-2.291 2.09s-.18.135-.375.05l.438-3.88' fill='%23B5CFE4'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
}
.link__icon:hover {
	background-color: #22a1d3;
}
.footer__actions{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.actions__main{
	position:relative;
	margin-right: 8px;
}
.actions__list{
	display: block;
	position: absolute;
	width: 205px;
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
	margin: 2px 0px;
	min-width: 160px;
	padding: 5px 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.actions__list_animate{
	animation-name: flipInX;
	-moz-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
	animation-fill-mode: both;
}
.list__link{
	padding: 3px 20px;
	color: #333;
	width: 100%;
	display: block;
}
.list__link:hover, .list__link:focus, .list__link:active{
	text-decoration: none!important;
	color: #FFFFFF;
	background-color: #3B5998;
}
.actions_hidden{
	visibility: hidden;
}
.actions__button {
	width: 32px;
	height: 32px;
	background-color: #ffffff;
	border: 1px solid #DEE1E7;
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.086.38a5 5 0 0 1 5.452 8.152l-.003.003L9.122 21.122a3 3 0 0 1-4.246-4.24l10.41-10.584a1 1 0 0 1 1.426 1.403L6.293 18.293a1 1 0 0 0 1.414 1.414L20.121 7.121a3 3 0 0 0-4.24-4.245L3.465 15.465a5 5 0 1 0 7.07 7.07l10.258-10.243a1 1 0 0 1 1.413 1.415L11.95 23.95a7 7 0 0 1-9.902-9.897L14.464 1.464A5 5 0 0 1 16.086.38Z' fill='%23575D67'/%3E%3C/svg%3E");
	background-size: 23px 26px;
	background-position: center center;
	background-repeat: no-repeat;
}
.actions__button:hover {
	border-color: #CCCED0;
}
.button__text {
	display: inline-flex;
	width: 0;
	overflow: hidden;
}
.button_active {
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.086.38a5 5 0 0 1 5.452 8.152l-.003.003L9.122 21.122a3 3 0 0 1-4.246-4.24l10.41-10.584a1 1 0 0 1 1.426 1.403L6.293 18.293a1 1 0 0 0 1.414 1.414L20.121 7.121a3 3 0 0 0-4.24-4.245L3.465 15.465a5 5 0 1 0 7.07 7.07l10.258-10.243a1 1 0 0 1 1.413 1.415L11.95 23.95a7 7 0 0 1-9.902-9.897L14.464 1.464A5 5 0 0 1 16.086.38Z' fill='%235AB543'/%3E%3C/svg%3E");
}
.footer__btn {
	width: 120px;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border: 1px solid transparent;

	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.footer__btn:active, .footer__btn:focus, .footer__btn:hover{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

@media (min-width: 414px){

	.modal-chat__main {
		width: 450px;
		max-width: calc(100% - 20px);
		margin: 30px auto;
	}
}
@media (max-width: 430px) {
	/*.modal-chat__footer{
		flex-direction: column;
		align-items: flex-start;
	}*/
	.footer__continue{
		order: 2;
		margin-left: auto;
		margin-right: 0;
	}

	.livechat-actions {
		margin-bottom: 8px;
		width: 100%;
		order: 1;
		display: flex;
	}
	.livechat-actions .btn-group {
		width: 48px;
	}
}
@media (max-width: 525px) {
	.actions__list{
		font-size:11px;
		width: 180px;
	}

	.livechat-box{
		min-height: calc(50vh - 60px)!important;
	}
}
/*modal*/









.livechat-box {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
    background-color: #fff;
	width: 100%;
	z-index: 1010;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 360px;
	overflow-y: auto;
    padding: 0;
}
.livechat-box .livechat-box-content {
	color: #404040;
}
.livechat-box * {
	box-sizing: border-box;
}
.livechat-day-wrap {
	padding-top: 10px;
	text-align: center;
}
.livechat-box a {
	color: currentColor;
	text-decoration: underline;
}
.livechat-box .btn {
	display: inline-block;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
}
.livechat-box .btn-default {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ccc;
}
.livechat-box .btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.livechat-box .btn:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.chat-info-message {
	padding:0 15px;
	font-size: 12px;
	color:#777;
}
.livechat-box-content {
	padding: 7px 15px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	border: none;
	flex-grow:1;
}
@media (max-width: 768px) {
	.livechat-box-content {
		padding: 7px 10px 7px 20px;
	}
}
.livechat-box-content>.alert-msg {
	border-bottom: 1px dashed #D6D6D6;
	padding: 4px 10px;
	color: #C20F16;
	font-size: 11px;
	text-align: center;
	display: none
}
.livechat-box-content.true>.alert-msg {
	display: block;
}
.livechat-box-content>:first-child {
	margin-top: 0
}
.livechat-box-input {
	padding: 5px 15px;
	border-top: 1px solid grey;
	border-width: 0;
	background-color: #fff;
}
@media (max-width: 768px) {
	.livechat-box-input {
		padding: 5px 20px;
	}
}
.livechat-box-input-agree {
	position: relative;
	padding: 0 28px;
	font-size: 11px;
}
.livechat-box-input textarea {
	border: 1px solid #bdbdbd;
	padding: 6px 10px;
	outline: 0;
	resize: none;
	background-color: #fff;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
	width: 100%;
	height: 98px;
}
.livechat-box-input textarea::-webkit-input-placeholder,
.livechat-box-input textarea::-moz-placeholder {
	color: #BBC4CB;
}
.livechat-box-input .livechat-box-input-focus {
	border-color: #5D98CC;
	background-color: rgba(48,126,204,.05);
}
.livechat-man {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height:0;
	opacity: 0;
	z-index: 1010;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	cursor: pointer;
	-webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
	transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
}
.livechat-man:focus {
	outline: 0
}
.livechat-man.animated {
	height:auto;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0px)
}
.livechat-man .js-start-chat {
	display: block;
	text-align: center;
	text-decoration:none;
	cursor: pointer;
}
.livechat-man .lc-icon {
	padding-top: 11px;
	font-size:35px;
	line-height: 1;
	display: inline-block;
	vertical-align: center;
	color: #fff;
}
.livechat-man .livechat-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all .3s cubic-bezier(0.86,0,0.07,1);
	transition: all .3s cubic-bezier(0.86,0,0.07,1);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	display: none;
}
.livechat-man .livechat-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1;
	display: block;
}
.livechat-man .livechat-hint.rd-notice-tooltip .rd-notice-content {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis
}
.rd-notice {
	opacity: 0;
	position: relative;
	padding: 0;
	border: 0;
	text-align: left;
	background-color: #546e7a;
	-webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
	box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
}
.rd-notice-tooltip {
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	font-size: 14px;
	border-radius: 3px;
	line-height: 1.25;
	position: absolute;
	z-index: 65;
	opacity: 1;
}
.rd-notice-position-left {
	margin-left: -20px;
}
.rd-notice-type-success {
	background-color: #3b5998;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2);
	box-shadow: 0 5px 10px 0 rgba(59,89,152,0.2);
}
.rd-notice-tooltip.single-line .rd-notice-content {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	white-space: nowrap;
	color: #fff;
}
.livechat-man .livechat-hint.rd-notice-tooltip .rd-notice-content {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.livechat-box-input-agree .checkbox i {
	left: 0;
}
.chat-message-image {
	margin: 4px;
	display: inline-block;
	cursor: pointer;
}
.chat-message-image > img {
	max-height: 70px;
	max-width: 70px;
	border-radius: 4px;
}
#crm-rate section > label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
	font-size: 13px;
	color: #333;
	text-align: center;
}
.support-contact-list {
	position: fixed;
	display: grid;
	z-index: 1010;
	right: 15px;
	bottom: 15px;
	background-color: #fff;
	box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.15);
	border-radius: 36px;
	padding:4px 0;
}
@media (min-width: 768px) {
	.support-contact-list {
		right: 25px;
		bottom: 25px;
	}
}
.support-contact-list .support-contact-list-control {
	top: -8px;
	left: 50%;
	transform: translate(-50%, -100%);
	position: absolute;
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	cursor: pointer;
}
.open.support-contact-list .support-contact-list-control img {
	transform: rotate(-180deg);
}
.support-contact-list .support-contact-list-control img {
	width: 10px;
	margin: auto;
}
.support-contact-list .support-contact-list-item {
	padding: 0;
	height: 0;
	opacity: 0;
	display: flex;
	transition: all 0.1s ease-in;
	position: relative;
	z-index: 10;
}
.support-contact-list .support-contact-list-item .support-contact-list-item-icon {
	margin: auto;
	cursor: pointer;
}
.open.support-contact-list .support-contact-list-item {
	padding: 4px 8px;
	height: auto;
	opacity: 1;
}
.support-contact-list .support-contact-list-item.always-show {
	padding: 4px 8px;
	height: auto;
	opacity: 1;
	z-index: 10;
}
.support-contact-list .support-contact-list-item .support-contact-list-item-icon img {
	width: 40px;
	height: 40px;
}
.support-contact-list-item-steer {
	position: absolute;
	opacity: 0;
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
	top: 50%;
	left: -8px;
	transform: translate(-100%, -50%);
	padding: 8px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.15);
	border-radius: 33px;
	color: #4E69A2;
	transition: opacity 0.2s ease-in;
	pointer-events: none;
}
.hovered .support-contact-list-item-steer {
	opacity: 1;
	pointer-events: auto;
}
.livechat-box-icon {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 20px;
	font-size: 22px;
	width: 19px;
	height: 19px;
	line-height: 19px;
	opacity: 1;
	cursor: pointer;
	color: #FFFFFF;
}
.bx-no-touch .livechat-box-icon:hover {
	color: #FFFFFF; /* Fix hover color */
}
@media (max-width: 768px) {
	.livechat-box-icon {
		font-size: 18px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		left: 25px;
	}
}
.livechat-box .label {
	padding: 3px 8px;
	display: inline;
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	color: #FFFFFF;
}
.livechat-box-msg {
	position: relative;
	margin-top: 18px;
	word-wrap: break-word;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.livechat-balloon {
	max-width: 240px;
}
.livechat-balloon__box {
	margin-bottom: 3px;
	padding: 15px;
	color: #575d67;
	background-color: #f6f6f6;
	border-radius: 10px 10px 10px 0px;
}
.livechat-balloon__name {
	margin-bottom: 10px;
	color: #3b5998;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
}
.livechat-balloon__message {
	font-size: 14px;
}
.livechat-balloon__message .support-quote-body {
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.25em;
}
.livechat-balloon__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.livechat-balloon__time {
	margin-right: 8px;
	font-size: 12px;
	line-height: 15px;
	color: #8e8e8e;
}
.livechat-balloon__status {
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.207 1.707 5.5 10.414.293 5.207l1.414-1.414L5.5 7.586 12.793.293l1.414 1.414Z' fill='%23C9C9C9'/%3E%3C/svg%3E");
	background-size: 15px 11px;
	background-position: center center;
	background-repeat: no-repeat;
}
.livechat-balloon--own {
	margin-left: auto;
}
.livechat-balloon--own .livechat-balloon__box {
	border-radius: 10px 10px 0 10px;
}
.livechat-balloon--own .livechat-balloon__details {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.livechat-balloon--own .livechat-balloon__time {
	color: #c9c9c9;
}
.livechat-balloon__details--read .livechat-balloon__status {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.207 1.707 5.5 10.414.293 5.207l1.414-1.414L5.5 7.586 12.793.293l1.414 1.414Z' fill='%233B5998'/%3E%3C/svg%3E");
}
.support-code-textarea {
	width: 100%;
	height: 140px;
	min-height: 140px;
	resize: vertical;
	color: #000000;
}
.livechat-box-content .smart-form {
	text-align: center;
}
.livechat-box-content .smart-form .label {
	color: #393A3D;
	background-color: transparent;
}
.livechat-box-content .smart-form .rating {
	padding: 5px 16px;
	display: inline-block;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 51px;
}
.livechat-box-content .smart-form .rating label {
	margin-top: 0;
	padding: 0 4px;
	height: 21px;
	font-size: 21px;
	line-height: 21px;
	color: #DCDCDC;
}
.livechat-box-content .smart-form .rating input + label:hover,
.livechat-box-content .smart-form .rating input + label:hover ~ label {
	color: #FFC656;
}
@media (max-width: 430px) {
	.livechat-balloon__message {
		font-size: 13px;
	}
	.livechat-balloon__name {
		font-size: 14px;
	}
	.livechat-balloon__box {
		padding: 10px;
	}
	.livechat-balloon {
		max-width: 100%;
	}
	.livechat-balloon__time {
		font-size:10px;
	}
	.livechat-box-input {
		height: 65px;
		min-height: 65px;
	}
	.livechat-box-input textarea {
		padding: 10px 15px;
		height: 100%;
	}
	.livechat-box-content {
		padding: 7px 20px;
	}
	.livechat-send-button {
		flex: 1;
	}
}

/* Rating Stars In Live Chat */

.livechat-box-content .smart-form .rating input {
	display: none;
}

.livechat-box-content .smart-form .rating label {
	float: right;
}
.button-wrap__active {
	animation: 2s newMess infinite;
}

@keyframes newMess {
	0% { transform: scale(1);}
	50% {transform: scale(1.2);}
	100% { transform: scale(1);}
}

/* End */



/* Start:/bitrix/templates/adaptive_forum/template_styles.css*/
.header-timer-wrap{color:#fff;display:block;padding:6px 12px;margin-bottom:0;font-size:13px;font-weight:400;line-height:1.42857143;margin-top:8px;float:right}.header-timer-wrap>div{display:inline-block}.header-timer-wrap .countdown-section:nth-child(1){padding-right:6px}.text-orange{color:#fd6d07}.page-footer{padding-left:220px}@media (max-width:979px){.page-footer{padding:15px 0 0}.page-footer .footer-adpt .footer-adpt-bottom,.page-footer .footer-adpt .footer-adpt-top{padding:0}}.footer-adpt .footer-adpt-top{width:100%;background-color:#fff;padding:30px}.footer-adpt .footer-adpt-bottom{width:100%;background-color:#f7f8f9;padding:30px}.footer-adpt ul{margin:0;padding:0;list-style:none}.footer-adpt ul>li:first-child{height:58px;font-size:13px;font-weight:700;padding-bottom:18px}.footer-adpt .footer-adpt-bottom ul>li:first-child{height:auto}.footer-app-android,.footer-app-ios{display:inline-block;width:130px;height:40px}.footer-adpt ul>li{overflow:hidden;text-overflow:ellipsis;padding:6px 0}.footer-adpt ul>li,.footer-adpt ul>li a{color:#3b5998;text-decoration:none}.footer-adpt ul>li a:hover{text-decoration:underline}.banner h2 a,.banner h4 a,.categ a,.footer-adpt ul>li a.btn:hover,.toadvert a,.toadvert a:hover,div#banner1 a:hover{text-decoration:none}.footer-adpt ul>li a.btn{color:#fff;overflow:hidden;text-overflow:ellipsis;max-width:100%}.footer-adpt ul>li a.btn:hover{color:#fff!important}.footer-adpt ul>li.black{color:#555}.footer-adpt .footer-soc-button{margin-bottom:16px}.footer-adpt .footer-soc-button a{font-size:28px;color:#b5bfc9;text-decoration:none;margin:0 12px 12px 0}.footer-adpt .footer-soc-button a:hover{color:#3b5998!important}.footer-adpt .light{color:#9aa2aa;font-size:12px}.footer-app-ios{background:url(/bitrix/templates/adaptive/img/apps_sprite.png) top left no-repeat}.footer-app-ios:hover{background-position:0 -40px}.footer-app-android{background:url(/bitrix/templates/adaptive/img/apps_sprite.png) -130px 0 no-repeat}.footer-app-android:hover{background-position:-130px -40px}.footer-adpt .footer-app-wrap{margin:26px 0}@media (max-width:1200px){.footer-adpt .col-sm-4{width:33.33333333%;padding-bottom:20px}.footer-adpt .special-clear{clear:both}.footer-adpt ul>li:first-child{height:auto}.col-sm-12{width:100%}}@media (max-width:600px){.footer-adpt .col-xs-6{width:50%}.footer-adpt .special-clear-xs{clear:both}.footer-adpt .special-clear{clear:none}}code{font-size:100%;font-weight:400;display:block;padding:1.5em 1em 1em;border:1px solid #F5F5F5;margin:1em 0;font-family:sans-serif}div#banner1,div#banner1 a{font-weight:700}.message{line-height:1.5}textarea{font-size:1.1em}.tool{display:inline;font-size:100%;padding:2px 6px 0 20px;min-height:22px;height:22px;margin-left:2px;margin-right:5px;word-spacing:-.1em}.author{background:url(/bitrix/templates/adaptive_forum/images/author.png) no-repeat;padding:0 6px 0 18px}.user{background:url(/bitrix/templates/adaptive_forum/images/user.jpg) no-repeat}.cdate{background:url(http://infostart.ru/img/cdate.jpg) no-repeat}.mdate{background:url(http://infostart.ru/img/mdate.gif) no-repeat}.star{background:url(http://infostart.ru/img/star.gif) no-repeat;padding-left:20px;color:#FB723B}.moderator,.premium{padding:0 6px 0 18px}.moderator{background:url(http://infostart.ru/img/user_gray.png) no-repeat}.premium{background:url(http://infostart.ru/img/user_suit.png) no-repeat}.new{background:url(/bitrix/templates/infostart/images/new.gif) left no-repeat;padding-left:34px}#warea{background-color:#FFF;background:rgba(255,255,255,.95);box-shadow:0 0 10px #FFF;margin:auto;overflow:hidden;padding:0 5px}.banner h2,.banner h4{background-color:#FFF;font-weight:400;left:0;line-height:1em}div#banner1{margin:0 auto;text-align:center;padding:0}div#banner1 div{margin:0 auto;width:1008px}.banner h2{margin-left:25px}.banner h2 a{text-align:center;color:red}.banner h2,.banner h4,.banner h4 a{color:#000}#footer .copy{float:left;width:600px}#footer .stat{float:right;width:380px;text-align:right}.toadvert{text-align:right;padding:3px}.toadvert a{border-bottom:1px dotted #5A99D5}.message.with_banner{width:80%}.forum_message_banner{position:absolute;top:0;right:0;width:20%;margin:28px 15px 0;border-color:#ffd687;background:#fffdd2;height:auto}.banner,.banner h2,.banner h4,.is-forum-content{position:relative}.banner{background-color:transparent;background-position:50% 100%;background-repeat:repeat no-repeat;border:1px solid #CCC;font-size:1em;height:auto;width:240px;-webkit-border-radius:6px;-khtml-border-radius:10px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;-moz-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;-moz-border-radius:4px;cursor:pointer}.banner img.banpic{display:block;margin:12px auto 0;max-height:150px;max-width:220px;overflow:hidden}.banner h4{bottom:20px;margin:15px;opacity:.9;padding:15px 10px 0}.banner h2{bottom:10px;font-size:14px;text-align:center;margin:5px;padding:0 15px 5px 20px}div#sonet_events_ms_message{width:150px}.is-enter-captcha{width:200px;padding:20px}.dominikana{background:url(/bitrix/templates/adaptive_forum/images/dominikana.png) left no-repeat;padding-left:20px}.bx-messenger-panel-basket{display:none}.low-height{height:60px;overflow-y:hidden}.categ{padding:0 11px 0 14px;background:url(/bitrix/templates/main_forum/res/images/iconTheme.png) 0 no-repeat}.categ a{color:#7b7b7b}.categ a:hover{text-decoration:underline;color:#bb0d0f}.user{padding:0 11px 0 20px;color:#216ea2;vertical-align:bottom}.user .icon{padding:0 5px 0 0}.date,.dateTime{padding:0 10px 0 15px;background:url(/bitrix/templates/main_forum/res/images/iconClock.png) 0 no-repeat}.comment,.views{padding:0 0 0 15px;color:#7b7b7b;background:url(/bitrix/templates/main_forum/res/images/iconNote.png) 0 no-repeat}.is-forum-content{max-width:1180px;min-width:660px;margin:0 auto;padding-right:260px}.is-forum-right-banner{width:250px;position:absolute;top:0;right:0}.max-width-1500{max-width:1500px}.margin-auto{margin:0 auto}@media (max-device-width:1024px){.touch-scroll{height:100vh;overflow-y:scroll;-webkit-overflow-scrolling:touch}*{-webkit-transition:none!important;transition:none!important}html{touch-action:manipulation}body .cluetip-default{width:100%!important;left:0!important;z-index:999!important;display:block!important;-webkit-transform:translatez(0)!important;-moz-transform:translatez(0)!important;-ms-transform:translatez(0)!important;-o-transform:translatez(0)!important;transform:translatez(0)!important;height:calc(100% - 49px)!important;position:fixed!important;top:49px!important}body #cluetip-inner,body #cluetip-outer{height:100%!important}body #cluetip-inner{overflow:auto;-webkit-overflow-scrolling:touch}}.nff-font110,.nff-small,.nff.font-xs{font-size:100%}a{color:#3b5998}body .forum-fix-btn{padding:6px 12px}body .cluetip-default #cluetip-outer{background-color:#fff;border:1px solid #828384}body .cluetip-default h3#cluetip-title{background-color:#828384;color:#fff;font-size:16px}body .cluetip-default div#cluetip-close a{color:#fff}#cluetip-inner .author-login{margin:-8px 0;display:block;font-size:16px}#cluetip-inner .author-login:hover{text-decoration:none}body .cluetip-default{font-size:1em}@media (max-width:540px){.hidden-extr>div>.tabs-pull-left>li span{/*display:none*/}}
#forum-filter-search,#forum-new-topic-search{height: 30px;width: calc(100% - 59px);}#forum-filter-search+.fa-spinner,#forum-new-topic-search+.fa-spinner {left: auto!important;padding: 0!important;top: 24%!important;}.forum-filter-wrap.icon-addon .fa{padding: 8px 0;left:8px;}.forum-filter-wrap{position:relative;}#forum-filter-search-data,#forum-new-topic-data{max-width: 100%;}.forum-filter-wrap .dropdown-menu>li>a{white-space: normal;}

.get-user-info .close{
    position: absolute;
    top: 1px;
    right: 6px;
}
.get-user-info{
    position: absolute;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 0 12px #ccc;
    z-index: 999;
    border-radius: 4px;
}
.get-user-info .user-left-side{
    text-align: center;
    margin-right: 15px;
}
.get-user-info .user-right-side{
    text-align: left;
}
.get-user-info .user-left-side img{
    max-height: 150px;
    max-width: 100%;
    box-shadow: 0 2px 4px #ccc;
    padding: 4px;
}
.get-user-info .user-left-side .rating{
    font-size: 20px;
    margin-top: 8px;
}
.get-user-info .user-left-side .rating +p{
    color: #777;
}
.get-user-info .add-friend-btn{
    padding: 6px 0;
    margin-top: 10px;
}


@media (min-device-width:540px){
    .get-user-info .user-left-side{
        float: left;
        width: 130px;
    }
    .get-user-info .user-right-side{
        float: right;
    }
}

[data-action=get-user-info]{cursor: pointer;}

.fa.fa-ie2018 {
    margin-bottom: -2px;
    background-image: url(/bitrix/templates/adaptive/img/ie2018_v2.1.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    content: ' ';
}
.btn.btn-period{margin: 6px 0;}
.filter-topic-wrap{margin: 10px 0;}
.filter-topic-wrap h4{padding: 4px 0;}
.filter-topic-wrap > div{padding: 2px 0 2px 10px;}

.fm-save-right-filter,.fm-restore-right-filter, .right-block__btn {margin-bottom: 6px;min-width: 220px;}
.fm-right-filter-item.is-active{font-weight: bold;}
h1.fm-h1{width: auto;display: inline-block;}
.yellow-bg {background-color:  #fffbf0 !important;}
/*.smart-style-2 .smart-form .checkbox-fv input:checked+i { background-color: #51b11d; border-color: #bdbdbd;}
.smart-style-2 .smart-form .checkbox-fv input:checked+i:after { color: #000;}*/
/*.page-footer{padding-left: var(--left-menu-width);}*/
.page-footer{padding-left: 0px;}

/* End */
/* /bitrix/templates/.default/components/bitrix/menu/adaptive-menu/style.css */
/* /bitrix/components/infostart/support.chat/templates/modal/style.css */
/* /bitrix/templates/adaptive_forum/template_styles.css */
