@import '/static/fonts/rex/rex.css';
@import '/static/fonts/bebasneue/bebasneue.css';
@import '/static/fonts/roboto/roboto.css';
@import '/static/fonts/osans/osans.css';


html, body {

 /* margin: 0;
  padding: 0;
  height: 100%;*/

}



body {
    font-family: "roboto_cnregular";
    font-size: 20px;
    color: #626262;
    font-family: "roboto_cnregular";
    font-size: 20px;
    color: #626262;
    background-color: white;
        background-repeat: no-repeat;
    /*background-image: url('./static/img/background.jpg');*/
    /*background-size: initial;*/
    background-position: 50% 130px;
}

.white {

    position: absolute;
    width: 100%;
    height: 100%;

}

#ext-gen3 > section.mpdescription > div > div > div {

  padding-top: 25px;

}

.mpdescription {

    font-family: "robotoregular";
    font-size: 20px;
    text-align: center;
    color: black;
    letter-spacing: -0.05em;
    line-height: 1.2em;
    margin-bottom: -250px;

    z-index: 2;
    position: relative;

}


q:lang(ru) {
  quotes: "\00AB" "\00BB";
}

a {
    outline: none !important;
}

.container-fluid {
    margin: 0 ;
    padding: 0;
}


body > div.container-fluid
{

    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;

}


.title
{

  font-family: "rex_bold_bold";
  font-size: 27px;
  text-align: center;
  color: white;
  margin-top: 15px;
  margin-left: 30px;
  letter-spacing: 0.15em;

}

header {
  background-color: #b0001d;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 143px;
  box-shadow: 0 6px 3px;
  margin-bottom: 5px;
}

header.pages {
  min-height: 155px;
  background-image: url('/static/img/headerpages.jpg');
  background-repeat: repeat-y;
  background-position: bottom center;
  box-shadow: none;
  margin-bottom: 0;
}

header.pages .logo-pages {
  position: relative;
}

header.pages .logo-pages p {
  font-family: "rex_bold_bold";
  font-size: 25px;
  letter-spacing: 0.14em;
  color: white;
  padding-left: 43px;
  padding-top: 10px;
}

header.pages .logo-pages img {
  position: absolute;
  top: 10px;
  right: 20px;
}

header.pages .contacts {
  position: relative;
  line-height: 29px;
  font-family: "bebas_neue_regularregular";
  letter-spacing: 0.06em;
}

header.pages .contacts .address {
  padding-left: 0;
  padding-top: 8px;
}

header.pages .contacts .phone {
  padding-top: 8px;
}

header.pages .contacts .phone-order-block {
  padding-top: 5px;
}

header.pages .contacts p {
  display: inline;
  color: #b68e93;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  margin-left: 10px;
  position: absolute;
  white-space: nowrap;
  top: 3px;
}

header.pages .contacts a {
  font-size: 18px;
  color: #b68e93;
}

header.pages .phone-order-block {
  font-size: 18px;
}

header.pages .phone-order-block button {
  position: static;
  border: 2px solid #d4d4d4;
  padding: 1px 4px 1px 4px;
  font-size: 18px;
  color: #d4d4d4;
  line-height: 23px;
}

header.pages .contacts .e-mail {
  text-align: right;
}

header.pages .contacts .e-mail a {
  text-decoration: underline;
  margin-left: 10px;
}

header.pages .menu-pages ul {
  margin: 0 0 0 0;
}

header.pages .menu-pages ul > li {

  display: inline-block;

}

header.pages .menu-pages a {
  display: inline-block;
  white-space: nowrap;
  font-family: "bebas_neuebold";
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.14em;
  text-decoration: none;
  color: white;
  text-align: center;
  margin-right: 13px;
}


header.pages .menu-pages br {
	display: none;
}


header.pages .menu-pages a,
header.pages .menu-pages img
{

    -webkit-transition: all 0.1s linear!important;
       -moz-transition: all 0.1s linear!important;
        -ms-transition: all 0.1s linear!important;
         -o-transition: all 0.1s linear!important;
            transition: all 0.1s linear!important;

}



header.pages .menu-pages a  img {

  -webkit-filter: brightness(0);
  filter: brightness(0);

    display: block;
    border: 2px solid black;
    margin-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 10px;

}


header.pages .menu-pages a:hover img {

  -webkit-filter: brightness(1);
  filter: brightness(1);
  border-color: #ffe400

}




header.pages .menu-pages a:hover {
  color: #ffe400;
}

header.pages .menu-pages .active a {
  color: #ffe400;
  cursor: default;
}

header.pages .menu-pages .active img {

  cursor: default;
  color: #ffe400;
  -webkit-filter: brightness(1);
  filter: brightness(1);
  border-color: #ffe400

}

.navigation {
  margin-top: 10px;
  text-align: left;
  font-size: 16px;
  white-space: nowrap;
}

.navigation div {
  padding-left: 70px;
}

.navigation a {
  color: #545454;
  text-decoration: underline;
}

.navigation span:last-child {
  color: #b0001d;
  text-decoration: underline;
  white-space: normal;
}

.navigation span:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}

.about-service .header-content {
  margin-top: 5px;
}

.h1-title {
  font-size: 43px;
  font-family: "roboto_cnbold";
  text-align: center;
  color: #b0001d;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 6px solid #ffe400;
  display: inline-block;
}

.h1-title span {
	white-space: nowrap;
}

.h1-title:first-child {
	margin-top: 20px;
}

.h1-title:last-child {
	margin-bottom: 30px;
}

.header {
	text-align: center;
}

.h2-title {
  color: #B0001D;
  font-size: 26px;
  font-family: "roboto_cnbold";
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-service .header-content p {
  line-height: 1.2;
}

.about-service .header-content p > img {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.about-service .header-content .content p:nth-child(3) {
  margin-top: 30px;
}

.about-service .header-content .content p:nth-child(4) {
  clear: both;
}

.list-services > ul {
  list-style-type: none;
  padding: 0;
}

.list-services > ul > li {
  margin-bottom: 10px;
}

.list-services > ul > li > .separator {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 5px;
  height: 6px;
}

.about-service .list-services-photo .photo .row {
  margin-top: 15px;
  margin-left: -50px;
}

.about-service .list-services-photo .photo .row > div {
  margin-bottom: 20px;
}

.about-service .list-services-photo .profit > div {
  /*margin-top: -60px;*/
}

.about-service .list-services-photo .profit {
  margin-bottom: 40px;
}

.about-service .priority > p {
  font-size: 30px;
  font-family: "bebas_neuebold";
  text-align: center;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  margin-top: 8px;
  color: white;
}

.about-service > .strip {
  background-color: #b0001d;
  margin-bottom: 40px;
}

.services .services-of-injector {
	margin-top: 20px;
}

.services-of-injector .list-services .separator {
	background-color: #b0001d;
}

.services-of-injector .list-services:nth-child(2) {
	padding: 0;
}

.list-services a {
	color: black;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 4px;
	font-size: 19px;
	font-family: "bebas_neuebold";
	letter-spacing: 0.1em;
}

.list-services a:hover {
	background-color: #ffe400;
}

.horizontal-line {
	height: 2px;
	background-color: #d4d4d4;
	margin-top: 20px;
}

.services .content div p:first-child {
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 26px;
	font-family: "roboto_cnbold";
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}

.services .content img {
	margin-top: 60px;
}

.services .content div p {
	font-size: 20px;
	font-family: "roboto_cnregular";
}

.services .content .list-services ul {
	margin-top: 20px;
}

.services .content .list-services a {
	font-size: 20px;
	font-family: "roboto_cnregular";
	color: #626262;
	letter-spacing: 0;
}

.services .content .list-services a:hover {
	background-color: inherit;
	text-decoration: underline;
}

.services .content .list-services .active a {
  background-color: #FFE400;
}

.services .content .table-responsive {
	margin-top: 30px;
}

.services .content .table-responsive .table {
	float: left;
	clear: both;
}

.catalog .table {
  width: 650px;
}

.catalog .table-responsive {
   margin-bottom: 100px;
}

.catalog .table th {
  padding: 0;
  padding-right: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none;
  font-family: "roboto_condensedlight";
  padding-bottom: 10px;
}

.catalog .table th span {
  background-color: #ffe400;
  padding-left: 3px;
  padding-right: 3px;
}

.catalog .table th:first-child {
  width: 223px;
}

.catalog .table th:nth-child(2) {
  width: 220px;
}

.catalog .table th:nth-child(3) {
  text-align: center;
}

.catalog .table td {
  border: none;
  padding: 4px;
}

.catalog .table td:nth-child(2) {
  padding-left: 65px;
}

.catalog .table td:nth-child(3) {
  padding-left: 90px;
}

.catalog .separator {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 10px;
}

.catalog div p {
  display: inline;
  margin: 0;
}

.catalog + div > img {
  padding-left: 70px;
}

.autoparts-store {
  margin-bottom: -330px;
}

.autoparts-store .download-catalog {
  text-align: center;
}

.autoparts-store .download-catalog a {
  border: 2px solid #af001d;
  text-transform: uppercase;
  padding: 4px 18px 4px 18px;
  color: #626262;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

.autoparts-store .download-catalog a:hover {
  background-color: #AF001D;
  color: white;
}

.application-for-order {
  background-image: url('/static/img/backgroundautoparts.jpg');
  background-position: center top;
}

.application-for-order p {
  color: white;
  text-align: center;
  font-size: 16px;
}

.application-for-order .h2-title {
  color: #FFD800;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.application-for-order form {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
  border: 5px solid #FFD800;
  padding: 40px;
  padding-bottom: 60px;
  background-color: white;
  padding-bottom: 93px;
}

.application-for-order form input,
.application-for-order form textarea {
   background-color: #ececec;
   border: none;
   border-radius: 0;
   margin-bottom: 13px;
}

.application-for-order form textarea {
  min-height: 192px;
  resize: none;
  margin-bottom: 44px;
}

.application-for-order form button {
  float: right;
  border-radius: 0;
  border: 2px solid #af001d;
  transition: all 0.3s ease-out 0s;
}

.application-for-order form button:hover {
  background-color: #FFD800;
  border: 2px solid #af001d;
}

.new-list-item div:first-child {
  padding-right: 4px;
}

.new-list-item img {
    width: 100%;
    margin-top: 6px;
}

.new-list-item p {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 19px;
}

.new-list-item .h2-title {
  white-space: pre-line;
  text-transform: uppercase;
  margin-top: 0;
  color: #626262;
  margin-bottom: 0;
}

.new-list-item .read-more {
  color: #b0001d;
  text-decoration: underline;
}

.new-list-item .read-more:hover {
  text-decoration: none;
}

.articles .h1-title {
  margin-bottom: 60px;
}

.articles .horizontal-line {
  margin-top: 37px;
  margin-bottom: 30px;
}

.articles-read-more .content p:first-child {
  margin-bottom: 0;
}


/*
.articles-read-more .content p:last-child {
  margin-bottom: 100px;
}
*/

.articles-read-more .content p {
  margin-top: 20px;
}

.articles-read-more .content img {
  float: left;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.paging {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 50px;
}

.paging ul {
  padding-left: 0;
}

.paging li {
  display: inline-block;
  margin-right: 4px;
}

.paging li img {
  vertical-align: baseline;
}

.paging li a img:last-child {
  display: none;
}

.paging li:first-child img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paging a {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 16px;
  font-family: "roboto_cnbold";
}

.paging .active {
  text-decoration: underline;
}

.paging .disabled a,
.paging .disabled a:hover,
.paging .disabled a:focus {
  cursor: not-allowed;
}

.paging .disabled a img:first-child {
  display: none;
}

.paging .disabled a img:last-child {
  display: inline;
}

.reviews .h1-title {
  margin-top: 27px;
}

.reviews .avatar {
  padding: 2px;
}

.reviews .avatar img {
  display: block;
  border-radius: 100%;
  width: 100%;
  border: 3px solid #ffe400;
}

.reviews .text {
  padding-left: 3px;
}

.vcenter {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.reviews .text .quote {
  padding: 0;
}

.reviews .text .quote span {
  font-size: 80px;
}

.reviews .text .row > .quote:first-child {
  text-align: right;
}

.reviews .text .row > .quote:first-child span {
  position: relative;
  bottom: 30px;
}

.reviews .text .row > .quote:last-child {
  vertical-align: bottom;
}

.reviews .text .row > .quote:last-child span {
  position: relative;
  top: 19px;
}

.reviews .text .row:last-child p {
  margin-top: 7px;
  margin-bottom: 0;
}

.reviews .text p {
  margin-top: 15px;
}

.reviews .horizontal-line {
  margin-top: 25px;
  margin-bottom: 30px;
}

.reviews .paging {
  margin-bottom: 87px;
}




.contacts .requisites .row div p:first-child {
  margin-bottom: 0;
}

.contacts .requisites .row:nth-child(1) {
  margin-top: 24px;
}

.contacts .requisites .row:nth-child(2) > div {
  margin-top: -80px;
}

.requisites {
  margin-bottom: 50px;
}

.contacts .requisites .row div p:nth-child(odd) {
  font-family: "roboto_cnbold";
}
.contacts + .map-contacts #map {
  border-top: 4px solid #ffd800;
  background-color: #292929;
}

.contacts + .map-contacts .contacts {
  height: 519px;
  bottom: 0;
}

.table-cost .h2-title {
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.table-services {
  color: black;
  max-width: 871px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.services .table-services {
  width: 100%;
}

.table-services thead tr th {
  font-family: "roboto_condensedlight";
  font-style: italic;
  font-size: 17px;
  background-color: #ffe400;
  text-align: center;
  border-right: 2px solid white;
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
  border-bottom: none;
}

.table-services tr th:first-child {
  font-family: "roboto_cnbold";
  font-size: 19px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-align: left;
  border-left: 2px solid #ffe400;
}

.table-services tr th:last-child {
	border-right: 2px solid #ffe400;
}

.table-services tbody tr {
  text-align: center;
}

.table-services tbody tr td {
  border: 2px solid #d0d0d0;
  font-size: 14px;
  color: #212121;
  height: 43px;
  color: #212121;
}

.table-services tbody tr td:first-child {
  text-align: left;
  width: 550px;
}

.table-services tbody tr td:nth-child(2) {
  width: 166px;
}

.table-services tbody tr:first-child td {
  border-top: none;
}

.table-services tbody tr td:last-child {
  width: 154px;
}

.phone-order-block p {
  font-size: 32px;
  font-family: "bebas_neue_regularregular";
  color: white;
  letter-spacing: 0.02em;
  margin-top: 6px;
  text-align: right;
  padding-right: 52px;
  white-space: pre;
}


.phone-order-block a
{
    font-size: 32px;
    font-family: "bebas_neue_regularregular";
    color: white;
    letter-spacing: 0.02em;
    margin-top: 6px;
    padding-right: 0px;
    margin-right: 0px;
    white-space: pre;
    text-align: center;
}



.phone-order-block {
  text-align: center;
}

.phone-order-block button {
  border: 2px solid white;
  background-color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 10;
  color: white;
  font-size: 20px;
  font-family: "bebas_neue_regularregular";
  letter-spacing: 0.1em;
  padding: 5px 16px 5px 21px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition:  0.3s ease-out;
  -o-transition:  0.3s ease-out;
  transition:  0.3s ease-out;
  top: 5px;
  left: 29px;
  white-space: nowrap;
}

.phone-order-block button:hover {
  background-color: white;
  color: black;
  border-color: black;
}

.modal-header {
  background-color: #B0001D;
}

.modal-header h4 {
  color: white;
  text-transform: uppercase;
  font-family: "roboto_cnbold";
  letter-spacing: 0.05em;
}

.modal-header .close {
  color: white;
  font-size: 30px;
  opacity: 0.8;
}

.form-group {
  padding: 0.3% 5%;
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.form-group input:focus {
  border: 1px solid #B0001D;
}

.form-group button {
  border-radius: 4px;
  border: 2px solid #B0001D;
  background-color: white;
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition:  0.3s ease-out;
  -o-transition:  0.3s ease-out;
  transition:  0.3s ease-out;
}

.form-group button:hover {
  color: white;
  background-color: #B0001D;
}

.form-group:last-child {
  text-align: right;
}

.address-email-social-block div {
  margin-top: 13px;
  z-index: 10;
  margin-right: 90px;
  position: relative;
}

.address-email-social-block p {
  font-size: 19px;
  font-family: "bebas_neue_regularregular";
  color: white;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: -2px;
  text-align: right;
}

.address-email-social-block > div > a {
  color: white;
  font-size: 19px;
  font-family: "bebas_neue_regularregular";
  letter-spacing: 0.06em;
  text-decoration: underline;
  float: right;
}


.address-email-social-block > div > .social-list {
  clear: both;
  float: right;
  margin-top: 14px;
}

.social-list li {
  display: inline-block;
}

.main {
    position: static;
    padding-bottom: 325px;
    padding-top: 390px;
    background-image: url('/static/img/background.jpg');
    background-size: cover;
}

.dashboard {
    background-image: url('/static/img/dashboard.png');
    background-size: cover;
    margin-top: -145px;
    margin-left: auto;
    margin-right: auto;
    height: 466px;
    width: 871px;
    background-repeat: no-repeat;
    font-family: "bebas_neuebold";
    color: white;
    letter-spacing: 0.14em;
    position: relative;
    left: 9px;
}

.logo {
  background-image: url('/static/img/logo.png');
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: -140px;
  position: relative;
  height: 195px;
  width: 303px;
  z-index: 1;
  left: 9px;
}

.right-side {
  float: right;
}

.dashboard .item {
  font-size: 22px;
  color: white;
  text-decoration: none;
  position: absolute;
  white-space: nowrap;
}

.dashboard .item:hover {
  color: #ffe400;
}

.dashboard .menu-button {
  background-image: url('/static/img/buttoncenter.png');
  background-repeat: repeat-x;
  text-align: center;
  position: absolute;
  line-height: 61px;
  font-family: "bebas_neuebold";
  font-size: 26px;
  letter-spacing: 0.15em;
}

.dashboard .menu-button img:first-child {
  margin-left: -9px;
  float: left;
}

.dashboard .menu-button img:last-child {
  margin-right: -9px;
  float: right;
}

.dashboard ul li {
  display: inline;
}

.dashboard li:first-child a {
  top: 265px;
  left: 131px;
}

.dashboard li:nth-child(2) a {
  top: 234px;
  left: 309px;
}

.dashboard li:nth-child(3) a {
  top: 234px;
  left: 496px;
}

.dashboard li:nth-child(4) a {
  top: 268px;
  left: 658px;
}

.dashboard li:nth-child(5) a {
  top: 356px;
  left: 66px;
  width: 136px;
}

.dashboard li:nth-child(6) a {
  top: 337px;
  left: 267px;
  width: 319px;
}

.dashboard li:nth-child(7) a
{
  top: 356px;
  left: 651px;
  width: 153px;
}

#our-services h1 {
  text-align: center;
  text-decoration: underline;
  font-family: "bebas_neuebold";
  font-size: 57px;
  color: black;
  letter-spacing: 0.15em;
  position: relative;
  bottom: 8px;
  left: 10px;
}

.car {
  display: inline-block;
  position: relative;
  margin-top: 230px;
  margin-left: 20px;
}

.car .hood {
  position: absolute;
  left: 101px;
  top: 133px;
}

.car .hover-item {
    display: inline-block;
    position: absolute;
}

.car .hover-item > img {
  opacity: 0;
  position: absolute;
}

.car .hover-item:hover > img {
  opacity: 1;
}

.car .hover-item .point {
    background-color: #ff7400;
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 4;
}

.car .hover-item.top-item .point {
    background-color: black;
}

.car .hover-item .point .line {
    background-color: #ff7400;
    width: 2px;
    height: 60px;
    position: absolute;
    z-index: 2;
}

.car .hover-item.top-item .point .line {
    background-color: black;
}

.car .hover-item .point .desc {
    border: 2px solid #ff7400;
    color: white;
    font-size: 30px;
    padding: 11px 24px;
    position: absolute;
    text-align: left;
    white-space: normal;
    min-width: 340px;
    font-family: "roboto_condensedlight";
    line-height: 1.27;
}

.car .hover-item.top-item .point .desc {
    border: 2px solid black;
    color: black;
    min-width: 265px;
}

.car .hover-item:hover > .point {
  background-color: white;
}

.car .hover-item:hover > .point > .line {
  background-color: white;
}

.car .hover-item:hover > .point > .desc {
  background-color: #ff7400;
  color: white;
}

.car .hover-item.top-item:hover > .point > .desc {
  border: 2px solid black;
  background-color: #ff7400;
}

.car .hover-item.top-item:hover > .point {
  background-color: black;
}

.car .hover-item.top-item:hover > .point > .line {
  background-color: black;
}

.car .hover-item.item-1 {
    left: 181px;
    top: 161px;
    z-index: 3;
}



.car .hover-item.item-1 .point .desc {

  bottom: 57px;
  left: -210px;
}

.car .hover-item.item-1 .point .line {
    left: 3px;
    top: -50px;
    height: 50px;
}

.car .hover-item.item-2 {
    left: 318px;
    top: 132px;
    z-index: 3;
}

.car .hover-item.item-2 .point {
  top: 18px;
  left: 78px;
}

.car .hover-item.item-2 .point .desc {
  bottom: 170px;
  left: -176px;
}

.car .hover-item.item-2 .point .line {
  left: 3px;
  top: -162px;
  height: 162px;
}

.car .hover-item.item-3 {
  left: 502px;
  top: 139px;
  z-index: 3;
}

.car .hover-item.item-3 .point {
  top: 40px;
  left: 38px;
}

.car .hover-item.item-3 .point .desc {
  bottom: 199px;
  left: -30px;
}

.car .hover-item.item-3 .point .line {
    left: 3px;
    top: -191px;
    height: 191px;
}

.car .hover-item.item-4 {
    left: 791px;
    top: 27px;
    z-index: 3;
}

.car .hover-item.item-4 .point {
  top: 65px;
  left: 71px;
}

.car .hover-item.item-4 .point .desc {
  bottom: 149px;
  left: -85px;
}

.car .hover-item.item-4 .point .line {
    left: 3px;
    top: -141px;
    height: 141px;
}

.car .hover-item.item-5 {
    left: 99px;
    top: 132px;
    z-index: 2;
}

.car .hover-item.item-5 .point {
  top: 60px;
  left: 47px;
}

.car .hover-item.item-5 .point .desc {
  top: 375px;
  left: -184px;
}

.car .hover-item.item-5 .point .line {
    left: 3px;
    top: 6px;
    height: 369px;
}

.car .hover-item.item-6 {
  left: 442px;
  top: 260px;
  z-index: 2;
}

.car .hover-item.item-6 .point {
  top: 28px;
  left: 108px;
}

.car .hover-item.item-6 .point .desc {
  top: 310px;
  left: -240px;
}

.car .hover-item.item-6 .point .line {
  left: 3px;
  top: 6px;
  height: 304px;
}

.car .hover-item.item-7 {
  left: 585px;
  top: 160px;
  z-index: 2;
}

.car .hover-item.item-7 .point {
  top: 27px;
  left: 92px;
}

.car .hover-item.item-7 .point .desc {
  top: 551px;
  left: -193px;
}

.car .hover-item.item-7 .point .line {
  left: 3px;
  top: 5px;
  height: 546px;
}

.car .hover-item.item-8 {
  left: 848px;
  top: 264px;
  z-index: 2;
}

.car .hover-item.item-8 .point {
  top: 207px;
  left: 30px;
}

.car .hover-item.item-8 .point .desc {
  top: 127px;
  left: -59px;
}

.car .hover-item.item-8 .point .line {
    left: 3px;
    top: 7px;
    height: 120px;
}

.about-company {
  position: relative;
  background-color: #b0001d;
}

.strip-yellow-black {
  background-image: url('/static/img/stripyellowblack.png');
  background-repeat: repeat-x;
  height: 7px;
}

.about-company .content {
  position: relative;
}

.about-company > .container > .row > .center {
  padding-top: 13px;
  padding-left: 0;
  position: relative;
}

.about-company > .container > .row > .center > p {
  font-family: "bebas_neuebold";
  font-size: 33px;
  color: white;
  letter-spacing: 0.16em;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  margin-left: -15px;
}

.about-company > .container > .row > .center > img {
  position: absolute;
  top: 0px;
  left: -46px;
}

.about-company .flag {
  margin-top: -116px;
  margin-left: -17px;
}

.about-company .suitcase {
  position: relative;
  margin-top: -161px;
  z-index: 2;
}

.about-company .suitcase > p {
  font-family: "bebas_neuebold";
  font-size: 57px;
  color: white;
  letter-spacing: 0.15em;
  position: absolute;
  top: 66px;
  left: 25px;
  white-space: nowrap;
}

.advantages {
  background-image: url('/static/img/backgroundbottom.jpg');
    background-size: 100% 958px;
    background-position: 50% 50%;
    position: relative;
    padding-top: 270px;
}

.advantages p {
  font-family: "robotoregular";
  font-size: 20px;
  text-align: center;
  color: black;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}

.advantages > .container > .row > .description {
  margin-top: 25px;
}

.list-services ul li div {
  display: inline-block;
}

.separator {
  height: 7px;
  width: 31px;
  background-color: #ffe400;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.advantages > .container > .row > div > .employee {
  position: relative;
  bottom: 20px;
  left: 40px;
}

.advantages > .container > .row > div > .bus {
  position: relative;
  bottom: -54px;
  left: 44px;
}

.advantages > .container > .row > div > .certificate {
  position: relative;
  bottom: -104px;
  left: 57px;
}

.advantages > .container > .row > div > .clock {
  position: relative;
  bottom: -54px;
  left: 50px;
}

.advantages > .container > .row > div > .medal {
  position: relative;
  bottom: 20px;
  left: 56px;
}

.advantages > .container > .row > div a > p {
  text-align: center;
  margin-left: -57px;
  margin-top: 34px;
}

.advantages > .container > .row .employee p {
  padding-right: 5px;
}

.advantages > .container > .row .bus p {
  padding-right: 14px;
}

.advantages > .container > .row .certificate p {
  padding-right: 41px;
}

.advantages > .container > .row .clock p {
  padding-right: 26px;
}

.advantages > .container > .row .medal p {
  padding-right: 40px;
}


.advantages > .container > .row > div img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.advantages > .container > .row > div > a:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.advantages > .container > .icons {
  margin-bottom: 146px;
}

.advantages > .container > .text {
  color: white;
  font-family: "bebas_neuebold";
  font-size: 40px;
  text-align: left;
}

.advantages > .container > .text span {
  font-size: 111px;
}

.map-contacts {
  position: relative;
}


.map-contacts #map {
  height: 523px;
  position: relative;
  border-top: 4px solid #ffd800;
  background-color: #292929;
}

.map-contacts .contacts {
  height: 523px;
  width: 340px;
  background-image: url('/static/img/contacts.png');
  background-size: cover;
  position: absolute;
  z-index: 2;
  text-align: center;
  color: black;
}

.map-contacts .contacts .contacts-item-1 {
  position: relative;
  top: 13px;
  font-family: "bebas_neuebold";
  font-size: 37px;
  letter-spacing: 0.14em;
}

.map-contacts .contacts .contacts-item-2 {
  position: relative;
  top: 13px;
  left: 48px;
  font-family: "bebas_neue_regularregular";
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1.3;
}

.map-contacts .contacts .contacts-item-3 {
  position: relative;
  top: 2px;
  left: -15px;
  font-family: "bebas_neue_regularregular";
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1.3;
  color: black;
  text-decoration: underline;
}

.map-contacts .contacts .contacts-item-4 {
  position: relative;
  top: 27px;
  left: 56px;
  font-family: "bebas_neue_regularregular";
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1.3;
}

.map-contacts .contacts .contacts-item-5 {
  position: relative;
  margin-top: 61px;
  left: -17px;
}

.map-contacts .contacts .contacts-item-5 p {
  color: black;
  padding: 0;
  text-align: center;
  padding-left: 25px;
}


.map-contacts .contacts .contacts-item-5 > button {
  color: black;
  border: 2px solid black;
  left: 17px;
}

.map-contacts .contacts .contacts-item-5 button:hover {
  background-color: #ffd800;
}



.map-contacts .contacts .contacts-item-6 {
  margin-top: 57px;
}

.map-contacts .contacts .contacts-item-6 .social-list {
  float: none;
  padding-left: 0;
}

.map-contacts .contacts .contacts-item-6 > p {
  font-family: "robotoregular";
  font-size: 11px;
}

.shares {
  background-image: url('/static/img/sharestexture.png');
  background-repeat: repeat-x repeat-y;
  position: relative;
  min-height: 74px;
}

.shares-item-1 img {
  position: absolute;
  bottom: -77px;
  z-index: 2;
  right: 0;
}

.shares .row div p {
  font-family: "bebas_neuebold";
  letter-spacing: 0.14em;
  line-height: normal;
  margin-bottom: 0;
  white-space: nowrap;
}

.shares-item-3 {
  text-align: center;
  padding-top: 5px;
}

.shares .row .shares-item-3 p {
  line-height: 0.84;
}

.shares-item-2 p {
  font-size: 65px;
  color: #ffd800;
}

.shares-item-2 p span {
  font-size: 20px;
  color: white;
  letter-spacing: 0.14em;
}

.shares-item-3 p:first-child {
  font-size: 30px;
  color: white;
}

.shares-item-3 p:last-child {
  font-size: 49px;
  color: #95e3fa;
}

.shares-item-4 p {
  font-size: 65px;
  color: #ffd800;
  text-align: right;
}

footer {
  background-color: #b0001d;
  min-height: 210px;
}

footer .shadow {
  box-shadow: 0 0 105px 30px black;
}

footer .row:first-child {
  margin-top: 30px;
}

footer .footer-menu {
  padding: 0;
}

footer .footer-menu li {
  display: inline;
}

footer .footer-menu li img{
  display: none;
}

footer .footer-menu li a {
  color: white;
  white-space: nowrap;
  text-transform: uppercase;
  margin-right: 25px;
  font-family: "robotoregular";
  font-size: 14px;
  letter-spacing: 0.06em;
}

footer .footer-menu li a:hover {
  color: #dea805;
  text-decoration: none;
}


footer .footer-menu .active a {
  cursor: default;
  color: #dea805;
  text-decoration: none;
}


footer .logo-it-factory p {
  font-family: "OpenSansRegular";
  font-size: 10px;
  color: #b56872;
}

footer .social-list {
  padding: 0;
  margin-top: 30px;
}

footer .social-list img {
  height: 18px;
}

footer .social-list li:last-child {
  margin-left: 10px;
}

footer .menu-social-list-info p {
  font-family: "roboto_condensedlight";
  font-size: 10px;
  color: #d78c98;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1340px) {

  .address-email-social-block div {
    margin-right: 0;
  }

  .phone-order-block button {
    text-align: center;
    top: 0;
    left: 0;
  }

  .phone-order-block p {
    text-align: center;
    padding-right: 0;
  }
}

@media screen and (max-width: 1199px) {

header.pages
{

  min-height: 155px;
  background-image: none;
  background-color: #B0001D;


}

body header .address-email-social-block p,
header .address-email-social-block > div > a
{

text-align: center;
font-size: 26px;
float: none;
display: block;

}

.address-email-social-block .title
{

font-size: 32px;

}




header.pages .logo-pages img {
	top: 15px;
	right: 10px;
	height: 130px;
}

header.pages .contacts .address {
    text-align: right;
}

header.pages .contacts .address p {
    position: relative;
}

header.pages .contacts .e-mail {
	text-align: right;
}

header.pages .menu-pages {
	margin-top: 20px;
}

header.pages .menu-pages br {
	display: block;
}

header.pages .menu-pages a {
	margin-bottom: 26px;
}

header.pages .menu-pages a:nth-child(4) {
	position: relative;
	top: 31px;
}

header.pages .menu-pages a img {
	margin-right: 30px;
	margin-left: 30px;
}

.car#small-car {
  display: block;
  position: relative;
  text-align: center;
  margin: 0;
  margin-bottom: 200px;
}

.car#small-car .hover-item
{

  position: static;
  display: inline-block;
  min-height: 200px;
  text-align: center;
  width: 95%;

}



.car#small-car img
{

  display: none;

}

.car#small-car .hover-item .point
{

  display: block;
  position: static;
  width: auto;
  height: 0;

}

.car#small-car a:hover .desc {
  color: white;
  background-color: #ff7400;
}

.car#small-car .hover-item .desc
{

    position: static;
    width: 90%;
    font-size: 32px;
    color: black;
    padding: 3%;
    display: inline-block;
    white-space: pre-wrap;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 155px;
    height: auto;
    border: 2px solid black;
    background-color: white;

    text-align: center;

}

.car#small-car .hover-item .desc br {
  display: none;
}

.car#small-car .line {
  display: none;
}

.main {
  height: auto;
  margin-bottom: -20px;
}

.about-company > .container > .row > .center {
  padding-top: 25px;
  padding-left: 0;
  position: relative;
  padding-left: 45px;
}

.about-company > .container > .row > .center > p {
  font-family: "bebas_neuebold";
  font-size: 25px;
  color: white;
  letter-spacing: 0.16em;
  line-height: 1.2;
  white-space: normal;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  display: inline;
  margin-left: 0;
}

.about-company > .container > .row > .center > img {
  position: absolute;
  top: 0px;
  left: -146px;
}

.advantages > .container > .icons {
  position: relative;
  top: 30px;
}

.advantages > .container > .icons p {
  padding-right: 0 !important;
}

.advantages > .container > .text {
  font-size: 30px;
}

.advantages > .container > .row > div > .employee {
  bottom: 0;
  left: 0;
}

.advantages > .container > .row > div > .medal {
    bottom: 0;
    left: 96px;
}

.about-service .list-services-photo .photo .row {
	margin-left: 0;
	margin-top: 0;
}

.about-service .list-services-photo .profit > div {
    margin-top: 0;
}

.about-service .list-services-photo .photo {
	margin-top: 25px;
}

.services-of-injector .list-services:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
}

.application-for-order form {
  width: 100%;
  margin-bottom: 50px;
}

.navigation div {
  padding-left: 15px;
}

.contacts .requisites .row:nth-child(2) > div {
  margin-top: 0;
}

}


@media screen and (max-width: 1199px) {

	header.pages .logo-pages img {
		right: 17px;
	}

	header.pages .contacts {
		text-align: right;
	}

	header.pages .contacts .phone-order-block {
		text-align: right;
	}

	header.pages .contacts .phone p {
		position: relative;
	}

	header.pages .menu-pages {
		margin-top: 80px;
		text-align: left;
	}

	.about-service .header-content p img {
    	clear: both;
    	width: 100%;
	}

	.h1-title {
		border: none;
	}

  .dashboard {
    display: inline;
    position: relative;
    z-index: 2;
    text-align: center;
    left: 0;
    top: -5px;
  }

  .dashboard > ul {
    background-color: #b0001d;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .dashboard .item {
    font-size: 20px;
  }

  .dashboard .menu-button {
    background-image: none;
    line-height: normal;
  }

  .dashboard > ul > li > a {
    position: static !important;
  }

  .dashboard .menu-button > img {
    display: none;
  }

  .logo
  {
    display: block;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
  }

  .car#small-car {
    margin-bottom: 100px;
  }

  .about-company > .container > .row > .center {
    text-align: center;
    padding: 0;
  }

  .about-company > .container > .row > .center > img {
    display: none;
  }

  .advantages > .container > .icons > div {
    margin-bottom: 20px;
  }

  .advantages > .container > .icons a {
    text-align: center;
  }

  .advantages {
    background-image: none;
    background-color: white;
  }

  .advantages > .container > .row > div a {
    position: static !important;
    display: block;
  }

  .advantages > .container > .row > div a > p {
    margin-left: 0;
  }

  .advantages > .container > .icons {
    top: 50px;
    margin-bottom: 90px;
  }

  .advantages > .container > .text {
    color: black;
    font-size: 30px;
    text-align: center;
  }

  .advantages > .container > .text span {
    font-size: 50px;
  }

  .table {
    width: 100%;
  }

  .map-contacts .contacts
  {

    margin: 20px auto 20px auto;
    position: static;
    width: 100%;
    background: linear-gradient(to top, #FFFFFF, #FFD800);
    text-align: center;

  }

.map-contacts .contacts .contacts-item-2,
.map-contacts .contacts .contacts-item-3,
.map-contacts .contacts .contacts-item-4
{
  text-align: center;
  left: 0;
  right: 0;
}


  .shares .container .row > div {
    text-align: center;
  }

  .shares-item-4 p {
    text-align: center;
  }

  footer .logo-it-factory {
    margin-bottom: 20px;
    margin-top: 20px;
    float: right;
  }


}


@media screen and (max-width: 767px) {
  .logo {

  }

  .title {
    margin-left: 0;
  }

  .about-company > .container > .row > .center p {
    font-size: 18px;
  }

  .advantages > .container > .row > .description {
    margin-top: 5px;
  }

  .advantages > .container > .row > .description p {
    font-size: 15px;
  }

  .advantages > .container > .icons {
    top: 30px;
  }

  .reviews .text .row {
    margin: 0;
  }

  .map-contacts .contacts {
    width: 280px;
  }

  .map-contacts .contacts .contacts-item-2 {
    font-size: 20px;
    top: 15px;
    left: 0;
    padding-left: 40px;
  }

  .map-contacts .contacts .contacts-item-3 {
    top: 12px;
    left: 6px;
  }

  .map-contacts .contacts .contacts-item-4 {
    top: 12px;
    left: 0;
    top: 32px;
    padding-left: 38px;
  }

  .map-contacts .contacts .contacts-item-5 {
    left: -11px;
    margin-top: 78px;
  }

  .shares .container .row > div p {
    font-size: 30px;
  }

  header.pages .menu-pages {
		text-align: center;
		margin-top: 20px;
  }

  header.pages .logo-pages {
	text-align: center;
  }

   header.pages .logo-pages p {
	padding-left: 0;
  }

  header.pages .logo-pages img {
  	position: relative;
  	right: 5px;
  	top: 0;
  	margin-top: -30px;
  }

  header.pages .contacts {
    margin-top: 30px;
    text-align: center;
  }

  header.pages .contacts p {
	white-space: normal;
  }

  header.pages .contacts .phone-order-block,
  header.pages .contacts .address,
  header.pages .contacts .e-mail {
	text-align: center;
  }

  .about-service .list-services-photo .photo .row > div {
    text-align: center;
  }

  .about-service .priority > p {
  	font-size: 28px;
  }

  header.pages .menu-pages a {
  	display: block;
  	margin-right: auto;
  	margin-left: auto;
  }

  header.pages .menu-pages a:nth-child(4) {
	position: static;
  }

  .autoparts-store .download-catalog {
    font-size: 14px;
  }
}

.about-service > div.list-services-photo.container > div > div.col-lg-12.col-xs-12.photo > div > div {

display: inline-block;
text-align: center;

}

.about-service > div.list-services-photo.container > div > div.col-lg-12.col-xs-12.photo > div > div .img_round {

  border-radius: 50%;

}

.articles-read-more {

  margin-bottom: 100px;

}

.about-service {

  margin-top: -100px;

}

.avatar img {

border-radius: 50%;

}


.serv_ok .modal-dialog .modal-content .modal-header {

  background-color: #ffd800 !important;


}


.serv_err .modal-dialog .modal-content .modal-header {

    background-color: #333333 !important;


}

.input_brack {

    border: 1px solid #B0001D !important;
    background-color: #EAEAEA;

}
.address-email-social-block img {

  width: 31px;
  height: 31px;

}
.text_no_decoration {

 text-decoration: none !important;

}

.reviews .recall
{

  background: none;

}
.reviews .recall .h2-title
{
  color: #B0001D;
  margin-top: 18px;
  margin-bottom: 24px;
}

.reviews .recall form
{

    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border: 5px solid #D4D4D4;
    padding: 32px;
    background-color: white;
    padding-bottom: 60px;

}

.article-wrap article .title{
  margin-left: 0;
  min-height: 3em;
}
.article-wrap .text-article{
  min-height: 4em;
}
.article-wrap .item-clear{
  margin-bottom: 30px;
}
.article-wrap .item-clear:nth-child(3n+1){
  clear: left;
}
.article-wrap > div{
  margin-top: 30px;
}
.title-link{
  padding-left: 15px;
  color:#000;
  display:block;
  text-align:center;
/*  margin-bottom: 20px;*/
}
.article-wrap .title img{
  border: 5px solid transparent;
  transition: .5s;
}
.article-wrap .title img:hover{
  border: 5px solid #ffe400;
}
article .button{
  border: 5px solid #ffd800;
  padding: 5px 15px;
  transition: .5s;
  margin-top: 15px;
  display: inline-block;
}
article .button:hover{
  background: #ffd800;
  color: #000;
}


.et-menu ul {
  margin: 0;
  list-style: none;
}
.et-menu > ul {
  padding: 0;
  font-size: 0;
  line-height: 0;
  /*text-align: justify;*/
  text-justify: distribute;
}
.et-menu > ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.et-menu > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  font-size: 16px;
  z-index: 6;
}
.et-menu a,
.et-menu a:hover,
.et-menu a:focus {
  text-decoration: none;
}
.et-menu > ul > li > a {
  display: block;
  padding: 19px 0;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.et-menu > ul > li:hover > a,
.et-menu > ul > li.selected > a{
  color: #ffd875;
}
.et-menu > ul > li:hover > a:after,
.et-menu > ul > li.selected > a:after{
  content: '';
  background: url(/static/img/point-white.png) repeat-x;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  color: #fff;
}
.et-dropdown-menu {
  display: none;
  position: absolute;
  min-width: 100%;
  z-index: 3;
  padding-left: 0;
  width: 280px;
}

.et-menu > ul > .et-open .et-dropdown-menu {
  display: block;
}
.et-dropdown-menu li {
  display: block;
  background-color: #336873;
}

.et-dropdown-menu a {
  display: block;
  padding: 10px 22px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.et-dropdown-menu .no-active-ul{
  padding-bottom: 10px;
  opacity: 0,5;
}
html:not(.touchevents) .et-dropdown-menu li a:hover,
html:not(.touchevents) .et-dropdown-menu li:hover {
  background-color: #ffd875;
}
.et-dropdown-menu li :hover{
  color: #336873;
}
.et-caret-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 0;
  width: 20px;
  height: 30px;
  background-color: #e9fdff;
  border-radius: 2px;
}
.et-caret-wrapper .et-caret {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 12px solid #336873;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.et-menu-header {
  display: none;
}
@media screen and (min-width: 768px) {
  html:not(.touchevents) .et-menu > ul > .et-dropdown:hover .et-dropdown-menu {
    display: block;
  }
/*html:not(.touchevents) header .et-menu > ul > li:hover > a,
  header .et-menu > ul > .et-open > a,
  header .et-menu > ul > .selected > a {
    background-color: #00b4ff;
  }*/
}
@media screen and (max-width: 767px) {
  .et-menu {
    margin: 0 -15px;
  }
  .et-menu > ul{
    text-align: none;
  }
  .et-menu > ul > li {
    display: block;
    text-align: center;
    background: rgba(176, 0, 29, 0.71);
  }
  .et-menu > ul > li > a {
    padding: 12px 35px;
  }
  .et-dropdown-menu {
    position: static;
    text-align: center;
  }
  .et-dropdown-menu a {
  color: #336873;
  }
  .menu-collapsed {
    display: none;
  }
  .et-caret-wrapper {
    display: block;
    top: 20px;
    right: 10px;
  }
  .et-menu-header {
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    text-align: left;
    background: #b0001d;
  }
  .et-menu > ul {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
  }
  .et-menu-collapse-btn {
    display: inline-block;
    cursor: pointer;
  }
  .et-menu-collapse-btn .et-collapse-line {
    position: relative;
    width: 35px;
    height: 3px;
    margin: 5px 0;
    background-color: #fff;
    transition: .3s;
  }
  .et-menu-collapse-btn:not(.et-collapsed) .et-collapse-line:nth-child(2) {
    opacity: 0;
  }
  .et-menu-collapse-btn .et-collapse-line:first-child {
    top: 0;
  }
  .et-menu-collapse-btn .et-collapse-line:last-child {
    bottom: 0;
  }
  .et-menu-collapse-btn:not(.et-collapsed) .et-collapse-line:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 9px;
  }
  .et-menu-collapse-btn:not(.et-collapsed) .et-collapse-line:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 9px;
  }
  .et-menu > ul > li > a:hover:after{
    display:none;
  }
}

@media screen and (max-width: 768px){
#our-services h1 {
    font-size: 52px;
  }
.car .hover-item .point .desc{
  min-width: 30px;
}
header {
  display: none;
}
.not-position{
  position: relative!important;
  margin-bottom: -5px!important;
}
.dashboard li:nth-child(4n+1) a {
    display: inline-block;
}
.dashboard li:nth-child(6) a,
.dashboard li:nth-child(7) a {
    width: 100%;
    }

.col-3:first-child{
  width: 12%;
  display: inline-block;
}
.col-3:not(:first-child){
  display: inline-block;
}
.et-menu-header{
  position: relative;
}
.col-3.three{
    position: absolute;
    top: 30%;
    right: 15px;
    margin: auto;
}
.main {
    padding-top: 300px;
}
.logo {
    top: 230px;
}
.car#small-car .hover-item {
    min-height: 225px;
}
}

.et-menu > ul > li > a {

   padding: 0px 0; 
  
}