@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

html, body{
	padding:0px;
	margin:0px;
	background:#fff;
}

*{
	font-family: 'Open Sans Condensed', sans-serif;
}

.display-none{
	display:none;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}


.title-block{
	position:relative;
	width:100%;
	height:100vh;

	max-width:1280px;
	max-height:1024px;
	
	#left:0px;
	#right:0px;
	
	overflow:hidden;
	
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.15) 99%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.15) 99%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.15) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=1 );
}

.title-block-left-violet{
	position:absolute;
	
	width:33%;
	height:68%;
	
	top:0px;
	left:0px;
	
	z-index:9;
}

.title-block-right-grey{
	position:absolute;
	
	width:25%;
	height:52%;
	
	bottom:0px;
	right:0px;
	
	background-image:url(/img_tetrasoft/greytriangle.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:100% 100%;
	z-index:5;
}

.title-block-right-price{
	position:absolute;
	
	width:25%;
	height:52%;
	
	bottom:0px;
	right:0px;
	
	background-image:url(/img_tetrasoft/price.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:100% 100%;
	z-index:6;
}

.title-block-right-grey-bottom{
	position:absolute;
	
	width:100%;
	height:17%;
	bottom:0%;
	
	vertical-align:top;
	
	background-image:url(/img_tetrasoft/greybottom.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:cover;
	
	z-index:1;
}

.title-block-horizontline{
	position:absolute;
	
	width:100%;
	height:15%;
	bottom:17%;
	
	background-image:url(/img_tetrasoft/horizontline.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	
	z-index:3;
}

.title-block-titlebackground{
	position:absolute;
	
	width:100%;
	height:75%;
	
	background-image:url(/img_tetrasoft/titlebackground.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	
	z-index:2;
}

.title-block-titlecpu{
	position:absolute;
	
	width:76%;
	height:auto;

	margin-left:50%;
	left:-49%;
	bottom:18%;
	z-index:9;
}

.title-block-price{
	position:absolute;
	
	width:40%;
	height:auto;
	
	margin-left:50%;
	
	left:-10%;
	bottom:5%;
	
}

.title-block-left-top-about{
	position:absolute;
	
	width:23%;
	height:30%;
	
	padding:1vw 1vw;
	
	font-size:1.3vw;
	font-family: Arial, Helvetica;
	color:#fff;
	
	overflow:hidden;
	z-index:10;
}

.title-span-notifications{
	display:inline-block;
	position:relative;
	
	width:25%;
	min-height:60px;
	
	padding:3px;
	padding-left:68px;
	margin-left:15px;
	
	font-size:14px;
	font-family: Arial, Helvetica;
	color:#000;
	
	background-repeat:no-repeat;
	background-position:6px 6px;
	background-size:55px 55px;
	
	vertical-align:top;
	
	overflow:hidden;
	z-index:1;
}

.title-span-notifications b{
	display:block;
	font-size:14vw;
	font-family: Arial, Helvetica;	
}

.title-span-notifications-art{
	background-image:url(/img_tetrasoft/picto-music.png);	
}

.title-span-notifications-commerce{
	background-image:url(/img_tetrasoft/picto-commerce.png);	
}

.title-span-notifications-gift{
	background-image:url(/img_tetrasoft/picto-gift.png);	
}


.footer-block{
	position:relative;
	width:100%;
	height:300px;

	max-width:1280px;
	max-height:550px;
	
	margin-top:50px;
	
	background-image:url(/img_tetrasoft/img-footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
}




.curtain-image-out{
	position:fixed;
	width:100%;
	height:100%;
	
	background-color:rgba(0,0,0,0.5);
	z-index:9999;
	
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.show-curtain{
	display:none;
}


.close_button{
	position:fixed;
	width:50px;
	height:50px;
	top:15px;
	right:25px;
	
	background-color:rgba(0,0,0,0.2);
	border-radius:0px;
	border:3px solid #ffffff;
	
	line-height:43px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	
	font-size:30px;
	color:#ffffff;
	}

.close_button:hover{
	background-color:rgba(0,0,0,0.5);
	}

.subscribe{
	position:absolute;
	width:350px;
	background-color:#fff;
	
	left:50%;
	margin-left:-175px;
	
	padding:10px;
}

.subscribe-mail{
	height:210px;
	top:50%;
	margin-top:-105px;
}

.map{
	position:fixed;
	width:90%;
	height:100%;
	background-color:#fff;
	
	top:0px;
	bottom:0px;
	left:50%;
	margin-left:-45%;
	
	padding:10px;
}

.map-style{
	width:100%;
	height:100%;
	border:0px;
}


.modal-window{
	border:3px solid rgba(255,255,255,0.5);
}

.b-modal{
	padding:5px;
	display:block;
	font-size:14px;
	border-bottom:1px solid rgba(0,0,0,0.5);
	padding-bottom:10px;
	margin-bottom:10px;
}

.b-head{
	display:block;
	margin-bottom:10px;
}

.input-style{
	position:relative;
	width:100%;
	height:35px;
	margin-bottom:10px;
	outline:none;
	
	padding-left:5px;
	padding-right:5px;
	
	background-color:rgba(255,255,255,1);
	color:rgba(0,0,0,1);
	font-size:14px;
	
	border:1px solid rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 10px 10px 15px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 10px 10px 15px -12px rgba(0,0,0,0.75);
	box-shadow: inset 10px 10px 15px -12px rgba(0,0,0,0.75);
}

.box-sizing, .menu-page-block a, .group-name, .select-menu{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.modal-bottom-block{
	position:absolute;
	width:100%;
	height:35px;
	bottom:0px;
	left:0px;
}

.clearfix:after{
	content:" "; /* Содержание по умолчанию*/
	clear:both; /* Чистка для элементов li*/
	display:table; /* Для поддержания структуры меню по высоте */
}

.modal-half-button{
	width:50%;
	height:35px;
	color:#fff;
	text-transform:uppercase;
	background-color:rgba(0,0,0,0.5);
	cursor:pointer;
	border:none;
	font-size:14px;
	
	bottom:0px;
	left:0px;
	
	outline:none;
	background-image:url();
	background-repeat:no-repeat;
	background-size:45px 10px;
	background-position:center;
}

.loading-config{
	background-repeat:no-repeat;
	background-position:center;
	background-size:45px 10px;
	background-image:url('/img_system/load.gif');	
}

.modal-button, .order-button{
	position:absolute;
	width:100%;
	height:35px;
	color:#fff;
	text-transform:uppercase;
	background-color:rgba(0,0,0,0.5);
	cursor:pointer;
	border:none;
	font-size:14px;
	
	bottom:0px;
	left:0px;
	
	outline:none;
	background-image:url();
	background-repeat:no-repeat;
	background-size:45px 10px;
	background-position:center;
}

.modal-button:hover, .order-button:hover, .modal-half-button:hover{
	background-color:rgba(0,0,0,0.7);
}

.consult-admin{
	height:320px;
	top:50%;
	margin-top:-160px;	
}

.domain-admin{
	height:210px;
	top:50%;
	margin-top:-105px;
}

.auth-admin{
	height:230px;
	top:50%;
	margin-top:-115px;
}

.user-admin{
	height:390px;
	top:50%;
	margin-top:-195px;
}

.subscribe-admin{
	height:180px;
	top:50%;
	margin-top:-90px;
}

.block-files-convas, .sucreg-block{
	text-align:center;
}


.block-download-alert{
	position:relative;
	top:25%;
}

.waitingMode{
	background-repeat:no-repeat;
	background-size:45px 10px;
	background-position:center;
	background-image:url(/img_system/load.gif);
}

.waitingMode span{
	visibility:hidden;
}

.incorrectInput{
	background-color:rgba(221,101,169,0.3) !important;
	color:rgba(0,0,0,1) !important;
}

.center-block, .center-block-consol{
	position:relative;
	width:100%;
	max-width:1260px;
	margin:0px auto;
}

.content-inner{
	height:100%;
	padding:0px !important;
}



/*Начало Горизонтальное меню*/
.top-horizont-menu{

	position:fixed;
	width:100%;
	min-height:35px;
	top:0px;
	left:0px;
	right:0px;

	background-image:url();
	background-position:0px 0px;
	background-repeat:repeat-x;
	
	z-index:33;	
}

.horizontal-right{
	position:absolute;
	width:80px;
	right:0px;
	top:0px;
}

.horizontal-menu{
	position:relative;
}

.horizontal-menu ul{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
}

.horizontal-menu ul::after{
	display:block;
	width:100%;
	height:0px;
	clear:both;
	content:" ";
}

.horizontal-menu ul li{
	position:relative;
	display:block;
	float:left;
	width:auto;
	height:auto;
}

.horizontal-menu a{
	display:block;
	padding:8px;
	padding-top:11px;
	padding-bottom:11px;
	cursor:pointer;
	text-decoration:none;
	
	transition: 0.3s;
}


.horizontal-menu ul li ul{
	/* Выпадающие пункты меню */ 
	position:absolute;
	left:0px;
	display:none;
	min-width:150px;
}

.horizontal-menu ul li:hover ul{
	display:block;
}
				
.horizontal-menu ul li ul li{
	float:none;
	width:100%;
}

.horizontal-menu ul li ul li a{
	display:block;
	width:100%;
	height:auto;
	box-sizing:border-box;
}

.horizontal-menu ul li:first-child a{
	/* Первая кнопка вертикального выпадающего меню */
	
}

.horizontal-menu ul li ul li a{
	/* Все кнопки вертикального выпадающего меню */
	border-left:none !important;
	border-right:none !important;
}

.mobile-button{
	float:left;
	padding-right:10px;
	display:none;
}

.left-menu-button{
	/* Кнопка мобильного меню */
	padding-left:21px;
	
	background-image:url(/admin-image/menu_pic.png);
	background-repeat:no-repeat;
	background-position:0px 12px;
	background-size:16px 16px;

	outline:none;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
	
	padding-top:11px;
	padding-bottom:11px;
	border:none;
	background-color:transparent;
	margin:0px;
}

.left-catalog-button{
	/* Кнопка мобильного каталога */
	padding-left:21px;
	
	background-image:url(/admin-image/catalog_pic.png);
	background-repeat:no-repeat;
	background-position:0px 12px;
	background-size:16px 16px;

	outline:none;
	cursor:pointer;
	font-size:14px;
	text-transform:uppercase;
	
	padding-top:11px;
	padding-bottom:11px;
	border:none;
	background-color:transparent;
	margin:0px;
}

.left-catalog-button:hover, .left-menu-button:hover{
	text-decoration:underline;
}

.a-class{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

.a-class:hover{
	text-decoration:underline;
}






/* Начало Кнопки профиля */
.profile-out{
	position:relative !important;
	top:0px;
	margin:0px !important;
	padding:0px !important;
}

.profile-out li{
	list-style-type:none;
}
	
.profile-menu{
	position:absolute;
	display:none;
	left:-99px !important;
	
	margin:0px !important;
	padding:0px !important;
	padding-top:3px !important;
}
	
.profile-menu li{
	display:block;
	list-style-type:none;
}
	
.profile-menu li a{
	display:block;
	width:130px !important;
	padding:8px;
	padding-top:11px;
	padding-bottom:11px;
	
	cursor:pointer;
	text-decoration:none;
	transition: 0.3s;
	border-left:none !important;
}



.profile-menu li a:hover{
	transition: 0.3s;
}

.profile-menu li:first-child a{
	border-top:none;
}

.profile-out:hover .profile-menu{
	display:block !important;
}
/* Завершение Кнопки профиля */





.corzina-button{
	position:relative;
	display:block;
	width:37px;
	height:37px;
	float-left:10px;
	
	border-radius:80px;
	cursor:pointer;
	
	background-size:75% 75%;
	background-repeat:no-repeat;
	background-position:center;
	
}

.corzina-button-img{
	background-image:url(/admin-image/basket_01.png);
	margin-left:5px !important;
}

.enter-button-img{
	background-image:url(/admin-image/header_enter.png);
}

.exit-button-img{
	background-image:url(/admin-image/header_enter.png);
}

.profile-button-img{
	background-image:url(/admin-image/header_profile.png);
}

.profile-button-enter{
	background-image:url(/admin-image/header_enter.png);
}

.profile-button-exit{
	background-image:url(/admin-image/vidg_exit_w.png);
}

.corzina-span{
	position:absolute;
	display:block;
	color:rgba(255,255,255,1);
	bottom:0px;
	font-size:13px;
	background-color:red;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
}

.corzina-mark{
	height:18px;
	left:none;
	right:5px;
	top:12px;
}

.style-menu{
	background-color:rgba(0,0,0,1);
}

.no-display{
	display:none !important;
}


.shadow-box, .shadow-box-comment{
	-webkit-box-shadow: inset 0px -1px 10px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: inset 0px -1px 10px 0px rgba(0,0,0,0.24);
	box-shadow: inset 0px -1px 10px 0px rgba(0,0,0,0.24);
}

.stepblock{
	display:block;
	width:100%;
}

.stepblock button{
	outline:none;
	border:none;
	background:transparent;
	border-bottom:2px solid #e3e3e3;

	font-size:18px;
	cursor:pointer;
	margin-bottom:10px;
	text-transform:uppercase;
	
	padding-left:0px;
	padding-right:0px;
	margin-right:5px;
}

.step-noactiv{
	opacity:0.5;
	border-bottom:2px solid transparent !important;
}

.window-triangles{
	background-position:bottom right;
	background-image:url(/admin-image/triangles.jpg);
	background-repeat:no-repeat;
	background-size:280px 280px;
}

.consol-head-block{
	position:fixed;
	width:100%;
	min-height:50px;
	
	top:-200px;
	right:0px;
	left:0px;
		
	font-size:16px;
	color:#fff;
	
	z-index:11000;
}

.center-block-consol{
	position:relative;
	min-height:50px;
	
	padding:5px 25px 5px 45px;
	
	background-image: url(/admin-image/attention.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	
	background-size: 35px 35px;		
}


.close_files{
	position:absolute;
	
	top:0px;
	right:15px;
	
	cursor:pointer;
	
	text-align:center;
	font-size:35px;
}

.close_files:hover{
	text-decoration:underline;
}

.termin-congrat-contain{
	position:relative;
	width:100%;
	padding-top:60px;
		
	text-decoration:center;
	font-size:15px;
	font-family: Arial, Helvetica;
		
	font-size:15px;
	font-family: Arial, Helvetica;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
	
}

.termin-select-contain{
	position:relative;
	width:100%;
	height:100px;
	margin-top:20px;
		
	text-decoration:center;
	font-size:15px;
	font-family: Arial, Helvetica;		
}

.termin-select-contain select{
	height:34px;
}

.domain-select-contain{
	position:relative;
	width:100%;
	margin-top:20px;
		
	text-decoration:center;
	text-transform:uppercase;
	font-size:15px;
	font-family: Arial, Helvetica;		
}
	
.domain-input{
	display:inline-block;
	height:24px;
	
	border:none;
		
	text-transform:uppercase;
	font-size:15px;
	font-family: Arial, Helvetica;
	border: 1px solid rgba(0,0,0,0.5);
		
	text-align:center;
}
	
.domain-select{
	display:inline-block;
		
	border:none;
		
	text-transform:uppercase;
	font-size:15px;
	font-family: Arial, Helvetica;
	border: 1px solid rgba(0,0,0,0.5);
		
}

.accept-span{
	margin-top:10px;
	
	font-size:14px;
	font-family: Arial, Helvetica;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;	
}

.info-span, .price-span{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
		
	font-size:14px;
	font-family: Arial, Helvetica;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff;
}

.info-span{
	margin-bottom:25px;
}

.price-span{
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #000;
}

.consol-head-red{
	background-color:rgba(208,49,68,1);
}

.consol-head-green{
	background-color:rgba(60,168,1,1);
}

.error-input{
	background-color:rgba(255,169,169,1);
}


.waitingMode{
	background-repeat:no-repeat;
	background-size:45px 10px;
	background-position:center;
	background-image:url(/img_system/load.gif);
}

.waitingMode span{
	visibility:hidden;
}
	
.order-input, .auth-input, .consult-input{
	display:block;
	width:100%;
	height:24px;
	
	margin-bottom:10px;
	border-bottom:10px;
	border:none;
		
	font-size:15px;
	font-family: Arial, Helvetica;
	border: 1px solid rgba(0,0,0,0.5);
	
	padding:0px 5px 0px 5px;
	outline:none;
}
	
.order-textarea, .consult-textarea{
	width:100%;
	height:120px;
	
	margin-bottom:5px;
	border:none;
		
	font-size:15px;
	font-family: Arial, Helvetica;
	border: 1px solid rgba(0,0,0,0.5);
	
	padding:0px 5px 0px 5px;
	resize:none;
}

.acception{
	line-height:21px;
	font-family: Arial, Helvetica;
	font-size:14px;
}

.content-accept{
	position:relative;
	width:calc(100% - 20px);
	height:calc(100% - 80px);
	padding:10px;
	margin-top:5px;
		
	overflow:none;
	overflow-y:auto;
		
	background-color:#fff;
}

.accept-show{
	cursor:pointer;
	text-decoration:underline;
}

.accept-show:hover{
	text-decoration:none;
}

.shadow-out{
	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}













.wrapper {
	position:relative;
	display: table;
	width:100%;
	min-height:100%;
	left:0px;
	right:0px;
}


.content{
	position:relative;
	display:table-row;
	width:100%;
	height:100%;
	left:0px;
	right:0px;
	z-index:1;
}

.product-statistic-block{
	position:relative;
	
	width:calc(48% - 20px);
	min-height:300px;
	
	float:left;
	
	margin-top:15px;
	margin-bottom:15px;
	margin-left:1%;
	margin-right:1%;
	
	font-size:13px;
	
	background-color:rgba(255,255,255,1);
	
	padding:10px;
	
	-webkit-box-shadow: -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	
}

.news-litle-image-block{
	position:relative;
	width:86%;
	padding-top:86%;
	background:#fff;
	margin:7px 7px 7px 7px;
	left:50%;
	margin-left:-43%;
	
	background-image:url('');
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center;
	
}

.product-litle-mobile-block{
	display:none;
	width:47%;
	min-height:300px;
	
	margin-top:16px;
	margin-bottom:16px;
	margin-left:1%;
	margin-right:1%;
	padding:8px;
	padding-left:50%;
	
	background-repeat:no-repeat;
	background-size:300px 300px;
	background-position:left center;
	background-color:#fff;
	
	-webkit-box-shadow: -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
}


@media (max-width:820px){
	
	.order-block{
		display:none;
	}
	
	.product-litle-mobile-block{
		display:block;
	}
	
	.horizontal-menu{
		/* Позиция меню */
		display:none;
	}
		
	.left-menu-button{
		/* Кнопка мобильного меню */
		display:block;
	}
		
	.mobile-button{
		display:block;
	}
		
}




.s-note{
	display:block;
	font-family:arial;
	font-size:15px;	
	margin-bottom:8px;
}

.s-note b{
	font-size:15px;
}

.b-price{
	display:block;
	font-family:arial;
	font-size:18px;
}

.b-tarif{
	display:block;
	color: rgba(0,117,187,1);
	font-family:arial;
	font-size:21px;
}

.span-order{
	display:block;
	width:100%;	
	
	margin-top:7px;
	margin-bottom:7px;
	
	text-align:justify;
	
	font-size:1.05em;
}

.span-demo{
	display:block;
	width:100%;	
	min-height:150px;
	
	margin-top:7px;
	margin-bottom:7px;
	
	text-align:justify;
	
	font-size:1.05em;
}

.span-statistic{
	display:block;
	width:100%;	
	min-height:85px;
	
	text-align:justify;
	
	font-size:1.25em;
}

.attendance-1-own-domain{
	background-image:url(/admin-image/img-1-attence.jpg);	
}

.attendance-2-hosting{
	background-image:url(/admin-image/img-2-attence.jpg);	
}

.attendance-3-ru-domain{
	background-image:url(/admin-image/img-3-attence.jpg);	
}

.attendance-4-simple{
	background-image:url(/admin-image/img-6-attence.jpg);	
}

.attendance-5-adapty{
	background-image:url(/admin-image/img-5-attence.jpg);	
}

.attendance-6-no-ad{
	background-image:url(/admin-image/img-4-attence.jpg);	
}








.statistic-1-people-day{
	background-image:url(/admin-image/psd-statistic-people-day.jpg);	
}

.statistic-2-people-month{
	background-image:url(/admin-image/psd-statistic-people-month.jpg);	
}

.statistic-3-diller-day{
	background-image:url(/admin-image/psd-statistic-diller-day.jpg);	
}

.statistic-4-diller-month{
	background-image:url(/admin-image/psd-statistic-diller-month.jpg);	
}

.statistic-5-diller-balance-in{
	background-image:url(/admin-image/psd-statistic-sum-up.jpg);	
}

.statistic-6-diller-balance-out{
	background-image:url(/admin-image/psd-statistic-sum-down.jpg);	
}







.order-1-tarif{
	background-image:url(/img_tetrasoft/block-tarif-1.png);	
}

.order-2-tarif{
	background-image:url(/img_tetrasoft/block-tarif-2.png);	
}

.order-3-tarif{
	background-image:url(/img_tetrasoft/block-tarif-3.png);	
}




.order-1-demo{
	background-image:url(/img_tetrasoft/img-1-demo.jpg);	
}

.order-2-demo{
	background-image:url(/img_tetrasoft/img-2-demo.jpg);	
}

.order-3-demo{
	background-image:url(/img_tetrasoft/img-3-demo.jpg);	
}











.price-block{	
	left: -1px;
    top: 3px;
    width: 100%;
    text-shadow: none;
    font: italic 24px Impact;
    color: #000;
    position: relative;
    white-space: nowrap;
	border:none;
}

.price-product{
	color: rgba(0,117,187,1);
    left: -1px;
    position: absolute;
    text-shadow: none;
    top: -1px;
    width: 100%;
    font: italic 24px Impact;
	border:none;
}

.price-center{
	text-align:center;
}


.hide-mark{
	/*Класс-метка для скрытия элементов при изменеии размеров*/
}

.vis-mark{
	/*Класс-метка для визуализации элементов при изменеии размеров*/
	display:none;
}

.head-class{
	display:block;
	width:220px;
	padding:7px;
	margin-bottom:7px;
	border-bottom:1px solid #000;
	
	font-size:18px;
	text-transform:uppercase;
	
}

.head-class-statistic{
	width:300px;
	display:block;
	width:220px;
	padding:7px;
	margin-bottom:7px;
	border-bottom:1px solid #000;
	
	font-size:18px;
	text-transform:uppercase;
}

.head-profile{
	margin-top:50px;
}








.img-create{
	position:relative;
	width:100%;
	height:auto;
}

.block-content, .bottom-block{
	position:relative;
	width:100%;
	
	min-height:200px;
	overflow:hidden;
	margin:0px 0%;
	text-align:left;
	left:0px;
	right:0px;
}


.block-50{
	position:relative;
	width:50%;
}

.block-img{
	position:relative;
	width:100%;
	overflow:hidden;
}

.box-clear-sizing, .portfolio-block, .ul-block a, .close-menu-mobile, .notation-class{
	box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box;  	
}


.padding-sizing{
	padding:8px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.hide-mark-menu{
	display:block;
}
	
.vis-mark-menu{
	display:none;
}
	
@media (max-width:900px){
	
	.hide-mark-menu{
		display:none;
	}
	
	.vis-mark-menu{
		display:block;
	}
	
}

@media (max-width:750px){
	
	.hide-mark{
		display:none;
	}
	
	.vis-mark{
		display:block;
	}
	
	.block-50{
		width:100%;
	}
	
	.order-button{
		width:100%;
		margin:10px 0px;
	}
	
	.b-tarif{
		font-size:15px;
		margin-bottom:8px;
	}
	
	.b-price{
		font-size:16px;
		margin-bottom:4px;
	}
	
}


@media (max-width:650px){
	
	.product-litle-mobile-block{
		background-size:200px 200px;
		min-height:190px;
	}
	
}






.order-button,
.demo-button{
	position:relative;
	width:100%;
	height:50px;
	color:#fff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	background:#d00000;
	outline:none;
	cursor:pointer;
	border:none;
	text-transform:uppercase;
	
	transition: 3s;
}

.order-button div{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0;
	transition: 2s;
}

.order-button span{
	position:relative;
	color:#fff;
	z-index:3;
}


.demo-button{
	background:#71007e;
}

.demo-button:hover{
	background:#6a007a;
}










/*Начало Меню*/

.mobile-catalog{
	position:fixed;
	width:200px;
	height:100%;
	left:-230px;
	top:0px;
	bottom:0px;
	background-color:#fff;
	z-index:333;
	overflow:auto;
	
	-webkit-box-shadow: -1px 0px 21px 0px rgba(0,0,0,0.68);
	-moz-box-shadow: -1px 0px 21px 0px rgba(0,0,0,0.68);
	box-shadow: -1px 0px 21px 0px rgba(0,0,0,0.68);
}

.close-menu-mobile{
	width:100%;
	height:35px;
	
	line-height:35px;
	text-align:right;
	padding:0px 5px;
	text-transform:uppercase;
	font-size:14px;
	
	cursor:pointer;
}

.close-menu-mobile:hover{
	color:#fff;
	background-color:rgba(0,0,0,0.3);
}

.ul-block{
	padding:0px;
	margin:0px;
	font-size:12px;
	background:#fff;
}

.ul-block li{
	list-style:none;
	cursor:pointer;
}

.ul-block a{
	display:block;
	width:100%;
	padding:10px 10px 10px 25px;
	border-bottom:1px solid rgba(0,0,0,0.3);
	color:#000;
	text-decoration:none;
	transition:0.5s;
	
	font-size:15px;
	font-family: Arial, Helvetica;
	
	background-repeat:no-repeat;
	background-size:18px 18px;
	background-position:4px 9px;
}

.ul-block a:hover{
	background-color:rgba(0,0,0,0.3);
	color:#fff;
	padding-left:35px;
	transition:0.5s;	
}


.menuBlock{
	#position:fixed;
	position:absolute;
	display: inline-block;
	
	width:100%;
	max-width:1280px;

	left:0px;
	top:0px;
	right:0px;
	background: #4d4d4d;
	border-bottom:1px #e3e3e3 solid;
	z-index:99;
}

.menuBlock-bottom{
	display:none;
	position:relative;
	height:45px;
	left:0px;
	bottom:0px;
	right:0px;
	background: #4d4d4d;
	border-bottom:1px #e3e3e3 solid;
}
	
.menublock-params{
	width:100%;
	height:45px;
}

.logo-mobile{
	position:absolute;
	width:130px;
	height:47px;
	overflow:hidden;
	top:-5px;
	background-image:url(/admin-image/logostudio.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
	opacity:0.5;
	cursor:pointer;
}

.logo-image{
	position:relative;
	width:130px;
	height:17px;
	
	margin-left:15px;
	margin-right:15px;
	
	background-image:url(/admin-image/logostudio_stamp.png);
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
	opacity:1;
	cursor:pointer;
	
	overflow:hidden;
}

.logo-mobile{
	right:2%;
}

.head-none{
	padding-left:17px;
	background-image:url(/admin-image/menu-picto.png);
	background-size: 15px 15px;
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin-left:10px;
}


#ul-head li{
	display:inline;
	margin-right:10px;
	font-size:15px;
	font-family: Arial, Helvetica;
	text-transform:uppercase;
}
	
#ul-head li a{
	/* edit меню*/
	color:#e3e3e3;
	cursor:pointer;
	text-decoration:none;	
}

#ul-head li a:hover{
	text-decoration:underline;
}







/* Мобильное меню "О продукте" */
.ul-block-about{
	background-image:url(/admin-image/vidg_about.png);
}

.ul-block-about:hover{
	background-image:url(/admin-image/vidg_about_w.png);
}

/* Мобильное меню "Преимущества" */
.ul-block-attendance{
	background-image:url(/admin-image/vidg_attendance.png);
}

.ul-block-attendance:hover{
	background-image:url(/admin-image/vidg_attendance_w.png);
}

/* Мобильное меню "Возможности" */
.ul-block-capabilities{
	background-image:url(/admin-image/vidg_capabilities.png);
}

.ul-block-capabilities:hover{
	background-image:url(/admin-image/vidg_capabilities_w.png);
}

/* Мобильное меню "Демо" */
.ul-block-demo{
	background-image:url(/admin-image/vidg_demo.png);
}

.ul-block-demo:hover{
	background-image:url(/admin-image/vidg_demo_w.png);
}

/* Мобильное меню "Цены" */
.ul-block-prices{
	background-image:url(/admin-image/vidg_price.png);
}

.ul-block-prices:hover{
	background-image:url(/admin-image/vidg_price_w.png);
}

/* Мобильное меню "Консультации" */
.ul-block-consult{
	background-image:url(/admin-image/vidg_contact.png);
}

.ul-block-consult:hover{
	background-image:url(/admin-image/vidg_contact_w.png);
}


/* Мобильное меню "Обработка персональных данных" */
.ul-block-dataprocess{
	background-image:url(/admin-image/vidg_dataprocess.png);
}

.ul-block-dataprocess:hover{
	background-image:url(/admin-image/vidg_dataprocess_w.png);
}

/* Мобильное меню "Договор" */
.ul-block-dogovor {
	background-image:url(/admin-image/vidg_dogovor.png);
}

.ul-block-dogovor :hover{
	background-image:url(/admin-image/vidg_dogovor_w.png.png);
}

/* Мобильное меню "Пользовательское соглашение" */
.ul-block-personaldata{
	background-image:url(/admin-image/vidg_dataprocess.png);
}

.ul-block-personaldata:hover{
	background-image:url(/admin-image/vidg_dataprocess_w.png.png);
}

/* Мобильное меню "Вход" */
.ul-block-enter{
	background-image:url(/admin-image/vidg_enter.png);
}

.ul-block-enter:hover{
	background-image:url(/admin-image/vidg_enter_w.png);
}


/* Мобильное меню "Выход" */
.ul-block-exit{
	background-image:url(/admin-image/vidg_exit.png);
}

.ul-block-exit:hover{
	background-image:url(/admin-image/vidg_exit_w.png);
}


/* Мобильное меню "Регистрация" */
.ul-block-register{
	background-image:url(/admin-image/vidg_register.png);
}

.ul-block-register:hover{
	background-image:url(/admin-image/vidg_register_w.png);
}


/* Мобильное меню "Профиль" */
.ul-block-profile{
	background-image:url(/admin-image/vidg_profile.png);
}

.ul-block-profile:hover{
	background-image:url(/admin-image/vidg_profile_w.png);
}





.title-lenta{
	display:block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 15px;
	padding:10px 10px 10px 10px;
}
	
.menu-bottom{
	position:relative;
	left:50%;
	margin-left:-40%;
	width: 80%;
}



.header-admin{
	position:relative;
	width:100%;
	height:35px;
	line-height:35px;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	padding-left:8px;
	
	font-weight:bold;
	font-size:15px;
	border-bottom:1px solid #fff;
}







.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.menu,
   .submenu {
    	margin: 0;
    	padding: 0;
    	list-style: none;
    }
	
.menu a{
	cursor:pointer;
}

/* Main level */
.menu {	
	position:relative;
	float:right;
	width: fit-content;	
}

.menu > li {
	background: #4d4d4d;
	float: left;
	position: relative;
	transform: skewX(-25deg);
	border-left:1px solid #ffffff;
}

.menu a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 14px;
	
}		


.menu1:hover {
	background: #d30753;
}		

.menu2:hover {
	background: #ff6b00;
}
	
.menu3:hover {
	background: #9500b6;
}	
	
.menu4:hover {
	background: #f4c402;
}	
	
.menu5:hover {
	background: #00cb04;
}	

.menu6:hover {
	background: #0017b4;
}
	
.menu7:hover {
	background: #9500b6;
}

.menu > li > a {
	transform: skewX(25deg);
	padding: 1em 2em;
}

/* Dropdown level*/
.submenu {
	position: absolute;
	width: 200px;
	left: 50%; margin-left: -100px;
	transform: skewX(25deg);
	transform-origin: left top;
}

.submenu li {
	background-color: #7e7e7e;
	position: relative;
	overflow: hidden;		
}						

.submenu > li > a {
	padding: 1em 2em;			
}

.submenu > li::after {
	content: '';
	position: absolute;
	top: -125%;
	height: 100%;
	width: 100%;			
	box-shadow: 0 0 50px rgba(0, 0, 0, .9);			
}		

/* Odd stuff */
.submenu > li:nth-child(odd){
	transform: skewX(25deg) translateX(0);
}

.submenu > li:nth-child(odd) > a {
	transform: skewX(-25deg);
}

.submenu > li:nth-child(odd)::after {
	right: -50%;
	transform: skewX(25deg) rotate(3deg);
}				

/* Even stuff */
.submenu > li:nth-child(even){
	transform: skewX(-25deg) translateX(0);
}

.submenu > li:nth-child(even) > a {
	transform: skewX(25deg);
}

.submenu > li:nth-child(even)::after {
	left: -50%;
	transform: skewX(-25deg) rotate(3deg);
}

/* Show dropdown */
.submenu,
.submenu li {
	opacity: 0;
	visibility: hidden;			
}

.submenu li {
	transition: .2s ease-out transform;
}

.menu > li:hover .submenu,
.menu > li:hover .submenu li {
	opacity: 1;
	visibility: visible;
}		

.menu > li:hover .submenu li:nth-child(even){
	transform: skewX(-25deg) translateX(-15px);			
}

.menu > li:hover .submenu li:nth-child(odd){
	transform: skewX(25deg) translateX(15px);			
}	


.border-menu{
	border-right:1px solid #ffffff;
}

/*Завершение Меню*/









/* Начало Котакты */

.contacts-block{
	position:relative;
	
	width:calc(48% - 20px);
	min-height:270px;
	
	float:left;
	
	margin-top:15px;
	margin-bottom:15px;
	margin-left:1%;
	margin-right:1%;
	
	font-size:13px;
	
	background-color:rgba(255,255,255,1);
	
	padding:10px 10px 10px 10px;
	
	-webkit-box-shadow: -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -1px -1px 13px 0px rgba(0, 0, 0, 0.4);

	font-family: 'Open Sans Condensed', sans-serif;
}

.contacts-litle-image-block{
	position:relative;
	width:70%;
	padding-top:70%;
	background:#fff;
	margin:7px 7px 7px 7px;
	left:50%;
	margin-left:-35%;
	
	background-image:url('');
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center;
	
}

.contacts-image{
	position:relative;
	width:200px;
	height:auto;
	float:left;
	
	margin:7px 7px 7px 7px;
}

.contacts-1-image{
	background-image:url(/img_tetrasoft/img-contacts.png);
}

.contacts-2-image{
	background-image:url(/img_tetrasoft/img-vk.png);
}

.b-contacts{
	display:block;
	width:100%;
	padding-bottom:5px;
	
	color: rgba(0,117,187,1);
	font-size:130% !important;
}


.contacts-litle-block{
	position:relative;
	
	width:calc(48% - 20px);
	min-height:400px;
	
	float:left;
	
	margin-top:15px;
	margin-bottom:15px;
	margin-left:1%;
	margin-right:1%;
	
	font-size:13px;
	
	background-color:rgba(255,255,255,1);
	
	padding:10px;
	
	-webkit-box-shadow: -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	font-family: 'Open Sans Condensed', sans-serif;
	
}

.contacts-litle-block .b-style{
	display:block;
	width:100%;
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
}

.contacts-span{
	width:100%;
	height:100px;
	overflow:hidden;
}

.consult-elements-mobile{
	display:none;
}

@media (max-width:850px){
	
	
	.consult-elements{
		display:none;
	}
	

	.consult-elements-mobile{
		display:block;
	}

}


@media (max-width:660px){
		
	.consult-elements{
		display: block;
		width: calc(98% - 20px);
	}

	.consult-elements-mobile{
		display: none;
	}
	
}



@media (max-width:460px){
		
	.consult-elements{
		display: none;
	}

	.consult-elements-mobile{
		display: block;
		width: calc(98% - 20px);
	}
	
}


/* Завершение Котакты */









.info-decorare-block{
	position:absolute;
	width:300px;
	height:300px;
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-150px;
	padding-top: 250px;
	
	background-repeat:no-repeat;
	background-size:250px 250px;
	background-position:top center;
	
	text-align:center;
}




.span-decorate-info{
	display:block;
	margin-bottom:10px;
}


.no-registered{
	background-image:url(/admin-image/img-not-found-site.jpg);
}

.payment-failed{
	background-image:url(/admin-image/img-payment-failed.jpg);
}

.payment-success{
	background-image:url(/admin-image/img-payment-success.jpg);
}

.page-404{
	background-image:url(/admin-image/img-404.jpg);
}














.lift-button{
	position:fixed;
	display:none;
	width:70px;
	height:70px;
	bottom:50px;
	right:10px;
	
	border:none;
	outline:none;
	cursor:pointer;
	
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
	background-size:90% 90%;
	background-image:url(/admin-image/to-up.png);
	
	opacity:0.6;
	
	z-index:100;
}

.lift-button:hover{
	opacity:0.8;
}


.span-footer{
	position:absolute;
	dispaly:block;
	width:100%;
	
	text-align:center;
	
	bottom:25px;
	left:0px;
	
	text-shadow:
	-1px -1px 0 #e3e3e3,  
	1px -1px 0 #e3e3e3,
	-1px 1px 0 #e3e3e3,
	1px 1px 0 #e3e3e3;
	
}


















.diz-about-span-about{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
}

.diz-about-img{
	position:relative;
	width:53%;
	height:auto;
	float:left;
	margin:0 10px;
}


.head-class{
	
	padding:7px;
	margin-bottom:7px;
	border-bottom:1px solid #000;
	
	font-size:18px;
	text-transform:uppercase;
}

.diz-benefit-litle-block{
	position:relative;
	
	width:calc(31.3% - 20px);
	min-height:515px;
	
	float:left;
	
	margin-top:15px;
	margin-bottom:15px;
	margin-left:1%;
	margin-right:1%;
	
	background-color:rgba(255,255,255,1);
	
	padding:10px;
	
	-webkit-box-shadow: -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	
}

.diz-benefit-b-style,
.diz-price-b-style,
.diz-benefit-b-title
{
	display:block;
	width:100%;
	
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:25px;
	
}

.diz-benefit-span-att,
.diz-benefit-span-demo{
	display:block;
	width:100%;	
	
	text-align:justify;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
}

.diz-price-b-style{
	font-size:25px;
}

.diz-benefit-span-att{
	min-height:150px;
}

.diz-benefit-span-demo{
	min-height:130px;
}

.diz-benefit-span-att b{
	font-size:20px;
}

.diz-benefit-image-block{
	
	position:relative;
	width:86%;
	padding-top:86%;
	background:#fff;
	margin:7px 7px 7px 7px;
	left:50%;
	margin-left:-43%;
	
	background-image:url('');
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center;
	
}

.attendance-domain{
	background-image:url(/img_tetrasoft/block-domain.png);
}

.attendance-hosting{
	background-image:url(/img_tetrasoft/block-hosting.png);
}

.attendance-easy{
	background-image:url(/img_tetrasoft/block-easy.png);
}

.attendance-adaptive{
	background-image:url(/img_tetrasoft/block-adaptive.png);
}

.attendance-design{
	background-image:url(/img_tetrasoft/block-design.png);
}

.attendance-functionally,
.demo-panel{
	background-image:url(/img_tetrasoft/block-functionally.png);
}


.demo-cars{
	background-image:url(/img_tetrasoft/block-cars.png);
}

.demo-books{
	background-image:url(/img_tetrasoft/block-books.png);
}



	
@media (max-width:890px){

	.diz-benefit-litle-block{
		width:calc(48% - 20px);
		min-height:565px;
	}
	
	.diz-benefit-litle-block .span-att{
		font-size:16px;
	}
	
}

@media (max-width:870px){
	
	.diz-benefit-litle-block{
		min-height:555px;
	}
	
}

@media (max-width:750px){
	
	.diz-benefit-litle-block{
		min-height:545px;
	}
	
	.diz-benefit-litle-block .span-att{
		font-size:16px;
	}

}

@media (max-width:620px){
	
	.diz-benefit-litle-block{
		width:calc(98% - 20px);	
	}
	
	.diz-benefit-litle-block .span-att{
		font-size:16px;
	}
	
}

@media (max-width:460px){
		
	.diz-benefit-litle-block{
		width:calc(98% - 20px);
	}
	
	.diz-benefit-order-block{
		display:block;
	}
	
	.diz-benefit-litle-mobile-block{
		display:none;
	}
	
}






.diz-scope-b-title
{
	display:block;
	width:100%;
	
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:20px;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:19px;
	
}

.diz-punkt-mark{
	margin-top:10px;
	padding-left:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
}

.diz-punkt-mark b{
	font-size:16px;
}


.product-litle-block{
	position:relative;
	
	width:calc(31.3% - 20px);
	min-height:440px;
	
	float:left;
	
	margin-top:15px;
	margin-bottom:15px;
	margin-left:1%;
	margin-right:1%;
	
	font-size:13px;
	
	background-color:rgba(255,255,255,1);
	
	padding:10px;
	
	-webkit-box-shadow: -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	
}

@media (max-width:820px){
	
	.product-litle-block{
		width:calc(48% - 20px);
		min-height:435px;
	}
	
	.order-block{
		display:none;
	}
	
	.product-litle-mobile-block{
		display:block;
	}
	
	.horizontal-menu{
		/* Позиция меню */
		display:none;
	}
		
	.left-menu-button{
		/* Кнопка мобильного меню */
		display:block;
	}
		
	.mobile-button{
		display:block;
	}
	
}	

@media (max-width:460px){
		
	.product-litle-block{
		width:calc(98% - 20px);
	}
	
	.order-block{
		display:block;
	}
	
	.product-litle-mobile-block{
		display:none;
	}
	
}









.view-button,
.order-button{
	position:relative;
	width:100%;
	height:50px;
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	font-weight:bold;
	background:#818181;
	outline:none;
	cursor:pointer;
	border:none;
	text-transform:uppercase;
	
	transition: 3s;
}

.order-button{
	background:#6a007a;
}

.order-button div:hover{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	opacity:0;
	background-color:#932aa3;
	transition: 2s;
}

.view-button span,
.order-button span{
	position:relative;
	color:#fff;
	z-index:3;
}

.order-button:hover div{
	opacity:1;
	transition: 1s;
}

.diz-order-span,
.diz-buy-span{
	display:block;
	width:100%;
	
	margin-top:7px;
	margin-bottom:7px;
	
	text-align:justify;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
}

.diz-order-span{
	min-height:280px;
}

.diz-buy-span{
	min-height:150px;
}




.pay-system{
	width:calc(19% - 10px);
	height:auto;
	margin-left:5px;
	margin-right:5px;
}

.pay-block{
	width:98%;
	
	margin-top:16px;
	margin-bottom:16px;
	margin-left:1%;
	margin-right:1%;
	padding:8px;
	
	text-align:center;
	background-color:#fff;
	
	-webkit-box-shadow: -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         -1px -1px 13px 0px rgba(0, 0, 0, 0.4);
}






.span-footer{
	position:absolute;
	dispaly:block;
	width:100%;
	
	text-align:center;
	
	bottom:25px;
	
	text-shadow:
	-1px -1px 0 #e3e3e3,  
	1px -1px 0 #e3e3e3,
	-1px 1px 0 #e3e3e3,
	1px 1px 0 #e3e3e3;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
	
}





.diz-punkt-img{
	position:relative;
	width:58%;
	height:auto;
	margin:5px;
}

.diz-punkt-div-img{
	position:relative;
	width:100%;
	text-align:center;
}


@media (max-width:760px){
		
	.left{
		float:none;
	}

	.right{
		float:none;
	}
	
	.diz-scope-block{
		text-align:center;
	}
	
	.diz-scope-block li{
		list-style-type:none;
		marin:0px;
		padding:0px;
	}
	
	.diz-punkt-img{
		left:none;
		marin-left:5px;
	}

	.diz-scope-block{
		marin:0px;
		padding:0px;
	}
	
	.block-50{
		width:100%;
	}
	
}

.title-block-right-grey-bottom {
	text-align: left;
}

.title-span-notifications {
    FONT-VARIANT: JIS83;
    display: inline-block;
    position: relative;
    width: 25%;
    min-height: 60px;
    padding: 3px;
    padding-left: 69px;
    margin-left: 3%;
    font-size: 14px !important;
    font-family: Arial, Helvetica;
    color: #000;
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 55px 55px;
    vertical-align: top;
    overflow: hidden;
    z-index: 1;
}

.title-span-notifications b{
	font-size: 20px !important; 	
}

.title-block-left-top-about{
	display:none;
}