body
{
font-family: 'Roboto Condensed', sans-serif!important;	
}

.bg-map-bottom
{
	background-color: #3e7d00;
}

/* footer */

.bg-footer
{
	background-image:  url(/images/bgnd/bg-footer.jpg);
	background-size: cover;
    background-position-y: bottom;
}
.bg-footer-inner {
	height: 200px;
}

.bg-footer-main {
height: 400px;}

.bg-footer-mask
{
background-color: rgba(62, 125, 0, 0.48);
		
z-index:100;
}

#body
{
background-image:  url(/images/bgnd/penta1.png);
padding-top: 20px;
padding-bottom: 20px;

}
.white
{
	background-color: #ffffff;
}

#bg-top{
	background-image:  url(/images/bgnd/bg-top.jpg);
	background-size: cover;
	width: 100%;
    height: 100%;
	background-attachment: fixed;
}

.m20
{
margin-top: 20px;	
	
}

.bg-top-container
{
	
	position: relative;
    top: 10%;
}
.bg-white
{
	background-color: rgba(255, 255, 255, 0.7);
	z-index:100;
}
.bg-white.affix {
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.bottom-p
{
color:#ffffff;
/*text-align: center;*/
margin-top: 10px;
}

p {

font-size:12pt;}
@media (min-width: 1200px) {
.firmname {
		font-size: 40pt; line-height: 80pt; }
}

@media (min-width: 768px) {


	.firmname {font-size: 40pt;}
}

/* top-text */

.top-text
{
text-align: center;
border-bottom: none;	
color:#ffffff;
text-shadow: 3px 3px 10px rgba(0, 0, 0, 1);
text-transform: uppercase;
}

h1.top-text 
{
font-size:60px; /*80px;*/
}

h2.top-text 
{
font-size:54px; /*60px;*/
}
h3.top-text 
{
font-size:40px;
}
/* icon */
.icon-radius
{
	border: 3px solid #3e7d00;
	border-radius: 100%;
width:250px;
height:250px;
}

.icon-radius:hover
{
	border: 3px solid #729e00;
	border-radius: 100%;
	background-color: #f8f8f9;
}

.icon-text
{
text-align: center;
color: #3e7d00;
font-size: 26px;

}

a:hover 
{
text-decoration:none!important;

}


/* flip */

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  
  border: 1px solid #ccc;
}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 250px;
	height: 300px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
    text-align: center;
	position: absolute;
	    overflow: hidden;
	left: 0;
}

.front {
	/*background: url(http://davidwalsh.name/demo/dwflip.jpg) 0 0 no-repeat;*/
	z-index: 2;
	text-align:center;
	padding: 3px;
//	top: 50px;
}



.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
box-shadow: 0px 0px 20px rgb(105, 105, 105);
	background: #3e7d00;
	z-index: 3;
}

.front .name {
	font-size: 20px;
	display: inline-block;
	color: #3e7d00;
	
	bottom: 10px;
	/*
	padding: 5px 10px;
	left: 25%;
	position: absolute;
	text-align:center;*/
    text-transform: uppercase;

}
.back-title {
	font-weight: bold;
	color: #ffffff;
/*	position: absolute;
	top: 10px;*/
	margin: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 20px;
}

.back p {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
  line-height: 2em;
  	color: #ffffff;
}
.back .btn
{
	position: absolute;
	bottom: 10px;
	left: 35%;

} 



/* внутренние страницы*/

.bg-top-container-inner {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

#bg-top-inner {
    background-image: url(/images/bgnd/bg-top.jpg);
    background-size: cover;
    width: 100%;
    height: 310px;
    position: relative;
	background-attachment: fixed;
}

.gr-card {
	width: 100%;
	height:100px;
	display:block;
	position:absolute;
	bottom:0;
	z-index:10;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,3e7d00+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(62,125,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(62,125,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(62,125,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3e7d00',GradientType=0 ); /* IE6-9 */

}

.gr-card2 {
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}


/*end custom*/


html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
/*	min-width:760px;*/
}

/*Font*/
body
{
	/*font-size: 80%;*/
/*	font-family: Tahoma, Verdana, Helvetica, sans-serif;*/
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}




#header_text
{
	position:absolute;
	left:265px;
	top: 0;
	width:330px;
	padding-left:5px;
	padding-top:35px;
	color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_text .bx-main-title
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span.bx-main-subtitle
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/


/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/* social network*/
div#sonet_events_ms_message {width:150px;}


/* Flaticon */
[class^="flaticon-"]::before
{
font-size: 50px !important;
margin-left: 15px !important;
color: #3e7d00;
}

.info-2-p
{
	color: #3e7d00;
	text-transform: uppercase;
	
}
.info-2-h2
{
	color: #3e7d00;
	text-transform: uppercase;
	font-size: 30px;
	padding-left: 20px;
}
.bg-white-info-2
 {
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 100;
}

/* btn-torgmor */

button.btn-torgmor
{
	padding: 14px !important; /*25px*/
	font-weight: 400;
}

.btn-torgmor
{
background-color: #7cc576;
border: 2px solid #d0ffcc !important;

}
.btn-torgmor span
{
font-size: 26px; /*36px;*/
color: #000000;
text-transform: uppercase;
margin-left: 50px;
margin-right: 50px;
}
.btn-block {
    display: block;
    width: 750px !important;
    margin-left: auto;
    margin-right: auto;
}