

/* Start:/bitrix/templates/startim/template_styles.css?166901464612852*/
html {
    position: relative;
    min-height: 100%;
}

body {

}


/* Перенести в bootstrap */

.form-control:focus {
    border-color: #2B542C;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #67B168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #67B168;
}

.container {
    width: 970px !important;
}

.wrap {
    background: #EDEEEF url("/bitrix/templates/startim/img/bg-wrap.png");
    position: relative;
    z-index: 50;
    padding-bottom: 170px;
}

/* HEADER */

.header {
    padding-top: 22px;
    padding-bottom: 17px;
}

.logo {
    /*
    background-image: url("/bitrix/templates/startim/img/logo.png");
    float: left;
    height: 100px;
    width: 100px;
    background-size: cover;
    */

    background-image: url("/upload/medialibrary/c4c/c4c532a37dab38e2356b39e6e25d2f72.png");
    float: left;
    height: 100px;
    width: 100px;
    background-size: cover;
    margin-left: 30px;
}

.company-text {
    float:left;
    font-size: 18px;
    text-transform: uppercase;
    color: #00913e;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    margin-left: 20px;
    padding-top: 6px;
}

.company-desc {
    color: #538a6a;
}

.header a.phone {
    /*color: #000;*/
    color: #519046;
    font-size: 24px;
    white-space: nowrap;
}
.header .call {
    margin-top: 12px;
}
.menu-main {
    height: 42px;
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 2px solid #7eb762;
    padding: 5px 0px;
    margin: 0 0 17px 0;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.menu-main ul {
    display: table;
    padding: 10px;
}

.menu-main ul li  {
    float: left;
    position: relative;
}

.menu-main ul li:hover > a {
    background-color: #e0fe68;
    border-radius: 5px;
    border: 1px solid #cbcbcb;
    color: #000000;
    text-decoration: none;
}

.menu-main ul li a  {
    display: block;
    color: #000;
    padding: 5px 7px;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 21px;
}

/* Search Title */
.search-title.col-xs-2 {
    padding-left: 0px;
}

.bx_search_container {
    height: 30px;
    padding: 0;
    line-height: 30px;
}

.bx_search_container .bx_field {
    margin-top: 0px;
}


/* box */
.box h1,
.box h2,
.box h3 {
    color: #519046;
    font-size:16px;
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);*/
    text-align: left;
}

.box h1
{
  font-size:24px;
}

.box h2
{
  font-size:20px;
}

.box h3
{
  font-size:16px;
}

h3.title {
    margin-top: 10px;
    margin-bottom: 22px;
}

.box {
    position:relative;
    padding:1em;
    margin: 0px 0 2em;
    background:#fff;
    border-radius:4px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius:4px;

}

.box textarea {
    resize: none;
}

.box:before,
.box:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}

.box:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
}

/* SIDEBAR */

.sidebar h3 {
    color: #519046;
    font-size:24px;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);*/
    text-align: center;
    margin-top: 10px;
    margin-bottom: 22px;
}

.sidebar p {
    font-size:18px;
    font-family: Helvetica;
    font-weight: 200;
    text-transform: uppercase;
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);*/
    text-align: center;
}

.sidebar {
    position:relative;
    padding:1em;
    margin: 0px 0 4em;
    background:#fff;
    border-radius:4px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius:4px;

}

.sidebar .leaf {
    background-image: url("/bitrix/templates/startim/img/leaf.png");
    position: absolute;
    height: 82px;
    width: 82px;
    top: -13px;
    left: 5px;
}

.sidebar textarea {
    resize: none;
}

.sidebar:before,
.sidebar:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}

.sidebar:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
}


.sidebar ul,
.leftmenu ul
{
    list-style: none;
    padding-left: 0;
}

.sidebar ul li a,
.leftmenu ul li a
{
    display: block;
    color: #000;
    padding: 5px 11px;
}

.sidebar ul li:hover > a,
.leftmenu ul li:hover > a
{
    background-color: #7eb762;
    color: #fff;
    text-decoration: none;
}


.sidebar ul li.selected > a,
.sidebar ul li div.selected > a,
.leftmenu ul li.selected > a,
.leftmenu ul li div.selected > a
{
    background-color: #a6b7b0;
    color: #fff;
    text-decoration: none;
}

.sidebar ul li ul,
.leftmenu ul li ul
{
  padding-left: 20px;
}

/* NEWS*/

.news-data {
    font-size: 12px;
}
.news-year {
    font-size: 22px;
}

.news-date-time {
    color:#8b8b8b;
}

.news-title {
    font-size: 18px;
    color: #000;
    padding-bottom: 20px;
}

a.news-title {
  color: #519046;
}

a.news-title:hover {
  color: #000;
}



/* About */
.box .about {
    position: relative;
}

a.link-contacts {
    position: absolute;
    color: #599755;
    text-decoration: underline;
    right: 1em;
    top: 2em;
}
a.link-contacts:hover {
    position: absolute;
    color: #599755;
    text-decoration: none;
}

a.green {
  color: #599755;
  text-decoration: underline;
}
a.green:hover {
  color: #599755;
  text-decoration: none;
}


/* FOOTER */
.footer {
    background-color: #5cb85c;
    color: #FFF;
    padding: 20px 0 25px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 51;
}
.footer p {
    margin: 0;
    color: #FFF;
}

.footer a {
    color: #FFF;
text-decoration: underline;
}

/* CATALOG */

.catalog-list .col-xs-4{
    padding-right: 9px;
    padding-left: 9px;
}

.catalog-list .catalog-item {
    padding: 11px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.catalog-detail {
}

.catalog-detail-image {
    margin: 30px 30px 30px 0px;
}

.catalog-list .catalog-item:before,
.catalog-list .catalog-item:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}

.catalog-list .catalog-item:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
}

/*.catalog-list*/ .catalog-item-title {
    font-size: 12px;
    padding-top: 12px;
    min-height: 45px; /*+ padding*/
    overflow: hidden;
}

.catalog-item-price {
    font-size: 12px;
    color: #000;
    padding: 5px 5px 5px 5px;
    line-height: 1;
    width: 50%;
    white-space: nowrap;
}

.catalog-detail-price {
    font-size: 17px;
    color: #000;
    position: absolute;
}

.catalog-detail-price-text {
    background-color: #e0fe68;
    padding: 15px 25px 15px 30px ;
    text-align: center;
}

.catalog-item-price > i.fa.fa-rub {
    font-size: 12px;
}

.catalog-detail-price > i.fa.fa-rub {
    font-size: 12px;
}

.catalog-item .catalog-item-price::after {
    /*content: '';*/
    position: absolute;
    right: 0px;
    bottom: -6px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid #414C19;
    border-top: 3px solid #414C19;
}
/*
.catalog-item-desc-float {
    display: none;
    position: absolute;
}
*/
.catalog-item:hover {
    background-color: #7eb762;
/*
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);*/
}
/*
.catalog-item:hover > .catalog-item-desc-float {
    display: block;
    z-index: 52;
    background-color: #7eb762;
    padding: 0 16px 16px 16px;
    width: 100%;
    margin-left: -16px;

}
*/

.catalog-item-image
{
}

.catalog-item-image-img,
.noimage
{ width:175px;
  height:175px;
  background-size: cover;
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: center center;
}

.slider .catalog-item-image-img
{
  width:157px;
  height:157px;
}
.catalog-item-image .noimage
{
  background-size: auto;
  background-image: url('/bitrix/templates/startim/img/leaf.png');
}

.catalog-detail-image .noimage
{
  width: 300px;
  height: 300px;
  background-size: 75%;
  background-image: url('/bitrix/templates/startim/img/leaf.png');
}

/* breadcrumbs*/
.bx_breadcrumbs ul li :first-child span {
    padding-left: 0;
}

/* Title section  */

.bx_sitemap {
    margin-bottom: 0;
}

.bx_sitemap .bx_sitemap_title {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 24px;
}

.bx_sitemap .bx_sitemap_ul li{
  line-height: 24px;
}

/* Contacts */

.map.box {
    height: 600px;
}

/* SPEC MAIN */


.main-spec.catalog-list .catalog-item {
    padding: 10px;
    background: #fff;
    position: relative;
    margin-bottom: 0;
    margin: 10px;

    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.main-spec.catalog-detail-image {
    margin: 30px 30px 30px 0px;
}


.main-spec.catalog-list .catalog-item:before,
.main-spec.catalog-list .catalog-item:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}

.main-spec.catalog-list .catalog-item:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
}

.main-spec.catalog-list .catalog-item-title {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 6px;
    min-height: 45px; /*+ padding*/
    overflow: hidden;
                  }

.main-spec .catalog-item-price {
    text-align: right;
    position: absolute;
    top: 130px;
    right: 5px;
    font-size: 12px;
    color: #000;
    background-color: #e0fe68;
    padding: 5px 5px 5px 28px;
    line-height: 1;
}


.main-spec.catalog-item-price > i.fa.fa-rub {
    font-size: 12px;
}

.main-spec.catalog-detail-price > i.fa.fa-rub {
    font-size: 12px;
}

.main-spec.catalog-item .catalog-item-price::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: -6px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-left: 3px solid #414C19;
    border-top: 3px solid #414C19;
}



/* End */
/* /bitrix/templates/startim/template_styles.css?166901464612852 */
