/*
Theme Name: TechnoExpress
Theme URI: erbiko.by
Description:
Author: Храмцов Алексей
Author URI:
Version: 1

*/

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: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  display: block;
  margin: 0 auto;
}
ol, ul {
  list-style: none;
}
li{
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
p, a, h1, h2, h3, span, input, textarea, address,  time, td,label, button {
  font-family: 'Roboto', sans-serif;
}

@font-face {
  font-family: 'Intro';
  src: url('fonts/intro.eot');
  src: url('fonts/intro.woff2') format('woff2'),
       url('fonts/intro.woff') format('woff'),
       url('fonts/intro.ttf') format('truetype'),
       url('fonts/intro.svg#Intro') format('svg'),
       url('fonts/intro.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}



a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  color:#fff;
  font-size:2em;
  text-transform: uppercase;
  padding:210px 0 40px 80px;
  font-family: 'Intro';
  position: absolute;
  z-index:2;
  top: 0;
  max-width: 900px;
}

.main {
  /*background-image: url('img/main_up.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 655px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main .side_menu {
  background-color: rgba(37,40,46,1);
}

.main .side_menu a.logo {
  display: inline-block;
  padding:25px 20px 25px 0;
  margin-left: 20%;
}
.main .side_menu a.logo span {
  display: block;
  font-size: 1.625em;
  text-transform: uppercase;
  font-family: 'Intro';
  color:#18a6e2;
}

.main .side_menu a.logo img {
  max-width: 100%;
  max-height: 100px;
}

button.buter {
  display: none;
}

.main .side_menu nav ul {
  width: 100%;
  float: right;

}
.main .side_menu nav ul li:first-child {
  padding-top:25px;
  border-top: 1px solid #47494e;
}

.main .side_menu nav ul li {
  text-align: left;
  padding:25px 0;
  border-bottom:  1px solid #47494e;
}

.main .side_menu nav ul li:hover {
  background-color: #4f5261;
}

.main .side_menu nav ul li a {
  padding-left:20%;
  color:#fff;
  font-size:1.125em;
  font-weight: 300;
  display: inline-block;
}

.main .side_menu nav ul li.menu-item-has-children a:not(.child)::after  {
  display: inline-block;
  content:'';
  width: 28px;
  height: 25px;
  background-image: url('img/arrow_down.png');
  margin-left:20px;
  position: relative;
  top:10px;
}

.main .side_menu nav ul li a:hover {
  text-decoration: none;
}

.main .side_menu nav ul ul.sub-menu {background-color: #424552; display: none;  float:none; border-bottom:  1px solid #47494e; padding:30px 0;}
.main .side_menu nav ul ul.sub-menu li {  padding:15px 0;  border:none;  margin:0; border:none;}

.main .content{
  background-color: rgba(37,40,46,1);
}

.main .header {
  position: relative;
}

.main .header ul {
  display: block;
  padding:345px 0 30px 70px;
  position: absolute;
  top: 0;
  z-index:2;
}

.main .header ul li {
  display: inline-block;
  border-right:#40b1e1 1px solid;
  padding-right:10px;
  padding-left:10px;
}

.main .header ul li:last-child {  border:none;}

.main .header ul li  a {
  color:#40b1e1;
  font-size:1.25em;
}



.main .about {
  background-color: #f4f5f7;
}

.main .about .first  {
  padding-bottom: 20px;
  background-color: #f4f5f7;
}

.main .about .first  p.title {
  color:#33383d;
  text-transform: uppercase;
  font-size:1.55em;
  padding:65px 5px 0px 20px;
  border:none;
  margin: 0;
  font-weight: 400;
}

.main .about .first  p.pre {
  margin-left:20px;
  margin-right: 5px;
  padding-bottom: 20px;
  color:#5a718c;
  border-bottom: 1px solid #dbe1e8;
  font-weight: 400;
  position: relative;
}

.main .about .first p.pre:after {
  width: 40px;
  height: 2px;
  content: "";
  display: block;
  background-color: #c9103a;
  margin-top:20px;
  position: absolute;
}

.main .about .first p {
  color:#000000;
  font-size:0.95em;
  margin-left:20px;
  margin-right: 5px;
  margin-top:25px;
  font-weight: 300;
}

.main .about .second {
  margin-top: 70px;
  padding-bottom: 20px;
  background-image: url('img/about_back.jpg');
  background-repeat: no-repeat;
}

.main .about .second p {
  color:#f4f5f7;
  font-size:0.95em;
  margin-top:70px;
}

.main .about .second p::before {
  width: 40px;
  height: 2px;
  content:"";
  display: block;
  float:left;
  background-color: #c9103a;
  margin-left:20px;
  margin-top:10px;

}

.main .about .second p span {
  max-width: 250px;
  display: block;
  float:left;
  margin-left:20px;
}


.main .plus {
  background-color: #f4f5f7;
}

.main .plus .first_row, .main .plus .second_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main .plus p.big_title {
  color:#33383d;
  text-transform: uppercase;
  font-size:1.55em;
  padding:80px 0 35px;
  border:none;
  margin: 0;
  text-align: center;
}

.main .plus .first {
  border-top:1px solid #dbe1e8;
  border-left:1px solid #dbe1e8;
  border-bottom: 1px solid #dbe1e8;
  background-image: url('img/plus-f.jpg');
  background-position: center center;
  background-size: auto 100%;
  background-repeat:no-repeat;
}

.main .plus .first img {
  display: block;
  margin:0 auto;
}

.main .plus .first p {
  color:#1b2033;
  text-align: center;
  padding:20px 0 30px;
}

.main .plus .second {
  border:1px solid #dbe1e8;
  padding-top:90px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.main .plus .second  img {
  display: block;
  padding-left:20px;
}

.main .plus .second  p {
  display: block;
  max-width: 320px;
  padding-left:20px;
  padding-bottom: 20px;
}

.main .plus .second  p.title {
  padding:0 0 20px 20px;
  margin:0;
  color:#1b2033;
  font-size:1.06;
  font-family: 'Intro';
}

.main .plus .third {
  border-left:1px solid #dbe1e8;
  border-bottom: 1px solid #dbe1e8;
  padding-top:90px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.main .plus .fourth {
  border-left:1px solid #dbe1e8;
  border-right:1px solid #dbe1e8;
  border-bottom: 1px solid #dbe1e8;
  padding-top:90px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.main .plus .third  img, .main .plus .fourth  img {
  display: block;
  float: left;
  padding-left: 20px;
}

.main .plus .third  p, .main .plus .fourth  p {
  display: block;
  max-width: 340px;
  padding-left:20px;
  padding-bottom: 20px;
}

.main .plus .third  p.title, .main .plus p.title {
  padding:0 0 20px 20px;
  margin:0;
  color:#1b2033;
  font-size:1.06;
  text-align:left;
  font-family: 'Intro';
}

.main .plus a.to_service {
  display: block;
  margin:0 auto;
  width: 210px;
  font-size:0.875em;
  color:#fff;
  padding:20px 0 20px 30px;
  background-color: #7e819b;
  border-radius: 30px;
  position: relative;
  bottom:30px;
}

.main .plus a.to_service:after {
  content:"";
  width: 20px;
  height: 20px;
  background-image: url('img/arrow_r.png');
  display: inline-block;
  position: absolute;
  right: 25px;
}

.main .clients {
  background-color: #f4f5f7;

}

.main .clients p.big_title {
  color: #33383d;
  text-transform: uppercase;
  font-size: 1.55em;
  padding: 80px 0 35px;
  border: none;
  margin: 0;
  text-align: center;
}

.main .clients .row {
  background-color: #e6e6e8;
}

.main .clients .row div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 142px;
  vertical-align: middle;
  /*padding:30px 0 50px;*/
  text-align: center;
  border-right: 1px solid #cacbd3;
}

.main .clients .row div:last-child {
  border:none;
}


.main .clients .row div img {
  max-width: 100%;
}

.main .footer {

  padding-bottom: 50px;
}

.main .footer .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.main .footer .row div {

  padding-top:25px;
}

.main .footer .row div p  {
  padding-left:20px;
}

 .main .footer .row div a.logo {
   margin-left:20px;
   display: block;
 }

 .main .footer .row div a.logo img {
    max-width: 150px;
    display: block;
  }

.main .footer .row div a.logo span {
  display: block;
  font-size: 1.125em;
  text-transform: uppercase;
  font-family: 'Intro';
  color: #18a6e2;
}

.main .footer .row div p.title {
  color:#576069;
  padding-bottom: 20px;
}

.main .not-main {
	background-image: url('img/main_up.jpg');
	background-position: center center;
}


.main .not-main h1 {
	position: relative;
	padding:50px 0 40px 20px;
  color:#f4f5f7;
  font-size:1.875em;
  font-weight: 300;
  font-family: 'Roboto';
  text-transform: none;
}
.bread {
	padding:20px 0 20px 20px;
}
.bread li {

	display: inline-block;
}

.bread li a {
	color:#282c33;
	text-decoration: none;
  font-weight: 300;
}

.bread li a:after {
  display: inline-block;
  content: '\003E';
  color:#282c33;
	text-decoration: none;
  font-weight: 300;
  padding:0 5px;
}
.bread li:last-child a:after {
  display: none;
}
.bread li a.active {
	text-decoration: none;
}

.main .cert p.descr {
	color: #000;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Intro';
    padding:20px;
}
.main .cert p {
	padding:0 20px 50px 20px;
  color:#5a718c;
}

.main .cert p:not(.descr):before {
	width: 40px;
    height: 2px;
    content: "";
    display: block;
    background-color: #c9103a;
    margin-bottom: 20px;
}

.main .cert .row div:not(.content_tabs) {
	padding:0 20px;
}
.main .cert .row div img.big_img {
	max-width: 100%;
  display: block;
  margin:10px auto 0;
}


.main .cert .product p.descr {
  padding-top:0;
}


.main .cert .mini_img {
  margin:20px auto;
  max-width: 520px;
  display: block;
}


.main .cert .row .mini_img div {
  padding:0;
}

.main .cert .mini_img img {
  border: 1px solid #cacbd3;
  max-width: 137px;
  margin:0 auto;
}

.popup-gallery img {
  max-width: 100%;
}

.product table {
	width: 90%;
}
.product table tr:nth-child(even) {
	background-color: #e6e6e8;
}
.product table tr td {
	padding:5px;
	border: 1px solid #cacbd3;
}

.contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.contact #map {
  min-height: 300px;
  margin-top:-60px;
  position: relative;
}

.contact #map  .info_address {
  position: absolute;
  z-index:999;
  top:30%;
  left:55%;
  background-color: #f4f5f7;
  border:1px solid #18a6e2;
  padding:10px 35px;

}

.contact #map  .info_address p {
  color:#282c33;
  font-size:0.875em;
}

.contact #map #map_full {
  height: 100%;
  min-height: 300px;
}

.contact p.descr {
	color: #000;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Intro';
    padding: 10px 20px 20px 20px;
}

.contact .worker {
	padding:20px;
	border-bottom: 1px solid #dbe1e8;
}
.contact .info {
	padding:50px 20px 20px 20px;
}

.contact .info p.title {
  font-weight: normal;
}

.contact .info p {
  font-weight: 300;
  font-size:0.875em;
}

.contact .worker p.status {
  color:#5a718c;
  font-size:0.875em;
}
.contact .worker p.name {
  color:#33383d;
	font-weight: bold;
	display: block;
  margin-top:5px;
	margin-bottom: 10px;
  font-size:1em;
}
.contact .worker p.phone:before {
  display: inline-block;
  content:'';
  width:19px;
  height: 17px;
  background-image: url('img/phone-ico.png');
}

.contact .worker p.phone span {
  padding-left:5px;
}

.contact .worker p.email:before {
  display: inline-block;
  content:'';
  width:16px;
  height: 12px;
  background-image: url('img/mail-ico.png');
}

.contact .worker p.email span {
  padding-left:5px;
}

.service .row {
  margin-left:20px;
  max-width: 1157px;
  border:1px solid #dbe1e8;
}

.service .row .b_image img {
  max-width: 100%;
}

.service .row .b_text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top:70px;
}
.service .row .b_text .ico img {
  padding-right: 20px;
}

.service .row .b_text  .text p {
  max-width: 460px;
  color:#606274;
  padding-left:5px;
  padding-top:5px;
}

.service .row .b_text  .text p.title {
  color:#1b2033;
  font-size:1.175em;
  font-family: "Intro";
  text-transform: uppercase;
  padding-bottom: 10px;
}


.tabs{
	display:inline-block;
}

.tabs ul{
	margin:0px;
	padding:0px;
}
.tabs ul:after{
	content:"";
	display:block;
	clear:both;
	height:5px;
}
.tabs ul li{
	margin:0px;
	padding:0px 40px 15px 0;
	cursor:pointer;
	display:block;
	float:left;
	color:#707070;
}
.tabs ul li.active, .tabs ul li.active:hover{
	color:#fff;
}

.tabs ul li.active a {
  color:#3998c2;
  border:none;
  font-weight: normal;
}

.tabs ul li a {
  color:#000;
  font-weight: 300;
  font-family: 'Roboto';
  border-bottom: 1px dotted #000;
}

.tabs .content_tabs {
  padding:0;
}


@media (max-width:1169px) {
  .main .header ul {
    display: none;
  }
}
@media (max-width:992px) {


  button.buter {
    width: 54px;
    background-color: #25282e;
    height: 36px;
    background-image:url('img/but.png');
    display: inline-block;
    border:none;
    position: absolute;
    top:45px;
    right: 20px;
  }

  button.buter:hover {
    cursor: pointer;
  }

  /*
  button.buter span::before {
    display: block;
    background-color: #18a6e2;
    height: 5px;
    margin:0 auto;
    content: '';
    top: -10px;
    position: relative;
  }

  button.buter span::after {
    display: block;
    background-color: #18a6e2;
    height: 5px;
    margin:0 auto;
    content: '';
    top: 5px;
    position: relative;
  }

  button.buter span {
    display: block;
    background-color: #18a6e2;
    height: 5px;
    margin:0 auto;
  }*/

  .main .side_menu a.logo {
    margin-left:20px;
  }

  ul.menu {
    display: none;
  }

  ul.menu.active {
    display: block;
  }

  .main .side_menu nav ul li a {
    padding-left:20px;
  }

}
@media (max-width:768px) {
  .contact {
    display: block;

  }

  .contact #map {margin-top:0;}

  .service .row .b_image img {margin:0 auto; display: block;}

  .service .row .b_text {padding-top:20px; padding-bottom: 20px;}

}

@media (max-width:660px) {
  h1 {
    font-size:1.5em;
  }
}


@media (max-width:550px) {
  h1 {
    padding:50px 0 20px 10px;
    font-size:1em;
  }
}


.clients button.client-arrow-prev {
  z-index:9;
  left:10px;
}

.clients button.client-arrow-next {
  z-index:9;
  right:10px;
}
