BODY
{
font-family: Calibri, 'calibri_web', verdana;
font-size: 20px;
color: #555;
margin: 0px;
/* background-image: url('./img/bg.jpg');
background-repeat: repeat; */
}


.siteriatable
{
position: absolute;
right: 0px;
top: 0px;
text-align: right;
color: #555;
font-size: 18px;
}

.siteriaurl
{
text-decoration: none;
color: #555;
font-weight: bold;
font-size: 24px;
}


/* кнопка наверх */
.b-top {z-index:90;position:fixed;left:0;bottom:90px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:0.9;filter:alpha(opacity=90);cursor:pointer;}
.b-top-but {z-index:90;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#F5C525 url('./img/top.png') no-repeat 50% 11px;border-radius:0px;}

/* шрифты  */

@media all and (min-width: 620px) {
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibri.eot');
		src: url('/fonts/calibri.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibri.woff') format('woff'),
			 url('/fonts/calibri.ttf') format('truetype'),
			 url('/fonts/calibri.svg#calibri') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibrib.eot');
		src: url('/fonts/calibrib.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibrib.woff') format('woff'),
			 url('/fonts/calibrib.ttf') format('truetype'),
			 url('/fonts/calibrib.svg#calibri') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibrii.eot');
		src: url('/fonts/calibrii.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibrii.woff') format('woff'),
			 url('/fonts/calibrii.ttf') format('truetype'),
			 url('/fonts/calibrii.svg#calibri') format('svg');
		font-weight: normal;
		font-style: italic;
	}
	@font-face {
		font-family: 'calibri_web';
		src: url('/fonts/calibriz.eot');
		src: url('/fonts/calibriz.eot?#iefix') format('embedded-opentype'),
			 url('/fonts/calibriz.woff') format('woff'),
			 url('/fonts/calibriz.ttf') format('truetype'),
			 url('/fonts/calibriz.svg#calibri') format('svg');
		font-weight: bold;
		font-style: italic;
	}
}

/* модальное окно*/
#modal_form {
	width: 400px; 
	height: 400px; /* Размеры должны быть фиксированы */
	border-radius: 0px;
	border: 0px #000 solid;
	background: #7BB024;
	position: fixed; /* чтобы окно было в видимой зоне в любом месте */
	top: 45%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
	left: 50%; /* половина экрана слева */
	margin-top: -150px;
	margin-left: -150px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
	display: none; /* в обычном состоянии окна не должно быть */
	opacity: 0; /* полностью прозрачно для анимирования */
	z-index: 101; /* окно должно быть наиболее большем слое */
	padding: 20px 10px;
}
/* Кнопка закрыть для тех кто в танке) */
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Подложка */
#overlay {
	z-index: 100; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.8; /* но немного прозрачна */
	width: 100%; 
	height: 100%; /* размером во весь экран */
	top: 0; 
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}

.logo
{
width: 65%;
}

.mainbody
{
max-width: 1000px;
/* min-width: 600px; */
margin: auto;
padding-left: 40px;
padding-right: 40px;
}

.headerdiv
{
margin: auto;
text-align: center;
}

.headertext2
{
display: inline;
}

.headerdiv P
{
display: inline-table;
font-size: 50px;
color: #BE3308;
margin: 0px;
}

.phonepic
{
padding-left: 40px;
padding-right: 10px;
margin-bottom: -20px;
}

.headertext
{
margin: 0px;
color: #1E6A8C;
margin-top: 20px;
}

.footerdiv
{
margin: auto;
margin-bottom: 10px;
text-align: center;
}

.footer0
{
text-align: center;
}

.footer1
{
min-width: 300px;
font-size: 30px;
display: inline-table;
text-align: center;
vertical-align: top;
padding-top: 13px;
}

.footer2
{
min-width: 300px;
display: inline-table;
text-align: center;
}

.footer3
{
text-align: center;
min-width: 300px;
display: inline-table;
text-align: right;
position: relative;
vertical-align: top;
}

.pluso
{
margin-top: 7px;
}

.footertext
{
margin: 0px;
font-size: 30px;
}

.nametext
{
margin: 0px;
}

.bodytext P
{
margin: 0px;
margin-top: 20px;
margin-bottom: 10px;
text-align: justify;
}

.okpic
{
margin-bottom: -10px;
margin-left: 50px;
padding-right: 10px;
}

.bigtext
{
color: #BE3308;
font-weight: bold;
}

.nourl
{
text-decoration: none;
color: inherit;
}

.center
{
text-align: center;
}

.red
{
color: red;
}
.buttonphone{
display:none;
}