* {
	margin: 0;
        padding: 01;
}

body {
    	font-family: Open Sans;
    	color: #000;
	font-size: 11pt;
}

h1 {
	margin-bottom: 25px;
	color: #0698d3;
}
h2 {
    	margin-bottom: 15px;
    	margin-top: 25px;
	color: #0698d3;
}
a {
	color: #0698d3;
	text-decoration: none;
}
a:hover {
	color: #0070a2;
}
p {
    	margin: 0 0 10px;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: normal;
    	line-height: 1.6em;
    	margin: 0 0 1em;
    	padding: 0;
    	vertical-align: top;
    	word-wrap: break-word;
}

ul, ol {
    	margin: 0 0 24px 20px;
}
ul li, ol li {
    	line-height: 1.8em;
	text-align: left;
}

.clearfix:after, .clearfix:before, .container:after, .container:before {
    	display: table;
   	content: " ";
}
.clearfix:after, .container:after {
    	clear: both;
}

header {
	position: relative;
}
.header-main {
   	 padding: 28px 0 25px;
    	line-height: 14px;
}
.container {
    	width: auto;
    	max-width: 1900px;
    	padding-right: 15px;
    	padding-left: 15px;
	margin: 0 auto;
}

figure {
	float: left;
}
figure  img{
	width: 125px;
}
.title-descriptoin {
    	float: left;
   	padding: 48px 0 48px 20px;
}
.site-title {
    font-size: 12pt;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #0698d3;
}
.site-description {
    	font-size: 10pt;
    	text-align: center;
	color: #706f6f;
}
.header-top-info {
    	float: right;
	margin-top: 13px;
	font-family: Open Sans;
}
.pull-right {
    	float: right;
}
.header-main .header-main-phone {
    	position: relative;
    	padding-left: 41px;
   	margin-left: 30px;
}
.header-main-phone .fa-phone {
    	position: absolute;
    	top: 0;
    	left: 0;
    	color: #0698d3;
    	font-size: 33px;
}
.header-main-phone .phone {
    	margin-top: 1px;
    	padding-bottom: 30px;
}
.header-main-phone .phone .phone-label {
    	margin-right: 2px;
    	color: #0698d3;
    	font-size: 11px;
    	font-weight: 700;
    	text-transform: uppercase;
    	display: block;
    	margin-bottom: 1px;
}
.header-main-phone .phone .phone-number {
    	color: #000000;
    	font-size: 18px;
    	line-height: 18px;
    	font-weight: 700;
    	letter-spacing: 0.5px;
}
a[href^="tel"] {
    	color: #000000;
    	text-decoration: none;
}
.header-address {
    	position: relative;
    	padding-left: 42px;
    	max-width: 248px;
}
.header-address .fa-map-marker {
    	position: absolute;
    	top: 0;
    	left: 0;
    	font-size: 34px;
    	color: #0698d3;
}
.address {
   	padding-bottom: 30px;
}
.rcont-2 {
    float: left;
    width: 56%;
}
.header-address .address .heading-font {
    	color: #000000;
    	font-size: 12px;
    	line-height: 18px;
    	text-transform: uppercase;
}


nav {
	width: 100%;
    	background-color: #0698d3;
    	margin-bottom: 20px;
}
nav ul {
	margin: 0 auto;
    	width: 820px;
	position: relative;
	padding-left: 30px;
}
nav li {
    	list-style: none;
    	float: left;
}
nav #menu-verx a {
	color: white;
    	display: block;
    	position: relative;
    	height: 60px;
    	padding: 0 38px;
    	line-height: 60px;
    	text-transform: uppercase;
    	text-decoration: none !important;
}
nav li:hover > a {
    	background-color: #0070A2;
}

nav #menu-verx li > a:before {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 50%;
    margin-top: -10px;
    left: 11px;
    font-size: 19px;
    content: "\f0ad";
}
@media screen and (max-width: 860px) {
	.rcont-2 {
    float: right;
    padding: 10px;
    width: 100%;

}
}
nav #menu-niz a {
	color: white;
   	display: block;
    	position: relative;
    	height: 50px;
    	padding: 0 16px;
    	line-height: 50px;
    	text-transform: initial;
    	text-decoration: none !important;
}
nav  .menu-niz-container ul {
    width: 59%;
}

.phone-menu {
	display: none;
	position: relative;
}


main {
    	margin: 0 auto;
    	width: 100%;
    	display: block;
}

.breadcrumbs {
    	padding: 0 15px;
    	overflow: hidden;
	font-size: 11pt;
	color: rgba(128, 128, 128, 0.79);
}
.breadcrumbs a {
    color: rgba(176, 167, 167, 0.66);
}
.breadcrumbs a:hover {
	color: rgb(63, 139, 216);
}
.breadcrumbs span[property="name"] {
    	display: inline-block;
    	padding: 0;
    	vertical-align: middle;
}

.wrapper {
    	float: right;
    	width: 75%;
	margin-bottom: 20px;
	overflow: hidden;
}

article {
    	padding: 15px;
    	overflow: hidden;
	font-size: 12pt;
	color: rgba(112, 111, 111, 0.81);
}

.post {
	border-bottom: 1px solid #d1d0d0;
}

section {
	margin-top: 20px;
}
section a.wp_rp_title {
    line-height: 3.8;
}

aside {
	float: left;
    	width: 22%;
    	display: block;
    	overflow: hidden;
    	position: relative;
}
aside h3, .info {
    	border-bottom: 4px solid #0698d3;
    	text-transform: uppercase;
    	padding-bottom: 5px;
	margin-bottom: 5px;
}

aside ul {
    margin-left: 30px;
}
menu li {
    border-bottom: 1px solid #0698d3;
    list-style: none;
}
menu li a {
    	line-height: 3;
	position: relative;
	display: block;
}
menu li:hover > a {
    text-decoration: underline;
    color: #0070a2;
}

menu li a:before {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 50%;
    margin-top: -9px;
    left: -26px;
    font-size: 19px;
    content: "\f013";
}

.last-post li {
    list-style: none;
}
.last-post li a {
    	line-height: 2;
	position: relative;
	display: block;
}
.last-post li a:before {
    position: absolute;
    content: '';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    top: 50%;
    margin-top: -7px;
    left: -26px;
    font-size: 19px;
    content: "\f040";
}


.navigation {
    	padding: 15px;
}

footer {
	clear: both;
	width: 100%;
	position: relative;
}
footer nav {
	margin-bottom: 40px;
}
footer .header-main-phone {
    	position: relative;
    	padding-left: 41px;
    	margin-left: 30px;
}
.footer-top-info {
    	float: right;
	margin-top: 13px;
	font-family: Open Sans;
}
footer .header-main-phone, .phone-content {
	float: right;
}
footer .address-content {
	float: left;
}
footer .phone-content {
    padding: 28px 0;
}
.copyrights {
    	width: 100%;
    	background: #0698d3;
    	color: white;
    	padding: 15px 0;
	margin-top: 12px;
}
.copyrights a {
    color: white;
}

.inner_cont {
    display: table;
    content: "";
    width: 98%;
    margin: 20px auto;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(176, 167, 167, 0.66);
    border-style: dotted;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    color: black;
}
.lcont {
    float: left;
    padding: 10px;
    width: 50%;
    border-right: 1px solid rgba(176, 167, 167, 0.66);
    border-style: dotted;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.rcont {
    float: right;
    padding: 10px;
    width: 41%;
}

.inner_cont i {
    font-size: 25px;
}

ul.phone {
    margin: 0 auto;
    width: 250px;
    list-style: none;
    font-size: 25px;
}

.phone p {
    float: right;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
.t_left {
    float: left;
    width: 40%;
    padding: 4% 0 0 5%;
}
.t_right {
    float: right;
    padding-right: 5%;
}
.map {
    width: 100%;
    height: 600px;
}
.clear {
    clear: both;
}
.top_content {
    	color: black;
}
.top_content ul {
    	margin: 0;
}
.top_content ul li {
    	display: inline-block;
    	text-align: center;
    	width: 25%;
    	padding: 4%;
}
.top_content img {
    	width: 100%;
}
ul.we_do{
	margin-bottom: 4%;
}
ul.we_do li {
    	padding: 2%;
    	width: 28%;
    	text-align: left;
	vertical-align: top;
}
ul.we_do i {
    	font-size: 30px;
    	padding: 6px;
    	color: #0698d3;
}
ul.we_are {
	margin-bottom: 4%;
}
ul.we_are li {
    	padding: 2%;
    	width: 28%;
    	text-align: left;
	vertical-align: top;
}
ul.we_are i {
    	font-size: 30px;
    	padding: 6px;
    	color: #0698d3;
}
ul.type_auto li {
	width: 18%;
    	padding: 3%;
}
.blue_line {
	margin-bottom: 4%;
}
.contacts {
	color: black;
}

ul li.we_do {
	width: 58%;
    	vertical-align: top;
	padding: 2%;
}

ul.do_list li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 18px;
    line-height: 2.6;
}
ul.do_list i {
    color: #23e423;
    font-size: 22pt;
}
ul.us_price {
    margin-bottom: 4%;
    margin-top: 2%;
    width: 52%;
    float: left;
}
ul.us_price li {
    padding: 1%;
    width: 100%;
    text-align: left;
    vertical-align: top;
}
.us_price span.do_color {
    color: #0698d3;
    font-weight: bold;
    font-size: 18px;
}
.top_content ul.phone {
    width: 44%;
    float: right;
    list-style: none;
    font-size: 25px;
}
.top_content ul.phone li {
    width: 68%;
    padding: 0;
}
.top_content ul.phone img {
    width: 50px;
}

.consalt{
	text-align: center;
	margin-bottom: 5%;
}

        /* Табы товаров */       
        
div.tabs {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom:30px;
	}
div.container { 
	margin: auto; 
	width: 90%; 
	margin-bottom: 10px;
	}
ul.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.tabNavigation li {
	display: inline;
	}
ul.tabNavigation li a {
	padding: 3px 9px;
	color: #000;
	font-size: 14px;
	line-height: 37px;
	padding: 10px 20px 10px 20px;
	text-transform: none;
	text-align: center;
	text-decoration: none;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	border: 2px solid rgba(0, 0, 0, 0.07);
	border-bottom: none;
	}
ul.tabNavigation li a.selected,	ul.tabNavigation li a.selected:hover {
	background: #0698d3;
	color: #fff;
	}
ul.tabNavigation li a:hover {
	background: rgba(0, 182, 222, 0.13);
	color: #000;
	}
ul.tabNavigation li a:focus {
	outline: 0;
	}
div.tabs .alltabs {
	padding: 20px;
	background: #FFF;
	border-radius: 0 8px 0px 0px;
	border: 2px solid rgba(0, 0, 0, 0.07);
	}
div.tabs .thirdtab {
	padding: 20px;
	background: #FFF;
	border-radius: 0 0px 8px 8px;
	border: 2px solid rgba(0, 0, 0, 0.07);
        display: block!important;
	}        
div.tabs div h2 {
    margin-bottom: 10px;
    font-size: 18px;
}       
div.tabs div p {
	    font-size: 16px;
}
        /* Табы товаров (The end) */
.left_tab {
    float: left;
    width: 29%;
}
.right_tab {
    width: 69%;
    float: right;
}

.kord {
	border: 5px solid #6fe86f;
    padding: 15px;
    border-radius: 20px;
	
}	
@media screen and (max-width: 1040px) {
	.header-address {
    	max-width: 193px;
	}
	.title-descriptoin {
    	padding: 48px 0 48px 15px;
	}
	nav .menu-niz-container ul {
    	width: 68%;
	}
	.header-main .header-main-phone {
    	margin-left: 20px;
	}
	.top_content ul.phone {
    	width: 41%;
	}
	.top_content ul.phone li {
    	width: 85%;
	}
}


@media screen and (max-width: 860px) {
	nav .menu-niz-container ul {
    	width: 83%;
	}
}

@media screen and (max-width: 775px)
{
	figure {
    	float: none;
    	text-align: center;
	}
	.site-title {
    	font-size: 9pt;
	}
	.title-descriptoin {
    	padding: 25px 0 10px 0px;
    	text-align: center;
    	width: 100%;
	float: none;
	}
	.header-main .header-main-phone {
    	margin-left: 30px;
	}
	.pull-right {
    	float: right;
	}
	.do-left {
	float: left!important;
	}
	.header-top-info {
    	margin: 0 auto;
    	width: 80%;
	float: none;
	}
	nav li {
	display: none;
 	margin-left: 90%;
	}
	nav ul {
    	height: 45px;
	margin: 0;
	width: 40%;
	}
	nav ul:before {
    	position: absolute;
    	content: '';
    	display: block;
    	font: normal normal normal 14px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	transform: translate(0, 0);
    	top: 50%;
    	margin-top: -12px;
    	left: 10px;
    	font-size: 23px;
    	content: "\f0c9  Меню";
    	color: white;
	}
	nav ul:hover > li {
    	display: block;
	}
	nav ul:hover:before {
    	content: " ";
	}
	nav .menu-niz-container ul {
    	width: 90%;
	}
	nav .menu-niz-container li {
	margin-left: 20%;
	min-width: 125px;
	}
	.wrapper {
    	width: 100%;
	}
	aside {
    	width: 100%;
	}
	.navigation {
    	padding: 10px;
	}
	.navigation a.page {
    	display: none;
	}
	.navigation a.larger {
    	display: inline-block;
	}
	.navigation span.extend {
    	display: none;
	}
	footer .address-content {
    	float: left;
    	margin: 0 auto;
    	width: 235px;
	}
	footer .phone-content {
    	padding: 0;
    	margin: 0 auto;
    	width: 235px;
	float: right;
	}
	footer .header-main-phone, .phone-content {
    	float: none;
	margin: 0;
	}
	.copyrights {
    	text-align: center;
	}
	.map {
   	height: 350px;
	}
	ul.top_list li {
	width: 23%;
	}
	ul.type_auto li {
    	width: 20%;
    	padding: 2%;
	}
	ul.top_list li.we_do {
    	width: 56%;
	}
	ul.do_list li {
    	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	}
	ul.us_price {
    	width: 100%;
	}
	ul.us_price li {
    	width: 100%;
	}
	.top_content ul.phone {
	width: 250px;
	padding-bottom: 20px;
    	margin: 0 auto;
	float: none;
	}
	.top_content ul.phone li {
    	width: 100%;
	}
}

@media screen and (max-width: 570px)
{
	.header-top-info {
    	width: 90%;
	}
	nav ul {
    	width: 35%;
	}
	nav .menu-niz-container li {
    	margin-left: 15%;
	}
	.map {
   	height: 350px;
	}
	ul.type_auto li {
    	width: 36%;
    	padding: 3%;
	}
	ul.type_auto {
 	text-align: center;
	}
	.top_content ul li {
    	width: 28%;
	}
	ul.top_list {
	text-align: left;	
	}
	ul.top_list li {
	width: 19%;	
	}
	ul.top_list li.we_do {
    	width: 67%;
	}
	ul.do_list li {
    	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	}
	ul.us_price {
    	width: 100%;
	}
	ul.us_price li {
    	width: 100%;
	}
	.top_content ul.phone {
	width: 250px;
	padding-bottom: 20px;
    	margin: 0 auto;
	float: none;
	}
	.top_content ul.phone li {
    	width: 100%;
	}
}

@media screen and (max-width: 560px)
{
	figure {
    	float: none;
    	text-align: center;
	}
	.site-title {
    	font-size: 9pt;
	}
	.title-descriptoin {
    	padding: 25px 0 10px 0px;
    	text-align: center;
    	width: 100%;
	float: none;
	}
	.header-main .header-main-phone {
	margin-left: 0;
	}
	.header-top-info {
    	margin: 0 auto;
    	width: 100%;
	float: none;
	}
	.pull-right {
 	float: none!important;
	width: 235px;
    	margin: 0 auto;
	}
	nav li {
	display: none;
 	margin-left: 38%;
	}
	nav ul {
    	height: 45px;
	margin: 0;
	width: 43%;
	}
	nav ul:before {
    	position: absolute;
    	content: '';
    	display: block;
    	font: normal normal normal 14px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	transform: translate(0, 0);
    	top: 50%;
    	margin-top: -12px;
    	left: 10px;
    	font-size: 23px;
    	content: "\f0c9  Меню";
    	color: white;
	}
	nav ul:hover > li {
    	display: block;
	}
	nav ul:hover:before {
    	content: " ";
	}
	nav .menu-niz-container ul {
    	width: 70%;
	}
	nav .menu-niz-container li {
	margin-left: 20%;
	}
	.wrapper {
    	width: 100%;
	}
	aside {
    	width: 100%;
	}
	.navigation {
    	padding: 10px;
	}
	.navigation a.page {
    	display: none;
	}
	.navigation a.larger {
    	display: inline-block;
	}
	.navigation span.extend {
    	display: none;
	}
	footer .address-content {
    	float: none;
    	margin: 0 auto;
    	width: 235px;
	}
	footer .phone-content {
    	padding: 0;
    	margin: 0 auto;
    	width: 235px;
	float: none;
	}
	footer .header-main-phone, .phone-content {
    	float: none;
	margin: 0;
	}
	.copyrights {
    	text-align: center;
	}
	.t_left {
    	width: 100%;
    	padding: 0;
    	float: none;
	}
	.t_right {
    	float: none;
	}
	.lcont {
	width: 100%;
	float: none;
    	border-bottom: 2px solid rgba(176, 167, 167, 0.66);
    	border-top: none;
    	border-left: none;
    	border-right: none;
	}
	.rcont {
	width: 100%;
	float: none;
	}
	.map {
   	height: 350px;
	}
	.top_content h3 {
    	margin-top: 8%;
	}
	ul.top_list li {
	width: 46%;
    	padding: 1%;
	}
	ul.top_list {
	text-align: center;
	}
	ul.we_do li {
	text-align: center;
	}
	ul.type_auto {
 	text-align: left;
	}
	ul.type_auto li {
    	width: 37%;
    	padding: 3%;
	}
	ul.we_are li {
    	width: 96%;
	}
	.text_marg {
	margin-left: -35%;
	}
	ul.top_list li.we_do {
    	width: 100%;
	}
	ul.do_list li {
    	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	}
	ul.us_price {
    	width: 100%;
	}
	ul.us_price li {
    	width: 100%;
	}
	.top_content ul.phone {
	width: 250px;
	padding-bottom: 20px;
    	margin: 0 auto;
	float: none;
	}
	.top_content ul.phone li {
    	width: 100%;
	}
}
@media screen and (max-width: 430px) {
	.text_marg {
	margin-left: -5%;
	}
}
@media screen and (max-width: 402px) {
	.text_marg {
	margin-left: -10%;
	}
}
@media screen and (max-width: 330px) {
	.text_marg {
	margin-left: -25%;
	}
}