/*   
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: 1;
	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 'Roboto', 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:40px 0px;
  position:relative;
}
.header_logo {
  position:absolute;
  left:0;
  right:0;
  margin: auto;
  text-align:center;
	width:560px;
	color:#4b535c;
}
.header_logo p {
  font-size:34px;
  text-transform:uppercase;
  font-weight:bold;
  line-height: 36px;
}
.header_logo span {
  font-size:14px;
  display:block;
}
.header_phone {
	width:140px;
	font-size:16px;
	line-height: 20px;
	float:right;
	padding:4px 0 4px 30px;
	background:url(img/phone.png) no-repeat left center;
}
.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;
  background:#217dce;
  width:100%;
  min-width:1000px;
  padding:14px 0;
  border-bottom:3px solid #4b535c;
}
.header nav div > ul {
  width:1000px;
  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:14px;
  display:inline-block;
  text-transform:uppercase;
  padding: 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:30px;
  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(http://uchkom12.ru/wp-content/uploads/2017/06/slide_bg1.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:table;
  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:url(img/slide_laai.png);
  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:34px 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:200px;
  height:171px;
  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 {
  border: 1px solid black;
  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;
}