/*<![CDATA[*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font: 100% Tahoma, sans-serif;
    background: url(../image/mainbg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    cursor: default;
    width: 100%;
}

img, a img
   {
     border: 0;
	 outline: none;
   }
table
   {
     margin: 0;
     padding: 0;
     border-collapse: collapse;
   }


/* Attached Footer */

.page-wrapper {
	min-height: 100%;
	margin-bottom: -100px;
}
*html .page-wrapper {
	height: 100%;
}
.page-buffer {
	height: 100px;
}

/* / Attached Footer */


.margin-null {
	margin: 0 !important;
}

.padding-null {
	padding: 0 !important;
}

.float-left {
	float: left;
	margin: 0 15px 15px 0;
}

.float-right {
	float: right;
	margin: 0 0 15px 15px;
}

.text-img {
width:100%;
	float:left;
	overflow: hidden;
}
/* Grid */

.column {
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.fullwidth-block {
	width: 100%;
}

.column-1-4 {
	width: 25%;
}

.column-1-3 {
	width: 33.333%;
}

.column-1-2 {
	width: 50%;
}

.clear {
	clear: both;
}

/* / Grid */


/* Colours */

.dark-gray {
	background: #222;
}

.pastel-blue {
	background: #c5e1e5;
}

.pastel-green {
	background: #dbe6c4;
}

.pastel-brown {
	background: #e7dcc8;
}

.bg-null {
	background: none;
}

/* / Colours */


/* Buttons */

.btn {
	display: inline-block;
	margin: 15px 0;
	padding: 10px 15px;
	border: none;
	outline: none;
	text-align: center;
}
.btn:hover {
	cursor: pointer;
	text-decoration: none;
	transition: .5s;
}

.btn-big {
	font-size: 24px;
}
.btn-medium {
	font-size: 20px;
}
.btn-small {
	font-size: 16px;
}

.btn-orange {
	background: #f60;
	color: #222;
}
.btn-orange:hover {
	background: #f16202;
	color: #000;
}

.btn-brown {
	background: #a7792e;
	color: #222;
}
.btn-brown:hover {
	background: #b78a41;
	color: #000;
}

.btn-rounded {
	border-radius: 6px;
}

.btn-bordered {
	border: 1px solid transparent;
}

/* / Buttons */


/* Text :: General */

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-uppercase {
	text-transform: uppercase;
}
.text-lowercase {
	text-transform: lowercase;
}

/* / Text :: General */


/* Оформление ссылок */

a:link 
   {
     color: #000;
     text-decoration: none;
   }

a:visited
   {
     color: #000;
    }

a:hover 
   {
     color: #1E88E5;
     text-decoration: none;
    }

a.menu:hover 
   {
     color: #f4eebe;
     text-decoration: none;
    }

/* / Оформление ссылок */


/* Располагаем по центру */

div#container {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    position: relative;
    top: 0;
    overflow: hidden;
}

/* / Располагаем по центру */


/* Шапка */

div#header {
    float: left;
    height: 157px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1024px;
    color: #000;
    background: #FFFFFF;
    border-top: 2px solid #1E88E5;
}

div#header .logo {
    float: left;
	margin: 0;
	box-sizing: border-box;
    padding-left: 25px;
    z-index: 2;
    width: 28%;
    height: 100%;
}

div#header .logo a {
	text-decoration: none;
	line-height: 130px;
	font-size: 36px;
	font-weight: bold;
	color: inherit;
}

div#header .logo a img {
	max-width: 50%;
    height: auto;
    padding-top: 10px;
}

.navigation a.menu {
	text-transform: uppercase;
}

div#content #search {
    float: right;
    margin: 0;
    margin-right: 4px;
    background: url(../image/search_field.png) top left no-repeat;
    padding: 0px 0px 10px 0px;
}

div#h_field {
	float: left;
	width: 1024px;
	height: 400px;
	clear: both;
	margin: 0;
	background: #eee;
	padding: 0;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
	}
div#h_field .intro h1
   {
     font: normal 18pt/20pt Tahoma, Verdana;
     color: #fff;
     width: 500px;
     margin: 0;
     padding: 100px 20px 0 35px;
     clear: both;
   }
div#h_field .intro p
   {
     font: bold 10pt/14pt Tahoma, Verdana;
     color: #fff;
     width: 400px;
     margin: 0;
     padding: 10px 20px 0 35px;
     clear: both;
   }
.navigation {
    clear: both;
    width: 1024px;
    min-width: 1024px;
    box-shadow: 0px 0px 12px #403F3F;
    background: #1E88E5;
}
.navigation ul {
    width: 100%;
    height: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    font: bold 10pt/20pt Tahoma, Verdana;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
}

.navigation ul li {
    float: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    vertical-align: middle;
}
.navigation ul li:last-child {
    border: none;
}

.navigation ul li a {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 60px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 10;
}
.navigation ul li a:hover {
    color: #FFFFFF;
    background: #000;
    text-decoration: none;
}
.navigation ul li a.active {
    background: #0D47A1;
    text-decoration: none;
}

div#content .search_field
   {
     float: left;
     margin: 0; 
     padding: 10px 15px 0px 15px;
     font: 9pt/9pt Tahoma, verdana;
     height: 16px;
     width: 170px;
     background: none;
     border: 0px solid #000;
   }

#searchsubmit {
	margin-top: 3px;
	padding: 6px;
	background: #999;
}
#searchsubmit:hover {
	background: #666;
}

div#header h1
   {
     float: left;
     margin: 33px 0 0 0; 
     width: 750px;
     font: normal 18pt/22pt Tahoma, Verdana, Tahoma;
     color: #a10000; 
   }

/* /Шапка */

/* Баннеры */

div.wrapper
   {
     clear: both;
     height: 0;
     overflow: hidden;
   }
div#content {
    margin: 0;
    width: 1024px;
    font: normal 11pt/16pt Tahoma, Verdana, sans-serif;
    color: #000;
    background: #eff4fa;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-family: 'Open Sans', Tahoma, sans-serif;
	line-height: 1.3;
	font-weight: 300;
}

div#content h1 {
	font-size: 45px;
	text-align:center;
}

div#content h2 {
	font-size: 35px;
}

div#content h3 {
	font-size: 25px;
}

div#content p {
	font-size: 14px;
}

td.center {
    vertical-align: top;
    text-align: left;
    float: left;
    margin: 0 0 40px 0;
    width: 670px;
    padding: 30px 20px 30px 35px;
    font-size: 100%;
    line-height: 1.4em;
    color: #000;
}

td.center p {
     margin: 10px 0;
     color: #000;
}


td.right {
    vertical-align: top;
    text-align: left;
    margin: 0;
    position: relative;
    float: left;
    padding: 50px 20px 30px 35px;
    width: 244px;
    font: normal 11pt/16pt Tahoma, Verdana, sans-serif;
    color: #000;
}
td.right #submenu {
    margin: 0;
    width: 240px;
    padding: 5px 5px 10px 4px;
    font: normal 14pt/20pt Tahoma, Verdana, sans-serif;
    color: #fff;
    background: #1E88E5;
    text-align: center;
}
td.right #submenu ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
td.right #submenu ul li a:hover {
	text-decoration: underline;
}


td.right #newsblock
   {
      width: 215px;
      margin: 0;
      padding: 20px 0 0 15px;
   }
td.right #newsblock strong
   {
      padding: 0;
      margin: 0;
      font: 16pt/20pt Tahoma, Verdana, sans-serif;
   }
dt
   {
      padding: 5px 0 0 0;
      margin: 10px;
      font: 9pt/14pt Tahoma, Verdana, sans-serif;
      color: #666;
   }
dd
   {
      padding: 0;
      margin: 0;
      font: 11pt/14pt Tahoma, Verdana, sans-serif;
      color: #000;
   }
td.right #submenu ul {
    margin: 0;
    padding: 15px 10px 0 20px;
    font: normal 14pt/14pt Tahoma, Verdana;
    width: 170px;
}

td.right #submenu ul li
   {
      margin: 5px 0 15px 15px;
      padding: 0; width: 170px;
   }

td.center blockquote
   {
     padding: 10px 25px;
     margin: 0 0 20px 0; 
     color: #fff;
     background: #a10000;
     font: normal 10pt/14pt Tahoma, Verdana, sans-serif;
   }
td.center blockquote p
   {

     color: #fff;

   }
td.center ul
   {
    padding: 0 0 10px 20px;
    margin: 0;
    list-style-image: url(../image/bullet.gif);
	list-style-position: inside;
   }
td.center ol
   {
    padding: 0 0 20px 20px;
    margin: 0;
   }
td.center ul li, td.center ol li
   {
     /* font: normal 10pt/14pt Tahoma, Verdana; */
	 font: inherit;
     padding: 0 0 10px 0;
     margin: 0;
   }

div#copyright {
	color: #000;
	padding: 20px 0px 18px 35px;
	margin: 0;
	position: relative;
	float: left;
	font: normal 9pt/13pt Tahoma, Verdana;
	width: 35%;
	box-sizing: border-box;
}
   
div#copyright .cpl {
	float: left;
	color: #fff;
}   
   
div#z66 {
    width: 33%;
    color: #fff;
    padding: 20px 130px 18px 0;
    margin: 0;
    position: relative;
    float: left;
    font: normal 9pt/13pt Tahoma, Verdana;
    text-align: right;
    background: url(../image/logo2.png) 210px 24px no-repeat;
    box-sizing: border-box;
}
div#z66 a.menu:link 
   {
     color: #fff;
     text-decoration: underline; 
   }
div#z66 a.menu:visited 
   {
     color: #fff;
     text-decoration: underline; 
   }
div#z66 a.menu:hover 
   {
     color: #CECECE;
     text-decoration: underline;
    }
    
div#header .top-description {
	float: left;
	text-align: center;
	padding-top: 25px;
	width: 35%;
}
.contact_info {
    width: 37%;
    box-sizing: border-box;
    float: left;
    padding: 10px 25px 0 27px;
    color: #2D2D2D;
    font-size: 27px;
    text-align: right;
}

.contact_info ul li {
    line-height: 30px;
    display: inline-block;
    margin-left: 10px;
}

.contact_info ul li:first-child {
    margin: 0;
}

.contact_info p {
    font-size: 16px;
}

.contact_info a {
    color: #2D2D2D;
    text-decoration: none;
    font-size: 22px;
}

.contact_info a:hover {
    text-decoration: none;
    color: #f30;
}

.footer {
    width: 100%;
    min-width: 1024px;
    float: left;
    background: #4E4E4E;
}

.metrika {
	width: 32%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 20px 18px 20px;
	margin: 0;
}

.pageToste {
	font-size: 13px;
	margin-bottom: 5px;
}

.pageToste a {
	color: #fff;
	text-decoration: none;
}

.search_block {
    margin-bottom: 10px;
    width: 240px;
    height: 34px;
    padding: 15px 5px 15px 4px;
    font: normal 14pt/20pt Tahoma, Verdana, sans-serif;
    color: #000;
    background: #ccc;
}

.to_top{
	position:fixed !important;
	top:0px;
	z-index: 2;
}

.scrollup{
	width:40px;
	height:40px;
	opacity:0.7;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-indent:-9999px;
	background: url('../image/icon_top.png') no-repeat;
}


/* Default Table */

.contentText h3.table-heading {
	padding: 0;
	border: none;
	text-align: center;
}

table.default th {
	background: #444;
	border: 1px solid #fff;
	color: #fff;
}

table.default tr:nth-child(even) {
	background: #f5f5f5;
}

.contentText table.default td {
	border: 1px solid #999;
	color: #333;
}
table.default td:first-child {
	padding-left: 20px;
	text-align: left;
}

/* / Default Table */


/* Forms */

/* Форма заказа обратного звонка */

.order_form .consult {
    margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 10px 10px 10px;
    width: 249px;
    font: normal 14pt/20pt Tahoma, Verdana, sans-serif;
    color: #333;
    background: #ccc;
    text-align: center;
}

.order_form .formcontrol {
    margin: 7px 0;
    text-align: center;
}

.order_form .formcontrol > input {
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid #BBB8B8;
    padding: 7px;
    font-size: 15px;
    line-height: 1.2;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.order_form .consult .submit {
    display: block;
    width: 100%;
    background-color: #1E88E5;
    border: none;
    border-radius: 5px;
    padding: 7px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.order_form .formcontrol > input:hover {
    box-shadow: 0 0 7px #fff;
}

.order_form .consult .submit:hover {
    background: #000;
}

/* New Forms */

.form-field {
	margin: 10px 0;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border: none;
	outline: none;
}

.default-field {
	display: block;
	border-radius: 6px;
	border: 1px solid #999;
	font-size: 16px;
}
.default-field:hover, .default-field:focus {
	border-color: #333;
}

.theme-field {
	background: #efefef;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
}
.theme-field:hover {
	border-color: #ccc;
}
.theme-field:focus {
	border-color: #999;
}

/* / New Forms */

/* / Forms */


/* Блок рекламы */

.reclame {
    margin-bottom: 10px;
    width: 249px;
    height: auto;
    padding: 0;
    box-sizing: border-box;
}
.reclame_content {
    padding: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.reclame_content img {
    width: 100%;
}
.reclame_content h3 {
    font-size: 24px;
    line-height: 1;
}

/* / Блок рекламы */


/* Таблица прайс-лист */

table.price {
    width: 100%;
}
table.price th {
    text-align: center;
    background: #45b23a;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
}
table.price tr:nth-child(2n+1) {
    background: #dbe1e8;
}
table.price tr:hover {
    background: #ccd1d8;
}
table.price td {
    padding: 5px;
}

/* / Таблица прайс-лист */


/* MS Word Table */

table.MsoTableGrid {
	margin: 10px auto;
	width: 90%;
}

/* / MS Word Table */


/* Tiles on Pages */

table.tiles {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	border: none;
}

table.tiles td {
	padding: 15px;
	border: none;
	text-align: center;
	vertical-align: middle;
}

/* / Tiles on Pages */


.contentText table td {
    padding: 5px;
    border: 1px dashed #9c9999;
    text-align: center;
}

.contentText img {
	max-width: 100%;
    height: auto;
}

/* Images in the News Item */

td.center dd p img {
	max-width: 100%;
    height: auto;
}

/* / Images in the News Item */


.pageToste a {
    color: #444446;
    text-decoration: none;
}
.pageToste {
    font-size: 14px;
    margin-bottom: 5px;
}

/* === */

/* Table Price New */

.contentText table.table-price td, .contentText table.table-price th {
	padding: 10px;
	border: 1px solid rgb(79, 98, 40);
}
.contentText table.table-price th {
	background: rgb(146, 208, 80);
	text-align: center;
	color: #fff;
}
.contentText table.table-price tr:nth-child(odd) {
	background: rgb(234, 241, 241);
}
.contentText table.table-price tr td:first-child {
	font-weight: bold;
}
.contentText table.table-price tr td, .contentText table.table-price tr th.first {
	vertical-align: middle;
}

td.center h3, td.right dd a {
	display: block;
	margin: 10px 0 15px;
	padding-left: 20px;
	border-left: 3px solid #1E88E5;
	font-size: 14pt;
}

dd
   {
      padding: 0;
      margin: 0;
      font: 12pt/14pt Tahoma, Verdana;
   }
   
dl dd > a {
	display: inline-block;
	margin-bottom: 15px;
}

dd div {
	font: 12pt/14pt Tahoma, Verdana;
}

p span.imgLeftFloat {
	margin-right: 15px;
}
p span.imgRightFloat {
	margin-left: 15px;
}

/* Gallery */

.gallery-items {
	
}

a.gallery-item {
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}
a.gallery-item:hover img {
	opacity: .5;
}
a.gallery-item:hover:after {
	content: "\f00e";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    font-family: FontAwesome;
    color: #333;
    text-align: center;
    font-size: 40px;
    /* opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s; */
    z-index: 20;
}
a.gallery-item:last-child {
	margin-right: 0;
}
a.gallery-item img {
	display: block;
	max-width: 200px;
	height: auto;
}

/* / Gallery */


/* == Apps == */

/* Slider */

.slidewrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	margin: 0;
	padding: 0;    
}
.slide {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 400px;
	float: left;
	list-style: none;
}
.first {
	background: #fff url(../image/slide1.jpg);
}
.second {
	background: #fff url(../image/slide2.jpg);
}
.third {
	background: #fff url(../image/slide3.jpg);  
}
.four {
	background: #fff url(../image/slide4.jpg);
}

#next_slide {
	display: block;
	height: 40px;
	width: 40px;
	background: url(../image/arrow_right.png);
	background-size: contain;
	opacity: 0.8;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 160px;
	margin-right: 20px;
	text-decoration: none;
}
#prev_slide {
	display: block;
	height: 40px;
	width: 40px;
	background: url(../image/arrow_left.png);
	background-size: contain;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 160px;
	margin-left: 20px;
	text-decoration: none;
}
#next_slide:hover {
	opacity: 1;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
#prev_slide:hover {
	opacity: 1;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.slide h3 {
    position: absolute;
	bottom: 0;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 15px 10px 25px;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	font-family: Arial, sans-serif;
	font-size: 36px;
	line-height: 45px;
    color: #333;
}
.slide h4 {
    font-size: 20px;
    margin-left: 92px;
    color: #fff;
    text-shadow: 1px 1px 0.2em black;
    line-height: 28px;
    font-family: Arial;
}

/* / Slider */


/* JivoSite */

.jivo-btn-light {
	background: #f30;
}

@media only screen and (max-width: 1100px) {
	div#jivo-iframe-container.jivo-iframe-container-left {
	    display: none !important;
	}
}

/* / JivoSite */


/* Яндекс.Поделиться */

.ya-share2 {
	margin-top: 10px;
}

/* / Яндекс.Поделиться */

/*]]>*/