@import url('reset.css');

html,  body {
  margin:0;
  padding:0;
  color:#666666;
  background: #ffffff;
  height: 100%; 
}

body {
  min-width: 1000px;
  width: expression(document.body.clientWidth < 1000? "1000px": "auto" );
  font-family: Times New Roman;
  font-size: 1.2em;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}

.clearfix {display: block;}

div.header {
  height: 170px;
  margin-top: 12px;
  width: 900px;
  position: relative;
  margin-left: -450px;
  left: 50%;
  background: url('/i/adress.jpg') no-repeat 250px 50px;
}

div.header_en {
  height: 170px;
  margin-top: 12px;
  width: 900px;
  position: relative;
  margin-left: -450px;
  left: 50%;
  background: url('/i/adress_en.jpg') no-repeat 250px 50px;
}

div.phones {
  margin-top: -25px;
  float: right;
  background: url('/i/phones.jpg') no-repeat 26px 10px;
  width: 204px;
  height: 115px;
  font-size: 0.8em;
  padding-top: 70px;
  padding-left: 10px;
  text-align: center;
}

div.phones a {
  display: block;
  color: #b00002;
}

div.phones span {
  display: block;
  margin-top: 35px;
}

div.phones span a {
  display: inline;
}

div.logo {
  float: left;
  height: 170px;
}

div.logo a.logo_a {
  margin-top: -25px;
  display: block;
  width: 174px;
  height: 136px;
  background: url('/i/logo.jpg') no-repeat top left;
}

div.logo p {
  font-size: 0.8em;
  position: absolute;
  z-index: 50;
  text-align: center;
  top: 115px;
  margin-left: 59px;
}

div.logo p a {
  color: #b00002;
}

div.textpart {
  width: 900px;
  position: relative;
  margin-left: -450px;
  left: 50%;
  margin-top: 0px;
}

div.numberspart {
  float: left;
  width: 312px;
  font-size: 0.75em;
  padding-top: 20px;
}

div.numberspart p {
  margin-left: 15px;
  margin-top: 10px;
}

div.numberspart ul {
  list-style-type: disc;
  margin-top: 5px;
}

div.numberspart ul li {
  margin-left: 15px;
}

table.numbers {
  border-collapse: collapse;
  width: 300px;
  color: #4c4c4c;
}

form.opros {
  margin-top: 20px;
  display: block;
  width: 270px;
  padding: 15px;
  border: 1px solid #f6f4de;
}

form.opros_small {
  margin-top: 40px;
  display: block;
  font-size: 13px
}

form.opros b {
  display: block;
  margin-bottom: 15px;
}

form.opros label {
  display: block;
  margin: 5px 0 5px 20px;
}

form.opros_small b {
  display: block;
  margin-bottom: 15px;
}

form.opros_small label {
  display: block;
  margin: 5px 0 5px 0px;
}

input#site {
  display: block;
  margin-left: 35px;
  font-size: 0.9em;
  width: 210px;
}

textarea#other {
  display: block;
  margin-left: 35px;
  font-size: 0.9em;
  width: 210px;
  height: 68px;
}

form.opros_small input#site {
  display: block;
  margin-left: 15px;
  width: 145px;
}

form.opros_small textarea#other {
  display: block;
  margin-left: 15px;
  width: 145px;
  height: 68px;
}

form.opros_small input#submitopros {
  display: block;
  margin-left: 15px;
  font-size: 0.9em;
  color: #7f7d78;
  background: #d4d0c8;
  width: 140px;
  margin-top: 10px;
}

input#submitopros {
  display: block;
  margin-left: 35px;
  font-size: 0.9em;
  color: #7f7d78;
  background: #d4d0c8;
  width: 140px;
  margin-top: 10px;
}


table.numbers td, table.numbers th {
  border: 1px solid #f6f4ae;
  padding: 7px 15px;
}

table.numbers th {
  background: #f6f4ae;
  font-weight: bold;
}

table.numbers th.fth, table.numbers td.ftd {
  text-align: left;
  border-right: none;
}

table.numbers th.sth, table.numbers td.std {
  text-align: right;
  border-left: none;
}

div.leftpart {
  float: left;
  width: 175px;
  font-size: 0.85em;
  padding-top: 50px;
}

div.responsepart {
  float: left;
  width: 420px;
  font-size: 0.75em;
  padding-top: 15px;
  color: #000000;
}

div.faqpart {
  margin-left: 479px;
  width: 420px;
  font-size: 0.75em;
  padding-top: 15px;
  color: #000000;  
}

div.responsepart h1, div.faqpart h1 {
  height: 40px;
  font-size: 1.8em;
  font-style: italic;
  text-align: center;
}

div.resp {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

div.personal {
  margin-top: 10px;
  border-bottom: 1px solid #e5e5e5;
}

div.personalfoto {
  float: left;
  width: 178px;
  padding-bottom: 10px;
}

div.personaltext {
  margin-left: 210px;
}

div.personaltext h5 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}

div.personaltext span {
 display: block;
 margin-bottom: 10px;
 color: #7e7d70;
 font-style: italic;
}


div.personaltext p {
  font-style: italic;
}

div.personallast {
  margin-top: 10px;
  border-bottom: none;
}

div.resp p {
  margin-bottom: 5px;
}

div.resp span {
  color: #7f7f7f;
  display: block;
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 5px;
}

div.resp p.answer {
  padding: 5px 0 10px 40px;
  font-weight: bold;
  font-style: italic;
  background: url('/i/answer.jpg') no-repeat top left;
}

div.content div.resp p {
  margin-bottom: 5px;
}

div.content div.resp span {
  color: #7f7f7f;
  display: block;
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 5px;
}

div.content div.resp p.answer {
  background: url('/i/answerall.jpg') no-repeat top left;
}

div.respall {
  padding-bottom: 80px;
}

p.resplinks {
  font-weight: bold;
  margin: 20px 0;
}

p.resplinks a {
  margin-right: 15px;
  color: #666666;
}

p.resplinks a.faqlnk, p.resplinks a.resplnk {
  color: #c90000;
}

div.respform {
 //   display: none;
    margin-top: 30px;
	background: #f8f6dc url('/i/form_corner.jpg') no-repeat bottom right;
	padding: 20px 40px 40px;
}

form.smallform p {
  margin: 5px 0;
}

form.smallform label {
   display: block;
   float: left;
   width: 100px;
}

form.smallform span {
   font-weight: bold;
   color: #b00002;
}

form.smallform input, form.smallform textarea {
  width: 220px;
}

form.smallform textarea {
  height: 150px;
}

form.smallform p.comments {
  padding-left: 105px;
  font-size: 0.8em;
  color: #7e7d70;
  margin: 10px 0;
}

input#submitresp {
  display: block;
  margin-left: 100px;
  font-size: 0.9em;
  color: #7f7d78;
  background: #d4d0c8;
  width: 140px;
  margin-top: 10px;
}

div.leftpart ul li {
  margin: 5px 0;
}

div.leftpart a {
  color: #666666;
}

div.leftpart a.current {
  color: #b00002;
  text-decoration: none;
}

div.leftpart a:hover {
  text-decoration: none;
  color: #b00002;
}

div.content {
  margin-left: 225px;
  background: #f8f6dc url('/i/text_bg.jpg') no-repeat bottom right;
  padding: 35px 50px 60px 50px;
  margin-bottom: 50px;
  font-size: 0.75em;
  color: #000000;
}

div.formcontent {
  margin-left: 350px;
  background: #f8f6dc url('/i/text_bg.jpg') no-repeat bottom right;
  padding: 35px 50px 60px 50px;
  margin-bottom: 50px;
  font-size: 0.75em;
  color: #000000;
}

div.formcontent h1 {
  margin-top: 20px;
  height: 60px;
  font-size: 1.6em;
  font-style: italic;
  text-align: center;
}

div.formcontent h1 em {
  display: block;
  font-size: 0.7em;
  font-style: italic;
  color: #7e7d70;
}
div.formlinks {
  padding-left: 75px;
}


div.formlinks span {
  display: block;
  float: left;
  width: 157px; 
  height: 28px;
  color: #ffffff;
  background: url('/i/lnk_bg.jpg') no-repeat top left;
  font-style: italic;
  padding-top: 5px;
  text-align: center;
}

div.formlinks a {
  display: block;
  float: left;
  width: 157px; 
  height: 28px;
  color: #4a4942;
  font-style: italic;
  padding-top: 5px;
  text-align: center;
}

form.bron {
 margin-top: 80px;
 color: #4c4c4c;
}

form.bron p {
  margin: 5px 0;
}

form.bron label {
   display: block;
   float: left;
   width: 150px;
}

form.bron span {
   font-weight: bold;
   color: #b00002;
}

input#fio, input#city, textarea#dopinfo, input#company, input#inn, input#yur, input#fact {
  width: 280px;
}

input#face {
  width: 200px;
}

input#kpp {
  width: 110px;
}

textarea#dopinfo {
  height: 100px;
}

input#skype, input#email {
  width: 200px;
}

input#c_code {
  width: 23px;
}

input#ph_code {
  width: 39px;
}

input#phone {
  width: 119px;
}

input#data_1_day, input#data_2_day {
  width: 30px;
}

input#data_1_year, input#data_2_year {
  width: 40px;
}

select#data_1_month, select#data_2_month {
  width: 104px;
}

form.bron p.comments {
  padding-left: 155px;
  font-size: 0.8em;
  color: #7e7d70;
  margin: 10px 0;
}

input#submitbron {
  display: block;
  margin-left: 150px;
  font-size: 0.9em;
  color: #7f7d78;
  background: #d4d0c8;
  width: 140px;
  margin-top: 10px;
}

select#type, select#pay {
  width: 206px;
}

div.content h1 {
  height: 60px;
  font-size: 1.6em;
  font-style: italic;
  text-align: center;
}

div.content h2 {
  height: 30px;
  font-size: 1.6em;
  font-style: italic;
  text-align: center;
}

div.content b, div.content strong {
  font-weight: bold;
}

div.content i, div.content em {
  font-style: italic;
}

div.content p {
  margin-bottom: 25px;
}

p.justy {
  text-align: justify;
}

div.content img {
  margin-right: 10px;
}

div.content a {
  color: #b00002;
}

div.content a:hover {
  text-decoration: none;
}

div.content ul, div.content ol{
  margin-bottom: 25px;
  margin-left: 30px;
  margin-top: -20px;
}

div.content ul {
  list-style-type: disc;
}

div.content ol {
  list-style-type: decimal;
}

div.content table {
  margin-bottom: 20px;
  border-collapse: collapse;
}

div.content table td {
  border: 1px solid #bab8a5;
  padding: 5px;
}

p.pcenter {
  text-align: center;
}


div.picture {
  height: 588px;
  width: 1000px;
  position: relative;
  margin-left: -500px;
  left: 50%;
  background: url('/i/main_img.jpg') no-repeat top center;
}

div.tip_1 {
  display: none;
  position: absolute;
  z-index: 1000;
  margin-left: 647px;
  margin-top: 5px;
  width: 296px;
  height: 92px;
  background: url('/i/tip2_bg.jpg') no-repeat top left;
}

div.label_1 {
  position: absolute;
  margin-left: 647px;
  margin-top: 5px;
  width: 74px;
  height: 61px;
  background: url('/i/label2_bg.jpg') no-repeat top left;
  padding: 17px 0 0 20px;
}

div.tip_1 p {
  font-size: 0.7em;
  padding: 24px 30px 0 61px;
}

div.tip_2 {
  display: none;
  position: absolute;
  z-index: 1000;
  margin-left: 247px;
  margin-top: 28px;
  width: 265px;
  height: 92px;
  background: url('/i/tip1_bg.jpg') no-repeat top left;
}

div.label_2 {
  position: absolute;
  margin-left: 247px;
  margin-top: 28px;
  width: 77px;
  height: 71px;
  background: url('/i/label1_bg.jpg') no-repeat top left;
  padding: 17px 0 0 21px;
}

div.tip_2 p {
  font-size: 0.7em;
  padding: 24px 30px 0 61px;
}

div.tip_3 {
  display: none;
  position: absolute;
  z-index: 1000;
  margin-left: 611px;
  margin-top: 477px;
  width: 267px;
  height: 91px;
  background: url('/i/tip3_bg.jpg') no-repeat top left;
}
div.label_3 {
  position: absolute;
  margin-left: 611px;
  margin-top: 477px;
  width: 72px;
  height: 61px;
  background: url('/i/label3_bg.jpg') no-repeat top left;
  padding: 19px 0 0 23px;
}

div.label_3 img, div.label_2 img, div.label_1 img {
  cursor: pointer;
  cursor: hand;
}

div.tip_3 p {
  font-size: 0.7em;
  padding: 24px 75px 0 61px;
}


div.before_m {
  clear: both;
  height: 2px;
  width: 900px;
  margin-left: -450px;
  line-height: 2px;
  left: 50%;
}

div.menu_line {
  height: 90px;
  width: 900px;
  position: relative;
  margin-left: -450px;
  left: 50%;
}

div.menu_line a {
  display: block;
  float: left;
  padding-top: 74px;
  text-align: center;
  color: #666666;
  font-size: 0.8em;
  width: 147px;
}


* html div.menu_line a {

}

div.menu_line a:hover {
  color: #b00002;
  text-decoration: none;
}

a.icon_1 {
  background: url('/i/icon_1.jpg') no-repeat top center;
}
a.icon_2 {
  background: url('/i/icon_2.jpg') no-repeat top center;
  padding: 0 0 0 5px;
}
a.icon_3 {
  background: url('/i/icon_3.jpg') no-repeat top center;
  padding: 0 5px;
}
a.icon_4 {
  background: url('/i/icon_4.jpg') no-repeat top center;
}
a.icon_5 {
  background: url('/i/icon_5.jpg') no-repeat top center;
}
a.icon_6 {
  background: url('/i/icon_6.jpg') no-repeat top center;
}

div.menu_line a.current {
  text-decoration: none;
}

div.footer {
  font-size: 0.8em;
  height: 100px;
  padding-top: 50px;
  text-align: center;
}

div.footer span {
  display: block;
  color: #bfbfbf;
  margin-top: 10px;
}

div.footer a {
  color: #bfbfbf;
}

div.footer a:hover {
  color: #b00002;
}

#kont_block {
  display: none;
}

#b_link {
  border-bottom: 1px dashed #4C4C4C;
  cursor: pointer;
  cursor: hand;
}

div.youtube {
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
