<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*&lt;![CDATA[*/

.fancybox-inner {
    overflow: hidden !important;
}

.catalogList .catalogOne {
    margin: 40px !important;
}

.header-image {
    height: 300px;
    border-bottom: 10px solid #07234a;
    background: url(../image/bg1.jpg) no-repeat 100% #efefef;
    background-attachment: fixed;
    background-size: cover;
    }

.catalogItems .catalogItemOne {
        width: 300px !important;
    height: 300px !important;
    }
    
.itemImage {
    float: none !important;
    margin-bottom: 30px !important;
    }

.itemImage img {
    min-width: 200px;
    height: auto;
    margin-left: 50px;
    }

.prod-table {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: rgba(35, 87, 158, 0.17);
    width: 1108px;
    margin: 50px;
    }

.prod-table td {
 	border: 2px solid #d2d2d2 !important;
    padding: 5px 20px;
     } 

.toste {
    font-size: 16px !important;
    padding: 20px;
    }

.catalogList {
    margin: 50px;
    }
    
.catalogList .catalogOne {
        width: 300px !important;
    margin-bottom: 100px !important;
    height: 250px !important;
    }
    
.catalogList .catalogOne img {
    width: 200px;
    height: auto;
    }
    
.catalogList .catalogOne strong {
    font-size: 18px;
    color: #103466;
    }
    
.catalogItems {
    padding: 20px;
    }

.about-wrapper img {
    width: 100%;
    margin-top: 50px;
}

.about-wrapper p {
    font-size: 17px;
    padding-left: 30px;
}

.about-wrapper span {
    display: block;
    font-size: 22px;
    padding-bottom: 20px;
    font-weight: bold;
}

.features-cont {
	background: #000;
}

.features-item .item-name p {
    color: #ccc;
    text-transform: uppercase;
    padding-top: 20px;
}

.features-item i.fa {
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    border: 2px solid #3383c3;
    padding: 20px;
    line-height: 70px;
    font-size: 50px;
    color: #3383c3 !important;
}

.features-item span {
    color: #b3b3b3;
    font-size: 18px;
    display: block;
    padding-top: 10px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

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

hr {
    width: 10%;
    border-color: rgba(157, 0, 0, 0.52);
}

body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif !important;
    background: url(../image/pattern-light-1.jpg);
    /* background-size: cover;
    background-attachment: fixed; */
    cursor: default;
    width: 100%;
}


.top-description .fa {
    color: #c35900 !important;
    margin-right: 20px !important;
}

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;
}

.column-1-5 {
	width: 20%;
}
.column-1-4 {
	width: 25%;
}
.column-1-3 {
	width: 33.333%;
	min-height: 100px;
}
.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: #aa2222;
    }

a:hover
   {
     color: #555;
     text-decoration: none;
    }

a.menu:hover 
   {
     color: #f4eebe;
     text-decoration: none;
    }

/* / Links :: General */


/* Buttons */

.contact_info .btn {
    display: inline-block;
    margin: 20px 0;
    box-sizing: border-box;
    padding: 10px 35px;
    border: none;
    outline: none;
    text-align: center;
    transition: all .3s linear;
    background: linear-gradient(to top, #e6565b, #8c1616);
    color: #fff !important;
    font-size: 18px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px 0px #636363;
}
.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;
	opacity: 0.7;
}

.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;
	padding: 50px 0;
}

.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;
	font-family: 'Roboto Condensed', sans-serif !important;
}

h1 {
	font-size: 30px;
	padding: 30px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 20px;
}

p {
	line-height: 1.3;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif !important;
}

/* / 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: 150px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1024px;
    color: #333;
    background: #efefef;
}

.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: 30px 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: 26px 0 0 140px;
	width: 55%;
}

.top-description p {
	font-size: 20px;
	color: #666;
}

.top-description ul {
    font-size: 20px;
    line-height: 1.3em;
    color: #000;
}


.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: linear-gradient(to top, #194582, #001531);
}

.navigation {
    width: 100%;
    box-shadow: 0px 0px 12px #403F3F;
    background: linear-gradient(to top, #194582, #001531);
}

.navigation ul {
    width: 100%;
    height: 60px;
    list-style: none;
    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;
}
.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: 600;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 10;
}
.navigation ul li a:hover {
    color: #fff;
    background: #23579e;
    text-decoration: none;
}
.navigation ul li a.active {
    background: #23579e;
    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: #c93;
}

/* / Top Navigation */


/* Slider */

.owl-carousel-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
}

.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: 600px;
}

.first-slide {
	background-image: url(../image/slide1-1.jpg);
}

.second-slide {
	background-image: url(../image/slide2.jpg);
}

.third-slide {
	background-image: url(../image/slide3.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;
	width: 100%;
    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-size: 20px;
	color: #333;
}

.i-fa-circle {
	margin: 5px;
	border-radius: 50%;
	text-align: center;
}


/* Products */

.products-wrapper {
	
}

.products-item {
	height: 350px;
	background: #efefef;
	margin: 20px;
}

.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/vintovoi.jpg);
}

.hall-img {
	background-image: url(../image/porshnevoi.jpg);
}

.guestroom-img {
	background-image: url(../image/golovka.jpg);
}

.childroom-img {
	background-image: url(../image/podgotovka.jpg);
}

.bedroom-img {
	background-image: url(../image/zapchasti.jpg);
}

.wardrobe-img {
	background-image: url(../image/forsagh.jpg);
}

.dizelectro-img {
    background-image: url(../image/diz-electro.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: 0 !important;
	padding-top: 90px;
	height: 500px;
	background: url(../image/bg1.jpg) no-repeat 100% #efefef;
	background-attachment: fixed;
	background-size: cover;
}

.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: 2px solid #3383c3;
    line-height: 70px;
    font-size: 40px;
	color: #fff;
}

/* / Features */


/* Contacts */

.contacts-wrapper {
	top: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0;
	width: 100%;
	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;
}
.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 {
    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 #submenu ul li a:hover:before, .sidebar #submenu ul li a.active:before {
	content: "\f02b";
	margin-right: 10px;
	line-height: 1;
	font-family: "FontAwesome";
	font-size: 16px;
	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: linear-gradient(to bottom, #194582, #001531);
}

.footer {
    float: left;
	width: 100%;
	height: 100px;
}

.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;
	font: normal 9pt/13pt 'Open Sans', Tahoma, sans-serif;
	width: 40%;
	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 '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: #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;
	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 */

.order_form .consult {
    margin-bottom: 10px;
	box-sizing: border-box;
	padding: 5px 5px 10px 4px;
    width: 249px;
	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 &gt; 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 &gt; input:focus {
    border-color: #666;
}

.order_form .consult .submit {
    display: block;
    width: 100%;
    background-color: #aa2222;
    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: #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: #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: #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;
    padding: 30px;
}

/* === */

/* 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;
}

/* / 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: 1170px;
	}
}

/* / JivoSite */


/* РЇРЅРґРµРєСЃ.РџРѕРґРµР»РёС‚СЊСЃСЏ */

.ya-share2 {
	margin-top: 10px;
}

/* / РЇРЅРґРµРєСЃ.РџРѕРґРµР»РёС‚СЊСЃСЏ */

/*]]&gt;*/</pre></body></html>