BODY
{
font-family: Calibri, 'calibri_web', verdana;
font-size: 20px;
color: #000;
margin: 0px;
/* background-image: url('./img/bg.jpg');
background-repeat: repeat; */
}


/* кнопка наверх */
.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:0px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#0082CD 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: 396px; /* Размеры должны быть фиксированы */
	border-radius: 0px;
	border: 0px #000 solid;
	background: #fff;
	position: fixed; /* чтобы окно было в видимой зоне в любом месте */
	top: 45%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
	left: 50%; /* половина экрана слева */
	margin-top: -198px;
	margin-left: -200px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
	display: none; /* в обычном состоянии окна не должно быть */
	opacity: 0; /* полностью прозрачно для анимирования */
	z-index: 101; /* окно должно быть наиболее большем слое */
	padding: 20px 20px;
	box-sizing: border-box;
}
/* Кнопка закрыть для тех кто в танке) */
#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; /* в обычном состоянии её нет) */
}

.inputorder
{
border: solid 1px #F4960F;
/* border: none; */
padding: 10px 20px;
width: 100%;
margin-bottom: 10px;
font-size: 20px;
box-sizing: border-box;
}

.buttons1
{
text-decoration: none;
background-color: #F4960F;
border: solid 1px #F4960F;
padding: 5px 20px;
color: #fff;
font-size: 20px;
width: 100%;
}

.buttons1:HOVER
{
cursor: pointer;
}



.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;
}

.headerdiv
{
background-image: url(./img/headerbg.jpg);
background-repeat: no-repeat;
background-position: center;
height: 420px;
margin: auto;
max-width: 100%;
background-size: cover;
text-align:center;
margin-bottom:40px;
}

.headerdiv DIV
{
display: inline-block;
vertical-align: middle;
}

.header1
{
width: 60%;
box-sizing: border-box;
background: #ffffff99;
padding: 30px 40px;
margin-top: 40px;
text-align:left;
}
.header2
{
margin-top: 40px;
width: 40%;
text-align: right;
box-sizing: border-box;
}

.bodytext
{
width: 1000px;
margin: auto;
}
.blue
{
color: #0082CD;
}

.orange
{
color: #F59706;
}

.nametext
{
color: #0082CD;
font-weight: bold;
}

.ok
{
margin-bottom: -12px;
padding-right: 10px;
padding-left: 50px;
}

.toptext
{
color: #000;
font-weight: bold;
margin: 0px;
margin-bottom:10px;
font-size: 30px;
text-shadow: 1px 1px 1px #fff;
}

.toptext2
{
color: #000;
font-weight: bold;
margin: 0px;
text-shadow: 1px 1px 1px #fff;
}

.headerphone
{
color: #fff;
font-weight: normal;
/* padding-left: 20px;
padding-top: 10px; */
margin: 0px;
font-size: 30px;
/* text-shadow: 0 0 20px #333; */
}

.footerdiv
{
width: 1000px;
margin: auto;
border-top: solid 2px #F4960F;
margin-top: 40px;
padding-bottom: 20px;
}

.footertable
{
width: 100%;
padding-bottom: 20px;
}

.footer1
{
width:350px;
display: inline-block;
vertical-align: middle;
}

.footer2
{
width:350px;
text-align: center;
display: inline-block;
vertical-align: middle;
}

.footer3
{
width:300px;
display: inline-block;
text-align: right;
position: relative;
vertical-align: middle;
height: 60px;
}

.footertext
{
margin: 0px;
padding: 0px;
font-weight: normal;
color: #0082CD;
font-size: 34px;
text-align: center;
padding: 20px;
}

.centerfooter
{
text-align: center;
}

.pluso
{
margin-top: 6px;
}

.phonenumber
{
color: #F4960F;
font-size: 100px !important;
text-align: center !important;
padding: 0px;
margin: 0px;
margin-bottom: 20px;
}

.phonepic
{
margin-bottom: -30px;
}

.protokol
{
float: left;
margin-top: -5px;
margin-right: 40px;
margin-left: 20px;
}

.protokol2
{
float: left;
margin-top: -20px;
margin-right: 40px;
margin-left: 20px;
}

.bigtext
{
padding: 0px;
margin: 40px 0px 20px; 
font-size: 40px;
color: #F4960F;
text-align: center;
font-weight: bold;
}

.buttons
{
background-color: #F4960F;
border: none;
color: #fff;
font-size: 16px;
padding: 20px 30px;
cursor: pointer;
}

.buttons:HOVER
{
background-color: #0082CD;
}

.buttons2
{
background-color: #F4960F;
border: none;
color: #fff;
font-size: 17px;
padding: 10px 10px;
cursor: pointer;
margin-top: 7px;

}

.buttons2:HOVER
{
background-color: #0082CD;
}

.left
{
text-align: left !important;
}

.modaltextname
{
font-size: 20px;
}
.headerpics
{
margin-right:10px;
}
.map
{
width:1000px;
height:1000px;
background:green;
}