/*   
Theme Name: 52029-13
Theme URI: URL
Version: 1.0
Author: NKRF
*/

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
b,strong {
  font-weight:bold;
}
i,em {
  list-style:italic;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-width:1000px;
  position: relative;
  z-index: 3;
}
.main_bg {
  position:relative;
}
.clear {
  clear:both;
}
a {color:#ff4427}
a:hover {text-decoration:none}

/* Header
-----------------------------------------------------------------------------*/

.header {
	min-height:100px;
	min-width:1000px;
  position:relative;
  z-index:10;
  margin:0 0 30px;
}
.header_bottom {
  width:1000px;
  margin:0 auto;
  padding:25px 0px;
  position:relative;
}
.header_logo {
  position:absolute;
  left:0;
     right: -45px;
  margin: auto;
  text-align:center;
	width:560px;
	color:#4b535c;
}
.header_logo p {
  font-size:34px;
  text-transform:uppercase;
  font-weight:bold;
  line-height: 34px;
}
.header_logo span {
  font-size:14px;
  display:block;
}
.header_phone {
	min-width:185px;
	font-size:16px;
	line-height: 14px;
	float:right;
	padding:4px 10px 4px 30px;
	background:url(img/phone.png) no-repeat left center;
	box-sizing: border-box;
	min-height: 70px;
}
.header_phone p {
	line-height: 2;
}
.header_adress {
	width:200px;
	font-size:16px;
	line-height: 20px;
	padding:0 0 0 40px;
	background:url(img/adress.png) no-repeat left center;
}
.header_mail {
	float:right;
	width:200px;
	font-size:14px;
	line-height: 20px;
}
.header nav {
  height:56px;
width:960px;
margin:auto;
 /* background:#68717c;*/
  /*width:100%;*/
 /* min-width:1000px;*/
 /* padding:14px 0;*/
 /* border-bottom:3px solid #4b535c;*/
}
.header nav div > ul {
  width:870px;
  margin:0 auto;
  text-align:center;
}
.header nav div > ul > li {
  display:inline-block;
  position:relative;
}
.header nav div > ul > li > a {
  color:#fff;
  font-size:13px;
  display:inline-block;
  text-transform:uppercase;
  padding: 20px 8px 20px 8px;
  text-decoration:none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header nav ul li:hover > a,
.header nav ul li a:hover {
  background-color:#ff4427;
}
.header nav div > ul ul {
  display:none;
  position:absolute;
  top:55px;
  left:0;
  background:#68717c;
  z-index: 10;
  border:1px solid #fff;
}
.header nav div > ul li {
  position:relative;
}
.header nav ul li:hover > ul {
  display:block;
}
.header nav div > ul ul a {
  display:block;
  color:#fff;
  font-size:17px;
  padding:10px;
  min-width:200px;
  text-decoration:none;
  border-bottom:1px solid #fff;
}
.header nav div > ul ul li:last-child a {
  border-bottom:0;
}
.header nav div > ul ul ul {
  left:100%;
  top:0;
}
.header_left {
  float:left;
  width:220px;
}
.header_right {
  float:right;
  text-align:right;
  width:220px;
}

/* Main 
-----------------------------------------------------------------------------*/

.slide {
  height:418px;
  width:100%;
  min-width:1000px;
  position:relative;
  margin:0 0 52px;
}
.slide_bg {
  background:url(img/slide_bg.png) no-repeat center top;
  position:absolute;
  z-index:2;
  height:418px;
  width:100%; 
  min-width:1000px;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
.slide_bg_in {
  background-size:cover;
  width:1000px;
  margin:0 auto;
  height:418px;
  position:relative;
  z-index:1;
}
.slide_menu {
  display:block;
  position:absolute;
  z-index:3;
  width:1000px;
  margin:0 auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  height:418px;
}
.slide_menu div {
  display: table-cell;
  vertical-align: middle;
}
.slide_menu li {
  margin:9px 0;
}
.slide_menu li a {
  background:url(img/slide_lai.png);
  background-size:100% 100%;
  width:206px;
  font-size:18px;
  color:#68717c;
  padding:16px 15px;
  text-transform:uppercase;
  font-weight:bold;
  display:block;
  text-decoration:none;
}
.slide_menu li a:hover {
  background-size:100% 100%;
  color:#ff4427;
}
.main_left {
  width:240px;
  min-height:100px;
  position:relative;
  vertical-align:top;
  float:left;
  margin:0 55px 0 0;
}
.main_right {
  width:686px;
  min-height:100px;
  position:relative;
  float:right;
}
.bxstyle li > p {
  font-weight:bold;
  margin:0 0 10px;
  font-size:16px;
}
.bxstyle li div {
  margin:0 0 10px;
  font-size:12px;
}

/* services
-----------------------------------------------------------------------------*/

.advantages  {
  width:100%;
  margin:10px 0 40px;
  background:#f2f5f9;
  border-right:3px solid #ff4427;
  width:683px;
  min-height:100px;
}
.advantages  .advantages_img {
  display:table-cell;
  width:306px;
  background:url(img/services_img.png);
  background-size:cover;
}
.advantages  ul {
  padding:28px 50px;
  display:table-cell;
}
.advantages  ul li {
  margin:0 0 20px;
  color:#4e545c;
}
.advantages  ul li:last-child {
  margin:0;
}
.advantages  li p {
  font-size:18px;
  line-height:24px;
  font-weight:bold;
  margin:0 0 5px;
}
.advantages  li span {
  font-size:14px;
}

.services {
  width:100%;
  text-align:center;
  margin:0 0 20px;
}
.services tr td {
  width:33%;
}
.services tr:first-child td div {
  width:170px;
  height:170px;
  margin:auto;
  position:relative;
  background-size:cover;
}
.services tr td p {
  padding:20px 20px 0;
  font-size:18px;
  font-weight:bold;
}
.services tr td span {
  padding:20px;
  font-size:14px;
  display:block;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
  color:#000;
  padding:0 0 30px;
}
.entry {
  font-size:16px;
  line-height:22px;
  font-weight:300;
  padding:0 0 15px;
}
.widget {
  margin: 0 0 20px 0;
  font-size:14px;
  background:#68717c;
  padding:20px;
  color:#fff;
}
.widget .menu {
  padding:0;
  margin:-20px;
}
.widget .menu li {
  position:relative;
}
.widget .menu a {
  font-size:14px;
  font-weight:bold;
  display:block;
  padding:10px 20px;
  text-decoration:none;
  line-height:22px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background:url(img/li.png) no-repeat 220px center;
  color:#fff;
}
.widget .menu a:hover {
  background-color:#ff4427;
}
.widget .menu li ul {
  padding:10px 0;
  background:#4e545c;
}
.widget .menu li ul li  {
  border:0;
}
.widget .menu li ul li a {
  font-size:12px;
  color:#fff;
  padding:0 0 0 10px;
  font-weight:normal;
  line-height:26px;
  background:none;
  padding-left:40px;
}
.widget .menu li ul li a:hover {
  background:none;
  color:#ff4427;
}
.widget_title {
  font-size:20px;
  text-align:left;
  line-height:22px;
  margin:0 0 10px;
}
.bxstyle {

}
h1.title {
  font-size:28px;
  line-height:30px;
  margin:0 0 20px;
  color:#ff4427;
  font-weight:bold;
  text-transform:uppercase;
}
.entry p {
  margin:0 0 16px;
}
.entry ol {
  margin:0 0 16px;
  counter-reset: section;
}
.entry ul {
  margin:0 0 16px;
}
.entry ol li {
  margin:0 0 6px;
}
.entry ul li {
  margin:0 0 6px;
  position:relative;
  padding:0 0 0 17px;
}
.entry ul li:before {
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  left:3px;
  width:5px;
  height:5px;
  background:#0077d6;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  content:'';
  display:block;
}
.entry ol li:before {
  counter-increment: section;
  content: counter(section) ") ";
  color:#0077d6;
}
.entry a {
  color:#0077d6;
}
.entry a:hover {
  text-decoration:none;
}
.entry h1 {
  font-size:32px;
  margin:0 0 16px;
  font-weight:bold;
}
.entry h2 {
  font-size:26px;
  margin:0 0 16px;
  font-weight:bold;
}
.entry h3 {
  font-size:20px;
  margin:0 0 16px;
  font-weight:bold;
}
.entry .aligncenter,
.entry div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.entry .alignleft {
   float: left;
   margin:0 10px 10px 0;
}
.entry .alignright {
   float: right;
   margin:0 0 10px 10px;
}
.entry .wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.entry .wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.entry .wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.entry table {
  margin:0 0 16px;
  border-collapse: separate;
}
.entry table td {
  padding:10px;
  border-collapse: separate;
}
.entry table thead td {
  background:#4a494b;
  color:#fff;
}
.entry table tbody td {

}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	min-height: 210px;
	position: relative;
	background:#4e545c;
}
.footer .wrapper {

}
.footer_map {
  width:760px;
  display:table-cell;
  height:210px;
}
.footer_info {
  width:220px;
  padding:0 0 0 20px;
  display:table-cell;
  height:210px;
  vertical-align:middle;
  color:#fff;
  font-size:14px;
  line-height: 22px;
}


/* header slider
-----------------------------------------------------------------------------*/

.header_info_bg_img {
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  left:0;
  right:0;
  z-index:1;
  display:block;
}
.header_info_bg_left {
  position:absolute;
  top:0;
  bottom:0;
  width:45%;
  left:0;
  z-index:1;
  display:block;
}
.header_info_bg_right {
  position:absolute;
  top:0;
  bottom:0;
  width:55%;
  right:0;
  z-index:2;
  display:block;
}
.header_info_bg_slider {
  position: absolute;
}
.main_title {
  font-weight:bold;
  text-align:center;
  font-size:44px;
  line-height:40px;
  margin:0 0 40px;
  color:#fff;
  text-transform:uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

/* Modal
-----------------------------------------------------------------------------*/

#modal {
  padding:20px;
}
#modal input[type="text"]{
  padding:10px;
  font-size:16px;
  margin:0 0 16px;
}
#modal textarea{
  padding:10px;
  font-size:16px;
  margin:0 0 16px;
  width: 318px;
  height: 80px;
}
#modal input[type="submit"]{
  background:#fecb30;
  padding:10px 30px;
  font-size:23px;
  line-height:30px;
  text-decoration:none;
  font-weight:bold;
  display:block;
  text-align:center;
  text-transform:uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  color:#000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 340px;
  border: 0;
  cursor:pointer;
}
#modal input[type="submit"]:hover {
  color:#fff;
  background:#000;
}
#modal .wpcf7-not-valid {
  border-color:red;
}
#modal .wpcf7-not-valid-tip {
  display:none;
}
#modal .wpcf7-response-output {
  font-size:16px;
  text-align:center;
}

/* catalog 
-----------------------------------------------------------------------------*/

.hugeitmicro li:before,
.huge_it_catalog_single_product_page li:before {
  display:none !important;
}
.write-rate-block label{
  color:#000;
}
.huge_it_catalog_view_tabs_contents {
  display:block !important;
}
.huge_it_catalog_view_tabs_contents > li {
  width: 651px !important;
}
.modalDialog label input {
  width: 393px !important;
}
.modalDialog label textarea {
  width: 393px !important;
}
.order_popup_submit_close {
  width:400px !important;
}
.btn {
  background: #ff4427;
  background-image: -webkit-linear-gradient(top, #ff4427, #fc2e0f);
  background-image: -moz-linear-gradient(top, #ff4427, #fc2e0f);
  background-image: -ms-linear-gradient(top, #ff4427, #fc2e0f);
  background-image: -o-linear-gradient(top, #ff4427, #fc2e0f);
  background-image: linear-gradient(to bottom, #ff4427, #fc2e0f);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
          font-size: 14px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    position: absolute;
    margin-left: -120px;
}

.btn:hover {
  background: #68717c;
  background-image: -webkit-linear-gradient(top, #68717c, #4b535c);
  background-image: -moz-linear-gradient(top, #68717c, #4b535c);
  background-image: -ms-linear-gradient(top, #68717c, #4b535c);
  background-image: -o-linear-gradient(top, #68717c, #4b535c);
  background-image: linear-gradient(to bottom, #68717c, #4b535c);
  text-decoration: none;
}
.modalka input[type="text"]
{
    height: 40px;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.modalka input[type="email"]
{
    height: 40px;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.modalka
{
text-align: center;
}

@media only screen and (max-width: 1550px) {
	nav img{
		/*left:17% !important;*/
	}
}

@media only screen and (max-width: 1350px) {
	nav img{
		/*left:10% !important;*/
	}
}

@media only screen and (max-width: 1100px) {
	nav img{
		/*left:6% !important;*/
	}
}

@media only screen and (max-width: 900px) {

.modalka input[type="text"] 
{
width:100%;
}

.modalka input[type="email"] 
{
width:100%;
}

.modalka textarea 
{
width:100% !important;
}
}
.modalka textarea {
margin: 0px;
    width: 340px;
    height: 140px;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.wpcf7-form label.error
{
float:left !important;
}


#popmake-156
{
width:45%;
}


.soglasie p
{
    font-size: 15px;
}
a {outline:none;}
a:focus  {outline:none;}
input {outline:none;}
input:focus  {outline:none;}
textarea {outline:none;}
textarea :focus  {outline:none;}
.wp-image-281:hover
{
border:1px solid red;
}

.widget_title a{
color:white !important;
text-decoration:none;
}

.widget_title a:hover
{
color:#ff4427 !important;
text-decoration:none;
}
div img {
    vertical-align: middle;
}
div img:hover {
    background: #f00;
    box-shadow: 0px 0px 4px 1px #f00;
}
.contact-us  a {
    display: block;
    padding: 7px 10px;
    text-align: center;
    background: #ff4e33;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin: 0 5px;
    max-width: 334px;
    line-height: 21px;
}
#modal input[type="submit"]{
    background: #f34a2f!important;
}

.grecaptcha-badge { 
	visibility: hidden !important;
}

.modal-bg {
	position: fixed;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
	width: 100%;
	height: 100%;
	display: none;
	transition: .5s;
	z-index: 999
}
.modal-bg.show {
	display: block;
}
#contact_form_pop_up {
    max-width: 404px;
    background: #fff;
    left: 0;
    top: 20%;
    right: 0;
    padding: 20px;
    bottom: auto;
    margin: auto;
    position: absolute;
}
.header-modal {
  position: relative;
  padding: 0 20px;
  height: 30px;
}
.header-modal a {
    position: absolute;
    right: 0;
    top: 0;
}
