/*<![CDATA[*/

* {
  box-sizing:border-box;
}

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/bg.png);
    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;
}

.main-banner {
	height: 500px;
	background-image: url('../image/sl22.jpg');
	position: relative;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6)
}

.banner-text-block {
position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
        margin-top: 115px;
}

.banner-text-head {
	color: #fff;
	font-size: 40px;
    font-weight: 800;
}

.banner-text {
    background-color: #ff6000;
    width: 33%;
    padding: 12px;
    color: #fff;
    margin: 30px auto 0;
    text-transform: uppercase;
}


.gallery_foto
{
	display:inline-block;
	vertical-align:top;
	width: 248px;
	height: 248px;
	border-radius:0px;
	box-shadow: 5px 5px 10px -1px gray;
	padding:0px;
	transition:all 0.3s ease;
	outline: 1px;
	margin: 10px;
}
.gallery_foto:hover
{
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.prod-wrap {margin-bottom: 15px; overflow: hidden;}
.prod-column {width: 271px; float: left; padding: 15px;}
.prod-ava {width: 100%;}
.prod-name {padding: 0 15px 0 15px;}
.prod-name p {font-size: 14px; padding: 0 0 0 0!important; text-align: center;}
.prod-desc {padding: 0 15px 0 15px;}
.prod-desc p {font-size: 12px; padding: 0 0 0 0!important;}
.prod-price { padding: 0 15px 0 15px; text-align: center;}
.prod-zakaz { padding: 0 0 0 15px;}
.prod-zakaz p {font-size: 14px; padding: 0 0 0 0!important; text-align: center;}
.prod-tel { padding: 0 0 0 15px;}

.prod-tel input {
border: none;
    color: #fff;
    background-color: #ff6000;
    padding: 5px 15px;
}


.prod-tel input:hover  {
	cursor:pointer;
	opecity: .7;
}

/* Grid */

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}

.container:after, .row:after {
  clear: both;
}

.container:before, .row:before {
  display: table;
  content: " ";
}

/* / Grid */


/* Links :: General */

a
   {
     color: #ff6000;
     text-decoration: none;
   }

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: #ff6000;
  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;
}

.contact_info .btn-jivo {
    margin: 0;
    background-color: #ff6000;
    font-size: 16px;
    display: inline-block;
    padding: 5px 30px;
    color: #fff;
}

.contact_info .btn-jivo:hover {
    background-color: #fff;
    color: #444;
}

/* / Buttons */

.text-head {
    text-transform: uppercase;
    font-weight: 600;
}

.head-hr {
    background: #ff6000;
    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: 15px;
}

/* / Text :: General */


/* Containers */

.container-fullwidth {
  position: relative;
  overflow: hidden;
  width: 100%;
}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}


/* / Containers */


/* Header */

div#header {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1024px;
    color: #333;
}

.header-bg-wrapper {
  background: #f7f7f7;
}

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: 30px 0 0 15px;
    z-index: 2;
    width: 35%;
    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: 45%;
}

.top-description a {
    color: #000;
    font-size: 15px;
}

.top-description p {
  font-size: 18px;
  font-weight: 600;
}

.contact_info {
    float: left;
  box-sizing: border-box;
  padding-top: 15px;
  width: 20%;
    color: #2D2D2D;
    font-size: 27px;
    text-align: right;
}

.contact_info ul li {
    display: inline-block;
    margin-bottom: 0;
  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.phone {
	font-weight: 600;
}

.contact_info a:hover {
    text-decoration: none;
    color: #ff6000;
}

.contact_info i.fa {
  margin-right: 10px;
}

/* / Header */


/* Top Navigation */

.top-menu-wrapper {
  background: #fff;
  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);
  z-index: 1;
}

.navigation {
    width: 100%;
}

.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: #444;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 10;
}
.navigation ul li a:hover {
    color: #ff6000;
    text-decoration: none;
}
.navigation ul li a.active {
    color: #ff6000;
    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: 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%;
  background: rgba(255, 255, 255, .75);
  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);
}

.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 {
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.slide h4 {
    font-size: 20px;
    margin-left: 92px;
    color: #fff;
    text-shadow: 1px 1px 0.2em black;
    line-height: 28px;
}

/* / 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: #ff6000;
    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 {
margin-top: 30px;
  width: 100%;
  padding: 0;
}

.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%;
}

.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-bottom: 20px;
  border: 1px solid #f7f7f7;
}

.products-item img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* / Products */


/* Features */

.features {
  padding: 60px 0 110px;
  background-image: url('../image/back.jpg');
  position: relative;
}

.features .text-head {
color: #fff;
}

.features:before {
    content: "";
    background-color: rgba(0,0,0,.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.features i {
    width: 75px;
    height: 75px;
    background-color: #ff6000;
    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-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
}

.features-text p {
	color: #dbdbdb;
}

/* / 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: #ff6000;
  color: #fff;
  text-decoration: none;
}
.sidebar #submenu ul li a.active {
  background: #ff6000;
  color: #fff;
}

.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;
   }

.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 {
    position: fixed;
    z-index: 100;
    bottom: 130px;
    right: 100px;
    display: none;
    background-color: #444;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
}

.scrollup i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 30px;
}


/* 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: #ff6000;
    border: none;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
    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: 600;
}
.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;
}

/* / Gallery */


/* == Apps == */

/* JivoSite */

.jivo-btn-light {
  background: #ff6000;
}

@media only screen and (max-width: 1100px) {
  div#jivo-iframe-container.jivo-iframe-container-left {
      display: none !important;
  }
  .container-fullwidth, .page-wrapper, .features {
    width: 1170px;
  }
}

/* / JivoSite */


/* Яндекс.Поделиться */

.ya-share2 {
  margin-top: 10px;
}

/* / Яндекс.Поделиться */

/*]]>*/