html, body {
  height: 100%;
  width: 100%; }

body {
  text-decoration: none; }

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
  border: none;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
  font-family: Arial;
  font-size: 13px;
  border: 1px solid #b2b2b2; }

input[type="text"],
input[type="password"],
textarea {
  padding: 4px 5px; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="submit"],
input[type="button"] {
  background-color: #3D4F97;
  color: #ffffff;
  border: none;
  padding: 8px 10px;
  min-width: 108px;
  cursor: pointer;
  text-align: center; }

input[type="submit"].search,
input[type="button"].search {
  font-size: 12px;
  background-color: #32bbe7;
  background-image: url("/image/design3/icon-search.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  input[type="submit"].search:hover,
  input[type="button"].search:hover {
    background-color: #60caec; }

input[type="submit"].blue,
input[type="button"].blue {
  background-color: #3D4F97; }

input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #4f64b8; }

select {
  padding: 3px 3px 3px 0; }

a {
  text-decoration: underline;
  outline: none; }

a:hover {
  text-decoration: none; }

h1, h2 {
  font-size: 16px;
  color: #202020; }

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0; }

.ta_left {
  text-align: left; }

.ta_center {
  text-align: center; }

.ta_right {
  text-align: right; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.sb-main {
  min-height: 100%;
  height: auto !important;
  height: 100%; }

.sb-mainer {
  width: 980px;
  margin: 0 auto;
  padding: 0 5px; }

header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0; }
  header .top, header .bottom {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center; }
    header .top .right, header .bottom .right {
      margin-top: 12px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }

header .logo {
  float: left;
  color: #686868;
  font-size: 18px;
  text-decoration: none;
  background: url(/image/design3/mdlogo.png) center left no-repeat;
  width: 380px;
  height: 100px;
  background-size: contain;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

header .logo:hover {
  opacity: 0.8; }

header .auth-block {
  align-self: flex-end;
  max-width: 310px; }

header .auth-block .auth-info {
  font-size: 12px;
  margin-bottom: 5px; }

header .auth-block .buttons {
  display: flex;
  justify-content: space-between; }
  header .auth-block .buttons a {
    width: 49%;
    border: 1px solid #c9c9c9;
    padding: 10px 5px;
    text-decoration: none;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e6e6e6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

header .auth-block .buttons a:hover {
  background-color: #fff; }

header .auth-block .buttons a:active {
  position: relative;
  top: 1px;
  left: 1px; }

header .contacts {
  margin-bottom: 10px;
  font-size: 13px;
  align-self: flex-end;
  color: #8f8f8f;
  text-align: right; }

header .contacts span {
  font-size: 23px;
  display: block;
  padding: 0 0 0 26px;
  background: url("/image/design3/icon-phone.png") center left no-repeat; }

header .search-block {
  float: left;
  margin: 16px 0 0 0; }

header .search-block input[type="text"] {
  float: left;
  border: 1px solid #c9c9c9;
  height: 22px;
  padding: 10px 10px;
  width: 404px;
  font-size: 15px; }

header .search-block input[type="submit"] {
  float: left;
  border: 1px solid #c9c9c9;
  border-left: none;
  width: 72px;
  height: 24px;
  cursor: pointer;
  font-size: 15px;
  padding: 0; }

header .search-block input[type="submit"] {
  float: left;
  border: 1px solid #c9c9c9;
  border-left: none;
  width: 72px;
  height: 44px;
  cursor: pointer;
  padding: 0;
  background-color: #e6e6e6;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #000000;
  border-radius: 0; }

header .search-block input[type="submit"]:hover {
  background-color: #fff; }

header .search-block input[type="submit"]:active {
  position: relative;
  top: 1px;
  left: 1px; }

header .basket-block {
  float: right;
  background-color: #3D4F97;
  background-image: url("/image/design3/icon-basket.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding: 7px 20px 7px 50px;
  margin: 16px 0 0 0;
  font-size: 13px;
  color: #ffffff;
  width: 270px; }

header .basket-block a {
  font-size: 13px;
  color: #ffffff; }

header .basket-block .light {
  color: #fdfab2; }

header .basket-block a {
  float: right; }

nav {
  width: 100%;
  margin: 5px 0 0 0; }

nav .category {
  float: left; }

nav .category a {
  float: left;
  background-color: #e6e6e6;
  padding: 5px 15px;
  text-decoration: none;
  border: 1px solid #c9c9c9;
  border-bottom: none;
  line-height: 25px;
  height: 25px;
  font-size: 15px;
  margin: 0 2px 0 0;
  -webkit-box-shadow: 0 -1px 2px #e1e1e1;
  -moz-box-shadow: 0 -1px 2px #e1e1e1;
  box-shadow: 0 -1px 2px #e1e1e1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

nav .category a:hover,
nav .category a.selected {
  background-color: #fff;
  height: 26px;
  position: relative;
  margin: 0 2px -1px 0; }

nav .subcategory {
  border: 1px solid #c9c9c9;
  line-height: 27px;
  padding: 8px 7px;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1; }

nav .subcategory a {
  text-decoration: none;
  margin: 0 5px;
  font-size: 15px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  nav .subcategory a:hover {
    color: #3D4F97; }

nav .subcategory span {
  display: inline-block;
  margin: 0 0 0 32px; }

.sb-crumbs {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 18px;
  padding: 12px 18px;
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1; }

.sb-crumbs div,
.sb-crumbs a {
  font-size: 18px; }

.sb-hfooter {
  height: 247px; }

footer {
  height: 215px;
  margin-top: -215px; }

footer .inner {
  border-top: 1px solid #e5e5e5;
  padding: 32px 0 0 0; }

footer .menu {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background-color: #f2f2f2;
  text-align: center;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1;
  color: #929292;
  font-weight: bold;
  font-size: 13px;
  padding: 8px;
  margin: 0 0 56px 0; }

footer .menu a {
  color: #4466be;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  margin: 0 5px; }

footer .menu a:hover {
  text-decoration: underline; }

footer .pay {
  text-align: center;
  margin: 0 0 17px 0; }

footer .pay a {
  margin: 0 8px; }

footer .copy {
  text-align: center;
  color: #a1a1a1; }

footer .copy a {
  color: #a1a1a1; }

aside {
  float: left;
  width: 270px; }

section {
  float: right;
  width: 690px; }

div > .top {
  height: 350px; }

.sb-filterleft-block {
  margin: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.sb-filterleft-block .head {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  margin-bottom: -1px;
  z-index: 2;
  text-align: center;
  background-color: #ffffff;
  font-size: 13px;
  min-width: 135px; }
  .sb-filterleft-block .head a {
    text-decoration: none;
    font-size: 13px;
    padding: 10px 15px;
    height: 100%;
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .sb-filterleft-block .head a:hover {
      color: black; }

.sb-filterleft-block .body {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1; }

.sb-filterleft-block .body .search-block {
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: #f9f9f9; }

.sb-filterleft-block .body .title {
  font-size: 16px;
  margin: 19px 0 9px 0; }

.sb-filterleft-block .body select {
  margin: 0 0 9px 0;
  height: 40px;
  width: 100%; }
  .sb-filterleft-block .body select#id_make {
    margin-top: 10px; }

.sb-filterleft-block .body input[type="text"] {
  margin: 0 0 9px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.sb-filterleft-block .body input[type="submit"] {
  float: right; }

.sb-topproduct-block {
  margin: 0 0 20px 0; }

.sb-topproduct-block .head {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  float: left;
  margin: 0 0 -1px 0;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
  min-width: 160px;
  -webkit-box-shadow: 0 -1px 2px #e1e1e1;
  -moz-box-shadow: 0 -1px 2px #e1e1e1;
  box-shadow: 0 -1px 2px #e1e1e1; }

.sb-topproduct-block .body {
  border: 1px solid #e1e1e1;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1; }

.sb-topproduct-block .body .element {
  border-top: 1px solid #e5e5e5;
  padding: 10px; }

.sb-topproduct-block .body .element:first-child {
  border-top: none; }

.sb-topproduct-block .body .art {
  background: url("/image/design3/icon-info.png") center left no-repeat;
  padding: 0 0 0 20px;
  margin: 0 0 7px 0; }

.sb-topproduct-block .body .name {
  margin: 0 0 6px 0; }

.sb-topproduct-block .body .name a {
  color: #27397d;
  font-weight: bold;
  text-decoration: none; }

.sb-topproduct-block .body .name a:hover {
  text-decoration: underline; }

.sb-topproduct-block .body .image {
  float: left;
  width: 82px; }

.sb-topproduct-block .body .image img {
  width: 80px;
  border: 1px solid #d9ebed; }

.sb-topproduct-block .body .price {
  margin: 0 0 0 120px;
  padding: 5px 0 0 0;
  color: #b64039;
  font-size: 24px;
  font-weight: bold; }

.sb-category-list {
  margin: 0 -2px 0 -18px; }

.sb-category-list .element {
  float: left;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1;
  padding: 10px;
  width: 196px;
  color: #08169b;
  min-height: 236px;
  background-repeat: no-repeat;
  line-height: 21px;
  margin: 0 0 18px 18px; }

.sb-category-list .element-01 {
  background: url("/image/design3/category/001.jpg"); }

.sb-category-list .element-02 {
  background: url("/image/design3/category/002.jpg"); }

.sb-category-list .element-03 {
  background: url("/image/design3/category/003.jpg"); }

.sb-category-list .element-04 {
  background: url("/image/design3/category/004.jpg"); }

.sb-category-list .element-05 {
  background: url("/image/design3/category/005.jpg"); }

.sb-category-list .element-06 {
  background: url("/image/design3/category/006.jpg"); }

.sb-category-list .element-07 {
  background: url("/image/design3/category/007.jpg"); }

.sb-category-list .element-08 {
  background: url("/image/design3/category/008.jpg"); }

.sb-category-list .element-09 {
  background: url("/image/design3/category/009.jpg"); }

.sb-category-list .element-10 {
  background: url("/image/design3/category/010.jpg"); }

.sb-category-list .element-11 {
  background: url("/image/design3/category/011.jpg"); }

.sb-category-list .element-12 {
  background: url("/image/design3/category/012.jpg"); }

.sb-category-list .element-13 {
  background: url("/image/design3/category/013.jpg"); }

.sb-category-list .element-14 {
  background: url("/image/design3/category/014.jpg"); }

.sb-category-list .element-15 {
  background: url("/image/design3/category/015.jpg"); }

.sb-category-list .element-16 {
  background: url("/image/design3/category/016.jpg"); }

.sb-category-list .element-17 {
  background: url("/image/design3/category/017.jpg"); }

.sb-category-list .element a {
  color: rgba(63, 81, 181, 0.8);
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .sb-category-list .element a:hover {
    color: #3f51b5; }

.sb-category-list .element .head {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px; }

.sb-crumbs-light {
  margin: 0 0 10px 0; }

.sb-crumbs-light a {
  color: #4947b1;
  text-decoration: none; }

.sb-crumbs-light a:hover {
  text-decoration: underline; }

.sb-model-list {
  margin: 0 0 0 -15px; }

.sb-model-list .element {
  float: left;
  width: 160px;
  margin: 0 0 15px 15px; }

.sb-model-list .element .image {
  width: 160px;
  height: 70px;
  display: table-cell;
  vertical-align: bottom; }

.sb-model-list .element .image img {
  display: block;
  margin: 0 auto; }

.sb-model-list .element .name {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 5px 0;
  line-height: 21px;
  font-weight: bold; }

.sb-model-list .element select {
  width: 160px; }

.sb-model-caption {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 13px; }

.sb-model-caption img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.sb-parts-links {
  color: #5e47b5; }

.sb-parts-links a {
  color: #5e47b5; }

.sb-folder-block {
  margin: 0 0 20px 0; }

.sb-folder-block .head {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  float: left;
  margin: 0 0 -1px 0;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  color: #407a12;
  font-weight: bold;
  min-width: 160px;
  -webkit-box-shadow: 0 -1px 2px #e1e1e1;
  -moz-box-shadow: 0 -1px 2px #e1e1e1;
  box-shadow: 0 -1px 2px #e1e1e1; }

.sb-folder-block .body {
  border: 1px solid #e1e1e1;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1; }

.sb-folder-block .body .table {
  padding: 10px 0; }

.sb-folder-block .body .table table {
  border-collapse: collapse;
  width: 100%; }

.sb-folder-block .body .table td {
  padding: 7px 10px;
  border-bottom: 1px solid #dedede; }

.sb-folder-block .body .table thead td {
  background-color: #ffffff !important; }

.sb-folder-block .body .table td a {
  color: #476fb9; }

.sb-folder-block .body .table tr:hover td {
  background-color: #b5b5b5; }

.sb-folder-block .body .text {
  padding: 10px; }

.sb-folder-block .body .title {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 13px;
  color: #3c4e7b; }

.sb-folder-block .body .tree {
  padding: 10px;
  position: relative; }

.sb-folder-block .body .tree .car-prev {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 160px;
  text-align: center; }

.sb-folder-block .body .tree .car-prev span {
  display: block;
  margin: 5px 0 0 0; }

.sb-folder-block .body .form-block {
  padding: 10px; }

.sb-folder-block .body .form-block table {
  border-collapse: collapse; }

.sb-folder-block .body .form-block td {
  padding: 0 90px 10px 0; }

.sb-folder-block .body .form-block td td {
  padding: 0 40px 0 0; }

.sb-folder-block .body .form-block input[type="text"],
.sb-folder-block .body .form-block input[type="password"] {
  width: 281px; }

.sb-folder-block .body .form-block input[type="text"].small {
  width: 59px; }

.sb-folder-block .body .form-block textarea {
  width: 281px;
  height: 120px;
  min-height: 120px;
  resize: vertical; }

.sb-folder-block .body .form-block select {
  width: 293px; }

.sb-folder-block .body .form-block label {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 5px 0; }

.sb-folder-block .body .form-block label input {
  float: left;
  margin: 0 5px 0 0; }

.sb-catalog-head {
  margin: 0 0 10px 0; }

.sb-catalog-head .image {
  float: left; }

.sb-catalog-head .text {
  margin: 0 0 0 284px; }

.sb-table {
  border-collapse: collapse;
  width: 100%; }

.sb-table td {
  border-bottom: 1px solid #9f9f9f;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background-color: #ebebeb;
  padding: 10px; }

.sb-table tr:hover td {
  background-color: #fafafa; }

.sb-table td a {
  color: #3e79bd;
  text-decoration: none; }

.sb-table td a:hover {
  text-decoration: underline; }

.sb-table thead td,
.sb-table td.colspan {
  border-top: 1px solid #535353;
  border-bottom: 1px solid #535353;
  background-color: #c5d2e2 !important;
  font-weight: bold;
  text-align: center;
  padding: 8px 10px; }

.sb-table td.colspan {
  text-align: left; }

.sb-table .count {
  width: 24px; }

.sb-table-filter {
  margin: 0 0 10px 0; }

.sb-table-filter select {
  margin: 0 10px 0 0; }

.sb-help {
  display: inline-block;
  width: 8px;
  height: 9px;
  cursor: pointer;
  background: url("/image/design3/icon-help.png");
  vertical-align: middle; }

.sb-icon-buy {
  width: 14px;
  height: 13px;
  display: inline-block;
  text-decoration: none !important;
  background: url("/image/design3/icon-buy.png"); }

.sb-brand-block {
  margin: 0 0 7px -19px; }

.sb-brand-block a {
  float: left;
  width: 120px;
  height: 120px;
  border: 1px solid #f3f3f3;
  text-decoration: none;
  text-align: center;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 26%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(26%, #f5f5f5), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 26%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 26%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 26%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 26%, #ffffff 100%);
  color: #3649c5;
  font-size: 13px;
  margin: 0 0 19px 19px; }

.sb-brand-block a:hover {
  opacity: 0.8; }

.sb-brand-block a .image {
  width: 120px;
  height: 90px;
  display: block;
  margin: 0 auto 5px auto; }

.sb-brand-block a .image span {
  width: 120px;
  height: 90px;
  display: table-cell;
  vertical-align: middle; }

.sb-brand-block a .image img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 80px; }

.sb-brand-block-top a {
  float: left;
  width: 110px;
  text-decoration: none;
  text-align: center;
  color: #3649c5;
  font-size: 11px;
  margin: 0 6px 10px 6px;
  text-transform: uppercase; }

.sb-brand-block-top a:hover {
  opacity: 0.8; }

.sb-brand-block-top a .image {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 5px auto; }

.sb-brand-block-top a .image span {
  width: 110px;
  height: 110px;
  display: table-cell;
  vertical-align: middle; }

.sb-brand-block-top a .image img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 100px; }

.sb-brand-block-light {
  min-height: 50px;
  position: relative;
  background-color: #ffffff;
  padding: 0 0 30px 0; }

.sb-brand-block-light a {
  float: left;
  width: 73px;
  text-decoration: none;
  text-align: center;
  color: #3f3f3f;
  font-size: 11px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.sb-brand-block-light a:hover {
  opacity: 0.8; }

.sb-brand-block-light a .image {
  width: 73px;
  height: 73px;
  display: block;
  margin: 0 auto; }

.sb-brand-block-light a .image span {
  width: 73px;
  height: 73px;
  display: table-cell;
  vertical-align: middle; }

.sb-brand-block-light a .image img {
  display: block;
  margin: 0 auto;
  max-width: 50px;
  max-height: 50px; }

.sb-brand-block-light .more {
  position: absolute;
  color: #ffffff;
  background-color: #3D4F97;
  bottom: 0;
  right: 0;
  padding: 5px 5px;
  font-size: 13px;
  text-transform: none;
  margin: 0; }

.sb-indexfilter-block {
  float: left;
  width: 375px;
  height: 100%; }

.sb-indexbanner-block {
  height: 100%;
  float: right;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  min-height: 300px;
  overflow: hidden;
  margin: 0 0 10px 0; }

.sb-brandslogo-block {
  margin: 0 0 10px 0; }

.sb-brandslogo-block a {
  float: left;
  margin: 0 20px 0 0; }

.sb-indextabblock-position {
  float: left;
  width: 615px; }

.sb-taber-block .head {
  float: left; }

.sb-taber-block .head a {
  float: left;
  background-color: #f1f1f1;
  padding: 5px 15px;
  text-decoration: none;
  border: 1px solid #c9c9c9;
  border-bottom: none;
  line-height: 25px;
  height: 25px;
  font-size: 13px;
  font-weight: bold;
  margin: 0 2px 0 0;
  -webkit-box-shadow: 0 -1px 2px #e1e1e1;
  -moz-box-shadow: 0 -1px 2px #e1e1e1;
  box-shadow: 0 -1px 2px #e1e1e1; }

.sb-taber-block .head a:hover,
.sb-taber-block .head a.selected {
  background-color: #ffffff;
  height: 26px;
  position: relative;
  margin: 0 2px -1px 0; }

.sb-taber-block .body {
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1;
  overflow: hidden; }

.sb-indexfeatures-block {
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1;
  overflow: hidden;
  float: right;
  width: 340px;
  margin: 35px 0 0 0;
  padding: 3px 5px; }

.sb-indexfeatures-block .element {
  border-top: 1px solid #e5e5e5;
  padding: 9px 10px 9px 55px;
  color: #656565;
  font-size: 11px;
  background-position: center left;
  background-repeat: no-repeat; }

.sb-indexfeatures-block .element-01 {
  background-image: url("/image/design3/feature-icon-01.png"); }

.sb-indexfeatures-block .element-02 {
  background-image: url("/image/design3/feature-icon-02.png"); }

.sb-indexfeatures-block .element-03 {
  background-image: url("/image/design3/feature-icon-03.png"); }

.sb-indexfeatures-block .element-04 {
  background-image: url("/image/design3/feature-icon-04.png"); }

.sb-indexfeatures-block .element-05 {
  background-image: url("/image/design3/feature-icon-05.png"); }

.sb-indexfeatures-block .element:first-child {
  border-top: none; }

.sb-indexfeatures-block .element strong {
  display: block;
  color: #ff7516;
  font-size: 16px;
  font-weight: normal; }

.sb-indextext-block {
  float: left;
  width: 600px; }

.sb-category-carousel {
  margin: 0 0 10px 0; }

.sb-category-carousel .line {
  width: 340px;
  height: 170px;
  overflow: hidden; }

.sb-category-carousel .line ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.sb-category-carousel .line li {
  float: left; }

.sb-category-carousel .line .image {
  float: left;
  width: 130px;
  height: 105px; }

.sb-category-carousel .line .image a {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  height: 105px; }

.sb-category-carousel .line .image img {
  display: block;
  margin: 0 auto;
  max-width: 130px;
  max-height: 105px; }

.sb-category-carousel .line .text {
  margin: 0 0 0 140px; }

.sb-category-carousel .line .text .caption {
  color: #777777;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0; }

.sb-category-carousel .line .text .list {
  line-height: 20px;
  max-height: 100px;
  overflow: hidden;
  color: #08169b; }

.sb-category-carousel .line .text .list a {
  color: #08169b; }

.sb-category-carousel .control {
  margin: 0 0 0 140px; }

.sb-category-carousel .control a {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url("/image/design3/carousel-p.png") top right;
  text-decoration: none;
  margin: 0 12px 0 0; }

.sb-category-carousel .control a:hover,
.sb-category-carousel .control a.selected {
  background-position: top left; }

.sb-news-block {
  margin: 0 0 3px 0; }

.sb-news-block .caption {
  margin: 0 0 10px 0;
  font-size: 16px; }

.sb-news-block .element {
  margin: 0 0 7px 0; }

.sb-news-block .element a {
  text-decoration: none; }

.sb-news-block .element a:hover {
  text-decoration: underline; }

.sb-cabinet-tabs {
  margin: 0 -17px 0 0;
  float: left;
  width: 757px; }

.sb-cabinet-tabs .item {
  display: inline-block;
  vertical-align: top;
  width: 49.6%; }

.sb-cabinet-tabs .item a {
  margin: 0 17px 17px 0;
  display: block;
  background-color: #ebebeb;
  border-radius: 3px;
  padding: 18px 5px 5px 65px;
  text-decoration: none;
  color: #4c4c4c;
  font-size: 11px;
  min-height: 52px;
  background-repeat: no-repeat; }

.sb-cabinet-tabs .item strong {
  display: block;
  font-size: 14px;
  padding: 0 0 3px 0; }

.sb-cabinet-tabs .item strong:hover {
  text-decoration: underline; }

.sb-cabinet-tabs .item a.basket {
  background-image: url("/image/design3/cabinet/icon-basket.png");
  background-position: 16px 26px; }

.sb-cabinet-tabs .item a.orders {
  background-image: url("/image/design3/cabinet/icon-orders.png");
  background-position: 22px 21px; }

.sb-cabinet-tabs .item a.vin {
  background-image: url("/image/design3/cabinet/icon-vin.png");
  background-position: 25px 26px; }

.sb-cabinet-tabs .item a.auto {
  background-image: url("/image/design3/cabinet/icon-auto.png");
  background-position: 19px 24px; }

.sb-cabinet-tabs .item a.bills {
  background-image: url("/image/design3/cabinet/icon-bills.png");
  background-position: 19px 23px; }

.sb-cabinet-tabs .item a.messages {
  background-image: url("/image/design3/cabinet/icon-messages.png");
  background-position: 24px 27px; }

.sb-cabinet-tabs .item a:hover {
  background-color: #dddada; }

.sb-cabinet-tabs .item a:active {
  position: relative;
  top: 1px;
  left: 1px; }

.sb-cabinet-links {
  float: right;
  width: 225px; }

.sb-cabinet-links .block {
  background-color: #ebebeb;
  padding: 9px 7px;
  border-radius: 5px;
  margin: 0 0 10px 0; }

.sb-cabinet-links .block .pay,
.sb-cabinet-links .block .delivery,
.sb-cabinet-links .block .back {
  padding: 3px 0 2px 28px;
  text-decoration: none;
  line-height: 23px;
  margin: 0 0 0 5px; }

.sb-cabinet-links .block .pay {
  background: url("/image/design3/icon-pay.png") center left no-repeat; }

.sb-cabinet-links .block .delivery {
  background: url("/image/design3/icon-delivery.png") center left no-repeat; }

.sb-cabinet-links .block .back {
  background: url("/image/design3/icon-back.png") center left no-repeat; }

.sb-cabinet-links .block .pay:hover,
.sb-cabinet-links .block .delivery:hover,
.sb-cabinet-links .block .back:hover {
  text-decoration: underline; }

.sb-cabinet-links .block .ig,
.sb-cabinet-links .block .vk {
  padding: 6px 0 6px 38px;
  margin: -7px 0 -7px -2px;
  text-decoration: none;
  line-height: 14px;
  display: inline-block; }

.sb-cabinet-links .block .ig {
  background: url("/image/design3/icon-ig.png") center left no-repeat; }

.sb-cabinet-links .block .vk {
  background: url("/image/design3/icon-vk.png") center left no-repeat; }

.sb-cabinet-links .block .ig:hover,
.sb-cabinet-links .block .vk:hover {
  text-decoration: underline; }

.sb-searchfilter-block {
  float: left;
  width: 580px; }

.sb-searchtext-block {
  float: left;
  width: 690px; }

.sb-searchright-block {
  float: right;
  width: 270px; }

.sb-searchparts-block {
  float: right;
  width: 385px; }

.sb-parts-block {
  margin: 0 0 20px 0; }

.sb-parts-block .head {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  float: left;
  margin: 0 0 -1px 0;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
  min-width: 160px;
  -webkit-box-shadow: 0 -1px 2px #e1e1e1;
  -moz-box-shadow: 0 -1px 2px #e1e1e1;
  box-shadow: 0 -1px 2px #e1e1e1; }

.sb-parts-block .body {
  border: 1px solid #e1e1e1;
  border-radius: 0 5px 5px 5px;
  -webkit-box-shadow: 0 0 2px #e1e1e1;
  -moz-box-shadow: 0 0 2px #e1e1e1;
  box-shadow: 0 0 2px #e1e1e1; }

.sb-parts-block .body .logos {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px; }

.sb-parts-block .body .logos .item {
  float: left;
  width: 60px;
  height: 60px;
  margin: 6px; }

.sb-parts-block .body .logos .item a {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px; }

.sb-parts-block .body .logos .item img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
  max-height: 60px; }

.sb-parts-block .body .links {
  padding: 10px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.sb-parts-block .body .links a {
  color: #4947b1;
  font-size: 11px; }

.sb-parts-items {
  margin: 0 -10px 0 0;
  padding: 10px; }

.sb-parts-items .item {
  float: left;
  width: 232px;
  margin: 0 10px 0 0; }

.sb-parts-items .item .image {
  float: left;
  width: 115px;
  text-align: center; }

.sb-parts-items .item .text {
  margin: 0 0 0 120px;
  line-height: 21px; }

.sb-parts-items .item .text strong {
  display: block;
  color: #2a42b4;
  font-size: 14px;
  margin: 0 0 5px 0; }

.sb-parts-items .item .text a {
  color: #2a42b4; }

.sb-parts-items-light {
  background-color: #ffffff;
  padding: 10px 0 10px 10px;
  margin: 0 0 0 0;
  position: relative; }

.sb-parts-items-light .item {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 0 10px 30px 0; }

.sb-parts-items-light .item a {
  color: #2a42b4; }

.sb-parts-items-light .more {
  position: absolute;
  color: #ffffff;
  background-color: #4e62c1;
  border-radius: 5px 0 5px 0;
  bottom: 0;
  right: 0;
  line-height: 24px;
  padding: 0 5px;
  font-size: 10px;
  text-transform: none;
  margin: 0; }

.deliveryType {
  border-collapse: collapse; }
  .deliveryType td {
    padding: 5px 3px 5px 3px; }

.js-tbody-typemine label {
  display: block; }

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