body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #575757; background: #fff; }

a { text-decoration: underline; color: #0e98ef; }
a:hover { text-decoration: none; }

h1, h2, h3, h4 { font-size: 24px; color: #242424; margin: 0px 0 30px 0; }


input[type=text] { font-family: Arial; font-size: 12px; color: #7a7a7a; border: 0; padding: 5px; border: 1px solid #E0E0E0; }
input[type=text]:focus { color: #7a7a7a; border: 1px solid #fb7e2f; transition: 0.2s; }

select { font-family: Arial; font-size: 12px; border: 0; padding: 5px 10px 5px 5px; border: 1px solid #E0E0E0; }
select:focus { border: 1px solid #fb7e2f; transition: 0.2s; }

textarea { font-family: Arial; font-size: 12px; border: 0; padding: 5px; border: 1px solid #E0E0E0; }
textarea:focus { border: 1px solid #fb7e2f; }

#order_call, #question, #consultation { display: none; width: 300px; }
#vivodim{display: none; text-align: center; }
#vivodim > p {
    display: inline-block; vertical-align: top; font-weight: 700; font-size: 16px;
}
#vivodim table {
    margin-top: 30px; line-height: 16px;
}
#vivodim table tr:first-child {
    font-weight: 700; font-size: 15px;
}
#vivodim table tr:nth-child(2) {
    font-weight: 700;
}
#vivodim table td {
   border: 1px solid #ccc; padding: 5px 3px;
}
#vivodim table tr:first-child td {
    padding-top: 7px; padding-bottom: 8px;
}
#vivodim table tr td:last-child {
    text-align: left; padding-left: 10px; padding-right: 8px;
}
#saleform{ display: none; width: 700px; }

input.inp_p { font-family: Arial; font-size: 18px; color: #7a7a7a; border: 0; padding: 5px; border: 1px solid #E0E0E0; }
.inp_p:focus { color: #7a7a7a; border: 1px solid #0e98ef; transition: 0.2s; }

textarea.inp_p { max-width: 200px; font-family: Arial; font-size: 18px; color: #7a7a7a; border: 0; padding: 5px; border: 1px solid #E0E0E0; }

input.inp_p_error, textarea.inp_p_error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.inp_p_error:focus, textarea.inp_p_error:focus { border-color: #973d3d; color: #a35959; }


.f_button { font-family: Arial; color: #fff; font-size: 14px; border: 0; padding: 5px; background: #F6C310; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px; }
.f_button:hover { cursor: pointer; background: #0e98ef; transition: 0.2s; }

.b_order { position: relative; left: 0px; top: 25%; width: 42px; height: 150px; }
.b_order img{border:none;}
.b_order img:hover{
box-shadow:0 0 15px #F5C30E;
  }
.b_order1 { position: relative; left: 0px; top: 40%; width: 42px; height: 150px; }
.b_order1 img{border:none;}
.b_order1 img:hover{
box-shadow:0 0 15px #AA0FD9;
  }
.b_order2 { position: relative; left: 0px; top: 55%; width: 42px; height: 150px; }
.b_order2 img{border:none;}
.b_order2 img:hover{
box-shadow:0 0 15px #20E3B5;
  }
.b_order_menu {position: fixed; left: 0px; min-height:500px; top: 25%;}
.head_pic { background: url("../images/head_pic.jpg") no-repeat; width: 1166px; height: 226px; margin: 40px auto 0 auto;}

/*

* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }

*/

.mtop10 { margin-top: 10px; }
.mtop20 { margin-top: 20px; }
.mtop50 { margin-top: 50px; }

.mbot30 { margin-bottom: 30px; }

.cblack { color: #242424; }

ul.items { list-style-image: url("../images/list_style.png"); line-height: 24px; }
ul.items li { margin-left: 10px; padding: 0; }

ul.items_topmenu { list-style-image: url("../images/list_style_topmenu.png"); line-height: 24px; }
ul.items_topmenu li { margin-left: 10px; padding: 0; }




.subscription {  }
.subscription .subscription_form { border: 1px solid #dedede; padding: 0px; overflow: hidden; -webkit-border-radius: 10px;-moz-border-radius: 10px; border-radius: 10px; }

.subscription .subscription_form .input { padding: 11px 10px; width: 180px; float: left; border: 0; background: none; }

.subscription .subscription_form { background: #f8f8f8; /* Old browsers */
background: -moz-linear-gradient(top,  #f8f8f8 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8f8f8 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8f8f8 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8f8f8 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ }


.subscription .subscription_form .ok { font-family: Arial; cursor: pointer; padding: 8px 10px 10px 10px; font-weight: bold; font-style: italic; float: right; border: 0; background: #f6c310; color: #fff; }


.subscription .subscription_form .ok:hover { background: #fccf30; }






.subscription p { text-align: center; }




.b-service-items {
	overflow:hidden;
	margin-right:-10px;
	margin-top:15px;
	}
.b-service-items .b-item {
	width:49.9%;
	float:left;
	overflow:hidden;
	}
.b-service-items h3 {
	font-weight: bold;
	font-size: 12px;
	margin:0 0 2px;
	}
.b-service-items h3 a {
	color:#3e84c2;
	}
.b-service-items img {
	float:left;
	}
.b-service-items .b-item .b-descr {
	padding-right:12px;
	margin-left:146px;
	font-size: 11px;

	}

.b-service-items .b-item .b-descr h3 { margin-top: 0px; }

.b-service-line {
	clear:both;
	height:1px;
	overflow:hidden;
	border-bottom: 1px dotted #DEDEDE;
	margin-bottom:20px;
	padding-top:15px;
	}


.sign {
    background-color: #F9F9F9;
    border-left: 12px solid #BED9F7;
    display: block;
    font-style: italic;
    line-height: 21px;
    min-height: 50px;
    padding: 10px 25px !important;
}

/* блок с восклицалкой */

.sign_big {
    background: url("../images/em.png") no-repeat scroll 10px 50% transparent;
    display: block;
    line-height: 21px;
    margin: 10px 30px !important;
    min-height: 50px;
    padding: 10px 75px !important;
}


    table { width: 100%; border-collapse:collapse; border-spacing:0px; border-style:none; } 
    td { border-collapse:collapse; padding:0px; vertical-align: top; } 
	
	.content .table-data thead td	{
		border-bottom:2px solid #ccc;
		}
	
	.content .table-data tbody td	{
		border-bottom:1px solid #ccc;
		}
	
	.content .table-data td{
		padding:10px 7px;
		font-size:1em;
		}


h1, h2, h3, h4 {
    line-height: 30px; margin-bottom: 0;
}
h3 {
    line-height: 25px;
}
br {
    display: none;
}
.wrap .right ul {
    padding-left: 0;
    margin-top: 16px;
}
.wrap .right h2 {
    line-height: 25px; padding-top: 20px;
}
#mth-adv {
    display: none; 
}

.head { width: 100%; background: #2491e5 url("../images/head.png") repeat-x center bottom; padding-bottom: 10px; }
.head:after {
    position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}

.head .center { width: 1000px; margin: 0 auto; }
.head .center .left { width: 260px; float: left; position: relative; height: 205px; }
.head .center .left img { position: absolute; left: 50%; margin-left: -78px; top: 50%; margin-top: -67px; }
.head .center .right { width: 740px; float: right; color: #fff; line-height: 24px;}
.head .center .right a { color: #cee7f6; }
.head .center .right .col { float: left; width: 170px; margin-top: 32px; }
.head .center .right .contact { float: right; width: 220px; margin-top: 42px; background: url("../images/phone.png") no-repeat 0px 0px; }
.head .center .right .contact h4 { color: #fff; font-size: 18px; margin: 18px 0 0px 0; }
.head .center .right .contact .phone_number { font-size: 30px; text-align: right; }
.head .center .right .contact .phone_number span { font-size: 14px; color: #cee7f6; }
.head .center .right .contact .work_time { margin-left: 85px; }

.wrap { width: 1000px; margin: 30px auto 0 auto; overflow: hidden; }
.wrap .left { width: 280px; float: left; }
.wrap .right { width: 690px; float: right; }
.wrap .right p { margin-top: 20px; }

.wrap .right h2 { font-size: 18px; }
.wrap .right h3 { font-size: 18px; margin-top: 30px; }

.wrap .right ul { list-style-image: url("../images/list_style.png"); line-height: 24px; padding-left: 10px; }
.wrap .right ul li { margin-left: 10px; }

.wrap .right ul li p { margin-top: 10px; }

.wrap .right .full-story img { margin: 20px; }


.footer { width: 1000px; font-size: 12px; margin: 50px auto 0 auto; border-top: 2px solid #dedede; padding: 30px 0; color: #919191; overflow: hidden; }
.footer .left { width: 500px; float: left; }
.footer .right { width: 500px; float: right; }
.footer .right > div {
    max-width: 240px;
}
.footer .right form p {
    padding: 12px 0 4px;
}

.wrap .left p img {
    vertical-align: middle;
}


.item_news { margin-bottom: 30px; }
.item_news .date { color: #919191; }








.harmonica-menu a, .harmonica-menu h3 {
    display: block;
    padding: 5px 5px 5px 15px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
}
    
.harmonica-menu h3 {
    background: url("../images/list_style_open.png") left center no-repeat; border-bottom: 1px dotted #dedede;
}
    
.open {
    background: url("../images/list_style_open.png") left center no-repeat !important;
}

.harmonica-menu-hidden {

    padding: 5px 5px 5px 0;
}

.harmonica-menu-hidden .b-selected { font-weight: bold; padding-left: 20px; background: url("../images/list_style_open.png") left center no-repeat; border-bottom: 1px dotted #dedede; }

.harmonica-menu h3.menu_stat_text { text-decoration: none; color: #f4a00d; padding-left: 10px; margin-left: 20px; background: url("../images/list_style_open.png") left center no-repeat; border-bottom: 1px dotted #dedede; }

.harmonica-menu h3.menu_stat_text:hover { text-decoration: none; color: #f4a00d; }

.harmonica-menu a:hover, .harmonica-menu h3:hover, .harmonica-menu-hidden a:hover { color: #2594e9; }


.harmonica-menu-hidden a { font-weight: normal; padding: 5px; border-bottom: 1px dotted #dedede; }


.navigation { float: left; margin-top: 5px; overflow: hidden; width: 100%; }

.navigation, .navigation a, .navigation span, .bnnavi, .nextprev, .nextprev .thide { float: left;  }

.navigation a, .navigation span {
    font-weight: bold;
    padding: 5px 10px;
    margin: 2px;

    border: 1px solid #dedede; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.navigation a, .navigation span.nav_ext { color: #0e98ef; }

.navigation a:hover { background: #0e98ef; color: #fff; border: 1px solid #0e98ef; }

.navigation span { color: #575757; }
/* блок заметки */

.sign {
    background-color: #F9F9F9;
    border-left: 12px solid #BED9F7;
    display: block;
    font-style: italic;
    line-height: 21px;
    min-height: 50px;
    padding: 10px 25px !important;
}
/*список*/

.sign_list li {
    background: url("../images/li.png") no-repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin: 5px;
    padding: 5px 0 5px 30px;
}

.simple-little-table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:18px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px 0px 20px 0px;
    border:#5396C3 1px solid;
    border-collapse:separate;
 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
 
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
   
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
 
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
    text-align: left;
    padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.simple-little-table tr{
    text-align: center;
    padding-left:20px;
}
.simple-little-table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
.simple-little-table tr td {
    padding:10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr.even td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
    border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);    
}
 blockquote {
    border: 1px dashed #000000 !important;
    border-radius: 15px 10px 15px 10px;
    display: block;
    font-family: "Cambria","Times New Roman",Times,serif;
    font-style: italic;
	font-size: 15px;
    line-height: 21px;
    margin: 20px 50px !important;
    padding: 10px 45px !important;
    position: relative;
}

blockquote:after {
    bottom: 0;
    content: url("../images/qoute_02.png");
    position: absolute;
    right: 0;
}

blockquote:before {
    content: url("../images/qoute_01.png");
    left: 0;
    position: absolute;
    top: 0;
}
.ya-site-form__form{
      width: 1000px;
    height: 0px;
    margin: 10px auto 0 auto;
    }

.wrap table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
  background: white;
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.wrap th {
  font-weight: bold;
  color: #039;
  border-bottom: 2px solid #6678b1;
  padding: 10px 8px;
}
.wrap td {
  color: #669;
  padding: 9px 8px;
  transition: .3s linear;
}
.wrap tr:hover td{
  color: #6699ff;
}
.wrap td {
  border-bottom: 1px solid #ccc;
  color: #669;
  padding: 9px 8px;
  transition: .3s linear;
}



.nav-menu{display:none;    width: 100%;
    height: 50px;}
	
.footer .fb{float:left;padding:10px 10px 0px 0px;}
.footer .fb:nth-child(1)	{padding:10px 50px 0px 0px;}

.face_block{width:100%;}
.face_block img{float:left;padding: 0px 10px 10px;width:300px;}
.face_name{padding-top:20%;}




@media print {
	
	.head {
    
    display: none;
	}
	
	.head_pic {
   display: none;
}

.yvedw{display: none;}



	
	.left  {
		display: none;
	}
	
	.b_order_menu {
		display: none;
	}
	
	.footer {
		display: none;
	}
	
	#carousel{display:none;}
	
	.mtop50 {
    
    display: none;}
	
	.iframe-form {display:none;}
	
	.yashare-auto-init{display:none;}
	
	.webim_button {display:none;}

}


.page-content {
    max-width: 690px; margin: 0 auto;
}
.page-content > p {
    text-align: justify;
}
.page-content H2 {
    padding: 36px 0 6px;
}
.inbo-block {
    border-radius: 8px; overflow: hidden; color: #000;
    margin: 30px 0 0;
    background: #dedede;
}
.inbo-block .ttl {
    position: relative;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
    color: #2089d4;
}
.inbo-block .ttl:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #2089d4;
    border-right-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 18px;
}
.inbo-block .ttl.active:before {
    border: 2px solid #2089d4;
    border-left-width: 0;
    border-bottom-width: 0;
    top: 22px;
}
.inbo-block .content {
    padding: 0 20px 10px; display: none;
}
.inbo-block ul {
    padding-left: 30px;
}
p.highlighted {
    font-style: italic; margin-left: 30px; margin-top: 26px;
}
.page-content .table {
    border: 1px solid #575757; padding: 0; margin: 20px 0 0; counter-reset: myCounter;
}
.page-content H1, .page-content H2, .page-content H3 {
    color: #575757;
}
.page-content .table li {
    position: relative; border-bottom: 1px solid #575757; list-style: none; padding: 0 0 0 30px; overflow: hidden;
}
.page-content .table li:last-child {
    border-bottom: 0;
}
.page-content .table li:before {
    counter-increment: myCounter; content:counter(myCounter) '.'; position: absolute; left: 10px; top: 11px;
}
.page-content .table li:after {
    position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.page-content .table li > div {
    position: relative; float: left; padding: 11px 0 12px;
}
.page-content .table li .item-1 {
    width: 65%;
}
.page-content .table li .item-2 {
    box-sizing: border-box; padding-left: 12px; float: right; width: 35%; max-width: 110px;
}
.page-content .table li .item-2:before {
    content: ''; display: block; width: 1px; position: absolute; left: 0; top: -99px; bottom: -99px; background: #575757;
}
.page-content .table_group {
    margin-top: 20px; display: inline-block;
}
.page-content .fancybox {
    display: inline-block; vertical-align: top; max-width: 200px; margin-top: 20px;
}
.page-content .fancybox img {
    width: 100%; height: auto;
}
.wrap .right ul.gallery {
    list-style-type: none; padding-left: 0;
}
.wrap .right ul.gallery li {
    display: inline-block; vertical-align: top; margin: 20px 2% 0; width: 45%; text-align: center; font-size: 16px;
}


.viewer-quarter .object .infobox.pos-rg {
    left: auto;
    right: 31px;
}

.img-about {
    margin-top: 30px; border: 1px solid #2089d4;
}
.img-about:after {
    position: relative; content: '.'; display: block; clear: both; visibility: hidden; height: 0;
}
.img-about .img {
    float: left; width: 40%; padding: 10px; box-sizing: border-box; text-align: center;
}
.img-about .img img {
    max-width: 100%;
}
.img-about .txt {
    float: left; width: 60%; box-sizing: border-box; padding: 20px 10px 20px 15px; border-left: 1px solid #2089d4;
}
