.font-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  background-color: #f3f4f8;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}
strong,
th {
  font-weight: 500;
}
a {
  color: #f42121;
}
a:hover,
a:active,
a:visited {
  color: rgba(244, 33, 33, 0.8);
}
.materialboxed {
  width: 100%;
}
.text-muted {
  color: #959595;
}
.small {
  font-size: 0.9em;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-t-0 {
  margin-top: 0;
}
.color-marker {
  color: #f42121;
}
.gray-bg {
  background: #dcdde1;
}
.font-base-bold {
  font-weight: 500 !important;
}
.main-nav {
  position: fixed;
  width: 100%;
  background: white;
  height: 60px;
  padding: 0;
  z-index: 99;
}
.main-nav i {
  color: #f42121;
}
.main-nav .pulse i {
  color: #ffffff;
}
.main-nav .button-collapse {
  display: block !important;
  background: none;
  padding: 0;
}
.main-nav .button-collapse:hover,
.main-nav .button-collapse:active {
  background: none;
}
.main-nav .button-collapse:hover i,
.main-nav .button-collapse:active i {
  color: rgba(244, 33, 33, 0.6);
}
.main-nav .brand-logo {
  height: 60px;
  line-height: 1em;
  padding: 10px;
}
.main-nav .brand-logo .name {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #f42121;
  font-size: 1.1em;
}
.main-nav .brand-logo .desc {
  display: block;
  margin-top: 5px;
  color: #101116;
  text-transform: uppercase;
  font-size: 0.3em;
  line-height: 0.5em;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}
.main-nav .btn-floating {
  margin: 0;
}
.side-nav i {
  color: #f42121;
}
.side-nav .select-wrapper {
  color: #a5a5a8;
  margin: 0 25px;
}
.side-nav .select-wrapper .caret {
  color: #a5a5a8;
}
.side-nav .address,
.side-nav .phone {
  color: #101116;
  line-height: 1.2em;
}
.side-nav .address i,
.side-nav .phone i {
  display: inline;
  color: #f42121 !important;
  margin: 0 !important;
}
.side-nav .address a {
  line-height: 1.7em;
}
.side-nav .phone a {
  font-size: 1.3em;
}
.side-nav .phone a i {
  font-size: 1.1em;
}
.side-nav .phone a strong {
  color: #f42121;
  font-size: 1.4em;
}
.side-nav .phone.bordered {
  border-bottom: 1px solid #a5a5a8;
}
.side-nav .logo {
  color: #101116;
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
}
.side-nav .logo a {
  font-size: 2.5em;
  color: #f42121;
  text-align: center;
}
.page-footer {
  background: #f3f4f8;
  color: #101116;
}
.page-footer .footer-top {
  padding: 30px 0;
}
.page-footer .footer-top .row {
  margin-bottom: 0;
}
.page-footer .footer-top input {
  margin: 0;
}
.page-footer .footer-top .btn {
  height: 43px;
  margin-top: -5px;
}
.page-footer i.material-icons {
  font-size: inherit;
  vertical-align: middle;
  padding-bottom: 2px;
}
.page-footer .footer-copyright {
  border-top: 1px solid #d1d2d7;
  color: #101116;
}
.page-footer ul.links li {
  margin-bottom: 10px;
}
.page-footer ul.links li:last-child {
  margin-bottom: 0;
}
.page-footer ul.links li i {
  margin-right: 5px;
}
.page-footer ul.links li a {
  color: #101116;
}
.page-footer ul.links li:hover {
  padding-left: 5px;
}
.page-footer ul.links li:hover a {
  color: #f42121;
}
.breadcrumbs {
  height: auto;
  margin: 25px 0 20px 0;
  background: transparent;
  box-shadow: none;
  line-height: 1.4em;
}
.breadcrumbs a {
  color: #101116;
}
.breadcrumbs .breadcrumb {
  font-size: 14px;
}
.breadcrumbs .breadcrumb:before {
  color: #101116;
  font-size: 14px;
}
.breadcrumbs .breadcrumb:last-child {
  color: #f42121;
}
.head-block {
  position: relative;
  color: #101116;
  margin: 0;
  text-transform: uppercase;
  padding-left: 48px;
  line-height: 1em;
  font-size: 1.2em;
}
.head-block:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 30px;
  content: '';
  border-top: 2px solid #f42121;
}
.head-block .cat-name {
  display: block;
  font-weight: 500;
}
.head-block .heading-counter {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  color: #a5a5a8;
  font-size: 0.8em;
  font-weight: 300;
}
.site-index .title {
  text-align: center;
  font-size: 1.4em;
}
.site-index .title span {
  padding: 10px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background: rgba(244, 33, 33, 0.5);
  color: white;
}
.site-index .site-header {
  height: 350px;
  padding: 25px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-index .filter-container {
  margin-top: -215px;
}
.site-index .filter-container .filter-description h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2em;
}
.site-index .filter-container .filter-body {
  background: #ffffff;
  padding: 25px;
  text-align: left;
}
.site-index .filter-container .filter-body label {
  font-size: 1.1em;
  font-weight: 400;
}
.site-index .select-wrapper input.select-dropdown {
  display: none !important;
}
.manufacturers_items .manufacturer_item {
  display: inline-block;
  width: 32.33%;
  background: white;
  margin-bottom: 3px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.manufacturers_items .manufacturer_item a {
  display: block;
  color: #101116;
  padding: 15px;
}
.manufacturers_items .manufacturer_item:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.14);
}
.car-brand-table tr {
  background: white;
  border-top: 3px solid #f3f4f8;
}
.car-brand-table tr:hover:not(first-child) {
  background: #fafafa;
  cursor: pointer;
}
.car-brand-table tr:first-child {
  border-top: none;
}
.car-brand-table tr th {
  text-transform: uppercase;
  border-top: none !important;
  background-color: rgba(244, 33, 33, 0.7);
  color: white;
  font-weight: 400 !important;
}
.car-brand-table tr td,
.car-brand-table tr th {
  border: 2px solid #f3f4f8;
  /* Параметры рамки */
  text-align: center;
  padding: 15px 10px;
}
.car-brand-table tr td:first-child,
.car-brand-table tr th:first-child {
  border-left: none;
  text-align: left;
  font-weight: 500;
}
.car-brand-table tr td:last-child,
.car-brand-table tr th:last-child {
  border-right: none;
}
.car-parts-collection {
  border: none;
}
.car-parts-collection .collection-item {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 15px;
}
.car-parts-collection .collection-item .circle {
  float: left;
  width: 50px;
  height: 50px;
}
.car-parts-collection .collection-item .top-content-right {
  float: right;
  width: 80%;
  padding-left: 5px;
}
.car-parts-collection .collection-item .title {
  font-size: 1.2em;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}
.car-parts-collection .collection-item .top-content {
  width: 100%;
  margin-bottom: 10px;
}
.car-parts-collection .collection-item .content {
  margin-top: 10px;
}
.car-parts-collection .collection-item .main-content {
  width: 60%;
  float: left;
}
.car-parts-collection .collection-item .main-content p {
  margin: 0;
}
.car-parts-collection .collection-item .dop-content {
  width: 35%;
  float: right;
  font-size: 0.9em;
}
.car-parts-collection .collection-item .dop-content i {
  font-size: 1em;
}
.car-parts-collection .collection-item.properties {
  background: transparent;
  border: none;
}
.car-parts-collection .collection-item.properties li {
  display: table;
}
.car-parts-collection .collection-item.properties li.phone .text {
  font-size: 1.5em;
}
.car-parts-collection .collection-item.properties .icon {
  padding-right: 10px;
  color: #f42121;
}
.car-parts-collection .collection-item.properties .icon,
.car-parts-collection .collection-item.properties .text {
  display: table-cell;
  vertical-align: middle;
}
.car-parts-collection .collection-item.properties + .collection-item {
  border-top: 1px solid #e0e0e0;
}
.car-parts-collection .pagination {
  margin-top: 15px;
}
.car-parts-collection .pagination .prev span {
  line-height: 30px;
  font-size: 1.2em;
  padding-right: 2px;
}
.car-parts-collection .pagination .disabled {
  color: #a5a5a8 !important;
}
.btn {
  background: #f42121;
}
.btn:hover,
.btn:focus {
  background: rgba(244, 33, 33, 0.7);
}
.btn.btn-link {
  background: none;
  color: #f42121;
  border-bottom: 1px dashed #f42121;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
label {
  color: #101116;
}
.form-group input {
  border: 1px solid #ccc !important;
}
.form-group.has-error input {
  border-color: #a94442 !important;
}
.form-group.has-error .help-block {
  color: #d9534f;
}
.help-block {
  font-size: 0.8em;
}
.input-field.invalid .help-block {
  color: #d9534f;
}
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  margin-bottom: 0;
}
input:focus:not([readonly]) {
  border-bottom-color: #101116 !important;
  -webkit-box-shadow: 0 1px 0 0 #101116 !important;
  -moz-box-shadow: 0 1px 0 0 #101116 !important;
  box-shadow: 0 1px 0 0 #101116 !important;
}
input:focus:not([readonly]) + label {
  color: #101116 !important;
}
.select2-container--bootstrap .select2-selection--single,
.select2-container--krajee.select2-container--disabled .select2-selection,
.select2-selection.select2-selection--single {
  border-radius: 0;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  right: 20px;
  top: 2px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow:after,
.select2-container--krajee .select2-selection--single .select2-selection__arrow:after {
  display: block;
  font-family: 'Material Icons';
  content: 'keyboard_arrow_down';
  font-size: 1.3em;
  color: #a5a5a8;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  height: 43px;
  border-left: none;
  right: 3px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.select2-container--krajee .select2-search--dropdown .select2-search__field {
  border-radius: 0;
  height: 34px;
  line-height: 34px;
  background: #fff;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected],
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background: #f42121;
}
#toast-container .toast {
  width: inherit;
  max-width: 500px;
  word-break: normal;
  opacity: 0.95;
  margin-bottom: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}
#toast-container .toast:hover {
  opacity: 1;
}
#toast-container .toast .toast-close-button {
  position: absolute;
  top: 0;
  right: 8px;
  font-weight: 400;
}
#toast-container .toast .toast-message {
  padding-right: 5px;
}
.modal.bottom-sheet {
  max-height: 75%;
}
.modal .modal-header {
  padding: 24px;
  text-align: center;
  font-size: 1.2em;
  background: #f3f4f8;
}
.modal .modal-header .modal-title {
  color: #f42121;
  font-size: 2.5em;
  margin-bottom: 5px;
}
.modal.modal-call .modal-content {
  padding: 0;
}
.modal.modal-call .contacts {
  margin: 0;
}
.modal.modal-call .contacts li {
  display: block;
  text-align: center;
  font-size: 1.7em;
  border-bottom: 1px solid #e0e0e0;
}
.modal.modal-call .contacts li:first-child {
  border-top: 1px solid #e0e0e0;
}
.modal.modal-call .contacts li i {
  display: inline;
  vertical-align: middle;
  font-size: 1.2em;
  padding-right: 3px;
  color: #f42121;
}
.modal.modal-call .contacts li a {
  display: block;
  padding: 10px 15px;
  color: #101116;
}
.modal.modal-call .contacts li a:hover {
  background: #fafafa;
}
.modal.modal-call .contacts li a strong {
  color: #f42121;
}
.modal.modal-call .back-call {
  padding: 15px 24px;
  background: #f3f4f8;
}
.modal.modal-call .back-call h5 {
  margin: 0;
  text-align: center;
}
.modal.modal-call .back-call form {
  width: 90%;
  margin: 0 auto;
}
.widget-order {
  background: white;
}
.widget-order .widget-order-header {
  background: #f42121;
  color: white;
  padding: 15px;
}
.widget-order .widget-order-header .widget-order-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}
.widget-order .widget-order-header .widget-order-title i {
  vertical-align: middle;
}
.widget-order .widget-order-body {
  padding: 10px;
}
.widget-order .widget-order-body .row {
  margin-bottom: 0;
}
.widget-order .widget-order-body p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 0.8em;
  color: #a5a5a8;
}
.widget-order .widget-order-body p:first-child {
  font-weight: 500;
  color: #101116;
  font-size: 0.9em;
}
.widget-order .order-form input {
  width: 100%;
  height: 43px;
  line-height: 43px;
  display: block;
  outline: none;
  padding: 0 10px;
}
.widget-order .select-wrapper input.select-dropdown {
  display: none !important;
}
