* {
 margin: 0;
 padding: 0; 
}
input, textarea {outline:none; color: inherit; -webkit-appearance: none; background: none; border: none; font-family: inherit;  resize: none; 
line-height: normal;} 
input:active, textarea:active {outline:none;}
:focus {outline:none;}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent!important; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent!important; } 
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent!important; } 
input::-ms-clear {
    display: none;
}
html{
	background: url(img/bg.png);
    background-size: contain;
}
body {
	font-family: 'Arimo', sans-serif;
	color: #3d3d3d;
	font-size: 18px;
	margin: 0px auto;
    max-width: 1120px;
	background: #fff;
	width: 100%;    
    height: 100%;
    min-width: 1100px;
    overflow: visible;
    margin: 0px auto;
}
a, a:hover, a:visited, a:active {
  border:none;
  border-style:none;
  outline:none;
  text-decoration: none;
  cursor: pointer;
}
p {margin-bottom: 5px; }
span, b, strong {}
a {color: inherit;}
div {display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: inherit}
a img {border: 0px; }
ul {list-style: none;}
.clear {clear: both}
.clear_after:after {
	content: '';
	display: block;
	clear: both;
}
.vfix {height: 100%;width: 0px;display: inline-block;vertical-align: middle;}
.container_vfix{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.vfix + img {height: auto!important; width: auto!important; max-width: 100%; max-height: 100%; vertical-align: middle; display: inline-block!important;}

.main_content {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
}
.top_header{
    height: 130px;
    margin-bottom: 10px;
    background: #3a3a3a;
    position: relative;
    border-bottom-left-radius: 8px;
    background-position: 50%;
    border-bottom-right-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo{
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -36.5px;
}
.logo a{
    display: block;
    width: 428px;
    height: 83px
}
.language_container{
    display: table;
    position: absolute;
    right: 0;
    top: 0px;
    background: #00780E;
    font-size: 11px;
    color: #fff;
    min-width: 100px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.language_container .drop_down{    
	line-height: 16px;
	padding: 5px 30px 5px 5px;
	cursor: pointer;
}
.language_container .down_list{
	display: none;
	padding: 5px 5px 0px 5px;	
}
.language_container .down_list li{
    margin-bottom: 5px;
    padding-bottom: 5px;
    opacity: 1;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.56);	
    transition: .3s;
    -webkit-transition: .3s;
}
.language_container .down_list li:hover{
    opacity: .8;
}
.language_container .down_list li:last-child{
    border-bottom: none;	
}
.arrow{
    position: absolute;
    width: 7px;
    height: 10px;
    right: 9px;
    top: 7px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .3s;
    -webkit-transition: .3s;
}
.language_container.active .arrow{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrow:before {
    content: '';
    width: 2px;
    right: 4px;
    z-index: 99;
    height: 7px;
    position: absolute;
    margin-top: 0px;
    background: #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(47deg);
}
.arrow:after {
    content: '';
    width: 2px;
    height: 7px;
    right: 4px;
    z-index: 99;
    position: absolute;
    margin-top: 4px;
    background: #FFFFFF;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu_header{
	background: #00780e;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
}
.nav{
	float: left;
}
.nav ul li{
	float: left;
}
.nav>ul>li:first-child a{
	border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.nav ul li a{
    display: block;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    padding: 0px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transition: .3s;
    -webkit-transition: .3s;
}
.nav ul li a:hover{
    background: #900000;
}
.container_search{
	float: right;
}
.container_search{
    padding: 4px 16px 4px;
}
.search-input{
	line-height: 28px;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-indent: 15px;
	font-size: 12px;
	width: 310px;
}
.container_search .search-submit{
    width: 25px;
    font-size: 0;
    line-height: 26px;
    height: auto;
    border: none!important;
    margin: 0px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: relative;
    background: #3C3C3C;
    opacity: 1;
    transition: .3s;
    -webkit-transition: .3s;
}
.container_search .search-submit:hover{
	opacity: .8;
}
.container_search .search-submit:after{
    content: "\f002";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
    font-size: 12px;
    color: #fff;
}
.slider_def{
    border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
}
.slider_def .huge_it_slideshow_dots_thumbnails_2{
	bottom: 0;
	top: auto;
}
.slider_def .huge_it_slideshow_dots_2 {
    background: #00780e;
}
.slider_def .huge_it_slideshow_dots_active_2 {
    background: #900000;;
}
.container_single{
	position: relative;
	margin-right: -5px;
	margin-left: -5px;
    margin-bottom: 10px;
}
.container_single .product_def{
	width: 75%;
	float: left;
	font-size: 0;
}
.product_def .block_product{
	width: 33.33%;
	display:inline-block;
	vertical-align: top;
	padding: 0px 5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.product_def .block_product .top_product{
    height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #00780e;
    margin-bottom: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    line-height: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 35px 0 10px;
    position: relative;
    display: block;
}
.product_def .block_product .foto{
	height: 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-bottom: 2px;
	position: relative;
}
.product_def .block_product .foto:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
    transition: .3s;
    -webkit-transition: .3s;
}
.product_def .block_product:hover .circle,
.product_def .block_product:hover .foto:after{
	background: rgba(0, 0, 0, 0.35);
}
.product_def .block_product .linck_product{
	height: 120px;
	color: #fff;
	background: #00780e;
	font-size: 12px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px 10px 10px 24px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.product_def .block_product .linck_product li{
    margin-bottom: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    color: #fff;
    list-style-type: disc;
}
/*.product_def .block_product .linck_product li:hover {
    color:#3a3a3a;
}*/
.product_def .block_product .linck_product li a{
	text-decoration: underline;
}
.product_def .block_product .linck_product li:hover a{
	text-decoration: none;
}

.linck_foto{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 9;
}
.circle{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -13px;
    background: rgba(242, 242, 242, 0.58);
    transition: .3s;
    -webkit-transition: .3s;
}
.circle:before {
	content: '';
	width: 2px;
	right: 10px;
	z-index: 99;
	height: 12px;
	position: absolute;
	top: 3px;
	background: #FFFFFF;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.circle:after {
    content: '';
    width: 2px;
    height: 12px;
    right: 10px;
    z-index: 99;
    position: absolute;
    top: 10px;
    background: #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container_single .news_def{
    width: 25%;
    float: right;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding: 0px 5px;
}
.block_news{
    padding: 10px 15px;
    box-shadow: inset 0 0 0 2px #A3C8E3;
    border-radius: 8px;
}
.block_news .top_news{
    color: #1568b3;
    font-size: 20px;
    margin: 0;
    letter-spacing: .5px;
    margin-bottom: 10px;
    position: relative;
    line-height: 25px;
    padding-right: 77px;
    overflow: hidden;
}
.button{
    color: #1568b3;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 10px;
    background: #D2F0FC;
    display: table;
    float: right;
    line-height: 11px;
    text-decoration: underline;
    max-width: 71px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 3px;

}
.block_news .title{
    font-size: 14px;
    line-height: 16px;
    color: #3A3A3A;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
    height: 55px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
}
.block_news .title:after{
    content: "\f0f6";
    font-family: 'FontAwesome';
    position: absolute;
    text-align: center;
    left: 0px;
    top: 4px;
    font-size: 16px;
    color: #3A3A3A;
    font-weight: normal;
}
.data{
    color: #9d9d9d;
    font-size: 11px;
    margin-bottom: 9px;
}
.block_news .description{
    font-size: 11px;
    line-height: 16px;
    height: 128px;
    margin-bottom: 12px;
}
.button_linck{
    display: table;
    background: #52B2E3;
    border-radius: 8px;
    padding: 5px 12px 4px;
    margin: 0px auto;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 14px;
    transition: .3s;
    -webkit-transition: .3s;
}
.button_linck:hover{
    background: #1568b3;
}
footer{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
footer .col{
    width: 35%;
    float: left;
    font-size: 12px;
}
footer .col:first-child{
    width: 65%
}
footer .col span{
    display: block;
    margin-bottom: 6px;
}
footer .col .mail{
    clear: both;
    text-align: right;

}
footer .block_el {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 5px;
}
footer .block_el .top_product{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
footer .linck_product li a {
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
}
footer .linck_product li a:hover {
    text-decoration: none;
}
footer .col_right{
    float: right;
    width: 50%;
}





.icons_container {
    float: right;
    margin-top: -8px;
}
.icons_container .icons {
    width: 30px;
    height: 40px;
    float: left;
    overflow: hidden;
    background: transparent;
    position: relative;
    border-right: 1px solid #e1e5ee;
    color: #253036;
    font-size: 18px;
    line-height: 40px;
    transition: .3s;
    -webkit-transition: .3s;
    padding: 0px;
}
.icons_container .icons:hover{
    color: #00780e;
}
.icons_container .icons {
    border-right: none;
}
.icons_container a.icons:nth-child(1):before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}
.icons_container a.icons:nth-child(2):before {
    content: "\f167";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}
.icons_container a.icons:nth-child(3):before {
    content: "\f189";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}
.icons_container a.icons:nth-child(4):before {
    content: "\f16d";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}
.icons_container a.icons.twet:before {
    content: "\f081";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}
.icons_container a.icons.odnok:before {
    content: "\f264";
    font-family: 'FontAwesome';
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0px;
    top: 0px;
}
.foto_baner{
    height: 160px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}
.title_page{
    border-bottom: 1px solid #ddd;
    color: #00780e;
    font-size: 31px;
    padding: 0px 0px 20px 15px;
    margin-bottom: 30px;
}
.container_category_news .block_foto{
    width: 250px;
    height: 150px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 8px;
    margin: 0px 10px 10px 0px;
}
.container_category_news .name_block {
    font-size: 17px;
    color: #3A3A3A;
    height: 23px;
    display: block;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
}
.container_category_news .info_text{
    font-size: 11px;
    line-height: 16px;
    height: 100px;
    margin-bottom: 12px;
}
.inner_page_news .info_text p{
    font-size: 15px;
    line-height: 23px;

}
.inner_page_news .info_text strong{
    font-size: 21px
}
.inner_page_news .info_text h3{
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 28px;
    /*clear: both;*/
}
.inner_page_news .info_text ul {
    margin-bottom: 15px;
}
.inner_page_news .info_text ul li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    margin-bottom: 5px;
    position: relative;
}
.inner_page_news .info_text ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 6px;
    background: #00780e;
    color: white;
    text-align: center;
}

.info_text table{
    margin-bottom: 40px;
    text-align: center;
    max-width: 830px;
    width: 100%;

}
.info_text table td{
    height: 50px;
    vertical-align: middle;
    height: 50px;
    vertical-align: middle;
    padding: 2px 10px;
    border: 1px solid #e2e2e2;
}
.info_text table tr:first-child td{
    font-size: 21px;
    font-weight: bold;
    color: #000000
}
.info_text table tr td{
    font-size: 15px;
    color: #000;
}
.info_text table tr td strike{
    font-size: 20px;
}



.inner_page_news .info_text a{
    display: inline-block;
    margin: 10px;
    float: right;
    position: relative;
    z-index: 3;
}
.inner_page_news .info_text a img{
    border-radius: 8px;
}
.data_block{
    font-size: 15px;
    margin-bottom: 10px;
    color: #9d9d9d;
}
.nambImg{
    position: absolute;
}
.container_item{
    margin-bottom: 40px;
}
.share_title{
    margin-bottom: 10px;
}
.page_product .product_def{
    font-size: 0;
}
.container_category_news .description{
    min-height: 150px;
}
.container_contact{
    margin-bottom: 30px;
}
.container_contact .col{
    width: 33%;
    height: 225px;
    float: left;
    background: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 120px 20px 0;
    position: relative;
    text-align: center;
    box-shadow: inset 0 0 0 2px #ddd;
    border-radius: 8px;    
    font-size: 23px;
    font-weight: 300;
}
.container_contact .col:nth-child(2){
    margin: 0 0.33%;
}
.container_contact .col:after{
    content: "\f14e";
    position: absolute;
    font-family: 'FontAwesome';
    width: 51px;
    height: 58px;
    text-align: center;
    top: 20px;
    left: 50%;
    font-size: 55px;
    margin-left: -25.5px;
    color: #00780e;
}
.container_contact .col:first-child:after{
    content:"\f14e";
}
.container_contact .col:nth-child(2):after{
    content:"\f095";
}
.container_contact .col:nth-child(3):after{
    content:"\f003";
    width: 60px;
    height: 58px;
    margin-left: -30px;
}
.block_map{
    height: 400px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.block_map iframe{
    width: 100%;
    height: 100%;
}
.container_video_block {
    position: relative;
    margin-left: -1.1%;
    margin-right: -1.1%;
    font-size: 0;
    text-align: center;
}
.container_video_block .video_el {
    width: 30%;
    height: 200px;
    float: none;
    margin: 0px 1.1%;
    position: relative;
    display: inline-block;
    background-size: cover;
    background-position: 50%;
    padding-bottom: 90px;
    text-align: center;
    min-width: 270px;
}
.video_el .text {
    position: absolute;
    bottom: 0px;
    height: 60px;
    width: 100%;
    line-height: 20px;
    padding-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 15px;
}
.container_video_block .video_el .foto_video {
    position: absolute;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    left: 0;
    top: 0;
}
.video_el .play {
    width: 75px;
    height: 75px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -37.5px;
    z-index: 2;
    cursor: pointer;
    margin-top: -78.5px;
}
.video_el .play:before {
    content: '';
    position: absolute;
    top: 47%;
    left: 50%;
    border-top: 13px solid transparent;
    border-left: 23px solid #fff;
    border-bottom: 13px solid transparent;
    margin-left: -7px;
    margin-top: -13px;
    z-index: 2;
}
.video_el .play:after {
    content: '';
    position: absolute;
    top: 47%;
    left: 50%;
    border-top: 18px solid transparent;
    border-left: 32px solid #c3c3c3;
    border-bottom: 18px solid transparent;
    margin-left: -10px;
    margin-top: -18px;
    transition: .3s;
    -webkit-transition: .3s;
}
.video_el:hover .play:after {
    border-left: 32px solid #00780e;
}
.info_text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 16px;
    margin-bottom: 30px;
}
.container_gelery #gallery-1 img {
    border: none;
}
.container_gelery .owl-carousel .owl-item img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.container_gelery #gallery-1 .gallery-item{
    width: 100%;
}
.container_gelery .owl-stage{
    margin: 0px auto 30px;
}
.container_gelery .owl-nav{
    font-size: 0
}
.container_gelery .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #00780e;
    float: left;
    margin: 0px 5px;
}
.container_gelery .owl-dot.active{
    background: #00780e;
}
.container_gelery .owl-dots{
    display: table;
    margin: 0px auto;
}
.inner_page_news .info_text a[target='_blank']{
    float: left;
    text-decoration: underline;
    color: #00780e;
}
.inner_page_news .info_text a[target='_blank']:hover{
    text-decoration: none;