﻿@font-face {
	font-family: Gotha;
	src: url("font/GothaProReg.otf");
}

@font-face {
	font-family: VekaRegular;
	src: url("/fonts/CeraVEKA-Regular.woff2");
}

@font-face {
	font-family: VekaBold;
	src: url("/fonts/CeraVEKA-Bold.woff2");
}

@font-face {
	font-family: VekaLight;
	src: url("/fonts/CeraVEKA-Light.woff2");
}

html,body {
	-webkit-text-size-adjust: 100%;
	font-family: VekaRegular;
    font-size: 16px;
}

header {
	width: 100%;
}

header .login_info_block {
    position: absolute;
    top: 10px;
    right: calc(100% / 2 - 650px);
}

nav {
	max-width: 1400px
}

main {
	max-width: 1300px;
	padding-top: 20px;

	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	height: calc(100% - 170px);
	padding-top: 15px;
}

button {
	font-family: VekaRegular;
}

input {
	font-family: VekaRegular;
}

div {
	
}

.break-word {
	/* Основное свойство для переноса */
    overflow-wrap: break-word;
    
    /* Для совместимости со старыми браузерами */
    word-wrap: break-word;
    
    /* Дополнительные настройки */
    word-break: break-word;
    hyphens: auto;
}

.hidden_mobile {
	display: unset;
}

.hidden_pc {
	display: none;
}


.button_blue {
	transition: 200ms ease-out;
	padding: 0 16px;
    height: 47px;
    background-color: #0069B4;
    color: #FFFFFF;
    border: 0px;
	font-family: VekaRegular;
	cursor: pointer;
	text-transform: uppercase;
	min-width: 150px;
}

.button_blue:hover {
	background-color: #007aff;
}

.button_white {
	transition: 200ms ease-out;
    padding: 0 16px;
    height: 48px;
    border: 1px solid #EAEBEE;
    color: #0B1742;
    background-color: #FFFFFF;
	font-family: VekaRegular;
	cursor: pointer;
	text-transform: uppercase;
	min-width: 150px;
}

.button_white:hover {
	border: 1px Solid Gray;
}

.input_white {
	padding: 15px 38px 15px 16px;
    width: 100%;
    -webkit-transition: 200ms ease-out;
    transition: 200ms ease-out;
    text-overflow: ellipsis;
    background-color: #FFFFFF;
    border: 1px solid #C5C7CD;
}

.body_table {
	width: 1500px;
	height: 100%;
	margin-left: calc(100% / 2 - 750px);
	font-size: 14px;
	padding-bottom: 10px;
}

.infoBlock {
	position: absolute;
    top: 10px;
    left: calc(100% / 2 - 70px);
    height: auto;
    line-height: 16px;
    width: 660px;
    /* border: 1px Solid #d8d8d3; */
    /* background-color: #fefefd; */
    color: Black;
    font-size: 14px;
    opacity: 0.95;
    /* border-radius: 6px; */
    display: block;
    border-left: 1px Solid #eaebee;
    /* background-color: silver; */
}

.infoBlock #events {
	margin: 5px;
    padding: 3px;
    padding-left: 10px;
    float: left;
    width: 200px;
    border-right: 1px solid #eaebee;
    height: calc(100% - 10px);
}

.infoBlock #events:hover {
    background-color: #fafafa;
	cursor: pointer;
}

.infoBlock #request:hover {
    background-color: #fafafa;
	cursor: pointer;
}

.infoBlock #message:hover {
    background-color: #fafafa;
	cursor: pointer;
}

.infoBlock #request {
	margin: 5px;
    padding: 3px;
    padding-left: 5px;
    float: left;
    width: 210px;
    border-right: 1px solid #eaebee;
    height: calc(100% - 10px);
}

.infoBlock #message {
	margin: 5px;
    padding: 3px;
    padding-left: 5px;
    float: left;
    width: 180px;
    height: 48px;
}

.infoBlock a {
	color: #393185;
}

.info_switch_user {
	position: fixed;
    cursor: pointer;
    /* width: 239px; */
    background: #c3e6ff;
    /* opacity: 0.85; */
    /* border: 1px Solid #d1d1d1; */
    /* border-radius: 6px; */
    padding: 4px;
    padding-left: 7px;
    z-index: 10000;
    left: calc(100% / 2 - 200px);
    margin-left: auto;
    top: -4px;
    /* height: 56px; */
    font-size: 12px;
    margin-right: auto;
    z-index: 200000;
}

.newyearimg
{
	margin-left: 90px;
	position: fixed;
	width: 50px;
	height: 88px;
	background-image: url(/img/newyearbol.png);
}

.social
{
	position: absolute;
    left: calc(100% / 2 + 588px);
    top: 55px;
    padding: 7px;
    background-color: #f6f6f6;
    opacity: 0.90;
    border-radius: 9px;
}

.social img {
	height: 20px;
	margin: 0px;
	margin: 1px;
}

a {
	color: #0f4a97;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.info {
	color: Black;
	font-size: 11;
}
.table {
	font-size: 14;
	color: #787878;
	border-left: 1 solid #D3D3D3;
	border-right: 1 solid #D3D3D3;
}

.block {
	background-color: White;
	border: 0px solid #D3D3D3;
	font-size: 14;
	color: Black;
	padding: 13px;
}
.table_c {
	font-size: 14;
	font-style: normal;
	margin: 0;
	border: 0;
}

.input {
	background-color: White;
	border: 1px solid #D3D3D3;
	padding: 5;
	font-size: 14;
	margin: 3;
	color: Black;
	font-family: VekaRegular;
}

.input_full_width {
	background-color: White;
	border: 1px solid #D3D3D3;
	padding: 5;
	font-family: VekaRegular;
	font-size: 13;
	margin: 3;
	color: Black;
	width: 100%;
}

.form_button {
	background-color: White;
	padding: 5;
	font-size: 11;
	margin: 2px;
	border: 1px solid Silver;
	color: Black;
}
.form_button:hover {
	background: #393185;
	color: White;
}
.form_button_red {
	background-color: Red;
	border: 1px solid #393185;
	padding: 5;
	font-size: 11;
	color: White;
}
.form_button_red:hover {
	background: #4ea604;
	color: White;
}
.top_button
{
	background-color: White;
	border: 1px solid #D3D3D3;
	padding: 5;
	font-size: 14;
}
.top_button:hover {
	background-color: Silver;
	color: White;
}
.top_button_info
{
	background-color: #393185;
	border: 1px solid #393185;
	padding: 3;
	
	font-size: 11;
	color: White;
}

.menu_button_info
{
	background-color: #393185;
	border: 1px solid #393185;
	padding: 2;
	
	font-size: 11;
	color: White;
	margin-right: -3px;
}

.top_button_login
{
	background-color: White;
	border: 1px solid Silver;
	padding: 3;
	
	font-size: 11;
	color: Black;
}
.top_button_login:hover
{
	background-color: #393185;
	color: White;
}
.small_button
{
	background-color: White;
	border: 1px solid Silver;
	padding: 3;
	
	font-size: 13;
	margin: 5 0 0 -10;
	padding: 5px;
	color: Black;
}
.small_button:hover
{
	background-color: #393185;
	color: White;
}
.head
{
	color: #174f99;
	
	text-decoration: none;
	margin-left: 10;
}
.head_green
{
	color: #4ea604;
	
	text-decoration: none;
	margin-left: 10;
}
.head_red
{
	color: Red;
	
	text-decoration: none;
	margin-left: 10;
}
hr {
	color: Silver; 
	border: none;
	height: 1px;
	clear: both;
	background-color: Silver;
}
.row_from_table {
	background: White;
	color: Black;
	
	font-size: 14;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border-bottom: 1px solid Silver;
}
.row_from_table:hover {
	background: Silver;
	color: White;
}
.row_from_table2 {
	background: White;
	color: Black;
	
	font-size: 14;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border-bottom: 1px solid Black;
}
.row_from_table2:hover {
	background: #D7EEF2;
	color: Black;
}
.info_small_blue
{
	background-color: #4ea604;
	border: 0px solid #393185;
	padding: 2;
	
	font-size: 11;
	color: White;
}
.info_small_green
{
	background-color: #393185;
	border: 0px solid #393185;
	padding: 2;
	
	font-size: 11;
	color: White;
}
.info_small_red
{
	background-color: #f96f6f;
	border: 0px solid #393185;
	padding: 3;
	
	font-size: 11;
	color: White;
}
.info_small_orange
{
	background-color: #FF4500;
	border: 0px solid #393185;
	padding: 2;
	
	font-size: 11;
	color: White;
}
.info_small_silver
{
	background-color: #DEDEDE;
	border: 0px solid #393185;
	padding: 2;
	
	font-size: 11;
	color: Black;
}
.table_opacity {
  background: url(img/background_opacity.png); /* Ю촯侮ḭ顴ﭠ*/
}
.info_top
{
	background-color: #FF4848;
	border: 0px solid #393185;
	padding: 2;
	
	font-size: 14;
	color: White;
}
.imageRadius
{
	border: 0;
	border: 1px solid Silver;
}
.opacity {
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
}
#fixed-block {
	position: fixed;
	left: 30%;
	top: -10px;
	padding: 2em 15em 2em 15em;
	font-size: 14;
	color: White;
	background-color: #FF4500;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	border: 0;
	
}
* html {
    background: fixed url('about:blank');
}

* html #fixed-block {
    position: absolute;
    /*top: expression(eval(document.documentElement.scrollTop) + 0 + 'px');*/
}

/* =============================Buttons=========================*/
.button_classic {
    border: 0px Solid Silver;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    width: 170px;
	background-color: #e8f1fc;
}

.button_classic:hover {
	background-color: #d5e8ff;
}

/* =========================================Меню=================================== */
#mainmenu{
	height: 100%;
	width: 100%;
	display: flex;
	/* margin-left: 12px; */
	font-size: 16px;
}

#mainmenu .li_counter {
	position: absolute;
    background-color: #28a6ff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    margin-right: 5px;
    left: -10px;
    top: 10px;
	display: none;
}

.submenu_color {
	color: #0B1742;
}

#mainmenu:hover {
	z-index:10000; /* для отображения подпунктов поверх остальных блоков */
}

#mainmenu ul, /* сбрасываем поля и отступы у списков */
#mainmenu ul ul {
    list-style:none;
    padding:0;
    margin:0;
}
#mainmenu ul {    
    clear:left;
    /* position:relative; */
    right:50%;
    height:41px;
    /* float:right;
    text-align:center;
    text-transform:uppercase;     */
}
#mainmenu ul li {
    /* border-right: 1px solid #d3d3d3; */
    /* box-shadow: 1px 0 0 White;
    -moz-box-shadow: 1px 0 0 White;
    -o-box-shadow: 1px 0 0 White;
    -ms-box-shadow: 1px 0 0 White;
    -webkit-box-shadow: 1px 0 0 White;     */
    position:relative;
    /* left:50%; */
    float:left;
    height:40px;
    padding:0;
    margin:0
}
#mainmenu ul li:last-child {
    border:none;
    box-shadow:none
}    
#mainmenu ul li a {
    display:block;
    text-decoration: none;
    padding: 14px 22px;
	transition: background-color 0.3s ease;
}
#mainmenu ul li a:hover {
	text-decoration: none;
	background-color:#dbf0ff;
}
#mainmenu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
 
/*************************** Выпадающие подпункты */
#mainmenu ul li ul {
    background: White;
    /* border: 0px solid Silver;
    background: -moz-linear-gradient(White, #d3d3d3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(White), to(#d3d3d3));
    background: -webkit-linear-gradient(White, #d3d3d3);    
    background: -o-linear-gradient(White, #d3d3d3);    
    background: -ms-linear-gradient(White, #d3d3d3);    
    background: linear-gradient(White, #d3d3d3); */
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;    
    text-transform:none;
    opacity: 0;
    visibility: hidden;
    position:absolute;
    left: 0;
    top: 48px;
    font-size: 14px;
    height:auto;
    width: 220px;
	border: 1px Solid Silver;
	border-top: 3px Solid #207bbc;
}
#mainmenu ul li ul li {
    border:none;
    /* box-shadow: 0 1px 0 White, 0 2px 0 #d3d3d3;
    -moz-box-shadow: 0 1px 0 White, 0 2px 0 #d3d3d3;
    -o-box-shadow: 0 1px 0 White, 0 2px 0 #d3d3d3;
    -webkit-box-shadow: 0 1px 0 White, 0 2px 0 #d3d3d3;
    -ms-box-shadow: 0 1px 0 White, 0 2px 0 #d3d3d3; */
    position:relative;
    left:0;
    float:none;
    height:auto;
    margin:0;
    text-align:left !important;
}
#mainmenu ul li ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#mainmenu ul li ul li a {
    padding:10px 8px;
    border:none
}
 
/*************************** Выпадающие пункты второго уровня */
#mainmenu ul li ul li ul {
    top: 0;
    left: 220px;
    margin: 0 0 0 20px;
    _margin: 0; /*IE6 only*/
    /* box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -o-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -ms-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);     */
}
 
/*********************** Стрелочки на подпунктах */
#mainmenu ul ul li:first-child > a:after {

    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
}

#mainmenu ul ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;    
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
}

#mainmenu ul ul li:first-child a:hover:after { border-bottom-color: #04acec }
 
#mainmenu ul ul ul li:first-child a:hover:after {
    border-right-color: #0299d3; 
    border-bottom-color: transparent;     
}

/*Catalogs*/
#catalog
{
    margin-left: 10;
    margin-top: -1;
    background-color: White;
    border: 1px Solid #569de5;
    text-align: left;
    padding: 5;
    position: relative;
}

#catalog:hover
{
    background-color: #393185;
    color: White;
}

#catalogButton 
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}

#catalogSub
{
    margin-left: 25;
    margin-top: -1;
    background-color: White;
    border: 1px Solid #569de5;
    text-align: left;
    padding: 5;
}

#catalogSub:hover
{
    background-color: #393185;
    color: White;
    text-decoration: none;
}

details {
  padding: 5px;
  cursor: pointer;
  color: #393185;
}
summary::-webkit-details-marker {
  display: none
}
summary:after { 
  content: ""; 
  cursor: pointer;
  padding: 10px;
  color: #393185; 
  font-weight: bold; 
}
details[open] summary:after {
  content: "";
  cursor: pointer;
}
.multiselect {
    width: 200px;
}
.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;
    font-weight: bold;
}
.overSelect {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}

.head_line_lightblue {
	background-color: #e8f1fc;
	padding: 7px;
}

.head_line_blue {
	background-color: #0069B4;
	padding: 7px;
	color: White;
}

.head_line_lightsilver {
	background-color: #f5f5f5;
	padding: 7px;
}

.input_in_head_line {
	padding: 3px;
	border: 1px Solid Silver;
}

#checkboxes_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: White;
	z-index: 900;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
	position: absolute;
	background-color: White;
	width: 200px;
	max-height: 500px;
	overflow-x: auto;
	z-index: 1000;
}
#checkboxes label {
    display: block;
}
#checkboxes label:hover {
    background-color: #1e90ff;
	color: White;
}

.main_block {
	background-color: #fbfbfb; 
	padding-top: 20px; 
	padding-bottom: 20px;
	border-left: 1px Solid Silver; 
	border-right: 1px Solid Silver; 
	border-top: 1px Solid Silver; 
	opacity: 0.96;
}

.fblock_loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1004;
    background-color: White;
    opacity: 0.8;
}


.loading_form {
	position: absolute;
    width: 200px;
    border: 1px Solid #f5f5f5;
    background-color: White;
    color: Black;
    text-align: center;
    border-radius: 0px;
    margin-left: calc(100% / 2 - 120px);
    margin-top: calc(50vh - 200px);
    padding: 20px;
    z-index: 1005;
	display: none;
}

/*Диалоговая форма*/
.fblock_dialogForm {
	position: fixed;
    left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: White;
	opacity: 0.95;
	z-index: 2000;
	display: none;
}

.dialogForm {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 450px; /* или 450px по вашему требованию */
    border: 1px solid #e5e5e5;
    background-color: white;
    height: auto;
    color: black;
    text-align: left;
    border-radius: 0;
    z-index: 2001;
    display: none;
}

.dialogForm .header {
	position: absolute;
    background-color: #f5f5f5;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 5px;
    color: Black;
    font-size: 15px;
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 0px 3px 0px 0px;
}

.dialogForm .close {
	position: absolute;
    right: 15px;
    font-size: 16px;
    top: 10px;
    color: Black;
    cursor: pointer;
	z-index: 2003;
}

.dialogForm .text {
	padding: 15px;
    padding-top: 50px;
    text-align: center;
    line-height: 2;
}

.dialogForm input {
	border-radius: 0px;
    border: 1px Solid silver;
}

.dialogForm textarea {
	border-radius: 0px;
    border: 1px Solid silver;
}

.dialogForm button {
	transition: 200ms ease-out;
	background-color: #0069B4;
    border: 0;
    border-radius: 0px;
    cursor: pointer;
    min-width: 50px;
    color: white;
    text-transform: uppercase;
    padding: 10px;
}

.dialogForm button:hover {
    background-color: #28a6ff;
}
/*@media screen and (max-width: 768px) {
	#mainmenu {
		display: none;
	}

	#social {
		display: none;
	}

	.info {
		display: none;
	}

	.main_block {
		background-color: #fbfbfb; 
		border: 0px;
		height: 100%;
	}
}*/