
/** 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 .Table_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 [contenteditable="true"]
	{
		cursor: text;
	}
/** /Page **/

/** Pro_Page **/
body
	{
		background: url('/Pro/Page/images/bg.gif');
		font: normal 12px arial;
	}
.Pro_Page *
	{
		box-sizing: border-box;
	}
.Pro_Page .wide
	{
		display: flex;
	}
.Pro_Page .wide:before,
.Pro_Page .wide:after
	{
		display: block;
		content: '';
		flex-grow: 0;
		min-width: 15%;
		width: 15%;
	}
.Pro_Page .wide>*
	{
		flex-grow: 1;
	}
.Pro_Page .wide.black
	{
		background: #373737;
	}
.Pro_Page .slideshow-wrapper
	{
		border: 1px solid #cfcfce;
		border-bottom: none;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: white;
	}
.Pro_Page .slideshow-wrapper:after
	{
		content: '';
		display: block;
		width: 97%;
		height: 1px;
		background: #b7b7b7;
		margin: 0 auto;
	}
.Pro_Page .content
	{
		border: 1px solid #cfcfce;
		border-top: none;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		background: white;
		display: flex;
		padding: 20px;
	}
.Pro_Page .content>.left
	{
		flex-grow: 1;
		font-size: 17px;
	}
.Pro_Page .content img
	{
		border: 3px solid #e7e1d1;
	}
.Pro_Page .Page_Content h1,
.Pro_Page .Page_Content h2,
.Pro_Page .Page_Content h3,
.Pro_Page .Page_Content h4,
.Pro_Page .Page_Content h5
	{
		color: #b70000;
		font-weight: bold;
		font-size: 20px;
	}
.Pro_Page h1
	{
		padding-top: 0;
		margin-top: 0;
		font-family: 'Myriad Pro';
	}
.Pro_Page h1:first-letter,
.Pro_Page h2:first-letter,
.Pro_Page h3:first-letter
	{
		text-transform: uppercase;
	}
.Pro_Page .Page_Content p
	{
		text-align: justify;
	}
.Pro_Page .Page_Content thead td
	{
		border: 1px solid #6e0001;
		background: linear-gradient(to bottom, #cd191a 0%, #8e2222 100%);
		color: white;
		padding: 4px 11px;
		font-size: 16px;
		font-weight: bold;
	}
.Pro_Page .Page_Content td
	{
		background: #f3f3f3;
		padding: 8px 11px;
	}
.Pro_Page .Page_Content table
	{
		border-collapse: separate;
		border-spacing: 3px;
	}
.Pro_Page .site-map li li a
	{
		color: #6d6f6e;
	}
/** /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_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
	{
		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: flex;
		width: 0;
		right: 0;
		top: 0;
		overflow: hidden;
		z-index: 2;
		margin-right: 0;
	}
.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
	{
		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: flex;
		width: 0;
		right: 0;
		top: 0;
		overflow: hidden;
		z-index: 2;
		margin-right: 0;
	}
.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 **/

/** Control_Slideshow **/
.Control_Slideshow
	{
		margin: 0 auto;
		position: relative;
	}
.Control_Slideshow .slides
	{
		position: relative;
		overflow: hidden;
	}
.Control_Slideshow .slides-absolute>*
	{
		position: absolute;
		top: 0;
		left: 0;
	}
.Control_Slideshow img
	{
		max-width: 100%;
	}
.Control_Slideshow .slide img.front
	{
		z-index: 2;
	}
.Control_Slideshow .slide img.back
	{
		z-index: 1;
	}
.Control_Slideshow .buttons
	{
		z-index: 3;
		position: absolute;
		right: 1.2em;
		bottom: 30px;
		display: flex;
	}
.Control_Slideshow .button
	{
		background: white;
		width: 20px;
		height: 20px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
.Control_Slideshow .button:not(.active)
	{
		opacity: 0.7;
	}
.Control_Slideshow .button:not(:last-of-type)
	{
		margin-right: 5px;
	}
.Control_Slideshow .arrow
	{
		position: absolute;
		z-index: 2;
		display: none;
		top: 50%;
		transform: translate(0, -50%);
	}
.Control_Slideshow:hover .arrow
	{
		display: inherit;
	}
.Control_Slideshow .previous
	{
		left: 25px;
	}
.Control_Slideshow .next
	{
		right: 25px;
		transform: translate(0, -50%) scale(-1, 1);
	}
.Control_Slideshow .single-slide .arrow
	{
		display: none !important;
	}
/** /Control_Slideshow **/

/** Control_Slideshow_Mobile **/
@media (max-width: 767px)
{
.Control_Slideshow_Mobile .arrow
	{
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
}

/** /Control_Slideshow_Mobile **/

/** Article_Faq **/
.Article_Faq ul
	{
		padding: 0;
		margin: 0;
		list-style: none;
	}
.Article_Faq li
	{
		margin-bottom: 2em;
	}
.Article_Faq .question
	{
		margin-bottom: 1em;
		font-weight: bold;
	}
/** /Article_Faq **/

/** 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 **/

/** Contact **/
.Contact .Page_Content p
	{
		text-indent: 0 !important;
	}
.Contact .textarea
	{
		min-height: 100px;
	}
/** /Contact **/

/** 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 .on-off.off
	{
		background: #99d177;
	}
.Table .on-off.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>.table
	{
		width: 100%;
		display: grid;
		grid-gap: 1em 0;
		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.top button
	{
		z-index: 2;
	}
.Table .Table_panel>*:not(:last-child)
	{
		margin-right: 10px;
	}
.Table .Table_panel .buttons
	{
		margin-left: auto;
	}
.Table .Table_panel:empty
	{
		display: contents;
	}
/** /Table **/

/** Contact_Table_Item **/
.Contact_Table_Item .table
	{
		grid-gap: 1em;
	}
.Contact_Table_Item .item-row>.label
	{
		white-space: nowrap;
	}
.Contact_Table_Item .item-row>.value
	{
		width: 100%;
	}
.Contact_Table_Item .input
	{
		width: 100%;
	}
.Contact_Table_Item textarea.input
	{
		font-size: 12px;
		min-height: 100px;
	}
.Contact_Table_Item .bottom-panel
	{
		margin-top: 1em;
	}
.Contact_Table_Item .required-fields-remark
	{
		float: left;
	}
.Contact_Table_Item button
	{
		float: right;
	}
.Contact_Table_Item .bottom-panel:after
	{
		content: '';
		display: block;
		clear: both;
	}
/** /Contact_Table_Item **/

/** Contact_Table_Item_Mobile **/
@media (max-width: 767px)
{
.Contact_Table_Item_Mobile
	{
		width: 100%;
	}
}

/** /Contact_Table_Item_Mobile **/

/** Table_Item **/
.Table_Item .table
	{
		display: grid;
		grid-template-columns: minmax(min-content,max-content) 1fr;
	}
.Table_Item .table .item-row
	{
		display: contents;
	}
.Table_Item .value:first-child,
.Table_Item .item-row>:first-child:last-child
	{
		grid-column: 1 / span 2;
	}
.Table_Item .table .item-row .value .input
	{
		width: 100%;
	}
.Table_Item .item-row .label
	{
		padding-right: .5em;
	}
.Table_Item .field-error
	{
		display: contents;
	}
.Table_Item .field-error:before
	{
		display: block;
		content: '';
	}
/** /Table_Item **/

/** Field **/
.Field[incorrect]
	{
		background: red;
		color: white;
	}
/** /Field **/

/** 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 **/

/** 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 **/

/** 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;
	}
.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 **/

/** 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 **/

/** HotKeys_KeyView **/
.HotKeys_KeyView
	{
		background: #ffeeff;
		padding: 10px;
		right: 0;
		top: 0;
	}
/** /HotKeys_KeyView **/

/** 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 **/

/** 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 **/

/** Ajax_LoadingIndicator **/
.Ajax_LoadingIndicator
	{
		position: fixed;
	}
/** /Ajax_LoadingIndicator **/

/** 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 **/

/** Pro_Page_Header **/
.Pro_Page_Header
	{
		background: #e8e2d4 url('/Pro/Page/Header/bg.gif') repeat-x;
	}
.Pro_Page_Header .top
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
.Pro_Page_Header .icon-and-logo
	{
		display: flex;
		align-items: center;
	}
.Pro_Page_Header #logo
	{
		display: block;
		font-family: 'Trebuchet MS';
		font-size: 4em;
		font-weight: bold;
		color: #373737;
		white-space: wrap;
	}
.Pro_Page_Header #logo:hover
	{
		text-decoration: none;
	}
.Pro_Page_Header #logo div
	{
		display: inline-block;
	}
.Pro_Page_Header #logo div::first-letter
	{
		color: #b20000;
	}
.Pro_Page_Header #logo img
	{
		width: 100%;
	}
.Pro_Page_Header .search
	{
		flex-grow: .7;
		text-align: center;
	}
.Pro_Page_Header .search input
	{
		display: block;
		box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.25);
		border: none;
		border-radius: 3px;
		width: 100%;
		height: 32px;
		padding: 0 40px 0 10px;
		text-transform: uppercase;
		color: #4b4c4b;
		background: white url('/Pro/Page/Header/search-magnifying-glass.jpg') top right no-repeat;
	}
.Pro_Page_Header #phone
	{
		margin: .7em .1em 0 0;
		letter-spacing: .02em;
		color: #373737;
		font-weight: bold;
		text-align: center;
	}
.Pro_Page_Header #phone .number
	{
		font-size: 1.8em;
	}
.Pro_Page_Header #phone .number:before
	{
		content: url('/Pro/Page/Header/phone.png');
		margin-right: .4em;
	}
.Pro_Page_Header #phone .time
	{
		margin: 0 0 .3em;
		font-size: 1.3em;
		color: #da2b00;
	}
.Pro_Page_Header #phone .comment
	{
		line-height: 1.4em;
	}
/** /Pro_Page_Header **/

/** Pro_Page_Header_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Header_Mobile.Control_Stick
	{
		width: 100%;
	}
.Pro_Page_Header_Mobile .top
	{
		flex-direction: column;
		padding-top: 1em;
	}
.Pro_Page_Header_Mobile #logo
	{
		font-size: 2em;
		margin-left: 1em;
		width: 100%;
	}
.Pro_Page_Header_Mobile .search
	{
		display: none;
	}
.Pro_Page_Header_Mobile #phone .number
	{
		font-size: 2.3em;
		margin: .5em 0;
	}
.Pro_Page_Header_Mobile.Control_Stick #phone
	{
		display: none;
	}
}

/** /Pro_Page_Header_Mobile **/

/** Pro_Page_Menu **/
.Pro_Page_Menu
	{
		clear: both;
		font-size: 1.1em;
		text-transform: uppercase;
		border: 1px solid black;
		background: linear-gradient(to bottom, #595a59 0%, #0e0e0e 100%);
		border-radius: 5px;
		margin: .9em 0;
	}
.Pro_Page_Menu ul
	{
		display: flex;
	}
.Pro_Page_Menu li
	{
		flex-grow: 1;
		border: 1px solid transparent;
	}
.Pro_Page_Menu li:first-child
	{
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
.Pro_Page_Menu li:last-child
	{
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
.Pro_Page_Menu li a
	{
		display: block;
		padding: 14px 14px 13px;
		text-align: center;
	}
.Pro_Page_Menu li.active,
.Pro_Page_Menu li:hover
	{
		text-decoration: none;
		background: linear-gradient(to bottom, #cd1919 0%, #8c2222 100%);
		border: 1px solid #6e0000;
	}
.Pro_Page_Menu li:before
	{
		background: linear-gradient(to bottom, #5a5b5a 0%, #3a3a3a 100%);
		height: 30px;
		top: 5px;
		left: 0;
	}
.Pro_Page_Menu li:after
	{
		background: linear-gradient(to bottom, black 0%, #111111 100%);
		height: 31px;
		top: 4px;
		left: 0;
	}
.Pro_Page_Menu li.active:before,
.Pro_Page_Menu li:hover:before
	{
		background: linear-gradient(to bottom, #5e504f 0%, #463838 100%);
	}
.Pro_Page_Menu li.active:after,
.Pro_Page_Menu li:hover:after
	{
		background: linear-gradient(to bottom, black 0%, #2a0d0d 100%);
	}
/** /Pro_Page_Menu **/

/** Pro_Page_Menu_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Menu_Mobile
	{
		border: none;
	}
.Pro_Page_Menu_Mobile li a
	{
		text-align: left;
	}
}

/** /Pro_Page_Menu_Mobile **/

/** Pro_Page_Menu_Tabtop **/
@media (min-width: 1003px)
{
.Pro_Page_Menu_Tabtop li a
	{
		color: white;
	}
}
@media (max-width: 1002px) and (min-width: 768px)
{
.Pro_Page_Menu_Tabtop li a
	{
		color: white;
	}
}

/** /Pro_Page_Menu_Tabtop **/

/** Pro_Menu_Mobile **/
@media (max-width: 767px)
{
.Pro_Menu_Mobile
	{
		overflow: inherit;
	}
}

/** /Pro_Menu_Mobile **/

/** Pro_Control_Slideshow **/
.Pro_Control_Slideshow
	{
		overflow: hidden;
		color: white;
		text-align: center;
		padding-bottom: .3em;
		margin: .5em auto 0 auto;
		background: url('/Pro/Control/Slideshow/images/bg.gif') no-repeat;
		width: 699px;
		height: 295px;
		position: relative;
	}
.Pro_Control_Slideshow .slideshow
	{
		position: relative;
		top: 13px;
	}
.Pro_Control_Slideshow .slideshow .text
	{
		float: right;
		text-align: left;
		position: relative;
		top: 2em;
		right: 1em;
		width: 19em;
		max-height: 17em;
	}
.Pro_Control_Slideshow .slideshow .text .title
	{
		font-size: 1.5em;
	}
.Pro_Control_Slideshow .slideshow .text .subtitle
	{
		font-size: 2em;
		color: #ee5b46;
		margin-bottom: .5em;
	}
.Pro_Control_Slideshow .slides>*
	{
		width: 100%;
	}
.Pro_Control_Slideshow .slide
	{
		float: left;
		overflow: hidden;
		width: 442px;
		height: 266px;
		border-top-left-radius: 1em;
		border-bottom-left-radius: 1em;
	}
.Pro_Control_Slideshow .button
	{
		color: white;
		width: 27px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		float: left;
		cursor: pointer;
		margin-left: .5em;
		background: url('/Pro/Control/Slideshow/images/button/.gif') no-repeat;
	}
.Pro_Control_Slideshow .button.active
	{
		background-image: url('/Pro/Control/Slideshow/images/button/active.gif');
	}
/** /Pro_Control_Slideshow **/

/** Pro_Page_Right **/
.Pro_Page_Right
	{
		flex-grow: 0;
		margin-left: 30px;
	}
.Pro_Page_Right .menu li
	{
		margin-bottom: 6px;
	}
.Pro_Page_Right .menu a
	{
		border-radius: 5px;
		padding: 1em;
		display: block;
		background: linear-gradient(to bottom, #575957 0%, #0e0e0e 100%);
		color: white;
		text-transform: uppercase;
		white-space: nowrap;
		border: 1px solid black;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	}
.Pro_Page_Right .menu a:hover,
.Pro_Page_Right .menu li.active a
	{
		text-decoration: none;
		background: linear-gradient(to bottom, #cd1919 0%, #8c2222 100%);
		border: 1px solid #6e0000;
	}
/** /Pro_Page_Right **/

/** Pro_Page_Right_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Right_Mobile
	{
		margin: 0;
	}
}

/** /Pro_Page_Right_Mobile **/

/** Pro_Page_Footer **/
.Pro_Page_Footer
	{
		margin-top: 1em;
		border: 1px solid #cbcbcb;
		border-radius: 10px;
		background: #f4f3f1;
		margin-bottom: 20px;
	}
.Pro_Page_Footer>*
	{
		padding: 10px 17px;
	}
.Pro_Page_Footer:before
	{
		background: #232122;
		content: '';
		display: block;
		height: 44px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
.Pro_Page_Footer .menu.of-main
	{
		text-transform: uppercase;
	}
.Pro_Page_Footer .menu.of-service
	{
		text-transform: capitalize;
	}
.Pro_Page_Footer .menu
	{
		margin-bottom: 1em;
		overflow: hidden;
		font-size: .9em;
	}
.Pro_Page_Footer .menu li
	{
		float: left;
		margin-right: 1.5em;
	}
.Pro_Page_Footer .menu li:last-child:before
	{
		content: none;
		margin: 0;
	}
.Pro_Page_Footer .menu li:before
	{
		content: url('/Pro/Page/Footer/delimiter.gif');
		float: right;
		margin-left: 1.5em;
		position: relative;
		top: -.3em;
		right: 0;
	}
.Pro_Page_Footer .menu a
	{
		color: #b20000;
	}
.Pro_Page_Footer .copyright
	{
		text-align: center;
		font-size: 1.2em;
	}
.Pro_Page_Footer .counters
	{
		margin: 1em 0;
	}
.Pro_Page_Footer .counters li
	{
		margin: 0 .3em 0 0;
	}
/** /Pro_Page_Footer **/

/** Pro_Page_Mobile **/
@media (max-width: 767px)
{
.Pro_Page_Mobile .wide:before,
.Pro_Page_Mobile .wide:after
	{
		min-width: 2%;
		width: 2%;
	}
.Pro_Page_Mobile .wide.black
	{
		display: none;
	}
.Pro_Page_Mobile .content
	{
		margin-top: 20px;
		border-top: 44px solid #232122;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
}

/** /Pro_Page_Mobile **/
