

/* Start:/local/templates/main_template/template_styles.css?152084836612967*/

@font-face {
	font-family: 'Circe';
	
	src: url('/local/templates/main_template/fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/local/templates/main_template/fonts/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('/local/templates/main_template/fonts/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	
	src: url('/local/templates/main_template/fonts/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';

	src: url('/local/templates/main_template/fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	
	src: url('/local/templates/main_template/fonts/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,html{padding:0px; margin:0px;}
body{font-family:"Circe"; font-size:15px;     min-width: 972px; font-weight:300}
	a{color:#56b665;}
.container{width:942px; margin:0 auto;}
.header {
    padding-top: 27px;
    padding-bottom: 21px;
}
.logo{float:left;}
.logo>*{display:inline-block; vertical-align:bottom;}
.in_logo_text{font-size:13px; font-weight:bold;    color: #7f8685; text-transform:uppercase;}
.logo .spr {
    margin: 0 15px;
    line-height: 0px;
}
.logo>a{line-height:0px;}
.in_logo_text {
    line-height: 8px;
}
.clear{clear:both;}
.text_mg{color:#7f8685; font-size:13px;     margin-top: -3px;}
.text_mg>a{color:#7f8685; text-decoration:none; }
.with_mg{float:left;}
.with_mg:first-child{margin-right:30px;}
.with_mg>div{display:inline-block; vertical-align:top;}
.with_mg>div:first-child{margin-right:10px;}
.header_info {
    float: right;
    padding-top: 13px;
    line-height: 16px;
}
.greytext{color:#7f8685;}
.with_mg:last-child .text_mg{width:207px;}
.topmenu ul{list-style:none; padding:0px; margin:0px;}
.topmenu>ul>li{float:left; position:relative;}
.topmenu>ul>li>a {
    color: #99e0a4;
       padding: 21px 22px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    border-right: 1px solid #287e5a;
}
.topmenu {
    background-color: #0b6d3f;
	
    position: relative;
    z-index: 2;
}
.slider_index {
    position: relative;
    width: 100%;
    top: -27px;
    margin-bottom: -27px;
}
.slider_index>.container{position:relative;}
.slider_left {
    position: absolute;
    left: 0px;
    bottom: 211px;
    border-radius: 50%;
     width: 42px;
    height: 42px;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid #fff;
    text-align: center;
    line-height: 47px;
    padding-right: 1px;
}
.slider_right {
    position: absolute;
    right: 0px;
    bottom: 211px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid #fff;
    text-align: center;
    line-height: 47px;
    padding-left: 1px;
}
.slider_left:hover {
	border: 1px solid #56b665;
    background-color: #56b665;
}
.slider_right:hover {
	border: 1px solid #56b665;
    background-color: #56b665;
}
.slider_item{height:510px;width:100%; padding:90px 0 0;  background-position: center top !important;
    background-attachment: fixed !important;
float:left; transition:opacity 1s ease;
opacity:0;
    background-size: cover !important; position:absolute;left:0px; top:0px;
    background-repeat: no-repeat !important;}
	.slider_item.current{opacity:1;}
.title_slider {
    font-size: 48px;
    font-weight: bold;     margin-bottom: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px #464646;
	
}
.slider_item>.cnt{padding:0 75px;}
.text_slider ul{list-style:none; padding:0px; margin:0px; color:#fff;  text-shadow: 1px 1px 2px #464646; font-size:18px; font-weight:bold;}
.text_slider ul li{margin-bottom:5px;}
.text_slider ul li:before{content:"—"; display:inline; padding-right:10px; }
.text_slider .open_more{margin-top:80px; padding:0 72px; line-height:42px; font-size:14px; text-transform:uppercase; text-decoration:none; color:#fff; font-weight:bold; background-color:#0b6d3f; display:table;}
.text_slider .open_more>*{display:inline-block; vertical-align:middle;}
.text_slider .open_more span{margin-right:10px;}
.text_slider .open_more img{ transition:all 0.5s ease; }
.text_slider .open_more:hover img {
    margin-left: 5px;
    margin-right: -5px;
}
.topmenu>ul>li ul{display:none; position:absolute; width:180px; margin-left:-90px; left:50%;} 
.topmenu>ul>li:hover>a{color:#fff;}
.topmenu>ul>li:hover ul{display:block;}
.topmenu>ul>li:hover a>span:after {
    content: " ";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
    bottom: -21px;
    z-index: 22222;
    background-color: #99e0a4;
}
.topmenu>ul>li:hover a>span {
    display: block;
    position: relative;
}
.topmenu>ul>li ul li a {
    display: block;
    padding-left: 20px;
    background-color: #99e0a4;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    border-bottom: 1px solid #8bd49a;
}
.topmenu>ul>li ul li a{color:#0b6d3f;}

.topmenu>ul>li ul li:last-child a{border-bottom:none;}
.topmenu>ul>li ul li a:hover{background:#0b6d3f;color:#99e0a4;}


.topmenu .search {
    float: right;
    cursor: pointer;
    padding: 17px 36px;
}
.in_slider_block {
    position: relative;
    width: 100000000px;
}
.slider_block {
    overflow: hidden;
    width: 100%;
    height: 510px;
}
.grren_block {
    padding: 20px 0;
    background-color: #99e0a4;
    line-height: 0px; margin-bottom:68px;
}
.block_text_index .left_block {
    width: 468px;
    float: left;
    min-height: 361px;
    background-size: cover !important;
}
.block_text_index.block_inside  .left_block {min-height:0px;}
.block_text_index .right_block{width:440px; float:right; padding-right:40px;}
.img_lft>div {
    width: 224px;
    height: 148px;
    margin-bottom: 24px;
    background-size: cover !important;
    background-position: 50% !important;
}
.img_rght>div{width:221px; height:320px;  background-size: cover !important;
    background-position: 50% !important;}
.block_text_index h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #0b6d3f;
    margin-top: 0px;
    margin-bottom: 35px;
}

.img_rght {
    float: right;
}
.img_lft {
    float: left;
}
p {
    line-height: 19px;
    margin: 20px 0px;
}
.block_text_index {
    padding-bottom: 50px;
}
.footer {
    padding: 56px 0 87px;
    background-color: #343c3e;
    font-size: 12px;
    color: #7f8685;
}
.f_title{font-weight:bold; text-transform:uppercase; font-size:14px; color:#fff; margin-bottom:35px; line-height:14px;}
.footer p{margin-bottom:15px;}
.f_ab{float:left; width:247px; padding-right:30px;}
.ful1{float:left; width:221px; padding-right:20px;}
.ful2{float:left; width:205px;}
.f_ul ul{padding:0px; margin:0px; list-style:none;}
.f_ul ul a{font-size:13px; text-decoration:none; color:#fff;}
.f_ul ul li{margin-bottom:13px; padding-left:20px; background:url('/local/templates/main_template/images/ful.png') no-repeat;     background-position: 0 50%;}
.fcont{float:right; width:240px;}
.fmail{padding-bottom:15px; padding-left:30px; background:url('/local/templates/main_template/images/fmail.png') no-repeat;     border-bottom: 1px solid #4b4b4b;}
.fmail a{color:#fff; text-decoration:none;}
.fmap {
    padding: 15px 33px 15px 30px;
    background: url(/local/templates/main_template/images/fmap.png) no-repeat;
    border-bottom: 1px solid #4b4b4b;
    background-position: 0 15px;
}
.fmu {
    padding: 20px 0 0 32px;
}
.logo>a{margin-right:25px;}
.topmenu.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -471px;
}

.topmenu.fixed .search {
    position: absolute;
    right: 0px;
    top: 0px;
}
.breadcrumb {
    margin-top: -63px;
    margin-bottom: 63px;
    line-height: 30px;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
    font-size: 13px;
}
.block_inside{clear:both;}
.block_text_index.block_inside h1,.block_text_index.block_inside .right_block h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
	    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #0b6d3f;
}
.block_text_index.block_inside ul {
    list-style: none;
    padding: 0px;
    margin: 0px;     font-weight: bold;
}
.block_text_index.block_inside ul li{
    padding-left:33px;
	line-height:20px;
	margin-bottom:10px;
	background:url('/local/templates/main_template/images/ul.png')no-repeat;
}
.block_text_index.block_inside .right_block{padding-right:0px;}
.breadcrumb ul{list-style:none;padding:0px; margin:0px;}
.breadcrumb ul li{display:inline-block; margin-right:5px; vertical-align: middle;}
.breadcrumb ul li *{text-decoration:none; color:#fff;}
li.separ span {
    display: block;
    height: 26px;
}
div#map {
    height: 100%;
    position: absolute !important;
    width: 100%;
    left: 0px;
    top: 0px;
}
 .submit_but{ line-height:32px; font-size:14px; text-transform:uppercase; text-decoration:none; color:#fff; font-weight:bold; background-color:#0b6d3f; display:table;     border: none;
    width: 100%;}
 .submit_but>*{display:inline-block; vertical-align:middle;}
 .submit_but span{margin-right:10px;}
 .submit_but img{ transition:all 0.5s ease; }
.submit_but:hover img {
    margin-left: 5px;
    margin-right: -5px;
}
.left_form {
    float: left;
    width: 53%;
    padding-right: 30px;
}
.right_form {
    float: right;
    width: 47%;
}
.input {
    margin-bottom: 14px;
}
.contact_us input {
    height: 35px;
    padding: 0 12px;
    width: 100%;
    border: 1px solid #ccc;
}
.contact_us textarea {
    width: 100%;
    padding: 6px 12px;
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #ccc;
    width: 100%;
    height: 84px;
}
.textarea {
    margin-bottom: 14px;
    line-height: 0px;
}
.block_text_index.block_inside.contact .left_block{width:50%; height:auto; padding-right:20px;}
.block_text_index.block_inside.contact .right_block{width:50%;}
.block_text_index.block_inside ul.light{font-weight:300;}
.block_text_index.block_inside ul.light li{margin-bottom:20px;}
.block_catalog{margin-top:56px}
.left_menu {
    width: 248px;
    float: left;
    margin-right: 60px;
}
.for_left_menu {
    float: left;
    width: 584px;
}



.menu_left_list a {
    display: block;
    height: 56px;
    font-weight: bold;
    font-size: 15px;
    color: #343c3e;
    line-height: 56px;
    background-color: #f0f0f0;
    text-decoration: none;
    padding: 0 30px;
    position: relative;     transition: all 0.5s ease;
}
.menu_left_list a:after {
    content: " ";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 22;
    bottom: 0px;
    left: 0px;
    background-color: #dddddd;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
.menu_left_list a:hover {
    background-color: #0b6d3f;
    color: #FFF;
}
.block_text_index.block_inside .for_left_menu h1{margin-top:0px; margin-bottom:36px;}
.block_text_index.block_inside ul.catalog_ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 17px;
    font-weight: 300;
}
.menu_left_list a.current {
    background-color: #0b6d3f;
    color: #fff;
}
ul.tri-gap{-webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
column-gap: 30px;}
ul.two-gap{-webkit-column-width: 220px;
    -moz-column-width: 220px;
    column-width: 220px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
column-gap: 30px;}
a:hover,.f_ul ul a:hover {
    color: #99e0a4;
}
.search-page select{display:none;}
.search-page input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background-color: #0b6d3f;
    display: inline-block;
    height: 40px;
    border: none;
    width: 100px;
}
.search-page input.search-suggest {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ccc;
}
input.error {
    border: 1px solid red;
}
textarea.error {
    border: 1px solid red;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px){
	.in_slider_block .slider_item {
        background-attachment: initial !important;
		background-size: 100% !important;
}
}
/* End */
/* /local/templates/main_template/template_styles.css?152084836612967 */
