@import url("../font/font.css");
html, body{background: #fff; margin: 0; padding: 0; color: #262626; height: 100%; font: 13px/18px helveticaneuecyr, Geneva, sans-serif;}
body{position: relative;}
a img {border: none;}
h1, h2, h3 , h4, h5{padding: 0; margin: 21px 0 10px; font-weight: normal;}
a{text-decoration: underline; color: #3F5816;}
a:hover{text-decoration: none; color: #3F5816;}
a span, a font{cursor: pointer;}
label{cursor: pointer; -moz-user-select: none; -khtml-user-select: none; user-select: none;}
input[type="submit"], button{cursor: pointer;}
textarea{resize: vertical;}
input, textarea, button{font-family: inherit; color: inherit; outline: 0 none;}
button::-moz-focus-inner{padding: 0; border: 0;}
::selection{color: #fff; background: rgba(63, 88, 22, 0.6);}
::-moz-selection{color: #fff; background: rgba(63, 88, 22, 0.6);}
/* end reset */

/* не трогаем даже если очень хочется, даже если кажется что все понятно =)*/
.wr{width: 1018px; padding: 0; margin: 0 auto; position: relative;}
.main{min-height: 100%; position: relative; overflow: hidden;}
.logo, .slideprev, .slidenext, .tslide .pagination a{font: 0px/0px Arial; text-indent: -5000px; outline: 0 none; -moz-user-select: none; -khtml-user-select: none; user-select: none;}
.over{overflow: hidden;}
.hr{background: #f17a55; height: 3px; margin: 22px 0 26px;}
.alllink{text-align: right;}
.alllink a{display: inline-block; background: #3F5816; color: #fff; font-size: 13px; line-height: 15px; font-weight: 500; text-decoration: none; padding: 5px 23px 4px;}
.alllink a:hover{background: #4E6E1B;}
.clear{clear: both;}

/* top */
.top .wr{padding: 12px 0 8px; position:relative; overflow: inherit;}
.logo{
	/*background: url("../img/logo.png") no-repeat; width: 247px; height: 49px; display: block; float: left;*/

	background: url(../img/logo.png) no-repeat;
    width: 299px;
    height: 62px;
    display: block;
    float: left;
    margin: -10px 0 0 0;

	}

.tnav{
	/*font-size: 12px; line-height: 16px; font-weight: 500; text-transform: uppercase; float: left;*/

    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    margin: 8px 0 0 30px;
}
.tnav a{
	/*display: inline-block; padding: 5px; color: #262626; text-decoration: none; margin: 0;*/

	display: inline-block;
	padding: 0 0 25px 0;
    color: #3F5816;
    text-decoration: none;
    margin: 0;
	margin: 0 42px 0 0;
	}
.tnav a:hover{color: #3F5816 !important;}

.tnav a:last-child{margin: 0;}

.tslideblock{/*background: url("../img/tslide.jpg") no-repeat 50% 0;*/ padding: 0 0 130px;
    margin: 74px 0 0 0;}

.tslide{
	/*background: #f17a55; background: rgba(238,89,43,0.8); padding: 13px 14px; margin: 0 auto; top: 70px;*/

	background: #F7F7F7;
    margin: 0 auto;
	}
.tslide,
.tslide .over,
.tslide .oneslide{
	/*idth: 540px; height: 374px; position: relative;*/

	width: 1022px;
    height: 374px;
    position: relative;
	}
.tslide .oneslide{background: #F7F7F7; float: left;}
.tslide .oneslide span{display: block;}
.tslide .img{height: 277px; width: 100%; overflow: hidden;}
.tslide .name{color: #3F5816; font-size: 30px; line-height: 34px; font-weight: 500; padding: 17px 39px;}
.tslide .slideprev, .tslide .slidenext{position: absolute; top: 0; cursor: pointer; width: 110px; height: 100%;}
.tslide .slideprev{
	z-index: 990;
    position: absolute;
    left: 0;
	}
.tslide .slidenext{
	z-index: 990;
    position: absolute;
    right: 0;}
.tslide .slideprev i, .tslide .slidenext i{background: url("../img/slidenav.png") no-repeat; width: 48px; height: 90px; display: block; top: 44%; left: 50%; margin: -45px 0 0 -24px; position: absolute;}
.tslide .slidenext i{background-position: 100% 0;}
.tslide .pagination{margin: 23px 0 0; text-align: center; padding: 0; list-style: none;}
.tslide .pagination li{text-align: center; display: inline;}
.tslide .pagination a{
	    /* background: #b3b3b3; */
    display: inline-block;
    width: 12px;
    height: 12px;
    text-decoration: none;
    margin: 0 6px;
    border: 1px solid #656565;

	/*background: #b3b3b3; display: inline-block; width: 6px; height: 6px; text-decoration: none; margin: 0 6px;*/
	}
.tslide .pagination a:hover{

	background: rgba(197,197,197,1);
	background: -moz-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,197,197,1)), color-stop(51%, rgba(136,136,136,1)), color-stop(100%, rgba(65,65,65,1)));
	background: -webkit-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	background: -o-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	background: -ms-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	background: linear-gradient(to bottom, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#414141', GradientType=0 );

	/*background: #ccc;*/
	}
.tslide .pagination .current a{
	/*background: #ee592b;*/

	background: rgba(197,197,197,1);
	background: -moz-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,197,197,1)), color-stop(51%, rgba(136,136,136,1)), color-stop(100%, rgba(65,65,65,1)));
	background: -webkit-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	background: -o-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	background: -ms-linear-gradient(top, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	background: linear-gradient(to bottom, rgba(197,197,197,1) 0%, rgba(136,136,136,1) 51%, rgba(65,65,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#414141', GradientType=0 );
	}

.pinfo{overflow: hidden; margin: 0 0 60px;}
.pinfo .coll{float: left; width: 300px; margin: 0 0 0 20px;}
.pinfo .coll:first-child{margin-left: 0;}
.pinfo a{text-decoration: none;}
.pinfo a span{display: block;}
.pinfo .img{height: 150px;}
.pinfo .img img{margin: 0;}
.pinfo .name{text-align: center; font-size: 15px; line-height: 18px; font-weight: bold; text-transform: uppercase; padding: 13px 0 14px;}

.pagetext{margin: 40px 0 36px;}

/* page */
.header, .title{font-size: 36px; line-height: 40px; margin: 20px 0 15px; border-bottom: 1px solid #acacac; padding: 0 0 10px 0; border-bottom: 1px solid #acacac; padding: 15px 0 10px 0;}
.path{padding: 10px 0; border-top: 1px solid #000; border-bottom: 1px solid #ccc; margin: -30px 0 0;}
.text{overflow: hidden; margin: 9px 0 2px;}
.text p{margin: 12px 0 18px;}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{font-weight: bold; margin: 15px 0 19px;}
.text h1{font-size: 24px; line-height: 28px; color: #3F5816;}
.text h2{font-size: 23px; line-height: 27px;}
.text h3{font-size: 22px; line-height: 26px;}
.text h4{font-size: 21px; line-height: 25px;}
.text h5{font-size: 20px; line-height: 24px;}
.text h6{font-size: 18px; line-height: 22px;}
.text img{ margin: 4px 40px;}
.text img[align="left"]{margin-left: 0;}
.text img[align="right"]{margin-right: 0;}
.text q{font-size: 18px; line-height: 24px; font-style: italic; font-weight: bold; color: #aaa; quotes: "" ""; position: relative; top: 1px;}
.text q:after, .text q:before{font-size: 24px; font-style: normal; font-weight: normal;}
.text q:after{content: "\00bb"; margin: 0 0 0 4px;}
.text q:before{content: "\00ab"; margin: 0 4px 0 0;}
.text blockquote{background: #eee; border-left: 8px solid #EE592B; font-weight: normal; font-style: italic; position: relative; margin: 13px 0; padding: 7px 16px; display: block;}
.text blockquote:after, .text blockquote:before{content: "";}
.text ul{margin: 21px 0 28px; padding: 0 0 0 61px;}

/* END page */

/* Cookie message */
#cookie_text table {
  background-color: #c2c2c2;
  z-index:1000;
  position: fixed;
  bottom:0px;
  width: 100%;
}

#cookie_text table button{
  float: right;
  text-decoration: none;
  color: black;
  background-color: #ABABAB;
  border: none;
  margin-top: -5px;
}

#cookie_text button:hover{
  background-color: #fff;
}


/* button */
.button{background: #fe871e; font-size: 14px; line-height: 16px; font-weight: normal; color: #fff; text-decoration: none; vertical-align: middle; display: inline-block; padding: 2px 12px 6px; margin: 0 -2px 0 6px; position: relative; top: -2px;}

/* transition */
input[type="text"]:focus{transition: all 0.2s linear; -o-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear;}

/* radius */
.tslide .pagination a{-webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;}


/* footer */
.pfooter, .footer{height: 146px;}
.footer{background: #c2c2c2; margin-top: -146px; position: relative; color: #fff;}
.footer a{color: #fff;}
.footer > .over{padding: 11px 0 0px;}

.dev, .knopka, .socblock{float: right;}
.lfooter, .copy{
	float: left;
    width: 1018px;}

.dev{width: 220px; font-weight: normal; margin: 30px 0 0 0;}
.copy font{display: inline-block; margin: 0 7px;}

.lfooter{width: 100%;}
.socblock{    float: right;}
.allreserved{font-size: 12px; padding: 0 0 0 14px;}
.counter{
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
    margin: 10px 0 10px 0;

}
.counter a{margin: 0 0 0 7px;}
.counter a:first-child{margin-left: -10px;}

.knopka{width: 110px; margin: 3px 24px 0 0; font-size: 11px; line-height: 14px; font-weight: bold; text-transform: uppercase;}
.knopka .name{font-size: 12px;}
.knopka .demolink{margin: 6px 0 9px;}
.knopka .demolink a{color: #a8e0f2;}
.generatelink a{color: #d92e3b;}

/* the end */




.faq {
   background: url("/t/img/faq.png") no-repeat scroll 0 0 transparent;
    display: block;
     height: 320px;
    position: fixed;
    right: 0;
    top: 195px;
    width: 34px;
    z-index: 9999;

}

.fq_cl {
    cursor: pointer;
    height: 196px;
    left: 0;
    position: absolute;
    top: 58px;
    width: 34px;
}

.faq > form {
    margin-left: 152px;
    margin-top: 20px;
}


.faq input {
    border: 0 none;
    margin-bottom: 16px;
    margin-left: -18px;
    width: 147px;
    height: 16px;
    outline: none;
    margin-top: 5px;
    color: #000;
}


.faq textarea {
    border: 0 none;
    height: 42px;
    resize: none;
    margin-top: 10px;
    margin-left: -18px;
    width: 166px;
    outline: none;
    color: #000;
}

.faq .but_sendmail  {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 30px;
    margin-left: -4px;
    margin-top: 15px;
    width: 127px;
}


.faq.act a {
    display: block;
    font-size: 12px;
    padding-top: 6px;
    margin-top: 15px;
     margin-left: -6px;
}

.ban_ner{
	width: 468px;
    height: 60px;
    position: absolute;
    top: 22px;
    right: 0;
}

.ban_ner a{
	display: block;
	width: 100%;
	height: 100%;
    background: url(../img/468.gif) no-repeat 0 0;
}

.pd_info{
    position: absolute;
    top: 41px;
    left: 0;
    width: 220px;
    background: #3F5816;
    border-radius: 5px;
}

.pd_info a{
	text-decoration: none;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
}

.main_back {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
}

.main_block {
	width: 670px;
    height: 400px;
    background: white;
    margin: 10% auto 0;
    overflow: hidden;
    background: #0e6c98;
    border: 2px solid #ebebeb;
    border-radius: 10px;
	position: relative;
}

.main_box {
    width: 80%;
    margin: 85px auto 0;
}

.main_box p {
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    line-height: 25px;
    letter-spacing: 0.1px;
	margin: -20px 0 0 0;
}

.close_it{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
	text-decoration: none;
	display: block;
    cursor: pointer;
}

.close_it:hover{
	color: #fff !important;
}

.show{
	display: block;
}

.preimush{
	width: 100%;
	overflow: hidden;
}

.preimush h2{
	width: 100%;
	text-align: center;
	color: #363636;
	font-size: 48px;
	font-family: Tahoma;
}

.item_line{
	width: 100%;
    margin: 51px 0 0 0;
}

.item{
	width: 170px;
	float: left;
	margin: 0 42px 0 0;
}

.item:last-child{
	margin: 0;
}

.item span{
	width: 135px;
	height: 135px;
	margin: 0 auto;
	display: block;
}

.item span img{
	width: 100%;
	display: block;
}

.item p{
	width: 100%;
	text-align: center;
	color: #363636;
	font-size: 18px;
	font-family: Tahoma;
	margin: 15px 0 0 0 !important;
}

.tnl{
	font-size: 15px;
    font-weight: normal;
}

.active{
	color: #5a8926 !important;
	border-bottom: 1px solid #5a8926;
}

.faq{
	width: 50px;
}

.top{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background: #fff;
	min-height: 73px;
}

.over2{
	width: 100%;
	background: #3F5816;
	overflow: hidden;
}

.center_in{
	width: 1018px;
	margin: 0 auto;
}

.right_side{
	float: right;
	width: 220px;
	position: relative;
	margin-top: -10px;
}

.text_in{
	width: 100%;
	padding-bottom: 15px;
}

.text_in p{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

.left_side{
	float: left;
    width: 285px;
}

.left_side p{
	margin: 3px 0;
}

.left_side a{
	margin: 5px 0;
	display: inline-block;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0 15px 0;
}


.center_box{
    float: left;
    width: 330px;
    margin: 0 0 0 80px;
}

.youtube_link{
	display: block;
	position: relative;
	left: 235px;
	top: 20px;
	clear: both;
}

.one_box{
	float: left;
	width: 140px;
	border-left: 1px solid #ffffff;
}

.one_box a{
	display: block;
    clear: both;
    margin: 0 0 22px 0;
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-weight: normal;
}


.one_box a:last-child{
	margin: 0;
}

.top_up{
	margin: 20px auto 0;
}

.link_in{
    width: 100%;
    text-align: center;
    display: block !important;
    color: #638f31 !important;
    font-size: 14px;
    text-decoration: underline !important;
    margin: 10px 0 5px 0 !important;
	text-transform: initial;
}

.link_in:hover{
	background: #fff !important;
}

.arrow_down{
	display: block;
	margin: 6px auto 0;
	width: 23px;
	height: 7px;
	padding: 0 0 20px 0;
}


