/*<![CDATA[*/

html {
  position: relative;
  min-height: 100%;
}

html, body {
	margin: 0;
	padding: 0;
}

strong{
	text-transform: uppercase;
}

.contentText .cherep {
    display: inline-block;
}

.text-center.color-red {
    text-transform: uppercase;
    color: red;
}

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%;
    margin-bottom: 100px;
}

table.tftable td {
    border: 1px dashed #444;
}
table.tftable tr {
    border: 1px dashed #444;
}
table.tftable {
    border: 1px dashed #444;
}

img, a img {
	border: 0;
	outline: none;
}
.img-flex {
	display:flex;
	align-items:center;
}
.img-content {
	display: flex;
	padding-top: 10px;
	text-align:left;
}
.img-content img {
    padding-right: 10px;
    border-radius: 50%;
    height: 100px !important;
}
.links {
	font-size: 14px;
	display:flex;
	justify-content: space-between;
}
.btn-rd {
	color:#fff !important;
	background-color:#ed1c24;
    	font-size: 18px;
    	border-radius: 3px;
    	padding: 10px 20px;
}
.btn-rd:visited, .btn-rd:hover {
	color:#fff !important;
}
table
   {
     margin: 0;
     padding: 0;
     border-collapse: collapse;
     width: 100%;
     margin-bottom: 40px;
   }
   
   .wrapper-template {
    position: relative;
    float: left;
    margin: 20px 0;
    box-sizing: border-box;
    width: 100%;
}

.red-color {
	color: #ed1c24;
}

.technologies-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 0 10px;
    width: 1170px;
    background: #efefef;
}
.text-center {
    text-align: center;
}
.text-center h1 {
    font-size: 30px;
    font-weight: bold;
}

.item-template {
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    min-height: 200px;
    
    text-align: center;
}
.technologies-item {
    height: 350px;
    background: linear-gradient(45deg, #7089c4, #1c3f85);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.technologies-item .item-img {
    overflow: visible;
    height: 200px;
}
.item-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footing-img {
    background-image: url(../image/continuous-footing.jpg);
}
.alta-bio-img {
    background-image: url(../image/alta-bio.jpg);
}
.building-img {
    background-image: url(../image/building.jpg);
}
.technologies-item .item-description {
    height: 150px;
}
.item-description {
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    height: 100%;
    transition: all .3s linear;
}

h2.expand-tech-info-btn {
    color: #fff;
}

.div-as-table {
    display: table;
    width: 100%;
    height: 100%;
}
.div-as-table-cell {
    display: table-cell;
    vertical-align: middle;
}


/* Attached Footer */

.page-wrapper {

}
*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;
}
.sertificates, .our-works {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}
.sertificates img{
	padding-right:20px;
	padding-bottom:20px;
}
.our-works img {
	padding:0;
}

.sertificates a:nth-child(3n+3) img, .our-works a:nth-child(3n+3) img {
	padding-right:0;
}

/* 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%;
}

.circle img {
	border-radius:50%;
}
/* / 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: #7089c4;
     text-decoration: none;
   }

a:visited
   {
     color: #7089c4;
    }

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: #ed1c24;
	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;
}


.blue-btn  {
	background-color:#7089c4;
	padding: 20px 20px;
    	border-radius: 6px;
    	color:#fff;
    	box-shadow: 0 5px 0 0 #4b66a5;
}
.submit {
	background-color:#7089c4;
	color:#fff;
	border:none;
	box-shadow: 0 5px 0 0 #4b66a5;
	border-radius: 6px;	
}
.blue-btn:visited {
	color:#fff;
}
.blue-btn:hover {
	cursor:pointer;
	color:#fff;	
}

/* / Buttons */

.blue-link {
	color:#7089c4;
	text-decoration:underline;
	font-size: 22px;
}
.blue-link:visited {
	color:#7089c4;
}

/* Text :: General */

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
	    border-bottom: 1px solid #eee;
}

.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: 50px;
}

h2 {
	font-size: 22px;
	color: #41547a;
        font-weight: bold;
}

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: 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;
    background: #fff;
}

.header-bg-wrapper {
	background: #fff;
}

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: 0px 0 0 15px;
    z-index: 2;
    width: 20%;
    height: 100%;
}

p.logo_text {
    font-size: 20px;
    font-weight: bold;
    color: #1f4922;
    margin-left: 7px;
}


div#header .logo a {
	display: block;
	text-decoration: none;
}

div#header .logo a img {
	max-width: 60%;
	height: auto;
}

.top-description {
	float: left;
	box-sizing: border-box;
	    padding: 26px 0 0 20px;
	width: 57%;
}

.top-description p {
	font-size: 24px;
	color: #666;
}
.top-description2 {
    float: left;
    width: 25%;
       padding-top: 30px;
       text-align: center;
}

.top-description2 a {
	padding-bottom: 10px;
	display: block;
	font-size: 20px;
}

.contact_info {
    float: left;
	box-sizing: border-box;
	padding-top: 25px;
	width: 22%;
    color: #2D2D2D;
    font-size: 27px;
    text-align: right;
}

.contact_info ul li {
    display: inline-block;
    margin-bottom: 20px;
	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: #ed1c24;
}

.contact_info i.fa {
	margin-right: 10px;
}

/* / Header */


/* Top Navigation */

.top-menu-wrapper {
	background: #7089c4;
}

.navigation {
    width: 100%;
    box-shadow: 0px 0px 12px #403F3F;
    background: #7089c4;
}

.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: #fecd06;
    text-decoration: none;
}
.navigation ul li a.active {
    background: #fecd06;
    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: #fecd06;
}

/* / 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: #fff !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: 560px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	color: #fff;
}

.slide .info-1 {
    position: relative;
    top: 140px;
}

.info-1 h1 {
    font-size: 72px;
    font-weight: bold;
}

.info-2 h2 {
    color: #fff;
    position: relative;
    bottom: -130px;
    font-size: 50px;
    font-weight: bold;
    left: 105px;
}



.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);
}
.four-slide {
	background-image: url(../image/slide4.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;
	    top: 315px;
    position: relative;
}

.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;
}

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: 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-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;
	transition: all .5s;
}

.products-item .item-name {
	height: 17%;
	background: #ed1c24;
}

.products-item .item-name p {
	color: #fff;
}

.products-item:hover .item-more-info {
	opacity: 1;
	visibility: visible;
}

.item-more-info {
	position: absolute;
	bottom: 0;
	opacity:0;
	visibility: hidden;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	/*height: 80%;*/
	height: 100%;
	background: rgba(0, 0, 0, .7);
	transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.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/metall.jpg);
}

.hall-img {
	background-image: url(../image/gibkaya.jpg);
}

.guestroom-img {
	background-image: url(../image/profnastil.jpg);
}

.vrem-img {
	background-image: url(../image/vremen.jpg);
}

.natural-img {
	background-image: url(../image/natural.jpg);
}

.demon-img {
	background-image: url(../image/demon.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: 1170px;
	height: 500px;
	background-color:#1c3f85;
	//background: url(../image/slide1-w1920.jpg) no-repeat 100% top #efefef;
	background-attachment: fixed;
	background-size: cover;
}
.features-wrapper2 {
background-color:#eee;
padding: 20px 0;

}
.features-wrapper2 .features-item .item-name p {
    padding-top: 0;
    font-size: 16px;
    line-height: 1.8;
}
.features-wrapper .column-1-3 {
	padding: 0 60px;
}
.features-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.features-item {
	z-index: 2;
	padding-top: 20px;
	background: none;
}

.features-item .item-name {
	position: relative;
	padding: 0;
}


.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: 1170px;
	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: #fecd06;
	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: #ed1c24;
	color: #fff;
	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: url(../image/pattern-dark-1.png) #4e4e4e;
	    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.footer {
    float: left;
	width: 100%;
	height: 100px;
	background-color: #444;
}

.metrika {
	width: 32%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 20px 18px 20px;
	margin: 0;
}
.features-wrapper .features-item .item-name p{
	padding-top: 30px;
	color: #ffe800;
}
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: 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 > 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: #ed1c24;
    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: #fecd06;
}

/* 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: #1c3f85;
    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;
  

}

td.ob_str{
	border: 1px solid #41547a;
}

td.ob_str.yellow_str {
    background-color: #fecd06;
    font-size: 20px;
    font-weight: bold;
}

td.zagolovok {
    border-bottom: 3px solid #fecd06;
    font-size: 22px;
    font-weight: bold;
    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;
}

/* / Gallery */


/* == Apps == */

/* JivoSite */

.jivo-btn-light {
	background: #ed1c24;
}

@media only screen and (max-width: 1100px) {
	div#jivo-iframe-container.jivo-iframe-container-left {
	    display: none !important;
	}
}

/* / JivoSite */


/* Яндекс.Поделиться */

.ya-share2 {
	margin-top: 10px;
}

/* / Яндекс.Поделиться */

@media (min-width: 350px) and (max-width: 1200px) {
.container-fullwidth {
    position: relative;
    overflow: hidden;
    width: 120%;
}

.slider-main-wrapper{
	width: 120%;
}


}
/*]]>*/