/*<![CDATA[*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    background: url(../image/pattern-light-1.jpg);
    /* 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;
	 width: 100%;
   }


/* 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;
}

.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: #aa2222;*/
     text-decoration: none;
   }

a:visited
   {
     color: #005DC8;
    }

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 :: 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;
	font-family: 'Merriweather', Georgia, serif;
	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: 15px;
}

/* / Text :: General */


/* Containers */

.container-fullwidth {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    position: relative;
    top: 0;
    overflow: hidden;
}

/* / Containers */


/* Header */

div#header {
    float: left;
    height: 100px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1024px;
    color: #333;
    /*background: #efefef;*/
    border-top: 8px solid #005DC8;
}

.header-bg-wrapper {
	/*background: #efefef;*/
}

div#header h1
   {
     float: left;
     margin: 33px 0 0 0; 
     width: 750px;
     font: normal 18pt/22pt 'Merriweather', Georgia, serif;
     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: 100%;
	height: auto;
}

.top-description {
	float: left;
	box-sizing: border-box;
	padding: 36px 0 0 38px;
	width: 55%;
}

.top-description p {
	font-size: 20px;
	color: #666;
}

.contact_info {
    float: left;
	box-sizing: border-box;
	padding-top: 25px;
	width: 20%;
    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: #2D2D2D;
    text-decoration: none;
}

.contact_info a:hover {
    text-decoration: none;
    color: #aa2222;
}

.contact_info i.fa {
	margin-right: 10px;
}

/* / Header */


/* Top Navigation */

.top-menu-wrapper {
	/*background: #444;*/
}

.navigation {
margin-top:20px;
    width: 100%;
    /*box-shadow: 0px 0px 12px #403F3F;*/
    /*background: #444;*/
    /*border-top: 3px solid #005DC8;*/
    /*border-top: 3px solid #005DC8;*/
    margin-bottom:30px;
    color: #fff;
    
}

.navigation ul {
    width: 100%;
    height: 50px;
    list-style: none;
    color: black;
    background-color:#005DC8;
    margin: 0;
    padding: 0;
    font: bold 10pt/20pt 'Open Sans', Tahoma, sans-serif;
    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;
    font-family: arial;
}
.navigation ul li:last-child {
    border: none;
}

.navigation ul li a {
    display: block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    /*text-transform: uppercase;*/
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 10;
}
.navigation ul li a:hover {
    background: #0088ff;
    text-decoration: none;
}
.navigation ul li a.active {
    background: #005DC8;
    color:white;
    text-decoration: none;
}

.navigation a.menu {
	/*text-transform: uppercase;*/
}

.navigation ul li.top-nav-to-call-btn {
	display: none;
}

.navigation ul li.top-nav-to-call-btn a {
	color: #005DC8;
}

/* / Top Navigation */


/* Slider */

.owl-carousel-wrapper {
	position: relative;
	overflow: hidden;
	/*width: 100%;*/
	height: 250px;
	background: url(../image/slide3.jpg);
}

.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;
	bottom: 0;
	padding: 20px 0;
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, .75);
	text-align: center;
	color: #333;
}

.owl-item {
	height: 250px;
}

.first-slide {
	background-image: url(../image/slide1.jpg);
}

.second-slide {
	background-image: url(../image/slide2.jpg);
}

.third-slide {
	background-image: url(../image/slide3-w1920.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;
}
#prev_slide:hover {
	padding-left: 15px;
}

#next_slide {
	position: absolute;
	top: 50%;
	right: 0;
}
#next_slide:hover {
	padding-right: 15px;
}


.slide h3 {
	font-family: 'Merriweather', Georgia, serif;
	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%;
    font: normal 11pt/16pt 'Open Sans', Tahoma, sans-serif;
    color: #333;
    background: #fff;
    display:flex;
}

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#content .search_field
   {
     float: left;
     margin: 0; 
     padding: 10px 15px 0px 15px;
     font: 9pt/9pt 'Open Sans', Tahoma, sans-serif;
     height: 16px;
     width: 170px;
     background: none;
     border: 0px solid #000;
}

#searchsubmit {
	margin-top: 3px;
	padding: 6px;
	background: #999;
}
#searchsubmit:hover {
	background: #666;
}


.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;
     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%;
}

.item-template {
	position: relative;
	margin-bottom: 20px;
	box-sizing: border-box;
	min-height: 200px;
	background: #efefef;
	text-align: center;
}

.item-img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.item-name {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	padding: 20px 0;
	width: 100%;
	transition: all .3s linear;
}

.item-name p {
	margin: 0;
	font-family: 'Merriweather', Georgia, serif;
	font-size: 20px;
	color: #333;
}

.i-fa-circle {
	margin: 5px;
	border-radius: 50%;
	text-align: center;
}


/* Products */

.products-wrapper {
	
}

.products-item {
	height: 350px;
	background: #efefef;
}

.products-item .item-name {
	height: 20%;
	background: #aa2222;
}

.products-item .item-name p {
	color: #fff;
}

.item-more-info {
	position: absolute;
	bottom: 0;
	display: none;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	height: 80%;
	background: rgba(0, 0, 0, .7);
}

.item-more-info p {
	font-size: 20px;
	color: #fff;
}
.item-more-info p:not(:first-child) {
	margin: 0;
}
.item-more-info p:last-child .btn {
	margin-top: 0;
}

.item-more-info .btn {
	width: 70%;
}

.item-more-info .btn-link {
	border-color: #fff;
	color: #fff;
}
.item-more-info .btn-link:hover {
	opacity: .7;
}

.kitchen-img {
	background-image: url(../image/kitchen.jpg);
}

.hall-img {
	background-image: url(../image/hall.jpg);
}

.guestroom-img {
	background-image: url(../image/guestroom.jpg);
}

.childroom-img {
	background-image: url(../image/childroom.jpg);
}

.bedroom-img {
	background-image: url(../image/bedroom.jpg);
}

.wardrobe-img {
	background-image: url(../image/wardrobe.jpg);
}

.soft-furniture-img {
	background-image: url(../image/soft-furniture.jpg);
}

.computer-desk-img {
	background-image: url(../image/computer-desk.jpg);
}

.mattress-img {
	background-image: url(../image/mattress.jpg);
}

/* / Products */


/* Features */

.features-wrapper {
	margin-left: -20px;
	margin-right: -20px;
	padding: 50px 0;
	width: 960px;
	height: 300px;
	background: url(../image/slide1-w1920.jpg) no-repeat 100% top #efefef;
	background-attachment: fixed;
	background-size: cover;
}
.features-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.features-item {
	z-index: 2;
	padding-top: 20px;
	background: none;
}

.features-item .item-name {
	position: relative;
	padding: 0;
}

.features-item .item-name p {
	color: #fff;
}

.features-item i.fa {
	margin-bottom: 30px;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	line-height: 70px;
	font-size: 30px;
	color: #fff;
}

/* / Features */


/* Contacts */

.contacts-wrapper {
	top: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -20px;
	margin-right: -20px;
	padding: 30px 0;
	width: 960px;
	background: linear-gradient(45deg, #b98a26, #d2a857);
}

.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 {
	margin: 20px 0;
	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: #efefef;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;*/
    font: normal 11pt/16pt 'Open Sans', Tahoma, sans-serif;
    color: #000;
}

.sidebar #submenu {
    width: 249px;
	/*background: #d2a857;*/
	font: normal 14pt/20pt 'Open Sans', Tahoma, sans-serif;
}

.sidebar #submenu ul li {
	position: relative;
	margin-left:10px;
}
/*.sidebar #submenu ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, transparent, #825500, transparent);
}
.sidebar #submenu ul li:last-child:after {
	height: 0;
}
.sidebar #submenu ul li:hover:after {
	background: transparent;
}*/

.sidebar #submenu ul li a {
        margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: times new roman;
    line-height: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #005DC8;
}
.sidebar #submenu ul li a:hover {
	/*background: #005DC8;*/
	color: #0048C8;
	text-decoration: none;
}
.sidebar #submenu ul li a.active {
	/*background: #b98a26;*/
	color: #0048C8;
}
.sidebar #submenu ul li a :before, .sidebar #submenu ul li a.active:before {
	content: "\f054";
	color: #0048C8;
	margin-right: 10px;
	line-height: 1;
	font-family: "FontAwesome";
	font-size: 12px;
	transition: all .3s linear;
}


.sidebar #newsblock
   {
      width: 215px;
      margin: 0;
      padding: 20px 0 0 15px;
   }
.sidebar #newsblock strong
   {
      padding: 0;
      margin: 0;
      font: 16pt/20pt 'Open Sans', Tahoma, sans-serif;
   }
dt
   {
      padding: 5px 0 0 0;
      margin: 10px;
      font: 9pt/14pt 'Open Sans', Tahoma, sans-serif;
      color: #666;
   }
dd
   {
      margin: 0;
	  padding: 0;
      font: 12pt/14pt 'Open Sans', Tahoma, sans-serif;
      color: #333;
   }

dd div {
	font: 12pt/14pt 'Open Sans', Tahoma, sans-serif;
}


.page-content blockquote
   {
     padding: 10px 25px;
     margin: 0 0 20px 0; 
     color: #fff;
     background: #a10000;
     font: normal 10pt/14pt 'Open Sans', Tahoma, sans-serif;
   }
.page-content blockquote p
   {
     color: #fff;
   }

.page-content ul
   {
    padding: 0 0 10px 20px;
    margin: 0;
    list-style-image: url(../image/bullet.gif);
	list-style-position: inside;
   }

.page-content ol
   {
    padding: 0 0 20px 20px;
    margin: 0;
   }

.page-content ul li, .page-content ol li
   {
     /* font: normal 10pt/14pt 'Open Sans', Tahoma, sans-serif; */
	 font: inherit;
     padding: 0 0 10px 0;
     margin: 0;
   }


.footer-wrapper {
	/*background: url(../image/pattern-dark-1.png) #4e4e4e;*/
	border-top: 8px solid #005DC8;
}

.footer {
    float: left;
	width: 100%;
	height: 100px;
}

.metrika {
	width: 34%;
	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;
	font: normal 9pt/13pt 'Open Sans', Tahoma, sans-serif;
	width: 35%;
	box-sizing: border-box;
}

div#copyright .cpl {
	float: left;
	/*color: #fff;*/
}   

div#z66 {
    width: 30%;
    /*color: #fff;*/
    padding: 20px 130px 18px 0;
    margin: 0;
    position: relative;
    float: left;
    font: normal 9pt/13pt 'Open Sans', Tahoma, sans-serif;
    text-align: right;
    background: url(../image/logo2.png) right 24px no-repeat;
    box-sizing: border-box;
}

div#z66 a.menu:link 
   {
     color: black;
     text-decoration: none;
   }
div#z66 a.menu:visited 
   {
     color: black;
     text-decoration: none;
   }
div#z66 a.menu:hover 
   {
     color: #666;
     text-decoration: none;
    }


.pageToste {
	font-size: 13px;
	margin-bottom: 5px;
}

.pageToste a {
	color: #fff;
	text-decoration: none;
}

.search_block {
    margin-bottom: 10px;
	padding: 15px 5px 15px 4px;
    width: 240px;
    height: 34px;
	background: #ccc;
    font: normal 14pt/20pt 'Open Sans', Tahoma, sans-serif;
    color: #000;
}

.to_top {
	/*position: fixed !important;
	top: 0;
	z-index: 3;*/
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	bottom: 130px;
	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 */
element.style {
	background: #CCCCCC;
}
.order_form .consult {
    margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 5px 10px 4px;
    width: 200px;
	text-align: center;
    font: normal 14pt/20pt 'Open Sans', Tahoma, sans-serif;
    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-radius: 5px;
    border: 1px solid #ccc;
    padding: 7px;
    font-size: 15px;
    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: #005DC8;
    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 .consult .submit:hover {
    background: #005DC8;
}

/* 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;
}

/* 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: 450px;
	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: #005DC8;
	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;
	padding-left: 20px;
	border-left: 3px solid #aa801b;
	font-size: 14pt;
	font-weight: 400;
}


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;
}
/*Дополнительная форма*/
#content.page-content.form_wrapper {
	position: absolute;
}

.aside_form input {
	padding: 10px;
	display: block;
	margin-bottom: 10px;

}
.aside_form input.button_submit {
	border: none;
	outline: none;
	text-transform: uppercase;
	border-radius: 10px;
	background-color: #005DC8;
	color: #fff;
	padding: 15px;
	margin-top: 20px;
}
.aside_form input.button_submit:hover {
	background-color: #005DC8;
	cursor: pointer;
}
.aside_form input.check {
	display: inline;
}
/* / Gallery */


/* == 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: 960px;
	}
}

/* / JivoSite */


/* Яндекс.Поделиться */

.ya-share2 {
	margin-top: 10px;
}

/* / Яндекс.Поделиться */

/*]]>*/

.owl-carousel .owl-wrapper-outer {
border-radius: 4px; }

