﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'helveticaneuecyrlight';
    font-weight: 400;
    min-width: 1180px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    border: 0;
}

.header{
    width: 950px;
    margin: 0 auto;
    font-size: 0;
}
.header h1{font-size:26px; font-weight:normal;margin-bottom: 5px;}
.header .logo{
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}

.block_menu{
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
}

.block_menu h3{
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: normal;
}
.block_menu p{
    font-size: 16px;
}
a{
    color: #669340;
}
.block_menu p a{
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px #669340 dashed;
}

ul.menu_top{
    list-style-type: none;
    font-size: 0;
    margin-top: 35px;
}

ul.menu_top li{
    display: inline-block;
    margin-right: 15px;
}

ul.menu_top li a{
    font-size: 13px;
    font-family: 'helveticaneuecyrbold';
    text-transform: uppercase;
}

ul.menu_top li.active a{
    color: #000;
    text-decoration: none;
}

ul.menu_top li a:hover{
    text-decoration: none;
}

.head_phone{
    float: right;
    margin-top: 20px;
    text-align: right;
}

.head_phone h3{
    font-size: 26px;
    font-family: 'helveticaneuecyrbold';
    margin-bottom: 7px;
    font-weight: normal;
}

b, h2, h3, h4, h5{
    font-weight: normal;
}

.head_phone a{
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px #669340 dashed;
    display: inline-block;
}

.button{
    border: 0;
    outline: 0;
    background: #669340;
    color: #ffffff;
    font-size: 12px;
    font-family: 'helveticaneuecyrbold';
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 17px 21px;
    margin-top: 14px;
    cursor: pointer;
    border-bottom: 2px solid #487623;
    border-radius: 5px;
}

.button:hover{
    background: #73A749;
}

.header_bottom{
    background: url("../image/mainfon1.jpg") center top no-repeat;
    margin-top: 20px;
    padding: 30px 0;
}

.header_bottom_center{
    width: 950px;
    margin: 0 auto;
}

.block_left{
    display: inline-block;
    width: 525px;
}
.block_left h2{
    color: #000;
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-weight: normal;
}

.block_left h2 span{
    background: #669340;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
}

ul.head_list{
    list-style-type: none;
    margin-top: 35px;
}

ul.head_list li{
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

ul.head_list li .big{
    font-size: 50px;
    float: left;
    font-family: 'helveticaneuecyrbold';
}

ul.head_list li .small{
    font-size: 16px;
    font-family: 'helveticaneuecyrbold';
    float: left;
    margin-top: 11px;
    line-height: 22px;
    margin-left: 20px;
}

.grey{
    color: #000;
    font-weight: normal;
    font-family: 'helveticaneuecyrlight';
}

.block_right{
    float: right;
}

.block_center{
    margin: 0 auto;
    width: 950px;
}

.main{
    background: #eeefea none repeat scroll 0 0;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 40px 50px 30px;
}

.main h3{
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: normal;
}

.main p{
    margin-left: 25px;
    line-height: 22px;
    display: inline-block;
    width: 310px;
}

.video{
    text-align: center;
    margin-bottom: 40px;
}

.price{
    font-size: 12px;
    text-transform: uppercase;
    background: #FF9900;
    padding: 15px 20px;
    font-family: 'helveticaneuecyrbold';
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 100px;
    position: relative;
    top: -14px;
    border-bottom: 2px solid #AC6606;
    border-radius: 5px;
}

.price:hover{
    background: #FFA927;
}

.st{
    background: url("../image/bef1.png") no-repeat;
    padding: 20px 15px;
    display: inline-block;
    position: relative;
    height: 140px;
    padding-right: 0;
    color: #fff;
    margin-top: 50px;
    background-size: 130% 100%;
}

.new_style{
    background: url("../image/bef2.png") no-repeat;
    background-size: 130% 100%;
}

.st:after {
    top: 0;
    right: -40px;
    border-width: 90px 0 90px 40px;
    border-style: solid;
    border-color: transparent transparent transparent #649140;
    width: 0;
    height: 0;
    content: ' ';
    position: absolute;
}

.st span{
    font-size: 70px;
    font-weight: bold;
    display: inline-block;
    margin-top: 35px;
}

.st i{
    font-style: normal;
    position: relative;
    top: -20px;
    font-size: 18px;
    left: 13px;
    z-index: 5;
}

.block_right_list{
    float: right;
    width: 740px;
    margin-top: 50px;
}

.block_right_list h4{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
}

.block_right_list ul{
    margin-bottom: 10px;
}

.block_right_list ul li{
    font-size: 14px;
    font-family: 'helveticaneuecyrroman';
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    padding-left: 20px;
}

.block_right_list ul li:before{
position: absolute;
    width: 6px;
    content: " ";
    height: 6px;
    background: #FC930F;
    border-radius: 10px;
    left: 0px;
    top: 5px;
}

.header_bottom_center h3{
    text-align: center;
    color: #669340;
    font-weight: normal;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.why{
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: #669340;
}

.left_gal{
    display: inline-block;
    vertical-align: top;
    width: 515px;
}

.left_gal h2{
    color: #000;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: normal;
}

.left_gal ul{
    list-style-type: none;
}

.left_gal ul li {
    font-size: 14px;
    margin-bottom: 12px;
    font-family: 'helveticaneuecyrroman';
    padding-top: 3px;
    padding-bottom: 3px;
    background: url("../image/rand.png") center left no-repeat;
    padding-left: 25px;
    width: 41%;
    display: inline-block;
    vertical-align: top;
}

.right_gal{
    float: right;
}

.b-close {
	background: url("../image/close.png") center top no-repeat;
	width: 44px;
	height: 44px;
	position: absolute;
	right: -46px;
	top: -32px;
	cursor: pointer;
	z-index: 500;
}

ul.bottom_list{
    list-style-type: none;
    font-size: 0;
}

ul.bottom_list li{
    display: inline-block;
    vertical-align: top;
    width: 460px;
    margin-right: 12px;
    margin-bottom: 50px;
}

ul.bottom_list li img{
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

ul.bottom_list li .right_li{
    display: inline-block;
    width: 350px;
    font-size: 16px;
    vertical-align: top;
}

.right_li b{
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'helveticaneuecyrbold';
}

.right_li p{
    line-height: 22px;
    font-size: 14px;
    font-family: 'helveticaneuecyrroman';
}

.bg{
    background: #E6E6E6;
    margin-top: 70px;
    margin-bottom: 10px;
}

.bg1{
    background: #B1D760;
}

.bg1 .header_bottom_center h3{
    color: #000;
    font-weight: normal;
}

.small_width{
    width: 625px;
}

.small_width li{
    display: inline-block;
    width: 29%;
    margin-bottom: 6px !important;
}

.new_style i{
    font-style: normal;
    position: relative;
    top: -10px;
    font-size: 16px;
    left: 13px;
    z-index: 5;
    width: 170px;
    display: inline-block;
}

.style_h3{
    color: #669340;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 60px;
}

.center{
    font-size: 22px;
    margin-top: -20px;
    text-align: center;
}

.style_ser{
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 35px;
}

.style_h3 span{
    background: #669340;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: normal;
    font-size: 20px;
}

ul.list_ser{
    list-style-type: none;
    font-size: 0;
    text-align: center;
    margin-bottom: 60px;
}

ul.list_ser li{
    display: inline-block;
    margin-right: 66px;
}

ul.list_ser li:last-child{
    margin-right: 0;
}

ul.list_product{
    list-style-type: none;
    font-size: 0;
    margin-top: 50px;
    text-align: center;
}

ul.list_product li{
display: inline-block;
    vertical-align: top;
    width: 180px;
    margin-right: 10px;
       margin-left: 10px;
    background: #fff;
    padding: 20px 20px 0 20px;
}

ul.list_product li:last-child{
    margin-right: 0;
}

ul.list_product li p{
    text-align: left;
    margin: 15px -11px;
    font-size: 14px;
    font-family: 'helveticaneuecyrroman';
}

.el_product{
display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    margin-left: -10px;
}

.el_product b{
    display: block;
    margin-top: 5px;
    font-family: 'helveticaneuecyrbold';
    font-size: 17px;
}

.el_product b.cl{
    color: #FE9900;
}

.info{
    color: #fff;
    background: #FE9900;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

.text_center{
    text-align: center;
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: 'helveticaneuecyrroman';
}

.footer{
    padding: 30px 0;
    background: #669340;
    color: #fff;
    float: left;
    width: 100%;
}

.footer_center{
    margin: 0 auto;
    width: 950px;
}

.footer_center .head_phone{
    margin-top: 0;
}

.left_fot{
    display: inline-block;
    width: 370px;
    vertical-align: top;
}

.left_fot b{
    font-size: 14px;
    /* font-family: 'helveticaneuecyrbold'; */
    font-weight: normal;
}

ul.list_fot{
    list-style-type: none;
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
}

ul.list_fot li{
    margin-bottom: 15px;
}

ul.list_fot li a{
    font-size: 14px;
    font-family: 'helveticaneuecyrbold';
    color: #ffffff;
    text-transform: uppercase;
}

.left_fot p{
    font-size: 13px;
    margin-top: 30px;
    line-height: 20px;
}

.footer_center .head_phone a{
    color: #fff;
    border-bottom: 1px #ffffff dashed;
}

.footer_center .head_phone .button{
    background: #fff;
    border: 0;
    border-bottom: 2px solid #4F6D43;
    color: #649140;
}

.mail_block{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
}

.map{
    position: absolute;
    height: 491px;
    width: 100%;
}

.mail_block_center{
    width: 950px;
    margin: 0 auto;
    height: 500px;
    position: relative;
}

.mail_block_center h1{
    background: #669340;
    color: #ffffff;
    font-size: 40px;
    display: inline-block;
    padding: 15px 25px;
    margin-top: 30px;
    font-weight: normal;
}

.adress{
    padding: 15px 0px;
    width: 440px;
    margin-top: 30px;
    float: left;
}

.adress h3{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.doss{
    font-size: 22px;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 25px;
    text-decoration: none;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #669340;
    font-family: "helveticaneuecyrlight";
}

.active_link{
    color: #669340;
}

.podd{
    float: right;
    font-size: 13px;
    margin-right: 83px;
}

.adress p{
    font-size: 17px;
    line-height: 22px;
    font-family: 'helveticaneuecyrroman';
}

.adress p span{
    display: block;
    margin-top: 8px;
}

.adress b{
    font-size: 19px;
    line-height: 20px;
    font-family: 'helveticaneuecyrbold';
}

.maps_dev{
    display: inline-block;
    width: 400px;
    text-align: center;
    color: #669340;
    font-size: 20px;
    line-height: 24px;
}

.maps_dev p{
    color: #333333;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    margin-left: 25px;
    position: relative;
    text-align: left;
    top: -10px;
    width: 220px;
}

.cont h4{
    font-size: 18px;
    font-weight: normal;
}

.list_town{
    background: #E6E6E6;
    float: right;
    padding: 20px 30px;
    width: 480px;
}

.list_town h4{
    font-size: 22px;
    margin-bottom: 15px;
}

.list_town ul{
  
}

.list_town ul li{
    margin-bottom: 7px;
    width: 40%;
    float: left;
    margin-left: 18px;
}

.delivery{
    background: url("../image/bgouroffer.jpg") center top;
    height: 500px;
}

.production{
    background: url("../image/o_product.jpg") center top;
    height: 500px;
}

.delivery1{
    background: url("../image/devv.jpg") center top;
    height: 500px;
}

ul.list_delivery{
    list-style-type: none;
    font-size: 0;
    margin-top: 40px;
}

ul.list_delivery li{
    display: inline-block;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    vertical-align: top;
    width: 45%;
}

ul.list_delivery li img{
    width: 75px;
}

ul.list_delivery li .block_dev{
    float: right;
    width: 77%;
}

ul.list_delivery li:last-child{
    margin-right: 0;
}

ul.list_delivery li b{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-family: 'helveticaneuecyrbold';
}

ul.list_delivery li p{
    line-height: 22px;
    font-size: 14px;
    font-family: 'helveticaneuecyrroman';
}

ul.list_delivery li a{
    font-size: 14px;
    color: #669340;
    display: inline-block;
    margin-top: 10px;
}

ul.list_delivery li a:hover{
    text-decoration: none;
}


.popap {
    display: none;
    width: 700px;
    position: absolute;
    background: #EEEFEB;
    left: 0;
    right: 0;
    padding: 40px 35px;
    text-align: center;
}

.popap h3{
    margin-bottom: 40px;
    text-align: center;
    font-size: 34px;
    font-weight: normal;
}

.popap h4{
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.popap1 {
    display: none;
    width: 700px;
    position: absolute;
    background: #EEEFEB;
    left: 0;
    right: 0;
    padding: 40px 35px;
    text-align: center;
}

.popap1 h3{
    margin-bottom: 40px;
    text-align: center;
    font-size: 34px;
    font-weight: normal;
}

.popap2 {
    display: none;
    width: 700px;
    position: absolute;
    background: #EEEFEB;
    left: 0;
    right: 0;
    padding: 40px 35px;
    text-align: center;
}

.popap2 h3{
    margin-bottom: 40px;
    text-align: center;
    font-size: 34px;
    font-weight: normal;
}


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider a img { outline: none; border: none; }

.flexslider {
    margin: 0;
    padding: 0;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    display: block;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }



/* Theme Styles */
.flexslider {
    position: relative;
    zoom: 1;
    width: 400px;
}

/* Edit it if you want */
.flex-container {
    width: 400px;
}

.flexslider .slides { zoom: 1; }



/* Direction Nav */
.flex-direction-nav a {
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    cursor: pointer;
    text-indent: -9999px;
    background: url("../image/st.png") no-repeat;
}

.flex-direction-nav a:hover{
    opacity: .7;
}

.flex-direction-nav .flex-next {
    right: -180px;
}

.flex-direction-nav .flex-prev {
    left: 210px;
    background-position: -70px 0;
}
.flexslider .flex-control-nav {
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
    margin: 0 0 0 -10px;
}

.flex-control-nav li {
    display: inline-block;
    zoom: 1;
}

.flex-control-nav li a {
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #639349;
    border-radius: 15px;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.flex-control-nav li a.flex-active{
    background: #639349;
    border: 1px solid #639349;
}


.flex-direction-nav{
    position: absolute;
    bottom: -30px;
    display: none;
}

.small_width_70{
    width: 700px;
    margin: 0 auto;
}

.style_h3_main{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: normal
}

.small_width_70 p{
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
}

.info_text{
    margin: 30px 0;
    padding: 25px 30px;
    color: #FC930F;
    font-size: 22px;
    line-height: 30px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.l_block{
    float: left;
    width: 390px;
    margin-left: 40px;
}

.l_block b{
    display: block;
    margin: 10px 0;
    font-size: 50px;
    font-family: 'helveticaneuecyrbold';
}

.l_block span{
    display: inline-block;
    font-size: 16px;
    font-family: 'helveticaneuecyrbold';
    line-height: 22px;
    vertical-align: top;
}

.right_{
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
    line-height: 24px;
    font-family: 'helveticaneuecyrroman';
}

.r_block{
    float: right;
    width: 470px;
}

.clear{
    clear: both;
}

ul.list_gall{
    list-style-type: none;
    font-size: 0;
    margin-top: 50px;
}

ul.list_gall li{
    width: 450px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

ul.list_gall li p{
    font-size: 16px;
    margin-top: 15px;
}

ul.list_gall li img{
    width: 450px;
}

.lab{
    display: block;
    margin-bottom: 30px;
}

.inp{
    width: 30%;
    height: 36px;
    padding-left: 2%;
    font-size: 15px;
    font-family: Arial, sans-serif;
    border: 1px solid #D6D6D6;
}

.lab span{
    display: inline-block;
    width: 125px;
    text-align: left;
}

.lab i{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: #999999;
    font-style: normal;
    width: 330px;
    vertical-align: middle;
    margin-left: 10px;
}

.sub{
    border: 0;
    outline: 0;
    font-size: 14px;
    font-family: 'helveticaneuecyrbold';
    text-transform: uppercase;
    background: #FF9900;
    padding: 15px 70px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #AC6606;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 35px;
}

.sub1{
    border: 0;
    outline: 0;
    font-size: 14px;
    font-family: 'helveticaneuecyrbold';
    text-transform: uppercase;
    background: #FF9900;
    padding: 15px 70px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #AC6606;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 35px;
}

.sub2{
    border: 0;
    outline: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: #FF9900;
    padding: 15px 70px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #AC6606;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 35px;
}

.left_fot a{
    color: #fff;
}

.mar_top{
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

.mar_top a{
    display: inline-block;
    margin-top: 5px;
}

.mar_top a:hover{
    text-decoration: none;
}

.header_main{
    background: #EEEFEA;
    margin-bottom: -20px;
    padding-bottom: 15px;
    box-shadow: 0 1px 2px #9eab99;
    position: relative;
    z-index: 50;
}

#reg h4{
    margin-top: 5px;
}

.block_right img{
    height: 410px;
}

.bg_{
    background: #EEEFEA;
    padding: 40px 0;
    margin-top: 80px;
    
}

.cont{
    width: 450px;
    background: #E6E6E6;
    padding: 25px 30px;
    margin-bottom: 45px;
}

.cont ul li{
    width: 25%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 4px;
}

.cont ul{
    width: 510px;
}

.maps{
    margin-bottom: 30px;
}

.product_list{
    margin-top: 0;
}

.product_list li{
    margin: 5px 50px 25px 50px !important;
    line-height: 22px;
    font-size: 16px !important;
}

.margin0{
     margin-top: -60px;
}

.bottom{
    position: absolute;
    bottom: 70px;
    background: rgba(255,255,255, .8);
    padding: 20px 30px;
    font-size: 20px;
    line-height: 26px;
    box-shadow: 0 1px 2px #c6c7c2;
}

.regg{
    font-size: 40px;
    font-weight: normal;
    color: #639240;
    text-align: center;
    margin-bottom: 30px;
    line-height: 34px;
}

.regg span{
    background: #639240;
    color: #fff;
    font-size: 16px;
    padding: 2px 3px;
}

.list_new{
    width: 980px;
    margin: 60px auto 0 auto;
}

.list_new li{
    width: 209px !important;
    margin-left: 0 !important;
    margin-right: 30px !important;
}

.list_new li b{
    border-bottom: 1px solid #77925B;
    padding-bottom: 10px;
    line-height: 22px;
    font-family: 'helveticaneuecyrbold';
    font-size: 16px;
}

.ajax {
    position: relative;
}

.loader {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 700px;
    z-index: 100;
    background-color: rgba(153, 153, 153, 0.7);
}

.loader span {
    color: white;
    font-size: 25px;
}

.popap .loader {
    height: 325px;
    line-height: 325px;
}

.popap1 .loader {
    height: 387px;
    line-height: 387px;
}

.popap2 .loader {
    height: 445px;
    line-height: 445px;
}

@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('fonts/helveticaneuecyr-bold-webfont.eot');
    src: url('fonts/helveticaneuecyr-bold-webfont-1.eot') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-bold-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrlight';
    src: url('fonts/helveticaneuecyr-light-webfont.eot');
    src: url('fonts/helveticaneuecyr-light-webfont-1.eot') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-light-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-light-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyrroman';
    src: url('fonts/helveticaneuecyr-roman-webfont.eot');
    src: url('fonts/helveticaneuecyr-roman-webfont-1.eot') format('embedded-opentype'),
         url('fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuecyr-roman-webfont.woff') format('woff'),
         url('fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
    .con404 {display:table; width:700px;margin:0 auto;padding-left: 150px;padding-top:50px;}
    .con404_left {display:table-cell; width:400px;color:#32992D;font-size:172px;}
    .con404_right {display:table-cell; width:300px;}
     .con404_right img{ width:200px;position:relative;top:24px;left: -87px;}
    .con404_pod {font-size:52px;margin:0 auto;width:700px;padding-left: 150px;}
    .link404 {display:table; width:100%;margin-top:100px;}
    .link404_left {display:table-cell; width:50%; text-align:left;}
    .link404_left a {text-transform:lowercase; text-decoration:none; position:relative;}
    .link404_left a:hover {opacity:0.7;}
    .link404_left a:before {transform: rotate(180deg);  transition: 0.3s; content: "";background-image: url(../img/arrow-right.svg);background-repeat: no-repeat;width: 20px; height: 10px;display: inline-block;position: absolute;top: 6px; margin-left: -29px; opacity: 0.9;} 
    .link404_left a:hover:before {margin-left: -34px;}
    .link404_right {display:table-cell; width:50%;text-align:right;}
.auto-modal {width:950px; position:fixed;left:50%; margin-left:-475px; top:50%;background-color:#EEF0EA;z-index:9999; height:512px;box-shadow:0px 0px 7px #ccc;display:none;    margin-top: -234px;}
.auto-modal_con {display:table; width:950px; height: 513px;}
.auto-modal_left {
    display:table-cell; 
    width:500px; 
    vertical-align:top;
    background-image:url(../img/blure.png);
    height:468px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.auto-modal_left-title { color: #FF9B00;
font-size: 38px;
margin-left: 43px;
margin-top: 27px;
margin-right: 43px;
/*background-color: white;
padding-top: 27px;
padding-left: 43px;
padding-right: 43px;*/
padding-bottom: 27px;
}
.auto-modal_right {display:table-cell; width:350px; vertical-align:top;    padding-left: 50px; padding-right: 50px;}
.auto-modal_right-title {    font-size: 13px;font-weight: bold;margin-top: 33px;line-height: 1.5;}
.auto-modal_right p {margin-top:30px;}
.auto-modal_right p .inp {width:100%;height:46px;}
.auto-modal_right p .sub_modal-auto {margin-top:0px; width:102%;    padding: 17px 70px;}
.auto-modal_right p .sub_modal-auto:hover {opacity:0.7;}
.auto-modal_prav {margin-top:20px;font-size:14px;}
.auto-modal_prav a:hover {text-decoration:none;}
.auto-modal_close { background-image: url("../img/close.svg");width: 20px;height: 20px; background-size: cover; position: absolute;right: 10px;top: 10px;cursor:pointer;}
.auto-modal_close:hover {opacity:0.7;}
.over {    background-color: rgb(0, 0, 0); position: fixed;top: 0px;right: 0px;bottom: 0px;left: 0px;opacity: 0.4;z-index: 9998;cursor: pointer;display:none;}
.sub_modal-auto{
    border: 0;
    outline: 0;
    font-size: 14px;
    font-family: 'helveticaneuecyrbold';
    text-transform: uppercase;
    background: #FF9900;
    padding: 15px 70px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #AC6606;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 35px;
}
.auto-modal .loader {
	width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.auto-modal .loader span {
	font-size: 20px;
}

.auto-modal_form-success {    margin-top: 34px;line-height: 24px;display:none;}
/*new*/
/*main screen*/
.mscreen{
    background: url(../img/msbck.png) center top no-repeat;
    margin-top: 20px;
    padding: 30px 0;
    height: 900px;
    flex-wrap: wrap;
    display: flex;
}
.inms{
    width: 950px;
    margin: 0 auto;
}
.bleft{
    display: inline-block;
    width: 400px;
}
.bright{
    float: right;
    width: 500px;
}
.bleft img{
    width: 400px;
    position: relative;
    top: 130px;
}
.btmleft{
    font-size: 42px;
    font-weight: 700;
}
.btleft{
    font-size: 20px;
    line-height: 1.5;
    font-family: 'helveticaneuecyrroman';
    padding-top: 15px;
}
.bmtleft{
    position: relative;
    top: 100px;
}
.btmsright{
    background: url(../img/background-spring.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 550px;
    position: relative;
    top: 200px;
}
.btmsright img{
    width: 55%;
    position: relative;
    top: 50px;
}
.bmtrigt{
    position: relative;
    top: 50px;
    left: 90px;
}
.bmtrigt .tag1{
    color:#ffd897;
    font-size: 40px;
}
.btxtright {
    margin-top: 20px;
}
.btxtright p{
    color:white;
    line-height: 1.5;
}
.btxtright .tag2{
    font-size: 20px;
    font-weight: 700;
}
.btxtright .tag3{
    font-size: 16px;
    font-weight: 200;
}
.space{
    margin-top:25px;
}
.btnrbl{
    text-decoration: none;
    position: relative;
    top: 80px;
    left: 90px;
    background-color: white;
    border-radius: 3px;
    color: #669340;
    font-size: 12px;
    padding: 17px 21px;
    margin-top: 14px;
}
.btnrbl:hover{
    background-color: #afec7b;
}
/*main screen*/

/*trigger*/
.secondblock{
    margin: 0 auto;
    width: 950px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 50px;
}
.bcol{
    width: 30%;
}
.bcol1{
    width: 34%;
}
.bcol2{
    width: 39%;
}
.mainfocus{
    color:#68943f;
    font-size: 16px;
}
.focustxt{
    font-size: 50px;
    font-weight: 200;
}
.txttrig{
    font-size: 14px;
}
.hightauto{
    flex-wrap: wrap;
    display: flex;
    color:#68943f;
}

/*trigger*/

/*product*/
.tabproduct{
    height: 370px;
    position:relative;
}
.sevenh{
    font-size: 46px;
}
/*products*/

/*tabs*/
#fixed {
width: 100%;
height: 50px;
background-color:#8cc42b;
opacity: 0;
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-o-transition: all 0s ease;
-ms-transition: all 0s ease;
transition: all 0s ease;
position: fixed;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
visibility: hidden;
}
#fixed.show{
top: 0;
opacity: 1;
overflow: hidden;
visibility: visible;
flex-wrap: wrap;
display: flex;
z-index: 7;
transition: all .2s;
}
.closetab{
    z-index: 20;
    position: absolute;
    float: right;
    right: 30px;
    top: 30px;
    color: white;
}
.cltab{
    font-size: 78px;
    background-color: transparent;
    border-color: transparent;
    color: white;
    cursor:pointer;
}
#fixed.show:hover{
    transition: all .2s;
}
/*#fixed.show:hover .headertab{
    opacity: 0;
    visibility: hidden;
}*/
#tabcont{
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .2s;
    z-index: 9;
    }
.vis{
    z-index: 8;
    display: block!important;
    transition: all .2s;
}
.non{
    visibility: hidden!important;
}
.headertab{
    width: 100%;
    margin: 4px auto;
}
.pricetab{
    color: white;
    margin-left: 100px;
}
.newtabprime{
    font-weight: 700;
    font-size: 20px;
}
.nskvtab{
    margin-left: 20px;
}
.fl2{
    position: absolute;
}
.tabblock{
    background-image:url(../img/backtaball.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.pointer{
    font-size: 30px;
    position: relative;
    top: 4px;
    color: white;
}
/*Контент вкладок*/
#fixed.show .tabrow{
    visibility: hidden;
}
/*#fixed.show:hover .tabrow{
    visibility: visible;
}*/
.tabrow{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    height: 520px;
    position: absolute;
    background-color: #d6eea4;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.tabcol{
    width: 50%;
}
.tableft{
    background-image: url(../img/backtableft.png);
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
}
.tabright{
    background-image: url(../img/backtabright.png);
    background-size: cover;
    background-position: initial;
    background-repeat: no-repeat;
}
.tcrcontent{
    margin-top: 60px;
    margin-left: 70px;
    color:white;
}
.tcrcontent span{
    font-size: 22px;
}
.tcrcontent .inp{
    width: 235px;
    height: 40px;
}
.tcrcontent .tabsumb{
    text-decoration: none;
    position: relative;
    bottom: 24px;
    left: 128px;
    background-color: white;
    border-radius: 3px;
    color: #669340;
    font-size: 12px;
    padding: 17px 0px;
    margin-top: 23px;
    width: 253px;
    border-bottom-color: transparent;
    font-weight: 200;
    font-family: 'helveticaneuecyrbold';
}
.tcrcontent .lab span{
    font-size: 13px;
    width: 105px;
    padding-left: 20px;
}
.tcrcontent .mar_top, .tcrcontent a{
    color: white;
}
.tbclitxt{
    margin-bottom: 36px;
    margin-left: 36px;
}
.tbclimg{
    position: relative;
    float: right;
    margin-top: 66px;
    right: 70px;
}
.newtabprimetxt{
    font-weight: 700;
    font-size: 22px;
}
.tcrcontent .lab{
    margin-bottom: 16px;
}
/*tabs*/

/*label*/
.lableltab{
    position: relative;
    bottom: 55px;
    right: 85px;
}
ul.list_product li .tlab{
    background-image: url(../img/Plate-gray.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    text-align: center;
    font-size: 15px;
}
ul.list_product li .newlabel{
    background-image: url(../img/Plate-orange.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    text-align: center;
    color:white;
    font-size: 10px;
}
.newlablexp{
    position: relative;
    bottom: 37px;
    right: 30px;
}
.labelexp{
    position: relative;
    bottom: 37px;
    right: 60px;
}
/*label*/
.new_prod{
    width: 25%;
    position: absolute;
    top: 48%;
    right: 10px;
}
