/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
img{
	border:none;
}
a{color:#6a3628;}
a:hover{color:#a46530;}

html{
	background:#fef1a3  url(http://vkovchege.ru/img/htmlbg.jpg) top center repeat-y;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* не забываем это свойство для html и body */
}
body{
	min-width:970px;
	font-family:'Trebuchet MS',Tahoma,Arial,serf;
}
body#main{
	background:url(http://vkovchege.ru/img/mainbg.jpg) top center no-repeat;
}

body#inner{
	background:url(http://vkovchege.ru/img/innerbg.jpg) top center no-repeat;
}
h2 {
color:#6A3628
}

#conteiner {
    position: relative;
    min-height: 100%; /* минимальная высота контейнера, ее понимают все браузеры за исключением IE6 */
}
/* ниже фильтр * html так называемый CSS хак, через который можно задать любое свойство предназначенное для IE6 */
* html #conteiner {
    height: 100%;
}
.cwp{width:970px; margin:auto; position:relative;}
#header{
	position:relative;
	overflow:hidden;
}
#header .cwp{
	height:165px;
}
#main #header{
	height:670px;
}
#inner #header{
	height:300px;
}
#logo{
	background:url(http://vkovchege.ru/img/logo.png) center center no-repeat;
	width:170px;
	height:161px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	top:0px;
	left:10px;
}
.slogan{
	font-size: 32px;
	color: red;
	text-align: center;
	width: 475px;
	position: absolute;
	left: 218px;
	top: 35px;
	line-height: 32px;
	font-weight: bold;
}
.slogan span,p.phone span{
	color:#a46530;
}
p.phone{
	position:absolute;
	top:35px;
	right:35px;
	color:#6a3628;
	font-size:29px;
}

.phone a {
	text-decoration:none;
}



p.adress{
font-size: 12px;
color: #6a3628;
width: 212px;
line-height: 13px;
position: absolute;
top: 75px;
right: 38px;
}
#topmenu{
        font-family:Calibri;
	list-style:none;
	overflow:hidden;
	position:absolute;
	right:10px;
	top:130px;
}
#topmenu li{
	float:left;
	display:list-item;
	margin:0px 2px;
}
#topmenu li a{
	color:#6a3628;
	display:inline-block;
	padding:8px 10px;
	font-size:17px;
	line-height:17px;
	text-decoration:none;
}
#topmenu li a span{
	display:inline-block;
	border-bottom:1px solid #e8d27d
}
#topmenu li a:hover,#topmenu li.active a{
	background:url(http://vkovchege.ru/img/menuactive.png) right center no-repeat;
	color:#9b5820;
}
#topmenu li a:hover span,#topmenu li.active a span{
	border:none;
}

#topmenu_in{
        clear:both;
        font-family:Calibri;
	list-style:none;
	overflow:hidden;
        padding-left: 0px !important;
        margin-top: 40px!important;
        margin-bottom: 65px!important;
}
#topmenu_in li{
	float:left;
	display: inline-block;
	margin:0px 2px;
}
#topmenu_in li a{
	color:#6a3628;
	display:inline-block;
	padding:8px 10px;
	font-size:17px;
	line-height:17px;
	text-decoration:none;
}
#topmenu_in li a span{
	/*display:inline-block;*/
	border-bottom:1px solid #e8d27d
}


#topmenu_in li a:hover,#topmenu_in li.active a{
	/*background:url(http://vkovchege.ru/img/menuactive.png) right center no-repeat;*/
	background: white;
	padding: 8px 10px;
	color:#9b5820;
}
#topmenu_in li a:hover span,#topmenu_in li.active a span{
	border:none;
}










#category{
	background:url(http://vkovchege.ru/img/menubg.png) top center no-repeat;
	height:146px;
	margin:auto;
	width:1353px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-680px;
}
#category ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 85px;
  /*background-color: #383838;*/
}
#category ul li{
list-style:none;
}
#category ul li a {
text-decoration: none;
font-size: 24px;
color: #6a3628;
font-weight: bold;
}
#category ul li#tm1 a{ /*background:url(http://vkovchege.ru/img/tm1.png) left bottom no-repeat;*/ width:365px; }
#category ul li#tm2 a{background:url(http://vkovchege.ru/img/tm2.png) left bottom no-repeat;width:239px;}
#category ul li#tm3 a{background:url(http://vkovchege.ru/img/tm3.png) left bottom no-repeat; width:213px;}
#category ul li#tm4 a{background:url(http://vkovchege.ru/img/tm4.png) left bottom no-repeat; width:181px;}
#category ul li#tm5 a{background:url(http://vkovchege.ru/img/tm5.png) left bottom no-repeat; width:355px;}
#category ul li#tm1 a:hover,#category ul li#tm1 a.active{background:url(http://vkovchege.ru/img/tm1h.png) left bottom no-repeat;width:365px;}
#category ul li#tm2 a:hover,#category ul li#tm2 a.active{background:url(http://vkovchege.ru/img/tm2h.png) left bottom no-repeat;width:239px;}
#category ul li#tm3 a:hover,#category ul li#tm3 a.active{background:url(http://vkovchege.ru/img/tm3h.png) left bottom no-repeat; width:213px;}
#category ul li#tm4 a:hover,#category ul li#tm4 a.active{background:url(http://vkovchege.ru/img/tm4h.png) left bottom no-repeat; width:181px;}
#category ul li#tm5 a:hover,#category ul li#tm5 a.active{background:url(http://vkovchege.ru/img/tm5h.png) left bottom no-repeat; width:355px;}
#newswp{
	background:url(http://vkovchege.ru/img/newsborder.png) bottom center no-repeat;
	padding-bottom:20px;
	position:relative;
	left:-10px;
        margin-top:50px;
        margin-bottom:30px;        
}
#newswp a{
	text-decoration:underline;
}
#newswp a:hover{
	text-decoration:none;
}
.newslist{
	display:block;
	overflow:hidden;
	list-style:none;
	margin-top:30px;
	width:970px;
	position:relative;
	left:5px;
}
.newslist li{
	display:block;
	overflow:hidden;
	width:230px;
	text-align:center;
	float:left;
	background:url(http://vkovchege.ru/img/cloud.png) right center no-repeat;
	padding-right:100px;
	margin-right:32px;
	position:relative;
	left:10px;
}
.newslist li:last-child,.newslist li.last{
	background:none;
	padding:0px;
	margin:0px;
}
.newslist li:first-child,.newslist li.first{
}
.newslist li a{
	display:inline-block;
	color:#6a3628;
	font-size:16px;
	line-height:17px;
	text-decoration:none;
}
.newslist li a:hover{
	text-decoration:underline;
}
.newslist li p.date{
	color:#a46530;
	font-size:13px;
	margin-bottom:5px;
}
a#allnews{
	color:#a46530;
	font-size:14px;
	display:block;
	width:120px;
	border-bottom:1px solid #a46530;
	margin:auto;
	text-align:center;
	position:relative;
	top:24px;
	left:15px;
	line-height:12px;
        text-decoration:none;
}
a#allnews:hover{
	border:none;
	padding-bottom:1px;
}
#content{
	margin:auto;
	padding-bottom:30px;
        color:#6a3628;
	margin-bottom:25px;
	font-size:16px;
	line-height:22px;
        width: 970px;
}
#content h1.title{
color: #a46530;
font-size: 51px;
margin: auto;
    margin-top: auto;
line-height: 56px;
text-align: center;
margin-top: 23px;
}
#content h1.title1{
	color:#a46530;
	font-size:51px;
	margin:10px 0px 10px 0px;
       	font-family:'Trebuchet MS',Tahoma,Arial,serf;
}
#content p{
	color:#6a3628;
	margin-bottom:25px;
	font-size:19px;
	line-height:22px;
	font-family: calibri;
}
#content ul{
	color: #6a3628;
	margin-bottom: 25px;
	font-size: 19px;
	font-family: calibri;
	line-height: 22px;
	padding-left: 35px;
	clear:both;
}
#content p.ctbr{
	font-size:18px;
	color:#a46530;
	line-height:26px;
}
.subtext{
	/*width:780px;*/
	margin:auto;
	margin-bottom:30px;
}
.ctext{
	width:730px;
	margin:auto;
	padding-left:30px;
}
.cimg{
	position:relative;
	left:-60px;
	float:left;
        margin-top:-51px;
}
.cimg2{
	position:relative;
	left:-60px;
	float:left;
        margin-top:-181px;
}
.cimg3{
	position:relative;
	left:-60px;
	float:left;
        margin-top:-121px;
}
ul.submenu{
	display:block;
	overflow:hidden;
	list-style:none;
	margin-bottom:30px;
}

ul.submenu li{
	display:list-item;
	float:left;
	margin-right:30px;
}

ul.submenu li:last-child,ul.submenu li.last{
	margin-right:0px;
}

ul.submenu li a{
	color:#6a3628;
	display:inline-block;
	border-bottom:1px solid #e0c876;
	font-size:17px;
	line-height:17px;
}

ul.submenu li a:hover{
	border:none;
	padding-bottom:1px;
}
.end_content {
    position: relative;
    height: 110px;
}
#footer{
    position: relative;
    height: 99px;
	margin-top:-100px;
}
#footer .infobox{
	position:absolute;
	top:30px;
	left:0px;
	font-size:13px;
}
#footer .infobox .ft1{ color:#a46530;}
#footer .infobox .ft2,#footer .infobox .ft2 a{ color:#6a3628;}
#footer .infobox a{
	text-decoration:underline;
}
#footer .infobox .ft2 a:hover{
	text-decoration:none;
}
#footer a#webbild{
	background:url(http://vkovchege.ru/img/visweb.png) top left no-repeat;
	display:block;
	padding-left:38px;
	width:110px;
	position:absolute;
	top:30px;
	right:0px;
	font-size:12px;
	color:#a46530;
	text-decoration:none;
	line-height:13px;
}
#footer a#webbild:hover{
	text-decoration:underline;
}

#footer p.countbox{
	position:absolute;
	top:30px;
	right:250px;
}
#socbooks{
	list-style:none;
	position:absolute;
	top:28px;
	right:390px;
}
#socbooks li{
	display:list-item;
	float:left;
	margin:10px 3px;
}

#socbooks_ins{
	list-style: none;
	position: absolute;
	top: 128px;
	right: 566px;
}
#socbooks_ins li{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 7px;
}

#socbooks_ins li a img {
    display: inline;
    width: 28px;
}


div.newskov {
	font-size: 11px;
	color: black;
	margin-top: 14px;
	margin-left: 9px;
}
div.newskov a {
	font-size: 13px;
	display: block;
	margin-top: 0px;
}
.cms_textfield {
    border: 1px solid #AAAAAA;
    border-radius: 7px 7px 7px 7px;
    height: 22px;
    width: 336px;
}
#faq2 textarea {
    border: 1px solid #AAAAAA;
    border-radius: 7px 7px 7px 7px;
    height: 135px;
    width: 339px;
}
.cms_textarea {
   border: 1px solid #AAAAAA;
    border-radius: 7px 7px 7px 7px;
    height: 135px;
    width: 339px;
}
.faq2 .cms_submit {
	width:170px;
	height:22px;
}
.faq2 .capt input {
	width:70px;
	height:22px;
	margin-top:10px;
}
#faq2 {
	font-weight:bold;
	width: 400px;
	font-size:15px;
	font-family:Calibri;
}
.quest {
	margin-left:-0px;
}
.quest li {
	list-style:none;
	padding: 0px;
	margin-bottom: 15px;
}
.quest p {
	margin-left:0px;
}
.quest span {
	display:block;
	margin-bottom:3px;
}
.quest li a {
	line-height:18px;
}

.captchapict {
    height: 47px;
    margin-top: 8px;
    width: 132px;
}
.coba {
    margin-left: 13px;
    /*font-size: 12px;*/
}
.tablebrdrf {
border-collapse: collapse;
border: solid 1px #6a3628;
}

.tablebrdrf tr {
border-collapse: collapse;
border: solid 1px #6a3628;
 
}
.tablebrdrf td {
border-collapse: collapse;
border: solid 1px #6a3628;
padding: 3px;

}
.tablebrdrf th {
height: 30px;
background-color: #ccc;
border-color: #aaa;

}

/* customslider */
#allslider { 
margin: 0px auto; 
width: 1000px; 

}
#fortablephoto { 
float: left; 
width: 920px; 
overflow: hidden; 
border-left: 0px solid #a46530; 
border-right: 0px solid #a46530; 

}
#slideright { 
float: left; 
cursor: pointer; 
margin-top: 45px; 
margin-left: 5px; 

}
#slideleft { 
float: left; 
cursor: pointer; 
margin-top: 45px; 
margin-right: 5px; 

}
#tphotos {}
#photoslider { 
margin-top: 40px;
height: 220px;

}

.comentygall {
font-size: 11px;	
text-align: center;
font-family: Tahoma,Arial;
color: black;
height:18px;

}

#socsetiall {
margin-top: 0px; 
margin: 0px auto; 
width: 400px;
margin-bottom: 30px;

}
#socseti {
margin-left: 70px; 

}

/*----------*/
ul.submenu li.active a {
 color:black;
}

#ob_ter {
 width: 100%;
    margin: 0;
    float: right;
}

.text_news h3 {
font-size: 24px;
line-height: 34px;
margin-top: 10px;
font-weight: normal;
margin-left: -88px;
}

.text_news tbody tr td.text_news {
    padding: 10px;
    height: 10px;
    vertical-align: middle;
}

.main-nav__wrap li.st1 {
transform: rotate(9deg);
margin-top: 28px;
}

.main-nav__wrap li.st2 {
transform: rotate(5deg);
margin-top: 82px;
}

.main-nav__wrap li.st3 {
transform: rotate(2deg);
margin-top: 98px;
}

.main-nav__wrap li.st4 {
transform: rotate(-1deg);
margin-top: 102px;
}

.main-nav__wrap li.st5 {
transform: rotate(-5deg);
margin-top: 84px;
}

.main-nav__wrap li.st6 {
transform: rotate(-7deg);
margin-top: 49px;
}

.main-nav__wrap li.st7 {
transform: rotate(-7deg);
margin-top: 10px;
}

.main-nav__wrap li a:hover {
  color:#a46530 !important;
}

.main-nav__wrap li.active a {
  color:#f26532 !important;
}

.WordSection1 table.tbk td {
  padding:12px;
  text-align:center;
}

.subtext table.df tbody tr td {
  padding:8px;
  border: 1px solid #a46530;
}

.subtext h2 {
  margin-bottom:20px;
}
.cms_submit.fbsubmit {
  padding:12px;
 cursor:pointer;
}

/* Stylesheet: style Modified On 2026-03-31 13:35:42 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
    float: left;
    margin-left: 1em;
    margin-top: 0.5em;
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
       
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
    display: block;
    float: inherit;
    width: 300px;
    color: black;

}

.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
    border: 1px solid #AAAAAA;
    border-radius: 7px 7px 7px 7px;
    height: 135px;
    margin-bottom: 12px;
    margin-top: 12px;
    width: 339px;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.cms_checkbox {
    float: left;
    margin-right: 9px;
    margin-top: 6px;
}




/* Stylesheet: FormBuilder Default Style Modified On 2012-10-24 15:59:42 */
