*::-webkit-input-placeholder {
	color: #fff !important;
	font-style: italic;
	opacity: 1;
}
*:-moz-placeholder {
	color: #fff !important;
	font-style: italic;
	opacity: 1;
}
*::-moz-placeholder {
	color: #fff !important;
	font-style: italic;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #fff !important;
	font-style: italic;
	opacity: 1;
}
h1,h2,h3,h4{

    font-family: 'MyriadPro-Regular';
	color:#000;
}
h1{
	font-size: 48px;
	line-height: 54px;
}
h2{
	font-size: 36px;
	line-height: 46px;
}
h3{
	font-size: 28px;
	line-height: 32px;
}
p{
	font-family: "Arial";
	color:#000;
	font-size: 16px;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	min-width: 320px;
	/*background: url(../images/background-top.png) repeat-x top center;*/
}

/* ---------------- Таблица ----------------------*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

.header_background{
	background: url(../images/background-top.png) no-repeat bottom;
	max-width: 1400px;
	height: 335px;
	margin: 0 auto;
	border-top:5px solid #5EBE2C;

}
.header_topline {
	color: #fff;
	margin-top: 35px;
	/*border: 1px solid #3797bf;*/

}
.main_mnu_button i{
	color:#009846; 
	background-color: transparent;
	border: medium none;
	font-size: 24px;
}
.menu-base .active > span{
	opacity:1;
}
.menu-base{
	position: relative;
	top:-35px;
}
.maian_mnu{
	color: #fff;
	width: 944px;
	margin: 0 auto;
	background: -moz-linear-gradient(90deg, rgba(0,152,70,1) 0%, rgba(255,255,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(100%, rgba(0,152,70,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(0,152,70,1) 0%, rgba(255,255,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(0,152,70,1) 0%, rgba(255,255,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(0,152,70,1) 0%, rgba(255,255,0,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(0,152,70,1) 0%, rgba(255,255,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF00', endColorstr='#009846',GradientType=0 ); /* ie6-9 */
	border-radius: 30px;
	padding: 3px;
}
.maian_mnu ul li a {
    color: #009846;
    display: block;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'MyriadPro-Regular';
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
}
.maian_mnu ul li .fa-home {
	color: #009846;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.maian_mnu ul li:hover .fa-caret-up{
	opacity: 1;
}
.maian_mnu .first >.fa-caret-up{
        left: 42% !important;
}
.maian_mnu .active >.fa-caret-up{
        opacity:1 !important;
}
.maian_mnu .active > a{
        color:#000;
}
.maian_mnu .active > a .fa-home{
        color:#000 !important;
}
.maian_mnu ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	background: #fff;
    border-radius: 30px;
}
.maian_mnu ul li {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}
.maian_mnu ul li .fa-caret-up{
    position: absolute;
    color: #1BA33F;
    font-size: 36px;
    left: 45%;
    bottom: 24px;
    margin: 0;
    height: 0 !important;
    opacity: 0;
    transition:0.5s;
}
.top_contacts {
	float: left;
	font-size: 18px;
	font-family: 'Arial';
	color: #000;
    padding: 0 !important;
}
.top_contacts ul{
   list-style: none;
   margin: 0 !important;
    padding: 0 !important;
}
.top_contacts ul li{
	float: left;
	padding-right: 45px;
}
.top_contacts ul li:nth-child(3n) {padding-right: 0;}
.top_contacts ul li .o-nas{
   	font-size: 16px;
	font-family: 'Arial';
	color: #000; 
	width: 140px;
	height: 58px;
}
.top_contacts ul li .phone{
	position: relative;
	font-size: 24px;
	font-family: 'Arial';
	color: #000; 
	width: 214px;
	height: 58px;

}
.phone .fa-phone{
    font-size: 30px;
    color: #5BC76D;
    position: absolute;
    left: -50px;
    bottom: 5px;
}
.custom-button{
    position:relative;
background: -moz-linear-gradient(90deg, rgba(0,152,70,1) 0%, rgba(149,255,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(149,255,0,1)), color-stop(100%, rgba(0,152,70,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(0,152,70,1) 0%, rgba(149,255,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(0,152,70,1) 0%, rgba(149,255,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(0,152,70,1) 0%, rgba(149,255,0,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(0,152,70,1) 0%, rgba(149,255,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95FF00', endColorstr='#009846',GradientType=0 ); /* ie6-9 */
	border-radius: 30px;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 220px;
    transition:0.5s;
}
.custom-button a{
    font-family: 'Arial';
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.custom-button .fa-file-text-o{
    position: absolute;
    font-size: 24px;
    color: #ADE3A4;
    left: -5px;
    top: -10px;
}
.custom-button:hover{
	opacity: 0.7;
}
.logo{
    position:relative;
	background: url(../images/logo.png) no-repeat;
	padding:25px;
	float:left;
	height: 58px;
}
.content{
	max-width: 1400px;
}
.line{
	position: relative;
	text-align: left;
	margin:20px auto;
	float:none !important;
	margin-bottom:20px;
}
.delim{
    position: absolute;
    background: url(../images/delimiter.png) no-repeat;
    width: 38px;
    height: 5px;
    left: -40px;
    top: 20px;
}
.content-top{
	margin:20px auto;
	float:none !important;
	margin-bottom:35px;
	margin-top:35px;
}
.content-bottom{
	margin:20px auto;
	float:none !important;
	margin-bottom:35px;
	margin-top:35px;
}
.my-prod{
	background: #F5FBFF;
	margin-bottom:40px; 
	padding: 0 !important;
}
.my-prod ul{
	padding-left: 0 !important;
}
.my-prod ul li{
	float:left;
	list-style: none;
	position: relative;
	margin-bottom: 20px;
}
.my-prod ul li .img-block{
	position: relative;
	padding: 0 !important;
}
.my-prod ul li .fa-caret-right{
    position: absolute;
    font-size: 72px;
    color: #fff;
    left: -22px;
    top: 30%;
    opacity: 0;
}
.my-prod ul li .fa-caret-left{
    position: absolute;
    font-size: 72px;
    color: #fff;
    right: -22px;
    top: 30%;
}
.title-g{
	font-size: 24px;
	color: #FF0000;
}
.title-g .razd{
    font-size: 52px;
    color: #B3B3B3;
}
.title-g .price{
    font-size: 42px;
    color: #FF0000;
    font-weight: bolder;
}
.title-g .fa-rub{
    font-size: 18px;
    color: #FF0000;
    margin: 0;
}
.my-prod ul li:nth-child(4n-2) .img-block {float:right;}
.my-prod ul li:nth-child(4n) .img-block {float:right}
.my-prod ul li:nth-child(4n-2) .fa-caret-right {opacity: 1;}
.my-prod ul li:nth-child(4n) .fa-caret-right {opacity: 1;}
.my-prod ul li:nth-child(4n-2) .fa-caret-left{opacity: 0;}
.my-prod ul li:nth-child(4n) .fa-caret-left {opacity: 0;}
.my-prod ul li:nth-child(4n-2) .descr-block{float:right;}
.my-prod ul li:nth-child(4n) .descr-block {float:right;}

.my-prod .img-block{
	float:left;
}

.img-block img{
	width: 100%;
}
.my-prod ul li .title-g{
    padding-bottom: 10px;
}
.my-prod ul li .descr-block{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    float: left;
}
.my-prod ul li .text-descr-g{
    font-family: 'Arial';
    font-size: 16px;
    color:#000;
    line-height: 24px;
}
.my-prod .title-g a{
 	font-family: 'blogger_sansbold';
	font-size: 36px;
	line-height: 28px;
	color: #1765B3;
	padding-bottom: 15px;
}
.my-preim{
	margin-bottom: 35px;
	margin-top: 35px;
}
.my-preim ul{
	padding: 0 !important;
}
.my-preim ul li{
	list-style: none;
	margin-left: 30px;
}
.my-preim ul li:nth-child(5n-4) {margin-left:10px;}
.my-preim ul li .image-sp{
    font-family: 'blogger_sansbold';
    font-size: 48px;
    color: #FF0000;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    float: none !important;
    margin-bottom: 25px;
    margin-top: 25px;
}
.my-preim ul li .image-sp .tx{
	width: 30px;
	height: 30px;
	padding-top: 5px;
	margin: 0 auto;
}
.my-preim ul li .descr{
	font-family: 'Arial';
    font-size: 16px;
    text-align: center;
}
.feedback-form {
	padding: 0 !important;
	border-radius: 30px;
}
.background-feedback{
    position:relative;
    background: url(../images/background-feedback.png) no-repeat top;
    width: 100%;
    height: 455px;
    padding: 40px;
}
.ltf-blur{
    position: absolute;
    left: -10px;
    top: 0;
    background: url(../images/lft-blur.png) repeat-y top;
    width: 100px;
    height: 100%;
}
.rt-blur{
    position: absolute;
    right: -10px;
    top: 0;
    background: url(../images/rt-blur.png) repeat-y top;
    width: 100px;
    height: 100%;
}
.top-blur{
    position: absolute;
    top: -10px;
    left: 0;
    background: url(../images/top-blur.png) repeat-x top;
    width: 100%;
    height: 100px;
}
.backg-fon{
    width: 97%;
    margin-left: 15px;
}
.form-control{

	display: block;
	margin:0 auto;
	opacity: 1;
}
.custom-button-f{
    font-family: 'Arial' !important;
    font-size: 16px !important;
    /* background: #FFFFFF !important; */
    border: 5px solid #5EBE2C !important;
    border-radius: 30px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    transition: 0.5s !important;
    color: #009846 !important;
    font-weight:bold;
    width: 135px !important;
    margin: 0 auto !important;
    float: none !important;
}
.custom-button-f a{
    font-family: 'Arial' !important;
	font-size: 20px !important;
	color: #fff !important;
	text-decoration: none !important;
}
.custom-button-f:hover{
	background:#C2E9BB !important;
}
form{
	margin-bottom: 280px;
}
.btn{
    color: #fff;
	background: none;
	border:3px solid #5EBE2C;
	border-radius: 30px;
	width:200px;
	display: block;
	margin: 0 auto;
	transition:0.3s;
	margin-top: 20px;
	
}
.btn a{
	font-family: 'Arial';
	font-size: 16px;
	color: #009846;
	font-weight: bold;
	text-decoration: none;
}
.btn:hover{
  opacity: 0.7;
}
.btn:focus{
	color:inherit;
	background: none;
	border:3px solid #fff;
	border-radius: 8px;
	width:130px;
}
.form-group input{
    margin-bottom: 20px;
    border: none;
    background: #ADE3A4;
    height: 40px;
    border-radius: 8px;
    padding-left: 10px;
 }
.form-group  input:focus{
    border:none;
 }
 .form-group  textarea{
    margin-bottom: 14px;
    border: none;
    background: #ADE3A4;
    height: 80px;
    border-radius: 8px;
    padding: 10px;
 }
.form-group  textarea:focus{
	border:none;
	background: #ADE3A4;
 }
.footer{
	background: #009846;
}
.red-line a{
   display: inline-block;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.select{
    margin-top: 35px;
    margin-bottom: 35px;
	color: #fff;
	background: url(../images/bgr-middle.png) no-repeat;
}
.my-select{
	margin-bottom: 20px;
	padding-top: 40px;
    padding-bottom: 60px;
}
.my-select ul{
	padding: 0 !important;
	float: none;
    margin: 0 auto;
}
.select .line .delim{
	top: 75px;
}
.my-select ul li{
	list-style: none;
}
.my-select ul li .image-sp{
    font-family: 'Arial';
    font-size: 48px;
    font-style: italic;
    color: #ADE3A4;
    width: 90px;
    height: 50px;
    text-align: left;
    float: none !important;
    margin-bottom: 25px;
    margin-top: 25px;
}
.my-select ul li .image-sp .tx{
	width: 30px;
	height: 30px;
	padding-top: 5px;
	margin: 0 auto;
}
.my-select ul li .descr{
	font-family: 'Arial';
    font-size: 16px;
    text-align: left;
}
.select h2{
	color: #fff;
}
.info{
	position: relative;
	border: 3px solid #5EBE2C;
	border-radius: 8px;
	float: none !important;
	margin: 0 auto;
	margin-top: 35px;
    margin-bottom: 35px;
}
.info img{
	position: absolute;
	top: 35px;
    left: 25px;
}
.title-info{
	font-family: 'Arial';
	font-size: 18px;
	font-style: italic;
	color: #000;
	padding-top: 30px;
	padding-left: 70px;
}
.phone-btt{
    font-family: 'Arial';
    font-size: 18px;
    color: #000;
    padding-left: 70px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.reload ul{
    text-align:center;
    margin:0 !important;
	padding: 0 !important;
}
.reload ul li{
    float: none;
    display: inline-block;
    list-style: none;
    height: 163px;
    width: 210px;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}
.footer p{

    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#fff;
    margin: 20px;
}
.google{
    position:relative;
    background: #ddd;
	padding: 0 !important;
}
.shadow{
    background: url(../images/shadow.png) no-repeat top;
    position:absolute;
    z-index:100000;
}
.google iframe{
    position: relative;
    width: 100% !important;
}
.ajax_form .error {
    color: brown;
    font-size: 10px;
}
.smartline{

	margin-top:30px;
}
.smartline p,i{

	font-size: 18px;
	color:#fff;
}
.smartline a{

	font-size: 16px;
	color:#fff;
}
.smartline ul{
    list-style:none;
    padding-left:0 !important;
}
.smartline ul li{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}
.phone-bt{
    text-align:left;
    font-size: 18px;
	color:#fff;
}
.adress{
    font-size: 16px;
	color:#fff;
	text-align:center;
}
.develop{
    text-align:right;
   	font-size: 16px;
	color:#fff; 
}
.develop a{
   	font-size: 16px;
	color:#fff; 
}
.soc-b{
    text-align:right;
}
.soc-b i{
    font-size:18px;
    color:#fff;
    margin:5px;
}
#menu .dropdown-menu{
    top: 100% !important;
    left: -50% !important;
    background: #009846 !important;
    opacity: 1 !important;
}
#menu a{
    background-color:transparent !important;
}
#menu ul li a{
 color: #fff !important;
}
#menu .dropdown-menu>.active>a {
    color:#fff;
    background-color: #FF9933 !important;
}
#menu-adapt .old{
    background-color:#03823E;
}
#menu-adapt .old .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color:transparent !important;
}
#menu-adapt .dropdown-menu li:hover a{
    background-color:#FF9933 !important;
}
.dropdown-menu {
    position: absolute;
    top: -39px;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 220px;
    padding-top: 80px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    opacity: 1;
    background-color: #009846;
    height: 0;
    transition: 0.5s;
}
.open>.dropdown-menu {
    width:320px;
    height:auto;
    overflow:hidden;
}
.dropdown-menu ul{
    list-style:none;
    height:0;
    padding-left:0;
    transition:0.5s;
}
.dropdown-menu li{
    margin-top: 25px;
    margin-bottom: 25px;
    width: 320px;
    opacity: 1;
    text-align: center;
    transition: 0.5s;
}
.dropdown-menu li a{
    font-family:'MyriadPro-Regular';
    font-size:18px;
    color:#fff;
    padding-top:20px;
    transition:0.5s;
}
.dropdown-menu li i{
    font-family:'MyriadPro-Regular';
    font-size:18px;
    color:#fff;
    transition:0.5s;
}
.dropdown-menu li:hover {
    text-decoration:none;
    background-color: #FF9933;
}

.open .dropdown-menu ul{
    height:auto;
    overflow:hidden;
}
.main_mnu_button .fa-times {
   display:none;
}
.open> .main_mnu_button .fa-bars {
   display:none;
}
.open> .main_mnu_button .fa-times {
    display: inline-block;
    position: absolute;
    left: -20px;
    top: -70px;
    color: #fff;
    z-index: 10000;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #FF9933 !important;
}
.reload-captcha i {
    color: #000;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.metrika{
    text-align:right;
}
.link-site{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
