/*<![CDATA[*/

html {
 position: relative;
  min-height: 100%;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #212529;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    background: url(../image/mainbg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    cursor: default;
    width: 100%;
    margin-bottom: 90px;
}

img, a img {
	border: 0;
	outline: none;
}

table
   {
     margin: 0;
     padding: 0;
     border-collapse: collapse;
	 width: 100%;
   }


.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;
}

.clear {
	clear: both;
    height: 0;
    overflow: hidden;
}


/* Grid */

.column {
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
}

.column-1-5 {
	width: 20%;
}
.column-1-4 {
	width: 25%;
}
.column-1-3 {
	width: 33.333%;
}
.column-1-2 {
	width: 50%;
}
.column-2-3 {
	width: 66.666%;
}
.column-1 {
	width: 100%;
}

/* / Grid */


/* Colours */

.dark-gray {
	background: #222;
}

.pastel-blue {
	background: #c5e1e5;
}

.pastel-green {
	background: #dbe6c4;
}

.pastel-brown {
	background: #e7dcc8;
}

.bg-null {
	background: none;
}

/* / Colours */


/* Links :: General */

a
   {
     color: #ff6100;
     text-decoration: none;
   }

a:visited
   {
     color: #ff6100;
    }

a:hover
   {
     color: #555;
     text-decoration: none;
    }

a.menu:hover 
   {
     color: #f4eebe;
     text-decoration: none;
    }

/* / Links :: General */


/* Buttons */

.btn {
	display: inline-block;
	margin: 15px 0;
	box-sizing: border-box;
	padding: 15px;
	border: none;
	outline: none;
	text-align: center;
	transition: all .3s linear;
}
.btn:hover {
	cursor: pointer;
	text-decoration: none;
}

.btn-big {
	font-size: 24px;
}
.btn-medium {
	font-size: 20px;
}
.btn-small {
	font-size: 16px;
}
.btn-smallest {
	font-size: 12px;
}

.btn-orange {
	background: #f60;
	color: #222;
}
.btn-orange:hover {
	background: #f16202;
	color: #000;
}

.btn-red {
	background: #aa2222;
	color: #fff;
}
.btn-red:hover {
	background: transparent;
	border-color: #666;
	color: #666;
}

.btn-red:hover i.fa {
	border-color: #666;
}

.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-head {
    text-transform: uppercase;
    font-weight: bold;
}

.head-hr {
    background: #ff6100;
    border: none;
    width: 70px;
    height: 3px;
    margin: 21px 0;
}

/* 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;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	line-height: 1.3;
	font-weight: 400;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

p {
	line-height: 1.3;
	font-size: 16px;
}

/* / Text :: General */


/* Containers */

.container-fullwidth {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 1170px;
    position: relative;
    top: 0;
    overflow: hidden;
}

/* / Containers */


/* Header */

div#header {
    float: left;
    height: 130px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1024px;
    color: #333;
}

.header-bg-wrapper {
	background: #fff;
}

div#header h1
   {
     float: left;
     margin: 33px 0 0 0; 
     width: 750px;
     font-size: 18pt;
     color: #a10000; 
   }

div#header .logo {
    float: left;
    box-sizing: border-box;
    padding: 15px 0 0 15px;
    z-index: 2;
    width: 25%;
    height: 100%;
}

div#header .logo a {
	display: block;
	text-decoration: none;
}

div#header .logo a img {
	max-width: 40%;
	height: auto;
}

.top-description {
	float: left;
	box-sizing: border-box;
	padding: 36px 0 0 38px;
	width: 47%;
}

.top-description p {
	font-size: 18px;
	color: #000;
}

.contact_info {
    float: left;
	box-sizing: border-box;
	padding-top: 25px;
	width: 28%;
    color: #2D2D2D;
    font-size: 27px;
    text-align: right;
}

.contact_info ul li {
    display: inline-block;
    margin-bottom: 10px;
	line-height: 30px;
}

.contact_info ul li:last-child {
    margin: 0;
}

.contact_info p {
    margin-bottom: 10px;
	font-size: 16px;
}

.contact_info a {
    color: #ff6100;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.contact_info a:hover {
    text-decoration: none;
    color: #003c6f;
}

.contact_info i.fa {
	margin-right: 10px;
}

/* / Header */


/* Top Navigation */

.top-menu-wrapper {
	background: #ff6100;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	border-bottom: 15px solid #313130;
}

.navigation {
    width: 100%;
    box-shadow: 0px 0px 12px #403F3F;
}

.navigation ul {
    width: 100%;
    height: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    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;
    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;
    white-space: nowrap;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 10;
        font-size: 14px;

    font-weight: bold;
}
.navigation ul li a:hover {
    color: #fff;
    background: #003c6f;
    text-decoration: none;
}
.navigation ul li a.active {
    background: #003c6f;
    color: #fff;
    text-decoration: none;
}

.navigation ul li.top-nav-to-call-btn {
	display: none;
}

.navigation ul li.top-nav-to-call-btn a {
	color: #c93;
}

/* / Top Navigation */


/* Slider */

.owl-carousel-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
}

.owl-theme .owl-controls {
	position: relative;
	bottom: 50px;
}

.owl-theme .owl-controls .owl-page span {
	background: #333 !important;
}

.slide {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slide .info {
	position: absolute;
	top: 20%;
	left: 14%;
	padding: 20px;
	background: #003c6f;
	text-align: center;
	color: #333;
}

.owl-item {
	height: 600px;
}

.first-slide {
	background-image: url(../image/slide1.jpg);
}

.second-slide {
	background-image: url(../image/slide2.jpg);
}

.third-slide {
	background-image: url(../image/slide3.jpg);
}

.fourth-slide {
	background-image: url(../image/slide4.jpg);
}

.fifth-slide {
	background-image: url(../image/slide5.jpg);
}

.sixth-slide {
	background-image: url(../image/slide6.jpg);
}

.slide-btn {
	display: block;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: #000;
	opacity: .7;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	transition: all .2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.slide-btn:hover {
	cursor: pointer;
	opacity: 1;
}

#prev_slide {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 20;
}
#prev_slide:hover {
	padding-left: 15px;
}

#next_slide {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 20;
}
#next_slide:hover {
	padding-right: 15px;
}


.slide h3 {
margin: 0;
color: #fff;
	font-size: 30px;
	line-height: 1;
}

.slide h4 {
    font-size: 20px;
    margin-left: 92px;
    color: #fff;
    text-shadow: 1px 1px 0.2em black;
    line-height: 28px;
    font-family: Arial;
}

/* / Slider */


div#content {
    float: left;
	box-sizing: border-box;
	width: 100%;
    color: #333;
    background: #fff;
    display:flex;
}

div#content .search_field
   {
    padding: 12px;
    width: 187px;
    border: 0;
}

#searchsubmit {
    padding: 11px;
    border: none;
    background: #003c6f;
    color: #fff;
}
#searchsubmit:hover {
	background: #444;
}


.page-content {
    position: relative;
	box-sizing: border-box;
	padding: 20px;
	width: 75%;
    font-size: 100%;
    line-height: 1.4em;
    color: #000;
}

.index-page {
	width: 100%;
}

.page-content p {
     margin: 10px 0;
     line-height: 25px;
     color: #000;
}


.div-as-table {
	display: table;
	width: 100%;
	height: 100%;
}

.div-as-table-cell {
	display: table-cell;
	vertical-align: middle;
}


.wrapper-template {
	position: relative;
	float: left;
	margin: 20px 0;
	box-sizing: border-box;
	width: 100%;
}

.prouct {
	margin-bottom: 20px;
}

.item-template {
	margin-bottom: 10px;
	box-sizing: border-box;
	min-height: 200px;
	background: #f7f7f7;
}

.item-name {
    padding: 5px 20px;
}

.item-name p {
    margin: 0;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.i-fa-circle {
	margin: 5px;
	border-radius: 50%;
	text-align: center;
}


/* Products */

.products-wrapper .product:hover {
    box-shadow: 0px 7px 17px 3px #b5b5b5;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.product {
	margin-top: 20px;
	border: 1px solid #f7f7f7;
}

.products-item img {
    position: relative;
    height: 200px;
    margin: 0 auto;
    display: block;
}

/* / Products */


/* Features */

.features {
	
/*  	background-color: #f7f7f7;*/
    padding: 90px 0 130px;
    background-color: rgba(0, 60, 111, .9);
}

.features .text-head {
	color: #fff;
}

.features .container {
	 
}

.features i {
    width: 75px;
    height: 75px;
    background-color: #ff6100;
    color: #fff;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    float: left;
}

.features .features-text {
float: left;
	padding-left: 20px;
	    width: 72.97%;
}

.features h4 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
}


.features p {
	color: #ccc;
	font-size: 14px;
}

/* / Features */


/* Contacts */

.contacts-wrapper {
	top: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -20px;
	margin-right: -20px;
	padding: 30px 0;
	width: 1170px;
	background-color: #f7f7f7;
}

.contacts-wrapper h1 {
	position: relative;
}
.contacts-wrapper h1:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 200px;
	width: 180px;
	height: 1px;
	background: linear-gradient(to left, #825500, transparent);
}
.contacts-wrapper h1:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 200px;
	width: 180px;
	height: 1px;
	background: linear-gradient(to right, #825500, transparent);
}

.page-content .contacts-wrapper h3 {
	padding: 0;
	border: none;
	text-align: center;
}

.contacts-wrapper i.fa {
	width: 36px;
	height: 36px;
	border: 2px solid #825500;
	line-height: 36px;
	font-size: 20px;
	color: #825500;
}

.contacts-wrapper .column-1-2 {
	text-align: center;
}

.column.map-wrapper {
	padding: 0;
}

.column.map-wrapper p {
	font-size: 20px;
}

.yandex-map {
	width: 100%;
	height: 400px;
}

.contacts-data {
	text-align: center;
}

.contacts-data a {
	font-size: 20px;
	color: #000;
}
.contacts-data a:hover {
	color: #684600;
}

/* / Contacts */


.sidebar {
    position: relative;
	display: none;
	box-sizing: border-box;
	padding: 20px;
	width: 25%;
    background: #f7f7f7;
    color: #000;
}

.sidebar #submenu {
	background: #fff;
}

.sidebar #submenu ul li {
	position: relative;
}
.sidebar #submenu ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f7f7f7;
}
.sidebar #submenu ul li:last-child:after {
	height: 0;
}
.sidebar #submenu ul li:hover:after {
	background: transparent;
}

.sidebar #submenu ul li a {
    position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 20px;
	color: #333;
    text-decoration: none;
	transition: all .3s linear;
}
.sidebar #submenu ul li a:hover {
	background: #c93;
	color: #000;
	text-decoration: none;
}
.sidebar #submenu ul li a.active {
	background: #b98a26;
	color: #000;
}

.sidebar #newsblock
   {
      margin: 0;
      padding: 20px 0 0 15px;
   }
.sidebar #newsblock strong
   {
      padding: 0;
      margin: 0;
      font-size: 20px;
   }
dt
   {
      padding: 5px 0 0 0;
      margin: 10px;
      color: #666;
      font-size: 12px;
   }
dd
   {
      margin: 0;
	  padding: 0;
      color: #333;
   }

dd div {
font-size: 14px;
}


.page-content blockquote
   {
     padding: 10px 25px;
     margin: 0 0 20px 0; 
     color: #fff;
     background: #a10000;
   }
.page-content blockquote p
   {
     color: #fff;
   }

.page-content ul
   {
    padding: 0 0 10px 20px;
    margin: 0;
   }

.page-content ol
   {
    padding: 0 0 20px 20px;
    margin: 0;
    list-style-type: decimal;
   }

.page-content ul li, .page-content ol li
   {
     padding: 0 0 10px 0;
     margin: 0;
   }

  .page-content ul li:before {
  	content: "\f105";
  	font-family: FontAwesome;
  	margin-right: 7px;
  }


.footer-wrapper {
	background-color: #444;
	 position: absolute;
  bottom: 0;
  width: 100%;
}

.footer {
    float: left;
	width: 100%;
	height: 90px;
}

.metrika {
	width: 27%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 20px 18px 20px;
	margin: 0;
}

div#copyright {
	color: #333;
	padding: 20px 0px 18px 35px;
	margin: 0;
	position: relative;
	float: left;
	width: 40%;
	box-sizing: border-box;
}

div#copyright .cpl {
	float: left;
	color: #fff;
	font-size: 12px;
}   

div#z66 {
    width: 33%;
    color: #fff;
    padding: 20px 130px 18px 0;
    margin: 0;
    position: relative;
    float: left;
    text-align: right;
    background: url(../image/logo2.png) right 24px no-repeat;
    box-sizing: border-box;
    font-size: 12px;
}

div#z66 a.menu:link 
   {
     color: #fff;
     text-decoration: none;
   }
div#z66 a.menu:visited 
   {
     color: #fff;
     text-decoration: none;
   }
div#z66 a.menu:hover 
   {
     color: #CECECE;
     text-decoration: none;
    }


.pageToste {
	font-size: 13px;
	margin-bottom: 5px;
}

.pageToste a {
	color: #fff;
	text-decoration: none;
}

.search_block {
    margin-bottom: 10px;
    background: #fff;
    color: #000;
}

.to_top {
	position: fixed !important;
	top: 0;
	z-index: 3;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	bottom: 180px;
	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 */


/* Callback (Order) Form */

.order_form .consult {
    margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 5px 10px 4px;
    width: 249px;
	text-align: center;
    color: #333;
}

.order_form .consult h3 {
	margin-bottom: 0;
}

.order_form .consult p {
	margin-bottom: 10px;
}

.order_form .formcontrol {
    margin: 7px 0;
    text-align: center;
}

.order_form .formcontrol > input {
    display: block;
    width: 100%;
    border: none;
    padding: 12px;
    line-height: 1.2;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.order_form .formcontrol > input:focus {
    border-color: #666;
}

.order_form .consult .submit {
    display: block;
    width: 100%;
    background-color: #003c6f;
    border: none;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.order_form .consult .submit:hover {
    background: #c93;
}

/* 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: #f7f7f7;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
}
.theme-field:hover {
	border-color: #ccc;
}
.theme-field:focus {
	border-color: #999;
}

/* Callback Form */

.call-callback-form .btn-red:hover, .call-callback-form .btn-red:visited:hover {
	color: #666;
}

.call-callback-form .btn-red:visited {
	color: #fff;
}

.call-callback-form i.fa {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	font-size: 15px;
}

#callback-form {
	display: none;
	width: 500px;
	text-align: center;
}

#callback-form .theme-field {
	float: left;
	width: 400px;
	height: 50px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.callback-btn {
	float: right;
	margin: 10px 0;
	width: 50px;
	height: 50px;
	line-height: 1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.callback-btn:hover {
	background: #c93;
	color: #fff;
}

/* / Callback Form */


/* Order Form */

#order-form {
	display: none;
}

#order-form h1 {
	text-align: center;
}

#order-form .btn i.fa {
	margin-right: 7px;
}

/* / Order Form */

/* / New Forms */


/* Advert */

.reclame {
    margin-bottom: 10px;
	box-sizing: border-box;
	padding: 0;
    width: 249px;
    height: auto;
}

.reclame_content img {
    max-width: 100%;
	height: auto;
}

.reclame_content h3 {
    font-size: 24px;
    line-height: 1;
}

/* / Advert */


/* Таблица прайс-лист */

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 */

.contentText table.tiles {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

.contentText table.tiles td {
	padding: 15px;
	min-height: 85px;
	border: none;
	text-align: center;
	vertical-align: middle;
}

.contentText table.tiles td img {
	transition: all .3s linear;
}

.contentText table.tiles td img:hover {
	cursor: pointer;
	opacity: .7;
}

/* / 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 */

.page-content 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;
}

.page-content h3, .sidebar dd a {
	display: block;
	margin: 10px 0 15px;
	font-size: 18px;
	font-weight: 600;
}


p span.imgLeftFloat {
	margin-right: 15px;
}
p span.imgRightFloat {
	margin-left: 15px;
}


/* Gallery */

.gallery-items {
	
}

a.fancybox.gallery-item {
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}
a.fancybox.gallery-item:hover img {
	opacity: .5;
}
a.fancybox.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;
    z-index: 20;
}
a.fancybox.gallery-item:last-child {
	margin-right: 0;
}
a.fancybox.gallery-item img {
	display: block;
	max-width: 200px;
	height: auto;
}

.contact_info .btn {
	margin: 0;
}

/* / Gallery */

.gallery-img img {
	width: 150px;
	height: 100px;
}

/* == Apps == */

/* JivoSite */

.jivo-btn-light {
	background: #aa2222;
}

@media only screen and (max-width: 1100px) {
	div#jivo-iframe-container.jivo-iframe-container-left {
	    display: none !important;
	}
	.container-fullwidth, .page-wrapper {
		width: 1170px;
	}
}

/* / JivoSite */


/* Яндекс.Поделиться */

.ya-share2 {
	margin-top: 10px;
}

/* / Яндекс.Поделиться */

/*]]>*/