
/** Page **/
:root
	{
		--vw: 1vw;
		--vh: 1vh;
	}
html.Css_Responsive
	{
		background: #00000050;
	}
body
	{
		background: white;
		z-index: -10000;
	}
.Page *,
:after,
:before
	{
		box-sizing: border-box;
	}
html,
body
	{
		font-family: arial;
	}
.Page textarea
	{
		font-family: arial;
		font-size: 1em;
	}
body,
.Page form
	{
		margin: 0;
		padding: 0;
	}
.Page p
	{
		margin-top: 0;
	}
.Page a
	{
		color: inherit;
		text-decoration: none;
	}
.Page a:hover
	{
		color: inherit;
		text-decoration: underline;
	}
.Page button
	{
		font-family: inherit;
	}
.Page button,
.Page .button
	{
		cursor: pointer;
	}
.Page .clear
	{
		clear: both;
	}
.Page a img
	{
		border: none;
	}
.Page table
	{
		border-collapse: collapse;
	}
.Page style,
.Page script
	{
		display: none !important;
	}
.Page noindex
	{
		display: contents;
	}
.Page .hidden
	{
		display: none !important;
	}
.Page .invisible
	{
		visibility: hidden;
	}
.Page[style*=width]
	{
		margin: 0 auto;
	}
.Page .input-error
	{
		color: #ea0a0e;
	}
.Page .message
	{
		padding: 5px 20px;
	}
.Page .message:not(:first-child)
	{
		margin: .5em 0 1em;
	}
.Page .message.error
	{
		background-color: #ce505d;
		color: white;
	}
.Page .message.error a
	{
		color: white;
		text-decoration: underline;
	}
.Page .message.success
	{
		background: #d5efd5;
		color: #005500;
	}
.Page .message.info
	{
		background: #eeeeff;
		color: #005500;
	}
.Page .pointer
	{
		cursor: pointer;
	}
.Page .item-row>th.label
	{
		font-weight: normal;
		font-size: 1.2em;
		text-align: left;
		padding-right: 10px;
	}
.Page .form-item th.form-label
	{
		font-size: 1.4em;
		padding-bottom: .5em;
	}
.Page .right-icons
	{
		text-align: right;
	}
.Page .window-icon,
.Page .debug
	{
		position: absolute;
	}
.Page .footer-wrapper
	{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
.Page fieldset
	{
		border: none;
		padding: 0;
	}
.Page .path label
	{
		margin-right: .5em;
	}
.Page label
	{
		cursor: inherit;
	}
.Page x-contents
	{
		display: contents;
	}
/** /Page **/

/** Pro_Page **/
body
	{
		background: #EDE0C7;
		font-size: 14px;
	}
.Pro_Page *
	{
		box-sizing: border-box;
	}
.Pro_Page .main
	{
		min-height: 100%;
		position: relative;
		margin: 0 auto;
		background: white;
	}
.Pro_Page .middle
	{
		display: flex;
	}
.Pro_Page .path
	{
		margin: 55px 0 0 30px;
		font-size: 14px;
	}
.Pro_Page .path label
	{
		display: none;
	}
.Pro_Page .path a
	{
		color: black;
		font-size: 14px;
		text-decoration: underline;
	}
.Pro_Page h1
	{
		text-transform: uppercase;
		font-size: 20px;
		background:  url('/Pro/Page/images/content-title-underline.gif') bottom left repeat-x;
		margin: 15px 15px 20px 17px;
		padding: 0 0 10px 243px;
		font-weight: bold;
	}
.Pro_Page .center
	{
		margin-top: 4px;
		flex-grow: 1;
		padding-right: 50px;
	}
.Pro_Page .center:after
	{
		display: block;
		clear: both;
		content: '';
	}
.Pro_Page .Pro_Page_Blocks_Details
	{
		margin-right: 20px;
	}
.Pro_Page .news-block.form-list
	{
		margin: 20px 0 0 18px;
		color: #e7eff6;
		background:  url('/Pro/Page/images/news/bg.gif') repeat-y;
	}
.Pro_Page .news-block .title
	{
		width: 223px;
		text-align: center;
		color: white;
		padding-top: 20px;
		height: 32px;
		background:  url('/Pro/Page/images/news/caption.gif') no-repeat;
		font-size: 16px;
	}
.Pro_Page .news-block:after
	{
		display: block;
		content: '';
		height: 3em;
		width: 100%;
		background:  url('/Pro/Page/images/news/bottom.gif') bottom left no-repeat;
	}
.Pro_Page .news-block.form-list .row
	{
		width: 163px;
		margin-left: 2.5em;
		padding-top: 10px;
		margin-top: 10px;
		font-size: 11px;
		background:  url('/Pro/Page/images/news/delimiter.gif') top left repeat-x;
	}
.Pro_Page .news-block .row.first
	{
		background: none;
		padding-top: 0;
	}
.Pro_Page .news-block a
	{
		color: #8d0909;
	}
.Pro_Page .news-block .title
	{
		padding-bottom: 35px;
	}
.Pro_Page .news-block .date
	{
		margin: 5px 0;
		float: right;
	}
.Pro_Page .news-block .text
	{
		clear: right;
	}
.Pro_Page .news-block .row a
	{
		color: black;
	}
.Pro_Page .news-block a.all
	{
		margin: 1em 5em 0 0;
		float: right;
		color: white;
		display: block;
		background: url('/Pro/Page/images/news/button.gif') no-repeat;
		height: 25px;
		position: relative;
		padding: 3px 30px 0 20px;
		font-size: 13px;
	}
.Pro_Page body.translation .news-block a.all
	{
		margin-right: 0;
	}
.Pro_Page .news-block a.all:after
	{
		display: block;
		content: '';
		background:  url('/Pro/Page/images/news/button-right.gif') no-repeat;
		width: 24px;
		height: 25px;
		position: absolute;
		right: 0;
		top: 0;
	}
.Pro_Page .Page_Content table.admin-provided
	{
		border: none;
		border-collapse: separate;
		border-spacing: 3px;
		width: 100%;
	}
.Pro_Page .Page_Content table.admin-provided td
	{
		padding: 11px;
		border: none;
		vertical-align: top;
		background: #f8e2d0;
		border: 1px solid #f9e8d9;
	}
.Pro_Page .Page_Content table.admin-provided thead th
	{
		padding: 11px;
		background: #f79648;
		border: 1px solid #fac091;
	}
.Pro_Page .Page_Content h2
	{
		font-weight: normal;
	}
.Pro_Page .Page_Content h3
	{
		font-size: 18px;
		font-weight: normal;
	}
.Pro_Page .frame
	{
		cursor: pointer;
	}
.Pro_Page .frame table
	{
		border-collapse: collapse;
		border-spacing: 0;
	}
.Pro_Page .frame td
	{
		font-size: 0;
		padding: 0;
	}
.Pro_Page .frame .t-l,
.Pro_Page .frame .t-r,
.Pro_Page .frame .b-l,
.Pro_Page .frame .b-r
	{

	}
.Pro_Page .frame .t-l
	{
		background:  url('/Pro/Page/images/image-frame/top-left.png');
	}
.Pro_Page .frame .t-r
	{
		background:  url('/Pro/Page/images/image-frame/top-right.png');
	}
.Pro_Page .frame .t
	{
		background:  url('/Pro/Page/images/image-frame/top.png');
	}
.Pro_Page .frame .b
	{
		background:  url('/Pro/Page/images/image-frame/bottom.png');
	}
.Pro_Page .frame .t,
.Pro_Page .frame .b
	{

	}
.Pro_Page .frame .l
	{
		background:  url('/Pro/Page/images/image-frame/left.png');
	}
.Pro_Page .frame .r
	{
		background:  url('/Pro/Page/images/image-frame/right.png');
	}
.Pro_Page .frame .l,
.Pro_Page .frame .r
	{
		width: 14px;
	}
.Pro_Page .frame .b-l
	{
		background:  url('/Pro/Page/images/image-frame/bottom-left.png');
	}
.Pro_Page .frame .b-r
	{
		background:  url('/Pro/Page/images/image-frame/bottom-right.png');
	}
.Pro_Page .form-item.feedback
	{
		margin-top: 10px;
	}
.Pro_Page .comments
	{
		width: 700px;
	}
.Pro_Page .Page_Content p
	{

	}
.Pro_Page .Page_Content a
	{
		color: #ff0000;
	}
.Pro_Page .bold
	{
		font-weight: bold;
		display: inline-block;
	}
.Pro_Page .italic
	{
		font-style: italic;
	}
.Pro_Page .Page_Content img,
.Pro_Page .MrStekloff_Page_Blocks_Details img
	{
		border: 5px solid #faf4e5;
		border-radius: 7px;
		box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.4);
		margin-bottom: 10px;
	}
.Pro_Page .option-service div
	{
		position: relative;
		top: 1px;
	}
.Pro_Page .Menu_Moblet_Icon
	{
		position: absolute;
	}
/** /Pro_Page **/

/** Control_Stick **/
.Control_Stick
	{
		position: sticky;
		top: 0;
		z-index: 1;
		-webkit-backface-visibility: hidden;
	}
.placeholder
	{
		display: block;
		width: 1px;
	}
/** /Control_Stick **/

/** Menu **/
.Menu ul
	{
		padding: 0;
		margin: 0;
		list-style: none;
	}
.Menu li
	{
		position: relative;
	}
.Menu li img.hover,
.Menu li>a:hover img.non-hover
	{
		display: none;
	}
.Menu li>a:hover img.hover
	{
		display: inherit;
	}
.openSub
	{
		display: none;
	}
.Menu li ul.removed
	{
		display: none;
	}
.Menu .submenu,
.Menu .submenu
	{
		display: none;
	}
.Menu .outsub:not(.visible)
	{
		display: none;
	}
/** /Menu **/

/** Menu_Desktop **/
@media (min-width: 1003px)
{
.Menu_Desktop>ul
	{
		height: auto !important;
	}
}

/** /Menu_Desktop **/

/** Menu_Moblet **/
@media (max-width: 767px)
{
.Menu_Moblet
	{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 125%;
		z-index: 200;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: stretch;
	}
.Menu_Moblet ul,
.Menu_Moblet .openSub,
.Menu_Moblet .closeSub
	{
		background: white;
	}
.Menu_Moblet:not(.displayed)
	{
		visibility: hidden;
	}
.Menu_Moblet li ul
	{
		left: 100%;
	}
.Menu_Moblet ul:not([style*="width: 0px"])
	{
		border: 1px solid #d0d0d0;
	}
.Menu_Moblet ul
	{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
.Menu_Moblet:after
	{
		display: none;
	}
.Menu_Moblet #mobile-sticky:not(.Control_Stick)$.
	{
		width: 100%;
		position: absolute;
		top: 78px;
		left: 0;
	}
.Menu_Moblet a:before,
.Menu_Moblet a:after
	{
		display: none;
	}
.Menu_Moblet li.complex a
	{
	}
.Menu_Moblet li
	{
		display: flex;
		align-items: stretch;
	}
.Menu_Moblet li:not(:last-child)
	{
    	border-bottom: 1px solid #d0d0d0;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
.Menu_Moblet a:hover
	{
		background: inherit;
	}
.Menu_Moblet li.complex .openSub
	{
		display: flex;
		align-items: center;
		padding: 0 1em;
		flex-grow: 0;
		z-index: 1;
		position: relative;
	}
.Menu_Moblet .submenu
	{
		position: absolute;
		display: block;
		width: 0;
		right: 0;
		top: 0;
		overflow: hidden;
		position: absolute;
		z-index: 2;
		margin-right: 0;
		display: flex;
	}
.Menu_Moblet .submenu .closeSub
	{
		flex-grow: 0;
		padding: 0 20px;
		position: relative;
		line-height: 10px;
		display: flex;
		align-items: center;
	}
.Menu_Moblet .submenu>ul
	{
		flex-grow: 1;
	}
.Menu_Moblet .submenu li
	{
		text-align: left;
	}
.Menu_Moblet a
	{
		white-space: normal;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		padding: 20px;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Menu_Moblet
	{
		position: absolute;
		top: 0;
		left: 0;
		font-size: 125%;
		z-index: 200;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: stretch;
	}
.Menu_Moblet ul,
.Menu_Moblet .openSub,
.Menu_Moblet .closeSub
	{
		background: white;
	}
.Menu_Moblet:not(.displayed)
	{
		visibility: hidden;
	}
.Menu_Moblet li ul
	{
		left: 100%;
	}
.Menu_Moblet ul:not([style*="width: 0px"])
	{
		border: 1px solid #d0d0d0;
	}
.Menu_Moblet ul
	{
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		overflow: hidden;
	}
.Menu_Moblet:after
	{
		display: none;
	}
.Menu_Moblet #mobile-sticky:not(.Control_Stick)$.
	{
		width: 100%;
		position: absolute;
		top: 78px;
		left: 0;
	}
.Menu_Moblet a:before,
.Menu_Moblet a:after
	{
		display: none;
	}
.Menu_Moblet li.complex a
	{
	}
.Menu_Moblet li
	{
		display: flex;
		align-items: stretch;
	}
.Menu_Moblet li:not(:last-child)
	{
    	border-bottom: 1px solid #d0d0d0;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		flex-grow: 1;
		display: flex;
		align-items: center;
	}
.Menu_Moblet a:hover
	{
		background: inherit;
	}
.Menu_Moblet li.complex .openSub
	{
		display: flex;
		align-items: center;
		padding: 0 1em;
		flex-grow: 0;
		z-index: 1;
		position: relative;
	}
.Menu_Moblet .submenu
	{
		position: absolute;
		display: block;
		width: 0;
		right: 0;
		top: 0;
		overflow: hidden;
		position: absolute;
		z-index: 2;
		margin-right: 0;
		display: flex;
	}
.Menu_Moblet .submenu .closeSub
	{
		flex-grow: 0;
		padding: 0 20px;
		position: relative;
		line-height: 10px;
		display: flex;
		align-items: center;
	}
.Menu_Moblet .submenu>ul
	{
		flex-grow: 1;
	}
.Menu_Moblet .submenu li
	{
		text-align: left;
	}
.Menu_Moblet a
	{
		white-space: normal;
	}
.Menu_Moblet a,
.Menu_Moblet x-no-link
	{
		padding: 20px;
	}
}

/** /Menu_Moblet **/

/** Menu_Moblet_Icon **/
.Menu_Moblet_Icon
	{
		font-size: 30px;
		display: none;
	}
/** /Menu_Moblet_Icon **/

/** Menu_Moblet_Icon_Moblet **/
@media (max-width: 767px)
{
.Menu_Moblet_Icon_Moblet
	{
		display: initial;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Menu_Moblet_Icon_Moblet
	{
		display: initial;
	}
}

/** /Menu_Moblet_Icon_Moblet **/

/** Article **/
.Article
	{
		display: grid;
	}
.Article .Page_Content,
.Article .Table
	{
		grid-column: 1;
	}
.Article .Page_Content
	{
		grid-row: 1;
	}
.Article .Table
	{
		grid-row: 2;
	}
.Article .Article_ChronoNavi
	{
		grid-column: 2;
		grid-row: 1 / span 2;
		margin-left: 50px;
	}
/** /Article **/

/** Article_Table **/
.Article_Table .title
	{
		margin-bottom: 20px;
	}
.Article_Table .row
	{
		margin-bottom: 20px;
	}
.Article_Table .column-date
	{
	}
.Article_Table .column-title
	{
		font-weight: bold;
	}
.Article_Table .text
	{
		margin: 1em 0;
	}
.Article_Table a.all
	{
		display: block;
		float: right;
		margin-right: 1em;
	}
.Article_Table .form-item .field-date
	{
		margin-bottom: 1em;
	}
.Article_Table .back.button
	{
		display: block;
		clear: both;
		margin-top: 1em;
		float: left;
	}
.Article_Table .field-date
	{
		text-align: right;
	}
/** /Article_Table **/

/** Table **/
.Table .field-titles>*
	{
		vertical-align: top;
	}
.Table .sort-desc:before
	{
		content: '▼';
	}
.Table .sort-asc:before
	{
		content: '▲';
	}
.Table .on-off,
.Table .on-off:active
	{
		outline: none;
		border-style: none;
	}
.Table .on-off:focus
	{
		box-sizing: border-box;
		border: 7px solid #e0e0e050;
	}
.Table .on-off
	{
		display: flex;
		align-items: center;
		justify-content: center;
		text-transform: uppercase;
		font: bold 10px arial;
		color: #ffffff;
		width: 50px;
		height: 30px;
	}
.Table .on-off:hover
	{
		text-decoration: none;
	}
.Table .off
	{
		background: #99d177;
	}
.Table .on
	{
		background: #00a651;
	}
.Table .actions-for-selected button
	{
		margin-left: 1em;
	}
.Table .buttons
	{
		display: flex;
		justify-content: flex-end;
	}
.Table .buttons button:not(:first-child)
	{
		margin-left: 1em;
	}
.Table .buttons button.activate:before
	{
		content: url('/Forca/Table/images/circle_green_tick.png');
	}
.Table .buttons button.deactivate:before
	{
		content: url('/Forca/Table/images/deactivate.png');
	}
.Table .row.selected>*
	{
		background: #ffffd0 !important;
		color: brown !important;
	}
.Table .select-all
	{
		white-space: nowrap;
	}
.Table a.back
	{
		clear: both;
	}
.Table .add-new-row-icon
	{
		float:left;
		margin: 3px 2px 0 5px;
	}
.drag
	{
		pointer-events: none;
	}
.Table.form-list>.table
	{
		width: 100%;
		display: grid;
		min-width: 100%;
	}
.Table .table>.row,
.Table .table>.field-titles
	{
		display: contents;
	}
.Table .Table_panel
	{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
.Table .Table_panel>*:not(:last-child)
	{
		margin-right: 10px;
	}
.Table .Table_panel .buttons
	{
		margin-left: auto;
	}
.Table .Table_status
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 5000;
	}
.Table .Table_panel:empty
	{
		display: contents;
	}
/** /Table **/

/** Control_Pagination **/
.Control_Pagination
	{
		display: grid;
		grid-auto-flow: column;
		grid-gap: 10px;
	}
.Control_Pagination .controls
	{
		display: grid;
		grid-auto-flow: column;
		grid-gap: 10px;
		align-items: center;
	}
.Control_Pagination .Field_Choice_Radio
	{
		display: grid;
		grid-auto-flow: column;
		grid-gap: 10px;
	}
.Control_Pagination .pagelink,
.Control_Pagination span.pagelink
	{
		border: 1px solid gray;
		padding: .5em;
		display: block;
	}
.Control_Pagination .disabled
	{
		opacity: .5;
	}
.Control_Pagination .pagelink.active
	{
		background: #e0e0e050;
		text-decoration: none;
	}
.Control_Pagination [pagelinks]
	{
		display: grid;
		grid-auto-flow: column;
		grid-gap: 10px;
		align-items: stretch;
	}
/** /Control_Pagination **/

/** Page_Footer **/
.Page_Footer
	{
}
/** /Page_Footer **/

/** Seo_Counters **/
.Seo_Counters
	{
		display: flex;
		flex-wrap: wrap;
	}
.Seo_Counters>:not(:last-child)
	{
		margin-right: 10px;
	}
.Seo_Counters .mailru p
	{
		display: none;
	}
.Seo_Counters .topmail
	{
		position: relative;
		top: 4px;
	}
/** /Seo_Counters **/

/** Page_Content **/
.Page_Content a
	{
		text-decoration: underline;
	}
.Page_Content:after
	{
		display: block;
		content: '';
		clear: both;
	}
/** /Page_Content **/

/** Page_Content_Mobile **/
@media (max-width: 767px)
{
.Page_Content_Mobile img
	{
		max-width: 100% !important;
		margin: 10px 0;
	}
}

/** /Page_Content_Mobile **/

/** Page_Content_Tabtop **/
@media (min-width: 1003px)
{
.Page_Content_Tabtop img[align=left]
	{
		margin-right: 1em;
	}
.Page_Content_Tabtop img[align=right]
	{
		margin-left: 1em;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Page_Content_Tabtop img[align=left]
	{
		margin-right: 1em;
	}
.Page_Content_Tabtop img[align=right]
	{
		margin-left: 1em;
	}
}

/** /Page_Content_Tabtop **/

/** Page_Mobile **/
@media (max-width: 767px)
{
.Page_Mobile .path
	{
		display: none;
	}
}

/** /Page_Mobile **/

/** Window **/
.Window
	{
		position: absolute;
	}
.Window .tip
	{
		position: absolute;
		z-index: 1001;
	}
.Window .absolute
	{
		position: absolute;
	}
.Window .scrollable
	{
		overflow: auto;
	}
.Window .float-left
	{
		float: left;
	}
.Window .float-right
	{
		float: right;
	}
.ContextMenu
	{
		position: absolute;
		padding: 5px 5px 5px 5px;
	}
.Window.fixed
	{
		position: fixed;
	}
/** /Window **/

/** Window_Control **/
.Window_Control
	{
		font-family: arial;
		position: absolute;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}
.Window_Control .hidden
	{
		display: none;
	}
.Window_Control .window-content
	{
		flex-grow: 1;
		cursor: default;
		padding: 1em;
		background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
		box-sizing: border-box;
		overflow: auto;
	}
.Window_Control .window-icon
	{
		background: url('/Forca/Window/Control/folder.png') no-repeat;
		cursor: move;
		padding: 2px;
		font: bold 12px arial;
		color: blue;
		padding-top: 50px;
	}
.Window_Control .close-icon
	{
		background: linear-gradient(to bottom, #505050 0%, #b0b0b0 100%);
		position: absolute;
		border-top-right-radius: .3em;
		padding: .4em 8px;
		right: .5em;
		color: white;
		font: normal 17px verdana;
		cursor: pointer;
		text-align: center;
	}
.Window_Control .caption
	{
		padding: .4em 1em;
		background: linear-gradient(to bottom, #b0b0b0 0%,#505050 100%);
		color: white;
		border-top-right-radius: .3em;
		border-top-left-radius: .3em;
		transition: all 0.3s ease-out;
		transition-duration: 0.01s;
		box-shadow: 
			inset 
        0 0 4px 1px rgba(0,0,0,0.2); 
	}
.Window_Control .caption .active
	{
		background: #4952ff;
	}
.Window_Control.collapsed-horizontally .caption
	{	
		white-space: nowrap;
		position: absolute;
		display: inline-block;
		transform-origin: top left;
		transform: rotate(90deg);
		transition-duration: 0.01s;
		transform-origin: top left;
		transform: rotate(90deg);
	}
.Window_Control.collapsed-horizontally .close-icon
	{
		top: auto !important;
		bottom: 2px !important;
		padding: 3px 8px;
	}
.Window_Control.maximized
	{
		position: fixed !important;
		max-width: none !important;
		max-height: none !important;
	}
/** /Window_Control **/

/** Debug **/
.Debug
	{
		position: fixed !important;
		color: black;
	}
.Debug .window-content
	{
		font-size: 1em;
		padding: 1em;
		line-height: 1.1em;
		box-sizing: border-box;
		padding-bottom: 5;
	}
.Debug .tabulation
	{
		display: inline-block;
		width: 1em;
	}
.Debug .debug-highlight
	{
		border: 2px solid red;
	}
.Debug .window-content
	{
		font-size: 1.5em;
	}
.Debug button
	{
		margin-left: 1em;
	}
/** /Debug **/

/** Dialogue **/
.Dialogue
	{
		margin: 0px auto 0px auto;



		text-align: center;
		max-width: 80%;
		position: fixed;
	}
.Dialogue .window-content
	{
		padding: 1em;
		background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
	}
.Dialogue label
	{
		background: #fafafa;
		padding: 1em 2em;
		float: left;
		cursor: pointer;
		text-align: center;
		color: black;
		margin: 1em 1em;
	}
.Dialogue label:hover
	{
		background: white;
	}
.Dialogue .dialogue-text
	{
		margin: 1em 1em;
		text-align: left;
		font-size: 1.2em;
		overflow: auto;
	}
.Dialogue .dialogue-text a
	{
		text-decoration: underline;
	}
.Dialogue .dialogue-text.overflown
	{
		background: white;
		color: black;
		padding: .5em;
	}
.Dialogue button
	{
		margin-top: 2em;
		padding: .5em 1em;
		font-size: 1.5em;
		margin: 0 1em;
	}
.Dialogue.error .caption
	{
		background: red;
		color: white;
	}
.Dialogue.error .close-icon
	{
		color: white;
		border-color: white;
	}
.Dialogue .dialogue-text:focus
	{
		outline: none;
	}
/** /Dialogue **/

/** Drag **/
.Drag .drag-handle
	{
		cursor: -webkit-grab;
	}
.Drag .drag-handle.dragging
	{
		cursor: -webkit-grabbing;
	}
/** /Drag **/

/** Dialogue_Input **/
.Dialogue_Input input
	{
		width: 800px;
	}
/** /Dialogue_Input **/

/** HotKeys_View **/
.HotKeys_View td
	{
		vertical-align: top;
		padding: 5px 0;
	}
.HotKeys_View td:first-of-type
	{
		text-align: right;
		padding-right: 20px;
	}
.HotKeys_View kbd
	{
		display: inline-block;
		margin: 0 2px;
		padding: 3px;
		border-radius: 3px;
		border: 1px solid gray;
		box-shadow: 0 1px 0 #d0d0d0, 0 0 0 2px #e0e0e0 inset;
		white-space: nowrap;
	}
/** /HotKeys_View **/

/** Window_Modal_DimScreen **/
.Window_Modal_DimScreen .dim-screen
	{
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		position: fixed;
		background: black;
		opacity: .2;
		filter: alpha(opacity=20);
	}
/** /Window_Modal_DimScreen **/

/** ContextMenu **/
.ContextMenu
	{
		background: white;
		border: 1px solid gray;
	}
.ContextMenu .option
	{
		padding: .5em;
		cursor: pointer;
		background: white;
	}
.ContextMenu .option:hover
	{
		filter: invert(100%);
	}
/** /ContextMenu **/

/** Control_Select **/
.Control_Select
	{
		border: 1px dashed black;
		position: absolute;
		z-index: 1000;
	}
/** /Control_Select **/

/** Window_Resizer_Control **/
.Window_Resizer_Control
	{
		position: absolute;
	}
.Window_Resizer_Control.x
	{
		width: 10px;
		height: 100%;
		cursor: col-resize;
	}
.Window_Resizer_Control.y
	{
		height: 10px;
		width: 100%;
		cursor: row-resize;
	}
.Window_Resizer_Control.dual
	{
		height: 10px;
		width: 10px;
	}
.Window_Resizer_Control.top
	{
		top: -5px;
	}
.Window_Resizer_Control.bottom
	{
		bottom: -5px;
	}
.Window_Resizer_Control.left
	{
		left: -5px;
	}
.Window_Resizer_Control.right
	{
		right: -5px;
	}
.Window_Resizer_Control.bottom.right
	{
		cursor: se-resize;
	}
.Window_Resizer_Control.bottom.left
	{
		cursor: sw-resize;
	}
.Window_Resizer_Control.top.right
	{
		cursor: ne-resize;
	}
.Window_Resizer_Control.top.left
	{
		cursor: nw-resize;
	}
/** /Window_Resizer_Control **/

/** Ajax_LoadingIndicator **/
.Ajax_LoadingIndicator
	{
		position: fixed;
	}
/** /Ajax_LoadingIndicator **/

/** Ajax_ErrorDialogue_Dialogue **/
.Ajax_ErrorDialogue_Dialogue
	{
		max-height: 80vh;
		left: 50% !important;
		top: 50% !important;
		width: 80vw;
		transform: translateX(-50%) translateY(-50%);
	}
.Ajax_ErrorDialogue_Dialogue .window-content
	{
		max-height: 80vh;
		overflow-y: auto;
	}
/** /Ajax_ErrorDialogue_Dialogue **/

/** Pro_Page_Header **/
.Pro_Page_Header .phone
	{
		text-align: center;
	}
.Pro_Page_Header .phone-number
	{
		color: #ae0000;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 5px;
	}
.Pro_Page_Header .phone-number:before
	{
		content: url('/Pro/Page/Header/../images/phone.gif');
		position: relative;
		top: .3em;
		margin-right: .2em;
		display: inline-block;
	}
.Pro_Page_Header .phone .time
	{
		font-size: 14px;
	}
.Pro_Page_Header .phone p
	{
		margin: 0 0 3px;
		font-size: 11px;
	}
.Pro_Page_Header .phone p.consult
	{
		border-radius: 10px;
		padding: 0 5px;
		font-size: 14px;
		font-weight: bold;
	}
/** /Pro_Page_Header **/

/** Pro_Page_Inner_Header **/
.Pro_Page_Inner_Header
	{
		width: 100%;
		background: url('/Pro/Page/Inner/Header/bg.png') no-repeat;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
.Pro_Page_Inner_Header .Menu
	{
		grid-column: 1 / span 2;
	}
.Pro_Page_Inner_Header .logo
	{
		margin-left: 70px;
	}
.Pro_Page_Inner_Header .phone-number
	{
		display: block;
	}
.Pro_Page_Inner_Header .phone
	{
		margin-top: 80px;
		margin-right: 40px;
	}
.Pro_Page_Inner_Header .time,
.Pro_Page_Inner_Header .no-weekends
	{
		display: inline;
	}
.Pro_Page_Inner_Header .phone p.consult
	{
		padding: 5px 0 0;
	}
/** /Pro_Page_Inner_Header **/

/** Pro_Page_Inner_Header_Desktop **/
@media (min-width: 1003px)
{
.Pro_Page_Inner_Header_Desktop .phone
	{
		width: 500px;
	}
}

/** /Pro_Page_Inner_Header_Desktop **/

/** Pro_Page_Inner_Header_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Inner_Header_Mobile
	{
		background-size: 100% 119px;
		min-height: 119px;
		display: block;
	}
.Pro_Page_Inner_Header_Mobile .Menu_Moblet_Icon
	{
		left: 0;
		top: 8px;
	}
.Pro_Page_Inner_Header_Mobile .logo
	{
		display: block;
		position: relative;
		top: 5px;
		left: 45px;
		margin: 0;
	}
.Pro_Page_Inner_Header_Mobile .logo img
	{
		max-width: 160px;
	}
.Pro_Page_Inner_Header_Mobile .phone
	{
		width: 61%;
		float: right;
		margin: 25px 0 0;
		font-size: 15px;
	}
.Pro_Page_Inner_Header_Mobile .phone-number
	{
		font-size: 17px;
	}
.Pro_Page_Inner_Header_Mobile.Control_Stick .logo
	{
		display: inline-block;
	}
.Pro_Page_Inner_Header_Mobile.Control_Stick .phone
	{
		width: auto;
		margin: 20px 20px 0 0;
	}
.Pro_Page_Inner_Header_Mobile.Control_Stick .phone-number span,
.Pro_Page_Inner_Header_Mobile.Control_Stick .time,
.Pro_Page_Inner_Header_Mobile.Control_Stick p
	{
		display: none;
	}
.Pro_Page_Inner_Header_Mobile .phone-number:before
	{
		display: inline-block;
		content: '📞';
		color: transparent;  
		text-shadow: 0 0 0 #ad0101;
		top: 1px;
	}
.Pro_Page_Inner_Header_Mobile.Control_Stick .phone-number:before
	{
		text-shadow: 0 0 0 white;
		transform: scaleX(-1);
	}
.Pro_Page_Inner_Header_Mobile:after
	{
		display: block;
		content: '';
		clear: both;
	}
.Pro_Page_Inner_Header_Mobile .consult
	{
		display: none;
	}
}

/** /Pro_Page_Inner_Header_Mobile **/

/** Pro_Menu_Header **/
.Pro_Menu_Header
	{
		font-size: 14px;
		color: white;
	}
.Pro_Menu_Header ul
	{
		background: linear-gradient(to top,black 0%, #0e0e0e 8%, #595b59 100%);
	}
.Pro_Menu_Header li
	{
		flex-grow: 1;
	}
.Pro_Menu_Header li a
	{
		padding: 8px 12px;
		display: flex;
		align-items: center;
		white-space: nowrap;
	}
.Pro_Menu_Header li.active a
	{
		background: #ffb144;
		color: #010101;
	}
.Pro_Menu_Header li a img
	{
		margin-right: 10px;
	}
.Pro_Menu_Header .closeSub
	{
		background: linear-gradient(to top,black 0%, #0e0e0e 8%, #595b59 100%);
	}
/** /Pro_Menu_Header **/

/** Pro_Menu_Header_Desktop **/
@media (min-width: 1003px)
{
.Pro_Menu_Header_Desktop
	{
		margin: 0 11px 0 12px;
	}
.Pro_Menu_Header_Desktop ul
	{
		display: flex;
		border-radius: 3px;
		border: 1px solid black;
		color: white;
	}
.Pro_Menu_Header_Desktop li.active:first-child a
	{
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
.Pro_Menu_Header_Desktop li.active:last-child a
	{
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
}

/** /Pro_Menu_Header_Desktop **/

/** Pro_Menu_Mobile **/
@media (max-width: 767px)
{
.Pro_Menu_Mobile
	{
		top: 0;
	}
}

/** /Pro_Menu_Mobile **/

/** Pro_Menu_Moblet_Icon **/
.Pro_Menu_Moblet_Icon
	{
		margin: 10px;
		color: white;
	}
/** /Pro_Menu_Moblet_Icon **/

/** Pro_Page_Service **/
.Pro_Page_Service
	{
		margin-left: 15px;
	}
.Pro_Page_Service li>ul
	{
		display: block;
	}
.Pro_Page_Service li.option-service>a
	{
		display: block;
		position: relative;
		left: -15px;
		text-align: center;
		background:  url('/Pro/Page/Service/caption.gif') no-repeat;
		color: #0f0e0e;
		width: 246px;
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 15px 0 8px;
	}
.Pro_Page_Service .level-2>li>a
	{
		width: 222px;
		padding: 8px 12px;
		display: block;
		background: url('/Pro/Page/Service/level-2-bottom.gif') bottom left no-repeat,
						url('/Pro/Page/Service/level-2.gif') no-repeat;
		text-transform: uppercase;
		font-weight: bold;
		position: relative;
	}
.Pro_Page_Service .level-2>li.active>a
	{
		color: white;
		background: url('/Pro/Page/Service/level-2-triangle.gif') no-repeat,
						url('/Pro/Page/Service/level-2-active-bottom.gif') bottom left no-repeat,
							url('/Pro/Page/Service/level-2-active.gif') no-repeat;
		background-position: top 50% right 10px, bottom left, top left;
		padding-right: 25px;
	}
.Pro_Page_Service .level-2>li:not(.active)>a:hover
	{
		color: white;
		background: url('/Pro/Page/Service/level-2-active-bottom.gif') bottom left no-repeat,
						url('/Pro/Page/Service/level-2-active.gif') no-repeat;
	}
.Pro_Page_Service .level-3>li>a
	{
		width: 222px;
		padding: 8px 12px;
		display: block;
		background: url('/Pro/Page/Service/level-3-bottom.gif') bottom left no-repeat,
						url('/Pro/Page/Service/level-3.gif') no-repeat;
		color: white;
		position: relative;
	}
.Pro_Page_Service .level-3>li.active>a
	{
		color: white;
		background: url('/Pro/Page/Service/level-3-triangle.gif') no-repeat,
						url('/Pro/Page/Service/level-3-active-bottom.gif') bottom left no-repeat,
							url('/Pro/Page/Service/level-3-active.gif') no-repeat;
		background-position: top 50% right 10px, bottom left, top left;
		padding-right: 25px;
	}
.Pro_Page_Service .level-3>li:not(.active)>a:hover
	{
		color: white;
		background: url('/Pro/Page/Service/level-3-active-bottom.gif') bottom left no-repeat,
						url('/Pro/Page/Service/level-3-active.gif') no-repeat;
	}
/** /Pro_Page_Service **/

/** Pro_Page_Blocks_Details **/
.blocks-comments-marker
	{
		position: absolute;
		display: block;
		content: url('/Pro/Page/Blocks/Details/arrow.png');
	}
.Pro_Page_Blocks_Details .highlighted
	{
		background: #fecd89;
		padding: 1em;
		border-top: 1em solid white;
		margin-bottom: 1em;
	}
.Pro_Page_Blocks_Details .content-separator
	{
		margin: 2em 0;
		border-bottom: 1px solid #d0d0d0;
	}
.Pro_Page_Blocks_Details .title
	{
		font-weight: bold;
		font-size: 1.2em;
		margin: 1em 0;
	}
.Pro_Page_Blocks_Details p.sub
	{
		font-weight: bold;
		font-size: 1.1em;
		margin: .5em 0;
	}
.Pro_Page_Blocks_Details p
	{
		position: relative;
		pointer-events: none;
	}
.Pro_Page_Blocks_Details p img[align=left]
	{
		float: left;
		pointer-events: auto;
	}
/** /Pro_Page_Blocks_Details **/

/** Pro_Page_Footer **/
.Pro_Page_Footer
	{
		margin-top: 30px;
		color: white;
		background:  url('/Pro/Page/Footer/bg.jpg') no-repeat;
		padding: 24px;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
.Pro_Page_Footer .of-service li a,
.Pro_Page_Footer .of-service li li ul
	{
		display: none;
	}
.Pro_Page_Footer .of-service li li
	{
		background:  url('/Pro/Page/Footer/menu-delimiter.gif') 0 8px no-repeat;
		padding-left: 12px;
		font-size: 11px;
	}
.Pro_Page_Footer .of-service li li:first-child
	{
		background: none;
		padding-left: 0;
	}
.Pro_Page_Footer .of-footer li
	{
		background:  url('/Pro/Page/Footer/menu-delimiter.gif') 0 7px no-repeat;
		padding-left: 12px;
	}
.Pro_Page_Footer .of-footer li:first-child
	{
		background: none;
		padding-left: 0;
	}
.Pro_Page_Footer .of-service li li a
	{
		display: inherit;
	}
.Pro_Page_Footer ul.menu li
	{
		float: left;
		list-style: none;
		margin-right: 10px;
	}
/** /Pro_Page_Footer **/

/** Pro_Page_Footer_Tabtop **/
@media (min-width: 1003px)
{
.Pro_Page_Footer_Tabtop .copyright
	{
		text-align: center;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Pro_Page_Footer_Tabtop .copyright
	{
		text-align: center;
	}
}

/** /Pro_Page_Footer_Tabtop **/

/** Pro_Page_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Mobile .path
	{
		margin-top: 30px;
	}
.Pro_Page_Mobile .left
	{
		display: none;
	}
.Pro_Page_Mobile h1
	{
		padding-left: 0;
	}
.Pro_Page_Mobile .path
	{
		margin-left: 17px;
	}
.Pro_Page_Mobile .center
	{
		padding: 0 20px 0 25px;
	}
.Pro_Page_Mobile .news-block
	{
		display: none;
	}
}

/** /Pro_Page_Mobile **/

/** Pro_Page_Tabtop **/
@media (min-width: 1003px)
{
.Pro_Page_Tabtop .main
	{
		width: 1003px;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Pro_Page_Tabtop .main
	{
		width: 1003px;
	}
}

/** /Pro_Page_Tabtop **/

/** Pro_Page_Inner_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Inner_Mobile .main
	{
	}
}

/** /Pro_Page_Inner_Mobile **/
