/* Template created by CENTROARTS.com | Author: Rumin Sergey | URL: http://centroarts.com */

@import url(http://fonts.googleapis.com/css?family=Cuprum:400,400italic,700,700italic&subset=latin,latin-ext,cyrillic);

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
	
}
html{
	overflow-x: hidden;
}
body {
    background: #fff;
    word-wrap: break-word;
	color: #777;
	font-family: 'Cuprum', sans-serif;
    font: 14px/20px 'Cuprum', sans-serif; 
	 overflow-x: hidden;
}
.skidka {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
    border-radius: 4px;
    border: 20px solid #00AAF0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 10px;
    background: #f0f0f0;
    width: 94%;
}
.workScheme-mobail{
	display: none;
}
.topblock-mobail{
	width: 50%;
	margin-top: 20px;
}
.workScheme-mobail-haed {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.workScheme-mobail-bloc-haed{
	margin-bottom: 10px;
}
.work_scheme_heading-mobail {
    display: block;
    text-align: center;
    font-size: 23px;
    
    position: relative;
    color: #00AAF0;
    background: #fff;
    width: 460px;
    margin: 0 auto;
    margin: 5px auto 5px;
}
.uf-wrapper-inline .uf-header {
    border-radius: 0;
    width: 320px;
    height: 100px;
    background: none;
    color: #686868;
    white-space: normal!important;
    text-align: left;
    padding: 0px;
    float: left;
    margin: 0px;
    top: 5px!important;
	position: relative;
}
 h1, h2, h3, h4, h5 {
    line-height: normal;
}
#ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
    background-color: #ffffff!important;
    padding: 5px!important;
	height: 35px;
border-radius: 4px;
}
#ya-site-form1 .ya-site-form__submit{
    font-size: 12px !important;
    height: 35px;
	border-radius: 4px;
}
#ya-site-form1 .ya-site-form__search-input {
    padding: 0px!important;
}
#ya-site-form1 .ya-site-form__form * {
    font-size: 12px !important;
	
    }
#ya-site-form0 .ya-site-form__search-input {
    padding: 0px!important;
}
.nav{

  width:250px;

}
.header{
display:none;
}

.open_menu{
display:block;
  border:2px solid red;
  background:#ccc;
}
h1 {
    font-size: 2.00em;
text-align: center;

/*border-top: 1px #D9D9D9 solid;
border-bottom: 1px #D9D9D9 solid;	*/
padding: 15px 0px 15px 0px;
}

 h2 {
font-size: 1.9em;
color: #212121;
padding: 15px 0px 15px 0px;
text-align: center;
}
.subCap h2 {
    font-size: 1.4em;
    text-align: left;
    padding: 20px 0px 0px 0px;
}
 h3 {
    font-size: 1.20em;
color: #212121;
}

 h4 {
    font-size: 1.1em;
	 color:#212121;
}

 h5 {
    font-size: 1em;
	 color:#212121;
}

a {
    color: #212121;
    text-decoration: none;
}

b {
color: ##212121;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0 none;
}
.logo a img {
    border: 0 none;
	height: 100%;
}
textarea {
    resize: vertical;
}
.contacts-mobail{
	display: none;
}
input, textarea, select, button, body {
   color: #212121;
   /*font: 14px/20px 'Cuprum', sans-serif;*/
   /*400 .8em/1.5em  Verdana, Geneva, sans-serif;*/
   font: 400 .8em/1.5em Arial, Helvetica, sans-serif;
}

input, textarea, select, button, a {
    outline: none;
}
.spisok{
	color: #fff;
text-decoration: none !important;
font-weight: bold;
font-size: 16px;
text-align: center;
margin: 9px 15px 5px 33px;

}
#comagic_phone6{
display: none;
}
.menu {
    text-align: right;
	display: none;
}

.menu__icon {
   display: none;
   width: 45px;
   height: 37px;
   position: relative;
   cursor: pointer;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
 }

.menu__links-item {
    display: inline-block;
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    cursor: pointer;
}

.menu__links-item:hover {
    text-decoration: underline;
}

.menur.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
}

.menu.menu_state_open  .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu.menu_state_open  .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__links {
  display: block;  
}

.menu1 {
    text-align: right;
	display: none;
}

.menu__icon1 {
   display: none;
   width: 45px;
   height: 37px;
   position: relative;
   cursor: pointer;
}

.menu__icon1 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu__icon1 span:nth-child(1) {
  top: 0px;
}

.menu__icon1 span:nth-child(2), .menu__icon1 span:nth-child(3) {
  top: 13px;
}

.menu__icon1 span:nth-child(4) {
  top: 26px;
 }

.menu__links-item {
    display: inline-block;
    color: #333333;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    cursor: pointer;
}

.menu__links-item:hover {
    text-decoration: underline;
}

.menur.menu_state_open1 .menu__icon1 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu1.menu_state_open1 .menu__icon1 span:nth-child(2) {
  transform: rotate(45deg);
}

.menu1.menu_state_open1  .menu__icon1 span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu1.menu_state_open1  .menu__icon1 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu1.menu_state_open1 .menu__links {
  display: block;  
}

p {
    margin-bottom: 0.4em;
}

hr {
    border: 0 none;
    border-top: 1px solid #dbe8ed;
    height: 1px;
}

ul {
    margin: 0 0 18px 0em;
    list-style: disc outside;
}

ol {
    margin: 0 0 18px 2.1em;
    list-style: decimal;
}

.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clr {
    clear: both;
}

.thide, .htmenu span {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal;
}

table.userstop, table.pm, table.tableform, table.calendar {
    border-collapse: collapse;
    border-spacing: 0;
}

.lcol, .rcol, form {
    display: inline;
}
.contacts img{
	 padding: 0px!important;
}
.uf-wrapper-inline .uf-content {
    padding: 0px!important;
    font-size: 14px!important;
    width: 100%!important;
    position: relative!important
    white-space: normal!important;
}
.uf-wrapper {
    margin: 0 auto!important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    width: 100%!important;
    position: relative!important;
	max-width: 500px!important;
}
.lcol {
    float: left;
}

 .rcol {
    float: right;
}

.small {
    font-size: 0.9em;
}

.headlinks ul li a, .menubar ul a, .lmenu li a, #topmenu a, #popular ul li a, .navigation a, .argmore a, .addcombtn, .reply a, .bloc a{
    text-decoration: none !important;
}

.btn_reglog, .radial, .fbutton, .headlinks ul a, #loading-layer, .navigation a, #dropmenudiv {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.time-phone-mobail{
display:none;
}
.wrapper {
    max-width: 1000px;
    text-align: left;
    margin: 0 auto;
	min-width: 1000px;
}
.wrapper1 {
max-width: 1230px;
text-align: left;
margin: 0 auto;
min-width: auto;
text-align: center;
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.topmenu{
    height: 52px;
	border-bottom: 1px #D9D9D9 solid;
}

.topmenu ul{
    list-style: none outside;
	margin: 0px 0px 0px 30px;
}

.topmenu ul li{
	float:left;
}

.topmenu li a{
    height: 50px;
	padding: 0px 15px 0px 15px;
	display: block;
	-webkit-transition: border .2s ease;
	-moz-transition: border .2s ease;
	-ms-transition: border .2s ease;
	-o-transition: border .2s ease;
	transition: border .2s ease;
}

.topmenu li a:hover{
	border-top: 5px #00AAF0 solid;
	
}

.topmenu li img{
    float: left;
	padding-top: 8px;
	height: 80%;
}

.topmenu li span{
    display: block;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #212121;
	padding-top: 14px;
}

/*---toolbar---*/
#toolbar {
    height: 58px;
    position: relative;
    background: #fff url("../images/help/topm.jpg") repeat-x center center;
}
#toolbar1 {
    height: 100px;
    position: relative;
    background: #fff;
}
#toolbar2 {
    height: 40px;/* было 38 */
    position: relative;
    background: #808080;;
}
#toolbar3 {
height: 64px;
position: relative;
background: #F0F0F0;
}
.shadow {
    font: 1px/1px sans-serif;
    height: 11px;
    width: 100%;
    position: absolute;
    left: 0;
}

#toolbar .shadow {
    bottom: -12px;
    background: url("../images/toolshadow.png");
}

/*.dpad {
    margin: 0 15px;
}*/

.htmenu a, .htmenu span {
    margin-top: 22px;
    float: right;
}

.htmenu a {
    color: #708893;
    height: 17px;
    line-height: 17px;
}

.htmenu span {
    padding-top: 17px;
    width: 19px;
    background: url("../images/htmenu.png");
}

/*---login---*/
.loginbox, .lvsep, .loginbtn, .lbn, .lbn b, .loginava, .lexit {
    float: left;
}

.loginbox .loginbtn, .loginbox .loginava {
    position: relative;
    margin: 10px 20px 0 0;
}

.lbn, .lbn b {
    height: 43px;
    background: url("../images/lbtn.png") no-repeat;
}

.lbn {
    z-index: 13;
    position: relative;
    line-height: 42px;
    color: #516168;
    font-size: 1.15em;
}

.lbn b {
    padding: 0 35px 0 10px;
    cursor: pointer;
    background-position: 100% -43px;
}

.lbn.selected {
    background-position: 0 -86px;
}

.lbn.selected b {
    background-position: 100% -129px;
}

.loginbox #logform {
    border: 1px solid #cbdfe8;
    padding: 10px;
    top: 42px;
    left: 0;
    z-index: 12;
    display: none;
    position: absolute;
    width: 180px;
    background-color: #fbfdfe;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.loginbox #logform .lfield {
    margin-bottom: 1em;
}

.loginbox #logform .lfield label {
    display: block;
    margin-bottom: 0.2em;
}

.loginbox #logform .lfield input {
    width: 170px;
    padding: 4px;
    border: 1px solid #c0d4de;
    background: #fff url("../images/fields.png") repeat-x;
}

.loginbox #logform .lfchek input {
    width: 13px;
    border: none;
    background: none;
}

.loginbox #logform .lfchek label {
    display: inline;
    margin-bottom: 0.2em;
}

.loginbox #logform .lbtn {
    text-align: center;
}

.loginbox .lvsep {
    line-height: 24px;
    font-size: 1.15em;
    padding: 19px 0 0 21px;
    margin-right: 20px;
    height: 45px;
    background: url("../images/lvsep.png") no-repeat;
}

.loginbox .loginava {
    overflow: hidden;
    margin-right: 7px;
}

.loginbox .loginava img {
    width: 43px;
}

.loginbox .loginava b, .loginbox .loginava {
    height: 43px;
    width: 43px;
}

.loginbox .loginava b {
    z-index: 13;
    background: url("../images/loginava.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.loginbox .lvsep .radial {
    margin-right: 5px;
    background-color: #96c;
    color: #fff;
    float: left;
    padding: 0 8px;
}

.loginenter {
    border-top: 1px solid #dbe8ed;
}

.loginenter li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #dbe8ed;
}

.lexit {
    width: 33px;
    padding-top: 43px;
    background: url("../images/lexit.png") no-repeat;
}

.lexit:hover {
    background-position: 0 -43px;
}

/*---head---*/
#header {
    height: 243px;
	background: url("../images/help/fon.jpg") repeat center center; 
	/*background: url("../images/help/bg.jpg") repeat center center;*/
	width: 100%;
position: relative;
text-align: center;
margin: 0 auto;
min-width: 1000px;
display: inline-flex;
}

.header_b{
    height: 16px;
	background: url("../images/help/topbtn.jpg") repeat center center;
}
.header_a{
    height: 50px;
	background: url("../images/help/topbtv.jpg") repeat center center;
}
.topblock{
    height: 200px;
	width: 228px;
	background: #FAFAFA;
	border: 1px #D9D9D9 solid;
	float: left;
	margin: 15px 6px 15px 6px;
	box-shadow: 0px 1px 6px #D9D9D9;
	-moz-box-shadow: 0px 1px 6px #D9D9D9;
	-webkit-box-shadow: 0px 1px 6px #D9D9D9;
	
}
.menu-phone-mobail{
	display:none;
}
.topblock .image{
    border: 1px #fff solid;
	width: 226px;
	height: 124px;
}

.topblock .image img{
    margin: 4px;
	width: 217px;
}

.linecut{
    height: 2px;
	width: 228px;
	background: #D9D9D9;
}

.topblock .cont{
   /*height: 94px;*/
	width: 226px;
    border: 1px #fff solid;
}

.cont .bloc{
    margin: 5px;
	background: white;
	/*height: 84px;*/
	padding-left: 8px;
	padding-right: 8px;
}

.bloc .head{
    display: block;
	font-size: 17px;
	font-weight: 700;
	padding-top: 12px;
	color: #212121;
}

.bloc .head:hover{
    border-top: 5px #00AAF0 solid;
}
.bloc .nohead{
    color: #A1A1A1;
}

.bloc a{
    color: #82C019;
	/*font-style: italic;*/
}
.bloc a:hover{
    color: #6FA315;
}

.middle{
	width: auto;
	
}

.container{
    width: 1000px;
vertical-align: top;
height: auto;
}

.sidebar{
	width: 258px;
	vertical-align: top;
	display: none;
	
}

.sideblock{
	width: 333px;
    border: 1px #D9D9D9 solid;
	background: #FAFAFA;
	box-shadow: 0px 1px 5px #D9D9D9;
	-moz-box-shadow: 0px 1px 5px #D9D9D9;
	-webkit-box-shadow: 0px 1px 5px #D9D9D9;
	margin: 0px 0px 35px 0px;
}

.sidecont{
    border: 1px #fff solid;
	width: 331px;
}

.sidemain{
    margin: 5px;
	background: #fff;
	padding: 20px 20px 20px 20px;
}

.sidetop{
	height: 38px;
	padding-left: 38px;
}

.imgcontrl img{
	float: left;
}

.sidetop span{
    font-size: 16px;
	font-weight: 700;
	color: #CBCBCB;
	display: block;
	margin: 4px 0px 0px 15px;
}

.sidecent{
	width: 245px;
	margin: 0 auto;
	background: #F9F9F9;
	border: 1px #EBEBEB solid;
	padding:15px;
	box-shadow: inset 0px 3px 4px -2px #EAEAEA;
	-moz-box-shadow: inset 0px 3px 4px -2px #EAEAEA;
	-webkit-box-shadow: inset 0px 3px 4px -2px #EAEAEA;
}

.sidepop{
	margin: 0 auto;
	background: #F9F9F9;
	border: 1px #EBEBEB solid;
	box-shadow: inset 0px 3px 4px -2px #EAEAEA;
	-moz-box-shadow: inset 0px 3px 4px -2px #EAEAEA;
	-webkit-box-shadow: inset 0px 3px 4px -2px #EAEAEA;
}

.sidepop li{
	list-style: none;
	
	border-top: 1px white solid;
	border-bottom: 1px #ECECEC solid;
	text-align: center;
}

.sidepop li:first-child{border-top: none;}
.sidepop li:last-child{border-bottom: none;}

.sidepop a{
    color: #A0A0A0;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
    padding: 10px 15px 10px 15px;
	display:block;
	text-shadow: 0px 1px 0px white;
}

.sidepop a:hover{
	background: #F2F2F2;
	color: #82C019;
	text-shadow: 0px 1px 3px #fff;
}



/*---headlinks---*/
.headlinks ul, .searchbar {
    float: right;
    margin-top: 37px;
}

.headlinks ul a {
    padding: 0 10px;
    height: 27px;
    color: #516168;
    font: 1.15em/26px sans-serif;
    float: left;
}

.headlinks ul a:hover {
    color: #fff;
    background-color: #96c;
}

.shortblock{
	/*width: 1000px;
	background: #FAFAFA;
	border: 1px #D9D9D9 solid;
	box-shadow: 0px 1px 6px #D9D9D9;
	-moz-box-shadow: 0px 1px 6px #D9D9D9;
	-webkit-box-shadow: 0px 1px 6px #D9D9D9;
	margin-bottom:20px;*/
}

.fullstory .shortblock{
	margin-bottom: 5px;
}

.shortblockhead{
    border-left: 1px #fff solid;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px #D9D9D9 solid;
}

.shortblockinfo{
    height: 50px;
	border: 1px #fff solid;
	position: relative;
}

.shortblockheadcont{
    background: #fff;
	margin: 5px;
	padding: 0px;
	min-height: 150px;
}

.topblock-235 {
    display: none;
}
.primary{
    max-width: 148px;
	border: 1px #D9D9D9 solid; 
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	background: #FAFAFA;
}

.primaryimg{
    border: 1px #fff solid;
	max-width: 138px;
	padding: 4px;
}

.setimg{
	max-width: 138px;
	overflow: hidden;
}

.setimg img{
	max-width: 138px;
}

.shorttitle{
	min-width: 300px;
	max-width: auto;
	float: left;
}

.shorttitle a{
    color: #656565;
	font-weight: bold;
    font-size: 16px;
	text-decoration: none;
}

.commcount{
    height: 55px;
	width: 60px;
	float: right;
	background: url("../images/help/commcont.jpg") no-repeat center center;
}

.commcount a{
    text-decoration: none;
	color: white;
	margin: 15px 9px 6px 10px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #9D9D9D;
}

.titcom{
	/*min-width: 362px;
	float: right;*/
}

.botleft{
	background: url("../images/help/link.jpg") no-repeat center left;
	height: 22px;
	margin: 14px 0 14px 14px;
}

.botleft  span{
	padding-left: 28px;
	float: left;
	margin: 1px 0px 0px 0px;
	margin-top: 1px;
	text-shadow: 0px 1px 0px white;
	font-size: 15px;
	font-weight: bold;
}

.botleft a{

}

.leftbord{
	border-right: 1px #D9D9D9 solid;
	width: 482px;
	float: left;

}

.rightbord{
	float:right;
}

.botbut{
    height: 50px;
	width: 108px;
	background: url("../images/help/readmore.jpg") repeat-x center center;
}

.botbut a{
    text-decoration: none;
	display: block;
	color: #A3A3A3;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	height: 36px;
	padding-top: 14px;
	text-shadow: 0px 1px 0px white;
}

.botbut a:hover{
    color: #6E6E6E;
}

.regiast{
	margin-bottom: 15px;
    text-align: justify;
}

.regiast.titcom{
	min-width: 542px;
	float: right;
	margin-bottom: 20px;
}

.regiast .shorttitle{
	min-width: 482px;
	max-width: 482px;
	float: left;
}

.regiast .shorttitle span{
    color: #656565;
	font-weight: bold;
    font-size: 20px;
	text-decoration: none;
}

.uinf{
	margin-bottom: 15px;
    text-align: justify;
}

.uinf .titcom{
	min-width: 542px;
	float: right;
	margin-bottom: 20px;
}

.uinf .shorttitle{
	min-width: 482px;
	max-width: 482px;
	float: left;
	position: relative;
}

.uinf .shorttitle span{
    color: #656565;
	font-weight: bold;
    font-size: 20px;
	text-decoration: none;
}

.retc{
	float: right;
	position: absolute;
	right: 0;
	margin: -20px -60px 0px 0px;
}

.fullstory{
	margin-bottom: 15px;
    text-align: initial;
}

.fullstory .titcom{
	/*min-width: 542px;
	float: right;
	margin-bottom: 20px;*/
}

.fullstory .shorttitle{
	min-width: auto;
	max-width: auto;
	float: left;
}

.fullstory .shorttitle span{
    color: #212121;
	font-weight: bold;
    /*font-size: 20px;*/
	text-decoration: none;
}

.fullstory .commcount{
    height: 55px;
	width: 60px;
	float: right;
	background: url("../images/help/commcont.jpg") no-repeat center center;
}

.fullstory .commcount a{
    text-decoration: none;
	color: white;
	margin: 15px 9px 6px 10px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #9D9D9D;
}




/*---search---*/
.searchbar {
    margin-left: 5px;
    width: 182px;
    height: 27px;
    background: url("../images/search.png") no-repeat;
}

.searchbar li {
    float: left;
    height: 27px;
}

.searchbar .lfield {
    width: 145px;
    padding-left: 10px;
    overflow: hidden;
}

.searchbar .lfield input {
    color: #708893;
    float: left;
    height: 15px;
    width: 145px;
    border: 0 none;
    background: #fff;
    margin-top: 6px;
}

.searchbar .lbtn input {
    width: 27px;
    height: 27px;
    background: url("../images/search.png") no-repeat 0 -27px;
}

.searchbar .lbtn input:hover {
    background-position: -27px -27px;
}

/*---headimage---*/
.himage {
    height: 129px;
    background: url("../images/himage.png") no-repeat;
}

.himage .himage {
    background-position: 100% -129px;
}

.himage .himage .himage {
    background: #297cd3 url("../images/himage.jpg") no-repeat 100% 0;
}

.himage h2 {
    margin-top: 28px;
    float: left;
    font: 1.5em/22px sans-serif;
    color: #fff;
}

/*---Menu---*/
#menubar {
    margin-bottom: 12px;
}

.mbar {
    height: 52px;
    background: url("../images/mbar.png") no-repeat;
}

.mbar .mbar {
    background-position: 100% -52px;
}

.mbar .mbar .mbar {
    background-position: 0 -104px;
    background-repeat: repeat-x;
}

.menubar {
    height: 47px;
    background: #3f4b51 url("../images/mbar.jpg") no-repeat 100% 0;
}

.menubar ul {
    line-height: 26px;
    margin-top: 10px;
    text-transform: uppercase;
}

.menubar ul li, .menubar ul a, .menubar ul a b {
    height: 26px;
    float: left;
}
.menu {
    text-align: right;
    display: none;
}
.menubar ul a {
    margin-right: 1px;
    color: #fff;
    background: url("../images/topmenu.png") no-repeat 0 -999px;
}

.menubar ul a b {
    cursor: pointer;
    padding: 0 10px;
    background: url("../images/topmenu.png") no-repeat 0 -999px;
}

.menubar ul a:hover {
    background-position: 0 0;
}

.menubar ul a:hover b {
    background-position: 100% -26px;
}

.menubar ul .sublnk a {
    background-position: 0 -104px;
}

.menubar ul .sublnk a b {
    padding-right: 25px;
    background-position: 100% -130px;
}

.menubar ul .sublnk a:hover, .menubar ul .sublnk.selected a {
    background-position: 0 -52px;
}

.menubar ul .sublnk a:hover b, .menubar ul .sublnk.selected a b {
    padding-right: 25px;
    background-position: 100% -78px;
}

/*---SubMenu---*/
.menubar ul .sublnk {
    position: relative;
}

.menubar ul li ul {
    width: 200px;
    margin: 0;
    top: 26px;
    left: 0;
    position: absolute;
    z-index: 9999;
    display: none;
}

.menubar ul li ul li a, .menubar ul li ul li, .menubar ul li ul li a b {
    background: none;
    float: none;
    height: auto;
    display: block;
    line-height: normal;
    text-transform: none;
}

.menubar ul li ul li {
    padding: 0;
}

.menubar ul li ul li a {
    color: #fff;
    padding: 6px 0;
    width: 100%;
    border-bottom: 1px solid #3f4b51;
    background: #4d5c64;
    opacity:0.9;
    -moz-opacity:0.9;
    filter:alpha(opacity=90);
}

.menubar ul li ul li a:hover {
    background-color: #63767f;
}

.hrss {
    float: right;
    margin-top: 15px;
    padding-top: 18px;
    width: 18px;
    background: url("../images/rsshead.png") no-repeat;
}

/*---BodyTemplate---*/
.wsh {
    padding: 0 14px 0 0;
    font: 1px/1px sans-serif;
    height: 14px;
    background: url("../images/wsh.png") no-repeat 100% -14px;
}

.wsh .wsh {
    background-position: 0 0;
    padding: 0 0 0 14px;
}

.wsh .wsh .wsh {
    background-position: -14px 0;
    background-color: #fff;
}

.wbtm, .wbtm .wsh {
    height: 23px;
}

.wbtm {
    margin-bottom: 20px;
    background-position: 100% -51px;
}

.wbtm .wsh {
    background-position: 0 -28px;
    padding: 0 0 0 292px;
}

.wbtm .wsh .wsh {
    background: url("../images/wsh.png") repeat-x 0 -74px;
}

.shadlr {
    width: 100%;
    background: url("../images/shadow_left.png") repeat-y;
}

.shadlr .shadlr {
    background: url("../images/shadow_right.png") repeat-y 100% 0;
}

.vsep {
    padding-left: 289px;
    background: url("../images/shadow_left.png") repeat-y -3px 0;
}

.vsep .vsep {
    width: 100%;
    background: #fff;
    padding: 0;
}

#sidebar {
    width: 289px;
    margin: -7px 0 0 -289px;
}

#midside {
    width: 100%;
    margin-top: -4px;
}

#midside img {
    max-width: 650px;
}

/*---blocks---*/
.block {
    margin: 0 0 0 7px;
    width: 275px;
}

.block .dtop, .block .dbtm, .blocklite .dbtm {
    height: 19px;
    background: #fff url("../images/block.png") no-repeat -550px 100%;
    font: 1px/1px sans-serif;
}

.block .dtop {
    height: 15px;
    background-position: 0 0;
}

.block .dcont {
    padding: 0 9px;
    background: #fff url("../images/block.png") repeat-y -275px 0;
}

.block .dcont .dpad {
    padding-bottom: 6px;
}

.block .btl h4 {
    margin-top: 5px;
    float: left;
    text-transform: uppercase;
    font-size: 1.15em;
    color: #368fde;
}

.block .btl{
    background: url("../images/btlblocks.png") repeat-x 0 100%;
    padding: 0 15px;
    height: 31px;
    border-bottom: 2px solid #368fde;
}

/*---LiteMod---*/
.blocklite {
    padding-top: 14px;
    background: #e4ecf0 url("../images/blocklite.png") no-repeat;
    margin: 0 0 15px 15px;
    width: 259px;
}

.blocklite .dbtm {
    height: 14px;
    background: url("../images/blocklite.png") no-repeat -259px 100%;
}

.blocklite .btl {
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 1.15em;
    color: #6b7a81;
}

.informer {
    padding-top: 13px;
    margin-bottom: 15px;
    border-top: 1px solid #b6cbd6;
}

/*---LeftMenu---*/
#leftmenu .dcont .dpad {
    overflow: hidden;
}

.lmenu {
    margin-top: -1px;
}

.lmenu li a {
    color: #3f4b51;
    display: block;
    height: 27px;
    line-height: 27px;
    border-top: 1px solid #e5e9eb;
    background: url("../images/bluedot.png") no-repeat 0 -999px;
}

.lmenu li a:hover {
    color: #398dd8;
    background-position: 100% 50%;
}

.bluemenu {
    margin-bottom: 10px;
    padding: 4px 0;
    border-bottom: 2px solid #1d76be;
    background: #127ad0 url("../images/bluemenu.png") repeat-y;
}

.bluemenu ul {
    margin: 0;
    border-bottom: 1px solid #61a7e0;
}

.bluemenu li {
    border-top: 1px solid #61a7e0;
}

.bluemenu li a {
    background: url("../images/bluemenulnk.png") no-repeat 0 -999px;
    padding: 0 15px;
    border: 0 none;
    color: #fff !important;
}

.bluemenu li a:hover {
    background-position: 0 0;
    background-color: #549fdd;
}

/*---Archives---*/
.tabcont {
    display: none;
}

#news-arch .btl {
    border-bottom: 0;
}

.tabmenu a {
    margin-left: 2px;
   background: #cde0e9  url("../images/archtabs.png") no-repeat;
    margin-top: 4px;
    padding-top: 27px;
    width: 33px;
    float: right;
}

.tabmenu a.selected {
    background-color: #429be3;
}

.tabmenu a.tabarh {
    background-position: -33px 0;
}

.tabmenu a.tabarh:hover {
    background-position: -33px -27px;
}

.tabmenu a.tabarh.selected {
    background-position: -33px -54px;
}

.tabmenu a.tabarh.selected:hover {
    background-position: -33px -81px;
}

.tabmenu a.tabcal {
    background-position: 0 -54px;
}

.tabmenu a.tabcal:hover {
    background-position: 0 -81px;
}

.tabmenu a.tabcal.selected {
    background-position: 0 0;
}

.tabmenu a.tabcal.selected:hover {
    background-position: 0 -27px;
}

#news-arch p {
    margin-bottom: 14px;
   background: #338adb url("../images/archinfo.png") repeat-x;
    height: 34px;
    padding: 0 15px;
    line-height: 33px;
    color: #fff;
}

/*---Popular news---*/
#popular ul, #popular ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#popular ul {
    padding: 12px 0 6px 0;
}

#popular ul li {
    padding: 0 15px;
    border-top: 1px solid #fff;
}

#popular ul li:hover {
    border-color: #e1ecf1;
    background-color: #f6f9fb;
}

#popular ul li a {
    display: block;
    padding: 1px 0 2px 0;
    color: #3f4b51;
}

#popular ul li a:hover {
    color: #398dd8;
}

/*---buttons---*/
.fbutton, .btn_reglog, .vresult {
    border: 0 none;
    background: none;
    cursor: pointer;
}

.btn_reglog {
    background: #f2f2f2 url("../images/bbcodes.png") repeat-x;
    border: 1px solid #c5c5c5;
    color: #7d7d7d;
    width: 108px;
    height: 21px;
    padding-bottom: 3px;
    font-weight: bold;
}

.btn_reglog:hover {
    background: #fff none;
}

.fbutton {
    text-shadow: 0 1px 0 #fff;
    font-size: 1.15em;
    margin-bottom: 2px;
    border: 1px solid #bcc5c9;
    width: 100px;
    height: 29px;
    color: #596368;
    padding: 2px 0 5px 0;
    background: #fff url("../images/fbutton.png") repeat-x 0 100%;
    font-weight: bold;
}

.fbutton:hover {
    background-position: 0 27px;
}

.fbutton {
    -moz-box-shadow: 0 1px 4px -3px black;
    -webkit-box-shadow: 0 1px 4px -3px black;
    box-shadow: 0 1px 4px -3px black;
}

button.fbutton span {
    cursor: pointer;
    display: block;
    padding-top: 2px;
}

/*---Votes---*/
#votes .btl {
    border: 0 none;
}

#votes .btl h4 {
    color: #96c;
}

.vtitle {
    margin-bottom: 12px;
    padding: 12px 15px;
    color: #fff;
    background: #96c url("../images/vtitle.png") repeat-x;
}

.vresult {
    margin-top: 3px;
    font-size: 11px;
    color: #909ca3;
    float: right;
    width: 91px;
    height: 20px;
    padding: 0;
    background: url("../images/vresult.png") no-repeat 100% 0 !important;
}

.vresult span {
    padding: 0 20px 5px 0;
    display: block;
}

.vote, #dle-poll-list div {
    clear: both;
    padding: 2px 0 2px 2px;
}

.vote input, #dle-poll-list div input {
    float: left;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

/*---change-skin---*/
#change-skin .dpad {
    margin: 0 14px;
    height: 23px;
    line-height: 23px;
}

#change-skin .dpad div.rcol {
    width: 133px;
    margin-left: 10px;
}

#change-skin .dpad div.rcol select {
    width: 133px;
    height: 23px;
    padding: 3px;
}

#change-skin .dpad b.rcol {
    font-size: 0.9em;
    text-align: right;
    text-transform: uppercase;
    color: #6b7a81;
}

/*---footbox---*/
.foott{
	height: 19px;	
	background: url("../images/help/footbg.jpg") repeat-x center center;
	margin-top: 5px;
}

.foontbody{
	height: 100px;
	background: url("../images/help/footbg2.jpg") repeat center center;
}
.foontbody1{
	height: 240px;
	background: url("../images/help/footbg2.jpg") repeat center center;
	margin-top: 10px;
	}
.foontbody2{
	height: 0px;
	background: url("../images/help/footbg2.jpg") repeat center center;
	}

.wrapp{
	width: 1000px;
	margin: 0 auto;
}








.footbox .lcol, .footbox .rcol, .footbox {
    height: 96px;
}

.footbox {
    padding: 0 28px 0 289px;
    background: #fff url("../images/footbox.png") no-repeat 100% -96px;
}

.footbox .lcol {
    overflow: hidden;
    padding: 0 15px 0 30px;
    color: #fff;
    width: 244px;
    margin-left: -289px;
    background: #2478cc url("../images/footbox.png") no-repeat;
}

.footbox .lcol a, .btags a, .btags {
    color: #fff;
}

.footbox .lcol p {
    margin-top: 14px;
}

.footbox .rcol {
    width: 100%;
    background: #3f4b51 url("../images/footbox.png") no-repeat -289px 0;
}

.btags {
    overflow: hidden;
    padding-top: 12px;
    height: 84px;
    position: relative;
    margin: 0 5px 0 15px;
}

.btags a:hover {
    color: #d8b2ff;
}

.btags .shadow {
    height: 39px;
    bottom: 0;
    background: url("../images/btagsshadow.png") repeat-x 0 100%;
}

/*---footmenu---*/
#footmenu {
    position: relative;
    background: #f8fafc url("../images/footmenu.png") repeat-x 0 -11px;
}

#footmenu .dpad {
    height: 44px;
    overflow: hidden;
}

#footmenu .shadow {
    top: -11px;
    background: url("../images/footmenu.png") repeat-x;
}

#footmenu ul, #footmenu ul li, #footmenu ul a {
    float: left;
}

 #footmenu ul {
    margin: 9px 0 0 -10px;
}

#footmenu ul a {
    color: #3f4b51;
    padding: 0 9px 0 10px;
    background: url("../images/fmenusep.png") no-repeat;
    line-height: 25px;
    height: 26px;
}

#footmenu ul a:hover {
    color: #398dd8;
}

/*---footer---*/
#footer {
    background: #fff;
    padding: 18px 0 36px 0;
}

.counts {
    display: inline;
}

.counts ul {
    float: right;
}

.counts ul li {
    float: right;
    width: 88px;
    height: 31px;
    margin: 0 0 0 8px;
    opacity:0.4;
    -moz-opacity:0.4;
    filter:alpha(opacity=40);
}

.counts ul li:hover {
    opacity:1.0;
    -moz-opacity:1.0;
    filter:alpha(opacity=100);
}

.copyright {
    color: #686868;
float: left;
font-weight: bold;
margin-top: 5px;
}
.counts {
color: #686868;
float: right;
margin-top: 5px;
display: block;
width: 350px;
text-align: right;
}
.copyright a {
    color: #6b7a81;
}
.counts a {
    color: #6b7a81;
}

/*---Центральная часть контента---*/
/*---Speedbar---*/
.speedbar {
    background: url("../images/speedbar.png") repeat-x 0 100%;
    margin-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.9em;
    padding: 0 15px 11px 15px;
}

/*---Center Banner---*/
.hbanner {
    margin-bottom: 15px;
    padding-top: 4px;
    background: url("../images/hbanner.png") no-repeat 50% 0;
}

.hbanner .dpad {
    padding-bottom: 15px;
}

.hbanner .dbtm {
    background: url("../images/cshadow.png") no-repeat 50% 0;
    border-top: 1px solid #f2f2f2;
    text-align: center;
}

.hbanner .dbtm span {
    margin: 0 auto;
    padding-top: 14px;
    width: 142px;
    background: #398cd7 url("../images/adww.png") no-repeat;
}

/*---Сортировка новостей---*/
.sortn {
    background: url("../images/sortnews.png") no-repeat;
    height: 33px;
}

.sortn.dpad {
    margin-bottom: 20px;
}

.sortn .sortn {
    line-height: 32px;
    padding: 0 15px;
    background-position: 100% -33px;
}

/*---Краткая содержимое---*/
.base {
    margin-bottom: 30px;
}

.base .btl {
    color: #398dd8;
    margin-bottom: 0.6em;
}

.bhinfo {
    height: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe8ed;
    margin-bottom: 10px;
}

.baseinfo {
    padding: 0 8px 0 18px;
    font: 0.9em/21px sans-serif;
    color: #6c838e;
    float: left;
    height: 21px;
    background: #f1f5f7 url("../images/baseinfo.png") no-repeat 5px 50%;
}

.bhinfo, .bhinfo ul, .bhinfo ul li {
    height: 19px;
}

.bhinfo ul, .bhinfo ul li {
    float: left;
}

.isicons li {
    width: 17px;
    height: 17px;
    padding: 2px 2px 2px 0;
}

.isicons li img {
    display: block;
}

/*---ratebox---*/
.ratebox {
    float: right;
    width: 115px;
    height: 19px;
    text-align: center;
    padding-top: 2px;
   background: #f1f5f7 url("../images/ratebox.png");
}

.ratebox .rate {
    text-align: left;
    width: 85px;
    height: 17px;
    margin: 0 auto;
    overflow: hidden;
}

.storenumber, .basenavi, .maincont, .berrors, .basecont {
    margin-bottom: 15px;
    text-align: inherit;
}

.maincont img {
    padding: 5px;
    border: none;
}

.mlink {
    font-size: 0.9em;
    overflow: hidden;
    background: #f0f5f8 url("../images/mlink.png") repeat-x;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #cbdfe8;
    border-width: 1px 0;
}

.argcat {
    padding-left: 10px;
    background: url("../images/argcat.png") no-repeat 0 58%;
    color: #6c838e;
    margin-top: 12px;
}

.mlarrow {
    float: right;
    width: 50px;
    height: 40px;
   background: url("../images/mlinkarrow.png") no-repeat;
}

/*---Подробнее---*/
.argmore a, .argmore a b {
    height: 28px;
   background: #2886d4  url("../images/argmore.png") no-repeat;
}

.argmore a {
    float: right;
    margin: 6px 0 0 7px;
    line-height: 28px;
    color: #fff;
}

.argmore a b {
    cursor: pointer;
    float: left;
    padding: 0 35px 0 11px;
    background-color: transparent;
    background-position: 100% -28px;
}

.argmore a:hover {
    background-position: 0 -56px;
}

.argmore a:hover b {
    background-position: 100% -84px;
}

.argback a, .argback a b {
    height: 23px;
    background: url("../images/argback.png") no-repeat;
}

.argback a {
    margin: 9px 0 0 5px;
    float: right;
    line-height: 22px;
    background-position: 100% -46px;
}

.argback a b {
    float: left;
    cursor: pointer;
    padding: 0 15px 0 28px;
    background-position: 0 0;
}

.argback a:hover b {
    background-position: 0 -23px;
}

.argviews span, .argcoms span, .argviews span b, .argcoms span b {
    background: url("../images/args.png") no-repeat 100% -23px;
    height: 23px;
}

.argviews span, .argcoms span {
    line-height: 23px;
    float: right;
    margin: 9px 0 0 5px;
}

.argviews span {
    background-position: 0 -46px;
}

.argcoms span {
    background-position: 0 0;
}

.argviews span b, .argcoms span b {
    padding: 0 7px 0 25px;
    font-weight: normal;
    float: left;
}

/*---Кто отредактировал---*/
.editdate, .basetags {
    font-size: 0.9em;
    text-align: right;
    color: #6c838e;
}

/*---Подробное содержимое---*/
.basetags {
    padding-top: 10px;
    text-align: left;
    border-top: 1px solid #dbe8ed;
}

/*---Другие новости по теме---*/
.related {
	width: 594px;
}
.related .dtop{
	height: 50px;
	
}

.related .dtopp{
    background: url("../images/help/toprel.jpg") no-repeat bottom left;
	height: 15px;
	width: 594px;
}

.related .dbott{
	background: url("../images/help/botrel.jpg") no-repeat top left;
	height: 15px;
	width: 594px;
}

.dtop span{
	font-size: 18px;
	display: block;
	margin: 8px 0px 8px 40px;
	font-weight: bold;
}

.relatedblock{
	list-style: none;
	padding: 0;
	margin: 10px 0px 0px 20px;
}

.relatedblock li{

}

.relatedblock li a{
	display: block;
    height: 30px;
	background: url("../images/help/relb.png") no-repeat center left;
	color: #777777;
	text-decoration: none;
	position: relative;
}

.relatedblock li a:hover{
	display: block;
    height: 30px;
	background: url("../images/help/relbh.png") no-repeat center left;
	color: #82c019;
	text-decoration: none;
}

.relatedblock li a span{
	position: absolute;
	margin: 5px 0px 4px 25px;
}


/*---Вывод ошибок---*/
.berrors {
	border-width: 1px 0;
	color: white;
	padding: 10px 15px 10px 60px;
	font-style: italic;
	background: #82C035 url("../images/help/infoo.png") no-repeat -42px -14px;
	width: 80%;
	margin: 10px 0px 0px 0px !important;
}

.berrors a {
    color: #CDEA9B;
}

/*---Заголовок страниц---*/
.pheading {
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding: 0 15px 13px 15px;
    background: url("../images/speedbar.png") repeat-x 0 100%;
}

.pheading h2 {
    color: #468edb;
    font-size: 1.7em;
    font-weight: normal;
}

.pheading .lcol {
    margin-right: 10px;
}

.pheading h2 span {
    color: #656565;
}

.pheading .ratebox {
    width: 141px;
    padding: 3px 0 1px 0;
    padding-right: 6px;
    background: #f1f5f7 url("../images/ratebox2.png") no-repeat;
}

.pheading .ratebox .rate, .pheading .ratebox span {
    float: right;
}

.pheading .ratebox span {
    padding-right: 5px;
    font-size: 0.9em;
    color: #a2b2ba;
}

.heading {
    color: #96c;
    margin-bottom: 0.3em;
}

.basecont {
    padding-top: 14px;
    border-top: 1px solid #e8e8e8;
    background: url("../images/basecont.png") repeat-x;
}

/*---Комментарии---*/

.commblock{
    width: 574px;
	padding: 10px;
	position: relative;
}

.autorinfo{
	width: 80px;
	padding: 10px;
	display: inline-block;
	background: #FAFAFA;
	border: 1px #D9D9D9 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
}

span.avat img{
    height: 80px;
	width: 80px;
}

span.autor {
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 2px 0px 2px 0px;
}

span.autor a{
    color: #777;
}

span.group{
    height: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #DBDBDB;
	color: #797979;
	font-size: 11px;
	width: 80px;
	display: block;
	text-align: center;
}

span.inf{
	font-size: 11px;
	border-bottom: 1px #BEBEBE solid;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 3px;
}

.commcont .arrow{
	width: 18px;
	height: 100px;
	background: url("../images/help/arr.png") no-repeat 0px 60px;
	position: absolute;
	left: 0;
}

.commcont .cont{
	width: 462px;
	min-height: 192px;
	background: #FAFAFA;
	border: 1px #D9D9D9 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	right: 0;
}

.commcont .info{
	height: 32px;
	display: block;
	border-bottom: 1px #D5D5D5 solid;
	position: relative;
}

.info .date{
    background: url("../images/help/date.png") no-repeat 11px -2px;
	height: 35px;
	width: 165px;
	position: absolute;
	left: 0;
}

.date p{
    margin: 7px 0px 7px 50px;
	display: block;
	position: absolute;
	text-shadow: 0px 1px 0px white;
}

.edit{
	height: 35px;
	position: absolute;
	right: 0;
	width: 245px;
}

.select{
	float: right;
	margin: 10px;
}

ul.seled{
    list-style: none;
	height: 18px;
}

ul.seled li{
	float: right;
}

ul.seled li a{
	height: 20px;
	display: block;
	margin: 7px;
	color: #777777;
	text-shadow: 0px 1px 0px white;
	
}

ul.seled li a:hover{
    color: #CACACA;
	text-decoration: none;
	text-shadow: 0px 1px 0px white;
}

.info .quote{
    float: right;
	background: none;
	border: none;
	padding: 0;
}

.info .quote a{
	height: 35px;
	width: 35px;
	background: url("../images/help/quote.png") no-repeat center center;
	display: block;
	position: absolute;
	right: 0;
}

.commcont{
	width: 480px;
	height: 200px;
	position: absolute;
	display: inline-block;
}

.lastcont{
	padding: 10px 20px 10px 20px;
}

.lastcont p{

}





.addcombtn {
    text-align: center;
    font: 1.15em/30px sans-serif;
    color: #fff;
    float: left;
    height: 31px;
    width: 181px;
    padding-right: 27px;
  background: #428cda url("../images/addcombtn.png") no-repeat;
}

.addcombtn:hover {
    background-position: 0 -31px;
}

.bcomment {
    border-bottom: 1px solid #dadada;
    background: url("../images/speedbar.png") repeat-x 0 100%;
    padding-bottom: 15px;
}

.bcomment .dcont, .bcomment .dtop {
    padding: 0 15px;
}

.bcomment .dcont {
    padding-top: 10px;
}

.bcomment .dtop {
    overflow: hidden;
    padding-left: 70px;
    height: 67px;
    border-top: 3px solid #3f84cb;
}

.bcomment .dtop .lcol {
    width: 40px;
    padding: 0 15px;
    margin-left: -70px;
}

.bcomment .dtop .lcol span {
    margin-top: 12px;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.bcomment .dtop .lcol span img {
    width: 40px;
}

.bcomment .dtop .rcol {
    font-size: 0.9em;
    color: #90a7b2;
    width: 100%;
}

.bcomment .dtop .rcol ul {
    margin-top: 12px;
    padding-top: 4px;
    height: 36px;
    float: left;
    margin-right: 15px;
}

.cmsep {
    padding-left: 19px;
    background: url("../images/cmsep.png") no-repeat 0 50%;
}

.reply a, .reply a b {
    height: 28px;
   background: #2b88d5 url("../images/reply.png") no-repeat;
}

.reply a {
    float: right;
    margin-top: 21px;
    color: #fff;
    line-height: 27px;
}

.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

div.cominfo {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #e4e6e6;
    font-size: 0.9em;
    height: 29px;
    background: #3f4b51 url("../images/cominfo.png") repeat-x;
}

div.cominfo .thide {
    width: 13px;
    padding-top: 8px;
    position: absolute;
    left: 29px;
    top: -7px;
    background: url("../images/comarrow.png") no-repeat;
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
}

.comedit ul li, .selectmass input {
    margin: 6px 0 0 8px;
}

.comedit ul li {
    float: left;
}

.comedit ul li a {
    color: #9dc4e6;
}

.selectmass input {
    vertical-align: middle;
}

.signature {
    color: #93918d;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    border-left: 1px solid #73858e;
    margin: 0 7px 0 0;
    padding-left: 7px;
}

/*---infoblock---*/
.infoblock {
    background-color: #f1f5f7;
    padding: 15px;
    margin-bottom: 25px;
}

.pollvotelist {
    width: 70%;
    text-align: left;
}

.pollvotelist input {
    margin-right: 5px;
}

.mass_comments_action {
    padding: 10px 25px;
}

/*---forms---*/
.baseform {

}

.tableform {
    width: 100%;
}

.tableform td {
    ;
}

.tableform td.label {
    width: 20%;
    vertical-align: top;
    padding-right: 0;
    font-weight: bold;
}

.fieldsubmit, .tableform td {
    padding: 10px 15px;
    border-top: 1px solid #fff;
}

.addnews {
    font-weight: bold;
}

.impot {
    color: #96c;
    font-weight: normal;
}

.checkbox {
    padding: 4px 0;
    line-height: 1em;
}

.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}

.f_input {
    width: 300px;
    padding: 1px;
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    background: #fff url("../images/fields.png") repeat-x;
    border: 1px solid #bcc0c2;
}

.f_textarea, .editor_button select {
    padding: 0;
}

.textin {
    padding: 2px;
}

/*---search---*/
.searchstyle {
    width: 480px;
}

.search {
    font-size: 11px;
}

.searchtable fieldset legend {
    color: #404040;
}

.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}

#searchuser, #searchinput {
    width: 90% !important;
}

/*---Userinfo---*/
.userinfo {
    padding-left: 125px;
}

.ui-dialog-content .userinfo {
    padding: 10px 0 10px 125px;
}

.userinfo .lcol {
    margin-left: -125px;
    width: 110px;
    padding-right: 15px;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #c0d4de;
}

.userinfo .lcol .avatar img {
    width: 100px;
}

.userinfo .lcol ul {
    font-size: 0.9em;
}

.userinfo .rcol {
    width: 100%;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

 .ussep {
    padding-top: 12px;
    background: url("../images/ussep.png") no-repeat;
}

.grey {
    color: #6c838e;
}

.blue {
    color: #388bd4;
}

/*---statistics---*/
.statistics {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.statistics ul.lcol {
    min-height: 71px;
    background: url("../images/statsep.png") no-repeat;
    margin: 0 0 20px -1px;
    padding-top: 14px;
    width: 33.3%;
}

.statistics ul.lcol li {
    padding: 0 15px;
    margin-bottom: 2px;
}

/*---navigation---*/
.navigation{
	width: 350px;
	margin: 0 auto;
	height: 30px;
	
}

.navmain{
	margin: 0 auto;
	height: 30px;
}

.pages{
	float: left;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

/*неактивна */
.pages a{
	padding: 0px 5px 0px 5px;
	display: inline-block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.pages a:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/*активна */
.pages span{
	padding: 0px 5px 0px 5px;
	display: inline-block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.nextprevpages{
	float: right;
	height: 30px;
}

/*неактивна */
.nextprevpages a{
	display: inline-block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	
}
.nextprevpages a :hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*активна */
.nextprevpages span{
	display: inline-block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}


.bac{
	background: url("../images/help/prew.jpg") no-repeat center center;
	width: 15px;
	height: 28px;
}

.next{
	background: url("../images/help/next.jpg") no-repeat center center;
	width: 14px;
	height: 28px;
}

/*неактивна */
.nextprevpages a .bac{
	display: inline-block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	
}
.nextprevpages a .bac:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*активна */
.nextprevpages span .bac{
	display: inline-block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

/*неактивна */
.nextprevpages a .next{
	display: inline-block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	
}
.nextprevpages a .next:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*активна */
.nextprevpages span .next{
	display: inline-block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.nextprev .thide, .toptop {
    width: 26px;
    padding-top: 29px;
    background: url("../images/basenavi.png") no-repeat;
}

.nextprev a span {
    cursor: pointer;
}

.nextprev span .pnext {
    background-position: -26px -29px;
}

.nextprev a .pnext {
    background-position: -26px -87px;
}

.nextprev a:hover .pnext {
    background-position: -26px -58px;
}

.nextprev span .pprev {
    background-position: 0 -29px;
}

.nextprev a .pprev {
    background-position: 0 -87px;
}

.nextprev a:hover .pprev {
    background-position: 0 -58px;
}

.toptop {
    background-position: 0 -116px;
    width: 29px;
}

.toptop:hover {
    background-position: 0 -145px;
}

.pm_status {
    float:left;
    border: 1px solid #d8d8d8;
    padding: 0px;
    background-color: #fff;
    width: 300px;
    height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.pm_status_head {
    border-bottom: 1px solid #d8d8d8;
    font-size: 0.9em;
    background: #fff url("../images/bbcodes.png") repeat-x 0 100%;
    height: 22px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #4e4e4e;
}

.pm_status_content {
    padding: 5px;
}

			
	
.licen1{
border: 1px solid #C4C4C4;
font-size: 14px;
text-align: left;
padding: 10px 10px;
background-color: #EFEFEF;
text-shadow: 0px 1px 0px white;
		}
		
.licen1 p{margin: 0;}
		
.rekl{
width: 90px;
border: 1px solid #B9B1B1;
font-size: 14px;
margin: -11px 0px 10px -11px;
background: #D8D8D8;
font-weight: bold;
text-shadow: 0px 1px 0px white;
color: #505050;
text-align: center;
height: 19px;
}


.searchpanel{
	float: right;
height: 34px;
padding: 8px;
position: relative;
}

.searchpanel input {
	padding: 3px;
border: 3px solid #E0E0E0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.searchpanel input:focus {
	outline: none;
}
.searchpanel label {
	position: absolute;
	margin: 6px 9px 9px 12px;
	font-size: 14px;
}

.loginf{
    width: 150px;
	display: none;
}

.loginh{
	display: none;
}

#login_name{
height: 15px;
border-radius: 5px;
border: none;
font-size: 13px;
line-height: 1px;
text-indent: 3px;
width: 100px;
margin: 0px 0px 0px 14px;
}

#login_password{
height: 15px;
border-radius: 5px;
border: none;
font-size: 13px;
line-height: 1px;
text-indent: 3px;
width: 100px;
margin: 0px 0px 0px 7px;
}

.lbtn .fbutton {
    text-shadow: 0 1px 0 white;
font-size: 16px;
margin-bottom: 2px;
border: 1px solid #BCC5C9;
width: 158px;
height: 25px;
color: #596368;
padding: 0px 0 0px 0;
background: white url("../images/fbutton.png") repeat-x 0 100%;
font-weight: bold;
}

.lbtn .fbutton:hover {
    background-position: 0 10px;
}

.lbtn .fbutton {
    -moz-box-shadow: 0 1px 4px -3px black;
    -webkit-box-shadow: 0 1px 4px -3px black;
    box-shadow: 0 1px 4px -3px black;
}

.lbtn .fbutton {
    background:      #ffffff;
    padding:         2px 8px 2px 8px;      /* Button padding */
    font-size:       12px;
    font-weight:     bold;
    display:         inline;
    color:           #888888;
    border:          1px solid #cccccc;
    border-radius:   32px;                 /* Rounder corners */
    font-family:     Arial, sans-serif;

    cursor:          pointer;		   /* Resurrect the pointer */
    text-decoration: none;                 /* Remove default underline style from hyperlink */
}

/* I decided to separate gradients */
.fbutton {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.Hover {
    border: 1px solid #bbbbbb !important;
    color: #777777 !important;
    box-shadow: 0px 1px 2px #dddddd;
}

.Pressed {
    background: rgb(229,229,229) !important;
   -moz-box-shadow:    0px 1px 1px 0px #cccccc inset;
   -webkit-box-shadow: 0px 1px 1px 0px #cccccc inset;
   box-shadow:         0px 1px 1px 0px #cccccc inset;
   text-shadow: 0px 1px 0px #fff;
}


.atach{
border: 1px #eaeaea solid;
}

a.ilike_rating{display:block;float:right;background:rgba(0,0,0,0.8) url('../dleimages/ilike.png') no-repeat 3px 3px;height:19px;padding:0 4px 0 20px;font:bold 12px/19px Arial;color:#fff;text-decoration:none;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
a.ilike_rating:hover{text-decoration:none;background-color:#000;}

.rat{
position: absolute;
right: 0;
top: 0;
margin: 15px 130px 0px 0px;
}
.phone{
clear: both;
font-size: 30px;
/*margin-top: 10px;*/
color: #00AAF0;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
font-family: "PT Sans Web Regular";
/*line-height: 0.3;*/
}
.phone1{
clear: both;
font-size: 21.3px;
margin-top: 10px;
color: #00AAF0;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
font-family: "PT Sans Web Regular";
line-height: 0.6;

}
.time-phone-mobail{
height: 50px;
margin-top: 10px;
float: right;
position: relative;
margin-left: 0px;

}
.phone-time-phone-mobail{
clear: both;
font-size: 21.3px;
margin-top: 10px;
color: #00AAF0;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
font-family: "PT Sans Web Regular";
line-height: 0.6;	
}
.phone-skupka{
clear: both;
font-size: 22px;
margin-top: 10px;
color: #686868;
margin-bottom: 5px;
text-align: center;
font-weight: bold;
font-family: "PT Sans Web Regular";
}
.phone-skupka1{
clear: both;
font-size: 21px;
margin-top: 10px;
color: #686868;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
font-family: "PT Sans Web Regular";
line-height: 0.6;
}
.logo{
	position: absolute;
	
}

.logo a{
	display: block;
	height: 100px;
margin: 0px;
}
/*.logo a img{
	height: 62px;
	margin: -7px 0px 0px 20px;
}
*/

.logi{
margin: 0px 0px -48px 67px;
padding: 14px;
font-size: 23px;
width: 126px;

}

.navi {
height: 40px;
float: right;
position: relative;
}

.navi ul{
    list-style: none outside;
}

.navi ul li{
	float: right;
	
}

.navi li a{
	padding: 0px 12px 0px 12px;
	display: block;
	height: 48px;
	text-decoration: none;
}
.navi li a:hover{
	border-bottom: 2px #00AAF0 solid;
}
.navi a span{
	font-weight: bold;
	color: #f0f0f0;
	display: block;
	padding-top: 10px;
}


*{
	-webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.fulpad{
	width: 594px;
}

#toTop{
display:block;
cursor:pointer;
width:100px;
background:#EDEDED; 
text-align:center;
padding:5px;
position:fixed;
top: 0;
left: 0; 
cursor:pointer;
color:#666;
text-decoration:none;
z-index:100;
height: 100%;
font-size: 16px;
opacity: 0.3;
-moz-opacity : 0.3;
filter : alpha(opacity="30");
}

#toTop:hover{
opacity: 0.9;
-moz-opacity : 0.9;
filter : alpha(opacity="90");}

#toTop:over{
opacity: 0.3;
-moz-opacity : 0.3;
filter : alpha(opacity="30");}


#options{
	-webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}

.socpop{
	position: relative;
	height: 30px;
}

.pipbu{
	width: 240px;
	margin: 10px auto;
}

/*  FIX  */

.shortblock .label {
	padding: 10px 5px !important; 
}

.adress-top-block{
font-weight: bold;
color: #999;
display: block;
width: 250px;
position: absolute;
float: left;
clear: both;
margin-left: 30%;
margin-top: 15px;
padding-right: 6px;
}
.time-top-block{
float:right;
padding:5px 0px 0px 0px;
font-weight: bold;
color: #999;
display: block;
width: 250px;
position: absolute;
float: left;
clear: both;
margin-left: 30%;
margin-top: 35px;
padding-right: 6px;
}
.poisk{
width: 680px;
float: right;
position: relative;
margin: 15px 0px 0px 40px;
}
.time-phone {
 /*   height: 50px;*/
width: 270px;
margin-top: 30px;
float: right;
position: relative;
margin-left: 0px;
}
.time{
text-align: center;
font-size: 14px;
color: #686868;

}
.metro3 {
		position: absolute;
margin-top: 15px;
	
}

/*----------------------------	The Navigation Menu-----------------------------*/
#colorNav>ul {
	width:500px;
	/* Increase when adding more menu items */
	margin:0 auto;
}
#colorNav>ul>li {
	/* will style only the top level li */
	list-style:none;
	display:inline-block;
	line-height:1;
	margin-right:3px;
	position:relative;
}
#colorNav>ul>li>a {
	color: inherit;
text-decoration: none !important;
font-weight: bold;
font-size: 16px;
text-align: center;
margin: 9px 15px 5px 33px;
position: absolute;
    }
#colorNav li ul {
	z-index:9999;
	position:absolute;
	list-style:none;
	width:240px;
				/* This is important for the show/hide CSS animation */
	max-height:0px;
	overflow:hidden;
		-webkit-transition:max-height 0.4s linear;
	-moz-transition:max-height 0.4s linear;
	transition:max-height 0.4s linear;
	margin-top: 5px;
}
#colorNav li ul li {
	background-color:#808080;
	border-bottom: 1px solid #f0f0f0;
}
#colorNav li ul li a {
	padding:12px;
	color:#fff !important;
	text-decoration:none !important;
	display: block;
}
#colorNav li ul li:nth-child(odd) {
	/* zebra stripes */
	background-color:#808080;
	border-bottom: 1px solid #f0f0f0;
}
#colorNav li ul li:hover {
	background-color:#F0F0F0;
}
#colorNav li ul li a:hover {
	padding:12px;
	color:#808080 !important;
	text-decoration:none !important;
	display: block;
}
#colorNav li ul li:first-child {
	margin-top:5px;
	position: relative;
}
#colorNav li ul li:first-child:before {
	/* the pointer tip */
	content:'';
	position:absolute;
	width:1px;
	height:1px;
	border:5px solid transparent;
	border-bottom-color:#808080;
	left:50%;
	top:-10px;
	margin-left:-5px;
}
#colorNav li ul li:last-child {
}
/* This will trigger the CSS */
/* transition animation on hover */
#colorNav li:hover ul {
	max-height: 1000px;
	/* Increase when adding more dropdown items */
}
/*----------------------------	Color Themes-----------------------------*/
#colorNav li.green {
	background-color: #808080;;
color: #f0f0f0;
width: 240px;
height: 35px;
border-radius: 4px;
}
#ya-site-results
{
    color: #000000;
    background: #FFFFFF;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-serp-item__number
{
    color: #000000 !important;
}

#ya-site-results
{
    font-family: Arial !important;
}

#ya-site-results :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-foot__link:visited,
#ya-site-results .b-copyright__link:visited
{
    color: #800080;
}

#ya-site-results a:link,
#ya-site-results a:active,
#ya-site-results .b-pseudo-link,
#ya-site-results .b-head-tabs__link,
#ya-site-results .b-head-tabs__link:link,
#ya-site-results .b-head-tabs__link:visited,
#ya-site-results .b-dropdown__list .b-pseudo-link,
#ya-site-results .b-dropdowna__switcher .b-pseudo-link,
.b-popupa .b-popupa__content .b-menu__item,
#ya-site-results .b-foot__link:link,
#ya-site-results .b-copyright__link:link,
#ya-site-results .b-serp-item__mime,
#ya-site-results .b-pager :link
{
    color: #0033FF;
}

#ya-site-results :link:hover,
#ya-site-results :visited:hover,
#ya-site-results .b-pseudo-link:hover
{
    color: #FF0000 !important;
}

#ya-site-results .l-page,
#ya-site-results .b-bottom-wizard
{
    font-size: 13px;
}

#ya-site-results .b-pager
{
    font-size: 1.25em;
}

#ya-site-results .b-serp-item__text,
#ya-site-results .ad
{
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .b-serp-item__title-link,
#ya-site-results .ad .ad-link
{
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .ad .ad-link a
{
    font-weight: bold;
}

#ya-site-results .b-serp-item__title,
#ya-site-results .ad .ad-link
{
    font-size: 16px;
}

#ya-site-results .b-serp-item__title-link:link,
#ya-site-results .b-serp-item__title-link
{
    font-size: 1em;
}

#ya-site-results .b-serp-item__number
{
    font-size: 13px;
}

#ya-site-results .ad .ad-link a
{
    font-size: 0.88em;
}

#ya-site-results .b-serp-url,
#ya-site-results .b-direct .url,
#ya-site-results .b-direct .url a:link,
#ya-site-results .b-direct .url a:visited
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #329932;
}

#ya-site-results .b-serp-item__links-link
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #000000 !important;
}

#ya-site-results .b-pager__inactive,
#ya-site-results .b-serp-item__from,
#ya-site-results .b-direct__head-link,
#ya-site-results .b-image__title,
#ya-site-results .b-video__title
{
    color: #000000 !important;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-pager__select
{
    background: #E0E0E0;
}

#ya-site-results .b-foot,
#ya-site-results .b-line
{
    border-top-color: #E0E0E0;
}

#ya-site-results .b-dropdown__popup .b-dropdown__list,
.b-popupa .b-popupa__content
{
    background-color: #FFFFFF;
}

.b-popupa .b-popupa__tail
{
    border-color: #E0E0E0 transparent;
}

.b-popupa .b-popupa__tail-i
{
    border-color: #FFFFFF transparent;
}

.b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i,
.b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i
{
    border-color: transparent #FFFFFF;
}

#ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator
{
    border-color: #E0E0E0;
}

.b-specification-list,
.b-specification-list .b-pseudo-link,
.b-specification-item__content label,
.b-specification-item__content .b-link,
.b-specification-list .b-specification-list__reset .b-link
{
    color: #000000 !important;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.b-specification-item__content .b-calendar__title
{
    font-family: Arial;
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.b-specification-item__content .b-calendar-month__day_now_yes
{
    color: #E0E0E0;
}

.b-specification-item__content .b-calendar .b-pseudo-link
{
    color: #000000;
}

.b-specification-item__content
{
    font-family: Arial !important;
    font-size: 13px;
}

.b-specification-item__content :visited
{
    color: #800080;
}

.b-specification-item__content .b-pseudo-link:hover,
.b-specification-item__content :visited:hover
{
    color: #FF0000 !important;
}

#ya-site-results .b-popupa .b-popupa__tail-i
{
    background: #FFFFFF;
    border-color: #E0E0E0 !important;
}
.input {
    width: 100%;
margin: 0 !important;
cursor: text;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
border: 1px solid #7f9db9;
    border-top-color: rgb(127, 157, 185);
    border-right-color: rgb(127, 157, 185);
    border-bottom-color: rgb(127, 157, 185);
    border-left-color: rgb(127, 157, 185);
outline-style: none;
-webkit-appearance: textfield;
height: 35px;
}

#ya-site-form0 .ya-site-form__input-text {
    width: 100%;
    margin: 0 !important;
    cursor: text;
    р: border-box;
    height: 40px auto;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #7f9db9;
        border-top-color: rgb(127, 157, 185);
        border-right-color: rgb(127, 157, 185);
        border-bottom-color: rgb(127, 157, 185);
        border-left-color: rgb(127, 157, 185);
    outline-style: none;
    -webkit-appearance: textfield;
    height: 35px;
padding: 5px;
border-radius: 4px;
	}
	.global-bar {
    display: block;
    background: #808080;;
    height: 50px;
    margin-top: -50px;
    position: fixed;
    z-index: 100;
    width: 100%;
    bottom: 0;
	
}
.global-bar.active .toggle {
    background-position: 0 0;
}
.global-bar .toggle {
    width: 41px;
    height: 41px;
    overflow: hidden;
    background-image: url(/templates/Default/images/fixed-toggle-icon.png);
	
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    left: 35px;
    top: -20px;
}
.global-viewport {
    width: 1000px;
    margin: 0 auto;
}
.global-bar .buttons {
    overflow: hidden;
    float: left;
    margin-top: 8px;
}
.global-bar .links {
    overflow: hidden;
    float: left;
    margin-top: 13px;
	margin-left: 120px;
}
.global-bar .buttons li {
    float: left;
    margin-right: 8px;
}
.global-bar .buttons a {
    display: block;
    width: 140px;
    background: #F0F0F0;
    text-align: center;
    padding: 7px 0 8px;
    color: #212121;
	text-decoration: none;
}
.global-bar .buttons-call {
    overflow: hidden;
    float: right;
    margin-top: 11px;
}
.global-bar .buttons-call li {
    float: left;
    margin-right: 8px;
}
.global-bar .buttons-call a {
    display: block;
    width: 140px;
    background: #F0F0F0;
    text-align: center;
    padding: 7px 0 8px;
    color: #212121;
	text-decoration: none;
}
.nounderline {
    cursor: pointer;
}
.global-bar .links li {
    float: left;
    margin-left: 20px;
}
.global-bar .links a {
    color: #f0f0f0;
    border-color: #888;
	text-decoration: none;
}

ol, ul {
    list-style: none;
}
.widget {
    margin-bottom: 0px;
    margin-top: 5px;
    height: 40px;
	float: left;
margin-right: 5px;
}

.twitter {
	background-color:#66CCFF;
	background-position:0 0;
}
.twitter:hover {
	background-color:#66CCFF !important;
	background-position:0 -5px;
}
.facebook {
	background-color:#3A5997;
	background-position:0 0;
}
.facebook:hover {
	background-color:#3A5997 !important;
	background-position:0px -5px;
}
.youtube {
	background-color:#FF3333;
	background-position:0 0;
}
.youtube:hover {
	background-color:#FF3333 !important;
	background-position:0px -5px;
}
.rss {
	background-color:#FF9933;
	background-position:0 0;
	
}
.rss:hover {
	background-color:#FF9933 !important;
	background-position:0px -5px;
}
.social2>ul>li {
	display:block;
	float:left;
	margin-left:4px;
}
.social2>ul>li>a {
	background-image:url("../images/social/f.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:700;
	background-size: 30px;
	line-height:12px;
	padding:30px 0px 0px;
	transition:background 0.2s ease-in-out 0s,transform 0.1s ease-in-out 0s;
	width:30px;
}
.social2>ul>li:first-child {
	margin-left:0px;
}
.social2>ul>li>a>span {
	display:inline-block;
	height:0;
	overflow:hidden;
	transition:height 0.2s ease-in-out 0s;
}
.social2>ul>li>a {
	color:#FFFFFF;
	font-size:10px;
	font-weight:700;
	line-height:12px;
}
.social1>ul>li {
	display:block;
	float:left;
	margin-left:4px;
}
.social1>ul>li>a {
	background-image:url("../images/social/t.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:700;
	background-size: 30px;
	line-height:12px;
	padding:30px 0px 0px;
	transition:background 0.2s ease-in-out 0s,transform 0.1s ease-in-out 0s;
	width:30px;
}
.social1>ul>li:first-child {
	margin-left:0px;
}
.social1>ul>li>a>span {
	display:inline-block;
	height:0;
	overflow:hidden;
	transition:height 0.2s ease-in-out 0s;
}
.social1>ul>li>a {
	color:#FFFFFF;
	font-size:10px;
	font-weight:700;
	line-height:12px;
}
.social3>ul>li {
	display:block;
	float:left;
	margin-left:4px;
}
.social3>ul>li>a {
	background-image:url("../images/social/y.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:700;
	background-size: 30px;
	line-height:12px;
	padding:30px 0px 0px;
	transition:background 0.2s ease-in-out 0s,transform 0.1s ease-in-out 0s;
	width:30px;
}
.social3>ul>li:first-child {
	margin-left:0px;
}
.social3>ul>li>a>span {
	display:inline-block;
	height:0;
	overflow:hidden;
	transition:height 0.2s ease-in-out 0s;
}
.social3>ul>li>a {
	color:#FFFFFF;
	font-size:10px;
	font-weight:700;
	line-height:12px;
}
.social4>ul>li {
	display:block;
	float:left;
	margin-left:4px;
}
.social4>ul>li>a {
	background-image:url("../images/social/r.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:700;
	background-size: 30px;
	line-height:12px;
	padding:30px 0px 0px;
	transition:background 0.2s ease-in-out 0s,transform 0.1s ease-in-out 0s;
	width:30px;
}
.social4>ul>li:first-child {
	margin-left:0px;
}
.social4>ul>li>a>span {
	display:inline-block;
	height:0;
	overflow:hidden;
	transition:height 0.2s ease-in-out 0s;
}
.social4>ul>li>a {
	color:#FFFFFF;
	font-size:10px;
	font-weight:700;
	line-height:12px;
}
.share{
height:50px;
padding-top: 13px;
overflow: hidden;
}
.global-footer-new .first-column .clients, .global-footer-new .first-column .company {
    width: 135px;
    padding-right: 25px;
}
.mail-call {
position: relative;
float: right;
}
.call {
float: right;
width: 200px;
text-align: center;
position: relative;
margin-top: 12px;
margin-left: 0px;
}

.call2 {
font-weight: 600;
color: #686868;
text-align: center;
background: url(/templates/Default/images/need_help.png) no-repeat;
height: 27px;
margin-bottom: 7px;
margin-left: 7px;
}


.b-footer__section--contacts {
    text-align: right;
}
.b-footer__section--contacts, .b-footer__section--logo {
    width: 25%;
}
.b-footer__section {
    float: right;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.b-footer__contact--time {
    font-size: 16px;
    text-transform: uppercase;
}
.b-footer__contact {
    position: relative;
    margin-bottom: 10px;
}
.b-footer__contact--phone {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.b-footer__contact {
    position: relative;
    margin-bottom: 10px;
}
.b-footer__contact--button {
}
.b-footer__contact {
    position: relative;
    margin-bottom: 10px;
}
.b-footer__contact {
    position: relative;
    margin-bottom: 10px;
}
.b-footer__contact--mail {
}
.b-footer__contact {
    position: relative;
    margin-bottom: 10px;
}
.b-footer__contact--location, .b-footer__contact--web {
}
.b-footer__contact {
    position: relative;
    margin-bottom: 10px;
}
.b-footer__contact--phone a {
    color: inherit;
    text-decoration: none;
}
.b-footer__section--contacts {
    text-align: right;
	padding: 10px 0px;
}
.b-footer__menu {
    float: left;
    width: 33.3333%;
    padding: 0 10px 0px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.b-footer__menu h4{
font-size: 18px;
margin-bottom: 15px;
margin-top: 5px;
}

.b-footer__section--menus {
    width: 75%;
    padding: 10px 0px;
}
.workScheme {
    margin-bottom: 40px;
	margin: 20px auto 10px;
    width: 1000px;
}
.bef-l {
    padding: 0 60px;
    top: 30px;
	position: relative;
}
.work_scheme_heading {
    display: block;
    text-align: center;
    font-size: 23px;
    top: 33px;
    position: relative;
    color: #00AAF0;
    background: #fff;
    width: 460px;
    margin: 0 auto;
}
.workScheme table {
    width: 100%;
    text-align: center;
    }
	.line::after {
   background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#00AAF0));
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), #00AAF0);
background: -o-linear-gradient(right, rgba(0, 0, 0, 0), #00AAF0);
background: linear-gradient(to left, rgba(0, 0, 0, 0), #00AAF0);
background: -webkit-linear-gradient(to left, rgba(0, 0, 0, 0), #00AAF0);
right: -60px;
   
}
.line::after, .line::before {
    content: ' ';
    height: 5px;
    width: 60px;
    display: block;
    position: absolute;
}
.line::before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#00AAF0));
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #00AAF0);
background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #00AAF0);
background: linear-gradient(to right, rgba(0, 0, 0, 0), #00AAF0);
background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0), #00AAF0);
left: -60px;
    
}
.line {
    display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: -15px;
    height: 5px;
	background-color: #00AAF0;
	position: relative;
}
    .shortServices {
    margin: 0 auto;
}
.navigation, .shortServices {
width: 100%;
text-align: center;
border: 1px dashed #ccc;
height: 100%;
margin: 40px 0px 10px 0px;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.shortServices .breakages {
        text-align: center;
     

}

.owl-carousel {
    width: auto;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transform: translate3d(0, 0, 0);
}
.shortServices .breakages {
    text-align: center;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
	margin-top: 15px;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.shortServices .breakages a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.owl-theme .owl-nav [class*="owl-"] {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.shortServices .breakages .owl-prev {
    left: 10px;
}
.owl-prev {
    left: -5%;
    background-image: url(../images/icon_left.png);
}
.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}
.owl-theme .owl-nav [class*="owl-"] {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.shortServices .breakages .owl-next {
    right: 10px;
}
.owl-next {
    right: -5%;
   background-image: url(../images/icon_right.png);
}
.shortServices .breakages img {

    display: block;
    margin: 0 auto 10px;

}
.contacts {
    margin-top: 5px;
width: 100%;
border-spacing: 0;
}
.contacts span{
    margin: 15px 0 20px;
font-size: 1.5em;
font-weight: 600;
}
.contacts1 table{
    margin-top: 10px;
    width: 100%;
    border-spacing: 0;
}
.contacts-zag{
font-size: 1.5em;
font-weight: 600;
margin-top: 15px;
}
/*
.contactsl {
    	margin: 15px 0 30px;
width: 100%;
border-spacing: 0;
}*/
/*
.contactsl td {
    
    font-size: 1.2em;
    font-weight: 600;
}*/
.contactsl span {
    
    font-size: 0.8em;
    font-weight: 400;
}
.contacts table tr td {
    margin: 0;
}
/*.contactsl tr td {
    width: 33%;
}*/
.contactsl  td table {
    margin: 0px !important;
}

.contentLayout {
    margin: 0 auto;
    width: 920px;
    overflow: hidden;
}
/*
.contactsl .fir_str td img {
    width: 35px;
}*/
 .contactsl  .fr-fic fr-dii img{
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 0px;
    margin-right: 5px;
   width: 60%;
}

.sec_str td{
font-size: 16px;
font-weight: bold;
text-align:center;
}
.sec_str1 td{
font-size: 16px;
font-weight: normal;
text-align:left;
}
.contactsl .thi_str span{
font-size: 20px;
font-weight:bold;
}
.contactsl .thi_str td{
padding-top: 7px;
}
.contacts p{
font-size: 14px;
font-family: Verdana, Geneva, sans-serif;
}
.container p{
font-size: 14px;
font-family: Verdana, Geneva, sans-serif;
}
.navi1 {
    float: left;
    margin-top: 10px;
}
.topmenu table {
    width: 100%;
    text-align: center;
}
.bef-l {
    padding: 0 60px;
    top: 30px;
    position: relative;
}
.work_scheme_heading1 {
    display: block;
    text-align: center;
    font-size: 23px;
    top: 33px;
    position: relative;
    color: #00AAF0;
    background: #fff;
    width: 500px;
    margin: 0 auto;
}
.shortServices-model {
    text-align: center;
    padding: 50px 0px 10px 0px;
    width: auto;
}
.owl-carousel .owl-item1 {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    padding: 10px;
}
img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
	padding: 10px;
}
.item span {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999;
    width: 100%;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0px;
}
@media screen and (min-width: 1109px) and (max-width: 1210px) { 
.wrapper1 {
    max-width: 1130px;
	}
	.topblock {
    width: 200px;
	height: 184px;
	}
	.topblock .image img {
      width: 192px;
	  border:none;
	  }
	.linecut {
    width: 200px;
	}
	.topblock .cont {
     width: 195px;
	 }
	.bloc .head {
    font-size: 15px;
	line-height: 15px;
	}
	.cont .bloc {
    padding-left: 6px;
    padding-right: 6px;
	}
	#header {
    height: 224px;
	}
	.topblock .image {
    width: 198px;
	}
	.bloc .head {
    padding-top: 5px;
	}
}

@media screen and (min-width: 1141px) and (max-width: 1260px) { 
.wrapper1 {
    max-width: 1130px;
	}
	.topblock {
    width: 200px;
	height: 184px;
	}
	.topblock .image img {
      width: 192px;
	  border:none;
	  }
	.linecut {
    width: 200px;
	}
	.topblock .cont {
     width: 195px;
	 }
	.bloc .head {
    font-size: 15px;
	line-height: 15px;
	padding-top: 5px;
	}
	.cont .bloc {
    padding-left: 6px;
    padding-right: 6px;
	}
	#header {
    height: 224px;
	}
	.topblock .image {
    width: 198px;
	}
	.workScheme table img{
    width: 150px;
    
}
}
@media screen and (min-width: 1061px) and (max-width: 1140px) { 
.wrapper1 {
max-width: 1130px;
}
.wrapper {
max-width: 980px!important;
text-align: left;
margin: 0 auto;
min-width: 980px;
}
.container{
max-width: 980px!important;
text-align: left;
margin: 0 auto;
min-width: 980px;
}
.time-phone {
width: 265px;
}
.topblock {
    width: 180px;
	height: 162px;
	
	}
.topblock .image {
   width: 178px;
	height: 105px;
}
.linecut {
    width: 180px;
}
.topblock .image img {
    width: 172px;
    }
.topblock .cont {
    width: 178px;
}
.bloc .head {
    font-size: 13px;
	padding-top: 3px;
	line-height: 16px;
    }
#header {
    height: 196px;
}
#colorNav > ul > li > a {
    font-size: 15px;
    }
.poisk {
    width: 660px;
	margin: 12px 0px 0px 40px;
    }
#ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
    height: 33px;
    }

#ya-site-form1 .ya-site-form__submit{
    font-size: 12px !important;
    height: 33px;
	border-radius: 4px;
}
#colorNav li.green {
    left: 10px;
	width: 230px;
	height: 33px;
}
#toolbar3 {
    height: 55px;
    }
#colorNav > ul > li > a {
    margin: 9px 15px 5px 35px;
    }
.metro3 {
    margin-top: 12px;
}
#colorNav li ul{
	width: 230px;
	}
.workScheme table img{
    width: 140px;
    
}
}
@media screen and (min-width: 901px) and (max-width: 1060px) { 
.wrapper {
max-width: 800px;
min-width: 800px;
}
.navi li a {
padding: 0px 0px 0px 16px;
    }
.mail-call {
display: none;
}
.call2{
background-size: 95%;
margin-left: 7px;
margin-bottom: 5px;
}
.global-bar .buttons-call {
    padding-right: 10px!important;
}
.global-bar .buttons {
    padding-left: 10px!important;
}
.global-viewport {
width: 100%!important;}
.call{
width: 170px;
}
.b-footer__contact--phone {
    font-size: 20px!important;
    line-height: 1;
    font-weight: 600;
}
.uf-btn-footer-call2{
	padding: 8px 10px!important;
	font-size: 20px!important;
}

.uf-btn-feedback-header{
font-size: 16px;
padding: 10px 16px;
}
.time-phone{
margin-top: 25px;
margin-right: 30px;
}
.poisk {
width: 500px;
margin: 8px 0px 0px 40px;
}
#toolbar3 {
height: 50px;
}
.metro3 {
margin-top: 8px;
}
.wrapper1 {
max-width: 900px!important;
 }
.topblock {
width: 155px;
height: 150px;

}
.topblock .image img {
width: 147px;
}
.topblock .image {
height: 95px;
width: 147px;
}
.topblock .cont {
 width: 155px;
}
#header{
min-width: 800px;
height: 180px;
}
.linecut {
 width: 155px;
 }
.topblock .cont {
border:none;
}
.bloc .head {
line-height: 1.1em;
font-size: 13px;
font-weight: 600;
padding-top: 8px;
}
.cont .bloc{
padding-left: 1.5px;
padding-right: 1.5px;
margin: 0px;
}
.topmenu li img {
padding-top: 3px;
height: 70%;
}
.topmenu li span {
 font-size: 14px;
 padding-top: 2px;
 }
 .topmenu {
height: 30px;
}
.topmenu li a {
height: 30px;
}
.container {
max-width: 800px!important;
min-width: 800px;
}
.workScheme {
width: 800px!important;
margin-bottom: 5px;
margin-top: -15px;
}
h1 {
font-size: 1.80em;
padding: 15px 0px 15px 0px;
}
.work_scheme_heading {
font-size: 22px;
top: 23px;
}
.shortServices-model {
margin: 0px 0px 10px 0px;
height: auto;
}
h2 {
font-size: 1.7em;
padding: 10px 0px 15px 0px;
}
.workScheme table {
margin: 40px auto 0px;
}
.owl-carousel .owl-item1 {
width: 14%;
}
.bef-l {
 top: 20px;
 }
.work_scheme_heading1 {
 top: 23px;
 font-size: 22px;
 }
.shortServices-model {
 padding: 35px 0px 10px 0px;
}
.wrapp {
max-width:800px;
text-align: left;
margin: 0 auto;
min-width: 800px;
}
.b-footer__menu h4 {
 margin-bottom: 5px;
 font-size: 17px;
 margin-top: 0px;
}

 .share {
padding-top: 10px;
}   
.foontbody1 {
height: 265px;
}
.foontbody2 {
height: 0px;
}
.global-bar .links {
margin-left: 0px;
}
.global-bar .links li {
margin-left: 15px;
}
.skidka{
width: 92%;
}
.uf-wrapper-inline .uf-header {
    width: 250px!important;
}
.uf-wrapper-inline .uf-field1 {
    width: 120px!important;
}
.uf-wrapper-inline .uf-field-input1 {
    width: 120px!important;
}
.uf-wrapper-inline .uf-field-input1 .ladda-button[data-style="zoom-in"] {
    font-size: 16px!important;
    padding: 6px 20px 6px 17px!important;
}
.uf-wrapper-inline .uf-field {
    width: 160px!important;
    margin-right: 15px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 160px!important;
}
.uf-wrapper-inline .uf-header {
    width: 250px!important;
}
.uf-wrapper-inline .uf-content1 {
    font-size: 17px!important;
    line-height: 1.2em!important;
}
.uf-wrapper-inline .uf-content2 {
    font-size: 17px!important;
    line-height: 1.2em!important;
}
}
@media screen and (min-width: 831px) and (max-width: 900px) { 
.wrapper {
max-width: 750px!important;
min-width: 750px;
}
.container{
max-width: 750px!important;
min-width: 750px;
}
.uf-btn-call-skidka{
	height: 110px!important;
}
.global-viewport {
width: 100%!important;}
.workScheme {
width: 750px!important;
margin-bottom: 10px;
margin-top: 0px;
}
.global-bar .buttons {
    padding-left: 10px!important;
}
#toTop {
width: 60px;
}
.uf-btn-footer-call2{
	padding: 8px 10px!important;
	font-size: 20px!important;
}
.time-phone {
margin-right: 12px;
}
.workScheme table {
 margin: 25px auto 0px;
}
.bef-l {
top: 10px;
}
.work_scheme_heading {
 top: 13px;
 font-size: 22px;
 width: 480px;
}
.work_scheme_heading1 {
 top: 13px;
 font-size: 22px;
 width: 480px;
}
.mail-call {
display: none;
}
.navi li a {
padding: 0px 7px 0px 7px;
}
.call2{
margin-left: 1px;
background-size: 100%;
}
.call{
width: 160px;
}
.uf-btn-feedback-header{
white-space: inherit!important;	
font-size: 16px!important;
width: 150px!important;
padding: 10px 15px!important;
}
.poisk {
width: 480px;
}
#header {
 min-width: auto;
 height: 440px;
}
.wrapper1 {
max-width: 750px;
min-width: 750px;
}
.linecut {
width: 235px;
}
.b-footer__menu h4 {
font-size: 16px;
margin-bottom: 7px;
margin-top: 3px;
}
.foontbody2 {
height: 0px;
}
.foontbody {
height: 100px;
}
.b-footer__contact--phone {
font-size: 20px;
}
.global-bar .links {
margin-left: 0px;
}
.global-bar .buttons-call {
display: none;
}
h2 {
padding: 5px 0px 10px 0px;
}
.shortServices-model {
padding: 20px 0px 10px 0px;
}
.topmenu li img {
height: 60%;
}
.topmenu li span {
font-size: 14px;
}
.foontbody1 {
    height: 270px;
}
.h1{
font-size: 1.90em;
padding: 10px 0px 10px 0px;
}
.topblock{
margin: 5px 6px 5px 6px;
}
.topblock-235{
display:contents;
}
.owl-item1 {
width: 105px;
}
.skidka{
width: 92%;
}
.uf-wrapper-inline .uf-field1 {
    width: 120px!important;
}
.uf-wrapper-inline .uf-field {
    width: 150px!important;
}
.uf-wrapper-inline .uf-field-input1 {
    width: 120px!important;
}
.uf-wrapper-inline .uf-field-input1 .ladda-button[data-style="zoom-in"] {
    padding: 6px 20px 5px 11px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 140px!important;
}
.uf-wrapper-inline .uf-header {
    width: 200px!important;
}
.uf-wrapper-inline .uf-content1 {
    line-height: 1.2em!important;
}
.uf-wrapper-inline .uf-content2 {
    line-height: 1.2em!important;
}
}
@media screen and (min-width: 751px) and (max-width: 830px) { 
.wrapper {
max-width: 650px!important;
min-width: 650px;
}
.uf-btn-footer-call2 {
    padding: 8px 8px !important;
    font-size: 18px !important;
}
.b-footer__contact--address{
	font-size: 11px;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.uf-btn-call-skidka{
	height: 110px!important;
}
.container{
max-width: 650px!important;
min-width: 650px;
}
.workScheme {
width: 650px;
margin: 15px auto 10px;
}
.global-viewport{
	margin-left: 10px;
}
.wrapper1 {
max-width: 650px!important;
min-width: 650px;
}
#header {
 min-width: auto;
 height: 400px;
 }
.navi ul li:nth-child(2){
display: none;
}
.navi ul li:nth-child(3){
display: none;
}
.call2{
display: none;
}
.call{
display: none;
}
.time-phone {
display: none;
}
.time-phone-mobail {
    display: block;
}
.phone2{
display: none;	
}
.phone-skupka1{
display: none;	
}
.time{
display: none;	
}
.mail-call {
display: none;
}
.poisk {
width: 400px;
}
.topblock {
width: 200px;
height: 180px;
margin: 5px 6px 5px 6px;
}
.topblock-235{
display:contents;
}
.topblock .image img {
width: 191px;
}
.linecut {
width: 200px;
}
.topblock .cont {
width: 198px;
height:0px;
}
.topblock .image {
height: 115px;
width: 191px;
}
.bloc .head {
font-size: 16px;
padding-top: 5px;
}
.cont .bloc{
padding-left: 2px;
padding-right: 2px;
}
.topmenu li span {
font-size: 12px;
padding-top: 10px;
}
.topmenu li img {
height: 45%;
}
.topmenu {
height: 40px;
}
h1 {
font-size: 1.60em;
padding: 10px 0px 10px 0px;
}
h2{
font-size: 1.50em;
padding: 10px 0px 10px 0px;
}
.bef-l {
top: 10px;
}
.work_scheme_heading {
top: 13px;
font-size: 20px;
width: 440px;
}
.work_scheme_heading1 {
top: 13px;
font-size: 20px;
width: 440px;
}
.workScheme table {
 margin: 25px auto 0px;
}
#toTop {
width: 60px;
}
.workScheme table td img{
width: 130px;
}
.sec_str td {
font-size: 14px;
}
.owl-item1 {
width: 90px;
padding: 10px 0px 10px 15px!important;
}
.shortServices-model {
 padding: 20px 0px 10px 0px 
}
.b-footer__menu h4 {
font-size: 16px;
}
.b-footer__contact--phone {
font-size: 18px;
}
.b-footer__contact .b-footer__contact--address{
display:none;
}
.b-footer__menu {
 width: 50%;
 padding:0px;
}

.b-footer__menu {
width: 50%;
}
.b-footer__menu h4 {
margin-bottom: 5px;
}
.share {
margin-left: 490px;
position: absolute;
margin-top: 50px;
}
.widget {
margin-left: 5px;
}
.b-footer__menu:nth-child(2) {
width: 50%;
padding: 0px;
margin-top: 150px;
float: left;
position: absolute;
}
.foontbody2 {
height: 0px;
}
.foontbody1 {
height: 275px;
}
.copyright {
    margin-top: 5px;
}
.counts {
    margin-top: 5px;
}
/*.global-bar .links li:nth-child(3) {
display: none;
}*/
.global-bar .links li:nth-child(4) {
display: none;
}
.global-bar .links {
margin-left: 20px;
}
.global-bar .links li {
margin-left: 40px;
}
.skidka{
width: 91%;
}
.uf-wrapper-inline .uf-field1 {
    width: 120px!important;
    float: left!important;
   /* margin-top: 20px!important;*/
    margin-bottom: 0px!important;
}
.uf-wrapper-inline .uf-field-input1 {
    width: 120px!important;
}
.uf-wrapper-inline .uf-field-input1 .ladda-button[data-style="zoom-in"] {
    padding: 6px 20px 5px 11px!important;
}
.uf-wrapper-inline .uf-field {
    width: 140px!important;
    margin-right: 0px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 130px!important;
}
.uf-wrapper-inline .uf-header {
    width: 300px!important;
    position: absolute!important;
    height: 50px!important;
}
.uf-wrapper-inline .uf-content1 {
    line-height: 1.2em!important;
}
.uf-wrapper-inline .uf-content2 {
    line-height: 1.2em!important;
}
}
@media screen and (min-width: 681px) and (max-width: 750px) { 
.wrapper {
max-width: 600px;
min-width: 600px;
}
.container{
max-width: 600px;
min-width: 600px;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.foontbody {
    height: 120px;
}
.copyright {
    margin-top: 5px;
}
.counts {
    margin-top: 5px;
}
.copyright{
	width: 170px;
}
.uf-btn-call-skidka{
	height: 100px!important;
}
.b-footer__contact--address{
	font-size: 11px;
}
.counts{
	width: 250px;
}
.workScheme {
width: 600px;
margin: 15px auto 10px;
}
.uf-btn-footer-call2{
	padding: 5px 8px!important;
	font-size: 16px!important;
}
.call{
display: none;
}
.time-phone {
display: none;
}
.time-phone-mobail {
    display: block;
}
.global-viewport{
	margin-left: 10px;
}
.wrapper1 {
max-width: 600px;
min-width: 600px;
}
#header {
 min-width: auto;
 height: 400px;
 }
.navi ul li:nth-child(2){
display: none;
}
.navi ul li:nth-child(3){
display: none;
}

.time-phone{
	width: 180px;
	margin-top: 20px;
}
.call2{
display: none;
}
.call{
	margin-top: 20px;
	width: 100px;
}

.phone {
 font-size: 20px;}
.phone-skupka {
 font-size: 20px;}
.call2{
display: none;
}
.time{
display: none;	
}
.time-phone {
margin-right: 15px;
}
.mail-call {
display: none;
}
.poisk {
width: 330px;
}
.topblock {
width: 180px;
height: 180px;
margin: 5px;
}
.topblock-235{
display:contents;
}
.topblock .image img {
width: 171px;
}
.linecut {
width: 180px;
}
.topblock .cont {
width: 178px;
height:0px;
}
.topblock .image {
height: 115px;
width: 171px;
}
.bloc .head {
font-size: 14px;
padding-top: 5px;
}
.cont .bloc{
padding-left: 1px;
padding-right: 1px;
}
.topmenu li span {
font-size: 11px;
padding-top: 3px;
}
.topmenu li img {
height: 30%;
}
.topmenu {
height: 30px;
}
.topmenu li img {
padding-top: 6px;
}
h1 {
font-size: 1.60em;
padding: 10px 0px 10px 0px;
}
h2{
font-size: 1.50em;
padding: 10px 0px 10px 0px;
}
.bef-l {
top: 10px;
}
.work_scheme_heading {
top: 13px;
font-size: 19px;
width: 410px;
}
.work_scheme_heading1 {
top: 13px;
font-size: 19px;
width: 410px;
}
.workScheme table {
 margin: 25px auto 0px;
}
#toTop {
width: 60px;
}
.workScheme table td img{
width: 130px;
}
.sec_str td {
font-size: 14px;
}
.owl-item1 {
width: 80px;
padding: 10px!important;
}
.shortServices-model {
 padding: 20px 0px 10px 0px 
}
.b-footer__menu h4 {
font-size: 16px;
}
.b-footer__contact--phone {
font-size: 17px;
}
.b-footer__contact .b-footer__contact--address{
display:none;
}
.b-footer__menu {
 width: 50%;
 padding:0px;
}
.foontbody1 {
height: 285px;
}
.b-footer__menu {
width: 50%;
}
.b-footer__menu h4 {
margin-bottom: 5px;
}
.share {
margin-left: 440px;
position: absolute;
margin-top: 50px;
}
.widget {
margin-left: 5px;
}
.b-footer__menu:nth-child(2) {
width: 50%;
padding: 0px;
margin-top: 160px;
float: left;
position: absolute;
}
.foontbody2 {
height: 0px;
}

.global-bar .links li:nth-child(3) {
display: none;
}
.global-bar .links li:nth-child(4) {
display: none;
}
.global-bar .links {
margin-left: 0px;
}
.global-bar .links li {
margin-left: 30px;
}
.skidka{
width: 90%;
}
.b-footer__contact--time {
font-size: 15px;
 }
 .uf-wrapper-inline .uf-field1 {
    /*margin-top: 33px!important;*/
    margin-bottom: 0px!important;
	width: 120px!important;
float: left!important;
}
.uf-wrapper-inline .uf-field-input1 {
    width: 120px!important;
    height: 34px!important;
}
.uf-wrapper-inline .uf-field-input1 .ladda-button[data-style="zoom-in"] {
    padding: 3px 20px 5px 11px!important;
}
.uf-wrapper-inline .uf-field {
    width: 140px!important;
    margin-right: 0px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 130px!important;
}
.uf-wrapper-inline .uf-content1 {
    line-height: 1.2em!important;
    font-size: 17px!important;
}
.uf-wrapper-inline .uf-content2 {
    line-height: 1.2em!important;
    font-size: 17px!important;
}
.uf-wrapper-inline .uf-header {
    width: 300px!important;
    height: 50px!important;
	position: absolute!important;
	
}
/*.uf-wrapper-inline {
    margin: -20px 0!important;
}*/
}
@media screen and (min-width: 621px) and (max-width: 680px) { 
.wrapper {
max-width: 550px!important;
min-width: 550px;
}
.container{
max-width: 550px!important;
min-width: 550px;
}
.b-footer__contact--address{
	display: none;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.uf-btn-call-skidka{
	height: 100px!important;
}
.foontbody {
    height: 120px;
}
.copyright {
    width: 170px;
	margin-top: 5px;
}
.global-viewport{
	margin-left: 10px;
}
.counts {
    width: 250px;
	margin-top: 5px;
    }
.uf-btn-footer-call2 {
    padding: 5px 3px !important;
    font-size: 16px !important;
}
.time{
display: none;	
}
.call{
display: none;
}

.call2{
display: none;
}
.time-phone {
display: none;
}
.time-phone-mobail {
    display: block;
}
.workScheme {
width: 550px!important;
margin: 20px auto 10px;
}
.wrapper1 {
max-width: 550px;
min-width: 550px;
}
#header {
 min-width: auto;
 height: 337px;
 }
.navi ul li:nth-child(2){
display: none;
}
.navi ul li:nth-child(3){
display: none;
}
.navi ul li:nth-child(4){
display: none;
}
.logo a img{
height: 90%;
}
.call2{
display: none;
}
.call{
	margin-top: 16px;
	width: 100px;
}

.time{
display: none;	
}
#toolbar1 {
height: 90px;
}
.call2{
display: none;
}
.time-phone {
margin-right: 0px;
margin-top: 15px;
width: 200px;
}
.phone{
	font-size: 20px;
}
.phone-skupka{
	font-size: 20px;
}
.mail-call {
display: none;
}
.poisk {
width: 280px;
margin: 10px 0px 0px 40px;
}
#toolbar3 {
height: 54px;
}
.metro3 {
margin-top: 10px;
}
.topblock {
width: 165px;
height: 150px;
margin: 5px;
}
.topblock-235{
display:contents;
}
.topblock .image img {
width: 156px;
}
.linecut {
width: 165px;
}
.topblock .cont {
width: 163px;
height:0px;
}
.topblock .image {
height: 100px;
width: 156px;

}
.bloc .head {
font-size: 13px;
padding-top: 2px;
line-height: 1.0em;
}
.topmenu li a {
padding: 0px 10px 0px 15px;
}
.cont .bloc{
padding-left: 0px;
padding-right: 1px;
}
.topmenu li span {
font-size: 11px;
padding-top: 3px;
margin-left: 5px;
}
.topmenu li img {
height: 25%;
padding-top: 6px;
}
.topmenu {
height: 30px;
}
h1 {
font-size: 1.50em;
padding: 8px 0px 8px 0px;
}
h2{
font-size: 1.40em;
padding: 8px 0px 8px 0px;
}
.bef-l {
top: 0px;
}
.work_scheme_heading {
 top: 3px;
 font-size: 20px;
 width: 400px;
}
.work_scheme_heading1 {
 top: 3px;
 font-size: 20px;
 width: 430px;
}
.workScheme table {
 margin: 10px auto 0px;
}
.sec_str3 td {
 font-size: 12px;
 line-height: 1.2;
}
#toTop {
width: 60px;
}
.workScheme2 table td img{
width: 110px;
margin: 35px 0px 10px 10px;
}
.sec_str td {
font-size: 14px;
}
.owl-item1 {
width: 70px;
padding: 10px!important;
}
.shortServices-model {
 padding: 20px 0px 10px 0px 
}
.b-footer__menu h4 {
font-size: 16px;
}
.b-footer__contact--phone {
font-size: 16px;
}
.b-footer__contact .b-footer__contact--address{
display:none;
}
.b-footer__menu {
 width: 50%;
 padding:0px;
}
.foontbody1 {
height: 310px;
}
.b-footer__menu {
width: 50%;
}
.b-footer__menu h4 {
margin-bottom: 5px;
}
.share {
margin-left: 388px;
position: absolute;
margin-top: 50px;
}
.widget {
margin-left: 5px;
}
.b-footer__menu:nth-child(2) {
width: 50%;
padding: 0px;
margin-top: 185px;
float: left;
position: absolute;
}
.foontbody2 {
height: 0px;
}

.global-bar .links li:nth-child(3) {
display: none;
}
.global-bar .links li:nth-child(4) {
display: none;
}
.global-bar .links {
margin-left: 0px;
}
.global-bar .links li {
margin-left: 20px;
}
.skidka{
width: 90%;
}
.workScheme2 {
display: contents;
width: 550px;
margin: 0px auto 10px;
}
.workScheme {
 display: none;
}
.workScheme-mobail{
	display: block;
}
.b-footer__contact--time {
font-size: 14px;
 }
 .workScheme3 {
 display: contents;
 width: 550px;
margin: 20px auto 10px;
}
.workScheme2 table {
 margin: 10px auto 10px;
 position: relative;
 padding-bottom: 10px;
}
.sec_str{
font-size: 16px;
font-weight: bold;
text-align: center;
position: absolute;
width: 50%;
top: 10px;
}
.sec_str3{
width: 100%;
font-size: 14px;
font-weight: normal;
text-align: center;
position: relative;
bottom: 0px;
float: left;
}
.gradient-demo1::before {
    /* Градиент */
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #00AAF0));
    background: -webkit-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: linear-gradient(to right, #ffffff 0%, #00AAF0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00AAF0', GradientType=1);
    content: "";
    display: block;
    /* Вместо толщины */
    height: 3px;
    width: 100%;
}
.gradient-demo::before {
    /* Градиент */
    background: #ffffff;
    background: -moz-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -webkit-gradient(linear, right top, right top, color-stop(0%, #ffffff), color-stop(100%, #00AAF0));
    background: -webkit-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -o-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -ms-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: linear-gradient(to left, #ffffff 0%, #00AAF0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00AAF0', GradientType=1);
    content: "";
    display: block;
    /* Вместо толщины */
    height: 3px;
    width: 100%;
}
.skidka{
width: 90%;
}
.b-footer__contact--time {
font-size: 15px;
 }
 .uf-wrapper-inline .uf-field1 {
    margin-top: 33px!important;
    margin-bottom: 0px!important;
	width: 120px!important;
float: left!important;
}
.uf-wrapper-inline .uf-field-input1 {
    width: 120px!important;
    height: 34px!important;
}
.uf-wrapper-inline .uf-field-input1 .ladda-button[data-style="zoom-in"] {
    padding: 3px 20px 5px 11px!important;
}
.uf-wrapper-inline .uf-field {
    width: 140px!important;
    margin-right: 0px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 130px!important;
}
.uf-wrapper-inline .uf-content1 {
    line-height: 1.2em!important;
    font-size: 17px!important;
}
.uf-wrapper-inline .uf-content2 {
    line-height: 1.2em!important;
    font-size: 17px!important;
}
.uf-wrapper-inline .uf-header {
    width: 200px!important;
    height: 50px!important;
	position: absolute!important;
}
.uf-wrapper-inline {
    margin: -20px 0!important;
}
}
@media screen and (min-width: 101px) and (max-width: 620px) { 
.wrapper {
max-width: 540px!important;
min-width: 540px;
}
.workScheme-mobail{
	display: block;
}
.container{
max-width: 540px!important;
min-width: 540px;
}
.call{
display: none;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.global-viewport{
	margin-left: 10px;
}
.uf-btn-call-skidka{
	height: 110px!important;
}
.uf-btn-footer-call2{
	padding: 5px 3px!important;
	font-size: 16px!important;
}
.call2{
display: none;
}
.copyright{
	width: 170px;
	margin-top: 5px;
}
.counts {
    width: 250px;
	margin-top: 5px;
}
.b-footer__contact--address{
	display: none;
}
.time-phone {
display: none;
}
.time-phone-mobail {
    display: block;
}
.workScheme {
width: 540px!important;
margin: 20px auto 10px;
}
.wrapper1 {
max-width: 540px!important;
min-width: 540px;
}
#header {
 min-width: auto;
 height: 337px;
 }
.navi ul li:nth-child(2){
display: none;
}
.navi ul li:nth-child(3){
display: none;
}
.navi ul li:nth-child(4){
display: none;
}
.logo a img {
 height: 90%;
}
#toolbar1 {
height: 90px;
}
.call{
display: none;
}
.time-phone {
margin-right: 0px;
width: 250px;
margin-top: 10px;
}
.mail-call {
display: none;
}
.poisk {
width: 280px;
margin: 10px 0px 0px 40px;
}
#toolbar3 {
height: 54px;
}
.metro3 {
margin-top: 10px;
}
.topblock {
width: 165px;
height: 150px;
margin: 5px;
}
.topblock-235{
display:contents;
}
.topblock .image img {
width: 156px;
}
.linecut {
width: 165px;
}
.topblock .cont {
width: 163px;
height:0px;
}
.topblock .image {
height: 100px;
width: 156px;
}
.bloc .head {
font-size: 13px;
padding-top: 2px;
line-height: 1.0em;
}
.topmenu li a {
padding: 0px 10px 0px 10px;
}
.cont .bloc{
padding-left: 0px;
padding-right: 1px;
}
.topmenu li span {
font-size: 11px;
padding-top: 0px;
margin-left: 5px;
}
.topmenu li img {
height: 25%;
padding-top: 3px;
}
.topmenu {
height: 25px;
}
h1 {
font-size: 1.50em;
padding: 8px 0px 8px 0px;
}
h2{
font-size: 1.40em;
padding: 8px 0px 8px 0px;
}
.bef-l {
top: 0px;
}
.work_scheme_heading {
 top: 3px;
 font-size: 20px;
 width: 400px;
}
.work_scheme_heading1 {
 top: 3px;
 font-size: 20px;
 width: 430px;
}
.workScheme table {
 margin: 10px auto 0px;
}
.sec_str3 td {
 font-size: 12px;
 line-height: 1.2;
}
#toTop {
width: 60px;
}
.workScheme2 table td img{
width: 110px;
margin: 35px 0px 10px 10px;
}
.sec_str td {
font-size: 14px;
}
.owl-item1 {
width: 70px;
padding: 10px!important;
}
.shortServices-model {
 padding: 20px 0px 10px 0px 
}
.b-footer__menu h4 {
font-size: 16px;
}
.b-footer__contact--phone {
font-size: 16px;
}
.b-footer__contact .b-footer__contact--address{
display:none;
}
.b-footer__menu {
 width: 48%;
 padding:0px;
}
.foontbody1 {
height: 320px;
}
.b-footer__menu {
width: 50%;
padding-right: 10px;
}
.b-footer__menu h4 {
margin-bottom: 5px;
}
.share {
margin-left: 388px;
position: absolute;
margin-top: 50px;
}
.widget {
margin-left: 5px;
}
.b-footer__menu:nth-child(2) {
width: 50%;
padding: 0px;
margin-top: 195px;
float: left;
position: absolute;
}
.foontbody2 {
height: 0px;
}
.foontbody {
height: 120px;
}
.global-bar .links li:nth-child(3) {
display: none;
}
.global-bar .links li:nth-child(4) {
display: none;
}
.global-bar .links {
margin-left: 0px;
}
.global-bar .links li {
margin-left: 20px;
}
.skidka{
width: 89%!important;
}
.workScheme2 {
display: contents;
width: 550px;
margin: 0px auto 10px;
}
.workScheme {
 display: none;
}
.b-footer__contact--time {
font-size: 14px;
 }
 .workScheme3 {
 display: contents;
 width: 550px;
margin: 20px auto 10px;
}
.workScheme2 table {
 margin: 10px auto 10px;
 position: relative;
 padding-bottom: 10px;
}
.sec_str{
font-size: 16px;
font-weight: bold;
text-align: center;
position: absolute;
width: 50%;
top: 10px;
}
.sec_str3{
width: 100%;
font-size: 14px;
font-weight: normal;
text-align: center;
position: relative;
bottom: 0px;
float: left;
}
.gradient-demo1::before {
    /* Градиент */
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #00AAF0));
    background: -webkit-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: linear-gradient(to right, #ffffff 0%, #00AAF0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00AAF0', GradientType=1);
    content: "";
    display: block;
    /* Вместо толщины */
    height: 3px;
    width: 100%;
}
.gradient-demo::before {
    /* Градиент */
    background: #ffffff;
    background: -moz-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -webkit-gradient(linear, right top, right top, color-stop(0%, #ffffff), color-stop(100%, #00AAF0));
    background: -webkit-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -o-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -ms-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: linear-gradient(to left, #ffffff 0%, #00AAF0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00AAF0', GradientType=1);
    content: "";
    display: block;
    /* Вместо толщины */
    height: 3px;
    width: 100%;
}
/*форма со скидкой*/
.uf-wrapper-inline {
    margin: 10px 0px 0px 0px!important;
}
.uf-wrapper-inline .uf-header {
    width: 480px!important;
	/*margin-top: -20px!important;*/
}
.uf-wrapper-inline .uf-field {
    margin-top: 0px!important;
	margin-bottom: 0px!important;
	position: relative!important;
	float: left!important;
}
.uf-wrapper-inline .uf-content1 {
    float: left!important;
}
.uf-wrapper-inline .uf-content2 {
    float: right!important;
	line-height: 1.2!important;
font-size: 17px!important;
}
.uf-wrapper-inline .uf-field1 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    float: right!important;
}
.uf-wrapper-inline .uf-field1 {
width: 120px!important;}
.uf-wrapper-inline .uf-field {
    width: 140px!important;
    margin-right: 0px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 130px!important;
}
.uf-wrapper-inline .uf-header {
    height: 50px!important;
	position: absolute!important;
}
.uf-wrapper-inline .uf-field-input1 .ladda-button[data-style="zoom-in"] {
    padding: 3px 20px 5px 11px!important;
}
.uf-wrapper-inline .uf-field-input1 {
    width: 120px!important;
    height: 34px!important;
}
}
@media screen and (min-width: 101px) and (max-width: 600px) { 
.wrapper {
max-width: 540px!important;
min-width: 540px;
}
.workScheme-mobail{
	display: block;
}
.global-viewport{
	margin-left: 10px;
}
.container{
max-width: 540px!important;
min-width: 540px;
}
.uf-btn-footer-call2 {
    padding: 5px 3px !important;
    font-size: 16px !important;
}
.b-footer__contact--address{
	display: none;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.call{
display: none;
}
.uf-btn-call-skidka{
	height: 110px!important;
}
.call2{
display: none;
}
.time-phone {
display: none;
}
.menu {
    display: block;
    padding-top: 3px;
}
.time-phone-mobail {
    display: block;
}
.container{
max-width: 95%!important;
min-width: 95%;
}
.workScheme {
width: 95%;
margin: 20px auto 10px;
}
.wrapper1 {
max-width: 95%!important;
min-width: 95%;
}
#header {
 min-width: auto;
 height: 337px;
 }
.navi ul li:nth-child(2){
display: none;
}
.navi ul li:nth-child(3){
display: none;
}
.navi ul li:nth-child(4){
display: none;
}
.logo a {
    display: block;
    margin: 0px;
   
}

.call{
display: none;
}
.time-phone {
margin-right: 0px;
width: 250px;
margin-top: 10px;
}
.mail-call {
display: none;
}
.poisk {
width: 280px;
margin: 4px 0px 0px 40px;
}
#toolbar3 {
height: 52px;
}
.metro3 {
margin-top: 10px;
}
.topblock {
width: 165px;
height: 150px;
margin: 5px;
}
.topblock-235{
display:contents;
}
.topblock .image img {
width: 156px;
}
.linecut {
width: 165px;
}
.topblock .cont {
width: 163px;
height:0px;
}
.topblock .image {
height: 100px;
width: 156px;
}
.bloc .head {
font-size: 13px;
padding-top: 2px;
line-height: 1.0em;
}
.topmenu li a {
padding: 0px 0px 0px 10px;
}
.cont .bloc{
padding-left: 0px;
padding-right: 1px;
}
.topmenu li span {
font-size: 11px;
padding-top: 0px;
margin-left: 5px;
}
.topmenu li img {
    height: 35%;
    padding-top: 5px;
	display: block;
margin: 0 auto;
float: none;
}
.topmenu {
height: 45px;
}
h1 {
font-size: 1.50em;
padding: 8px 0px 8px 0px;
}
h2{
font-size: 1.40em;
padding: 8px 0px 8px 0px;
}
.bef-l {
top: 0px;
}
.work_scheme_heading {
 top: 3px;
 font-size: 20px;
 width: 400px;
}
.work_scheme_heading1 {
 top: 3px;
 font-size: 20px;
 width: 430px;
}
.workScheme table {
 margin: 10px auto 0px;
}
.sec_str3 td {
 font-size: 12px;
 line-height: 1.2;
}
#toTop {
width: 60px;
}
.workScheme2 table td img{
width: 110px;
margin: 35px 0px 10px 10px;
}
.sec_str td {
font-size: 14px;
}
.owl-item1 {
width: 65px;
padding: 10px!important;
}
.shortServices-model {
 padding: 20px 0px 10px 0px 
}
.b-footer__menu h4 {
font-size: 16px;
}
.b-footer__contact--phone {
font-size: 16px;
}
.b-footer__contact .b-footer__contact--address{
display:none;
}
.b-footer__menu {
width: 50%;
padding-right: 10px;
}
.foontbody1 {
height: 320px;
}
.b-footer__menu {
width: 50%;
padding-right: 10px;
}
.b-footer__menu h4 {
margin-bottom: 5px;
}
.share {
margin-left: 388px;
position: absolute;
margin-top: 50px;
}
.widget {
margin-left: 5px;
}
.b-footer__menu:nth-child(2) {
width: 50%;
padding: 0px;
margin-top: 195px;
float: left;
position: absolute;
}
.foontbody2 {
height: 0px;
}
.foontbody {
height: 120px;
}
.global-bar .links li:nth-child(3) {
display: none;
}
.global-bar .links li:nth-child(4) {
display: none;
}
.global-bar .links {
margin-left: 0px;
}
.global-bar .links li {
margin-left: 20px;
}
.skidka{
width: 89%!important;
}
.workScheme2 {
display: contents;
width: 550px;
margin: 0px auto 10px;
}
.workScheme {
 display: none;
}
.b-footer__contact--time {
font-size: 14px;
 }
 .workScheme3 {
 display: contents;
 width: 550px;
margin: 20px auto 10px;
}
.workScheme2 table {
 margin: 10px auto 10px;
 position: relative;
 padding-bottom: 10px;
}
.sec_str{
font-size: 16px;
font-weight: bold;
text-align: center;
position: absolute;
width: 50%;
top: 10px;
}
.sec_str3{
width: 100%;
font-size: 14px;
font-weight: normal;
text-align: center;
position: relative;
bottom: 0px;
float: left;
}
.gradient-demo1::before {
    /* Градиент */
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #00AAF0));
    background: -webkit-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #00AAF0 100%);
    background: linear-gradient(to right, #ffffff 0%, #00AAF0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00AAF0', GradientType=1);
    content: "";
    display: block;
    /* Вместо толщины */
    height: 3px;
    width: 100%;
}
.gradient-demo::before {
    /* Градиент */
    background: #ffffff;
    background: -moz-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -webkit-gradient(linear, right top, right top, color-stop(0%, #ffffff), color-stop(100%, #00AAF0));
    background: -webkit-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -o-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: -ms-linear-gradient(right, #ffffff 0%, #00AAF0 100%);
    background: linear-gradient(to left, #ffffff 0%, #00AAF0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00AAF0', GradientType=1);
    content: "";
    display: block;
    /* Вместо толщины */
    height: 3px;
    width: 100%;
}
.stky-phone {
    display: block;
    background-color: #00AAF0;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    padding: 8px 0;
    border-bottom: 2px solid #00AAF0;
    line-height: 1;
    position: relative;
	color: #fff;
text-align: center;
}
.menu {
display: block;
padding-top: 3px;
}
.menu1 {
display: block;

}
#comagic_phone6{
display: block;
}
.menu__icon{
    display: inline-block;
	margin-right: 10px;
	  }
.menu__icon1{
display: inline-block;
margin-right: 10px;
width: 100%;
height: auto;
top: 8px;
position: relative;
}
.menu__icon img{
width: 33px;
margin: 0 0px;
cursor: pointer;
outline: none;
border: none;
}	  
.menu__icon1 img{
width: 33px;
margin: 0 8px;
cursor: pointer;
outline: none;
border: none;
}	 
  .menu__links {
    position: relative;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 0px;
    background-color: #F0F0F0;
    z-index: 1000;
    overflow: auto;
	margin-left: -15px;
margin-right: -15px;
  }

.menu__links-item{
display: block;
text-align: center;
color: #808080;
border-bottom: 1px solid #808080;
padding: 0px;
font-weight: bold;
text-decoration:none;
  }
.menu__links-item:hover {
	background-color:#808080;
	color:#F0F0F0;
	text-decoration:none;
}
#colorNav .menu__links-item:hover {
	background-color:#F0F0F0;
	color:#F0F0F0;
	text-decoration:none;
}
.navi {
display: none;
   }

.navi1 {
margin-left: 10px;
z-index: 99999;
}
.phone {
font-size: 20px;
line-height: 0.3;
}
.phone-skupka{
font-size: 20px;
}
.time-phone {
margin-top: 3px;
}
#back-top{
position:fixed;
display:none;
left: 0;
width:100%;
overflow: auto;
z-index: 1500;
top: 0px;
}
.poisk{
display:none;
}
#colorNav li.green {
width: 100%;
/*margin-top: 2%;*/
}
#colorNav li ul{
margin: 0 0 5px 0;
}

.metro3{
width: 100%;
    position: relative;
    padding-top: 8px;
    margin-top: 0px;

}
#colorNav li ul {
    width: 100%;
}
#colorNav li ul li:first-child {
    margin-top: 15px;
    position: relative;
}

#colorNav > ul {
    width: 100%;
    margin: 0 auto;
}
#colorNav > ul > li > a {
color: inherit;
text-decoration: none !important;
font-size: 16px;
position: relative;
display: block;
text-align: center;
padding: 0px;
font-weight: bold;
text-decoration: none;
}
.menu__links-title{
color: inherit;
text-decoration: none !important;
font-size: 16px;
position: relative;
display: block;
text-align: center;
padding: 0px;
font-weight: bold;
text-decoration: none;
top: 8px;
}

/*форма со скидкой*/
.uf-wrapper-inline {
    margin: 10px 0px 0px 0px!important;
}
.uf-wrapper-inline .uf-header {
    width: 480px!important;
	/*margin-top: -20px!important;*/
}
.uf-wrapper-inline .uf-field {
    margin-top: 0px!important;
	margin-bottom: 0px!important;
	position: relative!important;
	float: left!important;
}
.uf-wrapper-inline .uf-content1 {
    float: left!important;
}
.uf-wrapper-inline .uf-content2 {
    float: right!important;
	line-height: 1.2!important;
font-size: 17px!important;
}
.uf-wrapper-inline .uf-field1 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    float: right!important;
}
.uf-wrapper-inline .uf-field1 {
width: 120px!important;}
.uf-wrapper-inline .uf-field {
    width: 140px!important;
    margin-right: 0px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 130px!important;
}
.uf-wrapper-inline .uf-header {
    height: 50px!important;
	position: absolute!important;
}
.uf-wrapper-inline .uf-field-input1 .ladda-button[data-style="zoom-in"] {
    padding: 3px 20px 5px 11px!important;
}
.uf-wrapper-inline .uf-field-input1 {
    width: 120px!important;
    height: 34px!important;
}
	}
	
@media screen and (min-width: 101px) and (max-width: 567px) {
.wrapper {
max-width: 480px!important;
min-width: 480px;
}
.b-footer__section--menus {
    width: 60%;
    padding: 5px 0px;
}
.workScheme-mobail{
	display: block;
}
.b-footer__section {
    float: right;
}
.metro3{
width: 100%;
    position: relative;
    padding-top: 8px;
    margin-top: 0px;

}


#colorNav li ul {
    width: 100%;
	margin: 0 0 5px 0;
}
#colorNav li ul li:first-child {
    margin-top: 15px;
    position: relative;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.global-viewport{
	margin-left: 10px;
}
.b-footer__section {
    float: right;
}
.uf-btn-call-skidka{
	height: 110px!important;
}
.container{
max-width: 480px!important;
min-width: 480px;
}
.b-footer__section--contacts, .b-footer__section--logo {
    width: 40%;
}
.uf-btn-footer-call2 {
    padding: 8px 8px !important;
    font-size: 18px !important;
}
.topblock {
width: 150px;
height: 145px;
margin: 5px 5px 5px 5px;}
.topblock .image {
height: 90px;
width: 140px;}
.linecut {
width: 150px;}
.topblock .cont {
width: 148px; }
.topblock .image img {
width: 140px;}
.cont .bloc {
margin: 2px;}
#header {
min-width: auto;
height: 325px;}
	.call{
display: none;
}
.call2{
display: none;
}
.time-phone {
display: none;
}
.phone-time-phone-mobail {
    display: block!important;
	font-size: 18px !important;
margin-bottom: 10px !important;
}
.uf-wrapper-inline .uf-header {
    width: 420px !important;
    /*margin-top: -20px !important;*/
}
.uf-btn-feedback-header{
padding: 8px 14px!important;
font-size: 16px!important;
}	
.b-footer__menu {
width: 100%;}
.b-footer__menu:nth-child(2) {
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    float: left;
    position: relative;
}
#menu-footer_1{
	margin: 0 0 10px 0em;
	}
.foontbody1 {
    height: 425px;
}
.global-bar{
	margin-bottom: 0px;
}
.foontbody {
    height: 110px;
}
.copyright{
	width: 150px;
	margin-top: 0px;
	position: absolute;
}
.counts {
    width: 250px;
margin-top: 0px;
position: absolute;
right: 15px;
}

.b-footer__menu {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
}
.share {
    margin-left: 330px;
    position: absolute;
    margin-top: 220px;
}
	}
	
@media screen and (min-width: 101px) and (max-width: 510px) {
.wrapper {
max-width: 430px!important;
min-width: 430px;
}
.work_scheme_heading-mobail {
top: 3px;
font-size: 20px;
width: auto;
}

.container{
max-width: 430px!important;
min-width: 430px;
}	

.global-viewport{
	margin-left: 10px;
}
.workScheme-mobail{
	display: block;
}
.metro3{
width: 100%;
    position: relative;
    padding-top: 8px;
    margin-top: 0px;

}
.topblock-mobail {
    width: 100%;
    margin-top: 00px;
}
#colorNav li ul {
    width: 100%;
	margin: 0 0 5px 0;
}
#colorNav li ul li:first-child {
    margin-top: 15px;
    position: relative;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
img.fr-dii{
	display: block!important;
margin: 0 auto!important;
float: none!important;
}
.share {
margin-left: 280px;}
.topblock {
width: 130px;
margin: 5px 5px 5px 5px;}
.topblock .image {
height: 90px;
width: 125px;}
.linecut {
width: 130px;}
.topblock .cont {
width: 128px; }
.topblock .image img {
width: 125px;}
.cont .bloc {
margin: 2px;}
#header {
min-width: auto;
height: 325px;}
.time {
display: none;}	
.time-phone {
width: 180px;
margin-top: 12px;}
.call{
display: none;
}
.call2{
display: none;
}
.time-phone {
display: none;
}
.phone-time-phone-mobail {
    display: block!important;
	font-size: 16px!important;
	margin-bottom: 10px!important;
}
.uf-btn-feedback-header{
padding: 5px 10px!important;
font-size: 14px!important;
}
.logo a img {
    border: 0 none;
    height: 80%;
}
#toolbar1 {
height: 80px;}
.topmenu li span {
font-size: 10px;}
.work_scheme_heading1 {
    top: 3px;
    font-size: 20px;
    width: auto;
}
.shortServices-model {
    padding: 5px 0px 10px 0px;
}
/*форма со скидкой*/
.skidka {
    width: 85% !important;
}
.uf-wrapper-inline {
    margin: 10px 0px 0px 0px!important;
}
.uf-wrapper-inline .uf-header {
    width: 170px!important;
	/*margin-top: -25px!important;*/
}
.uf-wrapper-inline .uf-field {
    margin-top: 0px!important;
	margin-bottom: 0px!important;
	position: relative!important;
	float: right!important;
}
.uf-wrapper-inline .uf-content1 {
    float: left!important;
}
.uf-wrapper-inline .uf-content2 {
    float: left!important;
	line-height: 1.2!important;
font-size: 20px!important;
}
.uf-wrapper-inline .uf-field1 {
    margin-top: 70px !important;
    margin-bottom: 0px !important;
    float: left !important;
}
.uf-wrapper-inline .uf-field1 {
width: 120px!important;}
.uf-wrapper-inline .uf-field {
    width: 160px!important;
    margin-right: 0px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 150px!important;
}
.uf-wrapper-inline .uf-header {
    height: 50px!important;
	position: absolute!important;
}
.uf-wrapper-inline .uf-field-input1 .ladda-button[data-style="zoom-in"] {
    padding: 3px 20px 5px 11px!important;
}
.uf-wrapper-inline .uf-field-input1 {
    width: 120px!important;
    height: 34px!important;
}
.uf-btn-call-skidka{
	height: 170px!important;
}
	}
@media screen and (min-width: 101px) and (max-width: 460px) {	
.wrapper {
max-width: 400px!important;
min-width: 400px;
}
.work_scheme_heading-mobail {
top: 3px;
font-size: 20px;
width: auto;
}

.container{
max-width: 400px!important;
min-width: 400px;
}
.topblock-mobail {
    width: 100%;
    margin-top: 00px;
}
.workScheme-mobail{
	display: block;
}
.metro3{
width: 100%;
    position: relative;
    padding-top: 8px;
    margin-top: 0px;

}
#colorNav li ul {
    width: 100%;
	margin: 0 0 5px 0;
}
#colorNav li ul li:first-child {
    margin-top: 15px;
    position: relative;
}
.topmenu {
    display: none;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.share {
    margin-left: 250px;
    position: absolute;
    margin-top: 230px;
}
.global-viewport{
	margin-left: 10px;
}
.uf-btn-footer-call2 {
    padding: 5px 3px !important;
    font-size: 16px !important;
}
.foontbody1 {
	height:435px;
}
.foontbody {
    height: 115px;
}
h1 {
    font-size: 1.40em;
    padding: 8px 0px 8px 0px;
}
.copyright{
	margin-top: 5px;
}
.counts {
    margin-top: 5px;
    
}
.time-phone {
width: 150px;}
.phone {
font-size: 16px;}
.phone-skupka {
font-size: 16px;}
.topblock {
width: 110px;
margin: 5px 5px 5px 5px;
height: 120px;}
.topblock .image {
height: 70px;
width: 105px;}
.linecut {
width: 110px;}
.topblock .cont {
width: 108px; }
.topblock .image img {
width: 105px;}
.cont .bloc {
margin: 2px;}
#header {
min-width: auto;
height: 275px;}
.time{
display: none;
}
.time-phone {
    margin-top: 10px;
}
.call{
display: none;
}
.call2{
display: none;
}
.time-phone {
display: none;
}
.time-phone-mobail {
    display: block;
}
}
	
@media screen and (min-width: 101px) and (max-width: 450px) {
.wrapper {
max-width: 400px!important;
min-width: 400px;
}
.work_scheme_heading-mobail {
top: 3px;
font-size: 20px;
width: auto;
}

.workScheme-mobail{
	display: block;
}
.topblock-mobail {
    width: 100%;
    margin-top: 00px;
}
.container{
max-width: 400px!important;
min-width: 400px;
}
.global-viewport{
	margin-left: 10px;
}
.metro3{
width: 100%;
    position: relative;
    padding-top: 8px;
    margin-top: 0px;

}
#colorNav li ul {
    width: 100%;
	margin: 0 0 5px 0;
}
#colorNav li ul li:first-child {
    margin-top: 15px;
    position: relative;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.topblock {
width: 110px;
margin: 5px 5px 5px 5px;
height: 120px;}
.topblock .image {
height: 70px;}
.linecut {
width: 110px;}
.topblock .cont {
width: 108px; }
.topblock .image img {
width: 105px;}
.cont .bloc {
margin: 2px;}
#header {
   height: 275px;
   min-width: auto;
}
	.call{
display: none;
}
.call2{
display: none;
}
.time-phone {
display: none;
}
.time-phone-mobail {
    display: block;
}
	
	}
@media screen and (min-width: 101px) and (max-width: 430px) {
.wrapper {
max-width: 370px!important;
min-width: 370px;
}
.topblock-mobail {
    width: 100%;
    margin-top: 00px;
}
.work_scheme_heading-mobail {
top: 3px;
font-size: 20px;
width: auto;
}

.container{
max-width: 370px!important;
min-width: 370px;
}
.contactsl{
	display: none;
}
.workScheme-mobail{
	display: block;
}
.metro3{
width: 100%;
    position: relative;
    padding-top: 8px;
    margin-top: 0px;

}
#colorNav li ul {
    width: 100%;
	margin: 0 0 5px 0;
}
#colorNav li ul li:first-child {
    margin-top: 15px;
    position: relative;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.logo a img {
    border: 0 none;
    height: 70%;
}
.copyright {
    width: 100%!important;
    margin-bottom: 0;
    position: absolute;
    
}
.global-viewport{
	margin-left: 10px;
}
.counts {
    width: 370px;
    position: absolute;
    float: left;
    text-align: left;
    right: inherit;
    margin-top: 45px;
}
.foontbody {
    height: 140px;
}
.share {
    margin-left: 220px;
    position: absolute;
    margin-top: 240px;
}
.foontbody1 {
    height: 480px;
}

.uf-btn-feedback-header{
	padding: 4px 8px;
	font-size: 13px;
}
.phone-time-phone-mobail{
font-size: 14px;
margin-top: 5px;
	}
	#toolbar1 {
    height: 75px;}
	.topblock {
        height: 120px;
}
#header {
   height: 275px;
}
	}
	
	
@media screen and (min-width: 101px) and (max-width: 394px) {
.wrapper {
max-width: 330px!important;
min-width: 330px;
}
.work_scheme_heading-mobail {
top: 3px;
font-size: 20px;
width: auto;
}

.container{
max-width: 330px!important;
min-width: 330px;
}
.metro3{
width: 100%;
    position: relative;
    padding-top: 8px;
    margin-top: 0px;

}
.topblock-mobail {
    width: 100%;
    margin-top: 00px;
}
.workScheme-mobail{
	display: block;
}
#colorNav li ul {
    width: 100%;
	margin: 0 0 5px 0;
}
#colorNav li ul li:first-child {
    margin-top: 15px;
    position: relative;
}
.contactsl{
	display: none;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.global-viewport{
	margin-left: 10px;
}
.global-bar .links li:nth-child(2) {
    display: none;
}
ul .disc{
	margin: 0;
}

.b-footer__section--contacts {
    text-align: left;
    padding: 10px 0px 0px 0px;
}
.b-footer__contactsList{
	margin: 0;
}
.menu-phone-mobail{
    display: block;
    position: absolute;
    font-size: 18px;
    padding-top: 12px;
    color: #fff;
    padding-left: 40%;
    font-weight: bold;
    font-family: "PT Sans Web Regular";
    line-height: 0.6;
}
.uf-btn-footer-call2 {
    padding: 12px 20px!important;
    font-size: 22px !important;
}
.b-footer__contact--address {
    display: block;
}
.b-footer__contact--phone {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.b-footer__contact--time {
    font-size: 16px;
    text-transform: uppercase;
}
.b-footer__menu {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
}
.b-footer__section--menus {
    width: 100%;
    padding: 5px 0px;
}
.foontbody1 {
    height: 680px;
}
.share {
    margin-left: 0px;
    position: absolute;
    margin-top: 280px;
}
.b-footer__contact {
    position: relative;
    margin-bottom: 10px;
}
.b-footer__section--contacts{
	width: 100%;
}
.b-footer__section {
    float: left;
}

.time-phone-mobail {
    display: none;
}
.call {
    display: block;
}
.uf-btn-feedback-header{
	white-space: inherit!important;
	width: 100px;
margin-top: 10px;
float: right;
position: relative;
margin-left: 0px;
padding: 5px 0px !important;
font-size: 16px !important;
}
.topblock {
width: 100px;}
.topblock .image {
    height: 70px;
    width: 95px;
}
.topblock .image img {
    width: 95px;
}
.topblock .cont {
    width: 95px;
}
.bloc .head {
font-size: 12px;}
.linecut {
    width: 100px;
}
.menu__icon {
    display: inline-block;
    margin-right: 0px;
}

.counts {
    width: 100%!important;
    position: relative;
    float: left;
    text-align: left;
    right: 0px;
	margin-top: 5px;
}
.copyright {
    width: 100%!important;
    margin-bottom: 0px;
    position: relative;
    margin-top: 5px;
}
.uf-wrapper-inline .uf-content1 {
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #00AAF0;
}
.uf-wrapper-inline .uf-field {
    width: 120px !important;
    margin-right: 0px !important;
}
.uf-wrapper-inline .uf-field-input {
    width: 120px !important;
}
.foontbody2 {
    height: 0px;
}
.uf-wrapper-inline .uf-header {
    width: 170px !important;
    /*margin-top: -30px !important;*/
}
.navi1 {
    z-index: 99999;
	position: absolute;
}
}
	@media screen and (min-width: 101px) and (max-width: 354px) {
.wrapper {
max-width: 300px!important;
min-width: 300px;
}
.work_scheme_heading-mobail {
top: 3px;
font-size: 20px;
width: auto;
}

.contactsl{
	display: none;
}
.topblock-mobail {
    width: 100%;
    margin-top: 00px;
}
.workScheme-mobail{
	display: block;
}
.metro3{
width: 100%;
    position: relative;
    padding-top: 8px;
    margin-top: 0px;

}
.navi1 {
    z-index: 99999;
	position: absolute;
}
#colorNav li ul {
    width: 100%;
	margin: 0 0 5px 0;
}
#colorNav li ul li:first-child {
    margin-top: 15px;
    position: relative;
}
.contacts-mobail{
	display: block;
}
.contacts span {
    font-size: 1.0em;
    }
.container{
max-width: 300px!important;
min-width: 300px;
}		
.foontbody2 {
    height: 0px;
}
.global-viewport{
	margin-left: 10px;
}
.global-bar .links li:nth-child(2) {
    display: none;
}
.foontbody {
    height: 160px;
}
.uf-btn-call-skidka{
	height: 270px!important;
}
		.uf-btn-feedback-header {
    white-space: inherit;
    width: 80px;
    margin-top: 0px;
    float: right;
    position: relative;
    margin-left: 0px;
    padding: 5px 0px !important;
    font-size: 14px !important;
    line-height: 1.2;
}
.logo a img {
    border: 0 none;
    height: 60%;
    margin-top: 7px;
}
.menu__icon img {
    width: 28px;
    margin: 0 0px;
    cursor: pointer;
    outline: none;
    border: none;
}
.menu {
    display: block;
    padding-top: 5px;
}
.menu-phone-mobail {
    display: block;
    position: absolute;
    font-size: 16px;
    padding-top: 12.4px;
    color: #fff;
    padding-left: 40%;
    font-weight: bold;
    font-family: "PT Sans Web Regular";
    line-height: 0.6;
}
.navi1 {
    margin-left: 0px;
}
#location select{
	width: 100px;
}
.topblock {
width: 130px;
margin: 5px 5px 5px 5px;
height: 140px;}
.topblock .image {
height: 90px;
width: 125px;}
.linecut {
width: 130px;}
.topblock .cont {
width: 128px; }
.topblock .image img {
width: 125px;}
.cont .bloc {
margin: 2px;}
#header {
min-width: auto;
height: 465px;}
.uf-wrapper-inline .uf-field {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative !important;
    float: left !important;
	width: 160px!important;
}
.uf-wrapper-inline .uf-field-input {
    width: 200px !important;
}
.uf-wrapper-inline .uf-header {
    width: 250px !important;
   /* margin-top: -25px !important;*/
}
.skidka {
    width: 80% !important;
}
.uf-wrapper-inline .uf-field1 {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    float: left !important;
}
.uf-wrapper-inline .uf-header {
    width: 100%px !important;
   /* margin-top: -30px !important;*/
}
.uf-content1{
	width: 200px;
}
	}