

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?165537609064*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/bitrix/templates/dpk_new/components/tarakud/product.picture/.default/style.css?16934792741992*/
.trk-marker {
	position: absolute;
	display: flex;
}
.trk-marker-button,
.trk-marker-button:focus,
.trk-marker-button:active {
	width: 25px;
	min-width: 25px;
	height: 25px;
	min-height: 25px;
	padding: 0;
	margin: 0;
	border: 1px solid #6b6b6c;
	border-radius: 13px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	color:#333;
	outline:none;
	-webkit-box-shadow: 0px 0px 7px 3px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 7px 3px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 7px 3px rgba(34, 60, 80, 0.2);
}

.trk-marker-button.trans {
	background: transparent;
	border: 2px solid #fff;
}
.trk-marker:hover .trk-marker-button.trans {
	background: yellow;
	opacity: 0.9;
}

.trk-marker-tooltip,
.trk-marker-tooltip:hover,
.trk-marker-tooltip:active {
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.5);
	background: #fff;
	color: #6b6b6c;
	text-align: left;
	font-size: 12px;
	position: relative;
	margin: -10px 0 0 7px;
	text-decoration: none;
	display: none;
	transition: .55s opacity, .55s visibility;
	opacity: 0;
	visibility: hidden;
}
.trk-marker-tooltip::before  {
	content: '';
	position: absolute;
	top: calc(1em + 5px);
	left: calc(0em - 5px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #fff transparent transparent;
}
.trk-marker-tooltip.dark::before {
	border-color: transparent #333 transparent transparent;
}

.trk-marker:hover .trk-marker-tooltip,
.trk-marker:active .trk-marker-tooltip,
.trk-marker.trk-show .trk-marker-tooltip {
	display: inline-block;
	opacity: 1;
	visibility: visible;
}

.trk-marker-tooltip.dark,
.trk-marker:hover .trk-marker-tooltip.dark,
.trk-marker:active .trk-marker-tooltip.dark {
	background: #333;
	color: #fff;
	opacity: 0.9;
}

.trk-marker-tooltip-name {
	font-weight: bold;
	color: #4e4e4e;
}
.dark .trk-marker-tooltip-name {
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/dpk_new/components/medialine/form.result.new/form_call/style.css?1610531276666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/dpk_new/components/medialine/form.result.new/form_call/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/dpk_new/components/medialine/form.result.new/form_call/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/dpk_new/components/medialine/main.userconsent.request/.default/user_consent.css?16105312763831*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}
/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?165537609064 */
/* /bitrix/templates/dpk_new/components/tarakud/product.picture/.default/style.css?16934792741992 */
/* /bitrix/templates/dpk_new/components/medialine/form.result.new/form_call/style.css?1610531276666 */
/* /bitrix/templates/dpk_new/components/medialine/main.userconsent.request/.default/user_consent.css?16105312763831 */
