@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.03.2017, 21:28:54
    Author     : Alexandr
*/
/* CSS Document */
html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
  color: #68A;
}

a:hover {
  text-decoration: none;
  color: #F70;
}

#content_title {
  font-size: 2;
  font-weight: bold;
  text-align: center;
  color: #555;
  width: 90%;
  margin: 5px auto;
  /*text-shadow: #999 2px 2px 5px;*/
  text-shadow: 1px 1px 0px #F2F2F2, 1px 2px 0px #B1B1B2;
  word-spacing: 3px;
}

#content_title {
  padding: 15px 0;
  line-height: 2em;
  border-bottom: 1px dotted #999;
}

#page-body {
  /*	min-width: 970px;
  	max-width: 1000px;*/
  position: relative;
  width: 1200px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  animation: _transparent 0.5s;
  -webkit-animation: _transparent 0.5s;
  box-shadow: 0 0 50px 5px #999;
}

#header,
#content,
#footer,
#menu,
#searchcode {
  display: table;
  width: 100%;
  border-spacing: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
}

#header {
  background-color: #D8E0E8;
  border-bottom: 1px solid #456;
}

#header a {
  color: #555;
  text-decoration: none;
}

.header_left {
  display: table-cell;
  width: 200px;
  padding: 0 0 0 20px;
  text-align: left;
  vertical-align: middle;
}

.header_center {
  display: table-cell;
  margin: auto 0;
  text-align: center;
  vertical-align: middle;
}

.header_right {
  display: table-cell;
  width: 350px;
  line-height: 18px;
  padding: 10px 20px 0 0;
  text-align: right;
  vertical-align: middle;
}

#header span.header_autoparts,
#header span.header_phone,
#header span.header_address {
  font-size: 16px;
  color: #777;
}

#header span.header_autoparts {
  color: #C00;
  text-transform: uppercase;
}

#header span.header_autoparts_header {
  color: #777;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0px;
}

#header span.header_autoparts_left {
  font-size: 45px;
  color: #555;
}

#header span.header_autoparts_footer {
  color: #678;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 9px;
  border-bottom: 1px dotted #CCC;
}

#header span.header_phone a {
  color: #567;
  font-size: 200%;
  font-weight: bold;
}

#header span.header_address {
  line-height: 170%;
}

#content {
  display: table;
}

.content_left, .content_right {
  display: table-cell;
  width: 200px;
  padding: 0;
  vertical-align: top;
}

.content_left {
  text-align: left;
  background-color: #D8E0E8;
}

.content_center {
  display: table-cell;
  padding: 0 5px;
  text-align: left;
  vertical-align: top;
  background: #FFF;
}

/*
.content_center p {
	text-indent: 50px;
}
.content_center p:first-letter {
	font-size: 200%;
	font-weight: bold;
	color: red;
}
*/
.content_right {
  text-align: left;
}

#content_text {
  font-size: inherit;
  margin: 5px 10px;
}

#content_text p {
  text-align: justify;
}

#footer {
  height: 90px;
  color: #333;
  background-color: #D8E0E8;
  overflow: hidden;
  border-top: 1px #345 solid;
}

.footer_body_left {
  float: left;
  padding: 20px 2px 20px 20px;
  text-align: left;
}

.footer_body_center {
  display: inline-block;
  width: 210px;
  padding: 30px 2px;
  text-align: center;
  vertical-align: middle;
  line-height: 80%;
}

.footer_body_right {
  float: right;
  padding: 15px 20px;
  text-align: left;
}

ul.list {
  line-height: 150%;
  list-style-image: url(/images/bullet2.gif);
}

table.store {
  margin: 20px;
  border: 1px solid #CCC;
  background: gray;
}

#st table {
  background: white;
  margin: 10px 5px 20px 5px;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
}

#st tr {
  border-bottom: 1px solid #999;
  padding: 5px;
}

#st th {
  font-size: 10pt;
  color: #555;
  font-weight: bold;
  text-align: left;
  text-indent: 10pt;
  padding: 2px 10px;
  background: #DDD;
  border-bottom: 1px solid #CCC;
}

#st td {
  font-size: 9pt;
  color: #555;
  margin: 5px;
  padding: 2px 5px;
  text-indent: 5px;
  border-bottom: 1px solid #CCC;
}

#st a {
  color: #333;
  text-decoration: none;
}

#st a:hover {
  color: red;
  text-decoration: underline;
}

#st tr:hover {
  background: #DDD;
  color: #777;
}

#st p {
  color: gray;
  float: right;
  padding: 0px 10px 20px 0px;
}

#advertising img {
  margin: 5px 0px;
  border: 1px solid #C0C0C0;
}

#login {
  height: 196px;
  border: 0;
  padding: 0;
  margin: 0;
}

#login h1 {
  color: #FFF;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 12pt;
  text-transform: uppercase;
}

#forclient {
  display: block;
  position: relative;
  padding: 10px 5px 5px 10px;
  font-size: 16px;
  text-height: 125%;
  color: #555;
  /*height: 90px;*/
  overflow: hidden;
}

.select-region {
  cursor: pointer;
  border-bottom: 1px dotted #69F;
}

.select-region:hover {
  color: #06C;
}

.login {
  border: 0;
}

#searchcode {
  display: table;
  height: 50px;
  border-bottom: 1px solid #999;
}

.searchcode_left {
  display: table-cell;
  padding: 0 0 0 20px;
  text-align: left;
  vertical-align: middle;
}

.searchcode_center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.searchcode_right {
  font: 16px/20px "Roboto Condensed", Arial Narrow, Helvetica, sans-serif;
  display: table-cell;
  padding: 0 20px 0 0;
  text-align: right;
  vertical-align: middle;
}

#searchcode_article label,
#searchcode_vin label {
  display: inline-block;
  margin: 0 auto;
  padding-top: 10px;
  padding-right: 10px;
  font: bold 17px/17px monospace, "Roboto Mono", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.searchcode_a {
  color: #CCC;
  cursor: pointer;
}

.searchcode_a:hover {
  color: #369;
}

#searchcode_element_article, #searchcode_element_vin {
  display: inline-block;
  margin: 0 auto;
  padding-top: 5px;
  width: 400px;
  height: 27px;
  border: 2px solid #999;
  border-radius: 5px;
  min-height: 20px;
  box-shadow: 2px 2px 10px 1px #789;
  background: #FFF;
  border: 1px solid #999;
}

#searchcode_element_article input, #searchcode_element_vin input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  width: 300px;
  vertical-align: middle;
  font: 17px "Roboto Mono", Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  padding: 2px;
  margin: -1px 0px 2px 0px;
  border-radius: 5px;
  box-shadow: none;
  background: #FFF;
}

#searchcode_element_article input::-webkit-input-placeholder,
#searchcode_element_vin input::-webkit-input-placeholder {
  font: italic 17px "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #CCC;
}

#searchcode_element_article input::-moz-placeholder,
#searchcode_element_vin input::-moz-placeholder {
  font: italic 17px "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #999;
}

#searchcode_element_article input::-ms-input-placeholder,
#searchcode_element_vin input::-ms-input-placeholder {
  font: italic 17px "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #CCC;
}

#searchcode_element_article button,
#searchcode_element_vin button {
  overflow: visible;
  position: relative;
  float: right;
  right: 0;
  font: bold 17px/17px monospace, sans-serif;
  border: 0;
  cursor: pointer;
  margin-top: -5px;
  height: 32px;
  width: 80px;
  color: #fff;
  text-transform: uppercase;
  background: #ABC;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

#searchcode_element_article button:hover {
  background: #9AB;
}

#searchcode_element_article button:active,
#searchcode_element_article button:focus {
  background: #C8D0D8;
}

#searchcode_element_vin button {
  background: #369;
}

#searchcode_element_vin button:hover {
  background: #47A;
}

#searchcode_element_vin button:active,
#searchcode_element_vin button:focus {
  background: #58B;
}

.b-popup {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  /*	filter: blur(3px);
  	-webkit-filter: blur(3px);
  	-moz-filter: blur(3px);
  	-o-filter: blur(3px);
  	-ms-filter: blur(3px);*/
}

.b-popup .b-popup-content {
  font: 12px/15px Roboto, Verdana, Arial, sans-serif;
  margin: -60px -100px;
  width: 300px;
  height: 120px;
  position: absolute;
  padding: 20px;
  background-color: #EEE;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  left: 50%;
  top: 50%;
  z-index: 2;
}

.b-popup-content {
  -webkit-filter: none;
}

.catalogs td {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.catalogs td a {
  color: #333;
  text-decoration: none;
}

.catalogs td a:hover {
  color: #69F;
  text-decoration: none;
}

.textimage {
  padding: 0;
  float: left;
}

/**
* Набор блоков
*/
.attention.box,
.notes.box,
.info.box {
  color: #333;
  margin-bottom: 15px;
  padding: 10px 0 10px 30px;
  display: block;
}

.attention.box {
  background-color: #d8e9eb;
}

.notes.box,
.info.box {
  background-color: #EEE;
}

.main-page {
  display: inline-block;
  border: 1px solid silver;
  margin: 10px 1%;
  width: 30%;
  height: 200px;
  border-radius: 15px;
  background: url("/images/autoparts.jpg");
}

.main-page span {
  font-size: 24px;
  position: relative;
  display: block;
  width: 90%;
  height: 30px;
  top: 150px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  margin: 0;
  padding: 5px 5%;
  text-align: right;
  text-decoration: none;
  text-shadow: #000 2px 2px 5px;
}

.main-page:hover span {
  color: #CEF;
  background-color: rgba(0, 0, 0, 0.6);
}

.main-message {
  width: 95%;
  height: 200px;
  /*background: url('/images/happynewyearsmall.jpg');*/
}

.main-articles {
  background: url("/images/articles.jpg");
}

.main-catalog {
  background: url("/images/catalog.jpg");
}

.main-to {
  background: url("/images/catalog-for-to.jpg");
}

.main-oils {
  background: url("/images/oils.jpg");
}

.main-battery {
  background: url("/images/battery.jpg");
}

.main-wheels {
  background: url("/images/wheels.jpg");
}

.main-tires {
  background: url("/images/tires.jpg");
}

.main-caps {
  background: url("/images/caps.jpg");
}

.main-bolts {
  background: url("/images/bolts.jpg");
}

.main-accessories {
  background: url("/images/accessories.jpg");
}

.main-delivery {
  background: url("/images/delivery.jpg");
}

.main-brands {
  background: url("/images/brands.jpg");
}

.main-lamps {
  background: url("/images/lamps.jpg");
}

.alert {
  width: 200px;
  height: 100px;
}

.abc {
  margin-bottom: 20px;
}

.letter_abs {
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  padding-right: 10px;
  color: #ccc !important;
}

.catlinks {
  width: 100%;
  /* border: 1px solid #ccc; */
}

.capLet {
  font-weight: bold;
  font-size: 27px;
  color: #757575;
}

a.submenu:visited {
  font-size: 14px;
  color: #0E5A88;
  text-decoration: none;
  line-height: 1.3;
}

a.submenu {
  font-size: 14px;
  color: #0E5A88;
  text-decoration: none;
  line-height: 1.3;
}

.item_link {
  margin-right: 20px;
  margin-bottom: 20px;
  border: 3px solid #e3e3e3;
  width: 30%;
  display: inline-block;
}

.img_logo {
  height: 76px;
  text-align: center;
}

.raz {
  border-right: 2px solid #e3e3e3;
  height: 60px;
  margin-left: 1px;
}

.name_logo {
  color: #9e9d9d;
  font-size: 15px;
  font-weight: bold;
}

.best-deals {
  display: inline-block;
  width: calc(100% - 1280px - 30px);
  max-width: 400px;
  max-height: 100vm;
  float: right;
  top: 0;
  right: 0;
  margin-right: 20px;
  /*	box-sizing: border-box;*/
}

.best-deals-item {
  float: right;
  border: 1px solid silver;
  background-color: white;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.best-deals-item h2 {
  padding: 0;
  margin: 0;
}

.best-deals-button {
  background-color: #69F;
  border-color: #06C;
  border-radius: 5px;
  color: white;
  padding: 5px;
  text-transform: uppercase;
  min-width: 60px;
}

.best-deals-button:hover {
  background-color: #9CF;
  border-color: #39C;
}

.best-deals-image {
  width: 60px;
}

.link {
  cursor: pointer;
}

.link:hover {
  background-color: #EFEFEF;
  border: 1px solid #A8A8A8;
}

@media screen and (max-width: 1550px) {
  .best-deals {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .best-deals-image {
    width: 0;
  }
}
.text-plus {
  font-size: 133%;
}

.fa-text {
  padding-right: 5px;
}

.btn {
  color: white !important;
  text-decoration: none;
  background: #336699;
  padding: 5px 15px;
  outline: none;
  width: 220px;
}

.btn:hover {
  color: white;
  background: #4477BB;
}

.red {
  background-color: #C66;
}

.green {
  background-color: #393;
}

.gray {
  background-color: #999;
}

.highlighted-text {
  border-left: 10px solid silver;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.btn-buy {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: #358b95;
  color: #fff;
  padding: 5px;
  width: 50%;
  border-radius: 0;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
